@designcrowd/fe-shared-lib 1.1.4-gt-7422 → 1.1.4-rte-2
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/Dockerfile +1 -1
- package/package.json +1 -1
- package/{dist → public}/css/tailwind-brandCrowd.css +505 -582
- package/{dist → public}/css/tailwind-brandPage.css +429 -506
- package/{dist → public}/css/tailwind-crazyDomains.css +505 -582
- package/{dist → public}/css/tailwind-designCom.css +505 -582
- package/{dist → public}/css/tailwind-designCrowd.css +505 -582
- package/src/atoms/components/ButtonGroup/ButtonGroup.stories.js +12 -0
- package/src/atoms/components/Dropdown/Dropdown.vue +1 -1
- package/src/atoms/components/Dropdown/DropdownItem.vue +14 -2
- package/src/atoms/components/Icon/Icon.vue +6 -0
- package/src/atoms/components/Icon/icons/maker/spacing.vue +18 -0
- package/src/atoms/components/Icon/icons/maker/text-background-color.vue +12 -0
- package/src/atoms/components/Icon/icons/maker/text-color.vue +14 -0
- package/src/atoms/components/NumberInput/NumberInput.stories.js +26 -0
- package/src/atoms/components/NumberInput/NumberInput.vue +115 -0
- package/src/atoms/components/NumberStepper/NumberStepper.stories.js +6 -2
- package/src/atoms/components/NumberStepper/NumberStepper.vue +39 -3
- package/src/experiences/components/UploadYourLogoDropzone/UploadYourLogoDropzone.vue +1 -1
|
@@ -492,40 +492,40 @@ video {
|
|
|
492
492
|
--tw-backdrop-saturate: ;
|
|
493
493
|
--tw-backdrop-sepia: ;
|
|
494
494
|
}
|
|
495
|
-
.tw-container {
|
|
495
|
+
.theme-brandCrowd .tw-container {
|
|
496
496
|
width: 100%;
|
|
497
497
|
}
|
|
498
498
|
@media (min-width: 640px) {
|
|
499
499
|
|
|
500
|
-
.tw-container {
|
|
500
|
+
.theme-brandCrowd .tw-container {
|
|
501
501
|
max-width: 640px;
|
|
502
502
|
}
|
|
503
503
|
}
|
|
504
504
|
@media (min-width: 768px) {
|
|
505
505
|
|
|
506
|
-
.tw-container {
|
|
506
|
+
.theme-brandCrowd .tw-container {
|
|
507
507
|
max-width: 768px;
|
|
508
508
|
}
|
|
509
509
|
}
|
|
510
510
|
@media (min-width: 1024px) {
|
|
511
511
|
|
|
512
|
-
.tw-container {
|
|
512
|
+
.theme-brandCrowd .tw-container {
|
|
513
513
|
max-width: 1024px;
|
|
514
514
|
}
|
|
515
515
|
}
|
|
516
516
|
@media (min-width: 1280px) {
|
|
517
517
|
|
|
518
|
-
.tw-container {
|
|
518
|
+
.theme-brandCrowd .tw-container {
|
|
519
519
|
max-width: 1280px;
|
|
520
520
|
}
|
|
521
521
|
}
|
|
522
522
|
@media (min-width: 1536px) {
|
|
523
523
|
|
|
524
|
-
.tw-container {
|
|
524
|
+
.theme-brandCrowd .tw-container {
|
|
525
525
|
max-width: 1536px;
|
|
526
526
|
}
|
|
527
527
|
}
|
|
528
|
-
.tw-sr-only {
|
|
528
|
+
.theme-brandCrowd .tw-sr-only {
|
|
529
529
|
position: absolute;
|
|
530
530
|
width: 1px;
|
|
531
531
|
height: 1px;
|
|
@@ -536,472 +536,476 @@ video {
|
|
|
536
536
|
white-space: nowrap;
|
|
537
537
|
border-width: 0;
|
|
538
538
|
}
|
|
539
|
-
.tw-pointer-events-none {
|
|
539
|
+
.theme-brandCrowd .tw-pointer-events-none {
|
|
540
540
|
pointer-events: none;
|
|
541
541
|
}
|
|
542
|
-
.tw-static {
|
|
542
|
+
.theme-brandCrowd .tw-static {
|
|
543
543
|
position: static;
|
|
544
544
|
}
|
|
545
|
-
.tw-fixed {
|
|
545
|
+
.theme-brandCrowd .tw-fixed {
|
|
546
546
|
position: fixed;
|
|
547
547
|
}
|
|
548
|
-
.tw-absolute {
|
|
548
|
+
.theme-brandCrowd .tw-absolute {
|
|
549
549
|
position: absolute;
|
|
550
550
|
}
|
|
551
|
-
.tw-relative {
|
|
551
|
+
.theme-brandCrowd .tw-relative {
|
|
552
552
|
position: relative;
|
|
553
553
|
}
|
|
554
|
-
.tw--left-16 {
|
|
554
|
+
.theme-brandCrowd .tw--left-16 {
|
|
555
555
|
left: -4rem;
|
|
556
556
|
}
|
|
557
|
-
.tw--right-16 {
|
|
557
|
+
.theme-brandCrowd .tw--right-16 {
|
|
558
558
|
right: -4rem;
|
|
559
559
|
}
|
|
560
|
-
.tw-bottom-0 {
|
|
560
|
+
.theme-brandCrowd .tw-bottom-0 {
|
|
561
561
|
bottom: 0px;
|
|
562
562
|
}
|
|
563
|
-
.tw-bottom-full {
|
|
563
|
+
.theme-brandCrowd .tw-bottom-full {
|
|
564
564
|
bottom: 100%;
|
|
565
565
|
}
|
|
566
|
-
.tw-left-0 {
|
|
566
|
+
.theme-brandCrowd .tw-left-0 {
|
|
567
567
|
left: 0px;
|
|
568
568
|
}
|
|
569
|
-
.tw-left-1\/2 {
|
|
569
|
+
.theme-brandCrowd .tw-left-1\/2 {
|
|
570
570
|
left: 50%;
|
|
571
571
|
}
|
|
572
|
-
.tw-left-2 {
|
|
572
|
+
.theme-brandCrowd .tw-left-2 {
|
|
573
573
|
left: 0.5rem;
|
|
574
574
|
}
|
|
575
|
-
.tw-left-full {
|
|
575
|
+
.theme-brandCrowd .tw-left-full {
|
|
576
576
|
left: 100%;
|
|
577
577
|
}
|
|
578
|
-
.tw-right-0 {
|
|
578
|
+
.theme-brandCrowd .tw-right-0 {
|
|
579
579
|
right: 0px;
|
|
580
580
|
}
|
|
581
|
-
.tw-right-2 {
|
|
581
|
+
.theme-brandCrowd .tw-right-2 {
|
|
582
582
|
right: 0.5rem;
|
|
583
583
|
}
|
|
584
|
-
.tw-right-full {
|
|
584
|
+
.theme-brandCrowd .tw-right-full {
|
|
585
585
|
right: 100%;
|
|
586
586
|
}
|
|
587
|
-
.tw-top-0 {
|
|
587
|
+
.theme-brandCrowd .tw-top-0 {
|
|
588
588
|
top: 0px;
|
|
589
589
|
}
|
|
590
|
-
.tw-top-1\/2 {
|
|
590
|
+
.theme-brandCrowd .tw-top-1\/2 {
|
|
591
591
|
top: 50%;
|
|
592
592
|
}
|
|
593
|
-
.tw-top-full {
|
|
593
|
+
.theme-brandCrowd .tw-top-full {
|
|
594
594
|
top: 100%;
|
|
595
595
|
}
|
|
596
|
-
.tw-z-10 {
|
|
596
|
+
.theme-brandCrowd .tw-z-10 {
|
|
597
597
|
z-index: 10;
|
|
598
598
|
}
|
|
599
|
-
.tw-z-20 {
|
|
599
|
+
.theme-brandCrowd .tw-z-20 {
|
|
600
600
|
z-index: 20;
|
|
601
601
|
}
|
|
602
|
-
.tw-z-30 {
|
|
602
|
+
.theme-brandCrowd .tw-z-30 {
|
|
603
603
|
z-index: 30;
|
|
604
604
|
}
|
|
605
|
-
.tw-z-50 {
|
|
605
|
+
.theme-brandCrowd .tw-z-50 {
|
|
606
606
|
z-index: 50;
|
|
607
607
|
}
|
|
608
|
-
.tw-order-last {
|
|
608
|
+
.theme-brandCrowd .tw-order-last {
|
|
609
609
|
order: 9999;
|
|
610
610
|
}
|
|
611
|
-
.tw-col-span-2 {
|
|
611
|
+
.theme-brandCrowd .tw-col-span-2 {
|
|
612
612
|
grid-column: span 2 / span 2;
|
|
613
613
|
}
|
|
614
|
-
.tw-m-0 {
|
|
614
|
+
.theme-brandCrowd .tw-m-0 {
|
|
615
615
|
margin: 0px;
|
|
616
616
|
}
|
|
617
|
-
.tw-m-3 {
|
|
617
|
+
.theme-brandCrowd .tw-m-3 {
|
|
618
618
|
margin: 0.75rem;
|
|
619
619
|
}
|
|
620
|
-
.tw-m-5 {
|
|
620
|
+
.theme-brandCrowd .tw-m-5 {
|
|
621
621
|
margin: 1.25rem;
|
|
622
622
|
}
|
|
623
|
-
.tw-m-auto {
|
|
623
|
+
.theme-brandCrowd .tw-m-auto {
|
|
624
624
|
margin: auto;
|
|
625
625
|
}
|
|
626
|
-
.tw-mx-2 {
|
|
626
|
+
.theme-brandCrowd .tw-mx-2 {
|
|
627
627
|
margin-left: 0.5rem;
|
|
628
628
|
margin-right: 0.5rem;
|
|
629
629
|
}
|
|
630
|
-
.tw-mx-4 {
|
|
630
|
+
.theme-brandCrowd .tw-mx-4 {
|
|
631
631
|
margin-left: 1rem;
|
|
632
632
|
margin-right: 1rem;
|
|
633
633
|
}
|
|
634
|
-
.tw-mx-8 {
|
|
634
|
+
.theme-brandCrowd .tw-mx-8 {
|
|
635
635
|
margin-left: 2rem;
|
|
636
636
|
margin-right: 2rem;
|
|
637
637
|
}
|
|
638
|
-
.tw-mx-auto {
|
|
638
|
+
.theme-brandCrowd .tw-mx-auto {
|
|
639
639
|
margin-left: auto;
|
|
640
640
|
margin-right: auto;
|
|
641
641
|
}
|
|
642
|
-
.tw-my-0 {
|
|
642
|
+
.theme-brandCrowd .tw-my-0 {
|
|
643
643
|
margin-top: 0px;
|
|
644
644
|
margin-bottom: 0px;
|
|
645
645
|
}
|
|
646
|
-
.tw-my-10 {
|
|
646
|
+
.theme-brandCrowd .tw-my-10 {
|
|
647
647
|
margin-top: 2.5rem;
|
|
648
648
|
margin-bottom: 2.5rem;
|
|
649
649
|
}
|
|
650
|
-
.tw-my-4 {
|
|
650
|
+
.theme-brandCrowd .tw-my-4 {
|
|
651
651
|
margin-top: 1rem;
|
|
652
652
|
margin-bottom: 1rem;
|
|
653
653
|
}
|
|
654
|
-
.tw-my-5 {
|
|
654
|
+
.theme-brandCrowd .tw-my-5 {
|
|
655
655
|
margin-top: 1.25rem;
|
|
656
656
|
margin-bottom: 1.25rem;
|
|
657
657
|
}
|
|
658
|
-
.tw-my-auto {
|
|
658
|
+
.theme-brandCrowd .tw-my-auto {
|
|
659
659
|
margin-top: auto;
|
|
660
660
|
margin-bottom: auto;
|
|
661
661
|
}
|
|
662
|
-
.tw--mb-1 {
|
|
662
|
+
.theme-brandCrowd .tw--mb-1 {
|
|
663
663
|
margin-bottom: -0.25rem;
|
|
664
664
|
}
|
|
665
|
-
.tw--mb-1\.5 {
|
|
665
|
+
.theme-brandCrowd .tw--mb-1\.5 {
|
|
666
666
|
margin-bottom: -0.375rem;
|
|
667
667
|
}
|
|
668
|
-
.tw--ml-px {
|
|
668
|
+
.theme-brandCrowd .tw--ml-px {
|
|
669
669
|
margin-left: -1px;
|
|
670
670
|
}
|
|
671
|
-
.tw--mr-1 {
|
|
671
|
+
.theme-brandCrowd .tw--mr-1 {
|
|
672
672
|
margin-right: -0.25rem;
|
|
673
673
|
}
|
|
674
|
-
.tw--mr-1\.5 {
|
|
674
|
+
.theme-brandCrowd .tw--mr-1\.5 {
|
|
675
675
|
margin-right: -0.375rem;
|
|
676
676
|
}
|
|
677
|
-
.tw--mt-px {
|
|
677
|
+
.theme-brandCrowd .tw--mt-px {
|
|
678
678
|
margin-top: -1px;
|
|
679
679
|
}
|
|
680
|
-
.tw-mb-0 {
|
|
680
|
+
.theme-brandCrowd .tw-mb-0 {
|
|
681
681
|
margin-bottom: 0px;
|
|
682
682
|
}
|
|
683
|
-
.tw-mb-1 {
|
|
683
|
+
.theme-brandCrowd .tw-mb-1 {
|
|
684
684
|
margin-bottom: 0.25rem;
|
|
685
685
|
}
|
|
686
|
-
.tw-mb-10 {
|
|
686
|
+
.theme-brandCrowd .tw-mb-10 {
|
|
687
687
|
margin-bottom: 2.5rem;
|
|
688
688
|
}
|
|
689
|
-
.tw-mb-2 {
|
|
689
|
+
.theme-brandCrowd .tw-mb-2 {
|
|
690
690
|
margin-bottom: 0.5rem;
|
|
691
691
|
}
|
|
692
|
-
.tw-mb-3 {
|
|
692
|
+
.theme-brandCrowd .tw-mb-3 {
|
|
693
693
|
margin-bottom: 0.75rem;
|
|
694
694
|
}
|
|
695
|
-
.tw-mb-4 {
|
|
695
|
+
.theme-brandCrowd .tw-mb-4 {
|
|
696
696
|
margin-bottom: 1rem;
|
|
697
697
|
}
|
|
698
|
-
.tw-mb-6 {
|
|
698
|
+
.theme-brandCrowd .tw-mb-6 {
|
|
699
699
|
margin-bottom: 1.5rem;
|
|
700
700
|
}
|
|
701
|
-
.tw-mb-8 {
|
|
701
|
+
.theme-brandCrowd .tw-mb-8 {
|
|
702
702
|
margin-bottom: 2rem;
|
|
703
703
|
}
|
|
704
|
-
.tw-ml-0 {
|
|
704
|
+
.theme-brandCrowd .tw-ml-0 {
|
|
705
705
|
margin-left: 0px;
|
|
706
706
|
}
|
|
707
|
-
.tw-ml-2 {
|
|
707
|
+
.theme-brandCrowd .tw-ml-2 {
|
|
708
708
|
margin-left: 0.5rem;
|
|
709
709
|
}
|
|
710
|
-
.tw-ml-3 {
|
|
710
|
+
.theme-brandCrowd .tw-ml-3 {
|
|
711
711
|
margin-left: 0.75rem;
|
|
712
712
|
}
|
|
713
|
-
.tw-ml-4 {
|
|
713
|
+
.theme-brandCrowd .tw-ml-4 {
|
|
714
714
|
margin-left: 1rem;
|
|
715
715
|
}
|
|
716
|
-
.tw-ml-6 {
|
|
716
|
+
.theme-brandCrowd .tw-ml-6 {
|
|
717
717
|
margin-left: 1.5rem;
|
|
718
718
|
}
|
|
719
|
-
.tw-ml-auto {
|
|
719
|
+
.theme-brandCrowd .tw-ml-auto {
|
|
720
720
|
margin-left: auto;
|
|
721
721
|
}
|
|
722
|
-
.tw-mr-2 {
|
|
722
|
+
.theme-brandCrowd .tw-mr-2 {
|
|
723
723
|
margin-right: 0.5rem;
|
|
724
724
|
}
|
|
725
|
-
.tw-mr-3 {
|
|
725
|
+
.theme-brandCrowd .tw-mr-3 {
|
|
726
726
|
margin-right: 0.75rem;
|
|
727
727
|
}
|
|
728
|
-
.tw-mr-4 {
|
|
728
|
+
.theme-brandCrowd .tw-mr-4 {
|
|
729
729
|
margin-right: 1rem;
|
|
730
730
|
}
|
|
731
|
-
.tw-mr-auto {
|
|
731
|
+
.theme-brandCrowd .tw-mr-auto {
|
|
732
732
|
margin-right: auto;
|
|
733
733
|
}
|
|
734
|
-
.tw-mt-0 {
|
|
734
|
+
.theme-brandCrowd .tw-mt-0 {
|
|
735
735
|
margin-top: 0px;
|
|
736
736
|
}
|
|
737
|
-
.tw-mt-0\.5 {
|
|
737
|
+
.theme-brandCrowd .tw-mt-0\.5 {
|
|
738
738
|
margin-top: 0.125rem;
|
|
739
739
|
}
|
|
740
|
-
.tw-mt-1 {
|
|
740
|
+
.theme-brandCrowd .tw-mt-1 {
|
|
741
741
|
margin-top: 0.25rem;
|
|
742
742
|
}
|
|
743
|
-
.tw-mt-2 {
|
|
743
|
+
.theme-brandCrowd .tw-mt-2 {
|
|
744
744
|
margin-top: 0.5rem;
|
|
745
745
|
}
|
|
746
|
-
.tw-mt-3 {
|
|
746
|
+
.theme-brandCrowd .tw-mt-3 {
|
|
747
747
|
margin-top: 0.75rem;
|
|
748
748
|
}
|
|
749
|
-
.tw-mt-4 {
|
|
749
|
+
.theme-brandCrowd .tw-mt-4 {
|
|
750
750
|
margin-top: 1rem;
|
|
751
751
|
}
|
|
752
|
-
.tw-mt-8 {
|
|
752
|
+
.theme-brandCrowd .tw-mt-8 {
|
|
753
753
|
margin-top: 2rem;
|
|
754
754
|
}
|
|
755
|
-
.tw-box-border {
|
|
755
|
+
.theme-brandCrowd .tw-box-border {
|
|
756
756
|
box-sizing: border-box;
|
|
757
757
|
}
|
|
758
|
-
.tw-box-content {
|
|
758
|
+
.theme-brandCrowd .tw-box-content {
|
|
759
759
|
box-sizing: content-box;
|
|
760
760
|
}
|
|
761
|
-
.tw-block {
|
|
761
|
+
.theme-brandCrowd .tw-block {
|
|
762
762
|
display: block;
|
|
763
763
|
}
|
|
764
|
-
.tw-inline-block {
|
|
764
|
+
.theme-brandCrowd .tw-inline-block {
|
|
765
765
|
display: inline-block;
|
|
766
766
|
}
|
|
767
|
-
.tw-inline {
|
|
767
|
+
.theme-brandCrowd .tw-inline {
|
|
768
768
|
display: inline;
|
|
769
769
|
}
|
|
770
|
-
.tw-flex {
|
|
770
|
+
.theme-brandCrowd .tw-flex {
|
|
771
771
|
display: flex;
|
|
772
772
|
}
|
|
773
|
-
.tw-inline-flex {
|
|
773
|
+
.theme-brandCrowd .tw-inline-flex {
|
|
774
774
|
display: inline-flex;
|
|
775
775
|
}
|
|
776
|
-
.tw-grid {
|
|
776
|
+
.theme-brandCrowd .tw-grid {
|
|
777
777
|
display: grid;
|
|
778
778
|
}
|
|
779
|
-
.tw-hidden {
|
|
779
|
+
.theme-brandCrowd .tw-hidden {
|
|
780
780
|
display: none;
|
|
781
781
|
}
|
|
782
|
-
.tw-h-0 {
|
|
782
|
+
.theme-brandCrowd .tw-h-0 {
|
|
783
783
|
height: 0px;
|
|
784
784
|
}
|
|
785
|
-
.tw-h-10 {
|
|
785
|
+
.theme-brandCrowd .tw-h-10 {
|
|
786
786
|
height: 2.5rem;
|
|
787
787
|
}
|
|
788
|
-
.tw-h-12 {
|
|
788
|
+
.theme-brandCrowd .tw-h-12 {
|
|
789
789
|
height: 3rem;
|
|
790
790
|
}
|
|
791
|
-
.tw-h-14 {
|
|
791
|
+
.theme-brandCrowd .tw-h-14 {
|
|
792
792
|
height: 3.5rem;
|
|
793
793
|
}
|
|
794
|
-
.tw-h-16 {
|
|
794
|
+
.theme-brandCrowd .tw-h-16 {
|
|
795
795
|
height: 4rem;
|
|
796
796
|
}
|
|
797
|
-
.tw-h-2 {
|
|
797
|
+
.theme-brandCrowd .tw-h-2 {
|
|
798
798
|
height: 0.5rem;
|
|
799
799
|
}
|
|
800
|
-
.tw-h-20 {
|
|
800
|
+
.theme-brandCrowd .tw-h-20 {
|
|
801
801
|
height: 5rem;
|
|
802
802
|
}
|
|
803
|
-
.tw-h-24 {
|
|
803
|
+
.theme-brandCrowd .tw-h-24 {
|
|
804
804
|
height: 6rem;
|
|
805
805
|
}
|
|
806
|
-
.tw-h-3 {
|
|
806
|
+
.theme-brandCrowd .tw-h-3 {
|
|
807
807
|
height: 0.75rem;
|
|
808
808
|
}
|
|
809
|
-
.tw-h-4 {
|
|
809
|
+
.theme-brandCrowd .tw-h-4 {
|
|
810
810
|
height: 1rem;
|
|
811
811
|
}
|
|
812
|
-
.tw-h-40 {
|
|
812
|
+
.theme-brandCrowd .tw-h-40 {
|
|
813
813
|
height: 10rem;
|
|
814
814
|
}
|
|
815
|
-
.tw-h-5 {
|
|
815
|
+
.theme-brandCrowd .tw-h-5 {
|
|
816
816
|
height: 1.25rem;
|
|
817
817
|
}
|
|
818
|
-
.tw-h-6 {
|
|
818
|
+
.theme-brandCrowd .tw-h-6 {
|
|
819
819
|
height: 1.5rem;
|
|
820
820
|
}
|
|
821
|
-
.tw-h-8 {
|
|
821
|
+
.theme-brandCrowd .tw-h-8 {
|
|
822
822
|
height: 2rem;
|
|
823
823
|
}
|
|
824
|
-
.tw-h-80 {
|
|
824
|
+
.theme-brandCrowd .tw-h-80 {
|
|
825
825
|
height: 20rem;
|
|
826
826
|
}
|
|
827
|
-
.tw-h-auto {
|
|
827
|
+
.theme-brandCrowd .tw-h-auto {
|
|
828
828
|
height: auto;
|
|
829
829
|
}
|
|
830
|
-
.tw-h-
|
|
830
|
+
.theme-brandCrowd .tw-h-fit {
|
|
831
|
+
height: -moz-fit-content;
|
|
832
|
+
height: fit-content;
|
|
833
|
+
}
|
|
834
|
+
.theme-brandCrowd .tw-h-full {
|
|
831
835
|
height: 100%;
|
|
832
836
|
}
|
|
833
|
-
.tw-max-h-56 {
|
|
837
|
+
.theme-brandCrowd .tw-max-h-56 {
|
|
834
838
|
max-height: 14rem;
|
|
835
839
|
}
|
|
836
|
-
.tw-max-h-72 {
|
|
840
|
+
.theme-brandCrowd .tw-max-h-72 {
|
|
837
841
|
max-height: 18rem;
|
|
838
842
|
}
|
|
839
|
-
.tw-max-h-full {
|
|
843
|
+
.theme-brandCrowd .tw-max-h-full {
|
|
840
844
|
max-height: 100%;
|
|
841
845
|
}
|
|
842
|
-
.tw-max-h-screen {
|
|
846
|
+
.theme-brandCrowd .tw-max-h-screen {
|
|
843
847
|
max-height: 100vh;
|
|
844
848
|
}
|
|
845
|
-
.tw-w-1\/3 {
|
|
849
|
+
.theme-brandCrowd .tw-w-1\/3 {
|
|
846
850
|
width: 33.333333%;
|
|
847
851
|
}
|
|
848
|
-
.tw-w-10 {
|
|
852
|
+
.theme-brandCrowd .tw-w-10 {
|
|
849
853
|
width: 2.5rem;
|
|
850
854
|
}
|
|
851
|
-
.tw-w-12 {
|
|
855
|
+
.theme-brandCrowd .tw-w-12 {
|
|
852
856
|
width: 3rem;
|
|
853
857
|
}
|
|
854
|
-
.tw-w-14 {
|
|
858
|
+
.theme-brandCrowd .tw-w-14 {
|
|
855
859
|
width: 3.5rem;
|
|
856
860
|
}
|
|
857
|
-
.tw-w-16 {
|
|
861
|
+
.theme-brandCrowd .tw-w-16 {
|
|
858
862
|
width: 4rem;
|
|
859
863
|
}
|
|
860
|
-
.tw-w-2 {
|
|
864
|
+
.theme-brandCrowd .tw-w-2 {
|
|
861
865
|
width: 0.5rem;
|
|
862
866
|
}
|
|
863
|
-
.tw-w-24 {
|
|
867
|
+
.theme-brandCrowd .tw-w-24 {
|
|
864
868
|
width: 6rem;
|
|
865
869
|
}
|
|
866
|
-
.tw-w-3 {
|
|
870
|
+
.theme-brandCrowd .tw-w-3 {
|
|
867
871
|
width: 0.75rem;
|
|
868
872
|
}
|
|
869
|
-
.tw-w-32 {
|
|
873
|
+
.theme-brandCrowd .tw-w-32 {
|
|
870
874
|
width: 8rem;
|
|
871
875
|
}
|
|
872
|
-
.tw-w-4 {
|
|
876
|
+
.theme-brandCrowd .tw-w-4 {
|
|
873
877
|
width: 1rem;
|
|
874
878
|
}
|
|
875
|
-
.tw-w-5 {
|
|
879
|
+
.theme-brandCrowd .tw-w-5 {
|
|
876
880
|
width: 1.25rem;
|
|
877
881
|
}
|
|
878
|
-
.tw-w-6 {
|
|
882
|
+
.theme-brandCrowd .tw-w-6 {
|
|
879
883
|
width: 1.5rem;
|
|
880
884
|
}
|
|
881
|
-
.tw-w-60 {
|
|
885
|
+
.theme-brandCrowd .tw-w-60 {
|
|
882
886
|
width: 15rem;
|
|
883
887
|
}
|
|
884
|
-
.tw-w-64 {
|
|
888
|
+
.theme-brandCrowd .tw-w-64 {
|
|
885
889
|
width: 16rem;
|
|
886
890
|
}
|
|
887
|
-
.tw-w-72 {
|
|
891
|
+
.theme-brandCrowd .tw-w-72 {
|
|
888
892
|
width: 18rem;
|
|
889
893
|
}
|
|
890
|
-
.tw-w-8 {
|
|
894
|
+
.theme-brandCrowd .tw-w-8 {
|
|
891
895
|
width: 2rem;
|
|
892
896
|
}
|
|
893
|
-
.tw-w-96 {
|
|
897
|
+
.theme-brandCrowd .tw-w-96 {
|
|
894
898
|
width: 24rem;
|
|
895
899
|
}
|
|
896
|
-
.tw-w-auto {
|
|
900
|
+
.theme-brandCrowd .tw-w-auto {
|
|
897
901
|
width: auto;
|
|
898
902
|
}
|
|
899
|
-
.tw-w-fit {
|
|
903
|
+
.theme-brandCrowd .tw-w-fit {
|
|
900
904
|
width: -moz-fit-content;
|
|
901
905
|
width: fit-content;
|
|
902
906
|
}
|
|
903
|
-
.tw-w-full {
|
|
907
|
+
.theme-brandCrowd .tw-w-full {
|
|
904
908
|
width: 100%;
|
|
905
909
|
}
|
|
906
|
-
.tw-max-w-2xl {
|
|
910
|
+
.theme-brandCrowd .tw-max-w-2xl {
|
|
907
911
|
max-width: 42rem;
|
|
908
912
|
}
|
|
909
|
-
.tw-max-w-full {
|
|
913
|
+
.theme-brandCrowd .tw-max-w-full {
|
|
910
914
|
max-width: 100%;
|
|
911
915
|
}
|
|
912
|
-
.tw-max-w-md {
|
|
916
|
+
.theme-brandCrowd .tw-max-w-md {
|
|
913
917
|
max-width: 28rem;
|
|
914
918
|
}
|
|
915
|
-
.tw-max-w-xl {
|
|
919
|
+
.theme-brandCrowd .tw-max-w-xl {
|
|
916
920
|
max-width: 36rem;
|
|
917
921
|
}
|
|
918
|
-
.tw-flex-auto {
|
|
922
|
+
.theme-brandCrowd .tw-flex-auto {
|
|
919
923
|
flex: 1 1 auto;
|
|
920
924
|
}
|
|
921
|
-
.tw-flex-none {
|
|
925
|
+
.theme-brandCrowd .tw-flex-none {
|
|
922
926
|
flex: none;
|
|
923
927
|
}
|
|
924
|
-
.tw-grow {
|
|
928
|
+
.theme-brandCrowd .tw-grow {
|
|
925
929
|
flex-grow: 1;
|
|
926
930
|
}
|
|
927
|
-
.tw-origin-top-right {
|
|
931
|
+
.theme-brandCrowd .tw-origin-top-right {
|
|
928
932
|
transform-origin: top right;
|
|
929
933
|
}
|
|
930
934
|
.-tw-translate-x-px {
|
|
931
935
|
--tw-translate-x: -1px;
|
|
932
936
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
933
937
|
}
|
|
934
|
-
.tw--translate-x-2 {
|
|
938
|
+
.theme-brandCrowd .tw--translate-x-2 {
|
|
935
939
|
--tw-translate-x: -0.5rem;
|
|
936
940
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
937
941
|
}
|
|
938
|
-
.tw--translate-x-3 {
|
|
942
|
+
.theme-brandCrowd .tw--translate-x-3 {
|
|
939
943
|
--tw-translate-x: -0.75rem;
|
|
940
944
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
941
945
|
}
|
|
942
|
-
.tw--translate-x-4 {
|
|
946
|
+
.theme-brandCrowd .tw--translate-x-4 {
|
|
943
947
|
--tw-translate-x: -1rem;
|
|
944
948
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
945
949
|
}
|
|
946
|
-
.tw--translate-y-1\/2 {
|
|
950
|
+
.theme-brandCrowd .tw--translate-y-1\/2 {
|
|
947
951
|
--tw-translate-y: -50%;
|
|
948
952
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
949
953
|
}
|
|
950
|
-
.tw--translate-y-2 {
|
|
954
|
+
.theme-brandCrowd .tw--translate-y-2 {
|
|
951
955
|
--tw-translate-y: -0.5rem;
|
|
952
956
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
953
957
|
}
|
|
954
|
-
.tw-translate-x-12 {
|
|
958
|
+
.theme-brandCrowd .tw-translate-x-12 {
|
|
955
959
|
--tw-translate-x: 3rem;
|
|
956
960
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
957
961
|
}
|
|
958
|
-
.tw-translate-x-20 {
|
|
962
|
+
.theme-brandCrowd .tw-translate-x-20 {
|
|
959
963
|
--tw-translate-x: 5rem;
|
|
960
964
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
961
965
|
}
|
|
962
|
-
.tw-translate-x-4 {
|
|
966
|
+
.theme-brandCrowd .tw-translate-x-4 {
|
|
963
967
|
--tw-translate-x: 1rem;
|
|
964
968
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
965
969
|
}
|
|
966
|
-
.tw-translate-x-5 {
|
|
970
|
+
.theme-brandCrowd .tw-translate-x-5 {
|
|
967
971
|
--tw-translate-x: 1.25rem;
|
|
968
972
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
969
973
|
}
|
|
970
|
-
.tw-translate-x-6 {
|
|
974
|
+
.theme-brandCrowd .tw-translate-x-6 {
|
|
971
975
|
--tw-translate-x: 1.5rem;
|
|
972
976
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
973
977
|
}
|
|
974
|
-
.tw-translate-x-8 {
|
|
978
|
+
.theme-brandCrowd .tw-translate-x-8 {
|
|
975
979
|
--tw-translate-x: 2rem;
|
|
976
980
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
977
981
|
}
|
|
978
|
-
.tw-translate-y-1\/2 {
|
|
982
|
+
.theme-brandCrowd .tw-translate-y-1\/2 {
|
|
979
983
|
--tw-translate-y: 50%;
|
|
980
984
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
981
985
|
}
|
|
982
|
-
.tw-translate-y-2 {
|
|
986
|
+
.theme-brandCrowd .tw-translate-y-2 {
|
|
983
987
|
--tw-translate-y: 0.5rem;
|
|
984
988
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
985
989
|
}
|
|
986
|
-
.tw-translate-y-2\.5 {
|
|
990
|
+
.theme-brandCrowd .tw-translate-y-2\.5 {
|
|
987
991
|
--tw-translate-y: 0.625rem;
|
|
988
992
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
989
993
|
}
|
|
990
|
-
.tw-translate-y-4 {
|
|
994
|
+
.theme-brandCrowd .tw-translate-y-4 {
|
|
991
995
|
--tw-translate-y: 1rem;
|
|
992
996
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
993
997
|
}
|
|
994
|
-
.tw-scale-0 {
|
|
998
|
+
.theme-brandCrowd .tw-scale-0 {
|
|
995
999
|
--tw-scale-x: 0;
|
|
996
1000
|
--tw-scale-y: 0;
|
|
997
1001
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
998
1002
|
}
|
|
999
|
-
.tw-scale-100 {
|
|
1003
|
+
.theme-brandCrowd .tw-scale-100 {
|
|
1000
1004
|
--tw-scale-x: 1;
|
|
1001
1005
|
--tw-scale-y: 1;
|
|
1002
1006
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
1003
1007
|
}
|
|
1004
|
-
.tw-transform {
|
|
1008
|
+
.theme-brandCrowd .tw-transform {
|
|
1005
1009
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
1006
1010
|
}
|
|
1007
1011
|
@keyframes tw-spin {
|
|
@@ -1010,148 +1014,148 @@ video {
|
|
|
1010
1014
|
transform: rotate(360deg);
|
|
1011
1015
|
}
|
|
1012
1016
|
}
|
|
1013
|
-
.tw-animate-spin {
|
|
1017
|
+
.theme-brandCrowd .tw-animate-spin {
|
|
1014
1018
|
animation: tw-spin 1s linear infinite;
|
|
1015
1019
|
}
|
|
1016
|
-
.tw-cursor-not-allowed {
|
|
1020
|
+
.theme-brandCrowd .tw-cursor-not-allowed {
|
|
1017
1021
|
cursor: not-allowed;
|
|
1018
1022
|
}
|
|
1019
|
-
.tw-cursor-pointer {
|
|
1023
|
+
.theme-brandCrowd .tw-cursor-pointer {
|
|
1020
1024
|
cursor: pointer;
|
|
1021
1025
|
}
|
|
1022
|
-
.tw-cursor-text {
|
|
1026
|
+
.theme-brandCrowd .tw-cursor-text {
|
|
1023
1027
|
cursor: text;
|
|
1024
1028
|
}
|
|
1025
|
-
.tw-cursor-wait {
|
|
1029
|
+
.theme-brandCrowd .tw-cursor-wait {
|
|
1026
1030
|
cursor: wait;
|
|
1027
1031
|
}
|
|
1028
|
-
.tw-select-none {
|
|
1032
|
+
.theme-brandCrowd .tw-select-none {
|
|
1029
1033
|
-webkit-user-select: none;
|
|
1030
1034
|
-moz-user-select: none;
|
|
1031
1035
|
user-select: none;
|
|
1032
1036
|
}
|
|
1033
|
-
.tw-resize-none {
|
|
1037
|
+
.theme-brandCrowd .tw-resize-none {
|
|
1034
1038
|
resize: none;
|
|
1035
1039
|
}
|
|
1036
|
-
.tw-list-none {
|
|
1040
|
+
.theme-brandCrowd .tw-list-none {
|
|
1037
1041
|
list-style-type: none;
|
|
1038
1042
|
}
|
|
1039
|
-
.tw-appearance-none {
|
|
1043
|
+
.theme-brandCrowd .tw-appearance-none {
|
|
1040
1044
|
-webkit-appearance: none;
|
|
1041
1045
|
-moz-appearance: none;
|
|
1042
1046
|
appearance: none;
|
|
1043
1047
|
}
|
|
1044
|
-
.tw-grid-flow-row {
|
|
1048
|
+
.theme-brandCrowd .tw-grid-flow-row {
|
|
1045
1049
|
grid-auto-flow: row;
|
|
1046
1050
|
}
|
|
1047
|
-
.tw-auto-rows-max {
|
|
1051
|
+
.theme-brandCrowd .tw-auto-rows-max {
|
|
1048
1052
|
grid-auto-rows: max-content;
|
|
1049
1053
|
}
|
|
1050
|
-
.tw-grid-cols-1 {
|
|
1054
|
+
.theme-brandCrowd .tw-grid-cols-1 {
|
|
1051
1055
|
grid-template-columns: repeat(1, minmax(0, 1fr));
|
|
1052
1056
|
}
|
|
1053
|
-
.tw-grid-cols-3 {
|
|
1057
|
+
.theme-brandCrowd .tw-grid-cols-3 {
|
|
1054
1058
|
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
1055
1059
|
}
|
|
1056
|
-
.tw-grid-cols-4 {
|
|
1060
|
+
.theme-brandCrowd .tw-grid-cols-4 {
|
|
1057
1061
|
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
1058
1062
|
}
|
|
1059
|
-
.tw-flex-row {
|
|
1063
|
+
.theme-brandCrowd .tw-flex-row {
|
|
1060
1064
|
flex-direction: row;
|
|
1061
1065
|
}
|
|
1062
|
-
.tw-flex-row-reverse {
|
|
1066
|
+
.theme-brandCrowd .tw-flex-row-reverse {
|
|
1063
1067
|
flex-direction: row-reverse;
|
|
1064
1068
|
}
|
|
1065
|
-
.tw-flex-col {
|
|
1069
|
+
.theme-brandCrowd .tw-flex-col {
|
|
1066
1070
|
flex-direction: column;
|
|
1067
1071
|
}
|
|
1068
|
-
.tw-flex-col-reverse {
|
|
1072
|
+
.theme-brandCrowd .tw-flex-col-reverse {
|
|
1069
1073
|
flex-direction: column-reverse;
|
|
1070
1074
|
}
|
|
1071
|
-
.tw-content-start {
|
|
1075
|
+
.theme-brandCrowd .tw-content-start {
|
|
1072
1076
|
align-content: flex-start;
|
|
1073
1077
|
}
|
|
1074
|
-
.tw-items-start {
|
|
1078
|
+
.theme-brandCrowd .tw-items-start {
|
|
1075
1079
|
align-items: flex-start;
|
|
1076
1080
|
}
|
|
1077
|
-
.tw-items-end {
|
|
1081
|
+
.theme-brandCrowd .tw-items-end {
|
|
1078
1082
|
align-items: flex-end;
|
|
1079
1083
|
}
|
|
1080
|
-
.tw-items-center {
|
|
1084
|
+
.theme-brandCrowd .tw-items-center {
|
|
1081
1085
|
align-items: center;
|
|
1082
1086
|
}
|
|
1083
|
-
.tw-items-stretch {
|
|
1087
|
+
.theme-brandCrowd .tw-items-stretch {
|
|
1084
1088
|
align-items: stretch;
|
|
1085
1089
|
}
|
|
1086
|
-
.tw-justify-start {
|
|
1090
|
+
.theme-brandCrowd .tw-justify-start {
|
|
1087
1091
|
justify-content: flex-start;
|
|
1088
1092
|
}
|
|
1089
|
-
.tw-justify-end {
|
|
1093
|
+
.theme-brandCrowd .tw-justify-end {
|
|
1090
1094
|
justify-content: flex-end;
|
|
1091
1095
|
}
|
|
1092
|
-
.tw-justify-center {
|
|
1096
|
+
.theme-brandCrowd .tw-justify-center {
|
|
1093
1097
|
justify-content: center;
|
|
1094
1098
|
}
|
|
1095
|
-
.tw-justify-between {
|
|
1099
|
+
.theme-brandCrowd .tw-justify-between {
|
|
1096
1100
|
justify-content: space-between;
|
|
1097
1101
|
}
|
|
1098
|
-
.tw-gap-2 {
|
|
1102
|
+
.theme-brandCrowd .tw-gap-2 {
|
|
1099
1103
|
gap: 0.5rem;
|
|
1100
1104
|
}
|
|
1101
|
-
.tw-gap-3 {
|
|
1105
|
+
.theme-brandCrowd .tw-gap-3 {
|
|
1102
1106
|
gap: 0.75rem;
|
|
1103
1107
|
}
|
|
1104
|
-
.tw-gap-4 {
|
|
1108
|
+
.theme-brandCrowd .tw-gap-4 {
|
|
1105
1109
|
gap: 1rem;
|
|
1106
1110
|
}
|
|
1107
|
-
.tw-self-center {
|
|
1111
|
+
.theme-brandCrowd .tw-self-center {
|
|
1108
1112
|
align-self: center;
|
|
1109
1113
|
}
|
|
1110
|
-
.tw-overflow-hidden {
|
|
1114
|
+
.theme-brandCrowd .tw-overflow-hidden {
|
|
1111
1115
|
overflow: hidden;
|
|
1112
1116
|
}
|
|
1113
|
-
.tw-overflow-visible {
|
|
1117
|
+
.theme-brandCrowd .tw-overflow-visible {
|
|
1114
1118
|
overflow: visible;
|
|
1115
1119
|
}
|
|
1116
|
-
.tw-overflow-scroll {
|
|
1120
|
+
.theme-brandCrowd .tw-overflow-scroll {
|
|
1117
1121
|
overflow: scroll;
|
|
1118
1122
|
}
|
|
1119
|
-
.tw-overflow-x-auto {
|
|
1123
|
+
.theme-brandCrowd .tw-overflow-x-auto {
|
|
1120
1124
|
overflow-x: auto;
|
|
1121
1125
|
}
|
|
1122
|
-
.tw-overflow-y-auto {
|
|
1126
|
+
.theme-brandCrowd .tw-overflow-y-auto {
|
|
1123
1127
|
overflow-y: auto;
|
|
1124
1128
|
}
|
|
1125
|
-
.tw-overflow-x-hidden {
|
|
1129
|
+
.theme-brandCrowd .tw-overflow-x-hidden {
|
|
1126
1130
|
overflow-x: hidden;
|
|
1127
1131
|
}
|
|
1128
|
-
.tw-overflow-y-hidden {
|
|
1132
|
+
.theme-brandCrowd .tw-overflow-y-hidden {
|
|
1129
1133
|
overflow-y: hidden;
|
|
1130
1134
|
}
|
|
1131
|
-
.tw-truncate {
|
|
1135
|
+
.theme-brandCrowd .tw-truncate {
|
|
1132
1136
|
overflow: hidden;
|
|
1133
1137
|
text-overflow: ellipsis;
|
|
1134
1138
|
white-space: nowrap;
|
|
1135
1139
|
}
|
|
1136
|
-
.tw-whitespace-nowrap {
|
|
1140
|
+
.theme-brandCrowd .tw-whitespace-nowrap {
|
|
1137
1141
|
white-space: nowrap;
|
|
1138
1142
|
}
|
|
1139
|
-
.tw-break-all {
|
|
1143
|
+
.theme-brandCrowd .tw-break-all {
|
|
1140
1144
|
word-break: break-all;
|
|
1141
1145
|
}
|
|
1142
|
-
.tw-rounded {
|
|
1146
|
+
.theme-brandCrowd .tw-rounded {
|
|
1143
1147
|
border-radius: 0.25rem;
|
|
1144
1148
|
}
|
|
1145
|
-
.tw-rounded-full {
|
|
1149
|
+
.theme-brandCrowd .tw-rounded-full {
|
|
1146
1150
|
border-radius: 9999px;
|
|
1147
1151
|
}
|
|
1148
|
-
.tw-rounded-md {
|
|
1152
|
+
.theme-brandCrowd .tw-rounded-md {
|
|
1149
1153
|
border-radius: 0.375rem;
|
|
1150
1154
|
}
|
|
1151
|
-
.tw-rounded-none {
|
|
1155
|
+
.theme-brandCrowd .tw-rounded-none {
|
|
1152
1156
|
border-radius: 0px;
|
|
1153
1157
|
}
|
|
1154
|
-
.tw-rounded-sm {
|
|
1158
|
+
.theme-brandCrowd .tw-rounded-sm {
|
|
1155
1159
|
border-radius: 0.125rem;
|
|
1156
1160
|
}
|
|
1157
1161
|
.\!tw-rounded-l-none {
|
|
@@ -1162,305 +1166,305 @@ video {
|
|
|
1162
1166
|
border-top-right-radius: 0px !important;
|
|
1163
1167
|
border-bottom-right-radius: 0px !important;
|
|
1164
1168
|
}
|
|
1165
|
-
.tw-rounded-b {
|
|
1169
|
+
.theme-brandCrowd .tw-rounded-b {
|
|
1166
1170
|
border-bottom-right-radius: 0.25rem;
|
|
1167
1171
|
border-bottom-left-radius: 0.25rem;
|
|
1168
1172
|
}
|
|
1169
|
-
.tw-rounded-l {
|
|
1173
|
+
.theme-brandCrowd .tw-rounded-l {
|
|
1170
1174
|
border-top-left-radius: 0.25rem;
|
|
1171
1175
|
border-bottom-left-radius: 0.25rem;
|
|
1172
1176
|
}
|
|
1173
|
-
.tw-rounded-l-none {
|
|
1177
|
+
.theme-brandCrowd .tw-rounded-l-none {
|
|
1174
1178
|
border-top-left-radius: 0px;
|
|
1175
1179
|
border-bottom-left-radius: 0px;
|
|
1176
1180
|
}
|
|
1177
|
-
.tw-rounded-r {
|
|
1181
|
+
.theme-brandCrowd .tw-rounded-r {
|
|
1178
1182
|
border-top-right-radius: 0.25rem;
|
|
1179
1183
|
border-bottom-right-radius: 0.25rem;
|
|
1180
1184
|
}
|
|
1181
|
-
.tw-rounded-r-none {
|
|
1185
|
+
.theme-brandCrowd .tw-rounded-r-none {
|
|
1182
1186
|
border-top-right-radius: 0px;
|
|
1183
1187
|
border-bottom-right-radius: 0px;
|
|
1184
1188
|
}
|
|
1185
|
-
.tw-border {
|
|
1189
|
+
.theme-brandCrowd .tw-border {
|
|
1186
1190
|
border-width: 1px;
|
|
1187
1191
|
}
|
|
1188
|
-
.tw-border-0 {
|
|
1192
|
+
.theme-brandCrowd .tw-border-0 {
|
|
1189
1193
|
border-width: 0px;
|
|
1190
1194
|
}
|
|
1191
|
-
.tw-border-2 {
|
|
1195
|
+
.theme-brandCrowd .tw-border-2 {
|
|
1192
1196
|
border-width: 2px;
|
|
1193
1197
|
}
|
|
1194
|
-
.tw-border-b-0 {
|
|
1198
|
+
.theme-brandCrowd .tw-border-b-0 {
|
|
1195
1199
|
border-bottom-width: 0px;
|
|
1196
1200
|
}
|
|
1197
|
-
.tw-border-b-2 {
|
|
1201
|
+
.theme-brandCrowd .tw-border-b-2 {
|
|
1198
1202
|
border-bottom-width: 2px;
|
|
1199
1203
|
}
|
|
1200
|
-
.tw-border-b-4 {
|
|
1204
|
+
.theme-brandCrowd .tw-border-b-4 {
|
|
1201
1205
|
border-bottom-width: 4px;
|
|
1202
1206
|
}
|
|
1203
|
-
.tw-border-l {
|
|
1207
|
+
.theme-brandCrowd .tw-border-l {
|
|
1204
1208
|
border-left-width: 1px;
|
|
1205
1209
|
}
|
|
1206
|
-
.tw-border-l-0 {
|
|
1210
|
+
.theme-brandCrowd .tw-border-l-0 {
|
|
1207
1211
|
border-left-width: 0px;
|
|
1208
1212
|
}
|
|
1209
|
-
.tw-border-r {
|
|
1213
|
+
.theme-brandCrowd .tw-border-r {
|
|
1210
1214
|
border-right-width: 1px;
|
|
1211
1215
|
}
|
|
1212
|
-
.tw-border-r-0 {
|
|
1216
|
+
.theme-brandCrowd .tw-border-r-0 {
|
|
1213
1217
|
border-right-width: 0px;
|
|
1214
1218
|
}
|
|
1215
|
-
.tw-border-t {
|
|
1219
|
+
.theme-brandCrowd .tw-border-t {
|
|
1216
1220
|
border-top-width: 1px;
|
|
1217
1221
|
}
|
|
1218
|
-
.tw-border-t-0 {
|
|
1222
|
+
.theme-brandCrowd .tw-border-t-0 {
|
|
1219
1223
|
border-top-width: 0px;
|
|
1220
1224
|
}
|
|
1221
|
-
.tw-border-t-2 {
|
|
1225
|
+
.theme-brandCrowd .tw-border-t-2 {
|
|
1222
1226
|
border-top-width: 2px;
|
|
1223
1227
|
}
|
|
1224
|
-
.tw-border-solid {
|
|
1228
|
+
.theme-brandCrowd .tw-border-solid {
|
|
1225
1229
|
border-style: solid;
|
|
1226
1230
|
}
|
|
1227
|
-
.tw-border-dashed {
|
|
1231
|
+
.theme-brandCrowd .tw-border-dashed {
|
|
1228
1232
|
border-style: dashed;
|
|
1229
1233
|
}
|
|
1230
|
-
.tw-border-none {
|
|
1234
|
+
.theme-brandCrowd .tw-border-none {
|
|
1231
1235
|
border-style: none;
|
|
1232
1236
|
}
|
|
1233
|
-
.tw-border-black\/10 {
|
|
1237
|
+
.theme-brandCrowd .tw-border-black\/10 {
|
|
1234
1238
|
border-color: rgb(0 0 0 / 0.1);
|
|
1235
1239
|
}
|
|
1236
|
-
.tw-border-error-500 {
|
|
1240
|
+
.theme-brandCrowd .tw-border-error-500 {
|
|
1237
1241
|
--tw-border-opacity: 1;
|
|
1238
1242
|
border-color: rgb(242 27 63 / var(--tw-border-opacity));
|
|
1239
1243
|
}
|
|
1240
|
-
.tw-border-error-600 {
|
|
1244
|
+
.theme-brandCrowd .tw-border-error-600 {
|
|
1241
1245
|
--tw-border-opacity: 1;
|
|
1242
1246
|
border-color: rgb(194 22 50 / var(--tw-border-opacity));
|
|
1243
1247
|
}
|
|
1244
|
-
.tw-border-grayscale-100 {
|
|
1248
|
+
.theme-brandCrowd .tw-border-grayscale-100 {
|
|
1245
1249
|
--tw-border-opacity: 1;
|
|
1246
1250
|
border-color: rgb(255 255 255 / var(--tw-border-opacity));
|
|
1247
1251
|
}
|
|
1248
|
-
.tw-border-grayscale-300 {
|
|
1252
|
+
.theme-brandCrowd .tw-border-grayscale-300 {
|
|
1249
1253
|
--tw-border-opacity: 1;
|
|
1250
1254
|
border-color: rgb(239 239 239 / var(--tw-border-opacity));
|
|
1251
1255
|
}
|
|
1252
|
-
.tw-border-grayscale-400 {
|
|
1256
|
+
.theme-brandCrowd .tw-border-grayscale-400 {
|
|
1253
1257
|
--tw-border-opacity: 1;
|
|
1254
1258
|
border-color: rgb(230 230 230 / var(--tw-border-opacity));
|
|
1255
1259
|
}
|
|
1256
|
-
.tw-border-grayscale-500 {
|
|
1260
|
+
.theme-brandCrowd .tw-border-grayscale-500 {
|
|
1257
1261
|
--tw-border-opacity: 1;
|
|
1258
1262
|
border-color: rgb(208 208 208 / var(--tw-border-opacity));
|
|
1259
1263
|
}
|
|
1260
|
-
.tw-border-grayscale-600 {
|
|
1264
|
+
.theme-brandCrowd .tw-border-grayscale-600 {
|
|
1261
1265
|
--tw-border-opacity: 1;
|
|
1262
1266
|
border-color: rgb(94 94 94 / var(--tw-border-opacity));
|
|
1263
1267
|
}
|
|
1264
|
-
.tw-border-info-300 {
|
|
1268
|
+
.theme-brandCrowd .tw-border-info-300 {
|
|
1265
1269
|
--tw-border-opacity: 1;
|
|
1266
1270
|
border-color: rgb(102 193 231 / var(--tw-border-opacity));
|
|
1267
1271
|
}
|
|
1268
|
-
.tw-border-info-500 {
|
|
1272
|
+
.theme-brandCrowd .tw-border-info-500 {
|
|
1269
1273
|
--tw-border-opacity: 1;
|
|
1270
1274
|
border-color: rgb(0 151 215 / var(--tw-border-opacity));
|
|
1271
1275
|
}
|
|
1272
|
-
.tw-border-primary-300 {
|
|
1276
|
+
.theme-brandCrowd .tw-border-primary-300 {
|
|
1273
1277
|
--tw-border-opacity: 1;
|
|
1274
1278
|
border-color: rgb(247 118 140 / var(--tw-border-opacity));
|
|
1275
1279
|
}
|
|
1276
|
-
.tw-border-primary-400 {
|
|
1280
|
+
.theme-brandCrowd .tw-border-primary-400 {
|
|
1277
1281
|
--tw-border-opacity: 1;
|
|
1278
1282
|
border-color: rgb(245 73 101 / var(--tw-border-opacity));
|
|
1279
1283
|
}
|
|
1280
|
-
.tw-border-primary-500 {
|
|
1284
|
+
.theme-brandCrowd .tw-border-primary-500 {
|
|
1281
1285
|
--tw-border-opacity: 1;
|
|
1282
1286
|
border-color: rgb(242 27 63 / var(--tw-border-opacity));
|
|
1283
1287
|
}
|
|
1284
|
-
.tw-border-primary-600 {
|
|
1288
|
+
.theme-brandCrowd .tw-border-primary-600 {
|
|
1285
1289
|
--tw-border-opacity: 1;
|
|
1286
1290
|
border-color: rgb(194 22 50 / var(--tw-border-opacity));
|
|
1287
1291
|
}
|
|
1288
|
-
.tw-border-secondary-200 {
|
|
1292
|
+
.theme-brandCrowd .tw-border-secondary-200 {
|
|
1289
1293
|
--tw-border-opacity: 1;
|
|
1290
1294
|
border-color: rgb(189 189 189 / var(--tw-border-opacity));
|
|
1291
1295
|
}
|
|
1292
|
-
.tw-border-secondary-300 {
|
|
1296
|
+
.theme-brandCrowd .tw-border-secondary-300 {
|
|
1293
1297
|
--tw-border-opacity: 1;
|
|
1294
1298
|
border-color: rgb(155 155 155 / var(--tw-border-opacity));
|
|
1295
1299
|
}
|
|
1296
|
-
.tw-border-secondary-500 {
|
|
1300
|
+
.theme-brandCrowd .tw-border-secondary-500 {
|
|
1297
1301
|
--tw-border-opacity: 1;
|
|
1298
1302
|
border-color: rgb(89 89 89 / var(--tw-border-opacity));
|
|
1299
1303
|
}
|
|
1300
|
-
.tw-border-success-400 {
|
|
1304
|
+
.theme-brandCrowd .tw-border-success-400 {
|
|
1301
1305
|
--tw-border-opacity: 1;
|
|
1302
1306
|
border-color: rgb(80 185 64 / var(--tw-border-opacity));
|
|
1303
1307
|
}
|
|
1304
|
-
.tw-border-success-500 {
|
|
1308
|
+
.theme-brandCrowd .tw-border-success-500 {
|
|
1305
1309
|
--tw-border-opacity: 1;
|
|
1306
1310
|
border-color: rgb(36 168 16 / var(--tw-border-opacity));
|
|
1307
1311
|
}
|
|
1308
|
-
.tw-border-success-600 {
|
|
1312
|
+
.theme-brandCrowd .tw-border-success-600 {
|
|
1309
1313
|
--tw-border-opacity: 1;
|
|
1310
1314
|
border-color: rgb(29 134 13 / var(--tw-border-opacity));
|
|
1311
1315
|
}
|
|
1312
|
-
.tw-border-warning-300 {
|
|
1316
|
+
.theme-brandCrowd .tw-border-warning-300 {
|
|
1313
1317
|
--tw-border-opacity: 1;
|
|
1314
1318
|
border-color: rgb(248 207 128 / var(--tw-border-opacity));
|
|
1315
1319
|
}
|
|
1316
|
-
.tw-border-warning-500 {
|
|
1320
|
+
.theme-brandCrowd .tw-border-warning-500 {
|
|
1317
1321
|
--tw-border-opacity: 1;
|
|
1318
1322
|
border-color: rgb(243 175 43 / var(--tw-border-opacity));
|
|
1319
1323
|
}
|
|
1320
|
-
.tw-border-warning-600 {
|
|
1324
|
+
.theme-brandCrowd .tw-border-warning-600 {
|
|
1321
1325
|
--tw-border-opacity: 1;
|
|
1322
1326
|
border-color: rgb(194 140 34 / var(--tw-border-opacity));
|
|
1323
1327
|
}
|
|
1324
|
-
.tw-border-white {
|
|
1328
|
+
.theme-brandCrowd .tw-border-white {
|
|
1325
1329
|
--tw-border-opacity: 1;
|
|
1326
1330
|
border-color: rgb(255 255 255 / var(--tw-border-opacity));
|
|
1327
1331
|
}
|
|
1328
|
-
.tw-bg-black {
|
|
1332
|
+
.theme-brandCrowd .tw-bg-black {
|
|
1329
1333
|
--tw-bg-opacity: 1;
|
|
1330
1334
|
background-color: rgb(0 0 0 / var(--tw-bg-opacity));
|
|
1331
1335
|
}
|
|
1332
|
-
.tw-bg-error-100 {
|
|
1336
|
+
.theme-brandCrowd .tw-bg-error-100 {
|
|
1333
1337
|
--tw-bg-opacity: 1;
|
|
1334
1338
|
background-color: rgb(252 209 217 / var(--tw-bg-opacity));
|
|
1335
1339
|
}
|
|
1336
|
-
.tw-bg-error-500 {
|
|
1340
|
+
.theme-brandCrowd .tw-bg-error-500 {
|
|
1337
1341
|
--tw-bg-opacity: 1;
|
|
1338
1342
|
background-color: rgb(242 27 63 / var(--tw-bg-opacity));
|
|
1339
1343
|
}
|
|
1340
|
-
.tw-bg-grayscale-100 {
|
|
1344
|
+
.theme-brandCrowd .tw-bg-grayscale-100 {
|
|
1341
1345
|
--tw-bg-opacity: 1;
|
|
1342
1346
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
1343
1347
|
}
|
|
1344
|
-
.tw-bg-grayscale-200 {
|
|
1348
|
+
.theme-brandCrowd .tw-bg-grayscale-200 {
|
|
1345
1349
|
--tw-bg-opacity: 1;
|
|
1346
1350
|
background-color: rgb(244 244 244 / var(--tw-bg-opacity));
|
|
1347
1351
|
}
|
|
1348
|
-
.tw-bg-grayscale-300 {
|
|
1352
|
+
.theme-brandCrowd .tw-bg-grayscale-300 {
|
|
1349
1353
|
--tw-bg-opacity: 1;
|
|
1350
1354
|
background-color: rgb(239 239 239 / var(--tw-bg-opacity));
|
|
1351
1355
|
}
|
|
1352
|
-
.tw-bg-grayscale-400 {
|
|
1356
|
+
.theme-brandCrowd .tw-bg-grayscale-400 {
|
|
1353
1357
|
--tw-bg-opacity: 1;
|
|
1354
1358
|
background-color: rgb(230 230 230 / var(--tw-bg-opacity));
|
|
1355
1359
|
}
|
|
1356
|
-
.tw-bg-grayscale-500 {
|
|
1360
|
+
.theme-brandCrowd .tw-bg-grayscale-500 {
|
|
1357
1361
|
--tw-bg-opacity: 1;
|
|
1358
1362
|
background-color: rgb(208 208 208 / var(--tw-bg-opacity));
|
|
1359
1363
|
}
|
|
1360
|
-
.tw-bg-info-100 {
|
|
1364
|
+
.theme-brandCrowd .tw-bg-info-100 {
|
|
1361
1365
|
--tw-bg-opacity: 1;
|
|
1362
1366
|
background-color: rgb(204 234 247 / var(--tw-bg-opacity));
|
|
1363
1367
|
}
|
|
1364
|
-
.tw-bg-info-300 {
|
|
1368
|
+
.theme-brandCrowd .tw-bg-info-300 {
|
|
1365
1369
|
--tw-bg-opacity: 1;
|
|
1366
1370
|
background-color: rgb(102 193 231 / var(--tw-bg-opacity));
|
|
1367
1371
|
}
|
|
1368
|
-
.tw-bg-info-400 {
|
|
1372
|
+
.theme-brandCrowd .tw-bg-info-400 {
|
|
1369
1373
|
--tw-bg-opacity: 1;
|
|
1370
1374
|
background-color: rgb(51 172 223 / var(--tw-bg-opacity));
|
|
1371
1375
|
}
|
|
1372
|
-
.tw-bg-info-500 {
|
|
1376
|
+
.theme-brandCrowd .tw-bg-info-500 {
|
|
1373
1377
|
--tw-bg-opacity: 1;
|
|
1374
1378
|
background-color: rgb(0 151 215 / var(--tw-bg-opacity));
|
|
1375
1379
|
}
|
|
1376
|
-
.tw-bg-info-600 {
|
|
1380
|
+
.theme-brandCrowd .tw-bg-info-600 {
|
|
1377
1381
|
--tw-bg-opacity: 1;
|
|
1378
1382
|
background-color: rgb(0 121 172 / var(--tw-bg-opacity));
|
|
1379
1383
|
}
|
|
1380
|
-
.tw-bg-primary-300 {
|
|
1384
|
+
.theme-brandCrowd .tw-bg-primary-300 {
|
|
1381
1385
|
--tw-bg-opacity: 1;
|
|
1382
1386
|
background-color: rgb(247 118 140 / var(--tw-bg-opacity));
|
|
1383
1387
|
}
|
|
1384
|
-
.tw-bg-primary-400 {
|
|
1388
|
+
.theme-brandCrowd .tw-bg-primary-400 {
|
|
1385
1389
|
--tw-bg-opacity: 1;
|
|
1386
1390
|
background-color: rgb(245 73 101 / var(--tw-bg-opacity));
|
|
1387
1391
|
}
|
|
1388
|
-
.tw-bg-primary-500 {
|
|
1392
|
+
.theme-brandCrowd .tw-bg-primary-500 {
|
|
1389
1393
|
--tw-bg-opacity: 1;
|
|
1390
1394
|
background-color: rgb(242 27 63 / var(--tw-bg-opacity));
|
|
1391
1395
|
}
|
|
1392
|
-
.tw-bg-primary-600 {
|
|
1396
|
+
.theme-brandCrowd .tw-bg-primary-600 {
|
|
1393
1397
|
--tw-bg-opacity: 1;
|
|
1394
1398
|
background-color: rgb(194 22 50 / var(--tw-bg-opacity));
|
|
1395
1399
|
}
|
|
1396
|
-
.tw-bg-secondary-100 {
|
|
1400
|
+
.theme-brandCrowd .tw-bg-secondary-100 {
|
|
1397
1401
|
--tw-bg-opacity: 1;
|
|
1398
1402
|
background-color: rgb(222 222 222 / var(--tw-bg-opacity));
|
|
1399
1403
|
}
|
|
1400
|
-
.tw-bg-secondary-300 {
|
|
1404
|
+
.theme-brandCrowd .tw-bg-secondary-300 {
|
|
1401
1405
|
--tw-bg-opacity: 1;
|
|
1402
1406
|
background-color: rgb(155 155 155 / var(--tw-bg-opacity));
|
|
1403
1407
|
}
|
|
1404
|
-
.tw-bg-secondary-500 {
|
|
1408
|
+
.theme-brandCrowd .tw-bg-secondary-500 {
|
|
1405
1409
|
--tw-bg-opacity: 1;
|
|
1406
1410
|
background-color: rgb(89 89 89 / var(--tw-bg-opacity));
|
|
1407
1411
|
}
|
|
1408
|
-
.tw-bg-success-100 {
|
|
1412
|
+
.theme-brandCrowd .tw-bg-success-100 {
|
|
1409
1413
|
--tw-bg-opacity: 1;
|
|
1410
1414
|
background-color: rgb(211 238 207 / var(--tw-bg-opacity));
|
|
1411
1415
|
}
|
|
1412
|
-
.tw-bg-success-400 {
|
|
1416
|
+
.theme-brandCrowd .tw-bg-success-400 {
|
|
1413
1417
|
--tw-bg-opacity: 1;
|
|
1414
1418
|
background-color: rgb(80 185 64 / var(--tw-bg-opacity));
|
|
1415
1419
|
}
|
|
1416
|
-
.tw-bg-success-500 {
|
|
1420
|
+
.theme-brandCrowd .tw-bg-success-500 {
|
|
1417
1421
|
--tw-bg-opacity: 1;
|
|
1418
1422
|
background-color: rgb(36 168 16 / var(--tw-bg-opacity));
|
|
1419
1423
|
}
|
|
1420
|
-
.tw-bg-transparent {
|
|
1424
|
+
.theme-brandCrowd .tw-bg-transparent {
|
|
1421
1425
|
background-color: transparent;
|
|
1422
1426
|
}
|
|
1423
|
-
.tw-bg-warning-100 {
|
|
1427
|
+
.theme-brandCrowd .tw-bg-warning-100 {
|
|
1424
1428
|
--tw-bg-opacity: 1;
|
|
1425
1429
|
background-color: rgb(253 239 213 / var(--tw-bg-opacity));
|
|
1426
1430
|
}
|
|
1427
|
-
.tw-bg-warning-300 {
|
|
1431
|
+
.theme-brandCrowd .tw-bg-warning-300 {
|
|
1428
1432
|
--tw-bg-opacity: 1;
|
|
1429
1433
|
background-color: rgb(248 207 128 / var(--tw-bg-opacity));
|
|
1430
1434
|
}
|
|
1431
|
-
.tw-bg-warning-500 {
|
|
1435
|
+
.theme-brandCrowd .tw-bg-warning-500 {
|
|
1432
1436
|
--tw-bg-opacity: 1;
|
|
1433
1437
|
background-color: rgb(243 175 43 / var(--tw-bg-opacity));
|
|
1434
1438
|
}
|
|
1435
|
-
.tw-bg-warning-600 {
|
|
1439
|
+
.theme-brandCrowd .tw-bg-warning-600 {
|
|
1436
1440
|
--tw-bg-opacity: 1;
|
|
1437
1441
|
background-color: rgb(194 140 34 / var(--tw-bg-opacity));
|
|
1438
1442
|
}
|
|
1439
|
-
.tw-bg-white {
|
|
1443
|
+
.theme-brandCrowd .tw-bg-white {
|
|
1440
1444
|
--tw-bg-opacity: 1;
|
|
1441
1445
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
1442
1446
|
}
|
|
1443
|
-
.tw-bg-opacity-75 {
|
|
1447
|
+
.theme-brandCrowd .tw-bg-opacity-75 {
|
|
1444
1448
|
--tw-bg-opacity: 0.75;
|
|
1445
1449
|
}
|
|
1446
|
-
.tw-bg-opacity-80 {
|
|
1450
|
+
.theme-brandCrowd .tw-bg-opacity-80 {
|
|
1447
1451
|
--tw-bg-opacity: 0.8;
|
|
1448
1452
|
}
|
|
1449
|
-
.tw-bg-no-repeat {
|
|
1453
|
+
.theme-brandCrowd .tw-bg-no-repeat {
|
|
1450
1454
|
background-repeat: no-repeat;
|
|
1451
1455
|
}
|
|
1452
|
-
.tw-fill-current {
|
|
1456
|
+
.theme-brandCrowd .tw-fill-current {
|
|
1453
1457
|
fill: currentColor;
|
|
1454
1458
|
}
|
|
1455
|
-
.tw-object-contain {
|
|
1459
|
+
.theme-brandCrowd .tw-object-contain {
|
|
1456
1460
|
-o-object-fit: contain;
|
|
1457
1461
|
object-fit: contain;
|
|
1458
1462
|
}
|
|
1459
|
-
.tw-object-cover {
|
|
1463
|
+
.theme-brandCrowd .tw-object-cover {
|
|
1460
1464
|
-o-object-fit: cover;
|
|
1461
1465
|
object-fit: cover;
|
|
1462
1466
|
}
|
|
1463
|
-
.tw-object-top {
|
|
1467
|
+
.theme-brandCrowd .tw-object-top {
|
|
1464
1468
|
-o-object-position: top;
|
|
1465
1469
|
object-position: top;
|
|
1466
1470
|
}
|
|
@@ -1569,311 +1573,311 @@ video {
|
|
|
1569
1573
|
.\!tw-p-px {
|
|
1570
1574
|
padding: 1px !important;
|
|
1571
1575
|
}
|
|
1572
|
-
.tw-p-0 {
|
|
1576
|
+
.theme-brandCrowd .tw-p-0 {
|
|
1573
1577
|
padding: 0px;
|
|
1574
1578
|
}
|
|
1575
|
-
.tw-p-1 {
|
|
1579
|
+
.theme-brandCrowd .tw-p-1 {
|
|
1576
1580
|
padding: 0.25rem;
|
|
1577
1581
|
}
|
|
1578
|
-
.tw-p-2 {
|
|
1582
|
+
.theme-brandCrowd .tw-p-2 {
|
|
1579
1583
|
padding: 0.5rem;
|
|
1580
1584
|
}
|
|
1581
|
-
.tw-p-3 {
|
|
1585
|
+
.theme-brandCrowd .tw-p-3 {
|
|
1582
1586
|
padding: 0.75rem;
|
|
1583
1587
|
}
|
|
1584
|
-
.tw-p-4 {
|
|
1588
|
+
.theme-brandCrowd .tw-p-4 {
|
|
1585
1589
|
padding: 1rem;
|
|
1586
1590
|
}
|
|
1587
|
-
.tw-p-6 {
|
|
1591
|
+
.theme-brandCrowd .tw-p-6 {
|
|
1588
1592
|
padding: 1.5rem;
|
|
1589
1593
|
}
|
|
1590
|
-
.tw-p-8 {
|
|
1594
|
+
.theme-brandCrowd .tw-p-8 {
|
|
1591
1595
|
padding: 2rem;
|
|
1592
1596
|
}
|
|
1593
|
-
.tw-px-0 {
|
|
1597
|
+
.theme-brandCrowd .tw-px-0 {
|
|
1594
1598
|
padding-left: 0px;
|
|
1595
1599
|
padding-right: 0px;
|
|
1596
1600
|
}
|
|
1597
|
-
.tw-px-0\.5 {
|
|
1601
|
+
.theme-brandCrowd .tw-px-0\.5 {
|
|
1598
1602
|
padding-left: 0.125rem;
|
|
1599
1603
|
padding-right: 0.125rem;
|
|
1600
1604
|
}
|
|
1601
|
-
.tw-px-2 {
|
|
1605
|
+
.theme-brandCrowd .tw-px-2 {
|
|
1602
1606
|
padding-left: 0.5rem;
|
|
1603
1607
|
padding-right: 0.5rem;
|
|
1604
1608
|
}
|
|
1605
|
-
.tw-px-20 {
|
|
1609
|
+
.theme-brandCrowd .tw-px-20 {
|
|
1606
1610
|
padding-left: 5rem;
|
|
1607
1611
|
padding-right: 5rem;
|
|
1608
1612
|
}
|
|
1609
|
-
.tw-px-3 {
|
|
1613
|
+
.theme-brandCrowd .tw-px-3 {
|
|
1610
1614
|
padding-left: 0.75rem;
|
|
1611
1615
|
padding-right: 0.75rem;
|
|
1612
1616
|
}
|
|
1613
|
-
.tw-px-4 {
|
|
1617
|
+
.theme-brandCrowd .tw-px-4 {
|
|
1614
1618
|
padding-left: 1rem;
|
|
1615
1619
|
padding-right: 1rem;
|
|
1616
1620
|
}
|
|
1617
|
-
.tw-px-5 {
|
|
1621
|
+
.theme-brandCrowd .tw-px-5 {
|
|
1618
1622
|
padding-left: 1.25rem;
|
|
1619
1623
|
padding-right: 1.25rem;
|
|
1620
1624
|
}
|
|
1621
|
-
.tw-px-6 {
|
|
1625
|
+
.theme-brandCrowd .tw-px-6 {
|
|
1622
1626
|
padding-left: 1.5rem;
|
|
1623
1627
|
padding-right: 1.5rem;
|
|
1624
1628
|
}
|
|
1625
|
-
.tw-px-8 {
|
|
1629
|
+
.theme-brandCrowd .tw-px-8 {
|
|
1626
1630
|
padding-left: 2rem;
|
|
1627
1631
|
padding-right: 2rem;
|
|
1628
1632
|
}
|
|
1629
|
-
.tw-px-px {
|
|
1633
|
+
.theme-brandCrowd .tw-px-px {
|
|
1630
1634
|
padding-left: 1px;
|
|
1631
1635
|
padding-right: 1px;
|
|
1632
1636
|
}
|
|
1633
|
-
.tw-py-0 {
|
|
1637
|
+
.theme-brandCrowd .tw-py-0 {
|
|
1634
1638
|
padding-top: 0px;
|
|
1635
1639
|
padding-bottom: 0px;
|
|
1636
1640
|
}
|
|
1637
|
-
.tw-py-0\.5 {
|
|
1641
|
+
.theme-brandCrowd .tw-py-0\.5 {
|
|
1638
1642
|
padding-top: 0.125rem;
|
|
1639
1643
|
padding-bottom: 0.125rem;
|
|
1640
1644
|
}
|
|
1641
|
-
.tw-py-1 {
|
|
1645
|
+
.theme-brandCrowd .tw-py-1 {
|
|
1642
1646
|
padding-top: 0.25rem;
|
|
1643
1647
|
padding-bottom: 0.25rem;
|
|
1644
1648
|
}
|
|
1645
|
-
.tw-py-1\.5 {
|
|
1649
|
+
.theme-brandCrowd .tw-py-1\.5 {
|
|
1646
1650
|
padding-top: 0.375rem;
|
|
1647
1651
|
padding-bottom: 0.375rem;
|
|
1648
1652
|
}
|
|
1649
|
-
.tw-py-10 {
|
|
1653
|
+
.theme-brandCrowd .tw-py-10 {
|
|
1650
1654
|
padding-top: 2.5rem;
|
|
1651
1655
|
padding-bottom: 2.5rem;
|
|
1652
1656
|
}
|
|
1653
|
-
.tw-py-2 {
|
|
1657
|
+
.theme-brandCrowd .tw-py-2 {
|
|
1654
1658
|
padding-top: 0.5rem;
|
|
1655
1659
|
padding-bottom: 0.5rem;
|
|
1656
1660
|
}
|
|
1657
|
-
.tw-py-3 {
|
|
1661
|
+
.theme-brandCrowd .tw-py-3 {
|
|
1658
1662
|
padding-top: 0.75rem;
|
|
1659
1663
|
padding-bottom: 0.75rem;
|
|
1660
1664
|
}
|
|
1661
|
-
.tw-py-3\.5 {
|
|
1665
|
+
.theme-brandCrowd .tw-py-3\.5 {
|
|
1662
1666
|
padding-top: 0.875rem;
|
|
1663
1667
|
padding-bottom: 0.875rem;
|
|
1664
1668
|
}
|
|
1665
|
-
.tw-py-4 {
|
|
1669
|
+
.theme-brandCrowd .tw-py-4 {
|
|
1666
1670
|
padding-top: 1rem;
|
|
1667
1671
|
padding-bottom: 1rem;
|
|
1668
1672
|
}
|
|
1669
|
-
.tw-py-5 {
|
|
1673
|
+
.theme-brandCrowd .tw-py-5 {
|
|
1670
1674
|
padding-top: 1.25rem;
|
|
1671
1675
|
padding-bottom: 1.25rem;
|
|
1672
1676
|
}
|
|
1673
|
-
.tw-py-8 {
|
|
1677
|
+
.theme-brandCrowd .tw-py-8 {
|
|
1674
1678
|
padding-top: 2rem;
|
|
1675
1679
|
padding-bottom: 2rem;
|
|
1676
1680
|
}
|
|
1677
|
-
.tw-pb-0 {
|
|
1681
|
+
.theme-brandCrowd .tw-pb-0 {
|
|
1678
1682
|
padding-bottom: 0px;
|
|
1679
1683
|
}
|
|
1680
|
-
.tw-pb-16 {
|
|
1684
|
+
.theme-brandCrowd .tw-pb-16 {
|
|
1681
1685
|
padding-bottom: 4rem;
|
|
1682
1686
|
}
|
|
1683
|
-
.tw-pb-24 {
|
|
1687
|
+
.theme-brandCrowd .tw-pb-24 {
|
|
1684
1688
|
padding-bottom: 6rem;
|
|
1685
1689
|
}
|
|
1686
|
-
.tw-pb-8 {
|
|
1690
|
+
.theme-brandCrowd .tw-pb-8 {
|
|
1687
1691
|
padding-bottom: 2rem;
|
|
1688
1692
|
}
|
|
1689
|
-
.tw-pl-0 {
|
|
1693
|
+
.theme-brandCrowd .tw-pl-0 {
|
|
1690
1694
|
padding-left: 0px;
|
|
1691
1695
|
}
|
|
1692
|
-
.tw-pl-12 {
|
|
1696
|
+
.theme-brandCrowd .tw-pl-12 {
|
|
1693
1697
|
padding-left: 3rem;
|
|
1694
1698
|
}
|
|
1695
|
-
.tw-pl-3 {
|
|
1699
|
+
.theme-brandCrowd .tw-pl-3 {
|
|
1696
1700
|
padding-left: 0.75rem;
|
|
1697
1701
|
}
|
|
1698
|
-
.tw-pl-8 {
|
|
1702
|
+
.theme-brandCrowd .tw-pl-8 {
|
|
1699
1703
|
padding-left: 2rem;
|
|
1700
1704
|
}
|
|
1701
|
-
.tw-pr-12 {
|
|
1705
|
+
.theme-brandCrowd .tw-pr-12 {
|
|
1702
1706
|
padding-right: 3rem;
|
|
1703
1707
|
}
|
|
1704
|
-
.tw-pr-2 {
|
|
1708
|
+
.theme-brandCrowd .tw-pr-2 {
|
|
1705
1709
|
padding-right: 0.5rem;
|
|
1706
1710
|
}
|
|
1707
|
-
.tw-pr-4 {
|
|
1711
|
+
.theme-brandCrowd .tw-pr-4 {
|
|
1708
1712
|
padding-right: 1rem;
|
|
1709
1713
|
}
|
|
1710
|
-
.tw-pr-6 {
|
|
1714
|
+
.theme-brandCrowd .tw-pr-6 {
|
|
1711
1715
|
padding-right: 1.5rem;
|
|
1712
1716
|
}
|
|
1713
|
-
.tw-pt-1 {
|
|
1717
|
+
.theme-brandCrowd .tw-pt-1 {
|
|
1714
1718
|
padding-top: 0.25rem;
|
|
1715
1719
|
}
|
|
1716
|
-
.tw-pt-12 {
|
|
1720
|
+
.theme-brandCrowd .tw-pt-12 {
|
|
1717
1721
|
padding-top: 3rem;
|
|
1718
1722
|
}
|
|
1719
|
-
.tw-pt-2 {
|
|
1723
|
+
.theme-brandCrowd .tw-pt-2 {
|
|
1720
1724
|
padding-top: 0.5rem;
|
|
1721
1725
|
}
|
|
1722
|
-
.tw-pt-6 {
|
|
1726
|
+
.theme-brandCrowd .tw-pt-6 {
|
|
1723
1727
|
padding-top: 1.5rem;
|
|
1724
1728
|
}
|
|
1725
|
-
.tw-text-left {
|
|
1729
|
+
.theme-brandCrowd .tw-text-left {
|
|
1726
1730
|
text-align: left;
|
|
1727
1731
|
}
|
|
1728
|
-
.tw-text-center {
|
|
1732
|
+
.theme-brandCrowd .tw-text-center {
|
|
1729
1733
|
text-align: center;
|
|
1730
1734
|
}
|
|
1731
|
-
.tw-align-top {
|
|
1735
|
+
.theme-brandCrowd .tw-align-top {
|
|
1732
1736
|
vertical-align: top;
|
|
1733
1737
|
}
|
|
1734
|
-
.tw-align-middle {
|
|
1738
|
+
.theme-brandCrowd .tw-align-middle {
|
|
1735
1739
|
vertical-align: middle;
|
|
1736
1740
|
}
|
|
1737
|
-
.tw-font-sans {
|
|
1741
|
+
.theme-brandCrowd .tw-font-sans {
|
|
1738
1742
|
font-family: Lato, Helvetica, sans-serif;
|
|
1739
1743
|
}
|
|
1740
|
-
.tw-text-2xl {
|
|
1744
|
+
.theme-brandCrowd .tw-text-2xl {
|
|
1741
1745
|
font-size: 1.5rem;
|
|
1742
1746
|
line-height: 2rem;
|
|
1743
1747
|
}
|
|
1744
|
-
.tw-text-4xl {
|
|
1748
|
+
.theme-brandCrowd .tw-text-4xl {
|
|
1745
1749
|
font-size: 2.25rem;
|
|
1746
1750
|
line-height: 2.5rem;
|
|
1747
1751
|
}
|
|
1748
|
-
.tw-text-base {
|
|
1752
|
+
.theme-brandCrowd .tw-text-base {
|
|
1749
1753
|
font-size: 1rem;
|
|
1750
1754
|
line-height: 1.5rem;
|
|
1751
1755
|
}
|
|
1752
|
-
.tw-text-lg {
|
|
1756
|
+
.theme-brandCrowd .tw-text-lg {
|
|
1753
1757
|
font-size: 1.125rem;
|
|
1754
1758
|
line-height: 1.75rem;
|
|
1755
1759
|
}
|
|
1756
|
-
.tw-text-sm {
|
|
1760
|
+
.theme-brandCrowd .tw-text-sm {
|
|
1757
1761
|
font-size: 0.875rem;
|
|
1758
1762
|
line-height: 1.25rem;
|
|
1759
1763
|
}
|
|
1760
|
-
.tw-text-xs {
|
|
1764
|
+
.theme-brandCrowd .tw-text-xs {
|
|
1761
1765
|
font-size: 0.75rem;
|
|
1762
1766
|
line-height: 1rem;
|
|
1763
1767
|
}
|
|
1764
|
-
.tw-font-bold {
|
|
1768
|
+
.theme-brandCrowd .tw-font-bold {
|
|
1765
1769
|
font-weight: 700;
|
|
1766
1770
|
}
|
|
1767
|
-
.tw-font-normal {
|
|
1771
|
+
.theme-brandCrowd .tw-font-normal {
|
|
1768
1772
|
font-weight: 400;
|
|
1769
1773
|
}
|
|
1770
|
-
.tw-font-semibold {
|
|
1774
|
+
.theme-brandCrowd .tw-font-semibold {
|
|
1771
1775
|
font-weight: 600;
|
|
1772
1776
|
}
|
|
1773
|
-
.tw-uppercase {
|
|
1777
|
+
.theme-brandCrowd .tw-uppercase {
|
|
1774
1778
|
text-transform: uppercase;
|
|
1775
1779
|
}
|
|
1776
|
-
.tw-capitalize {
|
|
1780
|
+
.theme-brandCrowd .tw-capitalize {
|
|
1777
1781
|
text-transform: capitalize;
|
|
1778
1782
|
}
|
|
1779
|
-
.tw-leading-tight {
|
|
1783
|
+
.theme-brandCrowd .tw-leading-tight {
|
|
1780
1784
|
line-height: 1.25;
|
|
1781
1785
|
}
|
|
1782
|
-
.tw-text-black {
|
|
1786
|
+
.theme-brandCrowd .tw-text-black {
|
|
1783
1787
|
--tw-text-opacity: 1;
|
|
1784
1788
|
color: rgb(0 0 0 / var(--tw-text-opacity));
|
|
1785
1789
|
}
|
|
1786
|
-
.tw-text-error-500 {
|
|
1790
|
+
.theme-brandCrowd .tw-text-error-500 {
|
|
1787
1791
|
--tw-text-opacity: 1;
|
|
1788
1792
|
color: rgb(242 27 63 / var(--tw-text-opacity));
|
|
1789
1793
|
}
|
|
1790
|
-
.tw-text-error-700 {
|
|
1794
|
+
.theme-brandCrowd .tw-text-error-700 {
|
|
1791
1795
|
--tw-text-opacity: 1;
|
|
1792
1796
|
color: rgb(145 16 38 / var(--tw-text-opacity));
|
|
1793
1797
|
}
|
|
1794
|
-
.tw-text-grayscale-500 {
|
|
1798
|
+
.theme-brandCrowd .tw-text-grayscale-500 {
|
|
1795
1799
|
--tw-text-opacity: 1;
|
|
1796
1800
|
color: rgb(208 208 208 / var(--tw-text-opacity));
|
|
1797
1801
|
}
|
|
1798
|
-
.tw-text-grayscale-600 {
|
|
1802
|
+
.theme-brandCrowd .tw-text-grayscale-600 {
|
|
1799
1803
|
--tw-text-opacity: 1;
|
|
1800
1804
|
color: rgb(94 94 94 / var(--tw-text-opacity));
|
|
1801
1805
|
}
|
|
1802
|
-
.tw-text-grayscale-700 {
|
|
1806
|
+
.theme-brandCrowd .tw-text-grayscale-700 {
|
|
1803
1807
|
--tw-text-opacity: 1;
|
|
1804
1808
|
color: rgb(43 43 43 / var(--tw-text-opacity));
|
|
1805
1809
|
}
|
|
1806
|
-
.tw-text-grayscale-800 {
|
|
1810
|
+
.theme-brandCrowd .tw-text-grayscale-800 {
|
|
1807
1811
|
--tw-text-opacity: 1;
|
|
1808
1812
|
color: rgb(17 21 23 / var(--tw-text-opacity));
|
|
1809
1813
|
}
|
|
1810
|
-
.tw-text-info-300 {
|
|
1814
|
+
.theme-brandCrowd .tw-text-info-300 {
|
|
1811
1815
|
--tw-text-opacity: 1;
|
|
1812
1816
|
color: rgb(102 193 231 / var(--tw-text-opacity));
|
|
1813
1817
|
}
|
|
1814
|
-
.tw-text-info-500 {
|
|
1818
|
+
.theme-brandCrowd .tw-text-info-500 {
|
|
1815
1819
|
--tw-text-opacity: 1;
|
|
1816
1820
|
color: rgb(0 151 215 / var(--tw-text-opacity));
|
|
1817
1821
|
}
|
|
1818
|
-
.tw-text-primary-500 {
|
|
1822
|
+
.theme-brandCrowd .tw-text-primary-500 {
|
|
1819
1823
|
--tw-text-opacity: 1;
|
|
1820
1824
|
color: rgb(242 27 63 / var(--tw-text-opacity));
|
|
1821
1825
|
}
|
|
1822
|
-
.tw-text-secondary-400 {
|
|
1826
|
+
.theme-brandCrowd .tw-text-secondary-400 {
|
|
1823
1827
|
--tw-text-opacity: 1;
|
|
1824
1828
|
color: rgb(122 122 122 / var(--tw-text-opacity));
|
|
1825
1829
|
}
|
|
1826
|
-
.tw-text-secondary-500 {
|
|
1830
|
+
.theme-brandCrowd .tw-text-secondary-500 {
|
|
1827
1831
|
--tw-text-opacity: 1;
|
|
1828
1832
|
color: rgb(89 89 89 / var(--tw-text-opacity));
|
|
1829
1833
|
}
|
|
1830
|
-
.tw-text-secondary-600 {
|
|
1834
|
+
.theme-brandCrowd .tw-text-secondary-600 {
|
|
1831
1835
|
--tw-text-opacity: 1;
|
|
1832
1836
|
color: rgb(71 71 71 / var(--tw-text-opacity));
|
|
1833
1837
|
}
|
|
1834
|
-
.tw-text-secondary-800 {
|
|
1838
|
+
.theme-brandCrowd .tw-text-secondary-800 {
|
|
1835
1839
|
--tw-text-opacity: 1;
|
|
1836
1840
|
color: rgb(36 36 36 / var(--tw-text-opacity));
|
|
1837
1841
|
}
|
|
1838
|
-
.tw-text-success-500 {
|
|
1842
|
+
.theme-brandCrowd .tw-text-success-500 {
|
|
1839
1843
|
--tw-text-opacity: 1;
|
|
1840
1844
|
color: rgb(36 168 16 / var(--tw-text-opacity));
|
|
1841
1845
|
}
|
|
1842
|
-
.tw-text-success-600 {
|
|
1846
|
+
.theme-brandCrowd .tw-text-success-600 {
|
|
1843
1847
|
--tw-text-opacity: 1;
|
|
1844
1848
|
color: rgb(29 134 13 / var(--tw-text-opacity));
|
|
1845
1849
|
}
|
|
1846
|
-
.tw-text-success-700 {
|
|
1850
|
+
.theme-brandCrowd .tw-text-success-700 {
|
|
1847
1851
|
--tw-text-opacity: 1;
|
|
1848
1852
|
color: rgb(22 101 10 / var(--tw-text-opacity));
|
|
1849
1853
|
}
|
|
1850
|
-
.tw-text-warning-700 {
|
|
1854
|
+
.theme-brandCrowd .tw-text-warning-700 {
|
|
1851
1855
|
--tw-text-opacity: 1;
|
|
1852
1856
|
color: rgb(146 105 26 / var(--tw-text-opacity));
|
|
1853
1857
|
}
|
|
1854
|
-
.tw-text-white {
|
|
1858
|
+
.theme-brandCrowd .tw-text-white {
|
|
1855
1859
|
--tw-text-opacity: 1;
|
|
1856
1860
|
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
1857
1861
|
}
|
|
1858
|
-
.tw-underline {
|
|
1862
|
+
.theme-brandCrowd .tw-underline {
|
|
1859
1863
|
text-decoration-line: underline;
|
|
1860
1864
|
}
|
|
1861
|
-
.tw-no-underline {
|
|
1865
|
+
.theme-brandCrowd .tw-no-underline {
|
|
1862
1866
|
text-decoration-line: none;
|
|
1863
1867
|
}
|
|
1864
|
-
.tw-opacity-0 {
|
|
1868
|
+
.theme-brandCrowd .tw-opacity-0 {
|
|
1865
1869
|
opacity: 0;
|
|
1866
1870
|
}
|
|
1867
|
-
.tw-opacity-100 {
|
|
1871
|
+
.theme-brandCrowd .tw-opacity-100 {
|
|
1868
1872
|
opacity: 1;
|
|
1869
1873
|
}
|
|
1870
|
-
.tw-opacity-30 {
|
|
1874
|
+
.theme-brandCrowd .tw-opacity-30 {
|
|
1871
1875
|
opacity: 0.3;
|
|
1872
1876
|
}
|
|
1873
|
-
.tw-opacity-40 {
|
|
1877
|
+
.theme-brandCrowd .tw-opacity-40 {
|
|
1874
1878
|
opacity: 0.4;
|
|
1875
1879
|
}
|
|
1876
|
-
.tw-opacity-50 {
|
|
1880
|
+
.theme-brandCrowd .tw-opacity-50 {
|
|
1877
1881
|
opacity: 0.5;
|
|
1878
1882
|
}
|
|
1879
1883
|
.\!tw-shadow-\[0_0_0_1px\] {
|
|
@@ -1886,32 +1890,32 @@ video {
|
|
|
1886
1890
|
--tw-shadow-colored: 0 0 0 2px var(--tw-shadow-color) !important;
|
|
1887
1891
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
|
|
1888
1892
|
}
|
|
1889
|
-
.tw-shadow {
|
|
1893
|
+
.theme-brandCrowd .tw-shadow {
|
|
1890
1894
|
--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
|
1891
1895
|
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
|
|
1892
1896
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1893
1897
|
}
|
|
1894
|
-
.tw-shadow-inner {
|
|
1898
|
+
.theme-brandCrowd .tw-shadow-inner {
|
|
1895
1899
|
--tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
|
|
1896
1900
|
--tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
|
|
1897
1901
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1898
1902
|
}
|
|
1899
|
-
.tw-shadow-lg {
|
|
1903
|
+
.theme-brandCrowd .tw-shadow-lg {
|
|
1900
1904
|
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
|
|
1901
1905
|
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
|
|
1902
1906
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1903
1907
|
}
|
|
1904
|
-
.tw-shadow-md {
|
|
1908
|
+
.theme-brandCrowd .tw-shadow-md {
|
|
1905
1909
|
--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
|
|
1906
1910
|
--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
|
|
1907
1911
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1908
1912
|
}
|
|
1909
|
-
.tw-shadow-sm {
|
|
1913
|
+
.theme-brandCrowd .tw-shadow-sm {
|
|
1910
1914
|
--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
|
|
1911
1915
|
--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
|
|
1912
1916
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1913
1917
|
}
|
|
1914
|
-
.tw-shadow-xl {
|
|
1918
|
+
.theme-brandCrowd .tw-shadow-xl {
|
|
1915
1919
|
--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
|
|
1916
1920
|
--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
|
|
1917
1921
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
@@ -1924,536 +1928,455 @@ video {
|
|
|
1924
1928
|
--tw-shadow-color: #BDBDBD !important;
|
|
1925
1929
|
--tw-shadow: var(--tw-shadow-colored) !important;
|
|
1926
1930
|
}
|
|
1927
|
-
.tw-outline-none {
|
|
1931
|
+
.theme-brandCrowd .tw-outline-none {
|
|
1928
1932
|
outline: 2px solid transparent;
|
|
1929
1933
|
outline-offset: 2px;
|
|
1930
1934
|
}
|
|
1931
|
-
.tw-ring-1 {
|
|
1935
|
+
.theme-brandCrowd .tw-ring-1 {
|
|
1932
1936
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1933
1937
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1934
1938
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1935
1939
|
}
|
|
1936
|
-
.tw-ring-black {
|
|
1940
|
+
.theme-brandCrowd .tw-ring-black {
|
|
1937
1941
|
--tw-ring-opacity: 1;
|
|
1938
1942
|
--tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
|
|
1939
1943
|
}
|
|
1940
|
-
.tw-ring-opacity-5 {
|
|
1944
|
+
.theme-brandCrowd .tw-ring-opacity-5 {
|
|
1941
1945
|
--tw-ring-opacity: 0.05;
|
|
1942
1946
|
}
|
|
1943
|
-
.tw-drop-shadow-sm {
|
|
1947
|
+
.theme-brandCrowd .tw-drop-shadow-sm {
|
|
1944
1948
|
--tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
|
|
1945
1949
|
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
|
1946
1950
|
}
|
|
1947
|
-
.tw-transition-colors {
|
|
1951
|
+
.theme-brandCrowd .tw-transition-colors {
|
|
1948
1952
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
|
|
1949
1953
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1950
1954
|
transition-duration: 150ms;
|
|
1951
1955
|
}
|
|
1952
|
-
.tw-transition-shadow {
|
|
1956
|
+
.theme-brandCrowd .tw-transition-shadow {
|
|
1953
1957
|
transition-property: box-shadow;
|
|
1954
1958
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1955
1959
|
transition-duration: 150ms;
|
|
1956
1960
|
}
|
|
1957
|
-
.tw-transition-transform {
|
|
1961
|
+
.theme-brandCrowd .tw-transition-transform {
|
|
1958
1962
|
transition-property: transform;
|
|
1959
1963
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1960
1964
|
transition-duration: 150ms;
|
|
1961
1965
|
}
|
|
1962
|
-
.tw-duration-200 {
|
|
1966
|
+
.theme-brandCrowd .tw-duration-200 {
|
|
1963
1967
|
transition-duration: 200ms;
|
|
1964
1968
|
}
|
|
1965
|
-
.tw-duration-300 {
|
|
1969
|
+
.theme-brandCrowd .tw-duration-300 {
|
|
1966
1970
|
transition-duration: 300ms;
|
|
1967
1971
|
}
|
|
1968
|
-
.tw-ease-in-out {
|
|
1972
|
+
.theme-brandCrowd .tw-ease-in-out {
|
|
1969
1973
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1970
1974
|
}
|
|
1971
|
-
.tw-ease-out {
|
|
1975
|
+
.theme-brandCrowd .tw-ease-out {
|
|
1972
1976
|
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
1973
1977
|
}
|
|
1974
|
-
.hover\:tw-border-grayscale-400:hover {
|
|
1978
|
+
.theme-brandCrowd .hover\:tw-border-grayscale-400:hover {
|
|
1975
1979
|
--tw-border-opacity: 1;
|
|
1976
1980
|
border-color: rgb(230 230 230 / var(--tw-border-opacity));
|
|
1977
1981
|
}
|
|
1978
|
-
.hover\:tw-border-info-600:hover {
|
|
1982
|
+
.theme-brandCrowd .hover\:tw-border-info-600:hover {
|
|
1979
1983
|
--tw-border-opacity: 1;
|
|
1980
1984
|
border-color: rgb(0 121 172 / var(--tw-border-opacity));
|
|
1981
1985
|
}
|
|
1982
|
-
.hover\:tw-border-primary-600:hover {
|
|
1986
|
+
.theme-brandCrowd .hover\:tw-border-primary-600:hover {
|
|
1983
1987
|
--tw-border-opacity: 1;
|
|
1984
1988
|
border-color: rgb(194 22 50 / var(--tw-border-opacity));
|
|
1985
1989
|
}
|
|
1986
|
-
.hover\:tw-border-primary-700:hover {
|
|
1990
|
+
.theme-brandCrowd .hover\:tw-border-primary-700:hover {
|
|
1987
1991
|
--tw-border-opacity: 1;
|
|
1988
1992
|
border-color: rgb(145 16 38 / var(--tw-border-opacity));
|
|
1989
1993
|
}
|
|
1990
|
-
.hover\:tw-border-secondary-700:hover {
|
|
1994
|
+
.theme-brandCrowd .hover\:tw-border-secondary-700:hover {
|
|
1991
1995
|
--tw-border-opacity: 1;
|
|
1992
1996
|
border-color: rgb(53 53 53 / var(--tw-border-opacity));
|
|
1993
1997
|
}
|
|
1994
|
-
.hover\:tw-border-success-600:hover {
|
|
1998
|
+
.theme-brandCrowd .hover\:tw-border-success-600:hover {
|
|
1995
1999
|
--tw-border-opacity: 1;
|
|
1996
2000
|
border-color: rgb(29 134 13 / var(--tw-border-opacity));
|
|
1997
2001
|
}
|
|
1998
|
-
.hover\:tw-border-warning-600:hover {
|
|
2002
|
+
.theme-brandCrowd .hover\:tw-border-warning-600:hover {
|
|
1999
2003
|
--tw-border-opacity: 1;
|
|
2000
2004
|
border-color: rgb(194 140 34 / var(--tw-border-opacity));
|
|
2001
2005
|
}
|
|
2002
|
-
.hover\:tw-bg-grayscale-200:hover {
|
|
2006
|
+
.theme-brandCrowd .hover\:tw-bg-grayscale-200:hover {
|
|
2003
2007
|
--tw-bg-opacity: 1;
|
|
2004
2008
|
background-color: rgb(244 244 244 / var(--tw-bg-opacity));
|
|
2005
2009
|
}
|
|
2006
|
-
.hover\:tw-bg-grayscale-300:hover {
|
|
2010
|
+
.theme-brandCrowd .hover\:tw-bg-grayscale-300:hover {
|
|
2007
2011
|
--tw-bg-opacity: 1;
|
|
2008
2012
|
background-color: rgb(239 239 239 / var(--tw-bg-opacity));
|
|
2009
2013
|
}
|
|
2010
|
-
.hover\:tw-bg-grayscale-400:hover {
|
|
2014
|
+
.theme-brandCrowd .hover\:tw-bg-grayscale-400:hover {
|
|
2011
2015
|
--tw-bg-opacity: 1;
|
|
2012
2016
|
background-color: rgb(230 230 230 / var(--tw-bg-opacity));
|
|
2013
2017
|
}
|
|
2014
|
-
.hover\:tw-bg-info-100:hover {
|
|
2018
|
+
.theme-brandCrowd .hover\:tw-bg-info-100:hover {
|
|
2015
2019
|
--tw-bg-opacity: 1;
|
|
2016
2020
|
background-color: rgb(204 234 247 / var(--tw-bg-opacity));
|
|
2017
2021
|
}
|
|
2018
|
-
.hover\:tw-bg-info-400:hover {
|
|
2022
|
+
.theme-brandCrowd .hover\:tw-bg-info-400:hover {
|
|
2019
2023
|
--tw-bg-opacity: 1;
|
|
2020
2024
|
background-color: rgb(51 172 223 / var(--tw-bg-opacity));
|
|
2021
2025
|
}
|
|
2022
|
-
.hover\:tw-bg-info-600:hover {
|
|
2026
|
+
.theme-brandCrowd .hover\:tw-bg-info-600:hover {
|
|
2023
2027
|
--tw-bg-opacity: 1;
|
|
2024
2028
|
background-color: rgb(0 121 172 / var(--tw-bg-opacity));
|
|
2025
2029
|
}
|
|
2026
|
-
.hover\:tw-bg-primary-400:hover {
|
|
2030
|
+
.theme-brandCrowd .hover\:tw-bg-primary-400:hover {
|
|
2027
2031
|
--tw-bg-opacity: 1;
|
|
2028
2032
|
background-color: rgb(245 73 101 / var(--tw-bg-opacity));
|
|
2029
2033
|
}
|
|
2030
|
-
.hover\:tw-bg-primary-600:hover {
|
|
2034
|
+
.theme-brandCrowd .hover\:tw-bg-primary-600:hover {
|
|
2031
2035
|
--tw-bg-opacity: 1;
|
|
2032
2036
|
background-color: rgb(194 22 50 / var(--tw-bg-opacity));
|
|
2033
2037
|
}
|
|
2034
|
-
.hover\:tw-bg-secondary-100:hover {
|
|
2038
|
+
.theme-brandCrowd .hover\:tw-bg-secondary-100:hover {
|
|
2035
2039
|
--tw-bg-opacity: 1;
|
|
2036
2040
|
background-color: rgb(222 222 222 / var(--tw-bg-opacity));
|
|
2037
2041
|
}
|
|
2038
|
-
.hover\:tw-bg-secondary-400:hover {
|
|
2042
|
+
.theme-brandCrowd .hover\:tw-bg-secondary-400:hover {
|
|
2039
2043
|
--tw-bg-opacity: 1;
|
|
2040
2044
|
background-color: rgb(122 122 122 / var(--tw-bg-opacity));
|
|
2041
2045
|
}
|
|
2042
|
-
.hover\:tw-bg-secondary-500:hover {
|
|
2046
|
+
.theme-brandCrowd .hover\:tw-bg-secondary-500:hover {
|
|
2043
2047
|
--tw-bg-opacity: 1;
|
|
2044
2048
|
background-color: rgb(89 89 89 / var(--tw-bg-opacity));
|
|
2045
2049
|
}
|
|
2046
|
-
.hover\:tw-bg-secondary-600:hover {
|
|
2050
|
+
.theme-brandCrowd .hover\:tw-bg-secondary-600:hover {
|
|
2047
2051
|
--tw-bg-opacity: 1;
|
|
2048
2052
|
background-color: rgb(71 71 71 / var(--tw-bg-opacity));
|
|
2049
2053
|
}
|
|
2050
|
-
.hover\:tw-bg-success-100:hover {
|
|
2054
|
+
.theme-brandCrowd .hover\:tw-bg-success-100:hover {
|
|
2051
2055
|
--tw-bg-opacity: 1;
|
|
2052
2056
|
background-color: rgb(211 238 207 / var(--tw-bg-opacity));
|
|
2053
2057
|
}
|
|
2054
|
-
.hover\:tw-bg-success-600:hover {
|
|
2058
|
+
.theme-brandCrowd .hover\:tw-bg-success-600:hover {
|
|
2055
2059
|
--tw-bg-opacity: 1;
|
|
2056
2060
|
background-color: rgb(29 134 13 / var(--tw-bg-opacity));
|
|
2057
2061
|
}
|
|
2058
|
-
.hover\:tw-bg-warning-600:hover {
|
|
2062
|
+
.theme-brandCrowd .hover\:tw-bg-warning-600:hover {
|
|
2059
2063
|
--tw-bg-opacity: 1;
|
|
2060
2064
|
background-color: rgb(194 140 34 / var(--tw-bg-opacity));
|
|
2061
2065
|
}
|
|
2062
|
-
.hover\:tw-text-grayscale-800:hover {
|
|
2066
|
+
.theme-brandCrowd .hover\:tw-text-grayscale-800:hover {
|
|
2063
2067
|
--tw-text-opacity: 1;
|
|
2064
2068
|
color: rgb(17 21 23 / var(--tw-text-opacity));
|
|
2065
2069
|
}
|
|
2066
|
-
.hover\:tw-text-secondary-500:hover {
|
|
2070
|
+
.theme-brandCrowd .hover\:tw-text-secondary-500:hover {
|
|
2067
2071
|
--tw-text-opacity: 1;
|
|
2068
2072
|
color: rgb(89 89 89 / var(--tw-text-opacity));
|
|
2069
2073
|
}
|
|
2070
|
-
.hover\:tw-text-success-600:hover {
|
|
2074
|
+
.theme-brandCrowd .hover\:tw-text-success-600:hover {
|
|
2071
2075
|
--tw-text-opacity: 1;
|
|
2072
2076
|
color: rgb(29 134 13 / var(--tw-text-opacity));
|
|
2073
2077
|
}
|
|
2074
|
-
.hover\:tw-text-white:hover {
|
|
2078
|
+
.theme-brandCrowd .hover\:tw-text-white:hover {
|
|
2075
2079
|
--tw-text-opacity: 1;
|
|
2076
2080
|
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
2077
2081
|
}
|
|
2078
|
-
.hover\:tw-underline:hover {
|
|
2082
|
+
.theme-brandCrowd .hover\:tw-underline:hover {
|
|
2079
2083
|
text-decoration-line: underline;
|
|
2080
2084
|
}
|
|
2081
|
-
.hover\:tw-shadow-lg:hover {
|
|
2085
|
+
.theme-brandCrowd .hover\:tw-shadow-lg:hover {
|
|
2082
2086
|
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
|
|
2083
2087
|
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
|
|
2084
2088
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2085
2089
|
}
|
|
2086
|
-
.hover\:\!tw-shadow-info-500:hover {
|
|
2090
|
+
.theme-brandCrowd .hover\:\!tw-shadow-info-500:hover {
|
|
2087
2091
|
--tw-shadow-color: #0097D7 !important;
|
|
2088
2092
|
--tw-shadow: var(--tw-shadow-colored) !important;
|
|
2089
2093
|
}
|
|
2090
|
-
.focus\:tw-border-error-600:focus {
|
|
2094
|
+
.theme-brandCrowd .focus\:tw-border-error-600:focus {
|
|
2091
2095
|
--tw-border-opacity: 1;
|
|
2092
2096
|
border-color: rgb(194 22 50 / var(--tw-border-opacity));
|
|
2093
2097
|
}
|
|
2094
|
-
.focus\:tw-border-grayscale-600:focus {
|
|
2098
|
+
.theme-brandCrowd .focus\:tw-border-grayscale-600:focus {
|
|
2095
2099
|
--tw-border-opacity: 1;
|
|
2096
2100
|
border-color: rgb(94 94 94 / var(--tw-border-opacity));
|
|
2097
2101
|
}
|
|
2098
|
-
.focus\:tw-border-grayscale-700:focus {
|
|
2102
|
+
.theme-brandCrowd .focus\:tw-border-grayscale-700:focus {
|
|
2099
2103
|
--tw-border-opacity: 1;
|
|
2100
2104
|
border-color: rgb(43 43 43 / var(--tw-border-opacity));
|
|
2101
2105
|
}
|
|
2102
|
-
.focus\:tw-border-success-600:focus {
|
|
2106
|
+
.theme-brandCrowd .focus\:tw-border-success-600:focus {
|
|
2103
2107
|
--tw-border-opacity: 1;
|
|
2104
2108
|
border-color: rgb(29 134 13 / var(--tw-border-opacity));
|
|
2105
2109
|
}
|
|
2106
|
-
.focus\:tw-border-warning-600:focus {
|
|
2110
|
+
.theme-brandCrowd .focus\:tw-border-warning-600:focus {
|
|
2107
2111
|
--tw-border-opacity: 1;
|
|
2108
2112
|
border-color: rgb(194 140 34 / var(--tw-border-opacity));
|
|
2109
2113
|
}
|
|
2110
|
-
.focus\:tw-outline-none:focus {
|
|
2114
|
+
.theme-brandCrowd .focus\:tw-outline-none:focus {
|
|
2111
2115
|
outline: 2px solid transparent;
|
|
2112
2116
|
outline-offset: 2px;
|
|
2113
2117
|
}
|
|
2114
|
-
.tw-group:hover .group-hover\:tw-text-info-500 {
|
|
2118
|
+
.theme-brandCrowd .tw-group:hover .group-hover\:tw-text-info-500 {
|
|
2115
2119
|
--tw-text-opacity: 1;
|
|
2116
2120
|
color: rgb(0 151 215 / var(--tw-text-opacity));
|
|
2117
2121
|
}
|
|
2118
2122
|
@media (min-width: 640px) {
|
|
2119
|
-
|
|
2120
|
-
.sm\:tw-absolute {
|
|
2123
|
+
.theme-brandCrowd .sm\:tw-absolute {
|
|
2121
2124
|
position: absolute;
|
|
2122
2125
|
}
|
|
2123
|
-
|
|
2124
|
-
.sm\:tw-bottom-full {
|
|
2126
|
+
.theme-brandCrowd .sm\:tw-bottom-full {
|
|
2125
2127
|
bottom: 100%;
|
|
2126
2128
|
}
|
|
2127
|
-
|
|
2128
|
-
.sm\:tw-left-full {
|
|
2129
|
+
.theme-brandCrowd .sm\:tw-left-full {
|
|
2129
2130
|
left: 100%;
|
|
2130
2131
|
}
|
|
2131
|
-
|
|
2132
|
-
.sm\:tw-right-full {
|
|
2132
|
+
.theme-brandCrowd .sm\:tw-right-full {
|
|
2133
2133
|
right: 100%;
|
|
2134
2134
|
}
|
|
2135
|
-
|
|
2136
|
-
.sm\:tw-top-auto {
|
|
2135
|
+
.theme-brandCrowd .sm\:tw-top-auto {
|
|
2137
2136
|
top: auto;
|
|
2138
2137
|
}
|
|
2139
|
-
|
|
2140
|
-
.sm\:tw-mx-8 {
|
|
2138
|
+
.theme-brandCrowd .sm\:tw-mx-8 {
|
|
2141
2139
|
margin-left: 2rem;
|
|
2142
2140
|
margin-right: 2rem;
|
|
2143
2141
|
}
|
|
2144
|
-
|
|
2145
|
-
.sm\:tw-mb-4 {
|
|
2142
|
+
.theme-brandCrowd .sm\:tw-mb-4 {
|
|
2146
2143
|
margin-bottom: 1rem;
|
|
2147
2144
|
}
|
|
2148
|
-
|
|
2149
|
-
.sm\:tw-ml-4 {
|
|
2145
|
+
.theme-brandCrowd .sm\:tw-ml-4 {
|
|
2150
2146
|
margin-left: 1rem;
|
|
2151
2147
|
}
|
|
2152
|
-
|
|
2153
|
-
.sm\:tw-mr-4 {
|
|
2148
|
+
.theme-brandCrowd .sm\:tw-mr-4 {
|
|
2154
2149
|
margin-right: 1rem;
|
|
2155
2150
|
}
|
|
2156
|
-
|
|
2157
|
-
.sm\:tw-mt-0 {
|
|
2151
|
+
.theme-brandCrowd .sm\:tw-mt-0 {
|
|
2158
2152
|
margin-top: 0px;
|
|
2159
2153
|
}
|
|
2160
|
-
|
|
2161
|
-
.sm\:tw-block {
|
|
2154
|
+
.theme-brandCrowd .sm\:tw-block {
|
|
2162
2155
|
display: block;
|
|
2163
2156
|
}
|
|
2164
|
-
|
|
2165
|
-
.sm\:tw-inline {
|
|
2157
|
+
.theme-brandCrowd .sm\:tw-inline {
|
|
2166
2158
|
display: inline;
|
|
2167
2159
|
}
|
|
2168
|
-
|
|
2169
|
-
.sm\:tw-hidden {
|
|
2160
|
+
.theme-brandCrowd .sm\:tw-hidden {
|
|
2170
2161
|
display: none;
|
|
2171
2162
|
}
|
|
2172
|
-
|
|
2173
|
-
.sm\:tw-h-auto {
|
|
2163
|
+
.theme-brandCrowd .sm\:tw-h-auto {
|
|
2174
2164
|
height: auto;
|
|
2175
2165
|
}
|
|
2176
|
-
|
|
2177
|
-
.sm\:tw-w-64 {
|
|
2166
|
+
.theme-brandCrowd .sm\:tw-w-64 {
|
|
2178
2167
|
width: 16rem;
|
|
2179
2168
|
}
|
|
2180
|
-
|
|
2181
|
-
.sm\:tw-w-72 {
|
|
2169
|
+
.theme-brandCrowd .sm\:tw-w-72 {
|
|
2182
2170
|
width: 18rem;
|
|
2183
2171
|
}
|
|
2184
|
-
|
|
2185
|
-
.sm\:tw-w-96 {
|
|
2172
|
+
.theme-brandCrowd .sm\:tw-w-96 {
|
|
2186
2173
|
width: 24rem;
|
|
2187
2174
|
}
|
|
2188
|
-
|
|
2189
|
-
.sm\:tw-w-auto {
|
|
2175
|
+
.theme-brandCrowd .sm\:tw-w-auto {
|
|
2190
2176
|
width: auto;
|
|
2191
2177
|
}
|
|
2192
|
-
|
|
2193
|
-
.sm\:tw-flex-row {
|
|
2178
|
+
.theme-brandCrowd .sm\:tw-flex-row {
|
|
2194
2179
|
flex-direction: row;
|
|
2195
2180
|
}
|
|
2196
|
-
|
|
2197
|
-
.sm\:tw-rounded-md {
|
|
2181
|
+
.theme-brandCrowd .sm\:tw-rounded-md {
|
|
2198
2182
|
border-radius: 0.375rem;
|
|
2199
2183
|
}
|
|
2200
|
-
|
|
2201
|
-
.sm\:tw-px-4 {
|
|
2184
|
+
.theme-brandCrowd .sm\:tw-px-4 {
|
|
2202
2185
|
padding-left: 1rem;
|
|
2203
2186
|
padding-right: 1rem;
|
|
2204
2187
|
}
|
|
2205
2188
|
}
|
|
2206
2189
|
@media (min-width: 768px) {
|
|
2207
|
-
|
|
2208
|
-
.md\:tw-right-6 {
|
|
2190
|
+
.theme-brandCrowd .md\:tw-right-6 {
|
|
2209
2191
|
right: 1.5rem;
|
|
2210
2192
|
}
|
|
2211
|
-
|
|
2212
|
-
.md\:tw-mb-0 {
|
|
2193
|
+
.theme-brandCrowd .md\:tw-mb-0 {
|
|
2213
2194
|
margin-bottom: 0px;
|
|
2214
2195
|
}
|
|
2215
|
-
|
|
2216
|
-
.md\:tw-ml-0 {
|
|
2196
|
+
.theme-brandCrowd .md\:tw-ml-0 {
|
|
2217
2197
|
margin-left: 0px;
|
|
2218
2198
|
}
|
|
2219
|
-
|
|
2220
|
-
.md\:tw-ml-2 {
|
|
2199
|
+
.theme-brandCrowd .md\:tw-ml-2 {
|
|
2221
2200
|
margin-left: 0.5rem;
|
|
2222
2201
|
}
|
|
2223
|
-
|
|
2224
|
-
.md\:tw-ml-3 {
|
|
2202
|
+
.theme-brandCrowd .md\:tw-ml-3 {
|
|
2225
2203
|
margin-left: 0.75rem;
|
|
2226
2204
|
}
|
|
2227
|
-
|
|
2228
|
-
.md\:tw-ml-4 {
|
|
2205
|
+
.theme-brandCrowd .md\:tw-ml-4 {
|
|
2229
2206
|
margin-left: 1rem;
|
|
2230
2207
|
}
|
|
2231
|
-
|
|
2232
|
-
.md\:tw-mt-0 {
|
|
2208
|
+
.theme-brandCrowd .md\:tw-mt-0 {
|
|
2233
2209
|
margin-top: 0px;
|
|
2234
2210
|
}
|
|
2235
|
-
|
|
2236
|
-
.md\:tw-mt-3 {
|
|
2211
|
+
.theme-brandCrowd .md\:tw-mt-3 {
|
|
2237
2212
|
margin-top: 0.75rem;
|
|
2238
2213
|
}
|
|
2239
|
-
|
|
2240
|
-
.md\:tw-flex {
|
|
2214
|
+
.theme-brandCrowd .md\:tw-flex {
|
|
2241
2215
|
display: flex;
|
|
2242
2216
|
}
|
|
2243
|
-
|
|
2244
|
-
.md\:tw-grid {
|
|
2217
|
+
.theme-brandCrowd .md\:tw-grid {
|
|
2245
2218
|
display: grid;
|
|
2246
2219
|
}
|
|
2247
|
-
|
|
2248
|
-
.md\:tw-hidden {
|
|
2220
|
+
.theme-brandCrowd .md\:tw-hidden {
|
|
2249
2221
|
display: none;
|
|
2250
2222
|
}
|
|
2251
|
-
|
|
2252
|
-
.md\:tw-h-10 {
|
|
2223
|
+
.theme-brandCrowd .md\:tw-h-10 {
|
|
2253
2224
|
height: 2.5rem;
|
|
2254
2225
|
}
|
|
2255
|
-
|
|
2256
|
-
.md\:tw-h-20 {
|
|
2226
|
+
.theme-brandCrowd .md\:tw-h-20 {
|
|
2257
2227
|
height: 5rem;
|
|
2258
2228
|
}
|
|
2259
|
-
|
|
2260
|
-
.md\:tw-h-full {
|
|
2229
|
+
.theme-brandCrowd .md\:tw-h-full {
|
|
2261
2230
|
height: 100%;
|
|
2262
2231
|
}
|
|
2263
|
-
|
|
2264
|
-
.md\:tw-w-10 {
|
|
2232
|
+
.theme-brandCrowd .md\:tw-w-10 {
|
|
2265
2233
|
width: 2.5rem;
|
|
2266
2234
|
}
|
|
2267
|
-
|
|
2268
|
-
.md\:tw-w-24 {
|
|
2235
|
+
.theme-brandCrowd .md\:tw-w-24 {
|
|
2269
2236
|
width: 6rem;
|
|
2270
2237
|
}
|
|
2271
|
-
|
|
2272
|
-
.md\:tw-w-auto {
|
|
2238
|
+
.theme-brandCrowd .md\:tw-w-auto {
|
|
2273
2239
|
width: auto;
|
|
2274
2240
|
}
|
|
2275
|
-
|
|
2276
|
-
.md\:tw-w-full {
|
|
2241
|
+
.theme-brandCrowd .md\:tw-w-full {
|
|
2277
2242
|
width: 100%;
|
|
2278
2243
|
}
|
|
2279
|
-
|
|
2280
|
-
.md\:tw-max-w-full {
|
|
2244
|
+
.theme-brandCrowd .md\:tw-max-w-full {
|
|
2281
2245
|
max-width: 100%;
|
|
2282
2246
|
}
|
|
2283
|
-
|
|
2284
|
-
.md\:tw-grow {
|
|
2247
|
+
.theme-brandCrowd .md\:tw-grow {
|
|
2285
2248
|
flex-grow: 1;
|
|
2286
2249
|
}
|
|
2287
|
-
|
|
2288
|
-
.md\:tw-grid-cols-2 {
|
|
2250
|
+
.theme-brandCrowd .md\:tw-grid-cols-2 {
|
|
2289
2251
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
2290
2252
|
}
|
|
2291
|
-
|
|
2292
|
-
.md\:tw-flex-row {
|
|
2253
|
+
.theme-brandCrowd .md\:tw-flex-row {
|
|
2293
2254
|
flex-direction: row;
|
|
2294
2255
|
}
|
|
2295
|
-
|
|
2296
|
-
.md\:tw-flex-col {
|
|
2256
|
+
.theme-brandCrowd .md\:tw-flex-col {
|
|
2297
2257
|
flex-direction: column;
|
|
2298
2258
|
}
|
|
2299
|
-
|
|
2300
|
-
.md\:tw-items-start {
|
|
2259
|
+
.theme-brandCrowd .md\:tw-items-start {
|
|
2301
2260
|
align-items: flex-start;
|
|
2302
2261
|
}
|
|
2303
|
-
|
|
2304
|
-
.md\:tw-items-end {
|
|
2262
|
+
.theme-brandCrowd .md\:tw-items-end {
|
|
2305
2263
|
align-items: flex-end;
|
|
2306
2264
|
}
|
|
2307
|
-
|
|
2308
|
-
.md\:tw-items-center {
|
|
2265
|
+
.theme-brandCrowd .md\:tw-items-center {
|
|
2309
2266
|
align-items: center;
|
|
2310
2267
|
}
|
|
2311
|
-
|
|
2312
|
-
.md\:tw-justify-start {
|
|
2268
|
+
.theme-brandCrowd .md\:tw-justify-start {
|
|
2313
2269
|
justify-content: flex-start;
|
|
2314
2270
|
}
|
|
2315
|
-
|
|
2316
|
-
.md\:tw-justify-end {
|
|
2271
|
+
.theme-brandCrowd .md\:tw-justify-end {
|
|
2317
2272
|
justify-content: flex-end;
|
|
2318
2273
|
}
|
|
2319
|
-
|
|
2320
|
-
.md\:tw-justify-center {
|
|
2274
|
+
.theme-brandCrowd .md\:tw-justify-center {
|
|
2321
2275
|
justify-content: center;
|
|
2322
2276
|
}
|
|
2323
|
-
|
|
2324
|
-
.md\:tw-gap-2 {
|
|
2277
|
+
.theme-brandCrowd .md\:tw-gap-2 {
|
|
2325
2278
|
gap: 0.5rem;
|
|
2326
2279
|
}
|
|
2327
|
-
|
|
2328
|
-
.md\:tw-rounded-l-none {
|
|
2280
|
+
.theme-brandCrowd .md\:tw-rounded-l-none {
|
|
2329
2281
|
border-top-left-radius: 0px;
|
|
2330
2282
|
border-bottom-left-radius: 0px;
|
|
2331
2283
|
}
|
|
2332
|
-
|
|
2333
|
-
.md\:tw-rounded-r-none {
|
|
2284
|
+
.theme-brandCrowd .md\:tw-rounded-r-none {
|
|
2334
2285
|
border-top-right-radius: 0px;
|
|
2335
2286
|
border-bottom-right-radius: 0px;
|
|
2336
2287
|
}
|
|
2337
|
-
|
|
2338
|
-
.md\:tw-object-contain {
|
|
2288
|
+
.theme-brandCrowd .md\:tw-object-contain {
|
|
2339
2289
|
-o-object-fit: contain;
|
|
2340
2290
|
object-fit: contain;
|
|
2341
2291
|
}
|
|
2342
|
-
|
|
2343
|
-
.md\:tw-p-2 {
|
|
2292
|
+
.theme-brandCrowd .md\:tw-p-2 {
|
|
2344
2293
|
padding: 0.5rem;
|
|
2345
2294
|
}
|
|
2346
|
-
|
|
2347
|
-
.md\:tw-p-3 {
|
|
2295
|
+
.theme-brandCrowd .md\:tw-p-3 {
|
|
2348
2296
|
padding: 0.75rem;
|
|
2349
2297
|
}
|
|
2350
|
-
|
|
2351
|
-
.md\:tw-p-6 {
|
|
2298
|
+
.theme-brandCrowd .md\:tw-p-6 {
|
|
2352
2299
|
padding: 1.5rem;
|
|
2353
2300
|
}
|
|
2354
|
-
|
|
2355
|
-
.md\:tw-p-8 {
|
|
2301
|
+
.theme-brandCrowd .md\:tw-p-8 {
|
|
2356
2302
|
padding: 2rem;
|
|
2357
2303
|
}
|
|
2358
|
-
|
|
2359
|
-
.md\:tw-px-4 {
|
|
2304
|
+
.theme-brandCrowd .md\:tw-px-4 {
|
|
2360
2305
|
padding-left: 1rem;
|
|
2361
2306
|
padding-right: 1rem;
|
|
2362
2307
|
}
|
|
2363
|
-
|
|
2364
|
-
.md\:tw-px-8 {
|
|
2308
|
+
.theme-brandCrowd .md\:tw-px-8 {
|
|
2365
2309
|
padding-left: 2rem;
|
|
2366
2310
|
padding-right: 2rem;
|
|
2367
2311
|
}
|
|
2368
|
-
|
|
2369
|
-
.md\:tw-py-2 {
|
|
2312
|
+
.theme-brandCrowd .md\:tw-py-2 {
|
|
2370
2313
|
padding-top: 0.5rem;
|
|
2371
2314
|
padding-bottom: 0.5rem;
|
|
2372
2315
|
}
|
|
2373
|
-
|
|
2374
|
-
.md\:tw-pl-4 {
|
|
2316
|
+
.theme-brandCrowd .md\:tw-pl-4 {
|
|
2375
2317
|
padding-left: 1rem;
|
|
2376
2318
|
}
|
|
2377
|
-
|
|
2378
|
-
.md\:tw-pr-2 {
|
|
2319
|
+
.theme-brandCrowd .md\:tw-pr-2 {
|
|
2379
2320
|
padding-right: 0.5rem;
|
|
2380
2321
|
}
|
|
2381
|
-
|
|
2382
|
-
.md\:tw-text-left {
|
|
2322
|
+
.theme-brandCrowd .md\:tw-text-left {
|
|
2383
2323
|
text-align: left;
|
|
2384
2324
|
}
|
|
2385
|
-
|
|
2386
|
-
.md\:tw-text-sm {
|
|
2325
|
+
.theme-brandCrowd .md\:tw-text-sm {
|
|
2387
2326
|
font-size: 0.875rem;
|
|
2388
2327
|
line-height: 1.25rem;
|
|
2389
2328
|
}
|
|
2390
|
-
|
|
2391
|
-
.md\:tw-text-xs {
|
|
2329
|
+
.theme-brandCrowd .md\:tw-text-xs {
|
|
2392
2330
|
font-size: 0.75rem;
|
|
2393
2331
|
line-height: 1rem;
|
|
2394
2332
|
}
|
|
2395
2333
|
}
|
|
2396
2334
|
@media (min-width: 1024px) {
|
|
2397
|
-
|
|
2398
|
-
.lg\:tw-static {
|
|
2335
|
+
.theme-brandCrowd .lg\:tw-static {
|
|
2399
2336
|
position: static;
|
|
2400
2337
|
}
|
|
2401
|
-
|
|
2402
|
-
.lg\:tw-mb-0 {
|
|
2338
|
+
.theme-brandCrowd .lg\:tw-mb-0 {
|
|
2403
2339
|
margin-bottom: 0px;
|
|
2404
2340
|
}
|
|
2405
|
-
|
|
2406
|
-
.lg\:tw-mr-8 {
|
|
2341
|
+
.theme-brandCrowd .lg\:tw-mr-8 {
|
|
2407
2342
|
margin-right: 2rem;
|
|
2408
2343
|
}
|
|
2409
|
-
|
|
2410
|
-
.lg\:tw-flex {
|
|
2344
|
+
.theme-brandCrowd .lg\:tw-flex {
|
|
2411
2345
|
display: flex;
|
|
2412
2346
|
}
|
|
2413
|
-
|
|
2414
|
-
.lg\:tw-h-auto {
|
|
2347
|
+
.theme-brandCrowd .lg\:tw-h-auto {
|
|
2415
2348
|
height: auto;
|
|
2416
2349
|
}
|
|
2417
|
-
|
|
2418
|
-
.lg\:tw-max-w-xl {
|
|
2350
|
+
.theme-brandCrowd .lg\:tw-max-w-xl {
|
|
2419
2351
|
max-width: 36rem;
|
|
2420
2352
|
}
|
|
2421
|
-
|
|
2422
|
-
.lg\:tw-flex-row {
|
|
2353
|
+
.theme-brandCrowd .lg\:tw-flex-row {
|
|
2423
2354
|
flex-direction: row;
|
|
2424
2355
|
}
|
|
2425
|
-
|
|
2426
|
-
.lg\:tw-items-center {
|
|
2356
|
+
.theme-brandCrowd .lg\:tw-items-center {
|
|
2427
2357
|
align-items: center;
|
|
2428
2358
|
}
|
|
2429
|
-
|
|
2430
|
-
.lg\:tw-overflow-visible {
|
|
2359
|
+
.theme-brandCrowd .lg\:tw-overflow-visible {
|
|
2431
2360
|
overflow: visible;
|
|
2432
2361
|
}
|
|
2433
|
-
|
|
2434
|
-
.lg\:tw-rounded {
|
|
2362
|
+
.theme-brandCrowd .lg\:tw-rounded {
|
|
2435
2363
|
border-radius: 0.25rem;
|
|
2436
2364
|
}
|
|
2437
|
-
|
|
2438
|
-
.lg\:tw-px-20 {
|
|
2365
|
+
.theme-brandCrowd .lg\:tw-px-20 {
|
|
2439
2366
|
padding-left: 5rem;
|
|
2440
2367
|
padding-right: 5rem;
|
|
2441
2368
|
}
|
|
2442
|
-
|
|
2443
|
-
.lg\:tw-px-8 {
|
|
2369
|
+
.theme-brandCrowd .lg\:tw-px-8 {
|
|
2444
2370
|
padding-left: 2rem;
|
|
2445
2371
|
padding-right: 2rem;
|
|
2446
2372
|
}
|
|
2447
|
-
|
|
2448
|
-
.lg\:tw-pb-0 {
|
|
2373
|
+
.theme-brandCrowd .lg\:tw-pb-0 {
|
|
2449
2374
|
padding-bottom: 0px;
|
|
2450
2375
|
}
|
|
2451
|
-
|
|
2452
|
-
.lg\:tw-pb-8 {
|
|
2376
|
+
.theme-brandCrowd .lg\:tw-pb-8 {
|
|
2453
2377
|
padding-bottom: 2rem;
|
|
2454
2378
|
}
|
|
2455
|
-
|
|
2456
|
-
.lg\:tw-pt-20 {
|
|
2379
|
+
.theme-brandCrowd .lg\:tw-pt-20 {
|
|
2457
2380
|
padding-top: 5rem;
|
|
2458
2381
|
}
|
|
2459
2382
|
}
|