@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');

*, ::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 / 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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.15 | 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: #e5e7eb; /* 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.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
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-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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;
}

/*
Reset default styling for dialogs.
*/

dialog {
  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;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%){

  .container{
    max-width: 100%;
  }
}
@media (min-width: 1290px){

  .container{
    max-width: 1290px;
  }
}
.visible{
  visibility: visible;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.-top-0{
  top: -0px;
}
.-top-\[115px\]{
  top: -115px;
}
.-top-\[174px\]{
  top: -174px;
}
.-top-\[60px\]{
  top: -60px;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.left-\[28\.5\%\]{
  left: 28.5%;
}
.right-0{
  right: 0px;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-56{
  top: 14rem;
}
.-z-20{
  z-index: -20;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-40{
  z-index: 40;
}
.z-\[999\]{
  z-index: 999;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-10{
  margin-left: 2.5rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-3\.5{
  margin-top: 0.875rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-7{
  margin-top: 1.75rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-\[100px\]{
  margin-top: 100px;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-0\.5{
  height: 0.125rem;
}
.h-1{
  height: 0.25rem;
}
.h-11{
  height: 2.75rem;
}
.h-12{
  height: 3rem;
}
.h-14{
  height: 3.5rem;
}
.h-28{
  height: 7rem;
}
.h-48{
  height: 12rem;
}
.h-\[140px\]{
  height: 140px;
}
.h-\[60px\]{
  height: 60px;
}
.h-full{
  height: 100%;
}
.w-11{
  width: 2.75rem;
}
.w-12{
  width: 3rem;
}
.w-14{
  width: 3.5rem;
}
.w-28{
  width: 7rem;
}
.w-4{
  width: 1rem;
}
.w-8{
  width: 2rem;
}
.w-\[140px\]{
  width: 140px;
}
.w-\[50\%\]{
  width: 50%;
}
.w-auto{
  width: auto;
}
.w-full{
  width: 100%;
}
.max-w-300{
  max-width: 300px;
}
.-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));
}
.-translate-y-full{
  --tw-translate-y: -100%;
  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));
}
.scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
}
.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));
}
@keyframes bounce{

  0%, 100%{
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}
.animate-bounce{
  animation: bounce 1s infinite;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-stretch{
  align-items: stretch;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-10{
  gap: 2.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-7{
  gap: 1.75rem;
}
.gap-8{
  gap: 2rem;
}
.gap-\[30px\]{
  gap: 30px;
}
.gap-\[75px\]{
  gap: 75px;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-y-scroll{
  overflow-y: scroll;
}
.rounded-\[100px\]{
  border-radius: 100px;
}
.rounded-\[500px\]{
  border-radius: 500px;
}
.rounded-full{
  border-radius: 9999px;
}
.border{
  border-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-borderColor{
  --tw-border-opacity: 1;
  border-color: rgb(191 186 181 / var(--tw-border-opacity, 1));
}
.border-b-borderColor{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(191 186 181 / var(--tw-border-opacity, 1));
}
.bg-cardBg{
  --tw-bg-opacity: 1;
  background-color: rgb(226 220 213 / var(--tw-bg-opacity, 1));
}
.bg-mainBg{
  --tw-bg-opacity: 1;
  background-color: rgb(235 232 229 / var(--tw-bg-opacity, 1));
}
.bg-primaryColor{
  --tw-bg-opacity: 1;
  background-color: rgb(51 19 5 / var(--tw-bg-opacity, 1));
}
.bg-spanBg{
  --tw-bg-opacity: 1;
  background-color: rgb(255 128 72 / var(--tw-bg-opacity, 1));
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-center{
  background-position: center;
}
.p-\[30px\]{
  padding: 30px;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[30px\]{
  padding-left: 30px;
  padding-right: 30px;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3\.5{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-28{
  padding-bottom: 7rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pr-3{
  padding-right: 0.75rem;
}
.pt-1{
  padding-top: 0.25rem;
}
.pt-1\.5{
  padding-top: 0.375rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-2\.5{
  padding-top: 0.625rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-8{
  padding-top: 2rem;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.font-font_grotesk{
  font-family: Space Grotesk, sans-serif;
}
.text-22xl{
  font-size: 22px;
}
.text-24xl{
  font-size: 24px;
}
.text-26xl{
  font-size: 26px;
}
.text-28xl{
  font-size: 28px;
}
.text-30xl{
  font-size: 30px;
}
.text-36xl{
  font-size: 36px;
}
.text-40xl{
  font-size: 40px;
}
.text-\[32px\]{
  font-size: 32px;
}
.text-\[38px\]{
  font-size: 38px;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.leading-32{
  line-height: 32px;
}
.leading-34{
  line-height: 34px;
}
.leading-38{
  line-height: 38px;
}
.leading-40{
  line-height: 40px;
}
.leading-46{
  line-height: 46px;
}
.leading-50{
  line-height: 50px;
}
.leading-6{
  line-height: 1.5rem;
}
.leading-7{
  line-height: 1.75rem;
}
.leading-8{
  line-height: 30px;
}
.leading-\[22px\]{
  line-height: 22px;
}
.-tracking-\[3\%\]{
  letter-spacing: -3%;
}
.tracking-\[-3\%\]{
  letter-spacing: -3%;
}
.text-primaryColor{
  --tw-text-opacity: 1;
  color: rgb(51 19 5 / var(--tw-text-opacity, 1));
}
.text-secondaryColor{
  --tw-text-opacity: 1;
  color: rgb(77 73 71 / var(--tw-text-opacity, 1));
}
.text-spanBg{
  --tw-text-opacity: 1;
  color: rgb(255 128 72 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-opacity-100{
  --tw-text-opacity: 1;
}
.text-opacity-80{
  --tw-text-opacity: 0.8;
}
.opacity-0{
  opacity: 0;
}
.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);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
.duration-700{
  transition-duration: 700ms;
}
.duration-\[1200ms\]{
  transition-duration: 1200ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}



@keyframes slow-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  
  .slow-spin {
    animation: slow-spin 10s linear infinite; /* Adjust the duration for speed */
  }


  .menu li {}
  
  .menu a {
    padding: .2em .5em;
    color: #331305;
    position: relative;
  }
  
  .menu a::before,
  .menu a::after {
    content: '';
    height: 24px;
    width: 24px;
    position: absolute;
    transition: all .35s ease;
    opacity: 0;
  }
  
  .menu a::before {
    content: '';
    right: 0;
    top: 0;
    border-top: 5px solid #FF6803;
    border-right: 5px solid #FF6803;
    transform: translate(-100%, 50%);
    transition: all ease .5s;
  }
  
  .menu a:after {
    content: '';
    left: 0;
    bottom: 0;
    border-bottom: 5px solid #ff6803d7;
    border-left: 5px solid #ff6803db;
    transform: translate(100%, -50%);
    transition: all ease .5s;
  }
  
  .menu a:hover:before,
  .menu a:hover:after{
    transform: translate(0,0);
    opacity: 1;
  }
  
  .menu a:hover {
    color: #FF6803;
  }
  
  .placeholder\:font-font_grotesk::-moz-placeholder{
  font-family: Space Grotesk, sans-serif;
}
  
  .placeholder\:font-font_grotesk::placeholder{
  font-family: Space Grotesk, sans-serif;
}
  
  .placeholder\:text-lg::-moz-placeholder{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
  
  .placeholder\:text-lg::placeholder{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
  
  .placeholder\:text-sm::-moz-placeholder{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
  
  .placeholder\:text-sm::placeholder{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
  
  .placeholder\:leading-6::-moz-placeholder{
  line-height: 1.5rem;
}
  
  .placeholder\:leading-6::placeholder{
  line-height: 1.5rem;
}
  
  .placeholder\:leading-8::-moz-placeholder{
  line-height: 30px;
}
  
  .placeholder\:leading-8::placeholder{
  line-height: 30px;
}
  
  .placeholder\:text-secondaryColor::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(77 73 71 / var(--tw-text-opacity, 1));
}
  
  .placeholder\:text-secondaryColor::placeholder{
  --tw-text-opacity: 1;
  color: rgb(77 73 71 / var(--tw-text-opacity, 1));
}
  
  .before\:absolute::before{
  content: var(--tw-content);
  position: absolute;
}
  
  .before\:bottom-0::before{
  content: var(--tw-content);
  bottom: 0px;
}
  
  .before\:left-0::before{
  content: var(--tw-content);
  left: 0px;
}
  
  .before\:right-0::before{
  content: var(--tw-content);
  right: 0px;
}
  
  .before\:top-0::before{
  content: var(--tw-content);
  top: 0px;
}
  
  .before\:m-auto::before{
  content: var(--tw-content);
  margin: auto;
}
  
  .before\:h-0::before{
  content: var(--tw-content);
  height: 0px;
}
  
  .before\:h-\[60px\]::before{
  content: var(--tw-content);
  height: 60px;
}
  
  .before\:w-0::before{
  content: var(--tw-content);
  width: 0px;
}
  
  .before\:w-4::before{
  content: var(--tw-content);
  width: 1rem;
}
  
  .before\:translate-x-14::before{
  content: var(--tw-content);
  --tw-translate-x: 3.5rem;
  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));
}
  
  .before\:rotate-6::before{
  content: var(--tw-content);
  --tw-rotate: 6deg;
  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));
}
  
  .before\:rounded-sm::before{
  content: var(--tw-content);
  border-radius: 0.125rem;
}
  
  .before\:bg-primaryColor::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(51 19 5 / var(--tw-bg-opacity, 1));
}
  
  .before\:bg-white::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
  
  .before\:opacity-10::before{
  content: var(--tw-content);
  opacity: 0.1;
}
  
  .before\:duration-500::before{
  content: var(--tw-content);
  transition-duration: 500ms;
}
  
  .before\:duration-700::before{
  content: var(--tw-content);
  transition-duration: 700ms;
}
  
  .before\:ease-out::before{
  content: var(--tw-content);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
  
  .hover\:scale-105:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
  
  .hover\:transform:hover{
  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));
}
  
  @keyframes move{

  0%{
    transform: translate(0, 0);
  }

  20%{
    transform: translate(-20px, -20px);
  }

  40%{
    transform: translate(20px, -20px);
  }

  60%{
    transform: translate(20px, 20px);
  }

  80%{
    transform: translate(-20px, 20px);
  }

  100%{
    transform: translate(0, 0);
  }
}
  
  .hover\:animate-move:hover{
  animation: move 3s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}
  
  .hover\:px-0:hover{
  padding-left: 0px;
  padding-right: 0px;
}
  
  .hover\:text-spanBg:hover{
  --tw-text-opacity: 1;
  color: rgb(255 128 72 / var(--tw-text-opacity, 1));
}
  
  .hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
  
  .hover\:underline:hover{
  text-decoration-line: underline;
}
  
  .hover\:shadow-2xl:hover{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
  
  .hover\:shadow-orange-200:hover{
  --tw-shadow-color: #fed7aa;
  --tw-shadow: var(--tw-shadow-colored);
}
  
  .hover\:transition:hover{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
  
  .hover\:duration-500:hover{
  transition-duration: 500ms;
}
  
  .hover\:ease-in-out:hover{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
  
  .hover\:before\:h-40:hover::before{
  content: var(--tw-content);
  height: 10rem;
}
  
  .hover\:before\:w-full:hover::before{
  content: var(--tw-content);
  width: 100%;
}
  
  .hover\:before\:-translate-x-96:hover::before{
  content: var(--tw-content);
  --tw-translate-x: -24rem;
  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));
}
  
  .focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
  
  .group:hover .group-hover\:flex{
  display: flex;
}
  
  .group:hover .group-hover\:rotate-1{
  --tw-rotate: 1deg;
  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));
}
  
  .group:hover .group-hover\:rotate-2{
  --tw-rotate: 2deg;
  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));
}
  
  .group:hover .group-hover\:scale-105{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
  
  .group:hover .group-hover\:bg-primaryColor{
  --tw-bg-opacity: 1;
  background-color: rgb(51 19 5 / var(--tw-bg-opacity, 1));
}
  
  .group:hover .group-hover\:fill-white{
  fill: #fff;
}
  
  .group:hover .group-hover\:opacity-100{
  opacity: 1;
}
  
  .group:hover .group-hover\:transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
  
  .group:hover .group-hover\:duration-500{
  transition-duration: 500ms;
}
  
  .group:hover .group-hover\:ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
  
  @media (min-width: 768px){

  .md\:-top-1\/2{
    top: -50%;
  }

  .md\:-top-\[120px\]{
    top: -120px;
  }

  .md\:-top-\[140px\]{
    top: -140px;
  }

  .md\:-top-\[34px\]{
    top: -34px;
  }

  .md\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .md\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .md\:-ml-0{
    margin-left: -0px;
  }

  .md\:-mt-36{
    margin-top: -9rem;
  }

  .md\:mt-10{
    margin-top: 2.5rem;
  }

  .md\:mt-12{
    margin-top: 3rem;
  }

  .md\:mt-14{
    margin-top: 3.5rem;
  }

  .md\:mt-16{
    margin-top: 4rem;
  }

  .md\:mt-20{
    margin-top: 5rem;
  }

  .md\:mt-8{
    margin-top: 2rem;
  }

  .md\:block{
    display: block;
  }

  .md\:inline-block{
    display: inline-block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

  .md\:h-40{
    height: 10rem;
  }

  .md\:h-\[140px\]{
    height: 140px;
  }

  .md\:h-\[60px\]{
    height: 60px;
  }

  .md\:w-14{
    width: 3.5rem;
  }

  .md\:w-300{
    width: 300px;
  }

  .md\:w-40{
    width: 10rem;
  }

  .md\:w-410{
    width: 410px;
  }

  .md\:w-44{
    width: 11rem;
  }

  .md\:w-520{
    width: 520px;
  }

  .md\:w-850{
    width: 850px;
  }

  .md\:w-\[140px\]{
    width: 140px;
  }

  .md\:w-\[220px\]{
    width: 220px;
  }

  .md\:w-\[60px\]{
    width: 60px;
  }

  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .md\:flex-row{
    flex-direction: row;
  }

  .md\:justify-end{
    justify-content: flex-end;
  }

  .md\:gap-0{
    gap: 0px;
  }

  .md\:gap-5{
    gap: 1.25rem;
  }

  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:px-\[30px\]{
    padding-left: 30px;
    padding-right: 30px;
  }

  .md\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .md\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .md\:pt-10{
    padding-top: 2.5rem;
  }

  .md\:pt-12{
    padding-top: 3rem;
  }

  .md\:pt-4{
    padding-top: 1rem;
  }

  .md\:pt-6{
    padding-top: 1.5rem;
  }

  .md\:pt-8{
    padding-top: 2rem;
  }

  .md\:pt-\[60px\]{
    padding-top: 60px;
  }

  .md\:text-22xl{
    font-size: 22px;
  }

  .md\:text-24xl{
    font-size: 24px;
  }

  .md\:text-26xl{
    font-size: 26px;
  }

  .md\:text-28xl{
    font-size: 28px;
  }

  .md\:text-36xl{
    font-size: 36px;
  }

  .md\:text-40xl{
    font-size: 40px;
  }

  .md\:text-50xl{
    font-size: 50px;
  }

  .md\:text-60xl{
    font-size: 60px;
  }

  .md\:text-70xl{
    font-size: 70px;
  }

  .md\:text-\[34px\]{
    font-size: 34px;
  }

  .md\:text-\[80px\]{
    font-size: 80px;
  }

  .md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:leading-34{
    line-height: 34px;
  }

  .md\:leading-38{
    line-height: 38px;
  }

  .md\:leading-46{
    line-height: 46px;
  }

  .md\:leading-50{
    line-height: 50px;
  }

  .md\:leading-56{
    line-height: 56px;
  }

  .md\:leading-64{
    line-height: 64px;
  }

  .md\:leading-7{
    line-height: 1.75rem;
  }

  .md\:leading-8{
    line-height: 30px;
  }

  .md\:leading-\[22px\]{
    line-height: 22px;
  }

  .md\:leading-\[80px\]{
    line-height: 80px;
  }

  .md\:leading-\[88px\]{
    line-height: 88px;
  }

  .md\:placeholder\:text-base::-moz-placeholder{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:placeholder\:text-base::placeholder{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .hover\:before\:md\:w-44:hover::before{
    content: var(--tw-content);
    width: 11rem;
  }
}
  
  @media (min-width: 1024px){

  .lg\:absolute{
    position: absolute;
  }

  .lg\:-top-\[107px\]{
    top: -107px;
  }

  .lg\:-top-\[75px\]{
    top: -75px;
  }

  .lg\:-top-\[80\%\]{
    top: -80%;
  }

  .lg\:right-3{
    right: 0.75rem;
  }

  .lg\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .lg\:my-\[100px\]{
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .lg\:my-\[60px\]{
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .lg\:-mt-20{
    margin-top: -5rem;
  }

  .lg\:mb-28{
    margin-bottom: 7rem;
  }

  .lg\:mt-0{
    margin-top: 0px;
  }

  .lg\:mt-12{
    margin-top: 3rem;
  }

  .lg\:mt-16{
    margin-top: 4rem;
  }

  .lg\:mt-20{
    margin-top: 5rem;
  }

  .lg\:mt-28{
    margin-top: 7rem;
  }

  .lg\:mt-\[60px\]{
    margin-top: 60px;
  }

  .lg\:block{
    display: block;
  }

  .lg\:h-\[200px\]{
    height: 200px;
  }

  .lg\:w-14{
    width: 3.5rem;
  }

  .lg\:w-410{
    width: 410px;
  }

  .lg\:w-520{
    width: 520px;
  }

  .lg\:w-630{
    width: 630px;
  }

  .lg\:w-850{
    width: 850px;
  }

  .lg\:w-\[20\.5rem\]{
    width: 20.5rem;
  }

  .lg\:w-\[200px\]{
    width: 200px;
  }

  .lg\:w-\[245px\]{
    width: 245px;
  }

  .lg\:w-\[300px\]{
    width: 300px;
  }

  .lg\:w-\[794px\]{
    width: 794px;
  }

  .lg\:w-auto{
    width: auto;
  }

  .lg\:max-w-520{
    max-width: 520px;
  }

  .lg\:max-w-850{
    max-width: 850px;
  }

  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:flex-row{
    flex-direction: row;
  }

  .lg\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .lg\:items-center{
    align-items: center;
  }

  .lg\:justify-center{
    justify-content: center;
  }

  .lg\:justify-between{
    justify-content: space-between;
  }

  .lg\:gap-0{
    gap: 0px;
  }

  .lg\:gap-4{
    gap: 1rem;
  }

  .lg\:gap-8{
    gap: 2rem;
  }

  .lg\:gap-\[60px\]{
    gap: 60px;
  }

  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .lg\:pt-16{
    padding-top: 4rem;
  }

  .lg\:pt-4{
    padding-top: 1rem;
  }

  .lg\:pt-8{
    padding-top: 2rem;
  }

  .lg\:pt-\[60px\]{
    padding-top: 60px;
  }

  .lg\:text-140xl{
    font-size: 140px;
  }

  .lg\:text-30xl{
    font-size: 30px;
  }

  .lg\:text-36xl{
    font-size: 36px;
  }

  .lg\:text-46xl{
    font-size: 46px;
  }

  .lg\:text-50xl{
    font-size: 50px;
  }

  .lg\:text-90xl{
    font-size: 90px;
  }

  .lg\:text-\[130px\]{
    font-size: 130px;
  }

  .lg\:leading-100{
    line-height: 100px;
  }

  .lg\:leading-140{
    line-height: 140px;
  }

  .lg\:leading-40{
    line-height: 40px;
  }

  .lg\:leading-46{
    line-height: 46px;
  }

  .lg\:leading-50{
    line-height: 50px;
  }

  .lg\:leading-56{
    line-height: 56px;
  }

  .hover\:lg\:px-8:hover{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
  
  @media (min-width: 1280px){

  .xl\:absolute{
    position: absolute;
  }

  .xl\:right-0{
    right: 0px;
  }

  .xl\:top-28{
    top: 7rem;
  }

  .xl\:-mt-0{
    margin-top: -0px;
  }

  .xl\:ml-20{
    margin-left: 5rem;
  }

  .xl\:mt-0{
    margin-top: 0px;
  }

  .xl\:mt-12{
    margin-top: 3rem;
  }

  .xl\:mt-60{
    margin-top: 15rem;
  }

  .xl\:mt-\[60px\]{
    margin-top: 60px;
  }

  .xl\:block{
    display: block;
  }

  .xl\:hidden{
    display: none;
  }

  .xl\:w-410{
    width: 410px;
  }

  .xl\:w-850{
    width: 850px;
  }

  .xl\:w-\[1070px\]{
    width: 1070px;
  }

  .xl\:w-\[300px\]{
    width: 300px;
  }

  .xl\:max-w-300{
    max-width: 300px;
  }

  .xl\:max-w-630{
    max-width: 630px;
  }

  .xl\:max-w-\[1156px\]{
    max-width: 1156px;
  }

  .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\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:flex-row{
    flex-direction: row;
  }

  .xl\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .xl\:items-center{
    align-items: center;
  }

  .xl\:justify-between{
    justify-content: space-between;
  }

  .xl\:gap-12{
    gap: 3rem;
  }

  .xl\:gap-14{
    gap: 3.5rem;
  }

  .xl\:gap-28{
    gap: 7rem;
  }

  .xl\:gap-\[140px\]{
    gap: 140px;
  }

  .xl\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:pt-16{
    padding-top: 4rem;
  }

  .xl\:text-140xl{
    font-size: 140px;
  }

  .xl\:text-70xl{
    font-size: 70px;
  }

  .xl\:leading-70{
    line-height: 70px;
  }
}













  