@vixcom/ui 1.1.0 → 1.3.0

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 (171) hide show
  1. package/{js → dist/js}/bootstrap.min.js +6 -6
  2. package/{js → dist/js}/jquery.min.js +3 -3
  3. package/{js → dist/js}/lodash.min.js +138 -138
  4. package/{js → dist/js}/mdb.min.js +15410 -15410
  5. package/{js → dist/js}/owl.carousel.min.js +6 -6
  6. package/firebase.json +54 -54
  7. package/http-server.sh +3 -3
  8. package/package.json +6 -5
  9. package/src/assets/img/default.png +0 -0
  10. package/src/assets/img/favicon.png +0 -0
  11. package/src/assets/img/icon.png +0 -0
  12. package/src/assets/img/logo.dark.png +0 -0
  13. package/src/assets/img/logo.png +0 -0
  14. package/src/assets/img/logo.white.png +0 -0
  15. package/{css → src/css}/animations.css +2 -3
  16. package/src/css/animations.css.map +1 -0
  17. package/src/css/app.css.map +1 -0
  18. package/{css → src/css}/colors.css +495 -491
  19. package/src/css/colors.css.map +1 -0
  20. package/src/css/external/bootstrap-grid.css +4055 -0
  21. package/src/css/external/bootstrap-grid.css.map +1 -0
  22. package/src/css/external/bootstrap.css +9582 -0
  23. package/src/css/external/bootstrap.css.map +1 -0
  24. package/src/css/external/mdb.css +8811 -0
  25. package/src/css/external/mdb.css.map +1 -0
  26. package/src/css/external/owl-carousel.css +218 -0
  27. package/src/css/external/owl-carousel.css.map +1 -0
  28. package/src/css/external/tailwindcss.css +3 -0
  29. package/src/css/external/tailwindcss.css.map +1 -0
  30. package/{css → src/css}/helper/primefaces.css +0 -1
  31. package/{css → src/css}/helper/primefaces.css.map +1 -1
  32. package/src/css/icons/external/bootstrap.icons.css +5502 -0
  33. package/src/css/icons/external/bootstrap.icons.css.map +1 -0
  34. package/src/css/icons/external/fontawesome.icons.css +6122 -0
  35. package/src/css/icons/external/fontawesome.icons.css.map +1 -0
  36. package/src/css/icons/external/material-design.icons.css +5727 -0
  37. package/src/css/icons/external/material-design.icons.css.map +1 -0
  38. package/src/css/icons/external/themify.icons.css +1428 -0
  39. package/src/css/icons/external/themify.icons.css.map +1 -0
  40. package/{css → src/css}/index.css +3 -4
  41. package/src/css/index.css.map +1 -0
  42. package/{css/app.css → src/css/main.css} +31 -38
  43. package/src/css/main.css.map +1 -0
  44. package/src/css/menu.css +575 -0
  45. package/src/css/menu.css.map +1 -0
  46. package/{css → src/css}/polyfills.css +0 -1
  47. package/src/css/polyfills.css.map +1 -0
  48. package/{css → src/css}/sizes.css +0 -1436
  49. package/src/css/sizes.css.map +1 -0
  50. package/{css → src/css}/variables.css +39 -39
  51. package/src/fonts/MontessoriScript.ttf +0 -0
  52. package/src/fonts/Montserrat-Bold.ttf +0 -0
  53. package/src/fonts/Montserrat-Regular.ttf +0 -0
  54. package/src/fonts/NotoSans-Bold.ttf +0 -0
  55. package/src/fonts/Roboto-Bold.ttf +0 -0
  56. package/src/fonts/Roboto-Regular.ttf +0 -0
  57. package/src/fonts/bootstrap-icons.woff +0 -0
  58. package/src/fonts/fa-brands.woff +0 -0
  59. package/src/fonts/fa-regular.woff +0 -0
  60. package/src/fonts/fa-solid.woff +0 -0
  61. package/src/fonts/material-design-icons.ttf +0 -0
  62. package/{index.html → src/index.html} +205 -205
  63. package/src/js/axios.min.js +3 -0
  64. package/src/js/bootstrap.min.js +7 -0
  65. package/{pages/tier-1/scripts → src/js}/jquery.min.js +3 -3
  66. package/src/js/lodash.min.js +139 -0
  67. package/src/js/mdb.min.js +15411 -0
  68. package/src/js/owl.carousel.min.js +7 -0
  69. package/src/js/rapidoc-min.js +4 -0
  70. package/{pages/tier-1/scripts → src/js}/sidebar.min.js +49 -49
  71. package/{pages/error/index.html → src/pages/404.html} +31 -31
  72. package/src/pages/sidemenu/index.html +65 -0
  73. package/{pages/tier-2 → src/pages/tier-1}/LICENSE +201 -201
  74. package/{pages → src/pages}/tier-1/index.html +73 -73
  75. package/{pages/tier-2 → src/pages/tier-1}/scripts/jquery.min.js +3 -3
  76. package/src/pages/tier-1/scripts/sidebar.min.js +50 -0
  77. package/{pages/tier-2 → src/pages/tier-1}/styles/bootstrap.css +9494 -9494
  78. package/{pages/tier-2 → src/pages/tier-1}/styles/color.css +27 -27
  79. package/{pages → src/pages}/tier-1/styles/layout.css +32 -32
  80. package/{pages/tier-2 → src/pages/tier-1}/styles/mdb.css +9656 -9656
  81. package/{pages → src/pages}/tier-1/styles/page.css +25 -25
  82. package/{pages → src/pages}/tier-1/styles/sidebar.css +192 -192
  83. package/{pages/tier-2 → src/pages/tier-1}/styles/themify.css +1427 -1427
  84. package/{pages/tier-1 → src/pages/tier-2}/LICENSE +201 -201
  85. package/{pages → src/pages}/tier-2/index.html +64 -64
  86. package/src/pages/tier-2/scripts/jquery.min.js +4 -0
  87. package/{pages → src/pages}/tier-2/scripts/sidebar.min.js +49 -49
  88. package/{pages/tier-1 → src/pages/tier-2}/styles/bootstrap.css +9494 -9494
  89. package/{pages/tier-1 → src/pages/tier-2}/styles/color.css +27 -27
  90. package/{pages → src/pages}/tier-2/styles/layout.css +42 -42
  91. package/{pages/tier-1 → src/pages/tier-2}/styles/mdb.css +9656 -9656
  92. package/{pages → src/pages}/tier-2/styles/page.css +25 -25
  93. package/{pages → src/pages}/tier-2/styles/sidebar.css +192 -192
  94. package/{pages/tier-1 → src/pages/tier-2}/styles/themify.css +1427 -1427
  95. package/src/styles/_mixins.scss +445 -0
  96. package/{styles → src/styles}/animations.scss +190 -190
  97. package/{styles → src/styles}/colors.scss +118 -117
  98. package/{css → src/styles}/external/bootstrap.css +10307 -10307
  99. package/{css → src/styles}/external/mdb.css +9444 -9444
  100. package/{css → src/styles}/external/owl-carousel.css +217 -217
  101. package/src/styles/external/tailwindcss.css +0 -0
  102. package/{styles → src/styles}/fonts.scss +16 -16
  103. package/{styles → src/styles}/grid.scss +3 -3
  104. package/{styles → src/styles}/helper/owl.carousel.scss +91 -91
  105. package/{styles → src/styles}/helper/primefaces.scss +373 -373
  106. package/{styles → src/styles}/helper/tailwindcss.scss +3 -3
  107. package/{styles → src/styles}/index.scss +25 -25
  108. package/{styles/app.scss → src/styles/main.scss} +2016 -2020
  109. package/src/styles/menu.scss +585 -0
  110. package/{styles → src/styles}/polyfills.scss +8 -8
  111. package/{styles → src/styles}/sizes.scss +195 -191
  112. package/{styles → src/styles}/variables.scss +30 -30
  113. package/tailwind.config.js +23 -0
  114. package/.firebaserc +0 -17
  115. package/.github/release-please.yml +0 -2
  116. package/.github/workflows/deploy-prod.yml +0 -26
  117. package/.pnpm-debug.log +0 -19
  118. package/css/animations.css.map +0 -1
  119. package/css/app.css.map +0 -1
  120. package/css/colors.css.map +0 -1
  121. package/css/helper/primefaces.org.css.map +0 -1
  122. package/css/index.css.map +0 -1
  123. package/css/menu.css +0 -556
  124. package/css/menu.css.map +0 -1
  125. package/css/polyfills.css.map +0 -1
  126. package/css/sidebar.css.map +0 -1
  127. package/css/sizes.css.map +0 -1
  128. package/pages/sidemenu/index.html +0 -36
  129. package/styles/_mixins.scss +0 -309
  130. package/styles/menu.scss +0 -566
  131. package/test.http +0 -14
  132. /package/{assets → dist/assets}/img/favicon.png +0 -0
  133. /package/{assets → dist/assets}/img/icon.png +0 -0
  134. /package/{fonts → dist/fonts}/MontessoriScript.ttf +0 -0
  135. /package/{fonts → dist/fonts}/Montserrat-Bold.ttf +0 -0
  136. /package/{fonts → dist/fonts}/Montserrat-Regular.ttf +0 -0
  137. /package/{fonts → dist/fonts}/NotoSans-Bold.ttf +0 -0
  138. /package/{fonts → dist/fonts}/Roboto-Bold.ttf +0 -0
  139. /package/{fonts → dist/fonts}/Roboto-Regular.ttf +0 -0
  140. /package/{fonts → dist/fonts}/bootstrap-icons.woff +0 -0
  141. /package/{fonts → dist/fonts}/fa-brands.woff +0 -0
  142. /package/{fonts → dist/fonts}/fa-regular.woff +0 -0
  143. /package/{fonts → dist/fonts}/fa-solid.woff +0 -0
  144. /package/{fonts → dist/fonts}/material-design-icons.ttf +0 -0
  145. /package/{js → dist/js}/axios.min.js +0 -0
  146. /package/{js → dist/js}/rapidoc-min.js +0 -0
  147. /package/{js → dist/js}/sidebar.min.js +0 -0
  148. /package/{css → src/css}/fonts.css +0 -0
  149. /package/{css → src/css}/fonts.css.map +0 -0
  150. /package/{css → src/css}/grid.css +0 -0
  151. /package/{css → src/css}/grid.css.map +0 -0
  152. /package/{css → src/css}/helper/owl.carousel.css +0 -0
  153. /package/{css → src/css}/helper/owl.carousel.css.map +0 -0
  154. /package/{css → src/css}/helper/tailwindcss.css +0 -0
  155. /package/{css → src/css}/helper/tailwindcss.css.map +0 -0
  156. /package/{css → src/css}/variables.css.map +0 -0
  157. /package/{pages → src/pages}/tier-1/fonts/krub/Krub-Bold.ttf +0 -0
  158. /package/{pages → src/pages}/tier-1/fonts/krub/Krub-Light.ttf +0 -0
  159. /package/{pages → src/pages}/tier-1/fonts/krub/Krub-Regular.ttf +0 -0
  160. /package/{pages → src/pages}/tier-1/fonts/themify.woff +0 -0
  161. /package/{pages → src/pages}/tier-1/preview.png +0 -0
  162. /package/{pages → src/pages}/tier-2/fonts/krub/Krub-Bold.ttf +0 -0
  163. /package/{pages → src/pages}/tier-2/fonts/krub/Krub-Light.ttf +0 -0
  164. /package/{pages → src/pages}/tier-2/fonts/krub/Krub-Regular.ttf +0 -0
  165. /package/{pages → src/pages}/tier-2/fonts/themify.woff +0 -0
  166. /package/{pages → src/pages}/tier-2/preview.png +0 -0
  167. /package/{css → src/styles}/external/bootstrap-grid.css +0 -0
  168. /package/{css → src/styles}/icons/external/bootstrap.icons.css +0 -0
  169. /package/{css → src/styles}/icons/external/fontawesome.icons.css +0 -0
  170. /package/{css → src/styles}/icons/external/material-design.icons.css +0 -0
  171. /package/{css → src/styles}/icons/external/themify.icons.css +0 -0
