@import"https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap";@import"https://db.onlinewebfonts.com/c/b6cf31d94e9b73923fa975d38485cf52?family=EurostileNextLTPro-Regular";@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap";@font-face{font-family:Kojiro;src:url(/assets/Kojiro-Bpw_7YBZ.ttf);src:url(/assets/Kojiro-BzeyDIJV.otf)}@font-face{font-family:CatCafe;src:url(/assets/CatCafe-C21z4GO6.ttf)}#root{height:100%;width:100%;margin:0;padding:0}body{font-family:Nunito,sans-serif;user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none;margin:0}.kojiro{font-family:Kojiro;letter-spacing:2px}.catcafe{font-family:CatCafe}.wallet-adapter-button.wallet-adapter-button-trigger{padding:14px!important;background-color:#d6d6d6!important;color:#5e6370!important;border-radius:5px!important;font-size:22px!important;cursor:pointer!important;transition:background-color .3s ease!important;width:100%!important;height:53px!important;justify-content:center!important;align-items:center!important}.wallet-adapter-button.wallet-adapter-button-trigger:hover{background-color:darken(#928694,10%)!important}.shadowed{text-shadow:1px 1px 1px #62A84955,1px 1px 5px #62A84955}::-webkit-scrollbar{width:0px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#555}.hoverable{filter:brightness(100%);transition:.4s ease}.hoverable:hover{opacity:1;filter:brightness(130%)}.menu-item,.token-address{overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center;width:302px;height:80px;background-color:#fff;border-radius:15px;border:1px solid #C5C5C5;cursor:pointer;box-shadow:3px 3px #ded7d1;transition:.4s ease}.middle-container{overflow:hidden;position:absolute;display:flex;align-items:center;justify-content:center;background-color:#fff;width:1200px;height:600px;border-radius:80px;border:1px solid #C5C5C5;box-shadow:10px 10px #ded7d1}.menu-item:before{content:"";position:absolute;background-color:#f8c0c100;width:100%;bottom:0;transition:.2s ease;height:8px}.menu-item.active:before{content:"";position:absolute;background-color:#e83030!important;width:100%;bottom:0;height:8px}.menu-item:hover:before{content:"";position:absolute;background-color:#f8c0c1;width:100%;bottom:0;height:8px}.menu-item:hover{opacity:1!important}.socials-container *{cursor:pointer}#container>div{position:absolute;opacity:0}#container>div.active{opacity:1}.hoverable-2:hover,.socials-container *:hover{opacity:1!important;transition:.4s ease}.wallet-adapter-button{background-color:transparent;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:16px;font-weight:600;height:48px;line-height:48px;padding:0 24px;border-radius:4px}.wallet-adapter-button-trigger{background-color:#512da8}.wallet-adapter-button:not([disabled]):focus-visible{outline-color:#fff}.wallet-adapter-button:not([disabled]):hover{background-color:#1a1f2e}.wallet-adapter-button[disabled]{background:#404144;color:#999;cursor:not-allowed}.wallet-adapter-button-end-icon,.wallet-adapter-button-start-icon,.wallet-adapter-button-end-icon img,.wallet-adapter-button-start-icon img{display:flex;align-items:center;justify-content:center;width:24px;height:24px}.wallet-adapter-button-end-icon{margin-left:12px}.wallet-adapter-button-start-icon{margin-right:12px}.wallet-adapter-collapse{width:100%}.wallet-adapter-dropdown{position:relative;display:inline-block}.wallet-adapter-dropdown-list{position:absolute;z-index:99;display:grid;grid-template-rows:1fr;grid-row-gap:10px;padding:10px;top:100%;right:0;margin:0;list-style:none;background:#2c2d30;border-radius:10px;box-shadow:0 8px 20px #0009;opacity:0;visibility:hidden;transition:opacity .2s ease,transform .2s ease,visibility .2s;font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif}.wallet-adapter-dropdown-list-active{opacity:1;visibility:visible;transform:translateY(10px)}.wallet-adapter-dropdown-list-item{display:flex;flex-direction:row;justify-content:center;align-items:center;border:none;outline:none;cursor:pointer;white-space:nowrap;box-sizing:border-box;padding:0 20px;width:100%;border-radius:6px;font-size:14px;font-weight:600;height:37px;color:#fff}.wallet-adapter-dropdown-list-item:not([disabled]):hover{background-color:#1a1f2e}.wallet-adapter-modal-collapse-button svg{align-self:center;fill:#999}.wallet-adapter-modal-collapse-button.wallet-adapter-modal-collapse-button-active svg{transform:rotate(180deg);transition:transform ease-in .15s}.wallet-adapter-modal{position:fixed;top:0;left:0;right:0;bottom:0;opacity:0;transition:opacity linear .15s;background:#00000080;z-index:1040;overflow-y:auto}.wallet-adapter-modal.wallet-adapter-modal-fade-in{opacity:1}.wallet-adapter-modal-button-close{display:flex;align-items:center;justify-content:center;position:absolute;top:18px;right:18px;padding:12px;cursor:pointer;background:#1a1f2e;border:none;border-radius:50%}.wallet-adapter-modal-button-close:focus-visible{outline-color:#fff}.wallet-adapter-modal-button-close svg{fill:#777;transition:fill .2s ease 0s}.wallet-adapter-modal-button-close:hover svg{fill:#fff}.wallet-adapter-modal-overlay{background:#00000080;position:fixed;top:0;left:0;bottom:0;right:0}.wallet-adapter-modal-container{display:flex;margin:3rem;min-height:calc(100vh - 6rem);align-items:center;justify-content:center}@media (max-width: 480px){.wallet-adapter-modal-container{margin:1rem;min-height:calc(100vh - 2rem)}}.wallet-adapter-modal-wrapper{box-sizing:border-box;position:relative;display:flex;align-items:center;flex-direction:column;z-index:1050;max-width:400px;border-radius:10px;background:#10141f;box-shadow:0 8px 20px #0009;font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;flex:1}.wallet-adapter-modal-wrapper .wallet-adapter-button{width:100%}.wallet-adapter-modal-title{font-weight:500;font-size:24px;line-height:36px;margin:0;padding:64px 48px 48px;text-align:center;color:#fff}@media (max-width: 374px){.wallet-adapter-modal-title{font-size:18px}}.wallet-adapter-modal-list{margin:0 0 12px;padding:0;width:100%;list-style:none}.wallet-adapter-modal-list .wallet-adapter-button{font-weight:400;border-radius:0;font-size:18px}.wallet-adapter-modal-list .wallet-adapter-button-end-icon,.wallet-adapter-modal-list .wallet-adapter-button-start-icon,.wallet-adapter-modal-list .wallet-adapter-button-end-icon img,.wallet-adapter-modal-list .wallet-adapter-button-start-icon img{width:28px;height:28px}.wallet-adapter-modal-list .wallet-adapter-button span{margin-left:auto;font-size:14px;opacity:.6}.wallet-adapter-modal-list-more{cursor:pointer;border:none;padding:12px 24px 24px 12px;align-self:flex-end;display:flex;align-items:center;background-color:transparent;color:#fff}.wallet-adapter-modal-list-more svg{transition:all .1s ease;fill:#fff;margin-left:.5rem}.wallet-adapter-modal-list-more-icon-rotate{transform:rotate(180deg)}.wallet-adapter-modal-middle{width:100%;display:flex;flex-direction:column;align-items:center;padding:0 24px 24px;box-sizing:border-box}.wallet-adapter-modal-middle-button{display:block;cursor:pointer;margin-top:48px;width:100%;background-color:#512da8;padding:12px;font-size:18px;border:none;border-radius:8px;color:#fff}*,: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;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[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]{display:none}*,: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: }::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: }.container{width:100%}@media (min-width: 340px){.container{max-width:340px}}@media (min-width: 468px){.container{max-width:468px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.pointer-events-none{pointer-events:none}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.bottom-\[2\%\]{bottom:2%}.left-0{left:0}.left-\[-50px\]{left:-50px}.left-\[25px\]{left:25px}.left-\[45px\]{left:45px}.right-0{right:0}.right-\[35px\]{right:35px}.right-\[45px\]{right:45px}.top-0{top:0}.top-\[-40px\]{top:-40px}.top-\[-5px\]{top:-5px}.top-\[-70px\]{top:-70px}.top-\[20px\]{top:20px}.top-\[35px\]{top:35px}.top-\[45px\]{top:45px}.top-\[70px\]{top:70px}.z-\[1000\]{z-index:1000}.z-\[1001\]{z-index:1001}.z-\[100\]{z-index:100}.z-\[10\]{z-index:10}.z-\[1\]{z-index:1}.mx-\[10px\]{margin-left:10px;margin-right:10px}.mx-\[20px\]{margin-left:20px;margin-right:20px}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-\[20px\]{margin-top:20px;margin-bottom:20px}.my-\[5px\]{margin-top:5px;margin-bottom:5px}.mb-\[-120px\]{margin-bottom:-120px}.mb-\[-50px\]{margin-bottom:-50px}.mb-\[10px\]{margin-bottom:10px}.mb-\[30px\]{margin-bottom:30px}.mb-\[50px\]{margin-bottom:50px}.mb-\[5px\]{margin-bottom:5px}.mb-\[70px\]{margin-bottom:70px}.mr-2{margin-right:.5rem}.mt-\[-30px\]{margin-top:-30px}.mt-\[100px\]{margin-top:100px}.mt-\[10px\]{margin-top:10px}.mt-\[1px\]{margin-top:1px}.mt-\[2\%\]{margin-top:2%}.mt-\[20px\]{margin-top:20px}.mt-\[30px\]{margin-top:30px}.mt-\[35px\]{margin-top:35px}.mt-\[4px\]{margin-top:4px}.flex{display:flex}.hidden{display:none}.\!h-auto{height:auto!important}.h-\[100dvh\]{height:100dvh}.h-\[136px\]{height:136px}.h-\[1px\]{height:1px}.h-\[20px\]{height:20px}.h-\[220px\]{height:220px}.h-\[260px\]{height:260px}.h-\[280px\]{height:280px}.h-\[30dvh\]{height:30dvh}.h-\[35px\]{height:35px}.h-\[48px\]{height:48px}.h-\[50px\]{height:50px}.h-\[60px\]{height:60px}.h-\[72px\]{height:72px}.h-\[78px\]{height:78px}.h-\[88px\]{height:88px}.h-\[8px\]{height:8px}.h-\[calc\(100\%-85px\)\]{height:calc(100% - 85px)}.h-\[calc\(100dvh-100px\)\]{height:calc(100dvh - 100px)}.h-\[calc\(100dvh-70px\)\]{height:calc(100dvh - 70px)}.h-full{height:100%}.max-h-\[236px\]{max-height:236px}.min-h-\[50px\]{min-height:50px}.\!w-\[90\%\]{width:90%!important}.\!w-auto{width:auto!important}.\!w-full{width:100%!important}.w-\[100px\]{width:100px}.w-\[100vw\]{width:100vw}.w-\[1100px\]{width:1100px}.w-\[11px\]{width:11px}.w-\[120\%\]{width:120%}.w-\[136px\]{width:136px}.w-\[200px\]{width:200px}.w-\[20px\]{width:20px}.w-\[230px\]{width:230px}.w-\[23px\]{width:23px}.w-\[268px\]{width:268px}.w-\[35px\]{width:35px}.w-\[500px\]{width:500px}.w-\[50px\]{width:50px}.w-\[60px\]{width:60px}.w-\[620px\]{width:620px}.w-\[70\%\]{width:70%}.w-\[70px\]{width:70px}.w-\[72px\]{width:72px}.w-\[80\%\]{width:80%}.w-\[86\%\]{width:86%}.w-\[88px\]{width:88px}.w-\[90\%\]{width:90%}.w-\[90vw\]{width:90vw}.w-\[92\%\]{width:92%}.w-full{width:100%}.flex-1{flex:1 1 0%}.translate-x-\[0px\]{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-\[0vw\]{--tw-translate-x: 0vw;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-\[500px\]{--tw-translate-x: 500px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-\[90vw\]{--tw-translate-x: 90vw;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-\[0\.8\]{--tw-scale-x: .8;--tw-scale-y: .8;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))}.cursor-pointer{cursor:pointer}.resize{resize:both}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.items-stretch{align-items:stretch}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-\[0px\]{gap:0px}.gap-\[10px\]{gap:10px}.gap-\[15px\]{gap:15px}.gap-\[20px\]{gap:20px}.gap-\[30px\]{gap:30px}.gap-\[50px\]{gap:50px}.gap-\[5px\]{gap:5px}.gap-\[7px\]{gap:7px}.gap-\[8px\]{gap:8px}.\!rounded-\[40px\]{border-radius:40px!important}.\!rounded-\[8px\]{border-radius:8px!important}.rounded-\[10px\]{border-radius:10px}.rounded-\[20px\]{border-radius:20px}.rounded-\[40px\]{border-radius:40px}.rounded-\[50px\]{border-radius:50px}.rounded-\[5px\]{border-radius:5px}.rounded-\[8px\]{border-radius:8px}.rounded-full{border-radius:9999px}.rounded-l-xl{border-top-left-radius:.75rem;border-bottom-left-radius:.75rem}.border-b{border-bottom-width:1px}.border-\[\#2B1612\]{--tw-border-opacity: 1;border-color:rgb(43 22 18 / var(--tw-border-opacity))}.\!bg-\[\#AEAEAE88\]{background-color:#aeaeae88!important}.bg-\[\#292936\]{--tw-bg-opacity: 1;background-color:rgb(41 41 54 / var(--tw-bg-opacity))}.bg-\[\#2B4838\]{--tw-bg-opacity: 1;background-color:rgb(43 72 56 / var(--tw-bg-opacity))}.bg-\[\#5F6474\]{--tw-bg-opacity: 1;background-color:rgb(95 100 116 / var(--tw-bg-opacity))}.bg-\[\#E83030\]{--tw-bg-opacity: 1;background-color:rgb(232 48 48 / var(--tw-bg-opacity))}.bg-\[\#ECE5DF\]{--tw-bg-opacity: 1;background-color:rgb(236 229 223 / var(--tw-bg-opacity))}.bg-\[\#F9F3F3\]{--tw-bg-opacity: 1;background-color:rgb(249 243 243 / var(--tw-bg-opacity))}.bg-\[\#FFF9F4DD\]{background-color:#fff9f4dd}.bg-\[\#fff\],.bg-\[\#ffffff\]{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.bg-transparent{background-color:transparent}.bg-cover{background-size:cover}.bg-center{background-position:center}.p-2{padding:.5rem}.p-\[20px\]{padding:20px}.p-\[30px\]{padding:30px}.px-\[100px\]{padding-left:100px;padding-right:100px}.px-\[20px\]{padding-left:20px;padding-right:20px}.py-\[10px\]{padding-top:10px;padding-bottom:10px}.py-\[2px\]{padding-top:2px;padding-bottom:2px}.py-\[40px\]{padding-top:40px;padding-bottom:40px}.py-\[50px\]{padding-top:50px;padding-bottom:50px}.py-\[5px\]{padding-top:5px;padding-bottom:5px}.pl-3{padding-left:.75rem}.pt-\[15px\]{padding-top:15px}.pt-\[30px\]{padding-top:30px}.pt-\[70px\]{padding-top:70px}.text-center{text-align:center}.text-\[14px\]{font-size:14px}.text-\[16px\]{font-size:16px}.text-\[18px\]{font-size:18px}.text-\[20px\]{font-size:20px}.text-\[21px\]{font-size:21px}.text-\[22px\]{font-size:22px}.text-\[26px\]{font-size:26px}.text-\[30px\]{font-size:30px}.text-\[45px\]{font-size:45px}.text-\[8\.5px\]{font-size:8.5px}.\!font-\[700\]{font-weight:700!important}.font-\[700\]{font-weight:700}.font-\[900\]{font-weight:900}.font-bold{font-weight:700}.uppercase{text-transform:uppercase}.\!text-\[\#7D7D7F\]{--tw-text-opacity: 1 !important;color:rgb(125 125 127 / var(--tw-text-opacity))!important}.text-\[\#2B1612\]{--tw-text-opacity: 1;color:rgb(43 22 18 / var(--tw-text-opacity))}.text-\[\#2E282D\]{--tw-text-opacity: 1;color:rgb(46 40 45 / var(--tw-text-opacity))}.text-\[\#483C32\]{--tw-text-opacity: 1;color:rgb(72 60 50 / var(--tw-text-opacity))}.text-\[\#D6D6D6\]{--tw-text-opacity: 1;color:rgb(214 214 214 / var(--tw-text-opacity))}.text-\[\#D9D9D9\]{--tw-text-opacity: 1;color:rgb(217 217 217 / var(--tw-text-opacity))}.\!placeholder-\[\#373636\]::-moz-placeholder{--tw-placeholder-opacity: 1 !important;color:rgb(55 54 54 / var(--tw-placeholder-opacity))!important}.\!placeholder-\[\#373636\]::placeholder{--tw-placeholder-opacity: 1 !important;color:rgb(55 54 54 / var(--tw-placeholder-opacity))!important}.placeholder-\[\#7D7D7F\]::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(125 125 127 / var(--tw-placeholder-opacity))}.placeholder-\[\#7D7D7F\]::placeholder{--tw-placeholder-opacity: 1;color:rgb(125 125 127 / var(--tw-placeholder-opacity))}.\!opacity-0,.\!opacity-\[0\]{opacity:0!important}.\!opacity-\[1\]{opacity:1!important}.opacity-\[0\]{opacity:0}.opacity-\[1\]{opacity:1}.shadow-\[10px_0_15px_-5px_\#000\]{--tw-shadow: 10px 0 15px -5px #000;--tw-shadow-colored: 10px 0 15px -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-\[3px_3px_0px_3px_\#DED7D1\]{--tw-shadow: 3px 3px 0px 3px #DED7D1;--tw-shadow-colored: 3px 3px 0px 3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-\[300ms\]{transition-duration:.3s}.duration-\[400\]{transition-duration:400}.duration-\[500ms\]{transition-duration:.5s}.placeholder\:text-\[20px\]::-moz-placeholder{font-size:20px}.placeholder\:text-\[20px\]::placeholder{font-size:20px}.hover\:brightness-125:hover{--tw-brightness: brightness(1.25);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)}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}@media (min-width: 340px){.sm\:mx-2{margin-left:.5rem;margin-right:.5rem}.sm\:my-0{margin-top:0;margin-bottom:0}.sm\:mt-\[0px\]{margin-top:0}.sm\:w-\[1000px\]{width:1000px}.sm\:w-\[50\%\]{width:50%}.sm\:flex-row{flex-direction:row}.sm\:text-\[16px\]{font-size:16px}.sm\:text-\[9\.5px\]{font-size:9.5px}}
