@font-face {
  font-family: 'Yekan';

  src: url('../fonts/yekan/YekanBakhFaNum-Thin.ttf') format('truetype');

  font-weight: 100;

  font-style: normal;
}

@font-face {
  font-family: 'Yekan';

  src: url('../fonts/yekan/YekanBakhFaNum-Light.ttf') format('truetype');

  font-weight: 300;

  font-style: normal;
}

@font-face {
  font-family: 'Yekan';

  src: url('../fonts/yekan/YekanBakhFaNum-Regular.ttf') format('truetype');

  font-weight: 400;

  font-style: normal;
}

@font-face {
  font-family: 'Yekan';

  src: url('../fonts/yekan/YekanBakhFaNum-SemiBold.ttf') format('truetype');

  font-weight: 600;

  font-style: normal;
}

@font-face {
  font-family: 'Yekan';

  src: url('../fonts/yekan/YekanBakhFaNum-Bold.ttf') format('truetype');

  font-weight: 700;

  font-style: normal;
}

@font-face {
  font-family: 'Yekan';

  src: url('../fonts/yekan/YekanBakhFaNum-ExtraBold.ttf') format('truetype');

  font-weight: 800;

  font-style: normal;
}

@font-face {
  font-family: 'Yekan';

  src: url('../fonts/yekan/YekanBakhFaNum-Black.ttf') format('truetype');

  font-weight: 900;

  font-style: normal;
}

@font-face {
  font-family: 'Yekan';

  src: url('../fonts/yekan/YekanBakhFaNum-ExtraBlack.ttf') format('truetype');

  font-weight: 950;

  font-style: normal;
}

*, ::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.17 | 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;
}

body {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
  font-family: Yekan, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(35 31 32 / var(--tw-text-opacity, 1));
}

.i18n-item {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.i18n-item>span>h3 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  transition-duration: 200ms;
}

.i18n-item:hover>span>h3 {
  --tw-text-opacity: 1;
  color: rgb(199 152 84 / var(--tw-text-opacity, 1));
}

.\!input {
  border-radius: 5px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(210 210 210 / var(--tw-border-opacity, 1));
  padding: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(35 31 32 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.\!input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(101 101 101 / var(--tw-text-opacity, 1));
}

.\!input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(101 101 101 / var(--tw-text-opacity, 1));
}

.input {
  border-radius: 5px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(210 210 210 / var(--tw-border-opacity, 1));
  padding: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(35 31 32 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(101 101 101 / var(--tw-text-opacity, 1));
}

.input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(101 101 101 / var(--tw-text-opacity, 1));
}

