@bagelink/vue 1.15.34 → 1.15.38

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.
@@ -1,1381 +1,1381 @@
1
1
  .txt-center,
2
2
  .text-center {
3
- text-align: center !important;
3
+ text-align: center;
4
4
  }
5
5
 
6
6
  .txt-start,
7
7
  .text-start {
8
- text-align: start !important;
8
+ text-align: start;
9
9
  }
10
10
 
11
11
  .txt-end,
12
12
  .text-end {
13
- text-align: end !important;
13
+ text-align: end;
14
14
  }
15
15
 
16
16
  .txt-left,
17
17
  .text-left {
18
- text-align: left !important;
18
+ text-align: left;
19
19
  }
20
20
 
21
21
  .txt-right,
22
22
  .text-right {
23
- text-align: right !important;
23
+ text-align: right;
24
24
  }
25
25
 
26
26
  .txt-justify,
27
27
  .text-justify {
28
- text-align: justify !important;
28
+ text-align: justify;
29
29
  }
30
30
 
31
31
  .txt-small {
32
- font-size: 12px !important;
32
+ font-size: 12px;
33
33
  }
34
34
 
35
35
  .txt20,
36
36
  .txt-20 {
37
- font-size: 20px !important;
37
+ font-size: 20px;
38
38
  }
39
39
 
40
40
  .txt24,
41
41
  .txt-24 {
42
- font-size: 24px !important;
42
+ font-size: 24px;
43
43
  }
44
44
 
45
45
  .txt28,
46
46
  .txt-28 {
47
- font-size: 28px !important;
47
+ font-size: 28px;
48
48
  }
49
49
 
50
50
  .txt30,
51
51
  .txt-30 {
52
- font-size: 30px !important;
52
+ font-size: 30px;
53
53
  }
54
54
 
55
55
  .txt32,
56
56
  .txt-32 {
57
- font-size: 32px !important;
57
+ font-size: 32px;
58
58
  }
59
59
 
60
60
  .txt36,
61
61
  .txt-36 {
62
- font-size: 36px !important;
62
+ font-size: 36px;
63
63
  }
64
64
 
65
65
  .txt40,
66
66
  .txt-40 {
67
- font-size: 40px !important;
67
+ font-size: 40px;
68
68
  }
69
69
 
70
70
  .txt44,
71
71
  .txt-44 {
72
- font-size: 44px !important;
72
+ font-size: 44px;
73
73
  }
74
74
 
75
75
  .txt48,
76
76
  .txt-48 {
77
- font-size: 48px !important;
77
+ font-size: 48px;
78
78
  }
79
79
 
80
80
  .txt50,
81
81
  .txt-50 {
82
- font-size: 50px !important;
82
+ font-size: 50px;
83
83
  }
84
84
 
85
85
  .txt52,
86
86
  .txt-52 {
87
- font-size: 52px !important;
87
+ font-size: 52px;
88
88
  }
89
89
 
90
90
  .txt56,
91
91
  .txt-56 {
92
- font-size: 56px !important;
92
+ font-size: 56px;
93
93
  }
94
94
 
95
95
  .txt60,
96
96
  .txt-60 {
97
- font-size: 60px !important;
97
+ font-size: 60px;
98
98
  }
99
99
 
100
100
  .txt64,
101
101
  .txt-64 {
102
- font-size: 64px !important;
102
+ font-size: 64px;
103
103
  }
104
104
 
105
105
  .txt68,
106
106
  .txt-68 {
107
- font-size: 68px !important;
107
+ font-size: 68px;
108
108
  }
109
109
 
110
110
  .txt70,
111
111
  .txt-70 {
112
- font-size: 70px !important;
112
+ font-size: 70px;
113
113
  }
114
114
 
115
115
  .txt72,
116
116
  .txt-72 {
117
- font-size: 72px !important;
117
+ font-size: 72px;
118
118
  }
119
119
 
120
120
  .txt80,
121
121
  .txt-80 {
122
- font-size: 80px !important;
122
+ font-size: 80px;
123
123
  }
124
124
 
125
125
  .txt90,
126
126
  .txt-90 {
127
- font-size: 90px !important;
127
+ font-size: 90px;
128
128
  }
129
129
 
130
130
  .txt100,
131
131
  .txt-100 {
132
- font-size: 100px !important;
132
+ font-size: 100px;
133
133
  }
134
134
 
135
135
  .txt110,
136
136
  .txt-110 {
137
- font-size: 110px !important;
137
+ font-size: 110px;
138
138
  }
139
139
 
140
140
  .txt120,
141
141
  .txt-120 {
142
- font-size: 120px !important;
142
+ font-size: 120px;
143
143
  }
144
144
 
145
145
  .txt130,
146
146
  .txt-130 {
147
- font-size: 130px !important;
147
+ font-size: 130px;
148
148
  }
149
149
 
150
150
  .txt140,
151
151
  .txt-140 {
152
- font-size: 140px !important;
152
+ font-size: 140px;
153
153
  }
154
154
 
155
155
  .txt150,
156
156
  .txt-150 {
157
- font-size: 150px !important;
157
+ font-size: 150px;
158
158
  }
159
159
 
160
160
  .txt19,
161
161
  .txt-19 {
162
- font-size: 19px !important;
162
+ font-size: 19px;
163
163
  }
164
164
 
165
165
  .txt18,
166
166
  .txt-18 {
167
- font-size: 18px !important;
167
+ font-size: 18px;
168
168
  }
169
169
 
170
170
  .txt17,
171
171
  .txt-17 {
172
- font-size: 17px !important;
172
+ font-size: 17px;
173
173
  }
174
174
 
175
175
  .txt16,
176
176
  .txt-16 {
177
- font-size: 16px !important;
177
+ font-size: 16px;
178
178
  }
179
179
 
180
180
  .txt15,
181
181
  .txt-15 {
182
- font-size: 15px !important;
182
+ font-size: 15px;
183
183
  }
184
184
 
185
185
  .txt14,
186
186
  .txt-14 {
187
- font-size: 14px !important;
187
+ font-size: 14px;
188
188
  }
189
189
 
190
190
  .txt13,
191
191
  .txt-13 {
192
- font-size: 13px !important;
192
+ font-size: 13px;
193
193
  }
194
194
 
195
195
  .txt12,
196
196
  .txt-12 {
197
- font-size: 12px !important;
197
+ font-size: 12px;
198
198
  }
199
199
 
200
200
  .txt11,
201
201
  .txt-11 {
202
- font-size: 11px !important;
202
+ font-size: 11px;
203
203
  }
204
204
 
205
205
  .txt10,
206
206
  .txt-10 {
207
- font-size: 10px !important;
207
+ font-size: 10px;
208
208
  }
209
209
 
210
210
  .txt9,
211
211
  .txt-9 {
212
- font-size: 9px !important;
212
+ font-size: 9px;
213
213
  }
214
214
 
215
215
  .txt025rem,
216
216
  .txt-025rem {
217
- font-size: 0.25rem !important;
217
+ font-size: 0.25rem;
218
218
  }
219
219
 
220
220
  .txt05rem,
221
221
  .txt-05rem {
222
- font-size: 0.5rem !important;
222
+ font-size: 0.5rem;
223
223
  }
224
224
 
225
225
  .txt075rem,
226
226
  .txt-075rem {
227
- font-size: 0.75rem !important;
227
+ font-size: 0.75rem;
228
228
  }
229
229
 
230
230
  .txt1rem,
231
231
  .txt-1rem {
232
- font-size: 1rem !important;
232
+ font-size: 1rem;
233
233
  }
234
234
 
235
235
  .txt1-25rem,
236
236
  .txt-1-25rem {
237
- font-size: 1.25rem !important;
237
+ font-size: 1.25rem;
238
238
  }
239
239
 
240
240
  .txt1-5rem,
241
241
  .txt-1-5rem {
242
- font-size: 1.5rem !important;
242
+ font-size: 1.5rem;
243
243
  }
244
244
 
245
245
  .txt1-75rem,
246
246
  .txt-1-75rem {
247
- font-size: 1.75rem !important;
247
+ font-size: 1.75rem;
248
248
  }
249
249
 
250
250
  .txt2rem,
251
251
  .txt-2rem {
252
- font-size: 2rem !important;
252
+ font-size: 2rem;
253
253
  }
254
254
 
255
255
  .txt2-25rem,
256
256
  .txt-2-25rem {
257
- font-size: 2.25rem !important;
257
+ font-size: 2.25rem;
258
258
  }
259
259
 
260
260
  .txt2-5rem,
261
261
  .txt-2-5rem {
262
- font-size: 2.5rem !important;
262
+ font-size: 2.5rem;
263
263
  }
264
264
 
265
265
  .txt2-75rem,
266
266
  .txt-2-75rem {
267
- font-size: 2.75rem !important;
267
+ font-size: 2.75rem;
268
268
  }
269
269
 
270
270
  .txt3rem,
271
271
  .txt-3rem {
272
- font-size: 3rem !important;
272
+ font-size: 3rem;
273
273
  }
274
274
 
275
275
  .txt3-25rem,
276
276
  .txt-3-25rem {
277
- font-size: 3.25rem !important;
277
+ font-size: 3.25rem;
278
278
  }
279
279
 
280
280
  .txt3-5rem,
281
281
  .txt-3-5rem {
282
- font-size: 3.5rem !important;
282
+ font-size: 3.5rem;
283
283
  }
284
284
 
285
285
  .txt3-75rem,
286
286
  .txt-3-75rem {
287
- font-size: 3.75rem !important;
287
+ font-size: 3.75rem;
288
288
  }
289
289
 
290
290
  .txt4rem,
291
291
  .txt-4rem {
292
- font-size: 4rem !important;
292
+ font-size: 4rem;
293
293
  }
294
294
 
295
295
  .txt4-25rem,
296
296
  .txt-4-25rem {
297
- font-size: 4.25rem !important;
297
+ font-size: 4.25rem;
298
298
  }
299
299
 
300
300
  .txt4-5rem,
301
301
  .txt-4-5rem {
302
- font-size: 4.5rem !important;
302
+ font-size: 4.5rem;
303
303
  }
304
304
 
305
305
  .txt4-75rem,
306
306
  .txt-4-75rem {
307
- font-size: 4.75rem !important;
307
+ font-size: 4.75rem;
308
308
  }
309
309
 
310
310
  .txt5rem,
311
311
  .txt-5rem {
312
- font-size: 5rem !important;
312
+ font-size: 5rem;
313
313
  }
314
314
 
315
315
  .txt5-25rem,
316
316
  .txt-5-25rem {
317
- font-size: 5.25rem !important;
317
+ font-size: 5.25rem;
318
318
  }
319
319
 
320
320
  .txt5-5rem,
321
321
  .txt-5-5rem {
322
- font-size: 5.5rem !important;
322
+ font-size: 5.5rem;
323
323
  }
324
324
 
325
325
  .txt5-75rem,
326
326
  .txt-5-75rem {
327
- font-size: 5.75rem !important;
327
+ font-size: 5.75rem;
328
328
  }
329
329
 
330
330
  .txt6rem,
331
331
  .txt-6rem {
332
- font-size: 6rem !important;
332
+ font-size: 6rem;
333
333
  }
334
334
 
335
335
  .txt6-25rem,
336
336
  .txt-6-25rem {
337
- font-size: 6.25rem !important;
337
+ font-size: 6.25rem;
338
338
  }
339
339
 
340
340
  .txt6-5rem,
341
341
  .txt-6-5rem {
342
- font-size: 6.5rem !important;
342
+ font-size: 6.5rem;
343
343
  }
344
344
 
345
345
  .txt6-75rem,
346
346
  .txt-6-75rem {
347
- font-size: 6.75rem !important;
347
+ font-size: 6.75rem;
348
348
  }
349
349
 
350
350
  .txt7rem,
351
351
  .txt-7rem {
352
- font-size: 7rem !important;
352
+ font-size: 7rem;
353
353
  }
354
354
 
355
355
  .txt7-25rem,
356
356
  .txt-7-25rem {
357
- font-size: 7.25rem !important;
357
+ font-size: 7.25rem;
358
358
  }
359
359
 
360
360
  .txt7-5rem,
361
361
  .txt-7-5rem {
362
- font-size: 7.5rem !important;
362
+ font-size: 7.5rem;
363
363
  }
364
364
 
365
365
  .txt7-75rem,
366
366
  .txt-7-75rem {
367
- font-size: 7.75rem !important;
367
+ font-size: 7.75rem;
368
368
  }
369
369
 
370
370
  .txt8rem,
371
371
  .txt-8rem {
372
- font-size: 8rem !important;
372
+ font-size: 8rem;
373
373
  }
374
374
 
375
375
  .txt8-25rem,
376
376
  .txt-8-25rem {
377
- font-size: 8.25rem !important;
377
+ font-size: 8.25rem;
378
378
  }
379
379
 
380
380
  .txt8-5rem,
381
381
  .txt-8-5rem {
382
- font-size: 8.5rem !important;
382
+ font-size: 8.5rem;
383
383
  }
384
384
 
385
385
  .txt8-75rem,
386
386
  .txt-8-75rem {
387
- font-size: 8.75rem !important;
387
+ font-size: 8.75rem;
388
388
  }
389
389
 
390
390
  .no-margin {
391
- margin: 0 !important;
391
+ margin: 0;
392
392
  }
393
393
 
394
394
  .txt-gray,
395
395
  .txtgray {
396
- color: var(--bgl-gray) !important;
396
+ color: var(--bgl-gray);
397
397
  }
398
398
 
399
399
  .txt-primary,
400
400
  .txtprimary {
401
- color: var(--bgl-primary) !important;
401
+ color: var(--bgl-primary);
402
402
  }
403
403
 
404
404
  .txt-black,
405
405
  .txtblack {
406
- color: var(--bgl-black) !important;
406
+ color: var(--bgl-black);
407
407
  }
408
408
 
409
409
  .txt-red,
410
410
  .txtred {
411
- color: var(--bgl-red) !important;
411
+ color: var(--bgl-red);
412
412
  }
413
413
 
414
414
  .txt-white,
415
415
  .txtwhite {
416
- color: var(--bgl-white) !important;
416
+ color: var(--bgl-white);
417
417
  }
418
418
 
419
419
  .txt-green,
420
420
  .txtgreen {
421
- color: var(--bgl-green) !important;
421
+ color: var(--bgl-green);
422
422
  }
423
423
 
424
424
  .txt-yellow,
425
425
  .txtyellow {
426
- color: var(--bgl-yellow) !important;
426
+ color: var(--bgl-yellow);
427
427
  }
428
428
 
429
429
  .txt-purple,
430
430
  .txtpurple {
431
- color: var(--bgl-purple) !important;
431
+ color: var(--bgl-purple);
432
432
  }
433
433
 
434
434
  .txt-brown,
435
435
  .txtbrown {
436
- color: var(--bgl-brown) !important;
436
+ color: var(--bgl-brown);
437
437
  }
438
438
 
439
439
  .txt-orange,
440
440
  .txtorange {
441
- color: var(--bgl-orange) !important;
441
+ color: var(--bgl-orange);
442
442
  }
443
443
 
444
444
  .txt-turquoise,
445
445
  .txtturquoise {
446
- color: var(--bgl-turquoise) !important;
446
+ color: var(--bgl-turquoise);
447
447
  }
448
448
 
449
449
  .txt-pink,
450
450
  .txtpink {
451
- color: var(--bgl-pink) !important;
451
+ color: var(--bgl-pink);
452
452
  }
453
453
 
454
454
  .txt-blue,
455
455
  .txtblue {
456
- color: var(--bgl-blue) !important;
456
+ color: var(--bgl-blue);
457
457
  }
458
458
 
459
459
  .txt-primary-10,
460
460
  .txtprimary-10 {
461
- color: var(--bgl-primary-10) !important;
461
+ color: var(--bgl-primary-10);
462
462
  }
463
463
 
464
464
  .txt-blue-10,
