/*
! tailwindcss v3.2.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: #e5e7eb;
  /* 2 */
}

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

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

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 */
  font-feature-settings: normal;
  /* 5 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* 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-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

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

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

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

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

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

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

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

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

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

.h1Bold {
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
}

@media (min-width: 992px) {
  .h1Bold {
    font-size: 45px;
    line-height: 60px;
  }
}

.h3Bold {
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
}

.h3normal {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

@media (min-width: 992px) {
  .h3normal {
    font-size: 24px;
    line-height: 29px;
  }
}

.h4Large {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

@media (min-width: 992px) {
  .h4Large {
    font-size: 20px;
    line-height: 24px;
  }
}

.h4Bold {
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  --tw-text-opacity: 1;
  color: rgb(34 45 67 / var(--tw-text-opacity));
}

.h4sm {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.05em;
}

.h4smThin {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

@media (min-width: 768px) {
  .h4smThin {
    font-size: 16px;
    line-height: 20px;
  }
}

.h4Normal {
  font-size: 16px;
  line-height: 25px;
  --tw-text-opacity: 1;
  color: rgb(34 45 67 / var(--tw-text-opacity));
}

.h5Thin {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.h5Bold {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(34 45 67 / var(--tw-text-opacity));
}

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

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

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

.pSmall {
  font-size: 8px;
  font-weight: 500;
  line-height: 10px;
  letter-spacing: 0.2em;
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity));
}

.h5normal {
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
}

.h6Bold {
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: 0.2em;
}

.h5LargeBold {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.1em;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.top-0 {
  top: 0px;
}

.left-0 {
  left: 0px;
}

.bottom-\[-25\%\] {
  bottom: -25%;
}

.bottom-0 {
  bottom: 0px;
}

.right-0 {
  right: 0px;
}

.top-\[36\%\] {
  top: 36%;
}

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

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

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

.col-span-6 {
  grid-column: span 6 / span 6;
}

.m-auto {
  margin: auto;
}

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

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

.mx-\[5\%\] {
  margin-left: 5%;
  margin-right: 5%;
}

.mx-\[2\%\] {
  margin-left: 2%;
  margin-right: 2%;
}

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

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

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

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

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

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

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

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

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

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

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

.mb-9 {
  margin-bottom: 2.25rem;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

.h-5 {
  height: 1.25rem;
}

.h-full {
  height: 100%;
}

.h-4\/5 {
  height: 80%;
}

.h-12 {
  height: 3rem;
}

.h-screen {
  height: 100vh;
}

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

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

.w-full {
  width: 100%;
}

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

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

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

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

.w-5 {
  width: 1.25rem;
}

.w-4\/5 {
  width: 80%;
}

.w-44 {
  width: 11rem;
}

.w-52 {
  width: 13rem;
}

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

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

.w-3 {
  width: 0.75rem;
}

.w-1 {
  width: 0.25rem;
}

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

.w-2\/5 {
  width: 40%;
}

.w-32 {
  width: 8rem;
}

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

.w-10 {
  width: 2.5rem;
}

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

.w-screen {
  width: 100vw;
}

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

.w-48 {
  width: 12rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.gap-8 {
  gap: 2rem;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

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

.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.gap-x-12 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

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

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

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

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

.gap-y-12 {
  row-gap: 3rem;
}

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

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded {
  border-radius: 0.25rem;
}

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

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

.rounded-lg {
  border-radius: 0.5rem;
}

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

.border-\[0\.5px\] {
  border-width: 0.5px;
}

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

.border-b-\[0\.5px\] {
  border-bottom-width: 0.5px;
}

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

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

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

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

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

.border-\[\#222D43\] {
  --tw-border-opacity: 1;
  border-color: rgb(34 45 67 / var(--tw-border-opacity));
}

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

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

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

.bg-\[\#F7991A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 153 26 / var(--tw-bg-opacity));
}

.bg-\[\#FFCFC3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 207 195 / var(--tw-bg-opacity));
}

.bg-black\/\[\.45\] {
  background-color: rgb(0 0 0 / .45);
}

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

.p-6 {
  padding: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-9 {
  padding-bottom: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-bottom {
  vertical-align: bottom;
}

.font-custom {
  font-family: montserrat1;
}

.font-\[\#222222\] {
  font-family: #222222;
}

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

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

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

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

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

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

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

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

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

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

.tracking-\[0\.05em\] {
  letter-spacing: 0.05em;
}

.text-\[\#222D43\] {
  --tw-text-opacity: 1;
  color: rgb(34 45 67 / var(--tw-text-opacity));
}

.text-\[\#F7991A\] {
  --tw-text-opacity: 1;
  color: rgb(247 153 26 / var(--tw-text-opacity));
}

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

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

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

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

.text-\[\#5E5E5E\] {
  --tw-text-opacity: 1;
  color: rgb(94 94 94 / var(--tw-text-opacity));
}

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

.text-\[\] {
  color: ;
}

.text-\[\#00adf9\] {
  --tw-text-opacity: 1;
  color: rgb(0 173 249 / var(--tw-text-opacity));
}

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

.decoration-\[\#F7991A\] {
  text-decoration-color: #F7991A;
}

.underline-offset-\[1px\] {
  text-underline-offset: 1px;
}

.underline-offset-\[1\.3px\] {
  text-underline-offset: 1.3px;
}

.opacity-0 {
  opacity: 0;
}

.iti__selected-flag {
  background-color: transparent !important;
}

.commonGradient {
  background: linear-gradient(90deg, #222d43 0%, #454663 56.77%, #6c6083 100%);
}

.offerShadow {
  box-shadow: 0px 3px 25px rgba(59, 74, 116, 0.15);
}

.bestSeller {
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.043);
}

html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

  src: local('Montserrat Thin'), local('Montserrat-Thin'),
    url('./src/assets/fonts/static/Montserrat-Medium.ttf') format('ttf');

  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}

* {
  font-family: 'Montserrat';
}

.slick-dots li img:nth-child(1) {
  display: block;
}

.slick-dots li img:nth-child(2) {
  display: none;
}

.slick-dots li.slick-active img:nth-child(1) {
  display: none;
}

.slick-dots li.slick-active img:nth-child(2) {
  display: block;
}

.slick-dots {
  display: flex;
  position: absolute;
  bottom: 0;
  gap: 16px;
  left: 50%;
}

/* vertical slider */

