*, ::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.19 | 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;
}
.\!container {
  width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 1472px) {

  .\!container {
    max-width: 1472px !important;
  }

  .container {
    max-width: 1472px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.\!top-auto {
  top: auto !important;
}
.-bottom-14 {
  bottom: -3.5rem;
}
.-right-1 {
  right: -0.25rem;
}
.-right-2 {
  right: -0.5rem;
}
.-top-1 {
  top: -0.25rem;
}
.-top-2 {
  top: -0.5rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-6 {
  bottom: 1.5rem;
}
.bottom-\[-24px\] {
  bottom: -24px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-3 {
  left: 0.75rem;
}
.left-5 {
  left: 1.25rem;
}
.left-6 {
  left: 1.5rem;
}
.left-\[66\%\] {
  left: 66%;
}
.right-0 {
  right: 0px;
}
.right-1 {
  right: 0.25rem;
}
.right-1\.5 {
  right: 0.375rem;
}
.right-2 {
  right: 0.5rem;
}
.right-3 {
  right: 0.75rem;
}
.right-4 {
  right: 1rem;
}
.right-5 {
  right: 1.25rem;
}
.right-\[-24px\] {
  right: -24px;
}
.right-\[-30\%\] {
  right: -30%;
}
.top-0 {
  top: 0px;
}
.top-0\.5 {
  top: 0.125rem;
}
.top-1\/2 {
  top: 50%;
}
.top-2 {
  top: 0.5rem;
}
.top-3 {
  top: 0.75rem;
}
.top-4 {
  top: 1rem;
}
.top-\[-100px\] {
  top: -100px;
}
.top-full {
  top: 100%;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[100\] {
  z-index: 100;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[3\] {
  z-index: 3;
}
.z-\[999998\] {
  z-index: 999998;
}
.z-\[9999998\] {
  z-index: 9999998;
}
.z-\[9999999\] {
  z-index: 9999999;
}
.z-\[999999\] {
  z-index: 999999;
}
.z-\[99999\] {
  z-index: 99999;
}
.z-\[9999\] {
  z-index: 9999;
}
.z-\[999\] {
  z-index: 999;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-5 {
  grid-column: span 5 / span 5;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.col-span-7 {
  grid-column: span 7 / span 7;
}
.col-span-8 {
  grid-column: span 8 / span 8;
}
.col-span-9 {
  grid-column: span 9 / span 9;
}
.col-span-full {
  grid-column: 1 / -1;
}
.m-0 {
  margin: 0px;
}
.m-5 {
  margin: 1.25rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-\[30px\] {
  margin-top: 30px;
  margin-bottom: 30px;
}
.-mr-2 {
  margin-right: -0.5rem;
}
.-mt-12 {
  margin-top: -3rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-11 {
  margin-bottom: 2.75rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-20 {
  margin-bottom: 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-8 {
  margin-bottom: 2rem;
}
.mb-\[-10px\] {
  margin-bottom: -10px;
}
.mb-\[100px\] {
  margin-bottom: 100px;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.mb-\[46px\] {
  margin-bottom: 46px;
}
.mb-\[65px\] {
  margin-bottom: 65px;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-9 {
  margin-left: 2.25rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-11 {
  margin-top: 2.75rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[-15px\] {
  margin-top: -15px;
}
.mt-\[100px\] {
  margin-top: 100px;
}
.mt-\[34px\] {
  margin-top: 34px;
}
.mt-auto {
  margin-top: auto;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.\!block {
  display: block !important;
}
.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-\[16\/9\] {
  aspect-ratio: 16/9;
}
.aspect-\[3\/4\] {
  aspect-ratio: 3/4;
}
.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}
.aspect-\[4\/5\] {
  aspect-ratio: 4/5;
}
.aspect-\[9\/10\] {
  aspect-ratio: 9/10;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.size-1 {
  width: 0.25rem;
  height: 0.25rem;
}
.size-10 {
  width: 2.5rem;
  height: 2.5rem;
}
.size-12 {
  width: 3rem;
  height: 3rem;
}
.size-14 {
  width: 3.5rem;
  height: 3.5rem;
}
.size-16 {
  width: 4rem;
  height: 4rem;
}
.size-20 {
  width: 5rem;
  height: 5rem;
}
.size-24 {
  width: 6rem;
  height: 6rem;
}
.size-3 {
  width: 0.75rem;
  height: 0.75rem;
}
.size-4 {
  width: 1rem;
  height: 1rem;
}
.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}
.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}
.size-7 {
  width: 1.75rem;
  height: 1.75rem;
}
.size-8 {
  width: 2rem;
  height: 2rem;
}
.size-9 {
  width: 2.25rem;
  height: 2.25rem;
}
.size-\[11px\] {
  width: 11px;
  height: 11px;
}
.size-\[120px\] {
  width: 120px;
  height: 120px;
}
.size-\[14px\] {
  width: 14px;
  height: 14px;
}
.size-\[15px\] {
  width: 15px;
  height: 15px;
}
.size-\[16px\] {
  width: 16px;
  height: 16px;
}
.size-\[18px\] {
  width: 18px;
  height: 18px;
}
.size-\[30px\] {
  width: 30px;
  height: 30px;
}
.size-\[40px\] {
  width: 40px;
  height: 40px;
}
.size-full {
  width: 100%;
  height: 100%;
}
.\!h-auto {
  height: auto !important;
}
.\!h-full {
  height: 100% !important;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-12 {
  height: 3rem;
}
.h-2 {
  height: 0.5rem;
}
.h-24 {
  height: 6rem;
}
.h-3 {
  height: 0.75rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-32 {
  height: 8rem;
}
.h-4 {
  height: 1rem;
}
.h-48 {
  height: 12rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-\[180px\] {
  height: 180px;
}
.h-\[220px\] {
  height: 220px;
}
.h-\[280px\] {
  height: 280px;
}
.h-\[465px\] {
  height: 465px;
}
.h-\[550px\] {
  height: 550px;
}
.h-\[61\%\] {
  height: 61%;
}
.h-\[64px\] {
  height: 64px;
}
.h-\[84\%\] {
  height: 84%;
}
.h-\[calc\(550px-85px\)\] {
  height: calc(550px - 85px);
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.h-screen {
  height: 100vh;
}
.max-h-\[15px\] {
  max-height: 15px;
}
.max-h-\[30px\] {
  max-height: 30px;
}
.max-h-\[62px\] {
  max-height: 62px;
}
.max-h-\[70vh\] {
  max-height: 70vh;
}
.max-h-\[90vh\] {
  max-height: 90vh;
}
.max-h-full {
  max-height: 100%;
}
.min-h-0 {
  min-height: 0px;
}
.min-h-\[140px\] {
  min-height: 140px;
}
.min-h-\[200px\] {
  min-height: 200px;
}
.min-h-\[240px\] {
  min-height: 240px;
}
.min-h-\[400px\] {
  min-height: 400px;
}
.min-h-\[450px\] {
  min-height: 450px;
}
.w-1\.5 {
  width: 0.375rem;
}
.w-1\/2 {
  width: 50%;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-20 {
  width: 5rem;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-3\/5 {
  width: 60%;
}
.w-4 {
  width: 1rem;
}
.w-40 {
  width: 10rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-7 {
  width: 1.75rem;
}
.w-80 {
  width: 20rem;
}
.w-\[110px\] {
  width: 110px;
}
.w-\[115px\] {
  width: 115px;
}
.w-\[190px\] {
  width: 190px;
}
.w-\[271px\] {
  width: 271px;
}
.w-\[34\%\] {
  width: 34%;
}
.w-\[36px\] {
  width: 36px;
}
.w-\[45\%\] {
  width: 45%;
}
.w-\[46\%\] {
  width: 46%;
}
.w-\[55\%\] {
  width: 55%;
}
.w-\[70px\] {
  width: 70px;
}
.w-\[80px\] {
  width: 80px;
}
.w-\[85\%\] {
  width: 85%;
}
.w-\[90px\] {
  width: 90px;
}
.w-\[92px\] {
  width: 92px;
}
.w-\[calc\(50\%-12px\)\] {
  width: calc(50% - 12px);
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.w-px {
  width: 1px;
}
.w-screen {
  width: 100vw;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-8 {
  min-width: 2rem;
}
.min-w-\[150px\] {
  min-width: 150px;
}
.min-w-\[180px\] {
  min-width: 180px;
}
.min-w-\[200px\] {
  min-width: 200px;
}
.min-w-\[260px\] {
  min-width: 260px;
}
.min-w-\[265px\] {
  min-width: 265px;
}
.min-w-\[600px\] {
  min-width: 600px;
}
.min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-96 {
  max-width: 24rem;
}
.max-w-\[1000px\] {
  max-width: 1000px;
}
.max-w-\[1130px\] {
  max-width: 1130px;
}
.max-w-\[1140px\] {
  max-width: 1140px;
}
.max-w-\[1245px\] {
  max-width: 1245px;
}
.max-w-\[1282px\] {
  max-width: 1282px;
}
.max-w-\[1304px\] {
  max-width: 1304px;
}
.max-w-\[1360px\] {
  max-width: 1360px;
}
.max-w-\[150px\] {
  max-width: 150px;
}
.max-w-\[170px\] {
  max-width: 170px;
}
.max-w-\[186px\] {
  max-width: 186px;
}
.max-w-\[240px\] {
  max-width: 240px;
}
.max-w-\[280px\] {
  max-width: 280px;
}
.max-w-\[330px\] {
  max-width: 330px;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[420px\] {
  max-width: 420px;
}
.max-w-\[520px\] {
  max-width: 520px;
}
.max-w-\[540px\] {
  max-width: 540px;
}
.max-w-\[560px\] {
  max-width: 560px;
}
.max-w-\[620px\] {
  max-width: 620px;
}
.max-w-\[720px\] {
  max-width: 720px;
}
.max-w-\[755px\] {
  max-width: 755px;
}
.max-w-\[760px\] {
  max-width: 760px;
}
.max-w-\[800px\] {
  max-width: 800px;
}
.max-w-\[860px\] {
  max-width: 860px;
}
.max-w-\[920px\] {
  max-width: 920px;
}
.max-w-\[930px\] {
  max-width: 930px;
}
.max-w-\[980px\] {
  max-width: 980px;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-none {
  max-width: none;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xl {
  max-width: 36rem;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.basis-\[calc\(\(100\%-20px\)\/2\)\] {
  flex-basis: calc((100% - 20px) / 2);
}
.border-collapse {
  border-collapse: collapse;
}
.-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-x-\[120\%\] {
  --tw-translate-x: -120%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-full {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-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-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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));
}
.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 pulse {

  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 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;
}
.resize {
  resize: both;
}
.list-\[circle\] {
  list-style-type: circle;
}
.list-\[lower-alpha\] {
  list-style-type: lower-alpha;
}
.list-\[lower-roman\] {
  list-style-type: lower-roman;
}
.list-\[square\] {
  list-style-type: square;
}
.list-decimal {
  list-style-type: decimal;
}
.list-disc {
  list-style-type: disc;
}
.list-none {
  list-style-type: none;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-flow-col {
  grid-auto-flow: column;
}
.auto-rows-auto {
  grid-auto-rows: auto;
}
.auto-rows-fr {
  grid-auto-rows: minmax(0, 1fr);
}
.auto-rows-max {
  grid-auto-rows: max-content;
}
.auto-rows-min {
  grid-auto-rows: min-content;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}
.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}
.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}
.grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}
.grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.content-center {
  align-content: center;
}
.content-start {
  align-content: flex-start;
}
.content-end {
  align-content: flex-end;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-items-center {
  justify-items: center;
}
.gap-0 {
  gap: 0px;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-14 {
  gap: 3.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-32 {
  gap: 8rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[29\.9px\] {
  gap: 29.9px;
}
.gap-\[90px\] {
  gap: 90px;
}
.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.gap-x-12 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-y-1 {
  row-gap: 0.25rem;
}
.gap-y-10 {
  row-gap: 2.5rem;
}
.gap-y-12 {
  row-gap: 3rem;
}
.gap-y-14 {
  row-gap: 3.5rem;
}
.gap-y-3 {
  row-gap: 0.75rem;
}
.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-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * 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-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-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-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-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));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-\[\#f0f4f8\] > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(240 244 248 / var(--tw-divide-opacity, 1));
}
.self-start {
  align-self: flex-start;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.text-balance {
  text-wrap: balance;
}
.break-words {
  overflow-wrap: break-word;
}
.break-all {
  word-break: break-all;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[12px\] {
  border-radius: 12px;
}
.rounded-\[25px\] {
  border-radius: 25px;
}
.rounded-\[2px\] {
  border-radius: 2px;
}
.rounded-\[3px\] {
  border-radius: 3px;
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.rounded-\[5px\] {
  border-radius: 5px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.\!border-0 {
  border-width: 0px !important;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-\[3px\] {
  border-width: 3px;
}
.border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-b-\[3px\] {
  border-bottom-width: 3px;
}
.border-l {
  border-left-width: 1px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-8 {
  border-top-width: 8px;
}
.border-dashed {
  border-style: dashed;
}
.border-none {
  border-style: none;
}
.border-\[\#0A61A4\] {
  --tw-border-opacity: 1;
  border-color: rgb(10 97 164 / var(--tw-border-opacity, 1));
}
.border-\[\#387eb4\] {
  --tw-border-opacity: 1;
  border-color: rgb(56 126 180 / var(--tw-border-opacity, 1));
}
.border-\[\#CEDFED\] {
  --tw-border-opacity: 1;
  border-color: rgb(206 223 237 / var(--tw-border-opacity, 1));
}
.border-\[\#D7D7D7\] {
  --tw-border-opacity: 1;
  border-color: rgb(215 215 215 / var(--tw-border-opacity, 1));
}
.border-\[\#DDDDDD\] {
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity, 1));
}
.border-\[\#E5E7EB\] {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-\[\#EEF0F3\] {
  --tw-border-opacity: 1;
  border-color: rgb(238 240 243 / var(--tw-border-opacity, 1));
}
.border-\[\#cfe0ef\] {
  --tw-border-opacity: 1;
  border-color: rgb(207 224 239 / var(--tw-border-opacity, 1));
}
.border-\[\#dbe3ec\] {
  --tw-border-opacity: 1;
  border-color: rgb(219 227 236 / var(--tw-border-opacity, 1));
}
.border-\[\#e2e8f0\] {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.border-\[\#e3e8ef\] {
  --tw-border-opacity: 1;
  border-color: rgb(227 232 239 / var(--tw-border-opacity, 1));
}
.border-\[\#e3eaf2\] {
  --tw-border-opacity: 1;
  border-color: rgb(227 234 242 / var(--tw-border-opacity, 1));
}
.border-\[\#e5e9f0\] {
  --tw-border-opacity: 1;
  border-color: rgb(229 233 240 / var(--tw-border-opacity, 1));
}
.border-\[\#e63329\] {
  --tw-border-opacity: 1;
  border-color: rgb(230 51 41 / var(--tw-border-opacity, 1));
}
.border-\[\#e8ecf1\] {
  --tw-border-opacity: 1;
  border-color: rgb(232 236 241 / var(--tw-border-opacity, 1));
}
.border-accent {
  --tw-border-opacity: 1;
  border-color: rgb(99 113 96 / var(--tw-border-opacity, 1));
}
.border-amber-200 {
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-black\/10 {
  border-color: rgb(0 0 0 / 0.1);
}
.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}
.border-cblue {
  --tw-border-opacity: 1;
  border-color: rgb(10 97 164 / var(--tw-border-opacity, 1));
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / 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-green-200 {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}
.border-indigo-100 {
  --tw-border-opacity: 1;
  border-color: rgb(224 231 255 / var(--tw-border-opacity, 1));
}
.border-indigo-300 {
  --tw-border-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-border-opacity, 1));
}
.border-neutral-300 {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
}
.border-neutral-300\/40 {
  border-color: rgb(212 212 212 / 0.4);
}
.border-neutral-300\/50 {
  border-color: rgb(212 212 212 / 0.5);
}
.border-neutral-300\/60 {
  border-color: rgb(212 212 212 / 0.6);
}
.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.border-red-300 {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}
.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-sky-300 {
  --tw-border-opacity: 1;
  border-color: rgb(125 211 252 / 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-white\/40 {
  border-color: rgb(255 255 255 / 0.4);
}
.border-white\/50 {
  border-color: rgb(255 255 255 / 0.5);
}
.border-b-\[\#0A61A4\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(10 97 164 / var(--tw-border-opacity, 1));
}
.border-l-amber-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(245 158 11 / var(--tw-border-opacity, 1));
}
.border-l-blue-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.border-l-green-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}
.border-l-red-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-t-\[\#6ba0c8\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(107 160 200 / var(--tw-border-opacity, 1));
}
.border-t-accent {
  --tw-border-opacity: 1;
  border-top-color: rgb(99 113 96 / var(--tw-border-opacity, 1));
}
.border-t-blue-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.\!bg-transparent {
  background-color: transparent !important;
}
.bg-\[\#0755BF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(7 85 191 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0A61A4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(10 97 164 / var(--tw-bg-opacity, 1));
}
.bg-\[\#17195A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(23 25 90 / var(--tw-bg-opacity, 1));
}
.bg-\[\#222\] {
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F3F4F6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F8FAFC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFCD00\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 205 0 / var(--tw-bg-opacity, 1));
}
.bg-\[\#d7dde5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(215 221 229 / var(--tw-bg-opacity, 1));
}
.bg-\[\#d7dee6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(215 222 230 / var(--tw-bg-opacity, 1));
}
.bg-\[\#d9d9d9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1));
}
.bg-\[\#dbe3ec\] {
  --tw-bg-opacity: 1;
  background-color: rgb(219 227 236 / var(--tw-bg-opacity, 1));
}
.bg-\[\#dbe6f2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(219 230 242 / var(--tw-bg-opacity, 1));
}
.bg-\[\#e6edf5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(230 237 245 / var(--tw-bg-opacity, 1));
}
.bg-\[\#e8f1f9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(232 241 249 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f1f7fc\] {
  --tw-bg-opacity: 1;
  background-color: rgb(241 247 252 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f4f6f9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 246 249 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f6f8fb\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 251 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f7fafc\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 250 252 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f8fafc\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}
.bg-accent {
  --tw-bg-opacity: 1;
  background-color: rgb(99 113 96 / var(--tw-bg-opacity, 1));
}
.bg-amber-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}
.bg-amber-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.bg-cblue {
  --tw-bg-opacity: 1;
  background-color: rgb(10 97 164 / var(--tw-bg-opacity, 1));
}
.bg-dblue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 61 109 / var(--tw-bg-opacity, 1));
}
.bg-dblue\/40 {
  background-color: rgb(0 61 109 / 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-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}
.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}
.bg-neutral-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.bg-sky-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / 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-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/25 {
  background-color: rgb(255 255 255 / 0.25);
}
.bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-white\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-\[\#1BB934\] {
  --tw-gradient-from: #1BB934 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(27 185 52 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black\/25 {
  --tw-gradient-from: rgb(0 0 0 / 0.25) 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);
}
.from-cblue {
  --tw-gradient-from: #0a61a4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(10 97 164 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-cblue\/50 {
  --tw-gradient-to: rgb(10 97 164 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(10 97 164 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-\[\#128A28\] {
  --tw-gradient-to: #128A28 var(--tw-gradient-to-position);
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.object-right {
  -o-object-position: right;
     object-position: right;
}
.object-top {
  -o-object-position: top;
     object-position: top;
}
.\!p-0 {
  padding: 0px !important;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.p-9 {
  padding: 2.25rem;
}
.p-\[10px\] {
  padding: 10px;
}
.\!px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.\!px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.\!py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.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-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.px-\[23px\] {
  padding-left: 23px;
  padding-right: 23px;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.\!pl-5 {
  padding-left: 1.25rem !important;
}
.\!pr-0 {
  padding-right: 0px !important;
}
.\!pr-10 {
  padding-right: 2.5rem !important;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-9 {
  padding-bottom: 2.25rem;
}
.pb-\[23px\] {
  padding-bottom: 23px;
}
.pb-\[56px\] {
  padding-bottom: 56px;
}
.pb-\[90px\] {
  padding-bottom: 90px;
}
.pl-0 {
  padding-left: 0px;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-11 {
  padding-left: 2.75rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-7 {
  padding-left: 1.75rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pl-\[46px\] {
  padding-left: 46px;
}
.pr-0 {
  padding-right: 0px;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-12 {
  padding-right: 3rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-20 {
  padding-right: 5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pr-\[56px\] {
  padding-right: 56px;
}
.pr-\[68px\] {
  padding-right: 68px;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-9 {
  padding-top: 2.25rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-middle {
  vertical-align: middle;
}
.font-outfit {
  font-family: Outfit, sans-serif;
}
.\!text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}
.text-8xl {
  font-size: 6rem;
  line-height: 1;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[17px\] {
  font-size: 17px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[19px\] {
  font-size: 19px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[23px\] {
  font-size: 23px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[25px\] {
  font-size: 25px;
}
.text-\[26px\] {
  font-size: 26px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[30px\] {
  font-size: 30px;
}
.text-\[34px\] {
  font-size: 34px;
}
.text-\[36px\] {
  font-size: 36px;
}
.text-\[44px\] {
  font-size: 44px;
}
.text-\[8px\] {
  font-size: 8px;
}
.text-\[clamp\(24px\2c 6\.5vw\2c 30px\)\] {
  font-size: clamp(24px, 6.5vw, 30px);
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.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-\[300\] {
  font-weight: 300;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.not-italic {
  font-style: normal;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-8 {
  line-height: 2rem;
}
.leading-\[1\.1\] {
  line-height: 1.1;
}
.leading-\[1\.2\] {
  line-height: 1.2;
}
.leading-\[130\%\] {
  line-height: 130%;
}
.leading-\[150\%\] {
  line-height: 150%;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-\[0\.03em\] {
  letter-spacing: 0.03em;
}
.tracking-\[0\.08em\] {
  letter-spacing: 0.08em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.text-\[\#003D6D\] {
  --tw-text-opacity: 1;
  color: rgb(0 61 109 / var(--tw-text-opacity, 1));
}
.text-\[\#0A61A4\] {
  --tw-text-opacity: 1;
  color: rgb(10 97 164 / var(--tw-text-opacity, 1));
}
.text-\[\#0a61a4\] {
  --tw-text-opacity: 1;
  color: rgb(10 97 164 / var(--tw-text-opacity, 1));
}
.text-\[\#0b61a4\] {
  --tw-text-opacity: 1;
  color: rgb(11 97 164 / var(--tw-text-opacity, 1));
}
.text-\[\#131313\] {
  --tw-text-opacity: 1;
  color: rgb(19 19 19 / var(--tw-text-opacity, 1));
}
.text-\[\#1a1a1a\] {
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
}
.text-\[\#1f2d3d\] {
  --tw-text-opacity: 1;
  color: rgb(31 45 61 / var(--tw-text-opacity, 1));
}
.text-\[\#232323\] {
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.text-\[\#24262B\] {
  --tw-text-opacity: 1;
  color: rgb(36 38 43 / var(--tw-text-opacity, 1));
}
.text-\[\#252525\] {
  --tw-text-opacity: 1;
  color: rgb(37 37 37 / var(--tw-text-opacity, 1));
}
.text-\[\#333333\] {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
.text-\[\#4a4a4a\] {
  --tw-text-opacity: 1;
  color: rgb(74 74 74 / var(--tw-text-opacity, 1));
}
.text-\[\#5a6b7f\] {
  --tw-text-opacity: 1;
  color: rgb(90 107 127 / var(--tw-text-opacity, 1));
}
.text-\[\#6B7280\] {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-\[\#6b7280\] {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-\[\#6b8bb0\] {
  --tw-text-opacity: 1;
  color: rgb(107 139 176 / var(--tw-text-opacity, 1));
}
.text-\[\#7faacc\] {
  --tw-text-opacity: 1;
  color: rgb(127 170 204 / var(--tw-text-opacity, 1));
}
.text-\[\#84B0D1\] {
  --tw-text-opacity: 1;
  color: rgb(132 176 209 / var(--tw-text-opacity, 1));
}
.text-\[\#84b0d1\] {
  --tw-text-opacity: 1;
  color: rgb(132 176 209 / var(--tw-text-opacity, 1));
}
.text-\[\#8B94B3\] {
  --tw-text-opacity: 1;
  color: rgb(139 148 179 / var(--tw-text-opacity, 1));
}
.text-\[\#8a97a6\] {
  --tw-text-opacity: 1;
  color: rgb(138 151 166 / var(--tw-text-opacity, 1));
}
.text-\[\#8a97a8\] {
  --tw-text-opacity: 1;
  color: rgb(138 151 168 / var(--tw-text-opacity, 1));
}
.text-\[\#8aa8bf\] {
  --tw-text-opacity: 1;
  color: rgb(138 168 191 / var(--tw-text-opacity, 1));
}
.text-\[\#8fb4d0\] {
  --tw-text-opacity: 1;
  color: rgb(143 180 208 / var(--tw-text-opacity, 1));
}
.text-\[\#999999\] {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}
.text-\[\#9D1600\] {
  --tw-text-opacity: 1;
  color: rgb(157 22 0 / var(--tw-text-opacity, 1));
}
.text-\[\#9bb0c9\] {
  --tw-text-opacity: 1;
  color: rgb(155 176 201 / var(--tw-text-opacity, 1));
}
.text-\[\#9db0c6\] {
  --tw-text-opacity: 1;
  color: rgb(157 176 198 / var(--tw-text-opacity, 1));
}
.text-\[\#A3A3A3\] {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}
.text-\[\#a3a3a3\] {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}
.text-\[\#e63329\] {
  --tw-text-opacity: 1;
  color: rgb(230 51 41 / var(--tw-text-opacity, 1));
}
.text-accent {
  --tw-text-opacity: 1;
  color: rgb(99 113 96 / var(--tw-text-opacity, 1));
}
.text-amber-800 {
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-black\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-black\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.text-cblue {
  --tw-text-opacity: 1;
  color: rgb(10 97 164 / var(--tw-text-opacity, 1));
}
.text-dblue {
  --tw-text-opacity: 1;
  color: rgb(0 61 109 / var(--tw-text-opacity, 1));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / 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-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}
.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}
.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}
.text-inherit {
  color: inherit;
}
.text-neutral-400 {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}
.text-neutral-700 {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}
.text-orange-600 {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
.text-sky-700 {
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-white\/85 {
  color: rgb(255 255 255 / 0.85);
}
.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.line-through {
  text-decoration-line: line-through;
}
.\!no-underline {
  text-decoration-line: none !important;
}
.no-underline {
  text-decoration-line: none;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-75 {
  opacity: 0.75;
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px 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-\[-10px_0_30px_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  --tw-shadow: -10px 0 30px rgba(0,0,0,0.1);
  --tw-shadow-colored: -10px 0 30px 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-\[0_10px_40px_-14px_rgba\(16\2c 62\2c 116\2c 0\.25\)\] {
  --tw-shadow: 0 10px 40px -14px rgba(16,62,116,0.25);
  --tw-shadow-colored: 0 10px 40px -14px 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-\[0_18px_45px_rgba\(0\2c 61\2c 109\2c 0\.25\)\] {
  --tw-shadow: 0 18px 45px rgba(0,61,109,0.25);
  --tw-shadow-colored: 0 18px 45px 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-\[0_20px_60px_rgba\(15\2c 42\2c 74\2c 0\.10\)\] {
  --tw-shadow: 0 20px 60px rgba(15,42,74,0.10);
  --tw-shadow-colored: 0 20px 60px 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-\[0_2px_18px_rgba\(0\2c 0\2c 0\2c 0\.05\)\] {
  --tw-shadow: 0 2px 18px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0 2px 18px 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-\[0_2px_8px_rgba\(0\2c 0\2c 0\2c 0\.15\)\] {
  --tw-shadow: 0 2px 8px rgba(0,0,0,0.15);
  --tw-shadow-colored: 0 2px 8px 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);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.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-cblue\/30 {
  --tw-ring-color: rgb(10 97 164 / 0.3);
}
.ring-red-500\/15 {
  --tw-ring-color: rgb(239 68 68 / 0.15);
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.blur-2xl {
  --tw-blur: blur(40px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.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);
}
.backdrop-filter {
  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;
}
.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-700 {
  transition-duration: 700ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.aligncenter {
  margin: 0.5rem auto;
  display: block;
}
@media (min-width: 640px) {

  .alignleft:not(.wp-block-button) {
    margin-right: 0.5rem;
    float: left;
  }

  .alignright:not(.wp-block-button) {
    margin-left: 0.5rem;
    float: right;
  }

  .wp-block-button.alignleft a {
    float: left;
    margin-right: 1rem;
  }

  .wp-block-button.alignright a {
    float: right;
    margin-left: 1rem;
  }
}
.\[appearance\:textfield\] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
/* Global CSS Variables for Responsive Spacing System */
:root {
	/* Base spacing scale */
	--spacing-0: 0px;
	--spacing-1: 4px;
	--spacing-2: 8px;
	--spacing-3: 12px;
	--spacing-4: 16px;
	--spacing-5: 20px;
	--spacing-6: 24px;
	--spacing-8: 32px;
	--spacing-10: 40px;
	--spacing-12: 48px;
	--spacing-16: 64px;
	--spacing-20: 80px;
	--spacing-24: 96px;
	--spacing-32: 128px;

	/* Global responsive spacing variables - default to 0 */
	/* These can be overridden via inline style="" on any element */

	/* Padding */
	--pt-mobile: 0;
	--pt-desktop: 0;
	--pr-mobile: 0;
	--pr-desktop: 0;
	--pb-mobile: 0;
	--pb-desktop: 0;
	--pl-mobile: 0;
	--pl-desktop: 0;

	/* Margin */
	--mt-mobile: 0;
	--mt-desktop: 0;
	--mr-mobile: 0;
	--mr-desktop: 0;
	--mb-mobile: 0;
	--mb-desktop: 0;
	--ml-mobile: 0;
	--ml-desktop: 0;

	/* Border radius */
	--br-mobile: 0;
	--br-desktop: 0;

	/* Repeater layout variables */
	--gap-mobile: 0;
	--gap-desktop: 0;
	--flex-direction-mobile: row;
	--flex-direction-desktop: row;

	/* Grid column width variables */
	--col-width-mobile: 100%;
	--col-width-desktop: 100%;
}
/* Mobile spacing - only up to 767px */
@media (max-width: 767px) {
	*[style*="--pt-mobile"] {
		padding-top: var(--pt-mobile) !important;
	}
	*[style*="--pr-mobile"] {
		padding-right: var(--pr-mobile) !important;
	}
	*[style*="--pb-mobile"] {
		padding-bottom: var(--pb-mobile) !important;
	}
	*[style*="--pl-mobile"] {
		padding-left: var(--pl-mobile) !important;
	}
	*[style*="--mt-mobile"] {
		margin-top: var(--mt-mobile) !important;
	}
	*[style*="--mr-mobile"] {
		margin-right: var(--mr-mobile) !important;
	}
	*[style*="--mb-mobile"] {
		margin-bottom: var(--mb-mobile) !important;
	}
	*[style*="--ml-mobile"] {
		margin-left: var(--ml-mobile) !important;
	}
	*[style*="--br-mobile"] {
		border-radius: var(--br-mobile) !important;
	}

	/* Repeater layout - mobile values */
	*[style*="--gap-mobile"] {
		gap: var(--gap-mobile) !important;
	}
	*[style*="--flex-direction-mobile"] {
		flex-direction: var(--flex-direction-mobile) !important;
	}

	/* Grid column width - mobile values */
	*[style*="--col-width-mobile"] {
		width: var(--col-width-mobile) !important;
		flex-basis: var(--col-width-mobile) !important;
		max-width: var(--col-width-mobile) !important;
	}
}
/* Desktop responsive spacing - only when variables are set */
@media (min-width: 768px) {
	*[style*="--pt-desktop"] {
		padding-top: var(--pt-desktop) !important;
	}
	*[style*="--pr-desktop"] {
		padding-right: var(--pr-desktop) !important;
	}
	*[style*="--pb-desktop"] {
		padding-bottom: var(--pb-desktop) !important;
	}
	*[style*="--pl-desktop"] {
		padding-left: var(--pl-desktop) !important;
	}
	*[style*="--mt-desktop"] {
		margin-top: var(--mt-desktop) !important;
	}
	*[style*="--mr-desktop"] {
		margin-right: var(--mr-desktop) !important;
	}
	*[style*="--mb-desktop"] {
		margin-bottom: var(--mb-desktop) !important;
	}
	*[style*="--ml-desktop"] {
		margin-left: var(--ml-desktop) !important;
	}
	*[style*="--br-desktop"] {
		border-radius: var(--br-desktop) !important;
	}

	/* Repeater layout - desktop values */
	*[style*="--gap-desktop"] {
		gap: var(--gap-desktop) !important;
	}
	*[style*="--flex-direction-desktop"] {
		flex-direction: var(--flex-direction-desktop) !important;
	}

	/* Grid column width - desktop values */
	*[style*="--col-width-desktop"] {
		width: var(--col-width-desktop) !important;
		flex-basis: var(--col-width-desktop) !important;
		max-width: var(--col-width-desktop) !important;
	}
}
/* ==========================================================================
   Navigation Menu Styles
   ========================================================================== */
/* Base Menu Structure
   ========================================================================== */
#primary-menu ul.site-menu-main {
	margin-bottom: 0;
	padding-left: 0;
	display: flex;
	flex-direction: row;
}
#primary-menu ul.site-menu-main li {
	list-style: none;
}
#primary-menu ul.site-menu-main ul {
	list-style: none;
	margin-left: 0;
}
#primary-menu ul.site-menu-main a {
	text-decoration: none !important;
}
#primary-navigation .mobile-menu-head {
	display: none;
}
/* Menu Items
   ========================================================================== */
#primary-menu ul.site-menu-main .menu-item {
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	position: relative;
}
#primary-menu ul.site-menu-main > .menu-item > a {
	display: flex;
	-moz-column-gap: 10px;
	     column-gap: 10px;
	align-items: center;
	line-height: 100px;
	transition: all 0.25s ease-in-out;
}
.scrolled #primary-menu ul.site-menu-main > .menu-item > a {
	line-height: 50px;
}
#primary-menu ul.site-menu-main ul .menu-item {
	font-size: 18px;
	font-weight: 400;
	padding-inline: 20px;
}
#primary-menu ul.site-menu-main .menu-item:hover > a {
	color: #fff;
	width: 100%;
}
#primary-menu ul.site-menu-main li.menu-item-has-children a {
	justify-content: space-between;
	text-transform: capitalize;
}
/* Submenu Styles
   ========================================================================== */
#primary-menu ul.site-menu-main .sub-menu {
	z-index: 500;
	background-color: rgb(255, 255, 255);
	box-shadow: -2px 2px 70px -25px rgb(0 0 0 / 30%);
	position: absolute;
	left: 0;
	top: 100%;
	margin: 0;
	padding: 12px 0;
	transition: 0.4s;
	transform: translateY(20px);
	opacity: 0;
	visibility: hidden;
	min-width: 250px;
	font-weight: 600;
}
/* Desktop Styles (min-width: 1280px)
   ========================================================================== */
@media (min-width: 1280px) {
	#primary-menu ul.site-menu-main {
		-moz-column-gap: 30px;
		     column-gap: 30px;
		flex-direction: row;
	}

	li.menu-item-has-children:not(.has-megamenu) {
		position: relative;
	}

	#primary-menu
		ul.site-menu-main
		li.menu-item-has-children:hover
		> .sub-menu {
		visibility: visible;
		opacity: 1;
		z-index: 99;
		pointer-events: visible;
		transform: translateY(0);
	}

	#primary-menu ul.site-menu-main i {
		font-size: 19px;
	}

	#primary-menu ul.site-menu-main ul .menu-item > a {
		transition: 0.4s;
		padding: 8px 0px;
	}

	#primary-menu ul.site-menu-main a {
		display: flex;
		align-items: center;
	}

	#primary-menu ul.site-menu-main .sub-menu .sub-menu {
		top: 0 !important;
		left: 100%;
	}
}
/* Desktop Menu Indicators
   ========================================================================== */
@media (min-width: 1280px) {
	.desktop-menu-indicator {
		display: inline-flex;
		align-items: center;
		transition: transform 0.2s ease;
	}

	.desktop-menu-indicator svg {
		width: 1rem;
		height: 1rem;
	}

	/* Hover effect for indicators */
	#primary-menu
		ul.site-menu-main
		.menu-item-has-children:hover
		.desktop-menu-indicator
		svg {
		transform: scale(1.1);
	}

	/* Specific styling for nested submenu indicators */
	#primary-menu ul.site-menu-main .sub-menu .desktop-menu-indicator svg {
		transform: rotate(0deg);
	}

	#primary-menu
		ul.site-menu-main
		.sub-menu
		.menu-item-has-children:hover
		.desktop-menu-indicator
		svg {
		transform: scale(1.1) rotate(0deg);
	}
}
/* Large Desktop Styles (min-width: 1440px)
   ========================================================================== */
@media (min-width: 1440px) {
	#primary-menu ul.site-menu-main {
		-moz-column-gap: 44px;
		     column-gap: 44px;
	}
}
/* Cart Icon Styles
   ========================================================================== */
.cart-icon a {
	position: relative;
	display: flex;
	align-items: center;
	padding: 0.5rem;
	transition: color 0.3s ease;
}
/* Language Selector Styles
   ========================================================================== */
.language-selector {
	position: relative;
}
.language-trigger {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	color: #111827;
	padding: 0.75rem 1rem;
	font-size: 0.875rem;
	font-weight: 600;
	transition: all 0.3s ease;
	cursor: pointer;
	background-color: white;
}
.language-trigger:hover {
	border-color: #0119ff;
	background-color: white;
}
.language-trigger:focus {
	outline: none;
	box-shadow: 0 0 0 2px rgba(1, 25, 255, 0.2);
}
.language-trigger svg {
	width: 1rem;
	height: 1rem;
	transition: transform 0.2s ease;
}
.language-trigger svg.rotate-180 {
	transform: rotate(180deg);
}
.language-menu {
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 50;
	margin-top: 0.5rem;
	width: 10rem;
	border-radius: 0.5rem;
	border: 1px solid #e5e7eb;
	background-color: white;
	padding: 0.5rem 0;
	box-shadow:
		0 10px 15px -3px rgba(0, 0, 0, 0.1),
		0 4px 6px -2px rgba(0, 0, 0, 0.05);
	opacity: 0;
	visibility: hidden;
	transition:
		opacity 0.2s ease,
		visibility 0.2s ease;
}
.language-selector:hover .language-menu {
	opacity: 1;
	visibility: visible;
}
.language-selector:hover .language-trigger svg {
	transform: rotate(180deg);
}
.language-menu a {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	padding: 0.5rem 1rem;
	font-size: 0.875rem;
	color: #374151;
	transition: colors 0.2s ease;
}
.language-menu a:hover {
	background-color: #f9fafb;
	color: #0119ff;
}
/* Mobile Language Selector Styles
   ========================================================================== */
.mobile-language-selector {
	margin-top: 2rem;
	border-top: 1px solid #e5e7eb;
	padding: 0.75rem 0;
}
.mobile-language-item {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	padding: 0.75rem 1rem;
	font-size: 0.875rem;
	transition: background-color 0.2s ease;
}
.mobile-language-item:hover {
	background-color: #f9fafb;
}
.mobile-language-item.active {
	background-color: #f3f4f6;
	font-weight: 600;
	color: #0119ff;
}
/* Mobile Navigation (max-width: 1279.98px)
   ========================================================================== */
@media (max-width: 1279.98px) {
	/* Mobile Menu Structure */
	#primary-menu ul.site-menu-main {
		flex-direction: column;
		width: 100%;
	}

	/* Mobile Menu Toggle Button */
	header #open-mobile-menu {
		display: flex;
		height: 30px;
		width: 30px;
		cursor: pointer;
		align-items: center;
		justify-content: center;
		margin: 0 10px 0 0;
	}

	header #open-mobile-menu span {
		display: block;
		height: 2px;
		background-color: #13111a;
		width: 24px;
		position: relative;
	}

	header #open-mobile-menu span::before,
	header #open-mobile-menu span::after {
		content: "";
		position: absolute;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #13111a;
	}

	header #open-mobile-menu span::before {
		top: -8px;
	}

	header #open-mobile-menu span::after {
		top: 8px;
	}

	/* Mobile Navigation Overlay */
	#primary-navigation .primary-navigation-overlay {
		position: fixed;
		background-color: rgba(0, 0, 0, 0.5);
		left: 0;
		top: 0;
		width: 100%;
		height: 100vh;
		z-index: 1098;
		visibility: hidden;
		opacity: 0;
		transition: all 0.5s ease;
	}

	#primary-navigation .primary-navigation-overlay.active {
		visibility: visible;
		opacity: 1;
	}

	/* Mobile Menu Container */
	#primary-navigation .menu-block-nav {
		position: fixed;
		width: 100vw;
		background-color: #ffffff;
		left: 0;
		top: 0;
		height: 100vh;
		overflow-y: auto;
		transform: translateX(-100%);
		transition: transform 0.5s ease;
		z-index: 1099;
	}

	#primary-navigation .menu-block-nav.active {
		transform: translateX(0);
	}

	/* Mobile Menu Header */
	#primary-navigation .menu-block-nav .mobile-menu-head {
		display: flex;
		height: 50px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		justify-content: space-between;
		align-items: center;
		position: relative;
		z-index: 501;
		position: sticky;
		background-color: #ffffff;
		top: 0;
	}

	#primary-navigation .menu-block-nav .mobile-menu-head .go-back {
		padding: 0 15px;
		border-right: 1px solid rgba(0, 0, 0, 0.1);
		cursor: pointer;
		display: none;
		height: 100%;
		align-items: center;
	}

	#primary-navigation .menu-block-nav .mobile-menu-head.active .go-back {
		display: flex;
	}

	#primary-navigation .menu-block-nav .mobile-menu-head .current-menu-title {
		font-size: 16px;
		font-weight: 500;
		padding-left: 1rem;
		color: #000000;
	}

	#primary-navigation .menu-block-nav .mobile-menu-head .mobile-menu-close {
		height: 50px;
		width: 50px;
		border-left: 1px solid rgba(0, 0, 0, 0.1);
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		font-size: 24px;
		color: #000000;
	}

	/* Mobile Menu Content - Main Menu Items */
	#primary-navigation
		.menu-block-nav
		#primary-menu-mobile
		ul.site-menu-main
		> li {
		line-height: 1;
		margin: 0;
		display: block;
	}

	#primary-navigation
		.menu-block-nav
		#primary-menu-mobile
		ul.site-menu-main
		> li
		> a {
		line-height: 50px;
		height: 50px;
		padding: 0 15px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		position: relative;
	}

	/* Submenu expand button styling handled by JavaScript */

	/* Mobile Submenu Styles */
	#primary-navigation
		.menu-block-nav
		#primary-menu-mobile
		ul.site-menu-main
		.sub-menu {
		visibility: visible;
		opacity: 1;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: #ffffff;
		max-width: none;
		min-width: auto;
		transform: translateX(100%);
		transition: transform 0.5s ease;
		box-shadow: none;
	}

	#primary-navigation
		.menu-block-nav
		#primary-menu-mobile
		ul.site-menu-main
		.sub-menu.active {
		transform: translateX(0);
	}

	/* Submenu Items */
	#primary-navigation
		.menu-block-nav
		#primary-menu-mobile
		ul.site-menu-main
		.sub-menu
		.menu-item
		> a {
		line-height: 50px;
		height: 50px;
		padding: 0 15px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		position: relative;
	}

	/* Submenu expand buttons also handled by JavaScript */

	/* Third Level Submenu */
	#primary-navigation
		.menu-block-nav
		#primary-menu-mobile
		ul.site-menu-main
		.sub-menu
		.sub-menu {
		visibility: visible;
		opacity: 1;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: #ffffff;
		transform: translateX(100%);
		transition: transform 0.5s ease;
	}

	#primary-navigation
		.menu-block-nav
		#primary-menu-mobile
		ul.site-menu-main
		.sub-menu
		.sub-menu.active {
		transform: translateX(0);
	}

	/* Mobile Menu Content */
	.mobile-menu-content {
		height: calc(100vh - 50px);
		overflow-y: auto;
		overflow-x: hidden;
		display: flex;
		flex-direction: column;
	}

	.mobile-menu-content #primary-menu-mobile {
		flex: 1;
	}

	.mobile-menu-content #primary-menu-mobile ul.site-menu-main {
		margin: 0;
		padding: 0;
	}

	/* Mobile cart icon positioning */
	.cart-icon {
		order: 1;
	}

	#open-mobile-menu {
		order: 2;
	}
}
#primary-menu ul.site-menu-main {
	margin-bottom: 0;
	padding-left: 0;
	display: flex;
	flex-direction: row;
}
@media (width < 1280px) {
	#primary-menu ul.site-menu-main {
		flex-direction: column;
		width: 100%;
	}
}
@media (min-width: 1280px) {
	#primary-menu ul.site-menu-main {
		-moz-column-gap: 30px;
		     column-gap: 30px;
		flex-direction: row;
	}
}
@media (width > 1440px) {
	#primary-menu ul.site-menu-main {
		-moz-column-gap: 44px;
		     column-gap: 44px;
	}
}
#primary-menu ul.site-menu-main li {
	list-style: none;
}
#primary-menu ul.site-menu-main ul {
	list-style: none;
	margin-left: 0;
}
#primary-menu ul.site-menu-main a {
	text-decoration: none !important;
}
#primary-menu ul.site-menu-main .sub-menu {
	background-color: rgb(255, 255, 255);
	box-shadow: -2px 2px 70px -25px rgb(0 0 0 / 30%);
	position: absolute;
	left: 0;
	top: 100%;
	margin: 0;
	padding: 12px 0;
	transition: 0.4s;
	z-index: 4;
	transform: translatey(20px);
	opacity: 0;
	visibility: hidden;
	min-width: 250px;
	font-weight: 600;
}
@media (min-width: 1280px) {
	#primary-menu li.nav-item-has-children:not(.has-megamenu) {
		position: relative;
	}
	#primary-menu
		ul.site-menu-main
		li.menu-item-has-children:hover
		> .sub-menu {
		visibility: visible;
		opacity: 1;
		z-index: 99;
		pointer-events: visible;
		transform: translateY(0);
	}
}
#primary-navigation
	.menu-block-nav
	#primary-menu-mobile
	ul.site-menu-main
	> li
	> a {
	color: #000000;
}
.otgs-development-site-front-end {
	display: none;
}
/* === BADGE FIELD STYLES === */
.badge-field {
	display: inline-block;
	margin: 0.5rem 0;
}
.badge-field .render_headline {
	display: inline-block;
	padding: 0.5rem 1rem;
	background-color: #f3f4f6;
	border-radius: 0.375rem;
	font-size: 0.875rem;
	font-weight: 500;
	text-align: center;
	border: 1px solid #e5e7eb;
	min-width: 60px;
	transition: all 0.2s ease-in-out;
	/* Border-radius może być nadpisany przez fieldStyles */
}
.badge-field .render_headline:hover {
	transform: translateY(-1px);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
/* Responsive badge sizes */
@media (max-width: 768px) {
	.badge-field .render_headline {
		padding: 0.375rem 0.75rem;
		font-size: 0.8125rem;
		min-width: 50px;
	}
}
& .has-text-align-center {
  text-align: center;
}
& .has-text-align-right {
  text-align: right;
}
& .has-text-align-left {
  text-align: left;
}
.grecaptcha-badge {
  display: none;
}
/* Mobile Fix */
@media screen and (min-width: 1440px) and (max-width: 1460px) {
	.container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1300px) {
	.container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.absolute-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-59%, -50%) !important;
}
/* --- Reguly dodane przez aktualizacje motywu (parent v1.6.0) --- */
#wpadminbar {
  top: auto !important;
  bottom: 0px !important;
}
@keyframes slideLeft {
	0% {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(0);
	}
}
@keyframes slideRight {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(100%);
	}
}
.hover-underline-animation {
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
.hover-underline-animation::after {
  position: absolute;
  bottom: 0px;
  display: block;
  height: 1px;
  width: 100%;
  transform-origin: center;
  --tw-scale-x: 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));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  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;
  --tw-content: '';
  content: var(--tw-content);
}
.hover-underline-animation:hover::after {
  content: var(--tw-content);
  --tw-scale-x: 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));
}
/* --- Reguly dodane przez aktualizacje motywu (parent v1.6.0) --- */
/* Thank You Page Animations */
@keyframes wl-checkmark-draw {
	from {
		stroke-dashoffset: 50;
	}
	to {
		stroke-dashoffset: 0;
	}
}
@keyframes wl-circle-grow {
	from {
		transform: scale(0);
		opacity: 0;
	}
	to {
		transform: scale(1);
		opacity: 1;
	}
}
@keyframes wl-spin-slow {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
.wl-thankyou-checkmark {
	animation: wl-circle-grow 0.4s ease-out forwards;
}
.wl-thankyou-checkmark-path {
	stroke-dasharray: 50;
	stroke-dashoffset: 50;
	animation: wl-checkmark-draw 0.6s ease-out 0.3s forwards;
}
.wl-thankyou-spinner {
	animation: wl-spin-slow 2s linear infinite;
}
/* Generic icon path draw (for clock, X, ban, info icons) */
@keyframes wl-icon-draw {
	from {
		stroke-dashoffset: 100;
	}
	to {
		stroke-dashoffset: 0;
	}
}
.wl-thankyou-icon-draw {
	stroke-dasharray: 100;
	stroke-dashoffset: 100;
	animation: wl-icon-draw 0.8s ease-out 0.3s forwards;
}
/* outfit-100 - latin_latin-ext */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Outfit";
	font-style: normal;
	font-weight: 100;
	src: url("../fonts/outfit-v15-latin_latin-ext-100.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* outfit-200 - latin_latin-ext */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Outfit";
	font-style: normal;
	font-weight: 200;
	src: url("../fonts/outfit-v15-latin_latin-ext-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* outfit-300 - latin_latin-ext */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Outfit";
	font-style: normal;
	font-weight: 300;
	src: url("../fonts/outfit-v15-latin_latin-ext-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* outfit-regular - latin_latin-ext */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Outfit";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/outfit-v15-latin_latin-ext-regular.woff2")
		format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* outfit-500 - latin_latin-ext */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Outfit";
	font-style: normal;
	font-weight: 500;
	src: url("../fonts/outfit-v15-latin_latin-ext-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* outfit-600 - latin_latin-ext */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Outfit";
	font-style: normal;
	font-weight: 600;
	src: url("../fonts/outfit-v15-latin_latin-ext-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* outfit-700 - latin_latin-ext */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Outfit";
	font-style: normal;
	font-weight: 700;
	src: url("../fonts/outfit-v15-latin_latin-ext-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* outfit-800 - latin_latin-ext */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Outfit";
	font-style: normal;
	font-weight: 800;
	src: url("../fonts/outfit-v15-latin_latin-ext-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* outfit-900 - latin_latin-ext */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Outfit";
	font-style: normal;
	font-weight: 900;
	src: url("../fonts/outfit-v15-latin_latin-ext-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.btn {
  display: inline-flex;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  gap: 1.5rem;
  border-radius: 25px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 2.5rem;
  padding-right: 1.25rem;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.btn-primary {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(10 97 164 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(10 97 164 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(10 97 164 / var(--tw-text-opacity, 1));
}
.btn-secondary {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.btn-ghost {
  border-width: 1px;
  border-color: transparent;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.btn-ghost:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-primary svg {
	/* Stały rozmiar ikony na samym <svg> — inaczej SVG bez width na roocie
	   (gdy klasa trafia na element wewnętrzny) domyślnie ma ~300px szerokości
	   i rozciąga przycisk. */
	height: 1.25rem;
	width: 1.25rem;
	flex-shrink: 0;
}
/* --- Reguly dodane przez aktualizacje motywu (parent v1.6.0) --- */
.btn-transparent {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.btn-transparent:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
/* --- Pasek zakładek / linków do podstron ---------------------------------
   Wspólny wygląd dla: „Do pobrania - nagłówek" (linki do podstron),
   „Linki do podstron" oraz zakładek zakładów w „Dziale Handlowym".
   Element aktywny oznaczamy klasą `.is-active` — w bloku z zakładkami
   przełącza ją JS, w blokach z linkami dokłada ją PHP. */
.wl-tabbar {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0.75rem;
}
.wl-tab-link {
  display: flex;
  cursor: pointer;
  align-items: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(207 224 239 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 17px;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(10 97 164 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  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;
}
.wl-tab-link:hover {
  --tw-border-opacity: 1;
  border-color: rgb(10 97 164 / var(--tw-border-opacity, 1));
}
/* Zakładka otwierająca popup jest <button>, nie <a> - bez tego przeglądarka
   narzuca jej własny krój i wagę pisma. */
button.wl-tab-link {
	font-family: inherit;
	font-weight: inherit;
}
.wl-tab-link.is-active {
  --tw-border-opacity: 1;
  border-color: rgb(10 97 164 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(10 97 164 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.wl-tab-link.is-active:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 61 109 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 61 109 / var(--tw-bg-opacity, 1));
}
/**
 * WooCommerce Styles - WebLegend Child Theme
 * 
 * Styling dla:
 * 1. WooCommerce blocks (cart, checkout) - CSS only
 * 2. Custom templates (product, archive, shop) - dodatkowe style
 * 3. General WooCommerce elements override
 */
/* ============================================
   WOOCOMMERCE BLOCKS STYLING
   (dla stron używających bloków Gutenberga)
   ============================================ */
/* Cart Block */
/* Checkout Block */
/* Mini Cart Block */
.wc-block-mini-cart .wc-block-mini-cart__button {
  position: relative;
}
.wc-block-mini-cart .wc-block-mini-cart__badge {
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  display: flex;
  height: 1.25rem;
  width: 1.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.wc-block-mini-cart .wc-block-mini-cart__drawer {
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 50;
  height: 100%;
  width: 20rem;
  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));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.wc-block-mini-cart .wc-block-mini-cart__products-table {
  padding: 1rem;
}
.wc-block-mini-cart .wc-block-mini-cart__footer {
  margin-top: auto;
  border-top-width: 1px;
  padding: 1rem;
}
/* ============================================
   CUSTOM TEMPLATES STYLING
   (dla custom templates w child theme)
   ============================================ */
/* Single Product */
/* Product Archive & Shop */
.products-archive-content .archive-header, .shop-content .archive-header {
  margin-bottom: 3rem;
  text-align: center;
}
.products-archive-content .archive-header .archive-description, .shop-content .archive-header .archive-description {
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.products-archive-content .products-toolbar, .shop-content .products-toolbar {
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  padding-bottom: 1rem;
}
.products-archive-content .products-toolbar .results-count, .shop-content .products-toolbar .results-count {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.products-archive-content .products-toolbar .woocommerce-ordering select, .shop-content .products-toolbar .woocommerce-ordering select {
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.products-archive-content .products-grid .products-list .product, .shop-content .products-grid .products-list .product {
  overflow: hidden;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --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);
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.products-archive-content .products-grid .products-list .product:hover, .shop-content .products-grid .products-list .product:hover {
  --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);
}
.products-archive-content .products-grid .products-list .product .woocommerce-loop-product__link, .shop-content .products-grid .products-list .product .woocommerce-loop-product__link {
  display: block;
}
.products-archive-content .products-grid .products-list .product img, .shop-content .products-grid .products-list .product img {
  height: 12rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.products-archive-content .products-grid .products-list .product .woocommerce-loop-product__title, .shop-content .products-grid .products-list .product .woocommerce-loop-product__title {
  margin-bottom: 0.5rem;
  padding: 1rem;
  padding-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  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;
}
.products-archive-content .products-grid .products-list .product .woocommerce-loop-product__title:hover, .shop-content .products-grid .products-list .product .woocommerce-loop-product__title:hover {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.products-archive-content .products-grid .products-list .product .price, .shop-content .products-grid .products-list .product .price {
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.products-archive-content .products-grid .products-list .product .price del, .shop-content .products-grid .products-list .product .price del {
  margin-right: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.products-archive-content .products-grid .products-list .product .price ins, .shop-content .products-grid .products-list .product .price ins {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.products-archive-content .products-grid .products-list .product .onsale, .shop-content .products-grid .products-list .product .onsale {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.products-archive-content .products-pagination, .shop-content .products-pagination {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products-archive-content .products-pagination > :not([hidden]) ~ :not([hidden]), .shop-content .products-pagination > :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)));
}
.products-archive-content .products-pagination .page-numbers, .shop-content .products-pagination .page-numbers {
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  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;
}
.products-archive-content .products-pagination .page-numbers:hover, .shop-content .products-pagination .page-numbers:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.products-archive-content .products-pagination .page-numbers.current, .shop-content .products-pagination .page-numbers.current {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.products-archive-content .products-pagination .page-numbers.prev,
			.products-archive-content .products-pagination .page-numbers.next,
			.shop-content .products-pagination .page-numbers.prev,
			.shop-content .products-pagination .page-numbers.next {
  font-weight: 500;
}
/* Featured Categories */
.featured-categories .categories-grid .category-item {
  display: block;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  text-align: center;
  --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);
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.featured-categories .categories-grid .category-item:hover {
  --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);
}
.featured-categories .categories-grid .category-item img {
  margin-bottom: 0.75rem;
  height: 6rem;
  width: 100%;
  border-radius: 0.25rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.featured-categories .categories-grid .category-item h3 {
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}
.featured-categories .categories-grid .category-item span {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.featured-categories .categories-grid .category-item:hover h3 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
/* ============================================
   GENERAL WOOCOMMERCE OVERRIDES
   ============================================ */
/* Wiadomości (notices) */
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  margin-bottom: 1.5rem;
  border-radius: 0.5rem;
  padding: 1rem;
}
.woocommerce-message {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}
.woocommerce-error {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
.woocommerce-info {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}
/* Form Elements */
.woocommerce .input-text,
	.woocommerce .select2-container .select2-selection--single,
	.woocommerce select,
	.woocommerce textarea {
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.woocommerce .input-text:focus,
	.woocommerce .select2-container .select2-selection--single:focus,
	.woocommerce select:focus,
	.woocommerce textarea:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
  --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);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}
.woocommerce .required {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
/* Loading states */
.woocommerce-loading::before {
  opacity: 0.5;
}
.blockUI.blockOverlay::before {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  opacity: 0.5;
}
/* Responsive adjustments */
@media (max-width: 768px) {
	.products-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1rem;
  }

	.single-product-content .product-hero {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.5rem;
  }
}
/* ==========================================================================
   Contact Form 7 — Global Styles
   Uses Tailwind @apply + cblue (#0a61a4), black, white from tailwind.config.js
   ========================================================================== */
/* --------------------------------------------------------------------------
   1. Form Container & Layout
   -------------------------------------------------------------------------- */
.wpcf7 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 42rem;
}
.wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.wpcf7-form p {
  margin: 0px;
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
.wpcf7-form label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
/* --------------------------------------------------------------------------
   2. Text Inputs & Textareas
   -------------------------------------------------------------------------- */
.wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-acceptance):not(
		.wpcf7-checkbox
	):not(.wpcf7-radio):not(.wpcf7-select):not(.wpcf7-file):not(.wpcf7-quiz) {
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  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: 200ms;
}
.wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-acceptance):not(
		.wpcf7-checkbox
	):not(.wpcf7-radio):not(.wpcf7-select):not(.wpcf7-file):not(
		.wpcf7-quiz
	):focus {
  --tw-border-opacity: 1;
  border-color: rgb(10 97 164 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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);
  --tw-ring-color: rgb(10 97 164 / 0.15);
}
.wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-acceptance):not(
		.wpcf7-checkbox
	):not(.wpcf7-radio):not(.wpcf7-select):not(.wpcf7-file):not(
		.wpcf7-quiz
	)::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-acceptance):not(
		.wpcf7-checkbox
	):not(.wpcf7-radio):not(.wpcf7-select):not(.wpcf7-file):not(
		.wpcf7-quiz
	)::placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.wpcf7-textarea {
  min-height: 140px;
  resize: vertical;
}
/* --------------------------------------------------------------------------
   3. Select Dropdowns
   -------------------------------------------------------------------------- */
.wpcf7-select {
  width: 100%;
  cursor: pointer;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  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: 200ms;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%230a61a4' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m4 6 4 4 4-4'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 0.75rem center;
	background-size: 1rem;
	padding-right: 2.5rem;
}
.wpcf7-select:focus {
  --tw-border-opacity: 1;
  border-color: rgb(10 97 164 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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);
  --tw-ring-color: rgb(10 97 164 / 0.15);
}
/* --------------------------------------------------------------------------
   4. Checkboxes & Radios
   -------------------------------------------------------------------------- */
.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-radio .wpcf7-list-item {
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.wpcf7-checkbox .wpcf7-list-item label,
.wpcf7-radio .wpcf7-list-item label {
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 0.5rem;
}
.wpcf7-checkbox input[type="checkbox"],
.wpcf7-radio input[type="radio"] {
  height: 1.25rem;
  width: 1.25rem;
  cursor: pointer;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  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: 200ms;
	-moz-appearance: none;
	     appearance: none;
	-webkit-appearance: none;
	flex-shrink: 0;
}
.wpcf7-checkbox input[type="checkbox"] {
  border-radius: 0.25rem;
}
.wpcf7-radio input[type="radio"] {
	border-radius: 50%;
}
.wpcf7-checkbox input[type="checkbox"]:checked {
  --tw-border-opacity: 1;
  border-color: rgb(10 97 164 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(10 97 164 / var(--tw-bg-opacity, 1));
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' viewBox='0 0 12 12'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2.5 6l2.5 2.5 4.5-5'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 0.75rem;
}
.wpcf7-radio input[type="radio"]:checked {
  --tw-border-opacity: 1;
  border-color: rgb(10 97 164 / var(--tw-border-opacity, 1));
	background: radial-gradient(circle, #0a61a4 40%, transparent 41%);
}
.wpcf7-checkbox input[type="checkbox"]:focus,
.wpcf7-radio input[type="radio"]:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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);
  --tw-ring-color: rgb(10 97 164 / 0.15);
}
/* --------------------------------------------------------------------------
   5. File Upload
   -------------------------------------------------------------------------- */
.wpcf7-file {
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.wpcf7-file::file-selector-button {
  margin-right: 0.75rem;
  cursor: pointer;
  border-radius: 0.5rem;
  border-width: 0px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  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: 200ms;
	background-color: #f3f4f6;
	color: #0a61a4;
}
.wpcf7-file::file-selector-button:hover {
	background-color: #e5e7eb;
}
/* --------------------------------------------------------------------------
   6. Submit Button
   -------------------------------------------------------------------------- */
.wpcf7-submit {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  border-width: 0px;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
	background-color: #0a61a4;
}
.wpcf7-submit:hover {
	background-color: rgba(10, 97, 164, 0.9);
}
.wpcf7-submit:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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);
  --tw-ring-color: rgb(10 97 164 / 0.3);
  --tw-ring-offset-width: 2px;
}
.wpcf7-submit:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
/* --------------------------------------------------------------------------
   7. Validation — Per-field Errors
   -------------------------------------------------------------------------- */
.wpcf7-not-valid {
  --tw-border-opacity: 1 !important;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;
}
.wpcf7-not-valid:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;
  --tw-ring-color: rgb(239 68 68 / 0.15) !important;
}
.wpcf7-not-valid-tip {
  margin-top: 0.375rem;
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
/* --------------------------------------------------------------------------
   8. Response Messages
   -------------------------------------------------------------------------- */
.wpcf7-response-output {
  margin-top: 1rem !important;
  border-radius: 0.5rem !important;
  border-width: 1px !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
/* Success */
.wpcf7-form.sent .wpcf7-response-output {
  --tw-border-opacity: 1 !important;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1)) !important;
}
/* Validation failed */
.wpcf7-form.invalid .wpcf7-response-output,
.wpcf7-form.unaccepted .wpcf7-response-output {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1)) !important;
}
/* Spam detected */
.wpcf7-form.spam .wpcf7-response-output {
  --tw-border-opacity: 1 !important;
  border-color: rgb(253 230 138 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(146 64 14 / var(--tw-text-opacity, 1)) !important;
}
/* Mail error */
.wpcf7-form.failed .wpcf7-response-output {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1)) !important;
}
/* --------------------------------------------------------------------------
   9. Loading Spinner
   -------------------------------------------------------------------------- */
.wpcf7-spinner {
  margin-left: 0.75rem;
  display: inline-block;
  vertical-align: middle;
	width: 20px;
	height: 20px;
	border: 2px solid #d1d5db;
	border-top-color: #0a61a4;
	border-radius: 50%;
	animation: wl-spin 0.6s linear infinite;
}
/* Hide default CF7 spinner image */
.wpcf7-spinner::before {
	display: none !important;
}
/* --------------------------------------------------------------------------
   10. Acceptance Checkbox
   -------------------------------------------------------------------------- */
.wpcf7-acceptance .wpcf7-list-item {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.wpcf7-acceptance input[type="checkbox"] {
  margin-top: 0.125rem;
  height: 1.25rem;
  width: 1.25rem;
  cursor: pointer;
  border-radius: 0.25rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  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: 200ms;
	-moz-appearance: none;
	     appearance: none;
	-webkit-appearance: none;
	flex-shrink: 0;
}
.wpcf7-acceptance input[type="checkbox"]:checked {
  --tw-border-opacity: 1;
  border-color: rgb(10 97 164 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(10 97 164 / var(--tw-bg-opacity, 1));
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' viewBox='0 0 12 12'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2.5 6l2.5 2.5 4.5-5'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 0.75rem;
}
.wpcf7-acceptance input[type="checkbox"]:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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);
  --tw-ring-color: rgb(10 97 164 / 0.15);
}
/* --------------------------------------------------------------------------
   11. Quiz Field
   -------------------------------------------------------------------------- */
.wpcf7-quiz-label {
  margin-bottom: 0.375rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.wpcf7-quiz input[type="text"] {
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  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: 200ms;
}
.wpcf7-quiz input[type="text"]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(10 97 164 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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);
  --tw-ring-color: rgb(10 97 164 / 0.15);
}
/* --------------------------------------------------------------------------
   12. Responsive
   -------------------------------------------------------------------------- */
@media (max-width: 640px) {
	.wpcf7-submit {
    width: 100%;
  }

	.wpcf7-checkbox .wpcf7-list-item,
	.wpcf7-radio .wpcf7-list-item {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }
}
/**
 * WL Custom CSS - Styles impossible to convert to Tailwind
 *
 * This file contains only styles that cannot be expressed with Tailwind CSS:
 * 1. CSS Variables (colors, spacing, shadows)
 * 2. Animations (@keyframes)
 * 3. Loading States (::after pseudo-elements)
 * 4. Custom Form Controls (checkbox, radio, slider thumbs)
 * 5. Scrollbar Styles
 * 6. Icon SVG Backgrounds
 * 7. Third-party Overrides (PhotoSwipe, FlexSlider)
 * 8. Accessibility & Print
 *
 * @package WebLegend-child-theme
 * @version 1.0.0
 */
/* ==========================================================================
   1. CSS Variables
   ========================================================================== */
:root {
	--wl-primary: #2563eb;
	--wl-primary-hover: #1d4ed8;
	--wl-secondary: #64748b;
	--wl-success: #22c55e;
	--wl-error: #ef4444;
	--wl-warning: #f59e0b;
	--wl-border: #e2e8f0;
	--wl-bg-light: #f8fafc;
	--wl-text: #1e293b;
	--wl-text-muted: #64748b;
	--wl-radius: 8px;
	--wl-radius-lg: 12px;
	--wl-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1);
	--wl-shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1);
	--wl-transition: 0.2s ease;
}
/* ==========================================================================
   2. Animations (@keyframes)
   ========================================================================== */
/* Spinner animation - used in loading states */
@keyframes wl-spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
/* Centered spinner animation - used in button loading */
@keyframes wl-spin-centered {
	to {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}
/* Fade in animation - used in dashboard sections */
@keyframes wl-fadeIn {
	from {
		opacity: 0;
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
/* Shimmer animation - used in loading skeletons */
@keyframes shimmer {
	0% {
		background-position: -200% 0;
	}
	100% {
		background-position: 200% 0;
	}
}
/* Animation utility classes */
.wl-animate-spin {
	animation: wl-spin 1s linear infinite;
}
.wl-animate-fadeIn {
	animation: wl-fadeIn 0.3s ease;
}
/* ==========================================================================
   3. Loading States (::after pseudo-elements)
   ========================================================================== */
/* Generic loading overlay */
.wl-loading {
	position: relative;
	pointer-events: none;
}
.wl-loading::after {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	border: 2px solid transparent;
	border-top-color: currentColor;
	border-radius: 50%;
	animation: wl-spin 0.6s linear infinite;
}
/* Add to cart button loading */
.wl-add-to-cart.wl-loading {
	color: transparent !important;
}
.wl-add-to-cart.wl-loading::after {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-top-color: #6b7280;
	animation: wl-spin-centered 0.6s linear infinite;
}
/* Mini cart content loading */
.wl-mini-cart-content.wl-loading::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, 0.8);
	display: flex;
	align-items: center;
	justify-content: center;
}
/* Filters sidebar loading */
.wl-filters-sidebar.wl-filters-loading::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.7);
	z-index: 10;
}
/* Loading skeleton */
.wl-filter-loading-skeleton {
	background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
	background-size: 200% 100%;
	animation: shimmer 1.5s infinite;
	border-radius: 0.25rem;
}
/* ==========================================================================
   4. Custom Form Controls
   ========================================================================== */
/* --- Custom Checkbox --- */
.wl-filter-checkbox {
	-moz-appearance: none;
	     appearance: none;
	-webkit-appearance: none;
	width: 1.25rem;
	height: 1.25rem;
	border: 2px solid #d1d5db;
	border-radius: 0.25rem;
	background-color: #fff;
	cursor: pointer;
	transition: all 0.15s ease;
}
.wl-filter-checkbox:checked {
	background-color: var(--color-primary, #2563eb);
	border-color: var(--color-primary, #2563eb);
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.wl-filter-checkbox:focus {
	outline: none;
	box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.2);
}
/* --- Custom Radio --- */
.wl-filter-radio {
	-moz-appearance: none;
	     appearance: none;
	-webkit-appearance: none;
	width: 1.25rem;
	height: 1.25rem;
	border: 2px solid #d1d5db;
	border-radius: 50%;
	background-color: #fff;
	cursor: pointer;
	transition: all 0.15s ease;
}
.wl-filter-radio:checked {
	border-color: var(--color-primary, #2563eb);
	border-width: 6px;
}
.wl-filter-radio:focus {
	outline: none;
	box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.2);
}
/* --- Price Slider Thumbs --- */
.wl-price-slider input[type="range"] {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
	background: transparent;
	pointer-events: none;
	z-index: 2;
}
.wl-price-slider input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 1.25rem;
	height: 1.25rem;
	border-radius: 50%;
	background: var(--color-primary, #2563eb);
	border: 3px solid #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
	cursor: pointer;
	pointer-events: auto;
	margin-top: -0.375rem;
}
.wl-price-slider input[type="range"]::-moz-range-thumb {
	width: 1.25rem;
	height: 1.25rem;
	border-radius: 50%;
	background: var(--color-primary, #2563eb);
	border: 3px solid #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
	cursor: pointer;
	pointer-events: auto;
}
/* --- Quantity Input Spinners (hide) --- */
.wl-qty-input::-webkit-outer-spin-button,
.wl-qty-input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.wl-qty-input {
	-moz-appearance: textfield;
}
/* --- Custom Select Arrow --- */
.wl-variation-select {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236B7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 0.75rem center;
	background-size: 1.25rem;
	padding-right: 2.5rem;
}
/* ==========================================================================
   5. Scrollbar Styles
   ========================================================================== */
/* Filters sidebar scrollbar */
.wl-filters-sidebar::-webkit-scrollbar {
	width: 4px;
}
.wl-filters-sidebar::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 2px;
}
.wl-filters-sidebar::-webkit-scrollbar-thumb {
	background: #ccc;
	border-radius: 2px;
}
.wl-filters-sidebar::-webkit-scrollbar-thumb:hover {
	background: #999;
}
/* Drawer content scrollbar */
.wl-drawer-content::-webkit-scrollbar {
	width: 4px;
}
.wl-drawer-content::-webkit-scrollbar-track {
	background: #f1f1f1;
}
.wl-drawer-content::-webkit-scrollbar-thumb {
	background: #ccc;
	border-radius: 2px;
}
/* ==========================================================================
   6. Icon SVG Backgrounds
   ========================================================================== */
.wl-icon-dashboard,
.wl-icon-cart,
.wl-icon-user,
.wl-icon-location,
.wl-icon-download,
.wl-icon-heart,
.wl-icon-logout,
.wl-icon-wallet {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.wl-icon-dashboard {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Crect x='3' y='3' width='7' height='7'/%3E%3Crect x='14' y='3' width='7' height='7'/%3E%3Crect x='14' y='14' width='7' height='7'/%3E%3Crect x='3' y='14' width='7' height='7'/%3E%3C/svg%3E");
}
.wl-icon-cart {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Ccircle cx='9' cy='21' r='1'/%3E%3Ccircle cx='20' cy='21' r='1'/%3E%3Cpath d='M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6'/%3E%3C/svg%3E");
}
.wl-icon-user {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E");
}
.wl-icon-location {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
}
.wl-icon-download {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'/%3E%3Cpolyline points='7 10 12 15 17 10'/%3E%3Cline x1='12' y1='15' x2='12' y2='3'/%3E%3C/svg%3E");
}
.wl-icon-heart {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z'/%3E%3C/svg%3E");
}
.wl-icon-logout {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ef4444' stroke-width='2'%3E%3Cpath d='M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4'/%3E%3Cpolyline points='16 17 21 12 16 7'/%3E%3Cline x1='21' y1='12' x2='9' y2='12'/%3E%3C/svg%3E");
}
.wl-icon-wallet {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Crect x='1' y='4' width='22' height='16' rx='2' ry='2'/%3E%3Cline x1='1' y1='10' x2='23' y2='10'/%3E%3C/svg%3E");
}
/* ==========================================================================
   7. Third-party Overrides
   ========================================================================== */
/* --- FlexSlider Navigation Arrows --- */
.wl-product-gallery .flex-direction-nav a::before {
	font-size: 1.25rem;
}
.wl-product-gallery .flex-direction-nav .flex-prev::before {
	content: "\2190"; /* ← */
}
.wl-product-gallery .flex-direction-nav .flex-next::before {
	content: "\2192"; /* → */
}
/* --- Zoom Trigger Icon --- */
.wl-product-gallery .woocommerce-product-gallery__trigger::before {
	content: "\1F50D"; /* magnifying glass emoji */
	font-size: 1.125rem;
}
/* --- PhotoSwipe --- */
.pswp__bg {
	background-color: rgba(0, 0, 0, 0.9);
}
.pswp__top-bar {
	background-color: transparent;
}
.pswp__button {
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
}
.pswp__button:hover {
	background-color: rgba(255, 255, 255, 0.2);
}
/* --- WooCommerce Variation Info (hide default) --- */
.woocommerce-variation-price,
.woocommerce-variation-availability {
	display: none !important;
}
/* --- Variation dt::after content --- */
.wl-cart-item-details .variation dt::after,
.wl-mini-cart-content .woocommerce-mini-cart-item .variation dt::after {
	content: ": ";
}
/* --- Stock Low Warning Icon --- */
.wl-stock-low::before {
	content: "\26A0\FE0F"; /* warning emoji */
}
/* --- Admin Sortable Helpers --- */
.wl-filter-attribute-handle {
	cursor: grab;
}
.wl-filter-attribute-handle:active {
	cursor: grabbing;
}
.wl-filter-attribute-item.ui-sortable-placeholder {
	visibility: visible !important;
	background: #f3f4f6;
	border: 2px dashed #d1d5db;
}
.wl-filter-attribute-item.ui-sortable-helper {
	background: #fff;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
/* ==========================================================================
   8. Accessibility & Print
   ========================================================================== */
/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
	.wl-toast,
	.wl-mini-cart-panel,
	.wl-mini-cart-overlay,
	.wl-filters-drawer,
	.wl-sticky-cart {
		transition-duration: 0.01ms !important;
	}

	.wl-loading::after,
	.wl-animate-spin {
		animation: none;
	}
}
/* High contrast mode */
@media (forced-colors: active) {
	.wl-toast {
		border: 2px solid currentColor;
	}

	.wl-mini-cart-panel {
		border-left: 2px solid currentColor;
	}

	.wl-filter-checkbox,
	.wl-filter-radio {
		border: 2px solid currentColor;
	}
}
/* Print styles */
@media print {
	.wl-sticky-cart,
	.wl-share-links,
	.wl-product-badges,
	.wl-mini-cart,
	.wl-toast-container,
	.wl-filters-sidebar,
	.wl-filters-mobile-trigger {
		display: none !important;
	}
}
/* ==========================================================================
   9. Status Badges (semantic colors)
   ========================================================================== */
.wl-status-badge {
	display: inline-flex;
	padding: 0.25rem 0.75rem;
	font-size: 0.75rem;
	font-weight: 500;
	border-radius: 9999px;
	text-transform: capitalize;
}
.wl-status-pending {
	background-color: #fef3c7;
	color: #92400e;
}
.wl-status-processing {
	background-color: #dbeafe;
	color: #1e40af;
}
.wl-status-on-hold {
	background-color: #fed7aa;
	color: #c2410c;
}
.wl-status-completed {
	background-color: #d1fae5;
	color: #065f46;
}
.wl-status-cancelled,
.wl-status-refunded,
.wl-status-failed {
	background-color: #fee2e2;
	color: #991b1b;
}
/* ==========================================================================
   10. Toast Type Colors (border-left)
   ========================================================================== */
.wl-toast-success {
	border-left-color: #10b981;
}
.wl-toast-success .wl-toast-icon {
	color: #10b981;
}
.wl-toast-error {
	border-left-color: #ef4444;
}
.wl-toast-error .wl-toast-icon {
	color: #ef4444;
}
.wl-toast-warning {
	border-left-color: #f59e0b;
}
.wl-toast-warning .wl-toast-icon {
	color: #f59e0b;
}
.wl-toast-info {
	border-left-color: #3b82f6;
}
.wl-toast-info .wl-toast-icon {
	color: #3b82f6;
}
/* ==========================================================================
   11. Added State for Add to Cart Button
   ========================================================================== */
.wl-add-to-cart.added {
	background-color: #10b981 !important;
	border-color: #10b981 !important;
	color: white !important;
}
/* ==========================================================================
   12. Mini Cart State Classes
   ========================================================================== */
/* Active state - show mini cart */
/* !important needed to override Tailwind utility classes (invisible, pointer-events-none) */
.wl-mini-cart.wl-active {
	visibility: visible !important;
	pointer-events: auto !important;
}
.wl-mini-cart.wl-active .wl-mini-cart-overlay {
	background: rgba(0, 0, 0, 0.5);
}
.wl-mini-cart.wl-active .wl-mini-cart-panel {
	transform: translateX(0) !important;
}
/* Closing state */
.wl-mini-cart.wl-closing .wl-mini-cart-panel {
	transform: translateX(100%) !important;
}
/* ==========================================================================
   13. Toast Base & Visibility Classes
   ========================================================================== */
/* Base toast styles */
.wl-toast {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	padding: 1rem 1.25rem;
	background-color: #fff;
	border-radius: 0.75rem;
	box-shadow:
		0 10px 15px -3px rgb(0 0 0 / 0.1),
		0 4px 6px -4px rgb(0 0 0 / 0.1);
	border-left: 4px solid #6b7280;
	pointer-events: auto;
	transition: all 0.3s ease;
}
/* Hidden state (initial) */
.wl-toast-hidden {
	opacity: 0;
	transform: translateX(-120%);
}
/* Visible state */
.wl-toast-visible {
	opacity: 1 !important;
	transform: translateX(0) !important;
}
/* Hiding animation */
.wl-toast-hiding {
	opacity: 0 !important;
	transform: translateX(-120%) !important;
}
/* Toast content */
.wl-toast-content {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	flex: 1;
	min-width: 0;
}
.wl-toast-icon {
	width: 1.5rem;
	height: 1.5rem;
	flex-shrink: 0;
}
.wl-toast-message {
	font-size: 0.875rem;
	line-height: 1.5;
	color: #1f2937;
	font-weight: 500;
}
.wl-toast-actions {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	flex-shrink: 0;
}
.wl-toast-action {
	font-size: 0.75rem;
	font-weight: 700;
	color: #2563eb;
	text-decoration: none;
	white-space: nowrap;
	padding: 0.375rem 0.75rem;
	background-color: #eff6ff;
	border-radius: 0.25rem;
	transition: background-color 0.15s ease;
}
.wl-toast-action:hover {
	background-color: #dbeafe;
}
.wl-toast-close {
	width: 1.75rem;
	height: 1.75rem;
	padding: 0.25rem;
	background: transparent;
	border: none;
	cursor: pointer;
	color: #9ca3af;
	border-radius: 0.375rem;
	transition: all 0.15s ease;
}
.wl-toast-close:hover {
	background-color: #f3f4f6;
	color: #111827;
}
/* ==========================================================================
   14. Responsive - Mobile Toast & Mini Cart
   ========================================================================== */
@media (max-width: 640px) {
	.wl-toast-container {
		left: 16px;
		right: 16px;
		bottom: 16px;
		max-width: none;
	}

	.wl-toast {
		padding: 14px 16px;
		border-radius: 10px;
	}

	.wl-toast .wl-toast-action {
		display: none;
	}

	.wl-mini-cart-panel {
		max-width: 100%;
	}

	.wl-mini-cart-header {
		padding: 16px 20px;
	}

	.wl-mini-cart-content .wl-cart-item {
		padding: 16px 20px;
	}

	.wl-mini-cart-footer {
		padding: 16px 20px;
	}

	.wl-mini-cart-actions {
		flex-direction: column;
	}
}
/* ==========================================================================
   15. My Account Block Styles
   ========================================================================== */
/* ===== GENERAL STYLES ===== */
.wl-my-account {
	font-family: inherit;
}
.wl-my-account * {
	box-sizing: border-box;
}
/* ===== GUEST VIEWS ===== */
.wl-my-account-guest .wl-guest-view {
	display: none;
}
.wl-my-account-guest .wl-guest-view.wl-active {
	display: block;
}
.wl-form-wrapper {
	max-width: 420px;
	width: 100%;
}
/* ===== FORM STYLES ===== */
.wl-form-container {
	width: 100%;
}
.wl-form {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.wl-form-group {
	display: flex;
	flex-direction: column;
	gap: 0.375rem;
}
.wl-form-row {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	align-items: center;
	justify-content: space-between;
}
.wl-form-row-2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
}
@media (max-width: 640px) {
	.wl-form-row-2 {
		grid-template-columns: 1fr;
	}
}
.wl-form-label {
	font-size: 0.875rem;
	font-weight: 500;
	color: var(--wl-text);
}
.wl-form-input,
.wl-form-select {
	width: 100%;
	padding: 0.75rem 1rem;
	font-size: 1rem;
	line-height: 1.5;
	color: var(--wl-text);
	background-color: #fff;
	border: 1px solid var(--wl-border);
	border-radius: var(--wl-radius);
	transition:
		border-color var(--wl-transition),
		box-shadow var(--wl-transition);
}
.wl-form-input:focus,
.wl-form-select:focus {
	outline: none;
	border-color: var(--wl-primary);
	box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}
.wl-form-input.wl-error {
	border-color: var(--wl-error);
}
.wl-form-input::-moz-placeholder {
	color: var(--wl-text-muted);
}
.wl-form-input::placeholder {
	color: var(--wl-text-muted);
}
.wl-form-hint,
.wl-password-hint {
	font-size: 0.75rem;
	color: var(--wl-text-muted);
}
/* Password Toggle */
.wl-password-wrapper {
	position: relative;
	display: flex;
	align-items: center;
}
.wl-password-wrapper .wl-form-input {
	padding-right: 3rem;
}
.wl-password-toggle {
	position: absolute;
	right: 0.75rem;
	padding: 0.25rem;
	background: none;
	border: none;
	cursor: pointer;
	color: var(--wl-text-muted);
	transition: color var(--wl-transition);
}
.wl-password-toggle:hover {
	color: var(--wl-text);
}
.wl-password-toggle svg {
	width: 20px;
	height: 20px;
}
/* Checkbox */
.wl-checkbox-label {
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
	cursor: pointer;
	font-size: 0.875rem;
}
.wl-form-checkbox {
	width: 1.125rem;
	height: 1.125rem;
	margin-top: 0.125rem;
	accent-color: var(--wl-primary);
	cursor: pointer;
}
.wl-checkbox-text {
	color: var(--wl-text);
}
.wl-checkbox-text a {
	color: var(--wl-primary);
	text-decoration: underline;
}
/* Field Error */
.wl-field-error {
	font-size: 0.75rem;
	color: var(--wl-error);
	min-height: 1rem;
}
/* Form Messages */
.wl-form-message {
	padding: 0.75rem 1rem;
	border-radius: var(--wl-radius);
	font-size: 0.875rem;
}
.wl-form-message-error {
	background-color: #fef2f2;
	color: var(--wl-error);
	border: 1px solid #fecaca;
}
.wl-form-message-success {
	background-color: #f0fdf4;
	color: var(--wl-success);
	border: 1px solid #bbf7d0;
}
/* Form Footer */
.wl-form-footer {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding-top: 0.5rem;
	font-size: 0.875rem;
}
.wl-form-footer-text {
	color: var(--wl-text-muted);
}
.wl-form-link {
	color: var(--wl-primary);
	text-decoration: none;
	font-weight: 500;
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
	transition: color var(--wl-transition);
}
.wl-form-link:hover {
	color: var(--wl-primary-hover);
	text-decoration: underline;
}
.wl-forgot-password-link {
	font-size: 0.875rem;
}
/* ===== BUTTONS (My Account specific) ===== */
.wl-my-account .wl-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 0.75rem 1.5rem;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	text-decoration: none;
	border-radius: var(--wl-radius);
	cursor: pointer;
	transition: all var(--wl-transition);
	border: none;
}
.wl-my-account .wl-btn-primary {
	background-color: var(--wl-primary);
	color: #fff;
}
.wl-my-account .wl-btn-primary:hover {
	background-color: var(--wl-primary-hover);
}
.wl-my-account .wl-btn-outline {
	background-color: transparent;
	color: var(--wl-primary);
	border: 1px solid var(--wl-primary);
}
.wl-my-account .wl-btn-outline:hover {
	background-color: var(--wl-primary);
	color: #fff;
}
.wl-my-account .wl-btn-full {
	width: 100%;
}
.wl-my-account .wl-btn-sm {
	padding: 0.5rem 1rem;
	font-size: 0.875rem;
}
.wl-my-account .wl-btn-disabled {
	background-color: var(--wl-border);
	color: var(--wl-text-muted);
	cursor: not-allowed;
}
.wl-my-account .wl-btn:disabled {
	opacity: 0.7;
	cursor: not-allowed;
}
/* Button Loading */
.wl-btn-loading {
	display: inline-flex;
	align-items: center;
}
.wl-spinner {
	width: 20px;
	height: 20px;
	animation: wl-spin 1s linear infinite;
}
/* ===== DASHBOARD LAYOUT ===== */
.wl-my-account-dashboard {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}
.wl-dashboard-header {
	margin-bottom: 1rem;
}
.wl-dashboard-layout {
	display: grid;
	grid-template-columns: 240px 1fr;
	gap: 2rem;
	align-items: start;
}
@media (max-width: 768px) {
	.wl-dashboard-layout {
		grid-template-columns: 1fr;
	}
}
/* Dashboard Navigation */
.wl-dashboard-nav {
	background-color: var(--wl-bg-light);
	border-radius: var(--wl-radius-lg);
	padding: 0.5rem;
	position: sticky;
	top: 100px;
}
@media (max-width: 768px) {
	.wl-dashboard-nav {
		position: static;
	}
}
.wl-dashboard-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}
@media (max-width: 768px) {
	.wl-dashboard-menu {
		flex-direction: row;
		flex-wrap: wrap;
	}
}
.wl-dashboard-menu-item {
	border-radius: var(--wl-radius);
}
.wl-dashboard-menu-link {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	padding: 0.75rem 1rem;
	color: var(--wl-text);
	text-decoration: none;
	border-radius: var(--wl-radius);
	transition: all var(--wl-transition);
}
.wl-dashboard-menu-link:hover {
	background-color: #fff;
	color: var(--wl-primary);
}
.wl-dashboard-menu-item.wl-active .wl-dashboard-menu-link {
	background-color: #fff;
	color: var(--wl-primary);
	box-shadow: var(--wl-shadow);
}
.wl-menu-logout .wl-dashboard-menu-link {
	color: var(--wl-error);
}
.wl-menu-logout .wl-dashboard-menu-link:hover {
	background-color: #fef2f2;
}
.wl-menu-icon {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
}
.wl-menu-label {
	font-size: 0.875rem;
	font-weight: 500;
}
/* Dashboard Content */
.wl-dashboard-content {
	min-height: 400px;
}
.wl-dashboard-content.wl-loading {
	opacity: 0.5;
	pointer-events: none;
}
.wl-dashboard-section {
	animation: wl-fadeIn 0.3s ease;
}
/* Section Titles */
.wl-section-title {
	font-size: 1.5rem;
	font-weight: 600;
	color: var(--wl-text);
	margin: 0 0 1.5rem;
}
.wl-subsection-title {
	font-size: 1.125rem;
	font-weight: 600;
	color: var(--wl-text);
	margin: 0 0 1rem;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}
.wl-section-description {
	color: var(--wl-text-muted);
	margin-bottom: 1.5rem;
}
/* ===== OVERVIEW SECTION ===== */
.wl-welcome-message {
	margin-bottom: 2rem;
}
.wl-welcome-title {
	font-size: 1.5rem;
	font-weight: 600;
	margin: 0 0 0.5rem;
}
.wl-welcome-text {
	color: var(--wl-text-muted);
	margin: 0;
}
/* Stats Grid */
.wl-stats-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 1rem;
	margin-bottom: 2rem;
}
.wl-stat-card {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 1.25rem;
	background-color: var(--wl-bg-light);
	border-radius: var(--wl-radius-lg);
}
.wl-stat-icon {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--wl-primary);
	color: #fff;
	border-radius: var(--wl-radius);
}
.wl-stat-content {
	display: flex;
	flex-direction: column;
}
.wl-stat-value {
	font-size: 1.25rem;
	font-weight: 600;
	color: var(--wl-text);
}
.wl-stat-label {
	font-size: 0.875rem;
	color: var(--wl-text-muted);
}
/* Quick Actions */
.wl-quick-actions {
	margin-bottom: 2rem;
}
.wl-actions-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	gap: 1rem;
}
.wl-action-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.75rem;
	padding: 1.5rem;
	background-color: #fff;
	border: 1px solid var(--wl-border);
	border-radius: var(--wl-radius-lg);
	text-decoration: none;
	color: var(--wl-text);
	transition: all var(--wl-transition);
}
.wl-action-card:hover {
	border-color: var(--wl-primary);
	box-shadow: var(--wl-shadow-md);
}
.wl-action-icon {
	width: 32px;
	height: 32px;
	color: var(--wl-primary);
}
.wl-action-label {
	font-size: 0.875rem;
	font-weight: 500;
	text-align: center;
}
/* Recent Orders Mini */
.wl-recent-orders {
	margin-bottom: 1rem;
}
.wl-orders-mini-list {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	margin-bottom: 1rem;
}
.wl-order-mini-item {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 1rem;
	background-color: var(--wl-bg-light);
	border-radius: var(--wl-radius);
}
.wl-order-mini-info {
	display: flex;
	flex-direction: column;
	flex: 1;
}
.wl-order-mini-number {
	font-weight: 600;
}
.wl-order-mini-date {
	font-size: 0.75rem;
	color: var(--wl-text-muted);
}
.wl-order-mini-total {
	font-weight: 600;
}
.wl-order-mini-link {
	display: flex;
	align-items: center;
	gap: 0.25rem;
	font-size: 0.875rem;
	color: var(--wl-primary);
	text-decoration: none;
}
.wl-order-mini-link:hover {
	text-decoration: underline;
}
.wl-view-all-link {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	color: var(--wl-primary);
	text-decoration: none;
	font-weight: 500;
}
.wl-view-all-link:hover {
	text-decoration: underline;
}
/* ===== ORDERS TABLE ===== */
.wl-orders-table-wrapper {
	overflow-x: auto;
}
.wl-orders-table {
	width: 100%;
	border-collapse: collapse;
}
.wl-orders-table th,
.wl-orders-table td {
	padding: 1rem;
	text-align: left;
	border-bottom: 1px solid var(--wl-border);
}
.wl-orders-table th {
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--wl-text-muted);
	background-color: var(--wl-bg-light);
}
.wl-orders-table tr:hover {
	background-color: var(--wl-bg-light);
}
.wl-order-number {
	font-weight: 600;
}
.wl-order-items-count {
	display: block;
	font-size: 0.75rem;
	color: var(--wl-text-muted);
}
@media (max-width: 768px) {
	.wl-orders-table-wrapper {
		display: none;
	}
}
/* Mobile Orders List */
.wl-orders-list-mobile {
	display: none;
}
@media (max-width: 768px) {
	.wl-orders-list-mobile {
		display: flex;
		flex-direction: column;
		gap: 1rem;
	}
}
.wl-order-card {
	border: 1px solid var(--wl-border);
	border-radius: var(--wl-radius-lg);
	overflow: hidden;
}
.wl-order-card-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1rem;
	background-color: var(--wl-bg-light);
}
.wl-order-card-body {
	padding: 1rem;
}
.wl-order-card-row {
	display: flex;
	justify-content: space-between;
	padding: 0.5rem 0;
}
.wl-order-card-row:not(:last-child) {
	border-bottom: 1px solid var(--wl-border);
}
.wl-order-label {
	color: var(--wl-text-muted);
}
.wl-order-value {
	font-weight: 500;
}
.wl-order-card-footer {
	padding: 1rem;
	border-top: 1px solid var(--wl-border);
}
/* Pagination */
.wl-orders-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	margin-top: 2rem;
	padding-top: 1rem;
	border-top: 1px solid var(--wl-border);
}
.wl-pagination-link {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	color: var(--wl-primary);
	text-decoration: none;
	font-weight: 500;
}
.wl-pagination-link:hover {
	text-decoration: underline;
}
.wl-pagination-info {
	color: var(--wl-text-muted);
	font-size: 0.875rem;
}
/* ===== ORDER DETAILS ===== */
.wl-back-link {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	color: var(--wl-text-muted);
	text-decoration: none;
	font-size: 0.875rem;
	margin-bottom: 1.5rem;
	transition: color var(--wl-transition);
}
.wl-back-link:hover {
	color: var(--wl-primary);
}
.wl-order-details-header {
	margin-bottom: 2rem;
}
.wl-order-details-title {
	display: flex;
	align-items: center;
	gap: 1rem;
	flex-wrap: wrap;
}
.wl-order-details-title h3 {
	margin: 0;
}
.wl-order-details-meta {
	display: flex;
	gap: 1.5rem;
	margin-top: 0.5rem;
	color: var(--wl-text-muted);
	font-size: 0.875rem;
}
.wl-order-details-meta span {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}
/* Order Items */
.wl-order-items {
	margin-bottom: 2rem;
}
.wl-order-items-list {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.wl-order-item {
	display: flex;
	gap: 1rem;
	padding: 1rem;
	background-color: var(--wl-bg-light);
	border-radius: var(--wl-radius);
}
.wl-order-item-image {
	width: 80px;
	height: 80px;
	flex-shrink: 0;
}
.wl-order-item-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: var(--wl-radius);
}
.wl-order-item-placeholder {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--wl-border);
	border-radius: var(--wl-radius);
	color: var(--wl-text-muted);
}
.wl-order-item-details {
	flex: 1;
}
.wl-order-item-name {
	margin: 0 0 0.25rem;
	font-size: 1rem;
}
.wl-order-item-meta {
	font-size: 0.75rem;
	color: var(--wl-text-muted);
	margin-bottom: 0.25rem;
}
.wl-order-item-qty {
	font-size: 0.875rem;
	color: var(--wl-text-muted);
}
.wl-order-item-price {
	font-weight: 600;
	white-space: nowrap;
}
/* Order Totals */
.wl-order-totals {
	max-width: 400px;
	margin-left: auto;
	margin-bottom: 2rem;
}
.wl-order-totals-row {
	display: flex;
	justify-content: space-between;
	padding: 0.75rem 0;
	border-bottom: 1px solid var(--wl-border);
}
.wl-order-totals-row.wl-discount .wl-order-totals-value {
	color: var(--wl-success);
}
.wl-order-totals-row.wl-total {
	font-size: 1.125rem;
	font-weight: 600;
	border-bottom: none;
	padding-top: 1rem;
}
.wl-order-totals-label small {
	display: block;
	font-weight: normal;
	color: var(--wl-text-muted);
}
/* Addresses */
.wl-order-addresses {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 2rem;
	margin-bottom: 2rem;
}
.wl-address-column {
	padding: 1.5rem;
	background-color: var(--wl-bg-light);
	border-radius: var(--wl-radius-lg);
}
.wl-address-content {
	line-height: 1.6;
}
.wl-address-extra {
	margin-top: 0.75rem;
	font-size: 0.875rem;
}
/* Order Notes */
.wl-order-notes {
	padding: 1.5rem;
	background-color: #fefce8;
	border-radius: var(--wl-radius-lg);
	border: 1px solid #fef08a;
}
.wl-order-note-content {
	font-style: italic;
	color: var(--wl-text);
}
/* ===== ACCOUNT DETAILS ===== */
.wl-account-form-wrapper,
.wl-password-form-wrapper {
	padding: 1.5rem;
	background-color: var(--wl-bg-light);
	border-radius: var(--wl-radius-lg);
	margin-bottom: 2rem;
}
.wl-form-description {
	color: var(--wl-text-muted);
	font-size: 0.875rem;
	margin-bottom: 1rem;
}
/* ===== ADDRESSES ===== */
.wl-addresses-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	gap: 2rem;
}
.wl-address-card {
	padding: 1.5rem;
	background-color: var(--wl-bg-light);
	border-radius: var(--wl-radius-lg);
}
.wl-address-title {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin: 0 0 1.5rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid var(--wl-border);
}
/* ===== DOWNLOADS ===== */
.wl-downloads-list {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.wl-download-item {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 1.25rem;
	background-color: var(--wl-bg-light);
	border-radius: var(--wl-radius-lg);
}
.wl-download-icon {
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--wl-primary);
	color: #fff;
	border-radius: var(--wl-radius);
	flex-shrink: 0;
}
.wl-download-info {
	flex: 1;
}
.wl-download-name {
	margin: 0 0 0.25rem;
	font-size: 1rem;
}
.wl-download-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1rem;
	font-size: 0.75rem;
	color: var(--wl-text-muted);
}
.wl-download-action {
	flex-shrink: 0;
}
/* ===== FAVOURITES ===== */
.wl-favourites-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 1.5rem;
}
.wl-favourite-card {
	position: relative;
	display: flex;
	flex-direction: column;
	background-color: #fff;
	border: 1px solid var(--wl-border);
	border-radius: var(--wl-radius-lg);
	overflow: hidden;
	transition: box-shadow var(--wl-transition);
}
.wl-favourite-card:hover {
	box-shadow: var(--wl-shadow-md);
}
.wl-favourite-remove {
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	z-index: 10;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	color: var(--wl-text-muted);
	box-shadow: var(--wl-shadow);
	transition: all var(--wl-transition);
}
.wl-favourite-remove:hover {
	color: var(--wl-error);
	background-color: #fef2f2;
}
.wl-favourite-image {
	position: relative;
	aspect-ratio: 1;
	overflow: hidden;
}
.wl-favourite-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	transition: transform var(--wl-transition);
}
.wl-favourite-card:hover .wl-favourite-image img {
	transform: scale(1.05);
}
.wl-favourite-placeholder {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--wl-bg-light);
	color: var(--wl-text-muted);
}
.wl-favourite-out-of-stock {
	position: absolute;
	bottom: 0.5rem;
	left: 0.5rem;
	padding: 0.25rem 0.5rem;
	background-color: var(--wl-error);
	color: #fff;
	font-size: 0.75rem;
	font-weight: 500;
	border-radius: var(--wl-radius);
}
.wl-favourite-info {
	padding: 1rem;
	flex: 1;
}
.wl-favourite-name {
	margin: 0 0 0.5rem;
	font-size: 0.875rem;
	line-height: 1.4;
}
.wl-favourite-name a {
	color: var(--wl-text);
	text-decoration: none;
}
.wl-favourite-name a:hover {
	color: var(--wl-primary);
}
.wl-favourite-price {
	font-weight: 600;
	color: var(--wl-text);
}
.wl-favourite-price del {
	color: var(--wl-text-muted);
	font-weight: normal;
}
.wl-favourite-price ins {
	text-decoration: none;
	color: var(--wl-error);
}
.wl-favourite-actions {
	padding: 0 1rem 1rem;
}
/* ===== EMPTY STATES ===== */
.wl-empty-state {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 4rem 2rem;
	text-align: center;
	background-color: var(--wl-bg-light);
	border-radius: var(--wl-radius-lg);
}
.wl-empty-icon {
	width: 64px;
	height: 64px;
	margin-bottom: 1.5rem;
	color: var(--wl-text-muted);
}
.wl-empty-title {
	margin: 0 0 0.5rem;
	font-size: 1.25rem;
}
.wl-empty-text {
	margin: 0 0 1.5rem;
	color: var(--wl-text-muted);
	max-width: 400px;
}
/* ===== ERROR STATES ===== */
.wl-my-account .wl-error {
	padding: 1.5rem;
	background-color: #fef2f2;
	color: var(--wl-error);
	border: 1px solid #fecaca;
	border-radius: var(--wl-radius);
	text-align: center;
}
.wl-error-message {
	padding: 2rem;
	background-color: #fef2f2;
	color: var(--wl-error);
	border-radius: var(--wl-radius);
	text-align: center;
}
/* ===== Checkout Draft Status ===== */
.wl-status-checkout-draft {
	background-color: #e0e7ff;
	color: #3730a3;
}
/* ==========================================================================
   16. Product Preview Card Styles
   ========================================================================== */
/* Line clamp utilities */
.line-clamp-2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
/* Product grid animations */
.product-item:hover {
	transform: translateY(-2px);
}
/* Sale badge pulse animation */
.sale-badge {
	animation: wl-pulse 2s infinite;
}
@keyframes wl-pulse {
	0%,
	100% {
		opacity: 1;
	}
	50% {
		opacity: 0.8;
	}
}
/* ==========================================================================
   17. Favourite Button Styles
   ========================================================================== */
.wl-favourite-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: white;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	cursor: pointer;
	transition: all 0.2s ease;
}
.wl-favourite-btn:hover {
	transform: scale(1.1);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.wl-favourite-btn .wl-heart-icon {
	width: 18px;
	height: 16px;
	transition: all 0.2s ease;
}
.wl-favourite-btn .wl-heart-empty {
	color: #666;
}
.wl-favourite-btn .wl-heart-filled {
	display: none;
	color: #ef4444;
}
.wl-favourite-btn.is-favourite .wl-heart-empty {
	display: none;
}
.wl-favourite-btn.is-favourite .wl-heart-filled {
	display: block;
}
.wl-favourite-btn.wl-favourite-animate {
	animation: wl-heart-pop 0.3s ease;
}
@keyframes wl-heart-pop {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.3);
	}
	100% {
		transform: scale(1);
	}
}
/* Single product button variant */
.wl-favourite-btn--single {
	width: auto;
	height: auto;
	padding: 12px 20px;
	border-radius: 6px;
	background: #f3f4f6;
	box-shadow: none;
	gap: 8px;
}
.wl-favourite-btn--single:hover {
	background: #e5e7eb;
	transform: none;
}
.wl-favourite-btn--single .wl-heart-icon {
	width: 20px;
	height: 18px;
}
.wl-favourite-btn--single.is-favourite {
	background: #fef2f2;
}
.wl-favourite-btn--single.is-favourite:hover {
	background: #fee2e2;
}
/* ==========================================================================
   18. Comparison Button Styles
   ========================================================================== */
.wl-comparison-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: white;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	cursor: pointer;
	transition: all 0.2s ease;
}
.wl-comparison-btn:hover {
	transform: scale(1.1);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.wl-comparison-btn .wl-scale-icon {
	width: 18px;
	height: 16px;
	transition: all 0.2s ease;
}
.wl-comparison-btn .wl-scale-empty {
	color: #666;
}
.wl-comparison-btn .wl-scale-filled {
	display: none;
	color: #3b82f6;
}
.wl-comparison-btn.is-in-comparison {
	background: #3b82f6;
}
.wl-comparison-btn.is-in-comparison .wl-scale-empty {
	display: none;
}
.wl-comparison-btn.is-in-comparison .wl-scale-filled {
	display: block;
	color: white;
}
.wl-comparison-btn.wl-comparison-animate {
	animation: wl-scale-pop 0.3s ease;
}
@keyframes wl-scale-pop {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.3);
	}
	100% {
		transform: scale(1);
	}
}
/* Single product comparison button variant */
.wl-comparison-btn--single {
	width: auto;
	height: auto;
	padding: 12px 20px;
	border-radius: 6px;
	background: #f3f4f6;
	box-shadow: none;
	gap: 8px;
}
.wl-comparison-btn--single:hover {
	background: #e5e7eb;
	transform: none;
}
.wl-comparison-btn--single .wl-scale-icon {
	width: 20px;
	height: 18px;
}
.wl-comparison-btn--single.is-in-comparison {
	background: #dbeafe;
}
.wl-comparison-btn--single.is-in-comparison:hover {
	background: #bfdbfe;
}
.wl-comparison-single-wrapper {
	margin-top: 10px;
}
/* =========================================================================
   Reguly dodane przez aktualizacje motywu (parent v1.6.0).
   Wyzwalane przez JS motywu nadrzednego / bloki z generatora.
   ========================================================================= */
/*
 * Accordion collapse/expand (blocks generated by WL HTML to Block).
 * Pairs with the vanilla accordion handler in the PARENT theme's
 * resources/js/app.js (.accordion-toggle click toggles ".active" on the
 * closest ".accordion"). The JS only touches the class — without these
 * rules .accordion-content is always visible and the toggle does nothing.
 * Mirror of the same rules in the parent theme's custom.css (frontend
 * loads the CHILD's compiled app.css when the child theme is active).
 */
.accordion .accordion-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-in-out;
}
.accordion.active .accordion-content {
	max-height: 2000px;
}
html {
  scroll-behavior: smooth;
  font-family: Outfit, sans-serif;
}
/* Bold */
.editor_styles strong,
	.editor_styles b {
  font-weight: 700;
}
/* Italic */
.editor_styles em,
	.editor_styles i {
  font-style: italic;
}
/* Underline */
.editor_styles u {
  text-decoration-line: underline;
}
/* Paragraphs */
.editor_styles p {
  margin-bottom: 1rem;
}
.editor_styles p:last-child {
  margin-bottom: 0px;
}
/* Links */
.editor_styles a {
  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;
		color: var(--color-primary, #2563eb);
}
/* Unordered lists */
.editor_styles ul {
  margin-bottom: 1rem;
  list-style-type: disc;
  padding-left: 1.5rem;
}
.editor_styles ul:last-child {
  margin-bottom: 0px;
}
.editor_styles ul li {
  margin-bottom: 0.25rem;
}
.editor_styles ul li:last-child {
  margin-bottom: 0px;
}
/* Nesting level 2 */
.editor_styles ul ul {
  margin-top: 0.25rem;
  margin-bottom: 0px;
  list-style-type: circle;
}
/* Nesting level 3 */
.editor_styles ul ul ul {
  list-style-type: square;
}
/* Ordered lists */
.editor_styles ol {
  margin-bottom: 1rem;
  list-style-type: decimal;
  padding-left: 1.5rem;
}
.editor_styles ol:last-child {
  margin-bottom: 0px;
}
.editor_styles ol li {
  margin-bottom: 0.25rem;
}
.editor_styles ol li:last-child {
  margin-bottom: 0px;
}
/* Nesting level 2 */
.editor_styles ol ol {
  margin-top: 0.25rem;
  margin-bottom: 0px;
  list-style-type: lower-alpha;
}
/* Nesting level 3 */
.editor_styles ol ol ol {
  list-style-type: lower-roman;
}
/* Tables */
.editor_styles table {
  margin-bottom: 1rem;
  width: 100%;
  border-collapse: collapse;
}
.editor_styles table:last-child {
  margin-bottom: 0px;
}
.editor_styles table th {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
  font-weight: 600;
}
.editor_styles table td {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.editor_styles table tr:nth-child(even) td {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.marker\:content-none *::marker {
  --tw-content: none;
  content: var(--tw-content);
}
.marker\:content-none::marker {
  --tw-content: none;
  content: var(--tw-content);
}
.placeholder\:text-\[\#999999\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}
.placeholder\:text-\[\#999999\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}
.placeholder\:text-cblue::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(10 97 164 / var(--tw-text-opacity, 1));
}
.placeholder\:text-cblue::placeholder {
  --tw-text-opacity: 1;
  color: rgb(10 97 164 / var(--tw-text-opacity, 1));
}
.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}
.before\:\!bottom-0::before {
  content: var(--tw-content);
  bottom: 0px !important;
}
.before\:-top-2::before {
  content: var(--tw-content);
  top: -0.5rem;
}
.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}
.before\:block::before {
  content: var(--tw-content);
  display: block;
}
.before\:size-full::before {
  content: var(--tw-content);
  width: 100%;
  height: 100%;
}
.before\:bg-black::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}
.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}
.after\:bottom-0::after {
  content: var(--tw-content);
  bottom: 0px;
}
.after\:left-0::after {
  content: var(--tw-content);
  left: 0px;
}
.after\:top-2::after {
  content: var(--tw-content);
  top: 0.5rem;
}
.after\:block::after {
  content: var(--tw-content);
  display: block;
}
.after\:size-full::after {
  content: var(--tw-content);
  width: 100%;
  height: 100%;
}
.after\:h-\[1px\]::after {
  content: var(--tw-content);
  height: 1px;
}
.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}
.after\:origin-center::after {
  content: var(--tw-content);
  transform-origin: center;
}
.after\:scale-x-0::after {
  content: var(--tw-content);
  --tw-scale-x: 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));
}
.after\:bg-black::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.after\:bg-white::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.after\:transition::after {
  content: var(--tw-content);
  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;
}
.after\:duration-300::after {
  content: var(--tw-content);
  transition-duration: 300ms;
}
.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}
.first\:border-t-0:first-child {
  border-top-width: 0px;
}
.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}
.odd\:bg-\[\#f8fafc\]:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}
.open\:border-cblue[open] {
  --tw-border-opacity: 1;
  border-color: rgb(10 97 164 / var(--tw-border-opacity, 1));
}
.hover\:-translate-y-0\.5:hover {
  --tw-translate-y: -0.125rem;
  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-100:hover {
  --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));
}
.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\:border-\[\#0755BF\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(7 85 191 / var(--tw-border-opacity, 1));
}
.hover\:border-\[\#c7d9ea\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(199 217 234 / var(--tw-border-opacity, 1));
}
.hover\:border-accent:hover {
  --tw-border-opacity: 1;
  border-color: rgb(99 113 96 / var(--tw-border-opacity, 1));
}
.hover\:border-cblue:hover {
  --tw-border-opacity: 1;
  border-color: rgb(10 97 164 / var(--tw-border-opacity, 1));
}
.hover\:border-dblue:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 61 109 / var(--tw-border-opacity, 1));
}
.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.hover\:border-gray-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.hover\:border-red-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}
.hover\:bg-\[\#0755BF\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(7 85 191 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#e6b800\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(230 184 0 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#f1f7fc\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 247 252 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#f2f7fc\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(242 247 252 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#f8fafc\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}
.hover\:bg-accent:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(99 113 96 / var(--tw-bg-opacity, 1));
}
.hover\:bg-accent\/90:hover {
  background-color: rgb(99 113 96 / 0.9);
}
.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}
.hover\:bg-cblue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(10 97 164 / var(--tw-bg-opacity, 1));
}
.hover\:bg-dblue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 61 109 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-white\/40:hover {
  background-color: rgb(255 255 255 / 0.4);
}
.hover\:text-\[\#0755BF\]:hover {
  --tw-text-opacity: 1;
  color: rgb(7 85 191 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#0A61A4\]:hover {
  --tw-text-opacity: 1;
  color: rgb(10 97 164 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#84B0D1\]:hover {
  --tw-text-opacity: 1;
  color: rgb(132 176 209 / var(--tw-text-opacity, 1));
}
.hover\:text-accent:hover {
  --tw-text-opacity: 1;
  color: rgb(99 113 96 / var(--tw-text-opacity, 1));
}
.hover\:text-blue-500:hover {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.hover\:text-cblue:hover {
  --tw-text-opacity: 1;
  color: rgb(10 97 164 / var(--tw-text-opacity, 1));
}
.hover\:text-dblue:hover {
  --tw-text-opacity: 1;
  color: rgb(0 61 109 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.hover\:text-red-600:hover {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.hover\:text-red-700:hover {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.hover\:text-red-800:hover {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / 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-70:hover {
  opacity: 0.7;
}
.hover\:shadow-\[0_4px_12px_rgba\(0\2c 0\2c 0\2c 0\.2\)\]:hover {
  --tw-shadow: 0 4px 12px rgba(0,0,0,0.2);
  --tw-shadow-colored: 0 4px 12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-lg:hover {
  --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);
}
.hover\:shadow-md:hover {
  --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);
}
.focus\:border-accent:focus {
  --tw-border-opacity: 1;
  border-color: rgb(99 113 96 / var(--tw-border-opacity, 1));
}
.focus\:border-cblue:focus {
  --tw-border-opacity: 1;
  border-color: rgb(10 97 164 / var(--tw-border-opacity, 1));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-1: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(1px + 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);
}
.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);
}
.focus\:ring-accent:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 113 96 / var(--tw-ring-opacity, 1));
}
.focus\:ring-accent\/20:focus {
  --tw-ring-color: rgb(99 113 96 / 0.2);
}
.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}
.focus\:ring-cblue:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(10 97 164 / var(--tw-ring-opacity, 1));
}
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:opacity-40:disabled {
  opacity: 0.4;
}
.disabled\:opacity-50:disabled {
  opacity: 0.5;
}
.group[open] .group-open\:rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group[open] .group-open\:rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:visible {
  visibility: visible;
}
.group:hover .group-hover\:translate-x-1 {
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:skew-y-3 {
  --tw-skew-y: 3deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:bg-cblue {
  --tw-bg-opacity: 1;
  background-color: rgb(10 97 164 / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:text-cblue {
  --tw-text-opacity: 1;
  color: rgb(10 97 164 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
.aria-selected\:text-cblue[aria-selected="true"] {
  --tw-text-opacity: 1;
  color: rgb(10 97 164 / var(--tw-text-opacity, 1));
}
@media not all and (min-width: 640px) {

  .max-sm\:bottom-4 {
    bottom: 1rem;
  }

  .max-sm\:left-4 {
    left: 1rem;
  }

  .max-sm\:right-4 {
    right: 1rem;
  }

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

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

  .max-sm\:max-w-none {
    max-width: none;
  }

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

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

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

  .max-sm\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .max-sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 640px) {

  .sm\:col-span-1 {
    grid-column: span 1 / span 1;
  }

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

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

  .sm\:\!h-\[186px\] {
    height: 186px !important;
  }

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

  .sm\:w-\[calc\(50\%-1\.25rem\)\] {
    width: calc(50% - 1.25rem);
  }

  .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\:justify-center {
    justify-content: center;
  }

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

  .sm\:border-\[\#cedfed\] {
    --tw-border-opacity: 1;
    border-color: rgb(206 223 237 / var(--tw-border-opacity, 1));
  }

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

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

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

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

  .sm\:pl-10 {
    padding-left: 2.5rem;
  }

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

  .sm\:leading-\[44px\] {
    line-height: 44px;
  }
}
@media (min-width: 650px) {

  .min-\[650px\]\:block {
    display: block;
  }

  .min-\[650px\]\:hidden {
    display: none;
  }
}
@media (min-width: 768px) {

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

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

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

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

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

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

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

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

  .md\:ml-8 {
    margin-left: 2rem;
  }

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

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

  .md\:basis-\[calc\(\(100\%-40px\)\/3\)\] {
    flex-basis: calc((100% - 40px) / 3);
  }

  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, 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-nowrap {
    flex-wrap: nowrap;
  }

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

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

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

  .md\:gap-1 {
    gap: 0.25rem;
  }

  .md\:gap-2 {
    gap: 0.5rem;
  }

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

  .md\:gap-4 {
    gap: 1rem;
  }

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

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-7 {
    gap: 1.75rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:gap-x-14 {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

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

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

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

  .md\:border-t-0 {
    border-top-width: 0px;
  }

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

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

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

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

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px) {

  .lg\:absolute {
    position: absolute;
  }

  .lg\:sticky {
    position: sticky;
  }

  .lg\:bottom-\[120px\] {
    bottom: 120px;
  }

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

  .lg\:right-\[84px\] {
    right: 84px;
  }

  .lg\:top-40 {
    top: 10rem;
  }

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

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

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

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

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

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

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

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

  .lg\:-mr-\[18\%\] {
    margin-right: -18%;
  }

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

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

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

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

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

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

  .lg\:mt-14 {
    margin-top: 3.5rem;
  }

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

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

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

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

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

  .lg\:w-\[calc\(20\%-2rem\)\] {
    width: calc(20% - 2rem);
  }

  .lg\:w-\[calc\(25\%-1\.875rem\)\] {
    width: calc(25% - 1.875rem);
  }

  .lg\:w-\[calc\(33\.333\%-1\.667rem\)\] {
    width: calc(33.333% - 1.667rem);
  }

  .lg\:w-\[calc\(50\%-1\.25rem\)\] {
    width: calc(50% - 1.25rem);
  }

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

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

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

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

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

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

  .lg\:flex-1 {
    flex: 1 1 0%;
  }

  .lg\:basis-\[calc\(\(100\%-100px\)\/6\)\] {
    flex-basis: calc((100% - 100px) / 6);
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, 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-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

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

  .lg\:grid-cols-\[280px_1fr\] {
    grid-template-columns: 280px 1fr;
  }

  .lg\:grid-cols-\[minmax\(0\2c 1fr\)_minmax\(0\2c 1\.35fr\)\] {
    grid-template-columns: minmax(0,1fr) minmax(0,1.35fr);
  }

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

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

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

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

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

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

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

  .lg\:gap-1 {
    gap: 0.25rem;
  }

  .lg\:gap-10 {
    gap: 2.5rem;
  }

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

  .lg\:gap-14 {
    gap: 3.5rem;
  }

  .lg\:gap-16 {
    gap: 4rem;
  }

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

  .lg\:gap-24 {
    gap: 6rem;
  }

  .lg\:gap-3 {
    gap: 0.75rem;
  }

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

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

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

  .lg\:gap-7 {
    gap: 1.75rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

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

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

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

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

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

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

  .lg\:border-t-0 {
    border-top-width: 0px;
  }

  .lg\:border-\[\#6ba0c8\] {
    --tw-border-opacity: 1;
    border-color: rgb(107 160 200 / var(--tw-border-opacity, 1));
  }

  .lg\:border-\[\#f7fafa\] {
    --tw-border-opacity: 1;
    border-color: rgb(247 250 250 / var(--tw-border-opacity, 1));
  }

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

  .lg\:p-12 {
    padding: 3rem;
  }

  .lg\:p-14 {
    padding: 3.5rem;
  }

  .lg\:p-16 {
    padding: 4rem;
  }

  .lg\:p-7 {
    padding: 1.75rem;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

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

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

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

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

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

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

  .lg\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

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

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

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

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

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

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

  .lg\:pl-14 {
    padding-left: 3.5rem;
  }

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

  .lg\:pr-14 {
    padding-right: 3.5rem;
  }

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

  .lg\:pt-14 {
    padding-top: 3.5rem;
  }

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

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

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

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\: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);
  }
}
@media (min-width: 1200px) {

  .min-\[1200px\]\:gap-11 {
    gap: 2.75rem;
  }
}
@media (min-width: 1280px) {

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

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

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

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

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

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

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

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

  .xl\:gap-6 {
    gap: 1.5rem;
  }

  .xl\:self-stretch {
    align-self: stretch;
  }

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

  .xl\:pl-5 {
    padding-left: 1.25rem;
  }
}
@media (min-width: 1536px) {

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

  .\32xl\:pr-0 {
    padding-right: 0px;
  }
}
.\[\&\.active\]\:visible.active {
  visibility: visible;
}
.\[\&\.active\]\:translate-x-0.active {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.\[\&\.active\]\:border-accent.active {
  --tw-border-opacity: 1;
  border-color: rgb(99 113 96 / var(--tw-border-opacity, 1));
}
.\[\&\.active\]\:opacity-100.active {
  opacity: 1;
}
.\[\&\.active_\.go-back\]\:flex.active .go-back {
  display: flex;
}
.\[\&\.added\]\:\!border-emerald-500.added {
  --tw-border-opacity: 1 !important;
  border-color: rgb(16 185 129 / var(--tw-border-opacity, 1)) !important;
}
.\[\&\.added\]\:\!bg-emerald-500.added {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1)) !important;
}
.\[\&\.added\]\:\!text-white.added {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.\[\&\.is-active\]\:bg-\[\#f1f7fc\].is-active {
  --tw-bg-opacity: 1;
  background-color: rgb(241 247 252 / var(--tw-bg-opacity, 1));
}
.\[\&\.is-favourite\:hover\]\:bg-red-100.is-favourite:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.\[\&\.is-favourite\]\:bg-red-50.is-favourite {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.\[\&\.is-favourite_\.wl-heart-empty\]\:hidden.is-favourite .wl-heart-empty {
  display: none;
}
.\[\&\.is-favourite_\.wl-heart-filled\]\:block.is-favourite .wl-heart-filled {
  display: block;
}
.\[\&\.is-in-comparison\:hover\]\:bg-blue-200.is-in-comparison:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}
.\[\&\.is-in-comparison\]\:bg-blue-100.is-in-comparison {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.\[\&\.is-in-comparison\]\:bg-blue-500.is-in-comparison {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.\[\&\.is-in-comparison_\.wl-scale-empty\]\:hidden.is-in-comparison .wl-scale-empty {
  display: none;
}
.\[\&\.is-in-comparison_\.wl-scale-filled\]\:block.is-in-comparison .wl-scale-filled {
  display: block;
}
.\[\&\.is-in-comparison_\.wl-scale-filled\]\:text-white.is-in-comparison .wl-scale-filled {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.\[\&\.is-loading\]\:pointer-events-none.is-loading {
  pointer-events: none;
}
.\[\&\.is-loading\]\:opacity-40.is-loading {
  opacity: 0.4;
}
.\[\&\.scrolled\]\:bg-cblue.scrolled {
  --tw-bg-opacity: 1;
  background-color: rgb(10 97 164 / var(--tw-bg-opacity, 1));
}
.\[\&\.scrolled\]\:bg-white.scrolled {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.\[\&\.scrolled\]\:shadow.scrolled {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.\[\&\.wl-active\]\:\!pointer-events-auto.wl-active {
  pointer-events: auto !important;
}
.\[\&\.wl-active\]\:\!visible.wl-active {
  visibility: visible !important;
}
.\[\&\.wl-active_\.wl-mini-cart-overlay\]\:bg-black\/50.wl-active .wl-mini-cart-overlay {
  background-color: rgb(0 0 0 / 0.5);
}
.\[\&\.wl-active_\.wl-mini-cart-panel\]\:\!translate-x-0.wl-active .wl-mini-cart-panel {
  --tw-translate-x: 0px !important;
  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)) !important;
}
.\[\&\.wl-closing_\.wl-mini-cart-panel\]\:\!translate-x-full.wl-closing .wl-mini-cart-panel {
  --tw-translate-x: 100% !important;
  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)) !important;
}
.\[\&\:\:-webkit-details-marker\]\:hidden::-webkit-details-marker {
  display: none;
}
.\[\&\:\:-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;
}
@media (min-width: 768px) {

  .md\:\[\&\:nth-child\(2n\+1\)\]\:border-l-0:nth-child(2n+1) {
    border-left-width: 0px;
  }
}
@media (min-width: 1024px) {

  .lg\:\[\&\:nth-child\(3n\+1\)\]\:border-l-0:nth-child(3n+1) {
    border-left-width: 0px;
  }

  .lg\:\[\&\:nth-child\(4n\+1\)\]\:border-l-0:nth-child(4n+1) {
    border-left-width: 0px;
  }
}
.\[\&\>\*\:first-child\]\:mt-0>*:first-child {
  margin-top: 0px;
}
.\[\&\>\*\:last-child\]\:mb-0>*:last-child {
  margin-bottom: 0px;
}
.\[\&\>\.menu-item\>a\]\:flex>.menu-item>a {
  display: flex;
}
.\[\&\>\.menu-item\>a\]\:h-24>.menu-item>a {
  height: 6rem;
}
.\[\&\>\.menu-item\>a\]\:items-center>.menu-item>a {
  align-items: center;
}
.\[\&\>\.menu-item\>a\]\:gap-2\.5>.menu-item>a {
  gap: 0.625rem;
}
.\[\&\>\.menu-item\>a\]\:transition-all>.menu-item>a {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.\[\&\>\.menu-item\>a\]\:duration-300>.menu-item>a {
  transition-duration: 300ms;
}
.\[\&_\.amount\]\:text-2xl .amount {
  font-size: 1.5rem;
  line-height: 2rem;
}
.\[\&_\.amount\]\:font-semibold .amount {
  font-weight: 600;
}
.\[\&_\.desktop-menu-indicator\]\:inline-flex .desktop-menu-indicator {
  display: inline-flex;
}
.\[\&_\.desktop-menu-indicator\]\:hidden .desktop-menu-indicator {
  display: none;
}
.\[\&_\.desktop-menu-indicator\]\:items-center .desktop-menu-indicator {
  align-items: center;
}
.\[\&_\.desktop-menu-indicator\]\:transition-transform .desktop-menu-indicator {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.\[\&_\.desktop-menu-indicator\]\:duration-200 .desktop-menu-indicator {
  transition-duration: 200ms;
}
.\[\&_\.menu-item-has-children\:hover\>\.sub-menu\]\:pointer-events-auto .menu-item-has-children:hover>.sub-menu {
  pointer-events: auto;
}
.\[\&_\.menu-item-has-children\:hover\>\.sub-menu\]\:visible .menu-item-has-children:hover>.sub-menu {
  visibility: visible;
}
.\[\&_\.menu-item-has-children\:hover\>\.sub-menu\]\:z-50 .menu-item-has-children:hover>.sub-menu {
  z-index: 50;
}
.\[\&_\.menu-item-has-children\:hover\>\.sub-menu\]\:translate-y-0 .menu-item-has-children:hover>.sub-menu {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.\[\&_\.menu-item-has-children\:hover\>\.sub-menu\]\:opacity-100 .menu-item-has-children:hover>.sub-menu {
  opacity: 1;
}
.\[\&_\.menu-item-has-children\:hover_\.desktop-menu-indicator_svg\]\:scale-110 .menu-item-has-children:hover .desktop-menu-indicator svg {
  --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));
}
.\[\&_\.menu-item-has-children\>a\]\:justify-between .menu-item-has-children>a {
  justify-content: space-between;
}
.\[\&_\.menu-item-has-children\>a\]\:capitalize .menu-item-has-children>a {
  text-transform: capitalize;
}
.\[\&_\.menu-item\:hover\>a\]\:text-accent .menu-item:hover>a {
  --tw-text-opacity: 1;
  color: rgb(99 113 96 / var(--tw-text-opacity, 1));
}
.\[\&_\.menu-item\>a\]\:relative .menu-item>a {
  position: relative;
}
.\[\&_\.menu-item\>a\]\:flex .menu-item>a {
  display: flex;
}
.\[\&_\.menu-item\>a\]\:h-12 .menu-item>a {
  height: 3rem;
}
.\[\&_\.menu-item\>a\]\:items-center .menu-item>a {
  align-items: center;
}
.\[\&_\.menu-item\>a\]\:justify-between .menu-item>a {
  justify-content: space-between;
}
.\[\&_\.menu-item\>a\]\:border-b .menu-item>a {
  border-bottom-width: 1px;
}
.\[\&_\.menu-item\>a\]\:border-black\/10 .menu-item>a {
  border-color: rgb(0 0 0 / 0.1);
}
.\[\&_\.menu-item\>a\]\:px-4 .menu-item>a {
  padding-left: 1rem;
  padding-right: 1rem;
}
.\[\&_\.menu-item\>a\]\:\!no-underline .menu-item>a {
  text-decoration-line: none !important;
}
.\[\&_\.menu-item\]\:static .menu-item {
  position: static;
}
.\[\&_\.menu-item\]\:relative .menu-item {
  position: relative;
}
.\[\&_\.menu-item\]\:m-0 .menu-item {
  margin: 0px;
}
.\[\&_\.menu-item\]\:block .menu-item {
  display: block;
}
.\[\&_\.menu-item\]\:text-lg .menu-item {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.\[\&_\.menu-item\]\:font-normal .menu-item {
  font-weight: 400;
}
.\[\&_\.menu-item\]\:leading-none .menu-item {
  line-height: 1;
}
.\[\&_\.sub-menu\.active\]\:z-10 .sub-menu.active {
  z-index: 10;
}
.\[\&_\.sub-menu\.active\]\:translate-x-0 .sub-menu.active {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.\[\&_\.sub-menu\]\:visible .sub-menu {
  visibility: visible;
}
.\[\&_\.sub-menu\]\:invisible .sub-menu {
  visibility: hidden;
}
.\[\&_\.sub-menu\]\:absolute .sub-menu {
  position: absolute;
}
.\[\&_\.sub-menu\]\:left-0 .sub-menu {
  left: 0px;
}
.\[\&_\.sub-menu\]\:top-0 .sub-menu {
  top: 0px;
}
.\[\&_\.sub-menu\]\:top-full .sub-menu {
  top: 100%;
}
.\[\&_\.sub-menu\]\:z-50 .sub-menu {
  z-index: 50;
}
.\[\&_\.sub-menu\]\:m-0 .sub-menu {
  margin: 0px;
}
.\[\&_\.sub-menu\]\:h-full .sub-menu {
  height: 100%;
}
.\[\&_\.sub-menu\]\:w-full .sub-menu {
  width: 100%;
}
.\[\&_\.sub-menu\]\:min-w-0 .sub-menu {
  min-width: 0px;
}
.\[\&_\.sub-menu\]\:min-w-64 .sub-menu {
  min-width: 16rem;
}
.\[\&_\.sub-menu\]\:translate-x-full .sub-menu {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.\[\&_\.sub-menu\]\:translate-y-5 .sub-menu {
  --tw-translate-y: 1.25rem;
  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));
}
.\[\&_\.sub-menu\]\:overflow-y-auto .sub-menu {
  overflow-y: auto;
}
.\[\&_\.sub-menu\]\:bg-white .sub-menu {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.\[\&_\.sub-menu\]\:p-0 .sub-menu {
  padding: 0px;
}
.\[\&_\.sub-menu\]\:py-3 .sub-menu {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.\[\&_\.sub-menu\]\:font-semibold .sub-menu {
  font-weight: 600;
}
.\[\&_\.sub-menu\]\:opacity-0 .sub-menu {
  opacity: 0;
}
.\[\&_\.sub-menu\]\:opacity-100 .sub-menu {
  opacity: 1;
}
.\[\&_\.sub-menu\]\:shadow-2xl .sub-menu {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.\[\&_\.sub-menu\]\:shadow-none .sub-menu {
  --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);
}
.\[\&_\.sub-menu\]\:transition-all .sub-menu {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.\[\&_\.sub-menu\]\:transition-transform .sub-menu {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.\[\&_\.sub-menu\]\:duration-500 .sub-menu {
  transition-duration: 500ms;
}
.\[\&_\.sub-menu_\.desktop-menu-indicator_svg\]\:rotate-0 .sub-menu .desktop-menu-indicator svg {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.\[\&_\.sub-menu_\.menu-item\>a\]\:py-2 .sub-menu .menu-item>a {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.\[\&_\.sub-menu_\.menu-item\]\:px-5 .sub-menu .menu-item {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.\[\&_\.sub-menu_\.menu-item\]\:text-lg .sub-menu .menu-item {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.\[\&_\.sub-menu_\.sub-menu\]\:\!top-0 .sub-menu .sub-menu {
  top: 0px !important;
}
.\[\&_\.sub-menu_\.sub-menu\]\:left-full .sub-menu .sub-menu {
  left: 100%;
}
.\[\&_\.submenu-expand-btn\]\:absolute .submenu-expand-btn {
  position: absolute;
}
.\[\&_\.submenu-expand-btn\]\:right-4 .submenu-expand-btn {
  right: 1rem;
}
.\[\&_\.submenu-expand-btn\]\:top-1\/2 .submenu-expand-btn {
  top: 50%;
}
.\[\&_\.submenu-expand-btn\]\:-translate-y-1\/2 .submenu-expand-btn {
  --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));
}
.\[\&_\.submenu-expand-btn\]\:cursor-pointer .submenu-expand-btn {
  cursor: pointer;
}
.\[\&_\.submenu-expand-btn\]\:border-0 .submenu-expand-btn {
  border-width: 0px;
}
.\[\&_\.submenu-expand-btn\]\:bg-transparent .submenu-expand-btn {
  background-color: transparent;
}
.\[\&_\.submenu-expand-btn\]\:p-2 .submenu-expand-btn {
  padding: 0.5rem;
}
.\[\&_\.submenu-expand-btn\]\:text-gray-600 .submenu-expand-btn {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.\[\&_\.wl-heart-empty\]\:text-\[\#666\] .wl-heart-empty {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}
.\[\&_\.wl-heart-filled\]\:hidden .wl-heart-filled {
  display: none;
}
.\[\&_\.wl-heart-filled\]\:text-red-500 .wl-heart-filled {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.\[\&_\.wl-heart-icon\]\:h-4 .wl-heart-icon {
  height: 1rem;
}
.\[\&_\.wl-heart-icon\]\:h-\[18px\] .wl-heart-icon {
  height: 18px;
}
.\[\&_\.wl-heart-icon\]\:w-5 .wl-heart-icon {
  width: 1.25rem;
}
.\[\&_\.wl-heart-icon\]\:w-\[18px\] .wl-heart-icon {
  width: 18px;
}
.\[\&_\.wl-heart-icon\]\:transition-all .wl-heart-icon {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.\[\&_\.wl-scale-empty\]\:text-\[\#666\] .wl-scale-empty {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}
.\[\&_\.wl-scale-filled\]\:hidden .wl-scale-filled {
  display: none;
}
.\[\&_\.wl-scale-filled\]\:text-blue-500 .wl-scale-filled {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.\[\&_\.wl-scale-icon\]\:h-4 .wl-scale-icon {
  height: 1rem;
}
.\[\&_\.wl-scale-icon\]\:h-\[18px\] .wl-scale-icon {
  height: 18px;
}
.\[\&_\.wl-scale-icon\]\:w-5 .wl-scale-icon {
  width: 1.25rem;
}
.\[\&_\.wl-scale-icon\]\:w-\[18px\] .wl-scale-icon {
  width: 18px;
}
.\[\&_\.wl-scale-icon\]\:transition-all .wl-scale-icon {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.\[\&_\.wl-toast-icon\]\:text-amber-500 .wl-toast-icon {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}
.\[\&_\.wl-toast-icon\]\:text-blue-500 .wl-toast-icon {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.\[\&_\.wl-toast-icon\]\:text-green-500 .wl-toast-icon {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}
.\[\&_\.wl-toast-icon\]\:text-red-500 .wl-toast-icon {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.\[\&_a\]\:flex a {
  display: flex;
}
.\[\&_a\]\:size-9 a {
  width: 2.25rem;
  height: 2.25rem;
}
.\[\&_a\]\:items-center a {
  align-items: center;
}
.\[\&_a\]\:justify-center a {
  justify-content: center;
}
.\[\&_a\]\:border a {
  border-width: 1px;
}
.\[\&_a\]\:border-gray-200 a {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.\[\&_a\]\:text-\[\#252525\] a {
  --tw-text-opacity: 1;
  color: rgb(37 37 37 / var(--tw-text-opacity, 1));
}
.\[\&_a\]\:text-cblue a {
  --tw-text-opacity: 1;
  color: rgb(10 97 164 / var(--tw-text-opacity, 1));
}
.\[\&_a\]\:text-inherit a {
  color: inherit;
}
.\[\&_a\]\:underline a {
  text-decoration-line: underline;
}
.\[\&_a\]\:\!no-underline a {
  text-decoration-line: none !important;
}
.\[\&_a\]\:no-underline a {
  text-decoration-line: none;
}
.\[\&_a\]\:underline-offset-4 a {
  text-underline-offset: 4px;
}
.\[\&_a\]\:transition-colors a {
  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;
}
.hover\:\[\&_a\]\:border-cblue a:hover {
  --tw-border-opacity: 1;
  border-color: rgb(10 97 164 / var(--tw-border-opacity, 1));
}
.hover\:\[\&_a\]\:text-blue-500 a:hover {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.hover\:\[\&_a\]\:text-cblue a:hover {
  --tw-text-opacity: 1;
  color: rgb(10 97 164 / var(--tw-text-opacity, 1));
}
.\[\&_b\]\:text-2xl b {
  font-size: 1.5rem;
  line-height: 2rem;
}
.\[\&_b\]\:font-bold b {
  font-weight: 700;
}
.\[\&_b\]\:font-semibold b {
  font-weight: 600;
}
.\[\&_b\]\:text-\[\#0A61A4\] b {
  --tw-text-opacity: 1;
  color: rgb(10 97 164 / var(--tw-text-opacity, 1));
}
.\[\&_b\]\:text-accent b {
  --tw-text-opacity: 1;
  color: rgb(99 113 96 / var(--tw-text-opacity, 1));
}
.\[\&_blockquote\]\:my-8 blockquote {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.\[\&_blockquote\]\:border-l-4 blockquote {
  border-left-width: 4px;
}
.\[\&_blockquote\]\:border-cblue blockquote {
  --tw-border-opacity: 1;
  border-color: rgb(10 97 164 / var(--tw-border-opacity, 1));
}
.\[\&_blockquote\]\:bg-\[\#f1f7fc\] blockquote {
  --tw-bg-opacity: 1;
  background-color: rgb(241 247 252 / var(--tw-bg-opacity, 1));
}
.\[\&_blockquote\]\:px-5 blockquote {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.\[\&_blockquote\]\:py-4 blockquote {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.\[\&_blockquote\]\:text-dblue blockquote {
  --tw-text-opacity: 1;
  color: rgb(0 61 109 / var(--tw-text-opacity, 1));
}
.\[\&_del\]\:text-sm del {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.\[\&_del\]\:font-normal del {
  font-weight: 400;
}
.\[\&_del\]\:text-gray-400 del {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.\[\&_figcaption\]\:mt-3 figcaption {
  margin-top: 0.75rem;
}
.\[\&_figcaption\]\:text-center figcaption {
  text-align: center;
}
.\[\&_figcaption\]\:text-sm figcaption {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.\[\&_figcaption\]\:text-\[\#6b7280\] figcaption {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.\[\&_figure\]\:my-8 figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.\[\&_h2\]\:mb-4 h2 {
  margin-bottom: 1rem;
}
.\[\&_h2\]\:mt-10 h2 {
  margin-top: 2.5rem;
}
.\[\&_h2\]\:text-2xl h2 {
  font-size: 1.5rem;
  line-height: 2rem;
}
.\[\&_h2\]\:font-semibold h2 {
  font-weight: 600;
}
.\[\&_h2\]\:leading-tight h2 {
  line-height: 1.25;
}
.\[\&_h2\]\:text-cblue h2 {
  --tw-text-opacity: 1;
  color: rgb(10 97 164 / var(--tw-text-opacity, 1));
}
.\[\&_h3\]\:mb-4 h3 {
  margin-bottom: 1rem;
}
.\[\&_h3\]\:mt-8 h3 {
  margin-top: 2rem;
}
.\[\&_h3\]\:text-xl h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.\[\&_h3\]\:font-semibold h3 {
  font-weight: 600;
}
.\[\&_h3\]\:leading-tight h3 {
  line-height: 1.25;
}
.\[\&_h3\]\:text-cblue h3 {
  --tw-text-opacity: 1;
  color: rgb(10 97 164 / var(--tw-text-opacity, 1));
}
.\[\&_h4\]\:mb-3 h4 {
  margin-bottom: 0.75rem;
}
.\[\&_h4\]\:mt-7 h4 {
  margin-top: 1.75rem;
}
.\[\&_h4\]\:text-lg h4 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.\[\&_h4\]\:font-semibold h4 {
  font-weight: 600;
}
.\[\&_h4\]\:text-cblue h4 {
  --tw-text-opacity: 1;
  color: rgb(10 97 164 / var(--tw-text-opacity, 1));
}
.\[\&_i\]\:text-xl i {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.\[\&_img\]\:mx-auto img {
  margin-left: auto;
  margin-right: auto;
}
.\[\&_img\]\:size-20 img {
  width: 5rem;
  height: 5rem;
}
.\[\&_img\]\:size-auto img {
  width: auto;
  height: auto;
}
.\[\&_img\]\:max-h-\[430px\] img {
  max-height: 430px;
}
.\[\&_img\]\:max-w-full img {
  max-width: 100%;
}
.\[\&_img\]\:rounded-\[8px\] img {
  border-radius: 8px;
}
.\[\&_img\]\:rounded-lg img {
  border-radius: 0.5rem;
}
.\[\&_img\]\:border img {
  border-width: 1px;
}
.\[\&_img\]\:border-gray-200 img {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.\[\&_img\]\:object-cover img {
  -o-object-fit: cover;
     object-fit: cover;
}
.\[\&_ins\]\:text-red-600 ins {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.\[\&_ins\]\:no-underline ins {
  text-decoration-line: none;
}
.\[\&_li\:first-child\]\:mt-0 li:first-child {
  margin-top: 0px;
}
.\[\&_li\]\:my-2 li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.\[\&_li\]\:mb-1 li {
  margin-bottom: 0.25rem;
}
.\[\&_li\]\:mt-4 li {
  margin-top: 1rem;
}
.\[\&_li\]\:list-none li {
  list-style-type: none;
}
.\[\&_ol\]\:mb-6 ol {
  margin-bottom: 1.5rem;
}
.\[\&_ol\]\:list-decimal ol {
  list-style-type: decimal;
}
.\[\&_ol\]\:pl-5 ol {
  padding-left: 1.25rem;
}
.\[\&_ol\]\:pl-6 ol {
  padding-left: 1.5rem;
}
.\[\&_ol\]\:text-lg ol {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.\[\&_ol\]\:font-light ol {
  font-weight: 300;
}
.\[\&_ol\]\:leading-relaxed ol {
  line-height: 1.625;
}
.\[\&_p\:first-child\]\:mt-0 p:first-child {
  margin-top: 0px;
}
.\[\&_p\]\:m-0 p {
  margin: 0px;
}
.\[\&_p\]\:mb-4 p {
  margin-bottom: 1rem;
}
.\[\&_p\]\:mb-5 p {
  margin-bottom: 1.25rem;
}
.\[\&_p\]\:mt-2 p {
  margin-top: 0.5rem;
}
.\[\&_p\]\:mt-4 p {
  margin-top: 1rem;
}
.\[\&_p\]\:mt-6 p {
  margin-top: 1.5rem;
}
.\[\&_p\]\:mt-8 p {
  margin-top: 2rem;
}
.\[\&_p\]\:text-lg p {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.\[\&_p\]\:font-light p {
  font-weight: 300;
}
.\[\&_p\]\:leading-\[1\.8\] p {
  line-height: 1.8;
}
.\[\&_span\.current\]\:flex span.current {
  display: flex;
}
.\[\&_span\.current\]\:size-9 span.current {
  width: 2.25rem;
  height: 2.25rem;
}
.\[\&_span\.current\]\:items-center span.current {
  align-items: center;
}
.\[\&_span\.current\]\:justify-center span.current {
  justify-content: center;
}
.\[\&_span\.current\]\:border span.current {
  border-width: 1px;
}
.\[\&_span\.current\]\:border-cblue span.current {
  --tw-border-opacity: 1;
  border-color: rgb(10 97 164 / var(--tw-border-opacity, 1));
}
.\[\&_span\.current\]\:bg-cblue span.current {
  --tw-bg-opacity: 1;
  background-color: rgb(10 97 164 / var(--tw-bg-opacity, 1));
}
.\[\&_span\.current\]\:text-white span.current {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.\[\&_strong\]\:text-2xl strong {
  font-size: 1.5rem;
  line-height: 2rem;
}
.\[\&_strong\]\:font-bold strong {
  font-weight: 700;
}
.\[\&_strong\]\:font-semibold strong {
  font-weight: 600;
}
.\[\&_strong\]\:text-\[\#0A61A4\] strong {
  --tw-text-opacity: 1;
  color: rgb(10 97 164 / var(--tw-text-opacity, 1));
}
.\[\&_strong\]\:text-accent strong {
  --tw-text-opacity: 1;
  color: rgb(99 113 96 / var(--tw-text-opacity, 1));
}
.\[\&_svg\]\:size-3\.5 svg {
  width: 0.875rem;
  height: 0.875rem;
}
.\[\&_svg\]\:size-full svg {
  width: 100%;
  height: 100%;
}
.\[\&_svg\]\:shrink-0 svg {
  flex-shrink: 0;
}
.\[\&_svg\]\:stroke-gray-500 svg {
  stroke: #6b7280;
}
.\[\&_svg\]\:text-gray-400 svg {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.hover\:\[\&_svg\]\:text-red-500 svg:hover {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.\[\&_ul\]\:mb-4 ul {
  margin-bottom: 1rem;
}
.\[\&_ul\]\:mb-6 ul {
  margin-bottom: 1.5rem;
}
.\[\&_ul\]\:ml-0 ul {
  margin-left: 0px;
}
.\[\&_ul\]\:list-disc ul {
  list-style-type: disc;
}
.\[\&_ul\]\:list-none ul {
  list-style-type: none;
}
.\[\&_ul\]\:pl-5 ul {
  padding-left: 1.25rem;
}
.\[\&_ul\]\:pl-6 ul {
  padding-left: 1.5rem;
}
.\[\&_ul\]\:text-lg ul {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.\[\&_ul\]\:font-light ul {
  font-weight: 300;
}
.\[\&_ul\]\:leading-relaxed ul {
  line-height: 1.625;
}
.active.\[\.active\&\]\:bottom-4 {
  bottom: 1rem;
}
.active .\[\.active_\&\]\:text-accent {
  --tw-text-opacity: 1;
  color: rgb(99 113 96 / var(--tw-text-opacity, 1));
}
.modal-open .\[\.modal-open_\&\]\:top-0 {
  top: 0px;
}
.modal-open .\[\.modal-open_\&\]\:opacity-100 {
  opacity: 1;
}
.modal-open .\[\.modal-open_\&\]\:duration-100 {
  transition-duration: 100ms;
}
.scrolled .\[\.scrolled_\&\>\.menu-item\>a\]\:h-12>.menu-item>a {
  height: 3rem;
}
.scrolled .\[\.scrolled_\&\]\:border-none {
  border-style: none;
}