465
465
  .txtblue-10 {
466
- color: var(--bgl-blue-10) !important;
466
+ color: var(--bgl-blue-10);
467
467
  }
468
468
 
469
469
  .txt-green-10,
470
470
  .txtgreen-10 {
471
- color: var(--bgl-green-10) !important;
471
+ color: var(--bgl-green-10);
472
472
  }
473
473
 
474
474
  .txt-red-10,
475
475
  .txtred-10 {
476
- color: var(--bgl-red-10) !important;
476
+ color: var(--bgl-red-10);
477
477
  }
478
478
 
479
479
  .txt-yellow-10,
480
480
  .txtyellow-10 {
481
- color: var(--bgl-yellow-10) !important;
481
+ color: var(--bgl-yellow-10);
482
482
  }
483
483
 
484
484
  .txt-purple-10,
485
485
  .txtpurple-10 {
486
- color: var(--bgl-purple-10) !important;
486
+ color: var(--bgl-purple-10);
487
487
  }
488
488
 
489
489
  .txt-brown-10,
490
490
  .txtbrown-10 {
491
- color: var(--bgl-brown-10) !important;
491
+ color: var(--bgl-brown-10);
492
492
  }
493
493
 
494
494
  .txt-orange-10,
495
495
  .txtorange-10 {
496
- color: var(--bgl-orange-10) !important;
496
+ color: var(--bgl-orange-10);
497
497
  }
498
498
 
499
499
  .txt-turquoise-10,
500
500
  .txtturquoise-10 {
501
- color: var(--bgl-turquoise-10) !important;
501
+ color: var(--bgl-turquoise-10);
502
502
  }
503
503
 
504
504
  .txt-gray-10,
505
505
  .txtgray-10 {
506
- color: var(--bgl-gray-10) !important;
506
+ color: var(--bgl-gray-10);
507
507
  }
508
508
 
509
509
  .txt-black-10,
510
510
  .txtblack-10 {
511
- color: var(--bgl-black-10) !important;
511
+ color: var(--bgl-black-10);
512
512
  }
513
513
 
514
514
  .txt-pink-10,
515
515
  .txtpink-10 {
516
- color: var(--bgl-pink-10) !important;
516
+ color: var(--bgl-pink-10);
517
517
  }
518
518
 
519
519
  .txt-primary-20,
520
520
  .txtprimary-20 {
521
- color: var(--bgl-primary-20) !important;
521
+ color: var(--bgl-primary-20);
522
522
  }
523
523
 
524
524
  .txt-blue-20,
525
525
  .txtblue-20 {
526
- color: var(--bgl-blue-20) !important;
526
+ color: var(--bgl-blue-20);
527
527
  }
528
528
 
529
529
  .txt-green-20,
530
530
  .txtgreen-20 {
531
- color: var(--bgl-green-20) !important;
531
+ color: var(--bgl-green-20);
532
532
  }
533
533
 
534
534
  .txt-red-20,
535
535
  .txtred-20 {
536
- color: var(--bgl-red-20) !important;
536
+ color: var(--bgl-red-20);
537
537
  }
538
538
 
539
539
  .txt-yellow-20,
540
540
  .txtyellow-20 {
541
- color: var(--bgl-yellow-20) !important;
541
+ color: var(--bgl-yellow-20);
542
542
  }
543
543
 
544
544
  .txt-purple-20,
545
545
  .txtpurple-20 {
546
- color: var(--bgl-purple-20) !important;
546
+ color: var(--bgl-purple-20);
547
547
  }
548
548
 
549
549
  .txt-brown-20,
550
550
  .txtbrown-20 {
551
- color: var(--bgl-brown-20) !important;
551
+ color: var(--bgl-brown-20);
552
552
  }
553
553
 
554
554
  .txt-orange-20,
555
555
  .txtorange-20 {
556
- color: var(--bgl-orange-20) !important;
556
+ color: var(--bgl-orange-20);
557
557
  }
558
558
 
559
559
  .txt-turquoise-20,
560
560
  .txtturquoise-20 {
561
- color: var(--bgl-turquoise-20) !important;
561
+ color: var(--bgl-turquoise-20);
562
562
  }
563
563
 
564
564
  .txt-gray-20,
565
565
  .txtgray-20 {
566
- color: var(--bgl-gray-20) !important;
566
+ color: var(--bgl-gray-20);
567
567
  }
568
568
 
569
569
  .txt-black-20,
570
570
  .txtblack-20 {
571
- color: var(--bgl-black-20) !important;
571
+ color: var(--bgl-black-20);
572
572
  }
573
573
 
574
574
  .txt-pink-20,
575
575
  .txtpink-20 {
576
- color: var(--bgl-pink-20) !important;
576
+ color: var(--bgl-pink-20);
577
577
  }
578
578
 
579
579
  .txt-primary-30,
580
580
  .txtprimary-30 {
581
- color: var(--bgl-primary-30) !important;
581
+ color: var(--bgl-primary-30);
582
582
  }
583
583
 
584
584
  .txt-blue-30,
585
585
  .txtblue-30 {
586
- color: var(--bgl-blue-30) !important;
586
+ color: var(--bgl-blue-30);
587
587
  }
588
588
 
589
589
  .txt-green-30,
590
590
  .txtgreen-30 {
591
- color: var(--bgl-green-30) !important;
591
+ color: var(--bgl-green-30);
592
592
  }
593
593
 
594
594
  .txt-red-30,
595
595
  .txtred-30 {
596
- color: var(--bgl-red-30) !important;
596
+ color: var(--bgl-red-30);
597
597
  }
598
598
 
599
599
  .txt-yellow-30,
600
600
  .txtyellow-30 {
601
- color: var(--bgl-yellow-30) !important;
601
+ color: var(--bgl-yellow-30);
602
602
  }
603
603
 
604
604
  .txt-purple-30,
605
605
  .txtpurple-30 {
606
- color: var(--bgl-purple-30) !important;
606
+ color: var(--bgl-purple-30);
607
607
  }
608
608
 
609
609
  .txt-brown-30,
610
610
  .txtbrown-30 {
611
- color: var(--bgl-brown-30) !important;
611
+ color: var(--bgl-brown-30);
612
612
  }
613
613
 
614
614
  .txt-orange-30,
615
615
  .txtorange-30 {
616
- color: var(--bgl-orange-30) !important;
616
+ color: var(--bgl-orange-30);
617
617
  }
618
618
 
619
619
  .txt-turquoise-30,
620
620
  .txtturquoise-30 {
621
- color: var(--bgl-turquoise-30) !important;
621
+ color: var(--bgl-turquoise-30);
622
622
  }
623
623
 
624
624
  .txt-gray-30,
625
625
  .txtgray-30 {
626
- color: var(--bgl-gray-30) !important;
626
+ color: var(--bgl-gray-30);
627
627
  }
628
628
 
629
629
  .txt-black-30,
630
630
  .txtblack-30 {
631
- color: var(--bgl-black-30) !important;
631
+ color: var(--bgl-black-30);
632
632
  }
633
633
 
634
634
  .txt-pink-30,
635
635
  .txtpink-30 {
636
- color: var(--bgl-pink-30) !important;
636
+ color: var(--bgl-pink-30);
637
637
  }
638
638
 
639
639
  .txt-primary-40,
640
640
  .txtprimary-40 {
641
- color: var(--bgl-primary-40) !important;
641
+ color: var(--bgl-primary-40);
642
642
  }
643
643
 
644
644
  .txt-blue-40,
645
645
  .txtblue-40 {
646
- color: var(--bgl-blue-40) !important;
646
+ color: var(--bgl-blue-40);
647
647
  }
648
648
 
649
649
  .txt-green-40,
650
650
  .txtgreen-40 {
651
- color: var(--bgl-green-40) !important;
651
+ color: var(--bgl-green-40);
652
652
  }
653
653
 
654
654
  .txt-red-40,
655
655
  .txtred-40 {
656
- color: var(--bgl-red-40) !important;
656
+ color: var(--bgl-red-40);
657
657
  }
658
658
 
659
659
  .txt-yellow-40,
660
660
  .txtyellow-40 {
661
- color: var(--bgl-yellow-40) !important;
661
+ color: var(--bgl-yellow-40);
662
662
  }
663
663
 
664
664
  .txt-purple-40,
665
665
  .txtpurple-40 {
666
- color: var(--bgl-purple-40) !important;
666
+ color: var(--bgl-purple-40);
667
667
  }
668
668
 
669
669
  .txt-brown-40,
670
670
  .txtbrown-40 {
671
- color: var(--bgl-brown-40) !important;
671
+ color: var(--bgl-brown-40);
672
672
  }
673
673
 
674
674
  .txt-orange-40,
675
675
  .txtorange-40 {
676
- color: var(--bgl-orange-40) !important;
676
+ color: var(--bgl-orange-40);
677
677
  }
678
678
 
679
679
  .txt-turquoise-40,
680
680
  .txtturquoise-40 {
681
- color: var(--bgl-turquoise-40) !important;
681
+ color: var(--bgl-turquoise-40);
682
682
  }
683
683
 
684
684
  .txt-gray-40,
685
685
  .txtgray-40 {
686
- color: var(--bgl-gray-40) !important;
686
+ color: var(--bgl-gray-40);
687
687
  }
688
688
 
689
689
  .txt-black-40,
690
690
  .txtblack-40 {
691
- color: var(--bgl-black-40) !important;
691
+ color: var(--bgl-black-40);
692
692
  }
693
693
 
694
694
  .txt-pink-40,
695
695
  .txtpink-40 {
696
- color: var(--bgl-pink-40) !important;
696
+ color: var(--bgl-pink-40);
697
697
  }
698
698
 
699
699
  .txt-primary-50,
700
700
  .txtprimary-50 {
701
- color: var(--bgl-primary-50) !important;
701
+ color: var(--bgl-primary-50);
702
702
  }
703
703
 
704
704
  .txt-blue-50,
705
705
  .txtblue-50 {
706
- color: var(--bgl-blue-50) !important;
706
+ color: var(--bgl-blue-50);
707
707
  }
708
708
 
709
709
  .txt-green-50,
710
710
  .txtgreen-50 {
711
- color: var(--bgl-green-50) !important;
711
+ color: var(--bgl-green-50);
712
712
  }
713
713
 
714
714
  .txt-red-50,
715
715
  .txtred-50 {
716
- color: var(--bgl-red-50) !important;
716
+ color: var(--bgl-red-50);
717
717
  }
718
718
 
719
719
  .txt-yellow-50,
720
720
  .txtyellow-50 {
721
- color: var(--bgl-yellow-50) !important;
721
+ color: var(--bgl-yellow-50);
722
722
  }
723
723
 
724
724
  .txt-purple-50,
725
725
  .txtpurple-50 {
726
- color: var(--bgl-purple-50) !important;
726
+ color: var(--bgl-purple-50);
727
727
  }
728
728
 
729
729
  .txt-brown-50,
730
730
  .txtbrown-50 {
731
- color: var(--bgl-brown-50) !important;
731
+ color: var(--bgl-brown-50);
732
732
  }
733
733
 
734
734
  .txt-orange-50,
735
735
  .txtorange-50 {
736
- color: var(--bgl-orange-50) !important;
736
+ color: var(--bgl-orange-50);
737
737
  }
738
738
 
739
739
  .txt-turquoise-50,
740
740
  .txtturquoise-50 {
741
- color: var(--bgl-turquoise-50) !important;
741
+ color: var(--bgl-turquoise-50);
742
742
  }
743
743
 
744
744
  .txt-gray-50,
745
745
  .txtgray-50 {
746
- color: var(--bgl-gray-50) !important;
746
+ color: var(--bgl-gray-50);
747
747
  }
748
748
 
749
749
  .txt-black-50,
750
750
  .txtblack-50 {
751
- color: var(--bgl-black-50) !important;
751
+ color: var(--bgl-black-50);
752
752
  }
753
753
 
754
754
  .txt-pink-50,
755
755
  .txtpink-50 {
756
- color: var(--bgl-pink-50) !important;
756
+ color: var(--bgl-pink-50);
757
757
  }
758
758
 
759
759
  .txt-primary-60,
760
760
  .txtprimary-60 {
761
- color: var(--bgl-primary-60) !important;
761
+ color: var(--bgl-primary-60);
762
762
  }
763
763
 
764
764
  .txt-blue-60,
765
765
  .txtblue-60 {
766
- color: var(--bgl-blue-60) !important;
766
+ color: var(--bgl-blue-60);
767
767
  }
768
768
 
769
769
  .txt-green-60,
770
770
  .txtgreen-60 {
771
- color: var(--bgl-green-60) !important;
771
+ color: var(--bgl-green-60);
772
772
  }
773
773
 
774
774
  .txt-red-60,
775
775
  .txtred-60 {
776
- color: var(--bgl-red-60) !important;
776
+ color: var(--bgl-red-60);
777
777
  }
778
778
 
779
779
  .txt-yellow-60,
780
780
  .txtyellow-60 {
781
- color: var(--bgl-yellow-60) !important;
781
+ color: var(--bgl-yellow-60);
782
782
  }
783
783
 
784
784
  .txt-purple-60,
785
785
  .txtpurple-60 {
786
- color: var(--bgl-purple-60) !important;
786
+ color: var(--bgl-purple-60);
787
787
  }
788
788
 
789
789
  .txt-brown-60,
790
790
  .txtbrown-60 {
791
- color: var(--bgl-brown-60) !important;
791
+ color: var(--bgl-brown-60);
792
792
  }
793
793
 
794
794
  .txt-orange-60,
795
795
  .txtorange-60 {
796
- color: var(--bgl-orange-60) !important;
796
+ color: var(--bgl-orange-60);
797
797
  }
798
798
 
799
799
  .txt-turquoise-60,
800
800
  .txtturquoise-60 {
801
- color: var(--bgl-turquoise-60) !important;
801
+ color: var(--bgl-turquoise-60);
802
802
  }
803
803
 
804
804
  .txt-gray-60,
805
805
  .txtgray-60 {
806
- color: var(--bgl-gray-60) !important;
806
+ color: var(--bgl-gray-60);
807
807
  }
808
808
 
809
809
  .txt-black-60,
810
810
  .txtblack-60 {
811
- color: var(--bgl-black-60) !important;
811
+ color: var(--bgl-black-60);
812
812
  }
813
813
 
814
814
  .txt-pink-60,
815
815
  .txtpink-60 {
816
- color: var(--bgl-pink-60) !important;
816
+ color: var(--bgl-pink-60);
817
817
  }
818
818
 
819
819
  .txt-primary-70,
820
820
  .txtprimary-70 {
821
- color: var(--bgl-primary-70) !important;
821
+ color: var(--bgl-primary-70);
822
822
  }
823
823
 
824
824
  .txt-blue-70,
825
825
  .txtblue-70 {
826
- color: var(--bgl-blue-70) !important;
826
+ color: var(--bgl-blue-70);
827
827
  }
828
828
 
829
829
  .txt-green-70,
830
830
  .txtgreen-70 {
831
- color: var(--bgl-green-70) !important;
831
+ color: var(--bgl-green-70);
832
832
  }
833
833
 
834
834
  .txt-red-70,
835
835
  .txtred-70 {
836
- color: var(--bgl-red-70) !important;
836
+ color: var(--bgl-red-70);
837
837
  }
838
838
 
839
839
  .txt-yellow-70,
840
840
  .txtyellow-70 {
841
- color: var(--bgl-yellow-70) !important;
841
+ color: var(--bgl-yellow-70);
842
842
  }
843
843
 
844
844
  .txt-purple-70,
845
845
  .txtpurple-70 {
846
- color: var(--bgl-purple-70) !important;
846
+ color: var(--bgl-purple-70);
847
847
  }
848
848
 
849
849
  .txt-brown-70,
850
850
  .txtbrown-70 {
851
- color: var(--bgl-brown-70) !important;
851
+ color: var(--bgl-brown-70);
852
852
  }
853
853
 
