@bagelink/vue 0.0.807 → 0.0.813

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 (289) hide show
  1. package/dist/components/AddressSaerch.vue.d.ts +7 -0
  2. package/dist/components/AddressSaerch.vue.d.ts.map +1 -0
  3. package/dist/components/BglVideo.vue.d.ts.map +1 -1
  4. package/dist/components/ComboBox.vue.d.ts +3 -3
  5. package/dist/components/Comments.vue.d.ts +2 -2
  6. package/dist/components/ContactSubmissions.vue.d.ts +2 -2
  7. package/dist/components/DataPreview.vue.d.ts +9 -3
  8. package/dist/components/DataPreview.vue.d.ts.map +1 -1
  9. package/dist/components/DropDown.vue.d.ts +184 -15
  10. package/dist/components/DropDown.vue.d.ts.map +1 -1
  11. package/dist/components/FormSchema.vue.d.ts +4 -5
  12. package/dist/components/LangText.vue.d.ts +2 -2
  13. package/dist/components/MapEmbed.vue.d.ts.map +1 -1
  14. package/dist/components/ModalBglForm.vue.d.ts +20 -21
  15. package/dist/components/ModalForm.vue.d.ts +9 -3
  16. package/dist/components/ModalForm.vue.d.ts.map +1 -1
  17. package/dist/components/NavBar.vue.d.ts.map +1 -1
  18. package/dist/components/PersonPreview.vue.d.ts +4 -5
  19. package/dist/components/PersonPreviewFormkit.vue.d.ts +3 -4
  20. package/dist/components/Popover.vue.d.ts +10 -0
  21. package/dist/components/Popover.vue.d.ts.map +1 -0
  22. package/dist/components/RTXEditor.vue.d.ts +3 -3
  23. package/dist/components/TabbedLayout.vue.d.ts +4 -5
  24. package/dist/components/TableSchema.vue.d.ts +10 -2
  25. package/dist/components/TableSchema.vue.d.ts.map +1 -1
  26. package/dist/components/Zoomer.vue.d.ts.map +1 -1
  27. package/dist/components/charts/BarChart.vue.d.ts +2 -2
  28. package/dist/components/form/BglField.vue.d.ts +6 -2
  29. package/dist/components/form/BglField.vue.d.ts.map +1 -1
  30. package/dist/components/form/BglForm.vue.d.ts +9 -3
  31. package/dist/components/form/BglForm.vue.d.ts.map +1 -1
  32. package/dist/components/form/BglMultiStepForm.vue.d.ts +21 -3
  33. package/dist/components/form/BglMultiStepForm.vue.d.ts.map +1 -1
  34. package/dist/components/form/ItemRef.vue.d.ts +3 -5
  35. package/dist/components/form/ItemRef.vue.d.ts.map +1 -1
  36. package/dist/components/form/MaterialIcon.vue.d.ts +3 -4
  37. package/dist/components/form/PlainInputField.vue.d.ts +3 -3
  38. package/dist/components/form/inputs/ColorPicker.vue.d.ts +6 -2
  39. package/dist/components/form/inputs/ColorPicker.vue.d.ts.map +1 -1
  40. package/dist/components/form/inputs/CurrencyInput.vue.d.ts +3 -3
  41. package/dist/components/form/inputs/DatePicker.vue.d.ts +6 -2
  42. package/dist/components/form/inputs/DatePicker.vue.d.ts.map +1 -1
  43. package/dist/components/form/inputs/DatetimeInput.vue.d.ts +3 -3
  44. package/dist/components/form/inputs/DurationInput.vue.d.ts +3 -3
  45. package/dist/components/form/inputs/DynamicLinkField.vue.d.ts +3 -3
  46. package/dist/components/form/inputs/EmailInput.vue.d.ts +3 -3
  47. package/dist/components/form/inputs/FloatInput.vue.d.ts +3 -3
  48. package/dist/components/form/inputs/IntInput.vue.d.ts +3 -3
  49. package/dist/components/form/inputs/LinkField.vue.d.ts +3 -3
  50. package/dist/components/form/inputs/Password.vue.d.ts +3 -3
  51. package/dist/components/form/inputs/PasswordInput.vue.d.ts +3 -1
  52. package/dist/components/form/inputs/PasswordInput.vue.d.ts.map +1 -1
  53. package/dist/components/form/inputs/PlainText.vue.d.ts +3 -3
  54. package/dist/components/form/inputs/RadioGroup.vue.d.ts +3 -1
  55. package/dist/components/form/inputs/RadioGroup.vue.d.ts.map +1 -1
  56. package/dist/components/form/inputs/ReadOnlyInput.vue.d.ts +2 -2
  57. package/dist/components/form/inputs/RichText2/formatting.d.ts.map +1 -1
  58. package/dist/components/form/inputs/RichTextEditor.vue.d.ts +3 -3
  59. package/dist/components/form/inputs/SelectField.vue.d.ts +8 -6
  60. package/dist/components/form/inputs/SelectField.vue.d.ts.map +1 -1
  61. package/dist/components/form/inputs/SelectInput.vue.d.ts +53 -4
  62. package/dist/components/form/inputs/SelectInput.vue.d.ts.map +1 -1
  63. package/dist/components/form/inputs/TableField.vue.d.ts +6 -2
  64. package/dist/components/form/inputs/TableField.vue.d.ts.map +1 -1
  65. package/dist/components/form/inputs/TextArea.vue.d.ts +3 -3
  66. package/dist/components/form/inputs/TextInput.vue.d.ts +6 -2
  67. package/dist/components/form/inputs/TextInput.vue.d.ts.map +1 -1
  68. package/dist/components/formkit/AddressArray.vue.d.ts +2 -2
  69. package/dist/components/formkit/BankDetailsArray.vue.d.ts +2 -2
  70. package/dist/components/formkit/ContactArrayFormKit.vue.d.ts +2 -2
  71. package/dist/components/formkit/FileUploader.vue.d.ts +2 -2
  72. package/dist/components/formkit/MiscFields.vue.d.ts +2 -2
  73. package/dist/components/formkit/Toggle.vue.d.ts +2 -2
  74. package/dist/components/lightbox/Lightbox.vue.d.ts.map +1 -1
  75. package/dist/components/lightbox/index.d.ts.map +1 -1
  76. package/dist/components/sortable/Animation.d.ts +43 -0
  77. package/dist/components/sortable/Animation.d.ts.map +1 -0
  78. package/dist/components/sortable/BrowserInfo.d.ts +7 -0
  79. package/dist/components/sortable/BrowserInfo.d.ts.map +1 -0
  80. package/dist/components/sortable/EventDispatcher.d.ts +13 -0
  81. package/dist/components/sortable/EventDispatcher.d.ts.map +1 -0
  82. package/dist/components/sortable/PluginManager.d.ts +27 -0
  83. package/dist/components/sortable/PluginManager.d.ts.map +1 -0
  84. package/dist/components/sortable/Sortable.d.ts +81 -0
  85. package/dist/components/sortable/Sortable.d.ts.map +1 -0
  86. package/dist/components/sortable/index.d.ts +5 -0
  87. package/dist/components/sortable/index.d.ts.map +1 -0
  88. package/dist/components/sortable/utils.d.ts +49 -0
  89. package/dist/components/sortable/utils.d.ts.map +1 -0
  90. package/dist/components/whatsapp/form/MsgTemplate.vue.d.ts +3 -4
  91. package/dist/components/whatsapp/form/TextVariableExamples.vue.d.ts +2 -2
  92. package/dist/composables/drag-n-drop/useDraggable.d.ts +2 -0
  93. package/dist/composables/drag-n-drop/useDraggable.d.ts.map +1 -0
  94. package/dist/composables/index.d.ts +3 -1
  95. package/dist/composables/index.d.ts.map +1 -1
  96. package/dist/index.cjs +357 -271
  97. package/dist/index.mjs +357 -271
  98. package/dist/plugins/drag-n-drop/draggable.d.ts +4 -0
  99. package/dist/plugins/drag-n-drop/draggable.d.ts.map +1 -0
  100. package/dist/plugins/drag-n-drop/droppable.d.ts +4 -0
  101. package/dist/plugins/drag-n-drop/droppable.d.ts.map +1 -0
  102. package/dist/plugins/drag-n-drop/index.d.ts +5 -0
  103. package/dist/plugins/drag-n-drop/index.d.ts.map +1 -0
  104. package/dist/plugins/drag-n-drop/useDraggable.d.ts +8 -0
  105. package/dist/plugins/drag-n-drop/useDraggable.d.ts.map +1 -0
  106. package/dist/plugins/drag-n-drop/useDroppable.d.ts +7 -0
  107. package/dist/plugins/drag-n-drop/useDroppable.d.ts.map +1 -0
  108. package/dist/plugins/modal.d.ts +12 -4
  109. package/dist/plugins/modal.d.ts.map +1 -1
  110. package/dist/style.css +3818 -389
  111. package/dist/types/BagelForm.d.ts +27 -9
  112. package/dist/types/BagelForm.d.ts.map +1 -1
  113. package/dist/types/index.d.ts +3 -1
  114. package/dist/types/index.d.ts.map +1 -1
  115. package/dist/types/materialIcon.d.ts +2 -0
  116. package/dist/types/materialIcon.d.ts.map +1 -0
  117. package/dist/utils/BagelFormUtils.d.ts +75 -17
  118. package/dist/utils/BagelFormUtils.d.ts.map +1 -1
  119. package/dist/utils/allCountries.d.ts +1 -1
  120. package/dist/utils/allCountries.d.ts.map +1 -1
  121. package/dist/utils/index.d.ts +6 -2
  122. package/dist/utils/index.d.ts.map +1 -1
  123. package/dist/utils/lang.d.ts +3 -1
  124. package/dist/utils/lang.d.ts.map +1 -1
  125. package/dist/utils/objects.d.ts +0 -1
  126. package/dist/utils/strings.d.ts.map +1 -1
  127. package/package.json +5 -5
  128. package/src/components/Accordion.vue +1 -1
  129. package/src/components/AccordionItem.vue +4 -4
  130. package/src/components/AddressSearch.vue +1 -1
  131. package/src/components/BglVideo.vue +1 -2
  132. package/src/components/DataPreview.vue +1 -1
  133. package/src/components/MapEmbed.vue +4 -6
  134. package/src/components/ModalForm.vue +3 -3
  135. package/src/components/NavBar.vue +6 -3
  136. package/src/components/TableSchema.vue +6 -6
  137. package/src/components/Zoomer.vue +7 -8
  138. package/src/components/dashboard/Lineart.vue +3 -3
  139. package/src/components/form/BglField.vue +2 -2
  140. package/src/components/form/BglFieldSet.vue +1 -1
  141. package/src/components/form/BglForm.vue +2 -2
  142. package/src/components/form/inputs/CheckInput.vue +1 -1
  143. package/src/components/form/inputs/ColorPicker.vue +1 -1
  144. package/src/components/form/inputs/DatePicker.vue +1 -1
  145. package/src/components/form/inputs/FileUpload.vue +4 -4
  146. package/src/components/form/inputs/OTP.vue +6 -6
  147. package/src/components/form/inputs/PasswordInput.vue +1 -1
  148. package/src/components/form/inputs/RadioPillsInput.vue +1 -1
  149. package/src/components/form/inputs/RichText.vue +1 -1
  150. package/src/components/form/inputs/RichText2/Toolbar.vue +2 -2
  151. package/src/components/form/inputs/RichText2/formatting.ts +5 -3
  152. package/src/components/form/inputs/RichText2/index.vue +1 -1
  153. package/src/components/form/inputs/SelectInput.vue +6 -6
  154. package/src/components/form/inputs/SignaturePad.vue +2 -2
  155. package/src/components/form/inputs/TableField.vue +5 -5
  156. package/src/components/form/inputs/TelInput.vue +4 -4
  157. package/src/components/form/inputs/TextInput.vue +1 -1
  158. package/src/components/form/inputs/ToggleInput.vue +1 -1
  159. package/src/components/formkit/FileUploader.vue +1 -1
  160. package/src/components/formkit/MiscFields.vue +1 -1
  161. package/src/components/layout/Layout.vue +2 -2
  162. package/src/components/layout/Tabs.vue +2 -2
  163. package/src/components/layout/TabsNav.vue +1 -1
  164. package/src/components/layout/tabsManager.ts +1 -1
  165. package/src/components/lightbox/Lightbox.vue +2 -2
  166. package/src/components/lightbox/index.ts +13 -7
  167. package/src/composables/index.ts +2 -2
  168. package/src/plugins/modal.ts +7 -7
  169. package/src/styles/appearance.css +36 -0
  170. package/src/styles/buttons.css +24 -0
  171. package/src/styles/layout.css +1989 -68
  172. package/src/styles/mobilLayout.css +1946 -41
  173. package/src/styles/theme.css +1 -1
  174. package/src/types/BagelForm.ts +9 -9
  175. package/src/types/index.ts +1 -1
  176. package/src/utils/BagelFormUtils.ts +1 -1
  177. package/src/utils/allCountries.ts +1 -1
  178. package/src/utils/index.ts +7 -7
  179. package/src/utils/lang.ts +1 -1
  180. package/src/utils/strings.ts +1 -2
  181. package/vite.config.ts +1 -1
  182. package/dist/components/Accordion.d.ts +0 -12
  183. package/dist/components/Accordion.d.ts.map +0 -1
  184. package/dist/components/AccordionItem.d.ts +0 -34
  185. package/dist/components/AccordionItem.d.ts.map +0 -1
  186. package/dist/components/Alert.d.ts +0 -34
  187. package/dist/components/Alert.d.ts.map +0 -1
  188. package/dist/components/Avatar.d.ts +0 -36
  189. package/dist/components/Avatar.d.ts.map +0 -1
  190. package/dist/components/Badge.d.ts +0 -22
  191. package/dist/components/Badge.d.ts.map +0 -1
  192. package/dist/components/BglVideo.d.ts +0 -20
  193. package/dist/components/BglVideo.d.ts.map +0 -1
  194. package/dist/components/Btn.d.ts +0 -99
  195. package/dist/components/Btn.d.ts.map +0 -1
  196. package/dist/components/Card.d.ts +0 -39
  197. package/dist/components/Card.d.ts.map +0 -1
  198. package/dist/components/Carousel.d.ts +0 -74
  199. package/dist/components/Carousel.d.ts.map +0 -1
  200. package/dist/components/DataPreview.d.ts +0 -42
  201. package/dist/components/DataPreview.d.ts.map +0 -1
  202. package/dist/components/Drop.vue.d.ts +0 -34
  203. package/dist/components/Drop.vue.d.ts.map +0 -1
  204. package/dist/components/FileUploader.vue.d.ts +0 -60
  205. package/dist/components/FileUploader.vue.d.ts.map +0 -1
  206. package/dist/components/Flag.d.ts +0 -20
  207. package/dist/components/Flag.d.ts.map +0 -1
  208. package/dist/components/ListItem.d.ts +0 -34
  209. package/dist/components/ListItem.d.ts.map +0 -1
  210. package/dist/components/ListView.d.ts +0 -13
  211. package/dist/components/ListView.d.ts.map +0 -1
  212. package/dist/components/MapEmbed.d.ts +0 -3
  213. package/dist/components/MapEmbed.d.ts.map +0 -1
  214. package/dist/components/MaterialIcon.d.ts +0 -26
  215. package/dist/components/MaterialIcon.d.ts.map +0 -1
  216. package/dist/components/Modal.d.ts +0 -46
  217. package/dist/components/Modal.d.ts.map +0 -1
  218. package/dist/components/ModalConfirm.d.ts +0 -24
  219. package/dist/components/ModalConfirm.d.ts.map +0 -1
  220. package/dist/components/ModalForm.d.ts +0 -78
  221. package/dist/components/ModalForm.d.ts.map +0 -1
  222. package/dist/components/NavBar.d.ts +0 -64
  223. package/dist/components/NavBar.d.ts.map +0 -1
  224. package/dist/components/PageTitle.d.ts +0 -24
  225. package/dist/components/PageTitle.d.ts.map +0 -1
  226. package/dist/components/RouterWrapper.d.ts +0 -3
  227. package/dist/components/RouterWrapper.d.ts.map +0 -1
  228. package/dist/components/TableSchema.d.ts +0 -35
  229. package/dist/components/TableSchema.d.ts.map +0 -1
  230. package/dist/components/Title.d.ts +0 -42
  231. package/dist/components/Title.d.ts.map +0 -1
  232. package/dist/components/TopBar.d.ts +0 -12
  233. package/dist/components/TopBar.d.ts.map +0 -1
  234. package/dist/components/dashboard/Lineart.d.ts +0 -20
  235. package/dist/components/dashboard/Lineart.d.ts.map +0 -1
  236. package/dist/components/form/BglField.d.ts +0 -25
  237. package/dist/components/form/BglField.d.ts.map +0 -1
  238. package/dist/components/form/BglForm.d.ts +0 -75
  239. package/dist/components/form/BglForm.d.ts.map +0 -1
  240. package/dist/components/form/inputs/CheckInput.d.ts +0 -56
  241. package/dist/components/form/inputs/CheckInput.d.ts.map +0 -1
  242. package/dist/components/form/inputs/Checkbox.d.ts +0 -16
  243. package/dist/components/form/inputs/Checkbox.d.ts.map +0 -1
  244. package/dist/components/form/inputs/ColorPicker.d.ts +0 -48
  245. package/dist/components/form/inputs/ColorPicker.d.ts.map +0 -1
  246. package/dist/components/form/inputs/DateInput.d.ts +0 -64
  247. package/dist/components/form/inputs/DateInput.d.ts.map +0 -1
  248. package/dist/components/form/inputs/DatePicker.d.ts +0 -33
  249. package/dist/components/form/inputs/DatePicker.d.ts.map +0 -1
  250. package/dist/components/form/inputs/FileUpload.d.ts +0 -108
  251. package/dist/components/form/inputs/FileUpload.d.ts.map +0 -1
  252. package/dist/components/form/inputs/JSONInput.d.ts +0 -53
  253. package/dist/components/form/inputs/JSONInput.d.ts.map +0 -1
  254. package/dist/components/form/inputs/RadioGroup.d.ts +0 -42
  255. package/dist/components/form/inputs/RadioGroup.d.ts.map +0 -1
  256. package/dist/components/form/inputs/RadioPillsInput.d.ts +0 -48
  257. package/dist/components/form/inputs/RadioPillsInput.d.ts.map +0 -1
  258. package/dist/components/form/inputs/RichText.d.ts +0 -20
  259. package/dist/components/form/inputs/RichText.d.ts.map +0 -1
  260. package/dist/components/form/inputs/RichText2/Toolbar.d.ts +0 -22
  261. package/dist/components/form/inputs/RichText2/Toolbar.d.ts.map +0 -1
  262. package/dist/components/form/inputs/RichText2/index.d.ts +0 -24
  263. package/dist/components/form/inputs/RichText2/index.d.ts.map +0 -1
  264. package/dist/components/form/inputs/SelectInput.d.ts +0 -55
  265. package/dist/components/form/inputs/SelectInput.d.ts.map +0 -1
  266. package/dist/components/form/inputs/SignaturePad.d.ts +0 -72
  267. package/dist/components/form/inputs/SignaturePad.d.ts.map +0 -1
  268. package/dist/components/form/inputs/TableField.d.ts +0 -45
  269. package/dist/components/form/inputs/TableField.d.ts.map +0 -1
  270. package/dist/components/form/inputs/TelInput.d.ts +0 -241
  271. package/dist/components/form/inputs/TelInput.d.ts.map +0 -1
  272. package/dist/components/form/inputs/TextInput.d.ts +0 -90
  273. package/dist/components/form/inputs/TextInput.d.ts.map +0 -1
  274. package/dist/components/form/inputs/ToggleInput.d.ts +0 -58
  275. package/dist/components/form/inputs/ToggleInput.d.ts.map +0 -1
  276. package/dist/components/layout/BottomMenu.d.ts +0 -27
  277. package/dist/components/layout/BottomMenu.d.ts.map +0 -1
  278. package/dist/components/layout/Layout.d.ts +0 -58
  279. package/dist/components/layout/Layout.d.ts.map +0 -1
  280. package/dist/components/layout/SidebarMenu.d.ts +0 -38
  281. package/dist/components/layout/SidebarMenu.d.ts.map +0 -1
  282. package/dist/components/layout/TabbedLayout.d.ts +0 -42
  283. package/dist/components/layout/TabbedLayout.d.ts.map +0 -1
  284. package/dist/components/layout/Tabs.d.ts +0 -31
  285. package/dist/components/layout/Tabs.d.ts.map +0 -1
  286. package/dist/components/layout/TabsBody.d.ts +0 -23
  287. package/dist/components/layout/TabsBody.d.ts.map +0 -1
  288. package/dist/components/layout/TabsNav.d.ts +0 -35
  289. package/dist/components/layout/TabsNav.d.ts.map +0 -1
