@gem-sdk/styles 1.5.0-next.0 → 1.5.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/utility.css CHANGED
@@ -1,22 +1,3 @@
1
- [style*="--ac:"] {
2
- align-content: var(--ac);
3
- }
4
- [style*="--hvr-ac:"]:hover {
5
- align-content: var(--hvr-ac);
6
- }
7
- /* .group:hover {
8
- [style*="--$(prefix)hvr-$(var):"] {
9
- $(prop): var(--$(prefix)hvr-$(var));
10
- }
11
- } */
12
- [style*="--focus-ac:"]:focus {
13
- align-content: var(--focus-ac);
14
- }
15
- /* .group:focus {
16
- [style*="--$(prefix)focus-$(var):"] {
17
- $(prop): var(--$(prefix)focus-$(var));
18
- }
19
- } */
20
1
  [style*="--ai:"] {
21
2
  align-items: var(--ai);
22
3
  }
@@ -36,25 +17,6 @@
36
17
  $(prop): var(--$(prefix)focus-$(var));
37
18
  }
38
19
  } */
39
- [style*="--as:"] {
40
- align-self: var(--as);
41
- }
42
- [style*="--hvr-as:"]:hover {
43
- align-self: var(--hvr-as);
44
- }
45
- /* .group:hover {
46
- [style*="--$(prefix)hvr-$(var):"] {
47
- $(prop): var(--$(prefix)hvr-$(var));
48
- }
49
- } */
50
- [style*="--focus-as:"]:focus {
51
- align-self: var(--focus-as);
52
- }
53
- /* .group:focus {
54
- [style*="--$(prefix)focus-$(var):"] {
55
- $(prop): var(--$(prefix)focus-$(var));
56
- }
57
- } */
58
20
  [style*="--aspect:"] {
59
21
  aspect-ratio: var(--aspect);
60
22
  }
@@ -530,25 +492,6 @@
530
492
  $(prop): var(--$(prefix)focus-$(var));
531
493
  }
532
494
  } */
533
- [style*="--cr:"] {
534
- clear: var(--cr);
535
- }
536
- [style*="--hvr-cr:"]:hover {
537
- clear: var(--hvr-cr);
538
- }
539
- /* .group:hover {
540
- [style*="--$(prefix)hvr-$(var):"] {
541
- $(prop): var(--$(prefix)hvr-$(var));
542
- }
543
- } */
544
- [style*="--focus-cr:"]:focus {
545
- clear: var(--focus-cr);
546
- }
547
- /* .group:focus {
548
- [style*="--$(prefix)focus-$(var):"] {
549
- $(prop): var(--$(prefix)focus-$(var));
550
- }
551
- } */
552
495
  [style*="--c:"] {
553
496
  color: var(--c);
554
497
  }
@@ -609,66 +552,6 @@
609
552
  $(prop): var(--$(prefix)focus-$(var));
610
553
  }
611
554
  } */
612
- [style*="--fr:"] {
613
- -webkit-filter: var(--fr);
614
- filter: var(--fr);
615
- }
616
- [style*="--hvr-fr:"]:hover {
617
- -webkit-filter: var(--hvr-fr);
618
- filter: var(--hvr-fr);
619
- }
620
- /* .group:hover {
621
- [style*="--$(prefix)hvr-$(var):"] {
622
- $(prop): var(--$(prefix)hvr-$(var));
623
- }
624
- } */
625
- [style*="--focus-fr:"]:focus {
626
- -webkit-filter: var(--focus-fr);
627
- filter: var(--focus-fr);
628
- }
629
- /* .group:focus {
630
- [style*="--$(prefix)focus-$(var):"] {
631
- $(prop): var(--$(prefix)focus-$(var));
632
- }
633
- } */
634
- [style*="--fx:"] {
635
- flex: var(--fx);
636
- }
637
- [style*="--hvr-fx:"]:hover {
638
- flex: var(--hvr-fx);
639
- }
640
- /* .group:hover {
641
- [style*="--$(prefix)hvr-$(var):"] {
642
- $(prop): var(--$(prefix)hvr-$(var));
643
- }
644
- } */
645
- [style*="--focus-fx:"]:focus {
646
- flex: var(--focus-fx);
647
- }
648
- /* .group:focus {
649
- [style*="--$(prefix)focus-$(var):"] {
650
- $(prop): var(--$(prefix)focus-$(var));
651
- }
652
- } */
653
- [style*="--fb:"] {
654
- flex-basis: var(--fb);
655
- }
656
- [style*="--hvr-fb:"]:hover {
657
- flex-basis: var(--hvr-fb);
658
- }
659
- /* .group:hover {
660
- [style*="--$(prefix)hvr-$(var):"] {
661
- $(prop): var(--$(prefix)hvr-$(var));
662
- }
663
- } */
664
- [style*="--focus-fb:"]:focus {
665
- flex-basis: var(--focus-fb);
666
- }
667
- /* .group:focus {
668
- [style*="--$(prefix)focus-$(var):"] {
669
- $(prop): var(--$(prefix)focus-$(var));
670
- }
671
- } */
672
555
  [style*="--fd:"] {
673
556
  flex-direction: var(--fd);
674
557
  }
@@ -688,25 +571,6 @@
688
571
  $(prop): var(--$(prefix)focus-$(var));
689
572
  }
690
573
  } */
691
- [style*="--fg:"] {
692
- flex-grow: var(--fg);
693
- }
694
- [style*="--hvr-fg:"]:hover {
695
- flex-grow: var(--hvr-fg);
696
- }
697
- /* .group:hover {
698
- [style*="--$(prefix)hvr-$(var):"] {
699
- $(prop): var(--$(prefix)hvr-$(var));
700
- }
701
- } */
702
- [style*="--focus-fg:"]:focus {
703
- flex-grow: var(--focus-fg);
704
- }
705
- /* .group:focus {
706
- [style*="--$(prefix)focus-$(var):"] {
707
- $(prop): var(--$(prefix)focus-$(var));
708
- }
709
- } */
710
574
  [style*="--fs:"] {
711
575
  flex-shrink: var(--fs);
712
576
  }
@@ -726,44 +590,6 @@
726
590
  $(prop): var(--$(prefix)focus-$(var));
727
591
  }
728
592
  } */
729
- [style*="--fw:"] {
730
- flex-wrap: var(--fw);
731
- }
732
- [style*="--hvr-fw:"]:hover {
733
- flex-wrap: var(--hvr-fw);
734
- }
735
- /* .group:hover {
736
- [style*="--$(prefix)hvr-$(var):"] {
737
- $(prop): var(--$(prefix)hvr-$(var));
738
- }
739
- } */
740
- [style*="--focus-fw:"]:focus {
741
- flex-wrap: var(--focus-fw);
742
- }
743
- /* .group:focus {
744
- [style*="--$(prefix)focus-$(var):"] {
745
- $(prop): var(--$(prefix)focus-$(var));
746
- }
747
- } */
748
- [style*="--ft:"] {
749
- float: var(--ft);
750
- }
751
- [style*="--hvr-ft:"]:hover {
752
- float: var(--hvr-ft);
753
- }
754
- /* .group:hover {
755
- [style*="--$(prefix)hvr-$(var):"] {
756
- $(prop): var(--$(prefix)hvr-$(var));
757
- }
758
- } */
759
- [style*="--focus-ft:"]:focus {
760
- float: var(--focus-ft);
761
- }
762
- /* .group:focus {
763
- [style*="--$(prefix)focus-$(var):"] {
764
- $(prop): var(--$(prefix)focus-$(var));
765
- }
766
- } */
767
593
  [style*="--ff:"] {
768
594
  font-family: var(--ff);
769
595
  }
@@ -802,25 +628,6 @@
802
628
  $(prop): var(--$(prefix)focus-$(var));
803
629
  }
804
630
  } */
805
- [style*="--fs:"] {
806
- font-style: var(--fs);
807
- }
808
- [style*="--hvr-fs:"]:hover {
809
- font-style: var(--hvr-fs);
810
- }
811
- /* .group:hover {
812
- [style*="--$(prefix)hvr-$(var):"] {
813
- $(prop): var(--$(prefix)hvr-$(var));
814
- }
815
- } */
816
- [style*="--focus-fs:"]:focus {
817
- font-style: var(--focus-fs);
818
- }
819
- /* .group:focus {
820
- [style*="--$(prefix)focus-$(var):"] {
821
- $(prop): var(--$(prefix)focus-$(var));
822
- }
823
- } */
824
631
  [style*="--weight:"] {
825
632
  font-weight: var(--weight);
826
633
  }
@@ -840,63 +647,6 @@
840
647
  $(prop): var(--$(prefix)focus-$(var));
841
648
  }
842
649
  } */
843
- [style*="--gac:"] {
844
- grid-auto-columns: var(--gac);
845
- }
846
- [style*="--hvr-gac:"]:hover {
847
- grid-auto-columns: var(--hvr-gac);
848
- }
849
- /* .group:hover {
850
- [style*="--$(prefix)hvr-$(var):"] {
851
- $(prop): var(--$(prefix)hvr-$(var));
852
- }
853
- } */
854
- [style*="--focus-gac:"]:focus {
855
- grid-auto-columns: var(--focus-gac);
856
- }
857
- /* .group:focus {
858
- [style*="--$(prefix)focus-$(var):"] {
859
- $(prop): var(--$(prefix)focus-$(var));
860
- }
861
- } */
862
- [style*="--gar:"] {
863
- grid-auto-rows: var(--gar);
864
- }
865
- [style*="--hvr-gar:"]:hover {
866
- grid-auto-rows: var(--hvr-gar);
867
- }
868
- /* .group:hover {
869
- [style*="--$(prefix)hvr-$(var):"] {
870
- $(prop): var(--$(prefix)hvr-$(var));
871
- }
872
- } */
873
- [style*="--focus-gar:"]:focus {
874
- grid-auto-rows: var(--focus-gar);
875
- }
876
- /* .group:focus {
877
- [style*="--$(prefix)focus-$(var):"] {
878
- $(prop): var(--$(prefix)focus-$(var));
879
- }
880
- } */
881
- [style*="--gc:"] {
882
- grid-column: var(--gc);
883
- }
884
- [style*="--hvr-gc:"]:hover {
885
- grid-column: var(--hvr-gc);
886
- }
887
- /* .group:hover {
888
- [style*="--$(prefix)hvr-$(var):"] {
889
- $(prop): var(--$(prefix)hvr-$(var));
890
- }
891
- } */
892
- [style*="--focus-gc:"]:focus {
893
- grid-column: var(--focus-gc);
894
- }
895
- /* .group:focus {
896
- [style*="--$(prefix)focus-$(var):"] {
897
- $(prop): var(--$(prefix)focus-$(var));
898
- }
899
- } */
900
650
  [style*="--gg:"] {
901
651
  grid-gap: var(--gg);
902
652
  }
@@ -916,25 +666,6 @@
916
666
  $(prop): var(--$(prefix)focus-$(var));
917
667
  }
918
668
  } */
919
- [style*="--gr:"] {
920
- grid-row: var(--gr);
921
- }
922
- [style*="--hvr-gr:"]:hover {
923
- grid-row: var(--hvr-gr);
924
- }
925
- /* .group:hover {
926
- [style*="--$(prefix)hvr-$(var):"] {
927
- $(prop): var(--$(prefix)hvr-$(var));
928
- }
929
- } */
930
- [style*="--focus-gr:"]:focus {
931
- grid-row: var(--focus-gr);
932
- }
933
- /* .group:focus {
934
- [style*="--$(prefix)focus-$(var):"] {
935
- $(prop): var(--$(prefix)focus-$(var));
936
- }
937
- } */
938
669
  [style*="--gtc:"] {
939
670
  grid-template-columns: var(--gtc);
940
671
  }
@@ -954,25 +685,6 @@
954
685
  $(prop): var(--$(prefix)focus-$(var));
955
686
  }
956
687
  } */
957
- [style*="--gtr:"] {
958
- grid-template-rows: var(--gtr);
959
- }
960
- [style*="--hvr-gtr:"]:hover {
961
- grid-template-rows: var(--hvr-gtr);
962
- }
963
- /* .group:hover {
964
- [style*="--$(prefix)hvr-$(var):"] {
965
- $(prop): var(--$(prefix)hvr-$(var));
966
- }
967
- } */
968
- [style*="--focus-gtr:"]:focus {
969
- grid-template-rows: var(--focus-gtr);
970
- }
971
- /* .group:focus {
972
- [style*="--$(prefix)focus-$(var):"] {
973
- $(prop): var(--$(prefix)focus-$(var));
974
- }
975
- } */
976
688
  [style*="--h:"] {
977
689
  height: var(--h);
978
690
  }
@@ -1106,25 +818,6 @@
1106
818
  $(prop): var(--$(prefix)focus-$(var));
1107
819
  }
1108
820
  } */