854
854
  .txt-orange-70,
855
855
  .txtorange-70 {
856
- color: var(--bgl-orange-70) !important;
856
+ color: var(--bgl-orange-70);
857
857
  }
858
858
 
859
859
  .txt-turquoise-70,
860
860
  .txtturquoise-70 {
861
- color: var(--bgl-turquoise-70) !important;
861
+ color: var(--bgl-turquoise-70);
862
862
  }
863
863
 
864
864
  .txt-gray-70,
865
865
  .txtgray-70 {
866
- color: var(--bgl-gray-70) !important;
866
+ color: var(--bgl-gray-70);
867
867
  }
868
868
 
869
869
  .txt-black-70,
870
870
  .txtblack-70 {
871
- color: var(--bgl-black-70) !important;
871
+ color: var(--bgl-black-70);
872
872
  }
873
873
 
874
874
  .txt-pink-70,
875
875
  .txtpink-70 {
876
- color: var(--bgl-pink-70) !important;
876
+ color: var(--bgl-pink-70);
877
877
  }
878
878
 
879
879
  .txt-primary-80,
880
880
  .txtprimary-80 {
881
- color: var(--bgl-primary-80) !important;
881
+ color: var(--bgl-primary-80);
882
882
  }
883
883
 
884
884
  .txt-blue-80,
885
885
  .txtblue-80 {
886
- color: var(--bgl-blue-80) !important;
886
+ color: var(--bgl-blue-80);
887
887
  }
888
888
 
889
889
  .txt-green-80,
890
890
  .txtgreen-80 {
891
- color: var(--bgl-green-80) !important;
891
+ color: var(--bgl-green-80);
892
892
  }
893
893
 
894
894
  .txt-red-80,
895
895
  .txtred-80 {
896
- color: var(--bgl-red-80) !important;
896
+ color: var(--bgl-red-80);
897
897
  }
898
898
 
899
899
  .txt-yellow-80,
900
900
  .txtyellow-80 {
901
- color: var(--bgl-yellow-80) !important;
901
+ color: var(--bgl-yellow-80);
902
902
  }
903
903
 
904
904
  .txt-purple-80,
905
905
  .txtpurple-80 {
906
- color: var(--bgl-purple-80) !important;
906
+ color: var(--bgl-purple-80);
907
907
  }
908
908
 
909
909
  .txt-brown-80,
910
910
  .txtbrown-80 {
911
- color: var(--bgl-brown-80) !important;
911
+ color: var(--bgl-brown-80);
912
912
  }
913
913
 
914
914
  .txt-orange-80,
915
915
  .txtorange-80 {
916
- color: var(--bgl-orange-80) !important;
916
+ color: var(--bgl-orange-80);
917
917
  }
918
918
 
919
919
  .txt-turquoise-80,
920
920
  .txtturquoise-80 {
921
- color: var(--bgl-turquoise-80) !important;
921
+ color: var(--bgl-turquoise-80);
922
922
  }
923
923
 
924
924
  .txt-gray-80,
925
925
  .txtgray-80 {
926
- color: var(--bgl-gray-80) !important;
926
+ color: var(--bgl-gray-80);
927
927
  }
928
928
 
929
929
  .txt-black-80,
930
930
  .txtblack-80 {
931
- color: var(--bgl-black-80) !important;
931
+ color: var(--bgl-black-80);
932
932
  }
933
933
 
934
934
  .txt-pink-80,
935
935
  .txtpink-80 {
936
- color: var(--bgl-pink-80) !important;
936
+ color: var(--bgl-pink-80);
937
937
  }
938
938
 
939
939
  .txt-primary-90,
940
940
  .txtprimary-90 {
941
- color: var(--bgl-primary-90) !important;
941
+ color: var(--bgl-primary-90);
942
942
  }
943
943
 
944
944
  .txt-blue-90,
945
945
  .txtblue-90 {
946
- color: var(--bgl-blue-90) !important;
946
+ color: var(--bgl-blue-90);
947
947
  }
948
948
 
949
949
  .txt-green-90,
950
950
  .txtgreen-90 {
951
- color: var(--bgl-green-90) !important;
951
+ color: var(--bgl-green-90);
952
952
  }
953
953
 
954
954
  .txt-red-90,
955
955
  .txtred-90 {
956
- color: var(--bgl-red-90) !important;
956
+ color: var(--bgl-red-90);
957
957
  }
958
958
 
959
959
  .txt-yellow-90,
960
960
  .txtyellow-90 {
961
- color: var(--bgl-yellow-90) !important;
961
+ color: var(--bgl-yellow-90);
962
962
  }
963
963
 
964
964
  .txt-purple-90,
965
965
  .txtpurple-90 {
966
- color: var(--bgl-purple-90) !important;
966
+ color: var(--bgl-purple-90);
967
967
  }
968
968
 
969
969
  .txt-brown-90,
970
970
  .txtbrown-90 {
971
- color: var(--bgl-brown-90) !important;
971
+ color: var(--bgl-brown-90);
972
972
  }
973
973
 
974
974
  .txt-orange-90,
975
975
  .txtorange-90 {
976
- color: var(--bgl-orange-90) !important;
976
+ color: var(--bgl-orange-90);
977
977
  }
978
978
 
979
979
  .txt-turquoise-90,
980
980
  .txtturquoise-90 {
981
- color: var(--bgl-turquoise-90) !important;
981
+ color: var(--bgl-turquoise-90);
982
982
  }
983
983
 
984
984
  .txt-gray-90,
985
985
  .txtgray-90 {
986
- color: var(--bgl-gray-90) !important;
986
+ color: var(--bgl-gray-90);
987
987
  }
988
988
 
989
989
  .txt-black-90,
990
990
  .txtblack-90 {
991
- color: var(--bgl-black-90) !important;
991
+ color: var(--bgl-black-90);
992
992
  }
993
993
 
994
994
  .txt-pink-90,
995
995
  .txtpink-90 {
996
- color: var(--bgl-pink-90) !important;
996
+ color: var(--bgl-pink-90);
997
997
  }
998
998
 
999
999
  .txt-primary-100,
1000
1000
  .txtprimary-100 {
1001
- color: var(--bgl-primary-100) !important;
1001
+ color: var(--bgl-primary-100);
1002
1002
  }
1003
1003
 
1004
1004
  .txt-blue-100,
1005
1005
  .txtblue-100 {
1006
- color: var(--bgl-blue-100) !important;
1006
+ color: var(--bgl-blue-100);
1007
1007
  }
1008
1008
 
1009
1009
  .txt-green-100,
1010
1010
  .txtgreen-100 {
1011
- color: var(--bgl-green-100) !important;
1011
+ color: var(--bgl-green-100);
1012
1012
  }
1013
1013
 
1014
1014
  .txt-red-100,
1015
1015
  .txtred-100 {
1016
- color: var(--bgl-red-100) !important;
1016
+ color: var(--bgl-red-100);
1017
1017
  }
1018
1018
 
1019
1019
  .txt-yellow-100,
1020
1020
  .txtyellow-100 {
1021
- color: var(--bgl-yellow-100) !important;
1021
+ color: var(--bgl-yellow-100);
1022
1022
  }
1023
1023
 
1024
1024
  .txt-purple-100,
1025
1025
  .txtpurple-100 {
1026
- color: var(--bgl-purple-100) !important;
1026
+ color: var(--bgl-purple-100);
1027
1027
  }
1028
1028
 
1029
1029
  .txt-brown-100,
1030
1030
  .txtbrown-100 {
1031
- color: var(--bgl-brown-100) !important;
1031
+ color: var(--bgl-brown-100);
1032
1032
  }
1033
1033
 
1034
1034
  .txt-orange-100,
1035
1035
  .txtorange-100 {
1036
- color: var(--bgl-orange-100) !important;
1036
+ color: var(--bgl-orange-100);
1037
1037
  }
1038
1038
 
1039
1039
  .txt-turquoise-100,
1040
1040
  .txtturquoise-100 {
1041
- color: var(--bgl-turquoise-100) !important;
1041
+ color: var(--bgl-turquoise-100);
1042
1042
  }
1043
1043
 
1044
1044
  .txt-gray-100,
1045
1045
  .txtgray-100 {
1046
- color: var(--bgl-gray-100) !important;
1046
+ color: var(--bgl-gray-100);
1047
1047
  }
1048
1048
 
1049
1049
  .txt-black-100,
1050
1050
  .txtblack-100 {
1051
- color: var(--bgl-black-100) !important;
1051
+ color: var(--bgl-black-100);
1052
1052
  }
1053
1053
 
1054
1054
  .txt-pink-100,
1055
1055
  .txtpink-100 {
1056
- color: var(--bgl-pink-100) !important;
1056
+ color: var(--bgl-pink-100);
1057
1057
  }
1058
1058
 
1059
1059
  .txt-primary-110,
1060
1060
  .txtprimary-110 {
1061
- color: var(--bgl-primary-110) !important;
1061
+ color: var(--bgl-primary-110);
1062
1062
  }
1063
1063
 
1064
1064
  .txt-blue-110,
1065
1065
  .txtblue-110 {
1066
- color: var(--bgl-blue-110) !important;
1066
+ color: var(--bgl-blue-110);
1067
1067
  }
1068
1068
 
1069
1069
  .txt-green-110,
1070
1070
  .txtgreen-110 {
1071
- color: var(--bgl-green-110) !important;
1071
+ color: var(--bgl-green-110);
1072
1072
  }
1073
1073
 
1074
1074
  .txt-red-110,
1075
1075
  .txtred-110 {
1076
- color: var(--bgl-red-110) !important;
1076
+ color: var(--bgl-red-110);
1077
1077
  }
1078
1078
 
1079
1079
  .txt-yellow-110,
1080
1080
  .txtyellow-110 {
1081
- color: var(--bgl-yellow-110) !important;
1081
+ color: var(--bgl-yellow-110);
1082
1082
  }
1083
1083
 
1084
1084
  .txt-purple-110,
1085
1085
  .txtpurple-110 {
1086
- color: var(--bgl-purple-110) !important;
1086
+ color: var(--bgl-purple-110);
1087
1087
  }
1088
1088
 
1089
1089
  .txt-brown-110,
1090
1090
  .txtbrown-110 {
1091
- color: var(--bgl-brown-110) !important;
1091
+ color: var(--bgl-brown-110);
1092
1092
  }
1093
1093
 
1094
1094
  .txt-orange-110,
1095
1095
  .txtorange-110 {
1096
- color: var(--bgl-orange-110) !important;
1096
+ color: var(--bgl-orange-110);
1097
1097
  }
1098
1098
 
1099
1099
  .txt-turquoise-110,
1100
1100
  .txtturquoise-110 {
1101
- color: var(--bgl-turquoise-110) !important;
1101
+ color: var(--bgl-turquoise-110);
1102
1102
  }
1103
1103
 
1104
1104
  .txt-gray-110,
1105
1105
  .txtgray-110 {
1106
- color: var(--bgl-gray-110) !important;
1106
+ color: var(--bgl-gray-110);
1107
1107
  }
1108
1108
 
1109
1109
  .txt-black-110,
1110
1110
  .txtblack-110 {
1111
- color: var(--bgl-black-110) !important;
1111
+ color: var(--bgl-black-110);
1112
1112
  }
1113
1113
 
1114
1114
  .txt-pink-110,
1115
1115
  .txtpink-110 {
1116
- color: var(--bgl-pink-110) !important;
1116
+ color: var(--bgl-pink-110);
1117
1117
  }
1118
1118
 
1119
1119
  .txt-primary-120,
1120
1120
  .txtprimary-120 {
1121
- color: var(--bgl-primary-120) !important;
1121
+ color: var(--bgl-primary-120);
1122
1122
  }
1123
1123
 
1124
1124
  .txt-blue-120,
1125
1125
  .txtblue-120 {
1126
- color: var(--bgl-blue-120) !important;
1126
+ color: var(--bgl-blue-120);
1127
1127
  }
1128
1128
 
1129
1129
  .txt-green-120,
1130
1130
  .txtgreen-120 {
1131
- color: var(--bgl-green-120) !important;
1131
+ color: var(--bgl-green-120);
1132
1132
  }
1133
1133
 
1134
1134
  .txt-red-120,
1135
1135
  .txtred-120 {
1136
- color: var(--bgl-red-120) !important;
1136
+ color: var(--bgl-red-120);
1137
1137
  }
1138
1138
 
1139
1139
  .txt-yellow-120,
1140
1140
  .txtyellow-120 {
1141
- color: var(--bgl-yellow-120) !important;
1141
+ color: var(--bgl-yellow-120);
1142
1142
  }
1143
1143
 
1144
1144
  .txt-purple-120,
1145
1145
  .txtpurple-120 {
1146
- color: var(--bgl-purple-120) !important;
1146
+ color: var(--bgl-purple-120);
1147
1147
  }
1148
1148
 
1149
1149
  .txt-brown-120,
1150
1150
  .txtbrown-120 {
1151
- color: var(--bgl-brown-120) !important;
1151
+ color: var(--bgl-brown-120);
1152
1152
  }
1153
1153
 
1154
1154
  .txt-orange-120,
1155
1155
  .txtorange-120 {
1156
- color: var(--bgl-orange-120) !important;
1156
+ color: var(--bgl-orange-120);
1157
1157
  }
1158
1158
 
1159
1159
  .txt-turquoise-120,
1160
1160
  .txtturquoise-120 {
1161
- color: var(--bgl-turquoise-120) !important;
1161
+ color: var(--bgl-turquoise-120);
1162
1162
  }
1163
1163
 
1164
1164
  .txt-gray-120,
1165
1165
  .txtgray-120 {
1166
- color: var(--bgl-gray-120) !important;
1166
+ color: var(--bgl-gray-120);
1167
1167
  }
1168
1168
 
1169
1169
  .txt-black-120,
1170
1170
  .txtblack-120 {
1171
- color: var(--bgl-black-120) !important;
1171
+ color: var(--bgl-black-120);
1172
1172
  }
1173
1173
 
1174
1174
  .txt-pink-120,
1175
1175
  .txtpink-120 {
1176
- color: var(--bgl-pink-120) !important;
1176
+ color: var(--bgl-pink-120);
1177
1177
  }
1178
1178
 
1179
1179
  .txt-primary-130,
1180
1180
  .txtprimary-130 {
1181
- color: var(--bgl-primary-130) !important;
1181
+ color: var(--bgl-primary-130);
1182
1182
  }
1183
1183
 
1184
1184
  .txt-blue-130,
1185
1185
  .txtblue-130 {
1186
- color: var(--bgl-blue-130) !important;
1186
+ color: var(--bgl-blue-130);
1187
1187
  }
1188
1188
 
1189
1189
  .txt-green-130,
1190
1190
  .txtgreen-130 {
1191
- color: var(--bgl-green-130) !important;
1191
+ color: var(--bgl-green-130);
1192
1192
  }
1193
1193
 
1194
1194
  .txt-red-130,
1195
1195
  .txtred-130 {
1196
- color: var(--bgl-red-130) !important;
1196
+ color: var(--bgl-red-130);
1197
1197
  }
1198
1198
 
1199
1199
  .txt-yellow-130,
1200
1200
  .txtyellow-130 {
1201
- color: var(--bgl-yellow-130) !important;
1201
+ color: var(--bgl-yellow-130);
1202
1202
  }
1203
1203
 
1204
1204
  .txt-purple-130,
1205
1205
  .txtpurple-130 {
1206
- color: var(--bgl-purple-130) !important;
1206
+ color: var(--bgl-purple-130);
1207
1207
  }
1208
1208
 
1209
1209
  .txt-brown-130,
1210
1210
  .txtbrown-130 {
1211
- color: var(--bgl-brown-130) !important;
1211
+ color: var(--bgl-brown-130);
1212
1212
  }
1213
1213
 
1214
1214
  .txt-orange-130,
1215
1215
  .txtorange-130 {
1216
- color: var(--bgl-orange-130) !important;
1216
+ color: var(--bgl-orange-130);
1217
1217
  }