@@ -247,111 +247,138 @@
247
247
  width: 98%;
248
248
  }
249
249
 
250
- .m_w10 {
250
+ .m_w10,
251
+ .m_10px {
251
252
  max-width: 10px;
252
253
  }
253
254
 
254
- .m_w20 {
255
+ .m_w20,
256
+ .m_20px {
255
257
  max-width: 20px;
256
258
  }
257
259
 
258
- .m_w20 {
260
+ .m_w20,
261
+ .m_20px {
259
262
  max-width: 20px;
260
263
  }
261
264
 
262
- .m_w30 {
265
+ .m_w30,
266
+ .m_30px {
263
267
  max-width: 30px;
264
268
  }
265
269
 
266
- .m_w40 {
270
+ .m_w40,
271
+ .m_40px {
267
272
  max-width: 40px;
268
273
  }
269
274
 
270
- .m_w50 {
275
+ .m_w50,
276
+ .m_50px {
271
277
  max-width: 50px;
272
278
  }
273
279
 
274
- .m_w60 {
280
+ .m_w60,
281
+ .m_60px {
275
282
  max-width: 60px;
276
283
  }
277
284
 
278
- .m_w70 {
285
+ .m_w70,
286
+ .m_70px {
279
287
  max-width: 70px;
280
288
  }
281
289
 
282
- .m_w80 {
290
+ .m_w80,
291
+ .m_80px {
283
292
  max-width: 80px;
284
293
  }
285
294
 
286
- .m_w90 {
295
+ .m_w90,
296
+ .m_90px {
287
297
  max-width: 90px;
288
298
  }
289
299
 
290
- .m_w100 {
300
+ .m_w100,
301
+ .m_100px {
291
302
  max-width: 100px;
292
303
  }
293
304
 
294
- .m_w150 {
305
+ .m_w150,
306
+ .m_150px {
295
307
  max-width: 150px;
296
308
  }
297
309
 
298
- .m_w200 {
310
+ .m_w200,
311
+ .m_200px {
299
312
  max-width: 200px;
300
313
  }
301
314
 
302
- .m_w250 {
315
+ .m_w250,
316
+ .m_250px {
303
317
  max-width: 250px;
304
318
  }
305
319
 
306
- .m_w300 {
320
+ .m_w300,
321
+ .m_300px {
307
322
  max-width: 300px;
308
323
  }
309
324
 
310
- .m_w350 {
325
+ .m_w350,
326
+ .m_350px {
311
327
  max-width: 350px;
312
328
  }
313
329
 
314
- .m_w400 {
330
+ .m_w400,
331
+ .m_400px {
315
332
  max-width: 400px;
316
333
  }
317
334
 
318
- .m_w450 {
335
+ .m_w450,
336
+ .m_450px {
319
337
  max-width: 450px;
320
338
  }
321
339
 
322
- .m_w500 {
340
+ .m_w500,
341
+ .m_500px {
323
342
  max-width: 500px;
324
343
  }
325
344
 
326
- .m_w550 {
345
+ .m_w550,
346
+ .m_550px {
327
347
  max-width: 550px;
328
348
  }
329
349
 
330
- .m_w600 {
350
+ .m_w600,
351
+ .m_600px {
331
352
  max-width: 600px;
332
353
  }
333
354
 
334
- .m_w650 {
355
+ .m_w650,
356
+ .m_650px {
335
357
  max-width: 650px;
336
358
  }
337
359
 
338
- .m_w700 {
360
+ .m_w700,
361
+ .m_700px {
339
362
  max-width: 700px;
340
363
  }
341
364
 
342
- .m_w750 {
365
+ .m_w750,
366
+ .m_750px {
343
367
  max-width: 750px;
344
368
  }
345
369
 
346
- .m_w770 {
370
+ .m_w770,
371
+ .m_770px {
347
372
  max-width: 770px;
348
373
  }
349
374
 
350
- .m_w800 {
375
+ .m_w800,
376
+ .m_800px {
351
377
  max-width: 800px;
352
378
  }
353
379
 
354
- .m_w850 {
380
+ .m_w850,
381
+ .m_850px {
355
382
  max-width: 850px;
356
383
  }
357
384
 
@@ -452,6 +479,62 @@
452
479
  gap: 5rem;
453
480
  }
454
481
 
482
+ .m_gap-6 {
483
+ gap: 6rem;
484
+ }
485
+
486
+ .m_gap-7 {
487
+ gap: 7rem;
488
+ }
489
+
490
+ .m_gap-8 {
491
+ gap: 8rem;
492
+ }
493
+
494
+ .m_gap-9 {
495
+ gap: 9rem;
496
+ }
497
+
498
+ .m_gap-10 {
499
+ gap: 10rem;
500
+ }
501
+
502
+ .m_gap-1-5 {
503
+ gap: 1.5rem;
504
+ }
505
+
506
+ .m_gap-2-5 {
507
+ gap: 2.5rem;
508
+ }
509
+
510
+ .m_gap-3-5 {
511
+ gap: 3.5rem;
512
+ }
513
+
514
+ .m_gap-4-5 {
515
+ gap: 4.5rem;
516
+ }
517
+
518
+ .m_gap-5-5 {
519
+ gap: 5.5rem;
520
+ }
521
+
522
+ .m_gap-6-5 {
523
+ gap: 6.5rem;
524
+ }
525
+
526
+ .m_gap-7-5 {
527
+ gap: 7.5rem;
528
+ }
529
+
530
+ .m_gap-8-5 {
531
+ gap: 8.5rem;
532
+ }
533
+
534
+ .m_gap-9-5 {
535
+ gap: 9.5rem;
536
+ }
537
+
455
538
  .m_gap-col-0,
456
539
  .m_col-gap-0 {
457
540
  column-gap: 0rem;
@@ -497,6 +580,76 @@
497
580
  column-gap: 5rem;
498
581
  }
499
582
 
583
+ .m_gap-col-6,
584
+ .m_col-gap-6 {
585
+ column-gap: 6rem;
586
+ }
587
+
588
+ .m_gap-col-7,
589
+ .m_col-gap-7 {
590
+ column-gap: 7rem;
591
+ }
592
+
593
+ .m_gap-col-8,
594
+ .m_col-gap-8 {
595
+ column-gap: 8rem;
596
+ }
597
+
598
+ .m_gap-col-9,
599
+ .m_col-gap-9 {
600
+ column-gap: 9rem;
601
+ }
602
+
603
+ .m_gap-col-10,
604
+ .m_col-gap-10 {
605
+ column-gap: 10rem;
606
+ }
607
+
608
+ .m_gap-col-1-5,
609
+ .col-gap-1-5 {
610
+ column-gap: 1.5rem;
611
+ }
612
+
613
+ .m_gap-col-2-5,
614
+ .col-gap-2-5 {
615
+ column-gap: 2.5rem;
616
+ }
617
+
618
+ .m_gap-col-3-5,
619
+ .col-gap-3-5 {
620
+ column-gap: 3.5rem;
621
+ }
622
+
623
+ .m_gap-col-4-5,
624
+ .col-gap-4-5 {
625
+ column-gap: 4.5rem;
626
+ }
627
+
628
+ .m_gap-col-5-5,
629
+ .col-gap-5-5 {
630
+ column-gap: 5.5rem;
631
+ }
632
+
633
+ .m_gap-col-6-5,
634
+ .col-gap-6-5 {
635
+ column-gap: 6.5rem;
636
+ }
637
+
638
+ .m_gap-col-7-5,
639
+ .col-gap-7-5 {
640
+ column-gap: 7.5rem;
641
+ }
642
+
643
+ .m_gap-col-8-5,
644
+ .col-gap-8-5 {
645
+ column-gap: 8.5rem;
646
+ }
647
+
648
+ .m_gap-col-9-5,
649
+ .col-gap-9-5 {
650
+ column-gap: 9.5rem;
651
+ }
652
+
500
653
  .m_gap-row-0,
501
654
  .m_row-gap-0 {
502
655
  row-gap: 0rem;
@@ -542,6 +695,77 @@
542
695
  row-gap: 5rem;
543
696
  }
544
697
 
698
+ .m_gap-row-6,
699
+ .m_row-gap-6 {
700
+ row-gap: 6rem;
701
+ }
702
+
703
+ .m_gap-row-7,
704
+ .m_row-gap-7 {
705
+ row-gap: 7rem;
706
+ }
707
+
708
+ .m_gap-row-8,
709
+ .m_row-gap-8 {
710
+ row-gap: 8rem;
711
+ }
712
+
713
+ .m_gap-row-9,
714
+ .m_row-gap-9 {
715
+ row-gap: 9rem;
716
+ }
717
+
718
+ .m_gap-row-10,
719
+ .m_row-gap-10 {
720
+ row-gap: 10rem;
721
+ }
722
+
723
+ .m_gap-row-1-5,
724
+ .row-gap-1-5 {
725
+ row-gap: 1.5rem;
726
+ }
727
+
728
+ .m_gap-row-2-5,
729
+ .row-gap-2-5 {
730
+ row-gap: 2.5rem;
731
+ }
732
+
733
+ .m_gap-row-3-5,
734
+ .row-gap-3-5 {
735
+ row-gap: 3.5rem;
736
+ }
737
+
738
+ .m_gap-row-4-5,
739
+ .row-gap-4-5 {
740
+ row-gap: 4.5rem;
741
+ }
742
+
743
+ .m_gap-row-5-5,
744
+ .row-gap-5-5 {
745
+ row-gap: 5.5rem;
746
+ }
747
+
748
+ .m_gap-row-6-5,
749
+ .row-gap-6-5 {
750
+ row-gap: 6.5rem;
751
+ }
752
+
753
+ .m_gap-row-7-5,
754
+ .row-gap-7-5 {
755
+ row-gap: 7.5rem;
756
+ }
757
+
758
+ .m_gap-row-8-5,
759
+ .row-gap-8-5 {
760
+ row-gap: 8.5rem;
761
+ }
762
+
763
+ .m_gap-row-9-5,
764
+ .row-gap-9-5 {
765
+ row-gap: 9.5rem;
766
+ }
767
+
768
+
545
769
  .m_flex-wrap {
546
770
  flex-wrap: wrap;
547
771
  }
@@ -638,6 +862,43 @@
638
862
  margin-bottom: 1.5rem !important;
639
863
  }
640
864
 
865
+ .m_mb-2-5 {
866
+ margin-bottom: 2.5rem !important;
867
+ }
868
+
869
+ .m_mb-3-5 {
870
+ margin-bottom: 3.5rem !important;
871
+ }
872
+
873
+ .m_mb-4-5 {
874
+ margin-bottom: 4.5rem !important;
875
+ }
876
+
877
+ .m_mb-5-5 {
878
+ margin-bottom: 5.5rem !important;
879
+ }
880
+
881
+ .m_mb-6-5 {
882
+ margin-bottom: 6.5rem !important;
883
+ }
884
+
885
+ .m_mb-7-5 {
886
+ margin-bottom: 7.5rem !important;
887
+ }
888
+
889
+ .m_mb-8-5 {
890
+ margin-bottom: 8.5rem !important;
891
+ }
892
+
893
+ .m_mb-9-5 {
894
+ margin-bottom: 9.5rem !important;
895
+ }
896
+
897
+ .m_mb-10-5 {
898
+ margin-bottom: 10.5rem !important;
899
+ }
900
+
901
+
641
902
  .m_mb-2 {
642
903
  margin-bottom: 2rem !important;
643
904
  }
@@ -650,6 +911,30 @@
650
911
  margin-bottom: 4rem !important;
651
912
  }
652
913
 
914
+ .m_mb-5 {
915
+ margin-bottom: 5rem !important;
916
+ }
917
+
918
+ .m_mb-6 {
919
+ margin-bottom: 6rem !important;
920
+ }
921
+
922
+ .m_mb-7 {
923
+ margin-bottom: 7rem !important;
924
+ }
925
+
926
+ .m_mb-8 {
927
+ margin-bottom: 8rem !important;
928
+ }
929
+
930
+ .m_mb-9 {
931
+ margin-bottom: 9rem !important;
932
+ }
933
+
934
+ .m_mb-10 {
935
+ margin-bottom: 10rem !important;
936
+ }
937
+
653
938
  .m_mt-auto {
654
939
  margin-top: auto !important;
655
940
  }
@@ -678,6 +963,43 @@
678
963
  margin-top: 1.5rem !important;
679
964
  }
680
965
 
966
+ .m_mt-2-5 {
967
+ margin-top: 2.5rem !important;
968
+ }
969
+
970
+ .m_mt-3-5 {
971
+ margin-top: 3.5rem !important;
972
+ }
973
+
974
+ .m_mt-4-5 {
975
+ margin-top: 4.5rem !important;
976
+ }
977
+
978
+ .m_mt-5-5 {
979
+ margin-top: 5.5rem !important;
980
+ }
981
+
982
+ .m_mt-6-5 {
983
+ margin-top: 6.5rem !important;
984
+ }
985
+
986
+ .m_mt-7-5 {
987
+ margin-top: 7.5rem !important;
988
+ }
989
+
990
+ .m_mt-8-5 {
991
+ margin-top: 8.5rem !important;
992
+ }
993
+
994
+ .m_mt-9-5 {
995
+ margin-top: 9.5rem !important;
996
+ }
997
+
998
+ .m_mt-10-5 {
999
+ margin-top: 10.5rem !important;
1000
+ }
1001
+
1002
+
681
1003
 
682
1004
  .m_mt-2 {
683
1005
  margin-top: 2rem !important;
@@ -691,6 +1013,30 @@
691
1013
  margin-top: 4rem !important;
692
1014
  }
693
1015
 
1016
+ .m_mt-5 {
1017
+ margin-top: 5rem !important;
1018
+ }
1019
+
1020
+ .m_mt-6 {
1021
+ margin-top: 6rem !important;
1022
+ }
1023
+
1024
+ .m_mt-7 {
1025
+ margin-top: 7rem !important;
1026
+ }
1027
+
1028
+ .m_mt-8 {
1029
+ margin-top: 8rem !important;
1030
+ }
1031
+
1032
+ .m_mt-9 {
1033
+ margin-top: 9rem !important;
1034
+ }
1035
+
1036
+ .m_mt-10 {
1037
+ margin-top: 10rem !important;
1038
+ }
1039
+
694
1040
  .m_my-auto {
695
1041
  margin-top: auto !important;
696
1042
  margin-bottom: auto !important;
@@ -726,6 +1072,52 @@
726
1072
  margin-bottom: 1.5rem !important;
727
1073
  }
728
1074
 
1075
+ .m_my-2-5 {
1076
+ margin-top: 2.5rem !important;
1077
+ margin-bottom: 2.5rem !important;
1078
+ }
1079
+
1080
+ .m_my-3-5 {
1081
+ margin-top: 3.5rem !important;
1082
+ margin-bottom: 3.5rem !important;
1083
+ }
1084
+
1085
+ .m_my-4-5 {
1086
+ margin-top: 4.5rem !important;
1087
+ margin-bottom: 4.5rem !important;
1088
+ }
1089
+
1090
+ .m_my-5-5 {
1091
+ margin-top: 5.5rem !important;
1092
+ margin-bottom: 5.5rem !important;
1093
+ }
1094
+
1095
+ .m_my-6-5 {
1096
+ margin-top: 6.5rem !important;
1097
+ margin-bottom: 6.5rem !important;
1098
+ }
1099
+
1100
+ .m_my-7-5 {
1101
+ margin-top: 7.5rem !important;
1102
+ margin-bottom: 7.5rem !important;
1103
+ }
1104
+
1105
+ .m_my-8-5 {
1106
+ margin-top: 8.5rem !important;
1107
+ margin-bottom: 8.5rem !important;
1108
+ }
1109
+
1110
+ .m_my-9-5 {
1111
+ margin-top: 9.5rem !important;
1112
+ margin-bottom: 9.5rem !important;
1113
+ }
1114
+
1115
+ .m_my-10-5 {
1116
+ margin-top: 10.5rem !important;
1117
+ margin-bottom: 10.5rem !important;
1118
+ }
1119
+
1120
+
729
1121
  .m_my-2 {
730
1122
  margin-top: 2rem !important;
731
1123
  margin-bottom: 2rem !important;
@@ -741,6 +1133,36 @@
741
1133
  margin-bottom: 4rem !important;
742
1134
  }
743
1135
 
1136
+ .m_my-5 {
1137
+ margin-top: 5rem !important;
1138
+ margin-bottom: 5rem !important;
1139
+ }
1140
+
1141
+ .m_my-6 {
1142
+ margin-top: 6rem !important;
1143
+ margin-bottom: 6rem !important;
1144
+ }
1145
+
1146
+ .m_my-7 {
1147
+ margin-top: 7rem !important;
1148
+ margin-bottom: 7rem !important;
1149
+ }
1150
+
1151
+ .m_my-8 {
1152
+ margin-top: 8rem !important;
1153
+ margin-bottom: 8rem !important;
1154
+ }
1155
+
1156
+ .m_my-9 {
1157
+ margin-top: 9rem !important;
1158
+ margin-bottom: 9rem !important;
1159
+ }
1160
+
1161
+ .m_my-10 {
1162
+ margin-top: 10rem !important;
1163
+ margin-bottom: 10rem !important;
1164
+ }
1165
+
744
1166
  .m_ms-auto {
745
1167
  margin-inline-start: auto !important;
746
1168
  }
@@ -769,6 +1191,43 @@
769
1191
  margin-inline-start: 1.5rem !important;
770
1192
  }
771
1193
 
1194
+ .m_ms-2-5 {
1195
+ margin-inline-start: 2.5rem !important;
1196
+ }
1197
+
1198
+ .m_ms-3-5 {
1199
+ margin-inline-start: 3.5rem !important;
1200
+ }
1201
+
1202
+ .m_ms-4-5 {
1203
+ margin-inline-start: 4.5rem !important;
1204
+ }
1205
+
1206
+ .m_ms-5-5 {
1207
+ margin-inline-start: 5.5rem !important;
1208
+ }
1209
+
1210
+ .m_ms-6-5 {
1211
+ margin-inline-start: 6.5rem !important;
1212
+ }
1213
+
1214
+ .m_ms-7-5 {
1215
+ margin-inline-start: 7.5rem !important;
1216
+ }
1217
+
1218
+ .m_ms-8-5 {
1219
+ margin-inline-start: 8.5rem !important;
1220
+ }
1221
+
1222
+ .m_ms-9-5 {
1223
+ margin-inline-start: 9.5rem !important;
1224
+ }
1225
+
1226
+ .m_ms-10-5 {
1227
+ margin-inline-start: 10.5rem !important;
1228
+ }
1229
+
1230
+
772
1231
  .m_ms-2 {
773
1232
  margin-inline-start: 2rem !important;
774
1233
  }
@@ -781,6 +1240,30 @@
781
1240
  margin-inline-start: 4rem !important;
782
1241
  }
783
1242
 
1243
+ .m_ms-5 {
1244
+ margin-inline-start: 5rem !important;
1245
+ }
1246
+
1247
+ .m_ms-6 {
1248
+ margin-inline-start: 6rem !important;
1249
+ }
1250
+
1251
+ .m_ms-7 {
1252
+ margin-inline-start: 7rem !important;
1253
+ }
1254
+
1255
+ .m_ms-8 {
1256
+ margin-inline-start: 8rem !important;
1257
+ }
1258
+
1259
+ .m_ms-9 {
1260
+ margin-inline-start: 9rem !important;
1261
+ }
1262
+
1263
+ .m_ms-10 {
1264
+ margin-inline-start: 10rem !important;
1265
+ }
1266
+
784
1267
  .m_me-auto {
785
1268
  margin-inline-end: auto !important;
786
1269
  }
@@ -809,6 +1292,42 @@
809
1292
  margin-inline-end: 1.5rem !important;
810
1293
  }
811
1294
 
1295
+ .m_me-2-5 {
1296
+ margin-inline-end: 2.5rem !important;
1297
+ }
1298
+
1299
+ .m_me-3-5 {
1300
+ margin-inline-end: 3.5rem !important;
1301
+ }
1302
+
1303
+ .m_me-4-5 {
1304
+ margin-inline-end: 4.5rem !important;
1305
+ }
1306
+
1307
+ .m_me-5-5 {
1308
+ margin-inline-end: 5.5rem !important;
1309
+ }
1310
+
1311
+ .m_me-6-5 {
1312
+ margin-inline-end: 6.5rem !important;
1313
+ }
1314
+
1315
+ .m_me-7-5 {
1316
+ margin-inline-end: 7.5rem !important;
1317
+ }
1318
+
1319
+ .m_me-8-5 {
1320
+ margin-inline-end: 8.5rem !important;
1321
+ }
1322
+
1323
+ .m_me-9-5 {
1324
+ margin-inline-end: 9.5rem !important;
1325
+ }
1326
+
1327
+ .m_me-10-5 {
1328
+ margin-inline-end: 10.5rem !important;
1329
+ }
1330
+
812
1331
  .m_me-2 {
813
1332
  margin-inline-end: 2rem !important;
814
1333
  }
@@ -821,6 +1340,30 @@
821
1340
  margin-inline-end: 4rem !important;
822
1341
  }
823
1342
 
1343
+ .m_me-5 {
1344
+ margin-inline-end: 5rem !important;
1345
+ }
1346
+
1347
+ .m_me-6 {
1348
+ margin-inline-end: 6rem !important;
1349
+ }
1350
+
1351
+ .m_me-7 {
1352
+ margin-inline-end: 7rem !important;
1353
+ }
1354
+
1355
+ .m_me-8 {
1356
+ margin-inline-end: 8rem !important;
1357
+ }
1358
+
1359
+ .m_me-9 {
1360
+ margin-inline-end: 9rem !important;
1361
+ }
1362
+
1363
+ .m_me-10 {
1364
+ margin-inline-end: 10rem !important;
1365
+ }
1366
+
824
1367
  .mx-auto,
825
1368
  .m_margin-auto {
826
1369
  margin-inline-start: auto !important;
@@ -857,12 +1400,57 @@
857
1400
  margin-inline-end: 1.5rem !important;
858
1401
  }
859
1402
 
860
- .m_mx-2 {
861
- margin-inline-start: 2rem !important;
862
- margin-inline-end: 2rem !important;
1403
+ .m_mx-2-5 {
1404
+ margin-inline-start: 2.5rem !important;
1405
+ margin-inline-end: 2.5rem !important;
863
1406
  }
864
1407
 
865
- .m_mx-3 {
1408
+ .m_mx-3-5 {
1409
+ margin-inline-start: 3.5rem !important;
1410
+ margin-inline-end: 3.5rem !important;
1411
+ }
1412
+
1413
+ .m_mx-4-5 {
1414
+ margin-inline-start: 4.5rem !important;
1415
+ margin-inline-end: 4.5rem !important;
1416
+ }
1417
+
1418
+ .m_mx-5-5 {
1419
+ margin-inline-start: 5.5rem !important;
1420
+ margin-inline-end: 5.5rem !important;
1421
+ }
1422
+
1423
+ .m_mx-6-5 {
1424
+ margin-inline-start: 6.5rem !important;
1425
+ margin-inline-end: 6.5rem !important;
1426
+ }
1427
+
1428
+ .m_mx-7-5 {
1429
+ margin-inline-start: 7.5rem !important;
1430
+ margin-inline-end: 7.5rem !important;
1431
+ }
1432
+
1433
+ .m_mx-8-5 {
1434
+ margin-inline-start: 8.5rem !important;
1435
+ margin-inline-end: 8.5rem !important;
1436
+ }
1437
+
1438
+ .m_mx-9-5 {
1439
+ margin-inline-start: 9.5rem !important;
1440
+ margin-inline-end: 9.5rem !important;
1441
+ }
1442
+
1443
+ .m_mx-10-5 {
1444
+ margin-inline-start: 10.5rem !important;
1445
+ margin-inline-end: 10.5rem !important;
1446
+ }
1447
+
1448
+ .m_mx-2 {
1449
+ margin-inline-start: 2rem !important;
1450
+ margin-inline-end: 2rem !important;
1451
+ }
1452
+
1453
+ .m_mx-3 {
866
1454
  margin-inline-start: 3rem !important;
867
1455
  margin-inline-end: 3rem !important;
868
1456
  }
@@ -872,6 +1460,36 @@
872
1460
  margin-inline-end: 4rem !important;
873
1461
  }
874
1462
 
1463
+ .m_mx-5 {
1464
+ margin-inline-start: 5rem !important;
1465
+ margin-inline-end: 5rem !important;
1466
+ }
1467
+
1468
+ .m_mx-6 {
1469
+ margin-inline-start: 6rem !important;
1470
+ margin-inline-end: 6rem !important;
1471
+ }
1472
+
1473
+ .m_mx-7 {
1474
+ margin-inline-start: 7rem !important;
1475
+ margin-inline-end: 7rem !important;
1476
+ }
1477
+
1478
+ .m_mx-8 {
1479
+ margin-inline-start: 8rem !important;
1480
+ margin-inline-end: 8rem !important;
1481
+ }
1482
+
1483
+ .m_mx-9 {
1484
+ margin-inline-start: 9rem !important;
1485
+ margin-inline-end: 9rem !important;
1486
+ }
1487
+
1488
+ .m_mx-10 {
1489
+ margin-inline-start: 10rem !important;
1490
+ margin-inline-end: 10rem !important;
1491
+ }
1492
+
875
1493
  .m_m-auto {
876
1494
  margin: auto !important;
877
1495
  }
@@ -900,6 +1518,42 @@
900
1518
  margin: 1.5rem !important;
901
1519
  }
902
1520
 
1521
+ .m_m-2-5 {
1522
+ margin: 2.5rem !important;
1523
+ }
1524
+
1525
+ .m_m-3-5 {
1526
+ margin: 3.5rem !important;
1527
+ }
1528
+
1529
+ .m_m-4-5 {
1530
+ margin: 4.5rem !important;
1531
+ }
1532
+
1533
+ .m_m-5-5 {
1534
+ margin: 5.5rem !important;
1535
+ }
1536
+
1537
+ .m_m-6-5 {
1538
+ margin: 6.5rem !important;
1539
+ }
1540
+
1541
+ .m_m-7-5 {
1542
+ margin: 7.5rem !important;
1543
+ }
1544
+
1545
+ .m_m-8-5 {
1546
+ margin: 8.5rem !important;
1547
+ }
1548
+
1549
+ .m_m-9-5 {
1550
+ margin: 9.5rem !important;
1551
+ }
1552
+
1553
+ .m_m-10-5 {
1554
+ margin: 10.5rem !important;
1555
+ }
1556
+
903
1557
  .m_m-2 {
904
1558
  margin: 2rem !important;
905
1559
  }
@@ -912,6 +1566,30 @@
912
1566
  margin: 4rem !important;
913
1567
  }
914
1568
 
1569
+ .m_m-5 {
1570
+ margin: 5rem !important;
1571
+ }
1572
+
1573
+ .m_m-6 {
1574
+ margin: 6rem !important;
1575
+ }
1576
+
1577
+ .m_m-7 {
1578
+ margin: 7rem !important;
1579
+ }
1580
+
1581
+ .m_m-8 {
1582
+ margin: 8rem !important;
1583
+ }
1584
+
1585
+ .m_m-9 {
1586
+ margin: 9rem !important;
1587
+ }
1588
+
1589
+ .m_m-10 {
1590
+ margin: 10rem !important;
1591
+ }
1592
+
915
1593
  .m_-mb-025 {
916
1594
  margin-bottom: -0.25rem !important;
917
1595
  }
@@ -932,6 +1610,42 @@
932
1610
  margin-bottom: -1.5rem !important;
933
1611
  }
934
1612
 
1613
+ .m_-mb-2-5 {
1614
+ margin-bottom: -2.5rem !important;
1615
+ }
1616
+
1617
+ .m_-mb-3-5 {
1618
+ margin-bottom: -3.5rem !important;
1619
+ }
1620
+
1621
+ .m_-mb-4-5 {
1622
+ margin-bottom: -4.5rem !important;
1623
+ }
1624
+
1625
+ .m_-mb-5-5 {
1626
+ margin-bottom: -5.5rem !important;
1627
+ }
1628
+
1629
+ .m_-mb-6-5 {
1630
+ margin-bottom: -6.5rem !important;
1631
+ }
1632
+
1633
+ .m_-mb-7-5 {
1634
+ margin-bottom: -7.5rem !important;
1635
+ }
1636
+
1637
+ .m_-mb-8-5 {
1638
+ margin-bottom: -8.5rem !important;
1639
+ }
1640
+
1641
+ .m_-mb-9-5 {
1642
+ margin-bottom: -9.5rem !important;
1643
+ }
1644
+
1645
+ .m_-mb-10-5 {
1646
+ margin-bottom: -10.5rem !important;
1647
+ }
1648
+
935
1649
  .m_-mb-2 {
936
1650
  margin-bottom: -2rem !important;
937
1651
  }
@@ -944,6 +1658,30 @@
944
1658
  margin-bottom: -4rem !important;
945
1659
  }
946
1660
 
1661
+ .m_-mb-5 {
1662
+ margin-bottom: -5rem !important;
1663
+ }
1664
+
1665
+ .m_-mb-6 {
1666
+ margin-bottom: -6rem !important;
1667
+ }
1668
+
1669
+ .m_-mb-7 {
1670
+ margin-bottom: -7rem !important;
1671
+ }
1672
+
1673
+ .m_-mb-8 {
1674
+ margin-bottom: -8rem !important;
1675
+ }
1676
+
1677
+ .m_-mb-9 {
1678
+ margin-bottom: -9rem !important;
1679
+ }
1680
+
1681
+ .m_-mb-10 {
1682
+ margin-bottom: -10rem !important;
1683
+ }
1684
+
947
1685
  .m_-mt-025 {
948
1686
  margin-top: -0.25rem !important;
949
1687
  }
@@ -964,6 +1702,42 @@
964
1702
  margin-top: -1.5rem !important;
965
1703
  }
966
1704
 
1705
+ .m_-mt-2-5 {
1706
+ margin-top: -2.5rem !important;
1707
+ }
1708
+
1709
+ .m_-mt-3-5 {
1710
+ margin-top: -3.5rem !important;
1711
+ }
1712
+
1713
+ .m_-mt-4-5 {
1714
+ margin-top: -4.5rem !important;
1715
+ }
1716
+
1717
+ .m_-mt-5-5 {
1718
+ margin-top: -5.5rem !important;
1719
+ }
1720
+
1721
+ .m_-mt-6-5 {
1722
+ margin-top: -6.5rem !important;
1723
+ }
1724
+
1725
+ .m_-mt-7-5 {
1726
+ margin-top: -7.5rem !important;
1727
+ }
1728
+
1729
+ .m_-mt-8-5 {
1730
+ margin-top: -8.5rem !important;
1731
+ }
1732
+
1733
+ .m_-mt-9-5 {
1734
+ margin-top: -9.5rem !important;
1735
+ }
1736
+
1737
+ .m_-mt-10-5 {
1738
+ margin-top: -10.5rem !important;
1739
+ }
1740
+
967
1741
  .m_-mt-2 {
968
1742
  margin-top: -2rem !important;
969
1743
  }
@@ -976,6 +1750,30 @@
976
1750
  margin-top: -4rem !important;
977
1751
  }
978
1752
 
1753
+ .m_-mt-5 {
1754
+ margin-top: -5rem !important;
1755
+ }
1756
+
1757
+ .m_-mt-6 {
1758
+ margin-top: -6rem !important;
1759
+ }
1760
+
1761
+ .m_-mt-7 {
1762
+ margin-top: -7rem !important;
1763
+ }
1764
+
1765
+ .m_-mt-8 {
1766
+ margin-top: -8rem !important;
1767
+ }
1768
+
1769
+ .m_-mt-9 {
1770
+ margin-top: -9rem !important;
1771
+ }
1772
+
1773
+ .m_-mt-10 {
1774
+ margin-top: -10rem !important;
1775
+ }
1776
+
979
1777
  .m_-my-025 {
980
1778
  margin-top: -0.25rem !important;
981
1779
  margin-bottom: -0.25rem !important;
@@ -1001,6 +1799,51 @@
1001
1799
  margin-bottom: -1.5rem !important;
1002
1800
  }
1003
1801
 
1802
+ .m_-my-2-5 {
1803
+ margin-top: -2.5rem !important;
1804
+ margin-bottom: -2.5rem !important;
1805
+ }
1806
+
1807
+ .m_-my-3-5 {
1808
+ margin-top: -3.5rem !important;
1809
+ margin-bottom: -3.5rem !important;
1810
+ }
1811
+
1812
+ .m_-my-4-5 {
1813
+ margin-top: -4.5rem !important;
1814
+ margin-bottom: -4.5rem !important;
1815
+ }
1816
+
1817
+ .m_-my-5-5 {
1818
+ margin-top: -5.5rem !important;
1819
+ margin-bottom: -5.5rem !important;
1820
+ }
1821
+
1822
+ .m_-my-6-5 {
1823
+ margin-top: -6.5rem !important;
1824
+ margin-bottom: -6.5rem !important;
1825
+ }
1826
+
1827
+ .m_-my-7-5 {
1828
+ margin-top: -7.5rem !important;
1829
+ margin-bottom: -7.5rem !important;
1830
+ }
1831
+
1832
+ .m_-my-8-5 {
1833
+ margin-top: -8.5rem !important;
1834
+ margin-bottom: -8.5rem !important;
1835
+ }
1836
+
1837
+ .m_-my-9-5 {
1838
+ margin-top: -9.5rem !important;
1839
+ margin-bottom: -9.5rem !important;
1840
+ }
1841
+
1842
+ .m_-my-10-5 {
1843
+ margin-top: -10.5rem !important;
1844
+ margin-bottom: -10.5rem !important;
1845
+ }
1846
+
1004
1847
  .m_-my-2 {
1005
1848
  margin-top: -2rem !important;
1006
1849
  margin-bottom: -2rem !important;
@@ -1016,6 +1859,36 @@
1016
1859
  margin-bottom: -4rem !important;
1017
1860
  }
1018
1861
 
1862
+ .m_-my-5 {
1863
+ margin-top: -5rem !important;
1864
+ margin-bottom: -5rem !important;
1865
+ }
1866
+
1867
+ .m_-my-6 {
1868
+ margin-top: -6rem !important;
1869
+ margin-bottom: -6rem !important;
1870
+ }
1871
+
1872
+ .m_-my-7 {
1873
+ margin-top: -7rem !important;
1874
+ margin-bottom: -7rem !important;
1875
+ }
1876
+
1877
+ .m_-my-8 {
1878
+ margin-top: -8rem !important;
1879
+ margin-bottom: -8rem !important;
1880
+ }
1881
+
1882
+ .m_-my-9 {
1883
+ margin-top: -9rem !important;
1884
+ margin-bottom: -9rem !important;
1885
+ }
1886
+
1887
+ .m_-my-10 {
1888
+ margin-top: -10rem !important;
1889
+ margin-bottom: -10rem !important;
1890
+ }
1891
+
1019
1892
  .m_-ms-025 {
1020
1893
  margin-inline-start: -0.25rem !important;
1021
1894
  }
@@ -1036,6 +1909,43 @@
1036
1909
  margin-inline-start: -1.5rem !important;
1037
1910
  }
1038
1911
 
1912
+ .m_-ms-2-5 {
1913
+ margin-inline-start: -2.5rem !important;
1914
+ }
1915
+
1916
+ .m_-ms-3-5 {
1917
+ margin-inline-start: -3.5rem !important;
1918
+ }
1919
+
1920
+ .m_-ms-4-5 {
1921
+ margin-inline-start: -4.5rem !important;
1922
+ }
1923
+
1924
+ .m_-ms-5-5 {
1925
+ margin-inline-start: -5.5rem !important;
1926
+ }
1927
+
1928
+ .m_-ms-6-5 {
1929
+ margin-inline-start: -6.5rem !important;
1930
+ }
1931
+
1932
+ .m_-ms-7-5 {
1933
+ margin-inline-start: -7.5rem !important;
1934
+ }
1935
+
1936
+ .m_-ms-8-5 {
1937
+ margin-inline-start: -8.5rem !important;
1938
+ }
1939
+
1940
+ .m_-ms-9-5 {
1941
+ margin-inline-start: -9.5rem !important;
1942
+ }
1943
+
1944
+ .m_-ms-10-5 {
1945
+ margin-inline-start: -10.5rem !important;
1946
+ }
1947
+
1948
+
1039
1949
  .m_-ms-2 {
1040
1950
  margin-inline-start: -2rem !important;
1041
1951
  }
@@ -1048,6 +1958,30 @@
1048
1958
  margin-inline-start: -4rem !important;
1049
1959
  }
1050
1960
 
1961
+ .m_-ms-5 {
1962
+ margin-inline-start: -5rem !important;
1963
+ }
1964
+
1965
+ .m_-ms-6 {
1966
+ margin-inline-start: -6rem !important;
1967
+ }
1968
+
1969
+ .m_-ms-7 {
1970
+ margin-inline-start: -7rem !important;
1971
+ }
1972
+
1973
+ .m_-ms-8 {
1974
+ margin-inline-start: -8rem !important;
1975
+ }
1976
+
1977
+ .m_-ms-9 {
1978
+ margin-inline-start: -9rem !important;
1979
+ }
1980
+
1981
+ .m_-ms-10 {
1982
+ margin-inline-start: -10rem !important;
1983
+ }
1984
+
1051
1985
  .m_-me-025 {
1052
1986
  margin-inline-end: -0.25rem !important;
1053
1987
  }
@@ -1068,6 +2002,42 @@
1068
2002
  margin-inline-end: -1.5rem !important;
1069
2003
  }
1070
2004
 
2005
+ .m_-me-2-5 {
2006
+ margin-inline-end: -2.5rem !important;
2007
+ }
2008
+
2009
+ .m_-me-3-5 {
2010
+ margin-inline-end: -3.5rem !important;
2011
+ }
2012
+
2013
+ .m_-me-4-5 {
2014
+ margin-inline-end: -4.5rem !important;
2015
+ }
2016
+
2017
+ .m_-me-5-5 {
2018
+ margin-inline-end: -5.5rem !important;
2019
+ }
2020
+
2021
+ .m_-me-6-5 {
2022
+ margin-inline-end: -6.5rem !important;
2023
+ }
2024
+
2025
+ .m_-me-7-5 {
2026
+ margin-inline-end: -7.5rem !important;
2027
+ }
2028
+
2029
+ .m_-me-8-5 {
2030
+ margin-inline-end: -8.5rem !important;
2031
+ }
2032
+
2033
+ .m_-me-9-5 {
2034
+ margin-inline-end: -9.5rem !important;
2035
+ }
2036
+
2037
+ .m_-me-10-5 {
2038
+ margin-inline-end: -10.5rem !important;
2039
+ }
2040
+
1071
2041
  .m_-me-2 {
1072
2042
  margin-inline-end: -2rem !important;
1073
2043
  }
@@ -1080,6 +2050,34 @@
1080
2050
  margin-inline-end: -4rem !important;
1081
2051
  }
1082
2052
 
2053
+ .m_-me-4 {
2054
+ margin-inline-end: -4rem !important;
2055
+ }
2056
+
2057
+ .m_-me-5 {
2058
+ margin-inline-end: -5rem !important;
2059
+ }
2060
+
2061
+ .m_-me-6 {
2062
+ margin-inline-end: -6rem !important;
2063
+ }
2064
+
2065
+ .m_-me-7 {
2066
+ margin-inline-end: -7rem !important;
2067
+ }
2068
+
2069
+ .m_-me-8 {
2070
+ margin-inline-end: -8rem !important;
2071
+ }
2072
+
2073
+ .m_-me-9 {
2074
+ margin-inline-end: -9rem !important;
2075
+ }
2076
+
2077
+ .m_-me-10 {
2078
+ margin-inline-end: -10rem !important;
2079
+ }
2080
+
1083
2081
  .m_pb-0 {
1084
2082
  padding-bottom: 0rem !important;
1085
2083
  }
@@ -1092,6 +2090,42 @@
1092
2090
  padding-bottom: 1.5rem !important;
1093
2091
  }
1094
2092
 
2093
+ .m_pb-2-5 {
2094
+ padding-bottom: 2.5rem !important;
2095
+ }
2096
+
2097
+ .m_pb-3-5 {
2098
+ padding-bottom: 3.5rem !important;
2099
+ }
2100
+
2101
+ .m_pb-4-5 {
2102
+ padding-bottom: 4.5rem !important;
2103
+ }
2104
+
2105
+ .m_pb-5-5 {
2106
+ padding-bottom: 5.5rem !important;
2107
+ }
2108
+
2109
+ .m_pb-6-5 {
2110
+ padding-bottom: 6.5rem !important;
2111
+ }
2112
+
2113
+ .m_pb-7-5 {
2114
+ padding-bottom: 7.5rem !important;
2115
+ }
2116
+
2117
+ .m_pb-8-5 {
2118
+ padding-bottom: 8.5rem !important;
2119
+ }
2120
+
2121
+ .m_pb-9-5 {
2122
+ padding-bottom: 9.5rem !important;
2123
+ }
2124
+
2125
+ .m_pb-10-5 {
2126
+ padding-bottom: 10.5rem !important;
2127
+ }
2128
+
1095
2129
  .m_pb-2 {
1096
2130
  padding-bottom: 2rem !important;
1097
2131
  }
@@ -1104,6 +2138,30 @@
1104
2138
  padding-bottom: 4rem !important;
1105
2139
  }
1106
2140
 
2141
+ .m_pb-5 {
2142
+ padding-bottom: 5rem !important;
2143
+ }
2144
+
2145
+ .m_pb-6 {
2146
+ padding-bottom: 6rem !important;
2147
+ }
2148
+
2149
+ .m_pb-7 {
2150
+ padding-bottom: 7rem !important;
2151
+ }
2152
+
2153
+ .m_pb-8 {
2154
+ padding-bottom: 8rem !important;
2155
+ }
2156
+
2157
+ .m_pb-9 {
2158
+ padding-bottom: 9rem !important;
2159
+ }
2160
+
2161
+ .m_pb-10 {
2162
+ padding-bottom: 10rem !important;
2163
+ }
2164
+
1107
2165
  .m_pb-075 {
1108
2166
  padding-bottom: 0.75rem !important;
1109
2167
  }
@@ -1128,6 +2186,43 @@
1128
2186
  padding-top: 1.5rem !important;
1129
2187
  }
1130
2188
 
2189
+ .m_pt-2-5 {
2190
+ padding-top: 2.5rem !important;
2191
+ }
2192
+
2193
+ .m_pt-3-5 {
2194
+ padding-top: 3.5rem !important;
2195
+ }
2196
+
2197
+ .m_pt-4-5 {
2198
+ padding-top: 4.5rem !important;
2199
+ }
2200
+
2201
+ .m_pt-5-5 {
2202
+ padding-top: 5.5rem !important;
2203
+ }
2204
+
2205
+ .m_pt-6-5 {
2206
+ padding-top: 6.5rem !important;
2207
+ }
2208
+
2209
+ .m_pt-7-5 {
2210
+ padding-top: 7.5rem !important;
2211
+ }
2212
+
2213
+ .m_pt-8-5 {
2214
+ padding-top: 8.5rem !important;
2215
+ }
2216
+
2217
+ .m_pt-9-5 {
2218
+ padding-top: 9.5rem !important;
2219
+ }
2220
+
2221
+ .m_pt-10-5 {
2222
+ padding-top: 10.5rem !important;
2223
+ }
2224
+
2225
+
1131
2226
  .m_pt-2 {
1132
2227
  padding-top: 2rem !important;
1133
2228
  }
@@ -1140,6 +2235,30 @@
1140
2235
  padding-top: 4rem !important;
1141
2236
  }
1142
2237
 
2238
+ .m_pt-5 {
2239
+ padding-top: 5rem !important;
2240
+ }
2241
+
2242
+ .m_pt-6 {
2243
+ padding-top: 6rem !important;
2244
+ }
2245
+
2246
+ .m_pt-7 {
2247
+ padding-top: 7rem !important;
2248
+ }
2249
+
2250
+ .m_pt-8 {
2251
+ padding-top: 8rem !important;
2252
+ }
2253
+
2254
+ .m_pt-9 {
2255
+ padding-top: 9rem !important;
2256
+ }
2257
+
2258
+ .m_pt-10 {
2259
+ padding-top: 10rem !important;
2260
+ }
2261
+
1143
2262
  .m_pt-075 {
1144
2263
  padding-top: 0.75rem !important;
1145
2264
  }
@@ -1164,6 +2283,42 @@
1164
2283
  padding-inline-start: 1.5rem !important;
1165
2284
  }
1166
2285
 
2286
+ .m_ps-2-5 {
2287
+ padding-inline-start: 2.5rem !important;
2288
+ }
2289
+
2290
+ .m_ps-3-5 {
2291
+ padding-inline-start: 3.5rem !important;
2292
+ }
2293
+
2294
+ .m_ps-4-5 {
2295
+ padding-inline-start: 4.5rem !important;
2296
+ }
2297
+
2298
+ .m_ps-5-5 {
2299
+ padding-inline-start: 5.5rem !important;
2300
+ }
2301
+
2302
+ .m_ps-6-5 {
2303
+ padding-inline-start: 6.5rem !important;
2304
+ }
2305
+
2306
+ .m_ps-7-5 {
2307
+ padding-inline-start: 7.5rem !important;
2308
+ }
2309
+
2310
+ .m_ps-8-5 {
2311
+ padding-inline-start: 8.5rem !important;
2312
+ }
2313
+
2314
+ .m_ps-9-5 {
2315
+ padding-inline-start: 9.5rem !important;
2316
+ }
2317
+
2318
+ .m_ps-10-5 {
2319
+ padding-inline-start: 10.5rem !important;
2320
+ }
2321
+
1167
2322
  .m_ps-2 {
1168
2323
  padding-inline-start: 2rem !important;
1169
2324
  }
@@ -1176,6 +2331,30 @@
1176
2331
  padding-inline-start: 4rem !important;
1177
2332
  }
1178
2333
 
2334
+ .m_ps-5 {
2335
+ padding-inline-start: 5rem !important;
2336
+ }
2337
+
2338
+ .m_ps-6 {
2339
+ padding-inline-start: 6rem !important;
2340
+ }
2341
+
2342
+ .m_ps-7 {
2343
+ padding-inline-start: 7rem !important;
2344
+ }
2345
+
2346
+ .m_ps-8 {
2347
+ padding-inline-start: 8rem !important;
2348
+ }
2349
+
2350
+ .m_ps-9 {
2351
+ padding-inline-start: 9rem !important;
2352
+ }
2353
+
2354
+ .m_ps-10 {
2355
+ padding-inline-start: 10rem !important;
2356
+ }
2357
+
1179
2358
  .m_ps-075 {
1180
2359
  padding-inline-start: 0.75rem !important;
1181
2360
  }
@@ -1200,6 +2379,43 @@
1200
2379
  padding-inline-end: 1.5rem !important;
1201
2380
  }
1202
2381
 
2382
+ .m_pe-2-5 {
2383
+ padding-inline-end: 2.5rem !important;
2384
+ }
2385
+
2386
+ .m_pe-3-5 {
2387
+ padding-inline-end: 3.5rem !important;
2388
+ }
2389
+
2390
+ .m_pe-4-5 {
2391
+ padding-inline-end: 4.5rem !important;
2392
+ }
2393
+
2394
+ .m_pe-5-5 {
2395
+ padding-inline-end: 5.5rem !important;
2396
+ }
2397
+
2398
+ .m_pe-6-5 {
2399
+ padding-inline-end: 6.5rem !important;
2400
+ }
2401
+
2402
+ .m_pe-7-5 {
2403
+ padding-inline-end: 7.5rem !important;
2404
+ }
2405
+
2406
+ .m_pe-8-5 {
2407
+ padding-inline-end: 8.5rem !important;
2408
+ }
2409
+
2410
+ .m_pe-9-5 {
2411
+ padding-inline-end: 9.5rem !important;
2412
+ }
2413
+
2414
+ .m_pe-10-5 {
2415
+ padding-inline-end: 10.5rem !important;
2416
+ }
2417
+
2418
+
1203
2419
  .m_pe-2 {
1204
2420
  padding-inline-end: 2rem !important;
1205
2421
  }
@@ -1212,6 +2428,30 @@
1212
2428
  padding-inline-end: 4rem !important;
1213
2429
  }
1214
2430
 
2431
+ .m_pe-5 {
2432
+ padding-inline-end: 5rem !important;
2433
+ }
2434
+
2435
+ .m_pe-6 {
2436
+ padding-inline-end: 6rem !important;
2437
+ }
2438
+
2439
+ .m_pe-7 {
2440
+ padding-inline-end: 7rem !important;
2441
+ }
2442
+
2443
+ .m_pe-8 {
2444
+ padding-inline-end: 8rem !important;
2445
+ }
2446
+
2447
+ .m_pe-9 {
2448
+ padding-inline-end: 9rem !important;
2449
+ }
2450
+
2451
+ .m_pe-10 {
2452
+ padding-inline-end: 10rem !important;
2453
+ }
2454
+
1215
2455
  .m_pe-075 {
1216
2456
  padding-inline-end: 0.75rem !important;
1217
2457
  }
@@ -1235,8 +2475,53 @@
1235
2475
  }
1236
2476
 
1237
2477
  .m_px-1-5 {
1238
- padding-inline-end: 1.5rem !important;
1239
2478
  padding-inline-start: 1.5rem !important;
2479
+ padding-inline-end: 1.5rem !important;
2480
+ }
2481
+
2482
+ .m_px-2-5 {
2483
+ padding-inline-start: 2.5rem !important;
2484
+ padding-inline-end: 2.5rem !important;
2485
+ }
2486
+
2487
+ .m_px-3-5 {
2488
+ padding-inline-start: 3.5rem !important;
2489
+ padding-inline-end: 3.5rem !important;
2490
+ }
2491
+
2492
+ .m_px-4-5 {
2493
+ padding-inline-start: 4.5rem !important;
2494
+ padding-inline-end: 4.5rem !important;
2495
+ }
2496
+
2497
+ .m_px-5-5 {
2498
+ padding-inline-start: 5.5rem !important;
2499
+ padding-inline-end: 5.5rem !important;
2500
+ }
2501
+
2502
+ .m_px-6-5 {
2503
+ padding-inline-start: 6.5rem !important;
2504
+ padding-inline-end: 6.5rem !important;
2505
+ }
2506
+
2507
+ .m_px-7-5 {
2508
+ padding-inline-start: 7.5rem !important;
2509
+ padding-inline-end: 7.5rem !important;
2510
+ }
2511
+
2512
+ .m_px-8-5 {
2513
+ padding-inline-start: 8.5rem !important;
2514
+ padding-inline-end: 8.5rem !important;
2515
+ }
2516
+
2517
+ .m_px-9-5 {
2518
+ padding-inline-start: 9.5rem !important;
2519
+ padding-inline-end: 9.5rem !important;
2520
+ }
2521
+
2522
+ .m_px-10-5 {
2523
+ padding-inline-start: 10.5rem !important;
2524
+ padding-inline-end: 10.5rem !important;
1240
2525
  }
1241
2526
 
1242
2527
  .m_px-2 {
@@ -1254,6 +2539,36 @@
1254
2539
  padding-inline-start: 4rem !important;
1255
2540
  }
1256
2541
 
2542
+ .m_px-5 {
2543
+ padding-inline-end: 5rem !important;
2544
+ padding-inline-start: 5rem !important;
2545
+ }
2546
+
2547
+ .m_px-6 {
2548
+ padding-inline-end: 6rem !important;
2549
+ padding-inline-start: 6rem !important;
2550
+ }
2551
+
2552
+ .m_px-7 {
2553
+ padding-inline-end: 7rem !important;
2554
+ padding-inline-start: 7rem !important;
2555
+ }
2556
+
2557
+ .m_px-8 {
2558
+ padding-inline-end: 8rem !important;
2559
+ padding-inline-start: 8rem !important;
2560
+ }
2561
+
2562
+ .m_px-9 {
2563
+ padding-inline-end: 9rem !important;
2564
+ padding-inline-start: 9rem !important;
2565
+ }
2566
+
2567
+ .m_px-10 {
2568
+ padding-inline-end: 10rem !important;
2569
+ padding-inline-start: 10rem !important;
2570
+ }
2571
+
1257
2572
  .m_px-075 {
1258
2573
  padding-inline-end: 0.75rem !important;
1259
2574
  padding-inline-start: 0.75rem !important;
@@ -1284,6 +2599,51 @@
1284
2599
  padding-bottom: 1.5rem !important;
1285
2600
  }
1286
2601
 
2602
+ .m_py-2-5 {
2603
+ padding-top: 2.5rem !important;
2604
+ padding-bottom: 2.5rem !important;
2605
+ }
2606
+
2607
+ .m_py-3-5 {
2608
+ padding-top: 3.5rem !important;
2609
+ padding-bottom: 3.5rem !important;
2610
+ }
2611
+
2612
+ .m_py-4-5 {
2613
+ padding-top: 4.5rem !important;
2614
+ padding-bottom: 4.5rem !important;
2615
+ }
2616
+
2617
+ .m_py-5-5 {
2618
+ padding-top: 5.5rem !important;
2619
+ padding-bottom: 5.5rem !important;
2620
+ }
2621
+
2622
+ .m_py-6-5 {
2623
+ padding-top: 6.5rem !important;
2624
+ padding-bottom: 6.5rem !important;
2625
+ }
2626
+
2627
+ .m_py-7-5 {
2628
+ padding-top: 7.5rem !important;
2629
+ padding-bottom: 7.5rem !important;
2630
+ }
2631
+
2632
+ .m_py-8-5 {
2633
+ padding-top: 8.5rem !important;
2634
+ padding-bottom: 8.5rem !important;
2635
+ }
2636
+
2637
+ .m_py-9-5 {
2638
+ padding-top: 9.5rem !important;
2639
+ padding-bottom: 9.5rem !important;
2640
+ }
2641
+
2642
+ .m_py-10-5 {
2643
+ padding-top: 10.5rem !important;
2644
+ padding-bottom: 10.5rem !important;
2645
+ }
2646
+
1287
2647
  .m_py-2 {
1288
2648
  padding-top: 2rem !important;
1289
2649
  padding-bottom: 2rem !important;
@@ -1299,6 +2659,36 @@
1299
2659
  padding-bottom: 4rem !important;
1300
2660
  }
1301
2661
 
2662
+ .m_py-5 {
2663
+ padding-top: 5rem !important;
2664
+ padding-bottom: 5rem !important;
2665
+ }
2666
+
2667
+ .m_py-6 {
2668
+ padding-top: 6rem !important;
2669
+ padding-bottom: 6rem !important;
2670
+ }
2671
+
2672
+ .m_py-7 {
2673
+ padding-top: 7rem !important;
2674
+ padding-bottom: 7rem !important;
2675
+ }
2676
+
2677
+ .m_py-8 {
2678
+ padding-top: 8rem !important;
2679
+ padding-bottom: 8rem !important;
2680
+ }
2681
+
2682
+ .m_py-9 {
2683
+ padding-top: 9rem !important;
2684
+ padding-bottom: 9rem !important;
2685
+ }
2686
+
2687
+ .m_py-10 {
2688
+ padding-top: 10rem !important;
2689
+ padding-bottom: 10rem !important;
2690
+ }
2691
+
1302
2692
  .m_py-075 {
1303
2693
  padding-top: 0.75rem !important;
1304
2694
  padding-bottom: 0.75rem !important;
@@ -1309,23 +2699,60 @@
1309
2699
  padding-bottom: 0.5rem !important;
1310
2700
  }
1311
2701
 
1312
- .m_py-025 {
1313
- padding-top: 0.25rem !important;
1314
- padding-bottom: 0.25rem !important;
2702
+ .m_py-025 {
2703
+ padding-top: 0.25rem !important;
2704
+ padding-bottom: 0.25rem !important;
2705
+ }
2706
+
2707
+ .m_p-0 {
2708
+ padding: 0rem !important;
2709
+ }
2710
+
2711
+ .m_p-1 {
2712
+ padding: 1rem !important;
2713
+ }
2714
+
2715
+ .m_p-1-5 {
2716
+ padding: 1.5rem !important;
2717
+ }
2718
+
2719
+ .m_p-2-5 {
2720
+ padding: 2.5rem !important;
2721
+ }
2722
+
2723
+ .m_p-3-5 {
2724
+ padding: 3.5rem !important;
2725
+ }
2726
+
2727
+ .m_p-4-5 {
2728
+ padding: 4.5rem !important;
2729
+ }
2730
+
2731
+ .m_p-5-5 {
2732
+ padding: 5.5rem !important;
2733
+ }
2734
+
2735
+ .m_p-6-5 {
2736
+ padding: 6.5rem !important;
1315
2737
  }
1316
2738
 
1317
- .m_p-0 {
1318
- padding: 0rem !important;
2739
+ .m_p-7-5 {
2740
+ padding: 7.5rem !important;
1319
2741
  }
1320
2742
 
1321
- .m_p-1 {
1322
- padding: 1rem !important;
2743
+ .m_p-8-5 {
2744
+ padding: 8.5rem !important;
1323
2745
  }
1324
2746
 
1325
- .m_p-1-5 {
1326
- padding: 1.5rem !important;
2747
+ .m_p-9-5 {
2748
+ padding: 9.5rem !important;
2749
+ }
2750
+
2751
+ .m_p-10-5 {
2752
+ padding: 10.5rem !important;
1327
2753
  }
1328
2754
 
2755
+
1329
2756
  .m_p-2 {
1330
2757
  padding: 2rem !important;
1331
2758
  }
@@ -1338,6 +2765,30 @@
1338
2765
  padding: 4rem !important;
1339
2766
  }
1340
2767
 
2768
+ .m_p-5 {
2769
+ padding: 5rem !important;
2770
+ }
2771
+
2772
+ .m_p-6 {
2773
+ padding: 6rem !important;
2774
+ }
2775
+
2776
+ .m_p-7 {
2777
+ padding: 7rem !important;
2778
+ }
2779
+
2780
+ .m_p-8 {
2781
+ padding: 8rem !important;
2782
+ }
2783
+
2784
+ .m_p-9 {
2785
+ padding: 9rem !important;
2786
+ }
2787
+
2788
+ .m_p-10 {
2789
+ padding: 10rem !important;
2790
+ }
2791
+
1341
2792
  .m_p-075 {
1342
2793
  padding: 0.75rem !important;
1343
2794
  }
@@ -1436,6 +2887,20 @@
1436
2887
  align-self: start;
1437
2888
  }
1438
2889
 
2890
+ .m_sticky-9,
2891
+ .m_position-sticky-9 {
2892
+ position: sticky !important;
2893
+ top: 9rem;
2894
+ align-self: start;
2895
+ }
2896
+
2897
+ .m_sticky-10,
2898
+ .m_position-sticky-10 {
2899
+ position: sticky !important;
2900
+ top: 10rem;
2901
+ align-self: start;
2902
+ }
2903
+
1439
2904
  .m_flex-stretch {
1440
2905
  display: flex;
1441
2906
  align-items: stretch;
@@ -1803,6 +3268,26 @@
1803
3268
  height: max-content;
1804
3269
  }
1805
3270
 
3271
+ .m_grid-wrap-9 {
3272
+ grid-template-columns: repeat(9, 1fr);
3273
+ height: max-content;
3274
+ }
3275
+
3276
+ .m_grid-wrap-10 {
3277
+ grid-template-columns: repeat(10, 1fr);
3278
+ height: max-content;
3279
+ }
3280
+
3281
+ .m_grid-wrap-11 {
3282
+ grid-template-columns: repeat(11, 1fr);
3283
+ height: max-content;
3284
+ }
3285
+
3286
+ .m_grid-wrap-12 {
3287
+ grid-template-columns: repeat(12, 1fr);
3288
+ height: max-content;
3289
+ }
3290
+
1806
3291
  .m_grid-span-1 {
1807
3292
  grid-column: span 1;
1808
3293
  }
@@ -1827,6 +3312,30 @@
1827
3312
  grid-column: span 6;
1828
3313
  }
1829
3314
 
3315
+ .m_grid-span-7 {
3316
+ grid-column: span 7;
3317
+ }
3318
+
3319
+ .m_grid-span-8 {
3320
+ grid-column: span 8;
3321
+ }
3322
+
3323
+ .m_grid-span-9 {
3324
+ grid-column: span 9;
3325
+ }
3326
+
3327
+ .m_grid-span-10 {
3328
+ grid-column: span 10;
3329
+ }
3330
+
3331
+ .m_grid-span-11 {
3332
+ grid-column: span 11;
3333
+ }
3334
+
3335
+ .m_grid-span-12 {
3336
+ grid-column: span 12;
3337
+ }
3338
+
1830
3339
  .m_grid-span-row-1 {
1831
3340
  grid-row: span 1;
1832
3341
  }
@@ -1851,6 +3360,30 @@
1851
3360
  grid-row: span 6;
1852
3361
  }
1853
3362
 
3363
+ .m_grid-span-row-7 {
3364
+ grid-row: span 7;
3365
+ }
3366
+
3367
+ .m_grid-span-row-8 {
3368
+ grid-row: span 8;
3369
+ }
3370
+
3371
+ .m_grid-span-row-9 {
3372
+ grid-row: span 9;
3373
+ }
3374
+
3375
+ .m_grid-span-row-10 {
3376
+ grid-row: span 10;
3377
+ }
3378
+
3379
+ .m_grid-span-row-11 {
3380
+ grid-row: span 11;
3381
+ }
3382
+
3383
+ .m_grid-span-row-12 {
3384
+ grid-row: span 12;
3385
+ }
3386
+
1854
3387
  .m_overflow-hidden {
1855
3388
  overflow: hidden;
1856
3389
  }
@@ -1914,6 +3447,42 @@
1914
3447
  inset-inline-start: 0 !important;
1915
3448
  }
