/* purgecss start ignore */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}

::-webkit-datetime-edit {
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  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");
}

@media (forced-colors: active)  {
  [type='checkbox']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {
  [type='radio']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active)  {
  [type='checkbox']:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

.container {
  width: 100%;
}

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

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

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

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

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

.form-input,.form-textarea,.form-select,.form-multiselect {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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);
  border-color: #2563eb;
}

.form-input::-moz-placeholder, .form-textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

.form-input::placeholder,.form-textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

.form-input::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

.form-input::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}

.form-input::-webkit-datetime-edit {
  display: inline-flex;
}

.form-input::-webkit-datetime-edit,.form-input::-webkit-datetime-edit-year-field,.form-input::-webkit-datetime-edit-month-field,.form-input::-webkit-datetime-edit-day-field,.form-input::-webkit-datetime-edit-hour-field,.form-input::-webkit-datetime-edit-minute-field,.form-input::-webkit-datetime-edit-second-field,.form-input::-webkit-datetime-edit-millisecond-field,.form-input::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

.form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

.form-select:where([size]:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

.form-checkbox,.form-radio {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

.form-checkbox {
  border-radius: 0px;
}

.form-radio {
  border-radius: 100%;
}

.form-checkbox:focus,.form-radio:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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);
}

.form-checkbox:checked,.form-radio:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.form-checkbox:checked {
  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");
}

@media (forced-colors: active)  {
  .form-checkbox:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

.form-radio:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {
  .form-radio:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

.form-checkbox:checked:hover,.form-checkbox:checked:focus,.form-radio:checked:hover,.form-radio:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

.form-checkbox:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active)  {
  .form-checkbox:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

.form-checkbox:indeterminate:hover,.form-checkbox:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}

.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}

.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}

.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: start;
}

.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}

.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}

#category-view-container {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.checkout-cart-index .container#category-view-container.flex-col{
  margin-top:0.75rem;
}

.checkout-cart-index .container.flex#category-view-container{
  margin-top:0.75rem;
}

.toolbar-products .modes-mode {
  height: 1.5rem;
  width: 1.5rem;
}

.toolbar-products .modes-mode span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.toolbar-products .modes-mode.mode-grid {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2V6zM14 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2V6zM4 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2v-2zM14 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2v-2z" /></svg>');
}

.toolbar-products .modes-mode.mode-list {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 10h16M4 14h16M4 18h16" /></svg>');
}

#customer-login-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.checkout-cart-index .container#customer-login-container.flex-col{
  margin-top:0.75rem;
}

.checkout-cart-index .container.flex#customer-login-container{
  margin-top:0.75rem;
}

@media (min-width: 768px) {
  #customer-login-container {
    flex-direction: row;
  }
}

/**
 * different styles can be found at https://tailwindcss-forms.vercel.app/
 **/

.form-input,
.form-email,
.form-select,
.form-multiselect,
.form-textarea {
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-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);
}

