@nebularstreams/statify 3.0.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 (193) hide show
  1. package/dist/.DS_Store +0 -0
  2. package/dist/website.simple/webfonts/fa-brands-400.woff2 +0 -0
  3. package/dist/website.simple/webfonts/fa-solid-900.eot +0 -0
  4. package/dist/website.simple/webfonts/fa-solid-900.svg +4649 -0
  5. package/dist/website.simple/webfonts/fa-solid-900.ttf +0 -0
  6. package/dist/website.simple/webfonts/fa-solid-900.woff +0 -0
  7. package/dist/website.simple/webfonts/fa-solid-900.woff2 +0 -0
  8. package/dist/website.simple/website.css +32 -0
  9. package/dist/website.simple/website.min.js +6 -0
  10. package/dist/website.software/webfonts/fa-brands-400.woff2 +0 -0
  11. package/dist/website.software/webfonts/fa-solid-900.eot +0 -0
  12. package/dist/website.software/webfonts/fa-solid-900.svg +4649 -0
  13. package/dist/website.software/webfonts/fa-solid-900.ttf +0 -0
  14. package/dist/website.software/webfonts/fa-solid-900.woff +0 -0
  15. package/dist/website.software/webfonts/fa-solid-900.woff2 +0 -0
  16. package/dist/website.software/website.css +32 -0
  17. package/dist/website.software/website.min.js +6 -0
  18. package/dist/website.worlds/webfonts/fa-brands-400.woff2 +0 -0
  19. package/dist/website.worlds/webfonts/fa-solid-900.eot +0 -0
  20. package/dist/website.worlds/webfonts/fa-solid-900.svg +4649 -0
  21. package/dist/website.worlds/webfonts/fa-solid-900.ttf +0 -0
  22. package/dist/website.worlds/webfonts/fa-solid-900.woff +0 -0
  23. package/dist/website.worlds/webfonts/fa-solid-900.woff2 +0 -0
  24. package/dist/website.worlds/website.css +32 -0
  25. package/dist/website.worlds/website.min.js +6 -0
  26. package/package.json +49 -0
  27. package/readme.md +105 -0
  28. package/src/publisher-lib.js +179 -0
  29. package/src/publisher-list.js +91 -0
  30. package/src/publisher.js +38 -0
  31. package/src/util/cdn/nobj.cdn.js +88 -0
  32. package/src/util/htmlroute.js +39 -0
  33. package/src/util/markdown/lib.showdown.icon.js +62 -0
  34. package/src/util/markdown/lib.showdown.yt.js +54 -0
  35. package/src/util/markdown/markdown.js +144 -0
  36. package/src/util/navibar/util.navibar.js +63 -0
  37. package/src/util/sha.js +20 -0
  38. package/src/util/tokenizer.js +234 -0
  39. package/src/util/widgets/NoticeWidget.js +30 -0
  40. package/src/util/widgets/app.widgets.js +70 -0
  41. package/src/util/widgets/util.definewidget.js +14 -0
  42. package/src/widgets/Cookies.js +55 -0
  43. package/src/widgets/Frameset-simple.js +114 -0
  44. package/src/widgets/Frameset.js +124 -0
  45. package/src/widgets/Page.js +356 -0
  46. package/src/widgets/RightSide.js +93 -0
  47. package/src/widgets/Snippets.js +75 -0
  48. package/src/widgets/Tail.js +11 -0
  49. package/src/widgets/Widgets.js +10 -0
  50. package/src/widgets.client/Client.js +22 -0
  51. package/src/widgets.features/FeatureList.js +364 -0
  52. package/src/widgets.features/Youtube.js +23 -0
  53. package/src/widgets.features/bootcol.js +29 -0
  54. package/src/widgets.features/css/feature.css +112 -0
  55. package/src/widgets.features/css/tail.css +4 -0
  56. package/src/widgets.howto/Faq.js +201 -0
  57. package/src/widgets.howto/HowTo.js +419 -0
  58. package/src/widgets.howto/Tiles.js +51 -0
  59. package/src/widgets.howto/script-contractable.js +31 -0
  60. package/src/widgets.markdown/Document.js +84 -0
  61. package/src/widgets.market/MarketItem.js +278 -0
  62. package/src/widgets.market/MarketItem.orig.js +268 -0
  63. package/src/widgets.market/MarketItem.strips.js +276 -0
  64. package/src/widgets.market/StoryLicenseWIdget.js +45 -0
  65. package/src/widgets.market/app.utils.js +238 -0
  66. package/src.website/css/app/animations.css +27 -0
  67. package/src.website/css/app/ismobile.css +7 -0
  68. package/src.website/css/app/style.css +51 -0
  69. package/src.website/css/app/style.fullheight.css +9 -0
  70. package/src.website/css/app/style.mdblocks.css +59 -0
  71. package/src.website/css/app/style.putosafari.css +3 -0
  72. package/src.website/css/bootstrap/bootstrap-tiny-core.css +47 -0
  73. package/src.website/css/bootstrap/bootstrap-tiny-media-columns.css +1276 -0
  74. package/src.website/css/bootstrap/bootstrap-tiny-media-custom.css +59 -0
  75. package/src.website/css/bootstrap/bootstrap-tiny-media-display.css +279 -0
  76. package/src.website/css/bootstrap/bootstrap-tiny-media-flex.css +881 -0
  77. package/src.website/css/bootstrap/bootstrap-tiny-media-fonts.css +39 -0
  78. package/src.website/css/bootstrap/bootstrap-tiny-media-paddings.css +1348 -0
  79. package/src.website/css/css-core/core.ext.css +65 -0
  80. package/src.website/css/css-core/frontpage.css +28 -0
  81. package/src.website/css/css-core/root.css +34 -0
  82. package/src.website/css/css-core/root.fullheight.css +12 -0
  83. package/src.website/css/css-core/ui.dialog.round.css +14 -0
  84. package/src.website/css/css-core/ui.navibar.css +28 -0
  85. package/src.website/css/css-core/ui.notifications.css +12 -0
  86. package/src.website/css/css-featurelist/feature.css +196 -0
  87. package/src.website/css/css-featurelist/tail.css +4 -0
  88. package/src.website/css/css-screens/doc.css +22 -0
  89. package/src.website/css/css-screens/screens-meta.css +3 -0
  90. package/src.website/css/css-unsplash/unsplash.css +32 -0
  91. package/src.website/css/css-videos/youtube.css +28 -0
  92. package/src.website/css/css-wiki/wiki.css +206 -0
  93. package/src.website/css/css-wiki/wiki.sidepane.css +16 -0
  94. package/src.website/css/fontawesome/fa-brands.css +18 -0
  95. package/src.website/css/fontawesome/fa-solid.css +16 -0
  96. package/src.website/css/fontawesome/fa.css +4359 -0
  97. package/src.website/css/skin/mierda.css +15 -0
  98. package/src.website/css/skin/skin.dark.css +85 -0
  99. package/src.website/css/skin/skin.light.css +27 -0
  100. package/src.website/css/skin/vars.font.css +8 -0
  101. package/src.website/css/skin/vars.sizes.css +4 -0
  102. package/src.website/package-lock.json +2160 -0
  103. package/src.website/package.json +28 -0
  104. package/src.website/public/webfonts/fa-brands-400.woff2 +0 -0
  105. package/src.website/public/webfonts/fa-solid-900.eot +0 -0
  106. package/src.website/public/webfonts/fa-solid-900.svg +4649 -0
  107. package/src.website/public/webfonts/fa-solid-900.ttf +0 -0
  108. package/src.website/public/webfonts/fa-solid-900.woff +0 -0
  109. package/src.website/public/webfonts/fa-solid-900.woff2 +0 -0
  110. package/src.website/rollup.simple.mjs +36 -0
  111. package/src.website/rollup.software.mjs +36 -0
  112. package/src.website/rollup.terser.mjs +24 -0
  113. package/src.website/rollup.worlds.mjs +36 -0
  114. package/src.website/src/app/app.style.mjs +36 -0
  115. package/src.website/src/app/index.mjs +118 -0
  116. package/src.website/src/config.js +8 -0
  117. package/src.website/src/core/cdnmodel.mjs +7 -0
  118. package/src.website/src/core/clientruntime.mjs +41 -0
  119. package/src.website/src/core.cookies/analytics.mjs +96 -0
  120. package/src.website/src/core.cookies/cookiemanager.mjs +128 -0
  121. package/src.website/src/core.cookies/css/cookies.css +80 -0
  122. package/src.website/src/core.cookies/css/nocookies.css +48 -0
  123. package/src.website/src/core.extra/css/contractable.css +12 -0
  124. package/src.website/src/core.extra/css/faq.css +42 -0
  125. package/src.website/src/core.extra/css/howto.css +81 -0
  126. package/src.website/src/core.extra/extra.document.mjs +83 -0
  127. package/src.website/src/core.extra/extra.faq.mjs +30 -0
  128. package/src.website/src/core.extra/extra.mjs +62 -0
  129. package/src.website/src/main.simple.mjs +4 -0
  130. package/src.website/src/main.software.mjs +10 -0
  131. package/src.website/src/main.worlds.mjs +9 -0
  132. package/src.website/src/support/ismobile.mjs +4 -0
  133. package/src.website/src/support/nonce.mjs +4 -0
  134. package/src.website/src/support/persistsettings.mjs +41 -0
  135. package/src.website/src/support/qrcode.mjs +1269 -0
  136. package/src.website/src/support/timeutils.mjs +237 -0
  137. package/src.website/src/widgets/index.mjs +22 -0
  138. package/src.website/src.widgets/widgets.market/index.mjs +11 -0
  139. package/src.website/src.widgets/widgets.market/widgets/market/DiscoverWidget.mjs +401 -0
  140. package/src.website/src.widgets/widgets.market/widgets/market/EmptyNew.mjs +28 -0
  141. package/src.website/src.widgets/widgets.market/widgets/market/MarketDetail.mjs +78 -0
  142. package/src.website/src.widgets/widgets.market/widgets/market/MarketItem.mjs +349 -0
  143. package/src.website/src.widgets/widgets.market/widgets/market/MarketWidget.mjs +437 -0
  144. package/src.website/src.widgets/widgets.market/widgets/market/StoryLicenseWidget.mjs +34 -0
  145. package/src.website/src.widgets/widgets.market/widgets/market/css/market.css +394 -0
  146. package/src.website/src.widgets/widgets.market/widgets/market/css/notice.css +6 -0
  147. package/src.website/src.widgets/widgets.market/widgets/navibar/NaviBarWidget.mjs +58 -0
  148. package/src.website/src.widgets/widgets.market/widgets/navibar/css/titlebar.css +68 -0
  149. package/src.website/src.widgets/widgets.market/widgets/navibar/css/ui.navibar.css +28 -0
  150. package/src.website/src.widgets/widgets.software/index.mjs +9 -0
  151. package/src.website/src.widgets/widgets.software/widgets/BootStrapColumnWidget.mjs +17 -0
  152. package/src.website/src.widgets/widgets.software/widgets/DownloadWidget.mjs +210 -0
  153. package/src.website/src.widgets/widgets.software/widgets/LicenseWidget.js +103 -0
  154. package/src.website/src.widgets/widgets.software/widgets/css/download/download.css +110 -0
  155. package/src.website/src.widgets/widgets.software/widgets/css/license/beta.css +28 -0
  156. package/src.website/src.widgets/widgets.software/widgets/css/license/button.css +30 -0
  157. package/src.website/src.widgets/widgets.software/widgets/css/license/front.css +46 -0
  158. package/src.website/src.widgets/widgets.software/widgets/css/license/licenses.css +13 -0
  159. package/src.website/src.widgets/widgets.software/widgets/css/license/overstate.css +15 -0
  160. package/src.website/src.widgets/widgets.software/widgets/css/license/story.css +8 -0
  161. package/src.website/src.widgets/widgets.software/widgets/css/license/toolbar.css +9 -0
  162. package/src.website/src.widgets/widgets.software/widgets/support/version.mjs +88 -0
  163. package/src.website/src.widgets/widgets.worlds/index.mjs +11 -0
  164. package/src.website/src.widgets/widgets.worlds/widgets/LocalBrowser.mjs +386 -0
  165. package/src.website/src.widgets/widgets.worlds/widgets/LocalLauncher.code.mjs +247 -0
  166. package/src.website/src.widgets/widgets.worlds/widgets/LocalLauncher.mjs +239 -0
  167. package/src.website/src.widgets/widgets.worlds/widgets/css/input.css +32 -0
  168. package/src.website/src.widgets/widgets.worlds/widgets/css/localprojects.css +188 -0
  169. package/templates/documentation/assets/docs.css +7 -0
  170. package/templates/documentation/assets/images/right.webp +0 -0
  171. package/templates/documentation/images.json +12 -0
  172. package/templates/documentation/metadata.json +120 -0
  173. package/templates/documentation/pages/cookies.md +25 -0
  174. package/templates/documentation/pages/index.md +13 -0
  175. package/templates/documentation/pages/privacy.md +50 -0
  176. package/templates/documentation/pages/tos.md +49 -0
  177. package/templates/landing/assets/res/carousel/image-1.webp +0 -0
  178. package/templates/landing/assets/res/carousel/image-2.webp +0 -0
  179. package/templates/landing/assets/res/carousel/image-3.webp +0 -0
  180. package/templates/landing/assets/res/custom.css +122 -0
  181. package/templates/landing/assets/res/logos/favicon.ico +0 -0
  182. package/templates/landing/assets/res/logos/favicon.png +0 -0
  183. package/templates/landing/assets/res/logos/logo.medallion.png +0 -0
  184. package/templates/landing/assets/res/logos/logo.white.png +0 -0
  185. package/templates/landing/assets/res/proj/banda-tech-client.webp +0 -0
  186. package/templates/landing/assets/res/proj/banda-tech-server.webp +0 -0
  187. package/templates/landing/assets/res/proj/proj-common-ground.webp +0 -0
  188. package/templates/landing/assets/res/proj/proj-fieldnote.webp +0 -0
  189. package/templates/landing/assets/res/proj/proj-tribes.webp +0 -0
  190. package/templates/landing/images.json +932 -0
  191. package/templates/landing/metadata.json +115 -0
  192. package/templates/landing/pages/index.json +268 -0
  193. package/tool/cli.js +183 -0