1916
3449
 
3450
+ .m_start-1-5 {
3451
+ inset-inline-start: 1.5rem;
3452
+ }
3453
+
3454
+ .m_start-2-5 {
3455
+ inset-inline-start: 2.5rem;
3456
+ }
3457
+
3458
+ .m_start-3-5 {
3459
+ inset-inline-start: 3.5rem;
3460
+ }
3461
+
3462
+ .m_start-4-5 {
3463
+ inset-inline-start: 4.5rem;
3464
+ }
3465
+
3466
+ .m_start-5-5 {
3467
+ inset-inline-start: 5.5rem;
3468
+ }
3469
+
3470
+ .m_start-6-5 {
3471
+ inset-inline-start: 6.5rem;
3472
+ }
3473
+
3474
+ .m_start-7-5 {
3475
+ inset-inline-start: 7.5rem;
3476
+ }
3477
+
3478
+ .m_start-8-5 {
3479
+ inset-inline-start: 8.5rem;
3480
+ }
3481
+
3482
+ .m_start-9-5 {
3483
+ inset-inline-start: 9.5rem;
3484
+ }
3485
+
1917
3486
  .m_start-1 {
1918
3487
  inset-inline-start: 1rem !important;
1919
3488
  }
@@ -1946,6 +3515,50 @@
1946
3515
  inset-inline-start: 8rem !important;