1218
1218
 
1219
1219
  .txt-turquoise-130,
1220
1220
  .txtturquoise-130 {
1221
- color: var(--bgl-turquoise-130) !important;
1221
+ color: var(--bgl-turquoise-130);
1222
1222
  }
1223
1223
 
1224
1224
  .txt-gray-130,
1225
1225
  .txtgray-130 {
1226
- color: var(--bgl-gray-130) !important;
1226
+ color: var(--bgl-gray-130);
1227
1227
  }
1228
1228
 
1229
1229
  .txt-black-130,
1230
1230
  .txtblack-130 {
1231
- color: var(--bgl-black-130) !important;
1231
+ color: var(--bgl-black-130);
1232
1232
  }
1233
1233
 
1234
1234
  .txt-pink-130,
1235
1235
  .txtpink-130 {
1236
- color: var(--bgl-pink-130) !important;
1236
+ color: var(--bgl-pink-130);
1237
1237
  }
1238
1238
 
1239
1239
  .txt-thin {
1240
- font-weight: 100 !important;
1240
+ font-weight: 100;
1241
1241
  }
1242
1242
 
1243
1243
  .extra-light,
1244
1244
  .txt-extra-light,
1245
1245
  .txt-ultra-light {
1246
- font-weight: 200 !important;
1246
+ font-weight: 200;
1247
1247
  }
1248
1248
 
1249
1249
  .light,
1250
1250
  .txt-light {
1251
- font-weight: 300 !important;
1251
+ font-weight: 300;
1252
1252
  }
1253
1253
 
1254
1254
  .regular,
1255
1255
  .txt-regular {
1256
- font-weight: 400 !important;
1256
+ font-weight: 400;
1257
1257
  }
1258
1258
 
1259
1259
  .medium,
1260
1260
  .txt-medium {
1261
- font-weight: 500 !important;
1261
+ font-weight: 500;
1262
1262
  }
1263
1263
 
1264
1264
  .semi,
1265
1265
  .semibold,
1266
1266
  .txt-semi,
1267
1267
  .txt-semibold {
1268
- font-weight: 600 !important;
1268
+ font-weight: 600;
1269
1269
  }
1270
1270
 
1271
1271
  .bold,
1272
1272
  .txt-bold {
1273
- font-weight: 700 !important;
1273
+ font-weight: 700;
1274
1274
  }
1275
1275
 
1276
1276
  .extra-bold,
1277
1277
  .txt-extra-bold,
1278
1278
  .txt-ultra-bold {
1279
- font-weight: 800 !important;
1279
+ font-weight: 800;
1280
1280
  }
1281
1281
 
1282
1282
  .black {
1283
- font-weight: 900 !important;
1283
+ font-weight: 900;
1284
1284
  }
1285
1285
 
1286
1286
  .line-height-0 {
1287
- line-height: 0 !important;
1287
+ line-height: 0;
1288
1288
  }
1289
1289
 
1290
1290
  .line-height-01 {
1291
- line-height: 0.1 !important;
1291
+ line-height: 0.1;
1292
1292
  }
1293
1293
 
1294
1294
  .line-height-02 {
1295
- line-height: 0.2 !important;
1295
+ line-height: 0.2;
1296
1296
  }
1297
1297
 
1298
1298
  .line-height-03 {
1299
- line-height: 0.3 !important;
1299
+ line-height: 0.3;
1300
1300
  }
1301
1301
 
1302
1302
  .line-height-04 {
1303
- line-height: 0.4 !important;
1303
+ line-height: 0.4;
1304
1304
  }
1305
1305
 
1306
1306
  .line-height-05 {
1307
- line-height: 0.5 !important;
1307
+ line-height: 0.5;
1308
1308
  }
1309
1309
 
1310
1310
  .line-height-06 {
1311
- line-height: 0.6 !important;
1311
+ line-height: 0.6;
1312
1312
  }
1313
1313
 
1314
1314
  .line-height-07 {
1315
- line-height: 0.7 !important;
1315
+ line-height: 0.7;
1316
1316
  }
1317
1317
 
1318
1318
  .line-height-08 {
1319
- line-height: 0.8 !important;
1319
+ line-height: 0.8;
1320
1320
  }
1321
1321
 
1322
1322
  .line-height-09 {
1323
- line-height: 0.9 !important;
1323
+ line-height: 0.9;
1324
1324
  }
1325
1325
 
1326
1326
  .line-height-1 {
1327
- line-height: 1 !important;
1327
+ line-height: 1;
1328
1328
  }
1329
1329
 
1330
1330
  .line-height-11 {
1331
- line-height: 1.1 !important;
1331
+ line-height: 1.1;
1332
1332
  }
1333
1333
 
1334
1334
  .line-height-12 {
1335
- line-height: 1.2 !important;
1335
+ line-height: 1.2;
1336
1336
  }
1337
1337
 
1338
1338
  .line-height-13 {
1339
- line-height: 1.3 !important;
1339
+ line-height: 1.3;
1340
1340
  }
1341
1341
 
1342
1342
  .line-height-14 {
1343
- line-height: 1.4 !important;
1343
+ line-height: 1.4;
1344
1344
  }
1345
1345
 
1346
1346
  .line-height-15 {
1347
- line-height: 1.5 !important;
1347
+ line-height: 1.5;
1348
1348
  }
1349
1349
 
1350
1350
  .line-height-16 {
1351
- line-height: 1.6 !important;
1351
+ line-height: 1.6;
1352
1352
  }
1353
1353
 
1354
1354
  .line-height-17 {
1355
- line-height: 1.7 !important;
1355
+ line-height: 1.7;
1356
1356
  }
1357
1357
 
1358
1358
  .line-height-18 {
1359
- line-height: 1.8 !important;
1359
+ line-height: 1.8;
1360
1360
  }
1361
1361
 
1362
1362
  .line-height-19 {
1363
- line-height: 1.9 !important;
1363
+ line-height: 1.9;
1364
1364
  }
1365
1365
 
1366
1366
  .line-height-2 {
1367
- line-height: 2 !important;
1367
+ line-height: 2;
1368
1368
  }
1369
1369
 
1370
1370
  .line-height-normal {
1371
- line-height: normal !important;
1371
+ line-height: normal;
1372
1372
  }
1373
1373
 
1374
1374
  .ellipsis {
1375
- overflow: hidden !important;
1376
- display: block !important;
1377
- width: 100% !important;
1378
- text-overflow: ellipsis !important;
1375
+ overflow: hidden;
1376
+ display: block;
1377
+ width: 100%;
1378
+ text-overflow: ellipsis;
1379
1379
  }
1380
1380
 
1381
1381
  .ellipsis-1,
@@ -1384,61 +1384,61 @@
1384
1384
  .ellipsis-4,
1385
1385
  .ellipsis-5,
1386
1386
  .ellipsis-6 {
1387
- display: block !important;
1388
- display: -webkit-box !important;
1389
- max-width: 100% !important;
1390
- -webkit-box-orient: vertical !important;
1391
- overflow: hidden !important;
1392
- text-overflow: ellipsis !important;
1387
+ display: block;
1388
+ display: -webkit-box;
1389
+ max-width: 100%;
1390
+ -webkit-box-orient: vertical;
1391
+ overflow: hidden;
1392
+ text-overflow: ellipsis;
1393
1393
  }
1394
1394
 
1395
1395
  .ellipsis-1 {
1396
- -webkit-line-clamp: 1 !important;
1396
+ -webkit-line-clamp: 1;
1397
1397
  }
1398
1398
 
1399
1399
  .ellipsis-2 {
1400
- -webkit-line-clamp: 2 !important;
1400
+ -webkit-line-clamp: 2;
1401
1401
  }
1402
1402
 
1403
1403
  .ellipsis-3 {
1404
- -webkit-line-clamp: 3 !important;
1404
+ -webkit-line-clamp: 3;
1405
1405
  }
1406
1406
 
1407
1407
  .ellipsis-4 {
1408
- -webkit-line-clamp: 4 !important;
1408
+ -webkit-line-clamp: 4;
1409
1409
  }
1410
1410
 
1411
1411
  .ellipsis-5 {
1412
- -webkit-line-clamp: 5 !important;
1412
+ -webkit-line-clamp: 5;
1413
1413
  }
1414
1414
 
1415
1415
  .ellipsis-6 {
1416
- -webkit-line-clamp: 6 !important;
1416
+ -webkit-line-clamp: 6;
1417
1417
  }
1418
1418
 
1419
1419
  .pointer,
1420
1420
  .cursor-pointer {
1421
- cursor: pointer !important;
1421
+ cursor: pointer;
1422
1422
  }
1423
1423
 
1424
1424
  .cursor-default {
1425
- cursor: default !important;
1425
+ cursor: default;
1426
1426
  }
1427
1427
 
1428
1428
  .grab {
1429
- cursor: grab !important;
1429
+ cursor: grab;
1430
1430
  }
1431
1431
 
1432
1432
  .grab:active {
1433
- cursor: grabbing !important;
1433
+ cursor: grabbing;
1434
1434
  }
1435
1435
 
1436
1436
  .not-allowed {
1437
- cursor: not-allowed !important;
1437
+ cursor: not-allowed;
1438
1438
  }
1439
1439
 
1440
1440
  .decoration-none {
1441
- text-decoration: none !important;
1441
+ text-decoration: none;
1442
1442
  }
1443
1443
 
1444
1444
  .underline,
@@ -1447,62 +1447,62 @@
1447
1447
  }
1448
1448
 
1449
1449
  .word-break {
1450
- word-break: break-word !important;
1450
+ word-break: break-word;
1451
1451
  }
1452
1452
 
1453
1453
  .word-break-all {
1454
- word-break: break-all !important;
1454
+ word-break: break-all;
1455
1455
  }
1456
1456
 
1457
1457
  .uppercase {
1458
- text-transform: uppercase !important;
1458
+ text-transform: uppercase;
1459
1459
  }
1460
1460
 
1461
1461
  .lowercase {
1462
- text-transform: lowercase !important;
1462
+ text-transform: lowercase;
1463
1463
  }
1464
1464
 
1465
1465
  .capitalize {
1466
- text-transform: capitalize !important;
1466
+ text-transform: capitalize;
1467
1467
  }
1468
1468
 
1469
1469
  .nowrap {
1470
- white-space: nowrap !important;
1470
+ white-space: nowrap;
1471
1471
  }
1472
1472
 
1473
1473
  .balance {
1474
- text-wrap: balance !important;
1474
+ text-wrap: balance;
1475
1475
  }
1476
1476
 
1477
1477
  .pretty {
1478
- text-wrap: pretty !important;
1478
+ text-wrap: pretty;
1479
1479
  }
1480
1480
 
1481
1481
  .white-space,
1482
1482
  .white-space-nowrap,
1483
1483
  .whitespace,
1484
1484
  .whitespace-nowrap {
1485
- white-space: nowrap !important;
1485
+ white-space: nowrap;
1486
1486
  }
1487
1487
 
1488
1488
  .white-space-break-spaces,
1489
1489
  .whitespace-break-spaces {
1490
- white-space: break-spaces !important;
1490
+ white-space: break-spaces;
1491
1491
  }
1492
1492
 
1493
1493
  .white-space-pre,
1494
1494
  .whitespace-pre {
1495
- white-space: pre !important;
1495
+ white-space: pre;
1496
1496
  }
1497
1497
 
1498
1498
  .white-space-pre-line,
1499
1499
  .whitespace-pre-line {
1500
- white-space: pre-line !important;
1500
+ white-space: pre-line;
1501
1501
  }
1502
1502
 
1503
1503
  .white-space-pre-wrap,
1504
1504
  .whitespace-pre-wrap {
1505
- white-space: pre-wrap !important;
1505
+ white-space: pre-wrap;
1506
1506
  }
1507
1507
 
1508
1508
  .notranslate {
@@ -1514,7 +1514,7 @@
1514
1514
  }
1515
1515
 
1516
1516
  .italic {
1517
- font-style: italic !important;
1517
+ font-style: italic;
1518
1518
  }
1519
1519
 
1520
1520
  .monospace {
@@ -1556,1402 +1556,1402 @@
1556
1556
  }
1557
1557
 
1558
1558
  .m_italic {
1559
- font-style: italic !important;
1559
+ font-style: italic;
1560
1560
  }
1561
1561
 
1562
1562
  .txt20,
1563
1563
  .txt-20 {
1564
- font-size: 18px !important;
1564
+ font-size: 18px;
1565
1565
  }
1566
1566
 
1567
1567
  .txt16,
1568
1568
  .txt-16 {
1569
- font-size: 14px !important;
1569
+ font-size: 14px;
1570
1570
  }
1571
1571
 
1572
1572
  .txt14,
1573
1573
  .txt-14 {
1574
- font-size: 12px !important;
1574
+ font-size: 12px;
1575
1575
  }
1576
1576
 
1577
1577
  .m_txt-center,
1578
1578
  .m_text-center {
1579
- text-align: center !important;
1579
+ text-align: center;
1580
1580
  }
1581
1581
 
1582
1582
  .m_txt-start,
1583
1583
  .m_text-start {
1584
- text-align: start !important;
1584
+ text-align: start;
1585
1585
  }
1586
1586
 
1587
1587
  .m_txt-end,
1588
1588
  .m_text-end {
1589
- text-align: end !important;
1589
+ text-align: end;
1590
1590
  }
1591
1591
 
1592
1592
  .m_txt-left,
1593
1593
  .m_text-left {
1594
- text-align: left !important;
1594
+ text-align: left;
1595
1595
  }
1596
1596
 
1597
1597
  .m_txt-right,
1598
1598
  .m_text-right {
1599
- text-align: right !important;
1599
+ text-align: right;
1600
1600
  }
1601
1601
 
1602
1602
  .m_txt-justify,
1603
1603
  .m_text-justify {
1604
- text-align: justify !important;
1604
+ text-align: justify;
1605
1605
  }
1606
1606
 
1607
1607
  .m_txt-small {
1608
- font-size: 12px !important;
1608
+ font-size: 12px;
1609
1609
  }
1610
1610
 
1611
1611
  .m_txt20,
1612
1612
  .m_txt-20 {
1613
- font-size: 20px !important;
1613
+ font-size: 20px;
1614
1614
  }
1615
1615
 
1616
1616
  .m_txt24,
1617
1617
  .m_txt-24 {
1618
- font-size: 24px !important;
1618
+ font-size: 24px;
1619
1619
  }
1620
1620
 
1621
1621
  .m_txt28,
1622
1622
  .m_txt-28 {
1623
- font-size: 28px !important;
1623
+ font-size: 28px;
1624
1624
  }
1625
1625
 
1626
1626
  .m_txt30,
1627
1627
  .m_txt-30 {
1628
- font-size: 30px !important;
1628
+ font-size: 30px;
1629
1629
  }
1630
1630
 
1631
1631
  .m_txt32,
1632
1632
  .m_txt-32 {
1633
- font-size: 32px !important;
1633
+ font-size: 32px;
1634
1634
  }
1635
1635
 
1636
1636
  .m_txt36,
1637
1637
  .m_txt-36 {
1638
- font-size: 36px !important;
1638
+ font-size: 36px;
1639
1639
  }
1640
1640
 
1641
1641
  .m_txt40,
1642
1642
  .m_txt-40 {
1643
- font-size: 40px !important;
1643
+ font-size: 40px;
1644
1644
  }
1645
1645
 
1646
1646
  .m_txt44,
1647
1647
  .m_txt-44 {
1648
- font-size: 44px !important;
1648
+ font-size: 44px;
1649
1649
  }
1650
1650
 
1651
1651
  .m_txt48,
1652
1652
  .m_txt-48 {
1653
- font-size: 48px !important;
1653
+ font-size: 48px;
1654
1654
  }
1655
1655
 
1656
1656
  .m_txt50,