.form-input:focus, .form-email:focus, .form-select:focus, .form-multiselect:focus, .form-textarea:focus {
  --tw-border-opacity: 1;
  border-color: rgb(238 246 255 / 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(3px + 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(35 105 196 / var(--tw-ring-opacity, 1));
  --tw-ring-opacity: 0.5;
}

.page.messages {
  position: sticky;
  z-index: 10;
  top: 0px;
}

section#messages .message.error {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

section#messages .message.success {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}

section#messages .message.warning,
        section#messages .message.notice {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}

section#messages a {
  text-decoration-line: underline;
}

.product-item .price-container {
  display: block;
}

.blog-page .sidebar-additional .widget.product-item .price-container a{
  color:#1f5d7f;
  text-decoration:underline
}

.blog-page .sidebar.sidebar-additional .widget.product-item .price-container a{
  text-decoration:none;
  color:#333;
  transition:all .3s cubic-bezier(.5,.2,.5,1);
}

.blog-page .sidebar.sidebar-additional .widget.product-item .price-container a:hover{
  color:#999
}

.blog-page .sidebar.sidebar-additional .widget.product-item .price-container ul li{
  list-style:none;
}

.blog-page .post-bottom .product-item .price-container.related{
  margin-bottom:20px
}

.blog-page .post-bottom .product-item .price-container.related .block-title strong,
.blog-page .post-bottom .product-item .price-container.related{
  font-size:16px;
}


.blog-page .post-bottom .product-item .price-container.related a{
  font-size:16px;
  color:#1f5d7f
}

.blog-page .widget.product-item .price-container{
  margin-bottom:40px;
}

.category-view .sidebar .product-item .price-container.filter {
}

.product-item .price-container .price {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.product-item .price-container .price-label {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.product-item .special-price .price-container .price-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.product-item .old-price .price-container {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.product-item .old-price .price-container .price {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

.page-product-bundle .price-final_price .price-from .price-container, .page-product-bundle .price-final_price .price-to .price-container {
  margin-bottom: 1rem;
  display: block;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.blog-page .sidebar-additional .widget.page-product-bundle .price-final_price .price-from .price-container a,.blog-page .sidebar-additional .widget .page-product-bundle .price-final_price .price-to .price-container a{
  color:#1f5d7f;
  text-decoration:underline
}

.blog-page .sidebar.sidebar-additional .widget.page-product-bundle .price-final_price .price-from .price-container a,.blog-page .sidebar.sidebar-additional .widget .page-product-bundle .price-final_price .price-to .price-container a{
  text-decoration:none;
  color:#333;
  transition:all .3s cubic-bezier(.5,.2,.5,1);
}

.blog-page .sidebar.sidebar-additional .widget.page-product-bundle .price-final_price .price-from .price-container a:hover,.blog-page .sidebar.sidebar-additional .widget .page-product-bundle .price-final_price .price-to .price-container a:hover{
  color:#999
}

.blog-page .sidebar.sidebar-additional .widget.page-product-bundle .price-final_price .price-from .price-container ul li,.blog-page .sidebar.sidebar-additional .widget .page-product-bundle .price-final_price .price-to .price-container ul li{
  list-style:none;
}

.blog-page .post-bottom .page-product-bundle .price-final_price .price-from .price-container.related,.blog-page .post-bottom  .page-product-bundle .price-final_price .price-to .price-container.related{
  margin-bottom:20px
}

.blog-page .post-bottom .page-product-bundle .price-final_price .price-from .price-container.related .block-title strong,
.blog-page .post-bottom .page-product-bundle .price-final_price .price-from .price-container.related,.blog-page .post-bottom  .page-product-bundle .price-final_price .price-to .price-container.related .block-title strong,
.blog-page .post-bottom  .page-product-bundle .price-final_price .price-to .price-container.related{
  font-size:16px;
}


.blog-page .post-bottom .page-product-bundle .price-final_price .price-from .price-container.related a,
.blog-page .post-bottom  .page-product-bundle .price-final_price .price-to .price-container.related a{
  font-size:16px;
  color:#1f5d7f
}

.blog-page .widget.page-product-bundle .price-final_price .price-from .price-container,.blog-page .widget .page-product-bundle .price-final_price .price-to .price-container{
  margin-bottom:40px;
}

.category-view .sidebar .page-product-bundle .price-final_price .price-from .price-container.filter,.category-view .sidebar  .page-product-bundle .price-final_price .price-to .price-container.filter {
}

.page-product-bundle .price-final_price .price-from .price-container .price-label, .page-product-bundle .price-final_price .price-to .price-container .price-label {
  display: block;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}

.blog-page .sidebar-additional .widget.page-product-bundle .price-final_price .price-from .price-container .price-label a,.blog-page .sidebar-additional .widget .page-product-bundle .price-final_price .price-to .price-container .price-label a{
  color:#1f5d7f;
  text-decoration:underline
}

.blog-page .sidebar.sidebar-additional .widget.page-product-bundle .price-final_price .price-from .price-container .price-label a,.blog-page .sidebar.sidebar-additional .widget .page-product-bundle .price-final_price .price-to .price-container .price-label a{
  text-decoration:none;
  color:#333;
  transition:all .3s cubic-bezier(.5,.2,.5,1);
}

.blog-page .sidebar.sidebar-additional .widget.page-product-bundle .price-final_price .price-from .price-container .price-label a:hover,.blog-page .sidebar.sidebar-additional .widget .page-product-bundle .price-final_price .price-to .price-container .price-label a:hover{
  color:#999
}

.blog-page .sidebar.sidebar-additional .widget.page-product-bundle .price-final_price .price-from .price-container .price-label ul li,.blog-page .sidebar.sidebar-additional .widget .page-product-bundle .price-final_price .price-to .price-container .price-label ul li{
  list-style:none;
}

.blog-page .post-bottom .page-product-bundle .price-final_price .price-from .price-container .price-label.related,.blog-page .post-bottom  .page-product-bundle .price-final_price .price-to .price-container .price-label.related{
  margin-bottom:20px
}

.blog-page .post-bottom .page-product-bundle .price-final_price .price-from .price-container .price-label.related .block-title strong,
.blog-page .post-bottom .page-product-bundle .price-final_price .price-from .price-container .price-label.related,.blog-page .post-bottom  .page-product-bundle .price-final_price .price-to .price-container .price-label.related .block-title strong,
.blog-page .post-bottom  .page-product-bundle .price-final_price .price-to .price-container .price-label.related{
  font-size:16px;
}


.blog-page .post-bottom .page-product-bundle .price-final_price .price-from .price-container .price-label.related a,
.blog-page .post-bottom  .page-product-bundle .price-final_price .price-to .price-container .price-label.related a{
  font-size:16px;
  color:#1f5d7f
}

.blog-page .widget.page-product-bundle .price-final_price .price-from .price-container .price-label,.blog-page .widget .page-product-bundle .price-final_price .price-to .price-container .price-label{
  margin-bottom:40px;
}

.category-view .sidebar .page-product-bundle .price-final_price .price-from .price-container .price-label.filter,.category-view .sidebar  .page-product-bundle .price-final_price .price-to .price-container .price-label.filter {
}

.page-product-bundle .price-final_price .price-from .price-container .price, .page-product-bundle .price-final_price .price-to .price-container .price {
  display: block;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.blog-page .sidebar-additional .widget.page-product-bundle .price-final_price .price-from .price-container .price a,.blog-page .sidebar-additional .widget .page-product-bundle .price-final_price .price-to .price-container .price a{
  color:#1f5d7f;
  text-decoration:underline
}

.blog-page .sidebar.sidebar-additional .widget.page-product-bundle .price-final_price .price-from .price-container .price a,.blog-page .sidebar.sidebar-additional .widget .page-product-bundle .price-final_price .price-to .price-container .price a{
  text-decoration:none;
  color:#333;
  transition:all .3s cubic-bezier(.5,.2,.5,1);
}

.blog-page .sidebar.sidebar-additional .widget.page-product-bundle .price-final_price .price-from .price-container .price a:hover,.blog-page .sidebar.sidebar-additional .widget .page-product-bundle .price-final_price .price-to .price-container .price a:hover{
  color:#999
}

.blog-page .sidebar.sidebar-additional .widget.page-product-bundle .price-final_price .price-from .price-container .price ul li,.blog-page .sidebar.sidebar-additional .widget .page-product-bundle .price-final_price .price-to .price-container .price ul li{
  list-style:none;
}

.blog-page .post-bottom .page-product-bundle .price-final_price .price-from .price-container .price.related,.blog-page .post-bottom  .page-product-bundle .price-final_price .price-to .price-container .price.related{
  margin-bottom:20px
}

.blog-page .post-bottom .page-product-bundle .price-final_price .price-from .price-container .price.related .block-title strong,
.blog-page .post-bottom .page-product-bundle .price-final_price .price-from .price-container .price.related,.blog-page .post-bottom  .page-product-bundle .price-final_price .price-to .price-container .price.related .block-title strong,
.blog-page .post-bottom  .page-product-bundle .price-final_price .price-to .price-container .price.related{
  font-size:16px;
}


.blog-page .post-bottom .page-product-bundle .price-final_price .price-from .price-container .price.related a,
.blog-page .post-bottom  .page-product-bundle .price-final_price .price-to .price-container .price.related a{
  font-size:16px;
  color:#1f5d7f
}

.blog-page .widget.page-product-bundle .price-final_price .price-from .price-container .price,.blog-page .widget .page-product-bundle .price-final_price .price-to .price-container .price{
  margin-bottom:40px;
}

.category-view .sidebar .page-product-bundle .price-final_price .price-from .price-container .price.filter,.category-view .sidebar  .page-product-bundle .price-final_price .price-to .price-container .price.filter {
}

.page-product-bundle .price-final_price .price-from .old-price .price-container .price,
                    .page-product-bundle .price-final_price .price-from .old-price .price-container .price-label,
                    .page-product-bundle .price-final_price .price-to .old-price .price-container .price,
                    .page-product-bundle .price-final_price .price-to .old-price .price-container .price-label {
  display: inline;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.prose tbody td p {
  margin-top: 0;
  margin-bottom: 0;
}

.modal {
  /*
   * TODO: add tailwind classes used for the cart and modal styles
   * Makeing the modal and offcanvs styles theme specific and mor adjustable
   */
}

.backdrop {
  position: fixed;
  inset: 0px;
  display: flex;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.25;
}

.checkout-cart-index .container.backdrop.flex-col{
  margin-top:0.75rem;
}

.snap {
  scroll-snap-type: x mandatory;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
}

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

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

:root {
  --sidebar-size: 255px;
  --sidebar-gap: 15px;
}

@media (min-width: 1024px) {
  :root {
    --sidebar-size: 330px;
    --sidebar-gap: 30px
  }
}

body {
  overflow-y: scroll;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.page-main {
  margin-top: 0px;
  margin-bottom: 0px;
}

@media (min-width: 1024px) {
  .page-main {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 1024px) {
  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.flex-columns-wrapper {
  display: flex;
  flex-direction: column;
}

.checkout-cart-index .container.flex-columns-wrapper.flex-col{
  margin-top:0.75rem;
}

.checkout-cart-index .container.flex.flex-columns-wrapper{
  margin-top:0.75rem;
}

@media (min-width: 768px) {
  .flex-columns-wrapper {
    flex-direction: row;
  }
}

.columns {
  order: -9999;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.checkout-cart-index .container.columns.flex-col{
  margin-top:0.75rem;
}

.checkout-cart-index .container.flex.columns{
  margin-top:0.75rem;
}

.columns .sidebar,
    .columns .main {
  width: 100%;
}

@media (min-width: 768px) {
  .columns {
    display: flow-root;
  }

  .columns::after {
    /* Fallback for flow-root */
    clear: both;
  }

  .columns .sidebar {
    max-width: var(--sidebar-size);
  }
}

.page-layout-2columns-left .columns .main, .page-layout-2columns-right .columns .main {
  width: 100%;
}

@media (min-width: 768px) {
  .page-layout-2columns-left .columns .main, .page-layout-2columns-right .columns .main {
    float: right;
    clear: right;
    max-width: calc(100% - var(--sidebar-size));
  }

  .page-layout-2columns-left .sidebar {
    float: left;
    clear: left;
    padding-right: var(--sidebar-gap);
  }

  .page-layout-2columns-right .columns .main {
    float: left;
    clear: left;
    max-width: calc(100% - var(--sidebar-size));
  }

  .page-layout-2columns-right .sidebar {
    float: right;
    clear: right;
    padding-left: var(--sidebar-gap);
  }
}

.product-image-container {
  width: 100% !important;
}

.product-image-container img {
  width: 100%;
}

.swatch-attribute .swatch-attribute-options {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.checkout-cart-index .container.swatch-attribute .swatch-attribute-options.flex-col{
  margin-top:0.75rem;
}

.swatch-attribute .swatch-attribute-options .swatch-option {
  margin: 0.25rem;
  display: flex;
  justify-content: center;
  border-width: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.checkout-cart-index .container.swatch-attribute .swatch-attribute-options .swatch-option.flex-col{
  margin-top:0.75rem;
}

.swatch-attribute .swatch-attribute-options .swatch-option {
  min-width: 40px;
}

.btn {
  display: flex;
  align-items: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --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);
}

.checkout-cart-index .container.btn.flex-col{
  margin-top:0.75rem;
}

@media (min-width: 768px) {
  .btn {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  @media only screen and (max-width: 767px) {
    .page-main.container.btn{
      padding-left:1rem;
      padding-right:1rem;
    }
  }
}

@media (min-width: 1280px) {
  .btn {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.btn svg {
  display: inline-flex;
}

.btn span {
  vertical-align: middle;
}

.btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}

.btn-primary {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(3 53 109 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(35 105 196 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --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);
}

.btn-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(35 105 196 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(238 246 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --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);
}

.btn-secondary {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(238 246 255 / var(--tw-border-opacity, 1));
  --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));
  --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);
}

.btn-secondary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(3 53 109 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --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);
}

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

#cart-drawer {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

[x-cloak] {
  display: none;
}

.input {
  margin-right: 0.5rem;
  width: auto;
  border-radius: 0.25rem;
  border-width: 1px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  .input {
    margin-right: 1rem;
  }
}

@media (min-width: 1024px) {
  .input {
    margin-right: 0px;
  }
}

@media (min-width: 1280px) {
  .input {
    margin-right: 1rem;
  }
}

.input-light {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.input-light:focus {
  --tw-border-opacity: 1;
  border-color: rgb(35 105 196 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.card {
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  --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);
}

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

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

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

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

.transition {
  transition: transform 250ms ease, color 250ms ease;
}

.transform-180 {
  transform: rotate(-180deg);
}

/*@import url(components/typography.css);*/

/* purgecss end ignore */

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

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

.inset-x-4 {
  left: 1rem;
  right: 1rem;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

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

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

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

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

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

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

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

.bottom-0 {
  bottom: 0px;
}

.bottom-20 {
  bottom: 5rem;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-6 {
  bottom: 1.5rem;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.right-2 {
  right: 0.5rem;
}

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

.right-4 {
  right: 1rem;
}

.right-5 {
  right: 1.25rem;
}

.right-6 {
  right: 1.5rem;
}

.top-0 {
  top: 0px;
}

.top-12 {
  top: 3rem;
}

.top-14 {
  top: 3.5rem;
}

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

.top-3 {
  top: 0.75rem;
}

.top-4 {
  top: 1rem;
}

.top-40 {
  top: 10rem;
}

.top-6 {
  top: 1.5rem;
}

.top-full {
  top: 100%;
}

.isolate {
  isolation: isolate;
}

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

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

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-first {
  order: -9999;
}

.order-last {
  order: 9999;
}

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

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

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

.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-8 {
  grid-column: span 8 / span 8;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.clear-left {
  clear: left;
}

.clear-both {
  clear: both;
}

.-m-2 {
  margin: -0.5rem;
}

.-m-3 {
  margin: -0.75rem;
}

.-m-4 {
  margin: -1rem;
}

.m-0 {
  margin: 0px;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-4 {
  margin: 1rem;
}

.m-8 {
  margin: 2rem;
}

.m-auto {
  margin: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.\!ml-0 {
  margin-left: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-auto {
  margin-left: auto;
}

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

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

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

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

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

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

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

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

.mr-auto {
  margin-right: auto;
}

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

.mt-0\.5 {
  margin-top: 0.125rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.table-caption {
  display: table-caption;
}

.table-cell {
  display: table-cell;
}

.table-row {
  display: table-row;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-2 {
  height: 0.5rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-3 {
  height: 0.75rem;
}

.h-30px {
  height: 30px;
}

.h-4 {
  height: 1rem;
}

.h-40 {
  height: 10rem;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-50px {
  height: 50px;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

.h-96 {
  height: 24rem;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.max-h-16 {
  max-height: 4rem;
}

.max-h-5 {
  max-height: 1.25rem;
}

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

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

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

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

.max-h-40 {
  max-height: 10rem;
}

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

.min-h-14 {
  min-height: 3.5rem;
}

.min-h-24 {
  min-height: 6rem;
}

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

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

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

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

.min-h-screen-50 {
  min-height: 50vh;
}

.w-0 {
  width: 0px;
}

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

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

.w-10 {
  width: 2.5rem;
}

.w-11 {
  width: 2.75rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-2 {
  width: 0.5rem;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-3 {
  width: 0.75rem;
}

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

.w-32 {
  width: 8rem;
}

.w-4 {
  width: 1rem;
}

.w-4\/12 {
  width: 33.333333%;
}

.w-40 {
  width: 10rem;
}

.w-44 {
  width: 11rem;
}

.w-48 {
  width: 12rem;
}

.w-5 {
  width: 1.25rem;
}

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

.w-50px {
  width: 50px;
}

.w-56 {
  width: 14rem;
}

.w-6 {
  width: 1.5rem;
}

.w-60 {
  width: 15rem;
}

.w-64 {
  width: 16rem;
}

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

.w-8 {
  width: 2rem;
}

.w-8\/12 {
  width: 66.666667%;
}

.w-9 {
  width: 2.25rem;
}

.w-96 {
  width: 24rem;
}

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

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

.w-auto {
  width: auto;
}

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

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.min-w-20 {
  min-width: 5rem;
}

.min-w-32 {
  min-width: 8rem;
}

.min-w-40 {
  min-width: 10rem;
}

.min-w-48 {
  min-width: 12rem;
}

.min-w-52 {
  min-width: 13rem;
}

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

.max-w-2xl {
  max-width: 42rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-56 {
  max-width: 14rem;
}

.max-w-7xl {
  max-width: 80rem;
}

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

.max-w-md {
  max-width: 28rem;
}

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

.max-w-prose {
  max-width: 65ch;
}

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

.max-w-screen-sm {
  max-width: 640px;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-xl {
  max-width: 36rem;
}

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

.flex-none {
  flex: none;
}

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

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

.shrink {
  flex-shrink: 1;
}

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

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

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

.grow {
  flex-grow: 1;
}

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

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

.basis-full {
  flex-basis: 100%;
}

.table-auto {
  table-layout: auto;
}

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

.origin-top {
  transform-origin: top;
}

.origin-top-left {
  transform-origin: top left;
}

.origin-top-right {
  transform-origin: top right;
}

.-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-12 {
  --tw-translate-x: -3rem;
  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-5 {
  --tw-translate-x: -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));
}

.-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-3 {
  --tw-translate-y: -0.75rem;
  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-8 {
  --tw-translate-y: -2rem;
  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-full {
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-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-3\.5 {
  --tw-translate-x: 0.875rem;
  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-0 {
  --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));
}

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

.-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-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

.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 slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.animate-slide-down {
  animation: slideDown 0.35s ease-out;
}

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

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

.cursor-default {
  cursor: default;
}

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

.cursor-pointer {
  cursor: pointer;
}

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

.resize {
  resize: both;
}

.list-inside {
  list-style-position: inside;
}

.\!list-none {
  list-style-type: none !important;
}

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

.grid-flow-row {
  grid-auto-flow: row;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-2 {
  gap: 0.5rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-28 {
  gap: 7rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

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

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

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

.gap-x-7 {
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}

.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-y-0 {
  row-gap: 0px;
}

.gap-y-1 {
  row-gap: 0.25rem;
}

.gap-y-16 {
  row-gap: 4rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

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

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

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

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

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

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

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

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

.space-y-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4rem * 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-neutral-50\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 250 250 / 0.75);
}

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

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

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

.overscroll-y-contain {
  overscroll-behavior-y: contain;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hyphens-auto {
  -webkit-hyphens: auto;
          hyphens: auto;
}

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

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

.break-words {
  overflow-wrap: break-word;
}

.break-all {
  word-break: break-all;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-25px {
  border-radius: 25px;
}

.rounded-2xl {
  border-radius: 1rem;
}

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

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

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

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

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

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

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

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

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

.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-l-none {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

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

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

.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.rounded-bl {
  border-bottom-left-radius: 0.25rem;
}

.rounded-bl-4xl {
  border-bottom-left-radius: 2.5rem;
}

.rounded-br {
  border-bottom-right-radius: 0.25rem;
}

.rounded-tl {
  border-top-left-radius: 0.25rem;
}

.rounded-tl-4xl {
  border-top-left-radius: 2.5rem;
}

.rounded-tr {
  border-top-right-radius: 0.25rem;
}

.border {
  border-width: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

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

.border-container-darker {
  --tw-border-opacity: 1;
  border-color: rgb(182 182 182 / var(--tw-border-opacity, 1));
}

.border-container-lighter {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
}

.border-content-line {
  --tw-border-opacity: 1;
  border-color: rgb(228 233 238 / var(--tw-border-opacity, 1));
}

.border-current {
  border-color: currentColor;
}

.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-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}

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

.border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(35 105 196 / var(--tw-border-opacity, 1));
}

.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / 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));
}

.bg-\[\#00147f\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 20 127 / var(--tw-bg-opacity, 1));
}

.bg-\[\#27c6b2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(39 198 178 / var(--tw-bg-opacity, 1));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / 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-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.bg-brand-gold {
  --tw-bg-opacity: 1;
  background-color: rgb(216 212 165 / var(--tw-bg-opacity, 1));
}

.bg-brand-silver {
  --tw-bg-opacity: 1;
  background-color: rgb(191 191 191 / var(--tw-bg-opacity, 1));
}

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

.bg-container-darker {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

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

.bg-container-lighter\/95 {
  background-color: rgb(255 255 255 / 0.95);
}

.bg-footer-advantages {
  --tw-bg-opacity: 1;
  background-color: rgb(245 247 249 / var(--tw-bg-opacity, 1));
}

.bg-footer-bestsellers {
  --tw-bg-opacity: 1;
  background-color: rgb(245 247 249 / var(--tw-bg-opacity, 1));
}

.bg-footer-newsletter {
  --tw-bg-opacity: 1;
  background-color: rgb(228 233 238 / var(--tw-bg-opacity, 1));
}

.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-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-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}

.bg-header-topbar {
  --tw-bg-opacity: 1;
  background-color: rgb(245 247 249 / var(--tw-bg-opacity, 1));
}

.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}

.bg-list-categorybutton {
  --tw-bg-opacity: 1;
  background-color: rgb(223 231 237 / var(--tw-bg-opacity, 1));
}

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

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(35 105 196 / var(--tw-bg-opacity, 1));
}

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

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

.bg-primary-neon {
  --tw-bg-opacity: 1;
  background-color: rgb(2 249 255 / 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-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(225 29 72 / 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\/25 {
  background-color: rgb(255 255 255 / 0.25);
}

.bg-white\/60 {
  background-color: rgb(255 255 255 / 0.6);
}

.bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7);
}

.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}

.bg-opacity-100 {
  --tw-bg-opacity: 1;
}

.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}

.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}

.bg-opacity-95 {
  --tw-bg-opacity: 0.95;
}

.bg-arrow-bottom {
  background-image: url('../images/arrow-bottom.png');
}

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

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

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

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

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

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

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

.fill-\[\#27c6b2\] {
  fill: #27c6b2;
}

.fill-black\/20 {
  fill: rgb(0 0 0 / 0.2);
}

.fill-current {
  fill: currentColor;
}

.fill-primary {
  fill: #2369C4;
}

.fill-transparent {
  fill: transparent;
}

.fill-white {
  fill: #fff;
}

.stroke-current {
  stroke: currentColor;
}

.stroke-white {
  stroke: #fff;
}

.stroke-white\/75 {
  stroke: rgb(255 255 255 / 0.75);
}

.stroke-1 {
  stroke-width: 1;
}

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

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

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

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-px {
  padding: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.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-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pr-3 {
  padding-right: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-lato {
  font-family: Lato, sans-serif;
}

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

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

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

.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-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-\[\.87rem\] {
  font-size: .87rem;
}

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

.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-black {
  font-weight: 900;
}

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

.italic {
  font-style: italic;
}

.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

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

.leading-10px {
  line-height: 10px;
}

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

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

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

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

.leading-50px {
  line-height: 50px;
}

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

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

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

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

.leading-none {
  line-height: 1;
}

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

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

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-\[\#00147f\] {
  --tw-text-opacity: 1;
  color: rgb(0 20 127 / var(--tw-text-opacity, 1));
}

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

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

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

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

.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}

.text-footer-copyright {
  --tw-text-opacity: 1;
  color: rgb(42 49 58 / var(--tw-text-opacity, 1));
}

.text-footer-icons {
  --tw-text-opacity: 1;
  color: rgb(138 147 159 / var(--tw-text-opacity, 1));
}

.text-footer-links {
  --tw-text-opacity: 1;
  color: rgb(35 105 196 / var(--tw-text-opacity, 1));
}

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

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

.text-gray-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-list-name {
  --tw-text-opacity: 1;
  color: rgb(42 49 58 / var(--tw-text-opacity, 1));
}

.text-list-subname {
  --tw-text-opacity: 1;
  color: rgb(138 147 159 / var(--tw-text-opacity, 1));
}

.text-orange-400 {
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity, 1));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(35 105 196 / var(--tw-text-opacity, 1));
}

.text-primary-lighter {
  --tw-text-opacity: 1;
  color: rgb(238 246 255 / var(--tw-text-opacity, 1));
}

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

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(225 29 72 / var(--tw-text-opacity, 1));
}

.text-secondary-darker {
  --tw-text-opacity: 1;
  color: rgb(159 18 57 / var(--tw-text-opacity, 1));
}

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

.text-yellow-300 {
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity, 1));
}

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

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

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

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

.underline-offset-2 {
  text-underline-offset: 2px;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-80 {
  opacity: 0.8;
}

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

.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-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-offset-2 {
  outline-offset: 2px;
}

.ring {
  --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(3px + 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-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(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);
}

.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-inset {
  --tw-ring-inset: inset;
}

.ring-blue-500\/50 {
  --tw-ring-color: rgb(59 130 246 / 0.5);
}

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

.ring-gray-900\/5 {
  --tw-ring-color: rgb(17 24 39 / 0.05);
}

.ring-primary {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(35 105 196 / var(--tw-ring-opacity, 1));
}

.ring-primary\/50 {
  --tw-ring-color: rgb(35 105 196 / 0.5);
}

.ring-primary\/75 {
  --tw-ring-color: rgb(35 105 196 / 0.75);
}

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

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

.ring-opacity-50 {
  --tw-ring-opacity: 0.5;
}

.ring-offset-2 {
  --tw-ring-offset-width: 2px;
}

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

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

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-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-none {
  transition-property: none;
}

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

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

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

.page-footer{
}

.page-header {
}

.algolia-autocomplete{
  float:left;
}

.basis-1\/2{
  flex-basis: 49%
}

.basis-1\/3{
  flex-basis: 30%
}

.basis-full{
  flex-basis: 100%
}

.flex-row{
  flex-direction: row
}

@media (min-width: 1024px){
  .lg\:basis-1\/4{
    flex-basis: 25%
  }

  .lg\:basis-2\/4{
    flex-basis: 50%
  }
}

*{
  font-family:Lato,sans-serif!important;
}

.container-custom{
  max-width:1340px;
}

.aa-dataset-products .aa-suggestions .aa-suggestion{
  float:left;
  width:50%;
}

.aa-dataset-products .aa-suggestions .aa-suggestion:hover{
  background-color:#f2f2f2;
}

.aa-dataset-products .aa-suggestions .aa-suggestion .algoliasearch-autocomplete-category{
  font-size:.8em;
  color:#666;
  white-space:nowrap;
  overflow:hidden;
  max-width:100%;
  text-overflow:ellipsis;
}

.aa-dataset-products .aa-suggestions .aa-suggestion .algoliasearch-autocomplete-name{
  height:40px;
  overflow:hidden;
}

.aa-dataset-products .aa-suggestions .aa-suggestion .algoliasearch-autocomplete-price{
  color:#b40826;
}

.aa-dataset-products .aa-suggestions .aa-suggestion .algoliasearch-autocomplete-name em{
  font-style:normal!important
}

.aa-dataset-products .aa-suggestions .aa-suggestion button{
}

#autocomplete-categories .category{
  color:#a6a6a6;
  text-align:left;
  font-size:.8em;
  text-transform:uppercase;
  font-weight:700;
  padding-left:10px;
}

#autocomplete-categories .aa-suggestions a{
  display:block;
  position:relative;
  padding:5px 10px;
}

#autocomplete-categories .aa-suggestions a:hover{
  background-color:#f2f2f2;
  color:#1f5d7f
}

#autocomplete-categories .aa-suggestions a em{
  font-weight:700;
  font-style:normal!important
}

#autocomplete-products-footer{
  display:block;
  clear:both;
  width:100%;
  background-color:#f5f7f9;
  text-align:center;
  padding:15px;
}

#autocomplete-products-footer a{
  display:inline-block;
  padding:10px 16px;
  font-size:19px;
  line-height:1.3333333;
  border-radius:25px;
  color:#b40826;
  background-color:transparent;
  border:1px solid #b40826;
  cursor:pointer;
}

#autocomplete-products-footer a:hover{
  background-color:#b40826;
  color:#fff;
}

/* Button Hovers */

/*button.border-list-addtocartdiscount:hover{background-color:#b40826!important;color:#fff!important;}*/

button.border-list-addtocartdiscount:hover span{
  color:#fff!important;
}

button.border-list-addtocartdiscount:hover svg path{
  fill:#fff!important;
}

button.border-list-addtocartdiscount:hover svg circle{
  fill:#174862!important;
}

button.border-list-addtocart:hover{
  background-color:#1f5d7f!important;
  color:#fff!important;
}

button.border-list-addtocart:hover span{
  color:#fff!important;
}

button.border-list-addtocart:hover svg path{
  fill:#fff!important;
}

button.border-list-addtocart:hover svg circle{
  fill:#1f5d7f!important;
}

.bg-list-categorybutton:hover{
  background-color:#1f5d7f!important;
  color:#dfe7ed!important;
}

.bg-list-categorybutton:hover svg path{
  fill:#dfe7ed!important;
}

.option-check{
  display:inline-block;
  width:25px;
  height:25px;
  background-image:url('../images/uncheck.svg');
  background-repeat:no-repeat
}

.btn-checked .option-check{
  background-image:url('../images/check.svg');
}

button.btn-checked{
  --tw-border-opacity:1;
  border-color:rgba(156,163,175,var(--tw-border-opacity));
}

.catalog-product-view .page-main{
  margin-top:0rem;
}

.catalog-product-view #thumbs{
  width:130px;
}

.swiper-button-next,
.swiper-button-prev{
  color:#2A313A!important
}

.top-container{
  clear:both;
  display:block;
}

.product-attributes .grid .grid:nth-child(odd) .text-right{
  padding-right:20px;
}

.swiper-container.thumbs-slider{
  max-height:360px!important;
  overflow:hidden;
}

.swiper-container.thumbs-slider .swiper-slide{
  max-height:110px;
}

#thumbs .thumbs-button-prev{
  margin-bottom:10px;
  text-align:center;
}

#thumbs .thumbs-button-next{
  margin-top:10px;
  text-align:center;
}

a,
a:active,
a:focus,
button:focus{
  outline:none!important;
}

/* Buttons */

.btn-text-shadow {
  text-shadow: 1px 1px 2px #999;
}

.btn-text-shadow > svg {
  filter: drop-shadow(1px 1px 2px rgb(0 0 0 / 0.3));
}

.upsell-slider .product-item-photo img,
.related-slider .product-item-photo img{
  max-height:120px;
  width:auto;
}

/* CMS pages */

.cms-page-view .column.main.container h1,
.cms-page-view .column.main.container h2{
  font-size:1.875rem;
  line-height:2.25rem;
  font-weight:700;
  margin-top:1rem;
  margin-bottom:.75rem;
  font-family:Lato,sans-serif;
}

.cms-page-view .column.main.container .row{
  font-size:15px;
  line-height:1.75em;
  font-family:Lato,sans-serif;
}

.cms-page-view .column.main.container p{
  margin:0 0 13px;
  font-family:Lato,sans-serif;
}

.cms-page-view .column.main.container ul{
  margin-bottom:13px!important;
  list-style:inside disc;
  padding-left:1.5rem;
}

.cms-page-view .column.main.container ul li{
  margin-bottom:1rem;
  font-family:Lato,sans-serif;
}

.cms-page-view .column.main.container{
  font-family:Lato,sans-serif
}

.cms-page-view .page-main{
  margin-top:1rem;
}

/* Category */

.catalogsearch-result-index .messages.container,
.catalog-category-view .messages.container{
  padding-left:0px!important;
  padding-right:0px!important;
  border-radius:0.25rem;
}

.catalog-category-view .page-main,
.catalogsearch-result-index .page-main{
  margin-top:1rem!important;
}

.catalog-category-view .page-header,
.catalogsearch-result-index .page-header{
  margin-bottom:2rem!important;
}

.catalogsearch-result-index .page-main .container .row,
.catalog-category-view .page-main .container .row{
  padding-top:20px;
}

.catalogsearch-result-index #category-view-container{
  display:none;
}

.catalogsearch-result-index .algolia-instant-results-wrapper,
.catalog-category-view .algolia-instant-results-wrapper{
  border-top:1px solid #e4e9ee;
  padding-top:0px;
}

.catalogsearch-result-index #instant-search-bar,
.catalog-category-view #instant-search-bar{
  position:absolute;
  right:0;
  top:-110px;
  width:500px;
  border-radius:4px;
  background-color:#f5f7f9;
  height:50px;
  border:0px;
}

.catalogsearch-result-index #instant-search-bar input,
.catalog-category-view #instant-search-bar input{
  background-color:transparent;
  border:0px;
  height:50px;
  width:450px;
}

.catalogsearch-result-index .ais-SearchBox-submit,
.catalog-category-view .ais-SearchBox-submit{
  display:inline-block!important;
  width:50px;
  height:50px;
  background-image:url('../images/search-icon.png');
  background-repeat:no-repeat;
  background-size:100%;
  vertical-align:top;
}

.catalogsearch-result-index .ais-SearchBox-submit svg,
.catalog-category-view .ais-SearchBox-submit svg{
  display:none!important;
}

.catalogsearch-result-index .ais-SearchBox-reset,
.catalog-category-view .ais-SearchBox-reset{
  display:none!important;
}

.catalogsearch-result-index .ais-SortBy-select,
.catalog-category-view .ais-SortBy-select{
  border:0px;
  border-bottom:1px solid #e4e9ee;
  padding:0px;
  background:none!important;
  padding-bottom:3px;
}

.catalogsearch-result-index .applied-filters,
.catalog-category-view .applied-filters{
  margin:20px 0px;
  margin-bottom:40px;
}

.catalogsearch-result-index .applied-filters #clear-refinements,
.catalog-category-view .applied-filters #clear-refinements{
  float:right;
  margin-top:10px;
}

.catalogsearch-result-index .applied-filters,
.catalog-category-view .applied-filters{
  margin-top:20px;
}

.catalogsearch-result-index .applied-filters #clear-refinements span,
.catalog-category-view .applied-filters #clear-refinements span{
  position:absolute;
  top:0;
  left:-20px;
}

.catalogsearch-result-index .applied-filters #clear-refinements,
.catalog-category-view .applied-filters #clear-refinements{
  position:relative;
  color:#2a313a;
}

.catalogsearch-result-index .applied-filters #clear-refinements:hover,
.catalog-category-view .applied-filters #clear-refinements:hover{
  color:#000;
}

.catalogsearch-result-index .applied-filters #current-refinements ul li,
.catalog-category-view .applied-filters #current-refinements ul li{
  display:inline-block;
  margin-bottom:0.5rem;
  background-color:#f5f7f9;
  border-radius:4px;
  height:auto;
  line-height:25px;
  padding:10px 15px;
}

.catalogsearch-result-index .applied-filters #current-refinements ul li span,
.catalog-category-view .applied-filters #current-refinements ul li span{
  margin-right:5px;
}

.catalogsearch-result-index .applied-filters #current-refinements ul li span:last-child,
.catalog-category-view .applied-filters #current-refinements ul li span:last-child{
  margin-right:0px;
}

.catalogsearch-result-index .category-image,
.catalog-category-view .category-image{
  margin-top:30px;
  border-radius:2px;
  overflow:hidden;
}

.catalog-category-view .category-description{
  font-size:16px;
  text-align:left;
  color:#141c26;
  opacity:0.7;
  line-height:27px;
}

.catalog-category-view .category-description h2,
.catalog-category-view .category-description h3,
.catalog-category-view .category-description h4{
  text-align:left;
  font-weight:bold;
  text-transform:uppercase;
  margin-bottom:1rem;
}

#algolia-right-container{
  margin-top:20px;
}

#instant-search-results-container{
  margin-top:20px;
}

#instant-search-results-container .ais-Hits-list .ais-Hits-item{
  margin-bottom:20px;
  border:1px solid #e4e9ee;
  border-radius:2px;
  overflow:hidden;
}

#instant-search-results-container .ais-Hits-list .ais-Hits-item .result-wrapper .result-content{
  overflow:hidden;
  padding:25px 14px;
}

#instant-search-results-container .ais-Hits-list .ais-Hits-item .result-wrapper .result-content .result-thumbnail{
  float:left;
}

#instant-search-results-container .ais-Hits-list .ais-Hits-item .result-wrapper .result-content .result-thumbnail img{
  width:200px;
  height:200px;
}

#instant-search-results-container .ais-Hits-list .ais-Hits-item .result-wrapper .result-content .result-sub-content{
  padding-left:230px;
}