1947
3516
  }
1948
3517
 
3518
+ .m_start-9 {
3519
+ inset-inline-start: 9rem;
3520
+ }
3521
+
3522
+ .m_start-10 {
3523
+ inset-inline-start: 10rem;
3524
+ }
3525
+
3526
+ .m_-start-1-5 {
3527
+ inset-inline-start: -1.5rem;
3528
+ }
3529
+
3530
+ .m_-start-2-5 {
3531
+ inset-inline-start: -2.5rem;
3532
+ }
3533
+
3534
+ .m_-start-3-5 {
3535
+ inset-inline-start: -3.5rem;
3536
+ }
3537
+
3538
+ .m_-start-4-5 {
3539
+ inset-inline-start: -4.5rem;
3540
+ }
3541
+
3542
+ .m_-start-5-5 {
3543
+ inset-inline-start: -5.5rem;
3544
+ }
3545
+
3546
+ .m_-start-6-5 {
3547
+ inset-inline-start: -6.5rem;
3548
+ }
3549
+
3550
+ .m_-start-7-5 {
3551
+ inset-inline-start: -7.5rem;
3552
+ }
3553
+
3554
+ .m_-start-8-5 {
3555
+ inset-inline-start: -8.5rem;
3556
+ }
3557
+
3558
+ .m_-start-9-5 {
3559
+ inset-inline-start: -9.5rem;
3560
+ }
3561
+
1949
3562
  .m_-start-1 {
1950
3563
  inset-inline-start: -1rem !important;
1951
3564
  }
