@designcrowd/fe-shared-lib 1.4.4-promocardv0 → 1.4.4

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,2479 +0,0 @@
1
- /*
2
- ! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
3
- *//*
4
- 1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
5
- 2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
6
- */
7
-
8
- *,
9
- ::before,
10
- ::after {
11
- box-sizing: border-box; /* 1 */
12
- border-width: 0; /* 2 */
13
- border-style: solid; /* 2 */
14
- border-color: currentColor; /* 2 */
15
- }
16
-
17
- ::before,
18
- ::after {
19
- --tw-content: '';
20
- }
21
-
22
- /*
23
- 1. Use a consistent sensible line-height in all browsers.
24
- 2. Prevent adjustments of font size after orientation changes in iOS.
25
- 3. Use a more readable tab size.
26
- 4. Use the user's configured `sans` font-family by default.
27
- 5. Use the user's configured `sans` font-feature-settings by default.
28
- 6. Use the user's configured `sans` font-variation-settings by default.
29
- 7. Disable tap highlights on iOS
30
- */
31
-
32
- html,
33
- :host {
34
- line-height: 1.5; /* 1 */
35
- -webkit-text-size-adjust: 100%; /* 2 */
36
- -moz-tab-size: 4; /* 3 */
37
- -o-tab-size: 4;
38
- tab-size: 4; /* 3 */
39
- font-family: Lato, Helvetica, sans-serif; /* 4 */
40
- font-feature-settings: normal; /* 5 */
41
- font-variation-settings: normal; /* 6 */
42
- -webkit-tap-highlight-color: transparent; /* 7 */
43
- }
44
-
45
- /*
46
- 1. Remove the margin in all browsers.
47
- 2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
48
- */
49
-
50
- body {
51
- margin: 0; /* 1 */
52
- line-height: inherit; /* 2 */
53
- }
54
-
55
- /*
56
- 1. Add the correct height in Firefox.
57
- 2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
58
- 3. Ensure horizontal rules are visible by default.
59
- */
60
-
61
- hr {
62
- height: 0; /* 1 */
63
- color: inherit; /* 2 */
64
- border-top-width: 1px; /* 3 */
65
- }
66
-
67
- /*
68
- Add the correct text decoration in Chrome, Edge, and Safari.
69
- */
70
-
71
- abbr:where([title]) {
72
- -webkit-text-decoration: underline dotted;
73
- text-decoration: underline dotted;
74
- }
75
-
76
- /*
77
- Remove the default font size and weight for headings.
78
- */
79
-
80
- h1,
81
- h2,
82
- h3,
83
- h4,
84
- h5,
85
- h6 {
86
- font-size: inherit;
87
- font-weight: inherit;
88
- }
89
-
90
- /*
91
- Reset links to optimize for opt-in styling instead of opt-out.
92
- */
93
-
94
- a {
95
- color: inherit;
96
- text-decoration: inherit;
97
- }
98
-
99
- /*
100
- Add the correct font weight in Edge and Safari.
101
- */
102
-
103
- b,
104
- strong {
105
- font-weight: bolder;
106
- }
107
-
108
- /*
109
- 1. Use the user's configured `mono` font-family by default.
110
- 2. Use the user's configured `mono` font-feature-settings by default.
111
- 3. Use the user's configured `mono` font-variation-settings by default.
112
- 4. Correct the odd `em` font sizing in all browsers.
113
- */
114
-
115
- code,
116
- kbd,
117
- samp,
118
- pre {
119
- font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
120
- font-feature-settings: normal; /* 2 */
121
- font-variation-settings: normal; /* 3 */
122
- font-size: 1em; /* 4 */
123
- }
124
-
125
- /*
126
- Add the correct font size in all browsers.
127
- */
128
-
129
- small {
130
- font-size: 80%;
131
- }
132
-
133
- /*
134
- Prevent `sub` and `sup` elements from affecting the line height in all browsers.
135
- */
136
-
137
- sub,
138
- sup {
139
- font-size: 75%;
140
- line-height: 0;
141
- position: relative;
142
- vertical-align: baseline;
143
- }
144
-
145
- sub {
146
- bottom: -0.25em;
147
- }
148
-
149
- sup {
150
- top: -0.5em;
151
- }
152
-
153
- /*
154
- 1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
155
- 2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
156
- 3. Remove gaps between table borders by default.
157
- */
158
-
159
- table {
160
- text-indent: 0; /* 1 */
161
- border-color: inherit; /* 2 */
162
- border-collapse: collapse; /* 3 */
163
- }
164
-
165
- /*
166
- 1. Change the font styles in all browsers.
167
- 2. Remove the margin in Firefox and Safari.
168
- 3. Remove default padding in all browsers.
169
- */
170
-
171
- button,
172
- input,
173
- optgroup,
174
- select,
175
- textarea {
176
- font-family: inherit; /* 1 */
177
- font-feature-settings: inherit; /* 1 */
178
- font-variation-settings: inherit; /* 1 */
179
- font-size: 100%; /* 1 */
180
- font-weight: inherit; /* 1 */
181
- line-height: inherit; /* 1 */
182
- color: inherit; /* 1 */
183
- margin: 0; /* 2 */
184
- padding: 0; /* 3 */
185
- }
186
-
187
- /*
188
- Remove the inheritance of text transform in Edge and Firefox.
189
- */
190
-
191
- button,
192
- select {
193
- text-transform: none;
194
- }
195
-
196
- /*
197
- 1. Correct the inability to style clickable types in iOS and Safari.
198
- 2. Remove default button styles.
199
- */
200
-
201
- button,
202
- [type='button'],
203
- [type='reset'],
204
- [type='submit'] {
205
- -webkit-appearance: button; /* 1 */
206
- background-color: transparent; /* 2 */
207
- background-image: none; /* 2 */
208
- }
209
-
210
- /*
211
- Use the modern Firefox focus style for all focusable elements.
212
- */
213
-
214
- :-moz-focusring {
215
- outline: auto;
216
- }
217
-
218
- /*
219
- Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
220
- */
221
-
222
- :-moz-ui-invalid {
223
- box-shadow: none;
224
- }
225
-
226
- /*
227
- Add the correct vertical alignment in Chrome and Firefox.
228
- */
229
-
230
- progress {
231
- vertical-align: baseline;
232
- }
233
-
234
- /*
235
- Correct the cursor style of increment and decrement buttons in Safari.
236
- */
237
-
238
- ::-webkit-inner-spin-button,
239
- ::-webkit-outer-spin-button {
240
- height: auto;
241
- }
242
-
243
- /*
244
- 1. Correct the odd appearance in Chrome and Safari.
245
- 2. Correct the outline style in Safari.
246
- */
247
-
248
- [type='search'] {
249
- -webkit-appearance: textfield; /* 1 */
250
- outline-offset: -2px; /* 2 */
251
- }
252
-
253
- /*
254
- Remove the inner padding in Chrome and Safari on macOS.
255
- */
256
-
257
- ::-webkit-search-decoration {
258
- -webkit-appearance: none;
259
- }
260
-
261
- /*
262
- 1. Correct the inability to style clickable types in iOS and Safari.
263
- 2. Change font properties to `inherit` in Safari.
264
- */
265
-
266
- ::-webkit-file-upload-button {
267
- -webkit-appearance: button; /* 1 */
268
- font: inherit; /* 2 */
269
- }
270
-
271
- /*
272
- Add the correct display in Chrome and Safari.
273
- */
274
-
275
- summary {
276
- display: list-item;
277
- }
278
-
279
- /*
280
- Removes the default spacing and border for appropriate elements.
281
- */
282
-
283
- blockquote,
284
- dl,
285
- dd,
286
- h1,
287
- h2,
288
- h3,
289
- h4,
290
- h5,
291
- h6,
292
- hr,
293
- figure,
294
- p,
295
- pre {
296
- margin: 0;
297
- }
298
-
299
- fieldset {
300
- margin: 0;
301
- padding: 0;
302
- }
303
-
304
- legend {
305
- padding: 0;
306
- }
307
-
308
- ol,
309
- ul,
310
- menu {
311
- list-style: none;
312
- margin: 0;
313
- padding: 0;
314
- }
315
-
316
- /*
317
- Reset default styling for dialogs.
318
- */
319
- dialog {
320
- padding: 0;
321
- }
322
-
323
- /*
324
- Prevent resizing textareas horizontally by default.
325
- */
326
-
327
- textarea {
328
- resize: vertical;
329
- }
330
-
331
- /*
332
- 1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
333
- 2. Set the default placeholder color to the user's configured gray 400 color.
334
- */
335
-
336
- input::-moz-placeholder, textarea::-moz-placeholder {
337
- opacity: 1; /* 1 */
338
- color: #9ca3af; /* 2 */
339
- }
340
-
341
- input::placeholder,
342
- textarea::placeholder {
343
- opacity: 1; /* 1 */
344
- color: #9ca3af; /* 2 */
345
- }
346
-
347
- /*
348
- Set the default cursor for buttons.
349
- */
350
-
351
- button,
352
- [role="button"] {
353
- cursor: pointer;
354
- }
355
-
356
- /*
357
- Make sure disabled buttons don't get the pointer cursor.
358
- */
359
- :disabled {
360
- cursor: default;
361
- }
362
-
363
- /*
364
- 1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
365
- 2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
366
- This can trigger a poorly considered lint error in some tools but is included by design.
367
- */
368
-
369
- img,
370
- svg,
371
- video,
372
- canvas,
373
- audio,
374
- iframe,
375
- embed,
376
- object {
377
- display: block; /* 1 */
378
- vertical-align: middle; /* 2 */
379
- }
380
-
381
- /*
382
- Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
383
- */
384
-
385
- img,
386
- video {
387
- max-width: 100%;
388
- height: auto;
389
- }
390
-
391
- /* Make elements with the HTML hidden attribute stay hidden by default */
392
- [hidden] {
393
- display: none;
394
- }
395
-
396
- *, ::before, ::after {
397
- --tw-border-spacing-x: 0;
398
- --tw-border-spacing-y: 0;
399
- --tw-translate-x: 0;
400
- --tw-translate-y: 0;
401
- --tw-rotate: 0;
402
- --tw-skew-x: 0;
403
- --tw-skew-y: 0;
404
- --tw-scale-x: 1;
405
- --tw-scale-y: 1;
406
- --tw-pan-x: ;
407
- --tw-pan-y: ;
408
- --tw-pinch-zoom: ;
409
- --tw-scroll-snap-strictness: proximity;
410
- --tw-gradient-from-position: ;
411
- --tw-gradient-via-position: ;
412
- --tw-gradient-to-position: ;
413
- --tw-ordinal: ;
414
- --tw-slashed-zero: ;
415
- --tw-numeric-figure: ;
416
- --tw-numeric-spacing: ;
417
- --tw-numeric-fraction: ;
418
- --tw-ring-inset: ;
419
- --tw-ring-offset-width: 0px;
420
- --tw-ring-offset-color: #fff;
421
- --tw-ring-color: rgb(59 130 246 / 0.5);
422
- --tw-ring-offset-shadow: 0 0 #0000;
423
- --tw-ring-shadow: 0 0 #0000;
424
- --tw-shadow: 0 0 #0000;
425
- --tw-shadow-colored: 0 0 #0000;
426
- --tw-blur: ;
427
- --tw-brightness: ;
428
- --tw-contrast: ;
429
- --tw-grayscale: ;
430
- --tw-hue-rotate: ;
431
- --tw-invert: ;
432
- --tw-saturate: ;
433
- --tw-sepia: ;
434
- --tw-drop-shadow: ;
435
- --tw-backdrop-blur: ;
436
- --tw-backdrop-brightness: ;
437
- --tw-backdrop-contrast: ;
438
- --tw-backdrop-grayscale: ;
439
- --tw-backdrop-hue-rotate: ;
440
- --tw-backdrop-invert: ;
441
- --tw-backdrop-opacity: ;
442
- --tw-backdrop-saturate: ;
443
- --tw-backdrop-sepia: ;
444
- }
445
-
446
- ::backdrop {
447
- --tw-border-spacing-x: 0;
448
- --tw-border-spacing-y: 0;
449
- --tw-translate-x: 0;
450
- --tw-translate-y: 0;
451
- --tw-rotate: 0;
452
- --tw-skew-x: 0;
453
- --tw-skew-y: 0;
454
- --tw-scale-x: 1;
455
- --tw-scale-y: 1;
456
- --tw-pan-x: ;
457
- --tw-pan-y: ;
458
- --tw-pinch-zoom: ;
459
- --tw-scroll-snap-strictness: proximity;
460
- --tw-gradient-from-position: ;
461
- --tw-gradient-via-position: ;
462
- --tw-gradient-to-position: ;
463
- --tw-ordinal: ;
464
- --tw-slashed-zero: ;
465
- --tw-numeric-figure: ;
466
- --tw-numeric-spacing: ;
467
- --tw-numeric-fraction: ;
468
- --tw-ring-inset: ;
469
- --tw-ring-offset-width: 0px;
470
- --tw-ring-offset-color: #fff;
471
- --tw-ring-color: rgb(59 130 246 / 0.5);
472
- --tw-ring-offset-shadow: 0 0 #0000;
473
- --tw-ring-shadow: 0 0 #0000;
474
- --tw-shadow: 0 0 #0000;
475
- --tw-shadow-colored: 0 0 #0000;
476
- --tw-blur: ;
477
- --tw-brightness: ;
478
- --tw-contrast: ;
479
- --tw-grayscale: ;
480
- --tw-hue-rotate: ;
481
- --tw-invert: ;
482
- --tw-saturate: ;
483
- --tw-sepia: ;
484
- --tw-drop-shadow: ;
485
- --tw-backdrop-blur: ;
486
- --tw-backdrop-brightness: ;
487
- --tw-backdrop-contrast: ;
488
- --tw-backdrop-grayscale: ;
489
- --tw-backdrop-hue-rotate: ;
490
- --tw-backdrop-invert: ;
491
- --tw-backdrop-opacity: ;
492
- --tw-backdrop-saturate: ;
493
- --tw-backdrop-sepia: ;
494
- }
495
- .theme-brandCrowd .tw-container {
496
- width: 100%;
497
- }
498
- @media (min-width: 640px) {
499
-
500
- .theme-brandCrowd .tw-container {
501
- max-width: 640px;
502
- }
503
- }
504
- @media (min-width: 768px) {
505
-
506
- .theme-brandCrowd .tw-container {
507
- max-width: 768px;
508
- }
509
- }
510
- @media (min-width: 1024px) {
511
-
512
- .theme-brandCrowd .tw-container {
513
- max-width: 1024px;
514
- }
515
- }
516
- @media (min-width: 1280px) {
517
-
518
- .theme-brandCrowd .tw-container {
519
- max-width: 1280px;
520
- }
521
- }
522
- @media (min-width: 1536px) {
523
-
524
- .theme-brandCrowd .tw-container {
525
- max-width: 1536px;
526
- }
527
- }
528
- .theme-brandCrowd .tw-sr-only {
529
- position: absolute;
530
- width: 1px;
531
- height: 1px;
532
- padding: 0;
533
- margin: -1px;
534
- overflow: hidden;
535
- clip: rect(0, 0, 0, 0);
536
- white-space: nowrap;
537
- border-width: 0;
538
- }
539
- .theme-brandCrowd .tw-pointer-events-none {
540
- pointer-events: none;
541
- }
542
- .theme-brandCrowd .tw-static {
543
- position: static;
544
- }
545
- .theme-brandCrowd .tw-fixed {
546
- position: fixed;
547
- }
548
- .theme-brandCrowd .tw-absolute {
549
- position: absolute;
550
- }
551
- .theme-brandCrowd .tw-relative {
552
- position: relative;
553
- }
554
- .theme-brandCrowd .tw--left-16 {
555
- left: -4rem;
556
- }
557
- .theme-brandCrowd .tw--right-16 {
558
- right: -4rem;
559
- }
560
- .theme-brandCrowd .tw-bottom-0 {
561
- bottom: 0px;
562
- }
563
- .theme-brandCrowd .tw-bottom-full {
564
- bottom: 100%;
565
- }
566
- .theme-brandCrowd .tw-left-0 {
567
- left: 0px;
568
- }
569
- .theme-brandCrowd .tw-left-1\/2 {
570
- left: 50%;
571
- }
572
- .theme-brandCrowd .tw-left-2 {
573
- left: 0.5rem;
574
- }
575
- .theme-brandCrowd .tw-left-full {
576
- left: 100%;
577
- }
578
- .theme-brandCrowd .tw-right-0 {
579
- right: 0px;
580
- }
581
- .theme-brandCrowd .tw-right-2 {
582
- right: 0.5rem;
583
- }
584
- .theme-brandCrowd .tw-right-full {
585
- right: 100%;
586
- }
587
- .theme-brandCrowd .tw-top-0 {
588
- top: 0px;
589
- }
590
- .theme-brandCrowd .tw-top-1\/2 {
591
- top: 50%;
592
- }
593
- .theme-brandCrowd .tw-top-full {
594
- top: 100%;
595
- }
596
- .theme-brandCrowd .tw-z-10 {
597
- z-index: 10;
598
- }
599
- .theme-brandCrowd .tw-z-20 {
600
- z-index: 20;
601
- }
602
- .theme-brandCrowd .tw-z-30 {
603
- z-index: 30;
604
- }
605
- .theme-brandCrowd .tw-z-50 {
606
- z-index: 50;
607
- }
608
- .theme-brandCrowd .tw-order-last {
609
- order: 9999;
610
- }
611
- .theme-brandCrowd .tw-col-span-2 {
612
- grid-column: span 2 / span 2;
613
- }
614
- .theme-brandCrowd .tw-m-0 {
615
- margin: 0px;
616
- }
617
- .theme-brandCrowd .tw-m-3 {
618
- margin: 0.75rem;
619
- }
620
- .theme-brandCrowd .tw-m-5 {
621
- margin: 1.25rem;
622
- }
623
- .theme-brandCrowd .tw-m-auto {
624
- margin: auto;
625
- }
626
- .theme-brandCrowd .tw-mx-2 {
627
- margin-left: 0.5rem;
628
- margin-right: 0.5rem;
629
- }
630
- .theme-brandCrowd .tw-mx-4 {
631
- margin-left: 1rem;
632
- margin-right: 1rem;
633
- }
634
- .theme-brandCrowd .tw-mx-8 {
635
- margin-left: 2rem;
636
- margin-right: 2rem;
637
- }
638
- .theme-brandCrowd .tw-mx-auto {
639
- margin-left: auto;
640
- margin-right: auto;
641
- }
642
- .theme-brandCrowd .tw-my-0 {
643
- margin-top: 0px;
644
- margin-bottom: 0px;
645
- }
646
- .theme-brandCrowd .tw-my-1 {
647
- margin-top: 0.25rem;
648
- margin-bottom: 0.25rem;
649
- }
650
- .theme-brandCrowd .tw-my-10 {
651
- margin-top: 2.5rem;
652
- margin-bottom: 2.5rem;
653
- }
654
- .theme-brandCrowd .tw-my-4 {
655
- margin-top: 1rem;
656
- margin-bottom: 1rem;
657
- }
658
- .theme-brandCrowd .tw-my-5 {
659
- margin-top: 1.25rem;
660
- margin-bottom: 1.25rem;
661
- }
662
- .theme-brandCrowd .tw-my-auto {
663
- margin-top: auto;
664
- margin-bottom: auto;
665
- }
666
- .theme-brandCrowd .tw--mb-1 {
667
- margin-bottom: -0.25rem;
668
- }
669
- .theme-brandCrowd .tw--mb-1\.5 {
670
- margin-bottom: -0.375rem;
671
- }
672
- .theme-brandCrowd .tw--ml-px {
673
- margin-left: -1px;
674
- }
675
- .theme-brandCrowd .tw--mr-1 {
676
- margin-right: -0.25rem;
677
- }
678
- .theme-brandCrowd .tw--mr-1\.5 {
679
- margin-right: -0.375rem;
680
- }
681
- .theme-brandCrowd .tw--mt-px {
682
- margin-top: -1px;
683
- }
684
- .theme-brandCrowd .tw-mb-0 {
685
- margin-bottom: 0px;
686
- }
687
- .theme-brandCrowd .tw-mb-1 {
688
- margin-bottom: 0.25rem;
689
- }
690
- .theme-brandCrowd .tw-mb-10 {
691
- margin-bottom: 2.5rem;
692
- }
693
- .theme-brandCrowd .tw-mb-2 {
694
- margin-bottom: 0.5rem;
695
- }
696
- .theme-brandCrowd .tw-mb-3 {
697
- margin-bottom: 0.75rem;
698
- }
699
- .theme-brandCrowd .tw-mb-4 {
700
- margin-bottom: 1rem;
701
- }
702
- .theme-brandCrowd .tw-mb-6 {
703
- margin-bottom: 1.5rem;
704
- }
705
- .theme-brandCrowd .tw-mb-8 {
706
- margin-bottom: 2rem;
707
- }
708
- .theme-brandCrowd .tw-ml-0 {
709
- margin-left: 0px;
710
- }
711
- .theme-brandCrowd .tw-ml-2 {
712
- margin-left: 0.5rem;
713
- }
714
- .theme-brandCrowd .tw-ml-3 {
715
- margin-left: 0.75rem;
716
- }
717
- .theme-brandCrowd .tw-ml-4 {
718
- margin-left: 1rem;
719
- }
720
- .theme-brandCrowd .tw-ml-auto {
721
- margin-left: auto;
722
- }
723
- .theme-brandCrowd .tw-mr-1 {
724
- margin-right: 0.25rem;
725
- }
726
- .theme-brandCrowd .tw-mr-2 {
727
- margin-right: 0.5rem;
728
- }
729
- .theme-brandCrowd .tw-mr-3 {
730
- margin-right: 0.75rem;
731
- }
732
- .theme-brandCrowd .tw-mr-4 {
733
- margin-right: 1rem;
734
- }
735
- .theme-brandCrowd .tw-mr-auto {
736
- margin-right: auto;
737
- }
738
- .theme-brandCrowd .tw-mt-0 {
739
- margin-top: 0px;
740
- }
741
- .theme-brandCrowd .tw-mt-1 {
742
- margin-top: 0.25rem;
743
- }
744
- .theme-brandCrowd .tw-mt-2 {
745
- margin-top: 0.5rem;
746
- }
747
- .theme-brandCrowd .tw-mt-3 {
748
- margin-top: 0.75rem;
749
- }
750
- .theme-brandCrowd .tw-mt-4 {
751
- margin-top: 1rem;
752
- }
753
- .theme-brandCrowd .tw-mt-6 {
754
- margin-top: 1.5rem;
755
- }
756
- .theme-brandCrowd .tw-mt-8 {
757
- margin-top: 2rem;
758
- }
759
- .theme-brandCrowd .tw-box-border {
760
- box-sizing: border-box;
761
- }
762
- .theme-brandCrowd .tw-box-content {
763
- box-sizing: content-box;
764
- }
765
- .theme-brandCrowd .tw-line-clamp-1 {
766
- overflow: hidden;
767
- display: -webkit-box;
768
- -webkit-box-orient: vertical;
769
- -webkit-line-clamp: 1;
770
- }
771
- .theme-brandCrowd .tw-line-clamp-2 {
772
- overflow: hidden;
773
- display: -webkit-box;
774
- -webkit-box-orient: vertical;
775
- -webkit-line-clamp: 2;
776
- }
777
- .theme-brandCrowd .tw-line-clamp-3 {
778
- overflow: hidden;
779
- display: -webkit-box;
780
- -webkit-box-orient: vertical;
781
- -webkit-line-clamp: 3;
782
- }
783
- .theme-brandCrowd .tw-line-clamp-4 {
784
- overflow: hidden;
785
- display: -webkit-box;
786
- -webkit-box-orient: vertical;
787
- -webkit-line-clamp: 4;
788
- }
789
- .theme-brandCrowd .tw-line-clamp-5 {
790
- overflow: hidden;
791
- display: -webkit-box;
792
- -webkit-box-orient: vertical;
793
- -webkit-line-clamp: 5;
794
- }
795
- .theme-brandCrowd .tw-line-clamp-6 {
796
- overflow: hidden;
797
- display: -webkit-box;
798
- -webkit-box-orient: vertical;
799
- -webkit-line-clamp: 6;
800
- }
801
- .theme-brandCrowd .tw-line-clamp-none {
802
- overflow: visible;
803
- display: block;
804
- -webkit-box-orient: horizontal;
805
- -webkit-line-clamp: none;
806
- }
807
- .theme-brandCrowd .tw-block {
808
- display: block;
809
- }
810
- .theme-brandCrowd .tw-inline-block {
811
- display: inline-block;
812
- }
813
- .theme-brandCrowd .tw-inline {
814
- display: inline;
815
- }
816
- .theme-brandCrowd .tw-flex {
817
- display: flex;
818
- }
819
- .theme-brandCrowd .tw-inline-flex {
820
- display: inline-flex;
821
- }
822
- .theme-brandCrowd .tw-grid {
823
- display: grid;
824
- }
825
- .theme-brandCrowd .tw-hidden {
826
- display: none;
827
- }
828
- .theme-brandCrowd .tw-h-0 {
829
- height: 0px;
830
- }
831
- .theme-brandCrowd .tw-h-10 {
832
- height: 2.5rem;
833
- }
834
- .theme-brandCrowd .tw-h-12 {
835
- height: 3rem;
836
- }
837
- .theme-brandCrowd .tw-h-14 {
838
- height: 3.5rem;
839
- }
840
- .theme-brandCrowd .tw-h-16 {
841
- height: 4rem;
842
- }
843
- .theme-brandCrowd .tw-h-2 {
844
- height: 0.5rem;
845
- }
846
- .theme-brandCrowd .tw-h-20 {
847
- height: 5rem;
848
- }
849
- .theme-brandCrowd .tw-h-24 {
850
- height: 6rem;
851
- }
852
- .theme-brandCrowd .tw-h-3 {
853
- height: 0.75rem;
854
- }
855
- .theme-brandCrowd .tw-h-4 {
856
- height: 1rem;
857
- }
858
- .theme-brandCrowd .tw-h-40 {
859
- height: 10rem;
860
- }
861
- .theme-brandCrowd .tw-h-5 {
862
- height: 1.25rem;
863
- }
864
- .theme-brandCrowd .tw-h-6 {
865
- height: 1.5rem;
866
- }
867
- .theme-brandCrowd .tw-h-8 {
868
- height: 2rem;
869
- }
870
- .theme-brandCrowd .tw-h-80 {
871
- height: 20rem;
872
- }
873
- .theme-brandCrowd .tw-h-auto {
874
- height: auto;
875
- }
876
- .theme-brandCrowd .tw-h-fit {
877
- height: -moz-fit-content;
878
- height: fit-content;
879
- }
880
- .theme-brandCrowd .tw-h-full {
881
- height: 100%;
882
- }
883
- .theme-brandCrowd .tw-max-h-56 {
884
- max-height: 14rem;
885
- }
886
- .theme-brandCrowd .tw-max-h-72 {
887
- max-height: 18rem;
888
- }
889
- .theme-brandCrowd .tw-max-h-full {
890
- max-height: 100%;
891
- }
892
- .theme-brandCrowd .tw-max-h-screen {
893
- max-height: 100vh;
894
- }
895
- .theme-brandCrowd .tw-w-10 {
896
- width: 2.5rem;
897
- }
898
- .theme-brandCrowd .tw-w-12 {
899
- width: 3rem;
900
- }
901
- .theme-brandCrowd .tw-w-14 {
902
- width: 3.5rem;
903
- }
904
- .theme-brandCrowd .tw-w-16 {
905
- width: 4rem;
906
- }
907
- .theme-brandCrowd .tw-w-2 {
908
- width: 0.5rem;
909
- }
910
- .theme-brandCrowd .tw-w-24 {
911
- width: 6rem;
912
- }
913
- .theme-brandCrowd .tw-w-3 {
914
- width: 0.75rem;
915
- }
916
- .theme-brandCrowd .tw-w-32 {
917
- width: 8rem;
918
- }
919
- .theme-brandCrowd .tw-w-4 {
920
- width: 1rem;
921
- }
922
- .theme-brandCrowd .tw-w-5 {
923
- width: 1.25rem;
924
- }
925
- .theme-brandCrowd .tw-w-6 {
926
- width: 1.5rem;
927
- }
928
- .theme-brandCrowd .tw-w-60 {
929
- width: 15rem;
930
- }
931
- .theme-brandCrowd .tw-w-64 {
932
- width: 16rem;
933
- }
934
- .theme-brandCrowd .tw-w-72 {
935
- width: 18rem;
936
- }
937
- .theme-brandCrowd .tw-w-8 {
938
- width: 2rem;
939
- }
940
- .theme-brandCrowd .tw-w-96 {
941
- width: 24rem;
942
- }
943
- .theme-brandCrowd .tw-w-auto {
944
- width: auto;
945
- }
946
- .theme-brandCrowd .tw-w-fit {
947
- width: -moz-fit-content;
948
- width: fit-content;
949
- }
950
- .theme-brandCrowd .tw-w-full {
951
- width: 100%;
952
- }
953
- .theme-brandCrowd .tw-max-w-2xl {
954
- max-width: 42rem;
955
- }
956
- .theme-brandCrowd .tw-max-w-full {
957
- max-width: 100%;
958
- }
959
- .theme-brandCrowd .tw-max-w-md {
960
- max-width: 28rem;
961
- }
962
- .theme-brandCrowd .tw-max-w-xl {
963
- max-width: 36rem;
964
- }
965
- .theme-brandCrowd .tw-flex-auto {
966
- flex: 1 1 auto;
967
- }
968
- .theme-brandCrowd .tw-flex-none {
969
- flex: none;
970
- }
971
- .theme-brandCrowd .tw-grow {
972
- flex-grow: 1;
973
- }
974
- .theme-brandCrowd .tw-origin-top-right {
975
- transform-origin: top right;
976
- }
977
- .-tw-translate-x-px {
978
- --tw-translate-x: -1px;
979
- transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
980
- }
981
- .theme-brandCrowd .tw--translate-x-2 {
982
- --tw-translate-x: -0.5rem;
983
- transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
984
- }
985
- .theme-brandCrowd .tw--translate-x-3 {
986
- --tw-translate-x: -0.75rem;
987
- transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
988
- }
989
- .theme-brandCrowd .tw--translate-x-4 {
990
- --tw-translate-x: -1rem;
991
- transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
992
- }
993
- .theme-brandCrowd .tw--translate-y-1\/2 {
994
- --tw-translate-y: -50%;
995
- transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
996
- }
997
- .theme-brandCrowd .tw--translate-y-2 {
998
- --tw-translate-y: -0.5rem;
999
- transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1000
- }
1001
- .theme-brandCrowd .tw-translate-x-12 {
1002
- --tw-translate-x: 3rem;
1003
- transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1004
- }
1005
- .theme-brandCrowd .tw-translate-x-20 {
1006
- --tw-translate-x: 5rem;
1007
- transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1008
- }
1009
- .theme-brandCrowd .tw-translate-x-4 {
1010
- --tw-translate-x: 1rem;
1011
- transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1012
- }
1013
- .theme-brandCrowd .tw-translate-x-5 {
1014
- --tw-translate-x: 1.25rem;
1015
- transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1016
- }
1017
- .theme-brandCrowd .tw-translate-x-6 {
1018
- --tw-translate-x: 1.5rem;
1019
- transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1020
- }
1021
- .theme-brandCrowd .tw-translate-x-8 {
1022
- --tw-translate-x: 2rem;
1023
- transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1024
- }
1025
- .theme-brandCrowd .tw-translate-y-1\/2 {
1026
- --tw-translate-y: 50%;
1027
- transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1028
- }
1029
- .theme-brandCrowd .tw-translate-y-2 {
1030
- --tw-translate-y: 0.5rem;
1031
- transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1032
- }
1033
- .theme-brandCrowd .tw-translate-y-2\.5 {
1034
- --tw-translate-y: 0.625rem;
1035
- transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1036
- }
1037
- .theme-brandCrowd .tw-translate-y-4 {
1038
- --tw-translate-y: 1rem;
1039
- transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1040
- }
1041
- .theme-brandCrowd .tw-scale-0 {
1042
- --tw-scale-x: 0;
1043
- --tw-scale-y: 0;
1044
- transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1045
- }
1046
- .theme-brandCrowd .tw-scale-100 {
1047
- --tw-scale-x: 1;
1048
- --tw-scale-y: 1;
1049
- transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1050
- }
1051
- .theme-brandCrowd .tw-transform {
1052
- transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1053
- }
1054
- @keyframes tw-spin {
1055
-
1056
- to {
1057
- transform: rotate(360deg);
1058
- }
1059
- }
1060
- .theme-brandCrowd .tw-animate-spin {
1061
- animation: tw-spin 1s linear infinite;
1062
- }
1063
- .\!tw-cursor-not-allowed {
1064
- cursor: not-allowed !important;
1065
- }
1066
- .theme-brandCrowd .tw-cursor-not-allowed {
1067
- cursor: not-allowed;
1068
- }
1069
- .theme-brandCrowd .tw-cursor-pointer {
1070
- cursor: pointer;
1071
- }
1072
- .theme-brandCrowd .tw-cursor-text {
1073
- cursor: text;
1074
- }
1075
- .theme-brandCrowd .tw-cursor-wait {
1076
- cursor: wait;
1077
- }
1078
- .theme-brandCrowd .tw-select-none {
1079
- -webkit-user-select: none;
1080
- -moz-user-select: none;
1081
- user-select: none;
1082
- }
1083
- .theme-brandCrowd .tw-resize-none {
1084
- resize: none;
1085
- }
1086
- .theme-brandCrowd .tw-list-none {
1087
- list-style-type: none;
1088
- }
1089
- .theme-brandCrowd .tw-appearance-none {
1090
- -webkit-appearance: none;
1091
- -moz-appearance: none;
1092
- appearance: none;
1093
- }
1094
- .theme-brandCrowd .tw-grid-flow-row {
1095
- grid-auto-flow: row;
1096
- }
1097
- .theme-brandCrowd .tw-auto-rows-max {
1098
- grid-auto-rows: max-content;
1099
- }
1100
- .theme-brandCrowd .tw-grid-cols-1 {
1101
- grid-template-columns: repeat(1, minmax(0, 1fr));
1102
- }
1103
- .theme-brandCrowd .tw-grid-cols-3 {
1104
- grid-template-columns: repeat(3, minmax(0, 1fr));
1105
- }
1106
- .theme-brandCrowd .tw-grid-cols-4 {
1107
- grid-template-columns: repeat(4, minmax(0, 1fr));
1108
- }
1109
- .theme-brandCrowd .tw-flex-row {
1110
- flex-direction: row;
1111
- }
1112
- .theme-brandCrowd .tw-flex-row-reverse {
1113
- flex-direction: row-reverse;
1114
- }
1115
- .theme-brandCrowd .tw-flex-col {
1116
- flex-direction: column;
1117
- }
1118
- .theme-brandCrowd .tw-flex-col-reverse {
1119
- flex-direction: column-reverse;
1120
- }
1121
- .theme-brandCrowd .tw-content-start {
1122
- align-content: flex-start;
1123
- }
1124
- .theme-brandCrowd .tw-items-start {
1125
- align-items: flex-start;
1126
- }
1127
- .theme-brandCrowd .tw-items-end {
1128
- align-items: flex-end;
1129
- }
1130
- .theme-brandCrowd .tw-items-center {
1131
- align-items: center;
1132
- }
1133
- .theme-brandCrowd .tw-items-stretch {
1134
- align-items: stretch;
1135
- }
1136
- .theme-brandCrowd .tw-justify-normal {
1137
- justify-content: normal;
1138
- }
1139
- .theme-brandCrowd .tw-justify-start {
1140
- justify-content: flex-start;
1141
- }
1142
- .theme-brandCrowd .tw-justify-end {
1143
- justify-content: flex-end;
1144
- }
1145
- .theme-brandCrowd .tw-justify-center {
1146
- justify-content: center;
1147
- }
1148
- .theme-brandCrowd .tw-justify-between {
1149
- justify-content: space-between;
1150
- }
1151
- .theme-brandCrowd .tw-gap-2 {
1152
- gap: 0.5rem;
1153
- }
1154
- .theme-brandCrowd .tw-gap-3 {
1155
- gap: 0.75rem;
1156
- }
1157
- .theme-brandCrowd .tw-gap-4 {
1158
- gap: 1rem;
1159
- }
1160
- .theme-brandCrowd .tw-self-center {
1161
- align-self: center;
1162
- }
1163
- .theme-brandCrowd .tw-overflow-hidden {
1164
- overflow: hidden;
1165
- }
1166
- .theme-brandCrowd .tw-overflow-visible {
1167
- overflow: visible;
1168
- }
1169
- .theme-brandCrowd .tw-overflow-scroll {
1170
- overflow: scroll;
1171
- }
1172
- .theme-brandCrowd .tw-overflow-x-auto {
1173
- overflow-x: auto;
1174
- }
1175
- .theme-brandCrowd .tw-overflow-y-auto {
1176
- overflow-y: auto;
1177
- }
1178
- .theme-brandCrowd .tw-overflow-x-hidden {
1179
- overflow-x: hidden;
1180
- }
1181
- .theme-brandCrowd .tw-overflow-y-hidden {
1182
- overflow-y: hidden;
1183
- }
1184
- .theme-brandCrowd .tw-truncate {
1185
- overflow: hidden;
1186
- text-overflow: ellipsis;
1187
- white-space: nowrap;
1188
- }
1189
- .theme-brandCrowd .tw-text-ellipsis {
1190
- text-overflow: ellipsis;
1191
- }
1192
- .theme-brandCrowd .tw-whitespace-nowrap {
1193
- white-space: nowrap;
1194
- }
1195
- .theme-brandCrowd .tw-break-all {
1196
- word-break: break-all;
1197
- }
1198
- .theme-brandCrowd .tw-rounded {
1199
- border-radius: 0.25rem;
1200
- }
1201
- .theme-brandCrowd .tw-rounded-full {
1202
- border-radius: 9999px;
1203
- }
1204
- .theme-brandCrowd .tw-rounded-md {
1205
- border-radius: 0.375rem;
1206
- }
1207
- .theme-brandCrowd .tw-rounded-none {
1208
- border-radius: 0px;
1209
- }
1210
- .theme-brandCrowd .tw-rounded-sm {
1211
- border-radius: 0.125rem;
1212
- }
1213
- .\!tw-rounded-l-none {
1214
- border-top-left-radius: 0px !important;
1215
- border-bottom-left-radius: 0px !important;
1216
- }
1217
- .\!tw-rounded-r-none {
1218
- border-top-right-radius: 0px !important;
1219
- border-bottom-right-radius: 0px !important;
1220
- }
1221
- .theme-brandCrowd .tw-rounded-b {
1222
- border-bottom-right-radius: 0.25rem;
1223
- border-bottom-left-radius: 0.25rem;
1224
- }
1225
- .theme-brandCrowd .tw-rounded-l {
1226
- border-top-left-radius: 0.25rem;
1227
- border-bottom-left-radius: 0.25rem;
1228
- }
1229
- .theme-brandCrowd .tw-rounded-l-none {
1230
- border-top-left-radius: 0px;
1231
- border-bottom-left-radius: 0px;
1232
- }
1233
- .theme-brandCrowd .tw-rounded-r {
1234
- border-top-right-radius: 0.25rem;
1235
- border-bottom-right-radius: 0.25rem;
1236
- }
1237
- .theme-brandCrowd .tw-rounded-r-none {
1238
- border-top-right-radius: 0px;
1239
- border-bottom-right-radius: 0px;
1240
- }
1241
- .theme-brandCrowd .tw-border {
1242
- border-width: 1px;
1243
- }
1244
- .theme-brandCrowd .tw-border-0 {
1245
- border-width: 0px;
1246
- }
1247
- .theme-brandCrowd .tw-border-2 {
1248
- border-width: 2px;
1249
- }
1250
- .theme-brandCrowd .tw-border-b-0 {
1251
- border-bottom-width: 0px;
1252
- }
1253
- .theme-brandCrowd .tw-border-b-2 {
1254
- border-bottom-width: 2px;
1255
- }
1256
- .theme-brandCrowd .tw-border-b-4 {
1257
- border-bottom-width: 4px;
1258
- }
1259
- .theme-brandCrowd .tw-border-l {
1260
- border-left-width: 1px;
1261
- }
1262
- .theme-brandCrowd .tw-border-l-0 {
1263
- border-left-width: 0px;
1264
- }
1265
- .theme-brandCrowd .tw-border-r {
1266
- border-right-width: 1px;
1267
- }
1268
- .theme-brandCrowd .tw-border-r-0 {
1269
- border-right-width: 0px;
1270
- }
1271
- .theme-brandCrowd .tw-border-t {
1272
- border-top-width: 1px;
1273
- }
1274
- .theme-brandCrowd .tw-border-t-0 {
1275
- border-top-width: 0px;
1276
- }
1277
- .theme-brandCrowd .tw-border-t-2 {
1278
- border-top-width: 2px;
1279
- }
1280
- .theme-brandCrowd .tw-border-solid {
1281
- border-style: solid;
1282
- }
1283
- .theme-brandCrowd .tw-border-dashed {
1284
- border-style: dashed;
1285
- }
1286
- .theme-brandCrowd .tw-border-none {
1287
- border-style: none;
1288
- }
1289
- .theme-brandCrowd .tw-border-black\/10 {
1290
- border-color: rgb(0 0 0 / 0.1);
1291
- }
1292
- .theme-brandCrowd .tw-border-error-500 {
1293
- --tw-border-opacity: 1;
1294
- border-color: rgb(242 27 63 / var(--tw-border-opacity));
1295
- }
1296
- .theme-brandCrowd .tw-border-error-600 {
1297
- --tw-border-opacity: 1;
1298
- border-color: rgb(194 22 50 / var(--tw-border-opacity));
1299
- }
1300
- .theme-brandCrowd .tw-border-grayscale-100 {
1301
- --tw-border-opacity: 1;
1302
- border-color: rgb(255 255 255 / var(--tw-border-opacity));
1303
- }
1304
- .theme-brandCrowd .tw-border-grayscale-300 {
1305
- --tw-border-opacity: 1;
1306
- border-color: rgb(239 239 239 / var(--tw-border-opacity));
1307
- }
1308
- .theme-brandCrowd .tw-border-grayscale-400 {
1309
- --tw-border-opacity: 1;
1310
- border-color: rgb(230 230 230 / var(--tw-border-opacity));
1311
- }
1312
- .theme-brandCrowd .tw-border-grayscale-500 {
1313
- --tw-border-opacity: 1;
1314
- border-color: rgb(208 208 208 / var(--tw-border-opacity));
1315
- }
1316
- .theme-brandCrowd .tw-border-grayscale-600 {
1317
- --tw-border-opacity: 1;
1318
- border-color: rgb(94 94 94 / var(--tw-border-opacity));
1319
- }
1320
- .theme-brandCrowd .tw-border-info-300 {
1321
- --tw-border-opacity: 1;
1322
- border-color: rgb(102 193 231 / var(--tw-border-opacity));
1323
- }
1324
- .theme-brandCrowd .tw-border-info-500 {
1325
- --tw-border-opacity: 1;
1326
- border-color: rgb(0 151 215 / var(--tw-border-opacity));
1327
- }
1328
- .theme-brandCrowd .tw-border-primary-300 {
1329
- --tw-border-opacity: 1;
1330
- border-color: rgb(247 118 140 / var(--tw-border-opacity));
1331
- }
1332
- .theme-brandCrowd .tw-border-primary-400 {
1333
- --tw-border-opacity: 1;
1334
- border-color: rgb(245 73 101 / var(--tw-border-opacity));
1335
- }
1336
- .theme-brandCrowd .tw-border-primary-500 {
1337
- --tw-border-opacity: 1;
1338
- border-color: rgb(242 27 63 / var(--tw-border-opacity));
1339
- }
1340
- .theme-brandCrowd .tw-border-primary-600 {
1341
- --tw-border-opacity: 1;
1342
- border-color: rgb(194 22 50 / var(--tw-border-opacity));
1343
- }
1344
- .theme-brandCrowd .tw-border-secondary-200 {
1345
- --tw-border-opacity: 1;
1346
- border-color: rgb(189 189 189 / var(--tw-border-opacity));
1347
- }
1348
- .theme-brandCrowd .tw-border-secondary-300 {
1349
- --tw-border-opacity: 1;
1350
- border-color: rgb(155 155 155 / var(--tw-border-opacity));
1351
- }
1352
- .theme-brandCrowd .tw-border-secondary-500 {
1353
- --tw-border-opacity: 1;
1354
- border-color: rgb(89 89 89 / var(--tw-border-opacity));
1355
- }
1356
- .theme-brandCrowd .tw-border-success-400 {
1357
- --tw-border-opacity: 1;
1358
- border-color: rgb(80 185 64 / var(--tw-border-opacity));
1359
- }
1360
- .theme-brandCrowd .tw-border-success-500 {
1361
- --tw-border-opacity: 1;
1362
- border-color: rgb(36 168 16 / var(--tw-border-opacity));
1363
- }
1364
- .theme-brandCrowd .tw-border-success-600 {
1365
- --tw-border-opacity: 1;
1366
- border-color: rgb(29 134 13 / var(--tw-border-opacity));
1367
- }
1368
- .theme-brandCrowd .tw-border-warning-300 {
1369
- --tw-border-opacity: 1;
1370
- border-color: rgb(248 207 128 / var(--tw-border-opacity));
1371
- }
1372
- .theme-brandCrowd .tw-border-warning-500 {
1373
- --tw-border-opacity: 1;
1374
- border-color: rgb(243 175 43 / var(--tw-border-opacity));
1375
- }
1376
- .theme-brandCrowd .tw-border-warning-600 {
1377
- --tw-border-opacity: 1;
1378
- border-color: rgb(194 140 34 / var(--tw-border-opacity));
1379
- }
1380
- .theme-brandCrowd .tw-border-white {
1381
- --tw-border-opacity: 1;
1382
- border-color: rgb(255 255 255 / var(--tw-border-opacity));
1383
- }
1384
- .theme-brandCrowd .tw-bg-black {
1385
- --tw-bg-opacity: 1;
1386
- background-color: rgb(0 0 0 / var(--tw-bg-opacity));
1387
- }
1388
- .theme-brandCrowd .tw-bg-error-100 {
1389
- --tw-bg-opacity: 1;
1390
- background-color: rgb(252 209 217 / var(--tw-bg-opacity));
1391
- }
1392
- .theme-brandCrowd .tw-bg-error-500 {
1393
- --tw-bg-opacity: 1;
1394
- background-color: rgb(242 27 63 / var(--tw-bg-opacity));
1395
- }
1396
- .theme-brandCrowd .tw-bg-grayscale-100 {
1397
- --tw-bg-opacity: 1;
1398
- background-color: rgb(255 255 255 / var(--tw-bg-opacity));
1399
- }
1400
- .theme-brandCrowd .tw-bg-grayscale-200 {
1401
- --tw-bg-opacity: 1;
1402
- background-color: rgb(244 244 244 / var(--tw-bg-opacity));
1403
- }
1404
- .theme-brandCrowd .tw-bg-grayscale-300 {
1405
- --tw-bg-opacity: 1;
1406
- background-color: rgb(239 239 239 / var(--tw-bg-opacity));
1407
- }
1408
- .theme-brandCrowd .tw-bg-grayscale-400 {
1409
- --tw-bg-opacity: 1;
1410
- background-color: rgb(230 230 230 / var(--tw-bg-opacity));
1411
- }
1412
- .theme-brandCrowd .tw-bg-grayscale-500 {
1413
- --tw-bg-opacity: 1;
1414
- background-color: rgb(208 208 208 / var(--tw-bg-opacity));
1415
- }
1416
- .theme-brandCrowd .tw-bg-info-100 {
1417
- --tw-bg-opacity: 1;
1418
- background-color: rgb(204 234 247 / var(--tw-bg-opacity));
1419
- }
1420
- .theme-brandCrowd .tw-bg-info-300 {
1421
- --tw-bg-opacity: 1;
1422
- background-color: rgb(102 193 231 / var(--tw-bg-opacity));
1423
- }
1424
- .theme-brandCrowd .tw-bg-info-400 {
1425
- --tw-bg-opacity: 1;
1426
- background-color: rgb(51 172 223 / var(--tw-bg-opacity));
1427
- }
1428
- .theme-brandCrowd .tw-bg-info-500 {
1429
- --tw-bg-opacity: 1;
1430
- background-color: rgb(0 151 215 / var(--tw-bg-opacity));
1431
- }
1432
- .theme-brandCrowd .tw-bg-info-600 {
1433
- --tw-bg-opacity: 1;
1434
- background-color: rgb(0 121 172 / var(--tw-bg-opacity));
1435
- }
1436
- .theme-brandCrowd .tw-bg-primary-300 {
1437
- --tw-bg-opacity: 1;
1438
- background-color: rgb(247 118 140 / var(--tw-bg-opacity));
1439
- }
1440
- .theme-brandCrowd .tw-bg-primary-400 {
1441
- --tw-bg-opacity: 1;
1442
- background-color: rgb(245 73 101 / var(--tw-bg-opacity));
1443
- }
1444
- .theme-brandCrowd .tw-bg-primary-500 {
1445
- --tw-bg-opacity: 1;
1446
- background-color: rgb(242 27 63 / var(--tw-bg-opacity));
1447
- }
1448
- .theme-brandCrowd .tw-bg-primary-600 {
1449
- --tw-bg-opacity: 1;
1450
- background-color: rgb(194 22 50 / var(--tw-bg-opacity));
1451
- }
1452
- .theme-brandCrowd .tw-bg-secondary-100 {
1453
- --tw-bg-opacity: 1;
1454
- background-color: rgb(222 222 222 / var(--tw-bg-opacity));
1455
- }
1456
- .theme-brandCrowd .tw-bg-secondary-300 {
1457
- --tw-bg-opacity: 1;
1458
- background-color: rgb(155 155 155 / var(--tw-bg-opacity));
1459
- }
1460
- .theme-brandCrowd .tw-bg-secondary-500 {
1461
- --tw-bg-opacity: 1;
1462
- background-color: rgb(89 89 89 / var(--tw-bg-opacity));
1463
- }
1464
- .theme-brandCrowd .tw-bg-success-100 {
1465
- --tw-bg-opacity: 1;
1466
- background-color: rgb(211 238 207 / var(--tw-bg-opacity));
1467
- }
1468
- .theme-brandCrowd .tw-bg-success-400 {
1469
- --tw-bg-opacity: 1;
1470
- background-color: rgb(80 185 64 / var(--tw-bg-opacity));
1471
- }
1472
- .theme-brandCrowd .tw-bg-success-500 {
1473
- --tw-bg-opacity: 1;
1474
- background-color: rgb(36 168 16 / var(--tw-bg-opacity));
1475
- }
1476
- .theme-brandCrowd .tw-bg-transparent {
1477
- background-color: transparent;
1478
- }
1479
- .theme-brandCrowd .tw-bg-warning-100 {
1480
- --tw-bg-opacity: 1;
1481
- background-color: rgb(253 239 213 / var(--tw-bg-opacity));
1482
- }
1483
- .theme-brandCrowd .tw-bg-warning-300 {
1484
- --tw-bg-opacity: 1;
1485
- background-color: rgb(248 207 128 / var(--tw-bg-opacity));
1486
- }
1487
- .theme-brandCrowd .tw-bg-warning-500 {
1488
- --tw-bg-opacity: 1;
1489
- background-color: rgb(243 175 43 / var(--tw-bg-opacity));
1490
- }
1491
- .theme-brandCrowd .tw-bg-warning-600 {
1492
- --tw-bg-opacity: 1;
1493
- background-color: rgb(194 140 34 / var(--tw-bg-opacity));
1494
- }
1495
- .theme-brandCrowd .tw-bg-white {
1496
- --tw-bg-opacity: 1;
1497
- background-color: rgb(255 255 255 / var(--tw-bg-opacity));
1498
- }
1499
- .theme-brandCrowd .tw-bg-opacity-75 {
1500
- --tw-bg-opacity: 0.75;
1501
- }
1502
- .theme-brandCrowd .tw-bg-opacity-80 {
1503
- --tw-bg-opacity: 0.8;
1504
- }
1505
- .theme-brandCrowd .tw-bg-gradient-to-t {
1506
- background-image: linear-gradient(to top, var(--tw-gradient-stops));
1507
- }
1508
- .theme-brandCrowd .tw-from-\[\#d946ef\] {
1509
- --tw-gradient-from: #d946ef var(--tw-gradient-from-position);
1510
- --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
1511
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
1512
- }
1513
- .theme-brandCrowd .tw-to-\[\#8b5cf6\] {
1514
- --tw-gradient-to: #8b5cf6 var(--tw-gradient-to-position);
1515
- }
1516
- .theme-brandCrowd .tw-bg-no-repeat {
1517
- background-repeat: no-repeat;
1518
- }
1519
- .theme-brandCrowd .tw-fill-current {
1520
- fill: currentColor;
1521
- }
1522
- .theme-brandCrowd .tw-object-contain {
1523
- -o-object-fit: contain;
1524
- object-fit: contain;
1525
- }
1526
- .theme-brandCrowd .tw-object-cover {
1527
- -o-object-fit: cover;
1528
- object-fit: cover;
1529
- }
1530
- .theme-brandCrowd .tw-object-top {
1531
- -o-object-position: top;
1532
- object-position: top;
1533
- }
1534
- .\!tw-p-0 {
1535
- padding: 0px !important;
1536
- }
1537
- .\!tw-p-0\.5 {
1538
- padding: 0.125rem !important;
1539
- }
1540
- .\!tw-p-1 {
1541
- padding: 0.25rem !important;
1542
- }
1543
- .\!tw-p-1\.5 {
1544
- padding: 0.375rem !important;
1545
- }
1546
- .\!tw-p-10 {
1547
- padding: 2.5rem !important;
1548
- }
1549
- .\!tw-p-11 {
1550
- padding: 2.75rem !important;
1551
- }
1552
- .\!tw-p-12 {
1553
- padding: 3rem !important;
1554
- }
1555
- .\!tw-p-14 {
1556
- padding: 3.5rem !important;
1557
- }
1558
- .\!tw-p-16 {
1559
- padding: 4rem !important;
1560
- }
1561
- .\!tw-p-2 {
1562
- padding: 0.5rem !important;
1563
- }
1564
- .\!tw-p-2\.5 {
1565
- padding: 0.625rem !important;
1566
- }
1567
- .\!tw-p-20 {
1568
- padding: 5rem !important;
1569
- }
1570
- .\!tw-p-24 {
1571
- padding: 6rem !important;
1572
- }
1573
- .\!tw-p-28 {
1574
- padding: 7rem !important;
1575
- }
1576
- .\!tw-p-3 {
1577
- padding: 0.75rem !important;
1578
- }
1579
- .\!tw-p-3\.5 {
1580
- padding: 0.875rem !important;
1581
- }
1582
- .\!tw-p-32 {
1583
- padding: 8rem !important;
1584
- }
1585
- .\!tw-p-36 {
1586
- padding: 9rem !important;
1587
- }
1588
- .\!tw-p-4 {
1589
- padding: 1rem !important;
1590
- }
1591
- .\!tw-p-40 {
1592
- padding: 10rem !important;
1593
- }
1594
- .\!tw-p-44 {
1595
- padding: 11rem !important;
1596
- }
1597
- .\!tw-p-48 {
1598
- padding: 12rem !important;
1599
- }
1600
- .\!tw-p-5 {
1601
- padding: 1.25rem !important;
1602
- }
1603
- .\!tw-p-52 {
1604
- padding: 13rem !important;
1605
- }
1606
- .\!tw-p-56 {
1607
- padding: 14rem !important;
1608
- }
1609
- .\!tw-p-6 {
1610
- padding: 1.5rem !important;
1611
- }
1612
- .\!tw-p-60 {
1613
- padding: 15rem !important;
1614
- }
1615
- .\!tw-p-64 {
1616
- padding: 16rem !important;
1617
- }
1618
- .\!tw-p-7 {
1619
- padding: 1.75rem !important;
1620
- }
1621
- .\!tw-p-72 {
1622
- padding: 18rem !important;
1623
- }
1624
- .\!tw-p-8 {
1625
- padding: 2rem !important;
1626
- }
1627
- .\!tw-p-80 {
1628
- padding: 20rem !important;
1629
- }
1630
- .\!tw-p-9 {
1631
- padding: 2.25rem !important;
1632
- }
1633
- .\!tw-p-96 {
1634
- padding: 24rem !important;
1635
- }
1636
- .\!tw-p-px {
1637
- padding: 1px !important;
1638
- }
1639
- .theme-brandCrowd .tw-p-0 {
1640
- padding: 0px;
1641
- }
1642
- .theme-brandCrowd .tw-p-1 {
1643
- padding: 0.25rem;
1644
- }
1645
- .theme-brandCrowd .tw-p-2 {
1646
- padding: 0.5rem;
1647
- }
1648
- .theme-brandCrowd .tw-p-3 {
1649
- padding: 0.75rem;
1650
- }
1651
- .theme-brandCrowd .tw-p-4 {
1652
- padding: 1rem;
1653
- }
1654
- .theme-brandCrowd .tw-p-5 {
1655
- padding: 1.25rem;
1656
- }
1657
- .theme-brandCrowd .tw-p-6 {
1658
- padding: 1.5rem;
1659
- }
1660
- .theme-brandCrowd .tw-p-8 {
1661
- padding: 2rem;
1662
- }
1663
- .theme-brandCrowd .tw-px-0 {
1664
- padding-left: 0px;
1665
- padding-right: 0px;
1666
- }
1667
- .theme-brandCrowd .tw-px-0\.5 {
1668
- padding-left: 0.125rem;
1669
- padding-right: 0.125rem;
1670
- }
1671
- .theme-brandCrowd .tw-px-10 {
1672
- padding-left: 2.5rem;
1673
- padding-right: 2.5rem;
1674
- }
1675
- .theme-brandCrowd .tw-px-2 {
1676
- padding-left: 0.5rem;
1677
- padding-right: 0.5rem;
1678
- }
1679
- .theme-brandCrowd .tw-px-20 {
1680
- padding-left: 5rem;
1681
- padding-right: 5rem;
1682
- }
1683
- .theme-brandCrowd .tw-px-3 {
1684
- padding-left: 0.75rem;
1685
- padding-right: 0.75rem;
1686
- }
1687
- .theme-brandCrowd .tw-px-4 {
1688
- padding-left: 1rem;
1689
- padding-right: 1rem;
1690
- }
1691
- .theme-brandCrowd .tw-px-5 {
1692
- padding-left: 1.25rem;
1693
- padding-right: 1.25rem;
1694
- }
1695
- .theme-brandCrowd .tw-px-6 {
1696
- padding-left: 1.5rem;
1697
- padding-right: 1.5rem;
1698
- }
1699
- .theme-brandCrowd .tw-px-8 {
1700
- padding-left: 2rem;
1701
- padding-right: 2rem;
1702
- }
1703
- .theme-brandCrowd .tw-px-px {
1704
- padding-left: 1px;
1705
- padding-right: 1px;
1706
- }
1707
- .theme-brandCrowd .tw-py-0 {
1708
- padding-top: 0px;
1709
- padding-bottom: 0px;
1710
- }
1711
- .theme-brandCrowd .tw-py-0\.5 {
1712
- padding-top: 0.125rem;
1713
- padding-bottom: 0.125rem;
1714
- }
1715
- .theme-brandCrowd .tw-py-1 {
1716
- padding-top: 0.25rem;
1717
- padding-bottom: 0.25rem;
1718
- }
1719
- .theme-brandCrowd .tw-py-1\.5 {
1720
- padding-top: 0.375rem;
1721
- padding-bottom: 0.375rem;
1722
- }
1723
- .theme-brandCrowd .tw-py-10 {
1724
- padding-top: 2.5rem;
1725
- padding-bottom: 2.5rem;
1726
- }
1727
- .theme-brandCrowd .tw-py-2 {
1728
- padding-top: 0.5rem;
1729
- padding-bottom: 0.5rem;
1730
- }
1731
- .theme-brandCrowd .tw-py-3 {
1732
- padding-top: 0.75rem;
1733
- padding-bottom: 0.75rem;
1734
- }
1735
- .theme-brandCrowd .tw-py-3\.5 {
1736
- padding-top: 0.875rem;
1737
- padding-bottom: 0.875rem;
1738
- }
1739
- .theme-brandCrowd .tw-py-4 {
1740
- padding-top: 1rem;
1741
- padding-bottom: 1rem;
1742
- }
1743
- .theme-brandCrowd .tw-py-5 {
1744
- padding-top: 1.25rem;
1745
- padding-bottom: 1.25rem;
1746
- }
1747
- .theme-brandCrowd .tw-py-8 {
1748
- padding-top: 2rem;
1749
- padding-bottom: 2rem;
1750
- }
1751
- .theme-brandCrowd .tw-pb-0 {
1752
- padding-bottom: 0px;
1753
- }
1754
- .theme-brandCrowd .tw-pb-16 {
1755
- padding-bottom: 4rem;
1756
- }
1757
- .theme-brandCrowd .tw-pb-24 {
1758
- padding-bottom: 6rem;
1759
- }
1760
- .theme-brandCrowd .tw-pb-8 {
1761
- padding-bottom: 2rem;
1762
- }
1763
- .theme-brandCrowd .tw-pl-0 {
1764
- padding-left: 0px;
1765
- }
1766
- .theme-brandCrowd .tw-pl-12 {
1767
- padding-left: 3rem;
1768
- }
1769
- .theme-brandCrowd .tw-pl-3 {
1770
- padding-left: 0.75rem;
1771
- }
1772
- .theme-brandCrowd .tw-pl-8 {
1773
- padding-left: 2rem;
1774
- }
1775
- .theme-brandCrowd .tw-pr-12 {
1776
- padding-right: 3rem;
1777
- }
1778
- .theme-brandCrowd .tw-pr-2 {
1779
- padding-right: 0.5rem;
1780
- }
1781
- .theme-brandCrowd .tw-pr-4 {
1782
- padding-right: 1rem;
1783
- }
1784
- .theme-brandCrowd .tw-pr-6 {
1785
- padding-right: 1.5rem;
1786
- }
1787
- .theme-brandCrowd .tw-pt-1 {
1788
- padding-top: 0.25rem;
1789
- }
1790
- .theme-brandCrowd .tw-pt-12 {
1791
- padding-top: 3rem;
1792
- }
1793
- .theme-brandCrowd .tw-pt-2 {
1794
- padding-top: 0.5rem;
1795
- }
1796
- .theme-brandCrowd .tw-pt-4 {
1797
- padding-top: 1rem;
1798
- }
1799
- .theme-brandCrowd .tw-pt-6 {
1800
- padding-top: 1.5rem;
1801
- }
1802
- .theme-brandCrowd .tw-text-left {
1803
- text-align: left;
1804
- }
1805
- .theme-brandCrowd .tw-text-center {
1806
- text-align: center;
1807
- }
1808
- .theme-brandCrowd .tw-align-top {
1809
- vertical-align: top;
1810
- }
1811
- .theme-brandCrowd .tw-align-middle {
1812
- vertical-align: middle;
1813
- }
1814
- .theme-brandCrowd .tw-font-sans {
1815
- font-family: Lato, Helvetica, sans-serif;
1816
- }
1817
- .theme-brandCrowd .tw-text-2xl {
1818
- font-size: 1.5rem;
1819
- line-height: 2rem;
1820
- }
1821
- .theme-brandCrowd .tw-text-4xl {
1822
- font-size: 2.25rem;
1823
- line-height: 2.5rem;
1824
- }
1825
- .theme-brandCrowd .tw-text-base {
1826
- font-size: 1rem;
1827
- line-height: 1.5rem;
1828
- }
1829
- .theme-brandCrowd .tw-text-lg {
1830
- font-size: 1.125rem;
1831
- line-height: 1.75rem;
1832
- }
1833
- .theme-brandCrowd .tw-text-sm {
1834
- font-size: 0.875rem;
1835
- line-height: 1.25rem;
1836
- }
1837
- .theme-brandCrowd .tw-text-xs {
1838
- font-size: 0.75rem;
1839
- line-height: 1rem;
1840
- }
1841
- .theme-brandCrowd .tw-font-bold {
1842
- font-weight: 700;
1843
- }
1844
- .theme-brandCrowd .tw-font-normal {
1845
- font-weight: 400;
1846
- }
1847
- .theme-brandCrowd .tw-font-semibold {
1848
- font-weight: 600;
1849
- }
1850
- .theme-brandCrowd .tw-uppercase {
1851
- text-transform: uppercase;
1852
- }
1853
- .theme-brandCrowd .tw-capitalize {
1854
- text-transform: capitalize;
1855
- }
1856
- .theme-brandCrowd .tw-leading-tight {
1857
- line-height: 1.25;
1858
- }
1859
- .theme-brandCrowd .tw-text-black {
1860
- --tw-text-opacity: 1;
1861
- color: rgb(0 0 0 / var(--tw-text-opacity));
1862
- }
1863
- .theme-brandCrowd .tw-text-error-500 {
1864
- --tw-text-opacity: 1;
1865
- color: rgb(242 27 63 / var(--tw-text-opacity));
1866
- }
1867
- .theme-brandCrowd .tw-text-error-700 {
1868
- --tw-text-opacity: 1;
1869
- color: rgb(145 16 38 / var(--tw-text-opacity));
1870
- }
1871
- .theme-brandCrowd .tw-text-grayscale-500 {
1872
- --tw-text-opacity: 1;
1873
- color: rgb(208 208 208 / var(--tw-text-opacity));
1874
- }
1875
- .theme-brandCrowd .tw-text-grayscale-600 {
1876
- --tw-text-opacity: 1;
1877
- color: rgb(94 94 94 / var(--tw-text-opacity));
1878
- }
1879
- .theme-brandCrowd .tw-text-grayscale-700 {
1880
- --tw-text-opacity: 1;
1881
- color: rgb(43 43 43 / var(--tw-text-opacity));
1882
- }
1883
- .theme-brandCrowd .tw-text-grayscale-800 {
1884
- --tw-text-opacity: 1;
1885
- color: rgb(17 21 23 / var(--tw-text-opacity));
1886
- }
1887
- .theme-brandCrowd .tw-text-info-300 {
1888
- --tw-text-opacity: 1;
1889
- color: rgb(102 193 231 / var(--tw-text-opacity));
1890
- }
1891
- .theme-brandCrowd .tw-text-info-500 {
1892
- --tw-text-opacity: 1;
1893
- color: rgb(0 151 215 / var(--tw-text-opacity));
1894
- }
1895
- .theme-brandCrowd .tw-text-primary-500 {
1896
- --tw-text-opacity: 1;
1897
- color: rgb(242 27 63 / var(--tw-text-opacity));
1898
- }
1899
- .theme-brandCrowd .tw-text-secondary-400 {
1900
- --tw-text-opacity: 1;
1901
- color: rgb(122 122 122 / var(--tw-text-opacity));
1902
- }
1903
- .theme-brandCrowd .tw-text-secondary-500 {
1904
- --tw-text-opacity: 1;
1905
- color: rgb(89 89 89 / var(--tw-text-opacity));
1906
- }
1907
- .theme-brandCrowd .tw-text-secondary-600 {
1908
- --tw-text-opacity: 1;
1909
- color: rgb(71 71 71 / var(--tw-text-opacity));
1910
- }
1911
- .theme-brandCrowd .tw-text-secondary-800 {
1912
- --tw-text-opacity: 1;
1913
- color: rgb(36 36 36 / var(--tw-text-opacity));
1914
- }
1915
- .theme-brandCrowd .tw-text-success-500 {
1916
- --tw-text-opacity: 1;
1917
- color: rgb(36 168 16 / var(--tw-text-opacity));
1918
- }
1919
- .theme-brandCrowd .tw-text-success-600 {
1920
- --tw-text-opacity: 1;
1921
- color: rgb(29 134 13 / var(--tw-text-opacity));
1922
- }
1923
- .theme-brandCrowd .tw-text-success-700 {
1924
- --tw-text-opacity: 1;
1925
- color: rgb(22 101 10 / var(--tw-text-opacity));
1926
- }
1927
- .theme-brandCrowd .tw-text-warning-700 {
1928
- --tw-text-opacity: 1;
1929
- color: rgb(146 105 26 / var(--tw-text-opacity));
1930
- }
1931
- .theme-brandCrowd .tw-text-white {
1932
- --tw-text-opacity: 1;
1933
- color: rgb(255 255 255 / var(--tw-text-opacity));
1934
- }
1935
- .theme-brandCrowd .tw-underline {
1936
- text-decoration-line: underline;
1937
- }
1938
- .theme-brandCrowd .tw-no-underline {
1939
- text-decoration-line: none;
1940
- }
1941
- .theme-brandCrowd .tw-opacity-0 {
1942
- opacity: 0;
1943
- }
1944
- .theme-brandCrowd .tw-opacity-100 {
1945
- opacity: 1;
1946
- }
1947
- .theme-brandCrowd .tw-opacity-30 {
1948
- opacity: 0.3;
1949
- }
1950
- .theme-brandCrowd .tw-opacity-40 {
1951
- opacity: 0.4;
1952
- }
1953
- .theme-brandCrowd .tw-opacity-50 {
1954
- opacity: 0.5;
1955
- }
1956
- .\!tw-shadow-\[0_0_0_1px\] {
1957
- --tw-shadow: 0 0 0 1px !important;
1958
- --tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color) !important;
1959
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
1960
- }
1961
- .\!tw-shadow-\[0_0_0_2px\] {
1962
- --tw-shadow: 0 0 0 2px !important;
1963
- --tw-shadow-colored: 0 0 0 2px var(--tw-shadow-color) !important;
1964
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
1965
- }
1966
- .theme-brandCrowd .tw-shadow {
1967
- --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
1968
- --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
1969
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1970
- }
1971
- .theme-brandCrowd .tw-shadow-inner {
1972
- --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
1973
- --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
1974
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1975
- }
1976
- .theme-brandCrowd .tw-shadow-lg {
1977
- --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
1978
- --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
1979
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1980
- }
1981
- .theme-brandCrowd .tw-shadow-md {
1982
- --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
1983
- --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
1984
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1985
- }
1986
- .theme-brandCrowd .tw-shadow-sm {
1987
- --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
1988
- --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
1989
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1990
- }
1991
- .theme-brandCrowd .tw-shadow-xl {
1992
- --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
1993
- --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
1994
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1995
- }
1996
- .\!tw-shadow-info-500 {
1997
- --tw-shadow-color: #0097D7 !important;
1998
- --tw-shadow: var(--tw-shadow-colored) !important;
1999
- }
2000
- .\!tw-shadow-secondary-200 {
2001
- --tw-shadow-color: #BDBDBD !important;
2002
- --tw-shadow: var(--tw-shadow-colored) !important;
2003
- }
2004
- .theme-brandCrowd .tw-outline-none {
2005
- outline: 2px solid transparent;
2006
- outline-offset: 2px;
2007
- }
2008
- .theme-brandCrowd .tw-ring-1 {
2009
- --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
2010
- --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
2011
- box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
2012
- }
2013
- .theme-brandCrowd .tw-ring-black {
2014
- --tw-ring-opacity: 1;
2015
- --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
2016
- }
2017
- .theme-brandCrowd .tw-ring-opacity-5 {
2018
- --tw-ring-opacity: 0.05;
2019
- }
2020
- .theme-brandCrowd .tw-drop-shadow-sm {
2021
- --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
2022
- filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
2023
- }
2024
- .theme-brandCrowd .tw-transition-colors {
2025
- transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
2026
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2027
- transition-duration: 150ms;
2028
- }
2029
- .theme-brandCrowd .tw-transition-shadow {
2030
- transition-property: box-shadow;
2031
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2032
- transition-duration: 150ms;
2033
- }
2034
- .theme-brandCrowd .tw-transition-transform {
2035
- transition-property: transform;
2036
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2037
- transition-duration: 150ms;
2038
- }
2039
- .theme-brandCrowd .tw-duration-200 {
2040
- transition-duration: 200ms;
2041
- }
2042
- .theme-brandCrowd .tw-duration-300 {
2043
- transition-duration: 300ms;
2044
- }
2045
- .theme-brandCrowd .tw-ease-in-out {
2046
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2047
- }
2048
- .theme-brandCrowd .tw-ease-out {
2049
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
2050
- }
2051
- .theme-brandCrowd .hover\:tw-border-grayscale-400:hover {
2052
- --tw-border-opacity: 1;
2053
- border-color: rgb(230 230 230 / var(--tw-border-opacity));
2054
- }
2055
- .theme-brandCrowd .hover\:tw-border-info-600:hover {
2056
- --tw-border-opacity: 1;
2057
- border-color: rgb(0 121 172 / var(--tw-border-opacity));
2058
- }
2059
- .theme-brandCrowd .hover\:tw-border-primary-600:hover {
2060
- --tw-border-opacity: 1;
2061
- border-color: rgb(194 22 50 / var(--tw-border-opacity));
2062
- }
2063
- .theme-brandCrowd .hover\:tw-border-primary-700:hover {
2064
- --tw-border-opacity: 1;
2065
- border-color: rgb(145 16 38 / var(--tw-border-opacity));
2066
- }
2067
- .theme-brandCrowd .hover\:tw-border-secondary-700:hover {
2068
- --tw-border-opacity: 1;
2069
- border-color: rgb(53 53 53 / var(--tw-border-opacity));
2070
- }
2071
- .theme-brandCrowd .hover\:tw-border-success-600:hover {
2072
- --tw-border-opacity: 1;
2073
- border-color: rgb(29 134 13 / var(--tw-border-opacity));
2074
- }
2075
- .theme-brandCrowd .hover\:tw-border-warning-600:hover {
2076
- --tw-border-opacity: 1;
2077
- border-color: rgb(194 140 34 / var(--tw-border-opacity));
2078
- }
2079
- .theme-brandCrowd .hover\:tw-bg-grayscale-200:hover {
2080
- --tw-bg-opacity: 1;
2081
- background-color: rgb(244 244 244 / var(--tw-bg-opacity));
2082
- }
2083
- .theme-brandCrowd .hover\:tw-bg-grayscale-300:hover {
2084
- --tw-bg-opacity: 1;
2085
- background-color: rgb(239 239 239 / var(--tw-bg-opacity));
2086
- }
2087
- .theme-brandCrowd .hover\:tw-bg-grayscale-400:hover {
2088
- --tw-bg-opacity: 1;
2089
- background-color: rgb(230 230 230 / var(--tw-bg-opacity));
2090
- }
2091
- .theme-brandCrowd .hover\:tw-bg-info-100:hover {
2092
- --tw-bg-opacity: 1;
2093
- background-color: rgb(204 234 247 / var(--tw-bg-opacity));
2094
- }
2095
- .theme-brandCrowd .hover\:tw-bg-info-400:hover {
2096
- --tw-bg-opacity: 1;
2097
- background-color: rgb(51 172 223 / var(--tw-bg-opacity));
2098
- }
2099
- .theme-brandCrowd .hover\:tw-bg-info-600:hover {
2100
- --tw-bg-opacity: 1;
2101
- background-color: rgb(0 121 172 / var(--tw-bg-opacity));
2102
- }
2103
- .theme-brandCrowd .hover\:tw-bg-primary-100:hover {
2104
- --tw-bg-opacity: 1;
2105
- background-color: rgb(252 209 217 / var(--tw-bg-opacity));
2106
- }
2107
- .theme-brandCrowd .hover\:tw-bg-primary-400:hover {
2108
- --tw-bg-opacity: 1;
2109
- background-color: rgb(245 73 101 / var(--tw-bg-opacity));
2110
- }
2111
- .theme-brandCrowd .hover\:tw-bg-primary-600:hover {
2112
- --tw-bg-opacity: 1;
2113
- background-color: rgb(194 22 50 / var(--tw-bg-opacity));
2114
- }
2115
- .theme-brandCrowd .hover\:tw-bg-secondary-100:hover {
2116
- --tw-bg-opacity: 1;
2117
- background-color: rgb(222 222 222 / var(--tw-bg-opacity));
2118
- }
2119
- .theme-brandCrowd .hover\:tw-bg-secondary-400:hover {
2120
- --tw-bg-opacity: 1;
2121
- background-color: rgb(122 122 122 / var(--tw-bg-opacity));
2122
- }
2123
- .theme-brandCrowd .hover\:tw-bg-secondary-500:hover {
2124
- --tw-bg-opacity: 1;
2125
- background-color: rgb(89 89 89 / var(--tw-bg-opacity));
2126
- }
2127
- .theme-brandCrowd .hover\:tw-bg-secondary-600:hover {
2128
- --tw-bg-opacity: 1;
2129
- background-color: rgb(71 71 71 / var(--tw-bg-opacity));
2130
- }
2131
- .theme-brandCrowd .hover\:tw-bg-success-100:hover {
2132
- --tw-bg-opacity: 1;
2133
- background-color: rgb(211 238 207 / var(--tw-bg-opacity));
2134
- }
2135
- .theme-brandCrowd .hover\:tw-bg-success-600:hover {
2136
- --tw-bg-opacity: 1;
2137
- background-color: rgb(29 134 13 / var(--tw-bg-opacity));
2138
- }
2139
- .theme-brandCrowd .hover\:tw-bg-warning-600:hover {
2140
- --tw-bg-opacity: 1;
2141
- background-color: rgb(194 140 34 / var(--tw-bg-opacity));
2142
- }
2143
- .theme-brandCrowd .hover\:tw-text-grayscale-800:hover {
2144
- --tw-text-opacity: 1;
2145
- color: rgb(17 21 23 / var(--tw-text-opacity));
2146
- }
2147
- .theme-brandCrowd .hover\:tw-text-secondary-500:hover {
2148
- --tw-text-opacity: 1;
2149
- color: rgb(89 89 89 / var(--tw-text-opacity));
2150
- }
2151
- .theme-brandCrowd .hover\:tw-text-success-600:hover {
2152
- --tw-text-opacity: 1;
2153
- color: rgb(29 134 13 / var(--tw-text-opacity));
2154
- }
2155
- .theme-brandCrowd .hover\:tw-text-white:hover {
2156
- --tw-text-opacity: 1;
2157
- color: rgb(255 255 255 / var(--tw-text-opacity));
2158
- }
2159
- .theme-brandCrowd .hover\:tw-underline:hover {
2160
- text-decoration-line: underline;
2161
- }
2162
- .theme-brandCrowd .hover\:tw-shadow-lg:hover {
2163
- --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
2164
- --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
2165
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2166
- }
2167
- .theme-brandCrowd .hover\:\!tw-shadow-info-500:hover {
2168
- --tw-shadow-color: #0097D7 !important;
2169
- --tw-shadow: var(--tw-shadow-colored) !important;
2170
- }
2171
- .theme-brandCrowd .hover\:tw-brightness-\[0\.85\]:hover {
2172
- --tw-brightness: brightness(0.85);
2173
- filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
2174
- }
2175
- .theme-brandCrowd .focus\:tw-border-error-600:focus {
2176
- --tw-border-opacity: 1;
2177
- border-color: rgb(194 22 50 / var(--tw-border-opacity));
2178
- }
2179
- .theme-brandCrowd .focus\:tw-border-grayscale-600:focus {
2180
- --tw-border-opacity: 1;
2181
- border-color: rgb(94 94 94 / var(--tw-border-opacity));
2182
- }
2183
- .theme-brandCrowd .focus\:tw-border-grayscale-700:focus {
2184
- --tw-border-opacity: 1;
2185
- border-color: rgb(43 43 43 / var(--tw-border-opacity));
2186
- }
2187
- .theme-brandCrowd .focus\:tw-border-success-600:focus {
2188
- --tw-border-opacity: 1;
2189
- border-color: rgb(29 134 13 / var(--tw-border-opacity));
2190
- }
2191
- .theme-brandCrowd .focus\:tw-border-warning-600:focus {
2192
- --tw-border-opacity: 1;
2193
- border-color: rgb(194 140 34 / var(--tw-border-opacity));
2194
- }
2195
- .theme-brandCrowd .focus\:tw-outline-none:focus {
2196
- outline: 2px solid transparent;
2197
- outline-offset: 2px;
2198
- }
2199
- .theme-brandCrowd .tw-group:hover .group-hover\:tw-text-info-500 {
2200
- --tw-text-opacity: 1;
2201
- color: rgb(0 151 215 / var(--tw-text-opacity));
2202
- }
2203
- @media (min-width: 640px) {
2204
- .theme-brandCrowd .sm\:tw-absolute {
2205
- position: absolute;
2206
- }
2207
- .theme-brandCrowd .sm\:tw-bottom-full {
2208
- bottom: 100%;
2209
- }
2210
- .theme-brandCrowd .sm\:tw-left-full {
2211
- left: 100%;
2212
- }
2213
- .theme-brandCrowd .sm\:tw-right-full {
2214
- right: 100%;
2215
- }
2216
- .theme-brandCrowd .sm\:tw-top-auto {
2217
- top: auto;
2218
- }
2219
- .theme-brandCrowd .sm\:tw-mx-8 {
2220
- margin-left: 2rem;
2221
- margin-right: 2rem;
2222
- }
2223
- .theme-brandCrowd .sm\:tw-mb-4 {
2224
- margin-bottom: 1rem;
2225
- }
2226
- .theme-brandCrowd .sm\:tw-ml-4 {
2227
- margin-left: 1rem;
2228
- }
2229
- .theme-brandCrowd .sm\:tw-mr-4 {
2230
- margin-right: 1rem;
2231
- }
2232
- .theme-brandCrowd .sm\:tw-mt-0 {
2233
- margin-top: 0px;
2234
- }
2235
- .theme-brandCrowd .sm\:tw-block {
2236
- display: block;
2237
- }
2238
- .theme-brandCrowd .sm\:tw-inline {
2239
- display: inline;
2240
- }
2241
- .theme-brandCrowd .sm\:tw-hidden {
2242
- display: none;
2243
- }
2244
- .theme-brandCrowd .sm\:tw-h-auto {
2245
- height: auto;
2246
- }
2247
- .theme-brandCrowd .sm\:tw-w-64 {
2248
- width: 16rem;
2249
- }
2250
- .theme-brandCrowd .sm\:tw-w-72 {
2251
- width: 18rem;
2252
- }
2253
- .theme-brandCrowd .sm\:tw-w-96 {
2254
- width: 24rem;
2255
- }
2256
- .theme-brandCrowd .sm\:tw-w-auto {
2257
- width: auto;
2258
- }
2259
- .theme-brandCrowd .sm\:tw-flex-row {
2260
- flex-direction: row;
2261
- }
2262
- .theme-brandCrowd .sm\:tw-rounded-md {
2263
- border-radius: 0.375rem;
2264
- }
2265
- .theme-brandCrowd .sm\:tw-px-4 {
2266
- padding-left: 1rem;
2267
- padding-right: 1rem;
2268
- }
2269
- }
2270
- @media (min-width: 768px) {
2271
- .theme-brandCrowd .md\:tw-right-6 {
2272
- right: 1.5rem;
2273
- }
2274
- .theme-brandCrowd .md\:tw-mb-0 {
2275
- margin-bottom: 0px;
2276
- }
2277
- .theme-brandCrowd .md\:tw-ml-0 {
2278
- margin-left: 0px;
2279
- }
2280
- .theme-brandCrowd .md\:tw-ml-2 {
2281
- margin-left: 0.5rem;
2282
- }
2283
- .theme-brandCrowd .md\:tw-ml-3 {
2284
- margin-left: 0.75rem;
2285
- }
2286
- .theme-brandCrowd .md\:tw-ml-4 {
2287
- margin-left: 1rem;
2288
- }
2289
- .theme-brandCrowd .md\:tw-mr-2 {
2290
- margin-right: 0.5rem;
2291
- }
2292
- .theme-brandCrowd .md\:tw-mt-0 {
2293
- margin-top: 0px;
2294
- }
2295
- .theme-brandCrowd .md\:tw-mt-3 {
2296
- margin-top: 0.75rem;
2297
- }
2298
- .theme-brandCrowd .md\:tw-flex {
2299
- display: flex;
2300
- }
2301
- .theme-brandCrowd .md\:tw-grid {
2302
- display: grid;
2303
- }
2304
- .theme-brandCrowd .md\:tw-hidden {
2305
- display: none;
2306
- }
2307
- .theme-brandCrowd .md\:tw-h-10 {
2308
- height: 2.5rem;
2309
- }
2310
- .theme-brandCrowd .md\:tw-h-20 {
2311
- height: 5rem;
2312
- }
2313
- .theme-brandCrowd .md\:tw-h-full {
2314
- height: 100%;
2315
- }
2316
- .theme-brandCrowd .md\:tw-w-10 {
2317
- width: 2.5rem;
2318
- }
2319
- .theme-brandCrowd .md\:tw-w-24 {
2320
- width: 6rem;
2321
- }
2322
- .theme-brandCrowd .md\:tw-w-auto {
2323
- width: auto;
2324
- }
2325
- .theme-brandCrowd .md\:tw-w-full {
2326
- width: 100%;
2327
- }
2328
- .theme-brandCrowd .md\:tw-max-w-full {
2329
- max-width: 100%;
2330
- }
2331
- .theme-brandCrowd .md\:tw-grow {
2332
- flex-grow: 1;
2333
- }
2334
- .theme-brandCrowd .md\:tw-grid-cols-2 {
2335
- grid-template-columns: repeat(2, minmax(0, 1fr));
2336
- }
2337
- .theme-brandCrowd .md\:tw-flex-row {
2338
- flex-direction: row;
2339
- }
2340
- .theme-brandCrowd .md\:tw-flex-col {
2341
- flex-direction: column;
2342
- }
2343
- .theme-brandCrowd .md\:tw-items-start {
2344
- align-items: flex-start;
2345
- }
2346
- .theme-brandCrowd .md\:tw-items-end {
2347
- align-items: flex-end;
2348
- }
2349
- .theme-brandCrowd .md\:tw-items-center {
2350
- align-items: center;
2351
- }
2352
- .theme-brandCrowd .md\:tw-justify-start {
2353
- justify-content: flex-start;
2354
- }
2355
- .theme-brandCrowd .md\:tw-justify-end {
2356
- justify-content: flex-end;
2357
- }
2358
- .theme-brandCrowd .md\:tw-justify-center {
2359
- justify-content: center;
2360
- }
2361
- .theme-brandCrowd .md\:tw-gap-2 {
2362
- gap: 0.5rem;
2363
- }
2364
- .theme-brandCrowd .md\:tw-rounded-l-none {
2365
- border-top-left-radius: 0px;
2366
- border-bottom-left-radius: 0px;
2367
- }
2368
- .theme-brandCrowd .md\:tw-rounded-r-none {
2369
- border-top-right-radius: 0px;
2370
- border-bottom-right-radius: 0px;
2371
- }
2372
- .theme-brandCrowd .md\:tw-object-contain {
2373
- -o-object-fit: contain;
2374
- object-fit: contain;
2375
- }
2376
- .theme-brandCrowd .md\:tw-p-2 {
2377
- padding: 0.5rem;
2378
- }
2379
- .theme-brandCrowd .md\:tw-p-3 {
2380
- padding: 0.75rem;
2381
- }
2382
- .theme-brandCrowd .md\:tw-p-6 {
2383
- padding: 1.5rem;
2384
- }
2385
- .theme-brandCrowd .md\:tw-p-8 {
2386
- padding: 2rem;
2387
- }
2388
- .theme-brandCrowd .md\:tw-px-12 {
2389
- padding-left: 3rem;
2390
- padding-right: 3rem;
2391
- }
2392
- .theme-brandCrowd .md\:tw-px-4 {
2393
- padding-left: 1rem;
2394
- padding-right: 1rem;
2395
- }
2396
- .theme-brandCrowd .md\:tw-px-8 {
2397
- padding-left: 2rem;
2398
- padding-right: 2rem;
2399
- }
2400
- .theme-brandCrowd .md\:tw-py-2 {
2401
- padding-top: 0.5rem;
2402
- padding-bottom: 0.5rem;
2403
- }
2404
- .theme-brandCrowd .md\:tw-pl-4 {
2405
- padding-left: 1rem;
2406
- }
2407
- .theme-brandCrowd .md\:tw-pr-2 {
2408
- padding-right: 0.5rem;
2409
- }
2410
- .theme-brandCrowd .md\:tw-text-left {
2411
- text-align: left;
2412
- }
2413
- .theme-brandCrowd .md\:tw-text-sm {
2414
- font-size: 0.875rem;
2415
- line-height: 1.25rem;
2416
- }
2417
- .theme-brandCrowd .md\:tw-text-xs {
2418
- font-size: 0.75rem;
2419
- line-height: 1rem;
2420
- }
2421
- }
2422
- @media (min-width: 1024px) {
2423
- .theme-brandCrowd .lg\:tw-static {
2424
- position: static;
2425
- }
2426
- .theme-brandCrowd .lg\:tw-mb-0 {
2427
- margin-bottom: 0px;
2428
- }
2429
- .theme-brandCrowd .lg\:tw-mr-8 {
2430
- margin-right: 2rem;
2431
- }
2432
- .theme-brandCrowd .lg\:tw-mt-0 {
2433
- margin-top: 0px;
2434
- }
2435
- .theme-brandCrowd .lg\:tw-flex {
2436
- display: flex;
2437
- }
2438
- .theme-brandCrowd .lg\:tw-h-auto {
2439
- height: auto;
2440
- }
2441
- .theme-brandCrowd .lg\:tw-w-auto {
2442
- width: auto;
2443
- }
2444
- .theme-brandCrowd .lg\:tw-max-w-xl {
2445
- max-width: 36rem;
2446
- }
2447
- .theme-brandCrowd .lg\:tw-flex-row {
2448
- flex-direction: row;
2449
- }
2450
- .theme-brandCrowd .lg\:tw-items-center {
2451
- align-items: center;
2452
- }
2453
- .theme-brandCrowd .lg\:tw-justify-normal {
2454
- justify-content: normal;
2455
- }
2456
- .theme-brandCrowd .lg\:tw-overflow-visible {
2457
- overflow: visible;
2458
- }
2459
- .theme-brandCrowd .lg\:tw-rounded {
2460
- border-radius: 0.25rem;
2461
- }
2462
- .theme-brandCrowd .lg\:tw-px-20 {
2463
- padding-left: 5rem;
2464
- padding-right: 5rem;
2465
- }
2466
- .theme-brandCrowd .lg\:tw-px-8 {
2467
- padding-left: 2rem;
2468
- padding-right: 2rem;
2469
- }
2470
- .theme-brandCrowd .lg\:tw-pb-0 {
2471
- padding-bottom: 0px;
2472
- }
2473
- .theme-brandCrowd .lg\:tw-pb-8 {
2474
- padding-bottom: 2rem;
2475
- }
2476
- .theme-brandCrowd .lg\:tw-pt-20 {
2477
- padding-top: 5rem;
2478
- }
2479
- }