@import "fontface.css";

@import "style.css";

@import "common-style.css";

@import "mainPage/header.css";

@import "mainPage/profile-dropdown.css";

@import "mainPage/login-signup.css";

@import "insidePage/product-list.css";

@import "insidePage/product-details.css";

@import "insidePage/profile.css";

@import "insidePage/faq-contact.css";

@import "insidePage/contact-us.css";

@import "insidePage/cart.css";

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

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

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

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input:-ms-input-placeholder, textarea:-ms-input-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;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

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

*, ::before, ::after{
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container{
  width: 100%;
}

@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}

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

.border-base{
  border-width: 1px;
  border-style: solid;
}

.flexcenter{
  display: flex;
  align-items: center;
  justify-content: center;
}

.flexstart{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.flexstartcenter{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.flexbetweencenter{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flexbetweenstart{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.afterbefore:after {
  content: "";
  position: absolute;
}

/*add*/

.menu-list-active {
  display: block !important;
}

.pointer-events-none{
  pointer-events: none;
}

.visible{
  visibility: visible;
}

.invisible{
  visibility: hidden;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: -webkit-sticky;
  position: sticky;
}

.inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

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

.top-0{
  top: 0px;
}

.left-1\.5{
  left: 0.375rem;
}

.top-4{
  top: 1rem;
}

.left-1{
  left: 0.25rem;
}

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

.top-1\.5{
  top: 0.375rem;
}

.-right-2\.5{
  right: -0.625rem;
}

.top-1{
  top: 0.25rem;
}

.-right-2{
  right: -0.5rem;
}

.bottom-0{
  bottom: 0px;
}

.right-0{
  right: 0px;
}

.left-\[9\%\]{
  left: 9%;
}

.top-5{
  top: 1.25rem;
}

.top-\[47px\]{
  top: 47px;
}

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

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

.-left-\[1px\]{
  left: -1px;
}

.-top-\[51px\]{
  top: -51px;
}

.-right-\[33px\]{
  right: -33px;
}

.top-2{
  top: 0.5rem;
}

.left-2{
  left: 0.5rem;
}

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

.bottom-6{
  bottom: 1.5rem;
}

.-top-1\.5{
  top: -0.375rem;
}

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

.-bottom-1\.5{
  bottom: -0.375rem;
}

.-bottom-1{
  bottom: -0.25rem;
}

.left-4{
  left: 1rem;
}

.left-0{
  left: 0px;
}

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

.top-\[40px\]{
  top: 40px;
}

.bottom-0\.5{
  bottom: 0.125rem;
}

.right-0\.5{
  right: 0.125rem;
}

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

.left-0\.5{
  left: 0.125rem;
}

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

.-left-2{
  left: -0.5rem;
}

.top-\[42px\]{
  top: 42px;
}

.bottom-2{
  bottom: 0.5rem;
}

.-right-0\.5{
  right: -0.125rem;
}

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

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

.-top-\[110px\]{
  top: -110px;
}

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

.right-\[15px\]{
  right: 15px;
}

.-bottom-0\.5{
  bottom: -0.125rem;
}

.right-auto{
  right: auto;
}

.-bottom-0{
  bottom: -0px;
}

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

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

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

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

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

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

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

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

.order-2{
  order: 2;
}

.order-1{
  order: 1;
}

.float-left{
  float: left;
}

.m-0{
  margin: 0px;
}

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

.mx-1\.5{
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}

.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

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

.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}

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

.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}

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

.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mx-0\.5{
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

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

.mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.mr-4{
  margin-right: 1rem;
}

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

.ml-2\.5{
  margin-left: 0.625rem;
}

.ml-2{
  margin-left: 0.5rem;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.mr-1{
  margin-right: 0.25rem;
}

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

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

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

.mr-2{
  margin-right: 0.5rem;
}

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

.mr-\[5px\]{
  margin-right: 5px;
}

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

.mr-1\.5{
  margin-right: 0.375rem;
}

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

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

.mr-3{
  margin-right: 0.75rem;
}

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

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

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

.mr-\[13px\]{
  margin-right: 13px;
}

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

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

.mr-0{
  margin-right: 0px;
}

.mr-2\.5{
  margin-right: 0.625rem;
}

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

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

.mr-6{
  margin-right: 1.5rem;
}

.mb-3\.5{
  margin-bottom: 0.875rem;
}

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

.ml-3{
  margin-left: 0.75rem;
}

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

.mb-2\.5{
  margin-bottom: 0.625rem;
}

.ml-4{
  margin-left: 1rem;
}

.mt-2\.5{
  margin-top: 0.625rem;
}

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

.ml-0\.5{
  margin-left: 0.125rem;
}

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

.ml-1{
  margin-left: 0.25rem;
}

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

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

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

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

.ml-1\.5{
  margin-left: 0.375rem;
}

.mb-0{
  margin-bottom: 0px;
}

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

.mb-1\.5{
  margin-bottom: 0.375rem;
}

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

.mb-0\.5{
  margin-bottom: 0.125rem;
}

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

.mr-8{
  margin-right: 2rem;
}

.ml-3\.5{
  margin-left: 0.875rem;
}

.mr-3\.5{
  margin-right: 0.875rem;
}

.mr-5{
  margin-right: 1.25rem;
}

.mr-\[9px\]{
  margin-right: 9px;
}

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

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

.ml-6{
  margin-left: 1.5rem;
}

.mb-10{
  margin-bottom: 2.5rem;
}

.ml-10{
  margin-left: 2.5rem;
}

.ml-\[20\.5px\]{
  margin-left: 20.5px;
}

.mr-\[15px\]{
  margin-right: 15px;
}

.mr-10{
  margin-right: 2.5rem;
}

.ml-\[9px\]{
  margin-left: 9px;
}

.ml-\[34\.5px\]{
  margin-left: 34.5px;
}

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

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

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

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

.box-border{
  box-sizing: border-box;
}

.block{
  display: block;
}

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

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.inline-flex{
  display: inline-flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.contents{
  display: contents;
}

.hidden{
  display: none;
}

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

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

.h-8{
  height: 2rem;
}

.h-\[calc\(100vh-61px\)\]{
  height: calc(100vh - 61px);
}

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

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

.h-full{
  height: 100%;
}

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

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

.h-9{
  height: 2.25rem;
}

.h-7{
  height: 1.75rem;
}

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

.h-\[72\]{
  height: 72;
}

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

.h-2{
  height: 0.5rem;
}

.h-5{
  height: 1.25rem;
}

.h-10{
  height: 2.5rem;
}

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

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

.h-11{
  height: 2.75rem;
}

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

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

.h-\[calc\(100vh-125px\)\]{
  height: calc(100vh - 125px);
}

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

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

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

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

.h-1\.5{
  height: 0.375rem;
}

.h-1{
  height: 0.25rem;
}

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

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

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

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

.h-3{
  height: 0.75rem;
}

.h-16{
  height: 4rem;
}

.h-auto{
  height: auto;
}

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

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

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

.h-4{
  height: 1rem;
}

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

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

.h-6{
  height: 1.5rem;
}

.max-h-7{
  max-height: 1.75rem;
}

.max-h-full{
  max-height: 100%;
}

.max-h-\[calc\(100\%-274px\)\]{
  max-height: calc(100% - 274px);
}

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

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

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

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

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

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

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

.w-full{
  width: 100%;
}

.w-\[94\%\]{
  width: 94%;
}

.w-8{
  width: 2rem;
}

.w-\[calc\(100\%-22px\)\]{
  width: calc(100% - 22px);
}

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

.w-\[calc\(25\%-12px\)\]{
  width: calc(25% - 12px);
}

.w-1\/4{
  width: 25%;
}

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

.w-\[69\%\]{
  width: 69%;
}

.w-auto{
  width: auto;
}

.w-\[80\%\]{
  width: 80%;
}

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

.w-\[calc\(100\%-75px\)\]{
  width: calc(100% - 75px);
}

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

.w-\[49\%\]{
  width: 49%;
}

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

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

.w-\[31\%\]{
  width: 31%;
}

.w-5{
  width: 1.25rem;
}

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

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

.w-\[48\%\]{
  width: 48%;
}

.w-\[calc\(100\%-50px\)\]{
  width: calc(100% - 50px);
}

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

.w-\[calc\(100\%-112px\)\]{
  width: calc(100% - 112px);
}

.w-2{
  width: 0.5rem;
}

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

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

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

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

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

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

.w-\[90\%\]{
  width: 90%;
}

.w-\[calc\(100\%-66px\)\]{
  width: calc(100% - 66px);
}

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

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

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

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

.w-3{
  width: 0.75rem;
}

.w-16{
  width: 4rem;
}

.w-14{
  width: 3.5rem;
}

.w-9{
  width: 2.25rem;
}

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

.w-\[calc\(100\%-85px\)\]{
  width: calc(100% - 85px);
}

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

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

.w-10{
  width: 2.5rem;
}

.w-\[calc\(25\%-10px\)\]{
  width: calc(25% - 10px);
}

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

.w-\[calc\(100\%-104px\)\]{
  width: calc(100% - 104px);
}

.w-6{
  width: 1.5rem;
}

.w-\[calc\(100\%-200px\)\]{
  width: calc(100% - 200px);
}

.w-4{
  width: 1rem;
}

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

.w-\[45\%\]{
  width: 45%;
}

.w-36{
  width: 9rem;
}

.w-\[36\%\]{
  width: 36%;
}

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

.w-\[40\%\]{
  width: 40%;
}

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

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

.w-11{
  width: 2.75rem;
}

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

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

.w-\[32\%\]{
  width: 32%;
}

.w-\[23\%\]{
  width: 23%;
}

.w-\[8\%\]{
  width: 8%;
}

.w-\[50\%\]{
  width: 50%;
}

.w-\[24\%\]{
  width: 24%;
}

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

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

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

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

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

.max-w-full{
  max-width: 100%;
}

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

.max-w-\[95\%\]{
  max-width: 95%;
}

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

.-translate-y-full{
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-full{
  --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));
}

.-translate-x-full{
  --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));
}

.rotate-90{
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-125{
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer{
  cursor: pointer;
}

.resize-none{
  resize: none;
}

.resize{
  resize: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-auto{
  overflow: auto;
}

.overflow-hidden{
  overflow: hidden;
}

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

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

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

.rounded-sm{
  border-radius: 0.125rem;
}

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

.rounded{
  border-radius: 0.25rem;
}

.rounded-md{
  border-radius: 0.375rem;
}

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

.rounded-none{
  border-radius: 0px;
}

.rounded-3xl{
  border-radius: 1.5rem;
}

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

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

.rounded-b-sm{
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.rounded-t-md{
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.rounded-b-md{
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.border-2{
  border-width: 2px;
}

.border{
  border-width: 1px;
}

.border-y{
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.border-x-0{
  border-left-width: 0px;
  border-right-width: 0px;
}

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

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

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

.border-l{
  border-left-width: 1px;
}

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

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

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

.border-gray-40{
  --tw-border-opacity: 1;
  border-color: rgb(220 224 229 / var(--tw-border-opacity));
}

.border-gray-50{
  --tw-border-opacity: 1;
  border-color: rgb(192 196 204 / var(--tw-border-opacity));
}

.border-gray-30{
  --tw-border-opacity: 1;
  border-color: rgb(235 238 242 / var(--tw-border-opacity));
}

.border-gray-60{
  --tw-border-opacity: 1;
  border-color: rgb(148 155 168 / var(--tw-border-opacity));
}

.border-warning-20{
  --tw-border-opacity: 1;
  border-color: rgb(255 207 174 / var(--tw-border-opacity));
}

.border-gray-10{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-transparent-10{
  border-color: transparent;
}

.border-brown-60{
  --tw-border-opacity: 1;
  border-color: rgb(153 126 107 / var(--tw-border-opacity));
}

.border-gray-70{
  --tw-border-opacity: 1;
  border-color: rgb(102 111 127 / var(--tw-border-opacity));
}

.border-navyblue-40{
  --tw-border-opacity: 1;
  border-color: rgb(103 153 198 / var(--tw-border-opacity));
}

.border-gray-90{
  --tw-border-opacity: 1;
  border-color: rgb(12 14 20 / var(--tw-border-opacity));
}

.border-navyblue-30{
  --tw-border-opacity: 1;
  border-color: rgb(141 182 219 / var(--tw-border-opacity));
}

.border-navyblue-60{
  --tw-border-opacity: 1;
  border-color: rgb(46 103 153 / var(--tw-border-opacity));
}

.bg-gray-0\.4{
  background-color: rgba(14, 13, 25, 0.04);
}

.bg-gray-10{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-brown-30{
  --tw-bg-opacity: 1;
  background-color: rgb(219 197 175 / var(--tw-bg-opacity));
}

.bg-red-20{
  --tw-bg-opacity: 1;
  background-color: rgb(255 112 72 / var(--tw-bg-opacity));
}

.bg-\[rgba\(0\2c 0\2c 0\2c 0\.5\)\]{
  background-color: rgba(0,0,0,0.5);
}

.bg-gray-20{
  --tw-bg-opacity: 1;
  background-color: rgb(245 246 247 / var(--tw-bg-opacity));
}

.bg-navyblue-60{
  --tw-bg-opacity: 1;
  background-color: rgb(46 103 153 / var(--tw-bg-opacity));
}

.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(192 196 204 / var(--tw-bg-opacity));
}

.bg-brown-50{
  --tw-bg-opacity: 1;
  background-color: rgb(178 154 134 / var(--tw-bg-opacity));
}

.bg-\[\#EFE0BF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(239 224 191 / var(--tw-bg-opacity));
}

.bg-brown-60{
  --tw-bg-opacity: 1;
  background-color: rgb(153 126 107 / var(--tw-bg-opacity));
}

.bg-gray-30{
  --tw-bg-opacity: 1;
  background-color: rgb(235 238 242 / var(--tw-bg-opacity));
}

.bg-gray-60{
  --tw-bg-opacity: 1;
  background-color: rgb(148 155 168 / var(--tw-bg-opacity));
}

.bg-warning-10{
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 225 / var(--tw-bg-opacity));
}

.bg-gray-90{
  --tw-bg-opacity: 1;
  background-color: rgb(12 14 20 / var(--tw-bg-opacity));
}

.bg-brown-10{
  --tw-bg-opacity: 1;
  background-color: rgb(242 232 218 / var(--tw-bg-opacity));
}

.bg-\[\#D9CECB\]{
  --tw-bg-opacity: 1;
  background-color: rgb(217 206 203 / var(--tw-bg-opacity));
}

.bg-\[\#A8A39F\]{
  --tw-bg-opacity: 1;
  background-color: rgb(168 163 159 / var(--tw-bg-opacity));
}

.bg-\[\#5C5C5F\]{
  --tw-bg-opacity: 1;
  background-color: rgb(92 92 95 / var(--tw-bg-opacity));
}

.bg-\[\#9A7C6B\]{
  --tw-bg-opacity: 1;
  background-color: rgb(154 124 107 / var(--tw-bg-opacity));
}

.bg-\[\#363745\]{
  --tw-bg-opacity: 1;
  background-color: rgb(54 55 69 / var(--tw-bg-opacity));
}

.bg-brown-70{
  --tw-bg-opacity: 1;
  background-color: rgb(122 96 83 / var(--tw-bg-opacity));
}

.bg-\[\#007AFF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 122 255 / var(--tw-bg-opacity));
}

.bg-\[\#56898B\]{
  --tw-bg-opacity: 1;
  background-color: rgb(86 137 139 / var(--tw-bg-opacity));
}

.bg-\[\#716A8A\]{
  --tw-bg-opacity: 1;
  background-color: rgb(113 106 138 / var(--tw-bg-opacity));
}

.bg-\[\#CECBD9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(206 203 217 / var(--tw-bg-opacity));
}

.bg-\[\#AA516C\]{
  --tw-bg-opacity: 1;
  background-color: rgb(170 81 108 / var(--tw-bg-opacity));
}

.bg-\[\#3B384A\]{
  --tw-bg-opacity: 1;
  background-color: rgb(59 56 74 / var(--tw-bg-opacity));
}

.bg-\[\#7667B1\]{
  --tw-bg-opacity: 1;
  background-color: rgb(118 103 177 / var(--tw-bg-opacity));
}

.bg-\[\#639395\]{
  --tw-bg-opacity: 1;
  background-color: rgb(99 147 149 / var(--tw-bg-opacity));
}

.bg-green-70{
  --tw-bg-opacity: 1;
  background-color: rgb(8 76 76 / var(--tw-bg-opacity));
}

.bg-\[\#713E22\]{
  --tw-bg-opacity: 1;
  background-color: rgb(113 62 34 / var(--tw-bg-opacity));
}

.bg-gray-40{
  --tw-bg-opacity: 1;
  background-color: rgb(220 224 229 / var(--tw-bg-opacity));
}

.bg-transparent-10{
  background-color: transparent;
}

.bg-info-10{
  --tw-bg-opacity: 1;
  background-color: rgb(213 231 247 / var(--tw-bg-opacity));
}

.bg-success-40{
  --tw-bg-opacity: 1;
  background-color: rgb(38 191 166 / var(--tw-bg-opacity));
}

.bg-success-10{
  --tw-bg-opacity: 1;
  background-color: rgb(208 244 238 / var(--tw-bg-opacity));
}

.bg-error-10{
  --tw-bg-opacity: 1;
  background-color: rgb(247 210 217 / var(--tw-bg-opacity));
}

.bg-\[url\(\.\.\/images\/arrow-back\.png\)\]{
  background-image: url(../images/arrow-back.png);
}

.bg-\[url\(\.\.\/images\/close-menu\.png\)\]{
  background-image: url(../images/close-menu.png);
}

.bg-\[url\(\.\.\/images\/search\.png\)\]{
  background-image: url(../images/search.png);
}

.bg-\[url\(\.\.\/images\/close-search\.png\)\]{
  background-image: url(../images/close-search.png);
}

.bg-\[url\(\.\.\/images\/cart\/close-notif\.png\)\]{
  background-image: url(../images/cart/close-notif.png);
}

.bg-\[url\(\.\.\/images\/prev\.png\)\]{
  background-image: url(../images/prev.png);
}

.bg-\[url\(\.\.\/images\/next\.png\)\]{
  background-image: url(../images/next.png);
}

.bg-\[url\(\.\.\/images\/next-slide\.png\)\]{
  background-image: url(../images/next-slide.png);
}

.bg-\[url\(\.\.\/images\/next-slide2\.png\)\]{
  background-image: url(../images/next-slide2.png);
}

.bg-\[length\:100\%_100\%\]{
  background-size: 100% 100%;
}

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

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

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

.p-\[7px\]{
  padding: 7px;
}

.p-0{
  padding: 0px;
}

.p-2{
  padding: 0.5rem;
}

.p-6{
  padding: 1.5rem;
}

.p-4{
  padding: 1rem;
}

.p-1{
  padding: 0.25rem;
}

.p-\[11px\]{
  padding: 11px;
}

.p-\[15px\]{
  padding: 15px;
}

.p-2\.5{
  padding: 0.625rem;
}

.p-8{
  padding: 2rem;
}

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

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

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

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

.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

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

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

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

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

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

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

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

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

.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

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

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

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

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

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

.px-1\.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

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

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

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

.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

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

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

.px-3\.5{
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.px-0\.5{
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.py-\[1\.25px\]{
  padding-top: 1.25px;
  padding-bottom: 1.25px;
}

.pt-2\.5{
  padding-top: 0.625rem;
}

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

.pl-6{
  padding-left: 1.5rem;
}

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

.pb-14{
  padding-bottom: 3.5rem;
}

.pb-0{
  padding-bottom: 0px;
}

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

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

.pr-1{
  padding-right: 0.25rem;
}

.pr-8{
  padding-right: 2rem;
}

.pt-1\.5{
  padding-top: 0.375rem;
}

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

.pr-4{
  padding-right: 1rem;
}

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

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

.pr-2{
  padding-right: 0.5rem;
}

.pb-2\.5{
  padding-bottom: 0.625rem;
}

.pl-4{
  padding-left: 1rem;
}

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

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

.pr-6{
  padding-right: 1.5rem;
}

.pl-3{
  padding-left: 0.75rem;
}

.pr-7{
  padding-right: 1.75rem;
}

.pb-\[100px\]{
  padding-bottom: 100px;
}

.pr-\[33px\]{
  padding-right: 33px;
}

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

.pb-12{
  padding-bottom: 3rem;
}

.pl-2{
  padding-left: 0.5rem;
}

.pr-2\.5{
  padding-right: 0.625rem;
}

.pb-3{
  padding-bottom: 0.75rem;
}

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

.pl-\[17px\]{
  padding-left: 17px;
}

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

.pl-\[37px\]{
  padding-left: 37px;
}

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

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

.pl-5{
  padding-left: 1.25rem;
}

.pr-5{
  padding-right: 1.25rem;
}

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

.pt-0{
  padding-top: 0px;
}

.pb-\[18px\]{
  padding-bottom: 18px;
}

.pb-7{
  padding-bottom: 1.75rem;
}

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

.pt-0\.5{
  padding-top: 0.125rem;
}

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

.pl-8{
  padding-left: 2rem;
}

.pl-1\.5{
  padding-left: 0.375rem;
}

.pl-1{
  padding-left: 0.25rem;
}

.pb-\[90px\]{
  padding-bottom: 90px;
}

.pr-\[17px\]{
  padding-right: 17px;
}

.pr-10{
  padding-right: 2.5rem;
}

.pb-\[52px\]{
  padding-bottom: 52px;
}

.pl-0{
  padding-left: 0px;
}

.pb-\[60px\]{
  padding-bottom: 60px;
}

.pb-\[14px\]{
  padding-bottom: 14px;
}

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

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

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

.font-\[IRANYekanEn\]{
  font-family: IRANYekanEn;
}

.font-\[IRANYekan\]{
  font-family: IRANYekan;
}

.text-tiny{
  font-size: 14px;
}

.text-base{
  font-size: 15px;
}

.text-sm{
  font-size: 13px;
}

.text-xs{
  font-size: 12px;
}

.text-lg{
  font-size: 17px;
}

.text-xl{
  font-size: 18px;
}

.text-xxs{
  font-size: 10px;
}

.text-md{
  font-size: 16px;
}

.text-2xl{
  font-size: 20px;
}

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

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

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

.font-medium{
  font-weight: 500;
}

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

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

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

.leading-5{
  line-height: 1.25rem;
}

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

.leading-6{
  line-height: 1.5rem;
}

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

.leading-8{
  line-height: 2rem;
}

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

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

.leading-4{
  line-height: 1rem;
}

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

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

.leading-3{
  line-height: .75rem;
}

.leading-9{
  line-height: 2.25rem;
}

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

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

.leading-10\.5{
  line-height: 42px;
}

.leading-10{
  line-height: 2.5rem;
}

.tracking-\[14px\]{
  letter-spacing: 14px;
}

.text-gray-60{
  --tw-text-opacity: 1;
  color: rgb(148 155 168 / var(--tw-text-opacity));
}

.text-gray-80{
  --tw-text-opacity: 1;
  color: rgb(57 62 71 / var(--tw-text-opacity));
}

.text-gray-70{
  --tw-text-opacity: 1;
  color: rgb(102 111 127 / var(--tw-text-opacity));
}

.text-gray-90{
  --tw-text-opacity: 1;
  color: rgb(12 14 20 / var(--tw-text-opacity));
}

.text-brown-60{
  --tw-text-opacity: 1;
  color: rgb(153 126 107 / var(--tw-text-opacity));
}

.text-brown-80{
  --tw-text-opacity: 1;
  color: rgb(91 73 66 / var(--tw-text-opacity));
}

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

.text-brown-40{
  --tw-text-opacity: 1;
  color: rgb(198 176 155 / var(--tw-text-opacity));
}

.text-blue-60{
  --tw-text-opacity: 1;
  color: rgb(11 60 112 / var(--tw-text-opacity));
}

.text-navyblue-60{
  --tw-text-opacity: 1;
  color: rgb(46 103 153 / var(--tw-text-opacity));
}

.text-gray-30{
  --tw-text-opacity: 1;
  color: rgb(235 238 242 / var(--tw-text-opacity));
}

.text-gray-20{
  --tw-text-opacity: 1;
  color: rgb(245 246 247 / var(--tw-text-opacity));
}

.text-warning-60{
  --tw-text-opacity: 1;
  color: rgb(127 66 25 / var(--tw-text-opacity));
}

.text-red-30{
  --tw-text-opacity: 1;
  color: rgb(255 81 72 / var(--tw-text-opacity));
}

.text-navyblue-50{
  --tw-text-opacity: 1;
  color: rgb(71 127 178 / var(--tw-text-opacity));
}

.text-brown-10{
  --tw-text-opacity: 1;
  color: rgb(242 232 218 / var(--tw-text-opacity));
}

.text-brown-70{
  --tw-text-opacity: 1;
  color: rgb(122 96 83 / var(--tw-text-opacity));
}

.text-warning-50{
  --tw-text-opacity: 1;
  color: rgb(204 113 51 / var(--tw-text-opacity));
}

.text-red-40{
  --tw-text-opacity: 1;
  color: rgb(224 51 42 / var(--tw-text-opacity));
}

.text-info-50{
  --tw-text-opacity: 1;
  color: rgb(38 118 191 / var(--tw-text-opacity));
}

.text-success-60{
  --tw-text-opacity: 1;
  color: rgb(5 102 95 / var(--tw-text-opacity));
}

.text-success-50{
  --tw-text-opacity: 1;
  color: rgb(8 153 139 / var(--tw-text-opacity));
}

.text-error-50{
  --tw-text-opacity: 1;
  color: rgb(191 38 67 / var(--tw-text-opacity));
}

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

.line-through{
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}

.opacity-0{
  opacity: 0;
}

.shadow-normal{
  --tw-shadow:  0px 4px 8px -4px rgba(13, 17, 25, 0.24);
  --tw-shadow-colored: 0px 4px 8px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-editbox{
  --tw-shadow: 0px 8px 16px rgba(13, 17, 25, 0.12);
  --tw-shadow-colored: 0px 8px 16px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-color{
  --tw-shadow: inset 0px 2px 2px rgba(13, 17, 25, 0.16);
  --tw-shadow-colored: inset 0px 2px 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);
}

.shadow-borderbtm{
  --tw-shadow: 0px 1px 0px #e7e8e9;
  --tw-shadow-colored: 0px 1px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.brightness-0{
  --tw-brightness: brightness(0);
  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);
}

.grayscale{
  --tw-grayscale: grayscale(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);
}

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

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

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

.transition{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[350ms\]{
  transition-property: 350ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-\[350ms\]{
  transition-duration: 350ms;
}

.ease-linear{
  transition-timing-function: linear;
}

.after\:transition-base::after {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.after\:bottom-0::after{
  content: var(--tw-content);
  bottom: 0px;
}

.after\:right-\[47\%\]::after{
  content: var(--tw-content);
  right: 47%;
}

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

.after\:-left-3\.5::after{
  content: var(--tw-content);
  left: -0.875rem;
}

.after\:-top-1::after{
  content: var(--tw-content);
  top: -0.25rem;
}

.after\:-left-3::after{
  content: var(--tw-content);
  left: -0.75rem;
}

.after\:-mb-2\.5::after{
  content: var(--tw-content);
  margin-bottom: -0.625rem;
}

.after\:-mb-2::after{
  content: var(--tw-content);
  margin-bottom: -0.5rem;
}

.after\:hidden::after{
  content: var(--tw-content);
  display: none;
}

.after\:h-2\.5::after{
  content: var(--tw-content);
  height: 0.625rem;
}

.after\:h-2::after{
  content: var(--tw-content);
  height: 0.5rem;
}

.after\:h-6::after{
  content: var(--tw-content);
  height: 1.5rem;
}

.after\:w-1\.5::after{
  content: var(--tw-content);
  width: 0.375rem;
}

.after\:w-1::after{
  content: var(--tw-content);
  width: 0.25rem;
}

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

.after\:border-\[5px\]::after{
  content: var(--tw-content);
  border-width: 5px;
}

.after\:border-solid::after{
  content: var(--tw-content);
  border-style: solid;
}

.after\:border-t-gray-90::after{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-top-color: rgb(12 14 20 / var(--tw-border-opacity));
}

.after\:bg-brown-30::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(219 197 175 / var(--tw-bg-opacity));
}

.after\:bg-brown-50::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(178 154 134 / var(--tw-bg-opacity));
}

.after\:bg-gray-50::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(192 196 204 / var(--tw-bg-opacity));
}

.after\:bg-\[url\(\.\.\/images\/left-arrow\.png\)\]::after{
  content: var(--tw-content);
  background-image: url(../images/left-arrow.png);
}

.hover\:rounded:hover{
  border-radius: 0.25rem;
}

.hover\:border-brown-40:hover{
  --tw-border-opacity: 1;
  border-color: rgb(198 176 155 / var(--tw-border-opacity));
}

.hover\:border-brown-70:hover{
  --tw-border-opacity: 1;
  border-color: rgb(122 96 83 / var(--tw-border-opacity));
}

.hover\:border-gray-70:hover{
  --tw-border-opacity: 1;
  border-color: rgb(102 111 127 / var(--tw-border-opacity));
}

.hover\:border-gray-90:hover{
  --tw-border-opacity: 1;
  border-color: rgb(12 14 20 / var(--tw-border-opacity));
}

.hover\:border-gray-40:hover{
  --tw-border-opacity: 1;
  border-color: rgb(220 224 229 / var(--tw-border-opacity));
}

.hover\:border-brown-60:hover{
  --tw-border-opacity: 1;
  border-color: rgb(153 126 107 / var(--tw-border-opacity));
}

.hover\:bg-brown-20:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 212 193 / var(--tw-bg-opacity));
}

.hover\:bg-\[rgba\(13\2c 17\2c 25\2c 0\.04\)\]:hover{
  background-color: rgba(13,17,25,0.04);
}

.hover\:bg-brown-10:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(242 232 218 / var(--tw-bg-opacity));
}

.hover\:bg-brown-30:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(219 197 175 / var(--tw-bg-opacity));
}

.hover\:bg-gray-30:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(235 238 242 / var(--tw-bg-opacity));
}

.hover\:bg-navyblue-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(71 127 178 / var(--tw-bg-opacity));
}

.hover\:bg-brown-80:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(91 73 66 / var(--tw-bg-opacity));
}

.hover\:bg-brown-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(178 154 134 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#1d4267\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(29 66 103 / var(--tw-bg-opacity));
}

.hover\:bg-gray-40:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(220 224 229 / var(--tw-bg-opacity));
}

.hover\:bg-navyblue-60:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(46 103 153 / var(--tw-bg-opacity));
}

.hover\:bg-gray-20:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(245 246 247 / var(--tw-bg-opacity));
}

.hover\:bg-gray-60:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(148 155 168 / var(--tw-bg-opacity));
}

.hover\:text-gray-90:hover{
  --tw-text-opacity: 1;
  color: rgb(12 14 20 / var(--tw-text-opacity));
}

.hover\:text-brown-60:hover{
  --tw-text-opacity: 1;
  color: rgb(153 126 107 / var(--tw-text-opacity));
}

.hover\:text-red-40:hover{
  --tw-text-opacity: 1;
  color: rgb(224 51 42 / var(--tw-text-opacity));
}

.hover\:text-navyblue-60:hover{
  --tw-text-opacity: 1;
  color: rgb(46 103 153 / var(--tw-text-opacity));
}

.hover\:text-navyblue-40:hover{
  --tw-text-opacity: 1;
  color: rgb(103 153 198 / var(--tw-text-opacity));
}

.hover\:brightness-0:hover{
  --tw-brightness: brightness(0);
  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);
}