@@ -1978,11 +3591,56 @@
1978
3591
  inset-inline-start: -8rem !important;
1979
3592
  }
1980
3593
 
3594
+ .m_-start-9 {
3595
+ inset-inline-start: -9rem;
3596
+ }
3597
+
3598
+ .m_-start-10 {
3599
+ inset-inline-start: -10rem;
3600
+ }
3601
+
3602
+
1981
3603
  .m_inset-inline-end,
1982
3604
  .m_end {
1983
3605
  inset-inline-end: 0 !important;
1984
3606
  }
1985
3607
 
3608
+ .m_end-1-5 {
3609
+ inset-inline-end: 1.5rem;
3610
+ }
3611
+
3612
+ .m_end-2-5 {
3613
+ inset-inline-end: 2.5rem;
3614
+ }
3615
+
3616
+ .m_end-3-5 {
3617
+ inset-inline-end: 3.5rem;
3618
+ }
3619
+
3620
+ .m_end-4-5 {
3621
+ inset-inline-end: 4.5rem;
3622
+ }
3623
+
3624
+ .m_end-5-5 {
3625
+ inset-inline-end: 5.5rem;
3626
+ }
3627
+
3628
+ .m_end-6-5 {
3629
+ inset-inline-end: 6.5rem;
3630
+ }
3631
+
3632
+ .m_end-7-5 {
3633
+ inset-inline-end: 7.5rem;
3634
+ }
3635
+
3636
+ .m_end-8-5 {
3637
+ inset-inline-end: 8.5rem;
3638
+ }
3639
+
3640
+ .m_end-9-5 {
3641
+ inset-inline-end: 9.5rem;
3642
+ }
3643
+
1986
3644
  .m_end-1 {
1987
3645
  inset-inline-end: 1rem !important;
1988
3646
  }
