@-webkit-keyframes marching-ants{0%{background-position:0 0,0 100%,0 0,100% 0}to{background-position:20px 0,-20px 100%,0 -20px,100% 20px}}@keyframes marching-ants{0%{background-position:0 0,0 100%,0 0,100% 0}to{background-position:20px 0,-20px 100%,0 -20px,100% 20px}}:root{--rc-drag-handle-size: 12px;--rc-drag-handle-mobile-size: 24px;--rc-drag-handle-bg-colour: rgba(0, 0, 0, .2);--rc-drag-bar-size: 6px;--rc-border-color: rgba(255, 255, 255, .7);--rc-focus-color: #0088ff}.ReactCrop{position:relative;display:inline-block;cursor:crosshair;max-width:100%}.ReactCrop *,.ReactCrop *:before,.ReactCrop *:after{-webkit-box-sizing:border-box;box-sizing:border-box}.ReactCrop--disabled,.ReactCrop--locked{cursor:inherit}.ReactCrop__child-wrapper{overflow:hidden;max-height:inherit}.ReactCrop__child-wrapper>img,.ReactCrop__child-wrapper>video{display:block;max-width:100%;max-height:inherit}.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>img,.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>video{-ms-touch-action:none;touch-action:none}.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__crop-selection{-ms-touch-action:none;touch-action:none}.ReactCrop__crop-mask{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;width:calc(100% + .5px);height:calc(100% + .5px)}.ReactCrop__crop-selection{position:absolute;top:0;left:0;-webkit-transform:translateZ(0);transform:translateZ(0);cursor:move}.ReactCrop--disabled .ReactCrop__crop-selection{cursor:inherit}.ReactCrop--circular-crop .ReactCrop__crop-selection{border-radius:50%}.ReactCrop--circular-crop .ReactCrop__crop-selection:after{pointer-events:none;content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border:1px solid var(--rc-border-color);opacity:.3}.ReactCrop--no-animate .ReactCrop__crop-selection{outline:1px dashed white}.ReactCrop__crop-selection:not(.ReactCrop--no-animate .ReactCrop__crop-selection){-webkit-animation:marching-ants 1s;animation:marching-ants 1s;background-image:-webkit-gradient(linear,left top,right top,color-stop(50%,#fff),color-stop(50%,#444)),-webkit-gradient(linear,left top,right top,color-stop(50%,#fff),color-stop(50%,#444)),-webkit-gradient(linear,left top,left bottom,color-stop(50%,#fff),color-stop(50%,#444)),-webkit-gradient(linear,left top,left bottom,color-stop(50%,#fff),color-stop(50%,#444));background-image:linear-gradient(to right,#fff 50%,#444 50%),linear-gradient(to right,#fff 50%,#444 50%),linear-gradient(to bottom,#fff 50%,#444 50%),linear-gradient(to bottom,#fff 50%,#444 50%);background-size:10px 1px,10px 1px,1px 10px,1px 10px;background-position:0 0,0 100%,0 0,100% 0;background-repeat:repeat-x,repeat-x,repeat-y,repeat-y;color:#fff;-webkit-animation-play-state:running;animation-play-state:running;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.ReactCrop__crop-selection:focus{outline:2px solid var(--rc-focus-color);outline-offset:-1px}.ReactCrop--invisible-crop .ReactCrop__crop-mask,.ReactCrop--invisible-crop .ReactCrop__crop-selection{display:none}.ReactCrop__rule-of-thirds-vt:before,.ReactCrop__rule-of-thirds-vt:after,.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-hz:after{content:"";display:block;position:absolute;background-color:#fff6}.ReactCrop__rule-of-thirds-vt:before,.ReactCrop__rule-of-thirds-vt:after{width:1px;height:100%}.ReactCrop__rule-of-thirds-vt:before{left:33.3333333333%}.ReactCrop__rule-of-thirds-vt:after{left:66.6666666667%}.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-hz:after{width:100%;height:1px}.ReactCrop__rule-of-thirds-hz:before{top:33.3333333333%}.ReactCrop__rule-of-thirds-hz:after{top:66.6666666667%}.ReactCrop__drag-handle{position:absolute;width:var(--rc-drag-handle-size);height:var(--rc-drag-handle-size);background-color:var(--rc-drag-handle-bg-colour);border:1px solid var(--rc-border-color)}.ReactCrop__drag-handle:focus{background:var(--rc-focus-color)}.ReactCrop .ord-nw{top:0;left:0;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);cursor:nw-resize}.ReactCrop .ord-n{top:0;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);cursor:n-resize}.ReactCrop .ord-ne{top:0;right:0;-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%);cursor:ne-resize}.ReactCrop .ord-e{top:50%;right:0;-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%);cursor:e-resize}.ReactCrop .ord-se{bottom:0;right:0;-webkit-transform:translate(50%,50%);transform:translate(50%,50%);cursor:se-resize}.ReactCrop .ord-s{bottom:0;left:50%;-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%);cursor:s-resize}.ReactCrop .ord-sw{bottom:0;left:0;-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%);cursor:sw-resize}.ReactCrop .ord-w{top:50%;left:0;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);cursor:w-resize}.ReactCrop__disabled .ReactCrop__drag-handle{cursor:inherit}.ReactCrop__drag-bar{position:absolute}.ReactCrop__drag-bar.ord-n{top:0;left:0;width:100%;height:var(--rc-drag-bar-size);-webkit-transform:translateY(-50%);transform:translateY(-50%)}.ReactCrop__drag-bar.ord-e{right:0;top:0;width:var(--rc-drag-bar-size);height:100%;-webkit-transform:translate(50%);transform:translate(50%)}.ReactCrop__drag-bar.ord-s{bottom:0;left:0;width:100%;height:var(--rc-drag-bar-size);-webkit-transform:translateY(50%);transform:translateY(50%)}.ReactCrop__drag-bar.ord-w{top:0;left:0;width:var(--rc-drag-bar-size);height:100%;-webkit-transform:translate(-50%);transform:translate(-50%)}.ReactCrop--new-crop .ReactCrop__drag-bar,.ReactCrop--new-crop .ReactCrop__drag-handle,.ReactCrop--fixed-aspect .ReactCrop__drag-bar,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-n,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-e,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-s,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-w{display:none}@media(pointer:coarse){.ReactCrop .ord-n,.ReactCrop .ord-e,.ReactCrop .ord-s,.ReactCrop .ord-w{display:none}.ReactCrop__drag-handle{width:var(--rc-drag-handle-mobile-size);height:var(--rc-drag-handle-mobile-size)}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";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: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}:root{--background: 45 60% 97%;--foreground: 25 25% 20%;--card: 0 0% 100%;--card-foreground: 25 25% 20%;--popover: 0 0% 100%;--popover-foreground: 25 25% 20%;--primary: 145 45% 25%;--primary-foreground: 0 0% 100%;--secondary: 45 60% 92%;--secondary-foreground: 25 25% 20%;--muted: 45 30% 94%;--muted-foreground: 25 15% 45%;--accent: 145 55% 35%;--accent-foreground: 0 0% 100%;--destructive: 0 70% 50%;--destructive-foreground: 0 0% 100%;--border: 45 25% 88%;--input: 45 25% 88%;--ring: 145 45% 25%;--radius: .75rem;--brand-green: 145 45% 25%;--brand-green-dark: 145 55% 15%;--brand-green-light: 145 40% 45%;--brand-cream: 45 60% 97%;--brand-brown: 25 25% 20%;--brand-tan: 35 40% 75%}*{border-color:hsl(var(--border))}body{background-color:hsl(var(--background));color:hsl(var(--foreground));-webkit-overflow-scrolling:touch;overscroll-behavior:none}@media(max-width:640px){html{height:100%;height:100dvh}body{height:100%;height:100dvh;overflow-x:hidden}}.container{width:100%;margin-right:auto;margin-left:auto;padding-right:2rem;padding-left:2rem}@media(min-width:1400px){.container{max-width:1400px}}.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}.pointer-events-auto{pointer-events:auto}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.inset-y-0{top:0;bottom:0}.-bottom-1{bottom:-.25rem}.-bottom-2{bottom:-.5rem}.-bottom-3{bottom:-.75rem}.-bottom-4{bottom:-1rem}.-bottom-40{bottom:-10rem}.-left-1{left:-.25rem}.-left-2{left:-.5rem}.-left-4{left:-1rem}.-left-40{left:-10rem}.-right-1{right:-.25rem}.-right-2{right:-.5rem}.-right-3{right:-.75rem}.-right-4{right:-1rem}.-right-40{right:-10rem}.-top-1{top:-.25rem}.-top-2{top:-.5rem}.-top-4{top:-1rem}.-top-40{top:-10rem}.bottom-0{bottom:0}.bottom-10{bottom:2.5rem}.bottom-2{bottom:.5rem}.bottom-20{bottom:5rem}.bottom-3{bottom:.75rem}.bottom-4{bottom:1rem}.bottom-8{bottom:2rem}.left-0{left:0}.left-1{left:.25rem}.left-1\/2{left:50%}.left-1\/3{left:33.333333%}.left-1\/4{left:25%}.left-10{left:2.5rem}.left-2{left:.5rem}.left-3{left:.75rem}.left-4{left:1rem}.left-6{left:1.5rem}.right-0{right:0}.right-1{right:.25rem}.right-1\/3{right:33.333333%}.right-1\/4{right:25%}.right-10{right:2.5rem}.right-12{right:3rem}.right-16{right:4rem}.right-2{right:.5rem}.right-20{right:5rem}.right-3{right:.75rem}.right-4{right:1rem}.right-8{right:2rem}.top-0{top:0}.top-1{top:.25rem}.top-1\/2{top:50%}.top-10{top:2.5rem}.top-2{top:.5rem}.top-20{top:5rem}.top-24{top:6rem}.top-3{top:.75rem}.top-32{top:8rem}.top-4{top:1rem}.top-6{top:1.5rem}.top-full{top:100%}.z-10{z-index:10}.z-20{z-index:20}.z-50{z-index:50}.z-\[100\]{z-index:100}.order-2{order:2}.order-3{order:3}.col-span-full{grid-column:1 / -1}.-mx-4{margin-left:-1rem;margin-right:-1rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-8{margin-left:2rem;margin-right:2rem}.mx-auto{margin-left:auto;margin-right:auto}.my-4{margin-top:1rem;margin-bottom:1rem}.my-8{margin-top:2rem;margin-bottom:2rem}.-mb-px{margin-bottom:-1px}.mb-1{margin-bottom:.25rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-12{margin-top:3rem}.mt-16{margin-top:4rem}.mt-2{margin-top:.5rem}.mt-20{margin-top:5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-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}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.aspect-square{aspect-ratio:1 / 1}.aspect-video{aspect-ratio:16 / 9}.h-0\.5{height:.125rem}.h-1\.5{height:.375rem}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-16{height:4rem}.h-2{height:.5rem}.h-20{height:5rem}.h-24{height:6rem}.h-3{height:.75rem}.h-32{height:8rem}.h-36{height:9rem}.h-4{height:1rem}.h-40{height:10rem}.h-48{height:12rem}.h-5{height:1.25rem}.h-56{height:14rem}.h-6{height:1.5rem}.h-64{height:16rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-80{height:20rem}.h-9{height:2.25rem}.h-96{height:24rem}.h-\[1px\]{height:1px}.h-\[600px\]{height:600px}.h-auto{height:auto}.h-full{height:100%}.max-h-16{max-height:4rem}.max-h-60{max-height:15rem}.max-h-64{max-height:16rem}.max-h-96{max-height:24rem}.max-h-\[50vh\]{max-height:50vh}.max-h-\[90vh\]{max-height:90vh}.max-h-screen{max-height:100vh}.min-h-\[120px\]{min-height:120px}.min-h-\[500px\]{min-height:500px}.min-h-\[80px\]{min-height:80px}.min-h-screen{min-height:100vh}.w-1{width:.25rem}.w-1\.5{width:.375rem}.w-1\/2{width:50%}.w-1\/4{width:25%}.w-10{width:2.5rem}.w-12{width:3rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\/3{width:66.666667%}.w-20{width:5rem}.w-24{width:6rem}.w-28{width:7rem}.w-3{width:.75rem}.w-3\/4{width:75%}.w-32{width:8rem}.w-36{width:9rem}.w-4{width:1rem}.w-4\/5{width:80%}.w-40{width:10rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-5\/6{width:83.333333%}.w-56{width:14rem}.w-6{width:1.5rem}.w-64{width:16rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-80{width:20rem}.w-9{width:2.25rem}.w-96{width:24rem}.w-\[1px\]{width:1px}.w-\[28rem\]{width:28rem}.w-auto{width:auto}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.min-w-0{min-width:0px}.min-w-\[180px\]{min-width:180px}.min-w-\[200px\]{min-width:200px}.min-w-\[2rem\]{min-width:2rem}.min-w-\[3rem\]{min-width:3rem}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.max-w-sm{max-width:24rem}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.flex-shrink-0,.shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.-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-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))}.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))}.scale-100{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-105{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-110{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-90{--tw-scale-x: .9;--tw-scale-y: .9;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.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 bounce{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;animation-timing-function:cubic-bezier(0,0,.2,1)}}.animate-bounce{animation:bounce 1s infinite}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize-none{resize:none}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.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-baseline{align-items:baseline}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-10{gap:2.5rem}.gap-12{gap:3rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-y-4{row-gap:1rem}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1.5rem * var(--tw-space-x-reverse));margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-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-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))}.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}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-3xl,.rounded-\[1\.5rem\]{border-radius:1.5rem}.rounded-\[2\.5rem\]{border-radius:2.5rem}.rounded-\[2rem\]{border-radius:2rem}.rounded-\[3rem\]{border-radius:3rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:var(--radius)}.rounded-md{border-radius:calc(var(--radius) - 2px)}.rounded-sm{border-radius:calc(var(--radius) - 4px)}.rounded-xl{border-radius:.75rem}.rounded-b-2xl{border-bottom-right-radius:1rem;border-bottom-left-radius:1rem}.rounded-b-md{border-bottom-right-radius:calc(var(--radius) - 2px);border-bottom-left-radius:calc(var(--radius) - 2px)}.rounded-l-\[3rem\]{border-top-left-radius:3rem;border-bottom-left-radius:3rem}.rounded-l-md{border-top-left-radius:calc(var(--radius) - 2px);border-bottom-left-radius:calc(var(--radius) - 2px)}.rounded-l-xl{border-top-left-radius:.75rem;border-bottom-left-radius:.75rem}.rounded-r-\[3rem\]{border-top-right-radius:3rem;border-bottom-right-radius:3rem}.rounded-r-md{border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.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-t-\[2\.5rem\]{border-top-left-radius:2.5rem;border-top-right-radius:2.5rem}.rounded-t-lg{border-top-left-radius:var(--radius);border-top-right-radius:var(--radius)}.border{border-width:1px}.border-0{border-width:0px}.border-2{border-width:2px}.border-4{border-width:4px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-l-2{border-left-width:2px}.border-l-4{border-left-width:4px}.border-t{border-top-width:1px}.border-t-2{border-top-width:2px}.border-dashed{border-style:dashed}.border-none{border-style:none}.border-blue-200{--tw-border-opacity: 1;border-color:rgb(191 219 254 / var(--tw-border-opacity, 1))}.border-border{border-color:hsl(var(--border))}.border-destructive{border-color:hsl(var(--destructive))}.border-gray-100{--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-gray-700{--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity, 1))}.border-green-100{--tw-border-opacity: 1;border-color:rgb(220 252 231 / var(--tw-border-opacity, 1))}.border-green-200{--tw-border-opacity: 1;border-color:rgb(187 247 208 / var(--tw-border-opacity, 1))}.border-green-200\/30{border-color:#bbf7d04d}.border-green-200\/50{border-color:#bbf7d080}.border-green-300{--tw-border-opacity: 1;border-color:rgb(134 239 172 / var(--tw-border-opacity, 1))}.border-green-300\/50{border-color:#86efac80}.border-green-400\/30{border-color:#4ade804d}.border-green-400\/50{border-color:#4ade8080}.border-green-500{--tw-border-opacity: 1;border-color:rgb(34 197 94 / var(--tw-border-opacity, 1))}.border-green-600{--tw-border-opacity: 1;border-color:rgb(22 163 74 / var(--tw-border-opacity, 1))}.border-input{border-color:hsl(var(--input))}.border-orange-200{--tw-border-opacity: 1;border-color:rgb(254 215 170 / var(--tw-border-opacity, 1))}.border-purple-200{--tw-border-opacity: 1;border-color:rgb(233 213 255 / 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-400\/50{border-color:#f8717180}.border-transparent{border-color:transparent}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.border-white\/20{border-color:#fff3}.border-white\/30{border-color:#ffffff4d}.border-white\/50{border-color:#ffffff80}.border-yellow-200{--tw-border-opacity: 1;border-color:rgb(254 240 138 / var(--tw-border-opacity, 1))}.border-l-orange-500{--tw-border-opacity: 1;border-left-color:rgb(249 115 22 / var(--tw-border-opacity, 1))}.border-l-primary{border-left-color:hsl(var(--primary))}.border-t-transparent{border-top-color:transparent}.border-t-white{--tw-border-opacity: 1;border-top-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.bg-accent{background-color:hsl(var(--accent))}.bg-accent\/10{background-color:hsl(var(--accent) / .1)}.bg-background{background-color:hsl(var(--background))}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-black\/40{background-color:#0006}.bg-black\/50{background-color:#00000080}.bg-black\/70{background-color:#000000b3}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.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:hsl(var(--border))}.bg-card{background-color:hsl(var(--card))}.bg-destructive{background-color:hsl(var(--destructive))}.bg-emerald-300\/20{background-color:#6ee7b733}.bg-emerald-400{--tw-bg-opacity: 1;background-color:rgb(52 211 153 / var(--tw-bg-opacity, 1))}.bg-emerald-500{--tw-bg-opacity: 1;background-color:rgb(16 185 129 / var(--tw-bg-opacity, 1))}.bg-emerald-500\/10{background-color:#10b9811a}.bg-emerald-500\/20{background-color:#10b98133}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-gray-600{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity, 1))}.bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.bg-green-300\/20{background-color:#86efac33}.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-500\/10{background-color:#22c55e1a}.bg-green-500\/20{background-color:#22c55e33}.bg-green-600{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}.bg-muted{background-color:hsl(var(--muted))}.bg-muted\/50{background-color:hsl(var(--muted) / .5)}.bg-orange-100{--tw-bg-opacity: 1;background-color:rgb(255 237 213 / var(--tw-bg-opacity, 1))}.bg-pink-400{--tw-bg-opacity: 1;background-color:rgb(244 114 182 / var(--tw-bg-opacity, 1))}.bg-popover{background-color:hsl(var(--popover))}.bg-primary{background-color:hsl(var(--primary))}.bg-primary\/10{background-color:hsl(var(--primary) / .1)}.bg-purple-100{--tw-bg-opacity: 1;background-color:rgb(243 232 255 / var(--tw-bg-opacity, 1))}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / 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-secondary{background-color:hsl(var(--secondary))}.bg-teal-200\/20{background-color:#99f6e433}.bg-teal-500\/10{background-color:#14b8a61a}.bg-teal-500\/20{background-color:#14b8a633}.bg-transparent{background-color:transparent}.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\/25{background-color:#ffffff40}.bg-white\/30{background-color:#ffffff4d}.bg-white\/40{background-color:#fff6}.bg-white\/60{background-color:#fff9}.bg-white\/80{background-color:#fffc}.bg-white\/90{background-color:#ffffffe6}.bg-white\/95{background-color:#fffffff2}.bg-yellow-100{--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity, 1))}.bg-yellow-400{--tw-bg-opacity: 1;background-color:rgb(250 204 21 / var(--tw-bg-opacity, 1))}.bg-opacity-40{--tw-bg-opacity: .4}.bg-opacity-50{--tw-bg-opacity: .5}.bg-opacity-70{--tw-bg-opacity: .7}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-l{background-image:linear-gradient(to left,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.bg-gradient-to-tr{background-image:linear-gradient(to top right,var(--tw-gradient-stops))}.from-black\/20{--tw-gradient-from: rgb(0 0 0 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-black\/60{--tw-gradient-from: rgb(0 0 0 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-black\/70{--tw-gradient-from: rgb(0 0 0 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-400{--tw-gradient-from: #60a5fa var(--tw-gradient-from-position);--tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-400\/20{--tw-gradient-from: rgb(96 165 250 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500\/20{--tw-gradient-from: rgb(59 130 246 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-emerald-300\/20{--tw-gradient-from: rgb(110 231 183 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-emerald-400{--tw-gradient-from: #34d399 var(--tw-gradient-from-position);--tw-gradient-to: rgb(52 211 153 / 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-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-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-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-green-100{--tw-gradient-from: #dcfce7 var(--tw-gradient-from-position);--tw-gradient-to: rgb(220 252 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-100\/20{--tw-gradient-from: rgb(220 252 231 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(220 252 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-200\/30{--tw-gradient-from: rgb(187 247 208 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(187 247 208 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-300{--tw-gradient-from: #86efac var(--tw-gradient-from-position);--tw-gradient-to: rgb(134 239 172 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-300\/10{--tw-gradient-from: rgb(134 239 172 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(134 239 172 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-300\/20{--tw-gradient-from: rgb(134 239 172 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(134 239 172 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-300\/30{--tw-gradient-from: rgb(134 239 172 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(134 239 172 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-400{--tw-gradient-from: #4ade80 var(--tw-gradient-from-position);--tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-400\/20{--tw-gradient-from: rgb(74 222 128 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-400\/30{--tw-gradient-from: rgb(74 222 128 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-50{--tw-gradient-from: #f0fdf4 var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 253 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-50\/50{--tw-gradient-from: rgb(240 253 244 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 253 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-500{--tw-gradient-from: #22c55e var(--tw-gradient-from-position);--tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-500\/20{--tw-gradient-from: rgb(34 197 94 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-600{--tw-gradient-from: #16a34a var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-800{--tw-gradient-from: #166534 var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 101 52 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-50{--tw-gradient-from: #eef2ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-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\/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-purple-400{--tw-gradient-from: #c084fc var(--tw-gradient-from-position);--tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-400\/20{--tw-gradient-from: rgb(192 132 252 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-500\/20{--tw-gradient-from: rgb(168 85 247 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-500{--tw-gradient-from: #ef4444 var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-slate-50{--tw-gradient-from: #f8fafc var(--tw-gradient-from-position);--tw-gradient-to: rgb(248 250 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-slate-900{--tw-gradient-from: #0f172a var(--tw-gradient-from-position);--tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-200\/15{--tw-gradient-from: rgb(153 246 228 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(153 246 228 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-white{--tw-gradient-from: #fff var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-white\/20{--tw-gradient-from: rgb(255 255 255 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-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)}.via-emerald-400\/30{--tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(52 211 153 / .3) 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-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-green-200{--tw-gradient-to: rgb(187 247 208 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #bbf7d0 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-green-300{--tw-gradient-to: rgb(134 239 172 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #86efac var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-green-50\/30{--tw-gradient-to: rgb(240 253 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(240 253 244 / .3) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-green-700{--tw-gradient-to: rgb(21 128 61 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #15803d var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-transparent{--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-white{--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to)}.to-black{--tw-gradient-to: #000 var(--tw-gradient-to-position)}.to-black\/40{--tw-gradient-to: rgb(0 0 0 / .4) var(--tw-gradient-to-position)}.to-blue-600{--tw-gradient-to: #2563eb var(--tw-gradient-to-position)}.to-cyan-400\/20{--tw-gradient-to: rgb(34 211 238 / .2) var(--tw-gradient-to-position)}.to-cyan-50{--tw-gradient-to: #ecfeff var(--tw-gradient-to-position)}.to-cyan-500{--tw-gradient-to: #06b6d4 var(--tw-gradient-to-position)}.to-cyan-500\/20{--tw-gradient-to: rgb(6 182 212 / .2) var(--tw-gradient-to-position)}.to-emerald-100\/20{--tw-gradient-to: rgb(209 250 229 / .2) var(--tw-gradient-to-position)}.to-emerald-200\/20{--tw-gradient-to: rgb(167 243 208 / .2) var(--tw-gradient-to-position)}.to-emerald-300\/10{--tw-gradient-to: rgb(110 231 183 / .1) var(--tw-gradient-to-position)}.to-emerald-300\/20{--tw-gradient-to: rgb(110 231 183 / .2) var(--tw-gradient-to-position)}.to-emerald-400{--tw-gradient-to: #34d399 var(--tw-gradient-to-position)}.to-emerald-400\/20{--tw-gradient-to: rgb(52 211 153 / .2) var(--tw-gradient-to-position)}.to-emerald-50{--tw-gradient-to: #ecfdf5 var(--tw-gradient-to-position)}.to-emerald-50\/50{--tw-gradient-to: rgb(236 253 245 / .5) var(--tw-gradient-to-position)}.to-emerald-500{--tw-gradient-to: #10b981 var(--tw-gradient-to-position)}.to-emerald-500\/20{--tw-gradient-to: rgb(16 185 129 / .2) var(--tw-gradient-to-position)}.to-emerald-600{--tw-gradient-to: #059669 var(--tw-gradient-to-position)}.to-gray-400{--tw-gradient-to: #9ca3af var(--tw-gradient-to-position)}.to-gray-700{--tw-gradient-to: #374151 var(--tw-gradient-to-position)}.to-gray-800{--tw-gradient-to: #1f2937 var(--tw-gradient-to-position)}.to-green-100{--tw-gradient-to: #dcfce7 var(--tw-gradient-to-position)}.to-green-200{--tw-gradient-to: #bbf7d0 var(--tw-gradient-to-position)}.to-green-200\/15{--tw-gradient-to: rgb(187 247 208 / .15) var(--tw-gradient-to-position)}.to-green-600{--tw-gradient-to: #16a34a var(--tw-gradient-to-position)}.to-green-700{--tw-gradient-to: #15803d var(--tw-gradient-to-position)}.to-orange-500{--tw-gradient-to: #f97316 var(--tw-gradient-to-position)}.to-pink-400\/20{--tw-gradient-to: rgb(244 114 182 / .2) var(--tw-gradient-to-position)}.to-pink-500{--tw-gradient-to: #ec4899 var(--tw-gradient-to-position)}.to-pink-500\/20{--tw-gradient-to: rgb(236 72 153 / .2) var(--tw-gradient-to-position)}.to-purple-300{--tw-gradient-to: #d8b4fe var(--tw-gradient-to-position)}.to-purple-600{--tw-gradient-to: #9333ea var(--tw-gradient-to-position)}.to-red-400\/20{--tw-gradient-to: rgb(248 113 113 / .2) var(--tw-gradient-to-position)}.to-red-500{--tw-gradient-to: #ef4444 var(--tw-gradient-to-position)}.to-red-600{--tw-gradient-to: #dc2626 var(--tw-gradient-to-position)}.to-red-700{--tw-gradient-to: #b91c1c var(--tw-gradient-to-position)}.to-teal-300\/20{--tw-gradient-to: rgb(94 234 212 / .2) var(--tw-gradient-to-position)}.to-teal-400{--tw-gradient-to: #2dd4bf var(--tw-gradient-to-position)}.to-teal-400\/30{--tw-gradient-to: rgb(45 212 191 / .3) 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-zinc-100{--tw-gradient-to: #f4f4f5 var(--tw-gradient-to-position)}.bg-cover{background-size:cover}.bg-fixed{background-attachment:fixed}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.bg-center{background-position:center}.fill-current{fill:currentColor}.fill-red-500{fill:#ef4444}.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-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.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-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-12{padding-bottom:3rem}.pb-2{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-10{padding-left:2.5rem}.pl-12{padding-left:3rem}.pl-2{padding-left:.5rem}.pl-4{padding-left:1rem}.pr-10{padding-right:2.5rem}.pr-12{padding-right:3rem}.pr-2{padding-right:.5rem}.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.pr-8{padding-right:2rem}.pt-0{padding-top:0}.pt-12{padding-top:3rem}.pt-16{padding-top:4rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.font-serif{font-family:ui-serif,Georgia,Cambria,Times New Roman,Times,serif}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-6xl{font-size:3.75rem;line-height:1}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-black{font-weight:900}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.leading-tight{line-height:1.25}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.text-accent{color:hsl(var(--accent))}.text-accent-foreground{color:hsl(var(--accent-foreground))}.text-blue-300{--tw-text-opacity: 1;color:rgb(147 197 253 / var(--tw-text-opacity, 1))}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.text-blue-800{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}.text-card-foreground{color:hsl(var(--card-foreground))}.text-destructive-foreground{color:hsl(var(--destructive-foreground))}.text-emerald-300{--tw-text-opacity: 1;color:rgb(110 231 183 / var(--tw-text-opacity, 1))}.text-foreground{color:hsl(var(--foreground))}.text-foreground\/50{color:hsl(var(--foreground) / .5)}.text-gray-200{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.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-green-100{--tw-text-opacity: 1;color:rgb(220 252 231 / var(--tw-text-opacity, 1))}.text-green-200{--tw-text-opacity: 1;color:rgb(187 247 208 / var(--tw-text-opacity, 1))}.text-green-300{--tw-text-opacity: 1;color:rgb(134 239 172 / var(--tw-text-opacity, 1))}.text-green-400{--tw-text-opacity: 1;color:rgb(74 222 128 / var(--tw-text-opacity, 1))}.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-600\/60{color:#16a34a99}.text-green-600\/80{color:#16a34acc}.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-muted-foreground{color:hsl(var(--muted-foreground))}.text-orange-500{--tw-text-opacity: 1;color:rgb(249 115 22 / var(--tw-text-opacity, 1))}.text-orange-600{--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity, 1))}.text-orange-800{--tw-text-opacity: 1;color:rgb(154 52 18 / var(--tw-text-opacity, 1))}.text-popover-foreground{color:hsl(var(--popover-foreground))}.text-primary{color:hsl(var(--primary))}.text-primary-foreground{color:hsl(var(--primary-foreground))}.text-purple-300{--tw-text-opacity: 1;color:rgb(216 180 254 / var(--tw-text-opacity, 1))}.text-purple-800{--tw-text-opacity: 1;color:rgb(107 33 168 / var(--tw-text-opacity, 1))}.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-red-800{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity, 1))}.text-secondary-foreground{color:hsl(var(--secondary-foreground))}.text-teal-300{--tw-text-opacity: 1;color:rgb(94 234 212 / 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\/10{color:#ffffff1a}.text-yellow-400{--tw-text-opacity: 1;color:rgb(250 204 21 / var(--tw-text-opacity, 1))}.text-yellow-800{--tw-text-opacity: 1;color:rgb(133 77 14 / var(--tw-text-opacity, 1))}.line-through{text-decoration-line:line-through}.underline-offset-4{text-underline-offset:4px}.placeholder-green-400::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(74 222 128 / var(--tw-placeholder-opacity, 1))}.placeholder-green-400::placeholder{--tw-placeholder-opacity: 1;color:rgb(74 222 128 / var(--tw-placeholder-opacity, 1))}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-60{opacity:.6}.opacity-80{opacity:.8}.opacity-90{opacity:.9}.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-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-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-500\/25{--tw-shadow-color: rgb(34 197 94 / .25);--tw-shadow: var(--tw-shadow-colored)}.outline{outline-style:solid}.ring-offset-background{--tw-ring-offset-color: hsl(var(--background))}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-2xl{--tw-blur: blur(40px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-3xl{--tw-blur: blur(64px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-lg{--tw-blur: blur(16px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-xl{--tw-blur: blur(24px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.grayscale{--tw-grayscale: grayscale(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.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-md{--tw-backdrop-blur: blur(12px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-sm{--tw-backdrop-blur: blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-xl{--tw-backdrop-blur: blur(24px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.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)}@keyframes enter{0%{opacity:var(--tw-enter-opacity, 1);transform:translate3d(var(--tw-enter-translate-x, 0),var(--tw-enter-translate-y, 0),0) scale3d(var(--tw-enter-scale, 1),var(--tw-enter-scale, 1),var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity, 1);transform:translate3d(var(--tw-exit-translate-x, 0),var(--tw-exit-translate-y, 0),0) scale3d(var(--tw-exit-scale, 1),var(--tw-exit-scale, 1),var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))}}.animate-in{animation-name:enter;animation-duration:.15s;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial}.fade-in-0{--tw-enter-opacity: 0}.zoom-in-95{--tw-enter-scale: .95}.duration-200{animation-duration:.2s}.duration-300{animation-duration:.3s}.duration-500{animation-duration:.5s}.duration-700{animation-duration:.7s}.ease-in-out{animation-timing-function:cubic-bezier(.4,0,.2,1)}.running{animation-play-state:running}.animate-fade-in{animation:fadeIn .6s ease-in-out}.animate-slide-up{animation:slideUp .5s ease-out}.animate-slide-down{animation:slideDown .3s ease-out}.animate-scale-in{animation:scaleIn .3s ease-out}.animate-bounce-gentle{animation:bounceGentle 2s infinite}.animate-pulse-gentle{animation:pulseGentle 2s infinite}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes bounceGentle{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-3px)}60%{transform:translateY(-2px)}}@keyframes pulseGentle{0%,to{opacity:1}50%{opacity:.8}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes glow{0%{box-shadow:0 0 5px #22c55e33}to{box-shadow:0 0 20px #22c55e66}}.bg-gradient-modern{background:linear-gradient(135deg,#f0fdf4,#dcfce7,#bbf7d0)}.bg-gradient-green{background:linear-gradient(135deg,#22c55e,#16a34a,#15803d)}.responsive-video{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;min-width:100%;min-height:100%;transform:scale(1.1)}.hero-title{font-size:1.5rem;line-height:1.2}.hero-subtitle{font-size:.875rem;line-height:1.4}.hero-description{font-size:.75rem;line-height:1.5}@media(min-width:320px){.hero-title{font-size:1.75rem}.hero-subtitle{font-size:1rem}.hero-description{font-size:.875rem}}@media(min-width:481px){.hero-title{font-size:2.25rem;line-height:1.3}.hero-subtitle{font-size:1.125rem}.hero-description{font-size:1rem}}@media(min-width:641px){.hero-title{font-size:2.75rem}.hero-subtitle{font-size:1.25rem}.hero-description{font-size:1.125rem}}@media(min-width:769px){.hero-title{font-size:3.5rem;line-height:1.4}.hero-subtitle{font-size:1.5rem}.hero-description{font-size:1.25rem}}@media(min-width:1025px){.hero-title{font-size:4.5rem}.hero-subtitle{font-size:1.75rem}.hero-description{font-size:1.5rem}}@media(min-width:1281px){.hero-title{font-size:5.5rem;line-height:1.5}.hero-subtitle{font-size:2rem}.hero-description{font-size:1.75rem}}.responsive-container{padding-left:1rem;padding-right:1rem}@media(min-width:640px){.responsive-container{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:768px){.responsive-container{padding-left:2rem;padding-right:2rem}}@media(min-width:1024px){.responsive-container{padding-left:2.5rem;padding-right:2.5rem}}@media(min-width:1280px){.responsive-container{padding-left:3rem;padding-right:3rem}}.responsive-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:640px){.responsive-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(min-width:768px){.responsive-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}@media(min-width:1024px){.responsive-grid{grid-template-columns:repeat(4,1fr);gap:2rem}}@media(min-width:1280px){.responsive-grid{grid-template-columns:repeat(5,1fr);gap:2.5rem}}.responsive-spacing{padding:1rem;margin:.5rem}@media(min-width:640px){.responsive-spacing{padding:1.5rem;margin:1rem}}@media(min-width:768px){.responsive-spacing{padding:2rem;margin:1.5rem}}@media(min-width:1024px){.responsive-spacing{padding:2.5rem;margin:2rem}}@media(min-width:1280px){.responsive-spacing{padding:3rem;margin:2.5rem}}.responsive-video-container{position:relative;width:100%;height:100vh;height:100dvh;overflow:hidden}@media(max-width:640px){.responsive-video-container{height:100vh;overflow:hidden}.responsive-video{position:absolute;top:0;left:0;width:100%;height:100%;min-width:100%;min-height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transform:scale(1.2)}}@media(min-width:641px)and (max-width:1024px){.responsive-video-container{height:80vh}}@media(min-width:1025px){.responsive-video-container{height:100vh}}.responsive-button{padding:.5rem 1rem;font-size:.875rem}@media(min-width:640px){.responsive-button{padding:.75rem 1.5rem;font-size:1rem}}@media(min-width:768px){.responsive-button{padding:1rem 2rem;font-size:1.125rem}}@media(min-width:1024px){.responsive-button{padding:1.25rem 2.5rem;font-size:1.25rem}}.responsive-card{padding:.5rem;border-radius:.75rem}@media(min-width:640px){.responsive-card{padding:1.5rem;border-radius:1rem}}@media(min-width:768px){.responsive-card{padding:2rem;border-radius:1.25rem}}@media(min-width:1024px){.responsive-card{padding:2.5rem;border-radius:1.5rem}}.animate-card-1{animation:cardSlideIn1 .6s ease-out}.animate-card-2{animation:cardSlideIn2 .6s ease-out}.animate-card-3{animation:cardSlideIn3 .6s ease-out}@keyframes cardSlideIn1{0%{opacity:0;transform:translateY(30px) rotate(-2deg)}to{opacity:1;transform:translateY(0) rotate(0)}}@keyframes cardSlideIn2{0%{opacity:0;transform:translateY(30px) rotate(2deg)}to{opacity:1;transform:translateY(0) rotate(0)}}@keyframes cardSlideIn3{0%{opacity:0;transform:translate(-30px) scale(.9)}to{opacity:1;transform:translate(0) scale(1)}}@keyframes cardSlideIn4{0%{opacity:0;transform:translate(30px) scale(.9)}to{opacity:1;transform:translate(0) scale(1)}}@keyframes cardSlideIn5{0%{opacity:0;transform:translateY(-30px) skew(-2deg)}to{opacity:1;transform:translateY(0) skew(0)}}@keyframes cardSlideIn6{0%{opacity:0;transform:translateY(-30px) skew(2deg)}to{opacity:1;transform:translateY(0) skew(0)}}@keyframes cardSlideIn7{0%{opacity:0;transform:scale(.5) rotate(180deg)}to{opacity:1;transform:scale(1) rotate(0)}}@keyframes cardSlideIn8{0%{opacity:0;transform:translateY(30px) rotateX(90deg)}to{opacity:1;transform:translateY(0) rotateX(0)}}@keyframes cardSlideIn9{0%{opacity:0;transform:translate(-50px) rotateY(45deg)}to{opacity:1;transform:translate(0) rotateY(0)}}@keyframes cardSlideIn10{0%{opacity:0;transform:translate(50px) rotateY(-45deg)}to{opacity:1;transform:translate(0) rotateY(0)}}@keyframes floatSlow{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(5deg)}}@keyframes floatFast{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-15px) rotate(-3deg)}}@keyframes rotateSlow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes rotateFast{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-fade-in-up{animation:fadeInUp .6s ease-out forwards}.animate-fade-in-down{animation:fadeInDown .6s ease-out forwards}.animate-fade-in-left{animation:fadeInLeft .6s ease-out forwards}.animate-fade-in-right{animation:fadeInRight .6s ease-out forwards}.animate-scale-in{animation:scaleIn .5s ease-out forwards}.animate-rotate-in{animation:rotateIn .7s ease-out forwards}.animate-slide-in-up{animation:slideInUp .6s ease-out forwards}.animate-slide-in-down{animation:slideInDown .6s ease-out forwards}.animate-bounce-in{animation:bounceIn .8s ease-out forwards}.animate-flip-in{animation:flipIn .7s ease-out forwards}.animate-zoom-in{animation:zoomIn .6s ease-out forwards}.animate-slide-in-left{animation:slideInLeft .6s ease-out forwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes rotateIn{0%{opacity:0;transform:rotate(-180deg) scale(.8)}to{opacity:1;transform:rotate(0) scale(1)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(50px) rotateX(45deg)}to{opacity:1;transform:translateY(0) rotateX(0)}}@keyframes slideInDown{0%{opacity:0;transform:translateY(-50px) rotateX(-45deg)}to{opacity:1;transform:translateY(0) rotateX(0)}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3) translateY(-100px)}50%{opacity:1;transform:scale(1.05) translateY(0)}70%{transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes flipIn{0%{opacity:0;transform:rotateY(-90deg) scale(.8)}to{opacity:1;transform:rotateY(0) scale(1)}}@keyframes zoomIn{0%{opacity:0;transform:scale(.5) rotate(10deg)}to{opacity:1;transform:scale(1) rotate(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-100px) skew(-15deg)}to{opacity:1;transform:translate(0) skew(0)}}.group.card-hover-spin{transition:all .7s cubic-bezier(.4,0,.2,1)!important;border-radius:1.5rem!important}.group.card-hover-spin:hover{transform:scale(1.05) rotateY(5deg) rotateX(2deg)!important;box-shadow:0 25px 50px -12px #00000040,0 0 0 1px #22c55e1a!important;border-radius:1.5rem!important}.group.card-hover-flip{transition:all .6s cubic-bezier(.4,0,.2,1)!important;transform-style:preserve-3d!important;border-radius:1.5rem!important}.group.card-hover-flip:hover{transform:rotateY(10deg) scale(1.02)!important;border-radius:1.5rem!important}.group.card-hover-bounce{transition:all .5s cubic-bezier(.68,-.55,.265,1.55)!important;border-radius:1.5rem!important}.group.card-hover-bounce:hover{transform:translateY(-8px) scale(1.03)!important;box-shadow:0 20px 40px -12px #0000004d!important;border-radius:1.5rem!important}.group.card-hover-wiggle{transition:all .4s cubic-bezier(.4,0,.2,1)!important;border-radius:1.5rem!important}.group.card-hover-wiggle:hover{transform:rotate(1deg) scale(1.02)!important;animation:wiggle .6s ease-in-out!important;border-radius:1.5rem!important}@keyframes wiggle{0%,to{transform:rotate(1deg) scale(1.02);border-radius:1.5rem}25%{transform:rotate(-1deg) scale(1.02);border-radius:1.5rem}50%{transform:rotate(1deg) scale(1.02);border-radius:1.5rem}75%{transform:rotate(-.5deg) scale(1.02);border-radius:1.5rem}}.group.card-hover-glow{transition:all .6s cubic-bezier(.4,0,.2,1)!important;border-radius:1.5rem!important}.group.card-hover-glow:hover{transform:scale(1.03)!important;box-shadow:0 0 30px #22c55e4d,0 20px 40px -12px #00000040!important;border-radius:1.5rem!important}.group{transition:all .3s cubic-bezier(.4,0,.2,1)!important}.group:hover{border-radius:inherit!important}.group .rounded-3xl,.group .rounded-2xl,.group .rounded-xl,.group .rounded-lg,header{border-radius:0!important}header button,header [role=button],header .btn,header input,header .search-input,header .search-bar,header .nav-link,header a,header img{border-radius:1.5rem!important}header button,header [role=button],header .btn,header input,header .search-input,header .search-bar,header .nav-link,header a,header img,header .rounded-xl,header .rounded-lg,header .rounded-md,header .rounded-sm{border-radius:1.5rem!important}.explore-all-products-btn.rounded-none,.explore-all-products-btn.rounded-sm,.explore-all-products-btn.rounded-md,.explore-all-products-btn.rounded-lg,.explore-all-products-btn.rounded-xl,.explore-all-products-btn.rounded-2xl,.explore-all-products-btn.rounded-3xl{border-radius:1.5rem!important}.group .rounded-full{transition:all .3s cubic-bezier(.4,0,.2,1)!important}.group:hover .rounded-3xl{border-radius:1.5rem!important}.group:hover .rounded-2xl{border-radius:1rem!important}.group:hover .rounded-xl{border-radius:.75rem!important}.group:hover .rounded-lg{border-radius:.5rem!important}.group:hover .rounded-full{border-radius:9999px!important}.transform{transition:all .3s cubic-bezier(.4,0,.2,1)!important}*{transition:border-radius .3s cubic-bezier(.4,0,.2,1)!important}.group:hover *{border-radius:inherit!important}.group:hover .transform{border-radius:inherit!important}.group .relative,.group .absolute{border-radius:inherit!important}.group:hover .relative,.group:hover .absolute{border-radius:inherit!important}.bg-white.rounded-3xl,.bg-white.rounded-2xl,.bg-white.rounded-xl{border-radius:inherit!important}.group:hover .bg-white.rounded-3xl{border-radius:1.5rem!important}.group:hover .bg-white.rounded-2xl{border-radius:1rem!important}.group:hover .bg-white.rounded-xl{border-radius:.75rem!important}button.rounded-2xl,button.rounded-xl,button.rounded-lg{border-radius:inherit!important}.group:hover button.rounded-2xl{border-radius:1rem!important}.group:hover button.rounded-xl{border-radius:.75rem!important}.group:hover button.rounded-lg{border-radius:.5rem!important}button:hover,.btn:hover,[role=button]:hover{border-radius:inherit!important}.card:hover,[class*=card]:hover,[class*=Card]:hover{border-radius:inherit!important}*:hover{border-radius:inherit!important}.card,[class*=card],[class*=Card],button,.btn,[role=button],.bg-white,.bg-gray-50,.bg-gray-100,.bg-green-50,.bg-green-100{border-radius:1.5rem!important}.rounded-3xl,.rounded-2xl,.rounded-xl,.rounded-lg,.rounded-full{border-radius:inherit!important}div[class*=bg-]:not([class*=bg-gradient]):not([class*=bg-transparent]){border-radius:1.5rem!important}@keyframes particle{0%,to{transform:translateY(0) scale(1);opacity:.7}50%{transform:translateY(-30px) scale(1.2);opacity:1}}header:hover{border-radius:0 0 1rem 1rem!important;border-top-left-radius:0!important;border-top-right-radius:0!important;border-bottom-left-radius:1rem!important;border-bottom-right-radius:1rem!important}header:focus{border-radius:0 0 1rem 1rem!important;border-top-left-radius:0!important;border-top-right-radius:0!important;border-bottom-left-radius:1rem!important;border-bottom-right-radius:1rem!important}header:active{border-radius:0 0 1rem 1rem!important;border-top-left-radius:0!important;border-top-right-radius:0!important;border-bottom-left-radius:1rem!important;border-bottom-right-radius:1rem!important}header>*,header>*>*,header>*>*>*{border-radius:1rem!important}.responsive-video-container,.responsive-video-container>*,.responsive-video-container>*>*,.responsive-video,.responsive-video>*,.responsive-video>*>*,.hero-section,.hero-section>*,video,iframe{border-radius:0!important}header.rounded-b-2xl,header{border-radius:0 0 1rem 1rem!important;border-top-left-radius:0!important;border-top-right-radius:0!important;border-bottom-left-radius:1rem!important;border-bottom-right-radius:1rem!important}header button,header [role=button],header .btn,header input,header textarea,header select,header a{border-radius:1rem!important}.card,[class*=card],[class*=Card],[class*=bg-white]:not(header):not(header *):not(.responsive-video-container):not(.responsive-video-container *):not(.responsive-video):not(.responsive-video *),[class*=bg-gray]:not(header):not(header *):not(.responsive-video-container):not(.responsive-video-container *):not(.responsive-video):not(.responsive-video *),[class*=bg-green]:not(header):not(header *):not(.responsive-video-container):not(.responsive-video-container *):not(.responsive-video):not(.responsive-video *),[class*=bg-slate]:not(header):not(header *):not(.responsive-video-container):not(.responsive-video-container *):not(.responsive-video):not(.responsive-video *),[class*=bg-emerald]:not(header):not(header *):not(.responsive-video-container):not(.responsive-video-container *):not(.responsive-video):not(.responsive-video *),button:not(header button),.btn:not(header .btn),[role=button]:not(header [role=button]),input:not(header input),textarea:not(header textarea),select:not(header select){border-radius:1.5rem!important}*:hover,*:focus,*:active,*:visited{border-radius:inherit!important}.card:hover,[class*=card]:hover,[class*=Card]:hover,button:not(header button):hover,.btn:not(header .btn):hover,[role=button]:not(header [role=button]):hover{border-radius:1.5rem!important}header:hover,header *:hover{border-radius:0 0 1rem 1rem!important;border-top-left-radius:0!important;border-top-right-radius:0!important;border-bottom-left-radius:1rem!important;border-bottom-right-radius:1rem!important}.responsive-video-container:hover,.responsive-video-container *:hover,.responsive-video:hover,.responsive-video *:hover{border-radius:0!important}header.rounded-b-2xl:hover{border-radius:0 0 1rem 1rem!important;border-top-left-radius:0!important;border-top-right-radius:0!important;border-bottom-left-radius:1rem!important;border-bottom-right-radius:1rem!important}header,header.rounded-b-2xl,header.sticky,header.fixed,header.absolute,header.relative,header[class*=bg-],header[class*=shadow],header[class*=backdrop],.responsive-video-container,.responsive-video-container[class*=bg-],.responsive-video,.responsive-video[class*=bg-],video,iframe{border-radius:0!important}header[style*=border-radius],header[style*=borderRadius],header *[style*=border-radius],header *[style*=borderRadius],.responsive-video-container[style*=border-radius],.responsive-video-container[style*=borderRadius],.responsive-video-container *[style*=border-radius],.responsive-video-container *[style*=borderRadius],.responsive-video[style*=border-radius],.responsive-video[style*=borderRadius],.responsive-video *[style*=border-radius],.responsive-video *[style*=borderRadius],video[style*=border-radius],video[style*=borderRadius],iframe[style*=border-radius],iframe[style*=borderRadius]{border-radius:0!important}header.rounded-b-2xl[style*=border-radius],header.rounded-b-2xl[style*=borderRadius]{border-radius:0 0 1rem 1rem!important;border-top-left-radius:0!important;border-top-right-radius:0!important;border-bottom-left-radius:1rem!important;border-bottom-right-radius:1rem!important}[style*=border-radius]:not(header):not(header *):not(.responsive-video-container):not(.responsive-video-container *):not(.responsive-video):not(.responsive-video *):not(video):not(iframe),[style*=borderRadius]:not(header):not(header *):not(.responsive-video-container):not(.responsive-video-container *):not(.responsive-video):not(.responsive-video *):not(video):not(iframe){border-radius:1.5rem!important}*[class*=bg-]:not([class*=bg-gradient]):not([class*=bg-transparent]):not([class*=bg-none]){border-radius:1.5rem!important}*{border-radius:1.5rem!important}img,svg,video,header[class*=rounded-b-2xl],iframe,canvas,input[type=range],input[type=color],progress,meter{border-radius:0!important}header,.responsive-video-container,.responsive-video-container *,.responsive-video,.responsive-video *,.hero-section,.hero-section *{border-radius:0!important}section.responsive-spacing.bg-gradient-to-br.from-slate-900,section.responsive-spacing.bg-gradient-to-br.from-slate-900 *,section.responsive-spacing.bg-gradient-to-br.from-slate-900>*,section.responsive-spacing.bg-gradient-to-br.from-slate-900>*>*{border-radius:1.5rem!important}section.responsive-spacing.bg-gradient-to-br.from-indigo-50,section.responsive-spacing.bg-gradient-to-br.from-indigo-50 *,section.responsive-spacing.bg-gradient-to-br.from-indigo-50>*,section.responsive-spacing.bg-gradient-to-br.from-indigo-50>*>*{border-radius:1.5rem!important}section.responsive-spacing.bg-gradient-to-br.from-slate-50,section.responsive-spacing.bg-gradient-to-br.from-slate-50 *,section.responsive-spacing.bg-gradient-to-br.from-slate-50>*,section.responsive-spacing.bg-gradient-to-br.from-slate-50>*>*{border-radius:1.5rem!important}section.responsive-spacing.bg-gradient-to-br.from-slate-50.via-gray-50,section.responsive-spacing.bg-gradient-to-br.from-slate-50.via-gray-50 *,section.responsive-spacing.bg-gradient-to-br.from-slate-50.via-gray-50>*,section.responsive-spacing.bg-gradient-to-br.from-slate-50.via-gray-50>*>*{border-radius:1.5rem!important}section:not(.responsive-video-container):not(.hero-section){border-radius:1.5rem!important}section:not(.responsive-video-container):not(.hero-section) *{border-radius:1.5rem!important}section:not(.responsive-video-container):not(.hero-section):hover,section:not(.responsive-video-container):not(.hero-section):hover *,section:not(.responsive-video-container):not(.hero-section) *:hover{border-radius:1.5rem!important}section:not(.responsive-video-container):not(.hero-section):focus,section:not(.responsive-video-container):not(.hero-section):focus *,section:not(.responsive-video-container):not(.hero-section) *:focus{border-radius:1.5rem!important}section:not(.responsive-video-container):not(.hero-section):active,section:not(.responsive-video-container):not(.hero-section):active *,section:not(.responsive-video-container):not(.hero-section) *:active{border-radius:1.5rem!important}section:not(.responsive-video-container):not(.hero-section)[style*=border-radius],section:not(.responsive-video-container):not(.hero-section)[style*=borderRadius],section:not(.responsive-video-container):not(.hero-section) *[style*=border-radius],section:not(.responsive-video-container):not(.hero-section) *[style*=borderRadius]{border-radius:1.5rem!important}header,header:hover,header:focus,header:active,header.rounded-b-2xl,header.rounded-b-2xl:hover,header.rounded-b-2xl:focus,header.rounded-b-2xl:active,header[style*=border-radius],header[style*=borderRadius],header.header-sharp-top,header.header-sharp-top:hover,header.header-sharp-top:focus,header.header-sharp-top:active{border-radius:0 0 1rem 1rem!important;border-top-left-radius:0!important;border-top-right-radius:0!important;border-bottom-left-radius:1rem!important;border-bottom-right-radius:1rem!important}header,header *,header>*,header>*>*,header>*>*>*{border-top-left-radius:0!important;border-top-right-radius:0!important}header{border-bottom-left-radius:1rem!important;border-bottom-right-radius:1rem!important}header[class*=rounded],header[class*=border-radius]{border-radius:0 0 1rem 1rem!important;border-top-left-radius:0!important;border-top-right-radius:0!important;border-bottom-left-radius:1rem!important;border-bottom-right-radius:1rem!important}header.rounded-t-none,header.rounded-t-0,header.rounded-t-sm,header.rounded-t,header.rounded-t-md,header.rounded-t-lg,header.rounded-t-xl,header.rounded-t-2xl,header.rounded-t-3xl,header.rounded-t-full{border-top-left-radius:0!important;border-top-right-radius:0!important}header.rounded-b-none,header.rounded-b-0,header.rounded-b-sm,header.rounded-b,header.rounded-b-md,header.rounded-b-lg,header.rounded-b-xl,header.rounded-b-2xl,header.rounded-b-3xl,header.rounded-b-full{border-bottom-left-radius:1rem!important;border-bottom-right-radius:1rem!important}html body div header,html body div header:hover,html body div header:focus,html body div header:active,html body div header[class*=rounded],html body div header[style*=border-radius]{border-radius:0 0 1rem 1rem!important;border-top-left-radius:0!important;border-top-right-radius:0!important;border-bottom-left-radius:1rem!important;border-bottom-right-radius:1rem!important}header.header-sharp-top,header.header-sharp-top:hover,header.header-sharp-top:focus,header.header-sharp-top:active,header.header-sharp-top[class*=rounded],header.header-sharp-top[style*=border-radius],header.header-sharp-top[style*=borderRadius]{border-radius:0 0 1rem 1rem!important;border-top-left-radius:0!important;border-top-right-radius:0!important;border-bottom-left-radius:1rem!important;border-bottom-right-radius:1rem!important}header{border-radius:0 0 1rem 1rem!important;border-top-left-radius:0!important;border-top-right-radius:0!important;border-bottom-left-radius:1rem!important;border-bottom-right-radius:1rem!important}header,header *,header>*,header>*>*,header>*>*>*,header[class*=rounded],header[class*=border-radius],header[style*=border-radius],header[style*=borderRadius],header.header-sharp-top,header.header-sharp-top *,header.header-sharp-top>*,header.header-sharp-top>*>*,header.header-sharp-top>*>*>*{border-top-left-radius:0!important;border-top-right-radius:0!important}header,header.header-sharp-top{border-bottom-left-radius:1rem!important;border-bottom-right-radius:1rem!important}html body div#root header,html body div#root header:hover,html body div#root header:focus,html body div#root header:active,html body div#root header[class*=rounded],html body div#root header[style*=border-radius],html body div#root header.header-sharp-top,html body div#root header.header-sharp-top:hover,html body div#root header.header-sharp-top:focus,html body div#root header.header-sharp-top:active{border-radius:0 0 1rem 1rem!important;border-top-left-radius:0!important;border-top-right-radius:0!important;border-bottom-left-radius:1rem!important;border-bottom-right-radius:1rem!important}header.sticky.top-0.z-50.bg-white\/95.backdrop-blur-md.border-b.border-gray-200.shadow-lg.header-sharp-top.rounded-b-2xl,header.sticky.top-0.z-50.bg-white\/95.backdrop-blur-md.border-b.border-gray-200.shadow-lg.header-sharp-top.rounded-b-2xl:hover,header.sticky.top-0.z-50.bg-white\/95.backdrop-blur-md.border-b.border-gray-200.shadow-lg.header-sharp-top.rounded-b-2xl:focus,header.sticky.top-0.z-50.bg-white\/95.backdrop-blur-md.border-b.border-gray-200.shadow-lg.header-sharp-top.rounded-b-2xl:active{border-radius:0 0 1rem 1rem!important;border-top-left-radius:0!important;border-top-right-radius:0!important;border-bottom-left-radius:1rem!important;border-bottom-right-radius:1rem!important}header,header[class*=sticky],header[class*=top-0],header[class*=z-50],header[class*=bg-white],header[class*=backdrop-blur],header[class*=border-b],header[class*=shadow-lg],header[class*=header-sharp-top],header[class*=rounded-b-2xl]{border-top-left-radius:0!important;border-top-right-radius:0!important;border-bottom-left-radius:1rem!important;border-bottom-right-radius:1rem!important;border-radius:0 0 1rem 1rem!important}.logo-button,.logo-button:hover,.logo-button:focus,.logo-button:active,div[class*=rounded-full][class*=bg-gradient-to-br]{border-radius:50%!important;aspect-ratio:1 / 1!important}div[class*=w-24][class*=h-24],div[class*=w-32][class*=h-32],div[class*=w-40][class*=h-40],div[class*=w-10][class*=h-10],div[class*=w-12][class*=h-12],div[class*=w-16][class*=h-16]{border-radius:50%!important;aspect-ratio:1 / 1!important}@media(max-width:768px){.grid.grid-cols-1{max-width:100%!important;width:100%!important}.grid.grid-cols-1>div{width:100%!important;max-width:100%!important}.grid.grid-cols-1 .group{width:100%!important;max-width:100%!important}}@media(max-width:768px){.responsive-video-container{position:relative;width:100%;height:100vh;overflow:hidden;background:#000}.responsive-video{position:absolute;top:0;left:0;width:100%;height:100%;min-width:100%;min-height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transform:scale(1.2);z-index:1}.responsive-video-container:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#000;z-index:0}}@media(max-width:1024px){.responsive-video-container{position:relative;width:100%;height:100vh;overflow:hidden;background:#000}.responsive-video{position:absolute;top:0;left:0;width:100%;height:100%;min-width:100%;min-height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transform:scale(1.15);z-index:1}.responsive-video-container:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#000;z-index:0}}header button,header [role=button],header .btn,header input[type=button],header input[type=submit],header .search-input,header .search-bar,header input[type=text],header input[type=search],header .nav-link,header a{border-radius:1.5rem!important}header img{border-radius:1.5rem!important}header:not(.rounded-b-2xl){border-radius:0!important}header>div:not([class*=card]):not(.card),header>nav:not([class*=card]):not(.card),header>section:not([class*=card]):not(.card){border-radius:0!important}header.rounded-none,header.rounded-sm,header.rounded-md,header.rounded-lg,header.rounded-xl,header.rounded-2xl,header.rounded-3xl,header.rounded-full{border-radius:0!important}.why-choose-card{border-radius:1.5rem!important}.why-choose-card *{border-radius:inherit!important}.why-choose-section .why-choose-card{border-radius:1.5rem!important}.responsive-card.why-choose-card,.responsive-card.animate-card-1,.responsive-card.animate-card-2,.responsive-card.animate-card-3{border-radius:1.5rem!important}.responsive-card.animate-card-1:hover,.responsive-card.animate-card-2:hover,.responsive-card.animate-card-3:hover,.responsive-card.animate-card-1:focus,.responsive-card.animate-card-2:focus,.responsive-card.animate-card-3:focus,.responsive-card.animate-card-1:active,.responsive-card.animate-card-2:active,.responsive-card.animate-card-3:active{border-radius:1.5rem!important}.responsive-card.animate-card-1+div,.responsive-card.animate-card-2+div,.responsive-card.animate-card-3+div,.responsive-card.animate-card-1>div,.responsive-card.animate-card-2>div,.responsive-card.animate-card-3>div{border-radius:1.5rem!important}html body .responsive-card.animate-card-1,html body .responsive-card.animate-card-2,html body .responsive-card.animate-card-3,html body .responsive-card.animate-card-1 *,html body .responsive-card.animate-card-2 *,html body .responsive-card.animate-card-3 *{border-radius:1.5rem!important;-webkit-border-radius:1.5rem!important;-moz-border-radius:1.5rem!important;-ms-border-radius:1.5rem!important;-o-border-radius:1.5rem!important}html body .responsive-card.animate-card-1:hover,html body .responsive-card.animate-card-2:hover,html body .responsive-card.animate-card-3:hover,html body .responsive-card.animate-card-1:hover *,html body .responsive-card.animate-card-2:hover *,html body .responsive-card.animate-card-3:hover *,html body .responsive-card.animate-card-1:focus,html body .responsive-card.animate-card-2:focus,html body .responsive-card.animate-card-3:focus,html body .responsive-card.animate-card-1:focus *,html body .responsive-card.animate-card-2:focus *,html body .responsive-card.animate-card-3:focus *,html body .responsive-card.animate-card-1:active,html body .responsive-card.animate-card-2:active,html body .responsive-card.animate-card-3:active,html body .responsive-card.animate-card-1:active *,html body .responsive-card.animate-card-2:active *,html body .responsive-card.animate-card-3:active *{border-radius:1.5rem!important;-webkit-border-radius:1.5rem!important;-moz-border-radius:1.5rem!important;-ms-border-radius:1.5rem!important;-o-border-radius:1.5rem!important}@media(min-width:1024px){.responsive-card.why-choose-card{border-radius:1.5rem!important}}.why-choose-section{border-radius:1.5rem!important}.featured-products-desktop{display:flex!important;flex-direction:row!important;overflow:hidden!important;gap:2rem!important;padding:1rem!important;align-items:flex-start!important;animation:auto-scroll 20s linear infinite!important;width:100%!important}@keyframes auto-scroll{0%,20%{transform:translate(0)}25%,45%{transform:translate(-12.5%)}50%,70%{transform:translate(-25%)}75%,95%{transform:translate(-37.5%)}to{transform:translate(-50%)}}.featured-products-mobile{animation:auto-scroll-mobile 16s linear infinite!important;overflow:hidden!important;width:100%!important}@keyframes auto-scroll-mobile{0%,20%{transform:translate(0)}25%,45%{transform:translate(-12.5%)}50%,70%{transform:translate(-25%)}75%,95%{transform:translate(-37.5%)}to{transform:translate(-50%)}}@keyframes card-highlight{0%,80%{transform:scale(1);box-shadow:0 25px 50px -12px #00000040}90%,to{transform:scale(1.05);box-shadow:0 35px 60px -12px #10b98166}}.featured-products-desktop>div:nth-child(1),.featured-products-mobile>div:nth-child(1){animation:card-highlight 20s linear infinite}.featured-products-desktop>div:nth-child(2),.featured-products-mobile>div:nth-child(2){animation:card-highlight 20s linear infinite 5s}.featured-products-desktop>div:nth-child(3),.featured-products-mobile>div:nth-child(3){animation:card-highlight 20s linear infinite 10s}.featured-products-desktop>div:nth-child(4),.featured-products-mobile>div:nth-child(4){animation:card-highlight 20s linear infinite 15s}.featured-products-desktop>*{flex-shrink:0!important;min-width:300px!important;max-width:320px!important}.featured-products-desktop::-webkit-scrollbar{height:8px!important}.featured-products-desktop::-webkit-scrollbar-track{background:#f0fdf4!important;border-radius:4px!important}.featured-products-desktop::-webkit-scrollbar-thumb{background:#22c55e!important;border-radius:4px!important}.featured-products-desktop::-webkit-scrollbar-thumb:hover{background:#16a34a!important}@media(max-width:640px){.featured-products-desktop{display:none!important}}.explore-all-products-btn:hover{background-color:#15803d!important;color:#fff!important;border-color:#15803d!important}.section-transition{background:linear-gradient(180deg,#86efac,#86efac 30%,#bbf7d0,#dcfce7,#f0fdf4,#f7fee7,#fafafa 80%,#fcfcfc,#fdfdfd,#fefefe,#fff)!important;transition:all 1.5s ease-in-out!important;position:relative!important}.section-transition:before{content:""!important;position:absolute!important;bottom:0!important;left:0!important;right:0!important;height:120px!important;background:linear-gradient(to bottom,transparent 0%,rgba(255,255,255,.005) 30%,rgba(255,255,255,.01) 40%,rgba(255,255,255,.02) 50%,rgba(255,255,255,.03) 60%,rgba(255,255,255,.05) 70%,rgba(255,255,255,.08) 80%,rgba(255,255,255,.15) 90%,rgba(255,255,255,.3) 100%)!important;pointer-events:none!important;z-index:1!important}.section-transition:after{content:""!important;position:absolute!important;bottom:0!important;left:0!important;right:0!important;height:60px!important;background:linear-gradient(to bottom,transparent 0%,rgba(255,255,255,.02) 50%,rgba(255,255,255,.1) 80%,rgba(255,255,255,.3) 100%)!important;pointer-events:none!important;z-index:2!important}.end-card{border-radius:1.5rem 1.5rem 0 0!important;position:relative!important;z-index:10!important}.footer-rounded-top{border-radius:1.5rem 1.5rem 0 0!important;border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.header-sharp-top{border-radius:0 0 1.5rem 1.5rem!important;border-top-left-radius:0!important;border-top-right-radius:0!important;border-bottom-left-radius:1.5rem!important;border-bottom-right-radius:1.5rem!important}footer.rounded-none,footer.rounded-sm,footer.rounded-md,footer.rounded-lg,footer.rounded-xl,footer.rounded-2xl,footer.rounded-3xl,footer.rounded-full{border-radius:1.5rem 1.5rem 0 0!important;border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.end-card *{border-radius:inherit!important}.end-card:hover,.end-card:focus,.end-card:active{border-radius:1.5rem 1.5rem 0 0!important}footer,.footer,.dark-footer,.bg-slate-900,.bg-gray-900,.bg-black{animation:none!important}footer *,.footer *,.dark-footer *,.bg-slate-900 *,.bg-gray-900 *,.bg-black *{animation:none!important;transition:none!important}footer a,footer button,footer .hover\:scale-110,footer .hover\:translate-x-1,footer .transform{transform:none!important;transition:none!important}footer a:hover,footer button:hover{transform:none!important;transition:none!important}.rounded-full{border-radius:9999px!important}.rounded-2xl{border-radius:1rem!important}.rounded-xl{border-radius:.75rem!important}.rounded-lg{border-radius:.5rem!important}.rounded-md{border-radius:.375rem!important}.rounded-sm{border-radius:.125rem!important}.rounded-none{border-radius:0!important}.decorative-circle{position:absolute;border-radius:50%;pointer-events:none;z-index:1;opacity:.1;animation:float-gentle 6s ease-in-out infinite}.decorative-circle-1{width:4px;height:4px;background:linear-gradient(135deg,#22c55e,#16a34a);animation-delay:0s;animation-duration:8s;animation-name:float-gentle}.decorative-circle-2{width:8px;height:8px;background:linear-gradient(135deg,#16a34a,#15803d);animation-delay:2s;animation-duration:10s;animation-name:float-gentle}.decorative-circle-3{width:6px;height:6px;background:linear-gradient(135deg,#22c55e,#16a34a);animation-delay:4s;animation-duration:7s;animation-name:float-gentle}.decorative-circle-4{width:12px;height:12px;background:linear-gradient(135deg,#15803d,#22c55e);animation-delay:1s;animation-duration:9s;animation-name:float-gentle}.decorative-circle-5{width:16px;height:16px;background:linear-gradient(135deg,#16a34a,#15803d);animation-delay:3s;animation-duration:11s;animation-name:float-gentle}.decorative-circle-6{width:5px;height:5px;background:linear-gradient(135deg,#22c55e,#16a34a);animation-delay:5s;animation-duration:6s;animation-name:float-gentle}.decorative-circle-7{width:20px;height:20px;background:linear-gradient(135deg,#15803d,#16a34a);animation-delay:1.5s;animation-duration:12s;animation-name:float-large}.decorative-circle-8{width:3px;height:3px;background:linear-gradient(135deg,#22c55e,#15803d);animation-delay:6s;animation-duration:5s;animation-name:float-small}.decorative-circle-9{width:24px;height:24px;background:linear-gradient(135deg,#16a34a,#22c55e);animation-delay:2.5s;animation-duration:14s;animation-name:float-large}.decorative-circle-10{width:7px;height:7px;background:linear-gradient(135deg,#15803d,#16a34a);animation-delay:4.5s;animation-duration:8s;animation-name:float-gentle}.decorative-circle-11{width:18px;height:18px;background:linear-gradient(135deg,#22c55e,#15803d);animation-delay:3.5s;animation-duration:13s;animation-name:float-large}.decorative-circle-12{width:2px;height:2px;background:linear-gradient(135deg,#16a34a,#22c55e);animation-delay:7s;animation-duration:4s;animation-name:float-small}.decorative-circle-13{width:1px;height:1px;background:linear-gradient(135deg,#10b981,#34d399);animation-delay:7.5s;animation-duration:6s;animation-name:float-gentle}.decorative-circle-14{width:9px;height:9px;background:linear-gradient(135deg,#059669,#10b981);animation-delay:8s;animation-duration:7s;animation-name:float-large}.decorative-circle-15{width:11px;height:11px;background:linear-gradient(135deg,#047857,#059669);animation-delay:8.5s;animation-duration:9s;animation-name:float-small}.decorative-circle-16{width:13px;height:13px;background:linear-gradient(135deg,#065f46,#047857);animation-delay:9s;animation-duration:5s;animation-name:float-gentle}.decorative-circle-17{width:15px;height:15px;background:linear-gradient(135deg,#064e3b,#065f46);animation-delay:9.5s;animation-duration:8s;animation-name:float-large}.decorative-circle-18{width:17px;height:17px;background:linear-gradient(135deg,#022c22,#064e3b);animation-delay:10s;animation-duration:6s;animation-name:float-small}.decorative-circle-19{width:19px;height:19px;background:linear-gradient(135deg,#14532d,#166534);animation-delay:10.5s;animation-duration:10s;animation-name:float-gentle}.decorative-circle-20{width:21px;height:21px;background:linear-gradient(135deg,#166534,#15803d);animation-delay:11s;animation-duration:7s;animation-name:float-large}.decorative-circle-21{width:23px;height:23px;background:linear-gradient(135deg,#15803d,#16a34a);animation-delay:11.5s;animation-duration:9s;animation-name:float-small}.decorative-circle-22{width:25px;height:25px;background:linear-gradient(135deg,#16a34a,#22c55e);animation-delay:12s;animation-duration:11s;animation-name:float-gentle}.decorative-circle-23{width:27px;height:27px;background:linear-gradient(135deg,#22c55e,#4ade80);animation-delay:12.5s;animation-duration:8s;animation-name:float-large}.decorative-circle-24{width:29px;height:29px;background:linear-gradient(135deg,#4ade80,#86efac);animation-delay:13s;animation-duration:6s;animation-name:float-small}.decorative-circle-25{width:31px;height:31px;background:linear-gradient(135deg,#86efac,#bbf7d0);animation-delay:13.5s;animation-duration:12s;animation-name:float-gentle}.decorative-circle-26{width:33px;height:33px;background:linear-gradient(135deg,#bbf7d0,#dcfce7);animation-delay:14s;animation-duration:7s;animation-name:float-large}.decorative-circle-27{width:35px;height:35px;background:linear-gradient(135deg,#dcfce7,#f0fdf4);animation-delay:14.5s;animation-duration:9s;animation-name:float-small}.decorative-circle-28{width:37px;height:37px;background:linear-gradient(135deg,#10b981,#34d399);animation-delay:15s;animation-duration:5s;animation-name:float-gentle}.decorative-circle-29{width:39px;height:39px;background:linear-gradient(135deg,#059669,#10b981);animation-delay:15.5s;animation-duration:8s;animation-name:float-large}.decorative-circle-30{width:41px;height:41px;background:linear-gradient(135deg,#047857,#059669);animation-delay:16s;animation-duration:10s;animation-name:float-small}@keyframes float-gentle{0%,to{transform:translateY(0) translate(0) scale(1);opacity:.1}25%{transform:translateY(-10px) translate(5px) scale(1.1);opacity:.15}50%{transform:translateY(-5px) translate(-3px) scale(.9);opacity:.2}75%{transform:translateY(-15px) translate(8px) scale(1.05);opacity:.12}}@keyframes float-large{0%,to{transform:translateY(0) translate(0) scale(1);opacity:.08}25%{transform:translateY(-20px) translate(10px) scale(1.2);opacity:.12}50%{transform:translateY(-10px) translate(-8px) scale(.8);opacity:.15}75%{transform:translateY(-25px) translate(15px) scale(1.1);opacity:.1}}@keyframes float-small{0%,to{transform:translateY(0) translate(0) scale(1);opacity:.15}25%{transform:translateY(-5px) translate(3px) scale(1.3);opacity:.2}50%{transform:translateY(-3px) translate(-2px) scale(.7);opacity:.25}75%{transform:translateY(-8px) translate(5px) scale(1.1);opacity:.18}}.text-outline-green{-webkit-text-stroke:2px #15803d;text-stroke:2px #15803d;color:transparent;background:linear-gradient(135deg,#22c55e,#16a34a);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.text-outline-green-thick{-webkit-text-stroke:3px #15803d;text-stroke:3px #15803d;color:transparent;background:linear-gradient(135deg,#22c55e,#16a34a);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.font-clear{text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"kern" 1;font-kerning:normal}.text-on-rounded{text-shadow:0 1px 2px rgba(0,0,0,.1);font-weight:600;letter-spacing:.025em}@media(max-width:768px){.text-on-rounded{text-shadow:0 1px 3px rgba(0,0,0,.15);font-weight:700;letter-spacing:.05em}}.text-contrast{color:#1f2937;text-shadow:0 1px 2px rgba(255,255,255,.8)}.text-contrast-light{color:#374151;text-shadow:0 1px 2px rgba(255,255,255,.6)}.text-dark-clear{color:#111827;text-shadow:0 1px 2px rgba(255,255,255,.5);font-weight:600}.text-light-clear{color:#f9fafb;text-shadow:0 1px 3px rgba(0,0,0,.5);font-weight:600}.product-card .bg-white,.product-card .bg-gray-50,.product-card .bg-gray-100,.product-card .bg-green-50,.product-card .bg-green-100,.product-card .bg-slate-50,.product-card .bg-slate-100,.product-card .bg-emerald-50,.product-card .bg-emerald-100,.product-card .bg-gradient-to-br,.product-card .bg-gradient-to-t,.product-card .bg-gradient-to-r,.product-card .bg-gradient-to-l,.product-card .bg-gradient-to-b,.product-card .bg-gradient-to-tr,.product-card .bg-gradient-to-tl,.product-card .bg-gradient-to-bl,.product-card .backdrop-blur-sm,.product-card .backdrop-blur-md,.product-card .backdrop-blur-lg,.product-card .backdrop-blur-xl,.product-card .backdrop-blur-2xl,.product-card .backdrop-blur-3xl,.product-card .backdrop-blur-none,.product-card .backdrop-blur,.product-card .bg-white\/95,.product-card .bg-white\/90,.product-card .bg-white\/80,.product-card .bg-white\/70,.product-card .bg-white\/60,.product-card .bg-white\/50,.product-card .bg-white\/40,.product-card .bg-white\/30,.product-card .bg-white\/20,.product-card .bg-white\/10,.product-card .bg-white\/5,.product-card .bg-black\/60,.product-card .bg-black\/50,.product-card .bg-black\/40,.product-card .bg-black\/30,.product-card .bg-black\/20,.product-card .bg-black\/10,.product-card .bg-black\/5,.product-card .bg-red-500,.product-card .bg-green-500,.product-card .bg-blue-500,.product-card .bg-yellow-500,.product-card .bg-purple-500,.product-card .bg-pink-500,.product-card .bg-indigo-500,.product-card .bg-orange-500,.product-card .bg-teal-500,.product-card .bg-cyan-500,.product-card .bg-lime-500,.product-card .bg-amber-500,.product-card .bg-emerald-500,.product-card .bg-violet-500,.product-card .bg-fuchsia-500,.product-card .bg-rose-500,.product-card .bg-sky-500,.product-card .bg-stone-500,.product-card .bg-neutral-500,.product-card .bg-zinc-500,.product-card .bg-gray-500,.product-card .bg-slate-500{border-radius:0!important}.product-card .absolute,.product-card .relative,.product-card .static,.product-card .fixed,.product-card .sticky,.product-card .inset-0,.product-card .top-0,.product-card .bottom-0,.product-card .left-0,.product-card .right-0,.product-card .top-3,.product-card .top-4,.product-card .bottom-3,.product-card .bottom-4,.product-card .left-3,.product-card .left-4,.product-card .right-3,.product-card .right-4,.product-card .p-6,.product-card .p-4,.product-card .p-3,.product-card .p-2,.product-card .px-2,.product-card .px-3,.product-card .px-4,.product-card .py-1,.product-card .py-2,.product-card .py-3,.product-card .py-4,.product-card .overflow-hidden,.product-card .flex,.product-card .flex-col,.product-card .flex-row,.product-card .items-center,.product-card .items-start,.product-card .items-end,.product-card .justify-center,.product-card .justify-between,.product-card .justify-start,.product-card .justify-end,.product-card .space-x-1,.product-card .space-x-2,.product-card .space-y-1,.product-card .space-y-2,.product-card .gap-2,.product-card .gap-3,.product-card .gap-4,.product-card .mb-2,.product-card .mb-3,.product-card .mb-4,.product-card .mt-2,.product-card .mt-3,.product-card .mt-4,.product-card .ml-2,.product-card .ml-3,.product-card .ml-4,.product-card .mr-2,.product-card .mr-3,.product-card .mr-4,.product-card .pt-2,.product-card .pt-3,.product-card .pt-4,.product-card .pb-2,.product-card .pb-3,.product-card .pb-4,.product-card .pl-2,.product-card .pl-3,.product-card .pl-4,.product-card .pr-2,.product-card .pr-3,.product-card .pr-4{border-radius:0!important}.product-card button,.product-card .btn,.product-card [role=button],.product-card .bg-green-500,.product-card .bg-green-600,.product-card .bg-green-700,.product-card .bg-emerald-500,.product-card .bg-emerald-600,.product-card .bg-emerald-700,.product-card .text-white,.product-card .text-green-500,.product-card .text-green-600,.product-card .text-green-700,.product-card .text-emerald-500,.product-card .text-emerald-600,.product-card .text-emerald-700{border-radius:1.5rem!important}.product-card .bg-gradient-green,.product-card button.bg-gradient-green,.product-card .bg-green-500,.product-card .bg-green-600,.product-card .bg-green-700,.product-card .bg-emerald-500,.product-card .bg-emerald-600,.product-card .bg-emerald-700,.product-card button[class*=bg-green],.product-card button[class*=bg-emerald],.product-card button[class*=gradient-green]{border-radius:1.5rem!important;border:none!important}.product-card button.rounded-md,.product-card button.rounded-lg,.product-card button.rounded-xl,.product-card button.rounded-2xl,.product-card .rounded-md,.product-card .rounded-lg,.product-card .rounded-xl,.product-card .rounded-2xl{border-radius:1.5rem!important}.product-card button{border-radius:1.5rem!important}.product-card button:hover,.product-card button:focus,.product-card button:active{border-radius:1.5rem!important}button:contains("Add to Cart"),.bg-gradient-green,button.bg-gradient-green,.responsive-button.bg-gradient-green{border-radius:1.5rem!important}.responsive-button.bg-gradient-green,button.responsive-button.bg-gradient-green,button[class*=responsive-button][class*=bg-gradient-green]{border-radius:1.5rem!important}.responsive-button.bg-gradient-green:hover,.responsive-button.bg-gradient-green:focus,.responsive-button.bg-gradient-green:active,button.responsive-button.bg-gradient-green:hover,button.responsive-button.bg-gradient-green:focus,button.responsive-button.bg-gradient-green:active{border-radius:1.5rem!important}button:has-text("Shop Now"),button[class*="Shop Now"],.responsive-button:has-text("Shop Now"){border-radius:1.5rem!important}button:has-text("Shop Now"):hover,button:has-text("Shop Now"):focus,button:has-text("Shop Now"):active,button[class*="Shop Now"]:hover,button[class*="Shop Now"]:focus,button[class*="Shop Now"]:active,.responsive-button:has-text("Shop Now"):hover,.responsive-button:has-text("Shop Now"):focus,.responsive-button:has-text("Shop Now"):active{border-radius:1.5rem!important}button.responsive-button,button[class*=responsive-button],button.bg-gradient-green,button[class*=bg-gradient-green],button.rounded-xl,button[class*=rounded-xl]{border-radius:1.5rem!important}button.responsive-button:hover,button.responsive-button:focus,button.responsive-button:active,button[class*=responsive-button]:hover,button[class*=responsive-button]:focus,button[class*=responsive-button]:active,button.bg-gradient-green:hover,button.bg-gradient-green:focus,button.bg-gradient-green:active,button[class*=bg-gradient-green]:hover,button[class*=bg-gradient-green]:focus,button[class*=bg-gradient-green]:active,button.rounded-xl:hover,button.rounded-xl:focus,button.rounded-xl:active,button[class*=rounded-xl]:hover,button[class*=rounded-xl]:focus,button[class*=rounded-xl]:active{border-radius:1.5rem!important}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}[class*=bg-gradient-green],[class*=gradient-green]{border-radius:1.5rem!important}footer.footer-rounded-top{border-radius:1.5rem 1.5rem 0 0!important;border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}footer{border-radius:1.5rem 1.5rem 0 0!important;border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}header{border-radius:0!important}header>div,header>nav,header>section{border-radius:0!important}.dark-cards-sharp.rounded-none,.dark-cards-sharp.rounded-sm,.dark-cards-sharp.rounded-md,.dark-cards-sharp.rounded-lg,.dark-cards-sharp.rounded-xl,.dark-cards-sharp.rounded-2xl,.dark-cards-sharp.rounded-3xl{border-radius:0!important}.responsive-card,.responsive-card *,.responsive-card>div,.responsive-card>div>div,.responsive-card .relative,.responsive-card .relative>div,.category-small-card{border-radius:1.5rem!important;-webkit-border-radius:1.5rem!important;-moz-border-radius:1.5rem!important;-ms-border-radius:1.5rem!important;-o-border-radius:1.5rem!important}.responsive-card.rounded-none,.responsive-card.rounded-sm,.responsive-card.rounded-md,.responsive-card.rounded-lg,.responsive-card.rounded-xl,.responsive-card.rounded-2xl,.responsive-card.rounded-3xl,.responsive-card * .rounded-none,.responsive-card * .rounded-sm,.responsive-card * .rounded-md,.responsive-card * .rounded-lg,.responsive-card * .rounded-xl,.responsive-card * .rounded-2xl,.responsive-card * .rounded-3xl{border-radius:1.5rem!important}@keyframes gradient-x{0%,to{transform:translate(-100%)}50%{transform:translate(100%)}}@keyframes gradient-x-reverse{0%,to{transform:translate(100%)}50%{transform:translate(-100%)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse-glow{0%,to{box-shadow:0 0 20px #22c55e4d}50%{box-shadow:0 0 40px #22c55e99}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes card-float{0%,to{transform:translateY(0) rotate(0)}25%{transform:translateY(-5px) rotate(1deg)}50%{transform:translateY(-10px) rotate(0)}75%{transform:translateY(-5px) rotate(-1deg)}}.animate-gradient-x{animation:gradient-x 3s ease-in-out infinite}.animate-gradient-x-reverse{animation:gradient-x-reverse 3s ease-in-out infinite}.animate-float{animation:float 3s ease-in-out infinite}.animate-pulse-glow{animation:pulse-glow 2s ease-in-out infinite}.animate-shimmer{background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);background-size:200% 100%;animation:shimmer 2s infinite}.animate-card-float{animation:card-float 4s ease-in-out infinite}.animate-card-1{animation-delay:0s}.animate-card-2{animation-delay:.2s}.animate-card-3{animation-delay:.4s}.animate-card-4{animation-delay:.6s}.animate-card-5{animation-delay:.8s}.animate-card-6{animation-delay:1s}.animate-card-7{animation-delay:1.2s}.animate-card-8{animation-delay:1.4s}.featured-products-mobile,.featured-products-desktop{position:relative}.featured-products-mobile:before,.featured-products-desktop:before{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(45deg,#10b981,#059669,#047857,#065f46);border-radius:1.5rem;z-index:-1;opacity:0;transition:opacity .3s ease}.featured-products-mobile:hover:before,.featured-products-desktop:hover:before{opacity:.1}.group:hover .animate-card-float{animation-play-state:paused;transform:translateY(-10px) scale(1.02)}.backdrop-blur-xl{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.shadow-3xl{box-shadow:0 35px 60px -12px #00000040}.explore-all-products-btn{border-radius:1.5rem!important;-webkit-border-radius:1.5rem!important;-moz-border-radius:1.5rem!important;-ms-border-radius:1.5rem!important;-o-border-radius:1.5rem!important}.category-small-card{border-radius:1.5rem!important;-webkit-border-radius:1.5rem!important;-moz-border-radius:1.5rem!important;-ms-border-radius:1.5rem!important;-o-border-radius:1.5rem!important}.category-small-card:hover,.category-small-card:focus,.category-small-card:active,.category-small-card:focus-within{border-radius:1.5rem!important;-webkit-border-radius:1.5rem!important;-moz-border-radius:1.5rem!important;-ms-border-radius:1.5rem!important;-o-border-radius:1.5rem!important}.responsive-card,.responsive-card *,.responsive-card>div,.responsive-card>div>div,.responsive-card .relative,.responsive-card .relative>div{border-radius:1.5rem!important;-webkit-border-radius:1.5rem!important;-moz-border-radius:1.5rem!important;-ms-border-radius:1.5rem!important;-o-border-radius:1.5rem!important}.responsive-card:hover:not(.animate-card-1):not(.animate-card-2):not(.animate-card-3),.responsive-card:hover:not(.animate-card-1):not(.animate-card-2):not(.animate-card-3) *,.responsive-card:focus:not(.animate-card-1):not(.animate-card-2):not(.animate-card-3),.responsive-card:focus:not(.animate-card-1):not(.animate-card-2):not(.animate-card-3) *,.responsive-card:active:not(.animate-card-1):not(.animate-card-2):not(.animate-card-3),.responsive-card:active:not(.animate-card-1):not(.animate-card-2):not(.animate-card-3) *,.responsive-card:focus-within:not(.animate-card-1):not(.animate-card-2):not(.animate-card-3),.responsive-card:focus-within:not(.animate-card-1):not(.animate-card-2):not(.animate-card-3) *{border-radius:1.5rem!important;-webkit-border-radius:1.5rem!important;-moz-border-radius:1.5rem!important;-ms-border-radius:1.5rem!important;-o-border-radius:1.5rem!important}.dark-cards-sharp{border-radius:0!important;-webkit-border-radius:0!important;-moz-border-radius:0!important;-ms-border-radius:0!important;-o-border-radius:0!important}.dark-cards-sharp:hover,.dark-cards-sharp:focus,.dark-cards-sharp:active,.dark-cards-sharp:focus-within{border-radius:0!important;-webkit-border-radius:0!important;-moz-border-radius:0!important;-ms-border-radius:0!important;-o-border-radius:0!important}.explore-all-products-btn:hover,.explore-all-products-btn:focus,.explore-all-products-btn:active,.explore-all-products-btn:focus-within,.explore-all-products-btn:visited{border-radius:1.5rem!important;-webkit-border-radius:1.5rem!important;-moz-border-radius:1.5rem!important;-ms-border-radius:1.5rem!important;-o-border-radius:1.5rem!important}header:hover,header:focus,header:active,header:focus-within{border-radius:0!important}header>div:hover,header>div:focus,header>div:active,header>nav:hover,header>nav:focus,header>nav:active,header>section:hover,header>section:focus,header>section:active{border-radius:0!important}header,header.rounded-b-2xl,header.sticky,header.fixed{border-radius:0 0 1.5rem 1.5rem!important;border-top-left-radius:0!important;border-top-right-radius:0!important;border-bottom-left-radius:1.5rem!important;border-bottom-right-radius:1.5rem!important}.responsive-video-container,.responsive-video,video,iframe,.hero-section{border-radius:0!important}html body header,html body header[class*=rounded],html body header[style*=border-radius],html body header.rounded-b-2xl,html body header.sticky,html body header.fixed{border-radius:0 0 1.5rem 1.5rem!important;border-top-left-radius:0!important;border-top-right-radius:0!important;border-bottom-left-radius:1.5rem!important;border-bottom-right-radius:1.5rem!important}html body .responsive-video-container,html body .responsive-video,html body video,html body iframe,html body .hero-section{border-radius:0!important;-webkit-border-radius:0!important;-moz-border-radius:0!important}html body div div .responsive-card.animate-card-1,html body div div .responsive-card.animate-card-2,html body div div .responsive-card.animate-card-3,html body div div .responsive-card.animate-card-1:hover,html body div div .responsive-card.animate-card-2:hover,html body div div .responsive-card.animate-card-3:hover,html body div div .responsive-card.animate-card-1:focus,html body div div .responsive-card.animate-card-2:focus,html body div div .responsive-card.animate-card-3:focus,html body div div .responsive-card.animate-card-1:active,html body div div .responsive-card.animate-card-2:active,html body div div .responsive-card.animate-card-3:active{border-radius:1.5rem!important;-webkit-border-radius:1.5rem!important;-moz-border-radius:1.5rem!important;-ms-border-radius:1.5rem!important;-o-border-radius:1.5rem!important}html body .responsive-card:not(.animate-card-1):not(.animate-card-2):not(.animate-card-3),html body .responsive-card:not(.animate-card-1):not(.animate-card-2):not(.animate-card-3):hover,html body .responsive-card:not(.animate-card-1):not(.animate-card-2):not(.animate-card-3):focus,html body .responsive-card:not(.animate-card-1):not(.animate-card-2):not(.animate-card-3):active{border-radius:1.5rem!important;-webkit-border-radius:1.5rem!important;-moz-border-radius:1.5rem!important;-ms-border-radius:1.5rem!important;-o-border-radius:1.5rem!important}html body div[class*="group cursor-pointer"]>div,html body div[class*="group cursor-pointer"]>div:hover,html body div[class*="group cursor-pointer"]>div:focus,html body div[class*="group cursor-pointer"]>div:active{border-radius:2.5rem!important;-webkit-border-radius:2.5rem!important;-moz-border-radius:2.5rem!important;-ms-border-radius:2.5rem!important;-o-border-radius:2.5rem!important}html body .relative.group>div:first-child,html body .relative.group>div:first-child:hover,html body .relative.group>div:first-child:focus,html body .relative.group>div:first-child:active{border-radius:3rem!important;-webkit-border-radius:3rem!important;-moz-border-radius:3rem!important;-ms-border-radius:3rem!important;-o-border-radius:3rem!important}html body div[class*=blur-]:not(.responsive-video-container *):not(.responsive-video *),html body div[class*=backdrop-blur]:not(.responsive-video-container *):not(.responsive-video *),html body div[class*="bg-white/"]:not(.responsive-video-container *):not(.responsive-video *),html body div[class*=bg-gradient-to-]:not(.responsive-video-container *):not(.responsive-video *){border-radius:1.5rem!important;-webkit-border-radius:1.5rem!important;-moz-border-radius:1.5rem!important;-ms-border-radius:1.5rem!important;-o-border-radius:1.5rem!important}html body section:not(.responsive-video-container)>div,html body section:not(.responsive-video-container)>div>div,html body section:not(.responsive-video-container)>div>div>div{border-radius:1.5rem!important;-webkit-border-radius:1.5rem!important;-moz-border-radius:1.5rem!important;-ms-border-radius:1.5rem!important;-o-border-radius:1.5rem!important}html body div[class*="relative bg-white/20"]:not(.responsive-video-container *):not(.responsive-video *),html body div[class*="relative bg-white/20"]:not(.responsive-video-container *):not(.responsive-video *):hover,html body div[class*="relative bg-white/20"]:not(.responsive-video-container *):not(.responsive-video *):focus,html body div[class*="relative bg-white/20"]:not(.responsive-video-container *):not(.responsive-video *):active{border-radius:3rem!important;-webkit-border-radius:3rem!important;-moz-border-radius:3rem!important;-ms-border-radius:3rem!important;-o-border-radius:3rem!important}html body div[class*=group]:not(.responsive-video-container *):not(.responsive-video *),html body div[class*=group]:not(.responsive-video-container *):not(.responsive-video *):hover,html body div[class*=group]:not(.responsive-video-container *):not(.responsive-video *):focus,html body div[class*=group]:not(.responsive-video-container *):not(.responsive-video *):active,html body div[class*=card]:not(.responsive-video-container *):not(.responsive-video *),html body div[class*=card]:not(.responsive-video-container *):not(.responsive-video *):hover,html body div[class*=card]:not(.responsive-video-container *):not(.responsive-video *):focus,html body div[class*=card]:not(.responsive-video-container *):not(.responsive-video *):active,html body div[class*=relative]:not(.responsive-video-container *):not(.responsive-video *),html body div[class*=relative]:not(.responsive-video-container *):not(.responsive-video *):hover,html body div[class*=relative]:not(.responsive-video-container *):not(.responsive-video *):focus,html body div[class*=relative]:not(.responsive-video-container *):not(.responsive-video *):active{border-radius:1.5rem!important;-webkit-border-radius:1.5rem!important;-moz-border-radius:1.5rem!important;-ms-border-radius:1.5rem!important;-o-border-radius:1.5rem!important}*,*:before,*:after,html,html *,html *:before,html *:after,body,body *,body *:before,body *:after{border-radius:1.5rem!important;-webkit-border-radius:1.5rem!important;-moz-border-radius:1.5rem!important}span,p,h1,h2,h3,h4,h5,h6,a,strong,em,b,i,small,sub,sup,code,pre,label,input[type=text],input[type=email],input[type=password],input[type=search],textarea{border-radius:inherit!important}div,section,article,aside,nav,header,footer,main,form,button,input,select,textarea,img,video,iframe,canvas,svg,table,tr,td,th,ul,ol,li{border-radius:1.5rem!important}html[style*=border-radius] *,body[style*=border-radius] *,[style*=border-radius],[class*=rounded]{border-radius:1.5rem!important;-webkit-border-radius:1.5rem!important;-moz-border-radius:1.5rem!important;-o-border-radius:1.5rem!important;-ms-border-radius:1.5rem!important}.card,[class*=card],[class*=Card],.product-card,.category-card,.responsive-card,.category-small-card,.group,.group *{border-radius:1.5rem!important}.card:hover,[class*=card]:hover,[class*=Card]:hover,.product-card:hover,.category-card:hover,.responsive-card:hover,.category-small-card:hover,.group:hover,.group:hover *,.card:focus,[class*=card]:focus,[class*=Card]:focus,.product-card:focus,.category-card:focus,.responsive-card:focus,.category-small-card:focus,.group:focus,.group:focus *,.card:active,[class*=card]:active,[class*=Card]:active,.product-card:active,.category-card:active,.responsive-card:active,.category-small-card:active,.group:active,.group:active *{border-radius:1.5rem!important;-webkit-border-radius:1.5rem!important;-moz-border-radius:1.5rem!important;-o-border-radius:1.5rem!important;-ms-border-radius:1.5rem!important}header.sharp-corners-header:hover,header.sharp-corners-header:focus,header.sharp-corners-header:active,header.sharp-corners-header:focus-within{border-radius:0!important}header,header *,header>div,header>nav,header>section{transition:none!important;border-radius:0!important}header button,header input,header a,header img{transition:all .3s ease!important;border-radius:1.5rem!important}header.header-sharp-top,html body header.header-sharp-top{border-radius:0 0 1.5rem 1.5rem!important;border-top-left-radius:0!important;border-top-right-radius:0!important;border-bottom-left-radius:1.5rem!important;border-bottom-right-radius:1.5rem!important;-webkit-border-radius:0 0 1.5rem 1.5rem!important;-moz-border-radius:0 0 1.5rem 1.5rem!important;-ms-border-radius:0 0 1.5rem 1.5rem!important;-o-border-radius:0 0 1.5rem 1.5rem!important}header,header.sharp-corners-header,header[class*=rounded]:not(.header-sharp-top),header[class*=border]:not(.header-sharp-top),header[style*=border-radius]:not(.header-sharp-top){border-radius:0!important;-webkit-border-radius:0!important;-moz-border-radius:0!important;-ms-border-radius:0!important;-o-border-radius:0!important}header>*,header>div>*,header>nav>*,header>section>*{border-radius:0!important}header button,header input,header a,header img,header [role=button],header .btn{border-radius:1.5rem!important}header.rounded-b-2xl{border-radius:0 0 1rem 1rem!important;border-top-left-radius:0!important;border-top-right-radius:0!important;border-bottom-left-radius:1rem!important;border-bottom-right-radius:1rem!important}.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:hsl(var(--foreground))}.placeholder\:text-muted-foreground::-moz-placeholder{color:hsl(var(--muted-foreground))}.placeholder\:text-muted-foreground::placeholder{color:hsl(var(--muted-foreground))}.last\:border-b-0:last-child{border-bottom-width:0px}.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-x-1:hover{--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))}.hover\:rotate-1:hover{--tw-rotate: 1deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-105:hover{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-110:hover{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-125:hover{--tw-scale-x: 1.25;--tw-scale-y: 1.25;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:border-green-300:hover{--tw-border-opacity: 1;border-color:rgb(134 239 172 / var(--tw-border-opacity, 1))}.hover\:border-green-400:hover{--tw-border-opacity: 1;border-color:rgb(74 222 128 / var(--tw-border-opacity, 1))}.hover\:border-green-500:hover{--tw-border-opacity: 1;border-color:rgb(34 197 94 / var(--tw-border-opacity, 1))}.hover\:border-green-700:hover{--tw-border-opacity: 1;border-color:rgb(21 128 61 / var(--tw-border-opacity, 1))}.hover\:border-green-800:hover{--tw-border-opacity: 1;border-color:rgb(22 101 52 / var(--tw-border-opacity, 1))}.hover\:border-primary:hover{border-color:hsl(var(--primary))}.hover\:bg-accent:hover{background-color:hsl(var(--accent))}.hover\:bg-destructive\/90:hover{background-color:hsl(var(--destructive) / .9)}.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-50:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.hover\:bg-green-100:hover{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.hover\:bg-green-50:hover{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.hover\:bg-green-600:hover{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}.hover\:bg-green-700:hover{--tw-bg-opacity: 1;background-color:rgb(21 128 61 / var(--tw-bg-opacity, 1))}.hover\:bg-green-800:hover{--tw-bg-opacity: 1;background-color:rgb(22 101 52 / var(--tw-bg-opacity, 1))}.hover\:bg-muted\/50:hover{background-color:hsl(var(--muted) / .5)}.hover\:bg-primary\/90:hover{background-color:hsl(var(--primary) / .9)}.hover\:bg-red-50:hover{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.hover\:bg-red-600:hover{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.hover\:bg-secondary:hover{background-color:hsl(var(--secondary))}.hover\:bg-secondary\/80:hover{background-color:hsl(var(--secondary) / .8)}.hover\:bg-white:hover{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.hover\:bg-white\/20:hover{background-color:#fff3}.hover\:bg-white\/60:hover{background-color:#fff9}.hover\:bg-white\/80:hover{background-color:#fffc}.hover\:bg-opacity-80:hover{--tw-bg-opacity: .8}.hover\:from-green-600:hover{--tw-gradient-from: #16a34a var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-green-800:hover{--tw-gradient-from: #166534 var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 101 52 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:via-green-700:hover{--tw-gradient-to: rgb(21 128 61 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #15803d var(--tw-gradient-via-position), var(--tw-gradient-to)}.hover\:to-emerald-600:hover{--tw-gradient-to: #059669 var(--tw-gradient-to-position)}.hover\:to-emerald-700:hover{--tw-gradient-to: #047857 var(--tw-gradient-to-position)}.hover\:to-green-700:hover{--tw-gradient-to: #15803d var(--tw-gradient-to-position)}.hover\:to-purple-800:hover{--tw-gradient-to: #6b21a8 var(--tw-gradient-to-position)}.hover\:text-accent-foreground:hover{color:hsl(var(--accent-foreground))}.hover\:text-foreground:hover{color:hsl(var(--foreground))}.hover\:text-gray-600:hover{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.hover\:text-gray-700:hover{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.hover\:text-green-400:hover{--tw-text-opacity: 1;color:rgb(74 222 128 / var(--tw-text-opacity, 1))}.hover\:text-green-600:hover{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.hover\:text-green-700:hover{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}.hover\:text-green-800:hover{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity, 1))}.hover\:text-primary:hover{color:hsl(var(--primary))}.hover\:text-red-500:hover{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.hover\:text-red-600:hover{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.hover\:text-red-700:hover{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.hover\:text-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-80:hover{opacity:.8}.hover\:shadow-2xl:hover{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-lg:hover{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-md:hover{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-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\:drop-shadow-lg:hover{--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)}.hover\:grayscale-0:hover{--tw-grayscale: grayscale(0);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.hover\:bg-white:hover.rounded-3xl,.hover\:bg-white:hover.rounded-2xl,.hover\:bg-white:hover.rounded-xl{border-radius:inherit!important}.group:hover .hover\:bg-white:hover.rounded-3xl{border-radius:1.5rem!important}.group:hover .hover\:bg-white:hover.rounded-2xl{border-radius:1rem!important}.group:hover .hover\:bg-white:hover.rounded-xl{border-radius:.75rem!important}.hover\:bg-white:hover,.hover\:bg-gray-50:hover,.hover\:bg-gray-100:hover,.hover\:bg-green-50:hover,.hover\:bg-green-100:hover{border-radius:1.5rem!important}.focus\:border-green-400:focus{--tw-border-opacity: 1;border-color:rgb(74 222 128 / var(--tw-border-opacity, 1))}.focus\:border-green-500:focus{--tw-border-opacity: 1;border-color:rgb(34 197 94 / var(--tw-border-opacity, 1))}.focus\:border-transparent:focus{border-color:transparent}.focus\:bg-gray-50:focus{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.focus\:bg-white:focus{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.focus\:opacity-100:focus{opacity:1}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.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-blue-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}.focus\:ring-green-400\/20:focus{--tw-ring-color: rgb(74 222 128 / .2)}.focus\:ring-green-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity, 1))}.focus\:ring-green-500\/20:focus{--tw-ring-color: rgb(34 197 94 / .2)}.focus\:ring-ring:focus{--tw-ring-color: hsl(var(--ring))}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.focus\:bg-white:focus.rounded-3xl,.focus\:bg-white:focus.rounded-2xl,.focus\:bg-white:focus.rounded-xl{border-radius:inherit!important}.group:hover .focus\:bg-white:focus.rounded-3xl{border-radius:1.5rem!important}.group:hover .focus\:bg-white:focus.rounded-2xl{border-radius:1rem!important}.group:hover .focus\:bg-white:focus.rounded-xl{border-radius:.75rem!important}.focus\:bg-white:focus{border-radius:1.5rem!important}.focus\:bg-gray-50:focus{border-radius:1.5rem!important}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.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-ring:focus-visible{--tw-ring-color: hsl(var(--ring))}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width: 2px}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:transform-none:disabled{transform:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:bg-gray-400:disabled{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity, 1))}.disabled\:opacity-50:disabled{opacity:.5}.group:hover .group-hover\:block{display:block}.group:hover .group-hover\:-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))}.group:hover .group-hover\:-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))}.group:hover .group-hover\:translate-x-1{--tw-translate-x: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:-rotate-1{--tw-rotate: -1deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:rotate-1{--tw-rotate: 1deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:rotate-12{--tw-rotate: 12deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group\/item:hover .group-hover\/item\: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-105{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:scale-110{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:from-green-900{--tw-gradient-from: #14532d var(--tw-gradient-from-position);--tw-gradient-to: rgb(20 83 45 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.group:hover .group-hover\:via-green-800{--tw-gradient-to: rgb(22 101 52 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #166534 var(--tw-gradient-via-position), var(--tw-gradient-to)}.group:hover .group-hover\:to-green-700{--tw-gradient-to: #15803d var(--tw-gradient-to-position)}.group:hover .group-hover\:text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-green-800{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-green-900{--tw-text-opacity: 1;color:rgb(20 83 45 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:opacity-100{opacity:1}.group:hover .group-hover\:opacity-30{opacity:.3}.group:hover .group-hover\:opacity-50{opacity:.5}.group:hover .group-hover\:opacity-60{opacity:.6}.group:hover .group-hover\: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)}.group:hover .group-hover\:shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.group:hover .group-hover\: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)}.group:hover .group-hover\:shadow-3xl{box-shadow:0 35px 60px -12px #00000040}.group.destructive .group-\[\.destructive\]\:border-muted\/40{border-color:hsl(var(--muted) / .4)}.group.toaster .group-\[\.toaster\]\:border-border{border-color:hsl(var(--border))}.group.toast .group-\[\.toast\]\:bg-muted{background-color:hsl(var(--muted))}.group.toast .group-\[\.toast\]\:bg-primary{background-color:hsl(var(--primary))}.group.toaster .group-\[\.toaster\]\:bg-background{background-color:hsl(var(--background))}.group.destructive .group-\[\.destructive\]\:text-red-300{--tw-text-opacity: 1;color:rgb(252 165 165 / var(--tw-text-opacity, 1))}.group.toast .group-\[\.toast\]\:text-muted-foreground{color:hsl(var(--muted-foreground))}.group.toast .group-\[\.toast\]\:text-primary-foreground{color:hsl(var(--primary-foreground))}.group.toaster .group-\[\.toaster\]\:text-foreground{color:hsl(var(--foreground))}.group.toaster .group-\[\.toaster\]\:shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.group.destructive .group-\[\.destructive\]\:hover\:border-destructive\/30:hover{border-color:hsl(var(--destructive) / .3)}.group.destructive .group-\[\.destructive\]\:hover\:bg-destructive:hover{background-color:hsl(var(--destructive))}.group.destructive .group-\[\.destructive\]\:hover\:text-destructive-foreground:hover{color:hsl(var(--destructive-foreground))}.group.destructive .group-\[\.destructive\]\:hover\:text-red-50:hover{--tw-text-opacity: 1;color:rgb(254 242 242 / var(--tw-text-opacity, 1))}.group.destructive .group-\[\.destructive\]\:focus\:ring-destructive:focus{--tw-ring-color: hsl(var(--destructive))}.group.destructive .group-\[\.destructive\]\:focus\:ring-red-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity, 1))}.group.destructive .group-\[\.destructive\]\:focus\:ring-offset-red-600:focus{--tw-ring-offset-color: #dc2626}.peer:disabled~.peer-disabled\:cursor-not-allowed{cursor:not-allowed}.peer:disabled~.peer-disabled\:opacity-70{opacity:.7}.data-\[swipe\=cancel\]\:translate-x-0[data-swipe=cancel]{--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-\[swipe\=end\]\:translate-x-\[var\(--radix-toast-swipe-end-x\)\][data-swipe=end]{--tw-translate-x: var(--radix-toast-swipe-end-x);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-\[swipe\=move\]\:translate-x-\[var\(--radix-toast-swipe-move-x\)\][data-swipe=move]{--tw-translate-x: var(--radix-toast-swipe-move-x);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\=active\]\:bg-background[data-state=active]{background-color:hsl(var(--background))}.data-\[state\=active\]\:text-foreground[data-state=active]{color:hsl(var(--foreground))}.data-\[state\=active\]\:shadow-sm[data-state=active]{--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)}.data-\[swipe\=move\]\:transition-none[data-swipe=move]{transition-property:none}.data-\[state\=open\]\:animate-in[data-state=open]{animation-name:enter;animation-duration:.15s;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial}.data-\[state\=closed\]\:animate-out[data-state=closed],.data-\[swipe\=end\]\:animate-out[data-swipe=end]{animation-name:exit;animation-duration:.15s;--tw-exit-opacity: initial;--tw-exit-scale: initial;--tw-exit-rotate: initial;--tw-exit-translate-x: initial;--tw-exit-translate-y: initial}.data-\[state\=closed\]\:fade-out-0[data-state=closed]{--tw-exit-opacity: 0}.data-\[state\=closed\]\:fade-out-80[data-state=closed]{--tw-exit-opacity: .8}.data-\[state\=closed\]\:zoom-out-95[data-state=closed]{--tw-exit-scale: .95}.data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom]{--tw-enter-translate-y: -.5rem}.data-\[side\=left\]\:slide-in-from-right-2[data-side=left]{--tw-enter-translate-x: .5rem}.data-\[side\=right\]\:slide-in-from-left-2[data-side=right]{--tw-enter-translate-x: -.5rem}.data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top]{--tw-enter-translate-y: .5rem}.data-\[state\=closed\]\:slide-out-to-right-full[data-state=closed]{--tw-exit-translate-x: 100%}.data-\[state\=open\]\:slide-in-from-top-full[data-state=open]{--tw-enter-translate-y: -100%}@media(min-width:640px){.sm\:bottom-0{bottom:0}.sm\:bottom-20{bottom:5rem}.sm\:bottom-3{bottom:.75rem}.sm\:left-20{left:5rem}.sm\:left-3{left:.75rem}.sm\:left-4{left:1rem}.sm\:right-0{right:0}.sm\:right-3{right:.75rem}.sm\:right-32{right:8rem}.sm\:right-4{right:1rem}.sm\:top-20{top:5rem}.sm\:top-24{top:6rem}.sm\:top-3{top:.75rem}.sm\:top-40{top:10rem}.sm\:top-auto{top:auto}.sm\:mb-10{margin-bottom:2.5rem}.sm\:mb-16{margin-bottom:4rem}.sm\:mb-2{margin-bottom:.5rem}.sm\:mb-20{margin-bottom:5rem}.sm\:mb-3{margin-bottom:.75rem}.sm\:mb-4{margin-bottom:1rem}.sm\:mb-6{margin-bottom:1.5rem}.sm\:mb-8{margin-bottom:2rem}.sm\:mt-0{margin-top:0}.sm\:mt-12{margin-top:3rem}.sm\:mt-16{margin-top:4rem}.sm\:mt-3{margin-top:.75rem}.sm\:mt-6{margin-top:1.5rem}.sm\:mt-8{margin-top:2rem}.sm\:block{display:block}.sm\:inline{display:inline}.sm\:flex{display:flex}.sm\:table-cell{display:table-cell}.sm\:hidden{display:none}.sm\:h-10{height:2.5rem}.sm\:h-12{height:3rem}.sm\:h-16{height:4rem}.sm\:h-2{height:.5rem}.sm\:h-24{height:6rem}.sm\:h-3{height:.75rem}.sm\:h-32{height:8rem}.sm\:h-4{height:1rem}.sm\:h-40{height:10rem}.sm\:h-48{height:12rem}.sm\:h-5{height:1.25rem}.sm\:h-56{height:14rem}.sm\:h-6{height:1.5rem}.sm\:h-64{height:16rem}.sm\:h-8{height:2rem}.sm\:w-10{width:2.5rem}.sm\:w-12{width:3rem}.sm\:w-16{width:4rem}.sm\:w-2{width:.5rem}.sm\:w-24{width:6rem}.sm\:w-3{width:.75rem}.sm\:w-32{width:8rem}.sm\:w-4{width:1rem}.sm\:w-40{width:10rem}.sm\:w-48{width:12rem}.sm\:w-5{width:1.25rem}.sm\:w-56{width:14rem}.sm\:w-6{width:1.5rem}.sm\:w-64{width:16rem}.sm\:w-8{width:2rem}.sm\:w-96{width:24rem}.sm\:w-\[28rem\]{width:28rem}.sm\:w-\[32rem\]{width:32rem}.sm\:w-auto{width:auto}.sm\:min-w-\[3rem\]{min-width:3rem}.sm\:flex-none{flex:none}.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\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:flex-col{flex-direction:column}.sm\:items-center{align-items:center}.sm\:justify-between{justify-content:space-between}.sm\:gap-10{gap:2.5rem}.sm\:gap-2{gap:.5rem}.sm\:gap-3{gap:.75rem}.sm\:gap-4{gap:1rem}.sm\:gap-6{gap:1.5rem}.sm\:gap-8{gap:2rem}.sm\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.sm\:space-y-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))}.sm\:space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.sm\:space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.sm\: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))}.sm\:rounded-2xl{border-radius:1rem}.sm\:rounded-3xl{border-radius:1.5rem}.sm\:rounded-lg{border-radius:var(--radius)}.sm\:rounded-md{border-radius:calc(var(--radius) - 2px)}.sm\:rounded-xl{border-radius:.75rem}.sm\:rounded-t-3xl{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}.sm\:border-4{border-width:4px}.sm\:p-1\.5{padding:.375rem}.sm\:p-12{padding:3rem}.sm\:p-2{padding:.5rem}.sm\:p-3{padding:.75rem}.sm\:p-4{padding:1rem}.sm\:p-6{padding:1.5rem}.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-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:px-8{padding-left:2rem;padding-right:2rem}.sm\:py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.sm\:py-16{padding-top:4rem;padding-bottom:4rem}.sm\:py-2{padding-top:.5rem;padding-bottom:.5rem}.sm\:py-20{padding-top:5rem;padding-bottom:5rem}.sm\:py-3{padding-top:.75rem;padding-bottom:.75rem}.sm\:py-4{padding-top:1rem;padding-bottom:1rem}.sm\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.sm\:py-8{padding-top:2rem;padding-bottom:2rem}.sm\:pb-3{padding-bottom:.75rem}.sm\:pb-6{padding-bottom:1.5rem}.sm\:text-right{text-align:right}.sm\:text-2xl{font-size:1.5rem;line-height:2rem}.sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}.sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}.sm\:text-5xl{font-size:3rem;line-height:1}.sm\:text-base{font-size:1rem;line-height:1.5rem}.sm\:text-lg{font-size:1.125rem;line-height:1.75rem}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}.sm\:text-xl{font-size:1.25rem;line-height:1.75rem}.sm\:shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.group .sm\:rounded-3xl,.group .sm\:rounded-2xl,.group .sm\:rounded-xl,.group .sm\:rounded-lg{border-radius:0!important}header .sm\:rounded-xl{border-radius:1.5rem!important}header .sm\:rounded-lg{border-radius:1.5rem!important}header .sm\:rounded-md{border-radius:1.5rem!important}.sm\:rounded-md .explore-all-products-btn,.sm\:rounded-lg .explore-all-products-btn,.sm\:rounded-xl .explore-all-products-btn,.sm\:rounded-2xl .explore-all-products-btn,.sm\:rounded-3xl .explore-all-products-btn,.group:hover .sm\:rounded-3xl{border-radius:1.5rem!important}.group:hover .sm\:rounded-2xl{border-radius:1rem!important}.group:hover .sm\:rounded-xl{border-radius:.75rem!important}.group:hover .sm\:rounded-lg{border-radius:.5rem!important}.sm\:rounded-3xl.bg-white,.sm\:rounded-2xl .bg-white,.sm\:rounded-xl .bg-white{border-radius:inherit!important}.group:hover .sm\:rounded-3xl.bg-white{border-radius:1.5rem!important}.group:hover .sm\:rounded-2xl.bg-white{border-radius:1rem!important}.group:hover .sm\:rounded-xl.bg-white{border-radius:.75rem!important}button.sm\:rounded-2xl,button.sm\:rounded-xl,button.sm\:rounded-lg{border-radius:inherit!important}.group:hover button.sm\:rounded-2xl{border-radius:1rem!important}.group:hover button.sm\:rounded-xl{border-radius:.75rem!important}.group:hover button.sm\:rounded-lg{border-radius:.5rem!important}.sm\:rounded-3xl,.sm\:rounded-2xl,.sm\:rounded-xl,.sm\:rounded-lg{border-radius:inherit!important}.group:hover .sm\:group-hover\:-translate-y-8{--tw-translate-y: -2rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[state\=open\]\:sm\:slide-in-from-bottom-full[data-state=open]{--tw-enter-translate-y: 100%}}@media(min-width:768px){.md\:col-span-2{grid-column:span 2 / span 2}.md\:mb-0{margin-bottom:0}.md\:mb-20{margin-bottom:5rem}.md\:mb-24{margin-bottom:6rem}.md\:mb-3{margin-bottom:.75rem}.md\:mb-4{margin-bottom:1rem}.md\:mt-0{margin-top:0}.md\:block{display:block}.md\:flex{display:flex}.md\:hidden{display:none}.md\:h-12{height:3rem}.md\:h-16{height:4rem}.md\:h-20{height:5rem}.md\:h-32{height:8rem}.md\:h-40{height:10rem}.md\:h-48{height:12rem}.md\:h-64{height:16rem}.md\:h-72{height:18rem}.md\:h-8{height:2rem}.md\:h-80{height:20rem}.md\:h-96{height:24rem}.md\:w-1\/2{width:50%}.md\:w-1\/4{width:25%}.md\:w-16{width:4rem}.md\:w-20{width:5rem}.md\:w-3\/4{width:75%}.md\:w-32{width:8rem}.md\:w-40{width:10rem}.md\:w-6{width:1.5rem}.md\:w-64{width:16rem}.md\:w-72{width:18rem}.md\:w-8{width:2rem}.md\:w-80{width:20rem}.md\:w-96{width:24rem}.md\:w-auto{width:auto}.md\:max-w-\[420px\]{max-width:420px}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:items-center{align-items:center}.md\:gap-10{gap:2.5rem}.md\:gap-4{gap:1rem}.md\:rounded-lg{border-radius:var(--radius)}.md\:rounded-xl{border-radius:.75rem}.md\:p-10{padding:2.5rem}.md\:p-16{padding:4rem}.md\:p-6{padding:1.5rem}.md\:px-4{padding-left:1rem;padding-right:1rem}.md\:px-5{padding-left:1.25rem;padding-right:1.25rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:px-8{padding-left:2rem;padding-right:2rem}.md\:py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.md\:py-4{padding-top:1rem;padding-bottom:1rem}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-6xl{font-size:3.75rem;line-height:1}.md\:text-8xl{font-size:6rem;line-height:1}.md\:text-base{font-size:1rem;line-height:1.5rem}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}.group .md\:rounded-xl,.group .md\:rounded-lg{border-radius:0!important}header .md\:rounded-xl{border-radius:1.5rem!important}header .md\:rounded-lg{border-radius:1.5rem!important}.md\:rounded-lg .explore-all-products-btn,.md\:rounded-xl .explore-all-products-btn{border-radius:1.5rem!important}.group:hover .md\:rounded-xl{border-radius:.75rem!important}.group:hover .md\:rounded-lg{border-radius:.5rem!important}.md\:rounded-xl .bg-white{border-radius:inherit!important}.group:hover .md\:rounded-xl.bg-white{border-radius:.75rem!important}button.md\:rounded-xl,button.md\:rounded-lg{border-radius:inherit!important}.group:hover button.md\:rounded-xl{border-radius:.75rem!important}.group:hover button.md\:rounded-lg{border-radius:.5rem!important}.md\:rounded-xl,.md\:rounded-lg{border-radius:inherit!important}}@media(min-width:1024px){.lg\:order-2{order:2}.lg\:order-3{order:3}.lg\:col-span-1{grid-column:span 1 / span 1}.lg\:col-span-2{grid-column:span 2 / span 2}.lg\:mx-8{margin-left:2rem;margin-right:2rem}.lg\:mb-12{margin-bottom:3rem}.lg\:mb-6{margin-bottom:1.5rem}.lg\:mb-8{margin-bottom:2rem}.lg\:mt-16{margin-top:4rem}.lg\:mt-8{margin-top:2rem}.lg\:block{display:block}.lg\:flex{display:flex}.lg\:grid{display:grid}.lg\:hidden{display:none}.lg\:h-56{height:14rem}.lg\:h-64{height:16rem}.lg\:min-h-\[600px\]{min-height:600px}.lg\:w-1\/2{width:50%}.lg\:w-1\/3{width:33.333333%}.lg\:w-2\/3{width:66.666667%}.lg\:flex-1{flex:1 1 0%}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}.lg\:justify-start{justify-content:flex-start}.lg\:gap-12{gap:3rem}.lg\:gap-4{gap:1rem}.lg\:gap-6{gap:1.5rem}.lg\:gap-8{gap:2rem}.lg\:p-6{padding:1.5rem}.lg\:p-8{padding: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\:py-20{padding-top:5rem;padding-bottom:5rem}.lg\:py-8{padding-top:2rem;padding-bottom:2rem}.lg\:text-left{text-align:left}.lg\:text-2xl{font-size:1.5rem;line-height:2rem}.lg\:text-3xl{font-size:1.875rem;line-height:2.25rem}.lg\:text-4xl{font-size:2.25rem;line-height:2.5rem}.lg\:text-5xl{font-size:3rem;line-height:1}.lg\:text-6xl{font-size:3.75rem;line-height:1}.lg\:text-base{font-size:1rem;line-height:1.5rem}.lg\:text-lg{font-size:1.125rem;line-height:1.75rem}.lg\:text-xl{font-size:1.25rem;line-height:1.75rem}}@media(min-width:1280px){.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}.\[\&_svg\]\:pointer-events-none svg{pointer-events:none}.\[\&_svg\]\:size-4 svg{width:1rem;height:1rem}.\[\&_svg\]\:shrink-0 svg{flex-shrink:0}
