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