hds-web 1.9.3 → 1.9.5
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/index.css +2 -2
- package/dist/index.es.css +2 -2
- package/dist/index.es.js +2 -2
- package/dist/index.js +2 -2
- package/package.json +1 -1
- package/src/HDS/components/Cards/Testimonials/testimonial.js +3 -3
- package/src/HDS/components/Cards/VideoCard/homeVC.js +19 -17
- package/src/HDS/components/Carousels/homeCarousel.js +5 -5
- package/src/styles/tailwind.css +138 -257
package/src/styles/tailwind.css
CHANGED
@@ -913,8 +913,8 @@ select{
|
|
913
913
|
left: 17.6%;
|
914
914
|
}
|
915
915
|
|
916
|
-
.left-\[
|
917
|
-
left:
|
916
|
+
.left-\[365px\]{
|
917
|
+
left: 365px;
|
918
918
|
}
|
919
919
|
|
920
920
|
.left-\[45\%\]{
|
@@ -957,60 +957,24 @@ select{
|
|
957
957
|
top: 0.5rem;
|
958
958
|
}
|
959
959
|
|
960
|
-
.top-24{
|
961
|
-
top: 6rem;
|
962
|
-
}
|
963
|
-
|
964
960
|
.top-8{
|
965
961
|
top: 2rem;
|
966
962
|
}
|
967
963
|
|
968
|
-
.top-\[
|
969
|
-
top:
|
970
|
-
}
|
971
|
-
|
972
|
-
.top-\[442\.72px\]{
|
973
|
-
top: 442.72px;
|
974
|
-
}
|
975
|
-
|
976
|
-
.top-\[83px\]{
|
977
|
-
top: 83px;
|
978
|
-
}
|
979
|
-
|
980
|
-
.-top-\[400px\]{
|
981
|
-
top: -400px;
|
982
|
-
}
|
983
|
-
|
984
|
-
.left-\[410px\]{
|
985
|
-
left: 410px;
|
986
|
-
}
|
987
|
-
|
988
|
-
.-top-\[190px\]{
|
989
|
-
top: -190px;
|
990
|
-
}
|
991
|
-
|
992
|
-
.left-\[170px\]{
|
993
|
-
left: 170px;
|
994
|
-
}
|
995
|
-
|
996
|
-
.-top-\[15px\]{
|
997
|
-
top: -15px;
|
998
|
-
}
|
999
|
-
|
1000
|
-
.left-\[400px\]{
|
1001
|
-
left: 400px;
|
964
|
+
.top-\[451px\]{
|
965
|
+
top: 451px;
|
1002
966
|
}
|
1003
967
|
|
1004
|
-
.top-\[
|
1005
|
-
top:
|
968
|
+
.top-\[8px\]{
|
969
|
+
top: 8px;
|
1006
970
|
}
|
1007
971
|
|
1008
|
-
.
|
1009
|
-
|
972
|
+
.left-\[375px\]{
|
973
|
+
left: 375px;
|
1010
974
|
}
|
1011
975
|
|
1012
|
-
.
|
1013
|
-
|
976
|
+
.top-\[24px\]{
|
977
|
+
top: 24px;
|
1014
978
|
}
|
1015
979
|
|
1016
980
|
.isolate{
|
@@ -1029,6 +993,10 @@ select{
|
|
1029
993
|
z-index: 20;
|
1030
994
|
}
|
1031
995
|
|
996
|
+
.z-30{
|
997
|
+
z-index: 30;
|
998
|
+
}
|
999
|
+
|
1032
1000
|
.z-50{
|
1033
1001
|
z-index: 50;
|
1034
1002
|
}
|
@@ -1045,14 +1013,6 @@ select{
|
|
1045
1013
|
z-index: 60;
|
1046
1014
|
}
|
1047
1015
|
|
1048
|
-
.z-40{
|
1049
|
-
z-index: 40;
|
1050
|
-
}
|
1051
|
-
|
1052
|
-
.z-30{
|
1053
|
-
z-index: 30;
|
1054
|
-
}
|
1055
|
-
|
1056
1016
|
.col-span-1{
|
1057
1017
|
grid-column: span 1 / span 1;
|
1058
1018
|
}
|
@@ -1474,6 +1434,10 @@ select{
|
|
1474
1434
|
height: 3.5rem;
|
1475
1435
|
}
|
1476
1436
|
|
1437
|
+
.h-16{
|
1438
|
+
height: 4rem;
|
1439
|
+
}
|
1440
|
+
|
1477
1441
|
.h-2{
|
1478
1442
|
height: 0.5rem;
|
1479
1443
|
}
|
@@ -1526,32 +1490,32 @@ select{
|
|
1526
1490
|
height: 130px;
|
1527
1491
|
}
|
1528
1492
|
|
1529
|
-
.h-\[
|
1530
|
-
height:
|
1531
|
-
}
|
1532
|
-
|
1533
|
-
.h-\[3\.1px\]{
|
1534
|
-
height: 3.1px;
|
1493
|
+
.h-\[338px\]{
|
1494
|
+
height: 338px;
|
1535
1495
|
}
|
1536
1496
|
|
1537
1497
|
.h-\[33px\]{
|
1538
1498
|
height: 33px;
|
1539
1499
|
}
|
1540
1500
|
|
1541
|
-
.h-\[
|
1542
|
-
height:
|
1501
|
+
.h-\[3px\]{
|
1502
|
+
height: 3px;
|
1543
1503
|
}
|
1544
1504
|
|
1545
|
-
.h-\[
|
1546
|
-
height:
|
1505
|
+
.h-\[428px\]{
|
1506
|
+
height: 428px;
|
1547
1507
|
}
|
1548
1508
|
|
1549
|
-
.h-\[
|
1550
|
-
height:
|
1509
|
+
.h-\[436px\]{
|
1510
|
+
height: 436px;
|
1551
1511
|
}
|
1552
1512
|
|
1553
|
-
.h-\[
|
1554
|
-
height:
|
1513
|
+
.h-\[442px\]{
|
1514
|
+
height: 442px;
|
1515
|
+
}
|
1516
|
+
|
1517
|
+
.h-\[476px\]{
|
1518
|
+
height: 476px;
|
1555
1519
|
}
|
1556
1520
|
|
1557
1521
|
.h-\[56px\]{
|
@@ -1562,6 +1526,10 @@ select{
|
|
1562
1526
|
height: 60px;
|
1563
1527
|
}
|
1564
1528
|
|
1529
|
+
.h-\[800px\]{
|
1530
|
+
height: 800px;
|
1531
|
+
}
|
1532
|
+
|
1565
1533
|
.h-\[90px\]{
|
1566
1534
|
height: 90px;
|
1567
1535
|
}
|
@@ -1582,66 +1550,34 @@ select{
|
|
1582
1550
|
height: 100vh;
|
1583
1551
|
}
|
1584
1552
|
|
1585
|
-
.h-\[
|
1586
|
-
height:
|
1587
|
-
}
|
1588
|
-
|
1589
|
-
.h-\[800px\]{
|
1590
|
-
height: 800px;
|
1591
|
-
}
|
1592
|
-
|
1593
|
-
.h-\[630px\]{
|
1594
|
-
height: 630px;
|
1553
|
+
.max-h-\[181px\]{
|
1554
|
+
max-height: 181px;
|
1595
1555
|
}
|
1596
1556
|
|
1597
|
-
.h
|
1598
|
-
height:
|
1557
|
+
.max-h-\[20px\]{
|
1558
|
+
max-height: 20px;
|
1599
1559
|
}
|
1600
1560
|
|
1601
1561
|
.max-h-\[26\.25\]{
|
1602
1562
|
max-height: 26.25;
|
1603
1563
|
}
|
1604
1564
|
|
1605
|
-
.max-h-\[338px\]{
|
1606
|
-
max-height: 338px;
|
1607
|
-
}
|
1608
|
-
|
1609
1565
|
.max-h-full{
|
1610
1566
|
max-height: 100%;
|
1611
1567
|
}
|
1612
1568
|
|
1613
|
-
.max-h-\[441px\]{
|
1614
|
-
max-height: 441px;
|
1615
|
-
}
|
1616
|
-
|
1617
|
-
.max-h-\[181px\]{
|
1618
|
-
max-height: 181px;
|
1619
|
-
}
|
1620
|
-
|
1621
|
-
.max-h-\[20px\]{
|
1622
|
-
max-height: 20px;
|
1623
|
-
}
|
1624
|
-
|
1625
1569
|
.min-h-\[20px\]{
|
1626
1570
|
min-height: 20px;
|
1627
1571
|
}
|
1628
1572
|
|
1629
|
-
.min-h-\[24px\]{
|
1630
|
-
min-height: 24px;
|
1631
|
-
}
|
1632
|
-
|
1633
|
-
.min-h-\[441px\]{
|
1634
|
-
min-height: 441px;
|
1635
|
-
}
|
1636
|
-
|
1637
|
-
.min-h-\[258px\]{
|
1638
|
-
min-height: 258px;
|
1639
|
-
}
|
1640
|
-
|
1641
1573
|
.min-h-\[245px\]{
|
1642
1574
|
min-height: 245px;
|
1643
1575
|
}
|
1644
1576
|
|
1577
|
+
.min-h-\[24px\]{
|
1578
|
+
min-height: 24px;
|
1579
|
+
}
|
1580
|
+
|
1645
1581
|
.w-1\/2{
|
1646
1582
|
width: 50%;
|
1647
1583
|
}
|
@@ -1730,8 +1666,8 @@ select{
|
|
1730
1666
|
width: 1279px;
|
1731
1667
|
}
|
1732
1668
|
|
1733
|
-
.w-\[
|
1734
|
-
width:
|
1669
|
+
.w-\[147px\]{
|
1670
|
+
width: 147px;
|
1735
1671
|
}
|
1736
1672
|
|
1737
1673
|
.w-\[194px\]{
|
@@ -1746,10 +1682,6 @@ select{
|
|
1746
1682
|
width: 220px;
|
1747
1683
|
}
|
1748
1684
|
|
1749
|
-
.w-\[221px\]{
|
1750
|
-
width: 221px;
|
1751
|
-
}
|
1752
|
-
|
1753
1685
|
.w-\[290px\]{
|
1754
1686
|
width: 290px;
|
1755
1687
|
}
|
@@ -1758,8 +1690,8 @@ select{
|
|
1758
1690
|
width: 300px;
|
1759
1691
|
}
|
1760
1692
|
|
1761
|
-
.w-\[
|
1762
|
-
width:
|
1693
|
+
.w-\[580px\]{
|
1694
|
+
width: 580px;
|
1763
1695
|
}
|
1764
1696
|
|
1765
1697
|
.w-\[60\%\]{
|
@@ -1770,8 +1702,8 @@ select{
|
|
1770
1702
|
width: 60px;
|
1771
1703
|
}
|
1772
1704
|
|
1773
|
-
.w-\[
|
1774
|
-
width:
|
1705
|
+
.w-\[620px\]{
|
1706
|
+
width: 620px;
|
1775
1707
|
}
|
1776
1708
|
|
1777
1709
|
.w-\[643px\]{
|
@@ -1812,10 +1744,6 @@ select{
|
|
1812
1744
|
width: 100vw;
|
1813
1745
|
}
|
1814
1746
|
|
1815
|
-
.w-\[763px\]{
|
1816
|
-
width: 763px;
|
1817
|
-
}
|
1818
|
-
|
1819
1747
|
.min-w-\[11\.5rem\]{
|
1820
1748
|
min-width: 11.5rem;
|
1821
1749
|
}
|
@@ -1862,10 +1790,6 @@ select{
|
|
1862
1790
|
min-width: 100%;
|
1863
1791
|
}
|
1864
1792
|
|
1865
|
-
.min-w-\[763px\]{
|
1866
|
-
min-width: 763px;
|
1867
|
-
}
|
1868
|
-
|
1869
1793
|
.max-w-2xl{
|
1870
1794
|
max-width: 42rem;
|
1871
1795
|
}
|
@@ -1882,14 +1806,6 @@ select{
|
|
1882
1806
|
max-width: 125px;
|
1883
1807
|
}
|
1884
1808
|
|
1885
|
-
.max-w-\[148px\]{
|
1886
|
-
max-width: 148px;
|
1887
|
-
}
|
1888
|
-
|
1889
|
-
.max-w-\[150px\]{
|
1890
|
-
max-width: 150px;
|
1891
|
-
}
|
1892
|
-
|
1893
1809
|
.max-w-\[15rem\]{
|
1894
1810
|
max-width: 15rem;
|
1895
1811
|
}
|
@@ -1922,26 +1838,38 @@ select{
|
|
1922
1838
|
max-width: 29.18rem;
|
1923
1839
|
}
|
1924
1840
|
|
1841
|
+
.max-w-\[290px\]{
|
1842
|
+
max-width: 290px;
|
1843
|
+
}
|
1844
|
+
|
1925
1845
|
.max-w-\[380px\]{
|
1926
1846
|
max-width: 380px;
|
1927
1847
|
}
|
1928
1848
|
|
1929
|
-
.max-w-\[
|
1930
|
-
max-width:
|
1849
|
+
.max-w-\[400px\]{
|
1850
|
+
max-width: 400px;
|
1931
1851
|
}
|
1932
1852
|
|
1933
|
-
.max-w-\[
|
1934
|
-
max-width:
|
1853
|
+
.max-w-\[44\.44rem\]{
|
1854
|
+
max-width: 44.44rem;
|
1935
1855
|
}
|
1936
1856
|
|
1937
1857
|
.max-w-\[6rem\]{
|
1938
1858
|
max-width: 6rem;
|
1939
1859
|
}
|
1940
1860
|
|
1861
|
+
.max-w-\[700px\]{
|
1862
|
+
max-width: 700px;
|
1863
|
+
}
|
1864
|
+
|
1941
1865
|
.max-w-\[882px\]{
|
1942
1866
|
max-width: 882px;
|
1943
1867
|
}
|
1944
1868
|
|
1869
|
+
.max-w-\[920px\]{
|
1870
|
+
max-width: 920px;
|
1871
|
+
}
|
1872
|
+
|
1945
1873
|
.max-w-full{
|
1946
1874
|
max-width: 100%;
|
1947
1875
|
}
|
@@ -1960,26 +1888,6 @@ select{
|
|
1960
1888
|
max-width: min-content;
|
1961
1889
|
}
|
1962
1890
|
|
1963
|
-
.max-w-\[290px\]{
|
1964
|
-
max-width: 290px;
|
1965
|
-
}
|
1966
|
-
|
1967
|
-
.max-w-\[763px\]{
|
1968
|
-
max-width: 763px;
|
1969
|
-
}
|
1970
|
-
|
1971
|
-
.max-w-\[400px\]{
|
1972
|
-
max-width: 400px;
|
1973
|
-
}
|
1974
|
-
|
1975
|
-
.max-w-\[700px\]{
|
1976
|
-
max-width: 700px;
|
1977
|
-
}
|
1978
|
-
|
1979
|
-
.max-w-\[920px\]{
|
1980
|
-
max-width: 920px;
|
1981
|
-
}
|
1982
|
-
|
1983
1891
|
.flex-1{
|
1984
1892
|
flex: 1 1 0%;
|
1985
1893
|
}
|
@@ -2023,12 +1931,6 @@ select{
|
|
2023
1931
|
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));
|
2024
1932
|
}
|
2025
1933
|
|
2026
|
-
.-translate-y-0{
|
2027
|
-
--tw-translate-y: -0px;
|
2028
|
-
-webkit-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));
|
2029
|
-
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));
|
2030
|
-
}
|
2031
|
-
|
2032
1934
|
.-translate-y-1{
|
2033
1935
|
--tw-translate-y: -0.25rem;
|
2034
1936
|
-webkit-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));
|
@@ -2120,6 +2022,13 @@ select{
|
|
2120
2022
|
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));
|
2121
2023
|
}
|
2122
2024
|
|
2025
|
+
.scale-150{
|
2026
|
+
--tw-scale-x: 1.5;
|
2027
|
+
--tw-scale-y: 1.5;
|
2028
|
+
-webkit-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));
|
2029
|
+
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));
|
2030
|
+
}
|
2031
|
+
|
2123
2032
|
.scale-95{
|
2124
2033
|
--tw-scale-x: .95;
|
2125
2034
|
--tw-scale-y: .95;
|
@@ -2169,25 +2078,6 @@ select{
|
|
2169
2078
|
animation: bounce 1s infinite;
|
2170
2079
|
}
|
2171
2080
|
|
2172
|
-
@-webkit-keyframes spin{
|
2173
|
-
to{
|
2174
|
-
-webkit-transform: rotate(360deg);
|
2175
|
-
transform: rotate(360deg);
|
2176
|
-
}
|
2177
|
-
}
|
2178
|
-
|
2179
|
-
@keyframes spin{
|
2180
|
-
to{
|
2181
|
-
-webkit-transform: rotate(360deg);
|
2182
|
-
transform: rotate(360deg);
|
2183
|
-
}
|
2184
|
-
}
|
2185
|
-
|
2186
|
-
.animate-spin{
|
2187
|
-
-webkit-animation: spin 1s linear infinite;
|
2188
|
-
animation: spin 1s linear infinite;
|
2189
|
-
}
|
2190
|
-
|
2191
2081
|
.cursor-default{
|
2192
2082
|
cursor: default;
|
2193
2083
|
}
|
@@ -2337,18 +2227,14 @@ select{
|
|
2337
2227
|
gap: 14rem;
|
2338
2228
|
}
|
2339
2229
|
|
2340
|
-
.gap-\[25rem\]{
|
2341
|
-
gap: 25rem;
|
2342
|
-
}
|
2343
|
-
|
2344
|
-
.gap-\[9\.25rem\]{
|
2345
|
-
gap: 9.25rem;
|
2346
|
-
}
|
2347
|
-
|
2348
2230
|
.gap-\[160px\]{
|
2349
2231
|
gap: 160px;
|
2350
2232
|
}
|
2351
2233
|
|
2234
|
+
.gap-\[25rem\]{
|
2235
|
+
gap: 25rem;
|
2236
|
+
}
|
2237
|
+
|
2352
2238
|
.gap-x-1{
|
2353
2239
|
-webkit-column-gap: 0.25rem;
|
2354
2240
|
column-gap: 0.25rem;
|
@@ -2359,6 +2245,11 @@ select{
|
|
2359
2245
|
column-gap: 0.375rem;
|
2360
2246
|
}
|
2361
2247
|
|
2248
|
+
.gap-x-10{
|
2249
|
+
-webkit-column-gap: 2.5rem;
|
2250
|
+
column-gap: 2.5rem;
|
2251
|
+
}
|
2252
|
+
|
2362
2253
|
.gap-x-12{
|
2363
2254
|
-webkit-column-gap: 3rem;
|
2364
2255
|
column-gap: 3rem;
|
@@ -2421,11 +2312,6 @@ select{
|
|
2421
2312
|
row-gap: 1.5rem;
|
2422
2313
|
}
|
2423
2314
|
|
2424
|
-
.gap-x-10{
|
2425
|
-
-webkit-column-gap: 2.5rem;
|
2426
|
-
column-gap: 2.5rem;
|
2427
|
-
}
|
2428
|
-
|
2429
2315
|
.-space-x-1 > :not([hidden]) ~ :not([hidden]){
|
2430
2316
|
--tw-space-x-reverse: 0;
|
2431
2317
|
margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
|
@@ -2501,10 +2387,6 @@ select{
|
|
2501
2387
|
align-self: flex-end;
|
2502
2388
|
}
|
2503
2389
|
|
2504
|
-
.justify-self-end{
|
2505
|
-
justify-self: end;
|
2506
|
-
}
|
2507
|
-
|
2508
2390
|
.overflow-auto{
|
2509
2391
|
overflow: auto;
|
2510
2392
|
}
|
@@ -2657,11 +2539,6 @@ select{
|
|
2657
2539
|
border-right-width: 1px;
|
2658
2540
|
}
|
2659
2541
|
|
2660
|
-
.border-x-2{
|
2661
|
-
border-left-width: 2px;
|
2662
|
-
border-right-width: 2px;
|
2663
|
-
}
|
2664
|
-
|
2665
2542
|
.border-b{
|
2666
2543
|
border-bottom-width: 1px;
|
2667
2544
|
}
|
@@ -3689,22 +3566,26 @@ select{
|
|
3689
3566
|
background-color: rgb(133 77 24 / var(--tw-bg-opacity));
|
3690
3567
|
}
|
3691
3568
|
|
3692
|
-
.bg
|
3693
|
-
background-color:
|
3569
|
+
.bg-\[rgba_0_0_0_0_0\.2\]{
|
3570
|
+
background-color: rgba 0 0 0 0 0.2;
|
3694
3571
|
}
|
3695
3572
|
|
3696
|
-
.bg
|
3697
|
-
background-color:
|
3573
|
+
.bg-\[rgba_0_0_0_0_\.2\]{
|
3574
|
+
background-color: rgba 0 0 0 0 .2;
|
3698
3575
|
}
|
3699
3576
|
|
3700
|
-
.bg-
|
3701
|
-
background-color: rgb(
|
3577
|
+
.bg-neutral-0\/40{
|
3578
|
+
background-color: rgb(255 255 255 / 0.4);
|
3702
3579
|
}
|
3703
3580
|
|
3704
3581
|
.bg-opacity-30{
|
3705
3582
|
--tw-bg-opacity: 0.3;
|
3706
3583
|
}
|
3707
3584
|
|
3585
|
+
.bg-opacity-20{
|
3586
|
+
--tw-bg-opacity: 0.2;
|
3587
|
+
}
|
3588
|
+
|
3708
3589
|
.bg-gradient-to-b{
|
3709
3590
|
background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
|
3710
3591
|
}
|
@@ -6033,6 +5914,10 @@ select{
|
|
6033
5914
|
object-fit: cover;
|
6034
5915
|
}
|
6035
5916
|
|
5917
|
+
.object-fill{
|
5918
|
+
object-fit: fill;
|
5919
|
+
}
|
5920
|
+
|
6036
5921
|
.p-0{
|
6037
5922
|
padding: 0px;
|
6038
5923
|
}
|
@@ -6244,11 +6129,6 @@ select{
|
|
6244
6129
|
padding-bottom: 1.625rem;
|
6245
6130
|
}
|
6246
6131
|
|
6247
|
-
.py-\[338px\]{
|
6248
|
-
padding-top: 338px;
|
6249
|
-
padding-bottom: 338px;
|
6250
|
-
}
|
6251
|
-
|
6252
6132
|
.pb-1{
|
6253
6133
|
padding-bottom: 0.25rem;
|
6254
6134
|
}
|
@@ -6429,14 +6309,6 @@ select{
|
|
6429
6309
|
padding-top: 81px;
|
6430
6310
|
}
|
6431
6311
|
|
6432
|
-
.pt-\[200px\]{
|
6433
|
-
padding-top: 200px;
|
6434
|
-
}
|
6435
|
-
|
6436
|
-
.pt-7{
|
6437
|
-
padding-top: 1.75rem;
|
6438
|
-
}
|
6439
|
-
|
6440
6312
|
.text-left{
|
6441
6313
|
text-align: left;
|
6442
6314
|
}
|
@@ -7404,6 +7276,12 @@ select{
|
|
7404
7276
|
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);
|
7405
7277
|
}
|
7406
7278
|
|
7279
|
+
.backdrop-blur-lg{
|
7280
|
+
--tw-backdrop-blur: blur(16px);
|
7281
|
+
-webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
|
7282
|
+
backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
|
7283
|
+
}
|
7284
|
+
|
7407
7285
|
.transition{
|
7408
7286
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
|
7409
7287
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
@@ -7428,10 +7306,6 @@ select{
|
|
7428
7306
|
transition-delay: 300ms;
|
7429
7307
|
}
|
7430
7308
|
|
7431
|
-
.delay-200{
|
7432
|
-
transition-delay: 200ms;
|
7433
|
-
}
|
7434
|
-
|
7435
7309
|
.duration-100{
|
7436
7310
|
transition-duration: 100ms;
|
7437
7311
|
}
|
@@ -8782,6 +8656,13 @@ select{
|
|
8782
8656
|
animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
|
8783
8657
|
}
|
8784
8658
|
|
8659
|
+
@-webkit-keyframes spin{
|
8660
|
+
to{
|
8661
|
+
-webkit-transform: rotate(360deg);
|
8662
|
+
transform: rotate(360deg);
|
8663
|
+
}
|
8664
|
+
}
|
8665
|
+
|
8785
8666
|
@keyframes spin{
|
8786
8667
|
to{
|
8787
8668
|
-webkit-transform: rotate(360deg);
|
@@ -9884,6 +9765,10 @@ select{
|
|
9884
9765
|
margin-top: 1rem;
|
9885
9766
|
}
|
9886
9767
|
|
9768
|
+
.tb\:mt-6{
|
9769
|
+
margin-top: 1.5rem;
|
9770
|
+
}
|
9771
|
+
|
9887
9772
|
.tb\:mt-8{
|
9888
9773
|
margin-top: 2rem;
|
9889
9774
|
}
|
@@ -9892,10 +9777,6 @@ select{
|
|
9892
9777
|
margin-top: -4px;
|
9893
9778
|
}
|
9894
9779
|
|
9895
|
-
.tb\:mt-6{
|
9896
|
-
margin-top: 1.5rem;
|
9897
|
-
}
|
9898
|
-
|
9899
9780
|
.tb\:block{
|
9900
9781
|
display: block;
|
9901
9782
|
}
|
@@ -9920,14 +9801,14 @@ select{
|
|
9920
9801
|
height: 100%;
|
9921
9802
|
}
|
9922
9803
|
|
9923
|
-
.tb\:max-h-\[25\.25rem\]{
|
9924
|
-
max-height: 25.25rem;
|
9925
|
-
}
|
9926
|
-
|
9927
9804
|
.tb\:max-h-\[181px\]{
|
9928
9805
|
max-height: 181px;
|
9929
9806
|
}
|
9930
9807
|
|
9808
|
+
.tb\:max-h-\[25\.25rem\]{
|
9809
|
+
max-height: 25.25rem;
|
9810
|
+
}
|
9811
|
+
|
9931
9812
|
.tb\:w-1\/2{
|
9932
9813
|
width: 50%;
|
9933
9814
|
}
|
@@ -9982,14 +9863,14 @@ select{
|
|
9982
9863
|
max-width: 290px;
|
9983
9864
|
}
|
9984
9865
|
|
9985
|
-
.tb\:max-w-\[530px\]{
|
9986
|
-
max-width: 530px;
|
9987
|
-
}
|
9988
|
-
|
9989
9866
|
.tb\:max-w-\[400px\]{
|
9990
9867
|
max-width: 400px;
|
9991
9868
|
}
|
9992
9869
|
|
9870
|
+
.tb\:max-w-\[530px\]{
|
9871
|
+
max-width: 530px;
|
9872
|
+
}
|
9873
|
+
|
9993
9874
|
.tb\:snap-always{
|
9994
9875
|
scroll-snap-stop: always;
|
9995
9876
|
}
|
@@ -10054,14 +9935,14 @@ select{
|
|
10054
9935
|
gap: 0.75rem;
|
10055
9936
|
}
|
10056
9937
|
|
10057
|
-
.tb\:gap-\[31\.5rem\]{
|
10058
|
-
gap: 31.5rem;
|
10059
|
-
}
|
10060
|
-
|
10061
9938
|
.tb\:gap-\[132px\]{
|
10062
9939
|
gap: 132px;
|
10063
9940
|
}
|
10064
9941
|
|
9942
|
+
.tb\:gap-\[31\.5rem\]{
|
9943
|
+
gap: 31.5rem;
|
9944
|
+
}
|
9945
|
+
|
10065
9946
|
.tb\:gap-x-16{
|
10066
9947
|
-webkit-column-gap: 4rem;
|
10067
9948
|
column-gap: 4rem;
|
@@ -10145,16 +10026,16 @@ select{
|
|
10145
10026
|
padding-right: 2rem;
|
10146
10027
|
}
|
10147
10028
|
|
10148
|
-
.tb\:py-14{
|
10149
|
-
padding-top: 3.5rem;
|
10150
|
-
padding-bottom: 3.5rem;
|
10151
|
-
}
|
10152
|
-
|
10153
10029
|
.tb\:py-0{
|
10154
10030
|
padding-top: 0px;
|
10155
10031
|
padding-bottom: 0px;
|
10156
10032
|
}
|
10157
10033
|
|
10034
|
+
.tb\:py-14{
|
10035
|
+
padding-top: 3.5rem;
|
10036
|
+
padding-bottom: 3.5rem;
|
10037
|
+
}
|
10038
|
+
|
10158
10039
|
.tb\:py-\[104px\]{
|
10159
10040
|
padding-top: 104px;
|
10160
10041
|
padding-bottom: 104px;
|
@@ -10172,6 +10053,10 @@ select{
|
|
10172
10053
|
padding-bottom: 2rem;
|
10173
10054
|
}
|
10174
10055
|
|
10056
|
+
.tb\:pl-20{
|
10057
|
+
padding-left: 5rem;
|
10058
|
+
}
|
10059
|
+
|
10175
10060
|
.tb\:pr-0{
|
10176
10061
|
padding-right: 0px;
|
10177
10062
|
}
|
@@ -10204,10 +10089,6 @@ select{
|
|
10204
10089
|
padding-top: 2.875rem;
|
10205
10090
|
}
|
10206
10091
|
|
10207
|
-
.tb\:pl-20{
|
10208
|
-
padding-left: 5rem;
|
10209
|
-
}
|
10210
|
-
|
10211
10092
|
.tb\:text-left{
|
10212
10093
|
text-align: left;
|
10213
10094
|
}
|
@@ -10836,14 +10717,14 @@ select{
|
|
10836
10717
|
padding-right: 2rem;
|
10837
10718
|
}
|
10838
10719
|
|
10839
|
-
.db-s\:mt-\[68px\]{
|
10840
|
-
margin-top: 68px;
|
10841
|
-
}
|
10842
|
-
|
10843
10720
|
.db-s\:mb-0{
|
10844
10721
|
margin-bottom: 0px;
|
10845
10722
|
}
|
10846
10723
|
|
10724
|
+
.db-s\:mt-\[68px\]{
|
10725
|
+
margin-top: 68px;
|
10726
|
+
}
|
10727
|
+
|
10847
10728
|
.db-s\:flex{
|
10848
10729
|
display: flex;
|
10849
10730
|
}
|