.hover\:filter-none:hover{
  filter: none;
}

.focus\:border-2:focus{
  border-width: 2px;
}

.focus\:border-gray-90:focus{
  --tw-border-opacity: 1;
  border-color: rgb(12 14 20 / var(--tw-border-opacity));
}

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

.disabled\:bg-gray-50:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(192 196 204 / var(--tw-bg-opacity));
}

.disabled\:text-gray-20:disabled{
  --tw-text-opacity: 1;
  color: rgb(245 246 247 / var(--tw-text-opacity));
}

.group:hover .group-hover\:mb-2\.5{
  margin-bottom: 0.625rem;
}

.group:hover .group-hover\:mb-2{
  margin-bottom: 0.5rem;
}

.group:hover .group-hover\:block{
  display: block;
}

.group:hover .group-hover\:rotate-0{
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:-rotate-90{
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:border-brown-60{
  --tw-border-opacity: 1;
  border-color: rgb(153 126 107 / var(--tw-border-opacity));
}

.group:hover .group-hover\:text-gray-80{
  --tw-text-opacity: 1;
  color: rgb(57 62 71 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-brown-60{
  --tw-text-opacity: 1;
  color: rgb(153 126 107 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-brown-50{
  --tw-text-opacity: 1;
  color: rgb(178 154 134 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-90{
  --tw-text-opacity: 1;
  color: rgb(12 14 20 / var(--tw-text-opacity));
}

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

.group:hover .group-hover\:brightness-0{
  --tw-brightness: brightness(0);
  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);
}

.group:hover .group-hover\:brightness-100{
  --tw-brightness: brightness(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);
}

.group:hover .group-hover\:filter-none{
  filter: none;
}

.group:hover .group-hover\:after\:brightness-0::after{
  content: var(--tw-content);
  --tw-brightness: brightness(0);
  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);
}

@media (min-width: 640px){
  .sm\:mr-6{
    margin-right: 1.5rem;
  }

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

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

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

  .sm\:text-base{
    font-size: 15px;
  }

  .sm\:leading-6{
    line-height: 1.5rem;
  }
}

@media (min-width: 768px){
  .md\:flexcenter{
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .md\:flexstartcenter{
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .md\:flexbetweencenter{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .md\:static{
    position: static;
  }

  .md\:relative{
    position: relative;
  }

  .md\:inset-x-auto{
    left: auto;
    right: auto;
  }

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

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

  .md\:z-0{
    z-index: 0;
  }

  .md\:order-1{
    order: 1;
  }

  .md\:order-2{
    order: 2;
  }

  .md\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:mx-\[9px\]{
    margin-left: 9px;
    margin-right: 9px;
  }

  .md\:mx-2\.5{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

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

  .md\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

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

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

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

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

  .md\:mr-16{
    margin-right: 4rem;
  }

  .md\:mb-0{
    margin-bottom: 0px;
  }

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

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

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

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

  .md\:ml-1\.5{
    margin-left: 0.375rem;
  }

  .md\:ml-1{
    margin-left: 0.25rem;
  }

  .md\:mb-14{
    margin-bottom: 3.5rem;
  }

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

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

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

  .md\:ml-3{
    margin-left: 0.75rem;
  }

  .md\:mr-3{
    margin-right: 0.75rem;
  }

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

  .md\:h-auto{
    height: auto;
  }

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

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

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

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

  .md\:w-\[85\%\]{
    width: 85%;
  }

  .md\:w-\[49\%\]{
    width: 49%;
  }

  .md\:w-\[24\%\]{
    width: 24%;
  }

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

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

  .md\:w-1\/5{
    width: 20%;
  }

  .md\:w-\[32\%\]{
    width: 32%;
  }

  .md\:w-\[48\%\]{
    width: 48%;
  }

  .md\:w-\[20\%\]{
    width: 20%;
  }

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

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

  .md\:w-\[47\.4\%\]{
    width: 47.4%;
  }

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

  .md\:w-\[45\%\]{
    width: 45%;
  }

  .md\:w-3\/4{
    width: 75%;
  }

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

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

  .md\:w-\[calc\(50\%-36px\)\]{
    width: calc(50% - 36px);
  }

  .md\:w-\[calc\(50\%-12px\)\]{
    width: calc(50% - 12px);
  }

  .md\:w-2\/6{
    width: 33.333333%;
  }

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

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

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

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

  .md\:rounded-md{
    border-radius: 0.375rem;
  }

  .md\:border-b-0{
    border-bottom-width: 0px;
  }

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

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

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

  .md\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

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

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

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

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

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

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

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

  .md\:pb-\[100px\]{
    padding-bottom: 100px;
  }

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

  .md\:pr-0{
    padding-right: 0px;
  }

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

  .md\:pl-12{
    padding-left: 3rem;
  }

  .md\:pl-0{
    padding-left: 0px;
  }

  .md\:pr-12{
    padding-right: 3rem;
  }

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

  .md\:pb-0{
    padding-bottom: 0px;
  }

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

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

  .md\:text-base{
    font-size: 15px;
  }

  .md\:text-lg{
    font-size: 17px;
  }

  .md\:text-tiny{
    font-size: 14px;
  }

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

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

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

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

  .md\:leading-10\.5{
    line-height: 42px;
  }

  .md\:leading-10{
    line-height: 2.5rem;
  }

  .md\:text-gray-80{
    --tw-text-opacity: 1;
    color: rgb(57 62 71 / var(--tw-text-opacity));
  }

  .md\:after\:-left-2::after{
    content: var(--tw-content);
    left: -0.5rem;
  }

  .md\:after\:top-2\.5::after{
    content: var(--tw-content);
    top: 0.625rem;
  }

  .md\:after\:top-2::after{
    content: var(--tw-content);
    top: 0.5rem;
  }
}

@media (min-width: 1024px){
  .lg\:flexcenter{
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .lg\:flexstart{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .lg\:sticky{
    position: -webkit-sticky;
    position: sticky;
  }

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

  .lg\:top-2{
    top: 0.5rem;
  }

  .lg\:right-2{
    right: 0.5rem;
  }

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

  .lg\:left-6{
    left: 1.5rem;
  }

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

  .lg\:left-\[-68px\]{
    left: -68px;
  }

  .lg\:order-1{
    order: 1;
  }

  .lg\:order-2{
    order: 2;
  }

  .lg\:mx-3\.5{
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

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

  .lg\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

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

  .lg\:mr-\[23px\]{
    margin-right: 23px;
  }

  .lg\:mb-0{
    margin-bottom: 0px;
  }

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

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

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

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

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

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

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

  .lg\:mr-10{
    margin-right: 2.5rem;
  }

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

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

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

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

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

  .lg\:ml-\[2\%\]{
    margin-left: 2%;
  }

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:h-auto{
    height: auto;
  }

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

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

  .lg\:h-32{
    height: 8rem;
  }

  .lg\:w-\[60\%\]{
    width: 60%;
  }

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

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

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

  .lg\:w-1\/2{
    width: 50%;
  }

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

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

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

  .lg\:w-32{
    width: 8rem;
  }

  .lg\:w-1\/5{
    width: 20%;
  }

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

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

  .lg\:w-\[94\%\]{
    width: 94%;
  }

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

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

  .lg\:w-\[32\%\]{
    width: 32%;
  }

  .lg\:w-\[49\%\]{
    width: 49%;
  }

  .lg\:max-w-\[94\%\]{
    max-width: 94%;
  }

  .lg\:max-w-\[90\%\]{
    max-width: 90%;
  }

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

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

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

  .lg\:border-b-0{
    border-bottom-width: 0px;
  }

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

  .lg\:border-gray-40{
    --tw-border-opacity: 1;
    border-color: rgb(220 224 229 / var(--tw-border-opacity));
  }

  .lg\:p-1{
    padding: 0.25rem;
  }

  .lg\:p-2{
    padding: 0.5rem;
  }

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

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

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

  .lg\:px-3\.5{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

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

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

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

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

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

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

  .lg\:pb-0{
    padding-bottom: 0px;
  }

  .lg\:pr-0{
    padding-right: 0px;
  }

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

  .lg\:pr-6{
    padding-right: 1.5rem;
  }

  .lg\:pl-5{
    padding-left: 1.25rem;
  }

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

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

  .lg\:pb-14{
    padding-bottom: 3.5rem;
  }

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

  .lg\:text-tiny{
    font-size: 14px;
  }

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

  .lg\:text-base{
    font-size: 15px;
  }

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

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

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

  .lg\:text-sm{
    font-size: 13px;
  }

  .lg\:text-md{
    font-size: 16px;
  }

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

  .lg\:leading-8{
    line-height: 2rem;
  }

  .lg\:leading-\[43px\]{
    line-height: 43px;
  }

  .lg\:leading-\[30px\]{
    line-height: 30px;
  }

  .lg\:leading-9{
    line-height: 2.25rem;
  }

  .lg\:leading-6{
    line-height: 1.5rem;
  }

  .lg\:text-gray-90{
    --tw-text-opacity: 1;
    color: rgb(12 14 20 / var(--tw-text-opacity));
  }
}

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

  .xl\:hidden{
    display: none;
  }

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

  .xl\:w-\[40\%\]{
    width: 40%;
  }

  .xl\:w-\[calc\(100\%-446px\)\]{
    width: calc(100% - 446px);
  }

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

  .xl\:w-\[calc\(100\%-340px\)\]{
    width: calc(100% - 340px);
  }

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

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