@@ -0,0 +1,1348 @@
1
+
2
+ .w-25 {
3
+ width: 25% !important
4
+ }
5
+
6
+ .w-50 {
7
+ width: 50% !important
8
+ }
9
+
10
+ .w-75 {
11
+ width: 75% !important
12
+ }
13
+
14
+ .w-100 {
15
+ width: 100% !important
16
+ }
17
+
18
+ .h-25 {
19
+ height: 25% !important
20
+ }
21
+
22
+ .h-50 {
23
+ height: 50% !important
24
+ }
25
+
26
+ .h-75 {
27
+ height: 75% !important
28
+ }
29
+
30
+ .h-100 {
31
+ height: 100% !important
32
+ }
33
+
34
+ .mw-100 {
35
+ max-width: 100% !important
36
+ }
37
+
38
+ .mh-100 {
39
+ max-height: 100% !important
40
+ }
41
+
42
+ .m-0 {
43
+ margin: 0 !important
44
+ }
45
+
46
+ .mt-0, .my-0 {
47
+ margin-top: 0 !important
48
+ }
49
+
50
+ .mr-0, .mx-0 {
51
+ margin-right: 0 !important
52
+ }
53
+
54
+ .mb-0, .my-0 {
55
+ margin-bottom: 0 !important
56
+ }
57
+
58
+ .ml-0, .mx-0 {
59
+ margin-left: 0 !important
60
+ }
61
+
62
+ .m-1 {
63
+ margin: .25rem !important
64
+ }
65
+
66
+ .mt-1, .my-1 {
67
+ margin-top: .25rem !important
68
+ }
69
+
70
+ .mr-1, .mx-1 {
71
+ margin-right: .25rem !important
72
+ }
73
+
74
+ .mb-1, .my-1 {
75
+ margin-bottom: .25rem !important
76
+ }
77
+
78
+ .ml-1, .mx-1 {
79
+ margin-left: .25rem !important
80
+ }
81
+
82
+ .m-2 {
83
+ margin: .5rem !important
84
+ }
85
+
86
+ .mt-2, .my-2 {
87
+ margin-top: .5rem !important
88
+ }
89
+
90
+ .mr-2, .mx-2 {
91
+ margin-right: .5rem !important
92
+ }
93
+
94
+ .mb-2, .my-2 {
95
+ margin-bottom: .5rem !important
96
+ }
97
+
98
+ .ml-2, .mx-2 {
99
+ margin-left: .5rem !important
100
+ }
101
+
102
+ .m-3 {
103
+ margin: 1rem !important
104
+ }
105
+
106
+ .mt-3, .my-3 {
107
+ margin-top: 1rem !important
108
+ }
109
+
110
+ .mr-3, .mx-3 {
111
+ margin-right: 1rem !important
112
+ }
113
+
114
+ .mb-3, .my-3 {
115
+ margin-bottom: 1rem !important
116
+ }
117
+
118
+ .ml-3, .mx-3 {
119
+ margin-left: 1rem !important
120
+ }
121
+
122
+ .m-4 {
123
+ margin: 1.5rem !important
124
+ }
125
+
126
+ .mt-4, .my-4 {
127
+ margin-top: 1.5rem !important
128
+ }
129
+
130
+ .mr-4, .mx-4 {
131
+ margin-right: 1.5rem !important
132
+ }
133
+
134
+ .mb-4, .my-4 {
135
+ margin-bottom: 1.5rem !important
136
+ }
137
+
138
+ .ml-4, .mx-4 {
139
+ margin-left: 1.5rem !important
140
+ }
141
+
142
+ .m-5 {
143
+ margin: 3rem !important
144
+ }
145
+
146
+ .mt-5, .my-5 {
147
+ margin-top: 3rem !important
148
+ }
149
+
150
+ .mr-5, .mx-5 {
151
+ margin-right: 3rem !important
152
+ }
153
+
154
+ .mb-5, .my-5 {
155
+ margin-bottom: 3rem !important
156
+ }
157
+
158
+ .ml-5, .mx-5 {
159
+ margin-left: 3rem !important
160
+ }
161
+
162
+ .p-0 {
163
+ padding: 0 !important
164
+ }
165
+
166
+ .pt-0, .py-0 {
167
+ padding-top: 0 !important
168
+ }
169
+
170
+ .pr-0, .px-0 {
171
+ padding-right: 0 !important
172
+ }
173
+
174
+ .pb-0, .py-0 {
175
+ padding-bottom: 0 !important
176
+ }
177
+
178
+ .pl-0, .px-0 {
179
+ padding-left: 0 !important
180
+ }
181
+
182
+ .p-1 {
183
+ padding: .25rem !important
184
+ }
185
+
186
+ .pt-1, .py-1 {
187
+ padding-top: .25rem !important
188
+ }
189
+
190
+ .pr-1, .px-1 {
191
+ padding-right: .25rem !important
192
+ }
193
+
194
+ .pb-1, .py-1 {
195
+ padding-bottom: .25rem !important
196
+ }
197
+
198
+ .pl-1, .px-1 {
199
+ padding-left: .25rem !important
200
+ }
201
+
202
+ .p-2 {
203
+ padding: .5rem !important
204
+ }
205
+
206
+ .pt-2, .py-2 {
207
+ padding-top: .5rem !important
208
+ }
209
+
210
+ .pr-2, .px-2 {
211
+ padding-right: .5rem !important
212
+ }
213
+
214
+ .pb-2, .py-2 {
215
+ padding-bottom: .5rem !important
216
+ }
217
+
218
+ .pl-2, .px-2 {
219
+ padding-left: .5rem !important
220
+ }
221
+
222
+ .p-3 {
223
+ padding: 1rem !important
224
+ }
225
+
226
+ .pt-3, .py-3 {
227
+ padding-top: 1rem !important
228
+ }
229
+
230
+ .pr-3, .px-3 {
231
+ padding-right: 1rem !important
232
+ }
233
+
234
+ .pb-3, .py-3 {
235
+ padding-bottom: 1rem !important
236
+ }
237
+
238
+ .pl-3, .px-3 {
239
+ padding-left: 1rem !important
240
+ }
241
+
242
+ .p-4 {
243
+ padding: 1.5rem !important
244
+ }
245
+
246
+ .pt-4, .py-4 {
247
+ padding-top: 1.5rem !important
248
+ }
249
+
250
+ .pr-4, .px-4 {
251
+ padding-right: 1.5rem !important
252
+ }
253
+
254
+ .pb-4, .py-4 {
255
+ padding-bottom: 1.5rem !important
256
+ }
257
+
258
+ .pl-4, .px-4 {
259
+ padding-left: 1.5rem !important
260
+ }
261
+
262
+ .p-5 {
263
+ padding: 3rem !important
264
+ }
265
+
266
+ .pt-5, .py-5 {
267
+ padding-top: 3rem !important
268
+ }
269
+
270
+ .pr-5, .px-5 {
271
+ padding-right: 3rem !important
272
+ }
273
+
274
+ .pb-5, .py-5 {
275
+ padding-bottom: 3rem !important
276
+ }
277
+
278
+ .pl-5, .px-5 {
279
+ padding-left: 3rem !important
280
+ }
281
+
282
+ .m-auto {
283
+ margin: auto !important
284
+ }
285
+
286
+ .mt-auto, .my-auto {
287
+ margin-top: auto !important
288
+ }
289
+
290
+ .mr-auto, .mx-auto {
291
+ margin-right: auto !important
292
+ }
293
+
294
+ .mb-auto, .my-auto {
295
+ margin-bottom: auto !important
296
+ }
297
+
298
+ .ml-auto, .mx-auto {
299
+ margin-left: auto !important
300
+ }
301
+
302
+ @media (min-width: 576px) {
303
+ .m-sm-0 {
304
+ margin: 0 !important
305
+ }
306
+
307
+ .mt-sm-0, .my-sm-0 {
308
+ margin-top: 0 !important
309
+ }
310
+
311
+ .mr-sm-0, .mx-sm-0 {
312
+ margin-right: 0 !important
313
+ }
314
+
315
+ .mb-sm-0, .my-sm-0 {
316
+ margin-bottom: 0 !important
317
+ }
318
+
319
+ .ml-sm-0, .mx-sm-0 {
320
+ margin-left: 0 !important
321
+ }
322
+
323
+ .m-sm-1 {
324
+ margin: .25rem !important
325
+ }
326
+
327
+ .mt-sm-1, .my-sm-1 {
328
+ margin-top: .25rem !important
329
+ }
330
+
331
+ .mr-sm-1, .mx-sm-1 {
332
+ margin-right: .25rem !important
333
+ }
334
+
335
+ .mb-sm-1, .my-sm-1 {
336
+ margin-bottom: .25rem !important
337
+ }
338
+
339
+ .ml-sm-1, .mx-sm-1 {
340
+ margin-left: .25rem !important
341
+ }
342
+
343
+ .m-sm-2 {
344
+ margin: .5rem !important
345
+ }
346
+
347
+ .mt-sm-2, .my-sm-2 {
348
+ margin-top: .5rem !important
349
+ }
350
+
351
+ .mr-sm-2, .mx-sm-2 {
352
+ margin-right: .5rem !important
353
+ }
354
+
355
+ .mb-sm-2, .my-sm-2 {
356
+ margin-bottom: .5rem !important
357
+ }
358
+
359
+ .ml-sm-2, .mx-sm-2 {
360
+ margin-left: .5rem !important
361
+ }
362
+
363
+ .m-sm-3 {
364
+ margin: 1rem !important
365
+ }
366
+
367
+ .mt-sm-3, .my-sm-3 {
368
+ margin-top: 1rem !important
369
+ }
370
+
371
+ .mr-sm-3, .mx-sm-3 {
372
+ margin-right: 1rem !important
373
+ }
374
+
375
+ .mb-sm-3, .my-sm-3 {
376
+ margin-bottom: 1rem !important
377
+ }
378
+
379
+ .ml-sm-3, .mx-sm-3 {
380
+ margin-left: 1rem !important
381
+ }
382
+
383
+ .m-sm-4 {
384
+ margin: 1.5rem !important
385
+ }
386
+
387
+ .mt-sm-4, .my-sm-4 {
388
+ margin-top: 1.5rem !important
389
+ }
390
+
391
+ .mr-sm-4, .mx-sm-4 {
392
+ margin-right: 1.5rem !important
393
+ }
394
+
395
+ .mb-sm-4, .my-sm-4 {
396
+ margin-bottom: 1.5rem !important
397
+ }
398
+
399
+ .ml-sm-4, .mx-sm-4 {
400
+ margin-left: 1.5rem !important
401
+ }
402
+
403
+ .m-sm-5 {
404
+ margin: 3rem !important
405
+ }
406
+
407
+ .mt-sm-5, .my-sm-5 {
408
+ margin-top: 3rem !important
409
+ }
410
+
411
+ .mr-sm-5, .mx-sm-5 {
412
+ margin-right: 3rem !important
413
+ }
414
+
415
+ .mb-sm-5, .my-sm-5 {
416
+ margin-bottom: 3rem !important
417
+ }
418
+
419
+ .ml-sm-5, .mx-sm-5 {
420
+ margin-left: 3rem !important
421
+ }
422
+
423
+ .p-sm-0 {
424
+ padding: 0 !important
425
+ }
426
+
427
+ .pt-sm-0, .py-sm-0 {
428
+ padding-top: 0 !important
429
+ }
430
+
431
+ .pr-sm-0, .px-sm-0 {
432
+ padding-right: 0 !important
433
+ }
434
+
435
+ .pb-sm-0, .py-sm-0 {
436
+ padding-bottom: 0 !important
437
+ }
438
+
439
+ .pl-sm-0, .px-sm-0 {
440
+ padding-left: 0 !important
441
+ }
442
+
443
+ .p-sm-1 {
444
+ padding: .25rem !important
445
+ }
446
+
447
+ .pt-sm-1, .py-sm-1 {
448
+ padding-top: .25rem !important
449
+ }
450
+
451
+ .pr-sm-1, .px-sm-1 {
452
+ padding-right: .25rem !important
453
+ }
454
+
455
+ .pb-sm-1, .py-sm-1 {
456
+ padding-bottom: .25rem !important
457
+ }
458
+
459
+ .pl-sm-1, .px-sm-1 {
460
+ padding-left: .25rem !important
461
+ }
462
+
463
+ .p-sm-2 {
464
+ padding: .5rem !important
465
+ }
466
+
467
+ .pt-sm-2, .py-sm-2 {
468
+ padding-top: .5rem !important
469
+ }
470
+
471
+ .pr-sm-2, .px-sm-2 {
472
+ padding-right: .5rem !important
473
+ }
474
+
475
+ .pb-sm-2, .py-sm-2 {
476
+ padding-bottom: .5rem !important
477
+ }
478
+
479
+ .pl-sm-2, .px-sm-2 {
480
+ padding-left: .5rem !important
481
+ }
482
+
483
+ .p-sm-3 {
484
+ padding: 1rem !important
485
+ }
486
+
487
+ .pt-sm-3, .py-sm-3 {
488
+ padding-top: 1rem !important
489
+ }
490
+
491
+ .pr-sm-3, .px-sm-3 {
492
+ padding-right: 1rem !important
493
+ }
494
+
495
+ .pb-sm-3, .py-sm-3 {
496
+ padding-bottom: 1rem !important
497
+ }
498
+
499
+ .pl-sm-3, .px-sm-3 {
500
+ padding-left: 1rem !important
501
+ }
502
+
503
+ .p-sm-4 {
504
+ padding: 1.5rem !important
505
+ }
506
+
507
+ .pt-sm-4, .py-sm-4 {
508
+ padding-top: 1.5rem !important
509
+ }
510
+
511
+ .pr-sm-4, .px-sm-4 {
512
+ padding-right: 1.5rem !important
513
+ }
514
+
515
+ .pb-sm-4, .py-sm-4 {
516
+ padding-bottom: 1.5rem !important
517
+ }
518
+
519
+ .pl-sm-4, .px-sm-4 {
520
+ padding-left: 1.5rem !important
521
+ }
522
+
523
+ .p-sm-5 {
524
+ padding: 3rem !important
525
+ }
526
+
527
+ .pt-sm-5, .py-sm-5 {
528
+ padding-top: 3rem !important
529
+ }
530
+
531
+ .pr-sm-5, .px-sm-5 {
532
+ padding-right: 3rem !important
533
+ }
534
+
535
+ .pb-sm-5, .py-sm-5 {
536
+ padding-bottom: 3rem !important
537
+ }
538
+
539
+ .pl-sm-5, .px-sm-5 {
540
+ padding-left: 3rem !important
541
+ }
542
+
543
+ .m-sm-auto {
544
+ margin: auto !important
545
+ }
546
+
547
+ .mt-sm-auto, .my-sm-auto {
548
+ margin-top: auto !important
549
+ }
550
+
551
+ .mr-sm-auto, .mx-sm-auto {
552
+ margin-right: auto !important
553
+ }
554
+
555
+ .mb-sm-auto, .my-sm-auto {
556
+ margin-bottom: auto !important
557
+ }
558
+
559
+ .ml-sm-auto, .mx-sm-auto {
560
+ margin-left: auto !important
561
+ }
562
+ }
563
+
564
+ @media (min-width: 768px) {
565
+ .m-md-0 {
566
+ margin: 0 !important
567
+ }
568
+
569
+ .mt-md-0, .my-md-0 {
570
+ margin-top: 0 !important
571
+ }
572
+
573
+ .mr-md-0, .mx-md-0 {
574
+ margin-right: 0 !important
575
+ }
576
+
577
+ .mb-md-0, .my-md-0 {
578
+ margin-bottom: 0 !important
579
+ }
580
+
581
+ .ml-md-0, .mx-md-0 {
582
+ margin-left: 0 !important
583
+ }
584
+
585
+ .m-md-1 {
586
+ margin: .25rem !important
587
+ }
588
+
589
+ .mt-md-1, .my-md-1 {
590
+ margin-top: .25rem !important
591
+ }
592
+
593
+ .mr-md-1, .mx-md-1 {
594
+ margin-right: .25rem !important
595
+ }
596
+
597
+ .mb-md-1, .my-md-1 {
598
+ margin-bottom: .25rem !important
599
+ }
600
+
601
+ .ml-md-1, .mx-md-1 {
602
+ margin-left: .25rem !important
603
+ }
604
+
605
+ .m-md-2 {
606
+ margin: .5rem !important
607
+ }
608
+
609
+ .mt-md-2, .my-md-2 {
610
+ margin-top: .5rem !important
611
+ }
612
+
613
+ .mr-md-2, .mx-md-2 {
614
+ margin-right: .5rem !important
615
+ }
616
+
617
+ .mb-md-2, .my-md-2 {
618
+ margin-bottom: .5rem !important
619
+ }
620
+
621
+ .ml-md-2, .mx-md-2 {
622
+ margin-left: .5rem !important
623
+ }
624
+
625
+ .m-md-3 {
626
+ margin: 1rem !important
627
+ }
628
+
629
+ .mt-md-3, .my-md-3 {
630
+ margin-top: 1rem !important
631
+ }
632
+
633
+ .mr-md-3, .mx-md-3 {
634
+ margin-right: 1rem !important
635
+ }
636
+
637
+ .mb-md-3, .my-md-3 {
638
+ margin-bottom: 1rem !important
639
+ }
640
+
641
+ .ml-md-3, .mx-md-3 {
642
+ margin-left: 1rem !important
643
+ }
644
+
645
+ .m-md-4 {
646
+ margin: 1.5rem !important
647
+ }
648
+
649
+ .mt-md-4, .my-md-4 {
650
+ margin-top: 1.5rem !important
651
+ }
652
+
653
+ .mr-md-4, .mx-md-4 {
654
+ margin-right: 1.5rem !important
655
+ }
656
+
657
+ .mb-md-4, .my-md-4 {
658
+ margin-bottom: 1.5rem !important
659
+ }
660
+
661
+ .ml-md-4, .mx-md-4 {
662
+ margin-left: 1.5rem !important
663
+ }
664
+
665
+ .m-md-5 {
666
+ margin: 3rem !important
667
+ }
668
+
669
+ .mt-md-5, .my-md-5 {
670
+ margin-top: 3rem !important
671
+ }
672
+
673
+ .mr-md-5, .mx-md-5 {
674
+ margin-right: 3rem !important
675
+ }
676
+
677
+ .mb-md-5, .my-md-5 {
678
+ margin-bottom: 3rem !important
679
+ }
680
+
681
+ .ml-md-5, .mx-md-5 {
682
+ margin-left: 3rem !important
683
+ }
684
+
685
+ .p-md-0 {
686
+ padding: 0 !important
687
+ }
688
+
689
+ .pt-md-0, .py-md-0 {
690
+ padding-top: 0 !important
691
+ }
692
+
693
+ .pr-md-0, .px-md-0 {
694
+ padding-right: 0 !important
695
+ }
696
+
697
+ .pb-md-0, .py-md-0 {
698
+ padding-bottom: 0 !important
699
+ }
700
+
701
+ .pl-md-0, .px-md-0 {
702
+ padding-left: 0 !important
703
+ }
704
+
705
+ .p-md-1 {
706
+ padding: .25rem !important
707
+ }
708
+
709
+ .pt-md-1, .py-md-1 {
710
+ padding-top: .25rem !important
711
+ }
712
+
713
+ .pr-md-1, .px-md-1 {
714
+ padding-right: .25rem !important
715
+ }
716
+
717
+ .pb-md-1, .py-md-1 {
718
+ padding-bottom: .25rem !important
719
+ }
720
+
721
+ .pl-md-1, .px-md-1 {
722
+ padding-left: .25rem !important
723
+ }
724
+
725
+ .p-md-2 {
726
+ padding: .5rem !important
727
+ }
728
+
729
+ .pt-md-2, .py-md-2 {
730
+ padding-top: .5rem !important
731
+ }
732
+
733
+ .pr-md-2, .px-md-2 {
734
+ padding-right: .5rem !important
735
+ }
736
+
737
+ .pb-md-2, .py-md-2 {
738
+ padding-bottom: .5rem !important
739
+ }
740
+
741
+ .pl-md-2, .px-md-2 {
742
+ padding-left: .5rem !important
743
+ }
744
+
745
+ .p-md-3 {
746
+ padding: 1rem !important
747
+ }
748
+
749
+ .pt-md-3, .py-md-3 {
750
+ padding-top: 1rem !important
751
+ }
752
+
753
+ .pr-md-3, .px-md-3 {
754
+ padding-right: 1rem !important
755
+ }
756
+
757
+ .pb-md-3, .py-md-3 {
758
+ padding-bottom: 1rem !important
759
+ }
760
+
761
+ .pl-md-3, .px-md-3 {
762
+ padding-left: 1rem !important
763
+ }
764
+
765
+ .p-md-4 {
766
+ padding: 1.5rem !important
767
+ }
768
+
769
+ .pt-md-4, .py-md-4 {
770
+ padding-top: 1.5rem !important
771
+ }
772
+
773
+ .pr-md-4, .px-md-4 {
774
+ padding-right: 1.5rem !important
775
+ }
776
+
777
+ .pb-md-4, .py-md-4 {
778
+ padding-bottom: 1.5rem !important
779
+ }
780
+
781
+ .pl-md-4, .px-md-4 {
782
+ padding-left: 1.5rem !important
783
+ }
784
+
785
+ .p-md-5 {
786
+ padding: 3rem !important
787
+ }
788
+
789
+ .pt-md-5, .py-md-5 {
790
+ padding-top: 3rem !important
791
+ }
792
+
793
+ .pr-md-5, .px-md-5 {
794
+ padding-right: 3rem !important
795
+ }
796
+
797
+ .pb-md-5, .py-md-5 {
798
+ padding-bottom: 3rem !important
799
+ }
800
+
801
+ .pl-md-5, .px-md-5 {
802
+ padding-left: 3rem !important
803
+ }
804
+
805
+ .m-md-auto {
806
+ margin: auto !important
807
+ }
808
+
809
+ .mt-md-auto, .my-md-auto {
810
+ margin-top: auto !important
811
+ }
812
+
813
+ .mr-md-auto, .mx-md-auto {
814
+ margin-right: auto !important
815
+ }
816
+
817
+ .mb-md-auto, .my-md-auto {
818
+ margin-bottom: auto !important
819
+ }
820
+
821
+ .ml-md-auto, .mx-md-auto {
822
+ margin-left: auto !important
823
+ }
824
+ }
825
+
826
+ @media (min-width: 992px) {
827
+ .m-lg-0 {
828
+ margin: 0 !important
829
+ }
830
+
831
+ .mt-lg-0, .my-lg-0 {
832
+ margin-top: 0 !important
833
+ }
834
+
835
+ .mr-lg-0, .mx-lg-0 {
836
+ margin-right: 0 !important
837
+ }
838
+
839
+ .mb-lg-0, .my-lg-0 {
840
+ margin-bottom: 0 !important
841
+ }
842
+
843
+ .ml-lg-0, .mx-lg-0 {
844
+ margin-left: 0 !important
845
+ }
846
+
847
+ .m-lg-1 {
848
+ margin: .25rem !important
849
+ }
850
+
851
+ .mt-lg-1, .my-lg-1 {
852
+ margin-top: .25rem !important
853
+ }
854
+
855
+ .mr-lg-1, .mx-lg-1 {
856
+ margin-right: .25rem !important
857
+ }
858
+
859
+ .mb-lg-1, .my-lg-1 {
860
+ margin-bottom: .25rem !important
861
+ }
862
+
863
+ .ml-lg-1, .mx-lg-1 {
864
+ margin-left: .25rem !important
865
+ }
866
+
867
+ .m-lg-2 {
868
+ margin: .5rem !important
869
+ }
870
+
871
+ .mt-lg-2, .my-lg-2 {
872
+ margin-top: .5rem !important
873
+ }
874
+
875
+ .mr-lg-2, .mx-lg-2 {
876
+ margin-right: .5rem !important
877
+ }
878
+
879
+ .mb-lg-2, .my-lg-2 {
880
+ margin-bottom: .5rem !important
881
+ }
882
+
883
+ .ml-lg-2, .mx-lg-2 {
884
+ margin-left: .5rem !important
885
+ }
886
+
887
+ .m-lg-3 {
888
+ margin: 1rem !important
889
+ }
890
+
891
+ .mt-lg-3, .my-lg-3 {
892
+ margin-top: 1rem !important
893
+ }
894
+
895
+ .mr-lg-3, .mx-lg-3 {
896
+ margin-right: 1rem !important
897
+ }
898
+
899
+ .mb-lg-3, .my-lg-3 {
900
+ margin-bottom: 1rem !important
901
+ }
902
+
903
+ .ml-lg-3, .mx-lg-3 {
904
+ margin-left: 1rem !important
905
+ }
906
+
907
+ .m-lg-4 {
908
+ margin: 1.5rem !important
909
+ }
910
+
911
+ .mt-lg-4, .my-lg-4 {
912
+ margin-top: 1.5rem !important
913
+ }
914
+
915
+ .mr-lg-4, .mx-lg-4 {
916
+ margin-right: 1.5rem !important
917
+ }
918
+
919
+ .mb-lg-4, .my-lg-4 {
920
+ margin-bottom: 1.5rem !important
921
+ }
922
+
923
+ .ml-lg-4, .mx-lg-4 {
924
+ margin-left: 1.5rem !important
925
+ }
926
+
927
+ .m-lg-5 {
928
+ margin: 3rem !important
929
+ }
930
+
931
+ .mt-lg-5, .my-lg-5 {
932
+ margin-top: 3rem !important
933
+ }
934
+
935
+ .mr-lg-5, .mx-lg-5 {
936
+ margin-right: 3rem !important
937
+ }
938
+
939
+ .mb-lg-5, .my-lg-5 {
940
+ margin-bottom: 3rem !important
941
+ }
942
+
943
+ .ml-lg-5, .mx-lg-5 {
944
+ margin-left: 3rem !important
945
+ }
946
+
947
+ .p-lg-0 {
948
+ padding: 0 !important
949
+ }
950
+
951
+ .pt-lg-0, .py-lg-0 {
952
+ padding-top: 0 !important
953
+ }
954
+
955
+ .pr-lg-0, .px-lg-0 {
956
+ padding-right: 0 !important
957
+ }
958
+
959
+ .pb-lg-0, .py-lg-0 {
960
+ padding-bottom: 0 !important
961
+ }
962
+
963
+ .pl-lg-0, .px-lg-0 {
964
+ padding-left: 0 !important
965
+ }
966
+
967
+ .p-lg-1 {
968
+ padding: .25rem !important
969
+ }
970
+
971
+ .pt-lg-1, .py-lg-1 {
972
+ padding-top: .25rem !important
973
+ }
974
+
975
+ .pr-lg-1, .px-lg-1 {
976
+ padding-right: .25rem !important
977
+ }
978
+
979
+ .pb-lg-1, .py-lg-1 {
980
+ padding-bottom: .25rem !important
981
+ }
982
+
983
+ .pl-lg-1, .px-lg-1 {
984
+ padding-left: .25rem !important
985
+ }
986
+
987
+ .p-lg-2 {
988
+ padding: .5rem !important
989
+ }
990
+
991
+ .pt-lg-2, .py-lg-2 {
992
+ padding-top: .5rem !important
993
+ }
994
+
995
+ .pr-lg-2, .px-lg-2 {
996
+ padding-right: .5rem !important
997
+ }
998
+
999
+ .pb-lg-2, .py-lg-2 {
1000
+ padding-bottom: .5rem !important
1001
+ }
1002
+
1003
+ .pl-lg-2, .px-lg-2 {
1004
+ padding-left: .5rem !important
1005
+ }
1006
+
1007
+ .p-lg-3 {
1008
+ padding: 1rem !important
1009
+ }
1010
+
1011
+ .pt-lg-3, .py-lg-3 {
1012
+ padding-top: 1rem !important
1013
+ }
1014
+
1015
+ .pr-lg-3, .px-lg-3 {
1016
+ padding-right: 1rem !important
1017
+ }
1018
+
1019
+ .pb-lg-3, .py-lg-3 {
1020
+ padding-bottom: 1rem !important
1021
+ }
1022
+
1023
+ .pl-lg-3, .px-lg-3 {
1024
+ padding-left: 1rem !important
1025
+ }
1026
+
1027
+ .p-lg-4 {
1028
+ padding: 1.5rem !important
1029
+ }
1030
+
1031
+ .pt-lg-4, .py-lg-4 {
1032
+ padding-top: 1.5rem !important
1033
+ }
1034
+
1035
+ .pr-lg-4, .px-lg-4 {
1036
+ padding-right: 1.5rem !important
1037
+ }
1038
+
1039
+ .pb-lg-4, .py-lg-4 {
1040
+ padding-bottom: 1.5rem !important
1041
+ }
1042
+
1043
+ .pl-lg-4, .px-lg-4 {
1044
+ padding-left: 1.5rem !important
1045
+ }
1046
+
1047
+ .p-lg-5 {
1048
+ padding: 3rem !important
1049
+ }
1050
+
1051
+ .pt-lg-5, .py-lg-5 {
1052
+ padding-top: 3rem !important
1053
+ }
1054
+
1055
+ .pr-lg-5, .px-lg-5 {
1056
+ padding-right: 3rem !important
1057
+ }
1058
+
1059
+ .pb-lg-5, .py-lg-5 {
1060
+ padding-bottom: 3rem !important
1061
+ }
1062
+
1063
+ .pl-lg-5, .px-lg-5 {
1064
+ padding-left: 3rem !important
1065
+ }
1066
+
1067
+ .m-lg-auto {
1068
+ margin: auto !important
1069
+ }
1070
+
1071
+ .mt-lg-auto, .my-lg-auto {
1072
+ margin-top: auto !important
1073
+ }
1074
+
1075
+ .mr-lg-auto, .mx-lg-auto {
1076
+ margin-right: auto !important
1077
+ }
1078
+
1079
+ .mb-lg-auto, .my-lg-auto {
1080
+ margin-bottom: auto !important
1081
+ }
1082
+
1083
+ .ml-lg-auto, .mx-lg-auto {
1084
+ margin-left: auto !important
1085
+ }
1086
+ }
1087
+
1088
+ @media (min-width: 1200px) {
1089
+ .m-xl-0 {
1090
+ margin: 0 !important
1091
+ }
1092
+
1093
+ .mt-xl-0, .my-xl-0 {
1094
+ margin-top: 0 !important
1095
+ }
1096
+
1097
+ .mr-xl-0, .mx-xl-0 {
1098
+ margin-right: 0 !important
1099
+ }
1100
+
1101
+ .mb-xl-0, .my-xl-0 {
1102
+ margin-bottom: 0 !important
1103
+ }
1104
+
1105
+ .ml-xl-0, .mx-xl-0 {
1106
+ margin-left: 0 !important
1107
+ }
1108
+
1109
+ .m-xl-1 {
1110
+ margin: .25rem !important
1111
+ }
1112
+
1113
+ .mt-xl-1, .my-xl-1 {
1114
+ margin-top: .25rem !important
1115
+ }
1116
+
1117
+ .mr-xl-1, .mx-xl-1 {
1118
+ margin-right: .25rem !important
1119
+ }
1120
+
1121
+ .mb-xl-1, .my-xl-1 {
1122
+ margin-bottom: .25rem !important
1123
+ }
1124
+
1125
+ .ml-xl-1, .mx-xl-1 {
1126
+ margin-left: .25rem !important
1127
+ }
1128
+
1129
+ .m-xl-2 {
1130
+ margin: .5rem !important
1131
+ }
1132
+
1133
+ .mt-xl-2, .my-xl-2 {
1134
+ margin-top: .5rem !important
1135
+ }
1136
+
1137
+ .mr-xl-2, .mx-xl-2 {
1138
+ margin-right: .5rem !important
1139
+ }
1140
+
1141
+ .mb-xl-2, .my-xl-2 {
1142
+ margin-bottom: .5rem !important
1143
+ }
1144
+
1145
+ .ml-xl-2, .mx-xl-2 {
1146
+ margin-left: .5rem !important
1147
+ }
1148
+
1149
+ .m-xl-3 {
1150
+ margin: 1rem !important
1151
+ }
1152
+
1153
+ .mt-xl-3, .my-xl-3 {
1154
+ margin-top: 1rem !important
1155
+ }
1156
+
1157
+ .mr-xl-3, .mx-xl-3 {
1158
+ margin-right: 1rem !important
1159
+ }
1160
+
1161
+ .mb-xl-3, .my-xl-3 {
1162
+ margin-bottom: 1rem !important
1163
+ }
1164
+
1165
+ .ml-xl-3, .mx-xl-3 {
1166
+ margin-left: 1rem !important
1167
+ }
1168
+
1169
+ .m-xl-4 {
1170
+ margin: 1.5rem !important
1171
+ }
1172
+
1173
+ .mt-xl-4, .my-xl-4 {
1174
+ margin-top: 1.5rem !important
1175
+ }
1176
+
1177
+ .mr-xl-4, .mx-xl-4 {
1178
+ margin-right: 1.5rem !important
1179
+ }
1180
+
1181
+ .mb-xl-4, .my-xl-4 {
1182
+ margin-bottom: 1.5rem !important
1183
+ }
1184
+
1185
+ .ml-xl-4, .mx-xl-4 {
1186
+ margin-left: 1.5rem !important
1187
+ }
1188
+
1189
+ .m-xl-5 {
1190
+ margin: 3rem !important
1191
+ }
1192
+
1193
+ .mt-xl-5, .my-xl-5 {
1194
+ margin-top: 3rem !important
1195
+ }
1196
+
1197
+ .mr-xl-5, .mx-xl-5 {
1198
+ margin-right: 3rem !important
1199
+ }
1200
+
1201
+ .mb-xl-5, .my-xl-5 {
1202
+ margin-bottom: 3rem !important
1203
+ }
1204
+
1205
+ .ml-xl-5, .mx-xl-5 {
1206
+ margin-left: 3rem !important
1207
+ }
1208
+
1209
+ .p-xl-0 {
1210
+ padding: 0 !important
1211
+ }
1212
+
1213
+ .pt-xl-0, .py-xl-0 {
1214
+ padding-top: 0 !important
1215
+ }
1216
+
1217
+ .pr-xl-0, .px-xl-0 {
1218
+ padding-right: 0 !important
1219
+ }
1220
+
1221
+ .pb-xl-0, .py-xl-0 {
1222
+ padding-bottom: 0 !important
1223
+ }
1224
+
1225
+ .pl-xl-0, .px-xl-0 {
1226
+ padding-left: 0 !important
1227
+ }
1228
+
1229
+ .p-xl-1 {
1230
+ padding: .25rem !important
1231
+ }
1232
+
1233
+ .pt-xl-1, .py-xl-1 {
1234
+ padding-top: .25rem !important
1235
+ }
1236
+
1237
+ .pr-xl-1, .px-xl-1 {
1238
+ padding-right: .25rem !important
1239
+ }
1240
+
1241
+ .pb-xl-1, .py-xl-1 {
1242
+ padding-bottom: .25rem !important
1243
+ }
1244
+
1245
+ .pl-xl-1, .px-xl-1 {
1246
+ padding-left: .25rem !important
1247
+ }
1248
+
1249
+ .p-xl-2 {
1250
+ padding: .5rem !important
1251
+ }
1252
+
1253
+ .pt-xl-2, .py-xl-2 {
1254
+ padding-top: .5rem !important
1255
+ }
1256
+
1257
+ .pr-xl-2, .px-xl-2 {
1258
+ padding-right: .5rem !important
1259
+ }
1260
+
1261
+ .pb-xl-2, .py-xl-2 {
1262
+ padding-bottom: .5rem !important
1263
+ }
1264
+
1265
+ .pl-xl-2, .px-xl-2 {
1266
+ padding-left: .5rem !important
1267
+ }
1268
+
1269
+ .p-xl-3 {
1270
+ padding: 1rem !important
1271
+ }
1272
+
1273
+ .pt-xl-3, .py-xl-3 {
1274
+ padding-top: 1rem !important
1275
+ }
1276
+
1277
+ .pr-xl-3, .px-xl-3 {
1278
+ padding-right: 1rem !important
1279
+ }
1280
+
1281
+ .pb-xl-3, .py-xl-3 {
1282
+ padding-bottom: 1rem !important
1283
+ }
1284
+
1285
+ .pl-xl-3, .px-xl-3 {
1286
+ padding-left: 1rem !important
1287
+ }
1288
+
1289
+ .p-xl-4 {
1290
+ padding: 1.5rem !important
1291
+ }
1292
+
1293
+ .pt-xl-4, .py-xl-4 {
1294
+ padding-top: 1.5rem !important
1295
+ }
1296
+
1297
+ .pr-xl-4, .px-xl-4 {
1298
+ padding-right: 1.5rem !important
1299
+ }
1300
+
1301
+ .pb-xl-4, .py-xl-4 {
1302
+ padding-bottom: 1.5rem !important
1303
+ }
1304
+
1305
+ .pl-xl-4, .px-xl-4 {
1306
+ padding-left: 1.5rem !important
1307
+ }
1308
+
1309
+ .p-xl-5 {
1310
+ padding: 3rem !important
1311
+ }
1312
+
1313
+ .pt-xl-5, .py-xl-5 {
1314
+ padding-top: 3rem !important
1315
+ }
1316
+
1317
+ .pr-xl-5, .px-xl-5 {
1318
+ padding-right: 3rem !important
1319
+ }
1320
+
1321
+ .pb-xl-5, .py-xl-5 {
1322
+ padding-bottom: 3rem !important
1323
+ }
1324
+
1325
+ .pl-xl-5, .px-xl-5 {
1326
+ padding-left: 3rem !important
1327
+ }
1328
+
1329
+ .m-xl-auto {
1330
+ margin: auto !important
1331
+ }
1332
+
1333
+ .mt-xl-auto, .my-xl-auto {
1334
+ margin-top: auto !important
1335
+ }
1336
+
1337
+ .mr-xl-auto, .mx-xl-auto {
1338
+ margin-right: auto !important
1339
+ }
1340
+
1341
+ .mb-xl-auto, .my-xl-auto {
1342
+ margin-bottom: auto !important
1343
+ }
1344
+
1345
+ .ml-xl-auto, .mx-xl-auto {
1346
+ margin-left: auto !important
1347
+ }
1348
+ }