/* purgecss start ignore */

/* ! tailwindcss v3.4.1 | 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 */
  tab-size: 4;
  /* 3 */
  font-family: sans-serif, Segoe UI, Helvetica Neue, Arial, sans-serif;
  /* 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]) {
  text-decoration: underline;
  -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 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
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] {
  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;
}

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

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

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

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

@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: 1320px) {
  .container {
    max-width: 1320px;
  }
}

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

.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);
  -webkit-text-decoration: underline;
  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-left: 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-left: 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-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 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(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-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 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-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 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;
  text-align: left;
  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-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 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(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(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.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-left: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 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 > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

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

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

.prose :where(.prose > ol > li > *: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-left: 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-left: 0;
}

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

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

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

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 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;
}

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

.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;
  min-width: 40px;
}

.btn, .pagebuilder-banner-button {
  display: flex;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  line-height: 200%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

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

@media (min-width: 1280px) {
  .btn, .pagebuilder-banner-button {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.btn svg, .pagebuilder-banner-button svg {
  display: inline-flex;
}

.btn span, .pagebuilder-banner-button span {
  vertical-align: middle;
}

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

.btn:focus, .pagebuilder-banner-button:focus {
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.btn-primary, .pagebuilder-button-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(0 148 255 / var(--tw-bg-opacity));
  font-weight: 600;
  line-height: 200%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-primary:hover, .pagebuilder-button-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(36 126 229 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-primary span,.pagebuilder-button-primary span {
  line-height: 200%;
}

.btn-addToCart {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-addToCart span {
  line-height: 200%;
}

.btn-addToCart svg {
  margin-top: auto;
  margin-bottom: auto;
}

.btn-addToCart:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-secondary {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.btn-secondary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.btn-secondary:focus {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.actions-toolbar .primary button {
  display: flex;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  line-height: 200%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

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

@media (min-width: 1280px) {
  .actions-toolbar .primary button {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.actions-toolbar .primary button svg {
  display: inline-flex;
}

.actions-toolbar .primary button span {
  vertical-align: middle;
}

.actions-toolbar .primary button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

.actions-toolbar .primary button:focus {
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.actions-toolbar .primary button {
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(0 148 255 / var(--tw-bg-opacity));
  font-weight: 600;
  line-height: 200%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.actions-toolbar .primary button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(36 126 229 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.actions-toolbar .primary button span {
  line-height: 200%;
}

.mgz-blog .blog-post-content .actions-toolbar .primary button {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.mgz-blog .blog-post-content .actions-toolbar .primary button:hover {
  text-decoration-line: none;
}

input[type="range"] {
  --hv-fill-min: var(--tw-range-fill-min, 0);
  --hv-fill: var(--tw-range-fill-max, 0);
  --hv-fill-color: var(--tw-range-fill-color, #1d4ed8);
  --hv-track-size: var(--tw-range-track-size, 0.5rem);
  --hv-thumb-size: var(--tw-range-thumb-size, 1.5rem);
  --hv-thumb-color: var(--tw-range-thumb-color, #fff);
  --hv-track: linear-gradient(
            to right,
            currentcolor 0%,
            currentcolor calc(var(--hv-fill-min) * 1%),
            var(--hv-fill-color) calc(var(--hv-fill-min) * 1%),
            var(--hv-fill-color) calc(var(--hv-fill) * 1%),
            currentcolor calc(var(--hv-fill) * 1%),
            currentcolor 100%
        );
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity));
}

input[type="range"]:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

input[type="range"] {
  height: var(--hv-thumb-size);
}

input[type="range"]:hover {
  --hv-thumb-color: #93c5fd;
}

input[type="range"]:focus {
  --hv-thumb-color: #3b82f6;
}

input[type="range"]:focus::-webkit-slider-thumb {
  --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);
}

input[type="range"]:focus::-moz-range-thumb {
  --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);
}

input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  border-radius: 0.5rem;
  height: var(--hv-track-size);
  background: var(--hv-track);
}

input[type="range"]::-moz-range-track {
  width: 100%;
  border-radius: 0.5rem;
  height: var(--hv-track-size);
  background: var(--hv-track);
}

input[type="range"]::-webkit-slider-thumb {
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 9999px;
  border-width: 3px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --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);
  -webkit-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  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;
  width: var(--hv-thumb-size);
  height: var(--hv-thumb-size);
  margin-top: calc(
                0.5 * calc(var(--hv-track-size) - var(--hv-thumb-size))
            );
  background-color: var(--hv-thumb-color);
}

input[type="range"]::-moz-range-thumb {
  box-sizing: border-box;
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  border-radius: 9999px;
  border-width: 3px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --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);
  -moz-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  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;
  width: var(--hv-thumb-size);
  height: var(--hv-thumb-size);
  background-color: var(--hv-thumb-color);
}

#category-view-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#filters-heading {
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 20;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-border-opacity));
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.95;
  padding: 1rem;
}

@media (min-width: 768px) {
  #filters-heading {
    position: static;
    display: none !important;
  }
}

#filters-heading .filter-button {
  display: flex;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  line-height: 200%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

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

@media (min-width: 1280px) {
  #filters-heading .filter-button {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

#filters-heading .filter-button svg {
  display: inline-flex;
}

#filters-heading .filter-button span {
  vertical-align: middle;
}

#filters-heading .filter-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

#filters-heading .filter-button:focus {
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

#filters-heading .filter-button {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

#filters-heading .filter-button:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

#filters-heading .filter-button:focus {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

#filters-heading .filter-button {
  display: flex;
  height: 3rem;
  width: 50%;
  flex: 1 1 0%;
  align-items: center;
  justify-content: center;
}

#filters-heading .filter-button:focus {
  border-width: 1px;
}

#filters-heading .chat-button {
  display: flex;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  line-height: 200%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

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

@media (min-width: 1280px) {
  #filters-heading .chat-button {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

#filters-heading .chat-button svg {
  display: inline-flex;
}

#filters-heading .chat-button span {
  vertical-align: middle;
}

#filters-heading .chat-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

#filters-heading .chat-button:focus {
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

#filters-heading .chat-button {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

#filters-heading .chat-button:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

#filters-heading .chat-button:focus {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

#filters-heading .chat-button {
  margin-right: 0.5rem;
  height: 3rem;
  width: -moz-min-content;
  width: min-content;
}

@media (min-width: 768px) {
  #filters-heading .chat-button {
    display: none;
  }
}

#filters-heading .chat-button svg {
  margin-right: 0.5rem;
  height: 1.5rem;
  width: 1.5rem;
}

.product.itemdiv {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  border-radius: 0px;
}

.swiper-android .product.itemdiv{
  transform:translate3d(0px,0,0)
}

.product.itemdiv{
  flex-shrink:0;
  width:100%;
  height:100%;
  position:relative;
  transition-property:transform;
  display:block
}

.swiper-autoheight .product.itemdiv{
  height:auto
}

.swiper-backface-hidden .product.itemdiv{
  transform:translateZ(0);
  backface-visibility:hidden
}

.swiper-3d .product.itemdiv{
  transform-style:preserve-3d
}

.swiper-css-mode>.swiper-wrapper>.product.itemdiv{
  scroll-snap-align:start start
}

.swiper-centered>.swiper-wrapper>.product.itemdiv{
  scroll-snap-align:center center;
  scroll-snap-stop:always
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.product.itemdiv:first-child{
  margin-inline-start:var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.product.itemdiv:first-child{
  margin-block-start:var(--swiper-centered-offset-before)
}

.swiper-virtual .product.itemdiv{
  -webkit-backface-visibility:hidden;
  transform:translateZ(0)
}

.swiper-fade.swiper-free-mode .product.itemdiv{
  transition-timing-function:ease-out
}

.swiper-fade .product.itemdiv{
  pointer-events:none;
  transition-property:opacity
}

.swiper-fade .product.itemdiv .swiper-slide{
  pointer-events:none
}

.swiper-cube .product.itemdiv{
  pointer-events:none;
  backface-visibility:hidden;
  z-index:1;
  visibility:hidden;
  transform-origin:0 0;
  width:100%;
  height:100%
}

.swiper-cube .product.itemdiv .swiper-slide{
  pointer-events:none
}

.swiper-cube.swiper-rtl .product.itemdiv{
  transform-origin:100% 0
}

.swiper-cube .swiper-slide-next+.product.itemdiv{
  pointer-events:auto;
  visibility:visible
}

.swiper-flip .product.itemdiv{
  pointer-events:none;
  backface-visibility:hidden;
  z-index:1
}

.swiper-flip .product.itemdiv .swiper-slide{
  pointer-events:none
}

.swiper-creative .product.itemdiv{
  backface-visibility:hidden;
  overflow:hidden;
  transition-property:transform,opacity,height
}

.swiper-cards .product.itemdiv{
  transform-origin:center bottom;
  backface-visibility:hidden;
  overflow:hidden
}

.product.itemdiv:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.product.item .product-wrapper {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  border-width: 1px;
  padding: 1rem;
}

.product.item .product-wrapper:hover {
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  --tw-bg-opacity: 1;
  --tw-shadow: 0px 2.45px 23.62px 0px rgba(0,0,0,0.1);
  --tw-shadow-colored: 0px 2.45px 23.62px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@supports (color: rgb(0 0 0 / 0)) {
.product.item .product-wrapper:hover {
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
}

.product.item .product-wrapper .product-info {
  display: flex;
  flex: 1 1 0%;
  flex-grow: 1;
  flex-direction: column;
  justify-content: space-between;
}

.product.item .product-wrapper .product-info .product-item-link {
  margin-top: 0px;
  margin-bottom: 0.5rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2rem;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
  text-decoration-line: none !important;
}

.product.item .product-wrapper .price-box-wrapper {
  margin-top: auto;
  height: 3.5rem;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.product.item .product-wrapper .price-box-wrapper span {
  color: #ff026f;
  font-size: 24px;
  font-weight: 600;
}

.product.item .product-wrapper .info-section {
  margin-top: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.product.item .product-wrapper .info-section .info-block {
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  height: -moz-max-content;
  height: max-content;
}

.product.item .product-wrapper .info-section .info-block > img {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: none;
  height: 1.75rem;
  width: 1.75rem;
  mix-blend-mode: multiply;
}

@media (min-width: 768px) {
  .guided-selling #error-text.product.item .product-wrapper .info-section .info-block > img, .guided-selling #back-button.product.item .product-wrapper .info-section .info-block > img, .guided-selling #next-button.product.item .product-wrapper .info-section .info-block > img {
    visibility: hidden;
    display: block;
  }
}

.guided-selling #error-text.product.item .product-wrapper .info-section .info-block > img, .guided-selling #back-button.product.item .product-wrapper .info-section .info-block > img, .guided-selling #next-button.product.item .product-wrapper .info-section .info-block > img {
  transition: unset;
}

.guided-selling #back-button.product.item .product-wrapper .info-section .info-block > img {
  margin-right: 0px;
  width: 0px;
}

@media (min-width: 640px) {
  .product.item .product-wrapper .info-section .info-block > img {
    display: block;
  }
}

.product.item .product-wrapper .info-section .info-block .stockstatus.in-stock {
  display: flex;
  flex-direction: column;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: -0.025em;
}

.product.item .product-wrapper .info-section .info-block .stockstatus.out-stock {
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  flex-direction: column;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: -0.025em;
}

.category-description,.category-cms {
  min-width: 100%;
  max-width: 51.625rem;
}

@media (min-width: 768px) {
  .category-description,.category-cms {
    margin-bottom: 1rem;
  }
}

.category-description h1, .category-cms h1 {
  margin-bottom: 10px;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

h1.category-description h1,.h1.category-description h1,h1 .category-cms h1,.h1 .category-cms h1 {
  text-align: left;
  font-size: 2rem;
  line-height: 1;
  font-family: 'Poppins', sans-serif;
}

.category-description h1, .category-cms h1 {
  font-family: 'Poppins', sans-serif;
}

.category-description h2, .category-cms h2 {
  margin-bottom: 10px;
  margin-top: 2rem;
}

.category-description h3, .category-cms h3 {
  margin-top: 2rem;
}

.category-description strong, .category-cms strong {
  font-weight: 700;
}

.category-description a, .category-cms a {
  font-weight: 700;
  text-decoration-line: underline;
  text-decoration-color: #0094ff;
}

.category-description a:hover, .category-cms a:hover {
  text-decoration-thickness: 2px;
}

.category-description .custom-top__description, .category-cms .custom-top__description {
  position: relative;
  height: 90px;
  overflow: hidden;
  line-height: 2rem;
}

@media not all and (min-width: 768px) {
  .category-description .custom-top__description, .category-cms .custom-top__description {
    height: 37px;
  }
}

.category-description .show-less, .category-cms .show-less {
  display: none;
  cursor: pointer;
  flex-direction: row;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 2 111 / var(--tw-border-opacity));
  padding-bottom: 0.25rem;
}

@media (min-width: 768px) {
  .guided-selling #error-text.category-description .show-less, .guided-selling #back-button.category-description .show-less, .guided-selling #next-button.category-description .show-less,.guided-selling #error-text .category-cms .show-less, .guided-selling #back-button .category-cms .show-less, .guided-selling #next-button .category-cms .show-less {
    visibility: hidden;
    display: block;
  }
}

.guided-selling #error-text.category-description .show-less, .guided-selling #back-button.category-description .show-less, .guided-selling #next-button.category-description .show-less,.guided-selling #error-text .category-cms .show-less, .guided-selling #back-button .category-cms .show-less, .guided-selling #next-button .category-cms .show-less {
  transition: unset;
}

.guided-selling #back-button.category-description .show-less,.guided-selling #back-button .category-cms .show-less {
  margin-right: 0px;
  width: 0px;
}

.category-description .show-less:hover, .category-cms .show-less:hover {
  --tw-text-opacity: 1;
  color: rgb(255 2 111 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .category-description .show-less, .category-cms .show-less {
    display: flex;
  }
}

.category-description .more-block, .category-cms .more-block {
  position: absolute;
  bottom: 0px;
  display: none;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --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);
  --tw-gradient-from-position: 5%;
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

@media (min-width: 768px) {
  .guided-selling #error-text.category-description .more-block, .guided-selling #back-button.category-description .more-block, .guided-selling #next-button.category-description .more-block,.guided-selling #error-text .category-cms .more-block, .guided-selling #back-button .category-cms .more-block, .guided-selling #next-button .category-cms .more-block {
    visibility: hidden;
    display: block;
  }
}

.guided-selling #error-text.category-description .more-block, .guided-selling #back-button.category-description .more-block, .guided-selling #next-button.category-description .more-block,.guided-selling #error-text .category-cms .more-block, .guided-selling #back-button .category-cms .more-block, .guided-selling #next-button .category-cms .more-block {
  transition: unset;
}

.guided-selling #back-button.category-description .more-block,.guided-selling #back-button .category-cms .more-block {
  margin-right: 0px;
  width: 0px;
}

@media (min-width: 768px) {
  .category-description .more-block, .category-cms .more-block {
    display: flex;
  }
}

.category-description ul, .category-cms ul {
  margin-left: 14px;
  margin-bottom: 1rem;
  list-style-position: outside;
  list-style-type: disc;
}

.layered-navigation {
  display: block;
}

[data-content-type$='block'] .layered-navigation p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

@media (min-width: 768px) {
  .layered-navigation {
    margin-bottom: 1.5rem;
    border-width: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity));
    background-color: transparent;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.layered-navigation #filters-content {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 50;
  height: 100vh;
  max-height: 100vh;
  width: 90%;
  overflow-y: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-bottom: 6rem;
}

@media (min-width: 768px) {
  .layered-navigation #filters-content {
    position: static;
    margin-bottom: 0px;
    height: -moz-max-content;
    height: max-content;
    max-height: -moz-max-content;
    max-height: max-content;
    width: 100%;
    padding-top: 0px;
  }
}

.layered-navigation .filter-option {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media (min-width: 1024px) {
  .layered-navigation .filter-option {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.layered-navigation .filter-option .filter-options-title {
  margin-left: 1rem;
  margin-right: 1rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-border-opacity));
  padding-bottom: 0.5rem;
}

 .page-wrapper .layered-navigation .filter-option .filter-options-title {
  margin-bottom: 20px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  font-family: "Poppins";
}

.cms-page-view #maincontent .layered-navigation .filter-option .filter-options-title p,.cms-home #maincontent .layered-navigation .filter-option .filter-options-title p,.cms-index-index #maincontent .layered-navigation .filter-option .filter-options-title p {
  padding-bottom: 0px;
}

@media (min-width: 640px) {
  .layered-navigation .filter-option .filter-options-title {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}

@media (min-width: 768px) {
  .layered-navigation .filter-option .filter-options-title {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.layered-navigation .filter-option .filter-options-title button {
  display: flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  --tw-border-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-border-opacity));
  text-align: left;
}

.layered-navigation .filter-option .filter-options-title button:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.layered-navigation .filter-option .filter-options-title button .title {
  font-weight: 600;
}

@media (min-width: 768px) {
  .layered-navigation .filter-option .filter-options-title button .title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.layered-navigation #filter-option-category-title {
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-bottom-width: 0px;
}

@media (min-width: 640px) {
  .layered-navigation #filter-option-category-title {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}

@media (min-width: 768px) {
  .layered-navigation #filter-option-category-title {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
  }
}

@media (min-width: 1024px) {
  .layered-navigation #filter-option-category-title {
    margin-top: 0px;
  }
}

.layered-navigation #filter-option-category-title a {
  display: block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

[data-content-type$='block'] .layered-navigation #filter-option-category-title a p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.layered-navigation #filter-option-category-title a.selected {
  font-weight: 600;
}

.layered-navigation #filter-option-category-title .selected-parent .subcategory a {
  font-weight: 400;
}

.layered-navigation #filter-option-category-content {
  display: flex;
  flex-direction: column;
  padding-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.layered-navigation #filter-option-category-content a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}

.layered-navigation .categories-button {
  display: flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-border-opacity));
  padding-bottom: 0.5rem;
  text-align: left;
}

 .page-wrapper .layered-navigation .categories-button {
  margin-bottom: 20px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  font-family: "Poppins";
}

.cms-page-view #maincontent .layered-navigation .categories-button p,.cms-home #maincontent .layered-navigation .categories-button p,.cms-index-index #maincontent .layered-navigation .categories-button p {
  padding-bottom: 0px;
}

.layered-navigation .categories-button:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.layered-navigation .categories-button .title {
  font-weight: 600;
}

@media (min-width: 768px) {
  .layered-navigation .categories-button .title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.layered-navigation .filter-clear {
  height: 100%;
  width: 50%;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.layered-navigation .filter-clear:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
  text-decoration-line: none !important;
}

.layered-navigation .filter-clear span {
  margin-top: auto;
  margin-bottom: auto;
  width: 100%;
  text-align: center;
  font-weight: 600;
}

.layered-navigation .toggle-filters {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
  display: flex;
  height: -moz-max-content;
  height: max-content;
  min-height: 1.25rem;
  width: -moz-max-content;
  width: max-content;
  min-width: 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));
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 148 255 / var(--tw-bg-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1;
}

.layered-navigation .toggle-filters .filter-count {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  height: -moz-max-content;
  height: max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: 600;
  line-height: 100%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.layered-navigation .mobile-header {
  position: sticky;
  top: 0px;
  right: 0px;
  display: flex;
  height: 4.25rem;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .layered-navigation .mobile-header {
    display: none;
  }
}

.layered-navigation .mobile-header #cart-drawer-title {
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  height: -moz-max-content;
  height: max-content;
  padding-left: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 100%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

[data-content-type$='block'] .layered-navigation .mobile-header #cart-drawer-title p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

@media (min-width: 640px) {
  .layered-navigation .mobile-header #cart-drawer-title {
    padding-left: 1.5rem;
  }
}

.item-add-to-cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  padding-top: 0.75rem;
}

.item-add-to-cart .cart-button {
  display: flex;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  line-height: 200%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

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

@media (min-width: 1280px) {
  .item-add-to-cart .cart-button {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.item-add-to-cart .cart-button svg {
  display: inline-flex;
}

.item-add-to-cart .cart-button span {
  vertical-align: middle;
}

.item-add-to-cart .cart-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

.item-add-to-cart .cart-button:focus {
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.item-add-to-cart .cart-button {
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(0 148 255 / var(--tw-bg-opacity));
  font-weight: 600;
  line-height: 200%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.item-add-to-cart .cart-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(36 126 229 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.item-add-to-cart .cart-button span {
  line-height: 200%;
}

.item-add-to-cart .cart-button {
  height: 3rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.mgz-blog .blog-post-content .item-add-to-cart .cart-button {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.mgz-blog .blog-post-content .item-add-to-cart .cart-button:hover {
  text-decoration-line: none;
}

@media not all and (min-width: 1280px) {
  .item-add-to-cart .cart-button {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.item-add-to-cart .cart-button .grid-text {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0.5rem;
  display: inline;
  font-size: 14px;
  font-weight: 600;
}

@media (min-width: 1280px) {
  .item-add-to-cart .cart-button .grid-text {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.product-item a {
  text-decoration-line: none !important;
}

.product-item .product-info .price-box {
  display: flex;
  height: 100%;
  flex-direction: row;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.product-item .product-info .price-box .price-container {
  margin-top: auto;
  margin-bottom: auto;
}

.product-item .product-info .price-box .price-wrapper .price {
  margin-top: auto;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 2 111 / var(--tw-text-opacity));
}

.product-item .product-info .special-price .price-container .price,.product-item .product-info .old-price .price-container .price {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

.product-item .product-info .special-price .price-container .price {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 2 111 / var(--tw-text-opacity));
}

.product-item .product-info .old-price .price {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1 !important;
  color: rgb(177 177 177 / var(--tw-text-opacity)) !important;
  text-decoration-line: line-through;
}

.mst-search__index-title._crumbs a {
  font-size: 1rem;
  line-height: 1.5rem;
}

.minimal-price-link .price-container {
  display: flex !important;
  height: -moz-max-content;
  height: max-content;
  flex-direction: column;
}

.minimal-price-link .price-label {
  color: #4b5563 !important;
  font-weight: 600;
}

.minimal-price-link .price-label:after {
  content: ":";
}

.product-value span {
  color: #ff026f;
  font-size: 24px;
  font-weight: 600;
}

.category-top-links {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: none;
  gap: 0.25rem;
  overflow-y: hidden;
  border-bottom-width: 1px;
  padding-bottom: 0.75rem;
}

@media (min-width: 768px) {
  .category-top-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
}

@media (min-width: 1280px) {
  .category-top-links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.category-top-links .filter-button {
  height: auto;
  max-height: 100%;
  overflow-y: auto;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(0 148 255 / var(--tw-bg-opacity));
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .category-top-links .filter-button {
    display: none;
  }
}

.category-top-links .filter-button svg{
  width: 1.1rem;
  height: 1.1rem;
}

.category-top-links div {
  position: relative;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  overflow: hidden;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .category-top-links div {
    width: 100%;
  }
}

.category-top-links div a {
  display: flex;
  align-items: center;
  padding: 0.5rem;
}

@media (min-width: 768px) {
  .category-top-links div a {
    width: 100%;
  }

  .category-top-links div a picture {
    z-index: 11;
  }
}

.category-top-links div a img {
  display: none;
  height: auto;
}

@media (min-width: 768px) {
  .guided-selling #error-text.category-top-links div a img, .guided-selling #back-button.category-top-links div a img, .guided-selling #next-button.category-top-links div a img {
    visibility: hidden;
    display: block;
  }
}

.guided-selling #error-text.category-top-links div a img, .guided-selling #back-button.category-top-links div a img, .guided-selling #next-button.category-top-links div a img {
  transition: unset;
}

.guided-selling #back-button.category-top-links div a img {
  margin-right: 0px;
  width: 0px;
}

@media (min-width: 768px) {
  .category-top-links div a img {
    display: block;
  }
}

.category-top-links div a:nth-child(1):before {
  position: absolute;
  left: 1rem;
  z-index: -1;
  display: block;
}

[data-content-type$='block'] .category-top-links div a:nth-child(1) p:last-child:before {
  margin-bottom: 1rem;
  margin-top: 0px;
}

@media (min-width: 768px) {
  .category-top-links div a:nth-child(1):before {
    z-index: 10;
  }
}

.category-top-links div a:nth-child(1):before {
  content: "";
  width: 65px;
  height: 110%;
  background: rgba(231,231,231,1);
  -webkit-clip-path: polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%);
  clip-path: polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%);
}

.category-top-links div a:nth-child(1):after {
  position: absolute;
  z-index: -1;
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

[data-content-type$='block'] .category-top-links div a:nth-child(1) p:last-child:after {
  margin-bottom: 1rem;
  margin-top: 0px;
}

@media (min-width: 768px) {
  .category-top-links div a:nth-child(1):after {
    z-index: 10;
  }
}

.category-top-links div a:nth-child(1):after {
  content: "";
  width: 65px;
  height: 110%;
  left: 0.93rem;
  -webkit-clip-path: polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%);
  clip-path: polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%);
}

.category-top-links div a:nth-child(2) {
  width: 100%;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .category-top-links div a:nth-child(2) {
    white-space: normal;
    padding-left: 2.5rem;
  }

  .category-top-links {
    grid-auto-flow: dense;
    overflow-y: auto
  }
}

.category-top-links::-webkit-scrollbar-track {
  width: 0.1rem;
  height: 0.1rem;
  background: #000000;
  opacity: 0.5;
}

/*
Use the following selector to extend the toolbar modes switcher with your own icon,
also replace `custom` with your own mode name.

.modes-mode.mode-custom {}
*/

.custom-top__description .not-expanded {
  max-height: 4rem;
}

.product-item .product-item-photo {
  position: relative;
}

.category-cms {
  width: 100%;
}

.category-cms .landingpage-row .pagebuilder-column-line {
  margin-bottom: 1rem;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 1rem;
}

@media (min-width: 1024px) {
  .category-cms .landingpage-row .pagebuilder-column-line {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

.category-cms .landingpage-row .pagebuilder-column-line .pagebuilder-column {
  display: flex;
  height: -moz-max-content;
  height: max-content;
  width: 100% !important;
  flex: 1 1 0%;
  flex-direction: column;
  border-width: 1px;
  padding: 1rem;
  padding: 0px;
}

.category-cms .landingpage-row .pagebuilder-column-line .pagebuilder-column:hover {
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  --tw-bg-opacity: 1;
  --tw-shadow: 0px 2.45px 23.62px 0px rgba(0,0,0,0.1);
  --tw-shadow-colored: 0px 2.45px 23.62px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@supports (color: rgb(0 0 0 / 0)) {
.category-cms .landingpage-row .pagebuilder-column-line .pagebuilder-column:hover {
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
}

.category-cms .landingpage-row .pagebuilder-column-line [data-element="content"] {
  display: none;
}

@media (min-width: 768px) {
  .guided-selling #error-text.category-cms .landingpage-row .pagebuilder-column-line [data-element="content"], .guided-selling #back-button.category-cms .landingpage-row .pagebuilder-column-line [data-element="content"], .guided-selling #next-button.category-cms .landingpage-row .pagebuilder-column-line [data-element="content"] {
    visibility: hidden;
    display: block;
  }
}

.guided-selling #error-text.category-cms .landingpage-row .pagebuilder-column-line [data-element="content"], .guided-selling #back-button.category-cms .landingpage-row .pagebuilder-column-line [data-element="content"], .guided-selling #next-button.category-cms .landingpage-row .pagebuilder-column-line [data-element="content"] {
  transition: unset;
}

.guided-selling #back-button.category-cms .landingpage-row .pagebuilder-column-line [data-element="content"] {
  margin-right: 0px;
  width: 0px;
}

.category-cms .landingpage-row .pagebuilder-column-line .pagebuilder-banner-button {
  margin-top: 0px;
}

.category-cms .landingpage-row .pagebuilder-column-line .pagebuilder-banner-wrapper{
  background-size: 100% !important;
}

.category-cms .landingpage-row .pagebuilder-column-line .pagebuilder-poster-content {
  margin-left: auto;
  margin-right: auto;
  margin-top: 64%;
  width: -moz-max-content;
  width: max-content;
}

.category-cms .landingpage-row .pagebuilder-column-line .pagebuilder-poster-content .pagebuilder-banner-button {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.category-cms .landingpage-row .pagebuilder-column-line .pagebuilder-overlay {
  height: -moz-max-content;
  height: max-content;
  min-height: 0px !important;
  padding: 0px;
}

.element-one, .element-two, .element-three, .element-four, .element-five, .element-six, .element-seven, .element-eight {
  width: 100%;
  padding-bottom: 2rem;
}

.element-one .element-title, .element-two .element-title, .element-three .element-title, .element-four .element-title, .element-five .element-title, .element-six .element-title, .element-seven .element-title, .element-eight .element-title {
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

 .page-wrapper .element-one .element-title, .page-wrapper  .element-two .element-title, .page-wrapper  .element-three .element-title, .page-wrapper  .element-four .element-title, .page-wrapper  .element-five .element-title, .page-wrapper  .element-six .element-title, .page-wrapper  .element-seven .element-title, .page-wrapper  .element-eight .element-title {
  margin-bottom: 20px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  font-family: "Poppins";
}

.homepage-categories-wrapper .element-one .element-title,.homepage-categories-wrapper  .element-two .element-title,.homepage-categories-wrapper  .element-three .element-title,.homepage-categories-wrapper  .element-four .element-title,.homepage-categories-wrapper  .element-five .element-title,.homepage-categories-wrapper  .element-six .element-title,.homepage-categories-wrapper  .element-seven .element-title,.homepage-categories-wrapper  .element-eight .element-title {
  margin-bottom: 0px;
  display: flex;
  width: 100%;
  padding-bottom: 1rem;
}

.homepage-categories-wrapper .element-one .element-title:after,.homepage-categories-wrapper  .element-two .element-title:after,.homepage-categories-wrapper  .element-three .element-title:after,.homepage-categories-wrapper  .element-four .element-title:after,.homepage-categories-wrapper  .element-five .element-title:after,.homepage-categories-wrapper  .element-six .element-title:after,.homepage-categories-wrapper  .element-seven .element-title:after,.homepage-categories-wrapper  .element-eight .element-title:after{
  content: "";
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 1rem;
  display: flex;
  width: 100%;
  flex: 1 1 0%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(134 131 131 / var(--tw-border-opacity));
}

@media (min-width: 1024px) {
  .homepage-categories-wrapper .element-one .element-title:after,.homepage-categories-wrapper  .element-two .element-title:after,.homepage-categories-wrapper  .element-three .element-title:after,.homepage-categories-wrapper  .element-four .element-title:after,.homepage-categories-wrapper  .element-five .element-title:after,.homepage-categories-wrapper  .element-six .element-title:after,.homepage-categories-wrapper  .element-seven .element-title:after,.homepage-categories-wrapper  .element-eight .element-title:after {
    margin-left: 2rem;
  }
}

.homepage-categories-wrapper .element-one .element-title p,.homepage-categories-wrapper  .element-two .element-title p,.homepage-categories-wrapper  .element-three .element-title p,.homepage-categories-wrapper  .element-four .element-title p,.homepage-categories-wrapper  .element-five .element-title p,.homepage-categories-wrapper  .element-six .element-title p,.homepage-categories-wrapper  .element-seven .element-title p,.homepage-categories-wrapper  .element-eight .element-title p {
  display: flex;
  width: -moz-max-content;
  width: max-content;
}

.homepage-text-block .element-one .element-title,.homepage-text-block  .element-two .element-title,.homepage-text-block  .element-three .element-title,.homepage-text-block  .element-four .element-title,.homepage-text-block  .element-five .element-title,.homepage-text-block  .element-six .element-title,.homepage-text-block  .element-seven .element-title,.homepage-text-block  .element-eight .element-title {
  margin-bottom: 2rem;
}

.homepage-bottom-banner .element-one .element-title,.homepage-bottom-banner  .element-two .element-title,.homepage-bottom-banner  .element-three .element-title,.homepage-bottom-banner  .element-four .element-title,.homepage-bottom-banner  .element-five .element-title,.homepage-bottom-banner  .element-six .element-title,.homepage-bottom-banner  .element-seven .element-title,.homepage-bottom-banner  .element-eight .element-title {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 480px) {
  .homepage-bottom-banner .element-one .element-title,.homepage-bottom-banner  .element-two .element-title,.homepage-bottom-banner  .element-three .element-title,.homepage-bottom-banner  .element-four .element-title,.homepage-bottom-banner  .element-five .element-title,.homepage-bottom-banner  .element-six .element-title,.homepage-bottom-banner  .element-seven .element-title,.homepage-bottom-banner  .element-eight .element-title {
    max-width: 480px;
  }
}

@media (min-width: 640px) {
  .homepage-bottom-banner .element-one .element-title,.homepage-bottom-banner  .element-two .element-title,.homepage-bottom-banner  .element-three .element-title,.homepage-bottom-banner  .element-four .element-title,.homepage-bottom-banner  .element-five .element-title,.homepage-bottom-banner  .element-six .element-title,.homepage-bottom-banner  .element-seven .element-title,.homepage-bottom-banner  .element-eight .element-title {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .homepage-bottom-banner .element-one .element-title,.homepage-bottom-banner  .element-two .element-title,.homepage-bottom-banner  .element-three .element-title,.homepage-bottom-banner  .element-four .element-title,.homepage-bottom-banner  .element-five .element-title,.homepage-bottom-banner  .element-six .element-title,.homepage-bottom-banner  .element-seven .element-title,.homepage-bottom-banner  .element-eight .element-title {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .homepage-bottom-banner .element-one .element-title,.homepage-bottom-banner  .element-two .element-title,.homepage-bottom-banner  .element-three .element-title,.homepage-bottom-banner  .element-four .element-title,.homepage-bottom-banner  .element-five .element-title,.homepage-bottom-banner  .element-six .element-title,.homepage-bottom-banner  .element-seven .element-title,.homepage-bottom-banner  .element-eight .element-title {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .homepage-bottom-banner .element-one .element-title,.homepage-bottom-banner  .element-two .element-title,.homepage-bottom-banner  .element-three .element-title,.homepage-bottom-banner  .element-four .element-title,.homepage-bottom-banner  .element-five .element-title,.homepage-bottom-banner  .element-six .element-title,.homepage-bottom-banner  .element-seven .element-title,.homepage-bottom-banner  .element-eight .element-title {
    max-width: 1280px;
  }
}

@media (min-width: 1320px) {
  .homepage-bottom-banner .element-one .element-title,.homepage-bottom-banner  .element-two .element-title,.homepage-bottom-banner  .element-three .element-title,.homepage-bottom-banner  .element-four .element-title,.homepage-bottom-banner  .element-five .element-title,.homepage-bottom-banner  .element-six .element-title,.homepage-bottom-banner  .element-seven .element-title,.homepage-bottom-banner  .element-eight .element-title {
    max-width: 1320px;
  }
}

@media (min-width: 1536px) {
  .homepage-bottom-banner .element-one .element-title,.homepage-bottom-banner  .element-two .element-title,.homepage-bottom-banner  .element-three .element-title,.homepage-bottom-banner  .element-four .element-title,.homepage-bottom-banner  .element-five .element-title,.homepage-bottom-banner  .element-six .element-title,.homepage-bottom-banner  .element-seven .element-title,.homepage-bottom-banner  .element-eight .element-title {
    max-width: 1536px;
  }
}

.homepage-bottom-banner .element-one .element-title,.homepage-bottom-banner  .element-two .element-title,.homepage-bottom-banner  .element-three .element-title,.homepage-bottom-banner  .element-four .element-title,.homepage-bottom-banner  .element-five .element-title,.homepage-bottom-banner  .element-six .element-title,.homepage-bottom-banner  .element-seven .element-title,.homepage-bottom-banner  .element-eight .element-title {
  margin-bottom: 2rem;
  display: flex;
}

.catalog-product-view .product-info-main .homepage-bottom-banner .element-one .element-title,.catalog-product-view .product-info-main .homepage-bottom-banner  .element-two .element-title,.catalog-product-view .product-info-main .homepage-bottom-banner  .element-three .element-title,.catalog-product-view .product-info-main .homepage-bottom-banner  .element-four .element-title,.catalog-product-view .product-info-main .homepage-bottom-banner  .element-five .element-title,.catalog-product-view .product-info-main .homepage-bottom-banner  .element-six .element-title,.catalog-product-view .product-info-main .homepage-bottom-banner  .element-seven .element-title,.catalog-product-view .product-info-main .homepage-bottom-banner  .element-eight .element-title {
  padding: 0px;
}

.catalog-product-view .product-info-main .homepage-bottom-banner .element-one .element-title b,.catalog-product-view .product-info-main .homepage-bottom-banner  .element-two .element-title b,.catalog-product-view .product-info-main .homepage-bottom-banner  .element-three .element-title b,.catalog-product-view .product-info-main .homepage-bottom-banner  .element-four .element-title b,.catalog-product-view .product-info-main .homepage-bottom-banner  .element-five .element-title b,.catalog-product-view .product-info-main .homepage-bottom-banner  .element-six .element-title b,.catalog-product-view .product-info-main .homepage-bottom-banner  .element-seven .element-title b,.catalog-product-view .product-info-main .homepage-bottom-banner  .element-eight .element-title b {
  font-weight: 600;
}

.homepage-bottom-banner .element-one .element-title,.homepage-bottom-banner  .element-two .element-title,.homepage-bottom-banner  .element-three .element-title,.homepage-bottom-banner  .element-four .element-title,.homepage-bottom-banner  .element-five .element-title,.homepage-bottom-banner  .element-six .element-title,.homepage-bottom-banner  .element-seven .element-title,.homepage-bottom-banner  .element-eight .element-title {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1448px;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .homepage-bottom-banner .element-one .element-title,.homepage-bottom-banner  .element-two .element-title,.homepage-bottom-banner  .element-three .element-title,.homepage-bottom-banner  .element-four .element-title,.homepage-bottom-banner  .element-five .element-title,.homepage-bottom-banner  .element-six .element-title,.homepage-bottom-banner  .element-seven .element-title,.homepage-bottom-banner  .element-eight .element-title {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .homepage-bottom-banner .element-one .element-title,.homepage-bottom-banner  .element-two .element-title,.homepage-bottom-banner  .element-three .element-title,.homepage-bottom-banner  .element-four .element-title,.homepage-bottom-banner  .element-five .element-title,.homepage-bottom-banner  .element-six .element-title,.homepage-bottom-banner  .element-seven .element-title,.homepage-bottom-banner  .element-eight .element-title {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.homepage-bottom-banner .element-one .element-title:before,.homepage-bottom-banner  .element-two .element-title:before,.homepage-bottom-banner  .element-three .element-title:before,.homepage-bottom-banner  .element-four .element-title:before,.homepage-bottom-banner  .element-five .element-title:before,.homepage-bottom-banner  .element-six .element-title:before,.homepage-bottom-banner  .element-seven .element-title:before,.homepage-bottom-banner  .element-eight .element-title:before {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 5%;
  display: none;
  width: 55%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

@media (min-width: 768px) {
  .guided-selling #error-text.homepage-bottom-banner .element-one .element-title:before, .guided-selling #back-button.homepage-bottom-banner .element-one .element-title:before, .guided-selling #next-button.homepage-bottom-banner .element-one .element-title:before,.guided-selling #error-text.homepage-bottom-banner  .element-two .element-title:before, .guided-selling #back-button.homepage-bottom-banner  .element-two .element-title:before, .guided-selling #next-button.homepage-bottom-banner  .element-two .element-title:before,.guided-selling #error-text.homepage-bottom-banner  .element-three .element-title:before, .guided-selling #back-button.homepage-bottom-banner  .element-three .element-title:before, .guided-selling #next-button.homepage-bottom-banner  .element-three .element-title:before,.guided-selling #error-text.homepage-bottom-banner  .element-four .element-title:before, .guided-selling #back-button.homepage-bottom-banner  .element-four .element-title:before, .guided-selling #next-button.homepage-bottom-banner  .element-four .element-title:before,.guided-selling #error-text.homepage-bottom-banner  .element-five .element-title:before, .guided-selling #back-button.homepage-bottom-banner  .element-five .element-title:before, .guided-selling #next-button.homepage-bottom-banner  .element-five .element-title:before,.guided-selling #error-text.homepage-bottom-banner  .element-six .element-title:before, .guided-selling #back-button.homepage-bottom-banner  .element-six .element-title:before, .guided-selling #next-button.homepage-bottom-banner  .element-six .element-title:before,.guided-selling #error-text.homepage-bottom-banner  .element-seven .element-title:before, .guided-selling #back-button.homepage-bottom-banner  .element-seven .element-title:before, .guided-selling #next-button.homepage-bottom-banner  .element-seven .element-title:before,.guided-selling #error-text.homepage-bottom-banner  .element-eight .element-title:before, .guided-selling #back-button.homepage-bottom-banner  .element-eight .element-title:before, .guided-selling #next-button.homepage-bottom-banner  .element-eight .element-title:before {
    visibility: hidden;
    display: block;
  }
}

.guided-selling #error-text.homepage-bottom-banner .element-one .element-title:before, .guided-selling #back-button.homepage-bottom-banner .element-one .element-title:before, .guided-selling #next-button.homepage-bottom-banner .element-one .element-title:before,.guided-selling #error-text.homepage-bottom-banner  .element-two .element-title:before, .guided-selling #back-button.homepage-bottom-banner  .element-two .element-title:before, .guided-selling #next-button.homepage-bottom-banner  .element-two .element-title:before,.guided-selling #error-text.homepage-bottom-banner  .element-three .element-title:before, .guided-selling #back-button.homepage-bottom-banner  .element-three .element-title:before, .guided-selling #next-button.homepage-bottom-banner  .element-three .element-title:before,.guided-selling #error-text.homepage-bottom-banner  .element-four .element-title:before, .guided-selling #back-button.homepage-bottom-banner  .element-four .element-title:before, .guided-selling #next-button.homepage-bottom-banner  .element-four .element-title:before,.guided-selling #error-text.homepage-bottom-banner  .element-five .element-title:before, .guided-selling #back-button.homepage-bottom-banner  .element-five .element-title:before, .guided-selling #next-button.homepage-bottom-banner  .element-five .element-title:before,.guided-selling #error-text.homepage-bottom-banner  .element-six .element-title:before, .guided-selling #back-button.homepage-bottom-banner  .element-six .element-title:before, .guided-selling #next-button.homepage-bottom-banner  .element-six .element-title:before,.guided-selling #error-text.homepage-bottom-banner  .element-seven .element-title:before, .guided-selling #back-button.homepage-bottom-banner  .element-seven .element-title:before, .guided-selling #next-button.homepage-bottom-banner  .element-seven .element-title:before,.guided-selling #error-text.homepage-bottom-banner  .element-eight .element-title:before, .guided-selling #back-button.homepage-bottom-banner  .element-eight .element-title:before, .guided-selling #next-button.homepage-bottom-banner  .element-eight .element-title:before {
  transition: unset;
}

.guided-selling #back-button.homepage-bottom-banner .element-one .element-title:before,.guided-selling #back-button.homepage-bottom-banner  .element-two .element-title:before,.guided-selling #back-button.homepage-bottom-banner  .element-three .element-title:before,.guided-selling #back-button.homepage-bottom-banner  .element-four .element-title:before,.guided-selling #back-button.homepage-bottom-banner  .element-five .element-title:before,.guided-selling #back-button.homepage-bottom-banner  .element-six .element-title:before,.guided-selling #back-button.homepage-bottom-banner  .element-seven .element-title:before,.guided-selling #back-button.homepage-bottom-banner  .element-eight .element-title:before {
  margin-right: 0px;
  width: 0px;
}

@media (min-width: 1024px) {
  .homepage-bottom-banner .element-one .element-title:before,.homepage-bottom-banner  .element-two .element-title:before,.homepage-bottom-banner  .element-three .element-title:before,.homepage-bottom-banner  .element-four .element-title:before,.homepage-bottom-banner  .element-five .element-title:before,.homepage-bottom-banner  .element-six .element-title:before,.homepage-bottom-banner  .element-seven .element-title:before,.homepage-bottom-banner  .element-eight .element-title:before {
    display: block;
  }
}

.homepage-bottom-banner .element-one .element-title:before,.homepage-bottom-banner  .element-two .element-title:before,.homepage-bottom-banner  .element-three .element-title:before,.homepage-bottom-banner  .element-four .element-title:before,.homepage-bottom-banner  .element-five .element-title:before,.homepage-bottom-banner  .element-six .element-title:before,.homepage-bottom-banner  .element-seven .element-title:before,.homepage-bottom-banner  .element-eight .element-title:before{
  content: "";
}

.homepage-product-slider .element-one .element-title,.homepage-product-slider  .element-two .element-title,.homepage-product-slider  .element-three .element-title,.homepage-product-slider  .element-four .element-title,.homepage-product-slider  .element-five .element-title,.homepage-product-slider  .element-six .element-title,.homepage-product-slider  .element-seven .element-title,.homepage-product-slider  .element-eight .element-title {
  display: flex;
  width: 100%;
  padding-bottom: 1rem;
}

.homepage-product-slider .element-one .element-title p,.homepage-product-slider  .element-two .element-title p,.homepage-product-slider  .element-three .element-title p,.homepage-product-slider  .element-four .element-title p,.homepage-product-slider  .element-five .element-title p,.homepage-product-slider  .element-six .element-title p,.homepage-product-slider  .element-seven .element-title p,.homepage-product-slider  .element-eight .element-title p {
  display: flex;
  width: -moz-max-content;
  width: max-content;
}

.cms-page-view #maincontent .element-one .element-title p,.cms-home #maincontent .element-one .element-title p,.cms-index-index #maincontent .element-one .element-title p,.cms-page-view #maincontent  .element-two .element-title p,.cms-home #maincontent  .element-two .element-title p,.cms-index-index #maincontent  .element-two .element-title p,.cms-page-view #maincontent  .element-three .element-title p,.cms-home #maincontent  .element-three .element-title p,.cms-index-index #maincontent  .element-three .element-title p,.cms-page-view #maincontent  .element-four .element-title p,.cms-home #maincontent  .element-four .element-title p,.cms-index-index #maincontent  .element-four .element-title p,.cms-page-view #maincontent  .element-five .element-title p,.cms-home #maincontent  .element-five .element-title p,.cms-index-index #maincontent  .element-five .element-title p,.cms-page-view #maincontent  .element-six .element-title p,.cms-home #maincontent  .element-six .element-title p,.cms-index-index #maincontent  .element-six .element-title p,.cms-page-view #maincontent  .element-seven .element-title p,.cms-home #maincontent  .element-seven .element-title p,.cms-index-index #maincontent  .element-seven .element-title p,.cms-page-view #maincontent  .element-eight .element-title p,.cms-home #maincontent  .element-eight .element-title p,.cms-index-index #maincontent  .element-eight .element-title p {
  padding-bottom: 0px;
}

.element-one ul, .element-two ul, .element-three ul, .element-four ul, .element-five ul, .element-six ul, .element-seven ul, .element-eight ul {
  margin: 0px;
  list-style-type: none;
}

.element-one .button, .element-two .button, .element-three .button, .element-four .button, .element-five .button, .element-six .button, .element-seven .button, .element-eight .button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background-color: #0094ff;
}

.element-one .button:hover, .element-two .button:hover, .element-three .button:hover, .element-four .button:hover, .element-five .button:hover, .element-six .button:hover, .element-seven .button:hover, .element-eight .button:hover {
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.element-one img, .element-two img, .element-three img, .element-four img, .element-five img, .element-six img, .element-seven img, .element-eight img {
  width: 100%;
}

.element-one li a, .element-two li a, .element-three li a, .element-four li a, .element-five li a, .element-six li a, .element-seven li a, .element-eight li a {
  text-decoration-line: none;
}

@media (min-width: 768px) {
  .element-one .element-blocks, .element-four .element-blocks, .element-five .element-blocks, .element-six .element-blocks,.element-eight .element-blocks {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 0px;
  }

  @media (min-width: 768px) {
    .element-one .element-blocks, .element-four .element-blocks, .element-five .element-blocks, .element-six .element-blocks,.element-eight .element-blocks {
      flex-direction: row;
    }
  }

  .element-one .element-blocks, .element-four .element-blocks, .element-five .element-blocks, .element-six .element-blocks,.element-eight .element-blocks {
    display: flex !important;
    flex-wrap: wrap;
    margin-right: -0.5rem;
    margin-left: -0.5rem;
    gap: 0 !important;
  }

  .element-one .element-blocks .w-100, .element-one .element-blocks .w-50, .element-one .element-blocks .w-25, .element-one .element-blocks .w-33, .element-four .element-blocks .w-100, .element-four .element-blocks .w-50, .element-four .element-blocks .w-25, .element-four .element-blocks .w-33, .element-five .element-blocks .w-100, .element-five .element-blocks .w-50, .element-five .element-blocks .w-25, .element-five .element-blocks .w-33, .element-six .element-blocks .w-100, .element-six .element-blocks .w-50, .element-six .element-blocks .w-25, .element-six .element-blocks .w-33, .element-eight .element-blocks .w-100, .element-eight .element-blocks .w-50, .element-eight .element-blocks .w-25, .element-eight .element-blocks .w-33 {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }

  .element-one .element-blocks .w-100, .element-four .element-blocks .w-100, .element-five .element-blocks .w-100, .element-six .element-blocks .w-100, .element-eight .element-blocks .w-100 {
    flex: 0 0 calc(100% - 1rem);
    /* Adjust for margin */
    max-width: calc(100% - 1rem);
    /* Adjust for margin */
  }

  .element-one .element-blocks .w-50, .element-four .element-blocks .w-50, .element-five .element-blocks .w-50, .element-six .element-blocks .w-50, .element-eight .element-blocks .w-50 {
    flex: 0 0 calc(50% - 1rem);
    /* Adjust for half margin on either side */
    max-width: calc(50% - 1rem);
    /* Adjust for half margin on either side */
  }

  .element-one .element-blocks .w-25, .element-four .element-blocks .w-25, .element-five .element-blocks .w-25, .element-six .element-blocks .w-25, .element-eight .element-blocks .w-25 {
    flex: 0 0 calc(25% - 1rem);
    /* Adjust for margin */
    max-width: calc(25% - 1rem);
    /* Adjust for margin */
  }

  .element-one .element-blocks .w-33, .element-four .element-blocks .w-33, .element-five .element-blocks .w-33, .element-six .element-blocks .w-33, .element-eight .element-blocks .w-33 {
    flex: 0 0 calc(33.333333% - 1rem);
    /* Adjust for margin */
    max-width: calc(33.333333% - 1rem);
    /* Adjust for margin */
  }
}

.element-one .element-blocks {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.element-one .element-blocks a {
  text-decoration-line: none;
}

.element-one .element-blocks .element-block-one {
  order: 2;
  display: flex;
  flex-direction: row;
}

@media not all and (min-width: 768px) {
  .element-one .element-blocks .element-block-one {
    margin-bottom: 1rem;
    border-bottom-width: 1px;
    padding-bottom: 1rem;
  }
}

.element-one .element-blocks .element-block-one img {
  width: 40%;
}

@media (min-width: 768px) {
  .element-one .element-blocks .element-block-one img {
    width: 100%;
  }
}

.element-one .element-blocks .element-block-one picture {
  width: 40%;
}

.element-one .element-blocks .element-block-one picture img {
  width: 100%;
}

.element-one .element-blocks .element-block-one > div {
  width: 60%;
}

.element-one .element-blocks .element-block-one .title {
  display: flex;
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity));
}

.element-one .element-blocks .element-block-one .text {
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 400;
}

.element-one .element-blocks .element-block-two {
  order: 3;
  display: flex;
  flex-direction: row-reverse;
}

@media not all and (min-width: 768px) {
  .element-one .element-blocks .element-block-two {
    margin-bottom: 1rem;
    border-bottom-width: 1px;
    padding-bottom: 1rem;
  }
}

.element-one .element-blocks .element-block-two div:first-child {
  width: 60%;
}

.element-one .element-blocks .element-block-two div:last-child {
  width: 40%;
}

.element-one .element-blocks .element-block-two .button {
  display: none;
}

@media (min-width: 768px) {
  .guided-selling #error-text.element-one .element-blocks .element-block-two .button, .guided-selling #back-button.element-one .element-blocks .element-block-two .button, .guided-selling #next-button.element-one .element-blocks .element-block-two .button {
    visibility: hidden;
    display: block;
  }
}

.guided-selling #error-text.element-one .element-blocks .element-block-two .button, .guided-selling #back-button.element-one .element-blocks .element-block-two .button, .guided-selling #next-button.element-one .element-blocks .element-block-two .button {
  transition: unset;
}

.guided-selling #back-button.element-one .element-blocks .element-block-two .button {
  margin-right: 0px;
  width: 0px;
}

.element-one .element-blocks .element-block-two .title {
  display: flex;
  width: 100% !important;
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity));
}

.element-one .element-blocks .element-block-two .text {
  width: 100% !important;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 400;
}

.element-one .element-blocks .element-block-three {
  order: 1;
}

@media not all and (min-width: 768px) {
  .element-one .element-blocks .element-block-three {
    margin-bottom: 1rem;
    border-bottom-width: 1px;
    padding-bottom: 1rem;
  }
}

.element-one .element-blocks .element-block-three img {
  width: 100%;
}

@media (min-width: 768px) {
  .element-one .element-blocks .element-block-one {
    flex-direction: column;
    border-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(231 231 231 / var(--tw-border-opacity));
    min-height: 13rem;
  }

  .element-one .element-blocks .element-block-one picture {
    width: 100%;
  }

  .element-one .element-blocks .element-block-one img {
    width: 100%;
  }

  .element-one .element-blocks .element-block-one > div {
    width: 100%;
    padding-bottom: 1rem;
  }

  .element-one .element-blocks .element-block-one .title {
    display: flex;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    line-height: 1;
    --tw-text-opacity: 1;
    color: rgb(147 197 253 / var(--tw-text-opacity));
  }

  .element-one .element-blocks .element-block-one .text {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .element-one .element-blocks .element-block-two {
    order: 3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(231 231 231 / var(--tw-border-opacity));
    padding: 1rem;
    min-height: 13rem;
  }

  .element-one .element-blocks .element-block-two div:first-child, .element-one .element-blocks .element-block-two div:last-child {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }

  .element-one .element-blocks .element-block-two img {
    float: right;
    height: auto;
    max-width: 30%;
  }

  .element-one .element-blocks .element-block-two .title {
    padding: 0px;
    font-size: 1.5rem;
    line-height: 2rem;
    line-height: 1;
    --tw-text-opacity: 1;
    color: rgb(147 197 253 / var(--tw-text-opacity));
  }

  .element-one .element-blocks .element-block-two .text {
    padding: 0px;
  }

  .element-one .element-blocks .element-block-two .button {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(147 197 253 / var(--tw-bg-opacity));
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    background-color: #0094ff;
  }

  .element-one .element-blocks .element-block-two .button:hover {
    --tw-border-opacity: 1;
    border-color: rgb(29 78 216 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(36 126 229 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  .element-one .element-blocks .element-block-three {
    order: 4;
    border-radius: 0.375rem;
    min-height: 13rem;
  }

  .element-one .element-blocks .element-block-three img {
    height: 100%;
    width: 100%;
    border-radius: 0.375rem;
    object-fit: cover;
    object-position: center;
  }
}

.element-two .splide__arrows {
  display: block;
}

[data-content-type$='block'] .element-two .splide__arrows p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

@media (min-width: 768px) {
  .element-two .splide__arrows {
    display: none;
  }
}

.element-two .element-blocks-wrapper .element-blocks {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  overflow-x: scroll;
}

.element-two .element-blocks-wrapper .element-blocks .element-block {
  width: 33.333333%;
  min-width: 20rem;
}

.element-two .element-blocks-wrapper .element-blocks .splide__slide__container {
  display: flex;
  flex-direction: column;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.element-two .element-blocks-wrapper .element-blocks .splide__slide__container .title {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity));
}

.element-two .element-blocks-wrapper .element-blocks .splide__slide__container .text {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  font-weight: 400;
}

.element-two .element-blocks-wrapper .element-blocks .splide__slide__container img {
  width: 100%;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.element-three .element-block-wrapper .element-block-mobile {
  display: block;
  width: 100%;
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-border-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
}

[data-content-type$='block'] .element-three .element-block-wrapper .element-block-mobile p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

@media (min-width: 768px) {
  .element-three .element-block-wrapper .element-block-mobile {
    display: none;
  }
}

.element-three .element-block-wrapper .element-block-mobile ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 0.5rem;
  background-color: white;
}

.element-three .element-block-wrapper .element-block-mobile ul li:first-child {
  padding-left: 1rem;
}

.element-three .element-block-wrapper .element-block-mobile ul li {
  display: flex;
  align-items: center;
  padding-right: 1rem;
  background-color: white;
  z-index: 2;
}

.element-three .element-block-wrapper .element-block-mobile ul li b {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.element-three .element-block-wrapper .element-block-mobile ul li:before {
  content: url(../images/blue-related-check.svg) ;
  display: block;
  padding-right: 2rem;
}

[data-content-type$='block'] .element-three .element-block-wrapper .element-block-mobile ul li p:last-child:before {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.element-three .element-block-wrapper .element-block-mobile ul li:before {
  display: block;
  height: 20px;
  width: 20px;
}

.element-three .element-block-wrapper .element-block-desktop {
  position: relative;
  display: none;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 768px) {
  .guided-selling #error-text.element-three .element-block-wrapper .element-block-desktop, .guided-selling #back-button.element-three .element-block-wrapper .element-block-desktop, .guided-selling #next-button.element-three .element-block-wrapper .element-block-desktop {
    visibility: hidden;
    display: block;
  }
}

.guided-selling #error-text.element-three .element-block-wrapper .element-block-desktop, .guided-selling #back-button.element-three .element-block-wrapper .element-block-desktop, .guided-selling #next-button.element-three .element-block-wrapper .element-block-desktop {
  transition: unset;
}

.guided-selling #back-button.element-three .element-block-wrapper .element-block-desktop {
  margin-right: 0px;
  width: 0px;
}

@media (min-width: 768px) {
  .element-three .element-block-wrapper .element-block-desktop {
    display: block;
  }
}

.element-three .element-block-wrapper .element-block-desktop:before {
  border-top: 1px solid #ddd;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 50%;
  width: 9999px;
  left: 50%;
  margin-left: -9999px;
  z-index: 1;
}

.element-three .element-block-wrapper .element-block-desktop:after {
  margin-right: -9999px;
  right: 50%;
  border-top: 1px solid #ddd;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 50%;
  width: 9999px;
  z-index: 1;
}

.element-three .element-block-wrapper .element-block-desktop ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.element-three .element-block-wrapper .element-block-desktop ul li:first-child {
  padding-left: 1rem;
}

.element-three .element-block-wrapper .element-block-desktop ul li {
  display: flex;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-right: 1rem;
  z-index: 2;
}

.element-three .element-block-wrapper .element-block-desktop ul li b {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.element-three .element-block-wrapper .element-block-desktop ul li:before {
  content: url(../images/blue-related-check.svg) ;
  display: block;
  padding-right: 2rem;
}

[data-content-type$='block'] .element-three .element-block-wrapper .element-block-desktop ul li p:last-child:before {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.element-three .element-block-wrapper .element-block-desktop ul li:before {
  display: block;
  height: 20px;
  width: 20px;
}

.element-four .element-blocks {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 768px) {
  .element-four .element-blocks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.element-four .element-blocks .element-block-one {
  border-radius: 0.375rem;
}

.element-four .element-blocks .element-block-one img {
  width: 100%;
  border-radius: 0.375rem;
}

@media (min-width: 768px) {
  .element-four .element-blocks .element-block-one img {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

.element-four .element-blocks .element-block-two {
  display: flex;
  flex-direction: column;
  border-radius: 0.375rem;
  padding-bottom: 0px;
}

@media (min-width: 768px) {
  .element-four .element-blocks .element-block-two {
    flex-direction: row;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(231 231 231 / var(--tw-border-opacity));
    padding: 1rem;
    padding-bottom: 0px;
  }

  .element-four .element-blocks .element-block-two > div:first-child {
    width: 60%;
  }

  .element-four .element-blocks .element-block-two > div:last-child {
    width: 40%;
  }
}

.element-four .element-blocks .element-block-two .element-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .element-four .element-blocks .element-block-two .element-text {
    padding-bottom: 0px;
  }
}

.element-four .element-blocks .element-block-two .element-product-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.element-four .element-blocks .element-block-two .element-product {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .element-four .element-blocks .element-block-two .element-product {
    flex-direction: column;
    padding-bottom: 1rem;
  }
}

.element-four .element-blocks .element-block-two .element-product picture {
  width: 40%;
}

@media (min-width: 768px) {
  .element-four .element-blocks .element-block-two .element-product picture {
    width: 100%;
  }
}

.element-four .element-blocks .element-block-two .element-product a {
  text-decoration-line: none;
}

.element-four .element-blocks .element-block-two .element-product .product-title {
  width: 60%;
  padding-top: 1rem;
  padding-left: 1rem;
}

@media (min-width: 768px) {
  .element-four .element-blocks .element-block-two .element-product .product-title {
    width: 100%;
    padding-left: 0px;
  }
}

.element-four .element-blocks .element-block-two .element-product .product-title .title {
  padding-bottom: 0.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.element-four .element-blocks .element-block-two .element-product .product-label-wrapper {
  position: absolute;
  display: flex;
  bottom: -67px;
  height: 51px;
}

.element-four .element-blocks .element-block-two .element-product .product-label-wrapper .product-label {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background-color: #0094ff;
}

.element-four .element-blocks .element-block-two .element-product .product-label-wrapper .product-label:after,
                        .element-four .element-blocks .element-block-two .element-product .product-label-wrapper .product-label:before {
  left: 99%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.element-four .element-blocks .element-block-two .element-product .product-label-wrapper .product-label:after {
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #0094ff;
  border-width: 12px;
  margin-top: -18px;
}

.element-four .element-blocks .element-block-two .element-product .product-label-wrapper .product-label:before {
  border-color: rgba(194, 225, 245, 0);
  border-left-color: #0094ff;
  border-width: 26px;
  margin-top: -26px;
}

@media (min-width: 768px) {
  .element-four .element-blocks .element-block-two .element-product .product-label-wrapper {
    display: flex;
    bottom: unset;
  }

  .element-four .element-blocks .element-block-two .element-product .product-label-wrapper .product-label {
    position: absolute;
    top: 1rem;
    left: 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));
    border-radius: 0.375rem;
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    height: -moz-fit-content;
    height: fit-content;
  }

  .element-four .element-blocks .element-block-two .element-product .product-label-wrapper .product-label:after {
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #0094ff;
    border-width: 12px;
    margin-top: -18px;
  }

  .element-four .element-blocks .element-block-two .element-product .product-label-wrapper .product-label:before {
    border-color: rgba(194, 225, 245, 0);
    border-left-color: #0094ff;
    border-width: 18px;
    margin-top: -18px;
  }
}

.element-four .element-blocks .element-block-two .element-product .rating {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.element-four .element-blocks .element-block-two .element-product .rating .stars {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}

.element-four .element-blocks .element-block-two .element-product .rating .stars > div {
  padding-right: 0.25rem;
  line-height: 0;
}

.element-four .element-blocks .element-block-two .element-product .rating .stars > .full:before {
  display: flex;
  content: url(../images/rating-star.svg);
  height: 16px;
}

.element-four .element-blocks .element-block-two .element-product .rating .stars > .half:before {
  display: flex;
  content: url(../images/half-rating-star.svg);
  height: 16px;
}

.element-four .element-blocks .element-block-two .element-product .rating .stars > .empty:before {
  display: flex;
  content: url(../images/empty-rating-star.svg);
  height: 16px;
}

.element-four .element-blocks .element-block-two .element-product .rating .review-count {
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity));
}

.element-four .element-blocks .element-block-two .author {
  display: none;
  flex-direction: row;
}

@media (min-width: 768px) {
  .guided-selling #error-text.element-four .element-blocks .element-block-two .author, .guided-selling #back-button.element-four .element-blocks .element-block-two .author, .guided-selling #next-button.element-four .element-blocks .element-block-two .author {
    visibility: hidden;
    display: block;
  }
}

.guided-selling #error-text.element-four .element-blocks .element-block-two .author, .guided-selling #back-button.element-four .element-blocks .element-block-two .author, .guided-selling #next-button.element-four .element-blocks .element-block-two .author {
  transition: unset;
}

.guided-selling #back-button.element-four .element-blocks .element-block-two .author {
  margin-right: 0px;
  width: 0px;
}

@media (min-width: 768px) {
  .element-four .element-blocks .element-block-two .author {
    display: flex;
  }
}

.element-four .element-blocks .element-block-two .author img {
  max-width: 70px;
}

.element-four .element-blocks .element-block-two .author >div {
  padding-bottom: 1rem;
  padding-left: 0.5rem;
}

.element-four .element-blocks .element-block-two .author >div .author-name {
  font-weight: 700;
}

.element-four .element-blocks .element-block-two .author >div .author-title {
}

.element-four .element-blocks .element-block-two .title {
  display: flex;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity));
}

.element-four .element-blocks .element-block-two .text {
  /*@apply px-4;*/
}

.element-four .element-blocks .element-block-two .product-add-to-cart {
  display: flex;
  width: 60%;
  justify-content: space-between;
  padding-top: 1rem;
  padding-left: 1rem;
}

@media (min-width: 768px) {
  .element-four .element-blocks .element-block-two .product-add-to-cart {
    width: 100%;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 1rem;
  }
}

.element-four .element-blocks .element-block-two .product-add-to-cart .price {
  font-weight: 700;
}

.element-four .element-blocks .element-block-two .product-add-to-cart .price-label {
  display: flex;
  align-items: center;
  line-height: 1;
  color: #00B900;
}

.element-four .element-blocks .element-block-two .product-add-to-cart .price-label:before {
  content: url(../images/green-related-check.svg);
  scale: 0.7;
}

.element-four .element-blocks .element-block-two .product-add-to-cart .add-to-cart-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background-color: #0094ff;
  width: 60px;
}

.element-four .element-blocks .element-block-two .product-add-to-cart .add-to-cart-button:before {
  content: url(../images/cart.svg);
  height: 35px;
  width: 35px;
  scale: 0.7;
}

.element-four .element-blocks .element-block-two .product-add-to-cart .add-to-cart-button:hover {
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(36 126 229 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.element-five .element-blocks {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .element-five .element-blocks {
    flex-direction: row-reverse;
  }
}

.element-five .element-blocks .element-image {
  width: 100%;
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .element-five .element-blocks .element-image {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.element-five .element-blocks .element-image img {
  width: 100%;
  border-radius: 0.375rem;
}

.element-five .element-blocks .element-questions > :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));
  --tw-divide-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-divide-opacity));
}

.element-five .element-blocks .element-questions {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-border-opacity));
  height: -moz-fit-content;
  height: fit-content;
}

.element-five .element-blocks .element-questions .element-wrapper {
  position: relative;
}

.element-five .element-blocks .element-questions .element-wrapper.active div.element {
  display: flex;
  flex-direction: column;
}

.element-five .element-blocks .element-questions .element-wrapper.active div.element .title:after {
  --tw-translate-y: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  rotate: -180deg;
}

.element-five .element-blocks .element-questions .element-wrapper.active div.element .text {
  display: block;
}

[data-content-type$='block'] .element-five .element-blocks .element-questions .element-wrapper.active div.element .text p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.element-five .element-blocks .element-questions .element-wrapper .element {
  display: flex;
  flex-direction: column;
}

.element-five .element-blocks .element-questions .element-wrapper .element .title {
  display: flex;
  height: 4rem;
  width: 100%;
  cursor: pointer;
  align-items: center;
  padding-left: 1rem;
  padding-right: 3rem;
  font-weight: 500;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .element-five .element-blocks .element-questions .element-wrapper .element .title {
    height: 3rem;
  }
}

@media (min-width: 1024px) {
  .element-five .element-blocks .element-questions .element-wrapper .element .title {
    font-weight: 700;
  }
}

.element-five .element-blocks .element-questions .element-wrapper .element .title:after {
  position: absolute;
  right: 1rem;
  display: flex;
  height: 0.5rem;
  width: 0.5rem;
  --tw-translate-y: -0.25rem;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  align-items: center;
  justify-content: center;
  border-right-width: 2px;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  content: '';
}

.element-five .element-blocks .element-questions .element-wrapper .element .text {
  display: none;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px) {
  .guided-selling #error-text.element-five .element-blocks .element-questions .element-wrapper .element .text, .guided-selling #back-button.element-five .element-blocks .element-questions .element-wrapper .element .text, .guided-selling #next-button.element-five .element-blocks .element-questions .element-wrapper .element .text {
    visibility: hidden;
    display: block;
  }
}

.guided-selling #error-text.element-five .element-blocks .element-questions .element-wrapper .element .text, .guided-selling #back-button.element-five .element-blocks .element-questions .element-wrapper .element .text, .guided-selling #next-button.element-five .element-blocks .element-questions .element-wrapper .element .text {
  transition: unset;
}

.guided-selling #back-button.element-five .element-blocks .element-questions .element-wrapper .element .text {
  margin-right: 0px;
  width: 0px;
}

.element-five .element-blocks .element-questions .element-wrapper .element .text a {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 148 255 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.element-five .element-blocks .element-questions .element-wrapper .element .text a:hover {
  text-decoration-line: underline;
}

.element-six .element-blocks {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 768px) {
  .element-six .element-blocks {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.element-six .element-blocks .element img {
  width: 100%;
  border-radius: 0.375rem;
}

.element-six .element-blocks .element .title {
  padding-top: 1rem;
  font-weight: 700;
  line-height: 1;
}

.element-six .element-blocks .element .plus {
  margin-top: 1rem;
}

.element-six .element-blocks .element .plus li {
  display: flex;
  flex-direction: row;
  padding-bottom: 0.5rem;
  line-height: 1;
}

.element-six .element-blocks .element .plus li:before {
  content: url(../images/plus.svg);
  margin-right: 0.5rem;
  display: block;
}

[data-content-type$='block'] .element-six .element-blocks .element .plus li p:last-child:before {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.element-six .element-blocks .element .plus li:before {
  display: block;
  height: 16px;
  min-width: 16px;
  width: 16px;
}

.element-six .element-blocks .element .minus li {
  display: flex;
  flex-direction: row;
  padding-bottom: 0.5rem;
  line-height: 1;
}

.element-six .element-blocks .element .minus li:before {
  content: url(../images/minus.svg);
  margin-right: 0.5rem;
  display: block;
}

[data-content-type$='block'] .element-six .element-blocks .element .minus li p:last-child:before {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.element-six .element-blocks .element .minus li:before {
  display: block;
  height: 16px;
  width: 16px;
  min-width: 16px;
}

.element-six .element-blocks .element .link {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 1rem;
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

.element-six .element-blocks .element .link:before {
  top: 0px;
  left: 0px;
  display: block;
  height: 0.5rem;
  width: 0.5rem;
}

[data-content-type$='block'] .element-six .element-blocks .element .link p:last-child:before {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.element-six .element-blocks .element .link:before {
  background: #0000 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 63 99%27%3E%3Cpath fill=%27%233b82f6%27 d=%27m59.8 57.6-38 38c-10.7 10.8-29.4-7-18.3-18l28-28L3.5 21C-8 9.5 12.2-6.5 21.7 3l38 38c4.4 5 4.4 12.3 0 16.6z%27/%3E%3C/svg%3E") no-repeat 0 0;
  content: " ";
}

.element-seven .element-blocks {
  overflow-x: auto;
}

.element-seven .element-blocks ol {
  display: flex;
  list-style-type: none;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.element-seven .element-blocks ol li {
  margin-right: 0.5rem;
}

.element-seven .element-blocks ol li a {
  white-space: nowrap;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 500;
}

.element-eight .element-blocks {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 768px) {
  .element-eight .element-blocks {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.element-eight .element-blocks .element {
  border-radius: 0.375rem;
  border-width: 1px;
  padding: 1rem;
}

.element-eight .element-blocks .element .title {
  padding-top: 1rem;
  font-weight: 600;
  line-height: 1;
}

.element-eight .element-blocks .element .text {
  padding-top: 0.5rem;
}

.element-eight .element-blocks .element img {
  width: 100%;
}

.element-eight .element-blocks .element .link {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 1rem;
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

.element-eight .element-blocks .element .link:before {
  top: 0px;
  left: 0px;
  display: block;
  height: 0.5rem;
  width: 0.5rem;
}

[data-content-type$='block'] .element-eight .element-blocks .element .link p:last-child:before {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.element-eight .element-blocks .element .link:before {
  background: #0000 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 63 99%27%3E%3Cpath fill=%27%233b82f6%27 d=%27m59.8 57.6-38 38c-10.7 10.8-29.4-7-18.3-18l28-28L3.5 21C-8 9.5 12.2-6.5 21.7 3l38 38c4.4 5 4.4 12.3 0 16.6z%27/%3E%3C/svg%3E") no-repeat 0 0;
  content: " ";
}

.price-including-tax + .price-excluding-tax {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.price-including-tax + .price-excluding-tax:before {
  content: attr(data-label) ': ';
}

.price-excluding-tax,
.price-including-tax {
  white-space: nowrap;
}

.price-excluding-tax .price, .price-including-tax .price {
  font-weight: 600;
  line-height: 1.625;
}

.price-excluding-tax {
  display: block;
}

[data-content-type$='block'] .price-excluding-tax p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.price-container.price-tier_price {
  display: flex;
  gap: 0.25rem;
}

.price-container.price-tier_price > .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}

.price-container.price-tier_price > .price-including-tax + .price-excluding-tax:after {
  content: ')';
}

/* Keep file for backwards compatibility */

.minicart-price .price {
  font-weight: 400;
}

.checkout-cart-index .title-wrapper {
  margin-left: -1.6rem;
  margin-right: -1.6rem;
  width: 100vw;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

@media (min-width: 1024px) {
  .checkout-cart-index .title-wrapper {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 4rem;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250 / var(--tw-bg-opacity));
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2rem;
  }
}

@media (min-width: 1280px) {
  .checkout-cart-index .title-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 4rem;
  }
}

.checkout-cart-index .loading .load-spinner {
  display: flex;
}

.checkout-cart-index input[type=number]::-webkit-inner-spin-button,
    .checkout-cart-index input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.checkout-cart-index .cart-price .price {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 148 255 / var(--tw-text-opacity));
}

#cart-drawer .free-shipping.under {
  border-color: rgb(255 17 17);
  color: rgb(255 17 17);
}

#cart-drawer .free-shipping.over {
  border-color: #5cb85c;
  color: #5cb85c;
}

#cart-drawer .minicart-categories ul li {
  border: 1px solid black;
  margin-bottom: 14px;
}

#cart-drawer .minicart-categories ul li a {
  display: block;
  width: 100%;
  padding: 8px 0;
}

.checkout-onepage-success .opc-progress-bar {
  margin-top: 2rem;
  display: flex;
  display: none;
  padding: 0px;
}

@media (min-width: 768px) {
  .guided-selling #error-text.checkout-onepage-success .opc-progress-bar, .guided-selling #back-button.checkout-onepage-success .opc-progress-bar, .guided-selling #next-button.checkout-onepage-success .opc-progress-bar {
    visibility: hidden;
    display: block;
  }
}

.guided-selling #error-text.checkout-onepage-success .opc-progress-bar, .guided-selling #back-button.checkout-onepage-success .opc-progress-bar, .guided-selling #next-button.checkout-onepage-success .opc-progress-bar {
  transition: unset;
}

.guided-selling #back-button.checkout-onepage-success .opc-progress-bar {
  margin-right: 0px;
  width: 0px;
}

@media (min-width: 768px) {
  .checkout-onepage-success .opc-progress-bar {
    display: flex;
  }
}

.checkout-onepage-success .opc-progress-bar {
  counter-reset: i;
  font-size: 0;
  list-style: none none;
}

.checkout-onepage-success .opc-progress-bar .opc-progress-bar-item {
  position: relative;
  margin: 0px;
  display: flex;
  width: 33.333333%;
  flex-grow: 1;
  text-align: center;
  vertical-align: top;
}

.checkout-onepage-success .opc-progress-bar .opc-progress-bar-item:before {
  position: absolute;
  top: 19px;
  left: 0px;
  height: 4px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 148 255 / var(--tw-bg-opacity));
  transition: background 0.3s;
  content: '';
}

.checkout-onepage-success .opc-progress-bar .opc-progress-bar-item span {
  display: inline-block;
  width: 100%;
  overflow-wrap: break-word;
  padding-top: 30px;
  text-align: center;
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.checkout-onepage-success .page-header .logo-wrapper {
  justify-content: flex-start;
}

.checkout-onepage-success .page-header .logo-wrapper svg {
  margin: 0px;
}

.checkout-onepage-success .page-header {
  border-style: none;
}

.checkout-onepage-success #header {
  display: flex;
  height: 92px;
  width: 100%;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.checkout-cart-index .cataloglabel {
  display: none !important;
}

#customer-login-container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  row-gap: 3rem;
}

@media (min-width: 768px) {
  #customer-login-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.legal-switcher {
  margin-bottom: 1.6rem;
}

.legal-switcher .switch-field {
  display: flex;
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(206 206 206 / var(--tw-border-opacity));
  padding: 5px;
}

@media (min-width: 768px) {
  .legal-switcher .switch-field {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.legal-switcher .switch-field {
  height: -moz-max-content;
  height: max-content;
}

.legal-switcher .switch-field .switch {
  display: flex;
  flex: 1 1 0%;
  align-items: center;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
}

.legal-switcher .switch-field .switch label {
  margin-bottom: 0px;
  display: flex;
  height: 2.5rem;
  width: 100%;
  min-width: 10rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  --tw-text-opacity: 1;
}

@supports (color: rgb(0 0 0 / 0)) {
.legal-switcher .switch-field .switch label {
  color: rgb(136 136 136 / var(--tw-text-opacity));
}
}

@media (min-width: 768px) {
  .legal-switcher .switch-field .switch label {
    min-width: 12.5rem;
  }
}

.legal-switcher .switch-field .switch input[name=person_type] {
  visibility: hidden;
  position: absolute;
  height: 0px;
  width: 0px;
}

.legal-switcher .switch-field .switch input[name=person_type]:checked + label {
  cursor: default;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.registration-container input:not([type=checkbox]):not([type=radio]), .registration-container select {
  width: 100%;
}

.customer-address-form input:not([type="checkbox"]),.customer-address-form select:not([type="checkbox"]){
  width: 100%;
}

.form-edit-account .field input:not([type="checkbox"]) {
  width: 50%;
}

@media (min-width: 768px) {
  .account .sidebar-main .title {
    display: none;
  }

  .account .sidebar-main .account-nav > .delimiter {
    display: none;
  }
}

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

.form-input,
.form-email,
.form-select,
.form-multiselect,
.form-textarea,
.input,
input[type="email"],
input[type="number"],
input[type="text"],
textarea {
  min-height: 44px;
  border-radius: 0px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.form-input:focus, .form-input:hover, .form-email:focus, .form-email:hover, .form-select:focus, .form-select:hover, .form-multiselect:focus, .form-multiselect:hover, .form-textarea:focus, .form-textarea:hover, .input:focus, .input:hover, input[type="email"]:focus, input[type="email"]:hover, input[type="number"]:focus, input[type="number"]:hover, input[type="text"]:focus, input[type="text"]:hover, textarea:focus, textarea:hover {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  box-shadow: unset;
}

.form-radio:checked {
  border-color: #6b7280;
  border-width: 1px;
  background-color: #0094ff;
  background-clip: content-box;
  box-sizing: border-box;
  padding: 4px;
  background-image: unset;
  transition: all 0.2s ease-in-out;
}

.form-radio:focus {
  outline: unset;
  --tw-ring-offset-width: 0px;
  --tw-ring-color: none;
  border-color: #6b7280;
  border-width: 1px;
  background-color: #0094ff;
}

.form-radio:checked:focus, .form-radio:checked:hover {
  border-color: #6b7280;
  border-width: 1px;
  background-color: #0094ff;
}

.form-checkbox {
  border: 1px;
  transition: all 0.2s ease-in-out;
}

.form-checkbox:checked {
  background-color: #0094ff;
  background-clip: content-box;
  box-sizing: border-box;
  padding: 5px;
  transition: all 0.2s ease-in-out;
  background-image: unset;
}

.form-checkbox:focus {
  outline: unset;
  --tw-ring-offset-width: 0px;
  --tw-ring-color: none;
}

.form-checkbox:checked:focus, .form-checkbox:checked:hover {
  background-color: #0094ff;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

[type="checkbox"]{
  width: 16px;
  height: 16px;
  border-radius: 3px;
  border: 1px solid #ced4da;
  background: transparent;
}

[type="checkbox"]:checked:focus, [type="checkbox"]:checked:hover{
  background: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 12px 12px;
  border: 1px solid #0094ff;
  background-image: url('../images/check.png') !important;
}

[type="checkbox"]:focus{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  --tw-ring-color: transparent;
}

[type="checkbox"]:checked{
  background: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 12px 12px;
  border: 1px solid #0094ff;
  background-image: url('../images/check.png') !important;
}

#contact .field-with-animation .transparent-placeholder input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent;
}

#contact .field-with-animation .transparent-placeholder input::placeholder {
  color: transparent;
}

#contact .field-with-animation label {
  opacity: 0;
  transition-duration: .3s;
}

#contact .field-with-animation .label-animation {
  opacity: 1;
}

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

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

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

.page.messages .messages
    section#messages {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 480px) {
  .page.messages .messages
    section#messages {
    max-width: 480px;
  }
}

@media (min-width: 640px) {
  .page.messages .messages
    section#messages {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .page.messages .messages
    section#messages {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .page.messages .messages
    section#messages {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .page.messages .messages
    section#messages {
    max-width: 1280px;
  }
}

@media (min-width: 1320px) {
  .page.messages .messages
    section#messages {
    max-width: 1320px;
  }
}

@media (min-width: 1536px) {
  .page.messages .messages
    section#messages {
    max-width: 1536px;
  }
}

.page.messages .messages
    section#messages {
  margin-left: auto;
  margin-right: auto;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.catalog-product-view .product-info-main .page.messages .messages
    section#messages {
  padding: 0px;
}

.catalog-product-view .product-info-main .page.messages .messages
    section#messages b {
  font-weight: 600;
}

.page.messages .messages
    section#messages {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1448px;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .page.messages .messages
    section#messages {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .page.messages .messages
    section#messages {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.message {
  margin-bottom: 0.5rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding: 0.5rem;
  padding-left: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.message.error {
  justify-content: flex-start;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
  background-color: transparent;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.message.error svg {
  stroke: #ef4444;
}

.message.error a {
  --tw-text-opacity: 1 !important;
  color: rgb(239 68 68 / var(--tw-text-opacity)) !important;
}

.message.success {
  justify-content: flex-start;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity));
  background-color: transparent;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity));
}

.message.success svg {
  stroke: #10b981;
}

.message.success a {
  --tw-text-opacity: 1 !important;
  color: rgb(16 185 129 / var(--tw-text-opacity)) !important;
}

.message.info,
    .message.notice {
  justify-content: flex-start;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
  background-color: transparent;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.message.info svg,.message.notice svg {
  stroke: #ef4444;
}

.message.info a, .message.notice a {
  --tw-text-opacity: 1 !important;
  color: rgb(239 68 68 / var(--tw-text-opacity)) !important;
}

.message.warning {
  justify-content: flex-start;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(245 158 11 / var(--tw-border-opacity));
  background-color: transparent;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity));
}

.message.warning svg {
  stroke: #f59e0b;
}

.message.warning a {
  --tw-text-opacity: 1 !important;
  color: rgb(245 158 11 / var(--tw-text-opacity)) !important;
}

.message [type="button"] {
  margin-left: auto;
}

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

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

[data-content-type$='block'] .product-item .price-container p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.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 !important;
  line-height: 1.25rem !important;
}

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

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

.custom-p__icons img {
  width: 42px;
}

@media (max-width: 768px) {
  .product.item .product-wrapper {
    flex-direction: row;
    gap: 1rem;
  }

  .product.item .product-wrapper .product-item-link {
    text-align: left !important;
  }

  .product.item .product-wrapper .product-item-photo img {
    width: 100px !important;
  }

  .product.item .product-wrapper .item-add-to-cart {
    display: none;
  }

  @media (min-width: 768px) {
    .guided-selling #error-text.product.item .product-wrapper .item-add-to-cart, .guided-selling #back-button.product.item .product-wrapper .item-add-to-cart, .guided-selling #next-button.product.item .product-wrapper .item-add-to-cart {
      visibility: hidden;
      display: block;
    }
  }

  .guided-selling #error-text.product.item .product-wrapper .item-add-to-cart, .guided-selling #back-button.product.item .product-wrapper .item-add-to-cart, .guided-selling #next-button.product.item .product-wrapper .item-add-to-cart {
    transition: unset;
  }

  .guided-selling #back-button.product.item .product-wrapper .item-add-to-cart {
    margin-right: 0px;
    width: 0px;
  }

  .product.item .product-wrapper li {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .product.item .product-wrapper .stockstatus span {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
  }

  .description-wrapper {
    position: relative;
  }

  .description-wrapper [x-ref="description"].less p {
    display: block;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 7.25rem;
  }

  [data-content-type$='block'] .description-wrapper [x-ref="description"].less p p:last-child {
    margin-bottom: 1rem;
    margin-top: 0px;
  }

  .description-wrapper [x-ref="description"].less p:not(:first-child) {
    display: none;
  }

  @media (min-width: 768px) {
    .guided-selling #error-text.description-wrapper [x-ref="description"].less p:not(:first-child), .guided-selling #back-button.description-wrapper [x-ref="description"].less p:not(:first-child), .guided-selling #next-button.description-wrapper [x-ref="description"].less p:not(:first-child) {
      visibility: hidden;
      display: block;
    }
  }

  .guided-selling #error-text.description-wrapper [x-ref="description"].less p:not(:first-child), .guided-selling #back-button.description-wrapper [x-ref="description"].less p:not(:first-child), .guided-selling #next-button.description-wrapper [x-ref="description"].less p:not(:first-child) {
    transition: unset;
  }

  .guided-selling #back-button.description-wrapper [x-ref="description"].less p:not(:first-child) {
    margin-right: 0px;
    width: 0px;
  }

  .description-wrapper .read-more {
    font-weight: 700;
  }

  .description-wrapper .read-more.less {
    position: absolute;
    top: 0px;
    right: 0px;
  }
}

@media (max-width: 400px) {
  [data-role="sorter"] {
    max-width: 9rem;
  }
}

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

[data-content-type$='block'] .page-product-bundle .price-final_price .price-from .price-container p:last-child,[data-content-type$='block']  .page-product-bundle .price-final_price .price-to .price-container p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

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

[data-content-type$='block'] .page-product-bundle .price-final_price .price-from .price-container .price-label p:last-child,[data-content-type$='block']  .page-product-bundle .price-final_price .price-to .price-container .price-label p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.page-product-bundle .price-final_price .price-from .price-container .price, .page-product-bundle .price-final_price .price-to .price-container .price {
  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));
}

.page-product-bundle .price-final_price .price-from .price-including-tax + .price-excluding-tax, .page-product-bundle .price-final_price .price-to .price-including-tax + .price-excluding-tax {
  margin-top: 0.25rem;
}

.page-product-bundle .price-final_price .price-from .price-including-tax + .price-excluding-tax .price, .page-product-bundle .price-final_price .price-to .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
  line-height: 1.5rem;
}

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

#giftcard-preview-dialog .wrapper-inner {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

#giftcard-preview-dialog .wrapper-inner .main {
  display: flex;
  width: 100% !important;
  max-width: 100%;
  flex-direction: column;
}

@media (min-width: 768px) {
  #giftcard-preview-dialog .wrapper-inner .main {
    width: -moz-max-content !important;
    width: max-content !important;
  }
}

#giftcard-preview-dialog .wrapper-inner .main .header, #giftcard-preview-dialog .wrapper-inner .main .main-content, #giftcard-preview-dialog .wrapper-inner .main .footer {
  width: 100% !important;
  padding: 1rem !important;
}

.custom-product .custom-p__icons img {
  width: 42px;
}

@media all and (min-width: 1024px) {
  .left-block, .right-block {
    width: 48%;
    font-size: 1rem;
    line-height: 1.75;
  }
}

.catalog-product-view [x-cloak] {
  display: none !important;
}

.catalog-product-view .product-info-main .container {
  padding: 0px;
}

.catalog-product-view .product-info-main .container b {
  font-weight: 600;
}

.catalog-product-view .similar-products .desktop-only-similar-products {
  display: none;
}

@media (min-width: 768px) {
  .guided-selling #error-text.catalog-product-view .similar-products .desktop-only-similar-products, .guided-selling #back-button.catalog-product-view .similar-products .desktop-only-similar-products, .guided-selling #next-button.catalog-product-view .similar-products .desktop-only-similar-products {
    visibility: hidden;
    display: block;
  }
}

.guided-selling #error-text.catalog-product-view .similar-products .desktop-only-similar-products, .guided-selling #back-button.catalog-product-view .similar-products .desktop-only-similar-products, .guided-selling #next-button.catalog-product-view .similar-products .desktop-only-similar-products {
  transition: unset;
}

.guided-selling #back-button.catalog-product-view .similar-products .desktop-only-similar-products {
  margin-right: 0px;
  width: 0px;
}

@media (min-width: 769px) {
  .catalog-product-view .similar-products .desktop-only-similar-products {
    display: block;
    width: 100%;
  }

  [data-content-type$='block'] .catalog-product-view .similar-products .desktop-only-similar-products p:last-child {
    margin-bottom: 1rem;
    margin-top: 0px;
  }

  .catalog-product-view .similar-products .mobile-only-similar-products {
    display: none;
  }

  @media (min-width: 768px) {
    .guided-selling #error-text.catalog-product-view .similar-products .mobile-only-similar-products, .guided-selling #back-button.catalog-product-view .similar-products .mobile-only-similar-products, .guided-selling #next-button.catalog-product-view .similar-products .mobile-only-similar-products {
      visibility: hidden;
      display: block;
    }
  }

  .guided-selling #error-text.catalog-product-view .similar-products .mobile-only-similar-products, .guided-selling #back-button.catalog-product-view .similar-products .mobile-only-similar-products, .guided-selling #next-button.catalog-product-view .similar-products .mobile-only-similar-products {
    transition: unset;
  }

  .guided-selling #back-button.catalog-product-view .similar-products .mobile-only-similar-products {
    margin-right: 0px;
    width: 0px;
  }
}

@media (max-width: 768px) {
  .catalog-product-view .mobile-custom-accords {
    overflow-x: hidden;
  }

  .catalog-product-view .mobile-custom-accords details[open] summary {
    --tw-bg-opacity: 1;
    background-color: rgb(236 72 153 / var(--tw-bg-opacity));
  }

  .catalog-product-view .mobile-custom-accords details[open] svg {
    --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));
  }
}

.catalog-product-view .mobile-custom-accords {
  width: 100%;
}

.catalog-product-view .mobile-custom-accords summary:focus-visible:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.catalog-product-view .mobile-custom-accords .fade-in {
  opacity: 1;
  animation: fadeInOpacity 300ms ease-in;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.catalog-product-view .tooltip-content {
  --tw-shadow: 0 2px 4px rgb(46 103 183/0.4);
  --tw-shadow-colored: 0 2px 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);
}

.catalog-product-view .tooltip-content p, .catalog-product-view .tooltip-content b, .catalog-product-view .tooltip-content a {
  margin-bottom: 0px;
  font-size: 14px;
}

.tooltip-content-arrow {
  position: absolute;
  bottom: -8px;
  left: 50%;
  height: 0px;
  width: 0px;
  --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));
  border-left-width: 6px;
  border-right-width: 6px;
  border-top-width: 6px;
  border-left-color: transparent;
  border-right-color: transparent;
  --tw-border-opacity: 1;
  border-top-color: rgb(36 126 229 / var(--tw-border-opacity));
}

@media (min-width: 768px) {
  .tooltip-content-arrow {
    bottom: -6px;
  }
}

.bg-blue-300 {
  background-color: #0094ff;
}

.product-time-accord-text {
  margin-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 148 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .product-time-accord-text {
    margin-top: 0px;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.cms-pdp-bottom-wrapper .pagebuilder-column-line {
  flex-wrap: wrap !important;
}

.cms-pdp-bottom-wrapper .pagebuilder-column-line .pagebuilder-column {
  width: 100% !important;
}

@media (min-width: 768px) {
  .cms-pdp-bottom-wrapper .pagebuilder-column-line .pagebuilder-column {
    width: 50% !important;
  }
}

@media (min-width: 1024px) {
  .cms-pdp-bottom-wrapper .pagebuilder-column-line .pagebuilder-column {
    width: 25% !important;
  }
}

.cms-pdp-bottom-wrapper table {
  display: flex !important;
}

.cms-pdp-bottom-wrapper table tbody {
  width: 100% !important;
}

.cms-pdp-bottom-wrapper picture {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0.5rem;
  height: 2.5rem !important;
  width: 2.5rem !important;
  min-width: -moz-max-content;
  min-width: max-content;
}

.cms-pdp-bottom-wrapper picture img {
  height: 2.5rem !important;
  width: 2.5rem !important;
}

.cms-pdp-bottom-wrapper a {
  text-decoration-line: underline;
}

.cms-pdp-bottom-wrapper a:hover {
  text-decoration-line: none !important;
}

.cms-pdp-bottom-wrapper p {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.cms-pdp-bottom-wrapper p:first-child {
  padding-top: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.cms-pdp-bottom-wrapper p:last-child {
  padding-bottom: 1rem;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.cms-pdp-bottom-wrapper td:has(img) {
  display: flex;
}

.cms-pdp-bottom-wrapper td:has(img) img {
  margin-top: auto;
  margin-bottom: auto;
  max-height: 2.5rem;
  max-width: 2.5rem;
}

.cms-pdp-bottom-wrapper tr {
  display: flex !important;
}

.cms-pdp-bottom-wrapper tr td {
  width: -moz-max-content !important;
  width: max-content !important;
}

.cms-pdp-bottom-wrapper.desktop .pagebuilder-column:not(.whatsapp-column) {
  display: none !important;
}

@media (min-width: 768px) {
  .cms-pdp-bottom-wrapper.desktop .pagebuilder-column:not(.whatsapp-column) {
    display: block !important;
  }
}

.cms-pdp-bottom-wrapper.mobile {
  display: block;
}

[data-content-type$='block'] .cms-pdp-bottom-wrapper.mobile p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

@media (min-width: 768px) {
  .cms-pdp-bottom-wrapper.mobile {
    display: none;
  }
}

.cms-pdp-bottom-wrapper.mobile .whatsapp-column {
  display: none !important;
}

.gallery-arrows button[disabled='disabled'] {
  cursor: not-allowed;
  opacity: 0.3;
}

@media (max-width: 768px) {
  .catalog-product-view #maincontent {
    margin-top: 0px;
  }
}

.gallery-wrapper {
  width: 100%;
  padding-top: 0px;
}

@media (min-width: 768px) {
  .gallery-wrapper {
    grid-column-start: 1;
    grid-row: span 2 / span 2;
    grid-row-start: 1;
    height: auto;
  }
}

@media (max-width: 768px) {
  .gallery-wrapper {
    order: -1
  }

  .add-to-cart-wrapper {
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 30;
    margin: 0px;
    display: flex;
    width: 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));
    border-top-width: 1px;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-bg-opacity: 0.95;
    padding: 1rem;
    transform: translateY(100%);
    transition-property: transform;
    transition: 500ms;
  }

  .add-to-cart-wrapper.active {
    transform: translateY(0);
  }

  .add-to-cart-wrapper .qty-wrapper {
    width: 100%;
  }

  .add-to-cart-wrapper .add-to-cart-block {
    display: flex;
    width: 100%;
    gap: 0.5rem;
  }

  .add-to-cart-wrapper .add-to-cart-block .qty-cart {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
  }

  .add-to-cart-wrapper .add-to-cart-block .chat-button {
    display: flex;
    align-items: center;
    --tw-bg-opacity: 1;
    background-color: rgb(107 114 128 / var(--tw-bg-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    line-height: 200%;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  @media (min-width: 768px) {
    .add-to-cart-wrapper .add-to-cart-block .chat-button {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      font-size: 1.125rem;
      line-height: 1.75rem;
    }
  }

  @media (min-width: 1280px) {
    .add-to-cart-wrapper .add-to-cart-block .chat-button {
      font-size: 1rem;
      line-height: 1.5rem;
    }
  }

  .add-to-cart-wrapper .add-to-cart-block .chat-button svg {
    display: inline-flex;
  }

  .add-to-cart-wrapper .add-to-cart-block .chat-button span {
    vertical-align: middle;
  }

  .add-to-cart-wrapper .add-to-cart-block .chat-button:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(75 85 99 / var(--tw-bg-opacity));
  }

  .add-to-cart-wrapper .add-to-cart-block .chat-button:focus {
    border-color: transparent;
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .add-to-cart-wrapper .add-to-cart-block .chat-button {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }

  .add-to-cart-wrapper .add-to-cart-block .chat-button:hover {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }

  .add-to-cart-wrapper .add-to-cart-block .chat-button:focus {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
  }

  .add-to-cart-wrapper .add-to-cart-block .chat-button {
    height: 3rem;
    width: -moz-min-content;
    width: min-content;
  }

  @media (min-width: 768px) {
    .add-to-cart-wrapper .add-to-cart-block .chat-button {
      display: none;
    }
  }

  .add-to-cart-wrapper .add-to-cart-block .chat-button svg {
    margin-right: 0.5rem;
    height: 1.5rem;
    width: 1.5rem;
  }

  .add-to-cart-wrapper .add-to-cart-block button, .add-to-cart-wrapper .add-to-cart-block input {
    margin: 0px;
    height: 3rem !important;
    width: 100%;
  }

  .add-to-cart-wrapper .add-to-cart-block button.qty-button {
    height: 3rem !important;
    width: 3rem;
  }
}

@media (min-width: 768px) {
  .add-to-cart-wrapper {
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
  }

  .add-to-cart-wrapper .add-to-cart-block {
    display: flex;
    flex: 1 1 0%;
    flex-direction: row;
    flex-wrap: wrap;
  }

  @media (min-width: 640px) {
    .add-to-cart-wrapper .add-to-cart-block {
      flex-wrap: nowrap;
    }
  }

  @media (min-width: 768px) {
    .add-to-cart-wrapper .add-to-cart-block .chat-button {
      display: none;
    }
  }

  .add-to-cart-wrapper .add-to-cart-block .qty-cart {
    display: flex;
    width: 100%;
    flex-direction: row;
    gap: 0.5rem;
  }
}

.upsell-product-slider .product.photo {
  width: 5rem;
  min-width: 5rem;
}

.upsell-product-slider .product.photo .product-image-photo {
  margin-right: 1rem;
  height: 4rem;
  width: 4rem !important;
}

.upsell-product-slider .upsell-grid {
  margin-bottom: 1rem;
  display: grid;
}

.upsell-product-slider .upsell-grid .product:last-child {
  border-bottom-width: 0px;
}

.upsell-product-slider select {
  background-position: right -.1rem center;
}

.upsell-product-slider .price-label {
  display: none;
}

@media (min-width: 768px) {
  .guided-selling #error-text.upsell-product-slider .price-label, .guided-selling #back-button.upsell-product-slider .price-label, .guided-selling #next-button.upsell-product-slider .price-label {
    visibility: hidden;
    display: block;
  }
}

.guided-selling #error-text.upsell-product-slider .price-label, .guided-selling #back-button.upsell-product-slider .price-label, .guided-selling #next-button.upsell-product-slider .price-label {
  transition: unset;
}

.guided-selling #back-button.upsell-product-slider .price-label {
  margin-right: 0px;
  width: 0px;
}

.upsell-product-slider .price-box {
  margin-right: 1rem;
  height: auto !important;
  min-width: 4rem;
  justify-content: flex-end;
}

.upsell-product-slider .price-wrapper, .upsell-product-slider .price {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
  font-weight: 700 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(31 41 55 / var(--tw-text-opacity)) !important;
}

.upsell-product-slider .upsell-price-label {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  padding-right: 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.upsell-product-slider .qty-button {
  position: absolute !important;
}

@media (max-width: 460px) {
  .upsell-product-slider .upsell-item .product-info {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .upsell-product-slider .upsell-item .product-info .price-box {
    margin-right: 0px;
  }

  .upsell-product-slider .upsell-item .product-info .upsell-price-label {
    padding-right: 0px;
  }

  .upsell-product-slider .upsell-item .product-info .item-name {
    width: 58.333333%;
  }

  .upsell-product-slider .upsell-item .product-info .item-name .name {
    margin-bottom: 1rem;
  }

  .upsell-product-slider .upsell-item .cart-actions {
    display: flex;
    width: 100%;
    justify-content: flex-end;
  }
}

.wishlist-widget .price-box .price-label,
    .wishlist-widget .price-box .old-price {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.wishlist-index-index .price-box {
  margin-top: auto;
}

.wishlist-index-index .product-item-actions {
  margin-top: 0px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 1rem;
}

.wishlist-index-index .product-item-actions .btn-remove {
  display: flex;
  height: 3rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 200%;
}

.wishlist-index-index .product-item-actions .btn-remove svg {
  stroke: #fff;
}

.wishlist-index-index .price-as-configured {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}

.wishlist-index-index .price-box {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.wishlist-index-index .price-box .price-wrapper .price {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 148 255 / var(--tw-text-opacity));
}

.wishlist-index-index .price-label {
  display: none;
}

@media (min-width: 768px) {
  .guided-selling #error-text.wishlist-index-index .price-label, .guided-selling #back-button.wishlist-index-index .price-label, .guided-selling #next-button.wishlist-index-index .price-label {
    visibility: hidden;
    display: block;
  }
}

.guided-selling #error-text.wishlist-index-index .price-label, .guided-selling #back-button.wishlist-index-index .price-label, .guided-selling #next-button.wishlist-index-index .price-label {
  transition: unset;
}

.guided-selling #back-button.wishlist-index-index .price-label {
  margin-right: 0px;
  width: 0px;
}

.wishlist-index-index .special-price .price-container .price,.wishlist-index-index .old-price .price-container .price {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

.wishlist-index-index .special-price .price-container .price {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 148 255 / var(--tw-text-opacity));
}

.wishlist-index-index .old-price .price {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1 !important;
  color: rgb(177 177 177 / var(--tw-text-opacity)) !important;
  text-decoration-line: line-through;
}

.account .actions-toolbar {
  border-top-width: 0px !important;
}

/* .modal {} */

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

.product-item-search .price-box:has(.minimal-price-link) .price-final_price,.product-item-search .price-box:has(.minimal-price-link) .price-label {
  display: none;
}

@media (min-width: 768px) {
  .guided-selling #error-text.product-item-search .price-box:has(.minimal-price-link) .price-final_price, .guided-selling #back-button.product-item-search .price-box:has(.minimal-price-link) .price-final_price, .guided-selling #next-button.product-item-search .price-box:has(.minimal-price-link) .price-final_price,.guided-selling #error-text.product-item-search .price-box:has(.minimal-price-link) .price-label, .guided-selling #back-button.product-item-search .price-box:has(.minimal-price-link) .price-label, .guided-selling #next-button.product-item-search .price-box:has(.minimal-price-link) .price-label {
    visibility: hidden;
    display: block;
  }
}

.guided-selling #error-text.product-item-search .price-box:has(.minimal-price-link) .price-final_price, .guided-selling #back-button.product-item-search .price-box:has(.minimal-price-link) .price-final_price, .guided-selling #next-button.product-item-search .price-box:has(.minimal-price-link) .price-final_price,.guided-selling #error-text.product-item-search .price-box:has(.minimal-price-link) .price-label, .guided-selling #back-button.product-item-search .price-box:has(.minimal-price-link) .price-label, .guided-selling #next-button.product-item-search .price-box:has(.minimal-price-link) .price-label {
  transition: unset;
}

.guided-selling #back-button.product-item-search .price-box:has(.minimal-price-link) .price-final_price,.guided-selling #back-button.product-item-search .price-box:has(.minimal-price-link) .price-label {
  margin-right: 0px;
  width: 0px;
}

.product-item-search .price-box:has(.minimal-price-link) .minimal-price-link .price-final_price {
  display: block;
}

[data-content-type$='block'] .product-item-search .price-box:has(.minimal-price-link) .minimal-price-link .price-final_price p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.snap {
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

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

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

:where(html) {
  scrollbar-gutter: stable;
}

.columns {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1448px;
  padding-left: 1rem;
  padding-right: 1rem;
}

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

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

.columns:has(.mst-search__index-magento-catalog-category) {
  display: block;
}

[data-content-type$='block'] .columns:has(.mst-search__index-magento-catalog-category) p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.columns:has(.mst-search__index-magento-catalog-category) .column.main{
  grid-column-start: 1 !important;
}

.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1448px;
  padding-left: 1rem;
  padding-right: 1rem;
}

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

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

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

.page-main {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.columns {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 480px) {
  .columns {
    max-width: 480px;
  }
}

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

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

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

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

@media (min-width: 1320px) {
  .columns {
    max-width: 1320px;
  }
}

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

.columns {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.catalog-product-view .product-info-main .columns {
  padding: 0px;
}

.catalog-product-view .product-info-main .columns b {
  font-weight: 600;
}

.columns {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1448px;
  padding-left: 1rem;
  padding-right: 1rem;
}

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

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

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

.columns .main {
  order: 2;
}

.columns .sidebar {
  order: 3;
}

.product-main-full-width .columns {
  max-width: none;
}

.page-main-full-width .columns {
  max-width: none;
  padding-left: 0px;
  padding-right: 0px;
}

.account .columns .sidebar-main, .page-with-filter .columns .sidebar-main {
  order: 1;
}

@media (min-width: 640px) {
  .page-layout-2columns-left .columns, .page-layout-2columns-right .columns, .page-layout-3columns .columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-layout-2columns-left .columns .main, .page-layout-2columns-right .columns .main, .page-layout-3columns .columns .main {
    grid-column: span 2 / span 2;
  }

  .page-layout-2columns-left .columns .sidebar, .page-layout-2columns-right .columns .sidebar, .page-layout-3columns .columns .sidebar {
    order: 3;
  }

  .account .columns .sidebar-main, .page-with-filter .columns .sidebar-main {
    grid-column: 1 / -1;
  }

  .account .columns .sidebar-additional {
    grid-column: span 2 / span 2;
  }
}

@media (min-width: 768px) {
  .page-layout-2columns-left .columns, .page-layout-2columns-right .columns, .page-layout-3columns .columns {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .page-layout-2columns-left .columns .main, .page-layout-2columns-right .columns .main, .page-layout-3columns .columns .main {
    grid-row: span 2 / span 2;
  }

  .page-layout-2columns-left .columns .sidebar, .page-layout-2columns-right .columns .sidebar, .page-layout-3columns .columns .sidebar {
    grid-column: span 1 / span 1;
  }

  .page-layout-2columns-left .columns .main, .page-layout-3columns .columns .main {
    grid-column-start: 2 !important;
  }

  .page-layout-2columns-left .columns .sidebar, .page-layout-3columns .columns .sidebar {
    order: 1;
  }

  .page-layout-2columns-left .columns .sidebar ~ .sidebar-additional, .page-layout-3columns .columns .sidebar ~ .sidebar-additional {
    order: 3;
  }

  .page-layout-2columns-right .sidebar-main, .page-layout-2columns-right.page-with-filter .sidebar-main {
    order: 3;
  }
}

@media (min-width: 1024px) {
  .page-layout-2columns-left .columns, .page-layout-2columns-right .columns, .page-layout-3columns .columns {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .page-layout-2columns-left .columns .main, .page-layout-2columns-right .columns .main {
    grid-column: span 3 / span 3;
  }

  .page-layout-3columns .columns .sidebar-additional {
    grid-column-start: 4;
  }
}

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

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

@media (min-width: 768px) {
  .page-footer{
    /*background-image: url('../images/footer.jpg');*/
  }
}

@media (min-width: 1024px) {
  .page-footer{
    background-color: black;
    background-repeat: no-repeat;
    background-position: center;
  }
}

.page-footer{
  background-color: #363636;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}

.contact-index-index .columns {
  grid-template-rows: auto;
}

.contact-index-index #maincontent {
  margin-bottom: 0px;
}

.bg-zoom .pagebuilder-banner-wrapper {
  background-size: 111% !important;
  transition: background-size 0.3s ease-in-out !important;
  background-position: center !important;
}

.bg-zoom .pagebuilder-banner-wrapper:hover {
  background-size: 116% !important;
}

@media (max-width: 768px) {
  .breadcrumbs ol .separator {
    display: none;
  }

  @media (min-width: 768px) {
    .guided-selling #error-text.breadcrumbs ol .separator, .guided-selling #back-button.breadcrumbs ol .separator, .guided-selling #next-button.breadcrumbs ol .separator {
      visibility: hidden;
      display: block;
    }
  }

  .guided-selling #error-text.breadcrumbs ol .separator, .guided-selling #back-button.breadcrumbs ol .separator, .guided-selling #next-button.breadcrumbs ol .separator {
    transition: unset;
  }

  .guided-selling #back-button.breadcrumbs ol .separator {
    margin-right: 0px;
    width: 0px;
  }

  .breadcrumbs ol li {
    display: none;
  }

  @media (min-width: 768px) {
    .guided-selling #error-text.breadcrumbs ol li, .guided-selling #back-button.breadcrumbs ol li, .guided-selling #next-button.breadcrumbs ol li {
      visibility: hidden;
      display: block;
    }
  }

  .guided-selling #error-text.breadcrumbs ol li, .guided-selling #back-button.breadcrumbs ol li, .guided-selling #next-button.breadcrumbs ol li {
    transition: unset;
  }

  .guided-selling #back-button.breadcrumbs ol li {
    margin-right: 0px;
    width: 0px;
  }

  .breadcrumbs ol li:nth-last-child(2) {
    display: block;
  }

  [data-content-type$='block'] .breadcrumbs ol li:nth-last-child(2) p:last-child {
    margin-bottom: 1rem;
    margin-top: 0px;
  }

  .breadcrumbs ol li:nth-last-child(2):before {
    content: '<';
    margin-right: 0.25rem;
  }

  .breadcrumbs ol li:last-child {
    display: none;
  }

  @media (min-width: 768px) {
    .guided-selling #error-text.breadcrumbs ol li:last-child, .guided-selling #back-button.breadcrumbs ol li:last-child, .guided-selling #next-button.breadcrumbs ol li:last-child {
      visibility: hidden;
      display: block;
    }
  }

  .guided-selling #error-text.breadcrumbs ol li:last-child, .guided-selling #back-button.breadcrumbs ol li:last-child, .guided-selling #next-button.breadcrumbs ol li:last-child {
    transition: unset;
  }

  .guided-selling #back-button.breadcrumbs ol li:last-child {
    margin-right: 0px;
    width: 0px;
  }

  html body .widget-visible {
    scale: 0 !important
  }
}

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

/*html {*/

/*    @apply overflow-x-hidden;*/

/*}*/

.body-fixed {
  position: fixed;
  width: 100%;
  overflow: hidden;
  top: var(--scroll-y);
}

html {
  overflow-x: hidden;
}

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

[x-cloak] {
  display: none !important;
}

.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));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.input-light:focus {
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity));
  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));
  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(250 250 250 / var(--tw-bg-opacity));
}

.scrollbar-gutter-stable {
  scrollbar-gutter: stable;
}

.brand-slider {
  visibility: visible !important;
}

.brand-slider ::-webkit-scrollbar {
  display: none;
}

.brand-slider .glider-slide img {
  opacity: 0.25;
  --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);
}

.brand-slider .glider-dots {
  visibility: visible;
  display: flex;
  justify-content: center;
}

.brand-slider .glider-dots .glider-dot {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}

.brand-slider [data-role="glider-content"] {
  display: flex;
}

.main-title {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 480px) {
  .main-title {
    max-width: 480px;
  }
}

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

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

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

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

@media (min-width: 1320px) {
  .main-title {
    max-width: 1320px;
  }
}

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

.main-title {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  font-weight: 700;
}

.catalog-product-view .product-info-main .main-title {
  padding: 0px;
}

.catalog-product-view .product-info-main .main-title b {
  font-weight: 600;
}

.main-title {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1448px;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .main-title {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .main-title {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

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

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

.catalog-category-view .main-title, .brand-brand-view .main-title {
  margin: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0.5rem;
}

/*.product-info-main {*/

/*    @apply relative;*/

/*}*/

.catalog-product-view .main-title {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  display: flex;
  justify-content: space-between;
  padding-left: 0px;
  padding-right: 0px;
  text-align: left !important;
}

@media (min-width: 768px) {
  .catalog-product-view .main-title {
    padding-right: 10rem;
  }
}

.catalog-product-view #product-addtocart-button {
  height: 4rem;
  width: 100%;
}

.catalog-product-view .custom-flex-width {
  width: calc(47% - 0.5rem);
}

@media(max-width: 1320px) {
  .catalog-product-view .custom-flex-width {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .catalog-product-view .m-logo {
    position: absolute;
    top: 0.5rem;
    right: 0
  }
}

/* Keep file for backwards compatibility */

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

body {
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-family: 'Poppins', sans-serif;
}

/*
'fonts/Jakarta/PlusJakartaSans-Regular.ttf'
'fonts/Jakarta/PlusJakartaSans-Bold.ttf'
*/

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

  font-style: normal;

  font-weight: 400;

  font-display: swap;

  src: url('fonts/Poppins-Regular.woff2') format('woff2');
}

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

  font-style: normal;

  font-weight: 500;

  font-display: swap;

  src: url('fonts/Poppins-Medium.woff2') format('woff2');
}

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

  font-style: normal;

  font-weight: 700;

  font-display: swap;

  src: url('fonts/Poppins-Bold.woff2') format('woff2');
}

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

  font-style: normal;

  font-weight: 900;

  font-display: swap;

  src: url('fonts/Poppins-Black.woff2') format('woff2');
}

.page-wrapper h1, .page-wrapper .h1 {
  margin-bottom: 20px;
  font-size: 1.5rem !important;
  font-weight: 900;
  line-height: 120% !important;
}

@media (min-width: 768px) {
  .page-wrapper h1, .page-wrapper .h1 {
    font-size: 2rem !important;
    line-height: 1 !important;
  }
}

.page-wrapper h1, .page-wrapper .h1 {
  font-family: 'Poppins';
}

.page-wrapper h2, .page-wrapper .h2 {
  margin-bottom: 20px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  font-family: "Poppins";
}

.page-wrapper h3, .page-wrapper .h3 {
  margin-bottom: 20px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  font-family: "Poppins";
}

strong,b {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}

h4,.h4 {
  font-family: "Poppins";
}

h1.page-title,.h1.page-title {
  text-align: left;
  font-size: 2rem;
  line-height: 1;
  font-family: 'Poppins', sans-serif;
}

.page-title {
  font-family: 'Poppins', sans-serif;
}

p {
  margin-bottom: 20px;
}

/**
 * Hyvä Themes - https://hyva.io
 * Copyright © Hyvä Themes 2020-present. All rights reserved.
 * This product is licensed per Magento install
 * See https://hyva.io/license
 */

/**
 * Layout
 */

/* Rows */

[data-content-type='row'] {
  box-sizing: border-box;
}

[data-content-type='row'] > div {
  margin-bottom: 0.625rem;
  padding: 0.625rem;
}

[data-content-type='row'][data-appearance='contained'] {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 480px) {
  [data-content-type='row'][data-appearance='contained'] {
    max-width: 480px;
  }
}

@media (min-width: 640px) {
  [data-content-type='row'][data-appearance='contained'] {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  [data-content-type='row'][data-appearance='contained'] {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  [data-content-type='row'][data-appearance='contained'] {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  [data-content-type='row'][data-appearance='contained'] {
    max-width: 1280px;
  }
}

@media (min-width: 1320px) {
  [data-content-type='row'][data-appearance='contained'] {
    max-width: 1320px;
  }
}

@media (min-width: 1536px) {
  [data-content-type='row'][data-appearance='contained'] {
    max-width: 1536px;
  }
}

.catalog-product-view .product-info-main [data-content-type='row'][data-appearance='contained'] {
  padding: 0px;
}

.catalog-product-view .product-info-main [data-content-type='row'][data-appearance='contained'] b {
  font-weight: 600;
}

[data-content-type='row'][data-appearance='contained'] {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1448px;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  [data-content-type='row'][data-appearance='contained'] {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  [data-content-type='row'][data-appearance='contained'] {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

[data-content-type='row'][data-appearance='contained'] {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

[data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  box-sizing: border-box;
  background-attachment: scroll !important;
}

[data-content-type='row'][data-appearance='full-bleed'] {
  background-attachment: scroll !important;
}

[data-content-type='row'][data-appearance='full-width'] {
  background-attachment: scroll !important;
}

[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 480px) {
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    max-width: 480px;
  }
}

@media (min-width: 640px) {
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    max-width: 1280px;
  }
}

@media (min-width: 1320px) {
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    max-width: 1320px;
  }
}

@media (min-width: 1536px) {
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    max-width: 1536px;
  }
}

.catalog-product-view .product-info-main [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  padding: 0px;
}

.catalog-product-view .product-info-main [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner b {
  font-weight: 600;
}

[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1448px;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

/* Column Groups (both needed for pagebuider backwards compatibiliy) */

[data-content-type='column-group'], [data-content-type='column-line'] {
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  [data-content-type='column-group'], [data-content-type='column-line'] {
    flex-wrap: nowrap;
  }
}

/* Columns */

[data-content-type='column'] {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  background-attachment: scroll !important;
  flex-basis: 100%;
}

@media (min-width: 768px) {
  [data-content-type='column'] {
    flex-basis: auto
  }
}

/* Tabs/Tab Item */

[data-content-type='tabs'] .tabs-navigation {
  margin-bottom: -1px;
  display: block;
  padding: 0px;
  --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);
}

[data-content-type$='block'] [data-content-type='tabs'] .tabs-navigation p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

[data-content-type='tabs'] .tabs-navigation li.tab-header {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: -1px;
  display: inline-block;
  max-width: 100%;
  overflow-wrap: break-word;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-width: 1px;
  border-bottom-width: 0px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

[data-content-type='tabs'] .tabs-navigation li.tab-header:first-child {
  margin-left: 0px;
}

[data-content-type='tabs'] .tabs-navigation li.tab-header.active {
  z-index: 20;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  border-bottom: 1px solid white;
}

[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  position: relative;
  display: block;
  cursor: pointer;
  white-space: normal;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  vertical-align: middle;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

[data-content-type$='block'] [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span {
  font-weight: 600;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

[data-content-type='tabs'] .tabs-content {
  position: relative;
  z-index: 10;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 0.125rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --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);
}

[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
  box-sizing: border-box;
  padding: 2rem;
  min-height: inherit;
  background-attachment: scroll !important;
}

[data-content-type='tabs'].tab-align-left .tabs-content {
  border-top-left-radius: 0 !important;
}

[data-content-type='tabs'].tab-align-right .tabs-content {
  border-top-right-radius: 0 !important;
}

/**
 * Elements
 */

/* Text */

[data-content-type='text'] {
  overflow-wrap: break-word;
}

/* Heading */

[data-content-type='heading'] {
  overflow-wrap: break-word;
}

/* Buttons/Button Item */

[data-content-type='buttons'] {
  max-width: 100%;
}

[data-content-type='buttons'] [data-content-type='button-item'] {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  max-width: 100%;
}

[data-content-type='buttons'] [data-content-type='button-item'] [data-element='link'],
        [data-content-type='buttons'] [data-content-type='button-item'] [data-element='empty_link'] {
  max-width: 100%;
  overflow-wrap: break-word;
}

[data-content-type='buttons'] [data-content-type='button-item'] [data-element='empty_link'] {
  cursor: default;
}

[data-content-type='buttons'] [data-content-type='button-item'] a,
        [data-content-type='buttons'] [data-content-type='button-item'] button,
        [data-content-type='buttons'] [data-content-type='button-item'] div {
  display: inline-block;
  --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);
}

[data-content-type='buttons'] [data-content-type='button-item'] a.pagebuilder-button-link, [data-content-type='buttons'] [data-content-type='button-item'] button.pagebuilder-button-link, [data-content-type='buttons'] [data-content-type='button-item'] div.pagebuilder-button-link {
  box-sizing: border-box;
}

a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary {
  display: flex;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  line-height: 200%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

a.pagebuilder-button-primary svg, button.pagebuilder-button-primary svg, div.pagebuilder-button-primary svg {
  display: inline-flex;
}

a.pagebuilder-button-primary span, button.pagebuilder-button-primary span, div.pagebuilder-button-primary span {
  vertical-align: middle;
}

a.pagebuilder-button-primary:hover, button.pagebuilder-button-primary:hover, div.pagebuilder-button-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

a.pagebuilder-button-primary:focus, button.pagebuilder-button-primary:focus, div.pagebuilder-button-primary:focus {
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(0 148 255 / var(--tw-bg-opacity));
  font-weight: 600;
  line-height: 200%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

a.pagebuilder-button-primary:hover, button.pagebuilder-button-primary:hover, div.pagebuilder-button-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(36 126 229 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

a.pagebuilder-button-primary span, button.pagebuilder-button-primary span, div.pagebuilder-button-primary span {
  line-height: 200%;
}

.mgz-blog .blog-post-content a.pagebuilder-button-primary,.mgz-blog .blog-post-content  button.pagebuilder-button-primary,.mgz-blog .blog-post-content  div.pagebuilder-button-primary {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.mgz-blog .blog-post-content a.pagebuilder-button-primary:hover,.mgz-blog .blog-post-content  button.pagebuilder-button-primary:hover,.mgz-blog .blog-post-content  div.pagebuilder-button-primary:hover {
  text-decoration-line: none;
}

a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary {
  display: flex;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  line-height: 200%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

a.pagebuilder-button-secondary svg, button.pagebuilder-button-secondary svg, div.pagebuilder-button-secondary svg {
  display: inline-flex;
}

a.pagebuilder-button-secondary span, button.pagebuilder-button-secondary span, div.pagebuilder-button-secondary span {
  vertical-align: middle;
}

a.pagebuilder-button-secondary:hover, button.pagebuilder-button-secondary:hover, div.pagebuilder-button-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

a.pagebuilder-button-secondary:focus, button.pagebuilder-button-secondary:focus, div.pagebuilder-button-secondary:focus {
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

a.pagebuilder-button-secondary:hover, button.pagebuilder-button-secondary:hover, div.pagebuilder-button-secondary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

a.pagebuilder-button-secondary:focus, button.pagebuilder-button-secondary:focus, div.pagebuilder-button-secondary:focus {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

/* HTML Code */

[data-content-type='html'] {
  overflow-wrap: break-word;
}

/**
 * Media
 */

/* Image */

[data-content-type='image'] {
  box-sizing: border-box;
}

[data-content-type='image'] > [data-element='link'],
    [data-content-type='image'] > [data-element='link'] img {
  border-radius: inherit;
}

[data-content-type='image'] .pagebuilder-mobile-hidden {
  display: none;
}

@media (min-width: 768px) {
  .guided-selling #error-text[data-content-type='image'] .pagebuilder-mobile-hidden, .guided-selling #back-button[data-content-type='image'] .pagebuilder-mobile-hidden, .guided-selling #next-button[data-content-type='image'] .pagebuilder-mobile-hidden {
    visibility: hidden;
    display: block;
  }
}

.guided-selling #error-text[data-content-type='image'] .pagebuilder-mobile-hidden, .guided-selling #back-button[data-content-type='image'] .pagebuilder-mobile-hidden, .guided-selling #next-button[data-content-type='image'] .pagebuilder-mobile-hidden {
  transition: unset;
}

.guided-selling #back-button[data-content-type='image'] .pagebuilder-mobile-hidden {
  margin-right: 0px;
  width: 0px;
}

@media (min-width: 768px) {
  [data-content-type='image'] .pagebuilder-mobile-hidden {
    display: block;
  }

  [data-content-type='image'] .pagebuilder-mobile-only {
    display: none;
  }
}

[data-content-type='image'] figcaption {
  overflow-wrap: break-word;
}

/* Video */

[data-content-type='video'] {
  font-size: 0;
}

[data-content-type='video'] .pagebuilder-video-inner {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}

[data-content-type='video'] .pagebuilder-video-container {
  position: relative;
  overflow: hidden;
  border-radius: inherit;
  padding-top: 56.25%;
}

[data-content-type='video'] iframe,
    [data-content-type='video'] video {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
}

/* Banner */

[data-content-type='banner'] > [data-element='link'], [data-content-type='banner'] > [data-element='empty_link'] {
  color: inherit;
  text-decoration: inherit;
}

[data-content-type='banner'] > [data-element='link']:hover, [data-content-type='banner'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}

[data-content-type='banner'] .pagebuilder-banner-wrapper {
  box-sizing: border-box;
  overflow-wrap: break-word;
  background-clip: padding-box;
  border-radius: inherit;
  background-attachment: scroll !important;
}

[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  position: relative;
  box-sizing: border-box;
  padding: 2rem;
  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: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
}

[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: none;
}

@media (min-width: 768px) {
  [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: 36rem;
  }
}

[data-content-type='banner'] .pagebuilder-banner-wrapper.jarallax .video-overlay {
  z-index: 0;
}

[data-content-type='banner'] .pagebuilder-banner-wrapper [data-element='content'] {
  overflow: auto;
  min-height: 50px;
}

[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-banner-button {
  margin: 0px;
  margin-top: 1.25rem;
  display: inline-block;
  max-width: 100%;
  overflow-wrap: break-word;
  transition-property: opacity;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  text-align: inherit;
}

[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-poster-content {
  width: 100%;
}

[data-content-type='banner'][data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}

[data-content-type='banner'][data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-right: auto;
}

[data-content-type='banner'][data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
}

/* Slider */

[data-content-type='slider'] {
  visibility: hidden;
  position: relative;
}

[data-content-type='slider'].glider-initialized {
  visibility: visible;
}

[data-content-type='slider'] [data-role='glider-content'] {
  overflow-y: hidden;
}

[data-content-type='slider'] a.button {
  color: initial;
  padding: 10px;
  -webkit-text-decoration: none;
  text-decoration: none;
}

[data-content-type='slider'] .carousel-nav {
  position: absolute;
  bottom: 0px;
  margin-bottom: 0.5rem;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.75;
  left: 50%;
  transform: translateX(-50%);
}

/* Slide */

[data-content-type='slide'] {
  box-sizing: border-box;
  overflow: hidden;
  line-height: 1.25rem;
  min-height: inherit;
}

[data-content-type='slide'] > [data-element='link'],
    [data-content-type='slide'] > [data-element='empty_link'] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}

[data-content-type='slide'] > [data-element='link']:hover, [data-content-type='slide'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}

[data-content-type='slide'] + [data-content-type='slide'] {
  height: 0px;
  min-height: 0px;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper {
  box-sizing: border-box;
  overflow-wrap: break-word;
  border-radius: inherit;
  min-height: inherit;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper .jarallax-viewport-element {
  position: absolute;
  top: 0px;
  z-index: 50;
  height: 100%;
  width: 0.125rem;
  left: -15000vw;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .video-overlay {
  -webkit-transform: unset;
  z-index: 1;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  position: relative;
  z-index: 20;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > div,
                [data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > img,
                [data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > video,
                [data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > iframe {
  margin: auto !important;
  transform: none !important;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  box-sizing: border-box;
  padding: 2rem;
  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;
  border-radius: inherit;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: inherit;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: none;
}

@media (min-width: 768px) {
  [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: 32rem;
  }
}

[data-content-type='slide'] .pagebuilder-slide-wrapper [data-element='content'] {
  overflow: auto;
  min-height: 50px;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-slide-button {
  margin: 0px;
  margin-top: 1.25rem;
  max-width: 100%;
  overflow-wrap: break-word;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  text-align: inherit;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%;
}

[data-content-type='slide'][data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}

[data-content-type='slide'][data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-right: auto;
}

[data-content-type='slide'][data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
}

/* Map */

[data-content-type='map'] {
  box-sizing: border-box;
  height: 18rem;
}

/**
 * Add Content
 */

/* Block */

[data-content-type$='block'] .block p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

/* Dynamic Block */

[data-content-type='dynamic_block'] [data-content-type='image'] img {
  display: inline;
}

[data-content-type='dynamic_block'] .block-banners .banner-item-content,
    [data-content-type='dynamic_block'] .block-banners-inline .banner-item-content {
  margin-bottom: auto;
}

/* Products */

[data-content-type='products'][data-appearance='carousel'] [data-role='glider-content'] {
  grid-template-columns: repeat(100, calc(50% - 1rem));
}

@media (min-width: 768px) {
  [data-content-type='products'][data-appearance='carousel'] [data-role='glider-content'] {
    grid-template-columns: repeat(100, calc(33% - 1rem))
  }
}

@media (min-width: 1024px) {
  [data-content-type='products'][data-appearance='carousel'] [data-role='glider-content'] {
    grid-template-columns: repeat(100, calc(25% - 1rem))
  }
}

/**
 * Glider
 */

.glider-contain {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.glider {
  overflow-y: hidden;
}

.glider.draggable {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: grab;
}

.glider.draggable .glider-slide img {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.glider.drag {
  cursor: grabbing;
}

.glider::-webkit-scrollbar {
  height: 0px;
  opacity: 0;
}

.glider .glider-track {
  z-index: 10;
  display: flex;
  width: 100%;
}

.glider-slide {
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-content: center;
  justify-content: center;
  min-width: 150px;
}

.glider-slide img {
  max-width: 100%;
}

.glider-hide {
  opacity: 0;
}

.glider-prev.disabled, .glider-next.disabled {
  cursor: default;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
  opacity: 0.25;
}

.glider-dot {
  margin: 0.25rem;
  display: block;
  height: 0.75rem;
  width: 0.75rem;
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  opacity: 0.25;
  --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);
}

[data-content-type$='block'] .glider-dot p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.glider-dot.active {
  opacity: 1;
}

@media (max-width: 36em) {
  .glider::-webkit-scrollbar {
    height: 0.25rem;
    width: 0.5rem;
    -webkit-appearance: none;
            appearance: none;
    opacity: 1;
  }

  .glider::-webkit-scrollbar-thumb {
    opacity: 1;
    border-radius: 99px;
    background-color: rgba(156, 156, 156, .25);
    box-shadow: 0 0 1px rgba(255, 255, 255, .25);
  }
}

[data-show-arrows='false'] .glider-prev,
    [data-show-arrows='false'] .glider-next {
  display: none;
}

@media (min-width: 768px) {
  .guided-selling #error-text[data-show-arrows='false'] .glider-prev, .guided-selling #back-button[data-show-arrows='false'] .glider-prev, .guided-selling #next-button[data-show-arrows='false'] .glider-prev,.guided-selling #error-text
    [data-show-arrows='false'] .glider-next, .guided-selling #back-button
    [data-show-arrows='false'] .glider-next, .guided-selling #next-button
    [data-show-arrows='false'] .glider-next {
    visibility: hidden;
    display: block;
  }
}

.guided-selling #error-text[data-show-arrows='false'] .glider-prev, .guided-selling #back-button[data-show-arrows='false'] .glider-prev, .guided-selling #next-button[data-show-arrows='false'] .glider-prev,.guided-selling #error-text
    [data-show-arrows='false'] .glider-next, .guided-selling #back-button
    [data-show-arrows='false'] .glider-next, .guided-selling #next-button
    [data-show-arrows='false'] .glider-next {
  transition: unset;
}

.guided-selling #back-button[data-show-arrows='false'] .glider-prev,.guided-selling #back-button
    [data-show-arrows='false'] .glider-next {
  margin-right: 0px;
  width: 0px;
}

[data-show-dots='false'] .glider-dots {
  display: none;
}

@media (min-width: 768px) {
  .guided-selling #error-text[data-show-dots='false'] .glider-dots, .guided-selling #back-button[data-show-dots='false'] .glider-dots, .guided-selling #next-button[data-show-dots='false'] .glider-dots {
    visibility: hidden;
    display: block;
  }
}

.guided-selling #error-text[data-show-dots='false'] .glider-dots, .guided-selling #back-button[data-show-dots='false'] .glider-dots, .guided-selling #next-button[data-show-dots='false'] .glider-dots {
  transition: unset;
}

.guided-selling #back-button[data-show-dots='false'] .glider-dots {
  margin-right: 0px;
  width: 0px;
}

.ratio3x2 .pagebuilder-poster-overlay {
  margin: 0px;
  height: 0px;
  padding: 0 0 50% 0 !important;
  min-height: unset !important;
}

.ratio3x2 .pagebuilder-poster-overlay .pagebuilder-poster-content {
  position: absolute;
  top: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: flex-end;
  padding: 30px;
}

[data-content-type='row'][data-appearance='contained'] {
  padding-left: 0px;
  padding-right: 0px;
}

[data-content-type='row'][data-appearance='contained'] > div {
  margin-bottom: 0px;
  padding: 0px;
}

.header-top-row [data-content-type="row"] {
  margin: 0px !important;
  padding: 0px !important;
}

.header-top-row [data-content-type="row"] div {
  margin: 0px !important;
  padding: 0px !important;
}

.header-top-row [data-content-type="row"] [data-content-type="text"] {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.header-top-row [data-content-type="row"] [data-content-type="text"] a:hover {
  text-decoration-line: underline;
}

.header-top-row .desktop-language-switcher .language-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 1rem;
}

.header-top-row .desktop-language-switcher .language-item:last-child::after {
  content: var(--tw-content);
  display: none;
}

.header-top-row .desktop-language-switcher .language-item:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.header-top-row .desktop-language-switcher .language-item:after{
  content: " ";
  margin-left: 1rem;
  display: block;
  height: 1.5rem;
  width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(81 81 81 / var(--tw-bg-opacity));
}

[data-content-type$='block'] .header-top-row .desktop-language-switcher .language-item p:last-child:after {
  margin-bottom: 1rem;
  margin-top: 0px;
}

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

.header-usps ul {
  display: flex;
  max-width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .header-usps ul {
    justify-content: space-between;
  }
}

@media (max-width: 460px) {
  .header-usps ul li:nth-child(n+2) {
    display: none;
  }

  @media (min-width: 768px) {
    .guided-selling #error-text.header-usps ul li:nth-child(n+2), .guided-selling #back-button.header-usps ul li:nth-child(n+2), .guided-selling #next-button.header-usps ul li:nth-child(n+2) {
      visibility: hidden;
      display: block;
    }
  }

  .guided-selling #error-text.header-usps ul li:nth-child(n+2), .guided-selling #back-button.header-usps ul li:nth-child(n+2), .guided-selling #next-button.header-usps ul li:nth-child(n+2) {
    transition: unset;
  }

  .guided-selling #back-button.header-usps ul li:nth-child(n+2) {
    margin-right: 0px;
    width: 0px;
  }
}

@media (max-width: 640px) {
  .header-usps ul li:nth-child(n+3) {
    display: none;
  }

  @media (min-width: 768px) {
    .guided-selling #error-text.header-usps ul li:nth-child(n+3), .guided-selling #back-button.header-usps ul li:nth-child(n+3), .guided-selling #next-button.header-usps ul li:nth-child(n+3) {
      visibility: hidden;
      display: block;
    }
  }

  .guided-selling #error-text.header-usps ul li:nth-child(n+3), .guided-selling #back-button.header-usps ul li:nth-child(n+3), .guided-selling #next-button.header-usps ul li:nth-child(n+3) {
    transition: unset;
  }

  .guided-selling #back-button.header-usps ul li:nth-child(n+3) {
    margin-right: 0px;
    width: 0px;
  }
}

@media (max-width: 768px) {
  .header-usps ul li:nth-child(n+3) {
    display: none;
  }

  @media (min-width: 768px) {
    .guided-selling #error-text.header-usps ul li:nth-child(n+3), .guided-selling #back-button.header-usps ul li:nth-child(n+3), .guided-selling #next-button.header-usps ul li:nth-child(n+3) {
      visibility: hidden;
      display: block;
    }
  }

  .guided-selling #error-text.header-usps ul li:nth-child(n+3), .guided-selling #back-button.header-usps ul li:nth-child(n+3), .guided-selling #next-button.header-usps ul li:nth-child(n+3) {
    transition: unset;
  }

  .guided-selling #back-button.header-usps ul li:nth-child(n+3) {
    margin-right: 0px;
    width: 0px;
  }
}

@media (max-width: 1024px) {
  .header-usps ul li:nth-child(n+4) {
    display: none;
  }

  @media (min-width: 768px) {
    .guided-selling #error-text.header-usps ul li:nth-child(n+4), .guided-selling #back-button.header-usps ul li:nth-child(n+4), .guided-selling #next-button.header-usps ul li:nth-child(n+4) {
      visibility: hidden;
      display: block;
    }
  }

  .guided-selling #error-text.header-usps ul li:nth-child(n+4), .guided-selling #back-button.header-usps ul li:nth-child(n+4), .guided-selling #next-button.header-usps ul li:nth-child(n+4) {
    transition: unset;
  }

  .guided-selling #back-button.header-usps ul li:nth-child(n+4) {
    margin-right: 0px;
    width: 0px;
  }
}

@media (max-width: 1360px) {
  .header-usps ul li:nth-child(n+5) {
    display: none;
  }

  @media (min-width: 768px) {
    .guided-selling #error-text.header-usps ul li:nth-child(n+5), .guided-selling #back-button.header-usps ul li:nth-child(n+5), .guided-selling #next-button.header-usps ul li:nth-child(n+5) {
      visibility: hidden;
      display: block;
    }
  }

  .guided-selling #error-text.header-usps ul li:nth-child(n+5), .guided-selling #back-button.header-usps ul li:nth-child(n+5), .guided-selling #next-button.header-usps ul li:nth-child(n+5) {
    transition: unset;
  }

  .guided-selling #back-button.header-usps ul li:nth-child(n+5) {
    margin-right: 0px;
    width: 0px;
  }
}

.header-usps ul li {
  margin-right: 0.5rem;
  display: flex;
  height: 3rem;
  flex-direction: row;
  align-items: center;
  white-space: nowrap;
  font-size: 0.875rem;
  font-weight: 400;
}

.header-usps ul li:before {
  margin-right: 5px;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%2024%2024'%20stroke-width='2'%20stroke='%23F11'%20width='24'%20height='24'%20role='img'%3e%3cpath%20stroke-linecap='round'%20stroke-linejoin='round'%20d='M5%2013l4%204L19%207'%3e%3c/path%3e%3ctitle%3echeck%3c/title%3e%3c/svg%3e");
  background-size: contain;
  background-repeat: no-repeat;
}

.header-usps *::-webkit-scrollbar {
  border: none;
  background-color: transparent;
}

.header-usps *{
  scrollbar-color: #404040b3 transparent;
  /*firefox*/
  scrollbar-width: thin;
}

.category-usps {
  display: flex;
  height: 100%;
}

.category-usps:before, .category-usps:after {
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  flex: 1 1 0%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  content: "";
}

.category-usps p {
  margin-bottom: 0px;
}

.category-usps [data-content-type="text"] {
  width: -moz-max-content;
  width: max-content;
}

.category-usps ul {
  display: flex;
  max-width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  white-space: nowrap;
}

.category-usps ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  white-space: nowrap;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
}

.category-usps ul li:before {
  margin-right: 5px;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%2024%2024'%20stroke-width='2'%20stroke='%23F11'%20width='24'%20height='24'%20role='img'%3e%3cpath%20stroke-linecap='round'%20stroke-linejoin='round'%20d='M5%2013l4%204L19%207'%3e%3c/path%3e%3ctitle%3echeck%3c/title%3e%3c/svg%3e");
  background-size: contain;
  background-repeat: no-repeat;
}

.category-usps *::-webkit-scrollbar {
  border: none;
  background-color: transparent;
}

.category-usps *{
  scrollbar-color: #404040b3 transparent;
  /*firefox*/
  scrollbar-width: thin;
}

.cms-index-index [data-content-type="heading"],.cms-page-view [data-content-type="heading"] {
  padding-bottom: 1rem;
}

.cms-index-index #maincontent,.cms-page-view #maincontent {
  margin-top: 0px;
  margin-bottom: 0px;
}

.cms-index-index .column.main [data-content-type="row"], .cms-page-view .column.main [data-content-type="row"] {
  margin-bottom: 3rem !important;
}

.cms-index-index .column.main [data-content-type="row"]:last-child, .cms-page-view .column.main [data-content-type="row"]:last-child {
  margin-bottom: 0px;
}

.cms-index-index .column.main [data-content-type="row"]:has(.mobile-only), .cms-page-view .column.main [data-content-type="row"]:has(.mobile-only) {
  margin-bottom: 3rem;
}

@media (min-width: 1024px) {
  .cms-index-index .column.main [data-content-type="row"]:has(.mobile-only), .cms-page-view .column.main [data-content-type="row"]:has(.mobile-only) {
    margin-bottom: 0px;
  }
}

.cms-index-index .column.main [data-content-type="row"]:has(.desktop-only), .cms-page-view .column.main [data-content-type="row"]:has(.desktop-only) {
  margin-bottom: 0px;
}

@media (min-width: 1024px) {
  .cms-index-index .column.main [data-content-type="row"]:has(.desktop-only), .cms-page-view .column.main [data-content-type="row"]:has(.desktop-only) {
    margin-bottom: 3rem;
  }
}

.cms-index-index .pagebuilder-column-line .pagebuilder-poster-overlay,.cms-page-view .pagebuilder-column-line .pagebuilder-poster-overlay {
  align-items: flex-end !important;
}

.cms-index-index .pagebuilder-column-line .pagebuilder-poster-overlay .pagebuilder-banner-button,.cms-page-view .pagebuilder-column-line .pagebuilder-poster-overlay .pagebuilder-banner-button {
  display: flex;
  width: 100%;
  justify-content: center;
}

@media (min-width: 768px) {
  .cms-index-index .pagebuilder-column-line .pagebuilder-poster-overlay .pagebuilder-banner-button,.cms-page-view .pagebuilder-column-line .pagebuilder-poster-overlay .pagebuilder-banner-button {
    width: -moz-max-content;
    width: max-content;
  }
}

.cms-index-index .pagebuilder-column-line,.cms-page-view .pagebuilder-column-line {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 1280px) {
  .cms-index-index .pagebuilder-column-line,.cms-page-view .pagebuilder-column-line {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 768px) {
  .ratio1x1_m {
    position: relative;
    height: 0px !important;
    padding-bottom: 100% !important;
  }
}

.full-width {
  position: relative;
  left: 50% !important;
  margin-left: calc(-50% - 1rem) !important;
  display: block;
  width: 100vw !important;
}

[data-content-type$='block'] .full-width p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

@media (min-width: 640px) {
  .full-width {
    margin-left: calc(-50% - 1.5rem) !important;
  }
}

@media (min-width: 1024px) {
  .full-width{
    margin-left: -50vw !important;
    left: 50% !important
  }
}

.full-width .banner-with-video {
  position: relative;
}

.full-width .banner-with-video .pagebuilder-banner-wrapper {
  height: 0 !important;
  padding-bottom: 41.6%;
}

@media only screen and (max-width: 768px) {
  .full-width .banner-with-video.ratio1x1_m {
    position: relative;
    height: 0px !important;
    padding-bottom: 100% !important;
  }

  .full-width .banner-with-video.ratio1x1_m > div .pagebuilder-banner-wrapper {
    padding: 0 !important;
    height: 100% !important;
  }

  .full-width .banner-with-video.ratio1x1_m > div .pagebuilder-banner-wrapper > div {
    max-height: 100% !important;
    height: 100% !important;
    max-width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .full-width .banner-with-video.ratio1x1_m > div .pagebuilder-banner-wrapper > div video {
    height: 100% !important;
    width: auto !important;
  }

  .full-width .banner-with-video.ratio1x1_m > div {
    position: absolute !important;
    height: 100% !important;
  }
}

.full-width .banner-with-video .pagebuilder-overlay{
  min-height: -moz-max-content !important;
  min-height: max-content !important;
  display: none !important;
}

.full-width .banner-with-video video{
  position: static !important;
  display: flex !important;
  width: 100% !important;
  height: auto !important;
  max-width: unset !important;
  max-height: unset !important;
  pointer-events: unset !important;
  transform-style: unset !important;
  backface-visibility: unset !important;
  will-change: unset !important;
  margin: 0 !important;
  z-index: 0 !important;
  transform: unset !important;
}

.full-width .banner-with-video div{
  position: static !important;
  height: -moz-max-content !important;
  height: max-content !important;
}

button:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.icon-sale {
  display: flex;
}

.icon-sale:before {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0.5rem;
  height: 2rem;
  width: 2rem;
  display: inline-block;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="%230094ff" viewBox="0 0 448 512"><!--!Font Awesome Pro 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.--><path d="M197.5 32c17 0 33.3 6.7 45.3 18.7l176 176c25 25 25 65.5 0 90.5L285.3 450.7c-25 25-65.5 25-90.5 0l-176-176C6.7 262.7 0 246.5 0 229.5V80C0 53.5 21.5 32 48 32H197.5zM48 229.5c0 4.2 1.7 8.3 4.7 11.3l176 176c6.2 6.2 16.4 6.2 22.6 0L384.8 283.3c6.2-6.2 6.2-16.4 0-22.6l-176-176c-3-3-7.1-4.7-11.3-4.7H48V229.5zM112 112a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}

.icon-new {
  display: flex;
}

.icon-new:before {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0.5rem;
  height: 2rem;
  width: 2rem;
  display: inline-block;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="%230094ff" viewBox="0 0 512 512"><!--!Font Awesome Pro 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.--><path d="M327.5 85.2c-4.5 1.7-7.5 6-7.5 10.8s3 9.1 7.5 10.8L384 128l21.2 56.5c1.7 4.5 6 7.5 10.8 7.5s9.1-3 10.8-7.5L448 128l56.5-21.2c4.5-1.7 7.5-6 7.5-10.8s-3-9.1-7.5-10.8L448 64 426.8 7.5C425.1 3 420.8 0 416 0s-9.1 3-10.8 7.5L384 64 327.5 85.2zM9.3 240C3.6 242.6 0 248.3 0 254.6s3.6 11.9 9.3 14.5L26.3 277l8.1 3.7 .6 .3 88.3 40.8L164.1 410l.3 .6 3.7 8.1 7.9 17.1c2.6 5.7 8.3 9.3 14.5 9.3s11.9-3.6 14.5-9.3l7.9-17.1 3.7-8.1 .3-.6 40.8-88.3L346 281l.6-.3 8.1-3.7 17.1-7.9c5.7-2.6 9.3-8.3 9.3-14.5s-3.6-11.9-9.3-14.5l-17.1-7.9-8.1-3.7-.6-.3-88.3-40.8L217 99.1l-.3-.6L213 90.3l-7.9-17.1c-2.6-5.7-8.3-9.3-14.5-9.3s-11.9 3.6-14.5 9.3l-7.9 17.1-3.7 8.1-.3 .6-40.8 88.3L35.1 228.1l-.6 .3-8.1 3.7L9.3 240zm83 14.5l51.2-23.6c10.4-4.8 18.7-13.1 23.5-23.5l23.6-51.2 23.6 51.2c4.8 10.4 13.1 18.7 23.5 23.5l51.2 23.6-51.2 23.6c-10.4 4.8-18.7 13.1-23.5 23.5l-23.6 51.2-23.6-51.2c-4.8-10.4-13.1-18.7-23.5-23.5L92.3 254.6zM384 384l-56.5 21.2c-4.5 1.7-7.5 6-7.5 10.8s3 9.1 7.5 10.8L384 448l21.2 56.5c1.7 4.5 6 7.5 10.8 7.5s9.1-3 10.8-7.5L448 448l56.5-21.2c4.5-1.7 7.5-6 7.5-10.8s-3-9.1-7.5-10.8L448 384l-21.2-56.5c-1.7-4.5-6-7.5-10.8-7.5s-9.1 3-10.8 7.5L384 384z"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}

.get-in-touch-block {
  margin-bottom: 3rem !important;
}

.get-in-touch-block p {
  margin-bottom: 0px;
}

.get-in-touch-block .pagebuilder-column-group {
  display: flex;
}

.get-in-touch-block .pagebuilder-banner-wrapper {
  width: 100%;
}

.get-in-touch-block .pagebuilder-column-line {
  display: flex;
  gap: 1rem;
}

.get-in-touch-block .pagebuilder-column-line .pagebuilder-column {
  height: -moz-max-content;
  height: max-content;
}

.get-in-touch-block .pagebuilder-column-line .pagebuilder-column [data-content-type="banner"] {
  height: -moz-max-content;
  height: max-content;
}

.get-in-touch-block .pagebuilder-column-line .pagebuilder-column a {
  display: flex;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  line-height: 200%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .get-in-touch-block .pagebuilder-column-line .pagebuilder-column a {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .get-in-touch-block .pagebuilder-column-line .pagebuilder-column a {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.get-in-touch-block .pagebuilder-column-line .pagebuilder-column a svg {
  display: inline-flex;
}

.get-in-touch-block .pagebuilder-column-line .pagebuilder-column a span {
  vertical-align: middle;
}

.get-in-touch-block .pagebuilder-column-line .pagebuilder-column a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

.get-in-touch-block .pagebuilder-column-line .pagebuilder-column a:focus {
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.get-in-touch-block .pagebuilder-column-line .pagebuilder-column a {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.get-in-touch-block .pagebuilder-column-line .pagebuilder-column a:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.get-in-touch-block .pagebuilder-column-line .pagebuilder-column a:focus {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.get-in-touch-block .pagebuilder-column-line .pagebuilder-column a {
  height: -moz-max-content;
  height: max-content;
  justify-content: center;
  background-color: transparent;
  padding: 1rem;
}

.get-in-touch-block .pagebuilder-column-line .pagebuilder-column .pagebuilder-overlay {
  padding: 0px;
}

.get-in-touch-block .pagebuilder-column-line .pagebuilder-column .pagebuilder-poster-content {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.get-in-touch-block .pagebuilder-column-line .pagebuilder-column .pagebuilder-poster-content [data-element="content"] {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.get-in-touch-block .pagebuilder-column-line .pagebuilder-column .pagebuilder-poster-content [data-element="content"] p {
  text-align: left !important;
  line-height: 1;
}

.get-in-touch-block .pagebuilder-column-line .pagebuilder-column .pagebuilder-poster-content [data-element="content"] p strong {
  font-weight: 500;
}

.get-in-touch-block .pagebuilder-column-line .pagebuilder-column .pagebuilder-poster-content:before {
  margin-top: auto;
  margin-bottom: auto;
  height: 3rem;
  width: 3rem;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}

.get-in-touch-block .pagebuilder-column-line .pagebuilder-column .call-us .pagebuilder-poster-content:before{
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --><svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.73268 2.043C6.95002 0.832583 8.95439 1.04804 9.9737 2.40962L11.2347 4.09402C12.0641 5.20191 11.9909 6.75032 11.0064 7.72923L10.7676 7.96665C10.7572 7.99694 10.7319 8.09215 10.76 8.2731C10.8232 8.6806 11.1635 9.545 12.592 10.9654C14.02 12.3853 14.8905 12.7253 15.3038 12.7887C15.4911 12.8174 15.5891 12.7906 15.6194 12.78L16.0274 12.3743C16.9026 11.5041 18.2475 11.3414 19.3311 11.9305L21.2416 12.9691C22.8775 13.8584 23.2909 16.0821 21.9505 17.4148L20.53 18.8273C20.0824 19.2723 19.4805 19.6434 18.7459 19.7119C16.9369 19.8806 12.7187 19.6654 8.28659 15.2584C4.14868 11.144 3.35462 7.556 3.25415 5.78817L4.00294 5.74562L3.25415 5.78817C3.20335 4.89426 3.62576 4.13796 4.16308 3.60369L5.73268 2.043ZM8.77291 3.30856C8.26628 2.63182 7.322 2.57801 6.79032 3.10668L5.22072 4.66737C4.8908 4.99542 4.73206 5.35695 4.75173 5.70307C4.83156 7.10766 5.47286 10.3453 9.34423 14.1947C13.4057 18.2331 17.1569 18.3536 18.6067 18.2184C18.9029 18.1908 19.1975 18.0369 19.4724 17.7636L20.8929 16.3511C21.4704 15.777 21.343 14.7315 20.5252 14.2869L18.6147 13.2484C18.0871 12.9616 17.469 13.0562 17.085 13.438L16.6296 13.8909L16.1008 13.359C16.6296 13.8909 16.6289 13.8916 16.6282 13.8923L16.6267 13.8937L16.6236 13.8967L16.6171 13.903L16.6025 13.9166C16.592 13.9262 16.5799 13.9367 16.5664 13.948C16.5392 13.9705 16.5058 13.9959 16.4659 14.0227C16.3858 14.0763 16.2801 14.1347 16.1472 14.1841C15.8764 14.285 15.5192 14.3392 15.0764 14.2713C14.2096 14.1384 13.0614 13.5474 11.5344 12.0291C10.0079 10.5113 9.41194 9.36834 9.2777 8.50306C9.20906 8.06061 9.26381 7.70331 9.36594 7.43225C9.41599 7.29941 9.47497 7.19378 9.5291 7.11389C9.5561 7.07405 9.58179 7.04074 9.60446 7.01368C9.6158 7.00015 9.6264 6.98817 9.63604 6.9777L9.64977 6.96312L9.65606 6.95666L9.65905 6.95363L9.66051 6.95217C9.66122 6.95146 9.66194 6.95075 10.1908 7.48258L9.66194 6.95075L9.94875 6.66556C10.3774 6.23939 10.4374 5.53194 10.0339 4.99297L8.77291 3.30856Z" fill="%231C274C"/></svg>');
}

.get-in-touch-block .pagebuilder-column-line .pagebuilder-column .write-us .pagebuilder-poster-content:before{
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --><svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.29289 5.29289C3.47386 5.11193 3.72386 5 4 5H20C20.2761 5 20.5261 5.11193 20.7071 5.29289M3.29289 5.29289C3.11193 5.47386 3 5.72386 3 6V18C3 18.5523 3.44772 19 4 19H20C20.5523 19 21 18.5523 21 18V6C21 5.72386 20.8881 5.47386 20.7071 5.29289M3.29289 5.29289L10.5858 12.5857C11.3668 13.3668 12.6332 13.3668 13.4142 12.5857L20.7071 5.29289" stroke="%23000000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.get-in-touch-block .pagebuilder-column-line .pagebuilder-column .wisit-our-store .pagebuilder-poster-content:before{
  background-image: url('data:image/svg+xml,<svg width="169" height="153" viewBox="0 0 169 153" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_322_2)"><path d="M168.051 58.062C166.415 48.4004 162.579 39.3447 156.644 31.1459C149.942 21.8853 140.773 14.1531 130.129 8.78597C119.371 3.36115 107.363 0.492546 95.4032 0.492546C92.0292 0.492546 88.6282 0.721911 85.2939 1.17079C71.3299 3.05735 57.5997 8.86631 46.6316 17.5278C34.2736 27.2869 26.2985 39.834 23.5702 53.815C22.7573 57.9712 22.411 62.5691 22.0757 67.0148C21.5503 73.974 21.0071 81.17 18.7941 85.8724C17.2817 89.0863 15.025 91.2265 8.9246 91.2265C5.56742 91.2265 2.4998 93.1251 1.0013 96.13C-0.496194 99.135 -0.165784 102.728 1.85403 105.407C11.045 117.6 23.0389 124.985 35.6666 129.435C35.0915 131.172 34.7681 133.022 34.7681 134.952C34.7681 144.648 42.6277 152.507 52.3232 152.507C61.7788 152.507 69.4663 145.027 69.8414 135.664C73.9577 135.888 93.5585 135.941 95.7446 135.879C96.2292 145.142 103.871 152.507 113.253 152.507C122.947 152.507 130.807 144.648 130.807 134.952C130.807 132.742 130.381 130.635 129.637 128.688C136.52 125.34 143.018 120.822 148.687 115.38C156.594 107.793 162.397 98.8417 165.471 89.4935C168.931 78.9723 169.8 68.3972 168.051 58.062ZM52.3231 140.745C49.1241 140.745 46.5301 138.153 46.5301 134.952C46.5301 131.753 49.1241 129.159 52.3231 129.159C55.5231 129.159 58.1161 131.753 58.1161 134.952C58.1161 138.153 55.5231 140.745 52.3231 140.745ZM113.253 140.745C110.053 140.745 107.459 138.153 107.459 134.952C107.459 131.753 110.053 129.159 113.253 129.159C116.453 129.159 119.046 131.753 119.046 134.952C119.047 138.153 116.453 140.745 113.253 140.745ZM157.061 86.7283C151.992 102.141 138.63 114.868 124.39 121.385C121.358 118.893 117.482 117.399 113.254 117.399C106.44 117.399 100.546 121.285 97.638 126.958C94.6769 127.084 72.6284 127 67.8035 126.674C64.8464 121.154 59.0255 117.398 52.3241 117.398C47.8664 117.398 43.8078 119.072 40.7133 121.81C28.7194 117.934 17.3922 111.312 8.92558 100.077C33.9611 100.077 29.0209 72.0991 32.2597 55.5083C37.1939 30.2229 62.2086 13.2211 86.479 9.94264C89.464 9.54019 92.449 9.3432 95.4032 9.3432C135.292 9.34418 170.799 44.9587 157.061 86.7283ZM95.0679 99.0307C80.6631 99.0307 67.6861 89.5861 65.3061 77.2231C64.8444 74.823 66.4164 72.5017 68.8165 72.04C71.2174 71.577 73.5378 73.1502 73.9995 75.5504C75.3985 82.818 84.1009 90.4716 95.7007 90.1681C107.784 89.8515 115.765 82.6259 117.405 75.6528C117.965 73.2738 120.351 71.8002 122.728 72.3574C125.109 72.9175 126.584 75.3006 126.024 77.6797C124.684 83.3721 121.019 88.6458 115.701 92.5314C110.161 96.581 103.325 98.8238 95.9336 99.0189C95.645 99.0277 95.3555 99.0307 95.0679 99.0307ZM123.733 53.4452C123.733 58.1407 119.926 61.9475 115.231 61.9475C110.536 61.9475 106.729 58.1407 106.729 53.4452C106.729 48.7497 110.536 44.9448 115.231 44.9448C119.926 44.9448 123.733 48.7487 123.733 53.4452ZM84.0153 53.4452C84.0153 58.1407 80.2094 61.9475 75.5139 61.9475C70.8194 61.9475 67.0125 58.1407 67.0125 53.4452C67.0125 48.7497 70.8194 44.9448 75.5139 44.9448C80.2094 44.9448 84.0153 48.7487 84.0153 53.4452Z" fill="black"/></g><defs><clipPath id="clip0_322_2"><rect width="169" height="153" fill="white"/></clipPath></defs></svg>');
}

[data-content-type="row"]:has(.homepage-category) {
  margin-bottom: 1rem !important;
}

[data-content-type="row"]:has(.homepage-category) .homepage-category .pagebuilder-poster-overlay {
  padding-top: 200px !important;
}

@media (min-width: 1024px) {
  [data-content-type="row"]:has(.homepage-category) .homepage-category .pagebuilder-poster-overlay {
    padding-left: 200px !important;
    padding-top: 2rem !important;
  }
}

[data-content-type="row"]:has(.homepage-category) .homepage-category .pagebuilder-poster-overlay{
  box-shadow: unset !important;
}

[data-content-type="row"]:has(.homepage-category) .homepage-category [data-content-type="banner"] {
  height: 100%;
  padding: 0px !important;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  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);
}

[data-content-type="row"]:has(.homepage-category) .homepage-category .pagebuilder-column-line {
  -moz-column-gap: 1rem !important;
       column-gap: 1rem !important;
}

[data-content-type="row"]:has(.homepage-category) .homepage-category a {
  text-decoration-line: none !important;
}

[data-content-type="row"]:has(.homepage-category) .homepage-category ul {
  list-style-type: none !important;
  padding-bottom: 0px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(17 24 39 / var(--tw-text-opacity)) !important;
  text-decoration-line: none !important;
}

[data-content-type="row"]:has(.homepage-category) .homepage-category ul li {
  margin-bottom: 0px !important;
  list-style-type: none !important;
  --tw-text-opacity: 1 !important;
  color: rgb(17 24 39 / var(--tw-text-opacity)) !important;
  text-decoration-line: none !important;
}

[data-content-type="row"]:has(.homepage-category) .homepage-category h2 {
  padding-bottom: 10px !important;
}

[data-content-type="row"]:has(.homepage-category) .homepage-category .pagebuilder-banner-wrapper{
  background-size: 200px 200px !important;
  background-position: 50% 0 !important;
}

@media (min-width: 1024px) {
  [data-content-type="row"]:has(.homepage-category) .homepage-category .pagebuilder-banner-wrapper{
    background-position: 0 0 !important
  }
}

.homepage-top-banner h1 {
  margin-left: auto;
  width: 100%;
}

@media (min-width: 768px) {
  .homepage-top-banner .pagebuilder-banner-wrapper {
    min-height: 470px !important;
  }
}

.homepage-top-banner p {
  margin-bottom: 0px;
}

.homepage-top-banner a {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
  text-decoration-line: none !important;
}

.homepage-top-banner .pagebuilder-collage-content {
  margin-left: auto;
  width: 100%;
  max-width: 100%;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  --tw-bg-opacity: 0.9 !important;
  padding: 2rem;
}

@media (min-width: 1024px) {
  .homepage-top-banner .pagebuilder-collage-content {
    width: 35rem;
  }
}

.homepage-top-banner .pagebuilder-banner-wrapper {
  background-size: contain !important;
  padding-top: 0px;
  padding-top: 50%;
}

@media (min-width: 1024px) {
  .homepage-top-banner .pagebuilder-banner-wrapper {
    padding-top: 0px;
    background-size: cover !important;
    background-position: 0 50% !important;
  }
}

.homepage-top-banner .pagebuilder-banner-wrapper {
  background-position: top center !important;
}

.homepage-top-banner:not(.mobile-only) .pagebuilder-banner-button {
  position: absolute;
  bottom: 105%;
  left: 50%;
  width: -moz-max-content !important;
  width: max-content !important;
  --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));
  --tw-bg-opacity: 1;
  background-color: rgb(255 2 111 / var(--tw-bg-opacity));
}

.homepage-top-banner:not(.mobile-only) .pagebuilder-banner-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(190 24 93 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {
  .homepage-top-banner:not(.mobile-only) .pagebuilder-banner-button {
    bottom: 2rem;
    left: 3rem;
    --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));
  }
}

.homepage-top-banner .pagebuilder-overlay {
  position: relative;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100% !important;
  max-width: 1448px !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

@media (min-width: 640px) {
  .homepage-top-banner .pagebuilder-overlay {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

@media (min-width: 1024px) {
  .homepage-top-banner .pagebuilder-overlay {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}

.homepage-top-banner .pagebuilder-overlay ul {
  margin-bottom: 0.75rem;
  margin-left: auto;
  width: 100%;
  border-bottom-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(255 2 111 / var(--tw-border-opacity));
  padding-bottom: 0.75rem;
}

.homepage-top-banner .pagebuilder-overlay ul li {
  margin-bottom: 0.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.homepage-top-banner .pagebuilder-overlay ul li span {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
}

.homepage-top-banner .pagebuilder-overlay ul li [style="font-size: 18px"] {
  --tw-text-opacity: 1 !important;
  color: rgb(0 148 255 / var(--tw-text-opacity)) !important;
}

.homepage-top-banner .pagebuilder-overlay ul li:before {
  margin-right: 1rem;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 518.1 344.42" style="enable-background:new 0 0 518.1 344.42;" xml:space="preserve" width="40" height="28"><style type="text/css">.st0{fill:%23FF006E;}</style><path class="st0" d="M518.1,22.84C518.1,10.23,507.87,0,495.26,0c-6.41,0-12.2,2.65-16.35,6.9l-0.05-0.04L205.53,287.18L40.51,87.09 l-0.04,0.03c-4.19-5.08-10.53-8.31-17.62-8.31C10.23,78.81,0,89.04,0,101.65c0,5.52,1.96,10.58,5.22,14.53l-0.04,0.03l183.41,222.39 c4.1,3.6,9.45,5.81,15.34,5.81c6.16,0,11.75-2.41,15.91-6.32L511.65,38.82l-0.05-0.04C515.62,34.66,518.1,29.05,518.1,22.84z"></path></svg>');
  content: "";
  width: 40px;
  height: 28px;
  display: block;
}

.homepage-top-banner .pagebuilder-overlay p {
  margin-bottom: 0px;
  width: 100%;
  padding-bottom: 0px !important;
}

.homepage-top-banner .pagebuilder-overlay p span:has(img) {
  display: block;
}

[data-content-type$='block'] .homepage-top-banner .pagebuilder-overlay p span:has(img) p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.homepage-top-banner .pagebuilder-overlay p span:has(img) img {
  height: auto !important;
  width: 100% !important;
}

.homepage-top-banner.mobile-only .category-list li {
  margin-top: -1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.homepage-top-banner.mobile-only .category-list li a {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 480px) {
  .homepage-top-banner.mobile-only .category-list li a {
    max-width: 480px;
  }
}

@media (min-width: 640px) {
  .homepage-top-banner.mobile-only .category-list li a {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .homepage-top-banner.mobile-only .category-list li a {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .homepage-top-banner.mobile-only .category-list li a {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .homepage-top-banner.mobile-only .category-list li a {
    max-width: 1280px;
  }
}

@media (min-width: 1320px) {
  .homepage-top-banner.mobile-only .category-list li a {
    max-width: 1320px;
  }
}

@media (min-width: 1536px) {
  .homepage-top-banner.mobile-only .category-list li a {
    max-width: 1536px;
  }
}

.homepage-top-banner.mobile-only .category-list li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
  text-decoration-line: none !important;
}

.catalog-product-view .product-info-main .homepage-top-banner.mobile-only .category-list li a {
  padding: 0px;
}

.catalog-product-view .product-info-main .homepage-top-banner.mobile-only .category-list li a b {
  font-weight: 600;
}

.homepage-top-banner.mobile-only .category-list li a {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1448px;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .homepage-top-banner.mobile-only .category-list li a {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .homepage-top-banner.mobile-only .category-list li a {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.homepage-top-banner.mobile-only .category-list li a picture {
  margin-right: 1rem;
}

.homepage-top-banner.mobile-only .category-list li a:after {
  margin-left: auto;
  height: 2rem;
  width: 2rem;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" width="24" height="24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M9 5l7 7-7 7"></path></svg>');
}

.homepage-top-banner.mobile-only .pagebuilder-banner-button {
  width: -moz-max-content !important;
  width: max-content !important;
  --tw-bg-opacity: 1;
  background-color: rgb(255 2 111 / var(--tw-bg-opacity));
}

.homepage-top-banner.mobile-only .pagebuilder-banner-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(190 24 93 / var(--tw-bg-opacity));
}

.homepage-top-banner.mobile-only .pagebuilder-banner-wrapper {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 245 / var(--tw-bg-opacity));
}

.homepage-top-banner.mobile-only .pagebuilder-overlay {
  margin-top: -5px;
  padding-bottom: 1.5rem !important;
}

.homepage-top-banner.mobile-only .pagebuilder-collage-content {
  margin-top: -1.5rem;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 1 !important;
  padding: 1.5rem;
}

.homepage-top-banner.mobile-only .pagebuilder-collage-content p {
  font-size: 0.875rem;
  line-height: 170%;
}

.homepage-top-banner.mobile-only .usp-text {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 480px) {
  .homepage-top-banner.mobile-only .usp-text {
    max-width: 480px;
  }
}

@media (min-width: 640px) {
  .homepage-top-banner.mobile-only .usp-text {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .homepage-top-banner.mobile-only .usp-text {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .homepage-top-banner.mobile-only .usp-text {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .homepage-top-banner.mobile-only .usp-text {
    max-width: 1280px;
  }
}

@media (min-width: 1320px) {
  .homepage-top-banner.mobile-only .usp-text {
    max-width: 1320px;
  }
}

@media (min-width: 1536px) {
  .homepage-top-banner.mobile-only .usp-text {
    max-width: 1536px;
  }
}

.catalog-product-view .product-info-main .homepage-top-banner.mobile-only .usp-text {
  padding: 0px;
}

.catalog-product-view .product-info-main .homepage-top-banner.mobile-only .usp-text b {
  font-weight: 600;
}

.homepage-top-banner.mobile-only .usp-text {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1448px;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .homepage-top-banner.mobile-only .usp-text {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .homepage-top-banner.mobile-only .usp-text {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.homepage-top-banner.mobile-only .usp-text ul {
  margin-bottom: 0.75rem;
  margin-left: auto;
  width: 100%;
  border-bottom-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(255 2 111 / var(--tw-border-opacity));
  padding-bottom: 0.75rem;
}

.homepage-top-banner.mobile-only .usp-text ul li {
  margin-bottom: 0.5rem;
  display: flex;
  flex-direction: row;
}

.homepage-top-banner.mobile-only .usp-text ul li span {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
}

.homepage-top-banner.mobile-only .usp-text ul li [style="font-size: 18px"] {
  --tw-text-opacity: 1 !important;
  color: rgb(0 148 255 / var(--tw-text-opacity)) !important;
}

.homepage-top-banner.mobile-only .usp-text ul li:before {
  margin-right: 1rem;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 518.1 344.42" style="enable-background:new 0 0 518.1 344.42;" xml:space="preserve" width="40" height="28"><style type="text/css">.st0{fill:%23FF006E;}</style><path class="st0" d="M518.1,22.84C518.1,10.23,507.87,0,495.26,0c-6.41,0-12.2,2.65-16.35,6.9l-0.05-0.04L205.53,287.18L40.51,87.09 l-0.04,0.03c-4.19-5.08-10.53-8.31-17.62-8.31C10.23,78.81,0,89.04,0,101.65c0,5.52,1.96,10.58,5.22,14.53l-0.04,0.03l183.41,222.39 c4.1,3.6,9.45,5.81,15.34,5.81c6.16,0,11.75-2.41,15.91-6.32L511.65,38.82l-0.05-0.04C515.62,34.66,518.1,29.05,518.1,22.84z"></path></svg>');
  content: "";
  width: 20px;
  height: 28px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 5px;
}

.homepage-top-banner.mobile-only .usp-text span:has(img) {
  display: block;
}

[data-content-type$='block'] .homepage-top-banner.mobile-only .usp-text span:has(img) p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.homepage-top-banner.mobile-only .usp-text span:has(img) img {
  height: auto !important;
  width: 100% !important;
}

.homepage-categories-wrapper .h2 {
  margin-bottom: 0px;
  display: flex;
  width: 100%;
  padding-bottom: 1rem;
}

.homepage-categories-wrapper .h2:after{
  content: "";
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 1rem;
  display: flex;
  width: 100%;
  flex: 1 1 0%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(134 131 131 / var(--tw-border-opacity));
}

@media (min-width: 1024px) {
  .homepage-categories-wrapper .h2:after {
    margin-left: 2rem;
  }
}

.homepage-categories-wrapper .h2 p {
  display: flex;
  width: -moz-max-content;
  width: max-content;
}

.homepage-categories-wrapper p {
  margin-bottom: 0px;
  padding-bottom: 0px !important;
}

.homepage-categories-wrapper .pagebuilder-column-line {
  margin-bottom: 1rem;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 1rem;
}

@media (min-width: 768px) {
  .homepage-categories-wrapper .pagebuilder-column-line {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 1024px) {
  .homepage-categories-wrapper .pagebuilder-column-line {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}

.homepage-categories-wrapper .pagebuilder-column-line .pagebuilder-column {
  display: flex;
  width: 100% !important;
  flex: 1 1 0%;
  flex-direction: column;
  border-width: 1px;
  padding: 1rem;
}

.homepage-categories-wrapper .pagebuilder-column-line .pagebuilder-column:hover {
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  --tw-bg-opacity: 1;
  --tw-shadow: 0px 2.45px 23.62px 0px rgba(0,0,0,0.1);
  --tw-shadow-colored: 0px 2.45px 23.62px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@supports (color: rgb(0 0 0 / 0)) {
.homepage-categories-wrapper .pagebuilder-column-line .pagebuilder-column:hover {
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
}

.homepage-categories-wrapper .pagebuilder-column-line .pagebuilder-column .pagebuilder-overlay {
  height: -moz-max-content !important;
  height: max-content !important;
  min-height: -moz-max-content !important;
  min-height: max-content !important;
  align-items: flex-end;
  padding: 0px !important;
}

.homepage-categories-wrapper .pagebuilder-column-line .pagebuilder-column .pagebuilder-overlay .pagebuilder-poster-content {
  text-align: center;
}

.homepage-categories-wrapper .pagebuilder-column-line .pagebuilder-column .pagebuilder-banner-wrapper {
  background-size: cover;
  padding-top: 100%;
}

.homepage-categories-wrapper .pagebuilder-column-line .pagebuilder-column:empty {
  opacity: 0;
}

.homepage-categories-wrapper .pagebuilder-column-line .pagebuilder-column a {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2rem;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
  text-decoration-line: none !important;
}

.fullscreen-banner {
  position: relative;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
}

.fullscreen-banner .pagebuilder-banner-wrapper {
  display: flex;
  min-height: -moz-max-content !important;
  min-height: max-content !important;
  align-items: center;
}

.home-page-register-wrapper .pagebuilder-overlay {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 480px) {
  .home-page-register-wrapper .pagebuilder-overlay {
    max-width: 480px;
  }
}

@media (min-width: 640px) {
  .home-page-register-wrapper .pagebuilder-overlay {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .home-page-register-wrapper .pagebuilder-overlay {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .home-page-register-wrapper .pagebuilder-overlay {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .home-page-register-wrapper .pagebuilder-overlay {
    max-width: 1280px;
  }
}

@media (min-width: 1320px) {
  .home-page-register-wrapper .pagebuilder-overlay {
    max-width: 1320px;
  }
}

@media (min-width: 1536px) {
  .home-page-register-wrapper .pagebuilder-overlay {
    max-width: 1536px;
  }
}

.home-page-register-wrapper .pagebuilder-overlay {
  width: 100%;
  max-width: 1448px !important;
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.catalog-product-view .product-info-main .home-page-register-wrapper .pagebuilder-overlay {
  padding: 0px;
}

.catalog-product-view .product-info-main .home-page-register-wrapper .pagebuilder-overlay b {
  font-weight: 600;
}

.home-page-register-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1448px;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .home-page-register-wrapper .pagebuilder-overlay {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .home-page-register-wrapper .pagebuilder-overlay {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.home-page-register-wrapper .pagebuilder-overlay a {
  display: flex;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  line-height: 200%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .home-page-register-wrapper .pagebuilder-overlay a {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .home-page-register-wrapper .pagebuilder-overlay a {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.home-page-register-wrapper .pagebuilder-overlay a svg {
  display: inline-flex;
}

.home-page-register-wrapper .pagebuilder-overlay a span {
  vertical-align: middle;
}

.home-page-register-wrapper .pagebuilder-overlay a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

.home-page-register-wrapper .pagebuilder-overlay a:focus {
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.home-page-register-wrapper .pagebuilder-overlay a {
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(0 148 255 / var(--tw-bg-opacity));
  font-weight: 600;
  line-height: 200%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.home-page-register-wrapper .pagebuilder-overlay a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(36 126 229 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.home-page-register-wrapper .pagebuilder-overlay a span {
  line-height: 200%;
}

.home-page-register-wrapper .pagebuilder-overlay a {
  margin-left: auto;
  margin-top: 1.5rem;
  width: -moz-max-content;
  width: max-content;
  --tw-bg-opacity: 1;
  background-color: rgb(255 2 111 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  text-decoration-line: none !important;
}

.mgz-blog .blog-post-content .home-page-register-wrapper .pagebuilder-overlay a {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.mgz-blog .blog-post-content .home-page-register-wrapper .pagebuilder-overlay a:hover {
  text-decoration-line: none;
}

.home-page-register-wrapper .pagebuilder-overlay a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(190 24 93 / var(--tw-bg-opacity));
}

.home-page-register-wrapper .pagebuilder-banner-wrapper {
  height: 23.75rem;
  background-size: cover !important;
}

.home-page-register-wrapper .pagebuilder-collage-content span:has(strong) {
  margin-bottom: 1.5rem !important;
  display: block;
}

[data-content-type$='block'] .home-page-register-wrapper .pagebuilder-collage-content span:has(strong) p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.home-page-register-wrapper .pagebuilder-collage-content span:has(strong) span {
  font-size: 30px !important;
}

@media (min-width: 640px) {
  .home-page-register-wrapper .pagebuilder-collage-content span:has(strong) span {
    font-size: 48px !important;
  }
}

.home-page-register-wrapper .pagebuilder-collage-content span:has(strong) span{
  line-height: 130% !important;
}

.home-page-register-wrapper .pagebuilder-collage-content span {
  font-size: 20px !important;
}

@media (min-width: 640px) {
  .home-page-register-wrapper .pagebuilder-collage-content span {
    font-size: 36px !important;
  }
}

.home-page-register-wrapper .pagebuilder-collage-content span{
  line-height: 130% !important;
}

.home-page-register-wrapper .pagebuilder-collage-content p {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  line-height: 130% !important;
}

.home-page-register-wrapper .pagebuilder-collage-content p:last-child {
  padding-bottom: 0px !important;
}

.homepage-info-wrapper .pagebuilder-collage-content {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 480px) {
  .homepage-info-wrapper .pagebuilder-collage-content {
    max-width: 480px;
  }
}

@media (min-width: 640px) {
  .homepage-info-wrapper .pagebuilder-collage-content {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .homepage-info-wrapper .pagebuilder-collage-content {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .homepage-info-wrapper .pagebuilder-collage-content {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .homepage-info-wrapper .pagebuilder-collage-content {
    max-width: 1280px;
  }
}

@media (min-width: 1320px) {
  .homepage-info-wrapper .pagebuilder-collage-content {
    max-width: 1320px;
  }
}

@media (min-width: 1536px) {
  .homepage-info-wrapper .pagebuilder-collage-content {
    max-width: 1536px;
  }
}

.homepage-info-wrapper .pagebuilder-collage-content {
  width: 100% !important;
  padding: 2.25rem;
}

.catalog-product-view .product-info-main .homepage-info-wrapper .pagebuilder-collage-content {
  padding: 0px;
}

.catalog-product-view .product-info-main .homepage-info-wrapper .pagebuilder-collage-content b {
  font-weight: 600;
}

.homepage-info-wrapper .pagebuilder-collage-content {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1448px;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .homepage-info-wrapper .pagebuilder-collage-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .homepage-info-wrapper .pagebuilder-collage-content {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.homepage-info-wrapper .pagebuilder-collage-content [data-element="content"] {
  margin-left: auto;
  width: -moz-max-content;
  width: max-content;
}

.homepage-info-wrapper .pagebuilder-banner-wrapper {
  background-size: cover !important;
  padding-top: 0px;
}

@media (min-width: 1024px) {
  .homepage-info-wrapper .pagebuilder-banner-wrapper {
    background-size: auto !important;
    background-size: 100% auto !important;
  }
}

.homepage-info-wrapper .pagebuilder-banner-wrapper {
  background-position: 0 50% !important;
}

.homepage-info-wrapper p {
  margin-bottom: 0px;
}

.homepage-info-wrapper .pagebuilder-overlay {
  display: flex;
  width: 100% !important;
  max-width: 100% !important;
  justify-content: flex-end;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  --tw-bg-opacity: 0.5 !important;
  padding: 0px !important;
}

.homepage-info-wrapper .pagebuilder-overlay tr {
  display: flex;
  flex-direction: column;
}

@media (min-width: 640px) {
  .homepage-info-wrapper .pagebuilder-overlay tr {
    flex-direction: row;
  }
}

.homepage-info-wrapper .pagebuilder-overlay tr td {
  display: flex;
  width: -moz-max-content !important;
  width: max-content !important;
  flex-direction: row;
  padding: 0.75rem;
}

@media (min-width: 640px) {
  .homepage-info-wrapper .pagebuilder-overlay tr td {
    width: 50% !important;
  }
}

.homepage-info-wrapper .pagebuilder-overlay tr td img {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0.5rem;
  display: block;
  height: -moz-max-content;
  height: max-content;
  width: -moz-max-content;
  width: max-content;
}

[data-content-type$='block'] .homepage-info-wrapper .pagebuilder-overlay tr td img p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.homepage-info-wrapper .pagebuilder-overlay tr td span {
  margin-top: auto;
  margin-bottom: auto;
  display: inline;
  height: -moz-max-content;
  height: max-content;
  vertical-align: middle;
}

.homepage-info-wrapper .pagebuilder-overlay tr td:first-child {
  padding-right: 1rem;
}

.homepage-info-wrapper .pagebuilder-overlay tr td:last-child {
  padding-left: 1rem;
}

.homepage-text-block .h2 {
  margin-bottom: 2rem;
}

.homepage-text-block p {
  margin-bottom: 0px;
}

.homepage-text-block .pagebuilder-column-group {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.homepage-text-block .pagebuilder-column-group .pagebuilder-column h2 {
  margin-bottom: 0px;
  display: inline-block;
}

.homepage-bottom-banner {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.homepage-bottom-banner p {
  margin-bottom: 0px;
}

.homepage-bottom-banner [data-content-type="banner"],.homepage-bottom-banner [data-content-type="heading"] {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 480px) {
  .homepage-bottom-banner [data-content-type="banner"],.homepage-bottom-banner [data-content-type="heading"] {
    max-width: 480px;
  }
}

@media (min-width: 640px) {
  .homepage-bottom-banner [data-content-type="banner"],.homepage-bottom-banner [data-content-type="heading"] {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .homepage-bottom-banner [data-content-type="banner"],.homepage-bottom-banner [data-content-type="heading"] {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .homepage-bottom-banner [data-content-type="banner"],.homepage-bottom-banner [data-content-type="heading"] {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .homepage-bottom-banner [data-content-type="banner"],.homepage-bottom-banner [data-content-type="heading"] {
    max-width: 1280px;
  }
}

@media (min-width: 1320px) {
  .homepage-bottom-banner [data-content-type="banner"],.homepage-bottom-banner [data-content-type="heading"] {
    max-width: 1320px;
  }
}

@media (min-width: 1536px) {
  .homepage-bottom-banner [data-content-type="banner"],.homepage-bottom-banner [data-content-type="heading"] {
    max-width: 1536px;
  }
}

.catalog-product-view .product-info-main .homepage-bottom-banner [data-content-type="banner"],.catalog-product-view .product-info-main .homepage-bottom-banner [data-content-type="heading"] {
  padding: 0px;
}

.catalog-product-view .product-info-main .homepage-bottom-banner [data-content-type="banner"] b,.catalog-product-view .product-info-main .homepage-bottom-banner [data-content-type="heading"] b {
  font-weight: 600;
}

.homepage-bottom-banner [data-content-type="banner"],.homepage-bottom-banner [data-content-type="heading"] {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1448px;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .homepage-bottom-banner [data-content-type="banner"],.homepage-bottom-banner [data-content-type="heading"] {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .homepage-bottom-banner [data-content-type="banner"],.homepage-bottom-banner [data-content-type="heading"] {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .homepage-bottom-banner .pagebuilder-collage-content {
    padding-top: 0px !important;
  }
}

.homepage-bottom-banner .h2 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 480px) {
  .homepage-bottom-banner .h2 {
    max-width: 480px;
  }
}

@media (min-width: 640px) {
  .homepage-bottom-banner .h2 {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .homepage-bottom-banner .h2 {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .homepage-bottom-banner .h2 {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .homepage-bottom-banner .h2 {
    max-width: 1280px;
  }
}

@media (min-width: 1320px) {
  .homepage-bottom-banner .h2 {
    max-width: 1320px;
  }
}

@media (min-width: 1536px) {
  .homepage-bottom-banner .h2 {
    max-width: 1536px;
  }
}

.homepage-bottom-banner .h2 {
  margin-bottom: 2rem;
  display: flex;
}

.catalog-product-view .product-info-main .homepage-bottom-banner .h2 {
  padding: 0px;
}

.catalog-product-view .product-info-main .homepage-bottom-banner .h2 b {
  font-weight: 600;
}

.homepage-bottom-banner .h2 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1448px;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .homepage-bottom-banner .h2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .homepage-bottom-banner .h2 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.homepage-bottom-banner .h2:before {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 5%;
  display: none;
  width: 55%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

@media (min-width: 768px) {
  .guided-selling #error-text.homepage-bottom-banner .h2:before, .guided-selling #back-button.homepage-bottom-banner .h2:before, .guided-selling #next-button.homepage-bottom-banner .h2:before {
    visibility: hidden;
    display: block;
  }
}

.guided-selling #error-text.homepage-bottom-banner .h2:before, .guided-selling #back-button.homepage-bottom-banner .h2:before, .guided-selling #next-button.homepage-bottom-banner .h2:before {
  transition: unset;
}

.guided-selling #back-button.homepage-bottom-banner .h2:before {
  margin-right: 0px;
  width: 0px;
}

@media (min-width: 1024px) {
  .homepage-bottom-banner .h2:before {
    display: block;
  }
}

.homepage-bottom-banner .h2:before{
  content: "";
}

.homepage-bottom-banner .pagebuilder-banner-wrapper {
  padding-top: 45%;
  background-size: 100% auto !important;
}

@media (min-width: 1024px) {
  .homepage-bottom-banner .pagebuilder-banner-wrapper {
    padding-top: 0px;
    background-size: 60% auto !important;
  }
}

.homepage-bottom-banner .pagebuilder-overlay {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 480px) {
  .homepage-bottom-banner .pagebuilder-overlay {
    max-width: 480px;
  }
}

@media (min-width: 640px) {
  .homepage-bottom-banner .pagebuilder-overlay {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .homepage-bottom-banner .pagebuilder-overlay {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .homepage-bottom-banner .pagebuilder-overlay {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .homepage-bottom-banner .pagebuilder-overlay {
    max-width: 1280px;
  }
}

@media (min-width: 1320px) {
  .homepage-bottom-banner .pagebuilder-overlay {
    max-width: 1320px;
  }
}

@media (min-width: 1536px) {
  .homepage-bottom-banner .pagebuilder-overlay {
    max-width: 1536px;
  }
}

.homepage-bottom-banner .pagebuilder-overlay {
  width: 100%;
  max-width: 1448px !important;
  padding: 0px !important;
}

.catalog-product-view .product-info-main .homepage-bottom-banner .pagebuilder-overlay {
  padding: 0px;
}

.catalog-product-view .product-info-main .homepage-bottom-banner .pagebuilder-overlay b {
  font-weight: 600;
}

.homepage-bottom-banner .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1448px;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .homepage-bottom-banner .pagebuilder-overlay {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .homepage-bottom-banner .pagebuilder-overlay {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.homepage-bottom-banner .pagebuilder-overlay [data-element="content"] > div {
  margin-left: auto !important;
  background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  --tw-gradient-from: #d1d5db var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-from-position: 90%;
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  padding-right: 0px !important;
  padding-bottom: 0px !important;
  padding-top: 10% !important;
  padding-left: 0px;
}

@media (min-width: 1024px) {
  .homepage-bottom-banner .pagebuilder-overlay [data-element="content"] > div {
    margin-top: 0px;
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
    padding-top: 0px !important;
    padding-left: 10%;
  }
}

.homepage-product-slider .h2 {
  display: flex;
  width: 100%;
  padding-bottom: 1rem;
}

.homepage-product-slider .h2 p {
  display: flex;
  width: -moz-max-content;
  width: max-content;
}

.homepage-product-slider p {
  margin-bottom: 0px;
}

.homepage-product-slider .glider{
  -ms-overflow-style: none !important;
  scrollbar-width: none !important;
}

.homepage-product-slider .glider::-webkit-scrollbar{
  display: none !important;
}

.homepage-product-slider .glider-track {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.cms-zakelijke-registratie .column.main #country {
  -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;
}

.cms-zakelijke-registratie .column.main #country: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;
}

.cms-zakelijke-registratie .column.main #country::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

.cms-zakelijke-registratie .column.main #country::placeholder {
  color: #6b7280;
  opacity: 1;
}

.cms-zakelijke-registratie .column.main #country::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

.cms-zakelijke-registratie .column.main #country::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}

.cms-zakelijke-registratie .column.main #country::-webkit-datetime-edit {
  display: inline-flex;
}

.cms-zakelijke-registratie .column.main #country::-webkit-datetime-edit,.cms-zakelijke-registratie .column.main #country::-webkit-datetime-edit-year-field,.cms-zakelijke-registratie .column.main #country::-webkit-datetime-edit-month-field,.cms-zakelijke-registratie .column.main #country::-webkit-datetime-edit-day-field,.cms-zakelijke-registratie .column.main #country::-webkit-datetime-edit-hour-field,.cms-zakelijke-registratie .column.main #country::-webkit-datetime-edit-minute-field,.cms-zakelijke-registratie .column.main #country::-webkit-datetime-edit-second-field,.cms-zakelijke-registratie .column.main #country::-webkit-datetime-edit-millisecond-field,.cms-zakelijke-registratie .column.main #country::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

.cms-zakelijke-registratie .column.main #country {
  min-height: 44px;
  border-radius: 0px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.cms-zakelijke-registratie .column.main #country:focus,.cms-zakelijke-registratie .column.main #country:hover {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  box-shadow: unset;
}

.cms-zakelijke-registratie .column.main #country {
  width: 100%;
}

.cms-zakelijke-registratie .column.main .actions-toolbar {
  border: unset;
  justify-content: flex-end;
}

.desktop-only {
  display: none !important;
}

@media (min-width: 1024px) {
  .desktop-only {
    display: block !important;
  }
}

.mobile-only {
  display: block !important;
}

@media (min-width: 1024px) {
  .mobile-only {
    display: none !important;
  }
}

.category-cms [data-content-type="row"] {
  margin-bottom: 3rem;
}

.image-with-text-over {
  position: relative;
  margin-bottom: 1rem;
}

.image-with-text-over [data-content-type="image"] {
  height: 24.125rem;
  overflow: hidden;
}

.image-with-text-over [data-content-type="image"] img {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}

.image-with-text-over .text {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .image-with-text-over .text {
    font-size: 2rem;
  }
}

@media (min-width: 1280px) {
  .image-with-text-over .text {
    font-size: 4.5rem;
  }
}

.columns-paragraph-images .pagebuilder-column-group {
  margin-bottom: 3rem;
}

.columns-paragraph-images .pagebuilder-column-group .pagebuilder-column-line {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 1rem;
}

.text-bg-white-semi-transparent .pagebuilder-collage-content {
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.9;
  padding: 1.5rem;
}

.text-bg-white-semi-transparent .pagebuilder-overlay {
  max-width: 34rem !important;
}

.text-bg-white-semi-transparent a {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
  text-decoration-line: none !important;
}

.columns-with-gaps .pagebuilder-column-line {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.banner-columns-with-text-inside .pagebuilder-column-line {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}

@media (min-width: 768px) {
  .banner-columns-with-text-inside .pagebuilder-column-line {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .banner-columns-with-text-inside .pagebuilder-column-line {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.banner-columns-with-text-inside .pagebuilder-column-line .pagebuilder-column {
  aspect-ratio: 1/1;
  width: 100% !important;
}

.banner-columns-with-text-inside .pagebuilder-column-line .pagebuilder-column [data-content-type="banner"] {
  height: 100%;
}

.banner-columns-with-text-inside .pagebuilder-column-line .pagebuilder-column [data-content-type="banner"] a {
  display: flex;
  height: 100%;
  width: 100%;
}

.banner-columns-with-text-inside .pagebuilder-column-line .pagebuilder-column [data-content-type="banner"] .pagebuilder-banner-wrapper {
  width: 100%;
}

.banner-columns-with-text-inside .pagebuilder-column-line .pagebuilder-overlay {
  display: flex;
  height: 100%;
  padding: 0px;
}

.banner-columns-with-text-inside .pagebuilder-column-line .pagebuilder-poster-content {
  margin-top: auto;
  margin-bottom: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.banner-columns-with-text-inside .pagebuilder-column-line .pagebuilder-poster-content p {
  margin-bottom: 0px;
}

.banner-columns-with-text-inside .pagebuilder-column-line .pagebuilder-poster-content [data-element="content"] {
  height: -moz-max-content;
  height: max-content;
  min-height: 0px;
  text-align: center;
}

.clearfix {
  zoom: 1;
}

.clearfix:before,
  .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  box-sizing: border-box;
}

a.product-image {
  position: relative;
}

.cataloglabel.cataloglabel-placeholder {
  display:   flex;
  position:  absolute;
  z-index:   8;
  flex-grow: 1;
}

.cataloglabel.cataloglabel-placeholder.position-TL {
  top:  20px;
  left: 0px;
}

.cataloglabel.cataloglabel-placeholder.position-TR {
  top:   0px;
  right: 0px;
}

.cataloglabel.cataloglabel-placeholder.position-TC {
  top:  0px;
  left: 50%;
  transform: translateX(-50%);
}

.cataloglabel.cataloglabel-placeholder.position-ML {
  top:  50%;
  left: 0px;
  transform: translateY(-50%);
}

.cataloglabel.cataloglabel-placeholder.position-MR {
  top:   50%;
  right: 0px;
  transform: translateY(-50%);
}

.cataloglabel.cataloglabel-placeholder.position-MC {
  top:  50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cataloglabel.cataloglabel-placeholder.position-BL {
  bottom: 0px;
  left:   0px;
}

.cataloglabel.cataloglabel-placeholder.position-BR {
  bottom: 0px;
  right:  0px;
}

.cataloglabel.cataloglabel-placeholder.position-BC {
  bottom: 0px;
  left:   50%;
  transform: translateX(-50%);
}

.cataloglabel.cataloglabel-placeholder.direction-horizontal {
  flex-direction: row;
}

.cataloglabel.cataloglabel-placeholder.direction-horizontal>* {
  margin-right: 5px;
}

.cataloglabel.cataloglabel-placeholder.direction-horizontal>*:last-child {
  margin-right: 0;
}

.cataloglabel.cataloglabel-placeholder.direction-vertical {
  flex-direction: column;
}

.cataloglabel.cataloglabel-placeholder.direction-vertical>* {
  margin-bottom: 5px;
}

.cataloglabel.cataloglabel-placeholder.direction-vertical>*:last-child {
  margin-bottom: 0;
}

.cataloglabel.cataloglabel-placeholder.position-MANUAL {
  position: relative;
}

.cataloglabel.cataloglabel-product-top-label {
  display: table;
  text-align: center;
}

.cataloglabel.cataloglabel-product-top-label > span {
  display: table-cell;
  vertical-align: middle;
  line-height: 14px;
  padding: 10px 10px;
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
}

.cataloglabel.cataloglabel-product-list img {
  margin-right: 3px;
}

.category-products li.item {
  position: relative;
}

.tooltip {
  position: absolute;
  z-index: 1000;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  min-width: 70px;
  padding: 8px 4px;
  color: #fff;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: #666;
  border-radius: 3px;
  font-size: 10px;
}

.tooltip-inner b {
  display: block;
  font-size: 12px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #666;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #666;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #666;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #666;
}

.catalog-product-view-media {
  position: relative;
}

.product.media {
  position: relative;
}

.product-item-info a {
  position: relative;
  display: block;
}

.veikals-davanukarte-index .history tr:not(:last-of-type) {
  border-bottom: 1px solid rgb(209, 213, 219);
}

@font-face{
  font-family:swiper-icons;

  src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');

  font-weight:400;

  font-style:normal
}

:root{
  --swiper-theme-color:#007aff
}

.swiper,swiper-container{
  margin-left:auto;
  margin-right:auto;
  position:relative;
  overflow:hidden;
  list-style:none;
  padding:0;
  z-index:1;
  display:block
}

.swiper-vertical>.swiper-wrapper{
  flex-direction:column
}

.swiper-wrapper{
  position:relative;
  width:100%;
  height:100%;
  z-index:1;
  display:flex;
  transition-property:transform;
  transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);
  box-sizing:content-box
}

.swiper-android .swiper-slide,.swiper-wrapper{
  transform:translate3d(0px,0,0)
}

.swiper-horizontal{
  touch-action:pan-y
}

.swiper-vertical{
  touch-action:pan-x
}

.swiper-slide,swiper-slide{
  flex-shrink:0;
  width:100%;
  height:100%;
  position:relative;
  transition-property:transform;
  display:block
}

.swiper-slide-invisible-blank{
  visibility:hidden
}

.swiper-autoheight,.swiper-autoheight .swiper-slide{
  height:auto
}

.swiper-autoheight .swiper-wrapper{
  align-items:flex-start;
  transition-property:transform,height
}

.swiper-backface-hidden .swiper-slide{
  transform:translateZ(0);
  backface-visibility:hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper{
  perspective:1200px
}

.swiper-3d .swiper-wrapper{
  transform-style:preserve-3d
}

.swiper-3d{
  perspective:1200px
}

.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{
  transform-style:preserve-3d
}

.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  pointer-events:none;
  z-index:10
}

.swiper-3d .swiper-slide-shadow{
  background:rgba(0,0,0,.15)
}

.swiper-3d .swiper-slide-shadow-left{
  background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-right{
  background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-top{
  background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-bottom{
  background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-css-mode>.swiper-wrapper{
  overflow:auto;
  scrollbar-width:none;
  -ms-overflow-style:none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{
  display:none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide{
  scroll-snap-align:start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper{
  scroll-snap-type:x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper{
  scroll-snap-type:y mandatory
}

.swiper-centered>.swiper-wrapper::before{
  content:'';
  flex-shrink:0;
  order:9999
}

.swiper-centered>.swiper-wrapper>.swiper-slide{
  scroll-snap-align:center center;
  scroll-snap-stop:always
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{
  margin-inline-start:var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before{
  height:100%;
  min-height:1px;
  width:var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{
  margin-block-start:var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before{
  width:100%;
  min-width:1px;
  height:var(--swiper-centered-offset-after)
}

.swiper-lazy-preloader{
  width:42px;
  height:42px;
  position:absolute;
  left:50%;
  top:50%;
  margin-left:-21px;
  margin-top:-21px;
  z-index:10;
  transform-origin:50%;
  box-sizing:border-box;
  border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
  border-radius:50%;
  border-top-color:transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{
  animation:swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white{
  --swiper-preloader-color:#fff
}

.swiper-lazy-preloader-black{
  --swiper-preloader-color:#000
}

@keyframes swiper-preloader-spin{
  0%{
    transform:rotate(0deg)
  }

  100%{
    transform:rotate(360deg)
  }
}

.swiper-virtual .swiper-slide{
  -webkit-backface-visibility:hidden;
  transform:translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after{
  content:'';
  position:absolute;
  left:0;
  top:0;
  pointer-events:none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{
  height:1px;
  width:var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{
  width:1px;
  height:var(--swiper-virtual-size)
}

:root{
  --swiper-navigation-size:44px
}

.swiper-button-next,.swiper-button-prev{
  position:absolute;
  top:var(--swiper-navigation-top-offset,50%);
  width:calc(var(--swiper-navigation-size)/ 44 * 27);
  height:var(--swiper-navigation-size);
  margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index:10;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--swiper-navigation-color,var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{
  opacity:.35;
  cursor:auto;
  pointer-events:none
}

.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{
  opacity:0;
  cursor:auto;
  pointer-events:none
}

.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{
  display:none!important
}

.swiper-button-next:after,.swiper-button-prev:after{
  font-family:swiper-icons;
  font-size:var(--swiper-navigation-size);
  text-transform:none!important;
  letter-spacing:0;
  font-feature-settings:;
  font-variant:initial;
  line-height:1
}

.swiper-button-prev,.swiper-rtl .swiper-button-next{
  left:var(--swiper-navigation-sides-offset,10px);
  right:auto
}

.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{
  content:'prev'
}

.swiper-button-next,.swiper-rtl .swiper-button-prev{
  right:var(--swiper-navigation-sides-offset,10px);
  left:auto
}

.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{
  content:'next'
}

.swiper-button-lock{
  display:none
}

.swiper-pagination{
  position:absolute;
  text-align:center;
  transition:.3s opacity;
  transform:translate3d(0,0,0);
  z-index:10
}

.swiper-pagination.swiper-pagination-hidden{
  opacity:0
}

.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{
  display:none!important
}

.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{
  bottom:var(--swiper-pagination-bottom,8px);
  top:var(--swiper-pagination-top,auto);
  left:0;
  width:100%
}

.swiper-pagination-bullets-dynamic{
  overflow:hidden;
  font-size:0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{
  transform:scale(.33);
  position:relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{
  transform:scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{
  transform:scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{
  transform:scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{
  transform:scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{
  transform:scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{
  transform:scale(.33)
}

.swiper-pagination-bullet{
  width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
  height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
  display:inline-block;
  border-radius:50%;
  background:var(--swiper-pagination-bullet-inactive-color,#000);
  opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet{
  border:none;
  margin:0;
  padding:0;
  box-shadow:none;
  -webkit-appearance:none;
  -moz-appearance:none;
       appearance:none
}

.swiper-pagination-clickable .swiper-pagination-bullet{
  cursor:pointer
}

.swiper-pagination-bullet:only-child{
  display:none!important
}

.swiper-pagination-bullet-active{
  opacity:var(--swiper-pagination-bullet-opacity, 1);
  background:var(--swiper-pagination-color,var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{
  right:var(--swiper-pagination-right,8px);
  left:var(--swiper-pagination-left,auto);
  top:50%;
  transform:translate3d(0px,-50%,0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{
  margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;
  display:block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{
  top:50%;
  transform:translateY(-50%);
  width:8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{
  display:inline-block;
  transition:.2s transform,.2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
  margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{
  left:50%;
  transform:translateX(-50%);
  white-space:nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{
  transition:.2s transform,.2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{
  transition:.2s transform,.2s right
}

.swiper-pagination-fraction{
  color:var(--swiper-pagination-fraction-color,inherit)
}

.swiper-pagination-progressbar{
  background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));
  position:absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
  background:var(--swiper-pagination-color,var(--swiper-theme-color));
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  transform:scale(0);
  transform-origin:left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
  transform-origin:right top
}

.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{
  width:100%;
  height:var(--swiper-pagination-progressbar-size,4px);
  left:0;
  top:0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{
  width:var(--swiper-pagination-progressbar-size,4px);
  height:100%;
  left:0;
  top:0
}

.swiper-pagination-lock{
  display:none
}

.swiper-scrollbar{
  border-radius:var(--swiper-scrollbar-border-radius,10px);
  position:relative;
  -ms-touch-action:none;
  background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{
  display:none!important
}

.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{
  position:absolute;
  left:var(--swiper-scrollbar-sides-offset,1%);
  bottom:var(--swiper-scrollbar-bottom,4px);
  top:var(--swiper-scrollbar-top,auto);
  z-index:50;
  height:var(--swiper-scrollbar-size,4px);
  width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{
  position:absolute;
  left:var(--swiper-scrollbar-left,auto);
  right:var(--swiper-scrollbar-right,4px);
  top:var(--swiper-scrollbar-sides-offset,1%);
  z-index:50;
  width:var(--swiper-scrollbar-size,4px);
  height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))
}

.swiper-scrollbar-drag{
  height:100%;
  width:100%;
  position:relative;
  background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));
  border-radius:var(--swiper-scrollbar-border-radius,10px);
  left:0;
  top:0
}

.swiper-scrollbar-cursor-drag{
  cursor:move
}

.swiper-scrollbar-lock{
  display:none
}

.swiper-zoom-container{
  width:100%;
  height:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  text-align:center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{
  max-width:100%;
  max-height:100%;
  object-fit:contain
}

.swiper-slide-zoomed{
  cursor:move;
  touch-action:none
}

.swiper .swiper-notification,swiper-container .swiper-notification{
  position:absolute;
  left:0;
  top:0;
  pointer-events:none;
  opacity:0;
  z-index:-1000
}

.swiper-free-mode>.swiper-wrapper{
  transition-timing-function:ease-out;
  margin:0 auto
}

.swiper-grid>.swiper-wrapper{
  flex-wrap:wrap
}

.swiper-grid-column>.swiper-wrapper{
  flex-wrap:wrap;
  flex-direction:column
}

.swiper-fade.swiper-free-mode .swiper-slide{
  transition-timing-function:ease-out
}

.swiper-fade .swiper-slide{
  pointer-events:none;
  transition-property:opacity
}

.swiper-fade .swiper-slide .swiper-slide{
  pointer-events:none
}

.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{
  pointer-events:auto
}

.swiper-cube{
  overflow:visible
}

.swiper-cube .swiper-slide{
  pointer-events:none;
  backface-visibility:hidden;
  z-index:1;
  visibility:hidden;
  transform-origin:0 0;
  width:100%;
  height:100%
}

.swiper-cube .swiper-slide .swiper-slide{
  pointer-events:none
}

.swiper-cube.swiper-rtl .swiper-slide{
  transform-origin:100% 0
}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{
  pointer-events:auto
}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{
  pointer-events:auto;
  visibility:visible
}

.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{
  z-index:0;
  backface-visibility:hidden
}

.swiper-cube .swiper-cube-shadow{
  position:absolute;
  left:0;
  bottom:0px;
  width:100%;
  height:100%;
  opacity:.6;
  z-index:0
}

.swiper-cube .swiper-cube-shadow:before{
  content:'';
  background:#000;
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  right:0;
  filter:blur(50px)
}

.swiper-flip{
  overflow:visible
}

.swiper-flip .swiper-slide{
  pointer-events:none;
  backface-visibility:hidden;
  z-index:1
}

.swiper-flip .swiper-slide .swiper-slide{
  pointer-events:none
}

.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{
  pointer-events:auto
}

.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{
  z-index:0;
  backface-visibility:hidden
}

.swiper-creative .swiper-slide{
  backface-visibility:hidden;
  overflow:hidden;
  transition-property:transform,opacity,height
}

.swiper-cards{
  overflow:visible
}

.swiper-cards .swiper-slide{
  transform-origin:center bottom;
  backface-visibility:hidden;
  overflow:hidden
}

.blog-post-view {
  grid-column: span 4 / span 4;
  width: 100%;
}

.blog-post-view:not(.page-layout-2columns-right) .column.main {
  display: grid;
  grid-column: span 4 / span 4;
}

.blog-post-view .blog-post-image {
  position: relative;
}

.blog-post-view .blog-post-image h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  width: 100%;
}

.blog-post-view .blog-post-image picture {
  width: 100%;
}

.blog-post-view .blog-post-image {
  position: relative;
  left: 50%;
  margin-left: -50vw;
  display: flex;
  max-height: 500px;
  min-height: 300px;
  width: 100vw;
}

.blog-post-view .blog-post-image .gradient-wrapper{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  background: linear-gradient(180deg,#000000b3,#0000 70%);
}

.blog-post-view .blog-post-image picture img {
  height: 100%;
  max-height: 100%;
  width: 100%;
  object-fit: cover;
}

.blog-post-view a:hover {
  text-decoration-line: underline;
}

.blog-post-view .card-light {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  border-width: 1px;
  padding: 1rem;
}

.blog-post-view .card-light:hover {
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  --tw-bg-opacity: 1;
  text-decoration-line: none;
  --tw-shadow: 0px 2.45px 23.62px 0px rgba(0,0,0,0.1);
  --tw-shadow-colored: 0px 2.45px 23.62px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@supports (color: rgb(0 0 0 / 0)) {
.blog-post-view .card-light:hover {
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
}

.blog-post-view .card-light * {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2rem;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
  text-decoration-line: none !important;
}

.blog-post-view ul, .blog-post-view ol {
  padding-bottom: 20px;
}

.blog-post-view h1, .blog-post-view h2, .blog-post-view h3 {
  padding-bottom: 20px;
}

.blog-post-view table {
  margin-bottom: 20px;
}

.blog-index-index,
.blog-tag-view,
.blog-category-view {
  grid-column: span 4 / span 4;
  width: 100%;
}

.blog-index-index:not(.page-layout-2columns-right) .column.main, .blog-tag-view:not(.page-layout-2columns-right) .column.main, .blog-category-view:not(.page-layout-2columns-right) .column.main {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 480px) {
  .blog-index-index:not(.page-layout-2columns-right) .column.main, .blog-tag-view:not(.page-layout-2columns-right) .column.main, .blog-category-view:not(.page-layout-2columns-right) .column.main {
    max-width: 480px;
  }
}

@media (min-width: 640px) {
  .blog-index-index:not(.page-layout-2columns-right) .column.main, .blog-tag-view:not(.page-layout-2columns-right) .column.main, .blog-category-view:not(.page-layout-2columns-right) .column.main {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .blog-index-index:not(.page-layout-2columns-right) .column.main, .blog-tag-view:not(.page-layout-2columns-right) .column.main, .blog-category-view:not(.page-layout-2columns-right) .column.main {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .blog-index-index:not(.page-layout-2columns-right) .column.main, .blog-tag-view:not(.page-layout-2columns-right) .column.main, .blog-category-view:not(.page-layout-2columns-right) .column.main {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .blog-index-index:not(.page-layout-2columns-right) .column.main, .blog-tag-view:not(.page-layout-2columns-right) .column.main, .blog-category-view:not(.page-layout-2columns-right) .column.main {
    max-width: 1280px;
  }
}

@media (min-width: 1320px) {
  .blog-index-index:not(.page-layout-2columns-right) .column.main, .blog-tag-view:not(.page-layout-2columns-right) .column.main, .blog-category-view:not(.page-layout-2columns-right) .column.main {
    max-width: 1320px;
  }
}

@media (min-width: 1536px) {
  .blog-index-index:not(.page-layout-2columns-right) .column.main, .blog-tag-view:not(.page-layout-2columns-right) .column.main, .blog-category-view:not(.page-layout-2columns-right) .column.main {
    max-width: 1536px;
  }
}

.blog-index-index:not(.page-layout-2columns-right) .column.main, .blog-tag-view:not(.page-layout-2columns-right) .column.main, .blog-category-view:not(.page-layout-2columns-right) .column.main {
  display: grid;
}

.catalog-product-view .product-info-main .blog-index-index:not(.page-layout-2columns-right) .column.main,.catalog-product-view .product-info-main  .blog-tag-view:not(.page-layout-2columns-right) .column.main,.catalog-product-view .product-info-main  .blog-category-view:not(.page-layout-2columns-right) .column.main {
  padding: 0px;
}

.catalog-product-view .product-info-main .blog-index-index:not(.page-layout-2columns-right) .column.main b,.catalog-product-view .product-info-main  .blog-tag-view:not(.page-layout-2columns-right) .column.main b,.catalog-product-view .product-info-main  .blog-category-view:not(.page-layout-2columns-right) .column.main b {
  font-weight: 600;
}

.blog-index-index:not(.page-layout-2columns-right) .column.main, .blog-tag-view:not(.page-layout-2columns-right) .column.main, .blog-category-view:not(.page-layout-2columns-right) .column.main {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1448px;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .blog-index-index:not(.page-layout-2columns-right) .column.main, .blog-tag-view:not(.page-layout-2columns-right) .column.main, .blog-category-view:not(.page-layout-2columns-right) .column.main {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .blog-index-index:not(.page-layout-2columns-right) .column.main, .blog-tag-view:not(.page-layout-2columns-right) .column.main, .blog-category-view:not(.page-layout-2columns-right) .column.main {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.blog-index-index:not(.page-layout-2columns-right) .column.main, .blog-tag-view:not(.page-layout-2columns-right) .column.main, .blog-category-view:not(.page-layout-2columns-right) .column.main {
  grid-column: span 4 / span 4;
}

.blog-index-index .blog-post-list .blog-post-image {
  overflow: hidden;
  display: flex;
  height: 18.75rem;
}

.blog-index-index .blog-post-list .blog-post-image picture {
  height: 100%;
  width: 100%;
}

.blog-index-index .blog-post-list .blog-post-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .3s ease,opacity .3s;
}

.blog-index-index .blog-post-list .blog-post-image img:hover {
  transform: scale3d(1.1,1.1,1);
  -webkit-transform: scale3d(1.1,1.1,1);
}

.blog-category-view .column.main .blog-post-listing {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mgz-blog .blog-post-content a {
  --tw-text-opacity: 1 !important;
  color: rgb(255 2 111 / var(--tw-text-opacity)) !important;
}

.mgz-blog .blog-post-content .btn-primary {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.mgz-blog .blog-post-content .btn-primary:hover {
  text-decoration-line: none;
}

.mgz-blog #maincontent {
  padding-bottom: 2rem;
}

/* Keep Magefan 2-columns layout functional: main + right sidebar */

@media (min-width: 1024px) {
  .page-layout-2columns-right.blog-post-view .columns .column.main, .page-layout-2columns-right.blog-index-index .columns .column.main, .page-layout-2columns-right.blog-tag-view .columns .column.main, .page-layout-2columns-right.blog-category-view .columns .column.main, .page-layout-2columns-right.blog-search-index .columns .column.main, .page-layout-2columns-right.blog-archive-view .columns .column.main, .page-layout-2columns-right.blog-author-view .columns .column.main {
    grid-column: span 3 / span 3 !important;
  }

  .page-layout-2columns-right.blog-post-view .columns .sidebar,
                .page-layout-2columns-right.blog-post-view .columns .sidebar-main,
                .page-layout-2columns-right.blog-post-view .columns .sidebar-additional,
                .page-layout-2columns-right.blog-index-index .columns .sidebar,
                .page-layout-2columns-right.blog-index-index .columns .sidebar-main,
                .page-layout-2columns-right.blog-index-index .columns .sidebar-additional,
                .page-layout-2columns-right.blog-tag-view .columns .sidebar,
                .page-layout-2columns-right.blog-tag-view .columns .sidebar-main,
                .page-layout-2columns-right.blog-tag-view .columns .sidebar-additional,
                .page-layout-2columns-right.blog-category-view .columns .sidebar,
                .page-layout-2columns-right.blog-category-view .columns .sidebar-main,
                .page-layout-2columns-right.blog-category-view .columns .sidebar-additional,
                .page-layout-2columns-right.blog-search-index .columns .sidebar,
                .page-layout-2columns-right.blog-search-index .columns .sidebar-main,
                .page-layout-2columns-right.blog-search-index .columns .sidebar-additional,
                .page-layout-2columns-right.blog-archive-view .columns .sidebar,
                .page-layout-2columns-right.blog-archive-view .columns .sidebar-main,
                .page-layout-2columns-right.blog-archive-view .columns .sidebar-additional,
                .page-layout-2columns-right.blog-author-view .columns .sidebar,
                .page-layout-2columns-right.blog-author-view .columns .sidebar-main,
                .page-layout-2columns-right.blog-author-view .columns .sidebar-additional {
    grid-column: span 1 / span 1;
  }
}

/* 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;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.\!absolute {
  position: absolute !important;
}

.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-x-6 {
  left: 1.5rem;
  right: 1.5rem;
}

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

.\!top-\[1px\] {
  top: 1px !important;
}

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

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

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

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

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

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

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

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

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

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

.bottom-0 {
  bottom: 0px;
}

.bottom-2 {
  bottom: 0.5rem;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-7 {
  bottom: 1.75rem;
}

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

.left-0 {
  left: 0px;
}

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

.left-2 {
  left: 0.5rem;
}

.left-auto {
  left: auto;
}

.right-0 {
  right: 0px;
}

.right-1 {
  right: 0.25rem;
}

.right-2 {
  right: 0.5rem;
}

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

.right-3 {
  right: 0.75rem;
}

.right-4 {
  right: 1rem;
}

.right-5 {
  right: 1.25rem;
}

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

.top-0 {
  top: 0px;
}

.top-1 {
  top: 0.25rem;
}

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

.top-3 {
  top: 0.75rem;
}

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

.top-full {
  top: 100%;
}

.isolate {
  isolation: isolate;
}

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

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

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

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

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

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

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

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

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

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

.order-1 {
  order: 1;
}

.order-10 {
  order: 10;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-first {
  order: -9999;
}

.order-last {
  order: 9999;
}

.order-none {
  order: 0;
}

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

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

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.clear-left {
  clear: left;
}

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

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

.m-0 {
  margin: 0px;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-4 {
  margin: 1rem;
}

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

.m-auto {
  margin: auto;
}

.\!my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

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

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

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

.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-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

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

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

.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-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

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

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

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-1\.5 {
  margin-bottom: 0.375rem;
}

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

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

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

.mb-2\.5 {
  margin-bottom: 0.625rem;
}

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

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

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

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

.mb-7 {
  margin-bottom: 1.75rem;
}

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

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

.mb-\[6\.25rem\] {
  margin-bottom: 6.25rem;
}

.mb-auto {
  margin-bottom: auto;
}

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

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

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

.ml-2\.5 {
  margin-left: 0.625rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mr-\[-1px\] {
  margin-right: -1px;
}

.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-\[10px\] {
  margin-top: 10px;
}

.mt-\[2\.75rem\] {
  margin-top: 2.75rem;
}

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

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

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

.\!block {
  display: block !important;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.\!flex {
  display: flex !important;
}

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

.hidden {
  display: none;
}

.aspect-\[var\(--gallery-ratio\)\] {
  aspect-ratio: var(--gallery-ratio);
}

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

.aspect-video {
  aspect-ratio: 16 / 9;
}

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

.\!h-\[2\.8rem\] {
  height: 2.8rem !important;
}

.h-0 {
  height: 0px;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-2 {
  height: 0.5rem;
}

.h-20 {
  height: 5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

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

.h-\[2\.75rem\] {
  height: 2.75rem;
}

.h-\[2\.8rem\] {
  height: 2.8rem;
}

.h-\[4\.25rem\] {
  height: 4.25rem;
}

.h-\[4\.5rem\] {
  height: 4.5rem;
}

.h-\[4\.875rem\] {
  height: 4.875rem;
}

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

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

.h-\[7\.7rem\] {
  height: 7.7rem;
}

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

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

.h-px {
  height: 1px;
}

.h-screen {
  height: 100vh;
}

.\!max-h-\[145px\] {
  max-height: 145px !important;
}

.max-h-12 {
  max-height: 3rem;
}

.max-h-\[18\.75rem\] {
  max-height: 18.75rem;
}

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

.max-h-\[min\(1024px\2c \(100\%_-_2rem\)\)\] {
  max-height: min(1024px,(100% - 2rem));
}

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

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

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

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

.min-h-4 {
  min-height: 1rem;
}

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

.min-h-64 {
  min-height: 16rem;
}

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

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

.min-h-a11y {
  min-height: 44px;
}

.\!w-max {
  width: -moz-max-content !important;
  width: max-content !important;
}

.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-16 {
  width: 4rem;
}

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

.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-56 {
  width: 14rem;
}

.w-6 {
  width: 1.5rem;
}

.w-6\/12 {
  width: 50%;
}

.w-60 {
  width: 15rem;
}

.w-64 {
  width: 16rem;
}

.w-7 {
  width: 1.75rem;
}

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

.w-72 {
  width: 18rem;
}

.w-8 {
  width: 2rem;
}

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

.w-9 {
  width: 2.25rem;
}

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

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

.w-\[2\.8rem\] {
  width: 2.8rem;
}

.w-\[4\.875rem\] {
  width: 4.875rem;
}

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

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

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

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

.w-\[80vw\] {
  width: 80vw;
}

.w-\[var\(--gallery-width\)\] {
  width: var(--gallery-width);
}

.w-auto {
  width: auto;
}

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

.w-full {
  width: 100%;
}

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

.w-px {
  width: 1px;
}

.w-screen {
  width: 100vw;
}

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

.min-w-4 {
  min-width: 1rem;
}

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

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

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

.min-w-\[4\.125rem\] {
  min-width: 4.125rem;
}

.min-w-\[5\.625rem\] {
  min-width: 5.625rem;
}

.min-w-\[6\.875rem\] {
  min-width: 6.875rem;
}

.min-w-\[theme\(spacing\.12\)\] {
  min-width: 3rem;
}

.max-w-3xl {
  max-width: 48rem;
}

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

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

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

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

.max-w-\[min\(1280px\2c \(100\%_-_2rem\)\)\] {
  max-width: min(1280px,(100% - 2rem));
}

.max-w-\[theme\(spacing\.20\)\] {
  max-width: 5rem;
}

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

.max-w-lg {
  max-width: 32rem;
}

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

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

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

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

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

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

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

.flex-none {
  flex: none;
}

.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-20 {
  flex-basis: 5rem;
}

.basis-30 {
  flex-basis: 30%;
}

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

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

.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-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-\[100\%\] {
  --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-x-\[calc\(100\%\+2\.4rem\)\] {
  --tw-translate-x: calc(calc(100% + 2.4rem) * -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));
}

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

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

.-translate-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-\[calc\(100\%\+2\.4rem\)\] {
  --tw-translate-x: calc(100% + 2.4rem);
  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));
}

.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 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-outside {
  list-style-position: outside;
}

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

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

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

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

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

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

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

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

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

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

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

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

.\!flex-row {
  flex-direction: row !important;
}

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

.\!flex-col {
  flex-direction: column !important;
}

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

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

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

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

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

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

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

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

.\!items-center {
  align-items: center !important;
}

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

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

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

.\!justify-start {
  justify-content: flex-start !important;
}

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

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

.\!justify-center {
  justify-content: center !important;
}

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

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

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

.gap-0 {
  gap: 0px;
}

.gap-0\.5 {
  gap: 0.125rem;
}

.gap-1 {
  gap: 0.25rem;
}

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

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

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

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

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

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

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

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

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

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

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

.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-visible {
  overflow-x: visible;
}

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

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

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

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

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

.text-ellipsis {
  text-overflow: ellipsis;
}

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

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

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

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

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

.rounded {
  border-radius: 0.25rem;
}

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

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

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

.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-xl {
  border-radius: 0.75rem;
}

.rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

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

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

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

.border {
  border-width: 1px;
}

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

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

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

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

.\!border-x-0 {
  border-left-width: 0px !important;
  border-right-width: 0px !important;
}

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

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

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

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

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

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

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

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

.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 {
  border-right-width: 1px;
}

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

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

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

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

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

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

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

.\!border-\[\#0094ff\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 148 255 / var(--tw-border-opacity)) !important;
}

.\!border-\[\#bbb\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(187 187 187 / var(--tw-border-opacity)) !important;
}

.\!border-pml-blue-default {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 148 255 / var(--tw-border-opacity)) !important;
}

.border-\[\#0094ff\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 148 255 / var(--tw-border-opacity));
}

.border-\[\#247ee5\] {
  --tw-border-opacity: 1;
  border-color: rgb(36 126 229 / var(--tw-border-opacity));
}

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

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

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

.border-\[\#D1D5DB\] {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

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

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

.border-\[var\(--block-border-color\)\] {
  border-color: var(--block-border-color);
}

.border-\[var\(--border-color\)\] {
  border-color: var(--border-color);
}

.border-\[var\(--border-color-light\)\] {
  border-color: var(--border-color-light);
}

.border-\[var\(--category-border-color\)\] {
  border-color: var(--category-border-color);
}

.border-\[var\(--tag-border-color\)\] {
  border-color: var(--tag-border-color);
}

.border-\[var\(--tag-cloud-border-color\)\] {
  border-color: var(--tag-cloud-border-color);
}

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

.border-blue-300 {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
}

.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity));
}

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

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

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

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

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

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

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

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

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

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgb(52 211 153 / var(--tw-border-opacity));
}

.border-pml-blue-default {
  --tw-border-opacity: 1;
  border-color: rgb(0 148 255 / var(--tw-border-opacity));
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity));
}

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

.border-slate-100 {
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity));
}

.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}

.border-slate-300 {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
}

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

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

.border-zinc-200 {
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity));
}

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

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

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

.\!bg-pml-blue-default {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 148 255 / var(--tw-bg-opacity)) !important;
}

.\!bg-transparent {
  background-color: transparent !important;
}

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

.bg-\[\#1d4ed8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}

.bg-\[\#4db2ec\] {
  --tw-bg-opacity: 1;
  background-color: rgb(77 178 236 / var(--tw-bg-opacity));
}

.bg-\[\#F0F1F3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 241 243 / var(--tw-bg-opacity));
}

.bg-\[\#f2f7fc\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 247 252 / var(--tw-bg-opacity));
}

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

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

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

.bg-\[\#f7eae5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 234 229 / var(--tw-bg-opacity));
}

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

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

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

.bg-\[var\(--category-bg-color\)\] {
  background-color: var(--category-bg-color);
}

.bg-\[var\(--tag-bg-color\)\] {
  background-color: var(--tag-bg-color);
}

.bg-\[var\(--tag-cloud-bg-color\)\] {
  background-color: var(--tag-cloud-bg-color);
}

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

.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}

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

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

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

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

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

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

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

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

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

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity));
}

.bg-pml-blue-default {
  --tw-bg-opacity: 1;
  background-color: rgb(0 148 255 / var(--tw-bg-opacity));
}

.bg-pml-pink-default {
  --tw-bg-opacity: 1;
  background-color: rgb(255 2 111 / var(--tw-bg-opacity));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}

.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}

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

.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}

.bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}

.bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}

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

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

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

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

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

.bg-yellow-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 230 138 / var(--tw-bg-opacity));
}

.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity));
}

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

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

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

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

.bg-comments-icon {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0aD0iNTExLjYyNnB4IiBoZWlnaHQ9IjUxMS42MjZweCIgdmlld0JveD0iMCAwIDUxMS42MjYgNTExLjYyNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTExLjYyNiA1MTEuNjI2OyIKCSB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNMzAxLjkyNywzMjcuNjA1YzMwLjkyNi0xMy4wMzgsNTUuMzQtMzAuNzg1LDczLjIzLTUzLjI0OGMxNy44ODgtMjIuNDU4LDI2LjgzMy00Ni45MTUsMjYuODMzLTczLjM3MgoJCQljMC0yNi40NTgtOC45NDUtNTAuOTE3LTI2Ljg0LTczLjM3NmMtMTcuODg4LTIyLjQ1OS00Mi4yOTgtNDAuMjA4LTczLjIyOC01My4yNDljLTMwLjkzLTEzLjAzOS02NC41NzEtMTkuNTU2LTEwMC45MjgtMTkuNTU2CgkJCWMtMzYuMzU0LDAtNjkuOTk1LDYuNTIxLTEwMC45MjcsMTkuNTU2Yy0zMC45MjksMTMuMDQtNTUuMzQsMzAuNzg5LTczLjIyOSw1My4yNDlDOC45NDcsMTUwLjA3MiwwLDE3NC41MjcsMCwyMDAuOTg2CgkJCWMwLDIyLjY0OCw2Ljc2Nyw0My45NzUsMjAuMjgsNjMuOTZjMTMuNTEyLDE5Ljk4MSwzMi4wNzEsMzYuODI5LDU1LjY3MSw1MC41MzFjLTEuOTAyLDQuNTcyLTMuODUzLDguNzU0LTUuODUyLDEyLjU2NgoJCQljLTIsMy44MDYtNC4zNzcsNy40NjctNy4xMzksMTAuOTkxYy0yLjc2LDMuNTI1LTQuODk5LDYuMjgzLTYuNDIzLDguMjc1Yy0xLjUyMywxLjk5OC0zLjk5Nyw0LjgxMi03LjQyNSw4LjQyMgoJCQljLTMuNDI3LDMuNjE3LTUuNjE3LDUuOTk2LTYuNTY3LDcuMTM1YzAtMC4xOTEtMC4zODEsMC4yNC0xLjE0MywxLjI4N2MtMC43NjMsMS4wNDctMS4xOTEsMS41Mi0xLjI4NSwxLjQzMQoJCQljLTAuMDk2LTAuMTAzLTAuNDc3LDAuMzczLTEuMTQzLDEuNDJjLTAuNjY2LDEuMDQ4LTEsMS41NzEtMSwxLjU3MWwtMC43MTUsMS40MjNjLTAuMjgyLDAuNTc1LTAuNDc2LDEuMTM3LTAuNTcsMS43MTIKCQkJYy0wLjA5NiwwLjU2Ny0wLjE0NCwxLjE5LTAuMTQ0LDEuODU0czAuMDk0LDEuMjgsMC4yODgsMS44NTRjMC4zODEsMi40NzEsMS40NzUsNC40NjYsMy4yODMsNS45OTYKCQkJYzEuODA3LDEuNTIsMy43NTYsMi4yNzksNS44NTIsMi4yNzloMC44NTdjOS41MTUtMS4zMzIsMTcuNzAxLTIuODU0LDI0LjU1Mi00LjU2OWMyOS4zMTItNy42MSw1NS43NzEtMTkuNzk3LDc5LjM3Mi0zNi41NDUKCQkJYzE3LjEyOSwzLjA0NiwzMy44NzksNC41NjgsNTAuMjQ3LDQuNTY4QzIzNy4zNTMsMzQ3LjE2LDI3MC45OTgsMzQwLjY0NSwzMDEuOTI3LDMyNy42MDV6IiBmaWxsPSJjdXJyZW50Q29sb3IiLz4KCQk8cGF0aCBkPSJNNDkxLjM1NCwzMzguMTY2YzEzLjUxOC0xOS44ODksMjAuMjcyLTQxLjI0NywyMC4yNzItNjQuMDljMC0yMy40MTQtNy4xNDYtNDUuMzE2LTIxLjQxNi02NS42OAoJCQljLTE0LjI3Ny0yMC4zNjItMzMuNjk0LTM3LjMwNS01OC4yNDUtNTAuODE5YzQuMzc0LDE0LjI3NCw2LjU2MywyOC43MzksNi41NjMsNDMuMzk4YzAsMjUuNTAzLTYuMzY4LDQ5LjY3Ni0xOS4xMjksNzIuNTE5CgkJCWMtMTIuNzUyLDIyLjgzNi0zMS4wMjUsNDMuMDEtNTQuODE2LDYwLjUyNGMtMjIuMDgsMTUuOTg4LTQ3LjIwNSwyOC4yNjEtNzUuMzc3LDM2LjgyOQoJCQljLTI4LjE2NCw4LjU2Mi01Ny41NzMsMTIuODQ4LTg4LjIxOCwxMi44NDhjLTUuNzA4LDAtMTQuMDg0LTAuMzc3LTI1LjEyMi0xLjEzN2MzOC4yNTYsMjUuMTE5LDgzLjE3NywzNy42ODUsMTM0Ljc1NiwzNy42ODUKCQkJYzE2LjM3MSwwLDMzLjExOS0xLjUyNiw1MC4yNTEtNC41NzFjMjMuNiwxNi43NTUsNTAuMDYsMjguOTMxLDc5LjM3LDM2LjU0OWM2Ljg1MiwxLjcxOCwxNS4wMzcsMy4yMzcsMjQuNTU0LDQuNTY4CgkJCWMyLjI4MywwLjE5MSw0LjM4MS0wLjQ3Niw2LjI4My0xLjk5OWMxLjkwMy0xLjUyMiwzLjE0Mi0zLjYxLDMuNzEtNi4yNzJjLTAuMDg5LTEuMTQzLDAtMS43NywwLjI4Ny0xLjg2MQoJCQljMC4yODEtMC4wOSwwLjIzMy0wLjcxMi0wLjE0NC0xLjg1MmMtMC4zNzYtMS4xNDQtMC41NjgtMS43MTUtMC41NjgtMS43MTVsLTAuNzEyLTEuNDI0Yy0wLjE5OC0wLjM3Ni0wLjUyLTAuOTAzLTAuOTk5LTEuNTY3CgkJCWMtMC40NzYtMC42Ni0wLjg1NS0xLjE0My0xLjE0My0xLjQyN2MtMC4yOC0wLjI4NC0wLjcwNS0wLjc2My0xLjI4LTEuNDI0Yy0wLjU2OC0wLjY2LTAuOTUxLTEuMDkyLTEuMTQzLTEuMjgzCgkJCWMtMC45NTEtMS4xNDMtMy4xMzktMy41MjEtNi41NjQtNy4xMzljLTMuNDI5LTMuNjEzLTUuODk5LTYuNDItNy40MjItOC40MThjLTEuNTIzLTEuOTk5LTMuNjY1LTQuNzU3LTYuNDI0LTguMjgyCgkJCWMtMi43NTgtMy41MTgtNS4xNC03LjE4My03LjEzOS0xMC45OTFjLTEuOTk4LTMuODA2LTMuOTQ5LTcuOTk1LTUuODUyLTEyLjU2QzQ1OS4yODksMzc0Ljg1OSw0NzcuODQzLDM1OC4wNjIsNDkxLjM1NCwzMzguMTY2eiIKCQkJZmlsbD0iY3VycmVudENvbG9yIiAvPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=);
}

.bg-count-views-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQogICAgICB3aWR0aD0iNTExLjYyNnB4IiBoZWlnaHQ9IjUxMS42MjZweCIgdmlld0JveD0iMCAwIDUxMS42MjYgNTExLjYyNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTExLjYyNiA1MTEuNjI2OyINCiAgICAgIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KCTxwYXRoIGQ9Ik01MDUuOTE4LDIzNi4xMTdjLTI2LjY1MS00My41ODctNjIuNDg1LTc4LjYwOS0xMDcuNDk3LTEwNS4wNjVjLTQ1LjAxNS0yNi40NTctOTIuNTQ5LTM5LjY4Ny0xNDIuNjA4LTM5LjY4Nw0KCQljLTUwLjA1OSwwLTk3LjU5NSwxMy4yMjUtMTQyLjYxLDM5LjY4N0M2OC4xODcsMTU3LjUwOCwzMi4zNTUsMTkyLjUzLDUuNzA4LDIzNi4xMTdDMS45MDMsMjQyLjc3OCwwLDI0OS4zNDUsMCwyNTUuODE4DQoJCWMwLDYuNDczLDEuOTAzLDEzLjA0LDUuNzA4LDE5LjY5OWMyNi42NDcsNDMuNTg5LDYyLjQ3OSw3OC42MTQsMTA3LjQ5NSwxMDUuMDY0YzQ1LjAxNSwyNi40Niw5Mi41NTEsMzkuNjgsMTQyLjYxLDM5LjY4DQoJCWM1MC4wNiwwLDk3LjU5NC0xMy4xNzYsMTQyLjYwOC0zOS41MzZjNDUuMDEyLTI2LjM2MSw4MC44NTItNjEuNDMyLDEwNy40OTctMTA1LjIwOGMzLjgwNi02LjY1OSw1LjcwOC0xMy4yMjMsNS43MDgtMTkuNjk5DQoJCUM1MTEuNjI2LDI0OS4zNDUsNTA5LjcyNCwyNDIuNzc4LDUwNS45MTgsMjM2LjExN3ogTTE5NC41NjgsMTU4LjAzYzE3LjAzNC0xNy4wMzQsMzcuNDQ3LTI1LjU1NCw2MS4yNDItMjUuNTU0DQoJCWMzLjgwNSwwLDcuMDQzLDEuMzM2LDkuNzA5LDMuOTk5YzIuNjYyLDIuNjY0LDQsNS45MDEsNCw5LjcwN2MwLDMuODA5LTEuMzM4LDcuMDQ0LTMuOTk0LDkuNzA0DQoJCWMtMi42NjIsMi42NjctNS45MDIsMy45OTktOS43MDgsMy45OTljLTE2LjM2OCwwLTMwLjM2Miw1LjgwOC00MS45NzEsMTcuNDE2Yy0xMS42MTMsMTEuNjE1LTE3LjQxNiwyNS42MDMtMTcuNDE2LDQxLjk3MQ0KCQljMCwzLjgxMS0xLjMzNiw3LjA0NC0zLjk5OSw5LjcxYy0yLjY2NywyLjY2OC01LjkwMSwzLjk5OS05LjcwNywzLjk5OWMtMy44MDksMC03LjA0NC0xLjMzNC05LjcxLTMuOTk5DQoJCWMtMi42NjctMi42NjYtMy45OTktNS45MDMtMy45OTktOS43MUMxNjkuMDE1LDE5NS40ODIsMTc3LjUzNSwxNzUuMDY1LDE5NC41NjgsMTU4LjAzeiBNMzc5Ljg2NywzNDkuMDQNCgkJYy0zOC4xNjQsMjMuMTItNzkuNTE0LDM0LjY4Ny0xMjQuMDU0LDM0LjY4N2MtNDQuNTM5LDAtODUuODg5LTExLjU2LTEyNC4wNTEtMzQuNjg3cy02OS45MDEtNTQuMi05NS4yMTUtOTMuMjIyDQoJCWMyOC45MzEtNDQuOTIxLDY1LjE5LTc4LjUxOCwxMDguNzc3LTEwMC43ODNjLTExLjYxLDE5Ljc5Mi0xNy40MTcsNDEuMjA3LTE3LjQxNyw2NC4yMzZjMCwzNS4yMTYsMTIuNTE3LDY1LjMyOSwzNy41NDQsOTAuMzYyDQoJCXM1NS4xNTEsMzcuNTQ0LDkwLjM2MiwzNy41NDRjMzUuMjE0LDAsNjUuMzI5LTEyLjUxOCw5MC4zNjItMzcuNTQ0czM3LjU0NS01NS4xNDYsMzcuNTQ1LTkwLjM2Mg0KCQljMC0yMy4wMjktNS44MDgtNDQuNDQ3LTE3LjQxOS02NC4yMzZjNDMuNTg1LDIyLjI2NSw3OS44NDYsNTUuODY1LDEwOC43NzYsMTAwLjc4M0M0NDkuNzY3LDI5NC44NCw0MTguMDMxLDMyNS45MTMsMzc5Ljg2NywzNDkuMDQNCgkJeiIvPg0KPC9zdmc+DQo=);
}

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

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

.from-black\/10 {
  --tw-gradient-from: rgb(0 0 0 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-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-cover {
  background-size: cover;
}

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

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

.fill-\[\#0094ff\] {
  fill: #0094ff;
}

.fill-black {
  fill: #000;
}

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

.fill-current {
  fill: currentColor;
}

.fill-white {
  fill: #fff;
}

.stroke-\[\#bbb\] {
  stroke: #bbb;
}

.stroke-current {
  stroke: currentColor;
}

.stroke-white {
  stroke: #fff;
}

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

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

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

.stroke-\[3\] {
  stroke-width: 3;
}

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

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

.object-center {
  object-position: center;
}

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

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-1\.5 {
  padding: 0.375rem;
}

.p-10 {
  padding: 2.5rem;
}

.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-8 {
  padding: 2rem;
}

.\!px-\[3\.125rem\] {
  padding-left: 3.125rem !important;
  padding-right: 3.125rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.\!pt-0 {
  padding-top: 0px !important;
}

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

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

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

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

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

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

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

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

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

.pb-5 {
  padding-bottom: 1.25rem;
}

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

.pb-7 {
  padding-bottom: 1.75rem;
}

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

.pb-\[3\.75rem\] {
  padding-bottom: 3.75rem;
}

.pb-\[66\.6\%\] {
  padding-bottom: 66.6%;
}

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

.pb-\[var\(--thumb-size\)\] {
  padding-bottom: var(--thumb-size);
}

.pb-per70 {
  padding-bottom: 70%;
}

.pe-3 {
  padding-inline-end: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pr-\[1\.7rem\] {
  padding-right: 1.7rem;
}

.ps-3 {
  padding-inline-start: 0.75rem;
}

.ps-3\.5 {
  padding-inline-start: 0.875rem;
}

.ps-6 {
  padding-inline-start: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

.pt-7 {
  padding-top: 1.75rem;
}

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

.pt-\[3\.75rem\] {
  padding-top: 3.75rem;
}

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

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

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

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

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

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

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

.font-sans {
  font-family: sans-serif, Segoe UI, Helvetica Neue, Arial, sans-serif;
}

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

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

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

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

.text-\[0\.85rem\] {
  font-size: 0.85rem;
}

.text-\[0\.9rem\] {
  font-size: 0.9rem;
}

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

.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-bold {
  font-weight: 700;
}

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

.font-normal {
  font-weight: 400;
}

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

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.normal-case {
  text-transform: none;
}

.italic {
  font-style: italic;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.leading-\[var\(--post-desc-line-height\)\] {
  line-height: var(--post-desc-line-height);
}

.leading-loose {
  line-height: 2;
}

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

.leading-normal {
  line-height: 1.5;
}

.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-\[\#666\] {
  --tw-text-opacity: 1 !important;
  color: rgb(102 102 102 / var(--tw-text-opacity)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

.text-\[\#7bba50\] {
  --tw-text-opacity: 1;
  color: rgb(123 186 80 / var(--tw-text-opacity));
}

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

.text-\[\#98A2B3\] {
  --tw-text-opacity: 1;
  color: rgb(152 162 179 / var(--tw-text-opacity));
}

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

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

.text-\[\#DA5D28\] {
  --tw-text-opacity: 1;
  color: rgb(218 93 40 / var(--tw-text-opacity));
}

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

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

.text-\[\#cbd5e0\] {
  --tw-text-opacity: 1;
  color: rgb(203 213 224 / var(--tw-text-opacity));
}

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

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

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

.text-\[var\(--block-title-color\)\] {
  color: var(--block-title-color);
}

.text-\[var\(--category-color\)\] {
  color: var(--category-color);
}

.text-\[var\(--link-sidebar-color\)\] {
  color: var(--link-sidebar-color);
}

.text-\[var\(--post-data-color\)\] {
  color: var(--post-data-color);
}

.text-\[var\(--post-desc-font-size\)\] {
  color: var(--post-desc-font-size);
}

.text-\[var\(--post-title-color\)\] {
  color: var(--post-title-color);
}

.text-\[var\(--primary-color\)\] {
  color: var(--primary-color);
}

.text-\[var\(--primary-color-alt\)\] {
  color: var(--primary-color-alt);
}

.text-\[var\(--product-item-name\)\] {
  color: var(--product-item-name);
}

.text-\[var\(--tag-cloud-color\)\] {
  color: var(--tag-cloud-color);
}

.text-\[var\(--tag-color\)\] {
  color: var(--tag-color);
}

.text-\[var\(--tag-title-color\)\] {
  color: var(--tag-title-color);
}

.text-\[var\(--text-color\)\] {
  color: var(--text-color);
}

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

.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity));
}

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

.text-current {
  color: currentColor;
}

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

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

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

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

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

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

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

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

.text-gray-900\/60 {
  color: rgb(17 24 39 / 0.6);
}

.text-inherit {
  color: inherit;
}

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

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

.text-pml-pink-default {
  --tw-text-opacity: 1;
  color: rgb(255 2 111 / var(--tw-text-opacity));
}

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

.text-primary-lighter {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-primary\/50 {
  color: rgb(31 41 55 / 0.5);
}

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

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

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

.text-secondary-darker {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-slate-300 {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity));
}

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

.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}

.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}

.text-spd-gray-lighter {
  --tw-text-opacity: 1;
  color: rgb(170 170 170 / var(--tw-text-opacity));
}

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

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

.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity));
}

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

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

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

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

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

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-75 {
  opacity: 0.75;
}

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

.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-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.outline {
  outline-style: solid;
}

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

.-outline-offset-2 {
  outline-offset: -2px;
}

.outline-offset-2 {
  outline-offset: 2px;
}

.outline-offset-4 {
  outline-offset: 4px;
}

.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-blue-500\/50 {
  --tw-ring-color: rgb(59 130 246 / 0.5);
}

.ring-primary {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity));
}

.ring-primary\/50 {
  --tw-ring-color: rgb(30 64 175 / 0.5);
}

.ring-primary\/75 {
  --tw-ring-color: rgb(30 64 175 / 0.75);
}

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

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

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

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

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

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

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

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

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

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

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

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

/* This class only exists for backwards compatibility, */

/* The default is applied in tailwind.config.js since Hyvä 1.2.0 */

.mask-overflow {
  --tw-mask-dir: to right;
  --tw-mask-size: 2rem;
  --tw-mask-color: 0 0 0;
  /* rgb color keys */
  --tw-mask-start: rgb(var(--tw-mask-color) / 0%);
  --tw-mask-end: rgb(var(--tw-mask-color) / 0%);
  --tw-mask: linear-gradient(
                var(--tw-mask-dir),
                var(--tw-mask-start),
                rgb(var(--tw-mask-color)) var(--tw-mask-size),
                rgb(var(--tw-mask-color)) calc(100% - var(--tw-mask-size)),
                var(--tw-mask-end)
        );
  -webkit-mask-image: var(--tw-mask);
  mask-image: var(--tw-mask);
}

.mask-overflow-start {
  --tw-mask-end: rgb(var(--tw-mask-color));
}

.mask-overflow-end {
  --tw-mask-start: rgb(var(--tw-mask-color));
}

.page-footer .footer-links [data-content-type=row] {
  padding: 0;
}

.page-footer .footer-links [data-content-type=row] > div {
  padding: 0;
}

.page-footer .footer-links .pagebuilder-column-group p {
  margin-bottom: 0px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding-bottom: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .page-footer .footer-links .pagebuilder-column-group p {
    padding-top: 0px;
  }
}

.page-footer .footer-links .pagebuilder-column-group p strong {
  margin-bottom: 1.5rem;
}

.page-footer .footer-links .pagebuilder-column-group ul {
  padding-top: 0.125rem;
  padding-bottom: 1.5rem;
}

.page-footer .footer-links .pagebuilder-column-group ul a {
  display: block;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

[data-content-type$='block'] .page-footer .footer-links .pagebuilder-column-group ul a p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.page-footer .footer-links .pagebuilder-column-group ul a:hover {
  text-decoration-line: underline;
}

.page-footer .footer-links .pagebuilder-column-group ul p {
  display: block;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

[data-content-type$='block'] .page-footer .footer-links .pagebuilder-column-group ul p p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.page-footer .footer-links .pagebuilder-column-group .pagebuilder-column-line {
  display: grid !important;
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  row-gap: 1rem;
}

@media (min-width: 640px) {
  .page-footer .footer-links .pagebuilder-column-group .pagebuilder-column-line {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 1024px) {
  .page-footer .footer-links .pagebuilder-column-group .pagebuilder-column-line {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

.page-footer .footer-links .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column {
  width: 100% !important;
}

.footer-bottom-line {
  width: 100%;
  max-width: 100%;
}

@media (min-width: 1024px) {
  .footer-bottom-line {
    width: -moz-max-content;
    width: max-content;
  }
}

.footer-bottom-line ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .footer-bottom-line ul {
    flex-direction: row;
  }
}

.footer-bottom-line ul a {
  line-height: 1.5rem;
}

.footer-bottom-line ul a:hover {
  text-decoration-line: underline;
}

/* .page-header {} */

[x-ref='mobileMenuTrigger']:focus, [x-ref='mobileMenuTrigger']:active, [x-ref='mobileMenuTrigger'] svg:focus, [x-ref='mobileMenuTrigger'] svg:active {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.level-0-item {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 0.25rem;
  border-bottom-width: 3px;
  border-color: transparent;
  padding-top: 1rem;
  padding-bottom: calc(1rem - 3px);
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  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;
}

.level-0-item:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.level-0-item[aria-expanded="true"] {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.level-0-item[aria-current=page] {
  --tw-border-opacity: 1;
  border-color: rgb(36 126 229 / var(--tw-border-opacity));
}

.level-0-item:hover[aria-current=page] {
  --tw-border-opacity: 1;
  border-color: rgb(36 126 229 / var(--tw-border-opacity));
}

.header-main-content-wrapper {
  height: 8.35rem;
}

@media (min-width: 640px) {
  .header-main-content-wrapper {
    height: 6.125rem;
  }
}

@media (min-width: 1024px) {
  .header-main-content-wrapper {
    height: 5.78rem;
  }
}

.header-main-content-wrapper .header-main-content {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 40;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  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);
  scrollbar-gutter: stable;
}

@media (min-width: 1024px) {
  .header-main-content-wrapper .header-main-content {
    position: relative;
  }
}

.header-main-content-wrapper .header-main-content .top-header {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 480px) {
  .header-main-content-wrapper .header-main-content .top-header {
    max-width: 480px;
  }
}

@media (min-width: 640px) {
  .header-main-content-wrapper .header-main-content .top-header {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .header-main-content-wrapper .header-main-content .top-header {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .header-main-content-wrapper .header-main-content .top-header {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .header-main-content-wrapper .header-main-content .top-header {
    max-width: 1280px;
  }
}

@media (min-width: 1320px) {
  .header-main-content-wrapper .header-main-content .top-header {
    max-width: 1320px;
  }
}

@media (min-width: 1536px) {
  .header-main-content-wrapper .header-main-content .top-header {
    max-width: 1536px;
  }
}

.header-main-content-wrapper .header-main-content .top-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.catalog-product-view .product-info-main .header-main-content-wrapper .header-main-content .top-header {
  padding: 0px;
}

.catalog-product-view .product-info-main .header-main-content-wrapper .header-main-content .top-header b {
  font-weight: 600;
}

.header-main-content-wrapper .header-main-content .top-header {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1448px;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .header-main-content-wrapper .header-main-content .top-header {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .header-main-content-wrapper .header-main-content .top-header {
    padding-left: 3rem;
    padding-right: 3rem;
    height: 5.75rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}

.header-main-content-wrapper .header-main-content .top-header .catalog-button {
  display: flex;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  line-height: 200%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .header-main-content-wrapper .header-main-content .top-header .catalog-button {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .header-main-content-wrapper .header-main-content .top-header .catalog-button {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.header-main-content-wrapper .header-main-content .top-header .catalog-button svg {
  display: inline-flex;
}

.header-main-content-wrapper .header-main-content .top-header .catalog-button span {
  vertical-align: middle;
}

.header-main-content-wrapper .header-main-content .top-header .catalog-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

.header-main-content-wrapper .header-main-content .top-header .catalog-button:focus {
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.header-main-content-wrapper .header-main-content .top-header .catalog-button {
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(0 148 255 / var(--tw-bg-opacity));
  font-weight: 600;
  line-height: 200%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.header-main-content-wrapper .header-main-content .top-header .catalog-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(36 126 229 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.header-main-content-wrapper .header-main-content .top-header .catalog-button span {
  line-height: 200%;
}

.header-main-content-wrapper .header-main-content .top-header .catalog-button {
  display: none;
  height: 3rem;
  min-width: 11rem;
  align-items: center;
  font-size: 1rem;
  line-height: 1.5rem;
}

.mgz-blog .blog-post-content .header-main-content-wrapper .header-main-content .top-header .catalog-button {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.mgz-blog .blog-post-content .header-main-content-wrapper .header-main-content .top-header .catalog-button:hover {
  text-decoration-line: none;
}

@media (min-width: 768px) {
  .guided-selling #error-text.header-main-content-wrapper .header-main-content .top-header .catalog-button, .guided-selling #back-button.header-main-content-wrapper .header-main-content .top-header .catalog-button, .guided-selling #next-button.header-main-content-wrapper .header-main-content .top-header .catalog-button {
    visibility: hidden;
    display: block;
  }
}

.guided-selling #error-text.header-main-content-wrapper .header-main-content .top-header .catalog-button, .guided-selling #back-button.header-main-content-wrapper .header-main-content .top-header .catalog-button, .guided-selling #next-button.header-main-content-wrapper .header-main-content .top-header .catalog-button {
  transition: unset;
}

.guided-selling #back-button.header-main-content-wrapper .header-main-content .top-header .catalog-button {
  margin-right: 0px;
  width: 0px;
}

@media (min-width: 1024px) {
  .header-main-content-wrapper .header-main-content .top-header .catalog-button {
    display: flex;
  }
}

.header-main-content-wrapper .header-main-content .top-header .catalog-button svg {
  width: 1.5rem;
  padding-left: 0.5rem;
}

.header-main-content-wrapper .header-main-content .top-header .header-icons {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

@media (min-width: 1024px) {
  .header-main-content-wrapper .header-main-content .top-header .header-icons {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}

.header-main-content-wrapper .header-main-content .top-header .header-icons .contact-icon {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.header-main-content-wrapper .header-main-content .top-header .header-icons .contact-icon span {
  margin-top: auto;
  margin-bottom: auto;
  display: none;
  font-weight: 500;
}

@media (min-width: 768px) {
  .guided-selling #error-text.header-main-content-wrapper .header-main-content .top-header .header-icons .contact-icon span, .guided-selling #back-button.header-main-content-wrapper .header-main-content .top-header .header-icons .contact-icon span, .guided-selling #next-button.header-main-content-wrapper .header-main-content .top-header .header-icons .contact-icon span {
    visibility: hidden;
    display: block;
  }
}

.guided-selling #error-text.header-main-content-wrapper .header-main-content .top-header .header-icons .contact-icon span, .guided-selling #back-button.header-main-content-wrapper .header-main-content .top-header .header-icons .contact-icon span, .guided-selling #next-button.header-main-content-wrapper .header-main-content .top-header .header-icons .contact-icon span {
  transition: unset;
}

.guided-selling #back-button.header-main-content-wrapper .header-main-content .top-header .header-icons .contact-icon span {
  margin-right: 0px;
  width: 0px;
}

@media (min-width: 1280px) {
  .header-main-content-wrapper .header-main-content .top-header .header-icons .contact-icon span {
    display: inline-block;
  }
}

.header-main-content-wrapper .header-main-content .top-header .header-icons #customer-menu {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.header-main-content-wrapper .header-main-content .top-header .header-icons #customer-menu span {
  display: none;
  font-weight: 500;
}

@media (min-width: 768px) {
  .guided-selling #error-text.header-main-content-wrapper .header-main-content .top-header .header-icons #customer-menu span, .guided-selling #back-button.header-main-content-wrapper .header-main-content .top-header .header-icons #customer-menu span, .guided-selling #next-button.header-main-content-wrapper .header-main-content .top-header .header-icons #customer-menu span {
    visibility: hidden;
    display: block;
  }
}

.guided-selling #error-text.header-main-content-wrapper .header-main-content .top-header .header-icons #customer-menu span, .guided-selling #back-button.header-main-content-wrapper .header-main-content .top-header .header-icons #customer-menu span, .guided-selling #next-button.header-main-content-wrapper .header-main-content .top-header .header-icons #customer-menu span {
  transition: unset;
}

.guided-selling #back-button.header-main-content-wrapper .header-main-content .top-header .header-icons #customer-menu span {
  margin-right: 0px;
  width: 0px;
}

@media (min-width: 1280px) {
  .header-main-content-wrapper .header-main-content .top-header .header-icons #customer-menu span {
    display: inline-block;
  }
}

.minisearch .search-loader {
  height: 1.5rem;
  width: 1.5rem;
}

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

.minisearch .search-loader {
  animation: spin 1s linear infinite;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}

.minisearch .submit-button {
  display: flex;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  line-height: 200%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

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

@media (min-width: 1280px) {
  .minisearch .submit-button {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.minisearch .submit-button svg {
  display: inline-flex;
}

.minisearch .submit-button span {
  vertical-align: middle;
}

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

.minisearch .submit-button:focus {
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.minisearch .submit-button {
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(0 148 255 / var(--tw-bg-opacity));
  font-weight: 600;
  line-height: 200%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.minisearch .submit-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(36 126 229 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.minisearch .submit-button span {
  line-height: 200%;
}

.minisearch .submit-button {
  height: 3rem;
  width: 3rem;
  min-width: 3rem;
  padding: 0px;
}

.mgz-blog .blog-post-content .minisearch .submit-button {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.mgz-blog .blog-post-content .minisearch .submit-button:hover {
  text-decoration-line: none;
}

.minisearch .search-results {
  position: absolute;
  z-index: 20;
  max-height: 32.5rem;
  width: 100%;
  overflow-y: auto;
  border-width: 1px;
  border-top-width: 0px;
  border-style: solid;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
}

@media (min-width: 768px) {
  .minisearch .search-results {
    max-height: -moz-max-content;
    max-height: max-content;
  }
}

[x-ref="searchContainerMobile"] {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 480px) {
  [x-ref="searchContainerMobile"] {
    max-width: 480px;
  }
}

@media (min-width: 640px) {
  [x-ref="searchContainerMobile"] {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  [x-ref="searchContainerMobile"] {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  [x-ref="searchContainerMobile"] {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  [x-ref="searchContainerMobile"] {
    max-width: 1280px;
  }
}

@media (min-width: 1320px) {
  [x-ref="searchContainerMobile"] {
    max-width: 1320px;
  }
}

@media (min-width: 1536px) {
  [x-ref="searchContainerMobile"] {
    max-width: 1536px;
  }
}

[x-ref="searchContainerMobile"] {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  padding-top: 0px;
}

.catalog-product-view .product-info-main [x-ref="searchContainerMobile"] {
  padding: 0px;
}

.catalog-product-view .product-info-main [x-ref="searchContainerMobile"] b {
  font-weight: 600;
}

[x-ref="searchContainerMobile"] {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1448px;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  [x-ref="searchContainerMobile"] {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  [x-ref="searchContainerMobile"] {
    padding-left: 3rem;
    padding-right: 3rem;
    display: none;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.header-top-row-wrapper {
  display: none;
  height: 3rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(90 90 90 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .guided-selling #error-text.header-top-row-wrapper, .guided-selling #back-button.header-top-row-wrapper, .guided-selling #next-button.header-top-row-wrapper {
    visibility: hidden;
    display: block;
  }
}

.guided-selling #error-text.header-top-row-wrapper, .guided-selling #back-button.header-top-row-wrapper, .guided-selling #next-button.header-top-row-wrapper {
  transition: unset;
}

.guided-selling #back-button.header-top-row-wrapper {
  margin-right: 0px;
  width: 0px;
}

@media (min-width: 1024px) {
  .header-top-row-wrapper {
    display: block;
  }
}

.header-top-row-wrapper p {
  margin-bottom: 0px;
}

.header-top-row-wrapper .header-top-row {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 480px) {
  .header-top-row-wrapper .header-top-row {
    max-width: 480px;
  }
}

@media (min-width: 640px) {
  .header-top-row-wrapper .header-top-row {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .header-top-row-wrapper .header-top-row {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .header-top-row-wrapper .header-top-row {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .header-top-row-wrapper .header-top-row {
    max-width: 1280px;
  }
}

@media (min-width: 1320px) {
  .header-top-row-wrapper .header-top-row {
    max-width: 1320px;
  }
}

@media (min-width: 1536px) {
  .header-top-row-wrapper .header-top-row {
    max-width: 1536px;
  }
}

.header-top-row-wrapper .header-top-row {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: 3rem;
  flex-direction: row;
  align-items: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.catalog-product-view .product-info-main .header-top-row-wrapper .header-top-row {
  padding: 0px;
}

.catalog-product-view .product-info-main .header-top-row-wrapper .header-top-row b {
  font-weight: 600;
}

.header-top-row-wrapper .header-top-row {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1448px;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .header-top-row-wrapper .header-top-row {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .header-top-row-wrapper .header-top-row {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.header-top-row-wrapper .header-top-row .header-top-left {
  display: flex;
  flex-direction: row;
}

.header-top-row-wrapper .header-top-row .header-top-left .phone {
  margin-right: 1rem;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  flex-direction: row;
  align-items: center;
}

.header-top-row-wrapper .header-top-row .header-top-left .header-left span {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.header-top-row-wrapper .header-top-row .header-top-right {
  margin-left: auto;
  display: flex;
  height: 100%;
  flex-direction: row;
}

.delivering-to-wrapper {
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  height: 100%;
  flex-direction: row;
}

.delivering-to-wrapper::before {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  height: -moz-max-content;
  height: max-content;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-content: '|';
  content: var(--tw-content);
}

.delivering-to-wrapper .delivering-to {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.usps-block-wrapper {
  display: none;
  height: 3rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.usps-block-wrapper ul {
  display: flex;
  max-width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .usps-block-wrapper ul {
    justify-content: space-between;
  }
}

@media (max-width: 460px) {
  .usps-block-wrapper ul li:nth-child(n+2) {
    display: none;
  }

  @media (min-width: 768px) {
    .guided-selling #error-text.usps-block-wrapper ul li:nth-child(n+2), .guided-selling #back-button.usps-block-wrapper ul li:nth-child(n+2), .guided-selling #next-button.usps-block-wrapper ul li:nth-child(n+2) {
      visibility: hidden;
      display: block;
    }
  }

  .guided-selling #error-text.usps-block-wrapper ul li:nth-child(n+2), .guided-selling #back-button.usps-block-wrapper ul li:nth-child(n+2), .guided-selling #next-button.usps-block-wrapper ul li:nth-child(n+2) {
    transition: unset;
  }

  .guided-selling #back-button.usps-block-wrapper ul li:nth-child(n+2) {
    margin-right: 0px;
    width: 0px;
  }
}

@media (max-width: 640px) {
  .usps-block-wrapper ul li:nth-child(n+3) {
    display: none;
  }

  @media (min-width: 768px) {
    .guided-selling #error-text.usps-block-wrapper ul li:nth-child(n+3), .guided-selling #back-button.usps-block-wrapper ul li:nth-child(n+3), .guided-selling #next-button.usps-block-wrapper ul li:nth-child(n+3) {
      visibility: hidden;
      display: block;
    }
  }

  .guided-selling #error-text.usps-block-wrapper ul li:nth-child(n+3), .guided-selling #back-button.usps-block-wrapper ul li:nth-child(n+3), .guided-selling #next-button.usps-block-wrapper ul li:nth-child(n+3) {
    transition: unset;
  }

  .guided-selling #back-button.usps-block-wrapper ul li:nth-child(n+3) {
    margin-right: 0px;
    width: 0px;
  }
}

@media (max-width: 768px) {
  .usps-block-wrapper ul li:nth-child(n+3) {
    display: none;
  }

  @media (min-width: 768px) {
    .guided-selling #error-text.usps-block-wrapper ul li:nth-child(n+3), .guided-selling #back-button.usps-block-wrapper ul li:nth-child(n+3), .guided-selling #next-button.usps-block-wrapper ul li:nth-child(n+3) {
      visibility: hidden;
      display: block;
    }
  }

  .guided-selling #error-text.usps-block-wrapper ul li:nth-child(n+3), .guided-selling #back-button.usps-block-wrapper ul li:nth-child(n+3), .guided-selling #next-button.usps-block-wrapper ul li:nth-child(n+3) {
    transition: unset;
  }

  .guided-selling #back-button.usps-block-wrapper ul li:nth-child(n+3) {
    margin-right: 0px;
    width: 0px;
  }
}

@media (max-width: 1024px) {
  .usps-block-wrapper ul li:nth-child(n+4) {
    display: none;
  }

  @media (min-width: 768px) {
    .guided-selling #error-text.usps-block-wrapper ul li:nth-child(n+4), .guided-selling #back-button.usps-block-wrapper ul li:nth-child(n+4), .guided-selling #next-button.usps-block-wrapper ul li:nth-child(n+4) {
      visibility: hidden;
      display: block;
    }
  }

  .guided-selling #error-text.usps-block-wrapper ul li:nth-child(n+4), .guided-selling #back-button.usps-block-wrapper ul li:nth-child(n+4), .guided-selling #next-button.usps-block-wrapper ul li:nth-child(n+4) {
    transition: unset;
  }

  .guided-selling #back-button.usps-block-wrapper ul li:nth-child(n+4) {
    margin-right: 0px;
    width: 0px;
  }
}

@media (max-width: 1360px) {
  .usps-block-wrapper ul li:nth-child(n+5) {
    display: none;
  }

  @media (min-width: 768px) {
    .guided-selling #error-text.usps-block-wrapper ul li:nth-child(n+5), .guided-selling #back-button.usps-block-wrapper ul li:nth-child(n+5), .guided-selling #next-button.usps-block-wrapper ul li:nth-child(n+5) {
      visibility: hidden;
      display: block;
    }
  }

  .guided-selling #error-text.usps-block-wrapper ul li:nth-child(n+5), .guided-selling #back-button.usps-block-wrapper ul li:nth-child(n+5), .guided-selling #next-button.usps-block-wrapper ul li:nth-child(n+5) {
    transition: unset;
  }

  .guided-selling #back-button.usps-block-wrapper ul li:nth-child(n+5) {
    margin-right: 0px;
    width: 0px;
  }
}

.usps-block-wrapper ul li {
  margin-right: 0.5rem;
  display: flex;
  height: 3rem;
  flex-direction: row;
  align-items: center;
  white-space: nowrap;
  font-size: 0.875rem;
  font-weight: 400;
}

.usps-block-wrapper ul li:before {
  margin-right: 5px;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%2024%2024'%20stroke-width='2'%20stroke='%23F11'%20width='24'%20height='24'%20role='img'%3e%3cpath%20stroke-linecap='round'%20stroke-linejoin='round'%20d='M5%2013l4%204L19%207'%3e%3c/path%3e%3ctitle%3echeck%3c/title%3e%3c/svg%3e");
  background-size: contain;
  background-repeat: no-repeat;
}

.usps-block-wrapper *::-webkit-scrollbar {
  border: none;
  background-color: transparent;
}

.usps-block-wrapper *{
  scrollbar-color: #404040b3 transparent;
  /*firefox*/
  scrollbar-width: thin;
}

@media (min-width: 768px) {
  .guided-selling #error-text.usps-block-wrapper, .guided-selling #back-button.usps-block-wrapper, .guided-selling #next-button.usps-block-wrapper {
    visibility: hidden;
    display: block;
  }
}

.guided-selling #error-text.usps-block-wrapper, .guided-selling #back-button.usps-block-wrapper, .guided-selling #next-button.usps-block-wrapper {
  transition: unset;
}

.guided-selling #back-button.usps-block-wrapper {
  margin-right: 0px;
  width: 0px;
}

@media (min-width: 1024px) {
  .usps-block-wrapper {
    display: flex;
  }
}

.usps-block-wrapper * {
  scrollbar-width: none !important;
}

#elasticsuite-search-container #search {
  height: 3rem;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 245 / var(--tw-bg-opacity));
  padding: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.5;
  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;
}

#elasticsuite-search-container #search:focus {
  outline-color: transparent;
  --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);
  --tw-ring-color: transparent;
}

@media (min-width: 1024px) {
  #elasticsuite-search-container #search {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

#elasticsuite-search-container .search-autocomplete {
  position: relative;
  width: 100%;
}

#elasticsuite-search-container .search-autocomplete .result-title {
  grid-column: span 2 / span 2;
  margin-bottom: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
  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;
}

#elasticsuite-search-container .search-autocomplete .result-title-two {
  padding-top: 0.5rem;
  padding-left: 0.5rem;
  text-align: center;
  font-weight: 700;
}

#elasticsuite-search-container .search-autocomplete .search-button {
  display: flex;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  line-height: 200%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  #elasticsuite-search-container .search-autocomplete .search-button {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  #elasticsuite-search-container .search-autocomplete .search-button {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

#elasticsuite-search-container .search-autocomplete .search-button svg {
  display: inline-flex;
}

#elasticsuite-search-container .search-autocomplete .search-button span {
  vertical-align: middle;
}

#elasticsuite-search-container .search-autocomplete .search-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

#elasticsuite-search-container .search-autocomplete .search-button:focus {
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

#elasticsuite-search-container .search-autocomplete .search-button {
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(0 148 255 / var(--tw-bg-opacity));
  font-weight: 600;
  line-height: 200%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#elasticsuite-search-container .search-autocomplete .search-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(36 126 229 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#elasticsuite-search-container .search-autocomplete .search-button span {
  line-height: 200%;
}

#elasticsuite-search-container .search-autocomplete .search-button {
  margin-top: 1rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1.5rem;
}

.mgz-blog .blog-post-content #elasticsuite-search-container .search-autocomplete .search-button {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.mgz-blog .blog-post-content #elasticsuite-search-container .search-autocomplete .search-button:hover {
  text-decoration-line: none;
}

.level-0-panel-wrapper {
  position: absolute;
  inset: 0px;
  display: flex;
  height: 100%;
  --tw-translate-x: 18rem;
  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));
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  overflow-y: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  width: calc(100% - 18rem);
}

.level-0-panel-wrapper .level-0-panel {
  -moz-column-count: 4;
       column-count: 4;
  -moz-column-fill: auto;
       column-fill: auto;
  max-height: 100%;
  height: 95%;
  -moz-column-gap: 0;
       column-gap: 0;
}

.navigation.not-visible {
  pointer-events: none;
  visibility: hidden;
  display: none;
  height: 0px;
  width: 0px;
}

@media (min-width: 768px) {
  .guided-selling #error-text.navigation.not-visible, .guided-selling #back-button.navigation.not-visible, .guided-selling #next-button.navigation.not-visible {
    visibility: hidden;
    display: block;
  }
}

.guided-selling #error-text.navigation.not-visible, .guided-selling #back-button.navigation.not-visible, .guided-selling #next-button.navigation.not-visible {
  transition: unset;
}

.guided-selling #back-button.navigation.not-visible {
  margin-right: 0px;
  width: 0px;
}

#menu-cart-icon {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  border-radius: 0.25rem;
  outline-offset: 2px;
}

#menu-cart-icon .cart-count {
  position: absolute;
  right: 0px;
  top: 0px;
  margin-right: -0.5rem;
  margin-top: -0.25rem;
  display: flex;
  min-height: 1rem;
  min-width: 1rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 2 111 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-numeric-spacing: tabular-nums;
  font-feature-settings: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  line-height: 100%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.mega-menu {
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 30;
  margin-left: 3rem;
  margin-right: 3rem;
  display: flex;
  min-height: 16rem;
  gap: 2rem;
  overflow: auto;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 1024px) {
  .mega-menu {
    max-width: 1388px;
  }
}

#main-menu-icon {
  position: relative;
  z-index: 200;
}

#main-menu-icon.opened .main-menu__toggle .mobile-menu-icon:after, #main-menu-icon.opened .main-menu__toggle .mobile-menu-icon:before, #main-menu-icon.opened .main-menu__toggle:after, #main-menu-icon.opened .main-menu__toggle:before {
  background: white !important;
  z-index: 33;
}

#main-menu-icon.opened .mobile-menu-icon::before,
        #main-menu-icon.opened .mobile-menu-icon::after {
  top: 21px;
  left: 10px;
  width: 0;
}

#main-menu-icon.opened .main-menu__toggle::before {
  transform: rotate(45deg);
}

#main-menu-icon.opened .main-menu__toggle::after {
  transform: rotate(-45deg);
}

#main-menu-icon.opened > .main-menu__content {
  opacity: 1;
}

#main-menu-icon.is-closing > .main-menu__content,
     #main-menu-icon > .main-menu__content {
  transition: opacity 0.3s, visibility 0.3s;
  opacity: 0;
}

.main-menu__toggle {
  position: relative;
  height: 44px;
  width: 20px;
}

.main-menu__toggle::before,
    .main-menu__toggle::after,
    .main-menu__toggle .mobile-menu-icon::before,
    .main-menu__toggle .mobile-menu-icon::after {
  position: absolute;
  left: 0;
  display: block;
  height: 2px;
  width: 20px;
  background-color: currentColor;
  transition-property: transform;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

[data-content-type$='block'] .main-menu__toggle p:last-child::before,[data-content-type$='block'] 
    .main-menu__toggle p:last-child::after,[data-content-type$='block'] 
    .main-menu__toggle .mobile-menu-icon p:last-child::before,[data-content-type$='block'] 
    .main-menu__toggle .mobile-menu-icon p:last-child::after {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.main-menu__toggle::before,
    .main-menu__toggle::after,
    .main-menu__toggle .mobile-menu-icon::before,
    .main-menu__toggle .mobile-menu-icon::after {
  content: "";
  transform: rotate(0deg);
  transition-property: transform, width, top, left, background-color, color;
}

.main-menu__toggle::before,
    .main-menu__toggle::after {
  top: 21px;
}

.mobile-menu-icon::before {
  top: 14px;
}

.mobile-menu-icon::after {
  top: 28px;
}

#mobile-menu .backdrop {
  display: none;
}

@media (min-width: 768px) {
  .guided-selling #error-text#mobile-menu .backdrop, .guided-selling #back-button#mobile-menu .backdrop, .guided-selling #next-button#mobile-menu .backdrop {
    visibility: hidden;
    display: block;
  }
}

.guided-selling #error-text#mobile-menu .backdrop, .guided-selling #back-button#mobile-menu .backdrop, .guided-selling #next-button#mobile-menu .backdrop {
  transition: unset;
}

.guided-selling #back-button#mobile-menu .backdrop {
  margin-right: 0px;
  width: 0px;
}

#mobile-menu.opened .backdrop {
  display: block;
}

[data-content-type$='block'] #mobile-menu.opened .backdrop p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

#mobile-menu.opened .mobile-menu-fixed {
  touch-action: pan-y;
  transform: translateX(0);
}

.mobile-menu-fixed {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 30;
  height: 100vh;
  width: 90vw;
  max-width: 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));
  overflow-y: auto;
  overflow-x: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  opacity: 1;
  transition-property: opacity;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition-property: opacity,transform;
  will-change: transform;
}

.mobile-menu-fixed template {
  pointer-events: none;
  visibility: hidden;
  height: 0px;
  width: 0px;
}

.mobile-menu-fixed ul.not-active {
  max-height: 60vw;
  overflow: hidden;
}

.mobile-menu-fixed .view-all-link {
  display: flex;
  width: 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));
  cursor: pointer;
  align-items: center;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  transition-property: transform;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 640px) {
  .mobile-menu-fixed .view-all-link {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.mobile-menu-fixed .view-all-link .view-all-button {
  display: flex;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  line-height: 200%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .mobile-menu-fixed .view-all-link .view-all-button {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .mobile-menu-fixed .view-all-link .view-all-button {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.mobile-menu-fixed .view-all-link .view-all-button svg {
  display: inline-flex;
}

.mobile-menu-fixed .view-all-link .view-all-button span {
  vertical-align: middle;
}

.mobile-menu-fixed .view-all-link .view-all-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

.mobile-menu-fixed .view-all-link .view-all-button:focus {
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.mobile-menu-fixed .view-all-link .view-all-button {
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(0 148 255 / var(--tw-bg-opacity));
  font-weight: 600;
  line-height: 200%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.mobile-menu-fixed .view-all-link .view-all-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(36 126 229 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.mobile-menu-fixed .view-all-link .view-all-button span {
  line-height: 200%;
}

.mobile-menu-fixed .view-all-link .view-all-button {
  width: 100%;
  flex-direction: column;
  font-weight: 600;
  text-decoration-line: none;
}

.mgz-blog .blog-post-content .mobile-menu-fixed .view-all-link .view-all-button {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.mgz-blog .blog-post-content .mobile-menu-fixed .view-all-link .view-all-button:hover {
  text-decoration-line: none;
}

.mobile-menu-fixed .menu-header {
  position: sticky;
  top: 0px;
  z-index: 10;
  display: flex;
  height: 4.5rem;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

@media (min-width: 640px) {
  .mobile-menu-fixed .menu-header {
    height: 5.9rem;
  }
}

.mobile-menu-fixed .menu-header p {
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  height: -moz-max-content;
  height: max-content;
  padding-left: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 100%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

[data-content-type$='block'] .mobile-menu-fixed .menu-header p p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

@media (min-width: 640px) {
  .mobile-menu-fixed .menu-header p {
    padding-left: 1.5rem;
  }
}

.mobile-menu-fixed .back-button button {
  display: flex;
  width: 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));
  cursor: pointer;
  align-items: center;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  transition-property: transform;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 640px) {
  .mobile-menu-fixed .back-button button {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.mobile-menu-fixed ul {
  width: 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));
  --tw-border-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-border-opacity));
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/*.level-0-nav,.level-1-nav,.level-2-nav {*/

/*    @apply px-[20px];*/

/*}*/

.mobile-menu-fixed .level-1-nav {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 10;
  width: 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));
  padding-bottom: 6.25rem;
  transition-property: transform;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-menu-fixed .level-1-nav .back-button {
  display: flex;
  flex-direction: column;
}

.mobile-menu-fixed .level-1-nav .back-button .back-arrow {
  margin-bottom: 3rem;
  display: flex;
  cursor: pointer;
  flex-direction: row;
  font-weight: 700;
}

.mobile-menu-fixed .level-1-nav .back-button .view-all {
  display: flex;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  line-height: 200%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .mobile-menu-fixed .level-1-nav .back-button .view-all {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .mobile-menu-fixed .level-1-nav .back-button .view-all {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.mobile-menu-fixed .level-1-nav .back-button .view-all svg {
  display: inline-flex;
}

.mobile-menu-fixed .level-1-nav .back-button .view-all span {
  vertical-align: middle;
}

.mobile-menu-fixed .level-1-nav .back-button .view-all:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

.mobile-menu-fixed .level-1-nav .back-button .view-all:focus {
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.mobile-menu-fixed .level-1-nav .back-button .view-all {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.mobile-menu-fixed .level-1-nav .back-button .view-all:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.mobile-menu-fixed .level-1-nav .back-button .view-all:focus {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.mobile-menu-fixed .level-1-nav .back-button .view-all {
  position: relative;
  margin-bottom: 3rem;
  display: flex;
  height: 4rem;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1 !important;
}

.mobile-menu-fixed .level-1-nav .back-button .view-all .back-arrow-svg {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 2rem;
  --tw-translate-y: -50%;
  --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));
}

.mobile-menu-fixed .level-2-nav {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 10;
  min-height: 80vh;
  width: 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));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-bottom: 6.25rem;
  transition-property: transform;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-menu-fixed .level-2-nav .back-button {
  display: flex;
  flex-direction: column;
}

.mobile-menu-fixed .level-2-nav .back-button .back-arrow {
  margin-bottom: 3rem;
  display: flex;
  cursor: pointer;
  flex-direction: row;
  font-weight: 700;
}

.mobile-menu-fixed .level-2-nav .back-button .back-arrow .view-all {
  display: flex;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  line-height: 200%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .mobile-menu-fixed .level-2-nav .back-button .back-arrow .view-all {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .mobile-menu-fixed .level-2-nav .back-button .back-arrow .view-all {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.mobile-menu-fixed .level-2-nav .back-button .back-arrow .view-all svg {
  display: inline-flex;
}

.mobile-menu-fixed .level-2-nav .back-button .back-arrow .view-all span {
  vertical-align: middle;
}

.mobile-menu-fixed .level-2-nav .back-button .back-arrow .view-all:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

.mobile-menu-fixed .level-2-nav .back-button .back-arrow .view-all:focus {
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.mobile-menu-fixed .level-2-nav .back-button .back-arrow .view-all {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.mobile-menu-fixed .level-2-nav .back-button .back-arrow .view-all:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.mobile-menu-fixed .level-2-nav .back-button .back-arrow .view-all:focus {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.mobile-menu-fixed .level-2-nav .back-button .back-arrow .view-all {
  position: relative;
  margin-bottom: 3rem;
  display: flex;
  height: 4rem;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1 !important;
}

.mobile-menu-fixed .level-2-nav .back-button .back-arrow .view-all .back-arrow-svg {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 2rem;
  --tw-translate-y: -50%;
  --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));
}

.mobile-menu {
  top: 1rem;
  z-index: 20;
  order: -1;
  margin-right: 1.5rem;
  display: flex;
}

.mobile-menu .not-on-screen-items>.nav-item, .mobile-menu .not-on-screen-items>.level-0 {
  height: 0px;
  padding: 0px;
}

.mobile-menu .level-0 {
  display: block;
}

[data-content-type$='block'] .mobile-menu .level-0 p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.mobile-menu .mobile-menu-icon {
  position: relative;
  display: flex;
  height: 2rem;
  width: 2rem;
  justify-content: space-between;
}

.mobile-menu .mobile-menu-icon.preload span{
  animation-duration: 0s !important;
}

.mobile-menu .mobile-menu-icon span {
  position: absolute;
  display: block;
  height: 1px;
  border-radius: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

[data-content-type$='block'] .mobile-menu .mobile-menu-icon span p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.mobile-menu .mobile-menu-icon span{
  animation-duration: 3s;
}

.mobile-menu .mobile-menu-icon span:nth-child(1) {
  background-color: black;
  width: 20px;
  top:2px;
}

.mobile-menu .mobile-menu-icon span:nth-child(2) {
  top: 10px;
  background-color: black;
  width: 20px;
  right: 0;
}

.mobile-menu .mobile-menu-icon span:nth-child(3){
  width: 20px;
  border: black;
  right: 0;
  bottom:1px;
}

.mobile-menu .mobile-menu-icon.is-active span:nth-child(1) {
  animation: hamburger-menu-line-1 0.2s ease-in forwards;
  animation-direction: normal;
}

.mobile-menu .mobile-menu-icon.is-active span:nth-child(2) {
  animation: hamburger-menu-line-2 0.2s ease-in forwards;
  animation-direction: normal;
}

.mobile-menu .mobile-menu-icon.is-active span:nth-child(3) {
  animation: hamburger-menu-line-3 0.2s ease-in forwards;
  animation-direction: normal;
}

.mobile-menu .mobile-menu-icon.is-not-active span:nth-child(1) {
  animation: hamburger-menu-line-1 0.2s ease-in backwards;
  animation-direction: reverse;
}

.mobile-menu .mobile-menu-icon.is-not-active span:nth-child(2) {
  animation: hamburger-menu-line-2 0.2s ease-in backwards;
  animation-direction: reverse;
}

.mobile-menu .mobile-menu-icon.is-not-active span:nth-child(3) {
  animation: hamburger-menu-line-3 0.2s ease-in backwards;
  animation-direction: reverse;
}

.mobile-menu .subsection {
  position: absolute;
  left: -100%;
  top: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 101;
  display: flex;
  height: auto;
  width: 100%;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition: all cubic-bezier(0.87,0.03,0.41,0.9) .25s;
}

.mobile-menu .subsection.active {
  position: fixed;
  left: 0px;
}

.mobile-menu .nav-item {
  display: flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-border-opacity));
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .mobile-menu .nav-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.mobile-menu .nav-item {
  height: -moz-max-content;
  height: max-content;
}

.mobile-menu .nav-item a.link {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.mobile-menu .nav-item a.link:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.mobile-menu .extended-nav-item {
  display: flex;
  height: 50px;
  cursor: pointer;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 251 / var(--tw-bg-opacity));
  background-image: none;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 50px;
  padding-left: 30px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity));
  border-bottom: 1px solid #e1e1e1;
  -webkit-text-decoration: none;
  text-decoration: none;
  outline-width: 0;
  transition: all ease-in-out .25s;
}

@media (min-width: 425px) {
  .header-top-left .top-header {
    line-height: 1.5;
  }

  .header-top-left .top-header:before {
    content: '|';
    color: white;
    margin-right: 1rem;
  }
}

#day-banner .top-header {
  position: relative;
  font-size: 14px;
  min-height: 24px;
}

.wwk-widget--new_button_stars--light {
  background-color: transparent !important;
}

.table-row-items > div.table-row-item {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

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

input[type=range] {
  --hv-fill-color: #0094ff;
}

input[type=range]:hover, input[type=range]:focus {
  --hv-thumb-color: #0094ff;
  --tw-ring-color: #ff11114a;
}

/* .category-view .sidebar .block.filter {} */

.account-nav li a,
    .account-nav li strong {
  display: flex;
  justify-content: space-between;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.account-nav li a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.account-nav li strong {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  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));
  padding-top: 1rem;
}

.actions-toolbar a.back {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

body > div > div.grecaptcha-badge {
  display: none;
}

@media (min-width: 768px) {
  .guided-selling #error-textbody > div > div.grecaptcha-badge, .guided-selling #back-buttonbody > div > div.grecaptcha-badge, .guided-selling #next-buttonbody > div > div.grecaptcha-badge {
    visibility: hidden;
    display: block;
  }
}

.guided-selling #error-textbody > div > div.grecaptcha-badge, .guided-selling #back-buttonbody > div > div.grecaptcha-badge, .guided-selling #next-buttonbody > div > div.grecaptcha-badge {
  transition: unset;
}

.guided-selling #back-buttonbody > div > div.grecaptcha-badge {
  margin-right: 0px;
  width: 0px;
}

body > div > div.grecaptcha-badge {
  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));
}

.order-links {
  display: block;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

[data-content-type$='block'] .order-links p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.order-links li {
  display: inline-block;
  cursor: pointer;
  white-space: nowrap;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.order-links li.current {
  flex-grow: 1;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.order-links li a {
  text-decoration-line: underline;
}

.order-date {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.guided-selling-design {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 0 110 / var(--tw-bg-opacity)) !important;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.guided-selling-design:nth-child(1):after {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 0 110 / var(--tw-bg-opacity)) !important;
}

.guided-selling-design:nth-child(1):before {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.guided-selling strong {
  font-weight: 700;
}

.guided-selling .question-additional-text-wrap p {
  margin-bottom: 0px;
}

.guided-selling .title ul, .guided-selling .question-additional-text-wrap ul {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.guided-selling .title ul, .guided-selling .title li, .guided-selling .question-additional-text-wrap ul, .guided-selling .question-additional-text-wrap li {
  list-style-type: disc;
  text-align: left;
}

.guided-selling #questions-summary p {
  margin-bottom: 0px;
}

.guided-selling .loader-bg {
  background-image: url("data:image/svg+xml,%3Csvg%20aria-hidden%3D%22true%22%20viewBox%3D%220%200%20100%20101%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M100%2050.5908C100%2078.2051%2077.6142%20100.591%2050%20100.591C22.3858%20100.591%200%2078.2051%200%2050.5908C0%2022.9766%2022.3858%200.59082%2050%200.59082C77.6142%200.59082%20100%2022.9766%20100%2050.5908ZM9.08144%2050.5908C9.08144%2073.1895%2027.4013%2091.5094%2050%2091.5094C72.5987%2091.5094%2090.9186%2073.1895%2090.9186%2050.5908C90.9186%2027.9921%2072.5987%209.67226%2050%209.67226C27.4013%209.67226%209.08144%2027.9921%209.08144%2050.5908Z%22%20fill%3D%22%230094ff%22/%3E%3Cpath%20d%3D%22M93.9676%2039.0409C96.393%2038.4038%2097.8624%2035.9116%2097.0079%2033.5539C95.2932%2028.8227%2092.871%2024.3692%2089.8167%2020.348C85.8452%2015.1192%2080.8826%2010.7238%2075.2124%207.41289C69.5422%204.10194%2063.2754%201.94025%2056.7698%201.05124C51.7666%200.367541%2046.6976%200.446843%2041.7345%201.27873C39.2613%201.69328%2037.813%204.19778%2038.4501%206.62326C39.0873%209.04874%2041.5694%2010.4717%2044.0505%2010.1071C47.8511%209.54855%2051.7191%209.52689%2055.5402%2010.0491C60.8642%2010.7766%2065.9928%2012.5457%2070.6331%2015.2552C75.2735%2017.9648%2079.3347%2021.5619%2082.5849%2025.841C84.9175%2028.9121%2086.7997%2032.2913%2088.1811%2035.8758C89.083%2038.2158%2091.5421%2039.6781%2093.9676%2039.0409Z%22%20fill%3D%22white%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 2rem 2rem;
  /* Same as w-8 / h-8 */
  background-position: center;
}

.guided-selling .tooltip-icon {
  display: block;
  height: 1.25rem;
  width: 1.25rem;
}

[data-content-type$='block'] .guided-selling .tooltip-icon p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.guided-selling .tooltip-icon {
  background-image: url("data:image/svg+xml,%3Csvg%20height%3D%2264px%22%20width%3D%2264px%22%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20viewBox%3D%220%200%2037.60%2037.60%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22%23000000%22%3E%3Cg%20id%3D%22SVGRepo_bgCarrier%22%20stroke-width%3D%220%22%3E%3C/g%3E%3Cg%20id%3D%22SVGRepo_tracerCarrier%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3C/g%3E%3Cg%20id%3D%22SVGRepo_iconCarrier%22%3E%3Cg%3E%3Cpath%20style%3D%22fill%3A%233399FF%3B%22%20d%3D%22M37.595%2C33.595V0H4.001c-2.209%2C0-4%2C1.791-4%2C4v33.596h33.595%20C35.804%2C37.595%2C37.595%2C35.804%2C37.595%2C33.595z%20M17.173%2C33.631c-1.87%2C0-3.391-1.598-3.391-3.469c0-1.871%2C1.521-3.43%2C3.391-3.43%20c1.91%2C0%2C3.431%2C1.559%2C3.431%2C3.43C20.604%2C32.033%2C19.084%2C33.631%2C17.173%2C33.631z%20M23.254%2C19.209c-1.555%2C1.148-2.996%2C2.065-3.6%2C3.501%20c-0.477%2C1.137-1.259%2C2.19-2.492%2C2.19h-2.248c-0.196-1.95%2C0.077-3.586%2C0.934-5.028c1.324-2.299%2C4.795-3.702%2C4.795-7.132%20c0-1.676-1.053-2.845-3.04-2.845c-2.067%2C0-3.86%2C1.247-5.185%2C2.885l-1.555-3.928c-0.453-1.147-0.066-2.741%2C1.009-3.343%20c1.996-1.119%2C4.233-1.599%2C6.627-1.539c4.911%2C0.195%2C8.341%2C2.728%2C8.419%2C7.483C26.919%2C14.376%2C26.1%2C17.105%2C23.254%2C19.209z%22%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
}

.guided-selling .intro-img-wrap {
  margin-left: -3rem;
  margin-right: -3rem;
  margin-bottom: -5rem;
  width: calc(100% + 96px);
}

.guided-selling .progress-container {
  position: relative;
  height: 30px;
}

.guided-selling .progress-container .progress-bar {
  position: absolute;
  box-sizing: border-box;
  height: 30px;
  white-space: nowrap;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 110 / var(--tw-bg-opacity));
  transition: width .4s;
}

.guided-selling .progress-container .progress-bar .label {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.guided-selling .progress-container::before {
  position: absolute;
  box-sizing: border-box;
  display: block;
  height: 30px;
  width: 100%;
  border-radius: 1rem;
  border-width: 1px;
  border-style: solid;
  border-color: #ccccc;
  --tw-bg-opacity: 1;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity));
}

[data-content-type$='block'] .guided-selling .progress-container p:last-child::before {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.guided-selling .progress-container::before {
  content: '';
}

.guided-selling .bottom-block {
  display: flex;
}

@media not all and (min-width: 768px) {
  .guided-selling .bottom-block {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100vw;
    justify-content: center;
    gap: 1rem;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    border-top-width: 1px;
    --tw-border-opacity: 1;
    border-top-color: rgb(36 126 229 / var(--tw-border-opacity));
    background-color: rgb(255 255 255 / 0.7);
    padding-top: 0.625rem;
  }
}

.guided-selling #guided-selling-title {
  margin-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 1.25rem;
  padding-bottom: 0.125rem;
  text-align: center;
}

.guided-selling #error-text {
  margin-top: 1.25rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .guided-selling #error-text.hidden, .guided-selling #back-button.hidden, .guided-selling #next-button.hidden {
    visibility: hidden;
    display: block;
  }
}

.guided-selling #error-text.hidden, .guided-selling #back-button.hidden, .guided-selling #next-button.hidden {
  transition: unset;
}

.guided-selling #back-button.hidden {
  margin-right: 0px;
  width: 0px;
}

.guided-selling #all-options-button {
  margin-top: 15px;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 5rem;
  padding-right: 5rem;
  font-weight: 600;
}

.guided-selling .all-options {
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.guided-selling #next-button, .guided-selling #back-button {
  max-height: 3rem;
  padding: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .guided-selling #next-button, .guided-selling #back-button {
    margin-right: 1.25rem;
  }
}

.guided-selling .question {
  margin-bottom: 2.5rem;
}

.guided-selling .question .title {
  padding-top: 0px;
  padding-bottom: 1.25rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media only screen and (max-width: 768px) {
  .guided-selling .question .title {
    padding-top: 1.25rem;
  }
}

.guided-selling .question .two-items {
  margin-bottom: 2.5rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 768px) {
  .guided-selling .question .two-items {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .guided-selling .question .two-items .first {
    grid-column-start: 2;
  }
}

.guided-selling .question .four-items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 768px) {
  .guided-selling .question .four-items {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.guided-selling .question .three-items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 768px) {
  .guided-selling .question .three-items {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .guided-selling .question .three-items {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .guided-selling .question .three-items .first {
    grid-column-start: 2;
  }
}

.guided-selling .question .five-items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 768px) {
  .guided-selling .question .five-items {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .guided-selling .question .five-items {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.guided-selling .question .six-items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 768px) {
  .guided-selling .question .six-items {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .guided-selling .question .six-items {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.guided-selling .question .answers, .guided-selling .question .filtered-answers {
  justify-content: center;
}

@media not all and (min-width: 768px) {
  .guided-selling .question .answers, .guided-selling .question .filtered-answers {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}

.guided-selling .question .answers .filtered-option.selected, .guided-selling .question .filtered-answers .filtered-option.selected {
  --tw-bg-opacity: 1;
  background-color: rgb(0 148 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.guided-selling .question .answers .answer, .guided-selling .question .filtered-answers .answer {
  display: flex;
  cursor: pointer;
  align-items: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .guided-selling .question .answers .answer, .guided-selling .question .filtered-answers .answer {
    flex-direction: column;
  }
}

.guided-selling .question .answers .answer, .guided-selling .question .filtered-answers .answer {
  box-shadow: 0 2px 6px 0 #e5e5e5;
}

.guided-selling .question .answers .answer.selected, .guided-selling .question .filtered-answers .answer.selected {
  padding: 0px;
  outline-style: solid;
  outline-width: 2px;
  outline-color: #0094ff;
}

.guided-selling .question .answers .answer.selected .checkbox, .guided-selling .question .filtered-answers .answer.selected .checkbox {
  --tw-border-opacity: 1;
  border-color: rgb(0 148 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 148 255 / var(--tw-bg-opacity));
  background-position: center;
  background: url(../images/blue-related-check.svg) no-repeat;
}

.guided-selling .question .answers .answer.selected .checkbox::after, .guided-selling .question .filtered-answers .answer.selected .checkbox::after {
  position: absolute;
  left: -0.125rem;
  top: -0.125rem;
  box-sizing: border-box;
  display: block;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  border-width: 7px;
  --tw-border-opacity: 1;
  border-color: rgb(0 148 255 / var(--tw-border-opacity));
  --tw-content: '';
  content: var(--tw-content);
}

[data-content-type$='block'] .guided-selling .question .answers .answer.selected .checkbox p:last-child::after,[data-content-type$='block']  .guided-selling .question .filtered-answers .answer.selected .checkbox p:last-child::after {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.guided-selling .question .answers .answer p, .guided-selling .question .filtered-answers .answer p {
  box-sizing: border-box;
  max-width: 100%;
  padding-right: 0.625rem;
  text-align: center;
  line-height: 1.25rem;
}

@media (min-width: 768px) {
  .guided-selling .question .answers .answer p, .guided-selling .question .filtered-answers .answer p {
    width: 177px;
    flex-grow: 1;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 13px;
    padding-bottom: 5px;
  }
}

.guided-selling .question .answers .answer .checkbox, .guided-selling .question .filtered-answers .answer .checkbox {
  position: relative;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 25px;
  box-sizing: border-box;
  height: 25px;
  width: 25px;
  flex-shrink: 0;
  border-radius: 50%;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

@media (min-width: 768px) {
  .guided-selling .question .answers .answer .checkbox, .guided-selling .question .filtered-answers .answer .checkbox {
    margin-bottom: 0.625rem;
  }
}

.guided-selling .question .answers .answer .image-container, .guided-selling .question .filtered-answers .answer .image-container {
  padding: 7px;
  padding-right: 6px;
  padding-top: 0px;
}

.guided-selling .question .answers .answer .image-container img, .guided-selling .question .filtered-answers .answer .image-container img {
  padding: 0.125rem;
}

.guided-selling .question .answers .answer .tooltip-content p, .guided-selling .question .filtered-answers .answer .tooltip-content p {
  margin-bottom: 0.625rem;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0.625rem;
  text-align: unset!important;
}

.guided-selling .question .answers .answer .tooltip-content h3, .guided-selling .question .filtered-answers .answer .tooltip-content h3 {
  margin-bottom: 1.25rem;
}

.guide-items-wrapper .item {
  width: 100%;
  max-width: 100%;
}

.guide-items-wrapper .item .item-add-to-cart {
  width: 100%;
  justify-content: center;
}

@media (min-width: 1280px) {
  .guide-items-wrapper .item .item-add-to-cart .cart-button {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.guide-items-wrapper .item .item-add-to-cart .cart-button svg {
  display: none;
}

@media (min-width: 768px) {
  .guided-selling #error-text.guide-items-wrapper .item .item-add-to-cart .cart-button svg, .guided-selling #back-button.guide-items-wrapper .item .item-add-to-cart .cart-button svg, .guided-selling #next-button.guide-items-wrapper .item .item-add-to-cart .cart-button svg {
    visibility: hidden;
    display: block;
  }
}

.guided-selling #error-text.guide-items-wrapper .item .item-add-to-cart .cart-button svg, .guided-selling #back-button.guide-items-wrapper .item .item-add-to-cart .cart-button svg, .guided-selling #next-button.guide-items-wrapper .item .item-add-to-cart .cart-button svg {
  transition: unset;
}

.guided-selling #back-button.guide-items-wrapper .item .item-add-to-cart .cart-button svg {
  margin-right: 0px;
  width: 0px;
}

.guide-items-wrapper .item .item-add-to-cart .cart-button .grid-text {
  margin: 0px;
}

@media not all and (min-width: 768px) {
  .guide-items-wrapper .item .item-add-to-cart .cart-button .grid-text {
    font-size: 13px;
  }
}

.guide-items-wrapper .item .compare_wishlist {
  display: none;
}

@media (min-width: 768px) {
  .guided-selling #error-text.guide-items-wrapper .item .compare_wishlist, .guided-selling #back-button.guide-items-wrapper .item .compare_wishlist, .guided-selling #next-button.guide-items-wrapper .item .compare_wishlist {
    visibility: hidden;
    display: block;
  }
}

.guided-selling #error-text.guide-items-wrapper .item .compare_wishlist, .guided-selling #back-button.guide-items-wrapper .item .compare_wishlist, .guided-selling #next-button.guide-items-wrapper .item .compare_wishlist {
  transition: unset;
}

.guided-selling #back-button.guide-items-wrapper .item .compare_wishlist {
  margin-right: 0px;
  width: 0px;
}

@media only screen and (max-width: 767px) {
  .guided-selling {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .guided-selling .answers {
    flex-direction: column;
  }
}

form .field, fieldset .field {
  margin-top: 0.25rem;
}

/* Reserve space for single line form validation messages */

form .field.field-reserved, fieldset .field.field-reserved {
  margin-bottom: 0px;
}

form .field.field-reserved ul:last-of-type, fieldset .field.field-reserved ul:last-of-type {
  margin-bottom: 0px;
  margin-top: 7px;
  padding-bottom: 0px;
}

form .field.field-reserved ul, fieldset .field.field-reserved ul {
  font-size: 0.75rem;
  line-height: 1rem;
}

form label, fieldset label {
  margin-bottom: 0.5rem;
  display: block;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

[data-content-type$='block'] form label p:last-child,[data-content-type$='block']  fieldset label p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

form .field.choice, fieldset .field.choice {
  display: flex;
  align-items: center;
}

form .field.choice input, fieldset .field.choice input {
  margin-right: 1rem;
}

form .field.choice label, fieldset .field.choice label {
  margin-bottom: 0px;
}

form .field.field-error .messages, fieldset .field.field-error .messages {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
  max-width: -moz-fit-content;
  max-width: fit-content;
}

form legend, fieldset legend {
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

form legend + br, fieldset legend + br {
  display: none;
}

@media (min-width: 768px) {
  .guided-selling #error-textform legend + br, .guided-selling #back-buttonform legend + br, .guided-selling #next-buttonform legend + br,.guided-selling #error-text fieldset legend + br, .guided-selling #back-button fieldset legend + br, .guided-selling #next-button fieldset legend + br {
    visibility: hidden;
    display: block;
  }
}

.guided-selling #error-textform legend + br, .guided-selling #back-buttonform legend + br, .guided-selling #next-buttonform legend + br,.guided-selling #error-text fieldset legend + br, .guided-selling #back-button fieldset legend + br, .guided-selling #next-button fieldset legend + br {
  transition: unset;
}

.guided-selling #back-buttonform legend + br,.guided-selling #back-button fieldset legend + br {
  margin-right: 0px;
  width: 0px;
}

fieldset ~ fieldset {
  margin-top: 2rem;
}

.field.required > label::after {
  position: relative;
  top: -0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
  content: var(--tw-content);
  --tw-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M12 6v12M17.196 9 6.804 15M6.804 9l10.392 6'/%3E%3C/svg%3E");
  --tw-icon-size: 1em;
  display: inline-block;
  width: var(--tw-icon-size);
  height: var(--tw-icon-size);
  background-color: currentcolor;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: var(--tw-icon);
          mask-image: var(--tw-icon);
}

/* For backwards compatibility */

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

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

.cms-page-view #maincontent a, .cms-home #maincontent a, .cms-index-index #maincontent a {
  color: #0094ff;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.cms-page-view #maincontent a:hover, .cms-home #maincontent a:hover, .cms-index-index #maincontent a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.cms-page-view #maincontent ol, .cms-home #maincontent ol, .cms-index-index #maincontent ol {
  counter-reset: list-counter;
}

.cms-page-view #maincontent ol li, .cms-home #maincontent ol li, .cms-index-index #maincontent ol li {
  counter-increment: list-counter;
  position: relative;
  padding-left: 32px;
  margin-bottom: 12px;
}

.cms-page-view #maincontent ol li:before, .cms-home #maincontent ol li:before, .cms-index-index #maincontent ol li:before {
  display: block;
  content: counter(list-counter) ". ";
  color: #0094ff;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 0;
}

.cms-page-view #maincontent ol, .cms-page-view #maincontent ul, .cms-home #maincontent ol, .cms-home #maincontent ul, .cms-index-index #maincontent ol, .cms-index-index #maincontent ul {
  counter-reset: list-counter;
  padding-bottom: 20px;
}

.cms-page-view #maincontent h1 p,.cms-page-view #maincontent .h1 p,.cms-home #maincontent h1 p,.cms-home #maincontent .h1 p,.cms-index-index #maincontent h1 p,.cms-index-index #maincontent .h1 p {
  padding-bottom: 0px;
}

.cms-page-view #maincontent h2 p,.cms-page-view #maincontent .h2 p,.cms-home #maincontent h2 p,.cms-home #maincontent .h2 p,.cms-index-index #maincontent h2 p,.cms-index-index #maincontent .h2 p {
  padding-bottom: 0px;
}

.cms-page-view #maincontent h3 p,.cms-page-view #maincontent .h3 p,.cms-home #maincontent h3 p,.cms-home #maincontent .h3 p,.cms-index-index #maincontent h3 p,.cms-index-index #maincontent .h3 p {
  padding-bottom: 0px;
}

.cms-page-view #maincontent h4, .cms-page-view #maincontent .h4, .cms-home #maincontent h4, .cms-home #maincontent .h4, .cms-index-index #maincontent h4, .cms-index-index #maincontent .h4 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.cms-page-view #maincontent h4 p,.cms-page-view #maincontent .h4 p,.cms-home #maincontent h4 p,.cms-home #maincontent .h4 p,.cms-index-index #maincontent h4 p,.cms-index-index #maincontent .h4 p {
  padding-bottom: 0px;
}

.multirange-slider {
  display: grid;
  grid-template-areas: "stacked";
}

.multirange-slider [type="range"] {
  pointer-events: none;
  grid-area: stacked;
}

.multirange-slider [type="range"]::-webkit-slider-thumb {
  pointer-events: auto;
  isolation: isolate;
}

.multirange-slider [type="range"]::-moz-range-thumb {
  pointer-events: auto;
  isolation: isolate;
}

/*
 *  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;
  -webkit-text-decoration: none;
  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 */

.backdrop\:bg-black\/25::backdrop {
  background-color: rgb(0 0 0 / 0.25);
}

.before\:block::before {
  content: var(--tw-content);
  display: block;
}

.before\:h-3::before {
  content: var(--tw-content);
  height: 0.75rem;
}

.before\:h-8::before {
  content: var(--tw-content);
  height: 2rem;
}

.before\:w-3::before {
  content: var(--tw-content);
  width: 0.75rem;
}

.before\:w-8::before {
  content: var(--tw-content);
  width: 2rem;
}

.before\:flex-shrink-0::before {
  content: var(--tw-content);
  flex-shrink: 0;
}

.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(16 185 129 / var(--tw-bg-opacity));
}

.before\:bg-red-500::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.before\:bg-compare-icon::before {
  content: var(--tw-content);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiPjxwYXRoIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNMyA2bDMgMW0wIDBsLTMgOWE1LjAwMiA1LjAwMiAwIDAwNi4wMDEgME02IDdsMyA5TTYgN2w2LTJtNiAybDMtMW0tMyAxbC0zIDlhNS4wMDIgNS4wMDIgMCAwMDYuMDAxIDBNMTggN2wzIDltLTMtOWwtNi0ybTAtMnYybTAgMTZWNW0wIDE2SDltMyAwaDMiIC8+PC9zdmc+");
}

.before\:bg-wishlist-icon::before {
  content: var(--tw-content);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiPjxwYXRoIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNNC4zMTggNi4zMThhNC41IDQuNSAwIDAwMCA2LjM2NEwxMiAyMC4zNjRsNy42ODItNy42ODJhNC41IDQuNSAwIDAwLTYuMzY0LTYuMzY0TDEyIDcuNjM2bC0xLjMxOC0xLjMxOGE0LjUgNC41IDAgMDAtNi4zNjQgMHoiLz48L3N2Zz4=);
}

.before\:bg-center::before {
  content: var(--tw-content);
  background-position: center;
}

.before\:bg-no-repeat::before {
  content: var(--tw-content);
  background-repeat: no-repeat;
}

.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:inset-1::after {
  content: var(--tw-content);
  inset: 0.25rem;
}

.after\:my-\[10px\]::after {
  content: var(--tw-content);
  margin-top: 10px;
  margin-bottom: 10px;
}

.after\:inline-block::after {
  content: var(--tw-content);
  display: inline-block;
}

.after\:h-6::after {
  content: var(--tw-content);
  height: 1.5rem;
}

.after\:w-6::after {
  content: var(--tw-content);
  width: 1.5rem;
}

.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}

.after\:rounded-full::after {
  content: var(--tw-content);
  border-radius: 9999px;
}

.after\:border-t::after {
  content: var(--tw-content);
  border-top-width: 1px;
}

.after\:border-container::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-border-opacity));
}

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

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

.after\:bg-search-icon::after {
  content: var(--tw-content);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIj4NCiAgICA8cGF0aCBkPSJNMjEgMjFMMTYuNjUgMTYuNjVNMTkgMTFDMTkgMTUuNDE4MyAxNS40MTgzIDE5IDExIDE5QzYuNTgxNzIgMTkgMyAxNS40MTgzIDMgMTFDMyA2LjU4MTcyIDYuNTgxNzIgMyAxMSAzQzE1LjQxODMgMyAxOSA2LjU4MTcyIDE5IDExWiIgc3Ryb2tlPSIjOTQ5NjlDIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PC9wYXRoPg0KPC9zdmc+);
}

.after\:bg-center::after {
  content: var(--tw-content);
  background-position: center;
}

.after\:bg-no-repeat::after {
  content: var(--tw-content);
  background-repeat: no-repeat;
}

.after\:opacity-0::after {
  content: var(--tw-content);
  opacity: 0;
}

.after\:transition::after {
  content: var(--tw-content);
  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;
}

.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}

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

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

.first\:pt-0:first-child {
  padding-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;
}

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

.even\:bg-container:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

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

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

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

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

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

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

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

.hover\:border-\[var\(--category-border-color-hover\)\]:hover {
  border-color: var(--category-border-color-hover);
}

.hover\:border-\[var\(--tag-border-color-hover\)\]:hover {
  border-color: var(--tag-border-color-hover);
}

.hover\:border-pml-blue-default:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 148 255 / var(--tw-border-opacity));
}

.hover\:border-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity));
}

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

.hover\:bg-\[\#2563eb\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#4db2ec\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(77 178 236 / var(--tw-bg-opacity));
}

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

.hover\:bg-\[\#da5d28\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(218 93 40 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#e88b00\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(232 139 0 / var(--tw-bg-opacity));
}

.hover\:bg-\[var\(--category-bg-color-hover\)\]:hover {
  background-color: var(--category-bg-color-hover);
}

.hover\:bg-\[var\(--tag-bg-color-hover\)\]:hover {
  background-color: var(--tag-bg-color-hover);
}

.hover\:bg-\[var\(--tag-cloud-bg-color-hover\)\]:hover {
  background-color: var(--tag-cloud-bg-color-hover);
}

.hover\:bg-blue-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity));
}

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

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

.hover\:bg-gray-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

.hover\:bg-pml-blue-darker:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(36 126 229 / var(--tw-bg-opacity));
}

.hover\:bg-pml-blue-default:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 148 255 / var(--tw-bg-opacity));
}

.hover\:bg-pml-pink-darker:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(190 24 93 / var(--tw-bg-opacity));
}

.hover\:bg-primary\/10:hover {
  background-color: rgb(29 78 216 / 0.1);
}

.hover\:bg-red-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity));
}

.hover\:bg-spd-gray-extraLight:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 245 / var(--tw-bg-opacity));
}

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

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

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

.hover\:text-\[var\(--category-color-hover\)\]:hover {
  color: var(--category-color-hover);
}

.hover\:text-\[var\(--link-sidebar-color-hover\)\]:hover {
  color: var(--link-sidebar-color-hover);
}

.hover\:text-\[var\(--post-title-color-hover\)\]:hover {
  color: var(--post-title-color-hover);
}

.hover\:text-\[var\(--secondary-color\)\]:hover {
  color: var(--secondary-color);
}

.hover\:text-\[var\(--tag-cloud-color-hover\)\]:hover {
  color: var(--tag-cloud-color-hover);
}

.hover\:text-\[var\(--tag-color-hover\)\]:hover {
  color: var(--tag-color-hover);
}

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

.hover\:text-blue-400:hover {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity));
}

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

.hover\:text-gray-400:hover {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

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

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

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.hover\:text-primary-darker:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

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

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

.hover\:text-red-800:hover {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}

.hover\:text-secondary-darker:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

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

.hover\:text-yellow-500:hover {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity));
}

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

.hover\:\!no-underline:hover {
  text-decoration-line: none !important;
}

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

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

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.hover\:opacity-85:hover {
  opacity: 0.85;
}

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

.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\:shadow-primary\/30:hover {
  --tw-shadow-color: rgb(30 64 175 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

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

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

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

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

.hover\:ease-out:hover {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 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\:max-h-full:focus {
  max-height: 100%;
}

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

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

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

.focus\:border-blue-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
}

.focus\:border-pml-blue-default:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 148 255 / var(--tw-border-opacity));
}

.focus\:border-primary:focus {
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity));
}

.focus\:border-primary-lighter:focus {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
}

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

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

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

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

.focus\:text-primary:focus {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.focus\:text-red-800:focus {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}

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

.focus\:placeholder-transparent:focus::-moz-placeholder {
  color: transparent;
}

.focus\:placeholder-transparent:focus::placeholder {
  color: transparent;
}

.focus\:shadow-primary\/30:focus {
  --tw-shadow-color: rgb(30 64 175 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

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

.focus\:outline-red-300:focus {
  outline-color: #fca5a5;
}

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

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

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

.active\:bg-red-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity));
}

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

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

.active\:text-red-900:active {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity));
}

.active\:shadow:active {
  --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);
}

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

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

.disabled\:opacity-30:disabled {
  opacity: 0.3;
}

.disabled\:opacity-40:disabled {
  opacity: 0.4;
}

.disabled\:opacity-70:disabled {
  opacity: 0.7;
}

.disabled\:opacity-75:disabled {
  opacity: 0.75;
}

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

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

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

.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group\/filter:hover .group-hover\/filter\:border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity));
}

.group\/filter:hover .group-hover\/filter\:bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:fill-\[\#ff026f\] {
  fill: #ff026f;
}

.group:hover .group-hover\:stroke-\[\#000000\] {
  stroke: #000000;
}

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

.group:hover .group-hover\:text-secondary-darker {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

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

.group\/filter:hover .group-hover\/filter\:after\:opacity-100::after {
  content: var(--tw-content);
  opacity: 1;
}

.group\/filter:focus .group-focus\/filter\:border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity));
}

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

.group\/filter:focus .group-focus\/filter\:bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}

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

.group\/filter:focus .group-focus\/filter\:after\:opacity-100::after {
  content: var(--tw-content);
  opacity: 1;
}

.aria-expanded\:border-r-\[white\][aria-expanded="true"] {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.aria-\[current\=page\]\:underline[aria-current=page] {
  text-decoration-line: underline;
}

.group[aria-expanded="true"] .group-aria-expanded\:rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group[aria-expanded="true"] .group-aria-expanded\:text-inherit {
  color: inherit;
}

.data-\[active\]\:border-primary[data-active] {
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity));
}

@media not all and (min-width: 768px) {
  .max-md\:right-\[3px\] {
    right: 3px;
  }

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

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

  .max-md\:ml-\[12px\] {
    margin-left: 12px;
  }

  .max-md\:w-\[calc\(100vw-84px\)\] {
    width: calc(100vw - 84px);
  }

  .max-md\:flex-grow {
    flex-grow: 1;
  }

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

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

  .max-md\:pr-2\.5 {
    padding-right: 0.625rem;
  }
}

@media (min-width: 640px) {
  .sm\:order-1 {
    order: 1;
  }

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

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

  .sm\:order-none {
    order: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:h-8 {
    height: 2rem;
  }

  .sm\:h-auto {
    height: auto;
  }

  .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-8 {
    width: 2rem;
  }

  .sm\:w-96 {
    width: 24rem;
  }

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

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

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

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

  .sm\:w-max {
    width: -moz-max-content;
    width: max-content;
  }

  .sm\:min-w-\[theme\(spacing\.24\)\] {
    min-width: 6rem;
  }

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

  .sm\:max-w-\[theme\(spacing\.32\)\] {
    max-width: 8rem;
  }

  .sm\:table-fixed {
    table-layout: fixed;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:overflow-hidden {
    overflow: hidden;
  }

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

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

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

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

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

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

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

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

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

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

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

  .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\:duration-700 {
    transition-duration: 700ms;
  }
}

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

  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

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

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

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

  .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\:-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\:\!mt-auto {
    margin-top: auto !important;
  }

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

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

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

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

  .md\:ml-\[10\%\] {
    margin-left: 10%;
  }

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

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

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

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

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

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

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

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

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

  .md\:block {
    display: block;
  }

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

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:\!hidden {
    display: none !important;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-16 {
    height: 4rem;
  }

  .md\:h-24 {
    height: 6rem;
  }

  .md\:h-6 {
    height: 1.5rem;
  }

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

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

  .md\:h-auto {
    height: auto;
  }

  .md\:min-h-\[6\.5rem\] {
    min-height: 6.5rem;
  }

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

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

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

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

  .md\:w-24 {
    width: 6rem;
  }

  .md\:w-3\/12 {
    width: 25%;
  }

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

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

  .md\:w-6 {
    width: 1.5rem;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, 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 !important;
  }

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

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

  .md\:\!flex-wrap {
    flex-wrap: wrap !important;
  }

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

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

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

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

  .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-y-0 {
    border-top-width: 0px;
    border-bottom-width: 0px;
  }

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

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

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

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

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

  .md\:p-0 {
    padding: 0px;
  }

  .md\:p-4 {
    padding: 1rem;
  }

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

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

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

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

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

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

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

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

  .md\:pl-16 {
    padding-left: 4rem;
  }

  .md\:pl-7 {
    padding-left: 1.75rem;
  }

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

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

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

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

  .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-5xl {
    font-size: 3rem;
    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;
  }
}

@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\:sticky {
    position: sticky;
  }

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

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

  .lg\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

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

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

  .lg\:bottom-auto {
    bottom: auto;
  }

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

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

  .lg\:left-\[var\(--msrp-inline-offset\)\] {
    left: var(--msrp-inline-offset);
  }

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

  .lg\:right-auto {
    right: auto;
  }

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

  .lg\:top-\[var\(--msrp-block-offset\)\] {
    top: var(--msrp-block-offset);
  }

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

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

  .lg\:order-first {
    order: -9999;
  }

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

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

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

  .lg\:float-right {
    float: right;
  }

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

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

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

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

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

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

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

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

  .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\: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-auto {
    width: auto;
  }

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

  .lg\:max-w-xs {
    max-width: 20rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:border-b-0 {
    border-bottom-width: 0px;
  }

  .lg\:bg-pml-blue-default {
    --tw-bg-opacity: 1;
    background-color: rgb(0 148 255 / var(--tw-bg-opacity));
  }

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

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

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

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

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

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

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

  .lg\:pl-24 {
    padding-left: 6rem;
  }

  .lg\:pl-\[var\(--thumb-size\)\] {
    padding-left: var(--thumb-size);
  }

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

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

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

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

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

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

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

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

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

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

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

  .lg\:mask-dir-y {
    --tw-mask-dir: to bottom;
  }
}

@media (min-width: 1280px) {
  .xl\:bottom-8 {
    bottom: 2rem;
  }

  .xl\:left-8 {
    left: 2rem;
  }

  .xl\:right-8 {
    right: 2rem;
  }

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

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

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

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

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

  .xl\:block {
    display: block;
  }

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

  .xl\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

  .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\:border-none {
    border-style: none;
  }

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

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

@media (min-width: 1320px) {
  .\31xl\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

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

  .\31xl\:gap-4 {
    gap: 1rem;
  }
}

.\[\&\:\:-webkit-details-marker\]\:hidden::-webkit-details-marker {
  display: none;
}

.\[\&\>\:not\(\.loader\)\]\:invisible>:not(.loader) {
  visibility: hidden;
}

.\[\&_\.item\]\:h-auto .item {
  height: auto;
}

.\[\&_\.price-box\:has\(\.\)\]\:hidden .price-box:has(.) {
  display: none;
}

.\[\&_\.price\]\:font-normal .price {
  font-weight: 400;
}

.\[\&_p\]\:\!mb-0 p {
  margin-bottom: 0px !important;
}

.\[\&_p\]\:mb-0 p {
  margin-bottom: 0px;
}

.\[\&_span\]\:\!mx-2 span {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.\[\&_span\]\:h-3 span {
  height: 0.75rem;
}

.\[\&_span\]\:w-3 span {
  width: 0.75rem;
}

.\[\&_td\]\:align-top td {
  vertical-align: top;
}

@media(pointer:coarse) {
  .\[\@media\(pointer\:coarse\)\]\:hidden {
    display: none;
  }
}
