@custom-variant dark (&:is(.dark *));:root{--font-size: 16px;--background: #ffffff;--foreground: oklch(.145 0 0);--card: #ffffff;--card-foreground: oklch(.145 0 0);--popover: oklch(1 0 0);--popover-foreground: oklch(.145 0 0);--primary: #030213;--primary-foreground: oklch(1 0 0);--secondary: oklch(.95 .0058 264.53);--secondary-foreground: #030213;--muted: #ececf0;--muted-foreground: #717182;--accent: #e9ebef;--accent-foreground: #030213;--destructive: #d4183d;--destructive-foreground: #ffffff;--border: rgba(0, 0, 0, .1);--input: transparent;--input-background: #f3f3f5;--switch-background: #cbced4;--font-weight-medium: 500;--font-weight-normal: 400;--ring: oklch(.708 0 0);--chart-1: oklch(.646 .222 41.116);--chart-2: oklch(.6 .118 184.704);--chart-3: oklch(.398 .07 227.392);--chart-4: oklch(.828 .189 84.429);--chart-5: oklch(.769 .188 70.08);--radius: .625rem;--sidebar: oklch(.985 0 0);--sidebar-foreground: oklch(.145 0 0);--sidebar-primary: #030213;--sidebar-primary-foreground: oklch(.985 0 0);--sidebar-accent: oklch(.97 0 0);--sidebar-accent-foreground: oklch(.205 0 0);--sidebar-border: oklch(.922 0 0);--sidebar-ring: oklch(.708 0 0)}.dark{--background: oklch(.145 0 0);--foreground: oklch(.985 0 0);--card: oklch(.145 0 0);--card-foreground: oklch(.985 0 0);--popover: oklch(.145 0 0);--popover-foreground: oklch(.985 0 0);--primary: oklch(.985 0 0);--primary-foreground: oklch(.205 0 0);--secondary: oklch(.269 0 0);--secondary-foreground: oklch(.985 0 0);--muted: oklch(.269 0 0);--muted-foreground: oklch(.708 0 0);--accent: oklch(.269 0 0);--accent-foreground: oklch(.985 0 0);--destructive: oklch(.396 .141 25.723);--destructive-foreground: oklch(.637 .237 25.331);--border: oklch(.269 0 0);--input: oklch(.269 0 0);--ring: oklch(.439 0 0);--font-weight-medium: 500;--font-weight-normal: 400;--chart-1: oklch(.488 .243 264.376);--chart-2: oklch(.696 .17 162.48);--chart-3: oklch(.769 .188 70.08);--chart-4: oklch(.627 .265 303.9);--chart-5: oklch(.645 .246 16.439);--sidebar: oklch(.205 0 0);--sidebar-foreground: oklch(.985 0 0);--sidebar-primary: oklch(.488 .243 264.376);--sidebar-primary-foreground: oklch(.985 0 0);--sidebar-accent: oklch(.269 0 0);--sidebar-accent-foreground: oklch(.985 0 0);--sidebar-border: oklch(.269 0 0);--sidebar-ring: oklch(.439 0 0)}@theme inline{ --color-background: var(--background); --color-foreground: var(--foreground); --color-card: var(--card); --color-card-foreground: var(--card-foreground); --color-popover: var(--popover); --color-popover-foreground: var(--popover-foreground); --color-primary: var(--primary); --color-primary-foreground: var(--primary-foreground); --color-secondary: var(--secondary); --color-secondary-foreground: var(--secondary-foreground); --color-muted: var(--muted); --color-muted-foreground: var(--muted-foreground); --color-accent: var(--accent); --color-accent-foreground: var(--accent-foreground); --color-destructive: var(--destructive); --color-destructive-foreground: var(--destructive-foreground); --color-border: var(--border); --color-input: var(--input); --color-input-background: var(--input-background); --color-switch-background: var(--switch-background); --color-ring: var(--ring); --color-chart-1: var(--chart-1); --color-chart-2: var(--chart-2); --color-chart-3: var(--chart-3); --color-chart-4: var(--chart-4); --color-chart-5: var(--chart-5); --radius-sm: calc(var(--radius) - 4px); --radius-md: calc(var(--radius) - 2px); --radius-lg: var(--radius); --radius-xl: calc(var(--radius) + 4px); --color-sidebar: var(--sidebar); --color-sidebar-foreground: var(--sidebar-foreground); --color-sidebar-primary: var(--sidebar-primary); --color-sidebar-primary-foreground: var(--sidebar-primary-foreground); --color-sidebar-accent: var(--sidebar-accent); --color-sidebar-accent-foreground: var(--sidebar-accent-foreground); --color-sidebar-border: var(--sidebar-border); --color-sidebar-ring: var(--sidebar-ring); }html{font-size:var(--font-size)}.logo-text{font-family:Special Elite,Courier New,monospace!important;letter-spacing:.05em;text-shadow:0 1px 2px rgba(0,0,0,.1),0 0 1px rgba(0,0,0,.2),1px 1px 0 rgba(0,0,0,.05);font-weight:400;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;filter:contrast(1.1) brightness(.98)}.selectable-text::selection{background-color:#3b82f6;color:#fff}.selectable-text::-moz-selection{background-color:#3b82f6;color:#fff}.text-selection-highlight ::selection{background-color:#3b82f6;color:#fff}.text-selection-highlight ::-moz-selection{background-color:#3b82f6;color:#fff}@keyframes wordFade{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.animate-word{opacity:0;animation:wordFade .6s ease-out forwards}.delay-0{animation-delay:.1s}.delay-1{animation-delay:.3s}.delay-2{animation-delay:.6s}.delay-3{animation-delay:.9s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-up{opacity:0;animation:fadeInUp .6s ease-out forwards}@keyframes traineeProgressPulse{0%{filter:brightness(1);box-shadow:0 0 #f9731600}45%{filter:brightness(1.12);box-shadow:0 0 12px #f9731659}to{filter:brightness(1);box-shadow:0 0 #f9731600}}@keyframes traineeProgressShimmer{0%{transform:translate(-120%);opacity:0}20%{opacity:1}to{transform:translate(120%);opacity:0}}.trainee-progress-bar-animate{animation:traineeProgressPulse .75s ease-out}.trainee-progress-bar-animate:after{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.55) 50%,transparent 100%);animation:traineeProgressShimmer .75s ease-out;pointer-events:none}.trainee-progress-label-animate{animation:traineeProgressPulse .75s ease-out}.doc-table{width:100%;border-collapse:collapse;border-spacing:0;border:1px solid #e5e7eb;background:#fff;font-size:.9rem}.doc-th{text-align:left;padding:10px 12px;background:#f8fafc;color:#0f172a;font-weight:600;border-bottom:1px solid #e5e7eb;border-right:1px solid #e5e7eb}.doc-td{padding:10px 12px;border-bottom:1px solid #e5e7eb;border-right:1px solid #e5e7eb;color:#1f2937;vertical-align:top}.doc-table tr:nth-child(2n) .doc-td{background:#f9fafb}.doc-table tr:hover .doc-td{background:#f3f4f6}.doc-table .doc-th:last-child,.doc-table .doc-td:last-child{border-right:0}.rich-html-content ol{list-style-type:decimal;margin-left:1.5rem;margin-bottom:1rem}.rich-html-content ul{list-style-type:disc;margin-left:1.5rem;margin-bottom:1rem}.rich-html-content ol>li::marker{color:#374151;font-weight:600}.rich-html-content ul>li::marker{color:#4b5563}.rich-html-content li>p{margin-top:0;margin-bottom:.25rem}*,: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: }/*! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
 */*,: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:Inter,-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:var(--font-mono),ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",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}*{border-color:var(--border)}body{background-color:var(--background);color:var(--foreground);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:where(:not(:has([class*=" text-"]),:not(:has([class^=text-])))){h1{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:var(--text-2xl);font-weight:700;line-height:1.4}h2{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:var(--text-xl);font-weight:700;line-height:1.4}h3{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:var(--text-lg);font-weight:600;line-height:1.5}h4{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:var(--text-base);font-weight:600;line-height:1.5}p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:var(--text-base);font-weight:400;line-height:1.6}label,button{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:var(--text-base);font-weight:500;line-height:1.5}input{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:var(--text-base);font-weight:400;line-height:1.5}span,div{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}}.\!container{width:100%!important;margin-right:auto!important;margin-left:auto!important;padding-right:1.5rem!important;padding-left:1.5rem!important}.container{width:100%;margin-right:auto;margin-left:auto;padding-right:1.5rem;padding-left:1.5rem}@media(min-width:1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media(min-width:1440px){.\!container{max-width:1440px!important}.container{max-width:1440px}}@media(min-width:1680px){.\!container{max-width:1680px!important}.container{max-width:1680px}}.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}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.inset-x-0{left:0;right:0}.inset-y-0{top:0;bottom:0}.-bottom-12{bottom:-3rem}.-bottom-\[10\%\]{bottom:-10%}.-left-12{left:-3rem}.-left-\[10\%\]{left:-10%}.-left-\[5\%\]{left:-5%}.-right-12{right:-3rem}.-right-2{right:-.5rem}.-right-\[10\%\]{right:-10%}.-right-\[5\%\]{right:-5%}.-top-12{top:-3rem}.-top-2{top:-.5rem}.-top-\[10\%\]{top:-10%}.bottom-0{bottom:0}.bottom-1{bottom:.25rem}.bottom-10{bottom:2.5rem}.bottom-20{bottom:5rem}.bottom-6{bottom:1.5rem}.bottom-full{bottom:100%}.left-0{left:0}.left-1{left:.25rem}.left-1\/2{left:50%}.left-2{left:.5rem}.left-3{left:.75rem}.left-4{left:1rem}.left-\[20\%\]{left:20%}.left-\[50\%\]{left:50%}.right-0{right:0}.right-1{right:.25rem}.right-2{right:.5rem}.right-3{right:.75rem}.right-4{right:1rem}.right-6{right:1.5rem}.right-\[20\%\]{right:20%}.top-0{top:0}.top-1\.5{top:.375rem}.top-1\/2{top:50%}.top-2{top:.5rem}.top-24{top:6rem}.top-3\.5{top:.875rem}.top-4{top:1rem}.top-5{top:1.25rem}.top-\[1px\]{top:1px}.top-\[20\%\]{top:20%}.top-\[40\%\]{top:40%}.top-\[50\%\]{top:50%}.top-\[60\%\]{top:60%}.top-full{top:100%}.isolate{isolation:isolate}.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-\[1\]{z-index:1}.order-1{order:1}.order-2{order:2}.col-span-full{grid-column:1 / -1}.col-start-2{grid-column-start:2}.row-span-2{grid-row:span 2 / span 2}.row-start-1{grid-row-start:1}.-mx-1{margin-left:-.25rem;margin-right:-.25rem}.-mx-4{margin-left:-1rem;margin-right:-1rem}.mx-0\.5{margin-left:.125rem;margin-right:.125rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-3\.5{margin-left:.875rem;margin-right:.875rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-auto{margin-left:auto;margin-right:auto}.my-0\.5{margin-top:.125rem;margin-bottom:.125rem}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-4{margin-top:1rem;margin-bottom:1rem}.-ml-1{margin-left:-.25rem}.-ml-4{margin-left:-1rem}.-mt-4{margin-top:-1rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-0\.5{margin-left:.125rem}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-4{margin-left:1rem}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-1\.5{margin-top:.375rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-auto{margin-top:auto}.line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.table-caption{display:table-caption}.table-cell{display:table-cell}.table-row{display:table-row}.grid{display:grid}.hidden{display:none}.aspect-square{aspect-ratio:1 / 1}.aspect-video{aspect-ratio:16 / 9}.size-10{width:2.5rem;height:2.5rem}.size-2{width:.5rem;height:.5rem}.size-2\.5{width:.625rem;height:.625rem}.size-3{width:.75rem;height:.75rem}.size-3\.5{width:.875rem;height:.875rem}.size-4{width:1rem;height:1rem}.size-7{width:1.75rem;height:1.75rem}.size-8{width:2rem;height:2rem}.size-9{width:2.25rem;height:2.25rem}.size-full{width:100%;height:100%}.h-0{height:0px}.h-0\.5{height:.125rem}.h-1{height:.25rem}.h-1\.5{height:.375rem}.h-1\/2{height:50%}.h-10{height:2.5rem}.h-11{height:2.75rem}.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-3{height:.75rem}.h-3\.5{height:.875rem}.h-32{height:8rem}.h-4{height:1rem}.h-40{height:10rem}.h-5{height:1.25rem}.h-56{height:14rem}.h-6{height:1.5rem}.h-64{height:16rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-\[1\.15rem\]{height:1.15rem}.h-\[180px\]{height:180px}.h-\[200px\]{height:200px}.h-\[220px\]{height:220px}.h-\[30\%\]{height:30%}.h-\[40\%\]{height:40%}.h-\[50\%\]{height:50%}.h-\[calc\(100\%-1px\)\]{height:calc(100% - 1px)}.h-\[calc\(100vh-220px\)\]{height:calc(100vh - 220px)}.h-\[calc\(100vh-4\.5rem\)\]{height:calc(100vh - 4.5rem)}.h-\[var\(--radix-navigation-menu-viewport-height\)\]{height:var(--radix-navigation-menu-viewport-height)}.h-\[var\(--radix-select-trigger-height\)\]{height:var(--radix-select-trigger-height)}.h-auto{height:auto}.h-full{height:100%}.h-px{height:1px}.h-screen{height:100vh}.h-svh{height:100svh}.max-h-96{max-height:24rem}.max-h-\[117px\]{max-height:117px}.max-h-\[300px\]{max-height:300px}.max-h-\[68vh\]{max-height:68vh}.max-h-\[80vh\]{max-height:80vh}.max-h-\[85vh\]{max-height:85vh}.max-h-\[90vh\]{max-height:90vh}.max-h-\[96vh\]{max-height:96vh}.max-h-\[calc\(100vh-220px\)\]{max-height:calc(100vh - 220px)}.max-h-full{max-height:100%}.min-h-0{min-height:0px}.min-h-16{min-height:4rem}.min-h-4{min-height:1rem}.min-h-\[100px\]{min-height:100px}.min-h-\[200px\]{min-height:200px}.min-h-\[28px\]{min-height:28px}.min-h-\[32px\]{min-height:32px}.min-h-\[400px\]{min-height:400px}.min-h-\[420px\]{min-height:420px}.min-h-\[55vh\]{min-height:55vh}.min-h-\[80px\]{min-height:80px}.min-h-\[92px\]{min-height:92px}.min-h-\[calc\(100vh-220px\)\]{min-height:calc(100vh - 220px)}.min-h-\[calc\(100vh-80px\)\]{min-height:calc(100vh - 80px)}.min-h-screen{min-height:100vh}.min-h-svh{min-height:100svh}.w-0{width:0px}.w-1{width:.25rem}.w-1\.5{width:.375rem}.w-1\/3{width:33.333333%}.w-10{width:2.5rem}.w-11{width:2.75rem}.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-20{width:5rem}.w-24{width:6rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-3\/4{width:75%}.w-4{width:1rem}.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-\[100px\]{width:100px}.w-\[180px\]{width:180px}.w-\[250px\]{width:250px}.w-\[30\%\]{width:30%}.w-\[40\%\]{width:40%}.w-\[50\%\]{width:50%}.w-\[80px\]{width:80px}.w-\[85\%\]{width:85%}.w-\[92vw\]{width:92vw}.w-\[min\(96vw\,1280px\)\]{width:min(96vw,1280px)}.w-auto{width:auto}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-max{width:-moz-max-content;width:max-content}.w-px{width:1px}.min-w-0{min-width:0px}.min-w-10{min-width:2.5rem}.min-w-5{min-width:1.25rem}.min-w-8{min-width:2rem}.min-w-9{min-width:2.25rem}.min-w-\[12rem\]{min-width:12rem}.min-w-\[160px\]{min-width:160px}.min-w-\[320px\]{min-width:320px}.min-w-\[3rem\]{min-width:3rem}.min-w-\[8rem\]{min-width:8rem}.min-w-\[var\(--radix-select-trigger-width\)\]{min-width:var(--radix-select-trigger-width)}.min-w-full{min-width:100%}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-\[1400px\]{max-width:1400px}.max-w-\[4\.5rem\]{max-width:4.5rem}.max-w-\[400px\]{max-width:400px}.max-w-\[460px\]{max-width:460px}.max-w-\[80px\]{max-width:80px}.max-w-\[88\%\]{max-width:88%}.max-w-\[calc\(100\%-2rem\)\]{max-width:calc(100% - 2rem)}.max-w-\[min\(96vw\,1280px\)\]{max-width:min(96vw,1280px)}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-max{max-width:-moz-max-content;max-width:max-content}.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-shrink-0,.shrink-0{flex-shrink:0}.grow{flex-grow:1}.grow-0{flex-grow:0}.basis-full{flex-basis:100%}.caption-bottom{caption-side:bottom}.border-collapse{border-collapse:collapse}.-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-8{--tw-translate-x: -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))}.-translate-x-px{--tw-translate-x: -1px;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-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-\[-50\%\]{--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-px{--tw-translate-x: 1px;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-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-\[-50\%\]{--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-\[calc\(-50\%_-_2px\)\]{--tw-translate-y: calc(-50% - 2px) ;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))}.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))}@keyframes caret-blink{0%,70%,to{opacity:1}40%{opacity:0}}.animate-caret-blink{animation:caret-blink 1.2s ease-in-out infinite}@keyframes fade-in-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-up{animation:fade-in-up .5s ease-out both}@keyframes gradient-x{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.animate-gradient-x{animation:gradient-x 15s ease infinite}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes slide-in-right{0%{opacity:0;transform:translate(8px)}to{opacity:1;transform:translate(0)}}.animate-slide-in-right{animation:slide-in-right .4s ease-out both}@keyframes spin{to{transform:rotate(360deg)}}.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-zoom-in{cursor:zoom-in}.touch-none{touch-action:none}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize-none{resize:none}.resize{resize:both}.scroll-my-1{scroll-margin-top:.25rem;scroll-margin-bottom:.25rem}.scroll-py-1{scroll-padding-top:.25rem;scroll-padding-bottom:.25rem}.list-disc{list-style-type:disc}.list-none{list-style-type:none}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.auto-rows-min{grid-auto-rows:min-content}.grid-cols-1{grid-template-columns:repeat(1,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-\[0_1fr\]{grid-template-columns:0 1fr}.grid-rows-\[auto_auto\]{grid-template-rows:auto auto}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-items-start{justify-items:start}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-12{gap:3rem}.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-y-0{row-gap:0px}.gap-y-0\.5{row-gap:.125rem}.gap-y-3{row-gap:.75rem}.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-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))}.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-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-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * 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))}.self-start{align-self:flex-start}.justify-self-end{justify-self:end}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-line{white-space:pre-line}.whitespace-pre-wrap{white-space:pre-wrap}.text-balance{text-wrap:balance}.break-words{overflow-wrap:break-word}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-\[2px\]{border-radius:2px}.rounded-\[3px\]{border-radius:3px}.rounded-\[4px\]{border-radius:4px}.rounded-\[inherit\]{border-radius:inherit}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:var(--radius)}.rounded-md{border-radius:calc(var(--radius) - 2px)}.rounded-none{border-radius:0}.rounded-sm{border-radius:calc(var(--radius) - 4px)}.rounded-xl{border-radius:.75rem}.rounded-r-xl{border-top-right-radius:.75rem;border-bottom-right-radius:.75rem}.rounded-t-2xl{border-top-left-radius:1rem;border-top-right-radius:1rem}.rounded-bl-md{border-bottom-left-radius:calc(var(--radius) - 2px)}.rounded-br-md{border-bottom-right-radius:calc(var(--radius) - 2px)}.rounded-tl-sm{border-top-left-radius:calc(var(--radius) - 4px)}.border{border-width:1px}.border-0{border-width:0px}.border-2{border-width:2px}.border-\[1\.5px\]{border-width:1.5px}.border-y{border-top-width:1px;border-bottom-width:1px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.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-r{border-right-width:1px}.border-t{border-top-width:1px}.border-t-2{border-top-width:2px}.border-dashed{border-style:dashed}.border-amber-100{--tw-border-opacity: 1;border-color:rgb(254 243 199 / var(--tw-border-opacity, 1))}.border-amber-100\/0{border-color:#fef3c700}.border-amber-100\/10{border-color:#fef3c71a}.border-amber-100\/100{border-color:#fef3c7}.border-amber-100\/15{border-color:#fef3c726}.border-amber-100\/20{border-color:#fef3c733}.border-amber-100\/25{border-color:#fef3c740}.border-amber-100\/30{border-color:#fef3c74d}.border-amber-100\/35{border-color:#fef3c759}.border-amber-100\/40{border-color:#fef3c766}.border-amber-100\/45{border-color:#fef3c773}.border-amber-100\/5{border-color:#fef3c70d}.border-amber-100\/50{border-color:#fef3c780}.border-amber-100\/55{border-color:#fef3c78c}.border-amber-100\/60{border-color:#fef3c799}.border-amber-100\/65{border-color:#fef3c7a6}.border-amber-100\/70{border-color:#fef3c7b3}.border-amber-100\/75{border-color:#fef3c7bf}.border-amber-100\/80{border-color:#fef3c7cc}.border-amber-100\/85{border-color:#fef3c7d9}.border-amber-100\/90{border-color:#fef3c7e6}.border-amber-100\/95{border-color:#fef3c7f2}.border-amber-200{--tw-border-opacity: 1;border-color:rgb(253 230 138 / var(--tw-border-opacity, 1))}.border-amber-200\/0{border-color:#fde68a00}.border-amber-200\/10{border-color:#fde68a1a}.border-amber-200\/100{border-color:#fde68a}.border-amber-200\/15{border-color:#fde68a26}.border-amber-200\/20{border-color:#fde68a33}.border-amber-200\/25{border-color:#fde68a40}.border-amber-200\/30{border-color:#fde68a4d}.border-amber-200\/35{border-color:#fde68a59}.border-amber-200\/40{border-color:#fde68a66}.border-amber-200\/45{border-color:#fde68a73}.border-amber-200\/5{border-color:#fde68a0d}.border-amber-200\/50{border-color:#fde68a80}.border-amber-200\/55{border-color:#fde68a8c}.border-amber-200\/60{border-color:#fde68a99}.border-amber-200\/65{border-color:#fde68aa6}.border-amber-200\/70{border-color:#fde68ab3}.border-amber-200\/75{border-color:#fde68abf}.border-amber-200\/80{border-color:#fde68acc}.border-amber-200\/85{border-color:#fde68ad9}.border-amber-200\/90{border-color:#fde68ae6}.border-amber-200\/95{border-color:#fde68af2}.border-amber-300{--tw-border-opacity: 1;border-color:rgb(252 211 77 / var(--tw-border-opacity, 1))}.border-amber-300\/0{border-color:#fcd34d00}.border-amber-300\/10{border-color:#fcd34d1a}.border-amber-300\/100{border-color:#fcd34d}.border-amber-300\/15{border-color:#fcd34d26}.border-amber-300\/20{border-color:#fcd34d33}.border-amber-300\/25{border-color:#fcd34d40}.border-amber-300\/30{border-color:#fcd34d4d}.border-amber-300\/35{border-color:#fcd34d59}.border-amber-300\/40{border-color:#fcd34d66}.border-amber-300\/45{border-color:#fcd34d73}.border-amber-300\/5{border-color:#fcd34d0d}.border-amber-300\/50{border-color:#fcd34d80}.border-amber-300\/55{border-color:#fcd34d8c}.border-amber-300\/60{border-color:#fcd34d99}.border-amber-300\/65{border-color:#fcd34da6}.border-amber-300\/70{border-color:#fcd34db3}.border-amber-300\/75{border-color:#fcd34dbf}.border-amber-300\/80{border-color:#fcd34dcc}.border-amber-300\/85{border-color:#fcd34dd9}.border-amber-300\/90{border-color:#fcd34de6}.border-amber-300\/95{border-color:#fcd34df2}.border-amber-400{--tw-border-opacity: 1;border-color:rgb(251 191 36 / var(--tw-border-opacity, 1))}.border-amber-400\/0{border-color:#fbbf2400}.border-amber-400\/10{border-color:#fbbf241a}.border-amber-400\/100{border-color:#fbbf24}.border-amber-400\/15{border-color:#fbbf2426}.border-amber-400\/20{border-color:#fbbf2433}.border-amber-400\/25{border-color:#fbbf2440}.border-amber-400\/30{border-color:#fbbf244d}.border-amber-400\/35{border-color:#fbbf2459}.border-amber-400\/40{border-color:#fbbf2466}.border-amber-400\/45{border-color:#fbbf2473}.border-amber-400\/5{border-color:#fbbf240d}.border-amber-400\/50{border-color:#fbbf2480}.border-amber-400\/55{border-color:#fbbf248c}.border-amber-400\/60{border-color:#fbbf2499}.border-amber-400\/65{border-color:#fbbf24a6}.border-amber-400\/70{border-color:#fbbf24b3}.border-amber-400\/75{border-color:#fbbf24bf}.border-amber-400\/80{border-color:#fbbf24cc}.border-amber-400\/85{border-color:#fbbf24d9}.border-amber-400\/90{border-color:#fbbf24e6}.border-amber-400\/95{border-color:#fbbf24f2}.border-amber-50{--tw-border-opacity: 1;border-color:rgb(255 251 235 / var(--tw-border-opacity, 1))}.border-amber-50\/0{border-color:#fffbeb00}.border-amber-50\/10{border-color:#fffbeb1a}.border-amber-50\/100{border-color:#fffbeb}.border-amber-50\/15{border-color:#fffbeb26}.border-amber-50\/20{border-color:#fffbeb33}.border-amber-50\/25{border-color:#fffbeb40}.border-amber-50\/30{border-color:#fffbeb4d}.border-amber-50\/35{border-color:#fffbeb59}.border-amber-50\/40{border-color:#fffbeb66}.border-amber-50\/45{border-color:#fffbeb73}.border-amber-50\/5{border-color:#fffbeb0d}.border-amber-50\/50{border-color:#fffbeb80}.border-amber-50\/55{border-color:#fffbeb8c}.border-amber-50\/60{border-color:#fffbeb99}.border-amber-50\/65{border-color:#fffbeba6}.border-amber-50\/70{border-color:#fffbebb3}.border-amber-50\/75{border-color:#fffbebbf}.border-amber-50\/80{border-color:#fffbebcc}.border-amber-50\/85{border-color:#fffbebd9}.border-amber-50\/90{border-color:#fffbebe6}.border-amber-50\/95{border-color:#fffbebf2}.border-amber-500{--tw-border-opacity: 1;border-color:rgb(245 158 11 / var(--tw-border-opacity, 1))}.border-amber-500\/0{border-color:#f59e0b00}.border-amber-500\/10{border-color:#f59e0b1a}.border-amber-500\/100{border-color:#f59e0b}.border-amber-500\/15{border-color:#f59e0b26}.border-amber-500\/20{border-color:#f59e0b33}.border-amber-500\/25{border-color:#f59e0b40}.border-amber-500\/30{border-color:#f59e0b4d}.border-amber-500\/35{border-color:#f59e0b59}.border-amber-500\/40{border-color:#f59e0b66}.border-amber-500\/45{border-color:#f59e0b73}.border-amber-500\/5{border-color:#f59e0b0d}.border-amber-500\/50{border-color:#f59e0b80}.border-amber-500\/55{border-color:#f59e0b8c}.border-amber-500\/60{border-color:#f59e0b99}.border-amber-500\/65{border-color:#f59e0ba6}.border-amber-500\/70{border-color:#f59e0bb3}.border-amber-500\/75{border-color:#f59e0bbf}.border-amber-500\/80{border-color:#f59e0bcc}.border-amber-500\/85{border-color:#f59e0bd9}.border-amber-500\/90{border-color:#f59e0be6}.border-amber-500\/95{border-color:#f59e0bf2}.border-amber-600{--tw-border-opacity: 1;border-color:rgb(217 119 6 / var(--tw-border-opacity, 1))}.border-amber-600\/0{border-color:#d9770600}.border-amber-600\/10{border-color:#d977061a}.border-amber-600\/100{border-color:#d97706}.border-amber-600\/15{border-color:#d9770626}.border-amber-600\/20{border-color:#d9770633}.border-amber-600\/25{border-color:#d9770640}.border-amber-600\/30{border-color:#d977064d}.border-amber-600\/35{border-color:#d9770659}.border-amber-600\/40{border-color:#d9770666}.border-amber-600\/45{border-color:#d9770673}.border-amber-600\/5{border-color:#d977060d}.border-amber-600\/50{border-color:#d9770680}.border-amber-600\/55{border-color:#d977068c}.border-amber-600\/60{border-color:#d9770699}.border-amber-600\/65{border-color:#d97706a6}.border-amber-600\/70{border-color:#d97706b3}.border-amber-600\/75{border-color:#d97706bf}.border-amber-600\/80{border-color:#d97706cc}.border-amber-600\/85{border-color:#d97706d9}.border-amber-600\/90{border-color:#d97706e6}.border-amber-600\/95{border-color:#d97706f2}.border-amber-700{--tw-border-opacity: 1;border-color:rgb(180 83 9 / var(--tw-border-opacity, 1))}.border-amber-700\/0{border-color:#b4530900}.border-amber-700\/10{border-color:#b453091a}.border-amber-700\/100{border-color:#b45309}.border-amber-700\/15{border-color:#b4530926}.border-amber-700\/20{border-color:#b4530933}.border-amber-700\/25{border-color:#b4530940}.border-amber-700\/30{border-color:#b453094d}.border-amber-700\/35{border-color:#b4530959}.border-amber-700\/40{border-color:#b4530966}.border-amber-700\/45{border-color:#b4530973}.border-amber-700\/5{border-color:#b453090d}.border-amber-700\/50{border-color:#b4530980}.border-amber-700\/55{border-color:#b453098c}.border-amber-700\/60{border-color:#b4530999}.border-amber-700\/65{border-color:#b45309a6}.border-amber-700\/70{border-color:#b45309b3}.border-amber-700\/75{border-color:#b45309bf}.border-amber-700\/80{border-color:#b45309cc}.border-amber-700\/85{border-color:#b45309d9}.border-amber-700\/90{border-color:#b45309e6}.border-amber-700\/95{border-color:#b45309f2}.border-amber-900{--tw-border-opacity: 1;border-color:rgb(120 53 15 / var(--tw-border-opacity, 1))}.border-amber-900\/0{border-color:#78350f00}.border-amber-900\/10{border-color:#78350f1a}.border-amber-900\/100{border-color:#78350f}.border-amber-900\/15{border-color:#78350f26}.border-amber-900\/20{border-color:#78350f33}.border-amber-900\/25{border-color:#78350f40}.border-amber-900\/30{border-color:#78350f4d}.border-amber-900\/35{border-color:#78350f59}.border-amber-900\/40{border-color:#78350f66}.border-amber-900\/45{border-color:#78350f73}.border-amber-900\/5{border-color:#78350f0d}.border-amber-900\/50{border-color:#78350f80}.border-amber-900\/55{border-color:#78350f8c}.border-amber-900\/60{border-color:#78350f99}.border-amber-900\/65{border-color:#78350fa6}.border-amber-900\/70{border-color:#78350fb3}.border-amber-900\/75{border-color:#78350fbf}.border-amber-900\/80{border-color:#78350fcc}.border-amber-900\/85{border-color:#78350fd9}.border-amber-900\/90{border-color:#78350fe6}.border-amber-900\/95{border-color:#78350ff2}.border-gray-100{--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1))}.border-gray-100\/0{border-color:#f3f4f600}.border-gray-100\/10{border-color:#f3f4f61a}.border-gray-100\/100{border-color:#f3f4f6}.border-gray-100\/15{border-color:#f3f4f626}.border-gray-100\/20{border-color:#f3f4f633}.border-gray-100\/25{border-color:#f3f4f640}.border-gray-100\/30{border-color:#f3f4f64d}.border-gray-100\/35{border-color:#f3f4f659}.border-gray-100\/40{border-color:#f3f4f666}.border-gray-100\/45{border-color:#f3f4f673}.border-gray-100\/5{border-color:#f3f4f60d}.border-gray-100\/50{border-color:#f3f4f680}.border-gray-100\/55{border-color:#f3f4f68c}.border-gray-100\/60{border-color:#f3f4f699}.border-gray-100\/65{border-color:#f3f4f6a6}.border-gray-100\/70{border-color:#f3f4f6b3}.border-gray-100\/75{border-color:#f3f4f6bf}.border-gray-100\/80{border-color:#f3f4f6cc}.border-gray-100\/85{border-color:#f3f4f6d9}.border-gray-100\/90{border-color:#f3f4f6e6}.border-gray-100\/95{border-color:#f3f4f6f2}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-200\/0{border-color:#e5e7eb00}.border-gray-200\/10{border-color:#e5e7eb1a}.border-gray-200\/100{border-color:#e5e7eb}.border-gray-200\/15{border-color:#e5e7eb26}.border-gray-200\/20{border-color:#e5e7eb33}.border-gray-200\/25{border-color:#e5e7eb40}.border-gray-200\/30{border-color:#e5e7eb4d}.border-gray-200\/35{border-color:#e5e7eb59}.border-gray-200\/40{border-color:#e5e7eb66}.border-gray-200\/45{border-color:#e5e7eb73}.border-gray-200\/5{border-color:#e5e7eb0d}.border-gray-200\/50{border-color:#e5e7eb80}.border-gray-200\/55{border-color:#e5e7eb8c}.border-gray-200\/60{border-color:#e5e7eb99}.border-gray-200\/65{border-color:#e5e7eba6}.border-gray-200\/70{border-color:#e5e7ebb3}.border-gray-200\/75{border-color:#e5e7ebbf}.border-gray-200\/80{border-color:#e5e7ebcc}.border-gray-200\/85{border-color:#e5e7ebd9}.border-gray-200\/90{border-color:#e5e7ebe6}.border-gray-200\/95{border-color:#e5e7ebf2}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-gray-300\/0{border-color:#d1d5db00}.border-gray-300\/10{border-color:#d1d5db1a}.border-gray-300\/100{border-color:#d1d5db}.border-gray-300\/15{border-color:#d1d5db26}.border-gray-300\/20{border-color:#d1d5db33}.border-gray-300\/25{border-color:#d1d5db40}.border-gray-300\/30{border-color:#d1d5db4d}.border-gray-300\/35{border-color:#d1d5db59}.border-gray-300\/40{border-color:#d1d5db66}.border-gray-300\/45{border-color:#d1d5db73}.border-gray-300\/5{border-color:#d1d5db0d}.border-gray-300\/50{border-color:#d1d5db80}.border-gray-300\/55{border-color:#d1d5db8c}.border-gray-300\/60{border-color:#d1d5db99}.border-gray-300\/65{border-color:#d1d5dba6}.border-gray-300\/70{border-color:#d1d5dbb3}.border-gray-300\/75{border-color:#d1d5dbbf}.border-gray-300\/80{border-color:#d1d5dbcc}.border-gray-300\/85{border-color:#d1d5dbd9}.border-gray-300\/90{border-color:#d1d5dbe6}.border-gray-300\/95{border-color:#d1d5dbf2}.border-gray-400{--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity, 1))}.border-gray-400\/0{border-color:#9ca3af00}.border-gray-400\/10{border-color:#9ca3af1a}.border-gray-400\/100{border-color:#9ca3af}.border-gray-400\/15{border-color:#9ca3af26}.border-gray-400\/20{border-color:#9ca3af33}.border-gray-400\/25{border-color:#9ca3af40}.border-gray-400\/30{border-color:#9ca3af4d}.border-gray-400\/35{border-color:#9ca3af59}.border-gray-400\/40{border-color:#9ca3af66}.border-gray-400\/45{border-color:#9ca3af73}.border-gray-400\/5{border-color:#9ca3af0d}.border-gray-400\/50{border-color:#9ca3af80}.border-gray-400\/55{border-color:#9ca3af8c}.border-gray-400\/60{border-color:#9ca3af99}.border-gray-400\/65{border-color:#9ca3afa6}.border-gray-400\/70{border-color:#9ca3afb3}.border-gray-400\/75{border-color:#9ca3afbf}.border-gray-400\/80{border-color:#9ca3afcc}.border-gray-400\/85{border-color:#9ca3afd9}.border-gray-400\/90{border-color:#9ca3afe6}.border-gray-400\/95{border-color:#9ca3aff2}.border-gray-50{--tw-border-opacity: 1;border-color:rgb(249 250 251 / var(--tw-border-opacity, 1))}.border-gray-50\/0{border-color:#f9fafb00}.border-gray-50\/10{border-color:#f9fafb1a}.border-gray-50\/100{border-color:#f9fafb}.border-gray-50\/15{border-color:#f9fafb26}.border-gray-50\/20{border-color:#f9fafb33}.border-gray-50\/25{border-color:#f9fafb40}.border-gray-50\/30{border-color:#f9fafb4d}.border-gray-50\/35{border-color:#f9fafb59}.border-gray-50\/40{border-color:#f9fafb66}.border-gray-50\/45{border-color:#f9fafb73}.border-gray-50\/5{border-color:#f9fafb0d}.border-gray-50\/50{border-color:#f9fafb80}.border-gray-50\/55{border-color:#f9fafb8c}.border-gray-50\/60{border-color:#f9fafb99}.border-gray-50\/65{border-color:#f9fafba6}.border-gray-50\/70{border-color:#f9fafbb3}.border-gray-50\/75{border-color:#f9fafbbf}.border-gray-50\/80{border-color:#f9fafbcc}.border-gray-50\/85{border-color:#f9fafbd9}.border-gray-50\/90{border-color:#f9fafbe6}.border-gray-50\/95{border-color:#f9fafbf2}.border-gray-500{--tw-border-opacity: 1;border-color:rgb(107 114 128 / var(--tw-border-opacity, 1))}.border-gray-500\/0{border-color:#6b728000}.border-gray-500\/10{border-color:#6b72801a}.border-gray-500\/100{border-color:#6b7280}.border-gray-500\/15{border-color:#6b728026}.border-gray-500\/20{border-color:#6b728033}.border-gray-500\/25{border-color:#6b728040}.border-gray-500\/30{border-color:#6b72804d}.border-gray-500\/35{border-color:#6b728059}.border-gray-500\/40{border-color:#6b728066}.border-gray-500\/45{border-color:#6b728073}.border-gray-500\/5{border-color:#6b72800d}.border-gray-500\/50{border-color:#6b728080}.border-gray-500\/55{border-color:#6b72808c}.border-gray-500\/60{border-color:#6b728099}.border-gray-500\/65{border-color:#6b7280a6}.border-gray-500\/70{border-color:#6b7280b3}.border-gray-500\/75{border-color:#6b7280bf}.border-gray-500\/80{border-color:#6b7280cc}.border-gray-500\/85{border-color:#6b7280d9}.border-gray-500\/90{border-color:#6b7280e6}.border-gray-500\/95{border-color:#6b7280f2}.border-gray-600{--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity, 1))}.border-gray-600\/0{border-color:#4b556300}.border-gray-600\/10{border-color:#4b55631a}.border-gray-600\/100{border-color:#4b5563}.border-gray-600\/15{border-color:#4b556326}.border-gray-600\/20{border-color:#4b556333}.border-gray-600\/25{border-color:#4b556340}.border-gray-600\/30{border-color:#4b55634d}.border-gray-600\/35{border-color:#4b556359}.border-gray-600\/40{border-color:#4b556366}.border-gray-600\/45{border-color:#4b556373}.border-gray-600\/5{border-color:#4b55630d}.border-gray-600\/50{border-color:#4b556380}.border-gray-600\/55{border-color:#4b55638c}.border-gray-600\/60{border-color:#4b556399}.border-gray-600\/65{border-color:#4b5563a6}.border-gray-600\/70{border-color:#4b5563b3}.border-gray-600\/75{border-color:#4b5563bf}.border-gray-600\/80{border-color:#4b5563cc}.border-gray-600\/85{border-color:#4b5563d9}.border-gray-600\/90{border-color:#4b5563e6}.border-gray-600\/95{border-color:#4b5563f2}.border-gray-700{--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity, 1))}.border-gray-700\/0{border-color:#37415100}.border-gray-700\/10{border-color:#3741511a}.border-gray-700\/100{border-color:#374151}.border-gray-700\/15{border-color:#37415126}.border-gray-700\/20{border-color:#37415133}.border-gray-700\/25{border-color:#37415140}.border-gray-700\/30{border-color:#3741514d}.border-gray-700\/35{border-color:#37415159}.border-gray-700\/40{border-color:#37415166}.border-gray-700\/45{border-color:#37415173}.border-gray-700\/5{border-color:#3741510d}.border-gray-700\/50{border-color:#37415180}.border-gray-700\/55{border-color:#3741518c}.border-gray-700\/60{border-color:#37415199}.border-gray-700\/65{border-color:#374151a6}.border-gray-700\/70{border-color:#374151b3}.border-gray-700\/75{border-color:#374151bf}.border-gray-700\/80{border-color:#374151cc}.border-gray-700\/85{border-color:#374151d9}.border-gray-700\/90{border-color:#374151e6}.border-gray-700\/95{border-color:#374151f2}.border-gray-900{--tw-border-opacity: 1;border-color:rgb(17 24 39 / var(--tw-border-opacity, 1))}.border-gray-900\/0{border-color:#11182700}.border-gray-900\/10{border-color:#1118271a}.border-gray-900\/100{border-color:#111827}.border-gray-900\/15{border-color:#11182726}.border-gray-900\/20{border-color:#11182733}.border-gray-900\/25{border-color:#11182740}.border-gray-900\/30{border-color:#1118274d}.border-gray-900\/35{border-color:#11182759}.border-gray-900\/40{border-color:#11182766}.border-gray-900\/45{border-color:#11182773}.border-gray-900\/5{border-color:#1118270d}.border-gray-900\/50{border-color:#11182780}.border-gray-900\/55{border-color:#1118278c}.border-gray-900\/60{border-color:#11182799}.border-gray-900\/65{border-color:#111827a6}.border-gray-900\/70{border-color:#111827b3}.border-gray-900\/75{border-color:#111827bf}.border-gray-900\/80{border-color:#111827cc}.border-gray-900\/85{border-color:#111827d9}.border-gray-900\/90{border-color:#111827e6}.border-gray-900\/95{border-color:#111827f2}.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-input{border-color:var(--input)}.border-orange-100{--tw-border-opacity: 1;border-color:rgb(255 237 213 / var(--tw-border-opacity, 1))}.border-orange-100\/0{border-color:#ffedd500}.border-orange-100\/10{border-color:#ffedd51a}.border-orange-100\/100{border-color:#ffedd5}.border-orange-100\/15{border-color:#ffedd526}.border-orange-100\/20{border-color:#ffedd533}.border-orange-100\/25{border-color:#ffedd540}.border-orange-100\/30{border-color:#ffedd54d}.border-orange-100\/35{border-color:#ffedd559}.border-orange-100\/40{border-color:#ffedd566}.border-orange-100\/45{border-color:#ffedd573}.border-orange-100\/5{border-color:#ffedd50d}.border-orange-100\/50{border-color:#ffedd580}.border-orange-100\/55{border-color:#ffedd58c}.border-orange-100\/60{border-color:#ffedd599}.border-orange-100\/65{border-color:#ffedd5a6}.border-orange-100\/70{border-color:#ffedd5b3}.border-orange-100\/75{border-color:#ffedd5bf}.border-orange-100\/80{border-color:#ffedd5cc}.border-orange-100\/85{border-color:#ffedd5d9}.border-orange-100\/90{border-color:#ffedd5e6}.border-orange-100\/95{border-color:#ffedd5f2}.border-orange-200{--tw-border-opacity: 1;border-color:rgb(254 215 170 / var(--tw-border-opacity, 1))}.border-orange-200\/0{border-color:#fed7aa00}.border-orange-200\/10{border-color:#fed7aa1a}.border-orange-200\/100{border-color:#fed7aa}.border-orange-200\/15{border-color:#fed7aa26}.border-orange-200\/20{border-color:#fed7aa33}.border-orange-200\/25{border-color:#fed7aa40}.border-orange-200\/30{border-color:#fed7aa4d}.border-orange-200\/35{border-color:#fed7aa59}.border-orange-200\/40{border-color:#fed7aa66}.border-orange-200\/45{border-color:#fed7aa73}.border-orange-200\/5{border-color:#fed7aa0d}.border-orange-200\/50{border-color:#fed7aa80}.border-orange-200\/55{border-color:#fed7aa8c}.border-orange-200\/60{border-color:#fed7aa99}.border-orange-200\/65{border-color:#fed7aaa6}.border-orange-200\/70{border-color:#fed7aab3}.border-orange-200\/75{border-color:#fed7aabf}.border-orange-200\/80{border-color:#fed7aacc}.border-orange-200\/85{border-color:#fed7aad9}.border-orange-200\/90{border-color:#fed7aae6}.border-orange-200\/95{border-color:#fed7aaf2}.border-orange-300{--tw-border-opacity: 1;border-color:rgb(253 186 116 / var(--tw-border-opacity, 1))}.border-orange-300\/0{border-color:#fdba7400}.border-orange-300\/10{border-color:#fdba741a}.border-orange-300\/100{border-color:#fdba74}.border-orange-300\/15{border-color:#fdba7426}.border-orange-300\/20{border-color:#fdba7433}.border-orange-300\/25{border-color:#fdba7440}.border-orange-300\/30{border-color:#fdba744d}.border-orange-300\/35{border-color:#fdba7459}.border-orange-300\/40{border-color:#fdba7466}.border-orange-300\/45{border-color:#fdba7473}.border-orange-300\/5{border-color:#fdba740d}.border-orange-300\/50{border-color:#fdba7480}.border-orange-300\/55{border-color:#fdba748c}.border-orange-300\/60{border-color:#fdba7499}.border-orange-300\/65{border-color:#fdba74a6}.border-orange-300\/70{border-color:#fdba74b3}.border-orange-300\/75{border-color:#fdba74bf}.border-orange-300\/80{border-color:#fdba74cc}.border-orange-300\/85{border-color:#fdba74d9}.border-orange-300\/90{border-color:#fdba74e6}.border-orange-300\/95{border-color:#fdba74f2}.border-orange-400{--tw-border-opacity: 1;border-color:rgb(251 146 60 / var(--tw-border-opacity, 1))}.border-orange-400\/0{border-color:#fb923c00}.border-orange-400\/10{border-color:#fb923c1a}.border-orange-400\/100{border-color:#fb923c}.border-orange-400\/15{border-color:#fb923c26}.border-orange-400\/20{border-color:#fb923c33}.border-orange-400\/25{border-color:#fb923c40}.border-orange-400\/30{border-color:#fb923c4d}.border-orange-400\/35{border-color:#fb923c59}.border-orange-400\/40{border-color:#fb923c66}.border-orange-400\/45{border-color:#fb923c73}.border-orange-400\/5{border-color:#fb923c0d}.border-orange-400\/50{border-color:#fb923c80}.border-orange-400\/55{border-color:#fb923c8c}.border-orange-400\/60{border-color:#fb923c99}.border-orange-400\/65{border-color:#fb923ca6}.border-orange-400\/70{border-color:#fb923cb3}.border-orange-400\/75{border-color:#fb923cbf}.border-orange-400\/80{border-color:#fb923ccc}.border-orange-400\/85{border-color:#fb923cd9}.border-orange-400\/90{border-color:#fb923ce6}.border-orange-400\/95{border-color:#fb923cf2}.border-orange-50{--tw-border-opacity: 1;border-color:rgb(255 247 237 / var(--tw-border-opacity, 1))}.border-orange-50\/0{border-color:#fff7ed00}.border-orange-50\/10{border-color:#fff7ed1a}.border-orange-50\/100{border-color:#fff7ed}.border-orange-50\/15{border-color:#fff7ed26}.border-orange-50\/20{border-color:#fff7ed33}.border-orange-50\/25{border-color:#fff7ed40}.border-orange-50\/30{border-color:#fff7ed4d}.border-orange-50\/35{border-color:#fff7ed59}.border-orange-50\/40{border-color:#fff7ed66}.border-orange-50\/45{border-color:#fff7ed73}.border-orange-50\/5{border-color:#fff7ed0d}.border-orange-50\/50{border-color:#fff7ed80}.border-orange-50\/55{border-color:#fff7ed8c}.border-orange-50\/60{border-color:#fff7ed99}.border-orange-50\/65{border-color:#fff7eda6}.border-orange-50\/70{border-color:#fff7edb3}.border-orange-50\/75{border-color:#fff7edbf}.border-orange-50\/80{border-color:#fff7edcc}.border-orange-50\/85{border-color:#fff7edd9}.border-orange-50\/90{border-color:#fff7ede6}.border-orange-50\/95{border-color:#fff7edf2}.border-orange-500{--tw-border-opacity: 1;border-color:rgb(249 115 22 / var(--tw-border-opacity, 1))}.border-orange-500\/0{border-color:#f9731600}.border-orange-500\/10{border-color:#f973161a}.border-orange-500\/100{border-color:#f97316}.border-orange-500\/15{border-color:#f9731626}.border-orange-500\/20{border-color:#f9731633}.border-orange-500\/25{border-color:#f9731640}.border-orange-500\/30{border-color:#f973164d}.border-orange-500\/35{border-color:#f9731659}.border-orange-500\/40{border-color:#f9731666}.border-orange-500\/45{border-color:#f9731673}.border-orange-500\/5{border-color:#f973160d}.border-orange-500\/50{border-color:#f9731680}.border-orange-500\/55{border-color:#f973168c}.border-orange-500\/60{border-color:#f9731699}.border-orange-500\/65{border-color:#f97316a6}.border-orange-500\/70{border-color:#f97316b3}.border-orange-500\/75{border-color:#f97316bf}.border-orange-500\/80{border-color:#f97316cc}.border-orange-500\/85{border-color:#f97316d9}.border-orange-500\/90{border-color:#f97316e6}.border-orange-500\/95{border-color:#f97316f2}.border-orange-600{--tw-border-opacity: 1;border-color:rgb(234 88 12 / var(--tw-border-opacity, 1))}.border-orange-600\/0{border-color:#ea580c00}.border-orange-600\/10{border-color:#ea580c1a}.border-orange-600\/100{border-color:#ea580c}.border-orange-600\/15{border-color:#ea580c26}.border-orange-600\/20{border-color:#ea580c33}.border-orange-600\/25{border-color:#ea580c40}.border-orange-600\/30{border-color:#ea580c4d}.border-orange-600\/35{border-color:#ea580c59}.border-orange-600\/40{border-color:#ea580c66}.border-orange-600\/45{border-color:#ea580c73}.border-orange-600\/5{border-color:#ea580c0d}.border-orange-600\/50{border-color:#ea580c80}.border-orange-600\/55{border-color:#ea580c8c}.border-orange-600\/60{border-color:#ea580c99}.border-orange-600\/65{border-color:#ea580ca6}.border-orange-600\/70{border-color:#ea580cb3}.border-orange-600\/75{border-color:#ea580cbf}.border-orange-600\/80{border-color:#ea580ccc}.border-orange-600\/85{border-color:#ea580cd9}.border-orange-600\/90{border-color:#ea580ce6}.border-orange-600\/95{border-color:#ea580cf2}.border-orange-700{--tw-border-opacity: 1;border-color:rgb(194 65 12 / var(--tw-border-opacity, 1))}.border-orange-700\/0{border-color:#c2410c00}.border-orange-700\/10{border-color:#c2410c1a}.border-orange-700\/100{border-color:#c2410c}.border-orange-700\/15{border-color:#c2410c26}.border-orange-700\/20{border-color:#c2410c33}.border-orange-700\/25{border-color:#c2410c40}.border-orange-700\/30{border-color:#c2410c4d}.border-orange-700\/35{border-color:#c2410c59}.border-orange-700\/40{border-color:#c2410c66}.border-orange-700\/45{border-color:#c2410c73}.border-orange-700\/5{border-color:#c2410c0d}.border-orange-700\/50{border-color:#c2410c80}.border-orange-700\/55{border-color:#c2410c8c}.border-orange-700\/60{border-color:#c2410c99}.border-orange-700\/65{border-color:#c2410ca6}.border-orange-700\/70{border-color:#c2410cb3}.border-orange-700\/75{border-color:#c2410cbf}.border-orange-700\/80{border-color:#c2410ccc}.border-orange-700\/85{border-color:#c2410cd9}.border-orange-700\/90{border-color:#c2410ce6}.border-orange-700\/95{border-color:#c2410cf2}.border-orange-900{--tw-border-opacity: 1;border-color:rgb(124 45 18 / var(--tw-border-opacity, 1))}.border-orange-900\/0{border-color:#7c2d1200}.border-orange-900\/10{border-color:#7c2d121a}.border-orange-900\/100{border-color:#7c2d12}.border-orange-900\/15{border-color:#7c2d1226}.border-orange-900\/20{border-color:#7c2d1233}.border-orange-900\/25{border-color:#7c2d1240}.border-orange-900\/30{border-color:#7c2d124d}.border-orange-900\/35{border-color:#7c2d1259}.border-orange-900\/40{border-color:#7c2d1266}.border-orange-900\/45{border-color:#7c2d1273}.border-orange-900\/5{border-color:#7c2d120d}.border-orange-900\/50{border-color:#7c2d1280}.border-orange-900\/55{border-color:#7c2d128c}.border-orange-900\/60{border-color:#7c2d1299}.border-orange-900\/65{border-color:#7c2d12a6}.border-orange-900\/70{border-color:#7c2d12b3}.border-orange-900\/75{border-color:#7c2d12bf}.border-orange-900\/80{border-color:#7c2d12cc}.border-orange-900\/85{border-color:#7c2d12d9}.border-orange-900\/90{border-color:#7c2d12e6}.border-orange-900\/95{border-color:#7c2d12f2}.border-primary{border-color:var(--primary)}.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-500{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.border-sidebar-border{border-color:var(--sidebar-border)}.border-slate-200{--tw-border-opacity: 1;border-color:rgb(226 232 240 / var(--tw-border-opacity, 1))}.border-slate-500{--tw-border-opacity: 1;border-color:rgb(100 116 139 / var(--tw-border-opacity, 1))}.border-transparent{border-color:transparent}.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\/50{border-color:#ffffff80}.border-white\/80{border-color:#fffc}.border-yellow-100{--tw-border-opacity: 1;border-color:rgb(254 249 195 / var(--tw-border-opacity, 1))}.border-yellow-100\/0{border-color:#fef9c300}.border-yellow-100\/10{border-color:#fef9c31a}.border-yellow-100\/100{border-color:#fef9c3}.border-yellow-100\/15{border-color:#fef9c326}.border-yellow-100\/20{border-color:#fef9c333}.border-yellow-100\/25{border-color:#fef9c340}.border-yellow-100\/30{border-color:#fef9c34d}.border-yellow-100\/35{border-color:#fef9c359}.border-yellow-100\/40{border-color:#fef9c366}.border-yellow-100\/45{border-color:#fef9c373}.border-yellow-100\/5{border-color:#fef9c30d}.border-yellow-100\/50{border-color:#fef9c380}.border-yellow-100\/55{border-color:#fef9c38c}.border-yellow-100\/60{border-color:#fef9c399}.border-yellow-100\/65{border-color:#fef9c3a6}.border-yellow-100\/70{border-color:#fef9c3b3}.border-yellow-100\/75{border-color:#fef9c3bf}.border-yellow-100\/80{border-color:#fef9c3cc}.border-yellow-100\/85{border-color:#fef9c3d9}.border-yellow-100\/90{border-color:#fef9c3e6}.border-yellow-100\/95{border-color:#fef9c3f2}.border-yellow-200{--tw-border-opacity: 1;border-color:rgb(254 240 138 / var(--tw-border-opacity, 1))}.border-yellow-200\/0{border-color:#fef08a00}.border-yellow-200\/10{border-color:#fef08a1a}.border-yellow-200\/100{border-color:#fef08a}.border-yellow-200\/15{border-color:#fef08a26}.border-yellow-200\/20{border-color:#fef08a33}.border-yellow-200\/25{border-color:#fef08a40}.border-yellow-200\/30{border-color:#fef08a4d}.border-yellow-200\/35{border-color:#fef08a59}.border-yellow-200\/40{border-color:#fef08a66}.border-yellow-200\/45{border-color:#fef08a73}.border-yellow-200\/5{border-color:#fef08a0d}.border-yellow-200\/50{border-color:#fef08a80}.border-yellow-200\/55{border-color:#fef08a8c}.border-yellow-200\/60{border-color:#fef08a99}.border-yellow-200\/65{border-color:#fef08aa6}.border-yellow-200\/70{border-color:#fef08ab3}.border-yellow-200\/75{border-color:#fef08abf}.border-yellow-200\/80{border-color:#fef08acc}.border-yellow-200\/85{border-color:#fef08ad9}.border-yellow-200\/90{border-color:#fef08ae6}.border-yellow-200\/95{border-color:#fef08af2}.border-yellow-300{--tw-border-opacity: 1;border-color:rgb(253 224 71 / var(--tw-border-opacity, 1))}.border-yellow-300\/0{border-color:#fde04700}.border-yellow-300\/10{border-color:#fde0471a}.border-yellow-300\/100{border-color:#fde047}.border-yellow-300\/15{border-color:#fde04726}.border-yellow-300\/20{border-color:#fde04733}.border-yellow-300\/25{border-color:#fde04740}.border-yellow-300\/30{border-color:#fde0474d}.border-yellow-300\/35{border-color:#fde04759}.border-yellow-300\/40{border-color:#fde04766}.border-yellow-300\/45{border-color:#fde04773}.border-yellow-300\/5{border-color:#fde0470d}.border-yellow-300\/50{border-color:#fde04780}.border-yellow-300\/55{border-color:#fde0478c}.border-yellow-300\/60{border-color:#fde04799}.border-yellow-300\/65{border-color:#fde047a6}.border-yellow-300\/70{border-color:#fde047b3}.border-yellow-300\/75{border-color:#fde047bf}.border-yellow-300\/80{border-color:#fde047cc}.border-yellow-300\/85{border-color:#fde047d9}.border-yellow-300\/90{border-color:#fde047e6}.border-yellow-300\/95{border-color:#fde047f2}.border-yellow-400{--tw-border-opacity: 1;border-color:rgb(250 204 21 / var(--tw-border-opacity, 1))}.border-yellow-400\/0{border-color:#facc1500}.border-yellow-400\/10{border-color:#facc151a}.border-yellow-400\/100{border-color:#facc15}.border-yellow-400\/15{border-color:#facc1526}.border-yellow-400\/20{border-color:#facc1533}.border-yellow-400\/25{border-color:#facc1540}.border-yellow-400\/30{border-color:#facc154d}.border-yellow-400\/35{border-color:#facc1559}.border-yellow-400\/40{border-color:#facc1566}.border-yellow-400\/45{border-color:#facc1573}.border-yellow-400\/5{border-color:#facc150d}.border-yellow-400\/50{border-color:#facc1580}.border-yellow-400\/55{border-color:#facc158c}.border-yellow-400\/60{border-color:#facc1599}.border-yellow-400\/65{border-color:#facc15a6}.border-yellow-400\/70{border-color:#facc15b3}.border-yellow-400\/75{border-color:#facc15bf}.border-yellow-400\/80{border-color:#facc15cc}.border-yellow-400\/85{border-color:#facc15d9}.border-yellow-400\/90{border-color:#facc15e6}.border-yellow-400\/95{border-color:#facc15f2}.border-yellow-50{--tw-border-opacity: 1;border-color:rgb(254 252 232 / var(--tw-border-opacity, 1))}.border-yellow-50\/0{border-color:#fefce800}.border-yellow-50\/10{border-color:#fefce81a}.border-yellow-50\/100{border-color:#fefce8}.border-yellow-50\/15{border-color:#fefce826}.border-yellow-50\/20{border-color:#fefce833}.border-yellow-50\/25{border-color:#fefce840}.border-yellow-50\/30{border-color:#fefce84d}.border-yellow-50\/35{border-color:#fefce859}.border-yellow-50\/40{border-color:#fefce866}.border-yellow-50\/45{border-color:#fefce873}.border-yellow-50\/5{border-color:#fefce80d}.border-yellow-50\/50{border-color:#fefce880}.border-yellow-50\/55{border-color:#fefce88c}.border-yellow-50\/60{border-color:#fefce899}.border-yellow-50\/65{border-color:#fefce8a6}.border-yellow-50\/70{border-color:#fefce8b3}.border-yellow-50\/75{border-color:#fefce8bf}.border-yellow-50\/80{border-color:#fefce8cc}.border-yellow-50\/85{border-color:#fefce8d9}.border-yellow-50\/90{border-color:#fefce8e6}.border-yellow-50\/95{border-color:#fefce8f2}.border-yellow-500{--tw-border-opacity: 1;border-color:rgb(234 179 8 / var(--tw-border-opacity, 1))}.border-yellow-500\/0{border-color:#eab30800}.border-yellow-500\/10{border-color:#eab3081a}.border-yellow-500\/100{border-color:#eab308}.border-yellow-500\/15{border-color:#eab30826}.border-yellow-500\/20{border-color:#eab30833}.border-yellow-500\/25{border-color:#eab30840}.border-yellow-500\/30{border-color:#eab3084d}.border-yellow-500\/35{border-color:#eab30859}.border-yellow-500\/40{border-color:#eab30866}.border-yellow-500\/45{border-color:#eab30873}.border-yellow-500\/5{border-color:#eab3080d}.border-yellow-500\/50{border-color:#eab30880}.border-yellow-500\/55{border-color:#eab3088c}.border-yellow-500\/60{border-color:#eab30899}.border-yellow-500\/65{border-color:#eab308a6}.border-yellow-500\/70{border-color:#eab308b3}.border-yellow-500\/75{border-color:#eab308bf}.border-yellow-500\/80{border-color:#eab308cc}.border-yellow-500\/85{border-color:#eab308d9}.border-yellow-500\/90{border-color:#eab308e6}.border-yellow-500\/95{border-color:#eab308f2}.border-yellow-600{--tw-border-opacity: 1;border-color:rgb(202 138 4 / var(--tw-border-opacity, 1))}.border-yellow-600\/0{border-color:#ca8a0400}.border-yellow-600\/10{border-color:#ca8a041a}.border-yellow-600\/100{border-color:#ca8a04}.border-yellow-600\/15{border-color:#ca8a0426}.border-yellow-600\/20{border-color:#ca8a0433}.border-yellow-600\/25{border-color:#ca8a0440}.border-yellow-600\/30{border-color:#ca8a044d}.border-yellow-600\/35{border-color:#ca8a0459}.border-yellow-600\/40{border-color:#ca8a0466}.border-yellow-600\/45{border-color:#ca8a0473}.border-yellow-600\/5{border-color:#ca8a040d}.border-yellow-600\/50{border-color:#ca8a0480}.border-yellow-600\/55{border-color:#ca8a048c}.border-yellow-600\/60{border-color:#ca8a0499}.border-yellow-600\/65{border-color:#ca8a04a6}.border-yellow-600\/70{border-color:#ca8a04b3}.border-yellow-600\/75{border-color:#ca8a04bf}.border-yellow-600\/80{border-color:#ca8a04cc}.border-yellow-600\/85{border-color:#ca8a04d9}.border-yellow-600\/90{border-color:#ca8a04e6}.border-yellow-600\/95{border-color:#ca8a04f2}.border-yellow-700{--tw-border-opacity: 1;border-color:rgb(161 98 7 / var(--tw-border-opacity, 1))}.border-yellow-700\/0{border-color:#a1620700}.border-yellow-700\/10{border-color:#a162071a}.border-yellow-700\/100{border-color:#a16207}.border-yellow-700\/15{border-color:#a1620726}.border-yellow-700\/20{border-color:#a1620733}.border-yellow-700\/25{border-color:#a1620740}.border-yellow-700\/30{border-color:#a162074d}.border-yellow-700\/35{border-color:#a1620759}.border-yellow-700\/40{border-color:#a1620766}.border-yellow-700\/45{border-color:#a1620773}.border-yellow-700\/5{border-color:#a162070d}.border-yellow-700\/50{border-color:#a1620780}.border-yellow-700\/55{border-color:#a162078c}.border-yellow-700\/60{border-color:#a1620799}.border-yellow-700\/65{border-color:#a16207a6}.border-yellow-700\/70{border-color:#a16207b3}.border-yellow-700\/75{border-color:#a16207bf}.border-yellow-700\/80{border-color:#a16207cc}.border-yellow-700\/85{border-color:#a16207d9}.border-yellow-700\/90{border-color:#a16207e6}.border-yellow-700\/95{border-color:#a16207f2}.border-yellow-900{--tw-border-opacity: 1;border-color:rgb(113 63 18 / var(--tw-border-opacity, 1))}.border-yellow-900\/0{border-color:#713f1200}.border-yellow-900\/10{border-color:#713f121a}.border-yellow-900\/100{border-color:#713f12}.border-yellow-900\/15{border-color:#713f1226}.border-yellow-900\/20{border-color:#713f1233}.border-yellow-900\/25{border-color:#713f1240}.border-yellow-900\/30{border-color:#713f124d}.border-yellow-900\/35{border-color:#713f1259}.border-yellow-900\/40{border-color:#713f1266}.border-yellow-900\/45{border-color:#713f1273}.border-yellow-900\/5{border-color:#713f120d}.border-yellow-900\/50{border-color:#713f1280}.border-yellow-900\/55{border-color:#713f128c}.border-yellow-900\/60{border-color:#713f1299}.border-yellow-900\/65{border-color:#713f12a6}.border-yellow-900\/70{border-color:#713f12b3}.border-yellow-900\/75{border-color:#713f12bf}.border-yellow-900\/80{border-color:#713f12cc}.border-yellow-900\/85{border-color:#713f12d9}.border-yellow-900\/90{border-color:#713f12e6}.border-yellow-900\/95{border-color:#713f12f2}.border-l-transparent{border-left-color:transparent}.border-t-transparent{border-top-color:transparent}.bg-\[\#5a4035\]\/90{background-color:#5a4035e6}.bg-\[\#FDFBF9\]{--tw-bg-opacity: 1;background-color:rgb(253 251 249 / var(--tw-bg-opacity, 1))}.bg-accent{background-color:var(--accent)}.bg-amber-100{--tw-bg-opacity: 1;background-color:rgb(254 243 199 / var(--tw-bg-opacity, 1))}.bg-amber-100\/0{background-color:#fef3c700}.bg-amber-100\/10{background-color:#fef3c71a}.bg-amber-100\/100{background-color:#fef3c7}.bg-amber-100\/15{background-color:#fef3c726}.bg-amber-100\/20{background-color:#fef3c733}.bg-amber-100\/25{background-color:#fef3c740}.bg-amber-100\/30{background-color:#fef3c74d}.bg-amber-100\/35{background-color:#fef3c759}.bg-amber-100\/40{background-color:#fef3c766}.bg-amber-100\/45{background-color:#fef3c773}.bg-amber-100\/5{background-color:#fef3c70d}.bg-amber-100\/50{background-color:#fef3c780}.bg-amber-100\/55{background-color:#fef3c78c}.bg-amber-100\/60{background-color:#fef3c799}.bg-amber-100\/65{background-color:#fef3c7a6}.bg-amber-100\/70{background-color:#fef3c7b3}.bg-amber-100\/75{background-color:#fef3c7bf}.bg-amber-100\/80{background-color:#fef3c7cc}.bg-amber-100\/85{background-color:#fef3c7d9}.bg-amber-100\/90{background-color:#fef3c7e6}.bg-amber-100\/95{background-color:#fef3c7f2}.bg-amber-200{--tw-bg-opacity: 1;background-color:rgb(253 230 138 / var(--tw-bg-opacity, 1))}.bg-amber-200\/0{background-color:#fde68a00}.bg-amber-200\/10{background-color:#fde68a1a}.bg-amber-200\/100{background-color:#fde68a}.bg-amber-200\/15{background-color:#fde68a26}.bg-amber-200\/20{background-color:#fde68a33}.bg-amber-200\/25{background-color:#fde68a40}.bg-amber-200\/30{background-color:#fde68a4d}.bg-amber-200\/35{background-color:#fde68a59}.bg-amber-200\/40{background-color:#fde68a66}.bg-amber-200\/45{background-color:#fde68a73}.bg-amber-200\/5{background-color:#fde68a0d}.bg-amber-200\/50{background-color:#fde68a80}.bg-amber-200\/55{background-color:#fde68a8c}.bg-amber-200\/60{background-color:#fde68a99}.bg-amber-200\/65{background-color:#fde68aa6}.bg-amber-200\/70{background-color:#fde68ab3}.bg-amber-200\/75{background-color:#fde68abf}.bg-amber-200\/80{background-color:#fde68acc}.bg-amber-200\/85{background-color:#fde68ad9}.bg-amber-200\/90{background-color:#fde68ae6}.bg-amber-200\/95{background-color:#fde68af2}.bg-amber-300{--tw-bg-opacity: 1;background-color:rgb(252 211 77 / var(--tw-bg-opacity, 1))}.bg-amber-300\/0{background-color:#fcd34d00}.bg-amber-300\/10{background-color:#fcd34d1a}.bg-amber-300\/100{background-color:#fcd34d}.bg-amber-300\/15{background-color:#fcd34d26}.bg-amber-300\/20{background-color:#fcd34d33}.bg-amber-300\/25{background-color:#fcd34d40}.bg-amber-300\/30{background-color:#fcd34d4d}.bg-amber-300\/35{background-color:#fcd34d59}.bg-amber-300\/40{background-color:#fcd34d66}.bg-amber-300\/45{background-color:#fcd34d73}.bg-amber-300\/5{background-color:#fcd34d0d}.bg-amber-300\/50{background-color:#fcd34d80}.bg-amber-300\/55{background-color:#fcd34d8c}.bg-amber-300\/60{background-color:#fcd34d99}.bg-amber-300\/65{background-color:#fcd34da6}.bg-amber-300\/70{background-color:#fcd34db3}.bg-amber-300\/75{background-color:#fcd34dbf}.bg-amber-300\/80{background-color:#fcd34dcc}.bg-amber-300\/85{background-color:#fcd34dd9}.bg-amber-300\/90{background-color:#fcd34de6}.bg-amber-300\/95{background-color:#fcd34df2}.bg-amber-400{--tw-bg-opacity: 1;background-color:rgb(251 191 36 / var(--tw-bg-opacity, 1))}.bg-amber-400\/0{background-color:#fbbf2400}.bg-amber-400\/10{background-color:#fbbf241a}.bg-amber-400\/100{background-color:#fbbf24}.bg-amber-400\/15{background-color:#fbbf2426}.bg-amber-400\/20{background-color:#fbbf2433}.bg-amber-400\/25{background-color:#fbbf2440}.bg-amber-400\/30{background-color:#fbbf244d}.bg-amber-400\/35{background-color:#fbbf2459}.bg-amber-400\/40{background-color:#fbbf2466}.bg-amber-400\/45{background-color:#fbbf2473}.bg-amber-400\/5{background-color:#fbbf240d}.bg-amber-400\/50{background-color:#fbbf2480}.bg-amber-400\/55{background-color:#fbbf248c}.bg-amber-400\/60{background-color:#fbbf2499}.bg-amber-400\/65{background-color:#fbbf24a6}.bg-amber-400\/70{background-color:#fbbf24b3}.bg-amber-400\/75{background-color:#fbbf24bf}.bg-amber-400\/80{background-color:#fbbf24cc}.bg-amber-400\/85{background-color:#fbbf24d9}.bg-amber-400\/90{background-color:#fbbf24e6}.bg-amber-400\/95{background-color:#fbbf24f2}.bg-amber-50{--tw-bg-opacity: 1;background-color:rgb(255 251 235 / var(--tw-bg-opacity, 1))}.bg-amber-50\/0{background-color:#fffbeb00}.bg-amber-50\/10{background-color:#fffbeb1a}.bg-amber-50\/100{background-color:#fffbeb}.bg-amber-50\/15{background-color:#fffbeb26}.bg-amber-50\/20{background-color:#fffbeb33}.bg-amber-50\/25{background-color:#fffbeb40}.bg-amber-50\/30{background-color:#fffbeb4d}.bg-amber-50\/35{background-color:#fffbeb59}.bg-amber-50\/40{background-color:#fffbeb66}.bg-amber-50\/45{background-color:#fffbeb73}.bg-amber-50\/5{background-color:#fffbeb0d}.bg-amber-50\/50{background-color:#fffbeb80}.bg-amber-50\/55{background-color:#fffbeb8c}.bg-amber-50\/60{background-color:#fffbeb99}.bg-amber-50\/65{background-color:#fffbeba6}.bg-amber-50\/70{background-color:#fffbebb3}.bg-amber-50\/75{background-color:#fffbebbf}.bg-amber-50\/80{background-color:#fffbebcc}.bg-amber-50\/85{background-color:#fffbebd9}.bg-amber-50\/90{background-color:#fffbebe6}.bg-amber-50\/95{background-color:#fffbebf2}.bg-amber-500{--tw-bg-opacity: 1;background-color:rgb(245 158 11 / var(--tw-bg-opacity, 1))}.bg-amber-500\/0{background-color:#f59e0b00}.bg-amber-500\/10{background-color:#f59e0b1a}.bg-amber-500\/100{background-color:#f59e0b}.bg-amber-500\/15{background-color:#f59e0b26}.bg-amber-500\/20{background-color:#f59e0b33}.bg-amber-500\/25{background-color:#f59e0b40}.bg-amber-500\/30{background-color:#f59e0b4d}.bg-amber-500\/35{background-color:#f59e0b59}.bg-amber-500\/40{background-color:#f59e0b66}.bg-amber-500\/45{background-color:#f59e0b73}.bg-amber-500\/5{background-color:#f59e0b0d}.bg-amber-500\/50{background-color:#f59e0b80}.bg-amber-500\/55{background-color:#f59e0b8c}.bg-amber-500\/60{background-color:#f59e0b99}.bg-amber-500\/65{background-color:#f59e0ba6}.bg-amber-500\/70{background-color:#f59e0bb3}.bg-amber-500\/75{background-color:#f59e0bbf}.bg-amber-500\/80{background-color:#f59e0bcc}.bg-amber-500\/85{background-color:#f59e0bd9}.bg-amber-500\/90{background-color:#f59e0be6}.bg-amber-500\/95{background-color:#f59e0bf2}.bg-amber-600{--tw-bg-opacity: 1;background-color:rgb(217 119 6 / var(--tw-bg-opacity, 1))}.bg-amber-600\/0{background-color:#d9770600}.bg-amber-600\/10{background-color:#d977061a}.bg-amber-600\/100{background-color:#d97706}.bg-amber-600\/15{background-color:#d9770626}.bg-amber-600\/20{background-color:#d9770633}.bg-amber-600\/25{background-color:#d9770640}.bg-amber-600\/30{background-color:#d977064d}.bg-amber-600\/35{background-color:#d9770659}.bg-amber-600\/40{background-color:#d9770666}.bg-amber-600\/45{background-color:#d9770673}.bg-amber-600\/5{background-color:#d977060d}.bg-amber-600\/50{background-color:#d9770680}.bg-amber-600\/55{background-color:#d977068c}.bg-amber-600\/60{background-color:#d9770699}.bg-amber-600\/65{background-color:#d97706a6}.bg-amber-600\/70{background-color:#d97706b3}.bg-amber-600\/75{background-color:#d97706bf}.bg-amber-600\/80{background-color:#d97706cc}.bg-amber-600\/85{background-color:#d97706d9}.bg-amber-600\/90{background-color:#d97706e6}.bg-amber-600\/95{background-color:#d97706f2}.bg-amber-700{--tw-bg-opacity: 1;background-color:rgb(180 83 9 / var(--tw-bg-opacity, 1))}.bg-amber-700\/0{background-color:#b4530900}.bg-amber-700\/10{background-color:#b453091a}.bg-amber-700\/100{background-color:#b45309}.bg-amber-700\/15{background-color:#b4530926}.bg-amber-700\/20{background-color:#b4530933}.bg-amber-700\/25{background-color:#b4530940}.bg-amber-700\/30{background-color:#b453094d}.bg-amber-700\/35{background-color:#b4530959}.bg-amber-700\/40{background-color:#b4530966}.bg-amber-700\/45{background-color:#b4530973}.bg-amber-700\/5{background-color:#b453090d}.bg-amber-700\/50{background-color:#b4530980}.bg-amber-700\/55{background-color:#b453098c}.bg-amber-700\/60{background-color:#b4530999}.bg-amber-700\/65{background-color:#b45309a6}.bg-amber-700\/70{background-color:#b45309b3}.bg-amber-700\/75{background-color:#b45309bf}.bg-amber-700\/80{background-color:#b45309cc}.bg-amber-700\/85{background-color:#b45309d9}.bg-amber-700\/90{background-color:#b45309e6}.bg-amber-700\/95{background-color:#b45309f2}.bg-amber-800{--tw-bg-opacity: 1;background-color:rgb(146 64 14 / var(--tw-bg-opacity, 1))}.bg-amber-800\/95{background-color:#92400ef2}.bg-amber-900{--tw-bg-opacity: 1;background-color:rgb(120 53 15 / var(--tw-bg-opacity, 1))}.bg-amber-900\/0{background-color:#78350f00}.bg-amber-900\/10{background-color:#78350f1a}.bg-amber-900\/100{background-color:#78350f}.bg-amber-900\/15{background-color:#78350f26}.bg-amber-900\/20{background-color:#78350f33}.bg-amber-900\/25{background-color:#78350f40}.bg-amber-900\/30{background-color:#78350f4d}.bg-amber-900\/35{background-color:#78350f59}.bg-amber-900\/40{background-color:#78350f66}.bg-amber-900\/45{background-color:#78350f73}.bg-amber-900\/5{background-color:#78350f0d}.bg-amber-900\/50{background-color:#78350f80}.bg-amber-900\/55{background-color:#78350f8c}.bg-amber-900\/60{background-color:#78350f99}.bg-amber-900\/65{background-color:#78350fa6}.bg-amber-900\/70{background-color:#78350fb3}.bg-amber-900\/75{background-color:#78350fbf}.bg-amber-900\/80{background-color:#78350fcc}.bg-amber-900\/85{background-color:#78350fd9}.bg-amber-900\/90{background-color:#78350fe6}.bg-amber-900\/95{background-color:#78350ff2}.bg-background{background-color:var(--background)}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-black\/20{background-color:#0003}.bg-black\/5{background-color:#0000000d}.bg-black\/50{background-color:#00000080}.bg-black\/85{background-color:#000000d9}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.bg-blue-100\/20{background-color:#dbeafe33}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.bg-border{background-color:var(--border)}.bg-card{background-color:var(--card)}.bg-destructive{background-color:var(--destructive)}.bg-emerald-100{--tw-bg-opacity: 1;background-color:rgb(209 250 229 / var(--tw-bg-opacity, 1))}.bg-foreground{background-color:var(--foreground)}.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-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-400{--tw-bg-opacity: 1;background-color:rgb(74 222 128 / var(--tw-bg-opacity, 1))}.bg-green-400\/10{background-color:#4ade801a}.bg-green-50{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}.bg-green-600{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}.bg-indigo-100{--tw-bg-opacity: 1;background-color:rgb(224 231 255 / var(--tw-bg-opacity, 1))}.bg-muted{background-color:var(--muted)}.bg-neutral-700{--tw-bg-opacity: 1;background-color:rgb(64 64 64 / var(--tw-bg-opacity, 1))}.bg-neutral-900{--tw-bg-opacity: 1;background-color:rgb(23 23 23 / var(--tw-bg-opacity, 1))}.bg-neutral-900\/80{background-color:#171717cc}.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-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-orange-950\/30{background-color:#4314074d}.bg-popover{background-color:var(--popover)}.bg-primary{background-color:var(--primary)}.bg-purple-500{--tw-bg-opacity: 1;background-color:rgb(168 85 247 / var(--tw-bg-opacity, 1))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.bg-red-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.bg-rose-100{--tw-bg-opacity: 1;background-color:rgb(255 228 230 / var(--tw-bg-opacity, 1))}.bg-secondary{background-color:var(--secondary)}.bg-sidebar{background-color:var(--sidebar)}.bg-sidebar-border{background-color:var(--sidebar-border)}.bg-slate-100{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1))}.bg-slate-200{--tw-bg-opacity: 1;background-color:rgb(226 232 240 / var(--tw-bg-opacity, 1))}.bg-slate-50{--tw-bg-opacity: 1;background-color:rgb(248 250 252 / var(--tw-bg-opacity, 1))}.bg-slate-600{--tw-bg-opacity: 1;background-color:rgb(71 85 105 / var(--tw-bg-opacity, 1))}.bg-slate-700{--tw-bg-opacity: 1;background-color:rgb(51 65 85 / var(--tw-bg-opacity, 1))}.bg-slate-700\/95{background-color:#334155f2}.bg-slate-900{--tw-bg-opacity: 1;background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1))}.bg-transparent{background-color:transparent}.bg-violet-500{--tw-bg-opacity: 1;background-color:rgb(139 92 246 / 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\/70{background-color:#ffffffb3}.bg-white\/75{background-color:#ffffffbf}.bg-white\/80{background-color:#fffc}.bg-white\/90{background-color:#ffffffe6}.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-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-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))}.from-\[\#3d2a22\]{--tw-gradient-from: #3d2a22 var(--tw-gradient-from-position);--tw-gradient-to: rgb(61 42 34 / 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-100\/0{--tw-gradient-from: rgb(254 243 199 / 0) 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-100\/10{--tw-gradient-from: rgb(254 243 199 / .1) 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-100\/100{--tw-gradient-from: rgb(254 243 199 / 1) 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-100\/15{--tw-gradient-from: rgb(254 243 199 / .15) 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-100\/20{--tw-gradient-from: rgb(254 243 199 / .2) 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-100\/25{--tw-gradient-from: rgb(254 243 199 / .25) 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-100\/30{--tw-gradient-from: rgb(254 243 199 / .3) 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-100\/35{--tw-gradient-from: rgb(254 243 199 / .35) 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-100\/40{--tw-gradient-from: rgb(254 243 199 / .4) 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-100\/45{--tw-gradient-from: rgb(254 243 199 / .45) 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-100\/5{--tw-gradient-from: rgb(254 243 199 / .05) 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-100\/50{--tw-gradient-from: rgb(254 243 199 / .5) 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-100\/55{--tw-gradient-from: rgb(254 243 199 / .55) 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-100\/60{--tw-gradient-from: rgb(254 243 199 / .6) 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-100\/65{--tw-gradient-from: rgb(254 243 199 / .65) 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-100\/70{--tw-gradient-from: rgb(254 243 199 / .7) 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-100\/75{--tw-gradient-from: rgb(254 243 199 / .75) 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-100\/80{--tw-gradient-from: rgb(254 243 199 / .8) 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-100\/85{--tw-gradient-from: rgb(254 243 199 / .85) 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-100\/90{--tw-gradient-from: rgb(254 243 199 / .9) 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-100\/95{--tw-gradient-from: rgb(254 243 199 / .95) 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-200{--tw-gradient-from: #fde68a var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-200\/0{--tw-gradient-from: rgb(253 230 138 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-200\/10{--tw-gradient-from: rgb(253 230 138 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-200\/100{--tw-gradient-from: rgb(253 230 138 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-200\/15{--tw-gradient-from: rgb(253 230 138 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-200\/20{--tw-gradient-from: rgb(253 230 138 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-200\/25{--tw-gradient-from: rgb(253 230 138 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-200\/30{--tw-gradient-from: rgb(253 230 138 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-200\/35{--tw-gradient-from: rgb(253 230 138 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-200\/40{--tw-gradient-from: rgb(253 230 138 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-200\/45{--tw-gradient-from: rgb(253 230 138 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-200\/5{--tw-gradient-from: rgb(253 230 138 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-200\/50{--tw-gradient-from: rgb(253 230 138 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-200\/55{--tw-gradient-from: rgb(253 230 138 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-200\/60{--tw-gradient-from: rgb(253 230 138 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-200\/65{--tw-gradient-from: rgb(253 230 138 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-200\/70{--tw-gradient-from: rgb(253 230 138 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-200\/75{--tw-gradient-from: rgb(253 230 138 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-200\/80{--tw-gradient-from: rgb(253 230 138 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-200\/85{--tw-gradient-from: rgb(253 230 138 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-200\/90{--tw-gradient-from: rgb(253 230 138 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-200\/95{--tw-gradient-from: rgb(253 230 138 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-300{--tw-gradient-from: #fcd34d var(--tw-gradient-from-position);--tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-300\/0{--tw-gradient-from: rgb(252 211 77 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-300\/10{--tw-gradient-from: rgb(252 211 77 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-300\/100{--tw-gradient-from: rgb(252 211 77 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-300\/15{--tw-gradient-from: rgb(252 211 77 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-300\/20{--tw-gradient-from: rgb(252 211 77 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-300\/25{--tw-gradient-from: rgb(252 211 77 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-300\/30{--tw-gradient-from: rgb(252 211 77 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-300\/35{--tw-gradient-from: rgb(252 211 77 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-300\/40{--tw-gradient-from: rgb(252 211 77 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-300\/45{--tw-gradient-from: rgb(252 211 77 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-300\/5{--tw-gradient-from: rgb(252 211 77 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-300\/50{--tw-gradient-from: rgb(252 211 77 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-300\/55{--tw-gradient-from: rgb(252 211 77 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-300\/60{--tw-gradient-from: rgb(252 211 77 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-300\/65{--tw-gradient-from: rgb(252 211 77 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-300\/70{--tw-gradient-from: rgb(252 211 77 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-300\/75{--tw-gradient-from: rgb(252 211 77 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-300\/80{--tw-gradient-from: rgb(252 211 77 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-300\/85{--tw-gradient-from: rgb(252 211 77 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-300\/90{--tw-gradient-from: rgb(252 211 77 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-300\/95{--tw-gradient-from: rgb(252 211 77 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(252 211 77 / 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-400\/0{--tw-gradient-from: rgb(251 191 36 / 0) 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-400\/10{--tw-gradient-from: rgb(251 191 36 / .1) 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-400\/100{--tw-gradient-from: rgb(251 191 36 / 1) 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-400\/15{--tw-gradient-from: rgb(251 191 36 / .15) 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-400\/20{--tw-gradient-from: rgb(251 191 36 / .2) 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-400\/25{--tw-gradient-from: rgb(251 191 36 / .25) 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-400\/30{--tw-gradient-from: rgb(251 191 36 / .3) 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-400\/35{--tw-gradient-from: rgb(251 191 36 / .35) 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-400\/40{--tw-gradient-from: rgb(251 191 36 / .4) 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-400\/45{--tw-gradient-from: rgb(251 191 36 / .45) 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-400\/5{--tw-gradient-from: rgb(251 191 36 / .05) 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-400\/50{--tw-gradient-from: rgb(251 191 36 / .5) 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-400\/55{--tw-gradient-from: rgb(251 191 36 / .55) 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-400\/60{--tw-gradient-from: rgb(251 191 36 / .6) 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-400\/65{--tw-gradient-from: rgb(251 191 36 / .65) 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-400\/70{--tw-gradient-from: rgb(251 191 36 / .7) 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-400\/75{--tw-gradient-from: rgb(251 191 36 / .75) 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-400\/80{--tw-gradient-from: rgb(251 191 36 / .8) 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-400\/85{--tw-gradient-from: rgb(251 191 36 / .85) 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-400\/90{--tw-gradient-from: rgb(251 191 36 / .9) 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-400\/95{--tw-gradient-from: rgb(251 191 36 / .95) 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-amber-50\/0{--tw-gradient-from: rgb(255 251 235 / 0) 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-amber-50\/10{--tw-gradient-from: rgb(255 251 235 / .1) 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-amber-50\/100{--tw-gradient-from: rgb(255 251 235 / 1) 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-amber-50\/15{--tw-gradient-from: rgb(255 251 235 / .15) 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-amber-50\/20{--tw-gradient-from: rgb(255 251 235 / .2) 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-amber-50\/25{--tw-gradient-from: rgb(255 251 235 / .25) 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-amber-50\/30{--tw-gradient-from: rgb(255 251 235 / .3) 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-amber-50\/35{--tw-gradient-from: rgb(255 251 235 / .35) 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-amber-50\/40{--tw-gradient-from: rgb(255 251 235 / .4) 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-amber-50\/45{--tw-gradient-from: rgb(255 251 235 / .45) 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-amber-50\/5{--tw-gradient-from: rgb(255 251 235 / .05) 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-amber-50\/50{--tw-gradient-from: rgb(255 251 235 / .5) 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-amber-50\/55{--tw-gradient-from: rgb(255 251 235 / .55) 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-amber-50\/60{--tw-gradient-from: rgb(255 251 235 / .6) 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-amber-50\/65{--tw-gradient-from: rgb(255 251 235 / .65) 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-amber-50\/70{--tw-gradient-from: rgb(255 251 235 / .7) 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-amber-50\/75{--tw-gradient-from: rgb(255 251 235 / .75) 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-amber-50\/80{--tw-gradient-from: rgb(255 251 235 / .8) 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-amber-50\/85{--tw-gradient-from: rgb(255 251 235 / .85) 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-amber-50\/90{--tw-gradient-from: rgb(255 251 235 / .9) 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-amber-50\/95{--tw-gradient-from: rgb(255 251 235 / .95) 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-amber-500{--tw-gradient-from: #f59e0b var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-500\/0{--tw-gradient-from: rgb(245 158 11 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-500\/10{--tw-gradient-from: rgb(245 158 11 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-500\/100{--tw-gradient-from: rgb(245 158 11 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-500\/15{--tw-gradient-from: rgb(245 158 11 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-500\/20{--tw-gradient-from: rgb(245 158 11 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-500\/25{--tw-gradient-from: rgb(245 158 11 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-500\/30{--tw-gradient-from: rgb(245 158 11 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-500\/35{--tw-gradient-from: rgb(245 158 11 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-500\/40{--tw-gradient-from: rgb(245 158 11 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-500\/45{--tw-gradient-from: rgb(245 158 11 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-500\/5{--tw-gradient-from: rgb(245 158 11 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-500\/50{--tw-gradient-from: rgb(245 158 11 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-500\/55{--tw-gradient-from: rgb(245 158 11 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-500\/60{--tw-gradient-from: rgb(245 158 11 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-500\/65{--tw-gradient-from: rgb(245 158 11 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-500\/70{--tw-gradient-from: rgb(245 158 11 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-500\/75{--tw-gradient-from: rgb(245 158 11 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-500\/80{--tw-gradient-from: rgb(245 158 11 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-500\/85{--tw-gradient-from: rgb(245 158 11 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-500\/90{--tw-gradient-from: rgb(245 158 11 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-500\/95{--tw-gradient-from: rgb(245 158 11 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-600{--tw-gradient-from: #d97706 var(--tw-gradient-from-position);--tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-600\/0{--tw-gradient-from: rgb(217 119 6 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-600\/10{--tw-gradient-from: rgb(217 119 6 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-600\/100{--tw-gradient-from: rgb(217 119 6 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-600\/15{--tw-gradient-from: rgb(217 119 6 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-600\/20{--tw-gradient-from: rgb(217 119 6 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-600\/25{--tw-gradient-from: rgb(217 119 6 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-600\/30{--tw-gradient-from: rgb(217 119 6 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-600\/35{--tw-gradient-from: rgb(217 119 6 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-600\/40{--tw-gradient-from: rgb(217 119 6 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-600\/45{--tw-gradient-from: rgb(217 119 6 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-600\/5{--tw-gradient-from: rgb(217 119 6 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-600\/50{--tw-gradient-from: rgb(217 119 6 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-600\/55{--tw-gradient-from: rgb(217 119 6 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-600\/60{--tw-gradient-from: rgb(217 119 6 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-600\/65{--tw-gradient-from: rgb(217 119 6 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-600\/70{--tw-gradient-from: rgb(217 119 6 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-600\/75{--tw-gradient-from: rgb(217 119 6 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-600\/80{--tw-gradient-from: rgb(217 119 6 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-600\/85{--tw-gradient-from: rgb(217 119 6 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-600\/90{--tw-gradient-from: rgb(217 119 6 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-600\/95{--tw-gradient-from: rgb(217 119 6 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-700{--tw-gradient-from: #b45309 var(--tw-gradient-from-position);--tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-700\/0{--tw-gradient-from: rgb(180 83 9 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-700\/10{--tw-gradient-from: rgb(180 83 9 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-700\/100{--tw-gradient-from: rgb(180 83 9 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-700\/15{--tw-gradient-from: rgb(180 83 9 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-700\/20{--tw-gradient-from: rgb(180 83 9 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-700\/25{--tw-gradient-from: rgb(180 83 9 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-700\/30{--tw-gradient-from: rgb(180 83 9 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-700\/35{--tw-gradient-from: rgb(180 83 9 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-700\/40{--tw-gradient-from: rgb(180 83 9 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-700\/45{--tw-gradient-from: rgb(180 83 9 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-700\/5{--tw-gradient-from: rgb(180 83 9 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-700\/50{--tw-gradient-from: rgb(180 83 9 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-700\/55{--tw-gradient-from: rgb(180 83 9 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-700\/60{--tw-gradient-from: rgb(180 83 9 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-700\/65{--tw-gradient-from: rgb(180 83 9 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-700\/70{--tw-gradient-from: rgb(180 83 9 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-700\/75{--tw-gradient-from: rgb(180 83 9 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-700\/80{--tw-gradient-from: rgb(180 83 9 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-700\/85{--tw-gradient-from: rgb(180 83 9 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-700\/90{--tw-gradient-from: rgb(180 83 9 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-700\/95{--tw-gradient-from: rgb(180 83 9 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-900{--tw-gradient-from: #78350f var(--tw-gradient-from-position);--tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-900\/0{--tw-gradient-from: rgb(120 53 15 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-900\/10{--tw-gradient-from: rgb(120 53 15 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-900\/100{--tw-gradient-from: rgb(120 53 15 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-900\/15{--tw-gradient-from: rgb(120 53 15 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-900\/20{--tw-gradient-from: rgb(120 53 15 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-900\/25{--tw-gradient-from: rgb(120 53 15 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-900\/30{--tw-gradient-from: rgb(120 53 15 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-900\/35{--tw-gradient-from: rgb(120 53 15 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-900\/40{--tw-gradient-from: rgb(120 53 15 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-900\/45{--tw-gradient-from: rgb(120 53 15 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-900\/5{--tw-gradient-from: rgb(120 53 15 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-900\/50{--tw-gradient-from: rgb(120 53 15 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-900\/55{--tw-gradient-from: rgb(120 53 15 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-900\/60{--tw-gradient-from: rgb(120 53 15 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-900\/65{--tw-gradient-from: rgb(120 53 15 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-900\/70{--tw-gradient-from: rgb(120 53 15 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-900\/75{--tw-gradient-from: rgb(120 53 15 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-900\/80{--tw-gradient-from: rgb(120 53 15 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-900\/85{--tw-gradient-from: rgb(120 53 15 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-900\/90{--tw-gradient-from: rgb(120 53 15 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-900\/95{--tw-gradient-from: rgb(120 53 15 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-black\/40{--tw-gradient-from: rgb(0 0 0 / .4) 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\/80{--tw-gradient-from: rgb(0 0 0 / .8) 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-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-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-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-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-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-slate-300{--tw-gradient-from: #cbd5e1 var(--tw-gradient-from-position);--tw-gradient-to: rgb(203 213 225 / 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-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-\[\#2a1c17\]{--tw-gradient-to: rgb(42 28 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #2a1c17 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-100{--tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #fef3c7 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-100\/0{--tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 243 199 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-100\/10{--tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 243 199 / .1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-100\/100{--tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 243 199 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-100\/15{--tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 243 199 / .15) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-100\/20{--tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 243 199 / .2) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-100\/25{--tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 243 199 / .25) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-100\/30{--tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 243 199 / .3) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-100\/35{--tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 243 199 / .35) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-100\/40{--tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 243 199 / .4) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-100\/45{--tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 243 199 / .45) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-100\/5{--tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 243 199 / .05) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-100\/50{--tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 243 199 / .5) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-100\/55{--tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 243 199 / .55) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-100\/60{--tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 243 199 / .6) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-100\/65{--tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 243 199 / .65) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-100\/70{--tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 243 199 / .7) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-100\/75{--tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 243 199 / .75) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-100\/80{--tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 243 199 / .8) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-100\/85{--tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 243 199 / .85) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-100\/90{--tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 243 199 / .9) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-100\/95{--tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 243 199 / .95) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-200{--tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #fde68a var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-200\/0{--tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 230 138 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-200\/10{--tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 230 138 / .1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-200\/100{--tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 230 138 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-200\/15{--tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 230 138 / .15) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-200\/20{--tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 230 138 / .2) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-200\/25{--tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 230 138 / .25) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-200\/30{--tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 230 138 / .3) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-200\/35{--tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 230 138 / .35) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-200\/40{--tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 230 138 / .4) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-200\/45{--tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 230 138 / .45) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-200\/5{--tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 230 138 / .05) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-200\/50{--tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 230 138 / .5) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-200\/55{--tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 230 138 / .55) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-200\/60{--tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 230 138 / .6) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-200\/65{--tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 230 138 / .65) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-200\/70{--tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 230 138 / .7) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-200\/75{--tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 230 138 / .75) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-200\/80{--tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 230 138 / .8) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-200\/85{--tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 230 138 / .85) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-200\/90{--tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 230 138 / .9) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-200\/95{--tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 230 138 / .95) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-300{--tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #fcd34d var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-300\/0{--tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 77 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-300\/10{--tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 77 / .1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-300\/100{--tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 77 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-300\/15{--tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 77 / .15) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-300\/20{--tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 77 / .2) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-300\/25{--tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 77 / .25) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-300\/30{--tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 77 / .3) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-300\/35{--tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 77 / .35) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-300\/40{--tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 77 / .4) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-300\/45{--tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 77 / .45) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-300\/5{--tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 77 / .05) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-300\/50{--tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 77 / .5) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-300\/55{--tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 77 / .55) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-300\/60{--tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 77 / .6) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-300\/65{--tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 77 / .65) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-300\/70{--tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 77 / .7) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-300\/75{--tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 77 / .75) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-300\/80{--tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 77 / .8) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-300\/85{--tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 77 / .85) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-300\/90{--tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 77 / .9) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-300\/95{--tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 77 / .95) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-400{--tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #fbbf24 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-400\/0{--tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(251 191 36 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-400\/10{--tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(251 191 36 / .1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-400\/100{--tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(251 191 36 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-400\/15{--tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(251 191 36 / .15) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-400\/20{--tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(251 191 36 / .2) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-400\/25{--tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(251 191 36 / .25) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-400\/30{--tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(251 191 36 / .3) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-400\/35{--tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(251 191 36 / .35) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-400\/40{--tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(251 191 36 / .4) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-400\/45{--tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(251 191 36 / .45) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-400\/5{--tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(251 191 36 / .05) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-400\/50{--tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(251 191 36 / .5) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-400\/55{--tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(251 191 36 / .55) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-400\/60{--tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(251 191 36 / .6) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-400\/65{--tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(251 191 36 / .65) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-400\/70{--tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(251 191 36 / .7) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-400\/75{--tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(251 191 36 / .75) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-400\/80{--tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(251 191 36 / .8) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-400\/85{--tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(251 191 36 / .85) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-400\/90{--tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(251 191 36 / .9) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-400\/95{--tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(251 191 36 / .95) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-50{--tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #fffbeb var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-50\/0{--tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 235 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-50\/10{--tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 235 / .1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-50\/100{--tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 235 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-50\/15{--tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 235 / .15) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-50\/20{--tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 235 / .2) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-50\/25{--tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 235 / .25) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-50\/30{--tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 235 / .3) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-50\/35{--tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 235 / .35) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-50\/40{--tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 235 / .4) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-50\/45{--tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 235 / .45) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-50\/5{--tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 235 / .05) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-50\/50{--tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 235 / .5) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-50\/55{--tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 235 / .55) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-50\/60{--tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 235 / .6) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-50\/65{--tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 235 / .65) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-50\/70{--tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 235 / .7) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-50\/75{--tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 235 / .75) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-50\/80{--tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 235 / .8) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-50\/85{--tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 235 / .85) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-50\/90{--tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 235 / .9) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-50\/95{--tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 235 / .95) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-500{--tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #f59e0b var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-500\/0{--tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(245 158 11 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-500\/10{--tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(245 158 11 / .1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-500\/100{--tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(245 158 11 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-500\/15{--tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(245 158 11 / .15) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-500\/20{--tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(245 158 11 / .2) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-500\/25{--tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(245 158 11 / .25) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-500\/30{--tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(245 158 11 / .3) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-500\/35{--tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(245 158 11 / .35) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-500\/40{--tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(245 158 11 / .4) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-500\/45{--tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(245 158 11 / .45) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-500\/5{--tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(245 158 11 / .05) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-500\/50{--tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(245 158 11 / .5) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-500\/55{--tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(245 158 11 / .55) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-500\/60{--tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(245 158 11 / .6) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-500\/65{--tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(245 158 11 / .65) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-500\/70{--tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(245 158 11 / .7) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-500\/75{--tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(245 158 11 / .75) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-500\/80{--tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(245 158 11 / .8) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-500\/85{--tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(245 158 11 / .85) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-500\/90{--tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(245 158 11 / .9) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-500\/95{--tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(245 158 11 / .95) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-600{--tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #d97706 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-600\/0{--tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(217 119 6 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-600\/10{--tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(217 119 6 / .1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-600\/100{--tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(217 119 6 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-600\/15{--tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(217 119 6 / .15) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-600\/20{--tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(217 119 6 / .2) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-600\/25{--tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(217 119 6 / .25) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-600\/30{--tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(217 119 6 / .3) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-600\/35{--tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(217 119 6 / .35) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-600\/40{--tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(217 119 6 / .4) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-600\/45{--tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(217 119 6 / .45) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-600\/5{--tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(217 119 6 / .05) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-600\/50{--tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(217 119 6 / .5) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-600\/55{--tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(217 119 6 / .55) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-600\/60{--tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(217 119 6 / .6) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-600\/65{--tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(217 119 6 / .65) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-600\/70{--tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(217 119 6 / .7) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-600\/75{--tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(217 119 6 / .75) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-600\/80{--tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(217 119 6 / .8) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-600\/85{--tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(217 119 6 / .85) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-600\/90{--tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(217 119 6 / .9) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-600\/95{--tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(217 119 6 / .95) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-700{--tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #b45309 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-700\/0{--tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(180 83 9 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-700\/10{--tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(180 83 9 / .1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-700\/100{--tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(180 83 9 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-700\/15{--tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(180 83 9 / .15) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-700\/20{--tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(180 83 9 / .2) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-700\/25{--tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(180 83 9 / .25) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-700\/30{--tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(180 83 9 / .3) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-700\/35{--tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(180 83 9 / .35) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-700\/40{--tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(180 83 9 / .4) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-700\/45{--tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(180 83 9 / .45) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-700\/5{--tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(180 83 9 / .05) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-700\/50{--tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(180 83 9 / .5) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-700\/55{--tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(180 83 9 / .55) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-700\/60{--tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(180 83 9 / .6) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-700\/65{--tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(180 83 9 / .65) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-700\/70{--tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(180 83 9 / .7) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-700\/75{--tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(180 83 9 / .75) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-700\/80{--tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(180 83 9 / .8) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-700\/85{--tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(180 83 9 / .85) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-700\/90{--tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(180 83 9 / .9) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-700\/95{--tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(180 83 9 / .95) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-900{--tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #78350f var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-900\/0{--tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(120 53 15 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-900\/10{--tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(120 53 15 / .1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-900\/100{--tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(120 53 15 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-900\/15{--tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(120 53 15 / .15) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-900\/20{--tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(120 53 15 / .2) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-900\/25{--tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(120 53 15 / .25) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-900\/30{--tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(120 53 15 / .3) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-900\/35{--tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(120 53 15 / .35) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-900\/40{--tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(120 53 15 / .4) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-900\/45{--tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(120 53 15 / .45) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-900\/5{--tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(120 53 15 / .05) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-900\/50{--tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(120 53 15 / .5) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-900\/55{--tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(120 53 15 / .55) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-900\/60{--tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(120 53 15 / .6) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-900\/65{--tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(120 53 15 / .65) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-900\/70{--tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(120 53 15 / .7) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-900\/75{--tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(120 53 15 / .75) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-900\/80{--tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(120 53 15 / .8) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-900\/85{--tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(120 53 15 / .85) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-900\/90{--tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(120 53 15 / .9) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-900\/95{--tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(120 53 15 / .95) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-black\/20{--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / .2) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-100{--tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #f3f4f6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-100\/0{--tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(243 244 246 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-100\/10{--tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(243 244 246 / .1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-100\/100{--tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(243 244 246 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-100\/15{--tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(243 244 246 / .15) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-100\/20{--tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(243 244 246 / .2) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-100\/25{--tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(243 244 246 / .25) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-100\/30{--tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(243 244 246 / .3) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-100\/35{--tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(243 244 246 / .35) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-100\/40{--tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(243 244 246 / .4) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-100\/45{--tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(243 244 246 / .45) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-100\/5{--tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(243 244 246 / .05) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-100\/50{--tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(243 244 246 / .5) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-100\/55{--tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(243 244 246 / .55) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-100\/60{--tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(243 244 246 / .6) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-100\/65{--tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(243 244 246 / .65) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-100\/70{--tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(243 244 246 / .7) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-100\/75{--tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(243 244 246 / .75) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-100\/80{--tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(243 244 246 / .8) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-100\/85{--tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(243 244 246 / .85) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-100\/90{--tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(243 244 246 / .9) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-100\/95{--tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(243 244 246 / .95) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-200{--tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #e5e7eb var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-200\/0{--tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(229 231 235 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-200\/10{--tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(229 231 235 / .1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-200\/100{--tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(229 231 235 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-200\/15{--tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(229 231 235 / .15) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-200\/20{--tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(229 231 235 / .2) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-200\/25{--tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(229 231 235 / .25) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-200\/30{--tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(229 231 235 / .3) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-200\/35{--tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(229 231 235 / .35) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-200\/40{--tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(229 231 235 / .4) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-200\/45{--tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(229 231 235 / .45) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-200\/5{--tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(229 231 235 / .05) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-200\/50{--tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(229 231 235 / .5) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-200\/55{--tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(229 231 235 / .55) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-200\/60{--tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(229 231 235 / .6) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-200\/65{--tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(229 231 235 / .65) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-200\/70{--tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(229 231 235 / .7) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-200\/75{--tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(229 231 235 / .75) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-200\/80{--tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(229 231 235 / .8) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-200\/85{--tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(229 231 235 / .85) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-200\/90{--tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(229 231 235 / .9) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-200\/95{--tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(229 231 235 / .95) 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-gray-300\/0{--tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(209 213 219 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-300\/10{--tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(209 213 219 / .1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-300\/100{--tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(209 213 219 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-300\/15{--tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(209 213 219 / .15) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-300\/20{--tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(209 213 219 / .2) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-300\/25{--tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(209 213 219 / .25) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-300\/30{--tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(209 213 219 / .3) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-300\/35{--tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(209 213 219 / .35) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-300\/40{--tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(209 213 219 / .4) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-300\/45{--tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(209 213 219 / .45) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-300\/5{--tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(209 213 219 / .05) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-300\/50{--tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(209 213 219 / .5) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-300\/55{--tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(209 213 219 / .55) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-300\/60{--tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(209 213 219 / .6) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-300\/65{--tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(209 213 219 / .65) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-300\/70{--tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(209 213 219 / .7) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-300\/75{--tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(209 213 219 / .75) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-300\/80{--tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(209 213 219 / .8) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-300\/85{--tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(209 213 219 / .85) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-300\/90{--tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(209 213 219 / .9) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-300\/95{--tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(209 213 219 / .95) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-400{--tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #9ca3af var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-400\/0{--tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(156 163 175 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-400\/10{--tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(156 163 175 / .1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-400\/100{--tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(156 163 175 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-400\/15{--tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(156 163 175 / .15) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-400\/20{--tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(156 163 175 / .2) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-400\/25{--tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(156 163 175 / .25) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-400\/30{--tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(156 163 175 / .3) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-400\/35{--tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(156 163 175 / .35) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-400\/40{--tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(156 163 175 / .4) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-400\/45{--tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(156 163 175 / .45) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-400\/5{--tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(156 163 175 / .05) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-400\/50{--tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(156 163 175 / .5) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-400\/55{--tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(156 163 175 / .55) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-400\/60{--tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(156 163 175 / .6) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-400\/65{--tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(156 163 175 / .65) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-400\/70{--tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(156 163 175 / .7) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-400\/75{--tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(156 163 175 / .75) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-400\/80{--tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(156 163 175 / .8) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-400\/85{--tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(156 163 175 / .85) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-400\/90{--tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(156 163 175 / .9) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-400\/95{--tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(156 163 175 / .95) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-50{--tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #f9fafb var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-50\/0{--tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(249 250 251 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-50\/10{--tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(249 250 251 / .1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-50\/100{--tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(249 250 251 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-50\/15{--tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(249 250 251 / .15) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-50\/20{--tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(249 250 251 / .2) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-50\/25{--tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(249 250 251 / .25) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-50\/30{--tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(249 250 251 / .3) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-50\/35{--tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(249 250 251 / .35) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-50\/40{--tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(249 250 251 / .4) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-50\/45{--tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(249 250 251 / .45) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-50\/5{--tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(249 250 251 / .05) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-50\/50{--tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(249 250 251 / .5) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-50\/55{--tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(249 250 251 / .55) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-50\/60{--tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(249 250 251 / .6) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-50\/65{--tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(249 250 251 / .65) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-50\/70{--tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(249 250 251 / .7) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-50\/75{--tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(249 250 251 / .75) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-50\/80{--tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(249 250 251 / .8) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-50\/85{--tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(249 250 251 / .85) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-50\/90{--tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(249 250 251 / .9) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-50\/95{--tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(249 250 251 / .95) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-500{--tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #6b7280 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-500\/0{--tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(107 114 128 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-500\/10{--tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(107 114 128 / .1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-500\/100{--tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(107 114 128 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-500\/15{--tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(107 114 128 / .15) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-500\/20{--tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(107 114 128 / .2) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-500\/25{--tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(107 114 128 / .25) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-500\/30{--tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(107 114 128 / .3) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-500\/35{--tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(107 114 128 / .35) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-500\/40{--tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(107 114 128 / .4) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-500\/45{--tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(107 114 128 / .45) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-500\/5{--tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(107 114 128 / .05) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-500\/50{--tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(107 114 128 / .5) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-500\/55{--tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(107 114 128 / .55) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-500\/60{--tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(107 114 128 / .6) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-500\/65{--tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(107 114 128 / .65) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-500\/70{--tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(107 114 128 / .7) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-500\/75{--tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(107 114 128 / .75) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-500\/80{--tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(107 114 128 / .8) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-500\/85{--tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(107 114 128 / .85) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-500\/90{--tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(107 114 128 / .9) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-500\/95{--tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(107 114 128 / .95) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-600{--tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #4b5563 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-600\/0{--tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(75 85 99 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-600\/10{--tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(75 85 99 / .1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-600\/100{--tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(75 85 99 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-600\/15{--tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(75 85 99 / .15) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-600\/20{--tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(75 85 99 / .2) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-600\/25{--tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(75 85 99 / .25) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-600\/30{--tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(75 85 99 / .3) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-600\/35{--tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(75 85 99 / .35) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-600\/40{--tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(75 85 99 / .4) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-600\/45{--tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(75 85 99 / .45) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-600\/5{--tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(75 85 99 / .05) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-600\/50{--tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(75 85 99 / .5) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-600\/55{--tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(75 85 99 / .55) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-600\/60{--tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(75 85 99 / .6) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-600\/65{--tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(75 85 99 / .65) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-600\/70{--tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(75 85 99 / .7) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-600\/75{--tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(75 85 99 / .75) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-600\/80{--tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(75 85 99 / .8) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-600\/85{--tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(75 85 99 / .85) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-600\/90{--tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(75 85 99 / .9) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-600\/95{--tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(75 85 99 / .95) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-700{--tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #374151 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-700\/0{--tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(55 65 81 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-700\/10{--tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(55 65 81 / .1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-700\/100{--tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(55 65 81 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-700\/15{--tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(55 65 81 / .15) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-700\/20{--tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(55 65 81 / .2) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-700\/25{--tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(55 65 81 / .25) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-700\/30{--tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(55 65 81 / .3) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-700\/35{--tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(55 65 81 / .35) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-700\/40{--tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(55 65 81 / .4) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-700\/45{--tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(55 65 81 / .45) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-700\/5{--tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(55 65 81 / .05) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-700\/50{--tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(55 65 81 / .5) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-700\/55{--tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(55 65 81 / .55) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-700\/60{--tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(55 65 81 / .6) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-700\/65{--tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(55 65 81 / .65) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-700\/70{--tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(55 65 81 / .7) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-700\/75{--tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(55 65 81 / .75) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-700\/80{--tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(55 65 81 / .8) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-700\/85{--tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(55 65 81 / .85) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-700\/90{--tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(55 65 81 / .9) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-700\/95{--tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(55 65 81 / .95) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-900{--tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #111827 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-900\/0{--tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(17 24 39 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-900\/10{--tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(17 24 39 / .1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-900\/100{--tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(17 24 39 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-900\/15{--tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(17 24 39 / .15) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-900\/20{--tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(17 24 39 / .2) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-900\/25{--tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(17 24 39 / .25) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-900\/30{--tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(17 24 39 / .3) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-900\/35{--tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(17 24 39 / .35) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-900\/40{--tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(17 24 39 / .4) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-900\/45{--tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(17 24 39 / .45) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-900\/5{--tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(17 24 39 / .05) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-900\/50{--tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(17 24 39 / .5) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-900\/55{--tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(17 24 39 / .55) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-900\/60{--tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(17 24 39 / .6) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-900\/65{--tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(17 24 39 / .65) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-900\/70{--tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(17 24 39 / .7) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-900\/75{--tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(17 24 39 / .75) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-900\/80{--tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(17 24 39 / .8) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-900\/85{--tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(17 24 39 / .85) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-900\/90{--tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(17 24 39 / .9) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-900\/95{--tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(17 24 39 / .95) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-100{--tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #ffedd5 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-100\/0{--tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 237 213 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-100\/10{--tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 237 213 / .1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-100\/100{--tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 237 213 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-100\/15{--tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 237 213 / .15) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-100\/20{--tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 237 213 / .2) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-100\/25{--tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 237 213 / .25) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-100\/30{--tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 237 213 / .3) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-100\/35{--tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 237 213 / .35) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-100\/40{--tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 237 213 / .4) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-100\/45{--tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 237 213 / .45) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-100\/5{--tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 237 213 / .05) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-100\/50{--tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 237 213 / .5) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-100\/55{--tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 237 213 / .55) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-100\/60{--tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 237 213 / .6) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-100\/65{--tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 237 213 / .65) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-100\/70{--tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 237 213 / .7) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-100\/75{--tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 237 213 / .75) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-100\/80{--tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 237 213 / .8) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-100\/85{--tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 237 213 / .85) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-100\/90{--tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 237 213 / .9) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-100\/95{--tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 237 213 / .95) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-200{--tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #fed7aa var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-200\/0{--tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 215 170 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-200\/10{--tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 215 170 / .1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-200\/100{--tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 215 170 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-200\/15{--tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 215 170 / .15) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-200\/20{--tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 215 170 / .2) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-200\/25{--tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 215 170 / .25) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-200\/30{--tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 215 170 / .3) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-200\/35{--tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 215 170 / .35) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-200\/40{--tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 215 170 / .4) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-200\/45{--tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 215 170 / .45) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-200\/5{--tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 215 170 / .05) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-200\/50{--tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 215 170 / .5) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-200\/55{--tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 215 170 / .55) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-200\/60{--tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 215 170 / .6) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-200\/65{--tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 215 170 / .65) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-200\/70{--tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 215 170 / .7) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-200\/75{--tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 215 170 / .75) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-200\/80{--tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 215 170 / .8) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-200\/85{--tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 215 170 / .85) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-200\/90{--tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 215 170 / .9) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-200\/95{--tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 215 170 / .95) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-300{--tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #fdba74 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-300\/0{--tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 186 116 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-300\/10{--tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 186 116 / .1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-300\/100{--tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 186 116 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-300\/15{--tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 186 116 / .15) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-300\/20{--tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 186 116 / .2) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-300\/25{--tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 186 116 / .25) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-300\/30{--tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 186 116 / .3) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-300\/35{--tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 186 116 / .35) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-300\/40{--tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 186 116 / .4) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-300\/45{--tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 186 116 / .45) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-300\/5{--tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 186 116 / .05) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-300\/50{--tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 186 116 / .5) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-300\/55{--tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 186 116 / .55) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-300\/60{--tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 186 116 / .6) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-300\/65{--tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 186 116 / .65) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-300\/70{--tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 186 116 / .7) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-300\/75{--tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 186 116 / .75) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-300\/80{--tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 186 116 / .8) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-300\/85{--tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 186 116 / .85) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-300\/90{--tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 186 116 / .9) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-300\/95{--tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 186 116 / .95) 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-400\/0{--tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(251 146 60 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-400\/10{--tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(251 146 60 / .1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-400\/100{--tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(251 146 60 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-400\/15{--tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(251 146 60 / .15) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-400\/20{--tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(251 146 60 / .2) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-400\/25{--tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(251 146 60 / .25) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-400\/30{--tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(251 146 60 / .3) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-400\/35{--tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(251 146 60 / .35) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-400\/40{--tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(251 146 60 / .4) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-400\/45{--tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(251 146 60 / .45) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-400\/5{--tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(251 146 60 / .05) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-400\/50{--tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(251 146 60 / .5) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-400\/55{--tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(251 146 60 / .55) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-400\/60{--tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(251 146 60 / .6) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-400\/65{--tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(251 146 60 / .65) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-400\/70{--tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(251 146 60 / .7) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-400\/75{--tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(251 146 60 / .75) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-400\/80{--tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(251 146 60 / .8) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-400\/85{--tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(251 146 60 / .85) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-400\/90{--tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(251 146 60 / .9) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-400\/95{--tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(251 146 60 / .95) 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-50\/0{--tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 237 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-50\/10{--tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 237 / .1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-50\/100{--tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 237 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-50\/15{--tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 237 / .15) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-50\/20{--tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 237 / .2) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-50\/25{--tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 237 / .25) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-50\/30{--tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 237 / .3) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-50\/35{--tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 237 / .35) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-50\/40{--tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 237 / .4) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-50\/45{--tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 237 / .45) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-50\/5{--tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 237 / .05) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-50\/50{--tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 237 / .5) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-50\/55{--tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 237 / .55) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-50\/60{--tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 237 / .6) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-50\/65{--tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 237 / .65) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-50\/70{--tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 237 / .7) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-50\/75{--tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 237 / .75) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-50\/80{--tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 237 / .8) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-50\/85{--tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 237 / .85) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-50\/90{--tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 237 / .9) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-50\/95{--tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 237 / .95) 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-orange-500\/0{--tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(249 115 22 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-500\/10{--tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(249 115 22 / .1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-500\/100{--tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(249 115 22 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-500\/15{--tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(249 115 22 / .15) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-500\/20{--tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(249 115 22 / .2) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-500\/25{--tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(249 115 22 / .25) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-500\/30{--tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(249 115 22 / .3) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-500\/35{--tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(249 115 22 / .35) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-500\/40{--tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(249 115 22 / .4) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-500\/45{--tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(249 115 22 / .45) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-500\/5{--tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(249 115 22 / .05) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-500\/50{--tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(249 115 22 / .5) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-500\/55{--tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(249 115 22 / .55) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-500\/60{--tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(249 115 22 / .6) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-500\/65{--tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(249 115 22 / .65) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-500\/70{--tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(249 115 22 / .7) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-500\/75{--tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(249 115 22 / .75) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-500\/80{--tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(249 115 22 / .8) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-500\/85{--tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(249 115 22 / .85) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-500\/90{--tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(249 115 22 / .9) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-500\/95{--tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(249 115 22 / .95) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-600{--tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #ea580c var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-600\/0{--tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(234 88 12 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-600\/10{--tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(234 88 12 / .1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-600\/100{--tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(234 88 12 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-600\/15{--tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(234 88 12 / .15) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-600\/20{--tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(234 88 12 / .2) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-600\/25{--tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(234 88 12 / .25) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-600\/30{--tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(234 88 12 / .3) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-600\/35{--tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(234 88 12 / .35) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-600\/40{--tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(234 88 12 / .4) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-600\/45{--tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(234 88 12 / .45) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-600\/5{--tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(234 88 12 / .05) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-600\/50{--tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(234 88 12 / .5) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-600\/55{--tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(234 88 12 / .55) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-600\/60{--tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(234 88 12 / .6) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-600\/65{--tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(234 88 12 / .65) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-600\/70{--tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(234 88 12 / .7) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-600\/75{--tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(234 88 12 / .75) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-600\/80{--tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(234 88 12 / .8) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-600\/85{--tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(234 88 12 / .85) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-600\/90{--tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(234 88 12 / .9) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-600\/95{--tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(234 88 12 / .95) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-700{--tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #c2410c var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-700\/0{--tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(194 65 12 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-700\/10{--tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(194 65 12 / .1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-700\/100{--tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(194 65 12 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-700\/15{--tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(194 65 12 / .15) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-700\/20{--tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(194 65 12 / .2) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-700\/25{--tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(194 65 12 / .25) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-700\/30{--tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(194 65 12 / .3) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-700\/35{--tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(194 65 12 / .35) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-700\/40{--tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(194 65 12 / .4) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-700\/45{--tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(194 65 12 / .45) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-700\/5{--tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(194 65 12 / .05) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-700\/50{--tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(194 65 12 / .5) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-700\/55{--tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(194 65 12 / .55) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-700\/60{--tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(194 65 12 / .6) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-700\/65{--tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(194 65 12 / .65) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-700\/70{--tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(194 65 12 / .7) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-700\/75{--tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(194 65 12 / .75) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-700\/80{--tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(194 65 12 / .8) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-700\/85{--tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(194 65 12 / .85) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-700\/90{--tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(194 65 12 / .9) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-700\/95{--tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(194 65 12 / .95) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-900{--tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #7c2d12 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-900\/0{--tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(124 45 18 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-900\/10{--tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(124 45 18 / .1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-900\/100{--tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(124 45 18 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-900\/15{--tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(124 45 18 / .15) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-900\/20{--tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(124 45 18 / .2) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-900\/25{--tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(124 45 18 / .25) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-900\/30{--tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(124 45 18 / .3) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-900\/35{--tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(124 45 18 / .35) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-900\/40{--tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(124 45 18 / .4) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-900\/45{--tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(124 45 18 / .45) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-900\/5{--tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(124 45 18 / .05) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-900\/50{--tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(124 45 18 / .5) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-900\/55{--tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(124 45 18 / .55) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-900\/60{--tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(124 45 18 / .6) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-900\/65{--tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(124 45 18 / .65) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-900\/70{--tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(124 45 18 / .7) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-900\/75{--tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(124 45 18 / .75) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-900\/80{--tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(124 45 18 / .8) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-900\/85{--tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(124 45 18 / .85) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-900\/90{--tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(124 45 18 / .9) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-900\/95{--tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(124 45 18 / .95) 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)}.via-yellow-100{--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #fef9c3 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-100\/0{--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-100\/10{--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / .1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-100\/100{--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-100\/15{--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / .15) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-100\/20{--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / .2) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-100\/25{--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / .25) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-100\/30{--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / .3) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-100\/35{--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / .35) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-100\/40{--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / .4) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-100\/45{--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / .45) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-100\/5{--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / .05) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-100\/50{--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / .5) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-100\/55{--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / .55) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-100\/60{--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / .6) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-100\/65{--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / .65) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-100\/70{--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / .7) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-100\/75{--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / .75) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-100\/80{--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / .8) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-100\/85{--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / .85) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-100\/90{--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / .9) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-100\/95{--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / .95) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-200{--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #fef08a var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-200\/0{--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-200\/10{--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / .1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-200\/100{--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-200\/15{--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / .15) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-200\/20{--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / .2) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-200\/25{--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / .25) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-200\/30{--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / .3) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-200\/35{--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / .35) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-200\/40{--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / .4) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-200\/45{--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / .45) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-200\/5{--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / .05) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-200\/50{--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / .5) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-200\/55{--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / .55) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-200\/60{--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / .6) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-200\/65{--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / .65) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-200\/70{--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / .7) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-200\/75{--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / .75) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-200\/80{--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / .8) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-200\/85{--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / .85) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-200\/90{--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / .9) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-200\/95{--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / .95) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-300{--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #fde047 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-300\/0{--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-300\/10{--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / .1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-300\/100{--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-300\/15{--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / .15) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-300\/20{--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / .2) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-300\/25{--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / .25) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-300\/30{--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / .3) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-300\/35{--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / .35) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-300\/40{--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / .4) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-300\/45{--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / .45) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-300\/5{--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / .05) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-300\/50{--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / .5) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-300\/55{--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / .55) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-300\/60{--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / .6) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-300\/65{--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / .65) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-300\/70{--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / .7) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-300\/75{--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / .75) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-300\/80{--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / .8) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-300\/85{--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / .85) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-300\/90{--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / .9) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-300\/95{--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / .95) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-400{--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #facc15 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-400\/0{--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-400\/10{--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / .1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-400\/100{--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-400\/15{--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / .15) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-400\/20{--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / .2) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-400\/25{--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / .25) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-400\/30{--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / .3) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-400\/35{--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / .35) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-400\/40{--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / .4) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-400\/45{--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / .45) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-400\/5{--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / .05) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-400\/50{--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / .5) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-400\/55{--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / .55) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-400\/60{--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / .6) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-400\/65{--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / .65) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-400\/70{--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / .7) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-400\/75{--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / .75) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-400\/80{--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / .8) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-400\/85{--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / .85) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-400\/90{--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / .9) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-400\/95{--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / .95) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-50{--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #fefce8 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-50\/0{--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-50\/10{--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / .1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-50\/100{--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-50\/15{--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / .15) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-50\/20{--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / .2) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-50\/25{--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / .25) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-50\/30{--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / .3) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-50\/35{--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / .35) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-50\/40{--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / .4) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-50\/45{--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / .45) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-50\/5{--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / .05) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-50\/50{--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / .5) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-50\/55{--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / .55) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-50\/60{--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / .6) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-50\/65{--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / .65) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-50\/70{--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / .7) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-50\/75{--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / .75) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-50\/80{--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / .8) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-50\/85{--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / .85) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-50\/90{--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / .9) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-50\/95{--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / .95) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-500{--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #eab308 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-500\/0{--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-500\/10{--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / .1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-500\/100{--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-500\/15{--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / .15) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-500\/20{--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / .2) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-500\/25{--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / .25) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-500\/30{--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / .3) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-500\/35{--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / .35) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-500\/40{--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / .4) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-500\/45{--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / .45) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-500\/5{--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / .05) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-500\/50{--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / .5) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-500\/55{--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / .55) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-500\/60{--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / .6) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-500\/65{--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / .65) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-500\/70{--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / .7) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-500\/75{--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / .75) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-500\/80{--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / .8) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-500\/85{--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / .85) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-500\/90{--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / .9) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-500\/95{--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / .95) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-600{--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #ca8a04 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-600\/0{--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-600\/10{--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / .1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-600\/100{--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-600\/15{--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / .15) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-600\/20{--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / .2) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-600\/25{--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / .25) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-600\/30{--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / .3) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-600\/35{--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / .35) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-600\/40{--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / .4) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-600\/45{--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / .45) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-600\/5{--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / .05) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-600\/50{--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / .5) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-600\/55{--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / .55) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-600\/60{--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / .6) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-600\/65{--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / .65) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-600\/70{--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / .7) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-600\/75{--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / .75) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-600\/80{--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / .8) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-600\/85{--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / .85) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-600\/90{--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / .9) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-600\/95{--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / .95) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-700{--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #a16207 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-700\/0{--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-700\/10{--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / .1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-700\/100{--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-700\/15{--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / .15) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-700\/20{--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / .2) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-700\/25{--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / .25) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-700\/30{--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / .3) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-700\/35{--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / .35) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-700\/40{--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / .4) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-700\/45{--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / .45) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-700\/5{--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / .05) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-700\/50{--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / .5) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-700\/55{--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / .55) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-700\/60{--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / .6) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-700\/65{--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / .65) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-700\/70{--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / .7) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-700\/75{--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / .75) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-700\/80{--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / .8) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-700\/85{--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / .85) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-700\/90{--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / .9) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-700\/95{--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / .95) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-900{--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #713f12 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-900\/0{--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-900\/10{--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / .1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-900\/100{--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-900\/15{--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / .15) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-900\/20{--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / .2) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-900\/25{--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / .25) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-900\/30{--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / .3) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-900\/35{--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / .35) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-900\/40{--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / .4) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-900\/45{--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / .45) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-900\/5{--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / .05) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-900\/50{--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / .5) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-900\/55{--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / .55) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-900\/60{--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / .6) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-900\/65{--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / .65) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-900\/70{--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / .7) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-900\/75{--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / .75) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-900\/80{--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / .8) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-900\/85{--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / .85) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-900\/90{--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / .9) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-900\/95{--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / .95) var(--tw-gradient-via-position), var(--tw-gradient-to)}.to-\[\#1a110e\]{--tw-gradient-to: #1a110e var(--tw-gradient-to-position)}.to-amber-100{--tw-gradient-to: #fef3c7 var(--tw-gradient-to-position)}.to-amber-100\/0{--tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position)}.to-amber-100\/10{--tw-gradient-to: rgb(254 243 199 / .1) var(--tw-gradient-to-position)}.to-amber-100\/100{--tw-gradient-to: rgb(254 243 199 / 1) var(--tw-gradient-to-position)}.to-amber-100\/15{--tw-gradient-to: rgb(254 243 199 / .15) var(--tw-gradient-to-position)}.to-amber-100\/20{--tw-gradient-to: rgb(254 243 199 / .2) var(--tw-gradient-to-position)}.to-amber-100\/25{--tw-gradient-to: rgb(254 243 199 / .25) var(--tw-gradient-to-position)}.to-amber-100\/30{--tw-gradient-to: rgb(254 243 199 / .3) var(--tw-gradient-to-position)}.to-amber-100\/35{--tw-gradient-to: rgb(254 243 199 / .35) var(--tw-gradient-to-position)}.to-amber-100\/40{--tw-gradient-to: rgb(254 243 199 / .4) var(--tw-gradient-to-position)}.to-amber-100\/45{--tw-gradient-to: rgb(254 243 199 / .45) var(--tw-gradient-to-position)}.to-amber-100\/5{--tw-gradient-to: rgb(254 243 199 / .05) var(--tw-gradient-to-position)}.to-amber-100\/50{--tw-gradient-to: rgb(254 243 199 / .5) var(--tw-gradient-to-position)}.to-amber-100\/55{--tw-gradient-to: rgb(254 243 199 / .55) var(--tw-gradient-to-position)}.to-amber-100\/60{--tw-gradient-to: rgb(254 243 199 / .6) var(--tw-gradient-to-position)}.to-amber-100\/65{--tw-gradient-to: rgb(254 243 199 / .65) var(--tw-gradient-to-position)}.to-amber-100\/70{--tw-gradient-to: rgb(254 243 199 / .7) var(--tw-gradient-to-position)}.to-amber-100\/75{--tw-gradient-to: rgb(254 243 199 / .75) var(--tw-gradient-to-position)}.to-amber-100\/80{--tw-gradient-to: rgb(254 243 199 / .8) var(--tw-gradient-to-position)}.to-amber-100\/85{--tw-gradient-to: rgb(254 243 199 / .85) var(--tw-gradient-to-position)}.to-amber-100\/90{--tw-gradient-to: rgb(254 243 199 / .9) var(--tw-gradient-to-position)}.to-amber-100\/95{--tw-gradient-to: rgb(254 243 199 / .95) var(--tw-gradient-to-position)}.to-amber-200{--tw-gradient-to: #fde68a var(--tw-gradient-to-position)}.to-amber-200\/0{--tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position)}.to-amber-200\/10{--tw-gradient-to: rgb(253 230 138 / .1) var(--tw-gradient-to-position)}.to-amber-200\/100{--tw-gradient-to: rgb(253 230 138 / 1) var(--tw-gradient-to-position)}.to-amber-200\/15{--tw-gradient-to: rgb(253 230 138 / .15) var(--tw-gradient-to-position)}.to-amber-200\/20{--tw-gradient-to: rgb(253 230 138 / .2) var(--tw-gradient-to-position)}.to-amber-200\/25{--tw-gradient-to: rgb(253 230 138 / .25) var(--tw-gradient-to-position)}.to-amber-200\/30{--tw-gradient-to: rgb(253 230 138 / .3) var(--tw-gradient-to-position)}.to-amber-200\/35{--tw-gradient-to: rgb(253 230 138 / .35) var(--tw-gradient-to-position)}.to-amber-200\/40{--tw-gradient-to: rgb(253 230 138 / .4) var(--tw-gradient-to-position)}.to-amber-200\/45{--tw-gradient-to: rgb(253 230 138 / .45) var(--tw-gradient-to-position)}.to-amber-200\/5{--tw-gradient-to: rgb(253 230 138 / .05) var(--tw-gradient-to-position)}.to-amber-200\/50{--tw-gradient-to: rgb(253 230 138 / .5) var(--tw-gradient-to-position)}.to-amber-200\/55{--tw-gradient-to: rgb(253 230 138 / .55) var(--tw-gradient-to-position)}.to-amber-200\/60{--tw-gradient-to: rgb(253 230 138 / .6) var(--tw-gradient-to-position)}.to-amber-200\/65{--tw-gradient-to: rgb(253 230 138 / .65) var(--tw-gradient-to-position)}.to-amber-200\/70{--tw-gradient-to: rgb(253 230 138 / .7) var(--tw-gradient-to-position)}.to-amber-200\/75{--tw-gradient-to: rgb(253 230 138 / .75) var(--tw-gradient-to-position)}.to-amber-200\/80{--tw-gradient-to: rgb(253 230 138 / .8) var(--tw-gradient-to-position)}.to-amber-200\/85{--tw-gradient-to: rgb(253 230 138 / .85) var(--tw-gradient-to-position)}.to-amber-200\/90{--tw-gradient-to: rgb(253 230 138 / .9) var(--tw-gradient-to-position)}.to-amber-200\/95{--tw-gradient-to: rgb(253 230 138 / .95) var(--tw-gradient-to-position)}.to-amber-300{--tw-gradient-to: #fcd34d var(--tw-gradient-to-position)}.to-amber-300\/0{--tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position)}.to-amber-300\/10{--tw-gradient-to: rgb(252 211 77 / .1) var(--tw-gradient-to-position)}.to-amber-300\/100{--tw-gradient-to: rgb(252 211 77 / 1) var(--tw-gradient-to-position)}.to-amber-300\/15{--tw-gradient-to: rgb(252 211 77 / .15) var(--tw-gradient-to-position)}.to-amber-300\/20{--tw-gradient-to: rgb(252 211 77 / .2) var(--tw-gradient-to-position)}.to-amber-300\/25{--tw-gradient-to: rgb(252 211 77 / .25) var(--tw-gradient-to-position)}.to-amber-300\/30{--tw-gradient-to: rgb(252 211 77 / .3) var(--tw-gradient-to-position)}.to-amber-300\/35{--tw-gradient-to: rgb(252 211 77 / .35) var(--tw-gradient-to-position)}.to-amber-300\/40{--tw-gradient-to: rgb(252 211 77 / .4) var(--tw-gradient-to-position)}.to-amber-300\/45{--tw-gradient-to: rgb(252 211 77 / .45) var(--tw-gradient-to-position)}.to-amber-300\/5{--tw-gradient-to: rgb(252 211 77 / .05) var(--tw-gradient-to-position)}.to-amber-300\/50{--tw-gradient-to: rgb(252 211 77 / .5) var(--tw-gradient-to-position)}.to-amber-300\/55{--tw-gradient-to: rgb(252 211 77 / .55) var(--tw-gradient-to-position)}.to-amber-300\/60{--tw-gradient-to: rgb(252 211 77 / .6) var(--tw-gradient-to-position)}.to-amber-300\/65{--tw-gradient-to: rgb(252 211 77 / .65) var(--tw-gradient-to-position)}.to-amber-300\/70{--tw-gradient-to: rgb(252 211 77 / .7) var(--tw-gradient-to-position)}.to-amber-300\/75{--tw-gradient-to: rgb(252 211 77 / .75) var(--tw-gradient-to-position)}.to-amber-300\/80{--tw-gradient-to: rgb(252 211 77 / .8) var(--tw-gradient-to-position)}.to-amber-300\/85{--tw-gradient-to: rgb(252 211 77 / .85) var(--tw-gradient-to-position)}.to-amber-300\/90{--tw-gradient-to: rgb(252 211 77 / .9) var(--tw-gradient-to-position)}.to-amber-300\/95{--tw-gradient-to: rgb(252 211 77 / .95) var(--tw-gradient-to-position)}.to-amber-400{--tw-gradient-to: #fbbf24 var(--tw-gradient-to-position)}.to-amber-400\/0{--tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position)}.to-amber-400\/10{--tw-gradient-to: rgb(251 191 36 / .1) var(--tw-gradient-to-position)}.to-amber-400\/100{--tw-gradient-to: rgb(251 191 36 / 1) var(--tw-gradient-to-position)}.to-amber-400\/15{--tw-gradient-to: rgb(251 191 36 / .15) var(--tw-gradient-to-position)}.to-amber-400\/20{--tw-gradient-to: rgb(251 191 36 / .2) var(--tw-gradient-to-position)}.to-amber-400\/25{--tw-gradient-to: rgb(251 191 36 / .25) var(--tw-gradient-to-position)}.to-amber-400\/30{--tw-gradient-to: rgb(251 191 36 / .3) var(--tw-gradient-to-position)}.to-amber-400\/35{--tw-gradient-to: rgb(251 191 36 / .35) var(--tw-gradient-to-position)}.to-amber-400\/40{--tw-gradient-to: rgb(251 191 36 / .4) var(--tw-gradient-to-position)}.to-amber-400\/45{--tw-gradient-to: rgb(251 191 36 / .45) var(--tw-gradient-to-position)}.to-amber-400\/5{--tw-gradient-to: rgb(251 191 36 / .05) var(--tw-gradient-to-position)}.to-amber-400\/50{--tw-gradient-to: rgb(251 191 36 / .5) var(--tw-gradient-to-position)}.to-amber-400\/55{--tw-gradient-to: rgb(251 191 36 / .55) var(--tw-gradient-to-position)}.to-amber-400\/60{--tw-gradient-to: rgb(251 191 36 / .6) var(--tw-gradient-to-position)}.to-amber-400\/65{--tw-gradient-to: rgb(251 191 36 / .65) var(--tw-gradient-to-position)}.to-amber-400\/70{--tw-gradient-to: rgb(251 191 36 / .7) var(--tw-gradient-to-position)}.to-amber-400\/75{--tw-gradient-to: rgb(251 191 36 / .75) var(--tw-gradient-to-position)}.to-amber-400\/80{--tw-gradient-to: rgb(251 191 36 / .8) var(--tw-gradient-to-position)}.to-amber-400\/85{--tw-gradient-to: rgb(251 191 36 / .85) var(--tw-gradient-to-position)}.to-amber-400\/90{--tw-gradient-to: rgb(251 191 36 / .9) var(--tw-gradient-to-position)}.to-amber-400\/95{--tw-gradient-to: rgb(251 191 36 / .95) var(--tw-gradient-to-position)}.to-amber-50{--tw-gradient-to: #fffbeb var(--tw-gradient-to-position)}.to-amber-50\/0{--tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position)}.to-amber-50\/10{--tw-gradient-to: rgb(255 251 235 / .1) var(--tw-gradient-to-position)}.to-amber-50\/100{--tw-gradient-to: rgb(255 251 235 / 1) var(--tw-gradient-to-position)}.to-amber-50\/15{--tw-gradient-to: rgb(255 251 235 / .15) var(--tw-gradient-to-position)}.to-amber-50\/20{--tw-gradient-to: rgb(255 251 235 / .2) var(--tw-gradient-to-position)}.to-amber-50\/25{--tw-gradient-to: rgb(255 251 235 / .25) var(--tw-gradient-to-position)}.to-amber-50\/30{--tw-gradient-to: rgb(255 251 235 / .3) var(--tw-gradient-to-position)}.to-amber-50\/35{--tw-gradient-to: rgb(255 251 235 / .35) var(--tw-gradient-to-position)}.to-amber-50\/40{--tw-gradient-to: rgb(255 251 235 / .4) var(--tw-gradient-to-position)}.to-amber-50\/45{--tw-gradient-to: rgb(255 251 235 / .45) var(--tw-gradient-to-position)}.to-amber-50\/5{--tw-gradient-to: rgb(255 251 235 / .05) var(--tw-gradient-to-position)}.to-amber-50\/50{--tw-gradient-to: rgb(255 251 235 / .5) var(--tw-gradient-to-position)}.to-amber-50\/55{--tw-gradient-to: rgb(255 251 235 / .55) var(--tw-gradient-to-position)}.to-amber-50\/60{--tw-gradient-to: rgb(255 251 235 / .6) var(--tw-gradient-to-position)}.to-amber-50\/65{--tw-gradient-to: rgb(255 251 235 / .65) var(--tw-gradient-to-position)}.to-amber-50\/70{--tw-gradient-to: rgb(255 251 235 / .7) var(--tw-gradient-to-position)}.to-amber-50\/75{--tw-gradient-to: rgb(255 251 235 / .75) var(--tw-gradient-to-position)}.to-amber-50\/80{--tw-gradient-to: rgb(255 251 235 / .8) var(--tw-gradient-to-position)}.to-amber-50\/85{--tw-gradient-to: rgb(255 251 235 / .85) var(--tw-gradient-to-position)}.to-amber-50\/90{--tw-gradient-to: rgb(255 251 235 / .9) var(--tw-gradient-to-position)}.to-amber-50\/95{--tw-gradient-to: rgb(255 251 235 / .95) var(--tw-gradient-to-position)}.to-amber-500{--tw-gradient-to: #f59e0b var(--tw-gradient-to-position)}.to-amber-500\/0{--tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position)}.to-amber-500\/10{--tw-gradient-to: rgb(245 158 11 / .1) var(--tw-gradient-to-position)}.to-amber-500\/100{--tw-gradient-to: rgb(245 158 11 / 1) var(--tw-gradient-to-position)}.to-amber-500\/15{--tw-gradient-to: rgb(245 158 11 / .15) var(--tw-gradient-to-position)}.to-amber-500\/20{--tw-gradient-to: rgb(245 158 11 / .2) var(--tw-gradient-to-position)}.to-amber-500\/25{--tw-gradient-to: rgb(245 158 11 / .25) var(--tw-gradient-to-position)}.to-amber-500\/30{--tw-gradient-to: rgb(245 158 11 / .3) var(--tw-gradient-to-position)}.to-amber-500\/35{--tw-gradient-to: rgb(245 158 11 / .35) var(--tw-gradient-to-position)}.to-amber-500\/40{--tw-gradient-to: rgb(245 158 11 / .4) var(--tw-gradient-to-position)}.to-amber-500\/45{--tw-gradient-to: rgb(245 158 11 / .45) var(--tw-gradient-to-position)}.to-amber-500\/5{--tw-gradient-to: rgb(245 158 11 / .05) var(--tw-gradient-to-position)}.to-amber-500\/50{--tw-gradient-to: rgb(245 158 11 / .5) var(--tw-gradient-to-position)}.to-amber-500\/55{--tw-gradient-to: rgb(245 158 11 / .55) var(--tw-gradient-to-position)}.to-amber-500\/60{--tw-gradient-to: rgb(245 158 11 / .6) var(--tw-gradient-to-position)}.to-amber-500\/65{--tw-gradient-to: rgb(245 158 11 / .65) var(--tw-gradient-to-position)}.to-amber-500\/70{--tw-gradient-to: rgb(245 158 11 / .7) var(--tw-gradient-to-position)}.to-amber-500\/75{--tw-gradient-to: rgb(245 158 11 / .75) var(--tw-gradient-to-position)}.to-amber-500\/80{--tw-gradient-to: rgb(245 158 11 / .8) var(--tw-gradient-to-position)}.to-amber-500\/85{--tw-gradient-to: rgb(245 158 11 / .85) var(--tw-gradient-to-position)}.to-amber-500\/90{--tw-gradient-to: rgb(245 158 11 / .9) var(--tw-gradient-to-position)}.to-amber-500\/95{--tw-gradient-to: rgb(245 158 11 / .95) var(--tw-gradient-to-position)}.to-amber-600{--tw-gradient-to: #d97706 var(--tw-gradient-to-position)}.to-amber-600\/0{--tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position)}.to-amber-600\/10{--tw-gradient-to: rgb(217 119 6 / .1) var(--tw-gradient-to-position)}.to-amber-600\/100{--tw-gradient-to: rgb(217 119 6 / 1) var(--tw-gradient-to-position)}.to-amber-600\/15{--tw-gradient-to: rgb(217 119 6 / .15) var(--tw-gradient-to-position)}.to-amber-600\/20{--tw-gradient-to: rgb(217 119 6 / .2) var(--tw-gradient-to-position)}.to-amber-600\/25{--tw-gradient-to: rgb(217 119 6 / .25) var(--tw-gradient-to-position)}.to-amber-600\/30{--tw-gradient-to: rgb(217 119 6 / .3) var(--tw-gradient-to-position)}.to-amber-600\/35{--tw-gradient-to: rgb(217 119 6 / .35) var(--tw-gradient-to-position)}.to-amber-600\/40{--tw-gradient-to: rgb(217 119 6 / .4) var(--tw-gradient-to-position)}.to-amber-600\/45{--tw-gradient-to: rgb(217 119 6 / .45) var(--tw-gradient-to-position)}.to-amber-600\/5{--tw-gradient-to: rgb(217 119 6 / .05) var(--tw-gradient-to-position)}.to-amber-600\/50{--tw-gradient-to: rgb(217 119 6 / .5) var(--tw-gradient-to-position)}.to-amber-600\/55{--tw-gradient-to: rgb(217 119 6 / .55) var(--tw-gradient-to-position)}.to-amber-600\/60{--tw-gradient-to: rgb(217 119 6 / .6) var(--tw-gradient-to-position)}.to-amber-600\/65{--tw-gradient-to: rgb(217 119 6 / .65) var(--tw-gradient-to-position)}.to-amber-600\/70{--tw-gradient-to: rgb(217 119 6 / .7) var(--tw-gradient-to-position)}.to-amber-600\/75{--tw-gradient-to: rgb(217 119 6 / .75) var(--tw-gradient-to-position)}.to-amber-600\/80{--tw-gradient-to: rgb(217 119 6 / .8) var(--tw-gradient-to-position)}.to-amber-600\/85{--tw-gradient-to: rgb(217 119 6 / .85) var(--tw-gradient-to-position)}.to-amber-600\/90{--tw-gradient-to: rgb(217 119 6 / .9) var(--tw-gradient-to-position)}.to-amber-600\/95{--tw-gradient-to: rgb(217 119 6 / .95) var(--tw-gradient-to-position)}.to-amber-700{--tw-gradient-to: #b45309 var(--tw-gradient-to-position)}.to-amber-700\/0{--tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position)}.to-amber-700\/10{--tw-gradient-to: rgb(180 83 9 / .1) var(--tw-gradient-to-position)}.to-amber-700\/100{--tw-gradient-to: rgb(180 83 9 / 1) var(--tw-gradient-to-position)}.to-amber-700\/15{--tw-gradient-to: rgb(180 83 9 / .15) var(--tw-gradient-to-position)}.to-amber-700\/20{--tw-gradient-to: rgb(180 83 9 / .2) var(--tw-gradient-to-position)}.to-amber-700\/25{--tw-gradient-to: rgb(180 83 9 / .25) var(--tw-gradient-to-position)}.to-amber-700\/30{--tw-gradient-to: rgb(180 83 9 / .3) var(--tw-gradient-to-position)}.to-amber-700\/35{--tw-gradient-to: rgb(180 83 9 / .35) var(--tw-gradient-to-position)}.to-amber-700\/40{--tw-gradient-to: rgb(180 83 9 / .4) var(--tw-gradient-to-position)}.to-amber-700\/45{--tw-gradient-to: rgb(180 83 9 / .45) var(--tw-gradient-to-position)}.to-amber-700\/5{--tw-gradient-to: rgb(180 83 9 / .05) var(--tw-gradient-to-position)}.to-amber-700\/50{--tw-gradient-to: rgb(180 83 9 / .5) var(--tw-gradient-to-position)}.to-amber-700\/55{--tw-gradient-to: rgb(180 83 9 / .55) var(--tw-gradient-to-position)}.to-amber-700\/60{--tw-gradient-to: rgb(180 83 9 / .6) var(--tw-gradient-to-position)}.to-amber-700\/65{--tw-gradient-to: rgb(180 83 9 / .65) var(--tw-gradient-to-position)}.to-amber-700\/70{--tw-gradient-to: rgb(180 83 9 / .7) var(--tw-gradient-to-position)}.to-amber-700\/75{--tw-gradient-to: rgb(180 83 9 / .75) var(--tw-gradient-to-position)}.to-amber-700\/80{--tw-gradient-to: rgb(180 83 9 / .8) var(--tw-gradient-to-position)}.to-amber-700\/85{--tw-gradient-to: rgb(180 83 9 / .85) var(--tw-gradient-to-position)}.to-amber-700\/90{--tw-gradient-to: rgb(180 83 9 / .9) var(--tw-gradient-to-position)}.to-amber-700\/95{--tw-gradient-to: rgb(180 83 9 / .95) var(--tw-gradient-to-position)}.to-amber-900{--tw-gradient-to: #78350f var(--tw-gradient-to-position)}.to-amber-900\/0{--tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position)}.to-amber-900\/10{--tw-gradient-to: rgb(120 53 15 / .1) var(--tw-gradient-to-position)}.to-amber-900\/100{--tw-gradient-to: rgb(120 53 15 / 1) var(--tw-gradient-to-position)}.to-amber-900\/15{--tw-gradient-to: rgb(120 53 15 / .15) var(--tw-gradient-to-position)}.to-amber-900\/20{--tw-gradient-to: rgb(120 53 15 / .2) var(--tw-gradient-to-position)}.to-amber-900\/25{--tw-gradient-to: rgb(120 53 15 / .25) var(--tw-gradient-to-position)}.to-amber-900\/30{--tw-gradient-to: rgb(120 53 15 / .3) var(--tw-gradient-to-position)}.to-amber-900\/35{--tw-gradient-to: rgb(120 53 15 / .35) var(--tw-gradient-to-position)}.to-amber-900\/40{--tw-gradient-to: rgb(120 53 15 / .4) var(--tw-gradient-to-position)}.to-amber-900\/45{--tw-gradient-to: rgb(120 53 15 / .45) var(--tw-gradient-to-position)}.to-amber-900\/5{--tw-gradient-to: rgb(120 53 15 / .05) var(--tw-gradient-to-position)}.to-amber-900\/50{--tw-gradient-to: rgb(120 53 15 / .5) var(--tw-gradient-to-position)}.to-amber-900\/55{--tw-gradient-to: rgb(120 53 15 / .55) var(--tw-gradient-to-position)}.to-amber-900\/60{--tw-gradient-to: rgb(120 53 15 / .6) var(--tw-gradient-to-position)}.to-amber-900\/65{--tw-gradient-to: rgb(120 53 15 / .65) var(--tw-gradient-to-position)}.to-amber-900\/70{--tw-gradient-to: rgb(120 53 15 / .7) var(--tw-gradient-to-position)}.to-amber-900\/75{--tw-gradient-to: rgb(120 53 15 / .75) var(--tw-gradient-to-position)}.to-amber-900\/80{--tw-gradient-to: rgb(120 53 15 / .8) var(--tw-gradient-to-position)}.to-amber-900\/85{--tw-gradient-to: rgb(120 53 15 / .85) var(--tw-gradient-to-position)}.to-amber-900\/90{--tw-gradient-to: rgb(120 53 15 / .9) var(--tw-gradient-to-position)}.to-amber-900\/95{--tw-gradient-to: rgb(120 53 15 / .95) var(--tw-gradient-to-position)}.to-emerald-400{--tw-gradient-to: #34d399 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-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-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-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-slate-400{--tw-gradient-to: #94a3b8 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-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-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-\[length\:200\%_200\%\]{background-size:200% 200%}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.fill-current{fill:currentColor}.fill-gray-700{fill:#374151}.fill-orange-500{fill:#f97316}.fill-primary{fill:var(--primary)}.fill-white{fill:#fff}.fill-yellow-400{fill:#facc15}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.p-0{padding:0}.p-0\.5{padding:.125rem}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-10{padding:2.5rem}.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}.p-\[3px\]{padding:3px}.p-px{padding:1px}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.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}.py-0{padding-top:0;padding-bottom:0}.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-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-0{padding-bottom:0}.pb-1{padding-bottom:.25rem}.pb-1\.5{padding-bottom:.375rem}.pb-10{padding-bottom:2.5rem}.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}.pl-1{padding-left:.25rem}.pl-10{padding-left:2.5rem}.pl-12{padding-left:3rem}.pl-2{padding-left:.5rem}.pl-4{padding-left:1rem}.pl-5{padding-left:1.25rem}.pl-6{padding-left:1.5rem}.pl-8{padding-left:2rem}.pl-9{padding-left:2.25rem}.pr-1{padding-right:.25rem}.pr-10{padding-right:2.5rem}.pr-14{padding-right:3.5rem}.pr-2{padding-right:.5rem}.pr-2\.5{padding-right:.625rem}.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.pr-8{padding-right:2rem}.pr-9{padding-right:2.25rem}.pt-0{padding-top:0}.pt-1{padding-top:.25rem}.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}.align-middle{vertical-align:middle}.font-mono{font-family:var(--font-mono),ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.font-sans{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-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-\[0\.8rem\]{font-size:.8rem}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[13px\]{font-size:13px}.text-\[15px\]{font-size:15px}.text-\[17px\]{font-size:17px}.text-\[9px\]{font-size:9px}.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-bold{font-weight:700}.font-extrabold{font-weight:800}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.italic{font-style:italic}.tabular-nums{--tw-numeric-spacing: tabular-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.leading-6{line-height:1.5rem}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.leading-snug{line-height:1.375}.leading-tight{line-height:1.25}.tracking-\[0\.18em\]{letter-spacing:.18em}.tracking-\[0\.2em\]{letter-spacing:.2em}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.text-accent-foreground{color:var(--accent-foreground)}.text-amber-100{--tw-text-opacity: 1;color:rgb(254 243 199 / var(--tw-text-opacity, 1))}.text-amber-100\/0{color:#fef3c700}.text-amber-100\/10{color:#fef3c71a}.text-amber-100\/100{color:#fef3c7}.text-amber-100\/15{color:#fef3c726}.text-amber-100\/20{color:#fef3c733}.text-amber-100\/25{color:#fef3c740}.text-amber-100\/30{color:#fef3c74d}.text-amber-100\/35{color:#fef3c759}.text-amber-100\/40{color:#fef3c766}.text-amber-100\/45{color:#fef3c773}.text-amber-100\/5{color:#fef3c70d}.text-amber-100\/50{color:#fef3c780}.text-amber-100\/55{color:#fef3c78c}.text-amber-100\/60{color:#fef3c799}.text-amber-100\/65{color:#fef3c7a6}.text-amber-100\/70{color:#fef3c7b3}.text-amber-100\/75{color:#fef3c7bf}.text-amber-100\/80{color:#fef3c7cc}.text-amber-100\/85{color:#fef3c7d9}.text-amber-100\/90{color:#fef3c7e6}.text-amber-100\/95{color:#fef3c7f2}.text-amber-200{--tw-text-opacity: 1;color:rgb(253 230 138 / var(--tw-text-opacity, 1))}.text-amber-200\/0{color:#fde68a00}.text-amber-200\/10{color:#fde68a1a}.text-amber-200\/100{color:#fde68a}.text-amber-200\/15{color:#fde68a26}.text-amber-200\/20{color:#fde68a33}.text-amber-200\/25{color:#fde68a40}.text-amber-200\/30{color:#fde68a4d}.text-amber-200\/35{color:#fde68a59}.text-amber-200\/40{color:#fde68a66}.text-amber-200\/45{color:#fde68a73}.text-amber-200\/5{color:#fde68a0d}.text-amber-200\/50{color:#fde68a80}.text-amber-200\/55{color:#fde68a8c}.text-amber-200\/60{color:#fde68a99}.text-amber-200\/65{color:#fde68aa6}.text-amber-200\/70{color:#fde68ab3}.text-amber-200\/75{color:#fde68abf}.text-amber-200\/80{color:#fde68acc}.text-amber-200\/85{color:#fde68ad9}.text-amber-200\/90{color:#fde68ae6}.text-amber-200\/95{color:#fde68af2}.text-amber-300{--tw-text-opacity: 1;color:rgb(252 211 77 / var(--tw-text-opacity, 1))}.text-amber-300\/0{color:#fcd34d00}.text-amber-300\/10{color:#fcd34d1a}.text-amber-300\/100{color:#fcd34d}.text-amber-300\/15{color:#fcd34d26}.text-amber-300\/20{color:#fcd34d33}.text-amber-300\/25{color:#fcd34d40}.text-amber-300\/30{color:#fcd34d4d}.text-amber-300\/35{color:#fcd34d59}.text-amber-300\/40{color:#fcd34d66}.text-amber-300\/45{color:#fcd34d73}.text-amber-300\/5{color:#fcd34d0d}.text-amber-300\/50{color:#fcd34d80}.text-amber-300\/55{color:#fcd34d8c}.text-amber-300\/60{color:#fcd34d99}.text-amber-300\/65{color:#fcd34da6}.text-amber-300\/70{color:#fcd34db3}.text-amber-300\/75{color:#fcd34dbf}.text-amber-300\/80{color:#fcd34dcc}.text-amber-300\/85{color:#fcd34dd9}.text-amber-300\/90{color:#fcd34de6}.text-amber-300\/95{color:#fcd34df2}.text-amber-400{--tw-text-opacity: 1;color:rgb(251 191 36 / var(--tw-text-opacity, 1))}.text-amber-400\/0{color:#fbbf2400}.text-amber-400\/10{color:#fbbf241a}.text-amber-400\/100{color:#fbbf24}.text-amber-400\/15{color:#fbbf2426}.text-amber-400\/20{color:#fbbf2433}.text-amber-400\/25{color:#fbbf2440}.text-amber-400\/30{color:#fbbf244d}.text-amber-400\/35{color:#fbbf2459}.text-amber-400\/40{color:#fbbf2466}.text-amber-400\/45{color:#fbbf2473}.text-amber-400\/5{color:#fbbf240d}.text-amber-400\/50{color:#fbbf2480}.text-amber-400\/55{color:#fbbf248c}.text-amber-400\/60{color:#fbbf2499}.text-amber-400\/65{color:#fbbf24a6}.text-amber-400\/70{color:#fbbf24b3}.text-amber-400\/75{color:#fbbf24bf}.text-amber-400\/80{color:#fbbf24cc}.text-amber-400\/85{color:#fbbf24d9}.text-amber-400\/90{color:#fbbf24e6}.text-amber-400\/95{color:#fbbf24f2}.text-amber-50{--tw-text-opacity: 1;color:rgb(255 251 235 / var(--tw-text-opacity, 1))}.text-amber-50\/0{color:#fffbeb00}.text-amber-50\/10{color:#fffbeb1a}.text-amber-50\/100{color:#fffbeb}.text-amber-50\/15{color:#fffbeb26}.text-amber-50\/20{color:#fffbeb33}.text-amber-50\/25{color:#fffbeb40}.text-amber-50\/30{color:#fffbeb4d}.text-amber-50\/35{color:#fffbeb59}.text-amber-50\/40{color:#fffbeb66}.text-amber-50\/45{color:#fffbeb73}.text-amber-50\/5{color:#fffbeb0d}.text-amber-50\/50{color:#fffbeb80}.text-amber-50\/55{color:#fffbeb8c}.text-amber-50\/60{color:#fffbeb99}.text-amber-50\/65{color:#fffbeba6}.text-amber-50\/70{color:#fffbebb3}.text-amber-50\/75{color:#fffbebbf}.text-amber-50\/80{color:#fffbebcc}.text-amber-50\/85{color:#fffbebd9}.text-amber-50\/90{color:#fffbebe6}.text-amber-50\/95{color:#fffbebf2}.text-amber-500{--tw-text-opacity: 1;color:rgb(245 158 11 / var(--tw-text-opacity, 1))}.text-amber-500\/0{color:#f59e0b00}.text-amber-500\/10{color:#f59e0b1a}.text-amber-500\/100{color:#f59e0b}.text-amber-500\/15{color:#f59e0b26}.text-amber-500\/20{color:#f59e0b33}.text-amber-500\/25{color:#f59e0b40}.text-amber-500\/30{color:#f59e0b4d}.text-amber-500\/35{color:#f59e0b59}.text-amber-500\/40{color:#f59e0b66}.text-amber-500\/45{color:#f59e0b73}.text-amber-500\/5{color:#f59e0b0d}.text-amber-500\/50{color:#f59e0b80}.text-amber-500\/55{color:#f59e0b8c}.text-amber-500\/60{color:#f59e0b99}.text-amber-500\/65{color:#f59e0ba6}.text-amber-500\/70{color:#f59e0bb3}.text-amber-500\/75{color:#f59e0bbf}.text-amber-500\/80{color:#f59e0bcc}.text-amber-500\/85{color:#f59e0bd9}.text-amber-500\/90{color:#f59e0be6}.text-amber-500\/95{color:#f59e0bf2}.text-amber-600{--tw-text-opacity: 1;color:rgb(217 119 6 / var(--tw-text-opacity, 1))}.text-amber-600\/0{color:#d9770600}.text-amber-600\/10{color:#d977061a}.text-amber-600\/100{color:#d97706}.text-amber-600\/15{color:#d9770626}.text-amber-600\/20{color:#d9770633}.text-amber-600\/25{color:#d9770640}.text-amber-600\/30{color:#d977064d}.text-amber-600\/35{color:#d9770659}.text-amber-600\/40{color:#d9770666}.text-amber-600\/45{color:#d9770673}.text-amber-600\/5{color:#d977060d}.text-amber-600\/50{color:#d9770680}.text-amber-600\/55{color:#d977068c}.text-amber-600\/60{color:#d9770699}.text-amber-600\/65{color:#d97706a6}.text-amber-600\/70{color:#d97706b3}.text-amber-600\/75{color:#d97706bf}.text-amber-600\/80{color:#d97706cc}.text-amber-600\/85{color:#d97706d9}.text-amber-600\/90{color:#d97706e6}.text-amber-600\/95{color:#d97706f2}.text-amber-700{--tw-text-opacity: 1;color:rgb(180 83 9 / var(--tw-text-opacity, 1))}.text-amber-700\/0{color:#b4530900}.text-amber-700\/10{color:#b453091a}.text-amber-700\/100{color:#b45309}.text-amber-700\/15{color:#b4530926}.text-amber-700\/20{color:#b4530933}.text-amber-700\/25{color:#b4530940}.text-amber-700\/30{color:#b453094d}.text-amber-700\/35{color:#b4530959}.text-amber-700\/40{color:#b4530966}.text-amber-700\/45{color:#b4530973}.text-amber-700\/5{color:#b453090d}.text-amber-700\/50{color:#b4530980}.text-amber-700\/55{color:#b453098c}.text-amber-700\/60{color:#b4530999}.text-amber-700\/65{color:#b45309a6}.text-amber-700\/70{color:#b45309b3}.text-amber-700\/75{color:#b45309bf}.text-amber-700\/80{color:#b45309cc}.text-amber-700\/85{color:#b45309d9}.text-amber-700\/90{color:#b45309e6}.text-amber-700\/95{color:#b45309f2}.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-amber-900\/0{color:#78350f00}.text-amber-900\/10{color:#78350f1a}.text-amber-900\/100{color:#78350f}.text-amber-900\/15{color:#78350f26}.text-amber-900\/20{color:#78350f33}.text-amber-900\/25{color:#78350f40}.text-amber-900\/30{color:#78350f4d}.text-amber-900\/35{color:#78350f59}.text-amber-900\/40{color:#78350f66}.text-amber-900\/45{color:#78350f73}.text-amber-900\/5{color:#78350f0d}.text-amber-900\/50{color:#78350f80}.text-amber-900\/55{color:#78350f8c}.text-amber-900\/60{color:#78350f99}.text-amber-900\/65{color:#78350fa6}.text-amber-900\/70{color:#78350fb3}.text-amber-900\/75{color:#78350fbf}.text-amber-900\/80{color:#78350fcc}.text-amber-900\/85{color:#78350fd9}.text-amber-900\/90{color:#78350fe6}.text-amber-900\/95{color:#78350ff2}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-blue-700{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.text-card-foreground{color:var(--card-foreground)}.text-current{color:currentColor}.text-destructive{color:var(--destructive)}.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-foreground{color:var(--foreground)}.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-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-500{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-green-700{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}.text-green-800{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity, 1))}.text-indigo-600{--tw-text-opacity: 1;color:rgb(79 70 229 / var(--tw-text-opacity, 1))}.text-muted-foreground{color:var(--muted-foreground)}.text-neutral-200{--tw-text-opacity: 1;color:rgb(229 229 229 / var(--tw-text-opacity, 1))}.text-neutral-400{--tw-text-opacity: 1;color:rgb(163 163 163 / var(--tw-text-opacity, 1))}.text-neutral-500{--tw-text-opacity: 1;color:rgb(115 115 115 / 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-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-popover-foreground{color:var(--popover-foreground)}.text-primary{color:var(--primary)}.text-primary-foreground{color:var(--primary-foreground)}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-red-700{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.text-rose-600{--tw-text-opacity: 1;color:rgb(225 29 72 / var(--tw-text-opacity, 1))}.text-rose-700{--tw-text-opacity: 1;color:rgb(190 18 60 / var(--tw-text-opacity, 1))}.text-secondary-foreground{color:var(--secondary-foreground)}.text-sidebar-foreground{color:var(--sidebar-foreground)}.text-slate-400{--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.text-slate-500{--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity, 1))}.text-slate-600{--tw-text-opacity: 1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}.text-slate-700{--tw-text-opacity: 1;color:rgb(51 65 85 / var(--tw-text-opacity, 1))}.text-slate-800{--tw-text-opacity: 1;color:rgb(30 41 59 / var(--tw-text-opacity, 1))}.text-slate-900{--tw-text-opacity: 1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.text-transparent{color:transparent}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.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-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-offset-4{text-underline-offset:4px}.accent-gray-600{accent-color:#4b5563}.accent-white{accent-color:#fff}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-50{opacity:.5}.opacity-70{opacity:.7}.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-\[0_-4px_12px_rgba\(0\,0\,0\,0\.06\)\]{--tw-shadow: 0 -4px 12px rgba(0,0,0,.06);--tw-shadow-colored: 0 -4px 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-\[0_0_0_1px_hsl\(var\(--sidebar-border\)\)\]{--tw-shadow: 0 0 0 1px hsl(var(--sidebar-border));--tw-shadow-colored: 0 0 0 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-\[0_0_14px_rgba\(249\,115\,22\,0\.45\)\]{--tw-shadow: 0 0 14px rgba(249,115,22,.45);--tw-shadow-colored: 0 0 14px 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-\[0_0_50px_rgba\(249\,115\,22\,0\.2\)\]{--tw-shadow: 0 0 50px rgba(249,115,22,.2);--tw-shadow-colored: 0 0 50px 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-\[0_0_6px_rgba\(249\,115\,22\,0\.8\)\]{--tw-shadow: 0 0 6px rgba(249,115,22,.8);--tw-shadow-colored: 0 0 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)}.shadow-\[0_10px_30px_rgba\(15\,23\,42\,0\.06\)\]{--tw-shadow: 0 10px 30px rgba(15,23,42,.06);--tw-shadow-colored: 0 10px 30px 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-\[0_10px_40px_-15px_rgba\(0\,0\,0\,0\.08\)\]{--tw-shadow: 0 10px 40px -15px rgba(0,0,0,.08);--tw-shadow-colored: 0 10px 40px -15px 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-\[0_25px_50px_-12px_rgba\(0\,0\,0\,0\.12\)\,0_12px_24px_-8px_rgba\(0\,0\,0\,0\.08\)\,0_0_0_1px_rgba\(249\,115\,22\,0\.06\)\]{--tw-shadow: 0 25px 50px -12px rgba(0,0,0,.12),0 12px 24px -8px rgba(0,0,0,.08),0 0 0 1px rgba(249,115,22,.06);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color), 0 12px 24px -8px var(--tw-shadow-color), 0 0 0 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-\[inset_0_1px_0_rgba\(212\,184\,150\,0\.12\)\,0_10px_28px_rgba\(0\,0\,0\,0\.4\)\]{--tw-shadow: inset 0 1px 0 rgba(212,184,150,.12),0 10px 28px rgba(0,0,0,.4);--tw-shadow-colored: inset 0 1px 0 var(--tw-shadow-color), 0 10px 28px 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)}.shadow-green-100{--tw-shadow-color: #dcfce7;--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-200\/50{--tw-shadow-color: rgb(254 215 170 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-500\/20{--tw-shadow-color: rgb(249 115 22 / .2);--tw-shadow: var(--tw-shadow-colored)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.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-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-amber-100{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 243 199 / var(--tw-ring-opacity, 1))}.ring-amber-100\/0{--tw-ring-color: rgb(254 243 199 / 0)}.ring-amber-100\/10{--tw-ring-color: rgb(254 243 199 / .1)}.ring-amber-100\/100{--tw-ring-color: rgb(254 243 199 / 1)}.ring-amber-100\/15{--tw-ring-color: rgb(254 243 199 / .15)}.ring-amber-100\/20{--tw-ring-color: rgb(254 243 199 / .2)}.ring-amber-100\/25{--tw-ring-color: rgb(254 243 199 / .25)}.ring-amber-100\/30{--tw-ring-color: rgb(254 243 199 / .3)}.ring-amber-100\/35{--tw-ring-color: rgb(254 243 199 / .35)}.ring-amber-100\/40{--tw-ring-color: rgb(254 243 199 / .4)}.ring-amber-100\/45{--tw-ring-color: rgb(254 243 199 / .45)}.ring-amber-100\/5{--tw-ring-color: rgb(254 243 199 / .05)}.ring-amber-100\/50{--tw-ring-color: rgb(254 243 199 / .5)}.ring-amber-100\/55{--tw-ring-color: rgb(254 243 199 / .55)}.ring-amber-100\/60{--tw-ring-color: rgb(254 243 199 / .6)}.ring-amber-100\/65{--tw-ring-color: rgb(254 243 199 / .65)}.ring-amber-100\/70{--tw-ring-color: rgb(254 243 199 / .7)}.ring-amber-100\/75{--tw-ring-color: rgb(254 243 199 / .75)}.ring-amber-100\/80{--tw-ring-color: rgb(254 243 199 / .8)}.ring-amber-100\/85{--tw-ring-color: rgb(254 243 199 / .85)}.ring-amber-100\/90{--tw-ring-color: rgb(254 243 199 / .9)}.ring-amber-100\/95{--tw-ring-color: rgb(254 243 199 / .95)}.ring-amber-200{--tw-ring-opacity: 1;--tw-ring-color: rgb(253 230 138 / var(--tw-ring-opacity, 1))}.ring-amber-200\/0{--tw-ring-color: rgb(253 230 138 / 0)}.ring-amber-200\/10{--tw-ring-color: rgb(253 230 138 / .1)}.ring-amber-200\/100{--tw-ring-color: rgb(253 230 138 / 1)}.ring-amber-200\/15{--tw-ring-color: rgb(253 230 138 / .15)}.ring-amber-200\/20{--tw-ring-color: rgb(253 230 138 / .2)}.ring-amber-200\/25{--tw-ring-color: rgb(253 230 138 / .25)}.ring-amber-200\/30{--tw-ring-color: rgb(253 230 138 / .3)}.ring-amber-200\/35{--tw-ring-color: rgb(253 230 138 / .35)}.ring-amber-200\/40{--tw-ring-color: rgb(253 230 138 / .4)}.ring-amber-200\/45{--tw-ring-color: rgb(253 230 138 / .45)}.ring-amber-200\/5{--tw-ring-color: rgb(253 230 138 / .05)}.ring-amber-200\/50{--tw-ring-color: rgb(253 230 138 / .5)}.ring-amber-200\/55{--tw-ring-color: rgb(253 230 138 / .55)}.ring-amber-200\/60{--tw-ring-color: rgb(253 230 138 / .6)}.ring-amber-200\/65{--tw-ring-color: rgb(253 230 138 / .65)}.ring-amber-200\/70{--tw-ring-color: rgb(253 230 138 / .7)}.ring-amber-200\/75{--tw-ring-color: rgb(253 230 138 / .75)}.ring-amber-200\/80{--tw-ring-color: rgb(253 230 138 / .8)}.ring-amber-200\/85{--tw-ring-color: rgb(253 230 138 / .85)}.ring-amber-200\/90{--tw-ring-color: rgb(253 230 138 / .9)}.ring-amber-200\/95{--tw-ring-color: rgb(253 230 138 / .95)}.ring-amber-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(252 211 77 / var(--tw-ring-opacity, 1))}.ring-amber-300\/0{--tw-ring-color: rgb(252 211 77 / 0)}.ring-amber-300\/10{--tw-ring-color: rgb(252 211 77 / .1)}.ring-amber-300\/100{--tw-ring-color: rgb(252 211 77 / 1)}.ring-amber-300\/15{--tw-ring-color: rgb(252 211 77 / .15)}.ring-amber-300\/20{--tw-ring-color: rgb(252 211 77 / .2)}.ring-amber-300\/25{--tw-ring-color: rgb(252 211 77 / .25)}.ring-amber-300\/30{--tw-ring-color: rgb(252 211 77 / .3)}.ring-amber-300\/35{--tw-ring-color: rgb(252 211 77 / .35)}.ring-amber-300\/40{--tw-ring-color: rgb(252 211 77 / .4)}.ring-amber-300\/45{--tw-ring-color: rgb(252 211 77 / .45)}.ring-amber-300\/5{--tw-ring-color: rgb(252 211 77 / .05)}.ring-amber-300\/50{--tw-ring-color: rgb(252 211 77 / .5)}.ring-amber-300\/55{--tw-ring-color: rgb(252 211 77 / .55)}.ring-amber-300\/60{--tw-ring-color: rgb(252 211 77 / .6)}.ring-amber-300\/65{--tw-ring-color: rgb(252 211 77 / .65)}.ring-amber-300\/70{--tw-ring-color: rgb(252 211 77 / .7)}.ring-amber-300\/75{--tw-ring-color: rgb(252 211 77 / .75)}.ring-amber-300\/80{--tw-ring-color: rgb(252 211 77 / .8)}.ring-amber-300\/85{--tw-ring-color: rgb(252 211 77 / .85)}.ring-amber-300\/90{--tw-ring-color: rgb(252 211 77 / .9)}.ring-amber-300\/95{--tw-ring-color: rgb(252 211 77 / .95)}.ring-amber-400{--tw-ring-opacity: 1;--tw-ring-color: rgb(251 191 36 / var(--tw-ring-opacity, 1))}.ring-amber-400\/0{--tw-ring-color: rgb(251 191 36 / 0)}.ring-amber-400\/10{--tw-ring-color: rgb(251 191 36 / .1)}.ring-amber-400\/100{--tw-ring-color: rgb(251 191 36 / 1)}.ring-amber-400\/15{--tw-ring-color: rgb(251 191 36 / .15)}.ring-amber-400\/20{--tw-ring-color: rgb(251 191 36 / .2)}.ring-amber-400\/25{--tw-ring-color: rgb(251 191 36 / .25)}.ring-amber-400\/30{--tw-ring-color: rgb(251 191 36 / .3)}.ring-amber-400\/35{--tw-ring-color: rgb(251 191 36 / .35)}.ring-amber-400\/40{--tw-ring-color: rgb(251 191 36 / .4)}.ring-amber-400\/45{--tw-ring-color: rgb(251 191 36 / .45)}.ring-amber-400\/5{--tw-ring-color: rgb(251 191 36 / .05)}.ring-amber-400\/50{--tw-ring-color: rgb(251 191 36 / .5)}.ring-amber-400\/55{--tw-ring-color: rgb(251 191 36 / .55)}.ring-amber-400\/60{--tw-ring-color: rgb(251 191 36 / .6)}.ring-amber-400\/65{--tw-ring-color: rgb(251 191 36 / .65)}.ring-amber-400\/70{--tw-ring-color: rgb(251 191 36 / .7)}.ring-amber-400\/75{--tw-ring-color: rgb(251 191 36 / .75)}.ring-amber-400\/80{--tw-ring-color: rgb(251 191 36 / .8)}.ring-amber-400\/85{--tw-ring-color: rgb(251 191 36 / .85)}.ring-amber-400\/90{--tw-ring-color: rgb(251 191 36 / .9)}.ring-amber-400\/95{--tw-ring-color: rgb(251 191 36 / .95)}.ring-amber-50{--tw-ring-opacity: 1;--tw-ring-color: rgb(255 251 235 / var(--tw-ring-opacity, 1))}.ring-amber-50\/0{--tw-ring-color: rgb(255 251 235 / 0)}.ring-amber-50\/10{--tw-ring-color: rgb(255 251 235 / .1)}.ring-amber-50\/100{--tw-ring-color: rgb(255 251 235 / 1)}.ring-amber-50\/15{--tw-ring-color: rgb(255 251 235 / .15)}.ring-amber-50\/20{--tw-ring-color: rgb(255 251 235 / .2)}.ring-amber-50\/25{--tw-ring-color: rgb(255 251 235 / .25)}.ring-amber-50\/30{--tw-ring-color: rgb(255 251 235 / .3)}.ring-amber-50\/35{--tw-ring-color: rgb(255 251 235 / .35)}.ring-amber-50\/40{--tw-ring-color: rgb(255 251 235 / .4)}.ring-amber-50\/45{--tw-ring-color: rgb(255 251 235 / .45)}.ring-amber-50\/5{--tw-ring-color: rgb(255 251 235 / .05)}.ring-amber-50\/50{--tw-ring-color: rgb(255 251 235 / .5)}.ring-amber-50\/55{--tw-ring-color: rgb(255 251 235 / .55)}.ring-amber-50\/60{--tw-ring-color: rgb(255 251 235 / .6)}.ring-amber-50\/65{--tw-ring-color: rgb(255 251 235 / .65)}.ring-amber-50\/70{--tw-ring-color: rgb(255 251 235 / .7)}.ring-amber-50\/75{--tw-ring-color: rgb(255 251 235 / .75)}.ring-amber-50\/80{--tw-ring-color: rgb(255 251 235 / .8)}.ring-amber-50\/85{--tw-ring-color: rgb(255 251 235 / .85)}.ring-amber-50\/90{--tw-ring-color: rgb(255 251 235 / .9)}.ring-amber-50\/95{--tw-ring-color: rgb(255 251 235 / .95)}.ring-amber-500{--tw-ring-opacity: 1;--tw-ring-color: rgb(245 158 11 / var(--tw-ring-opacity, 1))}.ring-amber-500\/0{--tw-ring-color: rgb(245 158 11 / 0)}.ring-amber-500\/10{--tw-ring-color: rgb(245 158 11 / .1)}.ring-amber-500\/100{--tw-ring-color: rgb(245 158 11 / 1)}.ring-amber-500\/15{--tw-ring-color: rgb(245 158 11 / .15)}.ring-amber-500\/20{--tw-ring-color: rgb(245 158 11 / .2)}.ring-amber-500\/25{--tw-ring-color: rgb(245 158 11 / .25)}.ring-amber-500\/30{--tw-ring-color: rgb(245 158 11 / .3)}.ring-amber-500\/35{--tw-ring-color: rgb(245 158 11 / .35)}.ring-amber-500\/40{--tw-ring-color: rgb(245 158 11 / .4)}.ring-amber-500\/45{--tw-ring-color: rgb(245 158 11 / .45)}.ring-amber-500\/5{--tw-ring-color: rgb(245 158 11 / .05)}.ring-amber-500\/50{--tw-ring-color: rgb(245 158 11 / .5)}.ring-amber-500\/55{--tw-ring-color: rgb(245 158 11 / .55)}.ring-amber-500\/60{--tw-ring-color: rgb(245 158 11 / .6)}.ring-amber-500\/65{--tw-ring-color: rgb(245 158 11 / .65)}.ring-amber-500\/70{--tw-ring-color: rgb(245 158 11 / .7)}.ring-amber-500\/75{--tw-ring-color: rgb(245 158 11 / .75)}.ring-amber-500\/80{--tw-ring-color: rgb(245 158 11 / .8)}.ring-amber-500\/85{--tw-ring-color: rgb(245 158 11 / .85)}.ring-amber-500\/90{--tw-ring-color: rgb(245 158 11 / .9)}.ring-amber-500\/95{--tw-ring-color: rgb(245 158 11 / .95)}.ring-amber-600{--tw-ring-opacity: 1;--tw-ring-color: rgb(217 119 6 / var(--tw-ring-opacity, 1))}.ring-amber-600\/0{--tw-ring-color: rgb(217 119 6 / 0)}.ring-amber-600\/10{--tw-ring-color: rgb(217 119 6 / .1)}.ring-amber-600\/100{--tw-ring-color: rgb(217 119 6 / 1)}.ring-amber-600\/15{--tw-ring-color: rgb(217 119 6 / .15)}.ring-amber-600\/20{--tw-ring-color: rgb(217 119 6 / .2)}.ring-amber-600\/25{--tw-ring-color: rgb(217 119 6 / .25)}.ring-amber-600\/30{--tw-ring-color: rgb(217 119 6 / .3)}.ring-amber-600\/35{--tw-ring-color: rgb(217 119 6 / .35)}.ring-amber-600\/40{--tw-ring-color: rgb(217 119 6 / .4)}.ring-amber-600\/45{--tw-ring-color: rgb(217 119 6 / .45)}.ring-amber-600\/5{--tw-ring-color: rgb(217 119 6 / .05)}.ring-amber-600\/50{--tw-ring-color: rgb(217 119 6 / .5)}.ring-amber-600\/55{--tw-ring-color: rgb(217 119 6 / .55)}.ring-amber-600\/60{--tw-ring-color: rgb(217 119 6 / .6)}.ring-amber-600\/65{--tw-ring-color: rgb(217 119 6 / .65)}.ring-amber-600\/70{--tw-ring-color: rgb(217 119 6 / .7)}.ring-amber-600\/75{--tw-ring-color: rgb(217 119 6 / .75)}.ring-amber-600\/80{--tw-ring-color: rgb(217 119 6 / .8)}.ring-amber-600\/85{--tw-ring-color: rgb(217 119 6 / .85)}.ring-amber-600\/90{--tw-ring-color: rgb(217 119 6 / .9)}.ring-amber-600\/95{--tw-ring-color: rgb(217 119 6 / .95)}.ring-amber-700{--tw-ring-opacity: 1;--tw-ring-color: rgb(180 83 9 / var(--tw-ring-opacity, 1))}.ring-amber-700\/0{--tw-ring-color: rgb(180 83 9 / 0)}.ring-amber-700\/10{--tw-ring-color: rgb(180 83 9 / .1)}.ring-amber-700\/100{--tw-ring-color: rgb(180 83 9 / 1)}.ring-amber-700\/15{--tw-ring-color: rgb(180 83 9 / .15)}.ring-amber-700\/20{--tw-ring-color: rgb(180 83 9 / .2)}.ring-amber-700\/25{--tw-ring-color: rgb(180 83 9 / .25)}.ring-amber-700\/30{--tw-ring-color: rgb(180 83 9 / .3)}.ring-amber-700\/35{--tw-ring-color: rgb(180 83 9 / .35)}.ring-amber-700\/40{--tw-ring-color: rgb(180 83 9 / .4)}.ring-amber-700\/45{--tw-ring-color: rgb(180 83 9 / .45)}.ring-amber-700\/5{--tw-ring-color: rgb(180 83 9 / .05)}.ring-amber-700\/50{--tw-ring-color: rgb(180 83 9 / .5)}.ring-amber-700\/55{--tw-ring-color: rgb(180 83 9 / .55)}.ring-amber-700\/60{--tw-ring-color: rgb(180 83 9 / .6)}.ring-amber-700\/65{--tw-ring-color: rgb(180 83 9 / .65)}.ring-amber-700\/70{--tw-ring-color: rgb(180 83 9 / .7)}.ring-amber-700\/75{--tw-ring-color: rgb(180 83 9 / .75)}.ring-amber-700\/80{--tw-ring-color: rgb(180 83 9 / .8)}.ring-amber-700\/85{--tw-ring-color: rgb(180 83 9 / .85)}.ring-amber-700\/90{--tw-ring-color: rgb(180 83 9 / .9)}.ring-amber-700\/95{--tw-ring-color: rgb(180 83 9 / .95)}.ring-amber-900{--tw-ring-opacity: 1;--tw-ring-color: rgb(120 53 15 / var(--tw-ring-opacity, 1))}.ring-amber-900\/0{--tw-ring-color: rgb(120 53 15 / 0)}.ring-amber-900\/10{--tw-ring-color: rgb(120 53 15 / .1)}.ring-amber-900\/100{--tw-ring-color: rgb(120 53 15 / 1)}.ring-amber-900\/15{--tw-ring-color: rgb(120 53 15 / .15)}.ring-amber-900\/20{--tw-ring-color: rgb(120 53 15 / .2)}.ring-amber-900\/25{--tw-ring-color: rgb(120 53 15 / .25)}.ring-amber-900\/30{--tw-ring-color: rgb(120 53 15 / .3)}.ring-amber-900\/35{--tw-ring-color: rgb(120 53 15 / .35)}.ring-amber-900\/40{--tw-ring-color: rgb(120 53 15 / .4)}.ring-amber-900\/45{--tw-ring-color: rgb(120 53 15 / .45)}.ring-amber-900\/5{--tw-ring-color: rgb(120 53 15 / .05)}.ring-amber-900\/50{--tw-ring-color: rgb(120 53 15 / .5)}.ring-amber-900\/55{--tw-ring-color: rgb(120 53 15 / .55)}.ring-amber-900\/60{--tw-ring-color: rgb(120 53 15 / .6)}.ring-amber-900\/65{--tw-ring-color: rgb(120 53 15 / .65)}.ring-amber-900\/70{--tw-ring-color: rgb(120 53 15 / .7)}.ring-amber-900\/75{--tw-ring-color: rgb(120 53 15 / .75)}.ring-amber-900\/80{--tw-ring-color: rgb(120 53 15 / .8)}.ring-amber-900\/85{--tw-ring-color: rgb(120 53 15 / .85)}.ring-amber-900\/90{--tw-ring-color: rgb(120 53 15 / .9)}.ring-amber-900\/95{--tw-ring-color: rgb(120 53 15 / .95)}.ring-gray-100{--tw-ring-opacity: 1;--tw-ring-color: rgb(243 244 246 / var(--tw-ring-opacity, 1))}.ring-gray-100\/0{--tw-ring-color: rgb(243 244 246 / 0)}.ring-gray-100\/10{--tw-ring-color: rgb(243 244 246 / .1)}.ring-gray-100\/100{--tw-ring-color: rgb(243 244 246 / 1)}.ring-gray-100\/15{--tw-ring-color: rgb(243 244 246 / .15)}.ring-gray-100\/20{--tw-ring-color: rgb(243 244 246 / .2)}.ring-gray-100\/25{--tw-ring-color: rgb(243 244 246 / .25)}.ring-gray-100\/30{--tw-ring-color: rgb(243 244 246 / .3)}.ring-gray-100\/35{--tw-ring-color: rgb(243 244 246 / .35)}.ring-gray-100\/40{--tw-ring-color: rgb(243 244 246 / .4)}.ring-gray-100\/45{--tw-ring-color: rgb(243 244 246 / .45)}.ring-gray-100\/5{--tw-ring-color: rgb(243 244 246 / .05)}.ring-gray-100\/50{--tw-ring-color: rgb(243 244 246 / .5)}.ring-gray-100\/55{--tw-ring-color: rgb(243 244 246 / .55)}.ring-gray-100\/60{--tw-ring-color: rgb(243 244 246 / .6)}.ring-gray-100\/65{--tw-ring-color: rgb(243 244 246 / .65)}.ring-gray-100\/70{--tw-ring-color: rgb(243 244 246 / .7)}.ring-gray-100\/75{--tw-ring-color: rgb(243 244 246 / .75)}.ring-gray-100\/80{--tw-ring-color: rgb(243 244 246 / .8)}.ring-gray-100\/85{--tw-ring-color: rgb(243 244 246 / .85)}.ring-gray-100\/90{--tw-ring-color: rgb(243 244 246 / .9)}.ring-gray-100\/95{--tw-ring-color: rgb(243 244 246 / .95)}.ring-gray-200{--tw-ring-opacity: 1;--tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity, 1))}.ring-gray-200\/0{--tw-ring-color: rgb(229 231 235 / 0)}.ring-gray-200\/10{--tw-ring-color: rgb(229 231 235 / .1)}.ring-gray-200\/100{--tw-ring-color: rgb(229 231 235 / 1)}.ring-gray-200\/15{--tw-ring-color: rgb(229 231 235 / .15)}.ring-gray-200\/20{--tw-ring-color: rgb(229 231 235 / .2)}.ring-gray-200\/25{--tw-ring-color: rgb(229 231 235 / .25)}.ring-gray-200\/30{--tw-ring-color: rgb(229 231 235 / .3)}.ring-gray-200\/35{--tw-ring-color: rgb(229 231 235 / .35)}.ring-gray-200\/40{--tw-ring-color: rgb(229 231 235 / .4)}.ring-gray-200\/45{--tw-ring-color: rgb(229 231 235 / .45)}.ring-gray-200\/5{--tw-ring-color: rgb(229 231 235 / .05)}.ring-gray-200\/50{--tw-ring-color: rgb(229 231 235 / .5)}.ring-gray-200\/55{--tw-ring-color: rgb(229 231 235 / .55)}.ring-gray-200\/60{--tw-ring-color: rgb(229 231 235 / .6)}.ring-gray-200\/65{--tw-ring-color: rgb(229 231 235 / .65)}.ring-gray-200\/70{--tw-ring-color: rgb(229 231 235 / .7)}.ring-gray-200\/75{--tw-ring-color: rgb(229 231 235 / .75)}.ring-gray-200\/80{--tw-ring-color: rgb(229 231 235 / .8)}.ring-gray-200\/85{--tw-ring-color: rgb(229 231 235 / .85)}.ring-gray-200\/90{--tw-ring-color: rgb(229 231 235 / .9)}.ring-gray-200\/95{--tw-ring-color: rgb(229 231 235 / .95)}.ring-gray-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1))}.ring-gray-300\/0{--tw-ring-color: rgb(209 213 219 / 0)}.ring-gray-300\/10{--tw-ring-color: rgb(209 213 219 / .1)}.ring-gray-300\/100{--tw-ring-color: rgb(209 213 219 / 1)}.ring-gray-300\/15{--tw-ring-color: rgb(209 213 219 / .15)}.ring-gray-300\/20{--tw-ring-color: rgb(209 213 219 / .2)}.ring-gray-300\/25{--tw-ring-color: rgb(209 213 219 / .25)}.ring-gray-300\/30{--tw-ring-color: rgb(209 213 219 / .3)}.ring-gray-300\/35{--tw-ring-color: rgb(209 213 219 / .35)}.ring-gray-300\/40{--tw-ring-color: rgb(209 213 219 / .4)}.ring-gray-300\/45{--tw-ring-color: rgb(209 213 219 / .45)}.ring-gray-300\/5{--tw-ring-color: rgb(209 213 219 / .05)}.ring-gray-300\/50{--tw-ring-color: rgb(209 213 219 / .5)}.ring-gray-300\/55{--tw-ring-color: rgb(209 213 219 / .55)}.ring-gray-300\/60{--tw-ring-color: rgb(209 213 219 / .6)}.ring-gray-300\/65{--tw-ring-color: rgb(209 213 219 / .65)}.ring-gray-300\/70{--tw-ring-color: rgb(209 213 219 / .7)}.ring-gray-300\/75{--tw-ring-color: rgb(209 213 219 / .75)}.ring-gray-300\/80{--tw-ring-color: rgb(209 213 219 / .8)}.ring-gray-300\/85{--tw-ring-color: rgb(209 213 219 / .85)}.ring-gray-300\/90{--tw-ring-color: rgb(209 213 219 / .9)}.ring-gray-300\/95{--tw-ring-color: rgb(209 213 219 / .95)}.ring-gray-400{--tw-ring-opacity: 1;--tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity, 1))}.ring-gray-400\/0{--tw-ring-color: rgb(156 163 175 / 0)}.ring-gray-400\/10{--tw-ring-color: rgb(156 163 175 / .1)}.ring-gray-400\/100{--tw-ring-color: rgb(156 163 175 / 1)}.ring-gray-400\/15{--tw-ring-color: rgb(156 163 175 / .15)}.ring-gray-400\/20{--tw-ring-color: rgb(156 163 175 / .2)}.ring-gray-400\/25{--tw-ring-color: rgb(156 163 175 / .25)}.ring-gray-400\/30{--tw-ring-color: rgb(156 163 175 / .3)}.ring-gray-400\/35{--tw-ring-color: rgb(156 163 175 / .35)}.ring-gray-400\/40{--tw-ring-color: rgb(156 163 175 / .4)}.ring-gray-400\/45{--tw-ring-color: rgb(156 163 175 / .45)}.ring-gray-400\/5{--tw-ring-color: rgb(156 163 175 / .05)}.ring-gray-400\/50{--tw-ring-color: rgb(156 163 175 / .5)}.ring-gray-400\/55{--tw-ring-color: rgb(156 163 175 / .55)}.ring-gray-400\/60{--tw-ring-color: rgb(156 163 175 / .6)}.ring-gray-400\/65{--tw-ring-color: rgb(156 163 175 / .65)}.ring-gray-400\/70{--tw-ring-color: rgb(156 163 175 / .7)}.ring-gray-400\/75{--tw-ring-color: rgb(156 163 175 / .75)}.ring-gray-400\/80{--tw-ring-color: rgb(156 163 175 / .8)}.ring-gray-400\/85{--tw-ring-color: rgb(156 163 175 / .85)}.ring-gray-400\/90{--tw-ring-color: rgb(156 163 175 / .9)}.ring-gray-400\/95{--tw-ring-color: rgb(156 163 175 / .95)}.ring-gray-50{--tw-ring-opacity: 1;--tw-ring-color: rgb(249 250 251 / var(--tw-ring-opacity, 1))}.ring-gray-50\/0{--tw-ring-color: rgb(249 250 251 / 0)}.ring-gray-50\/10{--tw-ring-color: rgb(249 250 251 / .1)}.ring-gray-50\/100{--tw-ring-color: rgb(249 250 251 / 1)}.ring-gray-50\/15{--tw-ring-color: rgb(249 250 251 / .15)}.ring-gray-50\/20{--tw-ring-color: rgb(249 250 251 / .2)}.ring-gray-50\/25{--tw-ring-color: rgb(249 250 251 / .25)}.ring-gray-50\/30{--tw-ring-color: rgb(249 250 251 / .3)}.ring-gray-50\/35{--tw-ring-color: rgb(249 250 251 / .35)}.ring-gray-50\/40{--tw-ring-color: rgb(249 250 251 / .4)}.ring-gray-50\/45{--tw-ring-color: rgb(249 250 251 / .45)}.ring-gray-50\/5{--tw-ring-color: rgb(249 250 251 / .05)}.ring-gray-50\/50{--tw-ring-color: rgb(249 250 251 / .5)}.ring-gray-50\/55{--tw-ring-color: rgb(249 250 251 / .55)}.ring-gray-50\/60{--tw-ring-color: rgb(249 250 251 / .6)}.ring-gray-50\/65{--tw-ring-color: rgb(249 250 251 / .65)}.ring-gray-50\/70{--tw-ring-color: rgb(249 250 251 / .7)}.ring-gray-50\/75{--tw-ring-color: rgb(249 250 251 / .75)}.ring-gray-50\/80{--tw-ring-color: rgb(249 250 251 / .8)}.ring-gray-50\/85{--tw-ring-color: rgb(249 250 251 / .85)}.ring-gray-50\/90{--tw-ring-color: rgb(249 250 251 / .9)}.ring-gray-50\/95{--tw-ring-color: rgb(249 250 251 / .95)}.ring-gray-500{--tw-ring-opacity: 1;--tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity, 1))}.ring-gray-500\/0{--tw-ring-color: rgb(107 114 128 / 0)}.ring-gray-500\/10{--tw-ring-color: rgb(107 114 128 / .1)}.ring-gray-500\/100{--tw-ring-color: rgb(107 114 128 / 1)}.ring-gray-500\/15{--tw-ring-color: rgb(107 114 128 / .15)}.ring-gray-500\/20{--tw-ring-color: rgb(107 114 128 / .2)}.ring-gray-500\/25{--tw-ring-color: rgb(107 114 128 / .25)}.ring-gray-500\/30{--tw-ring-color: rgb(107 114 128 / .3)}.ring-gray-500\/35{--tw-ring-color: rgb(107 114 128 / .35)}.ring-gray-500\/40{--tw-ring-color: rgb(107 114 128 / .4)}.ring-gray-500\/45{--tw-ring-color: rgb(107 114 128 / .45)}.ring-gray-500\/5{--tw-ring-color: rgb(107 114 128 / .05)}.ring-gray-500\/50{--tw-ring-color: rgb(107 114 128 / .5)}.ring-gray-500\/55{--tw-ring-color: rgb(107 114 128 / .55)}.ring-gray-500\/60{--tw-ring-color: rgb(107 114 128 / .6)}.ring-gray-500\/65{--tw-ring-color: rgb(107 114 128 / .65)}.ring-gray-500\/70{--tw-ring-color: rgb(107 114 128 / .7)}.ring-gray-500\/75{--tw-ring-color: rgb(107 114 128 / .75)}.ring-gray-500\/80{--tw-ring-color: rgb(107 114 128 / .8)}.ring-gray-500\/85{--tw-ring-color: rgb(107 114 128 / .85)}.ring-gray-500\/90{--tw-ring-color: rgb(107 114 128 / .9)}.ring-gray-500\/95{--tw-ring-color: rgb(107 114 128 / .95)}.ring-gray-600{--tw-ring-opacity: 1;--tw-ring-color: rgb(75 85 99 / var(--tw-ring-opacity, 1))}.ring-gray-600\/0{--tw-ring-color: rgb(75 85 99 / 0)}.ring-gray-600\/10{--tw-ring-color: rgb(75 85 99 / .1)}.ring-gray-600\/100{--tw-ring-color: rgb(75 85 99 / 1)}.ring-gray-600\/15{--tw-ring-color: rgb(75 85 99 / .15)}.ring-gray-600\/20{--tw-ring-color: rgb(75 85 99 / .2)}.ring-gray-600\/25{--tw-ring-color: rgb(75 85 99 / .25)}.ring-gray-600\/30{--tw-ring-color: rgb(75 85 99 / .3)}.ring-gray-600\/35{--tw-ring-color: rgb(75 85 99 / .35)}.ring-gray-600\/40{--tw-ring-color: rgb(75 85 99 / .4)}.ring-gray-600\/45{--tw-ring-color: rgb(75 85 99 / .45)}.ring-gray-600\/5{--tw-ring-color: rgb(75 85 99 / .05)}.ring-gray-600\/50{--tw-ring-color: rgb(75 85 99 / .5)}.ring-gray-600\/55{--tw-ring-color: rgb(75 85 99 / .55)}.ring-gray-600\/60{--tw-ring-color: rgb(75 85 99 / .6)}.ring-gray-600\/65{--tw-ring-color: rgb(75 85 99 / .65)}.ring-gray-600\/70{--tw-ring-color: rgb(75 85 99 / .7)}.ring-gray-600\/75{--tw-ring-color: rgb(75 85 99 / .75)}.ring-gray-600\/80{--tw-ring-color: rgb(75 85 99 / .8)}.ring-gray-600\/85{--tw-ring-color: rgb(75 85 99 / .85)}.ring-gray-600\/90{--tw-ring-color: rgb(75 85 99 / .9)}.ring-gray-600\/95{--tw-ring-color: rgb(75 85 99 / .95)}.ring-gray-700{--tw-ring-opacity: 1;--tw-ring-color: rgb(55 65 81 / var(--tw-ring-opacity, 1))}.ring-gray-700\/0{--tw-ring-color: rgb(55 65 81 / 0)}.ring-gray-700\/10{--tw-ring-color: rgb(55 65 81 / .1)}.ring-gray-700\/100{--tw-ring-color: rgb(55 65 81 / 1)}.ring-gray-700\/15{--tw-ring-color: rgb(55 65 81 / .15)}.ring-gray-700\/20{--tw-ring-color: rgb(55 65 81 / .2)}.ring-gray-700\/25{--tw-ring-color: rgb(55 65 81 / .25)}.ring-gray-700\/30{--tw-ring-color: rgb(55 65 81 / .3)}.ring-gray-700\/35{--tw-ring-color: rgb(55 65 81 / .35)}.ring-gray-700\/40{--tw-ring-color: rgb(55 65 81 / .4)}.ring-gray-700\/45{--tw-ring-color: rgb(55 65 81 / .45)}.ring-gray-700\/5{--tw-ring-color: rgb(55 65 81 / .05)}.ring-gray-700\/50{--tw-ring-color: rgb(55 65 81 / .5)}.ring-gray-700\/55{--tw-ring-color: rgb(55 65 81 / .55)}.ring-gray-700\/60{--tw-ring-color: rgb(55 65 81 / .6)}.ring-gray-700\/65{--tw-ring-color: rgb(55 65 81 / .65)}.ring-gray-700\/70{--tw-ring-color: rgb(55 65 81 / .7)}.ring-gray-700\/75{--tw-ring-color: rgb(55 65 81 / .75)}.ring-gray-700\/80{--tw-ring-color: rgb(55 65 81 / .8)}.ring-gray-700\/85{--tw-ring-color: rgb(55 65 81 / .85)}.ring-gray-700\/90{--tw-ring-color: rgb(55 65 81 / .9)}.ring-gray-700\/95{--tw-ring-color: rgb(55 65 81 / .95)}.ring-gray-900{--tw-ring-opacity: 1;--tw-ring-color: rgb(17 24 39 / var(--tw-ring-opacity, 1))}.ring-gray-900\/0{--tw-ring-color: rgb(17 24 39 / 0)}.ring-gray-900\/10{--tw-ring-color: rgb(17 24 39 / .1)}.ring-gray-900\/100{--tw-ring-color: rgb(17 24 39 / 1)}.ring-gray-900\/15{--tw-ring-color: rgb(17 24 39 / .15)}.ring-gray-900\/20{--tw-ring-color: rgb(17 24 39 / .2)}.ring-gray-900\/25{--tw-ring-color: rgb(17 24 39 / .25)}.ring-gray-900\/30{--tw-ring-color: rgb(17 24 39 / .3)}.ring-gray-900\/35{--tw-ring-color: rgb(17 24 39 / .35)}.ring-gray-900\/40{--tw-ring-color: rgb(17 24 39 / .4)}.ring-gray-900\/45{--tw-ring-color: rgb(17 24 39 / .45)}.ring-gray-900\/5{--tw-ring-color: rgb(17 24 39 / .05)}.ring-gray-900\/50{--tw-ring-color: rgb(17 24 39 / .5)}.ring-gray-900\/55{--tw-ring-color: rgb(17 24 39 / .55)}.ring-gray-900\/60{--tw-ring-color: rgb(17 24 39 / .6)}.ring-gray-900\/65{--tw-ring-color: rgb(17 24 39 / .65)}.ring-gray-900\/70{--tw-ring-color: rgb(17 24 39 / .7)}.ring-gray-900\/75{--tw-ring-color: rgb(17 24 39 / .75)}.ring-gray-900\/80{--tw-ring-color: rgb(17 24 39 / .8)}.ring-gray-900\/85{--tw-ring-color: rgb(17 24 39 / .85)}.ring-gray-900\/90{--tw-ring-color: rgb(17 24 39 / .9)}.ring-gray-900\/95{--tw-ring-color: rgb(17 24 39 / .95)}.ring-orange-100{--tw-ring-opacity: 1;--tw-ring-color: rgb(255 237 213 / var(--tw-ring-opacity, 1))}.ring-orange-100\/0{--tw-ring-color: rgb(255 237 213 / 0)}.ring-orange-100\/10{--tw-ring-color: rgb(255 237 213 / .1)}.ring-orange-100\/100{--tw-ring-color: rgb(255 237 213 / 1)}.ring-orange-100\/15{--tw-ring-color: rgb(255 237 213 / .15)}.ring-orange-100\/20{--tw-ring-color: rgb(255 237 213 / .2)}.ring-orange-100\/25{--tw-ring-color: rgb(255 237 213 / .25)}.ring-orange-100\/30{--tw-ring-color: rgb(255 237 213 / .3)}.ring-orange-100\/35{--tw-ring-color: rgb(255 237 213 / .35)}.ring-orange-100\/40{--tw-ring-color: rgb(255 237 213 / .4)}.ring-orange-100\/45{--tw-ring-color: rgb(255 237 213 / .45)}.ring-orange-100\/5{--tw-ring-color: rgb(255 237 213 / .05)}.ring-orange-100\/50{--tw-ring-color: rgb(255 237 213 / .5)}.ring-orange-100\/55{--tw-ring-color: rgb(255 237 213 / .55)}.ring-orange-100\/60{--tw-ring-color: rgb(255 237 213 / .6)}.ring-orange-100\/65{--tw-ring-color: rgb(255 237 213 / .65)}.ring-orange-100\/70{--tw-ring-color: rgb(255 237 213 / .7)}.ring-orange-100\/75{--tw-ring-color: rgb(255 237 213 / .75)}.ring-orange-100\/80{--tw-ring-color: rgb(255 237 213 / .8)}.ring-orange-100\/85{--tw-ring-color: rgb(255 237 213 / .85)}.ring-orange-100\/90{--tw-ring-color: rgb(255 237 213 / .9)}.ring-orange-100\/95{--tw-ring-color: rgb(255 237 213 / .95)}.ring-orange-200{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 215 170 / var(--tw-ring-opacity, 1))}.ring-orange-200\/0{--tw-ring-color: rgb(254 215 170 / 0)}.ring-orange-200\/10{--tw-ring-color: rgb(254 215 170 / .1)}.ring-orange-200\/100{--tw-ring-color: rgb(254 215 170 / 1)}.ring-orange-200\/15{--tw-ring-color: rgb(254 215 170 / .15)}.ring-orange-200\/20{--tw-ring-color: rgb(254 215 170 / .2)}.ring-orange-200\/25{--tw-ring-color: rgb(254 215 170 / .25)}.ring-orange-200\/30{--tw-ring-color: rgb(254 215 170 / .3)}.ring-orange-200\/35{--tw-ring-color: rgb(254 215 170 / .35)}.ring-orange-200\/40{--tw-ring-color: rgb(254 215 170 / .4)}.ring-orange-200\/45{--tw-ring-color: rgb(254 215 170 / .45)}.ring-orange-200\/5{--tw-ring-color: rgb(254 215 170 / .05)}.ring-orange-200\/50{--tw-ring-color: rgb(254 215 170 / .5)}.ring-orange-200\/55{--tw-ring-color: rgb(254 215 170 / .55)}.ring-orange-200\/60{--tw-ring-color: rgb(254 215 170 / .6)}.ring-orange-200\/65{--tw-ring-color: rgb(254 215 170 / .65)}.ring-orange-200\/70{--tw-ring-color: rgb(254 215 170 / .7)}.ring-orange-200\/75{--tw-ring-color: rgb(254 215 170 / .75)}.ring-orange-200\/80{--tw-ring-color: rgb(254 215 170 / .8)}.ring-orange-200\/85{--tw-ring-color: rgb(254 215 170 / .85)}.ring-orange-200\/90{--tw-ring-color: rgb(254 215 170 / .9)}.ring-orange-200\/95{--tw-ring-color: rgb(254 215 170 / .95)}.ring-orange-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(253 186 116 / var(--tw-ring-opacity, 1))}.ring-orange-300\/0{--tw-ring-color: rgb(253 186 116 / 0)}.ring-orange-300\/10{--tw-ring-color: rgb(253 186 116 / .1)}.ring-orange-300\/100{--tw-ring-color: rgb(253 186 116 / 1)}.ring-orange-300\/15{--tw-ring-color: rgb(253 186 116 / .15)}.ring-orange-300\/20{--tw-ring-color: rgb(253 186 116 / .2)}.ring-orange-300\/25{--tw-ring-color: rgb(253 186 116 / .25)}.ring-orange-300\/30{--tw-ring-color: rgb(253 186 116 / .3)}.ring-orange-300\/35{--tw-ring-color: rgb(253 186 116 / .35)}.ring-orange-300\/40{--tw-ring-color: rgb(253 186 116 / .4)}.ring-orange-300\/45{--tw-ring-color: rgb(253 186 116 / .45)}.ring-orange-300\/5{--tw-ring-color: rgb(253 186 116 / .05)}.ring-orange-300\/50{--tw-ring-color: rgb(253 186 116 / .5)}.ring-orange-300\/55{--tw-ring-color: rgb(253 186 116 / .55)}.ring-orange-300\/60{--tw-ring-color: rgb(253 186 116 / .6)}.ring-orange-300\/65{--tw-ring-color: rgb(253 186 116 / .65)}.ring-orange-300\/70{--tw-ring-color: rgb(253 186 116 / .7)}.ring-orange-300\/75{--tw-ring-color: rgb(253 186 116 / .75)}.ring-orange-300\/80{--tw-ring-color: rgb(253 186 116 / .8)}.ring-orange-300\/85{--tw-ring-color: rgb(253 186 116 / .85)}.ring-orange-300\/90{--tw-ring-color: rgb(253 186 116 / .9)}.ring-orange-300\/95{--tw-ring-color: rgb(253 186 116 / .95)}.ring-orange-400{--tw-ring-opacity: 1;--tw-ring-color: rgb(251 146 60 / var(--tw-ring-opacity, 1))}.ring-orange-400\/0{--tw-ring-color: rgb(251 146 60 / 0)}.ring-orange-400\/10{--tw-ring-color: rgb(251 146 60 / .1)}.ring-orange-400\/100{--tw-ring-color: rgb(251 146 60 / 1)}.ring-orange-400\/15{--tw-ring-color: rgb(251 146 60 / .15)}.ring-orange-400\/20{--tw-ring-color: rgb(251 146 60 / .2)}.ring-orange-400\/25{--tw-ring-color: rgb(251 146 60 / .25)}.ring-orange-400\/30{--tw-ring-color: rgb(251 146 60 / .3)}.ring-orange-400\/35{--tw-ring-color: rgb(251 146 60 / .35)}.ring-orange-400\/40{--tw-ring-color: rgb(251 146 60 / .4)}.ring-orange-400\/45{--tw-ring-color: rgb(251 146 60 / .45)}.ring-orange-400\/5{--tw-ring-color: rgb(251 146 60 / .05)}.ring-orange-400\/50{--tw-ring-color: rgb(251 146 60 / .5)}.ring-orange-400\/55{--tw-ring-color: rgb(251 146 60 / .55)}.ring-orange-400\/60{--tw-ring-color: rgb(251 146 60 / .6)}.ring-orange-400\/65{--tw-ring-color: rgb(251 146 60 / .65)}.ring-orange-400\/70{--tw-ring-color: rgb(251 146 60 / .7)}.ring-orange-400\/75{--tw-ring-color: rgb(251 146 60 / .75)}.ring-orange-400\/80{--tw-ring-color: rgb(251 146 60 / .8)}.ring-orange-400\/85{--tw-ring-color: rgb(251 146 60 / .85)}.ring-orange-400\/90{--tw-ring-color: rgb(251 146 60 / .9)}.ring-orange-400\/95{--tw-ring-color: rgb(251 146 60 / .95)}.ring-orange-50{--tw-ring-opacity: 1;--tw-ring-color: rgb(255 247 237 / var(--tw-ring-opacity, 1))}.ring-orange-50\/0{--tw-ring-color: rgb(255 247 237 / 0)}.ring-orange-50\/10{--tw-ring-color: rgb(255 247 237 / .1)}.ring-orange-50\/100{--tw-ring-color: rgb(255 247 237 / 1)}.ring-orange-50\/15{--tw-ring-color: rgb(255 247 237 / .15)}.ring-orange-50\/20{--tw-ring-color: rgb(255 247 237 / .2)}.ring-orange-50\/25{--tw-ring-color: rgb(255 247 237 / .25)}.ring-orange-50\/30{--tw-ring-color: rgb(255 247 237 / .3)}.ring-orange-50\/35{--tw-ring-color: rgb(255 247 237 / .35)}.ring-orange-50\/40{--tw-ring-color: rgb(255 247 237 / .4)}.ring-orange-50\/45{--tw-ring-color: rgb(255 247 237 / .45)}.ring-orange-50\/5{--tw-ring-color: rgb(255 247 237 / .05)}.ring-orange-50\/50{--tw-ring-color: rgb(255 247 237 / .5)}.ring-orange-50\/55{--tw-ring-color: rgb(255 247 237 / .55)}.ring-orange-50\/60{--tw-ring-color: rgb(255 247 237 / .6)}.ring-orange-50\/65{--tw-ring-color: rgb(255 247 237 / .65)}.ring-orange-50\/70{--tw-ring-color: rgb(255 247 237 / .7)}.ring-orange-50\/75{--tw-ring-color: rgb(255 247 237 / .75)}.ring-orange-50\/80{--tw-ring-color: rgb(255 247 237 / .8)}.ring-orange-50\/85{--tw-ring-color: rgb(255 247 237 / .85)}.ring-orange-50\/90{--tw-ring-color: rgb(255 247 237 / .9)}.ring-orange-50\/95{--tw-ring-color: rgb(255 247 237 / .95)}.ring-orange-500{--tw-ring-opacity: 1;--tw-ring-color: rgb(249 115 22 / var(--tw-ring-opacity, 1))}.ring-orange-500\/0{--tw-ring-color: rgb(249 115 22 / 0)}.ring-orange-500\/10{--tw-ring-color: rgb(249 115 22 / .1)}.ring-orange-500\/100{--tw-ring-color: rgb(249 115 22 / 1)}.ring-orange-500\/15{--tw-ring-color: rgb(249 115 22 / .15)}.ring-orange-500\/20{--tw-ring-color: rgb(249 115 22 / .2)}.ring-orange-500\/25{--tw-ring-color: rgb(249 115 22 / .25)}.ring-orange-500\/30{--tw-ring-color: rgb(249 115 22 / .3)}.ring-orange-500\/35{--tw-ring-color: rgb(249 115 22 / .35)}.ring-orange-500\/40{--tw-ring-color: rgb(249 115 22 / .4)}.ring-orange-500\/45{--tw-ring-color: rgb(249 115 22 / .45)}.ring-orange-500\/5{--tw-ring-color: rgb(249 115 22 / .05)}.ring-orange-500\/50{--tw-ring-color: rgb(249 115 22 / .5)}.ring-orange-500\/55{--tw-ring-color: rgb(249 115 22 / .55)}.ring-orange-500\/60{--tw-ring-color: rgb(249 115 22 / .6)}.ring-orange-500\/65{--tw-ring-color: rgb(249 115 22 / .65)}.ring-orange-500\/70{--tw-ring-color: rgb(249 115 22 / .7)}.ring-orange-500\/75{--tw-ring-color: rgb(249 115 22 / .75)}.ring-orange-500\/80{--tw-ring-color: rgb(249 115 22 / .8)}.ring-orange-500\/85{--tw-ring-color: rgb(249 115 22 / .85)}.ring-orange-500\/90{--tw-ring-color: rgb(249 115 22 / .9)}.ring-orange-500\/95{--tw-ring-color: rgb(249 115 22 / .95)}.ring-orange-600{--tw-ring-opacity: 1;--tw-ring-color: rgb(234 88 12 / var(--tw-ring-opacity, 1))}.ring-orange-600\/0{--tw-ring-color: rgb(234 88 12 / 0)}.ring-orange-600\/10{--tw-ring-color: rgb(234 88 12 / .1)}.ring-orange-600\/100{--tw-ring-color: rgb(234 88 12 / 1)}.ring-orange-600\/15{--tw-ring-color: rgb(234 88 12 / .15)}.ring-orange-600\/20{--tw-ring-color: rgb(234 88 12 / .2)}.ring-orange-600\/25{--tw-ring-color: rgb(234 88 12 / .25)}.ring-orange-600\/30{--tw-ring-color: rgb(234 88 12 / .3)}.ring-orange-600\/35{--tw-ring-color: rgb(234 88 12 / .35)}.ring-orange-600\/40{--tw-ring-color: rgb(234 88 12 / .4)}.ring-orange-600\/45{--tw-ring-color: rgb(234 88 12 / .45)}.ring-orange-600\/5{--tw-ring-color: rgb(234 88 12 / .05)}.ring-orange-600\/50{--tw-ring-color: rgb(234 88 12 / .5)}.ring-orange-600\/55{--tw-ring-color: rgb(234 88 12 / .55)}.ring-orange-600\/60{--tw-ring-color: rgb(234 88 12 / .6)}.ring-orange-600\/65{--tw-ring-color: rgb(234 88 12 / .65)}.ring-orange-600\/70{--tw-ring-color: rgb(234 88 12 / .7)}.ring-orange-600\/75{--tw-ring-color: rgb(234 88 12 / .75)}.ring-orange-600\/80{--tw-ring-color: rgb(234 88 12 / .8)}.ring-orange-600\/85{--tw-ring-color: rgb(234 88 12 / .85)}.ring-orange-600\/90{--tw-ring-color: rgb(234 88 12 / .9)}.ring-orange-600\/95{--tw-ring-color: rgb(234 88 12 / .95)}.ring-orange-700{--tw-ring-opacity: 1;--tw-ring-color: rgb(194 65 12 / var(--tw-ring-opacity, 1))}.ring-orange-700\/0{--tw-ring-color: rgb(194 65 12 / 0)}.ring-orange-700\/10{--tw-ring-color: rgb(194 65 12 / .1)}.ring-orange-700\/100{--tw-ring-color: rgb(194 65 12 / 1)}.ring-orange-700\/15{--tw-ring-color: rgb(194 65 12 / .15)}.ring-orange-700\/20{--tw-ring-color: rgb(194 65 12 / .2)}.ring-orange-700\/25{--tw-ring-color: rgb(194 65 12 / .25)}.ring-orange-700\/30{--tw-ring-color: rgb(194 65 12 / .3)}.ring-orange-700\/35{--tw-ring-color: rgb(194 65 12 / .35)}.ring-orange-700\/40{--tw-ring-color: rgb(194 65 12 / .4)}.ring-orange-700\/45{--tw-ring-color: rgb(194 65 12 / .45)}.ring-orange-700\/5{--tw-ring-color: rgb(194 65 12 / .05)}.ring-orange-700\/50{--tw-ring-color: rgb(194 65 12 / .5)}.ring-orange-700\/55{--tw-ring-color: rgb(194 65 12 / .55)}.ring-orange-700\/60{--tw-ring-color: rgb(194 65 12 / .6)}.ring-orange-700\/65{--tw-ring-color: rgb(194 65 12 / .65)}.ring-orange-700\/70{--tw-ring-color: rgb(194 65 12 / .7)}.ring-orange-700\/75{--tw-ring-color: rgb(194 65 12 / .75)}.ring-orange-700\/80{--tw-ring-color: rgb(194 65 12 / .8)}.ring-orange-700\/85{--tw-ring-color: rgb(194 65 12 / .85)}.ring-orange-700\/90{--tw-ring-color: rgb(194 65 12 / .9)}.ring-orange-700\/95{--tw-ring-color: rgb(194 65 12 / .95)}.ring-orange-900{--tw-ring-opacity: 1;--tw-ring-color: rgb(124 45 18 / var(--tw-ring-opacity, 1))}.ring-orange-900\/0{--tw-ring-color: rgb(124 45 18 / 0)}.ring-orange-900\/10{--tw-ring-color: rgb(124 45 18 / .1)}.ring-orange-900\/100{--tw-ring-color: rgb(124 45 18 / 1)}.ring-orange-900\/15{--tw-ring-color: rgb(124 45 18 / .15)}.ring-orange-900\/20{--tw-ring-color: rgb(124 45 18 / .2)}.ring-orange-900\/25{--tw-ring-color: rgb(124 45 18 / .25)}.ring-orange-900\/30{--tw-ring-color: rgb(124 45 18 / .3)}.ring-orange-900\/35{--tw-ring-color: rgb(124 45 18 / .35)}.ring-orange-900\/40{--tw-ring-color: rgb(124 45 18 / .4)}.ring-orange-900\/45{--tw-ring-color: rgb(124 45 18 / .45)}.ring-orange-900\/5{--tw-ring-color: rgb(124 45 18 / .05)}.ring-orange-900\/50{--tw-ring-color: rgb(124 45 18 / .5)}.ring-orange-900\/55{--tw-ring-color: rgb(124 45 18 / .55)}.ring-orange-900\/60{--tw-ring-color: rgb(124 45 18 / .6)}.ring-orange-900\/65{--tw-ring-color: rgb(124 45 18 / .65)}.ring-orange-900\/70{--tw-ring-color: rgb(124 45 18 / .7)}.ring-orange-900\/75{--tw-ring-color: rgb(124 45 18 / .75)}.ring-orange-900\/80{--tw-ring-color: rgb(124 45 18 / .8)}.ring-orange-900\/85{--tw-ring-color: rgb(124 45 18 / .85)}.ring-orange-900\/90{--tw-ring-color: rgb(124 45 18 / .9)}.ring-orange-900\/95{--tw-ring-color: rgb(124 45 18 / .95)}.ring-sidebar-ring{--tw-ring-color: var(--sidebar-ring)}.ring-yellow-100{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 249 195 / var(--tw-ring-opacity, 1))}.ring-yellow-100\/0{--tw-ring-color: rgb(254 249 195 / 0)}.ring-yellow-100\/10{--tw-ring-color: rgb(254 249 195 / .1)}.ring-yellow-100\/100{--tw-ring-color: rgb(254 249 195 / 1)}.ring-yellow-100\/15{--tw-ring-color: rgb(254 249 195 / .15)}.ring-yellow-100\/20{--tw-ring-color: rgb(254 249 195 / .2)}.ring-yellow-100\/25{--tw-ring-color: rgb(254 249 195 / .25)}.ring-yellow-100\/30{--tw-ring-color: rgb(254 249 195 / .3)}.ring-yellow-100\/35{--tw-ring-color: rgb(254 249 195 / .35)}.ring-yellow-100\/40{--tw-ring-color: rgb(254 249 195 / .4)}.ring-yellow-100\/45{--tw-ring-color: rgb(254 249 195 / .45)}.ring-yellow-100\/5{--tw-ring-color: rgb(254 249 195 / .05)}.ring-yellow-100\/50{--tw-ring-color: rgb(254 249 195 / .5)}.ring-yellow-100\/55{--tw-ring-color: rgb(254 249 195 / .55)}.ring-yellow-100\/60{--tw-ring-color: rgb(254 249 195 / .6)}.ring-yellow-100\/65{--tw-ring-color: rgb(254 249 195 / .65)}.ring-yellow-100\/70{--tw-ring-color: rgb(254 249 195 / .7)}.ring-yellow-100\/75{--tw-ring-color: rgb(254 249 195 / .75)}.ring-yellow-100\/80{--tw-ring-color: rgb(254 249 195 / .8)}.ring-yellow-100\/85{--tw-ring-color: rgb(254 249 195 / .85)}.ring-yellow-100\/90{--tw-ring-color: rgb(254 249 195 / .9)}.ring-yellow-100\/95{--tw-ring-color: rgb(254 249 195 / .95)}.ring-yellow-200{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 240 138 / var(--tw-ring-opacity, 1))}.ring-yellow-200\/0{--tw-ring-color: rgb(254 240 138 / 0)}.ring-yellow-200\/10{--tw-ring-color: rgb(254 240 138 / .1)}.ring-yellow-200\/100{--tw-ring-color: rgb(254 240 138 / 1)}.ring-yellow-200\/15{--tw-ring-color: rgb(254 240 138 / .15)}.ring-yellow-200\/20{--tw-ring-color: rgb(254 240 138 / .2)}.ring-yellow-200\/25{--tw-ring-color: rgb(254 240 138 / .25)}.ring-yellow-200\/30{--tw-ring-color: rgb(254 240 138 / .3)}.ring-yellow-200\/35{--tw-ring-color: rgb(254 240 138 / .35)}.ring-yellow-200\/40{--tw-ring-color: rgb(254 240 138 / .4)}.ring-yellow-200\/45{--tw-ring-color: rgb(254 240 138 / .45)}.ring-yellow-200\/5{--tw-ring-color: rgb(254 240 138 / .05)}.ring-yellow-200\/50{--tw-ring-color: rgb(254 240 138 / .5)}.ring-yellow-200\/55{--tw-ring-color: rgb(254 240 138 / .55)}.ring-yellow-200\/60{--tw-ring-color: rgb(254 240 138 / .6)}.ring-yellow-200\/65{--tw-ring-color: rgb(254 240 138 / .65)}.ring-yellow-200\/70{--tw-ring-color: rgb(254 240 138 / .7)}.ring-yellow-200\/75{--tw-ring-color: rgb(254 240 138 / .75)}.ring-yellow-200\/80{--tw-ring-color: rgb(254 240 138 / .8)}.ring-yellow-200\/85{--tw-ring-color: rgb(254 240 138 / .85)}.ring-yellow-200\/90{--tw-ring-color: rgb(254 240 138 / .9)}.ring-yellow-200\/95{--tw-ring-color: rgb(254 240 138 / .95)}.ring-yellow-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(253 224 71 / var(--tw-ring-opacity, 1))}.ring-yellow-300\/0{--tw-ring-color: rgb(253 224 71 / 0)}.ring-yellow-300\/10{--tw-ring-color: rgb(253 224 71 / .1)}.ring-yellow-300\/100{--tw-ring-color: rgb(253 224 71 / 1)}.ring-yellow-300\/15{--tw-ring-color: rgb(253 224 71 / .15)}.ring-yellow-300\/20{--tw-ring-color: rgb(253 224 71 / .2)}.ring-yellow-300\/25{--tw-ring-color: rgb(253 224 71 / .25)}.ring-yellow-300\/30{--tw-ring-color: rgb(253 224 71 / .3)}.ring-yellow-300\/35{--tw-ring-color: rgb(253 224 71 / .35)}.ring-yellow-300\/40{--tw-ring-color: rgb(253 224 71 / .4)}.ring-yellow-300\/45{--tw-ring-color: rgb(253 224 71 / .45)}.ring-yellow-300\/5{--tw-ring-color: rgb(253 224 71 / .05)}.ring-yellow-300\/50{--tw-ring-color: rgb(253 224 71 / .5)}.ring-yellow-300\/55{--tw-ring-color: rgb(253 224 71 / .55)}.ring-yellow-300\/60{--tw-ring-color: rgb(253 224 71 / .6)}.ring-yellow-300\/65{--tw-ring-color: rgb(253 224 71 / .65)}.ring-yellow-300\/70{--tw-ring-color: rgb(253 224 71 / .7)}.ring-yellow-300\/75{--tw-ring-color: rgb(253 224 71 / .75)}.ring-yellow-300\/80{--tw-ring-color: rgb(253 224 71 / .8)}.ring-yellow-300\/85{--tw-ring-color: rgb(253 224 71 / .85)}.ring-yellow-300\/90{--tw-ring-color: rgb(253 224 71 / .9)}.ring-yellow-300\/95{--tw-ring-color: rgb(253 224 71 / .95)}.ring-yellow-400{--tw-ring-opacity: 1;--tw-ring-color: rgb(250 204 21 / var(--tw-ring-opacity, 1))}.ring-yellow-400\/0{--tw-ring-color: rgb(250 204 21 / 0)}.ring-yellow-400\/10{--tw-ring-color: rgb(250 204 21 / .1)}.ring-yellow-400\/100{--tw-ring-color: rgb(250 204 21 / 1)}.ring-yellow-400\/15{--tw-ring-color: rgb(250 204 21 / .15)}.ring-yellow-400\/20{--tw-ring-color: rgb(250 204 21 / .2)}.ring-yellow-400\/25{--tw-ring-color: rgb(250 204 21 / .25)}.ring-yellow-400\/30{--tw-ring-color: rgb(250 204 21 / .3)}.ring-yellow-400\/35{--tw-ring-color: rgb(250 204 21 / .35)}.ring-yellow-400\/40{--tw-ring-color: rgb(250 204 21 / .4)}.ring-yellow-400\/45{--tw-ring-color: rgb(250 204 21 / .45)}.ring-yellow-400\/5{--tw-ring-color: rgb(250 204 21 / .05)}.ring-yellow-400\/50{--tw-ring-color: rgb(250 204 21 / .5)}.ring-yellow-400\/55{--tw-ring-color: rgb(250 204 21 / .55)}.ring-yellow-400\/60{--tw-ring-color: rgb(250 204 21 / .6)}.ring-yellow-400\/65{--tw-ring-color: rgb(250 204 21 / .65)}.ring-yellow-400\/70{--tw-ring-color: rgb(250 204 21 / .7)}.ring-yellow-400\/75{--tw-ring-color: rgb(250 204 21 / .75)}.ring-yellow-400\/80{--tw-ring-color: rgb(250 204 21 / .8)}.ring-yellow-400\/85{--tw-ring-color: rgb(250 204 21 / .85)}.ring-yellow-400\/90{--tw-ring-color: rgb(250 204 21 / .9)}.ring-yellow-400\/95{--tw-ring-color: rgb(250 204 21 / .95)}.ring-yellow-50{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 252 232 / var(--tw-ring-opacity, 1))}.ring-yellow-50\/0{--tw-ring-color: rgb(254 252 232 / 0)}.ring-yellow-50\/10{--tw-ring-color: rgb(254 252 232 / .1)}.ring-yellow-50\/100{--tw-ring-color: rgb(254 252 232 / 1)}.ring-yellow-50\/15{--tw-ring-color: rgb(254 252 232 / .15)}.ring-yellow-50\/20{--tw-ring-color: rgb(254 252 232 / .2)}.ring-yellow-50\/25{--tw-ring-color: rgb(254 252 232 / .25)}.ring-yellow-50\/30{--tw-ring-color: rgb(254 252 232 / .3)}.ring-yellow-50\/35{--tw-ring-color: rgb(254 252 232 / .35)}.ring-yellow-50\/40{--tw-ring-color: rgb(254 252 232 / .4)}.ring-yellow-50\/45{--tw-ring-color: rgb(254 252 232 / .45)}.ring-yellow-50\/5{--tw-ring-color: rgb(254 252 232 / .05)}.ring-yellow-50\/50{--tw-ring-color: rgb(254 252 232 / .5)}.ring-yellow-50\/55{--tw-ring-color: rgb(254 252 232 / .55)}.ring-yellow-50\/60{--tw-ring-color: rgb(254 252 232 / .6)}.ring-yellow-50\/65{--tw-ring-color: rgb(254 252 232 / .65)}.ring-yellow-50\/70{--tw-ring-color: rgb(254 252 232 / .7)}.ring-yellow-50\/75{--tw-ring-color: rgb(254 252 232 / .75)}.ring-yellow-50\/80{--tw-ring-color: rgb(254 252 232 / .8)}.ring-yellow-50\/85{--tw-ring-color: rgb(254 252 232 / .85)}.ring-yellow-50\/90{--tw-ring-color: rgb(254 252 232 / .9)}.ring-yellow-50\/95{--tw-ring-color: rgb(254 252 232 / .95)}.ring-yellow-500{--tw-ring-opacity: 1;--tw-ring-color: rgb(234 179 8 / var(--tw-ring-opacity, 1))}.ring-yellow-500\/0{--tw-ring-color: rgb(234 179 8 / 0)}.ring-yellow-500\/10{--tw-ring-color: rgb(234 179 8 / .1)}.ring-yellow-500\/100{--tw-ring-color: rgb(234 179 8 / 1)}.ring-yellow-500\/15{--tw-ring-color: rgb(234 179 8 / .15)}.ring-yellow-500\/20{--tw-ring-color: rgb(234 179 8 / .2)}.ring-yellow-500\/25{--tw-ring-color: rgb(234 179 8 / .25)}.ring-yellow-500\/30{--tw-ring-color: rgb(234 179 8 / .3)}.ring-yellow-500\/35{--tw-ring-color: rgb(234 179 8 / .35)}.ring-yellow-500\/40{--tw-ring-color: rgb(234 179 8 / .4)}.ring-yellow-500\/45{--tw-ring-color: rgb(234 179 8 / .45)}.ring-yellow-500\/5{--tw-ring-color: rgb(234 179 8 / .05)}.ring-yellow-500\/50{--tw-ring-color: rgb(234 179 8 / .5)}.ring-yellow-500\/55{--tw-ring-color: rgb(234 179 8 / .55)}.ring-yellow-500\/60{--tw-ring-color: rgb(234 179 8 / .6)}.ring-yellow-500\/65{--tw-ring-color: rgb(234 179 8 / .65)}.ring-yellow-500\/70{--tw-ring-color: rgb(234 179 8 / .7)}.ring-yellow-500\/75{--tw-ring-color: rgb(234 179 8 / .75)}.ring-yellow-500\/80{--tw-ring-color: rgb(234 179 8 / .8)}.ring-yellow-500\/85{--tw-ring-color: rgb(234 179 8 / .85)}.ring-yellow-500\/90{--tw-ring-color: rgb(234 179 8 / .9)}.ring-yellow-500\/95{--tw-ring-color: rgb(234 179 8 / .95)}.ring-yellow-600{--tw-ring-opacity: 1;--tw-ring-color: rgb(202 138 4 / var(--tw-ring-opacity, 1))}.ring-yellow-600\/0{--tw-ring-color: rgb(202 138 4 / 0)}.ring-yellow-600\/10{--tw-ring-color: rgb(202 138 4 / .1)}.ring-yellow-600\/100{--tw-ring-color: rgb(202 138 4 / 1)}.ring-yellow-600\/15{--tw-ring-color: rgb(202 138 4 / .15)}.ring-yellow-600\/20{--tw-ring-color: rgb(202 138 4 / .2)}.ring-yellow-600\/25{--tw-ring-color: rgb(202 138 4 / .25)}.ring-yellow-600\/30{--tw-ring-color: rgb(202 138 4 / .3)}.ring-yellow-600\/35{--tw-ring-color: rgb(202 138 4 / .35)}.ring-yellow-600\/40{--tw-ring-color: rgb(202 138 4 / .4)}.ring-yellow-600\/45{--tw-ring-color: rgb(202 138 4 / .45)}.ring-yellow-600\/5{--tw-ring-color: rgb(202 138 4 / .05)}.ring-yellow-600\/50{--tw-ring-color: rgb(202 138 4 / .5)}.ring-yellow-600\/55{--tw-ring-color: rgb(202 138 4 / .55)}.ring-yellow-600\/60{--tw-ring-color: rgb(202 138 4 / .6)}.ring-yellow-600\/65{--tw-ring-color: rgb(202 138 4 / .65)}.ring-yellow-600\/70{--tw-ring-color: rgb(202 138 4 / .7)}.ring-yellow-600\/75{--tw-ring-color: rgb(202 138 4 / .75)}.ring-yellow-600\/80{--tw-ring-color: rgb(202 138 4 / .8)}.ring-yellow-600\/85{--tw-ring-color: rgb(202 138 4 / .85)}.ring-yellow-600\/90{--tw-ring-color: rgb(202 138 4 / .9)}.ring-yellow-600\/95{--tw-ring-color: rgb(202 138 4 / .95)}.ring-yellow-700{--tw-ring-opacity: 1;--tw-ring-color: rgb(161 98 7 / var(--tw-ring-opacity, 1))}.ring-yellow-700\/0{--tw-ring-color: rgb(161 98 7 / 0)}.ring-yellow-700\/10{--tw-ring-color: rgb(161 98 7 / .1)}.ring-yellow-700\/100{--tw-ring-color: rgb(161 98 7 / 1)}.ring-yellow-700\/15{--tw-ring-color: rgb(161 98 7 / .15)}.ring-yellow-700\/20{--tw-ring-color: rgb(161 98 7 / .2)}.ring-yellow-700\/25{--tw-ring-color: rgb(161 98 7 / .25)}.ring-yellow-700\/30{--tw-ring-color: rgb(161 98 7 / .3)}.ring-yellow-700\/35{--tw-ring-color: rgb(161 98 7 / .35)}.ring-yellow-700\/40{--tw-ring-color: rgb(161 98 7 / .4)}.ring-yellow-700\/45{--tw-ring-color: rgb(161 98 7 / .45)}.ring-yellow-700\/5{--tw-ring-color: rgb(161 98 7 / .05)}.ring-yellow-700\/50{--tw-ring-color: rgb(161 98 7 / .5)}.ring-yellow-700\/55{--tw-ring-color: rgb(161 98 7 / .55)}.ring-yellow-700\/60{--tw-ring-color: rgb(161 98 7 / .6)}.ring-yellow-700\/65{--tw-ring-color: rgb(161 98 7 / .65)}.ring-yellow-700\/70{--tw-ring-color: rgb(161 98 7 / .7)}.ring-yellow-700\/75{--tw-ring-color: rgb(161 98 7 / .75)}.ring-yellow-700\/80{--tw-ring-color: rgb(161 98 7 / .8)}.ring-yellow-700\/85{--tw-ring-color: rgb(161 98 7 / .85)}.ring-yellow-700\/90{--tw-ring-color: rgb(161 98 7 / .9)}.ring-yellow-700\/95{--tw-ring-color: rgb(161 98 7 / .95)}.ring-yellow-900{--tw-ring-opacity: 1;--tw-ring-color: rgb(113 63 18 / var(--tw-ring-opacity, 1))}.ring-yellow-900\/0{--tw-ring-color: rgb(113 63 18 / 0)}.ring-yellow-900\/10{--tw-ring-color: rgb(113 63 18 / .1)}.ring-yellow-900\/100{--tw-ring-color: rgb(113 63 18 / 1)}.ring-yellow-900\/15{--tw-ring-color: rgb(113 63 18 / .15)}.ring-yellow-900\/20{--tw-ring-color: rgb(113 63 18 / .2)}.ring-yellow-900\/25{--tw-ring-color: rgb(113 63 18 / .25)}.ring-yellow-900\/30{--tw-ring-color: rgb(113 63 18 / .3)}.ring-yellow-900\/35{--tw-ring-color: rgb(113 63 18 / .35)}.ring-yellow-900\/40{--tw-ring-color: rgb(113 63 18 / .4)}.ring-yellow-900\/45{--tw-ring-color: rgb(113 63 18 / .45)}.ring-yellow-900\/5{--tw-ring-color: rgb(113 63 18 / .05)}.ring-yellow-900\/50{--tw-ring-color: rgb(113 63 18 / .5)}.ring-yellow-900\/55{--tw-ring-color: rgb(113 63 18 / .55)}.ring-yellow-900\/60{--tw-ring-color: rgb(113 63 18 / .6)}.ring-yellow-900\/65{--tw-ring-color: rgb(113 63 18 / .65)}.ring-yellow-900\/70{--tw-ring-color: rgb(113 63 18 / .7)}.ring-yellow-900\/75{--tw-ring-color: rgb(113 63 18 / .75)}.ring-yellow-900\/80{--tw-ring-color: rgb(113 63 18 / .8)}.ring-yellow-900\/85{--tw-ring-color: rgb(113 63 18 / .85)}.ring-yellow-900\/90{--tw-ring-color: rgb(113 63 18 / .9)}.ring-yellow-900\/95{--tw-ring-color: rgb(113 63 18 / .95)}.ring-offset-background{--tw-ring-offset-color: var(--background)}.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-\[100px\]{--tw-blur: blur(100px);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-\[120px\]{--tw-blur: blur(120px);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{--tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / .1)) drop-shadow(0 1px 1px 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-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)}.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-\[2px\]{--tw-backdrop-blur: blur(2px);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);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);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,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[color\,box-shadow\]{transition-property:color,box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[left\,right\,width\]{transition-property:left,right,width;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[margin\,opacity\]{transition-property:margin,opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[width\,background\]{transition-property:width,background;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[width\,height\,padding\]{transition-property:width,height,padding;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[width\]{transition-property:width;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-none{transition-property:none}.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-0{transition-delay:0s}.duration-1000{transition-duration:1s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.duration-700{transition-duration:.7s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-linear{transition-timing-function:linear}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}@keyframes text-shadow-pulse{0%,to{text-shadow:0 0 0px rgba(249,115,22,0)}50%{text-shadow:0 0 15px rgba(249,115,22,.4)}}.animate-text-shadow{animation:text-shadow-pulse 3s ease-in-out infinite}.selection\:bg-primary *::-moz-selection{background-color:var(--primary)}.selection\:bg-primary *::selection{background-color:var(--primary)}.selection\:text-primary-foreground *::-moz-selection{color:var(--primary-foreground)}.selection\:text-primary-foreground *::selection{color:var(--primary-foreground)}.selection\:bg-primary::-moz-selection{background-color:var(--primary)}.selection\:bg-primary::selection{background-color:var(--primary)}.selection\:text-primary-foreground::-moz-selection{color:var(--primary-foreground)}.selection\:text-primary-foreground::selection{color:var(--primary-foreground)}.file\:inline-flex::file-selector-button{display:inline-flex}.file\:h-7::file-selector-button{height:1.75rem}.file\:border-0::file-selector-button{border-width:0px}.file\:bg-transparent::file-selector-button{background-color:transparent}.file\:text-sm::file-selector-button{font-size:.875rem;line-height:1.25rem}.file\:font-medium::file-selector-button{font-weight:500}.file\:text-foreground::file-selector-button{color:var(--foreground)}.placeholder\:text-gray-400::-moz-placeholder{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.placeholder\:text-gray-400::placeholder{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.placeholder\:text-muted-foreground::-moz-placeholder{color:var(--muted-foreground)}.placeholder\:text-muted-foreground::placeholder{color:var(--muted-foreground)}.before\:absolute:before{content:var(--tw-content);position:absolute}.before\:inset-0:before{content:var(--tw-content);inset:0}.before\:left-0:before{content:var(--tw-content);left:0}.before\:top-0:before{content:var(--tw-content);top:0}.before\:z-10:before{content:var(--tw-content);z-index:10}.before\:h-full:before{content:var(--tw-content);height:100%}.before\:w-4:before{content:var(--tw-content);width:1rem}.before\:bg-\[radial-gradient\(ellipse_80\%_80\%_at_50\%_0\%\,rgba\(249\,115\,22\,0\.2\)\,transparent\)\]:before{content:var(--tw-content);background-image:radial-gradient(ellipse 80% 80% at 50% 0%,rgba(249,115,22,.2),transparent)}.before\:bg-gradient-to-b:before{content:var(--tw-content);background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.before\:from-orange-500:before{content:var(--tw-content);--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)}.before\:via-gray-600:before{content:var(--tw-content);--tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #4b5563 var(--tw-gradient-via-position), var(--tw-gradient-to)}.before\:to-gray-300:before{content:var(--tw-content);--tw-gradient-to: #d1d5db var(--tw-gradient-to-position)}.before\:transition-transform:before{content:var(--tw-content);transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.before\:duration-300:before{content:var(--tw-content);transition-duration:.3s}.before\:content-\[\'\'\]:before{--tw-content: "";content:var(--tw-content)}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:-inset-2:after{content:var(--tw-content);inset:-.5rem}.after\:inset-y-0:after{content:var(--tw-content);top:0;bottom:0}.after\:left-1\/2:after{content:var(--tw-content);left:50%}.after\:w-1:after{content:var(--tw-content);width:.25rem}.after\:w-\[2px\]:after{content:var(--tw-content);width:2px}.after\:-translate-x-1\/2:after{content:var(--tw-content);--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))}.first\:rounded-l-md:first-child{border-top-left-radius:calc(var(--radius) - 2px);border-bottom-left-radius:calc(var(--radius) - 2px)}.first\:border-l:first-child{border-left-width:1px}.last\:rounded-r-md:last-child{border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.last\:border-b-0:last-child{border-bottom-width:0px}.focus-within\:relative:focus-within{position:relative}.focus-within\:z-20:focus-within{z-index:20}.hover\:h-2\.5:hover{height:.625rem}.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\: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-gray-300:hover{--tw-border-opacity: 1;border-color:rgb(209 213 219 / 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-200\/50:hover{border-color:#fed7aa80}.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-yellow-400:hover{--tw-border-opacity: 1;border-color:rgb(250 204 21 / var(--tw-border-opacity, 1))}.hover\:bg-accent:hover{background-color:var(--accent)}.hover\:bg-amber-800:hover{--tw-bg-opacity: 1;background-color:rgb(146 64 14 / 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-600:hover{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / 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-50:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-50\/50:hover{background-color:#f9fafb80}.hover\:bg-gray-800:hover{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / 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-muted:hover{background-color:var(--muted)}.hover\:bg-neutral-800:hover{--tw-bg-opacity: 1;background-color:rgb(38 38 38 / 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-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-50\/10:hover{background-color:#fff7ed1a}.hover\:bg-orange-600:hover{--tw-bg-opacity: 1;background-color:rgb(234 88 12 / var(--tw-bg-opacity, 1))}.hover\:bg-primary:hover{background-color:var(--primary)}.hover\:bg-red-50:hover{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.hover\:bg-sidebar-accent:hover{background-color:var(--sidebar-accent)}.hover\:bg-slate-300:hover{--tw-bg-opacity: 1;background-color:rgb(203 213 225 / var(--tw-bg-opacity, 1))}.hover\:bg-slate-800:hover{--tw-bg-opacity: 1;background-color:rgb(30 41 59 / var(--tw-bg-opacity, 1))}.hover\:bg-violet-600:hover{--tw-bg-opacity: 1;background-color:rgb(124 58 237 / 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\/20:hover{background-color:#fff3}.hover\:bg-white\/30:hover{background-color:#ffffff4d}.hover\:bg-white\/95:hover{background-color:#fffffff2}.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\: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\:text-accent-foreground:hover{color:var(--accent-foreground)}.hover\:text-foreground:hover{color:var(--foreground)}.hover\:text-gray-600:hover{--tw-text-opacity: 1;color:rgb(75 85 99 / 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-muted-foreground:hover{color:var(--muted-foreground)}.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-primary-foreground:hover{color:var(--primary-foreground)}.hover\:text-red-500:hover{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.hover\:text-sidebar-accent-foreground:hover{color:var(--sidebar-accent-foreground)}.hover\:text-slate-700:hover{--tw-text-opacity: 1;color:rgb(51 65 85 / var(--tw-text-opacity, 1))}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-100:hover{opacity:1}.hover\:opacity-80:hover{opacity:.8}.hover\:opacity-90:hover{opacity:.9}.hover\:shadow-\[0_0_0_1px_hsl\(var\(--sidebar-accent\)\)\]:hover{--tw-shadow: 0 0 0 1px hsl(var(--sidebar-accent));--tw-shadow-colored: 0 0 0 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-\[0_20px_60px_-15px_rgba\(249\,115\,22\,0\.15\)\]:hover{--tw-shadow: 0 20px 60px -15px rgba(249,115,22,.15);--tw-shadow-colored: 0 20px 60px -15px 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-\[0_25px_50px_-12px_rgba\(249\,115\,22\,0\.25\)\]:hover{--tw-shadow: 0 25px 50px -12px rgba(249,115,22,.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-\[0_32px_64px_-12px_rgba\(0\,0\,0\,0\.18\)\,0_0_0_1px_rgba\(249\,115\,22\,0\.1\)\]:hover{--tw-shadow: 0 32px 64px -12px rgba(0,0,0,.18),0 0 0 1px rgba(249,115,22,.1);--tw-shadow-colored: 0 32px 64px -12px var(--tw-shadow-color), 0 0 0 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-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-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\:ring-2:hover{--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)}.hover\:ring-4:hover{--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)}.hover\:ring-orange-400\/20:hover{--tw-ring-color: rgb(251 146 60 / .2)}.hover\:after\:bg-sidebar-border:hover:after{content:var(--tw-content);background-color:var(--sidebar-border)}.focus\:z-10:focus{z-index:10}.focus\:border-orange-300:focus{--tw-border-opacity: 1;border-color:rgb(253 186 116 / 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-500\/50:focus{border-color:#f9731680}.focus\:bg-accent:focus{background-color:var(--accent)}.focus\:bg-primary:focus{background-color:var(--primary)}.focus\:text-accent-foreground:focus{color:var(--accent-foreground)}.focus\:text-primary-foreground:focus{color:var(--primary-foreground)}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-0: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(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)}.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-orange-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(251 146 60 / 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-500\/10:focus{--tw-ring-color: rgb(249 115 22 / .1)}.focus\:ring-orange-500\/15:focus{--tw-ring-color: rgb(249 115 22 / .15)}.focus\:ring-ring:focus{--tw-ring-color: var(--ring)}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.focus-visible\:z-10:focus-visible{z-index:10}.focus-visible\:border-orange-500:focus-visible{--tw-border-opacity: 1;border-color:rgb(249 115 22 / var(--tw-border-opacity, 1))}.focus-visible\:border-ring:focus-visible{border-color:var(--ring)}.focus-visible\:outline-1:focus-visible{outline-width:1px}.focus-visible\:outline-ring:focus-visible{outline-color:var(--ring)}.focus-visible\:ring-0:focus-visible{--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)}.focus-visible\:ring-1:focus-visible{--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-visible\:ring-2:focus-visible{--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-visible\:ring-4:focus-visible{--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-visible\:ring-\[3px\]:focus-visible{--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-visible\:ring-gray-500:focus-visible{--tw-ring-opacity: 1;--tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity, 1))}.focus-visible\:ring-orange-500\/60:focus-visible{--tw-ring-color: rgb(249 115 22 / .6)}.focus-visible\:ring-red-500:focus-visible{--tw-ring-opacity: 1;--tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1))}.focus-visible\:ring-ring:focus-visible{--tw-ring-color: var(--ring)}.focus-visible\:ring-offset-1:focus-visible{--tw-ring-offset-width: 1px}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width: 2px}.focus-visible\:ring-offset-gray-50:focus-visible{--tw-ring-offset-color: #f9fafb}.active\:scale-95:active{--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))}.active\:scale-\[0\.99\]:active{--tw-scale-x: .99;--tw-scale-y: .99;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))}.active\:bg-sidebar-accent:active{background-color:var(--sidebar-accent)}.active\:text-sidebar-accent-foreground:active{color:var(--sidebar-accent-foreground)}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:opacity-70:disabled{opacity:.7}.group\/menu-item:focus-within .group-focus-within\/menu-item\:opacity-100{opacity:1}.group:hover .group-hover\:flex{display:flex}.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-\[1\.06\]{--tw-scale-x: 1.06;--tw-scale-y: 1.06;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\:bg-amber-100\/90{background-color:#fef3c7e6}.group:hover .group-hover\:bg-orange-100\/90{background-color:#ffedd5e6}.group:hover .group-hover\:bg-slate-200\/80{background-color:#e2e8f0cc}.group:hover .group-hover\:text-orange-500{--tw-text-opacity: 1;color:rgb(249 115 22 / 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\/menu-item:hover .group-hover\/menu-item\:opacity-100,.group:hover .group-hover\:opacity-100{opacity:1}.peer\/menu-button:hover~.peer-hover\/menu-button\:text-sidebar-accent-foreground{color:var(--sidebar-accent-foreground)}.peer:disabled~.peer-disabled\:cursor-not-allowed{cursor:not-allowed}.peer:disabled~.peer-disabled\:opacity-50{opacity:.5}.has-\[\>svg\]\:grid-cols-\[calc\(var\(--spacing\)\*4\)_1fr\]:has(>svg){grid-template-columns:calc(var(--spacing) * 4) 1fr}.has-\[\>svg\]\:gap-x-3:has(>svg){-moz-column-gap:.75rem;column-gap:.75rem}.has-\[\>svg\]\:px-2\.5:has(>svg){padding-left:.625rem;padding-right:.625rem}.has-\[\>svg\]\:px-3:has(>svg){padding-left:.75rem;padding-right:.75rem}.has-\[\>svg\]\:px-4:has(>svg){padding-left:1rem;padding-right:1rem}.aria-disabled\:pointer-events-none[aria-disabled=true]{pointer-events:none}.aria-disabled\:opacity-50[aria-disabled=true]{opacity:.5}.aria-selected\:bg-accent[aria-selected=true]{background-color:var(--accent)}.aria-selected\:bg-primary[aria-selected=true]{background-color:var(--primary)}.aria-selected\:text-accent-foreground[aria-selected=true]{color:var(--accent-foreground)}.aria-selected\:text-muted-foreground[aria-selected=true]{color:var(--muted-foreground)}.aria-selected\:text-primary-foreground[aria-selected=true]{color:var(--primary-foreground)}.aria-selected\:opacity-100[aria-selected=true]{opacity:1}.data-\[disabled\=true\]\:pointer-events-none[data-disabled=true],.data-\[disabled\]\:pointer-events-none[data-disabled]{pointer-events:none}.data-\[vaul-drawer-direction\=bottom\]\:inset-x-0[data-vaul-drawer-direction=bottom]{left:0;right:0}.data-\[vaul-drawer-direction\=left\]\:inset-y-0[data-vaul-drawer-direction=left],.data-\[vaul-drawer-direction\=right\]\:inset-y-0[data-vaul-drawer-direction=right]{top:0;bottom:0}.data-\[vaul-drawer-direction\=top\]\:inset-x-0[data-vaul-drawer-direction=top]{left:0;right:0}.data-\[vaul-drawer-direction\=bottom\]\:bottom-0[data-vaul-drawer-direction=bottom]{bottom:0}.data-\[vaul-drawer-direction\=left\]\:left-0[data-vaul-drawer-direction=left]{left:0}.data-\[vaul-drawer-direction\=right\]\:right-0[data-vaul-drawer-direction=right]{right:0}.data-\[vaul-drawer-direction\=top\]\:top-0[data-vaul-drawer-direction=top]{top:0}.data-\[active\=true\]\:z-10[data-active=true]{z-index:10}.data-\[vaul-drawer-direction\=bottom\]\:mt-24[data-vaul-drawer-direction=bottom]{margin-top:6rem}.data-\[vaul-drawer-direction\=top\]\:mb-24[data-vaul-drawer-direction=top]{margin-bottom:6rem}.data-\[orientation\=horizontal\]\:h-4[data-orientation=horizontal]{height:1rem}.data-\[orientation\=horizontal\]\:h-full[data-orientation=horizontal]{height:100%}.data-\[orientation\=horizontal\]\:h-px[data-orientation=horizontal]{height:1px}.data-\[orientation\=vertical\]\:h-full[data-orientation=vertical]{height:100%}.data-\[panel-group-direction\=vertical\]\:h-px[data-panel-group-direction=vertical]{height:1px}.data-\[size\=default\]\:h-9[data-size=default]{height:2.25rem}.data-\[size\=sm\]\:h-8[data-size=sm]{height:2rem}.data-\[vaul-drawer-direction\=bottom\]\:max-h-\[80vh\][data-vaul-drawer-direction=bottom],.data-\[vaul-drawer-direction\=top\]\:max-h-\[80vh\][data-vaul-drawer-direction=top]{max-height:80vh}.data-\[orientation\=vertical\]\:min-h-44[data-orientation=vertical]{min-height:11rem}.data-\[orientation\=horizontal\]\:w-full[data-orientation=horizontal]{width:100%}.data-\[orientation\=vertical\]\:w-1\.5[data-orientation=vertical]{width:.375rem}.data-\[orientation\=vertical\]\:w-auto[data-orientation=vertical]{width:auto}.data-\[orientation\=vertical\]\:w-full[data-orientation=vertical]{width:100%}.data-\[orientation\=vertical\]\:w-px[data-orientation=vertical]{width:1px}.data-\[panel-group-direction\=vertical\]\:w-full[data-panel-group-direction=vertical]{width:100%}.data-\[vaul-drawer-direction\=left\]\:w-3\/4[data-vaul-drawer-direction=left],.data-\[vaul-drawer-direction\=right\]\:w-3\/4[data-vaul-drawer-direction=right]{width:75%}.data-\[side\=bottom\]\:translate-y-1[data-side=bottom]{--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))}.data-\[side\=left\]\:-translate-x-1[data-side=left]{--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))}.data-\[side\=right\]\:translate-x-1[data-side=right]{--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))}.data-\[side\=top\]\:-translate-y-1[data-side=top]{--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))}.data-\[state\=checked\]\:translate-x-\[calc\(100\%-2px\)\][data-state=checked]{--tw-translate-x: calc(100% - 2px) ;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))}.data-\[state\=unchecked\]\:translate-x-0[data-state=unchecked]{--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))}@keyframes accordion-up{0%{height:var(--radix-accordion-content-height)}to{height:0}}.data-\[state\=closed\]\:animate-accordion-up[data-state=closed]{animation:accordion-up .2s ease-out}@keyframes accordion-down{0%{height:0}to{height:var(--radix-accordion-content-height)}}.data-\[state\=open\]\:animate-accordion-down[data-state=open]{animation:accordion-down .2s ease-out}.data-\[orientation\=vertical\]\:flex-col[data-orientation=vertical],.data-\[panel-group-direction\=vertical\]\:flex-col[data-panel-group-direction=vertical]{flex-direction:column}.data-\[vaul-drawer-direction\=bottom\]\:rounded-t-lg[data-vaul-drawer-direction=bottom]{border-top-left-radius:var(--radius);border-top-right-radius:var(--radius)}.data-\[vaul-drawer-direction\=top\]\:rounded-b-lg[data-vaul-drawer-direction=top]{border-bottom-right-radius:var(--radius);border-bottom-left-radius:var(--radius)}.data-\[variant\=outline\]\:border-l-0[data-variant=outline]{border-left-width:0px}.data-\[vaul-drawer-direction\=bottom\]\:border-t[data-vaul-drawer-direction=bottom]{border-top-width:1px}.data-\[vaul-drawer-direction\=left\]\:border-r[data-vaul-drawer-direction=left]{border-right-width:1px}.data-\[vaul-drawer-direction\=right\]\:border-l[data-vaul-drawer-direction=right]{border-left-width:1px}.data-\[vaul-drawer-direction\=top\]\:border-b[data-vaul-drawer-direction=top]{border-bottom-width:1px}.data-\[active\=true\]\:border-ring[data-active=true]{border-color:var(--ring)}.data-\[state\=checked\]\:border-primary[data-state=checked]{border-color:var(--primary)}.data-\[active\=true\]\:bg-sidebar-accent[data-active=true]{background-color:var(--sidebar-accent)}.data-\[selected\=true\]\:bg-accent[data-selected=true]{background-color:var(--accent)}.data-\[state\=active\]\:bg-card[data-state=active]{background-color:var(--card)}.data-\[state\=checked\]\:bg-primary[data-state=checked]{background-color:var(--primary)}.data-\[state\=on\]\:bg-accent[data-state=on],.data-\[state\=open\]\:bg-accent[data-state=open]{background-color:var(--accent)}.data-\[state\=open\]\:bg-secondary[data-state=open]{background-color:var(--secondary)}.data-\[state\=selected\]\:bg-muted[data-state=selected]{background-color:var(--muted)}.data-\[inset\]\:pl-8[data-inset]{padding-left:2rem}.data-\[active\=true\]\:font-medium[data-active=true]{font-weight:500}.data-\[active\=true\]\:text-accent-foreground[data-active=true]{color:var(--accent-foreground)}.data-\[active\=true\]\:text-sidebar-accent-foreground[data-active=true]{color:var(--sidebar-accent-foreground)}.data-\[error\=true\]\:text-destructive[data-error=true]{color:var(--destructive)}.data-\[placeholder\]\:text-muted-foreground[data-placeholder]{color:var(--muted-foreground)}.data-\[selected\=true\]\:text-accent-foreground[data-selected=true]{color:var(--accent-foreground)}.data-\[state\=checked\]\:text-primary-foreground[data-state=checked]{color:var(--primary-foreground)}.data-\[state\=on\]\:text-accent-foreground[data-state=on],.data-\[state\=open\]\:text-accent-foreground[data-state=open]{color:var(--accent-foreground)}.data-\[state\=open\]\:text-muted-foreground[data-state=open]{color:var(--muted-foreground)}.data-\[variant\=destructive\]\:text-destructive[data-variant=destructive]{color:var(--destructive)}.data-\[disabled\=true\]\:opacity-50[data-disabled=true],.data-\[disabled\]\:opacity-50[data-disabled]{opacity:.5}.data-\[state\=open\]\:opacity-100[data-state=open]{opacity:1}.data-\[active\=true\]\:ring-\[3px\][data-active=true]{--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)}.data-\[state\=closed\]\:duration-300[data-state=closed]{transition-duration:.3s}.data-\[state\=open\]\:duration-500[data-state=open]{transition-duration:.5s}.\*\:data-\[slot\=select-value\]\:line-clamp-1[data-slot=select-value]>*{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.\*\:data-\[slot\=select-value\]\:flex[data-slot=select-value]>*{display:flex}.\*\:data-\[slot\=select-value\]\:items-center[data-slot=select-value]>*{align-items:center}.\*\:data-\[slot\=select-value\]\:gap-2[data-slot=select-value]>*{gap:.5rem}.data-\[panel-group-direction\=vertical\]\:after\:left-0[data-panel-group-direction=vertical]:after{content:var(--tw-content);left:0}.data-\[panel-group-direction\=vertical\]\:after\:h-1[data-panel-group-direction=vertical]:after{content:var(--tw-content);height:.25rem}.data-\[panel-group-direction\=vertical\]\:after\:w-full[data-panel-group-direction=vertical]:after{content:var(--tw-content);width:100%}.data-\[panel-group-direction\=vertical\]\:after\:-translate-y-1\/2[data-panel-group-direction=vertical]:after{content:var(--tw-content);--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))}.data-\[panel-group-direction\=vertical\]\:after\:translate-x-0[data-panel-group-direction=vertical]:after{content:var(--tw-content);--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))}.data-\[variant\=outline\]\:first\:border-l:first-child[data-variant=outline]{border-left-width:1px}.data-\[active\=true\]\:hover\:bg-accent:hover[data-active=true],.data-\[state\=open\]\:hover\:bg-accent:hover[data-state=open]{background-color:var(--accent)}.data-\[state\=open\]\:hover\:bg-sidebar-accent:hover[data-state=open]{background-color:var(--sidebar-accent)}.data-\[state\=open\]\:hover\:text-sidebar-accent-foreground:hover[data-state=open]{color:var(--sidebar-accent-foreground)}.data-\[active\=true\]\:focus\:bg-accent:focus[data-active=true]{background-color:var(--accent)}.data-\[state\=open\]\:focus\:bg-accent:focus[data-state=open]{background-color:var(--accent)}.data-\[variant\=destructive\]\:focus\:text-destructive:focus[data-variant=destructive]{color:var(--destructive)}.group[data-disabled=true] .group-data-\[disabled\=true\]\:pointer-events-none{pointer-events:none}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:left-\[calc\(var\(--sidebar-width\)\*-1\)\]{left:calc(var(--sidebar-width) * -1)}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:right-\[calc\(var\(--sidebar-width\)\*-1\)\]{right:calc(var(--sidebar-width) * -1)}.group[data-side=left] .group-data-\[side\=left\]\:-right-4{right:-1rem}.group[data-side=right] .group-data-\[side\=right\]\:left-0{left:0}.group\/navigation-menu[data-viewport=false] .group-data-\[viewport\=false\]\/navigation-menu\:top-full{top:100%}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:-mt-8{margin-top:-2rem}.group\/navigation-menu[data-viewport=false] .group-data-\[viewport\=false\]\/navigation-menu\:mt-1\.5{margin-top:.375rem}.group\/drawer-content[data-vaul-drawer-direction=bottom] .group-data-\[vaul-drawer-direction\=bottom\]\/drawer-content\:block{display:block}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:hidden{display:none}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)\+\(--spacing\(4\)\)\)\]{width:calc(var(--sidebar-width-icon) + (--spacing(4)))}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)\+\(--spacing\(4\)\)\+2px\)\]{width:calc(var(--sidebar-width-icon) + (--spacing(4)) + 2px)}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:w-0{width:0px}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\: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))}.group[data-side=right] .group-data-\[side\=right\]\:rotate-180,.group[data-state=open] .group-data-\[state\=open\]\: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[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:overflow-hidden,.group\/navigation-menu[data-viewport=false] .group-data-\[viewport\=false\]\/navigation-menu\:overflow-hidden{overflow:hidden}.group[data-variant=floating] .group-data-\[variant\=floating\]\:rounded-lg{border-radius:var(--radius)}.group\/navigation-menu[data-viewport=false] .group-data-\[viewport\=false\]\/navigation-menu\:rounded-md{border-radius:calc(var(--radius) - 2px)}.group[data-variant=floating] .group-data-\[variant\=floating\]\:border,.group\/navigation-menu[data-viewport=false] .group-data-\[viewport\=false\]\/navigation-menu\:border{border-width:1px}.group[data-side=left] .group-data-\[side\=left\]\:border-r{border-right-width:1px}.group[data-side=right] .group-data-\[side\=right\]\:border-l{border-left-width:1px}.group[data-variant=floating] .group-data-\[variant\=floating\]\:border-sidebar-border{border-color:var(--sidebar-border)}.group\/navigation-menu[data-viewport=false] .group-data-\[viewport\=false\]\/navigation-menu\:bg-popover{background-color:var(--popover)}.group\/navigation-menu[data-viewport=false] .group-data-\[viewport\=false\]\/navigation-menu\:text-popover-foreground{color:var(--popover-foreground)}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:opacity-0{opacity:0}.group[data-disabled=true] .group-data-\[disabled\=true\]\:opacity-50{opacity:.5}.group[data-variant=floating] .group-data-\[variant\=floating\]\: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)}.group\/navigation-menu[data-viewport=false] .group-data-\[viewport\=false\]\/navigation-menu\: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)}.group\/navigation-menu[data-viewport=false] .group-data-\[viewport\=false\]\/navigation-menu\:duration-200{transition-duration:.2s}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:after\:left-full:after{content:var(--tw-content);left:100%}.group[data-collapsible=offcanvas] .hover\:group-data-\[collapsible\=offcanvas\]\:bg-sidebar:hover{background-color:var(--sidebar)}.peer\/menu-button[data-size=default]~.peer-data-\[size\=default\]\/menu-button\:top-1\.5{top:.375rem}.peer\/menu-button[data-size=lg]~.peer-data-\[size\=lg\]\/menu-button\:top-2\.5{top:.625rem}.peer\/menu-button[data-size=sm]~.peer-data-\[size\=sm\]\/menu-button\:top-1{top:.25rem}.peer\/menu-button[data-active=true]~.peer-data-\[active\=true\]\/menu-button\:text-sidebar-accent-foreground{color:var(--sidebar-accent-foreground)}.dark\:border-input:is(.dark *){border-color:var(--input)}.dark\:text-muted-foreground:is(.dark *){color:var(--muted-foreground)}.dark\:data-\[state\=active\]\:border-input[data-state=active]:is(.dark *){border-color:var(--input)}.dark\:data-\[state\=checked\]\:bg-primary[data-state=checked]:is(.dark *){background-color:var(--primary)}.dark\:data-\[state\=checked\]\:bg-primary-foreground[data-state=checked]:is(.dark *){background-color:var(--primary-foreground)}.dark\:data-\[state\=unchecked\]\:bg-card-foreground[data-state=unchecked]:is(.dark *){background-color:var(--card-foreground)}.dark\:data-\[state\=active\]\:text-foreground[data-state=active]:is(.dark *){color:var(--foreground)}@media(min-width:640px){.sm\:block{display:block}.sm\:inline{display:inline}.sm\:flex{display:flex}.sm\:inline-flex{display:inline-flex}.sm\:hidden{display:none}.sm\:w-10{width:2.5rem}.sm\:w-56{width:14rem}.sm\:max-w-6xl{max-width:72rem}.sm\:max-w-\[460px\]{max-width:460px}.sm\:max-w-\[5\.5rem\]{max-width:5.5rem}.sm\:max-w-\[min\(96vw\,1280px\)\]{max-width:min(96vw,1280px)}.sm\:max-w-lg{max-width:32rem}.sm\:max-w-md{max-width:28rem}.sm\:max-w-sm{max-width:24rem}.sm\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.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\:flex-row{flex-direction:row}.sm\:items-start{align-items:flex-start}.sm\:items-center{align-items:center}.sm\:justify-end{justify-content:flex-end}.sm\:justify-between{justify-content:space-between}.sm\:gap-0{gap:0px}.sm\:gap-2\.5{gap:.625rem}.sm\:gap-4{gap:1rem}.sm\:gap-8{gap:2rem}.sm\:p-8{padding:2rem}.sm\:px-3{padding-left:.75rem;padding-right:.75rem}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:px-5{padding-left:1.25rem;padding-right:1.25rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:px-8{padding-left:2rem;padding-right:2rem}.sm\:py-3{padding-top:.75rem;padding-bottom:.75rem}.sm\:pl-2\.5{padding-left:.625rem}.sm\:pr-2\.5{padding-right:.625rem}.sm\:text-left{text-align:left}.sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}.sm\:text-xs{font-size:.75rem;line-height:1rem}.data-\[vaul-drawer-direction\=left\]\:sm\:max-w-sm[data-vaul-drawer-direction=left],.data-\[vaul-drawer-direction\=right\]\:sm\:max-w-sm[data-vaul-drawer-direction=right]{max-width:24rem}}@media(min-width:768px){.md\:absolute{position:absolute}.md\:block{display:block}.md\:flex{display:flex}.md\:w-\[var\(--radix-navigation-menu-viewport-width\)\]{width:var(--radix-navigation-menu-viewport-width)}.md\:w-auto{width:auto}.md\:max-w-md{max-width:28rem}.md\:flex-none{flex:none}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:items-end{align-items:flex-end}.md\:py-12{padding-top:3rem;padding-bottom:3rem}.md\:text-sm{font-size:.875rem;line-height:1.25rem}.md\:opacity-0{opacity:0}.md\:after\:hidden:after{content:var(--tw-content);display:none}.peer[data-variant=inset]~.md\:peer-data-\[variant\=inset\]\:m-2{margin:.5rem}.peer[data-variant=inset]~.md\:peer-data-\[variant\=inset\]\:ml-0{margin-left:0}.peer[data-variant=inset][data-state=collapsed]~.md\:peer-data-\[variant\=inset\]\:peer-data-\[state\=collapsed\]\:ml-2{margin-left:.5rem}.peer[data-variant=inset]~.md\:peer-data-\[variant\=inset\]\:rounded-xl{border-radius:.75rem}.peer[data-variant=inset]~.md\:peer-data-\[variant\=inset\]\: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)}}@media(min-width:1024px){.lg\:order-1{order:1}.lg\:order-2{order:2}.lg\:col-span-2{grid-column:span 2 / span 2}.lg\:col-span-3{grid-column:span 3 / span 3}.lg\:col-span-6{grid-column:span 6 / span 6}.lg\:col-span-9{grid-column:span 9 / span 9}.lg\:block{display:block}.lg\:w-96{width:24rem}.lg\:max-w-\[400px\]{max-width:400px}.lg\:flex-1{flex:1 1 0%}.lg\:flex-shrink-0{flex-shrink:0}.lg\:grid-cols-12{grid-template-columns:repeat(12,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-9{grid-template-columns:repeat(9,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}.lg\:items-start{align-items:flex-start}.lg\:items-center{align-items:center}.lg\:gap-24{gap:6rem}.lg\:gap-6{gap:1.5rem}.lg\:gap-8{gap:2rem}.lg\:px-6{padding-left:1.5rem;padding-right:1.5rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:py-12{padding-top:3rem;padding-bottom:3rem}.lg\:pb-4{padding-bottom:1rem}.lg\:pt-0{padding-top:0}.lg\:text-6xl{font-size:3.75rem;line-height:1}}@media(min-width:1280px){.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.xl\:px-10{padding-left:2.5rem;padding-right:2.5rem}}@media(min-width:1536px){.\32xl\:px-12{padding-left:3rem;padding-right:3rem}}.\[\&\:has\(\>\.day-range-end\)\]\:rounded-r-md:has(>.day-range-end){border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.\[\&\:has\(\>\.day-range-start\)\]\:rounded-l-md:has(>.day-range-start){border-top-left-radius:calc(var(--radius) - 2px);border-bottom-left-radius:calc(var(--radius) - 2px)}.\[\&\:has\(\[aria-selected\]\)\]\:rounded-md:has([aria-selected]){border-radius:calc(var(--radius) - 2px)}.\[\&\:has\(\[aria-selected\]\)\]\:bg-accent:has([aria-selected]){background-color:var(--accent)}.first\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-l-md:has([aria-selected]):first-child{border-top-left-radius:calc(var(--radius) - 2px);border-bottom-left-radius:calc(var(--radius) - 2px)}.last\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-r-md:has([aria-selected]):last-child{border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.\[\&\:has\(\[aria-selected\]\.day-range-end\)\]\:rounded-r-md:has([aria-selected].day-range-end){border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]){padding-right:0}.\[\&\:last-child\]\:pb-6:last-child{padding-bottom:1.5rem}.\[\&\>\[role\=checkbox\]\]\:translate-y-\[2px\]>[role=checkbox]{--tw-translate-y: 2px;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))}.\[\&\>a\]\:text-amber-800>a{--tw-text-opacity: 1;color:rgb(146 64 14 / var(--tw-text-opacity, 1))}.\[\&\>a\]\:text-gray-700>a{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.\[\&\>a\]\:text-slate-700>a{--tw-text-opacity: 1;color:rgb(51 65 85 / var(--tw-text-opacity, 1))}.\[\&\>a\]\:underline>a{text-decoration-line:underline}.\[\&\>a\]\:transition-colors>a{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.\[\&\>a\]\:hover\:text-amber-900:hover>a{--tw-text-opacity: 1;color:rgb(120 53 15 / var(--tw-text-opacity, 1))}.\[\&\>a\]\:hover\:text-gray-900:hover>a{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.\[\&\>a\]\:hover\:text-slate-900:hover>a{--tw-text-opacity: 1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.\[\&\>blockquote\]\:my-3>blockquote{margin-top:.75rem;margin-bottom:.75rem}.\[\&\>blockquote\]\:border-l-4>blockquote{border-left-width:4px}.\[\&\>blockquote\]\:border-amber-400>blockquote{--tw-border-opacity: 1;border-color:rgb(251 191 36 / var(--tw-border-opacity, 1))}.\[\&\>blockquote\]\:border-gray-400>blockquote{--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity, 1))}.\[\&\>blockquote\]\:border-slate-400>blockquote{--tw-border-opacity: 1;border-color:rgb(148 163 184 / var(--tw-border-opacity, 1))}.\[\&\>blockquote\]\:bg-amber-50>blockquote{--tw-bg-opacity: 1;background-color:rgb(255 251 235 / var(--tw-bg-opacity, 1))}.\[\&\>blockquote\]\:bg-gray-50>blockquote{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.\[\&\>blockquote\]\:bg-slate-50>blockquote{--tw-bg-opacity: 1;background-color:rgb(248 250 252 / var(--tw-bg-opacity, 1))}.\[\&\>blockquote\]\:py-2>blockquote{padding-top:.5rem;padding-bottom:.5rem}.\[\&\>blockquote\]\:pl-4>blockquote{padding-left:1rem}.\[\&\>blockquote\]\:italic>blockquote{font-style:italic}.\[\&\>blockquote\]\:text-amber-800>blockquote{--tw-text-opacity: 1;color:rgb(146 64 14 / var(--tw-text-opacity, 1))}.\[\&\>blockquote\]\:text-gray-600>blockquote{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.\[\&\>blockquote\]\:text-slate-600>blockquote{--tw-text-opacity: 1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}.\[\&\>button\]\:hidden>button{display:none}.\[\&\>code\]\:rounded>code{border-radius:.25rem}.\[\&\>code\]\:bg-amber-50>code{--tw-bg-opacity: 1;background-color:rgb(255 251 235 / var(--tw-bg-opacity, 1))}.\[\&\>code\]\:bg-gray-100>code{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.\[\&\>code\]\:bg-slate-100>code{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1))}.\[\&\>code\]\:px-2>code{padding-left:.5rem;padding-right:.5rem}.\[\&\>code\]\:py-1>code{padding-top:.25rem;padding-bottom:.25rem}.\[\&\>code\]\:font-mono>code{font-family:var(--font-mono),ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.\[\&\>code\]\:text-sm>code{font-size:.875rem;line-height:1.25rem}.\[\&\>code\]\:text-amber-800>code{--tw-text-opacity: 1;color:rgb(146 64 14 / var(--tw-text-opacity, 1))}.\[\&\>code\]\:text-gray-700>code{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.\[\&\>code\]\:text-slate-700>code{--tw-text-opacity: 1;color:rgb(51 65 85 / var(--tw-text-opacity, 1))}.\[\&\>div\]\:mb-3>div{margin-bottom:.75rem}.\[\&\>em\]\:italic>em{font-style:italic}.\[\&\>em\]\:text-amber-800>em{--tw-text-opacity: 1;color:rgb(146 64 14 / var(--tw-text-opacity, 1))}.\[\&\>em\]\:text-gray-700>em{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.\[\&\>em\]\:text-slate-700>em{--tw-text-opacity: 1;color:rgb(51 65 85 / var(--tw-text-opacity, 1))}.\[\&\>h1\]\:mb-4>h1{margin-bottom:1rem}.\[\&\>h1\]\:mt-6>h1{margin-top:1.5rem}.\[\&\>h1\]\:text-4xl>h1{font-size:2.25rem;line-height:2.5rem}.\[\&\>h1\]\:font-bold>h1{font-weight:700}.\[\&\>h1\]\:leading-tight>h1{line-height:1.25}.\[\&\>h1\]\:text-amber-900>h1{--tw-text-opacity: 1;color:rgb(120 53 15 / var(--tw-text-opacity, 1))}.\[\&\>h1\]\:text-gray-900>h1{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.\[\&\>h1\]\:text-slate-900>h1{--tw-text-opacity: 1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.\[\&\>h2\]\:mb-3>h2{margin-bottom:.75rem}.\[\&\>h2\]\:mt-5>h2{margin-top:1.25rem}.\[\&\>h2\]\:border-b-2>h2{border-bottom-width:2px}.\[\&\>h2\]\:border-amber-200>h2{--tw-border-opacity: 1;border-color:rgb(253 230 138 / var(--tw-border-opacity, 1))}.\[\&\>h2\]\:border-gray-200>h2{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.\[\&\>h2\]\:border-slate-200>h2{--tw-border-opacity: 1;border-color:rgb(226 232 240 / var(--tw-border-opacity, 1))}.\[\&\>h2\]\:pb-2>h2{padding-bottom:.5rem}.\[\&\>h2\]\:text-3xl>h2{font-size:1.875rem;line-height:2.25rem}.\[\&\>h2\]\:font-bold>h2{font-weight:700}.\[\&\>h2\]\:leading-tight>h2{line-height:1.25}.\[\&\>h2\]\:text-amber-900>h2{--tw-text-opacity: 1;color:rgb(120 53 15 / var(--tw-text-opacity, 1))}.\[\&\>h2\]\:text-gray-900>h2{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.\[\&\>h2\]\:text-slate-900>h2{--tw-text-opacity: 1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.\[\&\>h3\]\:mb-3>h3{margin-bottom:.75rem}.\[\&\>h3\]\:mt-4>h3{margin-top:1rem}.\[\&\>h3\]\:text-2xl>h3{font-size:1.5rem;line-height:2rem}.\[\&\>h3\]\:font-semibold>h3{font-weight:600}.\[\&\>h3\]\:text-amber-900>h3{--tw-text-opacity: 1;color:rgb(120 53 15 / var(--tw-text-opacity, 1))}.\[\&\>h3\]\:text-gray-900>h3{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.\[\&\>h3\]\:text-slate-900>h3{--tw-text-opacity: 1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.\[\&\>h4\]\:mb-2>h4{margin-bottom:.5rem}.\[\&\>h4\]\:mt-4>h4{margin-top:1rem}.\[\&\>h4\]\:text-xl>h4{font-size:1.25rem;line-height:1.75rem}.\[\&\>h4\]\:font-semibold>h4{font-weight:600}.\[\&\>h4\]\:text-amber-800>h4{--tw-text-opacity: 1;color:rgb(146 64 14 / var(--tw-text-opacity, 1))}.\[\&\>h4\]\:text-gray-800>h4{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.\[\&\>h4\]\:text-slate-800>h4{--tw-text-opacity: 1;color:rgb(30 41 59 / var(--tw-text-opacity, 1))}.\[\&\>h5\]\:mb-2>h5{margin-bottom:.5rem}.\[\&\>h5\]\:mt-3>h5{margin-top:.75rem}.\[\&\>h5\]\:text-lg>h5{font-size:1.125rem;line-height:1.75rem}.\[\&\>h5\]\:font-semibold>h5{font-weight:600}.\[\&\>h5\]\:text-amber-800>h5{--tw-text-opacity: 1;color:rgb(146 64 14 / var(--tw-text-opacity, 1))}.\[\&\>h5\]\:text-gray-800>h5{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.\[\&\>h5\]\:text-slate-800>h5{--tw-text-opacity: 1;color:rgb(30 41 59 / var(--tw-text-opacity, 1))}.\[\&\>h6\]\:mb-2>h6{margin-bottom:.5rem}.\[\&\>h6\]\:mt-3>h6{margin-top:.75rem}.\[\&\>h6\]\:text-base>h6{font-size:1rem;line-height:1.5rem}.\[\&\>h6\]\:font-semibold>h6{font-weight:600}.\[\&\>h6\]\:text-amber-700>h6{--tw-text-opacity: 1;color:rgb(180 83 9 / var(--tw-text-opacity, 1))}.\[\&\>h6\]\:text-gray-700>h6{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.\[\&\>h6\]\:text-slate-700>h6{--tw-text-opacity: 1;color:rgb(51 65 85 / var(--tw-text-opacity, 1))}.\[\&\>hr\]\:my-6>hr{margin-top:1.5rem;margin-bottom:1.5rem}.\[\&\>hr\]\:border-t-2>hr{border-top-width:2px}.\[\&\>hr\]\:border-amber-200>hr{--tw-border-opacity: 1;border-color:rgb(253 230 138 / var(--tw-border-opacity, 1))}.\[\&\>hr\]\:border-gray-200>hr{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.\[\&\>hr\]\:border-slate-200>hr{--tw-border-opacity: 1;border-color:rgb(226 232 240 / var(--tw-border-opacity, 1))}.\[\&\>img\]\:my-4>img{margin-top:1rem;margin-bottom:1rem}.\[\&\>img\]\:h-auto>img{height:auto}.\[\&\>img\]\:max-w-full>img{max-width:100%}.\[\&\>img\]\:rounded-lg>img{border-radius:var(--radius)}.\[\&\>img\]\:shadow-lg>img{--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)}.\[\&\>li\]\:pl-1>li{padding-left:.25rem}.\[\&\>li\]\:leading-7>li{line-height:1.75rem}.\[\&\>ol\>li\]\:marker\:font-semibold *>ol>li::marker{font-weight:600}.\[\&\>ol\>li\]\:marker\:text-amber-700 *>ol>li::marker{color:#b45309}.\[\&\>ol\>li\]\:marker\:text-gray-700 *>ol>li::marker{color:#374151}.\[\&\>ol\>li\]\:marker\:text-slate-700 *>ol>li::marker{color:#334155}.\[\&\>ol\>li\]\:marker\:font-semibold>ol>li::marker{font-weight:600}.\[\&\>ol\>li\]\:marker\:text-amber-700>ol>li::marker{color:#b45309}.\[\&\>ol\>li\]\:marker\:text-gray-700>ol>li::marker{color:#374151}.\[\&\>ol\>li\]\:marker\:text-slate-700>ol>li::marker{color:#334155}.\[\&\>ol\]\:mb-4>ol{margin-bottom:1rem}.\[\&\>ol\]\:ml-6>ol{margin-left:1.5rem}.\[\&\>ol\]\:list-decimal>ol{list-style-type:decimal}.\[\&\>ol\]\:space-y-1>ol>: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))}.\[\&\>ol\]\:text-amber-900>ol{--tw-text-opacity: 1;color:rgb(120 53 15 / var(--tw-text-opacity, 1))}.\[\&\>ol\]\:text-gray-700>ol{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.\[\&\>ol\]\:text-slate-700>ol{--tw-text-opacity: 1;color:rgb(51 65 85 / var(--tw-text-opacity, 1))}.\[\&\>p\]\:mb-3>p{margin-bottom:.75rem}.\[\&\>p\]\:leading-7>p{line-height:1.75rem}.\[\&\>p\]\:text-amber-900\/90>p{color:#78350fe6}.\[\&\>p\]\:text-gray-700>p{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.\[\&\>p\]\:text-slate-700>p{--tw-text-opacity: 1;color:rgb(51 65 85 / var(--tw-text-opacity, 1))}.\[\&\>pre\>code\]\:bg-transparent>pre>code{background-color:transparent}.\[\&\>pre\>code\]\:p-0>pre>code{padding:0}.\[\&\>pre\>code\]\:text-gray-100>pre>code{--tw-text-opacity: 1;color:rgb(243 244 246 / var(--tw-text-opacity, 1))}.\[\&\>pre\]\:my-3>pre{margin-top:.75rem;margin-bottom:.75rem}.\[\&\>pre\]\:overflow-x-auto>pre{overflow-x:auto}.\[\&\>pre\]\:rounded-lg>pre{border-radius:var(--radius)}.\[\&\>pre\]\:bg-gray-900>pre{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.\[\&\>pre\]\:p-4>pre{padding:1rem}.\[\&\>pre\]\:text-gray-100>pre{--tw-text-opacity: 1;color:rgb(243 244 246 / var(--tw-text-opacity, 1))}.\[\&\>pre\]\:shadow-lg>pre{--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)}.\[\&\>span\:last-child\]\:truncate>span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.\[\&\>strong\]\:font-bold>strong{font-weight:700}.\[\&\>strong\]\:text-amber-900>strong{--tw-text-opacity: 1;color:rgb(120 53 15 / var(--tw-text-opacity, 1))}.\[\&\>strong\]\:text-gray-900>strong{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.\[\&\>strong\]\:text-slate-900>strong{--tw-text-opacity: 1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.\[\&\>svg\]\:pointer-events-none>svg{pointer-events:none}.\[\&\>svg\]\:size-3>svg{width:.75rem;height:.75rem}.\[\&\>svg\]\:size-3\.5>svg{width:.875rem;height:.875rem}.\[\&\>svg\]\:size-4>svg{width:1rem;height:1rem}.\[\&\>svg\]\:h-2\.5>svg{height:.625rem}.\[\&\>svg\]\:h-3>svg{height:.75rem}.\[\&\>svg\]\:w-2\.5>svg{width:.625rem}.\[\&\>svg\]\:w-3>svg{width:.75rem}.\[\&\>svg\]\:shrink-0>svg{flex-shrink:0}.\[\&\>svg\]\:translate-y-0\.5>svg{--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))}.\[\&\>svg\]\:text-current>svg{color:currentColor}.\[\&\>svg\]\:text-muted-foreground>svg{color:var(--muted-foreground)}.\[\&\>svg\]\:text-sidebar-accent-foreground>svg{color:var(--sidebar-accent-foreground)}.\[\&\>table\>tbody\>tr\:last-child\]\:border-b-0>table>tbody>tr:last-child{border-bottom-width:0px}.\[\&\>table\>tbody\>tr\>td\]\:px-4>table>tbody>tr>td{padding-left:1rem;padding-right:1rem}.\[\&\>table\>tbody\>tr\>td\]\:py-2>table>tbody>tr>td{padding-top:.5rem;padding-bottom:.5rem}.\[\&\>table\>tbody\>tr\>td\]\:text-amber-900>table>tbody>tr>td{--tw-text-opacity: 1;color:rgb(120 53 15 / var(--tw-text-opacity, 1))}.\[\&\>table\>tbody\>tr\>td\]\:text-gray-700>table>tbody>tr>td{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.\[\&\>table\>tbody\>tr\>td\]\:text-slate-700>table>tbody>tr>td{--tw-text-opacity: 1;color:rgb(51 65 85 / var(--tw-text-opacity, 1))}.\[\&\>table\>tbody\>tr\]\:border-b>table>tbody>tr{border-bottom-width:1px}.\[\&\>table\>tbody\>tr\]\:border-amber-200>table>tbody>tr{--tw-border-opacity: 1;border-color:rgb(253 230 138 / var(--tw-border-opacity, 1))}.\[\&\>table\>tbody\>tr\]\:border-gray-200>table>tbody>tr{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.\[\&\>table\>tbody\>tr\]\:border-slate-200>table>tbody>tr{--tw-border-opacity: 1;border-color:rgb(226 232 240 / var(--tw-border-opacity, 1))}.\[\&\>table\>tbody\>tr\]\:transition-colors>table>tbody>tr{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.\[\&\>table\>tbody\>tr\]\:hover\:bg-amber-50:hover>table>tbody>tr{--tw-bg-opacity: 1;background-color:rgb(255 251 235 / var(--tw-bg-opacity, 1))}.\[\&\>table\>tbody\>tr\]\:hover\:bg-gray-50:hover>table>tbody>tr{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.\[\&\>table\>tbody\>tr\]\:hover\:bg-slate-50:hover>table>tbody>tr{--tw-bg-opacity: 1;background-color:rgb(248 250 252 / var(--tw-bg-opacity, 1))}.\[\&\>table\>thead\>tr\>th\]\:px-4>table>thead>tr>th{padding-left:1rem;padding-right:1rem}.\[\&\>table\>thead\>tr\>th\]\:py-2>table>thead>tr>th{padding-top:.5rem;padding-bottom:.5rem}.\[\&\>table\>thead\>tr\>th\]\:text-left>table>thead>tr>th{text-align:left}.\[\&\>table\>thead\>tr\>th\]\:font-semibold>table>thead>tr>th{font-weight:600}.\[\&\>table\>thead\>tr\>th\]\:text-white>table>thead>tr>th{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.\[\&\>table\>thead\]\:bg-gradient-to-r>table>thead{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.\[\&\>table\>thead\]\:from-amber-600>table>thead{--tw-gradient-from: #d97706 var(--tw-gradient-from-position);--tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.\[\&\>table\>thead\]\:from-gray-600>table>thead{--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)}.\[\&\>table\>thead\]\:from-slate-600>table>thead{--tw-gradient-from: #475569 var(--tw-gradient-from-position);--tw-gradient-to: rgb(71 85 105 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.\[\&\>table\>thead\]\:to-amber-700>table>thead{--tw-gradient-to: #b45309 var(--tw-gradient-to-position)}.\[\&\>table\>thead\]\:to-gray-700>table>thead{--tw-gradient-to: #374151 var(--tw-gradient-to-position)}.\[\&\>table\>thead\]\:to-slate-700>table>thead{--tw-gradient-to: #334155 var(--tw-gradient-to-position)}.\[\&\>table\]\:my-4>table{margin-top:1rem;margin-bottom:1rem}.\[\&\>table\]\:w-full>table{width:100%}.\[\&\>table\]\:border-collapse>table{border-collapse:collapse}.\[\&\>table\]\:overflow-hidden>table{overflow:hidden}.\[\&\>table\]\:rounded-lg>table{border-radius:var(--radius)}.\[\&\>table\]\:shadow-md>table{--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)}.\[\&\>tr\]\:last\:border-b-0:last-child>tr{border-bottom-width:0px}.\[\&\>ul\>li\]\:marker\:text-amber-700 *>ul>li::marker{color:#b45309}.\[\&\>ul\>li\]\:marker\:text-gray-600 *>ul>li::marker{color:#4b5563}.\[\&\>ul\>li\]\:marker\:text-slate-600 *>ul>li::marker{color:#475569}.\[\&\>ul\>li\]\:marker\:text-amber-700>ul>li::marker{color:#b45309}.\[\&\>ul\>li\]\:marker\:text-gray-600>ul>li::marker{color:#4b5563}.\[\&\>ul\>li\]\:marker\:text-slate-600>ul>li::marker{color:#475569}.\[\&\>ul\]\:mb-4>ul{margin-bottom:1rem}.\[\&\>ul\]\:ml-6>ul{margin-left:1.5rem}.\[\&\>ul\]\:list-disc>ul{list-style-type:disc}.\[\&\>ul\]\:space-y-1>ul>: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))}.\[\&\>ul\]\:text-amber-900>ul{--tw-text-opacity: 1;color:rgb(120 53 15 / var(--tw-text-opacity, 1))}.\[\&\>ul\]\:text-gray-700>ul{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.\[\&\>ul\]\:text-slate-700>ul{--tw-text-opacity: 1;color:rgb(51 65 85 / var(--tw-text-opacity, 1))}.\[\&\[data-panel-group-direction\=vertical\]\>div\]\:rotate-90[data-panel-group-direction=vertical]>div{--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))}.\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state=open]>svg{--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))}.\[\&_\.recharts-cartesian-axis-tick_text\]\:fill-muted-foreground .recharts-cartesian-axis-tick text{fill:var(--muted-foreground)}.\[\&_\.recharts-curve\.recharts-tooltip-cursor\]\:stroke-border .recharts-curve.recharts-tooltip-cursor{stroke:var(--border)}.\[\&_\.recharts-dot\[stroke\=\'\#fff\'\]\]\:stroke-transparent .recharts-dot[stroke="#fff"]{stroke:transparent}.\[\&_\.recharts-polar-grid_\[stroke\=\'\#ccc\'\]\]\:stroke-border .recharts-polar-grid [stroke="#ccc"]{stroke:var(--border)}.\[\&_\.recharts-radial-bar-background-sector\]\:fill-muted .recharts-radial-bar-background-sector,.\[\&_\.recharts-rectangle\.recharts-tooltip-cursor\]\:fill-muted .recharts-rectangle.recharts-tooltip-cursor{fill:var(--muted)}.\[\&_\.recharts-reference-line_\[stroke\=\'\#ccc\'\]\]\:stroke-border .recharts-reference-line [stroke="#ccc"]{stroke:var(--border)}.\[\&_\.recharts-sector\[stroke\=\'\#fff\'\]\]\:stroke-transparent .recharts-sector[stroke="#fff"]{stroke:transparent}.\[\&_\[cmdk-group-heading\]\]\:px-2 [cmdk-group-heading]{padding-left:.5rem;padding-right:.5rem}.\[\&_\[cmdk-group-heading\]\]\:py-1\.5 [cmdk-group-heading]{padding-top:.375rem;padding-bottom:.375rem}.\[\&_\[cmdk-group-heading\]\]\:text-xs [cmdk-group-heading]{font-size:.75rem;line-height:1rem}.\[\&_\[cmdk-group-heading\]\]\:font-medium [cmdk-group-heading]{font-weight:500}.\[\&_\[cmdk-group-heading\]\]\:text-muted-foreground [cmdk-group-heading]{color:var(--muted-foreground)}.\[\&_\[cmdk-group\]\:not\(\[hidden\]\)_\~\[cmdk-group\]\]\:pt-0 [cmdk-group]:not([hidden])~[cmdk-group]{padding-top:0}.\[\&_\[cmdk-group\]\]\:px-2 [cmdk-group]{padding-left:.5rem;padding-right:.5rem}.\[\&_\[cmdk-input-wrapper\]_svg\]\:h-5 [cmdk-input-wrapper] svg{height:1.25rem}.\[\&_\[cmdk-input-wrapper\]_svg\]\:w-5 [cmdk-input-wrapper] svg{width:1.25rem}.\[\&_\[cmdk-input\]\]\:h-12 [cmdk-input]{height:3rem}.\[\&_\[cmdk-item\]\]\:px-2 [cmdk-item]{padding-left:.5rem;padding-right:.5rem}.\[\&_\[cmdk-item\]\]\:py-3 [cmdk-item]{padding-top:.75rem;padding-bottom:.75rem}.\[\&_\[cmdk-item\]_svg\]\:h-5 [cmdk-item] svg{height:1.25rem}.\[\&_\[cmdk-item\]_svg\]\:w-5 [cmdk-item] svg{width:1.25rem}.\[\&_p\]\:leading-relaxed p{line-height:1.625}.\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4 svg:not([class*=size-]){width:1rem;height:1rem}.\[\&_svg\:not\(\[class\*\=\'text-\'\]\)\]\:text-muted-foreground svg:not([class*=text-]){color:var(--muted-foreground)}.\[\&_svg\]\:pointer-events-none svg{pointer-events:none}.\[\&_svg\]\:shrink-0 svg{flex-shrink:0}.\[\&_tr\:last-child\]\:border-0 tr:last-child{border-width:0px}.\[\&_tr\]\:border-b tr{border-bottom-width:1px}[data-side=left][data-collapsible=offcanvas] .\[\[data-side\=left\]\[data-collapsible\=offcanvas\]_\&\]\:-right-2{right:-.5rem}[data-side=left][data-state=collapsed] .\[\[data-side\=left\]\[data-state\=collapsed\]_\&\]\:cursor-e-resize{cursor:e-resize}[data-side=right][data-collapsible=offcanvas] .\[\[data-side\=right\]\[data-collapsible\=offcanvas\]_\&\]\:-left-2{left:-.5rem}[data-side=right][data-state=collapsed] .\[\[data-side\=right\]\[data-state\=collapsed\]_\&\]\:cursor-w-resize{cursor:w-resize}a.\[a\&\]\:hover\:bg-accent:hover{background-color:var(--accent)}a.\[a\&\]\:hover\:text-accent-foreground:hover{color:var(--accent-foreground)}
