@charset "UTF-8";
/*
! tailwindcss v3.1.7 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
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;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
*, ::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-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 / 0.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:  ;
}
::-webkit-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-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 / 0.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-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 / 0.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%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1200px){
  .container{
    max-width: 1200px;
  }
}
.fixed{
  position: fixed !important;
}
.absolute{
  position: absolute !important;
}
.relative{
  position: relative !important;
}
.inset-0{
  top: 0px !important;
  right: 0px !important;
  bottom: 0px !important;
  left: 0px !important;
}
.top-\[-40px\]{
  top: -40px !important;
}
.left-\[15\%\]{
  left: 15% !important;
}
.right-\[10\%\]{
  right: 10% !important;
}
.bottom-\[15\%\]{
  bottom: 15% !important;
}
.right-0{
  right: 0px !important;
}
.top-\[10\%\]{
  top: 10% !important;
}
.left-0{
  left: 0px !important;
}
.top-\[15\%\]{
  top: 15% !important;
}
.top-\[12\%\]{
  top: 12% !important;
}
.right-\[0\%\]{
  right: 0% !important;
}
.top-\[25\%\]{
  top: 25% !important;
}
.bottom-\[-10\%\]{
  bottom: -10% !important;
}
.top-0{
  top: 0px !important;
}
.top-\[60px\]{
  top: 60px !important;
}
.left-1\/2{
  left: 50% !important;
}
.bottom-0{
  bottom: 0px !important;
}
.right-\[30px\]{
  right: 30px !important;
}
.bottom-\[20px\]{
  bottom: 20px !important;
}
.z-0{
  z-index: 0 !important;
}
.z-50{
  z-index: 50 !important;
}
.z-40{
  z-index: 40 !important;
}
.mx-auto{
  margin-left: auto !important;
  margin-right: auto !important;
}
.my-5{
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}
.my-6{
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.mx-auto{
  margin-left: auto !important;
  margin-right: auto !important;
}
.my-4{
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.mx-auto{
  margin-left: auto !important;
  margin-right: auto !important;
}
.my-4{
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.mb-2{
  margin-bottom: 0.5rem !important;
}
.mb-8{
  margin-bottom: 2rem !important;
}
.mt-8{
  margin-top: 2rem !important;
}
.mb-4{
  margin-bottom: 1rem !important;
}
.mb-1{
  margin-bottom: 0.25rem !important;
}
.mb-3{
  margin-bottom: 0.75rem !important;
}
.mt-2{
  margin-top: 0.5rem !important;
}
.ml-5{
  margin-left: 1.25rem !important;
}
.mt-4{
  margin-top: 1rem !important;
}
.mt-10{
  margin-top: 2.5rem !important;
}
.mb-6{
  margin-bottom: 1.5rem !important;
}
.mr-2{
  margin-right: 0.5rem !important;
}
.ml-auto{
  margin-left: auto !important;
}
.mr-auto{
  margin-right: auto !important;
}
.mr-4{
  margin-right: 1rem !important;
}
.mr-5{
  margin-right: 1.25rem !important;
}
.mb-4{
  margin-bottom: 1rem !important;
}
.mb-2{
  margin-bottom: 0.5rem !important;
}
.mt-6{
  margin-top: 1.5rem !important;
}
.mb-4{
  margin-bottom: 1rem !important;
}
.mb-2{
  margin-bottom: 0.5rem !important;
}
.mt-6{
  margin-top: 1.5rem !important;
}
.mb-4{
  margin-bottom: 1rem !important;
}
.mb-2{
  margin-bottom: 0.5rem !important;
}
.mt-6{
  margin-top: 1.5rem !important;
}
.block{
  display: block !important;
}
.inline-block{
  display: inline-block !important;
}
.flex{
  display: flex !important;
}
.table{
  display: table !important;
}
.grid{
  display: grid !important;
}
.hidden{
  display: none !important;
}
.h-10{
  height: 2.5rem !important;
}
.h-16{
  height: 4rem !important;
}
.h-4{
  height: 1rem !important;
}
.h-\[100px\]{
  height: 100px !important;
}
.h-5{
  height: 1.25rem !important;
}
.h-6{
  height: 1.5rem !important;
}
.h-\[70\%\]{
  height: 70% !important;
}
.h-full{
  height: 100% !important;
}
.h-px{
  height: 1px !important;
}
.h-8{
  height: 2rem !important;
}
.h-\[30\%\]{
  height: 30% !important;
}
.h-2{
  height: 0.5rem !important;
}
.h-28{
  height: 7rem !important;
}
.h-3{
  height: 0.75rem !important;
}
.h-32{
  height: 8rem !important;
}
.h-24{
  height: 6rem !important;
}
.h-\[70px\]{
  height: 70px !important;
}
.h-\[60px\]{
  height: 60px !important;
}
.h-16{
  height: 4rem !important;
}
.max-h-80{
  max-height: 20rem !important;
}
.min-h-\[60vh\]{
  min-height: 60vh !important;
}
.w-16{
  width: 4rem !important;
}
.w-full{
  width: 100% !important;
}
.w-\[200px\]{
  width: 200px !important;
}
.w-3\/5{
  width: 60% !important;
}
.w-1\/3{
  width: 33.333333% !important;
}
.w-1\/5{
  width: 20% !important;
}
.w-1\/4{
  width: 25% !important;
}
.w-px{
  width: 1px !important;
}
.w-4\/5{
  width: 80% !important;
}
.w-\[100px\]{
  width: 100px !important;
}
.w-10{
  width: 2.5rem !important;
}
.w-28{
  width: 7rem !important;
}
.w-2\/3{
  width: 66.666667% !important;
}
.w-20{
  width: 5rem !important;
}
.w-32{
  width: 8rem !important;
}
.w-24{
  width: 6rem !important;
}
.w-\[160px\]{
  width: 160px !important;
}
.w-6{
  width: 1.5rem !important;
}
.w-\[120px\]{
  width: 120px !important;
}
.w-5{
  width: 1.25rem !important;
}
.w-\[50px\]{
  width: 50px !important;
}
.w-16{
  width: 4rem !important;
}
.min-w-full{
  min-width: 100% !important;
}
.max-w-3xl{
  max-width: 48rem !important;
}
.max-w-\[300px\]{
  max-width: 300px !important;
}
.max-w-lg{
  max-width: 32rem !important;
}
.max-w-3xl{
  max-width: 48rem !important;
}
.flex-1{
  flex: 1 1 0% !important;
}
.flex-none{
  flex: none !important;
}
.flex-auto{
  flex: 1 1 auto !important;
}
.flex-shrink-0{
  flex-shrink: 0 !important;
}
.shrink-0{
  flex-shrink: 0 !important;
}
.transform{
  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)) !important;
}
.cursor-pointer{
  cursor: pointer !important;
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.flex-col{
  flex-direction: column !important;
}
.items-start{
  align-items: flex-start !important;
}
.items-end{
  align-items: flex-end !important;
}
.items-center{
  align-items: center !important;
}
.items-baseline{
  align-items: baseline !important;
}
.items-stretch{
  align-items: stretch !important;
}
.justify-end{
  justify-content: flex-end !important;
}
.justify-center{
  justify-content: center !important;
}
.justify-between{
  justify-content: space-between !important;
}
.gap-4{
  gap: 1rem !important;
}
.gap-8{
  gap: 2rem !important;
}
.gap-10{
  gap: 2.5rem !important;
}
.gap-2{
  gap: 0.5rem !important;
}
.gap-3{
  gap: 0.75rem !important;
}
.gap-6{
  gap: 1.5rem !important;
}
.gap-4{
  gap: 1rem !important;
}
.gap-2{
  gap: 0.5rem !important;
}
.gap-4{
  gap: 1rem !important;
}
.gap-2{
  gap: 0.5rem !important;
}
.gap-x-8{
  -moz-column-gap: 2rem !important;
       column-gap: 2rem !important;
}
.gap-y-10{
  row-gap: 2.5rem !important;
}
.overflow-auto{
  overflow: auto !important;
}
.overflow-hidden{
  overflow: hidden !important;
}
.overflow-x-auto{
  overflow-x: auto !important;
}
.whitespace-nowrap{
  white-space: nowrap !important;
}
.rounded{
  border-radius: 0.25rem !important;
}
.rounded-full{
  border-radius: 9999px !important;
}
.rounded-lg{
  border-radius: 0.5rem !important;
}
.rounded-\[20px\]{
  border-radius: 20px !important;
}
.rounded-3xl{
  border-radius: 1.5rem !important;
}
.rounded-\[30px\]{
  border-radius: 30px !important;
}
.rounded-lg{
  border-radius: 0.5rem !important;
}
.rounded{
  border-radius: 0.25rem !important;
}
.rounded-lg{
  border-radius: 0.5rem !important;
}
.rounded{
  border-radius: 0.25rem !important;
}
.rounded-lg{
  border-radius: 0.5rem !important;
}
.rounded-10{
  border-radius: 10px !important;
}
.rounded{
  border-radius: 0.25rem !important;
}
.rounded-r-full{
  border-top-right-radius: 9999px !important;
  border-bottom-right-radius: 9999px !important;
}
.rounded-t-full{
  border-top-left-radius: 9999px !important;
  border-top-right-radius: 9999px !important;
}
.rounded-b-3xl{
  border-bottom-right-radius: 1.5rem !important;
  border-bottom-left-radius: 1.5rem !important;
}
.rounded-tr-\[30px\]{
  border-top-right-radius: 30px !important;
}
.rounded-br-\[30px\]{
  border-bottom-right-radius: 30px !important;
}
.border{
  border-width: 1px !important;
}
.border-0{
  border-width: 0px !important;
}
.border{
  border-width: 1px !important;
}
.border-615244{
  --tw-border-opacity: 1 !important;
  border-color: rgb(97 82 68 / var(--tw-border-opacity)) !important;
}
.bg-white{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.bg-615244{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(97 82 68 / var(--tw-bg-opacity)) !important;
}
.bg-626261{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(98 98 97 / var(--tw-bg-opacity)) !important;
}
.bg-b2a095{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(178 160 149 / var(--tw-bg-opacity)) !important;
}
.bg-CCBAAE{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(204 186 174 / var(--tw-bg-opacity)) !important;
}
.bg-black{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}
.bg-B2A096{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(178 160 150 / var(--tw-bg-opacity)) !important;
}
.bg-white{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.object-contain{
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.object-cover{
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.p-3{
  padding: 0.75rem !important;
}
.p-4{
  padding: 1rem !important;
}
.p-6{
  padding: 1.5rem !important;
}
.p-4{
  padding: 1rem !important;
}
.py-3{
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.px-4{
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.py-6{
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.px-8{
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.px-3{
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.py-2{
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.px-6{
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.py-8{
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.py-16{
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.py-4{
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.px-14{
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
}
.py-10{
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}
.py-1\.5{
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}
.py-1{
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-20{
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.px-10{
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}
.px-2{
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.py-0{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.py-8{
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.py-3{
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.px-4{
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.py-8{
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.py-3{
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.px-4{
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.py-8{
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.py-3{
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.px-4{
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.pt-2{
  padding-top: 0.5rem !important;
}
.pt-12{
  padding-top: 3rem !important;
}
.pb-6{
  padding-bottom: 1.5rem !important;
}
.pr-4{
  padding-right: 1rem !important;
}
.pl-0{
  padding-left: 0px !important;
}
.pr-2{
  padding-right: 0.5rem !important;
}
.pl-4{
  padding-left: 1rem !important;
}
.text-left{
  text-align: left !important;
}
.text-center{
  text-align: center !important;
}
.text-right{
  text-align: right !important;
}
.text-2xl{
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}
.text-xl{
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}
.text-32{
  font-size: 32px !important;
}
.text-24{
  font-size: 24px !important;
}
.text-14{
  font-size: 14px !important;
}
.text-28{
  font-size: 28px !important;
}
.text-16{
  font-size: 16px !important;
}
.text-20{
  font-size: 20px !important;
}
.text-40{
  font-size: 40px !important;
}
.text-12{
  font-size: 12px !important;
}
.text-18{
  font-size: 18px !important;
}
.text-lg{
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}
.text-2xl{
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}
.text-xl{
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}
.text-2xl{
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}
.text-xl{
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}
.text-2xl{
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}
.text-xl{
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}
.font-bold{
  font-weight: bold !important;
}
.font-semibold{
  font-weight: 600 !important;
}
.font-100{
  font-weight: 100 !important;
}
.font-light{
  font-weight: 300 !important;
}
.font-bold{
  font-weight: bold !important;
}
.font-semibold{
  font-weight: 600 !important;
}
.font-bold{
  font-weight: bold !important;
}
.font-semibold{
  font-weight: 600 !important;
}
.font-bold{
  font-weight: bold !important;
}
.font-semibold{
  font-weight: 600 !important;
}
.italic{
  font-style: italic !important;
}
.leading-snug{
  line-height: 1.375 !important;
}
.leading-relaxed{
  line-height: 1.625 !important;
}
.leading-loose{
  line-height: 2 !important;
}
.tracking-\[0\.15em\]{
  letter-spacing: 0.15em !important;
}
.tracking-widest{
  letter-spacing: 0.1em !important;
}
.tracking-wider{
  letter-spacing: 0.05em !important;
}
.tracking-\[0\.3em\]{
  letter-spacing: 0.3em !important;
}
.tracking-wide{
  letter-spacing: 0.025em !important;
}
.text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-B2A096{
  --tw-text-opacity: 1 !important;
  color: rgb(178 160 150 / var(--tw-text-opacity)) !important;
}
.text-615244{
  --tw-text-opacity: 1 !important;
  color: rgb(97 82 68 / var(--tw-text-opacity)) !important;
}
.text-primary{
  --tw-text-opacity: 1 !important;
  color: rgb(97 82 68 / var(--tw-text-opacity)) !important;
}
.text-626261{
  --tw-text-opacity: 1 !important;
  color: rgb(98 98 97 / var(--tw-text-opacity)) !important;
}
.underline{
  -webkit-text-decoration-line: underline !important;
          text-decoration-line: underline !important;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.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) !important;
}
.transition{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.btn{
  display: inline-block;
  border-radius: 5px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.btn-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(97 82 68 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-sm{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.btn[disabled]{
  opacity: 0.5;
}

.listing tbody tr {
  transition: all 0.1s ease-in-out;
}
.listing tbody td:last-child {
  text-align: center;
}
.listing td {
  word-break: break-all;
}
.listing th {
  color: #16181e;
  font-weight: normal;
}
.listing tr.search-bar {
  background: #fafafa;
  border-color: #fafafa;
}
.listing tr.search-bar th {
  padding: 5px;
  vertical-align: middle;
  border: none;
}
.listing .buttonCreate {
  padding: 10px 30px;
}
.listing .pagination li {
  cursor: pointer;
}
.listing .page-item {
  border: 1px #cbcbcb solid;
  border-radius: 0;
  color: #cbcbcb !important;
  border-left: 0;
}
.listing .page-item.active {
  color: #16181e !important;
}
.listing .page-item:first-child {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border: 1px #cbcbcb solid;
}
.listing .page-item:last-child {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.listing th.sortable {
  cursor: pointer;
}
.listing .listPhoto {
  max-width: 30px;
}
.listing .material-icons {
  font-size: 1rem !important;
}
.listing .stock {
  padding: 3px 20px;
  border-radius: 20px;
}
.listing .stock-normal {
  border: 1px #56bd5b solid;
  color: #56bd5b;
}
.listing .stock-danger {
  background: #e74c3c;
  color: #fff;
}

.table-border-none {
  border: none;
}
.table-border-none td {
  border: none;
  padding: 1px 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.02);
}

.table td:first-child {
  text-align: center;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.vertical-middle td {
  vertical-align: middle;
}

.table-hover tbody tr {
  transition: all 0.2s ease-in-out;
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

body {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #615244;
}

.text-darker {
  font-family: "Darker Grotesque";
  font-style: normal;
  font-weight: 500;
}

.text-gradient-primary {
  font-style: normal;
  font-weight: 800;
  /* or 102% */
  letter-spacing: 0.05em;
  background: linear-gradient(180deg, #d0b78b 42.21%, #6a5d47 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-shadow: 0px 0px 20px rgba(255, 215, 159, 0.1);
}