1109
- [style*="--tds:"] {
1110
- text-decoration-style: var(--tds);
1111
- }
1112
- [style*="--hvr-tds:"]:hover {
1113
- text-decoration-style: var(--hvr-tds);
1114
- }
1115
- /* .group:hover {
1116
- [style*="--$(prefix)hvr-$(var):"] {
1117
- $(prop): var(--$(prefix)hvr-$(var));
1118
- }
1119
- } */
1120
- [style*="--focus-tds:"]:focus {
1121
- text-decoration-style: var(--focus-tds);
1122
- }
1123
- /* .group:focus {
1124
- [style*="--$(prefix)focus-$(var):"] {
1125
- $(prop): var(--$(prefix)focus-$(var));
1126
- }
1127
- } */
1128
821
  [style*="--m:"] {
1129
822
  margin: var(--m);
1130
823
  }
@@ -1296,25 +989,6 @@
1296
989
  $(prop): var(--$(prefix)focus-$(var));
1297
990
  }
1298
991
  } */
1299
- [style*="--rt:"] {
1300
- rotate: var(--rt);
1301
- }
1302
- [style*="--hvr-rt:"]:hover {
1303
- rotate: var(--hvr-rt);
1304
- }
1305
- /* .group:hover {
1306
- [style*="--$(prefix)hvr-$(var):"] {
1307
- $(prop): var(--$(prefix)hvr-$(var));
1308
- }
1309
- } */
1310
- [style*="--focus-rt:"]:focus {
1311
- rotate: var(--focus-rt);
1312
- }
1313
- /* .group:focus {
1314
- [style*="--$(prefix)focus-$(var):"] {
1315
- $(prop): var(--$(prefix)focus-$(var));
1316
- }
1317
- } */
1318
992
  [style*="--objf:"] {
1319
993
  object-fit: var(--objf);
1320
994
  }
@@ -1334,25 +1008,6 @@
1334
1008
  $(prop): var(--$(prefix)focus-$(var));
1335
1009
  }
1336
1010
  } */
1337
- [style*="--objp:"] {
1338
- object-position: var(--objp);
1339
- }
1340
- [style*="--hvr-objp:"]:hover {
1341
- object-position: var(--hvr-objp);
1342
- }
1343
- /* .group:hover {
1344
- [style*="--$(prefix)hvr-$(var):"] {
1345
- $(prop): var(--$(prefix)hvr-$(var));
1346
- }
1347
- } */
1348
- [style*="--focus-objp:"]:focus {
1349
- object-position: var(--focus-objp);
1350
- }
1351
- /* .group:focus {
1352
- [style*="--$(prefix)focus-$(var):"] {
1353
- $(prop): var(--$(prefix)focus-$(var));
1354
- }
1355
- } */
1356
1011
  [style*="--op:"] {
1357
1012
  opacity: var(--op);
1358
1013
  }
@@ -1562,28 +1217,6 @@
1562
1217
  $(prop): var(--$(prefix)focus-$(var));
1563
1218
  }
1564
1219
  } */
1565
- [style*="--td:"] {
1566
- -webkit-text-decoration: var(--td);
1567
- text-decoration: var(--td);
1568
- }
1569
- [style*="--hvr-td:"]:hover {
1570
- -webkit-text-decoration: var(--hvr-td);
1571
- text-decoration: var(--hvr-td);
1572
- }
1573
- /* .group:hover {
1574
- [style*="--$(prefix)hvr-$(var):"] {
1575
- $(prop): var(--$(prefix)hvr-$(var));
1576
- }
1577
- } */
1578
- [style*="--focus-td:"]:focus {
1579
- -webkit-text-decoration: var(--focus-td);
1580
- text-decoration: var(--focus-td);
1581
- }
1582
- /* .group:focus {
1583
- [style*="--$(prefix)focus-$(var):"] {
1584
- $(prop): var(--$(prefix)focus-$(var));
1585
- }
1586
- } */
1587
1220
  [style*="--ts:"] {
1588
1221
  text-shadow: var(--ts);
1589
1222
  }
@@ -1663,169 +1296,11 @@
1663
1296
  $(prop): var(--$(prefix)focus-$(var));
1664
1297
  }
1665
1298
  } */
1666
- [style*="--ta:"] {
1667
- -webkit-transform-origin: var(--ta);
1668
- transform-origin: var(--ta);
1299
+ [style*="--v:"] {
1300
+ visibility: var(--v);
1669
1301
  }
1670
- [style*="--hvr-ta:"]:hover {
1671
- -webkit-transform-origin: var(--hvr-ta);
1672
- transform-origin: var(--hvr-ta);
1673
- }
1674
- /* .group:hover {
1675
- [style*="--$(prefix)hvr-$(var):"] {
1676
- $(prop): var(--$(prefix)hvr-$(var));
1677
- }
1678
- } */
1679
- [style*="--focus-ta:"]:focus {
1680
- -webkit-transform-origin: var(--focus-ta);
1681
- transform-origin: var(--focus-ta);
1682
- }
1683
- /* .group:focus {
1684
- [style*="--$(prefix)focus-$(var):"] {
1685
- $(prop): var(--$(prefix)focus-$(var));
1686
- }
1687
- } */
1688
- [style*="--ts:"] {
1689
- -webkit-transform-style: var(--ts);
1690
- transform-style: var(--ts);
1691
- }
1692
- [style*="--hvr-ts:"]:hover {
1693
- -webkit-transform-style: var(--hvr-ts);
1694
- transform-style: var(--hvr-ts);
1695
- }
1696
- /* .group:hover {
1697
- [style*="--$(prefix)hvr-$(var):"] {
1698
- $(prop): var(--$(prefix)hvr-$(var));
1699
- }
1700
- } */
1701
- [style*="--focus-ts:"]:focus {
1702
- -webkit-transform-style: var(--focus-ts);
1703
- transform-style: var(--focus-ts);
1704
- }
1705
- /* .group:focus {
1706
- [style*="--$(prefix)focus-$(var):"] {
1707
- $(prop): var(--$(prefix)focus-$(var));
1708
- }
1709
- } */
1710
- [style*="--tn:"] {
1711
- transition: var(--tn);
1712
- }
1713
- [style*="--hvr-tn:"]:hover {
1714
- transition: var(--hvr-tn);
1715
- }
1716
- /* .group:hover {
1717
- [style*="--$(prefix)hvr-$(var):"] {
1718
- $(prop): var(--$(prefix)hvr-$(var));
1719
- }
1720
- } */
1721
- [style*="--focus-tn:"]:focus {
1722
- transition: var(--focus-tn);
1723
- }
1724
- /* .group:focus {
1725
- [style*="--$(prefix)focus-$(var):"] {
1726
- $(prop): var(--$(prefix)focus-$(var));
1727
- }
1728
- } */
1729
- [style*="--td:"] {
1730
- transition-delay: var(--td);
1731
- }
1732
- [style*="--hvr-td:"]:hover {
1733
- transition-delay: var(--hvr-td);
1734
- }
1735
- /* .group:hover {
1736
- [style*="--$(prefix)hvr-$(var):"] {
1737
- $(prop): var(--$(prefix)hvr-$(var));
1738
- }
1739
- } */
1740
- [style*="--focus-td:"]:focus {
1741
- transition-delay: var(--focus-td);
1742
- }
1743
- /* .group:focus {
1744
- [style*="--$(prefix)focus-$(var):"] {
1745
- $(prop): var(--$(prefix)focus-$(var));
1746
- }
1747
- } */
1748
- [style*="--tnd:"] {
1749
- transition-duration: var(--tnd);
1750
- }
1751
- [style*="--hvr-tnd:"]:hover {
1752
- transition-duration: var(--hvr-tnd);
1753
- }
1754
- /* .group:hover {
1755
- [style*="--$(prefix)hvr-$(var):"] {
1756
- $(prop): var(--$(prefix)hvr-$(var));
1757
- }
1758
- } */
1759
- [style*="--focus-tnd:"]:focus {
1760
- transition-duration: var(--focus-tnd);
1761
- }
1762
- /* .group:focus {
1763
- [style*="--$(prefix)focus-$(var):"] {
1764
- $(prop): var(--$(prefix)focus-$(var));
1765
- }
1766
- } */
1767
- [style*="--tp:"] {
1768
- transition-property: var(--tp);
1769
- }
1770
- [style*="--hvr-tp:"]:hover {
1771
- transition-property: var(--hvr-tp);
1772
- }
1773
- /* .group:hover {
1774
- [style*="--$(prefix)hvr-$(var):"] {
1775
- $(prop): var(--$(prefix)hvr-$(var));
1776
- }
1777
- } */
1778
- [style*="--focus-tp:"]:focus {
1779
- transition-property: var(--focus-tp);
1780
- }
1781
- /* .group:focus {
1782
- [style*="--$(prefix)focus-$(var):"] {
1783
- $(prop): var(--$(prefix)focus-$(var));
1784
- }
1785
- } */
1786
- [style*="--ttf:"] {
1787
- transition-timing-function: var(--ttf);
1788
- }
1789
- [style*="--hvr-ttf:"]:hover {
1790
- transition-timing-function: var(--hvr-ttf);
1791
- }
1792
- /* .group:hover {
1793
- [style*="--$(prefix)hvr-$(var):"] {
1794
- $(prop): var(--$(prefix)hvr-$(var));
1795
- }
1796
- } */
1797
- [style*="--focus-ttf:"]:focus {
1798
- transition-timing-function: var(--focus-ttf);
1799
- }
1800
- /* .group:focus {
1801
- [style*="--$(prefix)focus-$(var):"] {
1802
- $(prop): var(--$(prefix)focus-$(var));
1803
- }
1804
- } */
1805
- [style*="--tsl:"] {
1806
- translate: var(--tsl);
1807
- }
1808
- [style*="--hvr-tsl:"]:hover {
1809
- translate: var(--hvr-tsl);
1810
- }
1811
- /* .group:hover {
1812
- [style*="--$(prefix)hvr-$(var):"] {
1813
- $(prop): var(--$(prefix)hvr-$(var));
1814
- }
1815
- } */
1816
- [style*="--focus-tsl:"]:focus {
1817
- translate: var(--focus-tsl);
1818
- }
1819
- /* .group:focus {
1820
- [style*="--$(prefix)focus-$(var):"] {
1821
- $(prop): var(--$(prefix)focus-$(var));
1822
- }
1823
- } */
1824
- [style*="--v:"] {
1825
- visibility: var(--v);
1826
- }
1827
- [style*="--hvr-v:"]:hover {
1828
- visibility: var(--hvr-v);
1302
+ [style*="--hvr-v:"]:hover {
1303
+ visibility: var(--hvr-v);
1829
1304
  }
1830
1305
  /* .group:hover {
1831
1306
  [style*="--$(prefix)hvr-$(var):"] {
@@ -1885,55 +1360,35 @@
1885
1360
  -webkit-box-orient: vertical;
1886
1361
  -webkit-line-clamp: var(--line-clamp);
1887
1362
  }
1888
- [style*="--text-3d:"] {
1363
+ /*
1364
+ [style*="--$(prefix)text-3d:"] {
1889
1365
  text-shadow: 6px 6px 10px rgba(255,255,255,.1),
1890
- 6px 6px var(--text-3d),
1891
- 5.75px 5.75px var(--text-3d),
1892
- 5.5px 5.5px var(--text-3d),
1893
- 5.25px 5.25px var(--text-3d),
1894
- 5px 5px var(--text-3d),
1895
- 4.75px 4.75px var(--text-3d),
1896
- 4.5px 4.5px var(--text-3d),
1897
- 4.25px 4.25px var(--text-3d),
1898
- 4px 4px var(--text-3d),
1899
- 3.75px 3.75px var(--text-3d),
1900
- 3.5px 3.5px var(--text-3d),
1901
- 3.25px 3.25px var(--text-3d),
1902
- 3px 3px var(--text-3d),
1903
- 2.75px 2.75px var(--text-3d),
1904
- 2.5px 2.5px var(--text-3d),
1905
- 2.25px 2.25px var(--text-3d),
1906
- 2px 2px var(--text-3d),
1907
- 1.75px 1.75px var(--text-3d),
1908
- 1.5px 1.5px var(--text-3d),
1909
- 1.25px 1.25px var(--text-3d),
1910
- 1px 1px var(--text-3d),
1911
- .75px .75px var(--text-3d),
1912
- .5px .5px var(--text-3d),
1913
- .25px .25px var(--text-3d);
1914
- }
1366
+ 6px 6px var(--$(prefix)text-3d),
1367
+ 5.75px 5.75px var(--$(prefix)text-3d),
1368
+ 5.5px 5.5px var(--$(prefix)text-3d),
1369
+ 5.25px 5.25px var(--$(prefix)text-3d),
1370
+ 5px 5px var(--$(prefix)text-3d),
1371
+ 4.75px 4.75px var(--$(prefix)text-3d),
1372
+ 4.5px 4.5px var(--$(prefix)text-3d),
1373
+ 4.25px 4.25px var(--$(prefix)text-3d),
1374
+ 4px 4px var(--$(prefix)text-3d),
1375
+ 3.75px 3.75px var(--$(prefix)text-3d),
1376
+ 3.5px 3.5px var(--$(prefix)text-3d),
1377
+ 3.25px 3.25px var(--$(prefix)text-3d),
1378
+ 3px 3px var(--$(prefix)text-3d),
1379
+ 2.75px 2.75px var(--$(prefix)text-3d),
1380
+ 2.5px 2.5px var(--$(prefix)text-3d),
1381
+ 2.25px 2.25px var(--$(prefix)text-3d),
1382
+ 2px 2px var(--$(prefix)text-3d),
1383
+ 1.75px 1.75px var(--$(prefix)text-3d),
1384
+ 1.5px 1.5px var(--$(prefix)text-3d),
1385
+ 1.25px 1.25px var(--$(prefix)text-3d),
1386
+ 1px 1px var(--$(prefix)text-3d),
1387
+ .75px .75px var(--$(prefix)text-3d),
1388
+ .5px .5px var(--$(prefix)text-3d),
1389
+ .25px .25px var(--$(prefix)text-3d);
1390
+ } */
1915
1391
  @media only screen and (max-width: 1023px) {
1916
- [style*="--ac-tablet:"] {
1917
- align-content: var(--ac-tablet);
1918
- }
1919
-
1920
- [style*="--hvr-ac-tablet:"]:hover {
1921
- align-content: var(--hvr-ac-tablet);
1922
- }
1923
- /* .group:hover {
1924
- [style*="--$(prefix)hvr-$(var)-tablet:"] {
1925
- $(prop): var(--$(prefix)hvr-$(var)-tablet);
1926
- }
1927
- } */
1928
-
1929
- [style*="--focus-ac-tablet:"]:focus {
1930
- align-content: var(--focus-ac-tablet);
1931
- }
1932
- /* .group:focus {
1933
- [style*="--$(prefix)focus-$(var)-tablet:"] {
1934
- $(prop): var(--$(prefix)focus-$(var)-tablet);
1935
- }
1936
- } */
1937
1392
  [style*="--ai-tablet:"] {
1938
1393
  align-items: var(--ai-tablet);
1939
1394
  }
@@ -1955,27 +1410,6 @@
1955
1410
  $(prop): var(--$(prefix)focus-$(var)-tablet);
1956
1411
  }
1957
1412
  } */
1958
- [style*="--as-tablet:"] {
1959
- align-self: var(--as-tablet);
1960
- }
1961
-
1962
- [style*="--hvr-as-tablet:"]:hover {
1963
- align-self: var(--hvr-as-tablet);
1964
- }
1965
- /* .group:hover {
1966
- [style*="--$(prefix)hvr-$(var)-tablet:"] {
1967
- $(prop): var(--$(prefix)hvr-$(var)-tablet);
1968
- }
1969
- } */
1970
-
1971
- [style*="--focus-as-tablet:"]:focus {
1972
- align-self: var(--focus-as-tablet);
1973
- }
1974
- /* .group:focus {
1975
- [style*="--$(prefix)focus-$(var)-tablet:"] {
1976
- $(prop): var(--$(prefix)focus-$(var)-tablet);
1977
- }
1978
- } */
1979
1413
  [style*="--aspect-tablet:"] {
1980
1414
  aspect-ratio: var(--aspect-tablet);
1981
1415
  }
@@ -2501,27 +1935,6 @@
2501
1935
  $(prop): var(--$(prefix)focus-$(var)-tablet);
2502
1936
  }