@@ -2015,6 +3673,50 @@
2015
3673
  inset-inline-end: 8rem !important;
2016
3674
  }
2017
3675
 
3676
+ .m_end-9 {
3677
+ inset-inline-end: 9rem;
3678
+ }
3679
+
3680
+ .m_end-10 {
3681
+ inset-inline-end: 10rem;
3682
+ }
3683
+
3684
+ .m_-end-1-5 {
3685
+ inset-inline-end: -1.5rem;
3686
+ }
3687
+
3688
+ .m_-end-2-5 {
3689
+ inset-inline-end: -2.5rem;
3690
+ }
3691
+
3692
+ .m_-end-3-5 {
3693
+ inset-inline-end: -3.5rem;
3694
+ }
3695
+
3696
+ .m_-end-4-5 {
3697
+ inset-inline-end: -4.5rem;
3698
+ }
3699
+
3700
+ .m_-end-5-5 {
3701
+ inset-inline-end: -5.5rem;
3702
+ }
3703
+
3704
+ .m_-end-6-5 {
3705
+ inset-inline-end: -6.5rem;
3706
+ }
3707
+
3708
+ .m_-end-7-5 {
3709
+ inset-inline-end: -7.5rem;
3710
+ }
3711
+
3712
+ .m_-end-8-5 {
3713
+ inset-inline-end: -8.5rem;
3714
+ }
3715
+
3716
+ .m_-end-9-5 {
3717
+ inset-inline-end: -9.5rem;
3718
+ }
3719
+
2018
3720
  .m_-end-1 {
2019
3721
  inset-inline-end: -1rem !important;
2020
3722
  }
