@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;900&display=swap);

@import url(https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap);

@import url(https://fonts.googleapis.com/css2?family=Rubik+Puddles&display=swap);

@import url(https://fonts.googleapis.com/css2?family=Kurale&display=swap);

@import url(https://fonts.googleapis.com/css2?family=Cormorant+Unicase:wght@400;600;700&display=swap);

/*
! tailwindcss v3.1.8 | 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 */
  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;
}

* {
  margin: 0;
  padding:0;
  outline: none;
  text-decoration: none;
}

html, body {
  width: 100%
}

body {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Philosopher', sans-serif;
  transition: all 700ms ease;
}

.rubik {
  font-family: 'Rubik Puddles', cursive
}

.montserrat {
  font-family: 'Montserrat', sans-serif
}

.shopping-bag-add {
  position: absolute;
  width: 18px;
  height: 18px;
  border: 1px solid #243b67;
  border-radius: 50%;
  background: #eaebed;
  top: 5px;
  right: 30px;
  font-size: 9px;
  font-weight: 400;
  color: #243b67;
  display: flex;
  justify-content: center;
  align-items: center;
  text-shadow: none;
}

.card-shadow {
  box-shadow: 0 7px 7px 0 #243b67
}

.input-shadow {
  box-shadow: inset 0 3px 7px 0 #243b67
}

.menu, .catalog, .sub-catalog, .double-sub-catalog, .products-catalog {
  left: -100%;
  transition: all 700ms ease;
}

.basket {
  right: -100%;
  transition: all 700ms ease;
}

#search-block {
  left: -100%;
  transition: all 700ms ease;
}

#box-status {
  position: relative;
  top: 15px;
  height: 0px;
  padding: 0 20px;
  transition: all 1700ms ease;
}

#block-news {
  /* scroll-behavior: smooth;
        scroll-padding-left: 1.25rem;
        scroll-padding-right: 1.25rem;
        scroll-snap-type: x; */
  right: 0;
  transition: all 2s ease;
}

.news {
  transition: all 700ms ease;
}

.img {
  transition: all 700ms ease;
}

.cat {
  transition: all 700ms ease
}

.btn {
  min-width: 110px;
  min-height: 44px;
  font-size: 16px;
  font-weight: 600;
  padding: 5px;
  border-radius: 8px;
  transition: all 600ms;
}

.border-t-not-first > :not(:first-child) {
  border-top: 1px solid #4d606b
}

label {
  margin-left: 7px
}

.inputs::-moz-placeholder {
  font-size: 16px
}

.inputs::placeholder {
  font-size: 16px
}

.hr {
  width: 100%;
  border-bottom: 1px solid #333;
}

.important::before {
  content: '* ';
  color: #ff2800;
}

.amportant::after {
  content: '*';
  color: #ff2800;
}

.amportant_double::after {
  content: '**';
  color: #ff2800;
}

.search::-moz-placeholder {
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'Cormorant Unicase', serif;
  color: #243b67;
}

.search::placeholder {
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'Cormorant Unicase', serif;
  color: #243b67;
}

.check:checked {
  accent-color: #ff2800!important
}

