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

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

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

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

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

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

body {
  --tw-bg-opacity: 1;
  background-color: rgb(24 7 41 / var(--tw-bg-opacity, 1));
  font-family: DINPro, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(24 7 41 / var(--tw-text-opacity, 1));
}

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

p {
  margin-bottom: 1rem;
  font-size: 15px;
  line-height: 22px;
}

.display-1 {
  font-size: 36px;
  font-weight: 900;
  line-height: 1.2;
}

@media (min-width: 640px) {
  .display-1 {
    font-size: 48px;
    line-height: 1.2;
  }
}

@media (min-width: 1024px) {
  .display-1 {
    font-size: 60px;
    line-height: 1.2;
  }
}

@media (min-width: 1280px) {
  .display-1 {
    font-size: 90px;
    line-height: 1;
  }
}

h1 {
  font-size: 36px;
  font-weight: 900;
  line-height: 1.2;
}

@media (min-width: 640px) {
  h1 {
    font-size: 48px;
    line-height: 1.2;
  }
}

@media (min-width: 1024px) {
  h1 {
    font-size: 60px;
    line-height: 1.2;
  }
}

h2 {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.2;
}

@media (min-width: 640px) {
  h2 {
    font-size: 40px;
    line-height: 1.2;
  }
}

@media (min-width: 1024px) {
  h2 {
    font-size: 50px;
    line-height: 1.2;
  }
}

h3,
  h4 {
  font-size: 28px;
  font-weight: 900;
  line-height: 1.2;
}

@media (min-width: 640px) {
  h3,
  h4 {
    font-size: 36px;
    line-height: 1.2;
  }
}

@media (min-width: 1024px) {
  h3,
  h4 {
    font-size: 40px;
    line-height: 1.2;
  }
}

h5 {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
}

@media (min-width: 640px) {
  h5 {
    font-size: 25px;
    line-height: 1.2;
  }
}

@media (min-width: 1024px) {
  h5 {
    font-size: 30px;
    line-height: 1.2;
  }
}

h6 {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
}

@media (min-width: 640px) {
  h6 {
    font-size: 22px;
    line-height: 1.2;
  }
}

@media (min-width: 1024px) {
  h6 {
    font-size: 25px;
    line-height: 1.2;
  }
}

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

@media (min-width: 100%) {
  .container {
    max-width: 100%;
  }
}

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

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

/* Wrapper */

.ms-fibo .dgwt-wcas-sf-wrapp {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 10px;
  background-color: transparent;
}

.ms-fibo .dgwt-wcas-search-input:focus, .ms-fibo-mobile .dgwt-wcas-search-input:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 111 0 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(24 7 41 / var(--tw-bg-opacity, 1)) !important;
}

.ms-fibo .dgwt-wcas-search-submit:hover{
  box-shadow: none !important;
  border-width: 0px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 111 0 / var(--tw-bg-opacity, 1)) !important;
}

.ms-fibo-mobile .dgwt-wcas-sf-wrapp {
  background-color: transparent !important;
}

.ms-fibo-mobile .dgwt-wcas-search-wrapp {
  max-width: 100%;
}

body.responsive__menu_active #site-main {
  --tw-blur: blur(4px);
  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-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 1024px) {
  body.responsive__menu_active #site-main {
    --tw-blur: blur(12px);
    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);
  }
}

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

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

.bottom-0 {
  bottom: 0px;
}

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

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

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

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

.left-0 {
  left: 0px;
}

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

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

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

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

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

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

.right-0 {
  right: 0px;
}

.right-4 {
  right: 1rem;
}

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

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

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

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

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

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

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

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

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

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

