@baloise/ds-styles 17.4.0-snapshot.1609-d2bcc38d3 → 17.4.1
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.
- package/css/all.css +1058 -651
- package/css/all.css.map +1 -1
- package/css/all.min.css +1 -1
- package/css/baloise-design-system.css +1058 -651
- package/css/baloise-design-system.css.map +1 -1
- package/css/baloise-design-system.min.css +1 -1
- package/css/basic.css +127 -53
- package/css/basic.css.map +1 -1
- package/css/basic.min.css +1 -1
- package/css/core.css +53 -53
- package/css/core.css.map +1 -1
- package/css/core.min.css +1 -1
- package/css/structure.css.map +1 -1
- package/css/utilities/all.css +600 -600
- package/css/utilities/all.css.map +1 -1
- package/css/utilities/all.min.css +1 -1
- package/css/utilities/background.css.map +1 -1
- package/css/utilities/border.css.map +1 -1
- package/css/utilities/elevation.css.map +1 -1
- package/css/utilities/flex.css.map +1 -1
- package/css/utilities/grid.css.map +1 -1
- package/css/utilities/interaction.css.map +1 -1
- package/css/utilities/layout.css.map +1 -1
- package/css/utilities/sizing.css.map +1 -1
- package/css/utilities/spacing.css +600 -600
- package/css/utilities/spacing.css.map +1 -1
- package/css/utilities/spacing.min.css +1 -1
- package/css/utilities/typography.css.map +1 -1
- package/package.json +3 -3
- package/sass/all.sass +6 -6
- package/sass/baloise-design-system.sass +1 -1
- package/sass/basic.sass +5 -5
- package/sass/core.sass +4 -3
- package/sass/font.sass +1 -1
- package/sass/mixins.sass +3 -1
- package/sass/structure.sass +1 -1
- package/sass/utilities/all.sass +9 -9
- package/sass/utilities/background.sass +2 -2
- package/sass/utilities/border.sass +2 -2
- package/sass/utilities/elevation.sass +2 -2
- package/sass/utilities/flex.sass +2 -2
- package/sass/utilities/grid.sass +2 -2
- package/sass/utilities/interaction.sass +2 -2
- package/sass/utilities/layout.sass +2 -2
- package/sass/utilities/sizing.sass +2 -2
- package/sass/utilities/spacing.sass +2 -2
- package/sass/utilities/typography.sass +2 -2
- package/src/core/_all.sass +8 -8
- package/src/core/container.sass +0 -2
- package/src/core/form/_all.sass +6 -6
- package/src/core/form/button.sass +0 -2
- package/src/core/form/file.sass +0 -3
- package/src/core/form/input-textarea.sass +0 -2
- package/src/core/form/select.sass +0 -3
- package/src/core/form/shared.sass +0 -2
- package/src/core/form/tools.sass +0 -2
- package/src/core/grid.sass +0 -1
- package/src/core/link.sass +0 -2
- package/src/core/list.sass +0 -2
- package/src/core/table.sass +0 -2
- package/src/core/typography.sass +0 -2
- package/src/core/vars/_all.sass +7 -7
- package/src/generated/background.sass +0 -3
- package/src/generated/border.sass +0 -3
- package/src/generated/elevation.sass +0 -3
- package/src/generated/flex.sass +0 -3
- package/src/generated/interaction.sass +0 -3
- package/src/generated/layout.sass +0 -3
- package/src/generated/sizing.sass +0 -3
- package/src/generated/spacing.sass +600 -603
- package/src/generated/typography.sass +0 -3
- package/src/mixins/_all.sass +6 -6
- package/src/mixins/breakpoint.mixin.sass +0 -2
- package/src/mixins/extends.sass +0 -2
- package/src/mixins/general.mixin.sass +0 -1
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
@use '../mixins/_all' as *
|
|
2
|
-
|
|
3
|
-
|
|
4
1
|
.m-none
|
|
5
2
|
margin: 0 !important
|
|
6
3
|
|
|
@@ -38,35 +35,35 @@
|
|
|
38
35
|
margin: var(--bal-space-xxxx-large) !important
|
|
39
36
|
|
|
40
37
|
+mobile
|
|
41
|
-
.mobile
|
|
42
|
-
margin: var(--bal-space-xx-small
|
|
38
|
+
.mobile\:m-xx-small
|
|
39
|
+
margin: var(--bal-space-xx-small) !important
|
|
43
40
|
|
|
44
|
-
.mobile
|
|
45
|
-
margin: var(--bal-space-x-small
|
|
41
|
+
.mobile\:m-x-small
|
|
42
|
+
margin: var(--bal-space-x-small) !important
|
|
46
43
|
|
|
47
|
-
.mobile
|
|
48
|
-
margin: var(--bal-space-small
|
|
44
|
+
.mobile\:m-small
|
|
45
|
+
margin: var(--bal-space-small) !important
|
|
49
46
|
|
|
50
|
-
.mobile
|
|
51
|
-
margin: var(--bal-space-normal
|
|
47
|
+
.mobile\:m-normal
|
|
48
|
+
margin: var(--bal-space-normal) !important
|
|
52
49
|
|
|
53
|
-
.mobile
|
|
54
|
-
margin: var(--bal-space-medium
|
|
50
|
+
.mobile\:m-medium
|
|
51
|
+
margin: var(--bal-space-medium) !important
|
|
55
52
|
|
|
56
|
-
.mobile
|
|
57
|
-
margin: var(--bal-space-large
|
|
53
|
+
.mobile\:m-large
|
|
54
|
+
margin: var(--bal-space-large) !important
|
|
58
55
|
|
|
59
|
-
.mobile
|
|
60
|
-
margin: var(--bal-space-x-large
|
|
56
|
+
.mobile\:m-x-large
|
|
57
|
+
margin: var(--bal-space-x-large) !important
|
|
61
58
|
|
|
62
|
-
.mobile
|
|
63
|
-
margin: var(--bal-space-xx-large
|
|
59
|
+
.mobile\:m-xx-large
|
|
60
|
+
margin: var(--bal-space-xx-large) !important
|
|
64
61
|
|
|
65
|
-
.mobile
|
|
66
|
-
margin: var(--bal-space-xxx-large
|
|
62
|
+
.mobile\:m-xxx-large
|
|
63
|
+
margin: var(--bal-space-xxx-large) !important
|
|
67
64
|
|
|
68
|
-
.mobile
|
|
69
|
-
margin: var(--bal-space-xxxx-large
|
|
65
|
+
.mobile\:m-xxxx-large
|
|
66
|
+
margin: var(--bal-space-xxxx-large) !important
|
|
70
67
|
|
|
71
68
|
+tablet
|
|
72
69
|
.m-none
|
|
@@ -78,61 +75,61 @@
|
|
|
78
75
|
.m-xx-small
|
|
79
76
|
margin: var(--bal-space-xx-small-tablet) !important
|
|
80
77
|
|
|
81
|
-
.tablet
|
|
78
|
+
.tablet\:m-xx-small
|
|
82
79
|
margin: var(--bal-space-xx-small-tablet) !important
|
|
83
80
|
|
|
84
81
|
.m-x-small
|
|
85
82
|
margin: var(--bal-space-x-small-tablet) !important
|
|
86
83
|
|
|
87
|
-
.tablet
|
|
84
|
+
.tablet\:m-x-small
|
|
88
85
|
margin: var(--bal-space-x-small-tablet) !important
|
|
89
86
|
|
|
90
87
|
.m-small
|
|
91
88
|
margin: var(--bal-space-small-tablet) !important
|
|
92
89
|
|
|
93
|
-
.tablet
|
|
90
|
+
.tablet\:m-small
|
|
94
91
|
margin: var(--bal-space-small-tablet) !important
|
|
95
92
|
|
|
96
93
|
.m-normal
|
|
97
94
|
margin: var(--bal-space-normal-tablet) !important
|
|
98
95
|
|
|
99
|
-
.tablet
|
|
96
|
+
.tablet\:m-normal
|
|
100
97
|
margin: var(--bal-space-normal-tablet) !important
|
|
101
98
|
|
|
102
99
|
.m-medium
|
|
103
100
|
margin: var(--bal-space-medium-tablet) !important
|
|
104
101
|
|
|
105
|
-
.tablet
|
|
102
|
+
.tablet\:m-medium
|
|
106
103
|
margin: var(--bal-space-medium-tablet) !important
|
|
107
104
|
|
|
108
105
|
.m-large
|
|
109
106
|
margin: var(--bal-space-large-tablet) !important
|
|
110
107
|
|
|
111
|
-
.tablet
|
|
108
|
+
.tablet\:m-large
|
|
112
109
|
margin: var(--bal-space-large-tablet) !important
|
|
113
110
|
|
|
114
111
|
.m-x-large
|
|
115
112
|
margin: var(--bal-space-x-large-tablet) !important
|
|
116
113
|
|
|
117
|
-
.tablet
|
|
114
|
+
.tablet\:m-x-large
|
|
118
115
|
margin: var(--bal-space-x-large-tablet) !important
|
|
119
116
|
|
|
120
117
|
.m-xx-large
|
|
121
118
|
margin: var(--bal-space-xx-large-tablet) !important
|
|
122
119
|
|
|
123
|
-
.tablet
|
|
120
|
+
.tablet\:m-xx-large
|
|
124
121
|
margin: var(--bal-space-xx-large-tablet) !important
|
|
125
122
|
|
|
126
123
|
.m-xxx-large
|
|
127
124
|
margin: var(--bal-space-xxx-large-tablet) !important
|
|
128
125
|
|
|
129
|
-
.tablet
|
|
126
|
+
.tablet\:m-xxx-large
|
|
130
127
|
margin: var(--bal-space-xxx-large-tablet) !important
|
|
131
128
|
|
|
132
129
|
.m-xxxx-large
|
|
133
130
|
margin: var(--bal-space-xxxx-large-tablet) !important
|
|
134
131
|
|
|
135
|
-
.tablet
|
|
132
|
+
.tablet\:m-xxxx-large
|
|
136
133
|
margin: var(--bal-space-xxxx-large-tablet) !important
|
|
137
134
|
|
|
138
135
|
+desktop
|
|
@@ -145,61 +142,61 @@
|
|
|
145
142
|
.m-xx-small
|
|
146
143
|
margin: var(--bal-space-xx-small-desktop) !important
|
|
147
144
|
|
|
148
|
-
.desktop
|
|
145
|
+
.desktop\:m-xx-small
|
|
149
146
|
margin: var(--bal-space-xx-small-desktop) !important
|
|
150
147
|
|
|
151
148
|
.m-x-small
|
|
152
149
|
margin: var(--bal-space-x-small-desktop) !important
|
|
153
150
|
|
|
154
|
-
.desktop
|
|
151
|
+
.desktop\:m-x-small
|
|
155
152
|
margin: var(--bal-space-x-small-desktop) !important
|
|
156
153
|
|
|
157
154
|
.m-small
|
|
158
155
|
margin: var(--bal-space-small-desktop) !important
|
|
159
156
|
|
|
160
|
-
.desktop
|
|
157
|
+
.desktop\:m-small
|
|
161
158
|
margin: var(--bal-space-small-desktop) !important
|
|
162
159
|
|
|
163
160
|
.m-normal
|
|
164
161
|
margin: var(--bal-space-normal-desktop) !important
|
|
165
162
|
|
|
166
|
-
.desktop
|
|
163
|
+
.desktop\:m-normal
|
|
167
164
|
margin: var(--bal-space-normal-desktop) !important
|
|
168
165
|
|
|
169
166
|
.m-medium
|
|
170
167
|
margin: var(--bal-space-medium-desktop) !important
|
|
171
168
|
|
|
172
|
-
.desktop
|
|
169
|
+
.desktop\:m-medium
|
|
173
170
|
margin: var(--bal-space-medium-desktop) !important
|
|
174
171
|
|
|
175
172
|
.m-large
|
|
176
173
|
margin: var(--bal-space-large-desktop) !important
|
|
177
174
|
|
|
178
|
-
.desktop
|
|
175
|
+
.desktop\:m-large
|
|
179
176
|
margin: var(--bal-space-large-desktop) !important
|
|
180
177
|
|
|
181
178
|
.m-x-large
|
|
182
179
|
margin: var(--bal-space-x-large-desktop) !important
|
|
183
180
|
|
|
184
|
-
.desktop
|
|
181
|
+
.desktop\:m-x-large
|
|
185
182
|
margin: var(--bal-space-x-large-desktop) !important
|
|
186
183
|
|
|
187
184
|
.m-xx-large
|
|
188
185
|
margin: var(--bal-space-xx-large-desktop) !important
|
|
189
186
|
|
|
190
|
-
.desktop
|
|
187
|
+
.desktop\:m-xx-large
|
|
191
188
|
margin: var(--bal-space-xx-large-desktop) !important
|
|
192
189
|
|
|
193
190
|
.m-xxx-large
|
|
194
191
|
margin: var(--bal-space-xxx-large-desktop) !important
|
|
195
192
|
|
|
196
|
-
.desktop
|
|
193
|
+
.desktop\:m-xxx-large
|
|
197
194
|
margin: var(--bal-space-xxx-large-desktop) !important
|
|
198
195
|
|
|
199
196
|
.m-xxxx-large
|
|
200
197
|
margin: var(--bal-space-xxxx-large-desktop) !important
|
|
201
198
|
|
|
202
|
-
.desktop
|
|
199
|
+
.desktop\:m-xxxx-large
|
|
203
200
|
margin: var(--bal-space-xxxx-large-desktop) !important
|
|
204
201
|
|
|
205
202
|
.mx-none
|
|
@@ -251,45 +248,45 @@
|
|
|
251
248
|
margin-right: var(--bal-space-xxxx-large) !important
|
|
252
249
|
|
|
253
250
|
+mobile
|
|
254
|
-
.mobile
|
|
255
|
-
margin-left: var(--bal-space-xx-small
|
|
256
|
-
margin-right: var(--bal-space-xx-small
|
|
251
|
+
.mobile\:mx-xx-small
|
|
252
|
+
margin-left: var(--bal-space-xx-small) !important
|
|
253
|
+
margin-right: var(--bal-space-xx-small) !important
|
|
257
254
|
|
|
258
|
-
.mobile
|
|
259
|
-
margin-left: var(--bal-space-x-small
|
|
260
|
-
margin-right: var(--bal-space-x-small
|
|
255
|
+
.mobile\:mx-x-small
|
|
256
|
+
margin-left: var(--bal-space-x-small) !important
|
|
257
|
+
margin-right: var(--bal-space-x-small) !important
|
|
261
258
|
|
|
262
|
-
.mobile
|
|
263
|
-
margin-left: var(--bal-space-small
|
|
264
|
-
margin-right: var(--bal-space-small
|
|
259
|
+
.mobile\:mx-small
|
|
260
|
+
margin-left: var(--bal-space-small) !important
|
|
261
|
+
margin-right: var(--bal-space-small) !important
|
|
265
262
|
|
|
266
|
-
.mobile
|
|
267
|
-
margin-left: var(--bal-space-normal
|
|
268
|
-
margin-right: var(--bal-space-normal
|
|
263
|
+
.mobile\:mx-normal
|
|
264
|
+
margin-left: var(--bal-space-normal) !important
|
|
265
|
+
margin-right: var(--bal-space-normal) !important
|
|
269
266
|
|
|
270
|
-
.mobile
|
|
271
|
-
margin-left: var(--bal-space-medium
|
|
272
|
-
margin-right: var(--bal-space-medium
|
|
267
|
+
.mobile\:mx-medium
|
|
268
|
+
margin-left: var(--bal-space-medium) !important
|
|
269
|
+
margin-right: var(--bal-space-medium) !important
|
|
273
270
|
|
|
274
|
-
.mobile
|
|
275
|
-
margin-left: var(--bal-space-large
|
|
276
|
-
margin-right: var(--bal-space-large
|
|
271
|
+
.mobile\:mx-large
|
|
272
|
+
margin-left: var(--bal-space-large) !important
|
|
273
|
+
margin-right: var(--bal-space-large) !important
|
|
277
274
|
|
|
278
|
-
.mobile
|
|
279
|
-
margin-left: var(--bal-space-x-large
|
|
280
|
-
margin-right: var(--bal-space-x-large
|
|
275
|
+
.mobile\:mx-x-large
|
|
276
|
+
margin-left: var(--bal-space-x-large) !important
|
|
277
|
+
margin-right: var(--bal-space-x-large) !important
|
|
281
278
|
|
|
282
|
-
.mobile
|
|
283
|
-
margin-left: var(--bal-space-xx-large
|
|
284
|
-
margin-right: var(--bal-space-xx-large
|
|
279
|
+
.mobile\:mx-xx-large
|
|
280
|
+
margin-left: var(--bal-space-xx-large) !important
|
|
281
|
+
margin-right: var(--bal-space-xx-large) !important
|
|
285
282
|
|
|
286
|
-
.mobile
|
|
287
|
-
margin-left: var(--bal-space-xxx-large
|
|
288
|
-
margin-right: var(--bal-space-xxx-large
|
|
283
|
+
.mobile\:mx-xxx-large
|
|
284
|
+
margin-left: var(--bal-space-xxx-large) !important
|
|
285
|
+
margin-right: var(--bal-space-xxx-large) !important
|
|
289
286
|
|
|
290
|
-
.mobile
|
|
291
|
-
margin-left: var(--bal-space-xxxx-large
|
|
292
|
-
margin-right: var(--bal-space-xxxx-large
|
|
287
|
+
.mobile\:mx-xxxx-large
|
|
288
|
+
margin-left: var(--bal-space-xxxx-large) !important
|
|
289
|
+
margin-right: var(--bal-space-xxxx-large) !important
|
|
293
290
|
|
|
294
291
|
+tablet
|
|
295
292
|
.mx-none
|
|
@@ -304,7 +301,7 @@
|
|
|
304
301
|
margin-left: var(--bal-space-xx-small-tablet) !important
|
|
305
302
|
margin-right: var(--bal-space-xx-small-tablet) !important
|
|
306
303
|
|
|
307
|
-
.tablet
|
|
304
|
+
.tablet\:mx-xx-small
|
|
308
305
|
margin-left: var(--bal-space-xx-small-tablet) !important
|
|
309
306
|
margin-right: var(--bal-space-xx-small-tablet) !important
|
|
310
307
|
|
|
@@ -312,7 +309,7 @@
|
|
|
312
309
|
margin-left: var(--bal-space-x-small-tablet) !important
|
|
313
310
|
margin-right: var(--bal-space-x-small-tablet) !important
|
|
314
311
|
|
|
315
|
-
.tablet
|
|
312
|
+
.tablet\:mx-x-small
|
|
316
313
|
margin-left: var(--bal-space-x-small-tablet) !important
|
|
317
314
|
margin-right: var(--bal-space-x-small-tablet) !important
|
|
318
315
|
|
|
@@ -320,7 +317,7 @@
|
|
|
320
317
|
margin-left: var(--bal-space-small-tablet) !important
|
|
321
318
|
margin-right: var(--bal-space-small-tablet) !important
|
|
322
319
|
|
|
323
|
-
.tablet
|
|
320
|
+
.tablet\:mx-small
|
|
324
321
|
margin-left: var(--bal-space-small-tablet) !important
|
|
325
322
|
margin-right: var(--bal-space-small-tablet) !important
|
|
326
323
|
|
|
@@ -328,7 +325,7 @@
|
|
|
328
325
|
margin-left: var(--bal-space-normal-tablet) !important
|
|
329
326
|
margin-right: var(--bal-space-normal-tablet) !important
|
|
330
327
|
|
|
331
|
-
.tablet
|
|
328
|
+
.tablet\:mx-normal
|
|
332
329
|
margin-left: var(--bal-space-normal-tablet) !important
|
|
333
330
|
margin-right: var(--bal-space-normal-tablet) !important
|
|
334
331
|
|
|
@@ -336,7 +333,7 @@
|
|
|
336
333
|
margin-left: var(--bal-space-medium-tablet) !important
|
|
337
334
|
margin-right: var(--bal-space-medium-tablet) !important
|
|
338
335
|
|
|
339
|
-
.tablet
|
|
336
|
+
.tablet\:mx-medium
|
|
340
337
|
margin-left: var(--bal-space-medium-tablet) !important
|
|
341
338
|
margin-right: var(--bal-space-medium-tablet) !important
|
|
342
339
|
|
|
@@ -344,7 +341,7 @@
|
|
|
344
341
|
margin-left: var(--bal-space-large-tablet) !important
|
|
345
342
|
margin-right: var(--bal-space-large-tablet) !important
|
|
346
343
|
|
|
347
|
-
.tablet
|
|
344
|
+
.tablet\:mx-large
|
|
348
345
|
margin-left: var(--bal-space-large-tablet) !important
|
|
349
346
|
margin-right: var(--bal-space-large-tablet) !important
|
|
350
347
|
|
|
@@ -352,7 +349,7 @@
|
|
|
352
349
|
margin-left: var(--bal-space-x-large-tablet) !important
|
|
353
350
|
margin-right: var(--bal-space-x-large-tablet) !important
|
|
354
351
|
|
|
355
|
-
.tablet
|
|
352
|
+
.tablet\:mx-x-large
|
|
356
353
|
margin-left: var(--bal-space-x-large-tablet) !important
|
|
357
354
|
margin-right: var(--bal-space-x-large-tablet) !important
|
|
358
355
|
|
|
@@ -360,7 +357,7 @@
|
|
|
360
357
|
margin-left: var(--bal-space-xx-large-tablet) !important
|
|
361
358
|
margin-right: var(--bal-space-xx-large-tablet) !important
|
|
362
359
|
|
|
363
|
-
.tablet
|
|
360
|
+
.tablet\:mx-xx-large
|
|
364
361
|
margin-left: var(--bal-space-xx-large-tablet) !important
|
|
365
362
|
margin-right: var(--bal-space-xx-large-tablet) !important
|
|
366
363
|
|
|
@@ -368,7 +365,7 @@
|
|
|
368
365
|
margin-left: var(--bal-space-xxx-large-tablet) !important
|
|
369
366
|
margin-right: var(--bal-space-xxx-large-tablet) !important
|
|
370
367
|
|
|
371
|
-
.tablet
|
|
368
|
+
.tablet\:mx-xxx-large
|
|
372
369
|
margin-left: var(--bal-space-xxx-large-tablet) !important
|
|
373
370
|
margin-right: var(--bal-space-xxx-large-tablet) !important
|
|
374
371
|
|
|
@@ -376,7 +373,7 @@
|
|
|
376
373
|
margin-left: var(--bal-space-xxxx-large-tablet) !important
|
|
377
374
|
margin-right: var(--bal-space-xxxx-large-tablet) !important
|
|
378
375
|
|
|
379
|
-
.tablet
|
|
376
|
+
.tablet\:mx-xxxx-large
|
|
380
377
|
margin-left: var(--bal-space-xxxx-large-tablet) !important
|
|
381
378
|
margin-right: var(--bal-space-xxxx-large-tablet) !important
|
|
382
379
|
|
|
@@ -393,7 +390,7 @@
|
|
|
393
390
|
margin-left: var(--bal-space-xx-small-desktop) !important
|
|
394
391
|
margin-right: var(--bal-space-xx-small-desktop) !important
|
|
395
392
|
|
|
396
|
-
.desktop
|
|
393
|
+
.desktop\:mx-xx-small
|
|
397
394
|
margin-left: var(--bal-space-xx-small-desktop) !important
|
|
398
395
|
margin-right: var(--bal-space-xx-small-desktop) !important
|
|
399
396
|
|
|
@@ -401,7 +398,7 @@
|
|
|
401
398
|
margin-left: var(--bal-space-x-small-desktop) !important
|
|
402
399
|
margin-right: var(--bal-space-x-small-desktop) !important
|
|
403
400
|
|
|
404
|
-
.desktop
|
|
401
|
+
.desktop\:mx-x-small
|
|
405
402
|
margin-left: var(--bal-space-x-small-desktop) !important
|
|
406
403
|
margin-right: var(--bal-space-x-small-desktop) !important
|
|
407
404
|
|
|
@@ -409,7 +406,7 @@
|
|
|
409
406
|
margin-left: var(--bal-space-small-desktop) !important
|
|
410
407
|
margin-right: var(--bal-space-small-desktop) !important
|
|
411
408
|
|
|
412
|
-
.desktop
|
|
409
|
+
.desktop\:mx-small
|
|
413
410
|
margin-left: var(--bal-space-small-desktop) !important
|
|
414
411
|
margin-right: var(--bal-space-small-desktop) !important
|
|
415
412
|
|
|
@@ -417,7 +414,7 @@
|
|
|
417
414
|
margin-left: var(--bal-space-normal-desktop) !important
|
|
418
415
|
margin-right: var(--bal-space-normal-desktop) !important
|
|
419
416
|
|
|
420
|
-
.desktop
|
|
417
|
+
.desktop\:mx-normal
|
|
421
418
|
margin-left: var(--bal-space-normal-desktop) !important
|
|
422
419
|
margin-right: var(--bal-space-normal-desktop) !important
|
|
423
420
|
|
|
@@ -425,7 +422,7 @@
|
|
|
425
422
|
margin-left: var(--bal-space-medium-desktop) !important
|
|
426
423
|
margin-right: var(--bal-space-medium-desktop) !important
|
|
427
424
|
|
|
428
|
-
.desktop
|
|
425
|
+
.desktop\:mx-medium
|
|
429
426
|
margin-left: var(--bal-space-medium-desktop) !important
|
|
430
427
|
margin-right: var(--bal-space-medium-desktop) !important
|
|
431
428
|
|
|
@@ -433,7 +430,7 @@
|
|
|
433
430
|
margin-left: var(--bal-space-large-desktop) !important
|
|
434
431
|
margin-right: var(--bal-space-large-desktop) !important
|
|
435
432
|
|
|
436
|
-
.desktop
|
|
433
|
+
.desktop\:mx-large
|
|
437
434
|
margin-left: var(--bal-space-large-desktop) !important
|
|
438
435
|
margin-right: var(--bal-space-large-desktop) !important
|
|
439
436
|
|
|
@@ -441,7 +438,7 @@
|
|
|
441
438
|
margin-left: var(--bal-space-x-large-desktop) !important
|
|
442
439
|
margin-right: var(--bal-space-x-large-desktop) !important
|
|
443
440
|
|
|
444
|
-
.desktop
|
|
441
|
+
.desktop\:mx-x-large
|
|
445
442
|
margin-left: var(--bal-space-x-large-desktop) !important
|
|
446
443
|
margin-right: var(--bal-space-x-large-desktop) !important
|
|
447
444
|
|
|
@@ -449,7 +446,7 @@
|
|
|
449
446
|
margin-left: var(--bal-space-xx-large-desktop) !important
|
|
450
447
|
margin-right: var(--bal-space-xx-large-desktop) !important
|
|
451
448
|
|
|
452
|
-
.desktop
|
|
449
|
+
.desktop\:mx-xx-large
|
|
453
450
|
margin-left: var(--bal-space-xx-large-desktop) !important
|
|
454
451
|
margin-right: var(--bal-space-xx-large-desktop) !important
|
|
455
452
|
|
|
@@ -457,7 +454,7 @@
|
|
|
457
454
|
margin-left: var(--bal-space-xxx-large-desktop) !important
|
|
458
455
|
margin-right: var(--bal-space-xxx-large-desktop) !important
|
|
459
456
|
|
|
460
|
-
.desktop
|
|
457
|
+
.desktop\:mx-xxx-large
|
|
461
458
|
margin-left: var(--bal-space-xxx-large-desktop) !important
|
|
462
459
|
margin-right: var(--bal-space-xxx-large-desktop) !important
|
|
463
460
|
|
|
@@ -465,7 +462,7 @@
|
|
|
465
462
|
margin-left: var(--bal-space-xxxx-large-desktop) !important
|
|
466
463
|
margin-right: var(--bal-space-xxxx-large-desktop) !important
|
|
467
464
|
|
|
468
|
-
.desktop
|
|
465
|
+
.desktop\:mx-xxxx-large
|
|
469
466
|
margin-left: var(--bal-space-xxxx-large-desktop) !important
|
|
470
467
|
margin-right: var(--bal-space-xxxx-large-desktop) !important
|
|
471
468
|
|
|
@@ -518,45 +515,45 @@
|
|
|
518
515
|
margin-bottom: var(--bal-space-xxxx-large) !important
|
|
519
516
|
|
|
520
517
|
+mobile
|
|
521
|
-
.mobile
|
|
522
|
-
margin-top: var(--bal-space-xx-small
|
|
523
|
-
margin-bottom: var(--bal-space-xx-small
|
|
518
|
+
.mobile\:my-xx-small
|
|
519
|
+
margin-top: var(--bal-space-xx-small) !important
|
|
520
|
+
margin-bottom: var(--bal-space-xx-small) !important
|
|
524
521
|
|
|
525
|
-
.mobile
|
|
526
|
-
margin-top: var(--bal-space-x-small
|
|
527
|
-
margin-bottom: var(--bal-space-x-small
|
|
522
|
+
.mobile\:my-x-small
|
|
523
|
+
margin-top: var(--bal-space-x-small) !important
|
|
524
|
+
margin-bottom: var(--bal-space-x-small) !important
|
|
528
525
|
|
|
529
|
-
.mobile
|
|
530
|
-
margin-top: var(--bal-space-small
|
|
531
|
-
margin-bottom: var(--bal-space-small
|
|
526
|
+
.mobile\:my-small
|
|
527
|
+
margin-top: var(--bal-space-small) !important
|
|
528
|
+
margin-bottom: var(--bal-space-small) !important
|
|
532
529
|
|
|
533
|
-
.mobile
|
|
534
|
-
margin-top: var(--bal-space-normal
|
|
535
|
-
margin-bottom: var(--bal-space-normal
|
|
530
|
+
.mobile\:my-normal
|
|
531
|
+
margin-top: var(--bal-space-normal) !important
|
|
532
|
+
margin-bottom: var(--bal-space-normal) !important
|
|
536
533
|
|
|
537
|
-
.mobile
|
|
538
|
-
margin-top: var(--bal-space-medium
|
|
539
|
-
margin-bottom: var(--bal-space-medium
|
|
534
|
+
.mobile\:my-medium
|
|
535
|
+
margin-top: var(--bal-space-medium) !important
|
|
536
|
+
margin-bottom: var(--bal-space-medium) !important
|
|
540
537
|
|
|
541
|
-
.mobile
|
|
542
|
-
margin-top: var(--bal-space-large
|
|
543
|
-
margin-bottom: var(--bal-space-large
|
|
538
|
+
.mobile\:my-large
|
|
539
|
+
margin-top: var(--bal-space-large) !important
|
|
540
|
+
margin-bottom: var(--bal-space-large) !important
|
|
544
541
|
|
|
545
|
-
.mobile
|
|
546
|
-
margin-top: var(--bal-space-x-large
|
|
547
|
-
margin-bottom: var(--bal-space-x-large
|
|
542
|
+
.mobile\:my-x-large
|
|
543
|
+
margin-top: var(--bal-space-x-large) !important
|
|
544
|
+
margin-bottom: var(--bal-space-x-large) !important
|
|
548
545
|
|
|
549
|
-
.mobile
|
|
550
|
-
margin-top: var(--bal-space-xx-large
|
|
551
|
-
margin-bottom: var(--bal-space-xx-large
|
|
546
|
+
.mobile\:my-xx-large
|
|
547
|
+
margin-top: var(--bal-space-xx-large) !important
|
|
548
|
+
margin-bottom: var(--bal-space-xx-large) !important
|
|
552
549
|
|
|
553
|
-
.mobile
|
|
554
|
-
margin-top: var(--bal-space-xxx-large
|
|
555
|
-
margin-bottom: var(--bal-space-xxx-large
|
|
550
|
+
.mobile\:my-xxx-large
|
|
551
|
+
margin-top: var(--bal-space-xxx-large) !important
|
|
552
|
+
margin-bottom: var(--bal-space-xxx-large) !important
|
|
556
553
|
|
|
557
|
-
.mobile
|
|
558
|
-
margin-top: var(--bal-space-xxxx-large
|
|
559
|
-
margin-bottom: var(--bal-space-xxxx-large
|
|
554
|
+
.mobile\:my-xxxx-large
|
|
555
|
+
margin-top: var(--bal-space-xxxx-large) !important
|
|
556
|
+
margin-bottom: var(--bal-space-xxxx-large) !important
|
|
560
557
|
|
|
561
558
|
+tablet
|
|
562
559
|
.my-none
|
|
@@ -571,7 +568,7 @@
|
|
|
571
568
|
margin-top: var(--bal-space-xx-small-tablet) !important
|
|
572
569
|
margin-bottom: var(--bal-space-xx-small-tablet) !important
|
|
573
570
|
|
|
574
|
-
.tablet
|
|
571
|
+
.tablet\:my-xx-small
|
|
575
572
|
margin-top: var(--bal-space-xx-small-tablet) !important
|
|
576
573
|
margin-bottom: var(--bal-space-xx-small-tablet) !important
|
|
577
574
|
|
|
@@ -579,7 +576,7 @@
|
|
|
579
576
|
margin-top: var(--bal-space-x-small-tablet) !important
|
|
580
577
|
margin-bottom: var(--bal-space-x-small-tablet) !important
|
|
581
578
|
|
|
582
|
-
.tablet
|
|
579
|
+
.tablet\:my-x-small
|
|
583
580
|
margin-top: var(--bal-space-x-small-tablet) !important
|
|
584
581
|
margin-bottom: var(--bal-space-x-small-tablet) !important
|
|
585
582
|
|
|
@@ -587,7 +584,7 @@
|
|
|
587
584
|
margin-top: var(--bal-space-small-tablet) !important
|
|
588
585
|
margin-bottom: var(--bal-space-small-tablet) !important
|
|
589
586
|
|
|
590
|
-
.tablet
|
|
587
|
+
.tablet\:my-small
|
|
591
588
|
margin-top: var(--bal-space-small-tablet) !important
|
|
592
589
|
margin-bottom: var(--bal-space-small-tablet) !important
|
|
593
590
|
|
|
@@ -595,7 +592,7 @@
|
|
|
595
592
|
margin-top: var(--bal-space-normal-tablet) !important
|
|
596
593
|
margin-bottom: var(--bal-space-normal-tablet) !important
|
|
597
594
|
|
|
598
|
-
.tablet
|
|
595
|
+
.tablet\:my-normal
|
|
599
596
|
margin-top: var(--bal-space-normal-tablet) !important
|
|
600
597
|
margin-bottom: var(--bal-space-normal-tablet) !important
|
|
601
598
|
|
|
@@ -603,7 +600,7 @@
|
|
|
603
600
|
margin-top: var(--bal-space-medium-tablet) !important
|
|
604
601
|
margin-bottom: var(--bal-space-medium-tablet) !important
|
|
605
602
|
|
|
606
|
-
.tablet
|
|
603
|
+
.tablet\:my-medium
|
|
607
604
|
margin-top: var(--bal-space-medium-tablet) !important
|
|
608
605
|
margin-bottom: var(--bal-space-medium-tablet) !important
|
|
609
606
|
|
|
@@ -611,7 +608,7 @@
|
|
|
611
608
|
margin-top: var(--bal-space-large-tablet) !important
|
|
612
609
|
margin-bottom: var(--bal-space-large-tablet) !important
|
|
613
610
|
|
|
614
|
-
.tablet
|
|
611
|
+
.tablet\:my-large
|
|
615
612
|
margin-top: var(--bal-space-large-tablet) !important
|
|
616
613
|
margin-bottom: var(--bal-space-large-tablet) !important
|
|
617
614
|
|
|
@@ -619,7 +616,7 @@
|
|
|
619
616
|
margin-top: var(--bal-space-x-large-tablet) !important
|
|
620
617
|
margin-bottom: var(--bal-space-x-large-tablet) !important
|
|
621
618
|
|
|
622
|
-
.tablet
|
|
619
|
+
.tablet\:my-x-large
|
|
623
620
|
margin-top: var(--bal-space-x-large-tablet) !important
|
|
624
621
|
margin-bottom: var(--bal-space-x-large-tablet) !important
|
|
625
622
|
|
|
@@ -627,7 +624,7 @@
|
|
|
627
624
|
margin-top: var(--bal-space-xx-large-tablet) !important
|
|
628
625
|
margin-bottom: var(--bal-space-xx-large-tablet) !important
|
|
629
626
|
|
|
630
|
-
.tablet
|
|
627
|
+
.tablet\:my-xx-large
|
|
631
628
|
margin-top: var(--bal-space-xx-large-tablet) !important
|
|
632
629
|
margin-bottom: var(--bal-space-xx-large-tablet) !important
|
|
633
630
|
|
|
@@ -635,7 +632,7 @@
|
|
|
635
632
|
margin-top: var(--bal-space-xxx-large-tablet) !important
|
|
636
633
|
margin-bottom: var(--bal-space-xxx-large-tablet) !important
|
|
637
634
|
|
|
638
|
-
.tablet
|
|
635
|
+
.tablet\:my-xxx-large
|
|
639
636
|
margin-top: var(--bal-space-xxx-large-tablet) !important
|
|
640
637
|
margin-bottom: var(--bal-space-xxx-large-tablet) !important
|
|
641
638
|
|
|
@@ -643,7 +640,7 @@
|
|
|
643
640
|
margin-top: var(--bal-space-xxxx-large-tablet) !important
|
|
644
641
|
margin-bottom: var(--bal-space-xxxx-large-tablet) !important
|
|
645
642
|
|
|
646
|
-
.tablet
|
|
643
|
+
.tablet\:my-xxxx-large
|
|
647
644
|
margin-top: var(--bal-space-xxxx-large-tablet) !important
|
|
648
645
|
margin-bottom: var(--bal-space-xxxx-large-tablet) !important
|
|
649
646
|
|
|
@@ -660,7 +657,7 @@
|
|
|
660
657
|
margin-top: var(--bal-space-xx-small-desktop) !important
|
|
661
658
|
margin-bottom: var(--bal-space-xx-small-desktop) !important
|
|
662
659
|
|
|
663
|
-
.desktop
|
|
660
|
+
.desktop\:my-xx-small
|
|
664
661
|
margin-top: var(--bal-space-xx-small-desktop) !important
|
|
665
662
|
margin-bottom: var(--bal-space-xx-small-desktop) !important
|
|
666
663
|
|
|
@@ -668,7 +665,7 @@
|
|
|
668
665
|
margin-top: var(--bal-space-x-small-desktop) !important
|
|
669
666
|
margin-bottom: var(--bal-space-x-small-desktop) !important
|
|
670
667
|
|
|
671
|
-
.desktop
|
|
668
|
+
.desktop\:my-x-small
|
|
672
669
|
margin-top: var(--bal-space-x-small-desktop) !important
|
|
673
670
|
margin-bottom: var(--bal-space-x-small-desktop) !important
|
|
674
671
|
|
|
@@ -676,7 +673,7 @@
|
|
|
676
673
|
margin-top: var(--bal-space-small-desktop) !important
|
|
677
674
|
margin-bottom: var(--bal-space-small-desktop) !important
|
|
678
675
|
|
|
679
|
-
.desktop
|
|
676
|
+
.desktop\:my-small
|
|
680
677
|
margin-top: var(--bal-space-small-desktop) !important
|
|
681
678
|
margin-bottom: var(--bal-space-small-desktop) !important
|
|
682
679
|
|
|
@@ -684,7 +681,7 @@
|
|
|
684
681
|
margin-top: var(--bal-space-normal-desktop) !important
|
|
685
682
|
margin-bottom: var(--bal-space-normal-desktop) !important
|
|
686
683
|
|
|
687
|
-
.desktop
|
|
684
|
+
.desktop\:my-normal
|
|
688
685
|
margin-top: var(--bal-space-normal-desktop) !important
|
|
689
686
|
margin-bottom: var(--bal-space-normal-desktop) !important
|
|
690
687
|
|
|
@@ -692,7 +689,7 @@
|
|
|
692
689
|
margin-top: var(--bal-space-medium-desktop) !important
|
|
693
690
|
margin-bottom: var(--bal-space-medium-desktop) !important
|
|
694
691
|
|
|
695
|
-
.desktop
|
|
692
|
+
.desktop\:my-medium
|
|
696
693
|
margin-top: var(--bal-space-medium-desktop) !important
|
|
697
694
|
margin-bottom: var(--bal-space-medium-desktop) !important
|
|
698
695
|
|
|
@@ -700,7 +697,7 @@
|
|
|
700
697
|
margin-top: var(--bal-space-large-desktop) !important
|
|
701
698
|
margin-bottom: var(--bal-space-large-desktop) !important
|
|
702
699
|
|
|
703
|
-
.desktop
|
|
700
|
+
.desktop\:my-large
|
|
704
701
|
margin-top: var(--bal-space-large-desktop) !important
|
|
705
702
|
margin-bottom: var(--bal-space-large-desktop) !important
|
|
706
703
|
|
|
@@ -708,7 +705,7 @@
|
|
|
708
705
|
margin-top: var(--bal-space-x-large-desktop) !important
|
|
709
706
|
margin-bottom: var(--bal-space-x-large-desktop) !important
|
|
710
707
|
|
|
711
|
-
.desktop
|
|
708
|
+
.desktop\:my-x-large
|
|
712
709
|
margin-top: var(--bal-space-x-large-desktop) !important
|
|
713
710
|
margin-bottom: var(--bal-space-x-large-desktop) !important
|
|
714
711
|
|
|
@@ -716,7 +713,7 @@
|
|
|
716
713
|
margin-top: var(--bal-space-xx-large-desktop) !important
|
|
717
714
|
margin-bottom: var(--bal-space-xx-large-desktop) !important
|
|
718
715
|
|
|
719
|
-
.desktop
|
|
716
|
+
.desktop\:my-xx-large
|
|
720
717
|
margin-top: var(--bal-space-xx-large-desktop) !important
|
|
721
718
|
margin-bottom: var(--bal-space-xx-large-desktop) !important
|
|
722
719
|
|
|
@@ -724,7 +721,7 @@
|
|
|
724
721
|
margin-top: var(--bal-space-xxx-large-desktop) !important
|
|
725
722
|
margin-bottom: var(--bal-space-xxx-large-desktop) !important
|
|
726
723
|
|
|
727
|
-
.desktop
|
|
724
|
+
.desktop\:my-xxx-large
|
|
728
725
|
margin-top: var(--bal-space-xxx-large-desktop) !important
|
|
729
726
|
margin-bottom: var(--bal-space-xxx-large-desktop) !important
|
|
730
727
|
|
|
@@ -732,7 +729,7 @@
|
|
|
732
729
|
margin-top: var(--bal-space-xxxx-large-desktop) !important
|
|
733
730
|
margin-bottom: var(--bal-space-xxxx-large-desktop) !important
|
|
734
731
|
|
|
735
|
-
.desktop
|
|
732
|
+
.desktop\:my-xxxx-large
|
|
736
733
|
margin-top: var(--bal-space-xxxx-large-desktop) !important
|
|
737
734
|
margin-bottom: var(--bal-space-xxxx-large-desktop) !important
|
|
738
735
|
|
|
@@ -773,35 +770,35 @@
|
|
|
773
770
|
margin-top: var(--bal-space-xxxx-large) !important
|
|
774
771
|
|
|
775
772
|
+mobile
|
|
776
|
-
.mobile
|
|
777
|
-
margin-top: var(--bal-space-xx-small
|
|
773
|
+
.mobile\:mt-xx-small
|
|
774
|
+
margin-top: var(--bal-space-xx-small) !important
|
|
778
775
|
|
|
779
|
-
.mobile
|
|
780
|
-
margin-top: var(--bal-space-x-small
|
|
776
|
+
.mobile\:mt-x-small
|
|
777
|
+
margin-top: var(--bal-space-x-small) !important
|
|
781
778
|
|
|
782
|
-
.mobile
|
|
783
|
-
margin-top: var(--bal-space-small
|
|
779
|
+
.mobile\:mt-small
|
|
780
|
+
margin-top: var(--bal-space-small) !important
|
|
784
781
|
|
|
785
|
-
.mobile
|
|
786
|
-
margin-top: var(--bal-space-normal
|
|
782
|
+
.mobile\:mt-normal
|
|
783
|
+
margin-top: var(--bal-space-normal) !important
|
|
787
784
|
|
|
788
|
-
.mobile
|
|
789
|
-
margin-top: var(--bal-space-medium
|
|
785
|
+
.mobile\:mt-medium
|
|
786
|
+
margin-top: var(--bal-space-medium) !important
|
|
790
787
|
|
|
791
|
-
.mobile
|
|
792
|
-
margin-top: var(--bal-space-large
|
|
788
|
+
.mobile\:mt-large
|
|
789
|
+
margin-top: var(--bal-space-large) !important
|
|
793
790
|
|
|
794
|
-
.mobile
|
|
795
|
-
margin-top: var(--bal-space-x-large
|
|
791
|
+
.mobile\:mt-x-large
|
|
792
|
+
margin-top: var(--bal-space-x-large) !important
|
|
796
793
|
|
|
797
|
-
.mobile
|
|
798
|
-
margin-top: var(--bal-space-xx-large
|
|
794
|
+
.mobile\:mt-xx-large
|
|
795
|
+
margin-top: var(--bal-space-xx-large) !important
|
|
799
796
|
|
|
800
|
-
.mobile
|
|
801
|
-
margin-top: var(--bal-space-xxx-large
|
|
797
|
+
.mobile\:mt-xxx-large
|
|
798
|
+
margin-top: var(--bal-space-xxx-large) !important
|
|
802
799
|
|
|
803
|
-
.mobile
|
|
804
|
-
margin-top: var(--bal-space-xxxx-large
|
|
800
|
+
.mobile\:mt-xxxx-large
|
|
801
|
+
margin-top: var(--bal-space-xxxx-large) !important
|
|
805
802
|
|
|
806
803
|
+tablet
|
|
807
804
|
.mt-none
|
|
@@ -813,61 +810,61 @@
|
|
|
813
810
|
.mt-xx-small
|
|
814
811
|
margin-top: var(--bal-space-xx-small-tablet) !important
|
|
815
812
|
|
|
816
|
-
.tablet
|
|
813
|
+
.tablet\:mt-xx-small
|
|
817
814
|
margin-top: var(--bal-space-xx-small-tablet) !important
|
|
818
815
|
|
|
819
816
|
.mt-x-small
|
|
820
817
|
margin-top: var(--bal-space-x-small-tablet) !important
|
|
821
818
|
|
|
822
|
-
.tablet
|
|
819
|
+
.tablet\:mt-x-small
|
|
823
820
|
margin-top: var(--bal-space-x-small-tablet) !important
|
|
824
821
|
|
|
825
822
|
.mt-small
|
|
826
823
|
margin-top: var(--bal-space-small-tablet) !important
|
|
827
824
|
|
|
828
|
-
.tablet
|
|
825
|
+
.tablet\:mt-small
|
|
829
826
|
margin-top: var(--bal-space-small-tablet) !important
|
|
830
827
|
|
|
831
828
|
.mt-normal
|
|
832
829
|
margin-top: var(--bal-space-normal-tablet) !important
|
|
833
830
|
|
|
834
|
-
.tablet
|
|
831
|
+
.tablet\:mt-normal
|
|
835
832
|
margin-top: var(--bal-space-normal-tablet) !important
|
|
836
833
|
|
|
837
834
|
.mt-medium
|
|
838
835
|
margin-top: var(--bal-space-medium-tablet) !important
|
|
839
836
|
|
|
840
|
-
.tablet
|
|
837
|
+
.tablet\:mt-medium
|
|
841
838
|
margin-top: var(--bal-space-medium-tablet) !important
|
|
842
839
|
|
|
843
840
|
.mt-large
|
|
844
841
|
margin-top: var(--bal-space-large-tablet) !important
|
|
845
842
|
|
|
846
|
-
.tablet
|
|
843
|
+
.tablet\:mt-large
|
|
847
844
|
margin-top: var(--bal-space-large-tablet) !important
|
|
848
845
|
|
|
849
846
|
.mt-x-large
|
|
850
847
|
margin-top: var(--bal-space-x-large-tablet) !important
|
|
851
848
|
|
|
852
|
-
.tablet
|
|
849
|
+
.tablet\:mt-x-large
|
|
853
850
|
margin-top: var(--bal-space-x-large-tablet) !important
|
|
854
851
|
|
|
855
852
|
.mt-xx-large
|
|
856
853
|
margin-top: var(--bal-space-xx-large-tablet) !important
|
|
857
854
|
|
|
858
|
-
.tablet
|
|
855
|
+
.tablet\:mt-xx-large
|
|
859
856
|
margin-top: var(--bal-space-xx-large-tablet) !important
|
|
860
857
|
|
|
861
858
|
.mt-xxx-large
|
|
862
859
|
margin-top: var(--bal-space-xxx-large-tablet) !important
|
|
863
860
|
|
|
864
|
-
.tablet
|
|
861
|
+
.tablet\:mt-xxx-large
|
|
865
862
|
margin-top: var(--bal-space-xxx-large-tablet) !important
|
|
866
863
|
|
|
867
864
|
.mt-xxxx-large
|
|
868
865
|
margin-top: var(--bal-space-xxxx-large-tablet) !important
|
|
869
866
|
|
|
870
|
-
.tablet
|
|
867
|
+
.tablet\:mt-xxxx-large
|
|
871
868
|
margin-top: var(--bal-space-xxxx-large-tablet) !important
|
|
872
869
|
|
|
873
870
|
+desktop
|
|
@@ -880,61 +877,61 @@
|
|
|
880
877
|
.mt-xx-small
|
|
881
878
|
margin-top: var(--bal-space-xx-small-desktop) !important
|
|
882
879
|
|
|
883
|
-
.desktop
|
|
880
|
+
.desktop\:mt-xx-small
|
|
884
881
|
margin-top: var(--bal-space-xx-small-desktop) !important
|
|
885
882
|
|
|
886
883
|
.mt-x-small
|
|
887
884
|
margin-top: var(--bal-space-x-small-desktop) !important
|
|
888
885
|
|
|
889
|
-
.desktop
|
|
886
|
+
.desktop\:mt-x-small
|
|
890
887
|
margin-top: var(--bal-space-x-small-desktop) !important
|
|
891
888
|
|
|
892
889
|
.mt-small
|
|
893
890
|
margin-top: var(--bal-space-small-desktop) !important
|
|
894
891
|
|
|
895
|
-
.desktop
|
|
892
|
+
.desktop\:mt-small
|
|
896
893
|
margin-top: var(--bal-space-small-desktop) !important
|
|
897
894
|
|
|
898
895
|
.mt-normal
|
|
899
896
|
margin-top: var(--bal-space-normal-desktop) !important
|
|
900
897
|
|
|
901
|
-
.desktop
|
|
898
|
+
.desktop\:mt-normal
|
|
902
899
|
margin-top: var(--bal-space-normal-desktop) !important
|
|
903
900
|
|
|
904
901
|
.mt-medium
|
|
905
902
|
margin-top: var(--bal-space-medium-desktop) !important
|
|
906
903
|
|
|
907
|
-
.desktop
|
|
904
|
+
.desktop\:mt-medium
|
|
908
905
|
margin-top: var(--bal-space-medium-desktop) !important
|
|
909
906
|
|
|
910
907
|
.mt-large
|
|
911
908
|
margin-top: var(--bal-space-large-desktop) !important
|
|
912
909
|
|
|
913
|
-
.desktop
|
|
910
|
+
.desktop\:mt-large
|
|
914
911
|
margin-top: var(--bal-space-large-desktop) !important
|
|
915
912
|
|
|
916
913
|
.mt-x-large
|
|
917
914
|
margin-top: var(--bal-space-x-large-desktop) !important
|
|
918
915
|
|
|
919
|
-
.desktop
|
|
916
|
+
.desktop\:mt-x-large
|
|
920
917
|
margin-top: var(--bal-space-x-large-desktop) !important
|
|
921
918
|
|
|
922
919
|
.mt-xx-large
|
|
923
920
|
margin-top: var(--bal-space-xx-large-desktop) !important
|
|
924
921
|
|
|
925
|
-
.desktop
|
|
922
|
+
.desktop\:mt-xx-large
|
|
926
923
|
margin-top: var(--bal-space-xx-large-desktop) !important
|
|
927
924
|
|
|
928
925
|
.mt-xxx-large
|
|
929
926
|
margin-top: var(--bal-space-xxx-large-desktop) !important
|
|
930
927
|
|
|
931
|
-
.desktop
|
|
928
|
+
.desktop\:mt-xxx-large
|
|
932
929
|
margin-top: var(--bal-space-xxx-large-desktop) !important
|
|
933
930
|
|
|
934
931
|
.mt-xxxx-large
|
|
935
932
|
margin-top: var(--bal-space-xxxx-large-desktop) !important
|
|
936
933
|
|
|
937
|
-
.desktop
|
|
934
|
+
.desktop\:mt-xxxx-large
|
|
938
935
|
margin-top: var(--bal-space-xxxx-large-desktop) !important
|
|
939
936
|
|
|
940
937
|
.mr-none
|
|
@@ -974,35 +971,35 @@
|
|
|
974
971
|
margin-right: var(--bal-space-xxxx-large) !important
|
|
975
972
|
|
|
976
973
|
+mobile
|
|
977
|
-
.mobile
|
|
978
|
-
margin-right: var(--bal-space-xx-small
|
|
974
|
+
.mobile\:mr-xx-small
|
|
975
|
+
margin-right: var(--bal-space-xx-small) !important
|
|
979
976
|
|
|
980
|
-
.mobile
|
|
981
|
-
margin-right: var(--bal-space-x-small
|
|
977
|
+
.mobile\:mr-x-small
|
|
978
|
+
margin-right: var(--bal-space-x-small) !important
|
|
982
979
|
|
|
983
|
-
.mobile
|
|
984
|
-
margin-right: var(--bal-space-small
|
|
980
|
+
.mobile\:mr-small
|
|
981
|
+
margin-right: var(--bal-space-small) !important
|
|
985
982
|
|
|
986
|
-
.mobile
|
|
987
|
-
margin-right: var(--bal-space-normal
|
|
983
|
+
.mobile\:mr-normal
|
|
984
|
+
margin-right: var(--bal-space-normal) !important
|
|
988
985
|
|
|
989
|
-
.mobile
|
|
990
|
-
margin-right: var(--bal-space-medium
|
|
986
|
+
.mobile\:mr-medium
|
|
987
|
+
margin-right: var(--bal-space-medium) !important
|
|
991
988
|
|
|
992
|
-
.mobile
|
|
993
|
-
margin-right: var(--bal-space-large
|
|
989
|
+
.mobile\:mr-large
|
|
990
|
+
margin-right: var(--bal-space-large) !important
|
|
994
991
|
|
|
995
|
-
.mobile
|
|
996
|
-
margin-right: var(--bal-space-x-large
|
|
992
|
+
.mobile\:mr-x-large
|
|
993
|
+
margin-right: var(--bal-space-x-large) !important
|
|
997
994
|
|
|
998
|
-
.mobile
|
|
999
|
-
margin-right: var(--bal-space-xx-large
|
|
995
|
+
.mobile\:mr-xx-large
|
|
996
|
+
margin-right: var(--bal-space-xx-large) !important
|
|
1000
997
|
|
|
1001
|
-
.mobile
|
|
1002
|
-
margin-right: var(--bal-space-xxx-large
|
|
998
|
+
.mobile\:mr-xxx-large
|
|
999
|
+
margin-right: var(--bal-space-xxx-large) !important
|
|
1003
1000
|
|
|
1004
|
-
.mobile
|
|
1005
|
-
margin-right: var(--bal-space-xxxx-large
|
|
1001
|
+
.mobile\:mr-xxxx-large
|
|
1002
|
+
margin-right: var(--bal-space-xxxx-large) !important
|
|
1006
1003
|
|
|
1007
1004
|
+tablet
|
|
1008
1005
|
.mr-none
|
|
@@ -1014,61 +1011,61 @@
|
|
|
1014
1011
|
.mr-xx-small
|
|
1015
1012
|
margin-right: var(--bal-space-xx-small-tablet) !important
|
|
1016
1013
|
|
|
1017
|
-
.tablet
|
|
1014
|
+
.tablet\:mr-xx-small
|
|
1018
1015
|
margin-right: var(--bal-space-xx-small-tablet) !important
|
|
1019
1016
|
|
|
1020
1017
|
.mr-x-small
|
|
1021
1018
|
margin-right: var(--bal-space-x-small-tablet) !important
|
|
1022
1019
|
|
|
1023
|
-
.tablet
|
|
1020
|
+
.tablet\:mr-x-small
|
|
1024
1021
|
margin-right: var(--bal-space-x-small-tablet) !important
|
|
1025
1022
|
|
|
1026
1023
|
.mr-small
|
|
1027
1024
|
margin-right: var(--bal-space-small-tablet) !important
|
|
1028
1025
|
|
|
1029
|
-
.tablet
|
|
1026
|
+
.tablet\:mr-small
|
|
1030
1027
|
margin-right: var(--bal-space-small-tablet) !important
|
|
1031
1028
|
|
|
1032
1029
|
.mr-normal
|
|
1033
1030
|
margin-right: var(--bal-space-normal-tablet) !important
|
|
1034
1031
|
|
|
1035
|
-
.tablet
|
|
1032
|
+
.tablet\:mr-normal
|
|
1036
1033
|
margin-right: var(--bal-space-normal-tablet) !important
|
|
1037
1034
|
|
|
1038
1035
|
.mr-medium
|
|
1039
1036
|
margin-right: var(--bal-space-medium-tablet) !important
|
|
1040
1037
|
|
|
1041
|
-
.tablet
|
|
1038
|
+
.tablet\:mr-medium
|
|
1042
1039
|
margin-right: var(--bal-space-medium-tablet) !important
|
|
1043
1040
|
|
|
1044
1041
|
.mr-large
|
|
1045
1042
|
margin-right: var(--bal-space-large-tablet) !important
|
|
1046
1043
|
|
|
1047
|
-
.tablet
|
|
1044
|
+
.tablet\:mr-large
|
|
1048
1045
|
margin-right: var(--bal-space-large-tablet) !important
|
|
1049
1046
|
|
|
1050
1047
|
.mr-x-large
|
|
1051
1048
|
margin-right: var(--bal-space-x-large-tablet) !important
|
|
1052
1049
|
|
|
1053
|
-
.tablet
|
|
1050
|
+
.tablet\:mr-x-large
|
|
1054
1051
|
margin-right: var(--bal-space-x-large-tablet) !important
|
|
1055
1052
|
|
|
1056
1053
|
.mr-xx-large
|
|
1057
1054
|
margin-right: var(--bal-space-xx-large-tablet) !important
|
|
1058
1055
|
|
|
1059
|
-
.tablet
|
|
1056
|
+
.tablet\:mr-xx-large
|
|
1060
1057
|
margin-right: var(--bal-space-xx-large-tablet) !important
|
|
1061
1058
|
|
|
1062
1059
|
.mr-xxx-large
|
|
1063
1060
|
margin-right: var(--bal-space-xxx-large-tablet) !important
|
|
1064
1061
|
|
|
1065
|
-
.tablet
|
|
1062
|
+
.tablet\:mr-xxx-large
|
|
1066
1063
|
margin-right: var(--bal-space-xxx-large-tablet) !important
|
|
1067
1064
|
|
|
1068
1065
|
.mr-xxxx-large
|
|
1069
1066
|
margin-right: var(--bal-space-xxxx-large-tablet) !important
|
|
1070
1067
|
|
|
1071
|
-
.tablet
|
|
1068
|
+
.tablet\:mr-xxxx-large
|
|
1072
1069
|
margin-right: var(--bal-space-xxxx-large-tablet) !important
|
|
1073
1070
|
|
|
1074
1071
|
+desktop
|
|
@@ -1081,61 +1078,61 @@
|
|
|
1081
1078
|
.mr-xx-small
|
|
1082
1079
|
margin-right: var(--bal-space-xx-small-desktop) !important
|
|
1083
1080
|
|
|
1084
|
-
.desktop
|
|
1081
|
+
.desktop\:mr-xx-small
|
|
1085
1082
|
margin-right: var(--bal-space-xx-small-desktop) !important
|
|
1086
1083
|
|
|
1087
1084
|
.mr-x-small
|
|
1088
1085
|
margin-right: var(--bal-space-x-small-desktop) !important
|
|
1089
1086
|
|
|
1090
|
-
.desktop
|
|
1087
|
+
.desktop\:mr-x-small
|
|
1091
1088
|
margin-right: var(--bal-space-x-small-desktop) !important
|
|
1092
1089
|
|
|
1093
1090
|
.mr-small
|
|
1094
1091
|
margin-right: var(--bal-space-small-desktop) !important
|
|
1095
1092
|
|
|
1096
|
-
.desktop
|
|
1093
|
+
.desktop\:mr-small
|
|
1097
1094
|
margin-right: var(--bal-space-small-desktop) !important
|
|
1098
1095
|
|
|
1099
1096
|
.mr-normal
|
|
1100
1097
|
margin-right: var(--bal-space-normal-desktop) !important
|
|
1101
1098
|
|
|
1102
|
-
.desktop
|
|
1099
|
+
.desktop\:mr-normal
|
|
1103
1100
|
margin-right: var(--bal-space-normal-desktop) !important
|
|
1104
1101
|
|
|
1105
1102
|
.mr-medium
|
|
1106
1103
|
margin-right: var(--bal-space-medium-desktop) !important
|
|
1107
1104
|
|
|
1108
|
-
.desktop
|
|
1105
|
+
.desktop\:mr-medium
|
|
1109
1106
|
margin-right: var(--bal-space-medium-desktop) !important
|
|
1110
1107
|
|
|
1111
1108
|
.mr-large
|
|
1112
1109
|
margin-right: var(--bal-space-large-desktop) !important
|
|
1113
1110
|
|
|
1114
|
-
.desktop
|
|
1111
|
+
.desktop\:mr-large
|
|
1115
1112
|
margin-right: var(--bal-space-large-desktop) !important
|
|
1116
1113
|
|
|
1117
1114
|
.mr-x-large
|
|
1118
1115
|
margin-right: var(--bal-space-x-large-desktop) !important
|
|
1119
1116
|
|
|
1120
|
-
.desktop
|
|
1117
|
+
.desktop\:mr-x-large
|
|
1121
1118
|
margin-right: var(--bal-space-x-large-desktop) !important
|
|
1122
1119
|
|
|
1123
1120
|
.mr-xx-large
|
|
1124
1121
|
margin-right: var(--bal-space-xx-large-desktop) !important
|
|
1125
1122
|
|
|
1126
|
-
.desktop
|
|
1123
|
+
.desktop\:mr-xx-large
|
|
1127
1124
|
margin-right: var(--bal-space-xx-large-desktop) !important
|
|
1128
1125
|
|
|
1129
1126
|
.mr-xxx-large
|
|
1130
1127
|
margin-right: var(--bal-space-xxx-large-desktop) !important
|
|
1131
1128
|
|
|
1132
|
-
.desktop
|
|
1129
|
+
.desktop\:mr-xxx-large
|
|
1133
1130
|
margin-right: var(--bal-space-xxx-large-desktop) !important
|
|
1134
1131
|
|
|
1135
1132
|
.mr-xxxx-large
|
|
1136
1133
|
margin-right: var(--bal-space-xxxx-large-desktop) !important
|
|
1137
1134
|
|
|
1138
|
-
.desktop
|
|
1135
|
+
.desktop\:mr-xxxx-large
|
|
1139
1136
|
margin-right: var(--bal-space-xxxx-large-desktop) !important
|
|
1140
1137
|
|
|
1141
1138
|
.mb-none
|
|
@@ -1175,35 +1172,35 @@
|
|
|
1175
1172
|
margin-bottom: var(--bal-space-xxxx-large) !important
|
|
1176
1173
|
|
|
1177
1174
|
+mobile
|
|
1178
|
-
.mobile
|
|
1179
|
-
margin-bottom: var(--bal-space-xx-small
|
|
1175
|
+
.mobile\:mb-xx-small
|
|
1176
|
+
margin-bottom: var(--bal-space-xx-small) !important
|
|
1180
1177
|
|
|
1181
|
-
.mobile
|
|
1182
|
-
margin-bottom: var(--bal-space-x-small
|
|
1178
|
+
.mobile\:mb-x-small
|
|
1179
|
+
margin-bottom: var(--bal-space-x-small) !important
|
|
1183
1180
|
|
|
1184
|
-
.mobile
|
|
1185
|
-
margin-bottom: var(--bal-space-small
|
|
1181
|
+
.mobile\:mb-small
|
|
1182
|
+
margin-bottom: var(--bal-space-small) !important
|
|
1186
1183
|
|
|
1187
|
-
.mobile
|
|
1188
|
-
margin-bottom: var(--bal-space-normal
|
|
1184
|
+
.mobile\:mb-normal
|
|
1185
|
+
margin-bottom: var(--bal-space-normal) !important
|
|
1189
1186
|
|
|
1190
|
-
.mobile
|
|
1191
|
-
margin-bottom: var(--bal-space-medium
|
|
1187
|
+
.mobile\:mb-medium
|
|
1188
|
+
margin-bottom: var(--bal-space-medium) !important
|
|
1192
1189
|
|
|
1193
|
-
.mobile
|
|
1194
|
-
margin-bottom: var(--bal-space-large
|
|
1190
|
+
.mobile\:mb-large
|
|
1191
|
+
margin-bottom: var(--bal-space-large) !important
|
|
1195
1192
|
|
|
1196
|
-
.mobile
|
|
1197
|
-
margin-bottom: var(--bal-space-x-large
|
|
1193
|
+
.mobile\:mb-x-large
|
|
1194
|
+
margin-bottom: var(--bal-space-x-large) !important
|
|
1198
1195
|
|
|
1199
|
-
.mobile
|
|
1200
|
-
margin-bottom: var(--bal-space-xx-large
|
|
1196
|
+
.mobile\:mb-xx-large
|
|
1197
|
+
margin-bottom: var(--bal-space-xx-large) !important
|
|
1201
1198
|
|
|
1202
|
-
.mobile
|
|
1203
|
-
margin-bottom: var(--bal-space-xxx-large
|
|
1199
|
+
.mobile\:mb-xxx-large
|
|
1200
|
+
margin-bottom: var(--bal-space-xxx-large) !important
|
|
1204
1201
|
|
|
1205
|
-
.mobile
|
|
1206
|
-
margin-bottom: var(--bal-space-xxxx-large
|
|
1202
|
+
.mobile\:mb-xxxx-large
|
|
1203
|
+
margin-bottom: var(--bal-space-xxxx-large) !important
|
|
1207
1204
|
|
|
1208
1205
|
+tablet
|
|
1209
1206
|
.mb-none
|
|
@@ -1215,61 +1212,61 @@
|
|
|
1215
1212
|
.mb-xx-small
|
|
1216
1213
|
margin-bottom: var(--bal-space-xx-small-tablet) !important
|
|
1217
1214
|
|
|
1218
|
-
.tablet
|
|
1215
|
+
.tablet\:mb-xx-small
|
|
1219
1216
|
margin-bottom: var(--bal-space-xx-small-tablet) !important
|
|
1220
1217
|
|
|
1221
1218
|
.mb-x-small
|
|
1222
1219
|
margin-bottom: var(--bal-space-x-small-tablet) !important
|
|
1223
1220
|
|
|
1224
|
-
.tablet
|
|
1221
|
+
.tablet\:mb-x-small
|
|
1225
1222
|
margin-bottom: var(--bal-space-x-small-tablet) !important
|
|
1226
1223
|
|
|
1227
1224
|
.mb-small
|
|
1228
1225
|
margin-bottom: var(--bal-space-small-tablet) !important
|
|
1229
1226
|
|
|
1230
|
-
.tablet
|
|
1227
|
+
.tablet\:mb-small
|
|
1231
1228
|
margin-bottom: var(--bal-space-small-tablet) !important
|
|
1232
1229
|
|
|
1233
1230
|
.mb-normal
|
|
1234
1231
|
margin-bottom: var(--bal-space-normal-tablet) !important
|
|
1235
1232
|
|
|
1236
|
-
.tablet
|
|
1233
|
+
.tablet\:mb-normal
|
|
1237
1234
|
margin-bottom: var(--bal-space-normal-tablet) !important
|
|
1238
1235
|
|
|
1239
1236
|
.mb-medium
|
|
1240
1237
|
margin-bottom: var(--bal-space-medium-tablet) !important
|
|
1241
1238
|
|
|
1242
|
-
.tablet
|
|
1239
|
+
.tablet\:mb-medium
|
|
1243
1240
|
margin-bottom: var(--bal-space-medium-tablet) !important
|
|
1244
1241
|
|
|
1245
1242
|
.mb-large
|
|
1246
1243
|
margin-bottom: var(--bal-space-large-tablet) !important
|
|
1247
1244
|
|
|
1248
|
-
.tablet
|
|
1245
|
+
.tablet\:mb-large
|
|
1249
1246
|
margin-bottom: var(--bal-space-large-tablet) !important
|
|
1250
1247
|
|
|
1251
1248
|
.mb-x-large
|
|
1252
1249
|
margin-bottom: var(--bal-space-x-large-tablet) !important
|
|
1253
1250
|
|
|
1254
|
-
.tablet
|
|
1251
|
+
.tablet\:mb-x-large
|
|
1255
1252
|
margin-bottom: var(--bal-space-x-large-tablet) !important
|
|
1256
1253
|
|
|
1257
1254
|
.mb-xx-large
|
|
1258
1255
|
margin-bottom: var(--bal-space-xx-large-tablet) !important
|
|
1259
1256
|
|
|
1260
|
-
.tablet
|
|
1257
|
+
.tablet\:mb-xx-large
|
|
1261
1258
|
margin-bottom: var(--bal-space-xx-large-tablet) !important
|
|
1262
1259
|
|
|
1263
1260
|
.mb-xxx-large
|
|
1264
1261
|
margin-bottom: var(--bal-space-xxx-large-tablet) !important
|
|
1265
1262
|
|
|
1266
|
-
.tablet
|
|
1263
|
+
.tablet\:mb-xxx-large
|
|
1267
1264
|
margin-bottom: var(--bal-space-xxx-large-tablet) !important
|
|
1268
1265
|
|
|
1269
1266
|
.mb-xxxx-large
|
|
1270
1267
|
margin-bottom: var(--bal-space-xxxx-large-tablet) !important
|
|
1271
1268
|
|
|
1272
|
-
.tablet
|
|
1269
|
+
.tablet\:mb-xxxx-large
|
|
1273
1270
|
margin-bottom: var(--bal-space-xxxx-large-tablet) !important
|
|
1274
1271
|
|
|
1275
1272
|
+desktop
|
|
@@ -1282,61 +1279,61 @@
|
|
|
1282
1279
|
.mb-xx-small
|
|
1283
1280
|
margin-bottom: var(--bal-space-xx-small-desktop) !important
|
|
1284
1281
|
|
|
1285
|
-
.desktop
|
|
1282
|
+
.desktop\:mb-xx-small
|
|
1286
1283
|
margin-bottom: var(--bal-space-xx-small-desktop) !important
|
|
1287
1284
|
|
|
1288
1285
|
.mb-x-small
|
|
1289
1286
|
margin-bottom: var(--bal-space-x-small-desktop) !important
|
|
1290
1287
|
|
|
1291
|
-
.desktop
|
|
1288
|
+
.desktop\:mb-x-small
|
|
1292
1289
|
margin-bottom: var(--bal-space-x-small-desktop) !important
|
|
1293
1290
|
|
|
1294
1291
|
.mb-small
|
|
1295
1292
|
margin-bottom: var(--bal-space-small-desktop) !important
|
|
1296
1293
|
|
|
1297
|
-
.desktop
|
|
1294
|
+
.desktop\:mb-small
|
|
1298
1295
|
margin-bottom: var(--bal-space-small-desktop) !important
|
|
1299
1296
|
|
|
1300
1297
|
.mb-normal
|
|
1301
1298
|
margin-bottom: var(--bal-space-normal-desktop) !important
|
|
1302
1299
|
|
|
1303
|
-
.desktop
|
|
1300
|
+
.desktop\:mb-normal
|
|
1304
1301
|
margin-bottom: var(--bal-space-normal-desktop) !important
|
|
1305
1302
|
|
|
1306
1303
|
.mb-medium
|
|
1307
1304
|
margin-bottom: var(--bal-space-medium-desktop) !important
|
|
1308
1305
|
|
|
1309
|
-
.desktop
|
|
1306
|
+
.desktop\:mb-medium
|
|
1310
1307
|
margin-bottom: var(--bal-space-medium-desktop) !important
|
|
1311
1308
|
|
|
1312
1309
|
.mb-large
|
|
1313
1310
|
margin-bottom: var(--bal-space-large-desktop) !important
|
|
1314
1311
|
|
|
1315
|
-
.desktop
|
|
1312
|
+
.desktop\:mb-large
|
|
1316
1313
|
margin-bottom: var(--bal-space-large-desktop) !important
|
|
1317
1314
|
|
|
1318
1315
|
.mb-x-large
|
|
1319
1316
|
margin-bottom: var(--bal-space-x-large-desktop) !important
|
|
1320
1317
|
|
|
1321
|
-
.desktop
|
|
1318
|
+
.desktop\:mb-x-large
|
|
1322
1319
|
margin-bottom: var(--bal-space-x-large-desktop) !important
|
|
1323
1320
|
|
|
1324
1321
|
.mb-xx-large
|
|
1325
1322
|
margin-bottom: var(--bal-space-xx-large-desktop) !important
|
|
1326
1323
|
|
|
1327
|
-
.desktop
|
|
1324
|
+
.desktop\:mb-xx-large
|
|
1328
1325
|
margin-bottom: var(--bal-space-xx-large-desktop) !important
|
|
1329
1326
|
|
|
1330
1327
|
.mb-xxx-large
|
|
1331
1328
|
margin-bottom: var(--bal-space-xxx-large-desktop) !important
|
|
1332
1329
|
|
|
1333
|
-
.desktop
|
|
1330
|
+
.desktop\:mb-xxx-large
|
|
1334
1331
|
margin-bottom: var(--bal-space-xxx-large-desktop) !important
|
|
1335
1332
|
|
|
1336
1333
|
.mb-xxxx-large
|
|
1337
1334
|
margin-bottom: var(--bal-space-xxxx-large-desktop) !important
|
|
1338
1335
|
|
|
1339
|
-
.desktop
|
|
1336
|
+
.desktop\:mb-xxxx-large
|
|
1340
1337
|
margin-bottom: var(--bal-space-xxxx-large-desktop) !important
|
|
1341
1338
|
|
|
1342
1339
|
.ml-none
|
|
@@ -1376,35 +1373,35 @@
|
|
|
1376
1373
|
margin-left: var(--bal-space-xxxx-large) !important
|
|
1377
1374
|
|
|
1378
1375
|
+mobile
|
|
1379
|
-
.mobile
|
|
1380
|
-
margin-left: var(--bal-space-xx-small
|
|
1376
|
+
.mobile\:ml-xx-small
|
|
1377
|
+
margin-left: var(--bal-space-xx-small) !important
|
|
1381
1378
|
|
|
1382
|
-
.mobile
|
|
1383
|
-
margin-left: var(--bal-space-x-small
|
|
1379
|
+
.mobile\:ml-x-small
|
|
1380
|
+
margin-left: var(--bal-space-x-small) !important
|
|
1384
1381
|
|
|
1385
|
-
.mobile
|
|
1386
|
-
margin-left: var(--bal-space-small
|
|
1382
|
+
.mobile\:ml-small
|
|
1383
|
+
margin-left: var(--bal-space-small) !important
|
|
1387
1384
|
|
|
1388
|
-
.mobile
|
|
1389
|
-
margin-left: var(--bal-space-normal
|
|
1385
|
+
.mobile\:ml-normal
|
|
1386
|
+
margin-left: var(--bal-space-normal) !important
|
|
1390
1387
|
|
|
1391
|
-
.mobile
|
|
1392
|
-
margin-left: var(--bal-space-medium
|
|
1388
|
+
.mobile\:ml-medium
|
|
1389
|
+
margin-left: var(--bal-space-medium) !important
|
|
1393
1390
|
|
|
1394
|
-
.mobile
|
|
1395
|
-
margin-left: var(--bal-space-large
|
|
1391
|
+
.mobile\:ml-large
|
|
1392
|
+
margin-left: var(--bal-space-large) !important
|
|
1396
1393
|
|
|
1397
|
-
.mobile
|
|
1398
|
-
margin-left: var(--bal-space-x-large
|
|
1394
|
+
.mobile\:ml-x-large
|
|
1395
|
+
margin-left: var(--bal-space-x-large) !important
|
|
1399
1396
|
|
|
1400
|
-
.mobile
|
|
1401
|
-
margin-left: var(--bal-space-xx-large
|
|
1397
|
+
.mobile\:ml-xx-large
|
|
1398
|
+
margin-left: var(--bal-space-xx-large) !important
|
|
1402
1399
|
|
|
1403
|
-
.mobile
|
|
1404
|
-
margin-left: var(--bal-space-xxx-large
|
|
1400
|
+
.mobile\:ml-xxx-large
|
|
1401
|
+
margin-left: var(--bal-space-xxx-large) !important
|
|
1405
1402
|
|
|
1406
|
-
.mobile
|
|
1407
|
-
margin-left: var(--bal-space-xxxx-large
|
|
1403
|
+
.mobile\:ml-xxxx-large
|
|
1404
|
+
margin-left: var(--bal-space-xxxx-large) !important
|
|
1408
1405
|
|
|
1409
1406
|
+tablet
|
|
1410
1407
|
.ml-none
|
|
@@ -1416,61 +1413,61 @@
|
|
|
1416
1413
|
.ml-xx-small
|
|
1417
1414
|
margin-left: var(--bal-space-xx-small-tablet) !important
|
|
1418
1415
|
|
|
1419
|
-
.tablet
|
|
1416
|
+
.tablet\:ml-xx-small
|
|
1420
1417
|
margin-left: var(--bal-space-xx-small-tablet) !important
|
|
1421
1418
|
|
|
1422
1419
|
.ml-x-small
|
|
1423
1420
|
margin-left: var(--bal-space-x-small-tablet) !important
|
|
1424
1421
|
|
|
1425
|
-
.tablet
|
|
1422
|
+
.tablet\:ml-x-small
|
|
1426
1423
|
margin-left: var(--bal-space-x-small-tablet) !important
|
|
1427
1424
|
|
|
1428
1425
|
.ml-small
|
|
1429
1426
|
margin-left: var(--bal-space-small-tablet) !important
|
|
1430
1427
|
|
|
1431
|
-
.tablet
|
|
1428
|
+
.tablet\:ml-small
|
|
1432
1429
|
margin-left: var(--bal-space-small-tablet) !important
|
|
1433
1430
|
|
|
1434
1431
|
.ml-normal
|
|
1435
1432
|
margin-left: var(--bal-space-normal-tablet) !important
|
|
1436
1433
|
|
|
1437
|
-
.tablet
|
|
1434
|
+
.tablet\:ml-normal
|
|
1438
1435
|
margin-left: var(--bal-space-normal-tablet) !important
|
|
1439
1436
|
|
|
1440
1437
|
.ml-medium
|
|
1441
1438
|
margin-left: var(--bal-space-medium-tablet) !important
|
|
1442
1439
|
|
|
1443
|
-
.tablet
|
|
1440
|
+
.tablet\:ml-medium
|
|
1444
1441
|
margin-left: var(--bal-space-medium-tablet) !important
|
|
1445
1442
|
|
|
1446
1443
|
.ml-large
|
|
1447
1444
|
margin-left: var(--bal-space-large-tablet) !important
|
|
1448
1445
|
|
|
1449
|
-
.tablet
|
|
1446
|
+
.tablet\:ml-large
|
|
1450
1447
|
margin-left: var(--bal-space-large-tablet) !important
|
|
1451
1448
|
|
|
1452
1449
|
.ml-x-large
|
|
1453
1450
|
margin-left: var(--bal-space-x-large-tablet) !important
|
|
1454
1451
|
|
|
1455
|
-
.tablet
|
|
1452
|
+
.tablet\:ml-x-large
|
|
1456
1453
|
margin-left: var(--bal-space-x-large-tablet) !important
|
|
1457
1454
|
|
|
1458
1455
|
.ml-xx-large
|
|
1459
1456
|
margin-left: var(--bal-space-xx-large-tablet) !important
|
|
1460
1457
|
|
|
1461
|
-
.tablet
|
|
1458
|
+
.tablet\:ml-xx-large
|
|
1462
1459
|
margin-left: var(--bal-space-xx-large-tablet) !important
|
|
1463
1460
|
|
|
1464
1461
|
.ml-xxx-large
|
|
1465
1462
|
margin-left: var(--bal-space-xxx-large-tablet) !important
|
|
1466
1463
|
|
|
1467
|
-
.tablet
|
|
1464
|
+
.tablet\:ml-xxx-large
|
|
1468
1465
|
margin-left: var(--bal-space-xxx-large-tablet) !important
|
|
1469
1466
|
|
|
1470
1467
|
.ml-xxxx-large
|
|
1471
1468
|
margin-left: var(--bal-space-xxxx-large-tablet) !important
|
|
1472
1469
|
|
|
1473
|
-
.tablet
|
|
1470
|
+
.tablet\:ml-xxxx-large
|
|
1474
1471
|
margin-left: var(--bal-space-xxxx-large-tablet) !important
|
|
1475
1472
|
|
|
1476
1473
|
+desktop
|
|
@@ -1483,61 +1480,61 @@
|
|
|
1483
1480
|
.ml-xx-small
|
|
1484
1481
|
margin-left: var(--bal-space-xx-small-desktop) !important
|
|
1485
1482
|
|
|
1486
|
-
.desktop
|
|
1483
|
+
.desktop\:ml-xx-small
|
|
1487
1484
|
margin-left: var(--bal-space-xx-small-desktop) !important
|
|
1488
1485
|
|
|
1489
1486
|
.ml-x-small
|
|
1490
1487
|
margin-left: var(--bal-space-x-small-desktop) !important
|
|
1491
1488
|
|
|
1492
|
-
.desktop
|
|
1489
|
+
.desktop\:ml-x-small
|
|
1493
1490
|
margin-left: var(--bal-space-x-small-desktop) !important
|
|
1494
1491
|
|
|
1495
1492
|
.ml-small
|
|
1496
1493
|
margin-left: var(--bal-space-small-desktop) !important
|
|
1497
1494
|
|
|
1498
|
-
.desktop
|
|
1495
|
+
.desktop\:ml-small
|
|
1499
1496
|
margin-left: var(--bal-space-small-desktop) !important
|
|
1500
1497
|
|
|
1501
1498
|
.ml-normal
|
|
1502
1499
|
margin-left: var(--bal-space-normal-desktop) !important
|
|
1503
1500
|
|
|
1504
|
-
.desktop
|
|
1501
|
+
.desktop\:ml-normal
|
|
1505
1502
|
margin-left: var(--bal-space-normal-desktop) !important
|
|
1506
1503
|
|
|
1507
1504
|
.ml-medium
|
|
1508
1505
|
margin-left: var(--bal-space-medium-desktop) !important
|
|
1509
1506
|
|
|
1510
|
-
.desktop
|
|
1507
|
+
.desktop\:ml-medium
|
|
1511
1508
|
margin-left: var(--bal-space-medium-desktop) !important
|
|
1512
1509
|
|
|
1513
1510
|
.ml-large
|
|
1514
1511
|
margin-left: var(--bal-space-large-desktop) !important
|
|
1515
1512
|
|
|
1516
|
-
.desktop
|
|
1513
|
+
.desktop\:ml-large
|
|
1517
1514
|
margin-left: var(--bal-space-large-desktop) !important
|
|
1518
1515
|
|
|
1519
1516
|
.ml-x-large
|
|
1520
1517
|
margin-left: var(--bal-space-x-large-desktop) !important
|
|
1521
1518
|
|
|
1522
|
-
.desktop
|
|
1519
|
+
.desktop\:ml-x-large
|
|
1523
1520
|
margin-left: var(--bal-space-x-large-desktop) !important
|
|
1524
1521
|
|
|
1525
1522
|
.ml-xx-large
|
|
1526
1523
|
margin-left: var(--bal-space-xx-large-desktop) !important
|
|
1527
1524
|
|
|
1528
|
-
.desktop
|
|
1525
|
+
.desktop\:ml-xx-large
|
|
1529
1526
|
margin-left: var(--bal-space-xx-large-desktop) !important
|
|
1530
1527
|
|
|
1531
1528
|
.ml-xxx-large
|
|
1532
1529
|
margin-left: var(--bal-space-xxx-large-desktop) !important
|
|
1533
1530
|
|
|
1534
|
-
.desktop
|
|
1531
|
+
.desktop\:ml-xxx-large
|
|
1535
1532
|
margin-left: var(--bal-space-xxx-large-desktop) !important
|
|
1536
1533
|
|
|
1537
1534
|
.ml-xxxx-large
|
|
1538
1535
|
margin-left: var(--bal-space-xxxx-large-desktop) !important
|
|
1539
1536
|
|
|
1540
|
-
.desktop
|
|
1537
|
+
.desktop\:ml-xxxx-large
|
|
1541
1538
|
margin-left: var(--bal-space-xxxx-large-desktop) !important
|
|
1542
1539
|
|
|
1543
1540
|
.p-none
|
|
@@ -1577,35 +1574,35 @@
|
|
|
1577
1574
|
padding: var(--bal-space-xxxx-large) !important
|
|
1578
1575
|
|
|
1579
1576
|
+mobile
|
|
1580
|
-
.mobile
|
|
1581
|
-
padding: var(--bal-space-xx-small
|
|
1577
|
+
.mobile\:p-xx-small
|
|
1578
|
+
padding: var(--bal-space-xx-small) !important
|
|
1582
1579
|
|
|
1583
|
-
.mobile
|
|
1584
|
-
padding: var(--bal-space-x-small
|
|
1580
|
+
.mobile\:p-x-small
|
|
1581
|
+
padding: var(--bal-space-x-small) !important
|
|
1585
1582
|
|
|
1586
|
-
.mobile
|
|
1587
|
-
padding: var(--bal-space-small
|
|
1583
|
+
.mobile\:p-small
|
|
1584
|
+
padding: var(--bal-space-small) !important
|
|
1588
1585
|
|
|
1589
|
-
.mobile
|
|
1590
|
-
padding: var(--bal-space-normal
|
|
1586
|
+
.mobile\:p-normal
|
|
1587
|
+
padding: var(--bal-space-normal) !important
|
|
1591
1588
|
|
|
1592
|
-
.mobile
|
|
1593
|
-
padding: var(--bal-space-medium
|
|
1589
|
+
.mobile\:p-medium
|
|
1590
|
+
padding: var(--bal-space-medium) !important
|
|
1594
1591
|
|
|
1595
|
-
.mobile
|
|
1596
|
-
padding: var(--bal-space-large
|
|
1592
|
+
.mobile\:p-large
|
|
1593
|
+
padding: var(--bal-space-large) !important
|
|
1597
1594
|
|
|
1598
|
-
.mobile
|
|
1599
|
-
padding: var(--bal-space-x-large
|
|
1595
|
+
.mobile\:p-x-large
|
|
1596
|
+
padding: var(--bal-space-x-large) !important
|
|
1600
1597
|
|
|
1601
|
-
.mobile
|
|
1602
|
-
padding: var(--bal-space-xx-large
|
|
1598
|
+
.mobile\:p-xx-large
|
|
1599
|
+
padding: var(--bal-space-xx-large) !important
|
|
1603
1600
|
|
|
1604
|
-
.mobile
|
|
1605
|
-
padding: var(--bal-space-xxx-large
|
|
1601
|
+
.mobile\:p-xxx-large
|
|
1602
|
+
padding: var(--bal-space-xxx-large) !important
|
|
1606
1603
|
|
|
1607
|
-
.mobile
|
|
1608
|
-
padding: var(--bal-space-xxxx-large
|
|
1604
|
+
.mobile\:p-xxxx-large
|
|
1605
|
+
padding: var(--bal-space-xxxx-large) !important
|
|
1609
1606
|
|
|
1610
1607
|
+tablet
|
|
1611
1608
|
.p-none
|
|
@@ -1617,61 +1614,61 @@
|
|
|
1617
1614
|
.p-xx-small
|
|
1618
1615
|
padding: var(--bal-space-xx-small-tablet) !important
|
|
1619
1616
|
|
|
1620
|
-
.tablet
|
|
1617
|
+
.tablet\:p-xx-small
|
|
1621
1618
|
padding: var(--bal-space-xx-small-tablet) !important
|
|
1622
1619
|
|
|
1623
1620
|
.p-x-small
|
|
1624
1621
|
padding: var(--bal-space-x-small-tablet) !important
|
|
1625
1622
|
|
|
1626
|
-
.tablet
|
|
1623
|
+
.tablet\:p-x-small
|
|
1627
1624
|
padding: var(--bal-space-x-small-tablet) !important
|
|
1628
1625
|
|
|
1629
1626
|
.p-small
|
|
1630
1627
|
padding: var(--bal-space-small-tablet) !important
|
|
1631
1628
|
|
|
1632
|
-
.tablet
|
|
1629
|
+
.tablet\:p-small
|
|
1633
1630
|
padding: var(--bal-space-small-tablet) !important
|
|
1634
1631
|
|
|
1635
1632
|
.p-normal
|
|
1636
1633
|
padding: var(--bal-space-normal-tablet) !important
|
|
1637
1634
|
|
|
1638
|
-
.tablet
|
|
1635
|
+
.tablet\:p-normal
|
|
1639
1636
|
padding: var(--bal-space-normal-tablet) !important
|
|
1640
1637
|
|
|
1641
1638
|
.p-medium
|
|
1642
1639
|
padding: var(--bal-space-medium-tablet) !important
|
|
1643
1640
|
|
|
1644
|
-
.tablet
|
|
1641
|
+
.tablet\:p-medium
|
|
1645
1642
|
padding: var(--bal-space-medium-tablet) !important
|
|
1646
1643
|
|
|
1647
1644
|
.p-large
|
|
1648
1645
|
padding: var(--bal-space-large-tablet) !important
|
|
1649
1646
|
|
|
1650
|
-
.tablet
|
|
1647
|
+
.tablet\:p-large
|
|
1651
1648
|
padding: var(--bal-space-large-tablet) !important
|
|
1652
1649
|
|
|
1653
1650
|
.p-x-large
|
|
1654
1651
|
padding: var(--bal-space-x-large-tablet) !important
|
|
1655
1652
|
|
|
1656
|
-
.tablet
|
|
1653
|
+
.tablet\:p-x-large
|
|
1657
1654
|
padding: var(--bal-space-x-large-tablet) !important
|
|
1658
1655
|
|
|
1659
1656
|
.p-xx-large
|
|
1660
1657
|
padding: var(--bal-space-xx-large-tablet) !important
|
|
1661
1658
|
|
|
1662
|
-
.tablet
|
|
1659
|
+
.tablet\:p-xx-large
|
|
1663
1660
|
padding: var(--bal-space-xx-large-tablet) !important
|
|
1664
1661
|
|
|
1665
1662
|
.p-xxx-large
|
|
1666
1663
|
padding: var(--bal-space-xxx-large-tablet) !important
|
|
1667
1664
|
|
|
1668
|
-
.tablet
|
|
1665
|
+
.tablet\:p-xxx-large
|
|
1669
1666
|
padding: var(--bal-space-xxx-large-tablet) !important
|
|
1670
1667
|
|
|
1671
1668
|
.p-xxxx-large
|
|
1672
1669
|
padding: var(--bal-space-xxxx-large-tablet) !important
|
|
1673
1670
|
|
|
1674
|
-
.tablet
|
|
1671
|
+
.tablet\:p-xxxx-large
|
|
1675
1672
|
padding: var(--bal-space-xxxx-large-tablet) !important
|
|
1676
1673
|
|
|
1677
1674
|
+desktop
|
|
@@ -1684,61 +1681,61 @@
|
|
|
1684
1681
|
.p-xx-small
|
|
1685
1682
|
padding: var(--bal-space-xx-small-desktop) !important
|
|
1686
1683
|
|
|
1687
|
-
.desktop
|
|
1684
|
+
.desktop\:p-xx-small
|
|
1688
1685
|
padding: var(--bal-space-xx-small-desktop) !important
|
|
1689
1686
|
|
|
1690
1687
|
.p-x-small
|
|
1691
1688
|
padding: var(--bal-space-x-small-desktop) !important
|
|
1692
1689
|
|
|
1693
|
-
.desktop
|
|
1690
|
+
.desktop\:p-x-small
|
|
1694
1691
|
padding: var(--bal-space-x-small-desktop) !important
|
|
1695
1692
|
|
|
1696
1693
|
.p-small
|
|
1697
1694
|
padding: var(--bal-space-small-desktop) !important
|
|
1698
1695
|
|
|
1699
|
-
.desktop
|
|
1696
|
+
.desktop\:p-small
|
|
1700
1697
|
padding: var(--bal-space-small-desktop) !important
|
|
1701
1698
|
|
|
1702
1699
|
.p-normal
|
|
1703
1700
|
padding: var(--bal-space-normal-desktop) !important
|
|
1704
1701
|
|
|
1705
|
-
.desktop
|
|
1702
|
+
.desktop\:p-normal
|
|
1706
1703
|
padding: var(--bal-space-normal-desktop) !important
|
|
1707
1704
|
|
|
1708
1705
|
.p-medium
|
|
1709
1706
|
padding: var(--bal-space-medium-desktop) !important
|
|
1710
1707
|
|
|
1711
|
-
.desktop
|
|
1708
|
+
.desktop\:p-medium
|
|
1712
1709
|
padding: var(--bal-space-medium-desktop) !important
|
|
1713
1710
|
|
|
1714
1711
|
.p-large
|
|
1715
1712
|
padding: var(--bal-space-large-desktop) !important
|
|
1716
1713
|
|
|
1717
|
-
.desktop
|
|
1714
|
+
.desktop\:p-large
|
|
1718
1715
|
padding: var(--bal-space-large-desktop) !important
|
|
1719
1716
|
|
|
1720
1717
|
.p-x-large
|
|
1721
1718
|
padding: var(--bal-space-x-large-desktop) !important
|
|
1722
1719
|
|
|
1723
|
-
.desktop
|
|
1720
|
+
.desktop\:p-x-large
|
|
1724
1721
|
padding: var(--bal-space-x-large-desktop) !important
|
|
1725
1722
|
|
|
1726
1723
|
.p-xx-large
|
|
1727
1724
|
padding: var(--bal-space-xx-large-desktop) !important
|
|
1728
1725
|
|
|
1729
|
-
.desktop
|
|
1726
|
+
.desktop\:p-xx-large
|
|
1730
1727
|
padding: var(--bal-space-xx-large-desktop) !important
|
|
1731
1728
|
|
|
1732
1729
|
.p-xxx-large
|
|
1733
1730
|
padding: var(--bal-space-xxx-large-desktop) !important
|
|
1734
1731
|
|
|
1735
|
-
.desktop
|
|
1732
|
+
.desktop\:p-xxx-large
|
|
1736
1733
|
padding: var(--bal-space-xxx-large-desktop) !important
|
|
1737
1734
|
|
|
1738
1735
|
.p-xxxx-large
|
|
1739
1736
|
padding: var(--bal-space-xxxx-large-desktop) !important
|
|
1740
1737
|
|
|
1741
|
-
.desktop
|
|
1738
|
+
.desktop\:p-xxxx-large
|
|
1742
1739
|
padding: var(--bal-space-xxxx-large-desktop) !important
|
|
1743
1740
|
|
|
1744
1741
|
.px-none
|
|
@@ -1790,45 +1787,45 @@
|
|
|
1790
1787
|
padding-right: var(--bal-space-xxxx-large) !important
|
|
1791
1788
|
|
|
1792
1789
|
+mobile
|
|
1793
|
-
.mobile
|
|
1794
|
-
padding-left: var(--bal-space-xx-small
|
|
1795
|
-
padding-right: var(--bal-space-xx-small
|
|
1790
|
+
.mobile\:px-xx-small
|
|
1791
|
+
padding-left: var(--bal-space-xx-small) !important
|
|
1792
|
+
padding-right: var(--bal-space-xx-small) !important
|
|
1796
1793
|
|
|
1797
|
-
.mobile
|
|
1798
|
-
padding-left: var(--bal-space-x-small
|
|
1799
|
-
padding-right: var(--bal-space-x-small
|
|
1794
|
+
.mobile\:px-x-small
|
|
1795
|
+
padding-left: var(--bal-space-x-small) !important
|
|
1796
|
+
padding-right: var(--bal-space-x-small) !important
|
|
1800
1797
|
|
|
1801
|
-
.mobile
|
|
1802
|
-
padding-left: var(--bal-space-small
|
|
1803
|
-
padding-right: var(--bal-space-small
|
|
1798
|
+
.mobile\:px-small
|
|
1799
|
+
padding-left: var(--bal-space-small) !important
|
|
1800
|
+
padding-right: var(--bal-space-small) !important
|
|
1804
1801
|
|
|
1805
|
-
.mobile
|
|
1806
|
-
padding-left: var(--bal-space-normal
|
|
1807
|
-
padding-right: var(--bal-space-normal
|
|
1802
|
+
.mobile\:px-normal
|
|
1803
|
+
padding-left: var(--bal-space-normal) !important
|
|
1804
|
+
padding-right: var(--bal-space-normal) !important
|
|
1808
1805
|
|
|
1809
|
-
.mobile
|
|
1810
|
-
padding-left: var(--bal-space-medium
|
|
1811
|
-
padding-right: var(--bal-space-medium
|
|
1806
|
+
.mobile\:px-medium
|
|
1807
|
+
padding-left: var(--bal-space-medium) !important
|
|
1808
|
+
padding-right: var(--bal-space-medium) !important
|
|
1812
1809
|
|
|
1813
|
-
.mobile
|
|
1814
|
-
padding-left: var(--bal-space-large
|
|
1815
|
-
padding-right: var(--bal-space-large
|
|
1810
|
+
.mobile\:px-large
|
|
1811
|
+
padding-left: var(--bal-space-large) !important
|
|
1812
|
+
padding-right: var(--bal-space-large) !important
|
|
1816
1813
|
|
|
1817
|
-
.mobile
|
|
1818
|
-
padding-left: var(--bal-space-x-large
|
|
1819
|
-
padding-right: var(--bal-space-x-large
|
|
1814
|
+
.mobile\:px-x-large
|
|
1815
|
+
padding-left: var(--bal-space-x-large) !important
|
|
1816
|
+
padding-right: var(--bal-space-x-large) !important
|
|
1820
1817
|
|
|
1821
|
-
.mobile
|
|
1822
|
-
padding-left: var(--bal-space-xx-large
|
|
1823
|
-
padding-right: var(--bal-space-xx-large
|
|
1818
|
+
.mobile\:px-xx-large
|
|
1819
|
+
padding-left: var(--bal-space-xx-large) !important
|
|
1820
|
+
padding-right: var(--bal-space-xx-large) !important
|
|
1824
1821
|
|
|
1825
|
-
.mobile
|
|
1826
|
-
padding-left: var(--bal-space-xxx-large
|
|
1827
|
-
padding-right: var(--bal-space-xxx-large
|
|
1822
|
+
.mobile\:px-xxx-large
|
|
1823
|
+
padding-left: var(--bal-space-xxx-large) !important
|
|
1824
|
+
padding-right: var(--bal-space-xxx-large) !important
|
|
1828
1825
|
|
|
1829
|
-
.mobile
|
|
1830
|
-
padding-left: var(--bal-space-xxxx-large
|
|
1831
|
-
padding-right: var(--bal-space-xxxx-large
|
|
1826
|
+
.mobile\:px-xxxx-large
|
|
1827
|
+
padding-left: var(--bal-space-xxxx-large) !important
|
|
1828
|
+
padding-right: var(--bal-space-xxxx-large) !important
|
|
1832
1829
|
|
|
1833
1830
|
+tablet
|
|
1834
1831
|
.px-none
|
|
@@ -1843,7 +1840,7 @@
|
|
|
1843
1840
|
padding-left: var(--bal-space-xx-small-tablet) !important
|
|
1844
1841
|
padding-right: var(--bal-space-xx-small-tablet) !important
|
|
1845
1842
|
|
|
1846
|
-
.tablet
|
|
1843
|
+
.tablet\:px-xx-small
|
|
1847
1844
|
padding-left: var(--bal-space-xx-small-tablet) !important
|
|
1848
1845
|
padding-right: var(--bal-space-xx-small-tablet) !important
|
|
1849
1846
|
|
|
@@ -1851,7 +1848,7 @@
|
|
|
1851
1848
|
padding-left: var(--bal-space-x-small-tablet) !important
|
|
1852
1849
|
padding-right: var(--bal-space-x-small-tablet) !important
|
|
1853
1850
|
|
|
1854
|
-
.tablet
|
|
1851
|
+
.tablet\:px-x-small
|
|
1855
1852
|
padding-left: var(--bal-space-x-small-tablet) !important
|
|
1856
1853
|
padding-right: var(--bal-space-x-small-tablet) !important
|
|
1857
1854
|
|
|
@@ -1859,7 +1856,7 @@
|
|
|
1859
1856
|
padding-left: var(--bal-space-small-tablet) !important
|
|
1860
1857
|
padding-right: var(--bal-space-small-tablet) !important
|
|
1861
1858
|
|
|
1862
|
-
.tablet
|
|
1859
|
+
.tablet\:px-small
|
|
1863
1860
|
padding-left: var(--bal-space-small-tablet) !important
|
|
1864
1861
|
padding-right: var(--bal-space-small-tablet) !important
|
|
1865
1862
|
|
|
@@ -1867,7 +1864,7 @@
|
|
|
1867
1864
|
padding-left: var(--bal-space-normal-tablet) !important
|
|
1868
1865
|
padding-right: var(--bal-space-normal-tablet) !important
|
|
1869
1866
|
|
|
1870
|
-
.tablet
|
|
1867
|
+
.tablet\:px-normal
|
|
1871
1868
|
padding-left: var(--bal-space-normal-tablet) !important
|
|
1872
1869
|
padding-right: var(--bal-space-normal-tablet) !important
|
|
1873
1870
|
|
|
@@ -1875,7 +1872,7 @@
|
|
|
1875
1872
|
padding-left: var(--bal-space-medium-tablet) !important
|
|
1876
1873
|
padding-right: var(--bal-space-medium-tablet) !important
|
|
1877
1874
|
|
|
1878
|
-
.tablet
|
|
1875
|
+
.tablet\:px-medium
|
|
1879
1876
|
padding-left: var(--bal-space-medium-tablet) !important
|
|
1880
1877
|
padding-right: var(--bal-space-medium-tablet) !important
|
|
1881
1878
|
|
|
@@ -1883,7 +1880,7 @@
|
|
|
1883
1880
|
padding-left: var(--bal-space-large-tablet) !important
|
|
1884
1881
|
padding-right: var(--bal-space-large-tablet) !important
|
|
1885
1882
|
|
|
1886
|
-
.tablet
|
|
1883
|
+
.tablet\:px-large
|
|
1887
1884
|
padding-left: var(--bal-space-large-tablet) !important
|
|
1888
1885
|
padding-right: var(--bal-space-large-tablet) !important
|
|
1889
1886
|
|
|
@@ -1891,7 +1888,7 @@
|
|
|
1891
1888
|
padding-left: var(--bal-space-x-large-tablet) !important
|
|
1892
1889
|
padding-right: var(--bal-space-x-large-tablet) !important
|
|
1893
1890
|
|
|
1894
|
-
.tablet
|
|
1891
|
+
.tablet\:px-x-large
|
|
1895
1892
|
padding-left: var(--bal-space-x-large-tablet) !important
|
|
1896
1893
|
padding-right: var(--bal-space-x-large-tablet) !important
|
|
1897
1894
|
|
|
@@ -1899,7 +1896,7 @@
|
|
|
1899
1896
|
padding-left: var(--bal-space-xx-large-tablet) !important
|
|
1900
1897
|
padding-right: var(--bal-space-xx-large-tablet) !important
|
|
1901
1898
|
|
|
1902
|
-
.tablet
|
|
1899
|
+
.tablet\:px-xx-large
|
|
1903
1900
|
padding-left: var(--bal-space-xx-large-tablet) !important
|
|
1904
1901
|
padding-right: var(--bal-space-xx-large-tablet) !important
|
|
1905
1902
|
|
|
@@ -1907,7 +1904,7 @@
|
|
|
1907
1904
|
padding-left: var(--bal-space-xxx-large-tablet) !important
|
|
1908
1905
|
padding-right: var(--bal-space-xxx-large-tablet) !important
|
|
1909
1906
|
|
|
1910
|
-
.tablet
|
|
1907
|
+
.tablet\:px-xxx-large
|
|
1911
1908
|
padding-left: var(--bal-space-xxx-large-tablet) !important
|
|
1912
1909
|
padding-right: var(--bal-space-xxx-large-tablet) !important
|
|
1913
1910
|
|
|
@@ -1915,7 +1912,7 @@
|
|
|
1915
1912
|
padding-left: var(--bal-space-xxxx-large-tablet) !important
|
|
1916
1913
|
padding-right: var(--bal-space-xxxx-large-tablet) !important
|
|
1917
1914
|
|
|
1918
|
-
.tablet
|
|
1915
|
+
.tablet\:px-xxxx-large
|
|
1919
1916
|
padding-left: var(--bal-space-xxxx-large-tablet) !important
|
|
1920
1917
|
padding-right: var(--bal-space-xxxx-large-tablet) !important
|
|
1921
1918
|
|
|
@@ -1932,7 +1929,7 @@
|
|
|
1932
1929
|
padding-left: var(--bal-space-xx-small-desktop) !important
|
|
1933
1930
|
padding-right: var(--bal-space-xx-small-desktop) !important
|
|
1934
1931
|
|
|
1935
|
-
.desktop
|
|
1932
|
+
.desktop\:px-xx-small
|
|
1936
1933
|
padding-left: var(--bal-space-xx-small-desktop) !important
|
|
1937
1934
|
padding-right: var(--bal-space-xx-small-desktop) !important
|
|
1938
1935
|
|
|
@@ -1940,7 +1937,7 @@
|
|
|
1940
1937
|
padding-left: var(--bal-space-x-small-desktop) !important
|
|
1941
1938
|
padding-right: var(--bal-space-x-small-desktop) !important
|
|
1942
1939
|
|
|
1943
|
-
.desktop
|
|
1940
|
+
.desktop\:px-x-small
|
|
1944
1941
|
padding-left: var(--bal-space-x-small-desktop) !important
|
|
1945
1942
|
padding-right: var(--bal-space-x-small-desktop) !important
|
|
1946
1943
|
|
|
@@ -1948,7 +1945,7 @@
|
|
|
1948
1945
|
padding-left: var(--bal-space-small-desktop) !important
|
|
1949
1946
|
padding-right: var(--bal-space-small-desktop) !important
|
|
1950
1947
|
|
|
1951
|
-
.desktop
|
|
1948
|
+
.desktop\:px-small
|
|
1952
1949
|
padding-left: var(--bal-space-small-desktop) !important
|
|
1953
1950
|
padding-right: var(--bal-space-small-desktop) !important
|
|
1954
1951
|
|
|
@@ -1956,7 +1953,7 @@
|
|
|
1956
1953
|
padding-left: var(--bal-space-normal-desktop) !important
|
|
1957
1954
|
padding-right: var(--bal-space-normal-desktop) !important
|
|
1958
1955
|
|
|
1959
|
-
.desktop
|
|
1956
|
+
.desktop\:px-normal
|
|
1960
1957
|
padding-left: var(--bal-space-normal-desktop) !important
|
|
1961
1958
|
padding-right: var(--bal-space-normal-desktop) !important
|
|
1962
1959
|
|
|
@@ -1964,7 +1961,7 @@
|
|
|
1964
1961
|
padding-left: var(--bal-space-medium-desktop) !important
|
|
1965
1962
|
padding-right: var(--bal-space-medium-desktop) !important
|
|
1966
1963
|
|
|
1967
|
-
.desktop
|
|
1964
|
+
.desktop\:px-medium
|
|
1968
1965
|
padding-left: var(--bal-space-medium-desktop) !important
|
|
1969
1966
|
padding-right: var(--bal-space-medium-desktop) !important
|
|
1970
1967
|
|
|
@@ -1972,7 +1969,7 @@
|
|
|
1972
1969
|
padding-left: var(--bal-space-large-desktop) !important
|
|
1973
1970
|
padding-right: var(--bal-space-large-desktop) !important
|
|
1974
1971
|
|
|
1975
|
-
.desktop
|
|
1972
|
+
.desktop\:px-large
|
|
1976
1973
|
padding-left: var(--bal-space-large-desktop) !important
|
|
1977
1974
|
padding-right: var(--bal-space-large-desktop) !important
|
|
1978
1975
|
|
|
@@ -1980,7 +1977,7 @@
|
|
|
1980
1977
|
padding-left: var(--bal-space-x-large-desktop) !important
|
|
1981
1978
|
padding-right: var(--bal-space-x-large-desktop) !important
|
|
1982
1979
|
|
|
1983
|
-
.desktop
|
|
1980
|
+
.desktop\:px-x-large
|
|
1984
1981
|
padding-left: var(--bal-space-x-large-desktop) !important
|
|
1985
1982
|
padding-right: var(--bal-space-x-large-desktop) !important
|
|
1986
1983
|
|
|
@@ -1988,7 +1985,7 @@
|
|
|
1988
1985
|
padding-left: var(--bal-space-xx-large-desktop) !important
|
|
1989
1986
|
padding-right: var(--bal-space-xx-large-desktop) !important
|
|
1990
1987
|
|
|
1991
|
-
.desktop
|
|
1988
|
+
.desktop\:px-xx-large
|
|
1992
1989
|
padding-left: var(--bal-space-xx-large-desktop) !important
|
|
1993
1990
|
padding-right: var(--bal-space-xx-large-desktop) !important
|
|
1994
1991
|
|
|
@@ -1996,7 +1993,7 @@
|
|
|
1996
1993
|
padding-left: var(--bal-space-xxx-large-desktop) !important
|
|
1997
1994
|
padding-right: var(--bal-space-xxx-large-desktop) !important
|
|
1998
1995
|
|
|
1999
|
-
.desktop
|
|
1996
|
+
.desktop\:px-xxx-large
|
|
2000
1997
|
padding-left: var(--bal-space-xxx-large-desktop) !important
|
|
2001
1998
|
padding-right: var(--bal-space-xxx-large-desktop) !important
|
|
2002
1999
|
|
|
@@ -2004,7 +2001,7 @@
|
|
|
2004
2001
|
padding-left: var(--bal-space-xxxx-large-desktop) !important
|
|
2005
2002
|
padding-right: var(--bal-space-xxxx-large-desktop) !important
|
|
2006
2003
|
|
|
2007
|
-
.desktop
|
|
2004
|
+
.desktop\:px-xxxx-large
|
|
2008
2005
|
padding-left: var(--bal-space-xxxx-large-desktop) !important
|
|
2009
2006
|
padding-right: var(--bal-space-xxxx-large-desktop) !important
|
|
2010
2007
|
|
|
@@ -2057,45 +2054,45 @@
|
|
|
2057
2054
|
padding-bottom: var(--bal-space-xxxx-large) !important
|
|
2058
2055
|
|
|
2059
2056
|
+mobile
|
|
2060
|
-
.mobile
|
|
2061
|
-
padding-top: var(--bal-space-xx-small
|
|
2062
|
-
padding-bottom: var(--bal-space-xx-small
|
|
2057
|
+
.mobile\:py-xx-small
|
|
2058
|
+
padding-top: var(--bal-space-xx-small) !important
|
|
2059
|
+
padding-bottom: var(--bal-space-xx-small) !important
|
|
2063
2060
|
|
|
2064
|
-
.mobile
|
|
2065
|
-
padding-top: var(--bal-space-x-small
|
|
2066
|
-
padding-bottom: var(--bal-space-x-small
|
|
2061
|
+
.mobile\:py-x-small
|
|
2062
|
+
padding-top: var(--bal-space-x-small) !important
|
|
2063
|
+
padding-bottom: var(--bal-space-x-small) !important
|
|
2067
2064
|
|
|
2068
|
-
.mobile
|
|
2069
|
-
padding-top: var(--bal-space-small
|
|
2070
|
-
padding-bottom: var(--bal-space-small
|
|
2065
|
+
.mobile\:py-small
|
|
2066
|
+
padding-top: var(--bal-space-small) !important
|
|
2067
|
+
padding-bottom: var(--bal-space-small) !important
|
|
2071
2068
|
|
|
2072
|
-
.mobile
|
|
2073
|
-
padding-top: var(--bal-space-normal
|
|
2074
|
-
padding-bottom: var(--bal-space-normal
|
|
2069
|
+
.mobile\:py-normal
|
|
2070
|
+
padding-top: var(--bal-space-normal) !important
|
|
2071
|
+
padding-bottom: var(--bal-space-normal) !important
|
|
2075
2072
|
|
|
2076
|
-
.mobile
|
|
2077
|
-
padding-top: var(--bal-space-medium
|
|
2078
|
-
padding-bottom: var(--bal-space-medium
|
|
2073
|
+
.mobile\:py-medium
|
|
2074
|
+
padding-top: var(--bal-space-medium) !important
|
|
2075
|
+
padding-bottom: var(--bal-space-medium) !important
|
|
2079
2076
|
|
|
2080
|
-
.mobile
|
|
2081
|
-
padding-top: var(--bal-space-large
|
|
2082
|
-
padding-bottom: var(--bal-space-large
|
|
2077
|
+
.mobile\:py-large
|
|
2078
|
+
padding-top: var(--bal-space-large) !important
|
|
2079
|
+
padding-bottom: var(--bal-space-large) !important
|
|
2083
2080
|
|
|
2084
|
-
.mobile
|
|
2085
|
-
padding-top: var(--bal-space-x-large
|
|
2086
|
-
padding-bottom: var(--bal-space-x-large
|
|
2081
|
+
.mobile\:py-x-large
|
|
2082
|
+
padding-top: var(--bal-space-x-large) !important
|
|
2083
|
+
padding-bottom: var(--bal-space-x-large) !important
|
|
2087
2084
|
|
|
2088
|
-
.mobile
|
|
2089
|
-
padding-top: var(--bal-space-xx-large
|
|
2090
|
-
padding-bottom: var(--bal-space-xx-large
|
|
2085
|
+
.mobile\:py-xx-large
|
|
2086
|
+
padding-top: var(--bal-space-xx-large) !important
|
|
2087
|
+
padding-bottom: var(--bal-space-xx-large) !important
|
|
2091
2088
|
|
|
2092
|
-
.mobile
|
|
2093
|
-
padding-top: var(--bal-space-xxx-large
|
|
2094
|
-
padding-bottom: var(--bal-space-xxx-large
|
|
2089
|
+
.mobile\:py-xxx-large
|
|
2090
|
+
padding-top: var(--bal-space-xxx-large) !important
|
|
2091
|
+
padding-bottom: var(--bal-space-xxx-large) !important
|
|
2095
2092
|
|
|
2096
|
-
.mobile
|
|
2097
|
-
padding-top: var(--bal-space-xxxx-large
|
|
2098
|
-
padding-bottom: var(--bal-space-xxxx-large
|
|
2093
|
+
.mobile\:py-xxxx-large
|
|
2094
|
+
padding-top: var(--bal-space-xxxx-large) !important
|
|
2095
|
+
padding-bottom: var(--bal-space-xxxx-large) !important
|
|
2099
2096
|
|
|
2100
2097
|
+tablet
|
|
2101
2098
|
.py-none
|
|
@@ -2110,7 +2107,7 @@
|
|
|
2110
2107
|
padding-top: var(--bal-space-xx-small-tablet) !important
|
|
2111
2108
|
padding-bottom: var(--bal-space-xx-small-tablet) !important
|
|
2112
2109
|
|
|
2113
|
-
.tablet
|
|
2110
|
+
.tablet\:py-xx-small
|
|
2114
2111
|
padding-top: var(--bal-space-xx-small-tablet) !important
|
|
2115
2112
|
padding-bottom: var(--bal-space-xx-small-tablet) !important
|
|
2116
2113
|
|
|
@@ -2118,7 +2115,7 @@
|
|
|
2118
2115
|
padding-top: var(--bal-space-x-small-tablet) !important
|
|
2119
2116
|
padding-bottom: var(--bal-space-x-small-tablet) !important
|
|
2120
2117
|
|
|
2121
|
-
.tablet
|
|
2118
|
+
.tablet\:py-x-small
|
|
2122
2119
|
padding-top: var(--bal-space-x-small-tablet) !important
|
|
2123
2120
|
padding-bottom: var(--bal-space-x-small-tablet) !important
|
|
2124
2121
|
|
|
@@ -2126,7 +2123,7 @@
|
|
|
2126
2123
|
padding-top: var(--bal-space-small-tablet) !important
|
|
2127
2124
|
padding-bottom: var(--bal-space-small-tablet) !important
|
|
2128
2125
|
|
|
2129
|
-
.tablet
|
|
2126
|
+
.tablet\:py-small
|
|
2130
2127
|
padding-top: var(--bal-space-small-tablet) !important
|
|
2131
2128
|
padding-bottom: var(--bal-space-small-tablet) !important
|
|
2132
2129
|
|
|
@@ -2134,7 +2131,7 @@
|
|
|
2134
2131
|
padding-top: var(--bal-space-normal-tablet) !important
|
|
2135
2132
|
padding-bottom: var(--bal-space-normal-tablet) !important
|
|
2136
2133
|
|
|
2137
|
-
.tablet
|
|
2134
|
+
.tablet\:py-normal
|
|
2138
2135
|
padding-top: var(--bal-space-normal-tablet) !important
|
|
2139
2136
|
padding-bottom: var(--bal-space-normal-tablet) !important
|
|
2140
2137
|
|
|
@@ -2142,7 +2139,7 @@
|
|
|
2142
2139
|
padding-top: var(--bal-space-medium-tablet) !important
|
|
2143
2140
|
padding-bottom: var(--bal-space-medium-tablet) !important
|
|
2144
2141
|
|
|
2145
|
-
.tablet
|
|
2142
|
+
.tablet\:py-medium
|
|
2146
2143
|
padding-top: var(--bal-space-medium-tablet) !important
|
|
2147
2144
|
padding-bottom: var(--bal-space-medium-tablet) !important
|
|
2148
2145
|
|
|
@@ -2150,7 +2147,7 @@
|
|
|
2150
2147
|
padding-top: var(--bal-space-large-tablet) !important
|
|
2151
2148
|
padding-bottom: var(--bal-space-large-tablet) !important
|
|
2152
2149
|
|
|
2153
|
-
.tablet
|
|
2150
|
+
.tablet\:py-large
|
|
2154
2151
|
padding-top: var(--bal-space-large-tablet) !important
|
|
2155
2152
|
padding-bottom: var(--bal-space-large-tablet) !important
|
|
2156
2153
|
|
|
@@ -2158,7 +2155,7 @@
|
|
|
2158
2155
|
padding-top: var(--bal-space-x-large-tablet) !important
|
|
2159
2156
|
padding-bottom: var(--bal-space-x-large-tablet) !important
|
|
2160
2157
|
|
|
2161
|
-
.tablet
|
|
2158
|
+
.tablet\:py-x-large
|
|
2162
2159
|
padding-top: var(--bal-space-x-large-tablet) !important
|
|
2163
2160
|
padding-bottom: var(--bal-space-x-large-tablet) !important
|
|
2164
2161
|
|
|
@@ -2166,7 +2163,7 @@
|
|
|
2166
2163
|
padding-top: var(--bal-space-xx-large-tablet) !important
|
|
2167
2164
|
padding-bottom: var(--bal-space-xx-large-tablet) !important
|
|
2168
2165
|
|
|
2169
|
-
.tablet
|
|
2166
|
+
.tablet\:py-xx-large
|
|
2170
2167
|
padding-top: var(--bal-space-xx-large-tablet) !important
|
|
2171
2168
|
padding-bottom: var(--bal-space-xx-large-tablet) !important
|
|
2172
2169
|
|
|
@@ -2174,7 +2171,7 @@
|
|
|
2174
2171
|
padding-top: var(--bal-space-xxx-large-tablet) !important
|
|
2175
2172
|
padding-bottom: var(--bal-space-xxx-large-tablet) !important
|
|
2176
2173
|
|
|
2177
|
-
.tablet
|
|
2174
|
+
.tablet\:py-xxx-large
|
|
2178
2175
|
padding-top: var(--bal-space-xxx-large-tablet) !important
|
|
2179
2176
|
padding-bottom: var(--bal-space-xxx-large-tablet) !important
|
|
2180
2177
|
|
|
@@ -2182,7 +2179,7 @@
|
|
|
2182
2179
|
padding-top: var(--bal-space-xxxx-large-tablet) !important
|
|
2183
2180
|
padding-bottom: var(--bal-space-xxxx-large-tablet) !important
|
|
2184
2181
|
|
|
2185
|
-
.tablet
|
|
2182
|
+
.tablet\:py-xxxx-large
|
|
2186
2183
|
padding-top: var(--bal-space-xxxx-large-tablet) !important
|
|
2187
2184
|
padding-bottom: var(--bal-space-xxxx-large-tablet) !important
|
|
2188
2185
|
|
|
@@ -2199,7 +2196,7 @@
|
|
|
2199
2196
|
padding-top: var(--bal-space-xx-small-desktop) !important
|
|
2200
2197
|
padding-bottom: var(--bal-space-xx-small-desktop) !important
|
|
2201
2198
|
|
|
2202
|
-
.desktop
|
|
2199
|
+
.desktop\:py-xx-small
|
|
2203
2200
|
padding-top: var(--bal-space-xx-small-desktop) !important
|
|
2204
2201
|
padding-bottom: var(--bal-space-xx-small-desktop) !important
|
|
2205
2202
|
|
|
@@ -2207,7 +2204,7 @@
|
|
|
2207
2204
|
padding-top: var(--bal-space-x-small-desktop) !important
|
|
2208
2205
|
padding-bottom: var(--bal-space-x-small-desktop) !important
|
|
2209
2206
|
|
|
2210
|
-
.desktop
|
|
2207
|
+
.desktop\:py-x-small
|
|
2211
2208
|
padding-top: var(--bal-space-x-small-desktop) !important
|
|
2212
2209
|
padding-bottom: var(--bal-space-x-small-desktop) !important
|
|
2213
2210
|
|
|
@@ -2215,7 +2212,7 @@
|
|
|
2215
2212
|
padding-top: var(--bal-space-small-desktop) !important
|
|
2216
2213
|
padding-bottom: var(--bal-space-small-desktop) !important
|
|
2217
2214
|
|
|
2218
|
-
.desktop
|
|
2215
|
+
.desktop\:py-small
|
|
2219
2216
|
padding-top: var(--bal-space-small-desktop) !important
|
|
2220
2217
|
padding-bottom: var(--bal-space-small-desktop) !important
|
|
2221
2218
|
|
|
@@ -2223,7 +2220,7 @@
|
|
|
2223
2220
|
padding-top: var(--bal-space-normal-desktop) !important
|
|
2224
2221
|
padding-bottom: var(--bal-space-normal-desktop) !important
|
|
2225
2222
|
|
|
2226
|
-
.desktop
|
|
2223
|
+
.desktop\:py-normal
|
|
2227
2224
|
padding-top: var(--bal-space-normal-desktop) !important
|
|
2228
2225
|
padding-bottom: var(--bal-space-normal-desktop) !important
|
|
2229
2226
|
|
|
@@ -2231,7 +2228,7 @@
|
|
|
2231
2228
|
padding-top: var(--bal-space-medium-desktop) !important
|
|
2232
2229
|
padding-bottom: var(--bal-space-medium-desktop) !important
|
|
2233
2230
|
|
|
2234
|
-
.desktop
|
|
2231
|
+
.desktop\:py-medium
|
|
2235
2232
|
padding-top: var(--bal-space-medium-desktop) !important
|
|
2236
2233
|
padding-bottom: var(--bal-space-medium-desktop) !important
|
|
2237
2234
|
|
|
@@ -2239,7 +2236,7 @@
|
|
|
2239
2236
|
padding-top: var(--bal-space-large-desktop) !important
|
|
2240
2237
|
padding-bottom: var(--bal-space-large-desktop) !important
|
|
2241
2238
|
|
|
2242
|
-
.desktop
|
|
2239
|
+
.desktop\:py-large
|
|
2243
2240
|
padding-top: var(--bal-space-large-desktop) !important
|
|
2244
2241
|
padding-bottom: var(--bal-space-large-desktop) !important
|
|
2245
2242
|
|
|
@@ -2247,7 +2244,7 @@
|
|
|
2247
2244
|
padding-top: var(--bal-space-x-large-desktop) !important
|
|
2248
2245
|
padding-bottom: var(--bal-space-x-large-desktop) !important
|
|
2249
2246
|
|
|
2250
|
-
.desktop
|
|
2247
|
+
.desktop\:py-x-large
|
|
2251
2248
|
padding-top: var(--bal-space-x-large-desktop) !important
|
|
2252
2249
|
padding-bottom: var(--bal-space-x-large-desktop) !important
|
|
2253
2250
|
|
|
@@ -2255,7 +2252,7 @@
|
|
|
2255
2252
|
padding-top: var(--bal-space-xx-large-desktop) !important
|
|
2256
2253
|
padding-bottom: var(--bal-space-xx-large-desktop) !important
|
|
2257
2254
|
|
|
2258
|
-
.desktop
|
|
2255
|
+
.desktop\:py-xx-large
|
|
2259
2256
|
padding-top: var(--bal-space-xx-large-desktop) !important
|
|
2260
2257
|
padding-bottom: var(--bal-space-xx-large-desktop) !important
|
|
2261
2258
|
|
|
@@ -2263,7 +2260,7 @@
|
|
|
2263
2260
|
padding-top: var(--bal-space-xxx-large-desktop) !important
|
|
2264
2261
|
padding-bottom: var(--bal-space-xxx-large-desktop) !important
|
|
2265
2262
|
|
|
2266
|
-
.desktop
|
|
2263
|
+
.desktop\:py-xxx-large
|
|
2267
2264
|
padding-top: var(--bal-space-xxx-large-desktop) !important
|
|
2268
2265
|
padding-bottom: var(--bal-space-xxx-large-desktop) !important
|
|
2269
2266
|
|
|
@@ -2271,7 +2268,7 @@
|
|
|
2271
2268
|
padding-top: var(--bal-space-xxxx-large-desktop) !important
|
|
2272
2269
|
padding-bottom: var(--bal-space-xxxx-large-desktop) !important
|
|
2273
2270
|
|
|
2274
|
-
.desktop
|
|
2271
|
+
.desktop\:py-xxxx-large
|
|
2275
2272
|
padding-top: var(--bal-space-xxxx-large-desktop) !important
|
|
2276
2273
|
padding-bottom: var(--bal-space-xxxx-large-desktop) !important
|
|
2277
2274
|
|
|
@@ -2312,35 +2309,35 @@
|
|
|
2312
2309
|
padding-top: var(--bal-space-xxxx-large) !important
|
|
2313
2310
|
|
|
2314
2311
|
+mobile
|
|
2315
|
-
.mobile
|
|
2316
|
-
padding-top: var(--bal-space-xx-small
|
|
2312
|
+
.mobile\:pt-xx-small
|
|
2313
|
+
padding-top: var(--bal-space-xx-small) !important
|
|
2317
2314
|
|
|
2318
|
-
.mobile
|
|
2319
|
-
padding-top: var(--bal-space-x-small
|
|
2315
|
+
.mobile\:pt-x-small
|
|
2316
|
+
padding-top: var(--bal-space-x-small) !important
|
|
2320
2317
|
|
|
2321
|
-
.mobile
|
|
2322
|
-
padding-top: var(--bal-space-small
|
|
2318
|
+
.mobile\:pt-small
|
|
2319
|
+
padding-top: var(--bal-space-small) !important
|
|
2323
2320
|
|
|
2324
|
-
.mobile
|
|
2325
|
-
padding-top: var(--bal-space-normal
|
|
2321
|
+
.mobile\:pt-normal
|
|
2322
|
+
padding-top: var(--bal-space-normal) !important
|
|
2326
2323
|
|
|
2327
|
-
.mobile
|
|
2328
|
-
padding-top: var(--bal-space-medium
|
|
2324
|
+
.mobile\:pt-medium
|
|
2325
|
+
padding-top: var(--bal-space-medium) !important
|
|
2329
2326
|
|
|
2330
|
-
.mobile
|
|
2331
|
-
padding-top: var(--bal-space-large
|
|
2327
|
+
.mobile\:pt-large
|
|
2328
|
+
padding-top: var(--bal-space-large) !important
|
|
2332
2329
|
|
|
2333
|
-
.mobile
|
|
2334
|
-
padding-top: var(--bal-space-x-large
|
|
2330
|
+
.mobile\:pt-x-large
|
|
2331
|
+
padding-top: var(--bal-space-x-large) !important
|
|
2335
2332
|
|
|
2336
|
-
.mobile
|
|
2337
|
-
padding-top: var(--bal-space-xx-large
|
|
2333
|
+
.mobile\:pt-xx-large
|
|
2334
|
+
padding-top: var(--bal-space-xx-large) !important
|
|
2338
2335
|
|
|
2339
|
-
.mobile
|
|
2340
|
-
padding-top: var(--bal-space-xxx-large
|
|
2336
|
+
.mobile\:pt-xxx-large
|
|
2337
|
+
padding-top: var(--bal-space-xxx-large) !important
|
|
2341
2338
|
|
|
2342
|
-
.mobile
|
|
2343
|
-
padding-top: var(--bal-space-xxxx-large
|
|
2339
|
+
.mobile\:pt-xxxx-large
|
|
2340
|
+
padding-top: var(--bal-space-xxxx-large) !important
|
|
2344
2341
|
|
|
2345
2342
|
+tablet
|
|
2346
2343
|
.pt-none
|
|
@@ -2352,61 +2349,61 @@
|
|
|
2352
2349
|
.pt-xx-small
|
|
2353
2350
|
padding-top: var(--bal-space-xx-small-tablet) !important
|
|
2354
2351
|
|
|
2355
|
-
.tablet
|
|
2352
|
+
.tablet\:pt-xx-small
|
|
2356
2353
|
padding-top: var(--bal-space-xx-small-tablet) !important
|
|
2357
2354
|
|
|
2358
2355
|
.pt-x-small
|
|
2359
2356
|
padding-top: var(--bal-space-x-small-tablet) !important
|
|
2360
2357
|
|
|
2361
|
-
.tablet
|
|
2358
|
+
.tablet\:pt-x-small
|
|
2362
2359
|
padding-top: var(--bal-space-x-small-tablet) !important
|
|
2363
2360
|
|
|
2364
2361
|
.pt-small
|
|
2365
2362
|
padding-top: var(--bal-space-small-tablet) !important
|
|
2366
2363
|
|
|
2367
|
-
.tablet
|
|
2364
|
+
.tablet\:pt-small
|
|
2368
2365
|
padding-top: var(--bal-space-small-tablet) !important
|
|
2369
2366
|
|
|
2370
2367
|
.pt-normal
|
|
2371
2368
|
padding-top: var(--bal-space-normal-tablet) !important
|
|
2372
2369
|
|
|
2373
|
-
.tablet
|
|
2370
|
+
.tablet\:pt-normal
|
|
2374
2371
|
padding-top: var(--bal-space-normal-tablet) !important
|
|
2375
2372
|
|
|
2376
2373
|
.pt-medium
|
|
2377
2374
|
padding-top: var(--bal-space-medium-tablet) !important
|
|
2378
2375
|
|
|
2379
|
-
.tablet
|
|
2376
|
+
.tablet\:pt-medium
|
|
2380
2377
|
padding-top: var(--bal-space-medium-tablet) !important
|
|
2381
2378
|
|
|
2382
2379
|
.pt-large
|
|
2383
2380
|
padding-top: var(--bal-space-large-tablet) !important
|
|
2384
2381
|
|
|
2385
|
-
.tablet
|
|
2382
|
+
.tablet\:pt-large
|
|
2386
2383
|
padding-top: var(--bal-space-large-tablet) !important
|
|
2387
2384
|
|
|
2388
2385
|
.pt-x-large
|
|
2389
2386
|
padding-top: var(--bal-space-x-large-tablet) !important
|
|
2390
2387
|
|
|
2391
|
-
.tablet
|
|
2388
|
+
.tablet\:pt-x-large
|
|
2392
2389
|
padding-top: var(--bal-space-x-large-tablet) !important
|
|
2393
2390
|
|
|
2394
2391
|
.pt-xx-large
|
|
2395
2392
|
padding-top: var(--bal-space-xx-large-tablet) !important
|
|
2396
2393
|
|
|
2397
|
-
.tablet
|
|
2394
|
+
.tablet\:pt-xx-large
|
|
2398
2395
|
padding-top: var(--bal-space-xx-large-tablet) !important
|
|
2399
2396
|
|
|
2400
2397
|
.pt-xxx-large
|
|
2401
2398
|
padding-top: var(--bal-space-xxx-large-tablet) !important
|
|
2402
2399
|
|
|
2403
|
-
.tablet
|
|
2400
|
+
.tablet\:pt-xxx-large
|
|
2404
2401
|
padding-top: var(--bal-space-xxx-large-tablet) !important
|
|
2405
2402
|
|
|
2406
2403
|
.pt-xxxx-large
|
|
2407
2404
|
padding-top: var(--bal-space-xxxx-large-tablet) !important
|
|
2408
2405
|
|
|
2409
|
-
.tablet
|
|
2406
|
+
.tablet\:pt-xxxx-large
|
|
2410
2407
|
padding-top: var(--bal-space-xxxx-large-tablet) !important
|
|
2411
2408
|
|
|
2412
2409
|
+desktop
|
|
@@ -2419,61 +2416,61 @@
|
|
|
2419
2416
|
.pt-xx-small
|
|
2420
2417
|
padding-top: var(--bal-space-xx-small-desktop) !important
|
|
2421
2418
|
|
|
2422
|
-
.desktop
|
|
2419
|
+
.desktop\:pt-xx-small
|
|
2423
2420
|
padding-top: var(--bal-space-xx-small-desktop) !important
|
|
2424
2421
|
|
|
2425
2422
|
.pt-x-small
|
|
2426
2423
|
padding-top: var(--bal-space-x-small-desktop) !important
|
|
2427
2424
|
|
|
2428
|
-
.desktop
|
|
2425
|
+
.desktop\:pt-x-small
|
|
2429
2426
|
padding-top: var(--bal-space-x-small-desktop) !important
|
|
2430
2427
|
|
|
2431
2428
|
.pt-small
|
|
2432
2429
|
padding-top: var(--bal-space-small-desktop) !important
|
|
2433
2430
|
|
|
2434
|
-
.desktop
|
|
2431
|
+
.desktop\:pt-small
|
|
2435
2432
|
padding-top: var(--bal-space-small-desktop) !important
|
|
2436
2433
|
|
|
2437
2434
|
.pt-normal
|
|
2438
2435
|
padding-top: var(--bal-space-normal-desktop) !important
|
|
2439
2436
|
|
|
2440
|
-
.desktop
|
|
2437
|
+
.desktop\:pt-normal
|
|
2441
2438
|
padding-top: var(--bal-space-normal-desktop) !important
|
|
2442
2439
|
|
|
2443
2440
|
.pt-medium
|
|
2444
2441
|
padding-top: var(--bal-space-medium-desktop) !important
|
|
2445
2442
|
|
|
2446
|
-
.desktop
|
|
2443
|
+
.desktop\:pt-medium
|
|
2447
2444
|
padding-top: var(--bal-space-medium-desktop) !important
|
|
2448
2445
|
|
|
2449
2446
|
.pt-large
|
|
2450
2447
|
padding-top: var(--bal-space-large-desktop) !important
|
|
2451
2448
|
|
|
2452
|
-
.desktop
|
|
2449
|
+
.desktop\:pt-large
|
|
2453
2450
|
padding-top: var(--bal-space-large-desktop) !important
|
|
2454
2451
|
|
|
2455
2452
|
.pt-x-large
|
|
2456
2453
|
padding-top: var(--bal-space-x-large-desktop) !important
|
|
2457
2454
|
|
|
2458
|
-
.desktop
|
|
2455
|
+
.desktop\:pt-x-large
|
|
2459
2456
|
padding-top: var(--bal-space-x-large-desktop) !important
|
|
2460
2457
|
|
|
2461
2458
|
.pt-xx-large
|
|
2462
2459
|
padding-top: var(--bal-space-xx-large-desktop) !important
|
|
2463
2460
|
|
|
2464
|
-
.desktop
|
|
2461
|
+
.desktop\:pt-xx-large
|
|
2465
2462
|
padding-top: var(--bal-space-xx-large-desktop) !important
|
|
2466
2463
|
|
|
2467
2464
|
.pt-xxx-large
|
|
2468
2465
|
padding-top: var(--bal-space-xxx-large-desktop) !important
|
|
2469
2466
|
|
|
2470
|
-
.desktop
|
|
2467
|
+
.desktop\:pt-xxx-large
|
|
2471
2468
|
padding-top: var(--bal-space-xxx-large-desktop) !important
|
|
2472
2469
|
|
|
2473
2470
|
.pt-xxxx-large
|
|
2474
2471
|
padding-top: var(--bal-space-xxxx-large-desktop) !important
|
|
2475
2472
|
|
|
2476
|
-
.desktop
|
|
2473
|
+
.desktop\:pt-xxxx-large
|
|
2477
2474
|
padding-top: var(--bal-space-xxxx-large-desktop) !important
|
|
2478
2475
|
|
|
2479
2476
|
.pr-none
|
|
@@ -2513,35 +2510,35 @@
|
|
|
2513
2510
|
padding-right: var(--bal-space-xxxx-large) !important
|
|
2514
2511
|
|
|
2515
2512
|
+mobile
|
|
2516
|
-
.mobile
|
|
2517
|
-
padding-right: var(--bal-space-xx-small
|
|
2513
|
+
.mobile\:pr-xx-small
|
|
2514
|
+
padding-right: var(--bal-space-xx-small) !important
|
|
2518
2515
|
|
|
2519
|
-
.mobile
|
|
2520
|
-
padding-right: var(--bal-space-x-small
|
|
2516
|
+
.mobile\:pr-x-small
|
|
2517
|
+
padding-right: var(--bal-space-x-small) !important
|
|
2521
2518
|
|
|
2522
|
-
.mobile
|
|
2523
|
-
padding-right: var(--bal-space-small
|
|
2519
|
+
.mobile\:pr-small
|
|
2520
|
+
padding-right: var(--bal-space-small) !important
|
|
2524
2521
|
|
|
2525
|
-
.mobile
|
|
2526
|
-
padding-right: var(--bal-space-normal
|
|
2522
|
+
.mobile\:pr-normal
|
|
2523
|
+
padding-right: var(--bal-space-normal) !important
|
|
2527
2524
|
|
|
2528
|
-
.mobile
|
|
2529
|
-
padding-right: var(--bal-space-medium
|
|
2525
|
+
.mobile\:pr-medium
|
|
2526
|
+
padding-right: var(--bal-space-medium) !important
|
|
2530
2527
|
|
|
2531
|
-
.mobile
|
|
2532
|
-
padding-right: var(--bal-space-large
|
|
2528
|
+
.mobile\:pr-large
|
|
2529
|
+
padding-right: var(--bal-space-large) !important
|
|
2533
2530
|
|
|
2534
|
-
.mobile
|
|
2535
|
-
padding-right: var(--bal-space-x-large
|
|
2531
|
+
.mobile\:pr-x-large
|
|
2532
|
+
padding-right: var(--bal-space-x-large) !important
|
|
2536
2533
|
|
|
2537
|
-
.mobile
|
|
2538
|
-
padding-right: var(--bal-space-xx-large
|
|
2534
|
+
.mobile\:pr-xx-large
|
|
2535
|
+
padding-right: var(--bal-space-xx-large) !important
|
|
2539
2536
|
|
|
2540
|
-
.mobile
|
|
2541
|
-
padding-right: var(--bal-space-xxx-large
|
|
2537
|
+
.mobile\:pr-xxx-large
|
|
2538
|
+
padding-right: var(--bal-space-xxx-large) !important
|
|
2542
2539
|
|
|
2543
|
-
.mobile
|
|
2544
|
-
padding-right: var(--bal-space-xxxx-large
|
|
2540
|
+
.mobile\:pr-xxxx-large
|
|
2541
|
+
padding-right: var(--bal-space-xxxx-large) !important
|
|
2545
2542
|
|
|
2546
2543
|
+tablet
|
|
2547
2544
|
.pr-none
|
|
@@ -2553,61 +2550,61 @@
|
|
|
2553
2550
|
.pr-xx-small
|
|
2554
2551
|
padding-right: var(--bal-space-xx-small-tablet) !important
|
|
2555
2552
|
|
|
2556
|
-
.tablet
|
|
2553
|
+
.tablet\:pr-xx-small
|
|
2557
2554
|
padding-right: var(--bal-space-xx-small-tablet) !important
|
|
2558
2555
|
|
|
2559
2556
|
.pr-x-small
|
|
2560
2557
|
padding-right: var(--bal-space-x-small-tablet) !important
|
|
2561
2558
|
|
|
2562
|
-
.tablet
|
|
2559
|
+
.tablet\:pr-x-small
|
|
2563
2560
|
padding-right: var(--bal-space-x-small-tablet) !important
|
|
2564
2561
|
|
|
2565
2562
|
.pr-small
|
|
2566
2563
|
padding-right: var(--bal-space-small-tablet) !important
|
|
2567
2564
|
|
|
2568
|
-
.tablet
|
|
2565
|
+
.tablet\:pr-small
|
|
2569
2566
|
padding-right: var(--bal-space-small-tablet) !important
|
|
2570
2567
|
|
|
2571
2568
|
.pr-normal
|
|
2572
2569
|
padding-right: var(--bal-space-normal-tablet) !important
|
|
2573
2570
|
|
|
2574
|
-
.tablet
|
|
2571
|
+
.tablet\:pr-normal
|
|
2575
2572
|
padding-right: var(--bal-space-normal-tablet) !important
|
|
2576
2573
|
|
|
2577
2574
|
.pr-medium
|
|
2578
2575
|
padding-right: var(--bal-space-medium-tablet) !important
|
|
2579
2576
|
|
|
2580
|
-
.tablet
|
|
2577
|
+
.tablet\:pr-medium
|
|
2581
2578
|
padding-right: var(--bal-space-medium-tablet) !important
|
|
2582
2579
|
|
|
2583
2580
|
.pr-large
|
|
2584
2581
|
padding-right: var(--bal-space-large-tablet) !important
|
|
2585
2582
|
|
|
2586
|
-
.tablet
|
|
2583
|
+
.tablet\:pr-large
|
|
2587
2584
|
padding-right: var(--bal-space-large-tablet) !important
|
|
2588
2585
|
|
|
2589
2586
|
.pr-x-large
|
|
2590
2587
|
padding-right: var(--bal-space-x-large-tablet) !important
|
|
2591
2588
|
|
|
2592
|
-
.tablet
|
|
2589
|
+
.tablet\:pr-x-large
|
|
2593
2590
|
padding-right: var(--bal-space-x-large-tablet) !important
|
|
2594
2591
|
|
|
2595
2592
|
.pr-xx-large
|
|
2596
2593
|
padding-right: var(--bal-space-xx-large-tablet) !important
|
|
2597
2594
|
|
|
2598
|
-
.tablet
|
|
2595
|
+
.tablet\:pr-xx-large
|
|
2599
2596
|
padding-right: var(--bal-space-xx-large-tablet) !important
|
|
2600
2597
|
|
|
2601
2598
|
.pr-xxx-large
|
|
2602
2599
|
padding-right: var(--bal-space-xxx-large-tablet) !important
|
|
2603
2600
|
|
|
2604
|
-
.tablet
|
|
2601
|
+
.tablet\:pr-xxx-large
|
|
2605
2602
|
padding-right: var(--bal-space-xxx-large-tablet) !important
|
|
2606
2603
|
|
|
2607
2604
|
.pr-xxxx-large
|
|
2608
2605
|
padding-right: var(--bal-space-xxxx-large-tablet) !important
|
|
2609
2606
|
|
|
2610
|
-
.tablet
|
|
2607
|
+
.tablet\:pr-xxxx-large
|
|
2611
2608
|
padding-right: var(--bal-space-xxxx-large-tablet) !important
|
|
2612
2609
|
|
|
2613
2610
|
+desktop
|
|
@@ -2620,61 +2617,61 @@
|
|
|
2620
2617
|
.pr-xx-small
|
|
2621
2618
|
padding-right: var(--bal-space-xx-small-desktop) !important
|
|
2622
2619
|
|
|
2623
|
-
.desktop
|
|
2620
|
+
.desktop\:pr-xx-small
|
|
2624
2621
|
padding-right: var(--bal-space-xx-small-desktop) !important
|
|
2625
2622
|
|
|
2626
2623
|
.pr-x-small
|
|
2627
2624
|
padding-right: var(--bal-space-x-small-desktop) !important
|
|
2628
2625
|
|
|
2629
|
-
.desktop
|
|
2626
|
+
.desktop\:pr-x-small
|
|
2630
2627
|
padding-right: var(--bal-space-x-small-desktop) !important
|
|
2631
2628
|
|
|
2632
2629
|
.pr-small
|
|
2633
2630
|
padding-right: var(--bal-space-small-desktop) !important
|
|
2634
2631
|
|
|
2635
|
-
.desktop
|
|
2632
|
+
.desktop\:pr-small
|
|
2636
2633
|
padding-right: var(--bal-space-small-desktop) !important
|
|
2637
2634
|
|
|
2638
2635
|
.pr-normal
|
|
2639
2636
|
padding-right: var(--bal-space-normal-desktop) !important
|
|
2640
2637
|
|
|
2641
|
-
.desktop
|
|
2638
|
+
.desktop\:pr-normal
|
|
2642
2639
|
padding-right: var(--bal-space-normal-desktop) !important
|
|
2643
2640
|
|
|
2644
2641
|
.pr-medium
|
|
2645
2642
|
padding-right: var(--bal-space-medium-desktop) !important
|
|
2646
2643
|
|
|
2647
|
-
.desktop
|
|
2644
|
+
.desktop\:pr-medium
|
|
2648
2645
|
padding-right: var(--bal-space-medium-desktop) !important
|
|
2649
2646
|
|
|
2650
2647
|
.pr-large
|
|
2651
2648
|
padding-right: var(--bal-space-large-desktop) !important
|
|
2652
2649
|
|
|
2653
|
-
.desktop
|
|
2650
|
+
.desktop\:pr-large
|
|
2654
2651
|
padding-right: var(--bal-space-large-desktop) !important
|
|
2655
2652
|
|
|
2656
2653
|
.pr-x-large
|
|
2657
2654
|
padding-right: var(--bal-space-x-large-desktop) !important
|
|
2658
2655
|
|
|
2659
|
-
.desktop
|
|
2656
|
+
.desktop\:pr-x-large
|
|
2660
2657
|
padding-right: var(--bal-space-x-large-desktop) !important
|
|
2661
2658
|
|
|
2662
2659
|
.pr-xx-large
|
|
2663
2660
|
padding-right: var(--bal-space-xx-large-desktop) !important
|
|
2664
2661
|
|
|
2665
|
-
.desktop
|
|
2662
|
+
.desktop\:pr-xx-large
|
|
2666
2663
|
padding-right: var(--bal-space-xx-large-desktop) !important
|
|
2667
2664
|
|
|
2668
2665
|
.pr-xxx-large
|
|
2669
2666
|
padding-right: var(--bal-space-xxx-large-desktop) !important
|
|
2670
2667
|
|
|
2671
|
-
.desktop
|
|
2668
|
+
.desktop\:pr-xxx-large
|
|
2672
2669
|
padding-right: var(--bal-space-xxx-large-desktop) !important
|
|
2673
2670
|
|
|
2674
2671
|
.pr-xxxx-large
|
|
2675
2672
|
padding-right: var(--bal-space-xxxx-large-desktop) !important
|
|
2676
2673
|
|
|
2677
|
-
.desktop
|
|
2674
|
+
.desktop\:pr-xxxx-large
|
|
2678
2675
|
padding-right: var(--bal-space-xxxx-large-desktop) !important
|
|
2679
2676
|
|
|
2680
2677
|
.pb-none
|
|
@@ -2714,35 +2711,35 @@
|
|
|
2714
2711
|
padding-bottom: var(--bal-space-xxxx-large) !important
|
|
2715
2712
|
|
|
2716
2713
|
+mobile
|
|
2717
|
-
.mobile
|
|
2718
|
-
padding-bottom: var(--bal-space-xx-small
|
|
2714
|
+
.mobile\:pb-xx-small
|
|
2715
|
+
padding-bottom: var(--bal-space-xx-small) !important
|
|
2719
2716
|
|
|
2720
|
-
.mobile
|
|
2721
|
-
padding-bottom: var(--bal-space-x-small
|
|
2717
|
+
.mobile\:pb-x-small
|
|
2718
|
+
padding-bottom: var(--bal-space-x-small) !important
|
|
2722
2719
|
|
|
2723
|
-
.mobile
|
|
2724
|
-
padding-bottom: var(--bal-space-small
|
|
2720
|
+
.mobile\:pb-small
|
|
2721
|
+
padding-bottom: var(--bal-space-small) !important
|
|
2725
2722
|
|
|
2726
|
-
.mobile
|
|
2727
|
-
padding-bottom: var(--bal-space-normal
|
|
2723
|
+
.mobile\:pb-normal
|
|
2724
|
+
padding-bottom: var(--bal-space-normal) !important
|
|
2728
2725
|
|
|
2729
|
-
.mobile
|
|
2730
|
-
padding-bottom: var(--bal-space-medium
|
|
2726
|
+
.mobile\:pb-medium
|
|
2727
|
+
padding-bottom: var(--bal-space-medium) !important
|
|
2731
2728
|
|
|
2732
|
-
.mobile
|
|
2733
|
-
padding-bottom: var(--bal-space-large
|
|
2729
|
+
.mobile\:pb-large
|
|
2730
|
+
padding-bottom: var(--bal-space-large) !important
|
|
2734
2731
|
|
|
2735
|
-
.mobile
|
|
2736
|
-
padding-bottom: var(--bal-space-x-large
|
|
2732
|
+
.mobile\:pb-x-large
|
|
2733
|
+
padding-bottom: var(--bal-space-x-large) !important
|
|
2737
2734
|
|
|
2738
|
-
.mobile
|
|
2739
|
-
padding-bottom: var(--bal-space-xx-large
|
|
2735
|
+
.mobile\:pb-xx-large
|
|
2736
|
+
padding-bottom: var(--bal-space-xx-large) !important
|
|
2740
2737
|
|
|
2741
|
-
.mobile
|
|
2742
|
-
padding-bottom: var(--bal-space-xxx-large
|
|
2738
|
+
.mobile\:pb-xxx-large
|
|
2739
|
+
padding-bottom: var(--bal-space-xxx-large) !important
|
|
2743
2740
|
|
|
2744
|
-
.mobile
|
|
2745
|
-
padding-bottom: var(--bal-space-xxxx-large
|
|
2741
|
+
.mobile\:pb-xxxx-large
|
|
2742
|
+
padding-bottom: var(--bal-space-xxxx-large) !important
|
|
2746
2743
|
|
|
2747
2744
|
+tablet
|
|
2748
2745
|
.pb-none
|
|
@@ -2754,61 +2751,61 @@
|
|
|
2754
2751
|
.pb-xx-small
|
|
2755
2752
|
padding-bottom: var(--bal-space-xx-small-tablet) !important
|
|
2756
2753
|
|
|
2757
|
-
.tablet
|
|
2754
|
+
.tablet\:pb-xx-small
|
|
2758
2755
|
padding-bottom: var(--bal-space-xx-small-tablet) !important
|
|
2759
2756
|
|
|
2760
2757
|
.pb-x-small
|
|
2761
2758
|
padding-bottom: var(--bal-space-x-small-tablet) !important
|
|
2762
2759
|
|
|
2763
|
-
.tablet
|
|
2760
|
+
.tablet\:pb-x-small
|
|
2764
2761
|
padding-bottom: var(--bal-space-x-small-tablet) !important
|
|
2765
2762
|
|
|
2766
2763
|
.pb-small
|
|
2767
2764
|
padding-bottom: var(--bal-space-small-tablet) !important
|
|
2768
2765
|
|
|
2769
|
-
.tablet
|
|
2766
|
+
.tablet\:pb-small
|
|
2770
2767
|
padding-bottom: var(--bal-space-small-tablet) !important
|
|
2771
2768
|
|
|
2772
2769
|
.pb-normal
|
|
2773
2770
|
padding-bottom: var(--bal-space-normal-tablet) !important
|
|
2774
2771
|
|
|
2775
|
-
.tablet
|
|
2772
|
+
.tablet\:pb-normal
|
|
2776
2773
|
padding-bottom: var(--bal-space-normal-tablet) !important
|
|
2777
2774
|
|
|
2778
2775
|
.pb-medium
|
|
2779
2776
|
padding-bottom: var(--bal-space-medium-tablet) !important
|
|
2780
2777
|
|
|
2781
|
-
.tablet
|
|
2778
|
+
.tablet\:pb-medium
|
|
2782
2779
|
padding-bottom: var(--bal-space-medium-tablet) !important
|
|
2783
2780
|
|
|
2784
2781
|
.pb-large
|
|
2785
2782
|
padding-bottom: var(--bal-space-large-tablet) !important
|
|
2786
2783
|
|
|
2787
|
-
.tablet
|
|
2784
|
+
.tablet\:pb-large
|
|
2788
2785
|
padding-bottom: var(--bal-space-large-tablet) !important
|
|
2789
2786
|
|
|
2790
2787
|
.pb-x-large
|
|
2791
2788
|
padding-bottom: var(--bal-space-x-large-tablet) !important
|
|
2792
2789
|
|
|
2793
|
-
.tablet
|
|
2790
|
+
.tablet\:pb-x-large
|
|
2794
2791
|
padding-bottom: var(--bal-space-x-large-tablet) !important
|
|
2795
2792
|
|
|
2796
2793
|
.pb-xx-large
|
|
2797
2794
|
padding-bottom: var(--bal-space-xx-large-tablet) !important
|
|
2798
2795
|
|
|
2799
|
-
.tablet
|
|
2796
|
+
.tablet\:pb-xx-large
|
|
2800
2797
|
padding-bottom: var(--bal-space-xx-large-tablet) !important
|
|
2801
2798
|
|
|
2802
2799
|
.pb-xxx-large
|
|
2803
2800
|
padding-bottom: var(--bal-space-xxx-large-tablet) !important
|
|
2804
2801
|
|
|
2805
|
-
.tablet
|
|
2802
|
+
.tablet\:pb-xxx-large
|
|
2806
2803
|
padding-bottom: var(--bal-space-xxx-large-tablet) !important
|
|
2807
2804
|
|
|
2808
2805
|
.pb-xxxx-large
|
|
2809
2806
|
padding-bottom: var(--bal-space-xxxx-large-tablet) !important
|
|
2810
2807
|
|
|
2811
|
-
.tablet
|
|
2808
|
+
.tablet\:pb-xxxx-large
|
|
2812
2809
|
padding-bottom: var(--bal-space-xxxx-large-tablet) !important
|
|
2813
2810
|
|
|
2814
2811
|
+desktop
|
|
@@ -2821,61 +2818,61 @@
|
|
|
2821
2818
|
.pb-xx-small
|
|
2822
2819
|
padding-bottom: var(--bal-space-xx-small-desktop) !important
|
|
2823
2820
|
|
|
2824
|
-
.desktop
|
|
2821
|
+
.desktop\:pb-xx-small
|
|
2825
2822
|
padding-bottom: var(--bal-space-xx-small-desktop) !important
|
|
2826
2823
|
|
|
2827
2824
|
.pb-x-small
|
|
2828
2825
|
padding-bottom: var(--bal-space-x-small-desktop) !important
|
|
2829
2826
|
|
|
2830
|
-
.desktop
|
|
2827
|
+
.desktop\:pb-x-small
|
|
2831
2828
|
padding-bottom: var(--bal-space-x-small-desktop) !important
|
|
2832
2829
|
|
|
2833
2830
|
.pb-small
|
|
2834
2831
|
padding-bottom: var(--bal-space-small-desktop) !important
|
|
2835
2832
|
|
|
2836
|
-
.desktop
|
|
2833
|
+
.desktop\:pb-small
|
|
2837
2834
|
padding-bottom: var(--bal-space-small-desktop) !important
|
|
2838
2835
|
|
|
2839
2836
|
.pb-normal
|
|
2840
2837
|
padding-bottom: var(--bal-space-normal-desktop) !important
|
|
2841
2838
|
|
|
2842
|
-
.desktop
|
|
2839
|
+
.desktop\:pb-normal
|
|
2843
2840
|
padding-bottom: var(--bal-space-normal-desktop) !important
|
|
2844
2841
|
|
|
2845
2842
|
.pb-medium
|
|
2846
2843
|
padding-bottom: var(--bal-space-medium-desktop) !important
|
|
2847
2844
|
|
|
2848
|
-
.desktop
|
|
2845
|
+
.desktop\:pb-medium
|
|
2849
2846
|
padding-bottom: var(--bal-space-medium-desktop) !important
|
|
2850
2847
|
|
|
2851
2848
|
.pb-large
|
|
2852
2849
|
padding-bottom: var(--bal-space-large-desktop) !important
|
|
2853
2850
|
|
|
2854
|
-
.desktop
|
|
2851
|
+
.desktop\:pb-large
|
|
2855
2852
|
padding-bottom: var(--bal-space-large-desktop) !important
|
|
2856
2853
|
|
|
2857
2854
|
.pb-x-large
|
|
2858
2855
|
padding-bottom: var(--bal-space-x-large-desktop) !important
|
|
2859
2856
|
|
|
2860
|
-
.desktop
|
|
2857
|
+
.desktop\:pb-x-large
|
|
2861
2858
|
padding-bottom: var(--bal-space-x-large-desktop) !important
|
|
2862
2859
|
|
|
2863
2860
|
.pb-xx-large
|
|
2864
2861
|
padding-bottom: var(--bal-space-xx-large-desktop) !important
|
|
2865
2862
|
|
|
2866
|
-
.desktop
|
|
2863
|
+
.desktop\:pb-xx-large
|
|
2867
2864
|
padding-bottom: var(--bal-space-xx-large-desktop) !important
|
|
2868
2865
|
|
|
2869
2866
|
.pb-xxx-large
|
|
2870
2867
|
padding-bottom: var(--bal-space-xxx-large-desktop) !important
|
|
2871
2868
|
|
|
2872
|
-
.desktop
|
|
2869
|
+
.desktop\:pb-xxx-large
|
|
2873
2870
|
padding-bottom: var(--bal-space-xxx-large-desktop) !important
|
|
2874
2871
|
|
|
2875
2872
|
.pb-xxxx-large
|
|
2876
2873
|
padding-bottom: var(--bal-space-xxxx-large-desktop) !important
|
|
2877
2874
|
|
|
2878
|
-
.desktop
|
|
2875
|
+
.desktop\:pb-xxxx-large
|
|
2879
2876
|
padding-bottom: var(--bal-space-xxxx-large-desktop) !important
|
|
2880
2877
|
|
|
2881
2878
|
.pl-none
|
|
@@ -2915,35 +2912,35 @@
|
|
|
2915
2912
|
padding-left: var(--bal-space-xxxx-large) !important
|
|
2916
2913
|
|
|
2917
2914
|
+mobile
|
|
2918
|
-
.mobile
|
|
2919
|
-
padding-left: var(--bal-space-xx-small
|
|
2915
|
+
.mobile\:pl-xx-small
|
|
2916
|
+
padding-left: var(--bal-space-xx-small) !important
|
|
2920
2917
|
|
|
2921
|
-
.mobile
|
|
2922
|
-
padding-left: var(--bal-space-x-small
|
|
2918
|
+
.mobile\:pl-x-small
|
|
2919
|
+
padding-left: var(--bal-space-x-small) !important
|
|
2923
2920
|
|
|
2924
|
-
.mobile
|
|
2925
|
-
padding-left: var(--bal-space-small
|
|
2921
|
+
.mobile\:pl-small
|
|
2922
|
+
padding-left: var(--bal-space-small) !important
|
|
2926
2923
|
|
|
2927
|
-
.mobile
|
|
2928
|
-
padding-left: var(--bal-space-normal
|
|
2924
|
+
.mobile\:pl-normal
|
|
2925
|
+
padding-left: var(--bal-space-normal) !important
|
|
2929
2926
|
|
|
2930
|
-
.mobile
|
|
2931
|
-
padding-left: var(--bal-space-medium
|
|
2927
|
+
.mobile\:pl-medium
|
|
2928
|
+
padding-left: var(--bal-space-medium) !important
|
|
2932
2929
|
|
|
2933
|
-
.mobile
|
|
2934
|
-
padding-left: var(--bal-space-large
|
|
2930
|
+
.mobile\:pl-large
|
|
2931
|
+
padding-left: var(--bal-space-large) !important
|
|
2935
2932
|
|
|
2936
|
-
.mobile
|
|
2937
|
-
padding-left: var(--bal-space-x-large
|
|
2933
|
+
.mobile\:pl-x-large
|
|
2934
|
+
padding-left: var(--bal-space-x-large) !important
|
|
2938
2935
|
|
|
2939
|
-
.mobile
|
|
2940
|
-
padding-left: var(--bal-space-xx-large
|
|
2936
|
+
.mobile\:pl-xx-large
|
|
2937
|
+
padding-left: var(--bal-space-xx-large) !important
|
|
2941
2938
|
|
|
2942
|
-
.mobile
|
|
2943
|
-
padding-left: var(--bal-space-xxx-large
|
|
2939
|
+
.mobile\:pl-xxx-large
|
|
2940
|
+
padding-left: var(--bal-space-xxx-large) !important
|
|
2944
2941
|
|
|
2945
|
-
.mobile
|
|
2946
|
-
padding-left: var(--bal-space-xxxx-large
|
|
2942
|
+
.mobile\:pl-xxxx-large
|
|
2943
|
+
padding-left: var(--bal-space-xxxx-large) !important
|
|
2947
2944
|
|
|
2948
2945
|
+tablet
|
|
2949
2946
|
.pl-none
|
|
@@ -2955,61 +2952,61 @@
|
|
|
2955
2952
|
.pl-xx-small
|
|
2956
2953
|
padding-left: var(--bal-space-xx-small-tablet) !important
|
|
2957
2954
|
|
|
2958
|
-
.tablet
|
|
2955
|
+
.tablet\:pl-xx-small
|
|
2959
2956
|
padding-left: var(--bal-space-xx-small-tablet) !important
|
|
2960
2957
|
|
|
2961
2958
|
.pl-x-small
|
|
2962
2959
|
padding-left: var(--bal-space-x-small-tablet) !important
|
|
2963
2960
|
|
|
2964
|
-
.tablet
|
|
2961
|
+
.tablet\:pl-x-small
|
|
2965
2962
|
padding-left: var(--bal-space-x-small-tablet) !important
|
|
2966
2963
|
|
|
2967
2964
|
.pl-small
|
|
2968
2965
|
padding-left: var(--bal-space-small-tablet) !important
|
|
2969
2966
|
|
|
2970
|
-
.tablet
|
|
2967
|
+
.tablet\:pl-small
|
|
2971
2968
|
padding-left: var(--bal-space-small-tablet) !important
|
|
2972
2969
|
|
|
2973
2970
|
.pl-normal
|
|
2974
2971
|
padding-left: var(--bal-space-normal-tablet) !important
|
|
2975
2972
|
|
|
2976
|
-
.tablet
|
|
2973
|
+
.tablet\:pl-normal
|
|
2977
2974
|
padding-left: var(--bal-space-normal-tablet) !important
|
|
2978
2975
|
|
|
2979
2976
|
.pl-medium
|
|
2980
2977
|
padding-left: var(--bal-space-medium-tablet) !important
|
|
2981
2978
|
|
|
2982
|
-
.tablet
|
|
2979
|
+
.tablet\:pl-medium
|
|
2983
2980
|
padding-left: var(--bal-space-medium-tablet) !important
|
|
2984
2981
|
|
|
2985
2982
|
.pl-large
|
|
2986
2983
|
padding-left: var(--bal-space-large-tablet) !important
|
|
2987
2984
|
|
|
2988
|
-
.tablet
|
|
2985
|
+
.tablet\:pl-large
|
|
2989
2986
|
padding-left: var(--bal-space-large-tablet) !important
|
|
2990
2987
|
|
|
2991
2988
|
.pl-x-large
|
|
2992
2989
|
padding-left: var(--bal-space-x-large-tablet) !important
|
|
2993
2990
|
|
|
2994
|
-
.tablet
|
|
2991
|
+
.tablet\:pl-x-large
|
|
2995
2992
|
padding-left: var(--bal-space-x-large-tablet) !important
|
|
2996
2993
|
|
|
2997
2994
|
.pl-xx-large
|
|
2998
2995
|
padding-left: var(--bal-space-xx-large-tablet) !important
|
|
2999
2996
|
|
|
3000
|
-
.tablet
|
|
2997
|
+
.tablet\:pl-xx-large
|
|
3001
2998
|
padding-left: var(--bal-space-xx-large-tablet) !important
|
|
3002
2999
|
|
|
3003
3000
|
.pl-xxx-large
|
|
3004
3001
|
padding-left: var(--bal-space-xxx-large-tablet) !important
|
|
3005
3002
|
|
|
3006
|
-
.tablet
|
|
3003
|
+
.tablet\:pl-xxx-large
|
|
3007
3004
|
padding-left: var(--bal-space-xxx-large-tablet) !important
|
|
3008
3005
|
|
|
3009
3006
|
.pl-xxxx-large
|
|
3010
3007
|
padding-left: var(--bal-space-xxxx-large-tablet) !important
|
|
3011
3008
|
|
|
3012
|
-
.tablet
|
|
3009
|
+
.tablet\:pl-xxxx-large
|
|
3013
3010
|
padding-left: var(--bal-space-xxxx-large-tablet) !important
|
|
3014
3011
|
|
|
3015
3012
|
+desktop
|
|
@@ -3022,59 +3019,59 @@
|
|
|
3022
3019
|
.pl-xx-small
|
|
3023
3020
|
padding-left: var(--bal-space-xx-small-desktop) !important
|
|
3024
3021
|
|
|
3025
|
-
.desktop
|
|
3022
|
+
.desktop\:pl-xx-small
|
|
3026
3023
|
padding-left: var(--bal-space-xx-small-desktop) !important
|
|
3027
3024
|
|
|
3028
3025
|
.pl-x-small
|
|
3029
3026
|
padding-left: var(--bal-space-x-small-desktop) !important
|
|
3030
3027
|
|
|
3031
|
-
.desktop
|
|
3028
|
+
.desktop\:pl-x-small
|
|
3032
3029
|
padding-left: var(--bal-space-x-small-desktop) !important
|
|
3033
3030
|
|
|
3034
3031
|
.pl-small
|
|
3035
3032
|
padding-left: var(--bal-space-small-desktop) !important
|
|
3036
3033
|
|
|
3037
|
-
.desktop
|
|
3034
|
+
.desktop\:pl-small
|
|
3038
3035
|
padding-left: var(--bal-space-small-desktop) !important
|
|
3039
3036
|
|
|
3040
3037
|
.pl-normal
|
|
3041
3038
|
padding-left: var(--bal-space-normal-desktop) !important
|
|
3042
3039
|
|
|
3043
|
-
.desktop
|
|
3040
|
+
.desktop\:pl-normal
|
|
3044
3041
|
padding-left: var(--bal-space-normal-desktop) !important
|
|
3045
3042
|
|
|
3046
3043
|
.pl-medium
|
|
3047
3044
|
padding-left: var(--bal-space-medium-desktop) !important
|
|
3048
3045
|
|
|
3049
|
-
.desktop
|
|
3046
|
+
.desktop\:pl-medium
|
|
3050
3047
|
padding-left: var(--bal-space-medium-desktop) !important
|
|
3051
3048
|
|
|
3052
3049
|
.pl-large
|
|
3053
3050
|
padding-left: var(--bal-space-large-desktop) !important
|
|
3054
3051
|
|
|
3055
|
-
.desktop
|
|
3052
|
+
.desktop\:pl-large
|
|
3056
3053
|
padding-left: var(--bal-space-large-desktop) !important
|
|
3057
3054
|
|
|
3058
3055
|
.pl-x-large
|
|
3059
3056
|
padding-left: var(--bal-space-x-large-desktop) !important
|
|
3060
3057
|
|
|
3061
|
-
.desktop
|
|
3058
|
+
.desktop\:pl-x-large
|
|
3062
3059
|
padding-left: var(--bal-space-x-large-desktop) !important
|
|
3063
3060
|
|
|
3064
3061
|
.pl-xx-large
|
|
3065
3062
|
padding-left: var(--bal-space-xx-large-desktop) !important
|
|
3066
3063
|
|
|
3067
|
-
.desktop
|
|
3064
|
+
.desktop\:pl-xx-large
|
|
3068
3065
|
padding-left: var(--bal-space-xx-large-desktop) !important
|
|
3069
3066
|
|
|
3070
3067
|
.pl-xxx-large
|
|
3071
3068
|
padding-left: var(--bal-space-xxx-large-desktop) !important
|
|
3072
3069
|
|
|
3073
|
-
.desktop
|
|
3070
|
+
.desktop\:pl-xxx-large
|
|
3074
3071
|
padding-left: var(--bal-space-xxx-large-desktop) !important
|
|
3075
3072
|
|
|
3076
3073
|
.pl-xxxx-large
|
|
3077
3074
|
padding-left: var(--bal-space-xxxx-large-desktop) !important
|
|
3078
3075
|
|
|
3079
|
-
.desktop
|
|
3076
|
+
.desktop\:pl-xxxx-large
|
|
3080
3077
|
padding-left: var(--bal-space-xxxx-large-desktop) !important
|