#instant-search-results-container .ais-Hits-list .ais-Hits-item .result-wrapper .result-content h2 mark{
  background-color:transparent!important
}

#instant-search-results-container .ais-Hits-list .ais-Hits-item .result-wrapper .result-content .titles .product-item-name{
  font-size:18px;
  color:#141c26;
  font-weight:bold;
}

.configurable-items-content{
  margin-top:30px;
}

.configurable-items-content .configurable-item{
  display:inline-block;
  min-width:68px;
  min-height:60px;
  border-radius:5px;
  border:1px solid #f5f7f9;
  text-align:center;
  font-size:16px;
  color:#141c26;
  line-height:60px;
  margin-right:10px;
}

.configurable-items-content .configurable-item.active-item{
  border:1px solid #2369c4;
}

.configurable-items-content .configurable-item a{
  display:block;
}

.configurable-items-content .configurable-item{
  position:relative;
}

.configurable-items-content .configurable-item .configurable-simple-item-savings{
  position:absolute;
  padding:3px 6px!important;
  top:-15px;
  left:11px;
}

.configurable-items-content.configurable-items-mobile-content{
  display:none;
}

.configurable-list-cart-desktop{
  position:absolute;
  margin-top:-55px;
}

/* Filters */

#algolia-left-container .ais-Panel{
  margin-bottom:20px;
  margin-top:20px;
}