/* LET’S WORK */
.text-gradient-primary2 {
  font-style: normal;
  font-weight: 800;
  line-height: 65px;
  /* or 102% */
  letter-spacing: 0.05em;
  background: linear-gradient(180deg, #d0b78b 42.21%, #6a5d47 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-shadow: 0px 0px 20px rgba(255, 215, 159, 0.1);
}

.pointer {
  cursor: pointer;
}

/*
..######..########..##.......####.########..########
.##....##.##.....##.##........##..##.....##.##......
.##.......##.....##.##........##..##.....##.##......
..######..########..##........##..##.....##.######..
.......##.##........##........##..##.....##.##......
.##....##.##........##........##..##.....##.##......
..######..##........########.####.########..########
*/
.splide__arrow {
  background: none !important;
  width: 48px;
  height: 48px;
  border: none;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}

.splide__arrow--prev {
  left: 10px;
  background: url("/img/38.png") center center/contain no-repeat !important;
}

.splide__arrow--next {
  right: 10px;
  background: url("/img/39.png") center center/contain no-repeat !important;
}

.splide__arrow svg {
  display: none;
}

.hover\:underline:hover{
  -webkit-text-decoration-line: underline !important;
          text-decoration-line: underline !important;
}

.hover\:opacity-80:hover{
  opacity: .8 !important;
}

.hover\:opacity-70:hover{
  opacity: 0.7 !important;
}

@media (min-width: 768px){
  .md\:w-1\/2{
    width: 50% !important;
  }
  .md\:w-96{
    width: 24rem !important;
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .md\:flex-row{
    flex-direction: row !important;
  }
}

@media (min-width: 1024px){
  .lg\:mt-12{
    margin-top: 3rem !important;
  }
  .lg\:mt-14{
    margin-top: 3.5rem !important;
  }
  .lg\:block{
    display: block !important;
  }
  .lg\:hidden{
    display: none !important;
  }
  .lg\:h-10{
    height: 2.5rem !important;
  }
  .lg\:h-6{
    height: 1.5rem !important;
  }
  .lg\:h-5{
    height: 1.25rem !important;
  }
  .lg\:h-8{
    height: 2rem !important;
  }
  .lg\:h-32{
    height: 8rem !important;
  }
  .lg\:h-\[142px\]{
    height: 142px !important;
  }
  .lg\:w-32{
    width: 8rem !important;
  }
  .lg\:w-5\/12{
    width: 41.666667% !important;
  }
  .lg\:w-4\/12{
    width: 33.333333% !important;
  }
  .lg\:w-3\/12{
    width: 25% !important;
  }
  .lg\:w-6{
    width: 1.5rem !important;
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .lg\:flex-row{
    flex-direction: row !important;
  }
  .lg\:gap-20{
    gap: 5rem !important;
  }
  .lg\:gap-6{
    gap: 1.5rem !important;
  }
  .lg\:gap-4{
    gap: 1rem !important;
  }
  .lg\:gap-10{
    gap: 2.5rem !important;
  }
  .lg\:gap-3{
    gap: 0.75rem !important;
  }
  .lg\:gap-8{
    gap: 2rem !important;
  }
  .lg\:rounded-80{
    border-radius: 80px !important;
  }
  .lg\:px-0{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .lg\:py-24{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .lg\:px-20{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .lg\:py-14{
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .lg\:px-8{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .lg\:py-10{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .lg\:py-32{
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .lg\:px-16{
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .lg\:text-64{
    font-size: 64px !important;
  }
  .lg\:text-36{
    font-size: 36px !important;
  }
  .lg\:text-24{
    font-size: 24px !important;
  }
  .lg\:text-20{
    font-size: 20px !important;
  }
  .lg\:text-40{
    font-size: 40px !important;
  }
  .lg\:text-16{
    font-size: 16px !important;
  }
  .lg\:text-96{
    font-size: 96px !important;
  }
  .lg\:text-100{
    font-size: 100px !important;
  }
  .lg\:text-50{
    font-size: 50px !important;
  }
  .lg\:text-14{
    font-size: 14px !important;
  }
  .lg\:text-22{
    font-size: 22px !important;
  }
  .lg\:text-32{
    font-size: 32px !important;
  }
}
