:root{--color-primary-50: #f5f3ff;--color-primary-100: #ede9fe;--color-primary-200: #ddd6fe;--color-primary-300: #c4b5fd;--color-primary-400: #a78bfa;--color-primary-500: #8b5cf6;--color-primary-600: #7c3aed;--color-primary-700: #6d28d9;--color-primary-800: #5b21b6;--color-primary-900: #4c1d95;--color-secondary-50: #fefce8;--color-secondary-100: #fef9c3;--color-secondary-200: #fef08a;--color-secondary-300: #fde047;--color-secondary-400: #facc15;--color-secondary-500: #eab308;--color-secondary-600: #ca8a04;--color-secondary-700: #a16207;--color-secondary-800: #854d0e;--color-secondary-900: #713f12;--color-accent-300: #b0b0eb;--color-accent-400: #9a9adb;--color-accent-500: #8080c0;--color-success: #16a34a;--color-warning: #d97706;--color-danger: #dc2626;--color-info: #2563eb;--color-text-primary: #18181b;--color-text-secondary: #52525b;--color-text-muted: #71717a;--color-text-disabled: #a1a1aa;--color-border: #e4e4e7;--color-border-hover: #d4d4d8;--color-background: #ffffff;--color-background-secondary: #fafafa;--color-background-tertiary: #f4f4f5;--font-sans: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-heading: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-mono: "Fira Code", "Courier New", Consolas, Monaco, monospace;--font-body: var(--font-sans);--font-display: var(--font-heading);--font-code: var(--font-mono);--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 1.875rem;--text-4xl: 2.25rem;--text-5xl: 3rem;--font-normal: 400;--font-medium: 500;--font-semibold: 600;--font-bold: 700;--leading-tight: 1.25;--leading-normal: 1.5;--leading-relaxed: 1.75;--space-0: 0;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--space-16: 4rem;--space-20: 5rem;--radius-none: 0;--radius-sm: .125rem;--radius-base: .25rem;--radius-md: .375rem;--radius-lg: .5rem;--radius-xl: .75rem;--radius-2xl: 1rem;--radius-3xl: 1.5rem;--radius-full: 9999px;--border-width: 1px;--border-width-2: 2px;--border-width-4: 4px;--shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);--shadow-base: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-md: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);--shadow-xl: 0 25px 50px -12px rgba(0, 0, 0, .25);--shadow-primary: 0 4px 15px rgba(124, 58, 237, .3);--shadow-secondary: 0 4px 15px rgba(250, 204, 21, .3);--transition-fast: .15s ease-in-out;--transition-base: .2s ease-in-out;--transition-slow: .3s ease-in-out;--z-0: 0;--z-10: 10;--z-20: 20;--z-30: 30;--z-40: 40;--z-50: 50;--z-60: 60;--z-70: 70;--screen-sm: 640px;--screen-md: 768px;--screen-lg: 1024px;--screen-xl: 1280px;--screen-2xl: 1536px}@media (prefers-color-scheme: dark){:root.dark{--color-text-primary: #fafafa;--color-text-secondary: #d4d4d8;--color-text-muted: #a1a1aa;--color-text-disabled: #71717a;--color-border: #3f3f46;--color-border-hover: #52525b;--color-background: #09090b;--color-background-secondary: #18181b;--color-background-tertiary: #27272a}}*{transition-property:background-color,border-color,color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:var(--transition-fast)}*:focus{outline:2px solid transparent;outline-offset:2px}*:focus-visible{outline:2px solid var(--color-primary-600);outline-offset:2px}::-webkit-scrollbar-track{background:var(--color-background-secondary)}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-text-disabled)}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Poppins,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:Fira Code,Courier New,Consolas,Monaco,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}:root{--transition-fast: .15s ease;--transition-base: .3s ease}html{background-color:#fff}body{background-color:#fff;color:#111827;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}@media (prefers-color-scheme: dark){html,body{background-color:#fff!important;color:#111827!important}}.\!container{width:100%!important}.container{width:100%}@media (min-width: 640px){.\!container{max-width:640px!important}.container{max-width:640px}}@media (min-width: 768px){.\!container{max-width:768px!important}.container{max-width:768px}}@media (min-width: 1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media (min-width: 1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media (min-width: 1536px){.\!container{max-width:1536px!important}.container{max-width:1536px}}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:900;color:inherit}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:800;color:inherit}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-top:2em;margin-bottom:2em}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-family:inherit;color:var(--tw-prose-kbd);box-shadow:0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%),0 3px rgb(var(--tw-prose-kbd-shadows) / 10%);font-size:.875em;border-radius:.3125rem;padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;padding-inline-start:.375em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding-top:.8571429em;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-inline-start:1.1428571em}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){width:100%;table-layout:auto;margin-top:2em;margin-bottom:1rem;font-size:.875em;line-height:1.7142857;border-collapse:collapse}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)) th:first-child{border-top-left-radius:.5rem}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)) th:last-child{border-top-right-radius:.5rem}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose{--tw-prose-body: #374151;--tw-prose-headings: #111827;--tw-prose-lead: #4b5563;--tw-prose-links: #111827;--tw-prose-bold: #111827;--tw-prose-counters: #6b7280;--tw-prose-bullets: #d1d5db;--tw-prose-hr: #e5e7eb;--tw-prose-quotes: #111827;--tw-prose-quote-borders: #e5e7eb;--tw-prose-captions: #6b7280;--tw-prose-kbd: #111827;--tw-prose-kbd-shadows: 17 24 39;--tw-prose-code: #111827;--tw-prose-pre-code: #e5e7eb;--tw-prose-pre-bg: #1f2937;--tw-prose-th-borders: #d1d5db;--tw-prose-td-borders: #e5e7eb;--tw-prose-invert-body: #d1d5db;--tw-prose-invert-headings: #fff;--tw-prose-invert-lead: #9ca3af;--tw-prose-invert-links: #fff;--tw-prose-invert-bold: #fff;--tw-prose-invert-counters: #9ca3af;--tw-prose-invert-bullets: #4b5563;--tw-prose-invert-hr: #374151;--tw-prose-invert-quotes: #f3f4f6;--tw-prose-invert-quote-borders: #374151;--tw-prose-invert-captions: #9ca3af;--tw-prose-invert-kbd: #fff;--tw-prose-invert-kbd-shadows: 255 255 255;--tw-prose-invert-code: #fff;--tw-prose-invert-pre-code: #d1d5db;--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);--tw-prose-invert-th-borders: #4b5563;--tw-prose-invert-td-borders: #374151;font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.5714286em;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose :where(th):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:#e5e7eb;padding:.5rem 1rem;border:1px solid #d1d5db}.prose :where(td):not(:where([class~=not-prose],[class~=not-prose] *)){padding:.5rem 1rem;border:1px solid #d1d5db}.prose :where(tr):not(:where([class~=not-prose],[class~=not-prose] *)):nth-child(2n){background-color:#f9fafb}.prose :where(tbody):not(:where([class~=not-prose],[class~=not-prose] *)) td:first-child{border-bottom-left-radius:.5rem}.prose :where(tbody):not(:where([class~=not-prose],[class~=not-prose] *)) td:last-child{border-bottom-right-radius:.5rem}.prose-sm{font-size:.875rem;line-height:1.7142857}.prose-sm :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em}.prose-sm :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2857143em;line-height:1.5555556;margin-top:.8888889em;margin-bottom:.8888889em}.prose-sm :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.1111111em}.prose-sm :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.1428571em;margin-top:0;margin-bottom:.8em;line-height:1.2}.prose-sm :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.4285714em;margin-top:1.6em;margin-bottom:.8em;line-height:1.4}.prose-sm :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2857143em;margin-top:1.5555556em;margin-bottom:.4444444em;line-height:1.5555556}.prose-sm :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.4285714em;margin-bottom:.5714286em;line-height:1.4285714}.prose-sm :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-sm :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;border-radius:.3125rem;padding-top:.1428571em;padding-inline-end:.3571429em;padding-bottom:.1428571em;padding-inline-start:.3571429em}.prose-sm :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em}.prose-sm :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}.prose-sm :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em}.prose-sm :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.6666667;margin-top:1.6666667em;margin-bottom:1.6666667em;border-radius:.25rem;padding-top:.6666667em;padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.prose-sm :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-inline-start:1.5714286em}.prose-sm :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-inline-start:1.5714286em}.prose-sm :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.2857143em;margin-bottom:.2857143em}.prose-sm :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4285714em}.prose-sm :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4285714em}.prose-sm :where(.prose-sm>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5714286em;margin-bottom:.5714286em}.prose-sm :where(.prose-sm>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(.prose-sm>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em}.prose-sm :where(.prose-sm>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(.prose-sm>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em}.prose-sm :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5714286em;margin-bottom:.5714286em}.prose-sm :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em}.prose-sm :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.2857143em;padding-inline-start:1.5714286em}.prose-sm :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2.8571429em;margin-bottom:2.8571429em}.prose-sm :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.5}.prose-sm :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.prose-sm :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-sm :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-sm :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.6666667em;padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.prose-sm :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-sm :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-sm :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-sm :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.3333333;margin-top:.6666667em}.prose-sm :where(.prose-sm>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(.prose-sm>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-lg{font-size:1.125rem;line-height:1.7777778}.prose-lg :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em}.prose-lg :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2222222em;line-height:1.4545455;margin-top:1.0909091em;margin-bottom:1.0909091em}.prose-lg :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.6666667em;margin-bottom:1.6666667em;padding-inline-start:1em}.prose-lg :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.6666667em;margin-top:0;margin-bottom:.8333333em;line-height:1}.prose-lg :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.6666667em;margin-top:1.8666667em;margin-bottom:1.0666667em;line-height:1.3333333}.prose-lg :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.3333333em;margin-top:1.6666667em;margin-bottom:.6666667em;line-height:1.5}.prose-lg :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:.4444444em;line-height:1.5555556}.prose-lg :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-lg :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-lg :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-lg :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-lg :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;border-radius:.3125rem;padding-top:.2222222em;padding-inline-end:.4444444em;padding-bottom:.2222222em;padding-inline-start:.4444444em}.prose-lg :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em}.prose-lg :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8666667em}.prose-lg :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em}.prose-lg :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;line-height:1.75;margin-top:2em;margin-bottom:2em;border-radius:.375rem;padding-top:1em;padding-inline-end:1.5em;padding-bottom:1em;padding-inline-start:1.5em}.prose-lg :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.5555556em}.prose-lg :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.5555556em}.prose-lg :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.6666667em;margin-bottom:.6666667em}.prose-lg :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4444444em}.prose-lg :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4444444em}.prose-lg :where(.prose-lg>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.8888889em;margin-bottom:.8888889em}.prose-lg :where(.prose-lg>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.prose-lg :where(.prose-lg>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.3333333em}.prose-lg :where(.prose-lg>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.prose-lg :where(.prose-lg>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.3333333em}.prose-lg :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.8888889em;margin-bottom:.8888889em}.prose-lg :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em}.prose-lg :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.prose-lg :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.6666667em;padding-inline-start:1.5555556em}.prose-lg :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:3.1111111em;margin-bottom:3.1111111em}.prose-lg :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;line-height:1.5}.prose-lg :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:.75em;padding-bottom:.75em;padding-inline-start:.75em}.prose-lg :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-lg :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-lg :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.75em;padding-inline-end:.75em;padding-bottom:.75em;padding-inline-start:.75em}.prose-lg :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-lg :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-lg :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-lg :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-lg :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;line-height:1.5;margin-top:1em}.prose-lg :where(.prose-lg>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(.prose-lg>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.btn-base{display:inline-flex;align-items:center;justify-content:center;font-weight:500;border-radius:.5rem;padding:.5rem 1rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.btn-base:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-offset-width: 2px}.btn-base:disabled{transform:none;cursor:not-allowed;opacity:.5}.btn-ia{display:inline-flex;align-items:center;justify-content:center;font-weight:500;border-radius:.5rem;padding:.5rem 1rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.btn-ia:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-offset-width: 2px}.btn-ia:disabled{transform:none;cursor:not-allowed;opacity:.5}.btn-ia{--tw-bg-opacity: 1;background-color:rgb(124 58 237 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.btn-ia:hover{--tw-translate-y: -.125rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-bg-opacity: 1;background-color:rgb(109 40 217 / var(--tw-bg-opacity, 1));--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.btn-ia:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(139 92 246 / var(--tw-ring-opacity, 1))}.btn-ia:active{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.btn-ia svg{margin-right:.5rem;height:1.25rem;width:1.25rem;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.btn-ia:hover svg{--tw-rotate: 12deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.btn-mejorar{display:inline-flex;align-items:center;justify-content:center;font-weight:500;border-radius:.5rem;padding:.5rem 1rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.btn-mejorar:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-offset-width: 2px}.btn-mejorar:disabled{transform:none;cursor:not-allowed;opacity:.5}.btn-mejorar{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.btn-mejorar:hover{--tw-translate-y: -.125rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1));--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.btn-mejorar:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity, 1))}.btn-mejorar:active{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.btn-mejorar svg{margin-right:.5rem;height:1.25rem;width:1.25rem;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.btn-mejorar:hover svg{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.-inset-px{top:-1px;right:-1px;bottom:-1px;left:-1px}.inset-0{top:0;right:0;bottom:0;left:0}.inset-4{top:1rem;right:1rem;bottom:1rem;left:1rem}.inset-6{top:1.5rem;right:1.5rem;bottom:1.5rem;left:1.5rem}.inset-y-0{top:0;bottom:0}.-bottom-10{bottom:-2.5rem}.-bottom-24{bottom:-6rem}.-bottom-4{bottom:-1rem}.-bottom-40{bottom:-10rem}.-bottom-5{bottom:-1.25rem}.-bottom-8{bottom:-2rem}.-left-10{left:-2.5rem}.-left-24{left:-6rem}.-left-4{left:-1rem}.-left-40{left:-10rem}.-right-1{right:-.25rem}.-right-10{right:-2.5rem}.-right-2{right:-.5rem}.-right-24{right:-6rem}.-right-3{right:-.75rem}.-right-4{right:-1rem}.-right-40{right:-10rem}.-top-1{top:-.25rem}.-top-10{top:-2.5rem}.-top-2{top:-.5rem}.-top-24{top:-6rem}.-top-3{top:-.75rem}.-top-4{top:-1rem}.-top-40{top:-10rem}.bottom-0{bottom:0}.bottom-1\/3{bottom:33.333333%}.bottom-1\/4{bottom:25%}.bottom-10{bottom:2.5rem}.bottom-16{bottom:4rem}.bottom-2{bottom:.5rem}.bottom-20{bottom:5rem}.bottom-3{bottom:.75rem}.bottom-32{bottom:8rem}.bottom-4{bottom:1rem}.bottom-6{bottom:1.5rem}.bottom-8{bottom:2rem}.bottom-full{bottom:100%}.end-0{inset-inline-end:0px}.left-0{left:0}.left-1\/2{left:50%}.left-1\/4{left:25%}.left-10{left:2.5rem}.left-12{left:3rem}.left-2{left:.5rem}.left-20{left:5rem}.left-3{left:.75rem}.left-3\/4{left:75%}.left-32{left:8rem}.left-4{left:1rem}.left-40{left:10rem}.left-5{left:1.25rem}.left-6{left:1.5rem}.left-8{left:2rem}.left-full{left:100%}.right-0{right:0}.right-1{right:.25rem}.right-1\/3{right:33.333333%}.right-1\/4{right:25%}.right-10{right:2.5rem}.right-12{right:3rem}.right-2{right:.5rem}.right-20{right:5rem}.right-3{right:.75rem}.right-32{right:8rem}.right-4{right:1rem}.right-6{right:1.5rem}.right-8{right:2rem}.right-80{right:20rem}.right-full{right:100%}.start-0{inset-inline-start:0px}.top-0{top:0}.top-1{top:.25rem}.top-1\/2{top:50%}.top-1\/4{top:25%}.top-10{top:2.5rem}.top-16{top:4rem}.top-2{top:.5rem}.top-2\.5{top:.625rem}.top-2\/3{top:66.666667%}.top-20{top:5rem}.top-24{top:6rem}.top-3{top:.75rem}.top-3\/4{top:75%}.top-32{top:8rem}.top-4{top:1rem}.top-40{top:10rem}.top-5{top:1.25rem}.top-6{top:1.5rem}.top-8{top:2rem}.top-full{top:100%}.-z-10{z-index:-10}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-\[9999\]{z-index:9999}.order-1{order:1}.order-2{order:2}.col-auto{grid-column:auto}.col-span-1{grid-column:span 1 / span 1}.col-span-2{grid-column:span 2 / span 2}.col-span-3{grid-column:span 3 / span 3}.col-span-7{grid-column:span 7 / span 7}.col-span-full{grid-column:1 / -1}.float-right{float:right}.float-left{float:left}.-m-2{margin:-.5rem}.-m-6{margin:-1.5rem}.m-0{margin:0}.m-auto{margin:auto}.-mx-1\.5{margin-left:-.375rem;margin-right:-.375rem}.-mx-4{margin-left:-1rem;margin-right:-1rem}.-my-1\.5{margin-top:-.375rem;margin-bottom:-.375rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-3{margin-left:.75rem;margin-right:.75rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-6{margin-left:1.5rem;margin-right:1.5rem}.mx-8{margin-left:2rem;margin-right:2rem}.mx-auto{margin-left:auto;margin-right:auto}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-5{margin-top:1.25rem;margin-bottom:1.25rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-8{margin-top:2rem;margin-bottom:2rem}.-mb-16{margin-bottom:-4rem}.-mb-2{margin-bottom:-.5rem}.-mb-8{margin-bottom:-2rem}.-mb-px{margin-bottom:-1px}.-me-2{margin-inline-end:-.5rem}.-ml-0\.5{margin-left:-.125rem}.-ml-1{margin-left:-.25rem}.-ml-16{margin-left:-4rem}.-ml-2{margin-left:-.5rem}.-ml-px{margin-left:-1px}.-mr-0\.5{margin-right:-.125rem}.-mr-1{margin-right:-.25rem}.-mr-16{margin-right:-4rem}.-mr-2{margin-right:-.5rem}.-mt-1{margin-top:-.25rem}.-mt-10{margin-top:-2.5rem}.-mt-16{margin-top:-4rem}.-mt-2{margin-top:-.5rem}.-mt-20{margin-top:-5rem}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.me-2{margin-inline-end:.5rem}.me-3{margin-inline-end:.75rem}.ml-1{margin-left:.25rem}.ml-1\.5{margin-left:.375rem}.ml-10{margin-left:2.5rem}.ml-11{margin-left:2.75rem}.ml-12{margin-left:3rem}.ml-16{margin-left:4rem}.ml-2{margin-left:.5rem}.ml-24{margin-left:6rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-5{margin-left:1.25rem}.ml-6{margin-left:1.5rem}.ml-7{margin-left:1.75rem}.ml-8{margin-left:2rem}.ml-9{margin-left:2.25rem}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mr-1\.5{margin-right:.375rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mr-6{margin-right:1.5rem}.ms-1{margin-inline-start:.25rem}.ms-2{margin-inline-start:.5rem}.ms-3{margin-inline-start:.75rem}.ms-4{margin-inline-start:1rem}.mt-0{margin-top:0}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-16{margin-top:4rem}.mt-2{margin-top:.5rem}.mt-20{margin-top:5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-auto{margin-top:auto}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.line-clamp-3{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.flow-root{display:flow-root}.grid{display:grid}.contents{display:contents}.hidden{display:none}.aspect-square{aspect-ratio:1 / 1}.h-0{height:0px}.h-0\.5{height:.125rem}.h-1{height:.25rem}.h-1\.5{height:.375rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-20{height:5rem}.h-24{height:6rem}.h-28{height:7rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-32{height:8rem}.h-4{height:1rem}.h-40{height:10rem}.h-48{height:12rem}.h-5{height:1.25rem}.h-56{height:14rem}.h-6{height:1.5rem}.h-64{height:16rem}.h-7{height:1.75rem}.h-72{height:18rem}.h-8{height:2rem}.h-80{height:20rem}.h-9{height:2.25rem}.h-96{height:24rem}.h-\[600px\]{height:600px}.h-\[800px\]{height:800px}.h-auto{height:auto}.h-full{height:100%}.h-px{height:1px}.h-screen{height:100vh}.max-h-0{max-height:0px}.max-h-48{max-height:12rem}.max-h-60{max-height:15rem}.max-h-64{max-height:16rem}.max-h-80{max-height:20rem}.max-h-96{max-height:24rem}.max-h-\[1000px\]{max-height:1000px}.max-h-\[200px\]{max-height:200px}.max-h-\[520px\]{max-height:520px}.max-h-\[600px\]{max-height:600px}.max-h-\[60vh\]{max-height:60vh}.max-h-\[70vh\]{max-height:70vh}.max-h-\[80vh\]{max-height:80vh}.max-h-\[90vh\]{max-height:90vh}.max-h-\[calc\(100vh-200px\)\]{max-height:calc(100vh - 200px)}.max-h-\[calc\(100vh-300px\)\]{max-height:calc(100vh - 300px)}.max-h-\[calc\(90vh-120px\)\]{max-height:calc(90vh - 120px)}.max-h-\[calc\(90vh-200px\)\]{max-height:calc(90vh - 200px)}.max-h-full{max-height:100%}.max-h-screen{max-height:100vh}.min-h-\[100px\]{min-height:100px}.min-h-\[120px\]{min-height:120px}.min-h-\[200px\]{min-height:200px}.min-h-\[300px\]{min-height:300px}.min-h-\[3rem\]{min-height:3rem}.min-h-\[400px\]{min-height:400px}.min-h-\[500px\]{min-height:500px}.min-h-\[600px\]{min-height:600px}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.w-0{width:0px}.w-0\.5{width:.125rem}.w-1{width:.25rem}.w-1\.5{width:.375rem}.w-1\/2{width:50%}.w-1\/3{width:33.333333%}.w-1\/4{width:25%}.w-1\/5{width:20%}.w-1\/6{width:16.666667%}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-11\/12{width:91.666667%}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-2\/3{width:66.666667%}.w-2\/5{width:40%}.w-20{width:5rem}.w-24{width:6rem}.w-28{width:7rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-3\/4{width:75%}.w-3\/5{width:60%}.w-32{width:8rem}.w-4{width:1rem}.w-4\/5{width:80%}.w-40{width:10rem}.w-44{width:11rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-5\/6{width:83.333333%}.w-56{width:14rem}.w-6{width:1.5rem}.w-64{width:16rem}.w-7{width:1.75rem}.w-72{width:18rem}.w-8{width:2rem}.w-80{width:20rem}.w-9{width:2.25rem}.w-96{width:24rem}.w-\[1000px\]{width:1000px}.w-\[800px\]{width:800px}.w-auto{width:auto}.w-full{width:100%}.w-px{width:1px}.min-w-0{min-width:0px}.min-w-\[150px\]{min-width:150px}.min-w-\[200px\]{min-width:200px}.min-w-\[250px\]{min-width:250px}.min-w-full{min-width:100%}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-\[80\%\]{max-width:80%}.max-w-\[8rem\]{max-width:8rem}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.max-w-sm{max-width:24rem}.max-w-xl{max-width:36rem}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.flex-none{flex:none}.flex-shrink{flex-shrink:1}.flex-shrink-0,.shrink-0{flex-shrink:0}.flex-grow,.grow{flex-grow:1}.table-auto{table-layout:auto}.border-collapse{border-collapse:collapse}.origin-top{transform-origin:top}.origin-top-right{transform-origin:top right}.-translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-10{--tw-translate-x: -2.5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-full{--tw-translate-x: -100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-0{--tw-translate-y: -0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-0\.5{--tw-translate-y: -.125rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1{--tw-translate-y: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-2{--tw-translate-y: -.5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-4{--tw-translate-y: -1rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-full{--tw-translate-y: -100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-0{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-10{--tw-translate-x: 2.5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-5{--tw-translate-x: 1.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-full{--tw-translate-x: 100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-0{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-1{--tw-translate-y: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-1\/2{--tw-translate-y: 50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-1\/3{--tw-translate-y: 33.333333%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-10{--tw-translate-y: 2.5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-2{--tw-translate-y: .5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-4{--tw-translate-y: 1rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-8{--tw-translate-y: 2rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-rotate-12{--tw-rotate: -12deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-rotate-90{--tw-rotate: -90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-0{--tw-rotate: 0deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-12{--tw-rotate: 12deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-3{--tw-rotate: 3deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-45{--tw-rotate: 45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-90{--tw-rotate: 90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-0{--tw-scale-x: 0;--tw-scale-y: 0;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-100{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-105{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-110{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-125{--tw-scale-x: 1.25;--tw-scale-y: 1.25;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-90{--tw-scale-x: .9;--tw-scale-y: .9;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-95{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-\[1\.02\]{--tw-scale-x: 1.02;--tw-scale-y: 1.02;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.animate-bounce{animation:bounce 1s infinite}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-down{animation:fadeInDown .6s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-up{animation:fadeInUp .6s ease-out}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.animate-float{animation:float 3s ease-in-out infinite}@keyframes ping{75%,to{transform:scale(2);opacity:0}}.animate-ping{animation:ping 1s cubic-bezier(0,0,.2,1) infinite}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{50%{opacity:.5}}.animate-pulse-slow{animation:pulse 3s cubic-bezier(.4,0,.6,1) infinite}@keyframes slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.animate-slide-in-left{animation:slideInLeft .5s ease-out}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.animate-slide-in-right{animation:slideInRight .5s ease-out}.animate-spin{animation:spin 1s linear infinite}.cursor-default{cursor:default}.cursor-help{cursor:help}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.cursor-wait{cursor:wait}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.select-all{-webkit-user-select:all;-moz-user-select:all;user-select:all}.resize-none{resize:none}.resize-y{resize:vertical}.resize-x{resize:horizontal}.resize{resize:both}.snap-x{scroll-snap-type:x var(--tw-scroll-snap-strictness)}.snap-start{scroll-snap-align:start}.scroll-mt-20{scroll-margin-top:5rem}.list-inside{list-style-position:inside}.list-decimal{list-style-type:decimal}.list-disc{list-style-type:disc}.list-none{list-style-type:none}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-items-center{justify-items:center}.gap-0{gap:0px}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-12{gap:3rem}.gap-16{gap:4rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.gap-y-1{row-gap:.25rem}.gap-y-2{row-gap:.5rem}.gap-y-3{row-gap:.75rem}.gap-y-4{row-gap:1rem}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-12>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(3rem * var(--tw-space-x-reverse));margin-left:calc(3rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1.5rem * var(--tw-space-x-reverse));margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(2rem * var(--tw-space-x-reverse));margin-left:calc(2rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-0\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.125rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.125rem * var(--tw-space-y-reverse))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}.space-y-12>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(3rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(3rem * var(--tw-space-y-reverse))}.space-y-16>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(4rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(4rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-gray-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(243 244 246 / var(--tw-divide-opacity, 1))}.divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(229 231 235 / var(--tw-divide-opacity, 1))}.divide-gray-300>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(209 213 219 / var(--tw-divide-opacity, 1))}.divide-neutral-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(228 228 231 / var(--tw-divide-opacity, 1))}.divide-primary-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(237 233 254 / var(--tw-divide-opacity, 1))}.self-center{align-self:center}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-y-hidden{overflow-y:hidden}.scroll-smooth{scroll-behavior:smooth}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-ellipsis{text-overflow:ellipsis}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-line{white-space:pre-line}.whitespace-pre-wrap{white-space:pre-wrap}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-none{border-radius:0}.rounded-sm{border-radius:.125rem}.rounded-xl{border-radius:.75rem}.rounded-b-lg{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.rounded-b-xl{border-bottom-right-radius:.75rem;border-bottom-left-radius:.75rem}.rounded-l{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.rounded-l-lg{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.rounded-l-md{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.rounded-l-none{border-top-left-radius:0;border-bottom-left-radius:0}.rounded-r{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.rounded-r-lg{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.rounded-t-2xl{border-top-left-radius:1rem;border-top-right-radius:1rem}.rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.rounded-t-md{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.rounded-t-xl{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.rounded-bl-full{border-bottom-left-radius:9999px}.rounded-br-full{border-bottom-right-radius:9999px}.rounded-br-lg{border-bottom-right-radius:.5rem}.rounded-tl-full{border-top-left-radius:9999px}.rounded-tl-none{border-top-left-radius:0}.rounded-tr-full{border-top-right-radius:9999px}.rounded-tr-none{border-top-right-radius:0}.border{border-width:1px}.border-0{border-width:0px}.border-2{border-width:2px}.border-4{border-width:4px}.border-8{border-width:8px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-b-4{border-bottom-width:4px}.border-l{border-left-width:1px}.border-l-0{border-left-width:0px}.border-l-2{border-left-width:2px}.border-l-4{border-left-width:4px}.border-l-\[6px\]{border-left-width:6px}.border-r{border-right-width:1px}.border-r-0{border-right-width:0px}.border-r-2{border-right-width:2px}.border-r-\[6px\]{border-right-width:6px}.border-t{border-top-width:1px}.border-t-0{border-top-width:0px}.border-t-2{border-top-width:2px}.border-t-4{border-top-width:4px}.border-t-8{border-top-width:8px}.border-t-\[6px\]{border-top-width:6px}.border-dashed{border-style:dashed}.border-\[var\(--primary-color\)\]{border-color:var(--primary-color)}.border-amber-200{--tw-border-opacity: 1;border-color:rgb(253 230 138 / var(--tw-border-opacity, 1))}.border-amber-300{--tw-border-opacity: 1;border-color:rgb(252 211 77 / var(--tw-border-opacity, 1))}.border-amber-400{--tw-border-opacity: 1;border-color:rgb(251 191 36 / var(--tw-border-opacity, 1))}.border-blue-100{--tw-border-opacity: 1;border-color:rgb(219 234 254 / var(--tw-border-opacity, 1))}.border-blue-200{--tw-border-opacity: 1;border-color:rgb(191 219 254 / var(--tw-border-opacity, 1))}.border-blue-300{--tw-border-opacity: 1;border-color:rgb(147 197 253 / var(--tw-border-opacity, 1))}.border-blue-400{--tw-border-opacity: 1;border-color:rgb(96 165 250 / var(--tw-border-opacity, 1))}.border-blue-400\/30{border-color:#60a5fa4d}.border-blue-50{--tw-border-opacity: 1;border-color:rgb(239 246 255 / var(--tw-border-opacity, 1))}.border-blue-500{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.border-blue-600{--tw-border-opacity: 1;border-color:rgb(37 99 235 / var(--tw-border-opacity, 1))}.border-blue-700{--tw-border-opacity: 1;border-color:rgb(29 78 216 / var(--tw-border-opacity, 1))}.border-blue-800{--tw-border-opacity: 1;border-color:rgb(30 64 175 / var(--tw-border-opacity, 1))}.border-blue-900{--tw-border-opacity: 1;border-color:rgb(30 58 138 / var(--tw-border-opacity, 1))}.border-cyan-100{--tw-border-opacity: 1;border-color:rgb(207 250 254 / var(--tw-border-opacity, 1))}.border-cyan-200{--tw-border-opacity: 1;border-color:rgb(165 243 252 / var(--tw-border-opacity, 1))}.border-cyan-300{--tw-border-opacity: 1;border-color:rgb(103 232 249 / var(--tw-border-opacity, 1))}.border-cyan-400{--tw-border-opacity: 1;border-color:rgb(34 211 238 / var(--tw-border-opacity, 1))}.border-cyan-50{--tw-border-opacity: 1;border-color:rgb(236 254 255 / var(--tw-border-opacity, 1))}.border-cyan-500{--tw-border-opacity: 1;border-color:rgb(6 182 212 / var(--tw-border-opacity, 1))}.border-cyan-600{--tw-border-opacity: 1;border-color:rgb(8 145 178 / var(--tw-border-opacity, 1))}.border-cyan-700{--tw-border-opacity: 1;border-color:rgb(14 116 144 / var(--tw-border-opacity, 1))}.border-cyan-800{--tw-border-opacity: 1;border-color:rgb(21 94 117 / var(--tw-border-opacity, 1))}.border-cyan-900{--tw-border-opacity: 1;border-color:rgb(22 78 99 / var(--tw-border-opacity, 1))}.border-danger-100{--tw-border-opacity: 1;border-color:rgb(254 226 226 / var(--tw-border-opacity, 1))}.border-danger-200{--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity, 1))}.border-danger-400{--tw-border-opacity: 1;border-color:rgb(248 113 113 / var(--tw-border-opacity, 1))}.border-danger-500{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.border-danger-600{--tw-border-opacity: 1;border-color:rgb(220 38 38 / var(--tw-border-opacity, 1))}.border-emerald-200{--tw-border-opacity: 1;border-color:rgb(167 243 208 / var(--tw-border-opacity, 1))}.border-gray-100{--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-gray-400{--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity, 1))}.border-gray-50{--tw-border-opacity: 1;border-color:rgb(249 250 251 / var(--tw-border-opacity, 1))}.border-gray-500{--tw-border-opacity: 1;border-color:rgb(107 114 128 / var(--tw-border-opacity, 1))}.border-gray-600{--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity, 1))}.border-gray-700{--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity, 1))}.border-gray-800{--tw-border-opacity: 1;border-color:rgb(31 41 55 / var(--tw-border-opacity, 1))}.border-gray-900{--tw-border-opacity: 1;border-color:rgb(17 24 39 / var(--tw-border-opacity, 1))}.border-green-100{--tw-border-opacity: 1;border-color:rgb(220 252 231 / var(--tw-border-opacity, 1))}.border-green-200{--tw-border-opacity: 1;border-color:rgb(187 247 208 / var(--tw-border-opacity, 1))}.border-green-300{--tw-border-opacity: 1;border-color:rgb(134 239 172 / var(--tw-border-opacity, 1))}.border-green-400{--tw-border-opacity: 1;border-color:rgb(74 222 128 / var(--tw-border-opacity, 1))}.border-green-400\/20{border-color:#4ade8033}.border-green-50{--tw-border-opacity: 1;border-color:rgb(240 253 244 / var(--tw-border-opacity, 1))}.border-green-500{--tw-border-opacity: 1;border-color:rgb(34 197 94 / var(--tw-border-opacity, 1))}.border-green-600{--tw-border-opacity: 1;border-color:rgb(22 163 74 / var(--tw-border-opacity, 1))}.border-green-700{--tw-border-opacity: 1;border-color:rgb(21 128 61 / var(--tw-border-opacity, 1))}.border-green-800{--tw-border-opacity: 1;border-color:rgb(22 101 52 / var(--tw-border-opacity, 1))}.border-green-900{--tw-border-opacity: 1;border-color:rgb(20 83 45 / var(--tw-border-opacity, 1))}.border-indigo-100{--tw-border-opacity: 1;border-color:rgb(224 231 255 / var(--tw-border-opacity, 1))}.border-indigo-200{--tw-border-opacity: 1;border-color:rgb(199 210 254 / var(--tw-border-opacity, 1))}.border-indigo-300{--tw-border-opacity: 1;border-color:rgb(165 180 252 / var(--tw-border-opacity, 1))}.border-indigo-400{--tw-border-opacity: 1;border-color:rgb(129 140 248 / var(--tw-border-opacity, 1))}.border-indigo-50{--tw-border-opacity: 1;border-color:rgb(238 242 255 / var(--tw-border-opacity, 1))}.border-indigo-500{--tw-border-opacity: 1;border-color:rgb(99 102 241 / var(--tw-border-opacity, 1))}.border-indigo-600{--tw-border-opacity: 1;border-color:rgb(79 70 229 / var(--tw-border-opacity, 1))}.border-indigo-700{--tw-border-opacity: 1;border-color:rgb(67 56 202 / var(--tw-border-opacity, 1))}.border-indigo-800{--tw-border-opacity: 1;border-color:rgb(55 48 163 / var(--tw-border-opacity, 1))}.border-indigo-900{--tw-border-opacity: 1;border-color:rgb(49 46 129 / var(--tw-border-opacity, 1))}.border-info-100{--tw-border-opacity: 1;border-color:rgb(219 234 254 / var(--tw-border-opacity, 1))}.border-info-200{--tw-border-opacity: 1;border-color:rgb(191 219 254 / var(--tw-border-opacity, 1))}.border-info-400{--tw-border-opacity: 1;border-color:rgb(96 165 250 / var(--tw-border-opacity, 1))}.border-info-600{--tw-border-opacity: 1;border-color:rgb(37 99 235 / var(--tw-border-opacity, 1))}.border-neutral-100{--tw-border-opacity: 1;border-color:rgb(244 244 245 / var(--tw-border-opacity, 1))}.border-neutral-200{--tw-border-opacity: 1;border-color:rgb(228 228 231 / var(--tw-border-opacity, 1))}.border-neutral-300{--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity, 1))}.border-orange-100{--tw-border-opacity: 1;border-color:rgb(255 237 213 / var(--tw-border-opacity, 1))}.border-orange-200{--tw-border-opacity: 1;border-color:rgb(254 215 170 / var(--tw-border-opacity, 1))}.border-orange-300{--tw-border-opacity: 1;border-color:rgb(253 186 116 / var(--tw-border-opacity, 1))}.border-orange-400{--tw-border-opacity: 1;border-color:rgb(251 146 60 / var(--tw-border-opacity, 1))}.border-orange-50{--tw-border-opacity: 1;border-color:rgb(255 247 237 / var(--tw-border-opacity, 1))}.border-orange-500{--tw-border-opacity: 1;border-color:rgb(249 115 22 / var(--tw-border-opacity, 1))}.border-orange-600{--tw-border-opacity: 1;border-color:rgb(234 88 12 / var(--tw-border-opacity, 1))}.border-orange-700{--tw-border-opacity: 1;border-color:rgb(194 65 12 / var(--tw-border-opacity, 1))}.border-orange-800{--tw-border-opacity: 1;border-color:rgb(154 52 18 / var(--tw-border-opacity, 1))}.border-orange-900{--tw-border-opacity: 1;border-color:rgb(124 45 18 / var(--tw-border-opacity, 1))}.border-pink-100{--tw-border-opacity: 1;border-color:rgb(252 231 243 / var(--tw-border-opacity, 1))}.border-pink-200{--tw-border-opacity: 1;border-color:rgb(251 207 232 / var(--tw-border-opacity, 1))}.border-pink-300{--tw-border-opacity: 1;border-color:rgb(249 168 212 / var(--tw-border-opacity, 1))}.border-pink-400{--tw-border-opacity: 1;border-color:rgb(244 114 182 / var(--tw-border-opacity, 1))}.border-pink-50{--tw-border-opacity: 1;border-color:rgb(253 242 248 / var(--tw-border-opacity, 1))}.border-pink-500{--tw-border-opacity: 1;border-color:rgb(236 72 153 / var(--tw-border-opacity, 1))}.border-pink-600{--tw-border-opacity: 1;border-color:rgb(219 39 119 / var(--tw-border-opacity, 1))}.border-pink-700{--tw-border-opacity: 1;border-color:rgb(190 24 93 / var(--tw-border-opacity, 1))}.border-pink-800{--tw-border-opacity: 1;border-color:rgb(157 23 77 / var(--tw-border-opacity, 1))}.border-pink-900{--tw-border-opacity: 1;border-color:rgb(131 24 67 / var(--tw-border-opacity, 1))}.border-primary-100{--tw-border-opacity: 1;border-color:rgb(237 233 254 / var(--tw-border-opacity, 1))}.border-primary-200{--tw-border-opacity: 1;border-color:rgb(221 214 254 / var(--tw-border-opacity, 1))}.border-primary-300{--tw-border-opacity: 1;border-color:rgb(196 181 253 / var(--tw-border-opacity, 1))}.border-primary-400{--tw-border-opacity: 1;border-color:rgb(167 139 250 / var(--tw-border-opacity, 1))}.border-primary-500{--tw-border-opacity: 1;border-color:rgb(139 92 246 / var(--tw-border-opacity, 1))}.border-primary-600{--tw-border-opacity: 1;border-color:rgb(124 58 237 / var(--tw-border-opacity, 1))}.border-purple-100{--tw-border-opacity: 1;border-color:rgb(243 232 255 / var(--tw-border-opacity, 1))}.border-purple-200{--tw-border-opacity: 1;border-color:rgb(233 213 255 / var(--tw-border-opacity, 1))}.border-purple-300{--tw-border-opacity: 1;border-color:rgb(216 180 254 / var(--tw-border-opacity, 1))}.border-purple-400{--tw-border-opacity: 1;border-color:rgb(192 132 252 / var(--tw-border-opacity, 1))}.border-purple-400\/30{border-color:#c084fc4d}.border-purple-50{--tw-border-opacity: 1;border-color:rgb(250 245 255 / var(--tw-border-opacity, 1))}.border-purple-500{--tw-border-opacity: 1;border-color:rgb(168 85 247 / var(--tw-border-opacity, 1))}.border-purple-600{--tw-border-opacity: 1;border-color:rgb(147 51 234 / var(--tw-border-opacity, 1))}.border-purple-700{--tw-border-opacity: 1;border-color:rgb(126 34 206 / var(--tw-border-opacity, 1))}.border-purple-800{--tw-border-opacity: 1;border-color:rgb(107 33 168 / var(--tw-border-opacity, 1))}.border-purple-900{--tw-border-opacity: 1;border-color:rgb(88 28 135 / var(--tw-border-opacity, 1))}.border-red-100{--tw-border-opacity: 1;border-color:rgb(254 226 226 / var(--tw-border-opacity, 1))}.border-red-200{--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity, 1))}.border-red-300{--tw-border-opacity: 1;border-color:rgb(252 165 165 / var(--tw-border-opacity, 1))}.border-red-400{--tw-border-opacity: 1;border-color:rgb(248 113 113 / var(--tw-border-opacity, 1))}.border-red-400\/30{border-color:#f871714d}.border-red-50{--tw-border-opacity: 1;border-color:rgb(254 242 242 / var(--tw-border-opacity, 1))}.border-red-500{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.border-red-600{--tw-border-opacity: 1;border-color:rgb(220 38 38 / var(--tw-border-opacity, 1))}.border-red-700{--tw-border-opacity: 1;border-color:rgb(185 28 28 / var(--tw-border-opacity, 1))}.border-red-800{--tw-border-opacity: 1;border-color:rgb(153 27 27 / var(--tw-border-opacity, 1))}.border-red-900{--tw-border-opacity: 1;border-color:rgb(127 29 29 / var(--tw-border-opacity, 1))}.border-success-100{--tw-border-opacity: 1;border-color:rgb(220 252 231 / var(--tw-border-opacity, 1))}.border-success-200{--tw-border-opacity: 1;border-color:rgb(187 247 208 / var(--tw-border-opacity, 1))}.border-success-400{--tw-border-opacity: 1;border-color:rgb(74 222 128 / var(--tw-border-opacity, 1))}.border-success-600{--tw-border-opacity: 1;border-color:rgb(22 163 74 / var(--tw-border-opacity, 1))}.border-teal-100{--tw-border-opacity: 1;border-color:rgb(204 251 241 / var(--tw-border-opacity, 1))}.border-teal-200{--tw-border-opacity: 1;border-color:rgb(153 246 228 / var(--tw-border-opacity, 1))}.border-teal-300{--tw-border-opacity: 1;border-color:rgb(94 234 212 / var(--tw-border-opacity, 1))}.border-teal-400{--tw-border-opacity: 1;border-color:rgb(45 212 191 / var(--tw-border-opacity, 1))}.border-teal-50{--tw-border-opacity: 1;border-color:rgb(240 253 250 / var(--tw-border-opacity, 1))}.border-teal-500{--tw-border-opacity: 1;border-color:rgb(20 184 166 / var(--tw-border-opacity, 1))}.border-teal-600{--tw-border-opacity: 1;border-color:rgb(13 148 136 / var(--tw-border-opacity, 1))}.border-teal-700{--tw-border-opacity: 1;border-color:rgb(15 118 110 / var(--tw-border-opacity, 1))}.border-teal-800{--tw-border-opacity: 1;border-color:rgb(17 94 89 / var(--tw-border-opacity, 1))}.border-teal-900{--tw-border-opacity: 1;border-color:rgb(19 78 74 / var(--tw-border-opacity, 1))}.border-transparent{border-color:transparent}.border-warning-200{--tw-border-opacity: 1;border-color:rgb(253 230 138 / var(--tw-border-opacity, 1))}.border-warning-400{--tw-border-opacity: 1;border-color:rgb(251 191 36 / var(--tw-border-opacity, 1))}.border-warning-600{--tw-border-opacity: 1;border-color:rgb(217 119 6 / var(--tw-border-opacity, 1))}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.border-white\/10{border-color:#ffffff1a}.border-white\/20{border-color:#fff3}.border-white\/30{border-color:#ffffff4d}.border-white\/50{border-color:#ffffff80}.border-white\/60{border-color:#fff9}.border-yellow-100{--tw-border-opacity: 1;border-color:rgb(254 249 195 / var(--tw-border-opacity, 1))}.border-yellow-200{--tw-border-opacity: 1;border-color:rgb(254 240 138 / var(--tw-border-opacity, 1))}.border-yellow-300{--tw-border-opacity: 1;border-color:rgb(253 224 71 / var(--tw-border-opacity, 1))}.border-yellow-400{--tw-border-opacity: 1;border-color:rgb(250 204 21 / var(--tw-border-opacity, 1))}.border-yellow-50{--tw-border-opacity: 1;border-color:rgb(254 252 232 / var(--tw-border-opacity, 1))}.border-yellow-500{--tw-border-opacity: 1;border-color:rgb(234 179 8 / var(--tw-border-opacity, 1))}.border-yellow-500\/20{border-color:#eab30833}.border-yellow-600{--tw-border-opacity: 1;border-color:rgb(202 138 4 / var(--tw-border-opacity, 1))}.border-yellow-700{--tw-border-opacity: 1;border-color:rgb(161 98 7 / var(--tw-border-opacity, 1))}.border-yellow-800{--tw-border-opacity: 1;border-color:rgb(133 77 14 / var(--tw-border-opacity, 1))}.border-yellow-900{--tw-border-opacity: 1;border-color:rgb(113 63 18 / var(--tw-border-opacity, 1))}.border-b-neutral-900{--tw-border-opacity: 1;border-bottom-color:rgb(24 24 27 / var(--tw-border-opacity, 1))}.border-b-transparent{border-bottom-color:transparent}.border-l-neutral-900{--tw-border-opacity: 1;border-left-color:rgb(24 24 27 / var(--tw-border-opacity, 1))}.border-l-transparent{border-left-color:transparent}.border-r-neutral-900{--tw-border-opacity: 1;border-right-color:rgb(24 24 27 / var(--tw-border-opacity, 1))}.border-r-transparent{border-right-color:transparent}.border-t-gray-800{--tw-border-opacity: 1;border-top-color:rgb(31 41 55 / var(--tw-border-opacity, 1))}.border-t-neutral-900{--tw-border-opacity: 1;border-top-color:rgb(24 24 27 / var(--tw-border-opacity, 1))}.border-t-transparent{border-top-color:transparent}.bg-\[var\(--primary-color\)\]{background-color:var(--primary-color)}.bg-amber-100{--tw-bg-opacity: 1;background-color:rgb(254 243 199 / var(--tw-bg-opacity, 1))}.bg-amber-50{--tw-bg-opacity: 1;background-color:rgb(255 251 235 / var(--tw-bg-opacity, 1))}.bg-amber-500{--tw-bg-opacity: 1;background-color:rgb(245 158 11 / var(--tw-bg-opacity, 1))}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-black\/10{background-color:#0000001a}.bg-black\/50{background-color:#00000080}.bg-black\/60{background-color:#0009}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.bg-blue-100\/0{background-color:#dbeafe00}.bg-blue-100\/10{background-color:#dbeafe1a}.bg-blue-100\/100{background-color:#dbeafe}.bg-blue-100\/15{background-color:#dbeafe26}.bg-blue-100\/20{background-color:#dbeafe33}.bg-blue-100\/25{background-color:#dbeafe40}.bg-blue-100\/30{background-color:#dbeafe4d}.bg-blue-100\/35{background-color:#dbeafe59}.bg-blue-100\/40{background-color:#dbeafe66}.bg-blue-100\/45{background-color:#dbeafe73}.bg-blue-100\/5{background-color:#dbeafe0d}.bg-blue-100\/50{background-color:#dbeafe80}.bg-blue-100\/55{background-color:#dbeafe8c}.bg-blue-100\/60{background-color:#dbeafe99}.bg-blue-100\/65{background-color:#dbeafea6}.bg-blue-100\/70{background-color:#dbeafeb3}.bg-blue-100\/75{background-color:#dbeafebf}.bg-blue-100\/80{background-color:#dbeafecc}.bg-blue-100\/85{background-color:#dbeafed9}.bg-blue-100\/90{background-color:#dbeafee6}.bg-blue-100\/95{background-color:#dbeafef2}.bg-blue-200{--tw-bg-opacity: 1;background-color:rgb(191 219 254 / var(--tw-bg-opacity, 1))}.bg-blue-200\/0{background-color:#bfdbfe00}.bg-blue-200\/10{background-color:#bfdbfe1a}.bg-blue-200\/100{background-color:#bfdbfe}.bg-blue-200\/15{background-color:#bfdbfe26}.bg-blue-200\/20{background-color:#bfdbfe33}.bg-blue-200\/25{background-color:#bfdbfe40}.bg-blue-200\/30{background-color:#bfdbfe4d}.bg-blue-200\/35{background-color:#bfdbfe59}.bg-blue-200\/40{background-color:#bfdbfe66}.bg-blue-200\/45{background-color:#bfdbfe73}.bg-blue-200\/5{background-color:#bfdbfe0d}.bg-blue-200\/50{background-color:#bfdbfe80}.bg-blue-200\/55{background-color:#bfdbfe8c}.bg-blue-200\/60{background-color:#bfdbfe99}.bg-blue-200\/65{background-color:#bfdbfea6}.bg-blue-200\/70{background-color:#bfdbfeb3}.bg-blue-200\/75{background-color:#bfdbfebf}.bg-blue-200\/80{background-color:#bfdbfecc}.bg-blue-200\/85{background-color:#bfdbfed9}.bg-blue-200\/90{background-color:#bfdbfee6}.bg-blue-200\/95{background-color:#bfdbfef2}.bg-blue-300{--tw-bg-opacity: 1;background-color:rgb(147 197 253 / var(--tw-bg-opacity, 1))}.bg-blue-300\/0{background-color:#93c5fd00}.bg-blue-300\/10{background-color:#93c5fd1a}.bg-blue-300\/100{background-color:#93c5fd}.bg-blue-300\/15{background-color:#93c5fd26}.bg-blue-300\/20{background-color:#93c5fd33}.bg-blue-300\/25{background-color:#93c5fd40}.bg-blue-300\/30{background-color:#93c5fd4d}.bg-blue-300\/35{background-color:#93c5fd59}.bg-blue-300\/40{background-color:#93c5fd66}.bg-blue-300\/45{background-color:#93c5fd73}.bg-blue-300\/5{background-color:#93c5fd0d}.bg-blue-300\/50{background-color:#93c5fd80}.bg-blue-300\/55{background-color:#93c5fd8c}.bg-blue-300\/60{background-color:#93c5fd99}.bg-blue-300\/65{background-color:#93c5fda6}.bg-blue-300\/70{background-color:#93c5fdb3}.bg-blue-300\/75{background-color:#93c5fdbf}.bg-blue-300\/80{background-color:#93c5fdcc}.bg-blue-300\/85{background-color:#93c5fdd9}.bg-blue-300\/90{background-color:#93c5fde6}.bg-blue-300\/95{background-color:#93c5fdf2}.bg-blue-400{--tw-bg-opacity: 1;background-color:rgb(96 165 250 / var(--tw-bg-opacity, 1))}.bg-blue-400\/0{background-color:#60a5fa00}.bg-blue-400\/10{background-color:#60a5fa1a}.bg-blue-400\/100{background-color:#60a5fa}.bg-blue-400\/15{background-color:#60a5fa26}.bg-blue-400\/20{background-color:#60a5fa33}.bg-blue-400\/25{background-color:#60a5fa40}.bg-blue-400\/30{background-color:#60a5fa4d}.bg-blue-400\/35{background-color:#60a5fa59}.bg-blue-400\/40{background-color:#60a5fa66}.bg-blue-400\/45{background-color:#60a5fa73}.bg-blue-400\/5{background-color:#60a5fa0d}.bg-blue-400\/50{background-color:#60a5fa80}.bg-blue-400\/55{background-color:#60a5fa8c}.bg-blue-400\/60{background-color:#60a5fa99}.bg-blue-400\/65{background-color:#60a5faa6}.bg-blue-400\/70{background-color:#60a5fab3}.bg-blue-400\/75{background-color:#60a5fabf}.bg-blue-400\/80{background-color:#60a5facc}.bg-blue-400\/85{background-color:#60a5fad9}.bg-blue-400\/90{background-color:#60a5fae6}.bg-blue-400\/95{background-color:#60a5faf2}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.bg-blue-50\/0{background-color:#eff6ff00}.bg-blue-50\/10{background-color:#eff6ff1a}.bg-blue-50\/100{background-color:#eff6ff}.bg-blue-50\/15{background-color:#eff6ff26}.bg-blue-50\/20{background-color:#eff6ff33}.bg-blue-50\/25{background-color:#eff6ff40}.bg-blue-50\/30{background-color:#eff6ff4d}.bg-blue-50\/35{background-color:#eff6ff59}.bg-blue-50\/40{background-color:#eff6ff66}.bg-blue-50\/45{background-color:#eff6ff73}.bg-blue-50\/5{background-color:#eff6ff0d}.bg-blue-50\/50{background-color:#eff6ff80}.bg-blue-50\/55{background-color:#eff6ff8c}.bg-blue-50\/60{background-color:#eff6ff99}.bg-blue-50\/65{background-color:#eff6ffa6}.bg-blue-50\/70{background-color:#eff6ffb3}.bg-blue-50\/75{background-color:#eff6ffbf}.bg-blue-50\/80{background-color:#eff6ffcc}.bg-blue-50\/85{background-color:#eff6ffd9}.bg-blue-50\/90{background-color:#eff6ffe6}.bg-blue-50\/95{background-color:#eff6fff2}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.bg-blue-500\/0{background-color:#3b82f600}.bg-blue-500\/10{background-color:#3b82f61a}.bg-blue-500\/100{background-color:#3b82f6}.bg-blue-500\/15{background-color:#3b82f626}.bg-blue-500\/20{background-color:#3b82f633}.bg-blue-500\/25{background-color:#3b82f640}.bg-blue-500\/30{background-color:#3b82f64d}.bg-blue-500\/35{background-color:#3b82f659}.bg-blue-500\/40{background-color:#3b82f666}.bg-blue-500\/45{background-color:#3b82f673}.bg-blue-500\/5{background-color:#3b82f60d}.bg-blue-500\/50{background-color:#3b82f680}.bg-blue-500\/55{background-color:#3b82f68c}.bg-blue-500\/60{background-color:#3b82f699}.bg-blue-500\/65{background-color:#3b82f6a6}.bg-blue-500\/70{background-color:#3b82f6b3}.bg-blue-500\/75{background-color:#3b82f6bf}.bg-blue-500\/80{background-color:#3b82f6cc}.bg-blue-500\/85{background-color:#3b82f6d9}.bg-blue-500\/90{background-color:#3b82f6e6}.bg-blue-500\/95{background-color:#3b82f6f2}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.bg-blue-600\/0{background-color:#2563eb00}.bg-blue-600\/10{background-color:#2563eb1a}.bg-blue-600\/100{background-color:#2563eb}.bg-blue-600\/15{background-color:#2563eb26}.bg-blue-600\/20{background-color:#2563eb33}.bg-blue-600\/25{background-color:#2563eb40}.bg-blue-600\/30{background-color:#2563eb4d}.bg-blue-600\/35{background-color:#2563eb59}.bg-blue-600\/40{background-color:#2563eb66}.bg-blue-600\/45{background-color:#2563eb73}.bg-blue-600\/5{background-color:#2563eb0d}.bg-blue-600\/50{background-color:#2563eb80}.bg-blue-600\/55{background-color:#2563eb8c}.bg-blue-600\/60{background-color:#2563eb99}.bg-blue-600\/65{background-color:#2563eba6}.bg-blue-600\/70{background-color:#2563ebb3}.bg-blue-600\/75{background-color:#2563ebbf}.bg-blue-600\/80{background-color:#2563ebcc}.bg-blue-600\/85{background-color:#2563ebd9}.bg-blue-600\/90{background-color:#2563ebe6}.bg-blue-600\/95{background-color:#2563ebf2}.bg-blue-700{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.bg-blue-700\/0{background-color:#1d4ed800}.bg-blue-700\/10{background-color:#1d4ed81a}.bg-blue-700\/100{background-color:#1d4ed8}.bg-blue-700\/15{background-color:#1d4ed826}.bg-blue-700\/20{background-color:#1d4ed833}.bg-blue-700\/25{background-color:#1d4ed840}.bg-blue-700\/30{background-color:#1d4ed84d}.bg-blue-700\/35{background-color:#1d4ed859}.bg-blue-700\/40{background-color:#1d4ed866}.bg-blue-700\/45{background-color:#1d4ed873}.bg-blue-700\/5{background-color:#1d4ed80d}.bg-blue-700\/50{background-color:#1d4ed880}.bg-blue-700\/55{background-color:#1d4ed88c}.bg-blue-700\/60{background-color:#1d4ed899}.bg-blue-700\/65{background-color:#1d4ed8a6}.bg-blue-700\/70{background-color:#1d4ed8b3}.bg-blue-700\/75{background-color:#1d4ed8bf}.bg-blue-700\/80{background-color:#1d4ed8cc}.bg-blue-700\/85{background-color:#1d4ed8d9}.bg-blue-700\/90{background-color:#1d4ed8e6}.bg-blue-700\/95{background-color:#1d4ed8f2}.bg-blue-800{--tw-bg-opacity: 1;background-color:rgb(30 64 175 / var(--tw-bg-opacity, 1))}.bg-blue-800\/0{background-color:#1e40af00}.bg-blue-800\/10{background-color:#1e40af1a}.bg-blue-800\/100{background-color:#1e40af}.bg-blue-800\/15{background-color:#1e40af26}.bg-blue-800\/20{background-color:#1e40af33}.bg-blue-800\/25{background-color:#1e40af40}.bg-blue-800\/30{background-color:#1e40af4d}.bg-blue-800\/35{background-color:#1e40af59}.bg-blue-800\/40{background-color:#1e40af66}.bg-blue-800\/45{background-color:#1e40af73}.bg-blue-800\/5{background-color:#1e40af0d}.bg-blue-800\/50{background-color:#1e40af80}.bg-blue-800\/55{background-color:#1e40af8c}.bg-blue-800\/60{background-color:#1e40af99}.bg-blue-800\/65{background-color:#1e40afa6}.bg-blue-800\/70{background-color:#1e40afb3}.bg-blue-800\/75{background-color:#1e40afbf}.bg-blue-800\/80{background-color:#1e40afcc}.bg-blue-800\/85{background-color:#1e40afd9}.bg-blue-800\/90{background-color:#1e40afe6}.bg-blue-800\/95{background-color:#1e40aff2}.bg-blue-900{--tw-bg-opacity: 1;background-color:rgb(30 58 138 / var(--tw-bg-opacity, 1))}.bg-blue-900\/0{background-color:#1e3a8a00}.bg-blue-900\/10{background-color:#1e3a8a1a}.bg-blue-900\/100{background-color:#1e3a8a}.bg-blue-900\/15{background-color:#1e3a8a26}.bg-blue-900\/20{background-color:#1e3a8a33}.bg-blue-900\/25{background-color:#1e3a8a40}.bg-blue-900\/30{background-color:#1e3a8a4d}.bg-blue-900\/35{background-color:#1e3a8a59}.bg-blue-900\/40{background-color:#1e3a8a66}.bg-blue-900\/45{background-color:#1e3a8a73}.bg-blue-900\/5{background-color:#1e3a8a0d}.bg-blue-900\/50{background-color:#1e3a8a80}.bg-blue-900\/55{background-color:#1e3a8a8c}.bg-blue-900\/60{background-color:#1e3a8a99}.bg-blue-900\/65{background-color:#1e3a8aa6}.bg-blue-900\/70{background-color:#1e3a8ab3}.bg-blue-900\/75{background-color:#1e3a8abf}.bg-blue-900\/80{background-color:#1e3a8acc}.bg-blue-900\/85{background-color:#1e3a8ad9}.bg-blue-900\/90{background-color:#1e3a8ae6}.bg-blue-900\/95{background-color:#1e3a8af2}.bg-cyan-100{--tw-bg-opacity: 1;background-color:rgb(207 250 254 / var(--tw-bg-opacity, 1))}.bg-cyan-100\/0{background-color:#cffafe00}.bg-cyan-100\/10{background-color:#cffafe1a}.bg-cyan-100\/100{background-color:#cffafe}.bg-cyan-100\/15{background-color:#cffafe26}.bg-cyan-100\/20{background-color:#cffafe33}.bg-cyan-100\/25{background-color:#cffafe40}.bg-cyan-100\/30{background-color:#cffafe4d}.bg-cyan-100\/35{background-color:#cffafe59}.bg-cyan-100\/40{background-color:#cffafe66}.bg-cyan-100\/45{background-color:#cffafe73}.bg-cyan-100\/5{background-color:#cffafe0d}.bg-cyan-100\/50{background-color:#cffafe80}.bg-cyan-100\/55{background-color:#cffafe8c}.bg-cyan-100\/60{background-color:#cffafe99}.bg-cyan-100\/65{background-color:#cffafea6}.bg-cyan-100\/70{background-color:#cffafeb3}.bg-cyan-100\/75{background-color:#cffafebf}.bg-cyan-100\/80{background-color:#cffafecc}.bg-cyan-100\/85{background-color:#cffafed9}.bg-cyan-100\/90{background-color:#cffafee6}.bg-cyan-100\/95{background-color:#cffafef2}.bg-cyan-200{--tw-bg-opacity: 1;background-color:rgb(165 243 252 / var(--tw-bg-opacity, 1))}.bg-cyan-200\/0{background-color:#a5f3fc00}.bg-cyan-200\/10{background-color:#a5f3fc1a}.bg-cyan-200\/100{background-color:#a5f3fc}.bg-cyan-200\/15{background-color:#a5f3fc26}.bg-cyan-200\/20{background-color:#a5f3fc33}.bg-cyan-200\/25{background-color:#a5f3fc40}.bg-cyan-200\/30{background-color:#a5f3fc4d}.bg-cyan-200\/35{background-color:#a5f3fc59}.bg-cyan-200\/40{background-color:#a5f3fc66}.bg-cyan-200\/45{background-color:#a5f3fc73}.bg-cyan-200\/5{background-color:#a5f3fc0d}.bg-cyan-200\/50{background-color:#a5f3fc80}.bg-cyan-200\/55{background-color:#a5f3fc8c}.bg-cyan-200\/60{background-color:#a5f3fc99}.bg-cyan-200\/65{background-color:#a5f3fca6}.bg-cyan-200\/70{background-color:#a5f3fcb3}.bg-cyan-200\/75{background-color:#a5f3fcbf}.bg-cyan-200\/80{background-color:#a5f3fccc}.bg-cyan-200\/85{background-color:#a5f3fcd9}.bg-cyan-200\/90{background-color:#a5f3fce6}.bg-cyan-200\/95{background-color:#a5f3fcf2}.bg-cyan-300{--tw-bg-opacity: 1;background-color:rgb(103 232 249 / var(--tw-bg-opacity, 1))}.bg-cyan-300\/0{background-color:#67e8f900}.bg-cyan-300\/10{background-color:#67e8f91a}.bg-cyan-300\/100{background-color:#67e8f9}.bg-cyan-300\/15{background-color:#67e8f926}.bg-cyan-300\/20{background-color:#67e8f933}.bg-cyan-300\/25{background-color:#67e8f940}.bg-cyan-300\/30{background-color:#67e8f94d}.bg-cyan-300\/35{background-color:#67e8f959}.bg-cyan-300\/40{background-color:#67e8f966}.bg-cyan-300\/45{background-color:#67e8f973}.bg-cyan-300\/5{background-color:#67e8f90d}.bg-cyan-300\/50{background-color:#67e8f980}.bg-cyan-300\/55{background-color:#67e8f98c}.bg-cyan-300\/60{background-color:#67e8f999}.bg-cyan-300\/65{background-color:#67e8f9a6}.bg-cyan-300\/70{background-color:#67e8f9b3}.bg-cyan-300\/75{background-color:#67e8f9bf}.bg-cyan-300\/80{background-color:#67e8f9cc}.bg-cyan-300\/85{background-color:#67e8f9d9}.bg-cyan-300\/90{background-color:#67e8f9e6}.bg-cyan-300\/95{background-color:#67e8f9f2}.bg-cyan-400{--tw-bg-opacity: 1;background-color:rgb(34 211 238 / var(--tw-bg-opacity, 1))}.bg-cyan-400\/0{background-color:#22d3ee00}.bg-cyan-400\/10{background-color:#22d3ee1a}.bg-cyan-400\/100{background-color:#22d3ee}.bg-cyan-400\/15{background-color:#22d3ee26}.bg-cyan-400\/20{background-color:#22d3ee33}.bg-cyan-400\/25{background-color:#22d3ee40}.bg-cyan-400\/30{background-color:#22d3ee4d}.bg-cyan-400\/35{background-color:#22d3ee59}.bg-cyan-400\/40{background-color:#22d3ee66}.bg-cyan-400\/45{background-color:#22d3ee73}.bg-cyan-400\/5{background-color:#22d3ee0d}.bg-cyan-400\/50{background-color:#22d3ee80}.bg-cyan-400\/55{background-color:#22d3ee8c}.bg-cyan-400\/60{background-color:#22d3ee99}.bg-cyan-400\/65{background-color:#22d3eea6}.bg-cyan-400\/70{background-color:#22d3eeb3}.bg-cyan-400\/75{background-color:#22d3eebf}.bg-cyan-400\/80{background-color:#22d3eecc}.bg-cyan-400\/85{background-color:#22d3eed9}.bg-cyan-400\/90{background-color:#22d3eee6}.bg-cyan-400\/95{background-color:#22d3eef2}.bg-cyan-50{--tw-bg-opacity: 1;background-color:rgb(236 254 255 / var(--tw-bg-opacity, 1))}.bg-cyan-50\/0{background-color:#ecfeff00}.bg-cyan-50\/10{background-color:#ecfeff1a}.bg-cyan-50\/100{background-color:#ecfeff}.bg-cyan-50\/15{background-color:#ecfeff26}.bg-cyan-50\/20{background-color:#ecfeff33}.bg-cyan-50\/25{background-color:#ecfeff40}.bg-cyan-50\/30{background-color:#ecfeff4d}.bg-cyan-50\/35{background-color:#ecfeff59}.bg-cyan-50\/40{background-color:#ecfeff66}.bg-cyan-50\/45{background-color:#ecfeff73}.bg-cyan-50\/5{background-color:#ecfeff0d}.bg-cyan-50\/50{background-color:#ecfeff80}.bg-cyan-50\/55{background-color:#ecfeff8c}.bg-cyan-50\/60{background-color:#ecfeff99}.bg-cyan-50\/65{background-color:#ecfeffa6}.bg-cyan-50\/70{background-color:#ecfeffb3}.bg-cyan-50\/75{background-color:#ecfeffbf}.bg-cyan-50\/80{background-color:#ecfeffcc}.bg-cyan-50\/85{background-color:#ecfeffd9}.bg-cyan-50\/90{background-color:#ecfeffe6}.bg-cyan-50\/95{background-color:#ecfefff2}.bg-cyan-500{--tw-bg-opacity: 1;background-color:rgb(6 182 212 / var(--tw-bg-opacity, 1))}.bg-cyan-500\/0{background-color:#06b6d400}.bg-cyan-500\/10{background-color:#06b6d41a}.bg-cyan-500\/100{background-color:#06b6d4}.bg-cyan-500\/15{background-color:#06b6d426}.bg-cyan-500\/20{background-color:#06b6d433}.bg-cyan-500\/25{background-color:#06b6d440}.bg-cyan-500\/30{background-color:#06b6d44d}.bg-cyan-500\/35{background-color:#06b6d459}.bg-cyan-500\/40{background-color:#06b6d466}.bg-cyan-500\/45{background-color:#06b6d473}.bg-cyan-500\/5{background-color:#06b6d40d}.bg-cyan-500\/50{background-color:#06b6d480}.bg-cyan-500\/55{background-color:#06b6d48c}.bg-cyan-500\/60{background-color:#06b6d499}.bg-cyan-500\/65{background-color:#06b6d4a6}.bg-cyan-500\/70{background-color:#06b6d4b3}.bg-cyan-500\/75{background-color:#06b6d4bf}.bg-cyan-500\/80{background-color:#06b6d4cc}.bg-cyan-500\/85{background-color:#06b6d4d9}.bg-cyan-500\/90{background-color:#06b6d4e6}.bg-cyan-500\/95{background-color:#06b6d4f2}.bg-cyan-600{--tw-bg-opacity: 1;background-color:rgb(8 145 178 / var(--tw-bg-opacity, 1))}.bg-cyan-600\/0{background-color:#0891b200}.bg-cyan-600\/10{background-color:#0891b21a}.bg-cyan-600\/100{background-color:#0891b2}.bg-cyan-600\/15{background-color:#0891b226}.bg-cyan-600\/20{background-color:#0891b233}.bg-cyan-600\/25{background-color:#0891b240}.bg-cyan-600\/30{background-color:#0891b24d}.bg-cyan-600\/35{background-color:#0891b259}.bg-cyan-600\/40{background-color:#0891b266}.bg-cyan-600\/45{background-color:#0891b273}.bg-cyan-600\/5{background-color:#0891b20d}.bg-cyan-600\/50{background-color:#0891b280}.bg-cyan-600\/55{background-color:#0891b28c}.bg-cyan-600\/60{background-color:#0891b299}.bg-cyan-600\/65{background-color:#0891b2a6}.bg-cyan-600\/70{background-color:#0891b2b3}.bg-cyan-600\/75{background-color:#0891b2bf}.bg-cyan-600\/80{background-color:#0891b2cc}.bg-cyan-600\/85{background-color:#0891b2d9}.bg-cyan-600\/90{background-color:#0891b2e6}.bg-cyan-600\/95{background-color:#0891b2f2}.bg-cyan-700{--tw-bg-opacity: 1;background-color:rgb(14 116 144 / var(--tw-bg-opacity, 1))}.bg-cyan-700\/0{background-color:#0e749000}.bg-cyan-700\/10{background-color:#0e74901a}.bg-cyan-700\/100{background-color:#0e7490}.bg-cyan-700\/15{background-color:#0e749026}.bg-cyan-700\/20{background-color:#0e749033}.bg-cyan-700\/25{background-color:#0e749040}.bg-cyan-700\/30{background-color:#0e74904d}.bg-cyan-700\/35{background-color:#0e749059}.bg-cyan-700\/40{background-color:#0e749066}.bg-cyan-700\/45{background-color:#0e749073}.bg-cyan-700\/5{background-color:#0e74900d}.bg-cyan-700\/50{background-color:#0e749080}.bg-cyan-700\/55{background-color:#0e74908c}.bg-cyan-700\/60{background-color:#0e749099}.bg-cyan-700\/65{background-color:#0e7490a6}.bg-cyan-700\/70{background-color:#0e7490b3}.bg-cyan-700\/75{background-color:#0e7490bf}.bg-cyan-700\/80{background-color:#0e7490cc}.bg-cyan-700\/85{background-color:#0e7490d9}.bg-cyan-700\/90{background-color:#0e7490e6}.bg-cyan-700\/95{background-color:#0e7490f2}.bg-cyan-800{--tw-bg-opacity: 1;background-color:rgb(21 94 117 / var(--tw-bg-opacity, 1))}.bg-cyan-800\/0{background-color:#155e7500}.bg-cyan-800\/10{background-color:#155e751a}.bg-cyan-800\/100{background-color:#155e75}.bg-cyan-800\/15{background-color:#155e7526}.bg-cyan-800\/20{background-color:#155e7533}.bg-cyan-800\/25{background-color:#155e7540}.bg-cyan-800\/30{background-color:#155e754d}.bg-cyan-800\/35{background-color:#155e7559}.bg-cyan-800\/40{background-color:#155e7566}.bg-cyan-800\/45{background-color:#155e7573}.bg-cyan-800\/5{background-color:#155e750d}.bg-cyan-800\/50{background-color:#155e7580}.bg-cyan-800\/55{background-color:#155e758c}.bg-cyan-800\/60{background-color:#155e7599}.bg-cyan-800\/65{background-color:#155e75a6}.bg-cyan-800\/70{background-color:#155e75b3}.bg-cyan-800\/75{background-color:#155e75bf}.bg-cyan-800\/80{background-color:#155e75cc}.bg-cyan-800\/85{background-color:#155e75d9}.bg-cyan-800\/90{background-color:#155e75e6}.bg-cyan-800\/95{background-color:#155e75f2}.bg-cyan-900{--tw-bg-opacity: 1;background-color:rgb(22 78 99 / var(--tw-bg-opacity, 1))}.bg-cyan-900\/0{background-color:#164e6300}.bg-cyan-900\/10{background-color:#164e631a}.bg-cyan-900\/100{background-color:#164e63}.bg-cyan-900\/15{background-color:#164e6326}.bg-cyan-900\/20{background-color:#164e6333}.bg-cyan-900\/25{background-color:#164e6340}.bg-cyan-900\/30{background-color:#164e634d}.bg-cyan-900\/35{background-color:#164e6359}.bg-cyan-900\/40{background-color:#164e6366}.bg-cyan-900\/45{background-color:#164e6373}.bg-cyan-900\/5{background-color:#164e630d}.bg-cyan-900\/50{background-color:#164e6380}.bg-cyan-900\/55{background-color:#164e638c}.bg-cyan-900\/60{background-color:#164e6399}.bg-cyan-900\/65{background-color:#164e63a6}.bg-cyan-900\/70{background-color:#164e63b3}.bg-cyan-900\/75{background-color:#164e63bf}.bg-cyan-900\/80{background-color:#164e63cc}.bg-cyan-900\/85{background-color:#164e63d9}.bg-cyan-900\/90{background-color:#164e63e6}.bg-cyan-900\/95{background-color:#164e63f2}.bg-danger-100{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.bg-danger-400{--tw-bg-opacity: 1;background-color:rgb(248 113 113 / var(--tw-bg-opacity, 1))}.bg-danger-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.bg-danger-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.bg-danger-600{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.bg-emerald-100{--tw-bg-opacity: 1;background-color:rgb(209 250 229 / var(--tw-bg-opacity, 1))}.bg-emerald-50{--tw-bg-opacity: 1;background-color:rgb(236 253 245 / var(--tw-bg-opacity, 1))}.bg-emerald-600{--tw-bg-opacity: 1;background-color:rgb(5 150 105 / var(--tw-bg-opacity, 1))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.bg-gray-100\/0{background-color:#f3f4f600}.bg-gray-100\/10{background-color:#f3f4f61a}.bg-gray-100\/100{background-color:#f3f4f6}.bg-gray-100\/15{background-color:#f3f4f626}.bg-gray-100\/20{background-color:#f3f4f633}.bg-gray-100\/25{background-color:#f3f4f640}.bg-gray-100\/30{background-color:#f3f4f64d}.bg-gray-100\/35{background-color:#f3f4f659}.bg-gray-100\/40{background-color:#f3f4f666}.bg-gray-100\/45{background-color:#f3f4f673}.bg-gray-100\/5{background-color:#f3f4f60d}.bg-gray-100\/50{background-color:#f3f4f680}.bg-gray-100\/55{background-color:#f3f4f68c}.bg-gray-100\/60{background-color:#f3f4f699}.bg-gray-100\/65{background-color:#f3f4f6a6}.bg-gray-100\/70{background-color:#f3f4f6b3}.bg-gray-100\/75{background-color:#f3f4f6bf}.bg-gray-100\/80{background-color:#f3f4f6cc}.bg-gray-100\/85{background-color:#f3f4f6d9}.bg-gray-100\/90{background-color:#f3f4f6e6}.bg-gray-100\/95{background-color:#f3f4f6f2}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.bg-gray-200\/0{background-color:#e5e7eb00}.bg-gray-200\/10{background-color:#e5e7eb1a}.bg-gray-200\/100{background-color:#e5e7eb}.bg-gray-200\/15{background-color:#e5e7eb26}.bg-gray-200\/20{background-color:#e5e7eb33}.bg-gray-200\/25{background-color:#e5e7eb40}.bg-gray-200\/30{background-color:#e5e7eb4d}.bg-gray-200\/35{background-color:#e5e7eb59}.bg-gray-200\/40{background-color:#e5e7eb66}.bg-gray-200\/45{background-color:#e5e7eb73}.bg-gray-200\/5{background-color:#e5e7eb0d}.bg-gray-200\/50{background-color:#e5e7eb80}.bg-gray-200\/55{background-color:#e5e7eb8c}.bg-gray-200\/60{background-color:#e5e7eb99}.bg-gray-200\/65{background-color:#e5e7eba6}.bg-gray-200\/70{background-color:#e5e7ebb3}.bg-gray-200\/75{background-color:#e5e7ebbf}.bg-gray-200\/80{background-color:#e5e7ebcc}.bg-gray-200\/85{background-color:#e5e7ebd9}.bg-gray-200\/90{background-color:#e5e7ebe6}.bg-gray-200\/95{background-color:#e5e7ebf2}.bg-gray-300{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.bg-gray-300\/0{background-color:#d1d5db00}.bg-gray-300\/10{background-color:#d1d5db1a}.bg-gray-300\/100{background-color:#d1d5db}.bg-gray-300\/15{background-color:#d1d5db26}.bg-gray-300\/20{background-color:#d1d5db33}.bg-gray-300\/25{background-color:#d1d5db40}.bg-gray-300\/30{background-color:#d1d5db4d}.bg-gray-300\/35{background-color:#d1d5db59}.bg-gray-300\/40{background-color:#d1d5db66}.bg-gray-300\/45{background-color:#d1d5db73}.bg-gray-300\/5{background-color:#d1d5db0d}.bg-gray-300\/50{background-color:#d1d5db80}.bg-gray-300\/55{background-color:#d1d5db8c}.bg-gray-300\/60{background-color:#d1d5db99}.bg-gray-300\/65{background-color:#d1d5dba6}.bg-gray-300\/70{background-color:#d1d5dbb3}.bg-gray-300\/75{background-color:#d1d5dbbf}.bg-gray-300\/80{background-color:#d1d5dbcc}.bg-gray-300\/85{background-color:#d1d5dbd9}.bg-gray-300\/90{background-color:#d1d5dbe6}.bg-gray-300\/95{background-color:#d1d5dbf2}.bg-gray-400{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity, 1))}.bg-gray-400\/0{background-color:#9ca3af00}.bg-gray-400\/10{background-color:#9ca3af1a}.bg-gray-400\/100{background-color:#9ca3af}.bg-gray-400\/15{background-color:#9ca3af26}.bg-gray-400\/20{background-color:#9ca3af33}.bg-gray-400\/25{background-color:#9ca3af40}.bg-gray-400\/30{background-color:#9ca3af4d}.bg-gray-400\/35{background-color:#9ca3af59}.bg-gray-400\/40{background-color:#9ca3af66}.bg-gray-400\/45{background-color:#9ca3af73}.bg-gray-400\/5{background-color:#9ca3af0d}.bg-gray-400\/50{background-color:#9ca3af80}.bg-gray-400\/55{background-color:#9ca3af8c}.bg-gray-400\/60{background-color:#9ca3af99}.bg-gray-400\/65{background-color:#9ca3afa6}.bg-gray-400\/70{background-color:#9ca3afb3}.bg-gray-400\/75{background-color:#9ca3afbf}.bg-gray-400\/80{background-color:#9ca3afcc}.bg-gray-400\/85{background-color:#9ca3afd9}.bg-gray-400\/90{background-color:#9ca3afe6}.bg-gray-400\/95{background-color:#9ca3aff2}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-gray-50\/0{background-color:#f9fafb00}.bg-gray-50\/10{background-color:#f9fafb1a}.bg-gray-50\/100{background-color:#f9fafb}.bg-gray-50\/15{background-color:#f9fafb26}.bg-gray-50\/20{background-color:#f9fafb33}.bg-gray-50\/25{background-color:#f9fafb40}.bg-gray-50\/30{background-color:#f9fafb4d}.bg-gray-50\/35{background-color:#f9fafb59}.bg-gray-50\/40{background-color:#f9fafb66}.bg-gray-50\/45{background-color:#f9fafb73}.bg-gray-50\/5{background-color:#f9fafb0d}.bg-gray-50\/50{background-color:#f9fafb80}.bg-gray-50\/55{background-color:#f9fafb8c}.bg-gray-50\/60{background-color:#f9fafb99}.bg-gray-50\/65{background-color:#f9fafba6}.bg-gray-50\/70{background-color:#f9fafbb3}.bg-gray-50\/75{background-color:#f9fafbbf}.bg-gray-50\/80{background-color:#f9fafbcc}.bg-gray-50\/85{background-color:#f9fafbd9}.bg-gray-50\/90{background-color:#f9fafbe6}.bg-gray-50\/95{background-color:#f9fafbf2}.bg-gray-500{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity, 1))}.bg-gray-500\/0{background-color:#6b728000}.bg-gray-500\/10{background-color:#6b72801a}.bg-gray-500\/100{background-color:#6b7280}.bg-gray-500\/15{background-color:#6b728026}.bg-gray-500\/20{background-color:#6b728033}.bg-gray-500\/25{background-color:#6b728040}.bg-gray-500\/30{background-color:#6b72804d}.bg-gray-500\/35{background-color:#6b728059}.bg-gray-500\/40{background-color:#6b728066}.bg-gray-500\/45{background-color:#6b728073}.bg-gray-500\/5{background-color:#6b72800d}.bg-gray-500\/50{background-color:#6b728080}.bg-gray-500\/55{background-color:#6b72808c}.bg-gray-500\/60{background-color:#6b728099}.bg-gray-500\/65{background-color:#6b7280a6}.bg-gray-500\/70{background-color:#6b7280b3}.bg-gray-500\/75{background-color:#6b7280bf}.bg-gray-500\/80{background-color:#6b7280cc}.bg-gray-500\/85{background-color:#6b7280d9}.bg-gray-500\/90{background-color:#6b7280e6}.bg-gray-500\/95{background-color:#6b7280f2}.bg-gray-600{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity, 1))}.bg-gray-600\/0{background-color:#4b556300}.bg-gray-600\/10{background-color:#4b55631a}.bg-gray-600\/100{background-color:#4b5563}.bg-gray-600\/15{background-color:#4b556326}.bg-gray-600\/20{background-color:#4b556333}.bg-gray-600\/25{background-color:#4b556340}.bg-gray-600\/30{background-color:#4b55634d}.bg-gray-600\/35{background-color:#4b556359}.bg-gray-600\/40{background-color:#4b556366}.bg-gray-600\/45{background-color:#4b556373}.bg-gray-600\/5{background-color:#4b55630d}.bg-gray-600\/50{background-color:#4b556380}.bg-gray-600\/55{background-color:#4b55638c}.bg-gray-600\/60{background-color:#4b556399}.bg-gray-600\/65{background-color:#4b5563a6}.bg-gray-600\/70{background-color:#4b5563b3}.bg-gray-600\/75{background-color:#4b5563bf}.bg-gray-600\/80{background-color:#4b5563cc}.bg-gray-600\/85{background-color:#4b5563d9}.bg-gray-600\/90{background-color:#4b5563e6}.bg-gray-600\/95{background-color:#4b5563f2}.bg-gray-700{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.bg-gray-700\/0{background-color:#37415100}.bg-gray-700\/10{background-color:#3741511a}.bg-gray-700\/100{background-color:#374151}.bg-gray-700\/15{background-color:#37415126}.bg-gray-700\/20{background-color:#37415133}.bg-gray-700\/25{background-color:#37415140}.bg-gray-700\/30{background-color:#3741514d}.bg-gray-700\/35{background-color:#37415159}.bg-gray-700\/40{background-color:#37415166}.bg-gray-700\/45{background-color:#37415173}.bg-gray-700\/5{background-color:#3741510d}.bg-gray-700\/50{background-color:#37415180}.bg-gray-700\/55{background-color:#3741518c}.bg-gray-700\/60{background-color:#37415199}.bg-gray-700\/65{background-color:#374151a6}.bg-gray-700\/70{background-color:#374151b3}.bg-gray-700\/75{background-color:#374151bf}.bg-gray-700\/80{background-color:#374151cc}.bg-gray-700\/85{background-color:#374151d9}.bg-gray-700\/90{background-color:#374151e6}.bg-gray-700\/95{background-color:#374151f2}.bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.bg-gray-800\/0{background-color:#1f293700}.bg-gray-800\/10{background-color:#1f29371a}.bg-gray-800\/100{background-color:#1f2937}.bg-gray-800\/15{background-color:#1f293726}.bg-gray-800\/20{background-color:#1f293733}.bg-gray-800\/25{background-color:#1f293740}.bg-gray-800\/30{background-color:#1f29374d}.bg-gray-800\/35{background-color:#1f293759}.bg-gray-800\/40{background-color:#1f293766}.bg-gray-800\/45{background-color:#1f293773}.bg-gray-800\/5{background-color:#1f29370d}.bg-gray-800\/50{background-color:#1f293780}.bg-gray-800\/55{background-color:#1f29378c}.bg-gray-800\/60{background-color:#1f293799}.bg-gray-800\/65{background-color:#1f2937a6}.bg-gray-800\/70{background-color:#1f2937b3}.bg-gray-800\/75{background-color:#1f2937bf}.bg-gray-800\/80{background-color:#1f2937cc}.bg-gray-800\/85{background-color:#1f2937d9}.bg-gray-800\/90{background-color:#1f2937e6}.bg-gray-800\/95{background-color:#1f2937f2}.bg-gray-900{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.bg-gray-900\/0{background-color:#11182700}.bg-gray-900\/10{background-color:#1118271a}.bg-gray-900\/100{background-color:#111827}.bg-gray-900\/15{background-color:#11182726}.bg-gray-900\/20{background-color:#11182733}.bg-gray-900\/25{background-color:#11182740}.bg-gray-900\/30{background-color:#1118274d}.bg-gray-900\/35{background-color:#11182759}.bg-gray-900\/40{background-color:#11182766}.bg-gray-900\/45{background-color:#11182773}.bg-gray-900\/5{background-color:#1118270d}.bg-gray-900\/50{background-color:#11182780}.bg-gray-900\/55{background-color:#1118278c}.bg-gray-900\/60{background-color:#11182799}.bg-gray-900\/65{background-color:#111827a6}.bg-gray-900\/70{background-color:#111827b3}.bg-gray-900\/75{background-color:#111827bf}.bg-gray-900\/80{background-color:#111827cc}.bg-gray-900\/85{background-color:#111827d9}.bg-gray-900\/90{background-color:#111827e6}.bg-gray-900\/95{background-color:#111827f2}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.bg-green-100\/0{background-color:#dcfce700}.bg-green-100\/10{background-color:#dcfce71a}.bg-green-100\/100{background-color:#dcfce7}.bg-green-100\/15{background-color:#dcfce726}.bg-green-100\/20{background-color:#dcfce733}.bg-green-100\/25{background-color:#dcfce740}.bg-green-100\/30{background-color:#dcfce74d}.bg-green-100\/35{background-color:#dcfce759}.bg-green-100\/40{background-color:#dcfce766}.bg-green-100\/45{background-color:#dcfce773}.bg-green-100\/5{background-color:#dcfce70d}.bg-green-100\/50{background-color:#dcfce780}.bg-green-100\/55{background-color:#dcfce78c}.bg-green-100\/60{background-color:#dcfce799}.bg-green-100\/65{background-color:#dcfce7a6}.bg-green-100\/70{background-color:#dcfce7b3}.bg-green-100\/75{background-color:#dcfce7bf}.bg-green-100\/80{background-color:#dcfce7cc}.bg-green-100\/85{background-color:#dcfce7d9}.bg-green-100\/90{background-color:#dcfce7e6}.bg-green-100\/95{background-color:#dcfce7f2}.bg-green-200{--tw-bg-opacity: 1;background-color:rgb(187 247 208 / var(--tw-bg-opacity, 1))}.bg-green-200\/0{background-color:#bbf7d000}.bg-green-200\/10{background-color:#bbf7d01a}.bg-green-200\/100{background-color:#bbf7d0}.bg-green-200\/15{background-color:#bbf7d026}.bg-green-200\/20{background-color:#bbf7d033}.bg-green-200\/25{background-color:#bbf7d040}.bg-green-200\/30{background-color:#bbf7d04d}.bg-green-200\/35{background-color:#bbf7d059}.bg-green-200\/40{background-color:#bbf7d066}.bg-green-200\/45{background-color:#bbf7d073}.bg-green-200\/5{background-color:#bbf7d00d}.bg-green-200\/50{background-color:#bbf7d080}.bg-green-200\/55{background-color:#bbf7d08c}.bg-green-200\/60{background-color:#bbf7d099}.bg-green-200\/65{background-color:#bbf7d0a6}.bg-green-200\/70{background-color:#bbf7d0b3}.bg-green-200\/75{background-color:#bbf7d0bf}.bg-green-200\/80{background-color:#bbf7d0cc}.bg-green-200\/85{background-color:#bbf7d0d9}.bg-green-200\/90{background-color:#bbf7d0e6}.bg-green-200\/95{background-color:#bbf7d0f2}.bg-green-300{--tw-bg-opacity: 1;background-color:rgb(134 239 172 / var(--tw-bg-opacity, 1))}.bg-green-300\/0{background-color:#86efac00}.bg-green-300\/10{background-color:#86efac1a}.bg-green-300\/100{background-color:#86efac}.bg-green-300\/15{background-color:#86efac26}.bg-green-300\/20{background-color:#86efac33}.bg-green-300\/25{background-color:#86efac40}.bg-green-300\/30{background-color:#86efac4d}.bg-green-300\/35{background-color:#86efac59}.bg-green-300\/40{background-color:#86efac66}.bg-green-300\/45{background-color:#86efac73}.bg-green-300\/5{background-color:#86efac0d}.bg-green-300\/50{background-color:#86efac80}.bg-green-300\/55{background-color:#86efac8c}.bg-green-300\/60{background-color:#86efac99}.bg-green-300\/65{background-color:#86efaca6}.bg-green-300\/70{background-color:#86efacb3}.bg-green-300\/75{background-color:#86efacbf}.bg-green-300\/80{background-color:#86efaccc}.bg-green-300\/85{background-color:#86efacd9}.bg-green-300\/90{background-color:#86eface6}.bg-green-300\/95{background-color:#86efacf2}.bg-green-400{--tw-bg-opacity: 1;background-color:rgb(74 222 128 / var(--tw-bg-opacity, 1))}.bg-green-400\/0{background-color:#4ade8000}.bg-green-400\/10{background-color:#4ade801a}.bg-green-400\/100{background-color:#4ade80}.bg-green-400\/15{background-color:#4ade8026}.bg-green-400\/20{background-color:#4ade8033}.bg-green-400\/25{background-color:#4ade8040}.bg-green-400\/30{background-color:#4ade804d}.bg-green-400\/35{background-color:#4ade8059}.bg-green-400\/40{background-color:#4ade8066}.bg-green-400\/45{background-color:#4ade8073}.bg-green-400\/5{background-color:#4ade800d}.bg-green-400\/50{background-color:#4ade8080}.bg-green-400\/55{background-color:#4ade808c}.bg-green-400\/60{background-color:#4ade8099}.bg-green-400\/65{background-color:#4ade80a6}.bg-green-400\/70{background-color:#4ade80b3}.bg-green-400\/75{background-color:#4ade80bf}.bg-green-400\/80{background-color:#4ade80cc}.bg-green-400\/85{background-color:#4ade80d9}.bg-green-400\/90{background-color:#4ade80e6}.bg-green-400\/95{background-color:#4ade80f2}.bg-green-50{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.bg-green-50\/0{background-color:#f0fdf400}.bg-green-50\/10{background-color:#f0fdf41a}.bg-green-50\/100{background-color:#f0fdf4}.bg-green-50\/15{background-color:#f0fdf426}.bg-green-50\/20{background-color:#f0fdf433}.bg-green-50\/25{background-color:#f0fdf440}.bg-green-50\/30{background-color:#f0fdf44d}.bg-green-50\/35{background-color:#f0fdf459}.bg-green-50\/40{background-color:#f0fdf466}.bg-green-50\/45{background-color:#f0fdf473}.bg-green-50\/5{background-color:#f0fdf40d}.bg-green-50\/50{background-color:#f0fdf480}.bg-green-50\/55{background-color:#f0fdf48c}.bg-green-50\/60{background-color:#f0fdf499}.bg-green-50\/65{background-color:#f0fdf4a6}.bg-green-50\/70{background-color:#f0fdf4b3}.bg-green-50\/75{background-color:#f0fdf4bf}.bg-green-50\/80{background-color:#f0fdf4cc}.bg-green-50\/85{background-color:#f0fdf4d9}.bg-green-50\/90{background-color:#f0fdf4e6}.bg-green-50\/95{background-color:#f0fdf4f2}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}.bg-green-500\/0{background-color:#22c55e00}.bg-green-500\/10{background-color:#22c55e1a}.bg-green-500\/100{background-color:#22c55e}.bg-green-500\/15{background-color:#22c55e26}.bg-green-500\/20{background-color:#22c55e33}.bg-green-500\/25{background-color:#22c55e40}.bg-green-500\/30{background-color:#22c55e4d}.bg-green-500\/35{background-color:#22c55e59}.bg-green-500\/40{background-color:#22c55e66}.bg-green-500\/45{background-color:#22c55e73}.bg-green-500\/5{background-color:#22c55e0d}.bg-green-500\/50{background-color:#22c55e80}.bg-green-500\/55{background-color:#22c55e8c}.bg-green-500\/60{background-color:#22c55e99}.bg-green-500\/65{background-color:#22c55ea6}.bg-green-500\/70{background-color:#22c55eb3}.bg-green-500\/75{background-color:#22c55ebf}.bg-green-500\/80{background-color:#22c55ecc}.bg-green-500\/85{background-color:#22c55ed9}.bg-green-500\/90{background-color:#22c55ee6}.bg-green-500\/95{background-color:#22c55ef2}.bg-green-600{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}.bg-green-600\/0{background-color:#16a34a00}.bg-green-600\/10{background-color:#16a34a1a}.bg-green-600\/100{background-color:#16a34a}.bg-green-600\/15{background-color:#16a34a26}.bg-green-600\/20{background-color:#16a34a33}.bg-green-600\/25{background-color:#16a34a40}.bg-green-600\/30{background-color:#16a34a4d}.bg-green-600\/35{background-color:#16a34a59}.bg-green-600\/40{background-color:#16a34a66}.bg-green-600\/45{background-color:#16a34a73}.bg-green-600\/5{background-color:#16a34a0d}.bg-green-600\/50{background-color:#16a34a80}.bg-green-600\/55{background-color:#16a34a8c}.bg-green-600\/60{background-color:#16a34a99}.bg-green-600\/65{background-color:#16a34aa6}.bg-green-600\/70{background-color:#16a34ab3}.bg-green-600\/75{background-color:#16a34abf}.bg-green-600\/80{background-color:#16a34acc}.bg-green-600\/85{background-color:#16a34ad9}.bg-green-600\/90{background-color:#16a34ae6}.bg-green-600\/95{background-color:#16a34af2}.bg-green-700{--tw-bg-opacity: 1;background-color:rgb(21 128 61 / var(--tw-bg-opacity, 1))}.bg-green-700\/0{background-color:#15803d00}.bg-green-700\/10{background-color:#15803d1a}.bg-green-700\/100{background-color:#15803d}.bg-green-700\/15{background-color:#15803d26}.bg-green-700\/20{background-color:#15803d33}.bg-green-700\/25{background-color:#15803d40}.bg-green-700\/30{background-color:#15803d4d}.bg-green-700\/35{background-color:#15803d59}.bg-green-700\/40{background-color:#15803d66}.bg-green-700\/45{background-color:#15803d73}.bg-green-700\/5{background-color:#15803d0d}.bg-green-700\/50{background-color:#15803d80}.bg-green-700\/55{background-color:#15803d8c}.bg-green-700\/60{background-color:#15803d99}.bg-green-700\/65{background-color:#15803da6}.bg-green-700\/70{background-color:#15803db3}.bg-green-700\/75{background-color:#15803dbf}.bg-green-700\/80{background-color:#15803dcc}.bg-green-700\/85{background-color:#15803dd9}.bg-green-700\/90{background-color:#15803de6}.bg-green-700\/95{background-color:#15803df2}.bg-green-800{--tw-bg-opacity: 1;background-color:rgb(22 101 52 / var(--tw-bg-opacity, 1))}.bg-green-800\/0{background-color:#16653400}.bg-green-800\/10{background-color:#1665341a}.bg-green-800\/100{background-color:#166534}.bg-green-800\/15{background-color:#16653426}.bg-green-800\/20{background-color:#16653433}.bg-green-800\/25{background-color:#16653440}.bg-green-800\/30{background-color:#1665344d}.bg-green-800\/35{background-color:#16653459}.bg-green-800\/40{background-color:#16653466}.bg-green-800\/45{background-color:#16653473}.bg-green-800\/5{background-color:#1665340d}.bg-green-800\/50{background-color:#16653480}.bg-green-800\/55{background-color:#1665348c}.bg-green-800\/60{background-color:#16653499}.bg-green-800\/65{background-color:#166534a6}.bg-green-800\/70{background-color:#166534b3}.bg-green-800\/75{background-color:#166534bf}.bg-green-800\/80{background-color:#166534cc}.bg-green-800\/85{background-color:#166534d9}.bg-green-800\/90{background-color:#166534e6}.bg-green-800\/95{background-color:#166534f2}.bg-green-900{--tw-bg-opacity: 1;background-color:rgb(20 83 45 / var(--tw-bg-opacity, 1))}.bg-green-900\/0{background-color:#14532d00}.bg-green-900\/10{background-color:#14532d1a}.bg-green-900\/100{background-color:#14532d}.bg-green-900\/15{background-color:#14532d26}.bg-green-900\/20{background-color:#14532d33}.bg-green-900\/25{background-color:#14532d40}.bg-green-900\/30{background-color:#14532d4d}.bg-green-900\/35{background-color:#14532d59}.bg-green-900\/40{background-color:#14532d66}.bg-green-900\/45{background-color:#14532d73}.bg-green-900\/5{background-color:#14532d0d}.bg-green-900\/50{background-color:#14532d80}.bg-green-900\/55{background-color:#14532d8c}.bg-green-900\/60{background-color:#14532d99}.bg-green-900\/65{background-color:#14532da6}.bg-green-900\/70{background-color:#14532db3}.bg-green-900\/75{background-color:#14532dbf}.bg-green-900\/80{background-color:#14532dcc}.bg-green-900\/85{background-color:#14532dd9}.bg-green-900\/90{background-color:#14532de6}.bg-green-900\/95{background-color:#14532df2}.bg-indigo-100{--tw-bg-opacity: 1;background-color:rgb(224 231 255 / var(--tw-bg-opacity, 1))}.bg-indigo-100\/0{background-color:#e0e7ff00}.bg-indigo-100\/10{background-color:#e0e7ff1a}.bg-indigo-100\/100{background-color:#e0e7ff}.bg-indigo-100\/15{background-color:#e0e7ff26}.bg-indigo-100\/20{background-color:#e0e7ff33}.bg-indigo-100\/25{background-color:#e0e7ff40}.bg-indigo-100\/30{background-color:#e0e7ff4d}.bg-indigo-100\/35{background-color:#e0e7ff59}.bg-indigo-100\/40{background-color:#e0e7ff66}.bg-indigo-100\/45{background-color:#e0e7ff73}.bg-indigo-100\/5{background-color:#e0e7ff0d}.bg-indigo-100\/50{background-color:#e0e7ff80}.bg-indigo-100\/55{background-color:#e0e7ff8c}.bg-indigo-100\/60{background-color:#e0e7ff99}.bg-indigo-100\/65{background-color:#e0e7ffa6}.bg-indigo-100\/70{background-color:#e0e7ffb3}.bg-indigo-100\/75{background-color:#e0e7ffbf}.bg-indigo-100\/80{background-color:#e0e7ffcc}.bg-indigo-100\/85{background-color:#e0e7ffd9}.bg-indigo-100\/90{background-color:#e0e7ffe6}.bg-indigo-100\/95{background-color:#e0e7fff2}.bg-indigo-200{--tw-bg-opacity: 1;background-color:rgb(199 210 254 / var(--tw-bg-opacity, 1))}.bg-indigo-200\/0{background-color:#c7d2fe00}.bg-indigo-200\/10{background-color:#c7d2fe1a}.bg-indigo-200\/100{background-color:#c7d2fe}.bg-indigo-200\/15{background-color:#c7d2fe26}.bg-indigo-200\/20{background-color:#c7d2fe33}.bg-indigo-200\/25{background-color:#c7d2fe40}.bg-indigo-200\/30{background-color:#c7d2fe4d}.bg-indigo-200\/35{background-color:#c7d2fe59}.bg-indigo-200\/40{background-color:#c7d2fe66}.bg-indigo-200\/45{background-color:#c7d2fe73}.bg-indigo-200\/5{background-color:#c7d2fe0d}.bg-indigo-200\/50{background-color:#c7d2fe80}.bg-indigo-200\/55{background-color:#c7d2fe8c}.bg-indigo-200\/60{background-color:#c7d2fe99}.bg-indigo-200\/65{background-color:#c7d2fea6}.bg-indigo-200\/70{background-color:#c7d2feb3}.bg-indigo-200\/75{background-color:#c7d2febf}.bg-indigo-200\/80{background-color:#c7d2fecc}.bg-indigo-200\/85{background-color:#c7d2fed9}.bg-indigo-200\/90{background-color:#c7d2fee6}.bg-indigo-200\/95{background-color:#c7d2fef2}.bg-indigo-300{--tw-bg-opacity: 1;background-color:rgb(165 180 252 / var(--tw-bg-opacity, 1))}.bg-indigo-300\/0{background-color:#a5b4fc00}.bg-indigo-300\/10{background-color:#a5b4fc1a}.bg-indigo-300\/100{background-color:#a5b4fc}.bg-indigo-300\/15{background-color:#a5b4fc26}.bg-indigo-300\/20{background-color:#a5b4fc33}.bg-indigo-300\/25{background-color:#a5b4fc40}.bg-indigo-300\/30{background-color:#a5b4fc4d}.bg-indigo-300\/35{background-color:#a5b4fc59}.bg-indigo-300\/40{background-color:#a5b4fc66}.bg-indigo-300\/45{background-color:#a5b4fc73}.bg-indigo-300\/5{background-color:#a5b4fc0d}.bg-indigo-300\/50{background-color:#a5b4fc80}.bg-indigo-300\/55{background-color:#a5b4fc8c}.bg-indigo-300\/60{background-color:#a5b4fc99}.bg-indigo-300\/65{background-color:#a5b4fca6}.bg-indigo-300\/70{background-color:#a5b4fcb3}.bg-indigo-300\/75{background-color:#a5b4fcbf}.bg-indigo-300\/80{background-color:#a5b4fccc}.bg-indigo-300\/85{background-color:#a5b4fcd9}.bg-indigo-300\/90{background-color:#a5b4fce6}.bg-indigo-300\/95{background-color:#a5b4fcf2}.bg-indigo-400{--tw-bg-opacity: 1;background-color:rgb(129 140 248 / var(--tw-bg-opacity, 1))}.bg-indigo-400\/0{background-color:#818cf800}.bg-indigo-400\/10{background-color:#818cf81a}.bg-indigo-400\/100{background-color:#818cf8}.bg-indigo-400\/15{background-color:#818cf826}.bg-indigo-400\/20{background-color:#818cf833}.bg-indigo-400\/25{background-color:#818cf840}.bg-indigo-400\/30{background-color:#818cf84d}.bg-indigo-400\/35{background-color:#818cf859}.bg-indigo-400\/40{background-color:#818cf866}.bg-indigo-400\/45{background-color:#818cf873}.bg-indigo-400\/5{background-color:#818cf80d}.bg-indigo-400\/50{background-color:#818cf880}.bg-indigo-400\/55{background-color:#818cf88c}.bg-indigo-400\/60{background-color:#818cf899}.bg-indigo-400\/65{background-color:#818cf8a6}.bg-indigo-400\/70{background-color:#818cf8b3}.bg-indigo-400\/75{background-color:#818cf8bf}.bg-indigo-400\/80{background-color:#818cf8cc}.bg-indigo-400\/85{background-color:#818cf8d9}.bg-indigo-400\/90{background-color:#818cf8e6}.bg-indigo-400\/95{background-color:#818cf8f2}.bg-indigo-50{--tw-bg-opacity: 1;background-color:rgb(238 242 255 / var(--tw-bg-opacity, 1))}.bg-indigo-50\/0{background-color:#eef2ff00}.bg-indigo-50\/10{background-color:#eef2ff1a}.bg-indigo-50\/100{background-color:#eef2ff}.bg-indigo-50\/15{background-color:#eef2ff26}.bg-indigo-50\/20{background-color:#eef2ff33}.bg-indigo-50\/25{background-color:#eef2ff40}.bg-indigo-50\/30{background-color:#eef2ff4d}.bg-indigo-50\/35{background-color:#eef2ff59}.bg-indigo-50\/40{background-color:#eef2ff66}.bg-indigo-50\/45{background-color:#eef2ff73}.bg-indigo-50\/5{background-color:#eef2ff0d}.bg-indigo-50\/50{background-color:#eef2ff80}.bg-indigo-50\/55{background-color:#eef2ff8c}.bg-indigo-50\/60{background-color:#eef2ff99}.bg-indigo-50\/65{background-color:#eef2ffa6}.bg-indigo-50\/70{background-color:#eef2ffb3}.bg-indigo-50\/75{background-color:#eef2ffbf}.bg-indigo-50\/80{background-color:#eef2ffcc}.bg-indigo-50\/85{background-color:#eef2ffd9}.bg-indigo-50\/90{background-color:#eef2ffe6}.bg-indigo-50\/95{background-color:#eef2fff2}.bg-indigo-500{--tw-bg-opacity: 1;background-color:rgb(99 102 241 / var(--tw-bg-opacity, 1))}.bg-indigo-500\/0{background-color:#6366f100}.bg-indigo-500\/10{background-color:#6366f11a}.bg-indigo-500\/100{background-color:#6366f1}.bg-indigo-500\/15{background-color:#6366f126}.bg-indigo-500\/20{background-color:#6366f133}.bg-indigo-500\/25{background-color:#6366f140}.bg-indigo-500\/30{background-color:#6366f14d}.bg-indigo-500\/35{background-color:#6366f159}.bg-indigo-500\/40{background-color:#6366f166}.bg-indigo-500\/45{background-color:#6366f173}.bg-indigo-500\/5{background-color:#6366f10d}.bg-indigo-500\/50{background-color:#6366f180}.bg-indigo-500\/55{background-color:#6366f18c}.bg-indigo-500\/60{background-color:#6366f199}.bg-indigo-500\/65{background-color:#6366f1a6}.bg-indigo-500\/70{background-color:#6366f1b3}.bg-indigo-500\/75{background-color:#6366f1bf}.bg-indigo-500\/80{background-color:#6366f1cc}.bg-indigo-500\/85{background-color:#6366f1d9}.bg-indigo-500\/90{background-color:#6366f1e6}.bg-indigo-500\/95{background-color:#6366f1f2}.bg-indigo-600{--tw-bg-opacity: 1;background-color:rgb(79 70 229 / var(--tw-bg-opacity, 1))}.bg-indigo-600\/0{background-color:#4f46e500}.bg-indigo-600\/10{background-color:#4f46e51a}.bg-indigo-600\/100{background-color:#4f46e5}.bg-indigo-600\/15{background-color:#4f46e526}.bg-indigo-600\/20{background-color:#4f46e533}.bg-indigo-600\/25{background-color:#4f46e540}.bg-indigo-600\/30{background-color:#4f46e54d}.bg-indigo-600\/35{background-color:#4f46e559}.bg-indigo-600\/40{background-color:#4f46e566}.bg-indigo-600\/45{background-color:#4f46e573}.bg-indigo-600\/5{background-color:#4f46e50d}.bg-indigo-600\/50{background-color:#4f46e580}.bg-indigo-600\/55{background-color:#4f46e58c}.bg-indigo-600\/60{background-color:#4f46e599}.bg-indigo-600\/65{background-color:#4f46e5a6}.bg-indigo-600\/70{background-color:#4f46e5b3}.bg-indigo-600\/75{background-color:#4f46e5bf}.bg-indigo-600\/80{background-color:#4f46e5cc}.bg-indigo-600\/85{background-color:#4f46e5d9}.bg-indigo-600\/90{background-color:#4f46e5e6}.bg-indigo-600\/95{background-color:#4f46e5f2}.bg-indigo-700{--tw-bg-opacity: 1;background-color:rgb(67 56 202 / var(--tw-bg-opacity, 1))}.bg-indigo-700\/0{background-color:#4338ca00}.bg-indigo-700\/10{background-color:#4338ca1a}.bg-indigo-700\/100{background-color:#4338ca}.bg-indigo-700\/15{background-color:#4338ca26}.bg-indigo-700\/20{background-color:#4338ca33}.bg-indigo-700\/25{background-color:#4338ca40}.bg-indigo-700\/30{background-color:#4338ca4d}.bg-indigo-700\/35{background-color:#4338ca59}.bg-indigo-700\/40{background-color:#4338ca66}.bg-indigo-700\/45{background-color:#4338ca73}.bg-indigo-700\/5{background-color:#4338ca0d}.bg-indigo-700\/50{background-color:#4338ca80}.bg-indigo-700\/55{background-color:#4338ca8c}.bg-indigo-700\/60{background-color:#4338ca99}.bg-indigo-700\/65{background-color:#4338caa6}.bg-indigo-700\/70{background-color:#4338cab3}.bg-indigo-700\/75{background-color:#4338cabf}.bg-indigo-700\/80{background-color:#4338cacc}.bg-indigo-700\/85{background-color:#4338cad9}.bg-indigo-700\/90{background-color:#4338cae6}.bg-indigo-700\/95{background-color:#4338caf2}.bg-indigo-800{--tw-bg-opacity: 1;background-color:rgb(55 48 163 / var(--tw-bg-opacity, 1))}.bg-indigo-800\/0{background-color:#3730a300}.bg-indigo-800\/10{background-color:#3730a31a}.bg-indigo-800\/100{background-color:#3730a3}.bg-indigo-800\/15{background-color:#3730a326}.bg-indigo-800\/20{background-color:#3730a333}.bg-indigo-800\/25{background-color:#3730a340}.bg-indigo-800\/30{background-color:#3730a34d}.bg-indigo-800\/35{background-color:#3730a359}.bg-indigo-800\/40{background-color:#3730a366}.bg-indigo-800\/45{background-color:#3730a373}.bg-indigo-800\/5{background-color:#3730a30d}.bg-indigo-800\/50{background-color:#3730a380}.bg-indigo-800\/55{background-color:#3730a38c}.bg-indigo-800\/60{background-color:#3730a399}.bg-indigo-800\/65{background-color:#3730a3a6}.bg-indigo-800\/70{background-color:#3730a3b3}.bg-indigo-800\/75{background-color:#3730a3bf}.bg-indigo-800\/80{background-color:#3730a3cc}.bg-indigo-800\/85{background-color:#3730a3d9}.bg-indigo-800\/90{background-color:#3730a3e6}.bg-indigo-800\/95{background-color:#3730a3f2}.bg-indigo-900{--tw-bg-opacity: 1;background-color:rgb(49 46 129 / var(--tw-bg-opacity, 1))}.bg-indigo-900\/0{background-color:#312e8100}.bg-indigo-900\/10{background-color:#312e811a}.bg-indigo-900\/100{background-color:#312e81}.bg-indigo-900\/15{background-color:#312e8126}.bg-indigo-900\/20{background-color:#312e8133}.bg-indigo-900\/25{background-color:#312e8140}.bg-indigo-900\/30{background-color:#312e814d}.bg-indigo-900\/35{background-color:#312e8159}.bg-indigo-900\/40{background-color:#312e8166}.bg-indigo-900\/45{background-color:#312e8173}.bg-indigo-900\/5{background-color:#312e810d}.bg-indigo-900\/50{background-color:#312e8180}.bg-indigo-900\/55{background-color:#312e818c}.bg-indigo-900\/60{background-color:#312e8199}.bg-indigo-900\/65{background-color:#312e81a6}.bg-indigo-900\/70{background-color:#312e81b3}.bg-indigo-900\/75{background-color:#312e81bf}.bg-indigo-900\/80{background-color:#312e81cc}.bg-indigo-900\/85{background-color:#312e81d9}.bg-indigo-900\/90{background-color:#312e81e6}.bg-indigo-900\/95{background-color:#312e81f2}.bg-info-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.bg-info-400{--tw-bg-opacity: 1;background-color:rgb(96 165 250 / var(--tw-bg-opacity, 1))}.bg-info-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.bg-info-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.bg-info-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.bg-neutral-100{--tw-bg-opacity: 1;background-color:rgb(244 244 245 / var(--tw-bg-opacity, 1))}.bg-neutral-200{--tw-bg-opacity: 1;background-color:rgb(228 228 231 / var(--tw-bg-opacity, 1))}.bg-neutral-300{--tw-bg-opacity: 1;background-color:rgb(212 212 216 / var(--tw-bg-opacity, 1))}.bg-neutral-400{--tw-bg-opacity: 1;background-color:rgb(161 161 170 / var(--tw-bg-opacity, 1))}.bg-neutral-50{--tw-bg-opacity: 1;background-color:rgb(250 250 250 / var(--tw-bg-opacity, 1))}.bg-neutral-500{--tw-bg-opacity: 1;background-color:rgb(113 113 122 / var(--tw-bg-opacity, 1))}.bg-neutral-900{--tw-bg-opacity: 1;background-color:rgb(24 24 27 / var(--tw-bg-opacity, 1))}.bg-orange-100{--tw-bg-opacity: 1;background-color:rgb(255 237 213 / var(--tw-bg-opacity, 1))}.bg-orange-100\/0{background-color:#ffedd500}.bg-orange-100\/10{background-color:#ffedd51a}.bg-orange-100\/100{background-color:#ffedd5}.bg-orange-100\/15{background-color:#ffedd526}.bg-orange-100\/20{background-color:#ffedd533}.bg-orange-100\/25{background-color:#ffedd540}.bg-orange-100\/30{background-color:#ffedd54d}.bg-orange-100\/35{background-color:#ffedd559}.bg-orange-100\/40{background-color:#ffedd566}.bg-orange-100\/45{background-color:#ffedd573}.bg-orange-100\/5{background-color:#ffedd50d}.bg-orange-100\/50{background-color:#ffedd580}.bg-orange-100\/55{background-color:#ffedd58c}.bg-orange-100\/60{background-color:#ffedd599}.bg-orange-100\/65{background-color:#ffedd5a6}.bg-orange-100\/70{background-color:#ffedd5b3}.bg-orange-100\/75{background-color:#ffedd5bf}.bg-orange-100\/80{background-color:#ffedd5cc}.bg-orange-100\/85{background-color:#ffedd5d9}.bg-orange-100\/90{background-color:#ffedd5e6}.bg-orange-100\/95{background-color:#ffedd5f2}.bg-orange-200{--tw-bg-opacity: 1;background-color:rgb(254 215 170 / var(--tw-bg-opacity, 1))}.bg-orange-200\/0{background-color:#fed7aa00}.bg-orange-200\/10{background-color:#fed7aa1a}.bg-orange-200\/100{background-color:#fed7aa}.bg-orange-200\/15{background-color:#fed7aa26}.bg-orange-200\/20{background-color:#fed7aa33}.bg-orange-200\/25{background-color:#fed7aa40}.bg-orange-200\/30{background-color:#fed7aa4d}.bg-orange-200\/35{background-color:#fed7aa59}.bg-orange-200\/40{background-color:#fed7aa66}.bg-orange-200\/45{background-color:#fed7aa73}.bg-orange-200\/5{background-color:#fed7aa0d}.bg-orange-200\/50{background-color:#fed7aa80}.bg-orange-200\/55{background-color:#fed7aa8c}.bg-orange-200\/60{background-color:#fed7aa99}.bg-orange-200\/65{background-color:#fed7aaa6}.bg-orange-200\/70{background-color:#fed7aab3}.bg-orange-200\/75{background-color:#fed7aabf}.bg-orange-200\/80{background-color:#fed7aacc}.bg-orange-200\/85{background-color:#fed7aad9}.bg-orange-200\/90{background-color:#fed7aae6}.bg-orange-200\/95{background-color:#fed7aaf2}.bg-orange-300{--tw-bg-opacity: 1;background-color:rgb(253 186 116 / var(--tw-bg-opacity, 1))}.bg-orange-300\/0{background-color:#fdba7400}.bg-orange-300\/10{background-color:#fdba741a}.bg-orange-300\/100{background-color:#fdba74}.bg-orange-300\/15{background-color:#fdba7426}.bg-orange-300\/20{background-color:#fdba7433}.bg-orange-300\/25{background-color:#fdba7440}.bg-orange-300\/30{background-color:#fdba744d}.bg-orange-300\/35{background-color:#fdba7459}.bg-orange-300\/40{background-color:#fdba7466}.bg-orange-300\/45{background-color:#fdba7473}.bg-orange-300\/5{background-color:#fdba740d}.bg-orange-300\/50{background-color:#fdba7480}.bg-orange-300\/55{background-color:#fdba748c}.bg-orange-300\/60{background-color:#fdba7499}.bg-orange-300\/65{background-color:#fdba74a6}.bg-orange-300\/70{background-color:#fdba74b3}.bg-orange-300\/75{background-color:#fdba74bf}.bg-orange-300\/80{background-color:#fdba74cc}.bg-orange-300\/85{background-color:#fdba74d9}.bg-orange-300\/90{background-color:#fdba74e6}.bg-orange-300\/95{background-color:#fdba74f2}.bg-orange-400{--tw-bg-opacity: 1;background-color:rgb(251 146 60 / var(--tw-bg-opacity, 1))}.bg-orange-400\/0{background-color:#fb923c00}.bg-orange-400\/10{background-color:#fb923c1a}.bg-orange-400\/100{background-color:#fb923c}.bg-orange-400\/15{background-color:#fb923c26}.bg-orange-400\/20{background-color:#fb923c33}.bg-orange-400\/25{background-color:#fb923c40}.bg-orange-400\/30{background-color:#fb923c4d}.bg-orange-400\/35{background-color:#fb923c59}.bg-orange-400\/40{background-color:#fb923c66}.bg-orange-400\/45{background-color:#fb923c73}.bg-orange-400\/5{background-color:#fb923c0d}.bg-orange-400\/50{background-color:#fb923c80}.bg-orange-400\/55{background-color:#fb923c8c}.bg-orange-400\/60{background-color:#fb923c99}.bg-orange-400\/65{background-color:#fb923ca6}.bg-orange-400\/70{background-color:#fb923cb3}.bg-orange-400\/75{background-color:#fb923cbf}.bg-orange-400\/80{background-color:#fb923ccc}.bg-orange-400\/85{background-color:#fb923cd9}.bg-orange-400\/90{background-color:#fb923ce6}.bg-orange-400\/95{background-color:#fb923cf2}.bg-orange-50{--tw-bg-opacity: 1;background-color:rgb(255 247 237 / var(--tw-bg-opacity, 1))}.bg-orange-50\/0{background-color:#fff7ed00}.bg-orange-50\/10{background-color:#fff7ed1a}.bg-orange-50\/100{background-color:#fff7ed}.bg-orange-50\/15{background-color:#fff7ed26}.bg-orange-50\/20{background-color:#fff7ed33}.bg-orange-50\/25{background-color:#fff7ed40}.bg-orange-50\/30{background-color:#fff7ed4d}.bg-orange-50\/35{background-color:#fff7ed59}.bg-orange-50\/40{background-color:#fff7ed66}.bg-orange-50\/45{background-color:#fff7ed73}.bg-orange-50\/5{background-color:#fff7ed0d}.bg-orange-50\/50{background-color:#fff7ed80}.bg-orange-50\/55{background-color:#fff7ed8c}.bg-orange-50\/60{background-color:#fff7ed99}.bg-orange-50\/65{background-color:#fff7eda6}.bg-orange-50\/70{background-color:#fff7edb3}.bg-orange-50\/75{background-color:#fff7edbf}.bg-orange-50\/80{background-color:#fff7edcc}.bg-orange-50\/85{background-color:#fff7edd9}.bg-orange-50\/90{background-color:#fff7ede6}.bg-orange-50\/95{background-color:#fff7edf2}.bg-orange-500{--tw-bg-opacity: 1;background-color:rgb(249 115 22 / var(--tw-bg-opacity, 1))}.bg-orange-500\/0{background-color:#f9731600}.bg-orange-500\/10{background-color:#f973161a}.bg-orange-500\/100{background-color:#f97316}.bg-orange-500\/15{background-color:#f9731626}.bg-orange-500\/20{background-color:#f9731633}.bg-orange-500\/25{background-color:#f9731640}.bg-orange-500\/30{background-color:#f973164d}.bg-orange-500\/35{background-color:#f9731659}.bg-orange-500\/40{background-color:#f9731666}.bg-orange-500\/45{background-color:#f9731673}.bg-orange-500\/5{background-color:#f973160d}.bg-orange-500\/50{background-color:#f9731680}.bg-orange-500\/55{background-color:#f973168c}.bg-orange-500\/60{background-color:#f9731699}.bg-orange-500\/65{background-color:#f97316a6}.bg-orange-500\/70{background-color:#f97316b3}.bg-orange-500\/75{background-color:#f97316bf}.bg-orange-500\/80{background-color:#f97316cc}.bg-orange-500\/85{background-color:#f97316d9}.bg-orange-500\/90{background-color:#f97316e6}.bg-orange-500\/95{background-color:#f97316f2}.bg-orange-600{--tw-bg-opacity: 1;background-color:rgb(234 88 12 / var(--tw-bg-opacity, 1))}.bg-orange-600\/0{background-color:#ea580c00}.bg-orange-600\/10{background-color:#ea580c1a}.bg-orange-600\/100{background-color:#ea580c}.bg-orange-600\/15{background-color:#ea580c26}.bg-orange-600\/20{background-color:#ea580c33}.bg-orange-600\/25{background-color:#ea580c40}.bg-orange-600\/30{background-color:#ea580c4d}.bg-orange-600\/35{background-color:#ea580c59}.bg-orange-600\/40{background-color:#ea580c66}.bg-orange-600\/45{background-color:#ea580c73}.bg-orange-600\/5{background-color:#ea580c0d}.bg-orange-600\/50{background-color:#ea580c80}.bg-orange-600\/55{background-color:#ea580c8c}.bg-orange-600\/60{background-color:#ea580c99}.bg-orange-600\/65{background-color:#ea580ca6}.bg-orange-600\/70{background-color:#ea580cb3}.bg-orange-600\/75{background-color:#ea580cbf}.bg-orange-600\/80{background-color:#ea580ccc}.bg-orange-600\/85{background-color:#ea580cd9}.bg-orange-600\/90{background-color:#ea580ce6}.bg-orange-600\/95{background-color:#ea580cf2}.bg-orange-700{--tw-bg-opacity: 1;background-color:rgb(194 65 12 / var(--tw-bg-opacity, 1))}.bg-orange-700\/0{background-color:#c2410c00}.bg-orange-700\/10{background-color:#c2410c1a}.bg-orange-700\/100{background-color:#c2410c}.bg-orange-700\/15{background-color:#c2410c26}.bg-orange-700\/20{background-color:#c2410c33}.bg-orange-700\/25{background-color:#c2410c40}.bg-orange-700\/30{background-color:#c2410c4d}.bg-orange-700\/35{background-color:#c2410c59}.bg-orange-700\/40{background-color:#c2410c66}.bg-orange-700\/45{background-color:#c2410c73}.bg-orange-700\/5{background-color:#c2410c0d}.bg-orange-700\/50{background-color:#c2410c80}.bg-orange-700\/55{background-color:#c2410c8c}.bg-orange-700\/60{background-color:#c2410c99}.bg-orange-700\/65{background-color:#c2410ca6}.bg-orange-700\/70{background-color:#c2410cb3}.bg-orange-700\/75{background-color:#c2410cbf}.bg-orange-700\/80{background-color:#c2410ccc}.bg-orange-700\/85{background-color:#c2410cd9}.bg-orange-700\/90{background-color:#c2410ce6}.bg-orange-700\/95{background-color:#c2410cf2}.bg-orange-800{--tw-bg-opacity: 1;background-color:rgb(154 52 18 / var(--tw-bg-opacity, 1))}.bg-orange-800\/0{background-color:#9a341200}.bg-orange-800\/10{background-color:#9a34121a}.bg-orange-800\/100{background-color:#9a3412}.bg-orange-800\/15{background-color:#9a341226}.bg-orange-800\/20{background-color:#9a341233}.bg-orange-800\/25{background-color:#9a341240}.bg-orange-800\/30{background-color:#9a34124d}.bg-orange-800\/35{background-color:#9a341259}.bg-orange-800\/40{background-color:#9a341266}.bg-orange-800\/45{background-color:#9a341273}.bg-orange-800\/5{background-color:#9a34120d}.bg-orange-800\/50{background-color:#9a341280}.bg-orange-800\/55{background-color:#9a34128c}.bg-orange-800\/60{background-color:#9a341299}.bg-orange-800\/65{background-color:#9a3412a6}.bg-orange-800\/70{background-color:#9a3412b3}.bg-orange-800\/75{background-color:#9a3412bf}.bg-orange-800\/80{background-color:#9a3412cc}.bg-orange-800\/85{background-color:#9a3412d9}.bg-orange-800\/90{background-color:#9a3412e6}.bg-orange-800\/95{background-color:#9a3412f2}.bg-orange-900{--tw-bg-opacity: 1;background-color:rgb(124 45 18 / var(--tw-bg-opacity, 1))}.bg-orange-900\/0{background-color:#7c2d1200}.bg-orange-900\/10{background-color:#7c2d121a}.bg-orange-900\/100{background-color:#7c2d12}.bg-orange-900\/15{background-color:#7c2d1226}.bg-orange-900\/20{background-color:#7c2d1233}.bg-orange-900\/25{background-color:#7c2d1240}.bg-orange-900\/30{background-color:#7c2d124d}.bg-orange-900\/35{background-color:#7c2d1259}.bg-orange-900\/40{background-color:#7c2d1266}.bg-orange-900\/45{background-color:#7c2d1273}.bg-orange-900\/5{background-color:#7c2d120d}.bg-orange-900\/50{background-color:#7c2d1280}.bg-orange-900\/55{background-color:#7c2d128c}.bg-orange-900\/60{background-color:#7c2d1299}.bg-orange-900\/65{background-color:#7c2d12a6}.bg-orange-900\/70{background-color:#7c2d12b3}.bg-orange-900\/75{background-color:#7c2d12bf}.bg-orange-900\/80{background-color:#7c2d12cc}.bg-orange-900\/85{background-color:#7c2d12d9}.bg-orange-900\/90{background-color:#7c2d12e6}.bg-orange-900\/95{background-color:#7c2d12f2}.bg-pink-100{--tw-bg-opacity: 1;background-color:rgb(252 231 243 / var(--tw-bg-opacity, 1))}.bg-pink-100\/0{background-color:#fce7f300}.bg-pink-100\/10{background-color:#fce7f31a}.bg-pink-100\/100{background-color:#fce7f3}.bg-pink-100\/15{background-color:#fce7f326}.bg-pink-100\/20{background-color:#fce7f333}.bg-pink-100\/25{background-color:#fce7f340}.bg-pink-100\/30{background-color:#fce7f34d}.bg-pink-100\/35{background-color:#fce7f359}.bg-pink-100\/40{background-color:#fce7f366}.bg-pink-100\/45{background-color:#fce7f373}.bg-pink-100\/5{background-color:#fce7f30d}.bg-pink-100\/50{background-color:#fce7f380}.bg-pink-100\/55{background-color:#fce7f38c}.bg-pink-100\/60{background-color:#fce7f399}.bg-pink-100\/65{background-color:#fce7f3a6}.bg-pink-100\/70{background-color:#fce7f3b3}.bg-pink-100\/75{background-color:#fce7f3bf}.bg-pink-100\/80{background-color:#fce7f3cc}.bg-pink-100\/85{background-color:#fce7f3d9}.bg-pink-100\/90{background-color:#fce7f3e6}.bg-pink-100\/95{background-color:#fce7f3f2}.bg-pink-200{--tw-bg-opacity: 1;background-color:rgb(251 207 232 / var(--tw-bg-opacity, 1))}.bg-pink-200\/0{background-color:#fbcfe800}.bg-pink-200\/10{background-color:#fbcfe81a}.bg-pink-200\/100{background-color:#fbcfe8}.bg-pink-200\/15{background-color:#fbcfe826}.bg-pink-200\/20{background-color:#fbcfe833}.bg-pink-200\/25{background-color:#fbcfe840}.bg-pink-200\/30{background-color:#fbcfe84d}.bg-pink-200\/35{background-color:#fbcfe859}.bg-pink-200\/40{background-color:#fbcfe866}.bg-pink-200\/45{background-color:#fbcfe873}.bg-pink-200\/5{background-color:#fbcfe80d}.bg-pink-200\/50{background-color:#fbcfe880}.bg-pink-200\/55{background-color:#fbcfe88c}.bg-pink-200\/60{background-color:#fbcfe899}.bg-pink-200\/65{background-color:#fbcfe8a6}.bg-pink-200\/70{background-color:#fbcfe8b3}.bg-pink-200\/75{background-color:#fbcfe8bf}.bg-pink-200\/80{background-color:#fbcfe8cc}.bg-pink-200\/85{background-color:#fbcfe8d9}.bg-pink-200\/90{background-color:#fbcfe8e6}.bg-pink-200\/95{background-color:#fbcfe8f2}.bg-pink-300{--tw-bg-opacity: 1;background-color:rgb(249 168 212 / var(--tw-bg-opacity, 1))}.bg-pink-300\/0{background-color:#f9a8d400}.bg-pink-300\/10{background-color:#f9a8d41a}.bg-pink-300\/100{background-color:#f9a8d4}.bg-pink-300\/15{background-color:#f9a8d426}.bg-pink-300\/20{background-color:#f9a8d433}.bg-pink-300\/25{background-color:#f9a8d440}.bg-pink-300\/30{background-color:#f9a8d44d}.bg-pink-300\/35{background-color:#f9a8d459}.bg-pink-300\/40{background-color:#f9a8d466}.bg-pink-300\/45{background-color:#f9a8d473}.bg-pink-300\/5{background-color:#f9a8d40d}.bg-pink-300\/50{background-color:#f9a8d480}.bg-pink-300\/55{background-color:#f9a8d48c}.bg-pink-300\/60{background-color:#f9a8d499}.bg-pink-300\/65{background-color:#f9a8d4a6}.bg-pink-300\/70{background-color:#f9a8d4b3}.bg-pink-300\/75{background-color:#f9a8d4bf}.bg-pink-300\/80{background-color:#f9a8d4cc}.bg-pink-300\/85{background-color:#f9a8d4d9}.bg-pink-300\/90{background-color:#f9a8d4e6}.bg-pink-300\/95{background-color:#f9a8d4f2}.bg-pink-400{--tw-bg-opacity: 1;background-color:rgb(244 114 182 / var(--tw-bg-opacity, 1))}.bg-pink-400\/0{background-color:#f472b600}.bg-pink-400\/10{background-color:#f472b61a}.bg-pink-400\/100{background-color:#f472b6}.bg-pink-400\/15{background-color:#f472b626}.bg-pink-400\/20{background-color:#f472b633}.bg-pink-400\/25{background-color:#f472b640}.bg-pink-400\/30{background-color:#f472b64d}.bg-pink-400\/35{background-color:#f472b659}.bg-pink-400\/40{background-color:#f472b666}.bg-pink-400\/45{background-color:#f472b673}.bg-pink-400\/5{background-color:#f472b60d}.bg-pink-400\/50{background-color:#f472b680}.bg-pink-400\/55{background-color:#f472b68c}.bg-pink-400\/60{background-color:#f472b699}.bg-pink-400\/65{background-color:#f472b6a6}.bg-pink-400\/70{background-color:#f472b6b3}.bg-pink-400\/75{background-color:#f472b6bf}.bg-pink-400\/80{background-color:#f472b6cc}.bg-pink-400\/85{background-color:#f472b6d9}.bg-pink-400\/90{background-color:#f472b6e6}.bg-pink-400\/95{background-color:#f472b6f2}.bg-pink-50{--tw-bg-opacity: 1;background-color:rgb(253 242 248 / var(--tw-bg-opacity, 1))}.bg-pink-50\/0{background-color:#fdf2f800}.bg-pink-50\/10{background-color:#fdf2f81a}.bg-pink-50\/100{background-color:#fdf2f8}.bg-pink-50\/15{background-color:#fdf2f826}.bg-pink-50\/20{background-color:#fdf2f833}.bg-pink-50\/25{background-color:#fdf2f840}.bg-pink-50\/30{background-color:#fdf2f84d}.bg-pink-50\/35{background-color:#fdf2f859}.bg-pink-50\/40{background-color:#fdf2f866}.bg-pink-50\/45{background-color:#fdf2f873}.bg-pink-50\/5{background-color:#fdf2f80d}.bg-pink-50\/50{background-color:#fdf2f880}.bg-pink-50\/55{background-color:#fdf2f88c}.bg-pink-50\/60{background-color:#fdf2f899}.bg-pink-50\/65{background-color:#fdf2f8a6}.bg-pink-50\/70{background-color:#fdf2f8b3}.bg-pink-50\/75{background-color:#fdf2f8bf}.bg-pink-50\/80{background-color:#fdf2f8cc}.bg-pink-50\/85{background-color:#fdf2f8d9}.bg-pink-50\/90{background-color:#fdf2f8e6}.bg-pink-50\/95{background-color:#fdf2f8f2}.bg-pink-500{--tw-bg-opacity: 1;background-color:rgb(236 72 153 / var(--tw-bg-opacity, 1))}.bg-pink-500\/0{background-color:#ec489900}.bg-pink-500\/10{background-color:#ec48991a}.bg-pink-500\/100{background-color:#ec4899}.bg-pink-500\/15{background-color:#ec489926}.bg-pink-500\/20{background-color:#ec489933}.bg-pink-500\/25{background-color:#ec489940}.bg-pink-500\/30{background-color:#ec48994d}.bg-pink-500\/35{background-color:#ec489959}.bg-pink-500\/40{background-color:#ec489966}.bg-pink-500\/45{background-color:#ec489973}.bg-pink-500\/5{background-color:#ec48990d}.bg-pink-500\/50{background-color:#ec489980}.bg-pink-500\/55{background-color:#ec48998c}.bg-pink-500\/60{background-color:#ec489999}.bg-pink-500\/65{background-color:#ec4899a6}.bg-pink-500\/70{background-color:#ec4899b3}.bg-pink-500\/75{background-color:#ec4899bf}.bg-pink-500\/80{background-color:#ec4899cc}.bg-pink-500\/85{background-color:#ec4899d9}.bg-pink-500\/90{background-color:#ec4899e6}.bg-pink-500\/95{background-color:#ec4899f2}.bg-pink-600{--tw-bg-opacity: 1;background-color:rgb(219 39 119 / var(--tw-bg-opacity, 1))}.bg-pink-600\/0{background-color:#db277700}.bg-pink-600\/10{background-color:#db27771a}.bg-pink-600\/100{background-color:#db2777}.bg-pink-600\/15{background-color:#db277726}.bg-pink-600\/20{background-color:#db277733}.bg-pink-600\/25{background-color:#db277740}.bg-pink-600\/30{background-color:#db27774d}.bg-pink-600\/35{background-color:#db277759}.bg-pink-600\/40{background-color:#db277766}.bg-pink-600\/45{background-color:#db277773}.bg-pink-600\/5{background-color:#db27770d}.bg-pink-600\/50{background-color:#db277780}.bg-pink-600\/55{background-color:#db27778c}.bg-pink-600\/60{background-color:#db277799}.bg-pink-600\/65{background-color:#db2777a6}.bg-pink-600\/70{background-color:#db2777b3}.bg-pink-600\/75{background-color:#db2777bf}.bg-pink-600\/80{background-color:#db2777cc}.bg-pink-600\/85{background-color:#db2777d9}.bg-pink-600\/90{background-color:#db2777e6}.bg-pink-600\/95{background-color:#db2777f2}.bg-pink-700{--tw-bg-opacity: 1;background-color:rgb(190 24 93 / var(--tw-bg-opacity, 1))}.bg-pink-700\/0{background-color:#be185d00}.bg-pink-700\/10{background-color:#be185d1a}.bg-pink-700\/100{background-color:#be185d}.bg-pink-700\/15{background-color:#be185d26}.bg-pink-700\/20{background-color:#be185d33}.bg-pink-700\/25{background-color:#be185d40}.bg-pink-700\/30{background-color:#be185d4d}.bg-pink-700\/35{background-color:#be185d59}.bg-pink-700\/40{background-color:#be185d66}.bg-pink-700\/45{background-color:#be185d73}.bg-pink-700\/5{background-color:#be185d0d}.bg-pink-700\/50{background-color:#be185d80}.bg-pink-700\/55{background-color:#be185d8c}.bg-pink-700\/60{background-color:#be185d99}.bg-pink-700\/65{background-color:#be185da6}.bg-pink-700\/70{background-color:#be185db3}.bg-pink-700\/75{background-color:#be185dbf}.bg-pink-700\/80{background-color:#be185dcc}.bg-pink-700\/85{background-color:#be185dd9}.bg-pink-700\/90{background-color:#be185de6}.bg-pink-700\/95{background-color:#be185df2}.bg-pink-800{--tw-bg-opacity: 1;background-color:rgb(157 23 77 / var(--tw-bg-opacity, 1))}.bg-pink-800\/0{background-color:#9d174d00}.bg-pink-800\/10{background-color:#9d174d1a}.bg-pink-800\/100{background-color:#9d174d}.bg-pink-800\/15{background-color:#9d174d26}.bg-pink-800\/20{background-color:#9d174d33}.bg-pink-800\/25{background-color:#9d174d40}.bg-pink-800\/30{background-color:#9d174d4d}.bg-pink-800\/35{background-color:#9d174d59}.bg-pink-800\/40{background-color:#9d174d66}.bg-pink-800\/45{background-color:#9d174d73}.bg-pink-800\/5{background-color:#9d174d0d}.bg-pink-800\/50{background-color:#9d174d80}.bg-pink-800\/55{background-color:#9d174d8c}.bg-pink-800\/60{background-color:#9d174d99}.bg-pink-800\/65{background-color:#9d174da6}.bg-pink-800\/70{background-color:#9d174db3}.bg-pink-800\/75{background-color:#9d174dbf}.bg-pink-800\/80{background-color:#9d174dcc}.bg-pink-800\/85{background-color:#9d174dd9}.bg-pink-800\/90{background-color:#9d174de6}.bg-pink-800\/95{background-color:#9d174df2}.bg-pink-900{--tw-bg-opacity: 1;background-color:rgb(131 24 67 / var(--tw-bg-opacity, 1))}.bg-pink-900\/0{background-color:#83184300}.bg-pink-900\/10{background-color:#8318431a}.bg-pink-900\/100{background-color:#831843}.bg-pink-900\/15{background-color:#83184326}.bg-pink-900\/20{background-color:#83184333}.bg-pink-900\/25{background-color:#83184340}.bg-pink-900\/30{background-color:#8318434d}.bg-pink-900\/35{background-color:#83184359}.bg-pink-900\/40{background-color:#83184366}.bg-pink-900\/45{background-color:#83184373}.bg-pink-900\/5{background-color:#8318430d}.bg-pink-900\/50{background-color:#83184380}.bg-pink-900\/55{background-color:#8318438c}.bg-pink-900\/60{background-color:#83184399}.bg-pink-900\/65{background-color:#831843a6}.bg-pink-900\/70{background-color:#831843b3}.bg-pink-900\/75{background-color:#831843bf}.bg-pink-900\/80{background-color:#831843cc}.bg-pink-900\/85{background-color:#831843d9}.bg-pink-900\/90{background-color:#831843e6}.bg-pink-900\/95{background-color:#831843f2}.bg-primary-100{--tw-bg-opacity: 1;background-color:rgb(237 233 254 / var(--tw-bg-opacity, 1))}.bg-primary-200{--tw-bg-opacity: 1;background-color:rgb(221 214 254 / var(--tw-bg-opacity, 1))}.bg-primary-400{--tw-bg-opacity: 1;background-color:rgb(167 139 250 / var(--tw-bg-opacity, 1))}.bg-primary-50{--tw-bg-opacity: 1;background-color:rgb(245 243 255 / var(--tw-bg-opacity, 1))}.bg-primary-500{--tw-bg-opacity: 1;background-color:rgb(139 92 246 / var(--tw-bg-opacity, 1))}.bg-primary-600{--tw-bg-opacity: 1;background-color:rgb(124 58 237 / var(--tw-bg-opacity, 1))}.bg-primary-700{--tw-bg-opacity: 1;background-color:rgb(109 40 217 / var(--tw-bg-opacity, 1))}.bg-primary-800{--tw-bg-opacity: 1;background-color:rgb(91 33 182 / var(--tw-bg-opacity, 1))}.bg-purple-100{--tw-bg-opacity: 1;background-color:rgb(243 232 255 / var(--tw-bg-opacity, 1))}.bg-purple-100\/0{background-color:#f3e8ff00}.bg-purple-100\/10{background-color:#f3e8ff1a}.bg-purple-100\/100{background-color:#f3e8ff}.bg-purple-100\/15{background-color:#f3e8ff26}.bg-purple-100\/20{background-color:#f3e8ff33}.bg-purple-100\/25{background-color:#f3e8ff40}.bg-purple-100\/30{background-color:#f3e8ff4d}.bg-purple-100\/35{background-color:#f3e8ff59}.bg-purple-100\/40{background-color:#f3e8ff66}.bg-purple-100\/45{background-color:#f3e8ff73}.bg-purple-100\/5{background-color:#f3e8ff0d}.bg-purple-100\/50{background-color:#f3e8ff80}.bg-purple-100\/55{background-color:#f3e8ff8c}.bg-purple-100\/60{background-color:#f3e8ff99}.bg-purple-100\/65{background-color:#f3e8ffa6}.bg-purple-100\/70{background-color:#f3e8ffb3}.bg-purple-100\/75{background-color:#f3e8ffbf}.bg-purple-100\/80{background-color:#f3e8ffcc}.bg-purple-100\/85{background-color:#f3e8ffd9}.bg-purple-100\/90{background-color:#f3e8ffe6}.bg-purple-100\/95{background-color:#f3e8fff2}.bg-purple-200{--tw-bg-opacity: 1;background-color:rgb(233 213 255 / var(--tw-bg-opacity, 1))}.bg-purple-200\/0{background-color:#e9d5ff00}.bg-purple-200\/10{background-color:#e9d5ff1a}.bg-purple-200\/100{background-color:#e9d5ff}.bg-purple-200\/15{background-color:#e9d5ff26}.bg-purple-200\/20{background-color:#e9d5ff33}.bg-purple-200\/25{background-color:#e9d5ff40}.bg-purple-200\/30{background-color:#e9d5ff4d}.bg-purple-200\/35{background-color:#e9d5ff59}.bg-purple-200\/40{background-color:#e9d5ff66}.bg-purple-200\/45{background-color:#e9d5ff73}.bg-purple-200\/5{background-color:#e9d5ff0d}.bg-purple-200\/50{background-color:#e9d5ff80}.bg-purple-200\/55{background-color:#e9d5ff8c}.bg-purple-200\/60{background-color:#e9d5ff99}.bg-purple-200\/65{background-color:#e9d5ffa6}.bg-purple-200\/70{background-color:#e9d5ffb3}.bg-purple-200\/75{background-color:#e9d5ffbf}.bg-purple-200\/80{background-color:#e9d5ffcc}.bg-purple-200\/85{background-color:#e9d5ffd9}.bg-purple-200\/90{background-color:#e9d5ffe6}.bg-purple-200\/95{background-color:#e9d5fff2}.bg-purple-300{--tw-bg-opacity: 1;background-color:rgb(216 180 254 / var(--tw-bg-opacity, 1))}.bg-purple-300\/0{background-color:#d8b4fe00}.bg-purple-300\/10{background-color:#d8b4fe1a}.bg-purple-300\/100{background-color:#d8b4fe}.bg-purple-300\/15{background-color:#d8b4fe26}.bg-purple-300\/20{background-color:#d8b4fe33}.bg-purple-300\/25{background-color:#d8b4fe40}.bg-purple-300\/30{background-color:#d8b4fe4d}.bg-purple-300\/35{background-color:#d8b4fe59}.bg-purple-300\/40{background-color:#d8b4fe66}.bg-purple-300\/45{background-color:#d8b4fe73}.bg-purple-300\/5{background-color:#d8b4fe0d}.bg-purple-300\/50{background-color:#d8b4fe80}.bg-purple-300\/55{background-color:#d8b4fe8c}.bg-purple-300\/60{background-color:#d8b4fe99}.bg-purple-300\/65{background-color:#d8b4fea6}.bg-purple-300\/70{background-color:#d8b4feb3}.bg-purple-300\/75{background-color:#d8b4febf}.bg-purple-300\/80{background-color:#d8b4fecc}.bg-purple-300\/85{background-color:#d8b4fed9}.bg-purple-300\/90{background-color:#d8b4fee6}.bg-purple-300\/95{background-color:#d8b4fef2}.bg-purple-400{--tw-bg-opacity: 1;background-color:rgb(192 132 252 / var(--tw-bg-opacity, 1))}.bg-purple-400\/0{background-color:#c084fc00}.bg-purple-400\/10{background-color:#c084fc1a}.bg-purple-400\/100{background-color:#c084fc}.bg-purple-400\/15{background-color:#c084fc26}.bg-purple-400\/20{background-color:#c084fc33}.bg-purple-400\/25{background-color:#c084fc40}.bg-purple-400\/30{background-color:#c084fc4d}.bg-purple-400\/35{background-color:#c084fc59}.bg-purple-400\/40{background-color:#c084fc66}.bg-purple-400\/45{background-color:#c084fc73}.bg-purple-400\/5{background-color:#c084fc0d}.bg-purple-400\/50{background-color:#c084fc80}.bg-purple-400\/55{background-color:#c084fc8c}.bg-purple-400\/60{background-color:#c084fc99}.bg-purple-400\/65{background-color:#c084fca6}.bg-purple-400\/70{background-color:#c084fcb3}.bg-purple-400\/75{background-color:#c084fcbf}.bg-purple-400\/80{background-color:#c084fccc}.bg-purple-400\/85{background-color:#c084fcd9}.bg-purple-400\/90{background-color:#c084fce6}.bg-purple-400\/95{background-color:#c084fcf2}.bg-purple-50{--tw-bg-opacity: 1;background-color:rgb(250 245 255 / var(--tw-bg-opacity, 1))}.bg-purple-50\/0{background-color:#faf5ff00}.bg-purple-50\/10{background-color:#faf5ff1a}.bg-purple-50\/100{background-color:#faf5ff}.bg-purple-50\/15{background-color:#faf5ff26}.bg-purple-50\/20{background-color:#faf5ff33}.bg-purple-50\/25{background-color:#faf5ff40}.bg-purple-50\/30{background-color:#faf5ff4d}.bg-purple-50\/35{background-color:#faf5ff59}.bg-purple-50\/40{background-color:#faf5ff66}.bg-purple-50\/45{background-color:#faf5ff73}.bg-purple-50\/5{background-color:#faf5ff0d}.bg-purple-50\/50{background-color:#faf5ff80}.bg-purple-50\/55{background-color:#faf5ff8c}.bg-purple-50\/60{background-color:#faf5ff99}.bg-purple-50\/65{background-color:#faf5ffa6}.bg-purple-50\/70{background-color:#faf5ffb3}.bg-purple-50\/75{background-color:#faf5ffbf}.bg-purple-50\/80{background-color:#faf5ffcc}.bg-purple-50\/85{background-color:#faf5ffd9}.bg-purple-50\/90{background-color:#faf5ffe6}.bg-purple-50\/95{background-color:#faf5fff2}.bg-purple-500{--tw-bg-opacity: 1;background-color:rgb(168 85 247 / var(--tw-bg-opacity, 1))}.bg-purple-500\/0{background-color:#a855f700}.bg-purple-500\/10{background-color:#a855f71a}.bg-purple-500\/100{background-color:#a855f7}.bg-purple-500\/15{background-color:#a855f726}.bg-purple-500\/20{background-color:#a855f733}.bg-purple-500\/25{background-color:#a855f740}.bg-purple-500\/30{background-color:#a855f74d}.bg-purple-500\/35{background-color:#a855f759}.bg-purple-500\/40{background-color:#a855f766}.bg-purple-500\/45{background-color:#a855f773}.bg-purple-500\/5{background-color:#a855f70d}.bg-purple-500\/50{background-color:#a855f780}.bg-purple-500\/55{background-color:#a855f78c}.bg-purple-500\/60{background-color:#a855f799}.bg-purple-500\/65{background-color:#a855f7a6}.bg-purple-500\/70{background-color:#a855f7b3}.bg-purple-500\/75{background-color:#a855f7bf}.bg-purple-500\/80{background-color:#a855f7cc}.bg-purple-500\/85{background-color:#a855f7d9}.bg-purple-500\/90{background-color:#a855f7e6}.bg-purple-500\/95{background-color:#a855f7f2}.bg-purple-600{--tw-bg-opacity: 1;background-color:rgb(147 51 234 / var(--tw-bg-opacity, 1))}.bg-purple-600\/0{background-color:#9333ea00}.bg-purple-600\/10{background-color:#9333ea1a}.bg-purple-600\/100{background-color:#9333ea}.bg-purple-600\/15{background-color:#9333ea26}.bg-purple-600\/20{background-color:#9333ea33}.bg-purple-600\/25{background-color:#9333ea40}.bg-purple-600\/30{background-color:#9333ea4d}.bg-purple-600\/35{background-color:#9333ea59}.bg-purple-600\/40{background-color:#9333ea66}.bg-purple-600\/45{background-color:#9333ea73}.bg-purple-600\/5{background-color:#9333ea0d}.bg-purple-600\/50{background-color:#9333ea80}.bg-purple-600\/55{background-color:#9333ea8c}.bg-purple-600\/60{background-color:#9333ea99}.bg-purple-600\/65{background-color:#9333eaa6}.bg-purple-600\/70{background-color:#9333eab3}.bg-purple-600\/75{background-color:#9333eabf}.bg-purple-600\/80{background-color:#9333eacc}.bg-purple-600\/85{background-color:#9333ead9}.bg-purple-600\/90{background-color:#9333eae6}.bg-purple-600\/95{background-color:#9333eaf2}.bg-purple-700{--tw-bg-opacity: 1;background-color:rgb(126 34 206 / var(--tw-bg-opacity, 1))}.bg-purple-700\/0{background-color:#7e22ce00}.bg-purple-700\/10{background-color:#7e22ce1a}.bg-purple-700\/100{background-color:#7e22ce}.bg-purple-700\/15{background-color:#7e22ce26}.bg-purple-700\/20{background-color:#7e22ce33}.bg-purple-700\/25{background-color:#7e22ce40}.bg-purple-700\/30{background-color:#7e22ce4d}.bg-purple-700\/35{background-color:#7e22ce59}.bg-purple-700\/40{background-color:#7e22ce66}.bg-purple-700\/45{background-color:#7e22ce73}.bg-purple-700\/5{background-color:#7e22ce0d}.bg-purple-700\/50{background-color:#7e22ce80}.bg-purple-700\/55{background-color:#7e22ce8c}.bg-purple-700\/60{background-color:#7e22ce99}.bg-purple-700\/65{background-color:#7e22cea6}.bg-purple-700\/70{background-color:#7e22ceb3}.bg-purple-700\/75{background-color:#7e22cebf}.bg-purple-700\/80{background-color:#7e22cecc}.bg-purple-700\/85{background-color:#7e22ced9}.bg-purple-700\/90{background-color:#7e22cee6}.bg-purple-700\/95{background-color:#7e22cef2}.bg-purple-800{--tw-bg-opacity: 1;background-color:rgb(107 33 168 / var(--tw-bg-opacity, 1))}.bg-purple-800\/0{background-color:#6b21a800}.bg-purple-800\/10{background-color:#6b21a81a}.bg-purple-800\/100{background-color:#6b21a8}.bg-purple-800\/15{background-color:#6b21a826}.bg-purple-800\/20{background-color:#6b21a833}.bg-purple-800\/25{background-color:#6b21a840}.bg-purple-800\/30{background-color:#6b21a84d}.bg-purple-800\/35{background-color:#6b21a859}.bg-purple-800\/40{background-color:#6b21a866}.bg-purple-800\/45{background-color:#6b21a873}.bg-purple-800\/5{background-color:#6b21a80d}.bg-purple-800\/50{background-color:#6b21a880}.bg-purple-800\/55{background-color:#6b21a88c}.bg-purple-800\/60{background-color:#6b21a899}.bg-purple-800\/65{background-color:#6b21a8a6}.bg-purple-800\/70{background-color:#6b21a8b3}.bg-purple-800\/75{background-color:#6b21a8bf}.bg-purple-800\/80{background-color:#6b21a8cc}.bg-purple-800\/85{background-color:#6b21a8d9}.bg-purple-800\/90{background-color:#6b21a8e6}.bg-purple-800\/95{background-color:#6b21a8f2}.bg-purple-900{--tw-bg-opacity: 1;background-color:rgb(88 28 135 / var(--tw-bg-opacity, 1))}.bg-purple-900\/0{background-color:#581c8700}.bg-purple-900\/10{background-color:#581c871a}.bg-purple-900\/100{background-color:#581c87}.bg-purple-900\/15{background-color:#581c8726}.bg-purple-900\/20{background-color:#581c8733}.bg-purple-900\/25{background-color:#581c8740}.bg-purple-900\/30{background-color:#581c874d}.bg-purple-900\/35{background-color:#581c8759}.bg-purple-900\/40{background-color:#581c8766}.bg-purple-900\/45{background-color:#581c8773}.bg-purple-900\/5{background-color:#581c870d}.bg-purple-900\/50{background-color:#581c8780}.bg-purple-900\/55{background-color:#581c878c}.bg-purple-900\/60{background-color:#581c8799}.bg-purple-900\/65{background-color:#581c87a6}.bg-purple-900\/70{background-color:#581c87b3}.bg-purple-900\/75{background-color:#581c87bf}.bg-purple-900\/80{background-color:#581c87cc}.bg-purple-900\/85{background-color:#581c87d9}.bg-purple-900\/90{background-color:#581c87e6}.bg-purple-900\/95{background-color:#581c87f2}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.bg-red-100\/0{background-color:#fee2e200}.bg-red-100\/10{background-color:#fee2e21a}.bg-red-100\/100{background-color:#fee2e2}.bg-red-100\/15{background-color:#fee2e226}.bg-red-100\/20{background-color:#fee2e233}.bg-red-100\/25{background-color:#fee2e240}.bg-red-100\/30{background-color:#fee2e24d}.bg-red-100\/35{background-color:#fee2e259}.bg-red-100\/40{background-color:#fee2e266}.bg-red-100\/45{background-color:#fee2e273}.bg-red-100\/5{background-color:#fee2e20d}.bg-red-100\/50{background-color:#fee2e280}.bg-red-100\/55{background-color:#fee2e28c}.bg-red-100\/60{background-color:#fee2e299}.bg-red-100\/65{background-color:#fee2e2a6}.bg-red-100\/70{background-color:#fee2e2b3}.bg-red-100\/75{background-color:#fee2e2bf}.bg-red-100\/80{background-color:#fee2e2cc}.bg-red-100\/85{background-color:#fee2e2d9}.bg-red-100\/90{background-color:#fee2e2e6}.bg-red-100\/95{background-color:#fee2e2f2}.bg-red-200{--tw-bg-opacity: 1;background-color:rgb(254 202 202 / var(--tw-bg-opacity, 1))}.bg-red-200\/0{background-color:#fecaca00}.bg-red-200\/10{background-color:#fecaca1a}.bg-red-200\/100{background-color:#fecaca}.bg-red-200\/15{background-color:#fecaca26}.bg-red-200\/20{background-color:#fecaca33}.bg-red-200\/25{background-color:#fecaca40}.bg-red-200\/30{background-color:#fecaca4d}.bg-red-200\/35{background-color:#fecaca59}.bg-red-200\/40{background-color:#fecaca66}.bg-red-200\/45{background-color:#fecaca73}.bg-red-200\/5{background-color:#fecaca0d}.bg-red-200\/50{background-color:#fecaca80}.bg-red-200\/55{background-color:#fecaca8c}.bg-red-200\/60{background-color:#fecaca99}.bg-red-200\/65{background-color:#fecacaa6}.bg-red-200\/70{background-color:#fecacab3}.bg-red-200\/75{background-color:#fecacabf}.bg-red-200\/80{background-color:#fecacacc}.bg-red-200\/85{background-color:#fecacad9}.bg-red-200\/90{background-color:#fecacae6}.bg-red-200\/95{background-color:#fecacaf2}.bg-red-300{--tw-bg-opacity: 1;background-color:rgb(252 165 165 / var(--tw-bg-opacity, 1))}.bg-red-300\/0{background-color:#fca5a500}.bg-red-300\/10{background-color:#fca5a51a}.bg-red-300\/100{background-color:#fca5a5}.bg-red-300\/15{background-color:#fca5a526}.bg-red-300\/20{background-color:#fca5a533}.bg-red-300\/25{background-color:#fca5a540}.bg-red-300\/30{background-color:#fca5a54d}.bg-red-300\/35{background-color:#fca5a559}.bg-red-300\/40{background-color:#fca5a566}.bg-red-300\/45{background-color:#fca5a573}.bg-red-300\/5{background-color:#fca5a50d}.bg-red-300\/50{background-color:#fca5a580}.bg-red-300\/55{background-color:#fca5a58c}.bg-red-300\/60{background-color:#fca5a599}.bg-red-300\/65{background-color:#fca5a5a6}.bg-red-300\/70{background-color:#fca5a5b3}.bg-red-300\/75{background-color:#fca5a5bf}.bg-red-300\/80{background-color:#fca5a5cc}.bg-red-300\/85{background-color:#fca5a5d9}.bg-red-300\/90{background-color:#fca5a5e6}.bg-red-300\/95{background-color:#fca5a5f2}.bg-red-400{--tw-bg-opacity: 1;background-color:rgb(248 113 113 / var(--tw-bg-opacity, 1))}.bg-red-400\/0{background-color:#f8717100}.bg-red-400\/10{background-color:#f871711a}.bg-red-400\/100{background-color:#f87171}.bg-red-400\/15{background-color:#f8717126}.bg-red-400\/20{background-color:#f8717133}.bg-red-400\/25{background-color:#f8717140}.bg-red-400\/30{background-color:#f871714d}.bg-red-400\/35{background-color:#f8717159}.bg-red-400\/40{background-color:#f8717166}.bg-red-400\/45{background-color:#f8717173}.bg-red-400\/5{background-color:#f871710d}.bg-red-400\/50{background-color:#f8717180}.bg-red-400\/55{background-color:#f871718c}.bg-red-400\/60{background-color:#f8717199}.bg-red-400\/65{background-color:#f87171a6}.bg-red-400\/70{background-color:#f87171b3}.bg-red-400\/75{background-color:#f87171bf}.bg-red-400\/80{background-color:#f87171cc}.bg-red-400\/85{background-color:#f87171d9}.bg-red-400\/90{background-color:#f87171e6}.bg-red-400\/95{background-color:#f87171f2}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.bg-red-50\/0{background-color:#fef2f200}.bg-red-50\/10{background-color:#fef2f21a}.bg-red-50\/100{background-color:#fef2f2}.bg-red-50\/15{background-color:#fef2f226}.bg-red-50\/20{background-color:#fef2f233}.bg-red-50\/25{background-color:#fef2f240}.bg-red-50\/30{background-color:#fef2f24d}.bg-red-50\/35{background-color:#fef2f259}.bg-red-50\/40{background-color:#fef2f266}.bg-red-50\/45{background-color:#fef2f273}.bg-red-50\/5{background-color:#fef2f20d}.bg-red-50\/50{background-color:#fef2f280}.bg-red-50\/55{background-color:#fef2f28c}.bg-red-50\/60{background-color:#fef2f299}.bg-red-50\/65{background-color:#fef2f2a6}.bg-red-50\/70{background-color:#fef2f2b3}.bg-red-50\/75{background-color:#fef2f2bf}.bg-red-50\/80{background-color:#fef2f2cc}.bg-red-50\/85{background-color:#fef2f2d9}.bg-red-50\/90{background-color:#fef2f2e6}.bg-red-50\/95{background-color:#fef2f2f2}.bg-red-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.bg-red-500\/0{background-color:#ef444400}.bg-red-500\/10{background-color:#ef44441a}.bg-red-500\/100{background-color:#ef4444}.bg-red-500\/15{background-color:#ef444426}.bg-red-500\/20{background-color:#ef444433}.bg-red-500\/25{background-color:#ef444440}.bg-red-500\/30{background-color:#ef44444d}.bg-red-500\/35{background-color:#ef444459}.bg-red-500\/40{background-color:#ef444466}.bg-red-500\/45{background-color:#ef444473}.bg-red-500\/5{background-color:#ef44440d}.bg-red-500\/50{background-color:#ef444480}.bg-red-500\/55{background-color:#ef44448c}.bg-red-500\/60{background-color:#ef444499}.bg-red-500\/65{background-color:#ef4444a6}.bg-red-500\/70{background-color:#ef4444b3}.bg-red-500\/75{background-color:#ef4444bf}.bg-red-500\/80{background-color:#ef4444cc}.bg-red-500\/85{background-color:#ef4444d9}.bg-red-500\/90{background-color:#ef4444e6}.bg-red-500\/95{background-color:#ef4444f2}.bg-red-600{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.bg-red-600\/0{background-color:#dc262600}.bg-red-600\/10{background-color:#dc26261a}.bg-red-600\/100{background-color:#dc2626}.bg-red-600\/15{background-color:#dc262626}.bg-red-600\/20{background-color:#dc262633}.bg-red-600\/25{background-color:#dc262640}.bg-red-600\/30{background-color:#dc26264d}.bg-red-600\/35{background-color:#dc262659}.bg-red-600\/40{background-color:#dc262666}.bg-red-600\/45{background-color:#dc262673}.bg-red-600\/5{background-color:#dc26260d}.bg-red-600\/50{background-color:#dc262680}.bg-red-600\/55{background-color:#dc26268c}.bg-red-600\/60{background-color:#dc262699}.bg-red-600\/65{background-color:#dc2626a6}.bg-red-600\/70{background-color:#dc2626b3}.bg-red-600\/75{background-color:#dc2626bf}.bg-red-600\/80{background-color:#dc2626cc}.bg-red-600\/85{background-color:#dc2626d9}.bg-red-600\/90{background-color:#dc2626e6}.bg-red-600\/95{background-color:#dc2626f2}.bg-red-700{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity, 1))}.bg-red-700\/0{background-color:#b91c1c00}.bg-red-700\/10{background-color:#b91c1c1a}.bg-red-700\/100{background-color:#b91c1c}.bg-red-700\/15{background-color:#b91c1c26}.bg-red-700\/20{background-color:#b91c1c33}.bg-red-700\/25{background-color:#b91c1c40}.bg-red-700\/30{background-color:#b91c1c4d}.bg-red-700\/35{background-color:#b91c1c59}.bg-red-700\/40{background-color:#b91c1c66}.bg-red-700\/45{background-color:#b91c1c73}.bg-red-700\/5{background-color:#b91c1c0d}.bg-red-700\/50{background-color:#b91c1c80}.bg-red-700\/55{background-color:#b91c1c8c}.bg-red-700\/60{background-color:#b91c1c99}.bg-red-700\/65{background-color:#b91c1ca6}.bg-red-700\/70{background-color:#b91c1cb3}.bg-red-700\/75{background-color:#b91c1cbf}.bg-red-700\/80{background-color:#b91c1ccc}.bg-red-700\/85{background-color:#b91c1cd9}.bg-red-700\/90{background-color:#b91c1ce6}.bg-red-700\/95{background-color:#b91c1cf2}.bg-red-800{--tw-bg-opacity: 1;background-color:rgb(153 27 27 / var(--tw-bg-opacity, 1))}.bg-red-800\/0{background-color:#991b1b00}.bg-red-800\/10{background-color:#991b1b1a}.bg-red-800\/100{background-color:#991b1b}.bg-red-800\/15{background-color:#991b1b26}.bg-red-800\/20{background-color:#991b1b33}.bg-red-800\/25{background-color:#991b1b40}.bg-red-800\/30{background-color:#991b1b4d}.bg-red-800\/35{background-color:#991b1b59}.bg-red-800\/40{background-color:#991b1b66}.bg-red-800\/45{background-color:#991b1b73}.bg-red-800\/5{background-color:#991b1b0d}.bg-red-800\/50{background-color:#991b1b80}.bg-red-800\/55{background-color:#991b1b8c}.bg-red-800\/60{background-color:#991b1b99}.bg-red-800\/65{background-color:#991b1ba6}.bg-red-800\/70{background-color:#991b1bb3}.bg-red-800\/75{background-color:#991b1bbf}.bg-red-800\/80{background-color:#991b1bcc}.bg-red-800\/85{background-color:#991b1bd9}.bg-red-800\/90{background-color:#991b1be6}.bg-red-800\/95{background-color:#991b1bf2}.bg-red-900{--tw-bg-opacity: 1;background-color:rgb(127 29 29 / var(--tw-bg-opacity, 1))}.bg-red-900\/0{background-color:#7f1d1d00}.bg-red-900\/10{background-color:#7f1d1d1a}.bg-red-900\/100{background-color:#7f1d1d}.bg-red-900\/15{background-color:#7f1d1d26}.bg-red-900\/20{background-color:#7f1d1d33}.bg-red-900\/25{background-color:#7f1d1d40}.bg-red-900\/30{background-color:#7f1d1d4d}.bg-red-900\/35{background-color:#7f1d1d59}.bg-red-900\/40{background-color:#7f1d1d66}.bg-red-900\/45{background-color:#7f1d1d73}.bg-red-900\/5{background-color:#7f1d1d0d}.bg-red-900\/50{background-color:#7f1d1d80}.bg-red-900\/55{background-color:#7f1d1d8c}.bg-red-900\/60{background-color:#7f1d1d99}.bg-red-900\/65{background-color:#7f1d1da6}.bg-red-900\/70{background-color:#7f1d1db3}.bg-red-900\/75{background-color:#7f1d1dbf}.bg-red-900\/80{background-color:#7f1d1dcc}.bg-red-900\/85{background-color:#7f1d1dd9}.bg-red-900\/90{background-color:#7f1d1de6}.bg-red-900\/95{background-color:#7f1d1df2}.bg-secondary-100{--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity, 1))}.bg-secondary-400{--tw-bg-opacity: 1;background-color:rgb(250 204 21 / var(--tw-bg-opacity, 1))}.bg-secondary-500{--tw-bg-opacity: 1;background-color:rgb(234 179 8 / var(--tw-bg-opacity, 1))}.bg-success-100{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.bg-success-200{--tw-bg-opacity: 1;background-color:rgb(187 247 208 / var(--tw-bg-opacity, 1))}.bg-success-400{--tw-bg-opacity: 1;background-color:rgb(74 222 128 / var(--tw-bg-opacity, 1))}.bg-success-50{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.bg-success-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}.bg-success-600{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}.bg-teal-100{--tw-bg-opacity: 1;background-color:rgb(204 251 241 / var(--tw-bg-opacity, 1))}.bg-teal-100\/0{background-color:#ccfbf100}.bg-teal-100\/10{background-color:#ccfbf11a}.bg-teal-100\/100{background-color:#ccfbf1}.bg-teal-100\/15{background-color:#ccfbf126}.bg-teal-100\/20{background-color:#ccfbf133}.bg-teal-100\/25{background-color:#ccfbf140}.bg-teal-100\/30{background-color:#ccfbf14d}.bg-teal-100\/35{background-color:#ccfbf159}.bg-teal-100\/40{background-color:#ccfbf166}.bg-teal-100\/45{background-color:#ccfbf173}.bg-teal-100\/5{background-color:#ccfbf10d}.bg-teal-100\/50{background-color:#ccfbf180}.bg-teal-100\/55{background-color:#ccfbf18c}.bg-teal-100\/60{background-color:#ccfbf199}.bg-teal-100\/65{background-color:#ccfbf1a6}.bg-teal-100\/70{background-color:#ccfbf1b3}.bg-teal-100\/75{background-color:#ccfbf1bf}.bg-teal-100\/80{background-color:#ccfbf1cc}.bg-teal-100\/85{background-color:#ccfbf1d9}.bg-teal-100\/90{background-color:#ccfbf1e6}.bg-teal-100\/95{background-color:#ccfbf1f2}.bg-teal-200{--tw-bg-opacity: 1;background-color:rgb(153 246 228 / var(--tw-bg-opacity, 1))}.bg-teal-200\/0{background-color:#99f6e400}.bg-teal-200\/10{background-color:#99f6e41a}.bg-teal-200\/100{background-color:#99f6e4}.bg-teal-200\/15{background-color:#99f6e426}.bg-teal-200\/20{background-color:#99f6e433}.bg-teal-200\/25{background-color:#99f6e440}.bg-teal-200\/30{background-color:#99f6e44d}.bg-teal-200\/35{background-color:#99f6e459}.bg-teal-200\/40{background-color:#99f6e466}.bg-teal-200\/45{background-color:#99f6e473}.bg-teal-200\/5{background-color:#99f6e40d}.bg-teal-200\/50{background-color:#99f6e480}.bg-teal-200\/55{background-color:#99f6e48c}.bg-teal-200\/60{background-color:#99f6e499}.bg-teal-200\/65{background-color:#99f6e4a6}.bg-teal-200\/70{background-color:#99f6e4b3}.bg-teal-200\/75{background-color:#99f6e4bf}.bg-teal-200\/80{background-color:#99f6e4cc}.bg-teal-200\/85{background-color:#99f6e4d9}.bg-teal-200\/90{background-color:#99f6e4e6}.bg-teal-200\/95{background-color:#99f6e4f2}.bg-teal-300{--tw-bg-opacity: 1;background-color:rgb(94 234 212 / var(--tw-bg-opacity, 1))}.bg-teal-300\/0{background-color:#5eead400}.bg-teal-300\/10{background-color:#5eead41a}.bg-teal-300\/100{background-color:#5eead4}.bg-teal-300\/15{background-color:#5eead426}.bg-teal-300\/20{background-color:#5eead433}.bg-teal-300\/25{background-color:#5eead440}.bg-teal-300\/30{background-color:#5eead44d}.bg-teal-300\/35{background-color:#5eead459}.bg-teal-300\/40{background-color:#5eead466}.bg-teal-300\/45{background-color:#5eead473}.bg-teal-300\/5{background-color:#5eead40d}.bg-teal-300\/50{background-color:#5eead480}.bg-teal-300\/55{background-color:#5eead48c}.bg-teal-300\/60{background-color:#5eead499}.bg-teal-300\/65{background-color:#5eead4a6}.bg-teal-300\/70{background-color:#5eead4b3}.bg-teal-300\/75{background-color:#5eead4bf}.bg-teal-300\/80{background-color:#5eead4cc}.bg-teal-300\/85{background-color:#5eead4d9}.bg-teal-300\/90{background-color:#5eead4e6}.bg-teal-300\/95{background-color:#5eead4f2}.bg-teal-400{--tw-bg-opacity: 1;background-color:rgb(45 212 191 / var(--tw-bg-opacity, 1))}.bg-teal-400\/0{background-color:#2dd4bf00}.bg-teal-400\/10{background-color:#2dd4bf1a}.bg-teal-400\/100{background-color:#2dd4bf}.bg-teal-400\/15{background-color:#2dd4bf26}.bg-teal-400\/20{background-color:#2dd4bf33}.bg-teal-400\/25{background-color:#2dd4bf40}.bg-teal-400\/30{background-color:#2dd4bf4d}.bg-teal-400\/35{background-color:#2dd4bf59}.bg-teal-400\/40{background-color:#2dd4bf66}.bg-teal-400\/45{background-color:#2dd4bf73}.bg-teal-400\/5{background-color:#2dd4bf0d}.bg-teal-400\/50{background-color:#2dd4bf80}.bg-teal-400\/55{background-color:#2dd4bf8c}.bg-teal-400\/60{background-color:#2dd4bf99}.bg-teal-400\/65{background-color:#2dd4bfa6}.bg-teal-400\/70{background-color:#2dd4bfb3}.bg-teal-400\/75{background-color:#2dd4bfbf}.bg-teal-400\/80{background-color:#2dd4bfcc}.bg-teal-400\/85{background-color:#2dd4bfd9}.bg-teal-400\/90{background-color:#2dd4bfe6}.bg-teal-400\/95{background-color:#2dd4bff2}.bg-teal-50{--tw-bg-opacity: 1;background-color:rgb(240 253 250 / var(--tw-bg-opacity, 1))}.bg-teal-50\/0{background-color:#f0fdfa00}.bg-teal-50\/10{background-color:#f0fdfa1a}.bg-teal-50\/100{background-color:#f0fdfa}.bg-teal-50\/15{background-color:#f0fdfa26}.bg-teal-50\/20{background-color:#f0fdfa33}.bg-teal-50\/25{background-color:#f0fdfa40}.bg-teal-50\/30{background-color:#f0fdfa4d}.bg-teal-50\/35{background-color:#f0fdfa59}.bg-teal-50\/40{background-color:#f0fdfa66}.bg-teal-50\/45{background-color:#f0fdfa73}.bg-teal-50\/5{background-color:#f0fdfa0d}.bg-teal-50\/50{background-color:#f0fdfa80}.bg-teal-50\/55{background-color:#f0fdfa8c}.bg-teal-50\/60{background-color:#f0fdfa99}.bg-teal-50\/65{background-color:#f0fdfaa6}.bg-teal-50\/70{background-color:#f0fdfab3}.bg-teal-50\/75{background-color:#f0fdfabf}.bg-teal-50\/80{background-color:#f0fdfacc}.bg-teal-50\/85{background-color:#f0fdfad9}.bg-teal-50\/90{background-color:#f0fdfae6}.bg-teal-50\/95{background-color:#f0fdfaf2}.bg-teal-500{--tw-bg-opacity: 1;background-color:rgb(20 184 166 / var(--tw-bg-opacity, 1))}.bg-teal-500\/0{background-color:#14b8a600}.bg-teal-500\/10{background-color:#14b8a61a}.bg-teal-500\/100{background-color:#14b8a6}.bg-teal-500\/15{background-color:#14b8a626}.bg-teal-500\/20{background-color:#14b8a633}.bg-teal-500\/25{background-color:#14b8a640}.bg-teal-500\/30{background-color:#14b8a64d}.bg-teal-500\/35{background-color:#14b8a659}.bg-teal-500\/40{background-color:#14b8a666}.bg-teal-500\/45{background-color:#14b8a673}.bg-teal-500\/5{background-color:#14b8a60d}.bg-teal-500\/50{background-color:#14b8a680}.bg-teal-500\/55{background-color:#14b8a68c}.bg-teal-500\/60{background-color:#14b8a699}.bg-teal-500\/65{background-color:#14b8a6a6}.bg-teal-500\/70{background-color:#14b8a6b3}.bg-teal-500\/75{background-color:#14b8a6bf}.bg-teal-500\/80{background-color:#14b8a6cc}.bg-teal-500\/85{background-color:#14b8a6d9}.bg-teal-500\/90{background-color:#14b8a6e6}.bg-teal-500\/95{background-color:#14b8a6f2}.bg-teal-600{--tw-bg-opacity: 1;background-color:rgb(13 148 136 / var(--tw-bg-opacity, 1))}.bg-teal-600\/0{background-color:#0d948800}.bg-teal-600\/10{background-color:#0d94881a}.bg-teal-600\/100{background-color:#0d9488}.bg-teal-600\/15{background-color:#0d948826}.bg-teal-600\/20{background-color:#0d948833}.bg-teal-600\/25{background-color:#0d948840}.bg-teal-600\/30{background-color:#0d94884d}.bg-teal-600\/35{background-color:#0d948859}.bg-teal-600\/40{background-color:#0d948866}.bg-teal-600\/45{background-color:#0d948873}.bg-teal-600\/5{background-color:#0d94880d}.bg-teal-600\/50{background-color:#0d948880}.bg-teal-600\/55{background-color:#0d94888c}.bg-teal-600\/60{background-color:#0d948899}.bg-teal-600\/65{background-color:#0d9488a6}.bg-teal-600\/70{background-color:#0d9488b3}.bg-teal-600\/75{background-color:#0d9488bf}.bg-teal-600\/80{background-color:#0d9488cc}.bg-teal-600\/85{background-color:#0d9488d9}.bg-teal-600\/90{background-color:#0d9488e6}.bg-teal-600\/95{background-color:#0d9488f2}.bg-teal-700{--tw-bg-opacity: 1;background-color:rgb(15 118 110 / var(--tw-bg-opacity, 1))}.bg-teal-700\/0{background-color:#0f766e00}.bg-teal-700\/10{background-color:#0f766e1a}.bg-teal-700\/100{background-color:#0f766e}.bg-teal-700\/15{background-color:#0f766e26}.bg-teal-700\/20{background-color:#0f766e33}.bg-teal-700\/25{background-color:#0f766e40}.bg-teal-700\/30{background-color:#0f766e4d}.bg-teal-700\/35{background-color:#0f766e59}.bg-teal-700\/40{background-color:#0f766e66}.bg-teal-700\/45{background-color:#0f766e73}.bg-teal-700\/5{background-color:#0f766e0d}.bg-teal-700\/50{background-color:#0f766e80}.bg-teal-700\/55{background-color:#0f766e8c}.bg-teal-700\/60{background-color:#0f766e99}.bg-teal-700\/65{background-color:#0f766ea6}.bg-teal-700\/70{background-color:#0f766eb3}.bg-teal-700\/75{background-color:#0f766ebf}.bg-teal-700\/80{background-color:#0f766ecc}.bg-teal-700\/85{background-color:#0f766ed9}.bg-teal-700\/90{background-color:#0f766ee6}.bg-teal-700\/95{background-color:#0f766ef2}.bg-teal-800{--tw-bg-opacity: 1;background-color:rgb(17 94 89 / var(--tw-bg-opacity, 1))}.bg-teal-800\/0{background-color:#115e5900}.bg-teal-800\/10{background-color:#115e591a}.bg-teal-800\/100{background-color:#115e59}.bg-teal-800\/15{background-color:#115e5926}.bg-teal-800\/20{background-color:#115e5933}.bg-teal-800\/25{background-color:#115e5940}.bg-teal-800\/30{background-color:#115e594d}.bg-teal-800\/35{background-color:#115e5959}.bg-teal-800\/40{background-color:#115e5966}.bg-teal-800\/45{background-color:#115e5973}.bg-teal-800\/5{background-color:#115e590d}.bg-teal-800\/50{background-color:#115e5980}.bg-teal-800\/55{background-color:#115e598c}.bg-teal-800\/60{background-color:#115e5999}.bg-teal-800\/65{background-color:#115e59a6}.bg-teal-800\/70{background-color:#115e59b3}.bg-teal-800\/75{background-color:#115e59bf}.bg-teal-800\/80{background-color:#115e59cc}.bg-teal-800\/85{background-color:#115e59d9}.bg-teal-800\/90{background-color:#115e59e6}.bg-teal-800\/95{background-color:#115e59f2}.bg-teal-900{--tw-bg-opacity: 1;background-color:rgb(19 78 74 / var(--tw-bg-opacity, 1))}.bg-teal-900\/0{background-color:#134e4a00}.bg-teal-900\/10{background-color:#134e4a1a}.bg-teal-900\/100{background-color:#134e4a}.bg-teal-900\/15{background-color:#134e4a26}.bg-teal-900\/20{background-color:#134e4a33}.bg-teal-900\/25{background-color:#134e4a40}.bg-teal-900\/30{background-color:#134e4a4d}.bg-teal-900\/35{background-color:#134e4a59}.bg-teal-900\/40{background-color:#134e4a66}.bg-teal-900\/45{background-color:#134e4a73}.bg-teal-900\/5{background-color:#134e4a0d}.bg-teal-900\/50{background-color:#134e4a80}.bg-teal-900\/55{background-color:#134e4a8c}.bg-teal-900\/60{background-color:#134e4a99}.bg-teal-900\/65{background-color:#134e4aa6}.bg-teal-900\/70{background-color:#134e4ab3}.bg-teal-900\/75{background-color:#134e4abf}.bg-teal-900\/80{background-color:#134e4acc}.bg-teal-900\/85{background-color:#134e4ad9}.bg-teal-900\/90{background-color:#134e4ae6}.bg-teal-900\/95{background-color:#134e4af2}.bg-transparent{background-color:transparent}.bg-warning-100{--tw-bg-opacity: 1;background-color:rgb(254 243 199 / var(--tw-bg-opacity, 1))}.bg-warning-400{--tw-bg-opacity: 1;background-color:rgb(251 191 36 / var(--tw-bg-opacity, 1))}.bg-warning-50{--tw-bg-opacity: 1;background-color:rgb(255 251 235 / var(--tw-bg-opacity, 1))}.bg-warning-500{--tw-bg-opacity: 1;background-color:rgb(245 158 11 / var(--tw-bg-opacity, 1))}.bg-warning-600{--tw-bg-opacity: 1;background-color:rgb(217 119 6 / var(--tw-bg-opacity, 1))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-white\/10{background-color:#ffffff1a}.bg-white\/20{background-color:#fff3}.bg-white\/30{background-color:#ffffff4d}.bg-white\/40{background-color:#fff6}.bg-white\/5{background-color:#ffffff0d}.bg-white\/50{background-color:#ffffff80}.bg-white\/60{background-color:#fff9}.bg-white\/70{background-color:#ffffffb3}.bg-white\/80{background-color:#fffc}.bg-white\/90{background-color:#ffffffe6}.bg-white\/95{background-color:#fffffff2}.bg-yellow-100{--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity, 1))}.bg-yellow-100\/0{background-color:#fef9c300}.bg-yellow-100\/10{background-color:#fef9c31a}.bg-yellow-100\/100{background-color:#fef9c3}.bg-yellow-100\/15{background-color:#fef9c326}.bg-yellow-100\/20{background-color:#fef9c333}.bg-yellow-100\/25{background-color:#fef9c340}.bg-yellow-100\/30{background-color:#fef9c34d}.bg-yellow-100\/35{background-color:#fef9c359}.bg-yellow-100\/40{background-color:#fef9c366}.bg-yellow-100\/45{background-color:#fef9c373}.bg-yellow-100\/5{background-color:#fef9c30d}.bg-yellow-100\/50{background-color:#fef9c380}.bg-yellow-100\/55{background-color:#fef9c38c}.bg-yellow-100\/60{background-color:#fef9c399}.bg-yellow-100\/65{background-color:#fef9c3a6}.bg-yellow-100\/70{background-color:#fef9c3b3}.bg-yellow-100\/75{background-color:#fef9c3bf}.bg-yellow-100\/80{background-color:#fef9c3cc}.bg-yellow-100\/85{background-color:#fef9c3d9}.bg-yellow-100\/90{background-color:#fef9c3e6}.bg-yellow-100\/95{background-color:#fef9c3f2}.bg-yellow-200{--tw-bg-opacity: 1;background-color:rgb(254 240 138 / var(--tw-bg-opacity, 1))}.bg-yellow-200\/0{background-color:#fef08a00}.bg-yellow-200\/10{background-color:#fef08a1a}.bg-yellow-200\/100{background-color:#fef08a}.bg-yellow-200\/15{background-color:#fef08a26}.bg-yellow-200\/20{background-color:#fef08a33}.bg-yellow-200\/25{background-color:#fef08a40}.bg-yellow-200\/30{background-color:#fef08a4d}.bg-yellow-200\/35{background-color:#fef08a59}.bg-yellow-200\/40{background-color:#fef08a66}.bg-yellow-200\/45{background-color:#fef08a73}.bg-yellow-200\/5{background-color:#fef08a0d}.bg-yellow-200\/50{background-color:#fef08a80}.bg-yellow-200\/55{background-color:#fef08a8c}.bg-yellow-200\/60{background-color:#fef08a99}.bg-yellow-200\/65{background-color:#fef08aa6}.bg-yellow-200\/70{background-color:#fef08ab3}.bg-yellow-200\/75{background-color:#fef08abf}.bg-yellow-200\/80{background-color:#fef08acc}.bg-yellow-200\/85{background-color:#fef08ad9}.bg-yellow-200\/90{background-color:#fef08ae6}.bg-yellow-200\/95{background-color:#fef08af2}.bg-yellow-300{--tw-bg-opacity: 1;background-color:rgb(253 224 71 / var(--tw-bg-opacity, 1))}.bg-yellow-300\/0{background-color:#fde04700}.bg-yellow-300\/10{background-color:#fde0471a}.bg-yellow-300\/100{background-color:#fde047}.bg-yellow-300\/15{background-color:#fde04726}.bg-yellow-300\/20{background-color:#fde04733}.bg-yellow-300\/25{background-color:#fde04740}.bg-yellow-300\/30{background-color:#fde0474d}.bg-yellow-300\/35{background-color:#fde04759}.bg-yellow-300\/40{background-color:#fde04766}.bg-yellow-300\/45{background-color:#fde04773}.bg-yellow-300\/5{background-color:#fde0470d}.bg-yellow-300\/50{background-color:#fde04780}.bg-yellow-300\/55{background-color:#fde0478c}.bg-yellow-300\/60{background-color:#fde04799}.bg-yellow-300\/65{background-color:#fde047a6}.bg-yellow-300\/70{background-color:#fde047b3}.bg-yellow-300\/75{background-color:#fde047bf}.bg-yellow-300\/80{background-color:#fde047cc}.bg-yellow-300\/85{background-color:#fde047d9}.bg-yellow-300\/90{background-color:#fde047e6}.bg-yellow-300\/95{background-color:#fde047f2}.bg-yellow-400{--tw-bg-opacity: 1;background-color:rgb(250 204 21 / var(--tw-bg-opacity, 1))}.bg-yellow-400\/0{background-color:#facc1500}.bg-yellow-400\/10{background-color:#facc151a}.bg-yellow-400\/100{background-color:#facc15}.bg-yellow-400\/15{background-color:#facc1526}.bg-yellow-400\/20{background-color:#facc1533}.bg-yellow-400\/25{background-color:#facc1540}.bg-yellow-400\/30{background-color:#facc154d}.bg-yellow-400\/35{background-color:#facc1559}.bg-yellow-400\/40{background-color:#facc1566}.bg-yellow-400\/45{background-color:#facc1573}.bg-yellow-400\/5{background-color:#facc150d}.bg-yellow-400\/50{background-color:#facc1580}.bg-yellow-400\/55{background-color:#facc158c}.bg-yellow-400\/60{background-color:#facc1599}.bg-yellow-400\/65{background-color:#facc15a6}.bg-yellow-400\/70{background-color:#facc15b3}.bg-yellow-400\/75{background-color:#facc15bf}.bg-yellow-400\/80{background-color:#facc15cc}.bg-yellow-400\/85{background-color:#facc15d9}.bg-yellow-400\/90{background-color:#facc15e6}.bg-yellow-400\/95{background-color:#facc15f2}.bg-yellow-50{--tw-bg-opacity: 1;background-color:rgb(254 252 232 / var(--tw-bg-opacity, 1))}.bg-yellow-50\/0{background-color:#fefce800}.bg-yellow-50\/10{background-color:#fefce81a}.bg-yellow-50\/100{background-color:#fefce8}.bg-yellow-50\/15{background-color:#fefce826}.bg-yellow-50\/20{background-color:#fefce833}.bg-yellow-50\/25{background-color:#fefce840}.bg-yellow-50\/30{background-color:#fefce84d}.bg-yellow-50\/35{background-color:#fefce859}.bg-yellow-50\/40{background-color:#fefce866}.bg-yellow-50\/45{background-color:#fefce873}.bg-yellow-50\/5{background-color:#fefce80d}.bg-yellow-50\/50{background-color:#fefce880}.bg-yellow-50\/55{background-color:#fefce88c}.bg-yellow-50\/60{background-color:#fefce899}.bg-yellow-50\/65{background-color:#fefce8a6}.bg-yellow-50\/70{background-color:#fefce8b3}.bg-yellow-50\/75{background-color:#fefce8bf}.bg-yellow-50\/80{background-color:#fefce8cc}.bg-yellow-50\/85{background-color:#fefce8d9}.bg-yellow-50\/90{background-color:#fefce8e6}.bg-yellow-50\/95{background-color:#fefce8f2}.bg-yellow-500{--tw-bg-opacity: 1;background-color:rgb(234 179 8 / var(--tw-bg-opacity, 1))}.bg-yellow-500\/0{background-color:#eab30800}.bg-yellow-500\/10{background-color:#eab3081a}.bg-yellow-500\/100{background-color:#eab308}.bg-yellow-500\/15{background-color:#eab30826}.bg-yellow-500\/20{background-color:#eab30833}.bg-yellow-500\/25{background-color:#eab30840}.bg-yellow-500\/30{background-color:#eab3084d}.bg-yellow-500\/35{background-color:#eab30859}.bg-yellow-500\/40{background-color:#eab30866}.bg-yellow-500\/45{background-color:#eab30873}.bg-yellow-500\/5{background-color:#eab3080d}.bg-yellow-500\/50{background-color:#eab30880}.bg-yellow-500\/55{background-color:#eab3088c}.bg-yellow-500\/60{background-color:#eab30899}.bg-yellow-500\/65{background-color:#eab308a6}.bg-yellow-500\/70{background-color:#eab308b3}.bg-yellow-500\/75{background-color:#eab308bf}.bg-yellow-500\/80{background-color:#eab308cc}.bg-yellow-500\/85{background-color:#eab308d9}.bg-yellow-500\/90{background-color:#eab308e6}.bg-yellow-500\/95{background-color:#eab308f2}.bg-yellow-600{--tw-bg-opacity: 1;background-color:rgb(202 138 4 / var(--tw-bg-opacity, 1))}.bg-yellow-600\/0{background-color:#ca8a0400}.bg-yellow-600\/10{background-color:#ca8a041a}.bg-yellow-600\/100{background-color:#ca8a04}.bg-yellow-600\/15{background-color:#ca8a0426}.bg-yellow-600\/20{background-color:#ca8a0433}.bg-yellow-600\/25{background-color:#ca8a0440}.bg-yellow-600\/30{background-color:#ca8a044d}.bg-yellow-600\/35{background-color:#ca8a0459}.bg-yellow-600\/40{background-color:#ca8a0466}.bg-yellow-600\/45{background-color:#ca8a0473}.bg-yellow-600\/5{background-color:#ca8a040d}.bg-yellow-600\/50{background-color:#ca8a0480}.bg-yellow-600\/55{background-color:#ca8a048c}.bg-yellow-600\/60{background-color:#ca8a0499}.bg-yellow-600\/65{background-color:#ca8a04a6}.bg-yellow-600\/70{background-color:#ca8a04b3}.bg-yellow-600\/75{background-color:#ca8a04bf}.bg-yellow-600\/80{background-color:#ca8a04cc}.bg-yellow-600\/85{background-color:#ca8a04d9}.bg-yellow-600\/90{background-color:#ca8a04e6}.bg-yellow-600\/95{background-color:#ca8a04f2}.bg-yellow-700{--tw-bg-opacity: 1;background-color:rgb(161 98 7 / var(--tw-bg-opacity, 1))}.bg-yellow-700\/0{background-color:#a1620700}.bg-yellow-700\/10{background-color:#a162071a}.bg-yellow-700\/100{background-color:#a16207}.bg-yellow-700\/15{background-color:#a1620726}.bg-yellow-700\/20{background-color:#a1620733}.bg-yellow-700\/25{background-color:#a1620740}.bg-yellow-700\/30{background-color:#a162074d}.bg-yellow-700\/35{background-color:#a1620759}.bg-yellow-700\/40{background-color:#a1620766}.bg-yellow-700\/45{background-color:#a1620773}.bg-yellow-700\/5{background-color:#a162070d}.bg-yellow-700\/50{background-color:#a1620780}.bg-yellow-700\/55{background-color:#a162078c}.bg-yellow-700\/60{background-color:#a1620799}.bg-yellow-700\/65{background-color:#a16207a6}.bg-yellow-700\/70{background-color:#a16207b3}.bg-yellow-700\/75{background-color:#a16207bf}.bg-yellow-700\/80{background-color:#a16207cc}.bg-yellow-700\/85{background-color:#a16207d9}.bg-yellow-700\/90{background-color:#a16207e6}.bg-yellow-700\/95{background-color:#a16207f2}.bg-yellow-800{--tw-bg-opacity: 1;background-color:rgb(133 77 14 / var(--tw-bg-opacity, 1))}.bg-yellow-800\/0{background-color:#854d0e00}.bg-yellow-800\/10{background-color:#854d0e1a}.bg-yellow-800\/100{background-color:#854d0e}.bg-yellow-800\/15{background-color:#854d0e26}.bg-yellow-800\/20{background-color:#854d0e33}.bg-yellow-800\/25{background-color:#854d0e40}.bg-yellow-800\/30{background-color:#854d0e4d}.bg-yellow-800\/35{background-color:#854d0e59}.bg-yellow-800\/40{background-color:#854d0e66}.bg-yellow-800\/45{background-color:#854d0e73}.bg-yellow-800\/5{background-color:#854d0e0d}.bg-yellow-800\/50{background-color:#854d0e80}.bg-yellow-800\/55{background-color:#854d0e8c}.bg-yellow-800\/60{background-color:#854d0e99}.bg-yellow-800\/65{background-color:#854d0ea6}.bg-yellow-800\/70{background-color:#854d0eb3}.bg-yellow-800\/75{background-color:#854d0ebf}.bg-yellow-800\/80{background-color:#854d0ecc}.bg-yellow-800\/85{background-color:#854d0ed9}.bg-yellow-800\/90{background-color:#854d0ee6}.bg-yellow-800\/95{background-color:#854d0ef2}.bg-yellow-900{--tw-bg-opacity: 1;background-color:rgb(113 63 18 / var(--tw-bg-opacity, 1))}.bg-yellow-900\/0{background-color:#713f1200}.bg-yellow-900\/10{background-color:#713f121a}.bg-yellow-900\/100{background-color:#713f12}.bg-yellow-900\/15{background-color:#713f1226}.bg-yellow-900\/20{background-color:#713f1233}.bg-yellow-900\/25{background-color:#713f1240}.bg-yellow-900\/30{background-color:#713f124d}.bg-yellow-900\/35{background-color:#713f1259}.bg-yellow-900\/40{background-color:#713f1266}.bg-yellow-900\/45{background-color:#713f1273}.bg-yellow-900\/5{background-color:#713f120d}.bg-yellow-900\/50{background-color:#713f1280}.bg-yellow-900\/55{background-color:#713f128c}.bg-yellow-900\/60{background-color:#713f1299}.bg-yellow-900\/65{background-color:#713f12a6}.bg-yellow-900\/70{background-color:#713f12b3}.bg-yellow-900\/75{background-color:#713f12bf}.bg-yellow-900\/80{background-color:#713f12cc}.bg-yellow-900\/85{background-color:#713f12d9}.bg-yellow-900\/90{background-color:#713f12e6}.bg-yellow-900\/95{background-color:#713f12f2}.bg-opacity-0{--tw-bg-opacity: 0}.bg-opacity-20{--tw-bg-opacity: .2}.bg-opacity-25{--tw-bg-opacity: .25}.bg-opacity-30{--tw-bg-opacity: .3}.bg-opacity-40{--tw-bg-opacity: .4}.bg-opacity-50{--tw-bg-opacity: .5}.bg-opacity-75{--tw-bg-opacity: .75}.bg-opacity-90{--tw-bg-opacity: .9}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.bg-gradient-to-tr{background-image:linear-gradient(to top right,var(--tw-gradient-stops))}.from-\[var\(--primary-color\)\]{--tw-gradient-from: var(--primary-color) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-100{--tw-gradient-from: #fef3c7 var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-400{--tw-gradient-from: #fbbf24 var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-50{--tw-gradient-from: #fffbeb var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-black\/20{--tw-gradient-from: rgb(0 0 0 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-black\/60{--tw-gradient-from: rgb(0 0 0 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-black\/70{--tw-gradient-from: rgb(0 0 0 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-100{--tw-gradient-from: #dbeafe var(--tw-gradient-from-position);--tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-100\/0{--tw-gradient-from: rgb(219 234 254 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-100\/10{--tw-gradient-from: rgb(219 234 254 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-100\/100{--tw-gradient-from: rgb(219 234 254 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-100\/15{--tw-gradient-from: rgb(219 234 254 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-100\/20{--tw-gradient-from: rgb(219 234 254 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-100\/25{--tw-gradient-from: rgb(219 234 254 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-100\/30{--tw-gradient-from: rgb(219 234 254 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-100\/35{--tw-gradient-from: rgb(219 234 254 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-100\/40{--tw-gradient-from: rgb(219 234 254 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-100\/45{--tw-gradient-from: rgb(219 234 254 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-100\/5{--tw-gradient-from: rgb(219 234 254 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-100\/50{--tw-gradient-from: rgb(219 234 254 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-100\/55{--tw-gradient-from: rgb(219 234 254 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-100\/60{--tw-gradient-from: rgb(219 234 254 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-100\/65{--tw-gradient-from: rgb(219 234 254 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-100\/70{--tw-gradient-from: rgb(219 234 254 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-100\/75{--tw-gradient-from: rgb(219 234 254 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-100\/80{--tw-gradient-from: rgb(219 234 254 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-100\/85{--tw-gradient-from: rgb(219 234 254 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-100\/90{--tw-gradient-from: rgb(219 234 254 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-100\/95{--tw-gradient-from: rgb(219 234 254 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-200{--tw-gradient-from: #bfdbfe var(--tw-gradient-from-position);--tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-200\/0{--tw-gradient-from: rgb(191 219 254 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-200\/10{--tw-gradient-from: rgb(191 219 254 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-200\/100{--tw-gradient-from: rgb(191 219 254 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-200\/15{--tw-gradient-from: rgb(191 219 254 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-200\/20{--tw-gradient-from: rgb(191 219 254 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-200\/25{--tw-gradient-from: rgb(191 219 254 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-200\/30{--tw-gradient-from: rgb(191 219 254 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-200\/35{--tw-gradient-from: rgb(191 219 254 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-200\/40{--tw-gradient-from: rgb(191 219 254 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-200\/45{--tw-gradient-from: rgb(191 219 254 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-200\/5{--tw-gradient-from: rgb(191 219 254 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-200\/50{--tw-gradient-from: rgb(191 219 254 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-200\/55{--tw-gradient-from: rgb(191 219 254 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-200\/60{--tw-gradient-from: rgb(191 219 254 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-200\/65{--tw-gradient-from: rgb(191 219 254 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-200\/70{--tw-gradient-from: rgb(191 219 254 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-200\/75{--tw-gradient-from: rgb(191 219 254 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-200\/80{--tw-gradient-from: rgb(191 219 254 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-200\/85{--tw-gradient-from: rgb(191 219 254 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-200\/90{--tw-gradient-from: rgb(191 219 254 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-200\/95{--tw-gradient-from: rgb(191 219 254 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-300{--tw-gradient-from: #93c5fd var(--tw-gradient-from-position);--tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-300\/0{--tw-gradient-from: rgb(147 197 253 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-300\/10{--tw-gradient-from: rgb(147 197 253 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-300\/100{--tw-gradient-from: rgb(147 197 253 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-300\/15{--tw-gradient-from: rgb(147 197 253 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-300\/20{--tw-gradient-from: rgb(147 197 253 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-300\/25{--tw-gradient-from: rgb(147 197 253 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-300\/30{--tw-gradient-from: rgb(147 197 253 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-300\/35{--tw-gradient-from: rgb(147 197 253 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-300\/40{--tw-gradient-from: rgb(147 197 253 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-300\/45{--tw-gradient-from: rgb(147 197 253 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-300\/5{--tw-gradient-from: rgb(147 197 253 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-300\/50{--tw-gradient-from: rgb(147 197 253 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-300\/55{--tw-gradient-from: rgb(147 197 253 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-300\/60{--tw-gradient-from: rgb(147 197 253 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-300\/65{--tw-gradient-from: rgb(147 197 253 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-300\/70{--tw-gradient-from: rgb(147 197 253 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-300\/75{--tw-gradient-from: rgb(147 197 253 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-300\/80{--tw-gradient-from: rgb(147 197 253 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-300\/85{--tw-gradient-from: rgb(147 197 253 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-300\/90{--tw-gradient-from: rgb(147 197 253 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-300\/95{--tw-gradient-from: rgb(147 197 253 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-400{--tw-gradient-from: #60a5fa var(--tw-gradient-from-position);--tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-400\/0{--tw-gradient-from: rgb(96 165 250 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-400\/10{--tw-gradient-from: rgb(96 165 250 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-400\/100{--tw-gradient-from: rgb(96 165 250 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-400\/15{--tw-gradient-from: rgb(96 165 250 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-400\/20{--tw-gradient-from: rgb(96 165 250 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-400\/25{--tw-gradient-from: rgb(96 165 250 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-400\/30{--tw-gradient-from: rgb(96 165 250 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-400\/35{--tw-gradient-from: rgb(96 165 250 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-400\/40{--tw-gradient-from: rgb(96 165 250 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-400\/45{--tw-gradient-from: rgb(96 165 250 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-400\/5{--tw-gradient-from: rgb(96 165 250 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-400\/50{--tw-gradient-from: rgb(96 165 250 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-400\/55{--tw-gradient-from: rgb(96 165 250 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-400\/60{--tw-gradient-from: rgb(96 165 250 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-400\/65{--tw-gradient-from: rgb(96 165 250 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-400\/70{--tw-gradient-from: rgb(96 165 250 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-400\/75{--tw-gradient-from: rgb(96 165 250 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-400\/80{--tw-gradient-from: rgb(96 165 250 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-400\/85{--tw-gradient-from: rgb(96 165 250 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-400\/90{--tw-gradient-from: rgb(96 165 250 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-400\/95{--tw-gradient-from: rgb(96 165 250 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-50{--tw-gradient-from: #eff6ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-50\/0{--tw-gradient-from: rgb(239 246 255 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-50\/10{--tw-gradient-from: rgb(239 246 255 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-50\/100{--tw-gradient-from: rgb(239 246 255 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-50\/15{--tw-gradient-from: rgb(239 246 255 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-50\/20{--tw-gradient-from: rgb(239 246 255 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-50\/25{--tw-gradient-from: rgb(239 246 255 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-50\/30{--tw-gradient-from: rgb(239 246 255 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-50\/35{--tw-gradient-from: rgb(239 246 255 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-50\/40{--tw-gradient-from: rgb(239 246 255 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-50\/45{--tw-gradient-from: rgb(239 246 255 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-50\/5{--tw-gradient-from: rgb(239 246 255 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-50\/50{--tw-gradient-from: rgb(239 246 255 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-50\/55{--tw-gradient-from: rgb(239 246 255 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-50\/60{--tw-gradient-from: rgb(239 246 255 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-50\/65{--tw-gradient-from: rgb(239 246 255 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-50\/70{--tw-gradient-from: rgb(239 246 255 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-50\/75{--tw-gradient-from: rgb(239 246 255 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-50\/80{--tw-gradient-from: rgb(239 246 255 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-50\/85{--tw-gradient-from: rgb(239 246 255 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-50\/90{--tw-gradient-from: rgb(239 246 255 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-50\/95{--tw-gradient-from: rgb(239 246 255 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500{--tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);--tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500\/0{--tw-gradient-from: rgb(59 130 246 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500\/10{--tw-gradient-from: rgb(59 130 246 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500\/100{--tw-gradient-from: rgb(59 130 246 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500\/15{--tw-gradient-from: rgb(59 130 246 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500\/20{--tw-gradient-from: rgb(59 130 246 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500\/25{--tw-gradient-from: rgb(59 130 246 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500\/30{--tw-gradient-from: rgb(59 130 246 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500\/35{--tw-gradient-from: rgb(59 130 246 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500\/40{--tw-gradient-from: rgb(59 130 246 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500\/45{--tw-gradient-from: rgb(59 130 246 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500\/5{--tw-gradient-from: rgb(59 130 246 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500\/50{--tw-gradient-from: rgb(59 130 246 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500\/55{--tw-gradient-from: rgb(59 130 246 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500\/60{--tw-gradient-from: rgb(59 130 246 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500\/65{--tw-gradient-from: rgb(59 130 246 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500\/70{--tw-gradient-from: rgb(59 130 246 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500\/75{--tw-gradient-from: rgb(59 130 246 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500\/80{--tw-gradient-from: rgb(59 130 246 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500\/85{--tw-gradient-from: rgb(59 130 246 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500\/90{--tw-gradient-from: rgb(59 130 246 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500\/95{--tw-gradient-from: rgb(59 130 246 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-600{--tw-gradient-from: #2563eb var(--tw-gradient-from-position);--tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-600\/0{--tw-gradient-from: rgb(37 99 235 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-600\/10{--tw-gradient-from: rgb(37 99 235 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-600\/100{--tw-gradient-from: rgb(37 99 235 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-600\/15{--tw-gradient-from: rgb(37 99 235 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-600\/20{--tw-gradient-from: rgb(37 99 235 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-600\/25{--tw-gradient-from: rgb(37 99 235 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-600\/30{--tw-gradient-from: rgb(37 99 235 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-600\/35{--tw-gradient-from: rgb(37 99 235 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-600\/40{--tw-gradient-from: rgb(37 99 235 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-600\/45{--tw-gradient-from: rgb(37 99 235 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-600\/5{--tw-gradient-from: rgb(37 99 235 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-600\/50{--tw-gradient-from: rgb(37 99 235 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-600\/55{--tw-gradient-from: rgb(37 99 235 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-600\/60{--tw-gradient-from: rgb(37 99 235 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-600\/65{--tw-gradient-from: rgb(37 99 235 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-600\/70{--tw-gradient-from: rgb(37 99 235 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-600\/75{--tw-gradient-from: rgb(37 99 235 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-600\/80{--tw-gradient-from: rgb(37 99 235 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-600\/85{--tw-gradient-from: rgb(37 99 235 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-600\/90{--tw-gradient-from: rgb(37 99 235 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-600\/95{--tw-gradient-from: rgb(37 99 235 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-700{--tw-gradient-from: #1d4ed8 var(--tw-gradient-from-position);--tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-700\/0{--tw-gradient-from: rgb(29 78 216 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-700\/10{--tw-gradient-from: rgb(29 78 216 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-700\/100{--tw-gradient-from: rgb(29 78 216 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-700\/15{--tw-gradient-from: rgb(29 78 216 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-700\/20{--tw-gradient-from: rgb(29 78 216 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-700\/25{--tw-gradient-from: rgb(29 78 216 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-700\/30{--tw-gradient-from: rgb(29 78 216 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-700\/35{--tw-gradient-from: rgb(29 78 216 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-700\/40{--tw-gradient-from: rgb(29 78 216 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-700\/45{--tw-gradient-from: rgb(29 78 216 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-700\/5{--tw-gradient-from: rgb(29 78 216 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-700\/50{--tw-gradient-from: rgb(29 78 216 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-700\/55{--tw-gradient-from: rgb(29 78 216 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-700\/60{--tw-gradient-from: rgb(29 78 216 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-700\/65{--tw-gradient-from: rgb(29 78 216 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-700\/70{--tw-gradient-from: rgb(29 78 216 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-700\/75{--tw-gradient-from: rgb(29 78 216 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-700\/80{--tw-gradient-from: rgb(29 78 216 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-700\/85{--tw-gradient-from: rgb(29 78 216 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-700\/90{--tw-gradient-from: rgb(29 78 216 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-700\/95{--tw-gradient-from: rgb(29 78 216 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-800{--tw-gradient-from: #1e40af var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-800\/0{--tw-gradient-from: rgb(30 64 175 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-800\/10{--tw-gradient-from: rgb(30 64 175 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-800\/100{--tw-gradient-from: rgb(30 64 175 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-800\/15{--tw-gradient-from: rgb(30 64 175 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-800\/20{--tw-gradient-from: rgb(30 64 175 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-800\/25{--tw-gradient-from: rgb(30 64 175 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-800\/30{--tw-gradient-from: rgb(30 64 175 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-800\/35{--tw-gradient-from: rgb(30 64 175 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-800\/40{--tw-gradient-from: rgb(30 64 175 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-800\/45{--tw-gradient-from: rgb(30 64 175 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-800\/5{--tw-gradient-from: rgb(30 64 175 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-800\/50{--tw-gradient-from: rgb(30 64 175 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-800\/55{--tw-gradient-from: rgb(30 64 175 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-800\/60{--tw-gradient-from: rgb(30 64 175 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-800\/65{--tw-gradient-from: rgb(30 64 175 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-800\/70{--tw-gradient-from: rgb(30 64 175 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-800\/75{--tw-gradient-from: rgb(30 64 175 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-800\/80{--tw-gradient-from: rgb(30 64 175 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-800\/85{--tw-gradient-from: rgb(30 64 175 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-800\/90{--tw-gradient-from: rgb(30 64 175 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-800\/95{--tw-gradient-from: rgb(30 64 175 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-900{--tw-gradient-from: #1e3a8a var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-900\/0{--tw-gradient-from: rgb(30 58 138 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-900\/10{--tw-gradient-from: rgb(30 58 138 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-900\/100{--tw-gradient-from: rgb(30 58 138 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-900\/15{--tw-gradient-from: rgb(30 58 138 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-900\/20{--tw-gradient-from: rgb(30 58 138 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-900\/25{--tw-gradient-from: rgb(30 58 138 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-900\/30{--tw-gradient-from: rgb(30 58 138 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-900\/35{--tw-gradient-from: rgb(30 58 138 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-900\/40{--tw-gradient-from: rgb(30 58 138 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-900\/45{--tw-gradient-from: rgb(30 58 138 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-900\/5{--tw-gradient-from: rgb(30 58 138 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-900\/50{--tw-gradient-from: rgb(30 58 138 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-900\/55{--tw-gradient-from: rgb(30 58 138 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-900\/60{--tw-gradient-from: rgb(30 58 138 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-900\/65{--tw-gradient-from: rgb(30 58 138 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-900\/70{--tw-gradient-from: rgb(30 58 138 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-900\/75{--tw-gradient-from: rgb(30 58 138 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-900\/80{--tw-gradient-from: rgb(30 58 138 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-900\/85{--tw-gradient-from: rgb(30 58 138 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-900\/90{--tw-gradient-from: rgb(30 58 138 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-900\/95{--tw-gradient-from: rgb(30 58 138 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-100{--tw-gradient-from: #cffafe var(--tw-gradient-from-position);--tw-gradient-to: rgb(207 250 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-100\/0{--tw-gradient-from: rgb(207 250 254 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(207 250 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-100\/10{--tw-gradient-from: rgb(207 250 254 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(207 250 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-100\/100{--tw-gradient-from: rgb(207 250 254 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(207 250 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-100\/15{--tw-gradient-from: rgb(207 250 254 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(207 250 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-100\/20{--tw-gradient-from: rgb(207 250 254 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(207 250 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-100\/25{--tw-gradient-from: rgb(207 250 254 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(207 250 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-100\/30{--tw-gradient-from: rgb(207 250 254 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(207 250 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-100\/35{--tw-gradient-from: rgb(207 250 254 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(207 250 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-100\/40{--tw-gradient-from: rgb(207 250 254 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(207 250 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-100\/45{--tw-gradient-from: rgb(207 250 254 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(207 250 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-100\/5{--tw-gradient-from: rgb(207 250 254 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(207 250 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-100\/50{--tw-gradient-from: rgb(207 250 254 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(207 250 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-100\/55{--tw-gradient-from: rgb(207 250 254 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(207 250 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-100\/60{--tw-gradient-from: rgb(207 250 254 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(207 250 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-100\/65{--tw-gradient-from: rgb(207 250 254 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(207 250 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-100\/70{--tw-gradient-from: rgb(207 250 254 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(207 250 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-100\/75{--tw-gradient-from: rgb(207 250 254 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(207 250 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-100\/80{--tw-gradient-from: rgb(207 250 254 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(207 250 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-100\/85{--tw-gradient-from: rgb(207 250 254 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(207 250 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-100\/90{--tw-gradient-from: rgb(207 250 254 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(207 250 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-100\/95{--tw-gradient-from: rgb(207 250 254 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(207 250 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-200{--tw-gradient-from: #a5f3fc var(--tw-gradient-from-position);--tw-gradient-to: rgb(165 243 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-200\/0{--tw-gradient-from: rgb(165 243 252 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(165 243 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-200\/10{--tw-gradient-from: rgb(165 243 252 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(165 243 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-200\/100{--tw-gradient-from: rgb(165 243 252 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(165 243 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-200\/15{--tw-gradient-from: rgb(165 243 252 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(165 243 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-200\/20{--tw-gradient-from: rgb(165 243 252 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(165 243 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-200\/25{--tw-gradient-from: rgb(165 243 252 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(165 243 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-200\/30{--tw-gradient-from: rgb(165 243 252 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(165 243 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-200\/35{--tw-gradient-from: rgb(165 243 252 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(165 243 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-200\/40{--tw-gradient-from: rgb(165 243 252 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(165 243 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-200\/45{--tw-gradient-from: rgb(165 243 252 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(165 243 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-200\/5{--tw-gradient-from: rgb(165 243 252 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(165 243 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-200\/50{--tw-gradient-from: rgb(165 243 252 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(165 243 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-200\/55{--tw-gradient-from: rgb(165 243 252 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(165 243 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-200\/60{--tw-gradient-from: rgb(165 243 252 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(165 243 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-200\/65{--tw-gradient-from: rgb(165 243 252 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(165 243 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-200\/70{--tw-gradient-from: rgb(165 243 252 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(165 243 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-200\/75{--tw-gradient-from: rgb(165 243 252 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(165 243 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-200\/80{--tw-gradient-from: rgb(165 243 252 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(165 243 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-200\/85{--tw-gradient-from: rgb(165 243 252 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(165 243 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-200\/90{--tw-gradient-from: rgb(165 243 252 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(165 243 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-200\/95{--tw-gradient-from: rgb(165 243 252 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(165 243 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-300{--tw-gradient-from: #67e8f9 var(--tw-gradient-from-position);--tw-gradient-to: rgb(103 232 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-300\/0{--tw-gradient-from: rgb(103 232 249 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(103 232 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-300\/10{--tw-gradient-from: rgb(103 232 249 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(103 232 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-300\/100{--tw-gradient-from: rgb(103 232 249 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(103 232 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-300\/15{--tw-gradient-from: rgb(103 232 249 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(103 232 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-300\/20{--tw-gradient-from: rgb(103 232 249 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(103 232 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-300\/25{--tw-gradient-from: rgb(103 232 249 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(103 232 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-300\/30{--tw-gradient-from: rgb(103 232 249 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(103 232 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-300\/35{--tw-gradient-from: rgb(103 232 249 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(103 232 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-300\/40{--tw-gradient-from: rgb(103 232 249 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(103 232 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-300\/45{--tw-gradient-from: rgb(103 232 249 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(103 232 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-300\/5{--tw-gradient-from: rgb(103 232 249 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(103 232 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-300\/50{--tw-gradient-from: rgb(103 232 249 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(103 232 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-300\/55{--tw-gradient-from: rgb(103 232 249 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(103 232 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-300\/60{--tw-gradient-from: rgb(103 232 249 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(103 232 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-300\/65{--tw-gradient-from: rgb(103 232 249 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(103 232 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-300\/70{--tw-gradient-from: rgb(103 232 249 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(103 232 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-300\/75{--tw-gradient-from: rgb(103 232 249 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(103 232 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-300\/80{--tw-gradient-from: rgb(103 232 249 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(103 232 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-300\/85{--tw-gradient-from: rgb(103 232 249 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(103 232 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-300\/90{--tw-gradient-from: rgb(103 232 249 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(103 232 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-300\/95{--tw-gradient-from: rgb(103 232 249 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(103 232 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-400{--tw-gradient-from: #22d3ee var(--tw-gradient-from-position);--tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-400\/0{--tw-gradient-from: rgb(34 211 238 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-400\/10{--tw-gradient-from: rgb(34 211 238 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-400\/100{--tw-gradient-from: rgb(34 211 238 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-400\/15{--tw-gradient-from: rgb(34 211 238 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-400\/20{--tw-gradient-from: rgb(34 211 238 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-400\/25{--tw-gradient-from: rgb(34 211 238 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-400\/30{--tw-gradient-from: rgb(34 211 238 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-400\/35{--tw-gradient-from: rgb(34 211 238 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-400\/40{--tw-gradient-from: rgb(34 211 238 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-400\/45{--tw-gradient-from: rgb(34 211 238 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-400\/5{--tw-gradient-from: rgb(34 211 238 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-400\/50{--tw-gradient-from: rgb(34 211 238 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-400\/55{--tw-gradient-from: rgb(34 211 238 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-400\/60{--tw-gradient-from: rgb(34 211 238 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-400\/65{--tw-gradient-from: rgb(34 211 238 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-400\/70{--tw-gradient-from: rgb(34 211 238 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-400\/75{--tw-gradient-from: rgb(34 211 238 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-400\/80{--tw-gradient-from: rgb(34 211 238 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-400\/85{--tw-gradient-from: rgb(34 211 238 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-400\/90{--tw-gradient-from: rgb(34 211 238 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-400\/95{--tw-gradient-from: rgb(34 211 238 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-50{--tw-gradient-from: #ecfeff var(--tw-gradient-from-position);--tw-gradient-to: rgb(236 254 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-50\/0{--tw-gradient-from: rgb(236 254 255 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(236 254 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-50\/10{--tw-gradient-from: rgb(236 254 255 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(236 254 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-50\/100{--tw-gradient-from: rgb(236 254 255 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(236 254 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-50\/15{--tw-gradient-from: rgb(236 254 255 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(236 254 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-50\/20{--tw-gradient-from: rgb(236 254 255 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(236 254 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-50\/25{--tw-gradient-from: rgb(236 254 255 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(236 254 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-50\/30{--tw-gradient-from: rgb(236 254 255 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(236 254 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-50\/35{--tw-gradient-from: rgb(236 254 255 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(236 254 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-50\/40{--tw-gradient-from: rgb(236 254 255 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(236 254 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-50\/45{--tw-gradient-from: rgb(236 254 255 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(236 254 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-50\/5{--tw-gradient-from: rgb(236 254 255 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(236 254 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-50\/50{--tw-gradient-from: rgb(236 254 255 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(236 254 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-50\/55{--tw-gradient-from: rgb(236 254 255 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(236 254 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-50\/60{--tw-gradient-from: rgb(236 254 255 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(236 254 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-50\/65{--tw-gradient-from: rgb(236 254 255 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(236 254 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-50\/70{--tw-gradient-from: rgb(236 254 255 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(236 254 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-50\/75{--tw-gradient-from: rgb(236 254 255 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(236 254 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-50\/80{--tw-gradient-from: rgb(236 254 255 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(236 254 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-50\/85{--tw-gradient-from: rgb(236 254 255 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(236 254 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-50\/90{--tw-gradient-from: rgb(236 254 255 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(236 254 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-50\/95{--tw-gradient-from: rgb(236 254 255 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(236 254 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-500{--tw-gradient-from: #06b6d4 var(--tw-gradient-from-position);--tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-500\/0{--tw-gradient-from: rgb(6 182 212 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-500\/10{--tw-gradient-from: rgb(6 182 212 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-500\/100{--tw-gradient-from: rgb(6 182 212 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-500\/15{--tw-gradient-from: rgb(6 182 212 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-500\/20{--tw-gradient-from: rgb(6 182 212 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-500\/25{--tw-gradient-from: rgb(6 182 212 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-500\/30{--tw-gradient-from: rgb(6 182 212 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-500\/35{--tw-gradient-from: rgb(6 182 212 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-500\/40{--tw-gradient-from: rgb(6 182 212 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-500\/45{--tw-gradient-from: rgb(6 182 212 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-500\/5{--tw-gradient-from: rgb(6 182 212 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-500\/50{--tw-gradient-from: rgb(6 182 212 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-500\/55{--tw-gradient-from: rgb(6 182 212 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-500\/60{--tw-gradient-from: rgb(6 182 212 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-500\/65{--tw-gradient-from: rgb(6 182 212 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-500\/70{--tw-gradient-from: rgb(6 182 212 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-500\/75{--tw-gradient-from: rgb(6 182 212 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-500\/80{--tw-gradient-from: rgb(6 182 212 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-500\/85{--tw-gradient-from: rgb(6 182 212 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-500\/90{--tw-gradient-from: rgb(6 182 212 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-500\/95{--tw-gradient-from: rgb(6 182 212 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-600{--tw-gradient-from: #0891b2 var(--tw-gradient-from-position);--tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-600\/0{--tw-gradient-from: rgb(8 145 178 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-600\/10{--tw-gradient-from: rgb(8 145 178 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-600\/100{--tw-gradient-from: rgb(8 145 178 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-600\/15{--tw-gradient-from: rgb(8 145 178 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-600\/20{--tw-gradient-from: rgb(8 145 178 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-600\/25{--tw-gradient-from: rgb(8 145 178 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-600\/30{--tw-gradient-from: rgb(8 145 178 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-600\/35{--tw-gradient-from: rgb(8 145 178 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-600\/40{--tw-gradient-from: rgb(8 145 178 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-600\/45{--tw-gradient-from: rgb(8 145 178 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-600\/5{--tw-gradient-from: rgb(8 145 178 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-600\/50{--tw-gradient-from: rgb(8 145 178 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-600\/55{--tw-gradient-from: rgb(8 145 178 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-600\/60{--tw-gradient-from: rgb(8 145 178 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-600\/65{--tw-gradient-from: rgb(8 145 178 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-600\/70{--tw-gradient-from: rgb(8 145 178 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-600\/75{--tw-gradient-from: rgb(8 145 178 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-600\/80{--tw-gradient-from: rgb(8 145 178 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-600\/85{--tw-gradient-from: rgb(8 145 178 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-600\/90{--tw-gradient-from: rgb(8 145 178 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-600\/95{--tw-gradient-from: rgb(8 145 178 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-700{--tw-gradient-from: #0e7490 var(--tw-gradient-from-position);--tw-gradient-to: rgb(14 116 144 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-700\/0{--tw-gradient-from: rgb(14 116 144 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(14 116 144 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-700\/10{--tw-gradient-from: rgb(14 116 144 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(14 116 144 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-700\/100{--tw-gradient-from: rgb(14 116 144 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(14 116 144 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-700\/15{--tw-gradient-from: rgb(14 116 144 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(14 116 144 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-700\/20{--tw-gradient-from: rgb(14 116 144 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(14 116 144 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-700\/25{--tw-gradient-from: rgb(14 116 144 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(14 116 144 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-700\/30{--tw-gradient-from: rgb(14 116 144 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(14 116 144 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-700\/35{--tw-gradient-from: rgb(14 116 144 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(14 116 144 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-700\/40{--tw-gradient-from: rgb(14 116 144 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(14 116 144 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-700\/45{--tw-gradient-from: rgb(14 116 144 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(14 116 144 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-700\/5{--tw-gradient-from: rgb(14 116 144 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(14 116 144 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-700\/50{--tw-gradient-from: rgb(14 116 144 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(14 116 144 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-700\/55{--tw-gradient-from: rgb(14 116 144 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(14 116 144 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-700\/60{--tw-gradient-from: rgb(14 116 144 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(14 116 144 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-700\/65{--tw-gradient-from: rgb(14 116 144 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(14 116 144 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-700\/70{--tw-gradient-from: rgb(14 116 144 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(14 116 144 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-700\/75{--tw-gradient-from: rgb(14 116 144 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(14 116 144 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-700\/80{--tw-gradient-from: rgb(14 116 144 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(14 116 144 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-700\/85{--tw-gradient-from: rgb(14 116 144 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(14 116 144 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-700\/90{--tw-gradient-from: rgb(14 116 144 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(14 116 144 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-700\/95{--tw-gradient-from: rgb(14 116 144 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(14 116 144 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-800{--tw-gradient-from: #155e75 var(--tw-gradient-from-position);--tw-gradient-to: rgb(21 94 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-800\/0{--tw-gradient-from: rgb(21 94 117 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(21 94 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-800\/10{--tw-gradient-from: rgb(21 94 117 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(21 94 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-800\/100{--tw-gradient-from: rgb(21 94 117 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(21 94 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-800\/15{--tw-gradient-from: rgb(21 94 117 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(21 94 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-800\/20{--tw-gradient-from: rgb(21 94 117 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(21 94 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-800\/25{--tw-gradient-from: rgb(21 94 117 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(21 94 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-800\/30{--tw-gradient-from: rgb(21 94 117 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(21 94 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-800\/35{--tw-gradient-from: rgb(21 94 117 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(21 94 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-800\/40{--tw-gradient-from: rgb(21 94 117 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(21 94 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-800\/45{--tw-gradient-from: rgb(21 94 117 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(21 94 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-800\/5{--tw-gradient-from: rgb(21 94 117 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(21 94 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-800\/50{--tw-gradient-from: rgb(21 94 117 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(21 94 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-800\/55{--tw-gradient-from: rgb(21 94 117 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(21 94 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-800\/60{--tw-gradient-from: rgb(21 94 117 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(21 94 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-800\/65{--tw-gradient-from: rgb(21 94 117 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(21 94 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-800\/70{--tw-gradient-from: rgb(21 94 117 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(21 94 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-800\/75{--tw-gradient-from: rgb(21 94 117 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(21 94 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-800\/80{--tw-gradient-from: rgb(21 94 117 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(21 94 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-800\/85{--tw-gradient-from: rgb(21 94 117 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(21 94 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-800\/90{--tw-gradient-from: rgb(21 94 117 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(21 94 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-800\/95{--tw-gradient-from: rgb(21 94 117 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(21 94 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-900{--tw-gradient-from: #164e63 var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 78 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-900\/0{--tw-gradient-from: rgb(22 78 99 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 78 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-900\/10{--tw-gradient-from: rgb(22 78 99 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 78 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-900\/100{--tw-gradient-from: rgb(22 78 99 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 78 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-900\/15{--tw-gradient-from: rgb(22 78 99 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 78 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-900\/20{--tw-gradient-from: rgb(22 78 99 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 78 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-900\/25{--tw-gradient-from: rgb(22 78 99 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 78 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-900\/30{--tw-gradient-from: rgb(22 78 99 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 78 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-900\/35{--tw-gradient-from: rgb(22 78 99 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 78 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-900\/40{--tw-gradient-from: rgb(22 78 99 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 78 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-900\/45{--tw-gradient-from: rgb(22 78 99 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 78 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-900\/5{--tw-gradient-from: rgb(22 78 99 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 78 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-900\/50{--tw-gradient-from: rgb(22 78 99 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 78 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-900\/55{--tw-gradient-from: rgb(22 78 99 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 78 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-900\/60{--tw-gradient-from: rgb(22 78 99 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 78 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-900\/65{--tw-gradient-from: rgb(22 78 99 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 78 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-900\/70{--tw-gradient-from: rgb(22 78 99 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 78 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-900\/75{--tw-gradient-from: rgb(22 78 99 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 78 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-900\/80{--tw-gradient-from: rgb(22 78 99 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 78 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-900\/85{--tw-gradient-from: rgb(22 78 99 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 78 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-900\/90{--tw-gradient-from: rgb(22 78 99 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 78 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-900\/95{--tw-gradient-from: rgb(22 78 99 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 78 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-100{--tw-gradient-from: #f3f4f6 var(--tw-gradient-from-position);--tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-100\/0{--tw-gradient-from: rgb(243 244 246 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-100\/10{--tw-gradient-from: rgb(243 244 246 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-100\/100{--tw-gradient-from: rgb(243 244 246 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-100\/15{--tw-gradient-from: rgb(243 244 246 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-100\/20{--tw-gradient-from: rgb(243 244 246 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-100\/25{--tw-gradient-from: rgb(243 244 246 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-100\/30{--tw-gradient-from: rgb(243 244 246 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-100\/35{--tw-gradient-from: rgb(243 244 246 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-100\/40{--tw-gradient-from: rgb(243 244 246 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-100\/45{--tw-gradient-from: rgb(243 244 246 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-100\/5{--tw-gradient-from: rgb(243 244 246 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-100\/50{--tw-gradient-from: rgb(243 244 246 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-100\/55{--tw-gradient-from: rgb(243 244 246 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-100\/60{--tw-gradient-from: rgb(243 244 246 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-100\/65{--tw-gradient-from: rgb(243 244 246 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-100\/70{--tw-gradient-from: rgb(243 244 246 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-100\/75{--tw-gradient-from: rgb(243 244 246 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-100\/80{--tw-gradient-from: rgb(243 244 246 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-100\/85{--tw-gradient-from: rgb(243 244 246 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-100\/90{--tw-gradient-from: rgb(243 244 246 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-100\/95{--tw-gradient-from: rgb(243 244 246 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-200{--tw-gradient-from: #e5e7eb var(--tw-gradient-from-position);--tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-200\/0{--tw-gradient-from: rgb(229 231 235 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-200\/10{--tw-gradient-from: rgb(229 231 235 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-200\/100{--tw-gradient-from: rgb(229 231 235 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-200\/15{--tw-gradient-from: rgb(229 231 235 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-200\/20{--tw-gradient-from: rgb(229 231 235 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-200\/25{--tw-gradient-from: rgb(229 231 235 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-200\/30{--tw-gradient-from: rgb(229 231 235 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-200\/35{--tw-gradient-from: rgb(229 231 235 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-200\/40{--tw-gradient-from: rgb(229 231 235 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-200\/45{--tw-gradient-from: rgb(229 231 235 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-200\/5{--tw-gradient-from: rgb(229 231 235 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-200\/50{--tw-gradient-from: rgb(229 231 235 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-200\/55{--tw-gradient-from: rgb(229 231 235 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-200\/60{--tw-gradient-from: rgb(229 231 235 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-200\/65{--tw-gradient-from: rgb(229 231 235 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-200\/70{--tw-gradient-from: rgb(229 231 235 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-200\/75{--tw-gradient-from: rgb(229 231 235 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-200\/80{--tw-gradient-from: rgb(229 231 235 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-200\/85{--tw-gradient-from: rgb(229 231 235 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-200\/90{--tw-gradient-from: rgb(229 231 235 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-200\/95{--tw-gradient-from: rgb(229 231 235 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-300{--tw-gradient-from: #d1d5db var(--tw-gradient-from-position);--tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-300\/0{--tw-gradient-from: rgb(209 213 219 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-300\/10{--tw-gradient-from: rgb(209 213 219 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-300\/100{--tw-gradient-from: rgb(209 213 219 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-300\/15{--tw-gradient-from: rgb(209 213 219 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-300\/20{--tw-gradient-from: rgb(209 213 219 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-300\/25{--tw-gradient-from: rgb(209 213 219 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-300\/30{--tw-gradient-from: rgb(209 213 219 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-300\/35{--tw-gradient-from: rgb(209 213 219 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-300\/40{--tw-gradient-from: rgb(209 213 219 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-300\/45{--tw-gradient-from: rgb(209 213 219 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-300\/5{--tw-gradient-from: rgb(209 213 219 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-300\/50{--tw-gradient-from: rgb(209 213 219 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-300\/55{--tw-gradient-from: rgb(209 213 219 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-300\/60{--tw-gradient-from: rgb(209 213 219 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-300\/65{--tw-gradient-from: rgb(209 213 219 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-300\/70{--tw-gradient-from: rgb(209 213 219 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-300\/75{--tw-gradient-from: rgb(209 213 219 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-300\/80{--tw-gradient-from: rgb(209 213 219 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-300\/85{--tw-gradient-from: rgb(209 213 219 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-300\/90{--tw-gradient-from: rgb(209 213 219 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-300\/95{--tw-gradient-from: rgb(209 213 219 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-400{--tw-gradient-from: #9ca3af var(--tw-gradient-from-position);--tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-400\/0{--tw-gradient-from: rgb(156 163 175 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-400\/10{--tw-gradient-from: rgb(156 163 175 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-400\/100{--tw-gradient-from: rgb(156 163 175 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-400\/15{--tw-gradient-from: rgb(156 163 175 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-400\/20{--tw-gradient-from: rgb(156 163 175 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-400\/25{--tw-gradient-from: rgb(156 163 175 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-400\/30{--tw-gradient-from: rgb(156 163 175 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-400\/35{--tw-gradient-from: rgb(156 163 175 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-400\/40{--tw-gradient-from: rgb(156 163 175 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-400\/45{--tw-gradient-from: rgb(156 163 175 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-400\/5{--tw-gradient-from: rgb(156 163 175 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-400\/50{--tw-gradient-from: rgb(156 163 175 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-400\/55{--tw-gradient-from: rgb(156 163 175 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-400\/60{--tw-gradient-from: rgb(156 163 175 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-400\/65{--tw-gradient-from: rgb(156 163 175 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-400\/70{--tw-gradient-from: rgb(156 163 175 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-400\/75{--tw-gradient-from: rgb(156 163 175 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-400\/80{--tw-gradient-from: rgb(156 163 175 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-400\/85{--tw-gradient-from: rgb(156 163 175 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-400\/90{--tw-gradient-from: rgb(156 163 175 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-400\/95{--tw-gradient-from: rgb(156 163 175 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-50{--tw-gradient-from: #f9fafb var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-50\/0{--tw-gradient-from: rgb(249 250 251 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-50\/10{--tw-gradient-from: rgb(249 250 251 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-50\/100{--tw-gradient-from: rgb(249 250 251 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-50\/15{--tw-gradient-from: rgb(249 250 251 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-50\/20{--tw-gradient-from: rgb(249 250 251 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-50\/25{--tw-gradient-from: rgb(249 250 251 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-50\/30{--tw-gradient-from: rgb(249 250 251 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-50\/35{--tw-gradient-from: rgb(249 250 251 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-50\/40{--tw-gradient-from: rgb(249 250 251 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-50\/45{--tw-gradient-from: rgb(249 250 251 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-50\/5{--tw-gradient-from: rgb(249 250 251 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-50\/50{--tw-gradient-from: rgb(249 250 251 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-50\/55{--tw-gradient-from: rgb(249 250 251 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-50\/60{--tw-gradient-from: rgb(249 250 251 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-50\/65{--tw-gradient-from: rgb(249 250 251 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-50\/70{--tw-gradient-from: rgb(249 250 251 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-50\/75{--tw-gradient-from: rgb(249 250 251 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-50\/80{--tw-gradient-from: rgb(249 250 251 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-50\/85{--tw-gradient-from: rgb(249 250 251 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-50\/90{--tw-gradient-from: rgb(249 250 251 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-50\/95{--tw-gradient-from: rgb(249 250 251 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-500{--tw-gradient-from: #6b7280 var(--tw-gradient-from-position);--tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-500\/0{--tw-gradient-from: rgb(107 114 128 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-500\/10{--tw-gradient-from: rgb(107 114 128 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-500\/100{--tw-gradient-from: rgb(107 114 128 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-500\/15{--tw-gradient-from: rgb(107 114 128 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-500\/20{--tw-gradient-from: rgb(107 114 128 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-500\/25{--tw-gradient-from: rgb(107 114 128 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-500\/30{--tw-gradient-from: rgb(107 114 128 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-500\/35{--tw-gradient-from: rgb(107 114 128 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-500\/40{--tw-gradient-from: rgb(107 114 128 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-500\/45{--tw-gradient-from: rgb(107 114 128 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-500\/5{--tw-gradient-from: rgb(107 114 128 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-500\/50{--tw-gradient-from: rgb(107 114 128 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-500\/55{--tw-gradient-from: rgb(107 114 128 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-500\/60{--tw-gradient-from: rgb(107 114 128 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-500\/65{--tw-gradient-from: rgb(107 114 128 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-500\/70{--tw-gradient-from: rgb(107 114 128 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-500\/75{--tw-gradient-from: rgb(107 114 128 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-500\/80{--tw-gradient-from: rgb(107 114 128 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-500\/85{--tw-gradient-from: rgb(107 114 128 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-500\/90{--tw-gradient-from: rgb(107 114 128 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-500\/95{--tw-gradient-from: rgb(107 114 128 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-600{--tw-gradient-from: #4b5563 var(--tw-gradient-from-position);--tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-600\/0{--tw-gradient-from: rgb(75 85 99 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-600\/10{--tw-gradient-from: rgb(75 85 99 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-600\/100{--tw-gradient-from: rgb(75 85 99 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-600\/15{--tw-gradient-from: rgb(75 85 99 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-600\/20{--tw-gradient-from: rgb(75 85 99 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-600\/25{--tw-gradient-from: rgb(75 85 99 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-600\/30{--tw-gradient-from: rgb(75 85 99 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-600\/35{--tw-gradient-from: rgb(75 85 99 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-600\/40{--tw-gradient-from: rgb(75 85 99 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-600\/45{--tw-gradient-from: rgb(75 85 99 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-600\/5{--tw-gradient-from: rgb(75 85 99 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-600\/50{--tw-gradient-from: rgb(75 85 99 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-600\/55{--tw-gradient-from: rgb(75 85 99 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-600\/60{--tw-gradient-from: rgb(75 85 99 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-600\/65{--tw-gradient-from: rgb(75 85 99 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-600\/70{--tw-gradient-from: rgb(75 85 99 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-600\/75{--tw-gradient-from: rgb(75 85 99 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-600\/80{--tw-gradient-from: rgb(75 85 99 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-600\/85{--tw-gradient-from: rgb(75 85 99 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-600\/90{--tw-gradient-from: rgb(75 85 99 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-600\/95{--tw-gradient-from: rgb(75 85 99 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-700{--tw-gradient-from: #374151 var(--tw-gradient-from-position);--tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-700\/0{--tw-gradient-from: rgb(55 65 81 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-700\/10{--tw-gradient-from: rgb(55 65 81 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-700\/100{--tw-gradient-from: rgb(55 65 81 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-700\/15{--tw-gradient-from: rgb(55 65 81 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-700\/20{--tw-gradient-from: rgb(55 65 81 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-700\/25{--tw-gradient-from: rgb(55 65 81 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-700\/30{--tw-gradient-from: rgb(55 65 81 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-700\/35{--tw-gradient-from: rgb(55 65 81 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-700\/40{--tw-gradient-from: rgb(55 65 81 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-700\/45{--tw-gradient-from: rgb(55 65 81 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-700\/5{--tw-gradient-from: rgb(55 65 81 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-700\/50{--tw-gradient-from: rgb(55 65 81 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-700\/55{--tw-gradient-from: rgb(55 65 81 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-700\/60{--tw-gradient-from: rgb(55 65 81 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-700\/65{--tw-gradient-from: rgb(55 65 81 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-700\/70{--tw-gradient-from: rgb(55 65 81 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-700\/75{--tw-gradient-from: rgb(55 65 81 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-700\/80{--tw-gradient-from: rgb(55 65 81 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-700\/85{--tw-gradient-from: rgb(55 65 81 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-700\/90{--tw-gradient-from: rgb(55 65 81 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-700\/95{--tw-gradient-from: rgb(55 65 81 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-800{--tw-gradient-from: #1f2937 var(--tw-gradient-from-position);--tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-800\/0{--tw-gradient-from: rgb(31 41 55 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-800\/10{--tw-gradient-from: rgb(31 41 55 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-800\/100{--tw-gradient-from: rgb(31 41 55 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-800\/15{--tw-gradient-from: rgb(31 41 55 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-800\/20{--tw-gradient-from: rgb(31 41 55 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-800\/25{--tw-gradient-from: rgb(31 41 55 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-800\/30{--tw-gradient-from: rgb(31 41 55 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-800\/35{--tw-gradient-from: rgb(31 41 55 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-800\/40{--tw-gradient-from: rgb(31 41 55 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-800\/45{--tw-gradient-from: rgb(31 41 55 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-800\/5{--tw-gradient-from: rgb(31 41 55 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-800\/50{--tw-gradient-from: rgb(31 41 55 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-800\/55{--tw-gradient-from: rgb(31 41 55 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-800\/60{--tw-gradient-from: rgb(31 41 55 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-800\/65{--tw-gradient-from: rgb(31 41 55 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-800\/70{--tw-gradient-from: rgb(31 41 55 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-800\/75{--tw-gradient-from: rgb(31 41 55 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-800\/80{--tw-gradient-from: rgb(31 41 55 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-800\/85{--tw-gradient-from: rgb(31 41 55 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-800\/90{--tw-gradient-from: rgb(31 41 55 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-800\/95{--tw-gradient-from: rgb(31 41 55 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-900{--tw-gradient-from: #111827 var(--tw-gradient-from-position);--tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-900\/0{--tw-gradient-from: rgb(17 24 39 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-900\/10{--tw-gradient-from: rgb(17 24 39 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-900\/100{--tw-gradient-from: rgb(17 24 39 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-900\/15{--tw-gradient-from: rgb(17 24 39 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-900\/20{--tw-gradient-from: rgb(17 24 39 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-900\/25{--tw-gradient-from: rgb(17 24 39 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-900\/30{--tw-gradient-from: rgb(17 24 39 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-900\/35{--tw-gradient-from: rgb(17 24 39 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-900\/40{--tw-gradient-from: rgb(17 24 39 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-900\/45{--tw-gradient-from: rgb(17 24 39 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-900\/5{--tw-gradient-from: rgb(17 24 39 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-900\/50{--tw-gradient-from: rgb(17 24 39 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-900\/55{--tw-gradient-from: rgb(17 24 39 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-900\/60{--tw-gradient-from: rgb(17 24 39 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-900\/65{--tw-gradient-from: rgb(17 24 39 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-900\/70{--tw-gradient-from: rgb(17 24 39 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-900\/75{--tw-gradient-from: rgb(17 24 39 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-900\/80{--tw-gradient-from: rgb(17 24 39 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-900\/85{--tw-gradient-from: rgb(17 24 39 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-900\/90{--tw-gradient-from: rgb(17 24 39 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-900\/95{--tw-gradient-from: rgb(17 24 39 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-100{--tw-gradient-from: #dcfce7 var(--tw-gradient-from-position);--tw-gradient-to: rgb(220 252 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-100\/0{--tw-gradient-from: rgb(220 252 231 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(220 252 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-100\/10{--tw-gradient-from: rgb(220 252 231 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(220 252 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-100\/100{--tw-gradient-from: rgb(220 252 231 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(220 252 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-100\/15{--tw-gradient-from: rgb(220 252 231 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(220 252 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-100\/20{--tw-gradient-from: rgb(220 252 231 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(220 252 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-100\/25{--tw-gradient-from: rgb(220 252 231 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(220 252 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-100\/30{--tw-gradient-from: rgb(220 252 231 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(220 252 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-100\/35{--tw-gradient-from: rgb(220 252 231 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(220 252 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-100\/40{--tw-gradient-from: rgb(220 252 231 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(220 252 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-100\/45{--tw-gradient-from: rgb(220 252 231 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(220 252 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-100\/5{--tw-gradient-from: rgb(220 252 231 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(220 252 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-100\/50{--tw-gradient-from: rgb(220 252 231 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(220 252 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-100\/55{--tw-gradient-from: rgb(220 252 231 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(220 252 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-100\/60{--tw-gradient-from: rgb(220 252 231 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(220 252 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-100\/65{--tw-gradient-from: rgb(220 252 231 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(220 252 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-100\/70{--tw-gradient-from: rgb(220 252 231 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(220 252 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-100\/75{--tw-gradient-from: rgb(220 252 231 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(220 252 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-100\/80{--tw-gradient-from: rgb(220 252 231 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(220 252 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-100\/85{--tw-gradient-from: rgb(220 252 231 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(220 252 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-100\/90{--tw-gradient-from: rgb(220 252 231 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(220 252 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-100\/95{--tw-gradient-from: rgb(220 252 231 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(220 252 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-200{--tw-gradient-from: #bbf7d0 var(--tw-gradient-from-position);--tw-gradient-to: rgb(187 247 208 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-200\/0{--tw-gradient-from: rgb(187 247 208 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(187 247 208 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-200\/10{--tw-gradient-from: rgb(187 247 208 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(187 247 208 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-200\/100{--tw-gradient-from: rgb(187 247 208 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(187 247 208 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-200\/15{--tw-gradient-from: rgb(187 247 208 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(187 247 208 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-200\/20{--tw-gradient-from: rgb(187 247 208 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(187 247 208 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-200\/25{--tw-gradient-from: rgb(187 247 208 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(187 247 208 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-200\/30{--tw-gradient-from: rgb(187 247 208 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(187 247 208 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-200\/35{--tw-gradient-from: rgb(187 247 208 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(187 247 208 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-200\/40{--tw-gradient-from: rgb(187 247 208 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(187 247 208 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-200\/45{--tw-gradient-from: rgb(187 247 208 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(187 247 208 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-200\/5{--tw-gradient-from: rgb(187 247 208 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(187 247 208 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-200\/50{--tw-gradient-from: rgb(187 247 208 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(187 247 208 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-200\/55{--tw-gradient-from: rgb(187 247 208 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(187 247 208 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-200\/60{--tw-gradient-from: rgb(187 247 208 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(187 247 208 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-200\/65{--tw-gradient-from: rgb(187 247 208 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(187 247 208 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-200\/70{--tw-gradient-from: rgb(187 247 208 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(187 247 208 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-200\/75{--tw-gradient-from: rgb(187 247 208 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(187 247 208 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-200\/80{--tw-gradient-from: rgb(187 247 208 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(187 247 208 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-200\/85{--tw-gradient-from: rgb(187 247 208 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(187 247 208 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-200\/90{--tw-gradient-from: rgb(187 247 208 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(187 247 208 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-200\/95{--tw-gradient-from: rgb(187 247 208 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(187 247 208 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-300{--tw-gradient-from: #86efac var(--tw-gradient-from-position);--tw-gradient-to: rgb(134 239 172 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-300\/0{--tw-gradient-from: rgb(134 239 172 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(134 239 172 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-300\/10{--tw-gradient-from: rgb(134 239 172 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(134 239 172 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-300\/100{--tw-gradient-from: rgb(134 239 172 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(134 239 172 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-300\/15{--tw-gradient-from: rgb(134 239 172 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(134 239 172 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-300\/20{--tw-gradient-from: rgb(134 239 172 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(134 239 172 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-300\/25{--tw-gradient-from: rgb(134 239 172 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(134 239 172 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-300\/30{--tw-gradient-from: rgb(134 239 172 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(134 239 172 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-300\/35{--tw-gradient-from: rgb(134 239 172 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(134 239 172 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-300\/40{--tw-gradient-from: rgb(134 239 172 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(134 239 172 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-300\/45{--tw-gradient-from: rgb(134 239 172 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(134 239 172 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-300\/5{--tw-gradient-from: rgb(134 239 172 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(134 239 172 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-300\/50{--tw-gradient-from: rgb(134 239 172 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(134 239 172 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-300\/55{--tw-gradient-from: rgb(134 239 172 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(134 239 172 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-300\/60{--tw-gradient-from: rgb(134 239 172 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(134 239 172 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-300\/65{--tw-gradient-from: rgb(134 239 172 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(134 239 172 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-300\/70{--tw-gradient-from: rgb(134 239 172 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(134 239 172 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-300\/75{--tw-gradient-from: rgb(134 239 172 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(134 239 172 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-300\/80{--tw-gradient-from: rgb(134 239 172 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(134 239 172 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-300\/85{--tw-gradient-from: rgb(134 239 172 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(134 239 172 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-300\/90{--tw-gradient-from: rgb(134 239 172 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(134 239 172 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-300\/95{--tw-gradient-from: rgb(134 239 172 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(134 239 172 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-400{--tw-gradient-from: #4ade80 var(--tw-gradient-from-position);--tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-400\/0{--tw-gradient-from: rgb(74 222 128 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-400\/10{--tw-gradient-from: rgb(74 222 128 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-400\/100{--tw-gradient-from: rgb(74 222 128 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-400\/15{--tw-gradient-from: rgb(74 222 128 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-400\/20{--tw-gradient-from: rgb(74 222 128 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-400\/25{--tw-gradient-from: rgb(74 222 128 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-400\/30{--tw-gradient-from: rgb(74 222 128 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-400\/35{--tw-gradient-from: rgb(74 222 128 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-400\/40{--tw-gradient-from: rgb(74 222 128 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-400\/45{--tw-gradient-from: rgb(74 222 128 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-400\/5{--tw-gradient-from: rgb(74 222 128 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-400\/50{--tw-gradient-from: rgb(74 222 128 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-400\/55{--tw-gradient-from: rgb(74 222 128 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-400\/60{--tw-gradient-from: rgb(74 222 128 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-400\/65{--tw-gradient-from: rgb(74 222 128 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-400\/70{--tw-gradient-from: rgb(74 222 128 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-400\/75{--tw-gradient-from: rgb(74 222 128 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-400\/80{--tw-gradient-from: rgb(74 222 128 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-400\/85{--tw-gradient-from: rgb(74 222 128 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-400\/90{--tw-gradient-from: rgb(74 222 128 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-400\/95{--tw-gradient-from: rgb(74 222 128 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-50{--tw-gradient-from: #f0fdf4 var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 253 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-50\/0{--tw-gradient-from: rgb(240 253 244 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 253 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-50\/10{--tw-gradient-from: rgb(240 253 244 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 253 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-50\/100{--tw-gradient-from: rgb(240 253 244 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 253 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-50\/15{--tw-gradient-from: rgb(240 253 244 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 253 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-50\/20{--tw-gradient-from: rgb(240 253 244 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 253 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-50\/25{--tw-gradient-from: rgb(240 253 244 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 253 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-50\/30{--tw-gradient-from: rgb(240 253 244 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 253 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-50\/35{--tw-gradient-from: rgb(240 253 244 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 253 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-50\/40{--tw-gradient-from: rgb(240 253 244 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 253 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-50\/45{--tw-gradient-from: rgb(240 253 244 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 253 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-50\/5{--tw-gradient-from: rgb(240 253 244 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 253 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-50\/50{--tw-gradient-from: rgb(240 253 244 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 253 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-50\/55{--tw-gradient-from: rgb(240 253 244 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 253 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-50\/60{--tw-gradient-from: rgb(240 253 244 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 253 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-50\/65{--tw-gradient-from: rgb(240 253 244 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 253 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-50\/70{--tw-gradient-from: rgb(240 253 244 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 253 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-50\/75{--tw-gradient-from: rgb(240 253 244 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 253 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-50\/80{--tw-gradient-from: rgb(240 253 244 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 253 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-50\/85{--tw-gradient-from: rgb(240 253 244 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 253 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-50\/90{--tw-gradient-from: rgb(240 253 244 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 253 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-50\/95{--tw-gradient-from: rgb(240 253 244 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 253 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-500{--tw-gradient-from: #22c55e var(--tw-gradient-from-position);--tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-500\/0{--tw-gradient-from: rgb(34 197 94 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-500\/10{--tw-gradient-from: rgb(34 197 94 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-500\/100{--tw-gradient-from: rgb(34 197 94 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-500\/15{--tw-gradient-from: rgb(34 197 94 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-500\/20{--tw-gradient-from: rgb(34 197 94 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-500\/25{--tw-gradient-from: rgb(34 197 94 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-500\/30{--tw-gradient-from: rgb(34 197 94 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-500\/35{--tw-gradient-from: rgb(34 197 94 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-500\/40{--tw-gradient-from: rgb(34 197 94 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-500\/45{--tw-gradient-from: rgb(34 197 94 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-500\/5{--tw-gradient-from: rgb(34 197 94 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-500\/50{--tw-gradient-from: rgb(34 197 94 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-500\/55{--tw-gradient-from: rgb(34 197 94 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-500\/60{--tw-gradient-from: rgb(34 197 94 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-500\/65{--tw-gradient-from: rgb(34 197 94 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-500\/70{--tw-gradient-from: rgb(34 197 94 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-500\/75{--tw-gradient-from: rgb(34 197 94 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-500\/80{--tw-gradient-from: rgb(34 197 94 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-500\/85{--tw-gradient-from: rgb(34 197 94 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-500\/90{--tw-gradient-from: rgb(34 197 94 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-500\/95{--tw-gradient-from: rgb(34 197 94 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-600{--tw-gradient-from: #16a34a var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-600\/0{--tw-gradient-from: rgb(22 163 74 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-600\/10{--tw-gradient-from: rgb(22 163 74 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-600\/100{--tw-gradient-from: rgb(22 163 74 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-600\/15{--tw-gradient-from: rgb(22 163 74 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-600\/20{--tw-gradient-from: rgb(22 163 74 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-600\/25{--tw-gradient-from: rgb(22 163 74 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-600\/30{--tw-gradient-from: rgb(22 163 74 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-600\/35{--tw-gradient-from: rgb(22 163 74 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-600\/40{--tw-gradient-from: rgb(22 163 74 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-600\/45{--tw-gradient-from: rgb(22 163 74 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-600\/5{--tw-gradient-from: rgb(22 163 74 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-600\/50{--tw-gradient-from: rgb(22 163 74 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-600\/55{--tw-gradient-from: rgb(22 163 74 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-600\/60{--tw-gradient-from: rgb(22 163 74 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-600\/65{--tw-gradient-from: rgb(22 163 74 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-600\/70{--tw-gradient-from: rgb(22 163 74 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-600\/75{--tw-gradient-from: rgb(22 163 74 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-600\/80{--tw-gradient-from: rgb(22 163 74 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-600\/85{--tw-gradient-from: rgb(22 163 74 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-600\/90{--tw-gradient-from: rgb(22 163 74 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-600\/95{--tw-gradient-from: rgb(22 163 74 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-700{--tw-gradient-from: #15803d var(--tw-gradient-from-position);--tw-gradient-to: rgb(21 128 61 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-700\/0{--tw-gradient-from: rgb(21 128 61 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(21 128 61 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-700\/10{--tw-gradient-from: rgb(21 128 61 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(21 128 61 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-700\/100{--tw-gradient-from: rgb(21 128 61 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(21 128 61 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-700\/15{--tw-gradient-from: rgb(21 128 61 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(21 128 61 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-700\/20{--tw-gradient-from: rgb(21 128 61 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(21 128 61 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-700\/25{--tw-gradient-from: rgb(21 128 61 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(21 128 61 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-700\/30{--tw-gradient-from: rgb(21 128 61 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(21 128 61 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-700\/35{--tw-gradient-from: rgb(21 128 61 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(21 128 61 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-700\/40{--tw-gradient-from: rgb(21 128 61 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(21 128 61 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-700\/45{--tw-gradient-from: rgb(21 128 61 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(21 128 61 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-700\/5{--tw-gradient-from: rgb(21 128 61 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(21 128 61 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-700\/50{--tw-gradient-from: rgb(21 128 61 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(21 128 61 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-700\/55{--tw-gradient-from: rgb(21 128 61 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(21 128 61 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-700\/60{--tw-gradient-from: rgb(21 128 61 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(21 128 61 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-700\/65{--tw-gradient-from: rgb(21 128 61 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(21 128 61 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-700\/70{--tw-gradient-from: rgb(21 128 61 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(21 128 61 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-700\/75{--tw-gradient-from: rgb(21 128 61 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(21 128 61 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-700\/80{--tw-gradient-from: rgb(21 128 61 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(21 128 61 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-700\/85{--tw-gradient-from: rgb(21 128 61 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(21 128 61 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-700\/90{--tw-gradient-from: rgb(21 128 61 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(21 128 61 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-700\/95{--tw-gradient-from: rgb(21 128 61 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(21 128 61 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-800{--tw-gradient-from: #166534 var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 101 52 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-800\/0{--tw-gradient-from: rgb(22 101 52 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 101 52 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-800\/10{--tw-gradient-from: rgb(22 101 52 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 101 52 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-800\/100{--tw-gradient-from: rgb(22 101 52 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 101 52 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-800\/15{--tw-gradient-from: rgb(22 101 52 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 101 52 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-800\/20{--tw-gradient-from: rgb(22 101 52 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 101 52 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-800\/25{--tw-gradient-from: rgb(22 101 52 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 101 52 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-800\/30{--tw-gradient-from: rgb(22 101 52 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 101 52 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-800\/35{--tw-gradient-from: rgb(22 101 52 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 101 52 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-800\/40{--tw-gradient-from: rgb(22 101 52 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 101 52 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-800\/45{--tw-gradient-from: rgb(22 101 52 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 101 52 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-800\/5{--tw-gradient-from: rgb(22 101 52 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 101 52 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-800\/50{--tw-gradient-from: rgb(22 101 52 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 101 52 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-800\/55{--tw-gradient-from: rgb(22 101 52 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 101 52 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-800\/60{--tw-gradient-from: rgb(22 101 52 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 101 52 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-800\/65{--tw-gradient-from: rgb(22 101 52 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 101 52 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-800\/70{--tw-gradient-from: rgb(22 101 52 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 101 52 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-800\/75{--tw-gradient-from: rgb(22 101 52 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 101 52 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-800\/80{--tw-gradient-from: rgb(22 101 52 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 101 52 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-800\/85{--tw-gradient-from: rgb(22 101 52 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 101 52 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-800\/90{--tw-gradient-from: rgb(22 101 52 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 101 52 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-800\/95{--tw-gradient-from: rgb(22 101 52 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 101 52 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-900{--tw-gradient-from: #14532d var(--tw-gradient-from-position);--tw-gradient-to: rgb(20 83 45 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-900\/0{--tw-gradient-from: rgb(20 83 45 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(20 83 45 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-900\/10{--tw-gradient-from: rgb(20 83 45 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(20 83 45 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-900\/100{--tw-gradient-from: rgb(20 83 45 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(20 83 45 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-900\/15{--tw-gradient-from: rgb(20 83 45 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(20 83 45 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-900\/20{--tw-gradient-from: rgb(20 83 45 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(20 83 45 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-900\/25{--tw-gradient-from: rgb(20 83 45 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(20 83 45 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-900\/30{--tw-gradient-from: rgb(20 83 45 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(20 83 45 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-900\/35{--tw-gradient-from: rgb(20 83 45 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(20 83 45 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-900\/40{--tw-gradient-from: rgb(20 83 45 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(20 83 45 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-900\/45{--tw-gradient-from: rgb(20 83 45 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(20 83 45 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-900\/5{--tw-gradient-from: rgb(20 83 45 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(20 83 45 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-900\/50{--tw-gradient-from: rgb(20 83 45 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(20 83 45 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-900\/55{--tw-gradient-from: rgb(20 83 45 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(20 83 45 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-900\/60{--tw-gradient-from: rgb(20 83 45 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(20 83 45 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-900\/65{--tw-gradient-from: rgb(20 83 45 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(20 83 45 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-900\/70{--tw-gradient-from: rgb(20 83 45 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(20 83 45 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-900\/75{--tw-gradient-from: rgb(20 83 45 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(20 83 45 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-900\/80{--tw-gradient-from: rgb(20 83 45 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(20 83 45 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-900\/85{--tw-gradient-from: rgb(20 83 45 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(20 83 45 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-900\/90{--tw-gradient-from: rgb(20 83 45 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(20 83 45 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-900\/95{--tw-gradient-from: rgb(20 83 45 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(20 83 45 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-100{--tw-gradient-from: #e0e7ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(224 231 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-100\/0{--tw-gradient-from: rgb(224 231 255 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(224 231 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-100\/10{--tw-gradient-from: rgb(224 231 255 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(224 231 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-100\/100{--tw-gradient-from: rgb(224 231 255 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(224 231 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-100\/15{--tw-gradient-from: rgb(224 231 255 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(224 231 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-100\/20{--tw-gradient-from: rgb(224 231 255 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(224 231 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-100\/25{--tw-gradient-from: rgb(224 231 255 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(224 231 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-100\/30{--tw-gradient-from: rgb(224 231 255 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(224 231 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-100\/35{--tw-gradient-from: rgb(224 231 255 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(224 231 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-100\/40{--tw-gradient-from: rgb(224 231 255 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(224 231 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-100\/45{--tw-gradient-from: rgb(224 231 255 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(224 231 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-100\/5{--tw-gradient-from: rgb(224 231 255 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(224 231 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-100\/50{--tw-gradient-from: rgb(224 231 255 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(224 231 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-100\/55{--tw-gradient-from: rgb(224 231 255 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(224 231 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-100\/60{--tw-gradient-from: rgb(224 231 255 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(224 231 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-100\/65{--tw-gradient-from: rgb(224 231 255 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(224 231 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-100\/70{--tw-gradient-from: rgb(224 231 255 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(224 231 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-100\/75{--tw-gradient-from: rgb(224 231 255 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(224 231 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-100\/80{--tw-gradient-from: rgb(224 231 255 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(224 231 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-100\/85{--tw-gradient-from: rgb(224 231 255 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(224 231 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-100\/90{--tw-gradient-from: rgb(224 231 255 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(224 231 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-100\/95{--tw-gradient-from: rgb(224 231 255 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(224 231 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-200{--tw-gradient-from: #c7d2fe var(--tw-gradient-from-position);--tw-gradient-to: rgb(199 210 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-200\/0{--tw-gradient-from: rgb(199 210 254 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(199 210 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-200\/10{--tw-gradient-from: rgb(199 210 254 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(199 210 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-200\/100{--tw-gradient-from: rgb(199 210 254 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(199 210 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-200\/15{--tw-gradient-from: rgb(199 210 254 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(199 210 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-200\/20{--tw-gradient-from: rgb(199 210 254 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(199 210 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-200\/25{--tw-gradient-from: rgb(199 210 254 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(199 210 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-200\/30{--tw-gradient-from: rgb(199 210 254 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(199 210 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-200\/35{--tw-gradient-from: rgb(199 210 254 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(199 210 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-200\/40{--tw-gradient-from: rgb(199 210 254 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(199 210 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-200\/45{--tw-gradient-from: rgb(199 210 254 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(199 210 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-200\/5{--tw-gradient-from: rgb(199 210 254 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(199 210 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-200\/50{--tw-gradient-from: rgb(199 210 254 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(199 210 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-200\/55{--tw-gradient-from: rgb(199 210 254 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(199 210 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-200\/60{--tw-gradient-from: rgb(199 210 254 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(199 210 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-200\/65{--tw-gradient-from: rgb(199 210 254 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(199 210 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-200\/70{--tw-gradient-from: rgb(199 210 254 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(199 210 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-200\/75{--tw-gradient-from: rgb(199 210 254 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(199 210 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-200\/80{--tw-gradient-from: rgb(199 210 254 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(199 210 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-200\/85{--tw-gradient-from: rgb(199 210 254 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(199 210 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-200\/90{--tw-gradient-from: rgb(199 210 254 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(199 210 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-200\/95{--tw-gradient-from: rgb(199 210 254 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(199 210 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-300{--tw-gradient-from: #a5b4fc var(--tw-gradient-from-position);--tw-gradient-to: rgb(165 180 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-300\/0{--tw-gradient-from: rgb(165 180 252 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(165 180 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-300\/10{--tw-gradient-from: rgb(165 180 252 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(165 180 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-300\/100{--tw-gradient-from: rgb(165 180 252 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(165 180 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-300\/15{--tw-gradient-from: rgb(165 180 252 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(165 180 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-300\/20{--tw-gradient-from: rgb(165 180 252 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(165 180 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-300\/25{--tw-gradient-from: rgb(165 180 252 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(165 180 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-300\/30{--tw-gradient-from: rgb(165 180 252 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(165 180 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-300\/35{--tw-gradient-from: rgb(165 180 252 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(165 180 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-300\/40{--tw-gradient-from: rgb(165 180 252 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(165 180 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-300\/45{--tw-gradient-from: rgb(165 180 252 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(165 180 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-300\/5{--tw-gradient-from: rgb(165 180 252 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(165 180 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-300\/50{--tw-gradient-from: rgb(165 180 252 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(165 180 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-300\/55{--tw-gradient-from: rgb(165 180 252 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(165 180 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-300\/60{--tw-gradient-from: rgb(165 180 252 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(165 180 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-300\/65{--tw-gradient-from: rgb(165 180 252 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(165 180 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-300\/70{--tw-gradient-from: rgb(165 180 252 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(165 180 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-300\/75{--tw-gradient-from: rgb(165 180 252 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(165 180 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-300\/80{--tw-gradient-from: rgb(165 180 252 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(165 180 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-300\/85{--tw-gradient-from: rgb(165 180 252 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(165 180 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-300\/90{--tw-gradient-from: rgb(165 180 252 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(165 180 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-300\/95{--tw-gradient-from: rgb(165 180 252 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(165 180 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-400{--tw-gradient-from: #818cf8 var(--tw-gradient-from-position);--tw-gradient-to: rgb(129 140 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-400\/0{--tw-gradient-from: rgb(129 140 248 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(129 140 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-400\/10{--tw-gradient-from: rgb(129 140 248 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(129 140 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-400\/100{--tw-gradient-from: rgb(129 140 248 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(129 140 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-400\/15{--tw-gradient-from: rgb(129 140 248 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(129 140 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-400\/20{--tw-gradient-from: rgb(129 140 248 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(129 140 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-400\/25{--tw-gradient-from: rgb(129 140 248 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(129 140 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-400\/30{--tw-gradient-from: rgb(129 140 248 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(129 140 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-400\/35{--tw-gradient-from: rgb(129 140 248 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(129 140 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-400\/40{--tw-gradient-from: rgb(129 140 248 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(129 140 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-400\/45{--tw-gradient-from: rgb(129 140 248 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(129 140 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-400\/5{--tw-gradient-from: rgb(129 140 248 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(129 140 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-400\/50{--tw-gradient-from: rgb(129 140 248 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(129 140 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-400\/55{--tw-gradient-from: rgb(129 140 248 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(129 140 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-400\/60{--tw-gradient-from: rgb(129 140 248 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(129 140 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-400\/65{--tw-gradient-from: rgb(129 140 248 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(129 140 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-400\/70{--tw-gradient-from: rgb(129 140 248 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(129 140 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-400\/75{--tw-gradient-from: rgb(129 140 248 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(129 140 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-400\/80{--tw-gradient-from: rgb(129 140 248 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(129 140 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-400\/85{--tw-gradient-from: rgb(129 140 248 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(129 140 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-400\/90{--tw-gradient-from: rgb(129 140 248 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(129 140 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-400\/95{--tw-gradient-from: rgb(129 140 248 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(129 140 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-50{--tw-gradient-from: #eef2ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-50\/0{--tw-gradient-from: rgb(238 242 255 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-50\/10{--tw-gradient-from: rgb(238 242 255 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-50\/100{--tw-gradient-from: rgb(238 242 255 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-50\/15{--tw-gradient-from: rgb(238 242 255 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-50\/20{--tw-gradient-from: rgb(238 242 255 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-50\/25{--tw-gradient-from: rgb(238 242 255 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-50\/30{--tw-gradient-from: rgb(238 242 255 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-50\/35{--tw-gradient-from: rgb(238 242 255 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-50\/40{--tw-gradient-from: rgb(238 242 255 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-50\/45{--tw-gradient-from: rgb(238 242 255 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-50\/5{--tw-gradient-from: rgb(238 242 255 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-50\/50{--tw-gradient-from: rgb(238 242 255 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-50\/55{--tw-gradient-from: rgb(238 242 255 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-50\/60{--tw-gradient-from: rgb(238 242 255 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-50\/65{--tw-gradient-from: rgb(238 242 255 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-50\/70{--tw-gradient-from: rgb(238 242 255 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-50\/75{--tw-gradient-from: rgb(238 242 255 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-50\/80{--tw-gradient-from: rgb(238 242 255 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-50\/85{--tw-gradient-from: rgb(238 242 255 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-50\/90{--tw-gradient-from: rgb(238 242 255 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-50\/95{--tw-gradient-from: rgb(238 242 255 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-500{--tw-gradient-from: #6366f1 var(--tw-gradient-from-position);--tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-500\/0{--tw-gradient-from: rgb(99 102 241 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-500\/10{--tw-gradient-from: rgb(99 102 241 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-500\/100{--tw-gradient-from: rgb(99 102 241 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-500\/15{--tw-gradient-from: rgb(99 102 241 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-500\/20{--tw-gradient-from: rgb(99 102 241 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-500\/25{--tw-gradient-from: rgb(99 102 241 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-500\/30{--tw-gradient-from: rgb(99 102 241 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-500\/35{--tw-gradient-from: rgb(99 102 241 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-500\/40{--tw-gradient-from: rgb(99 102 241 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-500\/45{--tw-gradient-from: rgb(99 102 241 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-500\/5{--tw-gradient-from: rgb(99 102 241 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-500\/50{--tw-gradient-from: rgb(99 102 241 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-500\/55{--tw-gradient-from: rgb(99 102 241 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-500\/60{--tw-gradient-from: rgb(99 102 241 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-500\/65{--tw-gradient-from: rgb(99 102 241 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-500\/70{--tw-gradient-from: rgb(99 102 241 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-500\/75{--tw-gradient-from: rgb(99 102 241 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-500\/80{--tw-gradient-from: rgb(99 102 241 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-500\/85{--tw-gradient-from: rgb(99 102 241 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-500\/90{--tw-gradient-from: rgb(99 102 241 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-500\/95{--tw-gradient-from: rgb(99 102 241 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-600{--tw-gradient-from: #4f46e5 var(--tw-gradient-from-position);--tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-600\/0{--tw-gradient-from: rgb(79 70 229 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-600\/10{--tw-gradient-from: rgb(79 70 229 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-600\/100{--tw-gradient-from: rgb(79 70 229 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-600\/15{--tw-gradient-from: rgb(79 70 229 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-600\/20{--tw-gradient-from: rgb(79 70 229 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-600\/25{--tw-gradient-from: rgb(79 70 229 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-600\/30{--tw-gradient-from: rgb(79 70 229 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-600\/35{--tw-gradient-from: rgb(79 70 229 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-600\/40{--tw-gradient-from: rgb(79 70 229 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-600\/45{--tw-gradient-from: rgb(79 70 229 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-600\/5{--tw-gradient-from: rgb(79 70 229 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-600\/50{--tw-gradient-from: rgb(79 70 229 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-600\/55{--tw-gradient-from: rgb(79 70 229 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-600\/60{--tw-gradient-from: rgb(79 70 229 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-600\/65{--tw-gradient-from: rgb(79 70 229 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-600\/70{--tw-gradient-from: rgb(79 70 229 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-600\/75{--tw-gradient-from: rgb(79 70 229 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-600\/80{--tw-gradient-from: rgb(79 70 229 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-600\/85{--tw-gradient-from: rgb(79 70 229 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-600\/90{--tw-gradient-from: rgb(79 70 229 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-600\/95{--tw-gradient-from: rgb(79 70 229 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-700{--tw-gradient-from: #4338ca var(--tw-gradient-from-position);--tw-gradient-to: rgb(67 56 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-700\/0{--tw-gradient-from: rgb(67 56 202 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(67 56 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-700\/10{--tw-gradient-from: rgb(67 56 202 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(67 56 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-700\/100{--tw-gradient-from: rgb(67 56 202 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(67 56 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-700\/15{--tw-gradient-from: rgb(67 56 202 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(67 56 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-700\/20{--tw-gradient-from: rgb(67 56 202 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(67 56 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-700\/25{--tw-gradient-from: rgb(67 56 202 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(67 56 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-700\/30{--tw-gradient-from: rgb(67 56 202 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(67 56 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-700\/35{--tw-gradient-from: rgb(67 56 202 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(67 56 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-700\/40{--tw-gradient-from: rgb(67 56 202 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(67 56 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-700\/45{--tw-gradient-from: rgb(67 56 202 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(67 56 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-700\/5{--tw-gradient-from: rgb(67 56 202 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(67 56 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-700\/50{--tw-gradient-from: rgb(67 56 202 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(67 56 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-700\/55{--tw-gradient-from: rgb(67 56 202 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(67 56 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-700\/60{--tw-gradient-from: rgb(67 56 202 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(67 56 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-700\/65{--tw-gradient-from: rgb(67 56 202 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(67 56 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-700\/70{--tw-gradient-from: rgb(67 56 202 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(67 56 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-700\/75{--tw-gradient-from: rgb(67 56 202 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(67 56 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-700\/80{--tw-gradient-from: rgb(67 56 202 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(67 56 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-700\/85{--tw-gradient-from: rgb(67 56 202 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(67 56 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-700\/90{--tw-gradient-from: rgb(67 56 202 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(67 56 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-700\/95{--tw-gradient-from: rgb(67 56 202 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(67 56 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-800{--tw-gradient-from: #3730a3 var(--tw-gradient-from-position);--tw-gradient-to: rgb(55 48 163 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-800\/0{--tw-gradient-from: rgb(55 48 163 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(55 48 163 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-800\/10{--tw-gradient-from: rgb(55 48 163 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(55 48 163 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-800\/100{--tw-gradient-from: rgb(55 48 163 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(55 48 163 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-800\/15{--tw-gradient-from: rgb(55 48 163 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(55 48 163 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-800\/20{--tw-gradient-from: rgb(55 48 163 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(55 48 163 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-800\/25{--tw-gradient-from: rgb(55 48 163 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(55 48 163 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-800\/30{--tw-gradient-from: rgb(55 48 163 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(55 48 163 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-800\/35{--tw-gradient-from: rgb(55 48 163 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(55 48 163 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-800\/40{--tw-gradient-from: rgb(55 48 163 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(55 48 163 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-800\/45{--tw-gradient-from: rgb(55 48 163 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(55 48 163 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-800\/5{--tw-gradient-from: rgb(55 48 163 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(55 48 163 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-800\/50{--tw-gradient-from: rgb(55 48 163 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(55 48 163 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-800\/55{--tw-gradient-from: rgb(55 48 163 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(55 48 163 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-800\/60{--tw-gradient-from: rgb(55 48 163 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(55 48 163 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-800\/65{--tw-gradient-from: rgb(55 48 163 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(55 48 163 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-800\/70{--tw-gradient-from: rgb(55 48 163 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(55 48 163 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-800\/75{--tw-gradient-from: rgb(55 48 163 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(55 48 163 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-800\/80{--tw-gradient-from: rgb(55 48 163 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(55 48 163 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-800\/85{--tw-gradient-from: rgb(55 48 163 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(55 48 163 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-800\/90{--tw-gradient-from: rgb(55 48 163 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(55 48 163 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-800\/95{--tw-gradient-from: rgb(55 48 163 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(55 48 163 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-900{--tw-gradient-from: #312e81 var(--tw-gradient-from-position);--tw-gradient-to: rgb(49 46 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-900\/0{--tw-gradient-from: rgb(49 46 129 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(49 46 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-900\/10{--tw-gradient-from: rgb(49 46 129 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(49 46 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-900\/100{--tw-gradient-from: rgb(49 46 129 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(49 46 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-900\/15{--tw-gradient-from: rgb(49 46 129 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(49 46 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-900\/20{--tw-gradient-from: rgb(49 46 129 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(49 46 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-900\/25{--tw-gradient-from: rgb(49 46 129 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(49 46 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-900\/30{--tw-gradient-from: rgb(49 46 129 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(49 46 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-900\/35{--tw-gradient-from: rgb(49 46 129 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(49 46 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-900\/40{--tw-gradient-from: rgb(49 46 129 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(49 46 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-900\/45{--tw-gradient-from: rgb(49 46 129 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(49 46 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-900\/5{--tw-gradient-from: rgb(49 46 129 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(49 46 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-900\/50{--tw-gradient-from: rgb(49 46 129 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(49 46 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-900\/55{--tw-gradient-from: rgb(49 46 129 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(49 46 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-900\/60{--tw-gradient-from: rgb(49 46 129 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(49 46 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-900\/65{--tw-gradient-from: rgb(49 46 129 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(49 46 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-900\/70{--tw-gradient-from: rgb(49 46 129 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(49 46 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-900\/75{--tw-gradient-from: rgb(49 46 129 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(49 46 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-900\/80{--tw-gradient-from: rgb(49 46 129 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(49 46 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-900\/85{--tw-gradient-from: rgb(49 46 129 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(49 46 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-900\/90{--tw-gradient-from: rgb(49 46 129 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(49 46 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-900\/95{--tw-gradient-from: rgb(49 46 129 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(49 46 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-neutral-50{--tw-gradient-from: #fafafa var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-100{--tw-gradient-from: #ffedd5 var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-100\/0{--tw-gradient-from: rgb(255 237 213 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-100\/10{--tw-gradient-from: rgb(255 237 213 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-100\/100{--tw-gradient-from: rgb(255 237 213 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-100\/15{--tw-gradient-from: rgb(255 237 213 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-100\/20{--tw-gradient-from: rgb(255 237 213 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-100\/25{--tw-gradient-from: rgb(255 237 213 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-100\/30{--tw-gradient-from: rgb(255 237 213 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-100\/35{--tw-gradient-from: rgb(255 237 213 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-100\/40{--tw-gradient-from: rgb(255 237 213 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-100\/45{--tw-gradient-from: rgb(255 237 213 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-100\/5{--tw-gradient-from: rgb(255 237 213 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-100\/50{--tw-gradient-from: rgb(255 237 213 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-100\/55{--tw-gradient-from: rgb(255 237 213 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-100\/60{--tw-gradient-from: rgb(255 237 213 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-100\/65{--tw-gradient-from: rgb(255 237 213 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-100\/70{--tw-gradient-from: rgb(255 237 213 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-100\/75{--tw-gradient-from: rgb(255 237 213 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-100\/80{--tw-gradient-from: rgb(255 237 213 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-100\/85{--tw-gradient-from: rgb(255 237 213 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-100\/90{--tw-gradient-from: rgb(255 237 213 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-100\/95{--tw-gradient-from: rgb(255 237 213 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-200{--tw-gradient-from: #fed7aa var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-200\/0{--tw-gradient-from: rgb(254 215 170 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-200\/10{--tw-gradient-from: rgb(254 215 170 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-200\/100{--tw-gradient-from: rgb(254 215 170 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-200\/15{--tw-gradient-from: rgb(254 215 170 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-200\/20{--tw-gradient-from: rgb(254 215 170 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-200\/25{--tw-gradient-from: rgb(254 215 170 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-200\/30{--tw-gradient-from: rgb(254 215 170 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-200\/35{--tw-gradient-from: rgb(254 215 170 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-200\/40{--tw-gradient-from: rgb(254 215 170 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-200\/45{--tw-gradient-from: rgb(254 215 170 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-200\/5{--tw-gradient-from: rgb(254 215 170 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-200\/50{--tw-gradient-from: rgb(254 215 170 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-200\/55{--tw-gradient-from: rgb(254 215 170 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-200\/60{--tw-gradient-from: rgb(254 215 170 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-200\/65{--tw-gradient-from: rgb(254 215 170 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-200\/70{--tw-gradient-from: rgb(254 215 170 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-200\/75{--tw-gradient-from: rgb(254 215 170 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-200\/80{--tw-gradient-from: rgb(254 215 170 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-200\/85{--tw-gradient-from: rgb(254 215 170 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-200\/90{--tw-gradient-from: rgb(254 215 170 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-200\/95{--tw-gradient-from: rgb(254 215 170 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-300{--tw-gradient-from: #fdba74 var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-300\/0{--tw-gradient-from: rgb(253 186 116 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-300\/10{--tw-gradient-from: rgb(253 186 116 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-300\/100{--tw-gradient-from: rgb(253 186 116 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-300\/15{--tw-gradient-from: rgb(253 186 116 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-300\/20{--tw-gradient-from: rgb(253 186 116 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-300\/25{--tw-gradient-from: rgb(253 186 116 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-300\/30{--tw-gradient-from: rgb(253 186 116 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-300\/35{--tw-gradient-from: rgb(253 186 116 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-300\/40{--tw-gradient-from: rgb(253 186 116 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-300\/45{--tw-gradient-from: rgb(253 186 116 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-300\/5{--tw-gradient-from: rgb(253 186 116 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-300\/50{--tw-gradient-from: rgb(253 186 116 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-300\/55{--tw-gradient-from: rgb(253 186 116 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-300\/60{--tw-gradient-from: rgb(253 186 116 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-300\/65{--tw-gradient-from: rgb(253 186 116 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-300\/70{--tw-gradient-from: rgb(253 186 116 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-300\/75{--tw-gradient-from: rgb(253 186 116 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-300\/80{--tw-gradient-from: rgb(253 186 116 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-300\/85{--tw-gradient-from: rgb(253 186 116 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-300\/90{--tw-gradient-from: rgb(253 186 116 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-300\/95{--tw-gradient-from: rgb(253 186 116 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-400{--tw-gradient-from: #fb923c var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-400\/0{--tw-gradient-from: rgb(251 146 60 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-400\/10{--tw-gradient-from: rgb(251 146 60 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-400\/100{--tw-gradient-from: rgb(251 146 60 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-400\/15{--tw-gradient-from: rgb(251 146 60 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-400\/20{--tw-gradient-from: rgb(251 146 60 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-400\/25{--tw-gradient-from: rgb(251 146 60 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-400\/30{--tw-gradient-from: rgb(251 146 60 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-400\/35{--tw-gradient-from: rgb(251 146 60 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-400\/40{--tw-gradient-from: rgb(251 146 60 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-400\/45{--tw-gradient-from: rgb(251 146 60 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-400\/5{--tw-gradient-from: rgb(251 146 60 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-400\/50{--tw-gradient-from: rgb(251 146 60 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-400\/55{--tw-gradient-from: rgb(251 146 60 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-400\/60{--tw-gradient-from: rgb(251 146 60 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-400\/65{--tw-gradient-from: rgb(251 146 60 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-400\/70{--tw-gradient-from: rgb(251 146 60 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-400\/75{--tw-gradient-from: rgb(251 146 60 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-400\/80{--tw-gradient-from: rgb(251 146 60 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-400\/85{--tw-gradient-from: rgb(251 146 60 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-400\/90{--tw-gradient-from: rgb(251 146 60 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-400\/95{--tw-gradient-from: rgb(251 146 60 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-50{--tw-gradient-from: #fff7ed var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-50\/0{--tw-gradient-from: rgb(255 247 237 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-50\/10{--tw-gradient-from: rgb(255 247 237 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-50\/100{--tw-gradient-from: rgb(255 247 237 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-50\/15{--tw-gradient-from: rgb(255 247 237 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-50\/20{--tw-gradient-from: rgb(255 247 237 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-50\/25{--tw-gradient-from: rgb(255 247 237 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-50\/30{--tw-gradient-from: rgb(255 247 237 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-50\/35{--tw-gradient-from: rgb(255 247 237 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-50\/40{--tw-gradient-from: rgb(255 247 237 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-50\/45{--tw-gradient-from: rgb(255 247 237 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-50\/5{--tw-gradient-from: rgb(255 247 237 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-50\/50{--tw-gradient-from: rgb(255 247 237 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-50\/55{--tw-gradient-from: rgb(255 247 237 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-50\/60{--tw-gradient-from: rgb(255 247 237 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-50\/65{--tw-gradient-from: rgb(255 247 237 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-50\/70{--tw-gradient-from: rgb(255 247 237 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-50\/75{--tw-gradient-from: rgb(255 247 237 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-50\/80{--tw-gradient-from: rgb(255 247 237 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-50\/85{--tw-gradient-from: rgb(255 247 237 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-50\/90{--tw-gradient-from: rgb(255 247 237 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-50\/95{--tw-gradient-from: rgb(255 247 237 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-500{--tw-gradient-from: #f97316 var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-500\/0{--tw-gradient-from: rgb(249 115 22 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-500\/10{--tw-gradient-from: rgb(249 115 22 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-500\/100{--tw-gradient-from: rgb(249 115 22 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-500\/15{--tw-gradient-from: rgb(249 115 22 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-500\/20{--tw-gradient-from: rgb(249 115 22 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-500\/25{--tw-gradient-from: rgb(249 115 22 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-500\/30{--tw-gradient-from: rgb(249 115 22 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-500\/35{--tw-gradient-from: rgb(249 115 22 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-500\/40{--tw-gradient-from: rgb(249 115 22 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-500\/45{--tw-gradient-from: rgb(249 115 22 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-500\/5{--tw-gradient-from: rgb(249 115 22 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-500\/50{--tw-gradient-from: rgb(249 115 22 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-500\/55{--tw-gradient-from: rgb(249 115 22 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-500\/60{--tw-gradient-from: rgb(249 115 22 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-500\/65{--tw-gradient-from: rgb(249 115 22 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-500\/70{--tw-gradient-from: rgb(249 115 22 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-500\/75{--tw-gradient-from: rgb(249 115 22 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-500\/80{--tw-gradient-from: rgb(249 115 22 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-500\/85{--tw-gradient-from: rgb(249 115 22 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-500\/90{--tw-gradient-from: rgb(249 115 22 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-500\/95{--tw-gradient-from: rgb(249 115 22 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-600{--tw-gradient-from: #ea580c var(--tw-gradient-from-position);--tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-600\/0{--tw-gradient-from: rgb(234 88 12 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-600\/10{--tw-gradient-from: rgb(234 88 12 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-600\/100{--tw-gradient-from: rgb(234 88 12 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-600\/15{--tw-gradient-from: rgb(234 88 12 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-600\/20{--tw-gradient-from: rgb(234 88 12 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-600\/25{--tw-gradient-from: rgb(234 88 12 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-600\/30{--tw-gradient-from: rgb(234 88 12 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-600\/35{--tw-gradient-from: rgb(234 88 12 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-600\/40{--tw-gradient-from: rgb(234 88 12 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-600\/45{--tw-gradient-from: rgb(234 88 12 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-600\/5{--tw-gradient-from: rgb(234 88 12 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-600\/50{--tw-gradient-from: rgb(234 88 12 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-600\/55{--tw-gradient-from: rgb(234 88 12 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-600\/60{--tw-gradient-from: rgb(234 88 12 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-600\/65{--tw-gradient-from: rgb(234 88 12 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-600\/70{--tw-gradient-from: rgb(234 88 12 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-600\/75{--tw-gradient-from: rgb(234 88 12 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-600\/80{--tw-gradient-from: rgb(234 88 12 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-600\/85{--tw-gradient-from: rgb(234 88 12 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-600\/90{--tw-gradient-from: rgb(234 88 12 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-600\/95{--tw-gradient-from: rgb(234 88 12 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-700{--tw-gradient-from: #c2410c var(--tw-gradient-from-position);--tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-700\/0{--tw-gradient-from: rgb(194 65 12 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-700\/10{--tw-gradient-from: rgb(194 65 12 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-700\/100{--tw-gradient-from: rgb(194 65 12 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-700\/15{--tw-gradient-from: rgb(194 65 12 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-700\/20{--tw-gradient-from: rgb(194 65 12 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-700\/25{--tw-gradient-from: rgb(194 65 12 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-700\/30{--tw-gradient-from: rgb(194 65 12 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-700\/35{--tw-gradient-from: rgb(194 65 12 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-700\/40{--tw-gradient-from: rgb(194 65 12 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-700\/45{--tw-gradient-from: rgb(194 65 12 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-700\/5{--tw-gradient-from: rgb(194 65 12 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-700\/50{--tw-gradient-from: rgb(194 65 12 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-700\/55{--tw-gradient-from: rgb(194 65 12 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-700\/60{--tw-gradient-from: rgb(194 65 12 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-700\/65{--tw-gradient-from: rgb(194 65 12 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-700\/70{--tw-gradient-from: rgb(194 65 12 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-700\/75{--tw-gradient-from: rgb(194 65 12 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-700\/80{--tw-gradient-from: rgb(194 65 12 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-700\/85{--tw-gradient-from: rgb(194 65 12 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-700\/90{--tw-gradient-from: rgb(194 65 12 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-700\/95{--tw-gradient-from: rgb(194 65 12 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-800{--tw-gradient-from: #9a3412 var(--tw-gradient-from-position);--tw-gradient-to: rgb(154 52 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-800\/0{--tw-gradient-from: rgb(154 52 18 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(154 52 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-800\/10{--tw-gradient-from: rgb(154 52 18 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(154 52 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-800\/100{--tw-gradient-from: rgb(154 52 18 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(154 52 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-800\/15{--tw-gradient-from: rgb(154 52 18 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(154 52 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-800\/20{--tw-gradient-from: rgb(154 52 18 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(154 52 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-800\/25{--tw-gradient-from: rgb(154 52 18 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(154 52 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-800\/30{--tw-gradient-from: rgb(154 52 18 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(154 52 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-800\/35{--tw-gradient-from: rgb(154 52 18 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(154 52 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-800\/40{--tw-gradient-from: rgb(154 52 18 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(154 52 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-800\/45{--tw-gradient-from: rgb(154 52 18 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(154 52 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-800\/5{--tw-gradient-from: rgb(154 52 18 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(154 52 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-800\/50{--tw-gradient-from: rgb(154 52 18 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(154 52 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-800\/55{--tw-gradient-from: rgb(154 52 18 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(154 52 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-800\/60{--tw-gradient-from: rgb(154 52 18 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(154 52 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-800\/65{--tw-gradient-from: rgb(154 52 18 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(154 52 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-800\/70{--tw-gradient-from: rgb(154 52 18 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(154 52 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-800\/75{--tw-gradient-from: rgb(154 52 18 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(154 52 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-800\/80{--tw-gradient-from: rgb(154 52 18 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(154 52 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-800\/85{--tw-gradient-from: rgb(154 52 18 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(154 52 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-800\/90{--tw-gradient-from: rgb(154 52 18 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(154 52 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-800\/95{--tw-gradient-from: rgb(154 52 18 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(154 52 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-900{--tw-gradient-from: #7c2d12 var(--tw-gradient-from-position);--tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-900\/0{--tw-gradient-from: rgb(124 45 18 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-900\/10{--tw-gradient-from: rgb(124 45 18 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-900\/100{--tw-gradient-from: rgb(124 45 18 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-900\/15{--tw-gradient-from: rgb(124 45 18 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-900\/20{--tw-gradient-from: rgb(124 45 18 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-900\/25{--tw-gradient-from: rgb(124 45 18 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-900\/30{--tw-gradient-from: rgb(124 45 18 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-900\/35{--tw-gradient-from: rgb(124 45 18 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-900\/40{--tw-gradient-from: rgb(124 45 18 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-900\/45{--tw-gradient-from: rgb(124 45 18 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-900\/5{--tw-gradient-from: rgb(124 45 18 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-900\/50{--tw-gradient-from: rgb(124 45 18 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-900\/55{--tw-gradient-from: rgb(124 45 18 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-900\/60{--tw-gradient-from: rgb(124 45 18 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-900\/65{--tw-gradient-from: rgb(124 45 18 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-900\/70{--tw-gradient-from: rgb(124 45 18 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-900\/75{--tw-gradient-from: rgb(124 45 18 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-900\/80{--tw-gradient-from: rgb(124 45 18 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-900\/85{--tw-gradient-from: rgb(124 45 18 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-900\/90{--tw-gradient-from: rgb(124 45 18 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-900\/95{--tw-gradient-from: rgb(124 45 18 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-100{--tw-gradient-from: #fce7f3 var(--tw-gradient-from-position);--tw-gradient-to: rgb(252 231 243 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-100\/0{--tw-gradient-from: rgb(252 231 243 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(252 231 243 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-100\/10{--tw-gradient-from: rgb(252 231 243 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(252 231 243 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-100\/100{--tw-gradient-from: rgb(252 231 243 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(252 231 243 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-100\/15{--tw-gradient-from: rgb(252 231 243 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(252 231 243 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-100\/20{--tw-gradient-from: rgb(252 231 243 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(252 231 243 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-100\/25{--tw-gradient-from: rgb(252 231 243 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(252 231 243 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-100\/30{--tw-gradient-from: rgb(252 231 243 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(252 231 243 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-100\/35{--tw-gradient-from: rgb(252 231 243 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(252 231 243 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-100\/40{--tw-gradient-from: rgb(252 231 243 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(252 231 243 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-100\/45{--tw-gradient-from: rgb(252 231 243 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(252 231 243 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-100\/5{--tw-gradient-from: rgb(252 231 243 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(252 231 243 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-100\/50{--tw-gradient-from: rgb(252 231 243 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(252 231 243 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-100\/55{--tw-gradient-from: rgb(252 231 243 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(252 231 243 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-100\/60{--tw-gradient-from: rgb(252 231 243 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(252 231 243 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-100\/65{--tw-gradient-from: rgb(252 231 243 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(252 231 243 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-100\/70{--tw-gradient-from: rgb(252 231 243 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(252 231 243 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-100\/75{--tw-gradient-from: rgb(252 231 243 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(252 231 243 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-100\/80{--tw-gradient-from: rgb(252 231 243 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(252 231 243 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-100\/85{--tw-gradient-from: rgb(252 231 243 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(252 231 243 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-100\/90{--tw-gradient-from: rgb(252 231 243 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(252 231 243 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-100\/95{--tw-gradient-from: rgb(252 231 243 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(252 231 243 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-200{--tw-gradient-from: #fbcfe8 var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 207 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-200\/0{--tw-gradient-from: rgb(251 207 232 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 207 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-200\/10{--tw-gradient-from: rgb(251 207 232 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 207 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-200\/100{--tw-gradient-from: rgb(251 207 232 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 207 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-200\/15{--tw-gradient-from: rgb(251 207 232 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 207 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-200\/20{--tw-gradient-from: rgb(251 207 232 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 207 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-200\/25{--tw-gradient-from: rgb(251 207 232 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 207 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-200\/30{--tw-gradient-from: rgb(251 207 232 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 207 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-200\/35{--tw-gradient-from: rgb(251 207 232 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 207 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-200\/40{--tw-gradient-from: rgb(251 207 232 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 207 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-200\/45{--tw-gradient-from: rgb(251 207 232 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 207 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-200\/5{--tw-gradient-from: rgb(251 207 232 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 207 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-200\/50{--tw-gradient-from: rgb(251 207 232 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 207 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-200\/55{--tw-gradient-from: rgb(251 207 232 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 207 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-200\/60{--tw-gradient-from: rgb(251 207 232 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 207 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-200\/65{--tw-gradient-from: rgb(251 207 232 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 207 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-200\/70{--tw-gradient-from: rgb(251 207 232 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 207 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-200\/75{--tw-gradient-from: rgb(251 207 232 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 207 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-200\/80{--tw-gradient-from: rgb(251 207 232 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 207 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-200\/85{--tw-gradient-from: rgb(251 207 232 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 207 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-200\/90{--tw-gradient-from: rgb(251 207 232 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 207 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-200\/95{--tw-gradient-from: rgb(251 207 232 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 207 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-300{--tw-gradient-from: #f9a8d4 var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 168 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-300\/0{--tw-gradient-from: rgb(249 168 212 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 168 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-300\/10{--tw-gradient-from: rgb(249 168 212 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 168 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-300\/100{--tw-gradient-from: rgb(249 168 212 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 168 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-300\/15{--tw-gradient-from: rgb(249 168 212 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 168 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-300\/20{--tw-gradient-from: rgb(249 168 212 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 168 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-300\/25{--tw-gradient-from: rgb(249 168 212 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 168 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-300\/30{--tw-gradient-from: rgb(249 168 212 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 168 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-300\/35{--tw-gradient-from: rgb(249 168 212 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 168 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-300\/40{--tw-gradient-from: rgb(249 168 212 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 168 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-300\/45{--tw-gradient-from: rgb(249 168 212 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 168 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-300\/5{--tw-gradient-from: rgb(249 168 212 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 168 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-300\/50{--tw-gradient-from: rgb(249 168 212 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 168 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-300\/55{--tw-gradient-from: rgb(249 168 212 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 168 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-300\/60{--tw-gradient-from: rgb(249 168 212 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 168 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-300\/65{--tw-gradient-from: rgb(249 168 212 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 168 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-300\/70{--tw-gradient-from: rgb(249 168 212 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 168 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-300\/75{--tw-gradient-from: rgb(249 168 212 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 168 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-300\/80{--tw-gradient-from: rgb(249 168 212 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 168 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-300\/85{--tw-gradient-from: rgb(249 168 212 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 168 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-300\/90{--tw-gradient-from: rgb(249 168 212 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 168 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-300\/95{--tw-gradient-from: rgb(249 168 212 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 168 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-400{--tw-gradient-from: #f472b6 var(--tw-gradient-from-position);--tw-gradient-to: rgb(244 114 182 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-400\/0{--tw-gradient-from: rgb(244 114 182 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(244 114 182 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-400\/10{--tw-gradient-from: rgb(244 114 182 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(244 114 182 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-400\/100{--tw-gradient-from: rgb(244 114 182 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(244 114 182 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-400\/15{--tw-gradient-from: rgb(244 114 182 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(244 114 182 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-400\/20{--tw-gradient-from: rgb(244 114 182 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(244 114 182 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-400\/25{--tw-gradient-from: rgb(244 114 182 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(244 114 182 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-400\/30{--tw-gradient-from: rgb(244 114 182 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(244 114 182 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-400\/35{--tw-gradient-from: rgb(244 114 182 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(244 114 182 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-400\/40{--tw-gradient-from: rgb(244 114 182 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(244 114 182 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-400\/45{--tw-gradient-from: rgb(244 114 182 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(244 114 182 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-400\/5{--tw-gradient-from: rgb(244 114 182 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(244 114 182 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-400\/50{--tw-gradient-from: rgb(244 114 182 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(244 114 182 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-400\/55{--tw-gradient-from: rgb(244 114 182 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(244 114 182 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-400\/60{--tw-gradient-from: rgb(244 114 182 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(244 114 182 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-400\/65{--tw-gradient-from: rgb(244 114 182 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(244 114 182 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-400\/70{--tw-gradient-from: rgb(244 114 182 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(244 114 182 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-400\/75{--tw-gradient-from: rgb(244 114 182 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(244 114 182 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-400\/80{--tw-gradient-from: rgb(244 114 182 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(244 114 182 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-400\/85{--tw-gradient-from: rgb(244 114 182 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(244 114 182 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-400\/90{--tw-gradient-from: rgb(244 114 182 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(244 114 182 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-400\/95{--tw-gradient-from: rgb(244 114 182 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(244 114 182 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-50{--tw-gradient-from: #fdf2f8 var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-50\/0{--tw-gradient-from: rgb(253 242 248 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-50\/10{--tw-gradient-from: rgb(253 242 248 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-50\/100{--tw-gradient-from: rgb(253 242 248 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-50\/15{--tw-gradient-from: rgb(253 242 248 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-50\/20{--tw-gradient-from: rgb(253 242 248 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-50\/25{--tw-gradient-from: rgb(253 242 248 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-50\/30{--tw-gradient-from: rgb(253 242 248 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-50\/35{--tw-gradient-from: rgb(253 242 248 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-50\/40{--tw-gradient-from: rgb(253 242 248 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-50\/45{--tw-gradient-from: rgb(253 242 248 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-50\/5{--tw-gradient-from: rgb(253 242 248 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-50\/50{--tw-gradient-from: rgb(253 242 248 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-50\/55{--tw-gradient-from: rgb(253 242 248 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-50\/60{--tw-gradient-from: rgb(253 242 248 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-50\/65{--tw-gradient-from: rgb(253 242 248 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-50\/70{--tw-gradient-from: rgb(253 242 248 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-50\/75{--tw-gradient-from: rgb(253 242 248 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-50\/80{--tw-gradient-from: rgb(253 242 248 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-50\/85{--tw-gradient-from: rgb(253 242 248 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-50\/90{--tw-gradient-from: rgb(253 242 248 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-50\/95{--tw-gradient-from: rgb(253 242 248 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-500{--tw-gradient-from: #ec4899 var(--tw-gradient-from-position);--tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-500\/0{--tw-gradient-from: rgb(236 72 153 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-500\/10{--tw-gradient-from: rgb(236 72 153 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-500\/100{--tw-gradient-from: rgb(236 72 153 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-500\/15{--tw-gradient-from: rgb(236 72 153 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-500\/20{--tw-gradient-from: rgb(236 72 153 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-500\/25{--tw-gradient-from: rgb(236 72 153 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-500\/30{--tw-gradient-from: rgb(236 72 153 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-500\/35{--tw-gradient-from: rgb(236 72 153 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-500\/40{--tw-gradient-from: rgb(236 72 153 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-500\/45{--tw-gradient-from: rgb(236 72 153 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-500\/5{--tw-gradient-from: rgb(236 72 153 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-500\/50{--tw-gradient-from: rgb(236 72 153 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-500\/55{--tw-gradient-from: rgb(236 72 153 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-500\/60{--tw-gradient-from: rgb(236 72 153 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-500\/65{--tw-gradient-from: rgb(236 72 153 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-500\/70{--tw-gradient-from: rgb(236 72 153 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-500\/75{--tw-gradient-from: rgb(236 72 153 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-500\/80{--tw-gradient-from: rgb(236 72 153 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-500\/85{--tw-gradient-from: rgb(236 72 153 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-500\/90{--tw-gradient-from: rgb(236 72 153 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-500\/95{--tw-gradient-from: rgb(236 72 153 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-600{--tw-gradient-from: #db2777 var(--tw-gradient-from-position);--tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-600\/0{--tw-gradient-from: rgb(219 39 119 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-600\/10{--tw-gradient-from: rgb(219 39 119 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-600\/100{--tw-gradient-from: rgb(219 39 119 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-600\/15{--tw-gradient-from: rgb(219 39 119 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-600\/20{--tw-gradient-from: rgb(219 39 119 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-600\/25{--tw-gradient-from: rgb(219 39 119 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-600\/30{--tw-gradient-from: rgb(219 39 119 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-600\/35{--tw-gradient-from: rgb(219 39 119 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-600\/40{--tw-gradient-from: rgb(219 39 119 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-600\/45{--tw-gradient-from: rgb(219 39 119 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-600\/5{--tw-gradient-from: rgb(219 39 119 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-600\/50{--tw-gradient-from: rgb(219 39 119 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-600\/55{--tw-gradient-from: rgb(219 39 119 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-600\/60{--tw-gradient-from: rgb(219 39 119 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-600\/65{--tw-gradient-from: rgb(219 39 119 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-600\/70{--tw-gradient-from: rgb(219 39 119 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-600\/75{--tw-gradient-from: rgb(219 39 119 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-600\/80{--tw-gradient-from: rgb(219 39 119 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-600\/85{--tw-gradient-from: rgb(219 39 119 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-600\/90{--tw-gradient-from: rgb(219 39 119 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-600\/95{--tw-gradient-from: rgb(219 39 119 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-700{--tw-gradient-from: #be185d var(--tw-gradient-from-position);--tw-gradient-to: rgb(190 24 93 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-700\/0{--tw-gradient-from: rgb(190 24 93 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(190 24 93 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-700\/10{--tw-gradient-from: rgb(190 24 93 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(190 24 93 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-700\/100{--tw-gradient-from: rgb(190 24 93 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(190 24 93 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-700\/15{--tw-gradient-from: rgb(190 24 93 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(190 24 93 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-700\/20{--tw-gradient-from: rgb(190 24 93 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(190 24 93 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-700\/25{--tw-gradient-from: rgb(190 24 93 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(190 24 93 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-700\/30{--tw-gradient-from: rgb(190 24 93 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(190 24 93 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-700\/35{--tw-gradient-from: rgb(190 24 93 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(190 24 93 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-700\/40{--tw-gradient-from: rgb(190 24 93 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(190 24 93 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-700\/45{--tw-gradient-from: rgb(190 24 93 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(190 24 93 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-700\/5{--tw-gradient-from: rgb(190 24 93 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(190 24 93 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-700\/50{--tw-gradient-from: rgb(190 24 93 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(190 24 93 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-700\/55{--tw-gradient-from: rgb(190 24 93 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(190 24 93 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-700\/60{--tw-gradient-from: rgb(190 24 93 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(190 24 93 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-700\/65{--tw-gradient-from: rgb(190 24 93 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(190 24 93 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-700\/70{--tw-gradient-from: rgb(190 24 93 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(190 24 93 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-700\/75{--tw-gradient-from: rgb(190 24 93 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(190 24 93 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-700\/80{--tw-gradient-from: rgb(190 24 93 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(190 24 93 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-700\/85{--tw-gradient-from: rgb(190 24 93 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(190 24 93 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-700\/90{--tw-gradient-from: rgb(190 24 93 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(190 24 93 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-700\/95{--tw-gradient-from: rgb(190 24 93 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(190 24 93 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-800{--tw-gradient-from: #9d174d var(--tw-gradient-from-position);--tw-gradient-to: rgb(157 23 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-800\/0{--tw-gradient-from: rgb(157 23 77 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(157 23 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-800\/10{--tw-gradient-from: rgb(157 23 77 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(157 23 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-800\/100{--tw-gradient-from: rgb(157 23 77 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(157 23 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-800\/15{--tw-gradient-from: rgb(157 23 77 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(157 23 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-800\/20{--tw-gradient-from: rgb(157 23 77 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(157 23 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-800\/25{--tw-gradient-from: rgb(157 23 77 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(157 23 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-800\/30{--tw-gradient-from: rgb(157 23 77 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(157 23 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-800\/35{--tw-gradient-from: rgb(157 23 77 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(157 23 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-800\/40{--tw-gradient-from: rgb(157 23 77 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(157 23 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-800\/45{--tw-gradient-from: rgb(157 23 77 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(157 23 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-800\/5{--tw-gradient-from: rgb(157 23 77 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(157 23 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-800\/50{--tw-gradient-from: rgb(157 23 77 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(157 23 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-800\/55{--tw-gradient-from: rgb(157 23 77 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(157 23 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-800\/60{--tw-gradient-from: rgb(157 23 77 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(157 23 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-800\/65{--tw-gradient-from: rgb(157 23 77 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(157 23 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-800\/70{--tw-gradient-from: rgb(157 23 77 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(157 23 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-800\/75{--tw-gradient-from: rgb(157 23 77 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(157 23 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-800\/80{--tw-gradient-from: rgb(157 23 77 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(157 23 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-800\/85{--tw-gradient-from: rgb(157 23 77 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(157 23 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-800\/90{--tw-gradient-from: rgb(157 23 77 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(157 23 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-800\/95{--tw-gradient-from: rgb(157 23 77 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(157 23 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-900{--tw-gradient-from: #831843 var(--tw-gradient-from-position);--tw-gradient-to: rgb(131 24 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-900\/0{--tw-gradient-from: rgb(131 24 67 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(131 24 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-900\/10{--tw-gradient-from: rgb(131 24 67 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(131 24 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-900\/100{--tw-gradient-from: rgb(131 24 67 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(131 24 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-900\/15{--tw-gradient-from: rgb(131 24 67 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(131 24 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-900\/20{--tw-gradient-from: rgb(131 24 67 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(131 24 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-900\/25{--tw-gradient-from: rgb(131 24 67 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(131 24 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-900\/30{--tw-gradient-from: rgb(131 24 67 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(131 24 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-900\/35{--tw-gradient-from: rgb(131 24 67 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(131 24 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-900\/40{--tw-gradient-from: rgb(131 24 67 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(131 24 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-900\/45{--tw-gradient-from: rgb(131 24 67 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(131 24 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-900\/5{--tw-gradient-from: rgb(131 24 67 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(131 24 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-900\/50{--tw-gradient-from: rgb(131 24 67 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(131 24 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-900\/55{--tw-gradient-from: rgb(131 24 67 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(131 24 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-900\/60{--tw-gradient-from: rgb(131 24 67 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(131 24 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-900\/65{--tw-gradient-from: rgb(131 24 67 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(131 24 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-900\/70{--tw-gradient-from: rgb(131 24 67 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(131 24 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-900\/75{--tw-gradient-from: rgb(131 24 67 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(131 24 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-900\/80{--tw-gradient-from: rgb(131 24 67 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(131 24 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-900\/85{--tw-gradient-from: rgb(131 24 67 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(131 24 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-900\/90{--tw-gradient-from: rgb(131 24 67 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(131 24 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-900\/95{--tw-gradient-from: rgb(131 24 67 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(131 24 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-primary-100{--tw-gradient-from: #ede9fe var(--tw-gradient-from-position);--tw-gradient-to: rgb(237 233 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-primary-400{--tw-gradient-from: #a78bfa var(--tw-gradient-from-position);--tw-gradient-to: rgb(167 139 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-primary-50{--tw-gradient-from: #f5f3ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 243 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-primary-500{--tw-gradient-from: #8b5cf6 var(--tw-gradient-from-position);--tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-primary-600{--tw-gradient-from: #7c3aed var(--tw-gradient-from-position);--tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-100{--tw-gradient-from: #f3e8ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-100\/0{--tw-gradient-from: rgb(243 232 255 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-100\/10{--tw-gradient-from: rgb(243 232 255 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-100\/100{--tw-gradient-from: rgb(243 232 255 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-100\/15{--tw-gradient-from: rgb(243 232 255 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-100\/20{--tw-gradient-from: rgb(243 232 255 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-100\/25{--tw-gradient-from: rgb(243 232 255 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-100\/30{--tw-gradient-from: rgb(243 232 255 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-100\/35{--tw-gradient-from: rgb(243 232 255 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-100\/40{--tw-gradient-from: rgb(243 232 255 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-100\/45{--tw-gradient-from: rgb(243 232 255 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-100\/5{--tw-gradient-from: rgb(243 232 255 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-100\/50{--tw-gradient-from: rgb(243 232 255 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-100\/55{--tw-gradient-from: rgb(243 232 255 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-100\/60{--tw-gradient-from: rgb(243 232 255 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-100\/65{--tw-gradient-from: rgb(243 232 255 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-100\/70{--tw-gradient-from: rgb(243 232 255 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-100\/75{--tw-gradient-from: rgb(243 232 255 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-100\/80{--tw-gradient-from: rgb(243 232 255 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-100\/85{--tw-gradient-from: rgb(243 232 255 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-100\/90{--tw-gradient-from: rgb(243 232 255 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-100\/95{--tw-gradient-from: rgb(243 232 255 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-200{--tw-gradient-from: #e9d5ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(233 213 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-200\/0{--tw-gradient-from: rgb(233 213 255 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(233 213 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-200\/10{--tw-gradient-from: rgb(233 213 255 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(233 213 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-200\/100{--tw-gradient-from: rgb(233 213 255 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(233 213 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-200\/15{--tw-gradient-from: rgb(233 213 255 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(233 213 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-200\/20{--tw-gradient-from: rgb(233 213 255 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(233 213 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-200\/25{--tw-gradient-from: rgb(233 213 255 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(233 213 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-200\/30{--tw-gradient-from: rgb(233 213 255 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(233 213 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-200\/35{--tw-gradient-from: rgb(233 213 255 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(233 213 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-200\/40{--tw-gradient-from: rgb(233 213 255 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(233 213 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-200\/45{--tw-gradient-from: rgb(233 213 255 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(233 213 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-200\/5{--tw-gradient-from: rgb(233 213 255 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(233 213 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-200\/50{--tw-gradient-from: rgb(233 213 255 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(233 213 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-200\/55{--tw-gradient-from: rgb(233 213 255 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(233 213 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-200\/60{--tw-gradient-from: rgb(233 213 255 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(233 213 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-200\/65{--tw-gradient-from: rgb(233 213 255 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(233 213 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-200\/70{--tw-gradient-from: rgb(233 213 255 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(233 213 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-200\/75{--tw-gradient-from: rgb(233 213 255 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(233 213 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-200\/80{--tw-gradient-from: rgb(233 213 255 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(233 213 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-200\/85{--tw-gradient-from: rgb(233 213 255 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(233 213 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-200\/90{--tw-gradient-from: rgb(233 213 255 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(233 213 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-200\/95{--tw-gradient-from: rgb(233 213 255 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(233 213 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-300{--tw-gradient-from: #d8b4fe var(--tw-gradient-from-position);--tw-gradient-to: rgb(216 180 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-300\/0{--tw-gradient-from: rgb(216 180 254 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(216 180 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-300\/10{--tw-gradient-from: rgb(216 180 254 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(216 180 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-300\/100{--tw-gradient-from: rgb(216 180 254 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(216 180 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-300\/15{--tw-gradient-from: rgb(216 180 254 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(216 180 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-300\/20{--tw-gradient-from: rgb(216 180 254 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(216 180 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-300\/25{--tw-gradient-from: rgb(216 180 254 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(216 180 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-300\/30{--tw-gradient-from: rgb(216 180 254 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(216 180 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-300\/35{--tw-gradient-from: rgb(216 180 254 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(216 180 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-300\/40{--tw-gradient-from: rgb(216 180 254 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(216 180 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-300\/45{--tw-gradient-from: rgb(216 180 254 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(216 180 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-300\/5{--tw-gradient-from: rgb(216 180 254 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(216 180 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-300\/50{--tw-gradient-from: rgb(216 180 254 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(216 180 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-300\/55{--tw-gradient-from: rgb(216 180 254 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(216 180 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-300\/60{--tw-gradient-from: rgb(216 180 254 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(216 180 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-300\/65{--tw-gradient-from: rgb(216 180 254 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(216 180 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-300\/70{--tw-gradient-from: rgb(216 180 254 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(216 180 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-300\/75{--tw-gradient-from: rgb(216 180 254 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(216 180 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-300\/80{--tw-gradient-from: rgb(216 180 254 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(216 180 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-300\/85{--tw-gradient-from: rgb(216 180 254 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(216 180 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-300\/90{--tw-gradient-from: rgb(216 180 254 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(216 180 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-300\/95{--tw-gradient-from: rgb(216 180 254 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(216 180 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-400{--tw-gradient-from: #c084fc var(--tw-gradient-from-position);--tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-400\/0{--tw-gradient-from: rgb(192 132 252 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-400\/10{--tw-gradient-from: rgb(192 132 252 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-400\/100{--tw-gradient-from: rgb(192 132 252 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-400\/15{--tw-gradient-from: rgb(192 132 252 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-400\/20{--tw-gradient-from: rgb(192 132 252 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-400\/25{--tw-gradient-from: rgb(192 132 252 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-400\/30{--tw-gradient-from: rgb(192 132 252 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-400\/35{--tw-gradient-from: rgb(192 132 252 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-400\/40{--tw-gradient-from: rgb(192 132 252 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-400\/45{--tw-gradient-from: rgb(192 132 252 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-400\/5{--tw-gradient-from: rgb(192 132 252 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-400\/50{--tw-gradient-from: rgb(192 132 252 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-400\/55{--tw-gradient-from: rgb(192 132 252 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-400\/60{--tw-gradient-from: rgb(192 132 252 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-400\/65{--tw-gradient-from: rgb(192 132 252 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-400\/70{--tw-gradient-from: rgb(192 132 252 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-400\/75{--tw-gradient-from: rgb(192 132 252 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-400\/80{--tw-gradient-from: rgb(192 132 252 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-400\/85{--tw-gradient-from: rgb(192 132 252 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-400\/90{--tw-gradient-from: rgb(192 132 252 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-400\/95{--tw-gradient-from: rgb(192 132 252 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-50{--tw-gradient-from: #faf5ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-50\/0{--tw-gradient-from: rgb(250 245 255 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-50\/10{--tw-gradient-from: rgb(250 245 255 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-50\/100{--tw-gradient-from: rgb(250 245 255 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-50\/15{--tw-gradient-from: rgb(250 245 255 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-50\/20{--tw-gradient-from: rgb(250 245 255 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-50\/25{--tw-gradient-from: rgb(250 245 255 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-50\/30{--tw-gradient-from: rgb(250 245 255 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-50\/35{--tw-gradient-from: rgb(250 245 255 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-50\/40{--tw-gradient-from: rgb(250 245 255 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-50\/45{--tw-gradient-from: rgb(250 245 255 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-50\/5{--tw-gradient-from: rgb(250 245 255 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-50\/50{--tw-gradient-from: rgb(250 245 255 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-50\/55{--tw-gradient-from: rgb(250 245 255 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-50\/60{--tw-gradient-from: rgb(250 245 255 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-50\/65{--tw-gradient-from: rgb(250 245 255 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-50\/70{--tw-gradient-from: rgb(250 245 255 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-50\/75{--tw-gradient-from: rgb(250 245 255 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-50\/80{--tw-gradient-from: rgb(250 245 255 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-50\/85{--tw-gradient-from: rgb(250 245 255 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-50\/90{--tw-gradient-from: rgb(250 245 255 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-50\/95{--tw-gradient-from: rgb(250 245 255 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-500{--tw-gradient-from: #a855f7 var(--tw-gradient-from-position);--tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-500\/0{--tw-gradient-from: rgb(168 85 247 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-500\/10{--tw-gradient-from: rgb(168 85 247 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-500\/100{--tw-gradient-from: rgb(168 85 247 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-500\/15{--tw-gradient-from: rgb(168 85 247 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-500\/20{--tw-gradient-from: rgb(168 85 247 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-500\/25{--tw-gradient-from: rgb(168 85 247 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-500\/30{--tw-gradient-from: rgb(168 85 247 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-500\/35{--tw-gradient-from: rgb(168 85 247 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-500\/40{--tw-gradient-from: rgb(168 85 247 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-500\/45{--tw-gradient-from: rgb(168 85 247 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-500\/5{--tw-gradient-from: rgb(168 85 247 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-500\/50{--tw-gradient-from: rgb(168 85 247 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-500\/55{--tw-gradient-from: rgb(168 85 247 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-500\/60{--tw-gradient-from: rgb(168 85 247 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-500\/65{--tw-gradient-from: rgb(168 85 247 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-500\/70{--tw-gradient-from: rgb(168 85 247 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-500\/75{--tw-gradient-from: rgb(168 85 247 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-500\/80{--tw-gradient-from: rgb(168 85 247 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-500\/85{--tw-gradient-from: rgb(168 85 247 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-500\/90{--tw-gradient-from: rgb(168 85 247 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-500\/95{--tw-gradient-from: rgb(168 85 247 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-600{--tw-gradient-from: #9333ea var(--tw-gradient-from-position);--tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-600\/0{--tw-gradient-from: rgb(147 51 234 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-600\/10{--tw-gradient-from: rgb(147 51 234 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-600\/100{--tw-gradient-from: rgb(147 51 234 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-600\/15{--tw-gradient-from: rgb(147 51 234 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-600\/20{--tw-gradient-from: rgb(147 51 234 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-600\/25{--tw-gradient-from: rgb(147 51 234 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-600\/30{--tw-gradient-from: rgb(147 51 234 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-600\/35{--tw-gradient-from: rgb(147 51 234 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-600\/40{--tw-gradient-from: rgb(147 51 234 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-600\/45{--tw-gradient-from: rgb(147 51 234 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-600\/5{--tw-gradient-from: rgb(147 51 234 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-600\/50{--tw-gradient-from: rgb(147 51 234 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-600\/55{--tw-gradient-from: rgb(147 51 234 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-600\/60{--tw-gradient-from: rgb(147 51 234 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-600\/65{--tw-gradient-from: rgb(147 51 234 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-600\/70{--tw-gradient-from: rgb(147 51 234 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-600\/75{--tw-gradient-from: rgb(147 51 234 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-600\/80{--tw-gradient-from: rgb(147 51 234 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-600\/85{--tw-gradient-from: rgb(147 51 234 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-600\/90{--tw-gradient-from: rgb(147 51 234 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-600\/95{--tw-gradient-from: rgb(147 51 234 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-700{--tw-gradient-from: #7e22ce var(--tw-gradient-from-position);--tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-700\/0{--tw-gradient-from: rgb(126 34 206 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-700\/10{--tw-gradient-from: rgb(126 34 206 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-700\/100{--tw-gradient-from: rgb(126 34 206 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-700\/15{--tw-gradient-from: rgb(126 34 206 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-700\/20{--tw-gradient-from: rgb(126 34 206 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-700\/25{--tw-gradient-from: rgb(126 34 206 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-700\/30{--tw-gradient-from: rgb(126 34 206 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-700\/35{--tw-gradient-from: rgb(126 34 206 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-700\/40{--tw-gradient-from: rgb(126 34 206 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-700\/45{--tw-gradient-from: rgb(126 34 206 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-700\/5{--tw-gradient-from: rgb(126 34 206 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-700\/50{--tw-gradient-from: rgb(126 34 206 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-700\/55{--tw-gradient-from: rgb(126 34 206 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-700\/60{--tw-gradient-from: rgb(126 34 206 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-700\/65{--tw-gradient-from: rgb(126 34 206 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-700\/70{--tw-gradient-from: rgb(126 34 206 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-700\/75{--tw-gradient-from: rgb(126 34 206 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-700\/80{--tw-gradient-from: rgb(126 34 206 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-700\/85{--tw-gradient-from: rgb(126 34 206 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-700\/90{--tw-gradient-from: rgb(126 34 206 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-700\/95{--tw-gradient-from: rgb(126 34 206 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-800{--tw-gradient-from: #6b21a8 var(--tw-gradient-from-position);--tw-gradient-to: rgb(107 33 168 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-800\/0{--tw-gradient-from: rgb(107 33 168 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(107 33 168 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-800\/10{--tw-gradient-from: rgb(107 33 168 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(107 33 168 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-800\/100{--tw-gradient-from: rgb(107 33 168 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(107 33 168 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-800\/15{--tw-gradient-from: rgb(107 33 168 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(107 33 168 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-800\/20{--tw-gradient-from: rgb(107 33 168 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(107 33 168 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-800\/25{--tw-gradient-from: rgb(107 33 168 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(107 33 168 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-800\/30{--tw-gradient-from: rgb(107 33 168 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(107 33 168 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-800\/35{--tw-gradient-from: rgb(107 33 168 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(107 33 168 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-800\/40{--tw-gradient-from: rgb(107 33 168 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(107 33 168 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-800\/45{--tw-gradient-from: rgb(107 33 168 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(107 33 168 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-800\/5{--tw-gradient-from: rgb(107 33 168 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(107 33 168 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-800\/50{--tw-gradient-from: rgb(107 33 168 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(107 33 168 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-800\/55{--tw-gradient-from: rgb(107 33 168 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(107 33 168 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-800\/60{--tw-gradient-from: rgb(107 33 168 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(107 33 168 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-800\/65{--tw-gradient-from: rgb(107 33 168 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(107 33 168 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-800\/70{--tw-gradient-from: rgb(107 33 168 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(107 33 168 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-800\/75{--tw-gradient-from: rgb(107 33 168 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(107 33 168 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-800\/80{--tw-gradient-from: rgb(107 33 168 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(107 33 168 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-800\/85{--tw-gradient-from: rgb(107 33 168 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(107 33 168 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-800\/90{--tw-gradient-from: rgb(107 33 168 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(107 33 168 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-800\/95{--tw-gradient-from: rgb(107 33 168 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(107 33 168 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-900{--tw-gradient-from: #581c87 var(--tw-gradient-from-position);--tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-900\/0{--tw-gradient-from: rgb(88 28 135 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-900\/10{--tw-gradient-from: rgb(88 28 135 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-900\/100{--tw-gradient-from: rgb(88 28 135 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-900\/15{--tw-gradient-from: rgb(88 28 135 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-900\/20{--tw-gradient-from: rgb(88 28 135 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-900\/25{--tw-gradient-from: rgb(88 28 135 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-900\/30{--tw-gradient-from: rgb(88 28 135 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-900\/35{--tw-gradient-from: rgb(88 28 135 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-900\/40{--tw-gradient-from: rgb(88 28 135 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-900\/45{--tw-gradient-from: rgb(88 28 135 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-900\/5{--tw-gradient-from: rgb(88 28 135 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-900\/50{--tw-gradient-from: rgb(88 28 135 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-900\/55{--tw-gradient-from: rgb(88 28 135 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-900\/60{--tw-gradient-from: rgb(88 28 135 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-900\/65{--tw-gradient-from: rgb(88 28 135 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-900\/70{--tw-gradient-from: rgb(88 28 135 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-900\/75{--tw-gradient-from: rgb(88 28 135 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-900\/80{--tw-gradient-from: rgb(88 28 135 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-900\/85{--tw-gradient-from: rgb(88 28 135 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-900\/90{--tw-gradient-from: rgb(88 28 135 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-900\/95{--tw-gradient-from: rgb(88 28 135 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-100{--tw-gradient-from: #fee2e2 var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 226 226 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-100\/0{--tw-gradient-from: rgb(254 226 226 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 226 226 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-100\/10{--tw-gradient-from: rgb(254 226 226 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 226 226 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-100\/100{--tw-gradient-from: rgb(254 226 226 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 226 226 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-100\/15{--tw-gradient-from: rgb(254 226 226 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 226 226 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-100\/20{--tw-gradient-from: rgb(254 226 226 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 226 226 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-100\/25{--tw-gradient-from: rgb(254 226 226 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 226 226 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-100\/30{--tw-gradient-from: rgb(254 226 226 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 226 226 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-100\/35{--tw-gradient-from: rgb(254 226 226 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 226 226 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-100\/40{--tw-gradient-from: rgb(254 226 226 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 226 226 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-100\/45{--tw-gradient-from: rgb(254 226 226 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 226 226 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-100\/5{--tw-gradient-from: rgb(254 226 226 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 226 226 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-100\/50{--tw-gradient-from: rgb(254 226 226 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 226 226 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-100\/55{--tw-gradient-from: rgb(254 226 226 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 226 226 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-100\/60{--tw-gradient-from: rgb(254 226 226 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 226 226 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-100\/65{--tw-gradient-from: rgb(254 226 226 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 226 226 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-100\/70{--tw-gradient-from: rgb(254 226 226 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 226 226 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-100\/75{--tw-gradient-from: rgb(254 226 226 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 226 226 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-100\/80{--tw-gradient-from: rgb(254 226 226 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 226 226 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-100\/85{--tw-gradient-from: rgb(254 226 226 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 226 226 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-100\/90{--tw-gradient-from: rgb(254 226 226 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 226 226 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-100\/95{--tw-gradient-from: rgb(254 226 226 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 226 226 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-200{--tw-gradient-from: #fecaca var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 202 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-200\/0{--tw-gradient-from: rgb(254 202 202 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 202 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-200\/10{--tw-gradient-from: rgb(254 202 202 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 202 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-200\/100{--tw-gradient-from: rgb(254 202 202 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 202 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-200\/15{--tw-gradient-from: rgb(254 202 202 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 202 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-200\/20{--tw-gradient-from: rgb(254 202 202 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 202 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-200\/25{--tw-gradient-from: rgb(254 202 202 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 202 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-200\/30{--tw-gradient-from: rgb(254 202 202 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 202 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-200\/35{--tw-gradient-from: rgb(254 202 202 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 202 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-200\/40{--tw-gradient-from: rgb(254 202 202 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 202 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-200\/45{--tw-gradient-from: rgb(254 202 202 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 202 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-200\/5{--tw-gradient-from: rgb(254 202 202 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 202 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-200\/50{--tw-gradient-from: rgb(254 202 202 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 202 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-200\/55{--tw-gradient-from: rgb(254 202 202 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 202 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-200\/60{--tw-gradient-from: rgb(254 202 202 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 202 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-200\/65{--tw-gradient-from: rgb(254 202 202 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 202 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-200\/70{--tw-gradient-from: rgb(254 202 202 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 202 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-200\/75{--tw-gradient-from: rgb(254 202 202 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 202 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-200\/80{--tw-gradient-from: rgb(254 202 202 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 202 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-200\/85{--tw-gradient-from: rgb(254 202 202 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 202 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-200\/90{--tw-gradient-from: rgb(254 202 202 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 202 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-200\/95{--tw-gradient-from: rgb(254 202 202 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 202 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-300{--tw-gradient-from: #fca5a5 var(--tw-gradient-from-position);--tw-gradient-to: rgb(252 165 165 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-300\/0{--tw-gradient-from: rgb(252 165 165 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(252 165 165 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-300\/10{--tw-gradient-from: rgb(252 165 165 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(252 165 165 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-300\/100{--tw-gradient-from: rgb(252 165 165 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(252 165 165 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-300\/15{--tw-gradient-from: rgb(252 165 165 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(252 165 165 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-300\/20{--tw-gradient-from: rgb(252 165 165 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(252 165 165 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-300\/25{--tw-gradient-from: rgb(252 165 165 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(252 165 165 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-300\/30{--tw-gradient-from: rgb(252 165 165 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(252 165 165 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-300\/35{--tw-gradient-from: rgb(252 165 165 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(252 165 165 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-300\/40{--tw-gradient-from: rgb(252 165 165 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(252 165 165 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-300\/45{--tw-gradient-from: rgb(252 165 165 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(252 165 165 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-300\/5{--tw-gradient-from: rgb(252 165 165 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(252 165 165 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-300\/50{--tw-gradient-from: rgb(252 165 165 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(252 165 165 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-300\/55{--tw-gradient-from: rgb(252 165 165 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(252 165 165 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-300\/60{--tw-gradient-from: rgb(252 165 165 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(252 165 165 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-300\/65{--tw-gradient-from: rgb(252 165 165 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(252 165 165 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-300\/70{--tw-gradient-from: rgb(252 165 165 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(252 165 165 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-300\/75{--tw-gradient-from: rgb(252 165 165 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(252 165 165 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-300\/80{--tw-gradient-from: rgb(252 165 165 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(252 165 165 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-300\/85{--tw-gradient-from: rgb(252 165 165 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(252 165 165 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-300\/90{--tw-gradient-from: rgb(252 165 165 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(252 165 165 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-300\/95{--tw-gradient-from: rgb(252 165 165 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(252 165 165 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-400{--tw-gradient-from: #f87171 var(--tw-gradient-from-position);--tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-400\/0{--tw-gradient-from: rgb(248 113 113 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-400\/10{--tw-gradient-from: rgb(248 113 113 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-400\/100{--tw-gradient-from: rgb(248 113 113 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-400\/15{--tw-gradient-from: rgb(248 113 113 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-400\/20{--tw-gradient-from: rgb(248 113 113 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-400\/25{--tw-gradient-from: rgb(248 113 113 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-400\/30{--tw-gradient-from: rgb(248 113 113 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-400\/35{--tw-gradient-from: rgb(248 113 113 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-400\/40{--tw-gradient-from: rgb(248 113 113 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-400\/45{--tw-gradient-from: rgb(248 113 113 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-400\/5{--tw-gradient-from: rgb(248 113 113 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-400\/50{--tw-gradient-from: rgb(248 113 113 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-400\/55{--tw-gradient-from: rgb(248 113 113 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-400\/60{--tw-gradient-from: rgb(248 113 113 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-400\/65{--tw-gradient-from: rgb(248 113 113 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-400\/70{--tw-gradient-from: rgb(248 113 113 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-400\/75{--tw-gradient-from: rgb(248 113 113 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-400\/80{--tw-gradient-from: rgb(248 113 113 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-400\/85{--tw-gradient-from: rgb(248 113 113 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-400\/90{--tw-gradient-from: rgb(248 113 113 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-400\/95{--tw-gradient-from: rgb(248 113 113 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-50{--tw-gradient-from: #fef2f2 var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-50\/0{--tw-gradient-from: rgb(254 242 242 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-50\/10{--tw-gradient-from: rgb(254 242 242 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-50\/100{--tw-gradient-from: rgb(254 242 242 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-50\/15{--tw-gradient-from: rgb(254 242 242 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-50\/20{--tw-gradient-from: rgb(254 242 242 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-50\/25{--tw-gradient-from: rgb(254 242 242 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-50\/30{--tw-gradient-from: rgb(254 242 242 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-50\/35{--tw-gradient-from: rgb(254 242 242 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-50\/40{--tw-gradient-from: rgb(254 242 242 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-50\/45{--tw-gradient-from: rgb(254 242 242 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-50\/5{--tw-gradient-from: rgb(254 242 242 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-50\/50{--tw-gradient-from: rgb(254 242 242 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-50\/55{--tw-gradient-from: rgb(254 242 242 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-50\/60{--tw-gradient-from: rgb(254 242 242 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-50\/65{--tw-gradient-from: rgb(254 242 242 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-50\/70{--tw-gradient-from: rgb(254 242 242 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-50\/75{--tw-gradient-from: rgb(254 242 242 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-50\/80{--tw-gradient-from: rgb(254 242 242 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-50\/85{--tw-gradient-from: rgb(254 242 242 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-50\/90{--tw-gradient-from: rgb(254 242 242 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-50\/95{--tw-gradient-from: rgb(254 242 242 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-500{--tw-gradient-from: #ef4444 var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-500\/0{--tw-gradient-from: rgb(239 68 68 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-500\/10{--tw-gradient-from: rgb(239 68 68 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-500\/100{--tw-gradient-from: rgb(239 68 68 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-500\/15{--tw-gradient-from: rgb(239 68 68 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-500\/20{--tw-gradient-from: rgb(239 68 68 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-500\/25{--tw-gradient-from: rgb(239 68 68 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-500\/30{--tw-gradient-from: rgb(239 68 68 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-500\/35{--tw-gradient-from: rgb(239 68 68 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-500\/40{--tw-gradient-from: rgb(239 68 68 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-500\/45{--tw-gradient-from: rgb(239 68 68 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-500\/5{--tw-gradient-from: rgb(239 68 68 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-500\/50{--tw-gradient-from: rgb(239 68 68 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-500\/55{--tw-gradient-from: rgb(239 68 68 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-500\/60{--tw-gradient-from: rgb(239 68 68 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-500\/65{--tw-gradient-from: rgb(239 68 68 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-500\/70{--tw-gradient-from: rgb(239 68 68 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-500\/75{--tw-gradient-from: rgb(239 68 68 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-500\/80{--tw-gradient-from: rgb(239 68 68 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-500\/85{--tw-gradient-from: rgb(239 68 68 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-500\/90{--tw-gradient-from: rgb(239 68 68 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-500\/95{--tw-gradient-from: rgb(239 68 68 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-600{--tw-gradient-from: #dc2626 var(--tw-gradient-from-position);--tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-600\/0{--tw-gradient-from: rgb(220 38 38 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-600\/10{--tw-gradient-from: rgb(220 38 38 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-600\/100{--tw-gradient-from: rgb(220 38 38 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-600\/15{--tw-gradient-from: rgb(220 38 38 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-600\/20{--tw-gradient-from: rgb(220 38 38 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-600\/25{--tw-gradient-from: rgb(220 38 38 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-600\/30{--tw-gradient-from: rgb(220 38 38 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-600\/35{--tw-gradient-from: rgb(220 38 38 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-600\/40{--tw-gradient-from: rgb(220 38 38 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-600\/45{--tw-gradient-from: rgb(220 38 38 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-600\/5{--tw-gradient-from: rgb(220 38 38 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-600\/50{--tw-gradient-from: rgb(220 38 38 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-600\/55{--tw-gradient-from: rgb(220 38 38 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-600\/60{--tw-gradient-from: rgb(220 38 38 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-600\/65{--tw-gradient-from: rgb(220 38 38 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-600\/70{--tw-gradient-from: rgb(220 38 38 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-600\/75{--tw-gradient-from: rgb(220 38 38 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-600\/80{--tw-gradient-from: rgb(220 38 38 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-600\/85{--tw-gradient-from: rgb(220 38 38 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-600\/90{--tw-gradient-from: rgb(220 38 38 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-600\/95{--tw-gradient-from: rgb(220 38 38 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-700{--tw-gradient-from: #b91c1c var(--tw-gradient-from-position);--tw-gradient-to: rgb(185 28 28 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-700\/0{--tw-gradient-from: rgb(185 28 28 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(185 28 28 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-700\/10{--tw-gradient-from: rgb(185 28 28 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(185 28 28 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-700\/100{--tw-gradient-from: rgb(185 28 28 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(185 28 28 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-700\/15{--tw-gradient-from: rgb(185 28 28 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(185 28 28 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-700\/20{--tw-gradient-from: rgb(185 28 28 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(185 28 28 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-700\/25{--tw-gradient-from: rgb(185 28 28 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(185 28 28 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-700\/30{--tw-gradient-from: rgb(185 28 28 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(185 28 28 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-700\/35{--tw-gradient-from: rgb(185 28 28 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(185 28 28 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-700\/40{--tw-gradient-from: rgb(185 28 28 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(185 28 28 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-700\/45{--tw-gradient-from: rgb(185 28 28 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(185 28 28 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-700\/5{--tw-gradient-from: rgb(185 28 28 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(185 28 28 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-700\/50{--tw-gradient-from: rgb(185 28 28 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(185 28 28 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-700\/55{--tw-gradient-from: rgb(185 28 28 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(185 28 28 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-700\/60{--tw-gradient-from: rgb(185 28 28 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(185 28 28 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-700\/65{--tw-gradient-from: rgb(185 28 28 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(185 28 28 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-700\/70{--tw-gradient-from: rgb(185 28 28 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(185 28 28 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-700\/75{--tw-gradient-from: rgb(185 28 28 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(185 28 28 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-700\/80{--tw-gradient-from: rgb(185 28 28 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(185 28 28 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-700\/85{--tw-gradient-from: rgb(185 28 28 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(185 28 28 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-700\/90{--tw-gradient-from: rgb(185 28 28 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(185 28 28 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-700\/95{--tw-gradient-from: rgb(185 28 28 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(185 28 28 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-800{--tw-gradient-from: #991b1b var(--tw-gradient-from-position);--tw-gradient-to: rgb(153 27 27 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-800\/0{--tw-gradient-from: rgb(153 27 27 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(153 27 27 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-800\/10{--tw-gradient-from: rgb(153 27 27 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(153 27 27 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-800\/100{--tw-gradient-from: rgb(153 27 27 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(153 27 27 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-800\/15{--tw-gradient-from: rgb(153 27 27 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(153 27 27 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-800\/20{--tw-gradient-from: rgb(153 27 27 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(153 27 27 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-800\/25{--tw-gradient-from: rgb(153 27 27 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(153 27 27 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-800\/30{--tw-gradient-from: rgb(153 27 27 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(153 27 27 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-800\/35{--tw-gradient-from: rgb(153 27 27 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(153 27 27 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-800\/40{--tw-gradient-from: rgb(153 27 27 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(153 27 27 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-800\/45{--tw-gradient-from: rgb(153 27 27 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(153 27 27 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-800\/5{--tw-gradient-from: rgb(153 27 27 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(153 27 27 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-800\/50{--tw-gradient-from: rgb(153 27 27 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(153 27 27 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-800\/55{--tw-gradient-from: rgb(153 27 27 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(153 27 27 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-800\/60{--tw-gradient-from: rgb(153 27 27 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(153 27 27 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-800\/65{--tw-gradient-from: rgb(153 27 27 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(153 27 27 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-800\/70{--tw-gradient-from: rgb(153 27 27 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(153 27 27 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-800\/75{--tw-gradient-from: rgb(153 27 27 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(153 27 27 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-800\/80{--tw-gradient-from: rgb(153 27 27 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(153 27 27 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-800\/85{--tw-gradient-from: rgb(153 27 27 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(153 27 27 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-800\/90{--tw-gradient-from: rgb(153 27 27 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(153 27 27 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-800\/95{--tw-gradient-from: rgb(153 27 27 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(153 27 27 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-900{--tw-gradient-from: #7f1d1d var(--tw-gradient-from-position);--tw-gradient-to: rgb(127 29 29 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-900\/0{--tw-gradient-from: rgb(127 29 29 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(127 29 29 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-900\/10{--tw-gradient-from: rgb(127 29 29 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(127 29 29 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-900\/100{--tw-gradient-from: rgb(127 29 29 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(127 29 29 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-900\/15{--tw-gradient-from: rgb(127 29 29 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(127 29 29 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-900\/20{--tw-gradient-from: rgb(127 29 29 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(127 29 29 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-900\/25{--tw-gradient-from: rgb(127 29 29 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(127 29 29 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-900\/30{--tw-gradient-from: rgb(127 29 29 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(127 29 29 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-900\/35{--tw-gradient-from: rgb(127 29 29 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(127 29 29 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-900\/40{--tw-gradient-from: rgb(127 29 29 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(127 29 29 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-900\/45{--tw-gradient-from: rgb(127 29 29 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(127 29 29 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-900\/5{--tw-gradient-from: rgb(127 29 29 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(127 29 29 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-900\/50{--tw-gradient-from: rgb(127 29 29 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(127 29 29 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-900\/55{--tw-gradient-from: rgb(127 29 29 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(127 29 29 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-900\/60{--tw-gradient-from: rgb(127 29 29 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(127 29 29 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-900\/65{--tw-gradient-from: rgb(127 29 29 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(127 29 29 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-900\/70{--tw-gradient-from: rgb(127 29 29 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(127 29 29 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-900\/75{--tw-gradient-from: rgb(127 29 29 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(127 29 29 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-900\/80{--tw-gradient-from: rgb(127 29 29 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(127 29 29 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-900\/85{--tw-gradient-from: rgb(127 29 29 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(127 29 29 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-900\/90{--tw-gradient-from: rgb(127 29 29 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(127 29 29 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-900\/95{--tw-gradient-from: rgb(127 29 29 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(127 29 29 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-100{--tw-gradient-from: #ccfbf1 var(--tw-gradient-from-position);--tw-gradient-to: rgb(204 251 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-100\/0{--tw-gradient-from: rgb(204 251 241 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(204 251 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-100\/10{--tw-gradient-from: rgb(204 251 241 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(204 251 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-100\/100{--tw-gradient-from: rgb(204 251 241 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(204 251 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-100\/15{--tw-gradient-from: rgb(204 251 241 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(204 251 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-100\/20{--tw-gradient-from: rgb(204 251 241 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(204 251 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-100\/25{--tw-gradient-from: rgb(204 251 241 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(204 251 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-100\/30{--tw-gradient-from: rgb(204 251 241 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(204 251 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-100\/35{--tw-gradient-from: rgb(204 251 241 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(204 251 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-100\/40{--tw-gradient-from: rgb(204 251 241 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(204 251 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-100\/45{--tw-gradient-from: rgb(204 251 241 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(204 251 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-100\/5{--tw-gradient-from: rgb(204 251 241 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(204 251 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-100\/50{--tw-gradient-from: rgb(204 251 241 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(204 251 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-100\/55{--tw-gradient-from: rgb(204 251 241 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(204 251 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-100\/60{--tw-gradient-from: rgb(204 251 241 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(204 251 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-100\/65{--tw-gradient-from: rgb(204 251 241 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(204 251 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-100\/70{--tw-gradient-from: rgb(204 251 241 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(204 251 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-100\/75{--tw-gradient-from: rgb(204 251 241 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(204 251 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-100\/80{--tw-gradient-from: rgb(204 251 241 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(204 251 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-100\/85{--tw-gradient-from: rgb(204 251 241 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(204 251 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-100\/90{--tw-gradient-from: rgb(204 251 241 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(204 251 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-100\/95{--tw-gradient-from: rgb(204 251 241 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(204 251 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-200{--tw-gradient-from: #99f6e4 var(--tw-gradient-from-position);--tw-gradient-to: rgb(153 246 228 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-200\/0{--tw-gradient-from: rgb(153 246 228 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(153 246 228 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-200\/10{--tw-gradient-from: rgb(153 246 228 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(153 246 228 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-200\/100{--tw-gradient-from: rgb(153 246 228 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(153 246 228 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-200\/15{--tw-gradient-from: rgb(153 246 228 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(153 246 228 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-200\/20{--tw-gradient-from: rgb(153 246 228 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(153 246 228 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-200\/25{--tw-gradient-from: rgb(153 246 228 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(153 246 228 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-200\/30{--tw-gradient-from: rgb(153 246 228 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(153 246 228 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-200\/35{--tw-gradient-from: rgb(153 246 228 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(153 246 228 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-200\/40{--tw-gradient-from: rgb(153 246 228 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(153 246 228 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-200\/45{--tw-gradient-from: rgb(153 246 228 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(153 246 228 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-200\/5{--tw-gradient-from: rgb(153 246 228 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(153 246 228 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-200\/50{--tw-gradient-from: rgb(153 246 228 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(153 246 228 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-200\/55{--tw-gradient-from: rgb(153 246 228 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(153 246 228 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-200\/60{--tw-gradient-from: rgb(153 246 228 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(153 246 228 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-200\/65{--tw-gradient-from: rgb(153 246 228 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(153 246 228 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-200\/70{--tw-gradient-from: rgb(153 246 228 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(153 246 228 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-200\/75{--tw-gradient-from: rgb(153 246 228 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(153 246 228 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-200\/80{--tw-gradient-from: rgb(153 246 228 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(153 246 228 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-200\/85{--tw-gradient-from: rgb(153 246 228 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(153 246 228 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-200\/90{--tw-gradient-from: rgb(153 246 228 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(153 246 228 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-200\/95{--tw-gradient-from: rgb(153 246 228 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(153 246 228 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-300{--tw-gradient-from: #5eead4 var(--tw-gradient-from-position);--tw-gradient-to: rgb(94 234 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-300\/0{--tw-gradient-from: rgb(94 234 212 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(94 234 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-300\/10{--tw-gradient-from: rgb(94 234 212 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(94 234 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-300\/100{--tw-gradient-from: rgb(94 234 212 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(94 234 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-300\/15{--tw-gradient-from: rgb(94 234 212 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(94 234 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-300\/20{--tw-gradient-from: rgb(94 234 212 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(94 234 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-300\/25{--tw-gradient-from: rgb(94 234 212 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(94 234 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-300\/30{--tw-gradient-from: rgb(94 234 212 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(94 234 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-300\/35{--tw-gradient-from: rgb(94 234 212 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(94 234 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-300\/40{--tw-gradient-from: rgb(94 234 212 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(94 234 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-300\/45{--tw-gradient-from: rgb(94 234 212 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(94 234 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-300\/5{--tw-gradient-from: rgb(94 234 212 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(94 234 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-300\/50{--tw-gradient-from: rgb(94 234 212 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(94 234 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-300\/55{--tw-gradient-from: rgb(94 234 212 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(94 234 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-300\/60{--tw-gradient-from: rgb(94 234 212 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(94 234 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-300\/65{--tw-gradient-from: rgb(94 234 212 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(94 234 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-300\/70{--tw-gradient-from: rgb(94 234 212 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(94 234 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-300\/75{--tw-gradient-from: rgb(94 234 212 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(94 234 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-300\/80{--tw-gradient-from: rgb(94 234 212 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(94 234 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-300\/85{--tw-gradient-from: rgb(94 234 212 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(94 234 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-300\/90{--tw-gradient-from: rgb(94 234 212 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(94 234 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-300\/95{--tw-gradient-from: rgb(94 234 212 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(94 234 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-400{--tw-gradient-from: #2dd4bf var(--tw-gradient-from-position);--tw-gradient-to: rgb(45 212 191 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-400\/0{--tw-gradient-from: rgb(45 212 191 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(45 212 191 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-400\/10{--tw-gradient-from: rgb(45 212 191 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(45 212 191 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-400\/100{--tw-gradient-from: rgb(45 212 191 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(45 212 191 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-400\/15{--tw-gradient-from: rgb(45 212 191 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(45 212 191 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-400\/20{--tw-gradient-from: rgb(45 212 191 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(45 212 191 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-400\/25{--tw-gradient-from: rgb(45 212 191 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(45 212 191 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-400\/30{--tw-gradient-from: rgb(45 212 191 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(45 212 191 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-400\/35{--tw-gradient-from: rgb(45 212 191 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(45 212 191 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-400\/40{--tw-gradient-from: rgb(45 212 191 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(45 212 191 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-400\/45{--tw-gradient-from: rgb(45 212 191 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(45 212 191 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-400\/5{--tw-gradient-from: rgb(45 212 191 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(45 212 191 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-400\/50{--tw-gradient-from: rgb(45 212 191 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(45 212 191 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-400\/55{--tw-gradient-from: rgb(45 212 191 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(45 212 191 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-400\/60{--tw-gradient-from: rgb(45 212 191 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(45 212 191 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-400\/65{--tw-gradient-from: rgb(45 212 191 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(45 212 191 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-400\/70{--tw-gradient-from: rgb(45 212 191 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(45 212 191 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-400\/75{--tw-gradient-from: rgb(45 212 191 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(45 212 191 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-400\/80{--tw-gradient-from: rgb(45 212 191 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(45 212 191 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-400\/85{--tw-gradient-from: rgb(45 212 191 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(45 212 191 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-400\/90{--tw-gradient-from: rgb(45 212 191 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(45 212 191 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-400\/95{--tw-gradient-from: rgb(45 212 191 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(45 212 191 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-50{--tw-gradient-from: #f0fdfa var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 253 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-50\/0{--tw-gradient-from: rgb(240 253 250 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 253 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-50\/10{--tw-gradient-from: rgb(240 253 250 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 253 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-50\/100{--tw-gradient-from: rgb(240 253 250 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 253 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-50\/15{--tw-gradient-from: rgb(240 253 250 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 253 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-50\/20{--tw-gradient-from: rgb(240 253 250 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 253 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-50\/25{--tw-gradient-from: rgb(240 253 250 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 253 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-50\/30{--tw-gradient-from: rgb(240 253 250 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 253 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-50\/35{--tw-gradient-from: rgb(240 253 250 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 253 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-50\/40{--tw-gradient-from: rgb(240 253 250 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 253 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-50\/45{--tw-gradient-from: rgb(240 253 250 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 253 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-50\/5{--tw-gradient-from: rgb(240 253 250 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 253 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-50\/50{--tw-gradient-from: rgb(240 253 250 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 253 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-50\/55{--tw-gradient-from: rgb(240 253 250 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 253 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-50\/60{--tw-gradient-from: rgb(240 253 250 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 253 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-50\/65{--tw-gradient-from: rgb(240 253 250 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 253 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-50\/70{--tw-gradient-from: rgb(240 253 250 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 253 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-50\/75{--tw-gradient-from: rgb(240 253 250 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 253 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-50\/80{--tw-gradient-from: rgb(240 253 250 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 253 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-50\/85{--tw-gradient-from: rgb(240 253 250 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 253 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-50\/90{--tw-gradient-from: rgb(240 253 250 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 253 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-50\/95{--tw-gradient-from: rgb(240 253 250 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 253 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-500{--tw-gradient-from: #14b8a6 var(--tw-gradient-from-position);--tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-500\/0{--tw-gradient-from: rgb(20 184 166 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-500\/10{--tw-gradient-from: rgb(20 184 166 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-500\/100{--tw-gradient-from: rgb(20 184 166 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-500\/15{--tw-gradient-from: rgb(20 184 166 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-500\/20{--tw-gradient-from: rgb(20 184 166 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-500\/25{--tw-gradient-from: rgb(20 184 166 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-500\/30{--tw-gradient-from: rgb(20 184 166 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-500\/35{--tw-gradient-from: rgb(20 184 166 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-500\/40{--tw-gradient-from: rgb(20 184 166 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-500\/45{--tw-gradient-from: rgb(20 184 166 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-500\/5{--tw-gradient-from: rgb(20 184 166 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-500\/50{--tw-gradient-from: rgb(20 184 166 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-500\/55{--tw-gradient-from: rgb(20 184 166 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-500\/60{--tw-gradient-from: rgb(20 184 166 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-500\/65{--tw-gradient-from: rgb(20 184 166 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-500\/70{--tw-gradient-from: rgb(20 184 166 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-500\/75{--tw-gradient-from: rgb(20 184 166 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-500\/80{--tw-gradient-from: rgb(20 184 166 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-500\/85{--tw-gradient-from: rgb(20 184 166 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-500\/90{--tw-gradient-from: rgb(20 184 166 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-500\/95{--tw-gradient-from: rgb(20 184 166 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-600{--tw-gradient-from: #0d9488 var(--tw-gradient-from-position);--tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-600\/0{--tw-gradient-from: rgb(13 148 136 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-600\/10{--tw-gradient-from: rgb(13 148 136 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-600\/100{--tw-gradient-from: rgb(13 148 136 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-600\/15{--tw-gradient-from: rgb(13 148 136 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-600\/20{--tw-gradient-from: rgb(13 148 136 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-600\/25{--tw-gradient-from: rgb(13 148 136 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-600\/30{--tw-gradient-from: rgb(13 148 136 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-600\/35{--tw-gradient-from: rgb(13 148 136 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-600\/40{--tw-gradient-from: rgb(13 148 136 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-600\/45{--tw-gradient-from: rgb(13 148 136 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-600\/5{--tw-gradient-from: rgb(13 148 136 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-600\/50{--tw-gradient-from: rgb(13 148 136 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-600\/55{--tw-gradient-from: rgb(13 148 136 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-600\/60{--tw-gradient-from: rgb(13 148 136 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-600\/65{--tw-gradient-from: rgb(13 148 136 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-600\/70{--tw-gradient-from: rgb(13 148 136 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-600\/75{--tw-gradient-from: rgb(13 148 136 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-600\/80{--tw-gradient-from: rgb(13 148 136 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-600\/85{--tw-gradient-from: rgb(13 148 136 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-600\/90{--tw-gradient-from: rgb(13 148 136 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-600\/95{--tw-gradient-from: rgb(13 148 136 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-700{--tw-gradient-from: #0f766e var(--tw-gradient-from-position);--tw-gradient-to: rgb(15 118 110 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-700\/0{--tw-gradient-from: rgb(15 118 110 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(15 118 110 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-700\/10{--tw-gradient-from: rgb(15 118 110 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(15 118 110 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-700\/100{--tw-gradient-from: rgb(15 118 110 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(15 118 110 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-700\/15{--tw-gradient-from: rgb(15 118 110 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(15 118 110 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-700\/20{--tw-gradient-from: rgb(15 118 110 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(15 118 110 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-700\/25{--tw-gradient-from: rgb(15 118 110 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(15 118 110 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-700\/30{--tw-gradient-from: rgb(15 118 110 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(15 118 110 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-700\/35{--tw-gradient-from: rgb(15 118 110 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(15 118 110 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-700\/40{--tw-gradient-from: rgb(15 118 110 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(15 118 110 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-700\/45{--tw-gradient-from: rgb(15 118 110 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(15 118 110 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-700\/5{--tw-gradient-from: rgb(15 118 110 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(15 118 110 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-700\/50{--tw-gradient-from: rgb(15 118 110 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(15 118 110 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-700\/55{--tw-gradient-from: rgb(15 118 110 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(15 118 110 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-700\/60{--tw-gradient-from: rgb(15 118 110 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(15 118 110 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-700\/65{--tw-gradient-from: rgb(15 118 110 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(15 118 110 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-700\/70{--tw-gradient-from: rgb(15 118 110 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(15 118 110 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-700\/75{--tw-gradient-from: rgb(15 118 110 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(15 118 110 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-700\/80{--tw-gradient-from: rgb(15 118 110 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(15 118 110 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-700\/85{--tw-gradient-from: rgb(15 118 110 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(15 118 110 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-700\/90{--tw-gradient-from: rgb(15 118 110 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(15 118 110 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-700\/95{--tw-gradient-from: rgb(15 118 110 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(15 118 110 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-800{--tw-gradient-from: #115e59 var(--tw-gradient-from-position);--tw-gradient-to: rgb(17 94 89 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-800\/0{--tw-gradient-from: rgb(17 94 89 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(17 94 89 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-800\/10{--tw-gradient-from: rgb(17 94 89 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(17 94 89 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-800\/100{--tw-gradient-from: rgb(17 94 89 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(17 94 89 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-800\/15{--tw-gradient-from: rgb(17 94 89 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(17 94 89 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-800\/20{--tw-gradient-from: rgb(17 94 89 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(17 94 89 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-800\/25{--tw-gradient-from: rgb(17 94 89 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(17 94 89 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-800\/30{--tw-gradient-from: rgb(17 94 89 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(17 94 89 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-800\/35{--tw-gradient-from: rgb(17 94 89 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(17 94 89 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-800\/40{--tw-gradient-from: rgb(17 94 89 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(17 94 89 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-800\/45{--tw-gradient-from: rgb(17 94 89 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(17 94 89 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-800\/5{--tw-gradient-from: rgb(17 94 89 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(17 94 89 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-800\/50{--tw-gradient-from: rgb(17 94 89 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(17 94 89 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-800\/55{--tw-gradient-from: rgb(17 94 89 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(17 94 89 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-800\/60{--tw-gradient-from: rgb(17 94 89 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(17 94 89 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-800\/65{--tw-gradient-from: rgb(17 94 89 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(17 94 89 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-800\/70{--tw-gradient-from: rgb(17 94 89 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(17 94 89 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-800\/75{--tw-gradient-from: rgb(17 94 89 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(17 94 89 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-800\/80{--tw-gradient-from: rgb(17 94 89 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(17 94 89 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-800\/85{--tw-gradient-from: rgb(17 94 89 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(17 94 89 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-800\/90{--tw-gradient-from: rgb(17 94 89 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(17 94 89 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-800\/95{--tw-gradient-from: rgb(17 94 89 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(17 94 89 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-900{--tw-gradient-from: #134e4a var(--tw-gradient-from-position);--tw-gradient-to: rgb(19 78 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-900\/0{--tw-gradient-from: rgb(19 78 74 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(19 78 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-900\/10{--tw-gradient-from: rgb(19 78 74 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(19 78 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-900\/100{--tw-gradient-from: rgb(19 78 74 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(19 78 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-900\/15{--tw-gradient-from: rgb(19 78 74 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(19 78 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-900\/20{--tw-gradient-from: rgb(19 78 74 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(19 78 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-900\/25{--tw-gradient-from: rgb(19 78 74 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(19 78 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-900\/30{--tw-gradient-from: rgb(19 78 74 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(19 78 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-900\/35{--tw-gradient-from: rgb(19 78 74 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(19 78 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-900\/40{--tw-gradient-from: rgb(19 78 74 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(19 78 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-900\/45{--tw-gradient-from: rgb(19 78 74 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(19 78 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-900\/5{--tw-gradient-from: rgb(19 78 74 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(19 78 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-900\/50{--tw-gradient-from: rgb(19 78 74 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(19 78 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-900\/55{--tw-gradient-from: rgb(19 78 74 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(19 78 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-900\/60{--tw-gradient-from: rgb(19 78 74 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(19 78 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-900\/65{--tw-gradient-from: rgb(19 78 74 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(19 78 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-900\/70{--tw-gradient-from: rgb(19 78 74 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(19 78 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-900\/75{--tw-gradient-from: rgb(19 78 74 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(19 78 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-900\/80{--tw-gradient-from: rgb(19 78 74 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(19 78 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-900\/85{--tw-gradient-from: rgb(19 78 74 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(19 78 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-900\/90{--tw-gradient-from: rgb(19 78 74 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(19 78 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-900\/95{--tw-gradient-from: rgb(19 78 74 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(19 78 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-transparent{--tw-gradient-from: transparent var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-white{--tw-gradient-from: #fff var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-white\/10{--tw-gradient-from: rgb(255 255 255 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100{--tw-gradient-from: #fef9c3 var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/0{--tw-gradient-from: rgb(254 249 195 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/10{--tw-gradient-from: rgb(254 249 195 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/100{--tw-gradient-from: rgb(254 249 195 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/15{--tw-gradient-from: rgb(254 249 195 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/20{--tw-gradient-from: rgb(254 249 195 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/25{--tw-gradient-from: rgb(254 249 195 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/30{--tw-gradient-from: rgb(254 249 195 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/35{--tw-gradient-from: rgb(254 249 195 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/40{--tw-gradient-from: rgb(254 249 195 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/45{--tw-gradient-from: rgb(254 249 195 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/5{--tw-gradient-from: rgb(254 249 195 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/50{--tw-gradient-from: rgb(254 249 195 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/55{--tw-gradient-from: rgb(254 249 195 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/60{--tw-gradient-from: rgb(254 249 195 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/65{--tw-gradient-from: rgb(254 249 195 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/70{--tw-gradient-from: rgb(254 249 195 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/75{--tw-gradient-from: rgb(254 249 195 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/80{--tw-gradient-from: rgb(254 249 195 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/85{--tw-gradient-from: rgb(254 249 195 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/90{--tw-gradient-from: rgb(254 249 195 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/95{--tw-gradient-from: rgb(254 249 195 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200{--tw-gradient-from: #fef08a var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/0{--tw-gradient-from: rgb(254 240 138 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/10{--tw-gradient-from: rgb(254 240 138 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/100{--tw-gradient-from: rgb(254 240 138 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/15{--tw-gradient-from: rgb(254 240 138 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/20{--tw-gradient-from: rgb(254 240 138 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/25{--tw-gradient-from: rgb(254 240 138 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/30{--tw-gradient-from: rgb(254 240 138 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/35{--tw-gradient-from: rgb(254 240 138 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/40{--tw-gradient-from: rgb(254 240 138 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/45{--tw-gradient-from: rgb(254 240 138 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/5{--tw-gradient-from: rgb(254 240 138 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/50{--tw-gradient-from: rgb(254 240 138 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/55{--tw-gradient-from: rgb(254 240 138 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/60{--tw-gradient-from: rgb(254 240 138 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/65{--tw-gradient-from: rgb(254 240 138 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/70{--tw-gradient-from: rgb(254 240 138 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/75{--tw-gradient-from: rgb(254 240 138 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/80{--tw-gradient-from: rgb(254 240 138 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/85{--tw-gradient-from: rgb(254 240 138 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/90{--tw-gradient-from: rgb(254 240 138 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/95{--tw-gradient-from: rgb(254 240 138 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300{--tw-gradient-from: #fde047 var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/0{--tw-gradient-from: rgb(253 224 71 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/10{--tw-gradient-from: rgb(253 224 71 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/100{--tw-gradient-from: rgb(253 224 71 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/15{--tw-gradient-from: rgb(253 224 71 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/20{--tw-gradient-from: rgb(253 224 71 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/25{--tw-gradient-from: rgb(253 224 71 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/30{--tw-gradient-from: rgb(253 224 71 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/35{--tw-gradient-from: rgb(253 224 71 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/40{--tw-gradient-from: rgb(253 224 71 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/45{--tw-gradient-from: rgb(253 224 71 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/5{--tw-gradient-from: rgb(253 224 71 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/50{--tw-gradient-from: rgb(253 224 71 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/55{--tw-gradient-from: rgb(253 224 71 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/60{--tw-gradient-from: rgb(253 224 71 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/65{--tw-gradient-from: rgb(253 224 71 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/70{--tw-gradient-from: rgb(253 224 71 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/75{--tw-gradient-from: rgb(253 224 71 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/80{--tw-gradient-from: rgb(253 224 71 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/85{--tw-gradient-from: rgb(253 224 71 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/90{--tw-gradient-from: rgb(253 224 71 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/95{--tw-gradient-from: rgb(253 224 71 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400{--tw-gradient-from: #facc15 var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/0{--tw-gradient-from: rgb(250 204 21 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/10{--tw-gradient-from: rgb(250 204 21 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/100{--tw-gradient-from: rgb(250 204 21 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/15{--tw-gradient-from: rgb(250 204 21 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/20{--tw-gradient-from: rgb(250 204 21 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/25{--tw-gradient-from: rgb(250 204 21 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/30{--tw-gradient-from: rgb(250 204 21 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/35{--tw-gradient-from: rgb(250 204 21 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/40{--tw-gradient-from: rgb(250 204 21 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/45{--tw-gradient-from: rgb(250 204 21 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/5{--tw-gradient-from: rgb(250 204 21 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/50{--tw-gradient-from: rgb(250 204 21 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/55{--tw-gradient-from: rgb(250 204 21 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/60{--tw-gradient-from: rgb(250 204 21 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/65{--tw-gradient-from: rgb(250 204 21 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/70{--tw-gradient-from: rgb(250 204 21 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/75{--tw-gradient-from: rgb(250 204 21 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/80{--tw-gradient-from: rgb(250 204 21 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/85{--tw-gradient-from: rgb(250 204 21 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/90{--tw-gradient-from: rgb(250 204 21 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/95{--tw-gradient-from: rgb(250 204 21 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50{--tw-gradient-from: #fefce8 var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50\/0{--tw-gradient-from: rgb(254 252 232 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50\/10{--tw-gradient-from: rgb(254 252 232 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50\/100{--tw-gradient-from: rgb(254 252 232 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50\/15{--tw-gradient-from: rgb(254 252 232 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50\/20{--tw-gradient-from: rgb(254 252 232 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50\/25{--tw-gradient-from: rgb(254 252 232 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50\/30{--tw-gradient-from: rgb(254 252 232 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50\/35{--tw-gradient-from: rgb(254 252 232 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50\/40{--tw-gradient-from: rgb(254 252 232 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50\/45{--tw-gradient-from: rgb(254 252 232 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50\/5{--tw-gradient-from: rgb(254 252 232 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50\/50{--tw-gradient-from: rgb(254 252 232 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50\/55{--tw-gradient-from: rgb(254 252 232 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50\/60{--tw-gradient-from: rgb(254 252 232 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50\/65{--tw-gradient-from: rgb(254 252 232 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50\/70{--tw-gradient-from: rgb(254 252 232 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50\/75{--tw-gradient-from: rgb(254 252 232 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50\/80{--tw-gradient-from: rgb(254 252 232 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50\/85{--tw-gradient-from: rgb(254 252 232 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50\/90{--tw-gradient-from: rgb(254 252 232 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50\/95{--tw-gradient-from: rgb(254 252 232 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500{--tw-gradient-from: #eab308 var(--tw-gradient-from-position);--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/0{--tw-gradient-from: rgb(234 179 8 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/10{--tw-gradient-from: rgb(234 179 8 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/100{--tw-gradient-from: rgb(234 179 8 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/15{--tw-gradient-from: rgb(234 179 8 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/20{--tw-gradient-from: rgb(234 179 8 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/25{--tw-gradient-from: rgb(234 179 8 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/30{--tw-gradient-from: rgb(234 179 8 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/35{--tw-gradient-from: rgb(234 179 8 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/40{--tw-gradient-from: rgb(234 179 8 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/45{--tw-gradient-from: rgb(234 179 8 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/5{--tw-gradient-from: rgb(234 179 8 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/50{--tw-gradient-from: rgb(234 179 8 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/55{--tw-gradient-from: rgb(234 179 8 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/60{--tw-gradient-from: rgb(234 179 8 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/65{--tw-gradient-from: rgb(234 179 8 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/70{--tw-gradient-from: rgb(234 179 8 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/75{--tw-gradient-from: rgb(234 179 8 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/80{--tw-gradient-from: rgb(234 179 8 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/85{--tw-gradient-from: rgb(234 179 8 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/90{--tw-gradient-from: rgb(234 179 8 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/95{--tw-gradient-from: rgb(234 179 8 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600{--tw-gradient-from: #ca8a04 var(--tw-gradient-from-position);--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/0{--tw-gradient-from: rgb(202 138 4 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/10{--tw-gradient-from: rgb(202 138 4 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/100{--tw-gradient-from: rgb(202 138 4 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/15{--tw-gradient-from: rgb(202 138 4 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/20{--tw-gradient-from: rgb(202 138 4 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/25{--tw-gradient-from: rgb(202 138 4 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/30{--tw-gradient-from: rgb(202 138 4 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/35{--tw-gradient-from: rgb(202 138 4 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/40{--tw-gradient-from: rgb(202 138 4 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/45{--tw-gradient-from: rgb(202 138 4 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/5{--tw-gradient-from: rgb(202 138 4 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/50{--tw-gradient-from: rgb(202 138 4 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/55{--tw-gradient-from: rgb(202 138 4 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/60{--tw-gradient-from: rgb(202 138 4 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/65{--tw-gradient-from: rgb(202 138 4 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/70{--tw-gradient-from: rgb(202 138 4 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/75{--tw-gradient-from: rgb(202 138 4 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/80{--tw-gradient-from: rgb(202 138 4 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/85{--tw-gradient-from: rgb(202 138 4 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/90{--tw-gradient-from: rgb(202 138 4 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/95{--tw-gradient-from: rgb(202 138 4 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700{--tw-gradient-from: #a16207 var(--tw-gradient-from-position);--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700\/0{--tw-gradient-from: rgb(161 98 7 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700\/10{--tw-gradient-from: rgb(161 98 7 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700\/100{--tw-gradient-from: rgb(161 98 7 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700\/15{--tw-gradient-from: rgb(161 98 7 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700\/20{--tw-gradient-from: rgb(161 98 7 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700\/25{--tw-gradient-from: rgb(161 98 7 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700\/30{--tw-gradient-from: rgb(161 98 7 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700\/35{--tw-gradient-from: rgb(161 98 7 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700\/40{--tw-gradient-from: rgb(161 98 7 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700\/45{--tw-gradient-from: rgb(161 98 7 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700\/5{--tw-gradient-from: rgb(161 98 7 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700\/50{--tw-gradient-from: rgb(161 98 7 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700\/55{--tw-gradient-from: rgb(161 98 7 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700\/60{--tw-gradient-from: rgb(161 98 7 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700\/65{--tw-gradient-from: rgb(161 98 7 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700\/70{--tw-gradient-from: rgb(161 98 7 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700\/75{--tw-gradient-from: rgb(161 98 7 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700\/80{--tw-gradient-from: rgb(161 98 7 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700\/85{--tw-gradient-from: rgb(161 98 7 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700\/90{--tw-gradient-from: rgb(161 98 7 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700\/95{--tw-gradient-from: rgb(161 98 7 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800{--tw-gradient-from: #854d0e var(--tw-gradient-from-position);--tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/0{--tw-gradient-from: rgb(133 77 14 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/10{--tw-gradient-from: rgb(133 77 14 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/100{--tw-gradient-from: rgb(133 77 14 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/15{--tw-gradient-from: rgb(133 77 14 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/20{--tw-gradient-from: rgb(133 77 14 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/25{--tw-gradient-from: rgb(133 77 14 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/30{--tw-gradient-from: rgb(133 77 14 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/35{--tw-gradient-from: rgb(133 77 14 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/40{--tw-gradient-from: rgb(133 77 14 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/45{--tw-gradient-from: rgb(133 77 14 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/5{--tw-gradient-from: rgb(133 77 14 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/50{--tw-gradient-from: rgb(133 77 14 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/55{--tw-gradient-from: rgb(133 77 14 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/60{--tw-gradient-from: rgb(133 77 14 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/65{--tw-gradient-from: rgb(133 77 14 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/70{--tw-gradient-from: rgb(133 77 14 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/75{--tw-gradient-from: rgb(133 77 14 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/80{--tw-gradient-from: rgb(133 77 14 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/85{--tw-gradient-from: rgb(133 77 14 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/90{--tw-gradient-from: rgb(133 77 14 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/95{--tw-gradient-from: rgb(133 77 14 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900{--tw-gradient-from: #713f12 var(--tw-gradient-from-position);--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900\/0{--tw-gradient-from: rgb(113 63 18 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900\/10{--tw-gradient-from: rgb(113 63 18 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900\/100{--tw-gradient-from: rgb(113 63 18 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900\/15{--tw-gradient-from: rgb(113 63 18 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900\/20{--tw-gradient-from: rgb(113 63 18 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900\/25{--tw-gradient-from: rgb(113 63 18 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900\/30{--tw-gradient-from: rgb(113 63 18 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900\/35{--tw-gradient-from: rgb(113 63 18 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900\/40{--tw-gradient-from: rgb(113 63 18 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900\/45{--tw-gradient-from: rgb(113 63 18 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900\/5{--tw-gradient-from: rgb(113 63 18 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900\/50{--tw-gradient-from: rgb(113 63 18 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900\/55{--tw-gradient-from: rgb(113 63 18 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900\/60{--tw-gradient-from: rgb(113 63 18 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900\/65{--tw-gradient-from: rgb(113 63 18 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900\/70{--tw-gradient-from: rgb(113 63 18 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900\/75{--tw-gradient-from: rgb(113 63 18 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900\/80{--tw-gradient-from: rgb(113 63 18 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900\/85{--tw-gradient-from: rgb(113 63 18 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900\/90{--tw-gradient-from: rgb(113 63 18 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900\/95{--tw-gradient-from: rgb(113 63 18 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.via-blue-100{--tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #dbeafe var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-blue-400{--tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #60a5fa var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-blue-50{--tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #eff6ff var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-blue-900{--tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #1e3a8a var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-300{--tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #d1d5db var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-indigo-50{--tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #eef2ff var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-indigo-500{--tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #6366f1 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-indigo-700{--tw-gradient-to: rgb(67 56 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #4338ca var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-400{--tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #fb923c var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-50{--tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #fff7ed var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-500{--tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #f97316 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-pink-400{--tw-gradient-to: rgb(244 114 182 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #f472b6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-pink-50{--tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #fdf2f8 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-pink-500{--tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #ec4899 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-primary-600{--tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #7c3aed var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-purple-400{--tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #c084fc var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-purple-50{--tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #faf5ff var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-purple-500{--tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #a855f7 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-purple-600{--tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #9333ea var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-purple-700{--tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #7e22ce var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-teal-500{--tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #14b8a6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-transparent{--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-white{--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to)}.to-\[var\(--secondary-color\)\]{--tw-gradient-to: var(--secondary-color) var(--tw-gradient-to-position)}.to-amber-200{--tw-gradient-to: #fde68a var(--tw-gradient-to-position)}.to-amber-600{--tw-gradient-to: #d97706 var(--tw-gradient-to-position)}.to-blue-100{--tw-gradient-to: #dbeafe var(--tw-gradient-to-position)}.to-blue-100\/0{--tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position)}.to-blue-100\/10{--tw-gradient-to: rgb(219 234 254 / .1) var(--tw-gradient-to-position)}.to-blue-100\/100{--tw-gradient-to: rgb(219 234 254 / 1) var(--tw-gradient-to-position)}.to-blue-100\/15{--tw-gradient-to: rgb(219 234 254 / .15) var(--tw-gradient-to-position)}.to-blue-100\/20{--tw-gradient-to: rgb(219 234 254 / .2) var(--tw-gradient-to-position)}.to-blue-100\/25{--tw-gradient-to: rgb(219 234 254 / .25) var(--tw-gradient-to-position)}.to-blue-100\/30{--tw-gradient-to: rgb(219 234 254 / .3) var(--tw-gradient-to-position)}.to-blue-100\/35{--tw-gradient-to: rgb(219 234 254 / .35) var(--tw-gradient-to-position)}.to-blue-100\/40{--tw-gradient-to: rgb(219 234 254 / .4) var(--tw-gradient-to-position)}.to-blue-100\/45{--tw-gradient-to: rgb(219 234 254 / .45) var(--tw-gradient-to-position)}.to-blue-100\/5{--tw-gradient-to: rgb(219 234 254 / .05) var(--tw-gradient-to-position)}.to-blue-100\/50{--tw-gradient-to: rgb(219 234 254 / .5) var(--tw-gradient-to-position)}.to-blue-100\/55{--tw-gradient-to: rgb(219 234 254 / .55) var(--tw-gradient-to-position)}.to-blue-100\/60{--tw-gradient-to: rgb(219 234 254 / .6) var(--tw-gradient-to-position)}.to-blue-100\/65{--tw-gradient-to: rgb(219 234 254 / .65) var(--tw-gradient-to-position)}.to-blue-100\/70{--tw-gradient-to: rgb(219 234 254 / .7) var(--tw-gradient-to-position)}.to-blue-100\/75{--tw-gradient-to: rgb(219 234 254 / .75) var(--tw-gradient-to-position)}.to-blue-100\/80{--tw-gradient-to: rgb(219 234 254 / .8) var(--tw-gradient-to-position)}.to-blue-100\/85{--tw-gradient-to: rgb(219 234 254 / .85) var(--tw-gradient-to-position)}.to-blue-100\/90{--tw-gradient-to: rgb(219 234 254 / .9) var(--tw-gradient-to-position)}.to-blue-100\/95{--tw-gradient-to: rgb(219 234 254 / .95) var(--tw-gradient-to-position)}.to-blue-200{--tw-gradient-to: #bfdbfe var(--tw-gradient-to-position)}.to-blue-200\/0{--tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position)}.to-blue-200\/10{--tw-gradient-to: rgb(191 219 254 / .1) var(--tw-gradient-to-position)}.to-blue-200\/100{--tw-gradient-to: rgb(191 219 254 / 1) var(--tw-gradient-to-position)}.to-blue-200\/15{--tw-gradient-to: rgb(191 219 254 / .15) var(--tw-gradient-to-position)}.to-blue-200\/20{--tw-gradient-to: rgb(191 219 254 / .2) var(--tw-gradient-to-position)}.to-blue-200\/25{--tw-gradient-to: rgb(191 219 254 / .25) var(--tw-gradient-to-position)}.to-blue-200\/30{--tw-gradient-to: rgb(191 219 254 / .3) var(--tw-gradient-to-position)}.to-blue-200\/35{--tw-gradient-to: rgb(191 219 254 / .35) var(--tw-gradient-to-position)}.to-blue-200\/40{--tw-gradient-to: rgb(191 219 254 / .4) var(--tw-gradient-to-position)}.to-blue-200\/45{--tw-gradient-to: rgb(191 219 254 / .45) var(--tw-gradient-to-position)}.to-blue-200\/5{--tw-gradient-to: rgb(191 219 254 / .05) var(--tw-gradient-to-position)}.to-blue-200\/50{--tw-gradient-to: rgb(191 219 254 / .5) var(--tw-gradient-to-position)}.to-blue-200\/55{--tw-gradient-to: rgb(191 219 254 / .55) var(--tw-gradient-to-position)}.to-blue-200\/60{--tw-gradient-to: rgb(191 219 254 / .6) var(--tw-gradient-to-position)}.to-blue-200\/65{--tw-gradient-to: rgb(191 219 254 / .65) var(--tw-gradient-to-position)}.to-blue-200\/70{--tw-gradient-to: rgb(191 219 254 / .7) var(--tw-gradient-to-position)}.to-blue-200\/75{--tw-gradient-to: rgb(191 219 254 / .75) var(--tw-gradient-to-position)}.to-blue-200\/80{--tw-gradient-to: rgb(191 219 254 / .8) var(--tw-gradient-to-position)}.to-blue-200\/85{--tw-gradient-to: rgb(191 219 254 / .85) var(--tw-gradient-to-position)}.to-blue-200\/90{--tw-gradient-to: rgb(191 219 254 / .9) var(--tw-gradient-to-position)}.to-blue-200\/95{--tw-gradient-to: rgb(191 219 254 / .95) var(--tw-gradient-to-position)}.to-blue-300{--tw-gradient-to: #93c5fd var(--tw-gradient-to-position)}.to-blue-300\/0{--tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position)}.to-blue-300\/10{--tw-gradient-to: rgb(147 197 253 / .1) var(--tw-gradient-to-position)}.to-blue-300\/100{--tw-gradient-to: rgb(147 197 253 / 1) var(--tw-gradient-to-position)}.to-blue-300\/15{--tw-gradient-to: rgb(147 197 253 / .15) var(--tw-gradient-to-position)}.to-blue-300\/20{--tw-gradient-to: rgb(147 197 253 / .2) var(--tw-gradient-to-position)}.to-blue-300\/25{--tw-gradient-to: rgb(147 197 253 / .25) var(--tw-gradient-to-position)}.to-blue-300\/30{--tw-gradient-to: rgb(147 197 253 / .3) var(--tw-gradient-to-position)}.to-blue-300\/35{--tw-gradient-to: rgb(147 197 253 / .35) var(--tw-gradient-to-position)}.to-blue-300\/40{--tw-gradient-to: rgb(147 197 253 / .4) var(--tw-gradient-to-position)}.to-blue-300\/45{--tw-gradient-to: rgb(147 197 253 / .45) var(--tw-gradient-to-position)}.to-blue-300\/5{--tw-gradient-to: rgb(147 197 253 / .05) var(--tw-gradient-to-position)}.to-blue-300\/50{--tw-gradient-to: rgb(147 197 253 / .5) var(--tw-gradient-to-position)}.to-blue-300\/55{--tw-gradient-to: rgb(147 197 253 / .55) var(--tw-gradient-to-position)}.to-blue-300\/60{--tw-gradient-to: rgb(147 197 253 / .6) var(--tw-gradient-to-position)}.to-blue-300\/65{--tw-gradient-to: rgb(147 197 253 / .65) var(--tw-gradient-to-position)}.to-blue-300\/70{--tw-gradient-to: rgb(147 197 253 / .7) var(--tw-gradient-to-position)}.to-blue-300\/75{--tw-gradient-to: rgb(147 197 253 / .75) var(--tw-gradient-to-position)}.to-blue-300\/80{--tw-gradient-to: rgb(147 197 253 / .8) var(--tw-gradient-to-position)}.to-blue-300\/85{--tw-gradient-to: rgb(147 197 253 / .85) var(--tw-gradient-to-position)}.to-blue-300\/90{--tw-gradient-to: rgb(147 197 253 / .9) var(--tw-gradient-to-position)}.to-blue-300\/95{--tw-gradient-to: rgb(147 197 253 / .95) var(--tw-gradient-to-position)}.to-blue-400{--tw-gradient-to: #60a5fa var(--tw-gradient-to-position)}.to-blue-400\/0{--tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position)}.to-blue-400\/10{--tw-gradient-to: rgb(96 165 250 / .1) var(--tw-gradient-to-position)}.to-blue-400\/100{--tw-gradient-to: rgb(96 165 250 / 1) var(--tw-gradient-to-position)}.to-blue-400\/15{--tw-gradient-to: rgb(96 165 250 / .15) var(--tw-gradient-to-position)}.to-blue-400\/20{--tw-gradient-to: rgb(96 165 250 / .2) var(--tw-gradient-to-position)}.to-blue-400\/25{--tw-gradient-to: rgb(96 165 250 / .25) var(--tw-gradient-to-position)}.to-blue-400\/30{--tw-gradient-to: rgb(96 165 250 / .3) var(--tw-gradient-to-position)}.to-blue-400\/35{--tw-gradient-to: rgb(96 165 250 / .35) var(--tw-gradient-to-position)}.to-blue-400\/40{--tw-gradient-to: rgb(96 165 250 / .4) var(--tw-gradient-to-position)}.to-blue-400\/45{--tw-gradient-to: rgb(96 165 250 / .45) var(--tw-gradient-to-position)}.to-blue-400\/5{--tw-gradient-to: rgb(96 165 250 / .05) var(--tw-gradient-to-position)}.to-blue-400\/50{--tw-gradient-to: rgb(96 165 250 / .5) var(--tw-gradient-to-position)}.to-blue-400\/55{--tw-gradient-to: rgb(96 165 250 / .55) var(--tw-gradient-to-position)}.to-blue-400\/60{--tw-gradient-to: rgb(96 165 250 / .6) var(--tw-gradient-to-position)}.to-blue-400\/65{--tw-gradient-to: rgb(96 165 250 / .65) var(--tw-gradient-to-position)}.to-blue-400\/70{--tw-gradient-to: rgb(96 165 250 / .7) var(--tw-gradient-to-position)}.to-blue-400\/75{--tw-gradient-to: rgb(96 165 250 / .75) var(--tw-gradient-to-position)}.to-blue-400\/80{--tw-gradient-to: rgb(96 165 250 / .8) var(--tw-gradient-to-position)}.to-blue-400\/85{--tw-gradient-to: rgb(96 165 250 / .85) var(--tw-gradient-to-position)}.to-blue-400\/90{--tw-gradient-to: rgb(96 165 250 / .9) var(--tw-gradient-to-position)}.to-blue-400\/95{--tw-gradient-to: rgb(96 165 250 / .95) var(--tw-gradient-to-position)}.to-blue-50{--tw-gradient-to: #eff6ff var(--tw-gradient-to-position)}.to-blue-50\/0{--tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position)}.to-blue-50\/10{--tw-gradient-to: rgb(239 246 255 / .1) var(--tw-gradient-to-position)}.to-blue-50\/100{--tw-gradient-to: rgb(239 246 255 / 1) var(--tw-gradient-to-position)}.to-blue-50\/15{--tw-gradient-to: rgb(239 246 255 / .15) var(--tw-gradient-to-position)}.to-blue-50\/20{--tw-gradient-to: rgb(239 246 255 / .2) var(--tw-gradient-to-position)}.to-blue-50\/25{--tw-gradient-to: rgb(239 246 255 / .25) var(--tw-gradient-to-position)}.to-blue-50\/30{--tw-gradient-to: rgb(239 246 255 / .3) var(--tw-gradient-to-position)}.to-blue-50\/35{--tw-gradient-to: rgb(239 246 255 / .35) var(--tw-gradient-to-position)}.to-blue-50\/40{--tw-gradient-to: rgb(239 246 255 / .4) var(--tw-gradient-to-position)}.to-blue-50\/45{--tw-gradient-to: rgb(239 246 255 / .45) var(--tw-gradient-to-position)}.to-blue-50\/5{--tw-gradient-to: rgb(239 246 255 / .05) var(--tw-gradient-to-position)}.to-blue-50\/50{--tw-gradient-to: rgb(239 246 255 / .5) var(--tw-gradient-to-position)}.to-blue-50\/55{--tw-gradient-to: rgb(239 246 255 / .55) var(--tw-gradient-to-position)}.to-blue-50\/60{--tw-gradient-to: rgb(239 246 255 / .6) var(--tw-gradient-to-position)}.to-blue-50\/65{--tw-gradient-to: rgb(239 246 255 / .65) var(--tw-gradient-to-position)}.to-blue-50\/70{--tw-gradient-to: rgb(239 246 255 / .7) var(--tw-gradient-to-position)}.to-blue-50\/75{--tw-gradient-to: rgb(239 246 255 / .75) var(--tw-gradient-to-position)}.to-blue-50\/80{--tw-gradient-to: rgb(239 246 255 / .8) var(--tw-gradient-to-position)}.to-blue-50\/85{--tw-gradient-to: rgb(239 246 255 / .85) var(--tw-gradient-to-position)}.to-blue-50\/90{--tw-gradient-to: rgb(239 246 255 / .9) var(--tw-gradient-to-position)}.to-blue-50\/95{--tw-gradient-to: rgb(239 246 255 / .95) var(--tw-gradient-to-position)}.to-blue-500{--tw-gradient-to: #3b82f6 var(--tw-gradient-to-position)}.to-blue-500\/0{--tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position)}.to-blue-500\/10{--tw-gradient-to: rgb(59 130 246 / .1) var(--tw-gradient-to-position)}.to-blue-500\/100{--tw-gradient-to: rgb(59 130 246 / 1) var(--tw-gradient-to-position)}.to-blue-500\/15{--tw-gradient-to: rgb(59 130 246 / .15) var(--tw-gradient-to-position)}.to-blue-500\/20{--tw-gradient-to: rgb(59 130 246 / .2) var(--tw-gradient-to-position)}.to-blue-500\/25{--tw-gradient-to: rgb(59 130 246 / .25) var(--tw-gradient-to-position)}.to-blue-500\/30{--tw-gradient-to: rgb(59 130 246 / .3) var(--tw-gradient-to-position)}.to-blue-500\/35{--tw-gradient-to: rgb(59 130 246 / .35) var(--tw-gradient-to-position)}.to-blue-500\/40{--tw-gradient-to: rgb(59 130 246 / .4) var(--tw-gradient-to-position)}.to-blue-500\/45{--tw-gradient-to: rgb(59 130 246 / .45) var(--tw-gradient-to-position)}.to-blue-500\/5{--tw-gradient-to: rgb(59 130 246 / .05) var(--tw-gradient-to-position)}.to-blue-500\/50{--tw-gradient-to: rgb(59 130 246 / .5) var(--tw-gradient-to-position)}.to-blue-500\/55{--tw-gradient-to: rgb(59 130 246 / .55) var(--tw-gradient-to-position)}.to-blue-500\/60{--tw-gradient-to: rgb(59 130 246 / .6) var(--tw-gradient-to-position)}.to-blue-500\/65{--tw-gradient-to: rgb(59 130 246 / .65) var(--tw-gradient-to-position)}.to-blue-500\/70{--tw-gradient-to: rgb(59 130 246 / .7) var(--tw-gradient-to-position)}.to-blue-500\/75{--tw-gradient-to: rgb(59 130 246 / .75) var(--tw-gradient-to-position)}.to-blue-500\/80{--tw-gradient-to: rgb(59 130 246 / .8) var(--tw-gradient-to-position)}.to-blue-500\/85{--tw-gradient-to: rgb(59 130 246 / .85) var(--tw-gradient-to-position)}.to-blue-500\/90{--tw-gradient-to: rgb(59 130 246 / .9) var(--tw-gradient-to-position)}.to-blue-500\/95{--tw-gradient-to: rgb(59 130 246 / .95) var(--tw-gradient-to-position)}.to-blue-600{--tw-gradient-to: #2563eb var(--tw-gradient-to-position)}.to-blue-600\/0{--tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position)}.to-blue-600\/10{--tw-gradient-to: rgb(37 99 235 / .1) var(--tw-gradient-to-position)}.to-blue-600\/100{--tw-gradient-to: rgb(37 99 235 / 1) var(--tw-gradient-to-position)}.to-blue-600\/15{--tw-gradient-to: rgb(37 99 235 / .15) var(--tw-gradient-to-position)}.to-blue-600\/20{--tw-gradient-to: rgb(37 99 235 / .2) var(--tw-gradient-to-position)}.to-blue-600\/25{--tw-gradient-to: rgb(37 99 235 / .25) var(--tw-gradient-to-position)}.to-blue-600\/30{--tw-gradient-to: rgb(37 99 235 / .3) var(--tw-gradient-to-position)}.to-blue-600\/35{--tw-gradient-to: rgb(37 99 235 / .35) var(--tw-gradient-to-position)}.to-blue-600\/40{--tw-gradient-to: rgb(37 99 235 / .4) var(--tw-gradient-to-position)}.to-blue-600\/45{--tw-gradient-to: rgb(37 99 235 / .45) var(--tw-gradient-to-position)}.to-blue-600\/5{--tw-gradient-to: rgb(37 99 235 / .05) var(--tw-gradient-to-position)}.to-blue-600\/50{--tw-gradient-to: rgb(37 99 235 / .5) var(--tw-gradient-to-position)}.to-blue-600\/55{--tw-gradient-to: rgb(37 99 235 / .55) var(--tw-gradient-to-position)}.to-blue-600\/60{--tw-gradient-to: rgb(37 99 235 / .6) var(--tw-gradient-to-position)}.to-blue-600\/65{--tw-gradient-to: rgb(37 99 235 / .65) var(--tw-gradient-to-position)}.to-blue-600\/70{--tw-gradient-to: rgb(37 99 235 / .7) var(--tw-gradient-to-position)}.to-blue-600\/75{--tw-gradient-to: rgb(37 99 235 / .75) var(--tw-gradient-to-position)}.to-blue-600\/80{--tw-gradient-to: rgb(37 99 235 / .8) var(--tw-gradient-to-position)}.to-blue-600\/85{--tw-gradient-to: rgb(37 99 235 / .85) var(--tw-gradient-to-position)}.to-blue-600\/90{--tw-gradient-to: rgb(37 99 235 / .9) var(--tw-gradient-to-position)}.to-blue-600\/95{--tw-gradient-to: rgb(37 99 235 / .95) var(--tw-gradient-to-position)}.to-blue-700{--tw-gradient-to: #1d4ed8 var(--tw-gradient-to-position)}.to-blue-700\/0{--tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position)}.to-blue-700\/10{--tw-gradient-to: rgb(29 78 216 / .1) var(--tw-gradient-to-position)}.to-blue-700\/100{--tw-gradient-to: rgb(29 78 216 / 1) var(--tw-gradient-to-position)}.to-blue-700\/15{--tw-gradient-to: rgb(29 78 216 / .15) var(--tw-gradient-to-position)}.to-blue-700\/20{--tw-gradient-to: rgb(29 78 216 / .2) var(--tw-gradient-to-position)}.to-blue-700\/25{--tw-gradient-to: rgb(29 78 216 / .25) var(--tw-gradient-to-position)}.to-blue-700\/30{--tw-gradient-to: rgb(29 78 216 / .3) var(--tw-gradient-to-position)}.to-blue-700\/35{--tw-gradient-to: rgb(29 78 216 / .35) var(--tw-gradient-to-position)}.to-blue-700\/40{--tw-gradient-to: rgb(29 78 216 / .4) var(--tw-gradient-to-position)}.to-blue-700\/45{--tw-gradient-to: rgb(29 78 216 / .45) var(--tw-gradient-to-position)}.to-blue-700\/5{--tw-gradient-to: rgb(29 78 216 / .05) var(--tw-gradient-to-position)}.to-blue-700\/50{--tw-gradient-to: rgb(29 78 216 / .5) var(--tw-gradient-to-position)}.to-blue-700\/55{--tw-gradient-to: rgb(29 78 216 / .55) var(--tw-gradient-to-position)}.to-blue-700\/60{--tw-gradient-to: rgb(29 78 216 / .6) var(--tw-gradient-to-position)}.to-blue-700\/65{--tw-gradient-to: rgb(29 78 216 / .65) var(--tw-gradient-to-position)}.to-blue-700\/70{--tw-gradient-to: rgb(29 78 216 / .7) var(--tw-gradient-to-position)}.to-blue-700\/75{--tw-gradient-to: rgb(29 78 216 / .75) var(--tw-gradient-to-position)}.to-blue-700\/80{--tw-gradient-to: rgb(29 78 216 / .8) var(--tw-gradient-to-position)}.to-blue-700\/85{--tw-gradient-to: rgb(29 78 216 / .85) var(--tw-gradient-to-position)}.to-blue-700\/90{--tw-gradient-to: rgb(29 78 216 / .9) var(--tw-gradient-to-position)}.to-blue-700\/95{--tw-gradient-to: rgb(29 78 216 / .95) var(--tw-gradient-to-position)}.to-blue-800{--tw-gradient-to: #1e40af var(--tw-gradient-to-position)}.to-blue-800\/0{--tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position)}.to-blue-800\/10{--tw-gradient-to: rgb(30 64 175 / .1) var(--tw-gradient-to-position)}.to-blue-800\/100{--tw-gradient-to: rgb(30 64 175 / 1) var(--tw-gradient-to-position)}.to-blue-800\/15{--tw-gradient-to: rgb(30 64 175 / .15) var(--tw-gradient-to-position)}.to-blue-800\/20{--tw-gradient-to: rgb(30 64 175 / .2) var(--tw-gradient-to-position)}.to-blue-800\/25{--tw-gradient-to: rgb(30 64 175 / .25) var(--tw-gradient-to-position)}.to-blue-800\/30{--tw-gradient-to: rgb(30 64 175 / .3) var(--tw-gradient-to-position)}.to-blue-800\/35{--tw-gradient-to: rgb(30 64 175 / .35) var(--tw-gradient-to-position)}.to-blue-800\/40{--tw-gradient-to: rgb(30 64 175 / .4) var(--tw-gradient-to-position)}.to-blue-800\/45{--tw-gradient-to: rgb(30 64 175 / .45) var(--tw-gradient-to-position)}.to-blue-800\/5{--tw-gradient-to: rgb(30 64 175 / .05) var(--tw-gradient-to-position)}.to-blue-800\/50{--tw-gradient-to: rgb(30 64 175 / .5) var(--tw-gradient-to-position)}.to-blue-800\/55{--tw-gradient-to: rgb(30 64 175 / .55) var(--tw-gradient-to-position)}.to-blue-800\/60{--tw-gradient-to: rgb(30 64 175 / .6) var(--tw-gradient-to-position)}.to-blue-800\/65{--tw-gradient-to: rgb(30 64 175 / .65) var(--tw-gradient-to-position)}.to-blue-800\/70{--tw-gradient-to: rgb(30 64 175 / .7) var(--tw-gradient-to-position)}.to-blue-800\/75{--tw-gradient-to: rgb(30 64 175 / .75) var(--tw-gradient-to-position)}.to-blue-800\/80{--tw-gradient-to: rgb(30 64 175 / .8) var(--tw-gradient-to-position)}.to-blue-800\/85{--tw-gradient-to: rgb(30 64 175 / .85) var(--tw-gradient-to-position)}.to-blue-800\/90{--tw-gradient-to: rgb(30 64 175 / .9) var(--tw-gradient-to-position)}.to-blue-800\/95{--tw-gradient-to: rgb(30 64 175 / .95) var(--tw-gradient-to-position)}.to-blue-900{--tw-gradient-to: #1e3a8a var(--tw-gradient-to-position)}.to-blue-900\/0{--tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position)}.to-blue-900\/10{--tw-gradient-to: rgb(30 58 138 / .1) var(--tw-gradient-to-position)}.to-blue-900\/100{--tw-gradient-to: rgb(30 58 138 / 1) var(--tw-gradient-to-position)}.to-blue-900\/15{--tw-gradient-to: rgb(30 58 138 / .15) var(--tw-gradient-to-position)}.to-blue-900\/20{--tw-gradient-to: rgb(30 58 138 / .2) var(--tw-gradient-to-position)}.to-blue-900\/25{--tw-gradient-to: rgb(30 58 138 / .25) var(--tw-gradient-to-position)}.to-blue-900\/30{--tw-gradient-to: rgb(30 58 138 / .3) var(--tw-gradient-to-position)}.to-blue-900\/35{--tw-gradient-to: rgb(30 58 138 / .35) var(--tw-gradient-to-position)}.to-blue-900\/40{--tw-gradient-to: rgb(30 58 138 / .4) var(--tw-gradient-to-position)}.to-blue-900\/45{--tw-gradient-to: rgb(30 58 138 / .45) var(--tw-gradient-to-position)}.to-blue-900\/5{--tw-gradient-to: rgb(30 58 138 / .05) var(--tw-gradient-to-position)}.to-blue-900\/50{--tw-gradient-to: rgb(30 58 138 / .5) var(--tw-gradient-to-position)}.to-blue-900\/55{--tw-gradient-to: rgb(30 58 138 / .55) var(--tw-gradient-to-position)}.to-blue-900\/60{--tw-gradient-to: rgb(30 58 138 / .6) var(--tw-gradient-to-position)}.to-blue-900\/65{--tw-gradient-to: rgb(30 58 138 / .65) var(--tw-gradient-to-position)}.to-blue-900\/70{--tw-gradient-to: rgb(30 58 138 / .7) var(--tw-gradient-to-position)}.to-blue-900\/75{--tw-gradient-to: rgb(30 58 138 / .75) var(--tw-gradient-to-position)}.to-blue-900\/80{--tw-gradient-to: rgb(30 58 138 / .8) var(--tw-gradient-to-position)}.to-blue-900\/85{--tw-gradient-to: rgb(30 58 138 / .85) var(--tw-gradient-to-position)}.to-blue-900\/90{--tw-gradient-to: rgb(30 58 138 / .9) var(--tw-gradient-to-position)}.to-blue-900\/95{--tw-gradient-to: rgb(30 58 138 / .95) var(--tw-gradient-to-position)}.to-cyan-100{--tw-gradient-to: #cffafe var(--tw-gradient-to-position)}.to-cyan-100\/0{--tw-gradient-to: rgb(207 250 254 / 0) var(--tw-gradient-to-position)}.to-cyan-100\/10{--tw-gradient-to: rgb(207 250 254 / .1) var(--tw-gradient-to-position)}.to-cyan-100\/100{--tw-gradient-to: rgb(207 250 254 / 1) var(--tw-gradient-to-position)}.to-cyan-100\/15{--tw-gradient-to: rgb(207 250 254 / .15) var(--tw-gradient-to-position)}.to-cyan-100\/20{--tw-gradient-to: rgb(207 250 254 / .2) var(--tw-gradient-to-position)}.to-cyan-100\/25{--tw-gradient-to: rgb(207 250 254 / .25) var(--tw-gradient-to-position)}.to-cyan-100\/30{--tw-gradient-to: rgb(207 250 254 / .3) var(--tw-gradient-to-position)}.to-cyan-100\/35{--tw-gradient-to: rgb(207 250 254 / .35) var(--tw-gradient-to-position)}.to-cyan-100\/40{--tw-gradient-to: rgb(207 250 254 / .4) var(--tw-gradient-to-position)}.to-cyan-100\/45{--tw-gradient-to: rgb(207 250 254 / .45) var(--tw-gradient-to-position)}.to-cyan-100\/5{--tw-gradient-to: rgb(207 250 254 / .05) var(--tw-gradient-to-position)}.to-cyan-100\/50{--tw-gradient-to: rgb(207 250 254 / .5) var(--tw-gradient-to-position)}.to-cyan-100\/55{--tw-gradient-to: rgb(207 250 254 / .55) var(--tw-gradient-to-position)}.to-cyan-100\/60{--tw-gradient-to: rgb(207 250 254 / .6) var(--tw-gradient-to-position)}.to-cyan-100\/65{--tw-gradient-to: rgb(207 250 254 / .65) var(--tw-gradient-to-position)}.to-cyan-100\/70{--tw-gradient-to: rgb(207 250 254 / .7) var(--tw-gradient-to-position)}.to-cyan-100\/75{--tw-gradient-to: rgb(207 250 254 / .75) var(--tw-gradient-to-position)}.to-cyan-100\/80{--tw-gradient-to: rgb(207 250 254 / .8) var(--tw-gradient-to-position)}.to-cyan-100\/85{--tw-gradient-to: rgb(207 250 254 / .85) var(--tw-gradient-to-position)}.to-cyan-100\/90{--tw-gradient-to: rgb(207 250 254 / .9) var(--tw-gradient-to-position)}.to-cyan-100\/95{--tw-gradient-to: rgb(207 250 254 / .95) var(--tw-gradient-to-position)}.to-cyan-200{--tw-gradient-to: #a5f3fc var(--tw-gradient-to-position)}.to-cyan-200\/0{--tw-gradient-to: rgb(165 243 252 / 0) var(--tw-gradient-to-position)}.to-cyan-200\/10{--tw-gradient-to: rgb(165 243 252 / .1) var(--tw-gradient-to-position)}.to-cyan-200\/100{--tw-gradient-to: rgb(165 243 252 / 1) var(--tw-gradient-to-position)}.to-cyan-200\/15{--tw-gradient-to: rgb(165 243 252 / .15) var(--tw-gradient-to-position)}.to-cyan-200\/20{--tw-gradient-to: rgb(165 243 252 / .2) var(--tw-gradient-to-position)}.to-cyan-200\/25{--tw-gradient-to: rgb(165 243 252 / .25) var(--tw-gradient-to-position)}.to-cyan-200\/30{--tw-gradient-to: rgb(165 243 252 / .3) var(--tw-gradient-to-position)}.to-cyan-200\/35{--tw-gradient-to: rgb(165 243 252 / .35) var(--tw-gradient-to-position)}.to-cyan-200\/40{--tw-gradient-to: rgb(165 243 252 / .4) var(--tw-gradient-to-position)}.to-cyan-200\/45{--tw-gradient-to: rgb(165 243 252 / .45) var(--tw-gradient-to-position)}.to-cyan-200\/5{--tw-gradient-to: rgb(165 243 252 / .05) var(--tw-gradient-to-position)}.to-cyan-200\/50{--tw-gradient-to: rgb(165 243 252 / .5) var(--tw-gradient-to-position)}.to-cyan-200\/55{--tw-gradient-to: rgb(165 243 252 / .55) var(--tw-gradient-to-position)}.to-cyan-200\/60{--tw-gradient-to: rgb(165 243 252 / .6) var(--tw-gradient-to-position)}.to-cyan-200\/65{--tw-gradient-to: rgb(165 243 252 / .65) var(--tw-gradient-to-position)}.to-cyan-200\/70{--tw-gradient-to: rgb(165 243 252 / .7) var(--tw-gradient-to-position)}.to-cyan-200\/75{--tw-gradient-to: rgb(165 243 252 / .75) var(--tw-gradient-to-position)}.to-cyan-200\/80{--tw-gradient-to: rgb(165 243 252 / .8) var(--tw-gradient-to-position)}.to-cyan-200\/85{--tw-gradient-to: rgb(165 243 252 / .85) var(--tw-gradient-to-position)}.to-cyan-200\/90{--tw-gradient-to: rgb(165 243 252 / .9) var(--tw-gradient-to-position)}.to-cyan-200\/95{--tw-gradient-to: rgb(165 243 252 / .95) var(--tw-gradient-to-position)}.to-cyan-300{--tw-gradient-to: #67e8f9 var(--tw-gradient-to-position)}.to-cyan-300\/0{--tw-gradient-to: rgb(103 232 249 / 0) var(--tw-gradient-to-position)}.to-cyan-300\/10{--tw-gradient-to: rgb(103 232 249 / .1) var(--tw-gradient-to-position)}.to-cyan-300\/100{--tw-gradient-to: rgb(103 232 249 / 1) var(--tw-gradient-to-position)}.to-cyan-300\/15{--tw-gradient-to: rgb(103 232 249 / .15) var(--tw-gradient-to-position)}.to-cyan-300\/20{--tw-gradient-to: rgb(103 232 249 / .2) var(--tw-gradient-to-position)}.to-cyan-300\/25{--tw-gradient-to: rgb(103 232 249 / .25) var(--tw-gradient-to-position)}.to-cyan-300\/30{--tw-gradient-to: rgb(103 232 249 / .3) var(--tw-gradient-to-position)}.to-cyan-300\/35{--tw-gradient-to: rgb(103 232 249 / .35) var(--tw-gradient-to-position)}.to-cyan-300\/40{--tw-gradient-to: rgb(103 232 249 / .4) var(--tw-gradient-to-position)}.to-cyan-300\/45{--tw-gradient-to: rgb(103 232 249 / .45) var(--tw-gradient-to-position)}.to-cyan-300\/5{--tw-gradient-to: rgb(103 232 249 / .05) var(--tw-gradient-to-position)}.to-cyan-300\/50{--tw-gradient-to: rgb(103 232 249 / .5) var(--tw-gradient-to-position)}.to-cyan-300\/55{--tw-gradient-to: rgb(103 232 249 / .55) var(--tw-gradient-to-position)}.to-cyan-300\/60{--tw-gradient-to: rgb(103 232 249 / .6) var(--tw-gradient-to-position)}.to-cyan-300\/65{--tw-gradient-to: rgb(103 232 249 / .65) var(--tw-gradient-to-position)}.to-cyan-300\/70{--tw-gradient-to: rgb(103 232 249 / .7) var(--tw-gradient-to-position)}.to-cyan-300\/75{--tw-gradient-to: rgb(103 232 249 / .75) var(--tw-gradient-to-position)}.to-cyan-300\/80{--tw-gradient-to: rgb(103 232 249 / .8) var(--tw-gradient-to-position)}.to-cyan-300\/85{--tw-gradient-to: rgb(103 232 249 / .85) var(--tw-gradient-to-position)}.to-cyan-300\/90{--tw-gradient-to: rgb(103 232 249 / .9) var(--tw-gradient-to-position)}.to-cyan-300\/95{--tw-gradient-to: rgb(103 232 249 / .95) var(--tw-gradient-to-position)}.to-cyan-400{--tw-gradient-to: #22d3ee var(--tw-gradient-to-position)}.to-cyan-400\/0{--tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position)}.to-cyan-400\/10{--tw-gradient-to: rgb(34 211 238 / .1) var(--tw-gradient-to-position)}.to-cyan-400\/100{--tw-gradient-to: rgb(34 211 238 / 1) var(--tw-gradient-to-position)}.to-cyan-400\/15{--tw-gradient-to: rgb(34 211 238 / .15) var(--tw-gradient-to-position)}.to-cyan-400\/20{--tw-gradient-to: rgb(34 211 238 / .2) var(--tw-gradient-to-position)}.to-cyan-400\/25{--tw-gradient-to: rgb(34 211 238 / .25) var(--tw-gradient-to-position)}.to-cyan-400\/30{--tw-gradient-to: rgb(34 211 238 / .3) var(--tw-gradient-to-position)}.to-cyan-400\/35{--tw-gradient-to: rgb(34 211 238 / .35) var(--tw-gradient-to-position)}.to-cyan-400\/40{--tw-gradient-to: rgb(34 211 238 / .4) var(--tw-gradient-to-position)}.to-cyan-400\/45{--tw-gradient-to: rgb(34 211 238 / .45) var(--tw-gradient-to-position)}.to-cyan-400\/5{--tw-gradient-to: rgb(34 211 238 / .05) var(--tw-gradient-to-position)}.to-cyan-400\/50{--tw-gradient-to: rgb(34 211 238 / .5) var(--tw-gradient-to-position)}.to-cyan-400\/55{--tw-gradient-to: rgb(34 211 238 / .55) var(--tw-gradient-to-position)}.to-cyan-400\/60{--tw-gradient-to: rgb(34 211 238 / .6) var(--tw-gradient-to-position)}.to-cyan-400\/65{--tw-gradient-to: rgb(34 211 238 / .65) var(--tw-gradient-to-position)}.to-cyan-400\/70{--tw-gradient-to: rgb(34 211 238 / .7) var(--tw-gradient-to-position)}.to-cyan-400\/75{--tw-gradient-to: rgb(34 211 238 / .75) var(--tw-gradient-to-position)}.to-cyan-400\/80{--tw-gradient-to: rgb(34 211 238 / .8) var(--tw-gradient-to-position)}.to-cyan-400\/85{--tw-gradient-to: rgb(34 211 238 / .85) var(--tw-gradient-to-position)}.to-cyan-400\/90{--tw-gradient-to: rgb(34 211 238 / .9) var(--tw-gradient-to-position)}.to-cyan-400\/95{--tw-gradient-to: rgb(34 211 238 / .95) var(--tw-gradient-to-position)}.to-cyan-50{--tw-gradient-to: #ecfeff var(--tw-gradient-to-position)}.to-cyan-50\/0{--tw-gradient-to: rgb(236 254 255 / 0) var(--tw-gradient-to-position)}.to-cyan-50\/10{--tw-gradient-to: rgb(236 254 255 / .1) var(--tw-gradient-to-position)}.to-cyan-50\/100{--tw-gradient-to: rgb(236 254 255 / 1) var(--tw-gradient-to-position)}.to-cyan-50\/15{--tw-gradient-to: rgb(236 254 255 / .15) var(--tw-gradient-to-position)}.to-cyan-50\/20{--tw-gradient-to: rgb(236 254 255 / .2) var(--tw-gradient-to-position)}.to-cyan-50\/25{--tw-gradient-to: rgb(236 254 255 / .25) var(--tw-gradient-to-position)}.to-cyan-50\/30{--tw-gradient-to: rgb(236 254 255 / .3) var(--tw-gradient-to-position)}.to-cyan-50\/35{--tw-gradient-to: rgb(236 254 255 / .35) var(--tw-gradient-to-position)}.to-cyan-50\/40{--tw-gradient-to: rgb(236 254 255 / .4) var(--tw-gradient-to-position)}.to-cyan-50\/45{--tw-gradient-to: rgb(236 254 255 / .45) var(--tw-gradient-to-position)}.to-cyan-50\/5{--tw-gradient-to: rgb(236 254 255 / .05) var(--tw-gradient-to-position)}.to-cyan-50\/50{--tw-gradient-to: rgb(236 254 255 / .5) var(--tw-gradient-to-position)}.to-cyan-50\/55{--tw-gradient-to: rgb(236 254 255 / .55) var(--tw-gradient-to-position)}.to-cyan-50\/60{--tw-gradient-to: rgb(236 254 255 / .6) var(--tw-gradient-to-position)}.to-cyan-50\/65{--tw-gradient-to: rgb(236 254 255 / .65) var(--tw-gradient-to-position)}.to-cyan-50\/70{--tw-gradient-to: rgb(236 254 255 / .7) var(--tw-gradient-to-position)}.to-cyan-50\/75{--tw-gradient-to: rgb(236 254 255 / .75) var(--tw-gradient-to-position)}.to-cyan-50\/80{--tw-gradient-to: rgb(236 254 255 / .8) var(--tw-gradient-to-position)}.to-cyan-50\/85{--tw-gradient-to: rgb(236 254 255 / .85) var(--tw-gradient-to-position)}.to-cyan-50\/90{--tw-gradient-to: rgb(236 254 255 / .9) var(--tw-gradient-to-position)}.to-cyan-50\/95{--tw-gradient-to: rgb(236 254 255 / .95) var(--tw-gradient-to-position)}.to-cyan-500{--tw-gradient-to: #06b6d4 var(--tw-gradient-to-position)}.to-cyan-500\/0{--tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position)}.to-cyan-500\/10{--tw-gradient-to: rgb(6 182 212 / .1) var(--tw-gradient-to-position)}.to-cyan-500\/100{--tw-gradient-to: rgb(6 182 212 / 1) var(--tw-gradient-to-position)}.to-cyan-500\/15{--tw-gradient-to: rgb(6 182 212 / .15) var(--tw-gradient-to-position)}.to-cyan-500\/20{--tw-gradient-to: rgb(6 182 212 / .2) var(--tw-gradient-to-position)}.to-cyan-500\/25{--tw-gradient-to: rgb(6 182 212 / .25) var(--tw-gradient-to-position)}.to-cyan-500\/30{--tw-gradient-to: rgb(6 182 212 / .3) var(--tw-gradient-to-position)}.to-cyan-500\/35{--tw-gradient-to: rgb(6 182 212 / .35) var(--tw-gradient-to-position)}.to-cyan-500\/40{--tw-gradient-to: rgb(6 182 212 / .4) var(--tw-gradient-to-position)}.to-cyan-500\/45{--tw-gradient-to: rgb(6 182 212 / .45) var(--tw-gradient-to-position)}.to-cyan-500\/5{--tw-gradient-to: rgb(6 182 212 / .05) var(--tw-gradient-to-position)}.to-cyan-500\/50{--tw-gradient-to: rgb(6 182 212 / .5) var(--tw-gradient-to-position)}.to-cyan-500\/55{--tw-gradient-to: rgb(6 182 212 / .55) var(--tw-gradient-to-position)}.to-cyan-500\/60{--tw-gradient-to: rgb(6 182 212 / .6) var(--tw-gradient-to-position)}.to-cyan-500\/65{--tw-gradient-to: rgb(6 182 212 / .65) var(--tw-gradient-to-position)}.to-cyan-500\/70{--tw-gradient-to: rgb(6 182 212 / .7) var(--tw-gradient-to-position)}.to-cyan-500\/75{--tw-gradient-to: rgb(6 182 212 / .75) var(--tw-gradient-to-position)}.to-cyan-500\/80{--tw-gradient-to: rgb(6 182 212 / .8) var(--tw-gradient-to-position)}.to-cyan-500\/85{--tw-gradient-to: rgb(6 182 212 / .85) var(--tw-gradient-to-position)}.to-cyan-500\/90{--tw-gradient-to: rgb(6 182 212 / .9) var(--tw-gradient-to-position)}.to-cyan-500\/95{--tw-gradient-to: rgb(6 182 212 / .95) var(--tw-gradient-to-position)}.to-cyan-600{--tw-gradient-to: #0891b2 var(--tw-gradient-to-position)}.to-cyan-600\/0{--tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position)}.to-cyan-600\/10{--tw-gradient-to: rgb(8 145 178 / .1) var(--tw-gradient-to-position)}.to-cyan-600\/100{--tw-gradient-to: rgb(8 145 178 / 1) var(--tw-gradient-to-position)}.to-cyan-600\/15{--tw-gradient-to: rgb(8 145 178 / .15) var(--tw-gradient-to-position)}.to-cyan-600\/20{--tw-gradient-to: rgb(8 145 178 / .2) var(--tw-gradient-to-position)}.to-cyan-600\/25{--tw-gradient-to: rgb(8 145 178 / .25) var(--tw-gradient-to-position)}.to-cyan-600\/30{--tw-gradient-to: rgb(8 145 178 / .3) var(--tw-gradient-to-position)}.to-cyan-600\/35{--tw-gradient-to: rgb(8 145 178 / .35) var(--tw-gradient-to-position)}.to-cyan-600\/40{--tw-gradient-to: rgb(8 145 178 / .4) var(--tw-gradient-to-position)}.to-cyan-600\/45{--tw-gradient-to: rgb(8 145 178 / .45) var(--tw-gradient-to-position)}.to-cyan-600\/5{--tw-gradient-to: rgb(8 145 178 / .05) var(--tw-gradient-to-position)}.to-cyan-600\/50{--tw-gradient-to: rgb(8 145 178 / .5) var(--tw-gradient-to-position)}.to-cyan-600\/55{--tw-gradient-to: rgb(8 145 178 / .55) var(--tw-gradient-to-position)}.to-cyan-600\/60{--tw-gradient-to: rgb(8 145 178 / .6) var(--tw-gradient-to-position)}.to-cyan-600\/65{--tw-gradient-to: rgb(8 145 178 / .65) var(--tw-gradient-to-position)}.to-cyan-600\/70{--tw-gradient-to: rgb(8 145 178 / .7) var(--tw-gradient-to-position)}.to-cyan-600\/75{--tw-gradient-to: rgb(8 145 178 / .75) var(--tw-gradient-to-position)}.to-cyan-600\/80{--tw-gradient-to: rgb(8 145 178 / .8) var(--tw-gradient-to-position)}.to-cyan-600\/85{--tw-gradient-to: rgb(8 145 178 / .85) var(--tw-gradient-to-position)}.to-cyan-600\/90{--tw-gradient-to: rgb(8 145 178 / .9) var(--tw-gradient-to-position)}.to-cyan-600\/95{--tw-gradient-to: rgb(8 145 178 / .95) var(--tw-gradient-to-position)}.to-cyan-700{--tw-gradient-to: #0e7490 var(--tw-gradient-to-position)}.to-cyan-700\/0{--tw-gradient-to: rgb(14 116 144 / 0) var(--tw-gradient-to-position)}.to-cyan-700\/10{--tw-gradient-to: rgb(14 116 144 / .1) var(--tw-gradient-to-position)}.to-cyan-700\/100{--tw-gradient-to: rgb(14 116 144 / 1) var(--tw-gradient-to-position)}.to-cyan-700\/15{--tw-gradient-to: rgb(14 116 144 / .15) var(--tw-gradient-to-position)}.to-cyan-700\/20{--tw-gradient-to: rgb(14 116 144 / .2) var(--tw-gradient-to-position)}.to-cyan-700\/25{--tw-gradient-to: rgb(14 116 144 / .25) var(--tw-gradient-to-position)}.to-cyan-700\/30{--tw-gradient-to: rgb(14 116 144 / .3) var(--tw-gradient-to-position)}.to-cyan-700\/35{--tw-gradient-to: rgb(14 116 144 / .35) var(--tw-gradient-to-position)}.to-cyan-700\/40{--tw-gradient-to: rgb(14 116 144 / .4) var(--tw-gradient-to-position)}.to-cyan-700\/45{--tw-gradient-to: rgb(14 116 144 / .45) var(--tw-gradient-to-position)}.to-cyan-700\/5{--tw-gradient-to: rgb(14 116 144 / .05) var(--tw-gradient-to-position)}.to-cyan-700\/50{--tw-gradient-to: rgb(14 116 144 / .5) var(--tw-gradient-to-position)}.to-cyan-700\/55{--tw-gradient-to: rgb(14 116 144 / .55) var(--tw-gradient-to-position)}.to-cyan-700\/60{--tw-gradient-to: rgb(14 116 144 / .6) var(--tw-gradient-to-position)}.to-cyan-700\/65{--tw-gradient-to: rgb(14 116 144 / .65) var(--tw-gradient-to-position)}.to-cyan-700\/70{--tw-gradient-to: rgb(14 116 144 / .7) var(--tw-gradient-to-position)}.to-cyan-700\/75{--tw-gradient-to: rgb(14 116 144 / .75) var(--tw-gradient-to-position)}.to-cyan-700\/80{--tw-gradient-to: rgb(14 116 144 / .8) var(--tw-gradient-to-position)}.to-cyan-700\/85{--tw-gradient-to: rgb(14 116 144 / .85) var(--tw-gradient-to-position)}.to-cyan-700\/90{--tw-gradient-to: rgb(14 116 144 / .9) var(--tw-gradient-to-position)}.to-cyan-700\/95{--tw-gradient-to: rgb(14 116 144 / .95) var(--tw-gradient-to-position)}.to-cyan-800{--tw-gradient-to: #155e75 var(--tw-gradient-to-position)}.to-cyan-800\/0{--tw-gradient-to: rgb(21 94 117 / 0) var(--tw-gradient-to-position)}.to-cyan-800\/10{--tw-gradient-to: rgb(21 94 117 / .1) var(--tw-gradient-to-position)}.to-cyan-800\/100{--tw-gradient-to: rgb(21 94 117 / 1) var(--tw-gradient-to-position)}.to-cyan-800\/15{--tw-gradient-to: rgb(21 94 117 / .15) var(--tw-gradient-to-position)}.to-cyan-800\/20{--tw-gradient-to: rgb(21 94 117 / .2) var(--tw-gradient-to-position)}.to-cyan-800\/25{--tw-gradient-to: rgb(21 94 117 / .25) var(--tw-gradient-to-position)}.to-cyan-800\/30{--tw-gradient-to: rgb(21 94 117 / .3) var(--tw-gradient-to-position)}.to-cyan-800\/35{--tw-gradient-to: rgb(21 94 117 / .35) var(--tw-gradient-to-position)}.to-cyan-800\/40{--tw-gradient-to: rgb(21 94 117 / .4) var(--tw-gradient-to-position)}.to-cyan-800\/45{--tw-gradient-to: rgb(21 94 117 / .45) var(--tw-gradient-to-position)}.to-cyan-800\/5{--tw-gradient-to: rgb(21 94 117 / .05) var(--tw-gradient-to-position)}.to-cyan-800\/50{--tw-gradient-to: rgb(21 94 117 / .5) var(--tw-gradient-to-position)}.to-cyan-800\/55{--tw-gradient-to: rgb(21 94 117 / .55) var(--tw-gradient-to-position)}.to-cyan-800\/60{--tw-gradient-to: rgb(21 94 117 / .6) var(--tw-gradient-to-position)}.to-cyan-800\/65{--tw-gradient-to: rgb(21 94 117 / .65) var(--tw-gradient-to-position)}.to-cyan-800\/70{--tw-gradient-to: rgb(21 94 117 / .7) var(--tw-gradient-to-position)}.to-cyan-800\/75{--tw-gradient-to: rgb(21 94 117 / .75) var(--tw-gradient-to-position)}.to-cyan-800\/80{--tw-gradient-to: rgb(21 94 117 / .8) var(--tw-gradient-to-position)}.to-cyan-800\/85{--tw-gradient-to: rgb(21 94 117 / .85) var(--tw-gradient-to-position)}.to-cyan-800\/90{--tw-gradient-to: rgb(21 94 117 / .9) var(--tw-gradient-to-position)}.to-cyan-800\/95{--tw-gradient-to: rgb(21 94 117 / .95) var(--tw-gradient-to-position)}.to-cyan-900{--tw-gradient-to: #164e63 var(--tw-gradient-to-position)}.to-cyan-900\/0{--tw-gradient-to: rgb(22 78 99 / 0) var(--tw-gradient-to-position)}.to-cyan-900\/10{--tw-gradient-to: rgb(22 78 99 / .1) var(--tw-gradient-to-position)}.to-cyan-900\/100{--tw-gradient-to: rgb(22 78 99 / 1) var(--tw-gradient-to-position)}.to-cyan-900\/15{--tw-gradient-to: rgb(22 78 99 / .15) var(--tw-gradient-to-position)}.to-cyan-900\/20{--tw-gradient-to: rgb(22 78 99 / .2) var(--tw-gradient-to-position)}.to-cyan-900\/25{--tw-gradient-to: rgb(22 78 99 / .25) var(--tw-gradient-to-position)}.to-cyan-900\/30{--tw-gradient-to: rgb(22 78 99 / .3) var(--tw-gradient-to-position)}.to-cyan-900\/35{--tw-gradient-to: rgb(22 78 99 / .35) var(--tw-gradient-to-position)}.to-cyan-900\/40{--tw-gradient-to: rgb(22 78 99 / .4) var(--tw-gradient-to-position)}.to-cyan-900\/45{--tw-gradient-to: rgb(22 78 99 / .45) var(--tw-gradient-to-position)}.to-cyan-900\/5{--tw-gradient-to: rgb(22 78 99 / .05) var(--tw-gradient-to-position)}.to-cyan-900\/50{--tw-gradient-to: rgb(22 78 99 / .5) var(--tw-gradient-to-position)}.to-cyan-900\/55{--tw-gradient-to: rgb(22 78 99 / .55) var(--tw-gradient-to-position)}.to-cyan-900\/60{--tw-gradient-to: rgb(22 78 99 / .6) var(--tw-gradient-to-position)}.to-cyan-900\/65{--tw-gradient-to: rgb(22 78 99 / .65) var(--tw-gradient-to-position)}.to-cyan-900\/70{--tw-gradient-to: rgb(22 78 99 / .7) var(--tw-gradient-to-position)}.to-cyan-900\/75{--tw-gradient-to: rgb(22 78 99 / .75) var(--tw-gradient-to-position)}.to-cyan-900\/80{--tw-gradient-to: rgb(22 78 99 / .8) var(--tw-gradient-to-position)}.to-cyan-900\/85{--tw-gradient-to: rgb(22 78 99 / .85) var(--tw-gradient-to-position)}.to-cyan-900\/90{--tw-gradient-to: rgb(22 78 99 / .9) var(--tw-gradient-to-position)}.to-cyan-900\/95{--tw-gradient-to: rgb(22 78 99 / .95) var(--tw-gradient-to-position)}.to-emerald-100{--tw-gradient-to: #d1fae5 var(--tw-gradient-to-position)}.to-emerald-400{--tw-gradient-to: #34d399 var(--tw-gradient-to-position)}.to-emerald-50{--tw-gradient-to: #ecfdf5 var(--tw-gradient-to-position)}.to-emerald-500{--tw-gradient-to: #10b981 var(--tw-gradient-to-position)}.to-emerald-600{--tw-gradient-to: #059669 var(--tw-gradient-to-position)}.to-gray-100{--tw-gradient-to: #f3f4f6 var(--tw-gradient-to-position)}.to-gray-100\/0{--tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position)}.to-gray-100\/10{--tw-gradient-to: rgb(243 244 246 / .1) var(--tw-gradient-to-position)}.to-gray-100\/100{--tw-gradient-to: rgb(243 244 246 / 1) var(--tw-gradient-to-position)}.to-gray-100\/15{--tw-gradient-to: rgb(243 244 246 / .15) var(--tw-gradient-to-position)}.to-gray-100\/20{--tw-gradient-to: rgb(243 244 246 / .2) var(--tw-gradient-to-position)}.to-gray-100\/25{--tw-gradient-to: rgb(243 244 246 / .25) var(--tw-gradient-to-position)}.to-gray-100\/30{--tw-gradient-to: rgb(243 244 246 / .3) var(--tw-gradient-to-position)}.to-gray-100\/35{--tw-gradient-to: rgb(243 244 246 / .35) var(--tw-gradient-to-position)}.to-gray-100\/40{--tw-gradient-to: rgb(243 244 246 / .4) var(--tw-gradient-to-position)}.to-gray-100\/45{--tw-gradient-to: rgb(243 244 246 / .45) var(--tw-gradient-to-position)}.to-gray-100\/5{--tw-gradient-to: rgb(243 244 246 / .05) var(--tw-gradient-to-position)}.to-gray-100\/50{--tw-gradient-to: rgb(243 244 246 / .5) var(--tw-gradient-to-position)}.to-gray-100\/55{--tw-gradient-to: rgb(243 244 246 / .55) var(--tw-gradient-to-position)}.to-gray-100\/60{--tw-gradient-to: rgb(243 244 246 / .6) var(--tw-gradient-to-position)}.to-gray-100\/65{--tw-gradient-to: rgb(243 244 246 / .65) var(--tw-gradient-to-position)}.to-gray-100\/70{--tw-gradient-to: rgb(243 244 246 / .7) var(--tw-gradient-to-position)}.to-gray-100\/75{--tw-gradient-to: rgb(243 244 246 / .75) var(--tw-gradient-to-position)}.to-gray-100\/80{--tw-gradient-to: rgb(243 244 246 / .8) var(--tw-gradient-to-position)}.to-gray-100\/85{--tw-gradient-to: rgb(243 244 246 / .85) var(--tw-gradient-to-position)}.to-gray-100\/90{--tw-gradient-to: rgb(243 244 246 / .9) var(--tw-gradient-to-position)}.to-gray-100\/95{--tw-gradient-to: rgb(243 244 246 / .95) var(--tw-gradient-to-position)}.to-gray-200{--tw-gradient-to: #e5e7eb var(--tw-gradient-to-position)}.to-gray-200\/0{--tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position)}.to-gray-200\/10{--tw-gradient-to: rgb(229 231 235 / .1) var(--tw-gradient-to-position)}.to-gray-200\/100{--tw-gradient-to: rgb(229 231 235 / 1) var(--tw-gradient-to-position)}.to-gray-200\/15{--tw-gradient-to: rgb(229 231 235 / .15) var(--tw-gradient-to-position)}.to-gray-200\/20{--tw-gradient-to: rgb(229 231 235 / .2) var(--tw-gradient-to-position)}.to-gray-200\/25{--tw-gradient-to: rgb(229 231 235 / .25) var(--tw-gradient-to-position)}.to-gray-200\/30{--tw-gradient-to: rgb(229 231 235 / .3) var(--tw-gradient-to-position)}.to-gray-200\/35{--tw-gradient-to: rgb(229 231 235 / .35) var(--tw-gradient-to-position)}.to-gray-200\/40{--tw-gradient-to: rgb(229 231 235 / .4) var(--tw-gradient-to-position)}.to-gray-200\/45{--tw-gradient-to: rgb(229 231 235 / .45) var(--tw-gradient-to-position)}.to-gray-200\/5{--tw-gradient-to: rgb(229 231 235 / .05) var(--tw-gradient-to-position)}.to-gray-200\/50{--tw-gradient-to: rgb(229 231 235 / .5) var(--tw-gradient-to-position)}.to-gray-200\/55{--tw-gradient-to: rgb(229 231 235 / .55) var(--tw-gradient-to-position)}.to-gray-200\/60{--tw-gradient-to: rgb(229 231 235 / .6) var(--tw-gradient-to-position)}.to-gray-200\/65{--tw-gradient-to: rgb(229 231 235 / .65) var(--tw-gradient-to-position)}.to-gray-200\/70{--tw-gradient-to: rgb(229 231 235 / .7) var(--tw-gradient-to-position)}.to-gray-200\/75{--tw-gradient-to: rgb(229 231 235 / .75) var(--tw-gradient-to-position)}.to-gray-200\/80{--tw-gradient-to: rgb(229 231 235 / .8) var(--tw-gradient-to-position)}.to-gray-200\/85{--tw-gradient-to: rgb(229 231 235 / .85) var(--tw-gradient-to-position)}.to-gray-200\/90{--tw-gradient-to: rgb(229 231 235 / .9) var(--tw-gradient-to-position)}.to-gray-200\/95{--tw-gradient-to: rgb(229 231 235 / .95) var(--tw-gradient-to-position)}.to-gray-300{--tw-gradient-to: #d1d5db var(--tw-gradient-to-position)}.to-gray-300\/0{--tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position)}.to-gray-300\/10{--tw-gradient-to: rgb(209 213 219 / .1) var(--tw-gradient-to-position)}.to-gray-300\/100{--tw-gradient-to: rgb(209 213 219 / 1) var(--tw-gradient-to-position)}.to-gray-300\/15{--tw-gradient-to: rgb(209 213 219 / .15) var(--tw-gradient-to-position)}.to-gray-300\/20{--tw-gradient-to: rgb(209 213 219 / .2) var(--tw-gradient-to-position)}.to-gray-300\/25{--tw-gradient-to: rgb(209 213 219 / .25) var(--tw-gradient-to-position)}.to-gray-300\/30{--tw-gradient-to: rgb(209 213 219 / .3) var(--tw-gradient-to-position)}.to-gray-300\/35{--tw-gradient-to: rgb(209 213 219 / .35) var(--tw-gradient-to-position)}.to-gray-300\/40{--tw-gradient-to: rgb(209 213 219 / .4) var(--tw-gradient-to-position)}.to-gray-300\/45{--tw-gradient-to: rgb(209 213 219 / .45) var(--tw-gradient-to-position)}.to-gray-300\/5{--tw-gradient-to: rgb(209 213 219 / .05) var(--tw-gradient-to-position)}.to-gray-300\/50{--tw-gradient-to: rgb(209 213 219 / .5) var(--tw-gradient-to-position)}.to-gray-300\/55{--tw-gradient-to: rgb(209 213 219 / .55) var(--tw-gradient-to-position)}.to-gray-300\/60{--tw-gradient-to: rgb(209 213 219 / .6) var(--tw-gradient-to-position)}.to-gray-300\/65{--tw-gradient-to: rgb(209 213 219 / .65) var(--tw-gradient-to-position)}.to-gray-300\/70{--tw-gradient-to: rgb(209 213 219 / .7) var(--tw-gradient-to-position)}.to-gray-300\/75{--tw-gradient-to: rgb(209 213 219 / .75) var(--tw-gradient-to-position)}.to-gray-300\/80{--tw-gradient-to: rgb(209 213 219 / .8) var(--tw-gradient-to-position)}.to-gray-300\/85{--tw-gradient-to: rgb(209 213 219 / .85) var(--tw-gradient-to-position)}.to-gray-300\/90{--tw-gradient-to: rgb(209 213 219 / .9) var(--tw-gradient-to-position)}.to-gray-300\/95{--tw-gradient-to: rgb(209 213 219 / .95) var(--tw-gradient-to-position)}.to-gray-400{--tw-gradient-to: #9ca3af var(--tw-gradient-to-position)}.to-gray-400\/0{--tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position)}.to-gray-400\/10{--tw-gradient-to: rgb(156 163 175 / .1) var(--tw-gradient-to-position)}.to-gray-400\/100{--tw-gradient-to: rgb(156 163 175 / 1) var(--tw-gradient-to-position)}.to-gray-400\/15{--tw-gradient-to: rgb(156 163 175 / .15) var(--tw-gradient-to-position)}.to-gray-400\/20{--tw-gradient-to: rgb(156 163 175 / .2) var(--tw-gradient-to-position)}.to-gray-400\/25{--tw-gradient-to: rgb(156 163 175 / .25) var(--tw-gradient-to-position)}.to-gray-400\/30{--tw-gradient-to: rgb(156 163 175 / .3) var(--tw-gradient-to-position)}.to-gray-400\/35{--tw-gradient-to: rgb(156 163 175 / .35) var(--tw-gradient-to-position)}.to-gray-400\/40{--tw-gradient-to: rgb(156 163 175 / .4) var(--tw-gradient-to-position)}.to-gray-400\/45{--tw-gradient-to: rgb(156 163 175 / .45) var(--tw-gradient-to-position)}.to-gray-400\/5{--tw-gradient-to: rgb(156 163 175 / .05) var(--tw-gradient-to-position)}.to-gray-400\/50{--tw-gradient-to: rgb(156 163 175 / .5) var(--tw-gradient-to-position)}.to-gray-400\/55{--tw-gradient-to: rgb(156 163 175 / .55) var(--tw-gradient-to-position)}.to-gray-400\/60{--tw-gradient-to: rgb(156 163 175 / .6) var(--tw-gradient-to-position)}.to-gray-400\/65{--tw-gradient-to: rgb(156 163 175 / .65) var(--tw-gradient-to-position)}.to-gray-400\/70{--tw-gradient-to: rgb(156 163 175 / .7) var(--tw-gradient-to-position)}.to-gray-400\/75{--tw-gradient-to: rgb(156 163 175 / .75) var(--tw-gradient-to-position)}.to-gray-400\/80{--tw-gradient-to: rgb(156 163 175 / .8) var(--tw-gradient-to-position)}.to-gray-400\/85{--tw-gradient-to: rgb(156 163 175 / .85) var(--tw-gradient-to-position)}.to-gray-400\/90{--tw-gradient-to: rgb(156 163 175 / .9) var(--tw-gradient-to-position)}.to-gray-400\/95{--tw-gradient-to: rgb(156 163 175 / .95) var(--tw-gradient-to-position)}.to-gray-50{--tw-gradient-to: #f9fafb var(--tw-gradient-to-position)}.to-gray-50\/0{--tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position)}.to-gray-50\/10{--tw-gradient-to: rgb(249 250 251 / .1) var(--tw-gradient-to-position)}.to-gray-50\/100{--tw-gradient-to: rgb(249 250 251 / 1) var(--tw-gradient-to-position)}.to-gray-50\/15{--tw-gradient-to: rgb(249 250 251 / .15) var(--tw-gradient-to-position)}.to-gray-50\/20{--tw-gradient-to: rgb(249 250 251 / .2) var(--tw-gradient-to-position)}.to-gray-50\/25{--tw-gradient-to: rgb(249 250 251 / .25) var(--tw-gradient-to-position)}.to-gray-50\/30{--tw-gradient-to: rgb(249 250 251 / .3) var(--tw-gradient-to-position)}.to-gray-50\/35{--tw-gradient-to: rgb(249 250 251 / .35) var(--tw-gradient-to-position)}.to-gray-50\/40{--tw-gradient-to: rgb(249 250 251 / .4) var(--tw-gradient-to-position)}.to-gray-50\/45{--tw-gradient-to: rgb(249 250 251 / .45) var(--tw-gradient-to-position)}.to-gray-50\/5{--tw-gradient-to: rgb(249 250 251 / .05) var(--tw-gradient-to-position)}.to-gray-50\/50{--tw-gradient-to: rgb(249 250 251 / .5) var(--tw-gradient-to-position)}.to-gray-50\/55{--tw-gradient-to: rgb(249 250 251 / .55) var(--tw-gradient-to-position)}.to-gray-50\/60{--tw-gradient-to: rgb(249 250 251 / .6) var(--tw-gradient-to-position)}.to-gray-50\/65{--tw-gradient-to: rgb(249 250 251 / .65) var(--tw-gradient-to-position)}.to-gray-50\/70{--tw-gradient-to: rgb(249 250 251 / .7) var(--tw-gradient-to-position)}.to-gray-50\/75{--tw-gradient-to: rgb(249 250 251 / .75) var(--tw-gradient-to-position)}.to-gray-50\/80{--tw-gradient-to: rgb(249 250 251 / .8) var(--tw-gradient-to-position)}.to-gray-50\/85{--tw-gradient-to: rgb(249 250 251 / .85) var(--tw-gradient-to-position)}.to-gray-50\/90{--tw-gradient-to: rgb(249 250 251 / .9) var(--tw-gradient-to-position)}.to-gray-50\/95{--tw-gradient-to: rgb(249 250 251 / .95) var(--tw-gradient-to-position)}.to-gray-500{--tw-gradient-to: #6b7280 var(--tw-gradient-to-position)}.to-gray-500\/0{--tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position)}.to-gray-500\/10{--tw-gradient-to: rgb(107 114 128 / .1) var(--tw-gradient-to-position)}.to-gray-500\/100{--tw-gradient-to: rgb(107 114 128 / 1) var(--tw-gradient-to-position)}.to-gray-500\/15{--tw-gradient-to: rgb(107 114 128 / .15) var(--tw-gradient-to-position)}.to-gray-500\/20{--tw-gradient-to: rgb(107 114 128 / .2) var(--tw-gradient-to-position)}.to-gray-500\/25{--tw-gradient-to: rgb(107 114 128 / .25) var(--tw-gradient-to-position)}.to-gray-500\/30{--tw-gradient-to: rgb(107 114 128 / .3) var(--tw-gradient-to-position)}.to-gray-500\/35{--tw-gradient-to: rgb(107 114 128 / .35) var(--tw-gradient-to-position)}.to-gray-500\/40{--tw-gradient-to: rgb(107 114 128 / .4) var(--tw-gradient-to-position)}.to-gray-500\/45{--tw-gradient-to: rgb(107 114 128 / .45) var(--tw-gradient-to-position)}.to-gray-500\/5{--tw-gradient-to: rgb(107 114 128 / .05) var(--tw-gradient-to-position)}.to-gray-500\/50{--tw-gradient-to: rgb(107 114 128 / .5) var(--tw-gradient-to-position)}.to-gray-500\/55{--tw-gradient-to: rgb(107 114 128 / .55) var(--tw-gradient-to-position)}.to-gray-500\/60{--tw-gradient-to: rgb(107 114 128 / .6) var(--tw-gradient-to-position)}.to-gray-500\/65{--tw-gradient-to: rgb(107 114 128 / .65) var(--tw-gradient-to-position)}.to-gray-500\/70{--tw-gradient-to: rgb(107 114 128 / .7) var(--tw-gradient-to-position)}.to-gray-500\/75{--tw-gradient-to: rgb(107 114 128 / .75) var(--tw-gradient-to-position)}.to-gray-500\/80{--tw-gradient-to: rgb(107 114 128 / .8) var(--tw-gradient-to-position)}.to-gray-500\/85{--tw-gradient-to: rgb(107 114 128 / .85) var(--tw-gradient-to-position)}.to-gray-500\/90{--tw-gradient-to: rgb(107 114 128 / .9) var(--tw-gradient-to-position)}.to-gray-500\/95{--tw-gradient-to: rgb(107 114 128 / .95) var(--tw-gradient-to-position)}.to-gray-600{--tw-gradient-to: #4b5563 var(--tw-gradient-to-position)}.to-gray-600\/0{--tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position)}.to-gray-600\/10{--tw-gradient-to: rgb(75 85 99 / .1) var(--tw-gradient-to-position)}.to-gray-600\/100{--tw-gradient-to: rgb(75 85 99 / 1) var(--tw-gradient-to-position)}.to-gray-600\/15{--tw-gradient-to: rgb(75 85 99 / .15) var(--tw-gradient-to-position)}.to-gray-600\/20{--tw-gradient-to: rgb(75 85 99 / .2) var(--tw-gradient-to-position)}.to-gray-600\/25{--tw-gradient-to: rgb(75 85 99 / .25) var(--tw-gradient-to-position)}.to-gray-600\/30{--tw-gradient-to: rgb(75 85 99 / .3) var(--tw-gradient-to-position)}.to-gray-600\/35{--tw-gradient-to: rgb(75 85 99 / .35) var(--tw-gradient-to-position)}.to-gray-600\/40{--tw-gradient-to: rgb(75 85 99 / .4) var(--tw-gradient-to-position)}.to-gray-600\/45{--tw-gradient-to: rgb(75 85 99 / .45) var(--tw-gradient-to-position)}.to-gray-600\/5{--tw-gradient-to: rgb(75 85 99 / .05) var(--tw-gradient-to-position)}.to-gray-600\/50{--tw-gradient-to: rgb(75 85 99 / .5) var(--tw-gradient-to-position)}.to-gray-600\/55{--tw-gradient-to: rgb(75 85 99 / .55) var(--tw-gradient-to-position)}.to-gray-600\/60{--tw-gradient-to: rgb(75 85 99 / .6) var(--tw-gradient-to-position)}.to-gray-600\/65{--tw-gradient-to: rgb(75 85 99 / .65) var(--tw-gradient-to-position)}.to-gray-600\/70{--tw-gradient-to: rgb(75 85 99 / .7) var(--tw-gradient-to-position)}.to-gray-600\/75{--tw-gradient-to: rgb(75 85 99 / .75) var(--tw-gradient-to-position)}.to-gray-600\/80{--tw-gradient-to: rgb(75 85 99 / .8) var(--tw-gradient-to-position)}.to-gray-600\/85{--tw-gradient-to: rgb(75 85 99 / .85) var(--tw-gradient-to-position)}.to-gray-600\/90{--tw-gradient-to: rgb(75 85 99 / .9) var(--tw-gradient-to-position)}.to-gray-600\/95{--tw-gradient-to: rgb(75 85 99 / .95) var(--tw-gradient-to-position)}.to-gray-700{--tw-gradient-to: #374151 var(--tw-gradient-to-position)}.to-gray-700\/0{--tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position)}.to-gray-700\/10{--tw-gradient-to: rgb(55 65 81 / .1) var(--tw-gradient-to-position)}.to-gray-700\/100{--tw-gradient-to: rgb(55 65 81 / 1) var(--tw-gradient-to-position)}.to-gray-700\/15{--tw-gradient-to: rgb(55 65 81 / .15) var(--tw-gradient-to-position)}.to-gray-700\/20{--tw-gradient-to: rgb(55 65 81 / .2) var(--tw-gradient-to-position)}.to-gray-700\/25{--tw-gradient-to: rgb(55 65 81 / .25) var(--tw-gradient-to-position)}.to-gray-700\/30{--tw-gradient-to: rgb(55 65 81 / .3) var(--tw-gradient-to-position)}.to-gray-700\/35{--tw-gradient-to: rgb(55 65 81 / .35) var(--tw-gradient-to-position)}.to-gray-700\/40{--tw-gradient-to: rgb(55 65 81 / .4) var(--tw-gradient-to-position)}.to-gray-700\/45{--tw-gradient-to: rgb(55 65 81 / .45) var(--tw-gradient-to-position)}.to-gray-700\/5{--tw-gradient-to: rgb(55 65 81 / .05) var(--tw-gradient-to-position)}.to-gray-700\/50{--tw-gradient-to: rgb(55 65 81 / .5) var(--tw-gradient-to-position)}.to-gray-700\/55{--tw-gradient-to: rgb(55 65 81 / .55) var(--tw-gradient-to-position)}.to-gray-700\/60{--tw-gradient-to: rgb(55 65 81 / .6) var(--tw-gradient-to-position)}.to-gray-700\/65{--tw-gradient-to: rgb(55 65 81 / .65) var(--tw-gradient-to-position)}.to-gray-700\/70{--tw-gradient-to: rgb(55 65 81 / .7) var(--tw-gradient-to-position)}.to-gray-700\/75{--tw-gradient-to: rgb(55 65 81 / .75) var(--tw-gradient-to-position)}.to-gray-700\/80{--tw-gradient-to: rgb(55 65 81 / .8) var(--tw-gradient-to-position)}.to-gray-700\/85{--tw-gradient-to: rgb(55 65 81 / .85) var(--tw-gradient-to-position)}.to-gray-700\/90{--tw-gradient-to: rgb(55 65 81 / .9) var(--tw-gradient-to-position)}.to-gray-700\/95{--tw-gradient-to: rgb(55 65 81 / .95) var(--tw-gradient-to-position)}.to-gray-800{--tw-gradient-to: #1f2937 var(--tw-gradient-to-position)}.to-gray-800\/0{--tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position)}.to-gray-800\/10{--tw-gradient-to: rgb(31 41 55 / .1) var(--tw-gradient-to-position)}.to-gray-800\/100{--tw-gradient-to: rgb(31 41 55 / 1) var(--tw-gradient-to-position)}.to-gray-800\/15{--tw-gradient-to: rgb(31 41 55 / .15) var(--tw-gradient-to-position)}.to-gray-800\/20{--tw-gradient-to: rgb(31 41 55 / .2) var(--tw-gradient-to-position)}.to-gray-800\/25{--tw-gradient-to: rgb(31 41 55 / .25) var(--tw-gradient-to-position)}.to-gray-800\/30{--tw-gradient-to: rgb(31 41 55 / .3) var(--tw-gradient-to-position)}.to-gray-800\/35{--tw-gradient-to: rgb(31 41 55 / .35) var(--tw-gradient-to-position)}.to-gray-800\/40{--tw-gradient-to: rgb(31 41 55 / .4) var(--tw-gradient-to-position)}.to-gray-800\/45{--tw-gradient-to: rgb(31 41 55 / .45) var(--tw-gradient-to-position)}.to-gray-800\/5{--tw-gradient-to: rgb(31 41 55 / .05) var(--tw-gradient-to-position)}.to-gray-800\/50{--tw-gradient-to: rgb(31 41 55 / .5) var(--tw-gradient-to-position)}.to-gray-800\/55{--tw-gradient-to: rgb(31 41 55 / .55) var(--tw-gradient-to-position)}.to-gray-800\/60{--tw-gradient-to: rgb(31 41 55 / .6) var(--tw-gradient-to-position)}.to-gray-800\/65{--tw-gradient-to: rgb(31 41 55 / .65) var(--tw-gradient-to-position)}.to-gray-800\/70{--tw-gradient-to: rgb(31 41 55 / .7) var(--tw-gradient-to-position)}.to-gray-800\/75{--tw-gradient-to: rgb(31 41 55 / .75) var(--tw-gradient-to-position)}.to-gray-800\/80{--tw-gradient-to: rgb(31 41 55 / .8) var(--tw-gradient-to-position)}.to-gray-800\/85{--tw-gradient-to: rgb(31 41 55 / .85) var(--tw-gradient-to-position)}.to-gray-800\/90{--tw-gradient-to: rgb(31 41 55 / .9) var(--tw-gradient-to-position)}.to-gray-800\/95{--tw-gradient-to: rgb(31 41 55 / .95) var(--tw-gradient-to-position)}.to-gray-900{--tw-gradient-to: #111827 var(--tw-gradient-to-position)}.to-gray-900\/0{--tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position)}.to-gray-900\/10{--tw-gradient-to: rgb(17 24 39 / .1) var(--tw-gradient-to-position)}.to-gray-900\/100{--tw-gradient-to: rgb(17 24 39 / 1) var(--tw-gradient-to-position)}.to-gray-900\/15{--tw-gradient-to: rgb(17 24 39 / .15) var(--tw-gradient-to-position)}.to-gray-900\/20{--tw-gradient-to: rgb(17 24 39 / .2) var(--tw-gradient-to-position)}.to-gray-900\/25{--tw-gradient-to: rgb(17 24 39 / .25) var(--tw-gradient-to-position)}.to-gray-900\/30{--tw-gradient-to: rgb(17 24 39 / .3) var(--tw-gradient-to-position)}.to-gray-900\/35{--tw-gradient-to: rgb(17 24 39 / .35) var(--tw-gradient-to-position)}.to-gray-900\/40{--tw-gradient-to: rgb(17 24 39 / .4) var(--tw-gradient-to-position)}.to-gray-900\/45{--tw-gradient-to: rgb(17 24 39 / .45) var(--tw-gradient-to-position)}.to-gray-900\/5{--tw-gradient-to: rgb(17 24 39 / .05) var(--tw-gradient-to-position)}.to-gray-900\/50{--tw-gradient-to: rgb(17 24 39 / .5) var(--tw-gradient-to-position)}.to-gray-900\/55{--tw-gradient-to: rgb(17 24 39 / .55) var(--tw-gradient-to-position)}.to-gray-900\/60{--tw-gradient-to: rgb(17 24 39 / .6) var(--tw-gradient-to-position)}.to-gray-900\/65{--tw-gradient-to: rgb(17 24 39 / .65) var(--tw-gradient-to-position)}.to-gray-900\/70{--tw-gradient-to: rgb(17 24 39 / .7) var(--tw-gradient-to-position)}.to-gray-900\/75{--tw-gradient-to: rgb(17 24 39 / .75) var(--tw-gradient-to-position)}.to-gray-900\/80{--tw-gradient-to: rgb(17 24 39 / .8) var(--tw-gradient-to-position)}.to-gray-900\/85{--tw-gradient-to: rgb(17 24 39 / .85) var(--tw-gradient-to-position)}.to-gray-900\/90{--tw-gradient-to: rgb(17 24 39 / .9) var(--tw-gradient-to-position)}.to-gray-900\/95{--tw-gradient-to: rgb(17 24 39 / .95) var(--tw-gradient-to-position)}.to-green-100{--tw-gradient-to: #dcfce7 var(--tw-gradient-to-position)}.to-green-100\/0{--tw-gradient-to: rgb(220 252 231 / 0) var(--tw-gradient-to-position)}.to-green-100\/10{--tw-gradient-to: rgb(220 252 231 / .1) var(--tw-gradient-to-position)}.to-green-100\/100{--tw-gradient-to: rgb(220 252 231 / 1) var(--tw-gradient-to-position)}.to-green-100\/15{--tw-gradient-to: rgb(220 252 231 / .15) var(--tw-gradient-to-position)}.to-green-100\/20{--tw-gradient-to: rgb(220 252 231 / .2) var(--tw-gradient-to-position)}.to-green-100\/25{--tw-gradient-to: rgb(220 252 231 / .25) var(--tw-gradient-to-position)}.to-green-100\/30{--tw-gradient-to: rgb(220 252 231 / .3) var(--tw-gradient-to-position)}.to-green-100\/35{--tw-gradient-to: rgb(220 252 231 / .35) var(--tw-gradient-to-position)}.to-green-100\/40{--tw-gradient-to: rgb(220 252 231 / .4) var(--tw-gradient-to-position)}.to-green-100\/45{--tw-gradient-to: rgb(220 252 231 / .45) var(--tw-gradient-to-position)}.to-green-100\/5{--tw-gradient-to: rgb(220 252 231 / .05) var(--tw-gradient-to-position)}.to-green-100\/50{--tw-gradient-to: rgb(220 252 231 / .5) var(--tw-gradient-to-position)}.to-green-100\/55{--tw-gradient-to: rgb(220 252 231 / .55) var(--tw-gradient-to-position)}.to-green-100\/60{--tw-gradient-to: rgb(220 252 231 / .6) var(--tw-gradient-to-position)}.to-green-100\/65{--tw-gradient-to: rgb(220 252 231 / .65) var(--tw-gradient-to-position)}.to-green-100\/70{--tw-gradient-to: rgb(220 252 231 / .7) var(--tw-gradient-to-position)}.to-green-100\/75{--tw-gradient-to: rgb(220 252 231 / .75) var(--tw-gradient-to-position)}.to-green-100\/80{--tw-gradient-to: rgb(220 252 231 / .8) var(--tw-gradient-to-position)}.to-green-100\/85{--tw-gradient-to: rgb(220 252 231 / .85) var(--tw-gradient-to-position)}.to-green-100\/90{--tw-gradient-to: rgb(220 252 231 / .9) var(--tw-gradient-to-position)}.to-green-100\/95{--tw-gradient-to: rgb(220 252 231 / .95) var(--tw-gradient-to-position)}.to-green-200{--tw-gradient-to: #bbf7d0 var(--tw-gradient-to-position)}.to-green-200\/0{--tw-gradient-to: rgb(187 247 208 / 0) var(--tw-gradient-to-position)}.to-green-200\/10{--tw-gradient-to: rgb(187 247 208 / .1) var(--tw-gradient-to-position)}.to-green-200\/100{--tw-gradient-to: rgb(187 247 208 / 1) var(--tw-gradient-to-position)}.to-green-200\/15{--tw-gradient-to: rgb(187 247 208 / .15) var(--tw-gradient-to-position)}.to-green-200\/20{--tw-gradient-to: rgb(187 247 208 / .2) var(--tw-gradient-to-position)}.to-green-200\/25{--tw-gradient-to: rgb(187 247 208 / .25) var(--tw-gradient-to-position)}.to-green-200\/30{--tw-gradient-to: rgb(187 247 208 / .3) var(--tw-gradient-to-position)}.to-green-200\/35{--tw-gradient-to: rgb(187 247 208 / .35) var(--tw-gradient-to-position)}.to-green-200\/40{--tw-gradient-to: rgb(187 247 208 / .4) var(--tw-gradient-to-position)}.to-green-200\/45{--tw-gradient-to: rgb(187 247 208 / .45) var(--tw-gradient-to-position)}.to-green-200\/5{--tw-gradient-to: rgb(187 247 208 / .05) var(--tw-gradient-to-position)}.to-green-200\/50{--tw-gradient-to: rgb(187 247 208 / .5) var(--tw-gradient-to-position)}.to-green-200\/55{--tw-gradient-to: rgb(187 247 208 / .55) var(--tw-gradient-to-position)}.to-green-200\/60{--tw-gradient-to: rgb(187 247 208 / .6) var(--tw-gradient-to-position)}.to-green-200\/65{--tw-gradient-to: rgb(187 247 208 / .65) var(--tw-gradient-to-position)}.to-green-200\/70{--tw-gradient-to: rgb(187 247 208 / .7) var(--tw-gradient-to-position)}.to-green-200\/75{--tw-gradient-to: rgb(187 247 208 / .75) var(--tw-gradient-to-position)}.to-green-200\/80{--tw-gradient-to: rgb(187 247 208 / .8) var(--tw-gradient-to-position)}.to-green-200\/85{--tw-gradient-to: rgb(187 247 208 / .85) var(--tw-gradient-to-position)}.to-green-200\/90{--tw-gradient-to: rgb(187 247 208 / .9) var(--tw-gradient-to-position)}.to-green-200\/95{--tw-gradient-to: rgb(187 247 208 / .95) var(--tw-gradient-to-position)}.to-green-300{--tw-gradient-to: #86efac var(--tw-gradient-to-position)}.to-green-300\/0{--tw-gradient-to: rgb(134 239 172 / 0) var(--tw-gradient-to-position)}.to-green-300\/10{--tw-gradient-to: rgb(134 239 172 / .1) var(--tw-gradient-to-position)}.to-green-300\/100{--tw-gradient-to: rgb(134 239 172 / 1) var(--tw-gradient-to-position)}.to-green-300\/15{--tw-gradient-to: rgb(134 239 172 / .15) var(--tw-gradient-to-position)}.to-green-300\/20{--tw-gradient-to: rgb(134 239 172 / .2) var(--tw-gradient-to-position)}.to-green-300\/25{--tw-gradient-to: rgb(134 239 172 / .25) var(--tw-gradient-to-position)}.to-green-300\/30{--tw-gradient-to: rgb(134 239 172 / .3) var(--tw-gradient-to-position)}.to-green-300\/35{--tw-gradient-to: rgb(134 239 172 / .35) var(--tw-gradient-to-position)}.to-green-300\/40{--tw-gradient-to: rgb(134 239 172 / .4) var(--tw-gradient-to-position)}.to-green-300\/45{--tw-gradient-to: rgb(134 239 172 / .45) var(--tw-gradient-to-position)}.to-green-300\/5{--tw-gradient-to: rgb(134 239 172 / .05) var(--tw-gradient-to-position)}.to-green-300\/50{--tw-gradient-to: rgb(134 239 172 / .5) var(--tw-gradient-to-position)}.to-green-300\/55{--tw-gradient-to: rgb(134 239 172 / .55) var(--tw-gradient-to-position)}.to-green-300\/60{--tw-gradient-to: rgb(134 239 172 / .6) var(--tw-gradient-to-position)}.to-green-300\/65{--tw-gradient-to: rgb(134 239 172 / .65) var(--tw-gradient-to-position)}.to-green-300\/70{--tw-gradient-to: rgb(134 239 172 / .7) var(--tw-gradient-to-position)}.to-green-300\/75{--tw-gradient-to: rgb(134 239 172 / .75) var(--tw-gradient-to-position)}.to-green-300\/80{--tw-gradient-to: rgb(134 239 172 / .8) var(--tw-gradient-to-position)}.to-green-300\/85{--tw-gradient-to: rgb(134 239 172 / .85) var(--tw-gradient-to-position)}.to-green-300\/90{--tw-gradient-to: rgb(134 239 172 / .9) var(--tw-gradient-to-position)}.to-green-300\/95{--tw-gradient-to: rgb(134 239 172 / .95) var(--tw-gradient-to-position)}.to-green-400{--tw-gradient-to: #4ade80 var(--tw-gradient-to-position)}.to-green-400\/0{--tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position)}.to-green-400\/10{--tw-gradient-to: rgb(74 222 128 / .1) var(--tw-gradient-to-position)}.to-green-400\/100{--tw-gradient-to: rgb(74 222 128 / 1) var(--tw-gradient-to-position)}.to-green-400\/15{--tw-gradient-to: rgb(74 222 128 / .15) var(--tw-gradient-to-position)}.to-green-400\/20{--tw-gradient-to: rgb(74 222 128 / .2) var(--tw-gradient-to-position)}.to-green-400\/25{--tw-gradient-to: rgb(74 222 128 / .25) var(--tw-gradient-to-position)}.to-green-400\/30{--tw-gradient-to: rgb(74 222 128 / .3) var(--tw-gradient-to-position)}.to-green-400\/35{--tw-gradient-to: rgb(74 222 128 / .35) var(--tw-gradient-to-position)}.to-green-400\/40{--tw-gradient-to: rgb(74 222 128 / .4) var(--tw-gradient-to-position)}.to-green-400\/45{--tw-gradient-to: rgb(74 222 128 / .45) var(--tw-gradient-to-position)}.to-green-400\/5{--tw-gradient-to: rgb(74 222 128 / .05) var(--tw-gradient-to-position)}.to-green-400\/50{--tw-gradient-to: rgb(74 222 128 / .5) var(--tw-gradient-to-position)}.to-green-400\/55{--tw-gradient-to: rgb(74 222 128 / .55) var(--tw-gradient-to-position)}.to-green-400\/60{--tw-gradient-to: rgb(74 222 128 / .6) var(--tw-gradient-to-position)}.to-green-400\/65{--tw-gradient-to: rgb(74 222 128 / .65) var(--tw-gradient-to-position)}.to-green-400\/70{--tw-gradient-to: rgb(74 222 128 / .7) var(--tw-gradient-to-position)}.to-green-400\/75{--tw-gradient-to: rgb(74 222 128 / .75) var(--tw-gradient-to-position)}.to-green-400\/80{--tw-gradient-to: rgb(74 222 128 / .8) var(--tw-gradient-to-position)}.to-green-400\/85{--tw-gradient-to: rgb(74 222 128 / .85) var(--tw-gradient-to-position)}.to-green-400\/90{--tw-gradient-to: rgb(74 222 128 / .9) var(--tw-gradient-to-position)}.to-green-400\/95{--tw-gradient-to: rgb(74 222 128 / .95) var(--tw-gradient-to-position)}.to-green-50{--tw-gradient-to: #f0fdf4 var(--tw-gradient-to-position)}.to-green-50\/0{--tw-gradient-to: rgb(240 253 244 / 0) var(--tw-gradient-to-position)}.to-green-50\/10{--tw-gradient-to: rgb(240 253 244 / .1) var(--tw-gradient-to-position)}.to-green-50\/100{--tw-gradient-to: rgb(240 253 244 / 1) var(--tw-gradient-to-position)}.to-green-50\/15{--tw-gradient-to: rgb(240 253 244 / .15) var(--tw-gradient-to-position)}.to-green-50\/20{--tw-gradient-to: rgb(240 253 244 / .2) var(--tw-gradient-to-position)}.to-green-50\/25{--tw-gradient-to: rgb(240 253 244 / .25) var(--tw-gradient-to-position)}.to-green-50\/30{--tw-gradient-to: rgb(240 253 244 / .3) var(--tw-gradient-to-position)}.to-green-50\/35{--tw-gradient-to: rgb(240 253 244 / .35) var(--tw-gradient-to-position)}.to-green-50\/40{--tw-gradient-to: rgb(240 253 244 / .4) var(--tw-gradient-to-position)}.to-green-50\/45{--tw-gradient-to: rgb(240 253 244 / .45) var(--tw-gradient-to-position)}.to-green-50\/5{--tw-gradient-to: rgb(240 253 244 / .05) var(--tw-gradient-to-position)}.to-green-50\/50{--tw-gradient-to: rgb(240 253 244 / .5) var(--tw-gradient-to-position)}.to-green-50\/55{--tw-gradient-to: rgb(240 253 244 / .55) var(--tw-gradient-to-position)}.to-green-50\/60{--tw-gradient-to: rgb(240 253 244 / .6) var(--tw-gradient-to-position)}.to-green-50\/65{--tw-gradient-to: rgb(240 253 244 / .65) var(--tw-gradient-to-position)}.to-green-50\/70{--tw-gradient-to: rgb(240 253 244 / .7) var(--tw-gradient-to-position)}.to-green-50\/75{--tw-gradient-to: rgb(240 253 244 / .75) var(--tw-gradient-to-position)}.to-green-50\/80{--tw-gradient-to: rgb(240 253 244 / .8) var(--tw-gradient-to-position)}.to-green-50\/85{--tw-gradient-to: rgb(240 253 244 / .85) var(--tw-gradient-to-position)}.to-green-50\/90{--tw-gradient-to: rgb(240 253 244 / .9) var(--tw-gradient-to-position)}.to-green-50\/95{--tw-gradient-to: rgb(240 253 244 / .95) var(--tw-gradient-to-position)}.to-green-500{--tw-gradient-to: #22c55e var(--tw-gradient-to-position)}.to-green-500\/0{--tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position)}.to-green-500\/10{--tw-gradient-to: rgb(34 197 94 / .1) var(--tw-gradient-to-position)}.to-green-500\/100{--tw-gradient-to: rgb(34 197 94 / 1) var(--tw-gradient-to-position)}.to-green-500\/15{--tw-gradient-to: rgb(34 197 94 / .15) var(--tw-gradient-to-position)}.to-green-500\/20{--tw-gradient-to: rgb(34 197 94 / .2) var(--tw-gradient-to-position)}.to-green-500\/25{--tw-gradient-to: rgb(34 197 94 / .25) var(--tw-gradient-to-position)}.to-green-500\/30{--tw-gradient-to: rgb(34 197 94 / .3) var(--tw-gradient-to-position)}.to-green-500\/35{--tw-gradient-to: rgb(34 197 94 / .35) var(--tw-gradient-to-position)}.to-green-500\/40{--tw-gradient-to: rgb(34 197 94 / .4) var(--tw-gradient-to-position)}.to-green-500\/45{--tw-gradient-to: rgb(34 197 94 / .45) var(--tw-gradient-to-position)}.to-green-500\/5{--tw-gradient-to: rgb(34 197 94 / .05) var(--tw-gradient-to-position)}.to-green-500\/50{--tw-gradient-to: rgb(34 197 94 / .5) var(--tw-gradient-to-position)}.to-green-500\/55{--tw-gradient-to: rgb(34 197 94 / .55) var(--tw-gradient-to-position)}.to-green-500\/60{--tw-gradient-to: rgb(34 197 94 / .6) var(--tw-gradient-to-position)}.to-green-500\/65{--tw-gradient-to: rgb(34 197 94 / .65) var(--tw-gradient-to-position)}.to-green-500\/70{--tw-gradient-to: rgb(34 197 94 / .7) var(--tw-gradient-to-position)}.to-green-500\/75{--tw-gradient-to: rgb(34 197 94 / .75) var(--tw-gradient-to-position)}.to-green-500\/80{--tw-gradient-to: rgb(34 197 94 / .8) var(--tw-gradient-to-position)}.to-green-500\/85{--tw-gradient-to: rgb(34 197 94 / .85) var(--tw-gradient-to-position)}.to-green-500\/90{--tw-gradient-to: rgb(34 197 94 / .9) var(--tw-gradient-to-position)}.to-green-500\/95{--tw-gradient-to: rgb(34 197 94 / .95) var(--tw-gradient-to-position)}.to-green-600{--tw-gradient-to: #16a34a var(--tw-gradient-to-position)}.to-green-600\/0{--tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position)}.to-green-600\/10{--tw-gradient-to: rgb(22 163 74 / .1) var(--tw-gradient-to-position)}.to-green-600\/100{--tw-gradient-to: rgb(22 163 74 / 1) var(--tw-gradient-to-position)}.to-green-600\/15{--tw-gradient-to: rgb(22 163 74 / .15) var(--tw-gradient-to-position)}.to-green-600\/20{--tw-gradient-to: rgb(22 163 74 / .2) var(--tw-gradient-to-position)}.to-green-600\/25{--tw-gradient-to: rgb(22 163 74 / .25) var(--tw-gradient-to-position)}.to-green-600\/30{--tw-gradient-to: rgb(22 163 74 / .3) var(--tw-gradient-to-position)}.to-green-600\/35{--tw-gradient-to: rgb(22 163 74 / .35) var(--tw-gradient-to-position)}.to-green-600\/40{--tw-gradient-to: rgb(22 163 74 / .4) var(--tw-gradient-to-position)}.to-green-600\/45{--tw-gradient-to: rgb(22 163 74 / .45) var(--tw-gradient-to-position)}.to-green-600\/5{--tw-gradient-to: rgb(22 163 74 / .05) var(--tw-gradient-to-position)}.to-green-600\/50{--tw-gradient-to: rgb(22 163 74 / .5) var(--tw-gradient-to-position)}.to-green-600\/55{--tw-gradient-to: rgb(22 163 74 / .55) var(--tw-gradient-to-position)}.to-green-600\/60{--tw-gradient-to: rgb(22 163 74 / .6) var(--tw-gradient-to-position)}.to-green-600\/65{--tw-gradient-to: rgb(22 163 74 / .65) var(--tw-gradient-to-position)}.to-green-600\/70{--tw-gradient-to: rgb(22 163 74 / .7) var(--tw-gradient-to-position)}.to-green-600\/75{--tw-gradient-to: rgb(22 163 74 / .75) var(--tw-gradient-to-position)}.to-green-600\/80{--tw-gradient-to: rgb(22 163 74 / .8) var(--tw-gradient-to-position)}.to-green-600\/85{--tw-gradient-to: rgb(22 163 74 / .85) var(--tw-gradient-to-position)}.to-green-600\/90{--tw-gradient-to: rgb(22 163 74 / .9) var(--tw-gradient-to-position)}.to-green-600\/95{--tw-gradient-to: rgb(22 163 74 / .95) var(--tw-gradient-to-position)}.to-green-700{--tw-gradient-to: #15803d var(--tw-gradient-to-position)}.to-green-700\/0{--tw-gradient-to: rgb(21 128 61 / 0) var(--tw-gradient-to-position)}.to-green-700\/10{--tw-gradient-to: rgb(21 128 61 / .1) var(--tw-gradient-to-position)}.to-green-700\/100{--tw-gradient-to: rgb(21 128 61 / 1) var(--tw-gradient-to-position)}.to-green-700\/15{--tw-gradient-to: rgb(21 128 61 / .15) var(--tw-gradient-to-position)}.to-green-700\/20{--tw-gradient-to: rgb(21 128 61 / .2) var(--tw-gradient-to-position)}.to-green-700\/25{--tw-gradient-to: rgb(21 128 61 / .25) var(--tw-gradient-to-position)}.to-green-700\/30{--tw-gradient-to: rgb(21 128 61 / .3) var(--tw-gradient-to-position)}.to-green-700\/35{--tw-gradient-to: rgb(21 128 61 / .35) var(--tw-gradient-to-position)}.to-green-700\/40{--tw-gradient-to: rgb(21 128 61 / .4) var(--tw-gradient-to-position)}.to-green-700\/45{--tw-gradient-to: rgb(21 128 61 / .45) var(--tw-gradient-to-position)}.to-green-700\/5{--tw-gradient-to: rgb(21 128 61 / .05) var(--tw-gradient-to-position)}.to-green-700\/50{--tw-gradient-to: rgb(21 128 61 / .5) var(--tw-gradient-to-position)}.to-green-700\/55{--tw-gradient-to: rgb(21 128 61 / .55) var(--tw-gradient-to-position)}.to-green-700\/60{--tw-gradient-to: rgb(21 128 61 / .6) var(--tw-gradient-to-position)}.to-green-700\/65{--tw-gradient-to: rgb(21 128 61 / .65) var(--tw-gradient-to-position)}.to-green-700\/70{--tw-gradient-to: rgb(21 128 61 / .7) var(--tw-gradient-to-position)}.to-green-700\/75{--tw-gradient-to: rgb(21 128 61 / .75) var(--tw-gradient-to-position)}.to-green-700\/80{--tw-gradient-to: rgb(21 128 61 / .8) var(--tw-gradient-to-position)}.to-green-700\/85{--tw-gradient-to: rgb(21 128 61 / .85) var(--tw-gradient-to-position)}.to-green-700\/90{--tw-gradient-to: rgb(21 128 61 / .9) var(--tw-gradient-to-position)}.to-green-700\/95{--tw-gradient-to: rgb(21 128 61 / .95) var(--tw-gradient-to-position)}.to-green-800{--tw-gradient-to: #166534 var(--tw-gradient-to-position)}.to-green-800\/0{--tw-gradient-to: rgb(22 101 52 / 0) var(--tw-gradient-to-position)}.to-green-800\/10{--tw-gradient-to: rgb(22 101 52 / .1) var(--tw-gradient-to-position)}.to-green-800\/100{--tw-gradient-to: rgb(22 101 52 / 1) var(--tw-gradient-to-position)}.to-green-800\/15{--tw-gradient-to: rgb(22 101 52 / .15) var(--tw-gradient-to-position)}.to-green-800\/20{--tw-gradient-to: rgb(22 101 52 / .2) var(--tw-gradient-to-position)}.to-green-800\/25{--tw-gradient-to: rgb(22 101 52 / .25) var(--tw-gradient-to-position)}.to-green-800\/30{--tw-gradient-to: rgb(22 101 52 / .3) var(--tw-gradient-to-position)}.to-green-800\/35{--tw-gradient-to: rgb(22 101 52 / .35) var(--tw-gradient-to-position)}.to-green-800\/40{--tw-gradient-to: rgb(22 101 52 / .4) var(--tw-gradient-to-position)}.to-green-800\/45{--tw-gradient-to: rgb(22 101 52 / .45) var(--tw-gradient-to-position)}.to-green-800\/5{--tw-gradient-to: rgb(22 101 52 / .05) var(--tw-gradient-to-position)}.to-green-800\/50{--tw-gradient-to: rgb(22 101 52 / .5) var(--tw-gradient-to-position)}.to-green-800\/55{--tw-gradient-to: rgb(22 101 52 / .55) var(--tw-gradient-to-position)}.to-green-800\/60{--tw-gradient-to: rgb(22 101 52 / .6) var(--tw-gradient-to-position)}.to-green-800\/65{--tw-gradient-to: rgb(22 101 52 / .65) var(--tw-gradient-to-position)}.to-green-800\/70{--tw-gradient-to: rgb(22 101 52 / .7) var(--tw-gradient-to-position)}.to-green-800\/75{--tw-gradient-to: rgb(22 101 52 / .75) var(--tw-gradient-to-position)}.to-green-800\/80{--tw-gradient-to: rgb(22 101 52 / .8) var(--tw-gradient-to-position)}.to-green-800\/85{--tw-gradient-to: rgb(22 101 52 / .85) var(--tw-gradient-to-position)}.to-green-800\/90{--tw-gradient-to: rgb(22 101 52 / .9) var(--tw-gradient-to-position)}.to-green-800\/95{--tw-gradient-to: rgb(22 101 52 / .95) var(--tw-gradient-to-position)}.to-green-900{--tw-gradient-to: #14532d var(--tw-gradient-to-position)}.to-green-900\/0{--tw-gradient-to: rgb(20 83 45 / 0) var(--tw-gradient-to-position)}.to-green-900\/10{--tw-gradient-to: rgb(20 83 45 / .1) var(--tw-gradient-to-position)}.to-green-900\/100{--tw-gradient-to: rgb(20 83 45 / 1) var(--tw-gradient-to-position)}.to-green-900\/15{--tw-gradient-to: rgb(20 83 45 / .15) var(--tw-gradient-to-position)}.to-green-900\/20{--tw-gradient-to: rgb(20 83 45 / .2) var(--tw-gradient-to-position)}.to-green-900\/25{--tw-gradient-to: rgb(20 83 45 / .25) var(--tw-gradient-to-position)}.to-green-900\/30{--tw-gradient-to: rgb(20 83 45 / .3) var(--tw-gradient-to-position)}.to-green-900\/35{--tw-gradient-to: rgb(20 83 45 / .35) var(--tw-gradient-to-position)}.to-green-900\/40{--tw-gradient-to: rgb(20 83 45 / .4) var(--tw-gradient-to-position)}.to-green-900\/45{--tw-gradient-to: rgb(20 83 45 / .45) var(--tw-gradient-to-position)}.to-green-900\/5{--tw-gradient-to: rgb(20 83 45 / .05) var(--tw-gradient-to-position)}.to-green-900\/50{--tw-gradient-to: rgb(20 83 45 / .5) var(--tw-gradient-to-position)}.to-green-900\/55{--tw-gradient-to: rgb(20 83 45 / .55) var(--tw-gradient-to-position)}.to-green-900\/60{--tw-gradient-to: rgb(20 83 45 / .6) var(--tw-gradient-to-position)}.to-green-900\/65{--tw-gradient-to: rgb(20 83 45 / .65) var(--tw-gradient-to-position)}.to-green-900\/70{--tw-gradient-to: rgb(20 83 45 / .7) var(--tw-gradient-to-position)}.to-green-900\/75{--tw-gradient-to: rgb(20 83 45 / .75) var(--tw-gradient-to-position)}.to-green-900\/80{--tw-gradient-to: rgb(20 83 45 / .8) var(--tw-gradient-to-position)}.to-green-900\/85{--tw-gradient-to: rgb(20 83 45 / .85) var(--tw-gradient-to-position)}.to-green-900\/90{--tw-gradient-to: rgb(20 83 45 / .9) var(--tw-gradient-to-position)}.to-green-900\/95{--tw-gradient-to: rgb(20 83 45 / .95) var(--tw-gradient-to-position)}.to-indigo-100{--tw-gradient-to: #e0e7ff var(--tw-gradient-to-position)}.to-indigo-100\/0{--tw-gradient-to: rgb(224 231 255 / 0) var(--tw-gradient-to-position)}.to-indigo-100\/10{--tw-gradient-to: rgb(224 231 255 / .1) var(--tw-gradient-to-position)}.to-indigo-100\/100{--tw-gradient-to: rgb(224 231 255 / 1) var(--tw-gradient-to-position)}.to-indigo-100\/15{--tw-gradient-to: rgb(224 231 255 / .15) var(--tw-gradient-to-position)}.to-indigo-100\/20{--tw-gradient-to: rgb(224 231 255 / .2) var(--tw-gradient-to-position)}.to-indigo-100\/25{--tw-gradient-to: rgb(224 231 255 / .25) var(--tw-gradient-to-position)}.to-indigo-100\/30{--tw-gradient-to: rgb(224 231 255 / .3) var(--tw-gradient-to-position)}.to-indigo-100\/35{--tw-gradient-to: rgb(224 231 255 / .35) var(--tw-gradient-to-position)}.to-indigo-100\/40{--tw-gradient-to: rgb(224 231 255 / .4) var(--tw-gradient-to-position)}.to-indigo-100\/45{--tw-gradient-to: rgb(224 231 255 / .45) var(--tw-gradient-to-position)}.to-indigo-100\/5{--tw-gradient-to: rgb(224 231 255 / .05) var(--tw-gradient-to-position)}.to-indigo-100\/50{--tw-gradient-to: rgb(224 231 255 / .5) var(--tw-gradient-to-position)}.to-indigo-100\/55{--tw-gradient-to: rgb(224 231 255 / .55) var(--tw-gradient-to-position)}.to-indigo-100\/60{--tw-gradient-to: rgb(224 231 255 / .6) var(--tw-gradient-to-position)}.to-indigo-100\/65{--tw-gradient-to: rgb(224 231 255 / .65) var(--tw-gradient-to-position)}.to-indigo-100\/70{--tw-gradient-to: rgb(224 231 255 / .7) var(--tw-gradient-to-position)}.to-indigo-100\/75{--tw-gradient-to: rgb(224 231 255 / .75) var(--tw-gradient-to-position)}.to-indigo-100\/80{--tw-gradient-to: rgb(224 231 255 / .8) var(--tw-gradient-to-position)}.to-indigo-100\/85{--tw-gradient-to: rgb(224 231 255 / .85) var(--tw-gradient-to-position)}.to-indigo-100\/90{--tw-gradient-to: rgb(224 231 255 / .9) var(--tw-gradient-to-position)}.to-indigo-100\/95{--tw-gradient-to: rgb(224 231 255 / .95) var(--tw-gradient-to-position)}.to-indigo-200{--tw-gradient-to: #c7d2fe var(--tw-gradient-to-position)}.to-indigo-200\/0{--tw-gradient-to: rgb(199 210 254 / 0) var(--tw-gradient-to-position)}.to-indigo-200\/10{--tw-gradient-to: rgb(199 210 254 / .1) var(--tw-gradient-to-position)}.to-indigo-200\/100{--tw-gradient-to: rgb(199 210 254 / 1) var(--tw-gradient-to-position)}.to-indigo-200\/15{--tw-gradient-to: rgb(199 210 254 / .15) var(--tw-gradient-to-position)}.to-indigo-200\/20{--tw-gradient-to: rgb(199 210 254 / .2) var(--tw-gradient-to-position)}.to-indigo-200\/25{--tw-gradient-to: rgb(199 210 254 / .25) var(--tw-gradient-to-position)}.to-indigo-200\/30{--tw-gradient-to: rgb(199 210 254 / .3) var(--tw-gradient-to-position)}.to-indigo-200\/35{--tw-gradient-to: rgb(199 210 254 / .35) var(--tw-gradient-to-position)}.to-indigo-200\/40{--tw-gradient-to: rgb(199 210 254 / .4) var(--tw-gradient-to-position)}.to-indigo-200\/45{--tw-gradient-to: rgb(199 210 254 / .45) var(--tw-gradient-to-position)}.to-indigo-200\/5{--tw-gradient-to: rgb(199 210 254 / .05) var(--tw-gradient-to-position)}.to-indigo-200\/50{--tw-gradient-to: rgb(199 210 254 / .5) var(--tw-gradient-to-position)}.to-indigo-200\/55{--tw-gradient-to: rgb(199 210 254 / .55) var(--tw-gradient-to-position)}.to-indigo-200\/60{--tw-gradient-to: rgb(199 210 254 / .6) var(--tw-gradient-to-position)}.to-indigo-200\/65{--tw-gradient-to: rgb(199 210 254 / .65) var(--tw-gradient-to-position)}.to-indigo-200\/70{--tw-gradient-to: rgb(199 210 254 / .7) var(--tw-gradient-to-position)}.to-indigo-200\/75{--tw-gradient-to: rgb(199 210 254 / .75) var(--tw-gradient-to-position)}.to-indigo-200\/80{--tw-gradient-to: rgb(199 210 254 / .8) var(--tw-gradient-to-position)}.to-indigo-200\/85{--tw-gradient-to: rgb(199 210 254 / .85) var(--tw-gradient-to-position)}.to-indigo-200\/90{--tw-gradient-to: rgb(199 210 254 / .9) var(--tw-gradient-to-position)}.to-indigo-200\/95{--tw-gradient-to: rgb(199 210 254 / .95) var(--tw-gradient-to-position)}.to-indigo-300{--tw-gradient-to: #a5b4fc var(--tw-gradient-to-position)}.to-indigo-300\/0{--tw-gradient-to: rgb(165 180 252 / 0) var(--tw-gradient-to-position)}.to-indigo-300\/10{--tw-gradient-to: rgb(165 180 252 / .1) var(--tw-gradient-to-position)}.to-indigo-300\/100{--tw-gradient-to: rgb(165 180 252 / 1) var(--tw-gradient-to-position)}.to-indigo-300\/15{--tw-gradient-to: rgb(165 180 252 / .15) var(--tw-gradient-to-position)}.to-indigo-300\/20{--tw-gradient-to: rgb(165 180 252 / .2) var(--tw-gradient-to-position)}.to-indigo-300\/25{--tw-gradient-to: rgb(165 180 252 / .25) var(--tw-gradient-to-position)}.to-indigo-300\/30{--tw-gradient-to: rgb(165 180 252 / .3) var(--tw-gradient-to-position)}.to-indigo-300\/35{--tw-gradient-to: rgb(165 180 252 / .35) var(--tw-gradient-to-position)}.to-indigo-300\/40{--tw-gradient-to: rgb(165 180 252 / .4) var(--tw-gradient-to-position)}.to-indigo-300\/45{--tw-gradient-to: rgb(165 180 252 / .45) var(--tw-gradient-to-position)}.to-indigo-300\/5{--tw-gradient-to: rgb(165 180 252 / .05) var(--tw-gradient-to-position)}.to-indigo-300\/50{--tw-gradient-to: rgb(165 180 252 / .5) var(--tw-gradient-to-position)}.to-indigo-300\/55{--tw-gradient-to: rgb(165 180 252 / .55) var(--tw-gradient-to-position)}.to-indigo-300\/60{--tw-gradient-to: rgb(165 180 252 / .6) var(--tw-gradient-to-position)}.to-indigo-300\/65{--tw-gradient-to: rgb(165 180 252 / .65) var(--tw-gradient-to-position)}.to-indigo-300\/70{--tw-gradient-to: rgb(165 180 252 / .7) var(--tw-gradient-to-position)}.to-indigo-300\/75{--tw-gradient-to: rgb(165 180 252 / .75) var(--tw-gradient-to-position)}.to-indigo-300\/80{--tw-gradient-to: rgb(165 180 252 / .8) var(--tw-gradient-to-position)}.to-indigo-300\/85{--tw-gradient-to: rgb(165 180 252 / .85) var(--tw-gradient-to-position)}.to-indigo-300\/90{--tw-gradient-to: rgb(165 180 252 / .9) var(--tw-gradient-to-position)}.to-indigo-300\/95{--tw-gradient-to: rgb(165 180 252 / .95) var(--tw-gradient-to-position)}.to-indigo-400{--tw-gradient-to: #818cf8 var(--tw-gradient-to-position)}.to-indigo-400\/0{--tw-gradient-to: rgb(129 140 248 / 0) var(--tw-gradient-to-position)}.to-indigo-400\/10{--tw-gradient-to: rgb(129 140 248 / .1) var(--tw-gradient-to-position)}.to-indigo-400\/100{--tw-gradient-to: rgb(129 140 248 / 1) var(--tw-gradient-to-position)}.to-indigo-400\/15{--tw-gradient-to: rgb(129 140 248 / .15) var(--tw-gradient-to-position)}.to-indigo-400\/20{--tw-gradient-to: rgb(129 140 248 / .2) var(--tw-gradient-to-position)}.to-indigo-400\/25{--tw-gradient-to: rgb(129 140 248 / .25) var(--tw-gradient-to-position)}.to-indigo-400\/30{--tw-gradient-to: rgb(129 140 248 / .3) var(--tw-gradient-to-position)}.to-indigo-400\/35{--tw-gradient-to: rgb(129 140 248 / .35) var(--tw-gradient-to-position)}.to-indigo-400\/40{--tw-gradient-to: rgb(129 140 248 / .4) var(--tw-gradient-to-position)}.to-indigo-400\/45{--tw-gradient-to: rgb(129 140 248 / .45) var(--tw-gradient-to-position)}.to-indigo-400\/5{--tw-gradient-to: rgb(129 140 248 / .05) var(--tw-gradient-to-position)}.to-indigo-400\/50{--tw-gradient-to: rgb(129 140 248 / .5) var(--tw-gradient-to-position)}.to-indigo-400\/55{--tw-gradient-to: rgb(129 140 248 / .55) var(--tw-gradient-to-position)}.to-indigo-400\/60{--tw-gradient-to: rgb(129 140 248 / .6) var(--tw-gradient-to-position)}.to-indigo-400\/65{--tw-gradient-to: rgb(129 140 248 / .65) var(--tw-gradient-to-position)}.to-indigo-400\/70{--tw-gradient-to: rgb(129 140 248 / .7) var(--tw-gradient-to-position)}.to-indigo-400\/75{--tw-gradient-to: rgb(129 140 248 / .75) var(--tw-gradient-to-position)}.to-indigo-400\/80{--tw-gradient-to: rgb(129 140 248 / .8) var(--tw-gradient-to-position)}.to-indigo-400\/85{--tw-gradient-to: rgb(129 140 248 / .85) var(--tw-gradient-to-position)}.to-indigo-400\/90{--tw-gradient-to: rgb(129 140 248 / .9) var(--tw-gradient-to-position)}.to-indigo-400\/95{--tw-gradient-to: rgb(129 140 248 / .95) var(--tw-gradient-to-position)}.to-indigo-50{--tw-gradient-to: #eef2ff var(--tw-gradient-to-position)}.to-indigo-50\/0{--tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position)}.to-indigo-50\/10{--tw-gradient-to: rgb(238 242 255 / .1) var(--tw-gradient-to-position)}.to-indigo-50\/100{--tw-gradient-to: rgb(238 242 255 / 1) var(--tw-gradient-to-position)}.to-indigo-50\/15{--tw-gradient-to: rgb(238 242 255 / .15) var(--tw-gradient-to-position)}.to-indigo-50\/20{--tw-gradient-to: rgb(238 242 255 / .2) var(--tw-gradient-to-position)}.to-indigo-50\/25{--tw-gradient-to: rgb(238 242 255 / .25) var(--tw-gradient-to-position)}.to-indigo-50\/30{--tw-gradient-to: rgb(238 242 255 / .3) var(--tw-gradient-to-position)}.to-indigo-50\/35{--tw-gradient-to: rgb(238 242 255 / .35) var(--tw-gradient-to-position)}.to-indigo-50\/40{--tw-gradient-to: rgb(238 242 255 / .4) var(--tw-gradient-to-position)}.to-indigo-50\/45{--tw-gradient-to: rgb(238 242 255 / .45) var(--tw-gradient-to-position)}.to-indigo-50\/5{--tw-gradient-to: rgb(238 242 255 / .05) var(--tw-gradient-to-position)}.to-indigo-50\/50{--tw-gradient-to: rgb(238 242 255 / .5) var(--tw-gradient-to-position)}.to-indigo-50\/55{--tw-gradient-to: rgb(238 242 255 / .55) var(--tw-gradient-to-position)}.to-indigo-50\/60{--tw-gradient-to: rgb(238 242 255 / .6) var(--tw-gradient-to-position)}.to-indigo-50\/65{--tw-gradient-to: rgb(238 242 255 / .65) var(--tw-gradient-to-position)}.to-indigo-50\/70{--tw-gradient-to: rgb(238 242 255 / .7) var(--tw-gradient-to-position)}.to-indigo-50\/75{--tw-gradient-to: rgb(238 242 255 / .75) var(--tw-gradient-to-position)}.to-indigo-50\/80{--tw-gradient-to: rgb(238 242 255 / .8) var(--tw-gradient-to-position)}.to-indigo-50\/85{--tw-gradient-to: rgb(238 242 255 / .85) var(--tw-gradient-to-position)}.to-indigo-50\/90{--tw-gradient-to: rgb(238 242 255 / .9) var(--tw-gradient-to-position)}.to-indigo-50\/95{--tw-gradient-to: rgb(238 242 255 / .95) var(--tw-gradient-to-position)}.to-indigo-500{--tw-gradient-to: #6366f1 var(--tw-gradient-to-position)}.to-indigo-500\/0{--tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position)}.to-indigo-500\/10{--tw-gradient-to: rgb(99 102 241 / .1) var(--tw-gradient-to-position)}.to-indigo-500\/100{--tw-gradient-to: rgb(99 102 241 / 1) var(--tw-gradient-to-position)}.to-indigo-500\/15{--tw-gradient-to: rgb(99 102 241 / .15) var(--tw-gradient-to-position)}.to-indigo-500\/20{--tw-gradient-to: rgb(99 102 241 / .2) var(--tw-gradient-to-position)}.to-indigo-500\/25{--tw-gradient-to: rgb(99 102 241 / .25) var(--tw-gradient-to-position)}.to-indigo-500\/30{--tw-gradient-to: rgb(99 102 241 / .3) var(--tw-gradient-to-position)}.to-indigo-500\/35{--tw-gradient-to: rgb(99 102 241 / .35) var(--tw-gradient-to-position)}.to-indigo-500\/40{--tw-gradient-to: rgb(99 102 241 / .4) var(--tw-gradient-to-position)}.to-indigo-500\/45{--tw-gradient-to: rgb(99 102 241 / .45) var(--tw-gradient-to-position)}.to-indigo-500\/5{--tw-gradient-to: rgb(99 102 241 / .05) var(--tw-gradient-to-position)}.to-indigo-500\/50{--tw-gradient-to: rgb(99 102 241 / .5) var(--tw-gradient-to-position)}.to-indigo-500\/55{--tw-gradient-to: rgb(99 102 241 / .55) var(--tw-gradient-to-position)}.to-indigo-500\/60{--tw-gradient-to: rgb(99 102 241 / .6) var(--tw-gradient-to-position)}.to-indigo-500\/65{--tw-gradient-to: rgb(99 102 241 / .65) var(--tw-gradient-to-position)}.to-indigo-500\/70{--tw-gradient-to: rgb(99 102 241 / .7) var(--tw-gradient-to-position)}.to-indigo-500\/75{--tw-gradient-to: rgb(99 102 241 / .75) var(--tw-gradient-to-position)}.to-indigo-500\/80{--tw-gradient-to: rgb(99 102 241 / .8) var(--tw-gradient-to-position)}.to-indigo-500\/85{--tw-gradient-to: rgb(99 102 241 / .85) var(--tw-gradient-to-position)}.to-indigo-500\/90{--tw-gradient-to: rgb(99 102 241 / .9) var(--tw-gradient-to-position)}.to-indigo-500\/95{--tw-gradient-to: rgb(99 102 241 / .95) var(--tw-gradient-to-position)}.to-indigo-600{--tw-gradient-to: #4f46e5 var(--tw-gradient-to-position)}.to-indigo-600\/0{--tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position)}.to-indigo-600\/10{--tw-gradient-to: rgb(79 70 229 / .1) var(--tw-gradient-to-position)}.to-indigo-600\/100{--tw-gradient-to: rgb(79 70 229 / 1) var(--tw-gradient-to-position)}.to-indigo-600\/15{--tw-gradient-to: rgb(79 70 229 / .15) var(--tw-gradient-to-position)}.to-indigo-600\/20{--tw-gradient-to: rgb(79 70 229 / .2) var(--tw-gradient-to-position)}.to-indigo-600\/25{--tw-gradient-to: rgb(79 70 229 / .25) var(--tw-gradient-to-position)}.to-indigo-600\/30{--tw-gradient-to: rgb(79 70 229 / .3) var(--tw-gradient-to-position)}.to-indigo-600\/35{--tw-gradient-to: rgb(79 70 229 / .35) var(--tw-gradient-to-position)}.to-indigo-600\/40{--tw-gradient-to: rgb(79 70 229 / .4) var(--tw-gradient-to-position)}.to-indigo-600\/45{--tw-gradient-to: rgb(79 70 229 / .45) var(--tw-gradient-to-position)}.to-indigo-600\/5{--tw-gradient-to: rgb(79 70 229 / .05) var(--tw-gradient-to-position)}.to-indigo-600\/50{--tw-gradient-to: rgb(79 70 229 / .5) var(--tw-gradient-to-position)}.to-indigo-600\/55{--tw-gradient-to: rgb(79 70 229 / .55) var(--tw-gradient-to-position)}.to-indigo-600\/60{--tw-gradient-to: rgb(79 70 229 / .6) var(--tw-gradient-to-position)}.to-indigo-600\/65{--tw-gradient-to: rgb(79 70 229 / .65) var(--tw-gradient-to-position)}.to-indigo-600\/70{--tw-gradient-to: rgb(79 70 229 / .7) var(--tw-gradient-to-position)}.to-indigo-600\/75{--tw-gradient-to: rgb(79 70 229 / .75) var(--tw-gradient-to-position)}.to-indigo-600\/80{--tw-gradient-to: rgb(79 70 229 / .8) var(--tw-gradient-to-position)}.to-indigo-600\/85{--tw-gradient-to: rgb(79 70 229 / .85) var(--tw-gradient-to-position)}.to-indigo-600\/90{--tw-gradient-to: rgb(79 70 229 / .9) var(--tw-gradient-to-position)}.to-indigo-600\/95{--tw-gradient-to: rgb(79 70 229 / .95) var(--tw-gradient-to-position)}.to-indigo-700{--tw-gradient-to: #4338ca var(--tw-gradient-to-position)}.to-indigo-700\/0{--tw-gradient-to: rgb(67 56 202 / 0) var(--tw-gradient-to-position)}.to-indigo-700\/10{--tw-gradient-to: rgb(67 56 202 / .1) var(--tw-gradient-to-position)}.to-indigo-700\/100{--tw-gradient-to: rgb(67 56 202 / 1) var(--tw-gradient-to-position)}.to-indigo-700\/15{--tw-gradient-to: rgb(67 56 202 / .15) var(--tw-gradient-to-position)}.to-indigo-700\/20{--tw-gradient-to: rgb(67 56 202 / .2) var(--tw-gradient-to-position)}.to-indigo-700\/25{--tw-gradient-to: rgb(67 56 202 / .25) var(--tw-gradient-to-position)}.to-indigo-700\/30{--tw-gradient-to: rgb(67 56 202 / .3) var(--tw-gradient-to-position)}.to-indigo-700\/35{--tw-gradient-to: rgb(67 56 202 / .35) var(--tw-gradient-to-position)}.to-indigo-700\/40{--tw-gradient-to: rgb(67 56 202 / .4) var(--tw-gradient-to-position)}.to-indigo-700\/45{--tw-gradient-to: rgb(67 56 202 / .45) var(--tw-gradient-to-position)}.to-indigo-700\/5{--tw-gradient-to: rgb(67 56 202 / .05) var(--tw-gradient-to-position)}.to-indigo-700\/50{--tw-gradient-to: rgb(67 56 202 / .5) var(--tw-gradient-to-position)}.to-indigo-700\/55{--tw-gradient-to: rgb(67 56 202 / .55) var(--tw-gradient-to-position)}.to-indigo-700\/60{--tw-gradient-to: rgb(67 56 202 / .6) var(--tw-gradient-to-position)}.to-indigo-700\/65{--tw-gradient-to: rgb(67 56 202 / .65) var(--tw-gradient-to-position)}.to-indigo-700\/70{--tw-gradient-to: rgb(67 56 202 / .7) var(--tw-gradient-to-position)}.to-indigo-700\/75{--tw-gradient-to: rgb(67 56 202 / .75) var(--tw-gradient-to-position)}.to-indigo-700\/80{--tw-gradient-to: rgb(67 56 202 / .8) var(--tw-gradient-to-position)}.to-indigo-700\/85{--tw-gradient-to: rgb(67 56 202 / .85) var(--tw-gradient-to-position)}.to-indigo-700\/90{--tw-gradient-to: rgb(67 56 202 / .9) var(--tw-gradient-to-position)}.to-indigo-700\/95{--tw-gradient-to: rgb(67 56 202 / .95) var(--tw-gradient-to-position)}.to-indigo-800{--tw-gradient-to: #3730a3 var(--tw-gradient-to-position)}.to-indigo-800\/0{--tw-gradient-to: rgb(55 48 163 / 0) var(--tw-gradient-to-position)}.to-indigo-800\/10{--tw-gradient-to: rgb(55 48 163 / .1) var(--tw-gradient-to-position)}.to-indigo-800\/100{--tw-gradient-to: rgb(55 48 163 / 1) var(--tw-gradient-to-position)}.to-indigo-800\/15{--tw-gradient-to: rgb(55 48 163 / .15) var(--tw-gradient-to-position)}.to-indigo-800\/20{--tw-gradient-to: rgb(55 48 163 / .2) var(--tw-gradient-to-position)}.to-indigo-800\/25{--tw-gradient-to: rgb(55 48 163 / .25) var(--tw-gradient-to-position)}.to-indigo-800\/30{--tw-gradient-to: rgb(55 48 163 / .3) var(--tw-gradient-to-position)}.to-indigo-800\/35{--tw-gradient-to: rgb(55 48 163 / .35) var(--tw-gradient-to-position)}.to-indigo-800\/40{--tw-gradient-to: rgb(55 48 163 / .4) var(--tw-gradient-to-position)}.to-indigo-800\/45{--tw-gradient-to: rgb(55 48 163 / .45) var(--tw-gradient-to-position)}.to-indigo-800\/5{--tw-gradient-to: rgb(55 48 163 / .05) var(--tw-gradient-to-position)}.to-indigo-800\/50{--tw-gradient-to: rgb(55 48 163 / .5) var(--tw-gradient-to-position)}.to-indigo-800\/55{--tw-gradient-to: rgb(55 48 163 / .55) var(--tw-gradient-to-position)}.to-indigo-800\/60{--tw-gradient-to: rgb(55 48 163 / .6) var(--tw-gradient-to-position)}.to-indigo-800\/65{--tw-gradient-to: rgb(55 48 163 / .65) var(--tw-gradient-to-position)}.to-indigo-800\/70{--tw-gradient-to: rgb(55 48 163 / .7) var(--tw-gradient-to-position)}.to-indigo-800\/75{--tw-gradient-to: rgb(55 48 163 / .75) var(--tw-gradient-to-position)}.to-indigo-800\/80{--tw-gradient-to: rgb(55 48 163 / .8) var(--tw-gradient-to-position)}.to-indigo-800\/85{--tw-gradient-to: rgb(55 48 163 / .85) var(--tw-gradient-to-position)}.to-indigo-800\/90{--tw-gradient-to: rgb(55 48 163 / .9) var(--tw-gradient-to-position)}.to-indigo-800\/95{--tw-gradient-to: rgb(55 48 163 / .95) var(--tw-gradient-to-position)}.to-indigo-900{--tw-gradient-to: #312e81 var(--tw-gradient-to-position)}.to-indigo-900\/0{--tw-gradient-to: rgb(49 46 129 / 0) var(--tw-gradient-to-position)}.to-indigo-900\/10{--tw-gradient-to: rgb(49 46 129 / .1) var(--tw-gradient-to-position)}.to-indigo-900\/100{--tw-gradient-to: rgb(49 46 129 / 1) var(--tw-gradient-to-position)}.to-indigo-900\/15{--tw-gradient-to: rgb(49 46 129 / .15) var(--tw-gradient-to-position)}.to-indigo-900\/20{--tw-gradient-to: rgb(49 46 129 / .2) var(--tw-gradient-to-position)}.to-indigo-900\/25{--tw-gradient-to: rgb(49 46 129 / .25) var(--tw-gradient-to-position)}.to-indigo-900\/30{--tw-gradient-to: rgb(49 46 129 / .3) var(--tw-gradient-to-position)}.to-indigo-900\/35{--tw-gradient-to: rgb(49 46 129 / .35) var(--tw-gradient-to-position)}.to-indigo-900\/40{--tw-gradient-to: rgb(49 46 129 / .4) var(--tw-gradient-to-position)}.to-indigo-900\/45{--tw-gradient-to: rgb(49 46 129 / .45) var(--tw-gradient-to-position)}.to-indigo-900\/5{--tw-gradient-to: rgb(49 46 129 / .05) var(--tw-gradient-to-position)}.to-indigo-900\/50{--tw-gradient-to: rgb(49 46 129 / .5) var(--tw-gradient-to-position)}.to-indigo-900\/55{--tw-gradient-to: rgb(49 46 129 / .55) var(--tw-gradient-to-position)}.to-indigo-900\/60{--tw-gradient-to: rgb(49 46 129 / .6) var(--tw-gradient-to-position)}.to-indigo-900\/65{--tw-gradient-to: rgb(49 46 129 / .65) var(--tw-gradient-to-position)}.to-indigo-900\/70{--tw-gradient-to: rgb(49 46 129 / .7) var(--tw-gradient-to-position)}.to-indigo-900\/75{--tw-gradient-to: rgb(49 46 129 / .75) var(--tw-gradient-to-position)}.to-indigo-900\/80{--tw-gradient-to: rgb(49 46 129 / .8) var(--tw-gradient-to-position)}.to-indigo-900\/85{--tw-gradient-to: rgb(49 46 129 / .85) var(--tw-gradient-to-position)}.to-indigo-900\/90{--tw-gradient-to: rgb(49 46 129 / .9) var(--tw-gradient-to-position)}.to-indigo-900\/95{--tw-gradient-to: rgb(49 46 129 / .95) var(--tw-gradient-to-position)}.to-orange-100{--tw-gradient-to: #ffedd5 var(--tw-gradient-to-position)}.to-orange-100\/0{--tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position)}.to-orange-100\/10{--tw-gradient-to: rgb(255 237 213 / .1) var(--tw-gradient-to-position)}.to-orange-100\/100{--tw-gradient-to: rgb(255 237 213 / 1) var(--tw-gradient-to-position)}.to-orange-100\/15{--tw-gradient-to: rgb(255 237 213 / .15) var(--tw-gradient-to-position)}.to-orange-100\/20{--tw-gradient-to: rgb(255 237 213 / .2) var(--tw-gradient-to-position)}.to-orange-100\/25{--tw-gradient-to: rgb(255 237 213 / .25) var(--tw-gradient-to-position)}.to-orange-100\/30{--tw-gradient-to: rgb(255 237 213 / .3) var(--tw-gradient-to-position)}.to-orange-100\/35{--tw-gradient-to: rgb(255 237 213 / .35) var(--tw-gradient-to-position)}.to-orange-100\/40{--tw-gradient-to: rgb(255 237 213 / .4) var(--tw-gradient-to-position)}.to-orange-100\/45{--tw-gradient-to: rgb(255 237 213 / .45) var(--tw-gradient-to-position)}.to-orange-100\/5{--tw-gradient-to: rgb(255 237 213 / .05) var(--tw-gradient-to-position)}.to-orange-100\/50{--tw-gradient-to: rgb(255 237 213 / .5) var(--tw-gradient-to-position)}.to-orange-100\/55{--tw-gradient-to: rgb(255 237 213 / .55) var(--tw-gradient-to-position)}.to-orange-100\/60{--tw-gradient-to: rgb(255 237 213 / .6) var(--tw-gradient-to-position)}.to-orange-100\/65{--tw-gradient-to: rgb(255 237 213 / .65) var(--tw-gradient-to-position)}.to-orange-100\/70{--tw-gradient-to: rgb(255 237 213 / .7) var(--tw-gradient-to-position)}.to-orange-100\/75{--tw-gradient-to: rgb(255 237 213 / .75) var(--tw-gradient-to-position)}.to-orange-100\/80{--tw-gradient-to: rgb(255 237 213 / .8) var(--tw-gradient-to-position)}.to-orange-100\/85{--tw-gradient-to: rgb(255 237 213 / .85) var(--tw-gradient-to-position)}.to-orange-100\/90{--tw-gradient-to: rgb(255 237 213 / .9) var(--tw-gradient-to-position)}.to-orange-100\/95{--tw-gradient-to: rgb(255 237 213 / .95) var(--tw-gradient-to-position)}.to-orange-200{--tw-gradient-to: #fed7aa var(--tw-gradient-to-position)}.to-orange-200\/0{--tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position)}.to-orange-200\/10{--tw-gradient-to: rgb(254 215 170 / .1) var(--tw-gradient-to-position)}.to-orange-200\/100{--tw-gradient-to: rgb(254 215 170 / 1) var(--tw-gradient-to-position)}.to-orange-200\/15{--tw-gradient-to: rgb(254 215 170 / .15) var(--tw-gradient-to-position)}.to-orange-200\/20{--tw-gradient-to: rgb(254 215 170 / .2) var(--tw-gradient-to-position)}.to-orange-200\/25{--tw-gradient-to: rgb(254 215 170 / .25) var(--tw-gradient-to-position)}.to-orange-200\/30{--tw-gradient-to: rgb(254 215 170 / .3) var(--tw-gradient-to-position)}.to-orange-200\/35{--tw-gradient-to: rgb(254 215 170 / .35) var(--tw-gradient-to-position)}.to-orange-200\/40{--tw-gradient-to: rgb(254 215 170 / .4) var(--tw-gradient-to-position)}.to-orange-200\/45{--tw-gradient-to: rgb(254 215 170 / .45) var(--tw-gradient-to-position)}.to-orange-200\/5{--tw-gradient-to: rgb(254 215 170 / .05) var(--tw-gradient-to-position)}.to-orange-200\/50{--tw-gradient-to: rgb(254 215 170 / .5) var(--tw-gradient-to-position)}.to-orange-200\/55{--tw-gradient-to: rgb(254 215 170 / .55) var(--tw-gradient-to-position)}.to-orange-200\/60{--tw-gradient-to: rgb(254 215 170 / .6) var(--tw-gradient-to-position)}.to-orange-200\/65{--tw-gradient-to: rgb(254 215 170 / .65) var(--tw-gradient-to-position)}.to-orange-200\/70{--tw-gradient-to: rgb(254 215 170 / .7) var(--tw-gradient-to-position)}.to-orange-200\/75{--tw-gradient-to: rgb(254 215 170 / .75) var(--tw-gradient-to-position)}.to-orange-200\/80{--tw-gradient-to: rgb(254 215 170 / .8) var(--tw-gradient-to-position)}.to-orange-200\/85{--tw-gradient-to: rgb(254 215 170 / .85) var(--tw-gradient-to-position)}.to-orange-200\/90{--tw-gradient-to: rgb(254 215 170 / .9) var(--tw-gradient-to-position)}.to-orange-200\/95{--tw-gradient-to: rgb(254 215 170 / .95) var(--tw-gradient-to-position)}.to-orange-300{--tw-gradient-to: #fdba74 var(--tw-gradient-to-position)}.to-orange-300\/0{--tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position)}.to-orange-300\/10{--tw-gradient-to: rgb(253 186 116 / .1) var(--tw-gradient-to-position)}.to-orange-300\/100{--tw-gradient-to: rgb(253 186 116 / 1) var(--tw-gradient-to-position)}.to-orange-300\/15{--tw-gradient-to: rgb(253 186 116 / .15) var(--tw-gradient-to-position)}.to-orange-300\/20{--tw-gradient-to: rgb(253 186 116 / .2) var(--tw-gradient-to-position)}.to-orange-300\/25{--tw-gradient-to: rgb(253 186 116 / .25) var(--tw-gradient-to-position)}.to-orange-300\/30{--tw-gradient-to: rgb(253 186 116 / .3) var(--tw-gradient-to-position)}.to-orange-300\/35{--tw-gradient-to: rgb(253 186 116 / .35) var(--tw-gradient-to-position)}.to-orange-300\/40{--tw-gradient-to: rgb(253 186 116 / .4) var(--tw-gradient-to-position)}.to-orange-300\/45{--tw-gradient-to: rgb(253 186 116 / .45) var(--tw-gradient-to-position)}.to-orange-300\/5{--tw-gradient-to: rgb(253 186 116 / .05) var(--tw-gradient-to-position)}.to-orange-300\/50{--tw-gradient-to: rgb(253 186 116 / .5) var(--tw-gradient-to-position)}.to-orange-300\/55{--tw-gradient-to: rgb(253 186 116 / .55) var(--tw-gradient-to-position)}.to-orange-300\/60{--tw-gradient-to: rgb(253 186 116 / .6) var(--tw-gradient-to-position)}.to-orange-300\/65{--tw-gradient-to: rgb(253 186 116 / .65) var(--tw-gradient-to-position)}.to-orange-300\/70{--tw-gradient-to: rgb(253 186 116 / .7) var(--tw-gradient-to-position)}.to-orange-300\/75{--tw-gradient-to: rgb(253 186 116 / .75) var(--tw-gradient-to-position)}.to-orange-300\/80{--tw-gradient-to: rgb(253 186 116 / .8) var(--tw-gradient-to-position)}.to-orange-300\/85{--tw-gradient-to: rgb(253 186 116 / .85) var(--tw-gradient-to-position)}.to-orange-300\/90{--tw-gradient-to: rgb(253 186 116 / .9) var(--tw-gradient-to-position)}.to-orange-300\/95{--tw-gradient-to: rgb(253 186 116 / .95) var(--tw-gradient-to-position)}.to-orange-400{--tw-gradient-to: #fb923c var(--tw-gradient-to-position)}.to-orange-400\/0{--tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position)}.to-orange-400\/10{--tw-gradient-to: rgb(251 146 60 / .1) var(--tw-gradient-to-position)}.to-orange-400\/100{--tw-gradient-to: rgb(251 146 60 / 1) var(--tw-gradient-to-position)}.to-orange-400\/15{--tw-gradient-to: rgb(251 146 60 / .15) var(--tw-gradient-to-position)}.to-orange-400\/20{--tw-gradient-to: rgb(251 146 60 / .2) var(--tw-gradient-to-position)}.to-orange-400\/25{--tw-gradient-to: rgb(251 146 60 / .25) var(--tw-gradient-to-position)}.to-orange-400\/30{--tw-gradient-to: rgb(251 146 60 / .3) var(--tw-gradient-to-position)}.to-orange-400\/35{--tw-gradient-to: rgb(251 146 60 / .35) var(--tw-gradient-to-position)}.to-orange-400\/40{--tw-gradient-to: rgb(251 146 60 / .4) var(--tw-gradient-to-position)}.to-orange-400\/45{--tw-gradient-to: rgb(251 146 60 / .45) var(--tw-gradient-to-position)}.to-orange-400\/5{--tw-gradient-to: rgb(251 146 60 / .05) var(--tw-gradient-to-position)}.to-orange-400\/50{--tw-gradient-to: rgb(251 146 60 / .5) var(--tw-gradient-to-position)}.to-orange-400\/55{--tw-gradient-to: rgb(251 146 60 / .55) var(--tw-gradient-to-position)}.to-orange-400\/60{--tw-gradient-to: rgb(251 146 60 / .6) var(--tw-gradient-to-position)}.to-orange-400\/65{--tw-gradient-to: rgb(251 146 60 / .65) var(--tw-gradient-to-position)}.to-orange-400\/70{--tw-gradient-to: rgb(251 146 60 / .7) var(--tw-gradient-to-position)}.to-orange-400\/75{--tw-gradient-to: rgb(251 146 60 / .75) var(--tw-gradient-to-position)}.to-orange-400\/80{--tw-gradient-to: rgb(251 146 60 / .8) var(--tw-gradient-to-position)}.to-orange-400\/85{--tw-gradient-to: rgb(251 146 60 / .85) var(--tw-gradient-to-position)}.to-orange-400\/90{--tw-gradient-to: rgb(251 146 60 / .9) var(--tw-gradient-to-position)}.to-orange-400\/95{--tw-gradient-to: rgb(251 146 60 / .95) var(--tw-gradient-to-position)}.to-orange-50{--tw-gradient-to: #fff7ed var(--tw-gradient-to-position)}.to-orange-50\/0{--tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position)}.to-orange-50\/10{--tw-gradient-to: rgb(255 247 237 / .1) var(--tw-gradient-to-position)}.to-orange-50\/100{--tw-gradient-to: rgb(255 247 237 / 1) var(--tw-gradient-to-position)}.to-orange-50\/15{--tw-gradient-to: rgb(255 247 237 / .15) var(--tw-gradient-to-position)}.to-orange-50\/20{--tw-gradient-to: rgb(255 247 237 / .2) var(--tw-gradient-to-position)}.to-orange-50\/25{--tw-gradient-to: rgb(255 247 237 / .25) var(--tw-gradient-to-position)}.to-orange-50\/30{--tw-gradient-to: rgb(255 247 237 / .3) var(--tw-gradient-to-position)}.to-orange-50\/35{--tw-gradient-to: rgb(255 247 237 / .35) var(--tw-gradient-to-position)}.to-orange-50\/40{--tw-gradient-to: rgb(255 247 237 / .4) var(--tw-gradient-to-position)}.to-orange-50\/45{--tw-gradient-to: rgb(255 247 237 / .45) var(--tw-gradient-to-position)}.to-orange-50\/5{--tw-gradient-to: rgb(255 247 237 / .05) var(--tw-gradient-to-position)}.to-orange-50\/50{--tw-gradient-to: rgb(255 247 237 / .5) var(--tw-gradient-to-position)}.to-orange-50\/55{--tw-gradient-to: rgb(255 247 237 / .55) var(--tw-gradient-to-position)}.to-orange-50\/60{--tw-gradient-to: rgb(255 247 237 / .6) var(--tw-gradient-to-position)}.to-orange-50\/65{--tw-gradient-to: rgb(255 247 237 / .65) var(--tw-gradient-to-position)}.to-orange-50\/70{--tw-gradient-to: rgb(255 247 237 / .7) var(--tw-gradient-to-position)}.to-orange-50\/75{--tw-gradient-to: rgb(255 247 237 / .75) var(--tw-gradient-to-position)}.to-orange-50\/80{--tw-gradient-to: rgb(255 247 237 / .8) var(--tw-gradient-to-position)}.to-orange-50\/85{--tw-gradient-to: rgb(255 247 237 / .85) var(--tw-gradient-to-position)}.to-orange-50\/90{--tw-gradient-to: rgb(255 247 237 / .9) var(--tw-gradient-to-position)}.to-orange-50\/95{--tw-gradient-to: rgb(255 247 237 / .95) var(--tw-gradient-to-position)}.to-orange-500{--tw-gradient-to: #f97316 var(--tw-gradient-to-position)}.to-orange-500\/0{--tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position)}.to-orange-500\/10{--tw-gradient-to: rgb(249 115 22 / .1) var(--tw-gradient-to-position)}.to-orange-500\/100{--tw-gradient-to: rgb(249 115 22 / 1) var(--tw-gradient-to-position)}.to-orange-500\/15{--tw-gradient-to: rgb(249 115 22 / .15) var(--tw-gradient-to-position)}.to-orange-500\/20{--tw-gradient-to: rgb(249 115 22 / .2) var(--tw-gradient-to-position)}.to-orange-500\/25{--tw-gradient-to: rgb(249 115 22 / .25) var(--tw-gradient-to-position)}.to-orange-500\/30{--tw-gradient-to: rgb(249 115 22 / .3) var(--tw-gradient-to-position)}.to-orange-500\/35{--tw-gradient-to: rgb(249 115 22 / .35) var(--tw-gradient-to-position)}.to-orange-500\/40{--tw-gradient-to: rgb(249 115 22 / .4) var(--tw-gradient-to-position)}.to-orange-500\/45{--tw-gradient-to: rgb(249 115 22 / .45) var(--tw-gradient-to-position)}.to-orange-500\/5{--tw-gradient-to: rgb(249 115 22 / .05) var(--tw-gradient-to-position)}.to-orange-500\/50{--tw-gradient-to: rgb(249 115 22 / .5) var(--tw-gradient-to-position)}.to-orange-500\/55{--tw-gradient-to: rgb(249 115 22 / .55) var(--tw-gradient-to-position)}.to-orange-500\/60{--tw-gradient-to: rgb(249 115 22 / .6) var(--tw-gradient-to-position)}.to-orange-500\/65{--tw-gradient-to: rgb(249 115 22 / .65) var(--tw-gradient-to-position)}.to-orange-500\/70{--tw-gradient-to: rgb(249 115 22 / .7) var(--tw-gradient-to-position)}.to-orange-500\/75{--tw-gradient-to: rgb(249 115 22 / .75) var(--tw-gradient-to-position)}.to-orange-500\/80{--tw-gradient-to: rgb(249 115 22 / .8) var(--tw-gradient-to-position)}.to-orange-500\/85{--tw-gradient-to: rgb(249 115 22 / .85) var(--tw-gradient-to-position)}.to-orange-500\/90{--tw-gradient-to: rgb(249 115 22 / .9) var(--tw-gradient-to-position)}.to-orange-500\/95{--tw-gradient-to: rgb(249 115 22 / .95) var(--tw-gradient-to-position)}.to-orange-600{--tw-gradient-to: #ea580c var(--tw-gradient-to-position)}.to-orange-600\/0{--tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position)}.to-orange-600\/10{--tw-gradient-to: rgb(234 88 12 / .1) var(--tw-gradient-to-position)}.to-orange-600\/100{--tw-gradient-to: rgb(234 88 12 / 1) var(--tw-gradient-to-position)}.to-orange-600\/15{--tw-gradient-to: rgb(234 88 12 / .15) var(--tw-gradient-to-position)}.to-orange-600\/20{--tw-gradient-to: rgb(234 88 12 / .2) var(--tw-gradient-to-position)}.to-orange-600\/25{--tw-gradient-to: rgb(234 88 12 / .25) var(--tw-gradient-to-position)}.to-orange-600\/30{--tw-gradient-to: rgb(234 88 12 / .3) var(--tw-gradient-to-position)}.to-orange-600\/35{--tw-gradient-to: rgb(234 88 12 / .35) var(--tw-gradient-to-position)}.to-orange-600\/40{--tw-gradient-to: rgb(234 88 12 / .4) var(--tw-gradient-to-position)}.to-orange-600\/45{--tw-gradient-to: rgb(234 88 12 / .45) var(--tw-gradient-to-position)}.to-orange-600\/5{--tw-gradient-to: rgb(234 88 12 / .05) var(--tw-gradient-to-position)}.to-orange-600\/50{--tw-gradient-to: rgb(234 88 12 / .5) var(--tw-gradient-to-position)}.to-orange-600\/55{--tw-gradient-to: rgb(234 88 12 / .55) var(--tw-gradient-to-position)}.to-orange-600\/60{--tw-gradient-to: rgb(234 88 12 / .6) var(--tw-gradient-to-position)}.to-orange-600\/65{--tw-gradient-to: rgb(234 88 12 / .65) var(--tw-gradient-to-position)}.to-orange-600\/70{--tw-gradient-to: rgb(234 88 12 / .7) var(--tw-gradient-to-position)}.to-orange-600\/75{--tw-gradient-to: rgb(234 88 12 / .75) var(--tw-gradient-to-position)}.to-orange-600\/80{--tw-gradient-to: rgb(234 88 12 / .8) var(--tw-gradient-to-position)}.to-orange-600\/85{--tw-gradient-to: rgb(234 88 12 / .85) var(--tw-gradient-to-position)}.to-orange-600\/90{--tw-gradient-to: rgb(234 88 12 / .9) var(--tw-gradient-to-position)}.to-orange-600\/95{--tw-gradient-to: rgb(234 88 12 / .95) var(--tw-gradient-to-position)}.to-orange-700{--tw-gradient-to: #c2410c var(--tw-gradient-to-position)}.to-orange-700\/0{--tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position)}.to-orange-700\/10{--tw-gradient-to: rgb(194 65 12 / .1) var(--tw-gradient-to-position)}.to-orange-700\/100{--tw-gradient-to: rgb(194 65 12 / 1) var(--tw-gradient-to-position)}.to-orange-700\/15{--tw-gradient-to: rgb(194 65 12 / .15) var(--tw-gradient-to-position)}.to-orange-700\/20{--tw-gradient-to: rgb(194 65 12 / .2) var(--tw-gradient-to-position)}.to-orange-700\/25{--tw-gradient-to: rgb(194 65 12 / .25) var(--tw-gradient-to-position)}.to-orange-700\/30{--tw-gradient-to: rgb(194 65 12 / .3) var(--tw-gradient-to-position)}.to-orange-700\/35{--tw-gradient-to: rgb(194 65 12 / .35) var(--tw-gradient-to-position)}.to-orange-700\/40{--tw-gradient-to: rgb(194 65 12 / .4) var(--tw-gradient-to-position)}.to-orange-700\/45{--tw-gradient-to: rgb(194 65 12 / .45) var(--tw-gradient-to-position)}.to-orange-700\/5{--tw-gradient-to: rgb(194 65 12 / .05) var(--tw-gradient-to-position)}.to-orange-700\/50{--tw-gradient-to: rgb(194 65 12 / .5) var(--tw-gradient-to-position)}.to-orange-700\/55{--tw-gradient-to: rgb(194 65 12 / .55) var(--tw-gradient-to-position)}.to-orange-700\/60{--tw-gradient-to: rgb(194 65 12 / .6) var(--tw-gradient-to-position)}.to-orange-700\/65{--tw-gradient-to: rgb(194 65 12 / .65) var(--tw-gradient-to-position)}.to-orange-700\/70{--tw-gradient-to: rgb(194 65 12 / .7) var(--tw-gradient-to-position)}.to-orange-700\/75{--tw-gradient-to: rgb(194 65 12 / .75) var(--tw-gradient-to-position)}.to-orange-700\/80{--tw-gradient-to: rgb(194 65 12 / .8) var(--tw-gradient-to-position)}.to-orange-700\/85{--tw-gradient-to: rgb(194 65 12 / .85) var(--tw-gradient-to-position)}.to-orange-700\/90{--tw-gradient-to: rgb(194 65 12 / .9) var(--tw-gradient-to-position)}.to-orange-700\/95{--tw-gradient-to: rgb(194 65 12 / .95) var(--tw-gradient-to-position)}.to-orange-800{--tw-gradient-to: #9a3412 var(--tw-gradient-to-position)}.to-orange-800\/0{--tw-gradient-to: rgb(154 52 18 / 0) var(--tw-gradient-to-position)}.to-orange-800\/10{--tw-gradient-to: rgb(154 52 18 / .1) var(--tw-gradient-to-position)}.to-orange-800\/100{--tw-gradient-to: rgb(154 52 18 / 1) var(--tw-gradient-to-position)}.to-orange-800\/15{--tw-gradient-to: rgb(154 52 18 / .15) var(--tw-gradient-to-position)}.to-orange-800\/20{--tw-gradient-to: rgb(154 52 18 / .2) var(--tw-gradient-to-position)}.to-orange-800\/25{--tw-gradient-to: rgb(154 52 18 / .25) var(--tw-gradient-to-position)}.to-orange-800\/30{--tw-gradient-to: rgb(154 52 18 / .3) var(--tw-gradient-to-position)}.to-orange-800\/35{--tw-gradient-to: rgb(154 52 18 / .35) var(--tw-gradient-to-position)}.to-orange-800\/40{--tw-gradient-to: rgb(154 52 18 / .4) var(--tw-gradient-to-position)}.to-orange-800\/45{--tw-gradient-to: rgb(154 52 18 / .45) var(--tw-gradient-to-position)}.to-orange-800\/5{--tw-gradient-to: rgb(154 52 18 / .05) var(--tw-gradient-to-position)}.to-orange-800\/50{--tw-gradient-to: rgb(154 52 18 / .5) var(--tw-gradient-to-position)}.to-orange-800\/55{--tw-gradient-to: rgb(154 52 18 / .55) var(--tw-gradient-to-position)}.to-orange-800\/60{--tw-gradient-to: rgb(154 52 18 / .6) var(--tw-gradient-to-position)}.to-orange-800\/65{--tw-gradient-to: rgb(154 52 18 / .65) var(--tw-gradient-to-position)}.to-orange-800\/70{--tw-gradient-to: rgb(154 52 18 / .7) var(--tw-gradient-to-position)}.to-orange-800\/75{--tw-gradient-to: rgb(154 52 18 / .75) var(--tw-gradient-to-position)}.to-orange-800\/80{--tw-gradient-to: rgb(154 52 18 / .8) var(--tw-gradient-to-position)}.to-orange-800\/85{--tw-gradient-to: rgb(154 52 18 / .85) var(--tw-gradient-to-position)}.to-orange-800\/90{--tw-gradient-to: rgb(154 52 18 / .9) var(--tw-gradient-to-position)}.to-orange-800\/95{--tw-gradient-to: rgb(154 52 18 / .95) var(--tw-gradient-to-position)}.to-orange-900{--tw-gradient-to: #7c2d12 var(--tw-gradient-to-position)}.to-orange-900\/0{--tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position)}.to-orange-900\/10{--tw-gradient-to: rgb(124 45 18 / .1) var(--tw-gradient-to-position)}.to-orange-900\/100{--tw-gradient-to: rgb(124 45 18 / 1) var(--tw-gradient-to-position)}.to-orange-900\/15{--tw-gradient-to: rgb(124 45 18 / .15) var(--tw-gradient-to-position)}.to-orange-900\/20{--tw-gradient-to: rgb(124 45 18 / .2) var(--tw-gradient-to-position)}.to-orange-900\/25{--tw-gradient-to: rgb(124 45 18 / .25) var(--tw-gradient-to-position)}.to-orange-900\/30{--tw-gradient-to: rgb(124 45 18 / .3) var(--tw-gradient-to-position)}.to-orange-900\/35{--tw-gradient-to: rgb(124 45 18 / .35) var(--tw-gradient-to-position)}.to-orange-900\/40{--tw-gradient-to: rgb(124 45 18 / .4) var(--tw-gradient-to-position)}.to-orange-900\/45{--tw-gradient-to: rgb(124 45 18 / .45) var(--tw-gradient-to-position)}.to-orange-900\/5{--tw-gradient-to: rgb(124 45 18 / .05) var(--tw-gradient-to-position)}.to-orange-900\/50{--tw-gradient-to: rgb(124 45 18 / .5) var(--tw-gradient-to-position)}.to-orange-900\/55{--tw-gradient-to: rgb(124 45 18 / .55) var(--tw-gradient-to-position)}.to-orange-900\/60{--tw-gradient-to: rgb(124 45 18 / .6) var(--tw-gradient-to-position)}.to-orange-900\/65{--tw-gradient-to: rgb(124 45 18 / .65) var(--tw-gradient-to-position)}.to-orange-900\/70{--tw-gradient-to: rgb(124 45 18 / .7) var(--tw-gradient-to-position)}.to-orange-900\/75{--tw-gradient-to: rgb(124 45 18 / .75) var(--tw-gradient-to-position)}.to-orange-900\/80{--tw-gradient-to: rgb(124 45 18 / .8) var(--tw-gradient-to-position)}.to-orange-900\/85{--tw-gradient-to: rgb(124 45 18 / .85) var(--tw-gradient-to-position)}.to-orange-900\/90{--tw-gradient-to: rgb(124 45 18 / .9) var(--tw-gradient-to-position)}.to-orange-900\/95{--tw-gradient-to: rgb(124 45 18 / .95) var(--tw-gradient-to-position)}.to-pink-100{--tw-gradient-to: #fce7f3 var(--tw-gradient-to-position)}.to-pink-100\/0{--tw-gradient-to: rgb(252 231 243 / 0) var(--tw-gradient-to-position)}.to-pink-100\/10{--tw-gradient-to: rgb(252 231 243 / .1) var(--tw-gradient-to-position)}.to-pink-100\/100{--tw-gradient-to: rgb(252 231 243 / 1) var(--tw-gradient-to-position)}.to-pink-100\/15{--tw-gradient-to: rgb(252 231 243 / .15) var(--tw-gradient-to-position)}.to-pink-100\/20{--tw-gradient-to: rgb(252 231 243 / .2) var(--tw-gradient-to-position)}.to-pink-100\/25{--tw-gradient-to: rgb(252 231 243 / .25) var(--tw-gradient-to-position)}.to-pink-100\/30{--tw-gradient-to: rgb(252 231 243 / .3) var(--tw-gradient-to-position)}.to-pink-100\/35{--tw-gradient-to: rgb(252 231 243 / .35) var(--tw-gradient-to-position)}.to-pink-100\/40{--tw-gradient-to: rgb(252 231 243 / .4) var(--tw-gradient-to-position)}.to-pink-100\/45{--tw-gradient-to: rgb(252 231 243 / .45) var(--tw-gradient-to-position)}.to-pink-100\/5{--tw-gradient-to: rgb(252 231 243 / .05) var(--tw-gradient-to-position)}.to-pink-100\/50{--tw-gradient-to: rgb(252 231 243 / .5) var(--tw-gradient-to-position)}.to-pink-100\/55{--tw-gradient-to: rgb(252 231 243 / .55) var(--tw-gradient-to-position)}.to-pink-100\/60{--tw-gradient-to: rgb(252 231 243 / .6) var(--tw-gradient-to-position)}.to-pink-100\/65{--tw-gradient-to: rgb(252 231 243 / .65) var(--tw-gradient-to-position)}.to-pink-100\/70{--tw-gradient-to: rgb(252 231 243 / .7) var(--tw-gradient-to-position)}.to-pink-100\/75{--tw-gradient-to: rgb(252 231 243 / .75) var(--tw-gradient-to-position)}.to-pink-100\/80{--tw-gradient-to: rgb(252 231 243 / .8) var(--tw-gradient-to-position)}.to-pink-100\/85{--tw-gradient-to: rgb(252 231 243 / .85) var(--tw-gradient-to-position)}.to-pink-100\/90{--tw-gradient-to: rgb(252 231 243 / .9) var(--tw-gradient-to-position)}.to-pink-100\/95{--tw-gradient-to: rgb(252 231 243 / .95) var(--tw-gradient-to-position)}.to-pink-200{--tw-gradient-to: #fbcfe8 var(--tw-gradient-to-position)}.to-pink-200\/0{--tw-gradient-to: rgb(251 207 232 / 0) var(--tw-gradient-to-position)}.to-pink-200\/10{--tw-gradient-to: rgb(251 207 232 / .1) var(--tw-gradient-to-position)}.to-pink-200\/100{--tw-gradient-to: rgb(251 207 232 / 1) var(--tw-gradient-to-position)}.to-pink-200\/15{--tw-gradient-to: rgb(251 207 232 / .15) var(--tw-gradient-to-position)}.to-pink-200\/20{--tw-gradient-to: rgb(251 207 232 / .2) var(--tw-gradient-to-position)}.to-pink-200\/25{--tw-gradient-to: rgb(251 207 232 / .25) var(--tw-gradient-to-position)}.to-pink-200\/30{--tw-gradient-to: rgb(251 207 232 / .3) var(--tw-gradient-to-position)}.to-pink-200\/35{--tw-gradient-to: rgb(251 207 232 / .35) var(--tw-gradient-to-position)}.to-pink-200\/40{--tw-gradient-to: rgb(251 207 232 / .4) var(--tw-gradient-to-position)}.to-pink-200\/45{--tw-gradient-to: rgb(251 207 232 / .45) var(--tw-gradient-to-position)}.to-pink-200\/5{--tw-gradient-to: rgb(251 207 232 / .05) var(--tw-gradient-to-position)}.to-pink-200\/50{--tw-gradient-to: rgb(251 207 232 / .5) var(--tw-gradient-to-position)}.to-pink-200\/55{--tw-gradient-to: rgb(251 207 232 / .55) var(--tw-gradient-to-position)}.to-pink-200\/60{--tw-gradient-to: rgb(251 207 232 / .6) var(--tw-gradient-to-position)}.to-pink-200\/65{--tw-gradient-to: rgb(251 207 232 / .65) var(--tw-gradient-to-position)}.to-pink-200\/70{--tw-gradient-to: rgb(251 207 232 / .7) var(--tw-gradient-to-position)}.to-pink-200\/75{--tw-gradient-to: rgb(251 207 232 / .75) var(--tw-gradient-to-position)}.to-pink-200\/80{--tw-gradient-to: rgb(251 207 232 / .8) var(--tw-gradient-to-position)}.to-pink-200\/85{--tw-gradient-to: rgb(251 207 232 / .85) var(--tw-gradient-to-position)}.to-pink-200\/90{--tw-gradient-to: rgb(251 207 232 / .9) var(--tw-gradient-to-position)}.to-pink-200\/95{--tw-gradient-to: rgb(251 207 232 / .95) var(--tw-gradient-to-position)}.to-pink-300{--tw-gradient-to: #f9a8d4 var(--tw-gradient-to-position)}.to-pink-300\/0{--tw-gradient-to: rgb(249 168 212 / 0) var(--tw-gradient-to-position)}.to-pink-300\/10{--tw-gradient-to: rgb(249 168 212 / .1) var(--tw-gradient-to-position)}.to-pink-300\/100{--tw-gradient-to: rgb(249 168 212 / 1) var(--tw-gradient-to-position)}.to-pink-300\/15{--tw-gradient-to: rgb(249 168 212 / .15) var(--tw-gradient-to-position)}.to-pink-300\/20{--tw-gradient-to: rgb(249 168 212 / .2) var(--tw-gradient-to-position)}.to-pink-300\/25{--tw-gradient-to: rgb(249 168 212 / .25) var(--tw-gradient-to-position)}.to-pink-300\/30{--tw-gradient-to: rgb(249 168 212 / .3) var(--tw-gradient-to-position)}.to-pink-300\/35{--tw-gradient-to: rgb(249 168 212 / .35) var(--tw-gradient-to-position)}.to-pink-300\/40{--tw-gradient-to: rgb(249 168 212 / .4) var(--tw-gradient-to-position)}.to-pink-300\/45{--tw-gradient-to: rgb(249 168 212 / .45) var(--tw-gradient-to-position)}.to-pink-300\/5{--tw-gradient-to: rgb(249 168 212 / .05) var(--tw-gradient-to-position)}.to-pink-300\/50{--tw-gradient-to: rgb(249 168 212 / .5) var(--tw-gradient-to-position)}.to-pink-300\/55{--tw-gradient-to: rgb(249 168 212 / .55) var(--tw-gradient-to-position)}.to-pink-300\/60{--tw-gradient-to: rgb(249 168 212 / .6) var(--tw-gradient-to-position)}.to-pink-300\/65{--tw-gradient-to: rgb(249 168 212 / .65) var(--tw-gradient-to-position)}.to-pink-300\/70{--tw-gradient-to: rgb(249 168 212 / .7) var(--tw-gradient-to-position)}.to-pink-300\/75{--tw-gradient-to: rgb(249 168 212 / .75) var(--tw-gradient-to-position)}.to-pink-300\/80{--tw-gradient-to: rgb(249 168 212 / .8) var(--tw-gradient-to-position)}.to-pink-300\/85{--tw-gradient-to: rgb(249 168 212 / .85) var(--tw-gradient-to-position)}.to-pink-300\/90{--tw-gradient-to: rgb(249 168 212 / .9) var(--tw-gradient-to-position)}.to-pink-300\/95{--tw-gradient-to: rgb(249 168 212 / .95) var(--tw-gradient-to-position)}.to-pink-400{--tw-gradient-to: #f472b6 var(--tw-gradient-to-position)}.to-pink-400\/0{--tw-gradient-to: rgb(244 114 182 / 0) var(--tw-gradient-to-position)}.to-pink-400\/10{--tw-gradient-to: rgb(244 114 182 / .1) var(--tw-gradient-to-position)}.to-pink-400\/100{--tw-gradient-to: rgb(244 114 182 / 1) var(--tw-gradient-to-position)}.to-pink-400\/15{--tw-gradient-to: rgb(244 114 182 / .15) var(--tw-gradient-to-position)}.to-pink-400\/20{--tw-gradient-to: rgb(244 114 182 / .2) var(--tw-gradient-to-position)}.to-pink-400\/25{--tw-gradient-to: rgb(244 114 182 / .25) var(--tw-gradient-to-position)}.to-pink-400\/30{--tw-gradient-to: rgb(244 114 182 / .3) var(--tw-gradient-to-position)}.to-pink-400\/35{--tw-gradient-to: rgb(244 114 182 / .35) var(--tw-gradient-to-position)}.to-pink-400\/40{--tw-gradient-to: rgb(244 114 182 / .4) var(--tw-gradient-to-position)}.to-pink-400\/45{--tw-gradient-to: rgb(244 114 182 / .45) var(--tw-gradient-to-position)}.to-pink-400\/5{--tw-gradient-to: rgb(244 114 182 / .05) var(--tw-gradient-to-position)}.to-pink-400\/50{--tw-gradient-to: rgb(244 114 182 / .5) var(--tw-gradient-to-position)}.to-pink-400\/55{--tw-gradient-to: rgb(244 114 182 / .55) var(--tw-gradient-to-position)}.to-pink-400\/60{--tw-gradient-to: rgb(244 114 182 / .6) var(--tw-gradient-to-position)}.to-pink-400\/65{--tw-gradient-to: rgb(244 114 182 / .65) var(--tw-gradient-to-position)}.to-pink-400\/70{--tw-gradient-to: rgb(244 114 182 / .7) var(--tw-gradient-to-position)}.to-pink-400\/75{--tw-gradient-to: rgb(244 114 182 / .75) var(--tw-gradient-to-position)}.to-pink-400\/80{--tw-gradient-to: rgb(244 114 182 / .8) var(--tw-gradient-to-position)}.to-pink-400\/85{--tw-gradient-to: rgb(244 114 182 / .85) var(--tw-gradient-to-position)}.to-pink-400\/90{--tw-gradient-to: rgb(244 114 182 / .9) var(--tw-gradient-to-position)}.to-pink-400\/95{--tw-gradient-to: rgb(244 114 182 / .95) var(--tw-gradient-to-position)}.to-pink-50{--tw-gradient-to: #fdf2f8 var(--tw-gradient-to-position)}.to-pink-50\/0{--tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position)}.to-pink-50\/10{--tw-gradient-to: rgb(253 242 248 / .1) var(--tw-gradient-to-position)}.to-pink-50\/100{--tw-gradient-to: rgb(253 242 248 / 1) var(--tw-gradient-to-position)}.to-pink-50\/15{--tw-gradient-to: rgb(253 242 248 / .15) var(--tw-gradient-to-position)}.to-pink-50\/20{--tw-gradient-to: rgb(253 242 248 / .2) var(--tw-gradient-to-position)}.to-pink-50\/25{--tw-gradient-to: rgb(253 242 248 / .25) var(--tw-gradient-to-position)}.to-pink-50\/30{--tw-gradient-to: rgb(253 242 248 / .3) var(--tw-gradient-to-position)}.to-pink-50\/35{--tw-gradient-to: rgb(253 242 248 / .35) var(--tw-gradient-to-position)}.to-pink-50\/40{--tw-gradient-to: rgb(253 242 248 / .4) var(--tw-gradient-to-position)}.to-pink-50\/45{--tw-gradient-to: rgb(253 242 248 / .45) var(--tw-gradient-to-position)}.to-pink-50\/5{--tw-gradient-to: rgb(253 242 248 / .05) var(--tw-gradient-to-position)}.to-pink-50\/50{--tw-gradient-to: rgb(253 242 248 / .5) var(--tw-gradient-to-position)}.to-pink-50\/55{--tw-gradient-to: rgb(253 242 248 / .55) var(--tw-gradient-to-position)}.to-pink-50\/60{--tw-gradient-to: rgb(253 242 248 / .6) var(--tw-gradient-to-position)}.to-pink-50\/65{--tw-gradient-to: rgb(253 242 248 / .65) var(--tw-gradient-to-position)}.to-pink-50\/70{--tw-gradient-to: rgb(253 242 248 / .7) var(--tw-gradient-to-position)}.to-pink-50\/75{--tw-gradient-to: rgb(253 242 248 / .75) var(--tw-gradient-to-position)}.to-pink-50\/80{--tw-gradient-to: rgb(253 242 248 / .8) var(--tw-gradient-to-position)}.to-pink-50\/85{--tw-gradient-to: rgb(253 242 248 / .85) var(--tw-gradient-to-position)}.to-pink-50\/90{--tw-gradient-to: rgb(253 242 248 / .9) var(--tw-gradient-to-position)}.to-pink-50\/95{--tw-gradient-to: rgb(253 242 248 / .95) var(--tw-gradient-to-position)}.to-pink-500{--tw-gradient-to: #ec4899 var(--tw-gradient-to-position)}.to-pink-500\/0{--tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position)}.to-pink-500\/10{--tw-gradient-to: rgb(236 72 153 / .1) var(--tw-gradient-to-position)}.to-pink-500\/100{--tw-gradient-to: rgb(236 72 153 / 1) var(--tw-gradient-to-position)}.to-pink-500\/15{--tw-gradient-to: rgb(236 72 153 / .15) var(--tw-gradient-to-position)}.to-pink-500\/20{--tw-gradient-to: rgb(236 72 153 / .2) var(--tw-gradient-to-position)}.to-pink-500\/25{--tw-gradient-to: rgb(236 72 153 / .25) var(--tw-gradient-to-position)}.to-pink-500\/30{--tw-gradient-to: rgb(236 72 153 / .3) var(--tw-gradient-to-position)}.to-pink-500\/35{--tw-gradient-to: rgb(236 72 153 / .35) var(--tw-gradient-to-position)}.to-pink-500\/40{--tw-gradient-to: rgb(236 72 153 / .4) var(--tw-gradient-to-position)}.to-pink-500\/45{--tw-gradient-to: rgb(236 72 153 / .45) var(--tw-gradient-to-position)}.to-pink-500\/5{--tw-gradient-to: rgb(236 72 153 / .05) var(--tw-gradient-to-position)}.to-pink-500\/50{--tw-gradient-to: rgb(236 72 153 / .5) var(--tw-gradient-to-position)}.to-pink-500\/55{--tw-gradient-to: rgb(236 72 153 / .55) var(--tw-gradient-to-position)}.to-pink-500\/60{--tw-gradient-to: rgb(236 72 153 / .6) var(--tw-gradient-to-position)}.to-pink-500\/65{--tw-gradient-to: rgb(236 72 153 / .65) var(--tw-gradient-to-position)}.to-pink-500\/70{--tw-gradient-to: rgb(236 72 153 / .7) var(--tw-gradient-to-position)}.to-pink-500\/75{--tw-gradient-to: rgb(236 72 153 / .75) var(--tw-gradient-to-position)}.to-pink-500\/80{--tw-gradient-to: rgb(236 72 153 / .8) var(--tw-gradient-to-position)}.to-pink-500\/85{--tw-gradient-to: rgb(236 72 153 / .85) var(--tw-gradient-to-position)}.to-pink-500\/90{--tw-gradient-to: rgb(236 72 153 / .9) var(--tw-gradient-to-position)}.to-pink-500\/95{--tw-gradient-to: rgb(236 72 153 / .95) var(--tw-gradient-to-position)}.to-pink-600{--tw-gradient-to: #db2777 var(--tw-gradient-to-position)}.to-pink-600\/0{--tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position)}.to-pink-600\/10{--tw-gradient-to: rgb(219 39 119 / .1) var(--tw-gradient-to-position)}.to-pink-600\/100{--tw-gradient-to: rgb(219 39 119 / 1) var(--tw-gradient-to-position)}.to-pink-600\/15{--tw-gradient-to: rgb(219 39 119 / .15) var(--tw-gradient-to-position)}.to-pink-600\/20{--tw-gradient-to: rgb(219 39 119 / .2) var(--tw-gradient-to-position)}.to-pink-600\/25{--tw-gradient-to: rgb(219 39 119 / .25) var(--tw-gradient-to-position)}.to-pink-600\/30{--tw-gradient-to: rgb(219 39 119 / .3) var(--tw-gradient-to-position)}.to-pink-600\/35{--tw-gradient-to: rgb(219 39 119 / .35) var(--tw-gradient-to-position)}.to-pink-600\/40{--tw-gradient-to: rgb(219 39 119 / .4) var(--tw-gradient-to-position)}.to-pink-600\/45{--tw-gradient-to: rgb(219 39 119 / .45) var(--tw-gradient-to-position)}.to-pink-600\/5{--tw-gradient-to: rgb(219 39 119 / .05) var(--tw-gradient-to-position)}.to-pink-600\/50{--tw-gradient-to: rgb(219 39 119 / .5) var(--tw-gradient-to-position)}.to-pink-600\/55{--tw-gradient-to: rgb(219 39 119 / .55) var(--tw-gradient-to-position)}.to-pink-600\/60{--tw-gradient-to: rgb(219 39 119 / .6) var(--tw-gradient-to-position)}.to-pink-600\/65{--tw-gradient-to: rgb(219 39 119 / .65) var(--tw-gradient-to-position)}.to-pink-600\/70{--tw-gradient-to: rgb(219 39 119 / .7) var(--tw-gradient-to-position)}.to-pink-600\/75{--tw-gradient-to: rgb(219 39 119 / .75) var(--tw-gradient-to-position)}.to-pink-600\/80{--tw-gradient-to: rgb(219 39 119 / .8) var(--tw-gradient-to-position)}.to-pink-600\/85{--tw-gradient-to: rgb(219 39 119 / .85) var(--tw-gradient-to-position)}.to-pink-600\/90{--tw-gradient-to: rgb(219 39 119 / .9) var(--tw-gradient-to-position)}.to-pink-600\/95{--tw-gradient-to: rgb(219 39 119 / .95) var(--tw-gradient-to-position)}.to-pink-700{--tw-gradient-to: #be185d var(--tw-gradient-to-position)}.to-pink-700\/0{--tw-gradient-to: rgb(190 24 93 / 0) var(--tw-gradient-to-position)}.to-pink-700\/10{--tw-gradient-to: rgb(190 24 93 / .1) var(--tw-gradient-to-position)}.to-pink-700\/100{--tw-gradient-to: rgb(190 24 93 / 1) var(--tw-gradient-to-position)}.to-pink-700\/15{--tw-gradient-to: rgb(190 24 93 / .15) var(--tw-gradient-to-position)}.to-pink-700\/20{--tw-gradient-to: rgb(190 24 93 / .2) var(--tw-gradient-to-position)}.to-pink-700\/25{--tw-gradient-to: rgb(190 24 93 / .25) var(--tw-gradient-to-position)}.to-pink-700\/30{--tw-gradient-to: rgb(190 24 93 / .3) var(--tw-gradient-to-position)}.to-pink-700\/35{--tw-gradient-to: rgb(190 24 93 / .35) var(--tw-gradient-to-position)}.to-pink-700\/40{--tw-gradient-to: rgb(190 24 93 / .4) var(--tw-gradient-to-position)}.to-pink-700\/45{--tw-gradient-to: rgb(190 24 93 / .45) var(--tw-gradient-to-position)}.to-pink-700\/5{--tw-gradient-to: rgb(190 24 93 / .05) var(--tw-gradient-to-position)}.to-pink-700\/50{--tw-gradient-to: rgb(190 24 93 / .5) var(--tw-gradient-to-position)}.to-pink-700\/55{--tw-gradient-to: rgb(190 24 93 / .55) var(--tw-gradient-to-position)}.to-pink-700\/60{--tw-gradient-to: rgb(190 24 93 / .6) var(--tw-gradient-to-position)}.to-pink-700\/65{--tw-gradient-to: rgb(190 24 93 / .65) var(--tw-gradient-to-position)}.to-pink-700\/70{--tw-gradient-to: rgb(190 24 93 / .7) var(--tw-gradient-to-position)}.to-pink-700\/75{--tw-gradient-to: rgb(190 24 93 / .75) var(--tw-gradient-to-position)}.to-pink-700\/80{--tw-gradient-to: rgb(190 24 93 / .8) var(--tw-gradient-to-position)}.to-pink-700\/85{--tw-gradient-to: rgb(190 24 93 / .85) var(--tw-gradient-to-position)}.to-pink-700\/90{--tw-gradient-to: rgb(190 24 93 / .9) var(--tw-gradient-to-position)}.to-pink-700\/95{--tw-gradient-to: rgb(190 24 93 / .95) var(--tw-gradient-to-position)}.to-pink-800{--tw-gradient-to: #9d174d var(--tw-gradient-to-position)}.to-pink-800\/0{--tw-gradient-to: rgb(157 23 77 / 0) var(--tw-gradient-to-position)}.to-pink-800\/10{--tw-gradient-to: rgb(157 23 77 / .1) var(--tw-gradient-to-position)}.to-pink-800\/100{--tw-gradient-to: rgb(157 23 77 / 1) var(--tw-gradient-to-position)}.to-pink-800\/15{--tw-gradient-to: rgb(157 23 77 / .15) var(--tw-gradient-to-position)}.to-pink-800\/20{--tw-gradient-to: rgb(157 23 77 / .2) var(--tw-gradient-to-position)}.to-pink-800\/25{--tw-gradient-to: rgb(157 23 77 / .25) var(--tw-gradient-to-position)}.to-pink-800\/30{--tw-gradient-to: rgb(157 23 77 / .3) var(--tw-gradient-to-position)}.to-pink-800\/35{--tw-gradient-to: rgb(157 23 77 / .35) var(--tw-gradient-to-position)}.to-pink-800\/40{--tw-gradient-to: rgb(157 23 77 / .4) var(--tw-gradient-to-position)}.to-pink-800\/45{--tw-gradient-to: rgb(157 23 77 / .45) var(--tw-gradient-to-position)}.to-pink-800\/5{--tw-gradient-to: rgb(157 23 77 / .05) var(--tw-gradient-to-position)}.to-pink-800\/50{--tw-gradient-to: rgb(157 23 77 / .5) var(--tw-gradient-to-position)}.to-pink-800\/55{--tw-gradient-to: rgb(157 23 77 / .55) var(--tw-gradient-to-position)}.to-pink-800\/60{--tw-gradient-to: rgb(157 23 77 / .6) var(--tw-gradient-to-position)}.to-pink-800\/65{--tw-gradient-to: rgb(157 23 77 / .65) var(--tw-gradient-to-position)}.to-pink-800\/70{--tw-gradient-to: rgb(157 23 77 / .7) var(--tw-gradient-to-position)}.to-pink-800\/75{--tw-gradient-to: rgb(157 23 77 / .75) var(--tw-gradient-to-position)}.to-pink-800\/80{--tw-gradient-to: rgb(157 23 77 / .8) var(--tw-gradient-to-position)}.to-pink-800\/85{--tw-gradient-to: rgb(157 23 77 / .85) var(--tw-gradient-to-position)}.to-pink-800\/90{--tw-gradient-to: rgb(157 23 77 / .9) var(--tw-gradient-to-position)}.to-pink-800\/95{--tw-gradient-to: rgb(157 23 77 / .95) var(--tw-gradient-to-position)}.to-pink-900{--tw-gradient-to: #831843 var(--tw-gradient-to-position)}.to-pink-900\/0{--tw-gradient-to: rgb(131 24 67 / 0) var(--tw-gradient-to-position)}.to-pink-900\/10{--tw-gradient-to: rgb(131 24 67 / .1) var(--tw-gradient-to-position)}.to-pink-900\/100{--tw-gradient-to: rgb(131 24 67 / 1) var(--tw-gradient-to-position)}.to-pink-900\/15{--tw-gradient-to: rgb(131 24 67 / .15) var(--tw-gradient-to-position)}.to-pink-900\/20{--tw-gradient-to: rgb(131 24 67 / .2) var(--tw-gradient-to-position)}.to-pink-900\/25{--tw-gradient-to: rgb(131 24 67 / .25) var(--tw-gradient-to-position)}.to-pink-900\/30{--tw-gradient-to: rgb(131 24 67 / .3) var(--tw-gradient-to-position)}.to-pink-900\/35{--tw-gradient-to: rgb(131 24 67 / .35) var(--tw-gradient-to-position)}.to-pink-900\/40{--tw-gradient-to: rgb(131 24 67 / .4) var(--tw-gradient-to-position)}.to-pink-900\/45{--tw-gradient-to: rgb(131 24 67 / .45) var(--tw-gradient-to-position)}.to-pink-900\/5{--tw-gradient-to: rgb(131 24 67 / .05) var(--tw-gradient-to-position)}.to-pink-900\/50{--tw-gradient-to: rgb(131 24 67 / .5) var(--tw-gradient-to-position)}.to-pink-900\/55{--tw-gradient-to: rgb(131 24 67 / .55) var(--tw-gradient-to-position)}.to-pink-900\/60{--tw-gradient-to: rgb(131 24 67 / .6) var(--tw-gradient-to-position)}.to-pink-900\/65{--tw-gradient-to: rgb(131 24 67 / .65) var(--tw-gradient-to-position)}.to-pink-900\/70{--tw-gradient-to: rgb(131 24 67 / .7) var(--tw-gradient-to-position)}.to-pink-900\/75{--tw-gradient-to: rgb(131 24 67 / .75) var(--tw-gradient-to-position)}.to-pink-900\/80{--tw-gradient-to: rgb(131 24 67 / .8) var(--tw-gradient-to-position)}.to-pink-900\/85{--tw-gradient-to: rgb(131 24 67 / .85) var(--tw-gradient-to-position)}.to-pink-900\/90{--tw-gradient-to: rgb(131 24 67 / .9) var(--tw-gradient-to-position)}.to-pink-900\/95{--tw-gradient-to: rgb(131 24 67 / .95) var(--tw-gradient-to-position)}.to-primary-100{--tw-gradient-to: #ede9fe var(--tw-gradient-to-position)}.to-primary-200{--tw-gradient-to: #ddd6fe var(--tw-gradient-to-position)}.to-primary-50{--tw-gradient-to: #f5f3ff var(--tw-gradient-to-position)}.to-primary-600{--tw-gradient-to: #7c3aed var(--tw-gradient-to-position)}.to-primary-700{--tw-gradient-to: #6d28d9 var(--tw-gradient-to-position)}.to-primary-800{--tw-gradient-to: #5b21b6 var(--tw-gradient-to-position)}.to-purple-100{--tw-gradient-to: #f3e8ff var(--tw-gradient-to-position)}.to-purple-100\/0{--tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position)}.to-purple-100\/10{--tw-gradient-to: rgb(243 232 255 / .1) var(--tw-gradient-to-position)}.to-purple-100\/100{--tw-gradient-to: rgb(243 232 255 / 1) var(--tw-gradient-to-position)}.to-purple-100\/15{--tw-gradient-to: rgb(243 232 255 / .15) var(--tw-gradient-to-position)}.to-purple-100\/20{--tw-gradient-to: rgb(243 232 255 / .2) var(--tw-gradient-to-position)}.to-purple-100\/25{--tw-gradient-to: rgb(243 232 255 / .25) var(--tw-gradient-to-position)}.to-purple-100\/30{--tw-gradient-to: rgb(243 232 255 / .3) var(--tw-gradient-to-position)}.to-purple-100\/35{--tw-gradient-to: rgb(243 232 255 / .35) var(--tw-gradient-to-position)}.to-purple-100\/40{--tw-gradient-to: rgb(243 232 255 / .4) var(--tw-gradient-to-position)}.to-purple-100\/45{--tw-gradient-to: rgb(243 232 255 / .45) var(--tw-gradient-to-position)}.to-purple-100\/5{--tw-gradient-to: rgb(243 232 255 / .05) var(--tw-gradient-to-position)}.to-purple-100\/50{--tw-gradient-to: rgb(243 232 255 / .5) var(--tw-gradient-to-position)}.to-purple-100\/55{--tw-gradient-to: rgb(243 232 255 / .55) var(--tw-gradient-to-position)}.to-purple-100\/60{--tw-gradient-to: rgb(243 232 255 / .6) var(--tw-gradient-to-position)}.to-purple-100\/65{--tw-gradient-to: rgb(243 232 255 / .65) var(--tw-gradient-to-position)}.to-purple-100\/70{--tw-gradient-to: rgb(243 232 255 / .7) var(--tw-gradient-to-position)}.to-purple-100\/75{--tw-gradient-to: rgb(243 232 255 / .75) var(--tw-gradient-to-position)}.to-purple-100\/80{--tw-gradient-to: rgb(243 232 255 / .8) var(--tw-gradient-to-position)}.to-purple-100\/85{--tw-gradient-to: rgb(243 232 255 / .85) var(--tw-gradient-to-position)}.to-purple-100\/90{--tw-gradient-to: rgb(243 232 255 / .9) var(--tw-gradient-to-position)}.to-purple-100\/95{--tw-gradient-to: rgb(243 232 255 / .95) var(--tw-gradient-to-position)}.to-purple-200{--tw-gradient-to: #e9d5ff var(--tw-gradient-to-position)}.to-purple-200\/0{--tw-gradient-to: rgb(233 213 255 / 0) var(--tw-gradient-to-position)}.to-purple-200\/10{--tw-gradient-to: rgb(233 213 255 / .1) var(--tw-gradient-to-position)}.to-purple-200\/100{--tw-gradient-to: rgb(233 213 255 / 1) var(--tw-gradient-to-position)}.to-purple-200\/15{--tw-gradient-to: rgb(233 213 255 / .15) var(--tw-gradient-to-position)}.to-purple-200\/20{--tw-gradient-to: rgb(233 213 255 / .2) var(--tw-gradient-to-position)}.to-purple-200\/25{--tw-gradient-to: rgb(233 213 255 / .25) var(--tw-gradient-to-position)}.to-purple-200\/30{--tw-gradient-to: rgb(233 213 255 / .3) var(--tw-gradient-to-position)}.to-purple-200\/35{--tw-gradient-to: rgb(233 213 255 / .35) var(--tw-gradient-to-position)}.to-purple-200\/40{--tw-gradient-to: rgb(233 213 255 / .4) var(--tw-gradient-to-position)}.to-purple-200\/45{--tw-gradient-to: rgb(233 213 255 / .45) var(--tw-gradient-to-position)}.to-purple-200\/5{--tw-gradient-to: rgb(233 213 255 / .05) var(--tw-gradient-to-position)}.to-purple-200\/50{--tw-gradient-to: rgb(233 213 255 / .5) var(--tw-gradient-to-position)}.to-purple-200\/55{--tw-gradient-to: rgb(233 213 255 / .55) var(--tw-gradient-to-position)}.to-purple-200\/60{--tw-gradient-to: rgb(233 213 255 / .6) var(--tw-gradient-to-position)}.to-purple-200\/65{--tw-gradient-to: rgb(233 213 255 / .65) var(--tw-gradient-to-position)}.to-purple-200\/70{--tw-gradient-to: rgb(233 213 255 / .7) var(--tw-gradient-to-position)}.to-purple-200\/75{--tw-gradient-to: rgb(233 213 255 / .75) var(--tw-gradient-to-position)}.to-purple-200\/80{--tw-gradient-to: rgb(233 213 255 / .8) var(--tw-gradient-to-position)}.to-purple-200\/85{--tw-gradient-to: rgb(233 213 255 / .85) var(--tw-gradient-to-position)}.to-purple-200\/90{--tw-gradient-to: rgb(233 213 255 / .9) var(--tw-gradient-to-position)}.to-purple-200\/95{--tw-gradient-to: rgb(233 213 255 / .95) var(--tw-gradient-to-position)}.to-purple-300{--tw-gradient-to: #d8b4fe var(--tw-gradient-to-position)}.to-purple-300\/0{--tw-gradient-to: rgb(216 180 254 / 0) var(--tw-gradient-to-position)}.to-purple-300\/10{--tw-gradient-to: rgb(216 180 254 / .1) var(--tw-gradient-to-position)}.to-purple-300\/100{--tw-gradient-to: rgb(216 180 254 / 1) var(--tw-gradient-to-position)}.to-purple-300\/15{--tw-gradient-to: rgb(216 180 254 / .15) var(--tw-gradient-to-position)}.to-purple-300\/20{--tw-gradient-to: rgb(216 180 254 / .2) var(--tw-gradient-to-position)}.to-purple-300\/25{--tw-gradient-to: rgb(216 180 254 / .25) var(--tw-gradient-to-position)}.to-purple-300\/30{--tw-gradient-to: rgb(216 180 254 / .3) var(--tw-gradient-to-position)}.to-purple-300\/35{--tw-gradient-to: rgb(216 180 254 / .35) var(--tw-gradient-to-position)}.to-purple-300\/40{--tw-gradient-to: rgb(216 180 254 / .4) var(--tw-gradient-to-position)}.to-purple-300\/45{--tw-gradient-to: rgb(216 180 254 / .45) var(--tw-gradient-to-position)}.to-purple-300\/5{--tw-gradient-to: rgb(216 180 254 / .05) var(--tw-gradient-to-position)}.to-purple-300\/50{--tw-gradient-to: rgb(216 180 254 / .5) var(--tw-gradient-to-position)}.to-purple-300\/55{--tw-gradient-to: rgb(216 180 254 / .55) var(--tw-gradient-to-position)}.to-purple-300\/60{--tw-gradient-to: rgb(216 180 254 / .6) var(--tw-gradient-to-position)}.to-purple-300\/65{--tw-gradient-to: rgb(216 180 254 / .65) var(--tw-gradient-to-position)}.to-purple-300\/70{--tw-gradient-to: rgb(216 180 254 / .7) var(--tw-gradient-to-position)}.to-purple-300\/75{--tw-gradient-to: rgb(216 180 254 / .75) var(--tw-gradient-to-position)}.to-purple-300\/80{--tw-gradient-to: rgb(216 180 254 / .8) var(--tw-gradient-to-position)}.to-purple-300\/85{--tw-gradient-to: rgb(216 180 254 / .85) var(--tw-gradient-to-position)}.to-purple-300\/90{--tw-gradient-to: rgb(216 180 254 / .9) var(--tw-gradient-to-position)}.to-purple-300\/95{--tw-gradient-to: rgb(216 180 254 / .95) var(--tw-gradient-to-position)}.to-purple-400{--tw-gradient-to: #c084fc var(--tw-gradient-to-position)}.to-purple-400\/0{--tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position)}.to-purple-400\/10{--tw-gradient-to: rgb(192 132 252 / .1) var(--tw-gradient-to-position)}.to-purple-400\/100{--tw-gradient-to: rgb(192 132 252 / 1) var(--tw-gradient-to-position)}.to-purple-400\/15{--tw-gradient-to: rgb(192 132 252 / .15) var(--tw-gradient-to-position)}.to-purple-400\/20{--tw-gradient-to: rgb(192 132 252 / .2) var(--tw-gradient-to-position)}.to-purple-400\/25{--tw-gradient-to: rgb(192 132 252 / .25) var(--tw-gradient-to-position)}.to-purple-400\/30{--tw-gradient-to: rgb(192 132 252 / .3) var(--tw-gradient-to-position)}.to-purple-400\/35{--tw-gradient-to: rgb(192 132 252 / .35) var(--tw-gradient-to-position)}.to-purple-400\/40{--tw-gradient-to: rgb(192 132 252 / .4) var(--tw-gradient-to-position)}.to-purple-400\/45{--tw-gradient-to: rgb(192 132 252 / .45) var(--tw-gradient-to-position)}.to-purple-400\/5{--tw-gradient-to: rgb(192 132 252 / .05) var(--tw-gradient-to-position)}.to-purple-400\/50{--tw-gradient-to: rgb(192 132 252 / .5) var(--tw-gradient-to-position)}.to-purple-400\/55{--tw-gradient-to: rgb(192 132 252 / .55) var(--tw-gradient-to-position)}.to-purple-400\/60{--tw-gradient-to: rgb(192 132 252 / .6) var(--tw-gradient-to-position)}.to-purple-400\/65{--tw-gradient-to: rgb(192 132 252 / .65) var(--tw-gradient-to-position)}.to-purple-400\/70{--tw-gradient-to: rgb(192 132 252 / .7) var(--tw-gradient-to-position)}.to-purple-400\/75{--tw-gradient-to: rgb(192 132 252 / .75) var(--tw-gradient-to-position)}.to-purple-400\/80{--tw-gradient-to: rgb(192 132 252 / .8) var(--tw-gradient-to-position)}.to-purple-400\/85{--tw-gradient-to: rgb(192 132 252 / .85) var(--tw-gradient-to-position)}.to-purple-400\/90{--tw-gradient-to: rgb(192 132 252 / .9) var(--tw-gradient-to-position)}.to-purple-400\/95{--tw-gradient-to: rgb(192 132 252 / .95) var(--tw-gradient-to-position)}.to-purple-50{--tw-gradient-to: #faf5ff var(--tw-gradient-to-position)}.to-purple-50\/0{--tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position)}.to-purple-50\/10{--tw-gradient-to: rgb(250 245 255 / .1) var(--tw-gradient-to-position)}.to-purple-50\/100{--tw-gradient-to: rgb(250 245 255 / 1) var(--tw-gradient-to-position)}.to-purple-50\/15{--tw-gradient-to: rgb(250 245 255 / .15) var(--tw-gradient-to-position)}.to-purple-50\/20{--tw-gradient-to: rgb(250 245 255 / .2) var(--tw-gradient-to-position)}.to-purple-50\/25{--tw-gradient-to: rgb(250 245 255 / .25) var(--tw-gradient-to-position)}.to-purple-50\/30{--tw-gradient-to: rgb(250 245 255 / .3) var(--tw-gradient-to-position)}.to-purple-50\/35{--tw-gradient-to: rgb(250 245 255 / .35) var(--tw-gradient-to-position)}.to-purple-50\/40{--tw-gradient-to: rgb(250 245 255 / .4) var(--tw-gradient-to-position)}.to-purple-50\/45{--tw-gradient-to: rgb(250 245 255 / .45) var(--tw-gradient-to-position)}.to-purple-50\/5{--tw-gradient-to: rgb(250 245 255 / .05) var(--tw-gradient-to-position)}.to-purple-50\/50{--tw-gradient-to: rgb(250 245 255 / .5) var(--tw-gradient-to-position)}.to-purple-50\/55{--tw-gradient-to: rgb(250 245 255 / .55) var(--tw-gradient-to-position)}.to-purple-50\/60{--tw-gradient-to: rgb(250 245 255 / .6) var(--tw-gradient-to-position)}.to-purple-50\/65{--tw-gradient-to: rgb(250 245 255 / .65) var(--tw-gradient-to-position)}.to-purple-50\/70{--tw-gradient-to: rgb(250 245 255 / .7) var(--tw-gradient-to-position)}.to-purple-50\/75{--tw-gradient-to: rgb(250 245 255 / .75) var(--tw-gradient-to-position)}.to-purple-50\/80{--tw-gradient-to: rgb(250 245 255 / .8) var(--tw-gradient-to-position)}.to-purple-50\/85{--tw-gradient-to: rgb(250 245 255 / .85) var(--tw-gradient-to-position)}.to-purple-50\/90{--tw-gradient-to: rgb(250 245 255 / .9) var(--tw-gradient-to-position)}.to-purple-50\/95{--tw-gradient-to: rgb(250 245 255 / .95) var(--tw-gradient-to-position)}.to-purple-500{--tw-gradient-to: #a855f7 var(--tw-gradient-to-position)}.to-purple-500\/0{--tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position)}.to-purple-500\/10{--tw-gradient-to: rgb(168 85 247 / .1) var(--tw-gradient-to-position)}.to-purple-500\/100{--tw-gradient-to: rgb(168 85 247 / 1) var(--tw-gradient-to-position)}.to-purple-500\/15{--tw-gradient-to: rgb(168 85 247 / .15) var(--tw-gradient-to-position)}.to-purple-500\/20{--tw-gradient-to: rgb(168 85 247 / .2) var(--tw-gradient-to-position)}.to-purple-500\/25{--tw-gradient-to: rgb(168 85 247 / .25) var(--tw-gradient-to-position)}.to-purple-500\/30{--tw-gradient-to: rgb(168 85 247 / .3) var(--tw-gradient-to-position)}.to-purple-500\/35{--tw-gradient-to: rgb(168 85 247 / .35) var(--tw-gradient-to-position)}.to-purple-500\/40{--tw-gradient-to: rgb(168 85 247 / .4) var(--tw-gradient-to-position)}.to-purple-500\/45{--tw-gradient-to: rgb(168 85 247 / .45) var(--tw-gradient-to-position)}.to-purple-500\/5{--tw-gradient-to: rgb(168 85 247 / .05) var(--tw-gradient-to-position)}.to-purple-500\/50{--tw-gradient-to: rgb(168 85 247 / .5) var(--tw-gradient-to-position)}.to-purple-500\/55{--tw-gradient-to: rgb(168 85 247 / .55) var(--tw-gradient-to-position)}.to-purple-500\/60{--tw-gradient-to: rgb(168 85 247 / .6) var(--tw-gradient-to-position)}.to-purple-500\/65{--tw-gradient-to: rgb(168 85 247 / .65) var(--tw-gradient-to-position)}.to-purple-500\/70{--tw-gradient-to: rgb(168 85 247 / .7) var(--tw-gradient-to-position)}.to-purple-500\/75{--tw-gradient-to: rgb(168 85 247 / .75) var(--tw-gradient-to-position)}.to-purple-500\/80{--tw-gradient-to: rgb(168 85 247 / .8) var(--tw-gradient-to-position)}.to-purple-500\/85{--tw-gradient-to: rgb(168 85 247 / .85) var(--tw-gradient-to-position)}.to-purple-500\/90{--tw-gradient-to: rgb(168 85 247 / .9) var(--tw-gradient-to-position)}.to-purple-500\/95{--tw-gradient-to: rgb(168 85 247 / .95) var(--tw-gradient-to-position)}.to-purple-600{--tw-gradient-to: #9333ea var(--tw-gradient-to-position)}.to-purple-600\/0{--tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position)}.to-purple-600\/10{--tw-gradient-to: rgb(147 51 234 / .1) var(--tw-gradient-to-position)}.to-purple-600\/100{--tw-gradient-to: rgb(147 51 234 / 1) var(--tw-gradient-to-position)}.to-purple-600\/15{--tw-gradient-to: rgb(147 51 234 / .15) var(--tw-gradient-to-position)}.to-purple-600\/20{--tw-gradient-to: rgb(147 51 234 / .2) var(--tw-gradient-to-position)}.to-purple-600\/25{--tw-gradient-to: rgb(147 51 234 / .25) var(--tw-gradient-to-position)}.to-purple-600\/30{--tw-gradient-to: rgb(147 51 234 / .3) var(--tw-gradient-to-position)}.to-purple-600\/35{--tw-gradient-to: rgb(147 51 234 / .35) var(--tw-gradient-to-position)}.to-purple-600\/40{--tw-gradient-to: rgb(147 51 234 / .4) var(--tw-gradient-to-position)}.to-purple-600\/45{--tw-gradient-to: rgb(147 51 234 / .45) var(--tw-gradient-to-position)}.to-purple-600\/5{--tw-gradient-to: rgb(147 51 234 / .05) var(--tw-gradient-to-position)}.to-purple-600\/50{--tw-gradient-to: rgb(147 51 234 / .5) var(--tw-gradient-to-position)}.to-purple-600\/55{--tw-gradient-to: rgb(147 51 234 / .55) var(--tw-gradient-to-position)}.to-purple-600\/60{--tw-gradient-to: rgb(147 51 234 / .6) var(--tw-gradient-to-position)}.to-purple-600\/65{--tw-gradient-to: rgb(147 51 234 / .65) var(--tw-gradient-to-position)}.to-purple-600\/70{--tw-gradient-to: rgb(147 51 234 / .7) var(--tw-gradient-to-position)}.to-purple-600\/75{--tw-gradient-to: rgb(147 51 234 / .75) var(--tw-gradient-to-position)}.to-purple-600\/80{--tw-gradient-to: rgb(147 51 234 / .8) var(--tw-gradient-to-position)}.to-purple-600\/85{--tw-gradient-to: rgb(147 51 234 / .85) var(--tw-gradient-to-position)}.to-purple-600\/90{--tw-gradient-to: rgb(147 51 234 / .9) var(--tw-gradient-to-position)}.to-purple-600\/95{--tw-gradient-to: rgb(147 51 234 / .95) var(--tw-gradient-to-position)}.to-purple-700{--tw-gradient-to: #7e22ce var(--tw-gradient-to-position)}.to-purple-700\/0{--tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position)}.to-purple-700\/10{--tw-gradient-to: rgb(126 34 206 / .1) var(--tw-gradient-to-position)}.to-purple-700\/100{--tw-gradient-to: rgb(126 34 206 / 1) var(--tw-gradient-to-position)}.to-purple-700\/15{--tw-gradient-to: rgb(126 34 206 / .15) var(--tw-gradient-to-position)}.to-purple-700\/20{--tw-gradient-to: rgb(126 34 206 / .2) var(--tw-gradient-to-position)}.to-purple-700\/25{--tw-gradient-to: rgb(126 34 206 / .25) var(--tw-gradient-to-position)}.to-purple-700\/30{--tw-gradient-to: rgb(126 34 206 / .3) var(--tw-gradient-to-position)}.to-purple-700\/35{--tw-gradient-to: rgb(126 34 206 / .35) var(--tw-gradient-to-position)}.to-purple-700\/40{--tw-gradient-to: rgb(126 34 206 / .4) var(--tw-gradient-to-position)}.to-purple-700\/45{--tw-gradient-to: rgb(126 34 206 / .45) var(--tw-gradient-to-position)}.to-purple-700\/5{--tw-gradient-to: rgb(126 34 206 / .05) var(--tw-gradient-to-position)}.to-purple-700\/50{--tw-gradient-to: rgb(126 34 206 / .5) var(--tw-gradient-to-position)}.to-purple-700\/55{--tw-gradient-to: rgb(126 34 206 / .55) var(--tw-gradient-to-position)}.to-purple-700\/60{--tw-gradient-to: rgb(126 34 206 / .6) var(--tw-gradient-to-position)}.to-purple-700\/65{--tw-gradient-to: rgb(126 34 206 / .65) var(--tw-gradient-to-position)}.to-purple-700\/70{--tw-gradient-to: rgb(126 34 206 / .7) var(--tw-gradient-to-position)}.to-purple-700\/75{--tw-gradient-to: rgb(126 34 206 / .75) var(--tw-gradient-to-position)}.to-purple-700\/80{--tw-gradient-to: rgb(126 34 206 / .8) var(--tw-gradient-to-position)}.to-purple-700\/85{--tw-gradient-to: rgb(126 34 206 / .85) var(--tw-gradient-to-position)}.to-purple-700\/90{--tw-gradient-to: rgb(126 34 206 / .9) var(--tw-gradient-to-position)}.to-purple-700\/95{--tw-gradient-to: rgb(126 34 206 / .95) var(--tw-gradient-to-position)}.to-purple-800{--tw-gradient-to: #6b21a8 var(--tw-gradient-to-position)}.to-purple-800\/0{--tw-gradient-to: rgb(107 33 168 / 0) var(--tw-gradient-to-position)}.to-purple-800\/10{--tw-gradient-to: rgb(107 33 168 / .1) var(--tw-gradient-to-position)}.to-purple-800\/100{--tw-gradient-to: rgb(107 33 168 / 1) var(--tw-gradient-to-position)}.to-purple-800\/15{--tw-gradient-to: rgb(107 33 168 / .15) var(--tw-gradient-to-position)}.to-purple-800\/20{--tw-gradient-to: rgb(107 33 168 / .2) var(--tw-gradient-to-position)}.to-purple-800\/25{--tw-gradient-to: rgb(107 33 168 / .25) var(--tw-gradient-to-position)}.to-purple-800\/30{--tw-gradient-to: rgb(107 33 168 / .3) var(--tw-gradient-to-position)}.to-purple-800\/35{--tw-gradient-to: rgb(107 33 168 / .35) var(--tw-gradient-to-position)}.to-purple-800\/40{--tw-gradient-to: rgb(107 33 168 / .4) var(--tw-gradient-to-position)}.to-purple-800\/45{--tw-gradient-to: rgb(107 33 168 / .45) var(--tw-gradient-to-position)}.to-purple-800\/5{--tw-gradient-to: rgb(107 33 168 / .05) var(--tw-gradient-to-position)}.to-purple-800\/50{--tw-gradient-to: rgb(107 33 168 / .5) var(--tw-gradient-to-position)}.to-purple-800\/55{--tw-gradient-to: rgb(107 33 168 / .55) var(--tw-gradient-to-position)}.to-purple-800\/60{--tw-gradient-to: rgb(107 33 168 / .6) var(--tw-gradient-to-position)}.to-purple-800\/65{--tw-gradient-to: rgb(107 33 168 / .65) var(--tw-gradient-to-position)}.to-purple-800\/70{--tw-gradient-to: rgb(107 33 168 / .7) var(--tw-gradient-to-position)}.to-purple-800\/75{--tw-gradient-to: rgb(107 33 168 / .75) var(--tw-gradient-to-position)}.to-purple-800\/80{--tw-gradient-to: rgb(107 33 168 / .8) var(--tw-gradient-to-position)}.to-purple-800\/85{--tw-gradient-to: rgb(107 33 168 / .85) var(--tw-gradient-to-position)}.to-purple-800\/90{--tw-gradient-to: rgb(107 33 168 / .9) var(--tw-gradient-to-position)}.to-purple-800\/95{--tw-gradient-to: rgb(107 33 168 / .95) var(--tw-gradient-to-position)}.to-purple-900{--tw-gradient-to: #581c87 var(--tw-gradient-to-position)}.to-purple-900\/0{--tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position)}.to-purple-900\/10{--tw-gradient-to: rgb(88 28 135 / .1) var(--tw-gradient-to-position)}.to-purple-900\/100{--tw-gradient-to: rgb(88 28 135 / 1) var(--tw-gradient-to-position)}.to-purple-900\/15{--tw-gradient-to: rgb(88 28 135 / .15) var(--tw-gradient-to-position)}.to-purple-900\/20{--tw-gradient-to: rgb(88 28 135 / .2) var(--tw-gradient-to-position)}.to-purple-900\/25{--tw-gradient-to: rgb(88 28 135 / .25) var(--tw-gradient-to-position)}.to-purple-900\/30{--tw-gradient-to: rgb(88 28 135 / .3) var(--tw-gradient-to-position)}.to-purple-900\/35{--tw-gradient-to: rgb(88 28 135 / .35) var(--tw-gradient-to-position)}.to-purple-900\/40{--tw-gradient-to: rgb(88 28 135 / .4) var(--tw-gradient-to-position)}.to-purple-900\/45{--tw-gradient-to: rgb(88 28 135 / .45) var(--tw-gradient-to-position)}.to-purple-900\/5{--tw-gradient-to: rgb(88 28 135 / .05) var(--tw-gradient-to-position)}.to-purple-900\/50{--tw-gradient-to: rgb(88 28 135 / .5) var(--tw-gradient-to-position)}.to-purple-900\/55{--tw-gradient-to: rgb(88 28 135 / .55) var(--tw-gradient-to-position)}.to-purple-900\/60{--tw-gradient-to: rgb(88 28 135 / .6) var(--tw-gradient-to-position)}.to-purple-900\/65{--tw-gradient-to: rgb(88 28 135 / .65) var(--tw-gradient-to-position)}.to-purple-900\/70{--tw-gradient-to: rgb(88 28 135 / .7) var(--tw-gradient-to-position)}.to-purple-900\/75{--tw-gradient-to: rgb(88 28 135 / .75) var(--tw-gradient-to-position)}.to-purple-900\/80{--tw-gradient-to: rgb(88 28 135 / .8) var(--tw-gradient-to-position)}.to-purple-900\/85{--tw-gradient-to: rgb(88 28 135 / .85) var(--tw-gradient-to-position)}.to-purple-900\/90{--tw-gradient-to: rgb(88 28 135 / .9) var(--tw-gradient-to-position)}.to-purple-900\/95{--tw-gradient-to: rgb(88 28 135 / .95) var(--tw-gradient-to-position)}.to-red-100{--tw-gradient-to: #fee2e2 var(--tw-gradient-to-position)}.to-red-100\/0{--tw-gradient-to: rgb(254 226 226 / 0) var(--tw-gradient-to-position)}.to-red-100\/10{--tw-gradient-to: rgb(254 226 226 / .1) var(--tw-gradient-to-position)}.to-red-100\/100{--tw-gradient-to: rgb(254 226 226 / 1) var(--tw-gradient-to-position)}.to-red-100\/15{--tw-gradient-to: rgb(254 226 226 / .15) var(--tw-gradient-to-position)}.to-red-100\/20{--tw-gradient-to: rgb(254 226 226 / .2) var(--tw-gradient-to-position)}.to-red-100\/25{--tw-gradient-to: rgb(254 226 226 / .25) var(--tw-gradient-to-position)}.to-red-100\/30{--tw-gradient-to: rgb(254 226 226 / .3) var(--tw-gradient-to-position)}.to-red-100\/35{--tw-gradient-to: rgb(254 226 226 / .35) var(--tw-gradient-to-position)}.to-red-100\/40{--tw-gradient-to: rgb(254 226 226 / .4) var(--tw-gradient-to-position)}.to-red-100\/45{--tw-gradient-to: rgb(254 226 226 / .45) var(--tw-gradient-to-position)}.to-red-100\/5{--tw-gradient-to: rgb(254 226 226 / .05) var(--tw-gradient-to-position)}.to-red-100\/50{--tw-gradient-to: rgb(254 226 226 / .5) var(--tw-gradient-to-position)}.to-red-100\/55{--tw-gradient-to: rgb(254 226 226 / .55) var(--tw-gradient-to-position)}.to-red-100\/60{--tw-gradient-to: rgb(254 226 226 / .6) var(--tw-gradient-to-position)}.to-red-100\/65{--tw-gradient-to: rgb(254 226 226 / .65) var(--tw-gradient-to-position)}.to-red-100\/70{--tw-gradient-to: rgb(254 226 226 / .7) var(--tw-gradient-to-position)}.to-red-100\/75{--tw-gradient-to: rgb(254 226 226 / .75) var(--tw-gradient-to-position)}.to-red-100\/80{--tw-gradient-to: rgb(254 226 226 / .8) var(--tw-gradient-to-position)}.to-red-100\/85{--tw-gradient-to: rgb(254 226 226 / .85) var(--tw-gradient-to-position)}.to-red-100\/90{--tw-gradient-to: rgb(254 226 226 / .9) var(--tw-gradient-to-position)}.to-red-100\/95{--tw-gradient-to: rgb(254 226 226 / .95) var(--tw-gradient-to-position)}.to-red-200{--tw-gradient-to: #fecaca var(--tw-gradient-to-position)}.to-red-200\/0{--tw-gradient-to: rgb(254 202 202 / 0) var(--tw-gradient-to-position)}.to-red-200\/10{--tw-gradient-to: rgb(254 202 202 / .1) var(--tw-gradient-to-position)}.to-red-200\/100{--tw-gradient-to: rgb(254 202 202 / 1) var(--tw-gradient-to-position)}.to-red-200\/15{--tw-gradient-to: rgb(254 202 202 / .15) var(--tw-gradient-to-position)}.to-red-200\/20{--tw-gradient-to: rgb(254 202 202 / .2) var(--tw-gradient-to-position)}.to-red-200\/25{--tw-gradient-to: rgb(254 202 202 / .25) var(--tw-gradient-to-position)}.to-red-200\/30{--tw-gradient-to: rgb(254 202 202 / .3) var(--tw-gradient-to-position)}.to-red-200\/35{--tw-gradient-to: rgb(254 202 202 / .35) var(--tw-gradient-to-position)}.to-red-200\/40{--tw-gradient-to: rgb(254 202 202 / .4) var(--tw-gradient-to-position)}.to-red-200\/45{--tw-gradient-to: rgb(254 202 202 / .45) var(--tw-gradient-to-position)}.to-red-200\/5{--tw-gradient-to: rgb(254 202 202 / .05) var(--tw-gradient-to-position)}.to-red-200\/50{--tw-gradient-to: rgb(254 202 202 / .5) var(--tw-gradient-to-position)}.to-red-200\/55{--tw-gradient-to: rgb(254 202 202 / .55) var(--tw-gradient-to-position)}.to-red-200\/60{--tw-gradient-to: rgb(254 202 202 / .6) var(--tw-gradient-to-position)}.to-red-200\/65{--tw-gradient-to: rgb(254 202 202 / .65) var(--tw-gradient-to-position)}.to-red-200\/70{--tw-gradient-to: rgb(254 202 202 / .7) var(--tw-gradient-to-position)}.to-red-200\/75{--tw-gradient-to: rgb(254 202 202 / .75) var(--tw-gradient-to-position)}.to-red-200\/80{--tw-gradient-to: rgb(254 202 202 / .8) var(--tw-gradient-to-position)}.to-red-200\/85{--tw-gradient-to: rgb(254 202 202 / .85) var(--tw-gradient-to-position)}.to-red-200\/90{--tw-gradient-to: rgb(254 202 202 / .9) var(--tw-gradient-to-position)}.to-red-200\/95{--tw-gradient-to: rgb(254 202 202 / .95) var(--tw-gradient-to-position)}.to-red-300{--tw-gradient-to: #fca5a5 var(--tw-gradient-to-position)}.to-red-300\/0{--tw-gradient-to: rgb(252 165 165 / 0) var(--tw-gradient-to-position)}.to-red-300\/10{--tw-gradient-to: rgb(252 165 165 / .1) var(--tw-gradient-to-position)}.to-red-300\/100{--tw-gradient-to: rgb(252 165 165 / 1) var(--tw-gradient-to-position)}.to-red-300\/15{--tw-gradient-to: rgb(252 165 165 / .15) var(--tw-gradient-to-position)}.to-red-300\/20{--tw-gradient-to: rgb(252 165 165 / .2) var(--tw-gradient-to-position)}.to-red-300\/25{--tw-gradient-to: rgb(252 165 165 / .25) var(--tw-gradient-to-position)}.to-red-300\/30{--tw-gradient-to: rgb(252 165 165 / .3) var(--tw-gradient-to-position)}.to-red-300\/35{--tw-gradient-to: rgb(252 165 165 / .35) var(--tw-gradient-to-position)}.to-red-300\/40{--tw-gradient-to: rgb(252 165 165 / .4) var(--tw-gradient-to-position)}.to-red-300\/45{--tw-gradient-to: rgb(252 165 165 / .45) var(--tw-gradient-to-position)}.to-red-300\/5{--tw-gradient-to: rgb(252 165 165 / .05) var(--tw-gradient-to-position)}.to-red-300\/50{--tw-gradient-to: rgb(252 165 165 / .5) var(--tw-gradient-to-position)}.to-red-300\/55{--tw-gradient-to: rgb(252 165 165 / .55) var(--tw-gradient-to-position)}.to-red-300\/60{--tw-gradient-to: rgb(252 165 165 / .6) var(--tw-gradient-to-position)}.to-red-300\/65{--tw-gradient-to: rgb(252 165 165 / .65) var(--tw-gradient-to-position)}.to-red-300\/70{--tw-gradient-to: rgb(252 165 165 / .7) var(--tw-gradient-to-position)}.to-red-300\/75{--tw-gradient-to: rgb(252 165 165 / .75) var(--tw-gradient-to-position)}.to-red-300\/80{--tw-gradient-to: rgb(252 165 165 / .8) var(--tw-gradient-to-position)}.to-red-300\/85{--tw-gradient-to: rgb(252 165 165 / .85) var(--tw-gradient-to-position)}.to-red-300\/90{--tw-gradient-to: rgb(252 165 165 / .9) var(--tw-gradient-to-position)}.to-red-300\/95{--tw-gradient-to: rgb(252 165 165 / .95) var(--tw-gradient-to-position)}.to-red-400{--tw-gradient-to: #f87171 var(--tw-gradient-to-position)}.to-red-400\/0{--tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position)}.to-red-400\/10{--tw-gradient-to: rgb(248 113 113 / .1) var(--tw-gradient-to-position)}.to-red-400\/100{--tw-gradient-to: rgb(248 113 113 / 1) var(--tw-gradient-to-position)}.to-red-400\/15{--tw-gradient-to: rgb(248 113 113 / .15) var(--tw-gradient-to-position)}.to-red-400\/20{--tw-gradient-to: rgb(248 113 113 / .2) var(--tw-gradient-to-position)}.to-red-400\/25{--tw-gradient-to: rgb(248 113 113 / .25) var(--tw-gradient-to-position)}.to-red-400\/30{--tw-gradient-to: rgb(248 113 113 / .3) var(--tw-gradient-to-position)}.to-red-400\/35{--tw-gradient-to: rgb(248 113 113 / .35) var(--tw-gradient-to-position)}.to-red-400\/40{--tw-gradient-to: rgb(248 113 113 / .4) var(--tw-gradient-to-position)}.to-red-400\/45{--tw-gradient-to: rgb(248 113 113 / .45) var(--tw-gradient-to-position)}.to-red-400\/5{--tw-gradient-to: rgb(248 113 113 / .05) var(--tw-gradient-to-position)}.to-red-400\/50{--tw-gradient-to: rgb(248 113 113 / .5) var(--tw-gradient-to-position)}.to-red-400\/55{--tw-gradient-to: rgb(248 113 113 / .55) var(--tw-gradient-to-position)}.to-red-400\/60{--tw-gradient-to: rgb(248 113 113 / .6) var(--tw-gradient-to-position)}.to-red-400\/65{--tw-gradient-to: rgb(248 113 113 / .65) var(--tw-gradient-to-position)}.to-red-400\/70{--tw-gradient-to: rgb(248 113 113 / .7) var(--tw-gradient-to-position)}.to-red-400\/75{--tw-gradient-to: rgb(248 113 113 / .75) var(--tw-gradient-to-position)}.to-red-400\/80{--tw-gradient-to: rgb(248 113 113 / .8) var(--tw-gradient-to-position)}.to-red-400\/85{--tw-gradient-to: rgb(248 113 113 / .85) var(--tw-gradient-to-position)}.to-red-400\/90{--tw-gradient-to: rgb(248 113 113 / .9) var(--tw-gradient-to-position)}.to-red-400\/95{--tw-gradient-to: rgb(248 113 113 / .95) var(--tw-gradient-to-position)}.to-red-50{--tw-gradient-to: #fef2f2 var(--tw-gradient-to-position)}.to-red-50\/0{--tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position)}.to-red-50\/10{--tw-gradient-to: rgb(254 242 242 / .1) var(--tw-gradient-to-position)}.to-red-50\/100{--tw-gradient-to: rgb(254 242 242 / 1) var(--tw-gradient-to-position)}.to-red-50\/15{--tw-gradient-to: rgb(254 242 242 / .15) var(--tw-gradient-to-position)}.to-red-50\/20{--tw-gradient-to: rgb(254 242 242 / .2) var(--tw-gradient-to-position)}.to-red-50\/25{--tw-gradient-to: rgb(254 242 242 / .25) var(--tw-gradient-to-position)}.to-red-50\/30{--tw-gradient-to: rgb(254 242 242 / .3) var(--tw-gradient-to-position)}.to-red-50\/35{--tw-gradient-to: rgb(254 242 242 / .35) var(--tw-gradient-to-position)}.to-red-50\/40{--tw-gradient-to: rgb(254 242 242 / .4) var(--tw-gradient-to-position)}.to-red-50\/45{--tw-gradient-to: rgb(254 242 242 / .45) var(--tw-gradient-to-position)}.to-red-50\/5{--tw-gradient-to: rgb(254 242 242 / .05) var(--tw-gradient-to-position)}.to-red-50\/50{--tw-gradient-to: rgb(254 242 242 / .5) var(--tw-gradient-to-position)}.to-red-50\/55{--tw-gradient-to: rgb(254 242 242 / .55) var(--tw-gradient-to-position)}.to-red-50\/60{--tw-gradient-to: rgb(254 242 242 / .6) var(--tw-gradient-to-position)}.to-red-50\/65{--tw-gradient-to: rgb(254 242 242 / .65) var(--tw-gradient-to-position)}.to-red-50\/70{--tw-gradient-to: rgb(254 242 242 / .7) var(--tw-gradient-to-position)}.to-red-50\/75{--tw-gradient-to: rgb(254 242 242 / .75) var(--tw-gradient-to-position)}.to-red-50\/80{--tw-gradient-to: rgb(254 242 242 / .8) var(--tw-gradient-to-position)}.to-red-50\/85{--tw-gradient-to: rgb(254 242 242 / .85) var(--tw-gradient-to-position)}.to-red-50\/90{--tw-gradient-to: rgb(254 242 242 / .9) var(--tw-gradient-to-position)}.to-red-50\/95{--tw-gradient-to: rgb(254 242 242 / .95) var(--tw-gradient-to-position)}.to-red-500{--tw-gradient-to: #ef4444 var(--tw-gradient-to-position)}.to-red-500\/0{--tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position)}.to-red-500\/10{--tw-gradient-to: rgb(239 68 68 / .1) var(--tw-gradient-to-position)}.to-red-500\/100{--tw-gradient-to: rgb(239 68 68 / 1) var(--tw-gradient-to-position)}.to-red-500\/15{--tw-gradient-to: rgb(239 68 68 / .15) var(--tw-gradient-to-position)}.to-red-500\/20{--tw-gradient-to: rgb(239 68 68 / .2) var(--tw-gradient-to-position)}.to-red-500\/25{--tw-gradient-to: rgb(239 68 68 / .25) var(--tw-gradient-to-position)}.to-red-500\/30{--tw-gradient-to: rgb(239 68 68 / .3) var(--tw-gradient-to-position)}.to-red-500\/35{--tw-gradient-to: rgb(239 68 68 / .35) var(--tw-gradient-to-position)}.to-red-500\/40{--tw-gradient-to: rgb(239 68 68 / .4) var(--tw-gradient-to-position)}.to-red-500\/45{--tw-gradient-to: rgb(239 68 68 / .45) var(--tw-gradient-to-position)}.to-red-500\/5{--tw-gradient-to: rgb(239 68 68 / .05) var(--tw-gradient-to-position)}.to-red-500\/50{--tw-gradient-to: rgb(239 68 68 / .5) var(--tw-gradient-to-position)}.to-red-500\/55{--tw-gradient-to: rgb(239 68 68 / .55) var(--tw-gradient-to-position)}.to-red-500\/60{--tw-gradient-to: rgb(239 68 68 / .6) var(--tw-gradient-to-position)}.to-red-500\/65{--tw-gradient-to: rgb(239 68 68 / .65) var(--tw-gradient-to-position)}.to-red-500\/70{--tw-gradient-to: rgb(239 68 68 / .7) var(--tw-gradient-to-position)}.to-red-500\/75{--tw-gradient-to: rgb(239 68 68 / .75) var(--tw-gradient-to-position)}.to-red-500\/80{--tw-gradient-to: rgb(239 68 68 / .8) var(--tw-gradient-to-position)}.to-red-500\/85{--tw-gradient-to: rgb(239 68 68 / .85) var(--tw-gradient-to-position)}.to-red-500\/90{--tw-gradient-to: rgb(239 68 68 / .9) var(--tw-gradient-to-position)}.to-red-500\/95{--tw-gradient-to: rgb(239 68 68 / .95) var(--tw-gradient-to-position)}.to-red-600{--tw-gradient-to: #dc2626 var(--tw-gradient-to-position)}.to-red-600\/0{--tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position)}.to-red-600\/10{--tw-gradient-to: rgb(220 38 38 / .1) var(--tw-gradient-to-position)}.to-red-600\/100{--tw-gradient-to: rgb(220 38 38 / 1) var(--tw-gradient-to-position)}.to-red-600\/15{--tw-gradient-to: rgb(220 38 38 / .15) var(--tw-gradient-to-position)}.to-red-600\/20{--tw-gradient-to: rgb(220 38 38 / .2) var(--tw-gradient-to-position)}.to-red-600\/25{--tw-gradient-to: rgb(220 38 38 / .25) var(--tw-gradient-to-position)}.to-red-600\/30{--tw-gradient-to: rgb(220 38 38 / .3) var(--tw-gradient-to-position)}.to-red-600\/35{--tw-gradient-to: rgb(220 38 38 / .35) var(--tw-gradient-to-position)}.to-red-600\/40{--tw-gradient-to: rgb(220 38 38 / .4) var(--tw-gradient-to-position)}.to-red-600\/45{--tw-gradient-to: rgb(220 38 38 / .45) var(--tw-gradient-to-position)}.to-red-600\/5{--tw-gradient-to: rgb(220 38 38 / .05) var(--tw-gradient-to-position)}.to-red-600\/50{--tw-gradient-to: rgb(220 38 38 / .5) var(--tw-gradient-to-position)}.to-red-600\/55{--tw-gradient-to: rgb(220 38 38 / .55) var(--tw-gradient-to-position)}.to-red-600\/60{--tw-gradient-to: rgb(220 38 38 / .6) var(--tw-gradient-to-position)}.to-red-600\/65{--tw-gradient-to: rgb(220 38 38 / .65) var(--tw-gradient-to-position)}.to-red-600\/70{--tw-gradient-to: rgb(220 38 38 / .7) var(--tw-gradient-to-position)}.to-red-600\/75{--tw-gradient-to: rgb(220 38 38 / .75) var(--tw-gradient-to-position)}.to-red-600\/80{--tw-gradient-to: rgb(220 38 38 / .8) var(--tw-gradient-to-position)}.to-red-600\/85{--tw-gradient-to: rgb(220 38 38 / .85) var(--tw-gradient-to-position)}.to-red-600\/90{--tw-gradient-to: rgb(220 38 38 / .9) var(--tw-gradient-to-position)}.to-red-600\/95{--tw-gradient-to: rgb(220 38 38 / .95) var(--tw-gradient-to-position)}.to-red-700{--tw-gradient-to: #b91c1c var(--tw-gradient-to-position)}.to-red-700\/0{--tw-gradient-to: rgb(185 28 28 / 0) var(--tw-gradient-to-position)}.to-red-700\/10{--tw-gradient-to: rgb(185 28 28 / .1) var(--tw-gradient-to-position)}.to-red-700\/100{--tw-gradient-to: rgb(185 28 28 / 1) var(--tw-gradient-to-position)}.to-red-700\/15{--tw-gradient-to: rgb(185 28 28 / .15) var(--tw-gradient-to-position)}.to-red-700\/20{--tw-gradient-to: rgb(185 28 28 / .2) var(--tw-gradient-to-position)}.to-red-700\/25{--tw-gradient-to: rgb(185 28 28 / .25) var(--tw-gradient-to-position)}.to-red-700\/30{--tw-gradient-to: rgb(185 28 28 / .3) var(--tw-gradient-to-position)}.to-red-700\/35{--tw-gradient-to: rgb(185 28 28 / .35) var(--tw-gradient-to-position)}.to-red-700\/40{--tw-gradient-to: rgb(185 28 28 / .4) var(--tw-gradient-to-position)}.to-red-700\/45{--tw-gradient-to: rgb(185 28 28 / .45) var(--tw-gradient-to-position)}.to-red-700\/5{--tw-gradient-to: rgb(185 28 28 / .05) var(--tw-gradient-to-position)}.to-red-700\/50{--tw-gradient-to: rgb(185 28 28 / .5) var(--tw-gradient-to-position)}.to-red-700\/55{--tw-gradient-to: rgb(185 28 28 / .55) var(--tw-gradient-to-position)}.to-red-700\/60{--tw-gradient-to: rgb(185 28 28 / .6) var(--tw-gradient-to-position)}.to-red-700\/65{--tw-gradient-to: rgb(185 28 28 / .65) var(--tw-gradient-to-position)}.to-red-700\/70{--tw-gradient-to: rgb(185 28 28 / .7) var(--tw-gradient-to-position)}.to-red-700\/75{--tw-gradient-to: rgb(185 28 28 / .75) var(--tw-gradient-to-position)}.to-red-700\/80{--tw-gradient-to: rgb(185 28 28 / .8) var(--tw-gradient-to-position)}.to-red-700\/85{--tw-gradient-to: rgb(185 28 28 / .85) var(--tw-gradient-to-position)}.to-red-700\/90{--tw-gradient-to: rgb(185 28 28 / .9) var(--tw-gradient-to-position)}.to-red-700\/95{--tw-gradient-to: rgb(185 28 28 / .95) var(--tw-gradient-to-position)}.to-red-800{--tw-gradient-to: #991b1b var(--tw-gradient-to-position)}.to-red-800\/0{--tw-gradient-to: rgb(153 27 27 / 0) var(--tw-gradient-to-position)}.to-red-800\/10{--tw-gradient-to: rgb(153 27 27 / .1) var(--tw-gradient-to-position)}.to-red-800\/100{--tw-gradient-to: rgb(153 27 27 / 1) var(--tw-gradient-to-position)}.to-red-800\/15{--tw-gradient-to: rgb(153 27 27 / .15) var(--tw-gradient-to-position)}.to-red-800\/20{--tw-gradient-to: rgb(153 27 27 / .2) var(--tw-gradient-to-position)}.to-red-800\/25{--tw-gradient-to: rgb(153 27 27 / .25) var(--tw-gradient-to-position)}.to-red-800\/30{--tw-gradient-to: rgb(153 27 27 / .3) var(--tw-gradient-to-position)}.to-red-800\/35{--tw-gradient-to: rgb(153 27 27 / .35) var(--tw-gradient-to-position)}.to-red-800\/40{--tw-gradient-to: rgb(153 27 27 / .4) var(--tw-gradient-to-position)}.to-red-800\/45{--tw-gradient-to: rgb(153 27 27 / .45) var(--tw-gradient-to-position)}.to-red-800\/5{--tw-gradient-to: rgb(153 27 27 / .05) var(--tw-gradient-to-position)}.to-red-800\/50{--tw-gradient-to: rgb(153 27 27 / .5) var(--tw-gradient-to-position)}.to-red-800\/55{--tw-gradient-to: rgb(153 27 27 / .55) var(--tw-gradient-to-position)}.to-red-800\/60{--tw-gradient-to: rgb(153 27 27 / .6) var(--tw-gradient-to-position)}.to-red-800\/65{--tw-gradient-to: rgb(153 27 27 / .65) var(--tw-gradient-to-position)}.to-red-800\/70{--tw-gradient-to: rgb(153 27 27 / .7) var(--tw-gradient-to-position)}.to-red-800\/75{--tw-gradient-to: rgb(153 27 27 / .75) var(--tw-gradient-to-position)}.to-red-800\/80{--tw-gradient-to: rgb(153 27 27 / .8) var(--tw-gradient-to-position)}.to-red-800\/85{--tw-gradient-to: rgb(153 27 27 / .85) var(--tw-gradient-to-position)}.to-red-800\/90{--tw-gradient-to: rgb(153 27 27 / .9) var(--tw-gradient-to-position)}.to-red-800\/95{--tw-gradient-to: rgb(153 27 27 / .95) var(--tw-gradient-to-position)}.to-red-900{--tw-gradient-to: #7f1d1d var(--tw-gradient-to-position)}.to-red-900\/0{--tw-gradient-to: rgb(127 29 29 / 0) var(--tw-gradient-to-position)}.to-red-900\/10{--tw-gradient-to: rgb(127 29 29 / .1) var(--tw-gradient-to-position)}.to-red-900\/100{--tw-gradient-to: rgb(127 29 29 / 1) var(--tw-gradient-to-position)}.to-red-900\/15{--tw-gradient-to: rgb(127 29 29 / .15) var(--tw-gradient-to-position)}.to-red-900\/20{--tw-gradient-to: rgb(127 29 29 / .2) var(--tw-gradient-to-position)}.to-red-900\/25{--tw-gradient-to: rgb(127 29 29 / .25) var(--tw-gradient-to-position)}.to-red-900\/30{--tw-gradient-to: rgb(127 29 29 / .3) var(--tw-gradient-to-position)}.to-red-900\/35{--tw-gradient-to: rgb(127 29 29 / .35) var(--tw-gradient-to-position)}.to-red-900\/40{--tw-gradient-to: rgb(127 29 29 / .4) var(--tw-gradient-to-position)}.to-red-900\/45{--tw-gradient-to: rgb(127 29 29 / .45) var(--tw-gradient-to-position)}.to-red-900\/5{--tw-gradient-to: rgb(127 29 29 / .05) var(--tw-gradient-to-position)}.to-red-900\/50{--tw-gradient-to: rgb(127 29 29 / .5) var(--tw-gradient-to-position)}.to-red-900\/55{--tw-gradient-to: rgb(127 29 29 / .55) var(--tw-gradient-to-position)}.to-red-900\/60{--tw-gradient-to: rgb(127 29 29 / .6) var(--tw-gradient-to-position)}.to-red-900\/65{--tw-gradient-to: rgb(127 29 29 / .65) var(--tw-gradient-to-position)}.to-red-900\/70{--tw-gradient-to: rgb(127 29 29 / .7) var(--tw-gradient-to-position)}.to-red-900\/75{--tw-gradient-to: rgb(127 29 29 / .75) var(--tw-gradient-to-position)}.to-red-900\/80{--tw-gradient-to: rgb(127 29 29 / .8) var(--tw-gradient-to-position)}.to-red-900\/85{--tw-gradient-to: rgb(127 29 29 / .85) var(--tw-gradient-to-position)}.to-red-900\/90{--tw-gradient-to: rgb(127 29 29 / .9) var(--tw-gradient-to-position)}.to-red-900\/95{--tw-gradient-to: rgb(127 29 29 / .95) var(--tw-gradient-to-position)}.to-rose-400{--tw-gradient-to: #fb7185 var(--tw-gradient-to-position)}.to-rose-600{--tw-gradient-to: #e11d48 var(--tw-gradient-to-position)}.to-teal-100{--tw-gradient-to: #ccfbf1 var(--tw-gradient-to-position)}.to-teal-100\/0{--tw-gradient-to: rgb(204 251 241 / 0) var(--tw-gradient-to-position)}.to-teal-100\/10{--tw-gradient-to: rgb(204 251 241 / .1) var(--tw-gradient-to-position)}.to-teal-100\/100{--tw-gradient-to: rgb(204 251 241 / 1) var(--tw-gradient-to-position)}.to-teal-100\/15{--tw-gradient-to: rgb(204 251 241 / .15) var(--tw-gradient-to-position)}.to-teal-100\/20{--tw-gradient-to: rgb(204 251 241 / .2) var(--tw-gradient-to-position)}.to-teal-100\/25{--tw-gradient-to: rgb(204 251 241 / .25) var(--tw-gradient-to-position)}.to-teal-100\/30{--tw-gradient-to: rgb(204 251 241 / .3) var(--tw-gradient-to-position)}.to-teal-100\/35{--tw-gradient-to: rgb(204 251 241 / .35) var(--tw-gradient-to-position)}.to-teal-100\/40{--tw-gradient-to: rgb(204 251 241 / .4) var(--tw-gradient-to-position)}.to-teal-100\/45{--tw-gradient-to: rgb(204 251 241 / .45) var(--tw-gradient-to-position)}.to-teal-100\/5{--tw-gradient-to: rgb(204 251 241 / .05) var(--tw-gradient-to-position)}.to-teal-100\/50{--tw-gradient-to: rgb(204 251 241 / .5) var(--tw-gradient-to-position)}.to-teal-100\/55{--tw-gradient-to: rgb(204 251 241 / .55) var(--tw-gradient-to-position)}.to-teal-100\/60{--tw-gradient-to: rgb(204 251 241 / .6) var(--tw-gradient-to-position)}.to-teal-100\/65{--tw-gradient-to: rgb(204 251 241 / .65) var(--tw-gradient-to-position)}.to-teal-100\/70{--tw-gradient-to: rgb(204 251 241 / .7) var(--tw-gradient-to-position)}.to-teal-100\/75{--tw-gradient-to: rgb(204 251 241 / .75) var(--tw-gradient-to-position)}.to-teal-100\/80{--tw-gradient-to: rgb(204 251 241 / .8) var(--tw-gradient-to-position)}.to-teal-100\/85{--tw-gradient-to: rgb(204 251 241 / .85) var(--tw-gradient-to-position)}.to-teal-100\/90{--tw-gradient-to: rgb(204 251 241 / .9) var(--tw-gradient-to-position)}.to-teal-100\/95{--tw-gradient-to: rgb(204 251 241 / .95) var(--tw-gradient-to-position)}.to-teal-200{--tw-gradient-to: #99f6e4 var(--tw-gradient-to-position)}.to-teal-200\/0{--tw-gradient-to: rgb(153 246 228 / 0) var(--tw-gradient-to-position)}.to-teal-200\/10{--tw-gradient-to: rgb(153 246 228 / .1) var(--tw-gradient-to-position)}.to-teal-200\/100{--tw-gradient-to: rgb(153 246 228 / 1) var(--tw-gradient-to-position)}.to-teal-200\/15{--tw-gradient-to: rgb(153 246 228 / .15) var(--tw-gradient-to-position)}.to-teal-200\/20{--tw-gradient-to: rgb(153 246 228 / .2) var(--tw-gradient-to-position)}.to-teal-200\/25{--tw-gradient-to: rgb(153 246 228 / .25) var(--tw-gradient-to-position)}.to-teal-200\/30{--tw-gradient-to: rgb(153 246 228 / .3) var(--tw-gradient-to-position)}.to-teal-200\/35{--tw-gradient-to: rgb(153 246 228 / .35) var(--tw-gradient-to-position)}.to-teal-200\/40{--tw-gradient-to: rgb(153 246 228 / .4) var(--tw-gradient-to-position)}.to-teal-200\/45{--tw-gradient-to: rgb(153 246 228 / .45) var(--tw-gradient-to-position)}.to-teal-200\/5{--tw-gradient-to: rgb(153 246 228 / .05) var(--tw-gradient-to-position)}.to-teal-200\/50{--tw-gradient-to: rgb(153 246 228 / .5) var(--tw-gradient-to-position)}.to-teal-200\/55{--tw-gradient-to: rgb(153 246 228 / .55) var(--tw-gradient-to-position)}.to-teal-200\/60{--tw-gradient-to: rgb(153 246 228 / .6) var(--tw-gradient-to-position)}.to-teal-200\/65{--tw-gradient-to: rgb(153 246 228 / .65) var(--tw-gradient-to-position)}.to-teal-200\/70{--tw-gradient-to: rgb(153 246 228 / .7) var(--tw-gradient-to-position)}.to-teal-200\/75{--tw-gradient-to: rgb(153 246 228 / .75) var(--tw-gradient-to-position)}.to-teal-200\/80{--tw-gradient-to: rgb(153 246 228 / .8) var(--tw-gradient-to-position)}.to-teal-200\/85{--tw-gradient-to: rgb(153 246 228 / .85) var(--tw-gradient-to-position)}.to-teal-200\/90{--tw-gradient-to: rgb(153 246 228 / .9) var(--tw-gradient-to-position)}.to-teal-200\/95{--tw-gradient-to: rgb(153 246 228 / .95) var(--tw-gradient-to-position)}.to-teal-300{--tw-gradient-to: #5eead4 var(--tw-gradient-to-position)}.to-teal-300\/0{--tw-gradient-to: rgb(94 234 212 / 0) var(--tw-gradient-to-position)}.to-teal-300\/10{--tw-gradient-to: rgb(94 234 212 / .1) var(--tw-gradient-to-position)}.to-teal-300\/100{--tw-gradient-to: rgb(94 234 212 / 1) var(--tw-gradient-to-position)}.to-teal-300\/15{--tw-gradient-to: rgb(94 234 212 / .15) var(--tw-gradient-to-position)}.to-teal-300\/20{--tw-gradient-to: rgb(94 234 212 / .2) var(--tw-gradient-to-position)}.to-teal-300\/25{--tw-gradient-to: rgb(94 234 212 / .25) var(--tw-gradient-to-position)}.to-teal-300\/30{--tw-gradient-to: rgb(94 234 212 / .3) var(--tw-gradient-to-position)}.to-teal-300\/35{--tw-gradient-to: rgb(94 234 212 / .35) var(--tw-gradient-to-position)}.to-teal-300\/40{--tw-gradient-to: rgb(94 234 212 / .4) var(--tw-gradient-to-position)}.to-teal-300\/45{--tw-gradient-to: rgb(94 234 212 / .45) var(--tw-gradient-to-position)}.to-teal-300\/5{--tw-gradient-to: rgb(94 234 212 / .05) var(--tw-gradient-to-position)}.to-teal-300\/50{--tw-gradient-to: rgb(94 234 212 / .5) var(--tw-gradient-to-position)}.to-teal-300\/55{--tw-gradient-to: rgb(94 234 212 / .55) var(--tw-gradient-to-position)}.to-teal-300\/60{--tw-gradient-to: rgb(94 234 212 / .6) var(--tw-gradient-to-position)}.to-teal-300\/65{--tw-gradient-to: rgb(94 234 212 / .65) var(--tw-gradient-to-position)}.to-teal-300\/70{--tw-gradient-to: rgb(94 234 212 / .7) var(--tw-gradient-to-position)}.to-teal-300\/75{--tw-gradient-to: rgb(94 234 212 / .75) var(--tw-gradient-to-position)}.to-teal-300\/80{--tw-gradient-to: rgb(94 234 212 / .8) var(--tw-gradient-to-position)}.to-teal-300\/85{--tw-gradient-to: rgb(94 234 212 / .85) var(--tw-gradient-to-position)}.to-teal-300\/90{--tw-gradient-to: rgb(94 234 212 / .9) var(--tw-gradient-to-position)}.to-teal-300\/95{--tw-gradient-to: rgb(94 234 212 / .95) var(--tw-gradient-to-position)}.to-teal-400{--tw-gradient-to: #2dd4bf var(--tw-gradient-to-position)}.to-teal-400\/0{--tw-gradient-to: rgb(45 212 191 / 0) var(--tw-gradient-to-position)}.to-teal-400\/10{--tw-gradient-to: rgb(45 212 191 / .1) var(--tw-gradient-to-position)}.to-teal-400\/100{--tw-gradient-to: rgb(45 212 191 / 1) var(--tw-gradient-to-position)}.to-teal-400\/15{--tw-gradient-to: rgb(45 212 191 / .15) var(--tw-gradient-to-position)}.to-teal-400\/20{--tw-gradient-to: rgb(45 212 191 / .2) var(--tw-gradient-to-position)}.to-teal-400\/25{--tw-gradient-to: rgb(45 212 191 / .25) var(--tw-gradient-to-position)}.to-teal-400\/30{--tw-gradient-to: rgb(45 212 191 / .3) var(--tw-gradient-to-position)}.to-teal-400\/35{--tw-gradient-to: rgb(45 212 191 / .35) var(--tw-gradient-to-position)}.to-teal-400\/40{--tw-gradient-to: rgb(45 212 191 / .4) var(--tw-gradient-to-position)}.to-teal-400\/45{--tw-gradient-to: rgb(45 212 191 / .45) var(--tw-gradient-to-position)}.to-teal-400\/5{--tw-gradient-to: rgb(45 212 191 / .05) var(--tw-gradient-to-position)}.to-teal-400\/50{--tw-gradient-to: rgb(45 212 191 / .5) var(--tw-gradient-to-position)}.to-teal-400\/55{--tw-gradient-to: rgb(45 212 191 / .55) var(--tw-gradient-to-position)}.to-teal-400\/60{--tw-gradient-to: rgb(45 212 191 / .6) var(--tw-gradient-to-position)}.to-teal-400\/65{--tw-gradient-to: rgb(45 212 191 / .65) var(--tw-gradient-to-position)}.to-teal-400\/70{--tw-gradient-to: rgb(45 212 191 / .7) var(--tw-gradient-to-position)}.to-teal-400\/75{--tw-gradient-to: rgb(45 212 191 / .75) var(--tw-gradient-to-position)}.to-teal-400\/80{--tw-gradient-to: rgb(45 212 191 / .8) var(--tw-gradient-to-position)}.to-teal-400\/85{--tw-gradient-to: rgb(45 212 191 / .85) var(--tw-gradient-to-position)}.to-teal-400\/90{--tw-gradient-to: rgb(45 212 191 / .9) var(--tw-gradient-to-position)}.to-teal-400\/95{--tw-gradient-to: rgb(45 212 191 / .95) var(--tw-gradient-to-position)}.to-teal-50{--tw-gradient-to: #f0fdfa var(--tw-gradient-to-position)}.to-teal-50\/0{--tw-gradient-to: rgb(240 253 250 / 0) var(--tw-gradient-to-position)}.to-teal-50\/10{--tw-gradient-to: rgb(240 253 250 / .1) var(--tw-gradient-to-position)}.to-teal-50\/100{--tw-gradient-to: rgb(240 253 250 / 1) var(--tw-gradient-to-position)}.to-teal-50\/15{--tw-gradient-to: rgb(240 253 250 / .15) var(--tw-gradient-to-position)}.to-teal-50\/20{--tw-gradient-to: rgb(240 253 250 / .2) var(--tw-gradient-to-position)}.to-teal-50\/25{--tw-gradient-to: rgb(240 253 250 / .25) var(--tw-gradient-to-position)}.to-teal-50\/30{--tw-gradient-to: rgb(240 253 250 / .3) var(--tw-gradient-to-position)}.to-teal-50\/35{--tw-gradient-to: rgb(240 253 250 / .35) var(--tw-gradient-to-position)}.to-teal-50\/40{--tw-gradient-to: rgb(240 253 250 / .4) var(--tw-gradient-to-position)}.to-teal-50\/45{--tw-gradient-to: rgb(240 253 250 / .45) var(--tw-gradient-to-position)}.to-teal-50\/5{--tw-gradient-to: rgb(240 253 250 / .05) var(--tw-gradient-to-position)}.to-teal-50\/50{--tw-gradient-to: rgb(240 253 250 / .5) var(--tw-gradient-to-position)}.to-teal-50\/55{--tw-gradient-to: rgb(240 253 250 / .55) var(--tw-gradient-to-position)}.to-teal-50\/60{--tw-gradient-to: rgb(240 253 250 / .6) var(--tw-gradient-to-position)}.to-teal-50\/65{--tw-gradient-to: rgb(240 253 250 / .65) var(--tw-gradient-to-position)}.to-teal-50\/70{--tw-gradient-to: rgb(240 253 250 / .7) var(--tw-gradient-to-position)}.to-teal-50\/75{--tw-gradient-to: rgb(240 253 250 / .75) var(--tw-gradient-to-position)}.to-teal-50\/80{--tw-gradient-to: rgb(240 253 250 / .8) var(--tw-gradient-to-position)}.to-teal-50\/85{--tw-gradient-to: rgb(240 253 250 / .85) var(--tw-gradient-to-position)}.to-teal-50\/90{--tw-gradient-to: rgb(240 253 250 / .9) var(--tw-gradient-to-position)}.to-teal-50\/95{--tw-gradient-to: rgb(240 253 250 / .95) var(--tw-gradient-to-position)}.to-teal-500{--tw-gradient-to: #14b8a6 var(--tw-gradient-to-position)}.to-teal-500\/0{--tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position)}.to-teal-500\/10{--tw-gradient-to: rgb(20 184 166 / .1) var(--tw-gradient-to-position)}.to-teal-500\/100{--tw-gradient-to: rgb(20 184 166 / 1) var(--tw-gradient-to-position)}.to-teal-500\/15{--tw-gradient-to: rgb(20 184 166 / .15) var(--tw-gradient-to-position)}.to-teal-500\/20{--tw-gradient-to: rgb(20 184 166 / .2) var(--tw-gradient-to-position)}.to-teal-500\/25{--tw-gradient-to: rgb(20 184 166 / .25) var(--tw-gradient-to-position)}.to-teal-500\/30{--tw-gradient-to: rgb(20 184 166 / .3) var(--tw-gradient-to-position)}.to-teal-500\/35{--tw-gradient-to: rgb(20 184 166 / .35) var(--tw-gradient-to-position)}.to-teal-500\/40{--tw-gradient-to: rgb(20 184 166 / .4) var(--tw-gradient-to-position)}.to-teal-500\/45{--tw-gradient-to: rgb(20 184 166 / .45) var(--tw-gradient-to-position)}.to-teal-500\/5{--tw-gradient-to: rgb(20 184 166 / .05) var(--tw-gradient-to-position)}.to-teal-500\/50{--tw-gradient-to: rgb(20 184 166 / .5) var(--tw-gradient-to-position)}.to-teal-500\/55{--tw-gradient-to: rgb(20 184 166 / .55) var(--tw-gradient-to-position)}.to-teal-500\/60{--tw-gradient-to: rgb(20 184 166 / .6) var(--tw-gradient-to-position)}.to-teal-500\/65{--tw-gradient-to: rgb(20 184 166 / .65) var(--tw-gradient-to-position)}.to-teal-500\/70{--tw-gradient-to: rgb(20 184 166 / .7) var(--tw-gradient-to-position)}.to-teal-500\/75{--tw-gradient-to: rgb(20 184 166 / .75) var(--tw-gradient-to-position)}.to-teal-500\/80{--tw-gradient-to: rgb(20 184 166 / .8) var(--tw-gradient-to-position)}.to-teal-500\/85{--tw-gradient-to: rgb(20 184 166 / .85) var(--tw-gradient-to-position)}.to-teal-500\/90{--tw-gradient-to: rgb(20 184 166 / .9) var(--tw-gradient-to-position)}.to-teal-500\/95{--tw-gradient-to: rgb(20 184 166 / .95) var(--tw-gradient-to-position)}.to-teal-600{--tw-gradient-to: #0d9488 var(--tw-gradient-to-position)}.to-teal-600\/0{--tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position)}.to-teal-600\/10{--tw-gradient-to: rgb(13 148 136 / .1) var(--tw-gradient-to-position)}.to-teal-600\/100{--tw-gradient-to: rgb(13 148 136 / 1) var(--tw-gradient-to-position)}.to-teal-600\/15{--tw-gradient-to: rgb(13 148 136 / .15) var(--tw-gradient-to-position)}.to-teal-600\/20{--tw-gradient-to: rgb(13 148 136 / .2) var(--tw-gradient-to-position)}.to-teal-600\/25{--tw-gradient-to: rgb(13 148 136 / .25) var(--tw-gradient-to-position)}.to-teal-600\/30{--tw-gradient-to: rgb(13 148 136 / .3) var(--tw-gradient-to-position)}.to-teal-600\/35{--tw-gradient-to: rgb(13 148 136 / .35) var(--tw-gradient-to-position)}.to-teal-600\/40{--tw-gradient-to: rgb(13 148 136 / .4) var(--tw-gradient-to-position)}.to-teal-600\/45{--tw-gradient-to: rgb(13 148 136 / .45) var(--tw-gradient-to-position)}.to-teal-600\/5{--tw-gradient-to: rgb(13 148 136 / .05) var(--tw-gradient-to-position)}.to-teal-600\/50{--tw-gradient-to: rgb(13 148 136 / .5) var(--tw-gradient-to-position)}.to-teal-600\/55{--tw-gradient-to: rgb(13 148 136 / .55) var(--tw-gradient-to-position)}.to-teal-600\/60{--tw-gradient-to: rgb(13 148 136 / .6) var(--tw-gradient-to-position)}.to-teal-600\/65{--tw-gradient-to: rgb(13 148 136 / .65) var(--tw-gradient-to-position)}.to-teal-600\/70{--tw-gradient-to: rgb(13 148 136 / .7) var(--tw-gradient-to-position)}.to-teal-600\/75{--tw-gradient-to: rgb(13 148 136 / .75) var(--tw-gradient-to-position)}.to-teal-600\/80{--tw-gradient-to: rgb(13 148 136 / .8) var(--tw-gradient-to-position)}.to-teal-600\/85{--tw-gradient-to: rgb(13 148 136 / .85) var(--tw-gradient-to-position)}.to-teal-600\/90{--tw-gradient-to: rgb(13 148 136 / .9) var(--tw-gradient-to-position)}.to-teal-600\/95{--tw-gradient-to: rgb(13 148 136 / .95) var(--tw-gradient-to-position)}.to-teal-700{--tw-gradient-to: #0f766e var(--tw-gradient-to-position)}.to-teal-700\/0{--tw-gradient-to: rgb(15 118 110 / 0) var(--tw-gradient-to-position)}.to-teal-700\/10{--tw-gradient-to: rgb(15 118 110 / .1) var(--tw-gradient-to-position)}.to-teal-700\/100{--tw-gradient-to: rgb(15 118 110 / 1) var(--tw-gradient-to-position)}.to-teal-700\/15{--tw-gradient-to: rgb(15 118 110 / .15) var(--tw-gradient-to-position)}.to-teal-700\/20{--tw-gradient-to: rgb(15 118 110 / .2) var(--tw-gradient-to-position)}.to-teal-700\/25{--tw-gradient-to: rgb(15 118 110 / .25) var(--tw-gradient-to-position)}.to-teal-700\/30{--tw-gradient-to: rgb(15 118 110 / .3) var(--tw-gradient-to-position)}.to-teal-700\/35{--tw-gradient-to: rgb(15 118 110 / .35) var(--tw-gradient-to-position)}.to-teal-700\/40{--tw-gradient-to: rgb(15 118 110 / .4) var(--tw-gradient-to-position)}.to-teal-700\/45{--tw-gradient-to: rgb(15 118 110 / .45) var(--tw-gradient-to-position)}.to-teal-700\/5{--tw-gradient-to: rgb(15 118 110 / .05) var(--tw-gradient-to-position)}.to-teal-700\/50{--tw-gradient-to: rgb(15 118 110 / .5) var(--tw-gradient-to-position)}.to-teal-700\/55{--tw-gradient-to: rgb(15 118 110 / .55) var(--tw-gradient-to-position)}.to-teal-700\/60{--tw-gradient-to: rgb(15 118 110 / .6) var(--tw-gradient-to-position)}.to-teal-700\/65{--tw-gradient-to: rgb(15 118 110 / .65) var(--tw-gradient-to-position)}.to-teal-700\/70{--tw-gradient-to: rgb(15 118 110 / .7) var(--tw-gradient-to-position)}.to-teal-700\/75{--tw-gradient-to: rgb(15 118 110 / .75) var(--tw-gradient-to-position)}.to-teal-700\/80{--tw-gradient-to: rgb(15 118 110 / .8) var(--tw-gradient-to-position)}.to-teal-700\/85{--tw-gradient-to: rgb(15 118 110 / .85) var(--tw-gradient-to-position)}.to-teal-700\/90{--tw-gradient-to: rgb(15 118 110 / .9) var(--tw-gradient-to-position)}.to-teal-700\/95{--tw-gradient-to: rgb(15 118 110 / .95) var(--tw-gradient-to-position)}.to-teal-800{--tw-gradient-to: #115e59 var(--tw-gradient-to-position)}.to-teal-800\/0{--tw-gradient-to: rgb(17 94 89 / 0) var(--tw-gradient-to-position)}.to-teal-800\/10{--tw-gradient-to: rgb(17 94 89 / .1) var(--tw-gradient-to-position)}.to-teal-800\/100{--tw-gradient-to: rgb(17 94 89 / 1) var(--tw-gradient-to-position)}.to-teal-800\/15{--tw-gradient-to: rgb(17 94 89 / .15) var(--tw-gradient-to-position)}.to-teal-800\/20{--tw-gradient-to: rgb(17 94 89 / .2) var(--tw-gradient-to-position)}.to-teal-800\/25{--tw-gradient-to: rgb(17 94 89 / .25) var(--tw-gradient-to-position)}.to-teal-800\/30{--tw-gradient-to: rgb(17 94 89 / .3) var(--tw-gradient-to-position)}.to-teal-800\/35{--tw-gradient-to: rgb(17 94 89 / .35) var(--tw-gradient-to-position)}.to-teal-800\/40{--tw-gradient-to: rgb(17 94 89 / .4) var(--tw-gradient-to-position)}.to-teal-800\/45{--tw-gradient-to: rgb(17 94 89 / .45) var(--tw-gradient-to-position)}.to-teal-800\/5{--tw-gradient-to: rgb(17 94 89 / .05) var(--tw-gradient-to-position)}.to-teal-800\/50{--tw-gradient-to: rgb(17 94 89 / .5) var(--tw-gradient-to-position)}.to-teal-800\/55{--tw-gradient-to: rgb(17 94 89 / .55) var(--tw-gradient-to-position)}.to-teal-800\/60{--tw-gradient-to: rgb(17 94 89 / .6) var(--tw-gradient-to-position)}.to-teal-800\/65{--tw-gradient-to: rgb(17 94 89 / .65) var(--tw-gradient-to-position)}.to-teal-800\/70{--tw-gradient-to: rgb(17 94 89 / .7) var(--tw-gradient-to-position)}.to-teal-800\/75{--tw-gradient-to: rgb(17 94 89 / .75) var(--tw-gradient-to-position)}.to-teal-800\/80{--tw-gradient-to: rgb(17 94 89 / .8) var(--tw-gradient-to-position)}.to-teal-800\/85{--tw-gradient-to: rgb(17 94 89 / .85) var(--tw-gradient-to-position)}.to-teal-800\/90{--tw-gradient-to: rgb(17 94 89 / .9) var(--tw-gradient-to-position)}.to-teal-800\/95{--tw-gradient-to: rgb(17 94 89 / .95) var(--tw-gradient-to-position)}.to-teal-900{--tw-gradient-to: #134e4a var(--tw-gradient-to-position)}.to-teal-900\/0{--tw-gradient-to: rgb(19 78 74 / 0) var(--tw-gradient-to-position)}.to-teal-900\/10{--tw-gradient-to: rgb(19 78 74 / .1) var(--tw-gradient-to-position)}.to-teal-900\/100{--tw-gradient-to: rgb(19 78 74 / 1) var(--tw-gradient-to-position)}.to-teal-900\/15{--tw-gradient-to: rgb(19 78 74 / .15) var(--tw-gradient-to-position)}.to-teal-900\/20{--tw-gradient-to: rgb(19 78 74 / .2) var(--tw-gradient-to-position)}.to-teal-900\/25{--tw-gradient-to: rgb(19 78 74 / .25) var(--tw-gradient-to-position)}.to-teal-900\/30{--tw-gradient-to: rgb(19 78 74 / .3) var(--tw-gradient-to-position)}.to-teal-900\/35{--tw-gradient-to: rgb(19 78 74 / .35) var(--tw-gradient-to-position)}.to-teal-900\/40{--tw-gradient-to: rgb(19 78 74 / .4) var(--tw-gradient-to-position)}.to-teal-900\/45{--tw-gradient-to: rgb(19 78 74 / .45) var(--tw-gradient-to-position)}.to-teal-900\/5{--tw-gradient-to: rgb(19 78 74 / .05) var(--tw-gradient-to-position)}.to-teal-900\/50{--tw-gradient-to: rgb(19 78 74 / .5) var(--tw-gradient-to-position)}.to-teal-900\/55{--tw-gradient-to: rgb(19 78 74 / .55) var(--tw-gradient-to-position)}.to-teal-900\/60{--tw-gradient-to: rgb(19 78 74 / .6) var(--tw-gradient-to-position)}.to-teal-900\/65{--tw-gradient-to: rgb(19 78 74 / .65) var(--tw-gradient-to-position)}.to-teal-900\/70{--tw-gradient-to: rgb(19 78 74 / .7) var(--tw-gradient-to-position)}.to-teal-900\/75{--tw-gradient-to: rgb(19 78 74 / .75) var(--tw-gradient-to-position)}.to-teal-900\/80{--tw-gradient-to: rgb(19 78 74 / .8) var(--tw-gradient-to-position)}.to-teal-900\/85{--tw-gradient-to: rgb(19 78 74 / .85) var(--tw-gradient-to-position)}.to-teal-900\/90{--tw-gradient-to: rgb(19 78 74 / .9) var(--tw-gradient-to-position)}.to-teal-900\/95{--tw-gradient-to: rgb(19 78 74 / .95) var(--tw-gradient-to-position)}.to-transparent{--tw-gradient-to: transparent var(--tw-gradient-to-position)}.to-white{--tw-gradient-to: #fff var(--tw-gradient-to-position)}.to-white\/5{--tw-gradient-to: rgb(255 255 255 / .05) var(--tw-gradient-to-position)}.to-yellow-100{--tw-gradient-to: #fef9c3 var(--tw-gradient-to-position)}.to-yellow-100\/0{--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position)}.to-yellow-100\/10{--tw-gradient-to: rgb(254 249 195 / .1) var(--tw-gradient-to-position)}.to-yellow-100\/100{--tw-gradient-to: rgb(254 249 195 / 1) var(--tw-gradient-to-position)}.to-yellow-100\/15{--tw-gradient-to: rgb(254 249 195 / .15) var(--tw-gradient-to-position)}.to-yellow-100\/20{--tw-gradient-to: rgb(254 249 195 / .2) var(--tw-gradient-to-position)}.to-yellow-100\/25{--tw-gradient-to: rgb(254 249 195 / .25) var(--tw-gradient-to-position)}.to-yellow-100\/30{--tw-gradient-to: rgb(254 249 195 / .3) var(--tw-gradient-to-position)}.to-yellow-100\/35{--tw-gradient-to: rgb(254 249 195 / .35) var(--tw-gradient-to-position)}.to-yellow-100\/40{--tw-gradient-to: rgb(254 249 195 / .4) var(--tw-gradient-to-position)}.to-yellow-100\/45{--tw-gradient-to: rgb(254 249 195 / .45) var(--tw-gradient-to-position)}.to-yellow-100\/5{--tw-gradient-to: rgb(254 249 195 / .05) var(--tw-gradient-to-position)}.to-yellow-100\/50{--tw-gradient-to: rgb(254 249 195 / .5) var(--tw-gradient-to-position)}.to-yellow-100\/55{--tw-gradient-to: rgb(254 249 195 / .55) var(--tw-gradient-to-position)}.to-yellow-100\/60{--tw-gradient-to: rgb(254 249 195 / .6) var(--tw-gradient-to-position)}.to-yellow-100\/65{--tw-gradient-to: rgb(254 249 195 / .65) var(--tw-gradient-to-position)}.to-yellow-100\/70{--tw-gradient-to: rgb(254 249 195 / .7) var(--tw-gradient-to-position)}.to-yellow-100\/75{--tw-gradient-to: rgb(254 249 195 / .75) var(--tw-gradient-to-position)}.to-yellow-100\/80{--tw-gradient-to: rgb(254 249 195 / .8) var(--tw-gradient-to-position)}.to-yellow-100\/85{--tw-gradient-to: rgb(254 249 195 / .85) var(--tw-gradient-to-position)}.to-yellow-100\/90{--tw-gradient-to: rgb(254 249 195 / .9) var(--tw-gradient-to-position)}.to-yellow-100\/95{--tw-gradient-to: rgb(254 249 195 / .95) var(--tw-gradient-to-position)}.to-yellow-200{--tw-gradient-to: #fef08a var(--tw-gradient-to-position)}.to-yellow-200\/0{--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position)}.to-yellow-200\/10{--tw-gradient-to: rgb(254 240 138 / .1) var(--tw-gradient-to-position)}.to-yellow-200\/100{--tw-gradient-to: rgb(254 240 138 / 1) var(--tw-gradient-to-position)}.to-yellow-200\/15{--tw-gradient-to: rgb(254 240 138 / .15) var(--tw-gradient-to-position)}.to-yellow-200\/20{--tw-gradient-to: rgb(254 240 138 / .2) var(--tw-gradient-to-position)}.to-yellow-200\/25{--tw-gradient-to: rgb(254 240 138 / .25) var(--tw-gradient-to-position)}.to-yellow-200\/30{--tw-gradient-to: rgb(254 240 138 / .3) var(--tw-gradient-to-position)}.to-yellow-200\/35{--tw-gradient-to: rgb(254 240 138 / .35) var(--tw-gradient-to-position)}.to-yellow-200\/40{--tw-gradient-to: rgb(254 240 138 / .4) var(--tw-gradient-to-position)}.to-yellow-200\/45{--tw-gradient-to: rgb(254 240 138 / .45) var(--tw-gradient-to-position)}.to-yellow-200\/5{--tw-gradient-to: rgb(254 240 138 / .05) var(--tw-gradient-to-position)}.to-yellow-200\/50{--tw-gradient-to: rgb(254 240 138 / .5) var(--tw-gradient-to-position)}.to-yellow-200\/55{--tw-gradient-to: rgb(254 240 138 / .55) var(--tw-gradient-to-position)}.to-yellow-200\/60{--tw-gradient-to: rgb(254 240 138 / .6) var(--tw-gradient-to-position)}.to-yellow-200\/65{--tw-gradient-to: rgb(254 240 138 / .65) var(--tw-gradient-to-position)}.to-yellow-200\/70{--tw-gradient-to: rgb(254 240 138 / .7) var(--tw-gradient-to-position)}.to-yellow-200\/75{--tw-gradient-to: rgb(254 240 138 / .75) var(--tw-gradient-to-position)}.to-yellow-200\/80{--tw-gradient-to: rgb(254 240 138 / .8) var(--tw-gradient-to-position)}.to-yellow-200\/85{--tw-gradient-to: rgb(254 240 138 / .85) var(--tw-gradient-to-position)}.to-yellow-200\/90{--tw-gradient-to: rgb(254 240 138 / .9) var(--tw-gradient-to-position)}.to-yellow-200\/95{--tw-gradient-to: rgb(254 240 138 / .95) var(--tw-gradient-to-position)}.to-yellow-300{--tw-gradient-to: #fde047 var(--tw-gradient-to-position)}.to-yellow-300\/0{--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position)}.to-yellow-300\/10{--tw-gradient-to: rgb(253 224 71 / .1) var(--tw-gradient-to-position)}.to-yellow-300\/100{--tw-gradient-to: rgb(253 224 71 / 1) var(--tw-gradient-to-position)}.to-yellow-300\/15{--tw-gradient-to: rgb(253 224 71 / .15) var(--tw-gradient-to-position)}.to-yellow-300\/20{--tw-gradient-to: rgb(253 224 71 / .2) var(--tw-gradient-to-position)}.to-yellow-300\/25{--tw-gradient-to: rgb(253 224 71 / .25) var(--tw-gradient-to-position)}.to-yellow-300\/30{--tw-gradient-to: rgb(253 224 71 / .3) var(--tw-gradient-to-position)}.to-yellow-300\/35{--tw-gradient-to: rgb(253 224 71 / .35) var(--tw-gradient-to-position)}.to-yellow-300\/40{--tw-gradient-to: rgb(253 224 71 / .4) var(--tw-gradient-to-position)}.to-yellow-300\/45{--tw-gradient-to: rgb(253 224 71 / .45) var(--tw-gradient-to-position)}.to-yellow-300\/5{--tw-gradient-to: rgb(253 224 71 / .05) var(--tw-gradient-to-position)}.to-yellow-300\/50{--tw-gradient-to: rgb(253 224 71 / .5) var(--tw-gradient-to-position)}.to-yellow-300\/55{--tw-gradient-to: rgb(253 224 71 / .55) var(--tw-gradient-to-position)}.to-yellow-300\/60{--tw-gradient-to: rgb(253 224 71 / .6) var(--tw-gradient-to-position)}.to-yellow-300\/65{--tw-gradient-to: rgb(253 224 71 / .65) var(--tw-gradient-to-position)}.to-yellow-300\/70{--tw-gradient-to: rgb(253 224 71 / .7) var(--tw-gradient-to-position)}.to-yellow-300\/75{--tw-gradient-to: rgb(253 224 71 / .75) var(--tw-gradient-to-position)}.to-yellow-300\/80{--tw-gradient-to: rgb(253 224 71 / .8) var(--tw-gradient-to-position)}.to-yellow-300\/85{--tw-gradient-to: rgb(253 224 71 / .85) var(--tw-gradient-to-position)}.to-yellow-300\/90{--tw-gradient-to: rgb(253 224 71 / .9) var(--tw-gradient-to-position)}.to-yellow-300\/95{--tw-gradient-to: rgb(253 224 71 / .95) var(--tw-gradient-to-position)}.to-yellow-400{--tw-gradient-to: #facc15 var(--tw-gradient-to-position)}.to-yellow-400\/0{--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position)}.to-yellow-400\/10{--tw-gradient-to: rgb(250 204 21 / .1) var(--tw-gradient-to-position)}.to-yellow-400\/100{--tw-gradient-to: rgb(250 204 21 / 1) var(--tw-gradient-to-position)}.to-yellow-400\/15{--tw-gradient-to: rgb(250 204 21 / .15) var(--tw-gradient-to-position)}.to-yellow-400\/20{--tw-gradient-to: rgb(250 204 21 / .2) var(--tw-gradient-to-position)}.to-yellow-400\/25{--tw-gradient-to: rgb(250 204 21 / .25) var(--tw-gradient-to-position)}.to-yellow-400\/30{--tw-gradient-to: rgb(250 204 21 / .3) var(--tw-gradient-to-position)}.to-yellow-400\/35{--tw-gradient-to: rgb(250 204 21 / .35) var(--tw-gradient-to-position)}.to-yellow-400\/40{--tw-gradient-to: rgb(250 204 21 / .4) var(--tw-gradient-to-position)}.to-yellow-400\/45{--tw-gradient-to: rgb(250 204 21 / .45) var(--tw-gradient-to-position)}.to-yellow-400\/5{--tw-gradient-to: rgb(250 204 21 / .05) var(--tw-gradient-to-position)}.to-yellow-400\/50{--tw-gradient-to: rgb(250 204 21 / .5) var(--tw-gradient-to-position)}.to-yellow-400\/55{--tw-gradient-to: rgb(250 204 21 / .55) var(--tw-gradient-to-position)}.to-yellow-400\/60{--tw-gradient-to: rgb(250 204 21 / .6) var(--tw-gradient-to-position)}.to-yellow-400\/65{--tw-gradient-to: rgb(250 204 21 / .65) var(--tw-gradient-to-position)}.to-yellow-400\/70{--tw-gradient-to: rgb(250 204 21 / .7) var(--tw-gradient-to-position)}.to-yellow-400\/75{--tw-gradient-to: rgb(250 204 21 / .75) var(--tw-gradient-to-position)}.to-yellow-400\/80{--tw-gradient-to: rgb(250 204 21 / .8) var(--tw-gradient-to-position)}.to-yellow-400\/85{--tw-gradient-to: rgb(250 204 21 / .85) var(--tw-gradient-to-position)}.to-yellow-400\/90{--tw-gradient-to: rgb(250 204 21 / .9) var(--tw-gradient-to-position)}.to-yellow-400\/95{--tw-gradient-to: rgb(250 204 21 / .95) var(--tw-gradient-to-position)}.to-yellow-50{--tw-gradient-to: #fefce8 var(--tw-gradient-to-position)}.to-yellow-50\/0{--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position)}.to-yellow-50\/10{--tw-gradient-to: rgb(254 252 232 / .1) var(--tw-gradient-to-position)}.to-yellow-50\/100{--tw-gradient-to: rgb(254 252 232 / 1) var(--tw-gradient-to-position)}.to-yellow-50\/15{--tw-gradient-to: rgb(254 252 232 / .15) var(--tw-gradient-to-position)}.to-yellow-50\/20{--tw-gradient-to: rgb(254 252 232 / .2) var(--tw-gradient-to-position)}.to-yellow-50\/25{--tw-gradient-to: rgb(254 252 232 / .25) var(--tw-gradient-to-position)}.to-yellow-50\/30{--tw-gradient-to: rgb(254 252 232 / .3) var(--tw-gradient-to-position)}.to-yellow-50\/35{--tw-gradient-to: rgb(254 252 232 / .35) var(--tw-gradient-to-position)}.to-yellow-50\/40{--tw-gradient-to: rgb(254 252 232 / .4) var(--tw-gradient-to-position)}.to-yellow-50\/45{--tw-gradient-to: rgb(254 252 232 / .45) var(--tw-gradient-to-position)}.to-yellow-50\/5{--tw-gradient-to: rgb(254 252 232 / .05) var(--tw-gradient-to-position)}.to-yellow-50\/50{--tw-gradient-to: rgb(254 252 232 / .5) var(--tw-gradient-to-position)}.to-yellow-50\/55{--tw-gradient-to: rgb(254 252 232 / .55) var(--tw-gradient-to-position)}.to-yellow-50\/60{--tw-gradient-to: rgb(254 252 232 / .6) var(--tw-gradient-to-position)}.to-yellow-50\/65{--tw-gradient-to: rgb(254 252 232 / .65) var(--tw-gradient-to-position)}.to-yellow-50\/70{--tw-gradient-to: rgb(254 252 232 / .7) var(--tw-gradient-to-position)}.to-yellow-50\/75{--tw-gradient-to: rgb(254 252 232 / .75) var(--tw-gradient-to-position)}.to-yellow-50\/80{--tw-gradient-to: rgb(254 252 232 / .8) var(--tw-gradient-to-position)}.to-yellow-50\/85{--tw-gradient-to: rgb(254 252 232 / .85) var(--tw-gradient-to-position)}.to-yellow-50\/90{--tw-gradient-to: rgb(254 252 232 / .9) var(--tw-gradient-to-position)}.to-yellow-50\/95{--tw-gradient-to: rgb(254 252 232 / .95) var(--tw-gradient-to-position)}.to-yellow-500{--tw-gradient-to: #eab308 var(--tw-gradient-to-position)}.to-yellow-500\/0{--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position)}.to-yellow-500\/10{--tw-gradient-to: rgb(234 179 8 / .1) var(--tw-gradient-to-position)}.to-yellow-500\/100{--tw-gradient-to: rgb(234 179 8 / 1) var(--tw-gradient-to-position)}.to-yellow-500\/15{--tw-gradient-to: rgb(234 179 8 / .15) var(--tw-gradient-to-position)}.to-yellow-500\/20{--tw-gradient-to: rgb(234 179 8 / .2) var(--tw-gradient-to-position)}.to-yellow-500\/25{--tw-gradient-to: rgb(234 179 8 / .25) var(--tw-gradient-to-position)}.to-yellow-500\/30{--tw-gradient-to: rgb(234 179 8 / .3) var(--tw-gradient-to-position)}.to-yellow-500\/35{--tw-gradient-to: rgb(234 179 8 / .35) var(--tw-gradient-to-position)}.to-yellow-500\/40{--tw-gradient-to: rgb(234 179 8 / .4) var(--tw-gradient-to-position)}.to-yellow-500\/45{--tw-gradient-to: rgb(234 179 8 / .45) var(--tw-gradient-to-position)}.to-yellow-500\/5{--tw-gradient-to: rgb(234 179 8 / .05) var(--tw-gradient-to-position)}.to-yellow-500\/50{--tw-gradient-to: rgb(234 179 8 / .5) var(--tw-gradient-to-position)}.to-yellow-500\/55{--tw-gradient-to: rgb(234 179 8 / .55) var(--tw-gradient-to-position)}.to-yellow-500\/60{--tw-gradient-to: rgb(234 179 8 / .6) var(--tw-gradient-to-position)}.to-yellow-500\/65{--tw-gradient-to: rgb(234 179 8 / .65) var(--tw-gradient-to-position)}.to-yellow-500\/70{--tw-gradient-to: rgb(234 179 8 / .7) var(--tw-gradient-to-position)}.to-yellow-500\/75{--tw-gradient-to: rgb(234 179 8 / .75) var(--tw-gradient-to-position)}.to-yellow-500\/80{--tw-gradient-to: rgb(234 179 8 / .8) var(--tw-gradient-to-position)}.to-yellow-500\/85{--tw-gradient-to: rgb(234 179 8 / .85) var(--tw-gradient-to-position)}.to-yellow-500\/90{--tw-gradient-to: rgb(234 179 8 / .9) var(--tw-gradient-to-position)}.to-yellow-500\/95{--tw-gradient-to: rgb(234 179 8 / .95) var(--tw-gradient-to-position)}.to-yellow-600{--tw-gradient-to: #ca8a04 var(--tw-gradient-to-position)}.to-yellow-600\/0{--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position)}.to-yellow-600\/10{--tw-gradient-to: rgb(202 138 4 / .1) var(--tw-gradient-to-position)}.to-yellow-600\/100{--tw-gradient-to: rgb(202 138 4 / 1) var(--tw-gradient-to-position)}.to-yellow-600\/15{--tw-gradient-to: rgb(202 138 4 / .15) var(--tw-gradient-to-position)}.to-yellow-600\/20{--tw-gradient-to: rgb(202 138 4 / .2) var(--tw-gradient-to-position)}.to-yellow-600\/25{--tw-gradient-to: rgb(202 138 4 / .25) var(--tw-gradient-to-position)}.to-yellow-600\/30{--tw-gradient-to: rgb(202 138 4 / .3) var(--tw-gradient-to-position)}.to-yellow-600\/35{--tw-gradient-to: rgb(202 138 4 / .35) var(--tw-gradient-to-position)}.to-yellow-600\/40{--tw-gradient-to: rgb(202 138 4 / .4) var(--tw-gradient-to-position)}.to-yellow-600\/45{--tw-gradient-to: rgb(202 138 4 / .45) var(--tw-gradient-to-position)}.to-yellow-600\/5{--tw-gradient-to: rgb(202 138 4 / .05) var(--tw-gradient-to-position)}.to-yellow-600\/50{--tw-gradient-to: rgb(202 138 4 / .5) var(--tw-gradient-to-position)}.to-yellow-600\/55{--tw-gradient-to: rgb(202 138 4 / .55) var(--tw-gradient-to-position)}.to-yellow-600\/60{--tw-gradient-to: rgb(202 138 4 / .6) var(--tw-gradient-to-position)}.to-yellow-600\/65{--tw-gradient-to: rgb(202 138 4 / .65) var(--tw-gradient-to-position)}.to-yellow-600\/70{--tw-gradient-to: rgb(202 138 4 / .7) var(--tw-gradient-to-position)}.to-yellow-600\/75{--tw-gradient-to: rgb(202 138 4 / .75) var(--tw-gradient-to-position)}.to-yellow-600\/80{--tw-gradient-to: rgb(202 138 4 / .8) var(--tw-gradient-to-position)}.to-yellow-600\/85{--tw-gradient-to: rgb(202 138 4 / .85) var(--tw-gradient-to-position)}.to-yellow-600\/90{--tw-gradient-to: rgb(202 138 4 / .9) var(--tw-gradient-to-position)}.to-yellow-600\/95{--tw-gradient-to: rgb(202 138 4 / .95) var(--tw-gradient-to-position)}.to-yellow-700{--tw-gradient-to: #a16207 var(--tw-gradient-to-position)}.to-yellow-700\/0{--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position)}.to-yellow-700\/10{--tw-gradient-to: rgb(161 98 7 / .1) var(--tw-gradient-to-position)}.to-yellow-700\/100{--tw-gradient-to: rgb(161 98 7 / 1) var(--tw-gradient-to-position)}.to-yellow-700\/15{--tw-gradient-to: rgb(161 98 7 / .15) var(--tw-gradient-to-position)}.to-yellow-700\/20{--tw-gradient-to: rgb(161 98 7 / .2) var(--tw-gradient-to-position)}.to-yellow-700\/25{--tw-gradient-to: rgb(161 98 7 / .25) var(--tw-gradient-to-position)}.to-yellow-700\/30{--tw-gradient-to: rgb(161 98 7 / .3) var(--tw-gradient-to-position)}.to-yellow-700\/35{--tw-gradient-to: rgb(161 98 7 / .35) var(--tw-gradient-to-position)}.to-yellow-700\/40{--tw-gradient-to: rgb(161 98 7 / .4) var(--tw-gradient-to-position)}.to-yellow-700\/45{--tw-gradient-to: rgb(161 98 7 / .45) var(--tw-gradient-to-position)}.to-yellow-700\/5{--tw-gradient-to: rgb(161 98 7 / .05) var(--tw-gradient-to-position)}.to-yellow-700\/50{--tw-gradient-to: rgb(161 98 7 / .5) var(--tw-gradient-to-position)}.to-yellow-700\/55{--tw-gradient-to: rgb(161 98 7 / .55) var(--tw-gradient-to-position)}.to-yellow-700\/60{--tw-gradient-to: rgb(161 98 7 / .6) var(--tw-gradient-to-position)}.to-yellow-700\/65{--tw-gradient-to: rgb(161 98 7 / .65) var(--tw-gradient-to-position)}.to-yellow-700\/70{--tw-gradient-to: rgb(161 98 7 / .7) var(--tw-gradient-to-position)}.to-yellow-700\/75{--tw-gradient-to: rgb(161 98 7 / .75) var(--tw-gradient-to-position)}.to-yellow-700\/80{--tw-gradient-to: rgb(161 98 7 / .8) var(--tw-gradient-to-position)}.to-yellow-700\/85{--tw-gradient-to: rgb(161 98 7 / .85) var(--tw-gradient-to-position)}.to-yellow-700\/90{--tw-gradient-to: rgb(161 98 7 / .9) var(--tw-gradient-to-position)}.to-yellow-700\/95{--tw-gradient-to: rgb(161 98 7 / .95) var(--tw-gradient-to-position)}.to-yellow-800{--tw-gradient-to: #854d0e var(--tw-gradient-to-position)}.to-yellow-800\/0{--tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position)}.to-yellow-800\/10{--tw-gradient-to: rgb(133 77 14 / .1) var(--tw-gradient-to-position)}.to-yellow-800\/100{--tw-gradient-to: rgb(133 77 14 / 1) var(--tw-gradient-to-position)}.to-yellow-800\/15{--tw-gradient-to: rgb(133 77 14 / .15) var(--tw-gradient-to-position)}.to-yellow-800\/20{--tw-gradient-to: rgb(133 77 14 / .2) var(--tw-gradient-to-position)}.to-yellow-800\/25{--tw-gradient-to: rgb(133 77 14 / .25) var(--tw-gradient-to-position)}.to-yellow-800\/30{--tw-gradient-to: rgb(133 77 14 / .3) var(--tw-gradient-to-position)}.to-yellow-800\/35{--tw-gradient-to: rgb(133 77 14 / .35) var(--tw-gradient-to-position)}.to-yellow-800\/40{--tw-gradient-to: rgb(133 77 14 / .4) var(--tw-gradient-to-position)}.to-yellow-800\/45{--tw-gradient-to: rgb(133 77 14 / .45) var(--tw-gradient-to-position)}.to-yellow-800\/5{--tw-gradient-to: rgb(133 77 14 / .05) var(--tw-gradient-to-position)}.to-yellow-800\/50{--tw-gradient-to: rgb(133 77 14 / .5) var(--tw-gradient-to-position)}.to-yellow-800\/55{--tw-gradient-to: rgb(133 77 14 / .55) var(--tw-gradient-to-position)}.to-yellow-800\/60{--tw-gradient-to: rgb(133 77 14 / .6) var(--tw-gradient-to-position)}.to-yellow-800\/65{--tw-gradient-to: rgb(133 77 14 / .65) var(--tw-gradient-to-position)}.to-yellow-800\/70{--tw-gradient-to: rgb(133 77 14 / .7) var(--tw-gradient-to-position)}.to-yellow-800\/75{--tw-gradient-to: rgb(133 77 14 / .75) var(--tw-gradient-to-position)}.to-yellow-800\/80{--tw-gradient-to: rgb(133 77 14 / .8) var(--tw-gradient-to-position)}.to-yellow-800\/85{--tw-gradient-to: rgb(133 77 14 / .85) var(--tw-gradient-to-position)}.to-yellow-800\/90{--tw-gradient-to: rgb(133 77 14 / .9) var(--tw-gradient-to-position)}.to-yellow-800\/95{--tw-gradient-to: rgb(133 77 14 / .95) var(--tw-gradient-to-position)}.to-yellow-900{--tw-gradient-to: #713f12 var(--tw-gradient-to-position)}.to-yellow-900\/0{--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position)}.to-yellow-900\/10{--tw-gradient-to: rgb(113 63 18 / .1) var(--tw-gradient-to-position)}.to-yellow-900\/100{--tw-gradient-to: rgb(113 63 18 / 1) var(--tw-gradient-to-position)}.to-yellow-900\/15{--tw-gradient-to: rgb(113 63 18 / .15) var(--tw-gradient-to-position)}.to-yellow-900\/20{--tw-gradient-to: rgb(113 63 18 / .2) var(--tw-gradient-to-position)}.to-yellow-900\/25{--tw-gradient-to: rgb(113 63 18 / .25) var(--tw-gradient-to-position)}.to-yellow-900\/30{--tw-gradient-to: rgb(113 63 18 / .3) var(--tw-gradient-to-position)}.to-yellow-900\/35{--tw-gradient-to: rgb(113 63 18 / .35) var(--tw-gradient-to-position)}.to-yellow-900\/40{--tw-gradient-to: rgb(113 63 18 / .4) var(--tw-gradient-to-position)}.to-yellow-900\/45{--tw-gradient-to: rgb(113 63 18 / .45) var(--tw-gradient-to-position)}.to-yellow-900\/5{--tw-gradient-to: rgb(113 63 18 / .05) var(--tw-gradient-to-position)}.to-yellow-900\/50{--tw-gradient-to: rgb(113 63 18 / .5) var(--tw-gradient-to-position)}.to-yellow-900\/55{--tw-gradient-to: rgb(113 63 18 / .55) var(--tw-gradient-to-position)}.to-yellow-900\/60{--tw-gradient-to: rgb(113 63 18 / .6) var(--tw-gradient-to-position)}.to-yellow-900\/65{--tw-gradient-to: rgb(113 63 18 / .65) var(--tw-gradient-to-position)}.to-yellow-900\/70{--tw-gradient-to: rgb(113 63 18 / .7) var(--tw-gradient-to-position)}.to-yellow-900\/75{--tw-gradient-to: rgb(113 63 18 / .75) var(--tw-gradient-to-position)}.to-yellow-900\/80{--tw-gradient-to: rgb(113 63 18 / .8) var(--tw-gradient-to-position)}.to-yellow-900\/85{--tw-gradient-to: rgb(113 63 18 / .85) var(--tw-gradient-to-position)}.to-yellow-900\/90{--tw-gradient-to: rgb(113 63 18 / .9) var(--tw-gradient-to-position)}.to-yellow-900\/95{--tw-gradient-to: rgb(113 63 18 / .95) var(--tw-gradient-to-position)}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.fill-current{fill:currentColor}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.p-0{padding:0}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-10{padding:2.5rem}.p-12{padding:3rem}.p-16{padding:4rem}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-12{padding-left:3rem;padding-right:3rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-7{padding-left:1.75rem;padding-right:1.75rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-24{padding-top:6rem;padding-bottom:6rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.py-32{padding-top:8rem;padding-bottom:8rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-1{padding-bottom:.25rem}.pb-12{padding-bottom:3rem}.pb-16{padding-bottom:4rem}.pb-2{padding-bottom:.5rem}.pb-20{padding-bottom:5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-6{padding-bottom:1.5rem}.pb-8{padding-bottom:2rem}.pe-4{padding-inline-end:1rem}.pl-1{padding-left:.25rem}.pl-10{padding-left:2.5rem}.pl-12{padding-left:3rem}.pl-14{padding-left:3.5rem}.pl-2{padding-left:.5rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pl-5{padding-left:1.25rem}.pl-6{padding-left:1.5rem}.pl-7{padding-left:1.75rem}.pl-8{padding-left:2rem}.pr-1{padding-right:.25rem}.pr-10{padding-right:2.5rem}.pr-12{padding-right:3rem}.pr-16{padding-right:4rem}.pr-2{padding-right:.5rem}.pr-20{padding-right:5rem}.pr-3{padding-right:.75rem}.pr-32{padding-right:8rem}.pr-4{padding-right:1rem}.pr-6{padding-right:1.5rem}.pr-8{padding-right:2rem}.ps-3{padding-inline-start:.75rem}.pt-0{padding-top:0}.pt-1{padding-top:.25rem}.pt-1\.5{padding-top:.375rem}.pt-10{padding-top:2.5rem}.pt-16{padding-top:4rem}.pt-2{padding-top:.5rem}.pt-20{padding-top:5rem}.pt-24{padding-top:6rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-start{text-align:start}.text-end{text-align:end}.align-middle{vertical-align:middle}.align-bottom{vertical-align:bottom}.font-mono{font-family:Fira Code,Courier New,Consolas,Monaco,monospace}.font-sans{font-family:Poppins,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.font-serif{font-family:ui-serif,Georgia,Cambria,Times New Roman,Times,serif}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-6xl{font-size:3.75rem;line-height:1}.text-\[10px\]{font-size:10px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-black{font-weight:900}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-light{font-weight:300}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.leading-4{line-height:1rem}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.leading-tight{line-height:1.25}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.text-\[var\(--hero-text-color\)\]{color:var(--hero-text-color)}.text-\[var\(--primary-color\)\]{color:var(--primary-color)}.text-amber-400{--tw-text-opacity: 1;color:rgb(251 191 36 / var(--tw-text-opacity, 1))}.text-amber-500{--tw-text-opacity: 1;color:rgb(245 158 11 / var(--tw-text-opacity, 1))}.text-amber-600{--tw-text-opacity: 1;color:rgb(217 119 6 / var(--tw-text-opacity, 1))}.text-amber-700{--tw-text-opacity: 1;color:rgb(180 83 9 / var(--tw-text-opacity, 1))}.text-amber-800{--tw-text-opacity: 1;color:rgb(146 64 14 / var(--tw-text-opacity, 1))}.text-amber-900{--tw-text-opacity: 1;color:rgb(120 53 15 / var(--tw-text-opacity, 1))}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.text-blue-100{--tw-text-opacity: 1;color:rgb(219 234 254 / var(--tw-text-opacity, 1))}.text-blue-100\/0{color:#dbeafe00}.text-blue-100\/10{color:#dbeafe1a}.text-blue-100\/100{color:#dbeafe}.text-blue-100\/15{color:#dbeafe26}.text-blue-100\/20{color:#dbeafe33}.text-blue-100\/25{color:#dbeafe40}.text-blue-100\/30{color:#dbeafe4d}.text-blue-100\/35{color:#dbeafe59}.text-blue-100\/40{color:#dbeafe66}.text-blue-100\/45{color:#dbeafe73}.text-blue-100\/5{color:#dbeafe0d}.text-blue-100\/50{color:#dbeafe80}.text-blue-100\/55{color:#dbeafe8c}.text-blue-100\/60{color:#dbeafe99}.text-blue-100\/65{color:#dbeafea6}.text-blue-100\/70{color:#dbeafeb3}.text-blue-100\/75{color:#dbeafebf}.text-blue-100\/80{color:#dbeafecc}.text-blue-100\/85{color:#dbeafed9}.text-blue-100\/90{color:#dbeafee6}.text-blue-100\/95{color:#dbeafef2}.text-blue-200{--tw-text-opacity: 1;color:rgb(191 219 254 / var(--tw-text-opacity, 1))}.text-blue-200\/0{color:#bfdbfe00}.text-blue-200\/10{color:#bfdbfe1a}.text-blue-200\/100{color:#bfdbfe}.text-blue-200\/15{color:#bfdbfe26}.text-blue-200\/20{color:#bfdbfe33}.text-blue-200\/25{color:#bfdbfe40}.text-blue-200\/30{color:#bfdbfe4d}.text-blue-200\/35{color:#bfdbfe59}.text-blue-200\/40{color:#bfdbfe66}.text-blue-200\/45{color:#bfdbfe73}.text-blue-200\/5{color:#bfdbfe0d}.text-blue-200\/50{color:#bfdbfe80}.text-blue-200\/55{color:#bfdbfe8c}.text-blue-200\/60{color:#bfdbfe99}.text-blue-200\/65{color:#bfdbfea6}.text-blue-200\/70{color:#bfdbfeb3}.text-blue-200\/75{color:#bfdbfebf}.text-blue-200\/80{color:#bfdbfecc}.text-blue-200\/85{color:#bfdbfed9}.text-blue-200\/90{color:#bfdbfee6}.text-blue-200\/95{color:#bfdbfef2}.text-blue-300{--tw-text-opacity: 1;color:rgb(147 197 253 / var(--tw-text-opacity, 1))}.text-blue-300\/0{color:#93c5fd00}.text-blue-300\/10{color:#93c5fd1a}.text-blue-300\/100{color:#93c5fd}.text-blue-300\/15{color:#93c5fd26}.text-blue-300\/20{color:#93c5fd33}.text-blue-300\/25{color:#93c5fd40}.text-blue-300\/30{color:#93c5fd4d}.text-blue-300\/35{color:#93c5fd59}.text-blue-300\/40{color:#93c5fd66}.text-blue-300\/45{color:#93c5fd73}.text-blue-300\/5{color:#93c5fd0d}.text-blue-300\/50{color:#93c5fd80}.text-blue-300\/55{color:#93c5fd8c}.text-blue-300\/60{color:#93c5fd99}.text-blue-300\/65{color:#93c5fda6}.text-blue-300\/70{color:#93c5fdb3}.text-blue-300\/75{color:#93c5fdbf}.text-blue-300\/80{color:#93c5fdcc}.text-blue-300\/85{color:#93c5fdd9}.text-blue-300\/90{color:#93c5fde6}.text-blue-300\/95{color:#93c5fdf2}.text-blue-400{--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity, 1))}.text-blue-400\/0{color:#60a5fa00}.text-blue-400\/10{color:#60a5fa1a}.text-blue-400\/100{color:#60a5fa}.text-blue-400\/15{color:#60a5fa26}.text-blue-400\/20{color:#60a5fa33}.text-blue-400\/25{color:#60a5fa40}.text-blue-400\/30{color:#60a5fa4d}.text-blue-400\/35{color:#60a5fa59}.text-blue-400\/40{color:#60a5fa66}.text-blue-400\/45{color:#60a5fa73}.text-blue-400\/5{color:#60a5fa0d}.text-blue-400\/50{color:#60a5fa80}.text-blue-400\/55{color:#60a5fa8c}.text-blue-400\/60{color:#60a5fa99}.text-blue-400\/65{color:#60a5faa6}.text-blue-400\/70{color:#60a5fab3}.text-blue-400\/75{color:#60a5fabf}.text-blue-400\/80{color:#60a5facc}.text-blue-400\/85{color:#60a5fad9}.text-blue-400\/90{color:#60a5fae6}.text-blue-400\/95{color:#60a5faf2}.text-blue-50{--tw-text-opacity: 1;color:rgb(239 246 255 / var(--tw-text-opacity, 1))}.text-blue-50\/0{color:#eff6ff00}.text-blue-50\/10{color:#eff6ff1a}.text-blue-50\/100{color:#eff6ff}.text-blue-50\/15{color:#eff6ff26}.text-blue-50\/20{color:#eff6ff33}.text-blue-50\/25{color:#eff6ff40}.text-blue-50\/30{color:#eff6ff4d}.text-blue-50\/35{color:#eff6ff59}.text-blue-50\/40{color:#eff6ff66}.text-blue-50\/45{color:#eff6ff73}.text-blue-50\/5{color:#eff6ff0d}.text-blue-50\/50{color:#eff6ff80}.text-blue-50\/55{color:#eff6ff8c}.text-blue-50\/60{color:#eff6ff99}.text-blue-50\/65{color:#eff6ffa6}.text-blue-50\/70{color:#eff6ffb3}.text-blue-50\/75{color:#eff6ffbf}.text-blue-50\/80{color:#eff6ffcc}.text-blue-50\/85{color:#eff6ffd9}.text-blue-50\/90{color:#eff6ffe6}.text-blue-50\/95{color:#eff6fff2}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.text-blue-500\/0{color:#3b82f600}.text-blue-500\/10{color:#3b82f61a}.text-blue-500\/100{color:#3b82f6}.text-blue-500\/15{color:#3b82f626}.text-blue-500\/20{color:#3b82f633}.text-blue-500\/25{color:#3b82f640}.text-blue-500\/30{color:#3b82f64d}.text-blue-500\/35{color:#3b82f659}.text-blue-500\/40{color:#3b82f666}.text-blue-500\/45{color:#3b82f673}.text-blue-500\/5{color:#3b82f60d}.text-blue-500\/50{color:#3b82f680}.text-blue-500\/55{color:#3b82f68c}.text-blue-500\/60{color:#3b82f699}.text-blue-500\/65{color:#3b82f6a6}.text-blue-500\/70{color:#3b82f6b3}.text-blue-500\/75{color:#3b82f6bf}.text-blue-500\/80{color:#3b82f6cc}.text-blue-500\/85{color:#3b82f6d9}.text-blue-500\/90{color:#3b82f6e6}.text-blue-500\/95{color:#3b82f6f2}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-blue-600\/0{color:#2563eb00}.text-blue-600\/10{color:#2563eb1a}.text-blue-600\/100{color:#2563eb}.text-blue-600\/15{color:#2563eb26}.text-blue-600\/20{color:#2563eb33}.text-blue-600\/25{color:#2563eb40}.text-blue-600\/30{color:#2563eb4d}.text-blue-600\/35{color:#2563eb59}.text-blue-600\/40{color:#2563eb66}.text-blue-600\/45{color:#2563eb73}.text-blue-600\/5{color:#2563eb0d}.text-blue-600\/50{color:#2563eb80}.text-blue-600\/55{color:#2563eb8c}.text-blue-600\/60{color:#2563eb99}.text-blue-600\/65{color:#2563eba6}.text-blue-600\/70{color:#2563ebb3}.text-blue-600\/75{color:#2563ebbf}.text-blue-600\/80{color:#2563ebcc}.text-blue-600\/85{color:#2563ebd9}.text-blue-600\/90{color:#2563ebe6}.text-blue-600\/95{color:#2563ebf2}.text-blue-700{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.text-blue-700\/0{color:#1d4ed800}.text-blue-700\/10{color:#1d4ed81a}.text-blue-700\/100{color:#1d4ed8}.text-blue-700\/15{color:#1d4ed826}.text-blue-700\/20{color:#1d4ed833}.text-blue-700\/25{color:#1d4ed840}.text-blue-700\/30{color:#1d4ed84d}.text-blue-700\/35{color:#1d4ed859}.text-blue-700\/40{color:#1d4ed866}.text-blue-700\/45{color:#1d4ed873}.text-blue-700\/5{color:#1d4ed80d}.text-blue-700\/50{color:#1d4ed880}.text-blue-700\/55{color:#1d4ed88c}.text-blue-700\/60{color:#1d4ed899}.text-blue-700\/65{color:#1d4ed8a6}.text-blue-700\/70{color:#1d4ed8b3}.text-blue-700\/75{color:#1d4ed8bf}.text-blue-700\/80{color:#1d4ed8cc}.text-blue-700\/85{color:#1d4ed8d9}.text-blue-700\/90{color:#1d4ed8e6}.text-blue-700\/95{color:#1d4ed8f2}.text-blue-800{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}.text-blue-800\/0{color:#1e40af00}.text-blue-800\/10{color:#1e40af1a}.text-blue-800\/100{color:#1e40af}.text-blue-800\/15{color:#1e40af26}.text-blue-800\/20{color:#1e40af33}.text-blue-800\/25{color:#1e40af40}.text-blue-800\/30{color:#1e40af4d}.text-blue-800\/35{color:#1e40af59}.text-blue-800\/40{color:#1e40af66}.text-blue-800\/45{color:#1e40af73}.text-blue-800\/5{color:#1e40af0d}.text-blue-800\/50{color:#1e40af80}.text-blue-800\/55{color:#1e40af8c}.text-blue-800\/60{color:#1e40af99}.text-blue-800\/65{color:#1e40afa6}.text-blue-800\/70{color:#1e40afb3}.text-blue-800\/75{color:#1e40afbf}.text-blue-800\/80{color:#1e40afcc}.text-blue-800\/85{color:#1e40afd9}.text-blue-800\/90{color:#1e40afe6}.text-blue-800\/95{color:#1e40aff2}.text-blue-900{--tw-text-opacity: 1;color:rgb(30 58 138 / var(--tw-text-opacity, 1))}.text-blue-900\/0{color:#1e3a8a00}.text-blue-900\/10{color:#1e3a8a1a}.text-blue-900\/100{color:#1e3a8a}.text-blue-900\/15{color:#1e3a8a26}.text-blue-900\/20{color:#1e3a8a33}.text-blue-900\/25{color:#1e3a8a40}.text-blue-900\/30{color:#1e3a8a4d}.text-blue-900\/35{color:#1e3a8a59}.text-blue-900\/40{color:#1e3a8a66}.text-blue-900\/45{color:#1e3a8a73}.text-blue-900\/5{color:#1e3a8a0d}.text-blue-900\/50{color:#1e3a8a80}.text-blue-900\/55{color:#1e3a8a8c}.text-blue-900\/60{color:#1e3a8a99}.text-blue-900\/65{color:#1e3a8aa6}.text-blue-900\/70{color:#1e3a8ab3}.text-blue-900\/75{color:#1e3a8abf}.text-blue-900\/80{color:#1e3a8acc}.text-blue-900\/85{color:#1e3a8ad9}.text-blue-900\/90{color:#1e3a8ae6}.text-blue-900\/95{color:#1e3a8af2}.text-current{color:currentColor}.text-cyan-100{--tw-text-opacity: 1;color:rgb(207 250 254 / var(--tw-text-opacity, 1))}.text-cyan-100\/0{color:#cffafe00}.text-cyan-100\/10{color:#cffafe1a}.text-cyan-100\/100{color:#cffafe}.text-cyan-100\/15{color:#cffafe26}.text-cyan-100\/20{color:#cffafe33}.text-cyan-100\/25{color:#cffafe40}.text-cyan-100\/30{color:#cffafe4d}.text-cyan-100\/35{color:#cffafe59}.text-cyan-100\/40{color:#cffafe66}.text-cyan-100\/45{color:#cffafe73}.text-cyan-100\/5{color:#cffafe0d}.text-cyan-100\/50{color:#cffafe80}.text-cyan-100\/55{color:#cffafe8c}.text-cyan-100\/60{color:#cffafe99}.text-cyan-100\/65{color:#cffafea6}.text-cyan-100\/70{color:#cffafeb3}.text-cyan-100\/75{color:#cffafebf}.text-cyan-100\/80{color:#cffafecc}.text-cyan-100\/85{color:#cffafed9}.text-cyan-100\/90{color:#cffafee6}.text-cyan-100\/95{color:#cffafef2}.text-cyan-200{--tw-text-opacity: 1;color:rgb(165 243 252 / var(--tw-text-opacity, 1))}.text-cyan-200\/0{color:#a5f3fc00}.text-cyan-200\/10{color:#a5f3fc1a}.text-cyan-200\/100{color:#a5f3fc}.text-cyan-200\/15{color:#a5f3fc26}.text-cyan-200\/20{color:#a5f3fc33}.text-cyan-200\/25{color:#a5f3fc40}.text-cyan-200\/30{color:#a5f3fc4d}.text-cyan-200\/35{color:#a5f3fc59}.text-cyan-200\/40{color:#a5f3fc66}.text-cyan-200\/45{color:#a5f3fc73}.text-cyan-200\/5{color:#a5f3fc0d}.text-cyan-200\/50{color:#a5f3fc80}.text-cyan-200\/55{color:#a5f3fc8c}.text-cyan-200\/60{color:#a5f3fc99}.text-cyan-200\/65{color:#a5f3fca6}.text-cyan-200\/70{color:#a5f3fcb3}.text-cyan-200\/75{color:#a5f3fcbf}.text-cyan-200\/80{color:#a5f3fccc}.text-cyan-200\/85{color:#a5f3fcd9}.text-cyan-200\/90{color:#a5f3fce6}.text-cyan-200\/95{color:#a5f3fcf2}.text-cyan-300{--tw-text-opacity: 1;color:rgb(103 232 249 / var(--tw-text-opacity, 1))}.text-cyan-300\/0{color:#67e8f900}.text-cyan-300\/10{color:#67e8f91a}.text-cyan-300\/100{color:#67e8f9}.text-cyan-300\/15{color:#67e8f926}.text-cyan-300\/20{color:#67e8f933}.text-cyan-300\/25{color:#67e8f940}.text-cyan-300\/30{color:#67e8f94d}.text-cyan-300\/35{color:#67e8f959}.text-cyan-300\/40{color:#67e8f966}.text-cyan-300\/45{color:#67e8f973}.text-cyan-300\/5{color:#67e8f90d}.text-cyan-300\/50{color:#67e8f980}.text-cyan-300\/55{color:#67e8f98c}.text-cyan-300\/60{color:#67e8f999}.text-cyan-300\/65{color:#67e8f9a6}.text-cyan-300\/70{color:#67e8f9b3}.text-cyan-300\/75{color:#67e8f9bf}.text-cyan-300\/80{color:#67e8f9cc}.text-cyan-300\/85{color:#67e8f9d9}.text-cyan-300\/90{color:#67e8f9e6}.text-cyan-300\/95{color:#67e8f9f2}.text-cyan-400{--tw-text-opacity: 1;color:rgb(34 211 238 / var(--tw-text-opacity, 1))}.text-cyan-400\/0{color:#22d3ee00}.text-cyan-400\/10{color:#22d3ee1a}.text-cyan-400\/100{color:#22d3ee}.text-cyan-400\/15{color:#22d3ee26}.text-cyan-400\/20{color:#22d3ee33}.text-cyan-400\/25{color:#22d3ee40}.text-cyan-400\/30{color:#22d3ee4d}.text-cyan-400\/35{color:#22d3ee59}.text-cyan-400\/40{color:#22d3ee66}.text-cyan-400\/45{color:#22d3ee73}.text-cyan-400\/5{color:#22d3ee0d}.text-cyan-400\/50{color:#22d3ee80}.text-cyan-400\/55{color:#22d3ee8c}.text-cyan-400\/60{color:#22d3ee99}.text-cyan-400\/65{color:#22d3eea6}.text-cyan-400\/70{color:#22d3eeb3}.text-cyan-400\/75{color:#22d3eebf}.text-cyan-400\/80{color:#22d3eecc}.text-cyan-400\/85{color:#22d3eed9}.text-cyan-400\/90{color:#22d3eee6}.text-cyan-400\/95{color:#22d3eef2}.text-cyan-50{--tw-text-opacity: 1;color:rgb(236 254 255 / var(--tw-text-opacity, 1))}.text-cyan-50\/0{color:#ecfeff00}.text-cyan-50\/10{color:#ecfeff1a}.text-cyan-50\/100{color:#ecfeff}.text-cyan-50\/15{color:#ecfeff26}.text-cyan-50\/20{color:#ecfeff33}.text-cyan-50\/25{color:#ecfeff40}.text-cyan-50\/30{color:#ecfeff4d}.text-cyan-50\/35{color:#ecfeff59}.text-cyan-50\/40{color:#ecfeff66}.text-cyan-50\/45{color:#ecfeff73}.text-cyan-50\/5{color:#ecfeff0d}.text-cyan-50\/50{color:#ecfeff80}.text-cyan-50\/55{color:#ecfeff8c}.text-cyan-50\/60{color:#ecfeff99}.text-cyan-50\/65{color:#ecfeffa6}.text-cyan-50\/70{color:#ecfeffb3}.text-cyan-50\/75{color:#ecfeffbf}.text-cyan-50\/80{color:#ecfeffcc}.text-cyan-50\/85{color:#ecfeffd9}.text-cyan-50\/90{color:#ecfeffe6}.text-cyan-50\/95{color:#ecfefff2}.text-cyan-500{--tw-text-opacity: 1;color:rgb(6 182 212 / var(--tw-text-opacity, 1))}.text-cyan-500\/0{color:#06b6d400}.text-cyan-500\/10{color:#06b6d41a}.text-cyan-500\/100{color:#06b6d4}.text-cyan-500\/15{color:#06b6d426}.text-cyan-500\/20{color:#06b6d433}.text-cyan-500\/25{color:#06b6d440}.text-cyan-500\/30{color:#06b6d44d}.text-cyan-500\/35{color:#06b6d459}.text-cyan-500\/40{color:#06b6d466}.text-cyan-500\/45{color:#06b6d473}.text-cyan-500\/5{color:#06b6d40d}.text-cyan-500\/50{color:#06b6d480}.text-cyan-500\/55{color:#06b6d48c}.text-cyan-500\/60{color:#06b6d499}.text-cyan-500\/65{color:#06b6d4a6}.text-cyan-500\/70{color:#06b6d4b3}.text-cyan-500\/75{color:#06b6d4bf}.text-cyan-500\/80{color:#06b6d4cc}.text-cyan-500\/85{color:#06b6d4d9}.text-cyan-500\/90{color:#06b6d4e6}.text-cyan-500\/95{color:#06b6d4f2}.text-cyan-600{--tw-text-opacity: 1;color:rgb(8 145 178 / var(--tw-text-opacity, 1))}.text-cyan-600\/0{color:#0891b200}.text-cyan-600\/10{color:#0891b21a}.text-cyan-600\/100{color:#0891b2}.text-cyan-600\/15{color:#0891b226}.text-cyan-600\/20{color:#0891b233}.text-cyan-600\/25{color:#0891b240}.text-cyan-600\/30{color:#0891b24d}.text-cyan-600\/35{color:#0891b259}.text-cyan-600\/40{color:#0891b266}.text-cyan-600\/45{color:#0891b273}.text-cyan-600\/5{color:#0891b20d}.text-cyan-600\/50{color:#0891b280}.text-cyan-600\/55{color:#0891b28c}.text-cyan-600\/60{color:#0891b299}.text-cyan-600\/65{color:#0891b2a6}.text-cyan-600\/70{color:#0891b2b3}.text-cyan-600\/75{color:#0891b2bf}.text-cyan-600\/80{color:#0891b2cc}.text-cyan-600\/85{color:#0891b2d9}.text-cyan-600\/90{color:#0891b2e6}.text-cyan-600\/95{color:#0891b2f2}.text-cyan-700{--tw-text-opacity: 1;color:rgb(14 116 144 / var(--tw-text-opacity, 1))}.text-cyan-700\/0{color:#0e749000}.text-cyan-700\/10{color:#0e74901a}.text-cyan-700\/100{color:#0e7490}.text-cyan-700\/15{color:#0e749026}.text-cyan-700\/20{color:#0e749033}.text-cyan-700\/25{color:#0e749040}.text-cyan-700\/30{color:#0e74904d}.text-cyan-700\/35{color:#0e749059}.text-cyan-700\/40{color:#0e749066}.text-cyan-700\/45{color:#0e749073}.text-cyan-700\/5{color:#0e74900d}.text-cyan-700\/50{color:#0e749080}.text-cyan-700\/55{color:#0e74908c}.text-cyan-700\/60{color:#0e749099}.text-cyan-700\/65{color:#0e7490a6}.text-cyan-700\/70{color:#0e7490b3}.text-cyan-700\/75{color:#0e7490bf}.text-cyan-700\/80{color:#0e7490cc}.text-cyan-700\/85{color:#0e7490d9}.text-cyan-700\/90{color:#0e7490e6}.text-cyan-700\/95{color:#0e7490f2}.text-cyan-800{--tw-text-opacity: 1;color:rgb(21 94 117 / var(--tw-text-opacity, 1))}.text-cyan-800\/0{color:#155e7500}.text-cyan-800\/10{color:#155e751a}.text-cyan-800\/100{color:#155e75}.text-cyan-800\/15{color:#155e7526}.text-cyan-800\/20{color:#155e7533}.text-cyan-800\/25{color:#155e7540}.text-cyan-800\/30{color:#155e754d}.text-cyan-800\/35{color:#155e7559}.text-cyan-800\/40{color:#155e7566}.text-cyan-800\/45{color:#155e7573}.text-cyan-800\/5{color:#155e750d}.text-cyan-800\/50{color:#155e7580}.text-cyan-800\/55{color:#155e758c}.text-cyan-800\/60{color:#155e7599}.text-cyan-800\/65{color:#155e75a6}.text-cyan-800\/70{color:#155e75b3}.text-cyan-800\/75{color:#155e75bf}.text-cyan-800\/80{color:#155e75cc}.text-cyan-800\/85{color:#155e75d9}.text-cyan-800\/90{color:#155e75e6}.text-cyan-800\/95{color:#155e75f2}.text-cyan-900{--tw-text-opacity: 1;color:rgb(22 78 99 / var(--tw-text-opacity, 1))}.text-cyan-900\/0{color:#164e6300}.text-cyan-900\/10{color:#164e631a}.text-cyan-900\/100{color:#164e63}.text-cyan-900\/15{color:#164e6326}.text-cyan-900\/20{color:#164e6333}.text-cyan-900\/25{color:#164e6340}.text-cyan-900\/30{color:#164e634d}.text-cyan-900\/35{color:#164e6359}.text-cyan-900\/40{color:#164e6366}.text-cyan-900\/45{color:#164e6373}.text-cyan-900\/5{color:#164e630d}.text-cyan-900\/50{color:#164e6380}.text-cyan-900\/55{color:#164e638c}.text-cyan-900\/60{color:#164e6399}.text-cyan-900\/65{color:#164e63a6}.text-cyan-900\/70{color:#164e63b3}.text-cyan-900\/75{color:#164e63bf}.text-cyan-900\/80{color:#164e63cc}.text-cyan-900\/85{color:#164e63d9}.text-cyan-900\/90{color:#164e63e6}.text-cyan-900\/95{color:#164e63f2}.text-danger-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-danger-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-danger-700{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.text-danger-800{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity, 1))}.text-danger-900{--tw-text-opacity: 1;color:rgb(127 29 29 / var(--tw-text-opacity, 1))}.text-emerald-400{--tw-text-opacity: 1;color:rgb(52 211 153 / var(--tw-text-opacity, 1))}.text-emerald-600{--tw-text-opacity: 1;color:rgb(5 150 105 / var(--tw-text-opacity, 1))}.text-emerald-700{--tw-text-opacity: 1;color:rgb(4 120 87 / var(--tw-text-opacity, 1))}.text-gray-100{--tw-text-opacity: 1;color:rgb(243 244 246 / var(--tw-text-opacity, 1))}.text-gray-100\/0{color:#f3f4f600}.text-gray-100\/10{color:#f3f4f61a}.text-gray-100\/100{color:#f3f4f6}.text-gray-100\/15{color:#f3f4f626}.text-gray-100\/20{color:#f3f4f633}.text-gray-100\/25{color:#f3f4f640}.text-gray-100\/30{color:#f3f4f64d}.text-gray-100\/35{color:#f3f4f659}.text-gray-100\/40{color:#f3f4f666}.text-gray-100\/45{color:#f3f4f673}.text-gray-100\/5{color:#f3f4f60d}.text-gray-100\/50{color:#f3f4f680}.text-gray-100\/55{color:#f3f4f68c}.text-gray-100\/60{color:#f3f4f699}.text-gray-100\/65{color:#f3f4f6a6}.text-gray-100\/70{color:#f3f4f6b3}.text-gray-100\/75{color:#f3f4f6bf}.text-gray-100\/80{color:#f3f4f6cc}.text-gray-100\/85{color:#f3f4f6d9}.text-gray-100\/90{color:#f3f4f6e6}.text-gray-100\/95{color:#f3f4f6f2}.text-gray-200{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.text-gray-200\/0{color:#e5e7eb00}.text-gray-200\/10{color:#e5e7eb1a}.text-gray-200\/100{color:#e5e7eb}.text-gray-200\/15{color:#e5e7eb26}.text-gray-200\/20{color:#e5e7eb33}.text-gray-200\/25{color:#e5e7eb40}.text-gray-200\/30{color:#e5e7eb4d}.text-gray-200\/35{color:#e5e7eb59}.text-gray-200\/40{color:#e5e7eb66}.text-gray-200\/45{color:#e5e7eb73}.text-gray-200\/5{color:#e5e7eb0d}.text-gray-200\/50{color:#e5e7eb80}.text-gray-200\/55{color:#e5e7eb8c}.text-gray-200\/60{color:#e5e7eb99}.text-gray-200\/65{color:#e5e7eba6}.text-gray-200\/70{color:#e5e7ebb3}.text-gray-200\/75{color:#e5e7ebbf}.text-gray-200\/80{color:#e5e7ebcc}.text-gray-200\/85{color:#e5e7ebd9}.text-gray-200\/90{color:#e5e7ebe6}.text-gray-200\/95{color:#e5e7ebf2}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.text-gray-300\/0{color:#d1d5db00}.text-gray-300\/10{color:#d1d5db1a}.text-gray-300\/100{color:#d1d5db}.text-gray-300\/15{color:#d1d5db26}.text-gray-300\/20{color:#d1d5db33}.text-gray-300\/25{color:#d1d5db40}.text-gray-300\/30{color:#d1d5db4d}.text-gray-300\/35{color:#d1d5db59}.text-gray-300\/40{color:#d1d5db66}.text-gray-300\/45{color:#d1d5db73}.text-gray-300\/5{color:#d1d5db0d}.text-gray-300\/50{color:#d1d5db80}.text-gray-300\/55{color:#d1d5db8c}.text-gray-300\/60{color:#d1d5db99}.text-gray-300\/65{color:#d1d5dba6}.text-gray-300\/70{color:#d1d5dbb3}.text-gray-300\/75{color:#d1d5dbbf}.text-gray-300\/80{color:#d1d5dbcc}.text-gray-300\/85{color:#d1d5dbd9}.text-gray-300\/90{color:#d1d5dbe6}.text-gray-300\/95{color:#d1d5dbf2}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-400\/0{color:#9ca3af00}.text-gray-400\/10{color:#9ca3af1a}.text-gray-400\/100{color:#9ca3af}.text-gray-400\/15{color:#9ca3af26}.text-gray-400\/20{color:#9ca3af33}.text-gray-400\/25{color:#9ca3af40}.text-gray-400\/30{color:#9ca3af4d}.text-gray-400\/35{color:#9ca3af59}.text-gray-400\/40{color:#9ca3af66}.text-gray-400\/45{color:#9ca3af73}.text-gray-400\/5{color:#9ca3af0d}.text-gray-400\/50{color:#9ca3af80}.text-gray-400\/55{color:#9ca3af8c}.text-gray-400\/60{color:#9ca3af99}.text-gray-400\/65{color:#9ca3afa6}.text-gray-400\/70{color:#9ca3afb3}.text-gray-400\/75{color:#9ca3afbf}.text-gray-400\/80{color:#9ca3afcc}.text-gray-400\/85{color:#9ca3afd9}.text-gray-400\/90{color:#9ca3afe6}.text-gray-400\/95{color:#9ca3aff2}.text-gray-50{--tw-text-opacity: 1;color:rgb(249 250 251 / var(--tw-text-opacity, 1))}.text-gray-50\/0{color:#f9fafb00}.text-gray-50\/10{color:#f9fafb1a}.text-gray-50\/100{color:#f9fafb}.text-gray-50\/15{color:#f9fafb26}.text-gray-50\/20{color:#f9fafb33}.text-gray-50\/25{color:#f9fafb40}.text-gray-50\/30{color:#f9fafb4d}.text-gray-50\/35{color:#f9fafb59}.text-gray-50\/40{color:#f9fafb66}.text-gray-50\/45{color:#f9fafb73}.text-gray-50\/5{color:#f9fafb0d}.text-gray-50\/50{color:#f9fafb80}.text-gray-50\/55{color:#f9fafb8c}.text-gray-50\/60{color:#f9fafb99}.text-gray-50\/65{color:#f9fafba6}.text-gray-50\/70{color:#f9fafbb3}.text-gray-50\/75{color:#f9fafbbf}.text-gray-50\/80{color:#f9fafbcc}.text-gray-50\/85{color:#f9fafbd9}.text-gray-50\/90{color:#f9fafbe6}.text-gray-50\/95{color:#f9fafbf2}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-500\/0{color:#6b728000}.text-gray-500\/10{color:#6b72801a}.text-gray-500\/100{color:#6b7280}.text-gray-500\/15{color:#6b728026}.text-gray-500\/20{color:#6b728033}.text-gray-500\/25{color:#6b728040}.text-gray-500\/30{color:#6b72804d}.text-gray-500\/35{color:#6b728059}.text-gray-500\/40{color:#6b728066}.text-gray-500\/45{color:#6b728073}.text-gray-500\/5{color:#6b72800d}.text-gray-500\/50{color:#6b728080}.text-gray-500\/55{color:#6b72808c}.text-gray-500\/60{color:#6b728099}.text-gray-500\/65{color:#6b7280a6}.text-gray-500\/70{color:#6b7280b3}.text-gray-500\/75{color:#6b7280bf}.text-gray-500\/80{color:#6b7280cc}.text-gray-500\/85{color:#6b7280d9}.text-gray-500\/90{color:#6b7280e6}.text-gray-500\/95{color:#6b7280f2}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-600\/0{color:#4b556300}.text-gray-600\/10{color:#4b55631a}.text-gray-600\/100{color:#4b5563}.text-gray-600\/15{color:#4b556326}.text-gray-600\/20{color:#4b556333}.text-gray-600\/25{color:#4b556340}.text-gray-600\/30{color:#4b55634d}.text-gray-600\/35{color:#4b556359}.text-gray-600\/40{color:#4b556366}.text-gray-600\/45{color:#4b556373}.text-gray-600\/5{color:#4b55630d}.text-gray-600\/50{color:#4b556380}.text-gray-600\/55{color:#4b55638c}.text-gray-600\/60{color:#4b556399}.text-gray-600\/65{color:#4b5563a6}.text-gray-600\/70{color:#4b5563b3}.text-gray-600\/75{color:#4b5563bf}.text-gray-600\/80{color:#4b5563cc}.text-gray-600\/85{color:#4b5563d9}.text-gray-600\/90{color:#4b5563e6}.text-gray-600\/95{color:#4b5563f2}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-gray-700\/0{color:#37415100}.text-gray-700\/10{color:#3741511a}.text-gray-700\/100{color:#374151}.text-gray-700\/15{color:#37415126}.text-gray-700\/20{color:#37415133}.text-gray-700\/25{color:#37415140}.text-gray-700\/30{color:#3741514d}.text-gray-700\/35{color:#37415159}.text-gray-700\/40{color:#37415166}.text-gray-700\/45{color:#37415173}.text-gray-700\/5{color:#3741510d}.text-gray-700\/50{color:#37415180}.text-gray-700\/55{color:#3741518c}.text-gray-700\/60{color:#37415199}.text-gray-700\/65{color:#374151a6}.text-gray-700\/70{color:#374151b3}.text-gray-700\/75{color:#374151bf}.text-gray-700\/80{color:#374151cc}.text-gray-700\/85{color:#374151d9}.text-gray-700\/90{color:#374151e6}.text-gray-700\/95{color:#374151f2}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.text-gray-800\/0{color:#1f293700}.text-gray-800\/10{color:#1f29371a}.text-gray-800\/100{color:#1f2937}.text-gray-800\/15{color:#1f293726}.text-gray-800\/20{color:#1f293733}.text-gray-800\/25{color:#1f293740}.text-gray-800\/30{color:#1f29374d}.text-gray-800\/35{color:#1f293759}.text-gray-800\/40{color:#1f293766}.text-gray-800\/45{color:#1f293773}.text-gray-800\/5{color:#1f29370d}.text-gray-800\/50{color:#1f293780}.text-gray-800\/55{color:#1f29378c}.text-gray-800\/60{color:#1f293799}.text-gray-800\/65{color:#1f2937a6}.text-gray-800\/70{color:#1f2937b3}.text-gray-800\/75{color:#1f2937bf}.text-gray-800\/80{color:#1f2937cc}.text-gray-800\/85{color:#1f2937d9}.text-gray-800\/90{color:#1f2937e6}.text-gray-800\/95{color:#1f2937f2}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-gray-900\/0{color:#11182700}.text-gray-900\/10{color:#1118271a}.text-gray-900\/100{color:#111827}.text-gray-900\/15{color:#11182726}.text-gray-900\/20{color:#11182733}.text-gray-900\/25{color:#11182740}.text-gray-900\/30{color:#1118274d}.text-gray-900\/35{color:#11182759}.text-gray-900\/40{color:#11182766}.text-gray-900\/45{color:#11182773}.text-gray-900\/5{color:#1118270d}.text-gray-900\/50{color:#11182780}.text-gray-900\/55{color:#1118278c}.text-gray-900\/60{color:#11182799}.text-gray-900\/65{color:#111827a6}.text-gray-900\/70{color:#111827b3}.text-gray-900\/75{color:#111827bf}.text-gray-900\/80{color:#111827cc}.text-gray-900\/85{color:#111827d9}.text-gray-900\/90{color:#111827e6}.text-gray-900\/95{color:#111827f2}.text-green-100{--tw-text-opacity: 1;color:rgb(220 252 231 / var(--tw-text-opacity, 1))}.text-green-100\/0{color:#dcfce700}.text-green-100\/10{color:#dcfce71a}.text-green-100\/100{color:#dcfce7}.text-green-100\/15{color:#dcfce726}.text-green-100\/20{color:#dcfce733}.text-green-100\/25{color:#dcfce740}.text-green-100\/30{color:#dcfce74d}.text-green-100\/35{color:#dcfce759}.text-green-100\/40{color:#dcfce766}.text-green-100\/45{color:#dcfce773}.text-green-100\/5{color:#dcfce70d}.text-green-100\/50{color:#dcfce780}.text-green-100\/55{color:#dcfce78c}.text-green-100\/60{color:#dcfce799}.text-green-100\/65{color:#dcfce7a6}.text-green-100\/70{color:#dcfce7b3}.text-green-100\/75{color:#dcfce7bf}.text-green-100\/80{color:#dcfce7cc}.text-green-100\/85{color:#dcfce7d9}.text-green-100\/90{color:#dcfce7e6}.text-green-100\/95{color:#dcfce7f2}.text-green-200{--tw-text-opacity: 1;color:rgb(187 247 208 / var(--tw-text-opacity, 1))}.text-green-200\/0{color:#bbf7d000}.text-green-200\/10{color:#bbf7d01a}.text-green-200\/100{color:#bbf7d0}.text-green-200\/15{color:#bbf7d026}.text-green-200\/20{color:#bbf7d033}.text-green-200\/25{color:#bbf7d040}.text-green-200\/30{color:#bbf7d04d}.text-green-200\/35{color:#bbf7d059}.text-green-200\/40{color:#bbf7d066}.text-green-200\/45{color:#bbf7d073}.text-green-200\/5{color:#bbf7d00d}.text-green-200\/50{color:#bbf7d080}.text-green-200\/55{color:#bbf7d08c}.text-green-200\/60{color:#bbf7d099}.text-green-200\/65{color:#bbf7d0a6}.text-green-200\/70{color:#bbf7d0b3}.text-green-200\/75{color:#bbf7d0bf}.text-green-200\/80{color:#bbf7d0cc}.text-green-200\/85{color:#bbf7d0d9}.text-green-200\/90{color:#bbf7d0e6}.text-green-200\/95{color:#bbf7d0f2}.text-green-300{--tw-text-opacity: 1;color:rgb(134 239 172 / var(--tw-text-opacity, 1))}.text-green-300\/0{color:#86efac00}.text-green-300\/10{color:#86efac1a}.text-green-300\/100{color:#86efac}.text-green-300\/15{color:#86efac26}.text-green-300\/20{color:#86efac33}.text-green-300\/25{color:#86efac40}.text-green-300\/30{color:#86efac4d}.text-green-300\/35{color:#86efac59}.text-green-300\/40{color:#86efac66}.text-green-300\/45{color:#86efac73}.text-green-300\/5{color:#86efac0d}.text-green-300\/50{color:#86efac80}.text-green-300\/55{color:#86efac8c}.text-green-300\/60{color:#86efac99}.text-green-300\/65{color:#86efaca6}.text-green-300\/70{color:#86efacb3}.text-green-300\/75{color:#86efacbf}.text-green-300\/80{color:#86efaccc}.text-green-300\/85{color:#86efacd9}.text-green-300\/90{color:#86eface6}.text-green-300\/95{color:#86efacf2}.text-green-400{--tw-text-opacity: 1;color:rgb(74 222 128 / var(--tw-text-opacity, 1))}.text-green-400\/0{color:#4ade8000}.text-green-400\/10{color:#4ade801a}.text-green-400\/100{color:#4ade80}.text-green-400\/15{color:#4ade8026}.text-green-400\/20{color:#4ade8033}.text-green-400\/25{color:#4ade8040}.text-green-400\/30{color:#4ade804d}.text-green-400\/35{color:#4ade8059}.text-green-400\/40{color:#4ade8066}.text-green-400\/45{color:#4ade8073}.text-green-400\/5{color:#4ade800d}.text-green-400\/50{color:#4ade8080}.text-green-400\/55{color:#4ade808c}.text-green-400\/60{color:#4ade8099}.text-green-400\/65{color:#4ade80a6}.text-green-400\/70{color:#4ade80b3}.text-green-400\/75{color:#4ade80bf}.text-green-400\/80{color:#4ade80cc}.text-green-400\/85{color:#4ade80d9}.text-green-400\/90{color:#4ade80e6}.text-green-400\/95{color:#4ade80f2}.text-green-50{--tw-text-opacity: 1;color:rgb(240 253 244 / var(--tw-text-opacity, 1))}.text-green-50\/0{color:#f0fdf400}.text-green-50\/10{color:#f0fdf41a}.text-green-50\/100{color:#f0fdf4}.text-green-50\/15{color:#f0fdf426}.text-green-50\/20{color:#f0fdf433}.text-green-50\/25{color:#f0fdf440}.text-green-50\/30{color:#f0fdf44d}.text-green-50\/35{color:#f0fdf459}.text-green-50\/40{color:#f0fdf466}.text-green-50\/45{color:#f0fdf473}.text-green-50\/5{color:#f0fdf40d}.text-green-50\/50{color:#f0fdf480}.text-green-50\/55{color:#f0fdf48c}.text-green-50\/60{color:#f0fdf499}.text-green-50\/65{color:#f0fdf4a6}.text-green-50\/70{color:#f0fdf4b3}.text-green-50\/75{color:#f0fdf4bf}.text-green-50\/80{color:#f0fdf4cc}.text-green-50\/85{color:#f0fdf4d9}.text-green-50\/90{color:#f0fdf4e6}.text-green-50\/95{color:#f0fdf4f2}.text-green-500{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.text-green-500\/0{color:#22c55e00}.text-green-500\/10{color:#22c55e1a}.text-green-500\/100{color:#22c55e}.text-green-500\/15{color:#22c55e26}.text-green-500\/20{color:#22c55e33}.text-green-500\/25{color:#22c55e40}.text-green-500\/30{color:#22c55e4d}.text-green-500\/35{color:#22c55e59}.text-green-500\/40{color:#22c55e66}.text-green-500\/45{color:#22c55e73}.text-green-500\/5{color:#22c55e0d}.text-green-500\/50{color:#22c55e80}.text-green-500\/55{color:#22c55e8c}.text-green-500\/60{color:#22c55e99}.text-green-500\/65{color:#22c55ea6}.text-green-500\/70{color:#22c55eb3}.text-green-500\/75{color:#22c55ebf}.text-green-500\/80{color:#22c55ecc}.text-green-500\/85{color:#22c55ed9}.text-green-500\/90{color:#22c55ee6}.text-green-500\/95{color:#22c55ef2}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-green-600\/0{color:#16a34a00}.text-green-600\/10{color:#16a34a1a}.text-green-600\/100{color:#16a34a}.text-green-600\/15{color:#16a34a26}.text-green-600\/20{color:#16a34a33}.text-green-600\/25{color:#16a34a40}.text-green-600\/30{color:#16a34a4d}.text-green-600\/35{color:#16a34a59}.text-green-600\/40{color:#16a34a66}.text-green-600\/45{color:#16a34a73}.text-green-600\/5{color:#16a34a0d}.text-green-600\/50{color:#16a34a80}.text-green-600\/55{color:#16a34a8c}.text-green-600\/60{color:#16a34a99}.text-green-600\/65{color:#16a34aa6}.text-green-600\/70{color:#16a34ab3}.text-green-600\/75{color:#16a34abf}.text-green-600\/80{color:#16a34acc}.text-green-600\/85{color:#16a34ad9}.text-green-600\/90{color:#16a34ae6}.text-green-600\/95{color:#16a34af2}.text-green-700{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}.text-green-700\/0{color:#15803d00}.text-green-700\/10{color:#15803d1a}.text-green-700\/100{color:#15803d}.text-green-700\/15{color:#15803d26}.text-green-700\/20{color:#15803d33}.text-green-700\/25{color:#15803d40}.text-green-700\/30{color:#15803d4d}.text-green-700\/35{color:#15803d59}.text-green-700\/40{color:#15803d66}.text-green-700\/45{color:#15803d73}.text-green-700\/5{color:#15803d0d}.text-green-700\/50{color:#15803d80}.text-green-700\/55{color:#15803d8c}.text-green-700\/60{color:#15803d99}.text-green-700\/65{color:#15803da6}.text-green-700\/70{color:#15803db3}.text-green-700\/75{color:#15803dbf}.text-green-700\/80{color:#15803dcc}.text-green-700\/85{color:#15803dd9}.text-green-700\/90{color:#15803de6}.text-green-700\/95{color:#15803df2}.text-green-800{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity, 1))}.text-green-800\/0{color:#16653400}.text-green-800\/10{color:#1665341a}.text-green-800\/100{color:#166534}.text-green-800\/15{color:#16653426}.text-green-800\/20{color:#16653433}.text-green-800\/25{color:#16653440}.text-green-800\/30{color:#1665344d}.text-green-800\/35{color:#16653459}.text-green-800\/40{color:#16653466}.text-green-800\/45{color:#16653473}.text-green-800\/5{color:#1665340d}.text-green-800\/50{color:#16653480}.text-green-800\/55{color:#1665348c}.text-green-800\/60{color:#16653499}.text-green-800\/65{color:#166534a6}.text-green-800\/70{color:#166534b3}.text-green-800\/75{color:#166534bf}.text-green-800\/80{color:#166534cc}.text-green-800\/85{color:#166534d9}.text-green-800\/90{color:#166534e6}.text-green-800\/95{color:#166534f2}.text-green-900{--tw-text-opacity: 1;color:rgb(20 83 45 / var(--tw-text-opacity, 1))}.text-green-900\/0{color:#14532d00}.text-green-900\/10{color:#14532d1a}.text-green-900\/100{color:#14532d}.text-green-900\/15{color:#14532d26}.text-green-900\/20{color:#14532d33}.text-green-900\/25{color:#14532d40}.text-green-900\/30{color:#14532d4d}.text-green-900\/35{color:#14532d59}.text-green-900\/40{color:#14532d66}.text-green-900\/45{color:#14532d73}.text-green-900\/5{color:#14532d0d}.text-green-900\/50{color:#14532d80}.text-green-900\/55{color:#14532d8c}.text-green-900\/60{color:#14532d99}.text-green-900\/65{color:#14532da6}.text-green-900\/70{color:#14532db3}.text-green-900\/75{color:#14532dbf}.text-green-900\/80{color:#14532dcc}.text-green-900\/85{color:#14532dd9}.text-green-900\/90{color:#14532de6}.text-green-900\/95{color:#14532df2}.text-indigo-100{--tw-text-opacity: 1;color:rgb(224 231 255 / var(--tw-text-opacity, 1))}.text-indigo-100\/0{color:#e0e7ff00}.text-indigo-100\/10{color:#e0e7ff1a}.text-indigo-100\/100{color:#e0e7ff}.text-indigo-100\/15{color:#e0e7ff26}.text-indigo-100\/20{color:#e0e7ff33}.text-indigo-100\/25{color:#e0e7ff40}.text-indigo-100\/30{color:#e0e7ff4d}.text-indigo-100\/35{color:#e0e7ff59}.text-indigo-100\/40{color:#e0e7ff66}.text-indigo-100\/45{color:#e0e7ff73}.text-indigo-100\/5{color:#e0e7ff0d}.text-indigo-100\/50{color:#e0e7ff80}.text-indigo-100\/55{color:#e0e7ff8c}.text-indigo-100\/60{color:#e0e7ff99}.text-indigo-100\/65{color:#e0e7ffa6}.text-indigo-100\/70{color:#e0e7ffb3}.text-indigo-100\/75{color:#e0e7ffbf}.text-indigo-100\/80{color:#e0e7ffcc}.text-indigo-100\/85{color:#e0e7ffd9}.text-indigo-100\/90{color:#e0e7ffe6}.text-indigo-100\/95{color:#e0e7fff2}.text-indigo-200{--tw-text-opacity: 1;color:rgb(199 210 254 / var(--tw-text-opacity, 1))}.text-indigo-200\/0{color:#c7d2fe00}.text-indigo-200\/10{color:#c7d2fe1a}.text-indigo-200\/100{color:#c7d2fe}.text-indigo-200\/15{color:#c7d2fe26}.text-indigo-200\/20{color:#c7d2fe33}.text-indigo-200\/25{color:#c7d2fe40}.text-indigo-200\/30{color:#c7d2fe4d}.text-indigo-200\/35{color:#c7d2fe59}.text-indigo-200\/40{color:#c7d2fe66}.text-indigo-200\/45{color:#c7d2fe73}.text-indigo-200\/5{color:#c7d2fe0d}.text-indigo-200\/50{color:#c7d2fe80}.text-indigo-200\/55{color:#c7d2fe8c}.text-indigo-200\/60{color:#c7d2fe99}.text-indigo-200\/65{color:#c7d2fea6}.text-indigo-200\/70{color:#c7d2feb3}.text-indigo-200\/75{color:#c7d2febf}.text-indigo-200\/80{color:#c7d2fecc}.text-indigo-200\/85{color:#c7d2fed9}.text-indigo-200\/90{color:#c7d2fee6}.text-indigo-200\/95{color:#c7d2fef2}.text-indigo-300{--tw-text-opacity: 1;color:rgb(165 180 252 / var(--tw-text-opacity, 1))}.text-indigo-300\/0{color:#a5b4fc00}.text-indigo-300\/10{color:#a5b4fc1a}.text-indigo-300\/100{color:#a5b4fc}.text-indigo-300\/15{color:#a5b4fc26}.text-indigo-300\/20{color:#a5b4fc33}.text-indigo-300\/25{color:#a5b4fc40}.text-indigo-300\/30{color:#a5b4fc4d}.text-indigo-300\/35{color:#a5b4fc59}.text-indigo-300\/40{color:#a5b4fc66}.text-indigo-300\/45{color:#a5b4fc73}.text-indigo-300\/5{color:#a5b4fc0d}.text-indigo-300\/50{color:#a5b4fc80}.text-indigo-300\/55{color:#a5b4fc8c}.text-indigo-300\/60{color:#a5b4fc99}.text-indigo-300\/65{color:#a5b4fca6}.text-indigo-300\/70{color:#a5b4fcb3}.text-indigo-300\/75{color:#a5b4fcbf}.text-indigo-300\/80{color:#a5b4fccc}.text-indigo-300\/85{color:#a5b4fcd9}.text-indigo-300\/90{color:#a5b4fce6}.text-indigo-300\/95{color:#a5b4fcf2}.text-indigo-400{--tw-text-opacity: 1;color:rgb(129 140 248 / var(--tw-text-opacity, 1))}.text-indigo-400\/0{color:#818cf800}.text-indigo-400\/10{color:#818cf81a}.text-indigo-400\/100{color:#818cf8}.text-indigo-400\/15{color:#818cf826}.text-indigo-400\/20{color:#818cf833}.text-indigo-400\/25{color:#818cf840}.text-indigo-400\/30{color:#818cf84d}.text-indigo-400\/35{color:#818cf859}.text-indigo-400\/40{color:#818cf866}.text-indigo-400\/45{color:#818cf873}.text-indigo-400\/5{color:#818cf80d}.text-indigo-400\/50{color:#818cf880}.text-indigo-400\/55{color:#818cf88c}.text-indigo-400\/60{color:#818cf899}.text-indigo-400\/65{color:#818cf8a6}.text-indigo-400\/70{color:#818cf8b3}.text-indigo-400\/75{color:#818cf8bf}.text-indigo-400\/80{color:#818cf8cc}.text-indigo-400\/85{color:#818cf8d9}.text-indigo-400\/90{color:#818cf8e6}.text-indigo-400\/95{color:#818cf8f2}.text-indigo-50{--tw-text-opacity: 1;color:rgb(238 242 255 / var(--tw-text-opacity, 1))}.text-indigo-50\/0{color:#eef2ff00}.text-indigo-50\/10{color:#eef2ff1a}.text-indigo-50\/100{color:#eef2ff}.text-indigo-50\/15{color:#eef2ff26}.text-indigo-50\/20{color:#eef2ff33}.text-indigo-50\/25{color:#eef2ff40}.text-indigo-50\/30{color:#eef2ff4d}.text-indigo-50\/35{color:#eef2ff59}.text-indigo-50\/40{color:#eef2ff66}.text-indigo-50\/45{color:#eef2ff73}.text-indigo-50\/5{color:#eef2ff0d}.text-indigo-50\/50{color:#eef2ff80}.text-indigo-50\/55{color:#eef2ff8c}.text-indigo-50\/60{color:#eef2ff99}.text-indigo-50\/65{color:#eef2ffa6}.text-indigo-50\/70{color:#eef2ffb3}.text-indigo-50\/75{color:#eef2ffbf}.text-indigo-50\/80{color:#eef2ffcc}.text-indigo-50\/85{color:#eef2ffd9}.text-indigo-50\/90{color:#eef2ffe6}.text-indigo-50\/95{color:#eef2fff2}.text-indigo-500{--tw-text-opacity: 1;color:rgb(99 102 241 / var(--tw-text-opacity, 1))}.text-indigo-500\/0{color:#6366f100}.text-indigo-500\/10{color:#6366f11a}.text-indigo-500\/100{color:#6366f1}.text-indigo-500\/15{color:#6366f126}.text-indigo-500\/20{color:#6366f133}.text-indigo-500\/25{color:#6366f140}.text-indigo-500\/30{color:#6366f14d}.text-indigo-500\/35{color:#6366f159}.text-indigo-500\/40{color:#6366f166}.text-indigo-500\/45{color:#6366f173}.text-indigo-500\/5{color:#6366f10d}.text-indigo-500\/50{color:#6366f180}.text-indigo-500\/55{color:#6366f18c}.text-indigo-500\/60{color:#6366f199}.text-indigo-500\/65{color:#6366f1a6}.text-indigo-500\/70{color:#6366f1b3}.text-indigo-500\/75{color:#6366f1bf}.text-indigo-500\/80{color:#6366f1cc}.text-indigo-500\/85{color:#6366f1d9}.text-indigo-500\/90{color:#6366f1e6}.text-indigo-500\/95{color:#6366f1f2}.text-indigo-600{--tw-text-opacity: 1;color:rgb(79 70 229 / var(--tw-text-opacity, 1))}.text-indigo-600\/0{color:#4f46e500}.text-indigo-600\/10{color:#4f46e51a}.text-indigo-600\/100{color:#4f46e5}.text-indigo-600\/15{color:#4f46e526}.text-indigo-600\/20{color:#4f46e533}.text-indigo-600\/25{color:#4f46e540}.text-indigo-600\/30{color:#4f46e54d}.text-indigo-600\/35{color:#4f46e559}.text-indigo-600\/40{color:#4f46e566}.text-indigo-600\/45{color:#4f46e573}.text-indigo-600\/5{color:#4f46e50d}.text-indigo-600\/50{color:#4f46e580}.text-indigo-600\/55{color:#4f46e58c}.text-indigo-600\/60{color:#4f46e599}.text-indigo-600\/65{color:#4f46e5a6}.text-indigo-600\/70{color:#4f46e5b3}.text-indigo-600\/75{color:#4f46e5bf}.text-indigo-600\/80{color:#4f46e5cc}.text-indigo-600\/85{color:#4f46e5d9}.text-indigo-600\/90{color:#4f46e5e6}.text-indigo-600\/95{color:#4f46e5f2}.text-indigo-700{--tw-text-opacity: 1;color:rgb(67 56 202 / var(--tw-text-opacity, 1))}.text-indigo-700\/0{color:#4338ca00}.text-indigo-700\/10{color:#4338ca1a}.text-indigo-700\/100{color:#4338ca}.text-indigo-700\/15{color:#4338ca26}.text-indigo-700\/20{color:#4338ca33}.text-indigo-700\/25{color:#4338ca40}.text-indigo-700\/30{color:#4338ca4d}.text-indigo-700\/35{color:#4338ca59}.text-indigo-700\/40{color:#4338ca66}.text-indigo-700\/45{color:#4338ca73}.text-indigo-700\/5{color:#4338ca0d}.text-indigo-700\/50{color:#4338ca80}.text-indigo-700\/55{color:#4338ca8c}.text-indigo-700\/60{color:#4338ca99}.text-indigo-700\/65{color:#4338caa6}.text-indigo-700\/70{color:#4338cab3}.text-indigo-700\/75{color:#4338cabf}.text-indigo-700\/80{color:#4338cacc}.text-indigo-700\/85{color:#4338cad9}.text-indigo-700\/90{color:#4338cae6}.text-indigo-700\/95{color:#4338caf2}.text-indigo-800{--tw-text-opacity: 1;color:rgb(55 48 163 / var(--tw-text-opacity, 1))}.text-indigo-800\/0{color:#3730a300}.text-indigo-800\/10{color:#3730a31a}.text-indigo-800\/100{color:#3730a3}.text-indigo-800\/15{color:#3730a326}.text-indigo-800\/20{color:#3730a333}.text-indigo-800\/25{color:#3730a340}.text-indigo-800\/30{color:#3730a34d}.text-indigo-800\/35{color:#3730a359}.text-indigo-800\/40{color:#3730a366}.text-indigo-800\/45{color:#3730a373}.text-indigo-800\/5{color:#3730a30d}.text-indigo-800\/50{color:#3730a380}.text-indigo-800\/55{color:#3730a38c}.text-indigo-800\/60{color:#3730a399}.text-indigo-800\/65{color:#3730a3a6}.text-indigo-800\/70{color:#3730a3b3}.text-indigo-800\/75{color:#3730a3bf}.text-indigo-800\/80{color:#3730a3cc}.text-indigo-800\/85{color:#3730a3d9}.text-indigo-800\/90{color:#3730a3e6}.text-indigo-800\/95{color:#3730a3f2}.text-indigo-900{--tw-text-opacity: 1;color:rgb(49 46 129 / var(--tw-text-opacity, 1))}.text-indigo-900\/0{color:#312e8100}.text-indigo-900\/10{color:#312e811a}.text-indigo-900\/100{color:#312e81}.text-indigo-900\/15{color:#312e8126}.text-indigo-900\/20{color:#312e8133}.text-indigo-900\/25{color:#312e8140}.text-indigo-900\/30{color:#312e814d}.text-indigo-900\/35{color:#312e8159}.text-indigo-900\/40{color:#312e8166}.text-indigo-900\/45{color:#312e8173}.text-indigo-900\/5{color:#312e810d}.text-indigo-900\/50{color:#312e8180}.text-indigo-900\/55{color:#312e818c}.text-indigo-900\/60{color:#312e8199}.text-indigo-900\/65{color:#312e81a6}.text-indigo-900\/70{color:#312e81b3}.text-indigo-900\/75{color:#312e81bf}.text-indigo-900\/80{color:#312e81cc}.text-indigo-900\/85{color:#312e81d9}.text-indigo-900\/90{color:#312e81e6}.text-indigo-900\/95{color:#312e81f2}.text-info-400{--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity, 1))}.text-info-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.text-info-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-info-700{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.text-info-800{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}.text-info-900{--tw-text-opacity: 1;color:rgb(30 58 138 / var(--tw-text-opacity, 1))}.text-neutral-200{--tw-text-opacity: 1;color:rgb(228 228 231 / var(--tw-text-opacity, 1))}.text-neutral-300{--tw-text-opacity: 1;color:rgb(212 212 216 / var(--tw-text-opacity, 1))}.text-neutral-400{--tw-text-opacity: 1;color:rgb(161 161 170 / var(--tw-text-opacity, 1))}.text-neutral-500{--tw-text-opacity: 1;color:rgb(113 113 122 / var(--tw-text-opacity, 1))}.text-neutral-600{--tw-text-opacity: 1;color:rgb(82 82 91 / var(--tw-text-opacity, 1))}.text-neutral-700{--tw-text-opacity: 1;color:rgb(63 63 70 / var(--tw-text-opacity, 1))}.text-neutral-800{--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity, 1))}.text-neutral-900{--tw-text-opacity: 1;color:rgb(24 24 27 / var(--tw-text-opacity, 1))}.text-orange-100{--tw-text-opacity: 1;color:rgb(255 237 213 / var(--tw-text-opacity, 1))}.text-orange-100\/0{color:#ffedd500}.text-orange-100\/10{color:#ffedd51a}.text-orange-100\/100{color:#ffedd5}.text-orange-100\/15{color:#ffedd526}.text-orange-100\/20{color:#ffedd533}.text-orange-100\/25{color:#ffedd540}.text-orange-100\/30{color:#ffedd54d}.text-orange-100\/35{color:#ffedd559}.text-orange-100\/40{color:#ffedd566}.text-orange-100\/45{color:#ffedd573}.text-orange-100\/5{color:#ffedd50d}.text-orange-100\/50{color:#ffedd580}.text-orange-100\/55{color:#ffedd58c}.text-orange-100\/60{color:#ffedd599}.text-orange-100\/65{color:#ffedd5a6}.text-orange-100\/70{color:#ffedd5b3}.text-orange-100\/75{color:#ffedd5bf}.text-orange-100\/80{color:#ffedd5cc}.text-orange-100\/85{color:#ffedd5d9}.text-orange-100\/90{color:#ffedd5e6}.text-orange-100\/95{color:#ffedd5f2}.text-orange-200{--tw-text-opacity: 1;color:rgb(254 215 170 / var(--tw-text-opacity, 1))}.text-orange-200\/0{color:#fed7aa00}.text-orange-200\/10{color:#fed7aa1a}.text-orange-200\/100{color:#fed7aa}.text-orange-200\/15{color:#fed7aa26}.text-orange-200\/20{color:#fed7aa33}.text-orange-200\/25{color:#fed7aa40}.text-orange-200\/30{color:#fed7aa4d}.text-orange-200\/35{color:#fed7aa59}.text-orange-200\/40{color:#fed7aa66}.text-orange-200\/45{color:#fed7aa73}.text-orange-200\/5{color:#fed7aa0d}.text-orange-200\/50{color:#fed7aa80}.text-orange-200\/55{color:#fed7aa8c}.text-orange-200\/60{color:#fed7aa99}.text-orange-200\/65{color:#fed7aaa6}.text-orange-200\/70{color:#fed7aab3}.text-orange-200\/75{color:#fed7aabf}.text-orange-200\/80{color:#fed7aacc}.text-orange-200\/85{color:#fed7aad9}.text-orange-200\/90{color:#fed7aae6}.text-orange-200\/95{color:#fed7aaf2}.text-orange-300{--tw-text-opacity: 1;color:rgb(253 186 116 / var(--tw-text-opacity, 1))}.text-orange-300\/0{color:#fdba7400}.text-orange-300\/10{color:#fdba741a}.text-orange-300\/100{color:#fdba74}.text-orange-300\/15{color:#fdba7426}.text-orange-300\/20{color:#fdba7433}.text-orange-300\/25{color:#fdba7440}.text-orange-300\/30{color:#fdba744d}.text-orange-300\/35{color:#fdba7459}.text-orange-300\/40{color:#fdba7466}.text-orange-300\/45{color:#fdba7473}.text-orange-300\/5{color:#fdba740d}.text-orange-300\/50{color:#fdba7480}.text-orange-300\/55{color:#fdba748c}.text-orange-300\/60{color:#fdba7499}.text-orange-300\/65{color:#fdba74a6}.text-orange-300\/70{color:#fdba74b3}.text-orange-300\/75{color:#fdba74bf}.text-orange-300\/80{color:#fdba74cc}.text-orange-300\/85{color:#fdba74d9}.text-orange-300\/90{color:#fdba74e6}.text-orange-300\/95{color:#fdba74f2}.text-orange-400{--tw-text-opacity: 1;color:rgb(251 146 60 / var(--tw-text-opacity, 1))}.text-orange-400\/0{color:#fb923c00}.text-orange-400\/10{color:#fb923c1a}.text-orange-400\/100{color:#fb923c}.text-orange-400\/15{color:#fb923c26}.text-orange-400\/20{color:#fb923c33}.text-orange-400\/25{color:#fb923c40}.text-orange-400\/30{color:#fb923c4d}.text-orange-400\/35{color:#fb923c59}.text-orange-400\/40{color:#fb923c66}.text-orange-400\/45{color:#fb923c73}.text-orange-400\/5{color:#fb923c0d}.text-orange-400\/50{color:#fb923c80}.text-orange-400\/55{color:#fb923c8c}.text-orange-400\/60{color:#fb923c99}.text-orange-400\/65{color:#fb923ca6}.text-orange-400\/70{color:#fb923cb3}.text-orange-400\/75{color:#fb923cbf}.text-orange-400\/80{color:#fb923ccc}.text-orange-400\/85{color:#fb923cd9}.text-orange-400\/90{color:#fb923ce6}.text-orange-400\/95{color:#fb923cf2}.text-orange-50{--tw-text-opacity: 1;color:rgb(255 247 237 / var(--tw-text-opacity, 1))}.text-orange-50\/0{color:#fff7ed00}.text-orange-50\/10{color:#fff7ed1a}.text-orange-50\/100{color:#fff7ed}.text-orange-50\/15{color:#fff7ed26}.text-orange-50\/20{color:#fff7ed33}.text-orange-50\/25{color:#fff7ed40}.text-orange-50\/30{color:#fff7ed4d}.text-orange-50\/35{color:#fff7ed59}.text-orange-50\/40{color:#fff7ed66}.text-orange-50\/45{color:#fff7ed73}.text-orange-50\/5{color:#fff7ed0d}.text-orange-50\/50{color:#fff7ed80}.text-orange-50\/55{color:#fff7ed8c}.text-orange-50\/60{color:#fff7ed99}.text-orange-50\/65{color:#fff7eda6}.text-orange-50\/70{color:#fff7edb3}.text-orange-50\/75{color:#fff7edbf}.text-orange-50\/80{color:#fff7edcc}.text-orange-50\/85{color:#fff7edd9}.text-orange-50\/90{color:#fff7ede6}.text-orange-50\/95{color:#fff7edf2}.text-orange-500{--tw-text-opacity: 1;color:rgb(249 115 22 / var(--tw-text-opacity, 1))}.text-orange-500\/0{color:#f9731600}.text-orange-500\/10{color:#f973161a}.text-orange-500\/100{color:#f97316}.text-orange-500\/15{color:#f9731626}.text-orange-500\/20{color:#f9731633}.text-orange-500\/25{color:#f9731640}.text-orange-500\/30{color:#f973164d}.text-orange-500\/35{color:#f9731659}.text-orange-500\/40{color:#f9731666}.text-orange-500\/45{color:#f9731673}.text-orange-500\/5{color:#f973160d}.text-orange-500\/50{color:#f9731680}.text-orange-500\/55{color:#f973168c}.text-orange-500\/60{color:#f9731699}.text-orange-500\/65{color:#f97316a6}.text-orange-500\/70{color:#f97316b3}.text-orange-500\/75{color:#f97316bf}.text-orange-500\/80{color:#f97316cc}.text-orange-500\/85{color:#f97316d9}.text-orange-500\/90{color:#f97316e6}.text-orange-500\/95{color:#f97316f2}.text-orange-600{--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity, 1))}.text-orange-600\/0{color:#ea580c00}.text-orange-600\/10{color:#ea580c1a}.text-orange-600\/100{color:#ea580c}.text-orange-600\/15{color:#ea580c26}.text-orange-600\/20{color:#ea580c33}.text-orange-600\/25{color:#ea580c40}.text-orange-600\/30{color:#ea580c4d}.text-orange-600\/35{color:#ea580c59}.text-orange-600\/40{color:#ea580c66}.text-orange-600\/45{color:#ea580c73}.text-orange-600\/5{color:#ea580c0d}.text-orange-600\/50{color:#ea580c80}.text-orange-600\/55{color:#ea580c8c}.text-orange-600\/60{color:#ea580c99}.text-orange-600\/65{color:#ea580ca6}.text-orange-600\/70{color:#ea580cb3}.text-orange-600\/75{color:#ea580cbf}.text-orange-600\/80{color:#ea580ccc}.text-orange-600\/85{color:#ea580cd9}.text-orange-600\/90{color:#ea580ce6}.text-orange-600\/95{color:#ea580cf2}.text-orange-700{--tw-text-opacity: 1;color:rgb(194 65 12 / var(--tw-text-opacity, 1))}.text-orange-700\/0{color:#c2410c00}.text-orange-700\/10{color:#c2410c1a}.text-orange-700\/100{color:#c2410c}.text-orange-700\/15{color:#c2410c26}.text-orange-700\/20{color:#c2410c33}.text-orange-700\/25{color:#c2410c40}.text-orange-700\/30{color:#c2410c4d}.text-orange-700\/35{color:#c2410c59}.text-orange-700\/40{color:#c2410c66}.text-orange-700\/45{color:#c2410c73}.text-orange-700\/5{color:#c2410c0d}.text-orange-700\/50{color:#c2410c80}.text-orange-700\/55{color:#c2410c8c}.text-orange-700\/60{color:#c2410c99}.text-orange-700\/65{color:#c2410ca6}.text-orange-700\/70{color:#c2410cb3}.text-orange-700\/75{color:#c2410cbf}.text-orange-700\/80{color:#c2410ccc}.text-orange-700\/85{color:#c2410cd9}.text-orange-700\/90{color:#c2410ce6}.text-orange-700\/95{color:#c2410cf2}.text-orange-800{--tw-text-opacity: 1;color:rgb(154 52 18 / var(--tw-text-opacity, 1))}.text-orange-800\/0{color:#9a341200}.text-orange-800\/10{color:#9a34121a}.text-orange-800\/100{color:#9a3412}.text-orange-800\/15{color:#9a341226}.text-orange-800\/20{color:#9a341233}.text-orange-800\/25{color:#9a341240}.text-orange-800\/30{color:#9a34124d}.text-orange-800\/35{color:#9a341259}.text-orange-800\/40{color:#9a341266}.text-orange-800\/45{color:#9a341273}.text-orange-800\/5{color:#9a34120d}.text-orange-800\/50{color:#9a341280}.text-orange-800\/55{color:#9a34128c}.text-orange-800\/60{color:#9a341299}.text-orange-800\/65{color:#9a3412a6}.text-orange-800\/70{color:#9a3412b3}.text-orange-800\/75{color:#9a3412bf}.text-orange-800\/80{color:#9a3412cc}.text-orange-800\/85{color:#9a3412d9}.text-orange-800\/90{color:#9a3412e6}.text-orange-800\/95{color:#9a3412f2}.text-orange-900{--tw-text-opacity: 1;color:rgb(124 45 18 / var(--tw-text-opacity, 1))}.text-orange-900\/0{color:#7c2d1200}.text-orange-900\/10{color:#7c2d121a}.text-orange-900\/100{color:#7c2d12}.text-orange-900\/15{color:#7c2d1226}.text-orange-900\/20{color:#7c2d1233}.text-orange-900\/25{color:#7c2d1240}.text-orange-900\/30{color:#7c2d124d}.text-orange-900\/35{color:#7c2d1259}.text-orange-900\/40{color:#7c2d1266}.text-orange-900\/45{color:#7c2d1273}.text-orange-900\/5{color:#7c2d120d}.text-orange-900\/50{color:#7c2d1280}.text-orange-900\/55{color:#7c2d128c}.text-orange-900\/60{color:#7c2d1299}.text-orange-900\/65{color:#7c2d12a6}.text-orange-900\/70{color:#7c2d12b3}.text-orange-900\/75{color:#7c2d12bf}.text-orange-900\/80{color:#7c2d12cc}.text-orange-900\/85{color:#7c2d12d9}.text-orange-900\/90{color:#7c2d12e6}.text-orange-900\/95{color:#7c2d12f2}.text-pink-100{--tw-text-opacity: 1;color:rgb(252 231 243 / var(--tw-text-opacity, 1))}.text-pink-100\/0{color:#fce7f300}.text-pink-100\/10{color:#fce7f31a}.text-pink-100\/100{color:#fce7f3}.text-pink-100\/15{color:#fce7f326}.text-pink-100\/20{color:#fce7f333}.text-pink-100\/25{color:#fce7f340}.text-pink-100\/30{color:#fce7f34d}.text-pink-100\/35{color:#fce7f359}.text-pink-100\/40{color:#fce7f366}.text-pink-100\/45{color:#fce7f373}.text-pink-100\/5{color:#fce7f30d}.text-pink-100\/50{color:#fce7f380}.text-pink-100\/55{color:#fce7f38c}.text-pink-100\/60{color:#fce7f399}.text-pink-100\/65{color:#fce7f3a6}.text-pink-100\/70{color:#fce7f3b3}.text-pink-100\/75{color:#fce7f3bf}.text-pink-100\/80{color:#fce7f3cc}.text-pink-100\/85{color:#fce7f3d9}.text-pink-100\/90{color:#fce7f3e6}.text-pink-100\/95{color:#fce7f3f2}.text-pink-200{--tw-text-opacity: 1;color:rgb(251 207 232 / var(--tw-text-opacity, 1))}.text-pink-200\/0{color:#fbcfe800}.text-pink-200\/10{color:#fbcfe81a}.text-pink-200\/100{color:#fbcfe8}.text-pink-200\/15{color:#fbcfe826}.text-pink-200\/20{color:#fbcfe833}.text-pink-200\/25{color:#fbcfe840}.text-pink-200\/30{color:#fbcfe84d}.text-pink-200\/35{color:#fbcfe859}.text-pink-200\/40{color:#fbcfe866}.text-pink-200\/45{color:#fbcfe873}.text-pink-200\/5{color:#fbcfe80d}.text-pink-200\/50{color:#fbcfe880}.text-pink-200\/55{color:#fbcfe88c}.text-pink-200\/60{color:#fbcfe899}.text-pink-200\/65{color:#fbcfe8a6}.text-pink-200\/70{color:#fbcfe8b3}.text-pink-200\/75{color:#fbcfe8bf}.text-pink-200\/80{color:#fbcfe8cc}.text-pink-200\/85{color:#fbcfe8d9}.text-pink-200\/90{color:#fbcfe8e6}.text-pink-200\/95{color:#fbcfe8f2}.text-pink-300{--tw-text-opacity: 1;color:rgb(249 168 212 / var(--tw-text-opacity, 1))}.text-pink-300\/0{color:#f9a8d400}.text-pink-300\/10{color:#f9a8d41a}.text-pink-300\/100{color:#f9a8d4}.text-pink-300\/15{color:#f9a8d426}.text-pink-300\/20{color:#f9a8d433}.text-pink-300\/25{color:#f9a8d440}.text-pink-300\/30{color:#f9a8d44d}.text-pink-300\/35{color:#f9a8d459}.text-pink-300\/40{color:#f9a8d466}.text-pink-300\/45{color:#f9a8d473}.text-pink-300\/5{color:#f9a8d40d}.text-pink-300\/50{color:#f9a8d480}.text-pink-300\/55{color:#f9a8d48c}.text-pink-300\/60{color:#f9a8d499}.text-pink-300\/65{color:#f9a8d4a6}.text-pink-300\/70{color:#f9a8d4b3}.text-pink-300\/75{color:#f9a8d4bf}.text-pink-300\/80{color:#f9a8d4cc}.text-pink-300\/85{color:#f9a8d4d9}.text-pink-300\/90{color:#f9a8d4e6}.text-pink-300\/95{color:#f9a8d4f2}.text-pink-400{--tw-text-opacity: 1;color:rgb(244 114 182 / var(--tw-text-opacity, 1))}.text-pink-400\/0{color:#f472b600}.text-pink-400\/10{color:#f472b61a}.text-pink-400\/100{color:#f472b6}.text-pink-400\/15{color:#f472b626}.text-pink-400\/20{color:#f472b633}.text-pink-400\/25{color:#f472b640}.text-pink-400\/30{color:#f472b64d}.text-pink-400\/35{color:#f472b659}.text-pink-400\/40{color:#f472b666}.text-pink-400\/45{color:#f472b673}.text-pink-400\/5{color:#f472b60d}.text-pink-400\/50{color:#f472b680}.text-pink-400\/55{color:#f472b68c}.text-pink-400\/60{color:#f472b699}.text-pink-400\/65{color:#f472b6a6}.text-pink-400\/70{color:#f472b6b3}.text-pink-400\/75{color:#f472b6bf}.text-pink-400\/80{color:#f472b6cc}.text-pink-400\/85{color:#f472b6d9}.text-pink-400\/90{color:#f472b6e6}.text-pink-400\/95{color:#f472b6f2}.text-pink-50{--tw-text-opacity: 1;color:rgb(253 242 248 / var(--tw-text-opacity, 1))}.text-pink-50\/0{color:#fdf2f800}.text-pink-50\/10{color:#fdf2f81a}.text-pink-50\/100{color:#fdf2f8}.text-pink-50\/15{color:#fdf2f826}.text-pink-50\/20{color:#fdf2f833}.text-pink-50\/25{color:#fdf2f840}.text-pink-50\/30{color:#fdf2f84d}.text-pink-50\/35{color:#fdf2f859}.text-pink-50\/40{color:#fdf2f866}.text-pink-50\/45{color:#fdf2f873}.text-pink-50\/5{color:#fdf2f80d}.text-pink-50\/50{color:#fdf2f880}.text-pink-50\/55{color:#fdf2f88c}.text-pink-50\/60{color:#fdf2f899}.text-pink-50\/65{color:#fdf2f8a6}.text-pink-50\/70{color:#fdf2f8b3}.text-pink-50\/75{color:#fdf2f8bf}.text-pink-50\/80{color:#fdf2f8cc}.text-pink-50\/85{color:#fdf2f8d9}.text-pink-50\/90{color:#fdf2f8e6}.text-pink-50\/95{color:#fdf2f8f2}.text-pink-500{--tw-text-opacity: 1;color:rgb(236 72 153 / var(--tw-text-opacity, 1))}.text-pink-500\/0{color:#ec489900}.text-pink-500\/10{color:#ec48991a}.text-pink-500\/100{color:#ec4899}.text-pink-500\/15{color:#ec489926}.text-pink-500\/20{color:#ec489933}.text-pink-500\/25{color:#ec489940}.text-pink-500\/30{color:#ec48994d}.text-pink-500\/35{color:#ec489959}.text-pink-500\/40{color:#ec489966}.text-pink-500\/45{color:#ec489973}.text-pink-500\/5{color:#ec48990d}.text-pink-500\/50{color:#ec489980}.text-pink-500\/55{color:#ec48998c}.text-pink-500\/60{color:#ec489999}.text-pink-500\/65{color:#ec4899a6}.text-pink-500\/70{color:#ec4899b3}.text-pink-500\/75{color:#ec4899bf}.text-pink-500\/80{color:#ec4899cc}.text-pink-500\/85{color:#ec4899d9}.text-pink-500\/90{color:#ec4899e6}.text-pink-500\/95{color:#ec4899f2}.text-pink-600{--tw-text-opacity: 1;color:rgb(219 39 119 / var(--tw-text-opacity, 1))}.text-pink-600\/0{color:#db277700}.text-pink-600\/10{color:#db27771a}.text-pink-600\/100{color:#db2777}.text-pink-600\/15{color:#db277726}.text-pink-600\/20{color:#db277733}.text-pink-600\/25{color:#db277740}.text-pink-600\/30{color:#db27774d}.text-pink-600\/35{color:#db277759}.text-pink-600\/40{color:#db277766}.text-pink-600\/45{color:#db277773}.text-pink-600\/5{color:#db27770d}.text-pink-600\/50{color:#db277780}.text-pink-600\/55{color:#db27778c}.text-pink-600\/60{color:#db277799}.text-pink-600\/65{color:#db2777a6}.text-pink-600\/70{color:#db2777b3}.text-pink-600\/75{color:#db2777bf}.text-pink-600\/80{color:#db2777cc}.text-pink-600\/85{color:#db2777d9}.text-pink-600\/90{color:#db2777e6}.text-pink-600\/95{color:#db2777f2}.text-pink-700{--tw-text-opacity: 1;color:rgb(190 24 93 / var(--tw-text-opacity, 1))}.text-pink-700\/0{color:#be185d00}.text-pink-700\/10{color:#be185d1a}.text-pink-700\/100{color:#be185d}.text-pink-700\/15{color:#be185d26}.text-pink-700\/20{color:#be185d33}.text-pink-700\/25{color:#be185d40}.text-pink-700\/30{color:#be185d4d}.text-pink-700\/35{color:#be185d59}.text-pink-700\/40{color:#be185d66}.text-pink-700\/45{color:#be185d73}.text-pink-700\/5{color:#be185d0d}.text-pink-700\/50{color:#be185d80}.text-pink-700\/55{color:#be185d8c}.text-pink-700\/60{color:#be185d99}.text-pink-700\/65{color:#be185da6}.text-pink-700\/70{color:#be185db3}.text-pink-700\/75{color:#be185dbf}.text-pink-700\/80{color:#be185dcc}.text-pink-700\/85{color:#be185dd9}.text-pink-700\/90{color:#be185de6}.text-pink-700\/95{color:#be185df2}.text-pink-800{--tw-text-opacity: 1;color:rgb(157 23 77 / var(--tw-text-opacity, 1))}.text-pink-800\/0{color:#9d174d00}.text-pink-800\/10{color:#9d174d1a}.text-pink-800\/100{color:#9d174d}.text-pink-800\/15{color:#9d174d26}.text-pink-800\/20{color:#9d174d33}.text-pink-800\/25{color:#9d174d40}.text-pink-800\/30{color:#9d174d4d}.text-pink-800\/35{color:#9d174d59}.text-pink-800\/40{color:#9d174d66}.text-pink-800\/45{color:#9d174d73}.text-pink-800\/5{color:#9d174d0d}.text-pink-800\/50{color:#9d174d80}.text-pink-800\/55{color:#9d174d8c}.text-pink-800\/60{color:#9d174d99}.text-pink-800\/65{color:#9d174da6}.text-pink-800\/70{color:#9d174db3}.text-pink-800\/75{color:#9d174dbf}.text-pink-800\/80{color:#9d174dcc}.text-pink-800\/85{color:#9d174dd9}.text-pink-800\/90{color:#9d174de6}.text-pink-800\/95{color:#9d174df2}.text-pink-900{--tw-text-opacity: 1;color:rgb(131 24 67 / var(--tw-text-opacity, 1))}.text-pink-900\/0{color:#83184300}.text-pink-900\/10{color:#8318431a}.text-pink-900\/100{color:#831843}.text-pink-900\/15{color:#83184326}.text-pink-900\/20{color:#83184333}.text-pink-900\/25{color:#83184340}.text-pink-900\/30{color:#8318434d}.text-pink-900\/35{color:#83184359}.text-pink-900\/40{color:#83184366}.text-pink-900\/45{color:#83184373}.text-pink-900\/5{color:#8318430d}.text-pink-900\/50{color:#83184380}.text-pink-900\/55{color:#8318438c}.text-pink-900\/60{color:#83184399}.text-pink-900\/65{color:#831843a6}.text-pink-900\/70{color:#831843b3}.text-pink-900\/75{color:#831843bf}.text-pink-900\/80{color:#831843cc}.text-pink-900\/85{color:#831843d9}.text-pink-900\/90{color:#831843e6}.text-pink-900\/95{color:#831843f2}.text-primary-100{--tw-text-opacity: 1;color:rgb(237 233 254 / var(--tw-text-opacity, 1))}.text-primary-200{--tw-text-opacity: 1;color:rgb(221 214 254 / var(--tw-text-opacity, 1))}.text-primary-300{--tw-text-opacity: 1;color:rgb(196 181 253 / var(--tw-text-opacity, 1))}.text-primary-400{--tw-text-opacity: 1;color:rgb(167 139 250 / var(--tw-text-opacity, 1))}.text-primary-500{--tw-text-opacity: 1;color:rgb(139 92 246 / var(--tw-text-opacity, 1))}.text-primary-600{--tw-text-opacity: 1;color:rgb(124 58 237 / var(--tw-text-opacity, 1))}.text-primary-700{--tw-text-opacity: 1;color:rgb(109 40 217 / var(--tw-text-opacity, 1))}.text-primary-800{--tw-text-opacity: 1;color:rgb(91 33 182 / var(--tw-text-opacity, 1))}.text-primary-900{--tw-text-opacity: 1;color:rgb(76 29 149 / var(--tw-text-opacity, 1))}.text-purple-100{--tw-text-opacity: 1;color:rgb(243 232 255 / var(--tw-text-opacity, 1))}.text-purple-100\/0{color:#f3e8ff00}.text-purple-100\/10{color:#f3e8ff1a}.text-purple-100\/100{color:#f3e8ff}.text-purple-100\/15{color:#f3e8ff26}.text-purple-100\/20{color:#f3e8ff33}.text-purple-100\/25{color:#f3e8ff40}.text-purple-100\/30{color:#f3e8ff4d}.text-purple-100\/35{color:#f3e8ff59}.text-purple-100\/40{color:#f3e8ff66}.text-purple-100\/45{color:#f3e8ff73}.text-purple-100\/5{color:#f3e8ff0d}.text-purple-100\/50{color:#f3e8ff80}.text-purple-100\/55{color:#f3e8ff8c}.text-purple-100\/60{color:#f3e8ff99}.text-purple-100\/65{color:#f3e8ffa6}.text-purple-100\/70{color:#f3e8ffb3}.text-purple-100\/75{color:#f3e8ffbf}.text-purple-100\/80{color:#f3e8ffcc}.text-purple-100\/85{color:#f3e8ffd9}.text-purple-100\/90{color:#f3e8ffe6}.text-purple-100\/95{color:#f3e8fff2}.text-purple-200{--tw-text-opacity: 1;color:rgb(233 213 255 / var(--tw-text-opacity, 1))}.text-purple-200\/0{color:#e9d5ff00}.text-purple-200\/10{color:#e9d5ff1a}.text-purple-200\/100{color:#e9d5ff}.text-purple-200\/15{color:#e9d5ff26}.text-purple-200\/20{color:#e9d5ff33}.text-purple-200\/25{color:#e9d5ff40}.text-purple-200\/30{color:#e9d5ff4d}.text-purple-200\/35{color:#e9d5ff59}.text-purple-200\/40{color:#e9d5ff66}.text-purple-200\/45{color:#e9d5ff73}.text-purple-200\/5{color:#e9d5ff0d}.text-purple-200\/50{color:#e9d5ff80}.text-purple-200\/55{color:#e9d5ff8c}.text-purple-200\/60{color:#e9d5ff99}.text-purple-200\/65{color:#e9d5ffa6}.text-purple-200\/70{color:#e9d5ffb3}.text-purple-200\/75{color:#e9d5ffbf}.text-purple-200\/80{color:#e9d5ffcc}.text-purple-200\/85{color:#e9d5ffd9}.text-purple-200\/90{color:#e9d5ffe6}.text-purple-200\/95{color:#e9d5fff2}.text-purple-300{--tw-text-opacity: 1;color:rgb(216 180 254 / var(--tw-text-opacity, 1))}.text-purple-300\/0{color:#d8b4fe00}.text-purple-300\/10{color:#d8b4fe1a}.text-purple-300\/100{color:#d8b4fe}.text-purple-300\/15{color:#d8b4fe26}.text-purple-300\/20{color:#d8b4fe33}.text-purple-300\/25{color:#d8b4fe40}.text-purple-300\/30{color:#d8b4fe4d}.text-purple-300\/35{color:#d8b4fe59}.text-purple-300\/40{color:#d8b4fe66}.text-purple-300\/45{color:#d8b4fe73}.text-purple-300\/5{color:#d8b4fe0d}.text-purple-300\/50{color:#d8b4fe80}.text-purple-300\/55{color:#d8b4fe8c}.text-purple-300\/60{color:#d8b4fe99}.text-purple-300\/65{color:#d8b4fea6}.text-purple-300\/70{color:#d8b4feb3}.text-purple-300\/75{color:#d8b4febf}.text-purple-300\/80{color:#d8b4fecc}.text-purple-300\/85{color:#d8b4fed9}.text-purple-300\/90{color:#d8b4fee6}.text-purple-300\/95{color:#d8b4fef2}.text-purple-400{--tw-text-opacity: 1;color:rgb(192 132 252 / var(--tw-text-opacity, 1))}.text-purple-400\/0{color:#c084fc00}.text-purple-400\/10{color:#c084fc1a}.text-purple-400\/100{color:#c084fc}.text-purple-400\/15{color:#c084fc26}.text-purple-400\/20{color:#c084fc33}.text-purple-400\/25{color:#c084fc40}.text-purple-400\/30{color:#c084fc4d}.text-purple-400\/35{color:#c084fc59}.text-purple-400\/40{color:#c084fc66}.text-purple-400\/45{color:#c084fc73}.text-purple-400\/5{color:#c084fc0d}.text-purple-400\/50{color:#c084fc80}.text-purple-400\/55{color:#c084fc8c}.text-purple-400\/60{color:#c084fc99}.text-purple-400\/65{color:#c084fca6}.text-purple-400\/70{color:#c084fcb3}.text-purple-400\/75{color:#c084fcbf}.text-purple-400\/80{color:#c084fccc}.text-purple-400\/85{color:#c084fcd9}.text-purple-400\/90{color:#c084fce6}.text-purple-400\/95{color:#c084fcf2}.text-purple-50{--tw-text-opacity: 1;color:rgb(250 245 255 / var(--tw-text-opacity, 1))}.text-purple-50\/0{color:#faf5ff00}.text-purple-50\/10{color:#faf5ff1a}.text-purple-50\/100{color:#faf5ff}.text-purple-50\/15{color:#faf5ff26}.text-purple-50\/20{color:#faf5ff33}.text-purple-50\/25{color:#faf5ff40}.text-purple-50\/30{color:#faf5ff4d}.text-purple-50\/35{color:#faf5ff59}.text-purple-50\/40{color:#faf5ff66}.text-purple-50\/45{color:#faf5ff73}.text-purple-50\/5{color:#faf5ff0d}.text-purple-50\/50{color:#faf5ff80}.text-purple-50\/55{color:#faf5ff8c}.text-purple-50\/60{color:#faf5ff99}.text-purple-50\/65{color:#faf5ffa6}.text-purple-50\/70{color:#faf5ffb3}.text-purple-50\/75{color:#faf5ffbf}.text-purple-50\/80{color:#faf5ffcc}.text-purple-50\/85{color:#faf5ffd9}.text-purple-50\/90{color:#faf5ffe6}.text-purple-50\/95{color:#faf5fff2}.text-purple-500{--tw-text-opacity: 1;color:rgb(168 85 247 / var(--tw-text-opacity, 1))}.text-purple-500\/0{color:#a855f700}.text-purple-500\/10{color:#a855f71a}.text-purple-500\/100{color:#a855f7}.text-purple-500\/15{color:#a855f726}.text-purple-500\/20{color:#a855f733}.text-purple-500\/25{color:#a855f740}.text-purple-500\/30{color:#a855f74d}.text-purple-500\/35{color:#a855f759}.text-purple-500\/40{color:#a855f766}.text-purple-500\/45{color:#a855f773}.text-purple-500\/5{color:#a855f70d}.text-purple-500\/50{color:#a855f780}.text-purple-500\/55{color:#a855f78c}.text-purple-500\/60{color:#a855f799}.text-purple-500\/65{color:#a855f7a6}.text-purple-500\/70{color:#a855f7b3}.text-purple-500\/75{color:#a855f7bf}.text-purple-500\/80{color:#a855f7cc}.text-purple-500\/85{color:#a855f7d9}.text-purple-500\/90{color:#a855f7e6}.text-purple-500\/95{color:#a855f7f2}.text-purple-600{--tw-text-opacity: 1;color:rgb(147 51 234 / var(--tw-text-opacity, 1))}.text-purple-600\/0{color:#9333ea00}.text-purple-600\/10{color:#9333ea1a}.text-purple-600\/100{color:#9333ea}.text-purple-600\/15{color:#9333ea26}.text-purple-600\/20{color:#9333ea33}.text-purple-600\/25{color:#9333ea40}.text-purple-600\/30{color:#9333ea4d}.text-purple-600\/35{color:#9333ea59}.text-purple-600\/40{color:#9333ea66}.text-purple-600\/45{color:#9333ea73}.text-purple-600\/5{color:#9333ea0d}.text-purple-600\/50{color:#9333ea80}.text-purple-600\/55{color:#9333ea8c}.text-purple-600\/60{color:#9333ea99}.text-purple-600\/65{color:#9333eaa6}.text-purple-600\/70{color:#9333eab3}.text-purple-600\/75{color:#9333eabf}.text-purple-600\/80{color:#9333eacc}.text-purple-600\/85{color:#9333ead9}.text-purple-600\/90{color:#9333eae6}.text-purple-600\/95{color:#9333eaf2}.text-purple-700{--tw-text-opacity: 1;color:rgb(126 34 206 / var(--tw-text-opacity, 1))}.text-purple-700\/0{color:#7e22ce00}.text-purple-700\/10{color:#7e22ce1a}.text-purple-700\/100{color:#7e22ce}.text-purple-700\/15{color:#7e22ce26}.text-purple-700\/20{color:#7e22ce33}.text-purple-700\/25{color:#7e22ce40}.text-purple-700\/30{color:#7e22ce4d}.text-purple-700\/35{color:#7e22ce59}.text-purple-700\/40{color:#7e22ce66}.text-purple-700\/45{color:#7e22ce73}.text-purple-700\/5{color:#7e22ce0d}.text-purple-700\/50{color:#7e22ce80}.text-purple-700\/55{color:#7e22ce8c}.text-purple-700\/60{color:#7e22ce99}.text-purple-700\/65{color:#7e22cea6}.text-purple-700\/70{color:#7e22ceb3}.text-purple-700\/75{color:#7e22cebf}.text-purple-700\/80{color:#7e22cecc}.text-purple-700\/85{color:#7e22ced9}.text-purple-700\/90{color:#7e22cee6}.text-purple-700\/95{color:#7e22cef2}.text-purple-800{--tw-text-opacity: 1;color:rgb(107 33 168 / var(--tw-text-opacity, 1))}.text-purple-800\/0{color:#6b21a800}.text-purple-800\/10{color:#6b21a81a}.text-purple-800\/100{color:#6b21a8}.text-purple-800\/15{color:#6b21a826}.text-purple-800\/20{color:#6b21a833}.text-purple-800\/25{color:#6b21a840}.text-purple-800\/30{color:#6b21a84d}.text-purple-800\/35{color:#6b21a859}.text-purple-800\/40{color:#6b21a866}.text-purple-800\/45{color:#6b21a873}.text-purple-800\/5{color:#6b21a80d}.text-purple-800\/50{color:#6b21a880}.text-purple-800\/55{color:#6b21a88c}.text-purple-800\/60{color:#6b21a899}.text-purple-800\/65{color:#6b21a8a6}.text-purple-800\/70{color:#6b21a8b3}.text-purple-800\/75{color:#6b21a8bf}.text-purple-800\/80{color:#6b21a8cc}.text-purple-800\/85{color:#6b21a8d9}.text-purple-800\/90{color:#6b21a8e6}.text-purple-800\/95{color:#6b21a8f2}.text-purple-900{--tw-text-opacity: 1;color:rgb(88 28 135 / var(--tw-text-opacity, 1))}.text-purple-900\/0{color:#581c8700}.text-purple-900\/10{color:#581c871a}.text-purple-900\/100{color:#581c87}.text-purple-900\/15{color:#581c8726}.text-purple-900\/20{color:#581c8733}.text-purple-900\/25{color:#581c8740}.text-purple-900\/30{color:#581c874d}.text-purple-900\/35{color:#581c8759}.text-purple-900\/40{color:#581c8766}.text-purple-900\/45{color:#581c8773}.text-purple-900\/5{color:#581c870d}.text-purple-900\/50{color:#581c8780}.text-purple-900\/55{color:#581c878c}.text-purple-900\/60{color:#581c8799}.text-purple-900\/65{color:#581c87a6}.text-purple-900\/70{color:#581c87b3}.text-purple-900\/75{color:#581c87bf}.text-purple-900\/80{color:#581c87cc}.text-purple-900\/85{color:#581c87d9}.text-purple-900\/90{color:#581c87e6}.text-purple-900\/95{color:#581c87f2}.text-red-100{--tw-text-opacity: 1;color:rgb(254 226 226 / var(--tw-text-opacity, 1))}.text-red-100\/0{color:#fee2e200}.text-red-100\/10{color:#fee2e21a}.text-red-100\/100{color:#fee2e2}.text-red-100\/15{color:#fee2e226}.text-red-100\/20{color:#fee2e233}.text-red-100\/25{color:#fee2e240}.text-red-100\/30{color:#fee2e24d}.text-red-100\/35{color:#fee2e259}.text-red-100\/40{color:#fee2e266}.text-red-100\/45{color:#fee2e273}.text-red-100\/5{color:#fee2e20d}.text-red-100\/50{color:#fee2e280}.text-red-100\/55{color:#fee2e28c}.text-red-100\/60{color:#fee2e299}.text-red-100\/65{color:#fee2e2a6}.text-red-100\/70{color:#fee2e2b3}.text-red-100\/75{color:#fee2e2bf}.text-red-100\/80{color:#fee2e2cc}.text-red-100\/85{color:#fee2e2d9}.text-red-100\/90{color:#fee2e2e6}.text-red-100\/95{color:#fee2e2f2}.text-red-200{--tw-text-opacity: 1;color:rgb(254 202 202 / var(--tw-text-opacity, 1))}.text-red-200\/0{color:#fecaca00}.text-red-200\/10{color:#fecaca1a}.text-red-200\/100{color:#fecaca}.text-red-200\/15{color:#fecaca26}.text-red-200\/20{color:#fecaca33}.text-red-200\/25{color:#fecaca40}.text-red-200\/30{color:#fecaca4d}.text-red-200\/35{color:#fecaca59}.text-red-200\/40{color:#fecaca66}.text-red-200\/45{color:#fecaca73}.text-red-200\/5{color:#fecaca0d}.text-red-200\/50{color:#fecaca80}.text-red-200\/55{color:#fecaca8c}.text-red-200\/60{color:#fecaca99}.text-red-200\/65{color:#fecacaa6}.text-red-200\/70{color:#fecacab3}.text-red-200\/75{color:#fecacabf}.text-red-200\/80{color:#fecacacc}.text-red-200\/85{color:#fecacad9}.text-red-200\/90{color:#fecacae6}.text-red-200\/95{color:#fecacaf2}.text-red-300{--tw-text-opacity: 1;color:rgb(252 165 165 / var(--tw-text-opacity, 1))}.text-red-300\/0{color:#fca5a500}.text-red-300\/10{color:#fca5a51a}.text-red-300\/100{color:#fca5a5}.text-red-300\/15{color:#fca5a526}.text-red-300\/20{color:#fca5a533}.text-red-300\/25{color:#fca5a540}.text-red-300\/30{color:#fca5a54d}.text-red-300\/35{color:#fca5a559}.text-red-300\/40{color:#fca5a566}.text-red-300\/45{color:#fca5a573}.text-red-300\/5{color:#fca5a50d}.text-red-300\/50{color:#fca5a580}.text-red-300\/55{color:#fca5a58c}.text-red-300\/60{color:#fca5a599}.text-red-300\/65{color:#fca5a5a6}.text-red-300\/70{color:#fca5a5b3}.text-red-300\/75{color:#fca5a5bf}.text-red-300\/80{color:#fca5a5cc}.text-red-300\/85{color:#fca5a5d9}.text-red-300\/90{color:#fca5a5e6}.text-red-300\/95{color:#fca5a5f2}.text-red-400{--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.text-red-400\/0{color:#f8717100}.text-red-400\/10{color:#f871711a}.text-red-400\/100{color:#f87171}.text-red-400\/15{color:#f8717126}.text-red-400\/20{color:#f8717133}.text-red-400\/25{color:#f8717140}.text-red-400\/30{color:#f871714d}.text-red-400\/35{color:#f8717159}.text-red-400\/40{color:#f8717166}.text-red-400\/45{color:#f8717173}.text-red-400\/5{color:#f871710d}.text-red-400\/50{color:#f8717180}.text-red-400\/55{color:#f871718c}.text-red-400\/60{color:#f8717199}.text-red-400\/65{color:#f87171a6}.text-red-400\/70{color:#f87171b3}.text-red-400\/75{color:#f87171bf}.text-red-400\/80{color:#f87171cc}.text-red-400\/85{color:#f87171d9}.text-red-400\/90{color:#f87171e6}.text-red-400\/95{color:#f87171f2}.text-red-50{--tw-text-opacity: 1;color:rgb(254 242 242 / var(--tw-text-opacity, 1))}.text-red-50\/0{color:#fef2f200}.text-red-50\/10{color:#fef2f21a}.text-red-50\/100{color:#fef2f2}.text-red-50\/15{color:#fef2f226}.text-red-50\/20{color:#fef2f233}.text-red-50\/25{color:#fef2f240}.text-red-50\/30{color:#fef2f24d}.text-red-50\/35{color:#fef2f259}.text-red-50\/40{color:#fef2f266}.text-red-50\/45{color:#fef2f273}.text-red-50\/5{color:#fef2f20d}.text-red-50\/50{color:#fef2f280}.text-red-50\/55{color:#fef2f28c}.text-red-50\/60{color:#fef2f299}.text-red-50\/65{color:#fef2f2a6}.text-red-50\/70{color:#fef2f2b3}.text-red-50\/75{color:#fef2f2bf}.text-red-50\/80{color:#fef2f2cc}.text-red-50\/85{color:#fef2f2d9}.text-red-50\/90{color:#fef2f2e6}.text-red-50\/95{color:#fef2f2f2}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-red-500\/0{color:#ef444400}.text-red-500\/10{color:#ef44441a}.text-red-500\/100{color:#ef4444}.text-red-500\/15{color:#ef444426}.text-red-500\/20{color:#ef444433}.text-red-500\/25{color:#ef444440}.text-red-500\/30{color:#ef44444d}.text-red-500\/35{color:#ef444459}.text-red-500\/40{color:#ef444466}.text-red-500\/45{color:#ef444473}.text-red-500\/5{color:#ef44440d}.text-red-500\/50{color:#ef444480}.text-red-500\/55{color:#ef44448c}.text-red-500\/60{color:#ef444499}.text-red-500\/65{color:#ef4444a6}.text-red-500\/70{color:#ef4444b3}.text-red-500\/75{color:#ef4444bf}.text-red-500\/80{color:#ef4444cc}.text-red-500\/85{color:#ef4444d9}.text-red-500\/90{color:#ef4444e6}.text-red-500\/95{color:#ef4444f2}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-red-600\/0{color:#dc262600}.text-red-600\/10{color:#dc26261a}.text-red-600\/100{color:#dc2626}.text-red-600\/15{color:#dc262626}.text-red-600\/20{color:#dc262633}.text-red-600\/25{color:#dc262640}.text-red-600\/30{color:#dc26264d}.text-red-600\/35{color:#dc262659}.text-red-600\/40{color:#dc262666}.text-red-600\/45{color:#dc262673}.text-red-600\/5{color:#dc26260d}.text-red-600\/50{color:#dc262680}.text-red-600\/55{color:#dc26268c}.text-red-600\/60{color:#dc262699}.text-red-600\/65{color:#dc2626a6}.text-red-600\/70{color:#dc2626b3}.text-red-600\/75{color:#dc2626bf}.text-red-600\/80{color:#dc2626cc}.text-red-600\/85{color:#dc2626d9}.text-red-600\/90{color:#dc2626e6}.text-red-600\/95{color:#dc2626f2}.text-red-700{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.text-red-700\/0{color:#b91c1c00}.text-red-700\/10{color:#b91c1c1a}.text-red-700\/100{color:#b91c1c}.text-red-700\/15{color:#b91c1c26}.text-red-700\/20{color:#b91c1c33}.text-red-700\/25{color:#b91c1c40}.text-red-700\/30{color:#b91c1c4d}.text-red-700\/35{color:#b91c1c59}.text-red-700\/40{color:#b91c1c66}.text-red-700\/45{color:#b91c1c73}.text-red-700\/5{color:#b91c1c0d}.text-red-700\/50{color:#b91c1c80}.text-red-700\/55{color:#b91c1c8c}.text-red-700\/60{color:#b91c1c99}.text-red-700\/65{color:#b91c1ca6}.text-red-700\/70{color:#b91c1cb3}.text-red-700\/75{color:#b91c1cbf}.text-red-700\/80{color:#b91c1ccc}.text-red-700\/85{color:#b91c1cd9}.text-red-700\/90{color:#b91c1ce6}.text-red-700\/95{color:#b91c1cf2}.text-red-800{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity, 1))}.text-red-800\/0{color:#991b1b00}.text-red-800\/10{color:#991b1b1a}.text-red-800\/100{color:#991b1b}.text-red-800\/15{color:#991b1b26}.text-red-800\/20{color:#991b1b33}.text-red-800\/25{color:#991b1b40}.text-red-800\/30{color:#991b1b4d}.text-red-800\/35{color:#991b1b59}.text-red-800\/40{color:#991b1b66}.text-red-800\/45{color:#991b1b73}.text-red-800\/5{color:#991b1b0d}.text-red-800\/50{color:#991b1b80}.text-red-800\/55{color:#991b1b8c}.text-red-800\/60{color:#991b1b99}.text-red-800\/65{color:#991b1ba6}.text-red-800\/70{color:#991b1bb3}.text-red-800\/75{color:#991b1bbf}.text-red-800\/80{color:#991b1bcc}.text-red-800\/85{color:#991b1bd9}.text-red-800\/90{color:#991b1be6}.text-red-800\/95{color:#991b1bf2}.text-red-900{--tw-text-opacity: 1;color:rgb(127 29 29 / var(--tw-text-opacity, 1))}.text-red-900\/0{color:#7f1d1d00}.text-red-900\/10{color:#7f1d1d1a}.text-red-900\/100{color:#7f1d1d}.text-red-900\/15{color:#7f1d1d26}.text-red-900\/20{color:#7f1d1d33}.text-red-900\/25{color:#7f1d1d40}.text-red-900\/30{color:#7f1d1d4d}.text-red-900\/35{color:#7f1d1d59}.text-red-900\/40{color:#7f1d1d66}.text-red-900\/45{color:#7f1d1d73}.text-red-900\/5{color:#7f1d1d0d}.text-red-900\/50{color:#7f1d1d80}.text-red-900\/55{color:#7f1d1d8c}.text-red-900\/60{color:#7f1d1d99}.text-red-900\/65{color:#7f1d1da6}.text-red-900\/70{color:#7f1d1db3}.text-red-900\/75{color:#7f1d1dbf}.text-red-900\/80{color:#7f1d1dcc}.text-red-900\/85{color:#7f1d1dd9}.text-red-900\/90{color:#7f1d1de6}.text-red-900\/95{color:#7f1d1df2}.text-secondary-600{--tw-text-opacity: 1;color:rgb(202 138 4 / var(--tw-text-opacity, 1))}.text-secondary-700{--tw-text-opacity: 1;color:rgb(161 98 7 / var(--tw-text-opacity, 1))}.text-success-400{--tw-text-opacity: 1;color:rgb(74 222 128 / var(--tw-text-opacity, 1))}.text-success-500{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.text-success-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-success-700{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}.text-success-800{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity, 1))}.text-success-900{--tw-text-opacity: 1;color:rgb(20 83 45 / var(--tw-text-opacity, 1))}.text-teal-100{--tw-text-opacity: 1;color:rgb(204 251 241 / var(--tw-text-opacity, 1))}.text-teal-100\/0{color:#ccfbf100}.text-teal-100\/10{color:#ccfbf11a}.text-teal-100\/100{color:#ccfbf1}.text-teal-100\/15{color:#ccfbf126}.text-teal-100\/20{color:#ccfbf133}.text-teal-100\/25{color:#ccfbf140}.text-teal-100\/30{color:#ccfbf14d}.text-teal-100\/35{color:#ccfbf159}.text-teal-100\/40{color:#ccfbf166}.text-teal-100\/45{color:#ccfbf173}.text-teal-100\/5{color:#ccfbf10d}.text-teal-100\/50{color:#ccfbf180}.text-teal-100\/55{color:#ccfbf18c}.text-teal-100\/60{color:#ccfbf199}.text-teal-100\/65{color:#ccfbf1a6}.text-teal-100\/70{color:#ccfbf1b3}.text-teal-100\/75{color:#ccfbf1bf}.text-teal-100\/80{color:#ccfbf1cc}.text-teal-100\/85{color:#ccfbf1d9}.text-teal-100\/90{color:#ccfbf1e6}.text-teal-100\/95{color:#ccfbf1f2}.text-teal-200{--tw-text-opacity: 1;color:rgb(153 246 228 / var(--tw-text-opacity, 1))}.text-teal-200\/0{color:#99f6e400}.text-teal-200\/10{color:#99f6e41a}.text-teal-200\/100{color:#99f6e4}.text-teal-200\/15{color:#99f6e426}.text-teal-200\/20{color:#99f6e433}.text-teal-200\/25{color:#99f6e440}.text-teal-200\/30{color:#99f6e44d}.text-teal-200\/35{color:#99f6e459}.text-teal-200\/40{color:#99f6e466}.text-teal-200\/45{color:#99f6e473}.text-teal-200\/5{color:#99f6e40d}.text-teal-200\/50{color:#99f6e480}.text-teal-200\/55{color:#99f6e48c}.text-teal-200\/60{color:#99f6e499}.text-teal-200\/65{color:#99f6e4a6}.text-teal-200\/70{color:#99f6e4b3}.text-teal-200\/75{color:#99f6e4bf}.text-teal-200\/80{color:#99f6e4cc}.text-teal-200\/85{color:#99f6e4d9}.text-teal-200\/90{color:#99f6e4e6}.text-teal-200\/95{color:#99f6e4f2}.text-teal-300{--tw-text-opacity: 1;color:rgb(94 234 212 / var(--tw-text-opacity, 1))}.text-teal-300\/0{color:#5eead400}.text-teal-300\/10{color:#5eead41a}.text-teal-300\/100{color:#5eead4}.text-teal-300\/15{color:#5eead426}.text-teal-300\/20{color:#5eead433}.text-teal-300\/25{color:#5eead440}.text-teal-300\/30{color:#5eead44d}.text-teal-300\/35{color:#5eead459}.text-teal-300\/40{color:#5eead466}.text-teal-300\/45{color:#5eead473}.text-teal-300\/5{color:#5eead40d}.text-teal-300\/50{color:#5eead480}.text-teal-300\/55{color:#5eead48c}.text-teal-300\/60{color:#5eead499}.text-teal-300\/65{color:#5eead4a6}.text-teal-300\/70{color:#5eead4b3}.text-teal-300\/75{color:#5eead4bf}.text-teal-300\/80{color:#5eead4cc}.text-teal-300\/85{color:#5eead4d9}.text-teal-300\/90{color:#5eead4e6}.text-teal-300\/95{color:#5eead4f2}.text-teal-400{--tw-text-opacity: 1;color:rgb(45 212 191 / var(--tw-text-opacity, 1))}.text-teal-400\/0{color:#2dd4bf00}.text-teal-400\/10{color:#2dd4bf1a}.text-teal-400\/100{color:#2dd4bf}.text-teal-400\/15{color:#2dd4bf26}.text-teal-400\/20{color:#2dd4bf33}.text-teal-400\/25{color:#2dd4bf40}.text-teal-400\/30{color:#2dd4bf4d}.text-teal-400\/35{color:#2dd4bf59}.text-teal-400\/40{color:#2dd4bf66}.text-teal-400\/45{color:#2dd4bf73}.text-teal-400\/5{color:#2dd4bf0d}.text-teal-400\/50{color:#2dd4bf80}.text-teal-400\/55{color:#2dd4bf8c}.text-teal-400\/60{color:#2dd4bf99}.text-teal-400\/65{color:#2dd4bfa6}.text-teal-400\/70{color:#2dd4bfb3}.text-teal-400\/75{color:#2dd4bfbf}.text-teal-400\/80{color:#2dd4bfcc}.text-teal-400\/85{color:#2dd4bfd9}.text-teal-400\/90{color:#2dd4bfe6}.text-teal-400\/95{color:#2dd4bff2}.text-teal-50{--tw-text-opacity: 1;color:rgb(240 253 250 / var(--tw-text-opacity, 1))}.text-teal-50\/0{color:#f0fdfa00}.text-teal-50\/10{color:#f0fdfa1a}.text-teal-50\/100{color:#f0fdfa}.text-teal-50\/15{color:#f0fdfa26}.text-teal-50\/20{color:#f0fdfa33}.text-teal-50\/25{color:#f0fdfa40}.text-teal-50\/30{color:#f0fdfa4d}.text-teal-50\/35{color:#f0fdfa59}.text-teal-50\/40{color:#f0fdfa66}.text-teal-50\/45{color:#f0fdfa73}.text-teal-50\/5{color:#f0fdfa0d}.text-teal-50\/50{color:#f0fdfa80}.text-teal-50\/55{color:#f0fdfa8c}.text-teal-50\/60{color:#f0fdfa99}.text-teal-50\/65{color:#f0fdfaa6}.text-teal-50\/70{color:#f0fdfab3}.text-teal-50\/75{color:#f0fdfabf}.text-teal-50\/80{color:#f0fdfacc}.text-teal-50\/85{color:#f0fdfad9}.text-teal-50\/90{color:#f0fdfae6}.text-teal-50\/95{color:#f0fdfaf2}.text-teal-500{--tw-text-opacity: 1;color:rgb(20 184 166 / var(--tw-text-opacity, 1))}.text-teal-500\/0{color:#14b8a600}.text-teal-500\/10{color:#14b8a61a}.text-teal-500\/100{color:#14b8a6}.text-teal-500\/15{color:#14b8a626}.text-teal-500\/20{color:#14b8a633}.text-teal-500\/25{color:#14b8a640}.text-teal-500\/30{color:#14b8a64d}.text-teal-500\/35{color:#14b8a659}.text-teal-500\/40{color:#14b8a666}.text-teal-500\/45{color:#14b8a673}.text-teal-500\/5{color:#14b8a60d}.text-teal-500\/50{color:#14b8a680}.text-teal-500\/55{color:#14b8a68c}.text-teal-500\/60{color:#14b8a699}.text-teal-500\/65{color:#14b8a6a6}.text-teal-500\/70{color:#14b8a6b3}.text-teal-500\/75{color:#14b8a6bf}.text-teal-500\/80{color:#14b8a6cc}.text-teal-500\/85{color:#14b8a6d9}.text-teal-500\/90{color:#14b8a6e6}.text-teal-500\/95{color:#14b8a6f2}.text-teal-600{--tw-text-opacity: 1;color:rgb(13 148 136 / var(--tw-text-opacity, 1))}.text-teal-600\/0{color:#0d948800}.text-teal-600\/10{color:#0d94881a}.text-teal-600\/100{color:#0d9488}.text-teal-600\/15{color:#0d948826}.text-teal-600\/20{color:#0d948833}.text-teal-600\/25{color:#0d948840}.text-teal-600\/30{color:#0d94884d}.text-teal-600\/35{color:#0d948859}.text-teal-600\/40{color:#0d948866}.text-teal-600\/45{color:#0d948873}.text-teal-600\/5{color:#0d94880d}.text-teal-600\/50{color:#0d948880}.text-teal-600\/55{color:#0d94888c}.text-teal-600\/60{color:#0d948899}.text-teal-600\/65{color:#0d9488a6}.text-teal-600\/70{color:#0d9488b3}.text-teal-600\/75{color:#0d9488bf}.text-teal-600\/80{color:#0d9488cc}.text-teal-600\/85{color:#0d9488d9}.text-teal-600\/90{color:#0d9488e6}.text-teal-600\/95{color:#0d9488f2}.text-teal-700{--tw-text-opacity: 1;color:rgb(15 118 110 / var(--tw-text-opacity, 1))}.text-teal-700\/0{color:#0f766e00}.text-teal-700\/10{color:#0f766e1a}.text-teal-700\/100{color:#0f766e}.text-teal-700\/15{color:#0f766e26}.text-teal-700\/20{color:#0f766e33}.text-teal-700\/25{color:#0f766e40}.text-teal-700\/30{color:#0f766e4d}.text-teal-700\/35{color:#0f766e59}.text-teal-700\/40{color:#0f766e66}.text-teal-700\/45{color:#0f766e73}.text-teal-700\/5{color:#0f766e0d}.text-teal-700\/50{color:#0f766e80}.text-teal-700\/55{color:#0f766e8c}.text-teal-700\/60{color:#0f766e99}.text-teal-700\/65{color:#0f766ea6}.text-teal-700\/70{color:#0f766eb3}.text-teal-700\/75{color:#0f766ebf}.text-teal-700\/80{color:#0f766ecc}.text-teal-700\/85{color:#0f766ed9}.text-teal-700\/90{color:#0f766ee6}.text-teal-700\/95{color:#0f766ef2}.text-teal-800{--tw-text-opacity: 1;color:rgb(17 94 89 / var(--tw-text-opacity, 1))}.text-teal-800\/0{color:#115e5900}.text-teal-800\/10{color:#115e591a}.text-teal-800\/100{color:#115e59}.text-teal-800\/15{color:#115e5926}.text-teal-800\/20{color:#115e5933}.text-teal-800\/25{color:#115e5940}.text-teal-800\/30{color:#115e594d}.text-teal-800\/35{color:#115e5959}.text-teal-800\/40{color:#115e5966}.text-teal-800\/45{color:#115e5973}.text-teal-800\/5{color:#115e590d}.text-teal-800\/50{color:#115e5980}.text-teal-800\/55{color:#115e598c}.text-teal-800\/60{color:#115e5999}.text-teal-800\/65{color:#115e59a6}.text-teal-800\/70{color:#115e59b3}.text-teal-800\/75{color:#115e59bf}.text-teal-800\/80{color:#115e59cc}.text-teal-800\/85{color:#115e59d9}.text-teal-800\/90{color:#115e59e6}.text-teal-800\/95{color:#115e59f2}.text-teal-900{--tw-text-opacity: 1;color:rgb(19 78 74 / var(--tw-text-opacity, 1))}.text-teal-900\/0{color:#134e4a00}.text-teal-900\/10{color:#134e4a1a}.text-teal-900\/100{color:#134e4a}.text-teal-900\/15{color:#134e4a26}.text-teal-900\/20{color:#134e4a33}.text-teal-900\/25{color:#134e4a40}.text-teal-900\/30{color:#134e4a4d}.text-teal-900\/35{color:#134e4a59}.text-teal-900\/40{color:#134e4a66}.text-teal-900\/45{color:#134e4a73}.text-teal-900\/5{color:#134e4a0d}.text-teal-900\/50{color:#134e4a80}.text-teal-900\/55{color:#134e4a8c}.text-teal-900\/60{color:#134e4a99}.text-teal-900\/65{color:#134e4aa6}.text-teal-900\/70{color:#134e4ab3}.text-teal-900\/75{color:#134e4abf}.text-teal-900\/80{color:#134e4acc}.text-teal-900\/85{color:#134e4ad9}.text-teal-900\/90{color:#134e4ae6}.text-teal-900\/95{color:#134e4af2}.text-transparent{color:transparent}.text-warning-400{--tw-text-opacity: 1;color:rgb(251 191 36 / var(--tw-text-opacity, 1))}.text-warning-500{--tw-text-opacity: 1;color:rgb(245 158 11 / var(--tw-text-opacity, 1))}.text-warning-600{--tw-text-opacity: 1;color:rgb(217 119 6 / var(--tw-text-opacity, 1))}.text-warning-700{--tw-text-opacity: 1;color:rgb(180 83 9 / var(--tw-text-opacity, 1))}.text-warning-800{--tw-text-opacity: 1;color:rgb(146 64 14 / var(--tw-text-opacity, 1))}.text-warning-900{--tw-text-opacity: 1;color:rgb(120 53 15 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-white\/20{color:#fff3}.text-white\/30{color:#ffffff4d}.text-white\/50{color:#ffffff80}.text-white\/60{color:#fff9}.text-white\/70{color:#ffffffb3}.text-white\/80{color:#fffc}.text-white\/90{color:#ffffffe6}.text-yellow-100{--tw-text-opacity: 1;color:rgb(254 249 195 / var(--tw-text-opacity, 1))}.text-yellow-100\/0{color:#fef9c300}.text-yellow-100\/10{color:#fef9c31a}.text-yellow-100\/100{color:#fef9c3}.text-yellow-100\/15{color:#fef9c326}.text-yellow-100\/20{color:#fef9c333}.text-yellow-100\/25{color:#fef9c340}.text-yellow-100\/30{color:#fef9c34d}.text-yellow-100\/35{color:#fef9c359}.text-yellow-100\/40{color:#fef9c366}.text-yellow-100\/45{color:#fef9c373}.text-yellow-100\/5{color:#fef9c30d}.text-yellow-100\/50{color:#fef9c380}.text-yellow-100\/55{color:#fef9c38c}.text-yellow-100\/60{color:#fef9c399}.text-yellow-100\/65{color:#fef9c3a6}.text-yellow-100\/70{color:#fef9c3b3}.text-yellow-100\/75{color:#fef9c3bf}.text-yellow-100\/80{color:#fef9c3cc}.text-yellow-100\/85{color:#fef9c3d9}.text-yellow-100\/90{color:#fef9c3e6}.text-yellow-100\/95{color:#fef9c3f2}.text-yellow-200{--tw-text-opacity: 1;color:rgb(254 240 138 / var(--tw-text-opacity, 1))}.text-yellow-200\/0{color:#fef08a00}.text-yellow-200\/10{color:#fef08a1a}.text-yellow-200\/100{color:#fef08a}.text-yellow-200\/15{color:#fef08a26}.text-yellow-200\/20{color:#fef08a33}.text-yellow-200\/25{color:#fef08a40}.text-yellow-200\/30{color:#fef08a4d}.text-yellow-200\/35{color:#fef08a59}.text-yellow-200\/40{color:#fef08a66}.text-yellow-200\/45{color:#fef08a73}.text-yellow-200\/5{color:#fef08a0d}.text-yellow-200\/50{color:#fef08a80}.text-yellow-200\/55{color:#fef08a8c}.text-yellow-200\/60{color:#fef08a99}.text-yellow-200\/65{color:#fef08aa6}.text-yellow-200\/70{color:#fef08ab3}.text-yellow-200\/75{color:#fef08abf}.text-yellow-200\/80{color:#fef08acc}.text-yellow-200\/85{color:#fef08ad9}.text-yellow-200\/90{color:#fef08ae6}.text-yellow-200\/95{color:#fef08af2}.text-yellow-300{--tw-text-opacity: 1;color:rgb(253 224 71 / var(--tw-text-opacity, 1))}.text-yellow-300\/0{color:#fde04700}.text-yellow-300\/10{color:#fde0471a}.text-yellow-300\/100{color:#fde047}.text-yellow-300\/15{color:#fde04726}.text-yellow-300\/20{color:#fde04733}.text-yellow-300\/25{color:#fde04740}.text-yellow-300\/30{color:#fde0474d}.text-yellow-300\/35{color:#fde04759}.text-yellow-300\/40{color:#fde04766}.text-yellow-300\/45{color:#fde04773}.text-yellow-300\/5{color:#fde0470d}.text-yellow-300\/50{color:#fde04780}.text-yellow-300\/55{color:#fde0478c}.text-yellow-300\/60{color:#fde04799}.text-yellow-300\/65{color:#fde047a6}.text-yellow-300\/70{color:#fde047b3}.text-yellow-300\/75{color:#fde047bf}.text-yellow-300\/80{color:#fde047cc}.text-yellow-300\/85{color:#fde047d9}.text-yellow-300\/90{color:#fde047e6}.text-yellow-300\/95{color:#fde047f2}.text-yellow-400{--tw-text-opacity: 1;color:rgb(250 204 21 / var(--tw-text-opacity, 1))}.text-yellow-400\/0{color:#facc1500}.text-yellow-400\/10{color:#facc151a}.text-yellow-400\/100{color:#facc15}.text-yellow-400\/15{color:#facc1526}.text-yellow-400\/20{color:#facc1533}.text-yellow-400\/25{color:#facc1540}.text-yellow-400\/30{color:#facc154d}.text-yellow-400\/35{color:#facc1559}.text-yellow-400\/40{color:#facc1566}.text-yellow-400\/45{color:#facc1573}.text-yellow-400\/5{color:#facc150d}.text-yellow-400\/50{color:#facc1580}.text-yellow-400\/55{color:#facc158c}.text-yellow-400\/60{color:#facc1599}.text-yellow-400\/65{color:#facc15a6}.text-yellow-400\/70{color:#facc15b3}.text-yellow-400\/75{color:#facc15bf}.text-yellow-400\/80{color:#facc15cc}.text-yellow-400\/85{color:#facc15d9}.text-yellow-400\/90{color:#facc15e6}.text-yellow-400\/95{color:#facc15f2}.text-yellow-50{--tw-text-opacity: 1;color:rgb(254 252 232 / var(--tw-text-opacity, 1))}.text-yellow-50\/0{color:#fefce800}.text-yellow-50\/10{color:#fefce81a}.text-yellow-50\/100{color:#fefce8}.text-yellow-50\/15{color:#fefce826}.text-yellow-50\/20{color:#fefce833}.text-yellow-50\/25{color:#fefce840}.text-yellow-50\/30{color:#fefce84d}.text-yellow-50\/35{color:#fefce859}.text-yellow-50\/40{color:#fefce866}.text-yellow-50\/45{color:#fefce873}.text-yellow-50\/5{color:#fefce80d}.text-yellow-50\/50{color:#fefce880}.text-yellow-50\/55{color:#fefce88c}.text-yellow-50\/60{color:#fefce899}.text-yellow-50\/65{color:#fefce8a6}.text-yellow-50\/70{color:#fefce8b3}.text-yellow-50\/75{color:#fefce8bf}.text-yellow-50\/80{color:#fefce8cc}.text-yellow-50\/85{color:#fefce8d9}.text-yellow-50\/90{color:#fefce8e6}.text-yellow-50\/95{color:#fefce8f2}.text-yellow-500{--tw-text-opacity: 1;color:rgb(234 179 8 / var(--tw-text-opacity, 1))}.text-yellow-500\/0{color:#eab30800}.text-yellow-500\/10{color:#eab3081a}.text-yellow-500\/100{color:#eab308}.text-yellow-500\/15{color:#eab30826}.text-yellow-500\/20{color:#eab30833}.text-yellow-500\/25{color:#eab30840}.text-yellow-500\/30{color:#eab3084d}.text-yellow-500\/35{color:#eab30859}.text-yellow-500\/40{color:#eab30866}.text-yellow-500\/45{color:#eab30873}.text-yellow-500\/5{color:#eab3080d}.text-yellow-500\/50{color:#eab30880}.text-yellow-500\/55{color:#eab3088c}.text-yellow-500\/60{color:#eab30899}.text-yellow-500\/65{color:#eab308a6}.text-yellow-500\/70{color:#eab308b3}.text-yellow-500\/75{color:#eab308bf}.text-yellow-500\/80{color:#eab308cc}.text-yellow-500\/85{color:#eab308d9}.text-yellow-500\/90{color:#eab308e6}.text-yellow-500\/95{color:#eab308f2}.text-yellow-600{--tw-text-opacity: 1;color:rgb(202 138 4 / var(--tw-text-opacity, 1))}.text-yellow-600\/0{color:#ca8a0400}.text-yellow-600\/10{color:#ca8a041a}.text-yellow-600\/100{color:#ca8a04}.text-yellow-600\/15{color:#ca8a0426}.text-yellow-600\/20{color:#ca8a0433}.text-yellow-600\/25{color:#ca8a0440}.text-yellow-600\/30{color:#ca8a044d}.text-yellow-600\/35{color:#ca8a0459}.text-yellow-600\/40{color:#ca8a0466}.text-yellow-600\/45{color:#ca8a0473}.text-yellow-600\/5{color:#ca8a040d}.text-yellow-600\/50{color:#ca8a0480}.text-yellow-600\/55{color:#ca8a048c}.text-yellow-600\/60{color:#ca8a0499}.text-yellow-600\/65{color:#ca8a04a6}.text-yellow-600\/70{color:#ca8a04b3}.text-yellow-600\/75{color:#ca8a04bf}.text-yellow-600\/80{color:#ca8a04cc}.text-yellow-600\/85{color:#ca8a04d9}.text-yellow-600\/90{color:#ca8a04e6}.text-yellow-600\/95{color:#ca8a04f2}.text-yellow-700{--tw-text-opacity: 1;color:rgb(161 98 7 / var(--tw-text-opacity, 1))}.text-yellow-700\/0{color:#a1620700}.text-yellow-700\/10{color:#a162071a}.text-yellow-700\/100{color:#a16207}.text-yellow-700\/15{color:#a1620726}.text-yellow-700\/20{color:#a1620733}.text-yellow-700\/25{color:#a1620740}.text-yellow-700\/30{color:#a162074d}.text-yellow-700\/35{color:#a1620759}.text-yellow-700\/40{color:#a1620766}.text-yellow-700\/45{color:#a1620773}.text-yellow-700\/5{color:#a162070d}.text-yellow-700\/50{color:#a1620780}.text-yellow-700\/55{color:#a162078c}.text-yellow-700\/60{color:#a1620799}.text-yellow-700\/65{color:#a16207a6}.text-yellow-700\/70{color:#a16207b3}.text-yellow-700\/75{color:#a16207bf}.text-yellow-700\/80{color:#a16207cc}.text-yellow-700\/85{color:#a16207d9}.text-yellow-700\/90{color:#a16207e6}.text-yellow-700\/95{color:#a16207f2}.text-yellow-800{--tw-text-opacity: 1;color:rgb(133 77 14 / var(--tw-text-opacity, 1))}.text-yellow-800\/0{color:#854d0e00}.text-yellow-800\/10{color:#854d0e1a}.text-yellow-800\/100{color:#854d0e}.text-yellow-800\/15{color:#854d0e26}.text-yellow-800\/20{color:#854d0e33}.text-yellow-800\/25{color:#854d0e40}.text-yellow-800\/30{color:#854d0e4d}.text-yellow-800\/35{color:#854d0e59}.text-yellow-800\/40{color:#854d0e66}.text-yellow-800\/45{color:#854d0e73}.text-yellow-800\/5{color:#854d0e0d}.text-yellow-800\/50{color:#854d0e80}.text-yellow-800\/55{color:#854d0e8c}.text-yellow-800\/60{color:#854d0e99}.text-yellow-800\/65{color:#854d0ea6}.text-yellow-800\/70{color:#854d0eb3}.text-yellow-800\/75{color:#854d0ebf}.text-yellow-800\/80{color:#854d0ecc}.text-yellow-800\/85{color:#854d0ed9}.text-yellow-800\/90{color:#854d0ee6}.text-yellow-800\/95{color:#854d0ef2}.text-yellow-900{--tw-text-opacity: 1;color:rgb(113 63 18 / var(--tw-text-opacity, 1))}.text-yellow-900\/0{color:#713f1200}.text-yellow-900\/10{color:#713f121a}.text-yellow-900\/100{color:#713f12}.text-yellow-900\/15{color:#713f1226}.text-yellow-900\/20{color:#713f1233}.text-yellow-900\/25{color:#713f1240}.text-yellow-900\/30{color:#713f124d}.text-yellow-900\/35{color:#713f1259}.text-yellow-900\/40{color:#713f1266}.text-yellow-900\/45{color:#713f1273}.text-yellow-900\/5{color:#713f120d}.text-yellow-900\/50{color:#713f1280}.text-yellow-900\/55{color:#713f128c}.text-yellow-900\/60{color:#713f1299}.text-yellow-900\/65{color:#713f12a6}.text-yellow-900\/70{color:#713f12b3}.text-yellow-900\/75{color:#713f12bf}.text-yellow-900\/80{color:#713f12cc}.text-yellow-900\/85{color:#713f12d9}.text-yellow-900\/90{color:#713f12e6}.text-yellow-900\/95{color:#713f12f2}.underline{text-decoration-line:underline}.line-through{text-decoration-line:line-through}.underline-offset-2{text-underline-offset:2px}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.placeholder-danger-400::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(248 113 113 / var(--tw-placeholder-opacity, 1))}.placeholder-danger-400::placeholder{--tw-placeholder-opacity: 1;color:rgb(248 113 113 / var(--tw-placeholder-opacity, 1))}.placeholder-gray-500::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(107 114 128 / var(--tw-placeholder-opacity, 1))}.placeholder-gray-500::placeholder{--tw-placeholder-opacity: 1;color:rgb(107 114 128 / var(--tw-placeholder-opacity, 1))}.placeholder-neutral-400::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(161 161 170 / var(--tw-placeholder-opacity, 1))}.placeholder-neutral-400::placeholder{--tw-placeholder-opacity: 1;color:rgb(161 161 170 / var(--tw-placeholder-opacity, 1))}.placeholder-red-300::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(252 165 165 / var(--tw-placeholder-opacity, 1))}.placeholder-red-300::placeholder{--tw-placeholder-opacity: 1;color:rgb(252 165 165 / var(--tw-placeholder-opacity, 1))}.accent-blue-600{accent-color:#2563eb}.opacity-0{opacity:0}.opacity-10{opacity:.1}.opacity-100{opacity:1}.opacity-20{opacity:.2}.opacity-25{opacity:.25}.opacity-30{opacity:.3}.opacity-40{opacity:.4}.opacity-45{opacity:.45}.opacity-5{opacity:.05}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-75{opacity:.75}.opacity-80{opacity:.8}.opacity-90{opacity:.9}.mix-blend-multiply{mix-blend-mode:multiply}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-inner{--tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / .05);--tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-none{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.ring{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-0{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-1{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-2{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-4{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-8{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-inset{--tw-ring-inset: inset}.ring-black{--tw-ring-opacity: 1;--tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1))}.ring-blue-100{--tw-ring-opacity: 1;--tw-ring-color: rgb(219 234 254 / var(--tw-ring-opacity, 1))}.ring-blue-200{--tw-ring-opacity: 1;--tw-ring-color: rgb(191 219 254 / var(--tw-ring-opacity, 1))}.ring-blue-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity, 1))}.ring-blue-400{--tw-ring-opacity: 1;--tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity, 1))}.ring-blue-50{--tw-ring-opacity: 1;--tw-ring-color: rgb(239 246 255 / var(--tw-ring-opacity, 1))}.ring-blue-500{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}.ring-blue-600{--tw-ring-opacity: 1;--tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity, 1))}.ring-blue-700{--tw-ring-opacity: 1;--tw-ring-color: rgb(29 78 216 / var(--tw-ring-opacity, 1))}.ring-blue-800{--tw-ring-opacity: 1;--tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity, 1))}.ring-blue-900{--tw-ring-opacity: 1;--tw-ring-color: rgb(30 58 138 / var(--tw-ring-opacity, 1))}.ring-cyan-100{--tw-ring-opacity: 1;--tw-ring-color: rgb(207 250 254 / var(--tw-ring-opacity, 1))}.ring-cyan-200{--tw-ring-opacity: 1;--tw-ring-color: rgb(165 243 252 / var(--tw-ring-opacity, 1))}.ring-cyan-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(103 232 249 / var(--tw-ring-opacity, 1))}.ring-cyan-400{--tw-ring-opacity: 1;--tw-ring-color: rgb(34 211 238 / var(--tw-ring-opacity, 1))}.ring-cyan-50{--tw-ring-opacity: 1;--tw-ring-color: rgb(236 254 255 / var(--tw-ring-opacity, 1))}.ring-cyan-500{--tw-ring-opacity: 1;--tw-ring-color: rgb(6 182 212 / var(--tw-ring-opacity, 1))}.ring-cyan-600{--tw-ring-opacity: 1;--tw-ring-color: rgb(8 145 178 / var(--tw-ring-opacity, 1))}.ring-cyan-700{--tw-ring-opacity: 1;--tw-ring-color: rgb(14 116 144 / var(--tw-ring-opacity, 1))}.ring-cyan-800{--tw-ring-opacity: 1;--tw-ring-color: rgb(21 94 117 / var(--tw-ring-opacity, 1))}.ring-cyan-900{--tw-ring-opacity: 1;--tw-ring-color: rgb(22 78 99 / var(--tw-ring-opacity, 1))}.ring-gray-100{--tw-ring-opacity: 1;--tw-ring-color: rgb(243 244 246 / var(--tw-ring-opacity, 1))}.ring-gray-200{--tw-ring-opacity: 1;--tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity, 1))}.ring-gray-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1))}.ring-gray-400{--tw-ring-opacity: 1;--tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity, 1))}.ring-gray-50{--tw-ring-opacity: 1;--tw-ring-color: rgb(249 250 251 / var(--tw-ring-opacity, 1))}.ring-gray-500{--tw-ring-opacity: 1;--tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity, 1))}.ring-gray-600{--tw-ring-opacity: 1;--tw-ring-color: rgb(75 85 99 / var(--tw-ring-opacity, 1))}.ring-gray-700{--tw-ring-opacity: 1;--tw-ring-color: rgb(55 65 81 / var(--tw-ring-opacity, 1))}.ring-gray-800{--tw-ring-opacity: 1;--tw-ring-color: rgb(31 41 55 / var(--tw-ring-opacity, 1))}.ring-gray-900{--tw-ring-opacity: 1;--tw-ring-color: rgb(17 24 39 / var(--tw-ring-opacity, 1))}.ring-green-100{--tw-ring-opacity: 1;--tw-ring-color: rgb(220 252 231 / var(--tw-ring-opacity, 1))}.ring-green-200{--tw-ring-opacity: 1;--tw-ring-color: rgb(187 247 208 / var(--tw-ring-opacity, 1))}.ring-green-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(134 239 172 / var(--tw-ring-opacity, 1))}.ring-green-400{--tw-ring-opacity: 1;--tw-ring-color: rgb(74 222 128 / var(--tw-ring-opacity, 1))}.ring-green-50{--tw-ring-opacity: 1;--tw-ring-color: rgb(240 253 244 / var(--tw-ring-opacity, 1))}.ring-green-500{--tw-ring-opacity: 1;--tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity, 1))}.ring-green-600{--tw-ring-opacity: 1;--tw-ring-color: rgb(22 163 74 / var(--tw-ring-opacity, 1))}.ring-green-700{--tw-ring-opacity: 1;--tw-ring-color: rgb(21 128 61 / var(--tw-ring-opacity, 1))}.ring-green-800{--tw-ring-opacity: 1;--tw-ring-color: rgb(22 101 52 / var(--tw-ring-opacity, 1))}.ring-green-900{--tw-ring-opacity: 1;--tw-ring-color: rgb(20 83 45 / var(--tw-ring-opacity, 1))}.ring-indigo-100{--tw-ring-opacity: 1;--tw-ring-color: rgb(224 231 255 / var(--tw-ring-opacity, 1))}.ring-indigo-200{--tw-ring-opacity: 1;--tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity, 1))}.ring-indigo-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(165 180 252 / var(--tw-ring-opacity, 1))}.ring-indigo-400{--tw-ring-opacity: 1;--tw-ring-color: rgb(129 140 248 / var(--tw-ring-opacity, 1))}.ring-indigo-50{--tw-ring-opacity: 1;--tw-ring-color: rgb(238 242 255 / var(--tw-ring-opacity, 1))}.ring-indigo-500{--tw-ring-opacity: 1;--tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1))}.ring-indigo-600{--tw-ring-opacity: 1;--tw-ring-color: rgb(79 70 229 / var(--tw-ring-opacity, 1))}.ring-indigo-700{--tw-ring-opacity: 1;--tw-ring-color: rgb(67 56 202 / var(--tw-ring-opacity, 1))}.ring-indigo-800{--tw-ring-opacity: 1;--tw-ring-color: rgb(55 48 163 / var(--tw-ring-opacity, 1))}.ring-indigo-900{--tw-ring-opacity: 1;--tw-ring-color: rgb(49 46 129 / var(--tw-ring-opacity, 1))}.ring-neutral-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(212 212 216 / var(--tw-ring-opacity, 1))}.ring-orange-100{--tw-ring-opacity: 1;--tw-ring-color: rgb(255 237 213 / var(--tw-ring-opacity, 1))}.ring-orange-200{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 215 170 / var(--tw-ring-opacity, 1))}.ring-orange-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(253 186 116 / var(--tw-ring-opacity, 1))}.ring-orange-400{--tw-ring-opacity: 1;--tw-ring-color: rgb(251 146 60 / var(--tw-ring-opacity, 1))}.ring-orange-50{--tw-ring-opacity: 1;--tw-ring-color: rgb(255 247 237 / var(--tw-ring-opacity, 1))}.ring-orange-500{--tw-ring-opacity: 1;--tw-ring-color: rgb(249 115 22 / var(--tw-ring-opacity, 1))}.ring-orange-600{--tw-ring-opacity: 1;--tw-ring-color: rgb(234 88 12 / var(--tw-ring-opacity, 1))}.ring-orange-700{--tw-ring-opacity: 1;--tw-ring-color: rgb(194 65 12 / var(--tw-ring-opacity, 1))}.ring-orange-800{--tw-ring-opacity: 1;--tw-ring-color: rgb(154 52 18 / var(--tw-ring-opacity, 1))}.ring-orange-900{--tw-ring-opacity: 1;--tw-ring-color: rgb(124 45 18 / var(--tw-ring-opacity, 1))}.ring-pink-100{--tw-ring-opacity: 1;--tw-ring-color: rgb(252 231 243 / var(--tw-ring-opacity, 1))}.ring-pink-200{--tw-ring-opacity: 1;--tw-ring-color: rgb(251 207 232 / var(--tw-ring-opacity, 1))}.ring-pink-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(249 168 212 / var(--tw-ring-opacity, 1))}.ring-pink-400{--tw-ring-opacity: 1;--tw-ring-color: rgb(244 114 182 / var(--tw-ring-opacity, 1))}.ring-pink-50{--tw-ring-opacity: 1;--tw-ring-color: rgb(253 242 248 / var(--tw-ring-opacity, 1))}.ring-pink-500{--tw-ring-opacity: 1;--tw-ring-color: rgb(236 72 153 / var(--tw-ring-opacity, 1))}.ring-pink-600{--tw-ring-opacity: 1;--tw-ring-color: rgb(219 39 119 / var(--tw-ring-opacity, 1))}.ring-pink-700{--tw-ring-opacity: 1;--tw-ring-color: rgb(190 24 93 / var(--tw-ring-opacity, 1))}.ring-pink-800{--tw-ring-opacity: 1;--tw-ring-color: rgb(157 23 77 / var(--tw-ring-opacity, 1))}.ring-pink-900{--tw-ring-opacity: 1;--tw-ring-color: rgb(131 24 67 / var(--tw-ring-opacity, 1))}.ring-primary-200{--tw-ring-opacity: 1;--tw-ring-color: rgb(221 214 254 / var(--tw-ring-opacity, 1))}.ring-primary-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(196 181 253 / var(--tw-ring-opacity, 1))}.ring-primary-500{--tw-ring-opacity: 1;--tw-ring-color: rgb(139 92 246 / var(--tw-ring-opacity, 1))}.ring-purple-100{--tw-ring-opacity: 1;--tw-ring-color: rgb(243 232 255 / var(--tw-ring-opacity, 1))}.ring-purple-200{--tw-ring-opacity: 1;--tw-ring-color: rgb(233 213 255 / var(--tw-ring-opacity, 1))}.ring-purple-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(216 180 254 / var(--tw-ring-opacity, 1))}.ring-purple-400{--tw-ring-opacity: 1;--tw-ring-color: rgb(192 132 252 / var(--tw-ring-opacity, 1))}.ring-purple-50{--tw-ring-opacity: 1;--tw-ring-color: rgb(250 245 255 / var(--tw-ring-opacity, 1))}.ring-purple-500{--tw-ring-opacity: 1;--tw-ring-color: rgb(168 85 247 / var(--tw-ring-opacity, 1))}.ring-purple-600{--tw-ring-opacity: 1;--tw-ring-color: rgb(147 51 234 / var(--tw-ring-opacity, 1))}.ring-purple-700{--tw-ring-opacity: 1;--tw-ring-color: rgb(126 34 206 / var(--tw-ring-opacity, 1))}.ring-purple-800{--tw-ring-opacity: 1;--tw-ring-color: rgb(107 33 168 / var(--tw-ring-opacity, 1))}.ring-purple-900{--tw-ring-opacity: 1;--tw-ring-color: rgb(88 28 135 / var(--tw-ring-opacity, 1))}.ring-red-100{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 226 226 / var(--tw-ring-opacity, 1))}.ring-red-200{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 202 202 / var(--tw-ring-opacity, 1))}.ring-red-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(252 165 165 / var(--tw-ring-opacity, 1))}.ring-red-400{--tw-ring-opacity: 1;--tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity, 1))}.ring-red-50{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 242 242 / var(--tw-ring-opacity, 1))}.ring-red-500{--tw-ring-opacity: 1;--tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1))}.ring-red-600{--tw-ring-opacity: 1;--tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1))}.ring-red-700{--tw-ring-opacity: 1;--tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1))}.ring-red-800{--tw-ring-opacity: 1;--tw-ring-color: rgb(153 27 27 / var(--tw-ring-opacity, 1))}.ring-red-900{--tw-ring-opacity: 1;--tw-ring-color: rgb(127 29 29 / var(--tw-ring-opacity, 1))}.ring-teal-100{--tw-ring-opacity: 1;--tw-ring-color: rgb(204 251 241 / var(--tw-ring-opacity, 1))}.ring-teal-200{--tw-ring-opacity: 1;--tw-ring-color: rgb(153 246 228 / var(--tw-ring-opacity, 1))}.ring-teal-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(94 234 212 / var(--tw-ring-opacity, 1))}.ring-teal-400{--tw-ring-opacity: 1;--tw-ring-color: rgb(45 212 191 / var(--tw-ring-opacity, 1))}.ring-teal-50{--tw-ring-opacity: 1;--tw-ring-color: rgb(240 253 250 / var(--tw-ring-opacity, 1))}.ring-teal-500{--tw-ring-opacity: 1;--tw-ring-color: rgb(20 184 166 / var(--tw-ring-opacity, 1))}.ring-teal-600{--tw-ring-opacity: 1;--tw-ring-color: rgb(13 148 136 / var(--tw-ring-opacity, 1))}.ring-teal-700{--tw-ring-opacity: 1;--tw-ring-color: rgb(15 118 110 / var(--tw-ring-opacity, 1))}.ring-teal-800{--tw-ring-opacity: 1;--tw-ring-color: rgb(17 94 89 / var(--tw-ring-opacity, 1))}.ring-teal-900{--tw-ring-opacity: 1;--tw-ring-color: rgb(19 78 74 / var(--tw-ring-opacity, 1))}.ring-white{--tw-ring-opacity: 1;--tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1))}.ring-yellow-100{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 249 195 / var(--tw-ring-opacity, 1))}.ring-yellow-200{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 240 138 / var(--tw-ring-opacity, 1))}.ring-yellow-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(253 224 71 / var(--tw-ring-opacity, 1))}.ring-yellow-400{--tw-ring-opacity: 1;--tw-ring-color: rgb(250 204 21 / var(--tw-ring-opacity, 1))}.ring-yellow-50{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 252 232 / var(--tw-ring-opacity, 1))}.ring-yellow-500{--tw-ring-opacity: 1;--tw-ring-color: rgb(234 179 8 / var(--tw-ring-opacity, 1))}.ring-yellow-600{--tw-ring-opacity: 1;--tw-ring-color: rgb(202 138 4 / var(--tw-ring-opacity, 1))}.ring-yellow-700{--tw-ring-opacity: 1;--tw-ring-color: rgb(161 98 7 / var(--tw-ring-opacity, 1))}.ring-yellow-800{--tw-ring-opacity: 1;--tw-ring-color: rgb(133 77 14 / var(--tw-ring-opacity, 1))}.ring-yellow-900{--tw-ring-opacity: 1;--tw-ring-color: rgb(113 63 18 / var(--tw-ring-opacity, 1))}.ring-opacity-30{--tw-ring-opacity: .3}.ring-opacity-5{--tw-ring-opacity: .05}.ring-opacity-50{--tw-ring-opacity: .5}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-2xl{--tw-blur: blur(40px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-3xl{--tw-blur: blur(64px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-lg{--tw-blur: blur(16px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-xl{--tw-blur: blur(24px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.brightness-0{--tw-brightness: brightness(0);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow-2xl{--tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / .15));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow-lg{--tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / .04)) drop-shadow(0 4px 3px rgb(0 0 0 / .1));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow-md{--tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / .07)) drop-shadow(0 2px 2px rgb(0 0 0 / .06));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow-sm{--tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / .05));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.grayscale{--tw-grayscale: grayscale(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.invert{--tw-invert: invert(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur{--tw-backdrop-blur: blur(8px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-lg{--tw-backdrop-blur: blur(16px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-md{--tw-backdrop-blur: blur(12px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-sm{--tw-backdrop-blur: blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-filter{-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.delay-100{transition-delay:.1s}.delay-1000{transition-delay:1s}.delay-200{transition-delay:.2s}.delay-300{transition-delay:.3s}.delay-500{transition-delay:.5s}.delay-700{transition-delay:.7s}.duration-100{transition-duration:.1s}.duration-1000{transition-duration:1s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.duration-700{transition-duration:.7s}.duration-75{transition-duration:75ms}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.lesson-option{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.lesson-option:hover{--tw-translate-y: -.125rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.lesson-option{cursor:pointer}.lesson-option .icon-container{border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(191 219 254 / var(--tw-bg-opacity, 1));padding:.75rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.group:hover .lesson-option .icon-container{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.lesson-option .icon{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.lesson-option.selected{background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from: #eff6ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #dbeafe var(--tw-gradient-to-position);border-width:2px;--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1));--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);--tw-scale-x: 1.02;--tw-scale-y: 1.02;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.lesson-option.selected .icon-container{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1));--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);--tw-shadow-color: rgb(59 130 246 / .3);--tw-shadow: var(--tw-shadow-colored)}.lesson-option.selected .icon{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.lesson-option.selected h3,.lesson-option.selected p{font-weight:500;--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}.lesson-option.selected .text-gray-600{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .5s ease-out}a,button,input,select,textarea{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}:focus-visible{outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-opacity: 1;--tw-ring-color: rgb(139 92 246 / var(--tw-ring-opacity, 1));--tw-ring-offset-width: 2px}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}::-webkit-scrollbar-thumb{border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity, 1))}::-webkit-scrollbar-thumb:hover{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity, 1))}::-moz-selection{--tw-bg-opacity: 1;background-color:rgb(233 213 255 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(88 28 135 / var(--tw-text-opacity, 1))}::selection{--tw-bg-opacity: 1;background-color:rgb(233 213 255 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(88 28 135 / var(--tw-text-opacity, 1))}@keyframes chatFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-chat-fade-in{animation:chatFadeIn .3s ease-out}.chat-messages-container::-webkit-scrollbar{width:6px}.chat-messages-container::-webkit-scrollbar-track{border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(244 244 245 / var(--tw-bg-opacity, 1))}.chat-messages-container::-webkit-scrollbar-thumb{border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(161 161 170 / var(--tw-bg-opacity, 1))}.chat-messages-container::-webkit-scrollbar-thumb:hover{--tw-bg-opacity: 1;background-color:rgb(113 113 122 / var(--tw-bg-opacity, 1))}@keyframes typing-bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-10px)}}.file\:mr-4::file-selector-button{margin-right:1rem}.file\:rounded-full::file-selector-button{border-radius:9999px}.file\:rounded-md::file-selector-button{border-radius:.375rem}.file\:border-0::file-selector-button{border-width:0px}.file\:bg-indigo-50::file-selector-button{--tw-bg-opacity: 1;background-color:rgb(238 242 255 / var(--tw-bg-opacity, 1))}.file\:bg-primary-50::file-selector-button{--tw-bg-opacity: 1;background-color:rgb(245 243 255 / var(--tw-bg-opacity, 1))}.file\:px-4::file-selector-button{padding-left:1rem;padding-right:1rem}.file\:py-2::file-selector-button{padding-top:.5rem;padding-bottom:.5rem}.file\:text-sm::file-selector-button{font-size:.875rem;line-height:1.25rem}.file\:font-medium::file-selector-button{font-weight:500}.file\:font-semibold::file-selector-button{font-weight:600}.file\:text-indigo-700::file-selector-button{--tw-text-opacity: 1;color:rgb(67 56 202 / var(--tw-text-opacity, 1))}.file\:text-primary-700::file-selector-button{--tw-text-opacity: 1;color:rgb(109 40 217 / var(--tw-text-opacity, 1))}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:left-\[2px\]:after{content:var(--tw-content);left:2px}.after\:top-\[2px\]:after{content:var(--tw-content);top:2px}.after\:h-4:after{content:var(--tw-content);height:1rem}.after\:h-5:after{content:var(--tw-content);height:1.25rem}.after\:w-4:after{content:var(--tw-content);width:1rem}.after\:w-5:after{content:var(--tw-content);width:1.25rem}.after\:rounded-full:after{content:var(--tw-content);border-radius:9999px}.after\:border:after{content:var(--tw-content);border-width:1px}.after\:border-gray-300:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.after\:bg-white:after{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.after\:transition-all:after{content:var(--tw-content);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.after\:content-\[\'\'\]:after{--tw-content: "";content:var(--tw-content)}.last\:mb-0:last-child{margin-bottom:0}.last\:border-0:last-child{border-width:0px}.last\:border-b-0:last-child{border-bottom-width:0px}.last\:border-r-0:last-child{border-right-width:0px}.focus-within\:outline-none:focus-within{outline:2px solid transparent;outline-offset:2px}.focus-within\:ring-2:focus-within{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-within\:ring-blue-500:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}.focus-within\:ring-indigo-500:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1))}.focus-within\:ring-offset-2:focus-within{--tw-ring-offset-width: 2px}.hover\:-translate-y-0:hover{--tw-translate-y: -0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:-translate-y-0\.5:hover{--tw-translate-y: -.125rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:-translate-y-1:hover{--tw-translate-y: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:-translate-y-2:hover{--tw-translate-y: -.5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:rotate-0:hover{--tw-rotate: 0deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:rotate-1:hover{--tw-rotate: 1deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-105:hover{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-110:hover{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-\[1\.02\]:hover{--tw-scale-x: 1.02;--tw-scale-y: 1.02;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:border-\[var\(--primary-color\)\]:hover{border-color:var(--primary-color)}.hover\:border-blue-100:hover{--tw-border-opacity: 1;border-color:rgb(219 234 254 / var(--tw-border-opacity, 1))}.hover\:border-blue-200:hover{--tw-border-opacity: 1;border-color:rgb(191 219 254 / var(--tw-border-opacity, 1))}.hover\:border-blue-300:hover{--tw-border-opacity: 1;border-color:rgb(147 197 253 / var(--tw-border-opacity, 1))}.hover\:border-blue-400:hover{--tw-border-opacity: 1;border-color:rgb(96 165 250 / var(--tw-border-opacity, 1))}.hover\:border-blue-50:hover{--tw-border-opacity: 1;border-color:rgb(239 246 255 / var(--tw-border-opacity, 1))}.hover\:border-blue-500:hover{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.hover\:border-blue-600:hover{--tw-border-opacity: 1;border-color:rgb(37 99 235 / var(--tw-border-opacity, 1))}.hover\:border-blue-700:hover{--tw-border-opacity: 1;border-color:rgb(29 78 216 / var(--tw-border-opacity, 1))}.hover\:border-blue-800:hover{--tw-border-opacity: 1;border-color:rgb(30 64 175 / var(--tw-border-opacity, 1))}.hover\:border-blue-900:hover{--tw-border-opacity: 1;border-color:rgb(30 58 138 / var(--tw-border-opacity, 1))}.hover\:border-cyan-100:hover{--tw-border-opacity: 1;border-color:rgb(207 250 254 / var(--tw-border-opacity, 1))}.hover\:border-cyan-200:hover{--tw-border-opacity: 1;border-color:rgb(165 243 252 / var(--tw-border-opacity, 1))}.hover\:border-cyan-300:hover{--tw-border-opacity: 1;border-color:rgb(103 232 249 / var(--tw-border-opacity, 1))}.hover\:border-cyan-400:hover{--tw-border-opacity: 1;border-color:rgb(34 211 238 / var(--tw-border-opacity, 1))}.hover\:border-cyan-50:hover{--tw-border-opacity: 1;border-color:rgb(236 254 255 / var(--tw-border-opacity, 1))}.hover\:border-cyan-500:hover{--tw-border-opacity: 1;border-color:rgb(6 182 212 / var(--tw-border-opacity, 1))}.hover\:border-cyan-600:hover{--tw-border-opacity: 1;border-color:rgb(8 145 178 / var(--tw-border-opacity, 1))}.hover\:border-cyan-700:hover{--tw-border-opacity: 1;border-color:rgb(14 116 144 / var(--tw-border-opacity, 1))}.hover\:border-cyan-800:hover{--tw-border-opacity: 1;border-color:rgb(21 94 117 / var(--tw-border-opacity, 1))}.hover\:border-cyan-900:hover{--tw-border-opacity: 1;border-color:rgb(22 78 99 / var(--tw-border-opacity, 1))}.hover\:border-gray-100:hover{--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1))}.hover\:border-gray-200:hover{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.hover\:border-gray-300:hover{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.hover\:border-gray-400:hover{--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity, 1))}.hover\:border-gray-50:hover{--tw-border-opacity: 1;border-color:rgb(249 250 251 / var(--tw-border-opacity, 1))}.hover\:border-gray-500:hover{--tw-border-opacity: 1;border-color:rgb(107 114 128 / var(--tw-border-opacity, 1))}.hover\:border-gray-600:hover{--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity, 1))}.hover\:border-gray-700:hover{--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity, 1))}.hover\:border-gray-800:hover{--tw-border-opacity: 1;border-color:rgb(31 41 55 / var(--tw-border-opacity, 1))}.hover\:border-gray-900:hover{--tw-border-opacity: 1;border-color:rgb(17 24 39 / var(--tw-border-opacity, 1))}.hover\:border-green-100:hover{--tw-border-opacity: 1;border-color:rgb(220 252 231 / var(--tw-border-opacity, 1))}.hover\:border-green-200:hover{--tw-border-opacity: 1;border-color:rgb(187 247 208 / var(--tw-border-opacity, 1))}.hover\:border-green-300:hover{--tw-border-opacity: 1;border-color:rgb(134 239 172 / var(--tw-border-opacity, 1))}.hover\:border-green-400:hover{--tw-border-opacity: 1;border-color:rgb(74 222 128 / var(--tw-border-opacity, 1))}.hover\:border-green-50:hover{--tw-border-opacity: 1;border-color:rgb(240 253 244 / var(--tw-border-opacity, 1))}.hover\:border-green-500:hover{--tw-border-opacity: 1;border-color:rgb(34 197 94 / var(--tw-border-opacity, 1))}.hover\:border-green-600:hover{--tw-border-opacity: 1;border-color:rgb(22 163 74 / var(--tw-border-opacity, 1))}.hover\:border-green-700:hover{--tw-border-opacity: 1;border-color:rgb(21 128 61 / var(--tw-border-opacity, 1))}.hover\:border-green-800:hover{--tw-border-opacity: 1;border-color:rgb(22 101 52 / var(--tw-border-opacity, 1))}.hover\:border-green-900:hover{--tw-border-opacity: 1;border-color:rgb(20 83 45 / var(--tw-border-opacity, 1))}.hover\:border-indigo-100:hover{--tw-border-opacity: 1;border-color:rgb(224 231 255 / var(--tw-border-opacity, 1))}.hover\:border-indigo-200:hover{--tw-border-opacity: 1;border-color:rgb(199 210 254 / var(--tw-border-opacity, 1))}.hover\:border-indigo-300:hover{--tw-border-opacity: 1;border-color:rgb(165 180 252 / var(--tw-border-opacity, 1))}.hover\:border-indigo-400:hover{--tw-border-opacity: 1;border-color:rgb(129 140 248 / var(--tw-border-opacity, 1))}.hover\:border-indigo-50:hover{--tw-border-opacity: 1;border-color:rgb(238 242 255 / var(--tw-border-opacity, 1))}.hover\:border-indigo-500:hover{--tw-border-opacity: 1;border-color:rgb(99 102 241 / var(--tw-border-opacity, 1))}.hover\:border-indigo-600:hover{--tw-border-opacity: 1;border-color:rgb(79 70 229 / var(--tw-border-opacity, 1))}.hover\:border-indigo-700:hover{--tw-border-opacity: 1;border-color:rgb(67 56 202 / var(--tw-border-opacity, 1))}.hover\:border-indigo-800:hover{--tw-border-opacity: 1;border-color:rgb(55 48 163 / var(--tw-border-opacity, 1))}.hover\:border-indigo-900:hover{--tw-border-opacity: 1;border-color:rgb(49 46 129 / var(--tw-border-opacity, 1))}.hover\:border-neutral-300:hover{--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity, 1))}.hover\:border-orange-100:hover{--tw-border-opacity: 1;border-color:rgb(255 237 213 / var(--tw-border-opacity, 1))}.hover\:border-orange-200:hover{--tw-border-opacity: 1;border-color:rgb(254 215 170 / var(--tw-border-opacity, 1))}.hover\:border-orange-300:hover{--tw-border-opacity: 1;border-color:rgb(253 186 116 / var(--tw-border-opacity, 1))}.hover\:border-orange-400:hover{--tw-border-opacity: 1;border-color:rgb(251 146 60 / var(--tw-border-opacity, 1))}.hover\:border-orange-50:hover{--tw-border-opacity: 1;border-color:rgb(255 247 237 / var(--tw-border-opacity, 1))}.hover\:border-orange-500:hover{--tw-border-opacity: 1;border-color:rgb(249 115 22 / var(--tw-border-opacity, 1))}.hover\:border-orange-600:hover{--tw-border-opacity: 1;border-color:rgb(234 88 12 / var(--tw-border-opacity, 1))}.hover\:border-orange-700:hover{--tw-border-opacity: 1;border-color:rgb(194 65 12 / var(--tw-border-opacity, 1))}.hover\:border-orange-800:hover{--tw-border-opacity: 1;border-color:rgb(154 52 18 / var(--tw-border-opacity, 1))}.hover\:border-orange-900:hover{--tw-border-opacity: 1;border-color:rgb(124 45 18 / var(--tw-border-opacity, 1))}.hover\:border-pink-100:hover{--tw-border-opacity: 1;border-color:rgb(252 231 243 / var(--tw-border-opacity, 1))}.hover\:border-pink-200:hover{--tw-border-opacity: 1;border-color:rgb(251 207 232 / var(--tw-border-opacity, 1))}.hover\:border-pink-300:hover{--tw-border-opacity: 1;border-color:rgb(249 168 212 / var(--tw-border-opacity, 1))}.hover\:border-pink-400:hover{--tw-border-opacity: 1;border-color:rgb(244 114 182 / var(--tw-border-opacity, 1))}.hover\:border-pink-50:hover{--tw-border-opacity: 1;border-color:rgb(253 242 248 / var(--tw-border-opacity, 1))}.hover\:border-pink-500:hover{--tw-border-opacity: 1;border-color:rgb(236 72 153 / var(--tw-border-opacity, 1))}.hover\:border-pink-600:hover{--tw-border-opacity: 1;border-color:rgb(219 39 119 / var(--tw-border-opacity, 1))}.hover\:border-pink-700:hover{--tw-border-opacity: 1;border-color:rgb(190 24 93 / var(--tw-border-opacity, 1))}.hover\:border-pink-800:hover{--tw-border-opacity: 1;border-color:rgb(157 23 77 / var(--tw-border-opacity, 1))}.hover\:border-pink-900:hover{--tw-border-opacity: 1;border-color:rgb(131 24 67 / var(--tw-border-opacity, 1))}.hover\:border-primary-300:hover{--tw-border-opacity: 1;border-color:rgb(196 181 253 / var(--tw-border-opacity, 1))}.hover\:border-primary-500:hover{--tw-border-opacity: 1;border-color:rgb(139 92 246 / var(--tw-border-opacity, 1))}.hover\:border-purple-100:hover{--tw-border-opacity: 1;border-color:rgb(243 232 255 / var(--tw-border-opacity, 1))}.hover\:border-purple-200:hover{--tw-border-opacity: 1;border-color:rgb(233 213 255 / var(--tw-border-opacity, 1))}.hover\:border-purple-300:hover{--tw-border-opacity: 1;border-color:rgb(216 180 254 / var(--tw-border-opacity, 1))}.hover\:border-purple-400:hover{--tw-border-opacity: 1;border-color:rgb(192 132 252 / var(--tw-border-opacity, 1))}.hover\:border-purple-50:hover{--tw-border-opacity: 1;border-color:rgb(250 245 255 / var(--tw-border-opacity, 1))}.hover\:border-purple-500:hover{--tw-border-opacity: 1;border-color:rgb(168 85 247 / var(--tw-border-opacity, 1))}.hover\:border-purple-600:hover{--tw-border-opacity: 1;border-color:rgb(147 51 234 / var(--tw-border-opacity, 1))}.hover\:border-purple-700:hover{--tw-border-opacity: 1;border-color:rgb(126 34 206 / var(--tw-border-opacity, 1))}.hover\:border-purple-800:hover{--tw-border-opacity: 1;border-color:rgb(107 33 168 / var(--tw-border-opacity, 1))}.hover\:border-purple-900:hover{--tw-border-opacity: 1;border-color:rgb(88 28 135 / var(--tw-border-opacity, 1))}.hover\:border-red-100:hover{--tw-border-opacity: 1;border-color:rgb(254 226 226 / var(--tw-border-opacity, 1))}.hover\:border-red-200:hover{--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity, 1))}.hover\:border-red-300:hover{--tw-border-opacity: 1;border-color:rgb(252 165 165 / var(--tw-border-opacity, 1))}.hover\:border-red-400:hover{--tw-border-opacity: 1;border-color:rgb(248 113 113 / var(--tw-border-opacity, 1))}.hover\:border-red-50:hover{--tw-border-opacity: 1;border-color:rgb(254 242 242 / var(--tw-border-opacity, 1))}.hover\:border-red-500:hover{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.hover\:border-red-600:hover{--tw-border-opacity: 1;border-color:rgb(220 38 38 / var(--tw-border-opacity, 1))}.hover\:border-red-700:hover{--tw-border-opacity: 1;border-color:rgb(185 28 28 / var(--tw-border-opacity, 1))}.hover\:border-red-800:hover{--tw-border-opacity: 1;border-color:rgb(153 27 27 / var(--tw-border-opacity, 1))}.hover\:border-red-900:hover{--tw-border-opacity: 1;border-color:rgb(127 29 29 / var(--tw-border-opacity, 1))}.hover\:border-teal-100:hover{--tw-border-opacity: 1;border-color:rgb(204 251 241 / var(--tw-border-opacity, 1))}.hover\:border-teal-200:hover{--tw-border-opacity: 1;border-color:rgb(153 246 228 / var(--tw-border-opacity, 1))}.hover\:border-teal-300:hover{--tw-border-opacity: 1;border-color:rgb(94 234 212 / var(--tw-border-opacity, 1))}.hover\:border-teal-400:hover{--tw-border-opacity: 1;border-color:rgb(45 212 191 / var(--tw-border-opacity, 1))}.hover\:border-teal-50:hover{--tw-border-opacity: 1;border-color:rgb(240 253 250 / var(--tw-border-opacity, 1))}.hover\:border-teal-500:hover{--tw-border-opacity: 1;border-color:rgb(20 184 166 / var(--tw-border-opacity, 1))}.hover\:border-teal-600:hover{--tw-border-opacity: 1;border-color:rgb(13 148 136 / var(--tw-border-opacity, 1))}.hover\:border-teal-700:hover{--tw-border-opacity: 1;border-color:rgb(15 118 110 / var(--tw-border-opacity, 1))}.hover\:border-teal-800:hover{--tw-border-opacity: 1;border-color:rgb(17 94 89 / var(--tw-border-opacity, 1))}.hover\:border-teal-900:hover{--tw-border-opacity: 1;border-color:rgb(19 78 74 / var(--tw-border-opacity, 1))}.hover\:border-white\/40:hover{border-color:#fff6}.hover\:border-yellow-100:hover{--tw-border-opacity: 1;border-color:rgb(254 249 195 / var(--tw-border-opacity, 1))}.hover\:border-yellow-200:hover{--tw-border-opacity: 1;border-color:rgb(254 240 138 / var(--tw-border-opacity, 1))}.hover\:border-yellow-300:hover{--tw-border-opacity: 1;border-color:rgb(253 224 71 / var(--tw-border-opacity, 1))}.hover\:border-yellow-400:hover{--tw-border-opacity: 1;border-color:rgb(250 204 21 / var(--tw-border-opacity, 1))}.hover\:border-yellow-50:hover{--tw-border-opacity: 1;border-color:rgb(254 252 232 / var(--tw-border-opacity, 1))}.hover\:border-yellow-500:hover{--tw-border-opacity: 1;border-color:rgb(234 179 8 / var(--tw-border-opacity, 1))}.hover\:border-yellow-600:hover{--tw-border-opacity: 1;border-color:rgb(202 138 4 / var(--tw-border-opacity, 1))}.hover\:border-yellow-700:hover{--tw-border-opacity: 1;border-color:rgb(161 98 7 / var(--tw-border-opacity, 1))}.hover\:border-yellow-800:hover{--tw-border-opacity: 1;border-color:rgb(133 77 14 / var(--tw-border-opacity, 1))}.hover\:border-yellow-900:hover{--tw-border-opacity: 1;border-color:rgb(113 63 18 / var(--tw-border-opacity, 1))}.hover\:bg-\[var\(--primary-color\)\]:hover{background-color:var(--primary-color)}.hover\:bg-amber-100:hover{--tw-bg-opacity: 1;background-color:rgb(254 243 199 / var(--tw-bg-opacity, 1))}.hover\:bg-amber-600:hover{--tw-bg-opacity: 1;background-color:rgb(217 119 6 / var(--tw-bg-opacity, 1))}.hover\:bg-black\/10:hover{background-color:#0000001a}.hover\:bg-black\/5:hover{background-color:#0000000d}.hover\:bg-blue-100:hover{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-100\/50:hover{background-color:#dbeafe80}.hover\:bg-blue-200:hover{--tw-bg-opacity: 1;background-color:rgb(191 219 254 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-300:hover{--tw-bg-opacity: 1;background-color:rgb(147 197 253 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-400:hover{--tw-bg-opacity: 1;background-color:rgb(96 165 250 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-50:hover{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-500:hover{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-600:hover{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-800:hover{--tw-bg-opacity: 1;background-color:rgb(30 64 175 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-900:hover{--tw-bg-opacity: 1;background-color:rgb(30 58 138 / var(--tw-bg-opacity, 1))}.hover\:bg-cyan-100:hover{--tw-bg-opacity: 1;background-color:rgb(207 250 254 / var(--tw-bg-opacity, 1))}.hover\:bg-cyan-200:hover{--tw-bg-opacity: 1;background-color:rgb(165 243 252 / var(--tw-bg-opacity, 1))}.hover\:bg-cyan-300:hover{--tw-bg-opacity: 1;background-color:rgb(103 232 249 / var(--tw-bg-opacity, 1))}.hover\:bg-cyan-400:hover{--tw-bg-opacity: 1;background-color:rgb(34 211 238 / var(--tw-bg-opacity, 1))}.hover\:bg-cyan-50:hover{--tw-bg-opacity: 1;background-color:rgb(236 254 255 / var(--tw-bg-opacity, 1))}.hover\:bg-cyan-500:hover{--tw-bg-opacity: 1;background-color:rgb(6 182 212 / var(--tw-bg-opacity, 1))}.hover\:bg-cyan-600:hover{--tw-bg-opacity: 1;background-color:rgb(8 145 178 / var(--tw-bg-opacity, 1))}.hover\:bg-cyan-700:hover{--tw-bg-opacity: 1;background-color:rgb(14 116 144 / var(--tw-bg-opacity, 1))}.hover\:bg-cyan-800:hover{--tw-bg-opacity: 1;background-color:rgb(21 94 117 / var(--tw-bg-opacity, 1))}.hover\:bg-cyan-900:hover{--tw-bg-opacity: 1;background-color:rgb(22 78 99 / var(--tw-bg-opacity, 1))}.hover\:bg-danger-200:hover{--tw-bg-opacity: 1;background-color:rgb(254 202 202 / var(--tw-bg-opacity, 1))}.hover\:bg-danger-700:hover{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity, 1))}.hover\:bg-emerald-200:hover{--tw-bg-opacity: 1;background-color:rgb(167 243 208 / var(--tw-bg-opacity, 1))}.hover\:bg-emerald-700:hover{--tw-bg-opacity: 1;background-color:rgb(4 120 87 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-200:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-300:hover{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-400:hover{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-50:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-500:hover{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-600:hover{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-700:hover{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-800:hover{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-900:hover{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.hover\:bg-green-100:hover{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.hover\:bg-green-200:hover{--tw-bg-opacity: 1;background-color:rgb(187 247 208 / var(--tw-bg-opacity, 1))}.hover\:bg-green-300:hover{--tw-bg-opacity: 1;background-color:rgb(134 239 172 / var(--tw-bg-opacity, 1))}.hover\:bg-green-400:hover{--tw-bg-opacity: 1;background-color:rgb(74 222 128 / var(--tw-bg-opacity, 1))}.hover\:bg-green-50:hover{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.hover\:bg-green-500:hover{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}.hover\:bg-green-600:hover{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}.hover\:bg-green-700:hover{--tw-bg-opacity: 1;background-color:rgb(21 128 61 / var(--tw-bg-opacity, 1))}.hover\:bg-green-800:hover{--tw-bg-opacity: 1;background-color:rgb(22 101 52 / var(--tw-bg-opacity, 1))}.hover\:bg-green-900:hover{--tw-bg-opacity: 1;background-color:rgb(20 83 45 / var(--tw-bg-opacity, 1))}.hover\:bg-indigo-100:hover{--tw-bg-opacity: 1;background-color:rgb(224 231 255 / var(--tw-bg-opacity, 1))}.hover\:bg-indigo-200:hover{--tw-bg-opacity: 1;background-color:rgb(199 210 254 / var(--tw-bg-opacity, 1))}.hover\:bg-indigo-300:hover{--tw-bg-opacity: 1;background-color:rgb(165 180 252 / var(--tw-bg-opacity, 1))}.hover\:bg-indigo-400:hover{--tw-bg-opacity: 1;background-color:rgb(129 140 248 / var(--tw-bg-opacity, 1))}.hover\:bg-indigo-50:hover{--tw-bg-opacity: 1;background-color:rgb(238 242 255 / var(--tw-bg-opacity, 1))}.hover\:bg-indigo-500:hover{--tw-bg-opacity: 1;background-color:rgb(99 102 241 / var(--tw-bg-opacity, 1))}.hover\:bg-indigo-600:hover{--tw-bg-opacity: 1;background-color:rgb(79 70 229 / var(--tw-bg-opacity, 1))}.hover\:bg-indigo-700:hover{--tw-bg-opacity: 1;background-color:rgb(67 56 202 / var(--tw-bg-opacity, 1))}.hover\:bg-indigo-800:hover{--tw-bg-opacity: 1;background-color:rgb(55 48 163 / var(--tw-bg-opacity, 1))}.hover\:bg-indigo-900:hover{--tw-bg-opacity: 1;background-color:rgb(49 46 129 / var(--tw-bg-opacity, 1))}.hover\:bg-info-200:hover{--tw-bg-opacity: 1;background-color:rgb(191 219 254 / var(--tw-bg-opacity, 1))}.hover\:bg-info-700:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.hover\:bg-neutral-100:hover{--tw-bg-opacity: 1;background-color:rgb(244 244 245 / var(--tw-bg-opacity, 1))}.hover\:bg-neutral-200:hover{--tw-bg-opacity: 1;background-color:rgb(228 228 231 / var(--tw-bg-opacity, 1))}.hover\:bg-neutral-300:hover{--tw-bg-opacity: 1;background-color:rgb(212 212 216 / var(--tw-bg-opacity, 1))}.hover\:bg-neutral-50:hover{--tw-bg-opacity: 1;background-color:rgb(250 250 250 / var(--tw-bg-opacity, 1))}.hover\:bg-neutral-600:hover{--tw-bg-opacity: 1;background-color:rgb(82 82 91 / var(--tw-bg-opacity, 1))}.hover\:bg-orange-100:hover{--tw-bg-opacity: 1;background-color:rgb(255 237 213 / var(--tw-bg-opacity, 1))}.hover\:bg-orange-200:hover{--tw-bg-opacity: 1;background-color:rgb(254 215 170 / var(--tw-bg-opacity, 1))}.hover\:bg-orange-300:hover{--tw-bg-opacity: 1;background-color:rgb(253 186 116 / var(--tw-bg-opacity, 1))}.hover\:bg-orange-400:hover{--tw-bg-opacity: 1;background-color:rgb(251 146 60 / var(--tw-bg-opacity, 1))}.hover\:bg-orange-50:hover{--tw-bg-opacity: 1;background-color:rgb(255 247 237 / var(--tw-bg-opacity, 1))}.hover\:bg-orange-500:hover{--tw-bg-opacity: 1;background-color:rgb(249 115 22 / var(--tw-bg-opacity, 1))}.hover\:bg-orange-600:hover{--tw-bg-opacity: 1;background-color:rgb(234 88 12 / var(--tw-bg-opacity, 1))}.hover\:bg-orange-700:hover{--tw-bg-opacity: 1;background-color:rgb(194 65 12 / var(--tw-bg-opacity, 1))}.hover\:bg-orange-800:hover{--tw-bg-opacity: 1;background-color:rgb(154 52 18 / var(--tw-bg-opacity, 1))}.hover\:bg-orange-900:hover{--tw-bg-opacity: 1;background-color:rgb(124 45 18 / var(--tw-bg-opacity, 1))}.hover\:bg-pink-100:hover{--tw-bg-opacity: 1;background-color:rgb(252 231 243 / var(--tw-bg-opacity, 1))}.hover\:bg-pink-200:hover{--tw-bg-opacity: 1;background-color:rgb(251 207 232 / var(--tw-bg-opacity, 1))}.hover\:bg-pink-300:hover{--tw-bg-opacity: 1;background-color:rgb(249 168 212 / var(--tw-bg-opacity, 1))}.hover\:bg-pink-400:hover{--tw-bg-opacity: 1;background-color:rgb(244 114 182 / var(--tw-bg-opacity, 1))}.hover\:bg-pink-50:hover{--tw-bg-opacity: 1;background-color:rgb(253 242 248 / var(--tw-bg-opacity, 1))}.hover\:bg-pink-500:hover{--tw-bg-opacity: 1;background-color:rgb(236 72 153 / var(--tw-bg-opacity, 1))}.hover\:bg-pink-600:hover{--tw-bg-opacity: 1;background-color:rgb(219 39 119 / var(--tw-bg-opacity, 1))}.hover\:bg-pink-700:hover{--tw-bg-opacity: 1;background-color:rgb(190 24 93 / var(--tw-bg-opacity, 1))}.hover\:bg-pink-800:hover{--tw-bg-opacity: 1;background-color:rgb(157 23 77 / var(--tw-bg-opacity, 1))}.hover\:bg-pink-900:hover{--tw-bg-opacity: 1;background-color:rgb(131 24 67 / var(--tw-bg-opacity, 1))}.hover\:bg-primary-100:hover{--tw-bg-opacity: 1;background-color:rgb(237 233 254 / var(--tw-bg-opacity, 1))}.hover\:bg-primary-200:hover{--tw-bg-opacity: 1;background-color:rgb(221 214 254 / var(--tw-bg-opacity, 1))}.hover\:bg-primary-50:hover{--tw-bg-opacity: 1;background-color:rgb(245 243 255 / var(--tw-bg-opacity, 1))}.hover\:bg-primary-700:hover{--tw-bg-opacity: 1;background-color:rgb(109 40 217 / var(--tw-bg-opacity, 1))}.hover\:bg-primary-900:hover{--tw-bg-opacity: 1;background-color:rgb(76 29 149 / var(--tw-bg-opacity, 1))}.hover\:bg-purple-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 232 255 / var(--tw-bg-opacity, 1))}.hover\:bg-purple-200:hover{--tw-bg-opacity: 1;background-color:rgb(233 213 255 / var(--tw-bg-opacity, 1))}.hover\:bg-purple-300:hover{--tw-bg-opacity: 1;background-color:rgb(216 180 254 / var(--tw-bg-opacity, 1))}.hover\:bg-purple-400:hover{--tw-bg-opacity: 1;background-color:rgb(192 132 252 / var(--tw-bg-opacity, 1))}.hover\:bg-purple-50:hover{--tw-bg-opacity: 1;background-color:rgb(250 245 255 / var(--tw-bg-opacity, 1))}.hover\:bg-purple-500:hover{--tw-bg-opacity: 1;background-color:rgb(168 85 247 / var(--tw-bg-opacity, 1))}.hover\:bg-purple-600:hover{--tw-bg-opacity: 1;background-color:rgb(147 51 234 / var(--tw-bg-opacity, 1))}.hover\:bg-purple-700:hover{--tw-bg-opacity: 1;background-color:rgb(126 34 206 / var(--tw-bg-opacity, 1))}.hover\:bg-purple-800:hover{--tw-bg-opacity: 1;background-color:rgb(107 33 168 / var(--tw-bg-opacity, 1))}.hover\:bg-purple-900:hover{--tw-bg-opacity: 1;background-color:rgb(88 28 135 / var(--tw-bg-opacity, 1))}.hover\:bg-red-100:hover{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.hover\:bg-red-200:hover{--tw-bg-opacity: 1;background-color:rgb(254 202 202 / var(--tw-bg-opacity, 1))}.hover\:bg-red-300:hover{--tw-bg-opacity: 1;background-color:rgb(252 165 165 / var(--tw-bg-opacity, 1))}.hover\:bg-red-400:hover{--tw-bg-opacity: 1;background-color:rgb(248 113 113 / var(--tw-bg-opacity, 1))}.hover\:bg-red-50:hover{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.hover\:bg-red-500:hover{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.hover\:bg-red-600:hover{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.hover\:bg-red-700:hover{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity, 1))}.hover\:bg-red-800:hover{--tw-bg-opacity: 1;background-color:rgb(153 27 27 / var(--tw-bg-opacity, 1))}.hover\:bg-red-900:hover{--tw-bg-opacity: 1;background-color:rgb(127 29 29 / var(--tw-bg-opacity, 1))}.hover\:bg-secondary-200:hover{--tw-bg-opacity: 1;background-color:rgb(254 240 138 / var(--tw-bg-opacity, 1))}.hover\:bg-success-200:hover{--tw-bg-opacity: 1;background-color:rgb(187 247 208 / var(--tw-bg-opacity, 1))}.hover\:bg-success-600:hover{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}.hover\:bg-success-700:hover{--tw-bg-opacity: 1;background-color:rgb(21 128 61 / var(--tw-bg-opacity, 1))}.hover\:bg-teal-100:hover{--tw-bg-opacity: 1;background-color:rgb(204 251 241 / var(--tw-bg-opacity, 1))}.hover\:bg-teal-200:hover{--tw-bg-opacity: 1;background-color:rgb(153 246 228 / var(--tw-bg-opacity, 1))}.hover\:bg-teal-300:hover{--tw-bg-opacity: 1;background-color:rgb(94 234 212 / var(--tw-bg-opacity, 1))}.hover\:bg-teal-400:hover{--tw-bg-opacity: 1;background-color:rgb(45 212 191 / var(--tw-bg-opacity, 1))}.hover\:bg-teal-50:hover{--tw-bg-opacity: 1;background-color:rgb(240 253 250 / var(--tw-bg-opacity, 1))}.hover\:bg-teal-500:hover{--tw-bg-opacity: 1;background-color:rgb(20 184 166 / var(--tw-bg-opacity, 1))}.hover\:bg-teal-600:hover{--tw-bg-opacity: 1;background-color:rgb(13 148 136 / var(--tw-bg-opacity, 1))}.hover\:bg-teal-700:hover{--tw-bg-opacity: 1;background-color:rgb(15 118 110 / var(--tw-bg-opacity, 1))}.hover\:bg-teal-800:hover{--tw-bg-opacity: 1;background-color:rgb(17 94 89 / var(--tw-bg-opacity, 1))}.hover\:bg-teal-900:hover{--tw-bg-opacity: 1;background-color:rgb(19 78 74 / var(--tw-bg-opacity, 1))}.hover\:bg-warning-200:hover{--tw-bg-opacity: 1;background-color:rgb(253 230 138 / var(--tw-bg-opacity, 1))}.hover\:bg-warning-700:hover{--tw-bg-opacity: 1;background-color:rgb(180 83 9 / var(--tw-bg-opacity, 1))}.hover\:bg-white:hover{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.hover\:bg-white\/10:hover{background-color:#ffffff1a}.hover\:bg-white\/15:hover{background-color:#ffffff26}.hover\:bg-white\/20:hover{background-color:#fff3}.hover\:bg-white\/5:hover{background-color:#ffffff0d}.hover\:bg-yellow-100:hover{--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity, 1))}.hover\:bg-yellow-200:hover{--tw-bg-opacity: 1;background-color:rgb(254 240 138 / var(--tw-bg-opacity, 1))}.hover\:bg-yellow-300:hover{--tw-bg-opacity: 1;background-color:rgb(253 224 71 / var(--tw-bg-opacity, 1))}.hover\:bg-yellow-400:hover{--tw-bg-opacity: 1;background-color:rgb(250 204 21 / var(--tw-bg-opacity, 1))}.hover\:bg-yellow-50:hover{--tw-bg-opacity: 1;background-color:rgb(254 252 232 / var(--tw-bg-opacity, 1))}.hover\:bg-yellow-500:hover{--tw-bg-opacity: 1;background-color:rgb(234 179 8 / var(--tw-bg-opacity, 1))}.hover\:bg-yellow-600:hover{--tw-bg-opacity: 1;background-color:rgb(202 138 4 / var(--tw-bg-opacity, 1))}.hover\:bg-yellow-700:hover{--tw-bg-opacity: 1;background-color:rgb(161 98 7 / var(--tw-bg-opacity, 1))}.hover\:bg-yellow-800:hover{--tw-bg-opacity: 1;background-color:rgb(133 77 14 / var(--tw-bg-opacity, 1))}.hover\:bg-yellow-900:hover{--tw-bg-opacity: 1;background-color:rgb(113 63 18 / var(--tw-bg-opacity, 1))}.hover\:bg-opacity-90:hover{--tw-bg-opacity: .9}.hover\:from-amber-100:hover{--tw-gradient-from: #fef3c7 var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-blue-100:hover{--tw-gradient-from: #dbeafe var(--tw-gradient-from-position);--tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-blue-200:hover{--tw-gradient-from: #bfdbfe var(--tw-gradient-from-position);--tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-blue-300:hover{--tw-gradient-from: #93c5fd var(--tw-gradient-from-position);--tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-blue-400:hover{--tw-gradient-from: #60a5fa var(--tw-gradient-from-position);--tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-blue-50:hover{--tw-gradient-from: #eff6ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-blue-500:hover{--tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);--tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-blue-600:hover{--tw-gradient-from: #2563eb var(--tw-gradient-from-position);--tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-blue-700:hover{--tw-gradient-from: #1d4ed8 var(--tw-gradient-from-position);--tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-blue-800:hover{--tw-gradient-from: #1e40af var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-blue-900:hover{--tw-gradient-from: #1e3a8a var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-cyan-100:hover{--tw-gradient-from: #cffafe var(--tw-gradient-from-position);--tw-gradient-to: rgb(207 250 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-cyan-200:hover{--tw-gradient-from: #a5f3fc var(--tw-gradient-from-position);--tw-gradient-to: rgb(165 243 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-cyan-300:hover{--tw-gradient-from: #67e8f9 var(--tw-gradient-from-position);--tw-gradient-to: rgb(103 232 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-cyan-400:hover{--tw-gradient-from: #22d3ee var(--tw-gradient-from-position);--tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-cyan-50:hover{--tw-gradient-from: #ecfeff var(--tw-gradient-from-position);--tw-gradient-to: rgb(236 254 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-cyan-500:hover{--tw-gradient-from: #06b6d4 var(--tw-gradient-from-position);--tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-cyan-600:hover{--tw-gradient-from: #0891b2 var(--tw-gradient-from-position);--tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-cyan-700:hover{--tw-gradient-from: #0e7490 var(--tw-gradient-from-position);--tw-gradient-to: rgb(14 116 144 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-cyan-800:hover{--tw-gradient-from: #155e75 var(--tw-gradient-from-position);--tw-gradient-to: rgb(21 94 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-cyan-900:hover{--tw-gradient-from: #164e63 var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 78 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-gray-100:hover{--tw-gradient-from: #f3f4f6 var(--tw-gradient-from-position);--tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-gray-200:hover{--tw-gradient-from: #e5e7eb var(--tw-gradient-from-position);--tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-gray-300:hover{--tw-gradient-from: #d1d5db var(--tw-gradient-from-position);--tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-gray-400:hover{--tw-gradient-from: #9ca3af var(--tw-gradient-from-position);--tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-gray-50:hover{--tw-gradient-from: #f9fafb var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-gray-500:hover{--tw-gradient-from: #6b7280 var(--tw-gradient-from-position);--tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-gray-600:hover{--tw-gradient-from: #4b5563 var(--tw-gradient-from-position);--tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-gray-700:hover{--tw-gradient-from: #374151 var(--tw-gradient-from-position);--tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-gray-800:hover{--tw-gradient-from: #1f2937 var(--tw-gradient-from-position);--tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-gray-900:hover{--tw-gradient-from: #111827 var(--tw-gradient-from-position);--tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-green-100:hover{--tw-gradient-from: #dcfce7 var(--tw-gradient-from-position);--tw-gradient-to: rgb(220 252 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-green-200:hover{--tw-gradient-from: #bbf7d0 var(--tw-gradient-from-position);--tw-gradient-to: rgb(187 247 208 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-green-300:hover{--tw-gradient-from: #86efac var(--tw-gradient-from-position);--tw-gradient-to: rgb(134 239 172 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-green-400:hover{--tw-gradient-from: #4ade80 var(--tw-gradient-from-position);--tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-green-50:hover{--tw-gradient-from: #f0fdf4 var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 253 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-green-500:hover{--tw-gradient-from: #22c55e var(--tw-gradient-from-position);--tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-green-600:hover{--tw-gradient-from: #16a34a var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-green-700:hover{--tw-gradient-from: #15803d var(--tw-gradient-from-position);--tw-gradient-to: rgb(21 128 61 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-green-800:hover{--tw-gradient-from: #166534 var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 101 52 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-green-900:hover{--tw-gradient-from: #14532d var(--tw-gradient-from-position);--tw-gradient-to: rgb(20 83 45 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-indigo-100:hover{--tw-gradient-from: #e0e7ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(224 231 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-indigo-200:hover{--tw-gradient-from: #c7d2fe var(--tw-gradient-from-position);--tw-gradient-to: rgb(199 210 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-indigo-300:hover{--tw-gradient-from: #a5b4fc var(--tw-gradient-from-position);--tw-gradient-to: rgb(165 180 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-indigo-400:hover{--tw-gradient-from: #818cf8 var(--tw-gradient-from-position);--tw-gradient-to: rgb(129 140 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-indigo-50:hover{--tw-gradient-from: #eef2ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-indigo-500:hover{--tw-gradient-from: #6366f1 var(--tw-gradient-from-position);--tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-indigo-600:hover{--tw-gradient-from: #4f46e5 var(--tw-gradient-from-position);--tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-indigo-700:hover{--tw-gradient-from: #4338ca var(--tw-gradient-from-position);--tw-gradient-to: rgb(67 56 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-indigo-800:hover{--tw-gradient-from: #3730a3 var(--tw-gradient-from-position);--tw-gradient-to: rgb(55 48 163 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-indigo-900:hover{--tw-gradient-from: #312e81 var(--tw-gradient-from-position);--tw-gradient-to: rgb(49 46 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-orange-100:hover{--tw-gradient-from: #ffedd5 var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-orange-200:hover{--tw-gradient-from: #fed7aa var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-orange-300:hover{--tw-gradient-from: #fdba74 var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-orange-400:hover{--tw-gradient-from: #fb923c var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-orange-50:hover{--tw-gradient-from: #fff7ed var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-orange-500:hover{--tw-gradient-from: #f97316 var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-orange-600:hover{--tw-gradient-from: #ea580c var(--tw-gradient-from-position);--tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-orange-700:hover{--tw-gradient-from: #c2410c var(--tw-gradient-from-position);--tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-orange-800:hover{--tw-gradient-from: #9a3412 var(--tw-gradient-from-position);--tw-gradient-to: rgb(154 52 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-orange-900:hover{--tw-gradient-from: #7c2d12 var(--tw-gradient-from-position);--tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-pink-100:hover{--tw-gradient-from: #fce7f3 var(--tw-gradient-from-position);--tw-gradient-to: rgb(252 231 243 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-pink-200:hover{--tw-gradient-from: #fbcfe8 var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 207 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-pink-300:hover{--tw-gradient-from: #f9a8d4 var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 168 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-pink-400:hover{--tw-gradient-from: #f472b6 var(--tw-gradient-from-position);--tw-gradient-to: rgb(244 114 182 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-pink-50:hover{--tw-gradient-from: #fdf2f8 var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-pink-500:hover{--tw-gradient-from: #ec4899 var(--tw-gradient-from-position);--tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-pink-600:hover{--tw-gradient-from: #db2777 var(--tw-gradient-from-position);--tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-pink-700:hover{--tw-gradient-from: #be185d var(--tw-gradient-from-position);--tw-gradient-to: rgb(190 24 93 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-pink-800:hover{--tw-gradient-from: #9d174d var(--tw-gradient-from-position);--tw-gradient-to: rgb(157 23 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-pink-900:hover{--tw-gradient-from: #831843 var(--tw-gradient-from-position);--tw-gradient-to: rgb(131 24 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-primary-600:hover{--tw-gradient-from: #7c3aed var(--tw-gradient-from-position);--tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-purple-100:hover{--tw-gradient-from: #f3e8ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-purple-200:hover{--tw-gradient-from: #e9d5ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(233 213 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-purple-300:hover{--tw-gradient-from: #d8b4fe var(--tw-gradient-from-position);--tw-gradient-to: rgb(216 180 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-purple-400:hover{--tw-gradient-from: #c084fc var(--tw-gradient-from-position);--tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-purple-50:hover{--tw-gradient-from: #faf5ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-purple-500:hover{--tw-gradient-from: #a855f7 var(--tw-gradient-from-position);--tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-purple-600:hover{--tw-gradient-from: #9333ea var(--tw-gradient-from-position);--tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-purple-700:hover{--tw-gradient-from: #7e22ce var(--tw-gradient-from-position);--tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-purple-800:hover{--tw-gradient-from: #6b21a8 var(--tw-gradient-from-position);--tw-gradient-to: rgb(107 33 168 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-purple-900:hover{--tw-gradient-from: #581c87 var(--tw-gradient-from-position);--tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-red-100:hover{--tw-gradient-from: #fee2e2 var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 226 226 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-red-200:hover{--tw-gradient-from: #fecaca var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 202 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-red-300:hover{--tw-gradient-from: #fca5a5 var(--tw-gradient-from-position);--tw-gradient-to: rgb(252 165 165 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-red-400:hover{--tw-gradient-from: #f87171 var(--tw-gradient-from-position);--tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-red-50:hover{--tw-gradient-from: #fef2f2 var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-red-500:hover{--tw-gradient-from: #ef4444 var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-red-600:hover{--tw-gradient-from: #dc2626 var(--tw-gradient-from-position);--tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-red-700:hover{--tw-gradient-from: #b91c1c var(--tw-gradient-from-position);--tw-gradient-to: rgb(185 28 28 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-red-800:hover{--tw-gradient-from: #991b1b var(--tw-gradient-from-position);--tw-gradient-to: rgb(153 27 27 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-red-900:hover{--tw-gradient-from: #7f1d1d var(--tw-gradient-from-position);--tw-gradient-to: rgb(127 29 29 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-teal-100:hover{--tw-gradient-from: #ccfbf1 var(--tw-gradient-from-position);--tw-gradient-to: rgb(204 251 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-teal-200:hover{--tw-gradient-from: #99f6e4 var(--tw-gradient-from-position);--tw-gradient-to: rgb(153 246 228 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-teal-300:hover{--tw-gradient-from: #5eead4 var(--tw-gradient-from-position);--tw-gradient-to: rgb(94 234 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-teal-400:hover{--tw-gradient-from: #2dd4bf var(--tw-gradient-from-position);--tw-gradient-to: rgb(45 212 191 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-teal-50:hover{--tw-gradient-from: #f0fdfa var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 253 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-teal-500:hover{--tw-gradient-from: #14b8a6 var(--tw-gradient-from-position);--tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-teal-600:hover{--tw-gradient-from: #0d9488 var(--tw-gradient-from-position);--tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-teal-700:hover{--tw-gradient-from: #0f766e var(--tw-gradient-from-position);--tw-gradient-to: rgb(15 118 110 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-teal-800:hover{--tw-gradient-from: #115e59 var(--tw-gradient-from-position);--tw-gradient-to: rgb(17 94 89 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-teal-900:hover{--tw-gradient-from: #134e4a var(--tw-gradient-from-position);--tw-gradient-to: rgb(19 78 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-yellow-100:hover{--tw-gradient-from: #fef9c3 var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-yellow-200:hover{--tw-gradient-from: #fef08a var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-yellow-300:hover{--tw-gradient-from: #fde047 var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-yellow-400:hover{--tw-gradient-from: #facc15 var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-yellow-50:hover{--tw-gradient-from: #fefce8 var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-yellow-500:hover{--tw-gradient-from: #eab308 var(--tw-gradient-from-position);--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-yellow-600:hover{--tw-gradient-from: #ca8a04 var(--tw-gradient-from-position);--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-yellow-700:hover{--tw-gradient-from: #a16207 var(--tw-gradient-from-position);--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-yellow-800:hover{--tw-gradient-from: #854d0e var(--tw-gradient-from-position);--tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-yellow-900:hover{--tw-gradient-from: #713f12 var(--tw-gradient-from-position);--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:to-blue-100:hover{--tw-gradient-to: #dbeafe var(--tw-gradient-to-position)}.hover\:to-blue-200:hover{--tw-gradient-to: #bfdbfe var(--tw-gradient-to-position)}.hover\:to-blue-300:hover{--tw-gradient-to: #93c5fd var(--tw-gradient-to-position)}.hover\:to-blue-400:hover{--tw-gradient-to: #60a5fa var(--tw-gradient-to-position)}.hover\:to-blue-50:hover{--tw-gradient-to: #eff6ff var(--tw-gradient-to-position)}.hover\:to-blue-500:hover{--tw-gradient-to: #3b82f6 var(--tw-gradient-to-position)}.hover\:to-blue-600:hover{--tw-gradient-to: #2563eb var(--tw-gradient-to-position)}.hover\:to-blue-700:hover{--tw-gradient-to: #1d4ed8 var(--tw-gradient-to-position)}.hover\:to-blue-800:hover{--tw-gradient-to: #1e40af var(--tw-gradient-to-position)}.hover\:to-blue-900:hover{--tw-gradient-to: #1e3a8a var(--tw-gradient-to-position)}.hover\:to-cyan-100:hover{--tw-gradient-to: #cffafe var(--tw-gradient-to-position)}.hover\:to-cyan-200:hover{--tw-gradient-to: #a5f3fc var(--tw-gradient-to-position)}.hover\:to-cyan-300:hover{--tw-gradient-to: #67e8f9 var(--tw-gradient-to-position)}.hover\:to-cyan-400:hover{--tw-gradient-to: #22d3ee var(--tw-gradient-to-position)}.hover\:to-cyan-50:hover{--tw-gradient-to: #ecfeff var(--tw-gradient-to-position)}.hover\:to-cyan-500:hover{--tw-gradient-to: #06b6d4 var(--tw-gradient-to-position)}.hover\:to-cyan-600:hover{--tw-gradient-to: #0891b2 var(--tw-gradient-to-position)}.hover\:to-cyan-700:hover{--tw-gradient-to: #0e7490 var(--tw-gradient-to-position)}.hover\:to-cyan-800:hover{--tw-gradient-to: #155e75 var(--tw-gradient-to-position)}.hover\:to-cyan-900:hover{--tw-gradient-to: #164e63 var(--tw-gradient-to-position)}.hover\:to-emerald-100:hover{--tw-gradient-to: #d1fae5 var(--tw-gradient-to-position)}.hover\:to-emerald-600:hover{--tw-gradient-to: #059669 var(--tw-gradient-to-position)}.hover\:to-gray-100:hover{--tw-gradient-to: #f3f4f6 var(--tw-gradient-to-position)}.hover\:to-gray-200:hover{--tw-gradient-to: #e5e7eb var(--tw-gradient-to-position)}.hover\:to-gray-300:hover{--tw-gradient-to: #d1d5db var(--tw-gradient-to-position)}.hover\:to-gray-400:hover{--tw-gradient-to: #9ca3af var(--tw-gradient-to-position)}.hover\:to-gray-50:hover{--tw-gradient-to: #f9fafb var(--tw-gradient-to-position)}.hover\:to-gray-500:hover{--tw-gradient-to: #6b7280 var(--tw-gradient-to-position)}.hover\:to-gray-600:hover{--tw-gradient-to: #4b5563 var(--tw-gradient-to-position)}.hover\:to-gray-700:hover{--tw-gradient-to: #374151 var(--tw-gradient-to-position)}.hover\:to-gray-800:hover{--tw-gradient-to: #1f2937 var(--tw-gradient-to-position)}.hover\:to-gray-900:hover{--tw-gradient-to: #111827 var(--tw-gradient-to-position)}.hover\:to-green-100:hover{--tw-gradient-to: #dcfce7 var(--tw-gradient-to-position)}.hover\:to-green-200:hover{--tw-gradient-to: #bbf7d0 var(--tw-gradient-to-position)}.hover\:to-green-300:hover{--tw-gradient-to: #86efac var(--tw-gradient-to-position)}.hover\:to-green-400:hover{--tw-gradient-to: #4ade80 var(--tw-gradient-to-position)}.hover\:to-green-50:hover{--tw-gradient-to: #f0fdf4 var(--tw-gradient-to-position)}.hover\:to-green-500:hover{--tw-gradient-to: #22c55e var(--tw-gradient-to-position)}.hover\:to-green-600:hover{--tw-gradient-to: #16a34a var(--tw-gradient-to-position)}.hover\:to-green-700:hover{--tw-gradient-to: #15803d var(--tw-gradient-to-position)}.hover\:to-green-800:hover{--tw-gradient-to: #166534 var(--tw-gradient-to-position)}.hover\:to-green-900:hover{--tw-gradient-to: #14532d var(--tw-gradient-to-position)}.hover\:to-indigo-100:hover{--tw-gradient-to: #e0e7ff var(--tw-gradient-to-position)}.hover\:to-indigo-200:hover{--tw-gradient-to: #c7d2fe var(--tw-gradient-to-position)}.hover\:to-indigo-300:hover{--tw-gradient-to: #a5b4fc var(--tw-gradient-to-position)}.hover\:to-indigo-400:hover{--tw-gradient-to: #818cf8 var(--tw-gradient-to-position)}.hover\:to-indigo-50:hover{--tw-gradient-to: #eef2ff var(--tw-gradient-to-position)}.hover\:to-indigo-500:hover{--tw-gradient-to: #6366f1 var(--tw-gradient-to-position)}.hover\:to-indigo-600:hover{--tw-gradient-to: #4f46e5 var(--tw-gradient-to-position)}.hover\:to-indigo-700:hover{--tw-gradient-to: #4338ca var(--tw-gradient-to-position)}.hover\:to-indigo-800:hover{--tw-gradient-to: #3730a3 var(--tw-gradient-to-position)}.hover\:to-indigo-900:hover{--tw-gradient-to: #312e81 var(--tw-gradient-to-position)}.hover\:to-orange-100:hover{--tw-gradient-to: #ffedd5 var(--tw-gradient-to-position)}.hover\:to-orange-200:hover{--tw-gradient-to: #fed7aa var(--tw-gradient-to-position)}.hover\:to-orange-300:hover{--tw-gradient-to: #fdba74 var(--tw-gradient-to-position)}.hover\:to-orange-400:hover{--tw-gradient-to: #fb923c var(--tw-gradient-to-position)}.hover\:to-orange-50:hover{--tw-gradient-to: #fff7ed var(--tw-gradient-to-position)}.hover\:to-orange-500:hover{--tw-gradient-to: #f97316 var(--tw-gradient-to-position)}.hover\:to-orange-600:hover{--tw-gradient-to: #ea580c var(--tw-gradient-to-position)}.hover\:to-orange-700:hover{--tw-gradient-to: #c2410c var(--tw-gradient-to-position)}.hover\:to-orange-800:hover{--tw-gradient-to: #9a3412 var(--tw-gradient-to-position)}.hover\:to-orange-900:hover{--tw-gradient-to: #7c2d12 var(--tw-gradient-to-position)}.hover\:to-pink-100:hover{--tw-gradient-to: #fce7f3 var(--tw-gradient-to-position)}.hover\:to-pink-200:hover{--tw-gradient-to: #fbcfe8 var(--tw-gradient-to-position)}.hover\:to-pink-300:hover{--tw-gradient-to: #f9a8d4 var(--tw-gradient-to-position)}.hover\:to-pink-400:hover{--tw-gradient-to: #f472b6 var(--tw-gradient-to-position)}.hover\:to-pink-50:hover{--tw-gradient-to: #fdf2f8 var(--tw-gradient-to-position)}.hover\:to-pink-500:hover{--tw-gradient-to: #ec4899 var(--tw-gradient-to-position)}.hover\:to-pink-600:hover{--tw-gradient-to: #db2777 var(--tw-gradient-to-position)}.hover\:to-pink-700:hover{--tw-gradient-to: #be185d var(--tw-gradient-to-position)}.hover\:to-pink-800:hover{--tw-gradient-to: #9d174d var(--tw-gradient-to-position)}.hover\:to-pink-900:hover{--tw-gradient-to: #831843 var(--tw-gradient-to-position)}.hover\:to-primary-700:hover{--tw-gradient-to: #6d28d9 var(--tw-gradient-to-position)}.hover\:to-purple-100:hover{--tw-gradient-to: #f3e8ff var(--tw-gradient-to-position)}.hover\:to-purple-200:hover{--tw-gradient-to: #e9d5ff var(--tw-gradient-to-position)}.hover\:to-purple-300:hover{--tw-gradient-to: #d8b4fe var(--tw-gradient-to-position)}.hover\:to-purple-400:hover{--tw-gradient-to: #c084fc var(--tw-gradient-to-position)}.hover\:to-purple-50:hover{--tw-gradient-to: #faf5ff var(--tw-gradient-to-position)}.hover\:to-purple-500:hover{--tw-gradient-to: #a855f7 var(--tw-gradient-to-position)}.hover\:to-purple-600:hover{--tw-gradient-to: #9333ea var(--tw-gradient-to-position)}.hover\:to-purple-700:hover{--tw-gradient-to: #7e22ce var(--tw-gradient-to-position)}.hover\:to-purple-800:hover{--tw-gradient-to: #6b21a8 var(--tw-gradient-to-position)}.hover\:to-purple-900:hover{--tw-gradient-to: #581c87 var(--tw-gradient-to-position)}.hover\:to-red-100:hover{--tw-gradient-to: #fee2e2 var(--tw-gradient-to-position)}.hover\:to-red-200:hover{--tw-gradient-to: #fecaca var(--tw-gradient-to-position)}.hover\:to-red-300:hover{--tw-gradient-to: #fca5a5 var(--tw-gradient-to-position)}.hover\:to-red-400:hover{--tw-gradient-to: #f87171 var(--tw-gradient-to-position)}.hover\:to-red-50:hover{--tw-gradient-to: #fef2f2 var(--tw-gradient-to-position)}.hover\:to-red-500:hover{--tw-gradient-to: #ef4444 var(--tw-gradient-to-position)}.hover\:to-red-600:hover{--tw-gradient-to: #dc2626 var(--tw-gradient-to-position)}.hover\:to-red-700:hover{--tw-gradient-to: #b91c1c var(--tw-gradient-to-position)}.hover\:to-red-800:hover{--tw-gradient-to: #991b1b var(--tw-gradient-to-position)}.hover\:to-red-900:hover{--tw-gradient-to: #7f1d1d var(--tw-gradient-to-position)}.hover\:to-teal-100:hover{--tw-gradient-to: #ccfbf1 var(--tw-gradient-to-position)}.hover\:to-teal-200:hover{--tw-gradient-to: #99f6e4 var(--tw-gradient-to-position)}.hover\:to-teal-300:hover{--tw-gradient-to: #5eead4 var(--tw-gradient-to-position)}.hover\:to-teal-400:hover{--tw-gradient-to: #2dd4bf var(--tw-gradient-to-position)}.hover\:to-teal-50:hover{--tw-gradient-to: #f0fdfa var(--tw-gradient-to-position)}.hover\:to-teal-500:hover{--tw-gradient-to: #14b8a6 var(--tw-gradient-to-position)}.hover\:to-teal-600:hover{--tw-gradient-to: #0d9488 var(--tw-gradient-to-position)}.hover\:to-teal-700:hover{--tw-gradient-to: #0f766e var(--tw-gradient-to-position)}.hover\:to-teal-800:hover{--tw-gradient-to: #115e59 var(--tw-gradient-to-position)}.hover\:to-teal-900:hover{--tw-gradient-to: #134e4a var(--tw-gradient-to-position)}.hover\:to-white:hover{--tw-gradient-to: #fff var(--tw-gradient-to-position)}.hover\:to-yellow-100:hover{--tw-gradient-to: #fef9c3 var(--tw-gradient-to-position)}.hover\:to-yellow-200:hover{--tw-gradient-to: #fef08a var(--tw-gradient-to-position)}.hover\:to-yellow-300:hover{--tw-gradient-to: #fde047 var(--tw-gradient-to-position)}.hover\:to-yellow-400:hover{--tw-gradient-to: #facc15 var(--tw-gradient-to-position)}.hover\:to-yellow-50:hover{--tw-gradient-to: #fefce8 var(--tw-gradient-to-position)}.hover\:to-yellow-500:hover{--tw-gradient-to: #eab308 var(--tw-gradient-to-position)}.hover\:to-yellow-600:hover{--tw-gradient-to: #ca8a04 var(--tw-gradient-to-position)}.hover\:to-yellow-700:hover{--tw-gradient-to: #a16207 var(--tw-gradient-to-position)}.hover\:to-yellow-800:hover{--tw-gradient-to: #854d0e var(--tw-gradient-to-position)}.hover\:to-yellow-900:hover{--tw-gradient-to: #713f12 var(--tw-gradient-to-position)}.hover\:text-\[var\(--primary-color\)\]:hover{color:var(--primary-color)}.hover\:text-blue-100:hover{--tw-text-opacity: 1;color:rgb(219 234 254 / var(--tw-text-opacity, 1))}.hover\:text-blue-200:hover{--tw-text-opacity: 1;color:rgb(191 219 254 / var(--tw-text-opacity, 1))}.hover\:text-blue-300:hover{--tw-text-opacity: 1;color:rgb(147 197 253 / var(--tw-text-opacity, 1))}.hover\:text-blue-400:hover{--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity, 1))}.hover\:text-blue-50:hover{--tw-text-opacity: 1;color:rgb(239 246 255 / var(--tw-text-opacity, 1))}.hover\:text-blue-500:hover{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.hover\:text-blue-600:hover{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.hover\:text-blue-700:hover{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.hover\:text-blue-800:hover{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}.hover\:text-blue-900:hover{--tw-text-opacity: 1;color:rgb(30 58 138 / var(--tw-text-opacity, 1))}.hover\:text-cyan-100:hover{--tw-text-opacity: 1;color:rgb(207 250 254 / var(--tw-text-opacity, 1))}.hover\:text-cyan-200:hover{--tw-text-opacity: 1;color:rgb(165 243 252 / var(--tw-text-opacity, 1))}.hover\:text-cyan-300:hover{--tw-text-opacity: 1;color:rgb(103 232 249 / var(--tw-text-opacity, 1))}.hover\:text-cyan-400:hover{--tw-text-opacity: 1;color:rgb(34 211 238 / var(--tw-text-opacity, 1))}.hover\:text-cyan-50:hover{--tw-text-opacity: 1;color:rgb(236 254 255 / var(--tw-text-opacity, 1))}.hover\:text-cyan-500:hover{--tw-text-opacity: 1;color:rgb(6 182 212 / var(--tw-text-opacity, 1))}.hover\:text-cyan-600:hover{--tw-text-opacity: 1;color:rgb(8 145 178 / var(--tw-text-opacity, 1))}.hover\:text-cyan-700:hover{--tw-text-opacity: 1;color:rgb(14 116 144 / var(--tw-text-opacity, 1))}.hover\:text-cyan-800:hover{--tw-text-opacity: 1;color:rgb(21 94 117 / var(--tw-text-opacity, 1))}.hover\:text-cyan-900:hover{--tw-text-opacity: 1;color:rgb(22 78 99 / var(--tw-text-opacity, 1))}.hover\:text-danger-600:hover{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.hover\:text-danger-700:hover{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.hover\:text-danger-900:hover{--tw-text-opacity: 1;color:rgb(127 29 29 / var(--tw-text-opacity, 1))}.hover\:text-gray-100:hover{--tw-text-opacity: 1;color:rgb(243 244 246 / var(--tw-text-opacity, 1))}.hover\:text-gray-200:hover{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.hover\:text-gray-300:hover{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.hover\:text-gray-400:hover{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.hover\:text-gray-50:hover{--tw-text-opacity: 1;color:rgb(249 250 251 / var(--tw-text-opacity, 1))}.hover\:text-gray-500:hover{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.hover\:text-gray-600:hover{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.hover\:text-gray-700:hover{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.hover\:text-gray-800:hover{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.hover\:text-gray-900:hover{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.hover\:text-green-100:hover{--tw-text-opacity: 1;color:rgb(220 252 231 / var(--tw-text-opacity, 1))}.hover\:text-green-200:hover{--tw-text-opacity: 1;color:rgb(187 247 208 / var(--tw-text-opacity, 1))}.hover\:text-green-300:hover{--tw-text-opacity: 1;color:rgb(134 239 172 / var(--tw-text-opacity, 1))}.hover\:text-green-400:hover{--tw-text-opacity: 1;color:rgb(74 222 128 / var(--tw-text-opacity, 1))}.hover\:text-green-50:hover{--tw-text-opacity: 1;color:rgb(240 253 244 / var(--tw-text-opacity, 1))}.hover\:text-green-500:hover{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.hover\:text-green-600:hover{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.hover\:text-green-700:hover{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}.hover\:text-green-800:hover{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity, 1))}.hover\:text-green-900:hover{--tw-text-opacity: 1;color:rgb(20 83 45 / var(--tw-text-opacity, 1))}.hover\:text-indigo-100:hover{--tw-text-opacity: 1;color:rgb(224 231 255 / var(--tw-text-opacity, 1))}.hover\:text-indigo-200:hover{--tw-text-opacity: 1;color:rgb(199 210 254 / var(--tw-text-opacity, 1))}.hover\:text-indigo-300:hover{--tw-text-opacity: 1;color:rgb(165 180 252 / var(--tw-text-opacity, 1))}.hover\:text-indigo-400:hover{--tw-text-opacity: 1;color:rgb(129 140 248 / var(--tw-text-opacity, 1))}.hover\:text-indigo-50:hover{--tw-text-opacity: 1;color:rgb(238 242 255 / var(--tw-text-opacity, 1))}.hover\:text-indigo-500:hover{--tw-text-opacity: 1;color:rgb(99 102 241 / var(--tw-text-opacity, 1))}.hover\:text-indigo-600:hover{--tw-text-opacity: 1;color:rgb(79 70 229 / var(--tw-text-opacity, 1))}.hover\:text-indigo-700:hover{--tw-text-opacity: 1;color:rgb(67 56 202 / var(--tw-text-opacity, 1))}.hover\:text-indigo-800:hover{--tw-text-opacity: 1;color:rgb(55 48 163 / var(--tw-text-opacity, 1))}.hover\:text-indigo-900:hover{--tw-text-opacity: 1;color:rgb(49 46 129 / var(--tw-text-opacity, 1))}.hover\:text-info-900:hover{--tw-text-opacity: 1;color:rgb(30 58 138 / var(--tw-text-opacity, 1))}.hover\:text-neutral-500:hover{--tw-text-opacity: 1;color:rgb(113 113 122 / var(--tw-text-opacity, 1))}.hover\:text-neutral-600:hover{--tw-text-opacity: 1;color:rgb(82 82 91 / var(--tw-text-opacity, 1))}.hover\:text-neutral-700:hover{--tw-text-opacity: 1;color:rgb(63 63 70 / var(--tw-text-opacity, 1))}.hover\:text-neutral-900:hover{--tw-text-opacity: 1;color:rgb(24 24 27 / var(--tw-text-opacity, 1))}.hover\:text-orange-100:hover{--tw-text-opacity: 1;color:rgb(255 237 213 / var(--tw-text-opacity, 1))}.hover\:text-orange-200:hover{--tw-text-opacity: 1;color:rgb(254 215 170 / var(--tw-text-opacity, 1))}.hover\:text-orange-300:hover{--tw-text-opacity: 1;color:rgb(253 186 116 / var(--tw-text-opacity, 1))}.hover\:text-orange-400:hover{--tw-text-opacity: 1;color:rgb(251 146 60 / var(--tw-text-opacity, 1))}.hover\:text-orange-50:hover{--tw-text-opacity: 1;color:rgb(255 247 237 / var(--tw-text-opacity, 1))}.hover\:text-orange-500:hover{--tw-text-opacity: 1;color:rgb(249 115 22 / var(--tw-text-opacity, 1))}.hover\:text-orange-600:hover{--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity, 1))}.hover\:text-orange-700:hover{--tw-text-opacity: 1;color:rgb(194 65 12 / var(--tw-text-opacity, 1))}.hover\:text-orange-800:hover{--tw-text-opacity: 1;color:rgb(154 52 18 / var(--tw-text-opacity, 1))}.hover\:text-orange-900:hover{--tw-text-opacity: 1;color:rgb(124 45 18 / var(--tw-text-opacity, 1))}.hover\:text-pink-100:hover{--tw-text-opacity: 1;color:rgb(252 231 243 / var(--tw-text-opacity, 1))}.hover\:text-pink-200:hover{--tw-text-opacity: 1;color:rgb(251 207 232 / var(--tw-text-opacity, 1))}.hover\:text-pink-300:hover{--tw-text-opacity: 1;color:rgb(249 168 212 / var(--tw-text-opacity, 1))}.hover\:text-pink-400:hover{--tw-text-opacity: 1;color:rgb(244 114 182 / var(--tw-text-opacity, 1))}.hover\:text-pink-50:hover{--tw-text-opacity: 1;color:rgb(253 242 248 / var(--tw-text-opacity, 1))}.hover\:text-pink-500:hover{--tw-text-opacity: 1;color:rgb(236 72 153 / var(--tw-text-opacity, 1))}.hover\:text-pink-600:hover{--tw-text-opacity: 1;color:rgb(219 39 119 / var(--tw-text-opacity, 1))}.hover\:text-pink-700:hover{--tw-text-opacity: 1;color:rgb(190 24 93 / var(--tw-text-opacity, 1))}.hover\:text-pink-800:hover{--tw-text-opacity: 1;color:rgb(157 23 77 / var(--tw-text-opacity, 1))}.hover\:text-pink-900:hover{--tw-text-opacity: 1;color:rgb(131 24 67 / var(--tw-text-opacity, 1))}.hover\:text-primary-600:hover{--tw-text-opacity: 1;color:rgb(124 58 237 / var(--tw-text-opacity, 1))}.hover\:text-primary-700:hover{--tw-text-opacity: 1;color:rgb(109 40 217 / var(--tw-text-opacity, 1))}.hover\:text-primary-800:hover{--tw-text-opacity: 1;color:rgb(91 33 182 / var(--tw-text-opacity, 1))}.hover\:text-primary-900:hover{--tw-text-opacity: 1;color:rgb(76 29 149 / var(--tw-text-opacity, 1))}.hover\:text-purple-100:hover{--tw-text-opacity: 1;color:rgb(243 232 255 / var(--tw-text-opacity, 1))}.hover\:text-purple-200:hover{--tw-text-opacity: 1;color:rgb(233 213 255 / var(--tw-text-opacity, 1))}.hover\:text-purple-300:hover{--tw-text-opacity: 1;color:rgb(216 180 254 / var(--tw-text-opacity, 1))}.hover\:text-purple-400:hover{--tw-text-opacity: 1;color:rgb(192 132 252 / var(--tw-text-opacity, 1))}.hover\:text-purple-50:hover{--tw-text-opacity: 1;color:rgb(250 245 255 / var(--tw-text-opacity, 1))}.hover\:text-purple-500:hover{--tw-text-opacity: 1;color:rgb(168 85 247 / var(--tw-text-opacity, 1))}.hover\:text-purple-600:hover{--tw-text-opacity: 1;color:rgb(147 51 234 / var(--tw-text-opacity, 1))}.hover\:text-purple-700:hover{--tw-text-opacity: 1;color:rgb(126 34 206 / var(--tw-text-opacity, 1))}.hover\:text-purple-800:hover{--tw-text-opacity: 1;color:rgb(107 33 168 / var(--tw-text-opacity, 1))}.hover\:text-purple-900:hover{--tw-text-opacity: 1;color:rgb(88 28 135 / var(--tw-text-opacity, 1))}.hover\:text-red-100:hover{--tw-text-opacity: 1;color:rgb(254 226 226 / var(--tw-text-opacity, 1))}.hover\:text-red-200:hover{--tw-text-opacity: 1;color:rgb(254 202 202 / var(--tw-text-opacity, 1))}.hover\:text-red-300:hover{--tw-text-opacity: 1;color:rgb(252 165 165 / var(--tw-text-opacity, 1))}.hover\:text-red-400:hover{--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.hover\:text-red-50:hover{--tw-text-opacity: 1;color:rgb(254 242 242 / var(--tw-text-opacity, 1))}.hover\:text-red-500:hover{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.hover\:text-red-600:hover{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.hover\:text-red-700:hover{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.hover\:text-red-800:hover{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity, 1))}.hover\:text-red-900:hover{--tw-text-opacity: 1;color:rgb(127 29 29 / var(--tw-text-opacity, 1))}.hover\:text-success-900:hover{--tw-text-opacity: 1;color:rgb(20 83 45 / var(--tw-text-opacity, 1))}.hover\:text-teal-100:hover{--tw-text-opacity: 1;color:rgb(204 251 241 / var(--tw-text-opacity, 1))}.hover\:text-teal-200:hover{--tw-text-opacity: 1;color:rgb(153 246 228 / var(--tw-text-opacity, 1))}.hover\:text-teal-300:hover{--tw-text-opacity: 1;color:rgb(94 234 212 / var(--tw-text-opacity, 1))}.hover\:text-teal-400:hover{--tw-text-opacity: 1;color:rgb(45 212 191 / var(--tw-text-opacity, 1))}.hover\:text-teal-50:hover{--tw-text-opacity: 1;color:rgb(240 253 250 / var(--tw-text-opacity, 1))}.hover\:text-teal-500:hover{--tw-text-opacity: 1;color:rgb(20 184 166 / var(--tw-text-opacity, 1))}.hover\:text-teal-600:hover{--tw-text-opacity: 1;color:rgb(13 148 136 / var(--tw-text-opacity, 1))}.hover\:text-teal-700:hover{--tw-text-opacity: 1;color:rgb(15 118 110 / var(--tw-text-opacity, 1))}.hover\:text-teal-800:hover{--tw-text-opacity: 1;color:rgb(17 94 89 / var(--tw-text-opacity, 1))}.hover\:text-teal-900:hover{--tw-text-opacity: 1;color:rgb(19 78 74 / var(--tw-text-opacity, 1))}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hover\:text-yellow-100:hover{--tw-text-opacity: 1;color:rgb(254 249 195 / var(--tw-text-opacity, 1))}.hover\:text-yellow-200:hover{--tw-text-opacity: 1;color:rgb(254 240 138 / var(--tw-text-opacity, 1))}.hover\:text-yellow-300:hover{--tw-text-opacity: 1;color:rgb(253 224 71 / var(--tw-text-opacity, 1))}.hover\:text-yellow-400:hover{--tw-text-opacity: 1;color:rgb(250 204 21 / var(--tw-text-opacity, 1))}.hover\:text-yellow-50:hover{--tw-text-opacity: 1;color:rgb(254 252 232 / var(--tw-text-opacity, 1))}.hover\:text-yellow-500:hover{--tw-text-opacity: 1;color:rgb(234 179 8 / var(--tw-text-opacity, 1))}.hover\:text-yellow-600:hover{--tw-text-opacity: 1;color:rgb(202 138 4 / var(--tw-text-opacity, 1))}.hover\:text-yellow-700:hover{--tw-text-opacity: 1;color:rgb(161 98 7 / var(--tw-text-opacity, 1))}.hover\:text-yellow-800:hover{--tw-text-opacity: 1;color:rgb(133 77 14 / var(--tw-text-opacity, 1))}.hover\:text-yellow-900:hover{--tw-text-opacity: 1;color:rgb(113 63 18 / var(--tw-text-opacity, 1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:no-underline:hover{text-decoration-line:none}.hover\:opacity-100:hover{opacity:1}.hover\:opacity-80:hover{opacity:.8}.hover\:opacity-90:hover{opacity:.9}.hover\:shadow:hover{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-2xl:hover{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-lg:hover{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-md:hover{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-sm:hover{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-xl:hover{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-purple-500\/50:hover{--tw-shadow-color: rgb(168 85 247 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-white\/30:hover{--tw-shadow-color: rgb(255 255 255 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:ring-blue-100:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(219 234 254 / var(--tw-ring-opacity, 1))}.hover\:ring-blue-200:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(191 219 254 / var(--tw-ring-opacity, 1))}.hover\:ring-blue-300:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity, 1))}.hover\:ring-blue-400:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity, 1))}.hover\:ring-blue-50:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(239 246 255 / var(--tw-ring-opacity, 1))}.hover\:ring-blue-500:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}.hover\:ring-blue-600:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity, 1))}.hover\:ring-blue-700:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(29 78 216 / var(--tw-ring-opacity, 1))}.hover\:ring-blue-800:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity, 1))}.hover\:ring-blue-900:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(30 58 138 / var(--tw-ring-opacity, 1))}.hover\:ring-cyan-100:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(207 250 254 / var(--tw-ring-opacity, 1))}.hover\:ring-cyan-200:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(165 243 252 / var(--tw-ring-opacity, 1))}.hover\:ring-cyan-300:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(103 232 249 / var(--tw-ring-opacity, 1))}.hover\:ring-cyan-400:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(34 211 238 / var(--tw-ring-opacity, 1))}.hover\:ring-cyan-50:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(236 254 255 / var(--tw-ring-opacity, 1))}.hover\:ring-cyan-500:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(6 182 212 / var(--tw-ring-opacity, 1))}.hover\:ring-cyan-600:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(8 145 178 / var(--tw-ring-opacity, 1))}.hover\:ring-cyan-700:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(14 116 144 / var(--tw-ring-opacity, 1))}.hover\:ring-cyan-800:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(21 94 117 / var(--tw-ring-opacity, 1))}.hover\:ring-cyan-900:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(22 78 99 / var(--tw-ring-opacity, 1))}.hover\:ring-gray-100:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(243 244 246 / var(--tw-ring-opacity, 1))}.hover\:ring-gray-200:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity, 1))}.hover\:ring-gray-300:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1))}.hover\:ring-gray-400:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity, 1))}.hover\:ring-gray-50:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(249 250 251 / var(--tw-ring-opacity, 1))}.hover\:ring-gray-500:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity, 1))}.hover\:ring-gray-600:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(75 85 99 / var(--tw-ring-opacity, 1))}.hover\:ring-gray-700:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(55 65 81 / var(--tw-ring-opacity, 1))}.hover\:ring-gray-800:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(31 41 55 / var(--tw-ring-opacity, 1))}.hover\:ring-gray-900:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(17 24 39 / var(--tw-ring-opacity, 1))}.hover\:ring-green-100:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(220 252 231 / var(--tw-ring-opacity, 1))}.hover\:ring-green-200:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(187 247 208 / var(--tw-ring-opacity, 1))}.hover\:ring-green-300:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(134 239 172 / var(--tw-ring-opacity, 1))}.hover\:ring-green-400:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(74 222 128 / var(--tw-ring-opacity, 1))}.hover\:ring-green-50:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(240 253 244 / var(--tw-ring-opacity, 1))}.hover\:ring-green-500:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity, 1))}.hover\:ring-green-600:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(22 163 74 / var(--tw-ring-opacity, 1))}.hover\:ring-green-700:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(21 128 61 / var(--tw-ring-opacity, 1))}.hover\:ring-green-800:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(22 101 52 / var(--tw-ring-opacity, 1))}.hover\:ring-green-900:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(20 83 45 / var(--tw-ring-opacity, 1))}.hover\:ring-indigo-100:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(224 231 255 / var(--tw-ring-opacity, 1))}.hover\:ring-indigo-200:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity, 1))}.hover\:ring-indigo-300:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(165 180 252 / var(--tw-ring-opacity, 1))}.hover\:ring-indigo-400:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(129 140 248 / var(--tw-ring-opacity, 1))}.hover\:ring-indigo-50:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(238 242 255 / var(--tw-ring-opacity, 1))}.hover\:ring-indigo-500:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1))}.hover\:ring-indigo-600:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(79 70 229 / var(--tw-ring-opacity, 1))}.hover\:ring-indigo-700:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(67 56 202 / var(--tw-ring-opacity, 1))}.hover\:ring-indigo-800:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(55 48 163 / var(--tw-ring-opacity, 1))}.hover\:ring-indigo-900:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(49 46 129 / var(--tw-ring-opacity, 1))}.hover\:ring-orange-100:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(255 237 213 / var(--tw-ring-opacity, 1))}.hover\:ring-orange-200:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 215 170 / var(--tw-ring-opacity, 1))}.hover\:ring-orange-300:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(253 186 116 / var(--tw-ring-opacity, 1))}.hover\:ring-orange-400:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(251 146 60 / var(--tw-ring-opacity, 1))}.hover\:ring-orange-50:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(255 247 237 / var(--tw-ring-opacity, 1))}.hover\:ring-orange-500:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(249 115 22 / var(--tw-ring-opacity, 1))}.hover\:ring-orange-600:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(234 88 12 / var(--tw-ring-opacity, 1))}.hover\:ring-orange-700:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(194 65 12 / var(--tw-ring-opacity, 1))}.hover\:ring-orange-800:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(154 52 18 / var(--tw-ring-opacity, 1))}.hover\:ring-orange-900:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(124 45 18 / var(--tw-ring-opacity, 1))}.hover\:ring-pink-100:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(252 231 243 / var(--tw-ring-opacity, 1))}.hover\:ring-pink-200:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(251 207 232 / var(--tw-ring-opacity, 1))}.hover\:ring-pink-300:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(249 168 212 / var(--tw-ring-opacity, 1))}.hover\:ring-pink-400:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(244 114 182 / var(--tw-ring-opacity, 1))}.hover\:ring-pink-50:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(253 242 248 / var(--tw-ring-opacity, 1))}.hover\:ring-pink-500:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(236 72 153 / var(--tw-ring-opacity, 1))}.hover\:ring-pink-600:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(219 39 119 / var(--tw-ring-opacity, 1))}.hover\:ring-pink-700:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(190 24 93 / var(--tw-ring-opacity, 1))}.hover\:ring-pink-800:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(157 23 77 / var(--tw-ring-opacity, 1))}.hover\:ring-pink-900:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(131 24 67 / var(--tw-ring-opacity, 1))}.hover\:ring-purple-100:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(243 232 255 / var(--tw-ring-opacity, 1))}.hover\:ring-purple-200:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(233 213 255 / var(--tw-ring-opacity, 1))}.hover\:ring-purple-300:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(216 180 254 / var(--tw-ring-opacity, 1))}.hover\:ring-purple-400:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(192 132 252 / var(--tw-ring-opacity, 1))}.hover\:ring-purple-50:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(250 245 255 / var(--tw-ring-opacity, 1))}.hover\:ring-purple-500:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(168 85 247 / var(--tw-ring-opacity, 1))}.hover\:ring-purple-600:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(147 51 234 / var(--tw-ring-opacity, 1))}.hover\:ring-purple-700:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(126 34 206 / var(--tw-ring-opacity, 1))}.hover\:ring-purple-800:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(107 33 168 / var(--tw-ring-opacity, 1))}.hover\:ring-purple-900:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(88 28 135 / var(--tw-ring-opacity, 1))}.hover\:ring-red-100:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 226 226 / var(--tw-ring-opacity, 1))}.hover\:ring-red-200:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 202 202 / var(--tw-ring-opacity, 1))}.hover\:ring-red-300:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(252 165 165 / var(--tw-ring-opacity, 1))}.hover\:ring-red-400:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity, 1))}.hover\:ring-red-50:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 242 242 / var(--tw-ring-opacity, 1))}.hover\:ring-red-500:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1))}.hover\:ring-red-600:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1))}.hover\:ring-red-700:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1))}.hover\:ring-red-800:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(153 27 27 / var(--tw-ring-opacity, 1))}.hover\:ring-red-900:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(127 29 29 / var(--tw-ring-opacity, 1))}.hover\:ring-teal-100:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(204 251 241 / var(--tw-ring-opacity, 1))}.hover\:ring-teal-200:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(153 246 228 / var(--tw-ring-opacity, 1))}.hover\:ring-teal-300:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(94 234 212 / var(--tw-ring-opacity, 1))}.hover\:ring-teal-400:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(45 212 191 / var(--tw-ring-opacity, 1))}.hover\:ring-teal-50:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(240 253 250 / var(--tw-ring-opacity, 1))}.hover\:ring-teal-500:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(20 184 166 / var(--tw-ring-opacity, 1))}.hover\:ring-teal-600:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(13 148 136 / var(--tw-ring-opacity, 1))}.hover\:ring-teal-700:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(15 118 110 / var(--tw-ring-opacity, 1))}.hover\:ring-teal-800:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(17 94 89 / var(--tw-ring-opacity, 1))}.hover\:ring-teal-900:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(19 78 74 / var(--tw-ring-opacity, 1))}.hover\:ring-yellow-100:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 249 195 / var(--tw-ring-opacity, 1))}.hover\:ring-yellow-200:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 240 138 / var(--tw-ring-opacity, 1))}.hover\:ring-yellow-300:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(253 224 71 / var(--tw-ring-opacity, 1))}.hover\:ring-yellow-400:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(250 204 21 / var(--tw-ring-opacity, 1))}.hover\:ring-yellow-50:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 252 232 / var(--tw-ring-opacity, 1))}.hover\:ring-yellow-500:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(234 179 8 / var(--tw-ring-opacity, 1))}.hover\:ring-yellow-600:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(202 138 4 / var(--tw-ring-opacity, 1))}.hover\:ring-yellow-700:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(161 98 7 / var(--tw-ring-opacity, 1))}.hover\:ring-yellow-800:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(133 77 14 / var(--tw-ring-opacity, 1))}.hover\:ring-yellow-900:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(113 63 18 / var(--tw-ring-opacity, 1))}.hover\:file\:bg-indigo-100::file-selector-button:hover{--tw-bg-opacity: 1;background-color:rgb(224 231 255 / var(--tw-bg-opacity, 1))}.hover\:file\:bg-primary-100::file-selector-button:hover{--tw-bg-opacity: 1;background-color:rgb(237 233 254 / var(--tw-bg-opacity, 1))}.focus\:z-10:focus{z-index:10}.focus\:rounded-sm:focus{border-radius:.125rem}.focus\:border-\[var\(--primary-color\)\]:focus{border-color:var(--primary-color)}.focus\:border-blue-100:focus{--tw-border-opacity: 1;border-color:rgb(219 234 254 / var(--tw-border-opacity, 1))}.focus\:border-blue-200:focus{--tw-border-opacity: 1;border-color:rgb(191 219 254 / var(--tw-border-opacity, 1))}.focus\:border-blue-300:focus{--tw-border-opacity: 1;border-color:rgb(147 197 253 / var(--tw-border-opacity, 1))}.focus\:border-blue-400:focus{--tw-border-opacity: 1;border-color:rgb(96 165 250 / var(--tw-border-opacity, 1))}.focus\:border-blue-50:focus{--tw-border-opacity: 1;border-color:rgb(239 246 255 / var(--tw-border-opacity, 1))}.focus\:border-blue-500:focus{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.focus\:border-blue-600:focus{--tw-border-opacity: 1;border-color:rgb(37 99 235 / var(--tw-border-opacity, 1))}.focus\:border-blue-700:focus{--tw-border-opacity: 1;border-color:rgb(29 78 216 / var(--tw-border-opacity, 1))}.focus\:border-blue-800:focus{--tw-border-opacity: 1;border-color:rgb(30 64 175 / var(--tw-border-opacity, 1))}.focus\:border-blue-900:focus{--tw-border-opacity: 1;border-color:rgb(30 58 138 / var(--tw-border-opacity, 1))}.focus\:border-cyan-100:focus{--tw-border-opacity: 1;border-color:rgb(207 250 254 / var(--tw-border-opacity, 1))}.focus\:border-cyan-200:focus{--tw-border-opacity: 1;border-color:rgb(165 243 252 / var(--tw-border-opacity, 1))}.focus\:border-cyan-300:focus{--tw-border-opacity: 1;border-color:rgb(103 232 249 / var(--tw-border-opacity, 1))}.focus\:border-cyan-400:focus{--tw-border-opacity: 1;border-color:rgb(34 211 238 / var(--tw-border-opacity, 1))}.focus\:border-cyan-50:focus{--tw-border-opacity: 1;border-color:rgb(236 254 255 / var(--tw-border-opacity, 1))}.focus\:border-cyan-500:focus{--tw-border-opacity: 1;border-color:rgb(6 182 212 / var(--tw-border-opacity, 1))}.focus\:border-cyan-600:focus{--tw-border-opacity: 1;border-color:rgb(8 145 178 / var(--tw-border-opacity, 1))}.focus\:border-cyan-700:focus{--tw-border-opacity: 1;border-color:rgb(14 116 144 / var(--tw-border-opacity, 1))}.focus\:border-cyan-800:focus{--tw-border-opacity: 1;border-color:rgb(21 94 117 / var(--tw-border-opacity, 1))}.focus\:border-cyan-900:focus{--tw-border-opacity: 1;border-color:rgb(22 78 99 / var(--tw-border-opacity, 1))}.focus\:border-danger-500:focus{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.focus\:border-gray-100:focus{--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1))}.focus\:border-gray-200:focus{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.focus\:border-gray-300:focus{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.focus\:border-gray-400:focus{--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity, 1))}.focus\:border-gray-50:focus{--tw-border-opacity: 1;border-color:rgb(249 250 251 / var(--tw-border-opacity, 1))}.focus\:border-gray-500:focus{--tw-border-opacity: 1;border-color:rgb(107 114 128 / var(--tw-border-opacity, 1))}.focus\:border-gray-600:focus{--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity, 1))}.focus\:border-gray-700:focus{--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity, 1))}.focus\:border-gray-800:focus{--tw-border-opacity: 1;border-color:rgb(31 41 55 / var(--tw-border-opacity, 1))}.focus\:border-gray-900:focus{--tw-border-opacity: 1;border-color:rgb(17 24 39 / var(--tw-border-opacity, 1))}.focus\:border-green-100:focus{--tw-border-opacity: 1;border-color:rgb(220 252 231 / var(--tw-border-opacity, 1))}.focus\:border-green-200:focus{--tw-border-opacity: 1;border-color:rgb(187 247 208 / var(--tw-border-opacity, 1))}.focus\:border-green-300:focus{--tw-border-opacity: 1;border-color:rgb(134 239 172 / var(--tw-border-opacity, 1))}.focus\:border-green-400:focus{--tw-border-opacity: 1;border-color:rgb(74 222 128 / var(--tw-border-opacity, 1))}.focus\:border-green-50:focus{--tw-border-opacity: 1;border-color:rgb(240 253 244 / var(--tw-border-opacity, 1))}.focus\:border-green-500:focus{--tw-border-opacity: 1;border-color:rgb(34 197 94 / var(--tw-border-opacity, 1))}.focus\:border-green-600:focus{--tw-border-opacity: 1;border-color:rgb(22 163 74 / var(--tw-border-opacity, 1))}.focus\:border-green-700:focus{--tw-border-opacity: 1;border-color:rgb(21 128 61 / var(--tw-border-opacity, 1))}.focus\:border-green-800:focus{--tw-border-opacity: 1;border-color:rgb(22 101 52 / var(--tw-border-opacity, 1))}.focus\:border-green-900:focus{--tw-border-opacity: 1;border-color:rgb(20 83 45 / var(--tw-border-opacity, 1))}.focus\:border-indigo-100:focus{--tw-border-opacity: 1;border-color:rgb(224 231 255 / var(--tw-border-opacity, 1))}.focus\:border-indigo-200:focus{--tw-border-opacity: 1;border-color:rgb(199 210 254 / var(--tw-border-opacity, 1))}.focus\:border-indigo-300:focus{--tw-border-opacity: 1;border-color:rgb(165 180 252 / var(--tw-border-opacity, 1))}.focus\:border-indigo-400:focus{--tw-border-opacity: 1;border-color:rgb(129 140 248 / var(--tw-border-opacity, 1))}.focus\:border-indigo-50:focus{--tw-border-opacity: 1;border-color:rgb(238 242 255 / var(--tw-border-opacity, 1))}.focus\:border-indigo-500:focus{--tw-border-opacity: 1;border-color:rgb(99 102 241 / var(--tw-border-opacity, 1))}.focus\:border-indigo-600:focus{--tw-border-opacity: 1;border-color:rgb(79 70 229 / var(--tw-border-opacity, 1))}.focus\:border-indigo-700:focus{--tw-border-opacity: 1;border-color:rgb(67 56 202 / var(--tw-border-opacity, 1))}.focus\:border-indigo-800:focus{--tw-border-opacity: 1;border-color:rgb(55 48 163 / var(--tw-border-opacity, 1))}.focus\:border-indigo-900:focus{--tw-border-opacity: 1;border-color:rgb(49 46 129 / var(--tw-border-opacity, 1))}.focus\:border-neutral-700:focus{--tw-border-opacity: 1;border-color:rgb(63 63 70 / var(--tw-border-opacity, 1))}.focus\:border-orange-100:focus{--tw-border-opacity: 1;border-color:rgb(255 237 213 / var(--tw-border-opacity, 1))}.focus\:border-orange-200:focus{--tw-border-opacity: 1;border-color:rgb(254 215 170 / var(--tw-border-opacity, 1))}.focus\:border-orange-300:focus{--tw-border-opacity: 1;border-color:rgb(253 186 116 / var(--tw-border-opacity, 1))}.focus\:border-orange-400:focus{--tw-border-opacity: 1;border-color:rgb(251 146 60 / var(--tw-border-opacity, 1))}.focus\:border-orange-50:focus{--tw-border-opacity: 1;border-color:rgb(255 247 237 / var(--tw-border-opacity, 1))}.focus\:border-orange-500:focus{--tw-border-opacity: 1;border-color:rgb(249 115 22 / var(--tw-border-opacity, 1))}.focus\:border-orange-600:focus{--tw-border-opacity: 1;border-color:rgb(234 88 12 / var(--tw-border-opacity, 1))}.focus\:border-orange-700:focus{--tw-border-opacity: 1;border-color:rgb(194 65 12 / var(--tw-border-opacity, 1))}.focus\:border-orange-800:focus{--tw-border-opacity: 1;border-color:rgb(154 52 18 / var(--tw-border-opacity, 1))}.focus\:border-orange-900:focus{--tw-border-opacity: 1;border-color:rgb(124 45 18 / var(--tw-border-opacity, 1))}.focus\:border-pink-100:focus{--tw-border-opacity: 1;border-color:rgb(252 231 243 / var(--tw-border-opacity, 1))}.focus\:border-pink-200:focus{--tw-border-opacity: 1;border-color:rgb(251 207 232 / var(--tw-border-opacity, 1))}.focus\:border-pink-300:focus{--tw-border-opacity: 1;border-color:rgb(249 168 212 / var(--tw-border-opacity, 1))}.focus\:border-pink-400:focus{--tw-border-opacity: 1;border-color:rgb(244 114 182 / var(--tw-border-opacity, 1))}.focus\:border-pink-50:focus{--tw-border-opacity: 1;border-color:rgb(253 242 248 / var(--tw-border-opacity, 1))}.focus\:border-pink-500:focus{--tw-border-opacity: 1;border-color:rgb(236 72 153 / var(--tw-border-opacity, 1))}.focus\:border-pink-600:focus{--tw-border-opacity: 1;border-color:rgb(219 39 119 / var(--tw-border-opacity, 1))}.focus\:border-pink-700:focus{--tw-border-opacity: 1;border-color:rgb(190 24 93 / var(--tw-border-opacity, 1))}.focus\:border-pink-800:focus{--tw-border-opacity: 1;border-color:rgb(157 23 77 / var(--tw-border-opacity, 1))}.focus\:border-pink-900:focus{--tw-border-opacity: 1;border-color:rgb(131 24 67 / var(--tw-border-opacity, 1))}.focus\:border-primary-300:focus{--tw-border-opacity: 1;border-color:rgb(196 181 253 / var(--tw-border-opacity, 1))}.focus\:border-primary-500:focus{--tw-border-opacity: 1;border-color:rgb(139 92 246 / var(--tw-border-opacity, 1))}.focus\:border-primary-600:focus{--tw-border-opacity: 1;border-color:rgb(124 58 237 / var(--tw-border-opacity, 1))}.focus\:border-primary-900:focus{--tw-border-opacity: 1;border-color:rgb(76 29 149 / var(--tw-border-opacity, 1))}.focus\:border-purple-100:focus{--tw-border-opacity: 1;border-color:rgb(243 232 255 / var(--tw-border-opacity, 1))}.focus\:border-purple-200:focus{--tw-border-opacity: 1;border-color:rgb(233 213 255 / var(--tw-border-opacity, 1))}.focus\:border-purple-300:focus{--tw-border-opacity: 1;border-color:rgb(216 180 254 / var(--tw-border-opacity, 1))}.focus\:border-purple-400:focus{--tw-border-opacity: 1;border-color:rgb(192 132 252 / var(--tw-border-opacity, 1))}.focus\:border-purple-50:focus{--tw-border-opacity: 1;border-color:rgb(250 245 255 / var(--tw-border-opacity, 1))}.focus\:border-purple-500:focus{--tw-border-opacity: 1;border-color:rgb(168 85 247 / var(--tw-border-opacity, 1))}.focus\:border-purple-600:focus{--tw-border-opacity: 1;border-color:rgb(147 51 234 / var(--tw-border-opacity, 1))}.focus\:border-purple-700:focus{--tw-border-opacity: 1;border-color:rgb(126 34 206 / var(--tw-border-opacity, 1))}.focus\:border-purple-800:focus{--tw-border-opacity: 1;border-color:rgb(107 33 168 / var(--tw-border-opacity, 1))}.focus\:border-purple-900:focus{--tw-border-opacity: 1;border-color:rgb(88 28 135 / var(--tw-border-opacity, 1))}.focus\:border-red-100:focus{--tw-border-opacity: 1;border-color:rgb(254 226 226 / var(--tw-border-opacity, 1))}.focus\:border-red-200:focus{--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity, 1))}.focus\:border-red-300:focus{--tw-border-opacity: 1;border-color:rgb(252 165 165 / var(--tw-border-opacity, 1))}.focus\:border-red-400:focus{--tw-border-opacity: 1;border-color:rgb(248 113 113 / var(--tw-border-opacity, 1))}.focus\:border-red-50:focus{--tw-border-opacity: 1;border-color:rgb(254 242 242 / var(--tw-border-opacity, 1))}.focus\:border-red-500:focus{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.focus\:border-red-600:focus{--tw-border-opacity: 1;border-color:rgb(220 38 38 / var(--tw-border-opacity, 1))}.focus\:border-red-700:focus{--tw-border-opacity: 1;border-color:rgb(185 28 28 / var(--tw-border-opacity, 1))}.focus\:border-red-800:focus{--tw-border-opacity: 1;border-color:rgb(153 27 27 / var(--tw-border-opacity, 1))}.focus\:border-red-900:focus{--tw-border-opacity: 1;border-color:rgb(127 29 29 / var(--tw-border-opacity, 1))}.focus\:border-teal-100:focus{--tw-border-opacity: 1;border-color:rgb(204 251 241 / var(--tw-border-opacity, 1))}.focus\:border-teal-200:focus{--tw-border-opacity: 1;border-color:rgb(153 246 228 / var(--tw-border-opacity, 1))}.focus\:border-teal-300:focus{--tw-border-opacity: 1;border-color:rgb(94 234 212 / var(--tw-border-opacity, 1))}.focus\:border-teal-400:focus{--tw-border-opacity: 1;border-color:rgb(45 212 191 / var(--tw-border-opacity, 1))}.focus\:border-teal-50:focus{--tw-border-opacity: 1;border-color:rgb(240 253 250 / var(--tw-border-opacity, 1))}.focus\:border-teal-500:focus{--tw-border-opacity: 1;border-color:rgb(20 184 166 / var(--tw-border-opacity, 1))}.focus\:border-teal-600:focus{--tw-border-opacity: 1;border-color:rgb(13 148 136 / var(--tw-border-opacity, 1))}.focus\:border-teal-700:focus{--tw-border-opacity: 1;border-color:rgb(15 118 110 / var(--tw-border-opacity, 1))}.focus\:border-teal-800:focus{--tw-border-opacity: 1;border-color:rgb(17 94 89 / var(--tw-border-opacity, 1))}.focus\:border-teal-900:focus{--tw-border-opacity: 1;border-color:rgb(19 78 74 / var(--tw-border-opacity, 1))}.focus\:border-transparent:focus{border-color:transparent}.focus\:border-yellow-100:focus{--tw-border-opacity: 1;border-color:rgb(254 249 195 / var(--tw-border-opacity, 1))}.focus\:border-yellow-200:focus{--tw-border-opacity: 1;border-color:rgb(254 240 138 / var(--tw-border-opacity, 1))}.focus\:border-yellow-300:focus{--tw-border-opacity: 1;border-color:rgb(253 224 71 / var(--tw-border-opacity, 1))}.focus\:border-yellow-400:focus{--tw-border-opacity: 1;border-color:rgb(250 204 21 / var(--tw-border-opacity, 1))}.focus\:border-yellow-50:focus{--tw-border-opacity: 1;border-color:rgb(254 252 232 / var(--tw-border-opacity, 1))}.focus\:border-yellow-500:focus{--tw-border-opacity: 1;border-color:rgb(234 179 8 / var(--tw-border-opacity, 1))}.focus\:border-yellow-600:focus{--tw-border-opacity: 1;border-color:rgb(202 138 4 / var(--tw-border-opacity, 1))}.focus\:border-yellow-700:focus{--tw-border-opacity: 1;border-color:rgb(161 98 7 / var(--tw-border-opacity, 1))}.focus\:border-yellow-800:focus{--tw-border-opacity: 1;border-color:rgb(133 77 14 / var(--tw-border-opacity, 1))}.focus\:border-yellow-900:focus{--tw-border-opacity: 1;border-color:rgb(113 63 18 / var(--tw-border-opacity, 1))}.focus\:bg-blue-100:focus{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.focus\:bg-blue-200:focus{--tw-bg-opacity: 1;background-color:rgb(191 219 254 / var(--tw-bg-opacity, 1))}.focus\:bg-blue-300:focus{--tw-bg-opacity: 1;background-color:rgb(147 197 253 / var(--tw-bg-opacity, 1))}.focus\:bg-blue-400:focus{--tw-bg-opacity: 1;background-color:rgb(96 165 250 / var(--tw-bg-opacity, 1))}.focus\:bg-blue-50:focus{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.focus\:bg-blue-500:focus{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.focus\:bg-blue-600:focus{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.focus\:bg-blue-700:focus{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.focus\:bg-blue-800:focus{--tw-bg-opacity: 1;background-color:rgb(30 64 175 / var(--tw-bg-opacity, 1))}.focus\:bg-blue-900:focus{--tw-bg-opacity: 1;background-color:rgb(30 58 138 / var(--tw-bg-opacity, 1))}.focus\:bg-cyan-100:focus{--tw-bg-opacity: 1;background-color:rgb(207 250 254 / var(--tw-bg-opacity, 1))}.focus\:bg-cyan-200:focus{--tw-bg-opacity: 1;background-color:rgb(165 243 252 / var(--tw-bg-opacity, 1))}.focus\:bg-cyan-300:focus{--tw-bg-opacity: 1;background-color:rgb(103 232 249 / var(--tw-bg-opacity, 1))}.focus\:bg-cyan-400:focus{--tw-bg-opacity: 1;background-color:rgb(34 211 238 / var(--tw-bg-opacity, 1))}.focus\:bg-cyan-50:focus{--tw-bg-opacity: 1;background-color:rgb(236 254 255 / var(--tw-bg-opacity, 1))}.focus\:bg-cyan-500:focus{--tw-bg-opacity: 1;background-color:rgb(6 182 212 / var(--tw-bg-opacity, 1))}.focus\:bg-cyan-600:focus{--tw-bg-opacity: 1;background-color:rgb(8 145 178 / var(--tw-bg-opacity, 1))}.focus\:bg-cyan-700:focus{--tw-bg-opacity: 1;background-color:rgb(14 116 144 / var(--tw-bg-opacity, 1))}.focus\:bg-cyan-800:focus{--tw-bg-opacity: 1;background-color:rgb(21 94 117 / var(--tw-bg-opacity, 1))}.focus\:bg-cyan-900:focus{--tw-bg-opacity: 1;background-color:rgb(22 78 99 / var(--tw-bg-opacity, 1))}.focus\:bg-gray-100:focus{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.focus\:bg-gray-200:focus{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.focus\:bg-gray-300:focus{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.focus\:bg-gray-400:focus{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity, 1))}.focus\:bg-gray-50:focus{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.focus\:bg-gray-500:focus{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity, 1))}.focus\:bg-gray-600:focus{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity, 1))}.focus\:bg-gray-700:focus{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.focus\:bg-gray-800:focus{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.focus\:bg-gray-900:focus{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.focus\:bg-green-100:focus{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.focus\:bg-green-200:focus{--tw-bg-opacity: 1;background-color:rgb(187 247 208 / var(--tw-bg-opacity, 1))}.focus\:bg-green-300:focus{--tw-bg-opacity: 1;background-color:rgb(134 239 172 / var(--tw-bg-opacity, 1))}.focus\:bg-green-400:focus{--tw-bg-opacity: 1;background-color:rgb(74 222 128 / var(--tw-bg-opacity, 1))}.focus\:bg-green-50:focus{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.focus\:bg-green-500:focus{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}.focus\:bg-green-600:focus{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}.focus\:bg-green-700:focus{--tw-bg-opacity: 1;background-color:rgb(21 128 61 / var(--tw-bg-opacity, 1))}.focus\:bg-green-800:focus{--tw-bg-opacity: 1;background-color:rgb(22 101 52 / var(--tw-bg-opacity, 1))}.focus\:bg-green-900:focus{--tw-bg-opacity: 1;background-color:rgb(20 83 45 / var(--tw-bg-opacity, 1))}.focus\:bg-indigo-100:focus{--tw-bg-opacity: 1;background-color:rgb(224 231 255 / var(--tw-bg-opacity, 1))}.focus\:bg-indigo-200:focus{--tw-bg-opacity: 1;background-color:rgb(199 210 254 / var(--tw-bg-opacity, 1))}.focus\:bg-indigo-300:focus{--tw-bg-opacity: 1;background-color:rgb(165 180 252 / var(--tw-bg-opacity, 1))}.focus\:bg-indigo-400:focus{--tw-bg-opacity: 1;background-color:rgb(129 140 248 / var(--tw-bg-opacity, 1))}.focus\:bg-indigo-50:focus{--tw-bg-opacity: 1;background-color:rgb(238 242 255 / var(--tw-bg-opacity, 1))}.focus\:bg-indigo-500:focus{--tw-bg-opacity: 1;background-color:rgb(99 102 241 / var(--tw-bg-opacity, 1))}.focus\:bg-indigo-600:focus{--tw-bg-opacity: 1;background-color:rgb(79 70 229 / var(--tw-bg-opacity, 1))}.focus\:bg-indigo-700:focus{--tw-bg-opacity: 1;background-color:rgb(67 56 202 / var(--tw-bg-opacity, 1))}.focus\:bg-indigo-800:focus{--tw-bg-opacity: 1;background-color:rgb(55 48 163 / var(--tw-bg-opacity, 1))}.focus\:bg-indigo-900:focus{--tw-bg-opacity: 1;background-color:rgb(49 46 129 / var(--tw-bg-opacity, 1))}.focus\:bg-orange-100:focus{--tw-bg-opacity: 1;background-color:rgb(255 237 213 / var(--tw-bg-opacity, 1))}.focus\:bg-orange-200:focus{--tw-bg-opacity: 1;background-color:rgb(254 215 170 / var(--tw-bg-opacity, 1))}.focus\:bg-orange-300:focus{--tw-bg-opacity: 1;background-color:rgb(253 186 116 / var(--tw-bg-opacity, 1))}.focus\:bg-orange-400:focus{--tw-bg-opacity: 1;background-color:rgb(251 146 60 / var(--tw-bg-opacity, 1))}.focus\:bg-orange-50:focus{--tw-bg-opacity: 1;background-color:rgb(255 247 237 / var(--tw-bg-opacity, 1))}.focus\:bg-orange-500:focus{--tw-bg-opacity: 1;background-color:rgb(249 115 22 / var(--tw-bg-opacity, 1))}.focus\:bg-orange-600:focus{--tw-bg-opacity: 1;background-color:rgb(234 88 12 / var(--tw-bg-opacity, 1))}.focus\:bg-orange-700:focus{--tw-bg-opacity: 1;background-color:rgb(194 65 12 / var(--tw-bg-opacity, 1))}.focus\:bg-orange-800:focus{--tw-bg-opacity: 1;background-color:rgb(154 52 18 / var(--tw-bg-opacity, 1))}.focus\:bg-orange-900:focus{--tw-bg-opacity: 1;background-color:rgb(124 45 18 / var(--tw-bg-opacity, 1))}.focus\:bg-pink-100:focus{--tw-bg-opacity: 1;background-color:rgb(252 231 243 / var(--tw-bg-opacity, 1))}.focus\:bg-pink-200:focus{--tw-bg-opacity: 1;background-color:rgb(251 207 232 / var(--tw-bg-opacity, 1))}.focus\:bg-pink-300:focus{--tw-bg-opacity: 1;background-color:rgb(249 168 212 / var(--tw-bg-opacity, 1))}.focus\:bg-pink-400:focus{--tw-bg-opacity: 1;background-color:rgb(244 114 182 / var(--tw-bg-opacity, 1))}.focus\:bg-pink-50:focus{--tw-bg-opacity: 1;background-color:rgb(253 242 248 / var(--tw-bg-opacity, 1))}.focus\:bg-pink-500:focus{--tw-bg-opacity: 1;background-color:rgb(236 72 153 / var(--tw-bg-opacity, 1))}.focus\:bg-pink-600:focus{--tw-bg-opacity: 1;background-color:rgb(219 39 119 / var(--tw-bg-opacity, 1))}.focus\:bg-pink-700:focus{--tw-bg-opacity: 1;background-color:rgb(190 24 93 / var(--tw-bg-opacity, 1))}.focus\:bg-pink-800:focus{--tw-bg-opacity: 1;background-color:rgb(157 23 77 / var(--tw-bg-opacity, 1))}.focus\:bg-pink-900:focus{--tw-bg-opacity: 1;background-color:rgb(131 24 67 / var(--tw-bg-opacity, 1))}.focus\:bg-primary-700:focus{--tw-bg-opacity: 1;background-color:rgb(109 40 217 / var(--tw-bg-opacity, 1))}.focus\:bg-purple-100:focus{--tw-bg-opacity: 1;background-color:rgb(243 232 255 / var(--tw-bg-opacity, 1))}.focus\:bg-purple-200:focus{--tw-bg-opacity: 1;background-color:rgb(233 213 255 / var(--tw-bg-opacity, 1))}.focus\:bg-purple-300:focus{--tw-bg-opacity: 1;background-color:rgb(216 180 254 / var(--tw-bg-opacity, 1))}.focus\:bg-purple-400:focus{--tw-bg-opacity: 1;background-color:rgb(192 132 252 / var(--tw-bg-opacity, 1))}.focus\:bg-purple-50:focus{--tw-bg-opacity: 1;background-color:rgb(250 245 255 / var(--tw-bg-opacity, 1))}.focus\:bg-purple-500:focus{--tw-bg-opacity: 1;background-color:rgb(168 85 247 / var(--tw-bg-opacity, 1))}.focus\:bg-purple-600:focus{--tw-bg-opacity: 1;background-color:rgb(147 51 234 / var(--tw-bg-opacity, 1))}.focus\:bg-purple-700:focus{--tw-bg-opacity: 1;background-color:rgb(126 34 206 / var(--tw-bg-opacity, 1))}.focus\:bg-purple-800:focus{--tw-bg-opacity: 1;background-color:rgb(107 33 168 / var(--tw-bg-opacity, 1))}.focus\:bg-purple-900:focus{--tw-bg-opacity: 1;background-color:rgb(88 28 135 / var(--tw-bg-opacity, 1))}.focus\:bg-red-100:focus{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.focus\:bg-red-200:focus{--tw-bg-opacity: 1;background-color:rgb(254 202 202 / var(--tw-bg-opacity, 1))}.focus\:bg-red-300:focus{--tw-bg-opacity: 1;background-color:rgb(252 165 165 / var(--tw-bg-opacity, 1))}.focus\:bg-red-400:focus{--tw-bg-opacity: 1;background-color:rgb(248 113 113 / var(--tw-bg-opacity, 1))}.focus\:bg-red-50:focus{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.focus\:bg-red-500:focus{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.focus\:bg-red-600:focus{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.focus\:bg-red-700:focus{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity, 1))}.focus\:bg-red-800:focus{--tw-bg-opacity: 1;background-color:rgb(153 27 27 / var(--tw-bg-opacity, 1))}.focus\:bg-red-900:focus{--tw-bg-opacity: 1;background-color:rgb(127 29 29 / var(--tw-bg-opacity, 1))}.focus\:bg-teal-100:focus{--tw-bg-opacity: 1;background-color:rgb(204 251 241 / var(--tw-bg-opacity, 1))}.focus\:bg-teal-200:focus{--tw-bg-opacity: 1;background-color:rgb(153 246 228 / var(--tw-bg-opacity, 1))}.focus\:bg-teal-300:focus{--tw-bg-opacity: 1;background-color:rgb(94 234 212 / var(--tw-bg-opacity, 1))}.focus\:bg-teal-400:focus{--tw-bg-opacity: 1;background-color:rgb(45 212 191 / var(--tw-bg-opacity, 1))}.focus\:bg-teal-50:focus{--tw-bg-opacity: 1;background-color:rgb(240 253 250 / var(--tw-bg-opacity, 1))}.focus\:bg-teal-500:focus{--tw-bg-opacity: 1;background-color:rgb(20 184 166 / var(--tw-bg-opacity, 1))}.focus\:bg-teal-600:focus{--tw-bg-opacity: 1;background-color:rgb(13 148 136 / var(--tw-bg-opacity, 1))}.focus\:bg-teal-700:focus{--tw-bg-opacity: 1;background-color:rgb(15 118 110 / var(--tw-bg-opacity, 1))}.focus\:bg-teal-800:focus{--tw-bg-opacity: 1;background-color:rgb(17 94 89 / var(--tw-bg-opacity, 1))}.focus\:bg-teal-900:focus{--tw-bg-opacity: 1;background-color:rgb(19 78 74 / var(--tw-bg-opacity, 1))}.focus\:bg-yellow-100:focus{--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity, 1))}.focus\:bg-yellow-200:focus{--tw-bg-opacity: 1;background-color:rgb(254 240 138 / var(--tw-bg-opacity, 1))}.focus\:bg-yellow-300:focus{--tw-bg-opacity: 1;background-color:rgb(253 224 71 / var(--tw-bg-opacity, 1))}.focus\:bg-yellow-400:focus{--tw-bg-opacity: 1;background-color:rgb(250 204 21 / var(--tw-bg-opacity, 1))}.focus\:bg-yellow-50:focus{--tw-bg-opacity: 1;background-color:rgb(254 252 232 / var(--tw-bg-opacity, 1))}.focus\:bg-yellow-500:focus{--tw-bg-opacity: 1;background-color:rgb(234 179 8 / var(--tw-bg-opacity, 1))}.focus\:bg-yellow-600:focus{--tw-bg-opacity: 1;background-color:rgb(202 138 4 / var(--tw-bg-opacity, 1))}.focus\:bg-yellow-700:focus{--tw-bg-opacity: 1;background-color:rgb(161 98 7 / var(--tw-bg-opacity, 1))}.focus\:bg-yellow-800:focus{--tw-bg-opacity: 1;background-color:rgb(133 77 14 / var(--tw-bg-opacity, 1))}.focus\:bg-yellow-900:focus{--tw-bg-opacity: 1;background-color:rgb(113 63 18 / var(--tw-bg-opacity, 1))}.focus\:from-blue-100:focus{--tw-gradient-from: #dbeafe var(--tw-gradient-from-position);--tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-blue-200:focus{--tw-gradient-from: #bfdbfe var(--tw-gradient-from-position);--tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-blue-300:focus{--tw-gradient-from: #93c5fd var(--tw-gradient-from-position);--tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-blue-400:focus{--tw-gradient-from: #60a5fa var(--tw-gradient-from-position);--tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-blue-50:focus{--tw-gradient-from: #eff6ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-blue-500:focus{--tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);--tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-blue-600:focus{--tw-gradient-from: #2563eb var(--tw-gradient-from-position);--tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-blue-700:focus{--tw-gradient-from: #1d4ed8 var(--tw-gradient-from-position);--tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-blue-800:focus{--tw-gradient-from: #1e40af var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-blue-900:focus{--tw-gradient-from: #1e3a8a var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-cyan-100:focus{--tw-gradient-from: #cffafe var(--tw-gradient-from-position);--tw-gradient-to: rgb(207 250 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-cyan-200:focus{--tw-gradient-from: #a5f3fc var(--tw-gradient-from-position);--tw-gradient-to: rgb(165 243 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-cyan-300:focus{--tw-gradient-from: #67e8f9 var(--tw-gradient-from-position);--tw-gradient-to: rgb(103 232 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-cyan-400:focus{--tw-gradient-from: #22d3ee var(--tw-gradient-from-position);--tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-cyan-50:focus{--tw-gradient-from: #ecfeff var(--tw-gradient-from-position);--tw-gradient-to: rgb(236 254 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-cyan-500:focus{--tw-gradient-from: #06b6d4 var(--tw-gradient-from-position);--tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-cyan-600:focus{--tw-gradient-from: #0891b2 var(--tw-gradient-from-position);--tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-cyan-700:focus{--tw-gradient-from: #0e7490 var(--tw-gradient-from-position);--tw-gradient-to: rgb(14 116 144 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-cyan-800:focus{--tw-gradient-from: #155e75 var(--tw-gradient-from-position);--tw-gradient-to: rgb(21 94 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-cyan-900:focus{--tw-gradient-from: #164e63 var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 78 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-gray-100:focus{--tw-gradient-from: #f3f4f6 var(--tw-gradient-from-position);--tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-gray-200:focus{--tw-gradient-from: #e5e7eb var(--tw-gradient-from-position);--tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-gray-300:focus{--tw-gradient-from: #d1d5db var(--tw-gradient-from-position);--tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-gray-400:focus{--tw-gradient-from: #9ca3af var(--tw-gradient-from-position);--tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-gray-50:focus{--tw-gradient-from: #f9fafb var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-gray-500:focus{--tw-gradient-from: #6b7280 var(--tw-gradient-from-position);--tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-gray-600:focus{--tw-gradient-from: #4b5563 var(--tw-gradient-from-position);--tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-gray-700:focus{--tw-gradient-from: #374151 var(--tw-gradient-from-position);--tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-gray-800:focus{--tw-gradient-from: #1f2937 var(--tw-gradient-from-position);--tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-gray-900:focus{--tw-gradient-from: #111827 var(--tw-gradient-from-position);--tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-green-100:focus{--tw-gradient-from: #dcfce7 var(--tw-gradient-from-position);--tw-gradient-to: rgb(220 252 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-green-200:focus{--tw-gradient-from: #bbf7d0 var(--tw-gradient-from-position);--tw-gradient-to: rgb(187 247 208 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-green-300:focus{--tw-gradient-from: #86efac var(--tw-gradient-from-position);--tw-gradient-to: rgb(134 239 172 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-green-400:focus{--tw-gradient-from: #4ade80 var(--tw-gradient-from-position);--tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-green-50:focus{--tw-gradient-from: #f0fdf4 var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 253 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-green-500:focus{--tw-gradient-from: #22c55e var(--tw-gradient-from-position);--tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-green-600:focus{--tw-gradient-from: #16a34a var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-green-700:focus{--tw-gradient-from: #15803d var(--tw-gradient-from-position);--tw-gradient-to: rgb(21 128 61 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-green-800:focus{--tw-gradient-from: #166534 var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 101 52 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-green-900:focus{--tw-gradient-from: #14532d var(--tw-gradient-from-position);--tw-gradient-to: rgb(20 83 45 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-indigo-100:focus{--tw-gradient-from: #e0e7ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(224 231 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-indigo-200:focus{--tw-gradient-from: #c7d2fe var(--tw-gradient-from-position);--tw-gradient-to: rgb(199 210 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-indigo-300:focus{--tw-gradient-from: #a5b4fc var(--tw-gradient-from-position);--tw-gradient-to: rgb(165 180 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-indigo-400:focus{--tw-gradient-from: #818cf8 var(--tw-gradient-from-position);--tw-gradient-to: rgb(129 140 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-indigo-50:focus{--tw-gradient-from: #eef2ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-indigo-500:focus{--tw-gradient-from: #6366f1 var(--tw-gradient-from-position);--tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-indigo-600:focus{--tw-gradient-from: #4f46e5 var(--tw-gradient-from-position);--tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-indigo-700:focus{--tw-gradient-from: #4338ca var(--tw-gradient-from-position);--tw-gradient-to: rgb(67 56 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-indigo-800:focus{--tw-gradient-from: #3730a3 var(--tw-gradient-from-position);--tw-gradient-to: rgb(55 48 163 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-indigo-900:focus{--tw-gradient-from: #312e81 var(--tw-gradient-from-position);--tw-gradient-to: rgb(49 46 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-orange-100:focus{--tw-gradient-from: #ffedd5 var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-orange-200:focus{--tw-gradient-from: #fed7aa var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-orange-300:focus{--tw-gradient-from: #fdba74 var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-orange-400:focus{--tw-gradient-from: #fb923c var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-orange-50:focus{--tw-gradient-from: #fff7ed var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-orange-500:focus{--tw-gradient-from: #f97316 var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-orange-600:focus{--tw-gradient-from: #ea580c var(--tw-gradient-from-position);--tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-orange-700:focus{--tw-gradient-from: #c2410c var(--tw-gradient-from-position);--tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-orange-800:focus{--tw-gradient-from: #9a3412 var(--tw-gradient-from-position);--tw-gradient-to: rgb(154 52 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-orange-900:focus{--tw-gradient-from: #7c2d12 var(--tw-gradient-from-position);--tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-pink-100:focus{--tw-gradient-from: #fce7f3 var(--tw-gradient-from-position);--tw-gradient-to: rgb(252 231 243 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-pink-200:focus{--tw-gradient-from: #fbcfe8 var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 207 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-pink-300:focus{--tw-gradient-from: #f9a8d4 var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 168 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-pink-400:focus{--tw-gradient-from: #f472b6 var(--tw-gradient-from-position);--tw-gradient-to: rgb(244 114 182 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-pink-50:focus{--tw-gradient-from: #fdf2f8 var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-pink-500:focus{--tw-gradient-from: #ec4899 var(--tw-gradient-from-position);--tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-pink-600:focus{--tw-gradient-from: #db2777 var(--tw-gradient-from-position);--tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-pink-700:focus{--tw-gradient-from: #be185d var(--tw-gradient-from-position);--tw-gradient-to: rgb(190 24 93 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-pink-800:focus{--tw-gradient-from: #9d174d var(--tw-gradient-from-position);--tw-gradient-to: rgb(157 23 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-pink-900:focus{--tw-gradient-from: #831843 var(--tw-gradient-from-position);--tw-gradient-to: rgb(131 24 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-purple-100:focus{--tw-gradient-from: #f3e8ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-purple-200:focus{--tw-gradient-from: #e9d5ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(233 213 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-purple-300:focus{--tw-gradient-from: #d8b4fe var(--tw-gradient-from-position);--tw-gradient-to: rgb(216 180 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-purple-400:focus{--tw-gradient-from: #c084fc var(--tw-gradient-from-position);--tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-purple-50:focus{--tw-gradient-from: #faf5ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-purple-500:focus{--tw-gradient-from: #a855f7 var(--tw-gradient-from-position);--tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-purple-600:focus{--tw-gradient-from: #9333ea var(--tw-gradient-from-position);--tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-purple-700:focus{--tw-gradient-from: #7e22ce var(--tw-gradient-from-position);--tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-purple-800:focus{--tw-gradient-from: #6b21a8 var(--tw-gradient-from-position);--tw-gradient-to: rgb(107 33 168 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-purple-900:focus{--tw-gradient-from: #581c87 var(--tw-gradient-from-position);--tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-red-100:focus{--tw-gradient-from: #fee2e2 var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 226 226 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-red-200:focus{--tw-gradient-from: #fecaca var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 202 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-red-300:focus{--tw-gradient-from: #fca5a5 var(--tw-gradient-from-position);--tw-gradient-to: rgb(252 165 165 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-red-400:focus{--tw-gradient-from: #f87171 var(--tw-gradient-from-position);--tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-red-50:focus{--tw-gradient-from: #fef2f2 var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-red-500:focus{--tw-gradient-from: #ef4444 var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-red-600:focus{--tw-gradient-from: #dc2626 var(--tw-gradient-from-position);--tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-red-700:focus{--tw-gradient-from: #b91c1c var(--tw-gradient-from-position);--tw-gradient-to: rgb(185 28 28 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-red-800:focus{--tw-gradient-from: #991b1b var(--tw-gradient-from-position);--tw-gradient-to: rgb(153 27 27 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-red-900:focus{--tw-gradient-from: #7f1d1d var(--tw-gradient-from-position);--tw-gradient-to: rgb(127 29 29 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-teal-100:focus{--tw-gradient-from: #ccfbf1 var(--tw-gradient-from-position);--tw-gradient-to: rgb(204 251 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-teal-200:focus{--tw-gradient-from: #99f6e4 var(--tw-gradient-from-position);--tw-gradient-to: rgb(153 246 228 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-teal-300:focus{--tw-gradient-from: #5eead4 var(--tw-gradient-from-position);--tw-gradient-to: rgb(94 234 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-teal-400:focus{--tw-gradient-from: #2dd4bf var(--tw-gradient-from-position);--tw-gradient-to: rgb(45 212 191 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-teal-50:focus{--tw-gradient-from: #f0fdfa var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 253 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-teal-500:focus{--tw-gradient-from: #14b8a6 var(--tw-gradient-from-position);--tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-teal-600:focus{--tw-gradient-from: #0d9488 var(--tw-gradient-from-position);--tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-teal-700:focus{--tw-gradient-from: #0f766e var(--tw-gradient-from-position);--tw-gradient-to: rgb(15 118 110 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-teal-800:focus{--tw-gradient-from: #115e59 var(--tw-gradient-from-position);--tw-gradient-to: rgb(17 94 89 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-teal-900:focus{--tw-gradient-from: #134e4a var(--tw-gradient-from-position);--tw-gradient-to: rgb(19 78 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-yellow-100:focus{--tw-gradient-from: #fef9c3 var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-yellow-200:focus{--tw-gradient-from: #fef08a var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-yellow-300:focus{--tw-gradient-from: #fde047 var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-yellow-400:focus{--tw-gradient-from: #facc15 var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-yellow-50:focus{--tw-gradient-from: #fefce8 var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-yellow-500:focus{--tw-gradient-from: #eab308 var(--tw-gradient-from-position);--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-yellow-600:focus{--tw-gradient-from: #ca8a04 var(--tw-gradient-from-position);--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-yellow-700:focus{--tw-gradient-from: #a16207 var(--tw-gradient-from-position);--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-yellow-800:focus{--tw-gradient-from: #854d0e var(--tw-gradient-from-position);--tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-yellow-900:focus{--tw-gradient-from: #713f12 var(--tw-gradient-from-position);--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:to-blue-100:focus{--tw-gradient-to: #dbeafe var(--tw-gradient-to-position)}.focus\:to-blue-200:focus{--tw-gradient-to: #bfdbfe var(--tw-gradient-to-position)}.focus\:to-blue-300:focus{--tw-gradient-to: #93c5fd var(--tw-gradient-to-position)}.focus\:to-blue-400:focus{--tw-gradient-to: #60a5fa var(--tw-gradient-to-position)}.focus\:to-blue-50:focus{--tw-gradient-to: #eff6ff var(--tw-gradient-to-position)}.focus\:to-blue-500:focus{--tw-gradient-to: #3b82f6 var(--tw-gradient-to-position)}.focus\:to-blue-600:focus{--tw-gradient-to: #2563eb var(--tw-gradient-to-position)}.focus\:to-blue-700:focus{--tw-gradient-to: #1d4ed8 var(--tw-gradient-to-position)}.focus\:to-blue-800:focus{--tw-gradient-to: #1e40af var(--tw-gradient-to-position)}.focus\:to-blue-900:focus{--tw-gradient-to: #1e3a8a var(--tw-gradient-to-position)}.focus\:to-cyan-100:focus{--tw-gradient-to: #cffafe var(--tw-gradient-to-position)}.focus\:to-cyan-200:focus{--tw-gradient-to: #a5f3fc var(--tw-gradient-to-position)}.focus\:to-cyan-300:focus{--tw-gradient-to: #67e8f9 var(--tw-gradient-to-position)}.focus\:to-cyan-400:focus{--tw-gradient-to: #22d3ee var(--tw-gradient-to-position)}.focus\:to-cyan-50:focus{--tw-gradient-to: #ecfeff var(--tw-gradient-to-position)}.focus\:to-cyan-500:focus{--tw-gradient-to: #06b6d4 var(--tw-gradient-to-position)}.focus\:to-cyan-600:focus{--tw-gradient-to: #0891b2 var(--tw-gradient-to-position)}.focus\:to-cyan-700:focus{--tw-gradient-to: #0e7490 var(--tw-gradient-to-position)}.focus\:to-cyan-800:focus{--tw-gradient-to: #155e75 var(--tw-gradient-to-position)}.focus\:to-cyan-900:focus{--tw-gradient-to: #164e63 var(--tw-gradient-to-position)}.focus\:to-gray-100:focus{--tw-gradient-to: #f3f4f6 var(--tw-gradient-to-position)}.focus\:to-gray-200:focus{--tw-gradient-to: #e5e7eb var(--tw-gradient-to-position)}.focus\:to-gray-300:focus{--tw-gradient-to: #d1d5db var(--tw-gradient-to-position)}.focus\:to-gray-400:focus{--tw-gradient-to: #9ca3af var(--tw-gradient-to-position)}.focus\:to-gray-50:focus{--tw-gradient-to: #f9fafb var(--tw-gradient-to-position)}.focus\:to-gray-500:focus{--tw-gradient-to: #6b7280 var(--tw-gradient-to-position)}.focus\:to-gray-600:focus{--tw-gradient-to: #4b5563 var(--tw-gradient-to-position)}.focus\:to-gray-700:focus{--tw-gradient-to: #374151 var(--tw-gradient-to-position)}.focus\:to-gray-800:focus{--tw-gradient-to: #1f2937 var(--tw-gradient-to-position)}.focus\:to-gray-900:focus{--tw-gradient-to: #111827 var(--tw-gradient-to-position)}.focus\:to-green-100:focus{--tw-gradient-to: #dcfce7 var(--tw-gradient-to-position)}.focus\:to-green-200:focus{--tw-gradient-to: #bbf7d0 var(--tw-gradient-to-position)}.focus\:to-green-300:focus{--tw-gradient-to: #86efac var(--tw-gradient-to-position)}.focus\:to-green-400:focus{--tw-gradient-to: #4ade80 var(--tw-gradient-to-position)}.focus\:to-green-50:focus{--tw-gradient-to: #f0fdf4 var(--tw-gradient-to-position)}.focus\:to-green-500:focus{--tw-gradient-to: #22c55e var(--tw-gradient-to-position)}.focus\:to-green-600:focus{--tw-gradient-to: #16a34a var(--tw-gradient-to-position)}.focus\:to-green-700:focus{--tw-gradient-to: #15803d var(--tw-gradient-to-position)}.focus\:to-green-800:focus{--tw-gradient-to: #166534 var(--tw-gradient-to-position)}.focus\:to-green-900:focus{--tw-gradient-to: #14532d var(--tw-gradient-to-position)}.focus\:to-indigo-100:focus{--tw-gradient-to: #e0e7ff var(--tw-gradient-to-position)}.focus\:to-indigo-200:focus{--tw-gradient-to: #c7d2fe var(--tw-gradient-to-position)}.focus\:to-indigo-300:focus{--tw-gradient-to: #a5b4fc var(--tw-gradient-to-position)}.focus\:to-indigo-400:focus{--tw-gradient-to: #818cf8 var(--tw-gradient-to-position)}.focus\:to-indigo-50:focus{--tw-gradient-to: #eef2ff var(--tw-gradient-to-position)}.focus\:to-indigo-500:focus{--tw-gradient-to: #6366f1 var(--tw-gradient-to-position)}.focus\:to-indigo-600:focus{--tw-gradient-to: #4f46e5 var(--tw-gradient-to-position)}.focus\:to-indigo-700:focus{--tw-gradient-to: #4338ca var(--tw-gradient-to-position)}.focus\:to-indigo-800:focus{--tw-gradient-to: #3730a3 var(--tw-gradient-to-position)}.focus\:to-indigo-900:focus{--tw-gradient-to: #312e81 var(--tw-gradient-to-position)}.focus\:to-orange-100:focus{--tw-gradient-to: #ffedd5 var(--tw-gradient-to-position)}.focus\:to-orange-200:focus{--tw-gradient-to: #fed7aa var(--tw-gradient-to-position)}.focus\:to-orange-300:focus{--tw-gradient-to: #fdba74 var(--tw-gradient-to-position)}.focus\:to-orange-400:focus{--tw-gradient-to: #fb923c var(--tw-gradient-to-position)}.focus\:to-orange-50:focus{--tw-gradient-to: #fff7ed var(--tw-gradient-to-position)}.focus\:to-orange-500:focus{--tw-gradient-to: #f97316 var(--tw-gradient-to-position)}.focus\:to-orange-600:focus{--tw-gradient-to: #ea580c var(--tw-gradient-to-position)}.focus\:to-orange-700:focus{--tw-gradient-to: #c2410c var(--tw-gradient-to-position)}.focus\:to-orange-800:focus{--tw-gradient-to: #9a3412 var(--tw-gradient-to-position)}.focus\:to-orange-900:focus{--tw-gradient-to: #7c2d12 var(--tw-gradient-to-position)}.focus\:to-pink-100:focus{--tw-gradient-to: #fce7f3 var(--tw-gradient-to-position)}.focus\:to-pink-200:focus{--tw-gradient-to: #fbcfe8 var(--tw-gradient-to-position)}.focus\:to-pink-300:focus{--tw-gradient-to: #f9a8d4 var(--tw-gradient-to-position)}.focus\:to-pink-400:focus{--tw-gradient-to: #f472b6 var(--tw-gradient-to-position)}.focus\:to-pink-50:focus{--tw-gradient-to: #fdf2f8 var(--tw-gradient-to-position)}.focus\:to-pink-500:focus{--tw-gradient-to: #ec4899 var(--tw-gradient-to-position)}.focus\:to-pink-600:focus{--tw-gradient-to: #db2777 var(--tw-gradient-to-position)}.focus\:to-pink-700:focus{--tw-gradient-to: #be185d var(--tw-gradient-to-position)}.focus\:to-pink-800:focus{--tw-gradient-to: #9d174d var(--tw-gradient-to-position)}.focus\:to-pink-900:focus{--tw-gradient-to: #831843 var(--tw-gradient-to-position)}.focus\:to-purple-100:focus{--tw-gradient-to: #f3e8ff var(--tw-gradient-to-position)}.focus\:to-purple-200:focus{--tw-gradient-to: #e9d5ff var(--tw-gradient-to-position)}.focus\:to-purple-300:focus{--tw-gradient-to: #d8b4fe var(--tw-gradient-to-position)}.focus\:to-purple-400:focus{--tw-gradient-to: #c084fc var(--tw-gradient-to-position)}.focus\:to-purple-50:focus{--tw-gradient-to: #faf5ff var(--tw-gradient-to-position)}.focus\:to-purple-500:focus{--tw-gradient-to: #a855f7 var(--tw-gradient-to-position)}.focus\:to-purple-600:focus{--tw-gradient-to: #9333ea var(--tw-gradient-to-position)}.focus\:to-purple-700:focus{--tw-gradient-to: #7e22ce var(--tw-gradient-to-position)}.focus\:to-purple-800:focus{--tw-gradient-to: #6b21a8 var(--tw-gradient-to-position)}.focus\:to-purple-900:focus{--tw-gradient-to: #581c87 var(--tw-gradient-to-position)}.focus\:to-red-100:focus{--tw-gradient-to: #fee2e2 var(--tw-gradient-to-position)}.focus\:to-red-200:focus{--tw-gradient-to: #fecaca var(--tw-gradient-to-position)}.focus\:to-red-300:focus{--tw-gradient-to: #fca5a5 var(--tw-gradient-to-position)}.focus\:to-red-400:focus{--tw-gradient-to: #f87171 var(--tw-gradient-to-position)}.focus\:to-red-50:focus{--tw-gradient-to: #fef2f2 var(--tw-gradient-to-position)}.focus\:to-red-500:focus{--tw-gradient-to: #ef4444 var(--tw-gradient-to-position)}.focus\:to-red-600:focus{--tw-gradient-to: #dc2626 var(--tw-gradient-to-position)}.focus\:to-red-700:focus{--tw-gradient-to: #b91c1c var(--tw-gradient-to-position)}.focus\:to-red-800:focus{--tw-gradient-to: #991b1b var(--tw-gradient-to-position)}.focus\:to-red-900:focus{--tw-gradient-to: #7f1d1d var(--tw-gradient-to-position)}.focus\:to-teal-100:focus{--tw-gradient-to: #ccfbf1 var(--tw-gradient-to-position)}.focus\:to-teal-200:focus{--tw-gradient-to: #99f6e4 var(--tw-gradient-to-position)}.focus\:to-teal-300:focus{--tw-gradient-to: #5eead4 var(--tw-gradient-to-position)}.focus\:to-teal-400:focus{--tw-gradient-to: #2dd4bf var(--tw-gradient-to-position)}.focus\:to-teal-50:focus{--tw-gradient-to: #f0fdfa var(--tw-gradient-to-position)}.focus\:to-teal-500:focus{--tw-gradient-to: #14b8a6 var(--tw-gradient-to-position)}.focus\:to-teal-600:focus{--tw-gradient-to: #0d9488 var(--tw-gradient-to-position)}.focus\:to-teal-700:focus{--tw-gradient-to: #0f766e var(--tw-gradient-to-position)}.focus\:to-teal-800:focus{--tw-gradient-to: #115e59 var(--tw-gradient-to-position)}.focus\:to-teal-900:focus{--tw-gradient-to: #134e4a var(--tw-gradient-to-position)}.focus\:to-yellow-100:focus{--tw-gradient-to: #fef9c3 var(--tw-gradient-to-position)}.focus\:to-yellow-200:focus{--tw-gradient-to: #fef08a var(--tw-gradient-to-position)}.focus\:to-yellow-300:focus{--tw-gradient-to: #fde047 var(--tw-gradient-to-position)}.focus\:to-yellow-400:focus{--tw-gradient-to: #facc15 var(--tw-gradient-to-position)}.focus\:to-yellow-50:focus{--tw-gradient-to: #fefce8 var(--tw-gradient-to-position)}.focus\:to-yellow-500:focus{--tw-gradient-to: #eab308 var(--tw-gradient-to-position)}.focus\:to-yellow-600:focus{--tw-gradient-to: #ca8a04 var(--tw-gradient-to-position)}.focus\:to-yellow-700:focus{--tw-gradient-to: #a16207 var(--tw-gradient-to-position)}.focus\:to-yellow-800:focus{--tw-gradient-to: #854d0e var(--tw-gradient-to-position)}.focus\:to-yellow-900:focus{--tw-gradient-to: #713f12 var(--tw-gradient-to-position)}.focus\:text-blue-100:focus{--tw-text-opacity: 1;color:rgb(219 234 254 / var(--tw-text-opacity, 1))}.focus\:text-blue-200:focus{--tw-text-opacity: 1;color:rgb(191 219 254 / var(--tw-text-opacity, 1))}.focus\:text-blue-300:focus{--tw-text-opacity: 1;color:rgb(147 197 253 / var(--tw-text-opacity, 1))}.focus\:text-blue-400:focus{--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity, 1))}.focus\:text-blue-50:focus{--tw-text-opacity: 1;color:rgb(239 246 255 / var(--tw-text-opacity, 1))}.focus\:text-blue-500:focus{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.focus\:text-blue-600:focus{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.focus\:text-blue-700:focus{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.focus\:text-blue-800:focus{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}.focus\:text-blue-900:focus{--tw-text-opacity: 1;color:rgb(30 58 138 / var(--tw-text-opacity, 1))}.focus\:text-cyan-100:focus{--tw-text-opacity: 1;color:rgb(207 250 254 / var(--tw-text-opacity, 1))}.focus\:text-cyan-200:focus{--tw-text-opacity: 1;color:rgb(165 243 252 / var(--tw-text-opacity, 1))}.focus\:text-cyan-300:focus{--tw-text-opacity: 1;color:rgb(103 232 249 / var(--tw-text-opacity, 1))}.focus\:text-cyan-400:focus{--tw-text-opacity: 1;color:rgb(34 211 238 / var(--tw-text-opacity, 1))}.focus\:text-cyan-50:focus{--tw-text-opacity: 1;color:rgb(236 254 255 / var(--tw-text-opacity, 1))}.focus\:text-cyan-500:focus{--tw-text-opacity: 1;color:rgb(6 182 212 / var(--tw-text-opacity, 1))}.focus\:text-cyan-600:focus{--tw-text-opacity: 1;color:rgb(8 145 178 / var(--tw-text-opacity, 1))}.focus\:text-cyan-700:focus{--tw-text-opacity: 1;color:rgb(14 116 144 / var(--tw-text-opacity, 1))}.focus\:text-cyan-800:focus{--tw-text-opacity: 1;color:rgb(21 94 117 / var(--tw-text-opacity, 1))}.focus\:text-cyan-900:focus{--tw-text-opacity: 1;color:rgb(22 78 99 / var(--tw-text-opacity, 1))}.focus\:text-gray-100:focus{--tw-text-opacity: 1;color:rgb(243 244 246 / var(--tw-text-opacity, 1))}.focus\:text-gray-200:focus{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.focus\:text-gray-300:focus{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.focus\:text-gray-400:focus{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.focus\:text-gray-50:focus{--tw-text-opacity: 1;color:rgb(249 250 251 / var(--tw-text-opacity, 1))}.focus\:text-gray-500:focus{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.focus\:text-gray-600:focus{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.focus\:text-gray-700:focus{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.focus\:text-gray-800:focus{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.focus\:text-gray-900:focus{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.focus\:text-green-100:focus{--tw-text-opacity: 1;color:rgb(220 252 231 / var(--tw-text-opacity, 1))}.focus\:text-green-200:focus{--tw-text-opacity: 1;color:rgb(187 247 208 / var(--tw-text-opacity, 1))}.focus\:text-green-300:focus{--tw-text-opacity: 1;color:rgb(134 239 172 / var(--tw-text-opacity, 1))}.focus\:text-green-400:focus{--tw-text-opacity: 1;color:rgb(74 222 128 / var(--tw-text-opacity, 1))}.focus\:text-green-50:focus{--tw-text-opacity: 1;color:rgb(240 253 244 / var(--tw-text-opacity, 1))}.focus\:text-green-500:focus{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.focus\:text-green-600:focus{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.focus\:text-green-700:focus{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}.focus\:text-green-800:focus{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity, 1))}.focus\:text-green-900:focus{--tw-text-opacity: 1;color:rgb(20 83 45 / var(--tw-text-opacity, 1))}.focus\:text-indigo-100:focus{--tw-text-opacity: 1;color:rgb(224 231 255 / var(--tw-text-opacity, 1))}.focus\:text-indigo-200:focus{--tw-text-opacity: 1;color:rgb(199 210 254 / var(--tw-text-opacity, 1))}.focus\:text-indigo-300:focus{--tw-text-opacity: 1;color:rgb(165 180 252 / var(--tw-text-opacity, 1))}.focus\:text-indigo-400:focus{--tw-text-opacity: 1;color:rgb(129 140 248 / var(--tw-text-opacity, 1))}.focus\:text-indigo-50:focus{--tw-text-opacity: 1;color:rgb(238 242 255 / var(--tw-text-opacity, 1))}.focus\:text-indigo-500:focus{--tw-text-opacity: 1;color:rgb(99 102 241 / var(--tw-text-opacity, 1))}.focus\:text-indigo-600:focus{--tw-text-opacity: 1;color:rgb(79 70 229 / var(--tw-text-opacity, 1))}.focus\:text-indigo-700:focus{--tw-text-opacity: 1;color:rgb(67 56 202 / var(--tw-text-opacity, 1))}.focus\:text-indigo-800:focus{--tw-text-opacity: 1;color:rgb(55 48 163 / var(--tw-text-opacity, 1))}.focus\:text-indigo-900:focus{--tw-text-opacity: 1;color:rgb(49 46 129 / var(--tw-text-opacity, 1))}.focus\:text-orange-100:focus{--tw-text-opacity: 1;color:rgb(255 237 213 / var(--tw-text-opacity, 1))}.focus\:text-orange-200:focus{--tw-text-opacity: 1;color:rgb(254 215 170 / var(--tw-text-opacity, 1))}.focus\:text-orange-300:focus{--tw-text-opacity: 1;color:rgb(253 186 116 / var(--tw-text-opacity, 1))}.focus\:text-orange-400:focus{--tw-text-opacity: 1;color:rgb(251 146 60 / var(--tw-text-opacity, 1))}.focus\:text-orange-50:focus{--tw-text-opacity: 1;color:rgb(255 247 237 / var(--tw-text-opacity, 1))}.focus\:text-orange-500:focus{--tw-text-opacity: 1;color:rgb(249 115 22 / var(--tw-text-opacity, 1))}.focus\:text-orange-600:focus{--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity, 1))}.focus\:text-orange-700:focus{--tw-text-opacity: 1;color:rgb(194 65 12 / var(--tw-text-opacity, 1))}.focus\:text-orange-800:focus{--tw-text-opacity: 1;color:rgb(154 52 18 / var(--tw-text-opacity, 1))}.focus\:text-orange-900:focus{--tw-text-opacity: 1;color:rgb(124 45 18 / var(--tw-text-opacity, 1))}.focus\:text-pink-100:focus{--tw-text-opacity: 1;color:rgb(252 231 243 / var(--tw-text-opacity, 1))}.focus\:text-pink-200:focus{--tw-text-opacity: 1;color:rgb(251 207 232 / var(--tw-text-opacity, 1))}.focus\:text-pink-300:focus{--tw-text-opacity: 1;color:rgb(249 168 212 / var(--tw-text-opacity, 1))}.focus\:text-pink-400:focus{--tw-text-opacity: 1;color:rgb(244 114 182 / var(--tw-text-opacity, 1))}.focus\:text-pink-50:focus{--tw-text-opacity: 1;color:rgb(253 242 248 / var(--tw-text-opacity, 1))}.focus\:text-pink-500:focus{--tw-text-opacity: 1;color:rgb(236 72 153 / var(--tw-text-opacity, 1))}.focus\:text-pink-600:focus{--tw-text-opacity: 1;color:rgb(219 39 119 / var(--tw-text-opacity, 1))}.focus\:text-pink-700:focus{--tw-text-opacity: 1;color:rgb(190 24 93 / var(--tw-text-opacity, 1))}.focus\:text-pink-800:focus{--tw-text-opacity: 1;color:rgb(157 23 77 / var(--tw-text-opacity, 1))}.focus\:text-pink-900:focus{--tw-text-opacity: 1;color:rgb(131 24 67 / var(--tw-text-opacity, 1))}.focus\:text-purple-100:focus{--tw-text-opacity: 1;color:rgb(243 232 255 / var(--tw-text-opacity, 1))}.focus\:text-purple-200:focus{--tw-text-opacity: 1;color:rgb(233 213 255 / var(--tw-text-opacity, 1))}.focus\:text-purple-300:focus{--tw-text-opacity: 1;color:rgb(216 180 254 / var(--tw-text-opacity, 1))}.focus\:text-purple-400:focus{--tw-text-opacity: 1;color:rgb(192 132 252 / var(--tw-text-opacity, 1))}.focus\:text-purple-50:focus{--tw-text-opacity: 1;color:rgb(250 245 255 / var(--tw-text-opacity, 1))}.focus\:text-purple-500:focus{--tw-text-opacity: 1;color:rgb(168 85 247 / var(--tw-text-opacity, 1))}.focus\:text-purple-600:focus{--tw-text-opacity: 1;color:rgb(147 51 234 / var(--tw-text-opacity, 1))}.focus\:text-purple-700:focus{--tw-text-opacity: 1;color:rgb(126 34 206 / var(--tw-text-opacity, 1))}.focus\:text-purple-800:focus{--tw-text-opacity: 1;color:rgb(107 33 168 / var(--tw-text-opacity, 1))}.focus\:text-purple-900:focus{--tw-text-opacity: 1;color:rgb(88 28 135 / var(--tw-text-opacity, 1))}.focus\:text-red-100:focus{--tw-text-opacity: 1;color:rgb(254 226 226 / var(--tw-text-opacity, 1))}.focus\:text-red-200:focus{--tw-text-opacity: 1;color:rgb(254 202 202 / var(--tw-text-opacity, 1))}.focus\:text-red-300:focus{--tw-text-opacity: 1;color:rgb(252 165 165 / var(--tw-text-opacity, 1))}.focus\:text-red-400:focus{--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.focus\:text-red-50:focus{--tw-text-opacity: 1;color:rgb(254 242 242 / var(--tw-text-opacity, 1))}.focus\:text-red-500:focus{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.focus\:text-red-600:focus{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.focus\:text-red-700:focus{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.focus\:text-red-800:focus{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity, 1))}.focus\:text-red-900:focus{--tw-text-opacity: 1;color:rgb(127 29 29 / var(--tw-text-opacity, 1))}.focus\:text-teal-100:focus{--tw-text-opacity: 1;color:rgb(204 251 241 / var(--tw-text-opacity, 1))}.focus\:text-teal-200:focus{--tw-text-opacity: 1;color:rgb(153 246 228 / var(--tw-text-opacity, 1))}.focus\:text-teal-300:focus{--tw-text-opacity: 1;color:rgb(94 234 212 / var(--tw-text-opacity, 1))}.focus\:text-teal-400:focus{--tw-text-opacity: 1;color:rgb(45 212 191 / var(--tw-text-opacity, 1))}.focus\:text-teal-50:focus{--tw-text-opacity: 1;color:rgb(240 253 250 / var(--tw-text-opacity, 1))}.focus\:text-teal-500:focus{--tw-text-opacity: 1;color:rgb(20 184 166 / var(--tw-text-opacity, 1))}.focus\:text-teal-600:focus{--tw-text-opacity: 1;color:rgb(13 148 136 / var(--tw-text-opacity, 1))}.focus\:text-teal-700:focus{--tw-text-opacity: 1;color:rgb(15 118 110 / var(--tw-text-opacity, 1))}.focus\:text-teal-800:focus{--tw-text-opacity: 1;color:rgb(17 94 89 / var(--tw-text-opacity, 1))}.focus\:text-teal-900:focus{--tw-text-opacity: 1;color:rgb(19 78 74 / var(--tw-text-opacity, 1))}.focus\:text-yellow-100:focus{--tw-text-opacity: 1;color:rgb(254 249 195 / var(--tw-text-opacity, 1))}.focus\:text-yellow-200:focus{--tw-text-opacity: 1;color:rgb(254 240 138 / var(--tw-text-opacity, 1))}.focus\:text-yellow-300:focus{--tw-text-opacity: 1;color:rgb(253 224 71 / var(--tw-text-opacity, 1))}.focus\:text-yellow-400:focus{--tw-text-opacity: 1;color:rgb(250 204 21 / var(--tw-text-opacity, 1))}.focus\:text-yellow-50:focus{--tw-text-opacity: 1;color:rgb(254 252 232 / var(--tw-text-opacity, 1))}.focus\:text-yellow-500:focus{--tw-text-opacity: 1;color:rgb(234 179 8 / var(--tw-text-opacity, 1))}.focus\:text-yellow-600:focus{--tw-text-opacity: 1;color:rgb(202 138 4 / var(--tw-text-opacity, 1))}.focus\:text-yellow-700:focus{--tw-text-opacity: 1;color:rgb(161 98 7 / var(--tw-text-opacity, 1))}.focus\:text-yellow-800:focus{--tw-text-opacity: 1;color:rgb(133 77 14 / var(--tw-text-opacity, 1))}.focus\:text-yellow-900:focus{--tw-text-opacity: 1;color:rgb(113 63 18 / var(--tw-text-opacity, 1))}.focus\:placeholder-gray-400:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(156 163 175 / var(--tw-placeholder-opacity, 1))}.focus\:placeholder-gray-400:focus::placeholder{--tw-placeholder-opacity: 1;color:rgb(156 163 175 / var(--tw-placeholder-opacity, 1))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:outline:focus{outline-style:solid}.focus\:outline-2:focus{outline-width:2px}.focus\:outline-red-500:focus{outline-color:#ef4444}.focus\:ring:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-1:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-4:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-inset:focus{--tw-ring-inset: inset}.focus\:ring-amber-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(245 158 11 / var(--tw-ring-opacity, 1))}.focus\:ring-blue-100:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(219 234 254 / var(--tw-ring-opacity, 1))}.focus\:ring-blue-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(191 219 254 / var(--tw-ring-opacity, 1))}.focus\:ring-blue-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity, 1))}.focus\:ring-blue-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity, 1))}.focus\:ring-blue-50:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(239 246 255 / var(--tw-ring-opacity, 1))}.focus\:ring-blue-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}.focus\:ring-blue-600:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity, 1))}.focus\:ring-blue-700:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(29 78 216 / var(--tw-ring-opacity, 1))}.focus\:ring-blue-800:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity, 1))}.focus\:ring-blue-900:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(30 58 138 / var(--tw-ring-opacity, 1))}.focus\:ring-cyan-100:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(207 250 254 / var(--tw-ring-opacity, 1))}.focus\:ring-cyan-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(165 243 252 / var(--tw-ring-opacity, 1))}.focus\:ring-cyan-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(103 232 249 / var(--tw-ring-opacity, 1))}.focus\:ring-cyan-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(34 211 238 / var(--tw-ring-opacity, 1))}.focus\:ring-cyan-50:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(236 254 255 / var(--tw-ring-opacity, 1))}.focus\:ring-cyan-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(6 182 212 / var(--tw-ring-opacity, 1))}.focus\:ring-cyan-600:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(8 145 178 / var(--tw-ring-opacity, 1))}.focus\:ring-cyan-700:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(14 116 144 / var(--tw-ring-opacity, 1))}.focus\:ring-cyan-800:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(21 94 117 / var(--tw-ring-opacity, 1))}.focus\:ring-cyan-900:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(22 78 99 / var(--tw-ring-opacity, 1))}.focus\:ring-danger-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1))}.focus\:ring-gray-100:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(243 244 246 / var(--tw-ring-opacity, 1))}.focus\:ring-gray-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity, 1))}.focus\:ring-gray-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1))}.focus\:ring-gray-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity, 1))}.focus\:ring-gray-50:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(249 250 251 / var(--tw-ring-opacity, 1))}.focus\:ring-gray-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity, 1))}.focus\:ring-gray-600:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(75 85 99 / var(--tw-ring-opacity, 1))}.focus\:ring-gray-700:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(55 65 81 / var(--tw-ring-opacity, 1))}.focus\:ring-gray-800:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(31 41 55 / var(--tw-ring-opacity, 1))}.focus\:ring-gray-900:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(17 24 39 / var(--tw-ring-opacity, 1))}.focus\:ring-green-100:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(220 252 231 / var(--tw-ring-opacity, 1))}.focus\:ring-green-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(187 247 208 / var(--tw-ring-opacity, 1))}.focus\:ring-green-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(134 239 172 / var(--tw-ring-opacity, 1))}.focus\:ring-green-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(74 222 128 / var(--tw-ring-opacity, 1))}.focus\:ring-green-50:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(240 253 244 / var(--tw-ring-opacity, 1))}.focus\:ring-green-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity, 1))}.focus\:ring-green-600:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(22 163 74 / var(--tw-ring-opacity, 1))}.focus\:ring-green-700:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(21 128 61 / var(--tw-ring-opacity, 1))}.focus\:ring-green-800:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(22 101 52 / var(--tw-ring-opacity, 1))}.focus\:ring-green-900:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(20 83 45 / var(--tw-ring-opacity, 1))}.focus\:ring-indigo-100:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(224 231 255 / var(--tw-ring-opacity, 1))}.focus\:ring-indigo-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity, 1))}.focus\:ring-indigo-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(165 180 252 / var(--tw-ring-opacity, 1))}.focus\:ring-indigo-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(129 140 248 / var(--tw-ring-opacity, 1))}.focus\:ring-indigo-50:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(238 242 255 / var(--tw-ring-opacity, 1))}.focus\:ring-indigo-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1))}.focus\:ring-indigo-600:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(79 70 229 / var(--tw-ring-opacity, 1))}.focus\:ring-indigo-700:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(67 56 202 / var(--tw-ring-opacity, 1))}.focus\:ring-indigo-800:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(55 48 163 / var(--tw-ring-opacity, 1))}.focus\:ring-indigo-900:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(49 46 129 / var(--tw-ring-opacity, 1))}.focus\:ring-info-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}.focus\:ring-orange-100:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(255 237 213 / var(--tw-ring-opacity, 1))}.focus\:ring-orange-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 215 170 / var(--tw-ring-opacity, 1))}.focus\:ring-orange-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(253 186 116 / var(--tw-ring-opacity, 1))}.focus\:ring-orange-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(251 146 60 / var(--tw-ring-opacity, 1))}.focus\:ring-orange-50:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(255 247 237 / var(--tw-ring-opacity, 1))}.focus\:ring-orange-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(249 115 22 / var(--tw-ring-opacity, 1))}.focus\:ring-orange-600:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(234 88 12 / var(--tw-ring-opacity, 1))}.focus\:ring-orange-700:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(194 65 12 / var(--tw-ring-opacity, 1))}.focus\:ring-orange-800:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(154 52 18 / var(--tw-ring-opacity, 1))}.focus\:ring-orange-900:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(124 45 18 / var(--tw-ring-opacity, 1))}.focus\:ring-pink-100:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(252 231 243 / var(--tw-ring-opacity, 1))}.focus\:ring-pink-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(251 207 232 / var(--tw-ring-opacity, 1))}.focus\:ring-pink-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(249 168 212 / var(--tw-ring-opacity, 1))}.focus\:ring-pink-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(244 114 182 / var(--tw-ring-opacity, 1))}.focus\:ring-pink-50:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(253 242 248 / var(--tw-ring-opacity, 1))}.focus\:ring-pink-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(236 72 153 / var(--tw-ring-opacity, 1))}.focus\:ring-pink-600:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(219 39 119 / var(--tw-ring-opacity, 1))}.focus\:ring-pink-700:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(190 24 93 / var(--tw-ring-opacity, 1))}.focus\:ring-pink-800:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(157 23 77 / var(--tw-ring-opacity, 1))}.focus\:ring-pink-900:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(131 24 67 / var(--tw-ring-opacity, 1))}.focus\:ring-primary-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(221 214 254 / var(--tw-ring-opacity, 1))}.focus\:ring-primary-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(139 92 246 / var(--tw-ring-opacity, 1))}.focus\:ring-purple-100:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(243 232 255 / var(--tw-ring-opacity, 1))}.focus\:ring-purple-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(233 213 255 / var(--tw-ring-opacity, 1))}.focus\:ring-purple-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(216 180 254 / var(--tw-ring-opacity, 1))}.focus\:ring-purple-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(192 132 252 / var(--tw-ring-opacity, 1))}.focus\:ring-purple-50:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(250 245 255 / var(--tw-ring-opacity, 1))}.focus\:ring-purple-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(168 85 247 / var(--tw-ring-opacity, 1))}.focus\:ring-purple-600:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(147 51 234 / var(--tw-ring-opacity, 1))}.focus\:ring-purple-700:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(126 34 206 / var(--tw-ring-opacity, 1))}.focus\:ring-purple-800:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(107 33 168 / var(--tw-ring-opacity, 1))}.focus\:ring-purple-900:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(88 28 135 / var(--tw-ring-opacity, 1))}.focus\:ring-red-100:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 226 226 / var(--tw-ring-opacity, 1))}.focus\:ring-red-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 202 202 / var(--tw-ring-opacity, 1))}.focus\:ring-red-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(252 165 165 / var(--tw-ring-opacity, 1))}.focus\:ring-red-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity, 1))}.focus\:ring-red-50:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 242 242 / var(--tw-ring-opacity, 1))}.focus\:ring-red-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1))}.focus\:ring-red-600:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1))}.focus\:ring-red-700:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1))}.focus\:ring-red-800:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(153 27 27 / var(--tw-ring-opacity, 1))}.focus\:ring-red-900:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(127 29 29 / var(--tw-ring-opacity, 1))}.focus\:ring-success-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity, 1))}.focus\:ring-teal-100:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(204 251 241 / var(--tw-ring-opacity, 1))}.focus\:ring-teal-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(153 246 228 / var(--tw-ring-opacity, 1))}.focus\:ring-teal-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(94 234 212 / var(--tw-ring-opacity, 1))}.focus\:ring-teal-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(45 212 191 / var(--tw-ring-opacity, 1))}.focus\:ring-teal-50:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(240 253 250 / var(--tw-ring-opacity, 1))}.focus\:ring-teal-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(20 184 166 / var(--tw-ring-opacity, 1))}.focus\:ring-teal-600:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(13 148 136 / var(--tw-ring-opacity, 1))}.focus\:ring-teal-700:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(15 118 110 / var(--tw-ring-opacity, 1))}.focus\:ring-teal-800:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(17 94 89 / var(--tw-ring-opacity, 1))}.focus\:ring-teal-900:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(19 78 74 / var(--tw-ring-opacity, 1))}.focus\:ring-warning-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(245 158 11 / var(--tw-ring-opacity, 1))}.focus\:ring-yellow-100:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 249 195 / var(--tw-ring-opacity, 1))}.focus\:ring-yellow-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 240 138 / var(--tw-ring-opacity, 1))}.focus\:ring-yellow-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(253 224 71 / var(--tw-ring-opacity, 1))}.focus\:ring-yellow-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(250 204 21 / var(--tw-ring-opacity, 1))}.focus\:ring-yellow-50:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 252 232 / var(--tw-ring-opacity, 1))}.focus\:ring-yellow-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(234 179 8 / var(--tw-ring-opacity, 1))}.focus\:ring-yellow-600:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(202 138 4 / var(--tw-ring-opacity, 1))}.focus\:ring-yellow-700:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(161 98 7 / var(--tw-ring-opacity, 1))}.focus\:ring-yellow-800:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(133 77 14 / var(--tw-ring-opacity, 1))}.focus\:ring-yellow-900:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(113 63 18 / var(--tw-ring-opacity, 1))}.focus\:ring-opacity-50:focus{--tw-ring-opacity: .5}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.focus\:ring-offset-transparent:focus{--tw-ring-offset-color: transparent}.focus-visible\:outline:focus-visible{outline-style:solid}.focus-visible\:outline-2:focus-visible{outline-width:2px}.focus-visible\:outline-offset-2:focus-visible{outline-offset:2px}.focus-visible\:outline-primary-600:focus-visible{outline-color:#7c3aed}.active\:border-blue-100:active{--tw-border-opacity: 1;border-color:rgb(219 234 254 / var(--tw-border-opacity, 1))}.active\:border-blue-200:active{--tw-border-opacity: 1;border-color:rgb(191 219 254 / var(--tw-border-opacity, 1))}.active\:border-blue-300:active{--tw-border-opacity: 1;border-color:rgb(147 197 253 / var(--tw-border-opacity, 1))}.active\:border-blue-400:active{--tw-border-opacity: 1;border-color:rgb(96 165 250 / var(--tw-border-opacity, 1))}.active\:border-blue-50:active{--tw-border-opacity: 1;border-color:rgb(239 246 255 / var(--tw-border-opacity, 1))}.active\:border-blue-500:active{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.active\:border-blue-600:active{--tw-border-opacity: 1;border-color:rgb(37 99 235 / var(--tw-border-opacity, 1))}.active\:border-blue-700:active{--tw-border-opacity: 1;border-color:rgb(29 78 216 / var(--tw-border-opacity, 1))}.active\:border-blue-800:active{--tw-border-opacity: 1;border-color:rgb(30 64 175 / var(--tw-border-opacity, 1))}.active\:border-blue-900:active{--tw-border-opacity: 1;border-color:rgb(30 58 138 / var(--tw-border-opacity, 1))}.active\:border-cyan-100:active{--tw-border-opacity: 1;border-color:rgb(207 250 254 / var(--tw-border-opacity, 1))}.active\:border-cyan-200:active{--tw-border-opacity: 1;border-color:rgb(165 243 252 / var(--tw-border-opacity, 1))}.active\:border-cyan-300:active{--tw-border-opacity: 1;border-color:rgb(103 232 249 / var(--tw-border-opacity, 1))}.active\:border-cyan-400:active{--tw-border-opacity: 1;border-color:rgb(34 211 238 / var(--tw-border-opacity, 1))}.active\:border-cyan-50:active{--tw-border-opacity: 1;border-color:rgb(236 254 255 / var(--tw-border-opacity, 1))}.active\:border-cyan-500:active{--tw-border-opacity: 1;border-color:rgb(6 182 212 / var(--tw-border-opacity, 1))}.active\:border-cyan-600:active{--tw-border-opacity: 1;border-color:rgb(8 145 178 / var(--tw-border-opacity, 1))}.active\:border-cyan-700:active{--tw-border-opacity: 1;border-color:rgb(14 116 144 / var(--tw-border-opacity, 1))}.active\:border-cyan-800:active{--tw-border-opacity: 1;border-color:rgb(21 94 117 / var(--tw-border-opacity, 1))}.active\:border-cyan-900:active{--tw-border-opacity: 1;border-color:rgb(22 78 99 / var(--tw-border-opacity, 1))}.active\:border-gray-100:active{--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1))}.active\:border-gray-200:active{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.active\:border-gray-300:active{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.active\:border-gray-400:active{--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity, 1))}.active\:border-gray-50:active{--tw-border-opacity: 1;border-color:rgb(249 250 251 / var(--tw-border-opacity, 1))}.active\:border-gray-500:active{--tw-border-opacity: 1;border-color:rgb(107 114 128 / var(--tw-border-opacity, 1))}.active\:border-gray-600:active{--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity, 1))}.active\:border-gray-700:active{--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity, 1))}.active\:border-gray-800:active{--tw-border-opacity: 1;border-color:rgb(31 41 55 / var(--tw-border-opacity, 1))}.active\:border-gray-900:active{--tw-border-opacity: 1;border-color:rgb(17 24 39 / var(--tw-border-opacity, 1))}.active\:border-green-100:active{--tw-border-opacity: 1;border-color:rgb(220 252 231 / var(--tw-border-opacity, 1))}.active\:border-green-200:active{--tw-border-opacity: 1;border-color:rgb(187 247 208 / var(--tw-border-opacity, 1))}.active\:border-green-300:active{--tw-border-opacity: 1;border-color:rgb(134 239 172 / var(--tw-border-opacity, 1))}.active\:border-green-400:active{--tw-border-opacity: 1;border-color:rgb(74 222 128 / var(--tw-border-opacity, 1))}.active\:border-green-50:active{--tw-border-opacity: 1;border-color:rgb(240 253 244 / var(--tw-border-opacity, 1))}.active\:border-green-500:active{--tw-border-opacity: 1;border-color:rgb(34 197 94 / var(--tw-border-opacity, 1))}.active\:border-green-600:active{--tw-border-opacity: 1;border-color:rgb(22 163 74 / var(--tw-border-opacity, 1))}.active\:border-green-700:active{--tw-border-opacity: 1;border-color:rgb(21 128 61 / var(--tw-border-opacity, 1))}.active\:border-green-800:active{--tw-border-opacity: 1;border-color:rgb(22 101 52 / var(--tw-border-opacity, 1))}.active\:border-green-900:active{--tw-border-opacity: 1;border-color:rgb(20 83 45 / var(--tw-border-opacity, 1))}.active\:border-indigo-100:active{--tw-border-opacity: 1;border-color:rgb(224 231 255 / var(--tw-border-opacity, 1))}.active\:border-indigo-200:active{--tw-border-opacity: 1;border-color:rgb(199 210 254 / var(--tw-border-opacity, 1))}.active\:border-indigo-300:active{--tw-border-opacity: 1;border-color:rgb(165 180 252 / var(--tw-border-opacity, 1))}.active\:border-indigo-400:active{--tw-border-opacity: 1;border-color:rgb(129 140 248 / var(--tw-border-opacity, 1))}.active\:border-indigo-50:active{--tw-border-opacity: 1;border-color:rgb(238 242 255 / var(--tw-border-opacity, 1))}.active\:border-indigo-500:active{--tw-border-opacity: 1;border-color:rgb(99 102 241 / var(--tw-border-opacity, 1))}.active\:border-indigo-600:active{--tw-border-opacity: 1;border-color:rgb(79 70 229 / var(--tw-border-opacity, 1))}.active\:border-indigo-700:active{--tw-border-opacity: 1;border-color:rgb(67 56 202 / var(--tw-border-opacity, 1))}.active\:border-indigo-800:active{--tw-border-opacity: 1;border-color:rgb(55 48 163 / var(--tw-border-opacity, 1))}.active\:border-indigo-900:active{--tw-border-opacity: 1;border-color:rgb(49 46 129 / var(--tw-border-opacity, 1))}.active\:border-orange-100:active{--tw-border-opacity: 1;border-color:rgb(255 237 213 / var(--tw-border-opacity, 1))}.active\:border-orange-200:active{--tw-border-opacity: 1;border-color:rgb(254 215 170 / var(--tw-border-opacity, 1))}.active\:border-orange-300:active{--tw-border-opacity: 1;border-color:rgb(253 186 116 / var(--tw-border-opacity, 1))}.active\:border-orange-400:active{--tw-border-opacity: 1;border-color:rgb(251 146 60 / var(--tw-border-opacity, 1))}.active\:border-orange-50:active{--tw-border-opacity: 1;border-color:rgb(255 247 237 / var(--tw-border-opacity, 1))}.active\:border-orange-500:active{--tw-border-opacity: 1;border-color:rgb(249 115 22 / var(--tw-border-opacity, 1))}.active\:border-orange-600:active{--tw-border-opacity: 1;border-color:rgb(234 88 12 / var(--tw-border-opacity, 1))}.active\:border-orange-700:active{--tw-border-opacity: 1;border-color:rgb(194 65 12 / var(--tw-border-opacity, 1))}.active\:border-orange-800:active{--tw-border-opacity: 1;border-color:rgb(154 52 18 / var(--tw-border-opacity, 1))}.active\:border-orange-900:active{--tw-border-opacity: 1;border-color:rgb(124 45 18 / var(--tw-border-opacity, 1))}.active\:border-pink-100:active{--tw-border-opacity: 1;border-color:rgb(252 231 243 / var(--tw-border-opacity, 1))}.active\:border-pink-200:active{--tw-border-opacity: 1;border-color:rgb(251 207 232 / var(--tw-border-opacity, 1))}.active\:border-pink-300:active{--tw-border-opacity: 1;border-color:rgb(249 168 212 / var(--tw-border-opacity, 1))}.active\:border-pink-400:active{--tw-border-opacity: 1;border-color:rgb(244 114 182 / var(--tw-border-opacity, 1))}.active\:border-pink-50:active{--tw-border-opacity: 1;border-color:rgb(253 242 248 / var(--tw-border-opacity, 1))}.active\:border-pink-500:active{--tw-border-opacity: 1;border-color:rgb(236 72 153 / var(--tw-border-opacity, 1))}.active\:border-pink-600:active{--tw-border-opacity: 1;border-color:rgb(219 39 119 / var(--tw-border-opacity, 1))}.active\:border-pink-700:active{--tw-border-opacity: 1;border-color:rgb(190 24 93 / var(--tw-border-opacity, 1))}.active\:border-pink-800:active{--tw-border-opacity: 1;border-color:rgb(157 23 77 / var(--tw-border-opacity, 1))}.active\:border-pink-900:active{--tw-border-opacity: 1;border-color:rgb(131 24 67 / var(--tw-border-opacity, 1))}.active\:border-purple-100:active{--tw-border-opacity: 1;border-color:rgb(243 232 255 / var(--tw-border-opacity, 1))}.active\:border-purple-200:active{--tw-border-opacity: 1;border-color:rgb(233 213 255 / var(--tw-border-opacity, 1))}.active\:border-purple-300:active{--tw-border-opacity: 1;border-color:rgb(216 180 254 / var(--tw-border-opacity, 1))}.active\:border-purple-400:active{--tw-border-opacity: 1;border-color:rgb(192 132 252 / var(--tw-border-opacity, 1))}.active\:border-purple-50:active{--tw-border-opacity: 1;border-color:rgb(250 245 255 / var(--tw-border-opacity, 1))}.active\:border-purple-500:active{--tw-border-opacity: 1;border-color:rgb(168 85 247 / var(--tw-border-opacity, 1))}.active\:border-purple-600:active{--tw-border-opacity: 1;border-color:rgb(147 51 234 / var(--tw-border-opacity, 1))}.active\:border-purple-700:active{--tw-border-opacity: 1;border-color:rgb(126 34 206 / var(--tw-border-opacity, 1))}.active\:border-purple-800:active{--tw-border-opacity: 1;border-color:rgb(107 33 168 / var(--tw-border-opacity, 1))}.active\:border-purple-900:active{--tw-border-opacity: 1;border-color:rgb(88 28 135 / var(--tw-border-opacity, 1))}.active\:border-red-100:active{--tw-border-opacity: 1;border-color:rgb(254 226 226 / var(--tw-border-opacity, 1))}.active\:border-red-200:active{--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity, 1))}.active\:border-red-300:active{--tw-border-opacity: 1;border-color:rgb(252 165 165 / var(--tw-border-opacity, 1))}.active\:border-red-400:active{--tw-border-opacity: 1;border-color:rgb(248 113 113 / var(--tw-border-opacity, 1))}.active\:border-red-50:active{--tw-border-opacity: 1;border-color:rgb(254 242 242 / var(--tw-border-opacity, 1))}.active\:border-red-500:active{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.active\:border-red-600:active{--tw-border-opacity: 1;border-color:rgb(220 38 38 / var(--tw-border-opacity, 1))}.active\:border-red-700:active{--tw-border-opacity: 1;border-color:rgb(185 28 28 / var(--tw-border-opacity, 1))}.active\:border-red-800:active{--tw-border-opacity: 1;border-color:rgb(153 27 27 / var(--tw-border-opacity, 1))}.active\:border-red-900:active{--tw-border-opacity: 1;border-color:rgb(127 29 29 / var(--tw-border-opacity, 1))}.active\:border-teal-100:active{--tw-border-opacity: 1;border-color:rgb(204 251 241 / var(--tw-border-opacity, 1))}.active\:border-teal-200:active{--tw-border-opacity: 1;border-color:rgb(153 246 228 / var(--tw-border-opacity, 1))}.active\:border-teal-300:active{--tw-border-opacity: 1;border-color:rgb(94 234 212 / var(--tw-border-opacity, 1))}.active\:border-teal-400:active{--tw-border-opacity: 1;border-color:rgb(45 212 191 / var(--tw-border-opacity, 1))}.active\:border-teal-50:active{--tw-border-opacity: 1;border-color:rgb(240 253 250 / var(--tw-border-opacity, 1))}.active\:border-teal-500:active{--tw-border-opacity: 1;border-color:rgb(20 184 166 / var(--tw-border-opacity, 1))}.active\:border-teal-600:active{--tw-border-opacity: 1;border-color:rgb(13 148 136 / var(--tw-border-opacity, 1))}.active\:border-teal-700:active{--tw-border-opacity: 1;border-color:rgb(15 118 110 / var(--tw-border-opacity, 1))}.active\:border-teal-800:active{--tw-border-opacity: 1;border-color:rgb(17 94 89 / var(--tw-border-opacity, 1))}.active\:border-teal-900:active{--tw-border-opacity: 1;border-color:rgb(19 78 74 / var(--tw-border-opacity, 1))}.active\:border-yellow-100:active{--tw-border-opacity: 1;border-color:rgb(254 249 195 / var(--tw-border-opacity, 1))}.active\:border-yellow-200:active{--tw-border-opacity: 1;border-color:rgb(254 240 138 / var(--tw-border-opacity, 1))}.active\:border-yellow-300:active{--tw-border-opacity: 1;border-color:rgb(253 224 71 / var(--tw-border-opacity, 1))}.active\:border-yellow-400:active{--tw-border-opacity: 1;border-color:rgb(250 204 21 / var(--tw-border-opacity, 1))}.active\:border-yellow-50:active{--tw-border-opacity: 1;border-color:rgb(254 252 232 / var(--tw-border-opacity, 1))}.active\:border-yellow-500:active{--tw-border-opacity: 1;border-color:rgb(234 179 8 / var(--tw-border-opacity, 1))}.active\:border-yellow-600:active{--tw-border-opacity: 1;border-color:rgb(202 138 4 / var(--tw-border-opacity, 1))}.active\:border-yellow-700:active{--tw-border-opacity: 1;border-color:rgb(161 98 7 / var(--tw-border-opacity, 1))}.active\:border-yellow-800:active{--tw-border-opacity: 1;border-color:rgb(133 77 14 / var(--tw-border-opacity, 1))}.active\:border-yellow-900:active{--tw-border-opacity: 1;border-color:rgb(113 63 18 / var(--tw-border-opacity, 1))}.active\:bg-blue-100:active{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.active\:bg-blue-200:active{--tw-bg-opacity: 1;background-color:rgb(191 219 254 / var(--tw-bg-opacity, 1))}.active\:bg-blue-300:active{--tw-bg-opacity: 1;background-color:rgb(147 197 253 / var(--tw-bg-opacity, 1))}.active\:bg-blue-400:active{--tw-bg-opacity: 1;background-color:rgb(96 165 250 / var(--tw-bg-opacity, 1))}.active\:bg-blue-50:active{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.active\:bg-blue-500:active{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.active\:bg-blue-600:active{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.active\:bg-blue-700:active{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.active\:bg-blue-800:active{--tw-bg-opacity: 1;background-color:rgb(30 64 175 / var(--tw-bg-opacity, 1))}.active\:bg-blue-900:active{--tw-bg-opacity: 1;background-color:rgb(30 58 138 / var(--tw-bg-opacity, 1))}.active\:bg-cyan-100:active{--tw-bg-opacity: 1;background-color:rgb(207 250 254 / var(--tw-bg-opacity, 1))}.active\:bg-cyan-200:active{--tw-bg-opacity: 1;background-color:rgb(165 243 252 / var(--tw-bg-opacity, 1))}.active\:bg-cyan-300:active{--tw-bg-opacity: 1;background-color:rgb(103 232 249 / var(--tw-bg-opacity, 1))}.active\:bg-cyan-400:active{--tw-bg-opacity: 1;background-color:rgb(34 211 238 / var(--tw-bg-opacity, 1))}.active\:bg-cyan-50:active{--tw-bg-opacity: 1;background-color:rgb(236 254 255 / var(--tw-bg-opacity, 1))}.active\:bg-cyan-500:active{--tw-bg-opacity: 1;background-color:rgb(6 182 212 / var(--tw-bg-opacity, 1))}.active\:bg-cyan-600:active{--tw-bg-opacity: 1;background-color:rgb(8 145 178 / var(--tw-bg-opacity, 1))}.active\:bg-cyan-700:active{--tw-bg-opacity: 1;background-color:rgb(14 116 144 / var(--tw-bg-opacity, 1))}.active\:bg-cyan-800:active{--tw-bg-opacity: 1;background-color:rgb(21 94 117 / var(--tw-bg-opacity, 1))}.active\:bg-cyan-900:active{--tw-bg-opacity: 1;background-color:rgb(22 78 99 / var(--tw-bg-opacity, 1))}.active\:bg-danger-800:active{--tw-bg-opacity: 1;background-color:rgb(153 27 27 / var(--tw-bg-opacity, 1))}.active\:bg-gray-100:active{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.active\:bg-gray-200:active{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.active\:bg-gray-300:active{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.active\:bg-gray-400:active{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity, 1))}.active\:bg-gray-50:active{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.active\:bg-gray-500:active{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity, 1))}.active\:bg-gray-600:active{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity, 1))}.active\:bg-gray-700:active{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.active\:bg-gray-800:active{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.active\:bg-gray-900:active{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.active\:bg-green-100:active{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.active\:bg-green-200:active{--tw-bg-opacity: 1;background-color:rgb(187 247 208 / var(--tw-bg-opacity, 1))}.active\:bg-green-300:active{--tw-bg-opacity: 1;background-color:rgb(134 239 172 / var(--tw-bg-opacity, 1))}.active\:bg-green-400:active{--tw-bg-opacity: 1;background-color:rgb(74 222 128 / var(--tw-bg-opacity, 1))}.active\:bg-green-50:active{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.active\:bg-green-500:active{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}.active\:bg-green-600:active{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}.active\:bg-green-700:active{--tw-bg-opacity: 1;background-color:rgb(21 128 61 / var(--tw-bg-opacity, 1))}.active\:bg-green-800:active{--tw-bg-opacity: 1;background-color:rgb(22 101 52 / var(--tw-bg-opacity, 1))}.active\:bg-green-900:active{--tw-bg-opacity: 1;background-color:rgb(20 83 45 / var(--tw-bg-opacity, 1))}.active\:bg-indigo-100:active{--tw-bg-opacity: 1;background-color:rgb(224 231 255 / var(--tw-bg-opacity, 1))}.active\:bg-indigo-200:active{--tw-bg-opacity: 1;background-color:rgb(199 210 254 / var(--tw-bg-opacity, 1))}.active\:bg-indigo-300:active{--tw-bg-opacity: 1;background-color:rgb(165 180 252 / var(--tw-bg-opacity, 1))}.active\:bg-indigo-400:active{--tw-bg-opacity: 1;background-color:rgb(129 140 248 / var(--tw-bg-opacity, 1))}.active\:bg-indigo-50:active{--tw-bg-opacity: 1;background-color:rgb(238 242 255 / var(--tw-bg-opacity, 1))}.active\:bg-indigo-500:active{--tw-bg-opacity: 1;background-color:rgb(99 102 241 / var(--tw-bg-opacity, 1))}.active\:bg-indigo-600:active{--tw-bg-opacity: 1;background-color:rgb(79 70 229 / var(--tw-bg-opacity, 1))}.active\:bg-indigo-700:active{--tw-bg-opacity: 1;background-color:rgb(67 56 202 / var(--tw-bg-opacity, 1))}.active\:bg-indigo-800:active{--tw-bg-opacity: 1;background-color:rgb(55 48 163 / var(--tw-bg-opacity, 1))}.active\:bg-indigo-900:active{--tw-bg-opacity: 1;background-color:rgb(49 46 129 / var(--tw-bg-opacity, 1))}.active\:bg-info-800:active{--tw-bg-opacity: 1;background-color:rgb(30 64 175 / var(--tw-bg-opacity, 1))}.active\:bg-neutral-700:active{--tw-bg-opacity: 1;background-color:rgb(63 63 70 / var(--tw-bg-opacity, 1))}.active\:bg-orange-100:active{--tw-bg-opacity: 1;background-color:rgb(255 237 213 / var(--tw-bg-opacity, 1))}.active\:bg-orange-200:active{--tw-bg-opacity: 1;background-color:rgb(254 215 170 / var(--tw-bg-opacity, 1))}.active\:bg-orange-300:active{--tw-bg-opacity: 1;background-color:rgb(253 186 116 / var(--tw-bg-opacity, 1))}.active\:bg-orange-400:active{--tw-bg-opacity: 1;background-color:rgb(251 146 60 / var(--tw-bg-opacity, 1))}.active\:bg-orange-50:active{--tw-bg-opacity: 1;background-color:rgb(255 247 237 / var(--tw-bg-opacity, 1))}.active\:bg-orange-500:active{--tw-bg-opacity: 1;background-color:rgb(249 115 22 / var(--tw-bg-opacity, 1))}.active\:bg-orange-600:active{--tw-bg-opacity: 1;background-color:rgb(234 88 12 / var(--tw-bg-opacity, 1))}.active\:bg-orange-700:active{--tw-bg-opacity: 1;background-color:rgb(194 65 12 / var(--tw-bg-opacity, 1))}.active\:bg-orange-800:active{--tw-bg-opacity: 1;background-color:rgb(154 52 18 / var(--tw-bg-opacity, 1))}.active\:bg-orange-900:active{--tw-bg-opacity: 1;background-color:rgb(124 45 18 / var(--tw-bg-opacity, 1))}.active\:bg-pink-100:active{--tw-bg-opacity: 1;background-color:rgb(252 231 243 / var(--tw-bg-opacity, 1))}.active\:bg-pink-200:active{--tw-bg-opacity: 1;background-color:rgb(251 207 232 / var(--tw-bg-opacity, 1))}.active\:bg-pink-300:active{--tw-bg-opacity: 1;background-color:rgb(249 168 212 / var(--tw-bg-opacity, 1))}.active\:bg-pink-400:active{--tw-bg-opacity: 1;background-color:rgb(244 114 182 / var(--tw-bg-opacity, 1))}.active\:bg-pink-50:active{--tw-bg-opacity: 1;background-color:rgb(253 242 248 / var(--tw-bg-opacity, 1))}.active\:bg-pink-500:active{--tw-bg-opacity: 1;background-color:rgb(236 72 153 / var(--tw-bg-opacity, 1))}.active\:bg-pink-600:active{--tw-bg-opacity: 1;background-color:rgb(219 39 119 / var(--tw-bg-opacity, 1))}.active\:bg-pink-700:active{--tw-bg-opacity: 1;background-color:rgb(190 24 93 / var(--tw-bg-opacity, 1))}.active\:bg-pink-800:active{--tw-bg-opacity: 1;background-color:rgb(157 23 77 / var(--tw-bg-opacity, 1))}.active\:bg-pink-900:active{--tw-bg-opacity: 1;background-color:rgb(131 24 67 / var(--tw-bg-opacity, 1))}.active\:bg-primary-100:active{--tw-bg-opacity: 1;background-color:rgb(237 233 254 / var(--tw-bg-opacity, 1))}.active\:bg-primary-800:active{--tw-bg-opacity: 1;background-color:rgb(91 33 182 / var(--tw-bg-opacity, 1))}.active\:bg-primary-900:active{--tw-bg-opacity: 1;background-color:rgb(76 29 149 / var(--tw-bg-opacity, 1))}.active\:bg-purple-100:active{--tw-bg-opacity: 1;background-color:rgb(243 232 255 / var(--tw-bg-opacity, 1))}.active\:bg-purple-200:active{--tw-bg-opacity: 1;background-color:rgb(233 213 255 / var(--tw-bg-opacity, 1))}.active\:bg-purple-300:active{--tw-bg-opacity: 1;background-color:rgb(216 180 254 / var(--tw-bg-opacity, 1))}.active\:bg-purple-400:active{--tw-bg-opacity: 1;background-color:rgb(192 132 252 / var(--tw-bg-opacity, 1))}.active\:bg-purple-50:active{--tw-bg-opacity: 1;background-color:rgb(250 245 255 / var(--tw-bg-opacity, 1))}.active\:bg-purple-500:active{--tw-bg-opacity: 1;background-color:rgb(168 85 247 / var(--tw-bg-opacity, 1))}.active\:bg-purple-600:active{--tw-bg-opacity: 1;background-color:rgb(147 51 234 / var(--tw-bg-opacity, 1))}.active\:bg-purple-700:active{--tw-bg-opacity: 1;background-color:rgb(126 34 206 / var(--tw-bg-opacity, 1))}.active\:bg-purple-800:active{--tw-bg-opacity: 1;background-color:rgb(107 33 168 / var(--tw-bg-opacity, 1))}.active\:bg-purple-900:active{--tw-bg-opacity: 1;background-color:rgb(88 28 135 / var(--tw-bg-opacity, 1))}.active\:bg-red-100:active{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.active\:bg-red-200:active{--tw-bg-opacity: 1;background-color:rgb(254 202 202 / var(--tw-bg-opacity, 1))}.active\:bg-red-300:active{--tw-bg-opacity: 1;background-color:rgb(252 165 165 / var(--tw-bg-opacity, 1))}.active\:bg-red-400:active{--tw-bg-opacity: 1;background-color:rgb(248 113 113 / var(--tw-bg-opacity, 1))}.active\:bg-red-50:active{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.active\:bg-red-500:active{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.active\:bg-red-600:active{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.active\:bg-red-700:active{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity, 1))}.active\:bg-red-800:active{--tw-bg-opacity: 1;background-color:rgb(153 27 27 / var(--tw-bg-opacity, 1))}.active\:bg-red-900:active{--tw-bg-opacity: 1;background-color:rgb(127 29 29 / var(--tw-bg-opacity, 1))}.active\:bg-success-800:active{--tw-bg-opacity: 1;background-color:rgb(22 101 52 / var(--tw-bg-opacity, 1))}.active\:bg-teal-100:active{--tw-bg-opacity: 1;background-color:rgb(204 251 241 / var(--tw-bg-opacity, 1))}.active\:bg-teal-200:active{--tw-bg-opacity: 1;background-color:rgb(153 246 228 / var(--tw-bg-opacity, 1))}.active\:bg-teal-300:active{--tw-bg-opacity: 1;background-color:rgb(94 234 212 / var(--tw-bg-opacity, 1))}.active\:bg-teal-400:active{--tw-bg-opacity: 1;background-color:rgb(45 212 191 / var(--tw-bg-opacity, 1))}.active\:bg-teal-50:active{--tw-bg-opacity: 1;background-color:rgb(240 253 250 / var(--tw-bg-opacity, 1))}.active\:bg-teal-500:active{--tw-bg-opacity: 1;background-color:rgb(20 184 166 / var(--tw-bg-opacity, 1))}.active\:bg-teal-600:active{--tw-bg-opacity: 1;background-color:rgb(13 148 136 / var(--tw-bg-opacity, 1))}.active\:bg-teal-700:active{--tw-bg-opacity: 1;background-color:rgb(15 118 110 / var(--tw-bg-opacity, 1))}.active\:bg-teal-800:active{--tw-bg-opacity: 1;background-color:rgb(17 94 89 / var(--tw-bg-opacity, 1))}.active\:bg-teal-900:active{--tw-bg-opacity: 1;background-color:rgb(19 78 74 / var(--tw-bg-opacity, 1))}.active\:bg-warning-800:active{--tw-bg-opacity: 1;background-color:rgb(146 64 14 / var(--tw-bg-opacity, 1))}.active\:bg-yellow-100:active{--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity, 1))}.active\:bg-yellow-200:active{--tw-bg-opacity: 1;background-color:rgb(254 240 138 / var(--tw-bg-opacity, 1))}.active\:bg-yellow-300:active{--tw-bg-opacity: 1;background-color:rgb(253 224 71 / var(--tw-bg-opacity, 1))}.active\:bg-yellow-400:active{--tw-bg-opacity: 1;background-color:rgb(250 204 21 / var(--tw-bg-opacity, 1))}.active\:bg-yellow-50:active{--tw-bg-opacity: 1;background-color:rgb(254 252 232 / var(--tw-bg-opacity, 1))}.active\:bg-yellow-500:active{--tw-bg-opacity: 1;background-color:rgb(234 179 8 / var(--tw-bg-opacity, 1))}.active\:bg-yellow-600:active{--tw-bg-opacity: 1;background-color:rgb(202 138 4 / var(--tw-bg-opacity, 1))}.active\:bg-yellow-700:active{--tw-bg-opacity: 1;background-color:rgb(161 98 7 / var(--tw-bg-opacity, 1))}.active\:bg-yellow-800:active{--tw-bg-opacity: 1;background-color:rgb(133 77 14 / var(--tw-bg-opacity, 1))}.active\:bg-yellow-900:active{--tw-bg-opacity: 1;background-color:rgb(113 63 18 / var(--tw-bg-opacity, 1))}.active\:from-blue-100:active{--tw-gradient-from: #dbeafe var(--tw-gradient-from-position);--tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-blue-200:active{--tw-gradient-from: #bfdbfe var(--tw-gradient-from-position);--tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-blue-300:active{--tw-gradient-from: #93c5fd var(--tw-gradient-from-position);--tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-blue-400:active{--tw-gradient-from: #60a5fa var(--tw-gradient-from-position);--tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-blue-50:active{--tw-gradient-from: #eff6ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-blue-500:active{--tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);--tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-blue-600:active{--tw-gradient-from: #2563eb var(--tw-gradient-from-position);--tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-blue-700:active{--tw-gradient-from: #1d4ed8 var(--tw-gradient-from-position);--tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-blue-800:active{--tw-gradient-from: #1e40af var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-blue-900:active{--tw-gradient-from: #1e3a8a var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-cyan-100:active{--tw-gradient-from: #cffafe var(--tw-gradient-from-position);--tw-gradient-to: rgb(207 250 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-cyan-200:active{--tw-gradient-from: #a5f3fc var(--tw-gradient-from-position);--tw-gradient-to: rgb(165 243 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-cyan-300:active{--tw-gradient-from: #67e8f9 var(--tw-gradient-from-position);--tw-gradient-to: rgb(103 232 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-cyan-400:active{--tw-gradient-from: #22d3ee var(--tw-gradient-from-position);--tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-cyan-50:active{--tw-gradient-from: #ecfeff var(--tw-gradient-from-position);--tw-gradient-to: rgb(236 254 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-cyan-500:active{--tw-gradient-from: #06b6d4 var(--tw-gradient-from-position);--tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-cyan-600:active{--tw-gradient-from: #0891b2 var(--tw-gradient-from-position);--tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-cyan-700:active{--tw-gradient-from: #0e7490 var(--tw-gradient-from-position);--tw-gradient-to: rgb(14 116 144 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-cyan-800:active{--tw-gradient-from: #155e75 var(--tw-gradient-from-position);--tw-gradient-to: rgb(21 94 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-cyan-900:active{--tw-gradient-from: #164e63 var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 78 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-gray-100:active{--tw-gradient-from: #f3f4f6 var(--tw-gradient-from-position);--tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-gray-200:active{--tw-gradient-from: #e5e7eb var(--tw-gradient-from-position);--tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-gray-300:active{--tw-gradient-from: #d1d5db var(--tw-gradient-from-position);--tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-gray-400:active{--tw-gradient-from: #9ca3af var(--tw-gradient-from-position);--tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-gray-50:active{--tw-gradient-from: #f9fafb var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-gray-500:active{--tw-gradient-from: #6b7280 var(--tw-gradient-from-position);--tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-gray-600:active{--tw-gradient-from: #4b5563 var(--tw-gradient-from-position);--tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-gray-700:active{--tw-gradient-from: #374151 var(--tw-gradient-from-position);--tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-gray-800:active{--tw-gradient-from: #1f2937 var(--tw-gradient-from-position);--tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-gray-900:active{--tw-gradient-from: #111827 var(--tw-gradient-from-position);--tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-green-100:active{--tw-gradient-from: #dcfce7 var(--tw-gradient-from-position);--tw-gradient-to: rgb(220 252 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-green-200:active{--tw-gradient-from: #bbf7d0 var(--tw-gradient-from-position);--tw-gradient-to: rgb(187 247 208 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-green-300:active{--tw-gradient-from: #86efac var(--tw-gradient-from-position);--tw-gradient-to: rgb(134 239 172 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-green-400:active{--tw-gradient-from: #4ade80 var(--tw-gradient-from-position);--tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-green-50:active{--tw-gradient-from: #f0fdf4 var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 253 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-green-500:active{--tw-gradient-from: #22c55e var(--tw-gradient-from-position);--tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-green-600:active{--tw-gradient-from: #16a34a var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-green-700:active{--tw-gradient-from: #15803d var(--tw-gradient-from-position);--tw-gradient-to: rgb(21 128 61 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-green-800:active{--tw-gradient-from: #166534 var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 101 52 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-green-900:active{--tw-gradient-from: #14532d var(--tw-gradient-from-position);--tw-gradient-to: rgb(20 83 45 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-indigo-100:active{--tw-gradient-from: #e0e7ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(224 231 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-indigo-200:active{--tw-gradient-from: #c7d2fe var(--tw-gradient-from-position);--tw-gradient-to: rgb(199 210 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-indigo-300:active{--tw-gradient-from: #a5b4fc var(--tw-gradient-from-position);--tw-gradient-to: rgb(165 180 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-indigo-400:active{--tw-gradient-from: #818cf8 var(--tw-gradient-from-position);--tw-gradient-to: rgb(129 140 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-indigo-50:active{--tw-gradient-from: #eef2ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-indigo-500:active{--tw-gradient-from: #6366f1 var(--tw-gradient-from-position);--tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-indigo-600:active{--tw-gradient-from: #4f46e5 var(--tw-gradient-from-position);--tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-indigo-700:active{--tw-gradient-from: #4338ca var(--tw-gradient-from-position);--tw-gradient-to: rgb(67 56 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-indigo-800:active{--tw-gradient-from: #3730a3 var(--tw-gradient-from-position);--tw-gradient-to: rgb(55 48 163 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-indigo-900:active{--tw-gradient-from: #312e81 var(--tw-gradient-from-position);--tw-gradient-to: rgb(49 46 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-orange-100:active{--tw-gradient-from: #ffedd5 var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-orange-200:active{--tw-gradient-from: #fed7aa var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-orange-300:active{--tw-gradient-from: #fdba74 var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-orange-400:active{--tw-gradient-from: #fb923c var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-orange-50:active{--tw-gradient-from: #fff7ed var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-orange-500:active{--tw-gradient-from: #f97316 var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-orange-600:active{--tw-gradient-from: #ea580c var(--tw-gradient-from-position);--tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-orange-700:active{--tw-gradient-from: #c2410c var(--tw-gradient-from-position);--tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-orange-800:active{--tw-gradient-from: #9a3412 var(--tw-gradient-from-position);--tw-gradient-to: rgb(154 52 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-orange-900:active{--tw-gradient-from: #7c2d12 var(--tw-gradient-from-position);--tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-pink-100:active{--tw-gradient-from: #fce7f3 var(--tw-gradient-from-position);--tw-gradient-to: rgb(252 231 243 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-pink-200:active{--tw-gradient-from: #fbcfe8 var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 207 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-pink-300:active{--tw-gradient-from: #f9a8d4 var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 168 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-pink-400:active{--tw-gradient-from: #f472b6 var(--tw-gradient-from-position);--tw-gradient-to: rgb(244 114 182 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-pink-50:active{--tw-gradient-from: #fdf2f8 var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-pink-500:active{--tw-gradient-from: #ec4899 var(--tw-gradient-from-position);--tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-pink-600:active{--tw-gradient-from: #db2777 var(--tw-gradient-from-position);--tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-pink-700:active{--tw-gradient-from: #be185d var(--tw-gradient-from-position);--tw-gradient-to: rgb(190 24 93 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-pink-800:active{--tw-gradient-from: #9d174d var(--tw-gradient-from-position);--tw-gradient-to: rgb(157 23 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-pink-900:active{--tw-gradient-from: #831843 var(--tw-gradient-from-position);--tw-gradient-to: rgb(131 24 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-purple-100:active{--tw-gradient-from: #f3e8ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-purple-200:active{--tw-gradient-from: #e9d5ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(233 213 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-purple-300:active{--tw-gradient-from: #d8b4fe var(--tw-gradient-from-position);--tw-gradient-to: rgb(216 180 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-purple-400:active{--tw-gradient-from: #c084fc var(--tw-gradient-from-position);--tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-purple-50:active{--tw-gradient-from: #faf5ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-purple-500:active{--tw-gradient-from: #a855f7 var(--tw-gradient-from-position);--tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-purple-600:active{--tw-gradient-from: #9333ea var(--tw-gradient-from-position);--tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-purple-700:active{--tw-gradient-from: #7e22ce var(--tw-gradient-from-position);--tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-purple-800:active{--tw-gradient-from: #6b21a8 var(--tw-gradient-from-position);--tw-gradient-to: rgb(107 33 168 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-purple-900:active{--tw-gradient-from: #581c87 var(--tw-gradient-from-position);--tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-red-100:active{--tw-gradient-from: #fee2e2 var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 226 226 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-red-200:active{--tw-gradient-from: #fecaca var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 202 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-red-300:active{--tw-gradient-from: #fca5a5 var(--tw-gradient-from-position);--tw-gradient-to: rgb(252 165 165 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-red-400:active{--tw-gradient-from: #f87171 var(--tw-gradient-from-position);--tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-red-50:active{--tw-gradient-from: #fef2f2 var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-red-500:active{--tw-gradient-from: #ef4444 var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-red-600:active{--tw-gradient-from: #dc2626 var(--tw-gradient-from-position);--tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-red-700:active{--tw-gradient-from: #b91c1c var(--tw-gradient-from-position);--tw-gradient-to: rgb(185 28 28 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-red-800:active{--tw-gradient-from: #991b1b var(--tw-gradient-from-position);--tw-gradient-to: rgb(153 27 27 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-red-900:active{--tw-gradient-from: #7f1d1d var(--tw-gradient-from-position);--tw-gradient-to: rgb(127 29 29 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-teal-100:active{--tw-gradient-from: #ccfbf1 var(--tw-gradient-from-position);--tw-gradient-to: rgb(204 251 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-teal-200:active{--tw-gradient-from: #99f6e4 var(--tw-gradient-from-position);--tw-gradient-to: rgb(153 246 228 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-teal-300:active{--tw-gradient-from: #5eead4 var(--tw-gradient-from-position);--tw-gradient-to: rgb(94 234 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-teal-400:active{--tw-gradient-from: #2dd4bf var(--tw-gradient-from-position);--tw-gradient-to: rgb(45 212 191 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-teal-50:active{--tw-gradient-from: #f0fdfa var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 253 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-teal-500:active{--tw-gradient-from: #14b8a6 var(--tw-gradient-from-position);--tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-teal-600:active{--tw-gradient-from: #0d9488 var(--tw-gradient-from-position);--tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-teal-700:active{--tw-gradient-from: #0f766e var(--tw-gradient-from-position);--tw-gradient-to: rgb(15 118 110 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-teal-800:active{--tw-gradient-from: #115e59 var(--tw-gradient-from-position);--tw-gradient-to: rgb(17 94 89 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-teal-900:active{--tw-gradient-from: #134e4a var(--tw-gradient-from-position);--tw-gradient-to: rgb(19 78 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-yellow-100:active{--tw-gradient-from: #fef9c3 var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-yellow-200:active{--tw-gradient-from: #fef08a var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-yellow-300:active{--tw-gradient-from: #fde047 var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-yellow-400:active{--tw-gradient-from: #facc15 var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-yellow-50:active{--tw-gradient-from: #fefce8 var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-yellow-500:active{--tw-gradient-from: #eab308 var(--tw-gradient-from-position);--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-yellow-600:active{--tw-gradient-from: #ca8a04 var(--tw-gradient-from-position);--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-yellow-700:active{--tw-gradient-from: #a16207 var(--tw-gradient-from-position);--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-yellow-800:active{--tw-gradient-from: #854d0e var(--tw-gradient-from-position);--tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:from-yellow-900:active{--tw-gradient-from: #713f12 var(--tw-gradient-from-position);--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.active\:to-blue-100:active{--tw-gradient-to: #dbeafe var(--tw-gradient-to-position)}.active\:to-blue-200:active{--tw-gradient-to: #bfdbfe var(--tw-gradient-to-position)}.active\:to-blue-300:active{--tw-gradient-to: #93c5fd var(--tw-gradient-to-position)}.active\:to-blue-400:active{--tw-gradient-to: #60a5fa var(--tw-gradient-to-position)}.active\:to-blue-50:active{--tw-gradient-to: #eff6ff var(--tw-gradient-to-position)}.active\:to-blue-500:active{--tw-gradient-to: #3b82f6 var(--tw-gradient-to-position)}.active\:to-blue-600:active{--tw-gradient-to: #2563eb var(--tw-gradient-to-position)}.active\:to-blue-700:active{--tw-gradient-to: #1d4ed8 var(--tw-gradient-to-position)}.active\:to-blue-800:active{--tw-gradient-to: #1e40af var(--tw-gradient-to-position)}.active\:to-blue-900:active{--tw-gradient-to: #1e3a8a var(--tw-gradient-to-position)}.active\:to-cyan-100:active{--tw-gradient-to: #cffafe var(--tw-gradient-to-position)}.active\:to-cyan-200:active{--tw-gradient-to: #a5f3fc var(--tw-gradient-to-position)}.active\:to-cyan-300:active{--tw-gradient-to: #67e8f9 var(--tw-gradient-to-position)}.active\:to-cyan-400:active{--tw-gradient-to: #22d3ee var(--tw-gradient-to-position)}.active\:to-cyan-50:active{--tw-gradient-to: #ecfeff var(--tw-gradient-to-position)}.active\:to-cyan-500:active{--tw-gradient-to: #06b6d4 var(--tw-gradient-to-position)}.active\:to-cyan-600:active{--tw-gradient-to: #0891b2 var(--tw-gradient-to-position)}.active\:to-cyan-700:active{--tw-gradient-to: #0e7490 var(--tw-gradient-to-position)}.active\:to-cyan-800:active{--tw-gradient-to: #155e75 var(--tw-gradient-to-position)}.active\:to-cyan-900:active{--tw-gradient-to: #164e63 var(--tw-gradient-to-position)}.active\:to-gray-100:active{--tw-gradient-to: #f3f4f6 var(--tw-gradient-to-position)}.active\:to-gray-200:active{--tw-gradient-to: #e5e7eb var(--tw-gradient-to-position)}.active\:to-gray-300:active{--tw-gradient-to: #d1d5db var(--tw-gradient-to-position)}.active\:to-gray-400:active{--tw-gradient-to: #9ca3af var(--tw-gradient-to-position)}.active\:to-gray-50:active{--tw-gradient-to: #f9fafb var(--tw-gradient-to-position)}.active\:to-gray-500:active{--tw-gradient-to: #6b7280 var(--tw-gradient-to-position)}.active\:to-gray-600:active{--tw-gradient-to: #4b5563 var(--tw-gradient-to-position)}.active\:to-gray-700:active{--tw-gradient-to: #374151 var(--tw-gradient-to-position)}.active\:to-gray-800:active{--tw-gradient-to: #1f2937 var(--tw-gradient-to-position)}.active\:to-gray-900:active{--tw-gradient-to: #111827 var(--tw-gradient-to-position)}.active\:to-green-100:active{--tw-gradient-to: #dcfce7 var(--tw-gradient-to-position)}.active\:to-green-200:active{--tw-gradient-to: #bbf7d0 var(--tw-gradient-to-position)}.active\:to-green-300:active{--tw-gradient-to: #86efac var(--tw-gradient-to-position)}.active\:to-green-400:active{--tw-gradient-to: #4ade80 var(--tw-gradient-to-position)}.active\:to-green-50:active{--tw-gradient-to: #f0fdf4 var(--tw-gradient-to-position)}.active\:to-green-500:active{--tw-gradient-to: #22c55e var(--tw-gradient-to-position)}.active\:to-green-600:active{--tw-gradient-to: #16a34a var(--tw-gradient-to-position)}.active\:to-green-700:active{--tw-gradient-to: #15803d var(--tw-gradient-to-position)}.active\:to-green-800:active{--tw-gradient-to: #166534 var(--tw-gradient-to-position)}.active\:to-green-900:active{--tw-gradient-to: #14532d var(--tw-gradient-to-position)}.active\:to-indigo-100:active{--tw-gradient-to: #e0e7ff var(--tw-gradient-to-position)}.active\:to-indigo-200:active{--tw-gradient-to: #c7d2fe var(--tw-gradient-to-position)}.active\:to-indigo-300:active{--tw-gradient-to: #a5b4fc var(--tw-gradient-to-position)}.active\:to-indigo-400:active{--tw-gradient-to: #818cf8 var(--tw-gradient-to-position)}.active\:to-indigo-50:active{--tw-gradient-to: #eef2ff var(--tw-gradient-to-position)}.active\:to-indigo-500:active{--tw-gradient-to: #6366f1 var(--tw-gradient-to-position)}.active\:to-indigo-600:active{--tw-gradient-to: #4f46e5 var(--tw-gradient-to-position)}.active\:to-indigo-700:active{--tw-gradient-to: #4338ca var(--tw-gradient-to-position)}.active\:to-indigo-800:active{--tw-gradient-to: #3730a3 var(--tw-gradient-to-position)}.active\:to-indigo-900:active{--tw-gradient-to: #312e81 var(--tw-gradient-to-position)}.active\:to-orange-100:active{--tw-gradient-to: #ffedd5 var(--tw-gradient-to-position)}.active\:to-orange-200:active{--tw-gradient-to: #fed7aa var(--tw-gradient-to-position)}.active\:to-orange-300:active{--tw-gradient-to: #fdba74 var(--tw-gradient-to-position)}.active\:to-orange-400:active{--tw-gradient-to: #fb923c var(--tw-gradient-to-position)}.active\:to-orange-50:active{--tw-gradient-to: #fff7ed var(--tw-gradient-to-position)}.active\:to-orange-500:active{--tw-gradient-to: #f97316 var(--tw-gradient-to-position)}.active\:to-orange-600:active{--tw-gradient-to: #ea580c var(--tw-gradient-to-position)}.active\:to-orange-700:active{--tw-gradient-to: #c2410c var(--tw-gradient-to-position)}.active\:to-orange-800:active{--tw-gradient-to: #9a3412 var(--tw-gradient-to-position)}.active\:to-orange-900:active{--tw-gradient-to: #7c2d12 var(--tw-gradient-to-position)}.active\:to-pink-100:active{--tw-gradient-to: #fce7f3 var(--tw-gradient-to-position)}.active\:to-pink-200:active{--tw-gradient-to: #fbcfe8 var(--tw-gradient-to-position)}.active\:to-pink-300:active{--tw-gradient-to: #f9a8d4 var(--tw-gradient-to-position)}.active\:to-pink-400:active{--tw-gradient-to: #f472b6 var(--tw-gradient-to-position)}.active\:to-pink-50:active{--tw-gradient-to: #fdf2f8 var(--tw-gradient-to-position)}.active\:to-pink-500:active{--tw-gradient-to: #ec4899 var(--tw-gradient-to-position)}.active\:to-pink-600:active{--tw-gradient-to: #db2777 var(--tw-gradient-to-position)}.active\:to-pink-700:active{--tw-gradient-to: #be185d var(--tw-gradient-to-position)}.active\:to-pink-800:active{--tw-gradient-to: #9d174d var(--tw-gradient-to-position)}.active\:to-pink-900:active{--tw-gradient-to: #831843 var(--tw-gradient-to-position)}.active\:to-purple-100:active{--tw-gradient-to: #f3e8ff var(--tw-gradient-to-position)}.active\:to-purple-200:active{--tw-gradient-to: #e9d5ff var(--tw-gradient-to-position)}.active\:to-purple-300:active{--tw-gradient-to: #d8b4fe var(--tw-gradient-to-position)}.active\:to-purple-400:active{--tw-gradient-to: #c084fc var(--tw-gradient-to-position)}.active\:to-purple-50:active{--tw-gradient-to: #faf5ff var(--tw-gradient-to-position)}.active\:to-purple-500:active{--tw-gradient-to: #a855f7 var(--tw-gradient-to-position)}.active\:to-purple-600:active{--tw-gradient-to: #9333ea var(--tw-gradient-to-position)}.active\:to-purple-700:active{--tw-gradient-to: #7e22ce var(--tw-gradient-to-position)}.active\:to-purple-800:active{--tw-gradient-to: #6b21a8 var(--tw-gradient-to-position)}.active\:to-purple-900:active{--tw-gradient-to: #581c87 var(--tw-gradient-to-position)}.active\:to-red-100:active{--tw-gradient-to: #fee2e2 var(--tw-gradient-to-position)}.active\:to-red-200:active{--tw-gradient-to: #fecaca var(--tw-gradient-to-position)}.active\:to-red-300:active{--tw-gradient-to: #fca5a5 var(--tw-gradient-to-position)}.active\:to-red-400:active{--tw-gradient-to: #f87171 var(--tw-gradient-to-position)}.active\:to-red-50:active{--tw-gradient-to: #fef2f2 var(--tw-gradient-to-position)}.active\:to-red-500:active{--tw-gradient-to: #ef4444 var(--tw-gradient-to-position)}.active\:to-red-600:active{--tw-gradient-to: #dc2626 var(--tw-gradient-to-position)}.active\:to-red-700:active{--tw-gradient-to: #b91c1c var(--tw-gradient-to-position)}.active\:to-red-800:active{--tw-gradient-to: #991b1b var(--tw-gradient-to-position)}.active\:to-red-900:active{--tw-gradient-to: #7f1d1d var(--tw-gradient-to-position)}.active\:to-teal-100:active{--tw-gradient-to: #ccfbf1 var(--tw-gradient-to-position)}.active\:to-teal-200:active{--tw-gradient-to: #99f6e4 var(--tw-gradient-to-position)}.active\:to-teal-300:active{--tw-gradient-to: #5eead4 var(--tw-gradient-to-position)}.active\:to-teal-400:active{--tw-gradient-to: #2dd4bf var(--tw-gradient-to-position)}.active\:to-teal-50:active{--tw-gradient-to: #f0fdfa var(--tw-gradient-to-position)}.active\:to-teal-500:active{--tw-gradient-to: #14b8a6 var(--tw-gradient-to-position)}.active\:to-teal-600:active{--tw-gradient-to: #0d9488 var(--tw-gradient-to-position)}.active\:to-teal-700:active{--tw-gradient-to: #0f766e var(--tw-gradient-to-position)}.active\:to-teal-800:active{--tw-gradient-to: #115e59 var(--tw-gradient-to-position)}.active\:to-teal-900:active{--tw-gradient-to: #134e4a var(--tw-gradient-to-position)}.active\:to-yellow-100:active{--tw-gradient-to: #fef9c3 var(--tw-gradient-to-position)}.active\:to-yellow-200:active{--tw-gradient-to: #fef08a var(--tw-gradient-to-position)}.active\:to-yellow-300:active{--tw-gradient-to: #fde047 var(--tw-gradient-to-position)}.active\:to-yellow-400:active{--tw-gradient-to: #facc15 var(--tw-gradient-to-position)}.active\:to-yellow-50:active{--tw-gradient-to: #fefce8 var(--tw-gradient-to-position)}.active\:to-yellow-500:active{--tw-gradient-to: #eab308 var(--tw-gradient-to-position)}.active\:to-yellow-600:active{--tw-gradient-to: #ca8a04 var(--tw-gradient-to-position)}.active\:to-yellow-700:active{--tw-gradient-to: #a16207 var(--tw-gradient-to-position)}.active\:to-yellow-800:active{--tw-gradient-to: #854d0e var(--tw-gradient-to-position)}.active\:to-yellow-900:active{--tw-gradient-to: #713f12 var(--tw-gradient-to-position)}.active\:text-blue-100:active{--tw-text-opacity: 1;color:rgb(219 234 254 / var(--tw-text-opacity, 1))}.active\:text-blue-200:active{--tw-text-opacity: 1;color:rgb(191 219 254 / var(--tw-text-opacity, 1))}.active\:text-blue-300:active{--tw-text-opacity: 1;color:rgb(147 197 253 / var(--tw-text-opacity, 1))}.active\:text-blue-400:active{--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity, 1))}.active\:text-blue-50:active{--tw-text-opacity: 1;color:rgb(239 246 255 / var(--tw-text-opacity, 1))}.active\:text-blue-500:active{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.active\:text-blue-600:active{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.active\:text-blue-700:active{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.active\:text-blue-800:active{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}.active\:text-blue-900:active{--tw-text-opacity: 1;color:rgb(30 58 138 / var(--tw-text-opacity, 1))}.active\:text-cyan-100:active{--tw-text-opacity: 1;color:rgb(207 250 254 / var(--tw-text-opacity, 1))}.active\:text-cyan-200:active{--tw-text-opacity: 1;color:rgb(165 243 252 / var(--tw-text-opacity, 1))}.active\:text-cyan-300:active{--tw-text-opacity: 1;color:rgb(103 232 249 / var(--tw-text-opacity, 1))}.active\:text-cyan-400:active{--tw-text-opacity: 1;color:rgb(34 211 238 / var(--tw-text-opacity, 1))}.active\:text-cyan-50:active{--tw-text-opacity: 1;color:rgb(236 254 255 / var(--tw-text-opacity, 1))}.active\:text-cyan-500:active{--tw-text-opacity: 1;color:rgb(6 182 212 / var(--tw-text-opacity, 1))}.active\:text-cyan-600:active{--tw-text-opacity: 1;color:rgb(8 145 178 / var(--tw-text-opacity, 1))}.active\:text-cyan-700:active{--tw-text-opacity: 1;color:rgb(14 116 144 / var(--tw-text-opacity, 1))}.active\:text-cyan-800:active{--tw-text-opacity: 1;color:rgb(21 94 117 / var(--tw-text-opacity, 1))}.active\:text-cyan-900:active{--tw-text-opacity: 1;color:rgb(22 78 99 / var(--tw-text-opacity, 1))}.active\:text-gray-100:active{--tw-text-opacity: 1;color:rgb(243 244 246 / var(--tw-text-opacity, 1))}.active\:text-gray-200:active{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.active\:text-gray-300:active{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.active\:text-gray-400:active{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.active\:text-gray-50:active{--tw-text-opacity: 1;color:rgb(249 250 251 / var(--tw-text-opacity, 1))}.active\:text-gray-500:active{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.active\:text-gray-600:active{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.active\:text-gray-700:active{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.active\:text-gray-800:active{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.active\:text-gray-900:active{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.active\:text-green-100:active{--tw-text-opacity: 1;color:rgb(220 252 231 / var(--tw-text-opacity, 1))}.active\:text-green-200:active{--tw-text-opacity: 1;color:rgb(187 247 208 / var(--tw-text-opacity, 1))}.active\:text-green-300:active{--tw-text-opacity: 1;color:rgb(134 239 172 / var(--tw-text-opacity, 1))}.active\:text-green-400:active{--tw-text-opacity: 1;color:rgb(74 222 128 / var(--tw-text-opacity, 1))}.active\:text-green-50:active{--tw-text-opacity: 1;color:rgb(240 253 244 / var(--tw-text-opacity, 1))}.active\:text-green-500:active{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.active\:text-green-600:active{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.active\:text-green-700:active{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}.active\:text-green-800:active{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity, 1))}.active\:text-green-900:active{--tw-text-opacity: 1;color:rgb(20 83 45 / var(--tw-text-opacity, 1))}.active\:text-indigo-100:active{--tw-text-opacity: 1;color:rgb(224 231 255 / var(--tw-text-opacity, 1))}.active\:text-indigo-200:active{--tw-text-opacity: 1;color:rgb(199 210 254 / var(--tw-text-opacity, 1))}.active\:text-indigo-300:active{--tw-text-opacity: 1;color:rgb(165 180 252 / var(--tw-text-opacity, 1))}.active\:text-indigo-400:active{--tw-text-opacity: 1;color:rgb(129 140 248 / var(--tw-text-opacity, 1))}.active\:text-indigo-50:active{--tw-text-opacity: 1;color:rgb(238 242 255 / var(--tw-text-opacity, 1))}.active\:text-indigo-500:active{--tw-text-opacity: 1;color:rgb(99 102 241 / var(--tw-text-opacity, 1))}.active\:text-indigo-600:active{--tw-text-opacity: 1;color:rgb(79 70 229 / var(--tw-text-opacity, 1))}.active\:text-indigo-700:active{--tw-text-opacity: 1;color:rgb(67 56 202 / var(--tw-text-opacity, 1))}.active\:text-indigo-800:active{--tw-text-opacity: 1;color:rgb(55 48 163 / var(--tw-text-opacity, 1))}.active\:text-indigo-900:active{--tw-text-opacity: 1;color:rgb(49 46 129 / var(--tw-text-opacity, 1))}.active\:text-orange-100:active{--tw-text-opacity: 1;color:rgb(255 237 213 / var(--tw-text-opacity, 1))}.active\:text-orange-200:active{--tw-text-opacity: 1;color:rgb(254 215 170 / var(--tw-text-opacity, 1))}.active\:text-orange-300:active{--tw-text-opacity: 1;color:rgb(253 186 116 / var(--tw-text-opacity, 1))}.active\:text-orange-400:active{--tw-text-opacity: 1;color:rgb(251 146 60 / var(--tw-text-opacity, 1))}.active\:text-orange-50:active{--tw-text-opacity: 1;color:rgb(255 247 237 / var(--tw-text-opacity, 1))}.active\:text-orange-500:active{--tw-text-opacity: 1;color:rgb(249 115 22 / var(--tw-text-opacity, 1))}.active\:text-orange-600:active{--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity, 1))}.active\:text-orange-700:active{--tw-text-opacity: 1;color:rgb(194 65 12 / var(--tw-text-opacity, 1))}.active\:text-orange-800:active{--tw-text-opacity: 1;color:rgb(154 52 18 / var(--tw-text-opacity, 1))}.active\:text-orange-900:active{--tw-text-opacity: 1;color:rgb(124 45 18 / var(--tw-text-opacity, 1))}.active\:text-pink-100:active{--tw-text-opacity: 1;color:rgb(252 231 243 / var(--tw-text-opacity, 1))}.active\:text-pink-200:active{--tw-text-opacity: 1;color:rgb(251 207 232 / var(--tw-text-opacity, 1))}.active\:text-pink-300:active{--tw-text-opacity: 1;color:rgb(249 168 212 / var(--tw-text-opacity, 1))}.active\:text-pink-400:active{--tw-text-opacity: 1;color:rgb(244 114 182 / var(--tw-text-opacity, 1))}.active\:text-pink-50:active{--tw-text-opacity: 1;color:rgb(253 242 248 / var(--tw-text-opacity, 1))}.active\:text-pink-500:active{--tw-text-opacity: 1;color:rgb(236 72 153 / var(--tw-text-opacity, 1))}.active\:text-pink-600:active{--tw-text-opacity: 1;color:rgb(219 39 119 / var(--tw-text-opacity, 1))}.active\:text-pink-700:active{--tw-text-opacity: 1;color:rgb(190 24 93 / var(--tw-text-opacity, 1))}.active\:text-pink-800:active{--tw-text-opacity: 1;color:rgb(157 23 77 / var(--tw-text-opacity, 1))}.active\:text-pink-900:active{--tw-text-opacity: 1;color:rgb(131 24 67 / var(--tw-text-opacity, 1))}.active\:text-purple-100:active{--tw-text-opacity: 1;color:rgb(243 232 255 / var(--tw-text-opacity, 1))}.active\:text-purple-200:active{--tw-text-opacity: 1;color:rgb(233 213 255 / var(--tw-text-opacity, 1))}.active\:text-purple-300:active{--tw-text-opacity: 1;color:rgb(216 180 254 / var(--tw-text-opacity, 1))}.active\:text-purple-400:active{--tw-text-opacity: 1;color:rgb(192 132 252 / var(--tw-text-opacity, 1))}.active\:text-purple-50:active{--tw-text-opacity: 1;color:rgb(250 245 255 / var(--tw-text-opacity, 1))}.active\:text-purple-500:active{--tw-text-opacity: 1;color:rgb(168 85 247 / var(--tw-text-opacity, 1))}.active\:text-purple-600:active{--tw-text-opacity: 1;color:rgb(147 51 234 / var(--tw-text-opacity, 1))}.active\:text-purple-700:active{--tw-text-opacity: 1;color:rgb(126 34 206 / var(--tw-text-opacity, 1))}.active\:text-purple-800:active{--tw-text-opacity: 1;color:rgb(107 33 168 / var(--tw-text-opacity, 1))}.active\:text-purple-900:active{--tw-text-opacity: 1;color:rgb(88 28 135 / var(--tw-text-opacity, 1))}.active\:text-red-100:active{--tw-text-opacity: 1;color:rgb(254 226 226 / var(--tw-text-opacity, 1))}.active\:text-red-200:active{--tw-text-opacity: 1;color:rgb(254 202 202 / var(--tw-text-opacity, 1))}.active\:text-red-300:active{--tw-text-opacity: 1;color:rgb(252 165 165 / var(--tw-text-opacity, 1))}.active\:text-red-400:active{--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.active\:text-red-50:active{--tw-text-opacity: 1;color:rgb(254 242 242 / var(--tw-text-opacity, 1))}.active\:text-red-500:active{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.active\:text-red-600:active{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.active\:text-red-700:active{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.active\:text-red-800:active{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity, 1))}.active\:text-red-900:active{--tw-text-opacity: 1;color:rgb(127 29 29 / var(--tw-text-opacity, 1))}.active\:text-teal-100:active{--tw-text-opacity: 1;color:rgb(204 251 241 / var(--tw-text-opacity, 1))}.active\:text-teal-200:active{--tw-text-opacity: 1;color:rgb(153 246 228 / var(--tw-text-opacity, 1))}.active\:text-teal-300:active{--tw-text-opacity: 1;color:rgb(94 234 212 / var(--tw-text-opacity, 1))}.active\:text-teal-400:active{--tw-text-opacity: 1;color:rgb(45 212 191 / var(--tw-text-opacity, 1))}.active\:text-teal-50:active{--tw-text-opacity: 1;color:rgb(240 253 250 / var(--tw-text-opacity, 1))}.active\:text-teal-500:active{--tw-text-opacity: 1;color:rgb(20 184 166 / var(--tw-text-opacity, 1))}.active\:text-teal-600:active{--tw-text-opacity: 1;color:rgb(13 148 136 / var(--tw-text-opacity, 1))}.active\:text-teal-700:active{--tw-text-opacity: 1;color:rgb(15 118 110 / var(--tw-text-opacity, 1))}.active\:text-teal-800:active{--tw-text-opacity: 1;color:rgb(17 94 89 / var(--tw-text-opacity, 1))}.active\:text-teal-900:active{--tw-text-opacity: 1;color:rgb(19 78 74 / var(--tw-text-opacity, 1))}.active\:text-yellow-100:active{--tw-text-opacity: 1;color:rgb(254 249 195 / var(--tw-text-opacity, 1))}.active\:text-yellow-200:active{--tw-text-opacity: 1;color:rgb(254 240 138 / var(--tw-text-opacity, 1))}.active\:text-yellow-300:active{--tw-text-opacity: 1;color:rgb(253 224 71 / var(--tw-text-opacity, 1))}.active\:text-yellow-400:active{--tw-text-opacity: 1;color:rgb(250 204 21 / var(--tw-text-opacity, 1))}.active\:text-yellow-50:active{--tw-text-opacity: 1;color:rgb(254 252 232 / var(--tw-text-opacity, 1))}.active\:text-yellow-500:active{--tw-text-opacity: 1;color:rgb(234 179 8 / var(--tw-text-opacity, 1))}.active\:text-yellow-600:active{--tw-text-opacity: 1;color:rgb(202 138 4 / var(--tw-text-opacity, 1))}.active\:text-yellow-700:active{--tw-text-opacity: 1;color:rgb(161 98 7 / var(--tw-text-opacity, 1))}.active\:text-yellow-800:active{--tw-text-opacity: 1;color:rgb(133 77 14 / var(--tw-text-opacity, 1))}.active\:text-yellow-900:active{--tw-text-opacity: 1;color:rgb(113 63 18 / var(--tw-text-opacity, 1))}.active\:ring-blue-100:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(219 234 254 / var(--tw-ring-opacity, 1))}.active\:ring-blue-200:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(191 219 254 / var(--tw-ring-opacity, 1))}.active\:ring-blue-300:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity, 1))}.active\:ring-blue-400:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity, 1))}.active\:ring-blue-50:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(239 246 255 / var(--tw-ring-opacity, 1))}.active\:ring-blue-500:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}.active\:ring-blue-600:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity, 1))}.active\:ring-blue-700:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(29 78 216 / var(--tw-ring-opacity, 1))}.active\:ring-blue-800:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity, 1))}.active\:ring-blue-900:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(30 58 138 / var(--tw-ring-opacity, 1))}.active\:ring-cyan-100:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(207 250 254 / var(--tw-ring-opacity, 1))}.active\:ring-cyan-200:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(165 243 252 / var(--tw-ring-opacity, 1))}.active\:ring-cyan-300:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(103 232 249 / var(--tw-ring-opacity, 1))}.active\:ring-cyan-400:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(34 211 238 / var(--tw-ring-opacity, 1))}.active\:ring-cyan-50:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(236 254 255 / var(--tw-ring-opacity, 1))}.active\:ring-cyan-500:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(6 182 212 / var(--tw-ring-opacity, 1))}.active\:ring-cyan-600:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(8 145 178 / var(--tw-ring-opacity, 1))}.active\:ring-cyan-700:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(14 116 144 / var(--tw-ring-opacity, 1))}.active\:ring-cyan-800:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(21 94 117 / var(--tw-ring-opacity, 1))}.active\:ring-cyan-900:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(22 78 99 / var(--tw-ring-opacity, 1))}.active\:ring-gray-100:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(243 244 246 / var(--tw-ring-opacity, 1))}.active\:ring-gray-200:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity, 1))}.active\:ring-gray-300:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1))}.active\:ring-gray-400:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity, 1))}.active\:ring-gray-50:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(249 250 251 / var(--tw-ring-opacity, 1))}.active\:ring-gray-500:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity, 1))}.active\:ring-gray-600:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(75 85 99 / var(--tw-ring-opacity, 1))}.active\:ring-gray-700:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(55 65 81 / var(--tw-ring-opacity, 1))}.active\:ring-gray-800:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(31 41 55 / var(--tw-ring-opacity, 1))}.active\:ring-gray-900:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(17 24 39 / var(--tw-ring-opacity, 1))}.active\:ring-green-100:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(220 252 231 / var(--tw-ring-opacity, 1))}.active\:ring-green-200:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(187 247 208 / var(--tw-ring-opacity, 1))}.active\:ring-green-300:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(134 239 172 / var(--tw-ring-opacity, 1))}.active\:ring-green-400:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(74 222 128 / var(--tw-ring-opacity, 1))}.active\:ring-green-50:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(240 253 244 / var(--tw-ring-opacity, 1))}.active\:ring-green-500:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity, 1))}.active\:ring-green-600:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(22 163 74 / var(--tw-ring-opacity, 1))}.active\:ring-green-700:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(21 128 61 / var(--tw-ring-opacity, 1))}.active\:ring-green-800:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(22 101 52 / var(--tw-ring-opacity, 1))}.active\:ring-green-900:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(20 83 45 / var(--tw-ring-opacity, 1))}.active\:ring-indigo-100:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(224 231 255 / var(--tw-ring-opacity, 1))}.active\:ring-indigo-200:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity, 1))}.active\:ring-indigo-300:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(165 180 252 / var(--tw-ring-opacity, 1))}.active\:ring-indigo-400:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(129 140 248 / var(--tw-ring-opacity, 1))}.active\:ring-indigo-50:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(238 242 255 / var(--tw-ring-opacity, 1))}.active\:ring-indigo-500:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1))}.active\:ring-indigo-600:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(79 70 229 / var(--tw-ring-opacity, 1))}.active\:ring-indigo-700:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(67 56 202 / var(--tw-ring-opacity, 1))}.active\:ring-indigo-800:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(55 48 163 / var(--tw-ring-opacity, 1))}.active\:ring-indigo-900:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(49 46 129 / var(--tw-ring-opacity, 1))}.active\:ring-orange-100:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(255 237 213 / var(--tw-ring-opacity, 1))}.active\:ring-orange-200:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 215 170 / var(--tw-ring-opacity, 1))}.active\:ring-orange-300:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(253 186 116 / var(--tw-ring-opacity, 1))}.active\:ring-orange-400:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(251 146 60 / var(--tw-ring-opacity, 1))}.active\:ring-orange-50:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(255 247 237 / var(--tw-ring-opacity, 1))}.active\:ring-orange-500:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(249 115 22 / var(--tw-ring-opacity, 1))}.active\:ring-orange-600:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(234 88 12 / var(--tw-ring-opacity, 1))}.active\:ring-orange-700:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(194 65 12 / var(--tw-ring-opacity, 1))}.active\:ring-orange-800:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(154 52 18 / var(--tw-ring-opacity, 1))}.active\:ring-orange-900:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(124 45 18 / var(--tw-ring-opacity, 1))}.active\:ring-pink-100:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(252 231 243 / var(--tw-ring-opacity, 1))}.active\:ring-pink-200:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(251 207 232 / var(--tw-ring-opacity, 1))}.active\:ring-pink-300:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(249 168 212 / var(--tw-ring-opacity, 1))}.active\:ring-pink-400:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(244 114 182 / var(--tw-ring-opacity, 1))}.active\:ring-pink-50:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(253 242 248 / var(--tw-ring-opacity, 1))}.active\:ring-pink-500:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(236 72 153 / var(--tw-ring-opacity, 1))}.active\:ring-pink-600:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(219 39 119 / var(--tw-ring-opacity, 1))}.active\:ring-pink-700:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(190 24 93 / var(--tw-ring-opacity, 1))}.active\:ring-pink-800:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(157 23 77 / var(--tw-ring-opacity, 1))}.active\:ring-pink-900:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(131 24 67 / var(--tw-ring-opacity, 1))}.active\:ring-purple-100:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(243 232 255 / var(--tw-ring-opacity, 1))}.active\:ring-purple-200:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(233 213 255 / var(--tw-ring-opacity, 1))}.active\:ring-purple-300:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(216 180 254 / var(--tw-ring-opacity, 1))}.active\:ring-purple-400:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(192 132 252 / var(--tw-ring-opacity, 1))}.active\:ring-purple-50:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(250 245 255 / var(--tw-ring-opacity, 1))}.active\:ring-purple-500:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(168 85 247 / var(--tw-ring-opacity, 1))}.active\:ring-purple-600:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(147 51 234 / var(--tw-ring-opacity, 1))}.active\:ring-purple-700:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(126 34 206 / var(--tw-ring-opacity, 1))}.active\:ring-purple-800:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(107 33 168 / var(--tw-ring-opacity, 1))}.active\:ring-purple-900:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(88 28 135 / var(--tw-ring-opacity, 1))}.active\:ring-red-100:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 226 226 / var(--tw-ring-opacity, 1))}.active\:ring-red-200:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 202 202 / var(--tw-ring-opacity, 1))}.active\:ring-red-300:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(252 165 165 / var(--tw-ring-opacity, 1))}.active\:ring-red-400:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity, 1))}.active\:ring-red-50:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 242 242 / var(--tw-ring-opacity, 1))}.active\:ring-red-500:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1))}.active\:ring-red-600:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1))}.active\:ring-red-700:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1))}.active\:ring-red-800:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(153 27 27 / var(--tw-ring-opacity, 1))}.active\:ring-red-900:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(127 29 29 / var(--tw-ring-opacity, 1))}.active\:ring-teal-100:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(204 251 241 / var(--tw-ring-opacity, 1))}.active\:ring-teal-200:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(153 246 228 / var(--tw-ring-opacity, 1))}.active\:ring-teal-300:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(94 234 212 / var(--tw-ring-opacity, 1))}.active\:ring-teal-400:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(45 212 191 / var(--tw-ring-opacity, 1))}.active\:ring-teal-50:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(240 253 250 / var(--tw-ring-opacity, 1))}.active\:ring-teal-500:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(20 184 166 / var(--tw-ring-opacity, 1))}.active\:ring-teal-600:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(13 148 136 / var(--tw-ring-opacity, 1))}.active\:ring-teal-700:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(15 118 110 / var(--tw-ring-opacity, 1))}.active\:ring-teal-800:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(17 94 89 / var(--tw-ring-opacity, 1))}.active\:ring-teal-900:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(19 78 74 / var(--tw-ring-opacity, 1))}.active\:ring-yellow-100:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 249 195 / var(--tw-ring-opacity, 1))}.active\:ring-yellow-200:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 240 138 / var(--tw-ring-opacity, 1))}.active\:ring-yellow-300:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(253 224 71 / var(--tw-ring-opacity, 1))}.active\:ring-yellow-400:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(250 204 21 / var(--tw-ring-opacity, 1))}.active\:ring-yellow-50:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 252 232 / var(--tw-ring-opacity, 1))}.active\:ring-yellow-500:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(234 179 8 / var(--tw-ring-opacity, 1))}.active\:ring-yellow-600:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(202 138 4 / var(--tw-ring-opacity, 1))}.active\:ring-yellow-700:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(161 98 7 / var(--tw-ring-opacity, 1))}.active\:ring-yellow-800:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(133 77 14 / var(--tw-ring-opacity, 1))}.active\:ring-yellow-900:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(113 63 18 / var(--tw-ring-opacity, 1))}.disabled\:transform-none:disabled{transform:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-25:disabled{opacity:.25}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:hover\:scale-100:hover:disabled{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:visible{visibility:visible}.group:hover .group-hover\:w-full{width:100%}.group:hover .group-hover\:translate-x-1{--tw-translate-x: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:rotate-3{--tw-rotate: 3deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:rotate-6{--tw-rotate: 6deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:scale-105{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:scale-110{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:scale-150{--tw-scale-x: 1.5;--tw-scale-y: 1.5;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes bounce{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;animation-timing-function:cubic-bezier(0,0,.2,1)}}.group:hover .group-hover\:animate-bounce{animation:bounce 1s infinite}@keyframes spin{to{transform:rotate(360deg)}}.group:hover .group-hover\:animate-spin{animation:spin 1s linear infinite}.group:hover .group-hover\:border-indigo-400{--tw-border-opacity: 1;border-color:rgb(129 140 248 / var(--tw-border-opacity, 1))}.group:hover .group-hover\:bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.group:hover .group-hover\:bg-blue-700{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.group:hover .group-hover\:bg-green-600{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}.group:hover .group-hover\:bg-primary-100{--tw-bg-opacity: 1;background-color:rgb(237 233 254 / var(--tw-bg-opacity, 1))}.group:hover .group-hover\:bg-primary-200{--tw-bg-opacity: 1;background-color:rgb(221 214 254 / var(--tw-bg-opacity, 1))}.group:hover .group-hover\:bg-purple-600{--tw-bg-opacity: 1;background-color:rgb(147 51 234 / var(--tw-bg-opacity, 1))}.group:hover .group-hover\:bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.group:hover .group-hover\:bg-yellow-200{--tw-bg-opacity: 1;background-color:rgb(254 240 138 / var(--tw-bg-opacity, 1))}.group:hover .group-hover\:bg-opacity-50{--tw-bg-opacity: .5}.group:hover .group-hover\:from-gray-50{--tw-gradient-from: #f9fafb var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.group:hover .group-hover\:from-indigo-700{--tw-gradient-from: #4338ca var(--tw-gradient-from-position);--tw-gradient-to: rgb(67 56 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.group:hover .group-hover\:to-purple-700{--tw-gradient-to: #7e22ce var(--tw-gradient-to-position)}.group:hover .group-hover\:to-white{--tw-gradient-to: #fff var(--tw-gradient-to-position)}.group:hover .group-hover\:text-\[var\(--primary-color\)\]{color:var(--primary-color)}.group:hover .group-hover\:text-blue-100{--tw-text-opacity: 1;color:rgb(219 234 254 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-cyan-600{--tw-text-opacity: 1;color:rgb(8 145 178 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-indigo-600{--tw-text-opacity: 1;color:rgb(79 70 229 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-indigo-700{--tw-text-opacity: 1;color:rgb(67 56 202 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-orange-600{--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-primary-500{--tw-text-opacity: 1;color:rgb(139 92 246 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-primary-600{--tw-text-opacity: 1;color:rgb(124 58 237 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-primary-700{--tw-text-opacity: 1;color:rgb(109 40 217 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-primary-800{--tw-text-opacity: 1;color:rgb(91 33 182 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-purple-600{--tw-text-opacity: 1;color:rgb(147 51 234 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:opacity-100{opacity:1}.group:hover .group-hover\:shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.group:hover .group-hover\:shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.group:hover .group-hover\:shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.peer:checked~.peer-checked\:scale-100{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.peer:checked~.peer-checked\:border-blue-400{--tw-border-opacity: 1;border-color:rgb(96 165 250 / var(--tw-border-opacity, 1))}.peer:checked~.peer-checked\:border-green-500{--tw-border-opacity: 1;border-color:rgb(34 197 94 / var(--tw-border-opacity, 1))}.peer:checked~.peer-checked\:border-green-600{--tw-border-opacity: 1;border-color:rgb(22 163 74 / var(--tw-border-opacity, 1))}.peer:checked~.peer-checked\:border-indigo-500{--tw-border-opacity: 1;border-color:rgb(99 102 241 / var(--tw-border-opacity, 1))}.peer:checked~.peer-checked\:border-indigo-600{--tw-border-opacity: 1;border-color:rgb(79 70 229 / var(--tw-border-opacity, 1))}.peer:checked~.peer-checked\:border-primary-500{--tw-border-opacity: 1;border-color:rgb(139 92 246 / var(--tw-border-opacity, 1))}.peer:checked~.peer-checked\:border-purple-500{--tw-border-opacity: 1;border-color:rgb(168 85 247 / var(--tw-border-opacity, 1))}.peer:checked~.peer-checked\:border-purple-600{--tw-border-opacity: 1;border-color:rgb(147 51 234 / var(--tw-border-opacity, 1))}.peer:checked~.peer-checked\:bg-blue-500\/10{background-color:#3b82f61a}.peer:checked~.peer-checked\:bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.peer:checked~.peer-checked\:bg-green-50{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.peer:checked~.peer-checked\:bg-green-600{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}.peer:checked~.peer-checked\:bg-indigo-50{--tw-bg-opacity: 1;background-color:rgb(238 242 255 / var(--tw-bg-opacity, 1))}.peer:checked~.peer-checked\:bg-indigo-600{--tw-bg-opacity: 1;background-color:rgb(79 70 229 / var(--tw-bg-opacity, 1))}.peer:checked~.peer-checked\:bg-primary-50{--tw-bg-opacity: 1;background-color:rgb(245 243 255 / var(--tw-bg-opacity, 1))}.peer:checked~.peer-checked\:bg-purple-50{--tw-bg-opacity: 1;background-color:rgb(250 245 255 / var(--tw-bg-opacity, 1))}.peer:checked~.peer-checked\:bg-purple-600{--tw-bg-opacity: 1;background-color:rgb(147 51 234 / var(--tw-bg-opacity, 1))}.peer:checked~.peer-checked\:bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.peer:checked~.peer-checked\:from-purple-50{--tw-gradient-from: #faf5ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.peer:checked~.peer-checked\:to-pink-50{--tw-gradient-to: #fdf2f8 var(--tw-gradient-to-position)}.peer:checked~.peer-checked\:text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.peer:checked~.peer-checked\:after\:translate-x-full:after{content:var(--tw-content);--tw-translate-x: 100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.peer:checked~.peer-checked\:after\:border-white:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.peer:focus~.peer-focus\:top-1{top:.25rem}.peer:focus~.peer-focus\:text-xs{font-size:.75rem;line-height:1rem}.peer:focus~.peer-focus\:text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.peer:focus~.peer-focus\:outline-none{outline:2px solid transparent;outline-offset:2px}.peer:focus~.peer-focus\:ring-4{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.peer:focus~.peer-focus\:ring-blue-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity, 1))}.peer:focus~.peer-focus\:ring-green-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(134 239 172 / var(--tw-ring-opacity, 1))}.peer:not(:-moz-placeholder)~.peer-\[\:not\(\:-moz-placeholder\)\]\:top-1{top:.25rem}.peer:not(:placeholder-shown)~.peer-\[\:not\(\:placeholder-shown\)\]\:top-1{top:.25rem}.peer:not(:-moz-placeholder)~.peer-\[\:not\(\:-moz-placeholder\)\]\:text-xs{font-size:.75rem;line-height:1rem}.peer:not(:placeholder-shown)~.peer-\[\:not\(\:placeholder-shown\)\]\:text-xs{font-size:.75rem;line-height:1rem}@media (min-width: 640px){.sm\:fixed{position:fixed}.sm\:right-0{right:0}.sm\:top-0{top:0}.sm\:col-span-2{grid-column:span 2 / span 2}.sm\:col-start-1{grid-column-start:1}.sm\:col-start-2{grid-column-start:2}.sm\:col-start-3{grid-column-start:3}.sm\:-my-px{margin-top:-1px;margin-bottom:-1px}.sm\:mx-0{margin-left:0;margin-right:0}.sm\:mx-2{margin-left:.5rem;margin-right:.5rem}.sm\:mx-auto{margin-left:auto;margin-right:auto}.sm\:my-8{margin-top:2rem;margin-bottom:2rem}.sm\:mb-0{margin-bottom:0}.sm\:mb-12{margin-bottom:3rem}.sm\:mb-2{margin-bottom:.5rem}.sm\:mb-3{margin-bottom:.75rem}.sm\:mb-4{margin-bottom:1rem}.sm\:mb-6{margin-bottom:1.5rem}.sm\:mb-8{margin-bottom:2rem}.sm\:ml-3{margin-left:.75rem}.sm\:ml-4{margin-left:1rem}.sm\:ml-5{margin-left:1.25rem}.sm\:ml-6{margin-left:1.5rem}.sm\:ml-8{margin-left:2rem}.sm\:mr-1{margin-right:.25rem}.sm\:mr-2{margin-right:.5rem}.sm\:mr-3{margin-right:.75rem}.sm\:mr-4{margin-right:1rem}.sm\:ms-10{margin-inline-start:2.5rem}.sm\:ms-6{margin-inline-start:1.5rem}.sm\:mt-0{margin-top:0}.sm\:mt-4{margin-top:1rem}.sm\:mt-5{margin-top:1.25rem}.sm\:mt-6{margin-top:1.5rem}.sm\:mt-8{margin-top:2rem}.sm\:block{display:block}.sm\:inline-block{display:inline-block}.sm\:inline{display:inline}.sm\:flex{display:flex}.sm\:inline-flex{display:inline-flex}.sm\:grid{display:grid}.sm\:hidden{display:none}.sm\:h-1{height:.25rem}.sm\:h-10{height:2.5rem}.sm\:h-12{height:3rem}.sm\:h-16{height:4rem}.sm\:h-4{height:1rem}.sm\:h-5{height:1.25rem}.sm\:h-8{height:2rem}.sm\:h-screen{height:100vh}.sm\:w-1\/3{width:33.333333%}.sm\:w-10{width:2.5rem}.sm\:w-12{width:3rem}.sm\:w-16{width:4rem}.sm\:w-4{width:1rem}.sm\:w-48{width:12rem}.sm\:w-5{width:1.25rem}.sm\:w-64{width:16rem}.sm\:w-8{width:2rem}.sm\:w-auto{width:auto}.sm\:w-full{width:100%}.sm\:max-w-2xl{max-width:42rem}.sm\:max-w-3xl{max-width:48rem}.sm\:max-w-4xl{max-width:56rem}.sm\:max-w-5xl{max-width:64rem}.sm\:max-w-6xl{max-width:72rem}.sm\:max-w-full{max-width:100%}.sm\:max-w-lg{max-width:32rem}.sm\:max-w-md{max-width:28rem}.sm\:max-w-sm{max-width:24rem}.sm\:max-w-xl{max-width:36rem}.sm\:max-w-xs{max-width:20rem}.sm\:flex-1{flex:1 1 0%}.sm\:translate-y-0{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:scale-100{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:scale-95{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:grid-flow-row-dense{grid-auto-flow:row dense}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.sm\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.sm\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:flex-row-reverse{flex-direction:row-reverse}.sm\:items-start{align-items:flex-start}.sm\:items-center{align-items:center}.sm\:justify-center{justify-content:center}.sm\:justify-between{justify-content:space-between}.sm\:gap-3{gap:.75rem}.sm\:gap-4{gap:1rem}.sm\:gap-6{gap:1.5rem}.sm\:gap-y-4{row-gap:1rem}.sm\:space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(2rem * var(--tw-space-x-reverse));margin-left:calc(2rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.sm\:space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.sm\:space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.sm\:rounded-2xl{border-radius:1rem}.sm\:rounded-3xl{border-radius:1.5rem}.sm\:rounded-lg{border-radius:.5rem}.sm\:rounded-md{border-radius:.375rem}.sm\:rounded-xl{border-radius:.75rem}.sm\:p-0{padding:0}.sm\:p-12{padding:3rem}.sm\:p-4{padding:1rem}.sm\:p-5{padding:1.25rem}.sm\:p-6{padding:1.5rem}.sm\:p-8{padding:2rem}.sm\:px-0{padding-left:0;padding-right:0}.sm\:px-3{padding-left:.75rem;padding-right:.75rem}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:px-8{padding-left:2rem;padding-right:2rem}.sm\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.sm\:py-16{padding-top:4rem;padding-bottom:4rem}.sm\:py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.sm\:py-20{padding-top:5rem;padding-bottom:5rem}.sm\:py-8{padding-top:2rem;padding-bottom:2rem}.sm\:pb-4{padding-bottom:1rem}.sm\:pt-0{padding-top:0}.sm\:text-left{text-align:left}.sm\:align-middle{vertical-align:middle}.sm\:text-2xl{font-size:1.5rem;line-height:2rem}.sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}.sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}.sm\:text-base{font-size:1rem;line-height:1.5rem}.sm\:text-lg{font-size:1.125rem;line-height:1.75rem}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}.sm\:text-xl{font-size:1.25rem;line-height:1.75rem}.sm\:shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.sm\:shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.sm\:ring-4{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}}@media (min-width: 768px){.md\:relative{position:relative}.md\:bottom-20{bottom:5rem}.md\:left-auto{left:auto}.md\:right-5{right:1.25rem}.md\:z-10{z-index:10}.md\:col-span-1{grid-column:span 1 / span 1}.md\:col-span-2{grid-column:span 2 / span 2}.md\:col-span-3{grid-column:span 3 / span 3}.md\:col-span-4{grid-column:span 4 / span 4}.md\:col-span-5{grid-column:span 5 / span 5}.md\:mb-0{margin-bottom:0}.md\:mb-2{margin-bottom:.5rem}.md\:mb-3{margin-bottom:.75rem}.md\:mb-4{margin-bottom:1rem}.md\:mb-6{margin-bottom:1.5rem}.md\:mb-8{margin-bottom:2rem}.md\:ml-0{margin-left:0}.md\:ml-2{margin-left:.5rem}.md\:ml-4{margin-left:1rem}.md\:ml-6{margin-left:1.5rem}.md\:ml-64{margin-left:16rem}.md\:ml-8{margin-left:2rem}.md\:ml-auto{margin-left:auto}.md\:mt-0{margin-top:0}.md\:mt-12{margin-top:3rem}.md\:mt-2{margin-top:.5rem}.md\:mt-6{margin-top:1.5rem}.md\:block{display:block}.md\:inline-block{display:inline-block}.md\:inline{display:inline}.md\:flex{display:flex}.md\:grid{display:grid}.md\:hidden{display:none}.md\:h-16{height:4rem}.md\:h-20{height:5rem}.md\:w-1\/2{width:50%}.md\:w-1\/3{width:33.333333%}.md\:w-1\/4{width:25%}.md\:w-2\/4{width:50%}.md\:w-20{width:5rem}.md\:w-3\/4{width:75%}.md\:w-4\/5{width:80%}.md\:w-48{width:12rem}.md\:w-64{width:16rem}.md\:w-96{width:24rem}.md\:w-auto{width:auto}.md\:max-w-2xl{max-width:42rem}.md\:flex-1{flex:1 1 0%}.md\:flex-shrink-0{flex-shrink:0}.md\:translate-x-0{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.md\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.md\:grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.md\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.md\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.md\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:flex-nowrap{flex-wrap:nowrap}.md\:items-start{align-items:flex-start}.md\:items-end{align-items:flex-end}.md\:items-center{align-items:center}.md\:justify-between{justify-content:space-between}.md\:gap-4{gap:1rem}.md\:gap-6{gap:1.5rem}.md\:gap-8{gap:2rem}.md\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.md\:space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.md\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.md\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.md\:rounded-lg{border-radius:.5rem}.md\:p-12{padding:3rem}.md\:p-4{padding:1rem}.md\:p-6{padding:1.5rem}.md\:p-8{padding:2rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:px-8{padding-left:2rem;padding-right:2rem}.md\:py-20{padding-top:5rem;padding-bottom:5rem}.md\:py-3{padding-top:.75rem;padding-bottom:.75rem}.md\:pb-4{padding-bottom:1rem}.md\:pl-0{padding-left:0}.md\:pl-8{padding-left:2rem}.md\:pr-8{padding-right:2rem}.md\:text-right{text-align:right}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-6xl{font-size:3.75rem;line-height:1}.md\:text-7xl{font-size:4.5rem;line-height:1}.md\:text-base{font-size:1rem;line-height:1.5rem}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}.md\:text-sm{font-size:.875rem;line-height:1.25rem}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}}@media (min-width: 1024px){.lg\:relative{position:relative}.lg\:sticky{position:sticky}.lg\:top-24{top:6rem}.lg\:order-1{order:1}.lg\:order-2{order:2}.lg\:col-span-1{grid-column:span 1 / span 1}.lg\:col-span-2{grid-column:span 2 / span 2}.lg\:col-span-3{grid-column:span 3 / span 3}.lg\:mb-0{margin-bottom:0}.lg\:mb-12{margin-bottom:3rem}.lg\:mb-16{margin-bottom:4rem}.lg\:mb-3{margin-bottom:.75rem}.lg\:mb-4{margin-bottom:1rem}.lg\:mb-6{margin-bottom:1.5rem}.lg\:ml-8{margin-left:2rem}.lg\:mr-4{margin-right:1rem}.lg\:mt-0{margin-top:0}.lg\:mt-6{margin-top:1.5rem}.lg\:block{display:block}.lg\:flex{display:flex}.lg\:grid{display:grid}.lg\:hidden{display:none}.lg\:h-12{height:3rem}.lg\:min-h-\[700px\]{min-height:700px}.lg\:w-1\/2{width:50%}.lg\:w-12{width:3rem}.lg\:w-2\/3{width:66.666667%}.lg\:w-3\/4{width:75%}.lg\:w-auto{width:auto}.lg\:flex-none{flex:none}.lg\:translate-x-0{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.lg\:scale-105{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.lg\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.lg\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.lg\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.lg\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}.lg\:items-center{align-items:center}.lg\:justify-between{justify-content:space-between}.lg\:gap-10{gap:2.5rem}.lg\:gap-12{gap:3rem}.lg\:gap-6{gap:1.5rem}.lg\:gap-8{gap:2rem}.lg\:space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.lg\:bg-transparent{background-color:transparent}.lg\:p-0{padding:0}.lg\:p-12{padding:3rem}.lg\:p-4{padding:1rem}.lg\:p-6{padding:1.5rem}.lg\:p-8{padding:2rem}.lg\:px-5{padding-left:1.25rem;padding-right:1.25rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:py-12{padding-top:3rem;padding-bottom:3rem}.lg\:py-20{padding-top:5rem;padding-bottom:5rem}.lg\:py-32{padding-top:8rem;padding-bottom:8rem}.lg\:pb-0{padding-bottom:0}.lg\:pl-3{padding-left:.75rem}.lg\:text-left{text-align:left}.lg\:text-2xl{font-size:1.5rem;line-height:2rem}.lg\:text-3xl{font-size:1.875rem;line-height:2.25rem}.lg\:text-4xl{font-size:2.25rem;line-height:2.5rem}.lg\:text-5xl{font-size:3rem;line-height:1}.lg\:text-6xl{font-size:3.75rem;line-height:1}.lg\:text-7xl{font-size:4.5rem;line-height:1}.lg\:text-base{font-size:1rem;line-height:1.5rem}.lg\:text-lg{font-size:1.125rem;line-height:1.75rem}.lg\:text-sm{font-size:.875rem;line-height:1.25rem}.lg\:text-xl{font-size:1.25rem;line-height:1.75rem}.lg\:opacity-100{opacity:1}.lg\:shadow-none{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}}@media (min-width: 1280px){.xl\:inline{display:inline}.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.xl\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.xl\:text-7xl{font-size:4.5rem;line-height:1}}.ltr\:origin-top-left:where([dir=ltr],[dir=ltr] *){transform-origin:top left}.ltr\:origin-top-right:where([dir=ltr],[dir=ltr] *){transform-origin:top right}.rtl\:origin-top-left:where([dir=rtl],[dir=rtl] *){transform-origin:top left}.rtl\:origin-top-right:where([dir=rtl],[dir=rtl] *){transform-origin:top right}.rtl\:flex-row-reverse:where([dir=rtl],[dir=rtl] *){flex-direction:row-reverse}@media (prefers-color-scheme: dark){.dark\:border-gray-600{--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity, 1))}.dark\:bg-gray-700{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.dark\:text-gray-200{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.dark\:text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.dark\:text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.dark\:text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.dark\:hover\:text-gray-300:hover{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.dark\:focus\:border-blue-700:focus{--tw-border-opacity: 1;border-color:rgb(29 78 216 / var(--tw-border-opacity, 1))}.dark\:focus\:border-blue-800:focus{--tw-border-opacity: 1;border-color:rgb(30 64 175 / var(--tw-border-opacity, 1))}.dark\:active\:bg-gray-700:active{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.dark\:active\:text-gray-300:active{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}}