#algolia-left-container .ais-HierarchicalMenu-link--selected{
  color:#2369c4
}

#algolia-left-container .ais-Panel-header .name{
  font-size:18px;
  font-weight:bold;
  font-family:Lato,sans-serif
}

#algolia-left-container .ais-Panel-body{
  padding:20px 0px;
  position:relative
}

#algolia-left-container .is-widget-container-price_EUR_default .ais-Panel-body{
  padding:20px 25px;
}

#algolia-left-container .ais-RangeSlider{
  margin-top:60px;
}

#algolia-left-container .ais-RangeSlider .rheostat{
  position:relative;
  overflow:visible;
  margin-top:40px;
  margin-bottom:20px;
}

#algolia-left-container .ais-RangeSlider .rheostat-background{
  position:relative;
  background-color:#e4e9ee;
  height:4px;
  top:0px;
  width:100%;
}

#algolia-left-container .ais-RangeSlider .rheostat-handle{
  margin-left:-12px;
  top:-7px;
  position:relative;
  z-index:1;
  width:15px;
  height:15px;
  background-color:#1f5d7f;
  border:2px solid #174862;
  border-radius:50%;
  cursor:grab;
}

#algolia-left-container .ais-RangeSlider .rheostat-progress{
  position:absolute;
  top:1px;
  height:4px;
  background-color:#1f5d7f;
}

#algolia-left-container .rheostat-tooltip{
  margin-left:50%;
  position:absolute;
  top:-50px;
  text-align:center;
  display:inline-block;
  margin-bottom:0.5rem;
  background-color:#f5f7f9;
  border-radius:4px;
  height:40px;
  line-height:40px;
  padding:0px;
  width:100px;
}

#algolia-left-container #instant-search-facets-container .ais-Panel{
  border-bottom:1px solid #f5f7f9;
}

#algolia-left-container .ais-HierarchicalMenu-list .ais-HierarchicalMenu-list{
  margin-left:1rem;
}

#algolia-left-container .ais-HierarchicalMenu-link--selected{
  font-weight:bold
}

#algolia-left-container .ais-RefinementList-searchBox{
  display:none;
}

#algolia-left-container .ais-RefinementList-count,
#algolia-left-container .ais-HierarchicalMenu-count{
  right:0px;
  position:absolute;
}

#algolia-left-container .ais-RefinementList-checkbox{
  margin-right:5px;
}

#algolia-left-container .ais-CurrentRefinements-delete{
  margin-right:10px;
}

#algolia-left-container .rheostat-handle-lower .rheostat-tooltip::after{
  content:",00";
}

#algolia-left-container .rheostat-handle-lower .rheostat-tooltip::before{
  content:"€ ";
}

#algolia-left-container .rheostat-handle-upper .rheostat-tooltip::after{
  content:",00";
}

#algolia-left-container .rheostat-handle-upper .rheostat-tooltip::before{
  content:"€ ";
}

#algolia-left-container .rheostat-handle-lower .rheostat-tooltip{
  left:-20px!important;
}

#algolia-left-container .rheostat-handle-upper .rheostat-tooltip{
  right:-25px!important;
}

#algolia-left-container.open-mobile{
  display:block!important;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  overflow:scroll;
  height:100vh;
  background-color:#fff;
  z-index:999;
  padding:15px;
  padding-top:0px!important;
}

#algolia-left-container.open-mobile #mobile-header{
  display:flex!important;
  height:60px;
  line-height:45px;
  border-bottom:1px solid #e4e9ee;
  padding:10px 0px;
}

#algolia-left-container.open-mobile #mobile-header span{
  flex:1;
}

#algolia-left-container.open-mobile #instant-search-facets-container{
  padding-bottom:90px;
}

#algolia-left-container.open-mobile #mobile-footer{
  display:block;
  position:fixed;
  width:100%;
  background-color:#fff;
  text-align:center;
  height:70px;
  bottom:0;
  left:0;
}

#algolia-left-container.open-mobile #mobile-footer button{
  max-width:90%;
  display:inline;
}

#algolia-left-container.open-mobile #clear-refinements span{
  display:none!important;
}

/* Pagination */

#instant-search-pagination-container .ais-Pagination-list{
  position:relative;
}

#instant-search-pagination-container .ais-Pagination-list .ais-Pagination-item--previousPage{
  float:left
}

#instant-search-pagination-container .ais-Pagination-list .ais-Pagination-item--previousPage span::before,
#instant-search-pagination-container .ais-Pagination-list .ais-Pagination-item--previousPage a::before{
  content:" ";
  background-image:url('../images/arrow-left.svg');
  display:inline-block;
  background-repeat:no-repeat;
  background-size:20px 20px;
  width:20px;
  height:20px;
  margin-right:5px;
  background-position:0px 5px;
}

#instant-search-pagination-container .ais-Pagination-list .ais-Pagination-item--nextPage{
  float:right
}

#instant-search-pagination-container .ais-Pagination-list .ais-Pagination-item--nextPage span::after,
#instant-search-pagination-container .ais-Pagination-list .ais-Pagination-item--nextPage a::after{
  content:" ";
  background-image:url('../images/arrow-right.svg');
  display:inline-block;
  background-repeat:no-repeat;
  background-size:20px 20px;
  width:20px;
  height:20px;
  margin-left:5px;
  background-position:0px 5px;
}

#instant-search-pagination-container .ais-Pagination-list .ais-Pagination-item--previousPage,
#instant-search-pagination-container .ais-Pagination-list .ais-Pagination-item--nextPage{
  height:50px;
  line-height:46px;
  background-color:#e8eef2;
  color:#1f5d7f;
  border-radius:1.5rem;
  border:1px solid #e8eef2;
  padding:0px 25px;
  font-size:16px;
  font-weight:bold;
}

#instant-search-pagination-container .ais-Pagination-list .ais-Pagination-item.ais-Pagination-item--page{
  height:50px;
  line-height:46px;
  background-color:#e8eef2;
  color:#1f5d7f;
  border-radius:1.5rem;
  border:1px solid #e8eef2;
  width:50px;
  margin:0px 3px;
  display:inline-block;
  font-size:16px;
  font-weight:bold;
}

#instant-search-pagination-container .ais-Pagination-list .ais-Pagination-item.ais-Pagination-item--page.ais-Pagination-item--selected{
  background-color:#fff;
}

#instant-search-pagination-container .ais-Pagination-list .ais-Pagination-item a{
  display:block;
}

#instant-search-pagination-container ul.ais-Pagination-list li{
  display:inline;
}

/* Cart */

.checkout-cart-index .container.flex.flex-col{
  margin-top:0.75rem;
}

.checkout-cart-index .cart-product-image{
  max-height:50px;
  max-width:50px;
}

.checkout-cart-index .table-row-items > div.table-row-item{
  background-color:#fff
}

.checkout-cart-index .cart-table-header{
  border-bottom:2px solid #f5f7f9;
}

.checkout-cart-index .cart-table-item{
  border-bottom:1px solid #f5f7f9;
  height:66px;
}

.checkout-cart-index .cart-table-item:last-child{
  border-bottom:0px;
}

.checkout-cart-index .cart-bottom-block{
  background-color:#f5f7f9;
}

.checkout-cart-index .fieldset.coupon input{
  border-top-right-radius:0px!important;
  border-bottom-right-radius:0px!important;
}

.checkout-cart-index .fieldset.coupon button{
  border-top-left-radius:0px!important;
  border-bottom-left-radius:0px!important;
  margin-left:-10px;
}

.checkout-cart-index .checkout-cart-button a{
  margin-right:0px!important;
  height:50px;
  line-height:50px;
  border-radius:25px;
  background-color:#2369c4;
  border:0px;
  text-align:center;
  font-weight:bold;
}

.checkout-cart-index .checkout-cart-button a:hover{
  background-color:#d10825;
}

.checkout-cart-index .checkout-cart-button a span{
  width:100%;
}

.cart-remove-item-block svg{
  height:24px;
  width:24px;
}

/* Success page */

.container.success-page-content header{
  margin:15px 0px;
}

.container.success-page-content .content.text-center{
  margin-bottom:15px;
}

.container.success-page-content #gutscheinconnection-container{
  max-width:1000px!important;
  margin:auto;
  width:100%;
  margin-top:20px;
}

/* Account */

#header nav{
  z-index:999999
}

.customer-account-create #gender,
.customer-account-create #dob{
  border-color: #6b7280;
  border-width:1px;
  border-radius:0;
  padding:.5rem .75rem;
  font-size:1rem;
  line-height:1.5rem;
  width:100%;
  padding-left:1.5rem;
  max-width:42rem;
  height:50px;
  border-radius:25px;
}

.account h1{
  margin-bottom:20px;
}

.account .bg-container-darker{
  background-color:#e8eef2!important
}

.account .page-main{
  margin-top:0px!important
}

.account .column.main > .container{
  padding-left:0px;
  padding-right:0px;
}

.account.customer-account-edit #gender,
.account.customer-account-edit #dob{
  border-color: #6b7280;
  border-width:1px;
  border-radius:0;
  padding:.5rem .75rem;
  font-size:1rem;
  line-height:1.5rem;
  width:100%;
  padding-left:1.5rem;
  max-width:42rem;
  height:50px;
  border-radius:25px;
}

.account.customer-account-edit .fieldset .field{
  margin-bottom:15px;
}

.account.customer-address-form #country,
.account.customer-address-form #region,
.account.customer-address-form #company,
.account.customer-address-form #telephone,
.account.customer-address-form #street_1{
  border-color: #6b7280;
  border-width:1px;
  border-radius:0;
  padding:.5rem .75rem;
  font-size:1rem;
  line-height:1.5rem;
  width:100%;
  padding-left:1.5rem;
  max-width:42rem;
  height:50px;
  border-radius:25px;
}

.account.sales-order-history .column.main .actions-toolbar{
  display:none!important;
}

.account.wishlist-index-index .column.main .toolbar.wishlist-toolbar{
  display:none;
}

.account.wishlist-index-index .column.main .toolbar-number{
  display:none;
}

/* Wishlist */

#wishlist-view-form .product-item-wishlist-info,
#wishlist-view-form .product-item-wishlist-info-header{
  display:flex;
}

#wishlist-view-form .product-item-wishlist-info-header-item{
  font-weight:800;
  margin-bottom:15px;
}

#wishlist-view-form .product-item-actions a{
  margin-left:0px!important
}

#wishlist-view-form .product-item-wishlist-info-action-name{
  padding-left:30px;
  position:relative;
}

#wishlist-view-form .product-item-wishlist-info-action-name .product-item-inner{
  position:absolute;
  top:30px;
  left:0;
}

