@coreui/coreui 4.1.3 → 4.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (115) hide show
  1. package/README.md +5 -4
  2. package/dist/css/coreui-grid.css +2 -946
  3. package/dist/css/coreui-grid.css.map +1 -1
  4. package/dist/css/coreui-grid.min.css +3 -3
  5. package/dist/css/coreui-grid.min.css.map +1 -1
  6. package/dist/css/coreui-grid.rtl.css +4 -948
  7. package/dist/css/coreui-grid.rtl.css.map +1 -1
  8. package/dist/css/coreui-grid.rtl.min.css +5 -5
  9. package/dist/css/coreui-grid.rtl.min.css.map +1 -1
  10. package/dist/css/coreui-reboot.css +2 -2
  11. package/dist/css/coreui-reboot.css.map +1 -1
  12. package/dist/css/coreui-reboot.min.css +3 -3
  13. package/dist/css/coreui-reboot.min.css.map +1 -1
  14. package/dist/css/coreui-reboot.rtl.css +4 -4
  15. package/dist/css/coreui-reboot.rtl.css.map +1 -1
  16. package/dist/css/coreui-reboot.rtl.min.css +5 -5
  17. package/dist/css/coreui-reboot.rtl.min.css.map +1 -1
  18. package/dist/css/coreui-utilities.css +2 -789
  19. package/dist/css/coreui-utilities.css.map +1 -1
  20. package/dist/css/coreui-utilities.min.css +3 -3
  21. package/dist/css/coreui-utilities.min.css.map +1 -1
  22. package/dist/css/coreui-utilities.rtl.css +4 -791
  23. package/dist/css/coreui-utilities.rtl.css.map +1 -1
  24. package/dist/css/coreui-utilities.rtl.min.css +5 -5
  25. package/dist/css/coreui-utilities.rtl.min.css.map +1 -1
  26. package/dist/css/coreui.css +11 -1025
  27. package/dist/css/coreui.css.map +1 -1
  28. package/dist/css/coreui.min.css +3 -3
  29. package/dist/css/coreui.min.css.map +1 -1
  30. package/dist/css/coreui.rtl.css +16 -1031
  31. package/dist/css/coreui.rtl.css.map +1 -1
  32. package/dist/css/coreui.rtl.min.css +5 -5
  33. package/dist/css/coreui.rtl.min.css.map +1 -1
  34. package/dist/js/coreui.bundle.js +30 -26
  35. package/dist/js/coreui.bundle.js.map +1 -1
  36. package/dist/js/coreui.bundle.min.js +2 -2
  37. package/dist/js/coreui.bundle.min.js.map +1 -1
  38. package/dist/js/coreui.esm.js +23 -23
  39. package/dist/js/coreui.esm.js.map +1 -1
  40. package/dist/js/coreui.esm.min.js +2 -2
  41. package/dist/js/coreui.esm.min.js.map +1 -1
  42. package/dist/js/coreui.js +24 -24
  43. package/dist/js/coreui.js.map +1 -1
  44. package/dist/js/coreui.min.js +2 -2
  45. package/dist/js/coreui.min.js.map +1 -1
  46. package/js/dist/alert.js +3 -3
  47. package/js/dist/alert.js.map +1 -1
  48. package/js/dist/base-component.js +4 -4
  49. package/js/dist/base-component.js.map +1 -1
  50. package/js/dist/button.js +3 -3
  51. package/js/dist/button.js.map +1 -1
  52. package/js/dist/carousel.js +3 -3
  53. package/js/dist/carousel.js.map +1 -1
  54. package/js/dist/collapse.js +3 -3
  55. package/js/dist/collapse.js.map +1 -1
  56. package/js/dist/dom/data.js +2 -2
  57. package/js/dist/dom/data.js.map +1 -1
  58. package/js/dist/dom/event-handler.js +3 -3
  59. package/js/dist/dom/event-handler.js.map +1 -1
  60. package/js/dist/dom/manipulator.js +2 -2
  61. package/js/dist/dom/manipulator.js.map +1 -1
  62. package/js/dist/dom/selector-engine.js +3 -3
  63. package/js/dist/dom/selector-engine.js.map +1 -1
  64. package/js/dist/dropdown.js +3 -3
  65. package/js/dist/dropdown.js.map +1 -1
  66. package/js/dist/modal.js +3 -3
  67. package/js/dist/modal.js.map +1 -1
  68. package/js/dist/offcanvas.js +3 -3
  69. package/js/dist/offcanvas.js.map +1 -1
  70. package/js/dist/popover.js +3 -3
  71. package/js/dist/popover.js.map +1 -1
  72. package/js/dist/scrollspy.js +3 -3
  73. package/js/dist/scrollspy.js.map +1 -1
  74. package/js/dist/tab.js +3 -3
  75. package/js/dist/tab.js.map +1 -1
  76. package/js/dist/toast.js +3 -3
  77. package/js/dist/toast.js.map +1 -1
  78. package/js/dist/tooltip.js +4 -4
  79. package/js/dist/tooltip.js.map +1 -1
  80. package/js/src/alert.js +1 -1
  81. package/js/src/base-component.js +2 -2
  82. package/js/src/button.js +1 -1
  83. package/js/src/carousel.js +1 -1
  84. package/js/src/collapse.js +1 -1
  85. package/js/src/dom/data.js +1 -1
  86. package/js/src/dom/event-handler.js +1 -1
  87. package/js/src/dom/manipulator.js +1 -1
  88. package/js/src/dom/selector-engine.js +1 -1
  89. package/js/src/dropdown.js +1 -1
  90. package/js/src/modal.js +1 -1
  91. package/js/src/navigation.js +1 -1
  92. package/js/src/offcanvas.js +1 -1
  93. package/js/src/popover.js +1 -1
  94. package/js/src/scrollspy.js +1 -1
  95. package/js/src/sidebar.js +1 -1
  96. package/js/src/tab.js +1 -1
  97. package/js/src/toast.js +1 -1
  98. package/js/src/tooltip.js +1 -1
  99. package/js/src/util/index.js +1 -1
  100. package/js/src/util/sanitizer.js +1 -1
  101. package/package.json +6 -6
  102. package/scss/_modal.scss +2 -1
  103. package/scss/_offcanvas.scss +8 -8
  104. package/scss/_root.scss +0 -2
  105. package/scss/_toasts.scss +4 -2
  106. package/scss/_utilities.scss +0 -2
  107. package/scss/coreui-grid.rtl.scss +2 -2
  108. package/scss/coreui-grid.scss +2 -2
  109. package/scss/coreui-reboot.rtl.scss +2 -2
  110. package/scss/coreui-reboot.scss +2 -2
  111. package/scss/coreui-utilities.rtl.scss +2 -2
  112. package/scss/coreui-utilities.scss +2 -2
  113. package/scss/coreui.rtl.scss +2 -2
  114. package/scss/coreui.scss +2 -2
  115. package/scss/forms/_form-check.scss +1 -1
@@ -1,9 +1,9 @@
1
1
  @charset "UTF-8";
2
2
  /*!
3
3
  * CoreUI - HTML, CSS, and JavaScript UI Components Library
4
- * @version v4.1.3
4
+ * @version v4.1.6
5
5
  * @link https://coreui.io/
6
- * Copyright (c) 2021 creativeLabs Łukasz Holeczek
6
+ * Copyright (c) 2022 creativeLabs Łukasz Holeczek
7
7
  * License MIT (https://coreui.io/license/)
8
8
  */