.social-btn {
  display: flex;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(199 152 84 / var(--tw-border-opacity, 1));
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(199 152 84 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.social-btn:hover {
  --tw-border-opacity: 1;
  border-color: rgb(155 100 51 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(155 100 51 / var(--tw-text-opacity, 1));
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE2IDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xNC42MDA0IDEuNDU4NUw5LjE2NzA2IDYuODkxODNDOC41MjUzOSA3LjUzMzUgNy40NzUzOSA3LjUzMzUgNi44MzM3MiA2Ljg5MTgzTDEuNDAwMzkgMS40NTg1IiBzdHJva2U9IiM2NTY1NjUiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  background-position: left 8px center;
  background-size: 16px 9px;
  padding-right: 32px;
}

input[type="radio"] {
  display: flex;
  width: 1.25rem;
  height: 1.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(223 223 223 / var(--tw-bg-opacity, 1));
}

/* input[type="radio"]:checked {
    @apply bg-primary bg-no-repeat bg-center bg-cover;
  } */

input[type="radio"]:checked::after {
  content: '';
  display: block;
  height: 1rem;
  width: 1rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(199 152 84 / var(--tw-bg-opacity, 1));
}

body[dir="ltr"] select,
  html[dir="ltr"] select {
  background-position: right 8px center;
  padding-left: 32px;
  padding-right: 8px;
}

.button-primary {
  cursor: pointer;
  border-radius: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(199 152 84 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.button-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(155 100 51 / var(--tw-bg-opacity, 1));
}

.button-primary-outline {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(199 152 84 / var(--tw-text-opacity, 1));
  outline-style: solid;
  outline-width: 1px;
  outline-color: #C79854;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.button-primary-outline:hover {
  --tw-text-opacity: 1;
  color: rgb(155 100 51 / var(--tw-text-opacity, 1));
  outline-color: #9B6433;
}

.breadcrumb-item {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(152 152 152 / var(--tw-text-opacity, 1));
}

.breadcrumb-item-active {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(66 66 66 / var(--tw-text-opacity, 1));
}

hr {
  border-width: 0.6px;
  --tw-border-opacity: 1;
  border-color: rgb(210 210 210 / var(--tw-border-opacity, 1));
}

.faq-tab-item {
  display: flex;
  height: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(35 31 32 / var(--tw-text-opacity, 1));
  transition-duration: 200ms;
}

.faq-tab-item:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(199 152 84 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.faq-tab-item.active {
  --tw-bg-opacity: 1;
  background-color: rgb(199 152 84 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.pagination-item {
  display: flex;
  height: 1.25rem;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 1.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(101 101 101 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.pagination-item:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(240 231 209 / var(--tw-bg-opacity, 1));
}

.pagination-item.active {
  --tw-bg-opacity: 1;
  background-color: rgb(199 152 84 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.icon-arrow-down {
  height: 1.25rem;
  width: 1.25rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMSAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjA5OTkgNy40NTg1TDExLjY2NjYgMTIuODkxOEMxMS4wMjQ5IDEzLjUzMzUgOS45NzQ5IDEzLjUzMzUgOS4zMzMyNCAxMi44OTE4TDMuODk5OSA3LjQ1ODUiIHN0cm9rZT0iIzQyNDI0MiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
}

.box-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(66 66 66 / var(--tw-text-opacity, 1));
}

.box-item-icon {
  display: block;
  height: 1.25rem;
  width: 1.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(66 66 66 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.group:hover .box-item-icon {
  --tw-bg-opacity: 1;
  background-color: rgb(199 152 84 / var(--tw-bg-opacity, 1));
}

.box-item-icon {
  content: '';
  -webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjY0ODkgNC40MzM2MUw4Ljk3Mzg5IDcuMTA4NjFMNy4zMzIyMyA4Ljc0MTk0QzYuNjQwNTYgOS40MzM2MSA2LjY0MDU2IDEwLjU1ODYgNy4zMzIyMyAxMS4yNTAzTDExLjY0ODkgMTUuNTY2OUMxMi4yMTU2IDE2LjEzMzYgMTMuMTgyMiAxNS43MjUzIDEzLjE4MjIgMTQuOTMzNlYxMC4yNTg2VjUuMDY2OTVDMTMuMTgyMiA0LjI2Njk1IDEyLjIxNTYgMy44NjY5NSAxMS42NDg5IDQuNDMzNjFaIiBmaWxsPSIjNUU1RTVFIi8+Cjwvc3ZnPgo=") no-repeat 50% 50%;
  mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjY0ODkgNC40MzM2MUw4Ljk3Mzg5IDcuMTA4NjFMNy4zMzIyMyA4Ljc0MTk0QzYuNjQwNTYgOS40MzM2MSA2LjY0MDU2IDEwLjU1ODYgNy4zMzIyMyAxMS4yNTAzTDExLjY0ODkgMTUuNTY2OUMxMi4yMTU2IDE2LjEzMzYgMTMuMTgyMiAxNS43MjUzIDEzLjE4MjIgMTQuOTMzNlYxMC4yNTg2VjUuMDY2OTVDMTMuMTgyMiA0LjI2Njk1IDEyLjIxNTYgMy44NjY5NSAxMS42NDg5IDQuNDMzNjFaIiBmaWxsPSIjNUU1RTVFIi8+Cjwvc3ZnPgo=") no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
}

.reply-comment {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (min-width: 1280px) {
  .reply-comment {
    margin-inline-start: 1.5rem;
  }
}

.reply-comment>div>div>img {
  --tw-border-opacity: 1 !important;
  border-color: rgb(199 152 84 / var(--tw-border-opacity, 1)) !important;
}

.reply-comment::before {
  content: '';
  position: absolute;
  top: 1rem;
  inset-inline-start: 0px;
  display: none;
  height: 32px;
  width: 13.78px;
  --tw-translate-y: -100%;
  --tw-translate-x: 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));
}

@media (min-width: 1280px) {
  .reply-comment::before {
    display: block;
  }
}

.reply-comment::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMzMiIHZpZXdCb3g9IjAgMCAxNiAzMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjY3MzMgMFYxOC4yMTkyQzE0LjY3MzMgMjUuODMwMSA4LjUwMzQ4IDMyIDAuODkyNTc4IDMyVjMyIiBzdHJva2U9IiM1RTVFNUUiLz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-position: center;
}

.reply-comment::after {
  content: '';
  position: absolute;
  top: 0px;
  inset-inline-start: 1.75rem;
  height: 23.5px;
  width: 1px;
  --tw-translate-y: -100%;
  --tw-translate-x: 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));
}

@media (min-width: 1280px) {
  .reply-comment::after {
    display: none;
  }
}

.reply-comment::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMiIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDIgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wLjc4MDc2NCAwVjIzLjUiIHN0cm9rZT0iIzVFNUU1RSIvPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  background-position: center;
}

html[dir="ltr"] .reply-comment::before {
  --tw-translate-x: -100%;
  --tw-scale-x: -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));
}

html[dir="ltr"] .box-item-icon {
  transform: rotate(180deg);
}

/* Checkbox */

input[type="checkbox"] {
  height: 1rem;
  width: 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

input[type="checkbox"]:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(199 152 84 / var(--tw-bg-opacity, 1));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0ibHVjaWRlIGx1Y2lkZS1jaGVjay1pY29uIGx1Y2lkZS1jaGVjayI+PHBhdGggZD0iTTIwIDYgOSAxN2wtNS01Ii8+PC9zdmc+");
}

/* Hide details marker/arrow completely */

details > summary {
  list-style: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* Hide the marker in WebKit browsers */

details > summary::-webkit-details-marker {
  display: none;
}

/* Hide the marker in Firefox */

details > summary::marker {
  display: none;
}

/* Additional fallback for older browsers */

summary {
  list-style-type: none;
}

summary::-webkit-details-marker {
  display: none;
}

/* Details Animation Styles */

details {
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* Smooth height animation for details content */

details[open] {
  animation: slideDown 0.3s ease-in-out;
}

/* Add custom arrow indicator */

details summary {
  position: relative;
  cursor: pointer;
}

details summary::after {
  content: '';
  position: absolute;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjI3OTcgNS45NjY4TDguOTMzMDYgMTAuMzEzNUM4LjQxOTczIDEwLjgyNjggNy41Nzk3MyAxMC44MjY4IDcuMDY2MzkgMTAuMzEzNUwyLjcxOTczIDUuOTY2OCIgc3Ryb2tlPSIjMjMxRjIwIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  left:0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}

html[dir="ltr"] summary::after {
  left: auto;
  right: 0;
}

details[open] summary::after {
  transform: translateY(-50%) rotate(180deg);
}

/* Content fade-in animation */

details[open] p {
  animation: fadeIn 0.4s ease-in-out 0.1s both;
}

/* Scale animation on hover */

details:hover {
  --tw-shadow: 0 0 0 1px #C79854;
  --tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/* Background animation on open */

/* details[open] {
    @apply bg-gradient-to-r from-white to-blue-50 border-l-4 border-primary;
  } */

/* Keyframes for animations */

@keyframes slideDown {
  from {
    max-height: 60px;
    opacity: 0.8;
  }

  to {
    max-height: 200px;
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.product-filter-item {
  display: flex;
  height: 26px;
  align-items: center;
  justify-content: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(66 66 66 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.product-filter-item:hover {
  --tw-text-opacity: 1;
  color: rgb(199 152 84 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.product-filter-item.active {
  display: flex;
  height: 26px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(227 206 165 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(125 74 43 / var(--tw-text-opacity, 1));
}

.product-sort-mobile-item {
  position: relative;
  display: flex;
  height: 26px;
  align-items: center;
  border-radius: 5px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(66 66 66 / var(--tw-text-opacity, 1));
}

.product-sort-mobile-item:hover {
  --tw-text-opacity: 1;
  color: rgb(199 152 84 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.product-sort-mobile-item.active {
  height: 42px;
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(199 152 84 / var(--tw-text-opacity, 1));
}

.product-sort-mobile-item.active::after {
  content: '';
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDIyLjc1QzYuMDcgMjIuNzUgMS4yNSAxNy45MyAxLjI1IDEyQzEuMjUgNi4wNyA2LjA3IDEuMjUgMTIgMS4yNUMxNy45MyAxLjI1IDIyLjc1IDYuMDcgMjIuNzUgMTJDMjIuNzUgMTcuOTMgMTcuOTMgMjIuNzUgMTIgMjIuNzVaTTEyIDIuNzVDNi45IDIuNzUgMi43NSA2LjkgMi43NSAxMkMyLjc1IDE3LjEgNi45IDIxLjI1IDEyIDIxLjI1QzE3LjEgMjEuMjUgMjEuMjUgMTcuMSAyMS4yNSAxMkMyMS4yNSA2LjkgMTcuMSAyLjc1IDEyIDIuNzVaIiBmaWxsPSIjQkI5MjREIi8+CjxwYXRoIGQ9Ik0xMC41Nzk5IDE1LjU4MDFDMTAuMzc5OSAxNS41ODAxIDEwLjE4OTkgMTUuNTAwMSAxMC4wNDk5IDE1LjM2MDFMNy4yMTk5NCAxMi41MzAxQzYuOTI5OTQgMTIuMjQwMSA2LjkyOTk0IDExLjc2MDEgNy4yMTk5NCAxMS40NzAxQzcuNTA5OTQgMTEuMTgwMSA3Ljk4OTk0IDExLjE4MDEgOC4yNzk5NCAxMS40NzAxTDEwLjU3OTkgMTMuNzcwMUwxNS43MTk5IDguNjMwMUMxNi4wMDk5IDguMzQwMSAxNi40ODk5IDguMzQwMSAxNi43Nzk5IDguNjMwMUMxNy4wNjk5IDguOTIwMSAxNy4wNjk5IDkuNDAwMSAxNi43Nzk5IDkuNjkwMUwxMS4xMDk5IDE1LjM2MDFDMTAuOTY5OSAxNS41MDAxIDEwLjc3OTkgMTUuNTgwMSAxMC41Nzk5IDE1LjU4MDFaIiBmaWxsPSIjQkI5MjREIi8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  position: absolute;
  inset-inline-end: 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
}

.products-detail-swiper-pagination>.swiper-pagination-bullet {
  height: 0.25rem !important;
  width: 0.25rem !important;
  border-radius: 9999px;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1)) !important;
  opacity: 1;
}

.products-detail-swiper-pagination>.swiper-pagination-bullet-active {
  height: 0.25rem !important;
  width: 2rem !important;
  border-radius: 9999px;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(199 152 84 / var(--tw-bg-opacity, 1)) !important;
}

.products-related-swiper-pagination>.swiper-pagination-bullet {
  height: 0.25rem !important;
  width: 0.25rem !important;
  border-radius: 9999px;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1)) !important;
  opacity: 1;
}

.products-related-swiper-pagination>.swiper-pagination-bullet-active {
  height: 0.25rem !important;
  width: 2.5rem !important;
  border-radius: 9999px;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(52 27 20 / var(--tw-bg-opacity, 1)) !important;
}

.products-swiper-pagination>.swiper-pagination-bullet {
  height: 0.25rem !important;
  width: 0.25rem !important;
  border-radius: 9999px;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1)) !important;
  opacity: 1;
}

.products-swiper-pagination>.swiper-pagination-bullet-active {
  height: 0.25rem !important;
  width: 2.5rem !important;
  border-radius: 9999px;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(52 27 20 / var(--tw-bg-opacity, 1)) !important;
}

.products-discounted-swiper-pagination>.swiper-pagination-bullet {
  height: 0.25rem !important;
  width: 0.25rem !important;
  border-radius: 9999px;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(240 231 209 / var(--tw-bg-opacity, 1)) !important;
  opacity: 1;
}

.products-discounted-swiper-pagination>.swiper-pagination-bullet-active {
  height: 0.25rem !important;
  width: 2.5rem !important;
  border-radius: 9999px;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(227 206 165 / var(--tw-bg-opacity, 1)) !important;
}

.products-detail-tab-item {
  display: flex;
  height: 2rem;
  align-items: center;
  justify-content: center;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(66 66 66 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.products-detail-tab-item:hover {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(227 206 165 / var(--tw-bg-opacity, 1));
}

.products-detail-tab-item.active {
  display: flex;
  height: 2rem;
  min-width: 78px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(199 152 84 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.products-swiper-wrapper>*:first-child {
  margin-inline-start: 10px;
}

@media (min-width: 1280px) {
  .products-swiper-wrapper>*:first-child {
    margin-inline-end: 0px;
    margin-inline-start: 0px;
  }
}

.products-swiper-wrapper>*:last-child {
  margin-inline-end: 10px;
}

.products-swiper-wrapper>* {
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 1280px) {
  .products-swiper-wrapper>* {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

@media (min-width: 1180px) {
  .container {
    max-width: 1180px;
    padding-right: 0;
    padding-left: 0;
  }
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.\!static {
  position: static !important;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.-bottom-20 {
  bottom: -5rem;
}

.-bottom-\[10px\] {
  bottom: -10px;
}

.bottom-0 {
  bottom: 0px;
}

.end-0 {
  inset-inline-end: 0px;
}

.end-\[10px\] {
  inset-inline-end: 10px;
}

.left-0 {
  left: 0px;
}

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

.left-3 {
  left: 0.75rem;
}

.right-0 {
  right: 0px;
}

.start-0 {
  inset-inline-start: 0px;
}

.start-\[20px\] {
  inset-inline-start: 20px;
}

.top-0 {
  top: 0px;
}

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

.top-3 {
  top: 0.75rem;
}

.top-5 {
  top: 1.25rem;
}

.top-full {
  top: 100%;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-50 {
  z-index: 50;
}

.z-\[-1\] {
  z-index: -1;
}

.z-\[0\] {
  z-index: 0;
}

.col-span-full {
  grid-column: 1 / -1;
}

.-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

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

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

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

.mb-11 {
  margin-bottom: 2.75rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-\[140px\] {
  margin-bottom: 140px;
}

.mb-\[147px\] {
  margin-bottom: 147px;
}

.mb-\[14px\] {
  margin-bottom: 14px;
}

.mb-\[150px\] {
  margin-bottom: 150px;
}

.mb-\[160px\] {
  margin-bottom: 160px;
}

.mb-\[172px\] {
  margin-bottom: 172px;
}

.mb-\[18px\] {
  margin-bottom: 18px;
}

.mb-\[86px\] {
  margin-bottom: 86px;
}

.mb-\[90px\] {
  margin-bottom: 90px;
}

.mb-\[94px\] {
  margin-bottom: 94px;
}

.me-1 {
  margin-inline-end: 0.25rem;
}

.ms-3 {
  margin-inline-start: 0.75rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

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

.mt-11 {
  margin-top: 2.75rem;
}

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

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

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

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

.mt-9 {
  margin-top: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.size-10 {
  width: 2.5rem;
  height: 2.5rem;
}

.size-12 {
  width: 3rem;
  height: 3rem;
}

.size-20 {
  width: 5rem;
  height: 5rem;
}

.size-24 {
  width: 6rem;
  height: 6rem;
}

.size-4 {
  width: 1rem;
  height: 1rem;
}

.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}

.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}

.size-8 {
  width: 2rem;
  height: 2rem;
}

.size-\[100px\] {
  width: 100px;
  height: 100px;
}

.size-\[106px\] {
  width: 106px;
  height: 106px;
}

.size-\[107px\] {
  width: 107px;
  height: 107px;
}

.size-\[138px\] {
  width: 138px;
  height: 138px;
}

.size-\[30px\] {
  width: 30px;
  height: 30px;
}

.size-\[35px\] {
  width: 35px;
  height: 35px;
}

.size-\[40px\] {
  width: 40px;
  height: 40px;
}

.size-\[60px\] {
  width: 60px;
  height: 60px;
}

.size-\[62px\] {
  width: 62px;
  height: 62px;
}

.size-\[82px\] {
  width: 82px;
  height: 82px;
}

.size-full {
  width: 100%;
  height: 100%;
}

.h-1 {
  height: 0.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-5 {
  height: 1.25rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.max-h-0 {
  max-height: 0px;
}

.max-h-\[60vh\] {
  max-height: 60vh;
}

.min-h-\[107px\] {
  min-height: 107px;
}

.min-h-\[117px\] {
  min-height: 117px;
}

.min-h-\[119px\] {
  min-height: 119px;
}

.min-h-\[202px\] {
  min-height: 202px;
}

.min-h-\[460px\] {
  min-height: 460px;
}

.min-h-\[472px\] {
  min-height: 472px;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-20 {
  width: 5rem;
}

.w-3\/5 {
  width: 60%;
}

.w-5 {
  width: 1.25rem;
}

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

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

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

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

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

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

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

.w-\[87\.5px\] {
  width: 87.5px;
}

.w-auto {
  width: auto;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.min-w-\[1130px\] {
  min-width: 1130px;
}

.min-w-\[129px\] {
  min-width: 129px;
}

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

.min-w-\[159px\] {
  min-width: 159px;
}

.min-w-\[160px\] {
  min-width: 160px;
}

.min-w-\[166px\] {
  min-width: 166px;
}

.min-w-\[201px\] {
  min-width: 201px;
}

.min-w-\[244px\] {
  min-width: 244px;
}

.min-w-\[280px\] {
  min-width: 280px;
}

.min-w-\[61px\] {
  min-width: 61px;
}

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

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

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

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

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

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

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

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

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

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

.max-w-fit {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.flex-1 {
  flex: 1 1 0%;
}

.shrink-0 {
  flex-shrink: 0;
}

.grow {
  flex-grow: 1;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) 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));
}

.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-0 {
  --tw-translate-y: 0px;
  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-\[-70\%\] {
  --tw-translate-y: -70%;
  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));
}

.-rotate-45 {
  --tw-rotate: -45deg;
  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));
}

.rotate-180 {
  --tw-rotate: 180deg;
  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));
}

.rotate-45 {
  --tw-rotate: 45deg;
  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));
}

.cursor-pointer {
  cursor: pointer;
}

.resize-none {
  resize: none;
}

.resize-y {
  resize: vertical;
}

.resize {
  resize: both;
}

.list-inside {
  list-style-position: inside;
}

.list-decimal {
  list-style-type: decimal;
}

.list-disc {
  list-style-type: disc;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

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

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-end {
  align-items: flex-end;
}

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-\[10px\] {
  gap: 10px;
}

.gap-\[14px\] {
  gap: 14px;
}

.gap-\[18px\] {
  gap: 18px;
}

.gap-\[26px\] {
  gap: 26px;
}

.gap-\[38px\] {
  gap: 38px;
}

.gap-\[52px\] {
  gap: 52px;
}

.gap-\[65px\] {
  gap: 65px;
}

.gap-\[6px\] {
  gap: 6px;
}

.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-5 {
  row-gap: 1.25rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

.gap-y-\[64px\] {
  row-gap: 64px;
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.self-start {
  align-self: flex-start;
}

.self-end {
  align-self: flex-end;
}

.self-center {
  align-self: center;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.text-nowrap {
  text-wrap: nowrap;
}

.rounded-\[10px\] {
  border-radius: 10px;
}

.rounded-\[15px\] {
  border-radius: 15px;
}

.rounded-\[2\.39px\] {
  border-radius: 2.39px;
}

.rounded-\[2\.92px\] {
  border-radius: 2.92px;
}

.rounded-\[3\.57px\] {
  border-radius: 3.57px;
}

.rounded-\[4\.6px\] {
  border-radius: 4.6px;
}

.rounded-\[5px\] {
  border-radius: 5px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-b-\[10px\] {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.rounded-t-\[20px\] {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.border {
  border-width: 1px;
}

.border-\[0\.6px\] {
  border-width: 0.6px;
}

.border-\[1px\] {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-\[0\.6px\] {
  border-bottom-width: 0.6px;
}

.border-b-\[1px\] {
  border-bottom-width: 1px;
}

.border-e-\[1px\] {
  border-inline-end-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-t-\[0\.6px\] {
  border-top-width: 0.6px;
}

.border-t-\[1px\] {
  border-top-width: 1px;
}

.border-none {
  border-style: none;
}

.border-\[\#EBEBEB\] {
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
}

.border-border {
  --tw-border-opacity: 1;
  border-color: rgb(210 210 210 / var(--tw-border-opacity, 1));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.border-gray2 {
  --tw-border-opacity: 1;
  border-color: rgb(66 66 66 / var(--tw-border-opacity, 1));
}

.border-gray4 {
  --tw-border-opacity: 1;
  border-color: rgb(152 152 152 / var(--tw-border-opacity, 1));
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(199 152 84 / var(--tw-border-opacity, 1));
}

.border-primary-dark {
  --tw-border-opacity: 1;
  border-color: rgb(155 100 51 / var(--tw-border-opacity, 1));
}

.bg-\[\#231F20\] {
  --tw-bg-opacity: 1;
  background-color: rgb(35 31 32 / var(--tw-bg-opacity, 1));
}

.bg-\[\#E3CEA54D\] {
  background-color: #E3CEA54D;
}

.bg-\[\#F0E7D1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 231 209 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F6F6F6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F8F7F8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 247 248 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FFFBFB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 251 / var(--tw-bg-opacity, 1));
}

.bg-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
}

.bg-bg2 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.bg-gray2 {
  --tw-bg-opacity: 1;
  background-color: rgb(66 66 66 / var(--tw-bg-opacity, 1));
}

.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}

.bg-primary-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(155 100 51 / var(--tw-bg-opacity, 1));
}

.bg-primary-light {
  --tw-bg-opacity: 1;
  background-color: rgb(240 231 209 / var(--tw-bg-opacity, 1));
}

.bg-primary-light2 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 246 237 / var(--tw-bg-opacity, 1));
}

.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / 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-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-\[url\(\'\.\/statics\/images\/contact-us-bg\.jpeg\'\)\] {
  background-image: url('./statics/images/contact-us-bg.jpeg');
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.stroke-gray2 {
  stroke: #424242;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

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

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

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

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

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

.py-\[26px\] {
  padding-top: 26px;
  padding-bottom: 26px;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pe-10 {
  padding-inline-end: 2.5rem;
}

.ps-4 {
  padding-inline-start: 1rem;
}

.ps-6 {
  padding-inline-start: 1.5rem;
}

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

.pt-2 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

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

.pt-5 {
  padding-top: 1.25rem;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-start {
  text-align: start;
}

.text-end {
  text-align: end;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

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

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

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

.text-\[60\.51px\] {
  font-size: 60.51px;
}

.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;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-black {
  font-weight: 900;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-semibold {
  font-weight: 600;
}

.leading-\[150\%\] {
  line-height: 150%;
}

.text-\[\#341B14\] {
  --tw-text-opacity: 1;
  color: rgb(52 27 20 / var(--tw-text-opacity, 1));
}

.text-\[\#383838\] {
  --tw-text-opacity: 1;
  color: rgb(56 56 56 / var(--tw-text-opacity, 1));
}

.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.text-gray1 {
  --tw-text-opacity: 1;
  color: rgb(35 31 32 / var(--tw-text-opacity, 1));
}

.text-gray2 {
  --tw-text-opacity: 1;
  color: rgb(66 66 66 / var(--tw-text-opacity, 1));
}

.text-gray3 {
  --tw-text-opacity: 1;
  color: rgb(101 101 101 / var(--tw-text-opacity, 1));
}

.text-gray4 {
  --tw-text-opacity: 1;
  color: rgb(152 152 152 / var(--tw-text-opacity, 1));
}

.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(199 152 84 / var(--tw-text-opacity, 1));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.underline {
  text-decoration-line: underline;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-40 {
  opacity: 0.4;
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  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-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  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-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

/* Filter Toggle Buttons */

.filter-toggle {
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: inherit;
}

.filter-toggle:hover {
  opacity: 0.8;
}

.filter-content.collapsed {
  max-height: 0 !important;
  opacity: 0;
}

/* Mobile Filter Modal */

#mobileFilterModal {
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

#mobileFilterContent {
  max-height: 80vh;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
}

/* Prevent body scroll when modal is open */

body.modal-open {
  overflow: hidden;
}

/* Custom scrollbar for mobile filter content */

#mobileFilterContent .max-h-\[60vh\] {
  scrollbar-width: thin;
  scrollbar-color: #cbd5e1 #f8fafc;
}

#mobileFilterContent .max-h-\[60vh\]::-webkit-scrollbar {
  width: 4px;
}

#mobileFilterContent .max-h-\[60vh\]::-webkit-scrollbar-track {
  background: #f8fafc;
  border-radius: 10px;
}

#mobileFilterContent .max-h-\[60vh\]::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 10px;
}

/* Mobile responsive adjustments */

@media (max-width: 640px) {
  #mobileFilterContent {
    max-height: 85vh;
  }
}

/* Tree Menu Styles */

.tree-menu-item {
  position: relative;
}

.tree-menu-toggle {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.tree-submenu {
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.tree-submenu.open {
  max-height: 24rem;
}

.tree-arrow {
  transition-property: transform;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.tree-arrow.rotated {
  --tw-rotate: 180deg;
  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));
}

/* Desktop tree menu dropdown arrow positioning */

.tree-menu-item > div > .tree-arrow {
  flex-shrink: 0;
}

/* Hover effects for tree menu items */

.tree-menu-toggle:hover .tree-arrow path {
  stroke: #C79854;
}

/* Smooth submenu transitions */

.tree-submenu.opening {
  animation: slideDown 300ms ease-out forwards;
}

.tree-submenu.closing {
  animation: slideUp 300ms ease-in forwards;
}

/* Nested submenu indentation */

.tree-submenu .tree-submenu {
  margin-right: 0.5rem;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

html[dir="ltr"] .tree-submenu .tree-submenu {
  margin-left: 0.5rem;
  margin-right: 0px;
  border-left-width: 1px;
  border-right-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

/* Animation for smooth height transitions */

@keyframes slideDown {
  from {
    max-height: 0;
    opacity: 0;
  }

  to {
    max-height: 24rem;
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    max-height: 24rem;
    opacity: 1;
  }

  to {
    max-height: 0;
    opacity: 0;
  }
}

@keyframes treeMenuSlideDown {
  from {
    max-height: 0;
    opacity: 0;
  }

  to {
    max-height: 300px;
    opacity: 1;
  }
}

@keyframes treeMenuSlideUp {
  from {
    max-height: 300px;
    opacity: 1;
  }

  to {
    max-height: 0;
    opacity: 0;
  }
}

.tree-submenu.opening {
  animation: treeMenuSlideDown 0.3s ease-out forwards;
}

.tree-submenu.closing {
  animation: treeMenuSlideUp 0.3s ease-out forwards;
}

@media print
{
  .no-print, .no-print *
    {
    display: none !important;
  }
}

/* Hide scrollbar for Chrome, Safari and Opera */

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */

.no-scrollbar {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
  -moz-appearance:textfield;
  /* Firefox */
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 2px;
  background: #231F20;
  outline: none;
  opacity: 1;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #989898;
  cursor: pointer;
  border-radius: 100%;
}

.slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #989898;
  cursor: pointer;
  border-radius: 100%;
}

.hover\:text-hover-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(199 152 84 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.group:hover .group-hover\:text-hover-primary {
  --tw-text-opacity: 1;
  color: rgb(199 152 84 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.placeholder\:text-border::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(210 210 210 / var(--tw-text-opacity, 1));
}

.placeholder\:text-border::placeholder {
  --tw-text-opacity: 1;
  color: rgb(210 210 210 / var(--tw-text-opacity, 1));
}

.placeholder\:text-gray2::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(66 66 66 / var(--tw-text-opacity, 1));
}

.placeholder\:text-gray2::placeholder {
  --tw-text-opacity: 1;
  color: rgb(66 66 66 / var(--tw-text-opacity, 1));
}

.placeholder\:text-gray3::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(101 101 101 / var(--tw-text-opacity, 1));
}

.placeholder\:text-gray3::placeholder {
  --tw-text-opacity: 1;
  color: rgb(101 101 101 / var(--tw-text-opacity, 1));
}

.placeholder\:text-gray4::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(152 152 152 / var(--tw-text-opacity, 1));
}

.placeholder\:text-gray4::placeholder {
  --tw-text-opacity: 1;
  color: rgb(152 152 152 / var(--tw-text-opacity, 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\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(199 152 84 / var(--tw-text-opacity, 1));
}

.hover\:text-primary\/80:hover {
  color: rgb(199 152 84 / 0.8);
}

.hover\:shadow-\[0_0_0_1px_\#C79854\]:hover {
  --tw-shadow: 0 0 0 1px #C79854;
  --tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:border-primary:focus {
  --tw-border-opacity: 1;
  border-color: rgb(199 152 84 / var(--tw-border-opacity, 1));
}

.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

.disabled\:text-gray3:disabled {
  --tw-text-opacity: 1;
  color: rgb(101 101 101 / var(--tw-text-opacity, 1));
}

.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\:stroke-primary {
  stroke: #C79854;
}

.group:hover .group-hover\:opacity-0 {
  opacity: 0;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

@media (min-width: 768px) {
  .md\:flex {
    display: flex;
  }

  .md\:aspect-auto {
    aspect-ratio: auto;
  }

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

  .md\:w-full {
    width: 100%;
  }

  .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\:flex-row {
    flex-direction: row;
  }

  .md\:flex-col {
    flex-direction: column;
  }

  .md\:items-start {
    align-items: flex-start;
  }

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

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

  .md\:rounded-\[5px\] {
    border-radius: 5px;
  }

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

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

  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

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

@media (min-width: 1024px) {
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

@media (min-width: 1280px) {
  .xl\:static {
    position: static;
  }

  .xl\:absolute {
    position: absolute;
  }

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

  .xl\:-mx-\[calc\(\(100vw-1180px\)\/2\)\] {
    margin-left: calc(calc((100vw - 1180px) / 2) * -1);
    margin-right: calc(calc((100vw - 1180px) / 2) * -1);
  }

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

  .xl\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .xl\:mb-12 {
    margin-bottom: 3rem;
  }

  .xl\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .xl\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .xl\:mb-8 {
    margin-bottom: 2rem;
  }

  .xl\:mb-\[102px\] {
    margin-bottom: 102px;
  }

  .xl\:mb-\[124px\] {
    margin-bottom: 124px;
  }

  .xl\:mb-\[127px\] {
    margin-bottom: 127px;
  }

  .xl\:mb-\[132px\] {
    margin-bottom: 132px;
  }

  .xl\:mb-\[150px\] {
    margin-bottom: 150px;
  }

  .xl\:mb-\[152px\] {
    margin-bottom: 152px;
  }

  .xl\:mb-\[170px\] {
    margin-bottom: 170px;
  }

  .xl\:mb-\[180px\] {
    margin-bottom: 180px;
  }

  .xl\:mb-\[84px\] {
    margin-bottom: 84px;
  }

  .xl\:me-5 {
    margin-inline-end: 1.25rem;
  }

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

  .xl\:mt-1 {
    margin-top: 0.25rem;
  }

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

  .xl\:mt-11 {
    margin-top: 2.75rem;
  }

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

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

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

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

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

  .xl\:mt-4 {
    margin-top: 1rem;
  }

  .xl\:mt-5 {
    margin-top: 1.25rem;
  }

  .xl\:mt-6 {
    margin-top: 1.5rem;
  }

  .xl\:mt-7 {
    margin-top: 1.75rem;
  }

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

  .xl\:mt-9 {
    margin-top: 2.25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .xl\:line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:size-20 {
    width: 5rem;
    height: 5rem;
  }

  .xl\:size-5 {
    width: 1.25rem;
    height: 1.25rem;
  }

  .xl\:size-8 {
    width: 2rem;
    height: 2rem;
  }

  .xl\:size-\[106px\] {
    width: 106px;
    height: 106px;
  }

  .xl\:size-\[141px\] {
    width: 141px;
    height: 141px;
  }

  .xl\:size-\[150px\] {
    width: 150px;
    height: 150px;
  }

  .xl\:size-\[440px\] {
    width: 440px;
    height: 440px;
  }

  .xl\:size-\[60px\] {
    width: 60px;
    height: 60px;
  }

  .xl\:h-10 {
    height: 2.5rem;
  }

  .xl\:h-\[111px\] {
    height: 111px;
  }

  .xl\:h-\[120px\] {
    height: 120px;
  }

  .xl\:h-\[237px\] {
    height: 237px;
  }

  .xl\:h-\[387px\] {
    height: 387px;
  }

  .xl\:h-\[474px\] {
    height: 474px;
  }

  .xl\:h-\[498px\] {
    height: 498px;
  }

  .xl\:h-\[607px\] {
    height: 607px;
  }

  .xl\:h-\[639px\] {
    height: 639px;
  }

  .xl\:min-h-\[129px\] {
    min-height: 129px;
  }

  .xl\:min-h-\[271px\] {
    min-height: 271px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:flex-col {
    flex-direction: column;
  }

  .xl\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .xl\:items-start {
    align-items: flex-start;
  }

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

  .xl\:justify-start {
    justify-content: flex-start;
  }

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

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

  .xl\:gap-10 {
    gap: 2.5rem;
  }

  .xl\:gap-11 {
    gap: 2.75rem;
  }

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

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

  .xl\:gap-6 {
    gap: 1.5rem;
  }

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

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

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

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

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

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

  .xl\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .xl\:gap-x-\[106px\] {
    -moz-column-gap: 106px;
         column-gap: 106px;
  }

  .xl\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .xl\:gap-y-7 {
    row-gap: 1.75rem;
  }

  .xl\:gap-y-\[14px\] {
    row-gap: 14px;
  }

  .xl\:self-start {
    align-self: flex-start;
  }

  .xl\:overflow-x-visible {
    overflow-x: visible;
  }

  .xl\:rounded-\[5px\] {
    border-radius: 5px;
  }

  .xl\:bg-transparent {
    background-color: transparent;
  }

  .xl\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }

  .xl\:p-0 {
    padding: 0px;
  }

  .xl\:p-5 {
    padding: 1.25rem;
  }

  .xl\:p-6 {
    padding: 1.5rem;
  }

  .xl\:p-7 {
    padding: 1.75rem;
  }

  .xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

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

  .xl\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .xl\:px-\[18px\] {
    padding-left: 18px;
    padding-right: 18px;
  }

  .xl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:pt-5 {
    padding-top: 1.25rem;
  }

  .xl\:text-justify {
    text-align: justify;
  }

  .xl\:text-start {
    text-align: start;
  }

  .xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

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

  .xl\:text-\[32px\] {
    font-size: 32px;
  }

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

  .xl\:text-\[82\.4px\] {
    font-size: 82.4px;
  }

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

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

  .xl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.\[\&\>\*\:first-child\]\:border-s-0>*:first-child {
  border-inline-start-width: 0px;
}

.\[\&\>\*\:first-child\]\:ps-0>*:first-child {
  padding-inline-start: 0px;
}

.\[\&\>\*\:last-child\]\:border-l-0>*:last-child {
  border-left-width: 0px;
}

.\[\&\>\*\:last-child\]\:pe-0>*:last-child {
  padding-inline-end: 0px;
}

.\[\&\>\*\]\:shrink-0>* {
  flex-shrink: 0;
}

.\[\&\>\*\]\:cursor-pointer>* {
  cursor: pointer;
}

.\[\&\>\*\]\:border-l-\[0\.6px\]>* {
  border-left-width: 0.6px;
}

.\[\&\>\*\]\:border-s-\[1px\]>* {
  border-inline-start-width: 1px;
}

.\[\&\>\*\]\:border-border>* {
  --tw-border-opacity: 1;
  border-color: rgb(210 210 210 / var(--tw-border-opacity, 1));
}

.\[\&\>\*\]\:px-\[10px\]>* {
  padding-left: 10px;
  padding-right: 10px;
}

.\[\&\>\*\]\:pe-3>* {
  padding-inline-end: 0.75rem;
}

.\[\&\>\*\]\:ps-3>* {
  padding-inline-start: 0.75rem;
}

.\[\&\>a\]\:shrink-0>a {
  flex-shrink: 0;
}

.\[\&\>li\]\:cursor-pointer>li {
  cursor: pointer;
}

.\[\&\>li\]\:duration-200>li {
  transition-duration: 200ms;
}

.hover\:\[\&\>li\]\:text-primary>li:hover {
  --tw-text-opacity: 1;
  color: rgb(199 152 84 / var(--tw-text-opacity, 1));
}

.\[\&\>td\]\:border-b-\[0\.6px\]>td {
  border-bottom-width: 0.6px;
}

.\[\&\>td\]\:border-border>td {
  --tw-border-opacity: 1;
  border-color: rgb(210 210 210 / var(--tw-border-opacity, 1));
}

.\[\&\>td\]\:py-5>td {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.\[\&\>th\]\:border-b-\[0\.6px\]>th {
  border-bottom-width: 0.6px;
}

.\[\&\>th\]\:border-border>th {
  --tw-border-opacity: 1;
  border-color: rgb(210 210 210 / var(--tw-border-opacity, 1));
}

.\[\&\>th\]\:pb-5>th {
  padding-bottom: 1.25rem;
}

.\[\&_\.swiper-slide\]\:cursor-pointer .swiper-slide {
  cursor: pointer;
}