.check[type="number"]::-webkit-outer-spin-button,
    .check[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.check[type='number'],
    .check[type="number"]:hover,
    .check[type="number"]:focus {
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: textfield;
}

.x-space {
  height: 100px
}

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

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

.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-blue{
  --tw-gradient-from: #0080ff;
  --tw-gradient-to: rgb(0 128 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-500{
  --tw-gradient-from: #8b5cf6;
  --tw-gradient-to: rgb(139 92 246 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-500{
  --tw-gradient-from: #0ea5e9;
  --tw-gradient-to: rgb(14 165 233 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-orange{
  --tw-gradient-to: #ff9900;
}

.to-fuchsia-500{
  --tw-gradient-to: #d946ef;
}

.to-indigo-500{
  --tw-gradient-to: #6366f1;
}

.div-img {
  max-height: 640px
}

.loupe {
  background-color: #555;
  background: rgba(0, 0, 0, 0.25);
  border: 5px solid rgba(0, 0, 0, 0);
}

@-webkit-keyframes jump {
  5% {
    transform: translateY(-10px);
  }

  10% {
    transform: translateY(10px);
  }

  15% {
    transform: translateY(-10px);
  }

  20% {
    transform: translateY(0px);
  }
}

@keyframes jump {
  5% {
    transform: translateY(-10px);
  }

  10% {
    transform: translateY(10px);
  }

  15% {
    transform: translateY(-10px);
  }

  20% {
    transform: translateY(0px);
  }
}

@-webkit-keyframes bell {
  5% {
    transform: rotate(-10deg);
  }

  10% {
    transform: rotate(10deg);
  }

  15% {
    transform: rotate(-10deg);
  }

  20% {
    transform: rotate(0deg);
  }
}

@keyframes bell {
  5% {
    transform: rotate(-10deg);
  }

  10% {
    transform: rotate(10deg);
  }

  15% {
    transform: rotate(-10deg);
  }

  20% {
    transform: rotate(0deg);
  }
}

@-webkit-keyframes big {
  5% {
    transform: scale(0.9);
  }

  10% {
    transform: scale(1.1);
  }

  15% {
    transform: scale(0.9);
  }

  20% {
    transform: scale(1);
  }
}

@keyframes big {
  5% {
    transform: scale(0.9);
  }

  10% {
    transform: scale(1.1);
  }

  15% {
    transform: scale(0.9);
  }

  20% {
    transform: scale(1);
  }
}

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

::-webkit-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:  ;
}

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

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

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

.top-1{
  top: 0.25rem;
}

.right-2{
  right: 0.5rem;
}

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

.left-0{
  left: 0px;
}

.bottom-1{
  bottom: 0.25rem;
}

.right-5{
  right: 1.25rem;
}

.top-0{
  top: 0px;
}

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

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

.top-5{
  top: 1.25rem;
}

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

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

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

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

.right-0{
  right: 0px;
}

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

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

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

.top-2{
  top: 0.5rem;
}

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

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

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

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

.bottom-0{
  bottom: 0px;
}

.top-8{
  top: 2rem;
}

.left-5{
  left: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}

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

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

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

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

.ml-5{
  margin-left: 1.25rem;
}

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

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

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

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

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

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

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

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

.flex{
  display: flex;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-max{
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

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

.h-screen{
  height: 100vh;
}

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

.h-full{
  height: 100%;
}

.h-9{
  height: 2.25rem;
}

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

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

.h-5\/6{
  height: 83.333333%;
}

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

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

.h-2\/3{
  height: 66.666667%;
}

.h-1\/3{
  height: 33.333333%;
}

.max-h-screen{
  max-height: 100vh;
}

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

.w-full{
  width: 100%;
}

.w-4\/6{
  width: 66.666667%;
}

.w-1\/6{
  width: 16.666667%;
}

.w-1\/3{
  width: 33.333333%;
}

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

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

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

.w-12{
  width: 3rem;
}

.w-10{
  width: 2.5rem;
}

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

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

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

.w-1\/12{
  width: 8.333333%;
}

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

.w-2\/12{
  width: 16.666667%;
}

.w-5\/6{
  width: 83.333333%;
}

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

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

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

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

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

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

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

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

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

.snap-start{
  scroll-snap-align: start;
}

.snap-always{
  scroll-snap-stop: always;
}

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

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

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

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

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

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

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

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

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

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

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

.gap-12{
  gap: 3rem;
}

.gap-4{
  gap: 1rem;
}

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

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

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

.space-x-7 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.75rem * var(--tw-space-x-reverse));
  margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
}

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

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

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

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

.space-x-36 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(9rem * var(--tw-space-x-reverse));
  margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
}

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

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

.overflow-hidden{
  overflow: hidden;
}

.overflow-scroll{
  overflow: scroll;
}

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

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

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

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

.rounded-b-lg{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-l-lg{
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-r-lg{
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.rounded-t-lg{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded-t-xl{
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.border{
  border-width: 1px;
}

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

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

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

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

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

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

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

.border-r{
  border-right-width: 1px;
}

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

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

.border-pal_211{
  --tw-border-opacity: 1;
  border-color: rgb(39 175 201 / var(--tw-border-opacity));
}

.border-pal_311{
  --tw-border-opacity: 1;
  border-color: rgb(255 187 2 / var(--tw-border-opacity));
}

.border-pal_511{
  --tw-border-opacity: 1;
  border-color: rgb(36 59 103 / var(--tw-border-opacity));
}

.border-red{
  --tw-border-opacity: 1;
  border-color: rgb(255 40 0 / var(--tw-border-opacity));
}

.border-pal_111{
  --tw-border-opacity: 1;
  border-color: rgb(234 235 237 / var(--tw-border-opacity));
}

.border-pal_211\/40{
  border-color: rgb(39 175 201 / 0.4);
}

.bg-pal_111{
  --tw-bg-opacity: 1;
  background-color: rgb(234 235 237 / var(--tw-bg-opacity));
}

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

.bg-pal_511\/\[\.90\]{
  background-color: rgb(36 59 103 / .90);
}

.bg-pal_511\/90{
  background-color: rgb(36 59 103 / 0.9);
}

.bg-pal_511{
  --tw-bg-opacity: 1;
  background-color: rgb(36 59 103 / var(--tw-bg-opacity));
}

.bg-red{
  --tw-bg-opacity: 1;
  background-color: rgb(255 40 0 / var(--tw-bg-opacity));
}

.bg-pal_211{
  --tw-bg-opacity: 1;
  background-color: rgb(39 175 201 / var(--tw-bg-opacity));
}

.bg-opacity-70{
  --tw-bg-opacity: 0.7;
}

.bg-opacity-80{
  --tw-bg-opacity: 0.8;
}

.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-blue{
  --tw-gradient-from: #0080ff;
  --tw-gradient-to: rgb(0 128 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-500{
  --tw-gradient-from: #8b5cf6;
  --tw-gradient-to: rgb(139 92 246 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-500{
  --tw-gradient-from: #0ea5e9;
  --tw-gradient-to: rgb(14 165 233 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red{
  --tw-gradient-from: #ff2800;
  --tw-gradient-to: rgb(255 40 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-orange{
  --tw-gradient-to: #ff9900;
}

.to-fuchsia-500{
  --tw-gradient-to: #d946ef;
}

.to-indigo-500{
  --tw-gradient-to: #6366f1;
}

.to-green{
  --tw-gradient-to: #008000;
}

.p-2{
  padding: 0.5rem;
}

.p-5{
  padding: 1.25rem;
}

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

.p-12{
  padding: 3rem;
}

.p-1{
  padding: 0.25rem;
}

.p-10{
  padding: 2.5rem;
}

.p-3{
  padding: 0.75rem;
}

.p-3\.5{
  padding: 0.875rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.indent-5{
  text-indent: 1.25rem;
}

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

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

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

.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

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

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

.text-7xl{
  font-size: 4.5rem;
  line-height: 1;
}

.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl{
  font-size: 3rem;
  line-height: 1;
}

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

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

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

.uppercase{
  text-transform: uppercase;
}

.lowercase{
  text-transform: lowercase;
}

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

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

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

.text-red{
  --tw-text-opacity: 1;
  color: rgb(255 40 0 / var(--tw-text-opacity));
}

.text-orange{
  --tw-text-opacity: 1;
  color: rgb(255 153 0 / var(--tw-text-opacity));
}

.text-pal_511{
  --tw-text-opacity: 1;
  color: rgb(36 59 103 / var(--tw-text-opacity));
}

.text-green{
  --tw-text-opacity: 1;
  color: rgb(0 128 0 / var(--tw-text-opacity));
}

.text-pal_211{
  --tw-text-opacity: 1;
  color: rgb(39 175 201 / var(--tw-text-opacity));
}

.text-dark{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.text-pal_111{
  --tw-text-opacity: 1;
  color: rgb(234 235 237 / var(--tw-text-opacity));
}

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

.text-blue{
  --tw-text-opacity: 1;
  color: rgb(0 128 255 / var(--tw-text-opacity));
}

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

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

.opacity-50{
  opacity: 0.5;
}

.opacity-70{
  opacity: 0.7;
}

.opacity-25{
  opacity: 0.25;
}

.opacity-40{
  opacity: 0.4;
}

.hover\:translate-y-\[-10px\]:hover{
  --tw-translate-y: -10px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

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

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

.hover\:text-pal_211:hover{
  --tw-text-opacity: 1;
  color: rgb(39 175 201 / var(--tw-text-opacity));
}

.dark .dark\:border-pal_511{
  --tw-border-opacity: 1;
  border-color: rgb(36 59 103 / var(--tw-border-opacity));
}

.dark .dark\:border-pal_111{
  --tw-border-opacity: 1;
  border-color: rgb(234 235 237 / var(--tw-border-opacity));
}

.dark .dark\:bg-pal_411{
  --tw-bg-opacity: 1;
  background-color: rgb(110 93 207 / var(--tw-bg-opacity));
}

.dark .dark\:text-pal_111{
  --tw-text-opacity: 1;
  color: rgb(234 235 237 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .sm\:w-2\/3{
    width: 66.666667%;
  }

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

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

  .sm\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

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

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

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

  .md\:left-\[103\%\]{
    left: 103%;
  }

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

  .md\:left-\[0px\]{
    left: 0px;
  }

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

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

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

  .md\:h-2\/3{
    height: 66.666667%;
  }

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

  .md\:h-3\/5{
    height: 60%;
  }

  .md\:h-2\/5{
    height: 40%;
  }

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

  .md\:min-h-max{
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
  }

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

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

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

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

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

  .md\:w-min{
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

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

  .md\:w-1\/3{
    width: 33.333333%;
  }

  .md\:w-2\/3{
    width: 66.666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

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

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

  .md\:border{
    border-width: 1px;
  }

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

  .md\:border-r{
    border-right-width: 1px;
  }

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

  .md\:p-2{
    padding: 0.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1024px){
  .lg\:w-1\/3{
    width: 33.333333%;
  }

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

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

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

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

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

  .lg\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }
}

@media (min-width: 1280px){
  .xl\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (min-width: 1536px){
  .\32xl\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

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

  .xxxs\:hidden{
    display: none;
  }

  .xxxs\:h-\[55vh\]{
    height: 55vh;
  }

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

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

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

  .xxxs\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxxs\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

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

  .xs\:hidden{
    display: none;
  }

  .xs\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

@media (min-width: 618px){
  .sx\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

@media (min-width: 662px){
  .ss\:w-\[250px\]{
    width: 250px;
  }
}

@media (min-width: 1980px){
  .\33xl\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}

@media (min-width: 2560px){
  .\34xl\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}