#wishlist-view-form .wishlist-item-line{
  border-bottom:1px solid #e6e6e6;
  margin-bottom:15px;
  padding-bottom:15px;
  padding-top:15px;
}

#wishlist-view-form .product-item-wishlist-info-action-qty input{
  max-width:90px;
}

#wishlist-view-form .product-item-wishlist-price{
  font-weight:800;
  margin-bottom:10px;
}

#wishlist-view-form .actions-toolbar{
  border-top:0px!important;
  margin-top:0px;
  padding-top:5px;
}

/* Blog */

.blog-widget-recent-masonry{
  max-height:500px;
  overflow:hidden;
}

.blog-page .page-main{
  max-width:1160px;
  margin:auto;
  color:#333;
  clear:both;
}

.blog-page .page-main .column.main{
  width:70%!important;
  max-width:740px!important;
  padding:30px 0px!important
}

.blog-page .page-title{
  margin-top:0px!important
}

.blog-page .block-categories .accordion{
  border-bottom:0px!important
}

.blog-page .sidebar .block-title{
  border-left:4px solid #b40826;
  padding-left:10px;
}

.blog-page .tag-content,
.blog-page .blog-description{
  margin-bottom:30px;
}

.blog-page.blog-post-view .page-main .column.main .post-bottom a img{
  width:100%!important;
}

.blog-page.blog-post-view .post-holder{
  padding:0px!important;
  border:0px!important;
}

.blog-page.blog-post-view .post-view .post-gallery .gallery-image-hld{
  float:none!important;
  margin:0!important;
  border:0px!important;
}

.blog-page.blog-post-view .post-header{
  display:none!important;
}

.blog-page.blog-post-view .post-description{
  font-size:18px;
  line-height:1.8;
}

.catalog-product-view .zusammensetzung table,
.blog-page.blog-post-view .post-description table {
  border:1px solid #ccc;
}

.catalog-product-view .zusammensetzung table td,
.blog-page.blog-post-view .post-description table td{
  border-bottom:1px solid #ccc;
  border-right:1px solid #ccc;
  font-size:16px!important;
  line-height:1.4em;
}

.catalog-product-view .zusammensetzung table td p,
.blog-page.blog-post-view .post-description table p,
.catalog-product-view .zusammensetzung table td span,
.blog-page.blog-post-view .post-description table td span{
  font-size:16px!important;
  line-height:1.4em;
}

.blog-page .tagclaud-hld span{
  margin:0px 5px;
}

.blog-page.page-layout-2columns-right .sidebar-additional{
  width:360px;
  padding:30px 15px!important
}

.blog-page .sidebar-additional .widget.block a{
  color:#1f5d7f;
  text-decoration:underline!important
}

.blog-page .sidebar-additional{
  padding-left:0px!important
}

.blog-page .post-holder{
  border:0px!important;
  padding:0px!important;
}

.blog-page #post-list-slider{
  margin-top:15px!important;
  height:100%;
}

.blog-page #post-list-slider.slick-slider .slick-slide{
  margin-right:2px;
  margin-left:2px;
  max-width:404px;
}

.blog-page #post-list-slider.slick-slider .slick-slide .post-content{
  position:relative;
  transition:all .4s cubic-bezier(.5,.2,.5,1);
}

.blog-page #post-list-slider.slick-slider .slick-slide .post-content .post-content-overlay{
  position:absolute;
  background-color:#000;
  width:100%;
  height:100%;
  opacity:0.2;
  z-index:5;
  transition:all .4s cubic-bezier(.5,.2,.5,1);
}

.blog-page #post-list-slider.slick-slider .slick-slide:hover .post-content .post-content-overlay{
  opacity:0.6;
}

.blog-page #post-list-slider.slick-slider .slick-slide:hover .post-content .post-header .post-info-date-publisher{
  padding-top:120px;
}

.post-content .post-header{
  position:absolute!important;
  top:0px;
  z-index:7;
  width:100%!important
}

.post-content .post-header .post-info-date-publisher{
  text-align:center;
  padding:140px 20px 10px 20px;
  color:#fff;
  text-transform:uppercase;
  font-size:12px;
  width:100%;
  display:block;
  transition:all .4s cubic-bezier(.5,.2,.5,1);
}

.post-content .post-header .post-info-name{
  text-align:center;
  padding:0px 20px 10px 20px;
  color:#fff;
  font-size:16px;
  width:100%;
  display:block;
  line-height:20px;
  height:64px;
  overflow:hidden;
}

.post-content .post-header .post-read-more{
  text-align:center;
  padding:0px 20px 10px 20px;
  color:#fff;
  font-size:14px;
  width:100%;
  display:block;
  text-transform:uppercase;
  transition:all .4s cubic-bezier(.5,.2,.5,1);
}

.post-content .post-header .post-read-more a:hover,
.post-content .post-header .post-read-more a{
  color:#fff!important;
  border-top:2px solid #fff;
  border-bottom:2px solid #fff;
  padding-top:5px;
  padding-bottom:5px;
  text-decoration:none!important;
  opacity:0;
  transition:all .4s cubic-bezier(.5,.2,.5,1);
}

.post-content .post-header .post-description{
  text-align:center;
  color:#fff!important;
  padding:0px 20px 20px 20px!important;
  font-size:13px;
  line-height:1.4em;
  opacity:0;
  transition:all .4s cubic-bezier(.5,.2,.5,1);
}

.blog-page #post-list-slider.slick-slider .slick-slide:hover .post-content .post-header .post-read-more a,
.blog-page #post-list-slider.slick-slider .slick-slide:hover .post-content .post-header .post-description{
  opacity:1;
}

.blog-page #post-list-slider.slick-slider .post-holder{
  margin-bottom:0px!important
}

.blog-page #post-list-slider .slick-dots{
  margin-top:30px!important;
  margin-bottom:30px!important;
  padding:0px!important;
  text-align:center!important
}

.blog-page #post-list-slider.slick-slider .slick-dots li{
  display:inline-block!important;
  margin:0px 3px;
}

.blog-page #post-list-slider.slick-slider .slick-dots li.slick-active button,
.blog-page #post-list-slider.slick-slider .slick-dots li button{
  display:block!important;
  height:6px;
  font-size:0px;
  width:35px;
  border-radius:0px;
  background-color:#bbbbbb!important;
  border:0px;
  padding:0px;
  box-shadow:0px 0px 0px!important
}

.blog-page #post-list-slider.slick-slider .slick-dots li.slick-active button{
  background-color:#333333!important;
}

.blog-page #post-list-slider.slick-slider .slick-dots{
}

.blog-page .post-list-item-big{
  padding-bottom:26px;
  margin-bottom:60px;
  border-bottom:3px solid #333333
}

.post-categories{
  text-align:center;
  position:relative;
}

.post-categories::before{
  content:'';
  position:absolute;
  display:inline-block;
  width:45px;
  top:50%;
  height:0;
  border-top:1px dotted #bbb;
  margin-left:-60px;
}

.post-categories::after{
  content:'';
  position:absolute;
  display:inline-block;
  width:45px;
  top:50%;
  height:0;
  border-top:1px dotted #bbb;
  margin-left:15px;
}

.post-categories a{
  color:#333;
  font-size:12px;
  text-transform:uppercase;
  transition:all .3s cubic-bezier(.5,.2,.5,1);
}

.post-categories a:hover{
  color:#999!important;
  text-decoration:none!important
}

.post-categories .categories-separator{
  font-size:11px
}

.blog-page .post-list-item-big .post-info-name{
  color:#333;
  font-size:26px;
  text-align:center;
  line-height:32px;
}

.blog-page .post-list-item-big .post-info-name a{
  color:#333;
  font-size:26px;
  text-align:center;
  line-height:32px;
  transition:all .3s cubic-bezier(.5,.2,.5,1);
}

.blog-page .post-list-item-big .post-info-name a:hover{
  color:#999!important;
  text-decoration:none!important;
}

.post-info-date-publisher{
  text-align:center;
  padding:10px 20px 30px 20px;
  color:#999;
  text-transform:uppercase;
  font-size:12px;
  width:100%;
  display:block;
}

.post-info-date-publisher .author{
  color:#333!important;
}

.blog-page .post-list-item-big .post-short-description{
  margin:20px 0px;
  color:#777;
  font-size:16px;
  line-height:1.6em;
}

.blog-page .post-list-item-big .post-read-more{
  text-align:right;
}

.blog-page .post-list-item-big .post-read-more a{
  display:inline-block;
  color:#333!important;
  text-align:center;
  font-size:11px;
  font-weight:400;
  font-style:normal;
  line-height:1.5em;
  text-transform:uppercase;
  letter-spacing:.15em;
  height:32px;
  line-height:32px!important;
  padding:0 10px;
  border-radius:2px;
  background:#f5f5f5;
  transition:all .3s cubic-bezier(.5,.2,.5,1);
}

.blog-page .post-list-item-big .post-read-more a:hover{
  color:#fff!important;
  text-decoration:none!important;
  font-size:11px;
  background:#333;
}

.blog-page .post-holder{
  position:relative;
}

.blog-page .post-list{
  overflow:hidden;
}

.blog-page .post-list .post-list-item-small{
  float:left;
  box-sizing:border-box;
  width:50%;
  margin-bottom:2px!important;
}

.blog-page .post-list .post-list-item-small:nth-child(2n+1){
  border-left:2px solid #fff!important;
}

.blog-page .post-list .post-list-item-small:nth-child(2n){
  border-right:2px solid #fff!important;
}

.blog-page .post-list .post-list-item-small .post-content .post-content-overlay{
  position:absolute;
  background-color:#000;
  width:100%;
  height:100%;
  opacity:0.2;
  z-index:5;
  transition:all .4s cubic-bezier(.5,.2,.5,1);
}

.blog-page .post-list .post-list-item-small .post-content:hover .post-content-overlay{
  opacity:0.6!important;
}

.blog-page .post-list .post-list-item-small .post-content:hover .post-header .post-info-date-publisher{
  padding-top:120px;
}

.blog-page .post-list .post-list-item-small .post-content:hover .post-header .post-read-more a,
.blog-page .post-list .post-list-item-small .post-content:hover .post-header .post-description{
  opacity:1;
}

.blog-page .post-list .post-content .post-description .post-ftimg-hld{
  margin-bottom:0px!important;
}

.blog-page .sidebar.sidebar-additional .widget.block a{
  text-decoration:none!important;
  color:#333!important;
  transition:all .3s cubic-bezier(.5,.2,.5,1);
}

.blog-page .sidebar.sidebar-additional .widget.block a:hover{
  color:#999!important
}

.blog-page .sidebar.sidebar-additional .widget.block ul li{
  list-style:none;
}

.blog-page .widget.block-list-posts .block-content .item{
  line-height:18px!important;
  margin-bottom:15px;
}

.blog-page .widget.block-list-posts .block-content .item .post-image{
  padding:0px!important;
  border:0px!important;
  float:left;
  margin-right:15px;
}

.blog-page .widget.block-list-posts .block-content .item .post-item-link{
  color:#333!important;
  line-height:16px!important;
  font-size:14px;
}

.blog-page .widget.block-list-posts .block-content .item .post-item-date{
  color:#999!important;
  font-size:13px!important;
  margin-top:5px;
}

.blog-page .page-title-wrapper{
  text-align:center;
}

.blog-page .page-title-wrapper h1{
  color:#333;
  font-size:32px;
  text-align:center;
  line-height:32px;
}

.blog-page.blog-post-view h1{
  margin-bottom:0px!important;
}

.blog-page .post-bottom .block.related{
  margin-bottom:20px
}

.blog-page .post-bottom .block.related .block-title strong,
.blog-page .post-bottom .block.related{
  font-size:16px!important;
}

.blog-page .post-view .post-content a,
.blog-page .post-bottom .block.related a{
  font-size:16px!important;
  color:#1f5d7f!important
}

.blog-page .post-view .post-content h4{
  font-size:18px!important;
}

.blog-page .post-view .post-content h3{
  font-size:22px!important;
}

.blog-page .post-view .post-content h2{
  font-size:27px!important;
}

.blog-page .widget.block{
  margin-bottom:40px;
}

.blog-page .sidebar .block-title{
  height:30px;
  line-height:30px;
  margin-bottom:15px;
}

.blog-page .sidebar .widget.blog-search{
  float:none;
}

#blog_search_mini_form{
  position:relative;
}

#blog_search_mini_form button{
  top:0;
}

.blog-category-view h1{
  margin-bottom:30px;
}

.table-row-items > div.table-row-item {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.account .table-row-items > div.table-row-item{
  background-color:#e8eef2
}

.table-row-items > div.table-row-item:nth-child(2n + 1) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1024px) {
  #last-viewed-products .swiper-slide:nth-child(5),
	#last-viewed-products .swiper-slide:nth-child(6) {
    display: none;
  }
}

@media (min-width: 1280px) {
  #last-viewed-products .swiper-slide:nth-child(5),
	#last-viewed-products .swiper-slide:nth-child(6) {
    display: block;
  }
}

@media (min-width: 1388px) {
  #last-viewed-products .swiper-slide:nth-child(5),
	#last-viewed-products .swiper-slide:nth-child(6) {
    display: block;
  }
}

@media (min-width: 1024px) {
  .grid > .swiper-slide:nth-child(5),
	.grid .swiper-slide:nth-child(6) {
    display: none;
  }
}

@media (min-width: 1280px) {
  .grid > .swiper-slide:nth-child(5),
	.grid .swiper-slide:nth-child(6) {
    display: block;
  }
}

