.rdp-root{--rdp-accent-color:blue;--rdp-accent-background-color:#f0f0ff;--rdp-day-height:44px;--rdp-day-width:44px;--rdp-day_button-border-radius:100%;--rdp-day_button-border:2px solid transparent;--rdp-day_button-height:42px;--rdp-day_button-width:42px;--rdp-selected-border:2px solid var(--rdp-accent-color);--rdp-disabled-opacity:.5;--rdp-outside-opacity:.75;--rdp-today-color:var(--rdp-accent-color);--rdp-dropdown-gap:.5rem;--rdp-months-gap:2rem;--rdp-nav_button-disabled-opacity:.5;--rdp-nav_button-height:2.25rem;--rdp-nav_button-width:2.25rem;--rdp-nav-height:2.75rem;--rdp-range_middle-background-color:var(--rdp-accent-background-color);--rdp-range_middle-color:inherit;--rdp-range_start-color:white;--rdp-range_start-background:linear-gradient(var(--rdp-gradient-direction), transparent 50%, var(--rdp-range_middle-background-color) 50%);--rdp-range_start-date-background-color:var(--rdp-accent-color);--rdp-range_end-background:linear-gradient(var(--rdp-gradient-direction), var(--rdp-range_middle-background-color) 50%, transparent 50%);--rdp-range_end-color:white;--rdp-range_end-date-background-color:var(--rdp-accent-color);--rdp-week_number-border-radius:100%;--rdp-week_number-border:2px solid transparent;--rdp-week_number-height:var(--rdp-day-height);--rdp-week_number-opacity:.75;--rdp-week_number-width:var(--rdp-day-width);--rdp-weeknumber-text-align:center;--rdp-weekday-opacity:.75;--rdp-weekday-padding:.5rem 0rem;--rdp-weekday-text-align:center;--rdp-gradient-direction:90deg;--rdp-animation_duration:.3s;--rdp-animation_timing:cubic-bezier(.4, 0, .2, 1)}.rdp-root[dir=rtl]{--rdp-gradient-direction:-90deg}.rdp-root[data-broadcast-calendar=true]{--rdp-outside-opacity:unset}.rdp-root{box-sizing:border-box;position:relative}.rdp-root *{box-sizing:border-box}.rdp-day{width:var(--rdp-day-width);height:var(--rdp-day-height);text-align:center}.rdp-day_button{cursor:pointer;font:inherit;color:inherit;width:var(--rdp-day_button-width);height:var(--rdp-day_button-height);border:var(--rdp-day_button-border);border-radius:var(--rdp-day_button-border-radius);background:0 0;justify-content:center;align-items:center;margin:0;padding:0;display:flex}.rdp-day_button:disabled{cursor:revert}.rdp-caption_label{z-index:1;white-space:nowrap;border:0;align-items:center;display:inline-flex;position:relative}.rdp-dropdown:focus-visible~.rdp-caption_label{outline:5px auto highlight;outline:5px auto -webkit-focus-ring-color}.rdp-button_next,.rdp-button_previous{cursor:pointer;font:inherit;color:inherit;appearance:none;width:var(--rdp-nav_button-width);height:var(--rdp-nav_button-height);background:0 0;border:none;justify-content:center;align-items:center;margin:0;padding:0;display:inline-flex;position:relative}.rdp-button_next:disabled,.rdp-button_next[aria-disabled=true],.rdp-button_previous:disabled,.rdp-button_previous[aria-disabled=true]{cursor:revert;opacity:var(--rdp-nav_button-disabled-opacity)}.rdp-chevron{fill:var(--rdp-accent-color);display:inline-block}.rdp-root[dir=rtl] .rdp-nav .rdp-chevron{transform-origin:50%;transform:rotate(180deg)}.rdp-dropdowns{align-items:center;gap:var(--rdp-dropdown-gap);display:inline-flex;position:relative}.rdp-dropdown{z-index:2;opacity:0;appearance:none;width:100%;cursor:inherit;line-height:inherit;border:none;margin:0;padding:0;position:absolute;inset-block:0;inset-inline-start:0}.rdp-dropdown_root{align-items:center;display:inline-flex;position:relative}.rdp-dropdown_root[data-disabled=true] .rdp-chevron{opacity:var(--rdp-disabled-opacity)}.rdp-month_caption{height:var(--rdp-nav-height);align-content:center;font-size:large;font-weight:700;display:flex}.rdp-root[data-nav-layout=around] .rdp-month,.rdp-root[data-nav-layout=after] .rdp-month{position:relative}.rdp-root[data-nav-layout=around] .rdp-month_caption{justify-content:center;margin-inline-start:var(--rdp-nav_button-width);margin-inline-end:var(--rdp-nav_button-width);position:relative}.rdp-root[data-nav-layout=around] .rdp-button_previous{inset-inline-start:0;height:var(--rdp-nav-height);display:inline-flex;position:absolute;top:0}.rdp-root[data-nav-layout=around] .rdp-button_next{inset-inline-end:0;height:var(--rdp-nav-height);justify-content:center;display:inline-flex;position:absolute;top:0}.rdp-months{gap:var(--rdp-months-gap);flex-wrap:wrap;max-width:fit-content;display:flex;position:relative}.rdp-month_grid{border-collapse:collapse}.rdp-nav{height:var(--rdp-nav-height);align-items:center;display:flex;position:absolute;inset-block-start:0;inset-inline-end:0}.rdp-weekday{opacity:var(--rdp-weekday-opacity);padding:var(--rdp-weekday-padding);text-align:var(--rdp-weekday-text-align);text-transform:var(--rdp-weekday-text-transform);font-size:smaller;font-weight:500}.rdp-week_number{opacity:var(--rdp-week_number-opacity);height:var(--rdp-week_number-height);width:var(--rdp-week_number-width);border:var(--rdp-week_number-border);border-radius:var(--rdp-week_number-border-radius);text-align:var(--rdp-weeknumber-text-align);font-size:small;font-weight:400}.rdp-today:not(.rdp-outside){color:var(--rdp-today-color)}.rdp-selected{font-size:large;font-weight:700}.rdp-selected .rdp-day_button{border:var(--rdp-selected-border)}.rdp-outside{opacity:var(--rdp-outside-opacity)}.rdp-disabled:not(.rdp-selected){opacity:var(--rdp-disabled-opacity)}.rdp-hidden{visibility:hidden;color:var(--rdp-range_start-color)}.rdp-range_start{background:var(--rdp-range_start-background)}.rdp-range_start .rdp-day_button{background-color:var(--rdp-range_start-date-background-color);color:var(--rdp-range_start-color)}.rdp-range_middle{background-color:var(--rdp-range_middle-background-color)}.rdp-range_middle .rdp-day_button{border:unset;border-radius:unset;color:var(--rdp-range_middle-color)}.rdp-range_end{background:var(--rdp-range_end-background);color:var(--rdp-range_end-color)}.rdp-range_end .rdp-day_button{color:var(--rdp-range_start-color);background-color:var(--rdp-range_end-date-background-color)}.rdp-range_start.rdp-range_end{background:revert}.rdp-focusable{cursor:pointer}@keyframes rdp-slide_in_left{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes rdp-slide_in_right{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes rdp-slide_out_left{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes rdp-slide_out_right{0%{transform:translate(0)}to{transform:translate(100%)}}.rdp-weeks_before_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_before_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}@keyframes rdp-fade_in{0%{opacity:0}to{opacity:1}}@keyframes rdp-fade_out{0%{opacity:1}to{opacity:0}}.rdp-caption_after_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_after_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}*,:before,:after,::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:#3b82f680;--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:0 solid #e5e7eb}:before,:after{--tw-content:""}html,:host{-webkit-text-size-adjust:100%;tab-size:4;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent;font-family:Noto Sans,system-ui,sans-serif;line-height:1.5}body{line-height:inherit;margin:0}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;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-feature-settings:normal;font-variation-settings:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-feature-settings:inherit;font-variation-settings:inherit;font-family: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:#0000;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button{height:auto}::-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{margin:0;padding:0;list-style:none}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder{opacity:1;color:#9ca3af}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{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}:root{--background:36 25% 96%;--foreground:24 9% 22%;--card:30 25% 99%;--card-foreground:24 9% 22%;--popover:30 25% 99%;--popover-foreground:24 9% 22%;--primary:27 37% 62%;--primary-foreground:30 33% 99%;--secondary:220 18% 63%;--secondary-foreground:30 25% 99%;--muted:35 30% 92%;--muted-foreground:28 10% 47%;--accent:261 16% 62%;--accent-foreground:30 25% 99%;--destructive:0 84% 60%;--destructive-foreground:0 0% 100%;--border:30 22% 86%;--input:30 22% 86%;--ring:27 37% 62%;--radius:.85rem}.visible{visibility:visible}.invisible{visibility:hidden}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.inset-x-10{left:2.5rem;right:2.5rem}.bottom-0{bottom:0}.left-0{left:0}.left-1\/2{left:50%}.right-0{right:0}.right-5{right:1.25rem}.top-0{top:0}.top-1\/2{top:50%}.top-5{top:1.25rem}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-\[60\]{z-index:60}.mx-auto{margin-left:auto;margin-right:auto}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.ml-1{margin-left:.25rem}.ml-auto{margin-left:auto}.mr-2{margin-right:.5rem}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-52{margin-top:13rem}.mt-6{margin-top:1.5rem}.mt-7{margin-top:1.75rem}.mt-8{margin-top:2rem}.mt-auto{margin-top:auto}.line-clamp-2{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.block{display:block}.flex{display:flex}.inline-flex{display:inline-flex}.\!table{display:table!important}.table{display:table}.grid{display:grid}.hidden{display:none}.aspect-square{aspect-ratio:1}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-20{height:5rem}.h-3{height:.75rem}.h-32{height:8rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-\[26rem\]{height:26rem}.h-\[9rem\]{height:9rem}.h-full{height:100%}.max-h-\[90vh\]{max-height:90vh}.max-h-\[calc\(100vh-220px\)\]{max-height:calc(100vh - 220px)}.max-h-\[calc\(100vh-3rem\)\]{max-height:calc(100vh - 3rem)}.max-h-\[calc\(90vh-170px\)\]{max-height:calc(90vh - 170px)}.min-h-10{min-height:2.5rem}.min-h-\[120px\]{min-height:120px}.min-h-\[320px\]{min-height:320px}.min-h-\[385px\]{min-height:385px}.min-h-\[420px\]{min-height:420px}.min-h-\[calc\(100vh-4rem\)\]{min-height:calc(100vh - 4rem)}.min-h-\[calc\(100vh-5rem\)\]{min-height:calc(100vh - 5rem)}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.w-1{width:.25rem}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2\.5{width:.625rem}.w-20{width:5rem}.w-24{width:6rem}.w-3{width:.75rem}.w-32{width:8rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-7{width:1.75rem}.w-72{width:18rem}.w-8{width:2rem}.w-9{width:2.25rem}.w-\[182px\]{width:182px}.w-\[200px\]{width:200px}.w-\[26rem\]{width:26rem}.w-\[344px\]{width:344px}.w-\[9rem\]{width:9rem}.w-fit{width:fit-content}.w-full{width:100%}.min-w-0{min-width:0}.min-w-\[260px\]{min-width:260px}.min-w-\[680px\]{min-width:680px}.min-w-\[760px\]{min-width:760px}.min-w-full{min-width:100%}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.max-w-\[1360px\]{max-width:1360px}.max-w-\[720px\]{max-width:720px}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-sm{max-width:24rem}.max-w-xl{max-width:36rem}.max-w-xs{max-width:20rem}.flex-1{flex:1}.shrink-0{flex-shrink:0}.border-collapse{border-collapse:collapse}.-translate-x-1\/2{--tw-translate-x:-50%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(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)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.resize{resize:both}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.grid-cols-\[1fr_1fr_92px\]{grid-template-columns:1fr 1fr 92px}.grid-cols-\[58px_1fr\]{grid-template-columns:58px 1fr}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-x-5{-moz-column-gap:1.25rem;column-gap:1.25rem}.gap-y-1{row-gap:.25rem}.space-y-0\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.125rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.125rem * var(--tw-space-y-reverse))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}.space-y-10>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2.5rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-y-7>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.75rem * var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-\[\#efe5d9\]>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(239 229 217/var(--tw-divide-opacity,1))}.divide-\[\#f0e9e3\]>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(240 233 227/var(--tw-divide-opacity,1))}.divide-\[\#f1e7db\]>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(241 231 219/var(--tw-divide-opacity,1))}.divide-\[\#f2e9de\]>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(242 233 222/var(--tw-divide-opacity,1))}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.whitespace-nowrap{white-space:nowrap}.break-all{word-break:break-all}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-\[1\.1rem\]{border-radius:1.1rem}.rounded-\[1\.5rem\]{border-radius:1.5rem}.rounded-\[1\.75rem\]{border-radius:1.75rem}.rounded-\[16px\]{border-radius:16px}.rounded-\[20px\]{border-radius:20px}.rounded-\[22px\]{border-radius:22px}.rounded-\[24px\]{border-radius:24px}.rounded-\[26px\]{border-radius:26px}.rounded-\[28px\]{border-radius:28px}.rounded-\[2rem\]{border-radius:2rem}.rounded-\[32px\]{border-radius:32px}.rounded-\[4px\]{border-radius:4px}.rounded-\[calc\(var\(--radius\)\+0\.2rem\)\]{border-radius:calc(var(--radius) + .2rem)}.rounded-\[calc\(var\(--radius\)-0\.15rem\)\]{border-radius:calc(var(--radius) - .15rem)}.rounded-\[var\(--radius\)\]{border-radius:var(--radius)}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-none{border-radius:0}.rounded-xl{border-radius:.75rem}.rounded-r-lg{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.border{border-width:1px}.border-0{border-width:0}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-l-2{border-left-width:2px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-dashed{border-style:dashed}.border-\[\#2b2b2b\]{--tw-border-opacity:1;border-color:rgb(43 43 43/var(--tw-border-opacity,1))}.border-\[\#3a3229\]{--tw-border-opacity:1;border-color:rgb(58 50 41/var(--tw-border-opacity,1))}.border-\[\#3a332b\]{--tw-border-opacity:1;border-color:rgb(58 51 43/var(--tw-border-opacity,1))}.border-\[\#3a3a3a\]{--tw-border-opacity:1;border-color:rgb(58 58 58/var(--tw-border-opacity,1))}.border-\[\#4f4230\]{--tw-border-opacity:1;border-color:rgb(79 66 48/var(--tw-border-opacity,1))}.border-\[\#5a3a33\]{--tw-border-opacity:1;border-color:rgb(90 58 51/var(--tw-border-opacity,1))}.border-\[\#69b44b\]{--tw-border-opacity:1;border-color:rgb(105 180 75/var(--tw-border-opacity,1))}.border-\[\#8e7345\]\/40{border-color:#8e734566}.border-\[\#c58c73\]{--tw-border-opacity:1;border-color:rgb(197 140 115/var(--tw-border-opacity,1))}.border-\[\#c7ab86\]{--tw-border-opacity:1;border-color:rgb(199 171 134/var(--tw-border-opacity,1))}.border-\[\#c89f7a\]{--tw-border-opacity:1;border-color:rgb(200 159 122/var(--tw-border-opacity,1))}.border-\[\#cdbfab\]{--tw-border-opacity:1;border-color:rgb(205 191 171/var(--tw-border-opacity,1))}.border-\[\#d5e6d6\]{--tw-border-opacity:1;border-color:rgb(213 230 214/var(--tw-border-opacity,1))}.border-\[\#d7e6d7\]{--tw-border-opacity:1;border-color:rgb(215 230 215/var(--tw-border-opacity,1))}.border-\[\#d8cab7\]{--tw-border-opacity:1;border-color:rgb(216 202 183/var(--tw-border-opacity,1))}.border-\[\#d8cabd\]{--tw-border-opacity:1;border-color:rgb(216 202 189/var(--tw-border-opacity,1))}.border-\[\#d8cec2\]{--tw-border-opacity:1;border-color:rgb(216 206 194/var(--tw-border-opacity,1))}.border-\[\#d8e2da\]{--tw-border-opacity:1;border-color:rgb(216 226 218/var(--tw-border-opacity,1))}.border-\[\#d8e6d1\]{--tw-border-opacity:1;border-color:rgb(216 230 209/var(--tw-border-opacity,1))}.border-\[\#d9c8b4\]{--tw-border-opacity:1;border-color:rgb(217 200 180/var(--tw-border-opacity,1))}.border-\[\#d9cbb8\]{--tw-border-opacity:1;border-color:rgb(217 203 184/var(--tw-border-opacity,1))}.border-\[\#d9e2d2\]{--tw-border-opacity:1;border-color:rgb(217 226 210/var(--tw-border-opacity,1))}.border-\[\#d9e7e0\]{--tw-border-opacity:1;border-color:rgb(217 231 224/var(--tw-border-opacity,1))}.border-\[\#dacbb8\]{--tw-border-opacity:1;border-color:rgb(218 203 184/var(--tw-border-opacity,1))}.border-\[\#dbc6b1\]{--tw-border-opacity:1;border-color:rgb(219 198 177/var(--tw-border-opacity,1))}.border-\[\#dbcab5\]{--tw-border-opacity:1;border-color:rgb(219 202 181/var(--tw-border-opacity,1))}.border-\[\#dbcdbd\]{--tw-border-opacity:1;border-color:rgb(219 205 189/var(--tw-border-opacity,1))}.border-\[\#dcc9b4\]{--tw-border-opacity:1;border-color:rgb(220 201 180/var(--tw-border-opacity,1))}.border-\[\#dccdbd\]{--tw-border-opacity:1;border-color:rgb(220 205 189/var(--tw-border-opacity,1))}.border-\[\#dccfbe\]{--tw-border-opacity:1;border-color:rgb(220 207 190/var(--tw-border-opacity,1))}.border-\[\#ddcfbe\]{--tw-border-opacity:1;border-color:rgb(221 207 190/var(--tw-border-opacity,1))}.border-\[\#ddd1c2\]{--tw-border-opacity:1;border-color:rgb(221 209 194/var(--tw-border-opacity,1))}.border-\[\#ddd3f2\]{--tw-border-opacity:1;border-color:rgb(221 211 242/var(--tw-border-opacity,1))}.border-\[\#dec7af\]{--tw-border-opacity:1;border-color:rgb(222 199 175/var(--tw-border-opacity,1))}.border-\[\#decfbe\]{--tw-border-opacity:1;border-color:rgb(222 207 190/var(--tw-border-opacity,1))}.border-\[\#dfcfbf\]{--tw-border-opacity:1;border-color:rgb(223 207 191/var(--tw-border-opacity,1))}.border-\[\#dfd0bc\]{--tw-border-opacity:1;border-color:rgb(223 208 188/var(--tw-border-opacity,1))}.border-\[\#dfd4c5\]{--tw-border-opacity:1;border-color:rgb(223 212 197/var(--tw-border-opacity,1))}.border-\[\#e0d3c3\]{--tw-border-opacity:1;border-color:rgb(224 211 195/var(--tw-border-opacity,1))}.border-\[\#e1d4c5\]{--tw-border-opacity:1;border-color:rgb(225 212 197/var(--tw-border-opacity,1))}.border-\[\#e2d8cb\]{--tw-border-opacity:1;border-color:rgb(226 216 203/var(--tw-border-opacity,1))}.border-\[\#e4d8ce\]{--tw-border-opacity:1;border-color:rgb(228 216 206/var(--tw-border-opacity,1))}.border-\[\#e5d7c8\]{--tw-border-opacity:1;border-color:rgb(229 215 200/var(--tw-border-opacity,1))}.border-\[\#e5d8c8\]{--tw-border-opacity:1;border-color:rgb(229 216 200/var(--tw-border-opacity,1))}.border-\[\#e5dacb\]{--tw-border-opacity:1;border-color:rgb(229 218 203/var(--tw-border-opacity,1))}.border-\[\#e6c7b8\]{--tw-border-opacity:1;border-color:rgb(230 199 184/var(--tw-border-opacity,1))}.border-\[\#e6d9ca\]{--tw-border-opacity:1;border-color:rgb(230 217 202/var(--tw-border-opacity,1))}.border-\[\#e6ddd2\]{--tw-border-opacity:1;border-color:rgb(230 221 210/var(--tw-border-opacity,1))}.border-\[\#e6ddd5\]{--tw-border-opacity:1;border-color:rgb(230 221 213/var(--tw-border-opacity,1))}.border-\[\#e7c7bf\]{--tw-border-opacity:1;border-color:rgb(231 199 191/var(--tw-border-opacity,1))}.border-\[\#e7d8c7\]{--tw-border-opacity:1;border-color:rgb(231 216 199/var(--tw-border-opacity,1))}.border-\[\#e7dacd\]{--tw-border-opacity:1;border-color:rgb(231 218 205/var(--tw-border-opacity,1))}.border-\[\#e7ddd1\]{--tw-border-opacity:1;border-color:rgb(231 221 209/var(--tw-border-opacity,1))}.border-\[\#e7ddd4\]{--tw-border-opacity:1;border-color:rgb(231 221 212/var(--tw-border-opacity,1))}.border-\[\#e8dac8\]{--tw-border-opacity:1;border-color:rgb(232 218 200/var(--tw-border-opacity,1))}.border-\[\#e8ddd6\]{--tw-border-opacity:1;border-color:rgb(232 221 214/var(--tw-border-opacity,1))}.border-\[\#e8dfd4\]{--tw-border-opacity:1;border-color:rgb(232 223 212/var(--tw-border-opacity,1))}.border-\[\#e8dfd7\]{--tw-border-opacity:1;border-color:rgb(232 223 215/var(--tw-border-opacity,1))}.border-\[\#e8e0d8\]{--tw-border-opacity:1;border-color:rgb(232 224 216/var(--tw-border-opacity,1))}.border-\[\#e9ddd0\]{--tw-border-opacity:1;border-color:rgb(233 221 208/var(--tw-border-opacity,1))}.border-\[\#e9decd\]{--tw-border-opacity:1;border-color:rgb(233 222 205/var(--tw-border-opacity,1))}.border-\[\#eadcb7\]{--tw-border-opacity:1;border-color:rgb(234 220 183/var(--tw-border-opacity,1))}.border-\[\#eadccf\]{--tw-border-opacity:1;border-color:rgb(234 220 207/var(--tw-border-opacity,1))}.border-\[\#eaded8\]{--tw-border-opacity:1;border-color:rgb(234 222 216/var(--tw-border-opacity,1))}.border-\[\#eadfce\]{--tw-border-opacity:1;border-color:rgb(234 223 206/var(--tw-border-opacity,1))}.border-\[\#eadfd2\]{--tw-border-opacity:1;border-color:rgb(234 223 210/var(--tw-border-opacity,1))}.border-\[\#eadfd3\]{--tw-border-opacity:1;border-color:rgb(234 223 211/var(--tw-border-opacity,1))}.border-\[\#ebe3db\]{--tw-border-opacity:1;border-color:rgb(235 227 219/var(--tw-border-opacity,1))}.border-\[\#ebe4dc\]{--tw-border-opacity:1;border-color:rgb(235 228 220/var(--tw-border-opacity,1))}.border-\[\#ecd4cc\]{--tw-border-opacity:1;border-color:rgb(236 212 204/var(--tw-border-opacity,1))}.border-\[\#ece1d5\]{--tw-border-opacity:1;border-color:rgb(236 225 213/var(--tw-border-opacity,1))}.border-\[\#ece5dc\]{--tw-border-opacity:1;border-color:rgb(236 229 220/var(--tw-border-opacity,1))}.border-\[\#edd2c7\]{--tw-border-opacity:1;border-color:rgb(237 210 199/var(--tw-border-opacity,1))}.border-\[\#ede2d6\]{--tw-border-opacity:1;border-color:rgb(237 226 214/var(--tw-border-opacity,1))}.border-\[\#ede3d6\]{--tw-border-opacity:1;border-color:rgb(237 227 214/var(--tw-border-opacity,1))}.border-\[\#eee5dc\]{--tw-border-opacity:1;border-color:rgb(238 229 220/var(--tw-border-opacity,1))}.border-\[\#eee7df\]{--tw-border-opacity:1;border-color:rgb(238 231 223/var(--tw-border-opacity,1))}.border-\[\#eee8e1\]{--tw-border-opacity:1;border-color:rgb(238 232 225/var(--tw-border-opacity,1))}.border-\[\#efe4d7\]{--tw-border-opacity:1;border-color:rgb(239 228 215/var(--tw-border-opacity,1))}.border-\[\#efe4d8\]{--tw-border-opacity:1;border-color:rgb(239 228 216/var(--tw-border-opacity,1))}.border-\[\#efe5d9\]{--tw-border-opacity:1;border-color:rgb(239 229 217/var(--tw-border-opacity,1))}.border-\[\#efe5da\]{--tw-border-opacity:1;border-color:rgb(239 229 218/var(--tw-border-opacity,1))}.border-\[\#efe6da\]{--tw-border-opacity:1;border-color:rgb(239 230 218/var(--tw-border-opacity,1))}.border-\[\#f0e7dc\]{--tw-border-opacity:1;border-color:rgb(240 231 220/var(--tw-border-opacity,1))}.border-\[\#f0e9e3\]{--tw-border-opacity:1;border-color:rgb(240 233 227/var(--tw-border-opacity,1))}.border-\[\#f1e8de\]{--tw-border-opacity:1;border-color:rgb(241 232 222/var(--tw-border-opacity,1))}.border-border{border-color:hsl(var(--border))}.border-input{border-color:hsl(var(--input))}.border-transparent{border-color:#0000}.border-white\/60{border-color:#fff9}.bg-\[\#060606\]{--tw-bg-opacity:1;background-color:rgb(6 6 6/var(--tw-bg-opacity,1))}.bg-\[\#06c755\]{--tw-bg-opacity:1;background-color:rgb(6 199 85/var(--tw-bg-opacity,1))}.bg-\[\#090909\]{--tw-bg-opacity:1;background-color:rgb(9 9 9/var(--tw-bg-opacity,1))}.bg-\[\#121212\]{--tw-bg-opacity:1;background-color:rgb(18 18 18/var(--tw-bg-opacity,1))}.bg-\[\#151515\]{--tw-bg-opacity:1;background-color:rgb(21 21 21/var(--tw-bg-opacity,1))}.bg-\[\#1c1b1a\]{--tw-bg-opacity:1;background-color:rgb(28 27 26/var(--tw-bg-opacity,1))}.bg-\[\#26211a\]{--tw-bg-opacity:1;background-color:rgb(38 33 26/var(--tw-bg-opacity,1))}.bg-\[\#281a18\]{--tw-bg-opacity:1;background-color:rgb(40 26 24/var(--tw-bg-opacity,1))}.bg-\[\#2f261f\]\/30{background-color:#2f261f4d}.bg-\[\#2f261f\]\/35{background-color:#2f261f59}.bg-\[\#2f271f\]\/35{background-color:#2f271f59}.bg-\[\#30281f\]{--tw-bg-opacity:1;background-color:rgb(48 40 31/var(--tw-bg-opacity,1))}.bg-\[\#3a312c\]\/40{background-color:#3a312c66}.bg-\[\#4a443d\]{--tw-bg-opacity:1;background-color:rgb(74 68 61/var(--tw-bg-opacity,1))}.bg-\[\#4f443d\]\/35{background-color:#4f443d59}.bg-\[\#69b44b\]{--tw-bg-opacity:1;background-color:rgb(105 180 75/var(--tw-bg-opacity,1))}.bg-\[\#6ab54b\]{--tw-bg-opacity:1;background-color:rgb(106 181 75/var(--tw-bg-opacity,1))}.bg-\[\#7a9e8e\]{--tw-bg-opacity:1;background-color:rgb(122 158 142/var(--tw-bg-opacity,1))}.bg-\[\#8e7345\]\/20{background-color:#8e734533}.bg-\[\#9b8fae\]{--tw-bg-opacity:1;background-color:rgb(155 143 174/var(--tw-bg-opacity,1))}.bg-\[\#c59b7a\]{--tw-bg-opacity:1;background-color:rgb(197 155 122/var(--tw-bg-opacity,1))}.bg-\[\#c78e75\]{--tw-bg-opacity:1;background-color:rgb(199 142 117/var(--tw-bg-opacity,1))}.bg-\[\#c79f7f\]{--tw-bg-opacity:1;background-color:rgb(199 159 127/var(--tw-bg-opacity,1))}.bg-\[\#c7ab86\]{--tw-bg-opacity:1;background-color:rgb(199 171 134/var(--tw-bg-opacity,1))}.bg-\[\#c8a882\]{--tw-bg-opacity:1;background-color:rgb(200 168 130/var(--tw-bg-opacity,1))}.bg-\[\#cd8c65\]{--tw-bg-opacity:1;background-color:rgb(205 140 101/var(--tw-bg-opacity,1))}.bg-\[\#d5d0c9\]{--tw-bg-opacity:1;background-color:rgb(213 208 201/var(--tw-bg-opacity,1))}.bg-\[\#d9b392\]{--tw-bg-opacity:1;background-color:rgb(217 179 146/var(--tw-bg-opacity,1))}.bg-\[\#ead9ca\]{--tw-bg-opacity:1;background-color:rgb(234 217 202/var(--tw-bg-opacity,1))}.bg-\[\#ece4db\]{--tw-bg-opacity:1;background-color:rgb(236 228 219/var(--tw-bg-opacity,1))}.bg-\[\#edf4ef\]{--tw-bg-opacity:1;background-color:rgb(237 244 239/var(--tw-bg-opacity,1))}.bg-\[\#edf5ee\]{--tw-bg-opacity:1;background-color:rgb(237 245 238/var(--tw-bg-opacity,1))}.bg-\[\#edf6ef\]{--tw-bg-opacity:1;background-color:rgb(237 246 239/var(--tw-bg-opacity,1))}.bg-\[\#edf6f1\]{--tw-bg-opacity:1;background-color:rgb(237 246 241/var(--tw-bg-opacity,1))}.bg-\[\#edf7f3\]{--tw-bg-opacity:1;background-color:rgb(237 247 243/var(--tw-bg-opacity,1))}.bg-\[\#eee6dc\]{--tw-bg-opacity:1;background-color:rgb(238 230 220/var(--tw-bg-opacity,1))}.bg-\[\#eee7df\]{--tw-bg-opacity:1;background-color:rgb(238 231 223/var(--tw-bg-opacity,1))}.bg-\[\#eee9fb\]{--tw-bg-opacity:1;background-color:rgb(238 233 251/var(--tw-bg-opacity,1))}.bg-\[\#eef3ea\]{--tw-bg-opacity:1;background-color:rgb(238 243 234/var(--tw-bg-opacity,1))}.bg-\[\#eef3fb\]{--tw-bg-opacity:1;background-color:rgb(238 243 251/var(--tw-bg-opacity,1))}.bg-\[\#eef4ea\]{--tw-bg-opacity:1;background-color:rgb(238 244 234/var(--tw-bg-opacity,1))}.bg-\[\#eef6e8\]{--tw-bg-opacity:1;background-color:rgb(238 246 232/var(--tw-bg-opacity,1))}.bg-\[\#efe3d2\]{--tw-bg-opacity:1;background-color:rgb(239 227 210/var(--tw-bg-opacity,1))}.bg-\[\#efe7dc\]{--tw-bg-opacity:1;background-color:rgb(239 231 220/var(--tw-bg-opacity,1))}.bg-\[\#efe8f9\]{--tw-bg-opacity:1;background-color:rgb(239 232 249/var(--tw-bg-opacity,1))}.bg-\[\#f0dfcc\]{--tw-bg-opacity:1;background-color:rgb(240 223 204/var(--tw-bg-opacity,1))}.bg-\[\#f0e2d2\]{--tw-bg-opacity:1;background-color:rgb(240 226 210/var(--tw-bg-opacity,1))}.bg-\[\#f0e8e1\]{--tw-bg-opacity:1;background-color:rgb(240 232 225/var(--tw-bg-opacity,1))}.bg-\[\#f0ebe4\]{--tw-bg-opacity:1;background-color:rgb(240 235 228/var(--tw-bg-opacity,1))}.bg-\[\#f1f6f2\]{--tw-bg-opacity:1;background-color:rgb(241 246 242/var(--tw-bg-opacity,1))}.bg-\[\#f2ebe1\]{--tw-bg-opacity:1;background-color:rgb(242 235 225/var(--tw-bg-opacity,1))}.bg-\[\#f2ebe7\]{--tw-bg-opacity:1;background-color:rgb(242 235 231/var(--tw-bg-opacity,1))}.bg-\[\#f2eefb\]{--tw-bg-opacity:1;background-color:rgb(242 238 251/var(--tw-bg-opacity,1))}.bg-\[\#f3ede3\]{--tw-bg-opacity:1;background-color:rgb(243 237 227/var(--tw-bg-opacity,1))}.bg-\[\#f3f8ef\]{--tw-bg-opacity:1;background-color:rgb(243 248 239/var(--tw-bg-opacity,1))}.bg-\[\#f3faf4\]{--tw-bg-opacity:1;background-color:rgb(243 250 244/var(--tw-bg-opacity,1))}.bg-\[\#f4ebe4\]{--tw-bg-opacity:1;background-color:rgb(244 235 228/var(--tw-bg-opacity,1))}.bg-\[\#f4ece2\]{--tw-bg-opacity:1;background-color:rgb(244 236 226/var(--tw-bg-opacity,1))}.bg-\[\#f4ece3\]{--tw-bg-opacity:1;background-color:rgb(244 236 227/var(--tw-bg-opacity,1))}.bg-\[\#f4eee5\]{--tw-bg-opacity:1;background-color:rgb(244 238 229/var(--tw-bg-opacity,1))}.bg-\[\#f4f0e9\]{--tw-bg-opacity:1;background-color:rgb(244 240 233/var(--tw-bg-opacity,1))}.bg-\[\#f4fbf4\]{--tw-bg-opacity:1;background-color:rgb(244 251 244/var(--tw-bg-opacity,1))}.bg-\[\#f5ece8\]{--tw-bg-opacity:1;background-color:rgb(245 236 232/var(--tw-bg-opacity,1))}.bg-\[\#f5efe6\]{--tw-bg-opacity:1;background-color:rgb(245 239 230/var(--tw-bg-opacity,1))}.bg-\[\#f5f1eb\]{--tw-bg-opacity:1;background-color:rgb(245 241 235/var(--tw-bg-opacity,1))}.bg-\[\#f5faf3\]{--tw-bg-opacity:1;background-color:rgb(245 250 243/var(--tw-bg-opacity,1))}.bg-\[\#f6eadb\]{--tw-bg-opacity:1;background-color:rgb(246 234 219/var(--tw-bg-opacity,1))}.bg-\[\#f6f0e8\]{--tw-bg-opacity:1;background-color:rgb(246 240 232/var(--tw-bg-opacity,1))}.bg-\[\#f6f1e4\]{--tw-bg-opacity:1;background-color:rgb(246 241 228/var(--tw-bg-opacity,1))}.bg-\[\#f7ebe5\]{--tw-bg-opacity:1;background-color:rgb(247 235 229/var(--tw-bg-opacity,1))}.bg-\[\#f7ece7\]{--tw-bg-opacity:1;background-color:rgb(247 236 231/var(--tw-bg-opacity,1))}.bg-\[\#f7efe5\]{--tw-bg-opacity:1;background-color:rgb(247 239 229/var(--tw-bg-opacity,1))}.bg-\[\#f7f0e6\]{--tw-bg-opacity:1;background-color:rgb(247 240 230/var(--tw-bg-opacity,1))}.bg-\[\#f7f1e8\]{--tw-bg-opacity:1;background-color:rgb(247 241 232/var(--tw-bg-opacity,1))}.bg-\[\#f7f2ea\]{--tw-bg-opacity:1;background-color:rgb(247 242 234/var(--tw-bg-opacity,1))}.bg-\[\#f7f3ed\]{--tw-bg-opacity:1;background-color:rgb(247 243 237/var(--tw-bg-opacity,1))}.bg-\[\#f7fbf7\]{--tw-bg-opacity:1;background-color:rgb(247 251 247/var(--tw-bg-opacity,1))}.bg-\[\#f8ece7\]{--tw-bg-opacity:1;background-color:rgb(248 236 231/var(--tw-bg-opacity,1))}.bg-\[\#f8f1e9\]{--tw-bg-opacity:1;background-color:rgb(248 241 233/var(--tw-bg-opacity,1))}.bg-\[\#f8f2e8\]{--tw-bg-opacity:1;background-color:rgb(248 242 232/var(--tw-bg-opacity,1))}.bg-\[\#f8f3eb\]{--tw-bg-opacity:1;background-color:rgb(248 243 235/var(--tw-bg-opacity,1))}.bg-\[\#f8f4ed\]{--tw-bg-opacity:1;background-color:rgb(248 244 237/var(--tw-bg-opacity,1))}.bg-\[\#f8f4ee\]{--tw-bg-opacity:1;background-color:rgb(248 244 238/var(--tw-bg-opacity,1))}.bg-\[\#f8f4ef\]{--tw-bg-opacity:1;background-color:rgb(248 244 239/var(--tw-bg-opacity,1))}.bg-\[\#faf0d5\]{--tw-bg-opacity:1;background-color:rgb(250 240 213/var(--tw-bg-opacity,1))}.bg-\[\#faf3ed\]{--tw-bg-opacity:1;background-color:rgb(250 243 237/var(--tw-bg-opacity,1))}.bg-\[\#faf7f3\]{--tw-bg-opacity:1;background-color:rgb(250 247 243/var(--tw-bg-opacity,1))}.bg-\[\#faf8f4\]{--tw-bg-opacity:1;background-color:rgb(250 248 244/var(--tw-bg-opacity,1))}.bg-\[\#fbf0ea\]{--tw-bg-opacity:1;background-color:rgb(251 240 234/var(--tw-bg-opacity,1))}.bg-\[\#fbf2ed\]{--tw-bg-opacity:1;background-color:rgb(251 242 237/var(--tw-bg-opacity,1))}.bg-\[\#fbf6f0\]{--tw-bg-opacity:1;background-color:rgb(251 246 240/var(--tw-bg-opacity,1))}.bg-\[\#fbf7f1\]{--tw-bg-opacity:1;background-color:rgb(251 247 241/var(--tw-bg-opacity,1))}.bg-\[\#fbf8f4\]{--tw-bg-opacity:1;background-color:rgb(251 248 244/var(--tw-bg-opacity,1))}.bg-\[\#fcf8f2\]{--tw-bg-opacity:1;background-color:rgb(252 248 242/var(--tw-bg-opacity,1))}.bg-\[\#fcfaf7\]{--tw-bg-opacity:1;background-color:rgb(252 250 247/var(--tw-bg-opacity,1))}.bg-\[\#fcfbf8\]{--tw-bg-opacity:1;background-color:rgb(252 251 248/var(--tw-bg-opacity,1))}.bg-\[\#fff5f1\]{--tw-bg-opacity:1;background-color:rgb(255 245 241/var(--tw-bg-opacity,1))}.bg-\[\#fff7f4\]{--tw-bg-opacity:1;background-color:rgb(255 247 244/var(--tw-bg-opacity,1))}.bg-\[\#fff7f5\]{--tw-bg-opacity:1;background-color:rgb(255 247 245/var(--tw-bg-opacity,1))}.bg-\[\#fffcf8\]{--tw-bg-opacity:1;background-color:rgb(255 252 248/var(--tw-bg-opacity,1))}.bg-\[\#fffdf8\]{--tw-bg-opacity:1;background-color:rgb(255 253 248/var(--tw-bg-opacity,1))}.bg-\[\#fffdf9\]{--tw-bg-opacity:1;background-color:rgb(255 253 249/var(--tw-bg-opacity,1))}.bg-\[\#fffdfa\]{--tw-bg-opacity:1;background-color:rgb(255 253 250/var(--tw-bg-opacity,1))}.bg-background{background-color:hsl(var(--background))}.bg-background\/75{background-color:hsl(var(--background) / .75)}.bg-black\/25{background-color:#00000040}.bg-card{background-color:hsl(var(--card))}.bg-card\/95{background-color:hsl(var(--card) / .95)}.bg-primary{background-color:hsl(var(--primary))}.bg-success-100{--tw-bg-opacity:1;background-color:rgb(239 244 242/var(--tw-bg-opacity,1))}.bg-transparent{background-color:#0000}.bg-warning-100{--tw-bg-opacity:1;background-color:rgb(251 247 241/var(--tw-bg-opacity,1))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-white\/70{background-color:#ffffffb3}.bg-white\/80{background-color:#fffc}.bg-white\/95{background-color:#fffffff2}.bg-\[linear-gradient\(105deg\,\#faf2ee_0\%\,\#f1f6f3_100\%\)\]{background-image:linear-gradient(105deg,#faf2ee 0%,#f1f6f3 100%)}.bg-\[linear-gradient\(105deg\,\#faf2ee_0\%\,\#f3f7f4_100\%\)\]{background-image:linear-gradient(105deg,#faf2ee 0%,#f3f7f4 100%)}.bg-\[linear-gradient\(180deg\,\#fffdfa_0\%\,\#f8f3ec_100\%\)\]{background-image:linear-gradient(#fffdfa 0%,#f8f3ec 100%)}.bg-\[radial-gradient\(circle_at_top\,\#f7f2ea_0\%\,\#efe8dd_38\%\,\#ddd4c7_100\%\)\]{background-image:radial-gradient(circle at top,#f7f2ea 0%,#efe8dd 38%,#ddd4c7 100%)}.object-cover{-o-object-fit:cover;object-fit:cover}.p-0{padding:0}.p-1{padding:.25rem}.p-10{padding:2.5rem}.p-12{padding:3rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-0{padding-left:0;padding-right:0}.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-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.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-7{padding-top:1.75rem;padding-bottom:1.75rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-2{padding-bottom:.5rem}.pb-20{padding-bottom:5rem}.pb-24{padding-bottom:6rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pb-6{padding-bottom:1.5rem}.pb-8{padding-bottom:2rem}.pt-0{padding-top:0}.pt-1{padding-top:.25rem}.pt-2{padding-top:.5rem}.pt-4{padding-top:1rem}.pt-6{padding-top:1.5rem}.pt-7{padding-top:1.75rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.align-top{vertical-align:top}.font-sans{font-family:Noto Sans,system-ui,sans-serif}.font-serif{font-family:ui-serif,Georgia,Cambria,Times New Roman,Times,serif}.\!text-base{font-size:1rem!important;line-height:1.5rem!important}.\!text-sm{font-size:.875rem!important;line-height:1.25rem!important}.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-\[0\.72rem\]{font-size:.72rem}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[12px\]{font-size:12px}.text-\[17px\]{font-size:17px}.text-\[2\.1rem\]{font-size:2.1rem}.text-\[3rem\]{font-size:3rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-light{font-weight:300}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.italic{font-style:italic}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-7{line-height:1.75rem}.leading-none{line-height:1}.leading-tight{line-height:1.25}.tracking-\[0\.02em\]{letter-spacing:.02em}.tracking-\[0\.04em\]{letter-spacing:.04em}.tracking-\[0\.12em\]{letter-spacing:.12em}.tracking-\[0\.16em\]{letter-spacing:.16em}.tracking-\[0\.18em\]{letter-spacing:.18em}.tracking-\[0\.22em\]{letter-spacing:.22em}.tracking-\[0\.24em\]{letter-spacing:.24em}.tracking-\[0\.26em\]{letter-spacing:.26em}.tracking-\[0\.28em\]{letter-spacing:.28em}.tracking-\[0\.2em\]{letter-spacing:.2em}.tracking-\[0\.32em\]{letter-spacing:.32em}.tracking-\[0\.35em\]{letter-spacing:.35em}.tracking-\[0\.3em\]{letter-spacing:.3em}.tracking-\[0\.45em\]{letter-spacing:.45em}.tracking-\[0\.5em\]{letter-spacing:.5em}.tracking-tight{letter-spacing:-.025em}.\!text-\[\#6e6258\]{--tw-text-opacity:1!important;color:rgb(110 98 88/var(--tw-text-opacity,1))!important}.\!text-\[\#6f6258\]{--tw-text-opacity:1!important;color:rgb(111 98 88/var(--tw-text-opacity,1))!important}.\!text-\[\#7b6e63\]{--tw-text-opacity:1!important;color:rgb(123 110 99/var(--tw-text-opacity,1))!important}.\!text-\[\#b85d4b\]{--tw-text-opacity:1!important;color:rgb(184 93 75/var(--tw-text-opacity,1))!important}.\!text-\[\#b95c4f\]{--tw-text-opacity:1!important;color:rgb(185 92 79/var(--tw-text-opacity,1))!important}.\!text-\[\#ba7b5a\]{--tw-text-opacity:1!important;color:rgb(186 123 90/var(--tw-text-opacity,1))!important}.\!text-\[\#c06b4d\]{--tw-text-opacity:1!important;color:rgb(192 107 77/var(--tw-text-opacity,1))!important}.text-\[\#2f2a26\]{--tw-text-opacity:1;color:rgb(47 42 38/var(--tw-text-opacity,1))}.text-\[\#33466c\]{--tw-text-opacity:1;color:rgb(51 70 108/var(--tw-text-opacity,1))}.text-\[\#352e2a\]{--tw-text-opacity:1;color:rgb(53 46 42/var(--tw-text-opacity,1))}.text-\[\#39503f\]{--tw-text-opacity:1;color:rgb(57 80 63/var(--tw-text-opacity,1))}.text-\[\#3b342f\]{--tw-text-opacity:1;color:rgb(59 52 47/var(--tw-text-opacity,1))}.text-\[\#3f342c\]{--tw-text-opacity:1;color:rgb(63 52 44/var(--tw-text-opacity,1))}.text-\[\#3f352f\]{--tw-text-opacity:1;color:rgb(63 53 47/var(--tw-text-opacity,1))}.text-\[\#40352d\]{--tw-text-opacity:1;color:rgb(64 53 45/var(--tw-text-opacity,1))}.text-\[\#435878\]{--tw-text-opacity:1;color:rgb(67 88 120/var(--tw-text-opacity,1))}.text-\[\#4b3f63\]{--tw-text-opacity:1;color:rgb(75 63 99/var(--tw-text-opacity,1))}.text-\[\#4c3f35\]{--tw-text-opacity:1;color:rgb(76 63 53/var(--tw-text-opacity,1))}.text-\[\#4c443d\]{--tw-text-opacity:1;color:rgb(76 68 61/var(--tw-text-opacity,1))}.text-\[\#4f463f\]{--tw-text-opacity:1;color:rgb(79 70 63/var(--tw-text-opacity,1))}.text-\[\#4f7d59\]{--tw-text-opacity:1;color:rgb(79 125 89/var(--tw-text-opacity,1))}.text-\[\#51463d\]{--tw-text-opacity:1;color:rgb(81 70 61/var(--tw-text-opacity,1))}.text-\[\#514943\]{--tw-text-opacity:1;color:rgb(81 73 67/var(--tw-text-opacity,1))}.text-\[\#5c493f\]{--tw-text-opacity:1;color:rgb(92 73 63/var(--tw-text-opacity,1))}.text-\[\#5c554f\]{--tw-text-opacity:1;color:rgb(92 85 79/var(--tw-text-opacity,1))}.text-\[\#5d5046\]{--tw-text-opacity:1;color:rgb(93 80 70/var(--tw-text-opacity,1))}.text-\[\#5d5148\]{--tw-text-opacity:1;color:rgb(93 81 72/var(--tw-text-opacity,1))}.text-\[\#5d544e\]{--tw-text-opacity:1;color:rgb(93 84 78/var(--tw-text-opacity,1))}.text-\[\#5e4b3f\]{--tw-text-opacity:1;color:rgb(94 75 63/var(--tw-text-opacity,1))}.text-\[\#5e534a\]{--tw-text-opacity:1;color:rgb(94 83 74/var(--tw-text-opacity,1))}.text-\[\#5e5650\]{--tw-text-opacity:1;color:rgb(94 86 80/var(--tw-text-opacity,1))}.text-\[\#5e7a61\]{--tw-text-opacity:1;color:rgb(94 122 97/var(--tw-text-opacity,1))}.text-\[\#5f4a3f\]{--tw-text-opacity:1;color:rgb(95 74 63/var(--tw-text-opacity,1))}.text-\[\#5f5145\]{--tw-text-opacity:1;color:rgb(95 81 69/var(--tw-text-opacity,1))}.text-\[\#5f5348\]{--tw-text-opacity:1;color:rgb(95 83 72/var(--tw-text-opacity,1))}.text-\[\#5f5751\]{--tw-text-opacity:1;color:rgb(95 87 81/var(--tw-text-opacity,1))}.text-\[\#5f7a52\]{--tw-text-opacity:1;color:rgb(95 122 82/var(--tw-text-opacity,1))}.text-\[\#5f7ea1\]{--tw-text-opacity:1;color:rgb(95 126 161/var(--tw-text-opacity,1))}.text-\[\#625848\]{--tw-text-opacity:1;color:rgb(98 88 72/var(--tw-text-opacity,1))}.text-\[\#625952\]{--tw-text-opacity:1;color:rgb(98 89 82/var(--tw-text-opacity,1))}.text-\[\#625a53\]{--tw-text-opacity:1;color:rgb(98 90 83/var(--tw-text-opacity,1))}.text-\[\#655c55\]{--tw-text-opacity:1;color:rgb(101 92 85/var(--tw-text-opacity,1))}.text-\[\#655d57\]{--tw-text-opacity:1;color:rgb(101 93 87/var(--tw-text-opacity,1))}.text-\[\#665d56\]{--tw-text-opacity:1;color:rgb(102 93 86/var(--tw-text-opacity,1))}.text-\[\#66735f\]{--tw-text-opacity:1;color:rgb(102 115 95/var(--tw-text-opacity,1))}.text-\[\#668274\]{--tw-text-opacity:1;color:rgb(102 130 116/var(--tw-text-opacity,1))}.text-\[\#69615a\]{--tw-text-opacity:1;color:rgb(105 97 90/var(--tw-text-opacity,1))}.text-\[\#69877a\]{--tw-text-opacity:1;color:rgb(105 135 122/var(--tw-text-opacity,1))}.text-\[\#69b44b\]{--tw-text-opacity:1;color:rgb(105 180 75/var(--tw-text-opacity,1))}.text-\[\#6b4e3f\]{--tw-text-opacity:1;color:rgb(107 78 63/var(--tw-text-opacity,1))}.text-\[\#6b8262\]{--tw-text-opacity:1;color:rgb(107 130 98/var(--tw-text-opacity,1))}.text-\[\#6b8f74\]{--tw-text-opacity:1;color:rgb(107 143 116/var(--tw-text-opacity,1))}.text-\[\#6c4f41\]{--tw-text-opacity:1;color:rgb(108 79 65/var(--tw-text-opacity,1))}.text-\[\#6d645d\]{--tw-text-opacity:1;color:rgb(109 100 93/var(--tw-text-opacity,1))}.text-\[\#6d8a5e\]{--tw-text-opacity:1;color:rgb(109 138 94/var(--tw-text-opacity,1))}.text-\[\#6d9381\]{--tw-text-opacity:1;color:rgb(109 147 129/var(--tw-text-opacity,1))}.text-\[\#6f6258\]{--tw-text-opacity:1;color:rgb(111 98 88/var(--tw-text-opacity,1))}.text-\[\#6f8364\]{--tw-text-opacity:1;color:rgb(111 131 100/var(--tw-text-opacity,1))}.text-\[\#6f9584\]{--tw-text-opacity:1;color:rgb(111 149 132/var(--tw-text-opacity,1))}.text-\[\#704d3e\]{--tw-text-opacity:1;color:rgb(112 77 62/var(--tw-text-opacity,1))}.text-\[\#736559\]{--tw-text-opacity:1;color:rgb(115 101 89/var(--tw-text-opacity,1))}.text-\[\#739281\]{--tw-text-opacity:1;color:rgb(115 146 129/var(--tw-text-opacity,1))}.text-\[\#74675d\]{--tw-text-opacity:1;color:rgb(116 103 93/var(--tw-text-opacity,1))}.text-\[\#746a61\]{--tw-text-opacity:1;color:rgb(116 106 97/var(--tw-text-opacity,1))}.text-\[\#756298\]{--tw-text-opacity:1;color:rgb(117 98 152/var(--tw-text-opacity,1))}.text-\[\#76695e\]{--tw-text-opacity:1;color:rgb(118 105 94/var(--tw-text-opacity,1))}.text-\[\#77706a\]{--tw-text-opacity:1;color:rgb(119 112 106/var(--tw-text-opacity,1))}.text-\[\#78937f\]{--tw-text-opacity:1;color:rgb(120 147 127/var(--tw-text-opacity,1))}.text-\[\#7a6a51\]{--tw-text-opacity:1;color:rgb(122 106 81/var(--tw-text-opacity,1))}.text-\[\#7a6b5d\]{--tw-text-opacity:1;color:rgb(122 107 93/var(--tw-text-opacity,1))}.text-\[\#7a6b60\]{--tw-text-opacity:1;color:rgb(122 107 96/var(--tw-text-opacity,1))}.text-\[\#7b695c\]{--tw-text-opacity:1;color:rgb(123 105 92/var(--tw-text-opacity,1))}.text-\[\#7c69a5\]{--tw-text-opacity:1;color:rgb(124 105 165/var(--tw-text-opacity,1))}.text-\[\#7c6f65\]{--tw-text-opacity:1;color:rgb(124 111 101/var(--tw-text-opacity,1))}.text-\[\#7d6f64\]{--tw-text-opacity:1;color:rgb(125 111 100/var(--tw-text-opacity,1))}.text-\[\#7d7166\]{--tw-text-opacity:1;color:rgb(125 113 102/var(--tw-text-opacity,1))}.text-\[\#7f6757\]{--tw-text-opacity:1;color:rgb(127 103 87/var(--tw-text-opacity,1))}.text-\[\#7f7166\]{--tw-text-opacity:1;color:rgb(127 113 102/var(--tw-text-opacity,1))}.text-\[\#7f7369\]{--tw-text-opacity:1;color:rgb(127 115 105/var(--tw-text-opacity,1))}.text-\[\#806f65\]{--tw-text-opacity:1;color:rgb(128 111 101/var(--tw-text-opacity,1))}.text-\[\#816754\]{--tw-text-opacity:1;color:rgb(129 103 84/var(--tw-text-opacity,1))}.text-\[\#817770\]{--tw-text-opacity:1;color:rgb(129 119 112/var(--tw-text-opacity,1))}.text-\[\#826b43\]{--tw-text-opacity:1;color:rgb(130 107 67/var(--tw-text-opacity,1))}.text-\[\#829b8f\]{--tw-text-opacity:1;color:rgb(130 155 143/var(--tw-text-opacity,1))}.text-\[\#85755b\]{--tw-text-opacity:1;color:rgb(133 117 91/var(--tw-text-opacity,1))}.text-\[\#86786d\]{--tw-text-opacity:1;color:rgb(134 120 109/var(--tw-text-opacity,1))}.text-\[\#88a190\]{--tw-text-opacity:1;color:rgb(136 161 144/var(--tw-text-opacity,1))}.text-\[\#8a6f60\]{--tw-text-opacity:1;color:rgb(138 111 96/var(--tw-text-opacity,1))}.text-\[\#8a7b6d\]{--tw-text-opacity:1;color:rgb(138 123 109/var(--tw-text-opacity,1))}.text-\[\#8a7d73\]{--tw-text-opacity:1;color:rgb(138 125 115/var(--tw-text-opacity,1))}.text-\[\#8a7e74\]{--tw-text-opacity:1;color:rgb(138 126 116/var(--tw-text-opacity,1))}.text-\[\#8b7e71\]{--tw-text-opacity:1;color:rgb(139 126 113/var(--tw-text-opacity,1))}.text-\[\#8c7d70\]{--tw-text-opacity:1;color:rgb(140 125 112/var(--tw-text-opacity,1))}.text-\[\#8d7046\]{--tw-text-opacity:1;color:rgb(141 112 70/var(--tw-text-opacity,1))}.text-\[\#8d7566\]{--tw-text-opacity:1;color:rgb(141 117 102/var(--tw-text-opacity,1))}.text-\[\#8d7b62\]{--tw-text-opacity:1;color:rgb(141 123 98/var(--tw-text-opacity,1))}.text-\[\#8d7b69\]{--tw-text-opacity:1;color:rgb(141 123 105/var(--tw-text-opacity,1))}.text-\[\#8d7d70\]{--tw-text-opacity:1;color:rgb(141 125 112/var(--tw-text-opacity,1))}.text-\[\#8e7060\]{--tw-text-opacity:1;color:rgb(142 112 96/var(--tw-text-opacity,1))}.text-\[\#8e7c5e\]{--tw-text-opacity:1;color:rgb(142 124 94/var(--tw-text-opacity,1))}.text-\[\#8e7f72\]{--tw-text-opacity:1;color:rgb(142 127 114/var(--tw-text-opacity,1))}.text-\[\#8ea184\]{--tw-text-opacity:1;color:rgb(142 161 132/var(--tw-text-opacity,1))}.text-\[\#8ea1bf\]{--tw-text-opacity:1;color:rgb(142 161 191/var(--tw-text-opacity,1))}.text-\[\#8f6d53\]{--tw-text-opacity:1;color:rgb(143 109 83/var(--tw-text-opacity,1))}.text-\[\#8f725e\]{--tw-text-opacity:1;color:rgb(143 114 94/var(--tw-text-opacity,1))}.text-\[\#8f7668\]{--tw-text-opacity:1;color:rgb(143 118 104/var(--tw-text-opacity,1))}.text-\[\#8f7767\]{--tw-text-opacity:1;color:rgb(143 119 103/var(--tw-text-opacity,1))}.text-\[\#8f7fb0\]{--tw-text-opacity:1;color:rgb(143 127 176/var(--tw-text-opacity,1))}.text-\[\#8f8174\]{--tw-text-opacity:1;color:rgb(143 129 116/var(--tw-text-opacity,1))}.text-\[\#8f8277\]{--tw-text-opacity:1;color:rgb(143 130 119/var(--tw-text-opacity,1))}.text-\[\#8f8378\]{--tw-text-opacity:1;color:rgb(143 131 120/var(--tw-text-opacity,1))}.text-\[\#907fad\]{--tw-text-opacity:1;color:rgb(144 127 173/var(--tw-text-opacity,1))}.text-\[\#927b6d\]{--tw-text-opacity:1;color:rgb(146 123 109/var(--tw-text-opacity,1))}.text-\[\#92887f\]{--tw-text-opacity:1;color:rgb(146 136 127/var(--tw-text-opacity,1))}.text-\[\#937857\]{--tw-text-opacity:1;color:rgb(147 120 87/var(--tw-text-opacity,1))}.text-\[\#93a995\]{--tw-text-opacity:1;color:rgb(147 169 149/var(--tw-text-opacity,1))}.text-\[\#947461\]{--tw-text-opacity:1;color:rgb(148 116 97/var(--tw-text-opacity,1))}.text-\[\#958980\]{--tw-text-opacity:1;color:rgb(149 137 128/var(--tw-text-opacity,1))}.text-\[\#968b82\]{--tw-text-opacity:1;color:rgb(150 139 130/var(--tw-text-opacity,1))}.text-\[\#968c84\]{--tw-text-opacity:1;color:rgb(150 140 132/var(--tw-text-opacity,1))}.text-\[\#97634f\]{--tw-text-opacity:1;color:rgb(151 99 79/var(--tw-text-opacity,1))}.text-\[\#97897d\]{--tw-text-opacity:1;color:rgb(151 137 125/var(--tw-text-opacity,1))}.text-\[\#988b81\]{--tw-text-opacity:1;color:rgb(152 139 129/var(--tw-text-opacity,1))}.text-\[\#988c83\]{--tw-text-opacity:1;color:rgb(152 140 131/var(--tw-text-opacity,1))}.text-\[\#989087\]{--tw-text-opacity:1;color:rgb(152 144 135/var(--tw-text-opacity,1))}.text-\[\#998a79\]{--tw-text-opacity:1;color:rgb(153 138 121/var(--tw-text-opacity,1))}.text-\[\#998d84\]{--tw-text-opacity:1;color:rgb(153 141 132/var(--tw-text-opacity,1))}.text-\[\#9a5c43\]{--tw-text-opacity:1;color:rgb(154 92 67/var(--tw-text-opacity,1))}.text-\[\#9a7c59\]{--tw-text-opacity:1;color:rgb(154 124 89/var(--tw-text-opacity,1))}.text-\[\#9a8c7f\]{--tw-text-opacity:1;color:rgb(154 140 127/var(--tw-text-opacity,1))}.text-\[\#9a8f86\]{--tw-text-opacity:1;color:rgb(154 143 134/var(--tw-text-opacity,1))}.text-\[\#9a9189\]{--tw-text-opacity:1;color:rgb(154 145 137/var(--tw-text-opacity,1))}.text-\[\#9b715f\]{--tw-text-opacity:1;color:rgb(155 113 95/var(--tw-text-opacity,1))}.text-\[\#9b8570\]{--tw-text-opacity:1;color:rgb(155 133 112/var(--tw-text-opacity,1))}.text-\[\#9bad98\]{--tw-text-opacity:1;color:rgb(155 173 152/var(--tw-text-opacity,1))}.text-\[\#9c8f84\]{--tw-text-opacity:1;color:rgb(156 143 132/var(--tw-text-opacity,1))}.text-\[\#9e938b\]{--tw-text-opacity:1;color:rgb(158 147 139/var(--tw-text-opacity,1))}.text-\[\#9f866c\]{--tw-text-opacity:1;color:rgb(159 134 108/var(--tw-text-opacity,1))}.text-\[\#9f8c82\]{--tw-text-opacity:1;color:rgb(159 140 130/var(--tw-text-opacity,1))}.text-\[\#9f9489\]{--tw-text-opacity:1;color:rgb(159 148 137/var(--tw-text-opacity,1))}.text-\[\#9fc44b\]{--tw-text-opacity:1;color:rgb(159 196 75/var(--tw-text-opacity,1))}.text-\[\#a08c78\]{--tw-text-opacity:1;color:rgb(160 140 120/var(--tw-text-opacity,1))}.text-\[\#a09184\]{--tw-text-opacity:1;color:rgb(160 145 132/var(--tw-text-opacity,1))}.text-\[\#a18d78\]{--tw-text-opacity:1;color:rgb(161 141 120/var(--tw-text-opacity,1))}.text-\[\#a39283\]{--tw-text-opacity:1;color:rgb(163 146 131/var(--tw-text-opacity,1))}.text-\[\#a69b90\]{--tw-text-opacity:1;color:rgb(166 155 144/var(--tw-text-opacity,1))}.text-\[\#a69b91\]{--tw-text-opacity:1;color:rgb(166 155 145/var(--tw-text-opacity,1))}.text-\[\#a76c60\]{--tw-text-opacity:1;color:rgb(167 108 96/var(--tw-text-opacity,1))}.text-\[\#a88845\]{--tw-text-opacity:1;color:rgb(168 136 69/var(--tw-text-opacity,1))}.text-\[\#a99678\]{--tw-text-opacity:1;color:rgb(169 150 120/var(--tw-text-opacity,1))}.text-\[\#aa936e\]{--tw-text-opacity:1;color:rgb(170 147 110/var(--tw-text-opacity,1))}.text-\[\#aa9a8d\]{--tw-text-opacity:1;color:rgb(170 154 141/var(--tw-text-opacity,1))}.text-\[\#aa9f95\]{--tw-text-opacity:1;color:rgb(170 159 149/var(--tw-text-opacity,1))}.text-\[\#aaa096\]{--tw-text-opacity:1;color:rgb(170 160 150/var(--tw-text-opacity,1))}.text-\[\#aaa098\]{--tw-text-opacity:1;color:rgb(170 160 152/var(--tw-text-opacity,1))}.text-\[\#aaa099\]{--tw-text-opacity:1;color:rgb(170 160 153/var(--tw-text-opacity,1))}.text-\[\#ab5f52\]{--tw-text-opacity:1;color:rgb(171 95 82/var(--tw-text-opacity,1))}.text-\[\#ab9783\]{--tw-text-opacity:1;color:rgb(171 151 131/var(--tw-text-opacity,1))}.text-\[\#ab9a87\]{--tw-text-opacity:1;color:rgb(171 154 135/var(--tw-text-opacity,1))}.text-\[\#ae8e79\]{--tw-text-opacity:1;color:rgb(174 142 121/var(--tw-text-opacity,1))}.text-\[\#af6f58\]{--tw-text-opacity:1;color:rgb(175 111 88/var(--tw-text-opacity,1))}.text-\[\#af8d78\]{--tw-text-opacity:1;color:rgb(175 141 120/var(--tw-text-opacity,1))}.text-\[\#b0917d\]{--tw-text-opacity:1;color:rgb(176 145 125/var(--tw-text-opacity,1))}.text-\[\#b09d8e\]{--tw-text-opacity:1;color:rgb(176 157 142/var(--tw-text-opacity,1))}.text-\[\#b18170\]{--tw-text-opacity:1;color:rgb(177 129 112/var(--tw-text-opacity,1))}.text-\[\#b19884\]{--tw-text-opacity:1;color:rgb(177 152 132/var(--tw-text-opacity,1))}.text-\[\#b1a397\]{--tw-text-opacity:1;color:rgb(177 163 151/var(--tw-text-opacity,1))}.text-\[\#b27f63\]{--tw-text-opacity:1;color:rgb(178 127 99/var(--tw-text-opacity,1))}.text-\[\#b29f8f\]{--tw-text-opacity:1;color:rgb(178 159 143/var(--tw-text-opacity,1))}.text-\[\#b38b39\]{--tw-text-opacity:1;color:rgb(179 139 57/var(--tw-text-opacity,1))}.text-\[\#b39a7f\]{--tw-text-opacity:1;color:rgb(179 154 127/var(--tw-text-opacity,1))}.text-\[\#b57964\]{--tw-text-opacity:1;color:rgb(181 121 100/var(--tw-text-opacity,1))}.text-\[\#b57f6f\]{--tw-text-opacity:1;color:rgb(181 127 111/var(--tw-text-opacity,1))}.text-\[\#b5a692\]{--tw-text-opacity:1;color:rgb(181 166 146/var(--tw-text-opacity,1))}.text-\[\#b5a892\]{--tw-text-opacity:1;color:rgb(181 168 146/var(--tw-text-opacity,1))}.text-\[\#b6a79b\]{--tw-text-opacity:1;color:rgb(182 167 155/var(--tw-text-opacity,1))}.text-\[\#b7a391\]{--tw-text-opacity:1;color:rgb(183 163 145/var(--tw-text-opacity,1))}.text-\[\#b7a392\]{--tw-text-opacity:1;color:rgb(183 163 146/var(--tw-text-opacity,1))}.text-\[\#b7a796\]{--tw-text-opacity:1;color:rgb(183 167 150/var(--tw-text-opacity,1))}.text-\[\#b7a999\]{--tw-text-opacity:1;color:rgb(183 169 153/var(--tw-text-opacity,1))}.text-\[\#b85d4b\]{--tw-text-opacity:1;color:rgb(184 93 75/var(--tw-text-opacity,1))}.text-\[\#b89574\]{--tw-text-opacity:1;color:rgb(184 149 116/var(--tw-text-opacity,1))}.text-\[\#b8a899\]{--tw-text-opacity:1;color:rgb(184 168 153/var(--tw-text-opacity,1))}.text-\[\#b9a48c\]{--tw-text-opacity:1;color:rgb(185 164 140/var(--tw-text-opacity,1))}.text-\[\#beab95\]{--tw-text-opacity:1;color:rgb(190 171 149/var(--tw-text-opacity,1))}.text-\[\#bf8b75\]{--tw-text-opacity:1;color:rgb(191 139 117/var(--tw-text-opacity,1))}.text-\[\#c06b4d\]{--tw-text-opacity:1;color:rgb(192 107 77/var(--tw-text-opacity,1))}.text-\[\#c2b5a7\]{--tw-text-opacity:1;color:rgb(194 181 167/var(--tw-text-opacity,1))}.text-\[\#c47755\]{--tw-text-opacity:1;color:rgb(196 119 85/var(--tw-text-opacity,1))}.text-\[\#c6b29c\]{--tw-text-opacity:1;color:rgb(198 178 156/var(--tw-text-opacity,1))}.text-\[\#c79f7f\]{--tw-text-opacity:1;color:rgb(199 159 127/var(--tw-text-opacity,1))}.text-\[\#c7a963\]{--tw-text-opacity:1;color:rgb(199 169 99/var(--tw-text-opacity,1))}.text-\[\#d2c8be\]{--tw-text-opacity:1;color:rgb(210 200 190/var(--tw-text-opacity,1))}.text-\[\#d49378\]{--tw-text-opacity:1;color:rgb(212 147 120/var(--tw-text-opacity,1))}.text-\[\#d4c7b6\]{--tw-text-opacity:1;color:rgb(212 199 182/var(--tw-text-opacity,1))}.text-\[\#d6b15e\]{--tw-text-opacity:1;color:rgb(214 177 94/var(--tw-text-opacity,1))}.text-\[\#ead6a7\]{--tw-text-opacity:1;color:rgb(234 214 167/var(--tw-text-opacity,1))}.text-\[\#ead9b8\]{--tw-text-opacity:1;color:rgb(234 217 184/var(--tw-text-opacity,1))}.text-\[\#efb6a8\]{--tw-text-opacity:1;color:rgb(239 182 168/var(--tw-text-opacity,1))}.text-\[\#f0d6a5\]{--tw-text-opacity:1;color:rgb(240 214 165/var(--tw-text-opacity,1))}.text-\[\#f1e4bf\]{--tw-text-opacity:1;color:rgb(241 228 191/var(--tw-text-opacity,1))}.text-\[\#f3e7c4\]{--tw-text-opacity:1;color:rgb(243 231 196/var(--tw-text-opacity,1))}.text-\[\#f4e3be\]{--tw-text-opacity:1;color:rgb(244 227 190/var(--tw-text-opacity,1))}.text-accent-800{--tw-text-opacity:1;color:rgb(91 79 110/var(--tw-text-opacity,1))}.text-card-foreground{color:hsl(var(--card-foreground))}.text-foreground{color:hsl(var(--foreground))}.text-muted-foreground{color:hsl(var(--muted-foreground))}.text-primary-700{--tw-text-opacity:1;color:rgb(136 104 92/var(--tw-text-opacity,1))}.text-primary-800{--tw-text-opacity:1;color:rgb(116 89 82/var(--tw-text-opacity,1))}.text-primary-foreground{color:hsl(var(--primary-foreground))}.text-secondary-800{--tw-text-opacity:1;color:rgb(74 91 110/var(--tw-text-opacity,1))}.text-success-800{--tw-text-opacity:1;color:rgb(58 98 78/var(--tw-text-opacity,1))}.text-text-primary{--tw-text-opacity:1;color:rgb(58 53 48/var(--tw-text-opacity,1))}.text-text-secondary{--tw-text-opacity:1;color:rgb(90 85 80/var(--tw-text-opacity,1))}.text-warning-800{--tw-text-opacity:1;color:rgb(100 82 34/var(--tw-text-opacity,1))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.line-through{text-decoration-line:line-through}.accent-\[\#504842\]{accent-color:#504842}.accent-\[\#8e7152\]{accent-color:#8e7152}.accent-\[\#be9170\]{accent-color:#be9170}.opacity-70{opacity:.7}.opacity-80{opacity:.8}.opacity-90{opacity:.9}.shadow-2xl{--tw-shadow:0 25px 50px -12px #00000040;--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-\[0_0_0_1px_rgba\(255\,252\,248\,0\.8\)\]{--tw-shadow:0 0 0 1px #fffcf8cc;--tw-shadow-colored:0 0 0 1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-\[0_10px_30px_rgba\(94\,78\,60\,0\.08\)\]{--tw-shadow:0 10px 30px #5e4e3c14;--tw-shadow-colored:0 10px 30px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-\[0_16px_40px_rgba\(94\,78\,60\,0\.08\)\]{--tw-shadow:0 16px 40px #5e4e3c14;--tw-shadow-colored:0 16px 40px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-\[0_18px_40px_rgba\(80\,60\,40\,0\.16\)\]{--tw-shadow:0 18px 40px #503c2829;--tw-shadow-colored:0 18px 40px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-\[0_18px_45px_rgba\(60\,44\,30\,0\.18\)\]{--tw-shadow:0 18px 45px #3c2c1e2e;--tw-shadow-colored:0 18px 45px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-\[0_18px_48px_rgba\(80\,60\,40\,0\.18\)\]{--tw-shadow:0 18px 48px #503c282e;--tw-shadow-colored:0 18px 48px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-\[0_18px_60px_rgba\(0\,0\,0\,0\.18\)\]{--tw-shadow:0 18px 60px #0000002e;--tw-shadow-colored:0 18px 60px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-\[0_1px_12px_rgba\(94\,78\,60\,0\.05\)\]{--tw-shadow:0 1px 12px #5e4e3c0d;--tw-shadow-colored:0 1px 12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-\[0_1px_5px_rgba\(100\,82\,66\,0\.03\)\]{--tw-shadow:0 1px 5px #64524208;--tw-shadow-colored:0 1px 5px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-\[0_1px_8px_rgba\(94\,78\,60\,0\.05\)\]{--tw-shadow:0 1px 8px #5e4e3c0d;--tw-shadow-colored:0 1px 8px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-\[0_1px_8px_rgba\(94\,78\,60\,0\.06\)\]{--tw-shadow:0 1px 8px #5e4e3c0f;--tw-shadow-colored:0 1px 8px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-\[0_20px_80px_rgba\(0\,0\,0\,0\.45\)\]{--tw-shadow:0 20px 80px #00000073;--tw-shadow-colored:0 20px 80px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-\[0_24px_70px_rgba\(60\,44\,30\,0\.2\)\]{--tw-shadow:0 24px 70px #3c2c1e33;--tw-shadow-colored:0 24px 70px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-\[0_24px_80px_rgba\(72\,53\,43\,0\.2\)\]{--tw-shadow:0 24px 80px #48352b33;--tw-shadow-colored:0 24px 80px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-\[0_2px_8px_rgba\(99\,82\,65\,0\.04\)\]{--tw-shadow:0 2px 8px #6352410a;--tw-shadow-colored:0 2px 8px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-\[0_30px_80px_rgba\(103\,84\,63\,0\.18\)\]{--tw-shadow:0 30px 80px #67543f2e;--tw-shadow-colored:0 30px 80px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-\[0_30px_80px_rgba\(59\,44\,31\,0\.22\)\]{--tw-shadow:0 30px 80px #3b2c1f38;--tw-shadow-colored:0 30px 80px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-\[0_8px_30px_rgba\(88\,66\,45\,0\.08\)\]{--tw-shadow:0 8px 30px #58422d14;--tw-shadow-colored:0 8px 30px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-\[inset_-1px_0_0_rgba\(255\,255\,255\,0\.04\)\]{--tw-shadow:inset -1px 0 0 #ffffff0a;--tw-shadow-colored:inset -1px 0 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-\[inset_0_0_0_1px_rgba\(196\,149\,122\,0\.2\)\]{--tw-shadow:inset 0 0 0 1px #c4957a33;--tw-shadow-colored:inset 0 0 0 1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-\[inset_0_0_0_1px_rgba\(199\,159\,127\,0\.22\)\]{--tw-shadow:inset 0 0 0 1px #c79f7f38;--tw-shadow-colored:inset 0 0 0 1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-\[inset_0_0_0_1px_rgba\(231\,223\,212\,0\.8\)\]{--tw-shadow:inset 0 0 0 1px #e7dfd4cc;--tw-shadow-colored:inset 0 0 0 1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-\[inset_0_1px_0_rgba\(255\,255\,255\,0\.9\)\]{--tw-shadow:inset 0 1px 0 #ffffffe6;--tw-shadow-colored:inset 0 1px 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-none{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 2px 0 #0000000d;--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)}.outline-none{outline-offset:2px;outline:2px solid #0000}.outline{outline-style:solid}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur{--tw-backdrop-blur:blur(8px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-\[2px\]{--tw-backdrop-blur:blur(2px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter,backdrop-filter;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-transform{transition-property:transform;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-200{transition-duration:.2s}@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))}}.duration-200{animation-duration:.2s}*{border-color:hsl(var(--border))}html{background-color:hsl(var(--background))}body{background-color:hsl(var(--background));min-height:100vh;color:hsl(var(--foreground));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-image:radial-gradient(circle at top,#fffcf8f5 0%,#f7f3eef0 52%,#f3eee7fa 100%)}.file\:border-0::file-selector-button{border-width:0}.file\:bg-transparent::file-selector-button{background-color:#0000}.file\:text-sm::file-selector-button{font-size:.875rem;line-height:1.25rem}.file\:font-medium::file-selector-button{font-weight:500}.placeholder\:text-\[\#6b7282\]::placeholder{--tw-text-opacity:1;color:rgb(107 114 130/var(--tw-text-opacity,1))}.placeholder\:text-\[\#8b98ac\]::placeholder{--tw-text-opacity:1;color:rgb(139 152 172/var(--tw-text-opacity,1))}.placeholder\:text-\[\#b3a79d\]::placeholder{--tw-text-opacity:1;color:rgb(179 167 157/var(--tw-text-opacity,1))}.placeholder\:text-muted-foreground::placeholder{color:hsl(var(--muted-foreground))}.first\:w-16:first-child{width:4rem}.first\:w-full:first-child{width:100%}.last\:whitespace-nowrap:last-child{white-space:nowrap}.last\:border-b-0:last-child{border-bottom-width:0}.last\:text-right:last-child{text-align:right}.hover\:-translate-y-0\.5:hover{--tw-translate-y:-.125rem;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:border-\[\#c7ab86\]:hover{--tw-border-opacity:1;border-color:rgb(199 171 134/var(--tw-border-opacity,1))}.hover\:border-\[\#cab9eb\]:hover{--tw-border-opacity:1;border-color:rgb(202 185 235/var(--tw-border-opacity,1))}.hover\:border-\[\#d8bea3\]:hover{--tw-border-opacity:1;border-color:rgb(216 190 163/var(--tw-border-opacity,1))}.hover\:border-\[\#dac7bd\]:hover{--tw-border-opacity:1;border-color:rgb(218 199 189/var(--tw-border-opacity,1))}.hover\:border-\[\#dcc6af\]:hover{--tw-border-opacity:1;border-color:rgb(220 198 175/var(--tw-border-opacity,1))}.hover\:bg-\[\#1b1b1b\]:hover{--tw-bg-opacity:1;background-color:rgb(27 27 27/var(--tw-bg-opacity,1))}.hover\:bg-\[\#262321\]:hover{--tw-bg-opacity:1;background-color:rgb(38 35 33/var(--tw-bg-opacity,1))}.hover\:bg-\[\#3d3732\]:hover{--tw-bg-opacity:1;background-color:rgb(61 55 50/var(--tw-bg-opacity,1))}.hover\:bg-\[\#b58764\]:hover{--tw-bg-opacity:1;background-color:rgb(181 135 100/var(--tw-bg-opacity,1))}.hover\:bg-\[\#b89574\]:hover{--tw-bg-opacity:1;background-color:rgb(184 149 116/var(--tw-bg-opacity,1))}.hover\:bg-\[\#b89b75\]:hover{--tw-bg-opacity:1;background-color:rgb(184 155 117/var(--tw-bg-opacity,1))}.hover\:bg-\[\#b97d65\]:hover{--tw-bg-opacity:1;background-color:rgb(185 125 101/var(--tw-bg-opacity,1))}.hover\:bg-\[\#b99072\]:hover{--tw-bg-opacity:1;background-color:rgb(185 144 114/var(--tw-bg-opacity,1))}.hover\:bg-\[\#c8c1b8\]:hover{--tw-bg-opacity:1;background-color:rgb(200 193 184/var(--tw-bg-opacity,1))}.hover\:bg-\[\#e7ddf6\]:hover{--tw-bg-opacity:1;background-color:rgb(231 221 246/var(--tw-bg-opacity,1))}.hover\:bg-\[\#e7f2ed\]:hover{--tw-bg-opacity:1;background-color:rgb(231 242 237/var(--tw-bg-opacity,1))}.hover\:bg-\[\#ede3dd\]:hover{--tw-bg-opacity:1;background-color:rgb(237 227 221/var(--tw-bg-opacity,1))}.hover\:bg-\[\#edf5ed\]:hover{--tw-bg-opacity:1;background-color:rgb(237 245 237/var(--tw-bg-opacity,1))}.hover\:bg-\[\#efdfcc\]:hover{--tw-bg-opacity:1;background-color:rgb(239 223 204/var(--tw-bg-opacity,1))}.hover\:bg-\[\#f1ece5\]:hover{--tw-bg-opacity:1;background-color:rgb(241 236 229/var(--tw-bg-opacity,1))}.hover\:bg-\[\#f2e8dc\]:hover{--tw-bg-opacity:1;background-color:rgb(242 232 220/var(--tw-bg-opacity,1))}.hover\:bg-\[\#f6efe6\]:hover{--tw-bg-opacity:1;background-color:rgb(246 239 230/var(--tw-bg-opacity,1))}.hover\:bg-\[\#f6efe7\]:hover{--tw-bg-opacity:1;background-color:rgb(246 239 231/var(--tw-bg-opacity,1))}.hover\:bg-\[\#f8ebcd\]:hover{--tw-bg-opacity:1;background-color:rgb(248 235 205/var(--tw-bg-opacity,1))}.hover\:bg-\[\#f8efe5\]:hover{--tw-bg-opacity:1;background-color:rgb(248 239 229/var(--tw-bg-opacity,1))}.hover\:bg-\[\#f8f0e7\]:hover{--tw-bg-opacity:1;background-color:rgb(248 240 231/var(--tw-bg-opacity,1))}.hover\:bg-\[\#f8f2ea\]:hover{--tw-bg-opacity:1;background-color:rgb(248 242 234/var(--tw-bg-opacity,1))}.hover\:bg-\[\#f9e9e1\]:hover{--tw-bg-opacity:1;background-color:rgb(249 233 225/var(--tw-bg-opacity,1))}.hover\:bg-\[\#faf4ec\]:hover{--tw-bg-opacity:1;background-color:rgb(250 244 236/var(--tw-bg-opacity,1))}.hover\:bg-\[\#faf6f1\]:hover{--tw-bg-opacity:1;background-color:rgb(250 246 241/var(--tw-bg-opacity,1))}.hover\:bg-\[\#fdf8f1\]:hover{--tw-bg-opacity:1;background-color:rgb(253 248 241/var(--tw-bg-opacity,1))}.hover\:bg-\[\#fdf8f3\]:hover{--tw-bg-opacity:1;background-color:rgb(253 248 243/var(--tw-bg-opacity,1))}.hover\:bg-\[\#fdfaf5\]:hover{--tw-bg-opacity:1;background-color:rgb(253 250 245/var(--tw-bg-opacity,1))}.hover\:bg-\[\#fff0ec\]:hover{--tw-bg-opacity:1;background-color:rgb(255 240 236/var(--tw-bg-opacity,1))}.hover\:bg-\[\#fff4f2\]:hover{--tw-bg-opacity:1;background-color:rgb(255 244 242/var(--tw-bg-opacity,1))}.hover\:bg-muted:hover{background-color:hsl(var(--muted))}.hover\:bg-primary-500:hover{--tw-bg-opacity:1;background-color:rgb(176 134 112/var(--tw-bg-opacity,1))}.hover\:\!text-\[\#584c43\]:hover{--tw-text-opacity:1!important;color:rgb(88 76 67/var(--tw-text-opacity,1))!important}.hover\:\!text-\[\#6e6258\]:hover{--tw-text-opacity:1!important;color:rgb(110 98 88/var(--tw-text-opacity,1))!important}.hover\:\!text-\[\#6f6258\]:hover{--tw-text-opacity:1!important;color:rgb(111 98 88/var(--tw-text-opacity,1))!important}.hover\:\!text-\[\#a64d3d\]:hover{--tw-text-opacity:1!important;color:rgb(166 77 61/var(--tw-text-opacity,1))!important}.hover\:\!text-\[\#b95c4f\]:hover{--tw-text-opacity:1!important;color:rgb(185 92 79/var(--tw-text-opacity,1))!important}.hover\:\!text-\[\#ba7b5a\]:hover{--tw-text-opacity:1!important;color:rgb(186 123 90/var(--tw-text-opacity,1))!important}.hover\:text-\[\#5f5145\]:hover{--tw-text-opacity:1;color:rgb(95 81 69/var(--tw-text-opacity,1))}.hover\:text-\[\#6f6258\]:hover{--tw-text-opacity:1;color:rgb(111 98 88/var(--tw-text-opacity,1))}.hover\:text-\[\#83947f\]:hover{--tw-text-opacity:1;color:rgb(131 148 127/var(--tw-text-opacity,1))}.hover\:text-\[\#f2e3bf\]:hover{--tw-text-opacity:1;color:rgb(242 227 191/var(--tw-text-opacity,1))}.hover\:text-foreground:hover{color:hsl(var(--foreground))}.hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.focus\:ring-\[\#b89574\]:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(184 149 116/var(--tw-ring-opacity,1))}.focus-visible\:outline-none:focus-visible{outline-offset:2px;outline:2px solid #0000}.focus-visible\:ring-0:focus-visible{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow,0 0 #0000)}.focus-visible\:ring-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}.focus-visible\:ring-offset-background:focus-visible{--tw-ring-offset-color:hsl(var(--background))}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-default:disabled{cursor:default}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:bg-\[\#f5f1eb\]:disabled{--tw-bg-opacity:1;background-color:rgb(245 241 235/var(--tw-bg-opacity,1))}.disabled\:bg-\[\#f7f2ea\]:disabled{--tw-bg-opacity:1;background-color:rgb(247 242 234/var(--tw-bg-opacity,1))}.disabled\:bg-\[\#f8f1ea\]:disabled{--tw-bg-opacity:1;background-color:rgb(248 241 234/var(--tw-bg-opacity,1))}.disabled\:\!text-\[\#b85d4b\]:disabled{--tw-text-opacity:1!important;color:rgb(184 93 75/var(--tw-text-opacity,1))!important}.disabled\:text-\[\#9c8f84\]:disabled{--tw-text-opacity:1;color:rgb(156 143 132/var(--tw-text-opacity,1))}.disabled\:opacity-45:disabled{opacity:.45}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:opacity-60:disabled{opacity:.6}@media (width>=640px){.sm\:w-\[220px\]{width:220px}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:items-center{align-items:center}.sm\:justify-end{justify-content:flex-end}.sm\:justify-between{justify-content:space-between}.sm\:px-10{padding-left:2.5rem;padding-right:2.5rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:px-8{padding-left:2rem;padding-right:2rem}.sm\:py-8{padding-top:2rem;padding-bottom:2rem}.sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}.sm\:text-\[3\.1rem\]{font-size:3.1rem}}@media (width>=768px){.md\:col-span-2{grid-column:span 2/span 2}.md\:min-w-\[240px\]{min-width:240px}.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-7{grid-template-columns:repeat(7,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:items-start{align-items:flex-start}.md\:items-end{align-items:flex-end}.md\:items-center{align-items:center}.md\:justify-between{justify-content:space-between}.md\:border-r{border-right-width:1px}.md\:border-\[\#e6d9ca\]{--tw-border-opacity:1;border-color:rgb(230 217 202/var(--tw-border-opacity,1))}.md\:border-\[\#e9ddd1\]{--tw-border-opacity:1;border-color:rgb(233 221 209/var(--tw-border-opacity,1))}.md\:p-8{padding:2rem}.md\:px-8{padding-left:2rem;padding-right:2rem}}@media (width>=1024px){.lg\:block{display:block}.lg\:flex{display:flex}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-\[repeat\(3\,minmax\(0\,290px\)\)\]{grid-template-columns:repeat(3,minmax(0,290px))}.lg\:flex-row{flex-direction:row}.lg\:items-start{align-items:flex-start}.lg\:items-end{align-items:flex-end}.lg\:items-center{align-items:center}.lg\:justify-between{justify-content:space-between}.lg\:px-14{padding-left:3.5rem;padding-right:3.5rem}.lg\:px-20{padding-left:5rem;padding-right:5rem}}@media (width>=1280px){.xl\:flex{display:flex}.xl\:hidden{display:none}.xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.xl\:flex-col{flex-direction:column}.xl\:px-6{padding-left:1.5rem;padding-right:1.5rem}.xl\:pb-8{padding-bottom:2rem}}@media (width>=1536px){.\32 xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}
