]> Untitled Git - lemmy-ui.git/blob - src/assets/css/themes/vaporwave-dark.css
fix submodule error
[lemmy-ui.git] / src / assets / css / themes / vaporwave-dark.css
1 @charset "UTF-8";
2 /*!
3  * Bootstrap  v5.3.0 (https://getbootstrap.com/)
4  * Copyright 2011-2023 The Bootstrap Authors
5  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
6  */
7 :root,
8 [data-bs-theme=light] {
9   --bs-blue: #01cdfe;
10   --bs-indigo: #b967ff;
11   --bs-purple: #b967ff;
12   --bs-pink: rgb(255, 64, 186);
13   --bs-red: rgb(255, 95, 110);
14   --bs-orange: rgb(255, 167, 93);
15   --bs-yellow: #fffb96;
16   --bs-green: #05ffa1;
17   --bs-teal: #01cdfe;
18   --bs-cyan: #01cdfe;
19   --bs-black: #000;
20   --bs-white: #fff;
21   --bs-gray: #888;
22   --bs-gray-dark: #303030;
23   --bs-gray-100: #f8f9fa;
24   --bs-gray-200: #ebebeb;
25   --bs-gray-300: #dee2e6;
26   --bs-gray-400: #ced4da;
27   --bs-gray-500: #adb5bd;
28   --bs-gray-600: #888;
29   --bs-gray-700: #444;
30   --bs-gray-800: #303030;
31   --bs-gray-900: #222;
32   --bs-primary: rgb(255, 64, 186);
33   --bs-secondary: #01cdfe;
34   --bs-success: #05ffa1;
35   --bs-info: #01cdfe;
36   --bs-warning: #fffb96;
37   --bs-danger: rgb(255, 95, 110);
38   --bs-light: #444;
39   --bs-dark: #ebebeb;
40   --bs-primary-rgb: 255, 64, 186;
41   --bs-secondary-rgb: 1, 205, 254;
42   --bs-success-rgb: 5, 255, 161;
43   --bs-info-rgb: 1, 205, 254;
44   --bs-warning-rgb: 255, 251, 150;
45   --bs-danger-rgb: 255, 95, 110;
46   --bs-light-rgb: 68, 68, 68;
47   --bs-dark-rgb: 235, 235, 235;
48   --bs-primary-text-emphasis: #661a4a;
49   --bs-secondary-text-emphasis: #005266;
50   --bs-success-text-emphasis: #026640;
51   --bs-info-text-emphasis: #005266;
52   --bs-warning-text-emphasis: #66643c;
53   --bs-danger-text-emphasis: #66262c;
54   --bs-light-text-emphasis: #444;
55   --bs-dark-text-emphasis: #444;
56   --bs-primary-bg-subtle: #ffd9f1;
57   --bs-secondary-bg-subtle: #ccf5ff;
58   --bs-success-bg-subtle: #cdffec;
59   --bs-info-bg-subtle: #ccf5ff;
60   --bs-warning-bg-subtle: #fffeea;
61   --bs-danger-bg-subtle: #ffdfe2;
62   --bs-light-bg-subtle: #fcfcfd;
63   --bs-dark-bg-subtle: #ced4da;
64   --bs-primary-border-subtle: #ffb3e3;
65   --bs-secondary-border-subtle: #99ebff;
66   --bs-success-border-subtle: #9bffd9;
67   --bs-info-border-subtle: #99ebff;
68   --bs-warning-border-subtle: #fffdd5;
69   --bs-danger-border-subtle: #ffbfc5;
70   --bs-light-border-subtle: #ebebeb;
71   --bs-dark-border-subtle: #adb5bd;
72   --bs-white-rgb: 255, 255, 255;
73   --bs-black-rgb: 0, 0, 0;
74   --bs-font-sans-serif: "Lucida Console", Monaco, monospace;
75   --bs-font-monospace: Arial, "Noto Sans", sans-serif;
76   --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
77   --bs-root-font-size: 93.75%;
78   --bs-body-font-family: var(--bs-font-sans-serif);
79   --bs-body-font-size: 1rem;
80   --bs-body-font-weight: 400;
81   --bs-body-line-height: 1.5;
82   --bs-body-color: #ebebeb;
83   --bs-body-color-rgb: 235, 235, 235;
84   --bs-body-bg: #222;
85   --bs-body-bg-rgb: 34, 34, 34;
86   --bs-emphasis-color: #000;
87   --bs-emphasis-color-rgb: 0, 0, 0;
88   --bs-secondary-color: rgba(235, 235, 235, 0.75);
89   --bs-secondary-color-rgb: 235, 235, 235;
90   --bs-secondary-bg: #ebebeb;
91   --bs-secondary-bg-rgb: 235, 235, 235;
92   --bs-tertiary-color: rgba(235, 235, 235, 0.5);
93   --bs-tertiary-color-rgb: 235, 235, 235;
94   --bs-tertiary-bg: #f8f9fa;
95   --bs-tertiary-bg-rgb: 248, 249, 250;
96   --bs-heading-color: inherit;
97   --bs-link-color: rgb(255, 64, 186);
98   --bs-link-color-rgb: 255, 64, 186;
99   --bs-link-decoration: none;
100   --bs-link-hover-color: #cc3395;
101   --bs-link-hover-color-rgb: 204, 51, 149;
102   --bs-code-color: rgb(255, 64, 186);
103   --bs-highlight-bg: #888;
104   --bs-border-width: 1px;
105   --bs-border-style: solid;
106   --bs-border-color: #dee2e6;
107   --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
108   --bs-border-radius: 1rem;
109   --bs-border-radius-sm: 0.25rem;
110   --bs-border-radius-lg: 1rem;
111   --bs-border-radius-xl: 1rem;
112   --bs-border-radius-xxl: 2rem;
113   --bs-border-radius-2xl: var(--bs-border-radius-xxl);
114   --bs-border-radius-pill: 50rem;
115   --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
116   --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
117   --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
118   --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
119   --bs-focus-ring-width: 0.25rem;
120   --bs-focus-ring-opacity: 0.25;
121   --bs-focus-ring-color: rgba(255, 64, 186, 0.25);
122   --bs-form-valid-color: #05ffa1;
123   --bs-form-valid-border-color: #05ffa1;
124   --bs-form-invalid-color: rgb(255, 95, 110);
125   --bs-form-invalid-border-color: rgb(255, 95, 110);
126 }
127
128 [data-bs-theme=dark] {
129   color-scheme: dark;
130   --bs-body-color: #adb5bd;
131   --bs-body-color-rgb: 173, 181, 189;
132   --bs-body-bg: #222;
133   --bs-body-bg-rgb: 34, 34, 34;
134   --bs-emphasis-color: #fff;
135   --bs-emphasis-color-rgb: 255, 255, 255;
136   --bs-secondary-color: rgba(173, 181, 189, 0.75);
137   --bs-secondary-color-rgb: 173, 181, 189;
138   --bs-secondary-bg: #303030;
139   --bs-secondary-bg-rgb: 48, 48, 48;
140   --bs-tertiary-color: rgba(173, 181, 189, 0.5);
141   --bs-tertiary-color-rgb: 173, 181, 189;
142   --bs-tertiary-bg: #292929;
143   --bs-tertiary-bg-rgb: 41, 41, 41;
144   --bs-primary-text-emphasis: #ff8cd6;
145   --bs-secondary-text-emphasis: #67e1fe;
146   --bs-success-text-emphasis: #69ffc7;
147   --bs-info-text-emphasis: #67e1fe;
148   --bs-warning-text-emphasis: #fffdc0;
149   --bs-danger-text-emphasis: #ff9fa8;
150   --bs-light-text-emphasis: #f8f9fa;
151   --bs-dark-text-emphasis: #dee2e6;
152   --bs-primary-bg-subtle: #330d25;
153   --bs-secondary-bg-subtle: #002933;
154   --bs-success-bg-subtle: #013320;
155   --bs-info-bg-subtle: #002933;
156   --bs-warning-bg-subtle: #33321e;
157   --bs-danger-bg-subtle: #331316;
158   --bs-light-bg-subtle: #303030;
159   --bs-dark-bg-subtle: #181818;
160   --bs-primary-border-subtle: #992670;
161   --bs-secondary-border-subtle: #017b98;
162   --bs-success-border-subtle: #039961;
163   --bs-info-border-subtle: #017b98;
164   --bs-warning-border-subtle: #99975a;
165   --bs-danger-border-subtle: #993942;
166   --bs-light-border-subtle: #444;
167   --bs-dark-border-subtle: #303030;
168   --bs-heading-color: inherit;
169   --bs-link-color: #ff8cd6;
170   --bs-link-hover-color: #ffa3de;
171   --bs-link-color-rgb: 255, 140, 214;
172   --bs-link-hover-color-rgb: 255, 163, 222;
173   --bs-code-color: #ff8cd6;
174   --bs-border-color: #444;
175   --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
176   --bs-form-valid-color: #69ffc7;
177   --bs-form-valid-border-color: #69ffc7;
178   --bs-form-invalid-color: #ff9fa8;
179   --bs-form-invalid-border-color: #ff9fa8;
180 }
181
182 *,
183 *::before,
184 *::after {
185   box-sizing: border-box;
186 }
187
188 :root {
189   font-size: var(--bs-root-font-size);
190 }
191 @media (prefers-reduced-motion: no-preference) {
192   :root {
193     scroll-behavior: smooth;
194   }
195 }
196
197 body {
198   margin: 0;
199   font-family: var(--bs-body-font-family);
200   font-size: var(--bs-body-font-size);
201   font-weight: var(--bs-body-font-weight);
202   line-height: var(--bs-body-line-height);
203   color: var(--bs-body-color);
204   text-align: var(--bs-body-text-align);
205   background-color: var(--bs-body-bg);
206   -webkit-text-size-adjust: 100%;
207   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
208 }
209
210 hr {
211   margin: 1rem 0;
212   color: inherit;
213   border: 0;
214   border-top: var(--bs-border-width) solid;
215   opacity: 0.25;
216 }
217
218 h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
219   margin-top: 0;
220   margin-bottom: 0.5rem;
221   font-weight: 500;
222   line-height: 1.2;
223   color: var(--bs-heading-color);
224 }
225
226 h1, .h1 {
227   font-size: calc(1.375rem + 1.5vw);
228 }
229 @media (min-width: 1200px) {
230   h1, .h1 {
231     font-size: 2.5rem;
232   }
233 }
234
235 h2, .h2 {
236   font-size: calc(1.325rem + 0.9vw);
237 }
238 @media (min-width: 1200px) {
239   h2, .h2 {
240     font-size: 2rem;
241   }
242 }
243
244 h3, .h3 {
245   font-size: calc(1.3rem + 0.6vw);
246 }
247 @media (min-width: 1200px) {
248   h3, .h3 {
249     font-size: 1.75rem;
250   }
251 }
252
253 h4, .h4 {
254   font-size: calc(1.275rem + 0.3vw);
255 }
256 @media (min-width: 1200px) {
257   h4, .h4 {
258     font-size: 1.5rem;
259   }
260 }
261
262 h5, .h5 {
263   font-size: 1.25rem;
264 }
265
266 h6, .h6 {
267   font-size: 1rem;
268 }
269
270 p {
271   margin-top: 0;
272   margin-bottom: 1rem;
273 }
274
275 abbr[title] {
276   text-decoration: underline dotted;
277   cursor: help;
278   text-decoration-skip-ink: none;
279 }
280
281 address {
282   margin-bottom: 1rem;
283   font-style: normal;
284   line-height: inherit;
285 }
286
287 ol,
288 ul {
289   padding-left: 2rem;
290 }
291
292 ol,
293 ul,
294 dl {
295   margin-top: 0;
296   margin-bottom: 1rem;
297 }
298
299 ol ol,
300 ul ul,
301 ol ul,
302 ul ol {
303   margin-bottom: 0;
304 }
305
306 dt {
307   font-weight: 700;
308 }
309
310 dd {
311   margin-bottom: 0.5rem;
312   margin-left: 0;
313 }
314
315 blockquote {
316   margin: 0 0 1rem;
317 }
318
319 b,
320 strong {
321   font-weight: bolder;
322 }
323
324 small, .small {
325   font-size: 0.875em;
326 }
327
328 mark, .mark {
329   padding: 0.1875em;
330   background-color: var(--bs-highlight-bg);
331 }
332
333 sub,
334 sup {
335   position: relative;
336   font-size: 0.75em;
337   line-height: 0;
338   vertical-align: baseline;
339 }
340
341 sub {
342   bottom: -0.25em;
343 }
344
345 sup {
346   top: -0.5em;
347 }
348
349 a {
350   color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
351   text-decoration: none;
352 }
353 a:hover {
354   --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
355 }
356
357 a:not([href]):not([class]), a:not([href]):not([class]):hover {
358   color: inherit;
359   text-decoration: none;
360 }
361
362 pre,
363 code,
364 kbd,
365 samp {
366   font-family: var(--bs-font-monospace);
367   font-size: 1em;
368 }
369
370 pre {
371   display: block;
372   margin-top: 0;
373   margin-bottom: 1rem;
374   overflow: auto;
375   font-size: 0.875em;
376   color: #ebebeb;
377 }
378 pre code {
379   font-size: inherit;
380   color: inherit;
381   word-break: normal;
382 }
383
384 code {
385   font-size: 0.875em;
386   color: var(--bs-code-color);
387   word-wrap: break-word;
388 }
389 a > code {
390   color: inherit;
391 }
392
393 kbd {
394   padding: 0.1875rem 0.375rem;
395   font-size: 0.875em;
396   color: var(--bs-body-bg);
397   background-color: var(--bs-body-color);
398   border-radius: 0.25rem;
399 }
400 kbd kbd {
401   padding: 0;
402   font-size: 1em;
403 }
404
405 figure {
406   margin: 0 0 1rem;
407 }
408
409 img,
410 svg {
411   vertical-align: middle;
412 }
413
414 table {
415   caption-side: bottom;
416   border-collapse: collapse;
417 }
418
419 caption {
420   padding-top: 0.5rem;
421   padding-bottom: 0.5rem;
422   color: var(--bs-secondary-color);
423   text-align: left;
424 }
425
426 th {
427   text-align: inherit;
428   text-align: -webkit-match-parent;
429 }
430
431 thead,
432 tbody,
433 tfoot,
434 tr,
435 td,
436 th {
437   border-color: inherit;
438   border-style: solid;
439   border-width: 0;
440 }
441
442 label {
443   display: inline-block;
444 }
445
446 button {
447   border-radius: 0;
448 }
449
450 button:focus:not(:focus-visible) {
451   outline: 0;
452 }
453
454 input,
455 button,
456 select,
457 optgroup,
458 textarea {
459   margin: 0;
460   font-family: inherit;
461   font-size: inherit;
462   line-height: inherit;
463 }
464
465 button,
466 select {
467   text-transform: none;
468 }
469
470 [role=button] {
471   cursor: pointer;
472 }
473
474 select {
475   word-wrap: normal;
476 }
477 select:disabled {
478   opacity: 1;
479 }
480
481 [list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
482   display: none !important;
483 }
484
485 button,
486 [type=button],
487 [type=reset],
488 [type=submit] {
489   -webkit-appearance: button;
490 }
491 button:not(:disabled),
492 [type=button]:not(:disabled),
493 [type=reset]:not(:disabled),
494 [type=submit]:not(:disabled) {
495   cursor: pointer;
496 }
497
498 ::-moz-focus-inner {
499   padding: 0;
500   border-style: none;
501 }
502
503 textarea {
504   resize: vertical;
505 }
506
507 fieldset {
508   min-width: 0;
509   padding: 0;
510   margin: 0;
511   border: 0;
512 }
513
514 legend {
515   float: left;
516   width: 100%;
517   padding: 0;
518   margin-bottom: 0.5rem;
519   font-size: calc(1.275rem + 0.3vw);
520   line-height: inherit;
521 }
522 @media (min-width: 1200px) {
523   legend {
524     font-size: 1.5rem;
525   }
526 }
527 legend + * {
528   clear: left;
529 }
530
531 ::-webkit-datetime-edit-fields-wrapper,
532 ::-webkit-datetime-edit-text,
533 ::-webkit-datetime-edit-minute,
534 ::-webkit-datetime-edit-hour-field,
535 ::-webkit-datetime-edit-day-field,
536 ::-webkit-datetime-edit-month-field,
537 ::-webkit-datetime-edit-year-field {
538   padding: 0;
539 }
540
541 ::-webkit-inner-spin-button {
542   height: auto;
543 }
544
545 [type=search] {
546   outline-offset: -2px;
547   -webkit-appearance: textfield;
548 }
549
550 /* rtl:raw:
551 [type="tel"],
552 [type="url"],
553 [type="email"],
554 [type="number"] {
555   direction: ltr;
556 }
557 */
558 ::-webkit-search-decoration {
559   -webkit-appearance: none;
560 }
561
562 ::-webkit-color-swatch-wrapper {
563   padding: 0;
564 }
565
566 ::file-selector-button {
567   font: inherit;
568   -webkit-appearance: button;
569 }
570
571 output {
572   display: inline-block;
573 }
574
575 iframe {
576   border: 0;
577 }
578
579 summary {
580   display: list-item;
581   cursor: pointer;
582 }
583
584 progress {
585   vertical-align: baseline;
586 }
587
588 [hidden] {
589   display: none !important;
590 }
591
592 .lead {
593   font-size: 1.25rem;
594   font-weight: 300;
595 }
596
597 .display-1 {
598   font-size: calc(1.625rem + 4.5vw);
599   font-weight: 300;
600   line-height: 1.2;
601 }
602 @media (min-width: 1200px) {
603   .display-1 {
604     font-size: 5rem;
605   }
606 }
607
608 .display-2 {
609   font-size: calc(1.575rem + 3.9vw);
610   font-weight: 300;
611   line-height: 1.2;
612 }
613 @media (min-width: 1200px) {
614   .display-2 {
615     font-size: 4.5rem;
616   }
617 }
618
619 .display-3 {
620   font-size: calc(1.525rem + 3.3vw);
621   font-weight: 300;
622   line-height: 1.2;
623 }
624 @media (min-width: 1200px) {
625   .display-3 {
626     font-size: 4rem;
627   }
628 }
629
630 .display-4 {
631   font-size: calc(1.475rem + 2.7vw);
632   font-weight: 300;
633   line-height: 1.2;
634 }
635 @media (min-width: 1200px) {
636   .display-4 {
637     font-size: 3.5rem;
638   }
639 }
640
641 .display-5 {
642   font-size: calc(1.425rem + 2.1vw);
643   font-weight: 300;
644   line-height: 1.2;
645 }
646 @media (min-width: 1200px) {
647   .display-5 {
648     font-size: 3rem;
649   }
650 }
651
652 .display-6 {
653   font-size: calc(1.375rem + 1.5vw);
654   font-weight: 300;
655   line-height: 1.2;
656 }
657 @media (min-width: 1200px) {
658   .display-6 {
659     font-size: 2.5rem;
660   }
661 }
662
663 .list-unstyled {
664   padding-left: 0;
665   list-style: none;
666 }
667
668 .list-inline {
669   padding-left: 0;
670   list-style: none;
671 }
672
673 .list-inline-item {
674   display: inline-block;
675 }
676 .list-inline-item:not(:last-child) {
677   margin-right: 0.5rem;
678 }
679
680 .initialism {
681   font-size: 0.875em;
682   text-transform: uppercase;
683 }
684
685 .blockquote {
686   margin-bottom: 1rem;
687   font-size: 1.25rem;
688 }
689 .blockquote > :last-child {
690   margin-bottom: 0;
691 }
692
693 .blockquote-footer {
694   margin-top: -1rem;
695   margin-bottom: 1rem;
696   font-size: 0.875em;
697   color: #888;
698 }
699 .blockquote-footer::before {
700   content: "— ";
701 }
702
703 .img-fluid {
704   max-width: 100%;
705   height: auto;
706 }
707
708 .img-thumbnail {
709   padding: 0.25rem;
710   background-color: var(--bs-body-bg);
711   border: var(--bs-border-width) solid var(--bs-border-color);
712   border-radius: var(--bs-border-radius);
713   box-shadow: var(--bs-box-shadow-sm);
714   max-width: 100%;
715   height: auto;
716 }
717
718 .figure {
719   display: inline-block;
720 }
721
722 .figure-img {
723   margin-bottom: 0.5rem;
724   line-height: 1;
725 }
726
727 .figure-caption {
728   font-size: 0.875em;
729   color: var(--bs-secondary-color);
730 }
731
732 .container,
733 .container-fluid,
734 .container-xxl,
735 .container-xl,
736 .container-lg,
737 .container-md,
738 .container-sm {
739   --bs-gutter-x: 1.5rem;
740   --bs-gutter-y: 0;
741   width: 100%;
742   padding-right: calc(var(--bs-gutter-x) * 0.5);
743   padding-left: calc(var(--bs-gutter-x) * 0.5);
744   margin-right: auto;
745   margin-left: auto;
746 }
747
748 @media (min-width: 576px) {
749   .container-sm, .container {
750     max-width: 540px;
751   }
752 }
753 @media (min-width: 768px) {
754   .container-md, .container-sm, .container {
755     max-width: 720px;
756   }
757 }
758 @media (min-width: 992px) {
759   .container-lg, .container-md, .container-sm, .container {
760     max-width: 960px;
761   }
762 }
763 @media (min-width: 1200px) {
764   .container-xl, .container-lg, .container-md, .container-sm, .container {
765     max-width: 1140px;
766   }
767 }
768 @media (min-width: 1400px) {
769   .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
770     max-width: 1320px;
771   }
772 }
773 :root {
774   --bs-breakpoint-xs: 0;
775   --bs-breakpoint-sm: 576px;
776   --bs-breakpoint-md: 768px;
777   --bs-breakpoint-lg: 992px;
778   --bs-breakpoint-xl: 1200px;
779   --bs-breakpoint-xxl: 1400px;
780 }
781
782 .row {
783   --bs-gutter-x: 1.5rem;
784   --bs-gutter-y: 0;
785   display: flex;
786   flex-wrap: wrap;
787   margin-top: calc(-1 * var(--bs-gutter-y));
788   margin-right: calc(-0.5 * var(--bs-gutter-x));
789   margin-left: calc(-0.5 * var(--bs-gutter-x));
790 }
791 .row > * {
792   flex-shrink: 0;
793   width: 100%;
794   max-width: 100%;
795   padding-right: calc(var(--bs-gutter-x) * 0.5);
796   padding-left: calc(var(--bs-gutter-x) * 0.5);
797   margin-top: var(--bs-gutter-y);
798 }
799
800 .col {
801   flex: 1 0 0%;
802 }
803
804 .row-cols-auto > * {
805   flex: 0 0 auto;
806   width: auto;
807 }
808
809 .row-cols-1 > * {
810   flex: 0 0 auto;
811   width: 100%;
812 }
813
814 .row-cols-2 > * {
815   flex: 0 0 auto;
816   width: 50%;
817 }
818
819 .row-cols-3 > * {
820   flex: 0 0 auto;
821   width: 33.3333333333%;
822 }
823
824 .row-cols-4 > * {
825   flex: 0 0 auto;
826   width: 25%;
827 }
828
829 .row-cols-5 > * {
830   flex: 0 0 auto;
831   width: 20%;
832 }
833
834 .row-cols-6 > * {
835   flex: 0 0 auto;
836   width: 16.6666666667%;
837 }
838
839 .col-auto {
840   flex: 0 0 auto;
841   width: auto;
842 }
843
844 .col-1 {
845   flex: 0 0 auto;
846   width: 8.33333333%;
847 }
848
849 .col-2 {
850   flex: 0 0 auto;
851   width: 16.66666667%;
852 }
853
854 .col-3 {
855   flex: 0 0 auto;
856   width: 25%;
857 }
858
859 .col-4 {
860   flex: 0 0 auto;
861   width: 33.33333333%;
862 }
863
864 .col-5 {
865   flex: 0 0 auto;
866   width: 41.66666667%;
867 }
868
869 .col-6 {
870   flex: 0 0 auto;
871   width: 50%;
872 }
873
874 .col-7 {
875   flex: 0 0 auto;
876   width: 58.33333333%;
877 }
878
879 .col-8 {
880   flex: 0 0 auto;
881   width: 66.66666667%;
882 }
883
884 .col-9 {
885   flex: 0 0 auto;
886   width: 75%;
887 }
888
889 .col-10 {
890   flex: 0 0 auto;
891   width: 83.33333333%;
892 }
893
894 .col-11 {
895   flex: 0 0 auto;
896   width: 91.66666667%;
897 }
898
899 .col-12 {
900   flex: 0 0 auto;
901   width: 100%;
902 }
903
904 .offset-1 {
905   margin-left: 8.33333333%;
906 }
907
908 .offset-2 {
909   margin-left: 16.66666667%;
910 }
911
912 .offset-3 {
913   margin-left: 25%;
914 }
915
916 .offset-4 {
917   margin-left: 33.33333333%;
918 }
919
920 .offset-5 {
921   margin-left: 41.66666667%;
922 }
923
924 .offset-6 {
925   margin-left: 50%;
926 }
927
928 .offset-7 {
929   margin-left: 58.33333333%;
930 }
931
932 .offset-8 {
933   margin-left: 66.66666667%;
934 }
935
936 .offset-9 {
937   margin-left: 75%;
938 }
939
940 .offset-10 {
941   margin-left: 83.33333333%;
942 }
943
944 .offset-11 {
945   margin-left: 91.66666667%;
946 }
947
948 .g-0,
949 .gx-0 {
950   --bs-gutter-x: 0;
951 }
952
953 .g-0,
954 .gy-0 {
955   --bs-gutter-y: 0;
956 }
957
958 .g-1,
959 .gx-1 {
960   --bs-gutter-x: 0.25rem;
961 }
962
963 .g-1,
964 .gy-1 {
965   --bs-gutter-y: 0.25rem;
966 }
967
968 .g-2,
969 .gx-2 {
970   --bs-gutter-x: 0.5rem;
971 }
972
973 .g-2,
974 .gy-2 {
975   --bs-gutter-y: 0.5rem;
976 }
977
978 .g-3,
979 .gx-3 {
980   --bs-gutter-x: 1rem;
981 }
982
983 .g-3,
984 .gy-3 {
985   --bs-gutter-y: 1rem;
986 }
987
988 .g-4,
989 .gx-4 {
990   --bs-gutter-x: 1.5rem;
991 }
992
993 .g-4,
994 .gy-4 {
995   --bs-gutter-y: 1.5rem;
996 }
997
998 .g-5,
999 .gx-5 {
1000   --bs-gutter-x: 3rem;
1001 }
1002
1003 .g-5,
1004 .gy-5 {
1005   --bs-gutter-y: 3rem;
1006 }
1007
1008 @media (min-width: 576px) {
1009   .col-sm {
1010     flex: 1 0 0%;
1011   }
1012   .row-cols-sm-auto > * {
1013     flex: 0 0 auto;
1014     width: auto;
1015   }
1016   .row-cols-sm-1 > * {
1017     flex: 0 0 auto;
1018     width: 100%;
1019   }
1020   .row-cols-sm-2 > * {
1021     flex: 0 0 auto;
1022     width: 50%;
1023   }
1024   .row-cols-sm-3 > * {
1025     flex: 0 0 auto;
1026     width: 33.3333333333%;
1027   }
1028   .row-cols-sm-4 > * {
1029     flex: 0 0 auto;
1030     width: 25%;
1031   }
1032   .row-cols-sm-5 > * {
1033     flex: 0 0 auto;
1034     width: 20%;
1035   }
1036   .row-cols-sm-6 > * {
1037     flex: 0 0 auto;
1038     width: 16.6666666667%;
1039   }
1040   .col-sm-auto {
1041     flex: 0 0 auto;
1042     width: auto;
1043   }
1044   .col-sm-1 {
1045     flex: 0 0 auto;
1046     width: 8.33333333%;
1047   }
1048   .col-sm-2 {
1049     flex: 0 0 auto;
1050     width: 16.66666667%;
1051   }
1052   .col-sm-3 {
1053     flex: 0 0 auto;
1054     width: 25%;
1055   }
1056   .col-sm-4 {
1057     flex: 0 0 auto;
1058     width: 33.33333333%;
1059   }
1060   .col-sm-5 {
1061     flex: 0 0 auto;
1062     width: 41.66666667%;
1063   }
1064   .col-sm-6 {
1065     flex: 0 0 auto;
1066     width: 50%;
1067   }
1068   .col-sm-7 {
1069     flex: 0 0 auto;
1070     width: 58.33333333%;
1071   }
1072   .col-sm-8 {
1073     flex: 0 0 auto;
1074     width: 66.66666667%;
1075   }
1076   .col-sm-9 {
1077     flex: 0 0 auto;
1078     width: 75%;
1079   }
1080   .col-sm-10 {
1081     flex: 0 0 auto;
1082     width: 83.33333333%;
1083   }
1084   .col-sm-11 {
1085     flex: 0 0 auto;
1086     width: 91.66666667%;
1087   }
1088   .col-sm-12 {
1089     flex: 0 0 auto;
1090     width: 100%;
1091   }
1092   .offset-sm-0 {
1093     margin-left: 0;
1094   }
1095   .offset-sm-1 {
1096     margin-left: 8.33333333%;
1097   }
1098   .offset-sm-2 {
1099     margin-left: 16.66666667%;
1100   }
1101   .offset-sm-3 {
1102     margin-left: 25%;
1103   }
1104   .offset-sm-4 {
1105     margin-left: 33.33333333%;
1106   }
1107   .offset-sm-5 {
1108     margin-left: 41.66666667%;
1109   }
1110   .offset-sm-6 {
1111     margin-left: 50%;
1112   }
1113   .offset-sm-7 {
1114     margin-left: 58.33333333%;
1115   }
1116   .offset-sm-8 {
1117     margin-left: 66.66666667%;
1118   }
1119   .offset-sm-9 {
1120     margin-left: 75%;
1121   }
1122   .offset-sm-10 {
1123     margin-left: 83.33333333%;
1124   }
1125   .offset-sm-11 {
1126     margin-left: 91.66666667%;
1127   }
1128   .g-sm-0,
1129   .gx-sm-0 {
1130     --bs-gutter-x: 0;
1131   }
1132   .g-sm-0,
1133   .gy-sm-0 {
1134     --bs-gutter-y: 0;
1135   }
1136   .g-sm-1,
1137   .gx-sm-1 {
1138     --bs-gutter-x: 0.25rem;
1139   }
1140   .g-sm-1,
1141   .gy-sm-1 {
1142     --bs-gutter-y: 0.25rem;
1143   }
1144   .g-sm-2,
1145   .gx-sm-2 {
1146     --bs-gutter-x: 0.5rem;
1147   }
1148   .g-sm-2,
1149   .gy-sm-2 {
1150     --bs-gutter-y: 0.5rem;
1151   }
1152   .g-sm-3,
1153   .gx-sm-3 {
1154     --bs-gutter-x: 1rem;
1155   }
1156   .g-sm-3,
1157   .gy-sm-3 {
1158     --bs-gutter-y: 1rem;
1159   }
1160   .g-sm-4,
1161   .gx-sm-4 {
1162     --bs-gutter-x: 1.5rem;
1163   }
1164   .g-sm-4,
1165   .gy-sm-4 {
1166     --bs-gutter-y: 1.5rem;
1167   }
1168   .g-sm-5,
1169   .gx-sm-5 {
1170     --bs-gutter-x: 3rem;
1171   }
1172   .g-sm-5,
1173   .gy-sm-5 {
1174     --bs-gutter-y: 3rem;
1175   }
1176 }
1177 @media (min-width: 768px) {
1178   .col-md {
1179     flex: 1 0 0%;
1180   }
1181   .row-cols-md-auto > * {
1182     flex: 0 0 auto;
1183     width: auto;
1184   }
1185   .row-cols-md-1 > * {
1186     flex: 0 0 auto;
1187     width: 100%;
1188   }
1189   .row-cols-md-2 > * {
1190     flex: 0 0 auto;
1191     width: 50%;
1192   }
1193   .row-cols-md-3 > * {
1194     flex: 0 0 auto;
1195     width: 33.3333333333%;
1196   }
1197   .row-cols-md-4 > * {
1198     flex: 0 0 auto;
1199     width: 25%;
1200   }
1201   .row-cols-md-5 > * {
1202     flex: 0 0 auto;
1203     width: 20%;
1204   }
1205   .row-cols-md-6 > * {
1206     flex: 0 0 auto;
1207     width: 16.6666666667%;
1208   }
1209   .col-md-auto {
1210     flex: 0 0 auto;
1211     width: auto;
1212   }
1213   .col-md-1 {
1214     flex: 0 0 auto;
1215     width: 8.33333333%;
1216   }
1217   .col-md-2 {
1218     flex: 0 0 auto;
1219     width: 16.66666667%;
1220   }
1221   .col-md-3 {
1222     flex: 0 0 auto;
1223     width: 25%;
1224   }
1225   .col-md-4 {
1226     flex: 0 0 auto;
1227     width: 33.33333333%;
1228   }
1229   .col-md-5 {
1230     flex: 0 0 auto;
1231     width: 41.66666667%;
1232   }
1233   .col-md-6 {
1234     flex: 0 0 auto;
1235     width: 50%;
1236   }
1237   .col-md-7 {
1238     flex: 0 0 auto;
1239     width: 58.33333333%;
1240   }
1241   .col-md-8 {
1242     flex: 0 0 auto;
1243     width: 66.66666667%;
1244   }
1245   .col-md-9 {
1246     flex: 0 0 auto;
1247     width: 75%;
1248   }
1249   .col-md-10 {
1250     flex: 0 0 auto;
1251     width: 83.33333333%;
1252   }
1253   .col-md-11 {
1254     flex: 0 0 auto;
1255     width: 91.66666667%;
1256   }
1257   .col-md-12 {
1258     flex: 0 0 auto;
1259     width: 100%;
1260   }
1261   .offset-md-0 {
1262     margin-left: 0;
1263   }
1264   .offset-md-1 {
1265     margin-left: 8.33333333%;
1266   }
1267   .offset-md-2 {
1268     margin-left: 16.66666667%;
1269   }
1270   .offset-md-3 {
1271     margin-left: 25%;
1272   }
1273   .offset-md-4 {
1274     margin-left: 33.33333333%;
1275   }
1276   .offset-md-5 {
1277     margin-left: 41.66666667%;
1278   }
1279   .offset-md-6 {
1280     margin-left: 50%;
1281   }
1282   .offset-md-7 {
1283     margin-left: 58.33333333%;
1284   }
1285   .offset-md-8 {
1286     margin-left: 66.66666667%;
1287   }
1288   .offset-md-9 {
1289     margin-left: 75%;
1290   }
1291   .offset-md-10 {
1292     margin-left: 83.33333333%;
1293   }
1294   .offset-md-11 {
1295     margin-left: 91.66666667%;
1296   }
1297   .g-md-0,
1298   .gx-md-0 {
1299     --bs-gutter-x: 0;
1300   }
1301   .g-md-0,
1302   .gy-md-0 {
1303     --bs-gutter-y: 0;
1304   }
1305   .g-md-1,
1306   .gx-md-1 {
1307     --bs-gutter-x: 0.25rem;
1308   }
1309   .g-md-1,
1310   .gy-md-1 {
1311     --bs-gutter-y: 0.25rem;
1312   }
1313   .g-md-2,
1314   .gx-md-2 {
1315     --bs-gutter-x: 0.5rem;
1316   }
1317   .g-md-2,
1318   .gy-md-2 {
1319     --bs-gutter-y: 0.5rem;
1320   }
1321   .g-md-3,
1322   .gx-md-3 {
1323     --bs-gutter-x: 1rem;
1324   }
1325   .g-md-3,
1326   .gy-md-3 {
1327     --bs-gutter-y: 1rem;
1328   }
1329   .g-md-4,
1330   .gx-md-4 {
1331     --bs-gutter-x: 1.5rem;
1332   }
1333   .g-md-4,
1334   .gy-md-4 {
1335     --bs-gutter-y: 1.5rem;
1336   }
1337   .g-md-5,
1338   .gx-md-5 {
1339     --bs-gutter-x: 3rem;
1340   }
1341   .g-md-5,
1342   .gy-md-5 {
1343     --bs-gutter-y: 3rem;
1344   }
1345 }
1346 @media (min-width: 992px) {
1347   .col-lg {
1348     flex: 1 0 0%;
1349   }
1350   .row-cols-lg-auto > * {
1351     flex: 0 0 auto;
1352     width: auto;
1353   }
1354   .row-cols-lg-1 > * {
1355     flex: 0 0 auto;
1356     width: 100%;
1357   }
1358   .row-cols-lg-2 > * {
1359     flex: 0 0 auto;
1360     width: 50%;
1361   }
1362   .row-cols-lg-3 > * {
1363     flex: 0 0 auto;
1364     width: 33.3333333333%;
1365   }
1366   .row-cols-lg-4 > * {
1367     flex: 0 0 auto;
1368     width: 25%;
1369   }
1370   .row-cols-lg-5 > * {
1371     flex: 0 0 auto;
1372     width: 20%;
1373   }
1374   .row-cols-lg-6 > * {
1375     flex: 0 0 auto;
1376     width: 16.6666666667%;
1377   }
1378   .col-lg-auto {
1379     flex: 0 0 auto;
1380     width: auto;
1381   }
1382   .col-lg-1 {
1383     flex: 0 0 auto;
1384     width: 8.33333333%;
1385   }
1386   .col-lg-2 {
1387     flex: 0 0 auto;
1388     width: 16.66666667%;
1389   }
1390   .col-lg-3 {
1391     flex: 0 0 auto;
1392     width: 25%;
1393   }
1394   .col-lg-4 {
1395     flex: 0 0 auto;
1396     width: 33.33333333%;
1397   }
1398   .col-lg-5 {
1399     flex: 0 0 auto;
1400     width: 41.66666667%;
1401   }
1402   .col-lg-6 {
1403     flex: 0 0 auto;
1404     width: 50%;
1405   }
1406   .col-lg-7 {
1407     flex: 0 0 auto;
1408     width: 58.33333333%;
1409   }
1410   .col-lg-8 {
1411     flex: 0 0 auto;
1412     width: 66.66666667%;
1413   }
1414   .col-lg-9 {
1415     flex: 0 0 auto;
1416     width: 75%;
1417   }
1418   .col-lg-10 {
1419     flex: 0 0 auto;
1420     width: 83.33333333%;
1421   }
1422   .col-lg-11 {
1423     flex: 0 0 auto;
1424     width: 91.66666667%;
1425   }
1426   .col-lg-12 {
1427     flex: 0 0 auto;
1428     width: 100%;
1429   }
1430   .offset-lg-0 {
1431     margin-left: 0;
1432   }
1433   .offset-lg-1 {
1434     margin-left: 8.33333333%;
1435   }
1436   .offset-lg-2 {
1437     margin-left: 16.66666667%;
1438   }
1439   .offset-lg-3 {
1440     margin-left: 25%;
1441   }
1442   .offset-lg-4 {
1443     margin-left: 33.33333333%;
1444   }
1445   .offset-lg-5 {
1446     margin-left: 41.66666667%;
1447   }
1448   .offset-lg-6 {
1449     margin-left: 50%;
1450   }
1451   .offset-lg-7 {
1452     margin-left: 58.33333333%;
1453   }
1454   .offset-lg-8 {
1455     margin-left: 66.66666667%;
1456   }
1457   .offset-lg-9 {
1458     margin-left: 75%;
1459   }
1460   .offset-lg-10 {
1461     margin-left: 83.33333333%;
1462   }
1463   .offset-lg-11 {
1464     margin-left: 91.66666667%;
1465   }
1466   .g-lg-0,
1467   .gx-lg-0 {
1468     --bs-gutter-x: 0;
1469   }
1470   .g-lg-0,
1471   .gy-lg-0 {
1472     --bs-gutter-y: 0;
1473   }
1474   .g-lg-1,
1475   .gx-lg-1 {
1476     --bs-gutter-x: 0.25rem;
1477   }
1478   .g-lg-1,
1479   .gy-lg-1 {
1480     --bs-gutter-y: 0.25rem;
1481   }
1482   .g-lg-2,
1483   .gx-lg-2 {
1484     --bs-gutter-x: 0.5rem;
1485   }
1486   .g-lg-2,
1487   .gy-lg-2 {
1488     --bs-gutter-y: 0.5rem;
1489   }
1490   .g-lg-3,
1491   .gx-lg-3 {
1492     --bs-gutter-x: 1rem;
1493   }
1494   .g-lg-3,
1495   .gy-lg-3 {
1496     --bs-gutter-y: 1rem;
1497   }
1498   .g-lg-4,
1499   .gx-lg-4 {
1500     --bs-gutter-x: 1.5rem;
1501   }
1502   .g-lg-4,
1503   .gy-lg-4 {
1504     --bs-gutter-y: 1.5rem;
1505   }
1506   .g-lg-5,
1507   .gx-lg-5 {
1508     --bs-gutter-x: 3rem;
1509   }
1510   .g-lg-5,
1511   .gy-lg-5 {
1512     --bs-gutter-y: 3rem;
1513   }
1514 }
1515 @media (min-width: 1200px) {
1516   .col-xl {
1517     flex: 1 0 0%;
1518   }
1519   .row-cols-xl-auto > * {
1520     flex: 0 0 auto;
1521     width: auto;
1522   }
1523   .row-cols-xl-1 > * {
1524     flex: 0 0 auto;
1525     width: 100%;
1526   }
1527   .row-cols-xl-2 > * {
1528     flex: 0 0 auto;
1529     width: 50%;
1530   }
1531   .row-cols-xl-3 > * {
1532     flex: 0 0 auto;
1533     width: 33.3333333333%;
1534   }
1535   .row-cols-xl-4 > * {
1536     flex: 0 0 auto;
1537     width: 25%;
1538   }
1539   .row-cols-xl-5 > * {
1540     flex: 0 0 auto;
1541     width: 20%;
1542   }
1543   .row-cols-xl-6 > * {
1544     flex: 0 0 auto;
1545     width: 16.6666666667%;
1546   }
1547   .col-xl-auto {
1548     flex: 0 0 auto;
1549     width: auto;
1550   }
1551   .col-xl-1 {
1552     flex: 0 0 auto;
1553     width: 8.33333333%;
1554   }
1555   .col-xl-2 {
1556     flex: 0 0 auto;
1557     width: 16.66666667%;
1558   }
1559   .col-xl-3 {
1560     flex: 0 0 auto;
1561     width: 25%;
1562   }
1563   .col-xl-4 {
1564     flex: 0 0 auto;
1565     width: 33.33333333%;
1566   }
1567   .col-xl-5 {
1568     flex: 0 0 auto;
1569     width: 41.66666667%;
1570   }
1571   .col-xl-6 {
1572     flex: 0 0 auto;
1573     width: 50%;
1574   }
1575   .col-xl-7 {
1576     flex: 0 0 auto;
1577     width: 58.33333333%;
1578   }
1579   .col-xl-8 {
1580     flex: 0 0 auto;
1581     width: 66.66666667%;
1582   }
1583   .col-xl-9 {
1584     flex: 0 0 auto;
1585     width: 75%;
1586   }
1587   .col-xl-10 {
1588     flex: 0 0 auto;
1589     width: 83.33333333%;
1590   }
1591   .col-xl-11 {
1592     flex: 0 0 auto;
1593     width: 91.66666667%;
1594   }
1595   .col-xl-12 {
1596     flex: 0 0 auto;
1597     width: 100%;
1598   }
1599   .offset-xl-0 {
1600     margin-left: 0;
1601   }
1602   .offset-xl-1 {
1603     margin-left: 8.33333333%;
1604   }
1605   .offset-xl-2 {
1606     margin-left: 16.66666667%;
1607   }
1608   .offset-xl-3 {
1609     margin-left: 25%;
1610   }
1611   .offset-xl-4 {
1612     margin-left: 33.33333333%;
1613   }
1614   .offset-xl-5 {
1615     margin-left: 41.66666667%;
1616   }
1617   .offset-xl-6 {
1618     margin-left: 50%;
1619   }
1620   .offset-xl-7 {
1621     margin-left: 58.33333333%;
1622   }
1623   .offset-xl-8 {
1624     margin-left: 66.66666667%;
1625   }
1626   .offset-xl-9 {
1627     margin-left: 75%;
1628   }
1629   .offset-xl-10 {
1630     margin-left: 83.33333333%;
1631   }
1632   .offset-xl-11 {
1633     margin-left: 91.66666667%;
1634   }
1635   .g-xl-0,
1636   .gx-xl-0 {
1637     --bs-gutter-x: 0;
1638   }
1639   .g-xl-0,
1640   .gy-xl-0 {
1641     --bs-gutter-y: 0;
1642   }
1643   .g-xl-1,
1644   .gx-xl-1 {
1645     --bs-gutter-x: 0.25rem;
1646   }
1647   .g-xl-1,
1648   .gy-xl-1 {
1649     --bs-gutter-y: 0.25rem;
1650   }
1651   .g-xl-2,
1652   .gx-xl-2 {
1653     --bs-gutter-x: 0.5rem;
1654   }
1655   .g-xl-2,
1656   .gy-xl-2 {
1657     --bs-gutter-y: 0.5rem;
1658   }
1659   .g-xl-3,
1660   .gx-xl-3 {
1661     --bs-gutter-x: 1rem;
1662   }
1663   .g-xl-3,
1664   .gy-xl-3 {
1665     --bs-gutter-y: 1rem;
1666   }
1667   .g-xl-4,
1668   .gx-xl-4 {
1669     --bs-gutter-x: 1.5rem;
1670   }
1671   .g-xl-4,
1672   .gy-xl-4 {
1673     --bs-gutter-y: 1.5rem;
1674   }
1675   .g-xl-5,
1676   .gx-xl-5 {
1677     --bs-gutter-x: 3rem;
1678   }
1679   .g-xl-5,
1680   .gy-xl-5 {
1681     --bs-gutter-y: 3rem;
1682   }
1683 }
1684 @media (min-width: 1400px) {
1685   .col-xxl {
1686     flex: 1 0 0%;
1687   }
1688   .row-cols-xxl-auto > * {
1689     flex: 0 0 auto;
1690     width: auto;
1691   }
1692   .row-cols-xxl-1 > * {
1693     flex: 0 0 auto;
1694     width: 100%;
1695   }
1696   .row-cols-xxl-2 > * {
1697     flex: 0 0 auto;
1698     width: 50%;
1699   }
1700   .row-cols-xxl-3 > * {
1701     flex: 0 0 auto;
1702     width: 33.3333333333%;
1703   }
1704   .row-cols-xxl-4 > * {
1705     flex: 0 0 auto;
1706     width: 25%;
1707   }
1708   .row-cols-xxl-5 > * {
1709     flex: 0 0 auto;
1710     width: 20%;
1711   }
1712   .row-cols-xxl-6 > * {
1713     flex: 0 0 auto;
1714     width: 16.6666666667%;
1715   }
1716   .col-xxl-auto {
1717     flex: 0 0 auto;
1718     width: auto;
1719   }
1720   .col-xxl-1 {
1721     flex: 0 0 auto;
1722     width: 8.33333333%;
1723   }
1724   .col-xxl-2 {
1725     flex: 0 0 auto;
1726     width: 16.66666667%;
1727   }
1728   .col-xxl-3 {
1729     flex: 0 0 auto;
1730     width: 25%;
1731   }
1732   .col-xxl-4 {
1733     flex: 0 0 auto;
1734     width: 33.33333333%;
1735   }
1736   .col-xxl-5 {
1737     flex: 0 0 auto;
1738     width: 41.66666667%;
1739   }
1740   .col-xxl-6 {
1741     flex: 0 0 auto;
1742     width: 50%;
1743   }
1744   .col-xxl-7 {
1745     flex: 0 0 auto;
1746     width: 58.33333333%;
1747   }
1748   .col-xxl-8 {
1749     flex: 0 0 auto;
1750     width: 66.66666667%;
1751   }
1752   .col-xxl-9 {
1753     flex: 0 0 auto;
1754     width: 75%;
1755   }
1756   .col-xxl-10 {
1757     flex: 0 0 auto;
1758     width: 83.33333333%;
1759   }
1760   .col-xxl-11 {
1761     flex: 0 0 auto;
1762     width: 91.66666667%;
1763   }
1764   .col-xxl-12 {
1765     flex: 0 0 auto;
1766     width: 100%;
1767   }
1768   .offset-xxl-0 {
1769     margin-left: 0;
1770   }
1771   .offset-xxl-1 {
1772     margin-left: 8.33333333%;
1773   }
1774   .offset-xxl-2 {
1775     margin-left: 16.66666667%;
1776   }
1777   .offset-xxl-3 {
1778     margin-left: 25%;
1779   }
1780   .offset-xxl-4 {
1781     margin-left: 33.33333333%;
1782   }
1783   .offset-xxl-5 {
1784     margin-left: 41.66666667%;
1785   }
1786   .offset-xxl-6 {
1787     margin-left: 50%;
1788   }
1789   .offset-xxl-7 {
1790     margin-left: 58.33333333%;
1791   }
1792   .offset-xxl-8 {
1793     margin-left: 66.66666667%;
1794   }
1795   .offset-xxl-9 {
1796     margin-left: 75%;
1797   }
1798   .offset-xxl-10 {
1799     margin-left: 83.33333333%;
1800   }
1801   .offset-xxl-11 {
1802     margin-left: 91.66666667%;
1803   }
1804   .g-xxl-0,
1805   .gx-xxl-0 {
1806     --bs-gutter-x: 0;
1807   }
1808   .g-xxl-0,
1809   .gy-xxl-0 {
1810     --bs-gutter-y: 0;
1811   }
1812   .g-xxl-1,
1813   .gx-xxl-1 {
1814     --bs-gutter-x: 0.25rem;
1815   }
1816   .g-xxl-1,
1817   .gy-xxl-1 {
1818     --bs-gutter-y: 0.25rem;
1819   }
1820   .g-xxl-2,
1821   .gx-xxl-2 {
1822     --bs-gutter-x: 0.5rem;
1823   }
1824   .g-xxl-2,
1825   .gy-xxl-2 {
1826     --bs-gutter-y: 0.5rem;
1827   }
1828   .g-xxl-3,
1829   .gx-xxl-3 {
1830     --bs-gutter-x: 1rem;
1831   }
1832   .g-xxl-3,
1833   .gy-xxl-3 {
1834     --bs-gutter-y: 1rem;
1835   }
1836   .g-xxl-4,
1837   .gx-xxl-4 {
1838     --bs-gutter-x: 1.5rem;
1839   }
1840   .g-xxl-4,
1841   .gy-xxl-4 {
1842     --bs-gutter-y: 1.5rem;
1843   }
1844   .g-xxl-5,
1845   .gx-xxl-5 {
1846     --bs-gutter-x: 3rem;
1847   }
1848   .g-xxl-5,
1849   .gy-xxl-5 {
1850     --bs-gutter-y: 3rem;
1851   }
1852 }
1853 .table {
1854   --bs-table-color-type: initial;
1855   --bs-table-bg-type: initial;
1856   --bs-table-color-state: initial;
1857   --bs-table-bg-state: initial;
1858   --bs-table-color: var(--bs-body-color);
1859   --bs-table-bg: var(--bs-body-bg);
1860   --bs-table-border-color: var(--bs-border-color);
1861   --bs-table-accent-bg: transparent;
1862   --bs-table-striped-color: var(--bs-body-color);
1863   --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
1864   --bs-table-active-color: var(--bs-body-color);
1865   --bs-table-active-bg: rgba(0, 0, 0, 0.1);
1866   --bs-table-hover-color: var(--bs-body-color);
1867   --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
1868   width: 100%;
1869   margin-bottom: 1rem;
1870   vertical-align: top;
1871   border-color: var(--bs-table-border-color);
1872 }
1873 .table > :not(caption) > * > * {
1874   padding: 0.5rem 0.5rem;
1875   color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
1876   background-color: var(--bs-table-bg);
1877   border-bottom-width: var(--bs-border-width);
1878   box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
1879 }
1880 .table > tbody {
1881   vertical-align: inherit;
1882 }
1883 .table > thead {
1884   vertical-align: bottom;
1885 }
1886
1887 .table-group-divider {
1888   border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
1889 }
1890
1891 .caption-top {
1892   caption-side: top;
1893 }
1894
1895 .table-sm > :not(caption) > * > * {
1896   padding: 0.25rem 0.25rem;
1897 }
1898
1899 .table-bordered > :not(caption) > * {
1900   border-width: var(--bs-border-width) 0;
1901 }
1902 .table-bordered > :not(caption) > * > * {
1903   border-width: 0 var(--bs-border-width);
1904 }
1905
1906 .table-borderless > :not(caption) > * > * {
1907   border-bottom-width: 0;
1908 }
1909 .table-borderless > :not(:first-child) {
1910   border-top-width: 0;
1911 }
1912
1913 .table-striped > tbody > tr:nth-of-type(odd) > * {
1914   --bs-table-color-type: var(--bs-table-striped-color);
1915   --bs-table-bg-type: var(--bs-table-striped-bg);
1916 }
1917
1918 .table-striped-columns > :not(caption) > tr > :nth-child(even) {
1919   --bs-table-color-type: var(--bs-table-striped-color);
1920   --bs-table-bg-type: var(--bs-table-striped-bg);
1921 }
1922
1923 .table-active {
1924   --bs-table-color-state: var(--bs-table-active-color);
1925   --bs-table-bg-state: var(--bs-table-active-bg);
1926 }
1927
1928 .table-hover > tbody > tr:hover > * {
1929   --bs-table-color-state: var(--bs-table-hover-color);
1930   --bs-table-bg-state: var(--bs-table-hover-bg);
1931 }
1932
1933 .table-primary {
1934   --bs-table-color: #000;
1935   --bs-table-bg: #ffd9f1;
1936   --bs-table-border-color: #e6c3d9;
1937   --bs-table-striped-bg: #f2cee5;
1938   --bs-table-striped-color: #000;
1939   --bs-table-active-bg: #e6c3d9;
1940   --bs-table-active-color: #000;
1941   --bs-table-hover-bg: #ecc9df;
1942   --bs-table-hover-color: #000;
1943   color: var(--bs-table-color);
1944   border-color: var(--bs-table-border-color);
1945 }
1946
1947 .table-secondary {
1948   --bs-table-color: #000;
1949   --bs-table-bg: #ccf5ff;
1950   --bs-table-border-color: #b8dde6;
1951   --bs-table-striped-bg: #c2e9f2;
1952   --bs-table-striped-color: #000;
1953   --bs-table-active-bg: #b8dde6;
1954   --bs-table-active-color: #000;
1955   --bs-table-hover-bg: #bde3ec;
1956   --bs-table-hover-color: #000;
1957   color: var(--bs-table-color);
1958   border-color: var(--bs-table-border-color);
1959 }
1960
1961 .table-success {
1962   --bs-table-color: #000;
1963   --bs-table-bg: #cdffec;
1964   --bs-table-border-color: #b9e6d4;
1965   --bs-table-striped-bg: #c3f2e0;
1966   --bs-table-striped-color: #000;
1967   --bs-table-active-bg: #b9e6d4;
1968   --bs-table-active-color: #000;
1969   --bs-table-hover-bg: #beecda;
1970   --bs-table-hover-color: #000;
1971   color: var(--bs-table-color);
1972   border-color: var(--bs-table-border-color);
1973 }
1974
1975 .table-info {
1976   --bs-table-color: #000;
1977   --bs-table-bg: #ccf5ff;
1978   --bs-table-border-color: #b8dde6;
1979   --bs-table-striped-bg: #c2e9f2;
1980   --bs-table-striped-color: #000;
1981   --bs-table-active-bg: #b8dde6;
1982   --bs-table-active-color: #000;
1983   --bs-table-hover-bg: #bde3ec;
1984   --bs-table-hover-color: #000;
1985   color: var(--bs-table-color);
1986   border-color: var(--bs-table-border-color);
1987 }
1988
1989 .table-warning {
1990   --bs-table-color: #000;
1991   --bs-table-bg: #fffeea;
1992   --bs-table-border-color: #e6e5d3;
1993   --bs-table-striped-bg: #f2f1de;
1994   --bs-table-striped-color: #000;
1995   --bs-table-active-bg: #e6e5d3;
1996   --bs-table-active-color: #000;
1997   --bs-table-hover-bg: #ecebd8;
1998   --bs-table-hover-color: #000;
1999   color: var(--bs-table-color);
2000   border-color: var(--bs-table-border-color);
2001 }
2002
2003 .table-danger {
2004   --bs-table-color: #000;
2005   --bs-table-bg: #ffdfe2;
2006   --bs-table-border-color: #e6c9cb;
2007   --bs-table-striped-bg: #f2d4d7;
2008   --bs-table-striped-color: #000;
2009   --bs-table-active-bg: #e6c9cb;
2010   --bs-table-active-color: #000;
2011   --bs-table-hover-bg: #ecced1;
2012   --bs-table-hover-color: #000;
2013   color: var(--bs-table-color);
2014   border-color: var(--bs-table-border-color);
2015 }
2016
2017 .table-light {
2018   --bs-table-color: #fff;
2019   --bs-table-bg: #444;
2020   --bs-table-border-color: #575757;
2021   --bs-table-striped-bg: #4d4d4d;
2022   --bs-table-striped-color: #fff;
2023   --bs-table-active-bg: #575757;
2024   --bs-table-active-color: #fff;
2025   --bs-table-hover-bg: #525252;
2026   --bs-table-hover-color: #fff;
2027   color: var(--bs-table-color);
2028   border-color: var(--bs-table-border-color);
2029 }
2030
2031 .table-dark {
2032   --bs-table-color: #000;
2033   --bs-table-bg: #ebebeb;
2034   --bs-table-border-color: #d4d4d4;
2035   --bs-table-striped-bg: #dfdfdf;
2036   --bs-table-striped-color: #000;
2037   --bs-table-active-bg: #d4d4d4;
2038   --bs-table-active-color: #000;
2039   --bs-table-hover-bg: #d9d9d9;
2040   --bs-table-hover-color: #000;
2041   color: var(--bs-table-color);
2042   border-color: var(--bs-table-border-color);
2043 }
2044
2045 .table-responsive {
2046   overflow-x: auto;
2047   -webkit-overflow-scrolling: touch;
2048 }
2049
2050 @media (max-width: 575.98px) {
2051   .table-responsive-sm {
2052     overflow-x: auto;
2053     -webkit-overflow-scrolling: touch;
2054   }
2055 }
2056 @media (max-width: 767.98px) {
2057   .table-responsive-md {
2058     overflow-x: auto;
2059     -webkit-overflow-scrolling: touch;
2060   }
2061 }
2062 @media (max-width: 991.98px) {
2063   .table-responsive-lg {
2064     overflow-x: auto;
2065     -webkit-overflow-scrolling: touch;
2066   }
2067 }
2068 @media (max-width: 1199.98px) {
2069   .table-responsive-xl {
2070     overflow-x: auto;
2071     -webkit-overflow-scrolling: touch;
2072   }
2073 }
2074 @media (max-width: 1399.98px) {
2075   .table-responsive-xxl {
2076     overflow-x: auto;
2077     -webkit-overflow-scrolling: touch;
2078   }
2079 }
2080 .form-label {
2081   margin-bottom: 0.5rem;
2082 }
2083
2084 .col-form-label {
2085   padding-top: calc(0.375rem + var(--bs-border-width));
2086   padding-bottom: calc(0.375rem + var(--bs-border-width));
2087   margin-bottom: 0;
2088   font-size: inherit;
2089   line-height: 1.5;
2090 }
2091
2092 .col-form-label-lg {
2093   padding-top: calc(0.5rem + var(--bs-border-width));
2094   padding-bottom: calc(0.5rem + var(--bs-border-width));
2095   font-size: 1.25rem;
2096 }
2097
2098 .col-form-label-sm {
2099   padding-top: calc(0.25rem + var(--bs-border-width));
2100   padding-bottom: calc(0.25rem + var(--bs-border-width));
2101   font-size: 0.875rem;
2102 }
2103
2104 .form-text {
2105   margin-top: 0.25rem;
2106   font-size: 0.875em;
2107   color: var(--bs-secondary-color);
2108 }
2109
2110 .form-control {
2111   display: block;
2112   width: 100%;
2113   padding: 0.375rem 0.75rem;
2114   font-size: 1rem;
2115   font-weight: 400;
2116   line-height: 1.5;
2117   color: #fff;
2118   background-color: #888;
2119   background-clip: padding-box;
2120   border: var(--bs-border-width) solid #303030;
2121   appearance: none;
2122   border-radius: var(--bs-border-radius);
2123   box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
2124   transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
2125 }
2126 @media (prefers-reduced-motion: reduce) {
2127   .form-control {
2128     transition: none;
2129   }
2130 }
2131 .form-control[type=file] {
2132   overflow: hidden;
2133 }
2134 .form-control[type=file]:not(:disabled):not([readonly]) {
2135   cursor: pointer;
2136 }
2137 .form-control:focus {
2138   color: #fff;
2139   background-color: #888;
2140   border-color: #ffa0dd;
2141   outline: 0;
2142   box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(255, 64, 186, 0.25);
2143 }
2144 .form-control::-webkit-date-and-time-value {
2145   min-width: 85px;
2146   height: 1.5em;
2147   margin: 0;
2148 }
2149 .form-control::-webkit-datetime-edit {
2150   display: block;
2151   padding: 0;
2152 }
2153 .form-control::placeholder {
2154   color: var(--bs-secondary-color);
2155   opacity: 1;
2156 }
2157 .form-control:disabled {
2158   background-color: #303030;
2159   opacity: 1;
2160 }
2161 .form-control::file-selector-button {
2162   padding: 0.375rem 0.75rem;
2163   margin: -0.375rem -0.75rem;
2164   margin-inline-end: 0.75rem;
2165   color: #fff;
2166   background-color: var(--bs-tertiary-bg);
2167   background-image: var(--bs-gradient);
2168   pointer-events: none;
2169   border-color: inherit;
2170   border-style: solid;
2171   border-width: 0;
2172   border-inline-end-width: var(--bs-border-width);
2173   border-radius: 0;
2174   transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
2175 }
2176 @media (prefers-reduced-motion: reduce) {
2177   .form-control::file-selector-button {
2178     transition: none;
2179   }
2180 }
2181 .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
2182   background-color: var(--bs-secondary-bg);
2183 }
2184
2185 .form-control-plaintext {
2186   display: block;
2187   width: 100%;
2188   padding: 0.375rem 0;
2189   margin-bottom: 0;
2190   line-height: 1.5;
2191   color: var(--bs-body-color);
2192   background-color: transparent;
2193   border: solid transparent;
2194   border-width: var(--bs-border-width) 0;
2195 }
2196 .form-control-plaintext:focus {
2197   outline: 0;
2198 }
2199 .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
2200   padding-right: 0;
2201   padding-left: 0;
2202 }
2203
2204 .form-control-sm {
2205   min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
2206   padding: 0.25rem 0.5rem;
2207   font-size: 0.875rem;
2208   border-radius: var(--bs-border-radius-sm);
2209 }
2210 .form-control-sm::file-selector-button {
2211   padding: 0.25rem 0.5rem;
2212   margin: -0.25rem -0.5rem;
2213   margin-inline-end: 0.5rem;
2214 }
2215
2216 .form-control-lg {
2217   min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
2218   padding: 0.5rem 1rem;
2219   font-size: 1.25rem;
2220   border-radius: var(--bs-border-radius-lg);
2221 }
2222 .form-control-lg::file-selector-button {
2223   padding: 0.5rem 1rem;
2224   margin: -0.5rem -1rem;
2225   margin-inline-end: 1rem;
2226 }
2227
2228 textarea.form-control {
2229   min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
2230 }
2231 textarea.form-control-sm {
2232   min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
2233 }
2234 textarea.form-control-lg {
2235   min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
2236 }
2237
2238 .form-control-color {
2239   width: 3rem;
2240   height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
2241   padding: 0.375rem;
2242 }
2243 .form-control-color:not(:disabled):not([readonly]) {
2244   cursor: pointer;
2245 }
2246 .form-control-color::-moz-color-swatch {
2247   border: 0 !important;
2248   border-radius: var(--bs-border-radius);
2249 }
2250 .form-control-color::-webkit-color-swatch {
2251   border: 0 !important;
2252   border-radius: var(--bs-border-radius);
2253 }
2254 .form-control-color.form-control-sm {
2255   height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
2256 }
2257 .form-control-color.form-control-lg {
2258   height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
2259 }
2260
2261 .form-select {
2262   --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23303030' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
2263   display: block;
2264   width: 100%;
2265   padding: 0.375rem 2.25rem 0.375rem 0.75rem;
2266   font-size: 1rem;
2267   font-weight: 400;
2268   line-height: 1.5;
2269   color: #fff;
2270   background-color: #888;
2271   background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
2272   background-repeat: no-repeat;
2273   background-position: right 0.75rem center;
2274   background-size: 16px 12px;
2275   border: var(--bs-border-width) solid #303030;
2276   border-radius: var(--bs-border-radius);
2277   box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
2278   transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
2279   appearance: none;
2280 }
2281 @media (prefers-reduced-motion: reduce) {
2282   .form-select {
2283     transition: none;
2284   }
2285 }
2286 .form-select:focus {
2287   border-color: #ffa0dd;
2288   outline: 0;
2289   box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(255, 64, 186, 0.25);
2290 }
2291 .form-select[multiple], .form-select[size]:not([size="1"]) {
2292   padding-right: 0.75rem;
2293   background-image: none;
2294 }
2295 .form-select:disabled {
2296   background-color: #303030;
2297 }
2298 .form-select:-moz-focusring {
2299   color: transparent;
2300   text-shadow: 0 0 0 #fff;
2301 }
2302
2303 .form-select-sm {
2304   padding-top: 0.25rem;
2305   padding-bottom: 0.25rem;
2306   padding-left: 0.5rem;
2307   font-size: 0.875rem;
2308   border-radius: var(--bs-border-radius-sm);
2309 }
2310
2311 .form-select-lg {
2312   padding-top: 0.5rem;
2313   padding-bottom: 0.5rem;
2314   padding-left: 1rem;
2315   font-size: 1.25rem;
2316   border-radius: var(--bs-border-radius-lg);
2317 }
2318
2319 [data-bs-theme=dark] .form-select {
2320   --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23adb5bd' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
2321 }
2322
2323 .form-check {
2324   display: block;
2325   min-height: 1.5rem;
2326   padding-left: 1.5em;
2327   margin-bottom: 0.125rem;
2328 }
2329 .form-check .form-check-input {
2330   float: left;
2331   margin-left: -1.5em;
2332 }
2333
2334 .form-check-reverse {
2335   padding-right: 1.5em;
2336   padding-left: 0;
2337   text-align: right;
2338 }
2339 .form-check-reverse .form-check-input {
2340   float: right;
2341   margin-right: -1.5em;
2342   margin-left: 0;
2343 }
2344
2345 .form-check-input {
2346   --bs-form-check-bg: #888;
2347   width: 1em;
2348   height: 1em;
2349   margin-top: 0.25em;
2350   vertical-align: top;
2351   background-color: var(--bs-form-check-bg);
2352   background-image: var(--bs-form-check-bg-image);
2353   background-repeat: no-repeat;
2354   background-position: center;
2355   background-size: contain;
2356   border: var(--bs-border-width) solid var(--bs-border-color);
2357   appearance: none;
2358   print-color-adjust: exact;
2359 }
2360 .form-check-input[type=checkbox] {
2361   border-radius: 0.25em;
2362 }
2363 .form-check-input[type=radio] {
2364   border-radius: 50%;
2365 }
2366 .form-check-input:active {
2367   filter: brightness(90%);
2368 }
2369 .form-check-input:focus {
2370   border-color: #ffa0dd;
2371   outline: 0;
2372   box-shadow: 0 0 0 0.25rem rgba(255, 64, 186, 0.25);
2373 }
2374 .form-check-input:checked {
2375   background-color: rgb(255, 64, 186);
2376   border-color: rgb(255, 64, 186);
2377 }
2378 .form-check-input:checked[type=checkbox] {
2379   --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e"), var(--bs-gradient);
2380 }
2381 .form-check-input:checked[type=radio] {
2382   --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e"), var(--bs-gradient);
2383 }
2384 .form-check-input[type=checkbox]:indeterminate {
2385   background-color: rgb(255, 64, 186);
2386   border-color: rgb(255, 64, 186);
2387   --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e"), var(--bs-gradient);
2388 }
2389 .form-check-input:disabled {
2390   pointer-events: none;
2391   filter: none;
2392   opacity: 0.5;
2393 }
2394 .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
2395   cursor: default;
2396   opacity: 0.5;
2397 }
2398
2399 .form-switch {
2400   padding-left: 2.5em;
2401 }
2402 .form-switch .form-check-input {
2403   --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
2404   width: 2em;
2405   margin-left: -2.5em;
2406   background-image: var(--bs-form-switch-bg);
2407   background-position: left center;
2408   border-radius: 2em;
2409   transition: background-position 0.15s ease-in-out;
2410 }
2411 @media (prefers-reduced-motion: reduce) {
2412   .form-switch .form-check-input {
2413     transition: none;
2414   }
2415 }
2416 .form-switch .form-check-input:focus {
2417   --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffa0dd'/%3e%3c/svg%3e");
2418 }
2419 .form-switch .form-check-input:checked {
2420   background-position: right center;
2421   --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"), var(--bs-gradient);
2422 }
2423 .form-switch.form-check-reverse {
2424   padding-right: 2.5em;
2425   padding-left: 0;
2426 }
2427 .form-switch.form-check-reverse .form-check-input {
2428   margin-right: -2.5em;
2429   margin-left: 0;
2430 }
2431
2432 .form-check-inline {
2433   display: inline-block;
2434   margin-right: 1rem;
2435 }
2436
2437 .btn-check {
2438   position: absolute;
2439   clip: rect(0, 0, 0, 0);
2440   pointer-events: none;
2441 }
2442 .btn-check[disabled] + .btn, .btn-check:disabled + .btn {
2443   pointer-events: none;
2444   filter: none;
2445   opacity: 0.65;
2446 }
2447
2448 [data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
2449   --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
2450 }
2451
2452 .form-range {
2453   width: 100%;
2454   height: 1.5rem;
2455   padding: 0;
2456   background-color: transparent;
2457   appearance: none;
2458 }
2459 .form-range:focus {
2460   outline: 0;
2461 }
2462 .form-range:focus::-webkit-slider-thumb {
2463   box-shadow: 0 0 0 1px #222, 0 0 0 0.25rem rgba(255, 64, 186, 0.25);
2464 }
2465 .form-range:focus::-moz-range-thumb {
2466   box-shadow: 0 0 0 1px #222, 0 0 0 0.25rem rgba(255, 64, 186, 0.25);
2467 }
2468 .form-range::-moz-focus-outer {
2469   border: 0;
2470 }
2471 .form-range::-webkit-slider-thumb {
2472   width: 1rem;
2473   height: 1rem;
2474   margin-top: -0.25rem;
2475   background-color: rgb(255, 64, 186);
2476   background-image: var(--bs-gradient);
2477   border: 0;
2478   border-radius: 1rem;
2479   box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
2480   transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
2481   appearance: none;
2482 }
2483 @media (prefers-reduced-motion: reduce) {
2484   .form-range::-webkit-slider-thumb {
2485     transition: none;
2486   }
2487 }
2488 .form-range::-webkit-slider-thumb:active {
2489   background-color: #ffc6ea;
2490   background-image: var(--bs-gradient);
2491 }
2492 .form-range::-webkit-slider-runnable-track {
2493   width: 100%;
2494   height: 0.5rem;
2495   color: transparent;
2496   cursor: pointer;
2497   background-color: var(--bs-tertiary-bg);
2498   border-color: transparent;
2499   border-radius: 1rem;
2500   box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
2501 }
2502 .form-range::-moz-range-thumb {
2503   width: 1rem;
2504   height: 1rem;
2505   background-color: rgb(255, 64, 186);
2506   background-image: var(--bs-gradient);
2507   border: 0;
2508   border-radius: 1rem;
2509   box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
2510   transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
2511   appearance: none;
2512 }
2513 @media (prefers-reduced-motion: reduce) {
2514   .form-range::-moz-range-thumb {
2515     transition: none;
2516   }
2517 }
2518 .form-range::-moz-range-thumb:active {
2519   background-color: #ffc6ea;
2520   background-image: var(--bs-gradient);
2521 }
2522 .form-range::-moz-range-track {
2523   width: 100%;
2524   height: 0.5rem;
2525   color: transparent;
2526   cursor: pointer;
2527   background-color: var(--bs-tertiary-bg);
2528   border-color: transparent;
2529   border-radius: 1rem;
2530   box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
2531 }
2532 .form-range:disabled {
2533   pointer-events: none;
2534 }
2535 .form-range:disabled::-webkit-slider-thumb {
2536   background-color: var(--bs-secondary-color);
2537 }
2538 .form-range:disabled::-moz-range-thumb {
2539   background-color: var(--bs-secondary-color);
2540 }
2541
2542 .form-floating {
2543   position: relative;
2544 }
2545 .form-floating > .form-control,
2546 .form-floating > .form-control-plaintext,
2547 .form-floating > .form-select {
2548   height: calc(3.5rem + calc(var(--bs-border-width) * 2));
2549   min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
2550   line-height: 1.25;
2551 }
2552 .form-floating > label {
2553   position: absolute;
2554   top: 0;
2555   left: 0;
2556   z-index: 2;
2557   height: 100%;
2558   padding: 1rem 0.75rem;
2559   overflow: hidden;
2560   text-align: start;
2561   text-overflow: ellipsis;
2562   white-space: nowrap;
2563   pointer-events: none;
2564   border: var(--bs-border-width) solid transparent;
2565   transform-origin: 0 0;
2566   transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
2567 }
2568 @media (prefers-reduced-motion: reduce) {
2569   .form-floating > label {
2570     transition: none;
2571   }
2572 }
2573 .form-floating > .form-control,
2574 .form-floating > .form-control-plaintext {
2575   padding: 1rem 0.75rem;
2576 }
2577 .form-floating > .form-control::placeholder,
2578 .form-floating > .form-control-plaintext::placeholder {
2579   color: transparent;
2580 }
2581 .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
2582 .form-floating > .form-control-plaintext:focus,
2583 .form-floating > .form-control-plaintext:not(:placeholder-shown) {
2584   padding-top: 1.625rem;
2585   padding-bottom: 0.625rem;
2586 }
2587 .form-floating > .form-control:-webkit-autofill,
2588 .form-floating > .form-control-plaintext:-webkit-autofill {
2589   padding-top: 1.625rem;
2590   padding-bottom: 0.625rem;
2591 }
2592 .form-floating > .form-select {
2593   padding-top: 1.625rem;
2594   padding-bottom: 0.625rem;
2595 }
2596 .form-floating > .form-control:focus ~ label,
2597 .form-floating > .form-control:not(:placeholder-shown) ~ label,
2598 .form-floating > .form-control-plaintext ~ label,
2599 .form-floating > .form-select ~ label {
2600   color: rgba(var(--bs-body-color-rgb), 0.65);
2601   transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
2602 }
2603 .form-floating > .form-control:focus ~ label::after,
2604 .form-floating > .form-control:not(:placeholder-shown) ~ label::after,
2605 .form-floating > .form-control-plaintext ~ label::after,
2606 .form-floating > .form-select ~ label::after {
2607   position: absolute;
2608   inset: 1rem 0.375rem;
2609   z-index: -1;
2610   height: 1.5em;
2611   content: "";
2612   background-color: #888;
2613   border-radius: var(--bs-border-radius);
2614 }
2615 .form-floating > .form-control:-webkit-autofill ~ label {
2616   color: rgba(var(--bs-body-color-rgb), 0.65);
2617   transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
2618 }
2619 .form-floating > .form-control-plaintext ~ label {
2620   border-width: var(--bs-border-width) 0;
2621 }
2622 .form-floating > :disabled ~ label {
2623   color: #888;
2624 }
2625 .form-floating > :disabled ~ label::after {
2626   background-color: #303030;
2627 }
2628
2629 .input-group {
2630   position: relative;
2631   display: flex;
2632   flex-wrap: wrap;
2633   align-items: stretch;
2634   width: 100%;
2635 }
2636 .input-group > .form-control,
2637 .input-group > .form-select,
2638 .input-group > .form-floating {
2639   position: relative;
2640   flex: 1 1 auto;
2641   width: 1%;
2642   min-width: 0;
2643 }
2644 .input-group > .form-control:focus,
2645 .input-group > .form-select:focus,
2646 .input-group > .form-floating:focus-within {
2647   z-index: 5;
2648 }
2649 .input-group .btn {
2650   position: relative;
2651   z-index: 2;
2652 }
2653 .input-group .btn:focus {
2654   z-index: 5;
2655 }
2656
2657 .input-group-text {
2658   display: flex;
2659   align-items: center;
2660   padding: 0.375rem 0.75rem;
2661   font-size: 1rem;
2662   font-weight: 400;
2663   line-height: 1.5;
2664   color: #fff;
2665   text-align: center;
2666   white-space: nowrap;
2667   background-color: var(--bs-tertiary-bg);
2668   border: var(--bs-border-width) solid #303030;
2669   border-radius: var(--bs-border-radius);
2670 }
2671
2672 .input-group-lg > .form-control,
2673 .input-group-lg > .form-select,
2674 .input-group-lg > .input-group-text,
2675 .input-group-lg > .btn {
2676   padding: 0.5rem 1rem;
2677   font-size: 1.25rem;
2678   border-radius: var(--bs-border-radius-lg);
2679 }
2680
2681 .input-group-sm > .form-control,
2682 .input-group-sm > .form-select,
2683 .input-group-sm > .input-group-text,
2684 .input-group-sm > .btn {
2685   padding: 0.25rem 0.5rem;
2686   font-size: 0.875rem;
2687   border-radius: var(--bs-border-radius-sm);
2688 }
2689
2690 .input-group-lg > .form-select,
2691 .input-group-sm > .form-select {
2692   padding-right: 3rem;
2693 }
2694
2695 .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
2696 .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
2697 .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
2698 .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
2699   border-top-right-radius: 0;
2700   border-bottom-right-radius: 0;
2701 }
2702 .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
2703 .input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
2704 .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
2705 .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
2706   border-top-right-radius: 0;
2707   border-bottom-right-radius: 0;
2708 }
2709 .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
2710   margin-left: calc(var(--bs-border-width) * -1);
2711   border-top-left-radius: 0;
2712   border-bottom-left-radius: 0;
2713 }
2714 .input-group > .form-floating:not(:first-child) > .form-control,
2715 .input-group > .form-floating:not(:first-child) > .form-select {
2716   border-top-left-radius: 0;
2717   border-bottom-left-radius: 0;
2718 }
2719
2720 .valid-feedback {
2721   display: none;
2722   width: 100%;
2723   margin-top: 0.25rem;
2724   font-size: 0.875em;
2725   color: var(--bs-form-valid-color);
2726 }
2727
2728 .valid-tooltip {
2729   position: absolute;
2730   top: 100%;
2731   z-index: 5;
2732   display: none;
2733   max-width: 100%;
2734   padding: 0.25rem 0.5rem;
2735   margin-top: 0.1rem;
2736   font-size: 0.875rem;
2737   color: #fff;
2738   background-color: var(--bs-success);
2739   border-radius: var(--bs-border-radius);
2740 }
2741
2742 .was-validated :valid ~ .valid-feedback,
2743 .was-validated :valid ~ .valid-tooltip,
2744 .is-valid ~ .valid-feedback,
2745 .is-valid ~ .valid-tooltip {
2746   display: block;
2747 }
2748
2749 .was-validated .form-control:valid, .form-control.is-valid {
2750   border-color: var(--bs-form-valid-border-color);
2751   padding-right: calc(1.5em + 0.75rem);
2752   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2305ffa1' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
2753   background-repeat: no-repeat;
2754   background-position: right calc(0.375em + 0.1875rem) center;
2755   background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
2756 }
2757 .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
2758   border-color: var(--bs-form-valid-border-color);
2759   box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
2760 }
2761
2762 .was-validated textarea.form-control:valid, textarea.form-control.is-valid {
2763   padding-right: calc(1.5em + 0.75rem);
2764   background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
2765 }
2766
2767 .was-validated .form-select:valid, .form-select.is-valid {
2768   border-color: var(--bs-form-valid-border-color);
2769 }
2770 .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
2771   --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2305ffa1' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
2772   padding-right: 4.125rem;
2773   background-position: right 0.75rem center, center right 2.25rem;
2774   background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
2775 }
2776 .was-validated .form-select:valid:focus, .form-select.is-valid:focus {
2777   border-color: var(--bs-form-valid-border-color);
2778   box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
2779 }
2780
2781 .was-validated .form-control-color:valid, .form-control-color.is-valid {
2782   width: calc(3rem + calc(1.5em + 0.75rem));
2783 }
2784
2785 .was-validated .form-check-input:valid, .form-check-input.is-valid {
2786   border-color: var(--bs-form-valid-border-color);
2787 }
2788 .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
2789   background-color: var(--bs-form-valid-color);
2790 }
2791 .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
2792   box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
2793 }
2794 .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
2795   color: var(--bs-form-valid-color);
2796 }
2797
2798 .form-check-inline .form-check-input ~ .valid-feedback {
2799   margin-left: 0.5em;
2800 }
2801
2802 .was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
2803 .was-validated .input-group > .form-select:not(:focus):valid,
2804 .input-group > .form-select:not(:focus).is-valid,
2805 .was-validated .input-group > .form-floating:not(:focus-within):valid,
2806 .input-group > .form-floating:not(:focus-within).is-valid {
2807   z-index: 3;
2808 }
2809
2810 .invalid-feedback {
2811   display: none;
2812   width: 100%;
2813   margin-top: 0.25rem;
2814   font-size: 0.875em;
2815   color: var(--bs-form-invalid-color);
2816 }
2817
2818 .invalid-tooltip {
2819   position: absolute;
2820   top: 100%;
2821   z-index: 5;
2822   display: none;
2823   max-width: 100%;
2824   padding: 0.25rem 0.5rem;
2825   margin-top: 0.1rem;
2826   font-size: 0.875rem;
2827   color: #fff;
2828   background-color: var(--bs-danger);
2829   border-radius: var(--bs-border-radius);
2830 }
2831
2832 .was-validated :invalid ~ .invalid-feedback,
2833 .was-validated :invalid ~ .invalid-tooltip,
2834 .is-invalid ~ .invalid-feedback,
2835 .is-invalid ~ .invalid-tooltip {
2836   display: block;
2837 }
2838
2839 .was-validated .form-control:invalid, .form-control.is-invalid {
2840   border-color: var(--bs-form-invalid-border-color);
2841   padding-right: calc(1.5em + 0.75rem);
2842   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='rgb%28255, 95, 110%29'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='rgb%28255, 95, 110%29' stroke='none'/%3e%3c/svg%3e");
2843   background-repeat: no-repeat;
2844   background-position: right calc(0.375em + 0.1875rem) center;
2845   background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
2846 }
2847 .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
2848   border-color: var(--bs-form-invalid-border-color);
2849   box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
2850 }
2851
2852 .was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
2853   padding-right: calc(1.5em + 0.75rem);
2854   background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
2855 }
2856
2857 .was-validated .form-select:invalid, .form-select.is-invalid {
2858   border-color: var(--bs-form-invalid-border-color);
2859 }
2860 .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
2861   --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='rgb%28255, 95, 110%29'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='rgb%28255, 95, 110%29' stroke='none'/%3e%3c/svg%3e");
2862   padding-right: 4.125rem;
2863   background-position: right 0.75rem center, center right 2.25rem;
2864   background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
2865 }
2866 .was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
2867   border-color: var(--bs-form-invalid-border-color);
2868   box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
2869 }
2870
2871 .was-validated .form-control-color:invalid, .form-control-color.is-invalid {
2872   width: calc(3rem + calc(1.5em + 0.75rem));
2873 }
2874
2875 .was-validated .form-check-input:invalid, .form-check-input.is-invalid {
2876   border-color: var(--bs-form-invalid-border-color);
2877 }
2878 .was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
2879   background-color: var(--bs-form-invalid-color);
2880 }
2881 .was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
2882   box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
2883 }
2884 .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
2885   color: var(--bs-form-invalid-color);
2886 }
2887
2888 .form-check-inline .form-check-input ~ .invalid-feedback {
2889   margin-left: 0.5em;
2890 }
2891
2892 .was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
2893 .was-validated .input-group > .form-select:not(:focus):invalid,
2894 .input-group > .form-select:not(:focus).is-invalid,
2895 .was-validated .input-group > .form-floating:not(:focus-within):invalid,
2896 .input-group > .form-floating:not(:focus-within).is-invalid {
2897   z-index: 4;
2898 }
2899
2900 .btn {
2901   --bs-btn-padding-x: 0.75rem;
2902   --bs-btn-padding-y: 0.375rem;
2903   --bs-btn-font-family: ;
2904   --bs-btn-font-size: 1rem;
2905   --bs-btn-font-weight: 400;
2906   --bs-btn-line-height: 1.5;
2907   --bs-btn-color: var(--bs-body-color);
2908   --bs-btn-bg: transparent;
2909   --bs-btn-border-width: var(--bs-border-width);
2910   --bs-btn-border-color: transparent;
2911   --bs-btn-border-radius: var(--bs-border-radius);
2912   --bs-btn-hover-border-color: transparent;
2913   --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
2914   --bs-btn-disabled-opacity: 0.65;
2915   --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
2916   display: inline-block;
2917   padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
2918   font-family: var(--bs-btn-font-family);
2919   font-size: var(--bs-btn-font-size);
2920   font-weight: var(--bs-btn-font-weight);
2921   line-height: var(--bs-btn-line-height);
2922   color: var(--bs-btn-color);
2923   text-align: center;
2924   vertical-align: middle;
2925   cursor: pointer;
2926   user-select: none;
2927   border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
2928   border-radius: var(--bs-btn-border-radius);
2929   background-color: var(--bs-btn-bg);
2930   background-image: var(--bs-gradient);
2931   box-shadow: var(--bs-btn-box-shadow);
2932   transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
2933 }
2934 @media (prefers-reduced-motion: reduce) {
2935   .btn {
2936     transition: none;
2937   }
2938 }
2939 .btn:hover {
2940   color: var(--bs-btn-hover-color);
2941   background-color: var(--bs-btn-hover-bg);
2942   border-color: var(--bs-btn-hover-border-color);
2943 }
2944 .btn-check + .btn:hover {
2945   color: var(--bs-btn-color);
2946   background-color: var(--bs-btn-bg);
2947   border-color: var(--bs-btn-border-color);
2948 }
2949 .btn:focus-visible {
2950   color: var(--bs-btn-hover-color);
2951   background-color: var(--bs-btn-hover-bg);
2952   background-image: var(--bs-gradient);
2953   border-color: var(--bs-btn-hover-border-color);
2954   outline: 0;
2955   box-shadow: var(--bs-btn-box-shadow), var(--bs-btn-focus-box-shadow);
2956 }
2957 .btn-check:focus-visible + .btn {
2958   border-color: var(--bs-btn-hover-border-color);
2959   outline: 0;
2960   box-shadow: var(--bs-btn-box-shadow), var(--bs-btn-focus-box-shadow);
2961 }
2962 .btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
2963   color: var(--bs-btn-active-color);
2964   background-color: var(--bs-btn-active-bg);
2965   background-image: none;
2966   border-color: var(--bs-btn-active-border-color);
2967   box-shadow: var(--bs-btn-active-shadow);
2968 }
2969 .btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
2970   box-shadow: var(--bs-btn-active-shadow), var(--bs-btn-focus-box-shadow);
2971 }
2972 .btn:disabled, .btn.disabled, fieldset:disabled .btn {
2973   color: var(--bs-btn-disabled-color);
2974   pointer-events: none;
2975   background-color: var(--bs-btn-disabled-bg);
2976   background-image: none;
2977   border-color: var(--bs-btn-disabled-border-color);
2978   opacity: var(--bs-btn-disabled-opacity);
2979   box-shadow: none;
2980 }
2981
2982 .btn-primary {
2983   --bs-btn-color: #fff;
2984   --bs-btn-bg: rgb(255, 64, 186);
2985   --bs-btn-border-color: rgb(255, 64, 186);
2986   --bs-btn-hover-color: #fff;
2987   --bs-btn-hover-bg: #d9369e;
2988   --bs-btn-hover-border-color: #cc3395;
2989   --bs-btn-focus-shadow-rgb: 255, 93, 196;
2990   --bs-btn-active-color: #fff;
2991   --bs-btn-active-bg: #cc3395;
2992   --bs-btn-active-border-color: #bf308c;
2993   --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
2994   --bs-btn-disabled-color: #fff;
2995   --bs-btn-disabled-bg: rgb(255, 64, 186);
2996   --bs-btn-disabled-border-color: rgb(255, 64, 186);
2997 }
2998
2999 .btn-secondary {
3000   --bs-btn-color: #000;
3001   --bs-btn-bg: #01cdfe;
3002   --bs-btn-border-color: #01cdfe;
3003   --bs-btn-hover-color: #000;
3004   --bs-btn-hover-bg: #27d5fe;
3005   --bs-btn-hover-border-color: #1ad2fe;
3006   --bs-btn-focus-shadow-rgb: 1, 174, 216;
3007   --bs-btn-active-color: #000;
3008   --bs-btn-active-bg: #34d7fe;
3009   --bs-btn-active-border-color: #1ad2fe;
3010   --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3011   --bs-btn-disabled-color: #000;
3012   --bs-btn-disabled-bg: #01cdfe;
3013   --bs-btn-disabled-border-color: #01cdfe;
3014 }
3015
3016 .btn-success {
3017   --bs-btn-color: #000;
3018   --bs-btn-bg: #05ffa1;
3019   --bs-btn-border-color: #05ffa1;
3020   --bs-btn-hover-color: #000;
3021   --bs-btn-hover-bg: #2bffaf;
3022   --bs-btn-hover-border-color: #1effaa;
3023   --bs-btn-focus-shadow-rgb: 4, 217, 137;
3024   --bs-btn-active-color: #000;
3025   --bs-btn-active-bg: #37ffb4;
3026   --bs-btn-active-border-color: #1effaa;
3027   --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3028   --bs-btn-disabled-color: #000;
3029   --bs-btn-disabled-bg: #05ffa1;
3030   --bs-btn-disabled-border-color: #05ffa1;
3031 }
3032
3033 .btn-info {
3034   --bs-btn-color: #000;
3035   --bs-btn-bg: #01cdfe;
3036   --bs-btn-border-color: #01cdfe;
3037   --bs-btn-hover-color: #000;
3038   --bs-btn-hover-bg: #27d5fe;
3039   --bs-btn-hover-border-color: #1ad2fe;
3040   --bs-btn-focus-shadow-rgb: 1, 174, 216;
3041   --bs-btn-active-color: #000;
3042   --bs-btn-active-bg: #34d7fe;
3043   --bs-btn-active-border-color: #1ad2fe;
3044   --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3045   --bs-btn-disabled-color: #000;
3046   --bs-btn-disabled-bg: #01cdfe;
3047   --bs-btn-disabled-border-color: #01cdfe;
3048 }
3049
3050 .btn-warning {
3051   --bs-btn-color: #000;
3052   --bs-btn-bg: #fffb96;
3053   --bs-btn-border-color: #fffb96;
3054   --bs-btn-hover-color: #000;
3055   --bs-btn-hover-bg: #fffca6;
3056   --bs-btn-hover-border-color: #fffba1;
3057   --bs-btn-focus-shadow-rgb: 217, 213, 128;
3058   --bs-btn-active-color: #000;
3059   --bs-btn-active-bg: #fffcab;
3060   --bs-btn-active-border-color: #fffba1;
3061   --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3062   --bs-btn-disabled-color: #000;
3063   --bs-btn-disabled-bg: #fffb96;
3064   --bs-btn-disabled-border-color: #fffb96;
3065 }
3066
3067 .btn-danger {
3068   --bs-btn-color: #000;
3069   --bs-btn-bg: rgb(255, 95, 110);
3070   --bs-btn-border-color: rgb(255, 95, 110);
3071   --bs-btn-hover-color: #000;
3072   --bs-btn-hover-bg: #ff7784;
3073   --bs-btn-hover-border-color: #ff6f7d;
3074   --bs-btn-focus-shadow-rgb: 217, 81, 94;
3075   --bs-btn-active-color: #000;
3076   --bs-btn-active-bg: #ff7f8b;
3077   --bs-btn-active-border-color: #ff6f7d;
3078   --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3079   --bs-btn-disabled-color: #000;
3080   --bs-btn-disabled-bg: rgb(255, 95, 110);
3081   --bs-btn-disabled-border-color: rgb(255, 95, 110);
3082 }
3083
3084 .btn-light {
3085   --bs-btn-color: #fff;
3086   --bs-btn-bg: #444;
3087   --bs-btn-border-color: #444;
3088   --bs-btn-hover-color: #fff;
3089   --bs-btn-hover-bg: #3a3a3a;
3090   --bs-btn-hover-border-color: #363636;
3091   --bs-btn-focus-shadow-rgb: 96, 96, 96;
3092   --bs-btn-active-color: #fff;
3093   --bs-btn-active-bg: #363636;
3094   --bs-btn-active-border-color: #333333;
3095   --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3096   --bs-btn-disabled-color: #fff;
3097   --bs-btn-disabled-bg: #444;
3098   --bs-btn-disabled-border-color: #444;
3099 }
3100
3101 .btn-dark {
3102   --bs-btn-color: #000;
3103   --bs-btn-bg: #ebebeb;
3104   --bs-btn-border-color: #ebebeb;
3105   --bs-btn-hover-color: #000;
3106   --bs-btn-hover-bg: #eeeeee;
3107   --bs-btn-hover-border-color: #ededed;
3108   --bs-btn-focus-shadow-rgb: 200, 200, 200;
3109   --bs-btn-active-color: #000;
3110   --bs-btn-active-bg: #efefef;
3111   --bs-btn-active-border-color: #ededed;
3112   --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3113   --bs-btn-disabled-color: #000;
3114   --bs-btn-disabled-bg: #ebebeb;
3115   --bs-btn-disabled-border-color: #ebebeb;
3116 }
3117
3118 .btn-outline-primary {
3119   --bs-btn-color: rgb(255, 64, 186);
3120   --bs-btn-border-color: rgb(255, 64, 186);
3121   --bs-btn-hover-color: #fff;
3122   --bs-btn-hover-bg: rgb(255, 64, 186);
3123   --bs-btn-hover-border-color: rgb(255, 64, 186);
3124   --bs-btn-focus-shadow-rgb: 255, 64, 186;
3125   --bs-btn-active-color: #fff;
3126   --bs-btn-active-bg: rgb(255, 64, 186);
3127   --bs-btn-active-border-color: rgb(255, 64, 186);
3128   --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3129   --bs-btn-disabled-color: rgb(255, 64, 186);
3130   --bs-btn-disabled-bg: transparent;
3131   --bs-btn-disabled-border-color: rgb(255, 64, 186);
3132   --bs-gradient: none;
3133 }
3134
3135 .btn-outline-secondary {
3136   --bs-btn-color: #01cdfe;
3137   --bs-btn-border-color: #01cdfe;
3138   --bs-btn-hover-color: #000;
3139   --bs-btn-hover-bg: #01cdfe;
3140   --bs-btn-hover-border-color: #01cdfe;
3141   --bs-btn-focus-shadow-rgb: 1, 205, 254;
3142   --bs-btn-active-color: #000;
3143   --bs-btn-active-bg: #01cdfe;
3144   --bs-btn-active-border-color: #01cdfe;
3145   --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3146   --bs-btn-disabled-color: #01cdfe;
3147   --bs-btn-disabled-bg: transparent;
3148   --bs-btn-disabled-border-color: #01cdfe;
3149   --bs-gradient: none;
3150 }
3151
3152 .btn-outline-success {
3153   --bs-btn-color: #05ffa1;
3154   --bs-btn-border-color: #05ffa1;
3155   --bs-btn-hover-color: #000;
3156   --bs-btn-hover-bg: #05ffa1;
3157   --bs-btn-hover-border-color: #05ffa1;
3158   --bs-btn-focus-shadow-rgb: 5, 255, 161;
3159   --bs-btn-active-color: #000;
3160   --bs-btn-active-bg: #05ffa1;
3161   --bs-btn-active-border-color: #05ffa1;
3162   --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3163   --bs-btn-disabled-color: #05ffa1;
3164   --bs-btn-disabled-bg: transparent;
3165   --bs-btn-disabled-border-color: #05ffa1;
3166   --bs-gradient: none;
3167 }
3168
3169 .btn-outline-info {
3170   --bs-btn-color: #01cdfe;
3171   --bs-btn-border-color: #01cdfe;
3172   --bs-btn-hover-color: #000;
3173   --bs-btn-hover-bg: #01cdfe;
3174   --bs-btn-hover-border-color: #01cdfe;
3175   --bs-btn-focus-shadow-rgb: 1, 205, 254;
3176   --bs-btn-active-color: #000;
3177   --bs-btn-active-bg: #01cdfe;
3178   --bs-btn-active-border-color: #01cdfe;
3179   --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3180   --bs-btn-disabled-color: #01cdfe;
3181   --bs-btn-disabled-bg: transparent;
3182   --bs-btn-disabled-border-color: #01cdfe;
3183   --bs-gradient: none;
3184 }
3185
3186 .btn-outline-warning {
3187   --bs-btn-color: #fffb96;
3188   --bs-btn-border-color: #fffb96;
3189   --bs-btn-hover-color: #000;
3190   --bs-btn-hover-bg: #fffb96;
3191   --bs-btn-hover-border-color: #fffb96;
3192   --bs-btn-focus-shadow-rgb: 255, 251, 150;
3193   --bs-btn-active-color: #000;
3194   --bs-btn-active-bg: #fffb96;
3195   --bs-btn-active-border-color: #fffb96;
3196   --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3197   --bs-btn-disabled-color: #fffb96;
3198   --bs-btn-disabled-bg: transparent;
3199   --bs-btn-disabled-border-color: #fffb96;
3200   --bs-gradient: none;
3201 }
3202
3203 .btn-outline-danger {
3204   --bs-btn-color: rgb(255, 95, 110);
3205   --bs-btn-border-color: rgb(255, 95, 110);
3206   --bs-btn-hover-color: #000;
3207   --bs-btn-hover-bg: rgb(255, 95, 110);
3208   --bs-btn-hover-border-color: rgb(255, 95, 110);
3209   --bs-btn-focus-shadow-rgb: 255, 95, 110;
3210   --bs-btn-active-color: #000;
3211   --bs-btn-active-bg: rgb(255, 95, 110);
3212   --bs-btn-active-border-color: rgb(255, 95, 110);
3213   --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3214   --bs-btn-disabled-color: rgb(255, 95, 110);
3215   --bs-btn-disabled-bg: transparent;
3216   --bs-btn-disabled-border-color: rgb(255, 95, 110);
3217   --bs-gradient: none;
3218 }
3219
3220 .btn-outline-light {
3221   --bs-btn-color: #444;
3222   --bs-btn-border-color: #444;
3223   --bs-btn-hover-color: #fff;
3224   --bs-btn-hover-bg: #444;
3225   --bs-btn-hover-border-color: #444;
3226   --bs-btn-focus-shadow-rgb: 68, 68, 68;
3227   --bs-btn-active-color: #fff;
3228   --bs-btn-active-bg: #444;
3229   --bs-btn-active-border-color: #444;
3230   --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3231   --bs-btn-disabled-color: #444;
3232   --bs-btn-disabled-bg: transparent;
3233   --bs-btn-disabled-border-color: #444;
3234   --bs-gradient: none;
3235 }
3236
3237 .btn-outline-dark {
3238   --bs-btn-color: #ebebeb;
3239   --bs-btn-border-color: #ebebeb;
3240   --bs-btn-hover-color: #000;
3241   --bs-btn-hover-bg: #ebebeb;
3242   --bs-btn-hover-border-color: #ebebeb;
3243   --bs-btn-focus-shadow-rgb: 235, 235, 235;
3244   --bs-btn-active-color: #000;
3245   --bs-btn-active-bg: #ebebeb;
3246   --bs-btn-active-border-color: #ebebeb;
3247   --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3248   --bs-btn-disabled-color: #ebebeb;
3249   --bs-btn-disabled-bg: transparent;
3250   --bs-btn-disabled-border-color: #ebebeb;
3251   --bs-gradient: none;
3252 }
3253
3254 .btn-link {
3255   --bs-btn-font-weight: 400;
3256   --bs-btn-color: var(--bs-link-color);
3257   --bs-btn-bg: transparent;
3258   --bs-btn-border-color: transparent;
3259   --bs-btn-hover-color: var(--bs-link-hover-color);
3260   --bs-btn-hover-border-color: transparent;
3261   --bs-btn-active-color: var(--bs-link-hover-color);
3262   --bs-btn-active-border-color: transparent;
3263   --bs-btn-disabled-color: #888;
3264   --bs-btn-disabled-border-color: transparent;
3265   --bs-btn-box-shadow: 0 0 0 #000;
3266   --bs-btn-focus-shadow-rgb: 255, 93, 196;
3267   text-decoration: none;
3268   background-image: none;
3269 }
3270 .btn-link:focus-visible {
3271   color: var(--bs-btn-color);
3272 }
3273 .btn-link:hover {
3274   color: var(--bs-btn-hover-color);
3275 }
3276
3277 .btn-lg, .btn-group-lg > .btn {
3278   --bs-btn-padding-y: 0.5rem;
3279   --bs-btn-padding-x: 1rem;
3280   --bs-btn-font-size: 1.25rem;
3281   --bs-btn-border-radius: var(--bs-border-radius-lg);
3282 }
3283
3284 .btn-sm, .btn-group-sm > .btn {
3285   --bs-btn-padding-y: 0.25rem;
3286   --bs-btn-padding-x: 0.5rem;
3287   --bs-btn-font-size: 0.875rem;
3288   --bs-btn-border-radius: var(--bs-border-radius-sm);
3289 }
3290
3291 .fade {
3292   transition: opacity 0.15s linear;
3293 }
3294 @media (prefers-reduced-motion: reduce) {
3295   .fade {
3296     transition: none;
3297   }
3298 }
3299 .fade:not(.show) {
3300   opacity: 0;
3301 }
3302
3303 .collapse:not(.show) {
3304   display: none;
3305 }
3306
3307 .collapsing {
3308   height: 0;
3309   overflow: hidden;
3310   transition: height 0.35s ease;
3311 }
3312 @media (prefers-reduced-motion: reduce) {
3313   .collapsing {
3314     transition: none;
3315   }
3316 }
3317 .collapsing.collapse-horizontal {
3318   width: 0;
3319   height: auto;
3320   transition: width 0.35s ease;
3321 }
3322 @media (prefers-reduced-motion: reduce) {
3323   .collapsing.collapse-horizontal {
3324     transition: none;
3325   }
3326 }
3327
3328 .dropup,
3329 .dropend,
3330 .dropdown,
3331 .dropstart,
3332 .dropup-center,
3333 .dropdown-center {
3334   position: relative;
3335 }
3336
3337 .dropdown-toggle {
3338   white-space: nowrap;
3339 }
3340 .dropdown-toggle::after {
3341   display: inline-block;
3342   margin-left: 0.255em;
3343   vertical-align: 0.255em;
3344   content: "";
3345   border-top: 0.3em solid;
3346   border-right: 0.3em solid transparent;
3347   border-bottom: 0;
3348   border-left: 0.3em solid transparent;
3349 }
3350 .dropdown-toggle:empty::after {
3351   margin-left: 0;
3352 }
3353
3354 .dropdown-menu {
3355   --bs-dropdown-zindex: 1000;
3356   --bs-dropdown-min-width: 10rem;
3357   --bs-dropdown-padding-x: 0;
3358   --bs-dropdown-padding-y: 0.5rem;
3359   --bs-dropdown-spacer: 0.125rem;
3360   --bs-dropdown-font-size: 1rem;
3361   --bs-dropdown-color: var(--bs-body-color);
3362   --bs-dropdown-bg: var(--bs-body-bg);
3363   --bs-dropdown-border-color: var(--bs-border-color-translucent);
3364   --bs-dropdown-border-radius: var(--bs-border-radius);
3365   --bs-dropdown-border-width: var(--bs-border-width);
3366   --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
3367   --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
3368   --bs-dropdown-divider-margin-y: 0.5rem;
3369   --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
3370   --bs-dropdown-link-color: var(--bs-body-color);
3371   --bs-dropdown-link-hover-color: var(--bs-body-color);
3372   --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
3373   --bs-dropdown-link-active-color: #fff;
3374   --bs-dropdown-link-active-bg: rgb(255, 64, 186);
3375   --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
3376   --bs-dropdown-item-padding-x: 1rem;
3377   --bs-dropdown-item-padding-y: 0.25rem;
3378   --bs-dropdown-header-color: #888;
3379   --bs-dropdown-header-padding-x: 1rem;
3380   --bs-dropdown-header-padding-y: 0.5rem;
3381   position: absolute;
3382   z-index: var(--bs-dropdown-zindex);
3383   display: none;
3384   min-width: var(--bs-dropdown-min-width);
3385   padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
3386   margin: 0;
3387   font-size: var(--bs-dropdown-font-size);
3388   color: var(--bs-dropdown-color);
3389   text-align: left;
3390   list-style: none;
3391   background-color: var(--bs-dropdown-bg);
3392   background-clip: padding-box;
3393   border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
3394   border-radius: var(--bs-dropdown-border-radius);
3395   box-shadow: var(--bs-dropdown-box-shadow);
3396 }
3397 .dropdown-menu[data-bs-popper] {
3398   top: 100%;
3399   left: 0;
3400   margin-top: var(--bs-dropdown-spacer);
3401 }
3402
3403 .dropdown-menu-start {
3404   --bs-position: start;
3405 }
3406 .dropdown-menu-start[data-bs-popper] {
3407   right: auto;
3408   left: 0;
3409 }
3410
3411 .dropdown-menu-end {
3412   --bs-position: end;
3413 }
3414 .dropdown-menu-end[data-bs-popper] {
3415   right: 0;
3416   left: auto;
3417 }
3418
3419 @media (min-width: 576px) {
3420   .dropdown-menu-sm-start {
3421     --bs-position: start;
3422   }
3423   .dropdown-menu-sm-start[data-bs-popper] {
3424     right: auto;
3425     left: 0;
3426   }
3427   .dropdown-menu-sm-end {
3428     --bs-position: end;
3429   }
3430   .dropdown-menu-sm-end[data-bs-popper] {
3431     right: 0;
3432     left: auto;
3433   }
3434 }
3435 @media (min-width: 768px) {
3436   .dropdown-menu-md-start {
3437     --bs-position: start;
3438   }
3439   .dropdown-menu-md-start[data-bs-popper] {
3440     right: auto;
3441     left: 0;
3442   }
3443   .dropdown-menu-md-end {
3444     --bs-position: end;
3445   }
3446   .dropdown-menu-md-end[data-bs-popper] {
3447     right: 0;
3448     left: auto;
3449   }
3450 }
3451 @media (min-width: 992px) {
3452   .dropdown-menu-lg-start {
3453     --bs-position: start;
3454   }
3455   .dropdown-menu-lg-start[data-bs-popper] {
3456     right: auto;
3457     left: 0;
3458   }
3459   .dropdown-menu-lg-end {
3460     --bs-position: end;
3461   }
3462   .dropdown-menu-lg-end[data-bs-popper] {
3463     right: 0;
3464     left: auto;
3465   }
3466 }
3467 @media (min-width: 1200px) {
3468   .dropdown-menu-xl-start {
3469     --bs-position: start;
3470   }
3471   .dropdown-menu-xl-start[data-bs-popper] {
3472     right: auto;
3473     left: 0;
3474   }
3475   .dropdown-menu-xl-end {
3476     --bs-position: end;
3477   }
3478   .dropdown-menu-xl-end[data-bs-popper] {
3479     right: 0;
3480     left: auto;
3481   }
3482 }
3483 @media (min-width: 1400px) {
3484   .dropdown-menu-xxl-start {
3485     --bs-position: start;
3486   }
3487   .dropdown-menu-xxl-start[data-bs-popper] {
3488     right: auto;
3489     left: 0;
3490   }
3491   .dropdown-menu-xxl-end {
3492     --bs-position: end;
3493   }
3494   .dropdown-menu-xxl-end[data-bs-popper] {
3495     right: 0;
3496     left: auto;
3497   }
3498 }
3499 .dropup .dropdown-menu[data-bs-popper] {
3500   top: auto;
3501   bottom: 100%;
3502   margin-top: 0;
3503   margin-bottom: var(--bs-dropdown-spacer);
3504 }
3505 .dropup .dropdown-toggle::after {
3506   display: inline-block;
3507   margin-left: 0.255em;
3508   vertical-align: 0.255em;
3509   content: "";
3510   border-top: 0;
3511   border-right: 0.3em solid transparent;
3512   border-bottom: 0.3em solid;
3513   border-left: 0.3em solid transparent;
3514 }
3515 .dropup .dropdown-toggle:empty::after {
3516   margin-left: 0;
3517 }
3518
3519 .dropend .dropdown-menu[data-bs-popper] {
3520   top: 0;
3521   right: auto;
3522   left: 100%;
3523   margin-top: 0;
3524   margin-left: var(--bs-dropdown-spacer);
3525 }
3526 .dropend .dropdown-toggle::after {
3527   display: inline-block;
3528   margin-left: 0.255em;
3529   vertical-align: 0.255em;
3530   content: "";
3531   border-top: 0.3em solid transparent;
3532   border-right: 0;
3533   border-bottom: 0.3em solid transparent;
3534   border-left: 0.3em solid;
3535 }
3536 .dropend .dropdown-toggle:empty::after {
3537   margin-left: 0;
3538 }
3539 .dropend .dropdown-toggle::after {
3540   vertical-align: 0;
3541 }
3542
3543 .dropstart .dropdown-menu[data-bs-popper] {
3544   top: 0;
3545   right: 100%;
3546   left: auto;
3547   margin-top: 0;
3548   margin-right: var(--bs-dropdown-spacer);
3549 }
3550 .dropstart .dropdown-toggle::after {
3551   display: inline-block;
3552   margin-left: 0.255em;
3553   vertical-align: 0.255em;
3554   content: "";
3555 }
3556 .dropstart .dropdown-toggle::after {
3557   display: none;
3558 }
3559 .dropstart .dropdown-toggle::before {
3560   display: inline-block;
3561   margin-right: 0.255em;
3562   vertical-align: 0.255em;
3563   content: "";
3564   border-top: 0.3em solid transparent;
3565   border-right: 0.3em solid;
3566   border-bottom: 0.3em solid transparent;
3567 }
3568 .dropstart .dropdown-toggle:empty::after {
3569   margin-left: 0;
3570 }
3571 .dropstart .dropdown-toggle::before {
3572   vertical-align: 0;
3573 }
3574
3575 .dropdown-divider {
3576   height: 0;
3577   margin: var(--bs-dropdown-divider-margin-y) 0;
3578   overflow: hidden;
3579   border-top: 1px solid var(--bs-dropdown-divider-bg);
3580   opacity: 1;
3581 }
3582
3583 .dropdown-item {
3584   display: block;
3585   width: 100%;
3586   padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
3587   clear: both;
3588   font-weight: 400;
3589   color: var(--bs-dropdown-link-color);
3590   text-align: inherit;
3591   white-space: nowrap;
3592   background-color: transparent;
3593   border: 0;
3594   border-radius: var(--bs-dropdown-item-border-radius, 0);
3595 }
3596 .dropdown-item:hover, .dropdown-item:focus {
3597   color: var(--bs-dropdown-link-hover-color);
3598   background-color: var(--bs-dropdown-link-hover-bg);
3599   background-image: var(--bs-gradient);
3600 }
3601 .dropdown-item.active, .dropdown-item:active {
3602   color: var(--bs-dropdown-link-active-color);
3603   text-decoration: none;
3604   background-color: var(--bs-dropdown-link-active-bg);
3605   background-image: var(--bs-gradient);
3606 }
3607 .dropdown-item.disabled, .dropdown-item:disabled {
3608   color: var(--bs-dropdown-link-disabled-color);
3609   pointer-events: none;
3610   background-color: transparent;
3611   background-image: none;
3612 }
3613
3614 .dropdown-menu.show {
3615   display: block;
3616 }
3617
3618 .dropdown-header {
3619   display: block;
3620   padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
3621   margin-bottom: 0;
3622   font-size: 0.875rem;
3623   color: var(--bs-dropdown-header-color);
3624   white-space: nowrap;
3625 }
3626
3627 .dropdown-item-text {
3628   display: block;
3629   padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
3630   color: var(--bs-dropdown-link-color);
3631 }
3632
3633 .dropdown-menu-dark {
3634   --bs-dropdown-color: #dee2e6;
3635   --bs-dropdown-bg: #303030;
3636   --bs-dropdown-border-color: var(--bs-border-color-translucent);
3637   --bs-dropdown-box-shadow: ;
3638   --bs-dropdown-link-color: #dee2e6;
3639   --bs-dropdown-link-hover-color: #fff;
3640   --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
3641   --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
3642   --bs-dropdown-link-active-color: #fff;
3643   --bs-dropdown-link-active-bg: rgb(255, 64, 186);
3644   --bs-dropdown-link-disabled-color: #adb5bd;
3645   --bs-dropdown-header-color: #adb5bd;
3646 }
3647
3648 .btn-group,
3649 .btn-group-vertical {
3650   position: relative;
3651   display: inline-flex;
3652   vertical-align: middle;
3653 }
3654 .btn-group > .btn,
3655 .btn-group-vertical > .btn {
3656   position: relative;
3657   flex: 1 1 auto;
3658 }
3659 .btn-group > .btn-check:checked + .btn,
3660 .btn-group > .btn-check:focus + .btn,
3661 .btn-group > .btn:hover,
3662 .btn-group > .btn:focus,
3663 .btn-group > .btn:active,
3664 .btn-group > .btn.active,
3665 .btn-group-vertical > .btn-check:checked + .btn,
3666 .btn-group-vertical > .btn-check:focus + .btn,
3667 .btn-group-vertical > .btn:hover,
3668 .btn-group-vertical > .btn:focus,
3669 .btn-group-vertical > .btn:active,
3670 .btn-group-vertical > .btn.active {
3671   z-index: 1;
3672 }
3673
3674 .btn-toolbar {
3675   display: flex;
3676   flex-wrap: wrap;
3677   justify-content: flex-start;
3678 }
3679 .btn-toolbar .input-group {
3680   width: auto;
3681 }
3682
3683 .btn-group {
3684   border-radius: var(--bs-border-radius);
3685 }
3686 .btn-group > :not(.btn-check:first-child) + .btn,
3687 .btn-group > .btn-group:not(:first-child) {
3688   margin-left: calc(var(--bs-border-width) * -1);
3689 }
3690 .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
3691 .btn-group > .btn.dropdown-toggle-split:first-child,
3692 .btn-group > .btn-group:not(:last-child) > .btn {
3693   border-top-right-radius: 0;
3694   border-bottom-right-radius: 0;
3695 }
3696 .btn-group > .btn:nth-child(n+3),
3697 .btn-group > :not(.btn-check) + .btn,
3698 .btn-group > .btn-group:not(:first-child) > .btn {
3699   border-top-left-radius: 0;
3700   border-bottom-left-radius: 0;
3701 }
3702
3703 .dropdown-toggle-split {
3704   padding-right: 0.5625rem;
3705   padding-left: 0.5625rem;
3706 }
3707 .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
3708   margin-left: 0;
3709 }
3710 .dropstart .dropdown-toggle-split::before {
3711   margin-right: 0;
3712 }
3713
3714 .btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
3715   padding-right: 0.375rem;
3716   padding-left: 0.375rem;
3717 }
3718
3719 .btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
3720   padding-right: 0.75rem;
3721   padding-left: 0.75rem;
3722 }
3723
3724 .btn-group.show .dropdown-toggle {
3725   box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3726 }
3727 .btn-group.show .dropdown-toggle.btn-link {
3728   box-shadow: none;
3729 }
3730
3731 .btn-group-vertical {
3732   flex-direction: column;
3733   align-items: flex-start;
3734   justify-content: center;
3735 }
3736 .btn-group-vertical > .btn,
3737 .btn-group-vertical > .btn-group {
3738   width: 100%;
3739 }
3740 .btn-group-vertical > .btn:not(:first-child),
3741 .btn-group-vertical > .btn-group:not(:first-child) {
3742   margin-top: calc(var(--bs-border-width) * -1);
3743 }
3744 .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
3745 .btn-group-vertical > .btn-group:not(:last-child) > .btn {
3746   border-bottom-right-radius: 0;
3747   border-bottom-left-radius: 0;
3748 }
3749 .btn-group-vertical > .btn ~ .btn,
3750 .btn-group-vertical > .btn-group:not(:first-child) > .btn {
3751   border-top-left-radius: 0;
3752   border-top-right-radius: 0;
3753 }
3754
3755 .nav {
3756   --bs-nav-link-padding-x: 1rem;
3757   --bs-nav-link-padding-y: 0.5rem;
3758   --bs-nav-link-font-weight: ;
3759   --bs-nav-link-color: var(--bs-link-color);
3760   --bs-nav-link-hover-color: var(--bs-link-hover-color);
3761   --bs-nav-link-disabled-color: var(--bs-secondary-color);
3762   display: flex;
3763   flex-wrap: wrap;
3764   padding-left: 0;
3765   margin-bottom: 0;
3766   list-style: none;
3767 }
3768
3769 .nav-link {
3770   display: block;
3771   padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
3772   font-size: var(--bs-nav-link-font-size);
3773   font-weight: var(--bs-nav-link-font-weight);
3774   color: var(--bs-nav-link-color);
3775   background: none;
3776   border: 0;
3777   transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
3778 }
3779 @media (prefers-reduced-motion: reduce) {
3780   .nav-link {
3781     transition: none;
3782   }
3783 }
3784 .nav-link:hover, .nav-link:focus {
3785   color: var(--bs-nav-link-hover-color);
3786 }
3787 .nav-link:focus-visible {
3788   outline: 0;
3789   box-shadow: 0 0 0 0.25rem rgba(255, 64, 186, 0.25);
3790 }
3791 .nav-link.disabled {
3792   color: var(--bs-nav-link-disabled-color);
3793   pointer-events: none;
3794   cursor: default;
3795 }
3796
3797 .nav-tabs {
3798   --bs-nav-tabs-border-width: var(--bs-border-width);
3799   --bs-nav-tabs-border-color: var(--bs-border-color);
3800   --bs-nav-tabs-border-radius: var(--bs-border-radius);
3801   --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
3802   --bs-nav-tabs-link-active-color: #b967ff;
3803   --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
3804   --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
3805   border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
3806 }
3807 .nav-tabs .nav-link {
3808   margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
3809   border: var(--bs-nav-tabs-border-width) solid transparent;
3810   border-top-left-radius: var(--bs-nav-tabs-border-radius);
3811   border-top-right-radius: var(--bs-nav-tabs-border-radius);
3812 }
3813 .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
3814   isolation: isolate;
3815   border-color: var(--bs-nav-tabs-link-hover-border-color);
3816 }
3817 .nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
3818   color: var(--bs-nav-link-disabled-color);
3819   background-color: transparent;
3820   border-color: transparent;
3821 }
3822 .nav-tabs .nav-link.active,
3823 .nav-tabs .nav-item.show .nav-link {
3824   color: var(--bs-nav-tabs-link-active-color);
3825   background-color: var(--bs-nav-tabs-link-active-bg);
3826   border-color: var(--bs-nav-tabs-link-active-border-color);
3827 }
3828 .nav-tabs .dropdown-menu {
3829   margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
3830   border-top-left-radius: 0;
3831   border-top-right-radius: 0;
3832 }
3833
3834 .nav-pills {
3835   --bs-nav-pills-border-radius: var(--bs-border-radius);
3836   --bs-nav-pills-link-active-color: #fff;
3837   --bs-nav-pills-link-active-bg: rgb(255, 64, 186);
3838 }
3839 .nav-pills .nav-link {
3840   border-radius: var(--bs-nav-pills-border-radius);
3841 }
3842 .nav-pills .nav-link:disabled {
3843   color: var(--bs-nav-link-disabled-color);
3844   background-color: transparent;
3845   border-color: transparent;
3846 }
3847 .nav-pills .nav-link.active,
3848 .nav-pills .show > .nav-link {
3849   color: var(--bs-nav-pills-link-active-color);
3850   background-color: var(--bs-nav-pills-link-active-bg);
3851   background-image: var(--bs-gradient);
3852 }
3853
3854 .nav-underline {
3855   --bs-nav-underline-gap: 1rem;
3856   --bs-nav-underline-border-width: 0.125rem;
3857   --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
3858   gap: var(--bs-nav-underline-gap);
3859 }
3860 .nav-underline .nav-link {
3861   padding-right: 0;
3862   padding-left: 0;
3863   border-bottom: var(--bs-nav-underline-border-width) solid transparent;
3864 }
3865 .nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
3866   border-bottom-color: currentcolor;
3867 }
3868 .nav-underline .nav-link.active,
3869 .nav-underline .show > .nav-link {
3870   font-weight: 700;
3871   color: var(--bs-nav-underline-link-active-color);
3872   border-bottom-color: currentcolor;
3873 }
3874
3875 .nav-fill > .nav-link,
3876 .nav-fill .nav-item {
3877   flex: 1 1 auto;
3878   text-align: center;
3879 }
3880
3881 .nav-justified > .nav-link,
3882 .nav-justified .nav-item {
3883   flex-basis: 0;
3884   flex-grow: 1;
3885   text-align: center;
3886 }
3887
3888 .nav-fill .nav-item .nav-link,
3889 .nav-justified .nav-item .nav-link {
3890   width: 100%;
3891 }
3892
3893 .tab-content > .tab-pane {
3894   display: none;
3895 }
3896 .tab-content > .active {
3897   display: block;
3898 }
3899
3900 .navbar {
3901   --bs-navbar-padding-x: 0;
3902   --bs-navbar-padding-y: 0.5rem;
3903   --bs-navbar-color: rgba(255, 255, 255, 0.5);
3904   --bs-navbar-hover-color: rgba(255, 64, 186, 0.7);
3905   --bs-navbar-disabled-color: rgba(235, 235, 235, 0.3);
3906   --bs-navbar-active-color: rgba(235, 235, 235, 0.9);
3907   --bs-navbar-brand-padding-y: 0.3125rem;
3908   --bs-navbar-brand-margin-end: 1rem;
3909   --bs-navbar-brand-font-size: 1.25rem;
3910   --bs-navbar-brand-color: rgba(235, 235, 235, 0.9);
3911   --bs-navbar-brand-hover-color: rgba(235, 235, 235, 0.9);
3912   --bs-navbar-nav-link-padding-x: 0.5rem;
3913   --bs-navbar-toggler-padding-y: 0.25rem;
3914   --bs-navbar-toggler-padding-x: 0.75rem;
3915   --bs-navbar-toggler-font-size: 1.25rem;
3916   --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28235, 235, 235, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
3917   --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
3918   --bs-navbar-toggler-border-radius: var(--bs-border-radius);
3919   --bs-navbar-toggler-focus-width: 0.25rem;
3920   --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
3921   position: relative;
3922   display: flex;
3923   flex-wrap: wrap;
3924   align-items: center;
3925   justify-content: space-between;
3926   padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
3927   background-image: var(--bs-gradient);
3928 }
3929 .navbar > .container,
3930 .navbar > .container-fluid,
3931 .navbar > .container-sm,
3932 .navbar > .container-md,
3933 .navbar > .container-lg,
3934 .navbar > .container-xl,
3935 .navbar > .container-xxl {
3936   display: flex;
3937   flex-wrap: inherit;
3938   align-items: center;
3939   justify-content: space-between;
3940 }
3941 .navbar-brand {
3942   padding-top: var(--bs-navbar-brand-padding-y);
3943   padding-bottom: var(--bs-navbar-brand-padding-y);
3944   margin-right: var(--bs-navbar-brand-margin-end);
3945   font-size: var(--bs-navbar-brand-font-size);
3946   color: var(--bs-navbar-brand-color);
3947   white-space: nowrap;
3948 }
3949 .navbar-brand:hover, .navbar-brand:focus {
3950   color: var(--bs-navbar-brand-hover-color);
3951 }
3952
3953 .navbar-nav {
3954   --bs-nav-link-padding-x: 0;
3955   --bs-nav-link-padding-y: 0.5rem;
3956   --bs-nav-link-font-weight: ;
3957   --bs-nav-link-color: var(--bs-navbar-color);
3958   --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
3959   --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
3960   display: flex;
3961   flex-direction: column;
3962   padding-left: 0;
3963   margin-bottom: 0;
3964   list-style: none;
3965 }
3966 .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
3967   color: var(--bs-navbar-active-color);
3968 }
3969 .navbar-nav .dropdown-menu {
3970   position: static;
3971 }
3972
3973 .navbar-text {
3974   padding-top: 0.5rem;
3975   padding-bottom: 0.5rem;
3976   color: var(--bs-navbar-color);
3977 }
3978 .navbar-text a,
3979 .navbar-text a:hover,
3980 .navbar-text a:focus {
3981   color: var(--bs-navbar-active-color);
3982 }
3983
3984 .navbar-collapse {
3985   flex-basis: 100%;
3986   flex-grow: 1;
3987   align-items: center;
3988 }
3989
3990 .navbar-toggler {
3991   padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
3992   font-size: var(--bs-navbar-toggler-font-size);
3993   line-height: 1;
3994   color: var(--bs-navbar-color);
3995   background-color: transparent;
3996   border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
3997   border-radius: var(--bs-navbar-toggler-border-radius);
3998   transition: var(--bs-navbar-toggler-transition);
3999 }
4000 @media (prefers-reduced-motion: reduce) {
4001   .navbar-toggler {
4002     transition: none;
4003   }
4004 }
4005 .navbar-toggler:hover {
4006   text-decoration: none;
4007 }
4008 .navbar-toggler:focus {
4009   text-decoration: none;
4010   outline: 0;
4011   box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
4012 }
4013
4014 .navbar-toggler-icon {
4015   display: inline-block;
4016   width: 1.5em;
4017   height: 1.5em;
4018   vertical-align: middle;
4019   background-image: var(--bs-navbar-toggler-icon-bg);
4020   background-repeat: no-repeat;
4021   background-position: center;
4022   background-size: 100%;
4023 }
4024
4025 .navbar-nav-scroll {
4026   max-height: var(--bs-scroll-height, 75vh);
4027   overflow-y: auto;
4028 }
4029
4030 @media (min-width: 576px) {
4031   .navbar-expand-sm {
4032     flex-wrap: nowrap;
4033     justify-content: flex-start;
4034   }
4035   .navbar-expand-sm .navbar-nav {
4036     flex-direction: row;
4037   }
4038   .navbar-expand-sm .navbar-nav .dropdown-menu {
4039     position: absolute;
4040   }
4041   .navbar-expand-sm .navbar-nav .nav-link {
4042     padding-right: var(--bs-navbar-nav-link-padding-x);
4043     padding-left: var(--bs-navbar-nav-link-padding-x);
4044   }
4045   .navbar-expand-sm .navbar-nav-scroll {
4046     overflow: visible;
4047   }
4048   .navbar-expand-sm .navbar-collapse {
4049     display: flex !important;
4050     flex-basis: auto;
4051   }
4052   .navbar-expand-sm .navbar-toggler {
4053     display: none;
4054   }
4055   .navbar-expand-sm .offcanvas {
4056     position: static;
4057     z-index: auto;
4058     flex-grow: 1;
4059     width: auto !important;
4060     height: auto !important;
4061     visibility: visible !important;
4062     background-color: transparent !important;
4063     border: 0 !important;
4064     transform: none !important;
4065     box-shadow: none;
4066     transition: none;
4067   }
4068   .navbar-expand-sm .offcanvas .offcanvas-header {
4069     display: none;
4070   }
4071   .navbar-expand-sm .offcanvas .offcanvas-body {
4072     display: flex;
4073     flex-grow: 0;
4074     padding: 0;
4075     overflow-y: visible;
4076   }
4077 }
4078 @media (min-width: 768px) {
4079   .navbar-expand-md {
4080     flex-wrap: nowrap;
4081     justify-content: flex-start;
4082   }
4083   .navbar-expand-md .navbar-nav {
4084     flex-direction: row;
4085   }
4086   .navbar-expand-md .navbar-nav .dropdown-menu {
4087     position: absolute;
4088   }
4089   .navbar-expand-md .navbar-nav .nav-link {
4090     padding-right: var(--bs-navbar-nav-link-padding-x);
4091     padding-left: var(--bs-navbar-nav-link-padding-x);
4092   }
4093   .navbar-expand-md .navbar-nav-scroll {
4094     overflow: visible;
4095   }
4096   .navbar-expand-md .navbar-collapse {
4097     display: flex !important;
4098     flex-basis: auto;
4099   }
4100   .navbar-expand-md .navbar-toggler {
4101     display: none;
4102   }
4103   .navbar-expand-md .offcanvas {
4104     position: static;
4105     z-index: auto;
4106     flex-grow: 1;
4107     width: auto !important;
4108     height: auto !important;
4109     visibility: visible !important;
4110     background-color: transparent !important;
4111     border: 0 !important;
4112     transform: none !important;
4113     box-shadow: none;
4114     transition: none;
4115   }
4116   .navbar-expand-md .offcanvas .offcanvas-header {
4117     display: none;
4118   }
4119   .navbar-expand-md .offcanvas .offcanvas-body {
4120     display: flex;
4121     flex-grow: 0;
4122     padding: 0;
4123     overflow-y: visible;
4124   }
4125 }
4126 @media (min-width: 992px) {
4127   .navbar-expand-lg {
4128     flex-wrap: nowrap;
4129     justify-content: flex-start;
4130   }
4131   .navbar-expand-lg .navbar-nav {
4132     flex-direction: row;
4133   }
4134   .navbar-expand-lg .navbar-nav .dropdown-menu {
4135     position: absolute;
4136   }
4137   .navbar-expand-lg .navbar-nav .nav-link {
4138     padding-right: var(--bs-navbar-nav-link-padding-x);
4139     padding-left: var(--bs-navbar-nav-link-padding-x);
4140   }
4141   .navbar-expand-lg .navbar-nav-scroll {
4142     overflow: visible;
4143   }
4144   .navbar-expand-lg .navbar-collapse {
4145     display: flex !important;
4146     flex-basis: auto;
4147   }
4148   .navbar-expand-lg .navbar-toggler {
4149     display: none;
4150   }
4151   .navbar-expand-lg .offcanvas {
4152     position: static;
4153     z-index: auto;
4154     flex-grow: 1;
4155     width: auto !important;
4156     height: auto !important;
4157     visibility: visible !important;
4158     background-color: transparent !important;
4159     border: 0 !important;
4160     transform: none !important;
4161     box-shadow: none;
4162     transition: none;
4163   }
4164   .navbar-expand-lg .offcanvas .offcanvas-header {
4165     display: none;
4166   }
4167   .navbar-expand-lg .offcanvas .offcanvas-body {
4168     display: flex;
4169     flex-grow: 0;
4170     padding: 0;
4171     overflow-y: visible;
4172   }
4173 }
4174 @media (min-width: 1200px) {
4175   .navbar-expand-xl {
4176     flex-wrap: nowrap;
4177     justify-content: flex-start;
4178   }
4179   .navbar-expand-xl .navbar-nav {
4180     flex-direction: row;
4181   }
4182   .navbar-expand-xl .navbar-nav .dropdown-menu {
4183     position: absolute;
4184   }
4185   .navbar-expand-xl .navbar-nav .nav-link {
4186     padding-right: var(--bs-navbar-nav-link-padding-x);
4187     padding-left: var(--bs-navbar-nav-link-padding-x);
4188   }
4189   .navbar-expand-xl .navbar-nav-scroll {
4190     overflow: visible;
4191   }
4192   .navbar-expand-xl .navbar-collapse {
4193     display: flex !important;
4194     flex-basis: auto;
4195   }
4196   .navbar-expand-xl .navbar-toggler {
4197     display: none;
4198   }
4199   .navbar-expand-xl .offcanvas {
4200     position: static;
4201     z-index: auto;
4202     flex-grow: 1;
4203     width: auto !important;
4204     height: auto !important;
4205     visibility: visible !important;
4206     background-color: transparent !important;
4207     border: 0 !important;
4208     transform: none !important;
4209     box-shadow: none;
4210     transition: none;
4211   }
4212   .navbar-expand-xl .offcanvas .offcanvas-header {
4213     display: none;
4214   }
4215   .navbar-expand-xl .offcanvas .offcanvas-body {
4216     display: flex;
4217     flex-grow: 0;
4218     padding: 0;
4219     overflow-y: visible;
4220   }
4221 }
4222 @media (min-width: 1400px) {
4223   .navbar-expand-xxl {
4224     flex-wrap: nowrap;
4225     justify-content: flex-start;
4226   }
4227   .navbar-expand-xxl .navbar-nav {
4228     flex-direction: row;
4229   }
4230   .navbar-expand-xxl .navbar-nav .dropdown-menu {
4231     position: absolute;
4232   }
4233   .navbar-expand-xxl .navbar-nav .nav-link {
4234     padding-right: var(--bs-navbar-nav-link-padding-x);
4235     padding-left: var(--bs-navbar-nav-link-padding-x);
4236   }
4237   .navbar-expand-xxl .navbar-nav-scroll {
4238     overflow: visible;
4239   }
4240   .navbar-expand-xxl .navbar-collapse {
4241     display: flex !important;
4242     flex-basis: auto;
4243   }
4244   .navbar-expand-xxl .navbar-toggler {
4245     display: none;
4246   }
4247   .navbar-expand-xxl .offcanvas {
4248     position: static;
4249     z-index: auto;
4250     flex-grow: 1;
4251     width: auto !important;
4252     height: auto !important;
4253     visibility: visible !important;
4254     background-color: transparent !important;
4255     border: 0 !important;
4256     transform: none !important;
4257     box-shadow: none;
4258     transition: none;
4259   }
4260   .navbar-expand-xxl .offcanvas .offcanvas-header {
4261     display: none;
4262   }
4263   .navbar-expand-xxl .offcanvas .offcanvas-body {
4264     display: flex;
4265     flex-grow: 0;
4266     padding: 0;
4267     overflow-y: visible;
4268   }
4269 }
4270 .navbar-expand {
4271   flex-wrap: nowrap;
4272   justify-content: flex-start;
4273 }
4274 .navbar-expand .navbar-nav {
4275   flex-direction: row;
4276 }
4277 .navbar-expand .navbar-nav .dropdown-menu {
4278   position: absolute;
4279 }
4280 .navbar-expand .navbar-nav .nav-link {
4281   padding-right: var(--bs-navbar-nav-link-padding-x);
4282   padding-left: var(--bs-navbar-nav-link-padding-x);
4283 }
4284 .navbar-expand .navbar-nav-scroll {
4285   overflow: visible;
4286 }
4287 .navbar-expand .navbar-collapse {
4288   display: flex !important;
4289   flex-basis: auto;
4290 }
4291 .navbar-expand .navbar-toggler {
4292   display: none;
4293 }
4294 .navbar-expand .offcanvas {
4295   position: static;
4296   z-index: auto;
4297   flex-grow: 1;
4298   width: auto !important;
4299   height: auto !important;
4300   visibility: visible !important;
4301   background-color: transparent !important;
4302   border: 0 !important;
4303   transform: none !important;
4304   box-shadow: none;
4305   transition: none;
4306 }
4307 .navbar-expand .offcanvas .offcanvas-header {
4308   display: none;
4309 }
4310 .navbar-expand .offcanvas .offcanvas-body {
4311   display: flex;
4312   flex-grow: 0;
4313   padding: 0;
4314   overflow-y: visible;
4315 }
4316
4317 .navbar-dark,
4318 .navbar[data-bs-theme=dark] {
4319   --bs-navbar-color: rgba(34, 34, 34, 0.5);
4320   --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
4321   --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
4322   --bs-navbar-active-color: #fff;
4323   --bs-navbar-brand-color: #fff;
4324   --bs-navbar-brand-hover-color: #fff;
4325   --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
4326   --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2834, 34, 34, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
4327 }
4328
4329 [data-bs-theme=dark] .navbar-toggler-icon {
4330   --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2834, 34, 34, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
4331 }
4332
4333 .card {
4334   --bs-card-spacer-y: 1rem;
4335   --bs-card-spacer-x: 1rem;
4336   --bs-card-title-spacer-y: 0.5rem;
4337   --bs-card-title-color: ;
4338   --bs-card-subtitle-color: ;
4339   --bs-card-border-width: var(--bs-border-width);
4340   --bs-card-border-color: var(--bs-border-color-translucent);
4341   --bs-card-border-radius: var(--bs-border-radius);
4342   --bs-card-box-shadow: ;
4343   --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
4344   --bs-card-cap-padding-y: 0.5rem;
4345   --bs-card-cap-padding-x: 1rem;
4346   --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
4347   --bs-card-cap-color: ;
4348   --bs-card-height: ;
4349   --bs-card-color: ;
4350   --bs-card-bg: #222;
4351   --bs-card-img-overlay-padding: 1rem;
4352   --bs-card-group-margin: 0.75rem;
4353   position: relative;
4354   display: flex;
4355   flex-direction: column;
4356   min-width: 0;
4357   height: var(--bs-card-height);
4358   color: var(--bs-body-color);
4359   word-wrap: break-word;
4360   background-color: var(--bs-card-bg);
4361   background-clip: border-box;
4362   border: var(--bs-card-border-width) solid var(--bs-card-border-color);
4363   border-radius: var(--bs-card-border-radius);
4364   box-shadow: var(--bs-card-box-shadow);
4365 }
4366 .card > hr {
4367   margin-right: 0;
4368   margin-left: 0;
4369 }
4370 .card > .list-group {
4371   border-top: inherit;
4372   border-bottom: inherit;
4373 }
4374 .card > .list-group:first-child {
4375   border-top-width: 0;
4376   border-top-left-radius: var(--bs-card-inner-border-radius);
4377   border-top-right-radius: var(--bs-card-inner-border-radius);
4378 }
4379 .card > .list-group:last-child {
4380   border-bottom-width: 0;
4381   border-bottom-right-radius: var(--bs-card-inner-border-radius);
4382   border-bottom-left-radius: var(--bs-card-inner-border-radius);
4383 }
4384 .card > .card-header + .list-group,
4385 .card > .list-group + .card-footer {
4386   border-top: 0;
4387 }
4388
4389 .card-body {
4390   flex: 1 1 auto;
4391   padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
4392   color: var(--bs-card-color);
4393 }
4394
4395 .card-title {
4396   margin-bottom: var(--bs-card-title-spacer-y);
4397   color: var(--bs-card-title-color);
4398 }
4399
4400 .card-subtitle {
4401   margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
4402   margin-bottom: 0;
4403   color: var(--bs-card-subtitle-color);
4404 }
4405
4406 .card-text:last-child {
4407   margin-bottom: 0;
4408 }
4409
4410 .card-link + .card-link {
4411   margin-left: var(--bs-card-spacer-x);
4412 }
4413
4414 .card-header {
4415   padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
4416   margin-bottom: 0;
4417   color: var(--bs-card-cap-color);
4418   background-color: var(--bs-card-cap-bg);
4419   border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
4420 }
4421 .card-header:first-child {
4422   border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
4423 }
4424
4425 .card-footer {
4426   padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
4427   color: var(--bs-card-cap-color);
4428   background-color: var(--bs-card-cap-bg);
4429   border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
4430 }
4431 .card-footer:last-child {
4432   border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
4433 }
4434
4435 .card-header-tabs {
4436   margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
4437   margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
4438   margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
4439   border-bottom: 0;
4440 }
4441 .card-header-tabs .nav-link.active {
4442   background-color: var(--bs-card-bg);
4443   border-bottom-color: var(--bs-card-bg);
4444 }
4445
4446 .card-header-pills {
4447   margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
4448   margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
4449 }
4450
4451 .card-img-overlay {
4452   position: absolute;
4453   top: 0;
4454   right: 0;
4455   bottom: 0;
4456   left: 0;
4457   padding: var(--bs-card-img-overlay-padding);
4458   border-radius: var(--bs-card-inner-border-radius);
4459 }
4460
4461 .card-img,
4462 .card-img-top,
4463 .card-img-bottom {
4464   width: 100%;
4465 }
4466
4467 .card-img,
4468 .card-img-top {
4469   border-top-left-radius: var(--bs-card-inner-border-radius);
4470   border-top-right-radius: var(--bs-card-inner-border-radius);
4471 }
4472
4473 .card-img,
4474 .card-img-bottom {
4475   border-bottom-right-radius: var(--bs-card-inner-border-radius);
4476   border-bottom-left-radius: var(--bs-card-inner-border-radius);
4477 }
4478
4479 .card-group > .card {
4480   margin-bottom: var(--bs-card-group-margin);
4481 }
4482 @media (min-width: 576px) {
4483   .card-group {
4484     display: flex;
4485     flex-flow: row wrap;
4486   }
4487   .card-group > .card {
4488     flex: 1 0 0%;
4489     margin-bottom: 0;
4490   }
4491   .card-group > .card + .card {
4492     margin-left: 0;
4493     border-left: 0;
4494   }
4495   .card-group > .card:not(:last-child) {
4496     border-top-right-radius: 0;
4497     border-bottom-right-radius: 0;
4498   }
4499   .card-group > .card:not(:last-child) .card-img-top,
4500   .card-group > .card:not(:last-child) .card-header {
4501     border-top-right-radius: 0;
4502   }
4503   .card-group > .card:not(:last-child) .card-img-bottom,
4504   .card-group > .card:not(:last-child) .card-footer {
4505     border-bottom-right-radius: 0;
4506   }
4507   .card-group > .card:not(:first-child) {
4508     border-top-left-radius: 0;
4509     border-bottom-left-radius: 0;
4510   }
4511   .card-group > .card:not(:first-child) .card-img-top,
4512   .card-group > .card:not(:first-child) .card-header {
4513     border-top-left-radius: 0;
4514   }
4515   .card-group > .card:not(:first-child) .card-img-bottom,
4516   .card-group > .card:not(:first-child) .card-footer {
4517     border-bottom-left-radius: 0;
4518   }
4519 }
4520
4521 .accordion {
4522   --bs-accordion-color: var(--bs-body-color);
4523   --bs-accordion-bg: var(--bs-body-bg);
4524   --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
4525   --bs-accordion-border-color: var(--bs-border-color);
4526   --bs-accordion-border-width: var(--bs-border-width);
4527   --bs-accordion-border-radius: var(--bs-border-radius);
4528   --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
4529   --bs-accordion-btn-padding-x: 1.25rem;
4530   --bs-accordion-btn-padding-y: 1rem;
4531   --bs-accordion-btn-color: var(--bs-body-color);
4532   --bs-accordion-btn-bg: var(--bs-accordion-bg);
4533   --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ebebeb'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
4534   --bs-accordion-btn-icon-width: 1.25rem;
4535   --bs-accordion-btn-icon-transform: rotate(-180deg);
4536   --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
4537   --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23661a4a'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
4538   --bs-accordion-btn-focus-border-color: #ffa0dd;
4539   --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(255, 64, 186, 0.25);
4540   --bs-accordion-body-padding-x: 1.25rem;
4541   --bs-accordion-body-padding-y: 1rem;
4542   --bs-accordion-active-color: var(--bs-primary-text-emphasis);
4543   --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
4544 }
4545
4546 .accordion-button {
4547   position: relative;
4548   display: flex;
4549   align-items: center;
4550   width: 100%;
4551   padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
4552   font-size: 1rem;
4553   color: var(--bs-accordion-btn-color);
4554   text-align: left;
4555   background-color: var(--bs-accordion-btn-bg);
4556   border: 0;
4557   border-radius: 0;
4558   overflow-anchor: none;
4559   transition: var(--bs-accordion-transition);
4560 }
4561 @media (prefers-reduced-motion: reduce) {
4562   .accordion-button {
4563     transition: none;
4564   }
4565 }
4566 .accordion-button:not(.collapsed) {
4567   color: var(--bs-accordion-active-color);
4568   background-color: var(--bs-accordion-active-bg);
4569   box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
4570 }
4571 .accordion-button:not(.collapsed)::after {
4572   background-image: var(--bs-accordion-btn-active-icon);
4573   transform: var(--bs-accordion-btn-icon-transform);
4574 }
4575 .accordion-button::after {
4576   flex-shrink: 0;
4577   width: var(--bs-accordion-btn-icon-width);
4578   height: var(--bs-accordion-btn-icon-width);
4579   margin-left: auto;
4580   content: "";
4581   background-image: var(--bs-accordion-btn-icon);
4582   background-repeat: no-repeat;
4583   background-size: var(--bs-accordion-btn-icon-width);
4584   transition: var(--bs-accordion-btn-icon-transition);
4585 }
4586 @media (prefers-reduced-motion: reduce) {
4587   .accordion-button::after {
4588     transition: none;
4589   }
4590 }
4591 .accordion-button:hover {
4592   z-index: 2;
4593 }
4594 .accordion-button:focus {
4595   z-index: 3;
4596   border-color: var(--bs-accordion-btn-focus-border-color);
4597   outline: 0;
4598   box-shadow: var(--bs-accordion-btn-focus-box-shadow);
4599 }
4600
4601 .accordion-header {
4602   margin-bottom: 0;
4603 }
4604
4605 .accordion-item {
4606   color: var(--bs-accordion-color);
4607   background-color: var(--bs-accordion-bg);
4608   border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
4609 }
4610 .accordion-item:first-of-type {
4611   border-top-left-radius: var(--bs-accordion-border-radius);
4612   border-top-right-radius: var(--bs-accordion-border-radius);
4613 }
4614 .accordion-item:first-of-type .accordion-button {
4615   border-top-left-radius: var(--bs-accordion-inner-border-radius);
4616   border-top-right-radius: var(--bs-accordion-inner-border-radius);
4617 }
4618 .accordion-item:not(:first-of-type) {
4619   border-top: 0;
4620 }
4621 .accordion-item:last-of-type {
4622   border-bottom-right-radius: var(--bs-accordion-border-radius);
4623   border-bottom-left-radius: var(--bs-accordion-border-radius);
4624 }
4625 .accordion-item:last-of-type .accordion-button.collapsed {
4626   border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
4627   border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
4628 }
4629 .accordion-item:last-of-type .accordion-collapse {
4630   border-bottom-right-radius: var(--bs-accordion-border-radius);
4631   border-bottom-left-radius: var(--bs-accordion-border-radius);
4632 }
4633
4634 .accordion-body {
4635   padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
4636 }
4637
4638 .accordion-flush .accordion-collapse {
4639   border-width: 0;
4640 }
4641 .accordion-flush .accordion-item {
4642   border-right: 0;
4643   border-left: 0;
4644   border-radius: 0;
4645 }
4646 .accordion-flush .accordion-item:first-child {
4647   border-top: 0;
4648 }
4649 .accordion-flush .accordion-item:last-child {
4650   border-bottom: 0;
4651 }
4652 .accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
4653   border-radius: 0;
4654 }
4655
4656 [data-bs-theme=dark] .accordion-button::after {
4657   --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ff8cd6'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
4658   --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ff8cd6'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
4659 }
4660
4661 .breadcrumb {
4662   --bs-breadcrumb-padding-x: 0;
4663   --bs-breadcrumb-padding-y: 0;
4664   --bs-breadcrumb-margin-bottom: 1rem;
4665   --bs-breadcrumb-bg: ;
4666   --bs-breadcrumb-border-radius: ;
4667   --bs-breadcrumb-divider-color: var(--bs-secondary-color);
4668   --bs-breadcrumb-item-padding-x: 0.5rem;
4669   --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
4670   display: flex;
4671   flex-wrap: wrap;
4672   padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
4673   margin-bottom: var(--bs-breadcrumb-margin-bottom);
4674   font-size: var(--bs-breadcrumb-font-size);
4675   list-style: none;
4676   background-color: var(--bs-breadcrumb-bg);
4677   border-radius: var(--bs-breadcrumb-border-radius);
4678 }
4679
4680 .breadcrumb-item + .breadcrumb-item {
4681   padding-left: var(--bs-breadcrumb-item-padding-x);
4682 }
4683 .breadcrumb-item + .breadcrumb-item::before {
4684   float: left;
4685   padding-right: var(--bs-breadcrumb-item-padding-x);
4686   color: var(--bs-breadcrumb-divider-color);
4687   content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
4688 }
4689 .breadcrumb-item.active {
4690   color: var(--bs-breadcrumb-item-active-color);
4691 }
4692
4693 .pagination {
4694   --bs-pagination-padding-x: 0.75rem;
4695   --bs-pagination-padding-y: 0.375rem;
4696   --bs-pagination-font-size: 1rem;
4697   --bs-pagination-color: var(--bs-link-color);
4698   --bs-pagination-bg: var(--bs-body-bg);
4699   --bs-pagination-border-width: var(--bs-border-width);
4700   --bs-pagination-border-color: var(--bs-border-color);
4701   --bs-pagination-border-radius: var(--bs-border-radius);
4702   --bs-pagination-hover-color: var(--bs-link-hover-color);
4703   --bs-pagination-hover-bg: var(--bs-tertiary-bg);
4704   --bs-pagination-hover-border-color: var(--bs-border-color);
4705   --bs-pagination-focus-color: var(--bs-link-hover-color);
4706   --bs-pagination-focus-bg: var(--bs-secondary-bg);
4707   --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(255, 64, 186, 0.25);
4708   --bs-pagination-active-color: #fff;
4709   --bs-pagination-active-bg: rgb(255, 64, 186);
4710   --bs-pagination-active-border-color: rgb(255, 64, 186);
4711   --bs-pagination-disabled-color: var(--bs-secondary-color);
4712   --bs-pagination-disabled-bg: var(--bs-secondary-bg);
4713   --bs-pagination-disabled-border-color: var(--bs-border-color);
4714   display: flex;
4715   padding-left: 0;
4716   list-style: none;
4717 }
4718
4719 .page-link {
4720   position: relative;
4721   display: block;
4722   padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
4723   font-size: var(--bs-pagination-font-size);
4724   color: var(--bs-pagination-color);
4725   background-color: var(--bs-pagination-bg);
4726   border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
4727   transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
4728 }
4729 @media (prefers-reduced-motion: reduce) {
4730   .page-link {
4731     transition: none;
4732   }
4733 }
4734 .page-link:hover {
4735   z-index: 2;
4736   color: var(--bs-pagination-hover-color);
4737   background-color: var(--bs-pagination-hover-bg);
4738   border-color: var(--bs-pagination-hover-border-color);
4739 }
4740 .page-link:focus {
4741   z-index: 3;
4742   color: var(--bs-pagination-focus-color);
4743   background-color: var(--bs-pagination-focus-bg);
4744   outline: 0;
4745   box-shadow: var(--bs-pagination-focus-box-shadow);
4746 }
4747 .page-link.active, .active > .page-link {
4748   z-index: 3;
4749   color: var(--bs-pagination-active-color);
4750   background-color: var(--bs-pagination-active-bg);
4751   background-image: var(--bs-gradient);
4752   border-color: var(--bs-pagination-active-border-color);
4753 }
4754 .page-link.disabled, .disabled > .page-link {
4755   color: var(--bs-pagination-disabled-color);
4756   pointer-events: none;
4757   background-color: var(--bs-pagination-disabled-bg);
4758   border-color: var(--bs-pagination-disabled-border-color);
4759 }
4760
4761 .page-item:not(:first-child) .page-link {
4762   margin-left: calc(var(--bs-border-width) * -1);
4763 }
4764 .page-item:first-child .page-link {
4765   border-top-left-radius: var(--bs-pagination-border-radius);
4766   border-bottom-left-radius: var(--bs-pagination-border-radius);
4767 }
4768 .page-item:last-child .page-link {
4769   border-top-right-radius: var(--bs-pagination-border-radius);
4770   border-bottom-right-radius: var(--bs-pagination-border-radius);
4771 }
4772
4773 .pagination-lg {
4774   --bs-pagination-padding-x: 1.5rem;
4775   --bs-pagination-padding-y: 0.75rem;
4776   --bs-pagination-font-size: 1.25rem;
4777   --bs-pagination-border-radius: var(--bs-border-radius-lg);
4778 }
4779
4780 .pagination-sm {
4781   --bs-pagination-padding-x: 0.5rem;
4782   --bs-pagination-padding-y: 0.25rem;
4783   --bs-pagination-font-size: 0.875rem;
4784   --bs-pagination-border-radius: var(--bs-border-radius-sm);
4785 }
4786
4787 .badge {
4788   --bs-badge-padding-x: 0.65em;
4789   --bs-badge-padding-y: 0.35em;
4790   --bs-badge-font-size: 0.75em;
4791   --bs-badge-font-weight: 700;
4792   --bs-badge-color: #fff;
4793   --bs-badge-border-radius: var(--bs-border-radius);
4794   display: inline-block;
4795   padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
4796   font-size: var(--bs-badge-font-size);
4797   font-weight: var(--bs-badge-font-weight);
4798   line-height: 1;
4799   color: var(--bs-badge-color);
4800   text-align: center;
4801   white-space: nowrap;
4802   vertical-align: baseline;
4803   border-radius: var(--bs-badge-border-radius);
4804   background-image: var(--bs-gradient);
4805 }
4806 .badge:empty {
4807   display: none;
4808 }
4809
4810 .btn .badge {
4811   position: relative;
4812   top: -1px;
4813 }
4814
4815 .alert {
4816   --bs-alert-bg: transparent;
4817   --bs-alert-padding-x: 1rem;
4818   --bs-alert-padding-y: 1rem;
4819   --bs-alert-margin-bottom: 1rem;
4820   --bs-alert-color: inherit;
4821   --bs-alert-border-color: transparent;
4822   --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
4823   --bs-alert-border-radius: var(--bs-border-radius);
4824   --bs-alert-link-color: inherit;
4825   position: relative;
4826   padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
4827   margin-bottom: var(--bs-alert-margin-bottom);
4828   color: var(--bs-alert-color);
4829   background-color: var(--bs-alert-bg);
4830   border: var(--bs-alert-border);
4831   border-radius: var(--bs-alert-border-radius);
4832 }
4833
4834 .alert-heading {
4835   color: inherit;
4836 }
4837
4838 .alert-link {
4839   font-weight: 700;
4840   color: var(--bs-alert-link-color);
4841 }
4842
4843 .alert-dismissible {
4844   padding-right: 3rem;
4845 }
4846 .alert-dismissible .btn-close {
4847   position: absolute;
4848   top: 0;
4849   right: 0;
4850   z-index: 2;
4851   padding: 1.25rem 1rem;
4852 }
4853
4854 .alert-primary {
4855   --bs-alert-color: var(--bs-primary-text-emphasis);
4856   --bs-alert-bg: var(--bs-primary-bg-subtle);
4857   --bs-alert-border-color: var(--bs-primary-border-subtle);
4858   --bs-alert-link-color: var(--bs-primary-text-emphasis);
4859 }
4860
4861 .alert-secondary {
4862   --bs-alert-color: var(--bs-secondary-text-emphasis);
4863   --bs-alert-bg: var(--bs-secondary-bg-subtle);
4864   --bs-alert-border-color: var(--bs-secondary-border-subtle);
4865   --bs-alert-link-color: var(--bs-secondary-text-emphasis);
4866 }
4867
4868 .alert-success {
4869   --bs-alert-color: var(--bs-success-text-emphasis);
4870   --bs-alert-bg: var(--bs-success-bg-subtle);
4871   --bs-alert-border-color: var(--bs-success-border-subtle);
4872   --bs-alert-link-color: var(--bs-success-text-emphasis);
4873 }
4874
4875 .alert-info {
4876   --bs-alert-color: var(--bs-info-text-emphasis);
4877   --bs-alert-bg: var(--bs-info-bg-subtle);
4878   --bs-alert-border-color: var(--bs-info-border-subtle);
4879   --bs-alert-link-color: var(--bs-info-text-emphasis);
4880 }
4881
4882 .alert-warning {
4883   --bs-alert-color: var(--bs-warning-text-emphasis);
4884   --bs-alert-bg: var(--bs-warning-bg-subtle);
4885   --bs-alert-border-color: var(--bs-warning-border-subtle);
4886   --bs-alert-link-color: var(--bs-warning-text-emphasis);
4887 }
4888
4889 .alert-danger {
4890   --bs-alert-color: var(--bs-danger-text-emphasis);
4891   --bs-alert-bg: var(--bs-danger-bg-subtle);
4892   --bs-alert-border-color: var(--bs-danger-border-subtle);
4893   --bs-alert-link-color: var(--bs-danger-text-emphasis);
4894 }
4895
4896 .alert-light {
4897   --bs-alert-color: var(--bs-light-text-emphasis);
4898   --bs-alert-bg: var(--bs-light-bg-subtle);
4899   --bs-alert-border-color: var(--bs-light-border-subtle);
4900   --bs-alert-link-color: var(--bs-light-text-emphasis);
4901 }
4902
4903 .alert-dark {
4904   --bs-alert-color: var(--bs-dark-text-emphasis);
4905   --bs-alert-bg: var(--bs-dark-bg-subtle);
4906   --bs-alert-border-color: var(--bs-dark-border-subtle);
4907   --bs-alert-link-color: var(--bs-dark-text-emphasis);
4908 }
4909
4910 @keyframes progress-bar-stripes {
4911   0% {
4912     background-position-x: 1rem;
4913   }
4914 }
4915 .progress,
4916 .progress-stacked {
4917   --bs-progress-height: 1rem;
4918   --bs-progress-font-size: 0.75rem;
4919   --bs-progress-bg: var(--bs-secondary-bg);
4920   --bs-progress-border-radius: var(--bs-border-radius);
4921   --bs-progress-box-shadow: var(--bs-box-shadow-inset);
4922   --bs-progress-bar-color: #fff;
4923   --bs-progress-bar-bg: rgb(255, 64, 186);
4924   --bs-progress-bar-transition: width 0.6s ease;
4925   display: flex;
4926   height: var(--bs-progress-height);
4927   overflow: hidden;
4928   font-size: var(--bs-progress-font-size);
4929   background-color: var(--bs-progress-bg);
4930   border-radius: var(--bs-progress-border-radius);
4931   box-shadow: var(--bs-progress-box-shadow);
4932 }
4933
4934 .progress-bar {
4935   display: flex;
4936   flex-direction: column;
4937   justify-content: center;
4938   overflow: hidden;
4939   color: var(--bs-progress-bar-color);
4940   text-align: center;
4941   white-space: nowrap;
4942   background-color: var(--bs-progress-bar-bg);
4943   transition: var(--bs-progress-bar-transition);
4944 }
4945 @media (prefers-reduced-motion: reduce) {
4946   .progress-bar {
4947     transition: none;
4948   }
4949 }
4950
4951 .progress-bar-striped {
4952   background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
4953   background-size: var(--bs-progress-height) var(--bs-progress-height);
4954 }
4955
4956 .progress-stacked > .progress {
4957   overflow: visible;
4958 }
4959
4960 .progress-stacked > .progress > .progress-bar {
4961   width: 100%;
4962 }
4963
4964 .progress-bar-animated {
4965   animation: 1s linear infinite progress-bar-stripes;
4966 }
4967 @media (prefers-reduced-motion: reduce) {
4968   .progress-bar-animated {
4969     animation: none;
4970   }
4971 }
4972
4973 .list-group {
4974   --bs-list-group-color: var(--bs-body-color);
4975   --bs-list-group-bg: var(--bs-body-bg);
4976   --bs-list-group-border-color: var(--bs-border-color);
4977   --bs-list-group-border-width: var(--bs-border-width);
4978   --bs-list-group-border-radius: var(--bs-border-radius);
4979   --bs-list-group-item-padding-x: 1rem;
4980   --bs-list-group-item-padding-y: 0.5rem;
4981   --bs-list-group-action-color: var(--bs-secondary-color);
4982   --bs-list-group-action-hover-color: var(--bs-emphasis-color);
4983   --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
4984   --bs-list-group-action-active-color: var(--bs-body-color);
4985   --bs-list-group-action-active-bg: var(--bs-secondary-bg);
4986   --bs-list-group-disabled-color: var(--bs-secondary-color);
4987   --bs-list-group-disabled-bg: var(--bs-body-bg);
4988   --bs-list-group-active-color: #fff;
4989   --bs-list-group-active-bg: rgb(255, 64, 186);
4990   --bs-list-group-active-border-color: rgb(255, 64, 186);
4991   display: flex;
4992   flex-direction: column;
4993   padding-left: 0;
4994   margin-bottom: 0;
4995   border-radius: var(--bs-list-group-border-radius);
4996 }
4997
4998 .list-group-numbered {
4999   list-style-type: none;
5000   counter-reset: section;
5001 }
5002 .list-group-numbered > .list-group-item::before {
5003   content: counters(section, ".") ". ";
5004   counter-increment: section;
5005 }
5006
5007 .list-group-item-action {
5008   width: 100%;
5009   color: var(--bs-list-group-action-color);
5010   text-align: inherit;
5011 }
5012 .list-group-item-action:hover, .list-group-item-action:focus {
5013   z-index: 1;
5014   color: var(--bs-list-group-action-hover-color);
5015   text-decoration: none;
5016   background-color: var(--bs-list-group-action-hover-bg);
5017 }
5018 .list-group-item-action:active {
5019   color: var(--bs-list-group-action-active-color);
5020   background-color: var(--bs-list-group-action-active-bg);
5021 }
5022
5023 .list-group-item {
5024   position: relative;
5025   display: block;
5026   padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
5027   color: var(--bs-list-group-color);
5028   background-color: var(--bs-list-group-bg);
5029   border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
5030 }
5031 .list-group-item:first-child {
5032   border-top-left-radius: inherit;
5033   border-top-right-radius: inherit;
5034 }
5035 .list-group-item:last-child {
5036   border-bottom-right-radius: inherit;
5037   border-bottom-left-radius: inherit;
5038 }
5039 .list-group-item.disabled, .list-group-item:disabled {
5040   color: var(--bs-list-group-disabled-color);
5041   pointer-events: none;
5042   background-color: var(--bs-list-group-disabled-bg);
5043 }
5044 .list-group-item.active {
5045   z-index: 2;
5046   color: var(--bs-list-group-active-color);
5047   background-color: var(--bs-list-group-active-bg);
5048   border-color: var(--bs-list-group-active-border-color);
5049 }
5050 .list-group-item + .list-group-item {
5051   border-top-width: 0;
5052 }
5053 .list-group-item + .list-group-item.active {
5054   margin-top: calc(-1 * var(--bs-list-group-border-width));
5055   border-top-width: var(--bs-list-group-border-width);
5056 }
5057
5058 .list-group-horizontal {
5059   flex-direction: row;
5060 }
5061 .list-group-horizontal > .list-group-item:first-child:not(:last-child) {
5062   border-bottom-left-radius: var(--bs-list-group-border-radius);
5063   border-top-right-radius: 0;
5064 }
5065 .list-group-horizontal > .list-group-item:last-child:not(:first-child) {
5066   border-top-right-radius: var(--bs-list-group-border-radius);
5067   border-bottom-left-radius: 0;
5068 }
5069 .list-group-horizontal > .list-group-item.active {
5070   margin-top: 0;
5071 }
5072 .list-group-horizontal > .list-group-item + .list-group-item {
5073   border-top-width: var(--bs-list-group-border-width);
5074   border-left-width: 0;
5075 }
5076 .list-group-horizontal > .list-group-item + .list-group-item.active {
5077   margin-left: calc(-1 * var(--bs-list-group-border-width));
5078   border-left-width: var(--bs-list-group-border-width);
5079 }
5080
5081 @media (min-width: 576px) {
5082   .list-group-horizontal-sm {
5083     flex-direction: row;
5084   }
5085   .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
5086     border-bottom-left-radius: var(--bs-list-group-border-radius);
5087     border-top-right-radius: 0;
5088   }
5089   .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
5090     border-top-right-radius: var(--bs-list-group-border-radius);
5091     border-bottom-left-radius: 0;
5092   }
5093   .list-group-horizontal-sm > .list-group-item.active {
5094     margin-top: 0;
5095   }
5096   .list-group-horizontal-sm > .list-group-item + .list-group-item {
5097     border-top-width: var(--bs-list-group-border-width);
5098     border-left-width: 0;
5099   }
5100   .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
5101     margin-left: calc(-1 * var(--bs-list-group-border-width));
5102     border-left-width: var(--bs-list-group-border-width);
5103   }
5104 }
5105 @media (min-width: 768px) {
5106   .list-group-horizontal-md {
5107     flex-direction: row;
5108   }
5109   .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
5110     border-bottom-left-radius: var(--bs-list-group-border-radius);
5111     border-top-right-radius: 0;
5112   }
5113   .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
5114     border-top-right-radius: var(--bs-list-group-border-radius);
5115     border-bottom-left-radius: 0;
5116   }
5117   .list-group-horizontal-md > .list-group-item.active {
5118     margin-top: 0;
5119   }
5120   .list-group-horizontal-md > .list-group-item + .list-group-item {
5121     border-top-width: var(--bs-list-group-border-width);
5122     border-left-width: 0;
5123   }
5124   .list-group-horizontal-md > .list-group-item + .list-group-item.active {
5125     margin-left: calc(-1 * var(--bs-list-group-border-width));
5126     border-left-width: var(--bs-list-group-border-width);
5127   }
5128 }
5129 @media (min-width: 992px) {
5130   .list-group-horizontal-lg {
5131     flex-direction: row;
5132   }
5133   .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
5134     border-bottom-left-radius: var(--bs-list-group-border-radius);
5135     border-top-right-radius: 0;
5136   }
5137   .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
5138     border-top-right-radius: var(--bs-list-group-border-radius);
5139     border-bottom-left-radius: 0;
5140   }
5141   .list-group-horizontal-lg > .list-group-item.active {
5142     margin-top: 0;
5143   }
5144   .list-group-horizontal-lg > .list-group-item + .list-group-item {
5145     border-top-width: var(--bs-list-group-border-width);
5146     border-left-width: 0;
5147   }
5148   .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
5149     margin-left: calc(-1 * var(--bs-list-group-border-width));
5150     border-left-width: var(--bs-list-group-border-width);
5151   }
5152 }
5153 @media (min-width: 1200px) {
5154   .list-group-horizontal-xl {
5155     flex-direction: row;
5156   }
5157   .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
5158     border-bottom-left-radius: var(--bs-list-group-border-radius);
5159     border-top-right-radius: 0;
5160   }
5161   .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
5162     border-top-right-radius: var(--bs-list-group-border-radius);
5163     border-bottom-left-radius: 0;
5164   }
5165   .list-group-horizontal-xl > .list-group-item.active {
5166     margin-top: 0;
5167   }
5168   .list-group-horizontal-xl > .list-group-item + .list-group-item {
5169     border-top-width: var(--bs-list-group-border-width);
5170     border-left-width: 0;
5171   }
5172   .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
5173     margin-left: calc(-1 * var(--bs-list-group-border-width));
5174     border-left-width: var(--bs-list-group-border-width);
5175   }
5176 }
5177 @media (min-width: 1400px) {
5178   .list-group-horizontal-xxl {
5179     flex-direction: row;
5180   }
5181   .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
5182     border-bottom-left-radius: var(--bs-list-group-border-radius);
5183     border-top-right-radius: 0;
5184   }
5185   .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
5186     border-top-right-radius: var(--bs-list-group-border-radius);
5187     border-bottom-left-radius: 0;
5188   }
5189   .list-group-horizontal-xxl > .list-group-item.active {
5190     margin-top: 0;
5191   }
5192   .list-group-horizontal-xxl > .list-group-item + .list-group-item {
5193     border-top-width: var(--bs-list-group-border-width);
5194     border-left-width: 0;
5195   }
5196   .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
5197     margin-left: calc(-1 * var(--bs-list-group-border-width));
5198     border-left-width: var(--bs-list-group-border-width);
5199   }
5200 }
5201 .list-group-flush {
5202   border-radius: 0;
5203 }
5204 .list-group-flush > .list-group-item {
5205   border-width: 0 0 var(--bs-list-group-border-width);
5206 }
5207 .list-group-flush > .list-group-item:last-child {
5208   border-bottom-width: 0;
5209 }
5210
5211 .list-group-item-primary {
5212   --bs-list-group-color: var(--bs-primary-text-emphasis);
5213   --bs-list-group-bg: var(--bs-primary-bg-subtle);
5214   --bs-list-group-border-color: var(--bs-primary-border-subtle);
5215   --bs-list-group-action-hover-color: var(--bs-emphasis-color);
5216   --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
5217   --bs-list-group-action-active-color: var(--bs-emphasis-color);
5218   --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
5219   --bs-list-group-active-color: var(--bs-primary-bg-subtle);
5220   --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
5221   --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
5222 }
5223
5224 .list-group-item-secondary {
5225   --bs-list-group-color: var(--bs-secondary-text-emphasis);
5226   --bs-list-group-bg: var(--bs-secondary-bg-subtle);
5227   --bs-list-group-border-color: var(--bs-secondary-border-subtle);
5228   --bs-list-group-action-hover-color: var(--bs-emphasis-color);
5229   --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
5230   --bs-list-group-action-active-color: var(--bs-emphasis-color);
5231   --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
5232   --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
5233   --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
5234   --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
5235 }
5236
5237 .list-group-item-success {
5238   --bs-list-group-color: var(--bs-success-text-emphasis);
5239   --bs-list-group-bg: var(--bs-success-bg-subtle);
5240   --bs-list-group-border-color: var(--bs-success-border-subtle);
5241   --bs-list-group-action-hover-color: var(--bs-emphasis-color);
5242   --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
5243   --bs-list-group-action-active-color: var(--bs-emphasis-color);
5244   --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
5245   --bs-list-group-active-color: var(--bs-success-bg-subtle);
5246   --bs-list-group-active-bg: var(--bs-success-text-emphasis);
5247   --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
5248 }
5249
5250 .list-group-item-info {
5251   --bs-list-group-color: var(--bs-info-text-emphasis);
5252   --bs-list-group-bg: var(--bs-info-bg-subtle);
5253   --bs-list-group-border-color: var(--bs-info-border-subtle);
5254   --bs-list-group-action-hover-color: var(--bs-emphasis-color);
5255   --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
5256   --bs-list-group-action-active-color: var(--bs-emphasis-color);
5257   --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
5258   --bs-list-group-active-color: var(--bs-info-bg-subtle);
5259   --bs-list-group-active-bg: var(--bs-info-text-emphasis);
5260   --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
5261 }
5262
5263 .list-group-item-warning {
5264   --bs-list-group-color: var(--bs-warning-text-emphasis);
5265   --bs-list-group-bg: var(--bs-warning-bg-subtle);
5266   --bs-list-group-border-color: var(--bs-warning-border-subtle);
5267   --bs-list-group-action-hover-color: var(--bs-emphasis-color);
5268   --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
5269   --bs-list-group-action-active-color: var(--bs-emphasis-color);
5270   --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
5271   --bs-list-group-active-color: var(--bs-warning-bg-subtle);
5272   --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
5273   --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
5274 }
5275
5276 .list-group-item-danger {
5277   --bs-list-group-color: var(--bs-danger-text-emphasis);
5278   --bs-list-group-bg: var(--bs-danger-bg-subtle);
5279   --bs-list-group-border-color: var(--bs-danger-border-subtle);
5280   --bs-list-group-action-hover-color: var(--bs-emphasis-color);
5281   --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
5282   --bs-list-group-action-active-color: var(--bs-emphasis-color);
5283   --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
5284   --bs-list-group-active-color: var(--bs-danger-bg-subtle);
5285   --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
5286   --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
5287 }
5288
5289 .list-group-item-light {
5290   --bs-list-group-color: var(--bs-light-text-emphasis);
5291   --bs-list-group-bg: var(--bs-light-bg-subtle);
5292   --bs-list-group-border-color: var(--bs-light-border-subtle);
5293   --bs-list-group-action-hover-color: var(--bs-emphasis-color);
5294   --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
5295   --bs-list-group-action-active-color: var(--bs-emphasis-color);
5296   --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
5297   --bs-list-group-active-color: var(--bs-light-bg-subtle);
5298   --bs-list-group-active-bg: var(--bs-light-text-emphasis);
5299   --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
5300 }
5301
5302 .list-group-item-dark {
5303   --bs-list-group-color: var(--bs-dark-text-emphasis);
5304   --bs-list-group-bg: var(--bs-dark-bg-subtle);
5305   --bs-list-group-border-color: var(--bs-dark-border-subtle);
5306   --bs-list-group-action-hover-color: var(--bs-emphasis-color);
5307   --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
5308   --bs-list-group-action-active-color: var(--bs-emphasis-color);
5309   --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
5310   --bs-list-group-active-color: var(--bs-dark-bg-subtle);
5311   --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
5312   --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
5313 }
5314
5315 .btn-close {
5316   --bs-btn-close-color: #000;
5317   --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
5318   --bs-btn-close-opacity: 0.5;
5319   --bs-btn-close-hover-opacity: 0.75;
5320   --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(255, 64, 186, 0.25);
5321   --bs-btn-close-focus-opacity: 1;
5322   --bs-btn-close-disabled-opacity: 0.25;
5323   --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
5324   box-sizing: content-box;
5325   width: 1em;
5326   height: 1em;
5327   padding: 0.25em 0.25em;
5328   color: var(--bs-btn-close-color);
5329   background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
5330   border: 0;
5331   border-radius: 1rem;
5332   opacity: var(--bs-btn-close-opacity);
5333 }
5334 .btn-close:hover {
5335   color: var(--bs-btn-close-color);
5336   text-decoration: none;
5337   opacity: var(--bs-btn-close-hover-opacity);
5338 }
5339 .btn-close:focus {
5340   outline: 0;
5341   box-shadow: var(--bs-btn-close-focus-shadow);
5342   opacity: var(--bs-btn-close-focus-opacity);
5343 }
5344 .btn-close:disabled, .btn-close.disabled {
5345   pointer-events: none;
5346   user-select: none;
5347   opacity: var(--bs-btn-close-disabled-opacity);
5348 }
5349
5350 .btn-close-white {
5351   filter: var(--bs-btn-close-white-filter);
5352 }
5353
5354 [data-bs-theme=dark] .btn-close {
5355   filter: var(--bs-btn-close-white-filter);
5356 }
5357
5358 .toast {
5359   --bs-toast-zindex: 1090;
5360   --bs-toast-padding-x: 0.75rem;
5361   --bs-toast-padding-y: 0.5rem;
5362   --bs-toast-spacing: 1.5rem;
5363   --bs-toast-max-width: 350px;
5364   --bs-toast-font-size: 0.875rem;
5365   --bs-toast-color: ;
5366   --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
5367   --bs-toast-border-width: var(--bs-border-width);
5368   --bs-toast-border-color: var(--bs-border-color-translucent);
5369   --bs-toast-border-radius: var(--bs-border-radius);
5370   --bs-toast-box-shadow: var(--bs-box-shadow);
5371   --bs-toast-header-color: var(--bs-secondary-color);
5372   --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
5373   --bs-toast-header-border-color: var(--bs-border-color-translucent);
5374   width: var(--bs-toast-max-width);
5375   max-width: 100%;
5376   font-size: var(--bs-toast-font-size);
5377   color: var(--bs-toast-color);
5378   pointer-events: auto;
5379   background-color: var(--bs-toast-bg);
5380   background-clip: padding-box;
5381   border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
5382   box-shadow: var(--bs-toast-box-shadow);
5383   border-radius: var(--bs-toast-border-radius);
5384 }
5385 .toast.showing {
5386   opacity: 0;
5387 }
5388 .toast:not(.show) {
5389   display: none;
5390 }
5391
5392 .toast-container {
5393   --bs-toast-zindex: 1090;
5394   position: absolute;
5395   z-index: var(--bs-toast-zindex);
5396   width: max-content;
5397   max-width: 100%;
5398   pointer-events: none;
5399 }
5400 .toast-container > :not(:last-child) {
5401   margin-bottom: var(--bs-toast-spacing);
5402 }
5403
5404 .toast-header {
5405   display: flex;
5406   align-items: center;
5407   padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
5408   color: var(--bs-toast-header-color);
5409   background-color: var(--bs-toast-header-bg);
5410   background-clip: padding-box;
5411   border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
5412   border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
5413   border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
5414 }
5415 .toast-header .btn-close {
5416   margin-right: calc(-0.5 * var(--bs-toast-padding-x));
5417   margin-left: var(--bs-toast-padding-x);
5418 }
5419
5420 .toast-body {
5421   padding: var(--bs-toast-padding-x);
5422   word-wrap: break-word;
5423 }
5424
5425 .modal {
5426   --bs-modal-zindex: 1055;
5427   --bs-modal-width: 500px;
5428   --bs-modal-padding: 1rem;
5429   --bs-modal-margin: 0.5rem;
5430   --bs-modal-color: ;
5431   --bs-modal-bg: var(--bs-body-bg);
5432   --bs-modal-border-color: var(--bs-border-color-translucent);
5433   --bs-modal-border-width: var(--bs-border-width);
5434   --bs-modal-border-radius: var(--bs-border-radius-lg);
5435   --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
5436   --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
5437   --bs-modal-header-padding-x: 1rem;
5438   --bs-modal-header-padding-y: 1rem;
5439   --bs-modal-header-padding: 1rem 1rem;
5440   --bs-modal-header-border-color: var(--bs-border-color);
5441   --bs-modal-header-border-width: var(--bs-border-width);
5442   --bs-modal-title-line-height: 1.5;
5443   --bs-modal-footer-gap: 0.5rem;
5444   --bs-modal-footer-bg: ;
5445   --bs-modal-footer-border-color: var(--bs-border-color);
5446   --bs-modal-footer-border-width: var(--bs-border-width);
5447   position: fixed;
5448   top: 0;
5449   left: 0;
5450   z-index: var(--bs-modal-zindex);
5451   display: none;
5452   width: 100%;
5453   height: 100%;
5454   overflow-x: hidden;
5455   overflow-y: auto;
5456   outline: 0;
5457 }
5458
5459 .modal-dialog {
5460   position: relative;
5461   width: auto;
5462   margin: var(--bs-modal-margin);
5463   pointer-events: none;
5464 }
5465 .modal.fade .modal-dialog {
5466   transition: transform 0.3s ease-out;
5467   transform: translate(0, -50px);
5468 }
5469 @media (prefers-reduced-motion: reduce) {
5470   .modal.fade .modal-dialog {
5471     transition: none;
5472   }
5473 }
5474 .modal.show .modal-dialog {
5475   transform: none;
5476 }
5477 .modal.modal-static .modal-dialog {
5478   transform: scale(1.02);
5479 }
5480
5481 .modal-dialog-scrollable {
5482   height: calc(100% - var(--bs-modal-margin) * 2);
5483 }
5484 .modal-dialog-scrollable .modal-content {
5485   max-height: 100%;
5486   overflow: hidden;
5487 }
5488 .modal-dialog-scrollable .modal-body {
5489   overflow-y: auto;
5490 }
5491
5492 .modal-dialog-centered {
5493   display: flex;
5494   align-items: center;
5495   min-height: calc(100% - var(--bs-modal-margin) * 2);
5496 }
5497
5498 .modal-content {
5499   position: relative;
5500   display: flex;
5501   flex-direction: column;
5502   width: 100%;
5503   color: var(--bs-modal-color);
5504   pointer-events: auto;
5505   background-color: var(--bs-modal-bg);
5506   background-clip: padding-box;
5507   border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
5508   border-radius: var(--bs-modal-border-radius);
5509   box-shadow: var(--bs-modal-box-shadow);
5510   outline: 0;
5511 }
5512
5513 .modal-backdrop {
5514   --bs-backdrop-zindex: 1050;
5515   --bs-backdrop-bg: #000;
5516   --bs-backdrop-opacity: 0.5;
5517   position: fixed;
5518   top: 0;
5519   left: 0;
5520   z-index: var(--bs-backdrop-zindex);
5521   width: 100vw;
5522   height: 100vh;
5523   background-color: var(--bs-backdrop-bg);
5524 }
5525 .modal-backdrop.fade {
5526   opacity: 0;
5527 }
5528 .modal-backdrop.show {
5529   opacity: var(--bs-backdrop-opacity);
5530 }
5531
5532 .modal-header {
5533   display: flex;
5534   flex-shrink: 0;
5535   align-items: center;
5536   justify-content: space-between;
5537   padding: var(--bs-modal-header-padding);
5538   border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
5539   border-top-left-radius: var(--bs-modal-inner-border-radius);
5540   border-top-right-radius: var(--bs-modal-inner-border-radius);
5541 }
5542 .modal-header .btn-close {
5543   padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
5544   margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
5545 }
5546
5547 .modal-title {
5548   margin-bottom: 0;
5549   line-height: var(--bs-modal-title-line-height);
5550 }
5551
5552 .modal-body {
5553   position: relative;
5554   flex: 1 1 auto;
5555   padding: var(--bs-modal-padding);
5556 }
5557
5558 .modal-footer {
5559   display: flex;
5560   flex-shrink: 0;
5561   flex-wrap: wrap;
5562   align-items: center;
5563   justify-content: flex-end;
5564   padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
5565   background-color: var(--bs-modal-footer-bg);
5566   border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
5567   border-bottom-right-radius: var(--bs-modal-inner-border-radius);
5568   border-bottom-left-radius: var(--bs-modal-inner-border-radius);
5569 }
5570 .modal-footer > * {
5571   margin: calc(var(--bs-modal-footer-gap) * 0.5);
5572 }
5573
5574 @media (min-width: 576px) {
5575   .modal {
5576     --bs-modal-margin: 1.75rem;
5577     --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
5578   }
5579   .modal-dialog {
5580     max-width: var(--bs-modal-width);
5581     margin-right: auto;
5582     margin-left: auto;
5583   }
5584   .modal-sm {
5585     --bs-modal-width: 300px;
5586   }
5587 }
5588 @media (min-width: 992px) {
5589   .modal-lg,
5590   .modal-xl {
5591     --bs-modal-width: 800px;
5592   }
5593 }
5594 @media (min-width: 1200px) {
5595   .modal-xl {
5596     --bs-modal-width: 1140px;
5597   }
5598 }
5599 .modal-fullscreen {
5600   width: 100vw;
5601   max-width: none;
5602   height: 100%;
5603   margin: 0;
5604 }
5605 .modal-fullscreen .modal-content {
5606   height: 100%;
5607   border: 0;
5608   border-radius: 0;
5609 }
5610 .modal-fullscreen .modal-header,
5611 .modal-fullscreen .modal-footer {
5612   border-radius: 0;
5613 }
5614 .modal-fullscreen .modal-body {
5615   overflow-y: auto;
5616 }
5617
5618 @media (max-width: 575.98px) {
5619   .modal-fullscreen-sm-down {
5620     width: 100vw;
5621     max-width: none;
5622     height: 100%;
5623     margin: 0;
5624   }
5625   .modal-fullscreen-sm-down .modal-content {
5626     height: 100%;
5627     border: 0;
5628     border-radius: 0;
5629   }
5630   .modal-fullscreen-sm-down .modal-header,
5631   .modal-fullscreen-sm-down .modal-footer {
5632     border-radius: 0;
5633   }
5634   .modal-fullscreen-sm-down .modal-body {
5635     overflow-y: auto;
5636   }
5637 }
5638 @media (max-width: 767.98px) {
5639   .modal-fullscreen-md-down {
5640     width: 100vw;
5641     max-width: none;
5642     height: 100%;
5643     margin: 0;
5644   }
5645   .modal-fullscreen-md-down .modal-content {
5646     height: 100%;
5647     border: 0;
5648     border-radius: 0;
5649   }
5650   .modal-fullscreen-md-down .modal-header,
5651   .modal-fullscreen-md-down .modal-footer {
5652     border-radius: 0;
5653   }
5654   .modal-fullscreen-md-down .modal-body {
5655     overflow-y: auto;
5656   }
5657 }
5658 @media (max-width: 991.98px) {
5659   .modal-fullscreen-lg-down {
5660     width: 100vw;
5661     max-width: none;
5662     height: 100%;
5663     margin: 0;
5664   }
5665   .modal-fullscreen-lg-down .modal-content {
5666     height: 100%;
5667     border: 0;
5668     border-radius: 0;
5669   }
5670   .modal-fullscreen-lg-down .modal-header,
5671   .modal-fullscreen-lg-down .modal-footer {
5672     border-radius: 0;
5673   }
5674   .modal-fullscreen-lg-down .modal-body {
5675     overflow-y: auto;
5676   }
5677 }
5678 @media (max-width: 1199.98px) {
5679   .modal-fullscreen-xl-down {
5680     width: 100vw;
5681     max-width: none;
5682     height: 100%;
5683     margin: 0;
5684   }
5685   .modal-fullscreen-xl-down .modal-content {
5686     height: 100%;
5687     border: 0;
5688     border-radius: 0;
5689   }
5690   .modal-fullscreen-xl-down .modal-header,
5691   .modal-fullscreen-xl-down .modal-footer {
5692     border-radius: 0;
5693   }
5694   .modal-fullscreen-xl-down .modal-body {
5695     overflow-y: auto;
5696   }
5697 }
5698 @media (max-width: 1399.98px) {
5699   .modal-fullscreen-xxl-down {
5700     width: 100vw;
5701     max-width: none;
5702     height: 100%;
5703     margin: 0;
5704   }
5705   .modal-fullscreen-xxl-down .modal-content {
5706     height: 100%;
5707     border: 0;
5708     border-radius: 0;
5709   }
5710   .modal-fullscreen-xxl-down .modal-header,
5711   .modal-fullscreen-xxl-down .modal-footer {
5712     border-radius: 0;
5713   }
5714   .modal-fullscreen-xxl-down .modal-body {
5715     overflow-y: auto;
5716   }
5717 }
5718 .tooltip {
5719   --bs-tooltip-zindex: 1080;
5720   --bs-tooltip-max-width: 200px;
5721   --bs-tooltip-padding-x: 0.5rem;
5722   --bs-tooltip-padding-y: 0.25rem;
5723   --bs-tooltip-margin: ;
5724   --bs-tooltip-font-size: 0.875rem;
5725   --bs-tooltip-color: var(--bs-body-bg);
5726   --bs-tooltip-bg: var(--bs-emphasis-color);
5727   --bs-tooltip-border-radius: var(--bs-border-radius);
5728   --bs-tooltip-opacity: 0.9;
5729   --bs-tooltip-arrow-width: 0.8rem;
5730   --bs-tooltip-arrow-height: 0.4rem;
5731   z-index: var(--bs-tooltip-zindex);
5732   display: block;
5733   margin: var(--bs-tooltip-margin);
5734   font-family: var(--bs-font-sans-serif);
5735   font-style: normal;
5736   font-weight: 400;
5737   line-height: 1.5;
5738   text-align: left;
5739   text-align: start;
5740   text-decoration: none;
5741   text-shadow: none;
5742   text-transform: none;
5743   letter-spacing: normal;
5744   word-break: normal;
5745   white-space: normal;
5746   word-spacing: normal;
5747   line-break: auto;
5748   font-size: var(--bs-tooltip-font-size);
5749   word-wrap: break-word;
5750   opacity: 0;
5751 }
5752 .tooltip.show {
5753   opacity: var(--bs-tooltip-opacity);
5754 }
5755 .tooltip .tooltip-arrow {
5756   display: block;
5757   width: var(--bs-tooltip-arrow-width);
5758   height: var(--bs-tooltip-arrow-height);
5759 }
5760 .tooltip .tooltip-arrow::before {
5761   position: absolute;
5762   content: "";
5763   border-color: transparent;
5764   border-style: solid;
5765 }
5766
5767 .bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
5768   bottom: calc(-1 * var(--bs-tooltip-arrow-height));
5769 }
5770 .bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
5771   top: -1px;
5772   border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
5773   border-top-color: var(--bs-tooltip-bg);
5774 }
5775
5776 /* rtl:begin:ignore */
5777 .bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
5778   left: calc(-1 * var(--bs-tooltip-arrow-height));
5779   width: var(--bs-tooltip-arrow-height);
5780   height: var(--bs-tooltip-arrow-width);
5781 }
5782 .bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
5783   right: -1px;
5784   border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
5785   border-right-color: var(--bs-tooltip-bg);
5786 }
5787
5788 /* rtl:end:ignore */
5789 .bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
5790   top: calc(-1 * var(--bs-tooltip-arrow-height));
5791 }
5792 .bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
5793   bottom: -1px;
5794   border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
5795   border-bottom-color: var(--bs-tooltip-bg);
5796 }
5797
5798 /* rtl:begin:ignore */
5799 .bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
5800   right: calc(-1 * var(--bs-tooltip-arrow-height));
5801   width: var(--bs-tooltip-arrow-height);
5802   height: var(--bs-tooltip-arrow-width);
5803 }
5804 .bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
5805   left: -1px;
5806   border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
5807   border-left-color: var(--bs-tooltip-bg);
5808 }
5809
5810 /* rtl:end:ignore */
5811 .tooltip-inner {
5812   max-width: var(--bs-tooltip-max-width);
5813   padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
5814   color: var(--bs-tooltip-color);
5815   text-align: center;
5816   background-color: var(--bs-tooltip-bg);
5817   border-radius: var(--bs-tooltip-border-radius);
5818 }
5819
5820 .popover {
5821   --bs-popover-zindex: 1070;
5822   --bs-popover-max-width: 276px;
5823   --bs-popover-font-size: 0.875rem;
5824   --bs-popover-bg: var(--bs-body-bg);
5825   --bs-popover-border-width: var(--bs-border-width);
5826   --bs-popover-border-color: var(--bs-border-color-translucent);
5827   --bs-popover-border-radius: var(--bs-border-radius-lg);
5828   --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
5829   --bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
5830   --bs-popover-header-padding-x: 1rem;
5831   --bs-popover-header-padding-y: 0.5rem;
5832   --bs-popover-header-font-size: 1rem;
5833   --bs-popover-header-color: inherit;
5834   --bs-popover-header-bg: var(--bs-secondary-bg);
5835   --bs-popover-body-padding-x: 1rem;
5836   --bs-popover-body-padding-y: 1rem;
5837   --bs-popover-body-color: var(--bs-body-color);
5838   --bs-popover-arrow-width: 1rem;
5839   --bs-popover-arrow-height: 0.5rem;
5840   --bs-popover-arrow-border: var(--bs-popover-border-color);
5841   z-index: var(--bs-popover-zindex);
5842   display: block;
5843   max-width: var(--bs-popover-max-width);
5844   font-family: var(--bs-font-sans-serif);
5845   font-style: normal;
5846   font-weight: 400;
5847   line-height: 1.5;
5848   text-align: left;
5849   text-align: start;
5850   text-decoration: none;
5851   text-shadow: none;
5852   text-transform: none;
5853   letter-spacing: normal;
5854   word-break: normal;
5855   white-space: normal;
5856   word-spacing: normal;
5857   line-break: auto;
5858   font-size: var(--bs-popover-font-size);
5859   word-wrap: break-word;
5860   background-color: var(--bs-popover-bg);
5861   background-clip: padding-box;
5862   border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
5863   border-radius: var(--bs-popover-border-radius);
5864   box-shadow: var(--bs-popover-box-shadow);
5865 }
5866 .popover .popover-arrow {
5867   display: block;
5868   width: var(--bs-popover-arrow-width);
5869   height: var(--bs-popover-arrow-height);
5870 }
5871 .popover .popover-arrow::before, .popover .popover-arrow::after {
5872   position: absolute;
5873   display: block;
5874   content: "";
5875   border-color: transparent;
5876   border-style: solid;
5877   border-width: 0;
5878 }
5879
5880 .bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
5881   bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
5882 }
5883 .bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
5884   border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
5885 }
5886 .bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
5887   bottom: 0;
5888   border-top-color: var(--bs-popover-arrow-border);
5889 }
5890 .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
5891   bottom: var(--bs-popover-border-width);
5892   border-top-color: var(--bs-popover-bg);
5893 }
5894
5895 /* rtl:begin:ignore */
5896 .bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
5897   left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
5898   width: var(--bs-popover-arrow-height);
5899   height: var(--bs-popover-arrow-width);
5900 }
5901 .bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
5902   border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
5903 }
5904 .bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
5905   left: 0;
5906   border-right-color: var(--bs-popover-arrow-border);
5907 }
5908 .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
5909   left: var(--bs-popover-border-width);
5910   border-right-color: var(--bs-popover-bg);
5911 }
5912
5913 /* rtl:end:ignore */
5914 .bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
5915   top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
5916 }
5917 .bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
5918   border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
5919 }
5920 .bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
5921   top: 0;
5922   border-bottom-color: var(--bs-popover-arrow-border);
5923 }
5924 .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
5925   top: var(--bs-popover-border-width);
5926   border-bottom-color: var(--bs-popover-bg);
5927 }
5928 .bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
5929   position: absolute;
5930   top: 0;
5931   left: 50%;
5932   display: block;
5933   width: var(--bs-popover-arrow-width);
5934   margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
5935   content: "";
5936   border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
5937 }
5938
5939 /* rtl:begin:ignore */
5940 .bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
5941   right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
5942   width: var(--bs-popover-arrow-height);
5943   height: var(--bs-popover-arrow-width);
5944 }
5945 .bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
5946   border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
5947 }
5948 .bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
5949   right: 0;
5950   border-left-color: var(--bs-popover-arrow-border);
5951 }
5952 .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
5953   right: var(--bs-popover-border-width);
5954   border-left-color: var(--bs-popover-bg);
5955 }
5956
5957 /* rtl:end:ignore */
5958 .popover-header {
5959   padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
5960   margin-bottom: 0;
5961   font-size: var(--bs-popover-header-font-size);
5962   color: var(--bs-popover-header-color);
5963   background-color: var(--bs-popover-header-bg);
5964   border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
5965   border-top-left-radius: var(--bs-popover-inner-border-radius);
5966   border-top-right-radius: var(--bs-popover-inner-border-radius);
5967 }
5968 .popover-header:empty {
5969   display: none;
5970 }
5971
5972 .popover-body {
5973   padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
5974   color: var(--bs-popover-body-color);
5975 }
5976
5977 .carousel {
5978   position: relative;
5979 }
5980
5981 .carousel.pointer-event {
5982   touch-action: pan-y;
5983 }
5984
5985 .carousel-inner {
5986   position: relative;
5987   width: 100%;
5988   overflow: hidden;
5989 }
5990 .carousel-inner::after {
5991   display: block;
5992   clear: both;
5993   content: "";
5994 }
5995
5996 .carousel-item {
5997   position: relative;
5998   display: none;
5999   float: left;
6000   width: 100%;
6001   margin-right: -100%;
6002   backface-visibility: hidden;
6003   transition: transform 0.6s ease-in-out;
6004 }
6005 @media (prefers-reduced-motion: reduce) {
6006   .carousel-item {
6007     transition: none;
6008   }
6009 }
6010
6011 .carousel-item.active,
6012 .carousel-item-next,
6013 .carousel-item-prev {
6014   display: block;
6015 }
6016
6017 .carousel-item-next:not(.carousel-item-start),
6018 .active.carousel-item-end {
6019   transform: translateX(100%);
6020 }
6021
6022 .carousel-item-prev:not(.carousel-item-end),
6023 .active.carousel-item-start {
6024   transform: translateX(-100%);
6025 }
6026
6027 .carousel-fade .carousel-item {
6028   opacity: 0;
6029   transition-property: opacity;
6030   transform: none;
6031 }
6032 .carousel-fade .carousel-item.active,
6033 .carousel-fade .carousel-item-next.carousel-item-start,
6034 .carousel-fade .carousel-item-prev.carousel-item-end {
6035   z-index: 1;
6036   opacity: 1;
6037 }
6038 .carousel-fade .active.carousel-item-start,
6039 .carousel-fade .active.carousel-item-end {
6040   z-index: 0;
6041   opacity: 0;
6042   transition: opacity 0s 0.6s;
6043 }
6044 @media (prefers-reduced-motion: reduce) {
6045   .carousel-fade .active.carousel-item-start,
6046   .carousel-fade .active.carousel-item-end {
6047     transition: none;
6048   }
6049 }
6050
6051 .carousel-control-prev,
6052 .carousel-control-next {
6053   position: absolute;
6054   top: 0;
6055   bottom: 0;
6056   z-index: 1;
6057   display: flex;
6058   align-items: center;
6059   justify-content: center;
6060   width: 15%;
6061   padding: 0;
6062   color: #fff;
6063   text-align: center;
6064   background: none;
6065   border: 0;
6066   opacity: 0.5;
6067   transition: opacity 0.15s ease;
6068 }
6069 @media (prefers-reduced-motion: reduce) {
6070   .carousel-control-prev,
6071   .carousel-control-next {
6072     transition: none;
6073   }
6074 }
6075 .carousel-control-prev:hover, .carousel-control-prev:focus,
6076 .carousel-control-next:hover,
6077 .carousel-control-next:focus {
6078   color: #fff;
6079   text-decoration: none;
6080   outline: 0;
6081   opacity: 0.9;
6082 }
6083
6084 .carousel-control-prev {
6085   left: 0;
6086   background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.001));
6087 }
6088
6089 .carousel-control-next {
6090   right: 0;
6091   background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.001));
6092 }
6093
6094 .carousel-control-prev-icon,
6095 .carousel-control-next-icon {
6096   display: inline-block;
6097   width: 2rem;
6098   height: 2rem;
6099   background-repeat: no-repeat;
6100   background-position: 50%;
6101   background-size: 100% 100%;
6102 }
6103
6104 /* rtl:options: {
6105   "autoRename": true,
6106   "stringMap":[ {
6107     "name"    : "prev-next",
6108     "search"  : "prev",
6109     "replace" : "next"
6110   } ]
6111 } */
6112 .carousel-control-prev-icon {
6113   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
6114 }
6115
6116 .carousel-control-next-icon {
6117   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
6118 }
6119
6120 .carousel-indicators {
6121   position: absolute;
6122   right: 0;
6123   bottom: 0;
6124   left: 0;
6125   z-index: 2;
6126   display: flex;
6127   justify-content: center;
6128   padding: 0;
6129   margin-right: 15%;
6130   margin-bottom: 1rem;
6131   margin-left: 15%;
6132 }
6133 .carousel-indicators [data-bs-target] {
6134   box-sizing: content-box;
6135   flex: 0 1 auto;
6136   width: 30px;
6137   height: 3px;
6138   padding: 0;
6139   margin-right: 3px;
6140   margin-left: 3px;
6141   text-indent: -999px;
6142   cursor: pointer;
6143   background-color: #fff;
6144   background-clip: padding-box;
6145   border: 0;
6146   border-top: 10px solid transparent;
6147   border-bottom: 10px solid transparent;
6148   opacity: 0.5;
6149   transition: opacity 0.6s ease;
6150 }
6151 @media (prefers-reduced-motion: reduce) {
6152   .carousel-indicators [data-bs-target] {
6153     transition: none;
6154   }
6155 }
6156 .carousel-indicators .active {
6157   opacity: 1;
6158 }
6159
6160 .carousel-caption {
6161   position: absolute;
6162   right: 15%;
6163   bottom: 1.25rem;
6164   left: 15%;
6165   padding-top: 1.25rem;
6166   padding-bottom: 1.25rem;
6167   color: #fff;
6168   text-align: center;
6169 }
6170
6171 .carousel-dark .carousel-control-prev-icon,
6172 .carousel-dark .carousel-control-next-icon {
6173   filter: invert(1) grayscale(100);
6174 }
6175 .carousel-dark .carousel-indicators [data-bs-target] {
6176   background-color: #000;
6177 }
6178 .carousel-dark .carousel-caption {
6179   color: #000;
6180 }
6181
6182 [data-bs-theme=dark] .carousel .carousel-control-prev-icon,
6183 [data-bs-theme=dark] .carousel .carousel-control-next-icon, [data-bs-theme=dark].carousel .carousel-control-prev-icon,
6184 [data-bs-theme=dark].carousel .carousel-control-next-icon {
6185   filter: invert(1) grayscale(100);
6186 }
6187 [data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target], [data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
6188   background-color: #000;
6189 }
6190 [data-bs-theme=dark] .carousel .carousel-caption, [data-bs-theme=dark].carousel .carousel-caption {
6191   color: #000;
6192 }
6193
6194 .spinner-grow,
6195 .spinner-border {
6196   display: inline-block;
6197   width: var(--bs-spinner-width);
6198   height: var(--bs-spinner-height);
6199   vertical-align: var(--bs-spinner-vertical-align);
6200   border-radius: 50%;
6201   animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
6202 }
6203
6204 @keyframes spinner-border {
6205   to {
6206     transform: rotate(360deg) /* rtl:ignore */;
6207   }
6208 }
6209 .spinner-border {
6210   --bs-spinner-width: 2rem;
6211   --bs-spinner-height: 2rem;
6212   --bs-spinner-vertical-align: -0.125em;
6213   --bs-spinner-border-width: 0.25em;
6214   --bs-spinner-animation-speed: 0.75s;
6215   --bs-spinner-animation-name: spinner-border;
6216   border: var(--bs-spinner-border-width) solid currentcolor;
6217   border-right-color: transparent;
6218 }
6219
6220 .spinner-border-sm {
6221   --bs-spinner-width: 1rem;
6222   --bs-spinner-height: 1rem;
6223   --bs-spinner-border-width: 0.2em;
6224 }
6225
6226 @keyframes spinner-grow {
6227   0% {
6228     transform: scale(0);
6229   }
6230   50% {
6231     opacity: 1;
6232     transform: none;
6233   }
6234 }
6235 .spinner-grow {
6236   --bs-spinner-width: 2rem;
6237   --bs-spinner-height: 2rem;
6238   --bs-spinner-vertical-align: -0.125em;
6239   --bs-spinner-animation-speed: 0.75s;
6240   --bs-spinner-animation-name: spinner-grow;
6241   background-color: currentcolor;
6242   opacity: 0;
6243 }
6244
6245 .spinner-grow-sm {
6246   --bs-spinner-width: 1rem;
6247   --bs-spinner-height: 1rem;
6248 }
6249
6250 @media (prefers-reduced-motion: reduce) {
6251   .spinner-border,
6252   .spinner-grow {
6253     --bs-spinner-animation-speed: 1.5s;
6254   }
6255 }
6256 .offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
6257   --bs-offcanvas-zindex: 1045;
6258   --bs-offcanvas-width: 400px;
6259   --bs-offcanvas-height: 30vh;
6260   --bs-offcanvas-padding-x: 1rem;
6261   --bs-offcanvas-padding-y: 1rem;
6262   --bs-offcanvas-color: var(--bs-body-color);
6263   --bs-offcanvas-bg: var(--bs-body-bg);
6264   --bs-offcanvas-border-width: var(--bs-border-width);
6265   --bs-offcanvas-border-color: var(--bs-border-color-translucent);
6266   --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
6267   --bs-offcanvas-transition: transform 0.3s ease-in-out;
6268   --bs-offcanvas-title-line-height: 1.5;
6269 }
6270
6271 @media (max-width: 575.98px) {
6272   .offcanvas-sm {
6273     position: fixed;
6274     bottom: 0;
6275     z-index: var(--bs-offcanvas-zindex);
6276     display: flex;
6277     flex-direction: column;
6278     max-width: 100%;
6279     color: var(--bs-offcanvas-color);
6280     visibility: hidden;
6281     background-color: var(--bs-offcanvas-bg);
6282     background-clip: padding-box;
6283     outline: 0;
6284     box-shadow: var(--bs-offcanvas-box-shadow);
6285     transition: var(--bs-offcanvas-transition);
6286   }
6287 }
6288 @media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
6289   .offcanvas-sm {
6290     transition: none;
6291   }
6292 }
6293 @media (max-width: 575.98px) {
6294   .offcanvas-sm.offcanvas-start {
6295     top: 0;
6296     left: 0;
6297     width: var(--bs-offcanvas-width);
6298     border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
6299     transform: translateX(-100%);
6300   }
6301   .offcanvas-sm.offcanvas-end {
6302     top: 0;
6303     right: 0;
6304     width: var(--bs-offcanvas-width);
6305     border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
6306     transform: translateX(100%);
6307   }
6308   .offcanvas-sm.offcanvas-top {
6309     top: 0;
6310     right: 0;
6311     left: 0;
6312     height: var(--bs-offcanvas-height);
6313     max-height: 100%;
6314     border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
6315     transform: translateY(-100%);
6316   }
6317   .offcanvas-sm.offcanvas-bottom {
6318     right: 0;
6319     left: 0;
6320     height: var(--bs-offcanvas-height);
6321     max-height: 100%;
6322     border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
6323     transform: translateY(100%);
6324   }
6325   .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
6326     transform: none;
6327   }
6328   .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
6329     visibility: visible;
6330   }
6331 }
6332 @media (min-width: 576px) {
6333   .offcanvas-sm {
6334     --bs-offcanvas-height: auto;
6335     --bs-offcanvas-border-width: 0;
6336     background-color: transparent !important;
6337   }
6338   .offcanvas-sm .offcanvas-header {
6339     display: none;
6340   }
6341   .offcanvas-sm .offcanvas-body {
6342     display: flex;
6343     flex-grow: 0;
6344     padding: 0;
6345     overflow-y: visible;
6346     background-color: transparent !important;
6347   }
6348 }
6349
6350 @media (max-width: 767.98px) {
6351   .offcanvas-md {
6352     position: fixed;
6353     bottom: 0;
6354     z-index: var(--bs-offcanvas-zindex);
6355     display: flex;
6356     flex-direction: column;
6357     max-width: 100%;
6358     color: var(--bs-offcanvas-color);
6359     visibility: hidden;
6360     background-color: var(--bs-offcanvas-bg);
6361     background-clip: padding-box;
6362     outline: 0;
6363     box-shadow: var(--bs-offcanvas-box-shadow);
6364     transition: var(--bs-offcanvas-transition);
6365   }
6366 }
6367 @media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
6368   .offcanvas-md {
6369     transition: none;
6370   }
6371 }
6372 @media (max-width: 767.98px) {
6373   .offcanvas-md.offcanvas-start {
6374     top: 0;
6375     left: 0;
6376     width: var(--bs-offcanvas-width);
6377     border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
6378     transform: translateX(-100%);
6379   }
6380   .offcanvas-md.offcanvas-end {
6381     top: 0;
6382     right: 0;
6383     width: var(--bs-offcanvas-width);
6384     border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
6385     transform: translateX(100%);
6386   }
6387   .offcanvas-md.offcanvas-top {
6388     top: 0;
6389     right: 0;
6390     left: 0;
6391     height: var(--bs-offcanvas-height);
6392     max-height: 100%;
6393     border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
6394     transform: translateY(-100%);
6395   }
6396   .offcanvas-md.offcanvas-bottom {
6397     right: 0;
6398     left: 0;
6399     height: var(--bs-offcanvas-height);
6400     max-height: 100%;
6401     border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
6402     transform: translateY(100%);
6403   }
6404   .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
6405     transform: none;
6406   }
6407   .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
6408     visibility: visible;
6409   }
6410 }
6411 @media (min-width: 768px) {
6412   .offcanvas-md {
6413     --bs-offcanvas-height: auto;
6414     --bs-offcanvas-border-width: 0;
6415     background-color: transparent !important;
6416   }
6417   .offcanvas-md .offcanvas-header {
6418     display: none;
6419   }
6420   .offcanvas-md .offcanvas-body {
6421     display: flex;
6422     flex-grow: 0;
6423     padding: 0;
6424     overflow-y: visible;
6425     background-color: transparent !important;
6426   }
6427 }
6428
6429 @media (max-width: 991.98px) {
6430   .offcanvas-lg {
6431     position: fixed;
6432     bottom: 0;
6433     z-index: var(--bs-offcanvas-zindex);
6434     display: flex;
6435     flex-direction: column;
6436     max-width: 100%;
6437     color: var(--bs-offcanvas-color);
6438     visibility: hidden;
6439     background-color: var(--bs-offcanvas-bg);
6440     background-clip: padding-box;
6441     outline: 0;
6442     box-shadow: var(--bs-offcanvas-box-shadow);
6443     transition: var(--bs-offcanvas-transition);
6444   }
6445 }
6446 @media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
6447   .offcanvas-lg {
6448     transition: none;
6449   }
6450 }
6451 @media (max-width: 991.98px) {
6452   .offcanvas-lg.offcanvas-start {
6453     top: 0;
6454     left: 0;
6455     width: var(--bs-offcanvas-width);
6456     border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
6457     transform: translateX(-100%);
6458   }
6459   .offcanvas-lg.offcanvas-end {
6460     top: 0;
6461     right: 0;
6462     width: var(--bs-offcanvas-width);
6463     border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
6464     transform: translateX(100%);
6465   }
6466   .offcanvas-lg.offcanvas-top {
6467     top: 0;
6468     right: 0;
6469     left: 0;
6470     height: var(--bs-offcanvas-height);
6471     max-height: 100%;
6472     border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
6473     transform: translateY(-100%);
6474   }
6475   .offcanvas-lg.offcanvas-bottom {
6476     right: 0;
6477     left: 0;
6478     height: var(--bs-offcanvas-height);
6479     max-height: 100%;
6480     border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
6481     transform: translateY(100%);
6482   }
6483   .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
6484     transform: none;
6485   }
6486   .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
6487     visibility: visible;
6488   }
6489 }
6490 @media (min-width: 992px) {
6491   .offcanvas-lg {
6492     --bs-offcanvas-height: auto;
6493     --bs-offcanvas-border-width: 0;
6494     background-color: transparent !important;
6495   }
6496   .offcanvas-lg .offcanvas-header {
6497     display: none;
6498   }
6499   .offcanvas-lg .offcanvas-body {
6500     display: flex;
6501     flex-grow: 0;
6502     padding: 0;
6503     overflow-y: visible;
6504     background-color: transparent !important;
6505   }
6506 }
6507
6508 @media (max-width: 1199.98px) {
6509   .offcanvas-xl {
6510     position: fixed;
6511     bottom: 0;
6512     z-index: var(--bs-offcanvas-zindex);
6513     display: flex;
6514     flex-direction: column;
6515     max-width: 100%;
6516     color: var(--bs-offcanvas-color);
6517     visibility: hidden;
6518     background-color: var(--bs-offcanvas-bg);
6519     background-clip: padding-box;
6520     outline: 0;
6521     box-shadow: var(--bs-offcanvas-box-shadow);
6522     transition: var(--bs-offcanvas-transition);
6523   }
6524 }
6525 @media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
6526   .offcanvas-xl {
6527     transition: none;
6528   }
6529 }
6530 @media (max-width: 1199.98px) {
6531   .offcanvas-xl.offcanvas-start {
6532     top: 0;
6533     left: 0;
6534     width: var(--bs-offcanvas-width);
6535     border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
6536     transform: translateX(-100%);
6537   }
6538   .offcanvas-xl.offcanvas-end {
6539     top: 0;
6540     right: 0;
6541     width: var(--bs-offcanvas-width);
6542     border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
6543     transform: translateX(100%);
6544   }
6545   .offcanvas-xl.offcanvas-top {
6546     top: 0;
6547     right: 0;
6548     left: 0;
6549     height: var(--bs-offcanvas-height);
6550     max-height: 100%;
6551     border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
6552     transform: translateY(-100%);
6553   }
6554   .offcanvas-xl.offcanvas-bottom {
6555     right: 0;
6556     left: 0;
6557     height: var(--bs-offcanvas-height);
6558     max-height: 100%;
6559     border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
6560     transform: translateY(100%);
6561   }
6562   .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
6563     transform: none;
6564   }
6565   .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
6566     visibility: visible;
6567   }
6568 }
6569 @media (min-width: 1200px) {
6570   .offcanvas-xl {
6571     --bs-offcanvas-height: auto;
6572     --bs-offcanvas-border-width: 0;
6573     background-color: transparent !important;
6574   }
6575   .offcanvas-xl .offcanvas-header {
6576     display: none;
6577   }
6578   .offcanvas-xl .offcanvas-body {
6579     display: flex;
6580     flex-grow: 0;
6581     padding: 0;
6582     overflow-y: visible;
6583     background-color: transparent !important;
6584   }
6585 }
6586
6587 @media (max-width: 1399.98px) {
6588   .offcanvas-xxl {
6589     position: fixed;
6590     bottom: 0;
6591     z-index: var(--bs-offcanvas-zindex);
6592     display: flex;
6593     flex-direction: column;
6594     max-width: 100%;
6595     color: var(--bs-offcanvas-color);
6596     visibility: hidden;
6597     background-color: var(--bs-offcanvas-bg);
6598     background-clip: padding-box;
6599     outline: 0;
6600     box-shadow: var(--bs-offcanvas-box-shadow);
6601     transition: var(--bs-offcanvas-transition);
6602   }
6603 }
6604 @media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
6605   .offcanvas-xxl {
6606     transition: none;
6607   }
6608 }
6609 @media (max-width: 1399.98px) {
6610   .offcanvas-xxl.offcanvas-start {
6611     top: 0;
6612     left: 0;
6613     width: var(--bs-offcanvas-width);
6614     border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
6615     transform: translateX(-100%);
6616   }
6617   .offcanvas-xxl.offcanvas-end {
6618     top: 0;
6619     right: 0;
6620     width: var(--bs-offcanvas-width);
6621     border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
6622     transform: translateX(100%);
6623   }
6624   .offcanvas-xxl.offcanvas-top {
6625     top: 0;
6626     right: 0;
6627     left: 0;
6628     height: var(--bs-offcanvas-height);
6629     max-height: 100%;
6630     border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
6631     transform: translateY(-100%);
6632   }
6633   .offcanvas-xxl.offcanvas-bottom {
6634     right: 0;
6635     left: 0;
6636     height: var(--bs-offcanvas-height);
6637     max-height: 100%;
6638     border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
6639     transform: translateY(100%);
6640   }
6641   .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
6642     transform: none;
6643   }
6644   .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
6645     visibility: visible;
6646   }
6647 }
6648 @media (min-width: 1400px) {
6649   .offcanvas-xxl {
6650     --bs-offcanvas-height: auto;
6651     --bs-offcanvas-border-width: 0;
6652     background-color: transparent !important;
6653   }
6654   .offcanvas-xxl .offcanvas-header {
6655     display: none;
6656   }
6657   .offcanvas-xxl .offcanvas-body {
6658     display: flex;
6659     flex-grow: 0;
6660     padding: 0;
6661     overflow-y: visible;
6662     background-color: transparent !important;
6663   }
6664 }
6665
6666 .offcanvas {
6667   position: fixed;
6668   bottom: 0;
6669   z-index: var(--bs-offcanvas-zindex);
6670   display: flex;
6671   flex-direction: column;
6672   max-width: 100%;
6673   color: var(--bs-offcanvas-color);
6674   visibility: hidden;
6675   background-color: var(--bs-offcanvas-bg);
6676   background-clip: padding-box;
6677   outline: 0;
6678   box-shadow: var(--bs-offcanvas-box-shadow);
6679   transition: var(--bs-offcanvas-transition);
6680 }
6681 @media (prefers-reduced-motion: reduce) {
6682   .offcanvas {
6683     transition: none;
6684   }
6685 }
6686 .offcanvas.offcanvas-start {
6687   top: 0;
6688   left: 0;
6689   width: var(--bs-offcanvas-width);
6690   border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
6691   transform: translateX(-100%);
6692 }
6693 .offcanvas.offcanvas-end {
6694   top: 0;
6695   right: 0;
6696   width: var(--bs-offcanvas-width);
6697   border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
6698   transform: translateX(100%);
6699 }
6700 .offcanvas.offcanvas-top {
6701   top: 0;
6702   right: 0;
6703   left: 0;
6704   height: var(--bs-offcanvas-height);
6705   max-height: 100%;
6706   border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
6707   transform: translateY(-100%);
6708 }
6709 .offcanvas.offcanvas-bottom {
6710   right: 0;
6711   left: 0;
6712   height: var(--bs-offcanvas-height);
6713   max-height: 100%;
6714   border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
6715   transform: translateY(100%);
6716 }
6717 .offcanvas.showing, .offcanvas.show:not(.hiding) {
6718   transform: none;
6719 }
6720 .offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
6721   visibility: visible;
6722 }
6723
6724 .offcanvas-backdrop {
6725   position: fixed;
6726   top: 0;
6727   left: 0;
6728   z-index: 1040;
6729   width: 100vw;
6730   height: 100vh;
6731   background-color: #000;
6732 }
6733 .offcanvas-backdrop.fade {
6734   opacity: 0;
6735 }
6736 .offcanvas-backdrop.show {
6737   opacity: 0.5;
6738 }
6739
6740 .offcanvas-header {
6741   display: flex;
6742   align-items: center;
6743   justify-content: space-between;
6744   padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
6745 }
6746 .offcanvas-header .btn-close {
6747   padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
6748   margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
6749   margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
6750   margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
6751 }
6752
6753 .offcanvas-title {
6754   margin-bottom: 0;
6755   line-height: var(--bs-offcanvas-title-line-height);
6756 }
6757
6758 .offcanvas-body {
6759   flex-grow: 1;
6760   padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
6761   overflow-y: auto;
6762 }
6763
6764 .placeholder {
6765   display: inline-block;
6766   min-height: 1em;
6767   vertical-align: middle;
6768   cursor: wait;
6769   background-color: currentcolor;
6770   opacity: 0.5;
6771 }
6772 .placeholder.btn::before {
6773   display: inline-block;
6774   content: "";
6775 }
6776
6777 .placeholder-xs {
6778   min-height: 0.6em;
6779 }
6780
6781 .placeholder-sm {
6782   min-height: 0.8em;
6783 }
6784
6785 .placeholder-lg {
6786   min-height: 1.2em;
6787 }
6788
6789 .placeholder-glow .placeholder {
6790   animation: placeholder-glow 2s ease-in-out infinite;
6791 }
6792
6793 @keyframes placeholder-glow {
6794   50% {
6795     opacity: 0.2;
6796   }
6797 }
6798 .placeholder-wave {
6799   mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
6800   mask-size: 200% 100%;
6801   animation: placeholder-wave 2s linear infinite;
6802 }
6803
6804 @keyframes placeholder-wave {
6805   100% {
6806     mask-position: -200% 0%;
6807   }
6808 }
6809 .clearfix::after {
6810   display: block;
6811   clear: both;
6812   content: "";
6813 }
6814
6815 .text-bg-primary {
6816   color: #fff !important;
6817   background-color: RGBA(255, 64, 186, var(--bs-bg-opacity, 1)) !important;
6818 }
6819
6820 .text-bg-secondary {
6821   color: #000 !important;
6822   background-color: RGBA(1, 205, 254, var(--bs-bg-opacity, 1)) !important;
6823 }
6824
6825 .text-bg-success {
6826   color: #000 !important;
6827   background-color: RGBA(5, 255, 161, var(--bs-bg-opacity, 1)) !important;
6828 }
6829
6830 .text-bg-info {
6831   color: #000 !important;
6832   background-color: RGBA(1, 205, 254, var(--bs-bg-opacity, 1)) !important;
6833 }
6834
6835 .text-bg-warning {
6836   color: #000 !important;
6837   background-color: RGBA(255, 251, 150, var(--bs-bg-opacity, 1)) !important;
6838 }
6839
6840 .text-bg-danger {
6841   color: #000 !important;
6842   background-color: RGBA(255, 95, 110, var(--bs-bg-opacity, 1)) !important;
6843 }
6844
6845 .text-bg-light {
6846   color: #fff !important;
6847   background-color: RGBA(68, 68, 68, var(--bs-bg-opacity, 1)) !important;
6848 }
6849
6850 .text-bg-dark {
6851   color: #000 !important;
6852   background-color: RGBA(235, 235, 235, var(--bs-bg-opacity, 1)) !important;
6853 }
6854
6855 .link-primary {
6856   color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
6857   text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
6858 }
6859 .link-primary:hover, .link-primary:focus {
6860   color: RGBA(204, 51, 149, var(--bs-link-opacity, 1)) !important;
6861   text-decoration-color: RGBA(204, 51, 149, var(--bs-link-underline-opacity, 1)) !important;
6862 }
6863
6864 .link-secondary {
6865   color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
6866   text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
6867 }
6868 .link-secondary:hover, .link-secondary:focus {
6869   color: RGBA(52, 215, 254, var(--bs-link-opacity, 1)) !important;
6870   text-decoration-color: RGBA(52, 215, 254, var(--bs-link-underline-opacity, 1)) !important;
6871 }
6872
6873 .link-success {
6874   color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
6875   text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
6876 }
6877 .link-success:hover, .link-success:focus {
6878   color: RGBA(55, 255, 180, var(--bs-link-opacity, 1)) !important;
6879   text-decoration-color: RGBA(55, 255, 180, var(--bs-link-underline-opacity, 1)) !important;
6880 }
6881
6882 .link-info {
6883   color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
6884   text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
6885 }
6886 .link-info:hover, .link-info:focus {
6887   color: RGBA(52, 215, 254, var(--bs-link-opacity, 1)) !important;
6888   text-decoration-color: RGBA(52, 215, 254, var(--bs-link-underline-opacity, 1)) !important;
6889 }
6890
6891 .link-warning {
6892   color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
6893   text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
6894 }
6895 .link-warning:hover, .link-warning:focus {
6896   color: RGBA(255, 252, 171, var(--bs-link-opacity, 1)) !important;
6897   text-decoration-color: RGBA(255, 252, 171, var(--bs-link-underline-opacity, 1)) !important;
6898 }
6899
6900 .link-danger {
6901   color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
6902   text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
6903 }
6904 .link-danger:hover, .link-danger:focus {
6905   color: RGBA(255, 127, 139, var(--bs-link-opacity, 1)) !important;
6906   text-decoration-color: RGBA(255, 127, 139, var(--bs-link-underline-opacity, 1)) !important;
6907 }
6908
6909 .link-light {
6910   color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
6911   text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
6912 }
6913 .link-light:hover, .link-light:focus {
6914   color: RGBA(54, 54, 54, var(--bs-link-opacity, 1)) !important;
6915   text-decoration-color: RGBA(54, 54, 54, var(--bs-link-underline-opacity, 1)) !important;
6916 }
6917
6918 .link-dark {
6919   color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
6920   text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
6921 }
6922 .link-dark:hover, .link-dark:focus {
6923   color: RGBA(239, 239, 239, var(--bs-link-opacity, 1)) !important;
6924   text-decoration-color: RGBA(239, 239, 239, var(--bs-link-underline-opacity, 1)) !important;
6925 }
6926
6927 .link-body-emphasis {
6928   color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
6929   text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
6930 }
6931 .link-body-emphasis:hover, .link-body-emphasis:focus {
6932   color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
6933   text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
6934 }
6935
6936 .focus-ring:focus {
6937   outline: 0;
6938   box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
6939 }
6940
6941 .icon-link {
6942   display: inline-flex;
6943   gap: 0.375rem;
6944   align-items: center;
6945   text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
6946   text-underline-offset: 0.25em;
6947   backface-visibility: hidden;
6948 }
6949 .icon-link > .bi {
6950   flex-shrink: 0;
6951   width: 1em;
6952   height: 1em;
6953   fill: currentcolor;
6954   transition: 0.2s ease-in-out transform;
6955 }
6956 @media (prefers-reduced-motion: reduce) {
6957   .icon-link > .bi {
6958     transition: none;
6959   }
6960 }
6961
6962 .icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
6963   transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
6964 }
6965
6966 .ratio {
6967   position: relative;
6968   width: 100%;
6969 }
6970 .ratio::before {
6971   display: block;
6972   padding-top: var(--bs-aspect-ratio);
6973   content: "";
6974 }
6975 .ratio > * {
6976   position: absolute;
6977   top: 0;
6978   left: 0;
6979   width: 100%;
6980   height: 100%;
6981 }
6982
6983 .ratio-1x1 {
6984   --bs-aspect-ratio: 100%;
6985 }
6986
6987 .ratio-4x3 {
6988   --bs-aspect-ratio: 75%;
6989 }
6990
6991 .ratio-16x9 {
6992   --bs-aspect-ratio: 56.25%;
6993 }
6994
6995 .ratio-21x9 {
6996   --bs-aspect-ratio: 42.8571428571%;
6997 }
6998
6999 .fixed-top {
7000   position: fixed;
7001   top: 0;
7002   right: 0;
7003   left: 0;
7004   z-index: 1030;
7005 }
7006
7007 .fixed-bottom {
7008   position: fixed;
7009   right: 0;
7010   bottom: 0;
7011   left: 0;
7012   z-index: 1030;
7013 }
7014
7015 .sticky-top {
7016   position: sticky;
7017   top: 0;
7018   z-index: 1020;
7019 }
7020
7021 .sticky-bottom {
7022   position: sticky;
7023   bottom: 0;
7024   z-index: 1020;
7025 }
7026
7027 @media (min-width: 576px) {
7028   .sticky-sm-top {
7029     position: sticky;
7030     top: 0;
7031     z-index: 1020;
7032   }
7033   .sticky-sm-bottom {
7034     position: sticky;
7035     bottom: 0;
7036     z-index: 1020;
7037   }
7038 }
7039 @media (min-width: 768px) {
7040   .sticky-md-top {
7041     position: sticky;
7042     top: 0;
7043     z-index: 1020;
7044   }
7045   .sticky-md-bottom {
7046     position: sticky;
7047     bottom: 0;
7048     z-index: 1020;
7049   }
7050 }
7051 @media (min-width: 992px) {
7052   .sticky-lg-top {
7053     position: sticky;
7054     top: 0;
7055     z-index: 1020;
7056   }
7057   .sticky-lg-bottom {
7058     position: sticky;
7059     bottom: 0;
7060     z-index: 1020;
7061   }
7062 }
7063 @media (min-width: 1200px) {
7064   .sticky-xl-top {
7065     position: sticky;
7066     top: 0;
7067     z-index: 1020;
7068   }
7069   .sticky-xl-bottom {
7070     position: sticky;
7071     bottom: 0;
7072     z-index: 1020;
7073   }
7074 }
7075 @media (min-width: 1400px) {
7076   .sticky-xxl-top {
7077     position: sticky;
7078     top: 0;
7079     z-index: 1020;
7080   }
7081   .sticky-xxl-bottom {
7082     position: sticky;
7083     bottom: 0;
7084     z-index: 1020;
7085   }
7086 }
7087 .hstack {
7088   display: flex;
7089   flex-direction: row;
7090   align-items: center;
7091   align-self: stretch;
7092 }
7093
7094 .vstack {
7095   display: flex;
7096   flex: 1 1 auto;
7097   flex-direction: column;
7098   align-self: stretch;
7099 }
7100
7101 .visually-hidden,
7102 .visually-hidden-focusable:not(:focus):not(:focus-within) {
7103   width: 1px !important;
7104   height: 1px !important;
7105   padding: 0 !important;
7106   margin: -1px !important;
7107   overflow: hidden !important;
7108   clip: rect(0, 0, 0, 0) !important;
7109   white-space: nowrap !important;
7110   border: 0 !important;
7111 }
7112 .visually-hidden:not(caption),
7113 .visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
7114   position: absolute !important;
7115 }
7116
7117 .stretched-link::after {
7118   position: absolute;
7119   top: 0;
7120   right: 0;
7121   bottom: 0;
7122   left: 0;
7123   z-index: 1;
7124   content: "";
7125 }
7126
7127 .text-truncate {
7128   overflow: hidden;
7129   text-overflow: ellipsis;
7130   white-space: nowrap;
7131 }
7132
7133 .vr {
7134   display: inline-block;
7135   align-self: stretch;
7136   width: 1px;
7137   min-height: 1em;
7138   background-color: currentcolor;
7139   opacity: 0.25;
7140 }
7141
7142 .align-baseline {
7143   vertical-align: baseline !important;
7144 }
7145
7146 .align-top {
7147   vertical-align: top !important;
7148 }
7149
7150 .align-middle {
7151   vertical-align: middle !important;
7152 }
7153
7154 .align-bottom {
7155   vertical-align: bottom !important;
7156 }
7157
7158 .align-text-bottom {
7159   vertical-align: text-bottom !important;
7160 }
7161
7162 .align-text-top {
7163   vertical-align: text-top !important;
7164 }
7165
7166 .float-start {
7167   float: left !important;
7168 }
7169
7170 .float-end {
7171   float: right !important;
7172 }
7173
7174 .float-none {
7175   float: none !important;
7176 }
7177
7178 .object-fit-contain {
7179   object-fit: contain !important;
7180 }
7181
7182 .object-fit-cover {
7183   object-fit: cover !important;
7184 }
7185
7186 .object-fit-fill {
7187   object-fit: fill !important;
7188 }
7189
7190 .object-fit-scale {
7191   object-fit: scale-down !important;
7192 }
7193
7194 .object-fit-none {
7195   object-fit: none !important;
7196 }
7197
7198 .opacity-0 {
7199   opacity: 0 !important;
7200 }
7201
7202 .opacity-25 {
7203   opacity: 0.25 !important;
7204 }
7205
7206 .opacity-50 {
7207   opacity: 0.5 !important;
7208 }
7209
7210 .opacity-75 {
7211   opacity: 0.75 !important;
7212 }
7213
7214 .opacity-100 {
7215   opacity: 1 !important;
7216 }
7217
7218 .overflow-auto {
7219   overflow: auto !important;
7220 }
7221
7222 .overflow-hidden {
7223   overflow: hidden !important;
7224 }
7225
7226 .overflow-visible {
7227   overflow: visible !important;
7228 }
7229
7230 .overflow-scroll {
7231   overflow: scroll !important;
7232 }
7233
7234 .overflow-x-auto {
7235   overflow-x: auto !important;
7236 }
7237
7238 .overflow-x-hidden {
7239   overflow-x: hidden !important;
7240 }
7241
7242 .overflow-x-visible {
7243   overflow-x: visible !important;
7244 }
7245
7246 .overflow-x-scroll {
7247   overflow-x: scroll !important;
7248 }
7249
7250 .overflow-y-auto {
7251   overflow-y: auto !important;
7252 }
7253
7254 .overflow-y-hidden {
7255   overflow-y: hidden !important;
7256 }
7257
7258 .overflow-y-visible {
7259   overflow-y: visible !important;
7260 }
7261
7262 .overflow-y-scroll {
7263   overflow-y: scroll !important;
7264 }
7265
7266 .d-inline {
7267   display: inline !important;
7268 }
7269
7270 .d-inline-block {
7271   display: inline-block !important;
7272 }
7273
7274 .d-block {
7275   display: block !important;
7276 }
7277
7278 .d-grid {
7279   display: grid !important;
7280 }
7281
7282 .d-inline-grid {
7283   display: inline-grid !important;
7284 }
7285
7286 .d-table {
7287   display: table !important;
7288 }
7289
7290 .d-table-row {
7291   display: table-row !important;
7292 }
7293
7294 .d-table-cell {
7295   display: table-cell !important;
7296 }
7297
7298 .d-flex {
7299   display: flex !important;
7300 }
7301
7302 .d-inline-flex {
7303   display: inline-flex !important;
7304 }
7305
7306 .d-none {
7307   display: none !important;
7308 }
7309
7310 .shadow {
7311   box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
7312 }
7313
7314 .shadow-sm {
7315   box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
7316 }
7317
7318 .shadow-lg {
7319   box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
7320 }
7321
7322 .shadow-none {
7323   box-shadow: none !important;
7324 }
7325
7326 .focus-ring-primary {
7327   --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
7328 }
7329
7330 .focus-ring-secondary {
7331   --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
7332 }
7333
7334 .focus-ring-success {
7335   --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
7336 }
7337
7338 .focus-ring-info {
7339   --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
7340 }
7341
7342 .focus-ring-warning {
7343   --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
7344 }
7345
7346 .focus-ring-danger {
7347   --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
7348 }
7349
7350 .focus-ring-light {
7351   --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
7352 }
7353
7354 .focus-ring-dark {
7355   --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
7356 }
7357
7358 .position-static {
7359   position: static !important;
7360 }
7361
7362 .position-relative {
7363   position: relative !important;
7364 }
7365
7366 .position-absolute {
7367   position: absolute !important;
7368 }
7369
7370 .position-fixed {
7371   position: fixed !important;
7372 }
7373
7374 .position-sticky {
7375   position: sticky !important;
7376 }
7377
7378 .top-0 {
7379   top: 0 !important;
7380 }
7381
7382 .top-50 {
7383   top: 50% !important;
7384 }
7385
7386 .top-100 {
7387   top: 100% !important;
7388 }
7389
7390 .bottom-0 {
7391   bottom: 0 !important;
7392 }
7393
7394 .bottom-50 {
7395   bottom: 50% !important;
7396 }
7397
7398 .bottom-100 {
7399   bottom: 100% !important;
7400 }
7401
7402 .start-0 {
7403   left: 0 !important;
7404 }
7405
7406 .start-50 {
7407   left: 50% !important;
7408 }
7409
7410 .start-100 {
7411   left: 100% !important;
7412 }
7413
7414 .end-0 {
7415   right: 0 !important;
7416 }
7417
7418 .end-50 {
7419   right: 50% !important;
7420 }
7421
7422 .end-100 {
7423   right: 100% !important;
7424 }
7425
7426 .translate-middle {
7427   transform: translate(-50%, -50%) !important;
7428 }
7429
7430 .translate-middle-x {
7431   transform: translateX(-50%) !important;
7432 }
7433
7434 .translate-middle-y {
7435   transform: translateY(-50%) !important;
7436 }
7437
7438 .border {
7439   border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
7440 }
7441
7442 .border-0 {
7443   border: 0 !important;
7444 }
7445
7446 .border-top {
7447   border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
7448 }
7449
7450 .border-top-0 {
7451   border-top: 0 !important;
7452 }
7453
7454 .border-end {
7455   border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
7456 }
7457
7458 .border-end-0 {
7459   border-right: 0 !important;
7460 }
7461
7462 .border-bottom {
7463   border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
7464 }
7465
7466 .border-bottom-0 {
7467   border-bottom: 0 !important;
7468 }
7469
7470 .border-start {
7471   border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
7472 }
7473
7474 .border-start-0 {
7475   border-left: 0 !important;
7476 }
7477
7478 .border-primary {
7479   --bs-border-opacity: 1;
7480   border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
7481 }
7482
7483 .border-secondary {
7484   --bs-border-opacity: 1;
7485   border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
7486 }
7487
7488 .border-success {
7489   --bs-border-opacity: 1;
7490   border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
7491 }
7492
7493 .border-info {
7494   --bs-border-opacity: 1;
7495   border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
7496 }
7497
7498 .border-warning {
7499   --bs-border-opacity: 1;
7500   border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
7501 }
7502
7503 .border-danger {
7504   --bs-border-opacity: 1;
7505   border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
7506 }
7507
7508 .border-light {
7509   --bs-border-opacity: 1;
7510   border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
7511 }
7512
7513 .border-dark {
7514   --bs-border-opacity: 1;
7515   border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
7516 }
7517
7518 .border-black {
7519   --bs-border-opacity: 1;
7520   border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
7521 }
7522
7523 .border-white {
7524   --bs-border-opacity: 1;
7525   border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
7526 }
7527
7528 .border-primary-subtle {
7529   border-color: var(--bs-primary-border-subtle) !important;
7530 }
7531
7532 .border-secondary-subtle {
7533   border-color: var(--bs-secondary-border-subtle) !important;
7534 }
7535
7536 .border-success-subtle {
7537   border-color: var(--bs-success-border-subtle) !important;
7538 }
7539
7540 .border-info-subtle {
7541   border-color: var(--bs-info-border-subtle) !important;
7542 }
7543
7544 .border-warning-subtle {
7545   border-color: var(--bs-warning-border-subtle) !important;
7546 }
7547
7548 .border-danger-subtle {
7549   border-color: var(--bs-danger-border-subtle) !important;
7550 }
7551
7552 .border-light-subtle {
7553   border-color: var(--bs-light-border-subtle) !important;
7554 }
7555
7556 .border-dark-subtle {
7557   border-color: var(--bs-dark-border-subtle) !important;
7558 }
7559
7560 .border-1 {
7561   border-width: 1px !important;
7562 }
7563
7564 .border-2 {
7565   border-width: 2px !important;
7566 }
7567
7568 .border-3 {
7569   border-width: 3px !important;
7570 }
7571
7572 .border-4 {
7573   border-width: 4px !important;
7574 }
7575
7576 .border-5 {
7577   border-width: 5px !important;
7578 }
7579
7580 .border-opacity-10 {
7581   --bs-border-opacity: 0.1;
7582 }
7583
7584 .border-opacity-25 {
7585   --bs-border-opacity: 0.25;
7586 }
7587
7588 .border-opacity-50 {
7589   --bs-border-opacity: 0.5;
7590 }
7591
7592 .border-opacity-75 {
7593   --bs-border-opacity: 0.75;
7594 }
7595
7596 .border-opacity-100 {
7597   --bs-border-opacity: 1;
7598 }
7599
7600 .w-25 {
7601   width: 25% !important;
7602 }
7603
7604 .w-50 {
7605   width: 50% !important;
7606 }
7607
7608 .w-75 {
7609   width: 75% !important;
7610 }
7611
7612 .w-100 {
7613   width: 100% !important;
7614 }
7615
7616 .w-auto {
7617   width: auto !important;
7618 }
7619
7620 .mw-100 {
7621   max-width: 100% !important;
7622 }
7623
7624 .vw-100 {
7625   width: 100vw !important;
7626 }
7627
7628 .min-vw-100 {
7629   min-width: 100vw !important;
7630 }
7631
7632 .h-25 {
7633   height: 25% !important;
7634 }
7635
7636 .h-50 {
7637   height: 50% !important;
7638 }
7639
7640 .h-75 {
7641   height: 75% !important;
7642 }
7643
7644 .h-100 {
7645   height: 100% !important;
7646 }
7647
7648 .h-auto {
7649   height: auto !important;
7650 }
7651
7652 .mh-100 {
7653   max-height: 100% !important;
7654 }
7655
7656 .vh-100 {
7657   height: 100vh !important;
7658 }
7659
7660 .min-vh-100 {
7661   min-height: 100vh !important;
7662 }
7663
7664 .flex-fill {
7665   flex: 1 1 auto !important;
7666 }
7667
7668 .flex-row {
7669   flex-direction: row !important;
7670 }
7671
7672 .flex-column {
7673   flex-direction: column !important;
7674 }
7675
7676 .flex-row-reverse {
7677   flex-direction: row-reverse !important;
7678 }
7679
7680 .flex-column-reverse {
7681   flex-direction: column-reverse !important;
7682 }
7683
7684 .flex-grow-0 {
7685   flex-grow: 0 !important;
7686 }
7687
7688 .flex-grow-1 {
7689   flex-grow: 1 !important;
7690 }
7691
7692 .flex-shrink-0 {
7693   flex-shrink: 0 !important;
7694 }
7695
7696 .flex-shrink-1 {
7697   flex-shrink: 1 !important;
7698 }
7699
7700 .flex-wrap {
7701   flex-wrap: wrap !important;
7702 }
7703
7704 .flex-nowrap {
7705   flex-wrap: nowrap !important;
7706 }
7707
7708 .flex-wrap-reverse {
7709   flex-wrap: wrap-reverse !important;
7710 }
7711
7712 .justify-content-start {
7713   justify-content: flex-start !important;
7714 }
7715
7716 .justify-content-end {
7717   justify-content: flex-end !important;
7718 }
7719
7720 .justify-content-center {
7721   justify-content: center !important;
7722 }
7723
7724 .justify-content-between {
7725   justify-content: space-between !important;
7726 }
7727
7728 .justify-content-around {
7729   justify-content: space-around !important;
7730 }
7731
7732 .justify-content-evenly {
7733   justify-content: space-evenly !important;
7734 }
7735
7736 .align-items-start {
7737   align-items: flex-start !important;
7738 }
7739
7740 .align-items-end {
7741   align-items: flex-end !important;
7742 }
7743
7744 .align-items-center {
7745   align-items: center !important;
7746 }
7747
7748 .align-items-baseline {
7749   align-items: baseline !important;
7750 }
7751
7752 .align-items-stretch {
7753   align-items: stretch !important;
7754 }
7755
7756 .align-content-start {
7757   align-content: flex-start !important;
7758 }
7759
7760 .align-content-end {
7761   align-content: flex-end !important;
7762 }
7763
7764 .align-content-center {
7765   align-content: center !important;
7766 }
7767
7768 .align-content-between {
7769   align-content: space-between !important;
7770 }
7771
7772 .align-content-around {
7773   align-content: space-around !important;
7774 }
7775
7776 .align-content-stretch {
7777   align-content: stretch !important;
7778 }
7779
7780 .align-self-auto {
7781   align-self: auto !important;
7782 }
7783
7784 .align-self-start {
7785   align-self: flex-start !important;
7786 }
7787
7788 .align-self-end {
7789   align-self: flex-end !important;
7790 }
7791
7792 .align-self-center {
7793   align-self: center !important;
7794 }
7795
7796 .align-self-baseline {
7797   align-self: baseline !important;
7798 }
7799
7800 .align-self-stretch {
7801   align-self: stretch !important;
7802 }
7803
7804 .order-first {
7805   order: -1 !important;
7806 }
7807
7808 .order-0 {
7809   order: 0 !important;
7810 }
7811
7812 .order-1 {
7813   order: 1 !important;
7814 }
7815
7816 .order-2 {
7817   order: 2 !important;
7818 }
7819
7820 .order-3 {
7821   order: 3 !important;
7822 }
7823
7824 .order-4 {
7825   order: 4 !important;
7826 }
7827
7828 .order-5 {
7829   order: 5 !important;
7830 }
7831
7832 .order-last {
7833   order: 6 !important;
7834 }
7835
7836 .m-0 {
7837   margin: 0 !important;
7838 }
7839
7840 .m-1 {
7841   margin: 0.25rem !important;
7842 }
7843
7844 .m-2 {
7845   margin: 0.5rem !important;
7846 }
7847
7848 .m-3 {
7849   margin: 1rem !important;
7850 }
7851
7852 .m-4 {
7853   margin: 1.5rem !important;
7854 }
7855
7856 .m-5 {
7857   margin: 3rem !important;
7858 }
7859
7860 .m-auto {
7861   margin: auto !important;
7862 }
7863
7864 .mx-0 {
7865   margin-right: 0 !important;
7866   margin-left: 0 !important;
7867 }
7868
7869 .mx-1 {
7870   margin-right: 0.25rem !important;
7871   margin-left: 0.25rem !important;
7872 }
7873
7874 .mx-2 {
7875   margin-right: 0.5rem !important;
7876   margin-left: 0.5rem !important;
7877 }
7878
7879 .mx-3 {
7880   margin-right: 1rem !important;
7881   margin-left: 1rem !important;
7882 }
7883
7884 .mx-4 {
7885   margin-right: 1.5rem !important;
7886   margin-left: 1.5rem !important;
7887 }
7888
7889 .mx-5 {
7890   margin-right: 3rem !important;
7891   margin-left: 3rem !important;
7892 }
7893
7894 .mx-auto {
7895   margin-right: auto !important;
7896   margin-left: auto !important;
7897 }
7898
7899 .my-0 {
7900   margin-top: 0 !important;
7901   margin-bottom: 0 !important;
7902 }
7903
7904 .my-1 {
7905   margin-top: 0.25rem !important;
7906   margin-bottom: 0.25rem !important;
7907 }
7908
7909 .my-2 {
7910   margin-top: 0.5rem !important;
7911   margin-bottom: 0.5rem !important;
7912 }
7913
7914 .my-3 {
7915   margin-top: 1rem !important;
7916   margin-bottom: 1rem !important;
7917 }
7918
7919 .my-4 {
7920   margin-top: 1.5rem !important;
7921   margin-bottom: 1.5rem !important;
7922 }
7923
7924 .my-5 {
7925   margin-top: 3rem !important;
7926   margin-bottom: 3rem !important;
7927 }
7928
7929 .my-auto {
7930   margin-top: auto !important;
7931   margin-bottom: auto !important;
7932 }
7933
7934 .mt-0 {
7935   margin-top: 0 !important;
7936 }
7937
7938 .mt-1 {
7939   margin-top: 0.25rem !important;
7940 }
7941
7942 .mt-2 {
7943   margin-top: 0.5rem !important;
7944 }
7945
7946 .mt-3 {
7947   margin-top: 1rem !important;
7948 }
7949
7950 .mt-4 {
7951   margin-top: 1.5rem !important;
7952 }
7953
7954 .mt-5 {
7955   margin-top: 3rem !important;
7956 }
7957
7958 .mt-auto {
7959   margin-top: auto !important;
7960 }
7961
7962 .me-0 {
7963   margin-right: 0 !important;
7964 }
7965
7966 .me-1 {
7967   margin-right: 0.25rem !important;
7968 }
7969
7970 .me-2 {
7971   margin-right: 0.5rem !important;
7972 }
7973
7974 .me-3 {
7975   margin-right: 1rem !important;
7976 }
7977
7978 .me-4 {
7979   margin-right: 1.5rem !important;
7980 }
7981
7982 .me-5 {
7983   margin-right: 3rem !important;
7984 }
7985
7986 .me-auto {
7987   margin-right: auto !important;
7988 }
7989
7990 .mb-0 {
7991   margin-bottom: 0 !important;
7992 }
7993
7994 .mb-1 {
7995   margin-bottom: 0.25rem !important;
7996 }
7997
7998 .mb-2 {
7999   margin-bottom: 0.5rem !important;
8000 }
8001
8002 .mb-3 {
8003   margin-bottom: 1rem !important;
8004 }
8005
8006 .mb-4 {
8007   margin-bottom: 1.5rem !important;
8008 }
8009
8010 .mb-5 {
8011   margin-bottom: 3rem !important;
8012 }
8013
8014 .mb-auto {
8015   margin-bottom: auto !important;
8016 }
8017
8018 .ms-0 {
8019   margin-left: 0 !important;
8020 }
8021
8022 .ms-1 {
8023   margin-left: 0.25rem !important;
8024 }
8025
8026 .ms-2 {
8027   margin-left: 0.5rem !important;
8028 }
8029
8030 .ms-3 {
8031   margin-left: 1rem !important;
8032 }
8033
8034 .ms-4 {
8035   margin-left: 1.5rem !important;
8036 }
8037
8038 .ms-5 {
8039   margin-left: 3rem !important;
8040 }
8041
8042 .ms-auto {
8043   margin-left: auto !important;
8044 }
8045
8046 .p-0 {
8047   padding: 0 !important;
8048 }
8049
8050 .p-1 {
8051   padding: 0.25rem !important;
8052 }
8053
8054 .p-2 {
8055   padding: 0.5rem !important;
8056 }
8057
8058 .p-3 {
8059   padding: 1rem !important;
8060 }
8061
8062 .p-4 {
8063   padding: 1.5rem !important;
8064 }
8065
8066 .p-5 {
8067   padding: 3rem !important;
8068 }
8069
8070 .px-0 {
8071   padding-right: 0 !important;
8072   padding-left: 0 !important;
8073 }
8074
8075 .px-1 {
8076   padding-right: 0.25rem !important;
8077   padding-left: 0.25rem !important;
8078 }
8079
8080 .px-2 {
8081   padding-right: 0.5rem !important;
8082   padding-left: 0.5rem !important;
8083 }
8084
8085 .px-3 {
8086   padding-right: 1rem !important;
8087   padding-left: 1rem !important;
8088 }
8089
8090 .px-4 {
8091   padding-right: 1.5rem !important;
8092   padding-left: 1.5rem !important;
8093 }
8094
8095 .px-5 {
8096   padding-right: 3rem !important;
8097   padding-left: 3rem !important;
8098 }
8099
8100 .py-0 {
8101   padding-top: 0 !important;
8102   padding-bottom: 0 !important;
8103 }
8104
8105 .py-1 {
8106   padding-top: 0.25rem !important;
8107   padding-bottom: 0.25rem !important;
8108 }
8109
8110 .py-2 {
8111   padding-top: 0.5rem !important;
8112   padding-bottom: 0.5rem !important;
8113 }
8114
8115 .py-3 {
8116   padding-top: 1rem !important;
8117   padding-bottom: 1rem !important;
8118 }
8119
8120 .py-4 {
8121   padding-top: 1.5rem !important;
8122   padding-bottom: 1.5rem !important;
8123 }
8124
8125 .py-5 {
8126   padding-top: 3rem !important;
8127   padding-bottom: 3rem !important;
8128 }
8129
8130 .pt-0 {
8131   padding-top: 0 !important;
8132 }
8133
8134 .pt-1 {
8135   padding-top: 0.25rem !important;
8136 }
8137
8138 .pt-2 {
8139   padding-top: 0.5rem !important;
8140 }
8141
8142 .pt-3 {
8143   padding-top: 1rem !important;
8144 }
8145
8146 .pt-4 {
8147   padding-top: 1.5rem !important;
8148 }
8149
8150 .pt-5 {
8151   padding-top: 3rem !important;
8152 }
8153
8154 .pe-0 {
8155   padding-right: 0 !important;
8156 }
8157
8158 .pe-1 {
8159   padding-right: 0.25rem !important;
8160 }
8161
8162 .pe-2 {
8163   padding-right: 0.5rem !important;
8164 }
8165
8166 .pe-3 {
8167   padding-right: 1rem !important;
8168 }
8169
8170 .pe-4 {
8171   padding-right: 1.5rem !important;
8172 }
8173
8174 .pe-5 {
8175   padding-right: 3rem !important;
8176 }
8177
8178 .pb-0 {
8179   padding-bottom: 0 !important;
8180 }
8181
8182 .pb-1 {
8183   padding-bottom: 0.25rem !important;
8184 }
8185
8186 .pb-2 {
8187   padding-bottom: 0.5rem !important;
8188 }
8189
8190 .pb-3 {
8191   padding-bottom: 1rem !important;
8192 }
8193
8194 .pb-4 {
8195   padding-bottom: 1.5rem !important;
8196 }
8197
8198 .pb-5 {
8199   padding-bottom: 3rem !important;
8200 }
8201
8202 .ps-0 {
8203   padding-left: 0 !important;
8204 }
8205
8206 .ps-1 {
8207   padding-left: 0.25rem !important;
8208 }
8209
8210 .ps-2 {
8211   padding-left: 0.5rem !important;
8212 }
8213
8214 .ps-3 {
8215   padding-left: 1rem !important;
8216 }
8217
8218 .ps-4 {
8219   padding-left: 1.5rem !important;
8220 }
8221
8222 .ps-5 {
8223   padding-left: 3rem !important;
8224 }
8225
8226 .gap-0 {
8227   gap: 0 !important;
8228 }
8229
8230 .gap-1 {
8231   gap: 0.25rem !important;
8232 }
8233
8234 .gap-2 {
8235   gap: 0.5rem !important;
8236 }
8237
8238 .gap-3 {
8239   gap: 1rem !important;
8240 }
8241
8242 .gap-4 {
8243   gap: 1.5rem !important;
8244 }
8245
8246 .gap-5 {
8247   gap: 3rem !important;
8248 }
8249
8250 .row-gap-0 {
8251   row-gap: 0 !important;
8252 }
8253
8254 .row-gap-1 {
8255   row-gap: 0.25rem !important;
8256 }
8257
8258 .row-gap-2 {
8259   row-gap: 0.5rem !important;
8260 }
8261
8262 .row-gap-3 {
8263   row-gap: 1rem !important;
8264 }
8265
8266 .row-gap-4 {
8267   row-gap: 1.5rem !important;
8268 }
8269
8270 .row-gap-5 {
8271   row-gap: 3rem !important;
8272 }
8273
8274 .column-gap-0 {
8275   column-gap: 0 !important;
8276 }
8277
8278 .column-gap-1 {
8279   column-gap: 0.25rem !important;
8280 }
8281
8282 .column-gap-2 {
8283   column-gap: 0.5rem !important;
8284 }
8285
8286 .column-gap-3 {
8287   column-gap: 1rem !important;
8288 }
8289
8290 .column-gap-4 {
8291   column-gap: 1.5rem !important;
8292 }
8293
8294 .column-gap-5 {
8295   column-gap: 3rem !important;
8296 }
8297
8298 .font-monospace {
8299   font-family: var(--bs-font-monospace) !important;
8300 }
8301
8302 .fs-1 {
8303   font-size: calc(1.375rem + 1.5vw) !important;
8304 }
8305
8306 .fs-2 {
8307   font-size: calc(1.325rem + 0.9vw) !important;
8308 }
8309
8310 .fs-3 {
8311   font-size: calc(1.3rem + 0.6vw) !important;
8312 }
8313
8314 .fs-4 {
8315   font-size: calc(1.275rem + 0.3vw) !important;
8316 }
8317
8318 .fs-5 {
8319   font-size: 1.25rem !important;
8320 }
8321
8322 .fs-6 {
8323   font-size: 1rem !important;
8324 }
8325
8326 .fst-italic {
8327   font-style: italic !important;
8328 }
8329
8330 .fst-normal {
8331   font-style: normal !important;
8332 }
8333
8334 .fw-lighter {
8335   font-weight: lighter !important;
8336 }
8337
8338 .fw-light {
8339   font-weight: 300 !important;
8340 }
8341
8342 .fw-normal {
8343   font-weight: 400 !important;
8344 }
8345
8346 .fw-medium {
8347   font-weight: 500 !important;
8348 }
8349
8350 .fw-semibold {
8351   font-weight: 600 !important;
8352 }
8353
8354 .fw-bold {
8355   font-weight: 700 !important;
8356 }
8357
8358 .fw-bolder {
8359   font-weight: bolder !important;
8360 }
8361
8362 .lh-1 {
8363   line-height: 1 !important;
8364 }
8365
8366 .lh-sm {
8367   line-height: 1.25 !important;
8368 }
8369
8370 .lh-base {
8371   line-height: 1.5 !important;
8372 }
8373
8374 .lh-lg {
8375   line-height: 2 !important;
8376 }
8377
8378 .text-start {
8379   text-align: left !important;
8380 }
8381
8382 .text-end {
8383   text-align: right !important;
8384 }
8385
8386 .text-center {
8387   text-align: center !important;
8388 }
8389
8390 .text-decoration-none {
8391   text-decoration: none !important;
8392 }
8393
8394 .text-decoration-underline {
8395   text-decoration: underline !important;
8396 }
8397
8398 .text-decoration-line-through {
8399   text-decoration: line-through !important;
8400 }
8401
8402 .text-lowercase {
8403   text-transform: lowercase !important;
8404 }
8405
8406 .text-uppercase {
8407   text-transform: uppercase !important;
8408 }
8409
8410 .text-capitalize {
8411   text-transform: capitalize !important;
8412 }
8413
8414 .text-wrap {
8415   white-space: normal !important;
8416 }
8417
8418 .text-nowrap {
8419   white-space: nowrap !important;
8420 }
8421
8422 /* rtl:begin:remove */
8423 .text-break {
8424   word-wrap: break-word !important;
8425   word-break: break-word !important;
8426 }
8427
8428 /* rtl:end:remove */
8429 .text-primary {
8430   --bs-text-opacity: 1;
8431   color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
8432 }
8433
8434 .text-secondary {
8435   --bs-text-opacity: 1;
8436   color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
8437 }
8438
8439 .text-success {
8440   --bs-text-opacity: 1;
8441   color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
8442 }
8443
8444 .text-info {
8445   --bs-text-opacity: 1;
8446   color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
8447 }
8448
8449 .text-warning {
8450   --bs-text-opacity: 1;
8451   color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
8452 }
8453
8454 .text-danger {
8455   --bs-text-opacity: 1;
8456   color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
8457 }
8458
8459 .text-light {
8460   --bs-text-opacity: 1;
8461   color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
8462 }
8463
8464 .text-dark {
8465   --bs-text-opacity: 1;
8466   color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
8467 }
8468
8469 .text-black {
8470   --bs-text-opacity: 1;
8471   color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
8472 }
8473
8474 .text-white {
8475   --bs-text-opacity: 1;
8476   color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
8477 }
8478
8479 .text-body {
8480   --bs-text-opacity: 1;
8481   color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
8482 }
8483
8484 .text-muted {
8485   --bs-text-opacity: 1;
8486   color: var(--bs-secondary-color) !important;
8487 }
8488
8489 .text-black-50 {
8490   --bs-text-opacity: 1;
8491   color: rgba(0, 0, 0, 0.5) !important;
8492 }
8493
8494 .text-white-50 {
8495   --bs-text-opacity: 1;
8496   color: rgba(255, 255, 255, 0.5) !important;
8497 }
8498
8499 .text-body-secondary {
8500   --bs-text-opacity: 1;
8501   color: var(--bs-secondary-color) !important;
8502 }
8503
8504 .text-body-tertiary {
8505   --bs-text-opacity: 1;
8506   color: var(--bs-tertiary-color) !important;
8507 }
8508
8509 .text-body-emphasis {
8510   --bs-text-opacity: 1;
8511   color: var(--bs-emphasis-color) !important;
8512 }
8513
8514 .text-reset {
8515   --bs-text-opacity: 1;
8516   color: inherit !important;
8517 }
8518
8519 .text-opacity-25 {
8520   --bs-text-opacity: 0.25;
8521 }
8522
8523 .text-opacity-50 {
8524   --bs-text-opacity: 0.5;
8525 }
8526
8527 .text-opacity-75 {
8528   --bs-text-opacity: 0.75;
8529 }
8530
8531 .text-opacity-100 {
8532   --bs-text-opacity: 1;
8533 }
8534
8535 .text-primary-emphasis {
8536   color: var(--bs-primary-text-emphasis) !important;
8537 }
8538
8539 .text-secondary-emphasis {
8540   color: var(--bs-secondary-text-emphasis) !important;
8541 }
8542
8543 .text-success-emphasis {
8544   color: var(--bs-success-text-emphasis) !important;
8545 }
8546
8547 .text-info-emphasis {
8548   color: var(--bs-info-text-emphasis) !important;
8549 }
8550
8551 .text-warning-emphasis {
8552   color: var(--bs-warning-text-emphasis) !important;
8553 }
8554
8555 .text-danger-emphasis {
8556   color: var(--bs-danger-text-emphasis) !important;
8557 }
8558
8559 .text-light-emphasis {
8560   color: var(--bs-light-text-emphasis) !important;
8561 }
8562
8563 .text-dark-emphasis {
8564   color: var(--bs-dark-text-emphasis) !important;
8565 }
8566
8567 .link-opacity-10 {
8568   --bs-link-opacity: 0.1;
8569 }
8570
8571 .link-opacity-10-hover:hover {
8572   --bs-link-opacity: 0.1;
8573 }
8574
8575 .link-opacity-25 {
8576   --bs-link-opacity: 0.25;
8577 }
8578
8579 .link-opacity-25-hover:hover {
8580   --bs-link-opacity: 0.25;
8581 }
8582
8583 .link-opacity-50 {
8584   --bs-link-opacity: 0.5;
8585 }
8586
8587 .link-opacity-50-hover:hover {
8588   --bs-link-opacity: 0.5;
8589 }
8590
8591 .link-opacity-75 {
8592   --bs-link-opacity: 0.75;
8593 }
8594
8595 .link-opacity-75-hover:hover {
8596   --bs-link-opacity: 0.75;
8597 }
8598
8599 .link-opacity-100 {
8600   --bs-link-opacity: 1;
8601 }
8602
8603 .link-opacity-100-hover:hover {
8604   --bs-link-opacity: 1;
8605 }
8606
8607 .link-offset-1 {
8608   text-underline-offset: 0.125em !important;
8609 }
8610
8611 .link-offset-1-hover:hover {
8612   text-underline-offset: 0.125em !important;
8613 }
8614
8615 .link-offset-2 {
8616   text-underline-offset: 0.25em !important;
8617 }
8618
8619 .link-offset-2-hover:hover {
8620   text-underline-offset: 0.25em !important;
8621 }
8622
8623 .link-offset-3 {
8624   text-underline-offset: 0.375em !important;
8625 }
8626
8627 .link-offset-3-hover:hover {
8628   text-underline-offset: 0.375em !important;
8629 }
8630
8631 .link-underline-primary {
8632   --bs-link-underline-opacity: 1;
8633   text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
8634 }
8635
8636 .link-underline-secondary {
8637   --bs-link-underline-opacity: 1;
8638   text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
8639 }
8640
8641 .link-underline-success {
8642   --bs-link-underline-opacity: 1;
8643   text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
8644 }
8645
8646 .link-underline-info {
8647   --bs-link-underline-opacity: 1;
8648   text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
8649 }
8650
8651 .link-underline-warning {
8652   --bs-link-underline-opacity: 1;
8653   text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
8654 }
8655
8656 .link-underline-danger {
8657   --bs-link-underline-opacity: 1;
8658   text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
8659 }
8660
8661 .link-underline-light {
8662   --bs-link-underline-opacity: 1;
8663   text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
8664 }
8665
8666 .link-underline-dark {
8667   --bs-link-underline-opacity: 1;
8668   text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
8669 }
8670
8671 .link-underline {
8672   --bs-link-underline-opacity: 1;
8673   text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
8674 }
8675
8676 .link-underline-opacity-0 {
8677   --bs-link-underline-opacity: 0;
8678 }
8679
8680 .link-underline-opacity-0-hover:hover {
8681   --bs-link-underline-opacity: 0;
8682 }
8683
8684 .link-underline-opacity-10 {
8685   --bs-link-underline-opacity: 0.1;
8686 }
8687
8688 .link-underline-opacity-10-hover:hover {
8689   --bs-link-underline-opacity: 0.1;
8690 }
8691
8692 .link-underline-opacity-25 {
8693   --bs-link-underline-opacity: 0.25;
8694 }
8695
8696 .link-underline-opacity-25-hover:hover {
8697   --bs-link-underline-opacity: 0.25;
8698 }
8699
8700 .link-underline-opacity-50 {
8701   --bs-link-underline-opacity: 0.5;
8702 }
8703
8704 .link-underline-opacity-50-hover:hover {
8705   --bs-link-underline-opacity: 0.5;
8706 }
8707
8708 .link-underline-opacity-75 {
8709   --bs-link-underline-opacity: 0.75;
8710 }
8711
8712 .link-underline-opacity-75-hover:hover {
8713   --bs-link-underline-opacity: 0.75;
8714 }
8715
8716 .link-underline-opacity-100 {
8717   --bs-link-underline-opacity: 1;
8718 }
8719
8720 .link-underline-opacity-100-hover:hover {
8721   --bs-link-underline-opacity: 1;
8722 }
8723
8724 .bg-primary {
8725   --bs-bg-opacity: 1;
8726   background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
8727 }
8728
8729 .bg-secondary {
8730   --bs-bg-opacity: 1;
8731   background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
8732 }
8733
8734 .bg-success {
8735   --bs-bg-opacity: 1;
8736   background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
8737 }
8738
8739 .bg-info {
8740   --bs-bg-opacity: 1;
8741   background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
8742 }
8743
8744 .bg-warning {
8745   --bs-bg-opacity: 1;
8746   background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
8747 }
8748
8749 .bg-danger {
8750   --bs-bg-opacity: 1;
8751   background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
8752 }
8753
8754 .bg-light {
8755   --bs-bg-opacity: 1;
8756   background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
8757 }
8758
8759 .bg-dark {
8760   --bs-bg-opacity: 1;
8761   background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
8762 }
8763
8764 .bg-black {
8765   --bs-bg-opacity: 1;
8766   background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
8767 }
8768
8769 .bg-white {
8770   --bs-bg-opacity: 1;
8771   background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
8772 }
8773
8774 .bg-body {
8775   --bs-bg-opacity: 1;
8776   background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
8777 }
8778
8779 .bg-transparent {
8780   --bs-bg-opacity: 1;
8781   background-color: transparent !important;
8782 }
8783
8784 .bg-body-secondary {
8785   --bs-bg-opacity: 1;
8786   background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
8787 }
8788
8789 .bg-body-tertiary {
8790   --bs-bg-opacity: 1;
8791   background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
8792 }
8793
8794 .bg-opacity-10 {
8795   --bs-bg-opacity: 0.1;
8796 }
8797
8798 .bg-opacity-25 {
8799   --bs-bg-opacity: 0.25;
8800 }
8801
8802 .bg-opacity-50 {
8803   --bs-bg-opacity: 0.5;
8804 }
8805
8806 .bg-opacity-75 {
8807   --bs-bg-opacity: 0.75;
8808 }
8809
8810 .bg-opacity-100 {
8811   --bs-bg-opacity: 1;
8812 }
8813
8814 .bg-primary-subtle {
8815   background-color: var(--bs-primary-bg-subtle) !important;
8816 }
8817
8818 .bg-secondary-subtle {
8819   background-color: var(--bs-secondary-bg-subtle) !important;
8820 }
8821
8822 .bg-success-subtle {
8823   background-color: var(--bs-success-bg-subtle) !important;
8824 }
8825
8826 .bg-info-subtle {
8827   background-color: var(--bs-info-bg-subtle) !important;
8828 }
8829
8830 .bg-warning-subtle {
8831   background-color: var(--bs-warning-bg-subtle) !important;
8832 }
8833
8834 .bg-danger-subtle {
8835   background-color: var(--bs-danger-bg-subtle) !important;
8836 }
8837
8838 .bg-light-subtle {
8839   background-color: var(--bs-light-bg-subtle) !important;
8840 }
8841
8842 .bg-dark-subtle {
8843   background-color: var(--bs-dark-bg-subtle) !important;
8844 }
8845
8846 .bg-gradient {
8847   background-image: var(--bs-gradient) !important;
8848 }
8849
8850 .user-select-all {
8851   user-select: all !important;
8852 }
8853
8854 .user-select-auto {
8855   user-select: auto !important;
8856 }
8857
8858 .user-select-none {
8859   user-select: none !important;
8860 }
8861
8862 .pe-none {
8863   pointer-events: none !important;
8864 }
8865
8866 .pe-auto {
8867   pointer-events: auto !important;
8868 }
8869
8870 .rounded {
8871   border-radius: var(--bs-border-radius) !important;
8872 }
8873
8874 .rounded-0 {
8875   border-radius: 0 !important;
8876 }
8877
8878 .rounded-1 {
8879   border-radius: var(--bs-border-radius-sm) !important;
8880 }
8881
8882 .rounded-2 {
8883   border-radius: var(--bs-border-radius) !important;
8884 }
8885
8886 .rounded-3 {
8887   border-radius: var(--bs-border-radius-lg) !important;
8888 }
8889
8890 .rounded-4 {
8891   border-radius: var(--bs-border-radius-xl) !important;
8892 }
8893
8894 .rounded-5 {
8895   border-radius: var(--bs-border-radius-xxl) !important;
8896 }
8897
8898 .rounded-circle {
8899   border-radius: 50% !important;
8900 }
8901
8902 .rounded-pill {
8903   border-radius: var(--bs-border-radius-pill) !important;
8904 }
8905
8906 .rounded-top {
8907   border-top-left-radius: var(--bs-border-radius) !important;
8908   border-top-right-radius: var(--bs-border-radius) !important;
8909 }
8910
8911 .rounded-top-0 {
8912   border-top-left-radius: 0 !important;
8913   border-top-right-radius: 0 !important;
8914 }
8915
8916 .rounded-top-1 {
8917   border-top-left-radius: var(--bs-border-radius-sm) !important;
8918   border-top-right-radius: var(--bs-border-radius-sm) !important;
8919 }
8920
8921 .rounded-top-2 {
8922   border-top-left-radius: var(--bs-border-radius) !important;
8923   border-top-right-radius: var(--bs-border-radius) !important;
8924 }
8925
8926 .rounded-top-3 {
8927   border-top-left-radius: var(--bs-border-radius-lg) !important;
8928   border-top-right-radius: var(--bs-border-radius-lg) !important;
8929 }
8930
8931 .rounded-top-4 {
8932   border-top-left-radius: var(--bs-border-radius-xl) !important;
8933   border-top-right-radius: var(--bs-border-radius-xl) !important;
8934 }
8935
8936 .rounded-top-5 {
8937   border-top-left-radius: var(--bs-border-radius-xxl) !important;
8938   border-top-right-radius: var(--bs-border-radius-xxl) !important;
8939 }
8940
8941 .rounded-top-circle {
8942   border-top-left-radius: 50% !important;
8943   border-top-right-radius: 50% !important;
8944 }
8945
8946 .rounded-top-pill {
8947   border-top-left-radius: var(--bs-border-radius-pill) !important;
8948   border-top-right-radius: var(--bs-border-radius-pill) !important;
8949 }
8950
8951 .rounded-end {
8952   border-top-right-radius: var(--bs-border-radius) !important;
8953   border-bottom-right-radius: var(--bs-border-radius) !important;
8954 }
8955
8956 .rounded-end-0 {
8957   border-top-right-radius: 0 !important;
8958   border-bottom-right-radius: 0 !important;
8959 }
8960
8961 .rounded-end-1 {
8962   border-top-right-radius: var(--bs-border-radius-sm) !important;
8963   border-bottom-right-radius: var(--bs-border-radius-sm) !important;
8964 }
8965
8966 .rounded-end-2 {
8967   border-top-right-radius: var(--bs-border-radius) !important;
8968   border-bottom-right-radius: var(--bs-border-radius) !important;
8969 }
8970
8971 .rounded-end-3 {
8972   border-top-right-radius: var(--bs-border-radius-lg) !important;
8973   border-bottom-right-radius: var(--bs-border-radius-lg) !important;
8974 }
8975
8976 .rounded-end-4 {
8977   border-top-right-radius: var(--bs-border-radius-xl) !important;
8978   border-bottom-right-radius: var(--bs-border-radius-xl) !important;
8979 }
8980
8981 .rounded-end-5 {
8982   border-top-right-radius: var(--bs-border-radius-xxl) !important;
8983   border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
8984 }
8985
8986 .rounded-end-circle {
8987   border-top-right-radius: 50% !important;
8988   border-bottom-right-radius: 50% !important;
8989 }
8990
8991 .rounded-end-pill {
8992   border-top-right-radius: var(--bs-border-radius-pill) !important;
8993   border-bottom-right-radius: var(--bs-border-radius-pill) !important;
8994 }
8995
8996 .rounded-bottom {
8997   border-bottom-right-radius: var(--bs-border-radius) !important;
8998   border-bottom-left-radius: var(--bs-border-radius) !important;
8999 }
9000
9001 .rounded-bottom-0 {
9002   border-bottom-right-radius: 0 !important;
9003   border-bottom-left-radius: 0 !important;
9004 }
9005
9006 .rounded-bottom-1 {
9007   border-bottom-right-radius: var(--bs-border-radius-sm) !important;
9008   border-bottom-left-radius: var(--bs-border-radius-sm) !important;
9009 }
9010
9011 .rounded-bottom-2 {
9012   border-bottom-right-radius: var(--bs-border-radius) !important;
9013   border-bottom-left-radius: var(--bs-border-radius) !important;
9014 }
9015
9016 .rounded-bottom-3 {
9017   border-bottom-right-radius: var(--bs-border-radius-lg) !important;
9018   border-bottom-left-radius: var(--bs-border-radius-lg) !important;
9019 }
9020
9021 .rounded-bottom-4 {
9022   border-bottom-right-radius: var(--bs-border-radius-xl) !important;
9023   border-bottom-left-radius: var(--bs-border-radius-xl) !important;
9024 }
9025
9026 .rounded-bottom-5 {
9027   border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
9028   border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
9029 }
9030
9031 .rounded-bottom-circle {
9032   border-bottom-right-radius: 50% !important;
9033   border-bottom-left-radius: 50% !important;
9034 }
9035
9036 .rounded-bottom-pill {
9037   border-bottom-right-radius: var(--bs-border-radius-pill) !important;
9038   border-bottom-left-radius: var(--bs-border-radius-pill) !important;
9039 }
9040
9041 .rounded-start {
9042   border-bottom-left-radius: var(--bs-border-radius) !important;
9043   border-top-left-radius: var(--bs-border-radius) !important;
9044 }
9045
9046 .rounded-start-0 {
9047   border-bottom-left-radius: 0 !important;
9048   border-top-left-radius: 0 !important;
9049 }
9050
9051 .rounded-start-1 {
9052   border-bottom-left-radius: var(--bs-border-radius-sm) !important;
9053   border-top-left-radius: var(--bs-border-radius-sm) !important;
9054 }
9055
9056 .rounded-start-2 {
9057   border-bottom-left-radius: var(--bs-border-radius) !important;
9058   border-top-left-radius: var(--bs-border-radius) !important;
9059 }
9060
9061 .rounded-start-3 {
9062   border-bottom-left-radius: var(--bs-border-radius-lg) !important;
9063   border-top-left-radius: var(--bs-border-radius-lg) !important;
9064 }
9065
9066 .rounded-start-4 {
9067   border-bottom-left-radius: var(--bs-border-radius-xl) !important;
9068   border-top-left-radius: var(--bs-border-radius-xl) !important;
9069 }
9070
9071 .rounded-start-5 {
9072   border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
9073   border-top-left-radius: var(--bs-border-radius-xxl) !important;
9074 }
9075
9076 .rounded-start-circle {
9077   border-bottom-left-radius: 50% !important;
9078   border-top-left-radius: 50% !important;
9079 }
9080
9081 .rounded-start-pill {
9082   border-bottom-left-radius: var(--bs-border-radius-pill) !important;
9083   border-top-left-radius: var(--bs-border-radius-pill) !important;
9084 }
9085
9086 .visible {
9087   visibility: visible !important;
9088 }
9089
9090 .invisible {
9091   visibility: hidden !important;
9092 }
9093
9094 .z-n1 {
9095   z-index: -1 !important;
9096 }
9097
9098 .z-0 {
9099   z-index: 0 !important;
9100 }
9101
9102 .z-1 {
9103   z-index: 1 !important;
9104 }
9105
9106 .z-2 {
9107   z-index: 2 !important;
9108 }
9109
9110 .z-3 {
9111   z-index: 3 !important;
9112 }
9113
9114 @media (min-width: 576px) {
9115   .float-sm-start {
9116     float: left !important;
9117   }
9118   .float-sm-end {
9119     float: right !important;
9120   }
9121   .float-sm-none {
9122     float: none !important;
9123   }
9124   .object-fit-sm-contain {
9125     object-fit: contain !important;
9126   }
9127   .object-fit-sm-cover {
9128     object-fit: cover !important;
9129   }
9130   .object-fit-sm-fill {
9131     object-fit: fill !important;
9132   }
9133   .object-fit-sm-scale {
9134     object-fit: scale-down !important;
9135   }
9136   .object-fit-sm-none {
9137     object-fit: none !important;
9138   }
9139   .d-sm-inline {
9140     display: inline !important;
9141   }
9142   .d-sm-inline-block {
9143     display: inline-block !important;
9144   }
9145   .d-sm-block {
9146     display: block !important;
9147   }
9148   .d-sm-grid {
9149     display: grid !important;
9150   }
9151   .d-sm-inline-grid {
9152     display: inline-grid !important;
9153   }
9154   .d-sm-table {
9155     display: table !important;
9156   }
9157   .d-sm-table-row {
9158     display: table-row !important;
9159   }
9160   .d-sm-table-cell {
9161     display: table-cell !important;
9162   }
9163   .d-sm-flex {
9164     display: flex !important;
9165   }
9166   .d-sm-inline-flex {
9167     display: inline-flex !important;
9168   }
9169   .d-sm-none {
9170     display: none !important;
9171   }
9172   .flex-sm-fill {
9173     flex: 1 1 auto !important;
9174   }
9175   .flex-sm-row {
9176     flex-direction: row !important;
9177   }
9178   .flex-sm-column {
9179     flex-direction: column !important;
9180   }
9181   .flex-sm-row-reverse {
9182     flex-direction: row-reverse !important;
9183   }
9184   .flex-sm-column-reverse {
9185     flex-direction: column-reverse !important;
9186   }
9187   .flex-sm-grow-0 {
9188     flex-grow: 0 !important;
9189   }
9190   .flex-sm-grow-1 {
9191     flex-grow: 1 !important;
9192   }
9193   .flex-sm-shrink-0 {
9194     flex-shrink: 0 !important;
9195   }
9196   .flex-sm-shrink-1 {
9197     flex-shrink: 1 !important;
9198   }
9199   .flex-sm-wrap {
9200     flex-wrap: wrap !important;
9201   }
9202   .flex-sm-nowrap {
9203     flex-wrap: nowrap !important;
9204   }
9205   .flex-sm-wrap-reverse {
9206     flex-wrap: wrap-reverse !important;
9207   }
9208   .justify-content-sm-start {
9209     justify-content: flex-start !important;
9210   }
9211   .justify-content-sm-end {
9212     justify-content: flex-end !important;
9213   }
9214   .justify-content-sm-center {
9215     justify-content: center !important;
9216   }
9217   .justify-content-sm-between {
9218     justify-content: space-between !important;
9219   }
9220   .justify-content-sm-around {
9221     justify-content: space-around !important;
9222   }
9223   .justify-content-sm-evenly {
9224     justify-content: space-evenly !important;
9225   }
9226   .align-items-sm-start {
9227     align-items: flex-start !important;
9228   }
9229   .align-items-sm-end {
9230     align-items: flex-end !important;
9231   }
9232   .align-items-sm-center {
9233     align-items: center !important;
9234   }
9235   .align-items-sm-baseline {
9236     align-items: baseline !important;
9237   }
9238   .align-items-sm-stretch {
9239     align-items: stretch !important;
9240   }
9241   .align-content-sm-start {
9242     align-content: flex-start !important;
9243   }
9244   .align-content-sm-end {
9245     align-content: flex-end !important;
9246   }
9247   .align-content-sm-center {
9248     align-content: center !important;
9249   }
9250   .align-content-sm-between {
9251     align-content: space-between !important;
9252   }
9253   .align-content-sm-around {
9254     align-content: space-around !important;
9255   }
9256   .align-content-sm-stretch {
9257     align-content: stretch !important;
9258   }
9259   .align-self-sm-auto {
9260     align-self: auto !important;
9261   }
9262   .align-self-sm-start {
9263     align-self: flex-start !important;
9264   }
9265   .align-self-sm-end {
9266     align-self: flex-end !important;
9267   }
9268   .align-self-sm-center {
9269     align-self: center !important;
9270   }
9271   .align-self-sm-baseline {
9272     align-self: baseline !important;
9273   }
9274   .align-self-sm-stretch {
9275     align-self: stretch !important;
9276   }
9277   .order-sm-first {
9278     order: -1 !important;
9279   }
9280   .order-sm-0 {
9281     order: 0 !important;
9282   }
9283   .order-sm-1 {
9284     order: 1 !important;
9285   }
9286   .order-sm-2 {
9287     order: 2 !important;
9288   }
9289   .order-sm-3 {
9290     order: 3 !important;
9291   }
9292   .order-sm-4 {
9293     order: 4 !important;
9294   }
9295   .order-sm-5 {
9296     order: 5 !important;
9297   }
9298   .order-sm-last {
9299     order: 6 !important;
9300   }
9301   .m-sm-0 {
9302     margin: 0 !important;
9303   }
9304   .m-sm-1 {
9305     margin: 0.25rem !important;
9306   }
9307   .m-sm-2 {
9308     margin: 0.5rem !important;
9309   }
9310   .m-sm-3 {
9311     margin: 1rem !important;
9312   }
9313   .m-sm-4 {
9314     margin: 1.5rem !important;
9315   }
9316   .m-sm-5 {
9317     margin: 3rem !important;
9318   }
9319   .m-sm-auto {
9320     margin: auto !important;
9321   }
9322   .mx-sm-0 {
9323     margin-right: 0 !important;
9324     margin-left: 0 !important;
9325   }
9326   .mx-sm-1 {
9327     margin-right: 0.25rem !important;
9328     margin-left: 0.25rem !important;
9329   }
9330   .mx-sm-2 {
9331     margin-right: 0.5rem !important;
9332     margin-left: 0.5rem !important;
9333   }
9334   .mx-sm-3 {
9335     margin-right: 1rem !important;
9336     margin-left: 1rem !important;
9337   }
9338   .mx-sm-4 {
9339     margin-right: 1.5rem !important;
9340     margin-left: 1.5rem !important;
9341   }
9342   .mx-sm-5 {
9343     margin-right: 3rem !important;
9344     margin-left: 3rem !important;
9345   }
9346   .mx-sm-auto {
9347     margin-right: auto !important;
9348     margin-left: auto !important;
9349   }
9350   .my-sm-0 {
9351     margin-top: 0 !important;
9352     margin-bottom: 0 !important;
9353   }
9354   .my-sm-1 {
9355     margin-top: 0.25rem !important;
9356     margin-bottom: 0.25rem !important;
9357   }
9358   .my-sm-2 {
9359     margin-top: 0.5rem !important;
9360     margin-bottom: 0.5rem !important;
9361   }
9362   .my-sm-3 {
9363     margin-top: 1rem !important;
9364     margin-bottom: 1rem !important;
9365   }
9366   .my-sm-4 {
9367     margin-top: 1.5rem !important;
9368     margin-bottom: 1.5rem !important;
9369   }
9370   .my-sm-5 {
9371     margin-top: 3rem !important;
9372     margin-bottom: 3rem !important;
9373   }
9374   .my-sm-auto {
9375     margin-top: auto !important;
9376     margin-bottom: auto !important;
9377   }
9378   .mt-sm-0 {
9379     margin-top: 0 !important;
9380   }
9381   .mt-sm-1 {
9382     margin-top: 0.25rem !important;
9383   }
9384   .mt-sm-2 {
9385     margin-top: 0.5rem !important;
9386   }
9387   .mt-sm-3 {
9388     margin-top: 1rem !important;
9389   }
9390   .mt-sm-4 {
9391     margin-top: 1.5rem !important;
9392   }
9393   .mt-sm-5 {
9394     margin-top: 3rem !important;
9395   }
9396   .mt-sm-auto {
9397     margin-top: auto !important;
9398   }
9399   .me-sm-0 {
9400     margin-right: 0 !important;
9401   }
9402   .me-sm-1 {
9403     margin-right: 0.25rem !important;
9404   }
9405   .me-sm-2 {
9406     margin-right: 0.5rem !important;
9407   }
9408   .me-sm-3 {
9409     margin-right: 1rem !important;
9410   }
9411   .me-sm-4 {
9412     margin-right: 1.5rem !important;
9413   }
9414   .me-sm-5 {
9415     margin-right: 3rem !important;
9416   }
9417   .me-sm-auto {
9418     margin-right: auto !important;
9419   }
9420   .mb-sm-0 {
9421     margin-bottom: 0 !important;
9422   }
9423   .mb-sm-1 {
9424     margin-bottom: 0.25rem !important;
9425   }
9426   .mb-sm-2 {
9427     margin-bottom: 0.5rem !important;
9428   }
9429   .mb-sm-3 {
9430     margin-bottom: 1rem !important;
9431   }
9432   .mb-sm-4 {
9433     margin-bottom: 1.5rem !important;
9434   }
9435   .mb-sm-5 {
9436     margin-bottom: 3rem !important;
9437   }
9438   .mb-sm-auto {
9439     margin-bottom: auto !important;
9440   }
9441   .ms-sm-0 {
9442     margin-left: 0 !important;
9443   }
9444   .ms-sm-1 {
9445     margin-left: 0.25rem !important;
9446   }
9447   .ms-sm-2 {
9448     margin-left: 0.5rem !important;
9449   }
9450   .ms-sm-3 {
9451     margin-left: 1rem !important;
9452   }
9453   .ms-sm-4 {
9454     margin-left: 1.5rem !important;
9455   }
9456   .ms-sm-5 {
9457     margin-left: 3rem !important;
9458   }
9459   .ms-sm-auto {
9460     margin-left: auto !important;
9461   }
9462   .p-sm-0 {
9463     padding: 0 !important;
9464   }
9465   .p-sm-1 {
9466     padding: 0.25rem !important;
9467   }
9468   .p-sm-2 {
9469     padding: 0.5rem !important;
9470   }
9471   .p-sm-3 {
9472     padding: 1rem !important;
9473   }
9474   .p-sm-4 {
9475     padding: 1.5rem !important;
9476   }
9477   .p-sm-5 {
9478     padding: 3rem !important;
9479   }
9480   .px-sm-0 {
9481     padding-right: 0 !important;
9482     padding-left: 0 !important;
9483   }
9484   .px-sm-1 {
9485     padding-right: 0.25rem !important;
9486     padding-left: 0.25rem !important;
9487   }
9488   .px-sm-2 {
9489     padding-right: 0.5rem !important;
9490     padding-left: 0.5rem !important;
9491   }
9492   .px-sm-3 {
9493     padding-right: 1rem !important;
9494     padding-left: 1rem !important;
9495   }
9496   .px-sm-4 {
9497     padding-right: 1.5rem !important;
9498     padding-left: 1.5rem !important;
9499   }
9500   .px-sm-5 {
9501     padding-right: 3rem !important;
9502     padding-left: 3rem !important;
9503   }
9504   .py-sm-0 {
9505     padding-top: 0 !important;
9506     padding-bottom: 0 !important;
9507   }
9508   .py-sm-1 {
9509     padding-top: 0.25rem !important;
9510     padding-bottom: 0.25rem !important;
9511   }
9512   .py-sm-2 {
9513     padding-top: 0.5rem !important;
9514     padding-bottom: 0.5rem !important;
9515   }
9516   .py-sm-3 {
9517     padding-top: 1rem !important;
9518     padding-bottom: 1rem !important;
9519   }
9520   .py-sm-4 {
9521     padding-top: 1.5rem !important;
9522     padding-bottom: 1.5rem !important;
9523   }
9524   .py-sm-5 {
9525     padding-top: 3rem !important;
9526     padding-bottom: 3rem !important;
9527   }
9528   .pt-sm-0 {
9529     padding-top: 0 !important;
9530   }
9531   .pt-sm-1 {
9532     padding-top: 0.25rem !important;
9533   }
9534   .pt-sm-2 {
9535     padding-top: 0.5rem !important;
9536   }
9537   .pt-sm-3 {
9538     padding-top: 1rem !important;
9539   }
9540   .pt-sm-4 {
9541     padding-top: 1.5rem !important;
9542   }
9543   .pt-sm-5 {
9544     padding-top: 3rem !important;
9545   }
9546   .pe-sm-0 {
9547     padding-right: 0 !important;
9548   }
9549   .pe-sm-1 {
9550     padding-right: 0.25rem !important;
9551   }
9552   .pe-sm-2 {
9553     padding-right: 0.5rem !important;
9554   }
9555   .pe-sm-3 {
9556     padding-right: 1rem !important;
9557   }
9558   .pe-sm-4 {
9559     padding-right: 1.5rem !important;
9560   }
9561   .pe-sm-5 {
9562     padding-right: 3rem !important;
9563   }
9564   .pb-sm-0 {
9565     padding-bottom: 0 !important;
9566   }
9567   .pb-sm-1 {
9568     padding-bottom: 0.25rem !important;
9569   }
9570   .pb-sm-2 {
9571     padding-bottom: 0.5rem !important;
9572   }
9573   .pb-sm-3 {
9574     padding-bottom: 1rem !important;
9575   }
9576   .pb-sm-4 {
9577     padding-bottom: 1.5rem !important;
9578   }
9579   .pb-sm-5 {
9580     padding-bottom: 3rem !important;
9581   }
9582   .ps-sm-0 {
9583     padding-left: 0 !important;
9584   }
9585   .ps-sm-1 {
9586     padding-left: 0.25rem !important;
9587   }
9588   .ps-sm-2 {
9589     padding-left: 0.5rem !important;
9590   }
9591   .ps-sm-3 {
9592     padding-left: 1rem !important;
9593   }
9594   .ps-sm-4 {
9595     padding-left: 1.5rem !important;
9596   }
9597   .ps-sm-5 {
9598     padding-left: 3rem !important;
9599   }
9600   .gap-sm-0 {
9601     gap: 0 !important;
9602   }
9603   .gap-sm-1 {
9604     gap: 0.25rem !important;
9605   }
9606   .gap-sm-2 {
9607     gap: 0.5rem !important;
9608   }
9609   .gap-sm-3 {
9610     gap: 1rem !important;
9611   }
9612   .gap-sm-4 {
9613     gap: 1.5rem !important;
9614   }
9615   .gap-sm-5 {
9616     gap: 3rem !important;
9617   }
9618   .row-gap-sm-0 {
9619     row-gap: 0 !important;
9620   }
9621   .row-gap-sm-1 {
9622     row-gap: 0.25rem !important;
9623   }
9624   .row-gap-sm-2 {
9625     row-gap: 0.5rem !important;
9626   }
9627   .row-gap-sm-3 {
9628     row-gap: 1rem !important;
9629   }
9630   .row-gap-sm-4 {
9631     row-gap: 1.5rem !important;
9632   }
9633   .row-gap-sm-5 {
9634     row-gap: 3rem !important;
9635   }
9636   .column-gap-sm-0 {
9637     column-gap: 0 !important;
9638   }
9639   .column-gap-sm-1 {
9640     column-gap: 0.25rem !important;
9641   }
9642   .column-gap-sm-2 {
9643     column-gap: 0.5rem !important;
9644   }
9645   .column-gap-sm-3 {
9646     column-gap: 1rem !important;
9647   }
9648   .column-gap-sm-4 {
9649     column-gap: 1.5rem !important;
9650   }
9651   .column-gap-sm-5 {
9652     column-gap: 3rem !important;
9653   }
9654   .text-sm-start {
9655     text-align: left !important;
9656   }
9657   .text-sm-end {
9658     text-align: right !important;
9659   }
9660   .text-sm-center {
9661     text-align: center !important;
9662   }
9663 }
9664 @media (min-width: 768px) {
9665   .float-md-start {
9666     float: left !important;
9667   }
9668   .float-md-end {
9669     float: right !important;
9670   }
9671   .float-md-none {
9672     float: none !important;
9673   }
9674   .object-fit-md-contain {
9675     object-fit: contain !important;
9676   }
9677   .object-fit-md-cover {
9678     object-fit: cover !important;
9679   }
9680   .object-fit-md-fill {
9681     object-fit: fill !important;
9682   }
9683   .object-fit-md-scale {
9684     object-fit: scale-down !important;
9685   }
9686   .object-fit-md-none {
9687     object-fit: none !important;
9688   }
9689   .d-md-inline {
9690     display: inline !important;
9691   }
9692   .d-md-inline-block {
9693     display: inline-block !important;
9694   }
9695   .d-md-block {
9696     display: block !important;
9697   }
9698   .d-md-grid {
9699     display: grid !important;
9700   }
9701   .d-md-inline-grid {
9702     display: inline-grid !important;
9703   }
9704   .d-md-table {
9705     display: table !important;
9706   }
9707   .d-md-table-row {
9708     display: table-row !important;
9709   }
9710   .d-md-table-cell {
9711     display: table-cell !important;
9712   }
9713   .d-md-flex {
9714     display: flex !important;
9715   }
9716   .d-md-inline-flex {
9717     display: inline-flex !important;
9718   }
9719   .d-md-none {
9720     display: none !important;
9721   }
9722   .flex-md-fill {
9723     flex: 1 1 auto !important;
9724   }
9725   .flex-md-row {
9726     flex-direction: row !important;
9727   }
9728   .flex-md-column {
9729     flex-direction: column !important;
9730   }
9731   .flex-md-row-reverse {
9732     flex-direction: row-reverse !important;
9733   }
9734   .flex-md-column-reverse {
9735     flex-direction: column-reverse !important;
9736   }
9737   .flex-md-grow-0 {
9738     flex-grow: 0 !important;
9739   }
9740   .flex-md-grow-1 {
9741     flex-grow: 1 !important;
9742   }
9743   .flex-md-shrink-0 {
9744     flex-shrink: 0 !important;
9745   }
9746   .flex-md-shrink-1 {
9747     flex-shrink: 1 !important;
9748   }
9749   .flex-md-wrap {
9750     flex-wrap: wrap !important;
9751   }
9752   .flex-md-nowrap {
9753     flex-wrap: nowrap !important;
9754   }
9755   .flex-md-wrap-reverse {
9756     flex-wrap: wrap-reverse !important;
9757   }
9758   .justify-content-md-start {
9759     justify-content: flex-start !important;
9760   }
9761   .justify-content-md-end {
9762     justify-content: flex-end !important;
9763   }
9764   .justify-content-md-center {
9765     justify-content: center !important;
9766   }
9767   .justify-content-md-between {
9768     justify-content: space-between !important;
9769   }
9770   .justify-content-md-around {
9771     justify-content: space-around !important;
9772   }
9773   .justify-content-md-evenly {
9774     justify-content: space-evenly !important;
9775   }
9776   .align-items-md-start {
9777     align-items: flex-start !important;
9778   }
9779   .align-items-md-end {
9780     align-items: flex-end !important;
9781   }
9782   .align-items-md-center {
9783     align-items: center !important;
9784   }
9785   .align-items-md-baseline {
9786     align-items: baseline !important;
9787   }
9788   .align-items-md-stretch {
9789     align-items: stretch !important;
9790   }
9791   .align-content-md-start {
9792     align-content: flex-start !important;
9793   }
9794   .align-content-md-end {
9795     align-content: flex-end !important;
9796   }
9797   .align-content-md-center {
9798     align-content: center !important;
9799   }
9800   .align-content-md-between {
9801     align-content: space-between !important;
9802   }
9803   .align-content-md-around {
9804     align-content: space-around !important;
9805   }
9806   .align-content-md-stretch {
9807     align-content: stretch !important;
9808   }
9809   .align-self-md-auto {
9810     align-self: auto !important;
9811   }
9812   .align-self-md-start {
9813     align-self: flex-start !important;
9814   }
9815   .align-self-md-end {
9816     align-self: flex-end !important;
9817   }
9818   .align-self-md-center {
9819     align-self: center !important;
9820   }
9821   .align-self-md-baseline {
9822     align-self: baseline !important;
9823   }
9824   .align-self-md-stretch {
9825     align-self: stretch !important;
9826   }
9827   .order-md-first {
9828     order: -1 !important;
9829   }
9830   .order-md-0 {
9831     order: 0 !important;
9832   }
9833   .order-md-1 {
9834     order: 1 !important;
9835   }
9836   .order-md-2 {
9837     order: 2 !important;
9838   }
9839   .order-md-3 {
9840     order: 3 !important;
9841   }
9842   .order-md-4 {
9843     order: 4 !important;
9844   }
9845   .order-md-5 {
9846     order: 5 !important;
9847   }
9848   .order-md-last {
9849     order: 6 !important;
9850   }
9851   .m-md-0 {
9852     margin: 0 !important;
9853   }
9854   .m-md-1 {
9855     margin: 0.25rem !important;
9856   }
9857   .m-md-2 {
9858     margin: 0.5rem !important;
9859   }
9860   .m-md-3 {
9861     margin: 1rem !important;
9862   }
9863   .m-md-4 {
9864     margin: 1.5rem !important;
9865   }
9866   .m-md-5 {
9867     margin: 3rem !important;
9868   }
9869   .m-md-auto {
9870     margin: auto !important;
9871   }
9872   .mx-md-0 {
9873     margin-right: 0 !important;
9874     margin-left: 0 !important;
9875   }
9876   .mx-md-1 {
9877     margin-right: 0.25rem !important;
9878     margin-left: 0.25rem !important;
9879   }
9880   .mx-md-2 {
9881     margin-right: 0.5rem !important;
9882     margin-left: 0.5rem !important;
9883   }
9884   .mx-md-3 {
9885     margin-right: 1rem !important;
9886     margin-left: 1rem !important;
9887   }
9888   .mx-md-4 {
9889     margin-right: 1.5rem !important;
9890     margin-left: 1.5rem !important;
9891   }
9892   .mx-md-5 {
9893     margin-right: 3rem !important;
9894     margin-left: 3rem !important;
9895   }
9896   .mx-md-auto {
9897     margin-right: auto !important;
9898     margin-left: auto !important;
9899   }
9900   .my-md-0 {
9901     margin-top: 0 !important;
9902     margin-bottom: 0 !important;
9903   }
9904   .my-md-1 {
9905     margin-top: 0.25rem !important;
9906     margin-bottom: 0.25rem !important;
9907   }
9908   .my-md-2 {
9909     margin-top: 0.5rem !important;
9910     margin-bottom: 0.5rem !important;
9911   }
9912   .my-md-3 {
9913     margin-top: 1rem !important;
9914     margin-bottom: 1rem !important;
9915   }
9916   .my-md-4 {
9917     margin-top: 1.5rem !important;
9918     margin-bottom: 1.5rem !important;
9919   }
9920   .my-md-5 {
9921     margin-top: 3rem !important;
9922     margin-bottom: 3rem !important;
9923   }
9924   .my-md-auto {
9925     margin-top: auto !important;
9926     margin-bottom: auto !important;
9927   }
9928   .mt-md-0 {
9929     margin-top: 0 !important;
9930   }
9931   .mt-md-1 {
9932     margin-top: 0.25rem !important;
9933   }
9934   .mt-md-2 {
9935     margin-top: 0.5rem !important;
9936   }
9937   .mt-md-3 {
9938     margin-top: 1rem !important;
9939   }
9940   .mt-md-4 {
9941     margin-top: 1.5rem !important;
9942   }
9943   .mt-md-5 {
9944     margin-top: 3rem !important;
9945   }
9946   .mt-md-auto {
9947     margin-top: auto !important;
9948   }
9949   .me-md-0 {
9950     margin-right: 0 !important;
9951   }
9952   .me-md-1 {
9953     margin-right: 0.25rem !important;
9954   }
9955   .me-md-2 {
9956     margin-right: 0.5rem !important;
9957   }
9958   .me-md-3 {
9959     margin-right: 1rem !important;
9960   }
9961   .me-md-4 {
9962     margin-right: 1.5rem !important;
9963   }
9964   .me-md-5 {
9965     margin-right: 3rem !important;
9966   }
9967   .me-md-auto {
9968     margin-right: auto !important;
9969   }
9970   .mb-md-0 {
9971     margin-bottom: 0 !important;
9972   }
9973   .mb-md-1 {
9974     margin-bottom: 0.25rem !important;
9975   }
9976   .mb-md-2 {
9977     margin-bottom: 0.5rem !important;
9978   }
9979   .mb-md-3 {
9980     margin-bottom: 1rem !important;
9981   }
9982   .mb-md-4 {
9983     margin-bottom: 1.5rem !important;
9984   }
9985   .mb-md-5 {
9986     margin-bottom: 3rem !important;
9987   }
9988   .mb-md-auto {
9989     margin-bottom: auto !important;
9990   }
9991   .ms-md-0 {
9992     margin-left: 0 !important;
9993   }
9994   .ms-md-1 {
9995     margin-left: 0.25rem !important;
9996   }
9997   .ms-md-2 {
9998     margin-left: 0.5rem !important;
9999   }
10000   .ms-md-3 {
10001     margin-left: 1rem !important;
10002   }
10003   .ms-md-4 {
10004     margin-left: 1.5rem !important;
10005   }
10006   .ms-md-5 {
10007     margin-left: 3rem !important;
10008   }
10009   .ms-md-auto {
10010     margin-left: auto !important;
10011   }
10012   .p-md-0 {
10013     padding: 0 !important;
10014   }
10015   .p-md-1 {
10016     padding: 0.25rem !important;
10017   }
10018   .p-md-2 {
10019     padding: 0.5rem !important;
10020   }
10021   .p-md-3 {
10022     padding: 1rem !important;
10023   }
10024   .p-md-4 {
10025     padding: 1.5rem !important;
10026   }
10027   .p-md-5 {
10028     padding: 3rem !important;
10029   }
10030   .px-md-0 {
10031     padding-right: 0 !important;
10032     padding-left: 0 !important;
10033   }
10034   .px-md-1 {
10035     padding-right: 0.25rem !important;
10036     padding-left: 0.25rem !important;
10037   }
10038   .px-md-2 {
10039     padding-right: 0.5rem !important;
10040     padding-left: 0.5rem !important;
10041   }
10042   .px-md-3 {
10043     padding-right: 1rem !important;
10044     padding-left: 1rem !important;
10045   }
10046   .px-md-4 {
10047     padding-right: 1.5rem !important;
10048     padding-left: 1.5rem !important;
10049   }
10050   .px-md-5 {
10051     padding-right: 3rem !important;
10052     padding-left: 3rem !important;
10053   }
10054   .py-md-0 {
10055     padding-top: 0 !important;
10056     padding-bottom: 0 !important;
10057   }
10058   .py-md-1 {
10059     padding-top: 0.25rem !important;
10060     padding-bottom: 0.25rem !important;
10061   }
10062   .py-md-2 {
10063     padding-top: 0.5rem !important;
10064     padding-bottom: 0.5rem !important;
10065   }
10066   .py-md-3 {
10067     padding-top: 1rem !important;
10068     padding-bottom: 1rem !important;
10069   }
10070   .py-md-4 {
10071     padding-top: 1.5rem !important;
10072     padding-bottom: 1.5rem !important;
10073   }
10074   .py-md-5 {
10075     padding-top: 3rem !important;
10076     padding-bottom: 3rem !important;
10077   }
10078   .pt-md-0 {
10079     padding-top: 0 !important;
10080   }
10081   .pt-md-1 {
10082     padding-top: 0.25rem !important;
10083   }
10084   .pt-md-2 {
10085     padding-top: 0.5rem !important;
10086   }
10087   .pt-md-3 {
10088     padding-top: 1rem !important;
10089   }
10090   .pt-md-4 {
10091     padding-top: 1.5rem !important;
10092   }
10093   .pt-md-5 {
10094     padding-top: 3rem !important;
10095   }
10096   .pe-md-0 {
10097     padding-right: 0 !important;
10098   }
10099   .pe-md-1 {
10100     padding-right: 0.25rem !important;
10101   }
10102   .pe-md-2 {
10103     padding-right: 0.5rem !important;
10104   }
10105   .pe-md-3 {
10106     padding-right: 1rem !important;
10107   }
10108   .pe-md-4 {
10109     padding-right: 1.5rem !important;
10110   }
10111   .pe-md-5 {
10112     padding-right: 3rem !important;
10113   }
10114   .pb-md-0 {
10115     padding-bottom: 0 !important;
10116   }
10117   .pb-md-1 {
10118     padding-bottom: 0.25rem !important;
10119   }
10120   .pb-md-2 {
10121     padding-bottom: 0.5rem !important;
10122   }
10123   .pb-md-3 {
10124     padding-bottom: 1rem !important;
10125   }
10126   .pb-md-4 {
10127     padding-bottom: 1.5rem !important;
10128   }
10129   .pb-md-5 {
10130     padding-bottom: 3rem !important;
10131   }
10132   .ps-md-0 {
10133     padding-left: 0 !important;
10134   }
10135   .ps-md-1 {
10136     padding-left: 0.25rem !important;
10137   }
10138   .ps-md-2 {
10139     padding-left: 0.5rem !important;
10140   }
10141   .ps-md-3 {
10142     padding-left: 1rem !important;
10143   }
10144   .ps-md-4 {
10145     padding-left: 1.5rem !important;
10146   }
10147   .ps-md-5 {
10148     padding-left: 3rem !important;
10149   }
10150   .gap-md-0 {
10151     gap: 0 !important;
10152   }
10153   .gap-md-1 {
10154     gap: 0.25rem !important;
10155   }
10156   .gap-md-2 {
10157     gap: 0.5rem !important;
10158   }
10159   .gap-md-3 {
10160     gap: 1rem !important;
10161   }
10162   .gap-md-4 {
10163     gap: 1.5rem !important;
10164   }
10165   .gap-md-5 {
10166     gap: 3rem !important;
10167   }
10168   .row-gap-md-0 {
10169     row-gap: 0 !important;
10170   }
10171   .row-gap-md-1 {
10172     row-gap: 0.25rem !important;
10173   }
10174   .row-gap-md-2 {
10175     row-gap: 0.5rem !important;
10176   }
10177   .row-gap-md-3 {
10178     row-gap: 1rem !important;
10179   }
10180   .row-gap-md-4 {
10181     row-gap: 1.5rem !important;
10182   }
10183   .row-gap-md-5 {
10184     row-gap: 3rem !important;
10185   }
10186   .column-gap-md-0 {
10187     column-gap: 0 !important;
10188   }
10189   .column-gap-md-1 {
10190     column-gap: 0.25rem !important;
10191   }
10192   .column-gap-md-2 {
10193     column-gap: 0.5rem !important;
10194   }
10195   .column-gap-md-3 {
10196     column-gap: 1rem !important;
10197   }
10198   .column-gap-md-4 {
10199     column-gap: 1.5rem !important;
10200   }
10201   .column-gap-md-5 {
10202     column-gap: 3rem !important;
10203   }
10204   .text-md-start {
10205     text-align: left !important;
10206   }
10207   .text-md-end {
10208     text-align: right !important;
10209   }
10210   .text-md-center {
10211     text-align: center !important;
10212   }
10213 }
10214 @media (min-width: 992px) {
10215   .float-lg-start {
10216     float: left !important;
10217   }
10218   .float-lg-end {
10219     float: right !important;
10220   }
10221   .float-lg-none {
10222     float: none !important;
10223   }
10224   .object-fit-lg-contain {
10225     object-fit: contain !important;
10226   }
10227   .object-fit-lg-cover {
10228     object-fit: cover !important;
10229   }
10230   .object-fit-lg-fill {
10231     object-fit: fill !important;
10232   }
10233   .object-fit-lg-scale {
10234     object-fit: scale-down !important;
10235   }
10236   .object-fit-lg-none {
10237     object-fit: none !important;
10238   }
10239   .d-lg-inline {
10240     display: inline !important;
10241   }
10242   .d-lg-inline-block {
10243     display: inline-block !important;
10244   }
10245   .d-lg-block {
10246     display: block !important;
10247   }
10248   .d-lg-grid {
10249     display: grid !important;
10250   }
10251   .d-lg-inline-grid {
10252     display: inline-grid !important;
10253   }
10254   .d-lg-table {
10255     display: table !important;
10256   }
10257   .d-lg-table-row {
10258     display: table-row !important;
10259   }
10260   .d-lg-table-cell {
10261     display: table-cell !important;
10262   }
10263   .d-lg-flex {
10264     display: flex !important;
10265   }
10266   .d-lg-inline-flex {
10267     display: inline-flex !important;
10268   }
10269   .d-lg-none {
10270     display: none !important;
10271   }
10272   .flex-lg-fill {
10273     flex: 1 1 auto !important;
10274   }
10275   .flex-lg-row {
10276     flex-direction: row !important;
10277   }
10278   .flex-lg-column {
10279     flex-direction: column !important;
10280   }
10281   .flex-lg-row-reverse {
10282     flex-direction: row-reverse !important;
10283   }
10284   .flex-lg-column-reverse {
10285     flex-direction: column-reverse !important;
10286   }
10287   .flex-lg-grow-0 {
10288     flex-grow: 0 !important;
10289   }
10290   .flex-lg-grow-1 {
10291     flex-grow: 1 !important;
10292   }
10293   .flex-lg-shrink-0 {
10294     flex-shrink: 0 !important;
10295   }
10296   .flex-lg-shrink-1 {
10297     flex-shrink: 1 !important;
10298   }
10299   .flex-lg-wrap {
10300     flex-wrap: wrap !important;
10301   }
10302   .flex-lg-nowrap {
10303     flex-wrap: nowrap !important;
10304   }
10305   .flex-lg-wrap-reverse {
10306     flex-wrap: wrap-reverse !important;
10307   }
10308   .justify-content-lg-start {
10309     justify-content: flex-start !important;
10310   }
10311   .justify-content-lg-end {
10312     justify-content: flex-end !important;
10313   }
10314   .justify-content-lg-center {
10315     justify-content: center !important;
10316   }
10317   .justify-content-lg-between {
10318     justify-content: space-between !important;
10319   }
10320   .justify-content-lg-around {
10321     justify-content: space-around !important;
10322   }
10323   .justify-content-lg-evenly {
10324     justify-content: space-evenly !important;
10325   }
10326   .align-items-lg-start {
10327     align-items: flex-start !important;
10328   }
10329   .align-items-lg-end {
10330     align-items: flex-end !important;
10331   }
10332   .align-items-lg-center {
10333     align-items: center !important;
10334   }
10335   .align-items-lg-baseline {
10336     align-items: baseline !important;
10337   }
10338   .align-items-lg-stretch {
10339     align-items: stretch !important;
10340   }
10341   .align-content-lg-start {
10342     align-content: flex-start !important;
10343   }
10344   .align-content-lg-end {
10345     align-content: flex-end !important;
10346   }
10347   .align-content-lg-center {
10348     align-content: center !important;
10349   }
10350   .align-content-lg-between {
10351     align-content: space-between !important;
10352   }
10353   .align-content-lg-around {
10354     align-content: space-around !important;
10355   }
10356   .align-content-lg-stretch {
10357     align-content: stretch !important;
10358   }
10359   .align-self-lg-auto {
10360     align-self: auto !important;
10361   }
10362   .align-self-lg-start {
10363     align-self: flex-start !important;
10364   }
10365   .align-self-lg-end {
10366     align-self: flex-end !important;
10367   }
10368   .align-self-lg-center {
10369     align-self: center !important;
10370   }
10371   .align-self-lg-baseline {
10372     align-self: baseline !important;
10373   }
10374   .align-self-lg-stretch {
10375     align-self: stretch !important;
10376   }
10377   .order-lg-first {
10378     order: -1 !important;
10379   }
10380   .order-lg-0 {
10381     order: 0 !important;
10382   }
10383   .order-lg-1 {
10384     order: 1 !important;
10385   }
10386   .order-lg-2 {
10387     order: 2 !important;
10388   }
10389   .order-lg-3 {
10390     order: 3 !important;
10391   }
10392   .order-lg-4 {
10393     order: 4 !important;
10394   }
10395   .order-lg-5 {
10396     order: 5 !important;
10397   }
10398   .order-lg-last {
10399     order: 6 !important;
10400   }
10401   .m-lg-0 {
10402     margin: 0 !important;
10403   }
10404   .m-lg-1 {
10405     margin: 0.25rem !important;
10406   }
10407   .m-lg-2 {
10408     margin: 0.5rem !important;
10409   }
10410   .m-lg-3 {
10411     margin: 1rem !important;
10412   }
10413   .m-lg-4 {
10414     margin: 1.5rem !important;
10415   }
10416   .m-lg-5 {
10417     margin: 3rem !important;
10418   }
10419   .m-lg-auto {
10420     margin: auto !important;
10421   }
10422   .mx-lg-0 {
10423     margin-right: 0 !important;
10424     margin-left: 0 !important;
10425   }
10426   .mx-lg-1 {
10427     margin-right: 0.25rem !important;
10428     margin-left: 0.25rem !important;
10429   }
10430   .mx-lg-2 {
10431     margin-right: 0.5rem !important;
10432     margin-left: 0.5rem !important;
10433   }
10434   .mx-lg-3 {
10435     margin-right: 1rem !important;
10436     margin-left: 1rem !important;
10437   }
10438   .mx-lg-4 {
10439     margin-right: 1.5rem !important;
10440     margin-left: 1.5rem !important;
10441   }
10442   .mx-lg-5 {
10443     margin-right: 3rem !important;
10444     margin-left: 3rem !important;
10445   }
10446   .mx-lg-auto {
10447     margin-right: auto !important;
10448     margin-left: auto !important;
10449   }
10450   .my-lg-0 {
10451     margin-top: 0 !important;
10452     margin-bottom: 0 !important;
10453   }
10454   .my-lg-1 {
10455     margin-top: 0.25rem !important;
10456     margin-bottom: 0.25rem !important;
10457   }
10458   .my-lg-2 {
10459     margin-top: 0.5rem !important;
10460     margin-bottom: 0.5rem !important;
10461   }
10462   .my-lg-3 {
10463     margin-top: 1rem !important;
10464     margin-bottom: 1rem !important;
10465   }
10466   .my-lg-4 {
10467     margin-top: 1.5rem !important;
10468     margin-bottom: 1.5rem !important;
10469   }
10470   .my-lg-5 {
10471     margin-top: 3rem !important;
10472     margin-bottom: 3rem !important;
10473   }
10474   .my-lg-auto {
10475     margin-top: auto !important;
10476     margin-bottom: auto !important;
10477   }
10478   .mt-lg-0 {
10479     margin-top: 0 !important;
10480   }
10481   .mt-lg-1 {
10482     margin-top: 0.25rem !important;
10483   }
10484   .mt-lg-2 {
10485     margin-top: 0.5rem !important;
10486   }
10487   .mt-lg-3 {
10488     margin-top: 1rem !important;
10489   }
10490   .mt-lg-4 {
10491     margin-top: 1.5rem !important;
10492   }
10493   .mt-lg-5 {
10494     margin-top: 3rem !important;
10495   }
10496   .mt-lg-auto {
10497     margin-top: auto !important;
10498   }
10499   .me-lg-0 {
10500     margin-right: 0 !important;
10501   }
10502   .me-lg-1 {
10503     margin-right: 0.25rem !important;
10504   }
10505   .me-lg-2 {
10506     margin-right: 0.5rem !important;
10507   }
10508   .me-lg-3 {
10509     margin-right: 1rem !important;
10510   }
10511   .me-lg-4 {
10512     margin-right: 1.5rem !important;
10513   }
10514   .me-lg-5 {
10515     margin-right: 3rem !important;
10516   }
10517   .me-lg-auto {
10518     margin-right: auto !important;
10519   }
10520   .mb-lg-0 {
10521     margin-bottom: 0 !important;
10522   }
10523   .mb-lg-1 {
10524     margin-bottom: 0.25rem !important;
10525   }
10526   .mb-lg-2 {
10527     margin-bottom: 0.5rem !important;
10528   }
10529   .mb-lg-3 {
10530     margin-bottom: 1rem !important;
10531   }
10532   .mb-lg-4 {
10533     margin-bottom: 1.5rem !important;
10534   }
10535   .mb-lg-5 {
10536     margin-bottom: 3rem !important;
10537   }
10538   .mb-lg-auto {
10539     margin-bottom: auto !important;
10540   }
10541   .ms-lg-0 {
10542     margin-left: 0 !important;
10543   }
10544   .ms-lg-1 {
10545     margin-left: 0.25rem !important;
10546   }
10547   .ms-lg-2 {
10548     margin-left: 0.5rem !important;
10549   }
10550   .ms-lg-3 {
10551     margin-left: 1rem !important;
10552   }
10553   .ms-lg-4 {
10554     margin-left: 1.5rem !important;
10555   }
10556   .ms-lg-5 {
10557     margin-left: 3rem !important;
10558   }
10559   .ms-lg-auto {
10560     margin-left: auto !important;
10561   }
10562   .p-lg-0 {
10563     padding: 0 !important;
10564   }
10565   .p-lg-1 {
10566     padding: 0.25rem !important;
10567   }
10568   .p-lg-2 {
10569     padding: 0.5rem !important;
10570   }
10571   .p-lg-3 {
10572     padding: 1rem !important;
10573   }
10574   .p-lg-4 {
10575     padding: 1.5rem !important;
10576   }
10577   .p-lg-5 {
10578     padding: 3rem !important;
10579   }
10580   .px-lg-0 {
10581     padding-right: 0 !important;
10582     padding-left: 0 !important;
10583   }
10584   .px-lg-1 {
10585     padding-right: 0.25rem !important;
10586     padding-left: 0.25rem !important;
10587   }
10588   .px-lg-2 {
10589     padding-right: 0.5rem !important;
10590     padding-left: 0.5rem !important;
10591   }
10592   .px-lg-3 {
10593     padding-right: 1rem !important;
10594     padding-left: 1rem !important;
10595   }
10596   .px-lg-4 {
10597     padding-right: 1.5rem !important;
10598     padding-left: 1.5rem !important;
10599   }
10600   .px-lg-5 {
10601     padding-right: 3rem !important;
10602     padding-left: 3rem !important;
10603   }
10604   .py-lg-0 {
10605     padding-top: 0 !important;
10606     padding-bottom: 0 !important;
10607   }
10608   .py-lg-1 {
10609     padding-top: 0.25rem !important;
10610     padding-bottom: 0.25rem !important;
10611   }
10612   .py-lg-2 {
10613     padding-top: 0.5rem !important;
10614     padding-bottom: 0.5rem !important;
10615   }
10616   .py-lg-3 {
10617     padding-top: 1rem !important;
10618     padding-bottom: 1rem !important;
10619   }
10620   .py-lg-4 {
10621     padding-top: 1.5rem !important;
10622     padding-bottom: 1.5rem !important;
10623   }
10624   .py-lg-5 {
10625     padding-top: 3rem !important;
10626     padding-bottom: 3rem !important;
10627   }
10628   .pt-lg-0 {
10629     padding-top: 0 !important;
10630   }
10631   .pt-lg-1 {
10632     padding-top: 0.25rem !important;
10633   }
10634   .pt-lg-2 {
10635     padding-top: 0.5rem !important;
10636   }
10637   .pt-lg-3 {
10638     padding-top: 1rem !important;
10639   }
10640   .pt-lg-4 {
10641     padding-top: 1.5rem !important;
10642   }
10643   .pt-lg-5 {
10644     padding-top: 3rem !important;
10645   }
10646   .pe-lg-0 {
10647     padding-right: 0 !important;
10648   }
10649   .pe-lg-1 {
10650     padding-right: 0.25rem !important;
10651   }
10652   .pe-lg-2 {
10653     padding-right: 0.5rem !important;
10654   }
10655   .pe-lg-3 {
10656     padding-right: 1rem !important;
10657   }
10658   .pe-lg-4 {
10659     padding-right: 1.5rem !important;
10660   }
10661   .pe-lg-5 {
10662     padding-right: 3rem !important;
10663   }
10664   .pb-lg-0 {
10665     padding-bottom: 0 !important;
10666   }
10667   .pb-lg-1 {
10668     padding-bottom: 0.25rem !important;
10669   }
10670   .pb-lg-2 {
10671     padding-bottom: 0.5rem !important;
10672   }
10673   .pb-lg-3 {
10674     padding-bottom: 1rem !important;
10675   }
10676   .pb-lg-4 {
10677     padding-bottom: 1.5rem !important;
10678   }
10679   .pb-lg-5 {
10680     padding-bottom: 3rem !important;
10681   }
10682   .ps-lg-0 {
10683     padding-left: 0 !important;
10684   }
10685   .ps-lg-1 {
10686     padding-left: 0.25rem !important;
10687   }
10688   .ps-lg-2 {
10689     padding-left: 0.5rem !important;
10690   }
10691   .ps-lg-3 {
10692     padding-left: 1rem !important;
10693   }
10694   .ps-lg-4 {
10695     padding-left: 1.5rem !important;
10696   }
10697   .ps-lg-5 {
10698     padding-left: 3rem !important;
10699   }
10700   .gap-lg-0 {
10701     gap: 0 !important;
10702   }
10703   .gap-lg-1 {
10704     gap: 0.25rem !important;
10705   }
10706   .gap-lg-2 {
10707     gap: 0.5rem !important;
10708   }
10709   .gap-lg-3 {
10710     gap: 1rem !important;
10711   }
10712   .gap-lg-4 {
10713     gap: 1.5rem !important;
10714   }
10715   .gap-lg-5 {
10716     gap: 3rem !important;
10717   }
10718   .row-gap-lg-0 {
10719     row-gap: 0 !important;
10720   }
10721   .row-gap-lg-1 {
10722     row-gap: 0.25rem !important;
10723   }
10724   .row-gap-lg-2 {
10725     row-gap: 0.5rem !important;
10726   }
10727   .row-gap-lg-3 {
10728     row-gap: 1rem !important;
10729   }
10730   .row-gap-lg-4 {
10731     row-gap: 1.5rem !important;
10732   }
10733   .row-gap-lg-5 {
10734     row-gap: 3rem !important;
10735   }
10736   .column-gap-lg-0 {
10737     column-gap: 0 !important;
10738   }
10739   .column-gap-lg-1 {
10740     column-gap: 0.25rem !important;
10741   }
10742   .column-gap-lg-2 {
10743     column-gap: 0.5rem !important;
10744   }
10745   .column-gap-lg-3 {
10746     column-gap: 1rem !important;
10747   }
10748   .column-gap-lg-4 {
10749     column-gap: 1.5rem !important;
10750   }
10751   .column-gap-lg-5 {
10752     column-gap: 3rem !important;
10753   }
10754   .text-lg-start {
10755     text-align: left !important;
10756   }
10757   .text-lg-end {
10758     text-align: right !important;
10759   }
10760   .text-lg-center {
10761     text-align: center !important;
10762   }
10763 }
10764 @media (min-width: 1200px) {
10765   .float-xl-start {
10766     float: left !important;
10767   }
10768   .float-xl-end {
10769     float: right !important;
10770   }
10771   .float-xl-none {
10772     float: none !important;
10773   }
10774   .object-fit-xl-contain {
10775     object-fit: contain !important;
10776   }
10777   .object-fit-xl-cover {
10778     object-fit: cover !important;
10779   }
10780   .object-fit-xl-fill {
10781     object-fit: fill !important;
10782   }
10783   .object-fit-xl-scale {
10784     object-fit: scale-down !important;
10785   }
10786   .object-fit-xl-none {
10787     object-fit: none !important;
10788   }
10789   .d-xl-inline {
10790     display: inline !important;
10791   }
10792   .d-xl-inline-block {
10793     display: inline-block !important;
10794   }
10795   .d-xl-block {
10796     display: block !important;
10797   }
10798   .d-xl-grid {
10799     display: grid !important;
10800   }
10801   .d-xl-inline-grid {
10802     display: inline-grid !important;
10803   }
10804   .d-xl-table {
10805     display: table !important;
10806   }
10807   .d-xl-table-row {
10808     display: table-row !important;
10809   }
10810   .d-xl-table-cell {
10811     display: table-cell !important;
10812   }
10813   .d-xl-flex {
10814     display: flex !important;
10815   }
10816   .d-xl-inline-flex {
10817     display: inline-flex !important;
10818   }
10819   .d-xl-none {
10820     display: none !important;
10821   }
10822   .flex-xl-fill {
10823     flex: 1 1 auto !important;
10824   }
10825   .flex-xl-row {
10826     flex-direction: row !important;
10827   }
10828   .flex-xl-column {
10829     flex-direction: column !important;
10830   }
10831   .flex-xl-row-reverse {
10832     flex-direction: row-reverse !important;
10833   }
10834   .flex-xl-column-reverse {
10835     flex-direction: column-reverse !important;
10836   }
10837   .flex-xl-grow-0 {
10838     flex-grow: 0 !important;
10839   }
10840   .flex-xl-grow-1 {
10841     flex-grow: 1 !important;
10842   }
10843   .flex-xl-shrink-0 {
10844     flex-shrink: 0 !important;
10845   }
10846   .flex-xl-shrink-1 {
10847     flex-shrink: 1 !important;
10848   }
10849   .flex-xl-wrap {
10850     flex-wrap: wrap !important;
10851   }
10852   .flex-xl-nowrap {
10853     flex-wrap: nowrap !important;
10854   }
10855   .flex-xl-wrap-reverse {
10856     flex-wrap: wrap-reverse !important;
10857   }
10858   .justify-content-xl-start {
10859     justify-content: flex-start !important;
10860   }
10861   .justify-content-xl-end {
10862     justify-content: flex-end !important;
10863   }
10864   .justify-content-xl-center {
10865     justify-content: center !important;
10866   }
10867   .justify-content-xl-between {
10868     justify-content: space-between !important;
10869   }
10870   .justify-content-xl-around {
10871     justify-content: space-around !important;
10872   }
10873   .justify-content-xl-evenly {
10874     justify-content: space-evenly !important;
10875   }
10876   .align-items-xl-start {
10877     align-items: flex-start !important;
10878   }
10879   .align-items-xl-end {
10880     align-items: flex-end !important;
10881   }
10882   .align-items-xl-center {
10883     align-items: center !important;
10884   }
10885   .align-items-xl-baseline {
10886     align-items: baseline !important;
10887   }
10888   .align-items-xl-stretch {
10889     align-items: stretch !important;
10890   }
10891   .align-content-xl-start {
10892     align-content: flex-start !important;
10893   }
10894   .align-content-xl-end {
10895     align-content: flex-end !important;
10896   }
10897   .align-content-xl-center {
10898     align-content: center !important;
10899   }
10900   .align-content-xl-between {
10901     align-content: space-between !important;
10902   }
10903   .align-content-xl-around {
10904     align-content: space-around !important;
10905   }
10906   .align-content-xl-stretch {
10907     align-content: stretch !important;
10908   }
10909   .align-self-xl-auto {
10910     align-self: auto !important;
10911   }
10912   .align-self-xl-start {
10913     align-self: flex-start !important;
10914   }
10915   .align-self-xl-end {
10916     align-self: flex-end !important;
10917   }
10918   .align-self-xl-center {
10919     align-self: center !important;
10920   }
10921   .align-self-xl-baseline {
10922     align-self: baseline !important;
10923   }
10924   .align-self-xl-stretch {
10925     align-self: stretch !important;
10926   }
10927   .order-xl-first {
10928     order: -1 !important;
10929   }
10930   .order-xl-0 {
10931     order: 0 !important;
10932   }
10933   .order-xl-1 {
10934     order: 1 !important;
10935   }
10936   .order-xl-2 {
10937     order: 2 !important;
10938   }
10939   .order-xl-3 {
10940     order: 3 !important;
10941   }
10942   .order-xl-4 {
10943     order: 4 !important;
10944   }
10945   .order-xl-5 {
10946     order: 5 !important;
10947   }
10948   .order-xl-last {
10949     order: 6 !important;
10950   }
10951   .m-xl-0 {
10952     margin: 0 !important;
10953   }
10954   .m-xl-1 {
10955     margin: 0.25rem !important;
10956   }
10957   .m-xl-2 {
10958     margin: 0.5rem !important;
10959   }
10960   .m-xl-3 {
10961     margin: 1rem !important;
10962   }
10963   .m-xl-4 {
10964     margin: 1.5rem !important;
10965   }
10966   .m-xl-5 {
10967     margin: 3rem !important;
10968   }
10969   .m-xl-auto {
10970     margin: auto !important;
10971   }
10972   .mx-xl-0 {
10973     margin-right: 0 !important;
10974     margin-left: 0 !important;
10975   }
10976   .mx-xl-1 {
10977     margin-right: 0.25rem !important;
10978     margin-left: 0.25rem !important;
10979   }
10980   .mx-xl-2 {
10981     margin-right: 0.5rem !important;
10982     margin-left: 0.5rem !important;
10983   }
10984   .mx-xl-3 {
10985     margin-right: 1rem !important;
10986     margin-left: 1rem !important;
10987   }
10988   .mx-xl-4 {
10989     margin-right: 1.5rem !important;
10990     margin-left: 1.5rem !important;
10991   }
10992   .mx-xl-5 {
10993     margin-right: 3rem !important;
10994     margin-left: 3rem !important;
10995   }
10996   .mx-xl-auto {
10997     margin-right: auto !important;
10998     margin-left: auto !important;
10999   }
11000   .my-xl-0 {
11001     margin-top: 0 !important;
11002     margin-bottom: 0 !important;
11003   }
11004   .my-xl-1 {
11005     margin-top: 0.25rem !important;
11006     margin-bottom: 0.25rem !important;
11007   }
11008   .my-xl-2 {
11009     margin-top: 0.5rem !important;
11010     margin-bottom: 0.5rem !important;
11011   }
11012   .my-xl-3 {
11013     margin-top: 1rem !important;
11014     margin-bottom: 1rem !important;
11015   }
11016   .my-xl-4 {
11017     margin-top: 1.5rem !important;
11018     margin-bottom: 1.5rem !important;
11019   }
11020   .my-xl-5 {
11021     margin-top: 3rem !important;
11022     margin-bottom: 3rem !important;
11023   }
11024   .my-xl-auto {
11025     margin-top: auto !important;
11026     margin-bottom: auto !important;
11027   }
11028   .mt-xl-0 {
11029     margin-top: 0 !important;
11030   }
11031   .mt-xl-1 {
11032     margin-top: 0.25rem !important;
11033   }
11034   .mt-xl-2 {
11035     margin-top: 0.5rem !important;
11036   }
11037   .mt-xl-3 {
11038     margin-top: 1rem !important;
11039   }
11040   .mt-xl-4 {
11041     margin-top: 1.5rem !important;
11042   }
11043   .mt-xl-5 {
11044     margin-top: 3rem !important;
11045   }
11046   .mt-xl-auto {
11047     margin-top: auto !important;
11048   }
11049   .me-xl-0 {
11050     margin-right: 0 !important;
11051   }
11052   .me-xl-1 {
11053     margin-right: 0.25rem !important;
11054   }
11055   .me-xl-2 {
11056     margin-right: 0.5rem !important;
11057   }
11058   .me-xl-3 {
11059     margin-right: 1rem !important;
11060   }
11061   .me-xl-4 {
11062     margin-right: 1.5rem !important;
11063   }
11064   .me-xl-5 {
11065     margin-right: 3rem !important;
11066   }
11067   .me-xl-auto {
11068     margin-right: auto !important;
11069   }
11070   .mb-xl-0 {
11071     margin-bottom: 0 !important;
11072   }
11073   .mb-xl-1 {
11074     margin-bottom: 0.25rem !important;
11075   }
11076   .mb-xl-2 {
11077     margin-bottom: 0.5rem !important;
11078   }
11079   .mb-xl-3 {
11080     margin-bottom: 1rem !important;
11081   }
11082   .mb-xl-4 {
11083     margin-bottom: 1.5rem !important;
11084   }
11085   .mb-xl-5 {
11086     margin-bottom: 3rem !important;
11087   }
11088   .mb-xl-auto {
11089     margin-bottom: auto !important;
11090   }
11091   .ms-xl-0 {
11092     margin-left: 0 !important;
11093   }
11094   .ms-xl-1 {
11095     margin-left: 0.25rem !important;
11096   }
11097   .ms-xl-2 {
11098     margin-left: 0.5rem !important;
11099   }
11100   .ms-xl-3 {
11101     margin-left: 1rem !important;
11102   }
11103   .ms-xl-4 {
11104     margin-left: 1.5rem !important;
11105   }
11106   .ms-xl-5 {
11107     margin-left: 3rem !important;
11108   }
11109   .ms-xl-auto {
11110     margin-left: auto !important;
11111   }
11112   .p-xl-0 {
11113     padding: 0 !important;
11114   }
11115   .p-xl-1 {
11116     padding: 0.25rem !important;
11117   }
11118   .p-xl-2 {
11119     padding: 0.5rem !important;
11120   }
11121   .p-xl-3 {
11122     padding: 1rem !important;
11123   }
11124   .p-xl-4 {
11125     padding: 1.5rem !important;
11126   }
11127   .p-xl-5 {
11128     padding: 3rem !important;
11129   }
11130   .px-xl-0 {
11131     padding-right: 0 !important;
11132     padding-left: 0 !important;
11133   }
11134   .px-xl-1 {
11135     padding-right: 0.25rem !important;
11136     padding-left: 0.25rem !important;
11137   }
11138   .px-xl-2 {
11139     padding-right: 0.5rem !important;
11140     padding-left: 0.5rem !important;
11141   }
11142   .px-xl-3 {
11143     padding-right: 1rem !important;
11144     padding-left: 1rem !important;
11145   }
11146   .px-xl-4 {
11147     padding-right: 1.5rem !important;
11148     padding-left: 1.5rem !important;
11149   }
11150   .px-xl-5 {
11151     padding-right: 3rem !important;
11152     padding-left: 3rem !important;
11153   }
11154   .py-xl-0 {
11155     padding-top: 0 !important;
11156     padding-bottom: 0 !important;
11157   }
11158   .py-xl-1 {
11159     padding-top: 0.25rem !important;
11160     padding-bottom: 0.25rem !important;
11161   }
11162   .py-xl-2 {
11163     padding-top: 0.5rem !important;
11164     padding-bottom: 0.5rem !important;
11165   }
11166   .py-xl-3 {
11167     padding-top: 1rem !important;
11168     padding-bottom: 1rem !important;
11169   }
11170   .py-xl-4 {
11171     padding-top: 1.5rem !important;
11172     padding-bottom: 1.5rem !important;
11173   }
11174   .py-xl-5 {
11175     padding-top: 3rem !important;
11176     padding-bottom: 3rem !important;
11177   }
11178   .pt-xl-0 {
11179     padding-top: 0 !important;
11180   }
11181   .pt-xl-1 {
11182     padding-top: 0.25rem !important;
11183   }
11184   .pt-xl-2 {
11185     padding-top: 0.5rem !important;
11186   }
11187   .pt-xl-3 {
11188     padding-top: 1rem !important;
11189   }
11190   .pt-xl-4 {
11191     padding-top: 1.5rem !important;
11192   }
11193   .pt-xl-5 {
11194     padding-top: 3rem !important;
11195   }
11196   .pe-xl-0 {
11197     padding-right: 0 !important;
11198   }
11199   .pe-xl-1 {
11200     padding-right: 0.25rem !important;
11201   }
11202   .pe-xl-2 {
11203     padding-right: 0.5rem !important;
11204   }
11205   .pe-xl-3 {
11206     padding-right: 1rem !important;
11207   }
11208   .pe-xl-4 {
11209     padding-right: 1.5rem !important;
11210   }
11211   .pe-xl-5 {
11212     padding-right: 3rem !important;
11213   }
11214   .pb-xl-0 {
11215     padding-bottom: 0 !important;
11216   }
11217   .pb-xl-1 {
11218     padding-bottom: 0.25rem !important;
11219   }
11220   .pb-xl-2 {
11221     padding-bottom: 0.5rem !important;
11222   }
11223   .pb-xl-3 {
11224     padding-bottom: 1rem !important;
11225   }
11226   .pb-xl-4 {
11227     padding-bottom: 1.5rem !important;
11228   }
11229   .pb-xl-5 {
11230     padding-bottom: 3rem !important;
11231   }
11232   .ps-xl-0 {
11233     padding-left: 0 !important;
11234   }
11235   .ps-xl-1 {
11236     padding-left: 0.25rem !important;
11237   }
11238   .ps-xl-2 {
11239     padding-left: 0.5rem !important;
11240   }
11241   .ps-xl-3 {
11242     padding-left: 1rem !important;
11243   }
11244   .ps-xl-4 {
11245     padding-left: 1.5rem !important;
11246   }
11247   .ps-xl-5 {
11248     padding-left: 3rem !important;
11249   }
11250   .gap-xl-0 {
11251     gap: 0 !important;
11252   }
11253   .gap-xl-1 {
11254     gap: 0.25rem !important;
11255   }
11256   .gap-xl-2 {
11257     gap: 0.5rem !important;
11258   }
11259   .gap-xl-3 {
11260     gap: 1rem !important;
11261   }
11262   .gap-xl-4 {
11263     gap: 1.5rem !important;
11264   }
11265   .gap-xl-5 {
11266     gap: 3rem !important;
11267   }
11268   .row-gap-xl-0 {
11269     row-gap: 0 !important;
11270   }
11271   .row-gap-xl-1 {
11272     row-gap: 0.25rem !important;
11273   }
11274   .row-gap-xl-2 {
11275     row-gap: 0.5rem !important;
11276   }
11277   .row-gap-xl-3 {
11278     row-gap: 1rem !important;
11279   }
11280   .row-gap-xl-4 {
11281     row-gap: 1.5rem !important;
11282   }
11283   .row-gap-xl-5 {
11284     row-gap: 3rem !important;
11285   }
11286   .column-gap-xl-0 {
11287     column-gap: 0 !important;
11288   }
11289   .column-gap-xl-1 {
11290     column-gap: 0.25rem !important;
11291   }
11292   .column-gap-xl-2 {
11293     column-gap: 0.5rem !important;
11294   }
11295   .column-gap-xl-3 {
11296     column-gap: 1rem !important;
11297   }
11298   .column-gap-xl-4 {
11299     column-gap: 1.5rem !important;
11300   }
11301   .column-gap-xl-5 {
11302     column-gap: 3rem !important;
11303   }
11304   .text-xl-start {
11305     text-align: left !important;
11306   }
11307   .text-xl-end {
11308     text-align: right !important;
11309   }
11310   .text-xl-center {
11311     text-align: center !important;
11312   }
11313 }
11314 @media (min-width: 1400px) {
11315   .float-xxl-start {
11316     float: left !important;
11317   }
11318   .float-xxl-end {
11319     float: right !important;
11320   }
11321   .float-xxl-none {
11322     float: none !important;
11323   }
11324   .object-fit-xxl-contain {
11325     object-fit: contain !important;
11326   }
11327   .object-fit-xxl-cover {
11328     object-fit: cover !important;
11329   }
11330   .object-fit-xxl-fill {
11331     object-fit: fill !important;
11332   }
11333   .object-fit-xxl-scale {
11334     object-fit: scale-down !important;
11335   }
11336   .object-fit-xxl-none {
11337     object-fit: none !important;
11338   }
11339   .d-xxl-inline {
11340     display: inline !important;
11341   }
11342   .d-xxl-inline-block {
11343     display: inline-block !important;
11344   }
11345   .d-xxl-block {
11346     display: block !important;
11347   }
11348   .d-xxl-grid {
11349     display: grid !important;
11350   }
11351   .d-xxl-inline-grid {
11352     display: inline-grid !important;
11353   }
11354   .d-xxl-table {
11355     display: table !important;
11356   }
11357   .d-xxl-table-row {
11358     display: table-row !important;
11359   }
11360   .d-xxl-table-cell {
11361     display: table-cell !important;
11362   }
11363   .d-xxl-flex {
11364     display: flex !important;
11365   }
11366   .d-xxl-inline-flex {
11367     display: inline-flex !important;
11368   }
11369   .d-xxl-none {
11370     display: none !important;
11371   }
11372   .flex-xxl-fill {
11373     flex: 1 1 auto !important;
11374   }
11375   .flex-xxl-row {
11376     flex-direction: row !important;
11377   }
11378   .flex-xxl-column {
11379     flex-direction: column !important;
11380   }
11381   .flex-xxl-row-reverse {
11382     flex-direction: row-reverse !important;
11383   }
11384   .flex-xxl-column-reverse {
11385     flex-direction: column-reverse !important;
11386   }
11387   .flex-xxl-grow-0 {
11388     flex-grow: 0 !important;
11389   }
11390   .flex-xxl-grow-1 {
11391     flex-grow: 1 !important;
11392   }
11393   .flex-xxl-shrink-0 {
11394     flex-shrink: 0 !important;
11395   }
11396   .flex-xxl-shrink-1 {
11397     flex-shrink: 1 !important;
11398   }
11399   .flex-xxl-wrap {
11400     flex-wrap: wrap !important;
11401   }
11402   .flex-xxl-nowrap {
11403     flex-wrap: nowrap !important;
11404   }
11405   .flex-xxl-wrap-reverse {
11406     flex-wrap: wrap-reverse !important;
11407   }
11408   .justify-content-xxl-start {
11409     justify-content: flex-start !important;
11410   }
11411   .justify-content-xxl-end {
11412     justify-content: flex-end !important;
11413   }
11414   .justify-content-xxl-center {
11415     justify-content: center !important;
11416   }
11417   .justify-content-xxl-between {
11418     justify-content: space-between !important;
11419   }
11420   .justify-content-xxl-around {
11421     justify-content: space-around !important;
11422   }
11423   .justify-content-xxl-evenly {
11424     justify-content: space-evenly !important;
11425   }
11426   .align-items-xxl-start {
11427     align-items: flex-start !important;
11428   }
11429   .align-items-xxl-end {
11430     align-items: flex-end !important;
11431   }
11432   .align-items-xxl-center {
11433     align-items: center !important;
11434   }
11435   .align-items-xxl-baseline {
11436     align-items: baseline !important;
11437   }
11438   .align-items-xxl-stretch {
11439     align-items: stretch !important;
11440   }
11441   .align-content-xxl-start {
11442     align-content: flex-start !important;
11443   }
11444   .align-content-xxl-end {
11445     align-content: flex-end !important;
11446   }
11447   .align-content-xxl-center {
11448     align-content: center !important;
11449   }
11450   .align-content-xxl-between {
11451     align-content: space-between !important;
11452   }
11453   .align-content-xxl-around {
11454     align-content: space-around !important;
11455   }
11456   .align-content-xxl-stretch {
11457     align-content: stretch !important;
11458   }
11459   .align-self-xxl-auto {
11460     align-self: auto !important;
11461   }
11462   .align-self-xxl-start {
11463     align-self: flex-start !important;
11464   }
11465   .align-self-xxl-end {
11466     align-self: flex-end !important;
11467   }
11468   .align-self-xxl-center {
11469     align-self: center !important;
11470   }
11471   .align-self-xxl-baseline {
11472     align-self: baseline !important;
11473   }
11474   .align-self-xxl-stretch {
11475     align-self: stretch !important;
11476   }
11477   .order-xxl-first {
11478     order: -1 !important;
11479   }
11480   .order-xxl-0 {
11481     order: 0 !important;
11482   }
11483   .order-xxl-1 {
11484     order: 1 !important;
11485   }
11486   .order-xxl-2 {
11487     order: 2 !important;
11488   }
11489   .order-xxl-3 {
11490     order: 3 !important;
11491   }
11492   .order-xxl-4 {
11493     order: 4 !important;
11494   }
11495   .order-xxl-5 {
11496     order: 5 !important;
11497   }
11498   .order-xxl-last {
11499     order: 6 !important;
11500   }
11501   .m-xxl-0 {
11502     margin: 0 !important;
11503   }
11504   .m-xxl-1 {
11505     margin: 0.25rem !important;
11506   }
11507   .m-xxl-2 {
11508     margin: 0.5rem !important;
11509   }
11510   .m-xxl-3 {
11511     margin: 1rem !important;
11512   }
11513   .m-xxl-4 {
11514     margin: 1.5rem !important;
11515   }
11516   .m-xxl-5 {
11517     margin: 3rem !important;
11518   }
11519   .m-xxl-auto {
11520     margin: auto !important;
11521   }
11522   .mx-xxl-0 {
11523     margin-right: 0 !important;
11524     margin-left: 0 !important;
11525   }
11526   .mx-xxl-1 {
11527     margin-right: 0.25rem !important;
11528     margin-left: 0.25rem !important;
11529   }
11530   .mx-xxl-2 {
11531     margin-right: 0.5rem !important;
11532     margin-left: 0.5rem !important;
11533   }
11534   .mx-xxl-3 {
11535     margin-right: 1rem !important;
11536     margin-left: 1rem !important;
11537   }
11538   .mx-xxl-4 {
11539     margin-right: 1.5rem !important;
11540     margin-left: 1.5rem !important;
11541   }
11542   .mx-xxl-5 {
11543     margin-right: 3rem !important;
11544     margin-left: 3rem !important;
11545   }
11546   .mx-xxl-auto {
11547     margin-right: auto !important;
11548     margin-left: auto !important;
11549   }
11550   .my-xxl-0 {
11551     margin-top: 0 !important;
11552     margin-bottom: 0 !important;
11553   }
11554   .my-xxl-1 {
11555     margin-top: 0.25rem !important;
11556     margin-bottom: 0.25rem !important;
11557   }
11558   .my-xxl-2 {
11559     margin-top: 0.5rem !important;
11560     margin-bottom: 0.5rem !important;
11561   }
11562   .my-xxl-3 {
11563     margin-top: 1rem !important;
11564     margin-bottom: 1rem !important;
11565   }
11566   .my-xxl-4 {
11567     margin-top: 1.5rem !important;
11568     margin-bottom: 1.5rem !important;
11569   }
11570   .my-xxl-5 {
11571     margin-top: 3rem !important;
11572     margin-bottom: 3rem !important;
11573   }
11574   .my-xxl-auto {
11575     margin-top: auto !important;
11576     margin-bottom: auto !important;
11577   }
11578   .mt-xxl-0 {
11579     margin-top: 0 !important;
11580   }
11581   .mt-xxl-1 {
11582     margin-top: 0.25rem !important;
11583   }
11584   .mt-xxl-2 {
11585     margin-top: 0.5rem !important;
11586   }
11587   .mt-xxl-3 {
11588     margin-top: 1rem !important;
11589   }
11590   .mt-xxl-4 {
11591     margin-top: 1.5rem !important;
11592   }
11593   .mt-xxl-5 {
11594     margin-top: 3rem !important;
11595   }
11596   .mt-xxl-auto {
11597     margin-top: auto !important;
11598   }
11599   .me-xxl-0 {
11600     margin-right: 0 !important;
11601   }
11602   .me-xxl-1 {
11603     margin-right: 0.25rem !important;
11604   }
11605   .me-xxl-2 {
11606     margin-right: 0.5rem !important;
11607   }
11608   .me-xxl-3 {
11609     margin-right: 1rem !important;
11610   }
11611   .me-xxl-4 {
11612     margin-right: 1.5rem !important;
11613   }
11614   .me-xxl-5 {
11615     margin-right: 3rem !important;
11616   }
11617   .me-xxl-auto {
11618     margin-right: auto !important;
11619   }
11620   .mb-xxl-0 {
11621     margin-bottom: 0 !important;
11622   }
11623   .mb-xxl-1 {
11624     margin-bottom: 0.25rem !important;
11625   }
11626   .mb-xxl-2 {
11627     margin-bottom: 0.5rem !important;
11628   }
11629   .mb-xxl-3 {
11630     margin-bottom: 1rem !important;
11631   }
11632   .mb-xxl-4 {
11633     margin-bottom: 1.5rem !important;
11634   }
11635   .mb-xxl-5 {
11636     margin-bottom: 3rem !important;
11637   }
11638   .mb-xxl-auto {
11639     margin-bottom: auto !important;
11640   }
11641   .ms-xxl-0 {
11642     margin-left: 0 !important;
11643   }
11644   .ms-xxl-1 {
11645     margin-left: 0.25rem !important;
11646   }
11647   .ms-xxl-2 {
11648     margin-left: 0.5rem !important;
11649   }
11650   .ms-xxl-3 {
11651     margin-left: 1rem !important;
11652   }
11653   .ms-xxl-4 {
11654     margin-left: 1.5rem !important;
11655   }
11656   .ms-xxl-5 {
11657     margin-left: 3rem !important;
11658   }
11659   .ms-xxl-auto {
11660     margin-left: auto !important;
11661   }
11662   .p-xxl-0 {
11663     padding: 0 !important;
11664   }
11665   .p-xxl-1 {
11666     padding: 0.25rem !important;
11667   }
11668   .p-xxl-2 {
11669     padding: 0.5rem !important;
11670   }
11671   .p-xxl-3 {
11672     padding: 1rem !important;
11673   }
11674   .p-xxl-4 {
11675     padding: 1.5rem !important;
11676   }
11677   .p-xxl-5 {
11678     padding: 3rem !important;
11679   }
11680   .px-xxl-0 {
11681     padding-right: 0 !important;
11682     padding-left: 0 !important;
11683   }
11684   .px-xxl-1 {
11685     padding-right: 0.25rem !important;
11686     padding-left: 0.25rem !important;
11687   }
11688   .px-xxl-2 {
11689     padding-right: 0.5rem !important;
11690     padding-left: 0.5rem !important;
11691   }
11692   .px-xxl-3 {
11693     padding-right: 1rem !important;
11694     padding-left: 1rem !important;
11695   }
11696   .px-xxl-4 {
11697     padding-right: 1.5rem !important;
11698     padding-left: 1.5rem !important;
11699   }
11700   .px-xxl-5 {
11701     padding-right: 3rem !important;
11702     padding-left: 3rem !important;
11703   }
11704   .py-xxl-0 {
11705     padding-top: 0 !important;
11706     padding-bottom: 0 !important;
11707   }
11708   .py-xxl-1 {
11709     padding-top: 0.25rem !important;
11710     padding-bottom: 0.25rem !important;
11711   }
11712   .py-xxl-2 {
11713     padding-top: 0.5rem !important;
11714     padding-bottom: 0.5rem !important;
11715   }
11716   .py-xxl-3 {
11717     padding-top: 1rem !important;
11718     padding-bottom: 1rem !important;
11719   }
11720   .py-xxl-4 {
11721     padding-top: 1.5rem !important;
11722     padding-bottom: 1.5rem !important;
11723   }
11724   .py-xxl-5 {
11725     padding-top: 3rem !important;
11726     padding-bottom: 3rem !important;
11727   }
11728   .pt-xxl-0 {
11729     padding-top: 0 !important;
11730   }
11731   .pt-xxl-1 {
11732     padding-top: 0.25rem !important;
11733   }
11734   .pt-xxl-2 {
11735     padding-top: 0.5rem !important;
11736   }
11737   .pt-xxl-3 {
11738     padding-top: 1rem !important;
11739   }
11740   .pt-xxl-4 {
11741     padding-top: 1.5rem !important;
11742   }
11743   .pt-xxl-5 {
11744     padding-top: 3rem !important;
11745   }
11746   .pe-xxl-0 {
11747     padding-right: 0 !important;
11748   }
11749   .pe-xxl-1 {
11750     padding-right: 0.25rem !important;
11751   }
11752   .pe-xxl-2 {
11753     padding-right: 0.5rem !important;
11754   }
11755   .pe-xxl-3 {
11756     padding-right: 1rem !important;
11757   }
11758   .pe-xxl-4 {
11759     padding-right: 1.5rem !important;
11760   }
11761   .pe-xxl-5 {
11762     padding-right: 3rem !important;
11763   }
11764   .pb-xxl-0 {
11765     padding-bottom: 0 !important;
11766   }
11767   .pb-xxl-1 {
11768     padding-bottom: 0.25rem !important;
11769   }
11770   .pb-xxl-2 {
11771     padding-bottom: 0.5rem !important;
11772   }
11773   .pb-xxl-3 {
11774     padding-bottom: 1rem !important;
11775   }
11776   .pb-xxl-4 {
11777     padding-bottom: 1.5rem !important;
11778   }
11779   .pb-xxl-5 {
11780     padding-bottom: 3rem !important;
11781   }
11782   .ps-xxl-0 {
11783     padding-left: 0 !important;
11784   }
11785   .ps-xxl-1 {
11786     padding-left: 0.25rem !important;
11787   }
11788   .ps-xxl-2 {
11789     padding-left: 0.5rem !important;
11790   }
11791   .ps-xxl-3 {
11792     padding-left: 1rem !important;
11793   }
11794   .ps-xxl-4 {
11795     padding-left: 1.5rem !important;
11796   }
11797   .ps-xxl-5 {
11798     padding-left: 3rem !important;
11799   }
11800   .gap-xxl-0 {
11801     gap: 0 !important;
11802   }
11803   .gap-xxl-1 {
11804     gap: 0.25rem !important;
11805   }
11806   .gap-xxl-2 {
11807     gap: 0.5rem !important;
11808   }
11809   .gap-xxl-3 {
11810     gap: 1rem !important;
11811   }
11812   .gap-xxl-4 {
11813     gap: 1.5rem !important;
11814   }
11815   .gap-xxl-5 {
11816     gap: 3rem !important;
11817   }
11818   .row-gap-xxl-0 {
11819     row-gap: 0 !important;
11820   }
11821   .row-gap-xxl-1 {
11822     row-gap: 0.25rem !important;
11823   }
11824   .row-gap-xxl-2 {
11825     row-gap: 0.5rem !important;
11826   }
11827   .row-gap-xxl-3 {
11828     row-gap: 1rem !important;
11829   }
11830   .row-gap-xxl-4 {
11831     row-gap: 1.5rem !important;
11832   }
11833   .row-gap-xxl-5 {
11834     row-gap: 3rem !important;
11835   }
11836   .column-gap-xxl-0 {
11837     column-gap: 0 !important;
11838   }
11839   .column-gap-xxl-1 {
11840     column-gap: 0.25rem !important;
11841   }
11842   .column-gap-xxl-2 {
11843     column-gap: 0.5rem !important;
11844   }
11845   .column-gap-xxl-3 {
11846     column-gap: 1rem !important;
11847   }
11848   .column-gap-xxl-4 {
11849     column-gap: 1.5rem !important;
11850   }
11851   .column-gap-xxl-5 {
11852     column-gap: 3rem !important;
11853   }
11854   .text-xxl-start {
11855     text-align: left !important;
11856   }
11857   .text-xxl-end {
11858     text-align: right !important;
11859   }
11860   .text-xxl-center {
11861     text-align: center !important;
11862   }
11863 }
11864 @media (min-width: 1200px) {
11865   .fs-1 {
11866     font-size: 2.5rem !important;
11867   }
11868   .fs-2 {
11869     font-size: 2rem !important;
11870   }
11871   .fs-3 {
11872     font-size: 1.75rem !important;
11873   }
11874   .fs-4 {
11875     font-size: 1.5rem !important;
11876   }
11877 }
11878 @media print {
11879   .d-print-inline {
11880     display: inline !important;
11881   }
11882   .d-print-inline-block {
11883     display: inline-block !important;
11884   }
11885   .d-print-block {
11886     display: block !important;
11887   }
11888   .d-print-grid {
11889     display: grid !important;
11890   }
11891   .d-print-inline-grid {
11892     display: inline-grid !important;
11893   }
11894   .d-print-table {
11895     display: table !important;
11896   }
11897   .d-print-table-row {
11898     display: table-row !important;
11899   }
11900   .d-print-table-cell {
11901     display: table-cell !important;
11902   }
11903   .d-print-flex {
11904     display: flex !important;
11905   }
11906   .d-print-inline-flex {
11907     display: inline-flex !important;
11908   }
11909   .d-print-none {
11910     display: none !important;
11911   }
11912 }
11913 .shadow-sm {
11914   background: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
11915 }
11916
11917 .navbar {
11918   background: none;
11919 }
11920
11921 .dropdown-item:hover,
11922 option:disabled {
11923   color: #01cdfe;
11924 }
11925
11926 .btn-sm, .btn-group-sm > .btn {
11927   margin: 0.25rem;
11928 }
11929
11930 .form-control::placeholder {
11931   text-shadow: 0.5px 0.5px 0 #01cdfe, 0.5px -0.5px 0 #01cdfe, -0.5px 0.5px 0 #01cdfe, -0.5px -0.5px 0 #01cdfe;
11932 }
11933
11934 .input-group-text {
11935   background: #adb5bd;
11936 }
11937
11938 /*# sourceMappingURL=vaporwave-dark.css.map */