1657
1657
  .m_txt-50 {
1658
- font-size: 50px !important;
1658
+ font-size: 50px;
1659
1659
  }
1660
1660
 
1661
1661
  .m_txt52,
1662
1662
  .m_txt-52 {
1663
- font-size: 52px !important;
1663
+ font-size: 52px;
1664
1664
  }
1665
1665
 
1666
1666
  .m_txt56,
1667
1667
  .m_txt-56 {
1668
- font-size: 56px !important;
1668
+ font-size: 56px;
1669
1669
  }
1670
1670
 
1671
1671
  .m_txt60,
1672
1672
  .m_txt-60 {
1673
- font-size: 60px !important;
1673
+ font-size: 60px;
1674
1674
  }
1675
1675
 
1676
1676
  .m_txt64,
1677
1677
  .m_txt-64 {
1678
- font-size: 64px !important;
1678
+ font-size: 64px;
1679
1679
  }
1680
1680
 
1681
1681
  .m_txt68,
1682
1682
  .m_txt-68 {
1683
- font-size: 68px !important;
1683
+ font-size: 68px;
1684
1684
  }
1685
1685
 
1686
1686
  .m_txt70,
1687
1687
  .m_txt-70 {
1688
- font-size: 70px !important;
1688
+ font-size: 70px;
1689
1689
  }
1690
1690
 
1691
1691
  .m_txt72,
1692
1692
  .m_txt-72 {
1693
- font-size: 72px !important;
1693
+ font-size: 72px;
1694
1694
  }
1695
1695
 
1696
1696
  .m_txt80,
1697
1697
  .m_txt-80 {
1698
- font-size: 80px !important;
1698
+ font-size: 80px;
1699
1699
  }
1700
1700
 
1701
1701
  .m_txt90,
1702
1702
  .m_txt-90 {
1703
- font-size: 90px !important;
1703
+ font-size: 90px;
1704
1704
  }
1705
1705
 
1706
1706
  .m_txt100,
1707
1707
  .m_txt-100 {
1708
- font-size: 100px !important;
1708
+ font-size: 100px;
1709
1709
  }
1710
1710
 
1711
1711
  .m_txt110,
1712
1712
  .m_txt-110 {
1713
- font-size: 110px !important;
1713
+ font-size: 110px;
1714
1714
  }
1715
1715
 
1716
1716
  .m_txt120,
1717
1717
  .m_txt-120 {
1718
- font-size: 120px !important;
1718
+ font-size: 120px;
1719
1719
  }
1720
1720
 
1721
1721
  .m_txt130,
1722
1722
  .m_txt-130 {
1723
- font-size: 130px !important;
1723
+ font-size: 130px;
1724
1724
  }
1725
1725
 
1726
1726
  .m_txt140,
1727
1727
  .m_txt-140 {
1728
- font-size: 140px !important;
1728
+ font-size: 140px;
1729
1729
  }
1730
1730
 
1731
1731
  .m_txt150,
1732
1732
  .m_txt-150 {
1733
- font-size: 150px !important;
1733
+ font-size: 150px;
1734
1734
  }
1735
1735
 
1736
1736
  .m_txt19,
1737
1737
  .m_txt-19 {
1738
- font-size: 19px !important;
1738
+ font-size: 19px;
1739
1739
  }
1740
1740
 
1741
1741
  .m_txt18,
1742
1742
  .m_txt-18 {
1743
- font-size: 18px !important;
1743
+ font-size: 18px;
1744
1744
  }
1745
1745
 
1746
1746
  .m_txt17,
1747
1747
  .m_txt-17 {
1748
- font-size: 17px !important;
1748
+ font-size: 17px;
1749
1749
  }
1750
1750
 
1751
1751
  .m_txt16,
1752
1752
  .m_txt-16 {
1753
- font-size: 16px !important;
1753
+ font-size: 16px;
1754
1754
  }
1755
1755
 
1756
1756
  .m_txt15,
1757
1757
  .m_txt-15 {
1758
- font-size: 15px !important;
1758
+ font-size: 15px;
1759
1759
  }
1760
1760
 
1761
1761
  .m_txt14,
1762
1762
  .m_txt-14 {
1763
- font-size: 14px !important;
1763
+ font-size: 14px;
1764
1764
  }
1765
1765
 
1766
1766
  .m_txt13,
1767
1767
  .m_txt-13 {
1768
- font-size: 13px !important;
1768
+ font-size: 13px;
1769
1769
  }
1770
1770
 
1771
1771
  .m_txt12,
1772
1772
  .m_txt-12 {
1773
- font-size: 12px !important;
1773
+ font-size: 12px;
1774
1774
  }
1775
1775
 
1776
1776
  .m_txt11,
1777
1777
  .m_txt-11 {
1778
- font-size: 11px !important;
1778
+ font-size: 11px;
1779
1779
  }
1780
1780
 
1781
1781
  .m_txt10,
1782
1782
  .m_txt-10 {
1783
- font-size: 10px !important;
1783
+ font-size: 10px;
1784
1784
  }
1785
1785
 
1786
1786
  .m_txt9,
1787
1787
  .m_txt-9 {
1788
- font-size: 9px !important;
1788
+ font-size: 9px;
1789
1789
  }
1790
1790
 
1791
1791
  .m_txt025,
1792
1792
  .m_txt-025 {
1793
- font-size: 0.25rem !important;
1793
+ font-size: 0.25rem;
1794
1794
  }
1795
1795
 
1796
1796
  .m_txt05,
1797
1797
  .m_txt-05 {
1798
- font-size: 0.5rem !important;
1798
+ font-size: 0.5rem;
1799
1799
  }
1800
1800
 
1801
1801
  .m_txt075,
1802
1802
  .m_txt-075 {
1803
- font-size: 0.75rem !important;
1803
+ font-size: 0.75rem;
1804
1804
  }
1805
1805
 
1806
1806
  .m_txt1rem,
1807
1807
  .m_txt-1rem {
1808
- font-size: 1rem !important;
1808
+ font-size: 1rem;
1809
1809
  }
1810
1810
 
1811
1811
  .m_txt1-25rem,
1812
1812
  .m_txt-1-25rem {
1813
- font-size: 1.25rem !important;
1813
+ font-size: 1.25rem;
1814
1814
  }
1815
1815
 
1816
1816
  .m_txt1-5rem,
1817
1817
  .m_txt-1-5rem {
1818
- font-size: 1.5rem !important;
1818
+ font-size: 1.5rem;
1819
1819
  }
1820
1820
 
1821
1821
  .m_txt1-75rem,
1822
1822
  .m_txt-1-75rem {
1823
- font-size: 1.75rem !important;
1823
+ font-size: 1.75rem;
1824
1824
  }
1825
1825
 
1826
1826
  .m_txt2rem,
1827
1827
  .m_txt-2rem {
1828
- font-size: 2rem !important;
1828
+ font-size: 2rem;
1829
1829
  }
1830
1830
 
1831
1831
  .m_txt2-25rem,
1832
1832
  .m_txt-2-25rem {
1833
- font-size: 2.25rem !important;
1833
+ font-size: 2.25rem;
1834
1834
  }
1835
1835
 
1836
1836
  .m_txt2-5rem,
1837
1837
  .m_txt-2-5rem {
1838
- font-size: 2.5rem !important;
1838
+ font-size: 2.5rem;
1839
1839
  }
1840
1840
 
1841
1841
  .m_txt2-75rem,
1842
1842
  .m_txt-2-75rem {
1843
- font-size: 2.75rem !important;
1843
+ font-size: 2.75rem;
1844
1844
  }
1845
1845
 
1846
1846
  .m_txt3rem,
1847
1847
  .m_txt-3rem {
1848
- font-size: 3rem !important;
1848
+ font-size: 3rem;
1849
1849
  }
1850
1850
 
1851
1851
  .m_txt3-25rem,
1852
1852
  .m_txt-3-25rem {
1853
- font-size: 3.25rem !important;
1853
+ font-size: 3.25rem;
1854
1854
  }
1855
1855
 
1856
1856
  .m_txt3-5rem,
1857
1857
  .m_txt-3-5rem {
1858
- font-size: 3.5rem !important;
1858
+ font-size: 3.5rem;
1859
1859
  }
1860
1860
 
1861
1861
  .m_txt3-75rem,
1862
1862
  .m_txt-3-75rem {
1863
- font-size: 3.75rem !important;
1863
+ font-size: 3.75rem;
1864
1864
  }
1865
1865
 
1866
1866
  .m_txt4rem,
1867
1867
  .m_txt-4rem {
1868
- font-size: 4rem !important;
1868
+ font-size: 4rem;
1869
1869
  }
1870
1870
 
1871
1871
  .m_txt4-25rem,
1872
1872
  .m_txt-4-25rem {
1873
- font-size: 4.25rem !important;
1873
+ font-size: 4.25rem;
1874
1874
  }
1875
1875
 
1876
1876
  .m_txt4-5rem,
1877
1877
  .m_txt-4-5rem {
1878
- font-size: 4.5rem !important;
1878
+ font-size: 4.5rem;
1879
1879
  }
1880
1880
 
1881
1881
  .m_txt4-75rem,
1882
1882
  .m_txt-4-75rem {
1883
- font-size: 4.75rem !important;
1883
+ font-size: 4.75rem;
1884
1884
  }
1885
1885
 
1886
1886
  .m_txt5rem,
1887
1887
  .m_txt-5rem {
1888
- font-size: 5rem !important;
1888
+ font-size: 5rem;
1889
1889
  }
1890
1890
 
1891
1891
  .m_txt5-25rem,
1892
1892
  .m_txt-5-25rem {
1893
- font-size: 5.25rem !important;
1893
+ font-size: 5.25rem;
1894
1894
  }
1895
1895
 
1896
1896
  .m_txt5-5rem,
1897
1897
  .m_txt-5-5rem {
1898
- font-size: 5.5rem !important;
1898
+ font-size: 5.5rem;
1899
1899
  }
1900
1900
 
1901
1901
  .m_txt5-75rem,
1902
1902
  .m_txt-5-75rem {
1903
- font-size: 5.75rem !important;
1903
+ font-size: 5.75rem;
1904
1904
  }
1905
1905
 
1906
1906
  .m_txt6rem,
1907
1907
  .m_txt-6rem {
1908
- font-size: 6rem !important;
1908
+ font-size: 6rem;
1909
1909
  }
1910
1910
 
1911
1911
  .m_txt6-25rem,
1912
1912
  .m_txt-6-25rem {
1913
- font-size: 6.25rem !important;
1913
+ font-size: 6.25rem;
1914
1914
  }
1915
1915
 
1916
1916
  .m_txt6-5rem,
1917
1917
  .m_txt-6-5rem {
1918
- font-size: 6.5rem !important;
1918
+ font-size: 6.5rem;
1919
1919
  }
1920
1920
 
1921
1921
  .m_txt6-75rem,
1922
1922
  .m_txt-6-75rem {
1923
- font-size: 6.75rem !important;
1923
+ font-size: 6.75rem;
1924
1924
  }
1925
1925
 
1926
1926
  .m_txt7rem,
1927
1927
  .m_txt-7rem {
1928
- font-size: 7rem !important;
1928
+ font-size: 7rem;
1929
1929
  }
1930
1930
 
1931
1931
  .m_txt7-25rem,
1932
1932
  .m_txt-7-25rem {
1933
- font-size: 7.25rem !important;
1933
+ font-size: 7.25rem;
1934
1934
  }
1935
1935
 
1936
1936
  .m_txt7-5rem,
1937
1937
  .m_txt-7-5rem {
1938
- font-size: 7.5rem !important;
1938
+ font-size: 7.5rem;
1939
1939
  }
1940
1940
 
1941
1941
  .m_txt7-75rem,
1942
1942
  .m_txt-7-75rem {
1943
- font-size: 7.75rem !important;
1943
+ font-size: 7.75rem;
1944
1944
  }
1945
1945
 
1946
1946
  .m_txt8rem,
1947
1947
  .m_txt-8rem {
1948
- font-size: 8rem !important;
1948
+ font-size: 8rem;
1949
1949
  }
1950
1950
 
1951
1951
  .m_txt8-25rem,
1952
1952
  .m_txt-8-25rem {
1953
- font-size: 8.25rem !important;
1953
+ font-size: 8.25rem;
1954
1954
  }
1955
1955
 
1956
1956
  .m_txt8-5rem,
1957
1957
  .m_txt-8-5rem {
1958
- font-size: 8.5rem !important;
1958
+ font-size: 8.5rem;
1959
1959
  }
1960
1960
 
1961
1961
  .m_txt8-75rem,
1962
1962
  .m_txt-8-75rem {
1963
- font-size: 8.75rem !important;
1963
+ font-size: 8.75rem;
1964
1964
  }
1965
1965
 
1966
1966
  .m_no-margin {
1967
- margin: 0 !important;
1967
+ margin: 0;
1968
1968
  }
1969
1969
 
1970
1970
  .m_txt-gray,
1971
1971
  .m_txtgray {
1972
- color: var(--bgl-gray) !important;
1972
+ color: var(--bgl-gray);
1973
1973
  }
1974
1974
 
1975
1975
  .m_txt-primary,
1976
1976
  .m_txtprimary {
1977
- color: var(--bgl-primary) !important;
1977
+ color: var(--bgl-primary);
1978
1978
  }
1979
1979
 
1980
1980
  .m_txt-black,
1981
1981
  .m_txtblack {
1982
- color: var(--bgl-black) !important;
1982
+ color: var(--bgl-black);
1983
1983
  }
1984
1984
 
1985
1985
  .m_txt-red,
1986
1986
  .m_txtred {
1987
- color: var(--bgl-red) !important;
1987
+ color: var(--bgl-red);
1988
1988
  }
1989
1989
 
1990
1990
  .m_txt-white,
1991
1991
  .m_txtwhite {
1992
- color: var(--bgl-white) !important;
1992
+ color: var(--bgl-white);
1993
1993
  }
1994
1994
 
1995
1995
  .m_txt-green,
1996
1996
  .m_txtgreen {
1997
- color: var(--bgl-green) !important;
1997
+ color: var(--bgl-green);
1998
1998
  }
1999
1999
 
2000
2000
  .m_txt-yellow,
2001
2001
  .m_txtyellow {
2002
- color: var(--bgl-yellow) !important;
2002
+ color: var(--bgl-yellow);
2003
2003
  }
2004
2004
 
2005
2005
  .m_txt-purple,
2006
2006
  .m_txtpurple {
2007
- color: var(--bgl-purple) !important;
2007
+ color: var(--bgl-purple);
2008
2008
  }
2009
2009
 
2010
2010
  .m_txt-brown,
2011
2011
  .m_txtbrown {
2012
- color: var(--bgl-brown) !important;
2012
+ color: var(--bgl-brown);
2013
2013
  }
2014
2014
 
2015
2015
  .m_txt-orange,
2016
2016
  .m_txtorange {
2017
- color: var(--bgl-orange) !important;
2017
+ color: var(--bgl-orange);
2018
2018
  }
2019
2019
 
2020
2020
  .m_txt-turquoise,
2021
2021
  .m_txtturquoise {
2022
- color: var(--bgl-turquoise) !important;
2022
+ color: var(--bgl-turquoise);
2023
2023
  }
2024
2024
 
2025
2025
  .m_txt-pink,
2026
2026
  .m_txtpink {
2027
- color: var(--bgl-pink) !important;
2027
+ color: var(--bgl-pink);
2028
2028
  }
2029
2029
 
2030
2030
  .m_txt-blue,
2031
2031
  .m_txtblue {
2032
- color: var(--bgl-blue) !important;
2032
+ color: var(--bgl-blue);
2033
2033
  }
2034
2034
 
2035
2035
  .m_txt-primary-10,
2036
2036
  .m_txtprimary-10 {
2037
- color: var(--bgl-primary-10) !important;
2037
+ color: var(--bgl-primary-10);
2038
2038
  }
2039
2039
 
2040
2040
  .m_txt-blue-10,