@@ -2047,11 +3749,57 @@
2047
3749
  inset-inline-end: -8rem !important;
2048
3750
  }
2049
3751
 
3752
+ .m_-end-9 {
3753
+ inset-inline-end: -9rem;
3754
+ }
3755
+
3756
+ .m_-end-10 {
3757
+ inset-inline-end: -10rem;
3758
+ }
3759
+
3760
+
2050
3761
  .m_top,
2051
3762
  .m_top-0 {
2052
3763
  top: 0 !important;
2053
3764
  }
2054
3765
 
3766
+ .m_top-1-5 {
3767
+ top: 1.5rem;
3768
+ }
3769
+
3770
+ .m_top-2-5 {
3771
+ top: 2.5rem;
3772
+ }
3773
+
3774
+ .m_top-3-5 {
3775
+ top: 3.5rem;
3776
+ }
3777
+
3778
+ .m_top-4-5 {
3779
+ top: 4.5rem;
3780
+ }
3781
+
3782
+ .m_top-5-5 {
3783
+ top: 5.5rem;
3784
+ }
3785
+
3786
+ .m_top-6-5 {
3787
+ top: 6.5rem;
3788
+ }
3789
+
3790
+ .m_top-7-5 {
3791
+ top: 7.5rem;
3792
+ }
3793
+
3794
+ .m_top-8-5 {
3795
+ top: 8.5rem;
3796
+ }
3797
+
3798
+ .m_top-9-5 {
3799
+ top: 9.5rem;
3800
+ }
3801
+
3802
+
2055
3803
  .m_top-1 {
2056
3804
  top: 1rem !important;
2057
3805
  }
