@mastors/flexer 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,2744 @@
1
+ .cq-inline {
2
+ container-type: inline-size;
3
+ }
4
+
5
+ .cq-size {
6
+ container-type: size;
7
+ }
8
+
9
+ .cq-normal {
10
+ container-type: normal;
11
+ }
12
+
13
+ [data-container] {
14
+ container-type: inline-size;
15
+ }
16
+
17
+ .flex {
18
+ display: flex;
19
+ }
20
+
21
+ .inline-flex {
22
+ display: inline-flex;
23
+ }
24
+
25
+ @media (min-width: 640px) {
26
+ .sm\:flex {
27
+ display: flex;
28
+ }
29
+ .sm\:inline-flex {
30
+ display: inline-flex;
31
+ }
32
+ }
33
+ @media (min-width: 768px) {
34
+ .md\:flex {
35
+ display: flex;
36
+ }
37
+ .md\:inline-flex {
38
+ display: inline-flex;
39
+ }
40
+ }
41
+ @media (min-width: 1024px) {
42
+ .lg\:flex {
43
+ display: flex;
44
+ }
45
+ .lg\:inline-flex {
46
+ display: inline-flex;
47
+ }
48
+ }
49
+ @media (min-width: 1280px) {
50
+ .xl\:flex {
51
+ display: flex;
52
+ }
53
+ .xl\:inline-flex {
54
+ display: inline-flex;
55
+ }
56
+ }
57
+ @media (min-width: 1536px) {
58
+ .\32 xl\:flex {
59
+ display: flex;
60
+ }
61
+ .\32 xl\:inline-flex {
62
+ display: inline-flex;
63
+ }
64
+ }
65
+ .flex-row {
66
+ flex-direction: row;
67
+ }
68
+
69
+ .flex-row-reverse {
70
+ flex-direction: row-reverse;
71
+ }
72
+
73
+ .flex-col {
74
+ flex-direction: column;
75
+ }
76
+
77
+ .flex-col-reverse {
78
+ flex-direction: column-reverse;
79
+ }
80
+
81
+ @media (min-width: 640px) {
82
+ .sm\:flex-row {
83
+ flex-direction: row;
84
+ }
85
+ .sm\:flex-row-reverse {
86
+ flex-direction: row-reverse;
87
+ }
88
+ .sm\:flex-col {
89
+ flex-direction: column;
90
+ }
91
+ .sm\:flex-col-reverse {
92
+ flex-direction: column-reverse;
93
+ }
94
+ }
95
+ @media (min-width: 768px) {
96
+ .md\:flex-row {
97
+ flex-direction: row;
98
+ }
99
+ .md\:flex-row-reverse {
100
+ flex-direction: row-reverse;
101
+ }
102
+ .md\:flex-col {
103
+ flex-direction: column;
104
+ }
105
+ .md\:flex-col-reverse {
106
+ flex-direction: column-reverse;
107
+ }
108
+ }
109
+ @media (min-width: 1024px) {
110
+ .lg\:flex-row {
111
+ flex-direction: row;
112
+ }
113
+ .lg\:flex-row-reverse {
114
+ flex-direction: row-reverse;
115
+ }
116
+ .lg\:flex-col {
117
+ flex-direction: column;
118
+ }
119
+ .lg\:flex-col-reverse {
120
+ flex-direction: column-reverse;
121
+ }
122
+ }
123
+ @media (min-width: 1280px) {
124
+ .xl\:flex-row {
125
+ flex-direction: row;
126
+ }
127
+ .xl\:flex-row-reverse {
128
+ flex-direction: row-reverse;
129
+ }
130
+ .xl\:flex-col {
131
+ flex-direction: column;
132
+ }
133
+ .xl\:flex-col-reverse {
134
+ flex-direction: column-reverse;
135
+ }
136
+ }
137
+ @media (min-width: 1536px) {
138
+ .\32 xl\:flex-row {
139
+ flex-direction: row;
140
+ }
141
+ .\32 xl\:flex-row-reverse {
142
+ flex-direction: row-reverse;
143
+ }
144
+ .\32 xl\:flex-col {
145
+ flex-direction: column;
146
+ }
147
+ .\32 xl\:flex-col-reverse {
148
+ flex-direction: column-reverse;
149
+ }
150
+ }
151
+ .flex-wrap {
152
+ flex-wrap: wrap;
153
+ }
154
+
155
+ .flex-wrap-reverse {
156
+ flex-wrap: wrap-reverse;
157
+ }
158
+
159
+ .flex-nowrap {
160
+ flex-wrap: nowrap;
161
+ }
162
+
163
+ @media (min-width: 640px) {
164
+ .sm\:flex-wrap {
165
+ flex-wrap: wrap;
166
+ }
167
+ .sm\:flex-wrap-reverse {
168
+ flex-wrap: wrap-reverse;
169
+ }
170
+ .sm\:flex-nowrap {
171
+ flex-wrap: nowrap;
172
+ }
173
+ }
174
+ @media (min-width: 768px) {
175
+ .md\:flex-wrap {
176
+ flex-wrap: wrap;
177
+ }
178
+ .md\:flex-wrap-reverse {
179
+ flex-wrap: wrap-reverse;
180
+ }
181
+ .md\:flex-nowrap {
182
+ flex-wrap: nowrap;
183
+ }
184
+ }
185
+ @media (min-width: 1024px) {
186
+ .lg\:flex-wrap {
187
+ flex-wrap: wrap;
188
+ }
189
+ .lg\:flex-wrap-reverse {
190
+ flex-wrap: wrap-reverse;
191
+ }
192
+ .lg\:flex-nowrap {
193
+ flex-wrap: nowrap;
194
+ }
195
+ }
196
+ @media (min-width: 1280px) {
197
+ .xl\:flex-wrap {
198
+ flex-wrap: wrap;
199
+ }
200
+ .xl\:flex-wrap-reverse {
201
+ flex-wrap: wrap-reverse;
202
+ }
203
+ .xl\:flex-nowrap {
204
+ flex-wrap: nowrap;
205
+ }
206
+ }
207
+ @media (min-width: 1536px) {
208
+ .\32 xl\:flex-wrap {
209
+ flex-wrap: wrap;
210
+ }
211
+ .\32 xl\:flex-wrap-reverse {
212
+ flex-wrap: wrap-reverse;
213
+ }
214
+ .\32 xl\:flex-nowrap {
215
+ flex-wrap: nowrap;
216
+ }
217
+ }
218
+ .flex-flow-row-wrap {
219
+ flex-flow: row wrap;
220
+ }
221
+
222
+ .flex-flow-row-nowrap {
223
+ flex-flow: row nowrap;
224
+ }
225
+
226
+ .flex-flow-row-wrap-reverse {
227
+ flex-flow: row wrap-reverse;
228
+ }
229
+
230
+ .flex-flow-col-wrap {
231
+ flex-flow: column wrap;
232
+ }
233
+
234
+ .flex-flow-col-nowrap {
235
+ flex-flow: column nowrap;
236
+ }
237
+
238
+ .flex-flow-col-wrap-reverse {
239
+ flex-flow: column wrap-reverse;
240
+ }
241
+
242
+ @media (min-width: 640px) {
243
+ .sm\:flex-flow-row-wrap {
244
+ flex-flow: row wrap;
245
+ }
246
+ .sm\:flex-flow-row-nowrap {
247
+ flex-flow: row nowrap;
248
+ }
249
+ .sm\:flex-flow-row-wrap-reverse {
250
+ flex-flow: row wrap-reverse;
251
+ }
252
+ .sm\:flex-flow-col-wrap {
253
+ flex-flow: column wrap;
254
+ }
255
+ .sm\:flex-flow-col-nowrap {
256
+ flex-flow: column nowrap;
257
+ }
258
+ .sm\:flex-flow-col-wrap-reverse {
259
+ flex-flow: column wrap-reverse;
260
+ }
261
+ }
262
+ @media (min-width: 768px) {
263
+ .md\:flex-flow-row-wrap {
264
+ flex-flow: row wrap;
265
+ }
266
+ .md\:flex-flow-row-nowrap {
267
+ flex-flow: row nowrap;
268
+ }
269
+ .md\:flex-flow-row-wrap-reverse {
270
+ flex-flow: row wrap-reverse;
271
+ }
272
+ .md\:flex-flow-col-wrap {
273
+ flex-flow: column wrap;
274
+ }
275
+ .md\:flex-flow-col-nowrap {
276
+ flex-flow: column nowrap;
277
+ }
278
+ .md\:flex-flow-col-wrap-reverse {
279
+ flex-flow: column wrap-reverse;
280
+ }
281
+ }
282
+ @media (min-width: 1024px) {
283
+ .lg\:flex-flow-row-wrap {
284
+ flex-flow: row wrap;
285
+ }
286
+ .lg\:flex-flow-row-nowrap {
287
+ flex-flow: row nowrap;
288
+ }
289
+ .lg\:flex-flow-row-wrap-reverse {
290
+ flex-flow: row wrap-reverse;
291
+ }
292
+ .lg\:flex-flow-col-wrap {
293
+ flex-flow: column wrap;
294
+ }
295
+ .lg\:flex-flow-col-nowrap {
296
+ flex-flow: column nowrap;
297
+ }
298
+ .lg\:flex-flow-col-wrap-reverse {
299
+ flex-flow: column wrap-reverse;
300
+ }
301
+ }
302
+ @media (min-width: 1280px) {
303
+ .xl\:flex-flow-row-wrap {
304
+ flex-flow: row wrap;
305
+ }
306
+ .xl\:flex-flow-row-nowrap {
307
+ flex-flow: row nowrap;
308
+ }
309
+ .xl\:flex-flow-row-wrap-reverse {
310
+ flex-flow: row wrap-reverse;
311
+ }
312
+ .xl\:flex-flow-col-wrap {
313
+ flex-flow: column wrap;
314
+ }
315
+ .xl\:flex-flow-col-nowrap {
316
+ flex-flow: column nowrap;
317
+ }
318
+ .xl\:flex-flow-col-wrap-reverse {
319
+ flex-flow: column wrap-reverse;
320
+ }
321
+ }
322
+ @media (min-width: 1536px) {
323
+ .\32 xl\:flex-flow-row-wrap {
324
+ flex-flow: row wrap;
325
+ }
326
+ .\32 xl\:flex-flow-row-nowrap {
327
+ flex-flow: row nowrap;
328
+ }
329
+ .\32 xl\:flex-flow-row-wrap-reverse {
330
+ flex-flow: row wrap-reverse;
331
+ }
332
+ .\32 xl\:flex-flow-col-wrap {
333
+ flex-flow: column wrap;
334
+ }
335
+ .\32 xl\:flex-flow-col-nowrap {
336
+ flex-flow: column nowrap;
337
+ }
338
+ .\32 xl\:flex-flow-col-wrap-reverse {
339
+ flex-flow: column wrap-reverse;
340
+ }
341
+ }
342
+ .grow- {
343
+ flex-grow: 1;
344
+ }
345
+
346
+ .grow-0 {
347
+ flex-grow: 0;
348
+ }
349
+
350
+ .shrink- {
351
+ flex-shrink: 1;
352
+ }
353
+
354
+ .shrink-0 {
355
+ flex-shrink: 0;
356
+ }
357
+
358
+ .basis-auto {
359
+ flex-basis: auto;
360
+ }
361
+
362
+ .basis-full {
363
+ flex-basis: 100%;
364
+ }
365
+
366
+ .basis-0 {
367
+ flex-basis: 0px;
368
+ }
369
+
370
+ .basis-1\/2 {
371
+ flex-basis: 50%;
372
+ }
373
+
374
+ .basis-1\/3 {
375
+ flex-basis: 33.333333%;
376
+ }
377
+
378
+ .basis-2\/3 {
379
+ flex-basis: 66.666667%;
380
+ }
381
+
382
+ .basis-1\/4 {
383
+ flex-basis: 25%;
384
+ }
385
+
386
+ .basis-2\/4 {
387
+ flex-basis: 50%;
388
+ }
389
+
390
+ .basis-3\/4 {
391
+ flex-basis: 75%;
392
+ }
393
+
394
+ .basis-1\/5 {
395
+ flex-basis: 20%;
396
+ }
397
+
398
+ .basis-2\/5 {
399
+ flex-basis: 40%;
400
+ }
401
+
402
+ .basis-3\/5 {
403
+ flex-basis: 60%;
404
+ }
405
+
406
+ .basis-4\/5 {
407
+ flex-basis: 80%;
408
+ }
409
+
410
+ .basis-1\/6 {
411
+ flex-basis: 16.666667%;
412
+ }
413
+
414
+ .basis-5\/6 {
415
+ flex-basis: 83.333333%;
416
+ }
417
+
418
+ .basis-1\/12 {
419
+ flex-basis: 8.333333%;
420
+ }
421
+
422
+ .basis-16 {
423
+ flex-basis: 4rem;
424
+ }
425
+
426
+ .basis-20 {
427
+ flex-basis: 5rem;
428
+ }
429
+
430
+ .basis-24 {
431
+ flex-basis: 6rem;
432
+ }
433
+
434
+ .basis-28 {
435
+ flex-basis: 7rem;
436
+ }
437
+
438
+ .basis-32 {
439
+ flex-basis: 8rem;
440
+ }
441
+
442
+ .basis-36 {
443
+ flex-basis: 9rem;
444
+ }
445
+
446
+ .basis-40 {
447
+ flex-basis: 10rem;
448
+ }
449
+
450
+ .basis-48 {
451
+ flex-basis: 12rem;
452
+ }
453
+
454
+ .basis-56 {
455
+ flex-basis: 14rem;
456
+ }
457
+
458
+ .basis-64 {
459
+ flex-basis: 16rem;
460
+ }
461
+
462
+ .basis-72 {
463
+ flex-basis: 18rem;
464
+ }
465
+
466
+ .basis-80 {
467
+ flex-basis: 20rem;
468
+ }
469
+
470
+ .basis-96 {
471
+ flex-basis: 24rem;
472
+ }
473
+
474
+ .flex-1 {
475
+ flex: 1 1 0%;
476
+ }
477
+
478
+ .flex-auto {
479
+ flex: 1 1 auto;
480
+ }
481
+
482
+ .flex-initial {
483
+ flex: 0 1 auto;
484
+ }
485
+
486
+ .flex-none {
487
+ flex: none;
488
+ }
489
+
490
+ .justify-start {
491
+ justify-content: flex-start;
492
+ }
493
+
494
+ .justify-end {
495
+ justify-content: flex-end;
496
+ }
497
+
498
+ .justify-center {
499
+ justify-content: center;
500
+ }
501
+
502
+ .justify-between {
503
+ justify-content: space-between;
504
+ }
505
+
506
+ .justify-around {
507
+ justify-content: space-around;
508
+ }
509
+
510
+ .justify-evenly {
511
+ justify-content: space-evenly;
512
+ }
513
+
514
+ .justify-stretch {
515
+ justify-content: stretch;
516
+ }
517
+
518
+ .justify-normal {
519
+ justify-content: normal;
520
+ }
521
+
522
+ @media (min-width: 640px) {
523
+ .sm\:justify-start {
524
+ justify-content: flex-start;
525
+ }
526
+ .sm\:justify-end {
527
+ justify-content: flex-end;
528
+ }
529
+ .sm\:justify-center {
530
+ justify-content: center;
531
+ }
532
+ .sm\:justify-between {
533
+ justify-content: space-between;
534
+ }
535
+ .sm\:justify-around {
536
+ justify-content: space-around;
537
+ }
538
+ .sm\:justify-evenly {
539
+ justify-content: space-evenly;
540
+ }
541
+ .sm\:justify-stretch {
542
+ justify-content: stretch;
543
+ }
544
+ .sm\:justify-normal {
545
+ justify-content: normal;
546
+ }
547
+ }
548
+ @media (min-width: 768px) {
549
+ .md\:justify-start {
550
+ justify-content: flex-start;
551
+ }
552
+ .md\:justify-end {
553
+ justify-content: flex-end;
554
+ }
555
+ .md\:justify-center {
556
+ justify-content: center;
557
+ }
558
+ .md\:justify-between {
559
+ justify-content: space-between;
560
+ }
561
+ .md\:justify-around {
562
+ justify-content: space-around;
563
+ }
564
+ .md\:justify-evenly {
565
+ justify-content: space-evenly;
566
+ }
567
+ .md\:justify-stretch {
568
+ justify-content: stretch;
569
+ }
570
+ .md\:justify-normal {
571
+ justify-content: normal;
572
+ }
573
+ }
574
+ @media (min-width: 1024px) {
575
+ .lg\:justify-start {
576
+ justify-content: flex-start;
577
+ }
578
+ .lg\:justify-end {
579
+ justify-content: flex-end;
580
+ }
581
+ .lg\:justify-center {
582
+ justify-content: center;
583
+ }
584
+ .lg\:justify-between {
585
+ justify-content: space-between;
586
+ }
587
+ .lg\:justify-around {
588
+ justify-content: space-around;
589
+ }
590
+ .lg\:justify-evenly {
591
+ justify-content: space-evenly;
592
+ }
593
+ .lg\:justify-stretch {
594
+ justify-content: stretch;
595
+ }
596
+ .lg\:justify-normal {
597
+ justify-content: normal;
598
+ }
599
+ }
600
+ @media (min-width: 1280px) {
601
+ .xl\:justify-start {
602
+ justify-content: flex-start;
603
+ }
604
+ .xl\:justify-end {
605
+ justify-content: flex-end;
606
+ }
607
+ .xl\:justify-center {
608
+ justify-content: center;
609
+ }
610
+ .xl\:justify-between {
611
+ justify-content: space-between;
612
+ }
613
+ .xl\:justify-around {
614
+ justify-content: space-around;
615
+ }
616
+ .xl\:justify-evenly {
617
+ justify-content: space-evenly;
618
+ }
619
+ .xl\:justify-stretch {
620
+ justify-content: stretch;
621
+ }
622
+ .xl\:justify-normal {
623
+ justify-content: normal;
624
+ }
625
+ }
626
+ @media (min-width: 1536px) {
627
+ .\32 xl\:justify-start {
628
+ justify-content: flex-start;
629
+ }
630
+ .\32 xl\:justify-end {
631
+ justify-content: flex-end;
632
+ }
633
+ .\32 xl\:justify-center {
634
+ justify-content: center;
635
+ }
636
+ .\32 xl\:justify-between {
637
+ justify-content: space-between;
638
+ }
639
+ .\32 xl\:justify-around {
640
+ justify-content: space-around;
641
+ }
642
+ .\32 xl\:justify-evenly {
643
+ justify-content: space-evenly;
644
+ }
645
+ .\32 xl\:justify-stretch {
646
+ justify-content: stretch;
647
+ }
648
+ .\32 xl\:justify-normal {
649
+ justify-content: normal;
650
+ }
651
+ }
652
+ .justify-items-start {
653
+ justify-items: start;
654
+ }
655
+
656
+ .justify-items-end {
657
+ justify-items: end;
658
+ }
659
+
660
+ .justify-items-center {
661
+ justify-items: center;
662
+ }
663
+
664
+ .justify-items-stretch {
665
+ justify-items: stretch;
666
+ }
667
+
668
+ @media (min-width: 640px) {
669
+ .sm\:justify-items-start {
670
+ justify-items: start;
671
+ }
672
+ .sm\:justify-items-end {
673
+ justify-items: end;
674
+ }
675
+ .sm\:justify-items-center {
676
+ justify-items: center;
677
+ }
678
+ .sm\:justify-items-stretch {
679
+ justify-items: stretch;
680
+ }
681
+ }
682
+ @media (min-width: 768px) {
683
+ .md\:justify-items-start {
684
+ justify-items: start;
685
+ }
686
+ .md\:justify-items-end {
687
+ justify-items: end;
688
+ }
689
+ .md\:justify-items-center {
690
+ justify-items: center;
691
+ }
692
+ .md\:justify-items-stretch {
693
+ justify-items: stretch;
694
+ }
695
+ }
696
+ @media (min-width: 1024px) {
697
+ .lg\:justify-items-start {
698
+ justify-items: start;
699
+ }
700
+ .lg\:justify-items-end {
701
+ justify-items: end;
702
+ }
703
+ .lg\:justify-items-center {
704
+ justify-items: center;
705
+ }
706
+ .lg\:justify-items-stretch {
707
+ justify-items: stretch;
708
+ }
709
+ }
710
+ @media (min-width: 1280px) {
711
+ .xl\:justify-items-start {
712
+ justify-items: start;
713
+ }
714
+ .xl\:justify-items-end {
715
+ justify-items: end;
716
+ }
717
+ .xl\:justify-items-center {
718
+ justify-items: center;
719
+ }
720
+ .xl\:justify-items-stretch {
721
+ justify-items: stretch;
722
+ }
723
+ }
724
+ @media (min-width: 1536px) {
725
+ .\32 xl\:justify-items-start {
726
+ justify-items: start;
727
+ }
728
+ .\32 xl\:justify-items-end {
729
+ justify-items: end;
730
+ }
731
+ .\32 xl\:justify-items-center {
732
+ justify-items: center;
733
+ }
734
+ .\32 xl\:justify-items-stretch {
735
+ justify-items: stretch;
736
+ }
737
+ }
738
+ .justify-self-auto {
739
+ justify-self: auto;
740
+ }
741
+
742
+ .justify-self-start {
743
+ justify-self: start;
744
+ }
745
+
746
+ .justify-self-end {
747
+ justify-self: end;
748
+ }
749
+
750
+ .justify-self-center {
751
+ justify-self: center;
752
+ }
753
+
754
+ .justify-self-stretch {
755
+ justify-self: stretch;
756
+ }
757
+
758
+ @media (min-width: 640px) {
759
+ .sm\:justify-self-auto {
760
+ justify-self: auto;
761
+ }
762
+ .sm\:justify-self-start {
763
+ justify-self: start;
764
+ }
765
+ .sm\:justify-self-end {
766
+ justify-self: end;
767
+ }
768
+ .sm\:justify-self-center {
769
+ justify-self: center;
770
+ }
771
+ .sm\:justify-self-stretch {
772
+ justify-self: stretch;
773
+ }
774
+ }
775
+ @media (min-width: 768px) {
776
+ .md\:justify-self-auto {
777
+ justify-self: auto;
778
+ }
779
+ .md\:justify-self-start {
780
+ justify-self: start;
781
+ }
782
+ .md\:justify-self-end {
783
+ justify-self: end;
784
+ }
785
+ .md\:justify-self-center {
786
+ justify-self: center;
787
+ }
788
+ .md\:justify-self-stretch {
789
+ justify-self: stretch;
790
+ }
791
+ }
792
+ @media (min-width: 1024px) {
793
+ .lg\:justify-self-auto {
794
+ justify-self: auto;
795
+ }
796
+ .lg\:justify-self-start {
797
+ justify-self: start;
798
+ }
799
+ .lg\:justify-self-end {
800
+ justify-self: end;
801
+ }
802
+ .lg\:justify-self-center {
803
+ justify-self: center;
804
+ }
805
+ .lg\:justify-self-stretch {
806
+ justify-self: stretch;
807
+ }
808
+ }
809
+ @media (min-width: 1280px) {
810
+ .xl\:justify-self-auto {
811
+ justify-self: auto;
812
+ }
813
+ .xl\:justify-self-start {
814
+ justify-self: start;
815
+ }
816
+ .xl\:justify-self-end {
817
+ justify-self: end;
818
+ }
819
+ .xl\:justify-self-center {
820
+ justify-self: center;
821
+ }
822
+ .xl\:justify-self-stretch {
823
+ justify-self: stretch;
824
+ }
825
+ }
826
+ @media (min-width: 1536px) {
827
+ .\32 xl\:justify-self-auto {
828
+ justify-self: auto;
829
+ }
830
+ .\32 xl\:justify-self-start {
831
+ justify-self: start;
832
+ }
833
+ .\32 xl\:justify-self-end {
834
+ justify-self: end;
835
+ }
836
+ .\32 xl\:justify-self-center {
837
+ justify-self: center;
838
+ }
839
+ .\32 xl\:justify-self-stretch {
840
+ justify-self: stretch;
841
+ }
842
+ }
843
+ .content-normal {
844
+ align-content: normal;
845
+ }
846
+
847
+ .content-center {
848
+ align-content: center;
849
+ }
850
+
851
+ .content-start {
852
+ align-content: flex-start;
853
+ }
854
+
855
+ .content-end {
856
+ align-content: flex-end;
857
+ }
858
+
859
+ .content-between {
860
+ align-content: space-between;
861
+ }
862
+
863
+ .content-around {
864
+ align-content: space-around;
865
+ }
866
+
867
+ .content-evenly {
868
+ align-content: space-evenly;
869
+ }
870
+
871
+ .content-stretch {
872
+ align-content: stretch;
873
+ }
874
+
875
+ .content-baseline {
876
+ align-content: baseline;
877
+ }
878
+
879
+ @media (min-width: 640px) {
880
+ .sm\:content-normal {
881
+ align-content: normal;
882
+ }
883
+ .sm\:content-center {
884
+ align-content: center;
885
+ }
886
+ .sm\:content-start {
887
+ align-content: flex-start;
888
+ }
889
+ .sm\:content-end {
890
+ align-content: flex-end;
891
+ }
892
+ .sm\:content-between {
893
+ align-content: space-between;
894
+ }
895
+ .sm\:content-around {
896
+ align-content: space-around;
897
+ }
898
+ .sm\:content-evenly {
899
+ align-content: space-evenly;
900
+ }
901
+ .sm\:content-stretch {
902
+ align-content: stretch;
903
+ }
904
+ .sm\:content-baseline {
905
+ align-content: baseline;
906
+ }
907
+ }
908
+ @media (min-width: 768px) {
909
+ .md\:content-normal {
910
+ align-content: normal;
911
+ }
912
+ .md\:content-center {
913
+ align-content: center;
914
+ }
915
+ .md\:content-start {
916
+ align-content: flex-start;
917
+ }
918
+ .md\:content-end {
919
+ align-content: flex-end;
920
+ }
921
+ .md\:content-between {
922
+ align-content: space-between;
923
+ }
924
+ .md\:content-around {
925
+ align-content: space-around;
926
+ }
927
+ .md\:content-evenly {
928
+ align-content: space-evenly;
929
+ }
930
+ .md\:content-stretch {
931
+ align-content: stretch;
932
+ }
933
+ .md\:content-baseline {
934
+ align-content: baseline;
935
+ }
936
+ }
937
+ @media (min-width: 1024px) {
938
+ .lg\:content-normal {
939
+ align-content: normal;
940
+ }
941
+ .lg\:content-center {
942
+ align-content: center;
943
+ }
944
+ .lg\:content-start {
945
+ align-content: flex-start;
946
+ }
947
+ .lg\:content-end {
948
+ align-content: flex-end;
949
+ }
950
+ .lg\:content-between {
951
+ align-content: space-between;
952
+ }
953
+ .lg\:content-around {
954
+ align-content: space-around;
955
+ }
956
+ .lg\:content-evenly {
957
+ align-content: space-evenly;
958
+ }
959
+ .lg\:content-stretch {
960
+ align-content: stretch;
961
+ }
962
+ .lg\:content-baseline {
963
+ align-content: baseline;
964
+ }
965
+ }
966
+ @media (min-width: 1280px) {
967
+ .xl\:content-normal {
968
+ align-content: normal;
969
+ }
970
+ .xl\:content-center {
971
+ align-content: center;
972
+ }
973
+ .xl\:content-start {
974
+ align-content: flex-start;
975
+ }
976
+ .xl\:content-end {
977
+ align-content: flex-end;
978
+ }
979
+ .xl\:content-between {
980
+ align-content: space-between;
981
+ }
982
+ .xl\:content-around {
983
+ align-content: space-around;
984
+ }
985
+ .xl\:content-evenly {
986
+ align-content: space-evenly;
987
+ }
988
+ .xl\:content-stretch {
989
+ align-content: stretch;
990
+ }
991
+ .xl\:content-baseline {
992
+ align-content: baseline;
993
+ }
994
+ }
995
+ @media (min-width: 1536px) {
996
+ .\32 xl\:content-normal {
997
+ align-content: normal;
998
+ }
999
+ .\32 xl\:content-center {
1000
+ align-content: center;
1001
+ }
1002
+ .\32 xl\:content-start {
1003
+ align-content: flex-start;
1004
+ }
1005
+ .\32 xl\:content-end {
1006
+ align-content: flex-end;
1007
+ }
1008
+ .\32 xl\:content-between {
1009
+ align-content: space-between;
1010
+ }
1011
+ .\32 xl\:content-around {
1012
+ align-content: space-around;
1013
+ }
1014
+ .\32 xl\:content-evenly {
1015
+ align-content: space-evenly;
1016
+ }
1017
+ .\32 xl\:content-stretch {
1018
+ align-content: stretch;
1019
+ }
1020
+ .\32 xl\:content-baseline {
1021
+ align-content: baseline;
1022
+ }
1023
+ }
1024
+ .items-start {
1025
+ align-items: flex-start;
1026
+ }
1027
+
1028
+ .items-end {
1029
+ align-items: flex-end;
1030
+ }
1031
+
1032
+ .items-center {
1033
+ align-items: center;
1034
+ }
1035
+
1036
+ .items-stretch {
1037
+ align-items: stretch;
1038
+ }
1039
+
1040
+ .items-baseline {
1041
+ align-items: baseline;
1042
+ }
1043
+
1044
+ @media (min-width: 640px) {
1045
+ .sm\:items-start {
1046
+ align-items: flex-start;
1047
+ }
1048
+ .sm\:items-end {
1049
+ align-items: flex-end;
1050
+ }
1051
+ .sm\:items-center {
1052
+ align-items: center;
1053
+ }
1054
+ .sm\:items-stretch {
1055
+ align-items: stretch;
1056
+ }
1057
+ .sm\:items-baseline {
1058
+ align-items: baseline;
1059
+ }
1060
+ }
1061
+ @media (min-width: 768px) {
1062
+ .md\:items-start {
1063
+ align-items: flex-start;
1064
+ }
1065
+ .md\:items-end {
1066
+ align-items: flex-end;
1067
+ }
1068
+ .md\:items-center {
1069
+ align-items: center;
1070
+ }
1071
+ .md\:items-stretch {
1072
+ align-items: stretch;
1073
+ }
1074
+ .md\:items-baseline {
1075
+ align-items: baseline;
1076
+ }
1077
+ }
1078
+ @media (min-width: 1024px) {
1079
+ .lg\:items-start {
1080
+ align-items: flex-start;
1081
+ }
1082
+ .lg\:items-end {
1083
+ align-items: flex-end;
1084
+ }
1085
+ .lg\:items-center {
1086
+ align-items: center;
1087
+ }
1088
+ .lg\:items-stretch {
1089
+ align-items: stretch;
1090
+ }
1091
+ .lg\:items-baseline {
1092
+ align-items: baseline;
1093
+ }
1094
+ }
1095
+ @media (min-width: 1280px) {
1096
+ .xl\:items-start {
1097
+ align-items: flex-start;
1098
+ }
1099
+ .xl\:items-end {
1100
+ align-items: flex-end;
1101
+ }
1102
+ .xl\:items-center {
1103
+ align-items: center;
1104
+ }
1105
+ .xl\:items-stretch {
1106
+ align-items: stretch;
1107
+ }
1108
+ .xl\:items-baseline {
1109
+ align-items: baseline;
1110
+ }
1111
+ }
1112
+ @media (min-width: 1536px) {
1113
+ .\32 xl\:items-start {
1114
+ align-items: flex-start;
1115
+ }
1116
+ .\32 xl\:items-end {
1117
+ align-items: flex-end;
1118
+ }
1119
+ .\32 xl\:items-center {
1120
+ align-items: center;
1121
+ }
1122
+ .\32 xl\:items-stretch {
1123
+ align-items: stretch;
1124
+ }
1125
+ .\32 xl\:items-baseline {
1126
+ align-items: baseline;
1127
+ }
1128
+ }
1129
+ .self-auto {
1130
+ align-self: auto;
1131
+ }
1132
+
1133
+ .self-start {
1134
+ align-self: flex-start;
1135
+ }
1136
+
1137
+ .self-end {
1138
+ align-self: flex-end;
1139
+ }
1140
+
1141
+ .self-center {
1142
+ align-self: center;
1143
+ }
1144
+
1145
+ .self-stretch {
1146
+ align-self: stretch;
1147
+ }
1148
+
1149
+ .self-baseline {
1150
+ align-self: baseline;
1151
+ }
1152
+
1153
+ @media (min-width: 640px) {
1154
+ .sm\:self-auto {
1155
+ align-self: auto;
1156
+ }
1157
+ .sm\:self-start {
1158
+ align-self: flex-start;
1159
+ }
1160
+ .sm\:self-end {
1161
+ align-self: flex-end;
1162
+ }
1163
+ .sm\:self-center {
1164
+ align-self: center;
1165
+ }
1166
+ .sm\:self-stretch {
1167
+ align-self: stretch;
1168
+ }
1169
+ .sm\:self-baseline {
1170
+ align-self: baseline;
1171
+ }
1172
+ }
1173
+ @media (min-width: 768px) {
1174
+ .md\:self-auto {
1175
+ align-self: auto;
1176
+ }
1177
+ .md\:self-start {
1178
+ align-self: flex-start;
1179
+ }
1180
+ .md\:self-end {
1181
+ align-self: flex-end;
1182
+ }
1183
+ .md\:self-center {
1184
+ align-self: center;
1185
+ }
1186
+ .md\:self-stretch {
1187
+ align-self: stretch;
1188
+ }
1189
+ .md\:self-baseline {
1190
+ align-self: baseline;
1191
+ }
1192
+ }
1193
+ @media (min-width: 1024px) {
1194
+ .lg\:self-auto {
1195
+ align-self: auto;
1196
+ }
1197
+ .lg\:self-start {
1198
+ align-self: flex-start;
1199
+ }
1200
+ .lg\:self-end {
1201
+ align-self: flex-end;
1202
+ }
1203
+ .lg\:self-center {
1204
+ align-self: center;
1205
+ }
1206
+ .lg\:self-stretch {
1207
+ align-self: stretch;
1208
+ }
1209
+ .lg\:self-baseline {
1210
+ align-self: baseline;
1211
+ }
1212
+ }
1213
+ @media (min-width: 1280px) {
1214
+ .xl\:self-auto {
1215
+ align-self: auto;
1216
+ }
1217
+ .xl\:self-start {
1218
+ align-self: flex-start;
1219
+ }
1220
+ .xl\:self-end {
1221
+ align-self: flex-end;
1222
+ }
1223
+ .xl\:self-center {
1224
+ align-self: center;
1225
+ }
1226
+ .xl\:self-stretch {
1227
+ align-self: stretch;
1228
+ }
1229
+ .xl\:self-baseline {
1230
+ align-self: baseline;
1231
+ }
1232
+ }
1233
+ @media (min-width: 1536px) {
1234
+ .\32 xl\:self-auto {
1235
+ align-self: auto;
1236
+ }
1237
+ .\32 xl\:self-start {
1238
+ align-self: flex-start;
1239
+ }
1240
+ .\32 xl\:self-end {
1241
+ align-self: flex-end;
1242
+ }
1243
+ .\32 xl\:self-center {
1244
+ align-self: center;
1245
+ }
1246
+ .\32 xl\:self-stretch {
1247
+ align-self: stretch;
1248
+ }
1249
+ .\32 xl\:self-baseline {
1250
+ align-self: baseline;
1251
+ }
1252
+ }
1253
+ .place-content-center {
1254
+ place-content: center;
1255
+ }
1256
+
1257
+ .place-content-start {
1258
+ place-content: start;
1259
+ }
1260
+
1261
+ .place-content-end {
1262
+ place-content: end;
1263
+ }
1264
+
1265
+ .place-content-between {
1266
+ place-content: space-between;
1267
+ }
1268
+
1269
+ .place-content-around {
1270
+ place-content: space-around;
1271
+ }
1272
+
1273
+ .place-content-evenly {
1274
+ place-content: space-evenly;
1275
+ }
1276
+
1277
+ .place-content-stretch {
1278
+ place-content: stretch;
1279
+ }
1280
+
1281
+ .place-content-baseline {
1282
+ place-content: baseline;
1283
+ }
1284
+
1285
+ @media (min-width: 640px) {
1286
+ .sm\:place-content-center {
1287
+ place-content: center;
1288
+ }
1289
+ .sm\:place-content-start {
1290
+ place-content: start;
1291
+ }
1292
+ .sm\:place-content-end {
1293
+ place-content: end;
1294
+ }
1295
+ .sm\:place-content-between {
1296
+ place-content: space-between;
1297
+ }
1298
+ .sm\:place-content-around {
1299
+ place-content: space-around;
1300
+ }
1301
+ .sm\:place-content-evenly {
1302
+ place-content: space-evenly;
1303
+ }
1304
+ .sm\:place-content-stretch {
1305
+ place-content: stretch;
1306
+ }
1307
+ .sm\:place-content-baseline {
1308
+ place-content: baseline;
1309
+ }
1310
+ }
1311
+ @media (min-width: 768px) {
1312
+ .md\:place-content-center {
1313
+ place-content: center;
1314
+ }
1315
+ .md\:place-content-start {
1316
+ place-content: start;
1317
+ }
1318
+ .md\:place-content-end {
1319
+ place-content: end;
1320
+ }
1321
+ .md\:place-content-between {
1322
+ place-content: space-between;
1323
+ }
1324
+ .md\:place-content-around {
1325
+ place-content: space-around;
1326
+ }
1327
+ .md\:place-content-evenly {
1328
+ place-content: space-evenly;
1329
+ }
1330
+ .md\:place-content-stretch {
1331
+ place-content: stretch;
1332
+ }
1333
+ .md\:place-content-baseline {
1334
+ place-content: baseline;
1335
+ }
1336
+ }
1337
+ @media (min-width: 1024px) {
1338
+ .lg\:place-content-center {
1339
+ place-content: center;
1340
+ }
1341
+ .lg\:place-content-start {
1342
+ place-content: start;
1343
+ }
1344
+ .lg\:place-content-end {
1345
+ place-content: end;
1346
+ }
1347
+ .lg\:place-content-between {
1348
+ place-content: space-between;
1349
+ }
1350
+ .lg\:place-content-around {
1351
+ place-content: space-around;
1352
+ }
1353
+ .lg\:place-content-evenly {
1354
+ place-content: space-evenly;
1355
+ }
1356
+ .lg\:place-content-stretch {
1357
+ place-content: stretch;
1358
+ }
1359
+ .lg\:place-content-baseline {
1360
+ place-content: baseline;
1361
+ }
1362
+ }
1363
+ @media (min-width: 1280px) {
1364
+ .xl\:place-content-center {
1365
+ place-content: center;
1366
+ }
1367
+ .xl\:place-content-start {
1368
+ place-content: start;
1369
+ }
1370
+ .xl\:place-content-end {
1371
+ place-content: end;
1372
+ }
1373
+ .xl\:place-content-between {
1374
+ place-content: space-between;
1375
+ }
1376
+ .xl\:place-content-around {
1377
+ place-content: space-around;
1378
+ }
1379
+ .xl\:place-content-evenly {
1380
+ place-content: space-evenly;
1381
+ }
1382
+ .xl\:place-content-stretch {
1383
+ place-content: stretch;
1384
+ }
1385
+ .xl\:place-content-baseline {
1386
+ place-content: baseline;
1387
+ }
1388
+ }
1389
+ @media (min-width: 1536px) {
1390
+ .\32 xl\:place-content-center {
1391
+ place-content: center;
1392
+ }
1393
+ .\32 xl\:place-content-start {
1394
+ place-content: start;
1395
+ }
1396
+ .\32 xl\:place-content-end {
1397
+ place-content: end;
1398
+ }
1399
+ .\32 xl\:place-content-between {
1400
+ place-content: space-between;
1401
+ }
1402
+ .\32 xl\:place-content-around {
1403
+ place-content: space-around;
1404
+ }
1405
+ .\32 xl\:place-content-evenly {
1406
+ place-content: space-evenly;
1407
+ }
1408
+ .\32 xl\:place-content-stretch {
1409
+ place-content: stretch;
1410
+ }
1411
+ .\32 xl\:place-content-baseline {
1412
+ place-content: baseline;
1413
+ }
1414
+ }
1415
+ .place-items-start {
1416
+ place-items: start;
1417
+ }
1418
+
1419
+ .place-items-end {
1420
+ place-items: end;
1421
+ }
1422
+
1423
+ .place-items-center {
1424
+ place-items: center;
1425
+ }
1426
+
1427
+ .place-items-stretch {
1428
+ place-items: stretch;
1429
+ }
1430
+
1431
+ .place-items-baseline {
1432
+ place-items: baseline;
1433
+ }
1434
+
1435
+ @media (min-width: 640px) {
1436
+ .sm\:place-items-start {
1437
+ place-items: start;
1438
+ }
1439
+ .sm\:place-items-end {
1440
+ place-items: end;
1441
+ }
1442
+ .sm\:place-items-center {
1443
+ place-items: center;
1444
+ }
1445
+ .sm\:place-items-stretch {
1446
+ place-items: stretch;
1447
+ }
1448
+ .sm\:place-items-baseline {
1449
+ place-items: baseline;
1450
+ }
1451
+ }
1452
+ @media (min-width: 768px) {
1453
+ .md\:place-items-start {
1454
+ place-items: start;
1455
+ }
1456
+ .md\:place-items-end {
1457
+ place-items: end;
1458
+ }
1459
+ .md\:place-items-center {
1460
+ place-items: center;
1461
+ }
1462
+ .md\:place-items-stretch {
1463
+ place-items: stretch;
1464
+ }
1465
+ .md\:place-items-baseline {
1466
+ place-items: baseline;
1467
+ }
1468
+ }
1469
+ @media (min-width: 1024px) {
1470
+ .lg\:place-items-start {
1471
+ place-items: start;
1472
+ }
1473
+ .lg\:place-items-end {
1474
+ place-items: end;
1475
+ }
1476
+ .lg\:place-items-center {
1477
+ place-items: center;
1478
+ }
1479
+ .lg\:place-items-stretch {
1480
+ place-items: stretch;
1481
+ }
1482
+ .lg\:place-items-baseline {
1483
+ place-items: baseline;
1484
+ }
1485
+ }
1486
+ @media (min-width: 1280px) {
1487
+ .xl\:place-items-start {
1488
+ place-items: start;
1489
+ }
1490
+ .xl\:place-items-end {
1491
+ place-items: end;
1492
+ }
1493
+ .xl\:place-items-center {
1494
+ place-items: center;
1495
+ }
1496
+ .xl\:place-items-stretch {
1497
+ place-items: stretch;
1498
+ }
1499
+ .xl\:place-items-baseline {
1500
+ place-items: baseline;
1501
+ }
1502
+ }
1503
+ @media (min-width: 1536px) {
1504
+ .\32 xl\:place-items-start {
1505
+ place-items: start;
1506
+ }
1507
+ .\32 xl\:place-items-end {
1508
+ place-items: end;
1509
+ }
1510
+ .\32 xl\:place-items-center {
1511
+ place-items: center;
1512
+ }
1513
+ .\32 xl\:place-items-stretch {
1514
+ place-items: stretch;
1515
+ }
1516
+ .\32 xl\:place-items-baseline {
1517
+ place-items: baseline;
1518
+ }
1519
+ }
1520
+ .place-self-auto {
1521
+ place-self: auto;
1522
+ }
1523
+
1524
+ .place-self-start {
1525
+ place-self: start;
1526
+ }
1527
+
1528
+ .place-self-end {
1529
+ place-self: end;
1530
+ }
1531
+
1532
+ .place-self-center {
1533
+ place-self: center;
1534
+ }
1535
+
1536
+ .place-self-stretch {
1537
+ place-self: stretch;
1538
+ }
1539
+
1540
+ @media (min-width: 640px) {
1541
+ .sm\:place-self-auto {
1542
+ place-self: auto;
1543
+ }
1544
+ .sm\:place-self-start {
1545
+ place-self: start;
1546
+ }
1547
+ .sm\:place-self-end {
1548
+ place-self: end;
1549
+ }
1550
+ .sm\:place-self-center {
1551
+ place-self: center;
1552
+ }
1553
+ .sm\:place-self-stretch {
1554
+ place-self: stretch;
1555
+ }
1556
+ }
1557
+ @media (min-width: 768px) {
1558
+ .md\:place-self-auto {
1559
+ place-self: auto;
1560
+ }
1561
+ .md\:place-self-start {
1562
+ place-self: start;
1563
+ }
1564
+ .md\:place-self-end {
1565
+ place-self: end;
1566
+ }
1567
+ .md\:place-self-center {
1568
+ place-self: center;
1569
+ }
1570
+ .md\:place-self-stretch {
1571
+ place-self: stretch;
1572
+ }
1573
+ }
1574
+ @media (min-width: 1024px) {
1575
+ .lg\:place-self-auto {
1576
+ place-self: auto;
1577
+ }
1578
+ .lg\:place-self-start {
1579
+ place-self: start;
1580
+ }
1581
+ .lg\:place-self-end {
1582
+ place-self: end;
1583
+ }
1584
+ .lg\:place-self-center {
1585
+ place-self: center;
1586
+ }
1587
+ .lg\:place-self-stretch {
1588
+ place-self: stretch;
1589
+ }
1590
+ }
1591
+ @media (min-width: 1280px) {
1592
+ .xl\:place-self-auto {
1593
+ place-self: auto;
1594
+ }
1595
+ .xl\:place-self-start {
1596
+ place-self: start;
1597
+ }
1598
+ .xl\:place-self-end {
1599
+ place-self: end;
1600
+ }
1601
+ .xl\:place-self-center {
1602
+ place-self: center;
1603
+ }
1604
+ .xl\:place-self-stretch {
1605
+ place-self: stretch;
1606
+ }
1607
+ }
1608
+ @media (min-width: 1536px) {
1609
+ .\32 xl\:place-self-auto {
1610
+ place-self: auto;
1611
+ }
1612
+ .\32 xl\:place-self-start {
1613
+ place-self: start;
1614
+ }
1615
+ .\32 xl\:place-self-end {
1616
+ place-self: end;
1617
+ }
1618
+ .\32 xl\:place-self-center {
1619
+ place-self: center;
1620
+ }
1621
+ .\32 xl\:place-self-stretch {
1622
+ place-self: stretch;
1623
+ }
1624
+ }
1625
+ .order-first {
1626
+ order: -9999;
1627
+ }
1628
+
1629
+ .order-last {
1630
+ order: 9999;
1631
+ }
1632
+
1633
+ .order-none {
1634
+ order: 0;
1635
+ }
1636
+
1637
+ .order-1 {
1638
+ order: 1;
1639
+ }
1640
+
1641
+ .order-2 {
1642
+ order: 2;
1643
+ }
1644
+
1645
+ .order-3 {
1646
+ order: 3;
1647
+ }
1648
+
1649
+ .order-4 {
1650
+ order: 4;
1651
+ }
1652
+
1653
+ .order-5 {
1654
+ order: 5;
1655
+ }
1656
+
1657
+ .order-6 {
1658
+ order: 6;
1659
+ }
1660
+
1661
+ .order-7 {
1662
+ order: 7;
1663
+ }
1664
+
1665
+ .order-8 {
1666
+ order: 8;
1667
+ }
1668
+
1669
+ .order-9 {
1670
+ order: 9;
1671
+ }
1672
+
1673
+ .order-10 {
1674
+ order: 10;
1675
+ }
1676
+
1677
+ .order-11 {
1678
+ order: 11;
1679
+ }
1680
+
1681
+ .order-12 {
1682
+ order: 12;
1683
+ }
1684
+
1685
+ @media (min-width: 640px) {
1686
+ .sm\:flex {
1687
+ display: flex;
1688
+ }
1689
+ .sm\:inline-flex {
1690
+ display: inline-flex;
1691
+ }
1692
+ .sm\:flex-row {
1693
+ flex-direction: row;
1694
+ }
1695
+ .sm\:flex-row-reverse {
1696
+ flex-direction: row-reverse;
1697
+ }
1698
+ .sm\:flex-col {
1699
+ flex-direction: column;
1700
+ }
1701
+ .sm\:flex-col-reverse {
1702
+ flex-direction: column-reverse;
1703
+ }
1704
+ .sm\:flex-wrap {
1705
+ flex-wrap: wrap;
1706
+ }
1707
+ .sm\:flex-wrap-reverse {
1708
+ flex-wrap: wrap-reverse;
1709
+ }
1710
+ .sm\:flex-nowrap {
1711
+ flex-wrap: nowrap;
1712
+ }
1713
+ .sm\:flex-flow-row-wrap {
1714
+ flex-flow: row wrap;
1715
+ }
1716
+ .sm\:flex-flow-row-nowrap {
1717
+ flex-flow: row nowrap;
1718
+ }
1719
+ .sm\:flex-flow-row-wrap-reverse {
1720
+ flex-flow: row wrap-reverse;
1721
+ }
1722
+ .sm\:flex-flow-col-wrap {
1723
+ flex-flow: column wrap;
1724
+ }
1725
+ .sm\:flex-flow-col-nowrap {
1726
+ flex-flow: column nowrap;
1727
+ }
1728
+ .sm\:flex-flow-col-wrap-reverse {
1729
+ flex-flow: column wrap-reverse;
1730
+ }
1731
+ .sm\:justify-start {
1732
+ justify-content: flex-start;
1733
+ }
1734
+ .sm\:justify-end {
1735
+ justify-content: flex-end;
1736
+ }
1737
+ .sm\:justify-center {
1738
+ justify-content: center;
1739
+ }
1740
+ .sm\:justify-between {
1741
+ justify-content: space-between;
1742
+ }
1743
+ .sm\:justify-around {
1744
+ justify-content: space-around;
1745
+ }
1746
+ .sm\:justify-evenly {
1747
+ justify-content: space-evenly;
1748
+ }
1749
+ .sm\:justify-stretch {
1750
+ justify-content: stretch;
1751
+ }
1752
+ .sm\:justify-normal {
1753
+ justify-content: normal;
1754
+ }
1755
+ .sm\:justify-items-start {
1756
+ justify-items: start;
1757
+ }
1758
+ .sm\:justify-items-end {
1759
+ justify-items: end;
1760
+ }
1761
+ .sm\:justify-items-center {
1762
+ justify-items: center;
1763
+ }
1764
+ .sm\:justify-items-stretch {
1765
+ justify-items: stretch;
1766
+ }
1767
+ .sm\:justify-self-auto {
1768
+ justify-self: auto;
1769
+ }
1770
+ .sm\:justify-self-start {
1771
+ justify-self: start;
1772
+ }
1773
+ .sm\:justify-self-end {
1774
+ justify-self: end;
1775
+ }
1776
+ .sm\:justify-self-center {
1777
+ justify-self: center;
1778
+ }
1779
+ .sm\:justify-self-stretch {
1780
+ justify-self: stretch;
1781
+ }
1782
+ .sm\:content-normal {
1783
+ align-content: normal;
1784
+ }
1785
+ .sm\:content-center {
1786
+ align-content: center;
1787
+ }
1788
+ .sm\:content-start {
1789
+ align-content: flex-start;
1790
+ }
1791
+ .sm\:content-end {
1792
+ align-content: flex-end;
1793
+ }
1794
+ .sm\:content-between {
1795
+ align-content: space-between;
1796
+ }
1797
+ .sm\:content-around {
1798
+ align-content: space-around;
1799
+ }
1800
+ .sm\:content-evenly {
1801
+ align-content: space-evenly;
1802
+ }
1803
+ .sm\:content-stretch {
1804
+ align-content: stretch;
1805
+ }
1806
+ .sm\:content-baseline {
1807
+ align-content: baseline;
1808
+ }
1809
+ .sm\:items-start {
1810
+ align-items: flex-start;
1811
+ }
1812
+ .sm\:items-end {
1813
+ align-items: flex-end;
1814
+ }
1815
+ .sm\:items-center {
1816
+ align-items: center;
1817
+ }
1818
+ .sm\:items-stretch {
1819
+ align-items: stretch;
1820
+ }
1821
+ .sm\:items-baseline {
1822
+ align-items: baseline;
1823
+ }
1824
+ .sm\:self-auto {
1825
+ align-self: auto;
1826
+ }
1827
+ .sm\:self-start {
1828
+ align-self: flex-start;
1829
+ }
1830
+ .sm\:self-end {
1831
+ align-self: flex-end;
1832
+ }
1833
+ .sm\:self-center {
1834
+ align-self: center;
1835
+ }
1836
+ .sm\:self-stretch {
1837
+ align-self: stretch;
1838
+ }
1839
+ .sm\:self-baseline {
1840
+ align-self: baseline;
1841
+ }
1842
+ .sm\:place-content-center {
1843
+ place-content: center;
1844
+ }
1845
+ .sm\:place-content-start {
1846
+ place-content: start;
1847
+ }
1848
+ .sm\:place-content-end {
1849
+ place-content: end;
1850
+ }
1851
+ .sm\:place-content-between {
1852
+ place-content: space-between;
1853
+ }
1854
+ .sm\:place-content-around {
1855
+ place-content: space-around;
1856
+ }
1857
+ .sm\:place-content-evenly {
1858
+ place-content: space-evenly;
1859
+ }
1860
+ .sm\:place-content-stretch {
1861
+ place-content: stretch;
1862
+ }
1863
+ .sm\:place-content-baseline {
1864
+ place-content: baseline;
1865
+ }
1866
+ .sm\:place-items-start {
1867
+ place-items: start;
1868
+ }
1869
+ .sm\:place-items-end {
1870
+ place-items: end;
1871
+ }
1872
+ .sm\:place-items-center {
1873
+ place-items: center;
1874
+ }
1875
+ .sm\:place-items-stretch {
1876
+ place-items: stretch;
1877
+ }
1878
+ .sm\:place-items-baseline {
1879
+ place-items: baseline;
1880
+ }
1881
+ .sm\:place-self-auto {
1882
+ place-self: auto;
1883
+ }
1884
+ .sm\:place-self-start {
1885
+ place-self: start;
1886
+ }
1887
+ .sm\:place-self-end {
1888
+ place-self: end;
1889
+ }
1890
+ .sm\:place-self-center {
1891
+ place-self: center;
1892
+ }
1893
+ .sm\:place-self-stretch {
1894
+ place-self: stretch;
1895
+ }
1896
+ }
1897
+ @media (min-width: 768px) {
1898
+ .md\:flex {
1899
+ display: flex;
1900
+ }
1901
+ .md\:inline-flex {
1902
+ display: inline-flex;
1903
+ }
1904
+ .md\:flex-row {
1905
+ flex-direction: row;
1906
+ }
1907
+ .md\:flex-row-reverse {
1908
+ flex-direction: row-reverse;
1909
+ }
1910
+ .md\:flex-col {
1911
+ flex-direction: column;
1912
+ }
1913
+ .md\:flex-col-reverse {
1914
+ flex-direction: column-reverse;
1915
+ }
1916
+ .md\:flex-wrap {
1917
+ flex-wrap: wrap;
1918
+ }
1919
+ .md\:flex-wrap-reverse {
1920
+ flex-wrap: wrap-reverse;
1921
+ }
1922
+ .md\:flex-nowrap {
1923
+ flex-wrap: nowrap;
1924
+ }
1925
+ .md\:flex-flow-row-wrap {
1926
+ flex-flow: row wrap;
1927
+ }
1928
+ .md\:flex-flow-row-nowrap {
1929
+ flex-flow: row nowrap;
1930
+ }
1931
+ .md\:flex-flow-row-wrap-reverse {
1932
+ flex-flow: row wrap-reverse;
1933
+ }
1934
+ .md\:flex-flow-col-wrap {
1935
+ flex-flow: column wrap;
1936
+ }
1937
+ .md\:flex-flow-col-nowrap {
1938
+ flex-flow: column nowrap;
1939
+ }
1940
+ .md\:flex-flow-col-wrap-reverse {
1941
+ flex-flow: column wrap-reverse;
1942
+ }
1943
+ .md\:justify-start {
1944
+ justify-content: flex-start;
1945
+ }
1946
+ .md\:justify-end {
1947
+ justify-content: flex-end;
1948
+ }
1949
+ .md\:justify-center {
1950
+ justify-content: center;
1951
+ }
1952
+ .md\:justify-between {
1953
+ justify-content: space-between;
1954
+ }
1955
+ .md\:justify-around {
1956
+ justify-content: space-around;
1957
+ }
1958
+ .md\:justify-evenly {
1959
+ justify-content: space-evenly;
1960
+ }
1961
+ .md\:justify-stretch {
1962
+ justify-content: stretch;
1963
+ }
1964
+ .md\:justify-normal {
1965
+ justify-content: normal;
1966
+ }
1967
+ .md\:justify-items-start {
1968
+ justify-items: start;
1969
+ }
1970
+ .md\:justify-items-end {
1971
+ justify-items: end;
1972
+ }
1973
+ .md\:justify-items-center {
1974
+ justify-items: center;
1975
+ }
1976
+ .md\:justify-items-stretch {
1977
+ justify-items: stretch;
1978
+ }
1979
+ .md\:justify-self-auto {
1980
+ justify-self: auto;
1981
+ }
1982
+ .md\:justify-self-start {
1983
+ justify-self: start;
1984
+ }
1985
+ .md\:justify-self-end {
1986
+ justify-self: end;
1987
+ }
1988
+ .md\:justify-self-center {
1989
+ justify-self: center;
1990
+ }
1991
+ .md\:justify-self-stretch {
1992
+ justify-self: stretch;
1993
+ }
1994
+ .md\:content-normal {
1995
+ align-content: normal;
1996
+ }
1997
+ .md\:content-center {
1998
+ align-content: center;
1999
+ }
2000
+ .md\:content-start {
2001
+ align-content: flex-start;
2002
+ }
2003
+ .md\:content-end {
2004
+ align-content: flex-end;
2005
+ }
2006
+ .md\:content-between {
2007
+ align-content: space-between;
2008
+ }
2009
+ .md\:content-around {
2010
+ align-content: space-around;
2011
+ }
2012
+ .md\:content-evenly {
2013
+ align-content: space-evenly;
2014
+ }
2015
+ .md\:content-stretch {
2016
+ align-content: stretch;
2017
+ }
2018
+ .md\:content-baseline {
2019
+ align-content: baseline;
2020
+ }
2021
+ .md\:items-start {
2022
+ align-items: flex-start;
2023
+ }
2024
+ .md\:items-end {
2025
+ align-items: flex-end;
2026
+ }
2027
+ .md\:items-center {
2028
+ align-items: center;
2029
+ }
2030
+ .md\:items-stretch {
2031
+ align-items: stretch;
2032
+ }
2033
+ .md\:items-baseline {
2034
+ align-items: baseline;
2035
+ }
2036
+ .md\:self-auto {
2037
+ align-self: auto;
2038
+ }
2039
+ .md\:self-start {
2040
+ align-self: flex-start;
2041
+ }
2042
+ .md\:self-end {
2043
+ align-self: flex-end;
2044
+ }
2045
+ .md\:self-center {
2046
+ align-self: center;
2047
+ }
2048
+ .md\:self-stretch {
2049
+ align-self: stretch;
2050
+ }
2051
+ .md\:self-baseline {
2052
+ align-self: baseline;
2053
+ }
2054
+ .md\:place-content-center {
2055
+ place-content: center;
2056
+ }
2057
+ .md\:place-content-start {
2058
+ place-content: start;
2059
+ }
2060
+ .md\:place-content-end {
2061
+ place-content: end;
2062
+ }
2063
+ .md\:place-content-between {
2064
+ place-content: space-between;
2065
+ }
2066
+ .md\:place-content-around {
2067
+ place-content: space-around;
2068
+ }
2069
+ .md\:place-content-evenly {
2070
+ place-content: space-evenly;
2071
+ }
2072
+ .md\:place-content-stretch {
2073
+ place-content: stretch;
2074
+ }
2075
+ .md\:place-content-baseline {
2076
+ place-content: baseline;
2077
+ }
2078
+ .md\:place-items-start {
2079
+ place-items: start;
2080
+ }
2081
+ .md\:place-items-end {
2082
+ place-items: end;
2083
+ }
2084
+ .md\:place-items-center {
2085
+ place-items: center;
2086
+ }
2087
+ .md\:place-items-stretch {
2088
+ place-items: stretch;
2089
+ }
2090
+ .md\:place-items-baseline {
2091
+ place-items: baseline;
2092
+ }
2093
+ .md\:place-self-auto {
2094
+ place-self: auto;
2095
+ }
2096
+ .md\:place-self-start {
2097
+ place-self: start;
2098
+ }
2099
+ .md\:place-self-end {
2100
+ place-self: end;
2101
+ }
2102
+ .md\:place-self-center {
2103
+ place-self: center;
2104
+ }
2105
+ .md\:place-self-stretch {
2106
+ place-self: stretch;
2107
+ }
2108
+ }
2109
+ @media (min-width: 1024px) {
2110
+ .lg\:flex {
2111
+ display: flex;
2112
+ }
2113
+ .lg\:inline-flex {
2114
+ display: inline-flex;
2115
+ }
2116
+ .lg\:flex-row {
2117
+ flex-direction: row;
2118
+ }
2119
+ .lg\:flex-row-reverse {
2120
+ flex-direction: row-reverse;
2121
+ }
2122
+ .lg\:flex-col {
2123
+ flex-direction: column;
2124
+ }
2125
+ .lg\:flex-col-reverse {
2126
+ flex-direction: column-reverse;
2127
+ }
2128
+ .lg\:flex-wrap {
2129
+ flex-wrap: wrap;
2130
+ }
2131
+ .lg\:flex-wrap-reverse {
2132
+ flex-wrap: wrap-reverse;
2133
+ }
2134
+ .lg\:flex-nowrap {
2135
+ flex-wrap: nowrap;
2136
+ }
2137
+ .lg\:flex-flow-row-wrap {
2138
+ flex-flow: row wrap;
2139
+ }
2140
+ .lg\:flex-flow-row-nowrap {
2141
+ flex-flow: row nowrap;
2142
+ }
2143
+ .lg\:flex-flow-row-wrap-reverse {
2144
+ flex-flow: row wrap-reverse;
2145
+ }
2146
+ .lg\:flex-flow-col-wrap {
2147
+ flex-flow: column wrap;
2148
+ }
2149
+ .lg\:flex-flow-col-nowrap {
2150
+ flex-flow: column nowrap;
2151
+ }
2152
+ .lg\:flex-flow-col-wrap-reverse {
2153
+ flex-flow: column wrap-reverse;
2154
+ }
2155
+ .lg\:justify-start {
2156
+ justify-content: flex-start;
2157
+ }
2158
+ .lg\:justify-end {
2159
+ justify-content: flex-end;
2160
+ }
2161
+ .lg\:justify-center {
2162
+ justify-content: center;
2163
+ }
2164
+ .lg\:justify-between {
2165
+ justify-content: space-between;
2166
+ }
2167
+ .lg\:justify-around {
2168
+ justify-content: space-around;
2169
+ }
2170
+ .lg\:justify-evenly {
2171
+ justify-content: space-evenly;
2172
+ }
2173
+ .lg\:justify-stretch {
2174
+ justify-content: stretch;
2175
+ }
2176
+ .lg\:justify-normal {
2177
+ justify-content: normal;
2178
+ }
2179
+ .lg\:justify-items-start {
2180
+ justify-items: start;
2181
+ }
2182
+ .lg\:justify-items-end {
2183
+ justify-items: end;
2184
+ }
2185
+ .lg\:justify-items-center {
2186
+ justify-items: center;
2187
+ }
2188
+ .lg\:justify-items-stretch {
2189
+ justify-items: stretch;
2190
+ }
2191
+ .lg\:justify-self-auto {
2192
+ justify-self: auto;
2193
+ }
2194
+ .lg\:justify-self-start {
2195
+ justify-self: start;
2196
+ }
2197
+ .lg\:justify-self-end {
2198
+ justify-self: end;
2199
+ }
2200
+ .lg\:justify-self-center {
2201
+ justify-self: center;
2202
+ }
2203
+ .lg\:justify-self-stretch {
2204
+ justify-self: stretch;
2205
+ }
2206
+ .lg\:content-normal {
2207
+ align-content: normal;
2208
+ }
2209
+ .lg\:content-center {
2210
+ align-content: center;
2211
+ }
2212
+ .lg\:content-start {
2213
+ align-content: flex-start;
2214
+ }
2215
+ .lg\:content-end {
2216
+ align-content: flex-end;
2217
+ }
2218
+ .lg\:content-between {
2219
+ align-content: space-between;
2220
+ }
2221
+ .lg\:content-around {
2222
+ align-content: space-around;
2223
+ }
2224
+ .lg\:content-evenly {
2225
+ align-content: space-evenly;
2226
+ }
2227
+ .lg\:content-stretch {
2228
+ align-content: stretch;
2229
+ }
2230
+ .lg\:content-baseline {
2231
+ align-content: baseline;
2232
+ }
2233
+ .lg\:items-start {
2234
+ align-items: flex-start;
2235
+ }
2236
+ .lg\:items-end {
2237
+ align-items: flex-end;
2238
+ }
2239
+ .lg\:items-center {
2240
+ align-items: center;
2241
+ }
2242
+ .lg\:items-stretch {
2243
+ align-items: stretch;
2244
+ }
2245
+ .lg\:items-baseline {
2246
+ align-items: baseline;
2247
+ }
2248
+ .lg\:self-auto {
2249
+ align-self: auto;
2250
+ }
2251
+ .lg\:self-start {
2252
+ align-self: flex-start;
2253
+ }
2254
+ .lg\:self-end {
2255
+ align-self: flex-end;
2256
+ }
2257
+ .lg\:self-center {
2258
+ align-self: center;
2259
+ }
2260
+ .lg\:self-stretch {
2261
+ align-self: stretch;
2262
+ }
2263
+ .lg\:self-baseline {
2264
+ align-self: baseline;
2265
+ }
2266
+ .lg\:place-content-center {
2267
+ place-content: center;
2268
+ }
2269
+ .lg\:place-content-start {
2270
+ place-content: start;
2271
+ }
2272
+ .lg\:place-content-end {
2273
+ place-content: end;
2274
+ }
2275
+ .lg\:place-content-between {
2276
+ place-content: space-between;
2277
+ }
2278
+ .lg\:place-content-around {
2279
+ place-content: space-around;
2280
+ }
2281
+ .lg\:place-content-evenly {
2282
+ place-content: space-evenly;
2283
+ }
2284
+ .lg\:place-content-stretch {
2285
+ place-content: stretch;
2286
+ }
2287
+ .lg\:place-content-baseline {
2288
+ place-content: baseline;
2289
+ }
2290
+ .lg\:place-items-start {
2291
+ place-items: start;
2292
+ }
2293
+ .lg\:place-items-end {
2294
+ place-items: end;
2295
+ }
2296
+ .lg\:place-items-center {
2297
+ place-items: center;
2298
+ }
2299
+ .lg\:place-items-stretch {
2300
+ place-items: stretch;
2301
+ }
2302
+ .lg\:place-items-baseline {
2303
+ place-items: baseline;
2304
+ }
2305
+ .lg\:place-self-auto {
2306
+ place-self: auto;
2307
+ }
2308
+ .lg\:place-self-start {
2309
+ place-self: start;
2310
+ }
2311
+ .lg\:place-self-end {
2312
+ place-self: end;
2313
+ }
2314
+ .lg\:place-self-center {
2315
+ place-self: center;
2316
+ }
2317
+ .lg\:place-self-stretch {
2318
+ place-self: stretch;
2319
+ }
2320
+ }
2321
+ @media (min-width: 1280px) {
2322
+ .xl\:flex {
2323
+ display: flex;
2324
+ }
2325
+ .xl\:inline-flex {
2326
+ display: inline-flex;
2327
+ }
2328
+ .xl\:flex-row {
2329
+ flex-direction: row;
2330
+ }
2331
+ .xl\:flex-row-reverse {
2332
+ flex-direction: row-reverse;
2333
+ }
2334
+ .xl\:flex-col {
2335
+ flex-direction: column;
2336
+ }
2337
+ .xl\:flex-col-reverse {
2338
+ flex-direction: column-reverse;
2339
+ }
2340
+ .xl\:flex-wrap {
2341
+ flex-wrap: wrap;
2342
+ }
2343
+ .xl\:flex-wrap-reverse {
2344
+ flex-wrap: wrap-reverse;
2345
+ }
2346
+ .xl\:flex-nowrap {
2347
+ flex-wrap: nowrap;
2348
+ }
2349
+ .xl\:flex-flow-row-wrap {
2350
+ flex-flow: row wrap;
2351
+ }
2352
+ .xl\:flex-flow-row-nowrap {
2353
+ flex-flow: row nowrap;
2354
+ }
2355
+ .xl\:flex-flow-row-wrap-reverse {
2356
+ flex-flow: row wrap-reverse;
2357
+ }
2358
+ .xl\:flex-flow-col-wrap {
2359
+ flex-flow: column wrap;
2360
+ }
2361
+ .xl\:flex-flow-col-nowrap {
2362
+ flex-flow: column nowrap;
2363
+ }
2364
+ .xl\:flex-flow-col-wrap-reverse {
2365
+ flex-flow: column wrap-reverse;
2366
+ }
2367
+ .xl\:justify-start {
2368
+ justify-content: flex-start;
2369
+ }
2370
+ .xl\:justify-end {
2371
+ justify-content: flex-end;
2372
+ }
2373
+ .xl\:justify-center {
2374
+ justify-content: center;
2375
+ }
2376
+ .xl\:justify-between {
2377
+ justify-content: space-between;
2378
+ }
2379
+ .xl\:justify-around {
2380
+ justify-content: space-around;
2381
+ }
2382
+ .xl\:justify-evenly {
2383
+ justify-content: space-evenly;
2384
+ }
2385
+ .xl\:justify-stretch {
2386
+ justify-content: stretch;
2387
+ }
2388
+ .xl\:justify-normal {
2389
+ justify-content: normal;
2390
+ }
2391
+ .xl\:justify-items-start {
2392
+ justify-items: start;
2393
+ }
2394
+ .xl\:justify-items-end {
2395
+ justify-items: end;
2396
+ }
2397
+ .xl\:justify-items-center {
2398
+ justify-items: center;
2399
+ }
2400
+ .xl\:justify-items-stretch {
2401
+ justify-items: stretch;
2402
+ }
2403
+ .xl\:justify-self-auto {
2404
+ justify-self: auto;
2405
+ }
2406
+ .xl\:justify-self-start {
2407
+ justify-self: start;
2408
+ }
2409
+ .xl\:justify-self-end {
2410
+ justify-self: end;
2411
+ }
2412
+ .xl\:justify-self-center {
2413
+ justify-self: center;
2414
+ }
2415
+ .xl\:justify-self-stretch {
2416
+ justify-self: stretch;
2417
+ }
2418
+ .xl\:content-normal {
2419
+ align-content: normal;
2420
+ }
2421
+ .xl\:content-center {
2422
+ align-content: center;
2423
+ }
2424
+ .xl\:content-start {
2425
+ align-content: flex-start;
2426
+ }
2427
+ .xl\:content-end {
2428
+ align-content: flex-end;
2429
+ }
2430
+ .xl\:content-between {
2431
+ align-content: space-between;
2432
+ }
2433
+ .xl\:content-around {
2434
+ align-content: space-around;
2435
+ }
2436
+ .xl\:content-evenly {
2437
+ align-content: space-evenly;
2438
+ }
2439
+ .xl\:content-stretch {
2440
+ align-content: stretch;
2441
+ }
2442
+ .xl\:content-baseline {
2443
+ align-content: baseline;
2444
+ }
2445
+ .xl\:items-start {
2446
+ align-items: flex-start;
2447
+ }
2448
+ .xl\:items-end {
2449
+ align-items: flex-end;
2450
+ }
2451
+ .xl\:items-center {
2452
+ align-items: center;
2453
+ }
2454
+ .xl\:items-stretch {
2455
+ align-items: stretch;
2456
+ }
2457
+ .xl\:items-baseline {
2458
+ align-items: baseline;
2459
+ }
2460
+ .xl\:self-auto {
2461
+ align-self: auto;
2462
+ }
2463
+ .xl\:self-start {
2464
+ align-self: flex-start;
2465
+ }
2466
+ .xl\:self-end {
2467
+ align-self: flex-end;
2468
+ }
2469
+ .xl\:self-center {
2470
+ align-self: center;
2471
+ }
2472
+ .xl\:self-stretch {
2473
+ align-self: stretch;
2474
+ }
2475
+ .xl\:self-baseline {
2476
+ align-self: baseline;
2477
+ }
2478
+ .xl\:place-content-center {
2479
+ place-content: center;
2480
+ }
2481
+ .xl\:place-content-start {
2482
+ place-content: start;
2483
+ }
2484
+ .xl\:place-content-end {
2485
+ place-content: end;
2486
+ }
2487
+ .xl\:place-content-between {
2488
+ place-content: space-between;
2489
+ }
2490
+ .xl\:place-content-around {
2491
+ place-content: space-around;
2492
+ }
2493
+ .xl\:place-content-evenly {
2494
+ place-content: space-evenly;
2495
+ }
2496
+ .xl\:place-content-stretch {
2497
+ place-content: stretch;
2498
+ }
2499
+ .xl\:place-content-baseline {
2500
+ place-content: baseline;
2501
+ }
2502
+ .xl\:place-items-start {
2503
+ place-items: start;
2504
+ }
2505
+ .xl\:place-items-end {
2506
+ place-items: end;
2507
+ }
2508
+ .xl\:place-items-center {
2509
+ place-items: center;
2510
+ }
2511
+ .xl\:place-items-stretch {
2512
+ place-items: stretch;
2513
+ }
2514
+ .xl\:place-items-baseline {
2515
+ place-items: baseline;
2516
+ }
2517
+ .xl\:place-self-auto {
2518
+ place-self: auto;
2519
+ }
2520
+ .xl\:place-self-start {
2521
+ place-self: start;
2522
+ }
2523
+ .xl\:place-self-end {
2524
+ place-self: end;
2525
+ }
2526
+ .xl\:place-self-center {
2527
+ place-self: center;
2528
+ }
2529
+ .xl\:place-self-stretch {
2530
+ place-self: stretch;
2531
+ }
2532
+ }
2533
+ @media (min-width: 1536px) {
2534
+ .\32 xl\:flex {
2535
+ display: flex;
2536
+ }
2537
+ .\32 xl\:inline-flex {
2538
+ display: inline-flex;
2539
+ }
2540
+ .\32 xl\:flex-row {
2541
+ flex-direction: row;
2542
+ }
2543
+ .\32 xl\:flex-row-reverse {
2544
+ flex-direction: row-reverse;
2545
+ }
2546
+ .\32 xl\:flex-col {
2547
+ flex-direction: column;
2548
+ }
2549
+ .\32 xl\:flex-col-reverse {
2550
+ flex-direction: column-reverse;
2551
+ }
2552
+ .\32 xl\:flex-wrap {
2553
+ flex-wrap: wrap;
2554
+ }
2555
+ .\32 xl\:flex-wrap-reverse {
2556
+ flex-wrap: wrap-reverse;
2557
+ }
2558
+ .\32 xl\:flex-nowrap {
2559
+ flex-wrap: nowrap;
2560
+ }
2561
+ .\32 xl\:flex-flow-row-wrap {
2562
+ flex-flow: row wrap;
2563
+ }
2564
+ .\32 xl\:flex-flow-row-nowrap {
2565
+ flex-flow: row nowrap;
2566
+ }
2567
+ .\32 xl\:flex-flow-row-wrap-reverse {
2568
+ flex-flow: row wrap-reverse;
2569
+ }
2570
+ .\32 xl\:flex-flow-col-wrap {
2571
+ flex-flow: column wrap;
2572
+ }
2573
+ .\32 xl\:flex-flow-col-nowrap {
2574
+ flex-flow: column nowrap;
2575
+ }
2576
+ .\32 xl\:flex-flow-col-wrap-reverse {
2577
+ flex-flow: column wrap-reverse;
2578
+ }
2579
+ .\32 xl\:justify-start {
2580
+ justify-content: flex-start;
2581
+ }
2582
+ .\32 xl\:justify-end {
2583
+ justify-content: flex-end;
2584
+ }
2585
+ .\32 xl\:justify-center {
2586
+ justify-content: center;
2587
+ }
2588
+ .\32 xl\:justify-between {
2589
+ justify-content: space-between;
2590
+ }
2591
+ .\32 xl\:justify-around {
2592
+ justify-content: space-around;
2593
+ }
2594
+ .\32 xl\:justify-evenly {
2595
+ justify-content: space-evenly;
2596
+ }
2597
+ .\32 xl\:justify-stretch {
2598
+ justify-content: stretch;
2599
+ }
2600
+ .\32 xl\:justify-normal {
2601
+ justify-content: normal;
2602
+ }
2603
+ .\32 xl\:justify-items-start {
2604
+ justify-items: start;
2605
+ }
2606
+ .\32 xl\:justify-items-end {
2607
+ justify-items: end;
2608
+ }
2609
+ .\32 xl\:justify-items-center {
2610
+ justify-items: center;
2611
+ }
2612
+ .\32 xl\:justify-items-stretch {
2613
+ justify-items: stretch;
2614
+ }
2615
+ .\32 xl\:justify-self-auto {
2616
+ justify-self: auto;
2617
+ }
2618
+ .\32 xl\:justify-self-start {
2619
+ justify-self: start;
2620
+ }
2621
+ .\32 xl\:justify-self-end {
2622
+ justify-self: end;
2623
+ }
2624
+ .\32 xl\:justify-self-center {
2625
+ justify-self: center;
2626
+ }
2627
+ .\32 xl\:justify-self-stretch {
2628
+ justify-self: stretch;
2629
+ }
2630
+ .\32 xl\:content-normal {
2631
+ align-content: normal;
2632
+ }
2633
+ .\32 xl\:content-center {
2634
+ align-content: center;
2635
+ }
2636
+ .\32 xl\:content-start {
2637
+ align-content: flex-start;
2638
+ }
2639
+ .\32 xl\:content-end {
2640
+ align-content: flex-end;
2641
+ }
2642
+ .\32 xl\:content-between {
2643
+ align-content: space-between;
2644
+ }
2645
+ .\32 xl\:content-around {
2646
+ align-content: space-around;
2647
+ }
2648
+ .\32 xl\:content-evenly {
2649
+ align-content: space-evenly;
2650
+ }
2651
+ .\32 xl\:content-stretch {
2652
+ align-content: stretch;
2653
+ }
2654
+ .\32 xl\:content-baseline {
2655
+ align-content: baseline;
2656
+ }
2657
+ .\32 xl\:items-start {
2658
+ align-items: flex-start;
2659
+ }
2660
+ .\32 xl\:items-end {
2661
+ align-items: flex-end;
2662
+ }
2663
+ .\32 xl\:items-center {
2664
+ align-items: center;
2665
+ }
2666
+ .\32 xl\:items-stretch {
2667
+ align-items: stretch;
2668
+ }
2669
+ .\32 xl\:items-baseline {
2670
+ align-items: baseline;
2671
+ }
2672
+ .\32 xl\:self-auto {
2673
+ align-self: auto;
2674
+ }
2675
+ .\32 xl\:self-start {
2676
+ align-self: flex-start;
2677
+ }
2678
+ .\32 xl\:self-end {
2679
+ align-self: flex-end;
2680
+ }
2681
+ .\32 xl\:self-center {
2682
+ align-self: center;
2683
+ }
2684
+ .\32 xl\:self-stretch {
2685
+ align-self: stretch;
2686
+ }
2687
+ .\32 xl\:self-baseline {
2688
+ align-self: baseline;
2689
+ }
2690
+ .\32 xl\:place-content-center {
2691
+ place-content: center;
2692
+ }
2693
+ .\32 xl\:place-content-start {
2694
+ place-content: start;
2695
+ }
2696
+ .\32 xl\:place-content-end {
2697
+ place-content: end;
2698
+ }
2699
+ .\32 xl\:place-content-between {
2700
+ place-content: space-between;
2701
+ }
2702
+ .\32 xl\:place-content-around {
2703
+ place-content: space-around;
2704
+ }
2705
+ .\32 xl\:place-content-evenly {
2706
+ place-content: space-evenly;
2707
+ }
2708
+ .\32 xl\:place-content-stretch {
2709
+ place-content: stretch;
2710
+ }
2711
+ .\32 xl\:place-content-baseline {
2712
+ place-content: baseline;
2713
+ }
2714
+ .\32 xl\:place-items-start {
2715
+ place-items: start;
2716
+ }
2717
+ .\32 xl\:place-items-end {
2718
+ place-items: end;
2719
+ }
2720
+ .\32 xl\:place-items-center {
2721
+ place-items: center;
2722
+ }
2723
+ .\32 xl\:place-items-stretch {
2724
+ place-items: stretch;
2725
+ }
2726
+ .\32 xl\:place-items-baseline {
2727
+ place-items: baseline;
2728
+ }
2729
+ .\32 xl\:place-self-auto {
2730
+ place-self: auto;
2731
+ }
2732
+ .\32 xl\:place-self-start {
2733
+ place-self: start;
2734
+ }
2735
+ .\32 xl\:place-self-end {
2736
+ place-self: end;
2737
+ }
2738
+ .\32 xl\:place-self-center {
2739
+ place-self: center;
2740
+ }
2741
+ .\32 xl\:place-self-stretch {
2742
+ place-self: stretch;
2743
+ }
2744
+ }