9
9
  .clearfix::after {
@@ -1817,649 +1817,494 @@
1817
1817
  .float-sm-start {
1818
1818
  float: left !important;
1819
1819
  }
1820
-
1821
1820
  .float-sm-end {
1822
1821
  float: right !important;
1823
1822
  }
1824
-
1825
1823
  .float-sm-none {
1826
1824
  float: none !important;
1827
1825
  }
1828
-
1829
1826
  .d-sm-inline {
1830
1827
  display: inline !important;
1831
1828
  }
1832
-
1833
1829
  .d-sm-inline-block {
1834
1830
  display: inline-block !important;
1835
1831
  }
1836
-
1837
1832
  .d-sm-block {
1838
1833
  display: block !important;
1839
1834
  }
1840
-
1841
1835
  .d-sm-grid {
1842
1836
  display: grid !important;
1843
1837
  }
1844
-
1845
1838
  .d-sm-table {
1846
1839
  display: table !important;
1847
1840
  }
1848
-
1849
1841
  .d-sm-table-row {
1850
1842
  display: table-row !important;
1851
1843
  }
1852
-
1853
1844
  .d-sm-table-cell {
1854
1845
  display: table-cell !important;
1855
1846
  }
1856
-
1857
1847
  .d-sm-flex {
1858
1848
  display: flex !important;
1859
1849
  }
1860
-
1861
1850
  .d-sm-inline-flex {
1862
1851
  display: inline-flex !important;
1863
1852
  }
1864
-
1865
1853
  .d-sm-none {
1866
1854
  display: none !important;
1867
1855
  }
1868
-
1869
1856
  .flex-sm-fill {
1870
1857
  flex: 1 1 auto !important;
1871
1858
  }
1872
-
1873
1859
  .flex-sm-row {
1874
1860
  flex-direction: row !important;
1875
1861
  }
1876
-
1877
1862
  .flex-sm-column {
1878
1863
  flex-direction: column !important;
1879
1864
  }
1880
-
1881
1865
  .flex-sm-row-reverse {
1882
1866
  flex-direction: row-reverse !important;
1883
1867
  }
1884
-
1885
1868
  .flex-sm-column-reverse {
1886
1869
  flex-direction: column-reverse !important;
1887
1870
  }
1888
-
1889
1871
  .flex-sm-grow-0 {
1890
1872
  flex-grow: 0 !important;
1891
1873
  }
1892
-
1893
1874
  .flex-sm-grow-1 {
1894
1875
  flex-grow: 1 !important;
1895
1876
  }
1896
-
1897
1877
  .flex-sm-shrink-0 {
1898
1878
  flex-shrink: 0 !important;
1899
1879
  }
1900
-
1901
1880
  .flex-sm-shrink-1 {
1902
1881
  flex-shrink: 1 !important;
1903
1882
  }
1904
-
1905
1883
  .flex-sm-wrap {
1906
1884
  flex-wrap: wrap !important;
1907
1885
  }
1908
-
1909
1886
  .flex-sm-nowrap {
1910
1887
  flex-wrap: nowrap !important;
1911
1888
  }
1912
-
1913
1889
  .flex-sm-wrap-reverse {
1914
1890
  flex-wrap: wrap-reverse !important;
1915
1891
  }
1916
-
1917
1892
  .gap-sm-0 {
1918
1893
  gap: 0 !important;
1919
1894
  }
1920
-
1921
1895
  .gap-sm-1 {
1922
1896
  gap: 0.25rem !important;
1923
1897
  }
1924
-
1925
1898
  .gap-sm-2 {
1926
1899
  gap: 0.5rem !important;
1927
1900
  }
1928
-
1929
1901
  .gap-sm-3 {
1930
1902
  gap: 1rem !important;
1931
1903
  }
1932
-
1933
1904
  .gap-sm-4 {
1934
1905
  gap: 1.5rem !important;
1935
1906
  }
1936
-
1937
1907
  .gap-sm-5 {
1938
1908
  gap: 3rem !important;
1939
1909
  }
1940
-
1941
1910
  .justify-content-sm-start {
1942
1911
  justify-content: flex-start !important;
1943
1912
  }
1944
-
1945
1913
  .justify-content-sm-end {
1946
1914
  justify-content: flex-end !important;
1947
1915
  }
1948
-
1949
1916
  .justify-content-sm-center {
1950
1917
  justify-content: center !important;
1951
1918
  }
1952
-
1953
1919
  .justify-content-sm-between {
1954
1920
  justify-content: space-between !important;
1955
1921
  }
1956
-
1957
1922
  .justify-content-sm-around {
1958
1923
  justify-content: space-around !important;
1959
1924
  }
1960
-
1961
1925
  .justify-content-sm-evenly {
1962
1926
  justify-content: space-evenly !important;
1963
1927
  }
1964
-
1965
1928
  .align-items-sm-start {
1966
1929
  align-items: flex-start !important;
1967
1930
  }
1968
-
1969
1931
  .align-items-sm-end {
1970
1932
  align-items: flex-end !important;
1971
1933
  }
1972
-
1973
1934
  .align-items-sm-center {
1974
1935
  align-items: center !important;
1975
1936
  }
1976
-
1977
1937
  .align-items-sm-baseline {
1978
1938
  align-items: baseline !important;
1979
1939
  }
1980
-
1981
1940
  .align-items-sm-stretch {
1982
1941
  align-items: stretch !important;
1983
1942
  }
1984
-
1985
1943
  .align-content-sm-start {
1986
1944
  align-content: flex-start !important;
1987
1945
  }
1988
-
1989
1946
  .align-content-sm-end {
1990
1947
  align-content: flex-end !important;
1991
1948
  }
1992
-
1993
1949
  .align-content-sm-center {
1994
1950
  align-content: center !important;
1995
1951
  }
1996
-
1997
1952
  .align-content-sm-between {
1998
1953
  align-content: space-between !important;
1999
1954
  }
2000
-
2001
1955
  .align-content-sm-around {
2002
1956
  align-content: space-around !important;
2003
1957
  }
2004
-
2005
1958
  .align-content-sm-stretch {
2006
1959
  align-content: stretch !important;
2007
1960
  }
2008
-
2009
1961
  .align-self-sm-auto {
2010
1962
  align-self: auto !important;
2011
1963
  }
2012
-
2013
1964
  .align-self-sm-start {
2014
1965
  align-self: flex-start !important;
2015
1966
  }
2016
-
2017
1967
  .align-self-sm-end {
2018
1968
  align-self: flex-end !important;
2019
1969
  }
2020
-
2021
1970
  .align-self-sm-center {
2022
1971
  align-self: center !important;
2023
1972
  }
2024
-
2025
1973
  .align-self-sm-baseline {
2026
1974
  align-self: baseline !important;
2027
1975
  }
2028
-
2029
1976
  .align-self-sm-stretch {
2030
1977
  align-self: stretch !important;
2031
1978
  }
2032
-
2033
1979
  .order-sm-first {
2034
1980
  order: -1 !important;
2035
1981
  }
2036
-
2037
1982
  .order-sm-0 {
2038
1983
  order: 0 !important;
2039
1984
  }
2040
-
2041
1985
  .order-sm-1 {
2042
1986
  order: 1 !important;
2043
1987
  }
2044
-
2045
1988
  .order-sm-2 {
2046
1989
  order: 2 !important;
2047
1990
  }
2048
-
2049
1991
  .order-sm-3 {
2050
1992
  order: 3 !important;
2051
1993
  }
2052
-
2053
1994
  .order-sm-4 {
2054
1995
  order: 4 !important;
2055
1996
  }
2056
-
2057
1997
  .order-sm-5 {
2058
1998
  order: 5 !important;
2059
1999
  }
2060
-
2061
2000
  .order-sm-last {
2062
2001
  order: 6 !important;
2063
2002
  }
2064
-
2065
2003
  .m-sm-0 {
2066
2004
  margin: 0 !important;
2067
2005
  }
2068
-
2069
2006
  .m-sm-1 {
2070
2007
  margin: 0.25rem !important;
2071
2008
  }
2072
-
2073
2009
  .m-sm-2 {
2074
2010
  margin: 0.5rem !important;
2075
2011
  }
2076
-
2077
2012
  .m-sm-3 {
2078
2013
  margin: 1rem !important;
2079
2014
  }
2080
-
2081
2015
  .m-sm-4 {
2082
2016
  margin: 1.5rem !important;
2083
2017
  }
2084
-
2085
2018
  .m-sm-5 {
2086
2019
  margin: 3rem !important;
2087
2020
  }
2088
-
2089
2021
  .m-sm-auto {
2090
2022
  margin: auto !important;
2091
2023
  }
2092
-
2093
2024
  .mx-sm-0 {
2094
2025
  margin-right: 0 !important;
2095
2026
  margin-left: 0 !important;
2096
2027
  }
2097
-
2098
2028
  .mx-sm-1 {
2099
2029
  margin-right: 0.25rem !important;
2100
2030
  margin-left: 0.25rem !important;
2101
2031
  }
2102
-
2103
2032
  .mx-sm-2 {
2104
2033
  margin-right: 0.5rem !important;
2105
2034
  margin-left: 0.5rem !important;
2106
2035
  }
2107
-
2108
2036
  .mx-sm-3 {
2109
2037
  margin-right: 1rem !important;
2110
2038
  margin-left: 1rem !important;
2111
2039
  }
2112
-
2113
2040
  .mx-sm-4 {
2114
2041
  margin-right: 1.5rem !important;
2115
2042
  margin-left: 1.5rem !important;
2116
2043
  }
2117
-
2118
2044
  .mx-sm-5 {
2119
2045
  margin-right: 3rem !important;
2120
2046
  margin-left: 3rem !important;
2121
2047
  }
2122
-
2123
2048
  .mx-sm-auto {
2124
2049
  margin-right: auto !important;
2125
2050
  margin-left: auto !important;
2126
2051
  }
2127
-
2128
2052
  .my-sm-0 {
2129
2053
  margin-top: 0 !important;
2130
2054
  margin-bottom: 0 !important;
2131
2055
  }
2132
-
2133
2056
  .my-sm-1 {
2134
2057
  margin-top: 0.25rem !important;
2135
2058
  margin-bottom: 0.25rem !important;
2136
2059
  }
2137
-
2138
2060
  .my-sm-2 {
2139
2061
  margin-top: 0.5rem !important;
2140
2062
  margin-bottom: 0.5rem !important;
2141
2063
  }
2142
-
2143
2064
  .my-sm-3 {
2144
2065
  margin-top: 1rem !important;
2145
2066
  margin-bottom: 1rem !important;
2146
2067
  }
2147
-
2148
2068
  .my-sm-4 {
2149
2069
  margin-top: 1.5rem !important;
2150
2070
  margin-bottom: 1.5rem !important;
2151
2071
  }
2152
-
2153
2072
  .my-sm-5 {
2154
2073
  margin-top: 3rem !important;
2155
2074
  margin-bottom: 3rem !important;
2156
2075
  }
2157
-
2158
2076
  .my-sm-auto {
2159
2077
  margin-top: auto !important;
2160
2078
  margin-bottom: auto !important;
2161
2079
  }
2162
-
2163
2080
  .mt-sm-0 {
2164
2081
  margin-top: 0 !important;
2165
2082
  }
2166
-
2167
2083
  .mt-sm-1 {
2168
2084
  margin-top: 0.25rem !important;
2169
2085
  }
2170
-
2171
2086
  .mt-sm-2 {
2172
2087
  margin-top: 0.5rem !important;
2173
2088
  }
2174
-
2175
2089
  .mt-sm-3 {
2176
2090
  margin-top: 1rem !important;
2177
2091
  }
2178
-
2179
2092
  .mt-sm-4 {
2180
2093
  margin-top: 1.5rem !important;
2181
2094
  }
2182
-
2183
2095
  .mt-sm-5 {
2184
2096
  margin-top: 3rem !important;
2185
2097
  }
2186
-
2187
2098
  .mt-sm-auto {
2188
2099
  margin-top: auto !important;
2189
2100
  }
2190
-
2191
2101
  .me-sm-0 {
2192
2102
  margin-right: 0 !important;
2193
2103
  }
2194
-
2195
2104
  .me-sm-1 {
2196
2105
  margin-right: 0.25rem !important;
2197
2106
  }
2198
-
2199
2107
  .me-sm-2 {
2200
2108
  margin-right: 0.5rem !important;
2201
2109
  }
2202
-
2203
2110
  .me-sm-3 {
2204
2111
  margin-right: 1rem !important;
2205
2112
  }
2206
-
2207
2113
  .me-sm-4 {
2208
2114
  margin-right: 1.5rem !important;
2209
2115
  }
2210
-
2211
2116
  .me-sm-5 {
2212
2117
  margin-right: 3rem !important;
2213
2118
  }
2214
-
2215
2119
  .me-sm-auto {
2216
2120
  margin-right: auto !important;
2217
2121
  }
2218
-
2219
2122
  .mb-sm-0 {
2220
2123
  margin-bottom: 0 !important;
2221
2124
  }
2222
-
2223
2125
  .mb-sm-1 {
2224
2126
  margin-bottom: 0.25rem !important;
2225
2127
  }
2226
-
2227
2128
  .mb-sm-2 {
2228
2129
  margin-bottom: 0.5rem !important;
2229
2130
  }
2230
-
2231
2131
  .mb-sm-3 {
2232
2132
  margin-bottom: 1rem !important;
2233
2133
  }
2234
-
2235
2134
  .mb-sm-4 {
2236
2135
  margin-bottom: 1.5rem !important;
2237
2136
  }
2238
-
2239
2137
  .mb-sm-5 {
2240
2138
  margin-bottom: 3rem !important;
2241
2139
  }
2242
-
2243
2140
  .mb-sm-auto {
2244
2141
  margin-bottom: auto !important;
2245
2142
  }
2246
-
2247
2143
  .ms-sm-0 {
2248
2144
  margin-left: 0 !important;
2249
2145
  }
2250
-
2251
2146
  .ms-sm-1 {
2252
2147
  margin-left: 0.25rem !important;
2253
2148
  }
2254
-
2255
2149
  .ms-sm-2 {
2256
2150
  margin-left: 0.5rem !important;
2257
2151
  }
2258
-
2259
2152
  .ms-sm-3 {
2260
2153
  margin-left: 1rem !important;
2261
2154
  }
2262
-
2263
2155
  .ms-sm-4 {
2264
2156
  margin-left: 1.5rem !important;
2265
2157
  }
2266
-
2267
2158
  .ms-sm-5 {
2268
2159
  margin-left: 3rem !important;
2269
2160
  }
2270
-
2271
2161
  .ms-sm-auto {
2272
2162
  margin-left: auto !important;
2273
2163
  }
2274
-
2275
2164
  .p-sm-0 {
2276
2165
  padding: 0 !important;
2277
2166
  }
2278
-
2279
2167
  .p-sm-1 {
2280
2168
  padding: 0.25rem !important;
2281
2169
  }
2282
-
2283
2170
  .p-sm-2 {
2284
2171
  padding: 0.5rem !important;
2285
2172
  }
2286
-
2287
2173
  .p-sm-3 {
2288
2174
  padding: 1rem !important;
2289
2175
  }
2290
-
2291
2176
  .p-sm-4 {
2292
2177
  padding: 1.5rem !important;
2293
2178
  }
2294
-
2295
2179
  .p-sm-5 {
2296
2180
  padding: 3rem !important;
2297
2181
  }
2298
-
2299
2182
  .px-sm-0 {
2300
2183
  padding-right: 0 !important;
2301
2184
  padding-left: 0 !important;
2302
2185
  }
2303
-
2304
2186
  .px-sm-1 {
2305
2187
  padding-right: 0.25rem !important;
2306
2188
  padding-left: 0.25rem !important;
2307
2189
  }
2308
-
2309
2190
  .px-sm-2 {
2310
2191
  padding-right: 0.5rem !important;
2311
2192
  padding-left: 0.5rem !important;
2312
2193
  }
2313
-
2314
2194
  .px-sm-3 {
2315
2195
  padding-right: 1rem !important;
2316
2196
  padding-left: 1rem !important;
2317
2197
  }
2318
-
2319
2198
  .px-sm-4 {
2320
2199
  padding-right: 1.5rem !important;
2321
2200
  padding-left: 1.5rem !important;
2322
2201
  }
2323
-
2324
2202
  .px-sm-5 {
2325
2203
  padding-right: 3rem !important;
2326
2204
  padding-left: 3rem !important;
2327
2205
  }
2328
-
2329
2206
  .py-sm-0 {
2330
2207
  padding-top: 0 !important;
2331
2208
  padding-bottom: 0 !important;
2332
2209
  }
2333
-
2334
2210
  .py-sm-1 {
2335
2211
  padding-top: 0.25rem !important;
2336
2212
  padding-bottom: 0.25rem !important;
2337
2213
  }
2338
-
2339
2214
  .py-sm-2 {
2340
2215
  padding-top: 0.5rem !important;
2341
2216
  padding-bottom: 0.5rem !important;
2342
2217
  }
2343
-
2344
2218
  .py-sm-3 {
2345
2219
  padding-top: 1rem !important;
2346
2220
  padding-bottom: 1rem !important;
2347
2221
  }
2348
-
2349
2222
  .py-sm-4 {
2350
2223
  padding-top: 1.5rem !important;
2351
2224
  padding-bottom: 1.5rem !important;
2352
2225
  }
2353
-
2354
2226
  .py-sm-5 {
2355
2227
  padding-top: 3rem !important;
2356
2228
  padding-bottom: 3rem !important;
2357
2229
  }
2358
-
2359
2230
  .pt-sm-0 {
2360
2231
  padding-top: 0 !important;
2361
2232
  }
2362
-
2363
2233
  .pt-sm-1 {
2364
2234
  padding-top: 0.25rem !important;
2365
2235
  }
2366
-
2367
2236
  .pt-sm-2 {
2368
2237
  padding-top: 0.5rem !important;
2369
2238
  }
2370
-
2371
2239
  .pt-sm-3 {
2372
2240
  padding-top: 1rem !important;
2373
2241
  }
2374
-
2375
2242
  .pt-sm-4 {
2376
2243
  padding-top: 1.5rem !important;
2377
2244
  }
2378
-
2379
2245
  .pt-sm-5 {
2380
2246
  padding-top: 3rem !important;
2381
2247
  }
2382
-
2383
2248
  .pe-sm-0 {
2384
2249
  padding-right: 0 !important;
2385
2250
  }
2386
-
2387
2251
  .pe-sm-1 {
2388
2252
  padding-right: 0.25rem !important;
2389
2253
  }
2390
-
2391
2254
  .pe-sm-2 {
2392
2255
  padding-right: 0.5rem !important;
2393
2256
  }
2394
-
2395
2257
  .pe-sm-3 {
2396
2258
  padding-right: 1rem !important;
2397
2259
  }
2398
-
2399
2260
  .pe-sm-4 {
2400
2261
  padding-right: 1.5rem !important;
2401
2262
  }
2402
-
2403
2263
  .pe-sm-5 {
2404
2264
  padding-right: 3rem !important;
2405
2265
  }
2406
-
2407
2266
  .pb-sm-0 {
2408
2267
  padding-bottom: 0 !important;
2409
2268
  }
2410
-
2411
2269
  .pb-sm-1 {
2412
2270
  padding-bottom: 0.25rem !important;
2413
2271
  }
2414
-
2415
2272
  .pb-sm-2 {
2416
2273
  padding-bottom: 0.5rem !important;
2417
2274
  }
2418
-
2419
2275
  .pb-sm-3 {
2420
2276
  padding-bottom: 1rem !important;
2421
2277
  }
2422
-
2423
2278
  .pb-sm-4 {
2424
2279
  padding-bottom: 1.5rem !important;
2425
2280
  }
2426
-
2427
2281
  .pb-sm-5 {
2428
2282
  padding-bottom: 3rem !important;
2429
2283
  }
2430
-
2431
2284
  .ps-sm-0 {
2432
2285
  padding-left: 0 !important;
2433
2286
  }
2434
-
2435
2287
  .ps-sm-1 {
2436
2288
  padding-left: 0.25rem !important;
2437
2289
  }
2438
-
2439
2290
  .ps-sm-2 {
2440
2291
  padding-left: 0.5rem !important;
2441
2292
  }
2442
-
2443
2293
  .ps-sm-3 {
2444
2294
  padding-left: 1rem !important;
2445
2295
  }
2446
-
2447
2296
  .ps-sm-4 {
2448
2297
  padding-left: 1.5rem !important;
2449
2298
  }
2450
-
2451
2299
  .ps-sm-5 {
2452
2300
  padding-left: 3rem !important;
2453
2301
  }
2454
-
2455
2302
  .text-sm-start {
2456
2303
  text-align: left !important;
2457
2304
  }
2458
-
2459
2305
  .text-sm-end {
2460
2306
  text-align: right !important;
2461
2307
  }
2462
-
2463
2308
  .text-sm-center {
2464
2309
  text-align: center !important;
2465
2310
  }
@@ -2468,649 +2313,494 @@
2468
2313
  .float-md-start {
2469
2314
  float: left !important;
2470
2315
  }
2471
-
2472
2316
  .float-md-end {
2473
2317
  float: right !important;
2474
2318
  }
2475
-
2476
2319
  .float-md-none {
2477
2320
  float: none !important;
2478
2321
  }
2479
-
2480
2322
  .d-md-inline {
2481
2323
  display: inline !important;
2482
2324
  }
2483
-
2484
2325
  .d-md-inline-block {
2485
2326
  display: inline-block !important;
2486
2327
  }
2487
-
2488
2328
  .d-md-block {
2489
2329
  display: block !important;
2490
2330
  }
2491
-
2492
2331
  .d-md-grid {
2493
2332
  display: grid !important;
2494
2333
  }
2495
-
2496
2334
  .d-md-table {
2497
2335
  display: table !important;
2498
2336
  }
2499
-
2500
2337
  .d-md-table-row {
2501
2338
  display: table-row !important;
2502
2339
  }
2503
-
2504
2340
  .d-md-table-cell {
2505
2341
  display: table-cell !important;
2506
2342
  }
2507
-
2508
2343
  .d-md-flex {
2509
2344
  display: flex !important;
2510
2345
  }
2511
-
2512
2346
  .d-md-inline-flex {
2513
2347
  display: inline-flex !important;
2514
2348
  }
2515
-
2516
2349
  .d-md-none {
2517
2350
  display: none !important;
2518
2351
  }
2519
-
2520
2352
  .flex-md-fill {
2521
2353
  flex: 1 1 auto !important;
2522
2354
  }
2523
-
2524
2355
  .flex-md-row {
2525
2356
  flex-direction: row !important;
2526
2357
  }
2527
-
2528
2358
  .flex-md-column {
2529
2359
  flex-direction: column !important;
2530
2360
  }
2531
-
2532
2361
  .flex-md-row-reverse {
2533
2362
  flex-direction: row-reverse !important;
2534
2363
  }
2535
-
2536
2364
  .flex-md-column-reverse {
2537
2365
  flex-direction: column-reverse !important;
2538
2366
  }
2539
-
2540
2367
  .flex-md-grow-0 {
2541
2368
  flex-grow: 0 !important;
2542
2369
  }
2543
-
2544
2370
  .flex-md-grow-1 {
2545
2371
  flex-grow: 1 !important;
2546
2372
  }
2547
-
2548
2373
  .flex-md-shrink-0 {
2549
2374
  flex-shrink: 0 !important;
2550
2375
  }
2551
-
2552
2376
  .flex-md-shrink-1 {
2553
2377
  flex-shrink: 1 !important;
2554
2378
  }
2555
-
2556
2379
  .flex-md-wrap {
2557
2380
  flex-wrap: wrap !important;
2558
2381
  }
2559
-
2560
2382
  .flex-md-nowrap {
2561
2383
  flex-wrap: nowrap !important;
2562
2384
  }
2563
-
2564
2385
  .flex-md-wrap-reverse {
2565
2386
  flex-wrap: wrap-reverse !important;
2566
2387
  }
2567
-
2568
2388
  .gap-md-0 {
2569
2389
  gap: 0 !important;
2570
2390
  }
2571
-
2572
2391
  .gap-md-1 {
2573
2392
  gap: 0.25rem !important;
2574
2393
  }
2575
-
2576
2394
  .gap-md-2 {
2577
2395
  gap: 0.5rem !important;
2578
2396
  }
2579
-
2580
2397
  .gap-md-3 {
2581
2398
  gap: 1rem !important;
2582
2399
  }
2583
-
2584
2400
  .gap-md-4 {
2585
2401
  gap: 1.5rem !important;
2586
2402
  }
2587
-
2588
2403
  .gap-md-5 {
2589
2404
  gap: 3rem !important;
2590
2405
  }
2591
-
2592
2406
  .justify-content-md-start {
2593
2407
  justify-content: flex-start !important;
2594
2408
  }
2595
-
2596
2409
  .justify-content-md-end {
2597
2410
  justify-content: flex-end !important;
2598
2411
  }
2599
-
2600
2412
  .justify-content-md-center {
2601
2413
  justify-content: center !important;
2602
2414
  }
2603
-
2604
2415
  .justify-content-md-between {
2605
2416
  justify-content: space-between !important;
2606
2417
  }
2607
-
2608
2418
  .justify-content-md-around {
2609
2419
  justify-content: space-around !important;
2610
2420
  }
2611
-
2612
2421
  .justify-content-md-evenly {
2613
2422
  justify-content: space-evenly !important;
2614
2423
  }
2615
-
2616
2424
  .align-items-md-start {
2617
2425
  align-items: flex-start !important;
2618
2426
  }
2619
-
2620
2427
  .align-items-md-end {
2621
2428
  align-items: flex-end !important;
2622
2429
  }
2623
-
2624
2430
  .align-items-md-center {
2625
2431
  align-items: center !important;
2626
2432
  }
2627
-
2628
2433
  .align-items-md-baseline {
2629
2434
  align-items: baseline !important;
2630
2435
  }
2631
-
2632
2436
  .align-items-md-stretch {
2633
2437
  align-items: stretch !important;
2634
2438
  }
2635
-
2636
2439
  .align-content-md-start {
2637
2440
  align-content: flex-start !important;
2638
2441
  }
2639
-
2640
2442
  .align-content-md-end {
2641
2443
  align-content: flex-end !important;
2642
2444
  }
2643
-
2644
2445
  .align-content-md-center {
2645
2446
  align-content: center !important;
2646
2447
  }
2647
-
2648
2448
  .align-content-md-between {
2649
2449
  align-content: space-between !important;
2650
2450
  }
2651
-
2652
2451
  .align-content-md-around {
2653
2452
  align-content: space-around !important;
2654
2453
  }
2655
-
2656
2454
  .align-content-md-stretch {
2657
2455
  align-content: stretch !important;
2658
2456
  }
2659
-
2660
2457
  .align-self-md-auto {
2661
2458
  align-self: auto !important;
2662
2459
  }
2663
-
2664
2460
  .align-self-md-start {
2665
2461
  align-self: flex-start !important;
2666
2462
  }
2667
-
2668
2463
  .align-self-md-end {
2669
2464
  align-self: flex-end !important;
2670
2465
  }
2671
-
2672
2466
  .align-self-md-center {
2673
2467
  align-self: center !important;
2674
2468
  }
2675
-
2676
2469
  .align-self-md-baseline {
2677
2470
  align-self: baseline !important;
2678
2471
  }
2679
-
2680
2472
  .align-self-md-stretch {
2681
2473
  align-self: stretch !important;
2682
2474
  }
2683
-
2684
2475
  .order-md-first {
2685
2476
  order: -1 !important;
2686
2477
  }
2687
-
2688
2478
  .order-md-0 {
2689
2479
  order: 0 !important;
2690
2480
  }
2691
-
2692
2481
  .order-md-1 {
2693
2482
  order: 1 !important;
2694
2483
  }
2695
-
2696
2484
  .order-md-2 {
2697
2485
  order: 2 !important;
2698
2486
  }
2699
-
2700
2487
  .order-md-3 {
2701
2488
  order: 3 !important;
2702
2489
  }
2703
-
2704
2490
  .order-md-4 {
2705
2491
  order: 4 !important;
2706
2492
  }
2707
-
2708
2493
  .order-md-5 {
2709
2494
  order: 5 !important;
2710
2495
  }
2711
-
2712
2496
  .order-md-last {
2713
2497
  order: 6 !important;
2714
2498
  }
2715
-
2716
2499
  .m-md-0 {
2717
2500
  margin: 0 !important;
2718
2501
  }
2719
-
2720
2502
  .m-md-1 {
2721
2503
  margin: 0.25rem !important;
2722
2504
  }
2723
-
2724
2505
  .m-md-2 {
2725
2506
  margin: 0.5rem !important;
2726
2507
  }
2727
-
2728
2508
  .m-md-3 {
2729
2509
  margin: 1rem !important;
2730
2510
  }
2731
-
2732
2511
  .m-md-4 {
2733
2512
  margin: 1.5rem !important;
2734
2513
  }
2735
-
2736
2514
  .m-md-5 {
2737
2515
  margin: 3rem !important;
2738
2516
  }
2739
-
2740
2517
  .m-md-auto {
2741
2518
  margin: auto !important;
2742
2519
  }
2743
-
2744
2520
  .mx-md-0 {
2745
2521
  margin-right: 0 !important;
2746
2522
  margin-left: 0 !important;
2747
2523
  }
2748
-
2749
2524
  .mx-md-1 {
2750
2525
  margin-right: 0.25rem !important;
2751
2526
  margin-left: 0.25rem !important;
2752
2527
  }
2753
-
2754
2528
  .mx-md-2 {
2755
2529
  margin-right: 0.5rem !important;
2756
2530
  margin-left: 0.5rem !important;
2757
2531
  }
2758
-
2759
2532
  .mx-md-3 {
2760
2533
  margin-right: 1rem !important;
2761
2534
  margin-left: 1rem !important;
2762
2535
  }
2763
-
2764
2536
  .mx-md-4 {
2765
2537
  margin-right: 1.5rem !important;
2766
2538
  margin-left: 1.5rem !important;
2767
2539
  }
2768
-
2769
2540
  .mx-md-5 {
2770
2541
  margin-right: 3rem !important;
2771
2542
  margin-left: 3rem !important;
2772
2543
  }
2773
-
2774
2544
  .mx-md-auto {
2775
2545
  margin-right: auto !important;
2776
2546
  margin-left: auto !important;
2777
2547
  }
2778
-
2779
2548
  .my-md-0 {
2780
2549
  margin-top: 0 !important;
2781
2550
  margin-bottom: 0 !important;
2782
2551
  }
2783
-
2784
2552
  .my-md-1 {
2785
2553
  margin-top: 0.25rem !important;
2786
2554
  margin-bottom: 0.25rem !important;
2787
2555
  }
2788
-
2789
2556
  .my-md-2 {
2790
2557
  margin-top: 0.5rem !important;
2791
2558
  margin-bottom: 0.5rem !important;
2792
2559
  }
2793
-
2794
2560
  .my-md-3 {
2795
2561
  margin-top: 1rem !important;
2796
2562
  margin-bottom: 1rem !important;
2797
2563
  }
2798
-
2799
2564
  .my-md-4 {
2800
2565
  margin-top: 1.5rem !important;
2801
2566
  margin-bottom: 1.5rem !important;
2802
2567
  }
2803
-
2804
2568
  .my-md-5 {
2805
2569
  margin-top: 3rem !important;
2806
2570
  margin-bottom: 3rem !important;
2807
2571
  }
2808
-
2809
2572
  .my-md-auto {
2810
2573
  margin-top: auto !important;
2811
2574
  margin-bottom: auto !important;
2812
2575
  }
2813
-
2814
2576
  .mt-md-0 {
2815
2577
  margin-top: 0 !important;
2816
2578
  }
2817
-
2818
2579
  .mt-md-1 {
2819
2580
  margin-top: 0.25rem !important;
2820
2581
  }
2821
-
2822
2582
  .mt-md-2 {
2823
2583
  margin-top: 0.5rem !important;
2824
2584
  }
2825
-
2826
2585
  .mt-md-3 {
2827
2586
  margin-top: 1rem !important;
2828
2587
  }
2829
-
2830
2588
  .mt-md-4 {
2831
2589
  margin-top: 1.5rem !important;
2832
2590
  }
2833
-
2834
2591
  .mt-md-5 {
2835
2592
  margin-top: 3rem !important;
2836
2593
  }
2837
-
2838
2594
  .mt-md-auto {
2839
2595
  margin-top: auto !important;
2840
2596
  }
2841
-
2842
2597
  .me-md-0 {
2843
2598
  margin-right: 0 !important;
2844
2599
  }
2845
-
2846
2600
  .me-md-1 {
2847
2601
  margin-right: 0.25rem !important;
2848
2602
  }
2849
-
2850
2603
  .me-md-2 {
2851
2604
  margin-right: 0.5rem !important;
2852
2605
  }
2853
-
2854
2606
  .me-md-3 {
2855
2607
  margin-right: 1rem !important;
2856
2608
  }
2857
-
2858
2609
  .me-md-4 {
2859
2610
  margin-right: 1.5rem !important;
2860
2611
  }
2861
-
2862
2612
  .me-md-5 {
2863
2613
  margin-right: 3rem !important;
2864
2614
  }
2865
-
2866
2615
  .me-md-auto {
2867
2616
  margin-right: auto !important;
2868
2617
  }
2869
-
2870
2618
  .mb-md-0 {
2871
2619
  margin-bottom: 0 !important;
2872
2620
  }
2873
-
2874
2621
  .mb-md-1 {
2875
2622
  margin-bottom: 0.25rem !important;
2876
2623
  }
2877
-
2878
2624
  .mb-md-2 {
2879
2625
  margin-bottom: 0.5rem !important;
2880
2626
  }
2881
-
2882
2627
  .mb-md-3 {
2883
2628
  margin-bottom: 1rem !important;
2884
2629
  }
2885
-
2886
2630
  .mb-md-4 {
2887
2631
  margin-bottom: 1.5rem !important;
2888
2632
  }
2889
-
2890
2633
  .mb-md-5 {
2891
2634
  margin-bottom: 3rem !important;
2892
2635
  }
2893
-
2894
2636
  .mb-md-auto {
2895
2637
  margin-bottom: auto !important;
2896
2638
  }
2897
-
2898
2639
  .ms-md-0 {
2899
2640
  margin-left: 0 !important;
2900
2641
  }
2901
-
2902
2642
  .ms-md-1 {
2903
2643
  margin-left: 0.25rem !important;
2904
2644
  }
2905
-
2906
2645
  .ms-md-2 {
2907
2646
  margin-left: 0.5rem !important;
2908
2647
  }
2909
-
2910
2648
  .ms-md-3 {
2911
2649
  margin-left: 1rem !important;
2912
2650
  }
2913
-
2914
2651
  .ms-md-4 {
2915
2652
  margin-left: 1.5rem !important;
2916
2653
  }
2917
-
2918
2654
  .ms-md-5 {
2919
2655
  margin-left: 3rem !important;
2920
2656
  }
2921
-
2922
2657
  .ms-md-auto {
2923
2658
  margin-left: auto !important;
2924
2659
  }
2925
-
2926
2660
  .p-md-0 {
2927
2661
  padding: 0 !important;
2928
2662
  }
2929
-
2930
2663
  .p-md-1 {
2931
2664
  padding: 0.25rem !important;
2932
2665
  }
2933
-
2934
2666
  .p-md-2 {
2935
2667
  padding: 0.5rem !important;
2936
2668
  }
2937
-
2938
2669
  .p-md-3 {
2939
2670
  padding: 1rem !important;
2940
2671
  }
2941
-
2942
2672
  .p-md-4 {
2943
2673
  padding: 1.5rem !important;
2944
2674
  }
2945
-
2946
2675
  .p-md-5 {
2947
2676
  padding: 3rem !important;
2948
2677
  }
2949
-
2950
2678
  .px-md-0 {
2951
2679
  padding-right: 0 !important;
2952
2680
  padding-left: 0 !important;
2953
2681
  }
2954
-
2955
2682
  .px-md-1 {
2956
2683
  padding-right: 0.25rem !important;
2957
2684
  padding-left: 0.25rem !important;
2958
2685
  }
2959
-
2960
2686
  .px-md-2 {
2961
2687
  padding-right: 0.5rem !important;
2962
2688
  padding-left: 0.5rem !important;
2963
2689
  }
2964
-
2965
2690
  .px-md-3 {
2966
2691
  padding-right: 1rem !important;
2967
2692
  padding-left: 1rem !important;
2968
2693
  }
2969
-
2970
2694
  .px-md-4 {
2971
2695
  padding-right: 1.5rem !important;
2972
2696
  padding-left: 1.5rem !important;
2973
2697
  }
2974
-
2975
2698
  .px-md-5 {
2976
2699
  padding-right: 3rem !important;
2977
2700
  padding-left: 3rem !important;
2978
2701
  }
2979
-
2980
2702
  .py-md-0 {
2981
2703
  padding-top: 0 !important;
2982
2704
  padding-bottom: 0 !important;
2983
2705
  }
2984
-
2985
2706
  .py-md-1 {
2986
2707
  padding-top: 0.25rem !important;
2987
2708
  padding-bottom: 0.25rem !important;
2988
2709
  }
2989
-
2990
2710
  .py-md-2 {
2991
2711
  padding-top: 0.5rem !important;
2992
2712
  padding-bottom: 0.5rem !important;
2993
2713
  }
2994
-
2995
2714
  .py-md-3 {
2996
2715
  padding-top: 1rem !important;
2997
2716
  padding-bottom: 1rem !important;
2998
2717
  }
2999
-
3000
2718
  .py-md-4 {
3001
2719
  padding-top: 1.5rem !important;
3002
2720
  padding-bottom: 1.5rem !important;
3003
2721
  }
3004
-
3005
2722
  .py-md-5 {
3006
2723
  padding-top: 3rem !important;
3007
2724
  padding-bottom: 3rem !important;
3008
2725
  }
3009
-
3010
2726
  .pt-md-0 {
3011
2727
  padding-top: 0 !important;
3012
2728
  }
3013
-
3014
2729
  .pt-md-1 {
3015
2730
  padding-top: 0.25rem !important;
3016
2731
  }
3017
-
3018
2732
  .pt-md-2 {
3019
2733
  padding-top: 0.5rem !important;
3020
2734
  }
3021
-
3022
2735
  .pt-md-3 {
3023
2736
  padding-top: 1rem !important;
3024
2737
  }
3025
-
3026
2738
  .pt-md-4 {
3027
2739
  padding-top: 1.5rem !important;
3028
2740
  }
3029
-
3030
2741
  .pt-md-5 {
3031
2742
  padding-top: 3rem !important;
3032
2743
  }
3033
-
3034
2744
  .pe-md-0 {
3035
2745
  padding-right: 0 !important;
3036
2746
  }
3037
-
3038
2747
  .pe-md-1 {
3039
2748
  padding-right: 0.25rem !important;
3040
2749
  }
3041
-
3042
2750
  .pe-md-2 {
3043
2751
  padding-right: 0.5rem !important;
3044
2752
  }
3045
-
3046
2753
  .pe-md-3 {
3047
2754
  padding-right: 1rem !important;
3048
2755
  }
3049
-
3050
2756
  .pe-md-4 {
3051
2757
  padding-right: 1.5rem !important;
3052
2758
  }
3053
-
3054
2759
  .pe-md-5 {
3055
2760
  padding-right: 3rem !important;
3056
2761
  }
3057
-
3058
2762
  .pb-md-0 {
3059
2763
  padding-bottom: 0 !important;
3060
2764
  }
3061
-
3062
2765
  .pb-md-1 {
3063
2766
  padding-bottom: 0.25rem !important;
3064
2767
  }
3065
-
3066
2768
  .pb-md-2 {
3067
2769
  padding-bottom: 0.5rem !important;
3068
2770
  }
3069
-
3070
2771
  .pb-md-3 {
3071
2772
  padding-bottom: 1rem !important;
3072
2773
  }
3073
-
3074
2774
  .pb-md-4 {
3075
2775
  padding-bottom: 1.5rem !important;
3076
2776
  }
3077
-
3078
2777
  .pb-md-5 {
3079
2778
  padding-bottom: 3rem !important;
3080
2779
  }
3081
-
3082
2780
  .ps-md-0 {
3083
2781
  padding-left: 0 !important;
3084
2782
  }
3085
-
3086
2783
  .ps-md-1 {
3087
2784
  padding-left: 0.25rem !important;
3088
2785
  }
3089
-
3090
2786
  .ps-md-2 {
3091
2787
  padding-left: 0.5rem !important;
3092
2788
  }
3093
-
3094
2789
  .ps-md-3 {
3095
2790
  padding-left: 1rem !important;
3096
2791
  }
3097
-
3098
2792
  .ps-md-4 {
3099
2793
  padding-left: 1.5rem !important;
3100
2794
  }
3101
-
3102
2795
  .ps-md-5 {
3103
2796
  padding-left: 3rem !important;
3104
2797
  }
3105
-
3106
2798
  .text-md-start {
3107
2799
  text-align: left !important;
3108
2800
  }
3109
-
3110
2801
  .text-md-end {
3111
2802
  text-align: right !important;
3112
2803
  }
3113
-
3114
2804
  .text-md-center {
3115
2805
  text-align: center !important;
3116
2806
  }
@@ -3119,649 +2809,494 @@
3119
2809
  .float-lg-start {
3120
2810
  float: left !important;
3121
2811
  }
3122
-
3123
2812
  .float-lg-end {
3124
2813
  float: right !important;
3125
2814
  }
3126
-
3127
2815
  .float-lg-none {
3128
2816
  float: none !important;
3129
2817
  }
3130
-
3131
2818
  .d-lg-inline {
3132
2819
  display: inline !important;
3133
2820
  }
3134
-
3135
2821
  .d-lg-inline-block {
3136
2822
  display: inline-block !important;
3137
2823
  }
3138
-
3139
2824
  .d-lg-block {
3140
2825
  display: block !important;
3141
2826
  }
3142
-
3143
2827
  .d-lg-grid {
3144
2828
  display: grid !important;
3145
2829
  }
3146
-
3147
2830
  .d-lg-table {
3148
2831
  display: table !important;
3149
2832
  }
3150
-
3151
2833
  .d-lg-table-row {
3152
2834
  display: table-row !important;
3153
2835
  }
3154
-
3155
2836
  .d-lg-table-cell {
3156
2837
  display: table-cell !important;
3157
2838
  }
3158
-
3159
2839
  .d-lg-flex {
3160
2840
  display: flex !important;
3161
2841
  }
3162
-
3163
2842
  .d-lg-inline-flex {
3164
2843
  display: inline-flex !important;
3165
2844
  }
3166
-
3167
2845
  .d-lg-none {
3168
2846
  display: none !important;
3169
2847
  }
3170
-
3171
2848
  .flex-lg-fill {
3172
2849
  flex: 1 1 auto !important;
3173
2850
  }
3174
-
3175
2851
  .flex-lg-row {
3176
2852
  flex-direction: row !important;
3177
2853
  }
3178
-
3179
2854
  .flex-lg-column {
3180
2855
  flex-direction: column !important;
3181
2856
  }
3182
-
3183
2857
  .flex-lg-row-reverse {
3184
2858
  flex-direction: row-reverse !important;
3185
2859
  }
3186
-
3187
2860
  .flex-lg-column-reverse {
3188
2861
  flex-direction: column-reverse !important;
3189
2862
  }
3190
-
3191
2863
  .flex-lg-grow-0 {
3192
2864
  flex-grow: 0 !important;
3193
2865
  }
3194
-
3195
2866
  .flex-lg-grow-1 {
3196
2867
  flex-grow: 1 !important;
3197
2868
  }
3198
-
3199
2869
  .flex-lg-shrink-0 {
3200
2870
  flex-shrink: 0 !important;
3201
2871
  }
3202
-
3203
2872
  .flex-lg-shrink-1 {
3204
2873
  flex-shrink: 1 !important;
3205
2874
  }
3206
-
3207
2875
  .flex-lg-wrap {
3208
2876
  flex-wrap: wrap !important;
3209
2877
  }
3210
-
3211
2878
  .flex-lg-nowrap {
3212
2879
  flex-wrap: nowrap !important;
3213
2880
  }
3214
-
3215
2881
  .flex-lg-wrap-reverse {
3216
2882
  flex-wrap: wrap-reverse !important;
3217
2883
  }
3218
-
3219
2884
  .gap-lg-0 {
3220
2885
  gap: 0 !important;
3221
2886
  }
3222
-
3223
2887
  .gap-lg-1 {
3224
2888
  gap: 0.25rem !important;
3225
2889
  }
3226
-
3227
2890
  .gap-lg-2 {
3228
2891
  gap: 0.5rem !important;
3229
2892
  }
3230
-
3231
2893
  .gap-lg-3 {
3232
2894
  gap: 1rem !important;
3233
2895
  }
3234
-
3235
2896
  .gap-lg-4 {
3236
2897
  gap: 1.5rem !important;
3237
2898
  }
3238
-
3239
2899
  .gap-lg-5 {
3240
2900
  gap: 3rem !important;
3241
2901
  }
3242
-
3243
2902
  .justify-content-lg-start {
3244
2903
  justify-content: flex-start !important;
3245
2904
  }
3246
-
3247
2905
  .justify-content-lg-end {
3248
2906
  justify-content: flex-end !important;
3249
2907
  }
3250
-
3251
2908
  .justify-content-lg-center {
3252
2909
  justify-content: center !important;
3253
2910
  }
3254
-
3255
2911
  .justify-content-lg-between {
3256
2912
  justify-content: space-between !important;
3257
2913
  }
3258
-
3259
2914
  .justify-content-lg-around {
3260
2915
  justify-content: space-around !important;
3261
2916
  }
3262
-
3263
2917
  .justify-content-lg-evenly {
3264
2918
  justify-content: space-evenly !important;
3265
2919
  }
3266
-
3267
2920
  .align-items-lg-start {
3268
2921
  align-items: flex-start !important;
3269
2922
  }
3270
-
3271
2923
  .align-items-lg-end {
3272
2924
  align-items: flex-end !important;
3273
2925
  }
3274
-
3275
2926
  .align-items-lg-center {
3276
2927
  align-items: center !important;
3277
2928
  }
3278
-
3279
2929
  .align-items-lg-baseline {
3280
2930
  align-items: baseline !important;
3281
2931
  }
3282
-
3283
2932
  .align-items-lg-stretch {
3284
2933
  align-items: stretch !important;
3285
2934
  }
3286
-
3287
2935
  .align-content-lg-start {
3288
2936
  align-content: flex-start !important;
3289
2937
  }
3290
-
3291
2938
  .align-content-lg-end {
3292
2939
  align-content: flex-end !important;
3293
2940
  }
3294
-
3295
2941
  .align-content-lg-center {
3296
2942
  align-content: center !important;
3297
2943
  }
3298
-
3299
2944
  .align-content-lg-between {
3300
2945
  align-content: space-between !important;
3301
2946
  }
3302
-
3303
2947
  .align-content-lg-around {
3304
2948
  align-content: space-around !important;
3305
2949
  }
3306
-
3307
2950
  .align-content-lg-stretch {
3308
2951
  align-content: stretch !important;
3309
2952
  }
3310
-
3311
2953
  .align-self-lg-auto {
3312
2954
  align-self: auto !important;
3313
2955
  }
3314
-
3315
2956
  .align-self-lg-start {
3316
2957
  align-self: flex-start !important;
3317
2958
  }
3318
-
3319
2959
  .align-self-lg-end {
3320
2960
  align-self: flex-end !important;
3321
2961
  }
3322
-
3323
2962
  .align-self-lg-center {
3324
2963
  align-self: center !important;
3325
2964
  }
3326
-
3327
2965
  .align-self-lg-baseline {
3328
2966
  align-self: baseline !important;
3329
2967
  }
3330
-
3331
2968
  .align-self-lg-stretch {
3332
2969
  align-self: stretch !important;
3333
2970
  }
3334
-
3335
2971
  .order-lg-first {
3336
2972
  order: -1 !important;
3337
2973
  }
3338
-
3339
2974
  .order-lg-0 {
3340
2975
  order: 0 !important;
3341
2976
  }
3342
-
3343
2977
  .order-lg-1 {
3344
2978
  order: 1 !important;
3345
2979
  }
3346
-
3347
2980
  .order-lg-2 {
3348
2981
  order: 2 !important;
3349
2982
  }
3350
-
3351
2983
  .order-lg-3 {
3352
2984
  order: 3 !important;
3353
2985
  }
3354
-
3355
2986
  .order-lg-4 {
3356
2987
  order: 4 !important;
3357
2988
  }
3358
-
3359
2989
  .order-lg-5 {
3360
2990
  order: 5 !important;
3361
2991
  }
3362
-
3363
2992
  .order-lg-last {
3364
2993
  order: 6 !important;
3365
2994
  }
3366
-
3367
2995
  .m-lg-0 {
3368
2996
  margin: 0 !important;
3369
2997
  }
3370
-
3371
2998
  .m-lg-1 {
3372
2999
  margin: 0.25rem !important;
3373
3000
  }
3374
-
3375
3001
  .m-lg-2 {
3376
3002
  margin: 0.5rem !important;
3377
3003
  }
3378
-
3379
3004
  .m-lg-3 {
3380
3005
  margin: 1rem !important;
3381
3006
  }
3382
-
3383
3007
  .m-lg-4 {
3384
3008
  margin: 1.5rem !important;
3385
3009
  }
3386
-
3387
3010
  .m-lg-5 {
3388
3011
  margin: 3rem !important;
3389
3012
  }
3390
-
3391
3013
  .m-lg-auto {
3392
3014
  margin: auto !important;
3393
3015
  }
3394
-
3395
3016
  .mx-lg-0 {
3396
3017
  margin-right: 0 !important;
3397
3018
  margin-left: 0 !important;
3398
3019
  }
3399
-
3400
3020
  .mx-lg-1 {
3401
3021
  margin-right: 0.25rem !important;
3402
3022
  margin-left: 0.25rem !important;
3403
3023
  }
3404
-
3405
3024
  .mx-lg-2 {
3406
3025
  margin-right: 0.5rem !important;
3407
3026
  margin-left: 0.5rem !important;
3408
3027
  }
3409
-
3410
3028
  .mx-lg-3 {
3411
3029
  margin-right: 1rem !important;
3412
3030
  margin-left: 1rem !important;
3413
3031
  }
3414
-
3415
3032
  .mx-lg-4 {
3416
3033
  margin-right: 1.5rem !important;
3417
3034
  margin-left: 1.5rem !important;
3418
3035
  }
3419
-
3420
3036
  .mx-lg-5 {
3421
3037
  margin-right: 3rem !important;
3422
3038
  margin-left: 3rem !important;
3423
3039
  }
3424
-
3425
3040
  .mx-lg-auto {
3426
3041
  margin-right: auto !important;
3427
3042
  margin-left: auto !important;
3428
3043
  }
3429
-
3430
3044
  .my-lg-0 {
3431
3045
  margin-top: 0 !important;
3432
3046
  margin-bottom: 0 !important;
3433
3047
  }
3434
-
3435
3048
  .my-lg-1 {
3436
3049
  margin-top: 0.25rem !important;
3437
3050
  margin-bottom: 0.25rem !important;
3438
3051
  }
3439
-
3440
3052
  .my-lg-2 {
3441
3053
  margin-top: 0.5rem !important;
3442
3054
  margin-bottom: 0.5rem !important;
3443
3055
  }
3444
-
3445
3056
  .my-lg-3 {
3446
3057
  margin-top: 1rem !important;
3447
3058
  margin-bottom: 1rem !important;
3448
3059
  }
3449
-
3450
3060
  .my-lg-4 {
3451
3061
  margin-top: 1.5rem !important;
3452
3062
  margin-bottom: 1.5rem !important;
3453
3063
  }
3454
-
3455
3064
  .my-lg-5 {
3456
3065
  margin-top: 3rem !important;
3457
3066
  margin-bottom: 3rem !important;
3458
3067
  }
3459
-
3460
3068
  .my-lg-auto {
3461
3069
  margin-top: auto !important;
3462
3070
  margin-bottom: auto !important;
3463
3071
  }
3464
-
3465
3072
  .mt-lg-0 {
3466
3073
  margin-top: 0 !important;
3467
3074
  }
3468
-
3469
3075
  .mt-lg-1 {
3470
3076
  margin-top: 0.25rem !important;
3471
3077
  }
3472
-
3473
3078
  .mt-lg-2 {
3474
3079
  margin-top: 0.5rem !important;
3475
3080
  }
3476
-
3477
3081
  .mt-lg-3 {
3478
3082
  margin-top: 1rem !important;
3479
3083
  }
3480
-
3481
3084
  .mt-lg-4 {
3482
3085
  margin-top: 1.5rem !important;
3483
3086
  }
3484
-
3485
3087
  .mt-lg-5 {
3486
3088
  margin-top: 3rem !important;
3487
3089
  }
3488
-
3489
3090
  .mt-lg-auto {
3490
3091
  margin-top: auto !important;
3491
3092
  }
3492
-
3493
3093
  .me-lg-0 {
3494
3094
  margin-right: 0 !important;
3495
3095
  }
3496
-
3497
3096
  .me-lg-1 {
3498
3097
  margin-right: 0.25rem !important;
3499
3098
  }
3500
-
3501
3099
  .me-lg-2 {
3502
3100
  margin-right: 0.5rem !important;
3503
3101
  }
3504
-
3505
3102
  .me-lg-3 {
3506
3103
  margin-right: 1rem !important;
3507
3104
  }
3508
-
3509
3105
  .me-lg-4 {
3510
3106
  margin-right: 1.5rem !important;
3511
3107
  }
3512
-
3513
3108
  .me-lg-5 {
3514
3109
  margin-right: 3rem !important;
3515
3110
  }
3516
-
3517
3111
  .me-lg-auto {
3518
3112
  margin-right: auto !important;
3519
3113
  }
3520
-
3521
3114
  .mb-lg-0 {
3522
3115
  margin-bottom: 0 !important;
3523
3116
  }
3524
-
3525
3117
  .mb-lg-1 {
3526
3118
  margin-bottom: 0.25rem !important;
3527
3119
  }
3528
-
3529
3120
  .mb-lg-2 {
3530
3121
  margin-bottom: 0.5rem !important;
3531
3122
  }
3532
-
3533
3123
  .mb-lg-3 {
3534
3124
  margin-bottom: 1rem !important;
3535
3125
  }
3536
-
3537
3126
  .mb-lg-4 {
3538
3127
  margin-bottom: 1.5rem !important;
3539
3128
  }
3540
-
3541
3129
  .mb-lg-5 {
3542
3130
  margin-bottom: 3rem !important;
3543
3131
  }
3544
-
3545
3132
  .mb-lg-auto {
3546
3133
  margin-bottom: auto !important;
3547
3134
  }
3548
-
3549
3135
  .ms-lg-0 {
3550
3136
  margin-left: 0 !important;
3551
3137
  }
3552
-
3553
3138
  .ms-lg-1 {
3554
3139
  margin-left: 0.25rem !important;
3555
3140
  }
3556
-
3557
3141
  .ms-lg-2 {
3558
3142
  margin-left: 0.5rem !important;
3559
3143
  }
3560
-
3561
3144
  .ms-lg-3 {
3562
3145
  margin-left: 1rem !important;
3563
3146
  }
3564
-
3565
3147
  .ms-lg-4 {
3566
3148
  margin-left: 1.5rem !important;
3567
3149
  }
3568
-
3569
3150
  .ms-lg-5 {
3570
3151
  margin-left: 3rem !important;
3571
3152
  }
3572
-
3573
3153
  .ms-lg-auto {
3574
3154
  margin-left: auto !important;
3575
3155
  }
3576
-
3577
3156
  .p-lg-0 {
3578
3157
  padding: 0 !important;
3579
3158
  }
3580
-
3581
3159
  .p-lg-1 {
3582
3160
  padding: 0.25rem !important;
3583
3161
  }
3584
-
3585
3162
  .p-lg-2 {
3586
3163
  padding: 0.5rem !important;
3587
3164
  }
3588
-
3589
3165
  .p-lg-3 {
3590
3166
  padding: 1rem !important;
3591
3167
  }
3592
-
3593
3168
  .p-lg-4 {
3594
3169
  padding: 1.5rem !important;
3595
3170
  }
3596
-
3597
3171
  .p-lg-5 {
3598
3172
  padding: 3rem !important;
3599
3173
  }
3600
-
3601
3174
  .px-lg-0 {
3602
3175
  padding-right: 0 !important;
3603
3176
  padding-left: 0 !important;
3604
3177
  }
3605
-
3606
3178
  .px-lg-1 {
3607
3179
  padding-right: 0.25rem !important;
3608
3180
  padding-left: 0.25rem !important;
3609
3181
  }
3610
-
3611
3182
  .px-lg-2 {
3612
3183
  padding-right: 0.5rem !important;
3613
3184
  padding-left: 0.5rem !important;
3614
3185
  }
3615
-
3616
3186
  .px-lg-3 {
3617
3187
  padding-right: 1rem !important;
3618
3188
  padding-left: 1rem !important;
3619
3189
  }
3620
-
3621
3190
  .px-lg-4 {
3622
3191
  padding-right: 1.5rem !important;
3623
3192
  padding-left: 1.5rem !important;
3624
3193
  }
3625
-
3626
3194
  .px-lg-5 {
3627
3195
  padding-right: 3rem !important;
3628
3196
  padding-left: 3rem !important;
3629
3197
  }
3630
-
3631
3198
  .py-lg-0 {
3632
3199
  padding-top: 0 !important;
3633
3200
  padding-bottom: 0 !important;
3634
3201
  }
3635
-
3636
3202
  .py-lg-1 {
3637
3203
  padding-top: 0.25rem !important;
3638
3204
  padding-bottom: 0.25rem !important;
3639
3205
  }
3640
-
3641
3206
  .py-lg-2 {
3642
3207
  padding-top: 0.5rem !important;
3643
3208
  padding-bottom: 0.5rem !important;
3644
3209
  }
3645
-
3646
3210
  .py-lg-3 {
3647
3211
  padding-top: 1rem !important;
3648
3212
  padding-bottom: 1rem !important;
3649
3213
  }
3650
-
3651
3214
  .py-lg-4 {
3652
3215
  padding-top: 1.5rem !important;
3653
3216
  padding-bottom: 1.5rem !important;
3654
3217
  }
3655
-
3656
3218
  .py-lg-5 {
3657
3219
  padding-top: 3rem !important;
3658
3220
  padding-bottom: 3rem !important;
3659
3221
  }
3660
-
3661
3222
  .pt-lg-0 {
3662
3223
  padding-top: 0 !important;
3663
3224
  }
3664
-
3665
3225
  .pt-lg-1 {
3666
3226
  padding-top: 0.25rem !important;
3667
3227
  }
3668
-
3669
3228
  .pt-lg-2 {
3670
3229
  padding-top: 0.5rem !important;
3671
3230
  }
3672
-
3673
3231
  .pt-lg-3 {
3674
3232
  padding-top: 1rem !important;
3675
3233
  }
3676
-
3677
3234
  .pt-lg-4 {
3678
3235
  padding-top: 1.5rem !important;
3679
3236
  }
3680
-
3681
3237
  .pt-lg-5 {
3682
3238
  padding-top: 3rem !important;
3683
3239
  }
3684
-
3685
3240
  .pe-lg-0 {
3686
3241
  padding-right: 0 !important;
3687
3242
  }
3688
-
3689
3243
  .pe-lg-1 {
3690
3244
  padding-right: 0.25rem !important;
3691
3245
  }
3692
-
3693
3246
  .pe-lg-2 {
3694
3247
  padding-right: 0.5rem !important;
3695
3248
  }
3696
-
3697
3249
  .pe-lg-3 {
3698
3250
  padding-right: 1rem !important;
3699
3251
  }
3700
-
3701
3252
  .pe-lg-4 {
3702
3253
  padding-right: 1.5rem !important;
3703
3254
  }
3704
-
3705
3255
  .pe-lg-5 {
3706
3256
  padding-right: 3rem !important;
3707
3257
  }
3708
-
3709
3258
  .pb-lg-0 {
3710
3259
  padding-bottom: 0 !important;
3711
3260
  }
3712
-
3713
3261
  .pb-lg-1 {
3714
3262
  padding-bottom: 0.25rem !important;
3715
3263
  }
3716
-
3717
3264
  .pb-lg-2 {
3718
3265
  padding-bottom: 0.5rem !important;
3719
3266
  }
3720
-
3721
3267
  .pb-lg-3 {
3722
3268
  padding-bottom: 1rem !important;
3723
3269
  }
3724
-
3725
3270
  .pb-lg-4 {
3726
3271
  padding-bottom: 1.5rem !important;
3727
3272
  }
3728
-
3729
3273
  .pb-lg-5 {
3730
3274
  padding-bottom: 3rem !important;
3731
3275
  }
3732
-
3733
3276
  .ps-lg-0 {
3734
3277
  padding-left: 0 !important;
3735
3278
  }
3736
-
3737
3279
  .ps-lg-1 {
3738
3280
  padding-left: 0.25rem !important;
3739
3281
  }
3740
-
3741
3282
  .ps-lg-2 {
3742
3283
  padding-left: 0.5rem !important;
3743
3284
  }
3744
-
3745
3285
  .ps-lg-3 {
3746
3286
  padding-left: 1rem !important;
3747
3287
  }
3748
-
3749
3288
  .ps-lg-4 {
3750
3289
  padding-left: 1.5rem !important;
3751
3290
  }
3752
-
3753
3291
  .ps-lg-5 {
3754
3292
  padding-left: 3rem !important;
3755
3293
  }
3756
-
3757
3294
  .text-lg-start {
3758
3295
  text-align: left !important;
3759
3296
  }
3760
-
3761
3297
  .text-lg-end {
3762
3298
  text-align: right !important;
3763
3299
  }
3764
-
3765
3300
  .text-lg-center {
3766
3301
  text-align: center !important;
3767
3302
  }
@@ -3770,649 +3305,494 @@
3770
3305
  .float-xl-start {
3771
3306
  float: left !important;
3772
3307
  }
3773
-
3774
3308
  .float-xl-end {
3775
3309
  float: right !important;
3776
3310
  }
3777
-
3778
3311
  .float-xl-none {
3779
3312
  float: none !important;
3780
3313
  }
3781
-
3782
3314
  .d-xl-inline {
3783
3315
  display: inline !important;
3784
3316
  }
3785
-
3786
3317
  .d-xl-inline-block {
3787
3318
  display: inline-block !important;
3788
3319
  }
3789
-
3790
3320
  .d-xl-block {
3791
3321
  display: block !important;
3792
3322
  }
3793
-
3794
3323
  .d-xl-grid {
3795
3324
  display: grid !important;
3796
3325
  }
3797
-
3798
3326
  .d-xl-table {
3799
3327
  display: table !important;
3800
3328
  }
3801
-
3802
3329
  .d-xl-table-row {
3803
3330
  display: table-row !important;
3804
3331
  }
3805
-
3806
3332
  .d-xl-table-cell {
3807
3333
  display: table-cell !important;
3808
3334
  }
3809
-
3810
3335
  .d-xl-flex {
3811
3336
  display: flex !important;
3812
3337
  }
3813
-
3814
3338
  .d-xl-inline-flex {
3815
3339
  display: inline-flex !important;
3816
3340
  }
3817
-
3818
3341
  .d-xl-none {
3819
3342
  display: none !important;
3820
3343
  }
3821
-
3822
3344
  .flex-xl-fill {
3823
3345
  flex: 1 1 auto !important;
3824
3346
  }
3825
-
3826
3347
  .flex-xl-row {
3827
3348
  flex-direction: row !important;
3828
3349
  }
3829
-
3830
3350
  .flex-xl-column {
3831
3351
  flex-direction: column !important;
3832
3352
  }
3833
-
3834
3353
  .flex-xl-row-reverse {
3835
3354
  flex-direction: row-reverse !important;
3836
3355
  }
3837
-
3838
3356
  .flex-xl-column-reverse {
3839
3357
  flex-direction: column-reverse !important;
3840
3358
  }
3841
-
3842
3359
  .flex-xl-grow-0 {
3843
3360
  flex-grow: 0 !important;
3844
3361
  }
3845
-
3846
3362
  .flex-xl-grow-1 {
3847
3363
  flex-grow: 1 !important;
3848
3364
  }
3849
-
3850
3365
  .flex-xl-shrink-0 {
3851
3366
  flex-shrink: 0 !important;
3852
3367
  }
3853
-
3854
3368
  .flex-xl-shrink-1 {
3855
3369
  flex-shrink: 1 !important;
3856
3370
  }
3857
-
3858
3371
  .flex-xl-wrap {
3859
3372
  flex-wrap: wrap !important;
3860
3373
  }
3861
-
3862
3374
  .flex-xl-nowrap {
3863
3375
  flex-wrap: nowrap !important;
3864
3376
  }
3865
-
3866
3377
  .flex-xl-wrap-reverse {
3867
3378
  flex-wrap: wrap-reverse !important;
3868
3379
  }
3869
-
3870
3380
  .gap-xl-0 {
3871
3381
  gap: 0 !important;
3872
3382
  }
3873
-
3874
3383
  .gap-xl-1 {
3875
3384
  gap: 0.25rem !important;
3876
3385
  }
3877
-
3878
3386
  .gap-xl-2 {
3879
3387
  gap: 0.5rem !important;
3880
3388
  }
3881
-
3882
3389
  .gap-xl-3 {
3883
3390
  gap: 1rem !important;
3884
3391
  }
3885
-
3886
3392
  .gap-xl-4 {
3887
3393
  gap: 1.5rem !important;
3888
3394
  }
3889
-
3890
3395
  .gap-xl-5 {
3891
3396
  gap: 3rem !important;
3892
3397
  }
3893
-
3894
3398
  .justify-content-xl-start {
3895
3399
  justify-content: flex-start !important;
3896
3400
  }
3897
-
3898
3401
  .justify-content-xl-end {
3899
3402
  justify-content: flex-end !important;
3900
3403
  }
3901
-
3902
3404
  .justify-content-xl-center {
3903
3405
  justify-content: center !important;
3904
3406
  }
3905
-
3906
3407
  .justify-content-xl-between {
3907
3408
  justify-content: space-between !important;
3908
3409
  }
3909
-
3910
3410
  .justify-content-xl-around {
3911
3411
  justify-content: space-around !important;
3912
3412
  }
3913
-
3914
3413
  .justify-content-xl-evenly {
3915
3414
  justify-content: space-evenly !important;
3916
3415
  }
3917
-
3918
3416
  .align-items-xl-start {
3919
3417
  align-items: flex-start !important;
3920
3418
  }
3921
-
3922
3419
  .align-items-xl-end {
3923
3420
  align-items: flex-end !important;
3924
3421
  }
3925
-
3926
3422
  .align-items-xl-center {
3927
3423
  align-items: center !important;
3928
3424
  }
3929
-
3930
3425
  .align-items-xl-baseline {
3931
3426
  align-items: baseline !important;
3932
3427
  }
3933
-
3934
3428
  .align-items-xl-stretch {
3935
3429
  align-items: stretch !important;
3936
3430
  }
3937
-
3938
3431
  .align-content-xl-start {
3939
3432
  align-content: flex-start !important;
3940
3433
  }
3941
-
3942
3434
  .align-content-xl-end {
3943
3435
  align-content: flex-end !important;
3944
3436
  }
3945
-
3946
3437
  .align-content-xl-center {
3947
3438
  align-content: center !important;
3948
3439
  }
3949
-
3950
3440
  .align-content-xl-between {
3951
3441
  align-content: space-between !important;
3952
3442
  }
3953
-
3954
3443
  .align-content-xl-around {
3955
3444
  align-content: space-around !important;
3956
3445
  }
3957
-
3958
3446
  .align-content-xl-stretch {
3959
3447
  align-content: stretch !important;
3960
3448
  }
3961
-
3962
3449
  .align-self-xl-auto {
3963
3450
  align-self: auto !important;
3964
3451
  }
3965
-
3966
3452
  .align-self-xl-start {
3967
3453
  align-self: flex-start !important;
3968
3454
  }
3969
-
3970
3455
  .align-self-xl-end {
3971
3456
  align-self: flex-end !important;
3972
3457
  }
3973
-
3974
3458
  .align-self-xl-center {
3975
3459
  align-self: center !important;
3976
3460
  }
3977
-
3978
3461
  .align-self-xl-baseline {
3979
3462
  align-self: baseline !important;
3980
3463
  }
3981
-
3982
3464
  .align-self-xl-stretch {
3983
3465
  align-self: stretch !important;
3984
3466
  }
3985
-
3986
3467
  .order-xl-first {
3987
3468
  order: -1 !important;
3988
3469
  }
3989
-
3990
3470
  .order-xl-0 {
3991
3471
  order: 0 !important;
3992
3472
  }
3993
-
3994
3473
  .order-xl-1 {
3995
3474
  order: 1 !important;
3996
3475
  }
3997
-
3998
3476
  .order-xl-2 {
3999
3477
  order: 2 !important;
4000
3478
  }
4001
-
4002
3479
  .order-xl-3 {
4003
3480
  order: 3 !important;
4004
3481
  }
4005
-
4006
3482
  .order-xl-4 {
4007
3483
  order: 4 !important;
4008
3484
  }
4009
-
4010
3485
  .order-xl-5 {
4011
3486
  order: 5 !important;
4012
3487
  }
4013
-
4014
3488
  .order-xl-last {
4015
3489
  order: 6 !important;
4016
3490
  }
4017
-
4018
3491
  .m-xl-0 {
4019
3492
  margin: 0 !important;
4020
3493
  }
4021
-
4022
3494
  .m-xl-1 {
4023
3495
  margin: 0.25rem !important;
4024
3496
  }
4025
-
4026
3497
  .m-xl-2 {
4027
3498
  margin: 0.5rem !important;
4028
3499
  }
4029
-
4030
3500
  .m-xl-3 {
4031
3501
  margin: 1rem !important;
4032
3502
  }
4033
-
4034
3503
  .m-xl-4 {
4035
3504
  margin: 1.5rem !important;
4036
3505
  }
4037
-
4038
3506
  .m-xl-5 {
4039
3507
  margin: 3rem !important;
4040
3508
  }
4041
-
4042
3509
  .m-xl-auto {
4043
3510
  margin: auto !important;
4044
3511
  }
4045
-
4046
3512
  .mx-xl-0 {
4047
3513
  margin-right: 0 !important;
4048
3514
  margin-left: 0 !important;
4049
3515
  }
4050
-
4051
3516
  .mx-xl-1 {
4052
3517
  margin-right: 0.25rem !important;
4053
3518
  margin-left: 0.25rem !important;
4054
3519
  }
4055
-
4056
3520
  .mx-xl-2 {
4057
3521
  margin-right: 0.5rem !important;
4058
3522
  margin-left: 0.5rem !important;
4059
3523
  }
4060
-
4061
3524
  .mx-xl-3 {
4062
3525
  margin-right: 1rem !important;
4063
3526
  margin-left: 1rem !important;
4064
3527
  }
4065
-
4066
3528
  .mx-xl-4 {
4067
3529
  margin-right: 1.5rem !important;
4068
3530
  margin-left: 1.5rem !important;
4069
3531
  }
4070
-
4071
3532
  .mx-xl-5 {
4072
3533
  margin-right: 3rem !important;
4073
3534
  margin-left: 3rem !important;
4074
3535
  }
4075
-
4076
3536
  .mx-xl-auto {
4077
3537
  margin-right: auto !important;
4078
3538
  margin-left: auto !important;
4079
3539
  }
4080
-
4081
3540
  .my-xl-0 {
4082
3541
  margin-top: 0 !important;
4083
3542
  margin-bottom: 0 !important;
4084
3543
  }
4085
-
4086
3544
  .my-xl-1 {
4087
3545
  margin-top: 0.25rem !important;
4088
3546
  margin-bottom: 0.25rem !important;
4089
3547
  }
4090
-
4091
3548
  .my-xl-2 {
4092
3549
  margin-top: 0.5rem !important;
4093
3550
  margin-bottom: 0.5rem !important;
4094
3551
  }
4095
-
4096
3552
  .my-xl-3 {
4097
3553
  margin-top: 1rem !important;
4098
3554
  margin-bottom: 1rem !important;
4099
3555
  }
4100
-
4101
3556
  .my-xl-4 {
4102
3557
  margin-top: 1.5rem !important;
4103
3558
  margin-bottom: 1.5rem !important;
4104
3559
  }
4105
-
4106
3560
  .my-xl-5 {
4107
3561
  margin-top: 3rem !important;
4108
3562
  margin-bottom: 3rem !important;
4109
3563
  }
4110
-
4111
3564
  .my-xl-auto {
4112
3565
  margin-top: auto !important;
4113
3566
  margin-bottom: auto !important;
4114
3567
  }
4115
-
4116
3568
  .mt-xl-0 {
4117
3569
  margin-top: 0 !important;
4118
3570
  }
4119
-
4120
3571
  .mt-xl-1 {
4121
3572
  margin-top: 0.25rem !important;
4122
3573
  }
4123
-
4124
3574
  .mt-xl-2 {
4125
3575
  margin-top: 0.5rem !important;
4126
3576
  }
4127
-
4128
3577
  .mt-xl-3 {
4129
3578
  margin-top: 1rem !important;
4130
3579
  }
4131
-
4132
3580
  .mt-xl-4 {
4133
3581
  margin-top: 1.5rem !important;
4134
3582
  }
4135
-
4136
3583
  .mt-xl-5 {
4137
3584
  margin-top: 3rem !important;
4138
3585
  }
4139
-
4140
3586
  .mt-xl-auto {
4141
3587
  margin-top: auto !important;
4142
3588
  }
4143
-
4144
3589
  .me-xl-0 {
4145
3590
  margin-right: 0 !important;
4146
3591
  }
4147
-
4148
3592
  .me-xl-1 {
4149
3593
  margin-right: 0.25rem !important;
4150
3594
  }
4151
-
4152
3595
  .me-xl-2 {
4153
3596
  margin-right: 0.5rem !important;
4154
3597
  }
4155
-
4156
3598
  .me-xl-3 {
4157
3599
  margin-right: 1rem !important;
4158
3600
  }
4159
-
4160
3601
  .me-xl-4 {
4161
3602
  margin-right: 1.5rem !important;
4162
3603
  }
4163
-
4164
3604
  .me-xl-5 {
4165
3605
  margin-right: 3rem !important;
4166
3606
  }
4167
-
4168
3607
  .me-xl-auto {
4169
3608
  margin-right: auto !important;
4170
3609
  }
4171
-
4172
3610
  .mb-xl-0 {
4173
3611
  margin-bottom: 0 !important;
4174
3612
  }
4175
-
4176
3613
  .mb-xl-1 {
4177
3614
  margin-bottom: 0.25rem !important;
4178
3615
  }
4179
-
4180
3616
  .mb-xl-2 {
4181
3617
  margin-bottom: 0.5rem !important;
4182
3618
  }
4183
-
4184
3619
  .mb-xl-3 {
4185
3620
  margin-bottom: 1rem !important;
4186
3621
  }
4187
-
4188
3622
  .mb-xl-4 {
4189
3623
  margin-bottom: 1.5rem !important;
4190
3624
  }
4191
-
4192
3625
  .mb-xl-5 {
4193
3626
  margin-bottom: 3rem !important;
4194
3627
  }
4195
-
4196
3628
  .mb-xl-auto {
4197
3629
  margin-bottom: auto !important;
4198
3630
  }
4199
-
4200
3631
  .ms-xl-0 {
4201
3632
  margin-left: 0 !important;
4202
3633
  }
4203
-
4204
3634
  .ms-xl-1 {
4205
3635
  margin-left: 0.25rem !important;
4206
3636
  }
4207
-
4208
3637
  .ms-xl-2 {
4209
3638
  margin-left: 0.5rem !important;
4210
3639
  }
4211
-
4212
3640
  .ms-xl-3 {
4213
3641
  margin-left: 1rem !important;
4214
3642
  }
4215
-
4216
3643
  .ms-xl-4 {
4217
3644
  margin-left: 1.5rem !important;
4218
3645
  }
4219
-
4220
3646
  .ms-xl-5 {
4221
3647
  margin-left: 3rem !important;
4222
3648
  }
4223
-
4224
3649
  .ms-xl-auto {
4225
3650
  margin-left: auto !important;
4226
3651
  }
4227
-
4228
3652
  .p-xl-0 {
4229
3653
  padding: 0 !important;
4230
3654
  }
4231
-
4232
3655
  .p-xl-1 {
4233
3656
  padding: 0.25rem !important;
4234
3657
  }
4235
-
4236
3658
  .p-xl-2 {
4237
3659
  padding: 0.5rem !important;
4238
3660
  }
4239
-
4240
3661
  .p-xl-3 {
4241
3662
  padding: 1rem !important;
4242
3663
  }
4243
-
4244
3664
  .p-xl-4 {
4245
3665
  padding: 1.5rem !important;
4246
3666
  }
4247
-
4248
3667
  .p-xl-5 {
4249
3668
  padding: 3rem !important;
4250
3669
  }
4251
-
4252
3670
  .px-xl-0 {
4253
3671
  padding-right: 0 !important;
4254
3672
  padding-left: 0 !important;
4255
3673
  }
4256
-
4257
3674
  .px-xl-1 {
4258
3675
  padding-right: 0.25rem !important;
4259
3676
  padding-left: 0.25rem !important;
4260
3677
  }
4261
-
4262
3678
  .px-xl-2 {
4263
3679
  padding-right: 0.5rem !important;
4264
3680
  padding-left: 0.5rem !important;
4265
3681
  }
4266
-
4267
3682
  .px-xl-3 {
4268
3683
  padding-right: 1rem !important;
4269
3684
  padding-left: 1rem !important;
4270
3685
  }
4271
-
4272
3686
  .px-xl-4 {
4273
3687
  padding-right: 1.5rem !important;
4274
3688
  padding-left: 1.5rem !important;
4275
3689
  }
4276
-
4277
3690
  .px-xl-5 {
4278
3691
  padding-right: 3rem !important;
4279
3692
  padding-left: 3rem !important;
4280
3693
  }
4281
-
4282
3694
  .py-xl-0 {
4283
3695
  padding-top: 0 !important;
4284
3696
  padding-bottom: 0 !important;
4285
3697
  }
4286
-
4287
3698
  .py-xl-1 {
4288
3699
  padding-top: 0.25rem !important;
4289
3700
  padding-bottom: 0.25rem !important;
4290
3701
  }
4291
-
4292
3702
  .py-xl-2 {
4293
3703
  padding-top: 0.5rem !important;
4294
3704
  padding-bottom: 0.5rem !important;
4295
3705
  }
4296
-
4297
3706
  .py-xl-3 {
4298
3707
  padding-top: 1rem !important;
4299
3708
  padding-bottom: 1rem !important;
4300
3709
  }
4301
-
4302
3710
  .py-xl-4 {
4303
3711
  padding-top: 1.5rem !important;
4304
3712
  padding-bottom: 1.5rem !important;
4305
3713
  }
4306
-
4307
3714
  .py-xl-5 {
4308
3715
  padding-top: 3rem !important;
4309
3716
  padding-bottom: 3rem !important;
4310
3717
  }
4311
-
4312
3718
  .pt-xl-0 {
4313
3719
  padding-top: 0 !important;
4314
3720
  }
4315
-
4316
3721
  .pt-xl-1 {
4317
3722
  padding-top: 0.25rem !important;
4318
3723
  }
4319
-
4320
3724
  .pt-xl-2 {
4321
3725
  padding-top: 0.5rem !important;
4322
3726
  }
4323
-
4324
3727
  .pt-xl-3 {
4325
3728
  padding-top: 1rem !important;
4326
3729
  }
4327
-
4328
3730
  .pt-xl-4 {
4329
3731
  padding-top: 1.5rem !important;
4330
3732
  }
4331
-
4332
3733
  .pt-xl-5 {
4333
3734
  padding-top: 3rem !important;
4334
3735
  }
4335
-
4336
3736
  .pe-xl-0 {
4337
3737
  padding-right: 0 !important;
4338
3738
  }
4339
-
4340
3739
  .pe-xl-1 {
4341
3740
  padding-right: 0.25rem !important;
4342
3741
  }
4343
-
4344
3742
  .pe-xl-2 {
4345
3743
  padding-right: 0.5rem !important;
4346
3744
  }
4347
-
4348
3745
  .pe-xl-3 {
4349
3746
  padding-right: 1rem !important;
4350
3747
  }
4351
-
4352
3748
  .pe-xl-4 {
4353
3749
  padding-right: 1.5rem !important;
4354
3750
  }
4355
-
4356
3751
  .pe-xl-5 {
4357
3752
  padding-right: 3rem !important;
4358
3753
  }
4359
-
4360
3754
  .pb-xl-0 {
4361
3755
  padding-bottom: 0 !important;
4362
3756
  }
4363
-
4364
3757
  .pb-xl-1 {
4365
3758
  padding-bottom: 0.25rem !important;
4366
3759
  }
4367
-
4368
3760
  .pb-xl-2 {
4369
3761
  padding-bottom: 0.5rem !important;
4370
3762
  }
4371
-
4372
3763
  .pb-xl-3 {
4373
3764
  padding-bottom: 1rem !important;
4374
3765
  }
4375
-
4376
3766
  .pb-xl-4 {
4377
3767
  padding-bottom: 1.5rem !important;
4378
3768
  }
4379
-
4380
3769
  .pb-xl-5 {
4381
3770
  padding-bottom: 3rem !important;
4382
3771
  }
4383
-
4384
3772
  .ps-xl-0 {
4385
3773
  padding-left: 0 !important;
4386
3774
  }
4387
-
4388
3775
  .ps-xl-1 {
4389
3776
  padding-left: 0.25rem !important;
4390
3777
  }
4391
-
4392
3778
  .ps-xl-2 {
4393
3779
  padding-left: 0.5rem !important;
4394
3780
  }
4395
-
4396
3781
  .ps-xl-3 {
4397
3782
  padding-left: 1rem !important;
4398
3783
  }
4399
-
4400
3784
  .ps-xl-4 {
4401
3785
  padding-left: 1.5rem !important;
4402
3786
  }
4403
-
4404
3787
  .ps-xl-5 {
4405
3788
  padding-left: 3rem !important;
4406
3789
  }
4407
-
4408
3790
  .text-xl-start {
4409
3791
  text-align: left !important;
4410
3792
  }
4411
-
4412
3793
  .text-xl-end {
4413
3794
  text-align: right !important;
4414
3795
  }
4415
-
4416
3796
  .text-xl-center {
4417
3797
  text-align: center !important;
4418
3798
  }
@@ -4421,649 +3801,494 @@
4421
3801
  .float-xxl-start {
4422
3802
  float: left !important;
4423
3803
  }
4424
-
4425
3804
  .float-xxl-end {
4426
3805
  float: right !important;
4427
3806
  }
4428
-
4429
3807
  .float-xxl-none {
4430
3808
  float: none !important;
4431
3809
  }
4432
-
4433
3810
  .d-xxl-inline {
4434
3811
  display: inline !important;
4435
3812
  }
4436
-
4437
3813
  .d-xxl-inline-block {
4438
3814
  display: inline-block !important;
4439
3815
  }
4440
-
4441
3816
  .d-xxl-block {
4442
3817
  display: block !important;
4443
3818
  }
4444
-
4445
3819
  .d-xxl-grid {
4446
3820
  display: grid !important;
4447
3821
  }
4448
-
4449
3822
  .d-xxl-table {
4450
3823
  display: table !important;
4451
3824
  }
4452
-
4453
3825
  .d-xxl-table-row {
4454
3826
  display: table-row !important;
4455
3827
  }
4456
-
4457
3828
  .d-xxl-table-cell {
4458
3829
  display: table-cell !important;
4459
3830
  }
4460
-
4461
3831
  .d-xxl-flex {
4462
3832
  display: flex !important;
4463
3833
  }
4464
-
4465
3834
  .d-xxl-inline-flex {
4466
3835
  display: inline-flex !important;
4467
3836
  }
4468
-
4469
3837
  .d-xxl-none {
4470
3838
  display: none !important;
4471
3839
  }
4472
-
4473
3840
  .flex-xxl-fill {
4474
3841
  flex: 1 1 auto !important;
4475
3842
  }
4476
-
4477
3843
  .flex-xxl-row {
4478
3844
  flex-direction: row !important;
4479
3845
  }
4480
-
4481
3846
  .flex-xxl-column {
4482
3847
  flex-direction: column !important;
4483
3848
  }
4484
-
4485
3849
  .flex-xxl-row-reverse {
4486
3850
  flex-direction: row-reverse !important;
4487
3851
  }
4488
-
4489
3852
  .flex-xxl-column-reverse {
4490
3853
  flex-direction: column-reverse !important;
4491
3854
  }
4492
-
4493
3855
  .flex-xxl-grow-0 {
4494
3856
  flex-grow: 0 !important;
4495
3857
  }
4496
-
4497
3858
  .flex-xxl-grow-1 {
4498
3859
  flex-grow: 1 !important;
4499
3860
  }
4500
-
4501
3861
  .flex-xxl-shrink-0 {
4502
3862
  flex-shrink: 0 !important;
4503
3863
  }
4504
-
4505
3864
  .flex-xxl-shrink-1 {
4506
3865
  flex-shrink: 1 !important;
4507
3866
  }
4508
-
4509
3867
  .flex-xxl-wrap {
4510
3868
  flex-wrap: wrap !important;
4511
3869
  }
4512
-
4513
3870
  .flex-xxl-nowrap {
4514
3871
  flex-wrap: nowrap !important;
4515
3872
  }
4516
-
4517
3873
  .flex-xxl-wrap-reverse {
4518
3874
  flex-wrap: wrap-reverse !important;
4519
3875
  }
4520
-
4521
3876
  .gap-xxl-0 {
4522
3877
  gap: 0 !important;
4523
3878
  }
4524
-
4525
3879
  .gap-xxl-1 {
4526
3880
  gap: 0.25rem !important;
4527
3881
  }
4528
-
4529
3882
  .gap-xxl-2 {
4530
3883
  gap: 0.5rem !important;
4531
3884
  }
4532
-
4533
3885
  .gap-xxl-3 {
4534
3886
  gap: 1rem !important;
4535
3887
  }
4536
-
4537
3888
  .gap-xxl-4 {
4538
3889
  gap: 1.5rem !important;
4539
3890
  }
4540
-
4541
3891
  .gap-xxl-5 {
4542
3892
  gap: 3rem !important;
4543
3893
  }
4544
-
4545
3894
  .justify-content-xxl-start {
4546
3895
  justify-content: flex-start !important;
4547
3896
  }
4548
-
4549
3897
  .justify-content-xxl-end {
4550
3898
  justify-content: flex-end !important;
4551
3899
  }
4552
-
4553
3900
  .justify-content-xxl-center {
4554
3901
  justify-content: center !important;
4555
3902
  }
4556
-
4557
3903
  .justify-content-xxl-between {
4558
3904
  justify-content: space-between !important;
4559
3905
  }
4560
-
4561
3906
  .justify-content-xxl-around {
4562
3907
  justify-content: space-around !important;
4563
3908
  }
4564
-
4565
3909
  .justify-content-xxl-evenly {
4566
3910
  justify-content: space-evenly !important;
4567
3911
  }
4568
-
4569
3912
  .align-items-xxl-start {
4570
3913
  align-items: flex-start !important;
4571
3914
  }
4572
-
4573
3915
  .align-items-xxl-end {
4574
3916
  align-items: flex-end !important;
4575
3917
  }
4576
-
4577
3918
  .align-items-xxl-center {
4578
3919
  align-items: center !important;
4579
3920
  }
4580
-
4581
3921
  .align-items-xxl-baseline {
4582
3922
  align-items: baseline !important;
4583
3923
  }
4584
-
4585
3924
  .align-items-xxl-stretch {
4586
3925
  align-items: stretch !important;
4587
3926
  }
4588
-
4589
3927
  .align-content-xxl-start {
4590
3928
  align-content: flex-start !important;
4591
3929
  }
4592
-
4593
3930
  .align-content-xxl-end {
4594
3931
  align-content: flex-end !important;
4595
3932
  }
4596
-
4597
3933
  .align-content-xxl-center {
4598
3934
  align-content: center !important;
4599
3935
  }
4600
-
4601
3936
  .align-content-xxl-between {
4602
3937
  align-content: space-between !important;
4603
3938
  }
4604
-
4605
3939
  .align-content-xxl-around {
4606
3940
  align-content: space-around !important;
4607
3941
  }
4608
-
4609
3942
  .align-content-xxl-stretch {
4610
3943
  align-content: stretch !important;
4611
3944
  }
4612
-
4613
3945
  .align-self-xxl-auto {
4614
3946
  align-self: auto !important;
4615
3947
  }
4616
-
4617
3948
  .align-self-xxl-start {
4618
3949
  align-self: flex-start !important;
4619
3950
  }
4620
-
4621
3951
  .align-self-xxl-end {
4622
3952
  align-self: flex-end !important;
4623
3953
  }
4624
-
4625
3954
  .align-self-xxl-center {
4626
3955
  align-self: center !important;
4627
3956
  }
4628
-
4629
3957
  .align-self-xxl-baseline {
4630
3958
  align-self: baseline !important;
4631
3959
  }
4632
-
4633
3960
  .align-self-xxl-stretch {
4634
3961
  align-self: stretch !important;
4635
3962
  }
4636
-
4637
3963
  .order-xxl-first {
4638
3964
  order: -1 !important;
4639
3965
  }
4640
-
4641
3966
  .order-xxl-0 {
4642
3967
  order: 0 !important;
4643
3968
  }
4644
-
4645
3969
  .order-xxl-1 {
4646
3970
  order: 1 !important;
4647
3971
  }
4648
-
4649
3972
  .order-xxl-2 {
4650
3973
  order: 2 !important;
4651
3974
  }
4652
-
4653
3975
  .order-xxl-3 {
4654
3976
  order: 3 !important;
4655
3977
  }
4656
-
4657
3978
  .order-xxl-4 {
4658
3979
  order: 4 !important;
4659
3980
  }
4660
-
4661
3981
  .order-xxl-5 {
4662
3982
  order: 5 !important;
4663
3983
  }
4664
-
4665
3984
  .order-xxl-last {
4666
3985
  order: 6 !important;
4667
3986
  }
4668
-
4669
3987
  .m-xxl-0 {
4670
3988
  margin: 0 !important;
4671
3989
  }
4672
-
4673
3990
  .m-xxl-1 {
4674
3991
  margin: 0.25rem !important;
4675
3992
  }
4676
-
4677
3993
  .m-xxl-2 {
4678
3994
  margin: 0.5rem !important;
4679
3995
  }
4680
-
4681
3996
  .m-xxl-3 {
4682
3997
  margin: 1rem !important;
4683
3998
  }
4684
-
4685
3999
  .m-xxl-4 {
4686
4000
  margin: 1.5rem !important;
4687
4001
  }
4688
-
4689
4002
  .m-xxl-5 {
4690
4003
  margin: 3rem !important;
4691
4004
  }
4692
-
4693
4005
  .m-xxl-auto {
4694
4006
  margin: auto !important;
4695
4007
  }
4696
-
4697
4008
  .mx-xxl-0 {
4698
4009
  margin-right: 0 !important;
4699
4010
  margin-left: 0 !important;
4700
4011
  }
4701
-
4702
4012
  .mx-xxl-1 {
4703
4013
  margin-right: 0.25rem !important;
4704
4014
  margin-left: 0.25rem !important;
4705
4015
  }
4706
-
4707
4016
  .mx-xxl-2 {
4708
4017
  margin-right: 0.5rem !important;
4709
4018
  margin-left: 0.5rem !important;
4710
4019
  }
4711
-
4712
4020
  .mx-xxl-3 {
4713
4021
  margin-right: 1rem !important;
4714
4022
  margin-left: 1rem !important;
4715
4023
  }
4716
-
4717
4024
  .mx-xxl-4 {
4718
4025
  margin-right: 1.5rem !important;
4719
4026
  margin-left: 1.5rem !important;
4720
4027
  }
4721
-
4722
4028
  .mx-xxl-5 {
4723
4029
  margin-right: 3rem !important;
4724
4030
  margin-left: 3rem !important;
4725
4031
  }
4726
-
4727
4032
  .mx-xxl-auto {
4728
4033
  margin-right: auto !important;
4729
4034
  margin-left: auto !important;
4730
4035
  }
4731
-
4732
4036
  .my-xxl-0 {
4733
4037
  margin-top: 0 !important;
4734
4038
  margin-bottom: 0 !important;
4735
4039
  }
4736
-
4737
4040
  .my-xxl-1 {
4738
4041
  margin-top: 0.25rem !important;
4739
4042
  margin-bottom: 0.25rem !important;
4740
4043
  }
4741
-
4742
4044
  .my-xxl-2 {
4743
4045
  margin-top: 0.5rem !important;
4744
4046
  margin-bottom: 0.5rem !important;
4745
4047
  }
4746
-
4747
4048
  .my-xxl-3 {
4748
4049
  margin-top: 1rem !important;
4749
4050
  margin-bottom: 1rem !important;
4750
4051
  }
4751
-
4752
4052
  .my-xxl-4 {
4753
4053
  margin-top: 1.5rem !important;
4754
4054
  margin-bottom: 1.5rem !important;
4755
4055
  }
4756
-
4757
4056
  .my-xxl-5 {
4758
4057
  margin-top: 3rem !important;
4759
4058
  margin-bottom: 3rem !important;
4760
4059
  }
4761
-
4762
4060
  .my-xxl-auto {
4763
4061
  margin-top: auto !important;
4764
4062
  margin-bottom: auto !important;
4765
4063
  }
4766
-
4767
4064
  .mt-xxl-0 {
4768
4065
  margin-top: 0 !important;
4769
4066
  }
4770
-
4771
4067
  .mt-xxl-1 {
4772
4068
  margin-top: 0.25rem !important;
4773
4069
  }
4774
-
4775
4070
  .mt-xxl-2 {
4776
4071
  margin-top: 0.5rem !important;
4777
4072
  }
4778
-
4779
4073
  .mt-xxl-3 {
4780
4074
  margin-top: 1rem !important;
4781
4075
  }
4782
-
4783
4076
  .mt-xxl-4 {
4784
4077
  margin-top: 1.5rem !important;
4785
4078
  }
4786
-
4787
4079
  .mt-xxl-5 {
4788
4080
  margin-top: 3rem !important;
4789
4081
  }
4790
-
4791
4082
  .mt-xxl-auto {
4792
4083
  margin-top: auto !important;
4793
4084
  }
4794
-
4795
4085
  .me-xxl-0 {
4796
4086
  margin-right: 0 !important;
4797
4087
  }
4798
-
4799
4088
  .me-xxl-1 {
4800
4089
  margin-right: 0.25rem !important;
4801
4090
  }
4802
-
4803
4091
  .me-xxl-2 {
4804
4092
  margin-right: 0.5rem !important;
4805
4093
  }
4806
-
4807
4094
  .me-xxl-3 {
4808
4095
  margin-right: 1rem !important;
4809
4096
  }
4810
-
4811
4097
  .me-xxl-4 {
4812
4098
  margin-right: 1.5rem !important;
4813
4099
  }
4814
-
4815
4100
  .me-xxl-5 {
4816
4101
  margin-right: 3rem !important;
4817
4102
  }
4818
-
4819
4103
  .me-xxl-auto {
4820
4104
  margin-right: auto !important;
4821
4105
  }
4822
-
4823
4106
  .mb-xxl-0 {
4824
4107
  margin-bottom: 0 !important;
4825
4108
  }
4826
-
4827
4109
  .mb-xxl-1 {
4828
4110
  margin-bottom: 0.25rem !important;
4829
4111
  }
4830
-
4831
4112
  .mb-xxl-2 {
4832
4113
  margin-bottom: 0.5rem !important;
4833
4114
  }
4834
-
4835
4115
  .mb-xxl-3 {
4836
4116
  margin-bottom: 1rem !important;
4837
4117
  }
4838
-
4839
4118
  .mb-xxl-4 {
4840
4119
  margin-bottom: 1.5rem !important;
4841
4120
  }
4842
-
4843
4121
  .mb-xxl-5 {
4844
4122
  margin-bottom: 3rem !important;
4845
4123
  }
4846
-
4847
4124
  .mb-xxl-auto {
4848
4125
  margin-bottom: auto !important;
4849
4126
  }
4850
-
4851
4127
  .ms-xxl-0 {
4852
4128
  margin-left: 0 !important;
4853
4129
  }
4854
-
4855
4130
  .ms-xxl-1 {
4856
4131
  margin-left: 0.25rem !important;
4857
4132
  }
4858
-
4859
4133
  .ms-xxl-2 {
4860
4134
  margin-left: 0.5rem !important;
4861
4135
  }
4862
-
4863
4136
  .ms-xxl-3 {
4864
4137
  margin-left: 1rem !important;
4865
4138
  }
4866
-
4867
4139
  .ms-xxl-4 {
4868
4140
  margin-left: 1.5rem !important;
4869
4141
  }
4870
-
4871
4142
  .ms-xxl-5 {
4872
4143
  margin-left: 3rem !important;
4873
4144
  }
4874
-
4875
4145
  .ms-xxl-auto {
4876
4146
  margin-left: auto !important;
4877
4147
  }
4878
-
4879
4148
  .p-xxl-0 {
4880
4149
  padding: 0 !important;
4881
4150
  }
4882
-
4883
4151
  .p-xxl-1 {
4884
4152
  padding: 0.25rem !important;
4885
4153
  }
4886
-
4887
4154
  .p-xxl-2 {
4888
4155
  padding: 0.5rem !important;
4889
4156
  }
4890
-
4891
4157
  .p-xxl-3 {
4892
4158
  padding: 1rem !important;
4893
4159
  }
4894
-
4895
4160
  .p-xxl-4 {
4896
4161
  padding: 1.5rem !important;
4897
4162
  }
4898
-
4899
4163
  .p-xxl-5 {
4900
4164
  padding: 3rem !important;
4901
4165
  }
4902
-
4903
4166
  .px-xxl-0 {
4904
4167
  padding-right: 0 !important;
4905
4168
  padding-left: 0 !important;
4906
4169
  }
4907
-
4908
4170
  .px-xxl-1 {
4909
4171
  padding-right: 0.25rem !important;
4910
4172
  padding-left: 0.25rem !important;
4911
4173
  }
4912
-
4913
4174
  .px-xxl-2 {
4914
4175
  padding-right: 0.5rem !important;
4915
4176
  padding-left: 0.5rem !important;
4916
4177
  }
4917
-
4918
4178
  .px-xxl-3 {
4919
4179
  padding-right: 1rem !important;
4920
4180
  padding-left: 1rem !important;
4921
4181
  }
4922
-
4923
4182
  .px-xxl-4 {
4924
4183
  padding-right: 1.5rem !important;
4925
4184
  padding-left: 1.5rem !important;
4926
4185
  }
4927
-
4928
4186
  .px-xxl-5 {
4929
4187
  padding-right: 3rem !important;
4930
4188
  padding-left: 3rem !important;
4931
4189
  }
4932
-
4933
4190
  .py-xxl-0 {
4934
4191
  padding-top: 0 !important;
4935
4192
  padding-bottom: 0 !important;
4936
4193
  }
4937
-
4938
4194
  .py-xxl-1 {
4939
4195
  padding-top: 0.25rem !important;
4940
4196
  padding-bottom: 0.25rem !important;
4941
4197
  }
4942
-
4943
4198
  .py-xxl-2 {
4944
4199
  padding-top: 0.5rem !important;
4945
4200
  padding-bottom: 0.5rem !important;
4946
4201
  }
4947
-
4948
4202
  .py-xxl-3 {
4949
4203
  padding-top: 1rem !important;
4950
4204
  padding-bottom: 1rem !important;
4951
4205
  }
4952
-
4953
4206
  .py-xxl-4 {
4954
4207
  padding-top: 1.5rem !important;
4955
4208
  padding-bottom: 1.5rem !important;
4956
4209
  }
4957
-
4958
4210
  .py-xxl-5 {
4959
4211
  padding-top: 3rem !important;
4960
4212
  padding-bottom: 3rem !important;
4961
4213
  }
4962
-
4963
4214
  .pt-xxl-0 {
4964
4215
  padding-top: 0 !important;
4965
4216
  }
4966
-
4967
4217
  .pt-xxl-1 {
4968
4218
  padding-top: 0.25rem !important;
4969
4219
  }
4970
-
4971
4220
  .pt-xxl-2 {
4972
4221
  padding-top: 0.5rem !important;
4973
4222
  }
4974
-
4975
4223
  .pt-xxl-3 {
4976
4224
  padding-top: 1rem !important;
4977
4225
  }
4978
-
4979
4226
  .pt-xxl-4 {
4980
4227
  padding-top: 1.5rem !important;
4981
4228
  }
4982
-
4983
4229
  .pt-xxl-5 {
4984
4230
  padding-top: 3rem !important;
4985
4231
  }
4986
-
4987
4232
  .pe-xxl-0 {
4988
4233
  padding-right: 0 !important;
4989
4234
  }
4990
-
4991
4235
  .pe-xxl-1 {
4992
4236
  padding-right: 0.25rem !important;
4993
4237
  }
4994
-
4995
4238
  .pe-xxl-2 {
4996
4239
  padding-right: 0.5rem !important;
4997
4240
  }
4998
-
4999
4241
  .pe-xxl-3 {
5000
4242
  padding-right: 1rem !important;
5001
4243
  }
5002
-
5003
4244
  .pe-xxl-4 {
5004
4245
  padding-right: 1.5rem !important;
5005
4246
  }
5006
-
5007
4247
  .pe-xxl-5 {
5008
4248
  padding-right: 3rem !important;
5009
4249
  }
5010
-
5011
4250
  .pb-xxl-0 {
5012
4251
  padding-bottom: 0 !important;
5013
4252
  }
5014
-
5015
4253
  .pb-xxl-1 {
5016
4254
  padding-bottom: 0.25rem !important;
5017
4255
  }
5018
-
5019
4256
  .pb-xxl-2 {
5020
4257
  padding-bottom: 0.5rem !important;
5021
4258
  }
5022
-
5023
4259
  .pb-xxl-3 {
5024
4260
  padding-bottom: 1rem !important;
5025
4261
  }
5026
-
5027
4262
  .pb-xxl-4 {
5028
4263
  padding-bottom: 1.5rem !important;
5029
4264
  }
5030
-
5031
4265
  .pb-xxl-5 {
5032
4266
  padding-bottom: 3rem !important;
5033
4267
  }
5034
-
5035
4268
  .ps-xxl-0 {
5036
4269
  padding-left: 0 !important;
5037
4270
  }
5038
-
5039
4271
  .ps-xxl-1 {
5040
4272
  padding-left: 0.25rem !important;
5041
4273
  }
5042
-
5043
4274
  .ps-xxl-2 {
5044
4275
  padding-left: 0.5rem !important;
5045
4276
  }
5046
-
5047
4277
  .ps-xxl-3 {
5048
4278
  padding-left: 1rem !important;
5049
4279
  }
5050
-
5051
4280
  .ps-xxl-4 {
5052
4281
  padding-left: 1.5rem !important;
5053
4282
  }
5054
-
5055
4283
  .ps-xxl-5 {
5056
4284
  padding-left: 3rem !important;
5057
4285
  }
5058
-
5059
4286
  .text-xxl-start {
5060
4287
  text-align: left !important;
5061
4288
  }
5062
-
5063
4289
  .text-xxl-end {
5064
4290
  text-align: right !important;
5065
4291
  }
5066
-
5067
4292
  .text-xxl-center {
5068
4293
  text-align: center !important;
5069
4294
  }
@@ -5072,15 +4297,12 @@
5072
4297
  .fs-1 {
5073
4298
  font-size: 2.5rem !important;
5074
4299
  }
5075
-
5076
4300
  .fs-2 {
5077
4301
  font-size: 2rem !important;
5078
4302
  }
5079
-
5080
4303
  .fs-3 {
5081
4304
  font-size: 1.75rem !important;
5082
4305
  }
5083
-
5084
4306
  .fs-4 {
5085
4307
  font-size: 1.5rem !important;
5086
4308
  }
@@ -5089,39 +4311,30 @@
5089
4311
  .d-print-inline {
5090
4312
  display: inline !important;
5091
4313
  }
5092
-
5093
4314
  .d-print-inline-block {
5094
4315
  display: inline-block !important;
5095
4316
  }
5096
-
5097
4317
  .d-print-block {
5098
4318
  display: block !important;
5099
4319
  }
5100
-
5101
4320
  .d-print-grid {
5102
4321
  display: grid !important;
5103
4322
  }
5104
-
5105
4323
  .d-print-table {
5106
4324
  display: table !important;
5107
4325
  }
5108
-
5109
4326
  .d-print-table-row {
5110
4327
  display: table-row !important;
5111
4328
  }
5112
-
5113
4329
  .d-print-table-cell {
5114
4330
  display: table-cell !important;
5115
4331
  }
5116
-
5117
4332
  .d-print-flex {
5118
4333
  display: flex !important;
5119
4334
  }
5120
-
5121
4335
  .d-print-inline-flex {
5122
4336
  display: inline-flex !important;
5123
4337
  }
5124
-
5125
4338
  .d-print-none {
5126
4339
  display: none !important;
5127
4340
  }