@@ -2084,6 +3832,50 @@
2084
3832
  top: 8rem !important;
2085
3833
  }
2086
3834
 
3835
+ .m_top-9 {
3836
+ top: 9rem;
3837
+ }
3838
+
3839
+ .m_top-10 {
3840
+ top: 10rem;
3841
+ }
3842
+
3843
+ .m_-top-1-5 {
3844
+ top: -1.5rem;
3845
+ }
3846
+
3847
+ .m_-top-2-5 {
3848
+ top: -2.5rem;
3849
+ }
3850
+
3851
+ .m_-top-3-5 {
3852
+ top: -3.5rem;
3853
+ }
3854
+
3855
+ .m_-top-4-5 {
3856
+ top: -4.5rem;
3857
+ }
3858
+
3859
+ .m_-top-5-5 {
3860
+ top: -5.5rem;
3861
+ }
3862
+
3863
+ .m_-top-6-5 {
3864
+ top: -6.5rem;
3865
+ }
3866
+
3867
+ .m_-top-7-5 {
3868
+ top: -7.5rem;
3869
+ }
3870
+
3871
+ .m_-top-8-5 {
3872
+ top: -8.5rem;
3873
+ }
3874
+
3875
+ .m_-top-9-5 {
3876
+ top: -9.5rem;
3877
+ }
3878
+
2087
3879
  .m_-top-1 {
2088
3880
  top: -1rem !important;
2089
3881
  }
@@ -2116,11 +3908,56 @@
2116
3908
  top: -8rem !important;
2117
3909
  }
2118
3910
 
3911
+ .m_-top-9 {
3912
+ top: -9rem;
3913
+ }
3914
+
3915
+ .m_-top-10 {
3916
+ top: -10rem;
3917
+ }
3918
+
2119
3919
  .m_bottom,
2120
3920
  .m_bottom-0 {
2121
3921
  bottom: 0 !important;
2122
3922
  }
2123
3923
 
3924
+ .m_bottom-1-5 {
3925
+ bottom: 1.5rem;
3926
+ }
3927
+
3928
+ .m_bottom-2-5 {
3929
+ bottom: 2.5rem;
3930
+ }
3931
+
3932
+ .m_bottom-3-5 {
3933
+ bottom: 3.5rem;
3934
+ }
3935
+
3936
+ .m_bottom-4-5 {
3937
+ bottom: 4.5rem;
3938
+ }
3939
+
3940
+ .m_bottom-5-5 {
3941
+ bottom: 5.5rem;
3942
+ }
3943
+
3944
+ .m_bottom-6-5 {
3945
+ bottom: 6.5rem;
3946
+ }
3947
+
3948
+ .m_bottom-7-5 {
3949
+ bottom: 7.5rem;
3950
+ }
3951
+
3952
+ .m_bottom-8-5 {
3953
+ bottom: 8.5rem;
3954
+ }
3955
+
3956
+ .m_bottom-9-5 {
3957
+ bottom: 9.5rem;
3958
+ }
3959
+
3960
+
2124
3961
  .m_bottom-1 {
2125
3962
  bottom: 1rem !important;
2126
3963
  }
@@ -2153,6 +3990,50 @@
2153
3990
  bottom: 8rem !important;
2154
3991
  }
2155
3992
 
3993
+ .m_bottom-9 {
3994
+ bottom: 9rem;
3995
+ }
3996
+
3997
+ .m_bottom-10 {
3998
+ bottom: 10rem;
3999
+ }
4000
+
4001
+ .m_-bottom-1-5 {
4002
+ bottom: -1.5rem;
4003
+ }
4004
+
4005
+ .m_-bottom-2-5 {
4006
+ bottom: -2.5rem;
4007
+ }
4008
+
4009
+ .m_-bottom-3-5 {
4010
+ bottom: -3.5rem;
4011
+ }
4012
+
4013
+ .m_-bottom-4-5 {
4014
+ bottom: -4.5rem;
4015
+ }
4016
+
4017
+ .m_-bottom-5-5 {
4018
+ bottom: -5.5rem;
4019
+ }
4020
+
4021
+ .m_-bottom-6-5 {
4022
+ bottom: -6.5rem;
4023
+ }
4024
+
4025
+ .m_-bottom-7-5 {
4026
+ bottom: -7.5rem;
4027
+ }
4028
+
4029
+ .m_-bottom-8-5 {
4030
+ bottom: -8.5rem;
4031
+ }
4032
+
4033
+ .m_-bottom-9-5 {
4034
+ bottom: -9.5rem;
4035
+ }
4036
+
2156
4037
  .m_-bottom-1 {
2157
4038
  bottom: -1rem !important;
2158
4039
  }
@@ -2185,6 +4066,14 @@
2185
4066
  bottom: -8rem !important;
2186
4067
  }
2187
4068
 
4069
+ .m_-bottom-9 {
4070
+ bottom: -9rem;
4071
+ }
4072
+
4073
+ .m_-bottom-10 {
4074
+ bottom: -10rem;
4075
+ }
4076
+
2188
4077
  .m_inset-0,
2189
4078
  .m_inset {
2190
4079
  inset: 0;
@@ -2213,4 +4102,20 @@
2213
4102
  .m_inset-6 {
2214
4103
  inset: 6rem;
2215
4104
  }
4105
+
4106
+ .m_inset-7 {
4107
+ inset: 7rem;
4108
+ }
4109
+
4110
+ .m_inset-8 {
4111
+ inset: 8rem;
4112
+ }
4113
+
4114
+ .m_inset-9 {
4115
+ inset: 9rem;
4116
+ }
4117
+
4118
+ .m_inset-10 {
4119
+ inset: 10rem;
4120
+ }
2216
4121
  }