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