.top-0 {
  top: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.\!mr-0 {
  margin-right: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-\[12px\] {
  margin-inline-end: 12px;
}

.me-\[25px\] {
  margin-inline-end: 25px;
}

.me-\[26px\] {
  margin-inline-end: 26px;
}

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

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

.ms-2 {
  margin-inline-start: 0.5rem;
}

.ms-\[10px\] {
  margin-inline-start: 10px;
}

.ms-\[23px\] {
  margin-inline-start: 23px;
}

.ms-\[40px\] {
  margin-inline-start: 40px;
}

.ms-auto {
  margin-inline-start: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-auto {
  margin-top: auto;
}

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

.aspect-\[1\/1\] {
  aspect-ratio: 1/1;
}

.aspect-\[2\/3\] {
  aspect-ratio: 2/3;
}

.aspect-\[5\/4\] {
  aspect-ratio: 5/4;
}

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

.h-0 {
  height: 0px;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-6 {
  height: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-0 {
  width: 0px;
}

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

.w-4 {
  width: 1rem;
}

.w-6 {
  width: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-auto {
  width: auto;
}

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

.w-full {
  width: 100%;
}

.min-w-0 {
  min-width: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-screen-xl {
  max-width: 1280px;
}

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

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

.flex-grow {
  flex-grow: 1;
}

.border-collapse {
  border-collapse: collapse;
}

.border-separate {
  border-collapse: separate;
}

.border-spacing-y-2 {
  --tw-border-spacing-y: 0.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-\[-100\%\] {
  --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-y-\[-50\%\] {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

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

.scale-90 {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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));
}

@keyframes levitateDown {
  0%, 100% {
    transform: translateY(0);
  }

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

.animate-\[levitateDown_6s_ease-in-out_infinite\] {
  animation: levitateDown 6s ease-in-out infinite;
}

@keyframes levitateUp {
  0%, 100% {
    transform: translateY(0);
  }

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

.animate-\[levitateUp_6s_ease-in-out_infinite\] {
  animation: levitateUp 6s ease-in-out infinite;
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

.animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

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

.cursor-pointer {
  cursor: pointer;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.resize {
  resize: both;
}

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-8 {
  gap: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-\[50x\] {
  gap: 50x;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

.scroll-smooth {
  scroll-behavior: smooth;
}

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

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

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

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

.rounded {
  border-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

.rounded-xl {
  border-radius: 0.75rem;
}

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

.rounded-bl-\[30px\] {
  border-bottom-left-radius: 30px;
}

.rounded-bl-\[999px\] {
  border-bottom-left-radius: 999px;
}

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

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

.rounded-br-\[30px\] {
  border-bottom-right-radius: 30px;
}

.rounded-br-\[999px\] {
  border-bottom-right-radius: 999px;
}

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

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

.rounded-tl-\[999px\] {
  border-top-left-radius: 999px;
}

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

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

.rounded-tr-\[999px\] {
  border-top-right-radius: 999px;
}

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

.border {
  border-width: 1px;
}

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

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

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

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

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

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

.border-\[\#9E9CB1\] {
  --tw-border-opacity: 1;
  border-color: rgb(158 156 177 / var(--tw-border-opacity, 1));
}

.border-\[\#BFB8C5\] {
  --tw-border-opacity: 1;
  border-color: rgb(191 184 197 / var(--tw-border-opacity, 1));
}

.border-\[\#E5E4EF\] {
  --tw-border-opacity: 1;
  border-color: rgb(229 228 239 / var(--tw-border-opacity, 1));
}

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

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

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(255 111 0 / var(--tw-border-opacity, 1));
}

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

.border-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(24 7 41 / var(--tw-border-opacity, 1));
}

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

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

.border-t-transparent {
  border-top-color: transparent;
}

.bg-\[\#03b9bb\] {
  --tw-bg-opacity: 1;
  background-color: rgb(3 185 187 / var(--tw-bg-opacity, 1));
}

.bg-\[\#08E600\] {
  --tw-bg-opacity: 1;
  background-color: rgb(8 230 0 / var(--tw-bg-opacity, 1));
}

.bg-\[\#39b4b6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(57 180 182 / var(--tw-bg-opacity, 1));
}

.bg-\[\#4e2774\] {
  --tw-bg-opacity: 1;
  background-color: rgb(78 39 116 / var(--tw-bg-opacity, 1));
}

.bg-\[\#69b42e\] {
  --tw-bg-opacity: 1;
  background-color: rgb(105 180 46 / var(--tw-bg-opacity, 1));
}

.bg-\[\#775FA5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(119 95 165 / var(--tw-bg-opacity, 1));
}

.bg-\[\#8692A9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(134 146 169 / var(--tw-bg-opacity, 1));
}

.bg-\[\#875caa\] {
  --tw-bg-opacity: 1;
  background-color: rgb(135 92 170 / var(--tw-bg-opacity, 1));
}

.bg-\[\#BBB9CB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(187 185 203 / var(--tw-bg-opacity, 1));
}

.bg-\[\#CAC9DE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(202 201 222 / var(--tw-bg-opacity, 1));
}

.bg-\[\#E3E1E8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(227 225 232 / var(--tw-bg-opacity, 1));
}

.bg-\[\#E4E3F0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(228 227 240 / var(--tw-bg-opacity, 1));
}

.bg-\[\#E6E5EF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(230 229 239 / var(--tw-bg-opacity, 1));
}

.bg-\[\#E9E7F5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(233 231 245 / var(--tw-bg-opacity, 1));
}

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

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

.bg-\[\#b71254\] {
  --tw-bg-opacity: 1;
  background-color: rgb(183 18 84 / var(--tw-bg-opacity, 1));
}

.bg-\[\#ccaf05\] {
  --tw-bg-opacity: 1;
  background-color: rgb(204 175 5 / var(--tw-bg-opacity, 1));
}

.bg-\[\#db4914\] {
  --tw-bg-opacity: 1;
  background-color: rgb(219 73 20 / var(--tw-bg-opacity, 1));
}

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

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

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

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

.bg-\[rgba\(24\2c 7\2c 41\2c 0\.3\)\] {
  background-color: rgba(24,7,41,0.3);
}

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

.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}

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

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

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

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

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

.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(24 7 41 / var(--tw-bg-opacity, 1));
}

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

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

.bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1));
}

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

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

.from-\[\#180729\] {
  --tw-gradient-from: #180729 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(24 7 41 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#fff\] {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[rgba\(0\2c 0\2c 0\2c 0\.3\)\] {
  --tw-gradient-from: rgba(0,0,0,0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(0, 0, 0, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-transparent {
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-\[\#fff\] {
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}

.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

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

.bg-\[45\%_0\] {
  background-position: 45% 0;
}

.bg-\[50\%_0\] {
  background-position: 50% 0;
}

.fill-secondary {
  fill: #180729;
}

.fill-white {
  fill: #fff;
}

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

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

.p-0 {
  padding: 0px;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.\!ps-0 {
  padding-inline-start: 0px !important;
}

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

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

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

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

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

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

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

.pe-\[15px\] {
  padding-inline-end: 15px;
}

.pe-\[18px\] {
  padding-inline-end: 18px;
}

.pe-\[20px\] {
  padding-inline-end: 20px;
}

.pe-\[25px\] {
  padding-inline-end: 25px;
}

.pe-\[30px\] {
  padding-inline-end: 30px;
}

.pe-\[5px\] {
  padding-inline-end: 5px;
}

.ps-\[15px\] {
  padding-inline-start: 15px;
}

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

.ps-\[55px\] {
  padding-inline-start: 55px;
}

.ps-\[5px\] {
  padding-inline-start: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-dinpro {
  font-family: DINPro, sans-serif;
}

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

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

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

.text-\[12px\]\/4 {
  font-size: 12px;
  line-height: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.not-italic {
  font-style: normal;
}

.leading-\[1\.2\] {
  line-height: 1.2;
}

.leading-\[1\.3\] {
  line-height: 1.3;
}

.leading-\[1\.5\] {
  line-height: 1.5;
}

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

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

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

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

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

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

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

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

.leading-relaxed {
  line-height: 1.625;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-\[0\.08em\] {
  letter-spacing: 0.08em;
}

.text-\[\#06BF00\] {
  --tw-text-opacity: 1;
  color: rgb(6 191 0 / var(--tw-text-opacity, 1));
}

.text-\[\#08E600\] {
  --tw-text-opacity: 1;
  color: rgb(8 230 0 / var(--tw-text-opacity, 1));
}

.text-\[\#1A132F\] {
  --tw-text-opacity: 1;
  color: rgb(26 19 47 / var(--tw-text-opacity, 1));
}

.text-\[\#5D5A72\] {
  --tw-text-opacity: 1;
  color: rgb(93 90 114 / var(--tw-text-opacity, 1));
}

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

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

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

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

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

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

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

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(24 7 41 / var(--tw-text-opacity, 1));
}

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

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

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

.accent-secondary {
  accent-color: #180729;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-70 {
  opacity: 0.7;
}

.shadow-\[23px_29px_80px_0_rgba\(0\2c 0\2c 0\2c 0\.15\)\] {
  --tw-shadow: 23px 29px 80px 0 rgba(0,0,0,0.15);
  --tw-shadow-colored: 23px 29px 80px 0 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-inner {
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 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-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-primary\/30 {
  --tw-ring-color: rgb(255 111 0 / 0.3);
}

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

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

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

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

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

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

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* FONTS */

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

  src: url('../../font/dinpro/DINPro-Light.woff2') format('woff2');

  font-weight: 300;

  font-style: normal;

  font-display: swap;
}

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

  src: url('../../font/dinpro/DINPro-Regular.woff2') format('woff2');

  font-weight: 400;

  font-style: normal;

  font-display: swap;
}

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

  src: url('../../font/dinpro/DINPro-Medium.woff2') format('woff2');

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

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

  src: url('../../font/dinpro/DINPro-Bold.woff2') format('woff2');

  font-weight: 600;

  font-style: normal;

  font-display: swap;
}

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

  src: url('../../font/dinpro/DINPro-Black.woff2') format('woff2');

  font-weight: 800;

  font-style: normal;

  font-display: swap;
}

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

  src: url('../../font/dinpro/DINPro-Black.woff2') format('woff2');

  font-weight: 900;

  font-style: normal;

  font-display: swap;
}

.woocommerce-form__input-checkbox {
  display: inline-flex !important;
}

/* COMMON STYLES */

/** SEARCH **/

/** TOPBAR **/

:root {
  --topbar-offset: 0px;
  --admin-offset: 0px;
}

#header {
  transition: top .35s ease;
}

/* animace topbaru z minula */

#wpw-topbar{
  opacity:1;
  max-height:200px;
  overflow:hidden;
}

#wpw-topbar.closing{
  opacity:0;
  max-height:0;
  padding-top:0;
  padding-bottom:0;
}

/* iOS safe area (horní výřez) */

@supports (top: env(safe-area-inset-top)){
  #wpw-topbar{
    padding-top: calc(env(safe-area-inset-top) + 0px);
  }
}

/** HOLIDAY DECOR **/

.snow-overlay {
  position: absolute;
  inset: 0;
  height: inherit;
  pointer-events: none;
  z-index: 9995;
  opacity: 0.7;
  background-image:
    radial-gradient(2px 2px at 20px 20px, rgba(255,255,255,0.9), transparent),
    radial-gradient(3px 3px at 80px 40px, rgba(255,255,255,0.8), transparent),
    radial-gradient(4px 4px at 140px 60px, rgba(255,255,255,0.85), transparent),

    /* extra random layers */
    radial-gradient(2px 2px at 50px 10px, rgba(255,255,255,0.6), transparent),
    radial-gradient(5px 5px at 120px 90px, rgba(255,255,255,0.75), transparent),
    radial-gradient(3px 3px at 30px 70px, rgba(255,255,255,0.5), transparent);
  background-size:
    200px 200px,
    260px 260px,
    180px 180px,

    300px 300px,
    400px 400px,
    500px 500px;
  animation:
    snow-fall-1 18s linear infinite,
    snow-fall-2 28s linear infinite,
    snow-fall-3 40s linear infinite;
}

@keyframes snow-fall-1 {
  0%   {
    background-position: 0px -200px, 0px -200px, 0px -200px;
  }

  100% {
    background-position: -100px 700px, 50px 600px, -50px 650px;
  }
}

@keyframes snow-fall-2 {
  0%   {
    background-position: 0px -200px, 0px -200px, 0px -200px;
  }

  100% {
    background-position: 150px 900px, -100px 750px, 200px 800px;
  }
}

@keyframes snow-fall-3 {
  0%   {
    background-position: 0px -200px, 0px -200px, 0px -200px;
  }

  100% {
    background-position: -200px 1000px, 300px 850px, -150px 900px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .snow-overlay {
    animation: none;
    opacity: 0.6;
  }

  #header::after {
    animation: none;
  }
}

/** ANIMATIONS **/

[data-animation] {
  opacity: 0;
}

/** SLIDER **/

.slick-main-slider,
.slick-thumbnail-slider {
  visibility: hidden;
  transition: opacity .3s ease;
}

.slick-initialized {
  opacity: 1 !important;
  visibility: visible !important;
}

.slick-thumbnail-slider .slick-list {
  margin-left: -4px;
  margin-right: -4px;
}

@media (min-width: 1024px) {
  .slick-thumbnail-slider .slick-list {
    margin-left: -8px;
    margin-right: -8px;
  }
}

.slick-thumbnail-slider .slick-slide {
  margin-left: 4px;
  margin-right: 4px;
}

@media (min-width: 1024px) {
  .slick-thumbnail-slider .slick-slide {
    margin-left: 8px;
    margin-right: 8px;
  }
}

/** WP **/

#wpadminbar {
  @media (max-width: 1024px) {
    display: none;
  }
}

/** FORM **/

#ec-v-form-slider-handle {
  z-index: 9999 !important;
}

input[type="submit"].wpcf7-submit {
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 111 0 / var(--tw-bg-opacity, 1));
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.wc-block-components-form .wc-block-components-text-input input[type=text] {
  min-height: 57px !important;
  width: 100% !important;
  border-radius: 15px !important;
  border-width: 0px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
  padding-left: 35px !important;
  padding-right: 35px !important;
  font-weight: 700 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(24 7 41 / var(--tw-text-opacity, 1)) !important;
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

@media (min-width: 1024px) {
  .wc-block-components-form .wc-block-components-text-input input[type=text] {
    border-radius: 30px !important;
  }
}

[type="submit"]:disabled {
  opacity: 0.5;
}

[type="submit"]:disabled:hover {
  --tw-text-opacity: 1;
  color: rgb(24 7 41 / var(--tw-text-opacity, 1));
}

[type="submit"]:disabled {
  &:hover {
    svg {
      path {
        fill: #180729;
      }
    }
  }
}

.woocommerce-password-strength {
  margin: 5px 0;
  border-radius: 30px;
  font-size: 13px;
}

main {
  input[type="text"]:not(#marketsoul-coupon-code):not(#price_min):not(#price_max),
  input[type="email"],
  input[type="tel"],
  input[type="password"],
  input[type="search"],
  textarea {
    min-height: 57px !important;
  }
  input[type="text"]:not(#marketsoul-coupon-code):not(#price_min):not(#price_max),
  input[type="email"],
  input[type="tel"],
  input[type="password"],
  input[type="search"],
  textarea {
    border-radius: 9999px !important;
  }
  input[type="text"]:not(#marketsoul-coupon-code):not(#price_min):not(#price_max),
  input[type="email"],
  input[type="tel"],
  input[type="password"],
  input[type="search"],
  textarea {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  }
  input[type="text"]:not(#marketsoul-coupon-code):not(#price_min):not(#price_max),
  input[type="email"],
  input[type="tel"],
  input[type="password"],
  input[type="search"],
  textarea {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
  }
  input[type="text"]:not(#marketsoul-coupon-code):not(#price_min):not(#price_max),
  input[type="email"],
  input[type="tel"],
  input[type="password"],
  input[type="search"],
  textarea {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  input[type="text"]:not(#marketsoul-coupon-code):not(#price_min):not(#price_max),
  input[type="email"],
  input[type="tel"],
  input[type="password"],
  input[type="search"],
  textarea {
    font-size: 15px;
  }
  input[type="text"]:not(#marketsoul-coupon-code):not(#price_min):not(#price_max),
  input[type="email"],
  input[type="tel"],
  input[type="password"],
  input[type="search"],
  textarea {
    font-weight: 900;
  }
  input[type="text"]:not(#marketsoul-coupon-code):not(#price_min):not(#price_max),
  input[type="email"],
  input[type="tel"],
  input[type="password"],
  input[type="search"],
  textarea {
    --tw-text-opacity: 1 !important;
    color: rgb(24 7 41 / var(--tw-text-opacity, 1)) !important;
  }
  input[type="text"]:not(#marketsoul-coupon-code):not(#price_min):not(#price_max),
  input[type="email"],
  input[type="tel"],
  input[type="password"],
  input[type="search"],
  textarea {
    --tw-shadow: 0 0 #0000 !important;
    --tw-shadow-colored: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  input[type="text"]:not(#marketsoul-coupon-code):not(#price_min):not(#price_max),
  input[type="email"],
  input[type="tel"],
  input[type="password"],
  input[type="search"],
  textarea {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }
  input[type="text"]:not(#marketsoul-coupon-code):not(#price_min):not(#price_max),
  input[type="email"],
  input[type="tel"],
  input[type="password"],
  input[type="search"],
  textarea {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  input[type="text"]:not(#marketsoul-coupon-code):not(#price_min):not(#price_max),
  input[type="email"],
  input[type="tel"],
  input[type="password"],
  input[type="search"],
  textarea {
    transition-duration: 300ms;
  }
  input[type="text"]:not(#marketsoul-coupon-code):not(#price_min):not(#price_max):hover,
  input[type="email"]:hover,
  input[type="tel"]:hover,
  input[type="password"]:hover,
  input[type="search"]:hover,
  textarea:hover {
    --tw-border-opacity: 1;
    border-color: rgb(6 191 0 / var(--tw-border-opacity, 1));
  }
  input[type="text"]:not(#marketsoul-coupon-code):not(#price_min):not(#price_max):focus,
  input[type="email"]:focus,
  input[type="tel"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  textarea:focus {
    --tw-border-opacity: 1;
    border-color: rgb(6 191 0 / var(--tw-border-opacity, 1));
  }
  input[type="text"]:not(#marketsoul-coupon-code):not(#price_min):not(#price_max),
  input[type="email"],
  input[type="tel"],
  input[type="password"],
  input[type="search"],
  textarea {
    &:focus {
      box-shadow: none !important;
    }
    &::-moz-placeholder {
      --tw-text-opacity: 1;
      color: rgb(135 130 140 / var(--tw-text-opacity, 1));
    }
    &::placeholder {
      --tw-text-opacity: 1;
      color: rgb(135 130 140 / var(--tw-text-opacity, 1));
    }
  }
  [type='checkbox'] {
    margin-top: -5px !important;
  }
  [type='checkbox'] {
    height: 18px !important;
  }
  [type='checkbox'] {
    width: 18px !important;
  }
  [type='checkbox'] {
    border-radius: 9999px !important;
  }
  [type='checkbox'] {
    --tw-text-opacity: 1 !important;
    color: rgb(255 111 0 / var(--tw-text-opacity, 1)) !important;
  }
  [type='checkbox'] {
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }
  [type='checkbox'] {
    transition-duration: 300ms !important;
  }
  [type='checkbox'] {
    &:not(:checked) {
      &:hover {
        --tw-border-opacity: 1 !important;
        border-color: rgb(255 111 0 / var(--tw-border-opacity, 1)) !important;
      }
      &:hover {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(255 111 0 / var(--tw-bg-opacity, 1)) !important;
      }
    }
  }
  [type='radio']:checked {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 111 0 / var(--tw-bg-opacity, 1)) !important;
  }
  [type='checkbox']:checked:focus,
  [type='radio']:checked:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 111 0 / var(--tw-bg-opacity, 1)) !important;
  }
  [type='checkbox']:checked:focus,
  [type='radio']:checked:focus {
    --tw-shadow: 0 0 #0000 !important;
    --tw-shadow-colored: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  [type='checkbox']:checked:focus,
  [type='radio']:checked:focus {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }
  [type='checkbox']:checked:focus,
  [type='radio']:checked:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
}

[type='checkbox']:focus-visible,
[type='radio']:focus-visible {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
  right: 25px !important;
  top: 50% !important;
  transform: translateY(-50%);
}

/* remove firefox number input arrows */

input[type="number"] {
  -moz-appearance: textfield;
}

/** CUSTOM **/

textarea {
  resize: none;
}

.wpcf7-not-valid-tip {
  margin-top: 3px;
  margin-left: 1rem;
  font-size: 12px;
  font-weight: 500;
}

.wpcf7 form.invalid .wpcf7-response-output {
  --tw-border-opacity: 1;
  border-color: rgb(255 111 0 / var(--tw-border-opacity, 1));
}

.slick-thumbnail-slider .slick-list {
  margin: 0 -8px;
}

.slick-thumbnail-slider .slick-slide {
  margin: 0 8px;
}

.faq-item {
  &.active {
    > button {
      --tw-text-opacity: 1;
      color: rgb(255 111 0 / var(--tw-text-opacity, 1));
    }
    .faq-icon {
      > span {
        --tw-bg-opacity: 1;
        background-color: rgb(255 111 0 / var(--tw-bg-opacity, 1));
      }
      > span {
        &:first-of-type {
          opacity: 0;
          visibility: hidden;
        }
      }
    }
  }
  &:not(.active) {
    .faq-answer {
      display: none;
    }
    .faq-icon {
      > span {
        --tw-bg-opacity: 1;
        background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
      }
    }
  }
}

.pagination {
  > *:not(.prev):not(.next) {
    display: flex;
  }
  > *:not(.prev):not(.next) {
    height: 26px;
  }
  > *:not(.prev):not(.next) {
    width: 26px;
  }
  > *:not(.prev):not(.next) {
    align-items: center;
  }
  > *:not(.prev):not(.next) {
    justify-content: center;
  }
  > *:not(.prev):not(.next) {
    border-radius: 9999px;
  }
  > *:not(.prev):not(.next) {
    &.current {
      --tw-bg-opacity: 1;
      background-color: rgb(255 111 0 / var(--tw-bg-opacity, 1));
    }
  }
  > .prev, > .next {
    display: flex;
  }
  > .prev, > .next {
    align-items: center;
  }
}

.single-content {
  img {
    border-radius: 15px;
  }
  @media (min-width: 1024px) {
    img {
      border-radius: 30px;
    }
  }
  h1 > span,
  h2 > span,
  h3 > span,
  h4 > span,
  h5 > span,
  h6 > span {
    margin-bottom: 1rem;
  }
  h1 > span,
  h2 > span,
  h3 > span,
  h4 > span,
  h5 > span,
  h6 > span {
    display: flex;
  }
  h1 > span,
  h2 > span,
  h3 > span,
  h4 > span,
  h5 > span,
  h6 > span {
    font-weight: 900 !important;
  }
  ul, ol {
    margin-bottom: 1rem;
  }
  ul, ol {
    list-style: square;
    padding-left: 1rem;
  }
  img {
    height: auto;
  }
  img {
    width: 100%;
  }
  p {
    margin-bottom: 30px;
  }
}

.form-newsletter {
  max-width: 450px;
}

@media not all and (min-width: 768px) {
  .form-newsletter {
    font-size: 14px;
  }
}

.form-newsletter {
  input {
    box-shadow: none !important
  }
  input {
    width: 100%;
  }
  input {
    max-width: 317px;
  }
  input {
    border-radius: 9999px;
  }
  input {
    border-width: 1px;
  }
  input {
    --tw-border-opacity: 1;
    border-color: rgb(255 111 0 / var(--tw-border-opacity, 1));
  }
  input {
    --tw-bg-opacity: 1;
    background-color: rgb(24 7 41 / var(--tw-bg-opacity, 1));
  }
  input {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  input {
    padding-inline-start: 30px;
  }
  input {
    padding-inline-end: 70px;
  }
  input {
    font-size: 14px;
  }
  input {
    font-weight: 900;
  }
  input {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  input {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
  input:focus {
    --tw-border-opacity: 1;
    border-color: rgb(255 111 0 / var(--tw-border-opacity, 1));
  }
  @media (max-width: 400px) {
    input {
      font-size: 12px;
    }
  }
  input {
    &::-moz-placeholder {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    }
    &::placeholder {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    }
  }
}

.img-footer {
  @media (min-width: 1400px) {
    //transform: scale(1.3) translateY(-10%)
  }
  @media (min-width: 1280px) and (max-width: 1399px) {
    //transform: scale(1.2);
  }
}

.product-slider {
  .slick-list {
    overflow: visible;
  }
  .slick-arrow {
    position: absolute;
  }
  .slick-arrow {
    top: 37%;
  }
  .slick-arrow {
    z-index: 10;
  }
  .slick-arrow {
    border-radius: 9999px;
  }
  .slick-arrow {
    --tw-bg-opacity: 1;
    background-color: rgb(255 111 0 / var(--tw-bg-opacity, 1));
  }
  .slick-arrow {
    padding-left: 10px;
    padding-right: 10px;
  }
  .slick-arrow {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .slick-arrow {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  .slick-arrow {
    transition-duration: 300ms;
  }
  .slick-arrow:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
  @media (min-width: 640px) {
    .slick-arrow {
      top: 32%;
    }
  }
  @media (min-width: 640px) {
    .slick-arrow {
      padding-left: 20px;
      padding-right: 20px;
    }
  }
  @media (min-width: 640px) {
    .slick-arrow {
      padding-top: 10px;
      padding-bottom: 10px;
    }
  }
  @media (min-width: 1024px) {
    .slick-arrow {
      top: 0;
    }
  }
  .slick-arrow {
    &.slick-prev {
      left: 10%;
    }
    @media (min-width: 640px) {
      &.slick-prev {
        left: 15%;
      }
    }
    @media (min-width: 768px) {
      &.slick-prev {
        left: 20%;
      }
    }
    @media (min-width: 1024px) {
      &.slick-prev {
        left: 10%;
      }
    }
    @media (min-width: 1280px) {
      &.slick-prev {
        left: 15%;
      }
    }
    &.slick-next {
      right: 10%;
    }
    @media (min-width: 640px) {
      &.slick-next {
        right: 15%;
      }
    }
    @media (min-width: 768px) {
      &.slick-next {
        right: 20%;
      }
    }
    @media (min-width: 1024px) {
      &.slick-next {
        right: 10%;
      }
    }
    @media (min-width: 1280px) {
      &.slick-next {
        right: 15%;
      }
    }
  }
}

.product-detail-slider {
  .slick-arrow {
    position: absolute;
  }
  .slick-arrow {
    top: 16%;
  }
  .slick-arrow {
    z-index: 10;
  }
  .slick-arrow {
    border-radius: 9999px;
  }
  .slick-arrow {
    --tw-bg-opacity: 1;
    background-color: rgb(255 111 0 / var(--tw-bg-opacity, 1));
  }
  .slick-arrow {
    padding-left: 10px;
    padding-right: 10px;
  }
  .slick-arrow {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .slick-arrow {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  .slick-arrow {
    transition-duration: 300ms;
  }
  .slick-arrow:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
  @media (min-width: 640px) {
    .slick-arrow {
      padding-left: 20px;
      padding-right: 20px;
    }
  }
  @media (min-width: 640px) {
    .slick-arrow {
      padding-top: 10px;
      padding-bottom: 10px;
    }
  }
  @media (min-width: 768px) {
    .slick-arrow {
      top: 10%;
    }
  }
  @media (min-width: 1024px) {
    .slick-arrow {
      top: 7%;
    }
  }
  .slick-arrow {
    @media (max-width: 380px) {
      top: 7% !important;
    }
    &.slick-prev {
      left: 10%;
    }
    @media (min-width: 768px) {
      &.slick-prev {
        left: 25%;
      }
    }
    @media (min-width: 1024px) {
      &.slick-prev {
        left: 30%;
      }
    }
    &.slick-next {
      right: 10%;
    }
    @media (min-width: 768px) {
      &.slick-next {
        right: 25%;
      }
    }
    @media (min-width: 1024px) {
      &.slick-next {
        right: 30%;
      }
    }
  }
  .slick-slide {
    transition: transform 0.3s ease, filter 0.3s ease;
    &.slick-center {
      z-index: 2
    }
    @media not all and (min-width: 1024px) {
      &.slick-center {
        margin-top: -50px;
      }
    }
    @media (min-width: 1024px) {
      &.slick-center {
        padding-top: 3rem;
      }
    }
    @media (min-width: 1024px) {
      &.slick-center {
        padding-bottom: 2.5rem;
      }
    }
    &.slick-center {
      + .slick-active {
        transform: scale(0.8) translateX(100px) translateY(-50px);
      }
      img.img-product-detail {
        @media (min-width: 1024px) {
          transform: scale(1.5);

          /* Zvýraznění aktuálního slidu */
        }
        @media (min-width: 640px) and (max-width: 1024px) {
          transform: scale(0.7);

          /* Zvýraznění aktuálního slidu */
        }
        @media (max-width: 640px) {
          transform: scale(0.75);

          /* Zvýraznění aktuálního slidu */
        }
      }
    }
    &:not(.slick-center) {
      filter: blur(5px);
      /* Rozmazání ostatních obrázků */
      transform: scale(0.8) translateX(-100px) translateY(-50px);
      opacity: 0.7;
      @media (max-width: 640px) {
        opacity: 0 !important;
      }
      .hide-for-others {
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
      }
    }
  }
}

.review-slider {
  .slick-track {
    display: flex !important;
  }
  .slick-slide {
    height: inherit !important;
  }
  .slick-list {
    margin: 0 -9px;
    .slick-slide {
      margin: 0 9px;
    }
  }
  .slick-arrow {
    position: absolute;
  }
  .slick-arrow {
    top: 50%;
  }
  .slick-arrow {
    z-index: 30;
  }
  .slick-arrow {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .slick-arrow {
    border-radius: 9999px;
  }
  .slick-arrow {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
  .slick-arrow {
    padding-left: 10px;
    padding-right: 10px;
  }
  .slick-arrow {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .slick-arrow {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  .slick-arrow {
    transition-duration: 300ms;
  }
  .slick-arrow:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(24 7 41 / var(--tw-bg-opacity, 1));
  }
  @media (min-width: 640px) {
    .slick-arrow {
      padding-left: 20px;
      padding-right: 20px;
    }
  }
  @media (min-width: 640px) {
    .slick-arrow {
      padding-top: 10px;
      padding-bottom: 10px;
    }
  }
  .slick-arrow {
    &:hover {
      svg {
        path {
          fill: #fff;
        }
      }
    }
    &.slick-prev {
      left: 25px;
    }
    &.slick-next {
      right: 25px;
    }
  }
  .slick-dots {
    margin-top: 20px;
  }
  .slick-dots {
    display: flex;
  }
  .slick-dots {
    align-items: center;
  }
  .slick-dots {
    justify-content: center;
  }
  .slick-dots {
    gap: 10px;
  }
  .slick-dots {
    li {
      button {
        height: 16px;
      }
      button {
        width: 16px;
      }
      button {
        border-radius: 9999px;
      }
      button {
        font-size: 0;
      }
      &.slick-active {
        button {
          --tw-bg-opacity: 1;
          background-color: rgb(24 7 41 / var(--tw-bg-opacity, 1));
        }
      }
      &:not(.slick-active) {
        button {
          --tw-bg-opacity: 1;
          background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
        }
      }
    }
  }
}

.about-content {
  h2 {
    margin-bottom: 30px;
  }
  h2 {
    font-size: 25px;
  }
  h2 {
    font-weight: 900;
  }
  @media (min-width: 1024px) {
    h2 {
      font-size: 50px;
    }
  }
}

img.fslightbox-source {
  border-radius: 15px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1024px) {
  img.fslightbox-source {
    border-radius: 30px;
  }
}

/** WOOCOMMERCE **/

.custom-quantity-wrapper input::-webkit-outer-spin-button,
.custom-quantity-wrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}

.slider-numbers {
  @media (max-width: 640px) {
    //width: 80px;
  }
}

.slider-advatanges {
  @media (max-width: 640px) {
    //width: 80px;
  }
}

/** RESPONSIVE MENU **/

.responsive__menu {
  .responsive__menu_inner {
    .responsive__menu_inner_content {
      ul.menu {
        li {
          @media (min-width: 1024px) {
            &:hover {
              &.menu-item-has-children {
                > ul.sub-menu {
                  visibility: visible;
                }
                > ul.sub-menu {
                  opacity: 1;
                }
              }
              > div > .menu-item-bordered {
                width: 100%;
              }
              li {
                .menu-item-bordered {
                  width: 60px;
                }
                .menu-item-bordered {
                  --tw-bg-opacity: 1;
                  background-color: rgb(138 139 140 / var(--tw-bg-opacity, 1));
                }
                .menu-item-bordered {
                  opacity: 0.5;
                }
                &:hover {
                  > div > .menu-item-bordered {
                    width: 100%;
                  }
                  > div > .menu-item-bordered {
                    --tw-bg-opacity: 1;
                    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}

body.responsive__menu_active {
  overflow: hidden;
  .responsive__menu_line {
    &.responsive__menu_line_1 {
      stroke-dasharray: 90 207;
      stroke-dashoffset: -134;
      stroke-width: 6;
    }
    &.responsive__menu_line_2 {
      stroke-dasharray: 1 60;
      stroke-dashoffset: -30;
      stroke-width: 6;
    }
    &.responsive__menu_line_3 {
      stroke-dasharray: 90 207;
      stroke-dashoffset: -134;
      stroke-width: 6;
    }
  }
}

.form-newsletter {
  .wpcf7-response-output {
    color: #fff;
  }
  .wpcf7-response-output {
    position: fixed;
    bottom: 25px;
    left: 25px;
    background: #ff6f00;
  }
  [type="submit"] {
    width: 50px;
    height: 50px;
    background: white;
    position: absolute;
    top: 3px;
    right: 3px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    svg {
      path {
        transition: fill .3s;
      }
    }
    @media (min-width: 1024px) {
      &:hover {
        background-color: #FF6F00;
        svg {
          path {
            fill: white;
          }
        }
      }
    }
  }
}

.page-content {
  p {
    margin-bottom: 1.5rem;
  }
  p {
    line-height: 1.625;
  }
  a {
    --tw-text-opacity: 1;
    color: rgb(255 111 0 / var(--tw-text-opacity, 1));
  }
  a {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  a {
    transition-duration: 300ms;
  }
  a {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  a:hover {
    text-decoration-line: underline;
  }
  ul, ol {
    margin-bottom: 1.5rem;
  }
  ul, ol {
    list-style-position: inside;
  }
  ul, ol {
    list-style-type: disc;
  }
  ul, ol {
    padding-left: 1.25rem;
  }
  ul, ol {
    li {
      margin-bottom: 0.5rem;
    }
  }
  blockquote {
    margin-bottom: 2rem;
  }
  blockquote {
    border-left-width: 4px;
  }
  blockquote {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  }
  blockquote {
    padding-left: 1rem;
  }
  blockquote {
    font-style: italic;
  }
  blockquote {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  }
}

.wc-block-cart__submit-button,
.wc-block-components-button,
.checkout-button {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 111 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 111 0 / var(--tw-bg-opacity, 1));
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 900;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
  text-decoration-line: none !important;
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 300ms !important;
}

.wc-block-cart__submit-button:hover,
.wc-block-components-button:hover,
.checkout-button:hover {
  --tw-border-opacity: 1;
  border-color: rgb(24 7 41 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(24 7 41 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label {
  padding-inline-start: 33px;
}

.wc-block-checkout__sidebar .wc-block-components-product-name {
  font-size: 16px;
}

.wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label {
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
  display: inline-flex;
  height: 14px;
  width: 14px;
  border-radius: 9999px;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 111 0 / var(--tw-bg-opacity, 1)) !important;
  padding: 0px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.wc-block-components-address-form__address_2-toggle {
  display: none !important;
}

.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted, .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
  box-shadow: inset 0 0 0 1.5px rgb(230 231 235) !important;
}

.wc-block-components-text-input.has-error {
  display: flex !important;
  flex-direction: column !important;
  > input {
    display: none !important;
  }
}

/** PACKETA */

.packetery-widget-button-logo {
  display: none !important;
}

.wc-block-components-text-input.is-active {
  display: none !important;
}

.packeta-widget-info {
  margin-top: 15px;
}

@media (min-width: 1024px) {
  .wc-bacs-bank-details-heading,
.woocommerce .woocommerce-customer-details .woocommerce-column__title {
    font-size: 20px !important;
  }
}

.woocommerce-table--order-details tbody tr td,
.woocommerce-table--order-details tfoot tr td {
  font-weight: 400 !important;
}

.woocommerce .quantity .qty {
  height: 50px;
  border: 0;
  background-color: #cac9de;
  outline: none;
  box-shadow: none;
}

.woocommerce-notices-wrapper {
  display: none;
}

.product-excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  @media (min-width: 640px) {
    height: 48px;

    -webkit-line-clamp: 2;
  }
  @media (max-width: 640px) {
    -webkit-line-clamp: 3;

    font-size: 13px;

    line-height: 1.1;
  }
}

/** CART POPUP **/

.xoo-cp-modal {
  border-radius: 30px;
}

.wc-block-cart__submit-button {
  min-height: 0px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 25px;
  font-weight: 900;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
  min-height: 55px !important;
}

.single-product-content {
  h2 {
    margin-bottom: 20px;
  }
  h2 {
    font-size: 24px;
  }
  h2 {
    line-height: 1.3;
  }
  @media (min-width: 768px) {
    h2 {
      font-size: 28px;
    }
  }
  @media (min-width: 1024px) {
    h2 {
      font-size: 36px;
    }
  }
  @media (min-width: 1280px) {
    h2 {
      font-size: 40px;
    }
  }
  h3 {
    margin-bottom: 18px;
  }
  h3 {
    font-size: 20px;
  }
  h3 {
    line-height: 1.3;
  }
  @media (min-width: 640px) {
    h3 {
      font-size: 24px;
    }
  }
  @media (min-width: 768px) {
    h3 {
      font-size: 28px;
    }
  }
  @media (min-width: 1024px) {
    h3 {
      font-size: 32px;
    }
  }
  h4 {
    margin-bottom: 16px;
  }
  h4 {
    font-size: 16px;
  }
  h4 {
    line-height: 1.3;
  }
  @media (min-width: 640px) {
    h4 {
      font-size: 20px;
    }
  }
  @media (min-width: 768px) {
    h4 {
      font-size: 22px;
    }
  }
  @media (min-width: 1024px) {
    h4 {
      font-size: 26px;
    }
  }
  ul {
    margin-bottom: 1rem;
  }
  ul {
    list-style-type: disc;
  }
  ul {
    padding-left: 1.25rem;
  }
  ul {
    li {
      margin-bottom: 0.5rem;
    }
  }
}

#marketsoul-shipping-payment-container.loading {
  position: relative;
}

#marketsoul-shipping-payment-container.loading::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #333;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  z-index: 10;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* ZASILKOVNA - WIDGET */

.packeta-widget {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
}

.packeta-widget-info {
  margin-top: 0px;
  font-size: 14px;
}

.packeta-widget.after-rate .packetery-widget-button-row {
  width: auto;
}

.packeta-widget.after-rate .packetery-widget-button-row button {
  margin-top: 5px;
  width: auto;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 111 0 / var(--tw-bg-opacity, 1));
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 13px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* COUPONS */

.coupon-invalid {
  svg path {
    fill: #ef4444;
  }
}

.autoComplete_wrapper {
  width: 100%;
}

header {
  #menu-item-1164 {
    > ul {
      > li {
      }
    }
  }
}

.slider {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  &:not(.slick-initialized) {
    opacity: 0;
  }
  .slick-arrow {
    display: flex;
  }
  .slick-arrow {
    align-items: center;
  }
  .slick-arrow {
    justify-content: center;
  }
  .slick-arrow {
    svg {
    }
    &.slick-prev {
      svg {
      }
    }
    &.slick-next {
      svg {
      }
    }
  }
  .slick-dots {
    position: absolute;
  }
  .slick-dots {
    left: 0px;
  }
  .slick-dots {
    right: 0px;
  }
  .slick-dots {
    bottom: 40px;
  }
  .slick-dots {
    margin-left: auto;
    margin-right: auto;
  }
  .slick-dots {
    margin-bottom: 0px;
  }
  .slick-dots {
    display: inline-flex;
  }
  .slick-dots {
    height: 50px;
  }
  .slick-dots {
    width: -moz-fit-content;
    width: fit-content;
  }
  .slick-dots {
    align-items: center;
  }
  .slick-dots {
    justify-content: center;
  }
  .slick-dots {
    gap: 10px;
  }
  .slick-dots {
    border-radius: 9999px;
  }
  .slick-dots {
    background-color: rgba(24,7,41,0.3);
  }
  .slick-dots {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .slick-dots {
    padding-left: 25px;
    padding-right: 25px;
  }
  .slick-dots {
    li {
      display: flex;
    }
    li {
      align-items: center;
    }
    li {
      &.slick-active {
        button {
          --tw-border-opacity: 1;
          border-color: rgb(255 111 0 / var(--tw-border-opacity, 1));
        }
        button {
          --tw-bg-opacity: 1;
          background-color: rgb(255 111 0 / var(--tw-bg-opacity, 1));
        }
      }
      &:not(.slick-active) {
        button {
          --tw-border-opacity: 1;
          border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
        }
        button {
          background-color: transparent;
        }
      }
      button {
        height: 14px;
      }
      button {
        max-height: 14px;
      }
      button {
        width: 14px;
      }
      button {
        border-radius: 9999px;
      }
      button {
        border-width: 1px;
      }
      button {
        padding: 0px !important;
      }
      button {
        font-size: 0px;
      }
    }
  }
}

.wpcf7-form {
  input {
    width: 100%;
  }
  textarea {
    width: 100%;
  }
  textarea {
    border-radius: 30px !important;
  }
}

.sort-btn {
  &.active {
    --tw-border-opacity: 1;
    border-color: rgb(255 111 0 / var(--tw-border-opacity, 1));
  }
  &.active {
    background-color: transparent;
  }
  &:not(.active) {
    --tw-border-opacity: 1;
    border-color: rgb(233 231 245 / var(--tw-border-opacity, 1));
  }
  &:not(.active) {
    --tw-bg-opacity: 1;
    background-color: rgb(233 231 245 / var(--tw-bg-opacity, 1));
  }
  &:not(.active) {
    &:hover {
      --tw-border-opacity: 1;
      border-color: rgb(24 7 41 / var(--tw-border-opacity, 1));
    }
    &:hover {
      --tw-bg-opacity: 1;
      background-color: rgb(24 7 41 / var(--tw-bg-opacity, 1));
    }
    &:hover {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    }
  }
}

.banner-slider {
  .slick-slide {
    margin-left: 6px;
    margin-right: 6px;
  }
  .slick-list {
    margin-left: -6px;
    margin-right: -6px;
  }
  .slick-arrow {
    position: absolute;
  }
  .slick-arrow {
    top: 50%;
  }
  .slick-arrow {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.grecaptcha-badge {
  display: none !important;
}

.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\:scale-\[1\.15\]:hover {
  --tw-scale-x: 1.15;
  --tw-scale-y: 1.15;
  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\:cursor-pointer:hover {
  cursor: pointer;
}

.hover\:border-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 111 0 / var(--tw-border-opacity, 1));
}

.hover\:border-secondary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(24 7 41 / var(--tw-border-opacity, 1));
}

.hover\:bg-orange-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 111 0 / var(--tw-bg-opacity, 1));
}

.hover\:bg-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(24 7 41 / var(--tw-bg-opacity, 1));
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(255 111 0 / var(--tw-text-opacity, 1));
}

.hover\:text-secondary:hover {
  --tw-text-opacity: 1;
  color: rgb(24 7 41 / var(--tw-text-opacity, 1));
}

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

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

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

.focus\:border-secondary:focus {
  --tw-border-opacity: 1;
  border-color: rgb(24 7 41 / var(--tw-border-opacity, 1));
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

.group:hover .group-hover\:visible {
  visibility: visible;
}

.group\/item:hover .group-hover\/item\:\!bg-primary {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 111 0 / var(--tw-bg-opacity, 1)) !important;
}

.group\/article:hover .group-hover\/article\:fill-secondary {
  fill: #180729;
}

.group\/article:hover .group-hover\/article\:fill-white {
  fill: #fff;
}

.group\/remove-item:hover .group-hover\/remove-item\:fill-red-600 {
  fill: #dc2626;
}

.group:hover .group-hover\:fill-white {
  fill: #fff;
}

.group\/item:hover .group-hover\/item\:text-primary {
  --tw-text-opacity: 1;
  color: rgb(255 111 0 / var(--tw-text-opacity, 1));
}

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

.peer:checked ~ .peer-checked\:border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(255 111 0 / var(--tw-border-opacity, 1));
}

.peer:checked ~ .peer-checked\:bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 111 0 / var(--tw-bg-opacity, 1));
}

.peer:checked ~ .peer-checked\:text-primary {
  --tw-text-opacity: 1;
  color: rgb(255 111 0 / var(--tw-text-opacity, 1));
}

@media not all and (min-width: 1280px) {
  .max-xl\:text-\[14px\] {
    font-size: 14px;
  }
}

@media not all and (min-width: 1024px) {
  .max-lg\:mt-\[30px\] {
    margin-top: 30px;
  }

  .max-lg\:flex {
    display: flex;
  }

  .max-lg\:hidden {
    display: none;
  }

  .max-lg\:flex-col {
    flex-direction: column;
  }

  .max-lg\:justify-center {
    justify-content: center;
  }

  .max-lg\:pb-\[30px\] {
    padding-bottom: 30px;
  }

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

  .max-lg\:text-center {
    text-align: center;
  }
}

@media not all and (min-width: 768px) {
  .max-md\:mt-6 {
    margin-top: 1.5rem;
  }

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

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

  .max-md\:flex {
    display: flex;
  }

  .max-md\:grid {
    display: grid;
  }

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

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

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

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

  .max-md\:gap-\[20px\] {
    gap: 20px;
  }

  .max-md\:gap-\[45px\] {
    gap: 45px;
  }

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

  .max-md\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
  }

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

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

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

  .max-md\:leading-\[1\.1\] {
    line-height: 1.1;
  }
}

@media not all and (min-width: 640px) {
  .max-sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

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

  .max-sm\:ms-\[-8px\] {
    margin-inline-start: -8px;
  }

  .max-sm\:hidden {
    display: none;
  }

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

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

  .max-sm\:items-center {
    align-items: center;
  }

  .max-sm\:justify-center {
    justify-content: center;
  }

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

  .max-sm\:py-\[50px\] {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .max-sm\:text-center {
    text-align: center;
  }

  .max-sm\:align-top {
    vertical-align: top;
  }

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

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

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

@media (max-width: 400px) {
  .max-\[400px\]\:text-\[12px\] {
    font-size: 12px;
  }
}

@media (max-width: 375px) {
  .max-\[375px\]\:text-\[13px\] {
    font-size: 13px;
  }

  .max-\[375px\]\:text-\[15px\] {
    font-size: 15px;
  }
}

@media (min-width: 375px) {
  .min-\[375px\]\:right-\[5px\] {
    right: 5px;
  }

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

  .min-\[375px\]\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 480px) {
  .min-\[480px\]\:right-\[10px\] {
    right: 10px;
  }

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

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

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

  .min-\[480px\]\:text-\[14px\]\/4 {
    font-size: 14px;
    line-height: 1rem;
  }

  .min-\[480px\]\:text-\[25px\] {
    font-size: 25px;
  }
}

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

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

  .sm\:left-\[36px\] {
    left: 36px;
  }

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

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

  .sm\:top-\[16px\] {
    top: 16px;
  }

  .sm\:top-\[20px\] {
    top: 20px;
  }

  .sm\:top-\[36px\] {
    top: 36px;
  }

  .sm\:top-\[50\%\] {
    top: 50%;
  }

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

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

  .sm\:me-\[24px\] {
    margin-inline-end: 24px;
  }

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

  .sm\:ms-\[10px\] {
    margin-inline-start: 10px;
  }

  .sm\:ms-auto {
    margin-inline-start: auto;
  }

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

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

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

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

  .sm\:table-cell {
    display: table-cell;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:aspect-\[4\/5\] {
    aspect-ratio: 4/5;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:basis-1\/3 {
    flex-basis: 33.333333%;
  }

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

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

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

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

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

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

  .sm\:gap-\[12px\] {
    gap: 12px;
  }

  .sm\:gap-\[20px\] {
    gap: 20px;
  }

  .sm\:gap-\[30px\] {
    gap: 30px;
  }

  .sm\:gap-\[35px\] {
    gap: 35px;
  }

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

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

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

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

  .sm\:border-0 {
    border-width: 0px;
  }

  .sm\:bg-\[50\%_0\] {
    background-position: 50% 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:pe-\[30px\] {
    padding-inline-end: 30px;
  }

  .sm\:pe-\[45px\] {
    padding-inline-end: 45px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .md\:bottom-\[12px\] {
    bottom: 12px;
  }

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

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

  .md\:right-\[5\%\] {
    right: 5%;
  }

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

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

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

  .md\:ms-\[85px\] {
    margin-inline-start: 85px;
  }

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

  .md\:flex {
    display: flex;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:gap-\[60px\] {
    gap: 60px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:leading-\[1\.75rem\] {
    line-height: 1.75rem;
  }
}

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

  .lg\:bottom-\[34px\] {
    bottom: 34px;
  }

  .lg\:left-\[-50\%\] {
    left: -50%;
  }

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

  .lg\:right-\[-50\%\] {
    right: -50%;
  }

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

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

  .lg\:right-\[44px\] {
    right: 44px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:mb-auto {
    margin-bottom: auto;
  }

  .lg\:me-0 {
    margin-inline-end: 0px;
  }

  .lg\:me-\[46px\] {
    margin-inline-end: 46px;
  }

  .lg\:ms-\[-15px\] {
    margin-inline-start: -15px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .lg\:mt-auto {
    margin-top: auto;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:aspect-\[2\/3\] {
    aspect-ratio: 2/3;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:min-w-0 {
    min-width: 0px;
  }

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

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

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

  .lg\:max-w-\[30vw\] {
    max-width: 30vw;
  }

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

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

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

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

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

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

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

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

  .lg\:basis-1\/2 {
    flex-basis: 50%;
  }

  .lg\:basis-2\/5 {
    flex-basis: 40%;
  }

  .lg\:basis-3\/5 {
    flex-basis: 60%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .lg\:gap-\[40px\] {
    gap: 40px;
  }

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

  .lg\:gap-\[56px\] {
    gap: 56px;
  }

  .lg\:gap-\[8px\] {
    gap: 8px;
  }

  .lg\:gap-\[90px\] {
    gap: 90px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .lg\:rounded-bl-\[30px\] {
    border-bottom-left-radius: 30px;
  }

  .lg\:rounded-br-\[30px\] {
    border-bottom-right-radius: 30px;
  }

  .lg\:rounded-tl-\[30px\] {
    border-top-left-radius: 30px;
  }

  .lg\:rounded-tr-\[30px\] {
    border-top-right-radius: 30px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:pe-\[20px\] {
    padding-inline-end: 20px;
  }

  .lg\:pe-\[30px\] {
    padding-inline-end: 30px;
  }

  .lg\:ps-\[30px\] {
    padding-inline-start: 30px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:text-\[\#BBB9CB\] {
    --tw-text-opacity: 1;
    color: rgb(187 185 203 / var(--tw-text-opacity, 1));
  }

  .lg\:hover\:scale-\[1\.15\]:hover {
    --tw-scale-x: 1.15;
    --tw-scale-y: 1.15;
    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));
  }

  .lg\:hover\:bg-\[\#775FA5\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(119 95 165 / var(--tw-bg-opacity, 1));
  }

  .lg\:hover\:bg-primary:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 111 0 / var(--tw-bg-opacity, 1));
  }

  .lg\:hover\:bg-secondary:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(24 7 41 / var(--tw-bg-opacity, 1));
  }

  .lg\:hover\:opacity-\[0\.9\]:hover {
    opacity: 0.9;
  }

  .group\/product:hover .lg\:group-hover\/product\:h-\[72\%\] {
    height: 72%;
  }

  .group\/product:hover .lg\:group-hover\/product\:w-\[72\%\] {
    width: 72%;
  }

  .group\/category:hover .lg\:group-hover\/category\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .group\/category:hover .lg\:group-hover\/category\:scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
    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\/product:hover .lg\:group-hover\/product\:bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(255 111 0 / var(--tw-bg-opacity, 1));
  }

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

  .group\/article:hover .lg\:group-hover\/article\:fill-white {
    fill: #fff;
  }

  .group:hover .lg\:group-hover\:fill-white {
    fill: #fff;
  }

  .group\/product:hover .lg\:group-hover\/product\:stroke-white {
    stroke: #fff;
  }

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

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

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

@media (min-width: 1280px) {
  .xl\:left-\[-35\%\] {
    left: -35%;
  }

  .xl\:right-\[-35\%\] {
    right: -35%;
  }

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

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

  .xl\:me-\[50px\] {
    margin-inline-end: 50px;
  }

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

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

  .xl\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:max-w-\[80\%\] {
    max-width: 80%;
  }

  .xl\:basis-1\/2 {
    flex-basis: 50%;
  }

  .xl\:basis-1\/3 {
    flex-basis: 33.333333%;
  }

  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:flex-row {
    flex-direction: row;
  }

  .xl\:flex-col {
    flex-direction: column;
  }

  .xl\:items-end {
    align-items: flex-end;
  }

  .xl\:items-center {
    align-items: center;
  }

  .xl\:gap-\[17px\] {
    gap: 17px;
  }

  .xl\:gap-\[22px\] {
    gap: 22px;
  }

  .xl\:gap-\[90px\] {
    gap: 90px;
  }

  .xl\:gap-x-\[130px\] {
    -moz-column-gap: 130px;
         column-gap: 130px;
  }

  .xl\:gap-x-\[90px\] {
    -moz-column-gap: 90px;
         column-gap: 90px;
  }

  .xl\:gap-y-\[70px\] {
    row-gap: 70px;
  }

  .xl\:rounded-\[30px\] {
    border-radius: 30px;
  }

  .xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:px-\[50px\] {
    padding-left: 50px;
    padding-right: 50px;
  }

  .xl\:px-\[65px\] {
    padding-left: 65px;
    padding-right: 65px;
  }

  .xl\:py-\[10px\] {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .xl\:py-\[200px\] {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .xl\:py-\[35px\] {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .xl\:py-\[40px\] {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .xl\:pe-\[25px\] {
    padding-inline-end: 25px;
  }

  .xl\:pe-\[28px\] {
    padding-inline-end: 28px;
  }

  .xl\:pe-\[70px\] {
    padding-inline-end: 70px;
  }

  .xl\:pe-\[75px\] {
    padding-inline-end: 75px;
  }

  .xl\:pt-\[100px\] {
    padding-top: 100px;
  }

  .xl\:pt-\[35px\] {
    padding-top: 35px;
  }

  .xl\:pt-\[50px\] {
    padding-top: 50px;
  }

  .xl\:text-\[14px\] {
    font-size: 14px;
  }

  .xl\:text-\[20px\] {
    font-size: 20px;
  }

  .xl\:text-\[30px\] {
    font-size: 30px;
  }

  .xl\:text-\[35px\] {
    font-size: 35px;
  }

  .xl\:text-\[40px\] {
    font-size: 40px;
  }

  .xl\:text-\[50px\] {
    font-size: 50px;
  }

  .xl\:text-\[80px\] {
    font-size: 80px;
  }
}

@media (min-width: 1536px) {
  .\32xl\:mb-\[12px\] {
    margin-bottom: 12px;
  }

  .\32xl\:mb-\[40px\] {
    margin-bottom: 40px;
  }

  .\32xl\:mb-\[70px\] {
    margin-bottom: 70px;
  }

  .\32xl\:mt-auto {
    margin-top: auto;
  }

  .\32xl\:min-h-\[72px\] {
    min-height: 72px;
  }

  .\32xl\:w-1\/2 {
    width: 50%;
  }

  .\32xl\:w-\[18\%\] {
    width: 18%;
  }

  .\32xl\:w-\[78\%\] {
    width: 78%;
  }

  .\32xl\:max-w-\[40\%\] {
    max-width: 40%;
  }

  .\32xl\:max-w-\[60\%\] {
    max-width: 60%;
  }

  .\32xl\:max-w-\[70\%\] {
    max-width: 70%;
  }

  .\32xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .\32xl\:flex-col {
    flex-direction: column;
  }

  .\32xl\:items-start {
    align-items: flex-start;
  }

  .\32xl\:justify-end {
    justify-content: flex-end;
  }

  .\32xl\:gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .\32xl\:gap-x-\[130px\] {
    -moz-column-gap: 130px;
         column-gap: 130px;
  }

  .\32xl\:gap-y-\[80px\] {
    row-gap: 80px;
  }

  .\32xl\:rounded-\[30px\] {
    border-radius: 30px;
  }

  .\32xl\:p-\[27px\] {
    padding: 27px;
  }

  .\32xl\:px-\[50px\] {
    padding-left: 50px;
    padding-right: 50px;
  }

  .\32xl\:px-\[90px\] {
    padding-left: 90px;
    padding-right: 90px;
  }

  .\32xl\:py-\[25px\] {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .\32xl\:py-\[30px\] {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .\32xl\:text-\[22px\] {
    font-size: 22px;
  }

  .\32xl\:text-\[50px\] {
    font-size: 50px;
  }

  .\32xl\:text-\[80px\] {
    font-size: 80px;
  }

  .\32xl\:text-\[90px\] {
    font-size: 90px;
  }
}

@media (min-width: 1600px) {
  .min-\[1600px\]\:max-w-\[650px\] {
    max-width: 650px;
  }
}

.\[\&\:\:-webkit-inner-spin-button\]\:appearance-none::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
}

.\[\&\:\:-webkit-outer-spin-button\]\:appearance-none::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
}

.\[\&\:not\(\:disabled\)\:hover\]\:bg-secondary:not(:disabled):hover {
  --tw-bg-opacity: 1;
  background-color: rgb(24 7 41 / var(--tw-bg-opacity, 1));
}

.\[\&\:not\(\:disabled\)\:hover\]\:text-white:not(:disabled):hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.\[\&_h1\]\:text-balance h1 {
  text-wrap: balance;
}

.\[\&_h1\]\:text-white h1 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1536px) {
  .\[\&_h1\]\:2xl\:max-w-\[40\%\] h1 {
    max-width: 40%;
  }
}

.\[\&_img\]\:h-\[38px\] img {
  height: 38px;
}

.\[\&_p\]\:mt-\[30px\] p {
  margin-top: 30px;
}

.\[\&_p\]\:text-white p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media not all and (min-width: 768px) {
  .\[\&_p\]\:max-md\:leading-\[1\.1\] p {
    line-height: 1.1;
  }
}

@media (min-width: 768px) {
  .\[\&_p\]\:md\:max-w-\[65\%\] p {
    max-width: 65%;
  }
}

@media (min-width: 1024px) {
  .lg\:\[\&_p\]\:text-justify p {
    text-align: justify;
  }
}

@media (min-width: 1280px) {
  .\[\&_p\]\:xl\:max-w-\[35\%\] p {
    max-width: 35%;
  }
}

.\[\&_svg\]\:block svg {
  display: block;
}

.\[\&_svg\]\:h-\[16px\] svg {
  height: 16px;
}

.\[\&_svg\]\:h-\[26px\] svg {
  height: 26px;
}

.\[\&_svg\]\:w-\[16px\] svg {
  width: 16px;
}

.\[\&_svg\]\:w-auto svg {
  width: auto;
}

.group:hover .group-hover\:\[\&_svg\]\:fill-white svg {
  fill: #fff;
}

@media (min-width: 768px) {
  .md\:\[\&_svg\]\:h-\[24px\] svg {
    height: 24px;
  }

  .md\:\[\&_svg\]\:w-\[24px\] svg {
    width: 24px;
  }
}