2041
2041
  .m_txtblue-10 {
2042
- color: var(--bgl-blue-10) !important;
2042
+ color: var(--bgl-blue-10);
2043
2043
  }
2044
2044
 
2045
2045
  .m_txt-green-10,
2046
2046
  .m_txtgreen-10 {
2047
- color: var(--bgl-green-10) !important;
2047
+ color: var(--bgl-green-10);
2048
2048
  }
2049
2049
 
2050
2050
  .m_txt-red-10,
2051
2051
  .m_txtred-10 {
2052
- color: var(--bgl-red-10) !important;
2052
+ color: var(--bgl-red-10);
2053
2053
  }
2054
2054
 
2055
2055
  .m_txt-yellow-10,
2056
2056
  .m_txtyellow-10 {
2057
- color: var(--bgl-yellow-10) !important;
2057
+ color: var(--bgl-yellow-10);
2058
2058
  }
2059
2059
 
2060
2060
  .m_txt-purple-10,
2061
2061
  .m_txtpurple-10 {
2062
- color: var(--bgl-purple-10) !important;
2062
+ color: var(--bgl-purple-10);
2063
2063
  }
2064
2064
 
2065
2065
  .m_txt-brown-10,
2066
2066
  .m_txtbrown-10 {
2067
- color: var(--bgl-brown-10) !important;
2067
+ color: var(--bgl-brown-10);
2068
2068
  }
2069
2069
 
2070
2070
  .m_txt-orange-10,
2071
2071
  .m_txtorange-10 {
2072
- color: var(--bgl-orange-10) !important;
2072
+ color: var(--bgl-orange-10);
2073
2073
  }
2074
2074
 
2075
2075
  .m_txt-turquoise-10,
2076
2076
  .m_txtturquoise-10 {
2077
- color: var(--bgl-turquoise-10) !important;
2077
+ color: var(--bgl-turquoise-10);
2078
2078
  }
2079
2079
 
2080
2080
  .m_txt-gray-10,
2081
2081
  .m_txtgray-10 {
2082
- color: var(--bgl-gray-10) !important;
2082
+ color: var(--bgl-gray-10);
2083
2083
  }
2084
2084
 
2085
2085
  .m_txt-black-10,
2086
2086
  .m_txtblack-10 {
2087
- color: var(--bgl-black-10) !important;
2087
+ color: var(--bgl-black-10);
2088
2088
  }
2089
2089
 
2090
2090
  .m_txt-pink-10,
2091
2091
  .m_txtpink-10 {
2092
- color: var(--bgl-pink-10) !important;
2092
+ color: var(--bgl-pink-10);
2093
2093
  }
2094
2094
 
2095
2095
  .m_txt-primary-20,
2096
2096
  .m_txtprimary-20 {
2097
- color: var(--bgl-primary-20) !important;
2097
+ color: var(--bgl-primary-20);
2098
2098
  }
2099
2099
 
2100
2100
  .m_txt-blue-20,
2101
2101
  .m_txtblue-20 {
2102
- color: var(--bgl-blue-20) !important;
2102
+ color: var(--bgl-blue-20);
2103
2103
  }
2104
2104
 
2105
2105
  .m_txt-green-20,
2106
2106
  .m_txtgreen-20 {
2107
- color: var(--bgl-green-20) !important;
2107
+ color: var(--bgl-green-20);
2108
2108
  }
2109
2109
 
2110
2110
  .m_txt-red-20,
2111
2111
  .m_txtred-20 {
2112
- color: var(--bgl-red-20) !important;
2112
+ color: var(--bgl-red-20);
2113
2113
  }
2114
2114
 
2115
2115
  .m_txt-yellow-20,
2116
2116
  .m_txtyellow-20 {
2117
- color: var(--bgl-yellow-20) !important;
2117
+ color: var(--bgl-yellow-20);
2118
2118
  }
2119
2119
 
2120
2120
  .m_txt-purple-20,
2121
2121
  .m_txtpurple-20 {
2122
- color: var(--bgl-purple-20) !important;
2122
+ color: var(--bgl-purple-20);
2123
2123
  }
2124
2124
 
2125
2125
  .m_txt-brown-20,
2126
2126
  .m_txtbrown-20 {
2127
- color: var(--bgl-brown-20) !important;
2127
+ color: var(--bgl-brown-20);
2128
2128
  }
2129
2129
 
2130
2130
  .m_txt-orange-20,
2131
2131
  .m_txtorange-20 {
2132
- color: var(--bgl-orange-20) !important;
2132
+ color: var(--bgl-orange-20);
2133
2133
  }
2134
2134
 
2135
2135
  .m_txt-turquoise-20,
2136
2136
  .m_txtturquoise-20 {
2137
- color: var(--bgl-turquoise-20) !important;
2137
+ color: var(--bgl-turquoise-20);
2138
2138
  }
2139
2139
 
2140
2140
  .m_txt-gray-20,
2141
2141
  .m_txtgray-20 {
2142
- color: var(--bgl-gray-20) !important;
2142
+ color: var(--bgl-gray-20);
2143
2143
  }
2144
2144
 
2145
2145
  .m_txt-black-20,
2146
2146
  .m_txtblack-20 {
2147
- color: var(--bgl-black-20) !important;
2147
+ color: var(--bgl-black-20);
2148
2148
  }
2149
2149
 
2150
2150
  .m_txt-pink-20,
2151
2151
  .m_txtpink-20 {
2152
- color: var(--bgl-pink-20) !important;
2152
+ color: var(--bgl-pink-20);
2153
2153
  }
2154
2154
 
2155
2155
  .m_txt-primary-30,
2156
2156
  .m_txtprimary-30 {
2157
- color: var(--bgl-primary-30) !important;
2157
+ color: var(--bgl-primary-30);
2158
2158
  }
2159
2159
 
2160
2160
  .m_txt-blue-30,
2161
2161
  .m_txtblue-30 {
2162
- color: var(--bgl-blue-30) !important;
2162
+ color: var(--bgl-blue-30);
2163
2163
  }
2164
2164
 
2165
2165
  .m_txt-green-30,
2166
2166
  .m_txtgreen-30 {
2167
- color: var(--bgl-green-30) !important;
2167
+ color: var(--bgl-green-30);
2168
2168
  }
2169
2169
 
2170
2170
  .m_txt-red-30,
2171
2171
  .m_txtred-30 {
2172
- color: var(--bgl-red-30) !important;
2172
+ color: var(--bgl-red-30);
2173
2173
  }
2174
2174
 
2175
2175
  .m_txt-yellow-30,
2176
2176
  .m_txtyellow-30 {
2177
- color: var(--bgl-yellow-30) !important;
2177
+ color: var(--bgl-yellow-30);
2178
2178
  }
2179
2179
 
2180
2180
  .m_txt-purple-30,
2181
2181
  .m_txtpurple-30 {
2182
- color: var(--bgl-purple-30) !important;
2182
+ color: var(--bgl-purple-30);
2183
2183
  }
2184
2184
 
2185
2185
  .m_txt-brown-30,
2186
2186
  .m_txtbrown-30 {
2187
- color: var(--bgl-brown-30) !important;
2187
+ color: var(--bgl-brown-30);
2188
2188
  }
2189
2189
 
2190
2190
  .m_txt-orange-30,
2191
2191
  .m_txtorange-30 {
2192
- color: var(--bgl-orange-30) !important;
2192
+ color: var(--bgl-orange-30);
2193
2193
  }
2194
2194
 
2195
2195
  .m_txt-turquoise-30,
2196
2196
  .m_txtturquoise-30 {
2197
- color: var(--bgl-turquoise-30) !important;
2197
+ color: var(--bgl-turquoise-30);
2198
2198
  }
2199
2199
 
2200
2200
  .m_txt-gray-30,
2201
2201
  .m_txtgray-30 {
2202
- color: var(--bgl-gray-30) !important;
2202
+ color: var(--bgl-gray-30);
2203
2203
  }
2204
2204
 
2205
2205
  .m_txt-black-30,
2206
2206
  .m_txtblack-30 {
2207
- color: var(--bgl-black-30) !important;
2207
+ color: var(--bgl-black-30);
2208
2208
  }
2209
2209
 
2210
2210
  .m_txt-pink-30,
2211
2211
  .m_txtpink-30 {
2212
- color: var(--bgl-pink-30) !important;
2212
+ color: var(--bgl-pink-30);
2213
2213
  }
2214
2214
 
2215
2215
  .m_txt-primary-40,
2216
2216
  .m_txtprimary-40 {
2217
- color: var(--bgl-primary-40) !important;
2217
+ color: var(--bgl-primary-40);
2218
2218
  }
2219
2219
 
2220
2220
  .m_txt-blue-40,
2221
2221
  .m_txtblue-40 {
2222
- color: var(--bgl-blue-40) !important;
2222
+ color: var(--bgl-blue-40);
2223
2223
  }
2224
2224
 
2225
2225
  .m_txt-green-40,
2226
2226
  .m_txtgreen-40 {
2227
- color: var(--bgl-green-40) !important;
2227
+ color: var(--bgl-green-40);
2228
2228
  }
2229
2229
 
2230
2230
  .m_txt-red-40,
2231
2231
  .m_txtred-40 {
2232
- color: var(--bgl-red-40) !important;
2232
+ color: var(--bgl-red-40);
2233
2233
  }
2234
2234
 
2235
2235
  .m_txt-yellow-40,
2236
2236
  .m_txtyellow-40 {
2237
- color: var(--bgl-yellow-40) !important;
2237
+ color: var(--bgl-yellow-40);
2238
2238
  }
2239
2239
 
2240
2240
  .m_txt-purple-40,
2241
2241
  .m_txtpurple-40 {
2242
- color: var(--bgl-purple-40) !important;
2242
+ color: var(--bgl-purple-40);
2243
2243
  }
2244
2244
 
2245
2245
  .m_txt-brown-40,
2246
2246
  .m_txtbrown-40 {
2247
- color: var(--bgl-brown-40) !important;
2247
+ color: var(--bgl-brown-40);
2248
2248
  }
2249
2249
 
2250
2250
  .m_txt-orange-40,
2251
2251
  .m_txtorange-40 {
2252
- color: var(--bgl-orange-40) !important;
2252
+ color: var(--bgl-orange-40);
2253
2253
  }
2254
2254
 
2255
2255
  .m_txt-turquoise-40,
2256
2256
  .m_txtturquoise-40 {
2257
- color: var(--bgl-turquoise-40) !important;
2257
+ color: var(--bgl-turquoise-40);
2258
2258
  }
2259
2259
 
2260
2260
  .m_txt-gray-40,
2261
2261
  .m_txtgray-40 {
2262
- color: var(--bgl-gray-40) !important;
2262
+ color: var(--bgl-gray-40);
2263
2263
  }
2264
2264
 
2265
2265
  .m_txt-black-40,
2266
2266
  .m_txtblack-40 {
2267
- color: var(--bgl-black-40) !important;
2267
+ color: var(--bgl-black-40);
2268
2268
  }
2269
2269
 
2270
2270
  .m_txt-pink-40,
2271
2271
  .m_txtpink-40 {
2272
- color: var(--bgl-pink-40) !important;
2272
+ color: var(--bgl-pink-40);
2273
2273
  }
2274
2274
 
2275
2275
  .m_txt-primary-50,
2276
2276
  .m_txtprimary-50 {
2277
- color: var(--bgl-primary-50) !important;
2277
+ color: var(--bgl-primary-50);
2278
2278
  }
2279
2279
 
2280
2280
  .m_txt-blue-50,
2281
2281
  .m_txtblue-50 {
2282
- color: var(--bgl-blue-50) !important;
2282
+ color: var(--bgl-blue-50);
2283
2283
  }
2284
2284
 
2285
2285
  .m_txt-green-50,
2286
2286
  .m_txtgreen-50 {
2287
- color: var(--bgl-green-50) !important;
2287
+ color: var(--bgl-green-50);
2288
2288
  }
2289
2289
 
2290
2290
  .m_txt-red-50,
2291
2291
  .m_txtred-50 {
2292
- color: var(--bgl-red-50) !important;
2292
+ color: var(--bgl-red-50);
2293
2293
  }
2294
2294
 
2295
2295
  .m_txt-yellow-50,
2296
2296
  .m_txtyellow-50 {
2297
- color: var(--bgl-yellow-50) !important;
2297
+ color: var(--bgl-yellow-50);
2298
2298
  }
2299
2299
 
2300
2300
  .m_txt-purple-50,
2301
2301
  .m_txtpurple-50 {
2302
- color: var(--bgl-purple-50) !important;
2302
+ color: var(--bgl-purple-50);
2303
2303
  }
2304
2304
 
2305
2305
  .m_txt-brown-50,
2306
2306
  .m_txtbrown-50 {
2307
- color: var(--bgl-brown-50) !important;
2307
+ color: var(--bgl-brown-50);
2308
2308
  }
2309
2309
 
2310
2310
  .m_txt-orange-50,
2311
2311
  .m_txtorange-50 {
2312
- color: var(--bgl-orange-50) !important;
2312
+ color: var(--bgl-orange-50);
2313
2313
  }
2314
2314
 
2315
2315
  .m_txt-turquoise-50,
2316
2316
  .m_txtturquoise-50 {
2317
- color: var(--bgl-turquoise-50) !important;
2317
+ color: var(--bgl-turquoise-50);
2318
2318
  }
2319
2319
 
2320
2320
  .m_txt-gray-50,
2321
2321
  .m_txtgray-50 {
2322
- color: var(--bgl-gray-50) !important;
2322
+ color: var(--bgl-gray-50);
2323
2323
  }
2324
2324
 
2325
2325
  .m_txt-black-50,
2326
2326
  .m_txtblack-50 {
2327
- color: var(--bgl-black-50) !important;
2327
+ color: var(--bgl-black-50);
2328
2328
  }
2329
2329
 
2330
2330
  .m_txt-pink-50,
2331
2331
  .m_txtpink-50 {
2332
- color: var(--bgl-pink-50) !important;
2332
+ color: var(--bgl-pink-50);
2333
2333
  }
2334
2334
 
2335
2335
  .m_txt-primary-60,
2336
2336
  .m_txtprimary-60 {
2337
- color: var(--bgl-primary-60) !important;
2337
+ color: var(--bgl-primary-60);
2338
2338
  }
2339
2339
 
2340
2340
  .m_txt-blue-60,
2341
2341
  .m_txtblue-60 {
2342
- color: var(--bgl-blue-60) !important;
2342
+ color: var(--bgl-blue-60);
2343
2343
  }
2344
2344
 
2345
2345
  .m_txt-green-60,
2346
2346
  .m_txtgreen-60 {
2347
- color: var(--bgl-green-60) !important;
2347
+ color: var(--bgl-green-60);
2348
2348
  }
2349
2349
 
2350
2350
  .m_txt-red-60,
2351
2351
  .m_txtred-60 {
2352
- color: var(--bgl-red-60) !important;
2352
+ color: var(--bgl-red-60);
2353
2353
  }
2354
2354
 
2355
2355
  .m_txt-yellow-60,
2356
2356
  .m_txtyellow-60 {
2357
- color: var(--bgl-yellow-60) !important;
2357
+ color: var(--bgl-yellow-60);
2358
2358
  }
2359
2359
 
2360
2360
  .m_txt-purple-60,
2361
2361
  .m_txtpurple-60 {
2362
- color: var(--bgl-purple-60) !important;
2362
+ color: var(--bgl-purple-60);
2363
2363
  }
2364
2364
 
2365
2365
  .m_txt-brown-60,
2366
2366
  .m_txtbrown-60 {
2367
- color: var(--bgl-brown-60) !important;
2367
+ color: var(--bgl-brown-60);
2368
2368
  }
2369
2369
 
2370
2370
  .m_txt-orange-60,
2371
2371
  .m_txtorange-60 {
2372
- color: var(--bgl-orange-60) !important;
2372
+ color: var(--bgl-orange-60);
2373
2373
  }