@@ -0,0 +1,4055 @@
1
+ /*!
2
+ * Bootstrap Grid v5.0.1 (https://getbootstrap.com/)
3
+ * Copyright 2011-2021 The Bootstrap Authors
4
+ * Copyright 2011-2021 Twitter, Inc.
5
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
6
+ */
7
+ .container,
8
+ .container-fluid,
9
+ .container-xxl,
10
+ .container-xl,
11
+ .container-lg,
12
+ .container-md,
13
+ .container-sm {
14
+ width: 100%;
15
+ padding-right: var(--bs-gutter-x, 0.75rem);
16
+ padding-left: var(--bs-gutter-x, 0.75rem);
17
+ margin-right: auto;
18
+ margin-left: auto;
19
+ }
20
+
21
+ @media (min-width: 576px) {
22
+ .container-sm, .container {
23
+ max-width: 540px;
24
+ }
25
+ }
26
+ @media (min-width: 768px) {
27
+ .container-md, .container-sm, .container {
28
+ max-width: 720px;
29
+ }
30
+ }
31
+ @media (min-width: 992px) {
32
+ .container-lg, .container-md, .container-sm, .container {
33
+ max-width: 960px;
34
+ }
35
+ }
36
+ @media (min-width: 1200px) {
37
+ .container-xl, .container-lg, .container-md, .container-sm, .container {
38
+ max-width: 1140px;
39
+ }
40
+ }
41
+ @media (min-width: 1400px) {
42
+ .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
43
+ max-width: 1320px;
44
+ }
45
+ }
46
+ .row {
47
+ --bs-gutter-x: 1.5rem;
48
+ --bs-gutter-y: 0;
49
+ display: flex;
50
+ flex-wrap: wrap;
51
+ margin-top: calc(var(--bs-gutter-y) * -1);
52
+ margin-right: calc(var(--bs-gutter-x) / -2);
53
+ margin-left: calc(var(--bs-gutter-x) / -2);
54
+ }
55
+
56
+ .row > * {
57
+ box-sizing: border-box;
58
+ flex-shrink: 0;
59
+ width: 100%;
60
+ max-width: 100%;
61
+ padding-right: calc(var(--bs-gutter-x) / 2);
62
+ padding-left: calc(var(--bs-gutter-x) / 2);
63
+ margin-top: var(--bs-gutter-y);
64
+ }
65
+
66
+ .col {
67
+ flex: 1 0 0%;
68
+ }
69
+
70
+ .row-cols-auto > * {
71
+ flex: 0 0 auto;
72
+ width: auto;
73
+ }
74
+
75
+ .row-cols-1 > * {
76
+ flex: 0 0 auto;
77
+ width: 100%;
78
+ }
79
+
80
+ .row-cols-2 > * {
81
+ flex: 0 0 auto;
82
+ width: 50%;
83
+ }
84
+
85
+ .row-cols-3 > * {
86
+ flex: 0 0 auto;
87
+ width: 33.3333333333%;
88
+ }
89
+
90
+ .row-cols-4 > * {
91
+ flex: 0 0 auto;
92
+ width: 25%;
93
+ }
94
+
95
+ .row-cols-5 > * {
96
+ flex: 0 0 auto;
97
+ width: 20%;
98
+ }
99
+
100
+ .row-cols-6 > * {
101
+ flex: 0 0 auto;
102
+ width: 16.6666666667%;
103
+ }
104
+
105
+ .col-auto {
106
+ flex: 0 0 auto;
107
+ width: auto;
108
+ }
109
+
110
+ .col-1 {
111
+ flex: 0 0 auto;
112
+ width: 8.3333333333%;
113
+ }
114
+
115
+ .col-2 {
116
+ flex: 0 0 auto;
117
+ width: 16.6666666667%;
118
+ }
119
+
120
+ .col-3 {
121
+ flex: 0 0 auto;
122
+ width: 25%;
123
+ }
124
+
125
+ .col-4 {
126
+ flex: 0 0 auto;
127
+ width: 33.3333333333%;
128
+ }
129
+
130
+ .col-5 {
131
+ flex: 0 0 auto;
132
+ width: 41.6666666667%;
133
+ }
134
+
135
+ .col-6 {
136
+ flex: 0 0 auto;
137
+ width: 50%;
138
+ }
139
+
140
+ .col-7 {
141
+ flex: 0 0 auto;
142
+ width: 58.3333333333%;
143
+ }
144
+
145
+ .col-8 {
146
+ flex: 0 0 auto;
147
+ width: 66.6666666667%;
148
+ }
149
+
150
+ .col-9 {
151
+ flex: 0 0 auto;
152
+ width: 75%;
153
+ }
154
+
155
+ .col-10 {
156
+ flex: 0 0 auto;
157
+ width: 83.3333333333%;
158
+ }
159
+
160
+ .col-11 {
161
+ flex: 0 0 auto;
162
+ width: 91.6666666667%;
163
+ }
164
+
165
+ .col-12 {
166
+ flex: 0 0 auto;
167
+ width: 100%;
168
+ }
169
+
170
+ .offset-1 {
171
+ margin-left: 8.3333333333%;
172
+ }
173
+
174
+ .offset-2 {
175
+ margin-left: 16.6666666667%;
176
+ }
177
+
178
+ .offset-3 {
179
+ margin-left: 25%;
180
+ }
181
+
182
+ .offset-4 {
183
+ margin-left: 33.3333333333%;
184
+ }
185
+
186
+ .offset-5 {
187
+ margin-left: 41.6666666667%;
188
+ }
189
+
190
+ .offset-6 {
191
+ margin-left: 50%;
192
+ }
193
+
194
+ .offset-7 {
195
+ margin-left: 58.3333333333%;
196
+ }
197
+
198
+ .offset-8 {
199
+ margin-left: 66.6666666667%;
200
+ }
201
+
202
+ .offset-9 {
203
+ margin-left: 75%;
204
+ }
205
+
206
+ .offset-10 {
207
+ margin-left: 83.3333333333%;
208
+ }
209
+
210
+ .offset-11 {
211
+ margin-left: 91.6666666667%;
212
+ }
213
+
214
+ .g-0,
215
+ .gx-0 {
216
+ --bs-gutter-x: 0;
217
+ }
218
+
219
+ .g-0,
220
+ .gy-0 {
221
+ --bs-gutter-y: 0;
222
+ }
223
+
224
+ .g-1,
225
+ .gx-1 {
226
+ --bs-gutter-x: 0.25rem;
227
+ }
228
+
229
+ .g-1,
230
+ .gy-1 {
231
+ --bs-gutter-y: 0.25rem;
232
+ }
233
+
234
+ .g-2,
235
+ .gx-2 {
236
+ --bs-gutter-x: 0.5rem;
237
+ }
238
+
239
+ .g-2,
240
+ .gy-2 {
241
+ --bs-gutter-y: 0.5rem;
242
+ }
243
+
244
+ .g-3,
245
+ .gx-3 {
246
+ --bs-gutter-x: 1rem;
247
+ }
248
+
249
+ .g-3,
250
+ .gy-3 {
251
+ --bs-gutter-y: 1rem;
252
+ }
253
+
254
+ .g-4,
255
+ .gx-4 {
256
+ --bs-gutter-x: 1.5rem;
257
+ }
258
+
259
+ .g-4,
260
+ .gy-4 {
261
+ --bs-gutter-y: 1.5rem;
262
+ }
263
+
264
+ .g-5,
265
+ .gx-5 {
266
+ --bs-gutter-x: 3rem;
267
+ }
268
+
269
+ .g-5,
270
+ .gy-5 {
271
+ --bs-gutter-y: 3rem;
272
+ }
273
+
274
+ @media (min-width: 576px) {
275
+ .col-sm {
276
+ flex: 1 0 0%;
277
+ }
278
+ .row-cols-sm-auto > * {
279
+ flex: 0 0 auto;
280
+ width: auto;
281
+ }
282
+ .row-cols-sm-1 > * {
283
+ flex: 0 0 auto;
284
+ width: 100%;
285
+ }
286
+ .row-cols-sm-2 > * {
287
+ flex: 0 0 auto;
288
+ width: 50%;
289
+ }
290
+ .row-cols-sm-3 > * {
291
+ flex: 0 0 auto;
292
+ width: 33.3333333333%;
293
+ }
294
+ .row-cols-sm-4 > * {
295
+ flex: 0 0 auto;
296
+ width: 25%;
297
+ }
298
+ .row-cols-sm-5 > * {
299
+ flex: 0 0 auto;
300
+ width: 20%;
301
+ }
302
+ .row-cols-sm-6 > * {
303
+ flex: 0 0 auto;
304
+ width: 16.6666666667%;
305
+ }
306
+ .col-sm-auto {
307
+ flex: 0 0 auto;
308
+ width: auto;
309
+ }
310
+ .col-sm-1 {
311
+ flex: 0 0 auto;
312
+ width: 8.3333333333%;
313
+ }
314
+ .col-sm-2 {
315
+ flex: 0 0 auto;
316
+ width: 16.6666666667%;
317
+ }
318
+ .col-sm-3 {
319
+ flex: 0 0 auto;
320
+ width: 25%;
321
+ }
322
+ .col-sm-4 {
323
+ flex: 0 0 auto;
324
+ width: 33.3333333333%;
325
+ }
326
+ .col-sm-5 {
327
+ flex: 0 0 auto;
328
+ width: 41.6666666667%;
329
+ }
330
+ .col-sm-6 {
331
+ flex: 0 0 auto;
332
+ width: 50%;
333
+ }
334
+ .col-sm-7 {
335
+ flex: 0 0 auto;
336
+ width: 58.3333333333%;
337
+ }
338
+ .col-sm-8 {
339
+ flex: 0 0 auto;
340
+ width: 66.6666666667%;
341
+ }
342
+ .col-sm-9 {
343
+ flex: 0 0 auto;
344
+ width: 75%;
345
+ }
346
+ .col-sm-10 {
347
+ flex: 0 0 auto;
348
+ width: 83.3333333333%;
349
+ }
350
+ .col-sm-11 {
351
+ flex: 0 0 auto;
352
+ width: 91.6666666667%;
353
+ }
354
+ .col-sm-12 {
355
+ flex: 0 0 auto;
356
+ width: 100%;
357
+ }
358
+ .offset-sm-0 {
359
+ margin-left: 0;
360
+ }
361
+ .offset-sm-1 {
362
+ margin-left: 8.3333333333%;
363
+ }
364
+ .offset-sm-2 {
365
+ margin-left: 16.6666666667%;
366
+ }
367
+ .offset-sm-3 {
368
+ margin-left: 25%;
369
+ }
370
+ .offset-sm-4 {
371
+ margin-left: 33.3333333333%;
372
+ }
373
+ .offset-sm-5 {
374
+ margin-left: 41.6666666667%;
375
+ }
376
+ .offset-sm-6 {
377
+ margin-left: 50%;
378
+ }
379
+ .offset-sm-7 {
380
+ margin-left: 58.3333333333%;
381
+ }
382
+ .offset-sm-8 {
383
+ margin-left: 66.6666666667%;
384
+ }
385
+ .offset-sm-9 {
386
+ margin-left: 75%;
387
+ }
388
+ .offset-sm-10 {
389
+ margin-left: 83.3333333333%;
390
+ }
391
+ .offset-sm-11 {
392
+ margin-left: 91.6666666667%;
393
+ }
394
+ .g-sm-0,
395
+ .gx-sm-0 {
396
+ --bs-gutter-x: 0;
397
+ }
398
+ .g-sm-0,
399
+ .gy-sm-0 {
400
+ --bs-gutter-y: 0;
401
+ }
402
+ .g-sm-1,
403
+ .gx-sm-1 {
404
+ --bs-gutter-x: 0.25rem;
405
+ }
406
+ .g-sm-1,
407
+ .gy-sm-1 {
408
+ --bs-gutter-y: 0.25rem;
409
+ }
410
+ .g-sm-2,
411
+ .gx-sm-2 {
412
+ --bs-gutter-x: 0.5rem;
413
+ }
414
+ .g-sm-2,
415
+ .gy-sm-2 {
416
+ --bs-gutter-y: 0.5rem;
417
+ }
418
+ .g-sm-3,
419
+ .gx-sm-3 {
420
+ --bs-gutter-x: 1rem;
421
+ }
422
+ .g-sm-3,
423
+ .gy-sm-3 {
424
+ --bs-gutter-y: 1rem;
425
+ }
426
+ .g-sm-4,
427
+ .gx-sm-4 {
428
+ --bs-gutter-x: 1.5rem;
429
+ }
430
+ .g-sm-4,
431
+ .gy-sm-4 {
432
+ --bs-gutter-y: 1.5rem;
433
+ }
434
+ .g-sm-5,
435
+ .gx-sm-5 {
436
+ --bs-gutter-x: 3rem;
437
+ }
438
+ .g-sm-5,
439
+ .gy-sm-5 {
440
+ --bs-gutter-y: 3rem;
441
+ }
442
+ }
443
+ @media (min-width: 768px) {
444
+ .col-md {
445
+ flex: 1 0 0%;
446
+ }
447
+ .row-cols-md-auto > * {
448
+ flex: 0 0 auto;
449
+ width: auto;
450
+ }
451
+ .row-cols-md-1 > * {
452
+ flex: 0 0 auto;
453
+ width: 100%;
454
+ }
455
+ .row-cols-md-2 > * {
456
+ flex: 0 0 auto;
457
+ width: 50%;
458
+ }
459
+ .row-cols-md-3 > * {
460
+ flex: 0 0 auto;
461
+ width: 33.3333333333%;
462
+ }
463
+ .row-cols-md-4 > * {
464
+ flex: 0 0 auto;
465
+ width: 25%;
466
+ }
467
+ .row-cols-md-5 > * {
468
+ flex: 0 0 auto;
469
+ width: 20%;
470
+ }
471
+ .row-cols-md-6 > * {
472
+ flex: 0 0 auto;
473
+ width: 16.6666666667%;
474
+ }
475
+ .col-md-auto {
476
+ flex: 0 0 auto;
477
+ width: auto;
478
+ }
479
+ .col-md-1 {
480
+ flex: 0 0 auto;
481
+ width: 8.3333333333%;
482
+ }
483
+ .col-md-2 {
484
+ flex: 0 0 auto;
485
+ width: 16.6666666667%;
486
+ }
487
+ .col-md-3 {
488
+ flex: 0 0 auto;
489
+ width: 25%;
490
+ }
491
+ .col-md-4 {
492
+ flex: 0 0 auto;
493
+ width: 33.3333333333%;
494
+ }
495
+ .col-md-5 {
496
+ flex: 0 0 auto;
497
+ width: 41.6666666667%;
498
+ }
499
+ .col-md-6 {
500
+ flex: 0 0 auto;
501
+ width: 50%;
502
+ }
503
+ .col-md-7 {
504
+ flex: 0 0 auto;
505
+ width: 58.3333333333%;
506
+ }
507
+ .col-md-8 {
508
+ flex: 0 0 auto;
509
+ width: 66.6666666667%;
510
+ }
511
+ .col-md-9 {
512
+ flex: 0 0 auto;
513
+ width: 75%;
514
+ }
515
+ .col-md-10 {
516
+ flex: 0 0 auto;
517
+ width: 83.3333333333%;
518
+ }
519
+ .col-md-11 {
520
+ flex: 0 0 auto;
521
+ width: 91.6666666667%;
522
+ }
523
+ .col-md-12 {
524
+ flex: 0 0 auto;
525
+ width: 100%;
526
+ }
527
+ .offset-md-0 {
528
+ margin-left: 0;
529
+ }
530
+ .offset-md-1 {
531
+ margin-left: 8.3333333333%;
532
+ }
533
+ .offset-md-2 {
534
+ margin-left: 16.6666666667%;
535
+ }
536
+ .offset-md-3 {
537
+ margin-left: 25%;
538
+ }
539
+ .offset-md-4 {
540
+ margin-left: 33.3333333333%;
541
+ }
542
+ .offset-md-5 {
543
+ margin-left: 41.6666666667%;
544
+ }
545
+ .offset-md-6 {
546
+ margin-left: 50%;
547
+ }
548
+ .offset-md-7 {
549
+ margin-left: 58.3333333333%;
550
+ }
551
+ .offset-md-8 {
552
+ margin-left: 66.6666666667%;
553
+ }
554
+ .offset-md-9 {
555
+ margin-left: 75%;
556
+ }
557
+ .offset-md-10 {
558
+ margin-left: 83.3333333333%;
559
+ }
560
+ .offset-md-11 {
561
+ margin-left: 91.6666666667%;
562
+ }
563
+ .g-md-0,
564
+ .gx-md-0 {
565
+ --bs-gutter-x: 0;
566
+ }
567
+ .g-md-0,
568
+ .gy-md-0 {
569
+ --bs-gutter-y: 0;
570
+ }
571
+ .g-md-1,
572
+ .gx-md-1 {
573
+ --bs-gutter-x: 0.25rem;
574
+ }
575
+ .g-md-1,
576
+ .gy-md-1 {
577
+ --bs-gutter-y: 0.25rem;
578
+ }
579
+ .g-md-2,
580
+ .gx-md-2 {
581
+ --bs-gutter-x: 0.5rem;
582
+ }
583
+ .g-md-2,
584
+ .gy-md-2 {
585
+ --bs-gutter-y: 0.5rem;
586
+ }
587
+ .g-md-3,
588
+ .gx-md-3 {
589
+ --bs-gutter-x: 1rem;
590
+ }
591
+ .g-md-3,
592
+ .gy-md-3 {
593
+ --bs-gutter-y: 1rem;
594
+ }
595
+ .g-md-4,
596
+ .gx-md-4 {
597
+ --bs-gutter-x: 1.5rem;
598
+ }
599
+ .g-md-4,
600
+ .gy-md-4 {
601
+ --bs-gutter-y: 1.5rem;
602
+ }
603
+ .g-md-5,
604
+ .gx-md-5 {
605
+ --bs-gutter-x: 3rem;
606
+ }
607
+ .g-md-5,
608
+ .gy-md-5 {
609
+ --bs-gutter-y: 3rem;
610
+ }
611
+ }
612
+ @media (min-width: 992px) {
613
+ .col-lg {
614
+ flex: 1 0 0%;
615
+ }
616
+ .row-cols-lg-auto > * {
617
+ flex: 0 0 auto;
618
+ width: auto;
619
+ }
620
+ .row-cols-lg-1 > * {
621
+ flex: 0 0 auto;
622
+ width: 100%;
623
+ }
624
+ .row-cols-lg-2 > * {
625
+ flex: 0 0 auto;
626
+ width: 50%;
627
+ }
628
+ .row-cols-lg-3 > * {
629
+ flex: 0 0 auto;
630
+ width: 33.3333333333%;
631
+ }
632
+ .row-cols-lg-4 > * {
633
+ flex: 0 0 auto;
634
+ width: 25%;
635
+ }
636
+ .row-cols-lg-5 > * {
637
+ flex: 0 0 auto;
638
+ width: 20%;
639
+ }
640
+ .row-cols-lg-6 > * {
641
+ flex: 0 0 auto;
642
+ width: 16.6666666667%;
643
+ }
644
+ .col-lg-auto {
645
+ flex: 0 0 auto;
646
+ width: auto;
647
+ }
648
+ .col-lg-1 {
649
+ flex: 0 0 auto;
650
+ width: 8.3333333333%;
651
+ }
652
+ .col-lg-2 {
653
+ flex: 0 0 auto;
654
+ width: 16.6666666667%;
655
+ }
656
+ .col-lg-3 {
657
+ flex: 0 0 auto;
658
+ width: 25%;
659
+ }
660
+ .col-lg-4 {
661
+ flex: 0 0 auto;
662
+ width: 33.3333333333%;
663
+ }
664
+ .col-lg-5 {
665
+ flex: 0 0 auto;
666
+ width: 41.6666666667%;
667
+ }
668
+ .col-lg-6 {
669
+ flex: 0 0 auto;
670
+ width: 50%;
671
+ }
672
+ .col-lg-7 {
673
+ flex: 0 0 auto;
674
+ width: 58.3333333333%;
675
+ }
676
+ .col-lg-8 {
677
+ flex: 0 0 auto;
678
+ width: 66.6666666667%;
679
+ }
680
+ .col-lg-9 {
681
+ flex: 0 0 auto;
682
+ width: 75%;
683
+ }
684
+ .col-lg-10 {
685
+ flex: 0 0 auto;
686
+ width: 83.3333333333%;
687
+ }
688
+ .col-lg-11 {
689
+ flex: 0 0 auto;
690
+ width: 91.6666666667%;
691
+ }
692
+ .col-lg-12 {
693
+ flex: 0 0 auto;
694
+ width: 100%;
695
+ }
696
+ .offset-lg-0 {
697
+ margin-left: 0;
698
+ }
699
+ .offset-lg-1 {
700
+ margin-left: 8.3333333333%;
701
+ }
702
+ .offset-lg-2 {
703
+ margin-left: 16.6666666667%;
704
+ }
705
+ .offset-lg-3 {
706
+ margin-left: 25%;
707
+ }
708
+ .offset-lg-4 {
709
+ margin-left: 33.3333333333%;
710
+ }
711
+ .offset-lg-5 {
712
+ margin-left: 41.6666666667%;
713
+ }
714
+ .offset-lg-6 {
715
+ margin-left: 50%;
716
+ }
717
+ .offset-lg-7 {
718
+ margin-left: 58.3333333333%;
719
+ }
720
+ .offset-lg-8 {
721
+ margin-left: 66.6666666667%;
722
+ }
723
+ .offset-lg-9 {
724
+ margin-left: 75%;
725
+ }
726
+ .offset-lg-10 {
727
+ margin-left: 83.3333333333%;
728
+ }
729
+ .offset-lg-11 {
730
+ margin-left: 91.6666666667%;
731
+ }
732
+ .g-lg-0,
733
+ .gx-lg-0 {
734
+ --bs-gutter-x: 0;
735
+ }
736
+ .g-lg-0,
737
+ .gy-lg-0 {
738
+ --bs-gutter-y: 0;
739
+ }
740
+ .g-lg-1,
741
+ .gx-lg-1 {
742
+ --bs-gutter-x: 0.25rem;
743
+ }
744
+ .g-lg-1,
745
+ .gy-lg-1 {
746
+ --bs-gutter-y: 0.25rem;
747
+ }
748
+ .g-lg-2,
749
+ .gx-lg-2 {
750
+ --bs-gutter-x: 0.5rem;
751
+ }
752
+ .g-lg-2,
753
+ .gy-lg-2 {
754
+ --bs-gutter-y: 0.5rem;
755
+ }
756
+ .g-lg-3,
757
+ .gx-lg-3 {
758
+ --bs-gutter-x: 1rem;
759
+ }
760
+ .g-lg-3,
761
+ .gy-lg-3 {
762
+ --bs-gutter-y: 1rem;
763
+ }
764
+ .g-lg-4,
765
+ .gx-lg-4 {
766
+ --bs-gutter-x: 1.5rem;
767
+ }
768
+ .g-lg-4,
769
+ .gy-lg-4 {
770
+ --bs-gutter-y: 1.5rem;
771
+ }
772
+ .g-lg-5,
773
+ .gx-lg-5 {
774
+ --bs-gutter-x: 3rem;
775
+ }
776
+ .g-lg-5,
777
+ .gy-lg-5 {
778
+ --bs-gutter-y: 3rem;
779
+ }
780
+ }
781
+ @media (min-width: 1200px) {
782
+ .col-xl {
783
+ flex: 1 0 0%;
784
+ }
785
+ .row-cols-xl-auto > * {
786
+ flex: 0 0 auto;
787
+ width: auto;
788
+ }
789
+ .row-cols-xl-1 > * {
790
+ flex: 0 0 auto;
791
+ width: 100%;
792
+ }
793
+ .row-cols-xl-2 > * {
794
+ flex: 0 0 auto;
795
+ width: 50%;
796
+ }
797
+ .row-cols-xl-3 > * {
798
+ flex: 0 0 auto;
799
+ width: 33.3333333333%;
800
+ }
801
+ .row-cols-xl-4 > * {
802
+ flex: 0 0 auto;
803
+ width: 25%;
804
+ }
805
+ .row-cols-xl-5 > * {
806
+ flex: 0 0 auto;
807
+ width: 20%;
808
+ }
809
+ .row-cols-xl-6 > * {
810
+ flex: 0 0 auto;
811
+ width: 16.6666666667%;
812
+ }
813
+ .col-xl-auto {
814
+ flex: 0 0 auto;
815
+ width: auto;
816
+ }
817
+ .col-xl-1 {
818
+ flex: 0 0 auto;
819
+ width: 8.3333333333%;
820
+ }
821
+ .col-xl-2 {
822
+ flex: 0 0 auto;
823
+ width: 16.6666666667%;
824
+ }
825
+ .col-xl-3 {
826
+ flex: 0 0 auto;
827
+ width: 25%;
828
+ }
829
+ .col-xl-4 {
830
+ flex: 0 0 auto;
831
+ width: 33.3333333333%;
832
+ }
833
+ .col-xl-5 {
834
+ flex: 0 0 auto;
835
+ width: 41.6666666667%;
836
+ }
837
+ .col-xl-6 {
838
+ flex: 0 0 auto;
839
+ width: 50%;
840
+ }
841
+ .col-xl-7 {
842
+ flex: 0 0 auto;
843
+ width: 58.3333333333%;
844
+ }
845
+ .col-xl-8 {
846
+ flex: 0 0 auto;
847
+ width: 66.6666666667%;
848
+ }
849
+ .col-xl-9 {
850
+ flex: 0 0 auto;
851
+ width: 75%;
852
+ }
853
+ .col-xl-10 {
854
+ flex: 0 0 auto;
855
+ width: 83.3333333333%;
856
+ }
857
+ .col-xl-11 {
858
+ flex: 0 0 auto;
859
+ width: 91.6666666667%;
860
+ }
861
+ .col-xl-12 {
862
+ flex: 0 0 auto;
863
+ width: 100%;
864
+ }
865
+ .offset-xl-0 {
866
+ margin-left: 0;
867
+ }
868
+ .offset-xl-1 {
869
+ margin-left: 8.3333333333%;
870
+ }
871
+ .offset-xl-2 {
872
+ margin-left: 16.6666666667%;
873
+ }
874
+ .offset-xl-3 {
875
+ margin-left: 25%;
876
+ }
877
+ .offset-xl-4 {
878
+ margin-left: 33.3333333333%;
879
+ }
880
+ .offset-xl-5 {
881
+ margin-left: 41.6666666667%;
882
+ }
883
+ .offset-xl-6 {
884
+ margin-left: 50%;
885
+ }
886
+ .offset-xl-7 {
887
+ margin-left: 58.3333333333%;
888
+ }
889
+ .offset-xl-8 {
890
+ margin-left: 66.6666666667%;
891
+ }
892
+ .offset-xl-9 {
893
+ margin-left: 75%;
894
+ }
895
+ .offset-xl-10 {
896
+ margin-left: 83.3333333333%;
897
+ }
898
+ .offset-xl-11 {
899
+ margin-left: 91.6666666667%;
900
+ }
901
+ .g-xl-0,
902
+ .gx-xl-0 {
903
+ --bs-gutter-x: 0;
904
+ }
905
+ .g-xl-0,
906
+ .gy-xl-0 {
907
+ --bs-gutter-y: 0;
908
+ }
909
+ .g-xl-1,
910
+ .gx-xl-1 {
911
+ --bs-gutter-x: 0.25rem;
912
+ }
913
+ .g-xl-1,
914
+ .gy-xl-1 {
915
+ --bs-gutter-y: 0.25rem;
916
+ }
917
+ .g-xl-2,
918
+ .gx-xl-2 {
919
+ --bs-gutter-x: 0.5rem;
920
+ }
921
+ .g-xl-2,
922
+ .gy-xl-2 {
923
+ --bs-gutter-y: 0.5rem;
924
+ }
925
+ .g-xl-3,
926
+ .gx-xl-3 {
927
+ --bs-gutter-x: 1rem;
928
+ }
929
+ .g-xl-3,
930
+ .gy-xl-3 {
931
+ --bs-gutter-y: 1rem;
932
+ }
933
+ .g-xl-4,
934
+ .gx-xl-4 {
935
+ --bs-gutter-x: 1.5rem;
936
+ }
937
+ .g-xl-4,
938
+ .gy-xl-4 {
939
+ --bs-gutter-y: 1.5rem;
940
+ }
941
+ .g-xl-5,
942
+ .gx-xl-5 {
943
+ --bs-gutter-x: 3rem;
944
+ }
945
+ .g-xl-5,
946
+ .gy-xl-5 {
947
+ --bs-gutter-y: 3rem;
948
+ }
949
+ }
950
+ @media (min-width: 1400px) {
951
+ .col-xxl {
952
+ flex: 1 0 0%;
953
+ }
954
+ .row-cols-xxl-auto > * {
955
+ flex: 0 0 auto;
956
+ width: auto;
957
+ }
958
+ .row-cols-xxl-1 > * {
959
+ flex: 0 0 auto;
960
+ width: 100%;
961
+ }
962
+ .row-cols-xxl-2 > * {
963
+ flex: 0 0 auto;
964
+ width: 50%;
965
+ }
966
+ .row-cols-xxl-3 > * {
967
+ flex: 0 0 auto;
968
+ width: 33.3333333333%;
969
+ }
970
+ .row-cols-xxl-4 > * {
971
+ flex: 0 0 auto;
972
+ width: 25%;
973
+ }
974
+ .row-cols-xxl-5 > * {
975
+ flex: 0 0 auto;
976
+ width: 20%;
977
+ }
978
+ .row-cols-xxl-6 > * {
979
+ flex: 0 0 auto;
980
+ width: 16.6666666667%;
981
+ }
982
+ .col-xxl-auto {
983
+ flex: 0 0 auto;
984
+ width: auto;
985
+ }
986
+ .col-xxl-1 {
987
+ flex: 0 0 auto;
988
+ width: 8.3333333333%;
989
+ }
990
+ .col-xxl-2 {
991
+ flex: 0 0 auto;
992
+ width: 16.6666666667%;
993
+ }
994
+ .col-xxl-3 {
995
+ flex: 0 0 auto;
996
+ width: 25%;
997
+ }
998
+ .col-xxl-4 {
999
+ flex: 0 0 auto;
1000
+ width: 33.3333333333%;
1001
+ }
1002
+ .col-xxl-5 {
1003
+ flex: 0 0 auto;
1004
+ width: 41.6666666667%;
1005
+ }
1006
+ .col-xxl-6 {
1007
+ flex: 0 0 auto;
1008
+ width: 50%;
1009
+ }
1010
+ .col-xxl-7 {
1011
+ flex: 0 0 auto;
1012
+ width: 58.3333333333%;
1013
+ }
1014
+ .col-xxl-8 {
1015
+ flex: 0 0 auto;
1016
+ width: 66.6666666667%;
1017
+ }
1018
+ .col-xxl-9 {
1019
+ flex: 0 0 auto;
1020
+ width: 75%;
1021
+ }
1022
+ .col-xxl-10 {
1023
+ flex: 0 0 auto;
1024
+ width: 83.3333333333%;
1025
+ }
1026
+ .col-xxl-11 {
1027
+ flex: 0 0 auto;
1028
+ width: 91.6666666667%;
1029
+ }
1030
+ .col-xxl-12 {
1031
+ flex: 0 0 auto;
1032
+ width: 100%;
1033
+ }
1034
+ .offset-xxl-0 {
1035
+ margin-left: 0;
1036
+ }
1037
+ .offset-xxl-1 {
1038
+ margin-left: 8.3333333333%;
1039
+ }
1040
+ .offset-xxl-2 {
1041
+ margin-left: 16.6666666667%;
1042
+ }
1043
+ .offset-xxl-3 {
1044
+ margin-left: 25%;
1045
+ }
1046
+ .offset-xxl-4 {
1047
+ margin-left: 33.3333333333%;
1048
+ }
1049
+ .offset-xxl-5 {
1050
+ margin-left: 41.6666666667%;
1051
+ }
1052
+ .offset-xxl-6 {
1053
+ margin-left: 50%;
1054
+ }
1055
+ .offset-xxl-7 {
1056
+ margin-left: 58.3333333333%;
1057
+ }
1058
+ .offset-xxl-8 {
1059
+ margin-left: 66.6666666667%;
1060
+ }
1061
+ .offset-xxl-9 {
1062
+ margin-left: 75%;
1063
+ }
1064
+ .offset-xxl-10 {
1065
+ margin-left: 83.3333333333%;
1066
+ }
1067
+ .offset-xxl-11 {
1068
+ margin-left: 91.6666666667%;
1069
+ }
1070
+ .g-xxl-0,
1071
+ .gx-xxl-0 {
1072
+ --bs-gutter-x: 0;
1073
+ }
1074
+ .g-xxl-0,
1075
+ .gy-xxl-0 {
1076
+ --bs-gutter-y: 0;
1077
+ }
1078
+ .g-xxl-1,
1079
+ .gx-xxl-1 {
1080
+ --bs-gutter-x: 0.25rem;
1081
+ }
1082
+ .g-xxl-1,
1083
+ .gy-xxl-1 {
1084
+ --bs-gutter-y: 0.25rem;
1085
+ }
1086
+ .g-xxl-2,
1087
+ .gx-xxl-2 {
1088
+ --bs-gutter-x: 0.5rem;
1089
+ }
1090
+ .g-xxl-2,
1091
+ .gy-xxl-2 {
1092
+ --bs-gutter-y: 0.5rem;
1093
+ }
1094
+ .g-xxl-3,
1095
+ .gx-xxl-3 {
1096
+ --bs-gutter-x: 1rem;
1097
+ }
1098
+ .g-xxl-3,
1099
+ .gy-xxl-3 {
1100
+ --bs-gutter-y: 1rem;
1101
+ }
1102
+ .g-xxl-4,
1103
+ .gx-xxl-4 {
1104
+ --bs-gutter-x: 1.5rem;
1105
+ }
1106
+ .g-xxl-4,
1107
+ .gy-xxl-4 {
1108
+ --bs-gutter-y: 1.5rem;
1109
+ }
1110
+ .g-xxl-5,
1111
+ .gx-xxl-5 {
1112
+ --bs-gutter-x: 3rem;
1113
+ }
1114
+ .g-xxl-5,
1115
+ .gy-xxl-5 {
1116
+ --bs-gutter-y: 3rem;
1117
+ }
1118
+ }
1119
+ .d-inline {
1120
+ display: inline !important;
1121
+ }
1122
+
1123
+ .d-inline-block {
1124
+ display: inline-block !important;
1125
+ }
1126
+
1127
+ .d-block {
1128
+ display: block !important;
1129
+ }
1130
+
1131
+ .d-grid {
1132
+ display: grid !important;
1133
+ }
1134
+
1135
+ .d-table {
1136
+ display: table !important;
1137
+ }
1138
+
1139
+ .d-table-row {
1140
+ display: table-row !important;
1141
+ }
1142
+
1143
+ .d-table-cell {
1144
+ display: table-cell !important;
1145
+ }
1146
+
1147
+ .d-flex {
1148
+ display: flex !important;
1149
+ }
1150
+
1151
+ .d-inline-flex {
1152
+ display: inline-flex !important;
1153
+ }
1154
+
1155
+ .d-none {
1156
+ display: none !important;
1157
+ }
1158
+
1159
+ .flex-fill {
1160
+ flex: 1 1 auto !important;
1161
+ }
1162
+
1163
+ .flex-row {
1164
+ flex-direction: row !important;
1165
+ }
1166
+
1167
+ .flex-column {
1168
+ flex-direction: column !important;
1169
+ }
1170
+
1171
+ .flex-row-reverse {
1172
+ flex-direction: row-reverse !important;
1173
+ }
1174
+
1175
+ .flex-column-reverse {
1176
+ flex-direction: column-reverse !important;
1177
+ }
1178
+
1179
+ .flex-grow-0 {
1180
+ flex-grow: 0 !important;
1181
+ }
1182
+
1183
+ .flex-grow-1 {
1184
+ flex-grow: 1 !important;
1185
+ }
1186
+
1187
+ .flex-shrink-0 {
1188
+ flex-shrink: 0 !important;
1189
+ }
1190
+
1191
+ .flex-shrink-1 {
1192
+ flex-shrink: 1 !important;
1193
+ }
1194
+
1195
+ .flex-wrap {
1196
+ flex-wrap: wrap !important;
1197
+ }
1198
+
1199
+ .flex-nowrap {
1200
+ flex-wrap: nowrap !important;
1201
+ }
1202
+
1203
+ .flex-wrap-reverse {
1204
+ flex-wrap: wrap-reverse !important;
1205
+ }
1206
+
1207
+ .justify-content-start {
1208
+ justify-content: flex-start !important;
1209
+ }
1210
+
1211
+ .justify-content-end {
1212
+ justify-content: flex-end !important;
1213
+ }
1214
+
1215
+ .justify-content-center {
1216
+ justify-content: center !important;
1217
+ }
1218
+
1219
+ .justify-content-between {
1220
+ justify-content: space-between !important;
1221
+ }
1222
+
1223
+ .justify-content-around {
1224
+ justify-content: space-around !important;
1225
+ }
1226
+
1227
+ .justify-content-evenly {
1228
+ justify-content: space-evenly !important;
1229
+ }
1230
+
1231
+ .align-items-start {
1232
+ align-items: flex-start !important;
1233
+ }
1234
+
1235
+ .align-items-end {
1236
+ align-items: flex-end !important;
1237
+ }
1238
+
1239
+ .align-items-center {
1240
+ align-items: center !important;
1241
+ }
1242
+
1243
+ .align-items-baseline {
1244
+ align-items: baseline !important;
1245
+ }
1246
+
1247
+ .align-items-stretch {
1248
+ align-items: stretch !important;
1249
+ }
1250
+
1251
+ .align-content-start {
1252
+ align-content: flex-start !important;
1253
+ }
1254
+
1255
+ .align-content-end {
1256
+ align-content: flex-end !important;
1257
+ }
1258
+
1259
+ .align-content-center {
1260
+ align-content: center !important;
1261
+ }
1262
+
1263
+ .align-content-between {
1264
+ align-content: space-between !important;
1265
+ }
1266
+
1267
+ .align-content-around {
1268
+ align-content: space-around !important;
1269
+ }
1270
+
1271
+ .align-content-stretch {
1272
+ align-content: stretch !important;
1273
+ }
1274
+
1275
+ .align-self-auto {
1276
+ align-self: auto !important;
1277
+ }
1278
+
1279
+ .align-self-start {
1280
+ align-self: flex-start !important;
1281
+ }
1282
+
1283
+ .align-self-end {
1284
+ align-self: flex-end !important;
1285
+ }
1286
+
1287
+ .align-self-center {
1288
+ align-self: center !important;
1289
+ }
1290
+
1291
+ .align-self-baseline {
1292
+ align-self: baseline !important;
1293
+ }
1294
+
1295
+ .align-self-stretch {
1296
+ align-self: stretch !important;
1297
+ }
1298
+
1299
+ .order-first {
1300
+ order: -1 !important;
1301
+ }
1302
+
1303
+ .order-0 {
1304
+ order: 0 !important;
1305
+ }
1306
+
1307
+ .order-1 {
1308
+ order: 1 !important;
1309
+ }
1310
+
1311
+ .order-2 {
1312
+ order: 2 !important;
1313
+ }
1314
+
1315
+ .order-3 {
1316
+ order: 3 !important;
1317
+ }
1318
+
1319
+ .order-4 {
1320
+ order: 4 !important;
1321
+ }
1322
+
1323
+ .order-5 {
1324
+ order: 5 !important;
1325
+ }
1326
+
1327
+ .order-last {
1328
+ order: 6 !important;
1329
+ }
1330
+
1331
+ .m-0 {
1332
+ margin: 0 !important;
1333
+ }
1334
+
1335
+ .m-1 {
1336
+ margin: 0.25rem !important;
1337
+ }
1338
+
1339
+ .m-2 {
1340
+ margin: 0.5rem !important;
1341
+ }
1342
+
1343
+ .m-3 {
1344
+ margin: 1rem !important;
1345
+ }
1346
+
1347
+ .m-4 {
1348
+ margin: 1.5rem !important;
1349
+ }
1350
+
1351
+ .m-5 {
1352
+ margin: 3rem !important;
1353
+ }
1354
+
1355
+ .m-auto {
1356
+ margin: auto !important;
1357
+ }
1358
+
1359
+ .mx-0 {
1360
+ margin-right: 0 !important;
1361
+ margin-left: 0 !important;
1362
+ }
1363
+
1364
+ .mx-1 {
1365
+ margin-right: 0.25rem !important;
1366
+ margin-left: 0.25rem !important;
1367
+ }
1368
+
1369
+ .mx-2 {
1370
+ margin-right: 0.5rem !important;
1371
+ margin-left: 0.5rem !important;
1372
+ }
1373
+
1374
+ .mx-3 {
1375
+ margin-right: 1rem !important;
1376
+ margin-left: 1rem !important;
1377
+ }
1378
+
1379
+ .mx-4 {
1380
+ margin-right: 1.5rem !important;
1381
+ margin-left: 1.5rem !important;
1382
+ }
1383
+
1384
+ .mx-5 {
1385
+ margin-right: 3rem !important;
1386
+ margin-left: 3rem !important;
1387
+ }
1388
+
1389
+ .mx-auto {
1390
+ margin-right: auto !important;
1391
+ margin-left: auto !important;
1392
+ }
1393
+
1394
+ .my-0 {
1395
+ margin-top: 0 !important;
1396
+ margin-bottom: 0 !important;
1397
+ }
1398
+
1399
+ .my-1 {
1400
+ margin-top: 0.25rem !important;
1401
+ margin-bottom: 0.25rem !important;
1402
+ }
1403
+
1404
+ .my-2 {
1405
+ margin-top: 0.5rem !important;
1406
+ margin-bottom: 0.5rem !important;
1407
+ }
1408
+
1409
+ .my-3 {
1410
+ margin-top: 1rem !important;
1411
+ margin-bottom: 1rem !important;
1412
+ }
1413
+
1414
+ .my-4 {
1415
+ margin-top: 1.5rem !important;
1416
+ margin-bottom: 1.5rem !important;
1417
+ }
1418
+
1419
+ .my-5 {
1420
+ margin-top: 3rem !important;
1421
+ margin-bottom: 3rem !important;
1422
+ }
1423
+
1424
+ .my-auto {
1425
+ margin-top: auto !important;
1426
+ margin-bottom: auto !important;
1427
+ }
1428
+
1429
+ .mt-0 {
1430
+ margin-top: 0 !important;
1431
+ }
1432
+
1433
+ .mt-1 {
1434
+ margin-top: 0.25rem !important;
1435
+ }
1436
+
1437
+ .mt-2 {
1438
+ margin-top: 0.5rem !important;
1439
+ }
1440
+
1441
+ .mt-3 {
1442
+ margin-top: 1rem !important;
1443
+ }
1444
+
1445
+ .mt-4 {
1446
+ margin-top: 1.5rem !important;
1447
+ }
1448
+
1449
+ .mt-5 {
1450
+ margin-top: 3rem !important;
1451
+ }
1452
+
1453
+ .mt-auto {
1454
+ margin-top: auto !important;
1455
+ }
1456
+
1457
+ .me-0 {
1458
+ margin-right: 0 !important;
1459
+ }
1460
+
1461
+ .me-1 {
1462
+ margin-right: 0.25rem !important;
1463
+ }
1464
+
1465
+ .me-2 {
1466
+ margin-right: 0.5rem !important;
1467
+ }
1468
+
1469
+ .me-3 {
1470
+ margin-right: 1rem !important;
1471
+ }
1472
+
1473
+ .me-4 {
1474
+ margin-right: 1.5rem !important;
1475
+ }
1476
+
1477
+ .me-5 {
1478
+ margin-right: 3rem !important;
1479
+ }
1480
+
1481
+ .me-auto {
1482
+ margin-right: auto !important;
1483
+ }
1484
+
1485
+ .mb-0 {
1486
+ margin-bottom: 0 !important;
1487
+ }
1488
+
1489
+ .mb-1 {
1490
+ margin-bottom: 0.25rem !important;
1491
+ }
1492
+
1493
+ .mb-2 {
1494
+ margin-bottom: 0.5rem !important;
1495
+ }
1496
+
1497
+ .mb-3 {
1498
+ margin-bottom: 1rem !important;
1499
+ }
1500
+
1501
+ .mb-4 {
1502
+ margin-bottom: 1.5rem !important;
1503
+ }
1504
+
1505
+ .mb-5 {
1506
+ margin-bottom: 3rem !important;
1507
+ }
1508
+
1509
+ .mb-auto {
1510
+ margin-bottom: auto !important;
1511
+ }
1512
+
1513
+ .ms-0 {
1514
+ margin-left: 0 !important;
1515
+ }
1516
+
1517
+ .ms-1 {
1518
+ margin-left: 0.25rem !important;
1519
+ }
1520
+
1521
+ .ms-2 {
1522
+ margin-left: 0.5rem !important;
1523
+ }
1524
+
1525
+ .ms-3 {
1526
+ margin-left: 1rem !important;
1527
+ }
1528
+
1529
+ .ms-4 {
1530
+ margin-left: 1.5rem !important;
1531
+ }
1532
+
1533
+ .ms-5 {
1534
+ margin-left: 3rem !important;
1535
+ }
1536
+
1537
+ .ms-auto {
1538
+ margin-left: auto !important;
1539
+ }
1540
+
1541
+ .p-0 {
1542
+ padding: 0 !important;
1543
+ }
1544
+
1545
+ .p-1 {
1546
+ padding: 0.25rem !important;
1547
+ }
1548
+
1549
+ .p-2 {
1550
+ padding: 0.5rem !important;
1551
+ }
1552
+
1553
+ .p-3 {
1554
+ padding: 1rem !important;
1555
+ }
1556
+
1557
+ .p-4 {
1558
+ padding: 1.5rem !important;
1559
+ }
1560
+
1561
+ .p-5 {
1562
+ padding: 3rem !important;
1563
+ }
1564
+
1565
+ .px-0 {
1566
+ padding-right: 0 !important;
1567
+ padding-left: 0 !important;
1568
+ }
1569
+
1570
+ .px-1 {
1571
+ padding-right: 0.25rem !important;
1572
+ padding-left: 0.25rem !important;
1573
+ }
1574
+
1575
+ .px-2 {
1576
+ padding-right: 0.5rem !important;
1577
+ padding-left: 0.5rem !important;
1578
+ }
1579
+
1580
+ .px-3 {
1581
+ padding-right: 1rem !important;
1582
+ padding-left: 1rem !important;
1583
+ }
1584
+
1585
+ .px-4 {
1586
+ padding-right: 1.5rem !important;
1587
+ padding-left: 1.5rem !important;
1588
+ }
1589
+
1590
+ .px-5 {
1591
+ padding-right: 3rem !important;
1592
+ padding-left: 3rem !important;
1593
+ }
1594
+
1595
+ .py-0 {
1596
+ padding-top: 0 !important;
1597
+ padding-bottom: 0 !important;
1598
+ }
1599
+
1600
+ .py-1 {
1601
+ padding-top: 0.25rem !important;
1602
+ padding-bottom: 0.25rem !important;
1603
+ }
1604
+
1605
+ .py-2 {
1606
+ padding-top: 0.5rem !important;
1607
+ padding-bottom: 0.5rem !important;
1608
+ }
1609
+
1610
+ .py-3 {
1611
+ padding-top: 1rem !important;
1612
+ padding-bottom: 1rem !important;
1613
+ }
1614
+
1615
+ .py-4 {
1616
+ padding-top: 1.5rem !important;
1617
+ padding-bottom: 1.5rem !important;
1618
+ }
1619
+
1620
+ .py-5 {
1621
+ padding-top: 3rem !important;
1622
+ padding-bottom: 3rem !important;
1623
+ }
1624
+
1625
+ .pt-0 {
1626
+ padding-top: 0 !important;
1627
+ }
1628
+
1629
+ .pt-1 {
1630
+ padding-top: 0.25rem !important;
1631
+ }
1632
+
1633
+ .pt-2 {
1634
+ padding-top: 0.5rem !important;
1635
+ }
1636
+
1637
+ .pt-3 {
1638
+ padding-top: 1rem !important;
1639
+ }
1640
+
1641
+ .pt-4 {
1642
+ padding-top: 1.5rem !important;
1643
+ }
1644
+
1645
+ .pt-5 {
1646
+ padding-top: 3rem !important;
1647
+ }
1648
+
1649
+ .pe-0 {
1650
+ padding-right: 0 !important;
1651
+ }
1652
+
1653
+ .pe-1 {
1654
+ padding-right: 0.25rem !important;
1655
+ }
1656
+
1657
+ .pe-2 {
1658
+ padding-right: 0.5rem !important;
1659
+ }
1660
+
1661
+ .pe-3 {
1662
+ padding-right: 1rem !important;
1663
+ }
1664
+
1665
+ .pe-4 {
1666
+ padding-right: 1.5rem !important;
1667
+ }
1668
+
1669
+ .pe-5 {
1670
+ padding-right: 3rem !important;
1671
+ }
1672
+
1673
+ .pb-0 {
1674
+ padding-bottom: 0 !important;
1675
+ }
1676
+
1677
+ .pb-1 {
1678
+ padding-bottom: 0.25rem !important;
1679
+ }
1680
+
1681
+ .pb-2 {
1682
+ padding-bottom: 0.5rem !important;
1683
+ }
1684
+
1685
+ .pb-3 {
1686
+ padding-bottom: 1rem !important;
1687
+ }
1688
+
1689
+ .pb-4 {
1690
+ padding-bottom: 1.5rem !important;
1691
+ }
1692
+
1693
+ .pb-5 {
1694
+ padding-bottom: 3rem !important;
1695
+ }
1696
+
1697
+ .ps-0 {
1698
+ padding-left: 0 !important;
1699
+ }
1700
+
1701
+ .ps-1 {
1702
+ padding-left: 0.25rem !important;
1703
+ }
1704
+
1705
+ .ps-2 {
1706
+ padding-left: 0.5rem !important;
1707
+ }
1708
+
1709
+ .ps-3 {
1710
+ padding-left: 1rem !important;
1711
+ }
1712
+
1713
+ .ps-4 {
1714
+ padding-left: 1.5rem !important;
1715
+ }
1716
+
1717
+ .ps-5 {
1718
+ padding-left: 3rem !important;
1719
+ }
1720
+
1721
+ @media (min-width: 576px) {
1722
+ .d-sm-inline {
1723
+ display: inline !important;
1724
+ }
1725
+ .d-sm-inline-block {
1726
+ display: inline-block !important;
1727
+ }
1728
+ .d-sm-block {
1729
+ display: block !important;
1730
+ }
1731
+ .d-sm-grid {
1732
+ display: grid !important;
1733
+ }
1734
+ .d-sm-table {
1735
+ display: table !important;
1736
+ }
1737
+ .d-sm-table-row {
1738
+ display: table-row !important;
1739
+ }
1740
+ .d-sm-table-cell {
1741
+ display: table-cell !important;
1742
+ }
1743
+ .d-sm-flex {
1744
+ display: flex !important;
1745
+ }
1746
+ .d-sm-inline-flex {
1747
+ display: inline-flex !important;
1748
+ }
1749
+ .d-sm-none {
1750
+ display: none !important;
1751
+ }
1752
+ .flex-sm-fill {
1753
+ flex: 1 1 auto !important;
1754
+ }
1755
+ .flex-sm-row {
1756
+ flex-direction: row !important;
1757
+ }
1758
+ .flex-sm-column {
1759
+ flex-direction: column !important;
1760
+ }
1761
+ .flex-sm-row-reverse {
1762
+ flex-direction: row-reverse !important;
1763
+ }
1764
+ .flex-sm-column-reverse {
1765
+ flex-direction: column-reverse !important;
1766
+ }
1767
+ .flex-sm-grow-0 {
1768
+ flex-grow: 0 !important;
1769
+ }
1770
+ .flex-sm-grow-1 {
1771
+ flex-grow: 1 !important;
1772
+ }
1773
+ .flex-sm-shrink-0 {
1774
+ flex-shrink: 0 !important;
1775
+ }
1776
+ .flex-sm-shrink-1 {
1777
+ flex-shrink: 1 !important;
1778
+ }
1779
+ .flex-sm-wrap {
1780
+ flex-wrap: wrap !important;
1781
+ }
1782
+ .flex-sm-nowrap {
1783
+ flex-wrap: nowrap !important;
1784
+ }
1785
+ .flex-sm-wrap-reverse {
1786
+ flex-wrap: wrap-reverse !important;
1787
+ }
1788
+ .justify-content-sm-start {
1789
+ justify-content: flex-start !important;
1790
+ }
1791
+ .justify-content-sm-end {
1792
+ justify-content: flex-end !important;
1793
+ }
1794
+ .justify-content-sm-center {
1795
+ justify-content: center !important;
1796
+ }
1797
+ .justify-content-sm-between {
1798
+ justify-content: space-between !important;
1799
+ }
1800
+ .justify-content-sm-around {
1801
+ justify-content: space-around !important;
1802
+ }
1803
+ .justify-content-sm-evenly {
1804
+ justify-content: space-evenly !important;
1805
+ }
1806
+ .align-items-sm-start {
1807
+ align-items: flex-start !important;
1808
+ }
1809
+ .align-items-sm-end {
1810
+ align-items: flex-end !important;
1811
+ }
1812
+ .align-items-sm-center {
1813
+ align-items: center !important;
1814
+ }
1815
+ .align-items-sm-baseline {
1816
+ align-items: baseline !important;
1817
+ }
1818
+ .align-items-sm-stretch {
1819
+ align-items: stretch !important;
1820
+ }
1821
+ .align-content-sm-start {
1822
+ align-content: flex-start !important;
1823
+ }
1824
+ .align-content-sm-end {
1825
+ align-content: flex-end !important;
1826
+ }
1827
+ .align-content-sm-center {
1828
+ align-content: center !important;
1829
+ }
1830
+ .align-content-sm-between {
1831
+ align-content: space-between !important;
1832
+ }
1833
+ .align-content-sm-around {
1834
+ align-content: space-around !important;
1835
+ }
1836
+ .align-content-sm-stretch {
1837
+ align-content: stretch !important;
1838
+ }
1839
+ .align-self-sm-auto {
1840
+ align-self: auto !important;
1841
+ }
1842
+ .align-self-sm-start {
1843
+ align-self: flex-start !important;
1844
+ }
1845
+ .align-self-sm-end {
1846
+ align-self: flex-end !important;
1847
+ }
1848
+ .align-self-sm-center {
1849
+ align-self: center !important;
1850
+ }
1851
+ .align-self-sm-baseline {
1852
+ align-self: baseline !important;
1853
+ }
1854
+ .align-self-sm-stretch {
1855
+ align-self: stretch !important;
1856
+ }
1857
+ .order-sm-first {
1858
+ order: -1 !important;
1859
+ }
1860
+ .order-sm-0 {
1861
+ order: 0 !important;
1862
+ }
1863
+ .order-sm-1 {
1864
+ order: 1 !important;
1865
+ }
1866
+ .order-sm-2 {
1867
+ order: 2 !important;
1868
+ }
1869
+ .order-sm-3 {
1870
+ order: 3 !important;
1871
+ }
1872
+ .order-sm-4 {
1873
+ order: 4 !important;
1874
+ }
1875
+ .order-sm-5 {
1876
+ order: 5 !important;
1877
+ }
1878
+ .order-sm-last {
1879
+ order: 6 !important;
1880
+ }
1881
+ .m-sm-0 {
1882
+ margin: 0 !important;
1883
+ }
1884
+ .m-sm-1 {
1885
+ margin: 0.25rem !important;
1886
+ }
1887
+ .m-sm-2 {
1888
+ margin: 0.5rem !important;
1889
+ }
1890
+ .m-sm-3 {
1891
+ margin: 1rem !important;
1892
+ }
1893
+ .m-sm-4 {
1894
+ margin: 1.5rem !important;
1895
+ }
1896
+ .m-sm-5 {
1897
+ margin: 3rem !important;
1898
+ }
1899
+ .m-sm-auto {
1900
+ margin: auto !important;
1901
+ }
1902
+ .mx-sm-0 {
1903
+ margin-right: 0 !important;
1904
+ margin-left: 0 !important;
1905
+ }
1906
+ .mx-sm-1 {
1907
+ margin-right: 0.25rem !important;
1908
+ margin-left: 0.25rem !important;
1909
+ }
1910
+ .mx-sm-2 {
1911
+ margin-right: 0.5rem !important;
1912
+ margin-left: 0.5rem !important;
1913
+ }
1914
+ .mx-sm-3 {
1915
+ margin-right: 1rem !important;
1916
+ margin-left: 1rem !important;
1917
+ }
1918
+ .mx-sm-4 {
1919
+ margin-right: 1.5rem !important;
1920
+ margin-left: 1.5rem !important;
1921
+ }
1922
+ .mx-sm-5 {
1923
+ margin-right: 3rem !important;
1924
+ margin-left: 3rem !important;
1925
+ }
1926
+ .mx-sm-auto {
1927
+ margin-right: auto !important;
1928
+ margin-left: auto !important;
1929
+ }
1930
+ .my-sm-0 {
1931
+ margin-top: 0 !important;
1932
+ margin-bottom: 0 !important;
1933
+ }
1934
+ .my-sm-1 {
1935
+ margin-top: 0.25rem !important;
1936
+ margin-bottom: 0.25rem !important;
1937
+ }
1938
+ .my-sm-2 {
1939
+ margin-top: 0.5rem !important;
1940
+ margin-bottom: 0.5rem !important;
1941
+ }
1942
+ .my-sm-3 {
1943
+ margin-top: 1rem !important;
1944
+ margin-bottom: 1rem !important;
1945
+ }
1946
+ .my-sm-4 {
1947
+ margin-top: 1.5rem !important;
1948
+ margin-bottom: 1.5rem !important;
1949
+ }
1950
+ .my-sm-5 {
1951
+ margin-top: 3rem !important;
1952
+ margin-bottom: 3rem !important;
1953
+ }
1954
+ .my-sm-auto {
1955
+ margin-top: auto !important;
1956
+ margin-bottom: auto !important;
1957
+ }
1958
+ .mt-sm-0 {
1959
+ margin-top: 0 !important;
1960
+ }
1961
+ .mt-sm-1 {
1962
+ margin-top: 0.25rem !important;
1963
+ }
1964
+ .mt-sm-2 {
1965
+ margin-top: 0.5rem !important;
1966
+ }
1967
+ .mt-sm-3 {
1968
+ margin-top: 1rem !important;
1969
+ }
1970
+ .mt-sm-4 {
1971
+ margin-top: 1.5rem !important;
1972
+ }
1973
+ .mt-sm-5 {
1974
+ margin-top: 3rem !important;
1975
+ }
1976
+ .mt-sm-auto {
1977
+ margin-top: auto !important;
1978
+ }
1979
+ .me-sm-0 {
1980
+ margin-right: 0 !important;
1981
+ }
1982
+ .me-sm-1 {
1983
+ margin-right: 0.25rem !important;
1984
+ }
1985
+ .me-sm-2 {
1986
+ margin-right: 0.5rem !important;
1987
+ }
1988
+ .me-sm-3 {
1989
+ margin-right: 1rem !important;
1990
+ }
1991
+ .me-sm-4 {
1992
+ margin-right: 1.5rem !important;
1993
+ }
1994
+ .me-sm-5 {
1995
+ margin-right: 3rem !important;
1996
+ }
1997
+ .me-sm-auto {
1998
+ margin-right: auto !important;
1999
+ }
2000
+ .mb-sm-0 {
2001
+ margin-bottom: 0 !important;
2002
+ }
2003
+ .mb-sm-1 {
2004
+ margin-bottom: 0.25rem !important;
2005
+ }
2006
+ .mb-sm-2 {
2007
+ margin-bottom: 0.5rem !important;
2008
+ }
2009
+ .mb-sm-3 {
2010
+ margin-bottom: 1rem !important;
2011
+ }
2012
+ .mb-sm-4 {
2013
+ margin-bottom: 1.5rem !important;
2014
+ }
2015
+ .mb-sm-5 {
2016
+ margin-bottom: 3rem !important;
2017
+ }
2018
+ .mb-sm-auto {
2019
+ margin-bottom: auto !important;
2020
+ }
2021
+ .ms-sm-0 {
2022
+ margin-left: 0 !important;
2023
+ }
2024
+ .ms-sm-1 {
2025
+ margin-left: 0.25rem !important;
2026
+ }
2027
+ .ms-sm-2 {
2028
+ margin-left: 0.5rem !important;
2029
+ }
2030
+ .ms-sm-3 {
2031
+ margin-left: 1rem !important;
2032
+ }
2033
+ .ms-sm-4 {
2034
+ margin-left: 1.5rem !important;
2035
+ }
2036
+ .ms-sm-5 {
2037
+ margin-left: 3rem !important;
2038
+ }
2039
+ .ms-sm-auto {
2040
+ margin-left: auto !important;
2041
+ }
2042
+ .p-sm-0 {
2043
+ padding: 0 !important;
2044
+ }
2045
+ .p-sm-1 {
2046
+ padding: 0.25rem !important;
2047
+ }
2048
+ .p-sm-2 {
2049
+ padding: 0.5rem !important;
2050
+ }
2051
+ .p-sm-3 {
2052
+ padding: 1rem !important;
2053
+ }
2054
+ .p-sm-4 {
2055
+ padding: 1.5rem !important;
2056
+ }
2057
+ .p-sm-5 {
2058
+ padding: 3rem !important;
2059
+ }
2060
+ .px-sm-0 {
2061
+ padding-right: 0 !important;
2062
+ padding-left: 0 !important;
2063
+ }
2064
+ .px-sm-1 {
2065
+ padding-right: 0.25rem !important;
2066
+ padding-left: 0.25rem !important;
2067
+ }
2068
+ .px-sm-2 {
2069
+ padding-right: 0.5rem !important;
2070
+ padding-left: 0.5rem !important;
2071
+ }
2072
+ .px-sm-3 {
2073
+ padding-right: 1rem !important;
2074
+ padding-left: 1rem !important;
2075
+ }
2076
+ .px-sm-4 {
2077
+ padding-right: 1.5rem !important;
2078
+ padding-left: 1.5rem !important;
2079
+ }
2080
+ .px-sm-5 {
2081
+ padding-right: 3rem !important;
2082
+ padding-left: 3rem !important;
2083
+ }
2084
+ .py-sm-0 {
2085
+ padding-top: 0 !important;
2086
+ padding-bottom: 0 !important;
2087
+ }
2088
+ .py-sm-1 {
2089
+ padding-top: 0.25rem !important;
2090
+ padding-bottom: 0.25rem !important;
2091
+ }
2092
+ .py-sm-2 {
2093
+ padding-top: 0.5rem !important;
2094
+ padding-bottom: 0.5rem !important;
2095
+ }
2096
+ .py-sm-3 {
2097
+ padding-top: 1rem !important;
2098
+ padding-bottom: 1rem !important;
2099
+ }
2100
+ .py-sm-4 {
2101
+ padding-top: 1.5rem !important;
2102
+ padding-bottom: 1.5rem !important;
2103
+ }
2104
+ .py-sm-5 {
2105
+ padding-top: 3rem !important;
2106
+ padding-bottom: 3rem !important;
2107
+ }
2108
+ .pt-sm-0 {
2109
+ padding-top: 0 !important;
2110
+ }
2111
+ .pt-sm-1 {
2112
+ padding-top: 0.25rem !important;
2113
+ }
2114
+ .pt-sm-2 {
2115
+ padding-top: 0.5rem !important;
2116
+ }
2117
+ .pt-sm-3 {
2118
+ padding-top: 1rem !important;
2119
+ }
2120
+ .pt-sm-4 {
2121
+ padding-top: 1.5rem !important;
2122
+ }
2123
+ .pt-sm-5 {
2124
+ padding-top: 3rem !important;
2125
+ }
2126
+ .pe-sm-0 {
2127
+ padding-right: 0 !important;
2128
+ }
2129
+ .pe-sm-1 {
2130
+ padding-right: 0.25rem !important;
2131
+ }
2132
+ .pe-sm-2 {
2133
+ padding-right: 0.5rem !important;
2134
+ }
2135
+ .pe-sm-3 {
2136
+ padding-right: 1rem !important;
2137
+ }
2138
+ .pe-sm-4 {
2139
+ padding-right: 1.5rem !important;
2140
+ }
2141
+ .pe-sm-5 {
2142
+ padding-right: 3rem !important;
2143
+ }
2144
+ .pb-sm-0 {
2145
+ padding-bottom: 0 !important;
2146
+ }
2147
+ .pb-sm-1 {
2148
+ padding-bottom: 0.25rem !important;
2149
+ }
2150
+ .pb-sm-2 {
2151
+ padding-bottom: 0.5rem !important;
2152
+ }
2153
+ .pb-sm-3 {
2154
+ padding-bottom: 1rem !important;
2155
+ }
2156
+ .pb-sm-4 {
2157
+ padding-bottom: 1.5rem !important;
2158
+ }
2159
+ .pb-sm-5 {
2160
+ padding-bottom: 3rem !important;
2161
+ }
2162
+ .ps-sm-0 {
2163
+ padding-left: 0 !important;
2164
+ }
2165
+ .ps-sm-1 {
2166
+ padding-left: 0.25rem !important;
2167
+ }
2168
+ .ps-sm-2 {
2169
+ padding-left: 0.5rem !important;
2170
+ }
2171
+ .ps-sm-3 {
2172
+ padding-left: 1rem !important;
2173
+ }
2174
+ .ps-sm-4 {
2175
+ padding-left: 1.5rem !important;
2176
+ }
2177
+ .ps-sm-5 {
2178
+ padding-left: 3rem !important;
2179
+ }
2180
+ }
2181
+ @media (min-width: 768px) {
2182
+ .d-md-inline {
2183
+ display: inline !important;
2184
+ }
2185
+ .d-md-inline-block {
2186
+ display: inline-block !important;
2187
+ }
2188
+ .d-md-block {
2189
+ display: block !important;
2190
+ }
2191
+ .d-md-grid {
2192
+ display: grid !important;
2193
+ }
2194
+ .d-md-table {
2195
+ display: table !important;
2196
+ }
2197
+ .d-md-table-row {
2198
+ display: table-row !important;
2199
+ }
2200
+ .d-md-table-cell {
2201
+ display: table-cell !important;
2202
+ }
2203
+ .d-md-flex {
2204
+ display: flex !important;
2205
+ }
2206
+ .d-md-inline-flex {
2207
+ display: inline-flex !important;
2208
+ }
2209
+ .d-md-none {
2210
+ display: none !important;
2211
+ }
2212
+ .flex-md-fill {
2213
+ flex: 1 1 auto !important;
2214
+ }
2215
+ .flex-md-row {
2216
+ flex-direction: row !important;
2217
+ }
2218
+ .flex-md-column {
2219
+ flex-direction: column !important;
2220
+ }
2221
+ .flex-md-row-reverse {
2222
+ flex-direction: row-reverse !important;
2223
+ }
2224
+ .flex-md-column-reverse {
2225
+ flex-direction: column-reverse !important;
2226
+ }
2227
+ .flex-md-grow-0 {
2228
+ flex-grow: 0 !important;
2229
+ }
2230
+ .flex-md-grow-1 {
2231
+ flex-grow: 1 !important;
2232
+ }
2233
+ .flex-md-shrink-0 {
2234
+ flex-shrink: 0 !important;
2235
+ }
2236
+ .flex-md-shrink-1 {
2237
+ flex-shrink: 1 !important;
2238
+ }
2239
+ .flex-md-wrap {
2240
+ flex-wrap: wrap !important;
2241
+ }
2242
+ .flex-md-nowrap {
2243
+ flex-wrap: nowrap !important;
2244
+ }
2245
+ .flex-md-wrap-reverse {
2246
+ flex-wrap: wrap-reverse !important;
2247
+ }
2248
+ .justify-content-md-start {
2249
+ justify-content: flex-start !important;
2250
+ }
2251
+ .justify-content-md-end {
2252
+ justify-content: flex-end !important;
2253
+ }
2254
+ .justify-content-md-center {
2255
+ justify-content: center !important;
2256
+ }
2257
+ .justify-content-md-between {
2258
+ justify-content: space-between !important;
2259
+ }
2260
+ .justify-content-md-around {
2261
+ justify-content: space-around !important;
2262
+ }
2263
+ .justify-content-md-evenly {
2264
+ justify-content: space-evenly !important;
2265
+ }
2266
+ .align-items-md-start {
2267
+ align-items: flex-start !important;
2268
+ }
2269
+ .align-items-md-end {
2270
+ align-items: flex-end !important;
2271
+ }
2272
+ .align-items-md-center {
2273
+ align-items: center !important;
2274
+ }
2275
+ .align-items-md-baseline {
2276
+ align-items: baseline !important;
2277
+ }
2278
+ .align-items-md-stretch {
2279
+ align-items: stretch !important;
2280
+ }
2281
+ .align-content-md-start {
2282
+ align-content: flex-start !important;
2283
+ }
2284
+ .align-content-md-end {
2285
+ align-content: flex-end !important;
2286
+ }
2287
+ .align-content-md-center {
2288
+ align-content: center !important;
2289
+ }
2290
+ .align-content-md-between {
2291
+ align-content: space-between !important;
2292
+ }
2293
+ .align-content-md-around {
2294
+ align-content: space-around !important;
2295
+ }
2296
+ .align-content-md-stretch {
2297
+ align-content: stretch !important;
2298
+ }
2299
+ .align-self-md-auto {
2300
+ align-self: auto !important;
2301
+ }
2302
+ .align-self-md-start {
2303
+ align-self: flex-start !important;
2304
+ }
2305
+ .align-self-md-end {
2306
+ align-self: flex-end !important;
2307
+ }
2308
+ .align-self-md-center {
2309
+ align-self: center !important;
2310
+ }
2311
+ .align-self-md-baseline {
2312
+ align-self: baseline !important;
2313
+ }
2314
+ .align-self-md-stretch {
2315
+ align-self: stretch !important;
2316
+ }
2317
+ .order-md-first {
2318
+ order: -1 !important;
2319
+ }
2320
+ .order-md-0 {
2321
+ order: 0 !important;
2322
+ }
2323
+ .order-md-1 {
2324
+ order: 1 !important;
2325
+ }
2326
+ .order-md-2 {
2327
+ order: 2 !important;
2328
+ }
2329
+ .order-md-3 {
2330
+ order: 3 !important;
2331
+ }
2332
+ .order-md-4 {
2333
+ order: 4 !important;
2334
+ }
2335
+ .order-md-5 {
2336
+ order: 5 !important;
2337
+ }
2338
+ .order-md-last {
2339
+ order: 6 !important;
2340
+ }
2341
+ .m-md-0 {
2342
+ margin: 0 !important;
2343
+ }
2344
+ .m-md-1 {
2345
+ margin: 0.25rem !important;
2346
+ }
2347
+ .m-md-2 {
2348
+ margin: 0.5rem !important;
2349
+ }
2350
+ .m-md-3 {
2351
+ margin: 1rem !important;
2352
+ }
2353
+ .m-md-4 {
2354
+ margin: 1.5rem !important;
2355
+ }
2356
+ .m-md-5 {
2357
+ margin: 3rem !important;
2358
+ }
2359
+ .m-md-auto {
2360
+ margin: auto !important;
2361
+ }
2362
+ .mx-md-0 {
2363
+ margin-right: 0 !important;
2364
+ margin-left: 0 !important;
2365
+ }
2366
+ .mx-md-1 {
2367
+ margin-right: 0.25rem !important;
2368
+ margin-left: 0.25rem !important;
2369
+ }
2370
+ .mx-md-2 {
2371
+ margin-right: 0.5rem !important;
2372
+ margin-left: 0.5rem !important;
2373
+ }
2374
+ .mx-md-3 {
2375
+ margin-right: 1rem !important;
2376
+ margin-left: 1rem !important;
2377
+ }
2378
+ .mx-md-4 {
2379
+ margin-right: 1.5rem !important;
2380
+ margin-left: 1.5rem !important;
2381
+ }
2382
+ .mx-md-5 {
2383
+ margin-right: 3rem !important;
2384
+ margin-left: 3rem !important;
2385
+ }
2386
+ .mx-md-auto {
2387
+ margin-right: auto !important;
2388
+ margin-left: auto !important;
2389
+ }
2390
+ .my-md-0 {
2391
+ margin-top: 0 !important;
2392
+ margin-bottom: 0 !important;
2393
+ }
2394
+ .my-md-1 {
2395
+ margin-top: 0.25rem !important;
2396
+ margin-bottom: 0.25rem !important;
2397
+ }
2398
+ .my-md-2 {
2399
+ margin-top: 0.5rem !important;
2400
+ margin-bottom: 0.5rem !important;
2401
+ }
2402
+ .my-md-3 {
2403
+ margin-top: 1rem !important;
2404
+ margin-bottom: 1rem !important;
2405
+ }
2406
+ .my-md-4 {
2407
+ margin-top: 1.5rem !important;
2408
+ margin-bottom: 1.5rem !important;
2409
+ }
2410
+ .my-md-5 {
2411
+ margin-top: 3rem !important;
2412
+ margin-bottom: 3rem !important;
2413
+ }
2414
+ .my-md-auto {
2415
+ margin-top: auto !important;
2416
+ margin-bottom: auto !important;
2417
+ }
2418
+ .mt-md-0 {
2419
+ margin-top: 0 !important;
2420
+ }
2421
+ .mt-md-1 {
2422
+ margin-top: 0.25rem !important;
2423
+ }
2424
+ .mt-md-2 {
2425
+ margin-top: 0.5rem !important;
2426
+ }
2427
+ .mt-md-3 {
2428
+ margin-top: 1rem !important;
2429
+ }
2430
+ .mt-md-4 {
2431
+ margin-top: 1.5rem !important;
2432
+ }
2433
+ .mt-md-5 {
2434
+ margin-top: 3rem !important;
2435
+ }
2436
+ .mt-md-auto {
2437
+ margin-top: auto !important;
2438
+ }
2439
+ .me-md-0 {
2440
+ margin-right: 0 !important;
2441
+ }
2442
+ .me-md-1 {
2443
+ margin-right: 0.25rem !important;
2444
+ }
2445
+ .me-md-2 {
2446
+ margin-right: 0.5rem !important;
2447
+ }
2448
+ .me-md-3 {
2449
+ margin-right: 1rem !important;
2450
+ }
2451
+ .me-md-4 {
2452
+ margin-right: 1.5rem !important;
2453
+ }
2454
+ .me-md-5 {
2455
+ margin-right: 3rem !important;
2456
+ }
2457
+ .me-md-auto {
2458
+ margin-right: auto !important;
2459
+ }
2460
+ .mb-md-0 {
2461
+ margin-bottom: 0 !important;
2462
+ }
2463
+ .mb-md-1 {
2464
+ margin-bottom: 0.25rem !important;
2465
+ }
2466
+ .mb-md-2 {
2467
+ margin-bottom: 0.5rem !important;
2468
+ }
2469
+ .mb-md-3 {
2470
+ margin-bottom: 1rem !important;
2471
+ }
2472
+ .mb-md-4 {
2473
+ margin-bottom: 1.5rem !important;
2474
+ }
2475
+ .mb-md-5 {
2476
+ margin-bottom: 3rem !important;
2477
+ }
2478
+ .mb-md-auto {
2479
+ margin-bottom: auto !important;
2480
+ }
2481
+ .ms-md-0 {
2482
+ margin-left: 0 !important;
2483
+ }
2484
+ .ms-md-1 {
2485
+ margin-left: 0.25rem !important;
2486
+ }
2487
+ .ms-md-2 {
2488
+ margin-left: 0.5rem !important;
2489
+ }
2490
+ .ms-md-3 {
2491
+ margin-left: 1rem !important;
2492
+ }
2493
+ .ms-md-4 {
2494
+ margin-left: 1.5rem !important;
2495
+ }
2496
+ .ms-md-5 {
2497
+ margin-left: 3rem !important;
2498
+ }
2499
+ .ms-md-auto {
2500
+ margin-left: auto !important;
2501
+ }
2502
+ .p-md-0 {
2503
+ padding: 0 !important;
2504
+ }
2505
+ .p-md-1 {
2506
+ padding: 0.25rem !important;
2507
+ }
2508
+ .p-md-2 {
2509
+ padding: 0.5rem !important;
2510
+ }
2511
+ .p-md-3 {
2512
+ padding: 1rem !important;
2513
+ }
2514
+ .p-md-4 {
2515
+ padding: 1.5rem !important;
2516
+ }
2517
+ .p-md-5 {
2518
+ padding: 3rem !important;
2519
+ }
2520
+ .px-md-0 {
2521
+ padding-right: 0 !important;
2522
+ padding-left: 0 !important;
2523
+ }
2524
+ .px-md-1 {
2525
+ padding-right: 0.25rem !important;
2526
+ padding-left: 0.25rem !important;
2527
+ }
2528
+ .px-md-2 {
2529
+ padding-right: 0.5rem !important;
2530
+ padding-left: 0.5rem !important;
2531
+ }
2532
+ .px-md-3 {
2533
+ padding-right: 1rem !important;
2534
+ padding-left: 1rem !important;
2535
+ }
2536
+ .px-md-4 {
2537
+ padding-right: 1.5rem !important;
2538
+ padding-left: 1.5rem !important;
2539
+ }
2540
+ .px-md-5 {
2541
+ padding-right: 3rem !important;
2542
+ padding-left: 3rem !important;
2543
+ }
2544
+ .py-md-0 {
2545
+ padding-top: 0 !important;
2546
+ padding-bottom: 0 !important;
2547
+ }
2548
+ .py-md-1 {
2549
+ padding-top: 0.25rem !important;
2550
+ padding-bottom: 0.25rem !important;
2551
+ }
2552
+ .py-md-2 {
2553
+ padding-top: 0.5rem !important;
2554
+ padding-bottom: 0.5rem !important;
2555
+ }
2556
+ .py-md-3 {
2557
+ padding-top: 1rem !important;
2558
+ padding-bottom: 1rem !important;
2559
+ }
2560
+ .py-md-4 {
2561
+ padding-top: 1.5rem !important;
2562
+ padding-bottom: 1.5rem !important;
2563
+ }
2564
+ .py-md-5 {
2565
+ padding-top: 3rem !important;
2566
+ padding-bottom: 3rem !important;
2567
+ }
2568
+ .pt-md-0 {
2569
+ padding-top: 0 !important;
2570
+ }
2571
+ .pt-md-1 {
2572
+ padding-top: 0.25rem !important;
2573
+ }
2574
+ .pt-md-2 {
2575
+ padding-top: 0.5rem !important;
2576
+ }
2577
+ .pt-md-3 {
2578
+ padding-top: 1rem !important;
2579
+ }
2580
+ .pt-md-4 {
2581
+ padding-top: 1.5rem !important;
2582
+ }
2583
+ .pt-md-5 {
2584
+ padding-top: 3rem !important;
2585
+ }
2586
+ .pe-md-0 {
2587
+ padding-right: 0 !important;
2588
+ }
2589
+ .pe-md-1 {
2590
+ padding-right: 0.25rem !important;
2591
+ }
2592
+ .pe-md-2 {
2593
+ padding-right: 0.5rem !important;
2594
+ }
2595
+ .pe-md-3 {
2596
+ padding-right: 1rem !important;
2597
+ }
2598
+ .pe-md-4 {
2599
+ padding-right: 1.5rem !important;
2600
+ }
2601
+ .pe-md-5 {
2602
+ padding-right: 3rem !important;
2603
+ }
2604
+ .pb-md-0 {
2605
+ padding-bottom: 0 !important;
2606
+ }
2607
+ .pb-md-1 {
2608
+ padding-bottom: 0.25rem !important;
2609
+ }
2610
+ .pb-md-2 {
2611
+ padding-bottom: 0.5rem !important;
2612
+ }
2613
+ .pb-md-3 {
2614
+ padding-bottom: 1rem !important;
2615
+ }
2616
+ .pb-md-4 {
2617
+ padding-bottom: 1.5rem !important;
2618
+ }
2619
+ .pb-md-5 {
2620
+ padding-bottom: 3rem !important;
2621
+ }
2622
+ .ps-md-0 {
2623
+ padding-left: 0 !important;
2624
+ }
2625
+ .ps-md-1 {
2626
+ padding-left: 0.25rem !important;
2627
+ }
2628
+ .ps-md-2 {
2629
+ padding-left: 0.5rem !important;
2630
+ }
2631
+ .ps-md-3 {
2632
+ padding-left: 1rem !important;
2633
+ }
2634
+ .ps-md-4 {
2635
+ padding-left: 1.5rem !important;
2636
+ }
2637
+ .ps-md-5 {
2638
+ padding-left: 3rem !important;
2639
+ }
2640
+ }
2641
+ @media (min-width: 992px) {
2642
+ .d-lg-inline {
2643
+ display: inline !important;
2644
+ }
2645
+ .d-lg-inline-block {
2646
+ display: inline-block !important;
2647
+ }
2648
+ .d-lg-block {
2649
+ display: block !important;
2650
+ }
2651
+ .d-lg-grid {
2652
+ display: grid !important;
2653
+ }
2654
+ .d-lg-table {
2655
+ display: table !important;
2656
+ }
2657
+ .d-lg-table-row {
2658
+ display: table-row !important;
2659
+ }
2660
+ .d-lg-table-cell {
2661
+ display: table-cell !important;
2662
+ }
2663
+ .d-lg-flex {
2664
+ display: flex !important;
2665
+ }
2666
+ .d-lg-inline-flex {
2667
+ display: inline-flex !important;
2668
+ }
2669
+ .d-lg-none {
2670
+ display: none !important;
2671
+ }
2672
+ .flex-lg-fill {
2673
+ flex: 1 1 auto !important;
2674
+ }
2675
+ .flex-lg-row {
2676
+ flex-direction: row !important;
2677
+ }
2678
+ .flex-lg-column {
2679
+ flex-direction: column !important;
2680
+ }
2681
+ .flex-lg-row-reverse {
2682
+ flex-direction: row-reverse !important;
2683
+ }
2684
+ .flex-lg-column-reverse {
2685
+ flex-direction: column-reverse !important;
2686
+ }
2687
+ .flex-lg-grow-0 {
2688
+ flex-grow: 0 !important;
2689
+ }
2690
+ .flex-lg-grow-1 {
2691
+ flex-grow: 1 !important;
2692
+ }
2693
+ .flex-lg-shrink-0 {
2694
+ flex-shrink: 0 !important;
2695
+ }
2696
+ .flex-lg-shrink-1 {
2697
+ flex-shrink: 1 !important;
2698
+ }
2699
+ .flex-lg-wrap {
2700
+ flex-wrap: wrap !important;
2701
+ }
2702
+ .flex-lg-nowrap {
2703
+ flex-wrap: nowrap !important;
2704
+ }
2705
+ .flex-lg-wrap-reverse {
2706
+ flex-wrap: wrap-reverse !important;
2707
+ }
2708
+ .justify-content-lg-start {
2709
+ justify-content: flex-start !important;
2710
+ }
2711
+ .justify-content-lg-end {
2712
+ justify-content: flex-end !important;
2713
+ }
2714
+ .justify-content-lg-center {
2715
+ justify-content: center !important;
2716
+ }
2717
+ .justify-content-lg-between {
2718
+ justify-content: space-between !important;
2719
+ }
2720
+ .justify-content-lg-around {
2721
+ justify-content: space-around !important;
2722
+ }
2723
+ .justify-content-lg-evenly {
2724
+ justify-content: space-evenly !important;
2725
+ }
2726
+ .align-items-lg-start {
2727
+ align-items: flex-start !important;
2728
+ }
2729
+ .align-items-lg-end {
2730
+ align-items: flex-end !important;
2731
+ }
2732
+ .align-items-lg-center {
2733
+ align-items: center !important;
2734
+ }
2735
+ .align-items-lg-baseline {
2736
+ align-items: baseline !important;
2737
+ }
2738
+ .align-items-lg-stretch {
2739
+ align-items: stretch !important;
2740
+ }
2741
+ .align-content-lg-start {
2742
+ align-content: flex-start !important;
2743
+ }
2744
+ .align-content-lg-end {
2745
+ align-content: flex-end !important;
2746
+ }
2747
+ .align-content-lg-center {
2748
+ align-content: center !important;
2749
+ }
2750
+ .align-content-lg-between {
2751
+ align-content: space-between !important;
2752
+ }
2753
+ .align-content-lg-around {
2754
+ align-content: space-around !important;
2755
+ }
2756
+ .align-content-lg-stretch {
2757
+ align-content: stretch !important;
2758
+ }
2759
+ .align-self-lg-auto {
2760
+ align-self: auto !important;
2761
+ }
2762
+ .align-self-lg-start {
2763
+ align-self: flex-start !important;
2764
+ }
2765
+ .align-self-lg-end {
2766
+ align-self: flex-end !important;
2767
+ }
2768
+ .align-self-lg-center {
2769
+ align-self: center !important;
2770
+ }
2771
+ .align-self-lg-baseline {
2772
+ align-self: baseline !important;
2773
+ }
2774
+ .align-self-lg-stretch {
2775
+ align-self: stretch !important;
2776
+ }
2777
+ .order-lg-first {
2778
+ order: -1 !important;
2779
+ }
2780
+ .order-lg-0 {
2781
+ order: 0 !important;
2782
+ }
2783
+ .order-lg-1 {
2784
+ order: 1 !important;
2785
+ }
2786
+ .order-lg-2 {
2787
+ order: 2 !important;
2788
+ }
2789
+ .order-lg-3 {
2790
+ order: 3 !important;
2791
+ }
2792
+ .order-lg-4 {
2793
+ order: 4 !important;
2794
+ }
2795
+ .order-lg-5 {
2796
+ order: 5 !important;
2797
+ }
2798
+ .order-lg-last {
2799
+ order: 6 !important;
2800
+ }
2801
+ .m-lg-0 {
2802
+ margin: 0 !important;
2803
+ }
2804
+ .m-lg-1 {
2805
+ margin: 0.25rem !important;
2806
+ }
2807
+ .m-lg-2 {
2808
+ margin: 0.5rem !important;
2809
+ }
2810
+ .m-lg-3 {
2811
+ margin: 1rem !important;
2812
+ }
2813
+ .m-lg-4 {
2814
+ margin: 1.5rem !important;
2815
+ }
2816
+ .m-lg-5 {
2817
+ margin: 3rem !important;
2818
+ }
2819
+ .m-lg-auto {
2820
+ margin: auto !important;
2821
+ }
2822
+ .mx-lg-0 {
2823
+ margin-right: 0 !important;
2824
+ margin-left: 0 !important;
2825
+ }
2826
+ .mx-lg-1 {
2827
+ margin-right: 0.25rem !important;
2828
+ margin-left: 0.25rem !important;
2829
+ }
2830
+ .mx-lg-2 {
2831
+ margin-right: 0.5rem !important;
2832
+ margin-left: 0.5rem !important;
2833
+ }
2834
+ .mx-lg-3 {
2835
+ margin-right: 1rem !important;
2836
+ margin-left: 1rem !important;
2837
+ }
2838
+ .mx-lg-4 {
2839
+ margin-right: 1.5rem !important;
2840
+ margin-left: 1.5rem !important;
2841
+ }
2842
+ .mx-lg-5 {
2843
+ margin-right: 3rem !important;
2844
+ margin-left: 3rem !important;
2845
+ }
2846
+ .mx-lg-auto {
2847
+ margin-right: auto !important;
2848
+ margin-left: auto !important;
2849
+ }
2850
+ .my-lg-0 {
2851
+ margin-top: 0 !important;
2852
+ margin-bottom: 0 !important;
2853
+ }
2854
+ .my-lg-1 {
2855
+ margin-top: 0.25rem !important;
2856
+ margin-bottom: 0.25rem !important;
2857
+ }
2858
+ .my-lg-2 {
2859
+ margin-top: 0.5rem !important;
2860
+ margin-bottom: 0.5rem !important;
2861
+ }
2862
+ .my-lg-3 {
2863
+ margin-top: 1rem !important;
2864
+ margin-bottom: 1rem !important;
2865
+ }
2866
+ .my-lg-4 {
2867
+ margin-top: 1.5rem !important;
2868
+ margin-bottom: 1.5rem !important;
2869
+ }
2870
+ .my-lg-5 {
2871
+ margin-top: 3rem !important;
2872
+ margin-bottom: 3rem !important;
2873
+ }
2874
+ .my-lg-auto {
2875
+ margin-top: auto !important;
2876
+ margin-bottom: auto !important;
2877
+ }
2878
+ .mt-lg-0 {
2879
+ margin-top: 0 !important;
2880
+ }
2881
+ .mt-lg-1 {
2882
+ margin-top: 0.25rem !important;
2883
+ }
2884
+ .mt-lg-2 {
2885
+ margin-top: 0.5rem !important;
2886
+ }
2887
+ .mt-lg-3 {
2888
+ margin-top: 1rem !important;
2889
+ }
2890
+ .mt-lg-4 {
2891
+ margin-top: 1.5rem !important;
2892
+ }
2893
+ .mt-lg-5 {
2894
+ margin-top: 3rem !important;
2895
+ }
2896
+ .mt-lg-auto {
2897
+ margin-top: auto !important;
2898
+ }
2899
+ .me-lg-0 {
2900
+ margin-right: 0 !important;
2901
+ }
2902
+ .me-lg-1 {
2903
+ margin-right: 0.25rem !important;
2904
+ }
2905
+ .me-lg-2 {
2906
+ margin-right: 0.5rem !important;
2907
+ }
2908
+ .me-lg-3 {
2909
+ margin-right: 1rem !important;
2910
+ }
2911
+ .me-lg-4 {
2912
+ margin-right: 1.5rem !important;
2913
+ }
2914
+ .me-lg-5 {
2915
+ margin-right: 3rem !important;
2916
+ }
2917
+ .me-lg-auto {
2918
+ margin-right: auto !important;
2919
+ }
2920
+ .mb-lg-0 {
2921
+ margin-bottom: 0 !important;
2922
+ }
2923
+ .mb-lg-1 {
2924
+ margin-bottom: 0.25rem !important;
2925
+ }
2926
+ .mb-lg-2 {
2927
+ margin-bottom: 0.5rem !important;
2928
+ }
2929
+ .mb-lg-3 {
2930
+ margin-bottom: 1rem !important;
2931
+ }
2932
+ .mb-lg-4 {
2933
+ margin-bottom: 1.5rem !important;
2934
+ }
2935
+ .mb-lg-5 {
2936
+ margin-bottom: 3rem !important;
2937
+ }
2938
+ .mb-lg-auto {
2939
+ margin-bottom: auto !important;
2940
+ }
2941
+ .ms-lg-0 {
2942
+ margin-left: 0 !important;
2943
+ }
2944
+ .ms-lg-1 {
2945
+ margin-left: 0.25rem !important;
2946
+ }
2947
+ .ms-lg-2 {
2948
+ margin-left: 0.5rem !important;
2949
+ }
2950
+ .ms-lg-3 {
2951
+ margin-left: 1rem !important;
2952
+ }
2953
+ .ms-lg-4 {
2954
+ margin-left: 1.5rem !important;
2955
+ }
2956
+ .ms-lg-5 {
2957
+ margin-left: 3rem !important;
2958
+ }
2959
+ .ms-lg-auto {
2960
+ margin-left: auto !important;
2961
+ }
2962
+ .p-lg-0 {
2963
+ padding: 0 !important;
2964
+ }
2965
+ .p-lg-1 {
2966
+ padding: 0.25rem !important;
2967
+ }
2968
+ .p-lg-2 {
2969
+ padding: 0.5rem !important;
2970
+ }
2971
+ .p-lg-3 {
2972
+ padding: 1rem !important;
2973
+ }
2974
+ .p-lg-4 {
2975
+ padding: 1.5rem !important;
2976
+ }
2977
+ .p-lg-5 {
2978
+ padding: 3rem !important;
2979
+ }
2980
+ .px-lg-0 {
2981
+ padding-right: 0 !important;
2982
+ padding-left: 0 !important;
2983
+ }
2984
+ .px-lg-1 {
2985
+ padding-right: 0.25rem !important;
2986
+ padding-left: 0.25rem !important;
2987
+ }
2988
+ .px-lg-2 {
2989
+ padding-right: 0.5rem !important;
2990
+ padding-left: 0.5rem !important;
2991
+ }
2992
+ .px-lg-3 {
2993
+ padding-right: 1rem !important;
2994
+ padding-left: 1rem !important;
2995
+ }
2996
+ .px-lg-4 {
2997
+ padding-right: 1.5rem !important;
2998
+ padding-left: 1.5rem !important;
2999
+ }
3000
+ .px-lg-5 {
3001
+ padding-right: 3rem !important;
3002
+ padding-left: 3rem !important;
3003
+ }
3004
+ .py-lg-0 {
3005
+ padding-top: 0 !important;
3006
+ padding-bottom: 0 !important;
3007
+ }
3008
+ .py-lg-1 {
3009
+ padding-top: 0.25rem !important;
3010
+ padding-bottom: 0.25rem !important;
3011
+ }
3012
+ .py-lg-2 {
3013
+ padding-top: 0.5rem !important;
3014
+ padding-bottom: 0.5rem !important;
3015
+ }
3016
+ .py-lg-3 {
3017
+ padding-top: 1rem !important;
3018
+ padding-bottom: 1rem !important;
3019
+ }
3020
+ .py-lg-4 {
3021
+ padding-top: 1.5rem !important;
3022
+ padding-bottom: 1.5rem !important;
3023
+ }
3024
+ .py-lg-5 {
3025
+ padding-top: 3rem !important;
3026
+ padding-bottom: 3rem !important;
3027
+ }
3028
+ .pt-lg-0 {
3029
+ padding-top: 0 !important;
3030
+ }
3031
+ .pt-lg-1 {
3032
+ padding-top: 0.25rem !important;
3033
+ }
3034
+ .pt-lg-2 {
3035
+ padding-top: 0.5rem !important;
3036
+ }
3037
+ .pt-lg-3 {
3038
+ padding-top: 1rem !important;
3039
+ }
3040
+ .pt-lg-4 {
3041
+ padding-top: 1.5rem !important;
3042
+ }
3043
+ .pt-lg-5 {
3044
+ padding-top: 3rem !important;
3045
+ }
3046
+ .pe-lg-0 {
3047
+ padding-right: 0 !important;
3048
+ }
3049
+ .pe-lg-1 {
3050
+ padding-right: 0.25rem !important;
3051
+ }
3052
+ .pe-lg-2 {
3053
+ padding-right: 0.5rem !important;
3054
+ }
3055
+ .pe-lg-3 {
3056
+ padding-right: 1rem !important;
3057
+ }
3058
+ .pe-lg-4 {
3059
+ padding-right: 1.5rem !important;
3060
+ }
3061
+ .pe-lg-5 {
3062
+ padding-right: 3rem !important;
3063
+ }
3064
+ .pb-lg-0 {
3065
+ padding-bottom: 0 !important;
3066
+ }
3067
+ .pb-lg-1 {
3068
+ padding-bottom: 0.25rem !important;
3069
+ }
3070
+ .pb-lg-2 {
3071
+ padding-bottom: 0.5rem !important;
3072
+ }
3073
+ .pb-lg-3 {
3074
+ padding-bottom: 1rem !important;
3075
+ }
3076
+ .pb-lg-4 {
3077
+ padding-bottom: 1.5rem !important;
3078
+ }
3079
+ .pb-lg-5 {
3080
+ padding-bottom: 3rem !important;
3081
+ }
3082
+ .ps-lg-0 {
3083
+ padding-left: 0 !important;
3084
+ }
3085
+ .ps-lg-1 {
3086
+ padding-left: 0.25rem !important;
3087
+ }
3088
+ .ps-lg-2 {
3089
+ padding-left: 0.5rem !important;
3090
+ }
3091
+ .ps-lg-3 {
3092
+ padding-left: 1rem !important;
3093
+ }
3094
+ .ps-lg-4 {
3095
+ padding-left: 1.5rem !important;
3096
+ }
3097
+ .ps-lg-5 {
3098
+ padding-left: 3rem !important;
3099
+ }
3100
+ }
3101
+ @media (min-width: 1200px) {
3102
+ .d-xl-inline {
3103
+ display: inline !important;
3104
+ }
3105
+ .d-xl-inline-block {
3106
+ display: inline-block !important;
3107
+ }
3108
+ .d-xl-block {
3109
+ display: block !important;
3110
+ }
3111
+ .d-xl-grid {
3112
+ display: grid !important;
3113
+ }
3114
+ .d-xl-table {
3115
+ display: table !important;
3116
+ }
3117
+ .d-xl-table-row {
3118
+ display: table-row !important;
3119
+ }
3120
+ .d-xl-table-cell {
3121
+ display: table-cell !important;
3122
+ }
3123
+ .d-xl-flex {
3124
+ display: flex !important;
3125
+ }
3126
+ .d-xl-inline-flex {
3127
+ display: inline-flex !important;
3128
+ }
3129
+ .d-xl-none {
3130
+ display: none !important;
3131
+ }
3132
+ .flex-xl-fill {
3133
+ flex: 1 1 auto !important;
3134
+ }
3135
+ .flex-xl-row {
3136
+ flex-direction: row !important;
3137
+ }
3138
+ .flex-xl-column {
3139
+ flex-direction: column !important;
3140
+ }
3141
+ .flex-xl-row-reverse {
3142
+ flex-direction: row-reverse !important;
3143
+ }
3144
+ .flex-xl-column-reverse {
3145
+ flex-direction: column-reverse !important;
3146
+ }
3147
+ .flex-xl-grow-0 {
3148
+ flex-grow: 0 !important;
3149
+ }
3150
+ .flex-xl-grow-1 {
3151
+ flex-grow: 1 !important;
3152
+ }
3153
+ .flex-xl-shrink-0 {
3154
+ flex-shrink: 0 !important;
3155
+ }
3156
+ .flex-xl-shrink-1 {
3157
+ flex-shrink: 1 !important;
3158
+ }
3159
+ .flex-xl-wrap {
3160
+ flex-wrap: wrap !important;
3161
+ }
3162
+ .flex-xl-nowrap {
3163
+ flex-wrap: nowrap !important;
3164
+ }
3165
+ .flex-xl-wrap-reverse {
3166
+ flex-wrap: wrap-reverse !important;
3167
+ }
3168
+ .justify-content-xl-start {
3169
+ justify-content: flex-start !important;
3170
+ }
3171
+ .justify-content-xl-end {
3172
+ justify-content: flex-end !important;
3173
+ }
3174
+ .justify-content-xl-center {
3175
+ justify-content: center !important;
3176
+ }
3177
+ .justify-content-xl-between {
3178
+ justify-content: space-between !important;
3179
+ }
3180
+ .justify-content-xl-around {
3181
+ justify-content: space-around !important;
3182
+ }
3183
+ .justify-content-xl-evenly {
3184
+ justify-content: space-evenly !important;
3185
+ }
3186
+ .align-items-xl-start {
3187
+ align-items: flex-start !important;
3188
+ }
3189
+ .align-items-xl-end {
3190
+ align-items: flex-end !important;
3191
+ }
3192
+ .align-items-xl-center {
3193
+ align-items: center !important;
3194
+ }
3195
+ .align-items-xl-baseline {
3196
+ align-items: baseline !important;
3197
+ }
3198
+ .align-items-xl-stretch {
3199
+ align-items: stretch !important;
3200
+ }
3201
+ .align-content-xl-start {
3202
+ align-content: flex-start !important;
3203
+ }
3204
+ .align-content-xl-end {
3205
+ align-content: flex-end !important;
3206
+ }
3207
+ .align-content-xl-center {
3208
+ align-content: center !important;
3209
+ }
3210
+ .align-content-xl-between {
3211
+ align-content: space-between !important;
3212
+ }
3213
+ .align-content-xl-around {
3214
+ align-content: space-around !important;
3215
+ }
3216
+ .align-content-xl-stretch {
3217
+ align-content: stretch !important;
3218
+ }
3219
+ .align-self-xl-auto {
3220
+ align-self: auto !important;
3221
+ }
3222
+ .align-self-xl-start {
3223
+ align-self: flex-start !important;
3224
+ }
3225
+ .align-self-xl-end {
3226
+ align-self: flex-end !important;
3227
+ }
3228
+ .align-self-xl-center {
3229
+ align-self: center !important;
3230
+ }
3231
+ .align-self-xl-baseline {
3232
+ align-self: baseline !important;
3233
+ }
3234
+ .align-self-xl-stretch {
3235
+ align-self: stretch !important;
3236
+ }
3237
+ .order-xl-first {
3238
+ order: -1 !important;
3239
+ }
3240
+ .order-xl-0 {
3241
+ order: 0 !important;
3242
+ }
3243
+ .order-xl-1 {
3244
+ order: 1 !important;
3245
+ }
3246
+ .order-xl-2 {
3247
+ order: 2 !important;
3248
+ }
3249
+ .order-xl-3 {
3250
+ order: 3 !important;
3251
+ }
3252
+ .order-xl-4 {
3253
+ order: 4 !important;
3254
+ }
3255
+ .order-xl-5 {
3256
+ order: 5 !important;
3257
+ }
3258
+ .order-xl-last {
3259
+ order: 6 !important;
3260
+ }
3261
+ .m-xl-0 {
3262
+ margin: 0 !important;
3263
+ }
3264
+ .m-xl-1 {
3265
+ margin: 0.25rem !important;
3266
+ }
3267
+ .m-xl-2 {
3268
+ margin: 0.5rem !important;
3269
+ }
3270
+ .m-xl-3 {
3271
+ margin: 1rem !important;
3272
+ }
3273
+ .m-xl-4 {
3274
+ margin: 1.5rem !important;
3275
+ }
3276
+ .m-xl-5 {
3277
+ margin: 3rem !important;
3278
+ }
3279
+ .m-xl-auto {
3280
+ margin: auto !important;
3281
+ }
3282
+ .mx-xl-0 {
3283
+ margin-right: 0 !important;
3284
+ margin-left: 0 !important;
3285
+ }
3286
+ .mx-xl-1 {
3287
+ margin-right: 0.25rem !important;
3288
+ margin-left: 0.25rem !important;
3289
+ }
3290
+ .mx-xl-2 {
3291
+ margin-right: 0.5rem !important;
3292
+ margin-left: 0.5rem !important;
3293
+ }
3294
+ .mx-xl-3 {
3295
+ margin-right: 1rem !important;
3296
+ margin-left: 1rem !important;
3297
+ }
3298
+ .mx-xl-4 {
3299
+ margin-right: 1.5rem !important;
3300
+ margin-left: 1.5rem !important;
3301
+ }
3302
+ .mx-xl-5 {
3303
+ margin-right: 3rem !important;
3304
+ margin-left: 3rem !important;
3305
+ }
3306
+ .mx-xl-auto {
3307
+ margin-right: auto !important;
3308
+ margin-left: auto !important;
3309
+ }
3310
+ .my-xl-0 {
3311
+ margin-top: 0 !important;
3312
+ margin-bottom: 0 !important;
3313
+ }
3314
+ .my-xl-1 {
3315
+ margin-top: 0.25rem !important;
3316
+ margin-bottom: 0.25rem !important;
3317
+ }
3318
+ .my-xl-2 {
3319
+ margin-top: 0.5rem !important;
3320
+ margin-bottom: 0.5rem !important;
3321
+ }
3322
+ .my-xl-3 {
3323
+ margin-top: 1rem !important;
3324
+ margin-bottom: 1rem !important;
3325
+ }
3326
+ .my-xl-4 {
3327
+ margin-top: 1.5rem !important;
3328
+ margin-bottom: 1.5rem !important;
3329
+ }
3330
+ .my-xl-5 {
3331
+ margin-top: 3rem !important;
3332
+ margin-bottom: 3rem !important;
3333
+ }
3334
+ .my-xl-auto {
3335
+ margin-top: auto !important;
3336
+ margin-bottom: auto !important;
3337
+ }
3338
+ .mt-xl-0 {
3339
+ margin-top: 0 !important;
3340
+ }
3341
+ .mt-xl-1 {
3342
+ margin-top: 0.25rem !important;
3343
+ }
3344
+ .mt-xl-2 {
3345
+ margin-top: 0.5rem !important;
3346
+ }
3347
+ .mt-xl-3 {
3348
+ margin-top: 1rem !important;
3349
+ }
3350
+ .mt-xl-4 {
3351
+ margin-top: 1.5rem !important;
3352
+ }
3353
+ .mt-xl-5 {
3354
+ margin-top: 3rem !important;
3355
+ }
3356
+ .mt-xl-auto {
3357
+ margin-top: auto !important;
3358
+ }
3359
+ .me-xl-0 {
3360
+ margin-right: 0 !important;
3361
+ }
3362
+ .me-xl-1 {
3363
+ margin-right: 0.25rem !important;
3364
+ }
3365
+ .me-xl-2 {
3366
+ margin-right: 0.5rem !important;
3367
+ }
3368
+ .me-xl-3 {
3369
+ margin-right: 1rem !important;
3370
+ }
3371
+ .me-xl-4 {
3372
+ margin-right: 1.5rem !important;
3373
+ }
3374
+ .me-xl-5 {
3375
+ margin-right: 3rem !important;
3376
+ }
3377
+ .me-xl-auto {
3378
+ margin-right: auto !important;
3379
+ }
3380
+ .mb-xl-0 {
3381
+ margin-bottom: 0 !important;
3382
+ }
3383
+ .mb-xl-1 {
3384
+ margin-bottom: 0.25rem !important;
3385
+ }
3386
+ .mb-xl-2 {
3387
+ margin-bottom: 0.5rem !important;
3388
+ }
3389
+ .mb-xl-3 {
3390
+ margin-bottom: 1rem !important;
3391
+ }
3392
+ .mb-xl-4 {
3393
+ margin-bottom: 1.5rem !important;
3394
+ }
3395
+ .mb-xl-5 {
3396
+ margin-bottom: 3rem !important;
3397
+ }
3398
+ .mb-xl-auto {
3399
+ margin-bottom: auto !important;
3400
+ }
3401
+ .ms-xl-0 {
3402
+ margin-left: 0 !important;
3403
+ }
3404
+ .ms-xl-1 {
3405
+ margin-left: 0.25rem !important;
3406
+ }
3407
+ .ms-xl-2 {
3408
+ margin-left: 0.5rem !important;
3409
+ }
3410
+ .ms-xl-3 {
3411
+ margin-left: 1rem !important;
3412
+ }
3413
+ .ms-xl-4 {
3414
+ margin-left: 1.5rem !important;
3415
+ }
3416
+ .ms-xl-5 {
3417
+ margin-left: 3rem !important;
3418
+ }
3419
+ .ms-xl-auto {
3420
+ margin-left: auto !important;
3421
+ }
3422
+ .p-xl-0 {
3423
+ padding: 0 !important;
3424
+ }
3425
+ .p-xl-1 {
3426
+ padding: 0.25rem !important;
3427
+ }
3428
+ .p-xl-2 {
3429
+ padding: 0.5rem !important;
3430
+ }
3431
+ .p-xl-3 {
3432
+ padding: 1rem !important;
3433
+ }
3434
+ .p-xl-4 {
3435
+ padding: 1.5rem !important;
3436
+ }
3437
+ .p-xl-5 {
3438
+ padding: 3rem !important;
3439
+ }
3440
+ .px-xl-0 {
3441
+ padding-right: 0 !important;
3442
+ padding-left: 0 !important;
3443
+ }
3444
+ .px-xl-1 {
3445
+ padding-right: 0.25rem !important;
3446
+ padding-left: 0.25rem !important;
3447
+ }
3448
+ .px-xl-2 {
3449
+ padding-right: 0.5rem !important;
3450
+ padding-left: 0.5rem !important;
3451
+ }
3452
+ .px-xl-3 {
3453
+ padding-right: 1rem !important;
3454
+ padding-left: 1rem !important;
3455
+ }
3456
+ .px-xl-4 {
3457
+ padding-right: 1.5rem !important;
3458
+ padding-left: 1.5rem !important;
3459
+ }
3460
+ .px-xl-5 {
3461
+ padding-right: 3rem !important;
3462
+ padding-left: 3rem !important;
3463
+ }
3464
+ .py-xl-0 {
3465
+ padding-top: 0 !important;
3466
+ padding-bottom: 0 !important;
3467
+ }
3468
+ .py-xl-1 {
3469
+ padding-top: 0.25rem !important;
3470
+ padding-bottom: 0.25rem !important;
3471
+ }
3472
+ .py-xl-2 {
3473
+ padding-top: 0.5rem !important;
3474
+ padding-bottom: 0.5rem !important;
3475
+ }
3476
+ .py-xl-3 {
3477
+ padding-top: 1rem !important;
3478
+ padding-bottom: 1rem !important;
3479
+ }
3480
+ .py-xl-4 {
3481
+ padding-top: 1.5rem !important;
3482
+ padding-bottom: 1.5rem !important;
3483
+ }
3484
+ .py-xl-5 {
3485
+ padding-top: 3rem !important;
3486
+ padding-bottom: 3rem !important;
3487
+ }
3488
+ .pt-xl-0 {
3489
+ padding-top: 0 !important;
3490
+ }
3491
+ .pt-xl-1 {
3492
+ padding-top: 0.25rem !important;
3493
+ }
3494
+ .pt-xl-2 {
3495
+ padding-top: 0.5rem !important;
3496
+ }
3497
+ .pt-xl-3 {
3498
+ padding-top: 1rem !important;
3499
+ }
3500
+ .pt-xl-4 {
3501
+ padding-top: 1.5rem !important;
3502
+ }
3503
+ .pt-xl-5 {
3504
+ padding-top: 3rem !important;
3505
+ }
3506
+ .pe-xl-0 {
3507
+ padding-right: 0 !important;
3508
+ }
3509
+ .pe-xl-1 {
3510
+ padding-right: 0.25rem !important;
3511
+ }
3512
+ .pe-xl-2 {
3513
+ padding-right: 0.5rem !important;
3514
+ }
3515
+ .pe-xl-3 {
3516
+ padding-right: 1rem !important;
3517
+ }
3518
+ .pe-xl-4 {
3519
+ padding-right: 1.5rem !important;
3520
+ }
3521
+ .pe-xl-5 {
3522
+ padding-right: 3rem !important;
3523
+ }
3524
+ .pb-xl-0 {
3525
+ padding-bottom: 0 !important;
3526
+ }
3527
+ .pb-xl-1 {
3528
+ padding-bottom: 0.25rem !important;
3529
+ }
3530
+ .pb-xl-2 {
3531
+ padding-bottom: 0.5rem !important;
3532
+ }
3533
+ .pb-xl-3 {
3534
+ padding-bottom: 1rem !important;
3535
+ }
3536
+ .pb-xl-4 {
3537
+ padding-bottom: 1.5rem !important;
3538
+ }
3539
+ .pb-xl-5 {
3540
+ padding-bottom: 3rem !important;
3541
+ }
3542
+ .ps-xl-0 {
3543
+ padding-left: 0 !important;
3544
+ }
3545
+ .ps-xl-1 {
3546
+ padding-left: 0.25rem !important;
3547
+ }
3548
+ .ps-xl-2 {
3549
+ padding-left: 0.5rem !important;
3550
+ }
3551
+ .ps-xl-3 {
3552
+ padding-left: 1rem !important;
3553
+ }
3554
+ .ps-xl-4 {
3555
+ padding-left: 1.5rem !important;
3556
+ }
3557
+ .ps-xl-5 {
3558
+ padding-left: 3rem !important;
3559
+ }
3560
+ }
3561
+ @media (min-width: 1400px) {
3562
+ .d-xxl-inline {
3563
+ display: inline !important;
3564
+ }
3565
+ .d-xxl-inline-block {
3566
+ display: inline-block !important;
3567
+ }
3568
+ .d-xxl-block {
3569
+ display: block !important;
3570
+ }
3571
+ .d-xxl-grid {
3572
+ display: grid !important;
3573
+ }
3574
+ .d-xxl-table {
3575
+ display: table !important;
3576
+ }
3577
+ .d-xxl-table-row {
3578
+ display: table-row !important;
3579
+ }
3580
+ .d-xxl-table-cell {
3581
+ display: table-cell !important;
3582
+ }
3583
+ .d-xxl-flex {
3584
+ display: flex !important;
3585
+ }
3586
+ .d-xxl-inline-flex {
3587
+ display: inline-flex !important;
3588
+ }
3589
+ .d-xxl-none {
3590
+ display: none !important;
3591
+ }
3592
+ .flex-xxl-fill {
3593
+ flex: 1 1 auto !important;
3594
+ }
3595
+ .flex-xxl-row {
3596
+ flex-direction: row !important;
3597
+ }
3598
+ .flex-xxl-column {
3599
+ flex-direction: column !important;
3600
+ }
3601
+ .flex-xxl-row-reverse {
3602
+ flex-direction: row-reverse !important;
3603
+ }
3604
+ .flex-xxl-column-reverse {
3605
+ flex-direction: column-reverse !important;
3606
+ }
3607
+ .flex-xxl-grow-0 {
3608
+ flex-grow: 0 !important;
3609
+ }
3610
+ .flex-xxl-grow-1 {
3611
+ flex-grow: 1 !important;
3612
+ }
3613
+ .flex-xxl-shrink-0 {
3614
+ flex-shrink: 0 !important;
3615
+ }
3616
+ .flex-xxl-shrink-1 {
3617
+ flex-shrink: 1 !important;
3618
+ }
3619
+ .flex-xxl-wrap {
3620
+ flex-wrap: wrap !important;
3621
+ }
3622
+ .flex-xxl-nowrap {
3623
+ flex-wrap: nowrap !important;
3624
+ }
3625
+ .flex-xxl-wrap-reverse {
3626
+ flex-wrap: wrap-reverse !important;
3627
+ }
3628
+ .justify-content-xxl-start {
3629
+ justify-content: flex-start !important;
3630
+ }
3631
+ .justify-content-xxl-end {
3632
+ justify-content: flex-end !important;
3633
+ }
3634
+ .justify-content-xxl-center {
3635
+ justify-content: center !important;
3636
+ }
3637
+ .justify-content-xxl-between {
3638
+ justify-content: space-between !important;
3639
+ }
3640
+ .justify-content-xxl-around {
3641
+ justify-content: space-around !important;
3642
+ }
3643
+ .justify-content-xxl-evenly {
3644
+ justify-content: space-evenly !important;
3645
+ }
3646
+ .align-items-xxl-start {
3647
+ align-items: flex-start !important;
3648
+ }
3649
+ .align-items-xxl-end {
3650
+ align-items: flex-end !important;
3651
+ }
3652
+ .align-items-xxl-center {
3653
+ align-items: center !important;
3654
+ }
3655
+ .align-items-xxl-baseline {
3656
+ align-items: baseline !important;
3657
+ }
3658
+ .align-items-xxl-stretch {
3659
+ align-items: stretch !important;
3660
+ }
3661
+ .align-content-xxl-start {
3662
+ align-content: flex-start !important;
3663
+ }
3664
+ .align-content-xxl-end {
3665
+ align-content: flex-end !important;
3666
+ }
3667
+ .align-content-xxl-center {
3668
+ align-content: center !important;
3669
+ }
3670
+ .align-content-xxl-between {
3671
+ align-content: space-between !important;
3672
+ }
3673
+ .align-content-xxl-around {
3674
+ align-content: space-around !important;
3675
+ }
3676
+ .align-content-xxl-stretch {
3677
+ align-content: stretch !important;
3678
+ }
3679
+ .align-self-xxl-auto {
3680
+ align-self: auto !important;
3681
+ }
3682
+ .align-self-xxl-start {
3683
+ align-self: flex-start !important;
3684
+ }
3685
+ .align-self-xxl-end {
3686
+ align-self: flex-end !important;
3687
+ }
3688
+ .align-self-xxl-center {
3689
+ align-self: center !important;
3690
+ }
3691
+ .align-self-xxl-baseline {
3692
+ align-self: baseline !important;
3693
+ }
3694
+ .align-self-xxl-stretch {
3695
+ align-self: stretch !important;
3696
+ }
3697
+ .order-xxl-first {
3698
+ order: -1 !important;
3699
+ }
3700
+ .order-xxl-0 {
3701
+ order: 0 !important;
3702
+ }
3703
+ .order-xxl-1 {
3704
+ order: 1 !important;
3705
+ }
3706
+ .order-xxl-2 {
3707
+ order: 2 !important;
3708
+ }
3709
+ .order-xxl-3 {
3710
+ order: 3 !important;
3711
+ }
3712
+ .order-xxl-4 {
3713
+ order: 4 !important;
3714
+ }
3715
+ .order-xxl-5 {
3716
+ order: 5 !important;
3717
+ }
3718
+ .order-xxl-last {
3719
+ order: 6 !important;
3720
+ }
3721
+ .m-xxl-0 {
3722
+ margin: 0 !important;
3723
+ }
3724
+ .m-xxl-1 {
3725
+ margin: 0.25rem !important;
3726
+ }
3727
+ .m-xxl-2 {
3728
+ margin: 0.5rem !important;
3729
+ }
3730
+ .m-xxl-3 {
3731
+ margin: 1rem !important;
3732
+ }
3733
+ .m-xxl-4 {
3734
+ margin: 1.5rem !important;
3735
+ }
3736
+ .m-xxl-5 {
3737
+ margin: 3rem !important;
3738
+ }
3739
+ .m-xxl-auto {
3740
+ margin: auto !important;
3741
+ }
3742
+ .mx-xxl-0 {
3743
+ margin-right: 0 !important;
3744
+ margin-left: 0 !important;
3745
+ }
3746
+ .mx-xxl-1 {
3747
+ margin-right: 0.25rem !important;
3748
+ margin-left: 0.25rem !important;
3749
+ }
3750
+ .mx-xxl-2 {
3751
+ margin-right: 0.5rem !important;
3752
+ margin-left: 0.5rem !important;
3753
+ }
3754
+ .mx-xxl-3 {
3755
+ margin-right: 1rem !important;
3756
+ margin-left: 1rem !important;
3757
+ }
3758
+ .mx-xxl-4 {
3759
+ margin-right: 1.5rem !important;
3760
+ margin-left: 1.5rem !important;
3761
+ }
3762
+ .mx-xxl-5 {
3763
+ margin-right: 3rem !important;
3764
+ margin-left: 3rem !important;
3765
+ }
3766
+ .mx-xxl-auto {
3767
+ margin-right: auto !important;
3768
+ margin-left: auto !important;
3769
+ }
3770
+ .my-xxl-0 {
3771
+ margin-top: 0 !important;
3772
+ margin-bottom: 0 !important;
3773
+ }
3774
+ .my-xxl-1 {
3775
+ margin-top: 0.25rem !important;
3776
+ margin-bottom: 0.25rem !important;
3777
+ }
3778
+ .my-xxl-2 {
3779
+ margin-top: 0.5rem !important;
3780
+ margin-bottom: 0.5rem !important;
3781
+ }
3782
+ .my-xxl-3 {
3783
+ margin-top: 1rem !important;
3784
+ margin-bottom: 1rem !important;
3785
+ }
3786
+ .my-xxl-4 {
3787
+ margin-top: 1.5rem !important;
3788
+ margin-bottom: 1.5rem !important;
3789
+ }
3790
+ .my-xxl-5 {
3791
+ margin-top: 3rem !important;
3792
+ margin-bottom: 3rem !important;
3793
+ }
3794
+ .my-xxl-auto {
3795
+ margin-top: auto !important;
3796
+ margin-bottom: auto !important;
3797
+ }
3798
+ .mt-xxl-0 {
3799
+ margin-top: 0 !important;
3800
+ }
3801
+ .mt-xxl-1 {
3802
+ margin-top: 0.25rem !important;
3803
+ }
3804
+ .mt-xxl-2 {
3805
+ margin-top: 0.5rem !important;
3806
+ }
3807
+ .mt-xxl-3 {
3808
+ margin-top: 1rem !important;
3809
+ }
3810
+ .mt-xxl-4 {
3811
+ margin-top: 1.5rem !important;
3812
+ }
3813
+ .mt-xxl-5 {
3814
+ margin-top: 3rem !important;
3815
+ }
3816
+ .mt-xxl-auto {
3817
+ margin-top: auto !important;
3818
+ }
3819
+ .me-xxl-0 {
3820
+ margin-right: 0 !important;
3821
+ }
3822
+ .me-xxl-1 {
3823
+ margin-right: 0.25rem !important;
3824
+ }
3825
+ .me-xxl-2 {
3826
+ margin-right: 0.5rem !important;
3827
+ }
3828
+ .me-xxl-3 {
3829
+ margin-right: 1rem !important;
3830
+ }
3831
+ .me-xxl-4 {
3832
+ margin-right: 1.5rem !important;
3833
+ }
3834
+ .me-xxl-5 {
3835
+ margin-right: 3rem !important;
3836
+ }
3837
+ .me-xxl-auto {
3838
+ margin-right: auto !important;
3839
+ }
3840
+ .mb-xxl-0 {
3841
+ margin-bottom: 0 !important;
3842
+ }
3843
+ .mb-xxl-1 {
3844
+ margin-bottom: 0.25rem !important;
3845
+ }
3846
+ .mb-xxl-2 {
3847
+ margin-bottom: 0.5rem !important;
3848
+ }
3849
+ .mb-xxl-3 {
3850
+ margin-bottom: 1rem !important;
3851
+ }
3852
+ .mb-xxl-4 {
3853
+ margin-bottom: 1.5rem !important;
3854
+ }
3855
+ .mb-xxl-5 {
3856
+ margin-bottom: 3rem !important;
3857
+ }
3858
+ .mb-xxl-auto {
3859
+ margin-bottom: auto !important;
3860
+ }
3861
+ .ms-xxl-0 {
3862
+ margin-left: 0 !important;
3863
+ }
3864
+ .ms-xxl-1 {
3865
+ margin-left: 0.25rem !important;
3866
+ }
3867
+ .ms-xxl-2 {
3868
+ margin-left: 0.5rem !important;
3869
+ }
3870
+ .ms-xxl-3 {
3871
+ margin-left: 1rem !important;
3872
+ }
3873
+ .ms-xxl-4 {
3874
+ margin-left: 1.5rem !important;
3875
+ }
3876
+ .ms-xxl-5 {
3877
+ margin-left: 3rem !important;
3878
+ }
3879
+ .ms-xxl-auto {
3880
+ margin-left: auto !important;
3881
+ }
3882
+ .p-xxl-0 {
3883
+ padding: 0 !important;
3884
+ }
3885
+ .p-xxl-1 {
3886
+ padding: 0.25rem !important;
3887
+ }
3888
+ .p-xxl-2 {
3889
+ padding: 0.5rem !important;
3890
+ }
3891
+ .p-xxl-3 {
3892
+ padding: 1rem !important;
3893
+ }
3894
+ .p-xxl-4 {
3895
+ padding: 1.5rem !important;
3896
+ }
3897
+ .p-xxl-5 {
3898
+ padding: 3rem !important;
3899
+ }
3900
+ .px-xxl-0 {
3901
+ padding-right: 0 !important;
3902
+ padding-left: 0 !important;
3903
+ }
3904
+ .px-xxl-1 {
3905
+ padding-right: 0.25rem !important;
3906
+ padding-left: 0.25rem !important;
3907
+ }
3908
+ .px-xxl-2 {
3909
+ padding-right: 0.5rem !important;
3910
+ padding-left: 0.5rem !important;
3911
+ }
3912
+ .px-xxl-3 {
3913
+ padding-right: 1rem !important;
3914
+ padding-left: 1rem !important;
3915
+ }
3916
+ .px-xxl-4 {
3917
+ padding-right: 1.5rem !important;
3918
+ padding-left: 1.5rem !important;
3919
+ }
3920
+ .px-xxl-5 {
3921
+ padding-right: 3rem !important;
3922
+ padding-left: 3rem !important;
3923
+ }
3924
+ .py-xxl-0 {
3925
+ padding-top: 0 !important;
3926
+ padding-bottom: 0 !important;
3927
+ }
3928
+ .py-xxl-1 {
3929
+ padding-top: 0.25rem !important;
3930
+ padding-bottom: 0.25rem !important;
3931
+ }
3932
+ .py-xxl-2 {
3933
+ padding-top: 0.5rem !important;
3934
+ padding-bottom: 0.5rem !important;
3935
+ }
3936
+ .py-xxl-3 {
3937
+ padding-top: 1rem !important;
3938
+ padding-bottom: 1rem !important;
3939
+ }
3940
+ .py-xxl-4 {
3941
+ padding-top: 1.5rem !important;
3942
+ padding-bottom: 1.5rem !important;
3943
+ }
3944
+ .py-xxl-5 {
3945
+ padding-top: 3rem !important;
3946
+ padding-bottom: 3rem !important;
3947
+ }
3948
+ .pt-xxl-0 {
3949
+ padding-top: 0 !important;
3950
+ }
3951
+ .pt-xxl-1 {
3952
+ padding-top: 0.25rem !important;
3953
+ }
3954
+ .pt-xxl-2 {
3955
+ padding-top: 0.5rem !important;
3956
+ }
3957
+ .pt-xxl-3 {
3958
+ padding-top: 1rem !important;
3959
+ }
3960
+ .pt-xxl-4 {
3961
+ padding-top: 1.5rem !important;
3962
+ }
3963
+ .pt-xxl-5 {
3964
+ padding-top: 3rem !important;
3965
+ }
3966
+ .pe-xxl-0 {
3967
+ padding-right: 0 !important;
3968
+ }
3969
+ .pe-xxl-1 {
3970
+ padding-right: 0.25rem !important;
3971
+ }
3972
+ .pe-xxl-2 {
3973
+ padding-right: 0.5rem !important;
3974
+ }
3975
+ .pe-xxl-3 {
3976
+ padding-right: 1rem !important;
3977
+ }
3978
+ .pe-xxl-4 {
3979
+ padding-right: 1.5rem !important;
3980
+ }
3981
+ .pe-xxl-5 {
3982
+ padding-right: 3rem !important;
3983
+ }
3984
+ .pb-xxl-0 {
3985
+ padding-bottom: 0 !important;
3986
+ }
3987
+ .pb-xxl-1 {
3988
+ padding-bottom: 0.25rem !important;
3989
+ }
3990
+ .pb-xxl-2 {
3991
+ padding-bottom: 0.5rem !important;
3992
+ }
3993
+ .pb-xxl-3 {
3994
+ padding-bottom: 1rem !important;
3995
+ }
3996
+ .pb-xxl-4 {
3997
+ padding-bottom: 1.5rem !important;
3998
+ }
3999
+ .pb-xxl-5 {
4000
+ padding-bottom: 3rem !important;
4001
+ }
4002
+ .ps-xxl-0 {
4003
+ padding-left: 0 !important;
4004
+ }
4005
+ .ps-xxl-1 {
4006
+ padding-left: 0.25rem !important;
4007
+ }
4008
+ .ps-xxl-2 {
4009
+ padding-left: 0.5rem !important;
4010
+ }
4011
+ .ps-xxl-3 {
4012
+ padding-left: 1rem !important;
4013
+ }
4014
+ .ps-xxl-4 {
4015
+ padding-left: 1.5rem !important;
4016
+ }
4017
+ .ps-xxl-5 {
4018
+ padding-left: 3rem !important;
4019
+ }
4020
+ }
4021
+ @media print {
4022
+ .d-print-inline {
4023
+ display: inline !important;
4024
+ }
4025
+ .d-print-inline-block {
4026
+ display: inline-block !important;
4027
+ }
4028
+ .d-print-block {
4029
+ display: block !important;
4030
+ }
4031
+ .d-print-grid {
4032
+ display: grid !important;
4033
+ }
4034
+ .d-print-table {
4035
+ display: table !important;
4036
+ }
4037
+ .d-print-table-row {
4038
+ display: table-row !important;
4039
+ }
4040
+ .d-print-table-cell {
4041
+ display: table-cell !important;
4042
+ }
4043
+ .d-print-flex {
4044
+ display: flex !important;
4045
+ }
4046
+ .d-print-inline-flex {
4047
+ display: inline-flex !important;
4048
+ }
4049
+ .d-print-none {
4050
+ display: none !important;
4051
+ }
4052
+ }
4053
+
4054
+
4055
+ /*# sourceMappingURL=bootstrap-grid.css.map */