/**
 * Do not edit this file! 
 * You should not write CSS directly when using React Native.
 * We are using CSS resets here to support React Native for Web and Tailwind CSS.
 */

/*! tailwindcss v3.4.4 | MIT License | https://tailwindcss.com
 */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
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] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 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:  ;
}
.container {
  width: 100%;
}
html :is(.pointer-events-none) {
  pointer-events: none;
}
html :is(.visible) {
  visibility: visible;
}
html :is(.static) {
  position: static;
}
html :is(.absolute) {
  position: absolute;
}
html :is(.relative) {
  position: relative;
}
html :is(.sticky) {
  position: sticky;
}
html :is(.\!left-0) {
  left: 0px !important;
}
html :is(.\!left-auto) {
  left: auto !important;
}
html :is(.\!right-0) {
  right: 0px !important;
}
html :is(.bottom-0) {
  bottom: 0px;
}
html :is(.bottom-\[0px\]) {
  bottom: 0px;
}
html :is(.bottom-\[20px\]) {
  bottom: 20px;
}
html :is(.bottom-\[67px\]) {
  bottom: 67px;
}
html :is(.left-0) {
  left: 0px;
}
html :is(.left-\[-10px\]) {
  left: -10px;
}
html :is(.left-\[-15px\]) {
  left: -15px;
}
html :is(.left-\[0\%\]) {
  left: 0%;
}
html :is(.left-\[10px\]) {
  left: 10px;
}
html :is(.left-\[15px\]) {
  left: 15px;
}
html :is(.left-\[20px\]) {
  left: 20px;
}
html :is(.left-\[40px\]) {
  left: 40px;
}
html :is(.left-\[50\%\]) {
  left: 50%;
}
html :is(.right-0) {
  right: 0px;
}
html :is(.right-\[-110px\]) {
  right: -110px;
}
html :is(.right-\[-20px\]) {
  right: -20px;
}
html :is(.right-\[-5px\]) {
  right: -5px;
}
html :is(.right-\[10px\]) {
  right: 10px;
}
html :is(.right-\[13px\]) {
  right: 13px;
}
html :is(.right-\[14px\]) {
  right: 14px;
}
html :is(.right-\[15px\]) {
  right: 15px;
}
html :is(.right-\[20px\]) {
  right: 20px;
}
html :is(.top-0) {
  top: 0px;
}
html :is(.top-\[-12px\]) {
  top: -12px;
}
html :is(.top-\[-30px\]) {
  top: -30px;
}
html :is(.top-\[10px\]) {
  top: 10px;
}
html :is(.top-\[130px\]) {
  top: 130px;
}
html :is(.top-\[15px\]) {
  top: 15px;
}
html :is(.top-\[35px\]) {
  top: 35px;
}
html :is(.top-\[40px\]) {
  top: 40px;
}
html :is(.top-\[45px\]) {
  top: 45px;
}
html :is(.top-\[50\%\]) {
  top: 50%;
}
html :is(.top-\[9px\]) {
  top: 9px;
}
html :is(.z-0) {
  z-index: 0;
}
html :is(.z-\[-10\]) {
  z-index: -10;
}
html :is(.z-\[-1\]) {
  z-index: -1;
}
html :is(.z-\[0\]) {
  z-index: 0;
}
html :is(.z-\[10000\]) {
  z-index: 10000;
}
html :is(.z-\[10\]) {
  z-index: 10;
}
html :is(.z-\[1\]) {
  z-index: 1;
}
html :is(.z-\[98\]) {
  z-index: 98;
}
html :is(.z-\[99999\]) {
  z-index: 99999;
}
html :is(.z-\[9999\]) {
  z-index: 9999;
}
html :is(.z-\[999\]) {
  z-index: 999;
}
html :is(.z-\[99\]) {
  z-index: 99;
}
html :is(.z-\[9\]) {
  z-index: 9;
}
html :is(.order-1) {
  order: 1;
}
html :is(.col-span-1) {
  grid-column: span 1 / span 1;
}
html :is(.col-span-2) {
  grid-column: span 2 / span 2;
}
html :is(.col-span-3) {
  grid-column: span 3 / span 3;
}
html :is(.col-span-4) {
  grid-column: span 4 / span 4;
}
html :is(.col-span-5) {
  grid-column: span 5 / span 5;
}
html :is(.col-span-6) {
  grid-column: span 6 / span 6;
}
html :is(.col-span-8) {
  grid-column: span 8 / span 8;
}
html :is(.float-left) {
  float: left;
}
html :is(.m-\[15px\]) {
  margin: 15px;
}
html :is(.m-\[5px\]) {
  margin: 5px;
}
html :is(.m-auto) {
  margin: auto;
}
html :is(.mx-0) {
  margin-left: 0px;
  margin-right: 0px;
}
html :is(.mx-\[-12\.5vw\]) {
  margin-left: -12.5vw;
  margin-right: -12.5vw;
}
html :is(.mx-\[-17\.5vw\]) {
  margin-left: -17.5vw;
  margin-right: -17.5vw;
}
html :is(.mx-\[-35vw\]) {
  margin-left: -35vw;
  margin-right: -35vw;
}
html :is(.mx-\[-8px\]) {
  margin-left: -8px;
  margin-right: -8px;
}
html :is(.mx-\[10px\]) {
  margin-left: 10px;
  margin-right: 10px;
}
html :is(.mx-\[15px\]) {
  margin-left: 15px;
  margin-right: 15px;
}
html :is(.mx-\[20px\]) {
  margin-left: 20px;
  margin-right: 20px;
}
html :is(.mx-\[25px\]) {
  margin-left: 25px;
  margin-right: 25px;
}
html :is(.mx-\[5px\]) {
  margin-left: 5px;
  margin-right: 5px;
}
html :is(.mx-\[8px\]) {
  margin-left: 8px;
  margin-right: 8px;
}
html :is(.mx-auto) {
  margin-left: auto;
  margin-right: auto;
}
html :is(.my-0) {
  margin-top: 0px;
  margin-bottom: 0px;
}
html :is(.my-10) {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
html :is(.my-4) {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
html :is(.my-\[0px\]) {
  margin-top: 0px;
  margin-bottom: 0px;
}
html :is(.my-\[100px\]) {
  margin-top: 100px;
  margin-bottom: 100px;
}
html :is(.my-\[10px\]) {
  margin-top: 10px;
  margin-bottom: 10px;
}
html :is(.my-\[15px\]) {
  margin-top: 15px;
  margin-bottom: 15px;
}
html :is(.my-\[19px\]) {
  margin-top: 19px;
  margin-bottom: 19px;
}
html :is(.my-\[20px\]) {
  margin-top: 20px;
  margin-bottom: 20px;
}
html :is(.my-\[30px\]) {
  margin-top: 30px;
  margin-bottom: 30px;
}
html :is(.my-\[3px\]) {
  margin-top: 3px;
  margin-bottom: 3px;
}
html :is(.my-\[40px\]) {
  margin-top: 40px;
  margin-bottom: 40px;
}
html :is(.my-\[5px\]) {
  margin-top: 5px;
  margin-bottom: 5px;
}
html :is(.my-\[8px\]) {
  margin-top: 8px;
  margin-bottom: 8px;
}
html :is(.\!mr-0) {
  margin-right: 0px !important;
}
html :is(.mb-0) {
  margin-bottom: 0px;
}
html :is(.mb-1) {
  margin-bottom: 0.25rem;
}
html :is(.mb-2) {
  margin-bottom: 0.5rem;
}
html :is(.mb-4) {
  margin-bottom: 1rem;
}
html :is(.mb-6) {
  margin-bottom: 1.5rem;
}
html :is(.mb-\[-20px\]) {
  margin-bottom: -20px;
}
html :is(.mb-\[-2px\]) {
  margin-bottom: -2px;
}
html :is(.mb-\[0px\]) {
  margin-bottom: 0px;
}
html :is(.mb-\[100px\]) {
  margin-bottom: 100px;
}
html :is(.mb-\[10px\]) {
  margin-bottom: 10px;
}
html :is(.mb-\[12px\]) {
  margin-bottom: 12px;
}
html :is(.mb-\[14px\]) {
  margin-bottom: 14px;
}
html :is(.mb-\[15px\]) {
  margin-bottom: 15px;
}
html :is(.mb-\[200px\]) {
  margin-bottom: 200px;
}
html :is(.mb-\[20px\]) {
  margin-bottom: 20px;
}
html :is(.mb-\[21px\]) {
  margin-bottom: 21px;
}
html :is(.mb-\[25px\]) {
  margin-bottom: 25px;
}
html :is(.mb-\[30px\]) {
  margin-bottom: 30px;
}
html :is(.mb-\[40px\]) {
  margin-bottom: 40px;
}
html :is(.mb-\[4px\]) {
  margin-bottom: 4px;
}
html :is(.mb-\[50px\]) {
  margin-bottom: 50px;
}
html :is(.mb-\[5px\]) {
  margin-bottom: 5px;
}
html :is(.mb-\[6px\]) {
  margin-bottom: 6px;
}
html :is(.mb-\[7px\]) {
  margin-bottom: 7px;
}
html :is(.mb-\[80px\]) {
  margin-bottom: 80px;
}
html :is(.ml-20) {
  margin-left: 5rem;
}
html :is(.ml-\[-10px\]) {
  margin-left: -10px;
}
html :is(.ml-\[0px\]) {
  margin-left: 0px;
}
html :is(.ml-\[10px\]) {
  margin-left: 10px;
}
html :is(.ml-\[12px\]) {
  margin-left: 12px;
}
html :is(.ml-\[14px\]) {
  margin-left: 14px;
}
html :is(.ml-\[15px\]) {
  margin-left: 15px;
}
html :is(.ml-\[20px\]) {
  margin-left: 20px;
}
html :is(.ml-\[25px\]) {
  margin-left: 25px;
}
html :is(.ml-\[3px\]) {
  margin-left: 3px;
}
html :is(.ml-\[40px\]) {
  margin-left: 40px;
}
html :is(.ml-\[4px\]) {
  margin-left: 4px;
}
html :is(.ml-\[5px\]) {
  margin-left: 5px;
}
html :is(.ml-\[6px\]) {
  margin-left: 6px;
}
html :is(.ml-auto) {
  margin-left: auto;
}
html :is(.mr-1) {
  margin-right: 0.25rem;
}
html :is(.mr-2) {
  margin-right: 0.5rem;
}
html :is(.mr-\[0px\]) {
  margin-right: 0px;
}
html :is(.mr-\[10px\]) {
  margin-right: 10px;
}
html :is(.mr-\[12px\]) {
  margin-right: 12px;
}
html :is(.mr-\[15px\]) {
  margin-right: 15px;
}
html :is(.mr-\[18px\]) {
  margin-right: 18px;
}
html :is(.mr-\[20px\]) {
  margin-right: 20px;
}
html :is(.mr-\[22px\]) {
  margin-right: 22px;
}
html :is(.mr-\[24px\]) {
  margin-right: 24px;
}
html :is(.mr-\[25px\]) {
  margin-right: 25px;
}
html :is(.mr-\[40px\]) {
  margin-right: 40px;
}
html :is(.mr-\[50px\]) {
  margin-right: 50px;
}
html :is(.mr-\[5px\]) {
  margin-right: 5px;
}
html :is(.mr-\[6px\]) {
  margin-right: 6px;
}
html :is(.mr-\[80px\]) {
  margin-right: 80px;
}
html :is(.mr-\[8px\]) {
  margin-right: 8px;
}
html :is(.mr-auto) {
  margin-right: auto;
}
html :is(.mt-0) {
  margin-top: 0px;
}
html :is(.mt-1) {
  margin-top: 0.25rem;
}
html :is(.mt-10) {
  margin-top: 2.5rem;
}
html :is(.mt-2) {
  margin-top: 0.5rem;
}
html :is(.mt-4) {
  margin-top: 1rem;
}
html :is(.mt-5) {
  margin-top: 1.25rem;
}
html :is(.mt-\[-10px\]) {
  margin-top: -10px;
}
html :is(.mt-\[-20px\]) {
  margin-top: -20px;
}
html :is(.mt-\[-2px\]) {
  margin-top: -2px;
}
html :is(.mt-\[-53px\]) {
  margin-top: -53px;
}
html :is(.mt-\[-6px\]) {
  margin-top: -6px;
}
html :is(.mt-\[0px\]) {
  margin-top: 0px;
}
html :is(.mt-\[10px\]) {
  margin-top: 10px;
}
html :is(.mt-\[15px\]) {
  margin-top: 15px;
}
html :is(.mt-\[18px\]) {
  margin-top: 18px;
}
html :is(.mt-\[1px\]) {
  margin-top: 1px;
}
html :is(.mt-\[20px\]) {
  margin-top: 20px;
}
html :is(.mt-\[22px\]) {
  margin-top: 22px;
}
html :is(.mt-\[24px\]) {
  margin-top: 24px;
}
html :is(.mt-\[25px\]) {
  margin-top: 25px;
}
html :is(.mt-\[27px\]) {
  margin-top: 27px;
}
html :is(.mt-\[29px\]) {
  margin-top: 29px;
}
html :is(.mt-\[30px\]) {
  margin-top: 30px;
}
html :is(.mt-\[33px\]) {
  margin-top: 33px;
}
html :is(.mt-\[38px\]) {
  margin-top: 38px;
}
html :is(.mt-\[3px\]) {
  margin-top: 3px;
}
html :is(.mt-\[40px\]) {
  margin-top: 40px;
}
html :is(.mt-\[50px\]) {
  margin-top: 50px;
}
html :is(.mt-\[5px\]) {
  margin-top: 5px;
}
html :is(.mt-\[6\.7px\]) {
  margin-top: 6.7px;
}
html :is(.mt-\[60px\]) {
  margin-top: 60px;
}
html :is(.mt-\[7px\]) {
  margin-top: 7px;
}
html :is(.mt-\[9px\]) {
  margin-top: 9px;
}
html :is(.mt-\[auto\]) {
  margin-top: auto;
}
html :is(.mt-auto) {
  margin-top: auto;
}
html :is(.line-clamp-2) {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
html :is(.block) {
  display: block;
}
html :is(.inline-block) {
  display: inline-block;
}
html :is(.inline) {
  display: inline;
}
html :is(.flex) {
  display: flex;
}
html :is(.table) {
  display: table;
}
html :is(.inline-table) {
  display: inline-table;
}
html :is(.grid) {
  display: grid;
}
html :is(.contents) {
  display: contents;
}
html :is(.hidden) {
  display: none;
}
html :is(.aspect-\[1\/2\]) {
  aspect-ratio: 1/2;
}
html :is(.aspect-\[2\/1\]) {
  aspect-ratio: 2/1;
}
html :is(.aspect-\[4\/2\]) {
  aspect-ratio: 4/2;
}
html :is(.aspect-square) {
  aspect-ratio: 1 / 1;
}
html :is(.\!h-\[30px\]) {
  height: 30px !important;
}
html :is(.\!h-full) {
  height: 100% !important;
}
html :is(.h-0) {
  height: 0px;
}
html :is(.h-5) {
  height: 1.25rem;
}
html :is(.h-6) {
  height: 1.5rem;
}
html :is(.h-7) {
  height: 1.75rem;
}
html :is(.h-\[0\.5px\]) {
  height: 0.5px;
}
html :is(.h-\[100\%\]) {
  height: 100%;
}
html :is(.h-\[100px\]) {
  height: 100px;
}
html :is(.h-\[108px\]) {
  height: 108px;
}
html :is(.h-\[110px\]) {
  height: 110px;
}
html :is(.h-\[115px\]) {
  height: 115px;
}
html :is(.h-\[120px\]) {
  height: 120px;
}
html :is(.h-\[14px\]) {
  height: 14px;
}
html :is(.h-\[150px\]) {
  height: 150px;
}
html :is(.h-\[15px\]) {
  height: 15px;
}
html :is(.h-\[167px\]) {
  height: 167px;
}
html :is(.h-\[18px\]) {
  height: 18px;
}
html :is(.h-\[200px\]) {
  height: 200px;
}
html :is(.h-\[20px\]) {
  height: 20px;
}
html :is(.h-\[210px\]) {
  height: 210px;
}
html :is(.h-\[21px\]) {
  height: 21px;
}
html :is(.h-\[22px\]) {
  height: 22px;
}
html :is(.h-\[24px\]) {
  height: 24px;
}
html :is(.h-\[258px\]) {
  height: 258px;
}
html :is(.h-\[25px\]) {
  height: 25px;
}
html :is(.h-\[26px\]) {
  height: 26px;
}
html :is(.h-\[284px\]) {
  height: 284px;
}
html :is(.h-\[28px\]) {
  height: 28px;
}
html :is(.h-\[300px\]) {
  height: 300px;
}
html :is(.h-\[30px\]) {
  height: 30px;
}
html :is(.h-\[32px\]) {
  height: 32px;
}
html :is(.h-\[34px\]) {
  height: 34px;
}
html :is(.h-\[35px\]) {
  height: 35px;
}
html :is(.h-\[36px\]) {
  height: 36px;
}
html :is(.h-\[400px\]) {
  height: 400px;
}
html :is(.h-\[40px\]) {
  height: 40px;
}
html :is(.h-\[415px\]) {
  height: 415px;
}
html :is(.h-\[43px\]) {
  height: 43px;
}
html :is(.h-\[450px\]) {
  height: 450px;
}
html :is(.h-\[45px\]) {
  height: 45px;
}
html :is(.h-\[45vh\]) {
  height: 45vh;
}
html :is(.h-\[46px\]) {
  height: 46px;
}
html :is(.h-\[480px\]) {
  height: 480px;
}
html :is(.h-\[48px\]) {
  height: 48px;
}
html :is(.h-\[500px\]) {
  height: 500px;
}
html :is(.h-\[50px\]) {
  height: 50px;
}
html :is(.h-\[55px\]) {
  height: 55px;
}
html :is(.h-\[565px\]) {
  height: 565px;
}
html :is(.h-\[60px\]) {
  height: 60px;
}
html :is(.h-\[650px\]) {
  height: 650px;
}
html :is(.h-\[65px\]) {
  height: 65px;
}
html :is(.h-\[68px\]) {
  height: 68px;
}
html :is(.h-\[70px\]) {
  height: 70px;
}
html :is(.h-\[800px\]) {
  height: 800px;
}
html :is(.h-\[80px\]) {
  height: 80px;
}
html :is(.h-\[84px\]) {
  height: 84px;
}
html :is(.h-\[85px\]) {
  height: 85px;
}
html :is(.h-\[90px\]) {
  height: 90px;
}
html :is(.h-\[90vh\]) {
  height: 90vh;
}
html :is(.h-\[98px\]) {
  height: 98px;
}
html :is(.h-\[calc\(100\%-40px\)\]) {
  height: calc(100% - 40px);
}
html :is(.h-\[calc\(100vh-180px\)\]) {
  height: calc(100vh - 180px);
}
html :is(.h-\[calc\(100vh-40px\)\]) {
  height: calc(100vh - 40px);
}
html :is(.h-auto) {
  height: auto;
}
html :is(.h-full) {
  height: 100%;
}
html :is(.\!max-h-full) {
  max-height: 100% !important;
}
html :is(.max-h-\[100\%\]) {
  max-height: 100%;
}
html :is(.max-h-\[100px\]) {
  max-height: 100px;
}
html :is(.max-h-\[105px\]) {
  max-height: 105px;
}
html :is(.max-h-\[109px\]) {
  max-height: 109px;
}
html :is(.max-h-\[258px\]) {
  max-height: 258px;
}
html :is(.max-h-\[300px\]) {
  max-height: 300px;
}
html :is(.max-h-\[400px\]) {
  max-height: 400px;
}
html :is(.max-h-\[450px\]) {
  max-height: 450px;
}
html :is(.max-h-\[50px\]) {
  max-height: 50px;
}
html :is(.max-h-\[520px\]) {
  max-height: 520px;
}
html :is(.max-h-\[550px\]) {
  max-height: 550px;
}
html :is(.max-h-\[600px\]) {
  max-height: 600px;
}
html :is(.max-h-\[70px\]) {
  max-height: 70px;
}
html :is(.max-h-\[90\%\]) {
  max-height: 90%;
}
html :is(.max-h-\[90px\]) {
  max-height: 90px;
}
html :is(.max-h-\[calc\(100vh-250px\)\]) {
  max-height: calc(100vh - 250px);
}
html :is(.max-h-full) {
  max-height: 100%;
}
html :is(.\!min-h-\[140px\]) {
  min-height: 140px !important;
}
html :is(.\!min-h-\[500px\]) {
  min-height: 500px !important;
}
html :is(.min-h-\[100px\]) {
  min-height: 100px;
}
html :is(.min-h-\[105px\]) {
  min-height: 105px;
}
html :is(.min-h-\[120px\]) {
  min-height: 120px;
}
html :is(.min-h-\[130px\]) {
  min-height: 130px;
}
html :is(.min-h-\[240px\]) {
  min-height: 240px;
}
html :is(.min-h-\[24px\]) {
  min-height: 24px;
}
html :is(.min-h-\[250px\]) {
  min-height: 250px;
}
html :is(.min-h-\[330px\]) {
  min-height: 330px;
}
html :is(.min-h-\[360px\]) {
  min-height: 360px;
}
html :is(.min-h-\[380px\]) {
  min-height: 380px;
}
html :is(.min-h-\[43px\]) {
  min-height: 43px;
}
html :is(.min-h-\[440px\]) {
  min-height: 440px;
}
html :is(.min-h-\[450px\]) {
  min-height: 450px;
}
html :is(.min-h-\[500px\]) {
  min-height: 500px;
}
html :is(.min-h-\[50px\]) {
  min-height: 50px;
}
html :is(.min-h-\[570px\]) {
  min-height: 570px;
}
html :is(.min-h-\[78px\]) {
  min-height: 78px;
}
html :is(.min-h-\[80px\]) {
  min-height: 80px;
}
html :is(.\!w-\[200px\]) {
  width: 200px !important;
}
html :is(.\!w-\[226px\]) {
  width: 226px !important;
}
html :is(.\!w-full) {
  width: 100% !important;
}
html :is(.w-5) {
  width: 1.25rem;
}
html :is(.w-6) {
  width: 1.5rem;
}
html :is(.w-7) {
  width: 1.75rem;
}
html :is(.w-9\/12) {
  width: 75%;
}
html :is(.w-\[0px\]) {
  width: 0px;
}
html :is(.w-\[100\%\+35vw\]) {
  width: 100%+35vw;
}
html :is(.w-\[100\%\]) {
  width: 100%;
}
html :is(.w-\[100\]) {
  width: 100;
}
html :is(.w-\[100px\]) {
  width: 100px;
}
html :is(.w-\[10px\]) {
  width: 10px;
}
html :is(.w-\[120px\]) {
  width: 120px;
}
html :is(.w-\[126px\]) {
  width: 126px;
}
html :is(.w-\[130px\]) {
  width: 130px;
}
html :is(.w-\[135px\]) {
  width: 135px;
}
html :is(.w-\[140px\]) {
  width: 140px;
}
html :is(.w-\[1450px\]) {
  width: 1450px;
}
html :is(.w-\[14px\]) {
  width: 14px;
}
html :is(.w-\[150px\]) {
  width: 150px;
}
html :is(.w-\[160px\]) {
  width: 160px;
}
html :is(.w-\[161px\]) {
  width: 161px;
}
html :is(.w-\[164px\]) {
  width: 164px;
}
html :is(.w-\[165px\]) {
  width: 165px;
}
html :is(.w-\[18px\]) {
  width: 18px;
}
html :is(.w-\[190px\]) {
  width: 190px;
}
html :is(.w-\[196px\]) {
  width: 196px;
}
html :is(.w-\[1px\]) {
  width: 1px;
}
html :is(.w-\[20\%\]) {
  width: 20%;
}
html :is(.w-\[200px\]) {
  width: 200px;
}
html :is(.w-\[20px\]) {
  width: 20px;
}
html :is(.w-\[215px\]) {
  width: 215px;
}
html :is(.w-\[225px\]) {
  width: 225px;
}
html :is(.w-\[22px\]) {
  width: 22px;
}
html :is(.w-\[230px\]) {
  width: 230px;
}
html :is(.w-\[239px\]) {
  width: 239px;
}
html :is(.w-\[240px\]) {
  width: 240px;
}
html :is(.w-\[24px\]) {
  width: 24px;
}
html :is(.w-\[25\%\]) {
  width: 25%;
}
html :is(.w-\[250px\]) {
  width: 250px;
}
html :is(.w-\[25px\]) {
  width: 25px;
}
html :is(.w-\[270px\]) {
  width: 270px;
}
html :is(.w-\[280px\]) {
  width: 280px;
}
html :is(.w-\[3\.6\%\]) {
  width: 3.6%;
}
html :is(.w-\[300px\]) {
  width: 300px;
}
html :is(.w-\[30px\]) {
  width: 30px;
}
html :is(.w-\[32px\]) {
  width: 32px;
}
html :is(.w-\[35\%\]) {
  width: 35%;
}
html :is(.w-\[350px\]) {
  width: 350px;
}
html :is(.w-\[35px\]) {
  width: 35px;
}
html :is(.w-\[365px\]) {
  width: 365px;
}
html :is(.w-\[36px\]) {
  width: 36px;
}
html :is(.w-\[372px\]) {
  width: 372px;
}
html :is(.w-\[40\%\]) {
  width: 40%;
}
html :is(.w-\[400px\]) {
  width: 400px;
}
html :is(.w-\[40px\]) {
  width: 40px;
}
html :is(.w-\[440px\]) {
  width: 440px;
}
html :is(.w-\[450px\]) {
  width: 450px;
}
html :is(.w-\[472px\]) {
  width: 472px;
}
html :is(.w-\[498px\]) {
  width: 498px;
}
html :is(.w-\[50\%\]) {
  width: 50%;
}
html :is(.w-\[500px\]) {
  width: 500px;
}
html :is(.w-\[54px\]) {
  width: 54px;
}
html :is(.w-\[560px\]) {
  width: 560px;
}
html :is(.w-\[600px\]) {
  width: 600px;
}
html :is(.w-\[60px\]) {
  width: 60px;
}
html :is(.w-\[61vw\]) {
  width: 61vw;
}
html :is(.w-\[65px\]) {
  width: 65px;
}
html :is(.w-\[660px\]) {
  width: 660px;
}
html :is(.w-\[70\%\]) {
  width: 70%;
}
html :is(.w-\[70px\]) {
  width: 70px;
}
html :is(.w-\[74px\]) {
  width: 74px;
}
html :is(.w-\[75\%\]) {
  width: 75%;
}
html :is(.w-\[75px\]) {
  width: 75px;
}
html :is(.w-\[80\%\]) {
  width: 80%;
}
html :is(.w-\[80px\]) {
  width: 80px;
}
html :is(.w-\[84px\]) {
  width: 84px;
}
html :is(.w-\[90\%\]) {
  width: 90%;
}
html :is(.w-\[90px\]) {
  width: 90px;
}
html :is(.w-\[98px\]) {
  width: 98px;
}
html :is(.w-\[calc\(100\%\+16px\)\]) {
  width: calc(100% + 16px);
}
html :is(.w-\[calc\(100\%\+25vw\)\]) {
  width: calc(100% + 25vw);
}
html :is(.w-\[calc\(100\%\+35vw\)\]) {
  width: calc(100% + 35vw);
}
html :is(.w-\[calc\(100\%-115px\)\]) {
  width: calc(100% - 115px);
}
html :is(.w-\[calc\(100\%-120px\)\]) {
  width: calc(100% - 120px);
}
html :is(.w-\[calc\(100\%-20px\)\]) {
  width: calc(100% - 20px);
}
html :is(.w-\[calc\(100\%-25\%\)\]) {
  width: calc(100% - 25%);
}
html :is(.w-\[calc\(100\%-250px\)\]) {
  width: calc(100% - 250px);
}
html :is(.w-\[calc\(100\%-265px\)\]) {
  width: calc(100% - 265px);
}
html :is(.w-\[calc\(100\%-270px\)\]) {
  width: calc(100% - 270px);
}
html :is(.w-\[calc\(100\%-320px\)\]) {
  width: calc(100% - 320px);
}
html :is(.w-\[calc\(100\%-365px\)\]) {
  width: calc(100% - 365px);
}
html :is(.w-\[calc\(100\%-40px\)\]) {
  width: calc(100% - 40px);
}
html :is(.w-\[calc\(100\%-70px\)\]) {
  width: calc(100% - 70px);
}
html :is(.w-\[calc\(100\%-844px\)\]) {
  width: calc(100% - 844px);
}
html :is(.w-\[calc\(100\%-85px\)\]) {
  width: calc(100% - 85px);
}
html :is(.w-\[calc\(100\%-98px\)\]) {
  width: calc(100% - 98px);
}
html :is(.w-\[calc\(14\.28\%-15px\)\]) {
  width: calc(14.28% - 15px);
}
html :is(.w-\[calc\(50\%-12px\)\]) {
  width: calc(50% - 12px);
}
html :is(.w-\[calc\(50\%-20px\)\]) {
  width: calc(50% - 20px);
}
html :is(.w-auto) {
  width: auto;
}
html :is(.w-full) {
  width: 100%;
}
html :is(.min-w-\[100\%\]) {
  min-width: 100%;
}
html :is(.min-w-\[120px\]) {
  min-width: 120px;
}
html :is(.min-w-\[140px\]) {
  min-width: 140px;
}
html :is(.min-w-\[175px\]) {
  min-width: 175px;
}
html :is(.min-w-\[22px\]) {
  min-width: 22px;
}
html :is(.min-w-\[270px\]) {
  min-width: 270px;
}
html :is(.min-w-\[350px\]) {
  min-width: 350px;
}
html :is(.min-w-\[40px\]) {
  min-width: 40px;
}
html :is(.min-w-\[550px\]) {
  min-width: 550px;
}
html :is(.min-w-\[65px\]) {
  min-width: 65px;
}
html :is(.min-w-\[70px\]) {
  min-width: 70px;
}
html :is(.min-w-\[80px\]) {
  min-width: 80px;
}
html :is(.min-w-\[90px\]) {
  min-width: 90px;
}
html :is(.\!max-w-\[100\%\]) {
  max-width: 100% !important;
}
html :is(.max-w-\[100\%\]) {
  max-width: 100%;
}
html :is(.max-w-\[105px\]) {
  max-width: 105px;
}
html :is(.max-w-\[1280px\]) {
  max-width: 1280px;
}
html :is(.max-w-\[135px\]) {
  max-width: 135px;
}
html :is(.max-w-\[1450px\]) {
  max-width: 1450px;
}
html :is(.max-w-\[160px\]) {
  max-width: 160px;
}
html :is(.max-w-\[224px\]) {
  max-width: 224px;
}
html :is(.max-w-\[40px\]) {
  max-width: 40px;
}
html :is(.max-w-\[448px\]) {
  max-width: 448px;
}
html :is(.max-w-\[450px\]) {
  max-width: 450px;
}
html :is(.max-w-\[50\%\]) {
  max-width: 50%;
}
html :is(.max-w-\[500px\]) {
  max-width: 500px;
}
html :is(.max-w-\[560px\]) {
  max-width: 560px;
}
html :is(.max-w-\[580px\]) {
  max-width: 580px;
}
html :is(.max-w-\[696px\]) {
  max-width: 696px;
}
html :is(.max-w-\[80\%\]) {
  max-width: 80%;
}
html :is(.max-w-\[824px\]) {
  max-width: 824px;
}
html :is(.max-w-\[842px\]) {
  max-width: 842px;
}
html :is(.max-w-\[90\%\]) {
  max-width: 90%;
}
html :is(.max-w-\[90px\]) {
  max-width: 90px;
}
html :is(.max-w-\[98px\]) {
  max-width: 98px;
}
html :is(.max-w-\[calc\(100\%-80px\)\]) {
  max-width: calc(100% - 80px);
}
html :is(.max-w-full) {
  max-width: 100%;
}
html :is(.flex-1) {
  flex: 1 1 0%;
}
html :is(.grow) {
  flex-grow: 1;
}
html :is(.translate-x-\[-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));
}
html :is(.translate-x-\[-50\%\]) {
  --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));
}
html :is(.translate-x-\[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));
}
html :is(.translate-y-\[-50\%\]) {
  --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));
}
html :is(.translate-y-\[230px\]) {
  --tw-translate-y: 230px;
  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 :is(.translate-y-\[50\%\]) {
  --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));
}
html :is(.rotate-\[15deg\]) {
  --tw-rotate: 15deg;
  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 :is(.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));
}
html :is(.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));
}
html :is(.cursor-not-allowed) {
  cursor: not-allowed;
}
html :is(.cursor-pointer) {
  cursor: pointer;
}
html :is(.resize) {
  resize: both;
}
html :is(.list-none) {
  list-style-type: none;
}
html :is(.appearance-none) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
html :is(.columns-4) {
  -moz-columns: 4;
       columns: 4;
}
html :is(.columns-6) {
  -moz-columns: 6;
       columns: 6;
}
html :is(.grid-cols-10) {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
html :is(.grid-cols-2) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
html :is(.grid-cols-3) {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
html :is(.grid-cols-4) {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
html :is(.grid-cols-5) {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
html :is(.grid-cols-6) {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
html :is(.grid-cols-8) {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
html :is(.\!flex-row) {
  flex-direction: row !important;
}
html :is(.flex-row) {
  flex-direction: row;
}
html :is(.flex-row-reverse) {
  flex-direction: row-reverse;
}
html :is(.flex-col) {
  flex-direction: column;
}
html :is(.flex-wrap) {
  flex-wrap: wrap;
}
html :is(.place-items-end) {
  place-items: end;
}
html :is(.items-start) {
  align-items: flex-start;
}
html :is(.items-center) {
  align-items: center;
}
html :is(.justify-start) {
  justify-content: flex-start;
}
html :is(.justify-end) {
  justify-content: flex-end;
}
html :is(.\!justify-center) {
  justify-content: center !important;
}
html :is(.justify-center) {
  justify-content: center;
}
html :is(.justify-between) {
  justify-content: space-between;
}
html :is(.justify-around) {
  justify-content: space-around;
}
html :is(.\!gap-\[10px\]) {
  gap: 10px !important;
}
html :is(.gap-0) {
  gap: 0px;
}
html :is(.gap-1) {
  gap: 0.25rem;
}
html :is(.gap-10) {
  gap: 2.5rem;
}
html :is(.gap-12) {
  gap: 3rem;
}
html :is(.gap-2) {
  gap: 0.5rem;
}
html :is(.gap-3) {
  gap: 0.75rem;
}
html :is(.gap-4) {
  gap: 1rem;
}
html :is(.gap-5) {
  gap: 1.25rem;
}
html :is(.gap-6) {
  gap: 1.5rem;
}
html :is(.gap-8) {
  gap: 2rem;
}
html :is(.gap-\[10px\]) {
  gap: 10px;
}
html :is(.gap-\[20px\]) {
  gap: 20px;
}
html :is(.gap-\[30px\]) {
  gap: 30px;
}
html :is(.gap-\[5px\]) {
  gap: 5px;
}
html :is(.gap-y-0) {
  row-gap: 0px;
}
html :is(.gap-y-1) {
  row-gap: 0.25rem;
}
html :is(.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));
}
html :is(.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));
}
html :is(.place-self-center) {
  place-self: center;
}
html :is(.self-start) {
  align-self: flex-start;
}
html :is(.self-center) {
  align-self: center;
}
html :is(.overflow-auto) {
  overflow: auto;
}
html :is(.overflow-hidden) {
  overflow: hidden;
}
html :is(.overflow-y-hidden) {
  overflow-y: hidden;
}
html :is(.text-ellipsis) {
  text-overflow: ellipsis;
}
html :is(.whitespace-nowrap) {
  white-space: nowrap;
}
html :is(.rounded) {
  border-radius: 0.25rem;
}
html :is(.rounded-\[0px\]) {
  border-radius: 0px;
}
html :is(.rounded-\[10px\]) {
  border-radius: 10px;
}
html :is(.rounded-\[12px\]) {
  border-radius: 12px;
}
html :is(.rounded-\[14px\]) {
  border-radius: 14px;
}
html :is(.rounded-\[15px\]) {
  border-radius: 15px;
}
html :is(.rounded-\[16px\]) {
  border-radius: 16px;
}
html :is(.rounded-\[20px\]) {
  border-radius: 20px;
}
html :is(.rounded-\[22px\]) {
  border-radius: 22px;
}
html :is(.rounded-\[23px\]) {
  border-radius: 23px;
}
html :is(.rounded-\[24px\]) {
  border-radius: 24px;
}
html :is(.rounded-\[25px\]) {
  border-radius: 25px;
}
html :is(.rounded-\[2px\]) {
  border-radius: 2px;
}
html :is(.rounded-\[3px\]) {
  border-radius: 3px;
}
html :is(.rounded-\[4px\]) {
  border-radius: 4px;
}
html :is(.rounded-\[50px\]) {
  border-radius: 50px;
}
html :is(.rounded-\[55px\]) {
  border-radius: 55px;
}
html :is(.rounded-\[5px\]) {
  border-radius: 5px;
}
html :is(.rounded-\[6px\]) {
  border-radius: 6px;
}
html :is(.rounded-full) {
  border-radius: 9999px;
}
html :is(.rounded-md) {
  border-radius: 0.375rem;
}
html :is(.rounded-b-\[15px\]) {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
html :is(.rounded-b-\[6px\]) {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
html :is(.rounded-b-md) {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
html :is(.rounded-l-\[6px\]) {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
html :is(.rounded-r-\[10px\]) {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
html :is(.rounded-r-\[6px\]) {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
html :is(.rounded-t-\[6px\]) {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
html :is(.rounded-t-md) {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
html :is(.rounded-bl-\[6px\]) {
  border-bottom-left-radius: 6px;
}
html :is(.rounded-br-\[6px\]) {
  border-bottom-right-radius: 6px;
}
html :is(.rounded-tl-\[6px\]) {
  border-top-left-radius: 6px;
}
html :is(.rounded-tl-\[7px\]) {
  border-top-left-radius: 7px;
}
html :is(.border) {
  border-width: 1px;
}
html :is(.border-0) {
  border-width: 0px;
}
html :is(.border-2) {
  border-width: 2px;
}
html :is(.border-\[0\.2px\]) {
  border-width: 0.2px;
}
html :is(.border-\[0\.3px\]) {
  border-width: 0.3px;
}
html :is(.border-\[0\.5px\]) {
  border-width: 0.5px;
}
html :is(.border-\[1px\]) {
  border-width: 1px;
}
html :is(.border-\[2px\]) {
  border-width: 2px;
}
html :is(.border-\[3px\]) {
  border-width: 3px;
}
html :is(.border-\[5px\]) {
  border-width: 5px;
}
html :is(.border-b) {
  border-bottom-width: 1px;
}
html :is(.border-b-\[1px\]) {
  border-bottom-width: 1px;
}
html :is(.border-b-\[2px\]) {
  border-bottom-width: 2px;
}
html :is(.border-b-\[3px\]) {
  border-bottom-width: 3px;
}
html :is(.border-l-0) {
  border-left-width: 0px;
}
html :is(.border-r) {
  border-right-width: 1px;
}
html :is(.border-t) {
  border-top-width: 1px;
}
html :is(.border-t-0) {
  border-top-width: 0px;
}
html :is(.border-t-\[0\.2px\]) {
  border-top-width: 0.2px;
}
html :is(.border-t-\[1px\]) {
  border-top-width: 1px;
}
html :is(.border-solid) {
  border-style: solid;
}
html :is(.border-dashed) {
  border-style: dashed;
}
html :is(.border-dotted) {
  border-style: dotted;
}
html :is(.border-\[\#939393\]) {
  --tw-border-opacity: 1;
  border-color: rgb(147 147 147 / var(--tw-border-opacity));
}
html :is(.border-\[\#D6D6D6\]) {
  --tw-border-opacity: 1;
  border-color: rgb(214 214 214 / var(--tw-border-opacity));
}
html :is(.border-\[\#D9D9D9\]) {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
}
html :is(.border-\[\#E1E1E1\]) {
  --tw-border-opacity: 1;
  border-color: rgb(225 225 225 / var(--tw-border-opacity));
}
html :is(.border-\[\#F3F5F7\]) {
  --tw-border-opacity: 1;
  border-color: rgb(243 245 247 / var(--tw-border-opacity));
}
html :is(.border-\[\#F47221\]) {
  --tw-border-opacity: 1;
  border-color: rgb(244 114 33 / var(--tw-border-opacity));
}
html :is(.border-\[\#ccc\]) {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
}
html :is(.border-\[\#d9d9d9\]) {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
}
html :is(.border-\[\#e1e1e1\]) {
  --tw-border-opacity: 1;
  border-color: rgb(225 225 225 / var(--tw-border-opacity));
}
html :is(.border-\[\#f3f5f7\]) {
  --tw-border-opacity: 1;
  border-color: rgb(243 245 247 / var(--tw-border-opacity));
}
html :is(.border-\[\#f7f7f7\]) {
  --tw-border-opacity: 1;
  border-color: rgb(247 247 247 / var(--tw-border-opacity));
}
html :is(.border-borderGray) {
  --tw-border-opacity: 1;
  border-color: rgb(225 225 225 / var(--tw-border-opacity));
}
html :is(.border-borderGrey) {
  --tw-border-opacity: 1;
  border-color: rgb(147 147 147 / var(--tw-border-opacity));
}
html :is(.border-borderLightGray) {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
}
html :is(.border-green) {
  --tw-border-opacity: 1;
  border-color: rgb(89 169 197 / var(--tw-border-opacity));
}
html :is(.border-lightGray) {
  --tw-border-opacity: 1;
  border-color: rgb(247 247 247 / var(--tw-border-opacity));
}
html :is(.border-lightGray5) {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
}
html :is(.border-lightGray8) {
  --tw-border-opacity: 1;
  border-color: rgb(232 232 232 / var(--tw-border-opacity));
}
html :is(.border-orange) {
  --tw-border-opacity: 1;
  border-color: rgb(243 147 67 / var(--tw-border-opacity));
}
html :is(.border-primary) {
  --tw-border-opacity: 1;
  border-color: rgb(89 169 197 / var(--tw-border-opacity));
}
html :is(.border-primaryLight) {
  --tw-border-opacity: 1;
  border-color: rgb(243 248 251 / var(--tw-border-opacity));
}
html :is(.border-red) {
  --tw-border-opacity: 1;
  border-color: rgb(148 32 43 / var(--tw-border-opacity));
}
html :is(.border-secondary) {
  --tw-border-opacity: 1;
  border-color: rgb(243 147 67 / var(--tw-border-opacity));
}
html :is(.border-slate-300) {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
}
html :is(.border-b-\[\#f1f1f1\]) {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(241 241 241 / var(--tw-border-opacity));
}
html :is(.border-b-borderGray) {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(225 225 225 / var(--tw-border-opacity));
}
html :is(.border-t-\[\#e1e1e1\]) {
  --tw-border-opacity: 1;
  border-top-color: rgb(225 225 225 / var(--tw-border-opacity));
}
html :is(.border-t-borderGray) {
  --tw-border-opacity: 1;
  border-top-color: rgb(225 225 225 / var(--tw-border-opacity));
}
html :is(.border-t-dividerGray) {
  --tw-border-opacity: 1;
  border-top-color: rgb(214 214 214 / var(--tw-border-opacity));
}
html :is(.\!bg-\[\#F7F7F7\]) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity)) !important;
}
html :is(.\!bg-orange) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 147 67 / var(--tw-bg-opacity)) !important;
}
html :is(.\!bg-white) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
html :is(.bg-\[\#00000030\]) {
  background-color: #00000030;
}
html :is(.bg-\[\#59A9C5\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(89 169 197 / var(--tw-bg-opacity));
}
html :is(.bg-\[\#609839\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(96 152 57 / var(--tw-bg-opacity));
}
html :is(.bg-\[\#707070\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(112 112 112 / var(--tw-bg-opacity));
}
html :is(.bg-\[\#F0F6EC\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(240 246 236 / var(--tw-bg-opacity));
}
html :is(.bg-\[\#F2F9FB\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(242 249 251 / var(--tw-bg-opacity));
}
html :is(.bg-\[\#F393434A\]) {
  background-color: #F393434A;
}
html :is(.bg-\[\#F39343\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(243 147 67 / var(--tw-bg-opacity));
}
html :is(.bg-\[\#F3F8FB\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(243 248 251 / var(--tw-bg-opacity));
}
html :is(.bg-\[\#F47221\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(244 114 33 / var(--tw-bg-opacity));
}
html :is(.bg-\[\#F7F7F7\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}
html :is(.bg-\[\#f7f7f7\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}
html :is(.bg-\[rgba\(0\2c 0\2c 0\2c 0\.5\)\]) {
  background-color: rgba(0,0,0,0.5);
}
html :is(.bg-\[rgba\(255\2c 255\2c 255\2c 0\.6\)\]) {
  background-color: rgba(255,255,255,0.6);
}
html :is(.bg-\[rgba\(255\2c 255\2c 255\2c 0\.8\)\]) {
  background-color: rgba(255,255,255,0.8);
}
html :is(.bg-backgroundGreen) {
  --tw-bg-opacity: 1;
  background-color: rgb(240 246 236 / var(--tw-bg-opacity));
}
html :is(.bg-black600) {
  --tw-bg-opacity: 1;
  background-color: rgb(102 102 102 / var(--tw-bg-opacity));
}
html :is(.bg-defaultColor) {
  --tw-bg-opacity: 1;
  background-color: rgb(90 103 120 / var(--tw-bg-opacity));
}
html :is(.bg-gray) {
  --tw-bg-opacity: 1;
  background-color: rgb(190 190 190 / var(--tw-bg-opacity));
}
html :is(.bg-green) {
  --tw-bg-opacity: 1;
  background-color: rgb(89 169 197 / var(--tw-bg-opacity));
}
html :is(.bg-lightGray) {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}
html :is(.bg-orange) {
  --tw-bg-opacity: 1;
  background-color: rgb(243 147 67 / var(--tw-bg-opacity));
}
html :is(.bg-primary) {
  --tw-bg-opacity: 1;
  background-color: rgb(89 169 197 / var(--tw-bg-opacity));
}
html :is(.bg-primaryLight) {
  --tw-bg-opacity: 1;
  background-color: rgb(243 248 251 / var(--tw-bg-opacity));
}
html :is(.bg-secondary) {
  --tw-bg-opacity: 1;
  background-color: rgb(243 147 67 / var(--tw-bg-opacity));
}
html :is(.bg-transparent) {
  background-color: rgba(0, 0, 0, 0.5);
}
html :is(.bg-white) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
html :is(.object-cover) {
  -o-object-fit: cover;
     object-fit: cover;
}
html :is(.p-\[10px\]) {
  padding: 10px;
}
html :is(.p-\[15px\]) {
  padding: 15px;
}
html :is(.p-\[20px\]) {
  padding: 20px;
}
html :is(.p-\[25px\]) {
  padding: 25px;
}
html :is(.p-\[30px\]) {
  padding: 30px;
}
html :is(.p-\[40px\]) {
  padding: 40px;
}
html :is(.p-\[4px\]) {
  padding: 4px;
}
html :is(.p-\[5px\]) {
  padding: 5px;
}
html :is(.px-0) {
  padding-left: 0px;
  padding-right: 0px;
}
html :is(.px-12) {
  padding-left: 3rem;
  padding-right: 3rem;
}
html :is(.px-5) {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
html :is(.px-\[10px\]) {
  padding-left: 10px;
  padding-right: 10px;
}
html :is(.px-\[12px\]) {
  padding-left: 12px;
  padding-right: 12px;
}
html :is(.px-\[15px\]) {
  padding-left: 15px;
  padding-right: 15px;
}
html :is(.px-\[18px\]) {
  padding-left: 18px;
  padding-right: 18px;
}
html :is(.px-\[1px\]) {
  padding-left: 1px;
  padding-right: 1px;
}
html :is(.px-\[20px\]) {
  padding-left: 20px;
  padding-right: 20px;
}
html :is(.px-\[25px\]) {
  padding-left: 25px;
  padding-right: 25px;
}
html :is(.px-\[2px\]) {
  padding-left: 2px;
  padding-right: 2px;
}
html :is(.px-\[30px\]) {
  padding-left: 30px;
  padding-right: 30px;
}
html :is(.px-\[35px\]) {
  padding-left: 35px;
  padding-right: 35px;
}
html :is(.px-\[40px\]) {
  padding-left: 40px;
  padding-right: 40px;
}
html :is(.px-\[50px\]) {
  padding-left: 50px;
  padding-right: 50px;
}
html :is(.px-\[5px\]) {
  padding-left: 5px;
  padding-right: 5px;
}
html :is(.px-\[60px\]) {
  padding-left: 60px;
  padding-right: 60px;
}
html :is(.px-\[6px\]) {
  padding-left: 6px;
  padding-right: 6px;
}
html :is(.px-\[8\%\]) {
  padding-left: 8%;
  padding-right: 8%;
}
html :is(.py-2) {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
html :is(.py-3) {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
html :is(.py-\[10px\]) {
  padding-top: 10px;
  padding-bottom: 10px;
}
html :is(.py-\[12px\]) {
  padding-top: 12px;
  padding-bottom: 12px;
}
html :is(.py-\[14px\]) {
  padding-top: 14px;
  padding-bottom: 14px;
}
html :is(.py-\[15px\]) {
  padding-top: 15px;
  padding-bottom: 15px;
}
html :is(.py-\[18px\]) {
  padding-top: 18px;
  padding-bottom: 18px;
}
html :is(.py-\[1px\]) {
  padding-top: 1px;
  padding-bottom: 1px;
}
html :is(.py-\[20px\]) {
  padding-top: 20px;
  padding-bottom: 20px;
}
html :is(.py-\[25px\]) {
  padding-top: 25px;
  padding-bottom: 25px;
}
html :is(.py-\[30px\]) {
  padding-top: 30px;
  padding-bottom: 30px;
}
html :is(.py-\[34px\]) {
  padding-top: 34px;
  padding-bottom: 34px;
}
html :is(.py-\[40px\]) {
  padding-top: 40px;
  padding-bottom: 40px;
}
html :is(.py-\[5px\]) {
  padding-top: 5px;
  padding-bottom: 5px;
}
html :is(.py-\[8px\]) {
  padding-top: 8px;
  padding-bottom: 8px;
}
html :is(.pb-\[10px\]) {
  padding-bottom: 10px;
}
html :is(.pb-\[20px\]) {
  padding-bottom: 20px;
}
html :is(.pb-\[35px\]) {
  padding-bottom: 35px;
}
html :is(.pl-\[0px\]) {
  padding-left: 0px;
}
html :is(.pl-\[10px\]) {
  padding-left: 10px;
}
html :is(.pl-\[15px\]) {
  padding-left: 15px;
}
html :is(.pl-\[18px\]) {
  padding-left: 18px;
}
html :is(.pl-\[20\%\]) {
  padding-left: 20%;
}
html :is(.pl-\[20px\]) {
  padding-left: 20px;
}
html :is(.pl-\[22px\]) {
  padding-left: 22px;
}
html :is(.pl-\[2px\]) {
  padding-left: 2px;
}
html :is(.pl-\[30px\]) {
  padding-left: 30px;
}
html :is(.pl-\[3px\]) {
  padding-left: 3px;
}
html :is(.pl-\[50px\]) {
  padding-left: 50px;
}
html :is(.pr-\[0px\]) {
  padding-right: 0px;
}
html :is(.pr-\[100px\]) {
  padding-right: 100px;
}
html :is(.pr-\[10px\]) {
  padding-right: 10px;
}
html :is(.pr-\[15px\]) {
  padding-right: 15px;
}
html :is(.pr-\[18px\]) {
  padding-right: 18px;
}
html :is(.pr-\[20px\]) {
  padding-right: 20px;
}
html :is(.pt-0) {
  padding-top: 0px;
}
html :is(.pt-\[10px\]) {
  padding-top: 10px;
}
html :is(.pt-\[15px\]) {
  padding-top: 15px;
}
html :is(.pt-\[17px\]) {
  padding-top: 17px;
}
html :is(.pt-\[20px\]) {
  padding-top: 20px;
}
html :is(.pt-\[30px\]) {
  padding-top: 30px;
}
html :is(.pt-\[40px\]) {
  padding-top: 40px;
}
html :is(.pt-\[50px\]) {
  padding-top: 50px;
}
html :is(.text-left) {
  text-align: left;
}
html :is(.text-center) {
  text-align: center;
}
html :is(.text-right) {
  text-align: right;
}
html :is(.align-top) {
  vertical-align: top;
}
html :is(.align-bottom) {
  vertical-align: bottom;
}
html :is(.\!font-Poppins-Regular) {
  font-family: Poppins-Regular !important;
}
html :is(.font-Acumin-Bold) {
  font-family: Acumin-Bold;
}
html :is(.font-Acumin-Regular) {
  font-family: Acumin-Regular;
}
html :is(.font-Poppins-Bold) {
  font-family: Poppins-Bold;
}
html :is(.font-Poppins-Medium) {
  font-family: Poppins-Medium;
}
html :is(.font-Poppins-Regular) {
  font-family: Poppins-Regular;
}
html :is(.font-Poppins-SemiBold) {
  font-family: Poppins-SemiBold;
}
html :is(.text-3xl) {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
html :is(.text-\[10px\]) {
  font-size: 10px;
}
html :is(.text-\[12px\]) {
  font-size: 12px;
}
html :is(.text-\[13px\]) {
  font-size: 13px;
}
html :is(.text-\[14px\]) {
  font-size: 14px;
}
html :is(.text-\[150px\]) {
  font-size: 150px;
}
html :is(.text-\[15px\]) {
  font-size: 15px;
}
html :is(.text-\[16px\]) {
  font-size: 16px;
}
html :is(.text-\[18px\]) {
  font-size: 18px;
}
html :is(.text-\[20px\]) {
  font-size: 20px;
}
html :is(.text-\[22px\]) {
  font-size: 22px;
}
html :is(.text-\[24px\]) {
  font-size: 24px;
}
html :is(.text-\[28px\]) {
  font-size: 28px;
}
html :is(.text-\[36px\]) {
  font-size: 36px;
}
html :is(.text-\[41px\]) {
  font-size: 41px;
}
html :is(.text-base) {
  font-size: 1rem;
  line-height: 1.5rem;
}
html :is(.font-bold) {
  font-weight: 700;
}
html :is(.font-extrabold) {
  font-weight: 800;
}
html :is(.font-medium) {
  font-weight: 500;
}
html :is(.font-semibold) {
  font-weight: 600;
}
html :is(.uppercase) {
  text-transform: uppercase;
}
html :is(.capitalize) {
  text-transform: capitalize;
}
html :is(.\!leading-\[20px\]) {
  line-height: 20px !important;
}
html :is(.leading-\[100\%\]) {
  line-height: 100%;
}
html :is(.leading-\[120px\]) {
  line-height: 120px;
}
html :is(.leading-\[14px\]) {
  line-height: 14px;
}
html :is(.leading-\[16px\]) {
  line-height: 16px;
}
html :is(.leading-\[17px\]) {
  line-height: 17px;
}
html :is(.leading-\[18px\]) {
  line-height: 18px;
}
html :is(.leading-\[20px\]) {
  line-height: 20px;
}
html :is(.leading-\[22px\]) {
  line-height: 22px;
}
html :is(.leading-\[23px\]) {
  line-height: 23px;
}
html :is(.leading-\[26px\]) {
  line-height: 26px;
}
html :is(.leading-\[28px\]) {
  line-height: 28px;
}
html :is(.leading-\[29px\]) {
  line-height: 29px;
}
html :is(.leading-\[2px\]) {
  line-height: 2px;
}
html :is(.leading-\[30px\]) {
  line-height: 30px;
}
html :is(.leading-\[32px\]) {
  line-height: 32px;
}
html :is(.leading-\[34px\]) {
  line-height: 34px;
}
html :is(.leading-\[35px\]) {
  line-height: 35px;
}
html :is(.leading-\[36px\]) {
  line-height: 36px;
}
html :is(.leading-\[40\]) {
  line-height: 40;
}
html :is(.leading-\[40px\]) {
  line-height: 40px;
}
html :is(.leading-\[43px\]) {
  line-height: 43px;
}
html :is(.leading-\[45px\]) {
  line-height: 45px;
}
html :is(.leading-\[47px\]) {
  line-height: 47px;
}
html :is(.leading-\[50px\]) {
  line-height: 50px;
}
html :is(.leading-\[52px\]) {
  line-height: 52px;
}
html :is(.leading-\[58px\]) {
  line-height: 58px;
}
html :is(.leading-\[60px\]) {
  line-height: 60px;
}
html :is(.tracking-wide) {
  letter-spacing: 0.025em;
}
html :is(.\!text-\[\#BEBFC1\]) {
  --tw-text-opacity: 1 !important;
  color: rgb(190 191 193 / var(--tw-text-opacity)) !important;
}
html :is(.\!text-orange) {
  --tw-text-opacity: 1 !important;
  color: rgb(243 147 67 / var(--tw-text-opacity)) !important;
}
html :is(.text-\[\#59a9c5\]) {
  --tw-text-opacity: 1;
  color: rgb(89 169 197 / var(--tw-text-opacity));
}
html :is(.text-\[\#5A6778\]) {
  --tw-text-opacity: 1;
  color: rgb(90 103 120 / var(--tw-text-opacity));
}
html :is(.text-\[\#62A955\]) {
  --tw-text-opacity: 1;
  color: rgb(98 169 85 / var(--tw-text-opacity));
}
html :is(.text-\[\#666666\]) {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
html :is(.text-\[\#939393\]) {
  --tw-text-opacity: 1;
  color: rgb(147 147 147 / var(--tw-text-opacity));
}
html :is(.text-\[\#b3b3b3\]) {
  --tw-text-opacity: 1;
  color: rgb(179 179 179 / var(--tw-text-opacity));
}
html :is(.text-\[\#ff0d24\]) {
  --tw-text-opacity: 1;
  color: rgb(255 13 36 / var(--tw-text-opacity));
}
html :is(.text-\[\#ffffff\]) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
html :is(.text-barcodeColor) {
  --tw-text-opacity: 1;
  color: rgb(175 175 175 / var(--tw-text-opacity));
}
html :is(.text-black) {
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity));
}
html :is(.text-black300) {
  --tw-text-opacity: 1;
  color: rgb(90 103 120 / var(--tw-text-opacity));
}
html :is(.text-black600) {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
html :is(.text-blue-500) {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
html :is(.text-borderBlack) {
  --tw-text-opacity: 1;
  color: rgb(112 112 112 / var(--tw-text-opacity));
}
html :is(.text-borderGrey) {
  --tw-text-opacity: 1;
  color: rgb(147 147 147 / var(--tw-text-opacity));
}
html :is(.text-defaultColor) {
  --tw-text-opacity: 1;
  color: rgb(90 103 120 / var(--tw-text-opacity));
}
html :is(.text-defaultColor\/50) {
  color: rgb(90 103 120 / 0.5);
}
html :is(.text-green) {
  --tw-text-opacity: 1;
  color: rgb(89 169 197 / var(--tw-text-opacity));
}
html :is(.text-orange) {
  --tw-text-opacity: 1;
  color: rgb(243 147 67 / var(--tw-text-opacity));
}
html :is(.text-primary) {
  --tw-text-opacity: 1;
  color: rgb(89 169 197 / var(--tw-text-opacity));
}
html :is(.text-secondary) {
  --tw-text-opacity: 1;
  color: rgb(243 147 67 / var(--tw-text-opacity));
}
html :is(.text-slate-600) {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}
html :is(.text-white) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
html :is(.text-yellow) {
  --tw-text-opacity: 1;
  color: rgb(249 213 73 / var(--tw-text-opacity));
}
html :is(.underline) {
  text-decoration-line: underline;
}
html :is(.line-through) {
  text-decoration-line: line-through;
}
html :is(.opacity-100) {
  opacity: 1;
}
html :is(.opacity-50) {
  opacity: 0.5;
}
html :is(.bg-blend-multiply) {
  background-blend-mode: multiply;
}
html :is(.mix-blend-multiply) {
  mix-blend-mode: multiply;
}
html :is(.shadow-md) {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
html :is(.shadow-xl) {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
html :is(.\!shadow-transparent) {
  --tw-shadow-color: rgba(0, 0, 0, 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
html :is(.shadow-\[\#00000029\]) {
  --tw-shadow-color: #00000029;
  --tw-shadow: var(--tw-shadow-colored);
}
html :is(.shadow-transparent) {
  --tw-shadow-color: rgba(0, 0, 0, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
html :is(.outline-none) {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
html :is(.outline) {
  outline-style: solid;
}
html :is(.outline-2) {
  outline-width: 2px;
}
html :is(.outline-lightGray) {
  outline-color: #F7F7F7;
}
html :is(.drop-shadow-\[\#00000069\]) {
  --tw-drop-shadow: drop-shadow(#00000069);
  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);
}
html :is(.drop-shadow-lg) {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  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);
}
html :is(.invert) {
  --tw-invert: invert(100%);
  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);
}
html :is(.sepia) {
  --tw-sepia: sepia(100%);
  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);
}
html :is(.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);
}
html :is(.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;
}
html :is(.transition-all) {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
html :is(.transition-transform) {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
html :is(.duration-300) {
  transition-duration: 300ms;
}
html :is(.ease-in-out) {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
html :is(.color-defaultColor) {
  color: #5A6778;
}
html :is(.color-primary) {
  color: #59A9C5;
}
html :is(.color-secondary) {
  color: #F39343;
}

/**
 * Building on the RNWeb reset:
 * https://github.com/necolas/react-native-web/blob/master/packages/react-native-web/src/exports/StyleSheet/initialRules.js
 */
html,
body,
#__next {
  width: 100%;
  /* To smooth any scrolling behavior */
  -webkit-overflow-scrolling: touch;
  margin: 0px;
  padding: 0px;
  /* Allows content to fill the viewport and go beyond the bottom */
  min-height: 100%;
}

#__next {
  flex: 1;
  flex-shrink: 0;
  flex-basis: auto;
  flex-direction: column;
  flex-grow: 1;
  display: flex;
}

html {
  /* Prevent text size change on orientation change https://gist.github.com/tfausak/2222823#file-ios-8-web-app-html-L138 */
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

body {
  display: flex;
  /* Allows you to scroll below the viewport; default value is visible */
  overflow-y: auto;
  overscroll-behavior-y: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-overflow-style: scrollbar;
}

.embla {
  margin-left: 0px !important;
  margin-right: 0px !important;
  max-width: 100% !important;
}
.embla .embla__viewport .embla__container {
  margin-left: 0px !important;
  min-height: 460px;
  gap: 11px;
}
@media (max-width: 767px) {

  .embla .embla__viewport .embla__container {
    min-height: 401px;
    gap: 6px;
  }
}
.embla .embla__controls {
  position: static;
  margin-top: 0px !important;
}
.embla .embla__controls .embla__buttons {
  position: static;
  z-index: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.embla .embla__controls .embla__buttons button[disabled] {
  display: none !important;
  opacity: 0.5;
}
.embla .embla__controls .embla__buttons button {
  position: absolute;
  left: 25px;
  top: 50%;
  height: 40px;
  width: 40px;
  --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));
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(89 169 197 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (max-width: 980px) {

  .embla .embla__controls .embla__buttons button {
    left: 10px;
  }
}
.embla .embla__controls .embla__buttons button svg {
  width: 16px;
  fill: #FFFFFF;
  font-size: 20px;
}
.embla .embla__controls .embla__buttons .embla__button--next {
  left: auto;
  right: 25px;
  margin-top: -20px;
}
@media (max-width: 980px) {

  .embla .embla__controls .embla__buttons .embla__button--next {
    right: 10px;
  }
}
.embla .embla__controls .embla__buttons .embla__button--prev {
  margin-top: -20px;
}
.embla .embla__controls .embla__dots {
  position: absolute;
  bottom: 20px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.embla .embla__controls .embla__dots button.embla__dot {
  height: 10px;
  width: 10px;
  border-radius: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 232 / var(--tw-bg-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.embla .embla__controls .embla__dots .embla__dot.embla__dot--selected {
  --tw-bg-opacity: 1;
  background-color: rgb(243 147 67 / var(--tw-bg-opacity));
}
.dd__wrapper .dd__selectControl {
  height: 50px;
  min-width: 155px;
  border-radius: 6px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(232 232 232 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
.dd__wrapper .dd__selectControl::before {
  pointer-events: none;
  position: absolute;
  right: 1px;
  top: 1px;
  z-index: 1;
  height: 48px;
  width: 30px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}
.dd__wrapper .dd__selectControl::after {
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 15px;
  z-index: 1;
  height: 10px;
  width: 10px;
  --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));
  border-bottom-width: 1px;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(243 147 67 / var(--tw-border-opacity));
  --tw-content: "";
  content: var(--tw-content);
}
.dd__wrapper .dd__selectControl:-moz-placeholder-shown {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
.dd__wrapper .dd__selectControl:placeholder-shown {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
.dd__wrapper {
  position: relative;
}
.dd__wrapper.dd__opened .dd__selectControl::after {
  top: 22px;
  content: var(--tw-content);
  --tw-rotate: 135deg;
  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));
}
.dd__list {
  position: absolute !important;
  z-index: 99 !important;
}
@media (max-width: 767px) {

  .dd__list.dd__openTotop {
    max-height: 160px !important;
  }
}
.dd__list.dd__openToBottom {
  z-index: 999 !important;
}
.dd__list {
  margin-top: 0px !important;
  max-height: 220px !important;
  border-radius: 6px;
  border-width: 1px;
  --tw-border-opacity: 1 !important;
  border-color: rgb(232 232 232 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 5px;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.dd__option {
  border-radius: 4px;
}
.dd__option:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}
.dd__option.dd__selectedOption {
  border-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(89 169 197 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.dd__option.dd__selectedOption:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(89 169 197 / var(--tw-bg-opacity));
}
.dd__wrapper .dd__selectControl .dd__selected {
  display: flex !important;
  height: 100% !important;
  align-items: center;
}
.dd__placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(179 179 179 / var(--tw-text-opacity)) !important;
}
.sort-by-box .dd__wrapper .dd__selectControl {
  height: 40px !important;
}
.sort-by-box .dd__wrapper .dd__selectControl::before {
  content: var(--tw-content);
  height: 38px;
}
.sort-by-box .dd__wrapper .dd__selectControl::after {
  content: var(--tw-content);
  top: 12px;
}
/* Category Page */
.category-hover-container:hover .hover-text {
  /* text-decoration: underline; */
  color: orange;
}
.cms-page {
  padding-top: 15px !important;
  padding-bottom: 30px !important;
}
.cms-page h1 {
  margin-bottom: 20px;
  font-family: Poppins-SemiBold !important;
  font-size: 36px;
  font-weight: 600 !important;
}
@media (max-width: 767px) {

  .cms-page h1 {
    font-size: 30px;
  }
}
 .cms-page h3 {
  margin-bottom: 10px;
  font-family: Poppins-SemiBold !important;
  font-size: 22px;
  font-weight: 600 !important;
  line-height: 45px;
}
 @media (max-width: 767px) {

  .cms-page h3 {
    font-size: 19px;
    line-height: 40px;
  }
}

  .cms-page p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 23px;
}
  .fit-container {
  padding-bottom: 30px;
}
  .Container.terms_conditions > ol > li {
  list-style-type: none !important;
}
  @media (max-width: 767px) {

  .cms-banner {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
    margin-bottom: 15px;
    width: calc(100% + 30px) !important;
  }
}
  .cms-banner h1 {
  margin-bottom: 0px !important;
}
.no-padding{
  margin:0px 7px !important;
}
.contact-left .heading {
  font-family: Poppins-SemiBold;
  font-size: 36px;
  font-weight: 600;
  line-height: 45px;
}
.contact-left p {
  margin-bottom: 20px;
  display: inline-table;
  width: 100%;
  padding-right: 20px;
  font-family: Poppins-Regular;
  font-size: 16px;
  line-height: 25px;
}
@media only screen and (min-width:750px) and (max-width:820px){
  .hover-menu-container .contact-left p{
    height: 400px;
  }
}
@media (max-width: 980px) {

  .contact-left p {
    padding-right: 0px;
  }
}
.checkbox-box {
  height: 1.25rem;
  width: 1.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.checkbox-box::before {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 19px;
  width: 19px;
  border-radius: 3px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}
.checkbox-box:checked::before {
  --tw-border-opacity: 1;
  border-color: rgb(89 169 197 / var(--tw-border-opacity));
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(89 169 197 / var(--tw-bg-opacity));
}
.checkbox-box:checked::after {
  position: absolute;
  left: 6px;
  top: 1px;
  height: 12px;
  width: 7px;
  --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));
  border-bottom-width: 1px;
  border-right-width: 1px;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-border-opacity: 1;
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-content: '';
  content: var(--tw-content);
}
.markup-brands {
  padding-top: 20px;
  padding-bottom: 20px;
}
.markup-brands h1{
  font-size:36px;
  line-height: 45px;
  color: #5A6778;
  text-align: center;
  font-family: 'OpenSans-Bold', sans-serif;
 font-weight:600;
}
.markup-brands-list{
  display:flex;
  flex-direction: row;
  flex-wrap:wrap;
  gap:15px;
  justify-content: space-between;
  list-style: none;
  padding-left: 0px;
  margin: 20px 0px;
}
.markup-brands-list li{
  width:calc(16.66% - 15px);
  list-style: none;
  padding-left: 0px;
  margin-left: 0px;
  
}
.markup-brands-list li a{
  width:100%;
  height:150px;
  border-radius:6px;
  background: #F3F8FB;
  border:1px solid #e1e1e1;
  display:flex;
  align-items: center;
  justify-content: center;
  padding:10px;
}
.markup-brands-list li a img{
  max-width:100%;
  max-height:100%;
  width: auto;
  display:table;
  mix-blend-mode: multiply;
}

@media only screen and (min-width:750px) and (max-width:820px){
  .hover-menu-container .inline-table{
    height: 400px !important;
  }
}
@media only screen and (min-width:830px) and (max-width:1279px){
  .hover-menu-container {
    left: 9vw !important;
  }
}

  @media only screen and (min-width:1280px) and (max-width:1350px){
    .hover-menu-container {
    left: 6.7vw !important;
  }
  }
  @media only screen and (min-width:1351px) and (max-width:1399px){
    .hover-menu-container {
    left: 3vw !important;
  }
  }
  @media only screen and (min-width:1400px) and (max-width:1439px){
    .hover-menu-container {
    left: 1.8vw !important;
  }
  }
  @media only screen and (min-width:1070px) and (max-width:1150px){
    .hover-menu-container {
    left: 17vw !important;
    margin-left: 0px !important;
    width: 100% !important;
    max-width: 100vw !important;
  }
  }
  @media only screen and (min-width:1000px) and (max-width:1069px){
    .hover-menu-container {
    left: 20.7vw !important;
    margin-left: 0px !important;
    width: 100% !important;
    max-width: 100vw !important;
  }
  }
  @media only screen and (min-width:768px) and (max-width:1400px){
    .banners-block {
    margin-left: -15px !important;
    margin-right: -15px !important;
    width: calc(100% + 30px) !important;
    max-width: calc(100% + 30px) !important;
  }
  }
  @media only screen and (min-width:1401px) and (max-width:1440px){
    .main-header, .header-top, .main-footer, .hr-padd {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
    .margin-none {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
    .banners-block {
    margin-left: -20px !important;
    margin-right: -20px !important;
    max-width: calc(100% + 40px) !important;
  }
    .icons-strip {
    margin-left: auto;
    margin-right: auto;
    max-width: 90% !important;
  }
    /* .category-slider{
      @apply !px-[20px] !mx-0
    } */
    .hover-menu-container {
    margin-left: -10px;
  }
    .layout-screen {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
    .category-list-slider {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
    .minus-margin {
    margin-left: -40px !important;
    margin-right: -40px !important;
  }
    .best-sellers-block {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  }
  @media only screen and (min-width:1451px) and (max-width:1680px){
    .category-slider {
    padding-left: 20px !important;
    padding-right: 20px !important;
  } 
  }
  @media only screen and (min-width:360px) and (max-width:600px){
   .bg-register > div:first-child > div{
      background-size: auto 50% !important;
      background-position: -200px bottom  !important;
    }
    .bg-success > div:first-child > div{
      background-size: auto 88% !important;
      background-position: -180px bottom  !important;
    }
    .markup-brands h1{
      font-size:28px;
      line-height: 36px;
    }
    .markup-brands-list li{
      width:calc(33.33% - 10px);
    } 
    .markup-brands-list li a{
      height:100px;
    }
  }


  /*******Banner arrows********/
  .banner-left-arrow{left:2vw; top:120px;}
  .banner-right-arrow{right:3vw; top:120px;}
  .home-slider div{width:100%;}
  @media only screen and (min-width:1651px) and (max-width:1680px){
    .banner-left-arrow{left:2vw; top:70px;}
    .banner-right-arrow{right:3vw;top:70px;}
    .banners-block{width:calc(100% + 14vw) !important; margin-left: -7vw !important; margin-right: -7vw !important;}
  }
  @media only screen and (min-width:1600px) and (max-width:1650px){
    .banner-left-arrow{left:2vw; top:70px;}
    .banner-right-arrow{right:3vw;top:70px;}
    .banners-block{width:calc(100% + 10vw) !important; margin-left: -5vw !important; margin-right: -5vw !important;}
  }
  @media only screen and (min-width:1441px) and (max-width:1599px){
    .banners-block{width:calc(100% + 2vw) !important; margin-left: -1vw !important; margin-right: -1vw !important;}
    .banner-left-arrow, .banner-right-arrow{top:0px !important;}
  }
  @media only screen and (min-width:1024px) and (max-width:1200px){
    .banner-left-arrow, .banner-right-arrow{top:-40px !important;}
  }
  @media only screen and (min-width:768px) and (max-width:1440px){
    .banner-left-arrow{left:2vw; top:10px;}
    .banner-right-arrow{right:3vw; top:10px;}
  }
  @media only screen and (min-width:768px) and (max-width:980px){
    .banner-left-arrow{left:2vw; top:-70px;}
    .banner-right-arrow{right:3vw; top:-70px;}
  }
  @media only screen and (min-width:320px) and (max-width:600px){
    .banner-left-arrow, .banner-right-arrow{display:none !important;}
  }
  html :is(.placeholder\:text-\[\#b3b3b3\])::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(179 179 179 / var(--tw-text-opacity));
}
  html :is(.placeholder\:text-\[\#b3b3b3\])::placeholder {
  --tw-text-opacity: 1;
  color: rgb(179 179 179 / var(--tw-text-opacity));
}
  html :is(.before\:pointer-events-none)::before {
  content: var(--tw-content);
  pointer-events: none;
}
  html :is(.before\:absolute)::before {
  content: var(--tw-content);
  position: absolute;
}
  html :is(.before\:left-0)::before {
  content: var(--tw-content);
  left: 0px;
}
  html :is(.before\:left-\[0px\])::before {
  content: var(--tw-content);
  left: 0px;
}
  html :is(.before\:top-0)::before {
  content: var(--tw-content);
  top: 0px;
}
  html :is(.before\:top-\[-1px\])::before {
  content: var(--tw-content);
  top: -1px;
}
  html :is(.before\:z-\[-10\])::before {
  content: var(--tw-content);
  z-index: -10;
}
  html :is(.before\:z-\[-99\])::before {
  content: var(--tw-content);
  z-index: -99;
}
  html :is(.before\:h-\[100vh\])::before {
  content: var(--tw-content);
  height: 100vh;
}
  html :is(.before\:h-\[19px\])::before {
  content: var(--tw-content);
  height: 19px;
}
  html :is(.before\:h-\[420px\])::before {
  content: var(--tw-content);
  height: 420px;
}
  html :is(.before\:w-\[19px\])::before {
  content: var(--tw-content);
  width: 19px;
}
  html :is(.before\:w-full)::before {
  content: var(--tw-content);
  width: 100%;
}
  html :is(.before\:min-w-\[calc\(100vw\+50vw\)\])::before {
  content: var(--tw-content);
  min-width: calc(100vw + 50vw);
}
  html :is(.before\:translate-x-\[-25vw\])::before {
  content: var(--tw-content);
  --tw-translate-x: -25vw;
  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 :is(.before\:rounded-\[3px\])::before {
  content: var(--tw-content);
  border-radius: 3px;
}
  html :is(.before\:border)::before {
  content: var(--tw-content);
  border-width: 1px;
}
  html :is(.before\:border-lightGray5)::before {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
}
  html :is(.before\:bg-black)::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity));
}
  html :is(.before\:bg-primaryLight)::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(243 248 251 / var(--tw-bg-opacity));
}
  html :is(.before\:bg-white)::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
  html :is(.before\:opacity-\[0\.3\])::before {
  content: var(--tw-content);
  opacity: 0.3;
}
  html :is(.before\:content-\[\"\"\])::before {
  --tw-content: "";
  content: var(--tw-content);
}
  html :is(.before\:content-\[\'\'\])::before {
  --tw-content: '';
  content: var(--tw-content);
}
  html :is(.after\:absolute)::after {
  content: var(--tw-content);
  position: absolute;
}
  html :is(.after\:bottom-\[-10px\])::after {
  content: var(--tw-content);
  bottom: -10px;
}
  html :is(.after\:left-0)::after {
  content: var(--tw-content);
  left: 0px;
}
  html :is(.after\:left-\[10px\])::after {
  content: var(--tw-content);
  left: 10px;
}
  html :is(.after\:top-0)::after {
  content: var(--tw-content);
  top: 0px;
}
  html :is(.after\:h-\[0px\])::after {
  content: var(--tw-content);
  height: 0px;
}
  html :is(.after\:h-\[100\%\])::after {
  content: var(--tw-content);
  height: 100%;
}
  html :is(.after\:w-\[0px\])::after {
  content: var(--tw-content);
  width: 0px;
}
  html :is(.after\:w-\[250px\])::after {
  content: var(--tw-content);
  width: 250px;
}
  html :is(.after\:border-l-\[10px\])::after {
  content: var(--tw-content);
  border-left-width: 10px;
}
  html :is(.after\:border-r-\[10px\])::after {
  content: var(--tw-content);
  border-right-width: 10px;
}
  html :is(.after\:border-t-\[10px\])::after {
  content: var(--tw-content);
  border-top-width: 10px;
}
  html :is(.after\:\!border-t-\[rgba\(0\2c 0\2c 0\2c 0\.5\)\])::after {
  content: var(--tw-content);
  border-top-color: rgba(0,0,0,0.5) !important;
}
  html :is(.after\:border-l-transparent)::after {
  content: var(--tw-content);
  border-left-color: rgba(0, 0, 0, 0.5);
}
  html :is(.after\:border-r-transparent)::after {
  content: var(--tw-content);
  border-right-color: rgba(0, 0, 0, 0.5);
}
  html :is(.after\:bg-primaryLight)::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(243 248 251 / var(--tw-bg-opacity));
}
  html :is(.after\:content-\[\'\'\])::after {
  --tw-content: '';
  content: var(--tw-content);
}
  html :is(.last\:border-b-0:last-child) {
  border-bottom-width: 0px;
}
  html :is(.even\:bg-primaryLight:nth-child(even)) {
  --tw-bg-opacity: 1;
  background-color: rgb(243 248 251 / var(--tw-bg-opacity));
}
  html :is(.checked\:before\:border-orange:checked)::before {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(243 147 67 / var(--tw-border-opacity));
}
  html :is(.checked\:before\:bg-orange:checked)::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(243 147 67 / var(--tw-bg-opacity));
}
  html :is(.checked\:after\:absolute:checked)::after {
  content: var(--tw-content);
  position: absolute;
}
  html :is(.checked\:after\:left-\[6px\]:checked)::after {
  content: var(--tw-content);
  left: 6px;
}
  html :is(.checked\:after\:top-\[1px\]:checked)::after {
  content: var(--tw-content);
  top: 1px;
}
  html :is(.checked\:after\:h-\[12px\]:checked)::after {
  content: var(--tw-content);
  height: 12px;
}
  html :is(.checked\:after\:w-\[7px\]:checked)::after {
  content: var(--tw-content);
  width: 7px;
}
  html :is(.checked\:after\:rotate-\[45deg\]:checked)::after {
  content: var(--tw-content);
  --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));
}
  html :is(.checked\:after\:border-b:checked)::after {
  content: var(--tw-content);
  border-bottom-width: 1px;
}
  html :is(.checked\:after\:border-r:checked)::after {
  content: var(--tw-content);
  border-right-width: 1px;
}
  html :is(.checked\:after\:border-b-white:checked)::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
}
  html :is(.checked\:after\:border-r-white:checked)::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity));
}
  html :is(.checked\:after\:content-\[\'\'\]:checked)::after {
  --tw-content: '';
  content: var(--tw-content);
}
  html :is(.empty\:hidden:empty) {
  display: none;
}
  html :is(.hover\:z-\[100\]:hover) {
  z-index: 100;
}
  html :is(.hover\:\!min-h-\[410px\]:hover) {
  min-height: 410px !important;
}
  html :is(.hover\:scale-110:hover) {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.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 :is(.hover\:scale-\[1\.02\]:hover) {
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  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 :is(.hover\:overflow-visible:hover) {
  overflow: visible;
}
  html :is(.hover\:border-green:hover) {
  --tw-border-opacity: 1;
  border-color: rgb(89 169 197 / var(--tw-border-opacity));
}
  html :is(.hover\:border-orange:hover) {
  --tw-border-opacity: 1;
  border-color: rgb(243 147 67 / var(--tw-border-opacity));
}
  html :is(.hover\:border-primary:hover) {
  --tw-border-opacity: 1;
  border-color: rgb(89 169 197 / var(--tw-border-opacity));
}
  html :is(.hover\:bg-\[\#4798B4\]:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(71 152 180 / var(--tw-bg-opacity));
}
  html :is(.hover\:bg-\[\#F3F8FB\]:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(243 248 251 / var(--tw-bg-opacity));
}
  html :is(.hover\:bg-\[\#FFFFFF14\]:hover) {
  background-color: #FFFFFF14;
}
  html :is(.hover\:bg-\[\#f0f6ec\]:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(240 246 236 / var(--tw-bg-opacity));
}
  html :is(.hover\:bg-green:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(89 169 197 / var(--tw-bg-opacity));
}
  html :is(.hover\:bg-hoverBlue:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(71 152 180 / var(--tw-bg-opacity));
}
  html :is(.hover\:bg-hoverGreen:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(96 152 57 / var(--tw-bg-opacity));
}
  html :is(.hover\:bg-hoverOrange:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(217 107 38 / var(--tw-bg-opacity));
}
  html :is(.hover\:bg-hoverPrimary:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(81 154 179 / var(--tw-bg-opacity));
}
  html :is(.hover\:bg-hoverSecondaryColor:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(226 133 55 / var(--tw-bg-opacity));
}
  html :is(.hover\:bg-primary:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(89 169 197 / var(--tw-bg-opacity));
}
  html :is(.hover\:bg-primaryLight:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(243 248 251 / var(--tw-bg-opacity));
}
  html :is(.hover\:bg-white:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
  html :is(.hover\:text-orange:hover) {
  --tw-text-opacity: 1;
  color: rgb(243 147 67 / var(--tw-text-opacity));
}
  html :is(.hover\:text-secondary:hover) {
  --tw-text-opacity: 1;
  color: rgb(243 147 67 / var(--tw-text-opacity));
}
  html :is(.hover\:text-white:hover) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  html :is(.hover\:underline:hover) {
  text-decoration-line: underline;
}
  html :is(.focus\:border-green:focus) {
  --tw-border-opacity: 1;
  border-color: rgb(89 169 197 / var(--tw-border-opacity));
}
  html :is(.focus\:border-primary:focus) {
  --tw-border-opacity: 1;
  border-color: rgb(89 169 197 / var(--tw-border-opacity));
}
  html :is(.group:hover .group-hover\:absolute) {
  position: absolute;
}
  html :is(.group:hover .group-hover\:mx-\[-8px\]) {
  margin-left: -8px;
  margin-right: -8px;
}
  html :is(.group:hover .group-hover\:my-\[0px\]) {
  margin-top: 0px;
  margin-bottom: 0px;
}
  html :is(.group:hover .group-hover\:mb-\[5px\]) {
  margin-bottom: 5px;
}
  html :is(.group:hover .group-hover\:block) {
  display: block;
}
  html :is(.group\/parent:hover .group-hover\/parent\:flex) {
  display: flex;
}
  html :is(.group\/sub:hover .group-hover\/sub\:flex) {
  display: flex;
}
  html :is(.group:hover .group-hover\:flex) {
  display: flex;
}
  html :is(.group:hover .group-hover\:hidden) {
  display: none;
}
  html :is(.group:hover .group-hover\:h-\[60px\]) {
  height: 60px;
}
  html :is(.group:hover .group-hover\:h-auto) {
  height: auto;
}
  html :is(.group:hover .group-hover\:w-\[135px\]) {
  width: 135px;
}
  html :is(.group:hover .group-hover\:w-\[calc\(100\%\+16px\)\]) {
  width: calc(100% + 16px);
}
  html :is(.group:hover .group-hover\:translate-x-\[0px\]) {
  --tw-translate-x: 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));
}
  html :is(.group:hover .group-hover\:translate-y-\[-128px\]) {
  --tw-translate-y: -128px;
  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 :is(.group:hover .group-hover\:translate-y-\[0\%\]) {
  --tw-translate-y: 0%;
  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 :is(.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));
}
  html :is(.group:hover .group-hover\:scale-110) {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.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 :is(.group:hover .group-hover\:scale-\[110\%\]) {
  --tw-scale-x: 110%;
  --tw-scale-y: 110%;
  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 :is(.group:hover .group-hover\:flex-row) {
  flex-direction: row;
}
  html :is(.group:hover .group-hover\:gap-2) {
  gap: 0.5rem;
}
  html :is(.group:hover .group-hover\:rounded-b-\[10px\]) {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
  html :is(.group:hover .group-hover\:border-defaultColor) {
  --tw-border-opacity: 1;
  border-color: rgb(90 103 120 / var(--tw-border-opacity));
}
  html :is(.group:hover .group-hover\:border-orange) {
  --tw-border-opacity: 1;
  border-color: rgb(243 147 67 / var(--tw-border-opacity));
}
  html :is(.group:hover .group-hover\:bg-white) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
  html :is(.group:hover .group-hover\:text-green) {
  --tw-text-opacity: 1;
  color: rgb(89 169 197 / var(--tw-text-opacity));
}
  html :is(.group:hover .group-hover\:text-orange) {
  --tw-text-opacity: 1;
  color: rgb(243 147 67 / var(--tw-text-opacity));
}
  html :is(.group:hover .group-hover\:text-white) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  html :is(.group:hover .group-hover\:underline) {
  text-decoration-line: underline;
}
  html :is(.group:hover .group-hover\:line-through) {
  text-decoration-line: line-through;
}
  html :is(.group:hover .group-hover\:opacity-75) {
  opacity: 0.75;
}
  @media (max-width: 767px) {

  html :is(.sm\:pointer-events-none) {
    pointer-events: none;
  }

  html :is(.sm\:absolute) {
    position: absolute;
  }

  html :is(.sm\:relative) {
    position: relative;
  }

  html :is(.sm\:bottom-\[10px\]) {
    bottom: 10px;
  }

  html :is(.sm\:bottom-\[40px\]) {
    bottom: 40px;
  }

  html :is(.sm\:right-\[-5px\]) {
    right: -5px;
  }

  html :is(.sm\:top-\[-10px\]) {
    top: -10px;
  }

  html :is(.sm\:z-\[-1\]) {
    z-index: -1;
  }

  html :is(.sm\:order-1) {
    order: 1;
  }

  html :is(.sm\:\!m-0) {
    margin: 0px !important;
  }

  html :is(.sm\:m-auto) {
    margin: auto;
  }

  html :is(.sm\:\!mx-\[-14px\]) {
    margin-left: -14px !important;
    margin-right: -14px !important;
  }

  html :is(.sm\:\!mx-\[-20px\]) {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }

  html :is(.sm\:\!mx-\[0px\]) {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  html :is(.sm\:\!my-0) {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  html :is(.sm\:mx-0) {
    margin-left: 0px;
    margin-right: 0px;
  }

  html :is(.sm\:mx-\[-10vw\]) {
    margin-left: -10vw;
    margin-right: -10vw;
  }

  html :is(.sm\:mx-\[-15px\]) {
    margin-left: -15px;
    margin-right: -15px;
  }

  html :is(.sm\:mx-\[-22px\]) {
    margin-left: -22px;
    margin-right: -22px;
  }

  html :is(.sm\:mx-\[-40px\]) {
    margin-left: -40px;
    margin-right: -40px;
  }

  html :is(.sm\:mx-\[-7\.5px\]) {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }

  html :is(.sm\:mx-\[0px\]) {
    margin-left: 0px;
    margin-right: 0px;
  }

  html :is(.sm\:mx-\[15px\]) {
    margin-left: 15px;
    margin-right: 15px;
  }

  html :is(.sm\:mx-\[7\.5px\]) {
    margin-left: 7.5px;
    margin-right: 7.5px;
  }

  html :is(.sm\:mx-auto) {
    margin-left: auto;
    margin-right: auto;
  }

  html :is(.sm\:my-\[15px\]) {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  html :is(.sm\:my-\[20px\]) {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  html :is(.sm\:my-\[25px\]) {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  html :is(.sm\:my-\[40px\]) {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  html :is(.sm\:my-\[5px\]) {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  html :is(.sm\:\!mb-\[140px\]) {
    margin-bottom: 140px !important;
  }

  html :is(.sm\:\!ml-0) {
    margin-left: 0px !important;
  }

  html :is(.sm\:\!ml-\[10px\]) {
    margin-left: 10px !important;
  }

  html :is(.sm\:mb-0) {
    margin-bottom: 0px;
  }

  html :is(.sm\:mb-\[0px\]) {
    margin-bottom: 0px;
  }

  html :is(.sm\:mb-\[10px\]) {
    margin-bottom: 10px;
  }

  html :is(.sm\:mb-\[15px\]) {
    margin-bottom: 15px;
  }

  html :is(.sm\:mb-\[20px\]) {
    margin-bottom: 20px;
  }

  html :is(.sm\:mb-\[25px\]) {
    margin-bottom: 25px;
  }

  html :is(.sm\:mb-\[30px\]) {
    margin-bottom: 30px;
  }

  html :is(.sm\:mb-\[5px\]) {
    margin-bottom: 5px;
  }

  html :is(.sm\:ml-\[-5px\]) {
    margin-left: -5px;
  }

  html :is(.sm\:ml-\[115px\]) {
    margin-left: 115px;
  }

  html :is(.sm\:ml-\[5px\]) {
    margin-left: 5px;
  }

  html :is(.sm\:ml-\[8px\]) {
    margin-left: 8px;
  }

  html :is(.sm\:mr-0) {
    margin-right: 0px;
  }

  html :is(.sm\:mr-\[-10px\]) {
    margin-right: -10px;
  }

  html :is(.sm\:mr-\[0px\]) {
    margin-right: 0px;
  }

  html :is(.sm\:mr-\[15px\]) {
    margin-right: 15px;
  }

  html :is(.sm\:mr-\[5px\]) {
    margin-right: 5px;
  }

  html :is(.sm\:mt-0) {
    margin-top: 0px;
  }

  html :is(.sm\:mt-\[-90px\]) {
    margin-top: -90px;
  }

  html :is(.sm\:mt-\[0\]) {
    margin-top: 0;
  }

  html :is(.sm\:mt-\[10px\]) {
    margin-top: 10px;
  }

  html :is(.sm\:mt-\[15px\]) {
    margin-top: 15px;
  }

  html :is(.sm\:mt-\[20px\]) {
    margin-top: 20px;
  }

  html :is(.sm\:mt-\[30px\]) {
    margin-top: 30px;
  }

  html :is(.sm\:mt-\[5px\]) {
    margin-top: 5px;
  }

  html :is(.sm\:block) {
    display: block;
  }

  html :is(.sm\:flex) {
    display: flex;
  }

  html :is(.sm\:table) {
    display: table;
  }

  html :is(.sm\:hidden) {
    display: none;
  }

  html :is(.sm\:\!h-\[200px\]) {
    height: 200px !important;
  }

  html :is(.sm\:\!h-\[93px\]) {
    height: 93px !important;
  }

  html :is(.sm\:\!h-auto) {
    height: auto !important;
  }

  html :is(.sm\:h-4) {
    height: 1rem;
  }

  html :is(.sm\:h-\[40px\]) {
    height: 40px;
  }

  html :is(.sm\:h-\[50px\]) {
    height: 50px;
  }

  html :is(.sm\:h-\[60px\]) {
    height: 60px;
  }

  html :is(.sm\:h-\[65px\]) {
    height: 65px;
  }

  html :is(.sm\:h-\[70vh\]) {
    height: 70vh;
  }

  html :is(.sm\:h-\[80px\]) {
    height: 80px;
  }

  html :is(.sm\:h-\[calc\(100vh-80px\)\]) {
    height: calc(100vh - 80px);
  }

  html :is(.sm\:h-auto) {
    height: auto;
  }

  html :is(.sm\:h-full) {
    height: 100%;
  }

  html :is(.sm\:max-h-\[215px\]) {
    max-height: 215px;
  }

  html :is(.sm\:max-h-\[220px\]) {
    max-height: 220px;
  }

  html :is(.sm\:max-h-\[510px\]) {
    max-height: 510px;
  }

  html :is(.sm\:max-h-\[90\%\]) {
    max-height: 90%;
  }

  html :is(.sm\:\!min-h-\[130px\]) {
    min-height: 130px !important;
  }

  html :is(.sm\:\!min-h-\[340px\]) {
    min-height: 340px !important;
  }

  html :is(.sm\:min-h-\[250px\]) {
    min-height: 250px;
  }

  html :is(.sm\:\!w-\[100\%\]) {
    width: 100% !important;
  }

  html :is(.sm\:\!w-\[12\.33\%\]) {
    width: 12.33% !important;
  }

  html :is(.sm\:\!w-\[350px\]) {
    width: 350px !important;
  }

  html :is(.sm\:\!w-\[calc\(100\%\+28px\)\]) {
    width: calc(100% + 28px) !important;
  }

  html :is(.sm\:\!w-\[calc\(100\%\+40px\)\]) {
    width: calc(100% + 40px) !important;
  }

  html :is(.sm\:\!w-\[calc\(33\.33\%-15px\)\]) {
    width: calc(33.33% - 15px) !important;
  }

  html :is(.sm\:\!w-\[calc\(50\%-5px\)\]) {
    width: calc(50% - 5px) !important;
  }

  html :is(.sm\:\!w-full) {
    width: 100% !important;
  }

  html :is(.sm\:w-4) {
    width: 1rem;
  }

  html :is(.sm\:w-\[100\%\+30px\]) {
    width: 100%+30px;
  }

  html :is(.sm\:w-\[100\%\+44px\]) {
    width: 100%+44px;
  }

  html :is(.sm\:w-\[100\%\]) {
    width: 100%;
  }

  html :is(.sm\:w-\[112px\]) {
    width: 112px;
  }

  html :is(.sm\:w-\[150px\]) {
    width: 150px;
  }

  html :is(.sm\:w-\[30px\]) {
    width: 30px;
  }

  html :is(.sm\:w-\[50\%\]) {
    width: 50%;
  }

  html :is(.sm\:w-\[80\%\]) {
    width: 80%;
  }

  html :is(.sm\:w-\[90\%\]) {
    width: 90%;
  }

  html :is(.sm\:w-\[96\%\]) {
    width: 96%;
  }

  html :is(.sm\:w-\[calc\(100\%\+20vw\)\]) {
    width: calc(100% + 20vw);
  }

  html :is(.sm\:w-\[calc\(100\%\+80px\)\]) {
    width: calc(100% + 80px);
  }

  html :is(.sm\:w-\[calc\(100\%-108px\)\]) {
    width: calc(100% - 108px);
  }

  html :is(.sm\:w-\[calc\(100\%-115px\)\]) {
    width: calc(100% - 115px);
  }

  html :is(.sm\:w-\[calc\(100\%-30px\)\]) {
    width: calc(100% - 30px);
  }

  html :is(.sm\:w-\[calc\(50\%-5px\)\]) {
    width: calc(50% - 5px);
  }

  html :is(.sm\:w-auto) {
    width: auto;
  }

  html :is(.sm\:w-full) {
    width: 100%;
  }

  html :is(.sm\:\!min-w-\[100vw\]) {
    min-width: 100vw !important;
  }

  html :is(.sm\:min-w-\[130px\]) {
    min-width: 130px;
  }

  html :is(.sm\:\!max-w-full) {
    max-width: 100% !important;
  }

  html :is(.sm\:\!max-w-none) {
    max-width: none !important;
  }

  html :is(.sm\:max-w-\[80\%\]) {
    max-width: 80%;
  }

  html :is(.sm\:max-w-\[90\%\]) {
    max-width: 90%;
  }

  html :is(.sm\:max-w-full) {
    max-width: 100%;
  }

  html :is(.sm\:\!columns-1) {
    -moz-columns: 1 !important;
         columns: 1 !important;
  }

  html :is(.sm\:\!grid-cols-1) {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  html :is(.sm\:\!grid-cols-2) {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  html :is(.sm\:\!grid-cols-3) {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

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

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

  html :is(.sm\:flex-row) {
    flex-direction: row;
  }

  html :is(.sm\:\!flex-col) {
    flex-direction: column !important;
  }

  html :is(.sm\:flex-col) {
    flex-direction: column;
  }

  html :is(.sm\:\!flex-wrap) {
    flex-wrap: wrap !important;
  }

  html :is(.sm\:flex-wrap) {
    flex-wrap: wrap;
  }

  html :is(.sm\:items-start) {
    align-items: flex-start;
  }

  html :is(.sm\:items-center) {
    align-items: center;
  }

  html :is(.sm\:justify-start) {
    justify-content: flex-start;
  }

  html :is(.sm\:\!justify-center) {
    justify-content: center !important;
  }

  html :is(.sm\:justify-center) {
    justify-content: center;
  }

  html :is(.sm\:justify-between) {
    justify-content: space-between;
  }

  html :is(.sm\:\!gap-2) {
    gap: 0.5rem !important;
  }

  html :is(.sm\:gap-0) {
    gap: 0px;
  }

  html :is(.sm\:gap-1) {
    gap: 0.25rem;
  }

  html :is(.sm\:gap-2) {
    gap: 0.5rem;
  }

  html :is(.sm\:gap-3) {
    gap: 0.75rem;
  }

  html :is(.sm\:gap-4) {
    gap: 1rem;
  }

  html :is(.sm\:gap-\[10px\]) {
    gap: 10px;
  }

  html :is(.sm\:gap-\[5px\]) {
    gap: 5px;
  }

  html :is(.sm\:gap-x-4) {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  html :is(.sm\:place-self-start) {
    place-self: start;
  }

  html :is(.sm\:self-center) {
    align-self: center;
  }

  html :is(.sm\:justify-self-start) {
    justify-self: start;
  }

  html :is(.sm\:break-all) {
    word-break: break-all;
  }

  html :is(.sm\:rounded-\[0\]) {
    border-radius: 0;
  }

  html :is(.sm\:rounded-\[6px\]) {
    border-radius: 6px;
  }

  html :is(.sm\:border) {
    border-width: 1px;
  }

  html :is(.sm\:border-0) {
    border-width: 0px;
  }

  html :is(.sm\:border-b) {
    border-bottom-width: 1px;
  }

  html :is(.sm\:border-r-0) {
    border-right-width: 0px;
  }

  html :is(.sm\:border-\[\#e1e1e1\]) {
    --tw-border-opacity: 1;
    border-color: rgb(225 225 225 / var(--tw-border-opacity));
  }

  html :is(.sm\:border-borderGray) {
    --tw-border-opacity: 1;
    border-color: rgb(225 225 225 / var(--tw-border-opacity));
  }

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

  html :is(.sm\:\!p-0) {
    padding: 0px !important;
  }

  html :is(.sm\:\!p-\[15px\]) {
    padding: 15px !important;
  }

  html :is(.sm\:p-\[0px\]) {
    padding: 0px;
  }

  html :is(.sm\:p-\[10px\]) {
    padding: 10px;
  }

  html :is(.sm\:p-\[15px\]) {
    padding: 15px;
  }

  html :is(.sm\:p-\[20px\]) {
    padding: 20px;
  }

  html :is(.sm\:p-\[25px\]) {
    padding: 25px;
  }

  html :is(.sm\:\!px-\[0px\]) {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  html :is(.sm\:\!px-\[10px\]) {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  html :is(.sm\:\!px-\[15px\]) {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  html :is(.sm\:\!px-\[8px\]) {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  html :is(.sm\:\!py-\[0px\]) {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  html :is(.sm\:px-0) {
    padding-left: 0px;
    padding-right: 0px;
  }

  html :is(.sm\:px-\[0px\]) {
    padding-left: 0px;
    padding-right: 0px;
  }

  html :is(.sm\:px-\[10px\]) {
    padding-left: 10px;
    padding-right: 10px;
  }

  html :is(.sm\:px-\[15px\]) {
    padding-left: 15px;
    padding-right: 15px;
  }

  html :is(.sm\:px-\[20px\]) {
    padding-left: 20px;
    padding-right: 20px;
  }

  html :is(.sm\:px-\[25px\]) {
    padding-left: 25px;
    padding-right: 25px;
  }

  html :is(.sm\:px-\[30px\]) {
    padding-left: 30px;
    padding-right: 30px;
  }

  html :is(.sm\:py-\[10px\]) {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  html :is(.sm\:py-\[15px\]) {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  html :is(.sm\:py-\[20px\]) {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  html :is(.sm\:py-\[25px\]) {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  html :is(.sm\:\!pt-\[25px\]) {
    padding-top: 25px !important;
  }

  html :is(.sm\:pb-\[10px\]) {
    padding-bottom: 10px;
  }

  html :is(.sm\:pb-\[15px\]) {
    padding-bottom: 15px;
  }

  html :is(.sm\:pl-0) {
    padding-left: 0px;
  }

  html :is(.sm\:pl-\[10px\]) {
    padding-left: 10px;
  }

  html :is(.sm\:pr-0) {
    padding-right: 0px;
  }

  html :is(.sm\:pt-\[10px\]) {
    padding-top: 10px;
  }

  html :is(.sm\:pt-\[15px\]) {
    padding-top: 15px;
  }

  html :is(.sm\:text-center) {
    text-align: center;
  }

  html :is(.sm\:font-Poppins-Medium) {
    font-family: Poppins-Medium;
  }

  html :is(.sm\:\!text-\[16px\]) {
    font-size: 16px !important;
  }

  html :is(.sm\:text-\[12px\]) {
    font-size: 12px;
  }

  html :is(.sm\:text-\[13px\]) {
    font-size: 13px;
  }

  html :is(.sm\:text-\[14px\]) {
    font-size: 14px;
  }

  html :is(.sm\:text-\[16px\]) {
    font-size: 16px;
  }

  html :is(.sm\:text-\[18px\]) {
    font-size: 18px;
  }

  html :is(.sm\:text-\[20px\]) {
    font-size: 20px;
  }

  html :is(.sm\:text-\[22px\]) {
    font-size: 22px;
  }

  html :is(.sm\:text-\[24px\]) {
    font-size: 24px;
  }

  html :is(.sm\:font-medium) {
    font-weight: 500;
  }

  html :is(.sm\:leading-\[16px\]) {
    line-height: 16px;
  }

  html :is(.sm\:leading-\[18px\]) {
    line-height: 18px;
  }

  html :is(.sm\:leading-\[20px\]) {
    line-height: 20px;
  }

  html :is(.sm\:leading-\[22px\]) {
    line-height: 22px;
  }

  html :is(.sm\:leading-\[24px\]) {
    line-height: 24px;
  }

  html :is(.sm\:leading-\[36px\]) {
    line-height: 36px;
  }

  html :is(.sm\:leading-\[40px\]) {
    line-height: 40px;
  }

  html :is(.sm\:underline) {
    text-decoration-line: underline;
  }

  html :is(.sm\:before\:mr-\[10px\])::before {
    content: var(--tw-content);
    margin-right: 10px;
  }

  html :is(.sm\:before\:flex)::before {
    content: var(--tw-content);
    display: flex;
  }

  html :is(.sm\:before\:\!h-\[300px\])::before {
    content: var(--tw-content);
    height: 300px !important;
  }

  html :is(.sm\:before\:h-auto)::before {
    content: var(--tw-content);
    height: auto;
  }

  html :is(.sm\:before\:h-full)::before {
    content: var(--tw-content);
    height: 100%;
  }

  html :is(.sm\:before\:min-w-\[100px\])::before {
    content: var(--tw-content);
    min-width: 100px;
  }

  html :is(.sm\:before\:items-center)::before {
    content: var(--tw-content);
    align-items: center;
  }

  html :is(.sm\:before\:bg-lightGray)::before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(247 247 247 / var(--tw-bg-opacity));
  }

  html :is(.sm\:before\:px-\[15px\])::before {
    content: var(--tw-content);
    padding-left: 15px;
    padding-right: 15px;
  }

  html :is(.sm\:before\:font-bold)::before {
    content: var(--tw-content);
    font-weight: 700;
  }

  html :is(.sm\:before\:leading-\[40px\])::before {
    content: var(--tw-content);
    line-height: 40px;
  }

  html :is(.sm\:before\:content-\[\'Message\'\])::before {
    --tw-content: 'Message';
    content: var(--tw-content);
  }

  html :is(.sm\:before\:content-\[\'SKU\'\])::before {
    --tw-content: 'SKU';
    content: var(--tw-content);
  }

  html :is(.sm\:empty\:py-\[0px\]:empty) {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
  @media (max-width: 980px) {

  html :is(.md\:absolute) {
    position: absolute;
  }

  html :is(.md\:relative) {
    position: relative;
  }

  html :is(.md\:left-\[50\%\]) {
    left: 50%;
  }

  html :is(.md\:order-1) {
    order: 1;
  }

  html :is(.md\:col-span-1) {
    grid-column: span 1 / span 1;
  }

  html :is(.md\:col-span-8) {
    grid-column: span 8 / span 8;
  }

  html :is(.md\:m-auto) {
    margin: auto;
  }

  html :is(.md\:mx-\[-19px\]) {
    margin-left: -19px;
    margin-right: -19px;
  }

  html :is(.md\:mx-\[5px\]) {
    margin-left: 5px;
    margin-right: 5px;
  }

  html :is(.md\:mx-auto) {
    margin-left: auto;
    margin-right: auto;
  }

  html :is(.md\:mb-\[20px\]) {
    margin-bottom: 20px;
  }

  html :is(.md\:ml-0) {
    margin-left: 0px;
  }

  html :is(.md\:ml-\[10px\]) {
    margin-left: 10px;
  }

  html :is(.md\:ml-\[15px\]) {
    margin-left: 15px;
  }

  html :is(.md\:ml-auto) {
    margin-left: auto;
  }

  html :is(.md\:mr-0) {
    margin-right: 0px;
  }

  html :is(.md\:mr-\[10px\]) {
    margin-right: 10px;
  }

  html :is(.md\:mr-auto) {
    margin-right: auto;
  }

  html :is(.md\:mt-0) {
    margin-top: 0px;
  }

  html :is(.md\:mt-\[0px\]) {
    margin-top: 0px;
  }

  html :is(.md\:mt-\[10px\]) {
    margin-top: 10px;
  }

  html :is(.md\:mt-\[30px\]) {
    margin-top: 30px;
  }

  html :is(.md\:mt-\[5px\]) {
    margin-top: 5px;
  }

  html :is(.md\:block) {
    display: block;
  }

  html :is(.md\:flex) {
    display: flex;
  }

  html :is(.md\:hidden) {
    display: none;
  }

  html :is(.md\:h-\[120px\]) {
    height: 120px;
  }

  html :is(.md\:h-\[170px\]) {
    height: 170px;
  }

  html :is(.md\:h-\[40px\]) {
    height: 40px;
  }

  html :is(.md\:h-\[450px\]) {
    height: 450px;
  }

  html :is(.md\:h-\[50px\]) {
    height: 50px;
  }

  html :is(.md\:h-\[54px\]) {
    height: 54px;
  }

  html :is(.md\:h-auto) {
    height: auto;
  }

  html :is(.md\:h-full) {
    height: 100%;
  }

  html :is(.md\:max-h-\[90\%\]) {
    max-height: 90%;
  }

  html :is(.md\:\!w-\[100\%\]) {
    width: 100% !important;
  }

  html :is(.md\:\!w-\[70\%\]) {
    width: 70% !important;
  }

  html :is(.md\:\!w-\[80px\]) {
    width: 80px !important;
  }

  html :is(.md\:\!w-\[90px\]) {
    width: 90px !important;
  }

  html :is(.md\:\!w-\[calc\(100\%-125px\)\]) {
    width: calc(100% - 125px) !important;
  }

  html :is(.md\:\!w-full) {
    width: 100% !important;
  }

  html :is(.md\:w-\[100\%\]) {
    width: 100%;
  }

  html :is(.md\:w-\[3\.6\%\]) {
    width: 3.6%;
  }

  html :is(.md\:w-\[30\%\]) {
    width: 30%;
  }

  html :is(.md\:w-\[400px\]) {
    width: 400px;
  }

  html :is(.md\:w-\[calc\(100\%\+38px\)\]) {
    width: calc(100% + 38px);
  }

  html :is(.md\:w-\[calc\(100\%-125px\)\]) {
    width: calc(100% - 125px);
  }

  html :is(.md\:w-\[calc\(33\.33\%-18px\)\]) {
    width: calc(33.33% - 18px);
  }

  html :is(.md\:w-auto) {
    width: auto;
  }

  html :is(.md\:w-full) {
    width: 100%;
  }

  html :is(.md\:\!min-w-\[100\%\]) {
    min-width: 100% !important;
  }

  html :is(.md\:min-w-\[30\%\]) {
    min-width: 30%;
  }

  html :is(.md\:\!max-w-\[90\%\]) {
    max-width: 90% !important;
  }

  html :is(.md\:max-w-\[350px\]) {
    max-width: 350px;
  }

  html :is(.md\:max-w-\[440px\]) {
    max-width: 440px;
  }

  html :is(.md\:max-w-full) {
    max-width: 100%;
  }

  html :is(.md\:translate-x-\[-50\%\]) {
    --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));
  }

  html :is(.md\:columns-3) {
    -moz-columns: 3;
         columns: 3;
  }

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

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

  html :is(.md\:flex-row) {
    flex-direction: row;
  }

  html :is(.md\:flex-col) {
    flex-direction: column;
  }

  html :is(.md\:flex-wrap) {
    flex-wrap: wrap;
  }

  html :is(.md\:flex-nowrap) {
    flex-wrap: nowrap;
  }

  html :is(.md\:items-center) {
    align-items: center;
  }

  html :is(.md\:justify-start) {
    justify-content: flex-start;
  }

  html :is(.md\:justify-end) {
    justify-content: flex-end;
  }

  html :is(.md\:justify-center) {
    justify-content: center;
  }

  html :is(.md\:justify-between) {
    justify-content: space-between;
  }

  html :is(.md\:\!gap-4) {
    gap: 1rem !important;
  }

  html :is(.md\:gap-0) {
    gap: 0px;
  }

  html :is(.md\:gap-2) {
    gap: 0.5rem;
  }

  html :is(.md\:gap-3) {
    gap: 0.75rem;
  }

  html :is(.md\:rounded-\[0px\]) {
    border-radius: 0px;
  }

  html :is(.md\:border-t-0) {
    border-top-width: 0px;
  }

  html :is(.md\:border-t-\[1px\]) {
    border-top-width: 1px;
  }

  html :is(.md\:p-\[10px\]) {
    padding: 10px;
  }

  html :is(.md\:\!px-0) {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  html :is(.md\:\!px-\[0px\]) {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  html :is(.md\:\!px-\[10px\]) {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  html :is(.md\:\!px-\[15px\]) {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  html :is(.md\:\!px-\[20px\]) {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  html :is(.md\:px-0) {
    padding-left: 0px;
    padding-right: 0px;
  }

  html :is(.md\:px-\[15px\]) {
    padding-left: 15px;
    padding-right: 15px;
  }

  html :is(.md\:px-\[20px\]) {
    padding-left: 20px;
    padding-right: 20px;
  }

  html :is(.md\:py-\[10px\]) {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  html :is(.md\:py-\[15px\]) {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  html :is(.md\:py-\[50px\]) {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  html :is(.md\:pb-\[0px\]) {
    padding-bottom: 0px;
  }

  html :is(.md\:pb-\[10px\]) {
    padding-bottom: 10px;
  }

  html :is(.md\:pl-0) {
    padding-left: 0px;
  }

  html :is(.md\:pt-0) {
    padding-top: 0px;
  }

  html :is(.md\:pt-\[20px\]) {
    padding-top: 20px;
  }

  html :is(.md\:text-center) {
    text-align: center;
  }

  html :is(.md\:text-\[16px\]) {
    font-size: 16px;
  }

  html :is(.md\:text-\[18px\]) {
    font-size: 18px;
  }

  html :is(.md\:text-\[20px\]) {
    font-size: 20px;
  }

  html :is(.md\:text-\[22px\]) {
    font-size: 22px;
  }

  html :is(.md\:text-\[30px\]) {
    font-size: 30px;
  }

  html :is(.md\:leading-\[100\%\]) {
    line-height: 100%;
  }

  html :is(.md\:leading-\[20px\]) {
    line-height: 20px;
  }

  html :is(.md\:leading-\[36px\]) {
    line-height: 36px;
  }

  html :is(.md\:before\:mr-\[15px\])::before {
    content: var(--tw-content);
    margin-right: 15px;
  }

  html :is(.md\:before\:h-\[40px\])::before {
    content: var(--tw-content);
    height: 40px;
  }

  html :is(.md\:before\:w-\[110px\])::before {
    content: var(--tw-content);
    width: 110px;
  }

  html :is(.md\:before\:bg-orange)::before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(243 147 67 / var(--tw-bg-opacity));
  }

  html :is(.md\:before\:pl-\[15px\])::before {
    content: var(--tw-content);
    padding-left: 15px;
  }

  html :is(.md\:before\:font-Poppins-SemiBold)::before {
    content: var(--tw-content);
    font-family: Poppins-SemiBold;
  }

  html :is(.md\:before\:leading-\[40px\])::before {
    content: var(--tw-content);
    line-height: 40px;
  }

  html :is(.md\:before\:text-white)::before {
    content: var(--tw-content);
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  html :is(.md\:before\:content-\[\'Action\'\])::before {
    --tw-content: 'Action';
    content: var(--tw-content);
  }

  html :is(.md\:before\:content-\[\'Date\'\])::before {
    --tw-content: 'Date';
    content: var(--tw-content);
  }

  html :is(.md\:before\:content-\[\'Order\'\])::before {
    --tw-content: 'Order';
    content: var(--tw-content);
  }

  html :is(.md\:before\:content-\[\'OrderTotal\'\])::before {
    --tw-content: 'OrderTotal';
    content: var(--tw-content);
  }

  html :is(.md\:before\:content-\[\'Status\'\])::before {
    --tw-content: 'Status';
    content: var(--tw-content);
  }

  html :is(.md\:after\:my-\[20px\])::after {
    content: var(--tw-content);
    margin-top: 20px;
    margin-bottom: 20px;
  }

  html :is(.md\:after\:block)::after {
    content: var(--tw-content);
    display: block;
  }

  html :is(.md\:after\:h-\[1px\])::after {
    content: var(--tw-content);
    height: 1px;
  }

  html :is(.md\:after\:w-full)::after {
    content: var(--tw-content);
    width: 100%;
  }

  html :is(.md\:after\:bg-\[\#e1e1e1\])::after {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(225 225 225 / var(--tw-bg-opacity));
  }

  html :is(.md\:after\:content-\[\'\'\])::after {
    --tw-content: '';
    content: var(--tw-content);
  }
}
  @media (max-width: 1150px) {

  html :is(.lg\:col-span-5) {
    grid-column: span 5 / span 5;
  }

  html :is(.lg\:m-auto) {
    margin: auto;
  }

  html :is(.lg\:mx-auto) {
    margin-left: auto;
    margin-right: auto;
  }

  html :is(.lg\:my-\[15px\]) {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  html :is(.lg\:mb-\[10px\]) {
    margin-bottom: 10px;
  }

  html :is(.lg\:ml-0) {
    margin-left: 0px;
  }

  html :is(.lg\:mt-\[0px\]) {
    margin-top: 0px;
  }

  html :is(.lg\:mt-\[10px\]) {
    margin-top: 10px;
  }

  html :is(.lg\:mt-\[20px\]) {
    margin-top: 20px;
  }

  html :is(.lg\:h-\[100px\]) {
    height: 100px;
  }

  html :is(.lg\:h-\[200px\]) {
    height: 200px;
  }

  html :is(.lg\:h-\[270px\]) {
    height: 270px;
  }

  html :is(.lg\:h-\[500px\]) {
    height: 500px;
  }

  html :is(.lg\:h-\[60px\]) {
    height: 60px;
  }

  html :is(.lg\:h-\[650px\]) {
    height: 650px;
  }

  html :is(.lg\:h-auto) {
    height: auto;
  }

  html :is(.lg\:min-h-0) {
    min-height: 0px;
  }

  html :is(.lg\:min-h-\[410px\]) {
    min-height: 410px;
  }

  html :is(.lg\:\!w-\[235px\]) {
    width: 235px !important;
  }

  html :is(.lg\:\!w-\[50\%\]) {
    width: 50% !important;
  }

  html :is(.lg\:\!w-\[calc\(100\%\+40px\)\]) {
    width: calc(100% + 40px) !important;
  }

  html :is(.lg\:\!w-\[calc\(100\%-660px\)\]) {
    width: calc(100% - 660px) !important;
  }

  html :is(.lg\:w-\[100px\]) {
    width: 100px;
  }

  html :is(.lg\:w-\[23\.33\%\]) {
    width: 23.33%;
  }

  html :is(.lg\:w-\[25\%\]) {
    width: 25%;
  }

  html :is(.lg\:w-\[250px\]) {
    width: 250px;
  }

  html :is(.lg\:w-\[330px\]) {
    width: 330px;
  }

  html :is(.lg\:w-\[65px\]) {
    width: 65px;
  }

  html :is(.lg\:w-\[70px\]) {
    width: 70px;
  }

  html :is(.lg\:w-\[75\%\]) {
    width: 75%;
  }

  html :is(.lg\:w-\[calc\(100\%-250px\)\]) {
    width: calc(100% - 250px);
  }

  html :is(.lg\:w-\[calc\(16\.66\%-15px\)\]) {
    width: calc(16.66% - 15px);
  }

  html :is(.lg\:w-\[calc\(33\.33\%-18px\)\]) {
    width: calc(33.33% - 18px);
  }

  html :is(.lg\:min-w-\[70px\]) {
    min-width: 70px;
  }

  html :is(.lg\:max-w-full) {
    max-width: 100%;
  }

  html :is(.lg\:\!columns-4) {
    -moz-columns: 4 !important;
         columns: 4 !important;
  }

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

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

  html :is(.lg\:flex-col) {
    flex-direction: column;
  }

  html :is(.lg\:flex-wrap) {
    flex-wrap: wrap;
  }

  html :is(.lg\:justify-center) {
    justify-content: center;
  }

  html :is(.lg\:gap-0) {
    gap: 0px;
  }

  html :is(.lg\:gap-2) {
    gap: 0.5rem;
  }

  html :is(.lg\:gap-3) {
    gap: 0.75rem;
  }

  html :is(.lg\:gap-5) {
    gap: 1.25rem;
  }

  html :is(.lg\:px-0) {
    padding-left: 0px;
    padding-right: 0px;
  }

  html :is(.lg\:px-\[0px\]) {
    padding-left: 0px;
    padding-right: 0px;
  }

  html :is(.lg\:px-\[10px\]) {
    padding-left: 10px;
    padding-right: 10px;
  }

  html :is(.lg\:px-\[20px\]) {
    padding-left: 20px;
    padding-right: 20px;
  }

  html :is(.lg\:pl-\[20px\]) {
    padding-left: 20px;
  }

  html :is(.lg\:pt-\[0px\]) {
    padding-top: 0px;
  }

  html :is(.lg\:text-center) {
    text-align: center;
  }

  html :is(.lg\:text-\[14px\]) {
    font-size: 14px;
  }

  html :is(.lg\:text-\[18px\]) {
    font-size: 18px;
  }
}
  @media (max-width: 1440px) {

  html :is(.xl\:left-\[1vw\]) {
    left: 1vw;
  }

  html :is(.xl\:\!mx-\[-20px\]) {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }

  html :is(.xl\:mx-0) {
    margin-left: 0px;
    margin-right: 0px;
  }

  html :is(.xl\:h-\[auto\]) {
    height: auto;
  }

  html :is(.xl\:max-h-\[400px\]) {
    max-height: 400px;
  }

  html :is(.xl\:w-\[100\%\]) {
    width: 100%;
  }

  html :is(.xl\:w-\[170px\]) {
    width: 170px;
  }

  html :is(.xl\:w-\[23\.33\%\]) {
    width: 23.33%;
  }

  html :is(.xl\:w-\[252px\]) {
    width: 252px;
  }

  html :is(.xl\:w-\[33\.33\%\]) {
    width: 33.33%;
  }

  html :is(.xl\:w-\[94\%\]) {
    width: 94%;
  }

  html :is(.xl\:w-\[calc\(100\%\+25vw\)\]) {
    width: calc(100% + 25vw);
  }

  html :is(.xl\:w-full) {
    width: 100%;
  }

  html :is(.xl\:min-w-0) {
    min-width: 0px;
  }

  html :is(.xl\:\!max-w-none) {
    max-width: none !important;
  }

  html :is(.xl\:max-w-\[100vw\]) {
    max-width: 100vw;
  }

  html :is(.xl\:max-w-full) {
    max-width: 100%;
  }

  html :is(.xl\:columns-5) {
    -moz-columns: 5;
         columns: 5;
  }

  html :is(.xl\:flex-row) {
    flex-direction: row;
  }

  html :is(.xl\:px-\[15px\]) {
    padding-left: 15px;
    padding-right: 15px;
  }

  html :is(.xl\:px-\[20px\]) {
    padding-left: 20px;
    padding-right: 20px;
  }

  html :is(.xl\:px-\[25px\]) {
    padding-left: 25px;
    padding-right: 25px;
  }

  html :is(.xl\:py-\[20px\]) {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  html :is(.xl\:leading-\[40px\]) {
    line-height: 40px;
  }

  html :is(.xl\:before\:h-\[350px\])::before {
    content: var(--tw-content);
    height: 350px;
  }
}
  html :is(.\[\&\>div\:focus-within\>div\]\:\!border-none>div:focus-within>div) {
  border-style: none !important;
}
  html :is(.\[\&\>div\:nth-child\(3\)\]\:h-full>div:nth-child(3)) {
  height: 100%;
}
  html :is(.\[\&\>div\:nth-child\(4\)\>div\>div\:active\]\:text-white>div:nth-child(4)>div>div:active) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  html :is(.\[\&\>div\:nth-child\(4\)\>div\>div\:hover\]\:\!bg-green>div:nth-child(4)>div>div:hover) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(89 169 197 / var(--tw-bg-opacity)) !important;
}
  html :is(.\[\&\>div\:nth-child\(4\)\>div\>div\:hover\]\:text-white>div:nth-child(4)>div>div:hover) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  html :is(.\[\&\>div\:nth-child\(4\)\>div\>div\:last-child\]\:mb-0>div:nth-child(4)>div>div:last-child) {
  margin-bottom: 0px;
}
  html :is(.\[\&\>div\:nth-child\(4\)\>div\>div\]\:mb-\[5px\]>div:nth-child(4)>div>div) {
  margin-bottom: 5px;
}
  html :is(.\[\&\>div\:nth-child\(4\)\>div\>div\]\:rounded-\[6px\]>div:nth-child(4)>div>div) {
  border-radius: 6px;
}
  html :is(.\[\&\>div\:nth-child\(4\)\]\:\!my-0>div:nth-child(4)) {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
  html :is(.\[\&\>div\:nth-child\(4\)\]\:bg-lightGray>div:nth-child(4)) {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}
  html :is(.\[\&\>div\:nth-child\(4\)\]\:px-\[5px\]>div:nth-child(4)) {
  padding-left: 5px;
  padding-right: 5px;
}
  html :is(.\[\&\>div\:nth-child\(4\)\]\:pb-0>div:nth-child(4)) {
  padding-bottom: 0px;
}
  html :is(.\[\&\>div\>div\:nth-child\(2\)\>div\>div\]\:\!min-w-\[14\.28\%\]>div>div:nth-child(2)>div>div) {
  min-width: 14.28% !important;
}
  html :is(.\[\&\>div\>div\>span\]\:hidden>div>div>span) {
  display: none;
}
  html :is(.\[\&\>div\>div\]\:flex>div>div) {
  display: flex;
}
  html :is(.\[\&\>div\>div\]\:flex-wrap>div>div) {
  flex-wrap: wrap;
}
  html :is(.\[\&\>div\]\:flex>div) {
  display: flex;
}
  html :is(.\[\&\>div\]\:max-w-full>div) {
  max-width: 100%;
}
  html :is(.\[\&\>div\]\:flex-wrap>div) {
  flex-wrap: wrap;
}
  html :is(.\[\&\>div\]\:justify-center>div) {
  justify-content: center;
}
  html :is(.\[\&\>div\]\:gap-\[5px\]>div) {
  gap: 5px;
}
  html :is(.\[\&\>div\]\:rounded-\[6px\]>div) {
  border-radius: 6px;
}
  html :is(.\[\&\>div\]\:border>div) {
  border-width: 1px;
}
  html :is(.\[\&\>div\]\:border-lightGray8>div) {
  --tw-border-opacity: 1;
  border-color: rgb(232 232 232 / var(--tw-border-opacity));
}
  html :is(.\[\&\>div\]\:bg-lightGray>div) {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}
  html :is(.\[\&\>div\]\:focus-within\:outline-none:focus-within>div) {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
  html :is(.\[\&\>span\]\:\!text-\[14px\]>span) {
  font-size: 14px !important;
}
  html :is(.\[\&\>span\]\:font-medium>span) {
  font-weight: 500;
}
  html :is(.\[\&_\.\\dd__selectControl\]\:\!h-\[40px\] .\dd selectControl) {
  height: 40px !important;
}
  html :is(.\[\&_div\:nth-child\(2\)\]\:w-\[90px\] div:nth-child(2)) {
  width: 90px;
}
  @media (max-width: 767px) {

  html :is(.sm\:\[\&_div\:nth-child\(2\)\]\:w-\[70px\] div:nth-child(2)) {
    width: 70px;
  }
}
  html :is(.\[\&_h2\]\:w-full h2) {
  width: 100%;
}
  html :is(.\[\&_h2\]\:text-\[18px\] h2) {
  font-size: 18px;
}
  html :is(.\[\&_h2\]\:font-bold h2) {
  font-weight: 700;
}
  html :is(.\[\&_h2\]\:leading-\[18px\] h2) {
  line-height: 18px;
}
  html :is(.\[\&_h2\]\:text-orange h2) {
  --tw-text-opacity: 1;
  color: rgb(243 147 67 / var(--tw-text-opacity));
}
  html :is(.\[\&_h3\]\:w-full h3) {
  width: 100%;
}
  html :is(.\[\&_h3\]\:text-\[18px\] h3) {
  font-size: 18px;
}
  html :is(.\[\&_h3\]\:font-bold h3) {
  font-weight: 700;
}
  html :is(.\[\&_h3\]\:leading-\[18px\] h3) {
  line-height: 18px;
}
  html :is(.\[\&_h3\]\:text-orange h3) {
  --tw-text-opacity: 1;
  color: rgb(243 147 67 / var(--tw-text-opacity));
}
  html :is(.\[\&_img\]\:absolute img) {
  position: absolute;
}
  html :is(.\[\&_img\]\:right-0 img) {
  right: 0px;
}
  html :is(.\[\&_img\]\:top-0 img) {
  top: 0px;
}
  html :is(.\[\&_img\]\:w-\[90px\] img) {
  width: 90px;
}
  html :is(.\[\&_img\]\:min-w-\[90px\] img) {
  min-width: 90px;
}
  @media (max-width: 767px) {

  html :is(.sm\:\[\&_img\]\:w-\[70px\] img) {
    width: 70px;
  }

  html :is(.sm\:\[\&_img\]\:min-w-\[70px\] img) {
    min-width: 70px;
  }
}
  html :is(.\[\&_p\:last-child\]\:mt-\[5px\] p:last-child) {
  margin-top: 5px;
}
  html :is(.\[\&_p\>small\]\:mb-0 p>small) {
  margin-bottom: 0px;
}
  html :is(.\[\&_p\>small\]\:\!text-\[10px\] p>small) {
  font-size: 10px !important;
}
  html :is(.\[\&_p\>small\]\:text-black600 p>small) {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
  html :is(.\[\&_p\]\:line-clamp-4 p) {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
  html :is(.\[\&_p\]\:overflow-hidden p) {
  overflow: hidden;
}
  html :is(.\[\&_p\]\:text-ellipsis p) {
  text-overflow: ellipsis;
}
  html :is(.\[\&_p\]\:text-\[14px\] p) {
  font-size: 14px;
}
  html :is(.\[\&_p\]\:tracking-wide p) {
  letter-spacing: 0.025em;
}
  html :is(.\[\&_p\]\:text-black600 p) {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
  html :is(.\[\&_svg\]\:text-orange svg) {
  --tw-text-opacity: 1;
  color: rgb(243 147 67 / var(--tw-text-opacity));
}
/*
! tailwindcss v3.4.4 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
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] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 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:  ;
}
.container {
  width: 100%;
}
html :is(.pointer-events-none) {
  pointer-events: none;
}
html :is(.visible) {
  visibility: visible;
}
html :is(.static) {
  position: static;
}
html :is(.absolute) {
  position: absolute;
}
html :is(.relative) {
  position: relative;
}
html :is(.sticky) {
  position: sticky;
}
html :is(.\!left-0) {
  left: 0px !important;
}
html :is(.\!left-auto) {
  left: auto !important;
}
html :is(.\!right-0) {
  right: 0px !important;
}
html :is(.bottom-0) {
  bottom: 0px;
}
html :is(.bottom-\[0px\]) {
  bottom: 0px;
}
html :is(.bottom-\[20px\]) {
  bottom: 20px;
}
html :is(.bottom-\[67px\]) {
  bottom: 67px;
}
html :is(.left-0) {
  left: 0px;
}
html :is(.left-\[-10px\]) {
  left: -10px;
}
html :is(.left-\[-15px\]) {
  left: -15px;
}
html :is(.left-\[0\%\]) {
  left: 0%;
}
html :is(.left-\[10px\]) {
  left: 10px;
}
html :is(.left-\[15px\]) {
  left: 15px;
}
html :is(.left-\[20px\]) {
  left: 20px;
}
html :is(.left-\[40px\]) {
  left: 40px;
}
html :is(.left-\[50\%\]) {
  left: 50%;
}
html :is(.right-0) {
  right: 0px;
}
html :is(.right-\[-110px\]) {
  right: -110px;
}
html :is(.right-\[-20px\]) {
  right: -20px;
}
html :is(.right-\[-5px\]) {
  right: -5px;
}
html :is(.right-\[10px\]) {
  right: 10px;
}
html :is(.right-\[13px\]) {
  right: 13px;
}
html :is(.right-\[14px\]) {
  right: 14px;
}
html :is(.right-\[15px\]) {
  right: 15px;
}
html :is(.right-\[20px\]) {
  right: 20px;
}
html :is(.top-0) {
  top: 0px;
}
html :is(.top-\[-12px\]) {
  top: -12px;
}
html :is(.top-\[-30px\]) {
  top: -30px;
}
html :is(.top-\[10px\]) {
  top: 10px;
}
html :is(.top-\[130px\]) {
  top: 130px;
}
html :is(.top-\[15px\]) {
  top: 15px;
}
html :is(.top-\[35px\]) {
  top: 35px;
}
html :is(.top-\[40px\]) {
  top: 40px;
}
html :is(.top-\[45px\]) {
  top: 45px;
}
html :is(.top-\[50\%\]) {
  top: 50%;
}
html :is(.top-\[9px\]) {
  top: 9px;
}
html :is(.z-0) {
  z-index: 0;
}
html :is(.z-\[-10\]) {
  z-index: -10;
}
html :is(.z-\[-1\]) {
  z-index: -1;
}
html :is(.z-\[0\]) {
  z-index: 0;
}
html :is(.z-\[10000\]) {
  z-index: 10000;
}
html :is(.z-\[10\]) {
  z-index: 10;
}
html :is(.z-\[1\]) {
  z-index: 1;
}
html :is(.z-\[98\]) {
  z-index: 98;
}
html :is(.z-\[99999\]) {
  z-index: 99999;
}
html :is(.z-\[9999\]) {
  z-index: 9999;
}
html :is(.z-\[999\]) {
  z-index: 999;
}
html :is(.z-\[99\]) {
  z-index: 99;
}
html :is(.z-\[9\]) {
  z-index: 9;
}
html :is(.order-1) {
  order: 1;
}
html :is(.col-span-1) {
  grid-column: span 1 / span 1;
}
html :is(.col-span-2) {
  grid-column: span 2 / span 2;
}
html :is(.col-span-3) {
  grid-column: span 3 / span 3;
}
html :is(.col-span-4) {
  grid-column: span 4 / span 4;
}
html :is(.col-span-5) {
  grid-column: span 5 / span 5;
}
html :is(.col-span-6) {
  grid-column: span 6 / span 6;
}
html :is(.col-span-8) {
  grid-column: span 8 / span 8;
}
html :is(.float-left) {
  float: left;
}
html :is(.m-\[15px\]) {
  margin: 15px;
}
html :is(.m-\[5px\]) {
  margin: 5px;
}
html :is(.m-auto) {
  margin: auto;
}
html :is(.mx-0) {
  margin-left: 0px;
  margin-right: 0px;
}
html :is(.mx-\[-12\.5vw\]) {
  margin-left: -12.5vw;
  margin-right: -12.5vw;
}
html :is(.mx-\[-17\.5vw\]) {
  margin-left: -17.5vw;
  margin-right: -17.5vw;
}
html :is(.mx-\[-35vw\]) {
  margin-left: -35vw;
  margin-right: -35vw;
}
html :is(.mx-\[-8px\]) {
  margin-left: -8px;
  margin-right: -8px;
}
html :is(.mx-\[10px\]) {
  margin-left: 10px;
  margin-right: 10px;
}
html :is(.mx-\[15px\]) {
  margin-left: 15px;
  margin-right: 15px;
}
html :is(.mx-\[20px\]) {
  margin-left: 20px;
  margin-right: 20px;
}
html :is(.mx-\[25px\]) {
  margin-left: 25px;
  margin-right: 25px;
}
html :is(.mx-\[5px\]) {
  margin-left: 5px;
  margin-right: 5px;
}
html :is(.mx-\[8px\]) {
  margin-left: 8px;
  margin-right: 8px;
}
html :is(.mx-auto) {
  margin-left: auto;
  margin-right: auto;
}
html :is(.my-0) {
  margin-top: 0px;
  margin-bottom: 0px;
}
html :is(.my-10) {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
html :is(.my-4) {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
html :is(.my-\[0px\]) {
  margin-top: 0px;
  margin-bottom: 0px;
}
html :is(.my-\[100px\]) {
  margin-top: 100px;
  margin-bottom: 100px;
}
html :is(.my-\[10px\]) {
  margin-top: 10px;
  margin-bottom: 10px;
}
html :is(.my-\[15px\]) {
  margin-top: 15px;
  margin-bottom: 15px;
}
html :is(.my-\[19px\]) {
  margin-top: 19px;
  margin-bottom: 19px;
}
html :is(.my-\[20px\]) {
  margin-top: 20px;
  margin-bottom: 20px;
}
html :is(.my-\[30px\]) {
  margin-top: 30px;
  margin-bottom: 30px;
}
html :is(.my-\[3px\]) {
  margin-top: 3px;
  margin-bottom: 3px;
}
html :is(.my-\[40px\]) {
  margin-top: 40px;
  margin-bottom: 40px;
}
html :is(.my-\[5px\]) {
  margin-top: 5px;
  margin-bottom: 5px;
}
html :is(.my-\[8px\]) {
  margin-top: 8px;
  margin-bottom: 8px;
}
html :is(.\!mr-0) {
  margin-right: 0px !important;
}
html :is(.mb-0) {
  margin-bottom: 0px;
}
html :is(.mb-1) {
  margin-bottom: 0.25rem;
}
html :is(.mb-2) {
  margin-bottom: 0.5rem;
}
html :is(.mb-4) {
  margin-bottom: 1rem;
}
html :is(.mb-6) {
  margin-bottom: 1.5rem;
}
html :is(.mb-\[-20px\]) {
  margin-bottom: -20px;
}
html :is(.mb-\[-2px\]) {
  margin-bottom: -2px;
}
html :is(.mb-\[0px\]) {
  margin-bottom: 0px;
}
html :is(.mb-\[100px\]) {
  margin-bottom: 100px;
}
html :is(.mb-\[10px\]) {
  margin-bottom: 10px;
}
html :is(.mb-\[12px\]) {
  margin-bottom: 12px;
}
html :is(.mb-\[14px\]) {
  margin-bottom: 14px;
}
html :is(.mb-\[15px\]) {
  margin-bottom: 15px;
}
html :is(.mb-\[200px\]) {
  margin-bottom: 200px;
}
html :is(.mb-\[20px\]) {
  margin-bottom: 20px;
}
html :is(.mb-\[21px\]) {
  margin-bottom: 21px;
}
html :is(.mb-\[25px\]) {
  margin-bottom: 25px;
}
html :is(.mb-\[30px\]) {
  margin-bottom: 30px;
}
html :is(.mb-\[40px\]) {
  margin-bottom: 40px;
}
html :is(.mb-\[4px\]) {
  margin-bottom: 4px;
}
html :is(.mb-\[50px\]) {
  margin-bottom: 50px;
}
html :is(.mb-\[5px\]) {
  margin-bottom: 5px;
}
html :is(.mb-\[6px\]) {
  margin-bottom: 6px;
}
html :is(.mb-\[7px\]) {
  margin-bottom: 7px;
}
html :is(.mb-\[80px\]) {
  margin-bottom: 80px;
}
html :is(.ml-20) {
  margin-left: 5rem;
}
html :is(.ml-\[-10px\]) {
  margin-left: -10px;
}
html :is(.ml-\[0px\]) {
  margin-left: 0px;
}
html :is(.ml-\[10px\]) {
  margin-left: 10px;
}
html :is(.ml-\[12px\]) {
  margin-left: 12px;
}
html :is(.ml-\[14px\]) {
  margin-left: 14px;
}
html :is(.ml-\[15px\]) {
  margin-left: 15px;
}
html :is(.ml-\[20px\]) {
  margin-left: 20px;
}
html :is(.ml-\[25px\]) {
  margin-left: 25px;
}
html :is(.ml-\[3px\]) {
  margin-left: 3px;
}
html :is(.ml-\[40px\]) {
  margin-left: 40px;
}
html :is(.ml-\[4px\]) {
  margin-left: 4px;
}
html :is(.ml-\[5px\]) {
  margin-left: 5px;
}
html :is(.ml-\[6px\]) {
  margin-left: 6px;
}
html :is(.ml-auto) {
  margin-left: auto;
}
html :is(.mr-1) {
  margin-right: 0.25rem;
}
html :is(.mr-2) {
  margin-right: 0.5rem;
}
html :is(.mr-\[0px\]) {
  margin-right: 0px;
}
html :is(.mr-\[10px\]) {
  margin-right: 10px;
}
html :is(.mr-\[12px\]) {
  margin-right: 12px;
}
html :is(.mr-\[15px\]) {
  margin-right: 15px;
}
html :is(.mr-\[18px\]) {
  margin-right: 18px;
}
html :is(.mr-\[20px\]) {
  margin-right: 20px;
}
html :is(.mr-\[22px\]) {
  margin-right: 22px;
}
html :is(.mr-\[24px\]) {
  margin-right: 24px;
}
html :is(.mr-\[25px\]) {
  margin-right: 25px;
}
html :is(.mr-\[40px\]) {
  margin-right: 40px;
}
html :is(.mr-\[50px\]) {
  margin-right: 50px;
}
html :is(.mr-\[5px\]) {
  margin-right: 5px;
}
html :is(.mr-\[6px\]) {
  margin-right: 6px;
}
html :is(.mr-\[80px\]) {
  margin-right: 80px;
}
html :is(.mr-\[8px\]) {
  margin-right: 8px;
}
html :is(.mr-auto) {
  margin-right: auto;
}
html :is(.mt-0) {
  margin-top: 0px;
}
html :is(.mt-1) {
  margin-top: 0.25rem;
}
html :is(.mt-10) {
  margin-top: 2.5rem;
}
html :is(.mt-2) {
  margin-top: 0.5rem;
}
html :is(.mt-4) {
  margin-top: 1rem;
}
html :is(.mt-5) {
  margin-top: 1.25rem;
}
html :is(.mt-\[-10px\]) {
  margin-top: -10px;
}
html :is(.mt-\[-20px\]) {
  margin-top: -20px;
}
html :is(.mt-\[-2px\]) {
  margin-top: -2px;
}
html :is(.mt-\[-53px\]) {
  margin-top: -53px;
}
html :is(.mt-\[-6px\]) {
  margin-top: -6px;
}
html :is(.mt-\[0px\]) {
  margin-top: 0px;
}
html :is(.mt-\[10px\]) {
  margin-top: 10px;
}
html :is(.mt-\[15px\]) {
  margin-top: 15px;
}
html :is(.mt-\[18px\]) {
  margin-top: 18px;
}
html :is(.mt-\[1px\]) {
  margin-top: 1px;
}
html :is(.mt-\[20px\]) {
  margin-top: 20px;
}
html :is(.mt-\[22px\]) {
  margin-top: 22px;
}
html :is(.mt-\[24px\]) {
  margin-top: 24px;
}
html :is(.mt-\[25px\]) {
  margin-top: 25px;
}
html :is(.mt-\[27px\]) {
  margin-top: 27px;
}
html :is(.mt-\[29px\]) {
  margin-top: 29px;
}
html :is(.mt-\[30px\]) {
  margin-top: 30px;
}
html :is(.mt-\[33px\]) {
  margin-top: 33px;
}
html :is(.mt-\[38px\]) {
  margin-top: 38px;
}
html :is(.mt-\[3px\]) {
  margin-top: 3px;
}
html :is(.mt-\[40px\]) {
  margin-top: 40px;
}
html :is(.mt-\[50px\]) {
  margin-top: 50px;
}
html :is(.mt-\[5px\]) {
  margin-top: 5px;
}
html :is(.mt-\[6\.7px\]) {
  margin-top: 6.7px;
}
html :is(.mt-\[60px\]) {
  margin-top: 60px;
}
html :is(.mt-\[7px\]) {
  margin-top: 7px;
}
html :is(.mt-\[9px\]) {
  margin-top: 9px;
}
html :is(.mt-\[auto\]) {
  margin-top: auto;
}
html :is(.mt-auto) {
  margin-top: auto;
}
html :is(.line-clamp-2) {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
html :is(.block) {
  display: block;
}
html :is(.inline-block) {
  display: inline-block;
}
html :is(.inline) {
  display: inline;
}
html :is(.flex) {
  display: flex;
}
html :is(.table) {
  display: table;
}
html :is(.inline-table) {
  display: inline-table;
}
html :is(.grid) {
  display: grid;
}
html :is(.contents) {
  display: contents;
}
html :is(.hidden) {
  display: none;
}
html :is(.aspect-\[1\/2\]) {
  aspect-ratio: 1/2;
}
html :is(.aspect-\[2\/1\]) {
  aspect-ratio: 2/1;
}
html :is(.aspect-\[4\/2\]) {
  aspect-ratio: 4/2;
}
html :is(.aspect-square) {
  aspect-ratio: 1 / 1;
}
html :is(.\!h-\[30px\]) {
  height: 30px !important;
}
html :is(.\!h-full) {
  height: 100% !important;
}
html :is(.h-0) {
  height: 0px;
}
html :is(.h-5) {
  height: 1.25rem;
}
html :is(.h-6) {
  height: 1.5rem;
}
html :is(.h-7) {
  height: 1.75rem;
}
html :is(.h-\[0\.5px\]) {
  height: 0.5px;
}
html :is(.h-\[100\%\]) {
  height: 100%;
}
html :is(.h-\[100px\]) {
  height: 100px;
}
html :is(.h-\[108px\]) {
  height: 108px;
}
html :is(.h-\[110px\]) {
  height: 110px;
}
html :is(.h-\[115px\]) {
  height: 115px;
}
html :is(.h-\[120px\]) {
  height: 120px;
}
html :is(.h-\[14px\]) {
  height: 14px;
}
html :is(.h-\[150px\]) {
  height: 150px;
}
html :is(.h-\[15px\]) {
  height: 15px;
}
html :is(.h-\[167px\]) {
  height: 167px;
}
html :is(.h-\[18px\]) {
  height: 18px;
}
html :is(.h-\[200px\]) {
  height: 200px;
}
html :is(.h-\[20px\]) {
  height: 20px;
}
html :is(.h-\[210px\]) {
  height: 210px;
}
html :is(.h-\[21px\]) {
  height: 21px;
}
html :is(.h-\[22px\]) {
  height: 22px;
}
html :is(.h-\[24px\]) {
  height: 24px;
}
html :is(.h-\[258px\]) {
  height: 258px;
}
html :is(.h-\[25px\]) {
  height: 25px;
}
html :is(.h-\[26px\]) {
  height: 26px;
}
html :is(.h-\[284px\]) {
  height: 284px;
}
html :is(.h-\[28px\]) {
  height: 28px;
}
html :is(.h-\[300px\]) {
  height: 300px;
}
html :is(.h-\[30px\]) {
  height: 30px;
}
html :is(.h-\[32px\]) {
  height: 32px;
}
html :is(.h-\[34px\]) {
  height: 34px;
}
html :is(.h-\[35px\]) {
  height: 35px;
}
html :is(.h-\[36px\]) {
  height: 36px;
}
html :is(.h-\[400px\]) {
  height: 400px;
}
html :is(.h-\[40px\]) {
  height: 40px;
}
html :is(.h-\[415px\]) {
  height: 415px;
}
html :is(.h-\[43px\]) {
  height: 43px;
}
html :is(.h-\[450px\]) {
  height: 450px;
}
html :is(.h-\[45px\]) {
  height: 45px;
}
html :is(.h-\[45vh\]) {
  height: 45vh;
}
html :is(.h-\[46px\]) {
  height: 46px;
}
html :is(.h-\[480px\]) {
  height: 480px;
}
html :is(.h-\[48px\]) {
  height: 48px;
}
html :is(.h-\[500px\]) {
  height: 500px;
}
html :is(.h-\[50px\]) {
  height: 50px;
}
html :is(.h-\[55px\]) {
  height: 55px;
}
html :is(.h-\[565px\]) {
  height: 565px;
}
html :is(.h-\[60px\]) {
  height: 60px;
}
html :is(.h-\[650px\]) {
  height: 650px;
}
html :is(.h-\[65px\]) {
  height: 65px;
}
html :is(.h-\[68px\]) {
  height: 68px;
}
html :is(.h-\[70px\]) {
  height: 70px;
}
html :is(.h-\[800px\]) {
  height: 800px;
}
html :is(.h-\[80px\]) {
  height: 80px;
}
html :is(.h-\[84px\]) {
  height: 84px;
}
html :is(.h-\[85px\]) {
  height: 85px;
}
html :is(.h-\[90px\]) {
  height: 90px;
}
html :is(.h-\[90vh\]) {
  height: 90vh;
}
html :is(.h-\[98px\]) {
  height: 98px;
}
html :is(.h-\[calc\(100\%-40px\)\]) {
  height: calc(100% - 40px);
}
html :is(.h-\[calc\(100vh-180px\)\]) {
  height: calc(100vh - 180px);
}
html :is(.h-\[calc\(100vh-40px\)\]) {
  height: calc(100vh - 40px);
}
html :is(.h-auto) {
  height: auto;
}
html :is(.h-full) {
  height: 100%;
}
html :is(.\!max-h-full) {
  max-height: 100% !important;
}
html :is(.max-h-\[100\%\]) {
  max-height: 100%;
}
html :is(.max-h-\[100px\]) {
  max-height: 100px;
}
html :is(.max-h-\[105px\]) {
  max-height: 105px;
}
html :is(.max-h-\[109px\]) {
  max-height: 109px;
}
html :is(.max-h-\[258px\]) {
  max-height: 258px;
}
html :is(.max-h-\[300px\]) {
  max-height: 300px;
}
html :is(.max-h-\[400px\]) {
  max-height: 400px;
}
html :is(.max-h-\[450px\]) {
  max-height: 450px;
}
html :is(.max-h-\[50px\]) {
  max-height: 50px;
}
html :is(.max-h-\[520px\]) {
  max-height: 520px;
}
html :is(.max-h-\[550px\]) {
  max-height: 550px;
}
html :is(.max-h-\[600px\]) {
  max-height: 600px;
}
html :is(.max-h-\[70px\]) {
  max-height: 70px;
}
html :is(.max-h-\[90\%\]) {
  max-height: 90%;
}
html :is(.max-h-\[90px\]) {
  max-height: 90px;
}
html :is(.max-h-\[calc\(100vh-250px\)\]) {
  max-height: calc(100vh - 250px);
}
html :is(.max-h-full) {
  max-height: 100%;
}
html :is(.\!min-h-\[140px\]) {
  min-height: 140px !important;
}
html :is(.\!min-h-\[500px\]) {
  min-height: 500px !important;
}
html :is(.min-h-\[100px\]) {
  min-height: 100px;
}
html :is(.min-h-\[105px\]) {
  min-height: 105px;
}
html :is(.min-h-\[120px\]) {
  min-height: 120px;
}
html :is(.min-h-\[130px\]) {
  min-height: 130px;
}
html :is(.min-h-\[240px\]) {
  min-height: 240px;
}
html :is(.min-h-\[24px\]) {
  min-height: 24px;
}
html :is(.min-h-\[250px\]) {
  min-height: 250px;
}
html :is(.min-h-\[330px\]) {
  min-height: 330px;
}
html :is(.min-h-\[360px\]) {
  min-height: 360px;
}
html :is(.min-h-\[380px\]) {
  min-height: 380px;
}
html :is(.min-h-\[43px\]) {
  min-height: 43px;
}
html :is(.min-h-\[440px\]) {
  min-height: 440px;
}
html :is(.min-h-\[450px\]) {
  min-height: 450px;
}
html :is(.min-h-\[500px\]) {
  min-height: 500px;
}
html :is(.min-h-\[50px\]) {
  min-height: 50px;
}
html :is(.min-h-\[570px\]) {
  min-height: 570px;
}
html :is(.min-h-\[78px\]) {
  min-height: 78px;
}
html :is(.min-h-\[80px\]) {
  min-height: 80px;
}
html :is(.\!w-\[200px\]) {
  width: 200px !important;
}
html :is(.\!w-\[226px\]) {
  width: 226px !important;
}
html :is(.\!w-full) {
  width: 100% !important;
}
html :is(.w-5) {
  width: 1.25rem;
}
html :is(.w-6) {
  width: 1.5rem;
}
html :is(.w-7) {
  width: 1.75rem;
}
html :is(.w-9\/12) {
  width: 75%;
}
html :is(.w-\[0px\]) {
  width: 0px;
}
html :is(.w-\[100\%\+35vw\]) {
  width: 100%+35vw;
}
html :is(.w-\[100\%\]) {
  width: 100%;
}
html :is(.w-\[100\]) {
  width: 100;
}
html :is(.w-\[100px\]) {
  width: 100px;
}
html :is(.w-\[10px\]) {
  width: 10px;
}
html :is(.w-\[120px\]) {
  width: 120px;
}
html :is(.w-\[126px\]) {
  width: 126px;
}
html :is(.w-\[130px\]) {
  width: 130px;
}
html :is(.w-\[135px\]) {
  width: 135px;
}
html :is(.w-\[140px\]) {
  width: 140px;
}
html :is(.w-\[1450px\]) {
  width: 1450px;
}
html :is(.w-\[14px\]) {
  width: 14px;
}
html :is(.w-\[150px\]) {
  width: 150px;
}
html :is(.w-\[160px\]) {
  width: 160px;
}
html :is(.w-\[161px\]) {
  width: 161px;
}
html :is(.w-\[164px\]) {
  width: 164px;
}
html :is(.w-\[165px\]) {
  width: 165px;
}
html :is(.w-\[18px\]) {
  width: 18px;
}
html :is(.w-\[190px\]) {
  width: 190px;
}
html :is(.w-\[196px\]) {
  width: 196px;
}
html :is(.w-\[1px\]) {
  width: 1px;
}
html :is(.w-\[20\%\]) {
  width: 20%;
}
html :is(.w-\[200px\]) {
  width: 200px;
}
html :is(.w-\[20px\]) {
  width: 20px;
}
html :is(.w-\[215px\]) {
  width: 215px;
}
html :is(.w-\[225px\]) {
  width: 225px;
}
html :is(.w-\[22px\]) {
  width: 22px;
}
html :is(.w-\[230px\]) {
  width: 230px;
}
html :is(.w-\[239px\]) {
  width: 239px;
}
html :is(.w-\[240px\]) {
  width: 240px;
}
html :is(.w-\[24px\]) {
  width: 24px;
}
html :is(.w-\[25\%\]) {
  width: 25%;
}
html :is(.w-\[250px\]) {
  width: 250px;
}
html :is(.w-\[25px\]) {
  width: 25px;
}
html :is(.w-\[270px\]) {
  width: 270px;
}
html :is(.w-\[280px\]) {
  width: 280px;
}
html :is(.w-\[3\.6\%\]) {
  width: 3.6%;
}
html :is(.w-\[300px\]) {
  width: 300px;
}
html :is(.w-\[30px\]) {
  width: 30px;
}
html :is(.w-\[32px\]) {
  width: 32px;
}
html :is(.w-\[35\%\]) {
  width: 35%;
}
html :is(.w-\[350px\]) {
  width: 350px;
}
html :is(.w-\[35px\]) {
  width: 35px;
}
html :is(.w-\[365px\]) {
  width: 365px;
}
html :is(.w-\[36px\]) {
  width: 36px;
}
html :is(.w-\[372px\]) {
  width: 372px;
}
html :is(.w-\[40\%\]) {
  width: 40%;
}
html :is(.w-\[400px\]) {
  width: 400px;
}
html :is(.w-\[40px\]) {
  width: 40px;
}
html :is(.w-\[440px\]) {
  width: 440px;
}
html :is(.w-\[450px\]) {
  width: 450px;
}
html :is(.w-\[472px\]) {
  width: 472px;
}
html :is(.w-\[498px\]) {
  width: 498px;
}
html :is(.w-\[50\%\]) {
  width: 50%;
}
html :is(.w-\[500px\]) {
  width: 500px;
}
html :is(.w-\[54px\]) {
  width: 54px;
}
html :is(.w-\[560px\]) {
  width: 560px;
}
html :is(.w-\[600px\]) {
  width: 600px;
}
html :is(.w-\[60px\]) {
  width: 60px;
}
html :is(.w-\[61vw\]) {
  width: 61vw;
}
html :is(.w-\[65px\]) {
  width: 65px;
}
html :is(.w-\[660px\]) {
  width: 660px;
}
html :is(.w-\[70\%\]) {
  width: 70%;
}
html :is(.w-\[70px\]) {
  width: 70px;
}
html :is(.w-\[74px\]) {
  width: 74px;
}
html :is(.w-\[75\%\]) {
  width: 75%;
}
html :is(.w-\[75px\]) {
  width: 75px;
}
html :is(.w-\[80\%\]) {
  width: 80%;
}
html :is(.w-\[80px\]) {
  width: 80px;
}
html :is(.w-\[84px\]) {
  width: 84px;
}
html :is(.w-\[90\%\]) {
  width: 90%;
}
html :is(.w-\[90px\]) {
  width: 90px;
}
html :is(.w-\[98px\]) {
  width: 98px;
}
html :is(.w-\[calc\(100\%\+16px\)\]) {
  width: calc(100% + 16px);
}
html :is(.w-\[calc\(100\%\+25vw\)\]) {
  width: calc(100% + 25vw);
}
html :is(.w-\[calc\(100\%\+35vw\)\]) {
  width: calc(100% + 35vw);
}
html :is(.w-\[calc\(100\%-115px\)\]) {
  width: calc(100% - 115px);
}
html :is(.w-\[calc\(100\%-120px\)\]) {
  width: calc(100% - 120px);
}
html :is(.w-\[calc\(100\%-20px\)\]) {
  width: calc(100% - 20px);
}
html :is(.w-\[calc\(100\%-25\%\)\]) {
  width: calc(100% - 25%);
}
html :is(.w-\[calc\(100\%-250px\)\]) {
  width: calc(100% - 250px);
}
html :is(.w-\[calc\(100\%-265px\)\]) {
  width: calc(100% - 265px);
}
html :is(.w-\[calc\(100\%-270px\)\]) {
  width: calc(100% - 270px);
}
html :is(.w-\[calc\(100\%-320px\)\]) {
  width: calc(100% - 320px);
}
html :is(.w-\[calc\(100\%-365px\)\]) {
  width: calc(100% - 365px);
}
html :is(.w-\[calc\(100\%-40px\)\]) {
  width: calc(100% - 40px);
}
html :is(.w-\[calc\(100\%-70px\)\]) {
  width: calc(100% - 70px);
}
html :is(.w-\[calc\(100\%-844px\)\]) {
  width: calc(100% - 844px);
}
html :is(.w-\[calc\(100\%-85px\)\]) {
  width: calc(100% - 85px);
}
html :is(.w-\[calc\(100\%-98px\)\]) {
  width: calc(100% - 98px);
}
html :is(.w-\[calc\(14\.28\%-15px\)\]) {
  width: calc(14.28% - 15px);
}
html :is(.w-\[calc\(50\%-12px\)\]) {
  width: calc(50% - 12px);
}
html :is(.w-\[calc\(50\%-20px\)\]) {
  width: calc(50% - 20px);
}
html :is(.w-auto) {
  width: auto;
}
html :is(.w-full) {
  width: 100%;
}
html :is(.min-w-\[100\%\]) {
  min-width: 100%;
}
html :is(.min-w-\[120px\]) {
  min-width: 120px;
}
html :is(.min-w-\[140px\]) {
  min-width: 140px;
}
html :is(.min-w-\[175px\]) {
  min-width: 175px;
}
html :is(.min-w-\[22px\]) {
  min-width: 22px;
}
html :is(.min-w-\[270px\]) {
  min-width: 270px;
}
html :is(.min-w-\[350px\]) {
  min-width: 350px;
}
html :is(.min-w-\[40px\]) {
  min-width: 40px;
}
html :is(.min-w-\[550px\]) {
  min-width: 550px;
}
html :is(.min-w-\[65px\]) {
  min-width: 65px;
}
html :is(.min-w-\[70px\]) {
  min-width: 70px;
}
html :is(.min-w-\[80px\]) {
  min-width: 80px;
}
html :is(.min-w-\[90px\]) {
  min-width: 90px;
}
html :is(.\!max-w-\[100\%\]) {
  max-width: 100% !important;
}
html :is(.max-w-\[100\%\]) {
  max-width: 100%;
}
html :is(.max-w-\[105px\]) {
  max-width: 105px;
}
html :is(.max-w-\[1280px\]) {
  max-width: 1280px;
}
html :is(.max-w-\[135px\]) {
  max-width: 135px;
}
html :is(.max-w-\[1450px\]) {
  max-width: 1450px;
}
html :is(.max-w-\[160px\]) {
  max-width: 160px;
}
html :is(.max-w-\[224px\]) {
  max-width: 224px;
}
html :is(.max-w-\[40px\]) {
  max-width: 40px;
}
html :is(.max-w-\[448px\]) {
  max-width: 448px;
}
html :is(.max-w-\[450px\]) {
  max-width: 450px;
}
html :is(.max-w-\[50\%\]) {
  max-width: 50%;
}
html :is(.max-w-\[500px\]) {
  max-width: 500px;
}
html :is(.max-w-\[560px\]) {
  max-width: 560px;
}
html :is(.max-w-\[580px\]) {
  max-width: 580px;
}
html :is(.max-w-\[696px\]) {
  max-width: 696px;
}
html :is(.max-w-\[80\%\]) {
  max-width: 80%;
}
html :is(.max-w-\[824px\]) {
  max-width: 824px;
}
html :is(.max-w-\[842px\]) {
  max-width: 842px;
}
html :is(.max-w-\[90\%\]) {
  max-width: 90%;
}
html :is(.max-w-\[90px\]) {
  max-width: 90px;
}
html :is(.max-w-\[98px\]) {
  max-width: 98px;
}
html :is(.max-w-\[calc\(100\%-80px\)\]) {
  max-width: calc(100% - 80px);
}
html :is(.max-w-full) {
  max-width: 100%;
}
html :is(.flex-1) {
  flex: 1 1 0%;
}
html :is(.grow) {
  flex-grow: 1;
}
html :is(.translate-x-\[-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));
}
html :is(.translate-x-\[-50\%\]) {
  --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));
}
html :is(.translate-x-\[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));
}
html :is(.translate-y-\[-50\%\]) {
  --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));
}
html :is(.translate-y-\[230px\]) {
  --tw-translate-y: 230px;
  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 :is(.translate-y-\[50\%\]) {
  --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));
}
html :is(.rotate-\[15deg\]) {
  --tw-rotate: 15deg;
  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 :is(.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));
}
html :is(.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));
}
html :is(.cursor-not-allowed) {
  cursor: not-allowed;
}
html :is(.cursor-pointer) {
  cursor: pointer;
}
html :is(.resize) {
  resize: both;
}
html :is(.list-none) {
  list-style-type: none;
}
html :is(.appearance-none) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
html :is(.columns-4) {
  -moz-columns: 4;
       columns: 4;
}
html :is(.columns-6) {
  -moz-columns: 6;
       columns: 6;
}
html :is(.grid-cols-10) {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
html :is(.grid-cols-2) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
html :is(.grid-cols-3) {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
html :is(.grid-cols-4) {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
html :is(.grid-cols-5) {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
html :is(.grid-cols-6) {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
html :is(.grid-cols-8) {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
html :is(.\!flex-row) {
  flex-direction: row !important;
}
html :is(.flex-row) {
  flex-direction: row;
}
html :is(.flex-row-reverse) {
  flex-direction: row-reverse;
}
html :is(.flex-col) {
  flex-direction: column;
}
html :is(.flex-wrap) {
  flex-wrap: wrap;
}
html :is(.place-items-end) {
  place-items: end;
}
html :is(.items-start) {
  align-items: flex-start;
}
html :is(.items-center) {
  align-items: center;
}
html :is(.justify-start) {
  justify-content: flex-start;
}
html :is(.justify-end) {
  justify-content: flex-end;
}
html :is(.\!justify-center) {
  justify-content: center !important;
}
html :is(.justify-center) {
  justify-content: center;
}
html :is(.justify-between) {
  justify-content: space-between;
}
html :is(.justify-around) {
  justify-content: space-around;
}
html :is(.\!gap-\[10px\]) {
  gap: 10px !important;
}
html :is(.gap-0) {
  gap: 0px;
}
html :is(.gap-1) {
  gap: 0.25rem;
}
html :is(.gap-10) {
  gap: 2.5rem;
}
html :is(.gap-12) {
  gap: 3rem;
}
html :is(.gap-2) {
  gap: 0.5rem;
}
html :is(.gap-3) {
  gap: 0.75rem;
}
html :is(.gap-4) {
  gap: 1rem;
}
html :is(.gap-5) {
  gap: 1.25rem;
}
html :is(.gap-6) {
  gap: 1.5rem;
}
html :is(.gap-8) {
  gap: 2rem;
}
html :is(.gap-\[10px\]) {
  gap: 10px;
}
html :is(.gap-\[20px\]) {
  gap: 20px;
}
html :is(.gap-\[30px\]) {
  gap: 30px;
}
html :is(.gap-\[5px\]) {
  gap: 5px;
}
html :is(.gap-y-0) {
  row-gap: 0px;
}
html :is(.gap-y-1) {
  row-gap: 0.25rem;
}
html :is(.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));
}
html :is(.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));
}
html :is(.place-self-center) {
  place-self: center;
}
html :is(.self-start) {
  align-self: flex-start;
}
html :is(.self-center) {
  align-self: center;
}
html :is(.overflow-auto) {
  overflow: auto;
}
html :is(.overflow-hidden) {
  overflow: hidden;
}
html :is(.overflow-y-hidden) {
  overflow-y: hidden;
}
html :is(.text-ellipsis) {
  text-overflow: ellipsis;
}
html :is(.whitespace-nowrap) {
  white-space: nowrap;
}
html :is(.rounded) {
  border-radius: 0.25rem;
}
html :is(.rounded-\[0px\]) {
  border-radius: 0px;
}
html :is(.rounded-\[10px\]) {
  border-radius: 10px;
}
html :is(.rounded-\[12px\]) {
  border-radius: 12px;
}
html :is(.rounded-\[14px\]) {
  border-radius: 14px;
}
html :is(.rounded-\[15px\]) {
  border-radius: 15px;
}
html :is(.rounded-\[16px\]) {
  border-radius: 16px;
}
html :is(.rounded-\[20px\]) {
  border-radius: 20px;
}
html :is(.rounded-\[22px\]) {
  border-radius: 22px;
}
html :is(.rounded-\[23px\]) {
  border-radius: 23px;
}
html :is(.rounded-\[24px\]) {
  border-radius: 24px;
}
html :is(.rounded-\[25px\]) {
  border-radius: 25px;
}
html :is(.rounded-\[2px\]) {
  border-radius: 2px;
}
html :is(.rounded-\[3px\]) {
  border-radius: 3px;
}
html :is(.rounded-\[4px\]) {
  border-radius: 4px;
}
html :is(.rounded-\[50px\]) {
  border-radius: 50px;
}
html :is(.rounded-\[55px\]) {
  border-radius: 55px;
}
html :is(.rounded-\[5px\]) {
  border-radius: 5px;
}
html :is(.rounded-\[6px\]) {
  border-radius: 6px;
}
html :is(.rounded-full) {
  border-radius: 9999px;
}
html :is(.rounded-md) {
  border-radius: 0.375rem;
}
html :is(.rounded-b-\[15px\]) {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
html :is(.rounded-b-\[6px\]) {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
html :is(.rounded-b-md) {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
html :is(.rounded-l-\[6px\]) {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
html :is(.rounded-r-\[10px\]) {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
html :is(.rounded-r-\[6px\]) {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
html :is(.rounded-t-\[6px\]) {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
html :is(.rounded-t-md) {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
html :is(.rounded-bl-\[6px\]) {
  border-bottom-left-radius: 6px;
}
html :is(.rounded-br-\[6px\]) {
  border-bottom-right-radius: 6px;
}
html :is(.rounded-tl-\[6px\]) {
  border-top-left-radius: 6px;
}
html :is(.rounded-tl-\[7px\]) {
  border-top-left-radius: 7px;
}
html :is(.border) {
  border-width: 1px;
}
html :is(.border-0) {
  border-width: 0px;
}
html :is(.border-2) {
  border-width: 2px;
}
html :is(.border-\[0\.2px\]) {
  border-width: 0.2px;
}
html :is(.border-\[0\.3px\]) {
  border-width: 0.3px;
}
html :is(.border-\[0\.5px\]) {
  border-width: 0.5px;
}
html :is(.border-\[1px\]) {
  border-width: 1px;
}
html :is(.border-\[2px\]) {
  border-width: 2px;
}
html :is(.border-\[3px\]) {
  border-width: 3px;
}
html :is(.border-\[5px\]) {
  border-width: 5px;
}
html :is(.border-b) {
  border-bottom-width: 1px;
}
html :is(.border-b-\[1px\]) {
  border-bottom-width: 1px;
}
html :is(.border-b-\[2px\]) {
  border-bottom-width: 2px;
}
html :is(.border-b-\[3px\]) {
  border-bottom-width: 3px;
}
html :is(.border-l-0) {
  border-left-width: 0px;
}
html :is(.border-r) {
  border-right-width: 1px;
}
html :is(.border-t) {
  border-top-width: 1px;
}
html :is(.border-t-0) {
  border-top-width: 0px;
}
html :is(.border-t-\[0\.2px\]) {
  border-top-width: 0.2px;
}
html :is(.border-t-\[1px\]) {
  border-top-width: 1px;
}
html :is(.border-solid) {
  border-style: solid;
}
html :is(.border-dashed) {
  border-style: dashed;
}
html :is(.border-dotted) {
  border-style: dotted;
}
html :is(.border-\[\#939393\]) {
  --tw-border-opacity: 1;
  border-color: rgb(147 147 147 / var(--tw-border-opacity));
}
html :is(.border-\[\#D6D6D6\]) {
  --tw-border-opacity: 1;
  border-color: rgb(214 214 214 / var(--tw-border-opacity));
}
html :is(.border-\[\#D9D9D9\]) {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
}
html :is(.border-\[\#E1E1E1\]) {
  --tw-border-opacity: 1;
  border-color: rgb(225 225 225 / var(--tw-border-opacity));
}
html :is(.border-\[\#F3F5F7\]) {
  --tw-border-opacity: 1;
  border-color: rgb(243 245 247 / var(--tw-border-opacity));
}
html :is(.border-\[\#F47221\]) {
  --tw-border-opacity: 1;
  border-color: rgb(244 114 33 / var(--tw-border-opacity));
}
html :is(.border-\[\#ccc\]) {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
}
html :is(.border-\[\#d9d9d9\]) {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
}
html :is(.border-\[\#e1e1e1\]) {
  --tw-border-opacity: 1;
  border-color: rgb(225 225 225 / var(--tw-border-opacity));
}
html :is(.border-\[\#f3f5f7\]) {
  --tw-border-opacity: 1;
  border-color: rgb(243 245 247 / var(--tw-border-opacity));
}
html :is(.border-\[\#f7f7f7\]) {
  --tw-border-opacity: 1;
  border-color: rgb(247 247 247 / var(--tw-border-opacity));
}
html :is(.border-borderGray) {
  --tw-border-opacity: 1;
  border-color: rgb(225 225 225 / var(--tw-border-opacity));
}
html :is(.border-borderGrey) {
  --tw-border-opacity: 1;
  border-color: rgb(147 147 147 / var(--tw-border-opacity));
}
html :is(.border-borderLightGray) {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
}
html :is(.border-green) {
  --tw-border-opacity: 1;
  border-color: rgb(89 169 197 / var(--tw-border-opacity));
}
html :is(.border-lightGray) {
  --tw-border-opacity: 1;
  border-color: rgb(247 247 247 / var(--tw-border-opacity));
}
html :is(.border-lightGray5) {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
}
html :is(.border-lightGray8) {
  --tw-border-opacity: 1;
  border-color: rgb(232 232 232 / var(--tw-border-opacity));
}
html :is(.border-orange) {
  --tw-border-opacity: 1;
  border-color: rgb(243 147 67 / var(--tw-border-opacity));
}
html :is(.border-primary) {
  --tw-border-opacity: 1;
  border-color: rgb(89 169 197 / var(--tw-border-opacity));
}
html :is(.border-primaryLight) {
  --tw-border-opacity: 1;
  border-color: rgb(243 248 251 / var(--tw-border-opacity));
}
html :is(.border-red) {
  --tw-border-opacity: 1;
  border-color: rgb(148 32 43 / var(--tw-border-opacity));
}
html :is(.border-secondary) {
  --tw-border-opacity: 1;
  border-color: rgb(243 147 67 / var(--tw-border-opacity));
}
html :is(.border-slate-300) {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
}
html :is(.border-b-\[\#f1f1f1\]) {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(241 241 241 / var(--tw-border-opacity));
}
html :is(.border-b-borderGray) {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(225 225 225 / var(--tw-border-opacity));
}
html :is(.border-t-\[\#e1e1e1\]) {
  --tw-border-opacity: 1;
  border-top-color: rgb(225 225 225 / var(--tw-border-opacity));
}
html :is(.border-t-borderGray) {
  --tw-border-opacity: 1;
  border-top-color: rgb(225 225 225 / var(--tw-border-opacity));
}
html :is(.border-t-dividerGray) {
  --tw-border-opacity: 1;
  border-top-color: rgb(214 214 214 / var(--tw-border-opacity));
}
html :is(.\!bg-\[\#F7F7F7\]) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity)) !important;
}
html :is(.\!bg-orange) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 147 67 / var(--tw-bg-opacity)) !important;
}
html :is(.\!bg-white) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
html :is(.bg-\[\#00000030\]) {
  background-color: #00000030;
}
html :is(.bg-\[\#59A9C5\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(89 169 197 / var(--tw-bg-opacity));
}
html :is(.bg-\[\#609839\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(96 152 57 / var(--tw-bg-opacity));
}
html :is(.bg-\[\#707070\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(112 112 112 / var(--tw-bg-opacity));
}
html :is(.bg-\[\#F0F6EC\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(240 246 236 / var(--tw-bg-opacity));
}
html :is(.bg-\[\#F2F9FB\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(242 249 251 / var(--tw-bg-opacity));
}
html :is(.bg-\[\#F393434A\]) {
  background-color: #F393434A;
}
html :is(.bg-\[\#F39343\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(243 147 67 / var(--tw-bg-opacity));
}
html :is(.bg-\[\#F3F8FB\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(243 248 251 / var(--tw-bg-opacity));
}
html :is(.bg-\[\#F47221\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(244 114 33 / var(--tw-bg-opacity));
}
html :is(.bg-\[\#F7F7F7\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}
html :is(.bg-\[\#f7f7f7\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}
html :is(.bg-\[rgba\(0\2c 0\2c 0\2c 0\.5\)\]) {
  background-color: rgba(0,0,0,0.5);
}
html :is(.bg-\[rgba\(255\2c 255\2c 255\2c 0\.6\)\]) {
  background-color: rgba(255,255,255,0.6);
}
html :is(.bg-\[rgba\(255\2c 255\2c 255\2c 0\.8\)\]) {
  background-color: rgba(255,255,255,0.8);
}
html :is(.bg-backgroundGreen) {
  --tw-bg-opacity: 1;
  background-color: rgb(240 246 236 / var(--tw-bg-opacity));
}
html :is(.bg-black600) {
  --tw-bg-opacity: 1;
  background-color: rgb(102 102 102 / var(--tw-bg-opacity));
}
html :is(.bg-defaultColor) {
  --tw-bg-opacity: 1;
  background-color: rgb(90 103 120 / var(--tw-bg-opacity));
}
html :is(.bg-gray) {
  --tw-bg-opacity: 1;
  background-color: rgb(190 190 190 / var(--tw-bg-opacity));
}
html :is(.bg-green) {
  --tw-bg-opacity: 1;
  background-color: rgb(89 169 197 / var(--tw-bg-opacity));
}
html :is(.bg-lightGray) {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}
html :is(.bg-orange) {
  --tw-bg-opacity: 1;
  background-color: rgb(243 147 67 / var(--tw-bg-opacity));
}
html :is(.bg-primary) {
  --tw-bg-opacity: 1;
  background-color: rgb(89 169 197 / var(--tw-bg-opacity));
}
html :is(.bg-primaryLight) {
  --tw-bg-opacity: 1;
  background-color: rgb(243 248 251 / var(--tw-bg-opacity));
}
html :is(.bg-secondary) {
  --tw-bg-opacity: 1;
  background-color: rgb(243 147 67 / var(--tw-bg-opacity));
}
html :is(.bg-transparent) {
  background-color: rgba(0, 0, 0, 0.5);
}
html :is(.bg-white) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
html :is(.object-cover) {
  -o-object-fit: cover;
     object-fit: cover;
}
html :is(.p-\[10px\]) {
  padding: 10px;
}
html :is(.p-\[15px\]) {
  padding: 15px;
}
html :is(.p-\[20px\]) {
  padding: 20px;
}
html :is(.p-\[25px\]) {
  padding: 25px;
}
html :is(.p-\[30px\]) {
  padding: 30px;
}
html :is(.p-\[40px\]) {
  padding: 40px;
}
html :is(.p-\[4px\]) {
  padding: 4px;
}
html :is(.p-\[5px\]) {
  padding: 5px;
}
html :is(.px-0) {
  padding-left: 0px;
  padding-right: 0px;
}
html :is(.px-12) {
  padding-left: 3rem;
  padding-right: 3rem;
}
html :is(.px-5) {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
html :is(.px-\[10px\]) {
  padding-left: 10px;
  padding-right: 10px;
}
html :is(.px-\[12px\]) {
  padding-left: 12px;
  padding-right: 12px;
}
html :is(.px-\[15px\]) {
  padding-left: 15px;
  padding-right: 15px;
}
html :is(.px-\[18px\]) {
  padding-left: 18px;
  padding-right: 18px;
}
html :is(.px-\[1px\]) {
  padding-left: 1px;
  padding-right: 1px;
}
html :is(.px-\[20px\]) {
  padding-left: 20px;
  padding-right: 20px;
}
html :is(.px-\[25px\]) {
  padding-left: 25px;
  padding-right: 25px;
}
html :is(.px-\[2px\]) {
  padding-left: 2px;
  padding-right: 2px;
}
html :is(.px-\[30px\]) {
  padding-left: 30px;
  padding-right: 30px;
}
html :is(.px-\[35px\]) {
  padding-left: 35px;
  padding-right: 35px;
}
html :is(.px-\[40px\]) {
  padding-left: 40px;
  padding-right: 40px;
}
html :is(.px-\[50px\]) {
  padding-left: 50px;
  padding-right: 50px;
}
html :is(.px-\[5px\]) {
  padding-left: 5px;
  padding-right: 5px;
}
html :is(.px-\[60px\]) {
  padding-left: 60px;
  padding-right: 60px;
}
html :is(.px-\[6px\]) {
  padding-left: 6px;
  padding-right: 6px;
}
html :is(.px-\[8\%\]) {
  padding-left: 8%;
  padding-right: 8%;
}
html :is(.py-2) {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
html :is(.py-3) {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
html :is(.py-\[10px\]) {
  padding-top: 10px;
  padding-bottom: 10px;
}
html :is(.py-\[12px\]) {
  padding-top: 12px;
  padding-bottom: 12px;
}
html :is(.py-\[14px\]) {
  padding-top: 14px;
  padding-bottom: 14px;
}
html :is(.py-\[15px\]) {
  padding-top: 15px;
  padding-bottom: 15px;
}
html :is(.py-\[18px\]) {
  padding-top: 18px;
  padding-bottom: 18px;
}
html :is(.py-\[1px\]) {
  padding-top: 1px;
  padding-bottom: 1px;
}
html :is(.py-\[20px\]) {
  padding-top: 20px;
  padding-bottom: 20px;
}
html :is(.py-\[25px\]) {
  padding-top: 25px;
  padding-bottom: 25px;
}
html :is(.py-\[30px\]) {
  padding-top: 30px;
  padding-bottom: 30px;
}
html :is(.py-\[34px\]) {
  padding-top: 34px;
  padding-bottom: 34px;
}
html :is(.py-\[40px\]) {
  padding-top: 40px;
  padding-bottom: 40px;
}
html :is(.py-\[5px\]) {
  padding-top: 5px;
  padding-bottom: 5px;
}
html :is(.py-\[8px\]) {
  padding-top: 8px;
  padding-bottom: 8px;
}
html :is(.pb-\[10px\]) {
  padding-bottom: 10px;
}
html :is(.pb-\[20px\]) {
  padding-bottom: 20px;
}
html :is(.pb-\[35px\]) {
  padding-bottom: 35px;
}
html :is(.pl-\[0px\]) {
  padding-left: 0px;
}
html :is(.pl-\[10px\]) {
  padding-left: 10px;
}
html :is(.pl-\[15px\]) {
  padding-left: 15px;
}
html :is(.pl-\[18px\]) {
  padding-left: 18px;
}
html :is(.pl-\[20\%\]) {
  padding-left: 20%;
}
html :is(.pl-\[20px\]) {
  padding-left: 20px;
}
html :is(.pl-\[22px\]) {
  padding-left: 22px;
}
html :is(.pl-\[2px\]) {
  padding-left: 2px;
}
html :is(.pl-\[30px\]) {
  padding-left: 30px;
}
html :is(.pl-\[3px\]) {
  padding-left: 3px;
}
html :is(.pl-\[50px\]) {
  padding-left: 50px;
}
html :is(.pr-\[0px\]) {
  padding-right: 0px;
}
html :is(.pr-\[100px\]) {
  padding-right: 100px;
}
html :is(.pr-\[10px\]) {
  padding-right: 10px;
}
html :is(.pr-\[15px\]) {
  padding-right: 15px;
}
html :is(.pr-\[18px\]) {
  padding-right: 18px;
}
html :is(.pr-\[20px\]) {
  padding-right: 20px;
}
html :is(.pt-0) {
  padding-top: 0px;
}
html :is(.pt-\[10px\]) {
  padding-top: 10px;
}
html :is(.pt-\[15px\]) {
  padding-top: 15px;
}
html :is(.pt-\[17px\]) {
  padding-top: 17px;
}
html :is(.pt-\[20px\]) {
  padding-top: 20px;
}
html :is(.pt-\[30px\]) {
  padding-top: 30px;
}
html :is(.pt-\[40px\]) {
  padding-top: 40px;
}
html :is(.pt-\[50px\]) {
  padding-top: 50px;
}
html :is(.text-left) {
  text-align: left;
}
html :is(.text-center) {
  text-align: center;
}
html :is(.text-right) {
  text-align: right;
}
html :is(.align-top) {
  vertical-align: top;
}
html :is(.align-bottom) {
  vertical-align: bottom;
}
html :is(.\!font-Poppins-Regular) {
  font-family: Poppins-Regular !important;
}
html :is(.font-Acumin-Bold) {
  font-family: Acumin-Bold;
}
html :is(.font-Acumin-Regular) {
  font-family: Acumin-Regular;
}
html :is(.font-Poppins-Bold) {
  font-family: Poppins-Bold;
}
html :is(.font-Poppins-Medium) {
  font-family: Poppins-Medium;
}
html :is(.font-Poppins-Regular) {
  font-family: Poppins-Regular;
}
html :is(.font-Poppins-SemiBold) {
  font-family: Poppins-SemiBold;
}
html :is(.text-3xl) {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
html :is(.text-\[10px\]) {
  font-size: 10px;
}
html :is(.text-\[12px\]) {
  font-size: 12px;
}
html :is(.text-\[13px\]) {
  font-size: 13px;
}
html :is(.text-\[14px\]) {
  font-size: 14px;
}
html :is(.text-\[150px\]) {
  font-size: 150px;
}
html :is(.text-\[15px\]) {
  font-size: 15px;
}
html :is(.text-\[16px\]) {
  font-size: 16px;
}
html :is(.text-\[18px\]) {
  font-size: 18px;
}
html :is(.text-\[20px\]) {
  font-size: 20px;
}
html :is(.text-\[22px\]) {
  font-size: 22px;
}
html :is(.text-\[24px\]) {
  font-size: 24px;
}
html :is(.text-\[28px\]) {
  font-size: 28px;
}
html :is(.text-\[36px\]) {
  font-size: 36px;
}
html :is(.text-\[41px\]) {
  font-size: 41px;
}
html :is(.text-base) {
  font-size: 1rem;
  line-height: 1.5rem;
}
html :is(.font-bold) {
  font-weight: 700;
}
html :is(.font-extrabold) {
  font-weight: 800;
}
html :is(.font-medium) {
  font-weight: 500;
}
html :is(.font-semibold) {
  font-weight: 600;
}
html :is(.uppercase) {
  text-transform: uppercase;
}
html :is(.capitalize) {
  text-transform: capitalize;
}
html :is(.\!leading-\[20px\]) {
  line-height: 20px !important;
}
html :is(.leading-\[100\%\]) {
  line-height: 100%;
}
html :is(.leading-\[120px\]) {
  line-height: 120px;
}
html :is(.leading-\[14px\]) {
  line-height: 14px;
}
html :is(.leading-\[16px\]) {
  line-height: 16px;
}
html :is(.leading-\[17px\]) {
  line-height: 17px;
}
html :is(.leading-\[18px\]) {
  line-height: 18px;
}
html :is(.leading-\[20px\]) {
  line-height: 20px;
}
html :is(.leading-\[22px\]) {
  line-height: 22px;
}
html :is(.leading-\[23px\]) {
  line-height: 23px;
}
html :is(.leading-\[26px\]) {
  line-height: 26px;
}
html :is(.leading-\[28px\]) {
  line-height: 28px;
}
html :is(.leading-\[29px\]) {
  line-height: 29px;
}
html :is(.leading-\[2px\]) {
  line-height: 2px;
}
html :is(.leading-\[30px\]) {
  line-height: 30px;
}
html :is(.leading-\[32px\]) {
  line-height: 32px;
}
html :is(.leading-\[34px\]) {
  line-height: 34px;
}
html :is(.leading-\[35px\]) {
  line-height: 35px;
}
html :is(.leading-\[36px\]) {
  line-height: 36px;
}
html :is(.leading-\[40\]) {
  line-height: 40;
}
html :is(.leading-\[40px\]) {
  line-height: 40px;
}
html :is(.leading-\[43px\]) {
  line-height: 43px;
}
html :is(.leading-\[45px\]) {
  line-height: 45px;
}
html :is(.leading-\[47px\]) {
  line-height: 47px;
}
html :is(.leading-\[50px\]) {
  line-height: 50px;
}
html :is(.leading-\[52px\]) {
  line-height: 52px;
}
html :is(.leading-\[58px\]) {
  line-height: 58px;
}
html :is(.leading-\[60px\]) {
  line-height: 60px;
}
html :is(.tracking-wide) {
  letter-spacing: 0.025em;
}
html :is(.\!text-\[\#BEBFC1\]) {
  --tw-text-opacity: 1 !important;
  color: rgb(190 191 193 / var(--tw-text-opacity)) !important;
}
html :is(.\!text-orange) {
  --tw-text-opacity: 1 !important;
  color: rgb(243 147 67 / var(--tw-text-opacity)) !important;
}
html :is(.text-\[\#59a9c5\]) {
  --tw-text-opacity: 1;
  color: rgb(89 169 197 / var(--tw-text-opacity));
}
html :is(.text-\[\#5A6778\]) {
  --tw-text-opacity: 1;
  color: rgb(90 103 120 / var(--tw-text-opacity));
}
html :is(.text-\[\#62A955\]) {
  --tw-text-opacity: 1;
  color: rgb(98 169 85 / var(--tw-text-opacity));
}
html :is(.text-\[\#666666\]) {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
html :is(.text-\[\#939393\]) {
  --tw-text-opacity: 1;
  color: rgb(147 147 147 / var(--tw-text-opacity));
}
html :is(.text-\[\#b3b3b3\]) {
  --tw-text-opacity: 1;
  color: rgb(179 179 179 / var(--tw-text-opacity));
}
html :is(.text-\[\#ff0d24\]) {
  --tw-text-opacity: 1;
  color: rgb(255 13 36 / var(--tw-text-opacity));
}
html :is(.text-\[\#ffffff\]) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
html :is(.text-barcodeColor) {
  --tw-text-opacity: 1;
  color: rgb(175 175 175 / var(--tw-text-opacity));
}
html :is(.text-black) {
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity));
}
html :is(.text-black300) {
  --tw-text-opacity: 1;
  color: rgb(90 103 120 / var(--tw-text-opacity));
}
html :is(.text-black600) {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
html :is(.text-blue-500) {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
html :is(.text-borderBlack) {
  --tw-text-opacity: 1;
  color: rgb(112 112 112 / var(--tw-text-opacity));
}
html :is(.text-borderGrey) {
  --tw-text-opacity: 1;
  color: rgb(147 147 147 / var(--tw-text-opacity));
}
html :is(.text-defaultColor) {
  --tw-text-opacity: 1;
  color: rgb(90 103 120 / var(--tw-text-opacity));
}
html :is(.text-defaultColor\/50) {
  color: rgb(90 103 120 / 0.5);
}
html :is(.text-green) {
  --tw-text-opacity: 1;
  color: rgb(89 169 197 / var(--tw-text-opacity));
}
html :is(.text-orange) {
  --tw-text-opacity: 1;
  color: rgb(243 147 67 / var(--tw-text-opacity));
}
html :is(.text-primary) {
  --tw-text-opacity: 1;
  color: rgb(89 169 197 / var(--tw-text-opacity));
}
html :is(.text-secondary) {
  --tw-text-opacity: 1;
  color: rgb(243 147 67 / var(--tw-text-opacity));
}
html :is(.text-slate-600) {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}
html :is(.text-white) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
html :is(.text-yellow) {
  --tw-text-opacity: 1;
  color: rgb(249 213 73 / var(--tw-text-opacity));
}
html :is(.underline) {
  text-decoration-line: underline;
}
html :is(.line-through) {
  text-decoration-line: line-through;
}
html :is(.opacity-100) {
  opacity: 1;
}
html :is(.opacity-50) {
  opacity: 0.5;
}
html :is(.bg-blend-multiply) {
  background-blend-mode: multiply;
}
html :is(.mix-blend-multiply) {
  mix-blend-mode: multiply;
}
html :is(.shadow-md) {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
html :is(.shadow-xl) {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
html :is(.\!shadow-transparent) {
  --tw-shadow-color: rgba(0, 0, 0, 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
html :is(.shadow-\[\#00000029\]) {
  --tw-shadow-color: #00000029;
  --tw-shadow: var(--tw-shadow-colored);
}
html :is(.shadow-transparent) {
  --tw-shadow-color: rgba(0, 0, 0, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
html :is(.outline-none) {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
html :is(.outline) {
  outline-style: solid;
}
html :is(.outline-2) {
  outline-width: 2px;
}
html :is(.outline-lightGray) {
  outline-color: #F7F7F7;
}
html :is(.drop-shadow-\[\#00000069\]) {
  --tw-drop-shadow: drop-shadow(#00000069);
  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);
}
html :is(.drop-shadow-lg) {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  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);
}
html :is(.invert) {
  --tw-invert: invert(100%);
  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);
}
html :is(.sepia) {
  --tw-sepia: sepia(100%);
  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);
}
html :is(.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);
}
html :is(.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;
}
html :is(.transition-all) {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
html :is(.transition-transform) {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
html :is(.duration-300) {
  transition-duration: 300ms;
}
html :is(.ease-in-out) {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
html :is(.color-defaultColor) {
  color: #5A6778;
}
html :is(.color-primary) {
  color: #59A9C5;
}
html :is(.color-secondary) {
  color: #F39343;
}

@font-face {
  font-family: "Poppins-Medium";
  src: url(/_next/static/media/Poppins-Medium.76d77c93.woff2) format("woff2"),
    url(/_next/static/media/Poppins-Medium.75fdb305.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins-Regular";
  src: url(/_next/static/media/Poppins-Regular.93b9c380.woff2) format("woff2"),
    url(/_next/static/media/Poppins-Regular.3fdf71d7.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Acumin-Bold";
  src: url(/_next/static/media/AcuminPro-Bold.8b5a4e54.woff2) format("woff2"),
    url(/_next/static/media/AcuminPro-Bold.94a6ed3c.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Acumin-Regular";
  src: url(/_next/static/media/AcuminPro-Regular.c2033c07.woff2) format("woff2"),
    url(/_next/static/media/AcuminPro-Regular.5386a284.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
  padding: 0px;
  margin: 0px;
}

body,
[class*="css-view-"] {
  color: #5a6778 !important;
  font-size: 14px;
}

.search > div {
  width: 100%;
}

.product-slider-item {
  min-width: 160px !important;
}

.categoryLink {
  position: relative;
  display: block;
  height: 40;
}
.home-slider [class*="css-view-"] {
  width: 100%;
  flex-direction: inherit;
}
.home-slider div {
  flex-direction: inherit !important;
  margin: 0px;
}
.custom-info strong {
  font-size: 22px;
  line-height: 25px;
  font-family: poppinssemibold, sans-serif;
}
.custom-info span {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
}
.custom-info br {
  height: 0px;
  display: block;
}

[class*="css-text-"] .categorytextcontent {
  border: 1px solid #fff !important;
  padding: 20px 0px !important;
  position: relative;
}
[class*="css-text-"] .categorytextcontent:before {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border: 1px solid #fff;
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 99;
  pointer-events: none;
}
[class*="css-text-"] .categorytextcontent h1 {
  font-size: 22px;
  font-family: acuminbold, sans-serif !important;
}
[class*="css-text-"] .categorytextcontent p {
  font-weight: normal;
  font-family: acuminregular, sans-serif !important;
  margin: 0px;
  height: auto;
}
[class*="css-text-"] .categorytextcontent p span {
  font-weight: 400;
  font-family: acuminregular, sans-serif !important;
}
[class*="css-text-"] .categorytextcontent p strong {
  font-weight: 600;
  font-family: acuminbold, sans-serif;
}
[class*="css-text-"] .categorytextcontent p > span:empty,
[class*="css-text-"] .categorytextcontent p > span > span:empty,
[class*="css-text-"] .categorytextcontent p > span > span > span:empty {
  display: none !important;
  height: 0px;
}

/******Product Description*******/
.product-description p {
  font-size: 14px;
  line-height: 20px;
  font-family: Poppins-Regular, sans-serif;
  margin-bottom: 0px;
  color: #5a6778 !important;
}
.product-description p span {
  color: #5a6778 !important;
}
.product-description p p {
  margin-bottom: 20px;
}
.product-description p strong {
  text-transform: uppercase;
  font-size: 16px;
}
.product-description ul {
  margin: 0px;
  padding: 0px;
}
.product-description ul li strong {
  margin-right: 5px;
}
.product-description p:empty,
.product-description p span:empty {
  display: none !important;
}
/*****Calender Css*******/
.calender-view > div > div {
  padding: 0px !important;
}
.calender-view > div > div > div:first-child {
  padding: 7px 5px !important;
  margin-bottom: 0px !important;
}
.calender-view > div > div > div:first-child > div:nth-child(2) h1,
.calender-view > div > div > div:first-child > div:nth-child(2) > div > div {
  font-family: acuminbold, sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #5a6778;
}
.calender-view > div > div > div:nth-child(2) {
  padding: 0px !important;
  align-items: center !important;
  justify-content: start;
  width: 100%;
  background: #f3f8fb !important;
  border: 0px;
  height: 28px;
}
.calender-view > div > div > div:nth-child(2) > div > div {
  font-family: acuminregular, sans-serif !important;
  font-size: 14px !important;
  line-height: 14px;
  color: #5a6778 !important;
}
.calender-view > div > div > div > div:first-child {
  margin-left: 0px !important;
}
.calender-view > div > div > div > div:last-child {
  margin-right: 0px !important;
}
.calender-view > div > div > div > div:first-child svg,
.calender-view > div > div > div > div:last-child svg {
  width: 18px !important;
}
.calender-view > div > div > div:nth-child(3) > div > div {
  width: 40px !important;
  height: 40px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.calender-view > div > div > div:nth-child(3) > div > div > div {
  width: 30px !important;
  height: 30px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.calender-view
  > div
  > div
  > div:nth-child(3)
  > div
  > div
  > div
  > [class*="css-text-"] {
  font-family: acuminregular, sans-serif !important;
  font-size: 14px !important;
  color: #5a6778;
}
.calender-view > div > div:first-child > div:nth-child(2) {
  background: #fff !important;
}
.calender-view
  > div
  > div:first-child
  > div:nth-child(2)
  > [style="flex-direction: row; padding: 16px;"] {
  display: flex !important;
  width: 100% !important;
}
.calender-view
  > div
  > div:first-child
  > div:nth-child(2)
  > [style="flex-direction: row; padding: 16px;"]
  > div
  > div {
  font-family: acuminregular, sans-serif !important;
  font-size: 14px !important;
}

/*****Home page Video css******/
.video-block video {
  width: 100%;
}

body {
  font-family: acuminregular, sans-serif;
}
body h2,
body h3 {
  font-family: acuminbold, sans-serif;
}
body ul {
  margin-left: 20px;
}
body ul li {
  list-style-type: disc;
}
body p {
  margin-bottom: 20px;
  line-height: 20px;
}

.blogview-text [class*="css-view-"] {
  width: 100% !important;
  text-align: left;
}
.blogview-text
  [class*="css-view-"]
  [class*="css-text-"]
  [class*="css-textHasAncestor-"]:empty
  [class*="css-textHasAncestor-"]:empty {
  display: none !important;
}
.blogview-text [class*="css-view-"] [class*="css-text-"] {
  display: flex !important;
  flex-direction: column;
}
.blogview-text
  [class*="css-view-"]
  [class*="css-text-"]
  [class*="css-textHasAncestor-"]:before,
.blogview-text
  [class*="css-view-"]
  [class*="css-text-"]
  [class*="css-textHasAncestor-"]:after {
  display: none;
}
.blog-desc p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blogview-text img {
  width: 100%;
}
.blogview-text
  [class*="css-view-"]
  [class*="css-text-"]
  [class*="css-textHasAncestor-"] {
  margin-bottom: 10px;
  text-align: left;
}
.blogview-text
  [class*="css-view-"]
  [class*="css-text-"]
  [class*="css-textHasAncestor-"]
  p {
  text-align: left !important;
}
.blogview-text p,
.blogview-text p h2,
.blogview-text p strong {
  text-align: left !important;
}

/******Delivery calender view**********/
.delivery-calender-view > div > div {
  width: 100% !important;
}
.delivery-calender-view > div > div:first-child {
  padding: 20px 10px !important;
  margin: 0px !important;
}
.delivery-calender-view > div > div:nth-child(3) > div {
  width: 100% !important;
}
.delivery-calender-view > div > div:nth-child(3) > div > div,
.delivery-calender-view > div > div:nth-child(2) > div {
  min-width: 14.28% !important;
  justify-content: center;
  text-align: center;
}
.delivery-calender-view > div > div:first-child > div:nth-child(2) > div > h1,
.delivery-calender-view > div > div:first-child > div:nth-child(2) > div > div {
  font-size: 22px !important;
  line-height: 18px !important;
  font-family: Poppins-SemiBold, sans-serif !important;
  color: #5a6778 !important;
}
.delivery-calender-view > div > div:nth-child(2) {
  width: 696px !important;
  border: 0px !important;
  background: #f3f8fb !important;
}
.delivery-calender-view > div > div:nth-child(2) > div > div {
  display: table;
  margin: auto;
  line-height: 18px !important;
  font-family: Poppins-Medium, sans-serif !important;
  color: #5a6778 !important;
  width: 100% !important;
  font-size: 14px !important;
}
.recent-product-list > div > div:nth-child(2) > div > div {
  width: 100% !important;
}
.recent-product-list > div > div:nth-child(2) > div > div > div {
  width: calc(20% - 18px) !important;
  margin-right: 18px;
}
.recent-product-list
  > div
  > div:nth-child(2)
  > div
  > div
  > div
  .product-slider-item {
  width: 100% !important;
}
p:empty {
  display: none !important;
}
p {
  display: inline-grid;
}
.blog-feature-list > div > div > div > div {
  width: 100%;
}
.blog-feature-list > div > div > div > div > div {
  margin-right: 18px !important;
  width: 100% !important;
  max-width: calc(20% - 15px) !important;
}
[class*="row_contained__"] [class*="text-root-"] p {
  font-size: 14px !important;
  padding: 0px !important;
}
[class*="row_contained__"] [class*="text-root-"] p:empty {
  display: none !important;
  line-height: normal !important;
  letter-spacing: 0px;
}
.category-grid > div {
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
}
.category-grid > div > div {
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.category-list > div {
  width: 100% !important;
}
.product-image-gallery > div:nth-child(2) {
  width: calc(100% - 60px) !important;
}
.cms-page .Container {
  width: 100%;
}
.cms-page .Container h1 {
  font-size: 36px;
  font-weight: 600;
  font-family: Poppins-SemiBold, sans-serif !important;
  color: #5a6778;
}
.cms-page .Container h2 {
  font-size: 24px;
  font-weight: 600;
  font-family: Poppins-SemiBold, sans-serif !important;
  color: #5a6778;
  margin-bottom: 15px;
}
.cms-page .Container h3 {
  font-size: 20px;
  font-weight: 600;
  color: #5a6778;
  font-family: Poppins-SemiBold, sans-serif !important;
  margin-bottom: 15px;
}
.cms-banner {
  width: 100%;
  margin-bottom: 20px;
}
.cms-banner .title {
  width: 100%;
  background: #59a9c5 !important;
  color: #fff !important;
  margin: 0px;
  padding: 10px 20px !important;
  box-sizing: border-box;
  font-size: 30px;
  font-weight: 600;
  border-radius: 0px 0px 10px 10px;
}
.cms-page .Container ul {
  margin-left: 0px;
  padding-left: 0px;
}
.cms-page .Container ul li {
  margin-bottom: 15px;
  list-style: none;
  margin-left: 0px;
  font-size: 16px;
  line-height: 29px;
  font-family: Poppins-Regular, sans-serif;
  color: #5a6778;
}
.cms-page .Container img {
  width: 100%;
}
.cms-page .Container ol {
  margin-left: 20px;
  margin-bottom: 20px;
}
.cms-page .Container ol li {
  list-style-type: decimal;
  margin-bottom: 15px;
  font-family: Poppins-Regular, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
.fit-container {
  width: 100%;
  max-width: 1200px;
  margin: auto !important;
  margin-bottom: 30px;
}
.our-brands > div {
  width: 100%;
}
.our-brands > div > div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100% !important;
}
.our-brands > div > div > div {
  width: calc(16.66% - 15px);
}
@media only screen and (min-width:360px) and (max-width:400px){
  .product-slider-item{
    min-width:140px !important;
  }
}
@media only screen and (min-width:401px) and (max-width:400px){
  .product-slider-item{
    min-width:160px !important;
  }
}

@media (max-width: 767px) {
  #launcher {
    bottom: 80px !important;
    z-index: 999 !important;
  }
  [class*="richContent-root-"] {
    padding: 0px 0px !important;
  }
  [class*="richContent-root-"] table tbody tr td strong {
    white-space: nowrap !important;
  }
  [class*="richContent-root-"] h2 span {
    font-size: 24px !important;
    line-height: 24px;
  }
  [class*="richContent-root-"] p:empty {
    display: none !important;
  }
  [class*="columnGroup_root__"]
    [class*="columnLine_root___"]
    [class*="column_root__"] {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .search > div {
    width: 100%;
  }
  .slider-thumbs,
  .slider-thumbs > div {
    display: flex;
    justify-content: center;
    width: 100% !important;
    flex-direction: row;
  }
  .recent-product-list > div > div:nth-child(2) > div > div {
    width: 100% !important;
  }
  .recent-product-list > div > div:nth-child(2) > div > div > div {
    width: calc(50% - 10px) !important;
    margin-right: 10px;
  }
  .recent-product-list
    > div
    > div:nth-child(2)
    > div
    > div
    > div
    .product-slider-item {
    width: 100% !important;
  }
  .delivery-calender-view > div > div:nth-child(1),
  .delivery-calender-view > div > div:nth-child(2),
  .delivery-calender-view > div > div:nth-child(3) {
    width: 100% !important;
  }
  .delivery-calender-view > div > div:nth-child(2) > div {
    min-width: 14.28% !important;
  }
[style="width: 37.2px; height: 37.2px; border-radius: 37.2px; align-self: center; justify-content: center; background-color: rgb(247, 247, 247);"] > div{
  color:#5A6778 !important;
}
  .delivery-calender-view > div > div:nth-child(3) > div > div {
    width: 14.28% !important;
  }
  .delivery-calender-view
    > div
    > div:nth-child(1)
    > div:nth-child(2)
    > div
    > h1,
  .delivery-calender-view
    > div
    > div:nth-child(1)
    > div:nth-child(2)
    > div
    > div {
    font-size: 18px !important;
  }
  .secure-icon-group svg,
  .ph-icon-group svg {
    width: 16px !important;
    height: 16px !important;
  }
  .secure-icon-group div,
  .ph-icon-group div {
    font-size: 14px !important;
  }
  .blog-feature-list > div > div > div > div > div {
    margin-right: 18px !important;
    width: 100% !important;
    max-width: calc(50% - 10px) !important;
  }
  .shop-by-brand > div,
  .shop-by-brand > div > div {
    flex-wrap: wrap !important;
    max-width: 100% !important;
  }
  .tab-desc {
    width: 100%;
    padding: 15px 0px;
  }
  .tab-desc .product-description table {
    max-width: 350px;
    overflow: auto;
    display: block;
  }
  .tab-desc .product-description img {
    width: 100%;
    margin-bottom: 15px;
  }
  .thumbs-slider > div {
    width: 100% !important;
    display: flex;
    flex-direction: row;
  }
  .category-product-slider > div {
    max-width: 100% !important;
  }
  .category-product-slider > div > div {
    width: calc(50% - 5px) !important;
    margin-right: 10px !important;
  }
  .category-product-slider > div > div > div {
    width: 100% !important;
  }
  .category-product-slider > div > div > div > div {
    width: 100% !important;
  }
  .breadcrumb-list > div {
    width: 100%;
    flex-wrap: wrap;
  }
  .category-product-slider-item {
    max-width: 160px !important;
  }
  .brands-list > div > div > div {
    flex-wrap: wrap !important;
  }
  .category-list-slider {
    max-width: 100% !important;
  }
  .category-list-slider > div > div {
    max-width: 100% !important;
  }
  .category-list-slider > div > div .category-product-slider-item {
    width: 100% !important;
    max-width: 100% !important;
  }
  .category-list-slider > div > div > div {
    width: calc(45% - 10px) !important;
    margin-right: 10px !important;
  }
  .category-list-slider > div > div > div > div > div > div:first-child {
    height: 200px !important;
  }
  /* .category-list-slider > div > div > div > div > div > div:first-child > div:nth-child(3){
    height:100%;
  } */
  .cms-page {
    margin: 0px -15px;
  }
  .cms-banner .title h1 {
    font-size: 24px;
  }
  .fit-container {
    max-width: 100%;
  }
  .our-brands > div > div > div {
    width: calc(33.33% - 10px);
    margin-bottom: 10px;
  }
  .our-brands > div > div > div:empty {
    display: none;
  }
}

@media (max-width: 980px) {
  .video-block {
    height: 150px;
    overflow: hidden;
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .search > div,
  .search > div > div {
    width: 100% !important;
  }
  .recent-product-list > div > div:nth-child(2) > div > div {
    width: 100% !important;
  }
  .recent-product-list > div > div:nth-child(2) > div > div > div {
    width: calc(33.33% - 18px) !important;
    margin-right: 18px;
  }
  .recent-product-list
    > div
    > div:nth-child(2)
    > div
    > div
    > div
    .product-slider-item {
    width: 100% !important;
  }
  .blog-feature-list > div > div > div > div > div {
    margin-right: 18px !important;
    width: 100% !important;
    max-width: calc(33.33% - 15px) !important;
  }
  .brands-list > div > div > div {
    flex-wrap: wrap !important;
  }
  .shop-by-brand > div > div {
    flex-wrap: wrap;
  }
  .mobile-slider > div {
    max-width: 100% !important;
  }
}

@media only screen and (min-width: 981px) and (max-width: 1200px) {
  .recent-product-list > div > div:nth-child(2) > div > div {
    width: 100% !important;
  }
  .recent-product-list > div > div:nth-child(2) > div > div > div {
    width: calc(25% - 18px) !important;
    margin-right: 18px;
  }
  .recent-product-list
    > div
    > div:nth-child(2)
    > div
    > div
    > div
    .product-slider-item {
    width: 100% !important;
  }
  .blog-feature-list > div > div > div > div > div {
    margin-right: 18px !important;
    width: 100% !important;
    max-width: calc(25% - 15px) !important;
  }
}

html :is(.placeholder\:text-\[\#b3b3b3\])::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(179 179 179 / var(--tw-text-opacity));
}

html :is(.placeholder\:text-\[\#b3b3b3\])::placeholder {
  --tw-text-opacity: 1;
  color: rgb(179 179 179 / var(--tw-text-opacity));
}

html :is(.before\:pointer-events-none)::before {
  content: var(--tw-content);
  pointer-events: none;
}

html :is(.before\:absolute)::before {
  content: var(--tw-content);
  position: absolute;
}

html :is(.before\:left-0)::before {
  content: var(--tw-content);
  left: 0px;
}

html :is(.before\:left-\[0px\])::before {
  content: var(--tw-content);
  left: 0px;
}

html :is(.before\:top-0)::before {
  content: var(--tw-content);
  top: 0px;
}

html :is(.before\:top-\[-1px\])::before {
  content: var(--tw-content);
  top: -1px;
}

html :is(.before\:z-\[-10\])::before {
  content: var(--tw-content);
  z-index: -10;
}

html :is(.before\:z-\[-99\])::before {
  content: var(--tw-content);
  z-index: -99;
}

html :is(.before\:h-\[100vh\])::before {
  content: var(--tw-content);
  height: 100vh;
}

html :is(.before\:h-\[19px\])::before {
  content: var(--tw-content);
  height: 19px;
}

html :is(.before\:h-\[420px\])::before {
  content: var(--tw-content);
  height: 420px;
}

html :is(.before\:w-\[19px\])::before {
  content: var(--tw-content);
  width: 19px;
}

html :is(.before\:w-full)::before {
  content: var(--tw-content);
  width: 100%;
}

html :is(.before\:min-w-\[calc\(100vw\+50vw\)\])::before {
  content: var(--tw-content);
  min-width: calc(100vw + 50vw);
}

html :is(.before\:translate-x-\[-25vw\])::before {
  content: var(--tw-content);
  --tw-translate-x: -25vw;
  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 :is(.before\:rounded-\[3px\])::before {
  content: var(--tw-content);
  border-radius: 3px;
}

html :is(.before\:border)::before {
  content: var(--tw-content);
  border-width: 1px;
}

html :is(.before\:border-lightGray5)::before {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
}

html :is(.before\:bg-black)::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity));
}

html :is(.before\:bg-primaryLight)::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(243 248 251 / var(--tw-bg-opacity));
}

html :is(.before\:bg-white)::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

html :is(.before\:opacity-\[0\.3\])::before {
  content: var(--tw-content);
  opacity: 0.3;
}

html :is(.before\:content-\[\"\"\])::before {
  --tw-content: "";
  content: var(--tw-content);
}

html :is(.before\:content-\[\'\'\])::before {
  --tw-content: '';
  content: var(--tw-content);
}

html :is(.after\:absolute)::after {
  content: var(--tw-content);
  position: absolute;
}

html :is(.after\:bottom-\[-10px\])::after {
  content: var(--tw-content);
  bottom: -10px;
}

html :is(.after\:left-0)::after {
  content: var(--tw-content);
  left: 0px;
}

html :is(.after\:left-\[10px\])::after {
  content: var(--tw-content);
  left: 10px;
}

html :is(.after\:top-0)::after {
  content: var(--tw-content);
  top: 0px;
}

html :is(.after\:h-\[0px\])::after {
  content: var(--tw-content);
  height: 0px;
}

html :is(.after\:h-\[100\%\])::after {
  content: var(--tw-content);
  height: 100%;
}

html :is(.after\:w-\[0px\])::after {
  content: var(--tw-content);
  width: 0px;
}

html :is(.after\:w-\[250px\])::after {
  content: var(--tw-content);
  width: 250px;
}

html :is(.after\:border-l-\[10px\])::after {
  content: var(--tw-content);
  border-left-width: 10px;
}

html :is(.after\:border-r-\[10px\])::after {
  content: var(--tw-content);
  border-right-width: 10px;
}

html :is(.after\:border-t-\[10px\])::after {
  content: var(--tw-content);
  border-top-width: 10px;
}

html :is(.after\:\!border-t-\[rgba\(0\2c 0\2c 0\2c 0\.5\)\])::after {
  content: var(--tw-content);
  border-top-color: rgba(0,0,0,0.5) !important;
}

html :is(.after\:border-l-transparent)::after {
  content: var(--tw-content);
  border-left-color: rgba(0, 0, 0, 0.5);
}

html :is(.after\:border-r-transparent)::after {
  content: var(--tw-content);
  border-right-color: rgba(0, 0, 0, 0.5);
}

html :is(.after\:bg-primaryLight)::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(243 248 251 / var(--tw-bg-opacity));
}

html :is(.after\:content-\[\'\'\])::after {
  --tw-content: '';
  content: var(--tw-content);
}

html :is(.last\:border-b-0:last-child) {
  border-bottom-width: 0px;
}

html :is(.even\:bg-primaryLight:nth-child(even)) {
  --tw-bg-opacity: 1;
  background-color: rgb(243 248 251 / var(--tw-bg-opacity));
}

html :is(.checked\:before\:border-orange:checked)::before {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(243 147 67 / var(--tw-border-opacity));
}

html :is(.checked\:before\:bg-orange:checked)::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(243 147 67 / var(--tw-bg-opacity));
}

html :is(.checked\:after\:absolute:checked)::after {
  content: var(--tw-content);
  position: absolute;
}

html :is(.checked\:after\:left-\[6px\]:checked)::after {
  content: var(--tw-content);
  left: 6px;
}

html :is(.checked\:after\:top-\[1px\]:checked)::after {
  content: var(--tw-content);
  top: 1px;
}

html :is(.checked\:after\:h-\[12px\]:checked)::after {
  content: var(--tw-content);
  height: 12px;
}

html :is(.checked\:after\:w-\[7px\]:checked)::after {
  content: var(--tw-content);
  width: 7px;
}

html :is(.checked\:after\:rotate-\[45deg\]:checked)::after {
  content: var(--tw-content);
  --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));
}

html :is(.checked\:after\:border-b:checked)::after {
  content: var(--tw-content);
  border-bottom-width: 1px;
}

html :is(.checked\:after\:border-r:checked)::after {
  content: var(--tw-content);
  border-right-width: 1px;
}

html :is(.checked\:after\:border-b-white:checked)::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
}

html :is(.checked\:after\:border-r-white:checked)::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity));
}

html :is(.checked\:after\:content-\[\'\'\]:checked)::after {
  --tw-content: '';
  content: var(--tw-content);
}

html :is(.empty\:hidden:empty) {
  display: none;
}

html :is(.hover\:z-\[100\]:hover) {
  z-index: 100;
}

html :is(.hover\:\!min-h-\[410px\]:hover) {
  min-height: 410px !important;
}

html :is(.hover\:scale-110:hover) {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.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 :is(.hover\:scale-\[1\.02\]:hover) {
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  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 :is(.hover\:overflow-visible:hover) {
  overflow: visible;
}

html :is(.hover\:border-green:hover) {
  --tw-border-opacity: 1;
  border-color: rgb(89 169 197 / var(--tw-border-opacity));
}

html :is(.hover\:border-orange:hover) {
  --tw-border-opacity: 1;
  border-color: rgb(243 147 67 / var(--tw-border-opacity));
}

html :is(.hover\:border-primary:hover) {
  --tw-border-opacity: 1;
  border-color: rgb(89 169 197 / var(--tw-border-opacity));
}

html :is(.hover\:bg-\[\#4798B4\]:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(71 152 180 / var(--tw-bg-opacity));
}

html :is(.hover\:bg-\[\#F3F8FB\]:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(243 248 251 / var(--tw-bg-opacity));
}

html :is(.hover\:bg-\[\#FFFFFF14\]:hover) {
  background-color: #FFFFFF14;
}

html :is(.hover\:bg-\[\#f0f6ec\]:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(240 246 236 / var(--tw-bg-opacity));
}

html :is(.hover\:bg-green:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(89 169 197 / var(--tw-bg-opacity));
}

html :is(.hover\:bg-hoverBlue:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(71 152 180 / var(--tw-bg-opacity));
}

html :is(.hover\:bg-hoverGreen:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(96 152 57 / var(--tw-bg-opacity));
}

html :is(.hover\:bg-hoverOrange:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(217 107 38 / var(--tw-bg-opacity));
}

html :is(.hover\:bg-hoverPrimary:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(81 154 179 / var(--tw-bg-opacity));
}

html :is(.hover\:bg-hoverSecondaryColor:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(226 133 55 / var(--tw-bg-opacity));
}

html :is(.hover\:bg-primary:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(89 169 197 / var(--tw-bg-opacity));
}

html :is(.hover\:bg-primaryLight:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(243 248 251 / var(--tw-bg-opacity));
}

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

html :is(.hover\:text-orange:hover) {
  --tw-text-opacity: 1;
  color: rgb(243 147 67 / var(--tw-text-opacity));
}

html :is(.hover\:text-secondary:hover) {
  --tw-text-opacity: 1;
  color: rgb(243 147 67 / var(--tw-text-opacity));
}

html :is(.hover\:text-white:hover) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

html :is(.hover\:underline:hover) {
  text-decoration-line: underline;
}

html :is(.focus\:border-green:focus) {
  --tw-border-opacity: 1;
  border-color: rgb(89 169 197 / var(--tw-border-opacity));
}

html :is(.focus\:border-primary:focus) {
  --tw-border-opacity: 1;
  border-color: rgb(89 169 197 / var(--tw-border-opacity));
}

html :is(.group:hover .group-hover\:absolute) {
  position: absolute;
}

html :is(.group:hover .group-hover\:mx-\[-8px\]) {
  margin-left: -8px;
  margin-right: -8px;
}

html :is(.group:hover .group-hover\:my-\[0px\]) {
  margin-top: 0px;
  margin-bottom: 0px;
}

html :is(.group:hover .group-hover\:mb-\[5px\]) {
  margin-bottom: 5px;
}

html :is(.group:hover .group-hover\:block) {
  display: block;
}

html :is(.group\/parent:hover .group-hover\/parent\:flex) {
  display: flex;
}

html :is(.group\/sub:hover .group-hover\/sub\:flex) {
  display: flex;
}

html :is(.group:hover .group-hover\:flex) {
  display: flex;
}

html :is(.group:hover .group-hover\:hidden) {
  display: none;
}

html :is(.group:hover .group-hover\:h-\[60px\]) {
  height: 60px;
}

html :is(.group:hover .group-hover\:h-auto) {
  height: auto;
}

html :is(.group:hover .group-hover\:w-\[135px\]) {
  width: 135px;
}

html :is(.group:hover .group-hover\:w-\[calc\(100\%\+16px\)\]) {
  width: calc(100% + 16px);
}

html :is(.group:hover .group-hover\:translate-x-\[0px\]) {
  --tw-translate-x: 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));
}

html :is(.group:hover .group-hover\:translate-y-\[-128px\]) {
  --tw-translate-y: -128px;
  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 :is(.group:hover .group-hover\:translate-y-\[0\%\]) {
  --tw-translate-y: 0%;
  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 :is(.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));
}

html :is(.group:hover .group-hover\:scale-110) {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.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 :is(.group:hover .group-hover\:scale-\[110\%\]) {
  --tw-scale-x: 110%;
  --tw-scale-y: 110%;
  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 :is(.group:hover .group-hover\:flex-row) {
  flex-direction: row;
}

html :is(.group:hover .group-hover\:gap-2) {
  gap: 0.5rem;
}

html :is(.group:hover .group-hover\:rounded-b-\[10px\]) {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

html :is(.group:hover .group-hover\:border-defaultColor) {
  --tw-border-opacity: 1;
  border-color: rgb(90 103 120 / var(--tw-border-opacity));
}

html :is(.group:hover .group-hover\:border-orange) {
  --tw-border-opacity: 1;
  border-color: rgb(243 147 67 / var(--tw-border-opacity));
}

html :is(.group:hover .group-hover\:bg-white) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

html :is(.group:hover .group-hover\:text-green) {
  --tw-text-opacity: 1;
  color: rgb(89 169 197 / var(--tw-text-opacity));
}

html :is(.group:hover .group-hover\:text-orange) {
  --tw-text-opacity: 1;
  color: rgb(243 147 67 / var(--tw-text-opacity));
}

html :is(.group:hover .group-hover\:text-white) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

html :is(.group:hover .group-hover\:underline) {
  text-decoration-line: underline;
}

html :is(.group:hover .group-hover\:line-through) {
  text-decoration-line: line-through;
}

html :is(.group:hover .group-hover\:opacity-75) {
  opacity: 0.75;
}

@media (max-width: 767px) {

  html :is(.sm\:pointer-events-none) {
    pointer-events: none;
  }

  html :is(.sm\:absolute) {
    position: absolute;
  }

  html :is(.sm\:relative) {
    position: relative;
  }

  html :is(.sm\:bottom-\[10px\]) {
    bottom: 10px;
  }

  html :is(.sm\:bottom-\[40px\]) {
    bottom: 40px;
  }

  html :is(.sm\:right-\[-5px\]) {
    right: -5px;
  }

  html :is(.sm\:top-\[-10px\]) {
    top: -10px;
  }

  html :is(.sm\:z-\[-1\]) {
    z-index: -1;
  }

  html :is(.sm\:order-1) {
    order: 1;
  }

  html :is(.sm\:\!m-0) {
    margin: 0px !important;
  }

  html :is(.sm\:m-auto) {
    margin: auto;
  }

  html :is(.sm\:\!mx-\[-14px\]) {
    margin-left: -14px !important;
    margin-right: -14px !important;
  }

  html :is(.sm\:\!mx-\[-20px\]) {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }

  html :is(.sm\:\!mx-\[0px\]) {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  html :is(.sm\:\!my-0) {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  html :is(.sm\:mx-0) {
    margin-left: 0px;
    margin-right: 0px;
  }

  html :is(.sm\:mx-\[-10vw\]) {
    margin-left: -10vw;
    margin-right: -10vw;
  }

  html :is(.sm\:mx-\[-15px\]) {
    margin-left: -15px;
    margin-right: -15px;
  }

  html :is(.sm\:mx-\[-22px\]) {
    margin-left: -22px;
    margin-right: -22px;
  }

  html :is(.sm\:mx-\[-40px\]) {
    margin-left: -40px;
    margin-right: -40px;
  }

  html :is(.sm\:mx-\[-7\.5px\]) {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }

  html :is(.sm\:mx-\[0px\]) {
    margin-left: 0px;
    margin-right: 0px;
  }

  html :is(.sm\:mx-\[15px\]) {
    margin-left: 15px;
    margin-right: 15px;
  }

  html :is(.sm\:mx-\[7\.5px\]) {
    margin-left: 7.5px;
    margin-right: 7.5px;
  }

  html :is(.sm\:mx-auto) {
    margin-left: auto;
    margin-right: auto;
  }

  html :is(.sm\:my-\[15px\]) {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  html :is(.sm\:my-\[20px\]) {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  html :is(.sm\:my-\[25px\]) {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  html :is(.sm\:my-\[40px\]) {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  html :is(.sm\:my-\[5px\]) {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  html :is(.sm\:\!mb-\[140px\]) {
    margin-bottom: 140px !important;
  }

  html :is(.sm\:\!ml-0) {
    margin-left: 0px !important;
  }

  html :is(.sm\:\!ml-\[10px\]) {
    margin-left: 10px !important;
  }

  html :is(.sm\:mb-0) {
    margin-bottom: 0px;
  }

  html :is(.sm\:mb-\[0px\]) {
    margin-bottom: 0px;
  }

  html :is(.sm\:mb-\[10px\]) {
    margin-bottom: 10px;
  }

  html :is(.sm\:mb-\[15px\]) {
    margin-bottom: 15px;
  }

  html :is(.sm\:mb-\[20px\]) {
    margin-bottom: 20px;
  }

  html :is(.sm\:mb-\[25px\]) {
    margin-bottom: 25px;
  }

  html :is(.sm\:mb-\[30px\]) {
    margin-bottom: 30px;
  }

  html :is(.sm\:mb-\[5px\]) {
    margin-bottom: 5px;
  }

  html :is(.sm\:ml-\[-5px\]) {
    margin-left: -5px;
  }

  html :is(.sm\:ml-\[115px\]) {
    margin-left: 115px;
  }

  html :is(.sm\:ml-\[5px\]) {
    margin-left: 5px;
  }

  html :is(.sm\:ml-\[8px\]) {
    margin-left: 8px;
  }

  html :is(.sm\:mr-0) {
    margin-right: 0px;
  }

  html :is(.sm\:mr-\[-10px\]) {
    margin-right: -10px;
  }

  html :is(.sm\:mr-\[0px\]) {
    margin-right: 0px;
  }

  html :is(.sm\:mr-\[15px\]) {
    margin-right: 15px;
  }

  html :is(.sm\:mr-\[5px\]) {
    margin-right: 5px;
  }

  html :is(.sm\:mt-0) {
    margin-top: 0px;
  }

  html :is(.sm\:mt-\[-90px\]) {
    margin-top: -90px;
  }

  html :is(.sm\:mt-\[0\]) {
    margin-top: 0;
  }

  html :is(.sm\:mt-\[10px\]) {
    margin-top: 10px;
  }

  html :is(.sm\:mt-\[15px\]) {
    margin-top: 15px;
  }

  html :is(.sm\:mt-\[20px\]) {
    margin-top: 20px;
  }

  html :is(.sm\:mt-\[30px\]) {
    margin-top: 30px;
  }

  html :is(.sm\:mt-\[5px\]) {
    margin-top: 5px;
  }

  html :is(.sm\:block) {
    display: block;
  }

  html :is(.sm\:flex) {
    display: flex;
  }

  html :is(.sm\:table) {
    display: table;
  }

  html :is(.sm\:hidden) {
    display: none;
  }

  html :is(.sm\:\!h-\[200px\]) {
    height: 200px !important;
  }

  html :is(.sm\:\!h-\[93px\]) {
    height: 93px !important;
  }

  html :is(.sm\:\!h-auto) {
    height: auto !important;
  }

  html :is(.sm\:h-4) {
    height: 1rem;
  }

  html :is(.sm\:h-\[40px\]) {
    height: 40px;
  }

  html :is(.sm\:h-\[50px\]) {
    height: 50px;
  }

  html :is(.sm\:h-\[60px\]) {
    height: 60px;
  }

  html :is(.sm\:h-\[65px\]) {
    height: 65px;
  }

  html :is(.sm\:h-\[70vh\]) {
    height: 70vh;
  }

  html :is(.sm\:h-\[80px\]) {
    height: 80px;
  }

  html :is(.sm\:h-\[calc\(100vh-80px\)\]) {
    height: calc(100vh - 80px);
  }

  html :is(.sm\:h-auto) {
    height: auto;
  }

  html :is(.sm\:h-full) {
    height: 100%;
  }

  html :is(.sm\:max-h-\[215px\]) {
    max-height: 215px;
  }

  html :is(.sm\:max-h-\[220px\]) {
    max-height: 220px;
  }

  html :is(.sm\:max-h-\[510px\]) {
    max-height: 510px;
  }

  html :is(.sm\:max-h-\[90\%\]) {
    max-height: 90%;
  }

  html :is(.sm\:\!min-h-\[130px\]) {
    min-height: 130px !important;
  }

  html :is(.sm\:\!min-h-\[340px\]) {
    min-height: 340px !important;
  }

  html :is(.sm\:min-h-\[250px\]) {
    min-height: 250px;
  }

  html :is(.sm\:\!w-\[100\%\]) {
    width: 100% !important;
  }

  html :is(.sm\:\!w-\[12\.33\%\]) {
    width: 12.33% !important;
  }

  html :is(.sm\:\!w-\[350px\]) {
    width: 350px !important;
  }

  html :is(.sm\:\!w-\[calc\(100\%\+28px\)\]) {
    width: calc(100% + 28px) !important;
  }

  html :is(.sm\:\!w-\[calc\(100\%\+40px\)\]) {
    width: calc(100% + 40px) !important;
  }

  html :is(.sm\:\!w-\[calc\(33\.33\%-15px\)\]) {
    width: calc(33.33% - 15px) !important;
  }

  html :is(.sm\:\!w-\[calc\(50\%-5px\)\]) {
    width: calc(50% - 5px) !important;
  }

  html :is(.sm\:\!w-full) {
    width: 100% !important;
  }

  html :is(.sm\:w-4) {
    width: 1rem;
  }

  html :is(.sm\:w-\[100\%\+30px\]) {
    width: 100%+30px;
  }

  html :is(.sm\:w-\[100\%\+44px\]) {
    width: 100%+44px;
  }

  html :is(.sm\:w-\[100\%\]) {
    width: 100%;
  }

  html :is(.sm\:w-\[112px\]) {
    width: 112px;
  }

  html :is(.sm\:w-\[150px\]) {
    width: 150px;
  }

  html :is(.sm\:w-\[30px\]) {
    width: 30px;
  }

  html :is(.sm\:w-\[50\%\]) {
    width: 50%;
  }

  html :is(.sm\:w-\[80\%\]) {
    width: 80%;
  }

  html :is(.sm\:w-\[90\%\]) {
    width: 90%;
  }

  html :is(.sm\:w-\[96\%\]) {
    width: 96%;
  }

  html :is(.sm\:w-\[calc\(100\%\+20vw\)\]) {
    width: calc(100% + 20vw);
  }

  html :is(.sm\:w-\[calc\(100\%\+80px\)\]) {
    width: calc(100% + 80px);
  }

  html :is(.sm\:w-\[calc\(100\%-108px\)\]) {
    width: calc(100% - 108px);
  }

  html :is(.sm\:w-\[calc\(100\%-115px\)\]) {
    width: calc(100% - 115px);
  }

  html :is(.sm\:w-\[calc\(100\%-30px\)\]) {
    width: calc(100% - 30px);
  }

  html :is(.sm\:w-\[calc\(50\%-5px\)\]) {
    width: calc(50% - 5px);
  }

  html :is(.sm\:w-auto) {
    width: auto;
  }

  html :is(.sm\:w-full) {
    width: 100%;
  }

  html :is(.sm\:\!min-w-\[100vw\]) {
    min-width: 100vw !important;
  }

  html :is(.sm\:min-w-\[130px\]) {
    min-width: 130px;
  }

  html :is(.sm\:\!max-w-full) {
    max-width: 100% !important;
  }

  html :is(.sm\:\!max-w-none) {
    max-width: none !important;
  }

  html :is(.sm\:max-w-\[80\%\]) {
    max-width: 80%;
  }

  html :is(.sm\:max-w-\[90\%\]) {
    max-width: 90%;
  }

  html :is(.sm\:max-w-full) {
    max-width: 100%;
  }

  html :is(.sm\:\!columns-1) {
    -moz-columns: 1 !important;
         columns: 1 !important;
  }

  html :is(.sm\:\!grid-cols-1) {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  html :is(.sm\:\!grid-cols-2) {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  html :is(.sm\:\!grid-cols-3) {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

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

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

  html :is(.sm\:flex-row) {
    flex-direction: row;
  }

  html :is(.sm\:\!flex-col) {
    flex-direction: column !important;
  }

  html :is(.sm\:flex-col) {
    flex-direction: column;
  }

  html :is(.sm\:\!flex-wrap) {
    flex-wrap: wrap !important;
  }

  html :is(.sm\:flex-wrap) {
    flex-wrap: wrap;
  }

  html :is(.sm\:items-start) {
    align-items: flex-start;
  }

  html :is(.sm\:items-center) {
    align-items: center;
  }

  html :is(.sm\:justify-start) {
    justify-content: flex-start;
  }

  html :is(.sm\:\!justify-center) {
    justify-content: center !important;
  }

  html :is(.sm\:justify-center) {
    justify-content: center;
  }

  html :is(.sm\:justify-between) {
    justify-content: space-between;
  }

  html :is(.sm\:\!gap-2) {
    gap: 0.5rem !important;
  }

  html :is(.sm\:gap-0) {
    gap: 0px;
  }

  html :is(.sm\:gap-1) {
    gap: 0.25rem;
  }

  html :is(.sm\:gap-2) {
    gap: 0.5rem;
  }

  html :is(.sm\:gap-3) {
    gap: 0.75rem;
  }

  html :is(.sm\:gap-4) {
    gap: 1rem;
  }

  html :is(.sm\:gap-\[10px\]) {
    gap: 10px;
  }

  html :is(.sm\:gap-\[5px\]) {
    gap: 5px;
  }

  html :is(.sm\:gap-x-4) {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  html :is(.sm\:place-self-start) {
    place-self: start;
  }

  html :is(.sm\:self-center) {
    align-self: center;
  }

  html :is(.sm\:justify-self-start) {
    justify-self: start;
  }

  html :is(.sm\:break-all) {
    word-break: break-all;
  }

  html :is(.sm\:rounded-\[0\]) {
    border-radius: 0;
  }

  html :is(.sm\:rounded-\[6px\]) {
    border-radius: 6px;
  }

  html :is(.sm\:border) {
    border-width: 1px;
  }

  html :is(.sm\:border-0) {
    border-width: 0px;
  }

  html :is(.sm\:border-b) {
    border-bottom-width: 1px;
  }

  html :is(.sm\:border-r-0) {
    border-right-width: 0px;
  }

  html :is(.sm\:border-\[\#e1e1e1\]) {
    --tw-border-opacity: 1;
    border-color: rgb(225 225 225 / var(--tw-border-opacity));
  }

  html :is(.sm\:border-borderGray) {
    --tw-border-opacity: 1;
    border-color: rgb(225 225 225 / var(--tw-border-opacity));
  }

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

  html :is(.sm\:\!p-0) {
    padding: 0px !important;
  }

  html :is(.sm\:\!p-\[15px\]) {
    padding: 15px !important;
  }

  html :is(.sm\:p-\[0px\]) {
    padding: 0px;
  }

  html :is(.sm\:p-\[10px\]) {
    padding: 10px;
  }

  html :is(.sm\:p-\[15px\]) {
    padding: 15px;
  }

  html :is(.sm\:p-\[20px\]) {
    padding: 20px;
  }

  html :is(.sm\:p-\[25px\]) {
    padding: 25px;
  }

  html :is(.sm\:\!px-\[0px\]) {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  html :is(.sm\:\!px-\[10px\]) {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  html :is(.sm\:\!px-\[15px\]) {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  html :is(.sm\:\!px-\[8px\]) {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  html :is(.sm\:\!py-\[0px\]) {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  html :is(.sm\:px-0) {
    padding-left: 0px;
    padding-right: 0px;
  }

  html :is(.sm\:px-\[0px\]) {
    padding-left: 0px;
    padding-right: 0px;
  }

  html :is(.sm\:px-\[10px\]) {
    padding-left: 10px;
    padding-right: 10px;
  }

  html :is(.sm\:px-\[15px\]) {
    padding-left: 15px;
    padding-right: 15px;
  }

  html :is(.sm\:px-\[20px\]) {
    padding-left: 20px;
    padding-right: 20px;
  }

  html :is(.sm\:px-\[25px\]) {
    padding-left: 25px;
    padding-right: 25px;
  }

  html :is(.sm\:px-\[30px\]) {
    padding-left: 30px;
    padding-right: 30px;
  }

  html :is(.sm\:py-\[10px\]) {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  html :is(.sm\:py-\[15px\]) {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  html :is(.sm\:py-\[20px\]) {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  html :is(.sm\:py-\[25px\]) {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  html :is(.sm\:\!pt-\[25px\]) {
    padding-top: 25px !important;
  }

  html :is(.sm\:pb-\[10px\]) {
    padding-bottom: 10px;
  }

  html :is(.sm\:pb-\[15px\]) {
    padding-bottom: 15px;
  }

  html :is(.sm\:pl-0) {
    padding-left: 0px;
  }

  html :is(.sm\:pl-\[10px\]) {
    padding-left: 10px;
  }

  html :is(.sm\:pr-0) {
    padding-right: 0px;
  }

  html :is(.sm\:pt-\[10px\]) {
    padding-top: 10px;
  }

  html :is(.sm\:pt-\[15px\]) {
    padding-top: 15px;
  }

  html :is(.sm\:text-center) {
    text-align: center;
  }

  html :is(.sm\:font-Poppins-Medium) {
    font-family: Poppins-Medium;
  }

  html :is(.sm\:\!text-\[16px\]) {
    font-size: 16px !important;
  }

  html :is(.sm\:text-\[12px\]) {
    font-size: 12px;
  }

  html :is(.sm\:text-\[13px\]) {
    font-size: 13px;
  }

  html :is(.sm\:text-\[14px\]) {
    font-size: 14px;
  }

  html :is(.sm\:text-\[16px\]) {
    font-size: 16px;
  }

  html :is(.sm\:text-\[18px\]) {
    font-size: 18px;
  }

  html :is(.sm\:text-\[20px\]) {
    font-size: 20px;
  }

  html :is(.sm\:text-\[22px\]) {
    font-size: 22px;
  }

  html :is(.sm\:text-\[24px\]) {
    font-size: 24px;
  }

  html :is(.sm\:font-medium) {
    font-weight: 500;
  }

  html :is(.sm\:leading-\[16px\]) {
    line-height: 16px;
  }

  html :is(.sm\:leading-\[18px\]) {
    line-height: 18px;
  }

  html :is(.sm\:leading-\[20px\]) {
    line-height: 20px;
  }

  html :is(.sm\:leading-\[22px\]) {
    line-height: 22px;
  }

  html :is(.sm\:leading-\[24px\]) {
    line-height: 24px;
  }

  html :is(.sm\:leading-\[36px\]) {
    line-height: 36px;
  }

  html :is(.sm\:leading-\[40px\]) {
    line-height: 40px;
  }

  html :is(.sm\:underline) {
    text-decoration-line: underline;
  }

  html :is(.sm\:before\:mr-\[10px\])::before {
    content: var(--tw-content);
    margin-right: 10px;
  }

  html :is(.sm\:before\:flex)::before {
    content: var(--tw-content);
    display: flex;
  }

  html :is(.sm\:before\:\!h-\[300px\])::before {
    content: var(--tw-content);
    height: 300px !important;
  }

  html :is(.sm\:before\:h-auto)::before {
    content: var(--tw-content);
    height: auto;
  }

  html :is(.sm\:before\:h-full)::before {
    content: var(--tw-content);
    height: 100%;
  }

  html :is(.sm\:before\:min-w-\[100px\])::before {
    content: var(--tw-content);
    min-width: 100px;
  }

  html :is(.sm\:before\:items-center)::before {
    content: var(--tw-content);
    align-items: center;
  }

  html :is(.sm\:before\:bg-lightGray)::before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(247 247 247 / var(--tw-bg-opacity));
  }

  html :is(.sm\:before\:px-\[15px\])::before {
    content: var(--tw-content);
    padding-left: 15px;
    padding-right: 15px;
  }

  html :is(.sm\:before\:font-bold)::before {
    content: var(--tw-content);
    font-weight: 700;
  }

  html :is(.sm\:before\:leading-\[40px\])::before {
    content: var(--tw-content);
    line-height: 40px;
  }

  html :is(.sm\:before\:content-\[\'Message\'\])::before {
    --tw-content: 'Message';
    content: var(--tw-content);
  }

  html :is(.sm\:before\:content-\[\'SKU\'\])::before {
    --tw-content: 'SKU';
    content: var(--tw-content);
  }

  html :is(.sm\:empty\:py-\[0px\]:empty) {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (max-width: 980px) {

  html :is(.md\:absolute) {
    position: absolute;
  }

  html :is(.md\:relative) {
    position: relative;
  }

  html :is(.md\:left-\[50\%\]) {
    left: 50%;
  }

  html :is(.md\:order-1) {
    order: 1;
  }

  html :is(.md\:col-span-1) {
    grid-column: span 1 / span 1;
  }

  html :is(.md\:col-span-8) {
    grid-column: span 8 / span 8;
  }

  html :is(.md\:m-auto) {
    margin: auto;
  }

  html :is(.md\:mx-\[-19px\]) {
    margin-left: -19px;
    margin-right: -19px;
  }

  html :is(.md\:mx-\[5px\]) {
    margin-left: 5px;
    margin-right: 5px;
  }

  html :is(.md\:mx-auto) {
    margin-left: auto;
    margin-right: auto;
  }

  html :is(.md\:mb-\[20px\]) {
    margin-bottom: 20px;
  }

  html :is(.md\:ml-0) {
    margin-left: 0px;
  }

  html :is(.md\:ml-\[10px\]) {
    margin-left: 10px;
  }

  html :is(.md\:ml-\[15px\]) {
    margin-left: 15px;
  }

  html :is(.md\:ml-auto) {
    margin-left: auto;
  }

  html :is(.md\:mr-0) {
    margin-right: 0px;
  }

  html :is(.md\:mr-\[10px\]) {
    margin-right: 10px;
  }

  html :is(.md\:mr-auto) {
    margin-right: auto;
  }

  html :is(.md\:mt-0) {
    margin-top: 0px;
  }

  html :is(.md\:mt-\[0px\]) {
    margin-top: 0px;
  }

  html :is(.md\:mt-\[10px\]) {
    margin-top: 10px;
  }

  html :is(.md\:mt-\[30px\]) {
    margin-top: 30px;
  }

  html :is(.md\:mt-\[5px\]) {
    margin-top: 5px;
  }

  html :is(.md\:block) {
    display: block;
  }

  html :is(.md\:flex) {
    display: flex;
  }

  html :is(.md\:hidden) {
    display: none;
  }

  html :is(.md\:h-\[120px\]) {
    height: 120px;
  }

  html :is(.md\:h-\[170px\]) {
    height: 170px;
  }

  html :is(.md\:h-\[40px\]) {
    height: 40px;
  }

  html :is(.md\:h-\[450px\]) {
    height: 450px;
  }

  html :is(.md\:h-\[50px\]) {
    height: 50px;
  }

  html :is(.md\:h-\[54px\]) {
    height: 54px;
  }

  html :is(.md\:h-auto) {
    height: auto;
  }

  html :is(.md\:h-full) {
    height: 100%;
  }

  html :is(.md\:max-h-\[90\%\]) {
    max-height: 90%;
  }

  html :is(.md\:\!w-\[100\%\]) {
    width: 100% !important;
  }

  html :is(.md\:\!w-\[70\%\]) {
    width: 70% !important;
  }

  html :is(.md\:\!w-\[80px\]) {
    width: 80px !important;
  }

  html :is(.md\:\!w-\[90px\]) {
    width: 90px !important;
  }

  html :is(.md\:\!w-\[calc\(100\%-125px\)\]) {
    width: calc(100% - 125px) !important;
  }

  html :is(.md\:\!w-full) {
    width: 100% !important;
  }

  html :is(.md\:w-\[100\%\]) {
    width: 100%;
  }

  html :is(.md\:w-\[3\.6\%\]) {
    width: 3.6%;
  }

  html :is(.md\:w-\[30\%\]) {
    width: 30%;
  }

  html :is(.md\:w-\[400px\]) {
    width: 400px;
  }

  html :is(.md\:w-\[calc\(100\%\+38px\)\]) {
    width: calc(100% + 38px);
  }

  html :is(.md\:w-\[calc\(100\%-125px\)\]) {
    width: calc(100% - 125px);
  }

  html :is(.md\:w-\[calc\(33\.33\%-18px\)\]) {
    width: calc(33.33% - 18px);
  }

  html :is(.md\:w-auto) {
    width: auto;
  }

  html :is(.md\:w-full) {
    width: 100%;
  }

  html :is(.md\:\!min-w-\[100\%\]) {
    min-width: 100% !important;
  }

  html :is(.md\:min-w-\[30\%\]) {
    min-width: 30%;
  }

  html :is(.md\:\!max-w-\[90\%\]) {
    max-width: 90% !important;
  }

  html :is(.md\:max-w-\[350px\]) {
    max-width: 350px;
  }

  html :is(.md\:max-w-\[440px\]) {
    max-width: 440px;
  }

  html :is(.md\:max-w-full) {
    max-width: 100%;
  }

  html :is(.md\:translate-x-\[-50\%\]) {
    --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));
  }

  html :is(.md\:columns-3) {
    -moz-columns: 3;
         columns: 3;
  }

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

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

  html :is(.md\:flex-row) {
    flex-direction: row;
  }

  html :is(.md\:flex-col) {
    flex-direction: column;
  }

  html :is(.md\:flex-wrap) {
    flex-wrap: wrap;
  }

  html :is(.md\:flex-nowrap) {
    flex-wrap: nowrap;
  }

  html :is(.md\:items-center) {
    align-items: center;
  }

  html :is(.md\:justify-start) {
    justify-content: flex-start;
  }

  html :is(.md\:justify-end) {
    justify-content: flex-end;
  }

  html :is(.md\:justify-center) {
    justify-content: center;
  }

  html :is(.md\:justify-between) {
    justify-content: space-between;
  }

  html :is(.md\:\!gap-4) {
    gap: 1rem !important;
  }

  html :is(.md\:gap-0) {
    gap: 0px;
  }

  html :is(.md\:gap-2) {
    gap: 0.5rem;
  }

  html :is(.md\:gap-3) {
    gap: 0.75rem;
  }

  html :is(.md\:rounded-\[0px\]) {
    border-radius: 0px;
  }

  html :is(.md\:border-t-0) {
    border-top-width: 0px;
  }

  html :is(.md\:border-t-\[1px\]) {
    border-top-width: 1px;
  }

  html :is(.md\:p-\[10px\]) {
    padding: 10px;
  }

  html :is(.md\:\!px-0) {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  html :is(.md\:\!px-\[0px\]) {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  html :is(.md\:\!px-\[10px\]) {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  html :is(.md\:\!px-\[15px\]) {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  html :is(.md\:\!px-\[20px\]) {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  html :is(.md\:px-0) {
    padding-left: 0px;
    padding-right: 0px;
  }

  html :is(.md\:px-\[15px\]) {
    padding-left: 15px;
    padding-right: 15px;
  }

  html :is(.md\:px-\[20px\]) {
    padding-left: 20px;
    padding-right: 20px;
  }

  html :is(.md\:py-\[10px\]) {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  html :is(.md\:py-\[15px\]) {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  html :is(.md\:py-\[50px\]) {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  html :is(.md\:pb-\[0px\]) {
    padding-bottom: 0px;
  }

  html :is(.md\:pb-\[10px\]) {
    padding-bottom: 10px;
  }

  html :is(.md\:pl-0) {
    padding-left: 0px;
  }

  html :is(.md\:pt-0) {
    padding-top: 0px;
  }

  html :is(.md\:pt-\[20px\]) {
    padding-top: 20px;
  }

  html :is(.md\:text-center) {
    text-align: center;
  }

  html :is(.md\:text-\[16px\]) {
    font-size: 16px;
  }

  html :is(.md\:text-\[18px\]) {
    font-size: 18px;
  }

  html :is(.md\:text-\[20px\]) {
    font-size: 20px;
  }

  html :is(.md\:text-\[22px\]) {
    font-size: 22px;
  }

  html :is(.md\:text-\[30px\]) {
    font-size: 30px;
  }

  html :is(.md\:leading-\[100\%\]) {
    line-height: 100%;
  }

  html :is(.md\:leading-\[20px\]) {
    line-height: 20px;
  }

  html :is(.md\:leading-\[36px\]) {
    line-height: 36px;
  }

  html :is(.md\:before\:mr-\[15px\])::before {
    content: var(--tw-content);
    margin-right: 15px;
  }

  html :is(.md\:before\:h-\[40px\])::before {
    content: var(--tw-content);
    height: 40px;
  }

  html :is(.md\:before\:w-\[110px\])::before {
    content: var(--tw-content);
    width: 110px;
  }

  html :is(.md\:before\:bg-orange)::before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(243 147 67 / var(--tw-bg-opacity));
  }

  html :is(.md\:before\:pl-\[15px\])::before {
    content: var(--tw-content);
    padding-left: 15px;
  }

  html :is(.md\:before\:font-Poppins-SemiBold)::before {
    content: var(--tw-content);
    font-family: Poppins-SemiBold;
  }

  html :is(.md\:before\:leading-\[40px\])::before {
    content: var(--tw-content);
    line-height: 40px;
  }

  html :is(.md\:before\:text-white)::before {
    content: var(--tw-content);
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  html :is(.md\:before\:content-\[\'Action\'\])::before {
    --tw-content: 'Action';
    content: var(--tw-content);
  }

  html :is(.md\:before\:content-\[\'Date\'\])::before {
    --tw-content: 'Date';
    content: var(--tw-content);
  }

  html :is(.md\:before\:content-\[\'Order\'\])::before {
    --tw-content: 'Order';
    content: var(--tw-content);
  }

  html :is(.md\:before\:content-\[\'OrderTotal\'\])::before {
    --tw-content: 'OrderTotal';
    content: var(--tw-content);
  }

  html :is(.md\:before\:content-\[\'Status\'\])::before {
    --tw-content: 'Status';
    content: var(--tw-content);
  }

  html :is(.md\:after\:my-\[20px\])::after {
    content: var(--tw-content);
    margin-top: 20px;
    margin-bottom: 20px;
  }

  html :is(.md\:after\:block)::after {
    content: var(--tw-content);
    display: block;
  }

  html :is(.md\:after\:h-\[1px\])::after {
    content: var(--tw-content);
    height: 1px;
  }

  html :is(.md\:after\:w-full)::after {
    content: var(--tw-content);
    width: 100%;
  }

  html :is(.md\:after\:bg-\[\#e1e1e1\])::after {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(225 225 225 / var(--tw-bg-opacity));
  }

  html :is(.md\:after\:content-\[\'\'\])::after {
    --tw-content: '';
    content: var(--tw-content);
  }
}

@media (max-width: 1150px) {

  html :is(.lg\:col-span-5) {
    grid-column: span 5 / span 5;
  }

  html :is(.lg\:m-auto) {
    margin: auto;
  }

  html :is(.lg\:mx-auto) {
    margin-left: auto;
    margin-right: auto;
  }

  html :is(.lg\:my-\[15px\]) {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  html :is(.lg\:mb-\[10px\]) {
    margin-bottom: 10px;
  }

  html :is(.lg\:ml-0) {
    margin-left: 0px;
  }

  html :is(.lg\:mt-\[0px\]) {
    margin-top: 0px;
  }

  html :is(.lg\:mt-\[10px\]) {
    margin-top: 10px;
  }

  html :is(.lg\:mt-\[20px\]) {
    margin-top: 20px;
  }

  html :is(.lg\:h-\[100px\]) {
    height: 100px;
  }

  html :is(.lg\:h-\[200px\]) {
    height: 200px;
  }

  html :is(.lg\:h-\[270px\]) {
    height: 270px;
  }

  html :is(.lg\:h-\[500px\]) {
    height: 500px;
  }

  html :is(.lg\:h-\[60px\]) {
    height: 60px;
  }

  html :is(.lg\:h-\[650px\]) {
    height: 650px;
  }

  html :is(.lg\:h-auto) {
    height: auto;
  }

  html :is(.lg\:min-h-0) {
    min-height: 0px;
  }

  html :is(.lg\:min-h-\[410px\]) {
    min-height: 410px;
  }

  html :is(.lg\:\!w-\[235px\]) {
    width: 235px !important;
  }

  html :is(.lg\:\!w-\[50\%\]) {
    width: 50% !important;
  }

  html :is(.lg\:\!w-\[calc\(100\%\+40px\)\]) {
    width: calc(100% + 40px) !important;
  }

  html :is(.lg\:\!w-\[calc\(100\%-660px\)\]) {
    width: calc(100% - 660px) !important;
  }

  html :is(.lg\:w-\[100px\]) {
    width: 100px;
  }

  html :is(.lg\:w-\[23\.33\%\]) {
    width: 23.33%;
  }

  html :is(.lg\:w-\[25\%\]) {
    width: 25%;
  }

  html :is(.lg\:w-\[250px\]) {
    width: 250px;
  }

  html :is(.lg\:w-\[330px\]) {
    width: 330px;
  }

  html :is(.lg\:w-\[65px\]) {
    width: 65px;
  }

  html :is(.lg\:w-\[70px\]) {
    width: 70px;
  }

  html :is(.lg\:w-\[75\%\]) {
    width: 75%;
  }

  html :is(.lg\:w-\[calc\(100\%-250px\)\]) {
    width: calc(100% - 250px);
  }

  html :is(.lg\:w-\[calc\(16\.66\%-15px\)\]) {
    width: calc(16.66% - 15px);
  }

  html :is(.lg\:w-\[calc\(33\.33\%-18px\)\]) {
    width: calc(33.33% - 18px);
  }

  html :is(.lg\:min-w-\[70px\]) {
    min-width: 70px;
  }

  html :is(.lg\:max-w-full) {
    max-width: 100%;
  }

  html :is(.lg\:\!columns-4) {
    -moz-columns: 4 !important;
         columns: 4 !important;
  }

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

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

  html :is(.lg\:flex-col) {
    flex-direction: column;
  }

  html :is(.lg\:flex-wrap) {
    flex-wrap: wrap;
  }

  html :is(.lg\:justify-center) {
    justify-content: center;
  }

  html :is(.lg\:gap-0) {
    gap: 0px;
  }

  html :is(.lg\:gap-2) {
    gap: 0.5rem;
  }

  html :is(.lg\:gap-3) {
    gap: 0.75rem;
  }

  html :is(.lg\:gap-5) {
    gap: 1.25rem;
  }

  html :is(.lg\:px-0) {
    padding-left: 0px;
    padding-right: 0px;
  }

  html :is(.lg\:px-\[0px\]) {
    padding-left: 0px;
    padding-right: 0px;
  }

  html :is(.lg\:px-\[10px\]) {
    padding-left: 10px;
    padding-right: 10px;
  }

  html :is(.lg\:px-\[20px\]) {
    padding-left: 20px;
    padding-right: 20px;
  }

  html :is(.lg\:pl-\[20px\]) {
    padding-left: 20px;
  }

  html :is(.lg\:pt-\[0px\]) {
    padding-top: 0px;
  }

  html :is(.lg\:text-center) {
    text-align: center;
  }

  html :is(.lg\:text-\[14px\]) {
    font-size: 14px;
  }

  html :is(.lg\:text-\[18px\]) {
    font-size: 18px;
  }
}

@media (max-width: 1440px) {

  html :is(.xl\:left-\[1vw\]) {
    left: 1vw;
  }

  html :is(.xl\:\!mx-\[-20px\]) {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }

  html :is(.xl\:mx-0) {
    margin-left: 0px;
    margin-right: 0px;
  }

  html :is(.xl\:h-\[auto\]) {
    height: auto;
  }

  html :is(.xl\:max-h-\[400px\]) {
    max-height: 400px;
  }

  html :is(.xl\:w-\[100\%\]) {
    width: 100%;
  }

  html :is(.xl\:w-\[170px\]) {
    width: 170px;
  }

  html :is(.xl\:w-\[23\.33\%\]) {
    width: 23.33%;
  }

  html :is(.xl\:w-\[252px\]) {
    width: 252px;
  }

  html :is(.xl\:w-\[33\.33\%\]) {
    width: 33.33%;
  }

  html :is(.xl\:w-\[94\%\]) {
    width: 94%;
  }

  html :is(.xl\:w-\[calc\(100\%\+25vw\)\]) {
    width: calc(100% + 25vw);
  }

  html :is(.xl\:w-full) {
    width: 100%;
  }

  html :is(.xl\:min-w-0) {
    min-width: 0px;
  }

  html :is(.xl\:\!max-w-none) {
    max-width: none !important;
  }

  html :is(.xl\:max-w-\[100vw\]) {
    max-width: 100vw;
  }

  html :is(.xl\:max-w-full) {
    max-width: 100%;
  }

  html :is(.xl\:columns-5) {
    -moz-columns: 5;
         columns: 5;
  }

  html :is(.xl\:flex-row) {
    flex-direction: row;
  }

  html :is(.xl\:px-\[15px\]) {
    padding-left: 15px;
    padding-right: 15px;
  }

  html :is(.xl\:px-\[20px\]) {
    padding-left: 20px;
    padding-right: 20px;
  }

  html :is(.xl\:px-\[25px\]) {
    padding-left: 25px;
    padding-right: 25px;
  }

  html :is(.xl\:py-\[20px\]) {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  html :is(.xl\:leading-\[40px\]) {
    line-height: 40px;
  }

  html :is(.xl\:before\:h-\[350px\])::before {
    content: var(--tw-content);
    height: 350px;
  }
}

html :is(.\[\&\>div\:focus-within\>div\]\:\!border-none>div:focus-within>div) {
  border-style: none !important;
}

html :is(.\[\&\>div\:nth-child\(3\)\]\:h-full>div:nth-child(3)) {
  height: 100%;
}

html :is(.\[\&\>div\:nth-child\(4\)\>div\>div\:active\]\:text-white>div:nth-child(4)>div>div:active) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

html :is(.\[\&\>div\:nth-child\(4\)\>div\>div\:hover\]\:\!bg-green>div:nth-child(4)>div>div:hover) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(89 169 197 / var(--tw-bg-opacity)) !important;
}

html :is(.\[\&\>div\:nth-child\(4\)\>div\>div\:hover\]\:text-white>div:nth-child(4)>div>div:hover) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

html :is(.\[\&\>div\:nth-child\(4\)\>div\>div\:last-child\]\:mb-0>div:nth-child(4)>div>div:last-child) {
  margin-bottom: 0px;
}

html :is(.\[\&\>div\:nth-child\(4\)\>div\>div\]\:mb-\[5px\]>div:nth-child(4)>div>div) {
  margin-bottom: 5px;
}

html :is(.\[\&\>div\:nth-child\(4\)\>div\>div\]\:rounded-\[6px\]>div:nth-child(4)>div>div) {
  border-radius: 6px;
}

html :is(.\[\&\>div\:nth-child\(4\)\]\:\!my-0>div:nth-child(4)) {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

html :is(.\[\&\>div\:nth-child\(4\)\]\:bg-lightGray>div:nth-child(4)) {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}

html :is(.\[\&\>div\:nth-child\(4\)\]\:px-\[5px\]>div:nth-child(4)) {
  padding-left: 5px;
  padding-right: 5px;
}

html :is(.\[\&\>div\:nth-child\(4\)\]\:pb-0>div:nth-child(4)) {
  padding-bottom: 0px;
}

html :is(.\[\&\>div\>div\:nth-child\(2\)\>div\>div\]\:\!min-w-\[14\.28\%\]>div>div:nth-child(2)>div>div) {
  min-width: 14.28% !important;
}

html :is(.\[\&\>div\>div\>span\]\:hidden>div>div>span) {
  display: none;
}

html :is(.\[\&\>div\>div\]\:flex>div>div) {
  display: flex;
}

html :is(.\[\&\>div\>div\]\:flex-wrap>div>div) {
  flex-wrap: wrap;
}

html :is(.\[\&\>div\]\:flex>div) {
  display: flex;
}

html :is(.\[\&\>div\]\:max-w-full>div) {
  max-width: 100%;
}

html :is(.\[\&\>div\]\:flex-wrap>div) {
  flex-wrap: wrap;
}

html :is(.\[\&\>div\]\:justify-center>div) {
  justify-content: center;
}

html :is(.\[\&\>div\]\:gap-\[5px\]>div) {
  gap: 5px;
}

html :is(.\[\&\>div\]\:rounded-\[6px\]>div) {
  border-radius: 6px;
}

html :is(.\[\&\>div\]\:border>div) {
  border-width: 1px;
}

html :is(.\[\&\>div\]\:border-lightGray8>div) {
  --tw-border-opacity: 1;
  border-color: rgb(232 232 232 / var(--tw-border-opacity));
}

html :is(.\[\&\>div\]\:bg-lightGray>div) {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}

html :is(.\[\&\>div\]\:focus-within\:outline-none:focus-within>div) {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

html :is(.\[\&\>span\]\:\!text-\[14px\]>span) {
  font-size: 14px !important;
}

html :is(.\[\&\>span\]\:font-medium>span) {
  font-weight: 500;
}

html :is(.\[\&_\.\\dd__selectControl\]\:\!h-\[40px\] .\dd selectControl) {
  height: 40px !important;
}

html :is(.\[\&_div\:nth-child\(2\)\]\:w-\[90px\] div:nth-child(2)) {
  width: 90px;
}

@media (max-width: 767px) {

  html :is(.sm\:\[\&_div\:nth-child\(2\)\]\:w-\[70px\] div:nth-child(2)) {
    width: 70px;
  }
}

html :is(.\[\&_h2\]\:w-full h2) {
  width: 100%;
}

html :is(.\[\&_h2\]\:text-\[18px\] h2) {
  font-size: 18px;
}

html :is(.\[\&_h2\]\:font-bold h2) {
  font-weight: 700;
}

html :is(.\[\&_h2\]\:leading-\[18px\] h2) {
  line-height: 18px;
}

html :is(.\[\&_h2\]\:text-orange h2) {
  --tw-text-opacity: 1;
  color: rgb(243 147 67 / var(--tw-text-opacity));
}

html :is(.\[\&_h3\]\:w-full h3) {
  width: 100%;
}

html :is(.\[\&_h3\]\:text-\[18px\] h3) {
  font-size: 18px;
}

html :is(.\[\&_h3\]\:font-bold h3) {
  font-weight: 700;
}

html :is(.\[\&_h3\]\:leading-\[18px\] h3) {
  line-height: 18px;
}

html :is(.\[\&_h3\]\:text-orange h3) {
  --tw-text-opacity: 1;
  color: rgb(243 147 67 / var(--tw-text-opacity));
}

html :is(.\[\&_img\]\:absolute img) {
  position: absolute;
}

html :is(.\[\&_img\]\:right-0 img) {
  right: 0px;
}

html :is(.\[\&_img\]\:top-0 img) {
  top: 0px;
}

html :is(.\[\&_img\]\:w-\[90px\] img) {
  width: 90px;
}

html :is(.\[\&_img\]\:min-w-\[90px\] img) {
  min-width: 90px;
}

@media (max-width: 767px) {

  html :is(.sm\:\[\&_img\]\:w-\[70px\] img) {
    width: 70px;
  }

  html :is(.sm\:\[\&_img\]\:min-w-\[70px\] img) {
    min-width: 70px;
  }
}

html :is(.\[\&_p\:last-child\]\:mt-\[5px\] p:last-child) {
  margin-top: 5px;
}

html :is(.\[\&_p\>small\]\:mb-0 p>small) {
  margin-bottom: 0px;
}

html :is(.\[\&_p\>small\]\:\!text-\[10px\] p>small) {
  font-size: 10px !important;
}

html :is(.\[\&_p\>small\]\:text-black600 p>small) {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

html :is(.\[\&_p\]\:line-clamp-4 p) {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

html :is(.\[\&_p\]\:overflow-hidden p) {
  overflow: hidden;
}

html :is(.\[\&_p\]\:text-ellipsis p) {
  text-overflow: ellipsis;
}

html :is(.\[\&_p\]\:text-\[14px\] p) {
  font-size: 14px;
}

html :is(.\[\&_p\]\:tracking-wide p) {
  letter-spacing: 0.025em;
}

html :is(.\[\&_p\]\:text-black600 p) {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

html :is(.\[\&_svg\]\:text-orange svg) {
  --tw-text-opacity: 1;
  color: rgb(243 147 67 / var(--tw-text-opacity));
}

@font-face {
  font-family: "Poppins-Bold";
  src: url(/_next/static/media/Poppins-Bold.082e3cb7.woff2) format("woff2"),
    url(/_next/static/media/Poppins-Bold.6ee37f8b.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins-SemiBold";
  src: url(/_next/static/media/Poppins-SemiBold.6b1e57f3.woff2) format("woff2"),
    url(/_next/static/media/Poppins-SemiBold.7aeaae74.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Medium";
  src: url(/_next/static/media/Poppins-Medium.76d77c93.woff2) format("woff2"),
    url(/_next/static/media/Poppins-Medium.75fdb305.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins-Regular";
  src: url(/_next/static/media/Poppins-Regular.93b9c380.woff2) format("woff2"),
    url(/_next/static/media/Poppins-Regular.3fdf71d7.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Acumin-Bold";
  src: url(/_next/static/media/AcuminPro-Bold.8b5a4e54.woff2) format("woff2"),
    url(/_next/static/media/AcuminPro-Bold.94a6ed3c.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Acumin-Regular";
  src: url(/_next/static/media/AcuminPro-Regular.c2033c07.woff2) format("woff2"),
    url(/_next/static/media/AcuminPro-Regular.5386a284.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