2374
2374
 
2375
2375
  .m_txt-turquoise-60,
2376
2376
  .m_txtturquoise-60 {
2377
- color: var(--bgl-turquoise-60) !important;
2377
+ color: var(--bgl-turquoise-60);
2378
2378
  }
2379
2379
 
2380
2380
  .m_txt-gray-60,
2381
2381
  .m_txtgray-60 {
2382
- color: var(--bgl-gray-60) !important;
2382
+ color: var(--bgl-gray-60);
2383
2383
  }
2384
2384
 
2385
2385
  .m_txt-black-60,
2386
2386
  .m_txtblack-60 {
2387
- color: var(--bgl-black-60) !important;
2387
+ color: var(--bgl-black-60);
2388
2388
  }
2389
2389
 
2390
2390
  .m_txt-pink-60,
2391
2391
  .m_txtpink-60 {
2392
- color: var(--bgl-pink-60) !important;
2392
+ color: var(--bgl-pink-60);
2393
2393
  }
2394
2394
 
2395
2395
  .m_txt-primary-70,
2396
2396
  .m_txtprimary-70 {
2397
- color: var(--bgl-primary-70) !important;
2397
+ color: var(--bgl-primary-70);
2398
2398
  }
2399
2399
 
2400
2400
  .m_txt-blue-70,
2401
2401
  .m_txtblue-70 {
2402
- color: var(--bgl-blue-70) !important;
2402
+ color: var(--bgl-blue-70);
2403
2403
  }
2404
2404
 
2405
2405
  .m_txt-green-70,
2406
2406
  .m_txtgreen-70 {
2407
- color: var(--bgl-green-70) !important;
2407
+ color: var(--bgl-green-70);
2408
2408
  }
2409
2409
 
2410
2410
  .m_txt-red-70,
2411
2411
  .m_txtred-70 {
2412
- color: var(--bgl-red-70) !important;
2412
+ color: var(--bgl-red-70);
2413
2413
  }
2414
2414
 
2415
2415
  .m_txt-yellow-70,
2416
2416
  .m_txtyellow-70 {
2417
- color: var(--bgl-yellow-70) !important;
2417
+ color: var(--bgl-yellow-70);
2418
2418
  }
2419
2419
 
2420
2420
  .m_txt-purple-70,
2421
2421
  .m_txtpurple-70 {
2422
- color: var(--bgl-purple-70) !important;
2422
+ color: var(--bgl-purple-70);
2423
2423
  }
2424
2424
 
2425
2425
  .m_txt-brown-70,
2426
2426
  .m_txtbrown-70 {
2427
- color: var(--bgl-brown-70) !important;
2427
+ color: var(--bgl-brown-70);
2428
2428
  }
2429
2429
 
2430
2430
  .m_txt-orange-70,
2431
2431
  .m_txtorange-70 {
2432
- color: var(--bgl-orange-70) !important;
2432
+ color: var(--bgl-orange-70);
2433
2433
  }
2434
2434
 
2435
2435
  .m_txt-turquoise-70,
2436
2436
  .m_txtturquoise-70 {
2437
- color: var(--bgl-turquoise-70) !important;
2437
+ color: var(--bgl-turquoise-70);
2438
2438
  }
2439
2439
 
2440
2440
  .m_txt-gray-70,
2441
2441
  .m_txtgray-70 {
2442
- color: var(--bgl-gray-70) !important;
2442
+ color: var(--bgl-gray-70);
2443
2443
  }
2444
2444
 
2445
2445
  .m_txt-black-70,
2446
2446
  .m_txtblack-70 {
2447
- color: var(--bgl-black-70) !important;
2447
+ color: var(--bgl-black-70);
2448
2448
  }
2449
2449
 
2450
2450
  .m_txt-pink-70,
2451
2451
  .m_txtpink-70 {
2452
- color: var(--bgl-pink-70) !important;
2452
+ color: var(--bgl-pink-70);
2453
2453
  }
2454
2454
 
2455
2455
  .m_txt-primary-80,
2456
2456
  .m_txtprimary-80 {
2457
- color: var(--bgl-primary-80) !important;
2457
+ color: var(--bgl-primary-80);
2458
2458
  }
2459
2459
 
2460
2460
  .m_txt-blue-80,
2461
2461
  .m_txtblue-80 {
2462
- color: var(--bgl-blue-80) !important;
2462
+ color: var(--bgl-blue-80);
2463
2463
  }
2464
2464
 
2465
2465
  .m_txt-green-80,
2466
2466
  .m_txtgreen-80 {
2467
- color: var(--bgl-green-80) !important;
2467
+ color: var(--bgl-green-80);
2468
2468
  }
2469
2469
 
2470
2470
  .m_txt-red-80,
2471
2471
  .m_txtred-80 {
2472
- color: var(--bgl-red-80) !important;
2472
+ color: var(--bgl-red-80);
2473
2473
  }
2474
2474
 
2475
2475
  .m_txt-yellow-80,
2476
2476
  .m_txtyellow-80 {
2477
- color: var(--bgl-yellow-80) !important;
2477
+ color: var(--bgl-yellow-80);
2478
2478
  }
2479
2479
 
2480
2480
  .m_txt-purple-80,
2481
2481
  .m_txtpurple-80 {
2482
- color: var(--bgl-purple-80) !important;
2482
+ color: var(--bgl-purple-80);
2483
2483
  }
2484
2484
 
2485
2485
  .m_txt-brown-80,
2486
2486
  .m_txtbrown-80 {
2487
- color: var(--bgl-brown-80) !important;
2487
+ color: var(--bgl-brown-80);
2488
2488
  }
2489
2489
 
2490
2490
  .m_txt-orange-80,
2491
2491
  .m_txtorange-80 {
2492
- color: var(--bgl-orange-80) !important;
2492
+ color: var(--bgl-orange-80);
2493
2493
  }
2494
2494
 
2495
2495
  .m_txt-turquoise-80,
2496
2496
  .m_txtturquoise-80 {
2497
- color: var(--bgl-turquoise-80) !important;
2497
+ color: var(--bgl-turquoise-80);
2498
2498
  }
2499
2499
 
2500
2500
  .m_txt-gray-80,
2501
2501
  .m_txtgray-80 {
2502
- color: var(--bgl-gray-80) !important;
2502
+ color: var(--bgl-gray-80);
2503
2503
  }
2504
2504
 
2505
2505
  .m_txt-black-80,
2506
2506
  .m_txtblack-80 {
2507
- color: var(--bgl-black-80) !important;
2507
+ color: var(--bgl-black-80);
2508
2508
  }
2509
2509
 
2510
2510
  .m_txt-pink-80,
2511
2511
  .m_txtpink-80 {
2512
- color: var(--bgl-pink-80) !important;
2512
+ color: var(--bgl-pink-80);
2513
2513
  }
2514
2514
 
2515
2515
  .m_txt-primary-90,
2516
2516
  .m_txtprimary-90 {
2517
- color: var(--bgl-primary-90) !important;
2517
+ color: var(--bgl-primary-90);
2518
2518
  }
2519
2519
 
2520
2520
  .m_txt-blue-90,
2521
2521
  .m_txtblue-90 {
2522
- color: var(--bgl-blue-90) !important;
2522
+ color: var(--bgl-blue-90);
2523
2523
  }
2524
2524
 
2525
2525
  .m_txt-green-90,
2526
2526
  .m_txtgreen-90 {
2527
- color: var(--bgl-green-90) !important;
2527
+ color: var(--bgl-green-90);
2528
2528
  }
2529
2529
 
2530
2530
  .m_txt-red-90,
2531
2531
  .m_txtred-90 {
2532
- color: var(--bgl-red-90) !important;
2532
+ color: var(--bgl-red-90);
2533
2533
  }
2534
2534
 
2535
2535
  .m_txt-yellow-90,
2536
2536
  .m_txtyellow-90 {
2537
- color: var(--bgl-yellow-90) !important;
2537
+ color: var(--bgl-yellow-90);
2538
2538
  }
2539
2539
 
2540
2540
  .m_txt-purple-90,
2541
2541
  .m_txtpurple-90 {
2542
- color: var(--bgl-purple-90) !important;
2542
+ color: var(--bgl-purple-90);
2543
2543
  }
2544
2544
 
2545
2545
  .m_txt-brown-90,
2546
2546
  .m_txtbrown-90 {
2547
- color: var(--bgl-brown-90) !important;
2547
+ color: var(--bgl-brown-90);
2548
2548
  }
2549
2549
 
2550
2550
  .m_txt-orange-90,
2551
2551
  .m_txtorange-90 {
2552
- color: var(--bgl-orange-90) !important;
2552
+ color: var(--bgl-orange-90);
2553
2553
  }
2554
2554
 
2555
2555
  .m_txt-turquoise-90,
2556
2556
  .m_txtturquoise-90 {
2557
- color: var(--bgl-turquoise-90) !important;
2557
+ color: var(--bgl-turquoise-90);
2558
2558
  }
2559
2559
 
2560
2560
  .m_txt-gray-90,
2561
2561
  .m_txtgray-90 {
2562
- color: var(--bgl-gray-90) !important;
2562
+ color: var(--bgl-gray-90);
2563
2563
  }
2564
2564
 
2565
2565
  .m_txt-black-90,
2566
2566
  .m_txtblack-90 {
2567
- color: var(--bgl-black-90) !important;
2567
+ color: var(--bgl-black-90);
2568
2568
  }
2569
2569
 
2570
2570
  .m_txt-pink-90,
2571
2571
  .m_txtpink-90 {
2572
- color: var(--bgl-pink-90) !important;
2572
+ color: var(--bgl-pink-90);
2573
2573
  }
2574
2574
 
2575
2575
  .m_txt-primary-100,
2576
2576
  .m_txtprimary-100 {
2577
- color: var(--bgl-primary-100) !important;
2577
+ color: var(--bgl-primary-100);
2578
2578
  }
2579
2579
 
2580
2580
  .m_txt-blue-100,
2581
2581
  .m_txtblue-100 {
2582
- color: var(--bgl-blue-100) !important;
2582
+ color: var(--bgl-blue-100);
2583
2583
  }
2584
2584
 
2585
2585
  .m_txt-green-100,
2586
2586
  .m_txtgreen-100 {
2587
- color: var(--bgl-green-100) !important;
2587
+ color: var(--bgl-green-100);
2588
2588
  }
2589
2589
 
2590
2590
  .m_txt-red-100,
2591
2591
  .m_txtred-100 {
2592
- color: var(--bgl-red-100) !important;
2592
+ color: var(--bgl-red-100);
2593
2593
  }
2594
2594
 
2595
2595
  .m_txt-yellow-100,
2596
2596
  .m_txtyellow-100 {
2597
- color: var(--bgl-yellow-100) !important;
2597
+ color: var(--bgl-yellow-100);
2598
2598
  }
2599
2599
 
2600
2600
  .m_txt-purple-100,
2601
2601
  .m_txtpurple-100 {
2602
- color: var(--bgl-purple-100) !important;
2602
+ color: var(--bgl-purple-100);
2603
2603
  }
2604
2604
 
2605
2605
  .m_txt-brown-100,
2606
2606
  .m_txtbrown-100 {
2607
- color: var(--bgl-brown-100) !important;
2607
+ color: var(--bgl-brown-100);
2608
2608
  }
2609
2609
 
2610
2610
  .m_txt-orange-100,
2611
2611
  .m_txtorange-100 {
2612
- color: var(--bgl-orange-100) !important;
2612
+ color: var(--bgl-orange-100);
2613
2613
  }
2614
2614
 
2615
2615
  .m_txt-turquoise-100,
2616
2616
  .m_txtturquoise-100 {
2617
- color: var(--bgl-turquoise-100) !important;
2617
+ color: var(--bgl-turquoise-100);
2618
2618
  }
2619
2619
 
2620
2620
  .m_txt-gray-100,
2621
2621
  .m_txtgray-100 {
2622
- color: var(--bgl-gray-100) !important;
2622
+ color: var(--bgl-gray-100);
2623
2623
  }
2624
2624
 
2625
2625
  .m_txt-black-100,
2626
2626
  .m_txtblack-100 {
2627
- color: var(--bgl-black-100) !important;
2627
+ color: var(--bgl-black-100);
2628
2628
  }
2629
2629
 
2630
2630
  .m_txt-pink-100,
2631
2631
  .m_txtpink-100 {
2632
- color: var(--bgl-pink-100) !important;
2632
+ color: var(--bgl-pink-100);
2633
2633
  }
2634
2634
 
2635
2635
  .m_txt-primary-110,
2636
2636
  .m_txtprimary-110 {
2637
- color: var(--bgl-primary-110) !important;
2637
+ color: var(--bgl-primary-110);
2638
2638
  }
2639
2639
 
2640
2640
  .m_txt-blue-110,
2641
2641
  .m_txtblue-110 {
2642
- color: var(--bgl-blue-110) !important;
2642
+ color: var(--bgl-blue-110);
2643
2643
  }
2644
2644
 
2645
2645
  .m_txt-green-110,
2646
2646
  .m_txtgreen-110 {
2647
- color: var(--bgl-green-110) !important;
2647
+ color: var(--bgl-green-110);
2648
2648
  }
2649
2649
 
2650
2650
  .m_txt-red-110,
2651
2651
  .m_txtred-110 {
2652
- color: var(--bgl-red-110) !important;
2652
+ color: var(--bgl-red-110);
2653
2653
  }
2654
2654
 
2655
2655
  .m_txt-yellow-110,
2656
2656
  .m_txtyellow-110 {
2657
- color: var(--bgl-yellow-110) !important;
2657
+ color: var(--bgl-yellow-110);
2658
2658
  }
2659
2659
 
2660
2660
  .m_txt-purple-110,
2661
2661
  .m_txtpurple-110 {
2662
- color: var(--bgl-purple-110) !important;
2662
+ color: var(--bgl-purple-110);
2663
2663
  }
2664
2664
 
2665
2665
  .m_txt-brown-110,
2666
2666
  .m_txtbrown-110 {
2667
- color: var(--bgl-brown-110) !important;
2667
+ color: var(--bgl-brown-110);
2668
2668
  }
2669
2669
 
2670
2670
  .m_txt-orange-110,
2671
2671
  .m_txtorange-110 {
2672
- color: var(--bgl-orange-110) !important;
2672
+ color: var(--bgl-orange-110);
2673
2673
  }
2674
2674
 
2675
2675
  .m_txt-turquoise-110,
2676
2676
  .m_txtturquoise-110 {
2677
- color: var(--bgl-turquoise-110) !important;
2677
+ color: var(--bgl-turquoise-110);
2678
2678
  }
2679
2679
 
2680
2680
  .m_txt-gray-110,
2681
2681
  .m_txtgray-110 {
2682
- color: var(--bgl-gray-110) !important;
2682
+ color: var(--bgl-gray-110);
2683
2683
  }
2684
2684
 
2685
2685
  .m_txt-black-110,
2686
2686
  .m_txtblack-110 {
2687
- color: var(--bgl-black-110) !important;
2687
+ color: var(--bgl-black-110);
2688
2688
  }
2689
2689
 
2690
2690
  .m_txt-pink-110,
2691
2691
  .m_txtpink-110 {
2692
- color: var(--bgl-pink-110) !important;
2692
+ color: var(--bgl-pink-110);
2693
2693
  }
2694
2694
 
2695
2695
  .m_txt-primary-120,
2696
2696
  .m_txtprimary-120 {
2697
- color: var(--bgl-primary-120) !important;
2697
+ color: var(--bgl-primary-120);
2698
2698
  }
2699
2699
 
2700
2700
  .m_txt-blue-120,
2701
2701
  .m_txtblue-120 {
2702
- color: var(--bgl-blue-120) !important;
2702
+ color: var(--bgl-blue-120);
2703
2703
  }
2704
2704
 
2705
2705
  .m_txt-green-120,
