@kuroson/cse-common-website 0.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,1326 @@
1
+ /*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
2
+ @layer properties;
3
+ @layer theme, base, components, utilities;
4
+ @layer theme {
5
+ :root, :host {
6
+ --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
7
+ "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
8
+ --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
9
+ "Courier New", monospace;
10
+ --spacing: 0.25rem;
11
+ --text-base: 1rem;
12
+ --text-base--line-height: calc(1.5 / 1);
13
+ --font-weight-bold: 700;
14
+ --radius-lg: 0.5rem;
15
+ --default-font-family: var(--font-sans);
16
+ --default-mono-font-family: var(--font-mono);
17
+ }
18
+ }
19
+ @layer base {
20
+ *, ::after, ::before, ::backdrop, ::file-selector-button {
21
+ box-sizing: border-box;
22
+ margin: 0;
23
+ padding: 0;
24
+ border: 0 solid;
25
+ }
26
+ html, :host {
27
+ line-height: 1.5;
28
+ -webkit-text-size-adjust: 100%;
29
+ tab-size: 4;
30
+ font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
31
+ font-feature-settings: var(--default-font-feature-settings, normal);
32
+ font-variation-settings: var(--default-font-variation-settings, normal);
33
+ -webkit-tap-highlight-color: transparent;
34
+ }
35
+ hr {
36
+ height: 0;
37
+ color: inherit;
38
+ border-top-width: 1px;
39
+ }
40
+ abbr:where([title]) {
41
+ -webkit-text-decoration: underline dotted;
42
+ text-decoration: underline dotted;
43
+ }
44
+ h1, h2, h3, h4, h5, h6 {
45
+ font-size: inherit;
46
+ font-weight: inherit;
47
+ }
48
+ a {
49
+ color: inherit;
50
+ -webkit-text-decoration: inherit;
51
+ text-decoration: inherit;
52
+ }
53
+ b, strong {
54
+ font-weight: bolder;
55
+ }
56
+ code, kbd, samp, pre {
57
+ font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
58
+ font-feature-settings: var(--default-mono-font-feature-settings, normal);
59
+ font-variation-settings: var(--default-mono-font-variation-settings, normal);
60
+ font-size: 1em;
61
+ }
62
+ small {
63
+ font-size: 80%;
64
+ }
65
+ sub, sup {
66
+ font-size: 75%;
67
+ line-height: 0;
68
+ position: relative;
69
+ vertical-align: baseline;
70
+ }
71
+ sub {
72
+ bottom: -0.25em;
73
+ }
74
+ sup {
75
+ top: -0.5em;
76
+ }
77
+ table {
78
+ text-indent: 0;
79
+ border-color: inherit;
80
+ border-collapse: collapse;
81
+ }
82
+ :-moz-focusring {
83
+ outline: auto;
84
+ }
85
+ progress {
86
+ vertical-align: baseline;
87
+ }
88
+ summary {
89
+ display: list-item;
90
+ }
91
+ ol, ul, menu {
92
+ list-style: none;
93
+ }
94
+ img, svg, video, canvas, audio, iframe, embed, object {
95
+ display: block;
96
+ vertical-align: middle;
97
+ }
98
+ img, video {
99
+ max-width: 100%;
100
+ height: auto;
101
+ }
102
+ button, input, select, optgroup, textarea, ::file-selector-button {
103
+ font: inherit;
104
+ font-feature-settings: inherit;
105
+ font-variation-settings: inherit;
106
+ letter-spacing: inherit;
107
+ color: inherit;
108
+ border-radius: 0;
109
+ background-color: transparent;
110
+ opacity: 1;
111
+ }
112
+ :where(select:is([multiple], [size])) optgroup {
113
+ font-weight: bolder;
114
+ }
115
+ :where(select:is([multiple], [size])) optgroup option {
116
+ padding-inline-start: 20px;
117
+ }
118
+ ::file-selector-button {
119
+ margin-inline-end: 4px;
120
+ }
121
+ ::placeholder {
122
+ opacity: 1;
123
+ }
124
+ @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
125
+ ::placeholder {
126
+ color: currentcolor;
127
+ @supports (color: color-mix(in lab, red, red)) {
128
+ color: color-mix(in oklab, currentcolor 50%, transparent);
129
+ }
130
+ }
131
+ }
132
+ textarea {
133
+ resize: vertical;
134
+ }
135
+ ::-webkit-search-decoration {
136
+ -webkit-appearance: none;
137
+ }
138
+ ::-webkit-date-and-time-value {
139
+ min-height: 1lh;
140
+ text-align: inherit;
141
+ }
142
+ ::-webkit-datetime-edit {
143
+ display: inline-flex;
144
+ }
145
+ ::-webkit-datetime-edit-fields-wrapper {
146
+ padding: 0;
147
+ }
148
+ ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
149
+ padding-block: 0;
150
+ }
151
+ ::-webkit-calendar-picker-indicator {
152
+ line-height: 1;
153
+ }
154
+ :-moz-ui-invalid {
155
+ box-shadow: none;
156
+ }
157
+ button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
158
+ appearance: button;
159
+ }
160
+ ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
161
+ height: auto;
162
+ }
163
+ [hidden]:where(:not([hidden="until-found"])) {
164
+ display: none !important;
165
+ }
166
+ }
167
+ @layer utilities {
168
+ .\!m-0 {
169
+ margin: calc(var(--spacing) * 0) !important;
170
+ }
171
+ .m-0 {
172
+ margin: calc(var(--spacing) * 0);
173
+ }
174
+ .my-4 {
175
+ margin-block: calc(var(--spacing) * 4);
176
+ }
177
+ .mr-2 {
178
+ margin-right: calc(var(--spacing) * 2);
179
+ }
180
+ .mb-2 {
181
+ margin-bottom: calc(var(--spacing) * 2);
182
+ }
183
+ .block {
184
+ display: block;
185
+ }
186
+ .flex {
187
+ display: flex;
188
+ }
189
+ .items-center {
190
+ align-items: center;
191
+ }
192
+ .rounded-lg {
193
+ border-radius: var(--radius-lg);
194
+ }
195
+ .\!border-l-\[5px\] {
196
+ border-left-style: var(--tw-border-style) !important;
197
+ border-left-width: 5px !important;
198
+ }
199
+ .\!border-transparent {
200
+ border-color: transparent !important;
201
+ }
202
+ .\!border-l-\[\#4CB2D5\] {
203
+ border-left-color: #4CB2D5 !important;
204
+ }
205
+ .\!border-l-\[\#009400\] {
206
+ border-left-color: #009400 !important;
207
+ }
208
+ .\!border-l-\[\#D5D4D8\] {
209
+ border-left-color: #D5D4D8 !important;
210
+ }
211
+ .\!border-l-\[\#E6A601\] {
212
+ border-left-color: #E6A601 !important;
213
+ }
214
+ .\!border-l-\[\#E13339\] {
215
+ border-left-color: #E13339 !important;
216
+ }
217
+ .\!bg-\[\#1E4954\] {
218
+ background-color: #1E4954 !important;
219
+ }
220
+ .\!bg-\[\#4B1012\] {
221
+ background-color: #4B1012 !important;
222
+ }
223
+ .\!bg-\[\#4C3900\] {
224
+ background-color: #4C3900 !important;
225
+ }
226
+ .\!bg-\[\#4CB2D5\] {
227
+ background-color: #4CB2D5 !important;
228
+ }
229
+ .\!bg-\[\#5A1417\] {
230
+ background-color: #5A1417 !important;
231
+ }
232
+ .\!bg-\[\#5D4400\] {
233
+ background-color: #5D4400 !important;
234
+ }
235
+ .\!bg-\[\#5E5E61\] {
236
+ background-color: #5E5E61 !important;
237
+ }
238
+ .\!bg-\[\#193C47\] {
239
+ background-color: #193C47 !important;
240
+ }
241
+ .\!bg-\[\#694C01\] {
242
+ background-color: #694C01 !important;
243
+ }
244
+ .\!bg-\[\#003100\] {
245
+ background-color: #003100 !important;
246
+ }
247
+ .\!bg-\[\#009400\] {
248
+ background-color: #009400 !important;
249
+ }
250
+ .\!bg-\[\#014300\] {
251
+ background-color: #014300 !important;
252
+ }
253
+ .\!bg-\[\#22505E\] {
254
+ background-color: #22505E !important;
255
+ }
256
+ .\!bg-\[\#464648\] {
257
+ background-color: #464648 !important;
258
+ }
259
+ .\!bg-\[\#555557\] {
260
+ background-color: #555557 !important;
261
+ }
262
+ .\!bg-\[\#651619\] {
263
+ background-color: #651619 !important;
264
+ }
265
+ .\!bg-\[\#B0D0B1\] {
266
+ background-color: #B0D0B1 !important;
267
+ }
268
+ .\!bg-\[\#C3D8E1\] {
269
+ background-color: #C3D8E1 !important;
270
+ }
271
+ .\!bg-\[\#C4E9C4\] {
272
+ background-color: #C4E9C4 !important;
273
+ }
274
+ .\!bg-\[\#D5D4D8\] {
275
+ background-color: #D5D4D8 !important;
276
+ }
277
+ .\!bg-\[\#D8F3FB\] {
278
+ background-color: #D8F3FB !important;
279
+ }
280
+ .\!bg-\[\#E0E1E3\] {
281
+ background-color: #E0E1E3 !important;
282
+ }
283
+ .\!bg-\[\#E4D6B0\] {
284
+ background-color: #E4D6B0 !important;
285
+ }
286
+ .\!bg-\[\#E5BABD\] {
287
+ background-color: #E5BABD !important;
288
+ }
289
+ .\!bg-\[\#E6A601\] {
290
+ background-color: #E6A601 !important;
291
+ }
292
+ .\!bg-\[\#E6F6E6\] {
293
+ background-color: #E6F6E6 !important;
294
+ }
295
+ .\!bg-\[\#E13339\] {
296
+ background-color: #E13339 !important;
297
+ }
298
+ .\!bg-\[\#EFF9FC\] {
299
+ background-color: #EFF9FC !important;
300
+ }
301
+ .\!bg-\[\#FBFBFC\] {
302
+ background-color: #FBFBFC !important;
303
+ }
304
+ .\!bg-\[\#FCFDFF\] {
305
+ background-color: #FCFDFF !important;
306
+ }
307
+ .\!bg-\[\#FEEAEC\] {
308
+ background-color: #FEEAEC !important;
309
+ }
310
+ .\!bg-\[\#FEEEC4\] {
311
+ background-color: #FEEEC4 !important;
312
+ }
313
+ .\!bg-\[\#FEF8E7\] {
314
+ background-color: #FEF8E7 !important;
315
+ }
316
+ .\!bg-\[\#FFD1D2\] {
317
+ background-color: #FFD1D2 !important;
318
+ }
319
+ .bg-\[\#1E4954\] {
320
+ background-color: #1E4954;
321
+ }
322
+ .bg-\[\#4B1012\] {
323
+ background-color: #4B1012;
324
+ }
325
+ .bg-\[\#4C3900\] {
326
+ background-color: #4C3900;
327
+ }
328
+ .bg-\[\#4CB2D5\] {
329
+ background-color: #4CB2D5;
330
+ }
331
+ .bg-\[\#5A1417\] {
332
+ background-color: #5A1417;
333
+ }
334
+ .bg-\[\#5D4400\] {
335
+ background-color: #5D4400;
336
+ }
337
+ .bg-\[\#5E5E61\] {
338
+ background-color: #5E5E61;
339
+ }
340
+ .bg-\[\#193C47\] {
341
+ background-color: #193C47;
342
+ }
343
+ .bg-\[\#694C01\] {
344
+ background-color: #694C01;
345
+ }
346
+ .bg-\[\#003100\] {
347
+ background-color: #003100;
348
+ }
349
+ .bg-\[\#009400\] {
350
+ background-color: #009400;
351
+ }
352
+ .bg-\[\#014300\] {
353
+ background-color: #014300;
354
+ }
355
+ .bg-\[\#22505E\] {
356
+ background-color: #22505E;
357
+ }
358
+ .bg-\[\#464648\] {
359
+ background-color: #464648;
360
+ }
361
+ .bg-\[\#555557\] {
362
+ background-color: #555557;
363
+ }
364
+ .bg-\[\#651619\] {
365
+ background-color: #651619;
366
+ }
367
+ .bg-\[\#B0D0B1\] {
368
+ background-color: #B0D0B1;
369
+ }
370
+ .bg-\[\#C3D8E1\] {
371
+ background-color: #C3D8E1;
372
+ }
373
+ .bg-\[\#C4E9C4\] {
374
+ background-color: #C4E9C4;
375
+ }
376
+ .bg-\[\#D5D4D8\] {
377
+ background-color: #D5D4D8;
378
+ }
379
+ .bg-\[\#D8F3FB\] {
380
+ background-color: #D8F3FB;
381
+ }
382
+ .bg-\[\#E0E1E3\] {
383
+ background-color: #E0E1E3;
384
+ }
385
+ .bg-\[\#E4D6B0\] {
386
+ background-color: #E4D6B0;
387
+ }
388
+ .bg-\[\#E5BABD\] {
389
+ background-color: #E5BABD;
390
+ }
391
+ .bg-\[\#E6A601\] {
392
+ background-color: #E6A601;
393
+ }
394
+ .bg-\[\#E6F6E6\] {
395
+ background-color: #E6F6E6;
396
+ }
397
+ .bg-\[\#E13339\] {
398
+ background-color: #E13339;
399
+ }
400
+ .bg-\[\#EFF9FC\] {
401
+ background-color: #EFF9FC;
402
+ }
403
+ .bg-\[\#FBFBFC\] {
404
+ background-color: #FBFBFC;
405
+ }
406
+ .bg-\[\#FCFDFF\] {
407
+ background-color: #FCFDFF;
408
+ }
409
+ .bg-\[\#FEEAEC\] {
410
+ background-color: #FEEAEC;
411
+ }
412
+ .bg-\[\#FEEEC4\] {
413
+ background-color: #FEEEC4;
414
+ }
415
+ .bg-\[\#FEF8E7\] {
416
+ background-color: #FEF8E7;
417
+ }
418
+ .bg-\[\#FFD1D2\] {
419
+ background-color: #FFD1D2;
420
+ }
421
+ .fill-current {
422
+ fill: currentcolor;
423
+ }
424
+ .p-4 {
425
+ padding: calc(var(--spacing) * 4);
426
+ }
427
+ .text-center {
428
+ text-align: center;
429
+ }
430
+ .text-base {
431
+ font-size: var(--text-base);
432
+ line-height: var(--tw-leading, var(--text-base--line-height));
433
+ }
434
+ .leading-none {
435
+ --tw-leading: 1;
436
+ line-height: 1;
437
+ }
438
+ .\!font-bold {
439
+ --tw-font-weight: var(--font-weight-bold) !important;
440
+ font-weight: var(--font-weight-bold) !important;
441
+ }
442
+ .font-bold {
443
+ --tw-font-weight: var(--font-weight-bold);
444
+ font-weight: var(--font-weight-bold);
445
+ }
446
+ .\!text-\[\#1E4954\] {
447
+ color: #1E4954 !important;
448
+ }
449
+ .\!text-\[\#4B1012\] {
450
+ color: #4B1012 !important;
451
+ }
452
+ .\!text-\[\#4C3900\] {
453
+ color: #4C3900 !important;
454
+ }
455
+ .\!text-\[\#4CB2D5\] {
456
+ color: #4CB2D5 !important;
457
+ }
458
+ .\!text-\[\#5A1417\] {
459
+ color: #5A1417 !important;
460
+ }
461
+ .\!text-\[\#5D4400\] {
462
+ color: #5D4400 !important;
463
+ }
464
+ .\!text-\[\#5E5E61\] {
465
+ color: #5E5E61 !important;
466
+ }
467
+ .\!text-\[\#193C47\] {
468
+ color: #193C47 !important;
469
+ }
470
+ .\!text-\[\#694C01\] {
471
+ color: #694C01 !important;
472
+ }
473
+ .\!text-\[\#003100\] {
474
+ color: #003100 !important;
475
+ }
476
+ .\!text-\[\#009400\] {
477
+ color: #009400 !important;
478
+ }
479
+ .\!text-\[\#014300\] {
480
+ color: #014300 !important;
481
+ }
482
+ .\!text-\[\#22505E\] {
483
+ color: #22505E !important;
484
+ }
485
+ .\!text-\[\#464648\] {
486
+ color: #464648 !important;
487
+ }
488
+ .\!text-\[\#555557\] {
489
+ color: #555557 !important;
490
+ }
491
+ .\!text-\[\#651619\] {
492
+ color: #651619 !important;
493
+ }
494
+ .\!text-\[\#B0D0B1\] {
495
+ color: #B0D0B1 !important;
496
+ }
497
+ .\!text-\[\#C3D8E1\] {
498
+ color: #C3D8E1 !important;
499
+ }
500
+ .\!text-\[\#C4E9C4\] {
501
+ color: #C4E9C4 !important;
502
+ }
503
+ .\!text-\[\#D5D4D8\] {
504
+ color: #D5D4D8 !important;
505
+ }
506
+ .\!text-\[\#D8F3FB\] {
507
+ color: #D8F3FB !important;
508
+ }
509
+ .\!text-\[\#E0E1E3\] {
510
+ color: #E0E1E3 !important;
511
+ }
512
+ .\!text-\[\#E4D6B0\] {
513
+ color: #E4D6B0 !important;
514
+ }
515
+ .\!text-\[\#E5BABD\] {
516
+ color: #E5BABD !important;
517
+ }
518
+ .\!text-\[\#E6A601\] {
519
+ color: #E6A601 !important;
520
+ }
521
+ .\!text-\[\#E6F6E6\] {
522
+ color: #E6F6E6 !important;
523
+ }
524
+ .\!text-\[\#E13339\] {
525
+ color: #E13339 !important;
526
+ }
527
+ .\!text-\[\#EFF9FC\] {
528
+ color: #EFF9FC !important;
529
+ }
530
+ .\!text-\[\#FBFBFC\] {
531
+ color: #FBFBFC !important;
532
+ }
533
+ .\!text-\[\#FCFDFF\] {
534
+ color: #FCFDFF !important;
535
+ }
536
+ .\!text-\[\#FEEAEC\] {
537
+ color: #FEEAEC !important;
538
+ }
539
+ .\!text-\[\#FEEEC4\] {
540
+ color: #FEEEC4 !important;
541
+ }
542
+ .\!text-\[\#FEF8E7\] {
543
+ color: #FEF8E7 !important;
544
+ }
545
+ .\!text-\[\#FFD1D2\] {
546
+ color: #FFD1D2 !important;
547
+ }
548
+ .text-\[\#1E4954\] {
549
+ color: #1E4954;
550
+ }
551
+ .text-\[\#4B1012\] {
552
+ color: #4B1012;
553
+ }
554
+ .text-\[\#4C3900\] {
555
+ color: #4C3900;
556
+ }
557
+ .text-\[\#4CB2D5\] {
558
+ color: #4CB2D5;
559
+ }
560
+ .text-\[\#5A1417\] {
561
+ color: #5A1417;
562
+ }
563
+ .text-\[\#5D4400\] {
564
+ color: #5D4400;
565
+ }
566
+ .text-\[\#5E5E61\] {
567
+ color: #5E5E61;
568
+ }
569
+ .text-\[\#193C47\] {
570
+ color: #193C47;
571
+ }
572
+ .text-\[\#694C01\] {
573
+ color: #694C01;
574
+ }
575
+ .text-\[\#003100\] {
576
+ color: #003100;
577
+ }
578
+ .text-\[\#009400\] {
579
+ color: #009400;
580
+ }
581
+ .text-\[\#014300\] {
582
+ color: #014300;
583
+ }
584
+ .text-\[\#22505E\] {
585
+ color: #22505E;
586
+ }
587
+ .text-\[\#464648\] {
588
+ color: #464648;
589
+ }
590
+ .text-\[\#555557\] {
591
+ color: #555557;
592
+ }
593
+ .text-\[\#651619\] {
594
+ color: #651619;
595
+ }
596
+ .text-\[\#B0D0B1\] {
597
+ color: #B0D0B1;
598
+ }
599
+ .text-\[\#C3D8E1\] {
600
+ color: #C3D8E1;
601
+ }
602
+ .text-\[\#C4E9C4\] {
603
+ color: #C4E9C4;
604
+ }
605
+ .text-\[\#D5D4D8\] {
606
+ color: #D5D4D8;
607
+ }
608
+ .text-\[\#D8F3FB\] {
609
+ color: #D8F3FB;
610
+ }
611
+ .text-\[\#E0E1E3\] {
612
+ color: #E0E1E3;
613
+ }
614
+ .text-\[\#E4D6B0\] {
615
+ color: #E4D6B0;
616
+ }
617
+ .text-\[\#E5BABD\] {
618
+ color: #E5BABD;
619
+ }
620
+ .text-\[\#E6A601\] {
621
+ color: #E6A601;
622
+ }
623
+ .text-\[\#E6F6E6\] {
624
+ color: #E6F6E6;
625
+ }
626
+ .text-\[\#E13339\] {
627
+ color: #E13339;
628
+ }
629
+ .text-\[\#EFF9FC\] {
630
+ color: #EFF9FC;
631
+ }
632
+ .text-\[\#FBFBFC\] {
633
+ color: #FBFBFC;
634
+ }
635
+ .text-\[\#FCFDFF\] {
636
+ color: #FCFDFF;
637
+ }
638
+ .text-\[\#FEEAEC\] {
639
+ color: #FEEAEC;
640
+ }
641
+ .text-\[\#FEEEC4\] {
642
+ color: #FEEEC4;
643
+ }
644
+ .text-\[\#FEF8E7\] {
645
+ color: #FEF8E7;
646
+ }
647
+ .text-\[\#FFD1D2\] {
648
+ color: #FFD1D2;
649
+ }
650
+ .uppercase {
651
+ text-transform: uppercase;
652
+ }
653
+ .\!underline {
654
+ text-decoration-line: underline !important;
655
+ }
656
+ .underline {
657
+ text-decoration-line: underline;
658
+ }
659
+ .\!decoration-\[\#1E4954\] {
660
+ text-decoration-color: #1E4954 !important;
661
+ }
662
+ .\!decoration-\[\#4B1012\] {
663
+ text-decoration-color: #4B1012 !important;
664
+ }
665
+ .\!decoration-\[\#4C3900\] {
666
+ text-decoration-color: #4C3900 !important;
667
+ }
668
+ .\!decoration-\[\#4CB2D5\] {
669
+ text-decoration-color: #4CB2D5 !important;
670
+ }
671
+ .\!decoration-\[\#5A1417\] {
672
+ text-decoration-color: #5A1417 !important;
673
+ }
674
+ .\!decoration-\[\#5D4400\] {
675
+ text-decoration-color: #5D4400 !important;
676
+ }
677
+ .\!decoration-\[\#5E5E61\] {
678
+ text-decoration-color: #5E5E61 !important;
679
+ }
680
+ .\!decoration-\[\#193C47\] {
681
+ text-decoration-color: #193C47 !important;
682
+ }
683
+ .\!decoration-\[\#694C01\] {
684
+ text-decoration-color: #694C01 !important;
685
+ }
686
+ .\!decoration-\[\#003100\] {
687
+ text-decoration-color: #003100 !important;
688
+ }
689
+ .\!decoration-\[\#009400\] {
690
+ text-decoration-color: #009400 !important;
691
+ }
692
+ .\!decoration-\[\#014300\] {
693
+ text-decoration-color: #014300 !important;
694
+ }
695
+ .\!decoration-\[\#22505E\] {
696
+ text-decoration-color: #22505E !important;
697
+ }
698
+ .\!decoration-\[\#464648\] {
699
+ text-decoration-color: #464648 !important;
700
+ }
701
+ .\!decoration-\[\#555557\] {
702
+ text-decoration-color: #555557 !important;
703
+ }
704
+ .\!decoration-\[\#651619\] {
705
+ text-decoration-color: #651619 !important;
706
+ }
707
+ .\!decoration-\[\#B0D0B1\] {
708
+ text-decoration-color: #B0D0B1 !important;
709
+ }
710
+ .\!decoration-\[\#C3D8E1\] {
711
+ text-decoration-color: #C3D8E1 !important;
712
+ }
713
+ .\!decoration-\[\#C4E9C4\] {
714
+ text-decoration-color: #C4E9C4 !important;
715
+ }
716
+ .\!decoration-\[\#D5D4D8\] {
717
+ text-decoration-color: #D5D4D8 !important;
718
+ }
719
+ .\!decoration-\[\#D8F3FB\] {
720
+ text-decoration-color: #D8F3FB !important;
721
+ }
722
+ .\!decoration-\[\#E0E1E3\] {
723
+ text-decoration-color: #E0E1E3 !important;
724
+ }
725
+ .\!decoration-\[\#E4D6B0\] {
726
+ text-decoration-color: #E4D6B0 !important;
727
+ }
728
+ .\!decoration-\[\#E5BABD\] {
729
+ text-decoration-color: #E5BABD !important;
730
+ }
731
+ .\!decoration-\[\#E6A601\] {
732
+ text-decoration-color: #E6A601 !important;
733
+ }
734
+ .\!decoration-\[\#E6F6E6\] {
735
+ text-decoration-color: #E6F6E6 !important;
736
+ }
737
+ .\!decoration-\[\#E13339\] {
738
+ text-decoration-color: #E13339 !important;
739
+ }
740
+ .\!decoration-\[\#EFF9FC\] {
741
+ text-decoration-color: #EFF9FC !important;
742
+ }
743
+ .\!decoration-\[\#FBFBFC\] {
744
+ text-decoration-color: #FBFBFC !important;
745
+ }
746
+ .\!decoration-\[\#FCFDFF\] {
747
+ text-decoration-color: #FCFDFF !important;
748
+ }
749
+ .\!decoration-\[\#FEEAEC\] {
750
+ text-decoration-color: #FEEAEC !important;
751
+ }
752
+ .\!decoration-\[\#FEEEC4\] {
753
+ text-decoration-color: #FEEEC4 !important;
754
+ }
755
+ .\!decoration-\[\#FEF8E7\] {
756
+ text-decoration-color: #FEF8E7 !important;
757
+ }
758
+ .\!decoration-\[\#FFD1D2\] {
759
+ text-decoration-color: #FFD1D2 !important;
760
+ }
761
+ .decoration-\[\#1E4954\] {
762
+ text-decoration-color: #1E4954;
763
+ }
764
+ .decoration-\[\#4B1012\] {
765
+ text-decoration-color: #4B1012;
766
+ }
767
+ .decoration-\[\#4C3900\] {
768
+ text-decoration-color: #4C3900;
769
+ }
770
+ .decoration-\[\#4CB2D5\] {
771
+ text-decoration-color: #4CB2D5;
772
+ }
773
+ .decoration-\[\#5A1417\] {
774
+ text-decoration-color: #5A1417;
775
+ }
776
+ .decoration-\[\#5D4400\] {
777
+ text-decoration-color: #5D4400;
778
+ }
779
+ .decoration-\[\#5E5E61\] {
780
+ text-decoration-color: #5E5E61;
781
+ }
782
+ .decoration-\[\#193C47\] {
783
+ text-decoration-color: #193C47;
784
+ }
785
+ .decoration-\[\#694C01\] {
786
+ text-decoration-color: #694C01;
787
+ }
788
+ .decoration-\[\#003100\] {
789
+ text-decoration-color: #003100;
790
+ }
791
+ .decoration-\[\#009400\] {
792
+ text-decoration-color: #009400;
793
+ }
794
+ .decoration-\[\#014300\] {
795
+ text-decoration-color: #014300;
796
+ }
797
+ .decoration-\[\#22505E\] {
798
+ text-decoration-color: #22505E;
799
+ }
800
+ .decoration-\[\#464648\] {
801
+ text-decoration-color: #464648;
802
+ }
803
+ .decoration-\[\#555557\] {
804
+ text-decoration-color: #555557;
805
+ }
806
+ .decoration-\[\#651619\] {
807
+ text-decoration-color: #651619;
808
+ }
809
+ .decoration-\[\#B0D0B1\] {
810
+ text-decoration-color: #B0D0B1;
811
+ }
812
+ .decoration-\[\#C3D8E1\] {
813
+ text-decoration-color: #C3D8E1;
814
+ }
815
+ .decoration-\[\#C4E9C4\] {
816
+ text-decoration-color: #C4E9C4;
817
+ }
818
+ .decoration-\[\#D5D4D8\] {
819
+ text-decoration-color: #D5D4D8;
820
+ }
821
+ .decoration-\[\#D8F3FB\] {
822
+ text-decoration-color: #D8F3FB;
823
+ }
824
+ .decoration-\[\#E0E1E3\] {
825
+ text-decoration-color: #E0E1E3;
826
+ }
827
+ .decoration-\[\#E4D6B0\] {
828
+ text-decoration-color: #E4D6B0;
829
+ }
830
+ .decoration-\[\#E5BABD\] {
831
+ text-decoration-color: #E5BABD;
832
+ }
833
+ .decoration-\[\#E6A601\] {
834
+ text-decoration-color: #E6A601;
835
+ }
836
+ .decoration-\[\#E6F6E6\] {
837
+ text-decoration-color: #E6F6E6;
838
+ }
839
+ .decoration-\[\#E13339\] {
840
+ text-decoration-color: #E13339;
841
+ }
842
+ .decoration-\[\#EFF9FC\] {
843
+ text-decoration-color: #EFF9FC;
844
+ }
845
+ .decoration-\[\#FBFBFC\] {
846
+ text-decoration-color: #FBFBFC;
847
+ }
848
+ .decoration-\[\#FCFDFF\] {
849
+ text-decoration-color: #FCFDFF;
850
+ }
851
+ .decoration-\[\#FEEAEC\] {
852
+ text-decoration-color: #FEEAEC;
853
+ }
854
+ .decoration-\[\#FEEEC4\] {
855
+ text-decoration-color: #FEEEC4;
856
+ }
857
+ .decoration-\[\#FEF8E7\] {
858
+ text-decoration-color: #FEF8E7;
859
+ }
860
+ .decoration-\[\#FFD1D2\] {
861
+ text-decoration-color: #FFD1D2;
862
+ }
863
+ .\!decoration-2 {
864
+ text-decoration-thickness: 2px !important;
865
+ }
866
+ .decoration-2 {
867
+ text-decoration-thickness: 2px;
868
+ }
869
+ .shadow-md {
870
+ --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
871
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
872
+ }
873
+ .last\:mb-0 {
874
+ &:last-child {
875
+ margin-bottom: calc(var(--spacing) * 0);
876
+ }
877
+ }
878
+ .hover\:decoration-\[2\.25px\] {
879
+ &:hover {
880
+ @media (hover: hover) {
881
+ text-decoration-thickness: 2.25px;
882
+ }
883
+ }
884
+ }
885
+ .dark\:bg-\[\#1E4954\] {
886
+ &:is(.dark *) {
887
+ background-color: #1E4954;
888
+ }
889
+ }
890
+ .dark\:bg-\[\#4B1012\] {
891
+ &:is(.dark *) {
892
+ background-color: #4B1012;
893
+ }
894
+ }
895
+ .dark\:bg-\[\#4C3900\] {
896
+ &:is(.dark *) {
897
+ background-color: #4C3900;
898
+ }
899
+ }
900
+ .dark\:bg-\[\#4CB2D5\] {
901
+ &:is(.dark *) {
902
+ background-color: #4CB2D5;
903
+ }
904
+ }
905
+ .dark\:bg-\[\#5A1417\] {
906
+ &:is(.dark *) {
907
+ background-color: #5A1417;
908
+ }
909
+ }
910
+ .dark\:bg-\[\#5D4400\] {
911
+ &:is(.dark *) {
912
+ background-color: #5D4400;
913
+ }
914
+ }
915
+ .dark\:bg-\[\#5E5E61\] {
916
+ &:is(.dark *) {
917
+ background-color: #5E5E61;
918
+ }
919
+ }
920
+ .dark\:bg-\[\#193C47\] {
921
+ &:is(.dark *) {
922
+ background-color: #193C47;
923
+ }
924
+ }
925
+ .dark\:bg-\[\#694C01\] {
926
+ &:is(.dark *) {
927
+ background-color: #694C01;
928
+ }
929
+ }
930
+ .dark\:bg-\[\#003100\] {
931
+ &:is(.dark *) {
932
+ background-color: #003100;
933
+ }
934
+ }
935
+ .dark\:bg-\[\#009400\] {
936
+ &:is(.dark *) {
937
+ background-color: #009400;
938
+ }
939
+ }
940
+ .dark\:bg-\[\#014300\] {
941
+ &:is(.dark *) {
942
+ background-color: #014300;
943
+ }
944
+ }
945
+ .dark\:bg-\[\#22505E\] {
946
+ &:is(.dark *) {
947
+ background-color: #22505E;
948
+ }
949
+ }
950
+ .dark\:bg-\[\#464648\] {
951
+ &:is(.dark *) {
952
+ background-color: #464648;
953
+ }
954
+ }
955
+ .dark\:bg-\[\#555557\] {
956
+ &:is(.dark *) {
957
+ background-color: #555557;
958
+ }
959
+ }
960
+ .dark\:bg-\[\#651619\] {
961
+ &:is(.dark *) {
962
+ background-color: #651619;
963
+ }
964
+ }
965
+ .dark\:bg-\[\#B0D0B1\] {
966
+ &:is(.dark *) {
967
+ background-color: #B0D0B1;
968
+ }
969
+ }
970
+ .dark\:bg-\[\#C3D8E1\] {
971
+ &:is(.dark *) {
972
+ background-color: #C3D8E1;
973
+ }
974
+ }
975
+ .dark\:bg-\[\#C4E9C4\] {
976
+ &:is(.dark *) {
977
+ background-color: #C4E9C4;
978
+ }
979
+ }
980
+ .dark\:bg-\[\#D5D4D8\] {
981
+ &:is(.dark *) {
982
+ background-color: #D5D4D8;
983
+ }
984
+ }
985
+ .dark\:bg-\[\#D8F3FB\] {
986
+ &:is(.dark *) {
987
+ background-color: #D8F3FB;
988
+ }
989
+ }
990
+ .dark\:bg-\[\#E0E1E3\] {
991
+ &:is(.dark *) {
992
+ background-color: #E0E1E3;
993
+ }
994
+ }
995
+ .dark\:bg-\[\#E4D6B0\] {
996
+ &:is(.dark *) {
997
+ background-color: #E4D6B0;
998
+ }
999
+ }
1000
+ .dark\:bg-\[\#E5BABD\] {
1001
+ &:is(.dark *) {
1002
+ background-color: #E5BABD;
1003
+ }
1004
+ }
1005
+ .dark\:bg-\[\#E6A601\] {
1006
+ &:is(.dark *) {
1007
+ background-color: #E6A601;
1008
+ }
1009
+ }
1010
+ .dark\:bg-\[\#E6F6E6\] {
1011
+ &:is(.dark *) {
1012
+ background-color: #E6F6E6;
1013
+ }
1014
+ }
1015
+ .dark\:bg-\[\#E13339\] {
1016
+ &:is(.dark *) {
1017
+ background-color: #E13339;
1018
+ }
1019
+ }
1020
+ .dark\:bg-\[\#EFF9FC\] {
1021
+ &:is(.dark *) {
1022
+ background-color: #EFF9FC;
1023
+ }
1024
+ }
1025
+ .dark\:bg-\[\#FBFBFC\] {
1026
+ &:is(.dark *) {
1027
+ background-color: #FBFBFC;
1028
+ }
1029
+ }
1030
+ .dark\:bg-\[\#FCFDFF\] {
1031
+ &:is(.dark *) {
1032
+ background-color: #FCFDFF;
1033
+ }
1034
+ }
1035
+ .dark\:bg-\[\#FEEAEC\] {
1036
+ &:is(.dark *) {
1037
+ background-color: #FEEAEC;
1038
+ }
1039
+ }
1040
+ .dark\:bg-\[\#FEEEC4\] {
1041
+ &:is(.dark *) {
1042
+ background-color: #FEEEC4;
1043
+ }
1044
+ }
1045
+ .dark\:bg-\[\#FEF8E7\] {
1046
+ &:is(.dark *) {
1047
+ background-color: #FEF8E7;
1048
+ }
1049
+ }
1050
+ .dark\:bg-\[\#FFD1D2\] {
1051
+ &:is(.dark *) {
1052
+ background-color: #FFD1D2;
1053
+ }
1054
+ }
1055
+ .dark\:text-\[\#1E4954\] {
1056
+ &:is(.dark *) {
1057
+ color: #1E4954;
1058
+ }
1059
+ }
1060
+ .dark\:text-\[\#4B1012\] {
1061
+ &:is(.dark *) {
1062
+ color: #4B1012;
1063
+ }
1064
+ }
1065
+ .dark\:text-\[\#4C3900\] {
1066
+ &:is(.dark *) {
1067
+ color: #4C3900;
1068
+ }
1069
+ }
1070
+ .dark\:text-\[\#4CB2D5\] {
1071
+ &:is(.dark *) {
1072
+ color: #4CB2D5;
1073
+ }
1074
+ }
1075
+ .dark\:text-\[\#5A1417\] {
1076
+ &:is(.dark *) {
1077
+ color: #5A1417;
1078
+ }
1079
+ }
1080
+ .dark\:text-\[\#5D4400\] {
1081
+ &:is(.dark *) {
1082
+ color: #5D4400;
1083
+ }
1084
+ }
1085
+ .dark\:text-\[\#5E5E61\] {
1086
+ &:is(.dark *) {
1087
+ color: #5E5E61;
1088
+ }
1089
+ }
1090
+ .dark\:text-\[\#193C47\] {
1091
+ &:is(.dark *) {
1092
+ color: #193C47;
1093
+ }
1094
+ }
1095
+ .dark\:text-\[\#694C01\] {
1096
+ &:is(.dark *) {
1097
+ color: #694C01;
1098
+ }
1099
+ }
1100
+ .dark\:text-\[\#003100\] {
1101
+ &:is(.dark *) {
1102
+ color: #003100;
1103
+ }
1104
+ }
1105
+ .dark\:text-\[\#009400\] {
1106
+ &:is(.dark *) {
1107
+ color: #009400;
1108
+ }
1109
+ }
1110
+ .dark\:text-\[\#014300\] {
1111
+ &:is(.dark *) {
1112
+ color: #014300;
1113
+ }
1114
+ }
1115
+ .dark\:text-\[\#22505E\] {
1116
+ &:is(.dark *) {
1117
+ color: #22505E;
1118
+ }
1119
+ }
1120
+ .dark\:text-\[\#464648\] {
1121
+ &:is(.dark *) {
1122
+ color: #464648;
1123
+ }
1124
+ }
1125
+ .dark\:text-\[\#555557\] {
1126
+ &:is(.dark *) {
1127
+ color: #555557;
1128
+ }
1129
+ }
1130
+ .dark\:text-\[\#651619\] {
1131
+ &:is(.dark *) {
1132
+ color: #651619;
1133
+ }
1134
+ }
1135
+ .dark\:text-\[\#B0D0B1\] {
1136
+ &:is(.dark *) {
1137
+ color: #B0D0B1;
1138
+ }
1139
+ }
1140
+ .dark\:text-\[\#C3D8E1\] {
1141
+ &:is(.dark *) {
1142
+ color: #C3D8E1;
1143
+ }
1144
+ }
1145
+ .dark\:text-\[\#C4E9C4\] {
1146
+ &:is(.dark *) {
1147
+ color: #C4E9C4;
1148
+ }
1149
+ }
1150
+ .dark\:text-\[\#D5D4D8\] {
1151
+ &:is(.dark *) {
1152
+ color: #D5D4D8;
1153
+ }
1154
+ }
1155
+ .dark\:text-\[\#D8F3FB\] {
1156
+ &:is(.dark *) {
1157
+ color: #D8F3FB;
1158
+ }
1159
+ }
1160
+ .dark\:text-\[\#E0E1E3\] {
1161
+ &:is(.dark *) {
1162
+ color: #E0E1E3;
1163
+ }
1164
+ }
1165
+ .dark\:text-\[\#E4D6B0\] {
1166
+ &:is(.dark *) {
1167
+ color: #E4D6B0;
1168
+ }
1169
+ }
1170
+ .dark\:text-\[\#E5BABD\] {
1171
+ &:is(.dark *) {
1172
+ color: #E5BABD;
1173
+ }
1174
+ }
1175
+ .dark\:text-\[\#E6A601\] {
1176
+ &:is(.dark *) {
1177
+ color: #E6A601;
1178
+ }
1179
+ }
1180
+ .dark\:text-\[\#E6F6E6\] {
1181
+ &:is(.dark *) {
1182
+ color: #E6F6E6;
1183
+ }
1184
+ }
1185
+ .dark\:text-\[\#E13339\] {
1186
+ &:is(.dark *) {
1187
+ color: #E13339;
1188
+ }
1189
+ }
1190
+ .dark\:text-\[\#EFF9FC\] {
1191
+ &:is(.dark *) {
1192
+ color: #EFF9FC;
1193
+ }
1194
+ }
1195
+ .dark\:text-\[\#FBFBFC\] {
1196
+ &:is(.dark *) {
1197
+ color: #FBFBFC;
1198
+ }
1199
+ }
1200
+ .dark\:text-\[\#FCFDFF\] {
1201
+ &:is(.dark *) {
1202
+ color: #FCFDFF;
1203
+ }
1204
+ }
1205
+ .dark\:text-\[\#FEEAEC\] {
1206
+ &:is(.dark *) {
1207
+ color: #FEEAEC;
1208
+ }
1209
+ }
1210
+ .dark\:text-\[\#FEEEC4\] {
1211
+ &:is(.dark *) {
1212
+ color: #FEEEC4;
1213
+ }
1214
+ }
1215
+ .dark\:text-\[\#FEF8E7\] {
1216
+ &:is(.dark *) {
1217
+ color: #FEF8E7;
1218
+ }
1219
+ }
1220
+ .dark\:text-\[\#FFD1D2\] {
1221
+ &:is(.dark *) {
1222
+ color: #FFD1D2;
1223
+ }
1224
+ }
1225
+ }
1226
+ @property --tw-border-style {
1227
+ syntax: "*";
1228
+ inherits: false;
1229
+ initial-value: solid;
1230
+ }
1231
+ @property --tw-leading {
1232
+ syntax: "*";
1233
+ inherits: false;
1234
+ }
1235
+ @property --tw-font-weight {
1236
+ syntax: "*";
1237
+ inherits: false;
1238
+ }
1239
+ @property --tw-shadow {
1240
+ syntax: "*";
1241
+ inherits: false;
1242
+ initial-value: 0 0 #0000;
1243
+ }
1244
+ @property --tw-shadow-color {
1245
+ syntax: "*";
1246
+ inherits: false;
1247
+ }
1248
+ @property --tw-shadow-alpha {
1249
+ syntax: "<percentage>";
1250
+ inherits: false;
1251
+ initial-value: 100%;
1252
+ }
1253
+ @property --tw-inset-shadow {
1254
+ syntax: "*";
1255
+ inherits: false;
1256
+ initial-value: 0 0 #0000;
1257
+ }
1258
+ @property --tw-inset-shadow-color {
1259
+ syntax: "*";
1260
+ inherits: false;
1261
+ }
1262
+ @property --tw-inset-shadow-alpha {
1263
+ syntax: "<percentage>";
1264
+ inherits: false;
1265
+ initial-value: 100%;
1266
+ }
1267
+ @property --tw-ring-color {
1268
+ syntax: "*";
1269
+ inherits: false;
1270
+ }
1271
+ @property --tw-ring-shadow {
1272
+ syntax: "*";
1273
+ inherits: false;
1274
+ initial-value: 0 0 #0000;
1275
+ }
1276
+ @property --tw-inset-ring-color {
1277
+ syntax: "*";
1278
+ inherits: false;
1279
+ }
1280
+ @property --tw-inset-ring-shadow {
1281
+ syntax: "*";
1282
+ inherits: false;
1283
+ initial-value: 0 0 #0000;
1284
+ }
1285
+ @property --tw-ring-inset {
1286
+ syntax: "*";
1287
+ inherits: false;
1288
+ }
1289
+ @property --tw-ring-offset-width {
1290
+ syntax: "<length>";
1291
+ inherits: false;
1292
+ initial-value: 0px;
1293
+ }
1294
+ @property --tw-ring-offset-color {
1295
+ syntax: "*";
1296
+ inherits: false;
1297
+ initial-value: #fff;
1298
+ }
1299
+ @property --tw-ring-offset-shadow {
1300
+ syntax: "*";
1301
+ inherits: false;
1302
+ initial-value: 0 0 #0000;
1303
+ }
1304
+ @layer properties {
1305
+ @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
1306
+ *, ::before, ::after, ::backdrop {
1307
+ --tw-border-style: solid;
1308
+ --tw-leading: initial;
1309
+ --tw-font-weight: initial;
1310
+ --tw-shadow: 0 0 #0000;
1311
+ --tw-shadow-color: initial;
1312
+ --tw-shadow-alpha: 100%;
1313
+ --tw-inset-shadow: 0 0 #0000;
1314
+ --tw-inset-shadow-color: initial;
1315
+ --tw-inset-shadow-alpha: 100%;
1316
+ --tw-ring-color: initial;
1317
+ --tw-ring-shadow: 0 0 #0000;
1318
+ --tw-inset-ring-color: initial;
1319
+ --tw-inset-ring-shadow: 0 0 #0000;
1320
+ --tw-ring-inset: initial;
1321
+ --tw-ring-offset-width: 0px;
1322
+ --tw-ring-offset-color: #fff;
1323
+ --tw-ring-offset-shadow: 0 0 #0000;
1324
+ }
1325
+ }
1326
+ }