.progress {
  width: 4px;
  height: 80px;
  background: #e0e0e0;
}

.progress-bar {
  background: #f7991a;
}

.progressbar-active {
  animation-name: progress;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-delay: 0s;
}

.img-slider-div {
  margin-bottom: 100px;
}

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

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

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

@media (min-width: 992px) {
  #nav-extend {
    display: none !important;
  }
}

@media (min-width: 300px) and (max-width: 640px) {
  .slick-nav > div {
    height: 100% !important;
  }

  .slick-track {
    height: 100% !important;
  }

  .draggable {
    height: 100% !important;
  }

  .progress {
    width: 4px;
    height: 70px;
    background: #e0e0e0;
  }
}

@media (min-width: 300px) and (max-width: 992px) {
  .progress {
    width: 4px;
    height: 70px;
    background: #e0e0e0;
  }
}

.hover\:text-slate-500:hover {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}

.hover\:text-\[\]:hover {
  color: ;
}

.hover\:text-\[\#\]:hover {
  color: #;
}

.hover\:text-\[\#0181b8s\]:hover {
  color: #0181b8s;
}

.hover\:text-\[\#0181b8\]:hover {
  --tw-text-opacity: 1;
  color: rgb(1 129 184 / var(--tw-text-opacity));
}

@media (min-width: 450px) {
  .vs\:mx-\[15\%\] {
    margin-left: 15%;
    margin-right: 15%;
  }

  .vs\:w-2\/5 {
    width: 40%;
  }

  .vs\:w-4\/5 {
    width: 80%;
  }

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

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

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

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

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

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

  .vs\:opacity-100 {
    opacity: 1;
  }
}

@media (min-width: 576px) {
  .xs\:col-span-3 {
    grid-column: span 3 / span 3;
  }

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

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

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

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

  .xs\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

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

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

@media (min-width: 640px) {
  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .sm\:flexItemEnd {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }

  .sm\:flexItemStartStart {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }

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

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

  .sm\:block {
    display: block;
  }

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

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

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

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

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

  .sm\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:w-12 {
    width: 3rem;
  }

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

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

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

  .md\:gap-x-24 {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .md\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

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

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

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

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

  .md\:pb-28 {
    padding-bottom: 7rem;
  }

  .md\:pb-20 {
    padding-bottom: 5rem;
  }

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

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

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

@media (min-width: 992px) {
  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

  .lg\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .lg\:gap-x-\[74px\] {
    -moz-column-gap: 74px;
         column-gap: 74px;
  }

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

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

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

  .lg\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .lg\:pr-9 {
    padding-right: 2.25rem;
  }
}

@media (min-width: 1280px) {
  .xl\:mb-\[100px\] {
    margin-bottom: 100px;
  }

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

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

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

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

@media (min-width: 1536px) {
  .\32xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

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