2706
2706
  .m_txtgreen-120 {
2707
- color: var(--bgl-green-120) !important;
2707
+ color: var(--bgl-green-120);
2708
2708
  }
2709
2709
 
2710
2710
  .m_txt-red-120,
2711
2711
  .m_txtred-120 {
2712
- color: var(--bgl-red-120) !important;
2712
+ color: var(--bgl-red-120);
2713
2713
  }
2714
2714
 
2715
2715
  .m_txt-yellow-120,
2716
2716
  .m_txtyellow-120 {
2717
- color: var(--bgl-yellow-120) !important;
2717
+ color: var(--bgl-yellow-120);
2718
2718
  }
2719
2719
 
2720
2720
  .m_txt-purple-120,
2721
2721
  .m_txtpurple-120 {
2722
- color: var(--bgl-purple-120) !important;
2722
+ color: var(--bgl-purple-120);
2723
2723
  }
2724
2724
 
2725
2725
  .m_txt-brown-120,
2726
2726
  .m_txtbrown-120 {
2727
- color: var(--bgl-brown-120) !important;
2727
+ color: var(--bgl-brown-120);
2728
2728
  }
2729
2729
 
2730
2730
  .m_txt-orange-120,
2731
2731
  .m_txtorange-120 {
2732
- color: var(--bgl-orange-120) !important;
2732
+ color: var(--bgl-orange-120);
2733
2733
  }
2734
2734
 
2735
2735
  .m_txt-turquoise-120,
2736
2736
  .m_txtturquoise-120 {
2737
- color: var(--bgl-turquoise-120) !important;
2737
+ color: var(--bgl-turquoise-120);
2738
2738
  }
2739
2739
 
2740
2740
  .m_txt-gray-120,
2741
2741
  .m_txtgray-120 {
2742
- color: var(--bgl-gray-120) !important;
2742
+ color: var(--bgl-gray-120);
2743
2743
  }
2744
2744
 
2745
2745
  .m_txt-black-120,
2746
2746
  .m_txtblack-120 {
2747
- color: var(--bgl-black-120) !important;
2747
+ color: var(--bgl-black-120);
2748
2748
  }
2749
2749
 
2750
2750
  .m_txt-pink-120,
2751
2751
  .m_txtpink-120 {
2752
- color: var(--bgl-pink-120) !important;
2752
+ color: var(--bgl-pink-120);
2753
2753
  }
2754
2754
 
2755
2755
  .m_txt-primary-130,
2756
2756
  .m_txtprimary-130 {
2757
- color: var(--bgl-primary-130) !important;
2757
+ color: var(--bgl-primary-130);
2758
2758
  }
2759
2759
 
2760
2760
  .m_txt-blue-130,
2761
2761
  .m_txtblue-130 {
2762
- color: var(--bgl-blue-130) !important;
2762
+ color: var(--bgl-blue-130);
2763
2763
  }
2764
2764
 
2765
2765
  .m_txt-green-130,
2766
2766
  .m_txtgreen-130 {
2767
- color: var(--bgl-green-130) !important;
2767
+ color: var(--bgl-green-130);
2768
2768
  }
2769
2769
 
2770
2770
  .m_txt-red-130,
2771
2771
  .m_txtred-130 {
2772
- color: var(--bgl-red-130) !important;
2772
+ color: var(--bgl-red-130);
2773
2773
  }
2774
2774
 
2775
2775
  .m_txt-yellow-130,
2776
2776
  .m_txtyellow-130 {
2777
- color: var(--bgl-yellow-130) !important;
2777
+ color: var(--bgl-yellow-130);
2778
2778
  }
2779
2779
 
2780
2780
  .m_txt-purple-130,
2781
2781
  .m_txtpurple-130 {
2782
- color: var(--bgl-purple-130) !important;
2782
+ color: var(--bgl-purple-130);
2783
2783
  }
2784
2784
 
2785
2785
  .m_txt-brown-130,
2786
2786
  .m_txtbrown-130 {
2787
- color: var(--bgl-brown-130) !important;
2787
+ color: var(--bgl-brown-130);
2788
2788
  }
2789
2789
 
2790
2790
  .m_txt-orange-130,
2791
2791
  .m_txtorange-130 {
2792
- color: var(--bgl-orange-130) !important;
2792
+ color: var(--bgl-orange-130);
2793
2793
  }
2794
2794
 
2795
2795
  .m_txt-turquoise-130,
2796
2796
  .m_txtturquoise-130 {
2797
- color: var(--bgl-turquoise-130) !important;
2797
+ color: var(--bgl-turquoise-130);
2798
2798
  }
2799
2799
 
2800
2800
  .m_txt-gray-130,
2801
2801
  .m_txtgray-130 {
2802
- color: var(--bgl-gray-130) !important;
2802
+ color: var(--bgl-gray-130);
2803
2803
  }
2804
2804
 
2805
2805
  .m_txt-black-130,
2806
2806
  .m_txtblack-130 {
2807
- color: var(--bgl-black-130) !important;
2807
+ color: var(--bgl-black-130);
2808
2808
  }
2809
2809
 
2810
2810
  .m_txt-pink-130,
2811
2811
  .m_txtpink-130 {
2812
- color: var(--bgl-pink-130) !important;
2812
+ color: var(--bgl-pink-130);
2813
2813
  }
2814
2814
 
2815
2815
  .m_txt-thin {
2816
- font-weight: 100 !important;
2816
+ font-weight: 100;
2817
2817
  }
2818
2818
 
2819
2819
  .m_extra-light,
2820
2820
  .m_txt-extra-light,
2821
2821
  .m_txt-ultra-light {
2822
- font-weight: 200 !important;
2822
+ font-weight: 200;
2823
2823
  }
2824
2824
 
2825
2825
  .m_light,
2826
2826
  .m_txt-light {
2827
- font-weight: 300 !important;
2827
+ font-weight: 300;
2828
2828
  }
2829
2829
 
2830
2830
  .m_regular,
2831
2831
  .m_txt-regular {
2832
- font-weight: 400 !important;
2832
+ font-weight: 400;
2833
2833
  }
2834
2834
 
2835
2835
  .m_medium,
2836
2836
  .m_txt-medium {
2837
- font-weight: 500 !important;
2837
+ font-weight: 500;
2838
2838
  }
2839
2839
 
2840
2840
  .m_semi,
2841
2841
  .m_semibold,
2842
2842
  .m_txt-semi,
2843
2843
  .m_txt-semibold {
2844
- font-weight: 600 !important;
2844
+ font-weight: 600;
2845
2845
  }
2846
2846
 
2847
2847
  .m_bold,
2848
2848
  .m_txt-bold {
2849
- font-weight: 700 !important;
2849
+ font-weight: 700;
2850
2850
  }
2851
2851
 
2852
2852
  .m_extra-bold,
2853
2853
  .m_txt-extra-bold,
2854
2854
  .m_txt-ultra-bold {
2855
- font-weight: 800 !important;
2855
+ font-weight: 800;
2856
2856
  }
2857
2857
 
2858
2858
  .m_black {
2859
- font-weight: 900 !important;
2859
+ font-weight: 900;
2860
2860
  }
2861
2861
 
2862
2862
  .m_line-height-0 {
2863
- line-height: 0 !important;
2863
+ line-height: 0;
2864
2864
  }
2865
2865
 
2866
2866
  .m_line-height-01 {
2867
- line-height: 0.1 !important;
2867
+ line-height: 0.1;
2868
2868
  }
2869
2869
 
2870
2870
  .m_line-height-02 {
2871
- line-height: 0.2 !important;
2871
+ line-height: 0.2;
2872
2872
  }
2873
2873
 
2874
2874
  .m_line-height-03 {
2875
- line-height: 0.3 !important;
2875
+ line-height: 0.3;
2876
2876
  }
2877
2877
 
2878
2878
  .m_line-height-04 {
2879
- line-height: 0.4 !important;
2879
+ line-height: 0.4;
2880
2880
  }
2881
2881
 
2882
2882
  .m_line-height-05 {
2883
- line-height: 0.5 !important;
2883
+ line-height: 0.5;
2884
2884
  }
2885
2885
 
2886
2886
  .m_line-height-06 {
2887
- line-height: 0.6 !important;
2887
+ line-height: 0.6;
2888
2888
  }
2889
2889
 
2890
2890
  .m_line-height-07 {
2891
- line-height: 0.7 !important;
2891
+ line-height: 0.7;
2892
2892
  }
2893
2893
 
2894
2894
  .m_line-height-08 {
2895
- line-height: 0.8 !important;
2895
+ line-height: 0.8;
2896
2896
  }
2897
2897
 
2898
2898
  .m_line-height-09 {
2899
- line-height: 0.9 !important;
2899
+ line-height: 0.9;
2900
2900
  }
2901
2901
 
2902
2902
  .m_line-height-1 {
2903
- line-height: 1 !important;
2903
+ line-height: 1;
2904
2904
  }
2905
2905
 
2906
2906
  .m_line-height-11 {
2907
- line-height: 1.1 !important;
2907
+ line-height: 1.1;
2908
2908
  }
2909
2909
 
2910
2910
  .m_line-height-12 {
2911
- line-height: 1.2 !important;
2911
+ line-height: 1.2;
2912
2912
  }
2913
2913
 
2914
2914
  .m_line-height-13 {
2915
- line-height: 1.3 !important;
2915
+ line-height: 1.3;
2916
2916
  }
2917
2917
 
2918
2918
  .m_line-height-14 {
2919
- line-height: 1.4 !important;
2919
+ line-height: 1.4;
2920
2920
  }
2921
2921
 
2922
2922
  .m_line-height-15 {
2923
- line-height: 1.5 !important;
2923
+ line-height: 1.5;
2924
2924
  }
2925
2925
 
2926
2926
  .m_line-height-16 {
2927
- line-height: 1.6 !important;
2927
+ line-height: 1.6;
2928
2928
  }
2929
2929
 
2930
2930
  .m_line-height-17 {
2931
- line-height: 1.7 !important;
2931
+ line-height: 1.7;
2932
2932
  }
2933
2933
 
2934
2934
  .m_line-height-18 {
2935
- line-height: 1.8 !important;
2935
+ line-height: 1.8;
2936
2936
  }
2937
2937
 
2938
2938
  .m_line-height-19 {
2939
- line-height: 1.9 !important;
2939
+ line-height: 1.9;
2940
2940
  }
2941
2941
 
2942
2942
  .m_line-height-2 {
2943
- line-height: 2 !important;
2943
+ line-height: 2;
2944
2944
  }
2945
2945
 
2946
2946
  .m_line-height-normal {
2947
- line-height: normal !important;
2947
+ line-height: normal;
2948
2948
  }
2949
2949
 
2950
2950
  .m_ellipsis {
2951
- overflow: hidden !important;
2952
- display: block !important;
2953
- width: 100% !important;
2954
- text-overflow: ellipsis !important;
2951
+ overflow: hidden;
2952
+ display: block;
2953
+ width: 100%;
2954
+ text-overflow: ellipsis;
2955
2955
  }
2956
2956
 
2957
2957
  .m_ellipsis-1,
@@ -2960,44 +2960,44 @@
2960
2960
  .m_ellipsis-4,
2961
2961
  .m_ellipsis-5,
2962
2962
  .m_ellipsis-6 {
2963
- display: block !important;
2964
- display: -webkit-box !important;
2965
- max-width: 100% !important;
2966
- -webkit-box-orient: vertical !important;
2967
- overflow: hidden !important;
2968
- text-overflow: ellipsis !important;
2963
+ display: block;
2964
+ display: -webkit-box;
2965
+ max-width: 100%;
2966
+ -webkit-box-orient: vertical;
2967
+ overflow: hidden;
2968
+ text-overflow: ellipsis;
2969
2969
  }
2970
2970
 
2971
2971
  .m_ellipsis-1 {
2972
- -webkit-line-clamp: 1 !important;
2972
+ -webkit-line-clamp: 1;
2973
2973
  }
2974
2974
 
2975
2975
  .m_ellipsis-2 {
2976
- -webkit-line-clamp: 2 !important;
2976
+ -webkit-line-clamp: 2;
2977
2977
  }
2978
2978
 
2979
2979
  .m_ellipsis-3 {
2980
- -webkit-line-clamp: 3 !important;
2980
+ -webkit-line-clamp: 3;
2981
2981
  }
2982
2982
 
2983
2983
  .m_ellipsis-4 {
2984
- -webkit-line-clamp: 4 !important;
2984
+ -webkit-line-clamp: 4;
2985
2985
  }
2986
2986
 
2987
2987
  .m_ellipsis-5 {
2988
- -webkit-line-clamp: 5 !important;
2988
+ -webkit-line-clamp: 5;
2989
2989
  }
2990
2990
 
2991
2991
  .m_ellipsis-6 {
2992
- -webkit-line-clamp: 6 !important;
2992
+ -webkit-line-clamp: 6;
2993
2993
  }
2994
2994
 
2995
2995
  .m_pointer {
2996
- cursor: pointer !important;
2996
+ cursor: pointer;
2997
2997
  }
2998
2998
 
2999
2999
  .m_decoration-none {
3000
- text-decoration: none !important;
3000
+ text-decoration: none;
3001
3001
  }
3002
3002
 
3003
3003
  .m_underline,
@@ -3006,65 +3006,65 @@
3006
3006
  }
3007
3007
 
3008
3008
  .m_bgl_icon-font {
3009
- font-family: 'Material Symbols Outlined', serif !important;
3009
+ font-family: 'Material Symbols Outlined', serif;
3010
3010
  }
3011
3011
 
3012
3012
  .m_nowrap {
3013
- white-space: nowrap !important;
3013
+ white-space: nowrap;
3014
3014
  }
3015
3015
 
3016
3016
  .m_balance {
3017
- text-wrap: balance !important;
3017
+ text-wrap: balance;
3018
3018
  }
3019
3019
 
3020
3020
  .m_pretty {
3021
- text-wrap: pretty !important;
3021
+ text-wrap: pretty;
3022
3022
  }
3023
3023
 
3024
3024
  .m_word-break {
3025
- word-break: break-word !important;
3025
+ word-break: break-word;
3026
3026
  }
3027
3027
 
3028
3028
  .m_word-break-all {
3029
- word-break: break-all !important;
3029
+ word-break: break-all;
3030
3030
  }
3031
3031
 
3032
3032
  .m_uppercase {
3033
- text-transform: uppercase !important;
3033
+ text-transform: uppercase;
3034
3034
  }
3035
3035
 
3036
3036
  .m_lowercase {
3037
- text-transform: lowercase !important;
3037
+ text-transform: lowercase;
3038
3038
  }
3039
3039
 
3040
3040
  .m_capitalize {
3041
- text-transform: capitalize !important;
3041
+ text-transform: capitalize;
3042
3042
  }
3043
3043
 
3044
3044
  .m_white-space,
3045
3045
  .m_white-space-nowrap,
3046
3046
  .m_whitespace,
3047
3047
  .m_whitespace-nowrap {
3048
- white-space: nowrap !important;
3048
+ white-space: nowrap;
3049
3049
  }
3050
3050
 
3051
3051
  .m_white-space-break-spaces,
3052
3052
  .m_whitespace-break-spaces {
3053
- white-space: break-spaces !important;
3053
+ white-space: break-spaces;
3054
3054
  }
3055
3055
 
3056
3056
  .m_white-space-pre,
3057
3057
  .m_whitespace-pre {
3058
- white-space: pre !important;
3058
+ white-space: pre;
3059
3059
  }
3060
3060
 
3061
3061
  .m_white-space-pre-line,
3062
3062
  .m_whitespace-pre-line {
3063
- white-space: pre-line !important;
3063
+ white-space: pre-line;
3064
3064
  }
3065
3065
 
3066
3066
  .m_white-space-pre-wrap,
3067
3067
  .m_whitespace-pre-wrap {
3068
- white-space: pre-wrap !important;
3068
+ white-space: pre-wrap;
3069
3069
  }
3070
3070
  }