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