@media (min-width: 1388px) {
  .grid > .swiper-slide:nth-child(5),
	.grid .swiper-slide:nth-child(6) {
    display: block;
  }
}

@media only screen and (max-width: 1388px) {
  .post-content .post-header .post-description{
    height:40px;
    overflow:hidden;
    margin-bottom:10px;
  }
}

@media only screen and (max-width: 1279px) {
  #instant-search-pagination-container .ais-Pagination-list{
    padding-top:65px;
  }

  #instant-search-pagination-container .ais-Pagination-list .ais-Pagination-item--previousPage{
    float:left;
    position:absolute;
    left:0;
    top:0;
  }

  #instant-search-pagination-container .ais-Pagination-list .ais-Pagination-item--nextPage{
    float:right;
    position:absolute;
    right:0;
    top:0;
  }

  .blog-page.page-layout-2columns-right .sidebar-additional{
    width:280px;
  }
}

@media only screen and (max-width: 1023px) {
  .catalog-product-view #thumbs{
    width:100%;
  }

  .product-attributes .grid .grid:nth-child(odd) .text-right{
    padding-right:0px;
  }

  .catalog-category-view #instant-search-bar input,
	.catalogsearch-result-index #instant-search-bar input{
    max-width:250px;
  }

  .catalog-category-view #instant-search-bar,
	.catalogsearch-result-index #instant-search-bar{
    max-width:300px;
    top:-90px;
  }

  .configurable-items-content.configurable-items-desktop-content{
    margin-bottom:15px!important
  }

  .blog-page .page-main .column.main{
    width:64%!important;
  }

  .post-content .post-header .post-info-name{
    font-size:14px;
    height:37px;
    line-height:17px;
    margin-bottom:15px;
  }

  .post-list-item-small .post-content .post-header .post-description{
    display:none;
  }

  .catalog-category-view .page-header,
	.catalogsearch-result-index .page-header{
    margin-bottom:0rem!important;
  }

  .catalog-category-view .breadcrumbs,
	.catalogsearch-result-index .breadcrumbs{
    min-height:90px!important;
    margin-top:10px;
  }

  .catalog-category-view #instant-search-bar,
	.catalogsearch-result-index #instant-search-bar{
    max-width:100%!important;
    width:100%!important;
  }

  .catalog-category-view #instant-search-bar input,
	.catalogsearch-result-index #instant-search-bar input{
    max-width:calc(100% - 50px)!important;
    width:calc(100% - 50px)!important;
  }
}

@media only screen and (max-width: 767px) {
  .catalog-category-view #instant-search-bar input,
	.catalogsearch-result-index #instant-search-bar input{
    max-width:100%;
    padding-right:60px;
  }

  .catalog-category-view #instant-search-bar,
	.catalogsearch-result-index #instant-search-bar{
    max-width:100%;
    width:100%;
    top:-90px;
  }

  .catalog-category-view .ais-SearchBox-submit, .catalogsearch-result-index .ais-SearchBox-submit{
    position:absolute;
    right:0
  }

  .catalog-category-view #instant-search-bar input,
	.catalogsearch-result-index #instant-search-bar input{
    max-width:100%;
    padding-right:60px;
  }

  .catalog-category-view #instant-search-bar,
	.catalogsearch-result-index #instant-search-bar{
    max-width:100%;
    width:100%;
    top:-90px;
  }

  .catalog-category-view #maincontent .container,
	.catalogsearch-result-index #maincontent .container{
    padding-left:1.25rem;
    padding-right:1.25rem;
  }

  .catalogsearch-result-index .page-main .container .row,
	.catalog-category-view .page-main .container .row{
    padding-top:5px;
  }

  .catalog-category-view #instant-search-bar,
	.catalogsearch-result-index #instant-search-bar{
    top:-75px;
  }

  .catalog-category-view .page-main,
	.catalogsearch-result-index .page-main{
    margin-top:4rem;
  }

  #instant-search-results-container .ais-Hits-list .ais-Hits-item .result-wrapper .result-content .result-thumbnail img{
    width:100px;
    height:100px;
  }

  #instant-search-results-container .ais-Hits-list .ais-Hits-item .result-wrapper .result-content .result-sub-content{
    padding-left:110px;
  }

  #instant-search-results-container .ais-Hits-list .ais-Hits-item .result-wrapper .result-content{
    overflow:hidden;
    padding:14px 14px;
  }

  #instant-search-results-container .ais-Hits-list .ais-Hits-item .result-wrapper .result-content .titles .qz3{
    font-size:12px;
    line-height:12px;
  }

  #instant-search-results-container .ais-Hits-list .ais-Hits-item .result-wrapper .result-content .titles .product-item-name{
    font-size:15px;
    line-height:16px;
    margin-top:5px;
  }

  #instant-search-results-container .ais-Hits-list .ais-Hits-item .result-wrapper .result-content .result-sub-content .description{
    height:95px;
    overflow:hidden;
  }

  .checkout-cart-index .cart-product-image{
    max-height:30px;
    max-width:30px;
  }

  .checkout-cart-index .form-input.qty-field{
    max-width:2rem!important;
  }

  .checkout-cart-index .cart-remove-item-block{
    position:absolute;
    top:-1px;
    right:0;
  }

  .blog-page.page-layout-2columns-right .sidebar-additional,
	.blog-page .page-main .column.main{
    float:none;
    width:100%!important;
    max-width:100%!important
  }

  .blog-page.page-layout-2columns-right .sidebar-additional,
	.blog-page .page-main .column.main .container{
    padding-left:0px!important;
    padding-right:0px!important
  }

  .post-list .post-description{
    display:block!important;
  }

  .post-content .post-header .post-info-name{
    font-size:14px;
    height:52px;
    line-height:17px;
  }

  .post-content .post-header .post-info-date-publisher{
    padding-top:100px;
  }

  .page-main.container.px-6{
    padding-left:1rem!important;
    padding-right:1rem!important;
  }

  .catalog-category-view #instant-search-bar,
	.catalogsearch-result-index #instant-search-bar{
    top:-80px!important;
  }

  .catalog-category-view #instant-search-bar input,
	.catalogsearch-result-index #instant-search-bar input{
    padding-right:10px!important;
  }
}

@media only screen and (min-width: 768px) {
  .page-main{
    margin-top:1px!important;
  }

  .top-container {
    display: none;
  }
}

@media only screen and (max-width: 639px) {
  .configurable-items-content.configurable-items-desktop-content{
    display:none!important
  }

  .configurable-items-content{
    margin-top:10px;
  }

  .configurable-items-content.configurable-items-mobile-content{
    display:block;
    margin-bottom:15px;
  }

  .configurable-items-content .configurable-item{
    font-size:14px;
    min-width:60px;
    min-height:50px;
    line-height:50px;
  }

  .configurable-items-content .configurable-item .configurable-simple-item-savings{
    font-size:12px;
    left:8px;
  }

  .checkout-cart-index .cart-remove-item-block{
    top:18px;
  }

  .checkout-cart-index .fieldset.coupon input{
    border-radius:.375rem !important;
    width:100%!important;
  }

  .checkout-cart-index .fieldset.coupon button{
    margin:10px 0;
    width:100%!important;
  }
}

@media only screen and (max-width: 580px) {
  .aa-dataset-products .aa-suggestions .aa-suggestion{
    float:none;
    width:100%;
  }

  #instant-search-pagination-container .ais-Pagination-list .ais-Pagination-item.ais-Pagination-item--page{
    font-size:12px!important;
    width:30px!important;
    height:30px!important;
    line-height:30px!important
  }

  #instant-search-pagination-container .ais-Pagination-list .ais-Pagination-item--nextPage,
	#instant-search-pagination-container .ais-Pagination-list .ais-Pagination-item--previousPage{
    font-size:12px!important;
    padding:0px 15px!important
  }
}

@media only screen and (max-width: 539px) {
  .post-content .post-header .post-description{
    display:none!important;
  }
}

@media only screen and (max-width: 479px) {
  .post-content .post-header .post-info-name{
    height:36px;
  }
}

@media only screen and (max-width: 439px) {
  .blog-page .post-list .post-list-item-small{
    float:none;
    width:100%;
    margin-bottom:10px!important
  }

  .blog-page .post-list .post-list-item-small:nth-child(2n+1){
    border-left:0px!important;
  }

  .blog-page .post-list .post-list-item-small:nth-child(2n){
    border:0px!important;
  }

  .post-content .post-header .post-info-name{
    height:52px;
  }

  .post-content .post-header .post-description{
    display:block!important;
  }
}

.category-view .sidebar .block.filter {
}

.account-nav ul li a, .account-nav ul li strong {
  display: flex;
  justify-content: space-between;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(35 105 196 / var(--tw-text-opacity, 1));
}

.checkout-cart-index .container.account-nav ul li a.flex-col,.checkout-cart-index .container .account-nav ul li strong.flex-col{
  margin-top:0.75rem;
}

.account-nav ul li a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 74 165 / var(--tw-text-opacity, 1));
}