2503
1937
  } */
2504
- [style*="--cr-tablet:"] {
2505
- clear: var(--cr-tablet);
2506
- }
2507
-
2508
- [style*="--hvr-cr-tablet:"]:hover {
2509
- clear: var(--hvr-cr-tablet);
2510
- }
2511
- /* .group:hover {
2512
- [style*="--$(prefix)hvr-$(var)-tablet:"] {
2513
- $(prop): var(--$(prefix)hvr-$(var)-tablet);
2514
- }
2515
- } */
2516
-
2517
- [style*="--focus-cr-tablet:"]:focus {
2518
- clear: var(--focus-cr-tablet);
2519
- }
2520
- /* .group:focus {
2521
- [style*="--$(prefix)focus-$(var)-tablet:"] {
2522
- $(prop): var(--$(prefix)focus-$(var)-tablet);
2523
- }
2524
- } */
2525
1938
  [style*="--c-tablet:"] {
2526
1939
  color: var(--c-tablet);
2527
1940
  }
@@ -2588,12 +2001,12 @@
2588
2001
  $(prop): var(--$(prefix)focus-$(var)-tablet);
2589
2002
  }
2590
2003
  } */
2591
- [style*="--fx-tablet:"] {
2592
- flex: var(--fx-tablet);
2004
+ [style*="--fd-tablet:"] {
2005
+ flex-direction: var(--fd-tablet);
2593
2006
  }
2594
2007
 
2595
- [style*="--hvr-fx-tablet:"]:hover {
2596
- flex: var(--hvr-fx-tablet);
2008
+ [style*="--hvr-fd-tablet:"]:hover {
2009
+ flex-direction: var(--hvr-fd-tablet);
2597
2010
  }
2598
2011
  /* .group:hover {
2599
2012
  [style*="--$(prefix)hvr-$(var)-tablet:"] {
@@ -2601,20 +2014,20 @@
2601
2014
  }
2602
2015
  } */
2603
2016
 
2604
- [style*="--focus-fx-tablet:"]:focus {
2605
- flex: var(--focus-fx-tablet);
2017
+ [style*="--focus-fd-tablet:"]:focus {
2018
+ flex-direction: var(--focus-fd-tablet);
2606
2019
  }
2607
2020
  /* .group:focus {
2608
2021
  [style*="--$(prefix)focus-$(var)-tablet:"] {
2609
2022
  $(prop): var(--$(prefix)focus-$(var)-tablet);
2610
2023
  }
2611
2024
  } */
2612
- [style*="--fb-tablet:"] {
2613
- flex-basis: var(--fb-tablet);
2025
+ [style*="--fs-tablet:"] {
2026
+ flex-shrink: var(--fs-tablet);
2614
2027
  }
2615
2028
 
2616
- [style*="--hvr-fb-tablet:"]:hover {
2617
- flex-basis: var(--hvr-fb-tablet);
2029
+ [style*="--hvr-fs-tablet:"]:hover {
2030
+ flex-shrink: var(--hvr-fs-tablet);
2618
2031
  }
2619
2032
  /* .group:hover {
2620
2033
  [style*="--$(prefix)hvr-$(var)-tablet:"] {
@@ -2622,20 +2035,20 @@
2622
2035
  }
2623
2036
  } */
2624
2037
 
2625
- [style*="--focus-fb-tablet:"]:focus {
2626
- flex-basis: var(--focus-fb-tablet);
2038
+ [style*="--focus-fs-tablet:"]:focus {
2039
+ flex-shrink: var(--focus-fs-tablet);
2627
2040
  }
2628
2041
  /* .group:focus {
2629
2042
  [style*="--$(prefix)focus-$(var)-tablet:"] {
2630
2043
  $(prop): var(--$(prefix)focus-$(var)-tablet);
2631
2044
  }
2632
2045
  } */
2633
- [style*="--fd-tablet:"] {
2634
- flex-direction: var(--fd-tablet);
2046
+ [style*="--ff-tablet:"] {
2047
+ font-family: var(--ff-tablet);
2635
2048
  }
2636
2049
 
2637
- [style*="--hvr-fd-tablet:"]:hover {
2638
- flex-direction: var(--hvr-fd-tablet);
2050
+ [style*="--hvr-ff-tablet:"]:hover {
2051
+ font-family: var(--hvr-ff-tablet);
2639
2052
  }
2640
2053
  /* .group:hover {
2641
2054
  [style*="--$(prefix)hvr-$(var)-tablet:"] {
@@ -2643,20 +2056,20 @@
2643
2056
  }
2644
2057
  } */
2645
2058
 
2646
- [style*="--focus-fd-tablet:"]:focus {
2647
- flex-direction: var(--focus-fd-tablet);
2059
+ [style*="--focus-ff-tablet:"]:focus {
2060
+ font-family: var(--focus-ff-tablet);
2648
2061
  }
2649
2062
  /* .group:focus {
2650
2063
  [style*="--$(prefix)focus-$(var)-tablet:"] {
2651
2064
  $(prop): var(--$(prefix)focus-$(var)-tablet);
2652
2065
  }
2653
2066
  } */
2654
- [style*="--fg-tablet:"] {
2655
- flex-grow: var(--fg-tablet);
2067
+ [style*="--size-tablet:"] {
2068
+ font-size: var(--size-tablet);
2656
2069
  }
2657
2070
 
2658
- [style*="--hvr-fg-tablet:"]:hover {
2659
- flex-grow: var(--hvr-fg-tablet);
2071
+ [style*="--hvr-size-tablet:"]:hover {
2072
+ font-size: var(--hvr-size-tablet);
2660
2073
  }
2661
2074
  /* .group:hover {
2662
2075
  [style*="--$(prefix)hvr-$(var)-tablet:"] {
@@ -2664,20 +2077,20 @@
2664
2077
  }
2665
2078
  } */
2666
2079
 
2667
- [style*="--focus-fg-tablet:"]:focus {
2668
- flex-grow: var(--focus-fg-tablet);
2080
+ [style*="--focus-size-tablet:"]:focus {
2081
+ font-size: var(--focus-size-tablet);
2669
2082
  }
2670
2083
  /* .group:focus {
2671
2084
  [style*="--$(prefix)focus-$(var)-tablet:"] {
2672
2085
  $(prop): var(--$(prefix)focus-$(var)-tablet);
2673
2086
  }
2674
2087
  } */
2675
- [style*="--fs-tablet:"] {
2676
- flex-shrink: var(--fs-tablet);
2088
+ [style*="--weight-tablet:"] {
2089
+ font-weight: var(--weight-tablet);
2677
2090
  }
2678
2091
 
2679
- [style*="--hvr-fs-tablet:"]:hover {
2680
- flex-shrink: var(--hvr-fs-tablet);
2092
+ [style*="--hvr-weight-tablet:"]:hover {
2093
+ font-weight: var(--hvr-weight-tablet);
2681
2094
  }
2682
2095
  /* .group:hover {
2683
2096
  [style*="--$(prefix)hvr-$(var)-tablet:"] {
@@ -2685,20 +2098,20 @@
2685
2098
  }
2686
2099
  } */
2687
2100
 
2688
- [style*="--focus-fs-tablet:"]:focus {
2689
- flex-shrink: var(--focus-fs-tablet);
2101
+ [style*="--focus-weight-tablet:"]:focus {
2102
+ font-weight: var(--focus-weight-tablet);
2690
2103
  }
2691
2104
  /* .group:focus {
2692
2105
  [style*="--$(prefix)focus-$(var)-tablet:"] {
2693
2106
  $(prop): var(--$(prefix)focus-$(var)-tablet);
2694
2107
  }
2695
2108
  } */
2696
- [style*="--fw-tablet:"] {
2697
- flex-wrap: var(--fw-tablet);
2109
+ [style*="--gg-tablet:"] {
2110
+ grid-gap: var(--gg-tablet);
2698
2111
  }
2699
2112
 
2700
- [style*="--hvr-fw-tablet:"]:hover {
2701
- flex-wrap: var(--hvr-fw-tablet);
2113
+ [style*="--hvr-gg-tablet:"]:hover {
2114
+ grid-gap: var(--hvr-gg-tablet);
2702
2115
  }
2703
2116
  /* .group:hover {
2704
2117
  [style*="--$(prefix)hvr-$(var)-tablet:"] {
@@ -2706,20 +2119,20 @@
2706
2119
  }
2707
2120
  } */
2708
2121
 
2709
- [style*="--focus-fw-tablet:"]:focus {
2710
- flex-wrap: var(--focus-fw-tablet);
2122
+ [style*="--focus-gg-tablet:"]:focus {
2123
+ grid-gap: var(--focus-gg-tablet);
2711
2124
  }
2712
2125
  /* .group:focus {
2713
2126
  [style*="--$(prefix)focus-$(var)-tablet:"] {
2714
2127
  $(prop): var(--$(prefix)focus-$(var)-tablet);
2715
2128
  }
2716
2129
  } */
2717
- [style*="--ft-tablet:"] {
2718
- float: var(--ft-tablet);
2130
+ [style*="--gtc-tablet:"] {
2131
+ grid-template-columns: var(--gtc-tablet);
2719
2132
  }
2720
2133
 
2721
- [style*="--hvr-ft-tablet:"]:hover {
2722
- float: var(--hvr-ft-tablet);
2134
+ [style*="--hvr-gtc-tablet:"]:hover {
2135
+ grid-template-columns: var(--hvr-gtc-tablet);
2723
2136
  }
2724
2137
  /* .group:hover {
2725
2138
  [style*="--$(prefix)hvr-$(var)-tablet:"] {
@@ -2727,20 +2140,20 @@
2727
2140
  }
2728
2141
  } */
2729
2142
 
2730
- [style*="--focus-ft-tablet:"]:focus {
2731
- float: var(--focus-ft-tablet);
2143
+ [style*="--focus-gtc-tablet:"]:focus {
2144
+ grid-template-columns: var(--focus-gtc-tablet);
2732
2145
  }
2733
2146
  /* .group:focus {
2734
2147
  [style*="--$(prefix)focus-$(var)-tablet:"] {
2735
2148
  $(prop): var(--$(prefix)focus-$(var)-tablet);
2736
2149
  }
2737
2150
  } */
2738
- [style*="--ff-tablet:"] {
2739
- font-family: var(--ff-tablet);
2151
+ [style*="--h-tablet:"] {
2152
+ height: var(--h-tablet);
2740
2153
  }
2741
2154
 
2742
- [style*="--hvr-ff-tablet:"]:hover {
2743
- font-family: var(--hvr-ff-tablet);
2155
+ [style*="--hvr-h-tablet:"]:hover {
2156
+ height: var(--hvr-h-tablet);
2744
2157
  }
2745
2158
  /* .group:hover {
2746
2159
  [style*="--$(prefix)hvr-$(var)-tablet:"] {
@@ -2748,20 +2161,20 @@
2748
2161
  }
2749
2162
  } */
2750
2163
 
2751
- [style*="--focus-ff-tablet:"]:focus {
2752
- font-family: var(--focus-ff-tablet);
2164
+ [style*="--focus-h-tablet:"]:focus {
2165
+ height: var(--focus-h-tablet);
2753
2166
  }
2754
2167
  /* .group:focus {
2755
2168
  [style*="--$(prefix)focus-$(var)-tablet:"] {
2756
2169
  $(prop): var(--$(prefix)focus-$(var)-tablet);
2757
2170
  }
2758
2171
  } */
2759
- [style*="--size-tablet:"] {
2760
- font-size: var(--size-tablet);
2172
+ [style*="--jc-tablet:"] {
2173
+ justify-content: var(--jc-tablet);
2761
2174
  }
2762
2175
 
2763
- [style*="--hvr-size-tablet:"]:hover {
2764
- font-size: var(--hvr-size-tablet);
2176
+ [style*="--hvr-jc-tablet:"]:hover {
2177
+ justify-content: var(--hvr-jc-tablet);
2765
2178
  }
2766
2179
  /* .group:hover {
2767
2180
  [style*="--$(prefix)hvr-$(var)-tablet:"] {
@@ -2769,20 +2182,20 @@
2769
2182
  }
2770
2183
  } */
2771
2184
 
2772
- [style*="--focus-size-tablet:"]:focus {
2773
- font-size: var(--focus-size-tablet);
2185
+ [style*="--focus-jc-tablet:"]:focus {
2186
+ justify-content: var(--focus-jc-tablet);
2774
2187
  }
2775
2188
  /* .group:focus {
2776
2189
  [style*="--$(prefix)focus-$(var)-tablet:"] {
2777
2190
  $(prop): var(--$(prefix)focus-$(var)-tablet);
2778
2191
  }
2779
2192
  } */
2780
- [style*="--fs-tablet:"] {
2781
- font-style: var(--fs-tablet);
2193
+ [style*="--left-tablet:"] {
2194
+ left: var(--left-tablet);
2782
2195
  }
2783
2196
 
2784
- [style*="--hvr-fs-tablet:"]:hover {
2785
- font-style: var(--hvr-fs-tablet);
2197
+ [style*="--hvr-left-tablet:"]:hover {
2198
+ left: var(--hvr-left-tablet);
2786
2199
  }
2787
2200
  /* .group:hover {
2788
2201
  [style*="--$(prefix)hvr-$(var)-tablet:"] {
@@ -2790,251 +2203,20 @@
2790
2203
  }
2791
2204
  } */
2792
2205
 
2793
- [style*="--focus-fs-tablet:"]:focus {
2794
- font-style: var(--focus-fs-tablet);
2206
+ [style*="--focus-left-tablet:"]:focus {
2207
+ left: var(--focus-left-tablet);
2795
2208
  }
2796
2209
  /* .group:focus {
2797
2210
  [style*="--$(prefix)focus-$(var)-tablet:"] {
2798
2211
  $(prop): var(--$(prefix)focus-$(var)-tablet);
2799
2212
  }
2800
2213
  } */
2801
- [style*="--weight-tablet:"] {
2802
- font-weight: var(--weight-tablet);
2214
+ [style*="--ls-tablet:"] {
2215
+ letter-spacing: var(--ls-tablet);
2803
2216
  }
2804
2217
 
2805
- [style*="--hvr-weight-tablet:"]:hover {
2806
- font-weight: var(--hvr-weight-tablet);
2807
- }
2808
- /* .group:hover {
2809
- [style*="--$(prefix)hvr-$(var)-tablet:"] {
2810
- $(prop): var(--$(prefix)hvr-$(var)-tablet);
2811
- }
2812
- } */
2813
-
2814
- [style*="--focus-weight-tablet:"]:focus {
2815
- font-weight: var(--focus-weight-tablet);
2816
- }
2817
- /* .group:focus {
2818
- [style*="--$(prefix)focus-$(var)-tablet:"] {
2819
- $(prop): var(--$(prefix)focus-$(var)-tablet);
2820
- }
2821
- } */
2822
- [style*="--gac-tablet:"] {
2823
- grid-auto-columns: var(--gac-tablet);
2824
- }
2825
-
2826
- [style*="--hvr-gac-tablet:"]:hover {
2827
- grid-auto-columns: var(--hvr-gac-tablet);
2828
- }
2829
- /* .group:hover {
2830
- [style*="--$(prefix)hvr-$(var)-tablet:"] {
2831
- $(prop): var(--$(prefix)hvr-$(var)-tablet);
2832
- }
2833
- } */
2834
-
2835
- [style*="--focus-gac-tablet:"]:focus {
2836
- grid-auto-columns: var(--focus-gac-tablet);
2837
- }
2838
- /* .group:focus {
2839
- [style*="--$(prefix)focus-$(var)-tablet:"] {
2840
- $(prop): var(--$(prefix)focus-$(var)-tablet);
2841
- }
2842
- } */
2843
- [style*="--gar-tablet:"] {
2844
- grid-auto-rows: var(--gar-tablet);
2845
- }
2846
-
2847
- [style*="--hvr-gar-tablet:"]:hover {
2848
- grid-auto-rows: var(--hvr-gar-tablet);
2849
- }
2850
- /* .group:hover {
2851
- [style*="--$(prefix)hvr-$(var)-tablet:"] {
2852
- $(prop): var(--$(prefix)hvr-$(var)-tablet);
2853
- }
2854
- } */
2855
-
2856
- [style*="--focus-gar-tablet:"]:focus {
2857
- grid-auto-rows: var(--focus-gar-tablet);
2858
- }
2859
- /* .group:focus {
2860
- [style*="--$(prefix)focus-$(var)-tablet:"] {
2861
- $(prop): var(--$(prefix)focus-$(var)-tablet);
2862
- }
2863
- } */
2864
- [style*="--gc-tablet:"] {
2865
- grid-column: var(--gc-tablet);
2866
- }
2867
-
2868
- [style*="--hvr-gc-tablet:"]:hover {
2869
- grid-column: var(--hvr-gc-tablet);
2870
- }
2871
- /* .group:hover {
2872
- [style*="--$(prefix)hvr-$(var)-tablet:"] {
2873
- $(prop): var(--$(prefix)hvr-$(var)-tablet);
2874
- }
2875
- } */
2876
-
2877
- [style*="--focus-gc-tablet:"]:focus {
2878
- grid-column: var(--focus-gc-tablet);
2879
- }
2880
- /* .group:focus {
2881
- [style*="--$(prefix)focus-$(var)-tablet:"] {
2882
- $(prop): var(--$(prefix)focus-$(var)-tablet);
2883
- }
2884
- } */
2885
- [style*="--gg-tablet:"] {
2886
- grid-gap: var(--gg-tablet);
2887
- }
2888
-
2889
- [style*="--hvr-gg-tablet:"]:hover {
2890
- grid-gap: var(--hvr-gg-tablet);
2891
- }
2892
- /* .group:hover {
2893
- [style*="--$(prefix)hvr-$(var)-tablet:"] {
2894
- $(prop): var(--$(prefix)hvr-$(var)-tablet);
2895
- }
2896
- } */
2897
-
2898
- [style*="--focus-gg-tablet:"]:focus {
2899
- grid-gap: var(--focus-gg-tablet);
2900
- }
2901
- /* .group:focus {
2902
- [style*="--$(prefix)focus-$(var)-tablet:"] {
2903
- $(prop): var(--$(prefix)focus-$(var)-tablet);
2904
- }
2905
- } */
2906
- [style*="--gr-tablet:"] {
2907
- grid-row: var(--gr-tablet);
2908
- }
2909
-
2910
- [style*="--hvr-gr-tablet:"]:hover {
2911
- grid-row: var(--hvr-gr-tablet);
2912
- }
2913
- /* .group:hover {
2914
- [style*="--$(prefix)hvr-$(var)-tablet:"] {
2915
- $(prop): var(--$(prefix)hvr-$(var)-tablet);
2916
- }
2917
- } */
2918
-
2919
- [style*="--focus-gr-tablet:"]:focus {
2920
- grid-row: var(--focus-gr-tablet);
2921
- }
2922
- /* .group:focus {
2923
- [style*="--$(prefix)focus-$(var)-tablet:"] {
2924
- $(prop): var(--$(prefix)focus-$(var)-tablet);
2925
- }
2926
- } */
2927
- [style*="--gtc-tablet:"] {
2928
- grid-template-columns: var(--gtc-tablet);
2929
- }
2930
-
2931
- [style*="--hvr-gtc-tablet:"]:hover {
2932
- grid-template-columns: var(--hvr-gtc-tablet);
2933
- }
2934
- /* .group:hover {
2935
- [style*="--$(prefix)hvr-$(var)-tablet:"] {
2936
- $(prop): var(--$(prefix)hvr-$(var)-tablet);
2937
- }
2938
- } */
2939
-
2940
- [style*="--focus-gtc-tablet:"]:focus {
2941
- grid-template-columns: var(--focus-gtc-tablet);
2942
- }
2943
- /* .group:focus {
2944
- [style*="--$(prefix)focus-$(var)-tablet:"] {
2945
- $(prop): var(--$(prefix)focus-$(var)-tablet);
2946
- }
2947
- } */
2948
- [style*="--gtr-tablet:"] {
2949
- grid-template-rows: var(--gtr-tablet);
2950
- }
2951
-
2952
- [style*="--hvr-gtr-tablet:"]:hover {
2953
- grid-template-rows: var(--hvr-gtr-tablet);
2954
- }
2955
- /* .group:hover {
2956
- [style*="--$(prefix)hvr-$(var)-tablet:"] {
2957
- $(prop): var(--$(prefix)hvr-$(var)-tablet);
2958
- }
2959
- } */
2960
-
2961
- [style*="--focus-gtr-tablet:"]:focus {
2962
- grid-template-rows: var(--focus-gtr-tablet);
2963
- }
2964
- /* .group:focus {
2965
- [style*="--$(prefix)focus-$(var)-tablet:"] {
2966
- $(prop): var(--$(prefix)focus-$(var)-tablet);
2967
- }
2968
- } */
2969
- [style*="--h-tablet:"] {
2970
- height: var(--h-tablet);
2971
- }
2972
-
2973
- [style*="--hvr-h-tablet:"]:hover {
2974
- height: var(--hvr-h-tablet);
2975
- }
2976
- /* .group:hover {
2977
- [style*="--$(prefix)hvr-$(var)-tablet:"] {
2978
- $(prop): var(--$(prefix)hvr-$(var)-tablet);
2979
- }
2980
- } */
2981
-
2982
- [style*="--focus-h-tablet:"]:focus {
2983
- height: var(--focus-h-tablet);
2984
- }
2985
- /* .group:focus {
2986
- [style*="--$(prefix)focus-$(var)-tablet:"] {
2987
- $(prop): var(--$(prefix)focus-$(var)-tablet);
2988
- }
2989
- } */
2990
- [style*="--jc-tablet:"] {
2991
- justify-content: var(--jc-tablet);
2992
- }
2993
-
2994
- [style*="--hvr-jc-tablet:"]:hover {
2995
- justify-content: var(--hvr-jc-tablet);
2996
- }
2997
- /* .group:hover {
2998
- [style*="--$(prefix)hvr-$(var)-tablet:"] {
2999
- $(prop): var(--$(prefix)hvr-$(var)-tablet);
3000
- }
3001
- } */
3002
-
3003
- [style*="--focus-jc-tablet:"]:focus {
3004
- justify-content: var(--focus-jc-tablet);
3005
- }
3006
- /* .group:focus {
3007
- [style*="--$(prefix)focus-$(var)-tablet:"] {
3008
- $(prop): var(--$(prefix)focus-$(var)-tablet);
3009
- }
3010
- } */
3011
- [style*="--left-tablet:"] {
3012
- left: var(--left-tablet);
3013
- }
3014
-
3015
- [style*="--hvr-left-tablet:"]:hover {
3016
- left: var(--hvr-left-tablet);
3017
- }
3018
- /* .group:hover {
3019
- [style*="--$(prefix)hvr-$(var)-tablet:"] {
3020
- $(prop): var(--$(prefix)hvr-$(var)-tablet);
3021
- }
3022
- } */
3023
-
3024
- [style*="--focus-left-tablet:"]:focus {
3025
- left: var(--focus-left-tablet);
3026
- }
3027
- /* .group:focus {
3028
- [style*="--$(prefix)focus-$(var)-tablet:"] {
3029
- $(prop): var(--$(prefix)focus-$(var)-tablet);
3030
- }
3031
- } */
3032
- [style*="--ls-tablet:"] {
3033
- letter-spacing: var(--ls-tablet);
3034
- }
3035
-
3036
- [style*="--hvr-ls-tablet:"]:hover {
3037
- letter-spacing: var(--hvr-ls-tablet);
2218
+ [style*="--hvr-ls-tablet:"]:hover {
2219
+ letter-spacing: var(--hvr-ls-tablet);
3038
2220
  }
3039
2221
  /* .group:hover {
3040
2222
  [style*="--$(prefix)hvr-$(var)-tablet:"] {
@@ -3113,27 +2295,6 @@
3113
2295
  $(prop): var(--$(prefix)focus-$(var)-tablet);
3114
2296
  }
3115
2297
  } */
3116
- [style*="--tds-tablet:"] {
3117
- text-decoration-style: var(--tds-tablet);
3118
- }
3119
-
3120
- [style*="--hvr-tds-tablet:"]:hover {
3121
- text-decoration-style: var(--hvr-tds-tablet);
3122
- }
3123
- /* .group:hover {
3124
- [style*="--$(prefix)hvr-$(var)-tablet:"] {
3125
- $(prop): var(--$(prefix)hvr-$(var)-tablet);
3126
- }
3127
- } */
3128
-
3129
- [style*="--focus-tds-tablet:"]:focus {
3130
- text-decoration-style: var(--focus-tds-tablet);
3131
- }
3132
- /* .group:focus {
3133
- [style*="--$(prefix)focus-$(var)-tablet:"] {
3134
- $(prop): var(--$(prefix)focus-$(var)-tablet);
3135
- }
3136
- } */
3137
2298
  [style*="--m-tablet:"] {
3138
2299
  margin: var(--m-tablet);
3139
2300
  }
@@ -3323,27 +2484,6 @@
3323
2484
  $(prop): var(--$(prefix)focus-$(var)-tablet);
3324
2485
  }
3325
2486
  } */
3326
- [style*="--rt-tablet:"] {
3327
- rotate: var(--rt-tablet);
3328
- }
3329
-
3330
- [style*="--hvr-rt-tablet:"]:hover {
3331
- rotate: var(--hvr-rt-tablet);
3332
- }
3333
- /* .group:hover {
3334
- [style*="--$(prefix)hvr-$(var)-tablet:"] {
3335
- $(prop): var(--$(prefix)hvr-$(var)-tablet);
3336
- }
3337
- } */
3338
-
3339
- [style*="--focus-rt-tablet:"]:focus {
3340
- rotate: var(--focus-rt-tablet);
3341
- }
3342
- /* .group:focus {
3343
- [style*="--$(prefix)focus-$(var)-tablet:"] {
3344
- $(prop): var(--$(prefix)focus-$(var)-tablet);
3345
- }
3346
- } */
3347
2487
  [style*="--objf-tablet:"] {
3348
2488
  object-fit: var(--objf-tablet);
3349
2489
  }
@@ -3365,27 +2505,6 @@
3365
2505
  $(prop): var(--$(prefix)focus-$(var)-tablet);
3366
2506
  }
3367
2507
  } */
3368
- [style*="--objp-tablet:"] {
3369
- object-position: var(--objp-tablet);
3370
- }
3371
-
3372
- [style*="--hvr-objp-tablet:"]:hover {
3373
- object-position: var(--hvr-objp-tablet);
3374
- }
3375
- /* .group:hover {
3376
- [style*="--$(prefix)hvr-$(var)-tablet:"] {
3377
- $(prop): var(--$(prefix)hvr-$(var)-tablet);
3378
- }
3379
- } */
3380
-
3381
- [style*="--focus-objp-tablet:"]:focus {
3382
- object-position: var(--focus-objp-tablet);
3383
- }
3384
- /* .group:focus {
3385
- [style*="--$(prefix)focus-$(var)-tablet:"] {
3386
- $(prop): var(--$(prefix)focus-$(var)-tablet);
3387
- }
3388
- } */
3389
2508
  [style*="--op-tablet:"] {
3390
2509
  opacity: var(--op-tablet);
3391
2510
  }
@@ -3617,30 +2736,6 @@
3617
2736
  $(prop): var(--$(prefix)focus-$(var)-tablet);
3618
2737
  }
3619
2738
  } */
3620
- [style*="--td-tablet:"] {
3621
- -webkit-text-decoration: var(--td-tablet);
3622
- text-decoration: var(--td-tablet);
3623
- }
3624
-
3625
- [style*="--hvr-td-tablet:"]:hover {
3626
- -webkit-text-decoration: var(--hvr-td-tablet);
3627
- text-decoration: var(--hvr-td-tablet);
3628
- }
3629
- /* .group:hover {
3630
- [style*="--$(prefix)hvr-$(var)-tablet:"] {
3631
- $(prop): var(--$(prefix)hvr-$(var)-tablet);
3632
- }
3633
- } */
3634
-
3635
- [style*="--focus-td-tablet:"]:focus {
3636
- -webkit-text-decoration: var(--focus-td-tablet);
3637
- text-decoration: var(--focus-td-tablet);
3638
- }
3639
- /* .group:focus {
3640
- [style*="--$(prefix)focus-$(var)-tablet:"] {
3641
- $(prop): var(--$(prefix)focus-$(var)-tablet);
3642
- }
3643
- } */
3644
2739
  [style*="--ts-tablet:"] {
3645
2740
  text-shadow: var(--ts-tablet);
3646
2741
  }
@@ -3696,197 +2791,22 @@
3696
2791
  }
3697
2792
  } */
3698
2793
 
3699
- [style*="--focus-top-tablet:"]:focus {
3700
- top: var(--focus-top-tablet);
3701
- }
3702
- /* .group:focus {
3703
- [style*="--$(prefix)focus-$(var)-tablet:"] {
3704
- $(prop): var(--$(prefix)focus-$(var)-tablet);
3705
- }
3706
- } */
3707
- [style*="--t-tablet:"] {
3708
- -webkit-transform: var(--t-tablet);
3709
- transform: var(--t-tablet);
3710
- }
3711
-
3712
- [style*="--hvr-t-tablet:"]:hover {
3713
- -webkit-transform: var(--hvr-t-tablet);
3714
- transform: var(--hvr-t-tablet);
3715
- }
3716
- /* .group:hover {
3717
- [style*="--$(prefix)hvr-$(var)-tablet:"] {
3718
- $(prop): var(--$(prefix)hvr-$(var)-tablet);
3719
- }
3720
- } */
3721
-
3722
- [style*="--focus-t-tablet:"]:focus {
3723
- -webkit-transform: var(--focus-t-tablet);
3724
- transform: var(--focus-t-tablet);
3725
- }
3726
- /* .group:focus {
3727
- [style*="--$(prefix)focus-$(var)-tablet:"] {
3728
- $(prop): var(--$(prefix)focus-$(var)-tablet);
3729
- }
3730
- } */
3731
- [style*="--ta-tablet:"] {
3732
- -webkit-transform-origin: var(--ta-tablet);
3733
- transform-origin: var(--ta-tablet);
3734
- }
3735
-
3736
- [style*="--hvr-ta-tablet:"]:hover {
3737
- -webkit-transform-origin: var(--hvr-ta-tablet);
3738
- transform-origin: var(--hvr-ta-tablet);
3739
- }
3740
- /* .group:hover {
3741
- [style*="--$(prefix)hvr-$(var)-tablet:"] {
3742
- $(prop): var(--$(prefix)hvr-$(var)-tablet);
3743
- }
3744
- } */
3745
-
3746
- [style*="--focus-ta-tablet:"]:focus {
3747
- -webkit-transform-origin: var(--focus-ta-tablet);
3748
- transform-origin: var(--focus-ta-tablet);
3749
- }
3750
- /* .group:focus {
3751
- [style*="--$(prefix)focus-$(var)-tablet:"] {
3752
- $(prop): var(--$(prefix)focus-$(var)-tablet);
3753
- }
3754
- } */
3755
- [style*="--ts-tablet:"] {
3756
- -webkit-transform-style: var(--ts-tablet);
3757
- transform-style: var(--ts-tablet);
3758
- }
3759
-
3760
- [style*="--hvr-ts-tablet:"]:hover {
3761
- -webkit-transform-style: var(--hvr-ts-tablet);
3762
- transform-style: var(--hvr-ts-tablet);
3763
- }
3764
- /* .group:hover {
3765
- [style*="--$(prefix)hvr-$(var)-tablet:"] {
3766
- $(prop): var(--$(prefix)hvr-$(var)-tablet);
3767
- }
3768
- } */
3769
-
3770
- [style*="--focus-ts-tablet:"]:focus {
3771
- -webkit-transform-style: var(--focus-ts-tablet);
3772
- transform-style: var(--focus-ts-tablet);
3773
- }
3774
- /* .group:focus {
3775
- [style*="--$(prefix)focus-$(var)-tablet:"] {
3776
- $(prop): var(--$(prefix)focus-$(var)-tablet);
3777
- }
3778
- } */
3779
- [style*="--tn-tablet:"] {
3780
- transition: var(--tn-tablet);
3781
- }
3782
-
3783
- [style*="--hvr-tn-tablet:"]:hover {
3784
- transition: var(--hvr-tn-tablet);
3785
- }
3786
- /* .group:hover {
3787
- [style*="--$(prefix)hvr-$(var)-tablet:"] {
3788
- $(prop): var(--$(prefix)hvr-$(var)-tablet);
3789
- }
3790
- } */
3791
-
3792
- [style*="--focus-tn-tablet:"]:focus {
3793
- transition: var(--focus-tn-tablet);
3794
- }
3795
- /* .group:focus {
3796
- [style*="--$(prefix)focus-$(var)-tablet:"] {
3797
- $(prop): var(--$(prefix)focus-$(var)-tablet);
3798
- }
3799
- } */
3800
- [style*="--td-tablet:"] {
3801
- transition-delay: var(--td-tablet);
3802
- }
3803
-
3804
- [style*="--hvr-td-tablet:"]:hover {
3805
- transition-delay: var(--hvr-td-tablet);
3806
- }
3807
- /* .group:hover {
3808
- [style*="--$(prefix)hvr-$(var)-tablet:"] {
3809
- $(prop): var(--$(prefix)hvr-$(var)-tablet);
3810
- }
3811
- } */
3812
-
3813
- [style*="--focus-td-tablet:"]:focus {
3814
- transition-delay: var(--focus-td-tablet);
3815
- }
3816
- /* .group:focus {
3817
- [style*="--$(prefix)focus-$(var)-tablet:"] {
3818
- $(prop): var(--$(prefix)focus-$(var)-tablet);
3819
- }
3820
- } */
3821
- [style*="--tnd-tablet:"] {
3822
- transition-duration: var(--tnd-tablet);
3823
- }
3824
-
3825
- [style*="--hvr-tnd-tablet:"]:hover {
3826
- transition-duration: var(--hvr-tnd-tablet);
3827
- }
3828
- /* .group:hover {
3829
- [style*="--$(prefix)hvr-$(var)-tablet:"] {
3830
- $(prop): var(--$(prefix)hvr-$(var)-tablet);
3831
- }
3832
- } */
3833
-
3834
- [style*="--focus-tnd-tablet:"]:focus {
3835
- transition-duration: var(--focus-tnd-tablet);
3836
- }
3837
- /* .group:focus {
3838
- [style*="--$(prefix)focus-$(var)-tablet:"] {
3839
- $(prop): var(--$(prefix)focus-$(var)-tablet);
3840
- }
3841
- } */
3842
- [style*="--tp-tablet:"] {
3843
- transition-property: var(--tp-tablet);
3844
- }
3845
-
3846
- [style*="--hvr-tp-tablet:"]:hover {
3847
- transition-property: var(--hvr-tp-tablet);
3848
- }
3849
- /* .group:hover {
3850
- [style*="--$(prefix)hvr-$(var)-tablet:"] {
3851
- $(prop): var(--$(prefix)hvr-$(var)-tablet);
3852
- }
3853
- } */
3854
-
3855
- [style*="--focus-tp-tablet:"]:focus {
3856
- transition-property: var(--focus-tp-tablet);
3857
- }
3858
- /* .group:focus {
3859
- [style*="--$(prefix)focus-$(var)-tablet:"] {
3860
- $(prop): var(--$(prefix)focus-$(var)-tablet);
3861
- }
3862
- } */
3863
- [style*="--ttf-tablet:"] {
3864
- transition-timing-function: var(--ttf-tablet);
3865
- }
3866
-
3867
- [style*="--hvr-ttf-tablet:"]:hover {
3868
- transition-timing-function: var(--hvr-ttf-tablet);
3869
- }
3870
- /* .group:hover {
3871
- [style*="--$(prefix)hvr-$(var)-tablet:"] {
3872
- $(prop): var(--$(prefix)hvr-$(var)-tablet);
3873
- }
3874
- } */
3875
-
3876
- [style*="--focus-ttf-tablet:"]:focus {
3877
- transition-timing-function: var(--focus-ttf-tablet);
2794
+ [style*="--focus-top-tablet:"]:focus {
2795
+ top: var(--focus-top-tablet);
3878
2796
  }
3879
2797
  /* .group:focus {
3880
2798
  [style*="--$(prefix)focus-$(var)-tablet:"] {
3881
2799
  $(prop): var(--$(prefix)focus-$(var)-tablet);
3882
2800
  }
3883
2801
  } */
3884
- [style*="--tsl-tablet:"] {
3885
- translate: var(--tsl-tablet);
2802
+ [style*="--t-tablet:"] {
2803
+ -webkit-transform: var(--t-tablet);
2804
+ transform: var(--t-tablet);
3886
2805
  }
3887
2806
 
3888
- [style*="--hvr-tsl-tablet:"]:hover {
3889
- translate: var(--hvr-tsl-tablet);
2807
+ [style*="--hvr-t-tablet:"]:hover {
2808
+ -webkit-transform: var(--hvr-t-tablet);
2809
+ transform: var(--hvr-t-tablet);
3890
2810
  }
3891
2811
  /* .group:hover {
3892
2812
  [style*="--$(prefix)hvr-$(var)-tablet:"] {
@@ -3894,8 +2814,9 @@
3894
2814
  }
3895
2815
  } */
3896
2816
 
3897
- [style*="--focus-tsl-tablet:"]:focus {
3898
- translate: var(--focus-tsl-tablet);
2817
+ [style*="--focus-t-tablet:"]:focus {
2818
+ -webkit-transform: var(--focus-t-tablet);
2819
+ transform: var(--focus-t-tablet);
3899
2820
  }
3900
2821
  /* .group:focus {
3901
2822
  [style*="--$(prefix)focus-$(var)-tablet:"] {
@@ -3973,27 +2894,6 @@
3973
2894
  }
3974
2895
  }
3975
2896
  @media only screen and (max-width: 767px) {
3976
- [style*="--ac-mobile:"] {
3977
- align-content: var(--ac-mobile);
3978
- }
3979
-
3980
- [style*="--hvr-ac-mobile:"]:hover {
3981
- align-content: var(--hvr-ac-mobile);
3982
- }
3983
- /* .group:hover {
3984
- [style*="--$(prefix)hvr-$(var)-mobile:"] {
3985
- $(prop): var(--$(prefix)hvr-$(var)-mobile);
3986
- }
3987
- } */
3988
-
3989
- [style*="--focus-ac-mobile:"]:focus {
3990
- align-content: var(--focus-ac-mobile);
3991
- }
3992
- /* .group:focus {
3993
- [style*="--$(prefix)focus-$(var)-mobile:"] {
3994
- $(prop): var(--$(prefix)focus-$(var)-mobile);
3995
- }
3996
- } */
3997
2897
  [style*="--ai-mobile:"] {
3998
2898
  align-items: var(--ai-mobile);
3999
2899
  }
@@ -4015,27 +2915,6 @@
4015
2915
  $(prop): var(--$(prefix)focus-$(var)-mobile);
4016
2916
  }
4017
2917
  } */
4018
- [style*="--as-mobile:"] {
4019
- align-self: var(--as-mobile);
4020
- }
4021
-
4022
- [style*="--hvr-as-mobile:"]:hover {
4023
- align-self: var(--hvr-as-mobile);
4024
- }
4025
- /* .group:hover {
4026
- [style*="--$(prefix)hvr-$(var)-mobile:"] {
4027
- $(prop): var(--$(prefix)hvr-$(var)-mobile);
4028
- }
4029
- } */
4030
-
4031
- [style*="--focus-as-mobile:"]:focus {
4032
- align-self: var(--focus-as-mobile);
4033
- }
4034
- /* .group:focus {
4035
- [style*="--$(prefix)focus-$(var)-mobile:"] {
4036
- $(prop): var(--$(prefix)focus-$(var)-mobile);
4037
- }
4038
- } */
4039
2918
  [style*="--aspect-mobile:"] {
4040
2919
  aspect-ratio: var(--aspect-mobile);
4041
2920
  }
@@ -4561,27 +3440,6 @@
4561
3440
  $(prop): var(--$(prefix)focus-$(var)-mobile);
4562
3441
  }
4563
3442
  } */
4564
- [style*="--cr-mobile:"] {
4565
- clear: var(--cr-mobile);
4566
- }
4567
-
4568
- [style*="--hvr-cr-mobile:"]:hover {
4569
- clear: var(--hvr-cr-mobile);
4570
- }
4571
- /* .group:hover {
4572
- [style*="--$(prefix)hvr-$(var)-mobile:"] {
4573
- $(prop): var(--$(prefix)hvr-$(var)-mobile);
4574
- }
4575
- } */
4576
-
4577
- [style*="--focus-cr-mobile:"]:focus {
4578
- clear: var(--focus-cr-mobile);
4579
- }
4580
- /* .group:focus {
4581
- [style*="--$(prefix)focus-$(var)-mobile:"] {
4582
- $(prop): var(--$(prefix)focus-$(var)-mobile);
4583
- }
4584
- } */
4585
3443
  [style*="--c-mobile:"] {
4586
3444
  color: var(--c-mobile);
4587
3445
  }
@@ -4618,252 +3476,21 @@
4618
3476
  }
4619
3477
  } */
4620
3478
 
4621
- [style*="--focus-cg-mobile:"]:focus {
4622
- -webkit-column-gap: var(--focus-cg-mobile);
4623
- column-gap: var(--focus-cg-mobile);
4624
- }
4625
- /* .group:focus {
4626
- [style*="--$(prefix)focus-$(var)-mobile:"] {
4627
- $(prop): var(--$(prefix)focus-$(var)-mobile);
4628
- }
4629
- } */
4630
- [style*="--d-mobile:"] {
4631
- display: var(--d-mobile);
4632
- }
4633
-
4634
- [style*="--hvr-d-mobile:"]:hover {
4635
- display: var(--hvr-d-mobile);
4636
- }
4637
- /* .group:hover {
4638
- [style*="--$(prefix)hvr-$(var)-mobile:"] {
4639
- $(prop): var(--$(prefix)hvr-$(var)-mobile);
4640
- }
4641
- } */
4642
-
4643
- [style*="--focus-d-mobile:"]:focus {
4644
- display: var(--focus-d-mobile);
4645
- }
4646
- /* .group:focus {
4647
- [style*="--$(prefix)focus-$(var)-mobile:"] {
4648
- $(prop): var(--$(prefix)focus-$(var)-mobile);
4649
- }
4650
- } */
4651
- [style*="--fx-mobile:"] {
4652
- flex: var(--fx-mobile);
4653
- }
4654
-
4655
- [style*="--hvr-fx-mobile:"]:hover {
4656
- flex: var(--hvr-fx-mobile);
4657
- }
4658
- /* .group:hover {
4659
- [style*="--$(prefix)hvr-$(var)-mobile:"] {
4660
- $(prop): var(--$(prefix)hvr-$(var)-mobile);
4661
- }
4662
- } */
4663
-
4664
- [style*="--focus-fx-mobile:"]:focus {
4665
- flex: var(--focus-fx-mobile);
4666
- }
4667
- /* .group:focus {
4668
- [style*="--$(prefix)focus-$(var)-mobile:"] {
4669
- $(prop): var(--$(prefix)focus-$(var)-mobile);
4670
- }
4671
- } */
4672
- [style*="--fb-mobile:"] {
4673
- flex-basis: var(--fb-mobile);
4674
- }
4675
-
4676
- [style*="--hvr-fb-mobile:"]:hover {
4677
- flex-basis: var(--hvr-fb-mobile);
4678
- }
4679
- /* .group:hover {
4680
- [style*="--$(prefix)hvr-$(var)-mobile:"] {
4681
- $(prop): var(--$(prefix)hvr-$(var)-mobile);
4682
- }
4683
- } */
4684
-
4685
- [style*="--focus-fb-mobile:"]:focus {
4686
- flex-basis: var(--focus-fb-mobile);
4687
- }
4688
- /* .group:focus {
4689
- [style*="--$(prefix)focus-$(var)-mobile:"] {
4690
- $(prop): var(--$(prefix)focus-$(var)-mobile);
4691
- }
4692
- } */
4693
- [style*="--fd-mobile:"] {
4694
- flex-direction: var(--fd-mobile);
4695
- }
4696
-
4697
- [style*="--hvr-fd-mobile:"]:hover {
4698
- flex-direction: var(--hvr-fd-mobile);
4699
- }
4700
- /* .group:hover {
4701
- [style*="--$(prefix)hvr-$(var)-mobile:"] {
4702
- $(prop): var(--$(prefix)hvr-$(var)-mobile);
4703
- }
4704
- } */
4705
-
4706
- [style*="--focus-fd-mobile:"]:focus {
4707
- flex-direction: var(--focus-fd-mobile);
4708
- }
4709
- /* .group:focus {
4710
- [style*="--$(prefix)focus-$(var)-mobile:"] {
4711
- $(prop): var(--$(prefix)focus-$(var)-mobile);
4712
- }
4713
- } */
4714
- [style*="--fg-mobile:"] {
4715
- flex-grow: var(--fg-mobile);
4716
- }
4717
-
4718
- [style*="--hvr-fg-mobile:"]:hover {
4719
- flex-grow: var(--hvr-fg-mobile);
4720
- }
4721
- /* .group:hover {
4722
- [style*="--$(prefix)hvr-$(var)-mobile:"] {
4723
- $(prop): var(--$(prefix)hvr-$(var)-mobile);
4724
- }
4725
- } */
4726
-
4727
- [style*="--focus-fg-mobile:"]:focus {
4728
- flex-grow: var(--focus-fg-mobile);
4729
- }
4730
- /* .group:focus {
4731
- [style*="--$(prefix)focus-$(var)-mobile:"] {
4732
- $(prop): var(--$(prefix)focus-$(var)-mobile);
4733
- }
4734
- } */
4735
- [style*="--fs-mobile:"] {
4736
- flex-shrink: var(--fs-mobile);
4737
- }
4738
-
4739
- [style*="--hvr-fs-mobile:"]:hover {
4740
- flex-shrink: var(--hvr-fs-mobile);
4741
- }
4742
- /* .group:hover {
4743
- [style*="--$(prefix)hvr-$(var)-mobile:"] {
4744
- $(prop): var(--$(prefix)hvr-$(var)-mobile);
4745
- }
4746
- } */
4747
-
4748
- [style*="--focus-fs-mobile:"]:focus {
4749
- flex-shrink: var(--focus-fs-mobile);
4750
- }
4751
- /* .group:focus {
4752
- [style*="--$(prefix)focus-$(var)-mobile:"] {
4753
- $(prop): var(--$(prefix)focus-$(var)-mobile);
4754
- }
4755
- } */
4756
- [style*="--fw-mobile:"] {
4757
- flex-wrap: var(--fw-mobile);
4758
- }
4759
-
4760
- [style*="--hvr-fw-mobile:"]:hover {
4761
- flex-wrap: var(--hvr-fw-mobile);
4762
- }
4763
- /* .group:hover {
4764
- [style*="--$(prefix)hvr-$(var)-mobile:"] {
4765
- $(prop): var(--$(prefix)hvr-$(var)-mobile);
4766
- }
4767
- } */
4768
-
4769
- [style*="--focus-fw-mobile:"]:focus {
4770
- flex-wrap: var(--focus-fw-mobile);
4771
- }
4772
- /* .group:focus {
4773
- [style*="--$(prefix)focus-$(var)-mobile:"] {
4774
- $(prop): var(--$(prefix)focus-$(var)-mobile);
4775
- }
4776
- } */
4777
- [style*="--ft-mobile:"] {
4778
- float: var(--ft-mobile);
4779
- }
4780
-
4781
- [style*="--hvr-ft-mobile:"]:hover {
4782
- float: var(--hvr-ft-mobile);
4783
- }
4784
- /* .group:hover {
4785
- [style*="--$(prefix)hvr-$(var)-mobile:"] {
4786
- $(prop): var(--$(prefix)hvr-$(var)-mobile);
4787
- }
4788
- } */
4789
-
4790
- [style*="--focus-ft-mobile:"]:focus {
4791
- float: var(--focus-ft-mobile);
4792
- }
4793
- /* .group:focus {
4794
- [style*="--$(prefix)focus-$(var)-mobile:"] {
4795
- $(prop): var(--$(prefix)focus-$(var)-mobile);
4796
- }
4797
- } */
4798
- [style*="--ff-mobile:"] {
4799
- font-family: var(--ff-mobile);
4800
- }
4801
-
4802
- [style*="--hvr-ff-mobile:"]:hover {
4803
- font-family: var(--hvr-ff-mobile);
4804
- }
4805
- /* .group:hover {
4806
- [style*="--$(prefix)hvr-$(var)-mobile:"] {
4807
- $(prop): var(--$(prefix)hvr-$(var)-mobile);
4808
- }
4809
- } */
4810
-
4811
- [style*="--focus-ff-mobile:"]:focus {
4812
- font-family: var(--focus-ff-mobile);
4813
- }
4814
- /* .group:focus {
4815
- [style*="--$(prefix)focus-$(var)-mobile:"] {
4816
- $(prop): var(--$(prefix)focus-$(var)-mobile);
4817
- }
4818
- } */
4819
- [style*="--size-mobile:"] {
4820
- font-size: var(--size-mobile);
4821
- }
4822
-
4823
- [style*="--hvr-size-mobile:"]:hover {
4824
- font-size: var(--hvr-size-mobile);
4825
- }
4826
- /* .group:hover {
4827
- [style*="--$(prefix)hvr-$(var)-mobile:"] {
4828
- $(prop): var(--$(prefix)hvr-$(var)-mobile);
4829
- }
4830
- } */
4831
-
4832
- [style*="--focus-size-mobile:"]:focus {
4833
- font-size: var(--focus-size-mobile);
4834
- }
4835
- /* .group:focus {
4836
- [style*="--$(prefix)focus-$(var)-mobile:"] {
4837
- $(prop): var(--$(prefix)focus-$(var)-mobile);
4838
- }
4839
- } */
4840
- [style*="--fs-mobile:"] {
4841
- font-style: var(--fs-mobile);
4842
- }
4843
-
4844
- [style*="--hvr-fs-mobile:"]:hover {
4845
- font-style: var(--hvr-fs-mobile);
4846
- }
4847
- /* .group:hover {
4848
- [style*="--$(prefix)hvr-$(var)-mobile:"] {
4849
- $(prop): var(--$(prefix)hvr-$(var)-mobile);
4850
- }
4851
- } */
4852
-
4853
- [style*="--focus-fs-mobile:"]:focus {
4854
- font-style: var(--focus-fs-mobile);
3479
+ [style*="--focus-cg-mobile:"]:focus {
3480
+ -webkit-column-gap: var(--focus-cg-mobile);
3481
+ column-gap: var(--focus-cg-mobile);
4855
3482
  }
4856
3483
  /* .group:focus {
4857
3484
  [style*="--$(prefix)focus-$(var)-mobile:"] {
4858
3485
  $(prop): var(--$(prefix)focus-$(var)-mobile);
4859
3486
  }
4860
3487
  } */
4861
- [style*="--weight-mobile:"] {
4862
- font-weight: var(--weight-mobile);
3488
+ [style*="--d-mobile:"] {
3489
+ display: var(--d-mobile);
4863
3490
  }
4864
3491
 
4865
- [style*="--hvr-weight-mobile:"]:hover {
4866
- font-weight: var(--hvr-weight-mobile);
3492
+ [style*="--hvr-d-mobile:"]:hover {
3493
+ display: var(--hvr-d-mobile);
4867
3494
  }
4868
3495
  /* .group:hover {
4869
3496
  [style*="--$(prefix)hvr-$(var)-mobile:"] {
@@ -4871,20 +3498,20 @@
4871
3498
  }
4872
3499
  } */
4873
3500
 
4874
- [style*="--focus-weight-mobile:"]:focus {
4875
- font-weight: var(--focus-weight-mobile);
3501
+ [style*="--focus-d-mobile:"]:focus {
3502
+ display: var(--focus-d-mobile);
4876
3503
  }
4877
3504
  /* .group:focus {
4878
3505
  [style*="--$(prefix)focus-$(var)-mobile:"] {
4879
3506
  $(prop): var(--$(prefix)focus-$(var)-mobile);
4880
3507
  }
4881
3508
  } */
4882
- [style*="--gac-mobile:"] {
4883
- grid-auto-columns: var(--gac-mobile);
3509
+ [style*="--fd-mobile:"] {
3510
+ flex-direction: var(--fd-mobile);
4884
3511
  }
4885
3512
 
4886
- [style*="--hvr-gac-mobile:"]:hover {
4887
- grid-auto-columns: var(--hvr-gac-mobile);
3513
+ [style*="--hvr-fd-mobile:"]:hover {
3514
+ flex-direction: var(--hvr-fd-mobile);
4888
3515
  }
4889
3516
  /* .group:hover {
4890
3517
  [style*="--$(prefix)hvr-$(var)-mobile:"] {
@@ -4892,20 +3519,20 @@
4892
3519
  }
4893
3520
  } */
4894
3521
 
4895
- [style*="--focus-gac-mobile:"]:focus {
4896
- grid-auto-columns: var(--focus-gac-mobile);
3522
+ [style*="--focus-fd-mobile:"]:focus {
3523
+ flex-direction: var(--focus-fd-mobile);
4897
3524
  }
4898
3525
  /* .group:focus {
4899
3526
  [style*="--$(prefix)focus-$(var)-mobile:"] {
4900
3527
  $(prop): var(--$(prefix)focus-$(var)-mobile);
4901
3528
  }
4902
3529
  } */
4903
- [style*="--gar-mobile:"] {
4904
- grid-auto-rows: var(--gar-mobile);
3530
+ [style*="--fs-mobile:"] {
3531
+ flex-shrink: var(--fs-mobile);
4905
3532
  }
4906
3533
 
4907
- [style*="--hvr-gar-mobile:"]:hover {
4908
- grid-auto-rows: var(--hvr-gar-mobile);
3534
+ [style*="--hvr-fs-mobile:"]:hover {
3535
+ flex-shrink: var(--hvr-fs-mobile);
4909
3536
  }
4910
3537
  /* .group:hover {
4911
3538
  [style*="--$(prefix)hvr-$(var)-mobile:"] {
@@ -4913,20 +3540,20 @@
4913
3540
  }
4914
3541
  } */
4915
3542
 
4916
- [style*="--focus-gar-mobile:"]:focus {
4917
- grid-auto-rows: var(--focus-gar-mobile);
3543
+ [style*="--focus-fs-mobile:"]:focus {
3544
+ flex-shrink: var(--focus-fs-mobile);
4918
3545
  }
4919
3546
  /* .group:focus {
4920
3547
  [style*="--$(prefix)focus-$(var)-mobile:"] {
4921
3548
  $(prop): var(--$(prefix)focus-$(var)-mobile);
4922
3549
  }
4923
3550
  } */
4924
- [style*="--gc-mobile:"] {
4925
- grid-column: var(--gc-mobile);
3551
+ [style*="--ff-mobile:"] {
3552
+ font-family: var(--ff-mobile);
4926
3553
  }
4927
3554
 
4928
- [style*="--hvr-gc-mobile:"]:hover {
4929
- grid-column: var(--hvr-gc-mobile);
3555
+ [style*="--hvr-ff-mobile:"]:hover {
3556
+ font-family: var(--hvr-ff-mobile);
4930
3557
  }
4931
3558
  /* .group:hover {
4932
3559
  [style*="--$(prefix)hvr-$(var)-mobile:"] {
@@ -4934,20 +3561,20 @@
4934
3561
  }
4935
3562
  } */
4936
3563
 
4937
- [style*="--focus-gc-mobile:"]:focus {
4938
- grid-column: var(--focus-gc-mobile);
3564
+ [style*="--focus-ff-mobile:"]:focus {
3565
+ font-family: var(--focus-ff-mobile);
4939
3566
  }
4940
3567
  /* .group:focus {
4941
3568
  [style*="--$(prefix)focus-$(var)-mobile:"] {
4942
3569
  $(prop): var(--$(prefix)focus-$(var)-mobile);
4943
3570
  }
4944
3571
  } */
4945
- [style*="--gg-mobile:"] {
4946
- grid-gap: var(--gg-mobile);
3572
+ [style*="--size-mobile:"] {
3573
+ font-size: var(--size-mobile);
4947
3574
  }
4948
3575
 
4949
- [style*="--hvr-gg-mobile:"]:hover {
4950
- grid-gap: var(--hvr-gg-mobile);
3576
+ [style*="--hvr-size-mobile:"]:hover {
3577
+ font-size: var(--hvr-size-mobile);
4951
3578
  }
4952
3579
  /* .group:hover {
4953
3580
  [style*="--$(prefix)hvr-$(var)-mobile:"] {
@@ -4955,20 +3582,20 @@
4955
3582
  }
4956
3583
  } */
4957
3584
 
4958
- [style*="--focus-gg-mobile:"]:focus {
4959
- grid-gap: var(--focus-gg-mobile);
3585
+ [style*="--focus-size-mobile:"]:focus {
3586
+ font-size: var(--focus-size-mobile);
4960
3587
  }
4961
3588
  /* .group:focus {
4962
3589
  [style*="--$(prefix)focus-$(var)-mobile:"] {
4963
3590
  $(prop): var(--$(prefix)focus-$(var)-mobile);
4964
3591
  }
4965
3592
  } */
4966
- [style*="--gr-mobile:"] {
4967
- grid-row: var(--gr-mobile);
3593
+ [style*="--weight-mobile:"] {
3594
+ font-weight: var(--weight-mobile);
4968
3595
  }
4969
3596
 
4970
- [style*="--hvr-gr-mobile:"]:hover {
4971
- grid-row: var(--hvr-gr-mobile);
3597
+ [style*="--hvr-weight-mobile:"]:hover {
3598
+ font-weight: var(--hvr-weight-mobile);
4972
3599
  }
4973
3600
  /* .group:hover {
4974
3601
  [style*="--$(prefix)hvr-$(var)-mobile:"] {
@@ -4976,20 +3603,20 @@
4976
3603
  }
4977
3604
  } */
4978
3605
 
4979
- [style*="--focus-gr-mobile:"]:focus {
4980
- grid-row: var(--focus-gr-mobile);
3606
+ [style*="--focus-weight-mobile:"]:focus {
3607
+ font-weight: var(--focus-weight-mobile);
4981
3608
  }
4982
3609
  /* .group:focus {
4983
3610
  [style*="--$(prefix)focus-$(var)-mobile:"] {
4984
3611
  $(prop): var(--$(prefix)focus-$(var)-mobile);
4985
3612
  }
4986
3613
  } */
4987
- [style*="--gtc-mobile:"] {
4988
- grid-template-columns: var(--gtc-mobile);
3614
+ [style*="--gg-mobile:"] {
3615
+ grid-gap: var(--gg-mobile);
4989
3616
  }
4990
3617
 
4991
- [style*="--hvr-gtc-mobile:"]:hover {
4992
- grid-template-columns: var(--hvr-gtc-mobile);
3618
+ [style*="--hvr-gg-mobile:"]:hover {
3619
+ grid-gap: var(--hvr-gg-mobile);
4993
3620
  }
4994
3621
  /* .group:hover {
4995
3622
  [style*="--$(prefix)hvr-$(var)-mobile:"] {
@@ -4997,20 +3624,20 @@
4997
3624
  }
4998
3625
  } */
4999
3626
 
5000
- [style*="--focus-gtc-mobile:"]:focus {
5001
- grid-template-columns: var(--focus-gtc-mobile);
3627
+ [style*="--focus-gg-mobile:"]:focus {
3628
+ grid-gap: var(--focus-gg-mobile);
5002
3629
  }
5003
3630
  /* .group:focus {
5004
3631
  [style*="--$(prefix)focus-$(var)-mobile:"] {
5005
3632
  $(prop): var(--$(prefix)focus-$(var)-mobile);
5006
3633
  }
5007
3634
  } */
5008
- [style*="--gtr-mobile:"] {
5009
- grid-template-rows: var(--gtr-mobile);
3635
+ [style*="--gtc-mobile:"] {
3636
+ grid-template-columns: var(--gtc-mobile);
5010
3637
  }
5011
3638
 
5012
- [style*="--hvr-gtr-mobile:"]:hover {
5013
- grid-template-rows: var(--hvr-gtr-mobile);
3639
+ [style*="--hvr-gtc-mobile:"]:hover {
3640
+ grid-template-columns: var(--hvr-gtc-mobile);
5014
3641
  }
5015
3642
  /* .group:hover {
5016
3643
  [style*="--$(prefix)hvr-$(var)-mobile:"] {
@@ -5018,8 +3645,8 @@
5018
3645
  }
5019
3646
  } */
5020
3647
 
5021
- [style*="--focus-gtr-mobile:"]:focus {
5022
- grid-template-rows: var(--focus-gtr-mobile);
3648
+ [style*="--focus-gtc-mobile:"]:focus {
3649
+ grid-template-columns: var(--focus-gtc-mobile);
5023
3650
  }
5024
3651
  /* .group:focus {
5025
3652
  [style*="--$(prefix)focus-$(var)-mobile:"] {
@@ -5173,27 +3800,6 @@
5173
3800
  $(prop): var(--$(prefix)focus-$(var)-mobile);
5174
3801
  }
5175
3802
  } */
5176
- [style*="--tds-mobile:"] {
5177
- text-decoration-style: var(--tds-mobile);
5178
- }
5179
-
5180
- [style*="--hvr-tds-mobile:"]:hover {
5181
- text-decoration-style: var(--hvr-tds-mobile);
5182
- }
5183
- /* .group:hover {
5184
- [style*="--$(prefix)hvr-$(var)-mobile:"] {
5185
- $(prop): var(--$(prefix)hvr-$(var)-mobile);
5186
- }
5187
- } */
5188
-
5189
- [style*="--focus-tds-mobile:"]:focus {
5190
- text-decoration-style: var(--focus-tds-mobile);
5191
- }
5192
- /* .group:focus {
5193
- [style*="--$(prefix)focus-$(var)-mobile:"] {
5194
- $(prop): var(--$(prefix)focus-$(var)-mobile);
5195
- }
5196
- } */
5197
3803
  [style*="--m-mobile:"] {
5198
3804
  margin: var(--m-mobile);
5199
3805
  }
@@ -5383,27 +3989,6 @@
5383
3989
  $(prop): var(--$(prefix)focus-$(var)-mobile);
5384
3990
  }
5385
3991
  } */
5386
- [style*="--rt-mobile:"] {
5387
- rotate: var(--rt-mobile);
5388
- }
5389
-
5390
- [style*="--hvr-rt-mobile:"]:hover {
5391
- rotate: var(--hvr-rt-mobile);
5392
- }
5393
- /* .group:hover {
5394
- [style*="--$(prefix)hvr-$(var)-mobile:"] {
5395
- $(prop): var(--$(prefix)hvr-$(var)-mobile);
5396
- }
5397
- } */
5398
-
5399
- [style*="--focus-rt-mobile:"]:focus {
5400
- rotate: var(--focus-rt-mobile);
5401
- }
5402
- /* .group:focus {
5403
- [style*="--$(prefix)focus-$(var)-mobile:"] {
5404
- $(prop): var(--$(prefix)focus-$(var)-mobile);
5405
- }
5406
- } */
5407
3992
  [style*="--objf-mobile:"] {
5408
3993
  object-fit: var(--objf-mobile);
5409
3994
  }
@@ -5425,27 +4010,6 @@
5425
4010
  $(prop): var(--$(prefix)focus-$(var)-mobile);
5426
4011
  }
5427
4012
  } */
5428
- [style*="--objp-mobile:"] {
5429
- object-position: var(--objp-mobile);
5430
- }
5431
-
5432
- [style*="--hvr-objp-mobile:"]:hover {
5433
- object-position: var(--hvr-objp-mobile);
5434
- }
5435
- /* .group:hover {
5436
- [style*="--$(prefix)hvr-$(var)-mobile:"] {
5437
- $(prop): var(--$(prefix)hvr-$(var)-mobile);
5438
- }
5439
- } */
5440
-
5441
- [style*="--focus-objp-mobile:"]:focus {
5442
- object-position: var(--focus-objp-mobile);
5443
- }
5444
- /* .group:focus {
5445
- [style*="--$(prefix)focus-$(var)-mobile:"] {
5446
- $(prop): var(--$(prefix)focus-$(var)-mobile);
5447
- }
5448
- } */
5449
4013
  [style*="--op-mobile:"] {
5450
4014
  opacity: var(--op-mobile);
5451
4015
  }
@@ -5677,30 +4241,6 @@
5677
4241
  $(prop): var(--$(prefix)focus-$(var)-mobile);
5678
4242
  }
5679
4243
  } */
5680
- [style*="--td-mobile:"] {
5681
- -webkit-text-decoration: var(--td-mobile);
5682
- text-decoration: var(--td-mobile);
5683
- }
5684
-
5685
- [style*="--hvr-td-mobile:"]:hover {
5686
- -webkit-text-decoration: var(--hvr-td-mobile);
5687
- text-decoration: var(--hvr-td-mobile);
5688
- }
5689
- /* .group:hover {
5690
- [style*="--$(prefix)hvr-$(var)-mobile:"] {
5691
- $(prop): var(--$(prefix)hvr-$(var)-mobile);
5692
- }
5693
- } */
5694
-
5695
- [style*="--focus-td-mobile:"]:focus {
5696
- -webkit-text-decoration: var(--focus-td-mobile);
5697
- text-decoration: var(--focus-td-mobile);
5698
- }
5699
- /* .group:focus {
5700
- [style*="--$(prefix)focus-$(var)-mobile:"] {
5701
- $(prop): var(--$(prefix)focus-$(var)-mobile);
5702
- }
5703
- } */
5704
4244
  [style*="--ts-mobile:"] {
5705
4245
  text-shadow: var(--ts-mobile);
5706
4246
  }
@@ -5788,180 +4328,6 @@
5788
4328
  $(prop): var(--$(prefix)focus-$(var)-mobile);
5789
4329
  }
5790
4330
  } */
5791
- [style*="--ta-mobile:"] {
5792
- -webkit-transform-origin: var(--ta-mobile);
5793
- transform-origin: var(--ta-mobile);
5794
- }
5795
-
5796
- [style*="--hvr-ta-mobile:"]:hover {
5797
- -webkit-transform-origin: var(--hvr-ta-mobile);
5798
- transform-origin: var(--hvr-ta-mobile);
5799
- }
5800
- /* .group:hover {
5801
- [style*="--$(prefix)hvr-$(var)-mobile:"] {
5802
- $(prop): var(--$(prefix)hvr-$(var)-mobile);
5803
- }
5804
- } */
5805
-
5806
- [style*="--focus-ta-mobile:"]:focus {
5807
- -webkit-transform-origin: var(--focus-ta-mobile);
5808
- transform-origin: var(--focus-ta-mobile);
5809
- }
5810
- /* .group:focus {
5811
- [style*="--$(prefix)focus-$(var)-mobile:"] {
5812
- $(prop): var(--$(prefix)focus-$(var)-mobile);
5813
- }
5814
- } */
5815
- [style*="--ts-mobile:"] {
5816
- -webkit-transform-style: var(--ts-mobile);
5817
- transform-style: var(--ts-mobile);
5818
- }
5819
-
5820
- [style*="--hvr-ts-mobile:"]:hover {
5821
- -webkit-transform-style: var(--hvr-ts-mobile);
5822
- transform-style: var(--hvr-ts-mobile);
5823
- }
5824
- /* .group:hover {
5825
- [style*="--$(prefix)hvr-$(var)-mobile:"] {
5826
- $(prop): var(--$(prefix)hvr-$(var)-mobile);
5827
- }
5828
- } */
5829
-
5830
- [style*="--focus-ts-mobile:"]:focus {
5831
- -webkit-transform-style: var(--focus-ts-mobile);
5832
- transform-style: var(--focus-ts-mobile);
5833
- }
5834
- /* .group:focus {
5835
- [style*="--$(prefix)focus-$(var)-mobile:"] {
5836
- $(prop): var(--$(prefix)focus-$(var)-mobile);
5837
- }
5838
- } */
5839
- [style*="--tn-mobile:"] {
5840
- transition: var(--tn-mobile);
5841
- }
5842
-
5843
- [style*="--hvr-tn-mobile:"]:hover {
5844
- transition: var(--hvr-tn-mobile);
5845
- }
5846
- /* .group:hover {
5847
- [style*="--$(prefix)hvr-$(var)-mobile:"] {
5848
- $(prop): var(--$(prefix)hvr-$(var)-mobile);
5849
- }
5850
- } */
5851
-
5852
- [style*="--focus-tn-mobile:"]:focus {
5853
- transition: var(--focus-tn-mobile);
5854
- }
5855
- /* .group:focus {
5856
- [style*="--$(prefix)focus-$(var)-mobile:"] {
5857
- $(prop): var(--$(prefix)focus-$(var)-mobile);
5858
- }
5859
- } */
5860
- [style*="--td-mobile:"] {
5861
- transition-delay: var(--td-mobile);
5862
- }
5863
-
5864
- [style*="--hvr-td-mobile:"]:hover {
5865
- transition-delay: var(--hvr-td-mobile);
5866
- }
5867
- /* .group:hover {
5868
- [style*="--$(prefix)hvr-$(var)-mobile:"] {
5869
- $(prop): var(--$(prefix)hvr-$(var)-mobile);
5870
- }
5871
- } */
5872
-
5873
- [style*="--focus-td-mobile:"]:focus {
5874
- transition-delay: var(--focus-td-mobile);
5875
- }
5876
- /* .group:focus {
5877
- [style*="--$(prefix)focus-$(var)-mobile:"] {
5878
- $(prop): var(--$(prefix)focus-$(var)-mobile);
5879
- }
5880
- } */
5881
- [style*="--tnd-mobile:"] {
5882
- transition-duration: var(--tnd-mobile);
5883
- }
5884
-
5885
- [style*="--hvr-tnd-mobile:"]:hover {
5886
- transition-duration: var(--hvr-tnd-mobile);
5887
- }
5888
- /* .group:hover {
5889
- [style*="--$(prefix)hvr-$(var)-mobile:"] {
5890
- $(prop): var(--$(prefix)hvr-$(var)-mobile);
5891
- }
5892
- } */
5893
-
5894
- [style*="--focus-tnd-mobile:"]:focus {
5895
- transition-duration: var(--focus-tnd-mobile);
5896
- }
5897
- /* .group:focus {
5898
- [style*="--$(prefix)focus-$(var)-mobile:"] {
5899
- $(prop): var(--$(prefix)focus-$(var)-mobile);
5900
- }
5901
- } */
5902
- [style*="--tp-mobile:"] {
5903
- transition-property: var(--tp-mobile);
5904
- }
5905
-
5906
- [style*="--hvr-tp-mobile:"]:hover {
5907
- transition-property: var(--hvr-tp-mobile);
5908
- }
5909
- /* .group:hover {
5910
- [style*="--$(prefix)hvr-$(var)-mobile:"] {
5911
- $(prop): var(--$(prefix)hvr-$(var)-mobile);
5912
- }
5913
- } */
5914
-
5915
- [style*="--focus-tp-mobile:"]:focus {
5916
- transition-property: var(--focus-tp-mobile);
5917
- }
5918
- /* .group:focus {
5919
- [style*="--$(prefix)focus-$(var)-mobile:"] {
5920
- $(prop): var(--$(prefix)focus-$(var)-mobile);
5921
- }
5922
- } */
5923
- [style*="--ttf-mobile:"] {
5924
- transition-timing-function: var(--ttf-mobile);
5925
- }
5926
-
5927
- [style*="--hvr-ttf-mobile:"]:hover {
5928
- transition-timing-function: var(--hvr-ttf-mobile);
5929
- }
5930
- /* .group:hover {
5931
- [style*="--$(prefix)hvr-$(var)-mobile:"] {
5932
- $(prop): var(--$(prefix)hvr-$(var)-mobile);
5933
- }
5934
- } */
5935
-
5936
- [style*="--focus-ttf-mobile:"]:focus {
5937
- transition-timing-function: var(--focus-ttf-mobile);
5938
- }
5939
- /* .group:focus {
5940
- [style*="--$(prefix)focus-$(var)-mobile:"] {
5941
- $(prop): var(--$(prefix)focus-$(var)-mobile);
5942
- }
5943
- } */
5944
- [style*="--tsl-mobile:"] {
5945
- translate: var(--tsl-mobile);
5946
- }
5947
-
5948
- [style*="--hvr-tsl-mobile:"]:hover {
5949
- translate: var(--hvr-tsl-mobile);
5950
- }
5951
- /* .group:hover {
5952
- [style*="--$(prefix)hvr-$(var)-mobile:"] {
5953
- $(prop): var(--$(prefix)hvr-$(var)-mobile);
5954
- }
5955
- } */
5956
-
5957
- [style*="--focus-tsl-mobile:"]:focus {
5958
- translate: var(--focus-tsl-mobile);
5959
- }
5960
- /* .group:focus {
5961
- [style*="--$(prefix)focus-$(var)-mobile:"] {
5962
- $(prop): var(--$(prefix)focus-$(var)-mobile);
5963
- }
5964
- } */
5965
4331
  [style*="--v-mobile:"] {
5966
4332
  visibility: var(--v-mobile);
5967
4333
  }