.account-nav ul li strong {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

.actions-toolbar {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(182 182 182 / var(--tw-border-opacity, 1));
  padding-top: 1rem;
}

.checkout-cart-index .container.actions-toolbar.flex-col{
  margin-top:0.75rem;
}

.actions-toolbar .primary button {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(3 53 109 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(35 105 196 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.actions-toolbar .primary button:hover {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(35 105 196 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(3 53 109 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.actions-toolbar a.back {
  --tw-text-opacity: 1;
  color: rgb(159 18 57 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

body > div > div.grecaptcha-badge {
  display: none;
  height: 0px !important;
  width: 0px !important;
}

.order-items > div:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.account .order-items > div:nth-child(even){
  background-color:#e8eef2
}

.order-links {
  display: block;
}

.blog-page .sidebar-additional .widget.order-links a{
  color:#1f5d7f;
  text-decoration:underline
}

.blog-page .sidebar.sidebar-additional .widget.order-links a{
  text-decoration:none;
  color:#333;
  transition:all .3s cubic-bezier(.5,.2,.5,1);
}

.blog-page .sidebar.sidebar-additional .widget.order-links a:hover{
  color:#999
}

.blog-page .sidebar.sidebar-additional .widget.order-links ul li{
  list-style:none;
}

.blog-page .post-bottom .order-links.related{
  margin-bottom:20px
}

.blog-page .post-bottom .order-links.related .block-title strong,
.blog-page .post-bottom .order-links.related{
  font-size:16px;
}


.blog-page .post-bottom .order-links.related a{
  font-size:16px;
  color:#1f5d7f
}

.blog-page .widget.order-links{
  margin-bottom:40px;
}

.category-view .sidebar .order-links.filter {
}

.order-links {
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.order-links li {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  cursor: pointer;
}

.order-links li[disabled] {
  display: none;
}

.order-links li {
  white-space: nowrap;
}

.order-links li.current {
  flex-grow: 1;
  --tw-text-opacity: 1;
  color: rgb(35 105 196 / var(--tw-text-opacity, 1));
}

.order-links li a {
  text-decoration-line: underline;
}

.order-date {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

form .field {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

form label {
  margin-bottom: 0.5rem;
  display: block;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.blog-page .sidebar-additional form.widget label a{
  color:#1f5d7f;
  text-decoration:underline
}

.blog-page .sidebar.sidebar-additional form.widget label a{
  text-decoration:none;
  color:#333;
  transition:all .3s cubic-bezier(.5,.2,.5,1);
}

.blog-page .sidebar.sidebar-additional form.widget label a:hover{
  color:#999
}

.blog-page .sidebar.sidebar-additional form.widget label ul li{
  list-style:none;
}

.blog-page .post-bottom form label.related{
  margin-bottom:20px
}

.blog-page .post-bottom form label.related .block-title strong,
.blog-page .post-bottom form label.related{
  font-size:16px;
}


.blog-page .post-bottom form label.related a{
  font-size:16px;
  color:#1f5d7f
}

.blog-page form.widget label{
  margin-bottom:40px;
}

.category-view .sidebar form label.filter {
}

form .field.choice {
  display: flex;
  align-items: center;
}

.checkout-cart-index form.container .field.choice.flex-col{
  margin-top:0.75rem;
}

form .field.choice input {
  margin-right: 1rem;
}

form .field.choice label {
  margin-bottom: 0px;
}

form legend {
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(35 105 196 / var(--tw-text-opacity, 1));
}

form legend + br {
  display: none;
}

fieldset ~ fieldset {
  margin-top: 2rem;
}

form select {
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(35 105 196 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 2.5rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23a0aec0'%3e%3cpath d='M15.3 9.3a1 1 0 0 1 1.4 1.4l-4 4a1 1 0 0 1-1.4 0l-4-4a1 1 0 0 1 1.4-1.4l3.3 3.29 3.3-3.3z'/%3e%3c/svg%3e");
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  background-repeat: no-repeat;
  font-size: 1rem;
  line-height: 1.5;
  background-position: right .5rem center;
  background-size: 1.5em 1.5em;
}

/* text colors */

.text-advantages-title,
.text-list-addtocart,
.text-list-button {
  --tw-text-opacity: 1;
  color: rgb(35 105 196 / var(--tw-text-opacity, 1));
}

.text-list-addtocartorig,
.text-list-addtocartdiscount,
.text-list-addtocartorig {
  --tw-text-opacity: 1;
  color: rgb(35 105 196 / var(--tw-text-opacity, 1));
}

.text-list-baseprice {
  color: #8a939f;
}

/* background colors */

.bg-header-searchbutton,
.bg-footer-newsletterinfo,
.bg-brand-red {
  --tw-bg-opacity: 1;
  background-color: rgb(35 105 196 / var(--tw-bg-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-delay: 75ms;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 250ms ease, color 250ms ease;
}

.bg-header-searchbutton:hover,
.bg-footer-newsletterinfo:hover,
.bg-brand-red:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 74 165 / var(--tw-bg-opacity, 1));
}

.bg-header-nlbutton {
  --tw-bg-opacity: 1;
  background-color: rgb(35 105 196 / var(--tw-bg-opacity, 1));
}

.bg-list-label,
.bg-brand-red {
  --tw-bg-opacity: 1;
  background-color: rgb(225 29 72 / var(--tw-bg-opacity, 1));
}

.bg-discount-label {
  --tw-bg-opacity: 1;
  background-color: rgb(225 29 72 / var(--tw-bg-opacity, 1));
}

.bg-footer-newsletterinfofield {
  --tw-bg-opacity: 1;
  background-color: rgb(0 74 165 / var(--tw-bg-opacity, 1));
}

.border-list-addtocartdiscount:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(35 105 196 / var(--tw-bg-opacity, 1));
}

/* border Color */

.border-list-addtocart {
  --tw-border-opacity: 1;
  border-color: rgb(35 105 196 / var(--tw-border-opacity, 1));
}

.border-list-addtocartdiscount {
  --tw-border-opacity: 1;
  border-color: rgb(35 105 196 / var(--tw-border-opacity, 1));
}

.fill-primary {
  fill: #2369C4;
}

.fill-secondary {
  fill: #2369c4;
}

.bg-header-searchbutton,
.bg-footer-newsletterinfo,
.bg-brand-red,
.btn-primary,
.logo {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-delay: 75ms;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 250ms ease, color 250ms ease;
}

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

/* product detail page */

.amrewards-highlight-container,
.amrewards-highlight-container.checkout {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  border-radius: 9999px;
  border-width: 1px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(35 105 196 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(238 246 255 / var(--tw-bg-opacity, 1));
  padding: 0.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(35 105 196 / var(--tw-text-opacity, 1));
}

.checkout-cart-index .container.amrewards-highlight-container.flex-col,.checkout-cart-index .container
.amrewards-highlight-container.checkout.flex-col{
  margin-top:0.75rem;
}

.amrewards-highlight-container .caption, .amrewards-highlight-container.checkout .caption {
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.checkout-cart-index .container.amrewards-highlight-container .caption.flex-col,.checkout-cart-index .container .amrewards-highlight-container.checkout .caption.flex-col{
  margin-top:0.75rem;
}

.checkout-cart-index .amrewards-highlight-container,
.checkout-index-index .amrewards-highlight-container,
.catalog-product-view .amrewards-highlight-container {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.checkout-cart-index .amrewards-highlight-container:before,
.checkout-index-index .amrewards-highlight-container:before,
.catalog-product-view .amrewards-highlight-container:before {
  display: none;
}

.amasty-reward-points-product:before {
  display: none;
}

/*@import "theme/black-friday.css";*/

.checkout-onepage-success .block-order-details-gift-message .block-title,
.sales-order-view .block-order-details-gift-message .block-title {
  margin-bottom: 1rem;
  margin-top: 1rem;
  border-bottom-width: 1px;
  padding-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

.checkout-onepage-success .action.close,
.sales-order-view .action.close {
  display: none;
}

.checkout-onepage-success .order-items .options .action.show,
.sales-order-view .order-items .options .action.show {
  margin-bottom: 1rem;
  margin-top: 1rem;
  display: block;
  border-bottom-width: 1px;
  padding-bottom: 0.5rem;
  font-weight: 700;
}

.blog-page .sidebar-additional .widget.checkout-onepage-success .order-items .options .action.show a,.blog-page .sidebar-additional .widget
.sales-order-view .order-items .options .action.show a{
  color:#1f5d7f;
  text-decoration:underline
}

.blog-page .sidebar.sidebar-additional .widget.checkout-onepage-success .order-items .options .action.show a,.blog-page .sidebar.sidebar-additional .widget
.sales-order-view .order-items .options .action.show a{
  text-decoration:none;
  color:#333;
  transition:all .3s cubic-bezier(.5,.2,.5,1);
}

.blog-page .sidebar.sidebar-additional .widget.checkout-onepage-success .order-items .options .action.show a:hover,.blog-page .sidebar.sidebar-additional .widget
.sales-order-view .order-items .options .action.show a:hover{
  color:#999
}

.blog-page .sidebar.sidebar-additional .widget.checkout-onepage-success .order-items .options .action.show ul li,.blog-page .sidebar.sidebar-additional .widget
.sales-order-view .order-items .options .action.show ul li{
  list-style:none;
}

.blog-page .post-bottom .checkout-onepage-success .order-items .options .action.show.related,.blog-page .post-bottom 
.sales-order-view .order-items .options .action.show.related{
  margin-bottom:20px
}

.blog-page .post-bottom .checkout-onepage-success .order-items .options .action.show.related .block-title strong,
.blog-page .post-bottom .checkout-onepage-success .order-items .options .action.show.related,.blog-page .post-bottom 
.sales-order-view .order-items .options .action.show.related .block-title strong,
.blog-page .post-bottom 
.sales-order-view .order-items .options .action.show.related{
  font-size:16px;
}


.blog-page .post-bottom .checkout-onepage-success .order-items .options .action.show.related a,
.blog-page .post-bottom 
.sales-order-view .order-items .options .action.show.related a{
  font-size:16px;
  color:#1f5d7f
}

.blog-page .widget.checkout-onepage-success .order-items .options .action.show,.blog-page .widget
.sales-order-view .order-items .options .action.show{
  margin-bottom:40px;
}

.category-view .sidebar .checkout-onepage-success .order-items .options .action.show.filter,.category-view .sidebar 
.sales-order-view .order-items .options .action.show.filter {
}

.checkout-onepage-success .order-items .options,
.sales-order-view .order-items .options {
  padding-left: 1rem;
  padding-bottom: 2rem;
}

.checkout-onepage-success .actions-toolbar {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  border-width: 0px;
  padding-top: 1rem;
}

.checkout-cart-index .container.checkout-onepage-success .actions-toolbar.flex-col{
  margin-top:0.75rem;
}

.checkout-onepage-success .actions-toolbar .primary a {
  display: flex;
  align-items: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --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);
}

.checkout-cart-index .container.checkout-onepage-success .actions-toolbar .primary a.flex-col{
  margin-top:0.75rem;
}

@media (min-width: 768px) {
  .checkout-onepage-success .actions-toolbar .primary a {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  @media only screen and (max-width: 767px) {
    .page-main.container.checkout-onepage-success .actions-toolbar .primary a{
      padding-left:1rem;
      padding-right:1rem;
    }
  }
}

@media (min-width: 1280px) {
  .checkout-onepage-success .actions-toolbar .primary a {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.checkout-onepage-success .actions-toolbar .primary a svg {
  display: inline-flex;
}

.checkout-onepage-success .actions-toolbar .primary a span {
  vertical-align: middle;
}

.checkout-onepage-success .actions-toolbar .primary a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}

.checkout-onepage-success .actions-toolbar .primary a {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(3 53 109 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(35 105 196 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --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);
}

.checkout-onepage-success .actions-toolbar .primary a:hover {
  --tw-border-opacity: 1;
  border-color: rgb(35 105 196 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(238 246 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --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);
}

.checkout-onepage-success .actions-toolbar .primary a {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-delay: 75ms;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 250ms ease, color 250ms ease;
}

.checkout-onepage-success .order-details-items .order-title {
  margin-bottom: 1rem;
  border-bottom-width: 1px;
  padding-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

.free-gift-button a {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

/* Fix for Tailwind before v3.4 */

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

.cursor-pointer[disabled] {
  display: none;
}

.swiper-pagination-bullets .swiper-pagination-bullet:before {
  display: none;
}

.swiper-pagination-horizontal {
  text-align: center;
}

.container.success-page-content .content.swiper-pagination-horizontal{
  margin-bottom:15px;
}

/* Custom module styles for PLP */

.amxnotif-stock-gdrp-label a, .amxnotif-price-gdrp label a, .amxnotif-stock-gdrp label a {
  text-decoration-line: underline;
}

.products.products-grid .rating-summary {
  justify-content: center;
}

.products.products-grid .product-info > div:last-child {
  justify-content: flex-end;
}

/* Custom module styles for PDP */

.catalog-product-view .product-info-main section .swatch-attribute-options > div {
  margin-left: 0;
}

/* Custom module styles */

.amsearch-related-terms {
  margin-top: 1rem;
}

.amsearch-related-terms .amsearch-title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(35 105 196 / var(--tw-text-opacity, 1));
}

.amsearch-related-suggestions,
.amsearch-related-recommendations {
  margin-top: 1rem;
}

.amsearch-related-suggestions .title, .amsearch-related-recommendations .title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(35 105 196 / var(--tw-text-opacity, 1));
}

.amtitles .amtitle {
  min-width: 45%;
}

@media (min-width: 768px) {
  .amtitles .amtitle {
    min-width: unset
  }
}

.amtitles .amtitle.active {
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --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));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.amtitles .amtitle.active .amsearch-results-icon {
  --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));
}

.amcontents .amcontent {
  animation-duration: 0.45s;
  animation-fill-mode: both;
  animation-name: slideIn;
}

.amcontents .amcontent .amsearch-item {
  margin-bottom: 0.25rem;
}

.amcontents .amcontent .amsearch-item .amsearch-link {
  font-weight: 700;
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }

  100% {
    transform:translateY(0rem);
    opacity: 1;
  }

  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

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

.amsearch-container .amsearch-highlight {
  color: var(--amsearch-color-highlight, #3ac39c);
  font-weight: 700;
}

.amsearch-container .card-interactive {
  background-color: var(--amsearch-color-background, rgb(255 255 255/var(--tw-bg-opacity)));
}

.amsearch-container .card-interactive:hover {
  background-color: var(--amsearch-color-hover, #f4f5fa);
}

.amsearch-container .card-interactive:focus {
  background-color: var(--amsearch-color-hover, #f4f5fa);
}

.amsearch-container .amsearch-product-name,
    .amsearch-container .am-search-view-all a {
  color: var(--amsearch-color-text, #3ac39c);
}

.amsearch-container .amsearch-product-name:hover, .amsearch-container .am-search-view-all a:hover {
  color: var(--amsearch-color-text-hover, #3ac39c);
}

.amsearch-container .amsearch-product-name:focus, .amsearch-container .am-search-view-all a:focus {
  color: var(--amsearch-color-text-focus, #3ac39c);
}

.am-search-item-list a:not(.reviews-link) {
  color: var(--amsearch-color-text, #3ac39c);
}

.am-search-item-list a:not(.reviews-link):hover {
  background: var(--amsearch-color-hover, #f4f5fa);
  color: var(--amsearch-color-text-hover, #3ac39c);
}

.am-search-item-list a:not(.reviews-link):focus {
  background: var(--amsearch-color-hover-focus, #f4f5fa);
  color: var(--amsearch-color-text-focus, #3ac39c);
}

#search_mini_form .product-item a:not(.reviews-link) {
  color: var(--amsearch-color-text, rgba(59, 130, 246, 0.8));
}

#search_mini_form .product-item a:not(.reviews-link):hover {
  color: var(--amsearch-color-hover-text-hover, rgba(59, 130, 246, 1));
}

#search_mini_form .product-item:hover {
  background: var(--amsearch-color-hover, #f4f5fa);
}

.amtabs-wrapper .amcontent a:not(.product-item-link) {
  color: #1979c2;
}

.amtabs-wrapper .amcontent a:not(.product-item-link):hover {
  text-decoration: underline;
}

.am-search-content {
  width: 100%;
}

@media (min-width: 768px) {
  .am-search-content:not(.am-search-horizontal-view) {
    width: calc(100% - 283px)
  }

  .am-search-content.am-search-sidebar-disabled {
    width: 100%
  }
}

.am-search-sidebar {
  width: 100%;
}

@media (min-width: 768px) {
  .am-search-sidebar:not(.am-search-horizontal-view) {
    max-width: 283px
  }
}

.am-custom-search-button {
  background: var(--amsearch-color-search_button, rgba(59, 130, 246, 1));
  color: var(--amsearch-color-search_button_text, #fff);
}

.am-custom-search-button:hover {
  background: var(--amsearch-color-search_button-hover, rgba(59, 130, 246, 1));
  color: var(--amsearch-color-search_button_text-hover, #fff);
}

.am-custom-search-button:focus {
  background: var(--amsearch-color-search_button-hover, #f4f5fa);
  color: var(--amsearch-color-search_button_text-hover, #3ac39c);
}

/* Custom module styles */

#header .navigation {
  z-index: 10;
}

.product-item.list-view {
  width: 100%;
}

.product-item.list-view:nth-child(even) {
  margin-right: 0px;
}

@media (min-width: 1024px) {
  .product-item.list-view {
    width: 48%
  }

  .product-item.list-view:nth-child(even) {
    margin-right: 1.25rem;
  }
}

/* Custom styles for installed hyva ui module */

/* TODO: Possible it will needs to change selector for header type after it is configured in Admin    */

#header.a-header-type #search-content {
  z-index: 110;
}

@media (min-width: 768px) {
  #header.a-header-type #search-content {
    padding-left: 0px;
    padding-right: 0px;
  }
}

#header.a-header-type #menu-search-icon {
  display: inline-block;
}

#header.a-header-type #header-notification {
  z-index: 9;
}

#header.a-header-type #search_mini_form button[type="submit"][disabled] {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
  opacity: 1;
}

@media (min-width: 768px) {
  #header.b-header-type #search-content {
    padding-left: 0px;
    padding-right: 0px;
  }
}

#header.c-header-type [x-ref="searchContainerDesktop"].c-header-type {
  position: absolute;
  left: 0px;
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
}

#header.c-header-type [x-ref="searchContainerDesktop"].c-header-type [x-ref="searchForm"] {
  max-width: none;
}

.column.main.a-header-type section {
  z-index: 8;
}

/*
 *  Copyright Magmodules.eu. All rights reserved.
 *  See COPYING.txt for license details.
 */

.mollie-buttons {
  margin-top: 10%;
  text-align: center;
  opacity: 0;
  animation: fadeIn 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.mollie-buttons .button {
  display: inline-block;
  margin: 20px;
  max-width: 100%;
  padding: 0 16px;
  border: 0;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .19);
  border-radius: 6px;
  background-color: #0095FF;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 4.4rem;
  text-align: center;
  text-decoration: none;
  outline: none;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background .15s;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mollie-buttons {
  opacity: 0;
  transition: opacity 2s ease-in;
}

.mollie-buttons .button:hover {
  background-color: #0077CB;
}

.mollie-loading .redirect-block {
  padding: 10%;
  text-align: center;
}

.checkout-payment-method #mollie_methods_ideal-form .label {
  height: 35px;
  display: inline-block;
}

.checkout-payment-method #mollie_methods_ideal-form .payment-icon {
  width: 35px;
  max-height: 30px;
}

.checkout-payment-method #mollie_methods_kbc-form .label {
  height: 35px;
  display: inline-block;
}

.checkout-payment-method #mollie_methods_kbc-form .payment-icon {
  width: 35px;
  max-height: 30px;
}

.checkout-payment-method #mollie_methods_giftcard-form .label {
  height: 40px;
  display: inline-block;
}

.checkout-payment-method #mollie_methods_giftcard-form .payment-icon {
  width: 35px;
  max-height: 30px;
}

.mollie-payment-icon {
  width: 25px;
  margin-right: 5px;
  vertical-align: middle;
}

.mollie-loading .loader {
  border: 16px solid #E3F0FA;
  border-top: 16px solid #31A8F0;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
  margin-left: auto;
  margin-right: auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.payment-method-content .card-container {
  max-width: 400px;
  overflow: auto;
  background-color: #FFF;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  padding: 20px;
  margin-bottom: 10px;
}

/* Apple Pay start */

.apple-pay-button {
  -webkit-appearance: -apple-pay-button;
}

@supports (-webkit-appearance: -apple-pay-button) {
  .apple-pay-button-with-text {
    -webkit-appearance: -apple-pay-button;
    -apple-pay-button-type: buy;
  }

  .apple-pay-button-with-text > * {
    visibility: hidden;
  }

  .apple-pay-button-black-with-text {
    -apple-pay-button-style: black;
  }

  .apple-pay-button-white-with-text {
    -apple-pay-button-style: white;
    cursor: pointer;
  }

  .apple-pay-button-white-with-line-with-text {
    -apple-pay-button-style: white-outline;
  }

  .apple-pay-button-color-black {
    -apple-pay-button-style: black;
  }

  .apple-pay-button-color-white {
    -apple-pay-button-style: white;
  }

  .apple-pay-button-color-white-outline {
    -apple-pay-button-style: white-outline;
  }

  .apple-pay-button-text-buy {
    -apple-pay-button-type: buy;
  }

  .apple-pay-button-text-donate {
    -apple-pay-button-type: donate;
  }

  .apple-pay-button-text-plain {
    -apple-pay-button-type: plain;
  }

  .apple-pay-button-text-book {
    -apple-pay-button-type: book;
  }

  .apple-pay-button-text-check-out {
    -apple-pay-button-type: check-out;
  }

  .apple-pay-button-text-subscribe {
    -apple-pay-button-type: subscribe;
  }

  .apple-pay-button-text-add-money {
    -apple-pay-button-type: add-money;
  }

  .apple-pay-button-text-contribute {
    -apple-pay-button-type: contribute;
  }

  .apple-pay-button-text-order {
    -apple-pay-button-type: order;
  }

  .apple-pay-button-text-reload {
    -apple-pay-button-type: reload;
  }

  .apple-pay-button-text-rent {
    -apple-pay-button-type: rent;
  }

  .apple-pay-button-text-support {
    -apple-pay-button-type: support;
  }

  .apple-pay-button-text-tip {
    -apple-pay-button-type: tip;
  }

  .apple-pay-button-text-top-up {
    -apple-pay-button-type: top-up;
  }
}

.mollie-applepay-button-hidden {
  display: none;
}

.mollie-applepay-minicart-button {
  height: 40px;
}

/* Apple Pay end */

@media (min-width: 768px) {
  .md\:container {
    width: 100%;
  }

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

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

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

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

  @media (min-width: 1388px) {
    .md\:container {
      max-width: 1388px;
    }
  }
}

.placeholder\:text-gray-400::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.placeholder\:text-gray-400::placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.before\:h-3::before {
  content: var(--tw-content);
  height: 0.75rem;
}

.before\:w-3::before {
  content: var(--tw-content);
  width: 0.75rem;
}

.before\:shrink-0::before {
  content: var(--tw-content);
  flex-shrink: 0;
}

.before\:rounded-full::before {
  content: var(--tw-content);
  border-radius: 9999px;
}

.before\:bg-green-500::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}

.before\:bg-red-500::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

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

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

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

.last\:mr-0:last-child {
  margin-right: 0px;
}

.last\:border-0:last-child {
  border-width: 0px;
}

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

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

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

.even\:bg-container:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.even\:bg-container-darker:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.invalid\:ring-2:invalid {
  --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);
}

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

.focus-within\:ring-1:focus-within {
  --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-within\:ring-2:focus-within {
  --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-within\:ring-4:focus-within {
  --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(4px + 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);
}

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

.hover\:border-container:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / 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-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(35 105 196 / var(--tw-border-opacity, 1));
}

.hover\:bg-blue-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-container-darker:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / 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-neutral-50\/75:hover {
  background-color: rgb(250 250 250 / 0.75);
}

.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(35 105 196 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-primary-darker:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(3 53 109 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary\/10:hover {
  background-color: rgb(35 105 196 / 0.1);
}

.hover\:bg-secondary-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(190 18 60 / var(--tw-bg-opacity, 1));
}

.hover\:bg-sky-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1));
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / 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-gray-400:hover {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / 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-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(35 105 196 / var(--tw-text-opacity, 1));
}

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

.hover\:text-primary-darker:hover {
  --tw-text-opacity: 1;
  color: rgb(3 53 109 / 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-secondary-darker:hover {
  --tw-text-opacity: 1;
  color: rgb(159 18 57 / var(--tw-text-opacity, 1));
}

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

.hover\:text-yellow-500:hover {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}

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

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

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

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

.hover\:ring-primary:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(35 105 196 / var(--tw-ring-opacity, 1));
}

.focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.focus\:absolute:focus {
  position: absolute;
}

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

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

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

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

.focus\:border-blue-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}

.focus\:border-primary:focus {
  --tw-border-opacity: 1;
  border-color: rgb(35 105 196 / var(--tw-border-opacity, 1));
}

.focus\:border-primary-lighter:focus {
  --tw-border-opacity: 1;
  border-color: rgb(238 246 255 / var(--tw-border-opacity, 1));
}

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

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

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

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

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

.focus\:shadow-none:focus {
  --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);
}

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

.focus\:ring-0: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(0px + 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-inset:focus {
  --tw-ring-inset: inset;
}

.focus\:ring-primary:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(35 105 196 / var(--tw-ring-opacity, 1));
}

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

.focus\:ring-transparent:focus {
  --tw-ring-color: transparent;
}

.focus-visible\:bg-neutral-50\/75:focus-visible {
  background-color: rgb(250 250 250 / 0.75);
}

.focus-visible\:underline:focus-visible {
  text-decoration-line: underline;
}

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

.focus-visible\:outline:focus-visible {
  outline-style: solid;
}

.focus-visible\:outline-2:focus-visible {
  outline-width: 2px;
}

.focus-visible\:outline-offset-2:focus-visible {
  outline-offset: 2px;
}

.focus-visible\:outline-indigo-600:focus-visible {
  outline-color: #4f46e5;
}

.focus-visible\:outline-primary-dark:focus-visible {
  outline-color: #004aa5;
}

.focus-visible\:outline-primary-darker:focus-visible {
  outline-color: #03356d;
}

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

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

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

.active\:opacity-70:active {
  opacity: 0.7;
}

.active\:ring-0:active {
  --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(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

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

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

.disabled\:opacity-25:disabled {
  opacity: 0.25;
}

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

.disabled\:opacity-75:disabled {
  opacity: 0.75;
}

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

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

.aria-\[current\=page\]\:underline[aria-current="page"] {
  text-decoration-line: underline;
}

.data-\[active\]\:border-primary[data-active] {
  --tw-border-opacity: 1;
  border-color: rgb(35 105 196 / var(--tw-border-opacity, 1));
}

@media (min-width: 640px) {
  .sm\:order-1 {
    order: 1;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:h-20 {
    height: 5rem;
  }

  .sm\:min-h-screen-75 {
    min-height: 75vh;
  }

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

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

  .sm\:w-20 {
    width: 5rem;
  }

  .sm\:w-48 {
    width: 12rem;
  }

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

  .sm\:w-96 {
    width: 24rem;
  }

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

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

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

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

  .sm\:table-fixed {
    table-layout: fixed;
  }

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

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

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

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

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

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

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

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

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

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

  .sm\:overflow-hidden {
    overflow: hidden;
  }

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

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

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

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

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

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

  .sm\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .sm\:duration-700 {
    transition-duration: 700ms;
  }
}

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

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

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

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

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

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

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

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

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

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

  .md\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .md\:row-start-1 {
    grid-row-start: 1;
  }

  .md\:m-auto {
    margin: auto;
  }

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

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

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

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

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

  .md\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

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

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

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

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

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

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

  .md\:ml-auto {
    margin-left: auto;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:block {
    display: block;
  }

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

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-24 {
    height: 6rem;
  }

  .md\:h-35px {
    height: 35px;
  }

  .md\:h-50px {
    height: 50px;
  }

  .md\:h-6 {
    height: 1.5rem;
  }

  .md\:h-72px {
    height: 72px;
  }

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

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

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

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

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

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

  .md\:w-24 {
    width: 6rem;
  }

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

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

  .md\:w-6 {
    width: 1.5rem;
  }

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

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

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

  .md\:max-w-md {
    max-width: 28rem;
  }

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

  .md\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333%;
    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));
  }

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

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

  .md\:grid-cols-\[42\%_minmax\(0\2c _1fr\)\] {
    grid-template-columns: 42% minmax(0, 1fr);
  }

  .md\:grid-rows-\[min-content_minmax\(0\2c _1fr\)\] {
    grid-template-rows: min-content minmax(0, 1fr);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

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

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

  .md\:leading-20 {
    line-height: 5rem;
  }

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

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

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:sticky {
    position: sticky;
  }

  .lg\:bottom-auto {
    bottom: auto;
  }

  .lg\:left-\[var\(--msrp-inline-offset\)\] {
    left: var(--msrp-inline-offset);
  }

  .lg\:right-auto {
    right: auto;
  }

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

  .lg\:top-\[var\(--msrp-block-offset\)\] {
    top: var(--msrp-block-offset);
  }

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

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

  .lg\:order-none {
    order: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:block {
    display: block;
  }

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

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:table-cell {
    display: table-cell;
  }

  .lg\:table-header-group {
    display: table-header-group;
  }

  .lg\:table-row {
    display: table-row;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

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

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

  .lg\:min-h-screen-50 {
    min-height: 50vh;
  }

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

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

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

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

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

  .lg\:w-56 {
    width: 14rem;
  }

  .lg\:w-767px {
    width: 767px;
  }

  .lg\:w-80 {
    width: 20rem;
  }

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

  .lg\:max-w-xs {
    max-width: 20rem;
  }

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

  .lg\:basis-1\/4 {
    flex-basis: 25%;
  }

  .lg\:basis-2\/4 {
    flex-basis: 50%;
  }

  .lg\:table-auto {
    table-layout: auto;
  }

  .lg\:-translate-y-0 {
    --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));
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(35 105 196 / var(--tw-bg-opacity, 1));
  }

  .lg\:p-20 {
    padding: 5rem;
  }

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

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

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

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

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

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

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

  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

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

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

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

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

  .lg\:pl-24 {
    padding-left: 6rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:font-normal {
    font-weight: 400;
  }

  .lg\:leading-24 {
    line-height: 6rem;
  }

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

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

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

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

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

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

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

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

  .xl\:min-h-460px {
    min-height: 460px;
  }

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

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

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

  .xl\:w-870px {
    width: 870px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .\32xl\:inline {
    display: inline;
  }

  .\32xl\:flex {
    display: flex;
  }

  .\32xl\:w-96 {
    width: 24rem;
  }

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

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