/*
! tailwindcss v3.0.24 | 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.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

input:-ms-input-placeholder, textarea:-ms-input-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;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

[type='text'],[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, [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:-ms-input-placeholder, textarea:-ms-input-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;
}

::-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;
     color-adjust: exact;
          print-color-adjust: exact;
}

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
     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;
     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;
      -ms-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");
}

[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");
}

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

[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-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
}
@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: 1600px) {

  .container {
    max-width: 1600px;
  }
}
.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:-ms-input-placeholder, .form-textarea:-ms-input-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;
}
.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;
     color-adjust: exact;
          print-color-adjust: exact;
}
.form-checkbox,.form-radio {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
     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;
      -ms-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");
}
.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");
}
.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;
}
.form-checkbox:indeterminate:hover,.form-checkbox:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}
html {
    font-size: 100%;
}
body {
  font-weight: 300;
}
p a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
body .block {
    margin-bottom: 0;
}
.translate-center {
  top: 50%;
  left: 50%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-center {
  left: 50%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-center {
  top: 50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.icon.arrow-left, .icon.arrow-right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon.arrow-left:after, .icon.arrow-right:after {
             font-family: 'rf';
        }
.icon.arrow-left:after {
            content: '\e905';
        }
.icon.arrow-right:after {
             content: '\e904';
         }
.clip-rect-0-auto-auto-0 {
    clip: rect(0, auto, auto, 0);
}
.header-search [type='text']:focus,
    .header-search [type='search']:focus {
        --tw-ring-color: transparent;
    }
.font-regular {
    font-weight: 400;
}
.bg-lightgrey {
    background-color: #f5f6f4;
}
.bg-white {
    background-color: #FFFFFF;
}
.bg-black {
    background-color: #1C1C1C;
}
.bg-yellow {
    background-color: #EDC932;
}
.border-black {
    border-color: #1C1C1C;
}
.text-color-white {
    color: #fff;
}
.text-color-black {
    color: #1c1c1c;
}
.text-color-grey {
    color: #646464;
}
.text-color-lightgrey {
    color: #989898;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
[type='checkbox'] {
    background-color: #F3F4F2;
    border: none;
}
[type='checkbox'],
[type='checkbox']:checked,
[type='checkbox']:checked:hover,
[type='checkbox']:checked:focus {
    border-radius: 3px;
}
[type='checkbox']:checked {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.973' height='8.499' viewBox='0 0 10.973 8.499'%3E%3Cpath d='M18808.26 1239.726l3.1 3.11 6.465-6.376' transform='translate(-18807.551 -1235.749)' fill='none' stroke='%23020454' stroke-width='2'/%3E%3C/svg%3E");
    background-size: 70%;
}
[type='radio']:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='1c1c1c' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
[type='checkbox']:checked,
[type='checkbox']:checked:hover,
[type='checkbox']:checked:focus,
[type='radio']:checked,
[type='radio']:checked:hover,
[type='radio']:checked:focus {
    background-color: #EDC932;
}
/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear,
input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}
/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }
.pb-14 {
    padding-bottom: 3.5rem;
}
@font-face {
  font-family: 'Lexend Deca';
  src: url('../fonts/lexend_deca/LexendDeca-Bold.eot');
  src: url('../fonts/lexend_deca/LexendDeca-Bold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/lexend_deca/LexendDeca-Bold.woff2') format('woff2'),
  url('../fonts/lexend_deca/LexendDeca-Bold.woff') format('woff'),
  url('../fonts/lexend_deca/LexendDeca-Bold.ttf') format('truetype'),
  url('../fonts/lexend_deca/LexendDeca-Bold.svg#LexendDeca-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lexend Deca';
  src: url('../fonts/lexend_deca/LexendDeca-SemiBold.eot');
  src: url('../fonts/lexend_deca/LexendDeca-SemiBold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/lexend_deca/LexendDeca-SemiBold.woff2') format('woff2'),
  url('../fonts/lexend_deca/LexendDeca-SemiBold.woff') format('woff'),
  url('../fonts/lexend_deca/LexendDeca-SemiBold.ttf') format('truetype'),
  url('../fonts/lexend_deca/LexendDeca-SemiBold.svg#LexendDeca-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lexend Deca';
  src: url('../fonts/lexend_deca/LexendDeca-Regular.eot');
  src: url('../fonts/lexend_deca/LexendDeca-Regular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/lexend_deca/LexendDeca-Regular.woff2') format('woff2'),
  url('../fonts/lexend_deca/LexendDeca-Regular.woff') format('woff'),
  url('../fonts/lexend_deca/LexendDeca-Regular.ttf') format('truetype'),
  url('../fonts/lexend_deca/LexendDeca-Regular.svg#LexendDeca-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lexend Deca';
  src: url('../fonts/lexend_deca/LexendDeca-Light.eot');
  src: url('../fonts/lexend_deca/LexendDeca-Light.eot?#iefix') format('embedded-opentype'),
  url('../fonts/lexend_deca/LexendDeca-Light.woff2') format('woff2'),
  url('../fonts/lexend_deca/LexendDeca-Light.woff') format('woff'),
  url('../fonts/lexend_deca/LexendDeca-Light.ttf') format('truetype'),
  url('../fonts/lexend_deca/LexendDeca-Light.svg#LexendDeca-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'rf';
  src: url('../fonts/rf/rf.ttf?myq1bw') format('truetype'),
  url('../fonts/rf/rf.woff?myq1bw') format('woff'),
  url('../fonts/rf/rf.svg?myq1bw#rf') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'rf', serif !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-filter:before {
    content: "\e906";
}
.icon-lock:before {
    content: "\e900";
}
.icon-card:before {
    content: "\e901";
}
.icon-phone-alt:before {
    content: "\e902";
}
.icon-phone:before {
    content: "\e903";
}
.icon-arr-r:before {
    content: "\e904";
}
.icon-arr-l:before {
    content: "\e905";
}
.icon-cart:before {
    content: "\e907";
}
.icon-phones:before {
    content: "\e908";
}
.icon-mail:before {
    content: "\e909";
}
.icon-search:before {
    content: "\e90a";
}
.icon-phones-alt:before {
    content: "\e90b";
}
.icon-burger:before {
    content: "\e90c";
}
.icon-config:before {
    content: "\e90d";
}
.icon-close:before {
    content: "\e90e";
}
.subcategories-item {
    flex: 0 0 auto;
}
.category-description h2 {
  padding-bottom: 1rem;
  font-size: 1.375rem;
  font-weight: 300;
}
.category-description h3 {
  padding-top: 0.5rem;
}
.category-description h3, .category-description h4 {
  padding-bottom: 0.5rem;
  font-weight: 300;
}
.category-description p {
  padding-bottom: 1.5rem;
  line-height: 1.625rem;
}
.category-description-appearance-parallax {
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    border-style: none;
    border-width: 1px;
    border-radius: 0;
    margin: 0 0 10px;
    padding: 10px 0;
}
.category-description-appearance-default {
    border-style: none;
    border-width: 1px;
    border-radius: 0;
    margin: 0;
    padding: 0;
}
.toolbar-products .modes-mode {
  height: 1.5rem;
  width: 1.5rem;
}
.toolbar-products .modes-mode span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.toolbar-products .modes-mode.mode-grid {
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2V6zM14 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2V6zM4 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2v-2zM14 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2v-2z" /></svg>');
        }
.toolbar-products .modes-mode.mode-list {
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 10h16M4 14h16M4 18h16" /></svg>');
        }
.category-filters-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (min-width: 640px) {

  .category-filters-container {
    align-items: center;
  }
}
.filters-sidebar {
  position: fixed;
  top: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 50;
  display: flex;
  width: 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));
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
    background-color: #FFFFFF;
}
@media (min-width: 640px) {

  .filters-sidebar {
    max-width: 480px;
  }
}
.filter-counter {
  margin-left: 0.5rem;
  display: inline-block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
    background-color: #FFFFFF;
    padding: 0 0.4rem;
}
.filter-swatch-img {
    width: 100%;
    height: 94px;
    margin-bottom: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(227 227 227 / var(--tw-bg-opacity));
}
.filter-options-content label {
  font-size: 0.813rem;
}
.filter-options-content input[type="checkbox"] {
        width: 20px;
        height: 20px;
        border-radius: 20px;
        --tw-border-opacity: 1;
        border-color: rgb(28 28 28 / var(--tw-border-opacity));
        --tw-text-opacity: 1;
        color: rgb(28 28 28 / var(--tw-text-opacity));
    }
.filter-options-content input[type="checkbox"]:checked {
  border-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(28 28 28 / var(--tw-text-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(28 28 28 / var(--tw-ring-opacity));
    background-color: #EDC932;
            border-radius: 20px;
            background-size: 50%;
}
.filter-options-content input[type="checkbox"]:focus {
  --tw-ring-color: transparent;
}
.product-list-section .toolbar-products {
  display: none;
}
.filter-items-smile.border-filter {
        border-top: 1px solid #F1F1F1;
    }
#customer-login-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {

  #customer-login-container {
    flex-direction: row;
  }
}
/**
 * different styles can be found at https://tailwindcss-forms.vercel.app/
 **/
.form-input, .form-email, .form-select, .form-multiselect, .form-textarea {
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.form-input:focus, .form-email:focus, .form-select:focus, .form-multiselect:focus, .form-textarea:focus {
  --tw-border-opacity: 1;
  border-color: rgb(28 28 28 / var(--tw-border-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(28 28 28 / var(--tw-ring-opacity));
  --tw-ring-opacity: 0.5;
}
.newsletter-block {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
@media (min-width: 768px) {

  .newsletter-block {
    justify-content: flex-start;
  }
}
.newsletter-block {
    width: 100%;
}
.form.subscribe input {
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(245 246 244 / var(--tw-bg-opacity));
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
        min-height: 38px;
}
.form.subscribe input:focus {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --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);
}
.form.subscribe button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  border-radius: 9999px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-weight: 600;
  --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);
  height: 3rem;
  font-size: 0.875rem;
}
@media (min-width: 1024px) {

  .form.subscribe button {
    height: 4rem;
    font-size: 1rem;
  }
}
.form.subscribe button {
        background-color: #1c1c1c;
        color: #fff;
    }
.form.subscribe button:hover {
            background-color: #1f1f1f;
        }
.form.subscribe button:focus {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --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);
}
.page.messages {
  position: -webkit-sticky;
  position: sticky;
  z-index: 10;
    top: 0px;
}
.page.messages .messages
    section#messages {
  width: 100%;
}
@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: 1600px) {

  .page.messages .messages
    section#messages {
    max-width: 1600px;
  }
}
.page.messages .messages
    section#messages {
  margin-left: auto;
  margin-right: auto;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
@media (min-width: 1024px) {
.breadcrumbs .page.messages .messages
    section#messages {
            padding-left: 1.5rem;
            padding-right: 1.5rem
    }
        }
.page.messages .messages
    section#messages {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.breadcrumbs .page.messages .messages
    section#messages {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
.message {
  margin-bottom: 0.5rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-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);
}
.message.error {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.message.success {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}
.message.info, .message.warning, .message.notice {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity));
}
.message a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.product-item .price-container {
  display: block;
}
body .product-item .price-container {
    margin-bottom: 0;
}
.product-item .price-container .price {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}
.product-item .price-container .price-label {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.product-item .special-price .price-container .price-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.product-item .old-price .price-container {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.product-item .old-price .price-container .price {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.static-label {
    font-size: .6rem;
    padding-left: 0;
    padding-right: 0;
    background-color: #faf4d0;
    display: inline-block;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    text-align: center;
    font-weight: 400;
    line-height: 1;
}
@media (min-width: 480px) {

  .static-label {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 0.75rem;
  }
}
@media (min-height: 360px) {

  .static-label {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
}
.sale-label {
  position: absolute;
  top: 0.75rem;
  left: 0.5rem;
  z-index: 10;
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.625rem;
}
body .sale-label {
    margin-bottom: 0;
}
.sale-label {
    background-color: #FFFFFF;
    color: #ED0000;
}
.showroom {
  padding-left: 1.5rem;
}
@media (min-width: 1024px) {

  .showroom {
    padding-left: 1rem;
  }
}
@media (min-width: 1280px) {

  .showroom {
    padding-left: 1.5rem;
  }
}
.showroom-item {
    cursor: pointer;
    border: 1px solid #D8D8D8;
    border-radius: 15px;
    opacity: 1;
    padding:0.9rem 0.95rem 0.9rem 0;
    font-size: 1rem;
}
@media (min-width: 1024px) {

  .showroom-item {
    font-size: 0.875rem;
  }
}
@media (min-width: 1280px) {

  .showroom-item {
    font-size: 1rem;
  }
}
.showroom-item .svg-icon.arrow-right {
        opacity: 0.5;
        width: 16px;
        height: 16px;
      }
@media (min-width: 1024px) {
.showroom-item .svg-icon.arrow-right {
          width: 24px;
          height: 24px
      }
        }
.showroom-item.yellow {
        border-radius:9999px;
        padding:0.8rem;
        background: #EDC932;
       
      }
@media (min-width: 1600px) {

  .showroom-item.yellow {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 372px) {
            .showroom-item.yellow {font-size: 0.75rem}
          }
.showroom-text {
    font-size: .6rem}
@media (min-width: 480px) {

  .showroom-text {
    font-size: 0.75rem;
  }
}
.product-card-location {
    min-height:1.63rem;
}
.product-card .product-card-title {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
.product-card .price-box {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
@media (min-width: 640px) {

  .product-card .price-box {
    flex-direction: column;
    align-items: flex-end;
  }
}
.product-card .price-box .price-label {
  display: none;
}
.product-card .price-box .price {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
}
.product-card .price-box .special-price .price {
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(210 8 30 / var(--tw-text-opacity));
}
.product-card .price-box .old-price {
  margin-right: 0.25rem;
}
.product-card .price-box .old-price .price {
  position: relative;
  display: inline-block;
  line-height: 1.5rem;
}
.product-card .price-box .old-price .price:before {
                    content: '';
                    position: absolute;
                    top: 0px;
                    bottom: 0px;
                    margin-top: auto;
                    margin-bottom: auto;
                    height: 0px;
                    width: 100%;
                    border-top-width: 1px;
                    --tw-border-opacity: 1;
                    border-color: rgb(51 51 51 / var(--tw-border-opacity));
                }
@media (min-width: 1024px) {
.product-card .price-box .old-price .price:before {
                        transform:rotate(-12deg)
                }
                    }
.price-w-sale {
  position: relative;
}
.price-w-sale:before {
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: auto;
  height: 0px;
  width: 100%;
  --tw-rotate: -12deg;
  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;
  --tw-border-opacity: 1;
  border-color: rgb(51 51 51 / var(--tw-border-opacity));
        content: '';
}
.product-card-wrapper, .hp-slider-block {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
@media (min-width: 640px) {

  .product-card-wrapper, .hp-slider-block {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}
.slider-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 640px) {

  .slider-item {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
.slider-item {
    flex: 0 0 auto;
}
.products-toolbar-bottom .toolbar {
        /*@apply flex flex-col-reverse;*/
        display: none !important;
    }
.products-toolbar-bottom .toolbar .toolbar-sorter {
  display: none;
}
.products-toolbar-bottom .toolbar .toolbar-amount {
  margin-top: 1.25rem;
}
.products-toolbar-bottom .toolbar .toolbar-pager-container .pages-items {
                box-shadow: none;
            }
.products-toolbar-bottom .toolbar .toolbar-pager-container .pages-items li {
                    border: none;
                }
.category-filters-container {
  position: relative;
    min-height: 3rem;
}
@media (min-width: 640px) {
.category-filters-container {
        /*height: initial;*/
        min-height: 5rem
}
    }
.category-filters-container .toolbar .toolbar-sorter {
  position: absolute;
  right: 0px;
  top: 1rem;
}
@media (min-width: 640px) {
.category-filters-container .toolbar .toolbar-sorter {
                position: initial;
                right: initial;
                top: initial
        }
            }
.category-filters-container .toolbar .toolbar-sorter .form-select {
  margin: -0.25rem;
  border-width: 0px;
  padding: 0px;
  font-size: 0.875rem;
  font-weight: 700;
  --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);
}
.category-filters-container .toolbar .toolbar-amount {
         /*   position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);*/
            display: none;
        }
@media (min-width: 640px) {
.category-filters-container .toolbar .toolbar-amount {
                display: block;
                position: initial;
                left: initial;
                transform: none;
                bottom: initial
        }
            }
.category-filters-container .toolbar .toolbar-pager-container {
  display: none;
}
.toolbar-amount {
    text-align: center;
}
.filters-button {
    z-index: 5;
}
.product-info h1 {
  text-align: left;
}
.product-info-main {
  line-height: 1.625rem;
}
.product-icon-extra {
  padding-left: 1.5rem;
  font-size: 1rem;
}
@media (min-width: 1024px) {

  .product-icon-extra {
    padding-left: 1rem;
    font-size: 0.875rem;
  }
}
@media (min-width: 1280px) {

  .product-icon-extra {
    padding-left: 1.5rem;
    font-size: 1rem;
  }
}
.page-product-bundle .price-final_price {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
}
.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));
}
body .page-product-bundle .price-final_price .price-from .price-container, body .page-product-bundle .price-final_price .price-to .price-container {
    margin-bottom: 0;
}
.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: 400;
}
body .page-product-bundle .price-final_price .price-from .price-container .price-label, body .page-product-bundle .price-final_price .price-to .price-container .price-label {
    margin-bottom: 0;
}
.page-product-bundle .price-final_price .price-from .price-container .price, .page-product-bundle .price-final_price .price-to .price-container .price {
  display: block;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
body .page-product-bundle .price-final_price .price-from .price-container .price, body .page-product-bundle .price-final_price .price-to .price-container .price {
    margin-bottom: 0;
}
.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));
}
@media (min-width: 768px) {
.product-gallery-wrapper {
        height: 700px
}
    }
.product-gallery-wrapper.fullscreen {
         position: absolute;
         top: 0;
         width: 100%;
         left: 0;
    }
.product-gallery-wrapper.fullscreen.dynamic-gallery-image {
             height: calc(100% - 140px);
        }
.product-gallery-wrapper.fullscreen.static-gallery-image {
             height: calc(100% - 220px);
        }
.product-gallery-control {
  position: absolute;
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  top: 50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    background-color: #FFFFFF;
}
.product-gallery-control.disabled {
  opacity: 0.25;
}
.product-main-image {
  position: absolute;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 250ms ease, color 250ms ease;
}
.product-main-image.static-gallery {
  min-height: 100%;
  width: auto;
  min-width: 100%;
  max-width: none;
}
.gallery-fullwidth {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 50;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  height: 100%;
  width: 100%;
  max-width: 1600px;
}
.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border-width: 6px;
    border-style: solid;
    border-color: #020054 transparent #020054 transparent;
    -webkit-animation: lds-dual-ring 1.2s linear infinite;
            animation: lds-dual-ring 1.2s linear infinite;
}
@-webkit-keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.static-gallery {
    min-height: 82px;
}
.static-gallery-thumbs, .dynamic-gallery-thumbs {
  max-width: 1600px;
}
.static-gallery-thumbs .gallery-item:first-child, .dynamic-gallery-thumbs .gallery-item:first-child {
            margin-left: auto;
        }
.static-gallery-thumbs .gallery-item:last-child, .dynamic-gallery-thumbs .gallery-item:last-child {
            margin-right: auto;
        }
.slider-gallery-item {
  margin-right: 1rem;
    height: 450px;
    width: auto;
}
.static-gallery-container {
    height: calc(100% - 260px);
}
.dynamic-gallery-container {
    height: calc(100% - 140px);
}
.cart-popup-header {
    width: calc(100% + 1rem);
    background-color: #fff;
}
ul.product-highlights {
  padding-left: 0px;
}
ul.product-highlights li {
  padding-left: 1rem;
        list-style: url('../images/li.svg');
}
.pdp-swiper-container-dynamic,
.pdp-swiper-container-static {
    min-height: 61vw;
}
@media (min-width: 480px) {
.pdp-swiper-container-dynamic,
.pdp-swiper-container-static {
        min-height: 300px
}
    }
@media (min-width: 640px) {
.pdp-swiper-container-dynamic,
.pdp-swiper-container-static {
        min-height: 407px
}
    }
@media (min-width: 768px) {
.pdp-swiper-container-dynamic,
.pdp-swiper-container-static {
        min-height: 492px
}
    }
@media (min-width: 1024px) {
.pdp-swiper-container-dynamic,
.pdp-swiper-container-static {
        min-height: 369px
}
    }
@media (min-width: 1280px) {
.pdp-swiper-container-dynamic,
.pdp-swiper-container-static {
        min-height: 454px
}
    }
@media (min-width: 1600px) {
.pdp-swiper-container-dynamic,
.pdp-swiper-container-static {
        min-height: 561px
}
    }
.pdp-gallery .swiper-container {
    z-index: auto;
  }
@media (min-width: 1024px) {
.pdp-gallery .swiper-container {
      padding-bottom: 3.25rem
  }
    }
.pdp-gallery .swiper-wrapper {
    z-index: auto;
  }
.pdp-swiper-controls-container {
  position: absolute;
  display: none;
  height: 2.25rem;
  bottom: 0;
}
.pdp-swiper-controls {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.75rem;
  height: 2.25rem;
}
.pdp-swiper-scrollbar-container {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.pdp-swiper-scrollbar {
  position: relative;
  height: 0.25rem;
  width: 100%;
}
.pdp-swiper-controls .swiper-button-disabled {
  opacity: 0.4;
}
.swiper-scrollbar.pdp-swiper-scrollbar {
  height: .0625rem;
}
.swiper-scrollbar.pdp-swiper-scrollbar .swiper-scrollbar-drag {
    height: .25rem;
    top: -.10rem;
    background-color: #1c1c1c;
  }
.cart-popup-mobile-inner {
  background-color: #fff;
}
.modal {
  /*
   * TODO: add tailwind classes used for the cart and modal styles
   * Makeing the modal and offcanvs styles theme specific and mor adjustable
   */
}
.backdrop {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
    background-color: rgba(0,0,0,.75);
}
.sidebar-overlay {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  opacity: 0;
    background-color: #1C1C1C;
  z-index: -20;
}
.modals-container {
  background-color: rgba(0,0,0,.5);
}
section.modals {
  position: relative;
  z-index: 1;
}
.snap {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
}
.snap::-webkit-scrollbar {
        display: none;
    }
.snap > div {
        scroll-snap-align: start;
    }
.hp-slider-control {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 9rem;
}
@media (min-width: 1600px) {
.hp-slider-control {
        width: 48px;
        height: 48px;
        top: 216px
}
    }
@media (min-width: 768px) {
.hp-slider-container {
        margin: 0
}
    }
@media (min-width: 1600px) {
.hp-slider-container {
        margin: 0
}
    }
body {
    overflow-y: scroll;
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}
.page-main, .page-main-full-width {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 640px) {

  .page-main, .page-main-full-width {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.flex-columns-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {

  .flex-columns-wrapper {
    flex-direction: row;
  }
}
.columns {
  width: 100%;
}
@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: 1600px) {

  .columns {
    max-width: 1600px;
  }
}
.columns {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 1rem;
}
@media (min-width: 1024px) {
.breadcrumbs .columns {
            padding-left: 1.5rem;
            padding-right: 1.5rem
    }
        }
.columns {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.breadcrumbs .columns {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
.contentmanager-content-view .columns .grid-img img {
    margin-left: auto;
    margin-right: auto;
}
.contentmanager-content-view .columns .grid-title {
    text-align: center;
    padding: 1rem 0 0 0;
    font-weight: bold;
    font-size: 1.25rem;
}
.columns {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media (min-width: 1024px) {

  .columns {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.columns {
    grid-template-rows: auto minmax(0,1fr);
}
.columns .main {
  order: 2;
}
.columns .sidebar {
  order: 3;
}
.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;
  }

}
@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 .main, .page-layout-2columns-right .main, .page-layout-3columns .main {
    grid-row: span 2 / span 2;
  }

        .page-layout-2columns-left .sidebar, .page-layout-2columns-right .sidebar, .page-layout-3columns .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%;
    }
.swatch-attribute .swatch-attribute-options {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}
.contentmanager-content-view .swatch-attribute .swatch-attribute-options .grid-img img {
    margin-left: auto;
    margin-right: auto;
}
.contentmanager-content-view .swatch-attribute .swatch-attribute-options .grid-title {
    text-align: center;
    padding: 1rem 0 0 0;
    font-weight: bold;
    font-size: 1.25rem;
}
.swatch-attribute .swatch-attribute-options .swatch-option {
  display: flex;
  justify-content: center;
  padding: 0.25rem;
}
.swatch-attribute .swatch-attribute-options .swatch-option:before {
                display:block;
                content: '';
                width: 100%;
                padding-bottom: 100%;
            }
.swatch-attribute .swatch-attribute-options .swatch-option.swatch-square, .swatch-attribute .swatch-attribute-options .swatch-option.swatch-image {
  width: 100%;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  background-size: contain;
}
.swatch-attribute .swatch-attribute-options .swatch-option.swatch-square.selected, .swatch-attribute .swatch-attribute-options .swatch-option.swatch-image.selected {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity));
}
.swatch-attribute .swatch-attribute-options .swatch-option.swatch-square.selected:after, .swatch-attribute .swatch-attribute-options .swatch-option.swatch-image.selected:after {
                        position: absolute;
                        display: block;
                        content: '';
                        transform: translate(50%, -50%);
                        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
                        background-position: center;
                        background-repeat: no-repeat;
                        background-size: 100%;
                        top: 0px;
                        right: 0px;
                        height: 1.25rem;
                        width: 1.25rem;
                        border-radius: 9999px;
                        --tw-bg-opacity: 1;
                        background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    background-color: #1C1C1C;
                    }
.btn {
  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: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-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);
}
@media (min-width: 768px) {

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

  .btn {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.btn svg {
  display: inline-flex;
}
.btn span {
        vertical-align: middle;
    }
.btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}
.btn:focus {
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(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);
  --tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity));
  --tw-ring-opacity: 0.5;
}
.btn-primary {
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(2 0 84 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-secondary {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / 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));
  --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);
    background-color: #FFFFFF;
}
.btn-secondary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(30 64 175 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --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);
    background-color: #FFFFFF;
}
.btn-secondary:focus {
  border-width: 2px;
  border-color: transparent;
}
.btn-size-lg {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.btn-size-sm {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.btn-rounded-black {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
    background-color: #1C1C1C;
    height: 50px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1rem;
}
@media (min-width: 1024px) {

  .btn-rounded-black {
    height: 62px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: 1.125rem;
  }
}
body {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
p {
  padding-bottom: 1rem;
}
p.toolbar-amount {
  padding-bottom: 0px;
}
#cart-drawer {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
[x-cloak] {
    display: none;
}
.input {
  margin-right: 0.5rem;
  width: auto;
  border-radius: 0.25rem;
  border-width: 1px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 768px) {

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

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

  .input {
    margin-right: 1rem;
  }
}
.input-light {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    background-color: #FFFFFF;
}
.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-left: 2rem;
  padding-right: 2rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.card-interactive:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.duration-200 {
    transition-duration: 200ms;
}
.ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.transition {
    transition: transform 250ms ease, color 250ms ease;
}
.transform-180 {
    transform: rotate(-180deg);
}
.text-sans-serif {
    font-family: 'Lexend Deca', Arial, sans-serif;
}
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: 'Lexend Deca', Arial, sans-serif;
}
.section-cart .table-row-items > div.table-row-item {
        background-color: transparent;
    }
.lds-dual-ring-small {
    display: inline-block;
}
.lds-dual-ring-small:after {
    content: " ";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border-width: 3px;
    border-style: solid;
    border-color: #020054 transparent #020054 transparent;
    -webkit-animation: lds-dual-ring 1.2s linear infinite;
            animation: lds-dual-ring 1.2s linear infinite;
}
.table-totals tr.totals th, .table-totals tr.totals td {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
.table-totals tr.totals th, .table-totals tr.totals td {
    font-size: 1rem;
  }
            }
.abs-sidebar-totals tbody .mark, .abs-sidebar-totals tbody th.mark, .abs-sidebar-totals tbody .amount, .abs-sidebar-totals tbody td.amount, .abs-sidebar-totals tfoot .mark, .abs-sidebar-totals tfoot th.mark, .abs-sidebar-totals tfoot .amount, .abs-sidebar-totals tfoot td.amount, .cart-totals tbody .mark, .cart-totals tbody th.mark, .cart-totals tbody .amount, .cart-totals tbody td.amount, .cart-totals tfoot .mark, .cart-totals tfoot th.mark, .cart-totals tfoot .amount, .cart-totals tfoot td.amount, .opc-block-summary .table-totals tbody .mark, .opc-block-summary .table-totals tbody th.mark, .opc-block-summary .table-totals tbody .amount, .opc-block-summary .table-totals tbody td.amount, .opc-block-summary .table-totals tfoot .mark, .opc-block-summary .table-totals tfoot th.mark, .opc-block-summary .table-totals tfoot .amount, .opc-block-summary .table-totals tfoot td.amount, .opc-sidebar .opc-block-summary .table-totals .grand .mark, .opc-sidebar .opc-block-summary .table-totals .grand th.mark, .opc-sidebar .opc-block-summary .table-totals .grand .amount, .opc-sidebar .opc-block-summary .table-totals .grand td.amount, .opc-sidebar .opc-block-summary .table-totals .grand .mark, .opc-sidebar .opc-block-summary .table-totals .grand th.mark, .opc-sidebar .opc-block-summary .table-totals .grand .amount, .opc-sidebar .opc-block-summary .table-totals .grand td.amount {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
.abs-sidebar-totals tbody .mark, .abs-sidebar-totals tbody th.mark, .abs-sidebar-totals tbody .amount, .abs-sidebar-totals tbody td.amount, .abs-sidebar-totals tfoot .mark, .abs-sidebar-totals tfoot th.mark, .abs-sidebar-totals tfoot .amount, .abs-sidebar-totals tfoot td.amount, .cart-totals tbody .mark, .cart-totals tbody th.mark, .cart-totals tbody .amount, .cart-totals tbody td.amount, .cart-totals tfoot .mark, .cart-totals tfoot th.mark, .cart-totals tfoot .amount, .cart-totals tfoot td.amount, .opc-block-summary .table-totals tbody .mark, .opc-block-summary .table-totals tbody th.mark, .opc-block-summary .table-totals tbody .amount, .opc-block-summary .table-totals tbody td.amount, .opc-block-summary .table-totals tfoot .mark, .opc-block-summary .table-totals tfoot th.mark, .opc-block-summary .table-totals tfoot .amount, .opc-block-summary .table-totals tfoot td.amount, .opc-sidebar .opc-block-summary .table-totals .grand .mark, .opc-sidebar .opc-block-summary .table-totals .grand th.mark, .opc-sidebar .opc-block-summary .table-totals .grand .amount, .opc-sidebar .opc-block-summary .table-totals .grand td.amount, .opc-sidebar .opc-block-summary .table-totals .grand .mark, .opc-sidebar .opc-block-summary .table-totals .grand th.mark, .opc-sidebar .opc-block-summary .table-totals .grand .amount, .opc-sidebar .opc-block-summary .table-totals .grand td.amount {
    font-size: 1rem;
  }
        }
.opc-sidebar .opc-block-summary .table-totals .grand .mark,
.opc-sidebar .opc-block-summary .table-totals .grand .amount {
    font-size: 1rem;
}
.cart-item .cart-item-image {
        background-color: #f5f6f4;
    }
.cart-item .cart-item-sku {
        color: #989898;
    }
.cart-item .cart-item-qty-input {
        background-color: #f5f6f4;
    }
.cart-item .price-including-tax,
    .cart-item .price-excluding-tax {
        font-size: inherit;
    }
.cart-item .cart-item-actions .action-edit {
  display: none;
}
.coupon-button-submit,
.coupon-button-cancel {
    background-color: #1c1c1c;
    color: #fff;
}
.coupon-input {
    background-color: #f5f6f4;
}
.onepage-link-button {
    background-color: #edc932;
    color: #1c1c1c;
}
.cart-update-qty {
    background-color: #edc932;
    color: #1c1c1c;
}
.cart-item-qty-btn {
    background-color: #f5f6f4;
}
.swiper {
  position: relative;
}
.swiper-container {
  z-index: auto;
}
.swiper-fade {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 6rem;
  z-index: 2;
}
.swiper-fade-left {
  left: 0px;
  background-image: linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,0));
}
.swiper-fade-right {
  right: 0px;
  background-image: linear-gradient(-90deg, rgba(255,255,255,1), rgba(255,255,255,0));
}
.swiper-slide p {
  padding: 0px;
}
.swiper-controls {
  position: absolute;
  right: 0px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  top: -70px;
}
@media (min-width: 1280px) {
.swiper-controls {
    top: -84px
}
  }
.swiper-control {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  width: 2rem;
  height: 2rem;
  background-color: #F4F4F4;
}
@media (min-width: 1280px) {
.swiper-control {
    width: 2rem;
    height: 2rem
}
  }
.swiper-control .svg-icon {
  height: 1rem;
  width: 1rem;
}
@media (min-width: 1280px) {

  .swiper-control .svg-icon {
    height: 1rem;
    width: 1rem;
  }
}
.swiper-img-container {
  position: absolute;
  left: 15px;
  top: 15px;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
}
.dynamic-attribute table {
  width: 100%;
}
.dynamic-attribute table thead tr {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(208 208 208 / var(--tw-border-opacity));
}
.dynamic-attribute table thead tr td {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.813rem;
  font-weight: 700;
  line-height: 0.813rem;
}
.dynamic-attribute table tbody tr {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(208 208 208 / var(--tw-border-opacity));
}
.dynamic-attribute table tbody tr td {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.813rem;
  line-height: 0.813rem;
}
.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;
}
.\!visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.top-1\/2 {
  top: 50%;
}
.left-1\/2 {
  left: 50%;
}
.left-5 {
  left: 1.25rem;
}
.right-0 {
  right: 0px;
}
.top-5 {
  top: 1.25rem;
}
.top-0 {
  top: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.top-6 {
  top: 1.5rem;
}
.-top-1 {
  top: -0.25rem;
}
.-right-2 {
  right: -0.5rem;
}
.top-4 {
  top: 1rem;
}
.right-4 {
  right: 1rem;
}
.right-1 {
  right: 0.25rem;
}
.right-12 {
  right: 3rem;
}
.left-10 {
  left: 2.5rem;
}
.bottom-10 {
  bottom: 2.5rem;
}
.left-2 {
  left: 0.5rem;
}
.right-2 {
  right: 0.5rem;
}
.left-4 {
  left: 1rem;
}
.bottom-4 {
  bottom: 1rem;
}
.top-3 {
  top: 0.75rem;
}
.-left-14 {
  left: -3.5rem;
}
.-right-14 {
  right: -3.5rem;
}
.-left-6 {
  left: -1.5rem;
}
.-right-6 {
  right: -1.5rem;
}
.top-32 {
  top: 8rem;
}
.-left-full {
  left: -100%;
}
.left-full {
  left: 100%;
}
.bottom-7 {
  bottom: 1.75rem;
}
.left-7 {
  left: 1.75rem;
}
.z-10 {
  z-index: 10;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-0 {
  z-index: 0;
}
.z-20 {
  z-index: 20;
}
.z-50 {
  z-index: 50;
}
.order-3 {
  order: 3;
}
.order-first {
  order: -9999;
}
.order-2 {
  order: 2;
}
.order-1 {
  order: 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-left {
  float: left;
}
.clear-left {
  clear: left;
}
.m-auto {
  margin: auto;
}
.-m-2 {
  margin: -0.5rem;
}
.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.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-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-0 {
  margin-top: 0px;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.ml-10 {
  margin-left: 2.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.-mt-5 {
  margin-top: -1.25rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.-ml-px {
  margin-left: -1px;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-auto {
  margin-right: auto;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mr-8 {
  margin-right: 2rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.mt-16 {
  margin-top: 4rem;
}
.-mt-2 {
  margin-top: -0.5rem;
}
.ml-7 {
  margin-left: 1.75rem;
}
.ml-0 {
  margin-left: 0px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.table-caption {
  display: table-caption;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.h-full {
  height: 100%;
}
.h-6 {
  height: 1.5rem;
}
.h-12 {
  height: 3rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-8 {
  height: 2rem;
}
.h-0 {
  height: 0px;
}
.h-10 {
  height: 2.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-48 {
  height: 12rem;
}
.h-3 {
  height: 0.75rem;
}
.h-\[40px\] {
  height: 40px;
}
.h-auto {
  height: auto;
}
.h-\[47px\] {
  height: 47px;
}
.h-14 {
  height: 3.5rem;
}
.h-2 {
  height: 0.5rem;
}
.h-24 {
  height: 6rem;
}
.h-6\/7 {
  height: 85.714285%;
}
.h-\[14px\] {
  height: 14px;
}
.h-47px {
  height: 2.9375rem;
}
.h-27px {
  height: 1.6875rem;
}
.max-h-full {
  max-height: 100%;
}
.max-h-6\/7 {
  max-height: 85.714285%;
}
.max-h-screen {
  max-height: 100vh;
}
.min-h-screen-50 {
  min-height: 50vh;
}
.min-h-full {
  min-height: 100%;
}
.min-h-screen {
  min-height: 100vh;
}
.min-h-14 {
  min-height: 3.5rem;
}
.w-full {
  width: 100%;
}
.w-1\/2 {
  width: 50%;
}
.w-20 {
  width: 5rem;
}
.w-6 {
  width: 1.5rem;
}
.w-0 {
  width: 0px;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-8 {
  width: 2rem;
}
.w-8\/11 {
  width: 72.727273%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-3\/12 {
  width: 25%;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-9\/12 {
  width: 75%;
}
.w-12 {
  width: 3rem;
}
.w-7\/12 {
  width: 58.333333%;
}
.w-5\/12 {
  width: 41.666667%;
}
.w-28 {
  width: 7rem;
}
.w-2\/7 {
  width: 28.571428%;
}
.w-10 {
  width: 2.5rem;
}
.w-3\/4 {
  width: 75%;
}
.w-9 {
  width: 2.25rem;
}
.w-3 {
  width: 0.75rem;
}
.w-\[240px\] {
  width: 240px;
}
.w-2 {
  width: 0.5rem;
}
.w-1\/1 {
  width: 100%;
}
.w-auto {
  width: auto;
}
.w-16 {
  width: 4rem;
}
.w-6\/7 {
  width: 85.714285%;
}
.w-24 {
  width: 6rem;
}
.w-screen {
  width: 100vw;
}
.w-screen-xs {
  width: 480px;
}
.w-\[14px\] {
  width: 14px;
}
.w-3\/5 {
  width: 60%;
}
.w-2\/5 {
  width: 40%;
}
.w-56 {
  width: 14rem;
}
.w-14 {
  width: 3.5rem;
}
.min-w-full {
  min-width: 100%;
}
.max-w-\[866px\] {
  max-width: 866px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-screen-lg {
  max-width: 1024px;
}
.max-w-2\/3 {
  max-width: 66.666667%;
}
.max-w-gallery-popup {
  max-width: 1600px;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-xl {
  max-width: 36rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-none {
  flex: none;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.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-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-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-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-default {
  cursor: default;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.resize {
  resize: both;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-flow-row {
  grid-auto-flow: row;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.content-center {
  align-content: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-4 {
  gap: 1rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-y-16 {
  row-gap: 4rem;
}
.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-y-12 {
  row-gap: 3rem;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-x-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)));
}
.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-center {
  align-self: center;
}
.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;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overflow-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.break-all {
  word-break: break-all;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[5px\] {
  border-radius: 5px;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-md {
  border-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;
}
.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.rounded-tl-xl {
  border-top-left-radius: 0.75rem;
}
.rounded-bl-xl {
  border-bottom-left-radius: 0.75rem;
}
.rounded-tr-xl {
  border-top-right-radius: 0.75rem;
}
.rounded-br-xl {
  border-bottom-right-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-0 {
  border-width: 0px;
}
.border-t {
  border-top-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-\[1px\] {
  border-bottom-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-none {
  border-style: none;
}
.border-current {
  border-color: currentColor;
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}
.border-rs-primary {
  --tw-border-opacity: 1;
  border-color: rgb(28 28 28 / var(--tw-border-opacity));
}
.border-container {
  --tw-border-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-border-opacity));
}
.border-rs-red {
  --tw-border-opacity: 1;
  border-color: rgb(210 8 30 / var(--tw-border-opacity));
}
.border-grey-light {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
}
.border-container-lighter {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity));
}
.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity));
}
.border-rs-primary-light-alt {
  --tw-border-opacity: 1;
  border-color: rgb(208 208 208 / var(--tw-border-opacity));
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.border-rs-primary-dark {
  --tw-border-opacity: 1;
  border-color: rgb(51 51 51 / var(--tw-border-opacity));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.bg-\[\#f6eba9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 235 169 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-rs-primary-lighter {
  --tw-bg-opacity: 1;
  background-color: rgb(245 246 244 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-container-lighter {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-rs-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(2 0 84 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-\[\#F5F6F4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 246 244 / var(--tw-bg-opacity));
}
.bg-\[\#F8EBA1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 235 161 / var(--tw-bg-opacity));
}
.bg-black-20 {
  background-color: rgba(0,0,0,.2);
}
.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(2 0 84 / var(--tw-bg-opacity));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}
.bg-opacity-100 {
  --tw-bg-opacity: 1;
}
.fill-green-600 {
  fill: #16a34a;
}
.fill-current {
  fill: currentColor;
}
.stroke-current {
  stroke: currentColor;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-2 {
  padding: 0.5rem;
}
.p-0 {
  padding: 0px;
}
.p-10 {
  padding: 2.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-8 {
  padding: 2rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-1 {
  padding: 0.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pl-12 {
  padding-left: 3rem;
}
.pt-0 {
  padding-top: 0px;
}
.pb-1\/1 {
  padding-bottom: 100%;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-0 {
  padding-right: 0px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pt-9 {
  padding-top: 2.25rem;
}
.pt-3\.5 {
  padding-top: 0.875rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pr-24 {
  padding-right: 6rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-1\/2 {
  padding-bottom: 50%;
}
.pb-2\/3 {
  padding-bottom: 66.666667%;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pb-\[2px\] {
  padding-bottom: 2px;
}
.pb-9\/11 {
  padding-bottom: 81.818182%;
}
.pt-20 {
  padding-top: 5rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pl-9 {
  padding-left: 2.25rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-top {
  vertical-align: top;
}
.text-16 {
  font-size: 1rem;
}
.text-14 {
  font-size: 0.875rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-22 {
  font-size: 1.375rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-15 {
  font-size: 0.9375rem;
}
.text-12 {
  font-size: 0.75rem;
}
.text-10 {
  font-size: 0.625rem;
}
.text-xs-13 {
  font-size: 0.813rem;
}
.text-xs-19 {
  font-size: 1.1875rem;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-26 {
  font-size: 1.625rem;
}
.text-20 {
  font-size: 1.25rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-18 {
  font-size: 1.125rem;
}
.text-9 {
  font-size: 0.5625rem;
}
.text-13 {
  font-size: 0.813rem;
}
.text-11 {
  font-size: 0.6875rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-1-5xl {
  font-size: 1.375rem;
}
.text-33 {
  font-size: 2.0625rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-semibold {
  font-weight: 600;
}
.font-normal {
  font-weight: 400;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.leading-default {
  line-height: 1.5;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-normal {
  line-height: 1.5;
}
.leading-none {
  line-height: 1;
}
.leading-6 {
  line-height: 1.5rem;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-primary-lighter {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-rs-red {
  --tw-text-opacity: 1;
  color: rgb(210 8 30 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / 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-secondary-lighter {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-neutral-900 {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.line-through {
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}
.no-underline {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-80 {
  opacity: 0.8;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-40 {
  opacity: 0.4;
}
.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 {
  --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-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);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.ring-blue-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
}
.ring-opacity-50 {
  --tw-ring-opacity: 0.5;
}
.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);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  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-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.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);
}
.page-footer{}
.footer-links-mobile {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  font-size: 0.75rem;
  font-weight: 300;
}
.contentmanager-content-view .footer-links-mobile .grid-img img {
    margin-left: auto;
    margin-right: auto;
}
.contentmanager-content-view .footer-links-mobile .grid-title {
    text-align: center;
    padding: 1rem 0 0 0;
    font-weight: bold;
    font-size: 1.25rem;
}
@media (min-width: 1024px) {

  .footer-links-mobile {
    display: none;
  }
}
.footer-links-mobile {
  width: calc(100% + 3rem);
}
.footer-accordions-item {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  border-top: 1px solid #CCCCCC;
}
.footer-accordions-item:last-child {
    border-bottom: 1px solid #CCCCCC;
  }
.footer-accordions-title {
  position: relative;
  display: flex;
  height: 2.5rem;
  align-items: center;
  justify-content: flex-start;
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: uppercase;
}
.footer-accordions-title-icon {
  position: absolute;
  right: 0px;
  top: 50%;
  display: block;
  height: 1rem;
  width: 1rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
body .footer-accordions-title-icon {
    margin-bottom: 0;
}
.footer-accordions-title-icon {
  transform: translateY(-50%);
  background-image: url('data:image/svg+xml,<svg width="100%" height="100%" viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg"><path fill="%23000000" d="M104.704 338.752a64 64 0 0 1 90.496 0l316.8 316.8 316.8-316.8a64 64 0 0 1 90.496 90.496L557.248 791.296a64 64 0 0 1-90.496 0L104.704 429.248a64 64 0 0 1 0-90.496z"/></svg>')
}
.footer-accordions-title.show .footer-accordions-title-icon {
    transform: translateY(-50%) rotate(180deg);
  }
.footer-accordions-content {
  padding-bottom: 1rem;
}
.page-wrapper .page-header {
    position: fixed;
    z-index: 2;
    background-color: #fff;
    left: 0;
    top: 0;
    width: 100%;
    border-bottom: 1px solid #ccc;
}
@media (min-width: 1024px) {
.page-wrapper .page-header {
        position: static;
        border-bottom: none
}
    }
.mobile-menu-image-link {
    padding-bottom: 65.83%;
}
.hero-image {

}
.max-w-1500 {
    max-width: 1500px;
}
.header-bar {
  position: relative;
  display: flex;
  height: 50px;
  width: 100%;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.75rem;
  padding-right: 1rem;
}
@media (min-width: 1024px) {

  .header-bar {
    width: 100%;
  }

  @media (min-width: 480px) {

    .header-bar {
      max-width: 480px;
    }
  }

  @media (min-width: 640px) {

    .header-bar {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {

    .header-bar {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {

    .header-bar {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {

    .header-bar {
      max-width: 1280px;
    }
  }

  @media (min-width: 1600px) {

    .header-bar {
      max-width: 1600px;
    }
  }

  .header-bar {
    margin-left: auto;
    margin-right: auto;
    height: 70px;
    padding-top: 1.25rem;
    padding-left: 1.5rem;
  }
}
.nav-header-bar {
  display: flex;
  height: 67px;
  width: 100%;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media (min-width: 1024px) {

  .nav-header-bar {
    height: 70px;
    padding-top: 1.25rem;
  }
}
.header-left {
  display: flex;
  height: 50px;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
    margin-left: -.8rem;
    max-width: calc(100vw - 7rem);
}
@media (min-width: 1024px) {
.header-left {
        margin-left: 0
}
    }
.header-search {
  position: relative;
  display: flex;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 1024px) {

  .header-search {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.header-bar .header-search {
  display: none;
}
@media (min-width: 1024px) {

  .header-bar .header-search {
    display: flex;
  }
}
.header-search-mobile {
  position: relative;
  display: flex;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media (min-width: 1024px) {

  .header-search-mobile {
    display: none;
  }
}
.header-help {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (min-width: 1024px) {

  .header-help {
    display: flex;
  }
}
.header-help-title {
  font-size: 0.75rem;
}
.header-help-items {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}
.header-help-item {
  display: flex;
  align-items: center;
  white-space: pre;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1rem;
    border-right: 2px solid #000;
}
.header-help-item:hover, .header-help-item:visited, .header-help-item:active, .header-help-item:focus {
    color: #1c1c1c;
        text-decoration: none;
}
.header-help-item:first-child {
  padding-left: 0px;
}
.header-help-item:last-child {
  padding-right: 0px;
    border-right: none;
}
.header-search-label {
    width: 100%;
}
input.header-search-input {
  display: flex;
  height: 3rem;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
}
/* search field in header */
input.header-search-input-field {
  display: flex;
  height: 3rem;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  padding-left: 3rem;
  padding-right: 0.75rem;
    background-color: #F4F4F4;
    background-image: url('../images/search.svg');
    background-repeat: no-repeat;
    background-size: 1.25rem;
    background-position: 1rem center;
    border-color: transparent;
}
.nav-container {
  position: fixed;
  top: 0px;
  z-index: 40;
  box-sizing: content-box;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
@media (min-width: 480px) {

  .nav-container {
    width: 480px;
  }
}
.nav-container {
    background-color: #fff;
}
.nav-items {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
    width: calc(100% - 3rem);
}
.nav-items-container {
  position: relative;
  display: flex;
  height: auto;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  margin-left: 3rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media (min-width: 1024px) {

  .nav-items-container {
    margin-left: 3.5rem;
    padding-left: 2rem;
  }
}
.nav-items-container {
    min-height: calc(100dvh - 67px);
}
@media (min-width: 1024px) {
.nav-items-container {
        padding-top: 100px;
        min-height: calc(100dvh - 70px)
}
    }
.nav-add-items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 1.5rem;
}
.nav-item {
  position: relative;
  width: 100%;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 1.25rem;
  font-weight: 700;
}
@media (min-width: 480px) {

  .nav-item {
    font-size: 2.25rem;
  }
}
.nav-add-item {
  display: block;
  width: 100%;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
}
body .nav-add-item {
    margin-bottom: 0;
}
@media (min-width: 480px) {

  .nav-add-item {
    font-size: 1rem;
  }
}
.nav-categories-container {
}
.nav-category {
  position: absolute;
  top: 67px;
  display: flex;
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
@media (min-width: 1024px) {

  .nav-category {
    top: 70px;
  }
}
.nav-category {
    background-color: #fff;
    height: calc(100dvh - 67px);
}
@media (min-width: 1024px) {
.nav-category {
        padding-top: 100px;
        height: calc(100dvh - 70px)
}
    }
.nav-category-inner {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  overflow-y: auto;
    height: calc(100dvh - 67px);
}
@media (min-width: 1024px) {
.nav-category-inner {
        height: calc(100dvh - 170px)
}
    }
.nav-category-container {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (min-width: 1024px) {

  .nav-category-container {
    padding-left: 2rem;
  }
}
.nav-category-items {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.nav-category-item {
  width: 100%;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 1rem;
}
.nav-category-title {
  display: flex;
  height: 3rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.25rem;
  font-weight: 700;
}
.nav-button {
    width: 40px;
    height: 50px;
    display: flex;
    flex-shrink: 0;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}
.nav-button:hover {
        background-color: transparent;
        color: #1C1C1C;
    }
.nav-help-container {
  position: relative;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}
.nav-help-title {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.75rem;
}
.nav-help-buttons {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.5rem;
}
.nav-help-button {
  height: 2.5rem;
  border-radius: 9999px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 0.75rem;
  font-weight: 700;
}
@media (min-width: 1600px) {

  .nav-help-button {
    font-size: 0.875rem;
  }
}
.nav-help-button {
    background-color: #F4F4F4;
}
.nav-popular {
  padding-top: 3.5rem;
}
.nav-popular-products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
}
.contentmanager-content-view .nav-popular-products .grid-img img {
    margin-left: auto;
    margin-right: auto;
}
.contentmanager-content-view .nav-popular-products .grid-title {
    text-align: center;
    padding: 1rem 0 0 0;
    font-weight: bold;
    font-size: 1.25rem;
}
.nav-popular-title {
  padding-bottom: 1.25rem;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}
.nav-popular .product-tile {
  display: flex;
}
.nav-popular .product-tile-image {
  display: flex;
  align-items: center;
  justify-content: center;
            width: 152px;
            height: 152px;
            background-color: #F5F6F4;
}
.nav-popular .product-tile-img {
  display: block;
}
body .nav-popular .product-tile-img {
    margin-bottom: 0;
}
.nav-popular .product-tile-img {
            max-width: 108px;
            max-height: 108px;
        }
.header-nav-bottom {
  width: 100%;
}
@media (min-width: 480px) {

  .header-nav-bottom {
    max-width: 480px;
  }
}
@media (min-width: 640px) {

  .header-nav-bottom {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .header-nav-bottom {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .header-nav-bottom {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .header-nav-bottom {
    max-width: 1280px;
  }
}
@media (min-width: 1600px) {

  .header-nav-bottom {
    max-width: 1600px;
  }
}
.header-nav-bottom {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
.breadcrumbs .header-nav-bottom {
            padding-left: 1.5rem;
            padding-right: 1.5rem
    }
        }
.header-nav-bottom {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.breadcrumbs .header-nav-bottom {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
.header-nav-bottom-items {
  display: flex;
  align-items: center;
  justify-content: flex-start;
    border-bottom: 1px solid #ccc;
}
.header-nav-bottom-item {
  margin-right: 2.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
}
.header-nav-bottom-item:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.header-nav-bottom-item:last-child {
  margin-right: 0px;
}
.cart-icon-count {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  font-weight: 700;
  line-height: 1;
  height: 0.75rem;
  width: 0.75rem;
  font-size: 0.5625rem;
}
@media (min-width: 1024px) {

  .cart-icon-count {
    height: 1rem;
    width: 1rem;
    font-size: 0.75rem;
  }
}
.cart-icon-count {
    background-color: #EDC900;
    color: #000000;
}
a.nav-item, a.nav-add-item, a.nav-category-item, a.header-nav-bottom-item {
    color: #1c1c1c;
}
.top-nav-opened.checkout-index-index .page-wrapper .page-header {
        position: relative;
        z-index: 3;
    }
.logo-mobile {
    width: 200px;
}
.main-menu-nav-button svg {
    width: .9375rem;
  }
@media screen and (min-width: 360px) and (max-width: 1183px) {
    .nav-button {
        width: 50px;
    }
}
@media screen and (min-width: 1184px) and (max-width: 1220px) {
    .main-menu-nav-button {
    position: absolute;
    left: -3.5rem;
    top: 1.25rem;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1600px) {
    .main-menu-nav-button {
    position: absolute;
    left: -3.5rem;
    top: 1.25rem;
  }
}
@media screen and (min-width: 1740px) {
    .main-menu-nav-button {
    position: absolute;
    left: -3.5rem;
    top: 1.25rem;
  }
}
body {
    background-color: #fff;
}
.page-main ul {
  list-style-type: disc;
  padding-left: 1rem;
}
.page-main ul li {
  margin-bottom: 1rem;
}
.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));
}
.section-title {
  width: 100%;
  text-align: center;
  font-weight: 300;
  padding-top: 2rem;
  padding-bottom: 1rem;
  font-size: 1.375rem;
}
@media (min-width: 640px) {

  .section-title {
    padding-top: 2rem;
    padding-bottom: 1.5rem;
    font-size: 1.625rem;
  }
}
@media (min-width: 1024px) {

  .section-title {
    padding-top: 2rem;
    padding-bottom: 1.5rem;
    font-size: 1.625rem;
  }
}
@media (min-width: 1280px) {

  .section-title {
    padding-top: 2rem;
    padding-bottom: 1.5rem;
    font-size: 2rem;
  }
}
@media (min-width: 1600px) {

  .section-title {
    padding-top: 3rem;
    padding-bottom: 2rem;
    font-size: 2.25rem;
  }
}
.section-title {
  margin: 0px;
}
.section-title h3 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 1.375rem;
  font-weight: 300;
}
@media (min-width: 1024px) {

  .section-title h3 {
    font-size: 1.625rem;
  }
}
@media (min-width: 1280px) {

  .section-title h3 {
    font-size: 2rem;
  }
}
@media (min-width: 1600px) {

  .section-title h3 {
    font-size: 2.25rem;
  }
}
.section-title h3 {
        margin-bottom: 0;
        line-height: 100%;
    }
.section-title-view-all-link {
  margin-left: 0.75rem;
  display: inline-block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
    font-size: .6em;
    line-height: 100%;
}
.hp-description-content {
  line-height: 1.625rem;
}
.hp-description-content p {
  margin-bottom: 1rem;
}
.hp-products .product-card .price-box {
            flex-direction: row;
            justify-content: flex-start;
        }
@media (min-width: 640px) {
.hp-products .product-card .price-box {
                flex-direction: column;
                align-items: flex-end
        }
            }
.vue-conf-show-sidebar .product-info-details {
        position: relative;
    }
.vue-conf-show-sidebar .product-info {
        position: static;
    }
.vue-conf-show-sidebar .product-info-details {
        z-index: 3;
    }
.breadcrumbs .container {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
@media (min-width: 1024px) {
.breadcrumbs .container {
            padding-left: 1.5rem;
            padding-right: 1.5rem
    }
        }
.page-wrapper {
    padding-top: 90px;
}
@media (min-width: 1024px) {
.page-wrapper {
        padding-top: 0
}
    }
.pdf-sheet .buttons-set {
        width:100%;
     }
.pdf-sheet button {
        margin-top:20px;
        display: block;
        text-align: center;
        border-radius: 9999px;
        box-shadow: none;
        background: #EDC932;
        color: #1c1c1c;
        width: 100%;
        justify-content: center;
        padding: 0.75rem 0;
        font-size: 1rem;
        font-weight:bold;
     }
.pdf-sheet button.btn--close {
            background: none;
            border: 1px solid #353535;
            color:#000;
        }
.pdf-sheet .form__item label {
        font-weight: bold;
     }
.pdf-sheet .form__item-field input {
        width:100%;
        background: #F5F6F4;
        border:none;
     }
.popup-pdf-answer {
    font-size: 16px;
    line-height: 26px;
    margin-top:5rem;
    text-align: center;
}
.category-view {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  line-height: 1.625rem;
}
.category-top-description-text h2 {
        margin-top:0px;
       font-size:16px;
    }
@media screen and (min-width: 1440px) {
        .category-top-description-text h2 {
            font-size:18px;
        }
}
.account-nav ul li a, .account-nav ul li strong {
  display: flex;
  justify-content: space-between;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.account-nav ul li a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.account-nav ul li strong {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          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;
}
@media (min-width: 1024px) {
.product-info .bottom-section .actions-wrapper .actions-toolbar .primary button, .vue-product-configurator .bottom-section .actions-wrapper .actions-toolbar .primary button, .sidebar-modals .bottom-section .actions-wrapper .actions-toolbar .primary button {
          font-size: 1.25rem;
          padding: 1.75rem 0;
          line-height: 1
      }
        }
.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: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-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);
}
@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;
  --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);
  --tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity));
  --tw-ring-opacity: 0.5;
}
.actions-toolbar .primary button {
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(2 0 84 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.actions-toolbar .primary button:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.product-configurator .bottom-section .actions-wrapper .actions-toolbar .primary button {
                border-radius: 0;
                box-shadow: none;
                background: #020054;
                width: 100%;
                justify-content: center;
                padding: 1.75rem 0;
                font-size: 20px;
            }
.product-configurator .control-sidebar-footer .actions-toolbar .primary button {
            padding-top: 0.864rem;
            padding-bottom: 0.926rem;
            width: 100%;
            background: #020054;
            border-radius: 0;
            justify-content: center;
        }
.product-info .bottom-section .actions-wrapper .actions-toolbar .primary button, .vue-product-configurator .bottom-section .actions-wrapper .actions-toolbar .primary button, .sidebar-modals .bottom-section .actions-wrapper .actions-toolbar .primary button {
        border-radius: 9999px;
        box-shadow: none;
        background: #EDC932;
        color: #1c1c1c;
        width: 100%;
        justify-content: center;
        padding: 0.75rem 0;
        font-size: 1rem;
      }
.product-info .control-sidebar-footer .actions-toolbar .primary button, .vue-product-configurator .control-sidebar-footer .actions-toolbar .primary button, .sidebar-modals .control-sidebar-footer .actions-toolbar .primary button {
      padding-top: 0.864rem;
      padding-bottom: 0.926rem;
      width: 100%;
      background: #EDC932;
      color: #1C1C1C;
      justify-content: center;
      border-radius: 9999px;
      box-shadow: none;
    }
.product-info .control-sidebar-footer .actions-toolbar .primary button.cancel, .vue-product-configurator .control-sidebar-footer .actions-toolbar .primary button.cancel, .sidebar-modals .control-sidebar-footer .actions-toolbar .primary button.cancel {
        background-color: #F5F6F4;
      }
.actions-toolbar a.back {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
body > div > div.grecaptcha-badge {
  display: none;
  height: 0px !important;
  width: 0px !important;
}
.order-items > div:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.order-links {
  display: block;
}
body .order-links {
    margin-bottom: 0;
}
.order-links {
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.order-links li {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  cursor: pointer;
  white-space: nowrap;
}
.order-links li.current {
  flex-grow: 1;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.order-links li a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.order-date {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
form .field {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
form label {
  margin-bottom: 0.5rem;
  display: block;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
body form label {
    margin-bottom: 0;
}
form .field.choice {
  display: flex;
  align-items: center;
}
form .field.choice input {
  margin-right: 1rem;
}
form .field.choice label {
  margin-bottom: 0px;
}
form legend {
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
form legend + br {
  display: none;
}
fieldset ~ fieldset {
  margin-top: 2rem;
}
body[class*="cms-resources-"] .wrapper-main-container .page-title h1 {
    margin-top: 20px;
    padding: 0;
}
body[class*="cms-resources-"] .resources-page--text {

}
/* RESOURCES PAGE ELEMENTS */
.cms-resources .columns {
  padding-left: 0px;
  padding-right: 0px;
        max-width: initial;
}
.resources-description {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  max-width: 1024px;
  text-align: center;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.875rem;
}
@media (min-width: 1024px) {

  .resources-description {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1rem;
  }
}
@media (min-width: 480px) {

  .resources-topics {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: center;
  }
}
@media (min-width: 1024px) {

  .resources-topics {
    justify-content: flex-end;
  }
}
.resources-topics-links {
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding-bottom: 3rem;
}
@media (min-width: 480px) {

  .resources-topics-links {
    justify-content: flex-start;
  }
}
@media (min-width: 1024px) {

  .resources-topics-links {
    padding-bottom: 0px;
  }
}
.resources-topics-link {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  font-weight: 700;
}
@media (min-width: 480px) {

  .resources-topics-link {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.resources-topics-link.current {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.resources-topics-label {
  display: none;
  padding-bottom: 0.5rem;
}
@media (min-width: 480px) {

  .resources-topics-label {
    display: block;
    padding-top: 0.75rem;
    padding-bottom: 3rem;
    padding-right: 1rem;
  }
}
/* RESOURCES TOP*/
.resources-top {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
    background-color: #F5F6F4;
}
.resources-top-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 1024px) {

  .resources-top-container {
    flex-direction: row-reverse;
  }
}
.resources-top-container {
    max-width: 1452px;
    padding: 0 0 35px;
}
@media (min-width: 1024px) {
.resources-top-container {
        padding: 90px 64px
}
    }
.resources-top-image {
  width: 100%;
}
@media (min-width: 1024px) {

  .resources-top-image {
    width: 50%;
    flex-shrink: 0;
  }
}
.resources-top-image img {
  width: 100%;
}
.resources-top-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1.5rem;
}
@media (min-width: 1024px) {

  .resources-top-content {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-right: 4rem;
  }
}
.resources-top-content-title {
  font-weight: 300;
  font-size: 1.4375rem;
  line-height: 1.9375rem;
}
@media (min-width: 1024px) {

  .resources-top-content-title {
    font-size: 3.25rem;
    line-height: 3.875rem;
  }
}
.resources-top-content-text {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 0.875rem;
}
@media (min-width: 1024px) {

  .resources-top-content-text {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    font-size: 1.25rem;
  }
}
/* RESOURCES SECTION */
.resources-section {
  width: 100%;
}
.resources-section-top {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  align-items: center;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  flex-direction: column;
  justify-content: center;
  padding-top: 2rem;
}
@media (min-width: 1024px) {

  .resources-section-top {
    flex-direction: row;
    justify-content: space-between;
    padding-top: 4rem;
    padding-bottom: 3rem;
  }
}
.resources-section-top {
    max-width: 1592px;
}
.resources-section-title {
  width: 100%;
  font-weight: 300;
  margin-bottom: 1rem;
  text-align: center;
  font-size: 1rem;
}
@media (min-width: 1024px) {

  .resources-section-title {
    margin-bottom: 0px;
    text-align: left;
    font-size: 1.5rem;
  }
}
@media (min-width: 1600px) {

  .resources-section-title {
    font-size: 2.25rem;
  }
}
.resources-section-bottom {
  display: flex;
  flex-direction: column;
}
/* RESOURCES MAIN */
.resources-main {
  position: relative;
  margin-bottom: 2rem;
  width: 100%;
  flex-shrink: 0;
}
@media (min-width: 1024px) {

  .resources-main {
    margin-bottom: 0px;
    width: 58.333333%;
  }
}
.resources-main-image {
  width: 100%;
}
.resources-main-text {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {

  .resources-main-text {
    position: absolute;
    top: 4rem;
    left: 4rem;
    width: 50%;
  }
}
.resources-main-type {
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  font-size: 1.125rem;
  text-transform: capitalize;
}
@media (min-width: 1024px) {

  .resources-main-type {
    padding-top: 0px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}
.resources-main-title.txt {
  margin-bottom: 2rem;
  display: none;
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 3.125rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .resources-main-title.txt {
    display: block;
  }
}
.resources-main-title.lnk {
  font-size: 1.125rem;
  font-weight: 700;
}
@media (min-width: 1024px) {

  .resources-main-title.lnk {
    display: none;
  }
}
.resources-main-button {
  display: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  font-weight: 600;
    background-color: #FFFFFF;
}
@media (min-width: 1024px) {

  .resources-main-button {
    display: inline-block;
  }
}
/* RESOURCES ADDS */
.resources-adds {
  position: relative;
  width: 100%;
}
@media (min-width: 1024px) {

  .resources-adds {
    padding-left: 3rem;
  }
}
.resources-adds-title {
  display: none;
  padding-bottom: 2rem;
  font-size: 2.0625rem;
  font-weight: 700;
  line-height: 2.0625rem;
}
@media (min-width: 1024px) {

  .resources-adds-title {
    display: block;
  }
}
.resources-adds-items {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.contentmanager-content-view .resources-adds-items .grid-img img {
    margin-left: auto;
    margin-right: auto;
}
.contentmanager-content-view .resources-adds-items .grid-title {
    text-align: center;
    padding: 1rem 0 0 0;
    font-weight: bold;
    font-size: 1.25rem;
}
.resources-adds-items {
  display: grid;
}
.contentmanager-content-view .resources-adds-items .grid-img img {
    margin-left: auto;
    margin-right: auto;
}
.contentmanager-content-view .resources-adds-items .grid-title {
    text-align: center;
    padding: 1rem 0 0 0;
    font-weight: bold;
    font-size: 1.25rem;
}
@media (min-width: 1024px) {

  .resources-adds-items {
    position: absolute;
    bottom: 0px;
    left: 3rem;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-template-rows: repeat(4, minmax(0, 1fr));
    gap: 1.25rem;
        top: 70px;
  }
}
.resources-add {
  margin-bottom: 2rem;
  width: 100%;
}
@media (min-width: 1024px) {

  .resources-add {
    margin-bottom: 0px;
    display: flex;
        //height: calc(25% - 15px);
        //margin-bottom: 20px;
  }
.resources-add:last-child {
            margin-bottom: 0
    }
}
.resources-add-image, .resources-add-img {
  width: 100%;
}
@media (min-width: 1024px) {

  .resources-add-image, .resources-add-img {
    max-height: 100%;
    width: auto;
    max-width: 100%;
  }
}
.resources-add-text {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media (min-width: 1024px) {

  .resources-add-text {
    align-items: flex-start;
    justify-content: center;
    padding-left: 1.5rem;
  }
}
.resources-add-type {
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  font-size: 1.125rem;
  text-transform: capitalize;
}
@media (min-width: 1024px) {

  .resources-add-type {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media (min-width: 1600px) {

  .resources-add-type {
    padding-bottom: 0.5rem;
  }
}
.resources-add-title {
  font-size: 1.125rem;
  font-weight: 700;
}
/* RESOURCES REGULARS */
/*
.resources-regulars {
    @apply grid grid-cols-2 gap-4;
    @apply lg:grid-cols-3 lg:gap-x-5 lg:gap-y-12;
}

.resources-regular {
    @apply w-full mb-8 lg:mb-0;
}

.resources-regular-image,
.resources-regular-img {
    @apply w-full;
}

.resources-regular-text {
    @apply flex flex-col;
}

.resources-regular-type {
    @apply text-18 capitalize pt-4;
}

.resources-regular-title {
    @apply text-18 font-bold pt-2;
}
*/
.resources-regulars {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  width: 100%;
}
.contentmanager-content-view .resources-regulars .grid-img img {
    margin-left: auto;
    margin-right: auto;
}
.contentmanager-content-view .resources-regulars .grid-title {
    text-align: center;
    padding: 1rem 0 0 0;
    font-weight: bold;
    font-size: 1.25rem;
}
.resources-regulars {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}
@media (min-width: 768px) {

  .resources-regulars {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.resources-regulars {
    max-width: 1592px;
}
.resources-regular {
  position: relative;
  display: flex;
  height: 0px;
  width: 100%;
    padding-bottom: 100%;
}
.resources-regular-image {
  position: absolute;
  display: block;
  width: 100%;
  overflow: hidden;
}
body .resources-regular-image {
    margin-bottom: 0;
}
.resources-regular-image {
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 5rem;
}
@media (min-width: 1024px) {

  .resources-regular-image {
    bottom: 9rem;
  }
}
@media (min-width: 1280px) {

  .resources-regular-image {
    bottom: 11rem;
  }
}
@media (min-width: 1600px) {

  .resources-regular-image {
    bottom: 14rem;
  }
}
.resources-regular-img {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.resources-regular-info {
  position: absolute;
  bottom: 0px;
  height: 0px;
  width: 100%;
  padding-bottom: 5rem;
}
@media (min-width: 1024px) {

  .resources-regular-info {
    padding-bottom: 9rem;
  }
}
@media (min-width: 1280px) {

  .resources-regular-info {
    padding-bottom: 11rem;
  }
}
@media (min-width: 1600px) {

  .resources-regular-info {
    padding-bottom: 14rem;
  }
}
.resources-regular-info {
    background-color: #edc900;
}
.resources-regular-text {
  position: absolute;
    width: 92%;
    left: 4%;
    top: 16%;
}
.resources-regular-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
body .resources-regular-title {
    margin-bottom: 0;
}
.resources-regular-title {
  font-size: 0.75rem;
  line-height: 0.9375rem;
}
@media (min-width: 1024px) {

  .resources-regular-title {
    font-size: 1.5rem;
    line-height: 2.125rem;
  }
}
@media (min-width: 1280px) {

  .resources-regular-title {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1600px) {

  .resources-regular-title {
    font-size: 2.125rem;
    line-height: 2.6875rem;
  }
}
.resources-regular-type {
  display: block;
  width: 100%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
body .resources-regular-type {
    margin-bottom: 0;
}
.resources-regular-type {
  max-height: 2rem;
  font-size: 0.75rem;
  line-height: 1rem;
}
@media (min-width: 1024px) {

  .resources-regular-type {
    max-height: 3rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1280px) {

  .resources-regular-type {
    max-height: 4.375rem;
  }
}
.resources-regular-type {
    margin-top: 3%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

}
@supports (-webkit-line-clamp: 2) {
.resources-regular-type {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: initial;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical

}
    }
@media (min-width: 1280px) {
        @supports (-webkit-line-clamp: 3) {
.resources-regular-type {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: initial;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical

}
        }
    }
.resources-regular-content {
  display: block;
  width: 100%;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
body .resources-regular-content {
    margin-bottom: 0;
}
.resources-regular-content {
  max-height: 2rem;
  font-size: 0.75rem;
  line-height: 1rem;
}
@media (min-width: 1024px) {

  .resources-regular-content {
    max-height: 3rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1280px) {

  .resources-regular-content {
    max-height: 4.375rem;
  }
}
.resources-regular-content {
    margin-top: 3%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
@supports (-webkit-line-clamp: 2) {
.resources-regular-content {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: initial;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
}
    }
@media (min-width: 1280px) {
        @supports (-webkit-line-clamp: 3) {
.resources-regular-content {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: initial;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical
}
        }
    }
.resources-regular-arrow {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    background-color: #FFFFFF;
    right: 0.75rem;
    bottom: 0.75rem;
    height: 2rem;
    width: 2rem;
}
@media (min-width: 1024px) {

  .resources-regular-arrow {
    right: 2rem;
    bottom: 3rem;
    height: 4rem;
    width: 4rem;
  }
}
@-webkit-keyframes placeholderArticle {
    0% {
        background-position: -730px 0
    }

    to {
        background-position: 730px 0
    }
}
@keyframes placeholderArticle {
    0% {
        background-position: -730px 0
    }

    to {
        background-position: 730px 0
    }
}
.resources-main-article--image.lazyloaded {
    opacity: 1;
}
.resources-regular-article--image.lazyloaded {
    opacity: 1;
}
img.lazyload:not([src]) {
    visibility: hidden;
}
/* Homepage Slider */
.installations-wrapper .ctm-wrapper {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.installations-wrapper .slick-list {
    width: 90%;
    background: inherit;
}
.installations-slider-arrows {
    width: 100%;
    clear: both;
}
.installations-slider-arrows .slick-prev, .installations-slider-arrows .slick-next {
    position: relative;
    right: 10%;
}
.installations-wrapper .ctm-3 {
    margin-left: 0;
    margin-right: 0;
}
.installations-wrapper .ctm-3 .ctm-wrapper {
    width: 50%;
}
.installations-wrapper .ctm-3 .ctm-image-wrapper img {
    border: none;
}
.installations-wrapper .ctm-3 .ctm-wrapper h3 a {
    font-size: 1.3rem;
    font-weight: normal;
}
.installations-wrapper .ctm-3 .content {
    padding-left: 1.5rem;
    padding-right: 0.5rem;
}
.installations-wrapper .ctm-3 .content-text a {
    color: #FFB202;
}
/* */
.ct-view {
  margin-left: auto;
  margin-right: auto;
    max-width: 1140px;
}
.contentmanager-contenttype-restaurant_installations h1, .cms-resources-restaurant-installations h1, .cms-resources-guides h1, .cms-resources h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
  padding-bottom: 1.25rem;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 300;
}
.cms-no-route h1.contentmanager-contenttype-restaurant_installations h1, .cms-no-route h1.cms-resources-restaurant-installations h1, .cms-no-route h1.cms-resources-guides h1, .cms-no-route h1.cms-resources h1 {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {

  .contentmanager-contenttype-restaurant_installations h1, .cms-resources-restaurant-installations h1, .cms-resources-guides h1, .cms-resources h1 {
    font-size: 2.25rem;
  }
}
.contentmanager-contenttype-restaurant_installations .ct-view, .cms-resources-restaurant-installations .ct-view, .cms-resources-guides .ct-view, .cms-resources .ct-view {

    }
body._hidden {
    overflow: hidden;
}
body._hidden #header {
        z-index: 0;
    }
.product-configurator .bottom-section {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-top: 15px;
    }
.product-configurator .bottom-section .price-container {
            width: 100%;
            display: grid;
            grid-template-columns: 1fr 1fr;
            grid-template-rows: 1fr;
            gap: 0 20px;
            grid-template-areas: ". .";
        }
.product-configurator .bottom-section .price-wrapper {
            text-align: right;
            font-size: 21px;
            font-weight: 600;
        }
.product-configurator .bottom-section .qty-wrapper {
            display: flex;
            align-items: center;
        }
.product-configurator .bottom-section .qty-wrapper label {
                text-transform: uppercase;
                font-size: 14px;
                font-weight: 700;
                margin-right: 34px;
                margin-bottom: 0;
            }
.product-configurator .bottom-section .qty-wrapper input {
                border: none;
                font-size: 21px;
                text-align: center;
                background: #F5F6F4;
                height: 38px;
                width: 72px;
            }
.product-configurator .bottom-section .configurator-price-error {
            margin-top: 15px;
            font-size: 14px;
            color: #D2081E;
        }
.product-configurator .bottom-section .box--text-why {
            margin-top: 15px;
        }
.product-configurator .bottom-section .actions-wrapper {
            width: 100%;
            margin-top: 15px;
        }
.product-configurator .bottom-section .actions-wrapper .btn {
                border-radius: 0;
                box-shadow: none;
                background: #020054;
                width: 100%;
                justify-content: center;
                padding: 1.75rem 0;
                font-size: 20px;
            }
.product-configurator .reset-selection {
        display: block;
        margin-top: 20px;
        visibility: hidden;
    }
.product-configurator .reset-selection.visible {
            visibility: visible;
        }
.product-configurator .section-list {
        position: relative;
    }
.product-configurator .section-list .section-overlay {
            display: none;
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            background: #fff;
            opacity: 0.6;
        }
.product-configurator .section-list .section-overlay.active {
                display: block;
            }
.product-configurator .section-item {
        padding: 12px 20px;
        background: #F5F6F4;
        margin-top: 15px;
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
    }
.product-configurator .section-item:first-child {
            margin-top: 0;
        }
.product-configurator .section-item .section-item-title {
            font-size: 14px;
            font-weight: bold;
            text-transform: uppercase;
        }
.product-configurator .section-item .section-header {
            position: relative;
        }
.product-configurator .section-item .section-header:after {
                content: '\e904';
                font-family: 'rf';
                height: 14px;
                font-size: 14px;
                line-height: 1;
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                margin: auto;
            }
.product-configurator .section-item .section-header .selected-options {
                margin-top: 8px;
                padding-right: 20px;
                font-size: 14px;
            }
.product-configurator .section-item .section-header .selected-options.with-color {
                    padding-right: 80px;
                }
.product-configurator .section-item .section-header .section-options:after {
                    content: ',';
                    display: inline;
                }
.product-configurator .section-item .section-header .section-options:last-of-type:after {
                        display: none;
                    }
.product-configurator .section-item .section-header .section-image-wrapper {
                width: 33px;
                height: 33px;
                position: absolute;
                right: 30px;
                top: 0;
                bottom: 0;
                margin: auto;
                border: 4px solid #fff;
                border-radius: 50%;
            }
.product-configurator .section-item .section-header .section-color {
                height: 25px;
                margin: auto 0;
                border-radius: 50%;
            }
.product-configurator .control-sidebar-wrapper {
        position: fixed;
        top: 0;
        bottom: 0;
        right: 100%;
        width: 100%;
        z-index: -9999;
        opacity: 0;
        background: rgba(0, 0, 0, 0.62);
    }
.product-configurator .control-sidebar-wrapper .control-sidebar-block {
            max-width: 480px;
            width: 100%;
            border-left: 1px solid #D0D0D0;
            position: fixed;
            top: 0;
            right: 0;
            bottom: 0;
            z-index: 2;
            display: flex;
            flex-direction: column;
            transform: translateX(100%);
            transition: transform ease-in-out 0.2s;
        }
.product-configurator .control-sidebar-wrapper.active {
            right: 0;
            z-index: 50;
            opacity: 1;
        }
.product-configurator .control-sidebar-wrapper.active .control-sidebar-block {
                transform: translateX(0%);
            }
.product-configurator .control-sidebar-wrapper .control-sidebar-header {
            border-bottom: 1px solid #D0D0D0;
            padding: 1.75rem 1.844rem;
            position: relative;
            background: #fff;
        }
.product-configurator .control-sidebar-wrapper .control-sidebar-header .control-sidebar-title {
                font-weight: bold;
                text-transform: uppercase;
                font-size: 20px;
            }
.product-configurator .control-sidebar-wrapper .control-sidebar-header .icon-close {
                position: absolute;
                top: 1.9rem;
                right: 1.299rem;
                cursor: pointer;
                font-size: 1.5rem;
            }
.product-configurator .control-sidebar-wrapper .control-sidebar {
            background: #F5F6F4;
            overflow: auto;
            flex: 1;
            padding-bottom: 40px;
        }
.product-configurator .control-sidebar-wrapper .control-item {
            padding: 0 0.5rem;
            margin-top: 20px;
        }
@media (min-width: 480px) {
.product-configurator .control-sidebar-wrapper .control-item {
                padding: 0 1.844rem
        }
            }
.product-configurator .control-sidebar-wrapper .control-item.tabs {
                margin-top: 0;
            }
.product-configurator .control-sidebar-wrapper .control-item .control-title {
                font-size: 15px;
                margin-bottom: 10px;
            }
.product-configurator .control-sidebar-wrapper .control-item .radio-group {
                display: flex;
                display: -webkit-flex;
                flex-wrap: wrap;
                -webkit-flex-wrap: wrap;
            }
.product-configurator .control-sidebar-wrapper .control-item .radio-group label {
                    font-size: 15px;
                    display: block;
                    cursor: pointer;
                    margin-right: 0;
                }
.product-configurator .control-sidebar-wrapper .control-item .radio-group label .radio-image-wrapper {
                        border: 2px solid transparent;
                    }
.product-configurator .control-sidebar-wrapper .control-item .radio-group label .radio-image-control {
                        background-color: #fff;
                        background-repeat: no-repeat;
                        background-position: center;
                        position: relative;
                        overflow: hidden;
                    }
.product-configurator .control-sidebar-wrapper .control-item .radio-group label .radio-image-control img {
                            position: absolute;
                            left: 0;
                            top: 0;
                            min-width: 100%;
                            min-height: 100%;
                        }
.product-configurator .control-sidebar-wrapper .control-item .radio-group label .radio-title {
                        margin-top: 10px;
                        text-align: center;
                        font-size: 15px;
                    }
.product-configurator .control-sidebar-wrapper .control-item .input-item input {
                    font-size: 15px;
                    width: 100%;
                    border: 1px solid #F0F0F0;
                    height: 48px;
                    padding: 0 10px;
                }
.product-configurator .control-sidebar-wrapper .control-item .input-item input:focus {

                    }
.product-configurator .control-sidebar-wrapper .control-item .input-item input:focus-visible {
                        outline: none;
                    }
.product-configurator .control-sidebar-wrapper .control-item input[type="radio"] {
                display: none;
            }
.product-configurator .control-sidebar-wrapper .control-item input[type="radio"]:checked + label .radio-image-wrapper {
                        border: 2px solid #000;
                    }
.product-configurator .control-sidebar-wrapper .control-item select {
                border: 1px solid #F0F0F0;
                font-size: 15px;
                height: 48px;
                width: 100%;
            }
.product-configurator .control-sidebar-wrapper .control-item select:focus {

                }
.product-configurator .control-sidebar-wrapper .control-item select:focus-visible {
                    outline: none;
                }
.product-configurator .control-sidebar-wrapper .control-item .error select,
                .product-configurator .control-sidebar-wrapper .control-item .error input {
                    border-color: #D2081E;
                }
.product-configurator .control-sidebar-wrapper .control-item:not(.cols-1):not(.cols-2) .radio-group .radio-item {
                        width: 33.3333%;
                    }
@media (min-width: 480px) {
.product-configurator .control-sidebar-wrapper .control-item:not(.cols-1):not(.cols-2) .radio-group .radio-item {
                            width: 25%
                    }
                        }
.product-configurator .control-sidebar-wrapper .control-item:not(.cols-1):not(.cols-2) .radio-group label {
                        padding: 5px;
                    }
.product-configurator .control-sidebar-wrapper .control-item:not(.cols-1):not(.cols-2) .radio-group label .radio-image-wrapper {
                            width: 92px;
                            border-radius: 50%;
                            padding: 4px;
                            margin: 0 auto;
                        }
.product-configurator .control-sidebar-wrapper .control-item:not(.cols-1):not(.cols-2) .radio-group label .radio-image-control {
                            width: 80px;
                            height: 80px;
                            border-radius: 50%;
                            overflow: hidden;
                        }
.product-configurator .control-sidebar-wrapper .control-item.cols-1 .radio-image-control {
                    min-height: 150px;
                }
.product-configurator .control-sidebar-wrapper .control-item.cols-1 .radio-group {
                    display: block;
                }
.product-configurator .control-sidebar-wrapper .control-item.cols-1 .radio-item {
                    width: 100%;
                }
.product-configurator .control-sidebar-wrapper .control-item.cols-1 .radio-item label .radio-image-control {
                            width: 100%;
                            padding-bottom: 30%;
                            border-radius: 0;
                        }
.product-configurator .control-sidebar-wrapper .control-item.cols-2 .radio-item {
                    width: 50%;
                    padding: 0 10px;
                }
.product-configurator .control-sidebar-wrapper .control-item.cols-2 .radio-image-control {
                    padding-bottom: 100%;
                }
.product-configurator .control-sidebar-wrapper .control-item .control-images {
                padding: 30px 0 20px 0;
            }
.product-configurator .control-sidebar-wrapper .control-item .control-images .control-images-item {
                    margin-top: 20px;
                    text-align: center;
                }
.product-configurator .control-sidebar-wrapper .control-item .control-images .control-images-item:first-child {
                        margin-top: 0;
                    }
.product-configurator .control-sidebar-wrapper .control-item .control-images .control-images-item img {
                        display: inline-block;
                    }
.product-configurator .control-sidebar-wrapper .control-item.tabs {
                padding: 0;
            }
.product-configurator .control-sidebar-wrapper .control-item.cols-1 .radio-item, .product-configurator .control-sidebar-wrapper .control-item.cols-2 .radio-item {
                    margin-bottom: 1.75rem;
                }
.product-configurator .control-sidebar-wrapper .control-item.cols-1 .radio-group label .radio-image-control img, .product-configurator .control-sidebar-wrapper .control-item.cols-2 .radio-group label .radio-image-control img {
                            min-width: auto;
                            min-height: auto;
                            right: 0;
                            bottom: 0;
                            margin: auto;
                            max-height: 100%;
                        }
.product-configurator .control-sidebar-footer {
        background: #fff;
        border-top: 1px solid #D0D0D0;
        width: 100%;
        padding: 1.125rem 1.844rem;
        display: flex;
        justify-content: space-between;
    }
.product-configurator .control-sidebar-footer .btn {
            padding-top: 0.864rem;
            padding-bottom: 0.926rem;
            width: 100%;
            background: #020054;
            border-radius: 0;
            justify-content: center;
        }
.product-configurator .tablist {
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        border-bottom: 1px solid #D0D0D0;
        background: #fff;
        padding: 10px 1.844rem 0;
    }
.product-configurator .tablist .tablist-item label {
                display: block;
                font-size: 15px;
                padding: 10px;
                font-weight: bold;
                border-bottom: 4px solid transparent;
                text-transform: none;
                cursor: pointer;
                margin-right: 0;
                margin-bottom: 0;
            }
@media (min-width: 640px) {
.product-configurator .tablist .tablist-item label {
                    font-size: 16px
            }
                }
.product-configurator .tablist .tablist-item input:checked + label {
                border-bottom-color: #000;
            }
.product-configurator .tablist .tab-radio {
            display: none;
        }
.svg-icon {
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
body .svg-icon {
    margin-bottom: 0;
}
.svg-icon.cart {
    background-image: url('../images/cart.svg');
  }
.svg-icon.mail {
    background-image: url('../images/mail.svg');
  }
.svg-icon.live-chat {
    background-image: url('../images/live-chat.svg');
  }
.svg-icon.phone {
    background-image: url('../images/phone.svg');
  }
.svg-icon.arrow-left {
    background-image: url('../images/arrow-left.svg');
  }
.svg-icon.arrow-right {
    background-image: url('../images/arrow-right.svg');
  }
.svg-icon.arrow-right-white {
    background-image: url('../images/arrow-right-white.svg');
  }
.svg-icon.email {
    background-image: url('../images/email.svg');
  }
.svg-icon.back {
    background-image: url('../images/nav-back.svg');
  }
.svg-icon.wand {
    background-image: url('../images/wand.svg');
  }
.svg-icon.close {
    background-image: url('../images/close.svg');
  }
.svg-icon.delete {
    background-image: url('../images/delete.svg');
  }
.svg-icon.search {
    background-image: url('../images/search.svg');
  }
.svg-icon.search-cancel {
    background-image: url('../images/search-cancel.svg');
  }
.svg-icon.showroom-yellow {
    background-image: url('../images/location-black.svg');
    background-position: left;
    padding-left: 1.5rem
  }
.hp-categories {

}
.hp-categories-title {
  width: 100%;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 1rem;
}
@media (min-width: 640px) {

  .hp-categories-title {
    font-size: 1.625rem;
  }
}
@media (min-width: 1024px) {

  .hp-categories-title {
    font-size: 1.875rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 1280px) {

  .hp-categories-title {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {

  .hp-categories-title {
    padding-bottom: 2rem;
  }
}
@media (min-width: 1600px) {

  .hp-categories-title {
    font-size: 2.25rem;
  }
}
.hp-categories-items {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.5rem;
}
@media (min-width: 1024px) {

  .hp-categories-items {
    flex-direction: row;
    gap: 0.75rem;
  }
}
@media (min-width: 1280px) {

  .hp-categories-items {
    gap: 1rem;
  }
}
@media (min-width: 1600px) {

  .hp-categories-items {
    gap: 1.25rem;
  }
}
@media (min-width: 1024px) {
.hp-categories-items {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    align-items: stretch
}
  }
.hp-categories-item {
  position: relative;
  display: block;
  height: 0px;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
}
body .hp-categories-item {
    margin-bottom: 0;
}
@media (min-width: 1024px) {

  .hp-categories-item {
    width: auto;
  }
}
.hp-categories-item {
  background-position: center 15%;
  padding-top: 40%;
  transition: all .3s;
}
@media (min-width: 1024px) {
.hp-categories-item {
    flex-shrink: 1;
    flex-grow: 1;
    padding-top: 0;
    height: 400px
}
  }
@media (min-width: 1280px) {
.hp-categories-item {
    height: 500px
}
  }
@media (min-width: 1600px) {
.hp-categories-item {
    height: 700px
}
  }
.hp-categories-item.chairs {
    background-image: url('https://images.seatingmasters.com/dpr_1.0,f_auto,q_auto,w_480/c_fill,w_480,h_480,g_south/c_fill,w_480,h_200,g_north/sm/media/homepage/restaurant-chairs.jpg');
  }
@media (min-width: 480px) {
.hp-categories-item.chairs {
      background-image: url('https://images.seatingmasters.com/dpr_1.0,f_auto,q_auto,w_744/sm/media/homepage/restaurant-chairs.jpg')
  }
    }
.hp-categories-item.bar_stools {
    background-image: url('https://images.seatingmasters.com/dpr_1.0,f_auto,q_auto,w_480/c_fill,w_480,h_480,g_south/c_fill,w_480,h_200,g_north/sm/media/homepage/restaurant-bar-stools.jpg');
  }
@media (min-width: 480px) {
.hp-categories-item.bar_stools {
      background-image: url('https://images.seatingmasters.com/dpr_1.0,f_auto,q_auto,w_744/sm/media/homepage/restaurant-bar-stools.jpg')
  }
    }
.hp-categories-item.tables {
    background-image: url('https://images.seatingmasters.com/dpr_1.0,f_auto,q_auto,w_480/c_fill,w_480,h_480,g_south/c_fill,w_480,h_200,g_north/sm/media/homepage/restaurant-tables.jpg');
  }
@media (min-width: 480px) {
.hp-categories-item.tables {
      background-image: url('https://images.seatingmasters.com/dpr_1.0,f_auto,q_auto,w_744/sm/media/homepage/restaurant-tables.jpg')
  }
    }
.hp-categories-item.booths {
    background-image: url('https://images.seatingmasters.com/dpr_1.0,f_auto,q_auto,w_480/c_fill,w_480,h_480,g_south/c_fill,w_480,h_200,g_north/sm/media/homepage/restaurant-booths.jpg');
  }
@media (min-width: 480px) {
.hp-categories-item.booths {
      background-image: url('https://images.seatingmasters.com/dpr_1.0,f_auto,q_auto,w_744/sm/media/homepage/restaurant-booths.jpg')
  }
    }
.hp-categories-item.patio {
    background-image: url('https://images.seatingmasters.com/dpr_1.0,f_auto,q_auto,w_480/c_fill,w_480,h_480,g_south/c_fill,w_480,h_200,g_north/sm/media/homepage/restaurant-outdoor-furniture.jpg');
  }
@media (min-width: 480px) {
.hp-categories-item.patio {
      background-image: url('https://images.seatingmasters.com/dpr_1.0,f_auto,q_auto,w_744/sm/media/homepage/restaurant-outdoor-furniture.jpg')
  }
    }
.hp-categories-item-title {
  position: absolute;
  left: 0.5rem;
  bottom: 0.5rem;
  white-space: pre;
  font-size: 1rem;
  font-weight: 700;
}
@media (min-width: 640px) {

  .hp-categories-item-title {
    left: 1rem;
    bottom: 1rem;
    font-size: 1.25rem;
  }
}
@media (min-width: 1024px) {

  .hp-categories-item-title {
    left: 1rem;
    bottom: 1rem;
    font-size: 1.375rem;
  }
}
@media (min-width: 1280px) {

  .hp-categories-item-title {
    left: 1rem;
    bottom: 1rem;
    font-size: 1.625rem;
  }
}
@media (min-width: 1600px) {

  .hp-categories-item-title {
    left: 1.25rem;
    bottom: 1.25rem;
    font-size: 2.1875rem;
  }
}
.hp-categories-item-title {
  transition: all .3s;
  color: #fff;
  z-index: 1;
}
.hp-categories-item-button {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  display: flex;
  height: 2rem;
  width: 2rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
}
@media (min-width: 640px) {

  .hp-categories-item-button {
    bottom: 1rem;
    right: 1rem;
    height: 3rem;
    width: 3rem;
  }
}
@media (min-width: 1024px) {

  .hp-categories-item-button {
    width: auto;
    justify-content: space-between;
    opacity: 0;
    bottom: 1rem;
    right: 1rem;
    height: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 1280px) {

  .hp-categories-item-button {
    bottom: 1rem;
    right: 1rem;
    height: 3.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1600px) {

  .hp-categories-item-button {
    bottom: 1.25rem;
    right: 1.25rem;
    height: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.hp-categories-item-button {
  transition: all .3s;
  background-color: #fff;
}
.hp-categories-item-button-text {
  display: none;
  padding-right: 2rem;
  font-size: 1.125rem;
  font-weight: 600;
}
@media (min-width: 1024px) {

  .hp-categories-item-button-text {
    display: block;
  }
}
.hp-categories-item-button-text {
  color: #000;
}
@media (min-width: 1024px) {
      .hp-categories-items:hover .hp-categories-item {
    opacity: 0.5;
  }
        .hp-categories-items:hover .hp-categories-item:hover {
    opacity: 1;
          flex-grow: 3;
  }
          .hp-categories-items:hover .hp-categories-item:hover .hp-categories-item-title {
    opacity: 1;
  }
          .hp-categories-items:hover .hp-categories-item:hover .hp-categories-item-button {
    opacity: 1;
  }
  }
.hp-products-desktop-controls, .hp-installations-desktop-controls, .rwtp-swiper-controls {
  position: absolute;
  right: 0px;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  top: -70px;
}
@media (min-width: 1280px) {
.hp-products-desktop-controls,
.hp-installations-desktop-controls,
.rwtp-swiper-controls {
    top: -84px
}
  }
.hp-products-desktop {
  position: relative;
}
.hp-products-desktop-control, .hp-installations-desktop-control, .rwtp-swiper-control {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  width: 32px;
  height: 32px;
  background-color: #F4F4F4;
}
@media (min-width: 1280px) {
.hp-products-desktop-control,
.hp-installations-desktop-control,
.rwtp-swiper-control {
    width: 60px;
    height: 60px
}
  }
.hp-products-desktop-control .svg-icon, .hp-installations-desktop-control .svg-icon, .rwtp-swiper-control .svg-icon {
  height: 1rem;
  width: 1rem;
}
@media (min-width: 1280px) {

  .hp-products-desktop-control .svg-icon, .hp-installations-desktop-control .svg-icon, .rwtp-swiper-control .svg-icon {
    height: 1.5rem;
    width: 1.5rem;
  }
}
.cms-home .page-main {
    margin-top: 0;
  }
.hp-content {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column-reverse;
  gap: 2rem;
}
@media (min-width: 1024px) {

  .hp-content {
    flex-direction: row;
    gap: 2.5rem;
  }
}
.hp-content-image {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
@media (min-width: 1024px) {

  .hp-content-image {
    width: 40%;
  }
}
.hp-content-image img {
  height: auto;
  width: 100%;
}
.hp-content-text {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
@media (min-width: 1024px) {

  .hp-content-text {
    width: 60%;
  }
}
.hp-content-read-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(245 246 244 / var(--tw-bg-opacity));
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
  height: 3rem;
  width: 10rem;
  padding-left: 1.25rem;
  padding-right: 1rem;
  font-size: 0.875rem;
}
@media (min-width: 1024px) {

  .hp-content-read-more {
    height: 4rem;
    width: 16rem;
    padding-left: 2.5rem;
    padding-right: 1.5rem;
    font-size: 1rem;
    margin-left: initial;
    margin-right: initial;
  }
}
h1 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 1.375rem;
  font-weight: 700;
}
@media (min-width: 1024px) {

  h1 {
    text-align: center;
    font-size: 2.0625rem;
  }
}
h2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.375rem;
  font-weight: 300;
}
h3 {
  margin-bottom: 0.5rem;
  font-weight: 400;
}
p {
  padding-bottom: 2rem;
}
.restaurant-installations-image {
  margin-bottom: 2rem;
}
.description-resources {
  max-width: 1024px;
  padding-bottom: 2.5rem;
}
@media (min-width: 1024px) {

  .description-resources {
    padding-bottom: 4rem;
    text-align: center;
  }
}
.contentmanager-content-view p {
    margin-top: 1rem;
}
.contentmanager-content-view .inner-content {
    padding-top: 1rem;
}
.contentmanager-content-view .inner-content > img {
    padding: 1rem 0
}
.contentmanager-content-view .intro {
    border-bottom: 2px solid #e5e7eb;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
.contentmanager-content-view .border-padding {
    border-bottom: 2px solid #e5e7eb;
    padding-bottom: 2rem;
    margin-bottom: 1rem;
}
.contentmanager-content-view .grid .grid-img img {
    margin-left: auto;
    margin-right: auto;
}
.contentmanager-content-view .grid .grid-title {
    text-align: center;
    padding: 1rem 0 0 0;
    font-weight: bold;
    font-size: 1.25rem;
}
.cms-no-route h1.my-0 {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.header-search-input::-webkit-search-cancel-button {
  height: 0.75rem;
  width: 0.75rem;
  -webkit-appearance: none;
          appearance: none;
  background-color: transparent;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8IS0tIENyZWF0b3I6IENvcmVsRFJBVyAyMDIwICg2NC1CaXQpIC0tPg0KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI2NG1tIiBoZWlnaHQ9IjY0bW0iIHZlcnNpb249IjEuMSIgc3R5bGU9InNoYXBlLXJlbmRlcmluZzpnZW9tZXRyaWNQcmVjaXNpb247IHRleHQtcmVuZGVyaW5nOmdlb21ldHJpY1ByZWNpc2lvbjsgaW1hZ2UtcmVuZGVyaW5nOm9wdGltaXplUXVhbGl0eTsgZmlsbC1ydWxlOmV2ZW5vZGQ7IGNsaXAtcnVsZTpldmVub2RkIg0Kdmlld0JveD0iMCAwIDY0MDAgNjQwMCINCiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayINCiB4bWxuczp4b2RtPSJodHRwOi8vd3d3LmNvcmVsLmNvbS9jb3JlbGRyYXcvb2RtLzIwMDMiPg0KIDxkZWZzPg0KICA8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KICAgPCFbQ0RBVEFbDQogICAgLmZpbDAge2ZpbGw6YmxhY2s7ZmlsbC1ydWxlOm5vbnplcm99DQogICBdXT4NCiAgPC9zdHlsZT4NCiA8L2RlZnM+DQogPGcgaWQ9IkxheWVyX3gwMDIwXzEiPg0KICA8bWV0YWRhdGEgaWQ9IkNvcmVsQ29ycElEXzBDb3JlbC1MYXllciIvPg0KICA8cGF0aCBjbGFzcz0iZmlsMCIgZD0iTTU3MTIuNDMgMTIzLjA4bC0yNTEwLjI4IDI1MTAuMTIgLTI1MDkuODcgLTI1MTAuMTJjLTczLjMyLC03NS45MyAtMTc2LjAzLC0xMjMuMDkgLTI4OS43NCwtMTIzLjA5IC0yMjIuMzIsMCAtNDAyLjU0LDE4MC4yMiAtNDAyLjU0LDQwMi41MiAwLDExMy41MSA0Ni45OSwyMTYuMDQgMTIyLjU3LDI4OS4yMmwyNTEwLjM5IDI1MTAuNjMgLTI1MTAuMjggMjUxMC4xMWMtNzIuODgsNzIuODggLTExNy45NywxNzMuNTYgLTExNy45NywyODQuNzkgMCwyMjIuNDMgMTgwLjMzLDQwMi43NCA0MDIuNzcsNDAyLjc0IDExMS4yMywwIDIxMS45MiwtNDUuMDggMjg0LjgsLTExNy45NmwyNTA5Ljg3IC0yNTEwLjUyIDI1MTAuMjggMjUxMC41MmM3Mi44OSw3Mi44OCAxNzMuNTcsMTE3Ljk2IDI4NC44LDExNy45NiAyMjIuNDUsMCA0MDIuNzcsLTE4MC4zMSA0MDIuNzcsLTQwMi43NCAwLC0xMTEuMjMgLTQ1LjA4LC0yMTEuOTEgLTExNy45NywtMjg0Ljc5bC0yNTEwLjI4IC0yNTEwLjExIDI1MTAuMjggLTI1MTAuNTJjNjkuOCwtNzIuMjkgMTEyLjgxLC0xNzAuODMgMTEyLjgxLC0yNzkuNDQgMCwtMjIyLjMxIC0xODAuMjMsLTQwMi41MSAtNDAyLjU1LC00MDIuNTEgLTEwOC44LDAgLTIwNy41Miw0My4xNyAtMjc5Ljk3LDExMy4yOWwwLjExIC0wLjExIDAgMC4wMXoiLz4NCiA8L2c+DQo8L3N2Zz4NCg==");
}
.header-search-container .search-results {
        overflow-y: auto;
        width: calc(100% + 2rem);
        max-height: calc(100vh - 146px);
        margin: 0 -1rem;
        top: 1rem;
    }
@media (min-width: 1024px) {
.header-search-container .search-results {
            width: 100%;
            margin: 0;
            max-height: calc(100vh - 250px)
    }
        }
.opc.checkout-steps {
    padding-left: 1rem;
}
.opc-wrapper .step-title .step-counter {
  display: inline-flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  padding: 0px;
}
.price-including-tax, .price-excluding-tax {
  font-size: 0.875rem;
}
.checkout-index-index h1 {
  margin-top: 0px;
}
.checkout-index-index .page-main {
        margin-top: initial;
    }
.checkout-index-index .page-wrapper {
        padding-top: 0;
    }
.checkout-index-index .page-wrapper .page-header {
            position: initial;
            z-index: 0;
        }
.checkout-index-index .opc-estimated-wrapper {
  display: block;
}
body .checkout-index-index .opc-estimated-wrapper {
    margin-bottom: 0;
}
@media (min-width: 1024px) {

  .checkout-index-index .opc-estimated-wrapper {
    top: 2.5rem;
    display: none;
  }
}
.checkout-index-index .opc-estimated-wrapper {
        top: 2.2rem;
    }
.checkout-index-index .opc-wrapper {
  width: 100%;
}
@media (min-width: 1024px) {

  .checkout-index-index .opc-wrapper {
    width: 66.666667%;
  }

  .checkout-index-index .opc-summary-wrapper .action-close {
    display: none;
  }
}
.checkout-index-index .opc-block-summary .minicart-items-wrapper {
            max-height: none;
        }
.checkout-index-index .field-error,
    .checkout-index-index div.mage-error[generated] {
        font-size: .8rem;
    }
.checkout-index-index .checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary {
        font-size: 1.2rem;
    }
.checkout-index-index form .field {
        margin-top: 0;
        margin-bottom: 0;
    }
.checkout-index-index .message.warning {
        font-size: .8rem;
    }
/* CHANGED BY SHIRAN */
.checkout-index-index .actions-toolbar {
        margin-top: 0;
        padding-top: 0;
        border-top: none;

        display: flex;
        width: 100%;
        position: relative;
        flex-direction: row;
        justify-content: flex-end;
    }
.checkout-index-index .opc-block-summary .product-item .sidebar-product-item-info .item-options dt.label {
        /* margin-right: 30px; */
        margin-right: 5px;
        line-height: 18px;
        font-size: 12px;
    }
.checkout-index-index .opc-block-summary .product-item .sidebar-product-item-info .item-options {
        /* font-size: 14px; */
        font-size: 12px;
    }
.checkout-index-index .opc-block-summary .product-item .sidebar-product-item-info .product-item-cost .price {
        /* font-size: 14px; */
        font-size: 12px;
    }
.checkout-index-index .opc-block-summary .product-item .sidebar-product-item-info .product-item-cost {
        /* font-size: 14px; */
        font-size: 12px;
    }
.checkout-index-index .page-main ul {
        padding-left: 0;
    }
.checkout-index-index .opc.checkout-steps {
        padding-left: 0;
    }
.checkout-index-index .action.primary {
        padding: 15px 15px;
    }
.checkout-index-index select,
    .checkout-index-index textarea {
        background-color: #f3f4f2;
    }
.checkout-index-index .columns {
        padding-left: 0;
        padding-right: 0;
    }
@media (min-width: 768px) {
.checkout-index-index .columns {
            padding-left: 1.5rem;
            padding-right: 1.5rem
    }
        }
.checkout-index-index .billing-address-same-as-shipping-block.field {
        margin: 0 0 20px 5px;
    }
.opc-sidebar .opc-block-summary .table-totals .grand .mark, .opc-sidebar .opc-block-summary .table-totals .grand .amount {
  font-size: 1rem;
}
.opc-sidebar .opc-block-summary .items-in-cart > .title strong {
  font-size: 1rem;
}
.opc-sidebar.custom-slide {
  visibility: hidden;
  position: fixed;
  bottom: 0px;
  right: 0px;
  top: 0px;
  min-width: 0px;
  opacity: 0;
}
@media (min-width: 1024px) {

  .opc-sidebar.custom-slide {
    visibility: visible;
    position: static;
    opacity: 1;
  }
}
.opc-sidebar.custom-slide {
        left: initial;
        transition: visibility 0s .3s, opacity .3s ease;
        z-index: 900;
    }
.opc-sidebar.custom-slide._show {
  visibility: visible;
  opacity: 1;
}
.product-configurator .reset-selection.opc-sidebar.custom-slide._show {
            visibility: visible;
        }
.product-info .reset-selection.opc-sidebar.custom-slide._show, .vue-product-configurator .reset-selection.opc-sidebar.custom-slide._show, .sidebar-modals .reset-selection.opc-sidebar.custom-slide._show {
      visibility: visible;
    }
.opc-sidebar.custom-slide._show {
            transition: opacity .3s ease;
        }
body.checkout-index-index._has-modal-custom .modal-custom-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100vw;
    z-index: 899;
    background-color: rgba(51, 51, 51, 0.55);
}
.modal-custom.opc-sidebar {
  max-width: 480px;
}
@media (min-width: 1024px) {

  .modal-custom.opc-sidebar {
    max-width: none;
  }
}
.modal-custom.opc-sidebar .modal-inner-wrap {
  height: auto;
  min-height: 100%;
}
@media (min-width: 1024px) {

  .modal-custom.opc-sidebar .modal-inner-wrap {
    min-height: 0px;
  }
}
@media screen and (max-width: 1023px) {
        .checkout-index-index .custom-slide {
            left: initial;
            bottom: 0;
            min-width: 0;
            position: fixed;
            right: 0;
            top: 0;
            visibility: hidden;
            opacity: 0;
            transition: visibility 0s .3s, opacity .3s ease;
            width: 100%;
            max-width: 480px;
            z-index: 900;
        }
        .checkout-index-index .custom-slide._show {
    visibility: visible;
    opacity: 1;
  }
.product-configurator .reset-selection.checkout-index-index .custom-slide._show {
            visibility: visible;
        }
.product-info .reset-selection.checkout-index-index .custom-slide._show, .vue-product-configurator .reset-selection.checkout-index-index .custom-slide._show, .sidebar-modals .reset-selection.checkout-index-index .custom-slide._show {
      visibility: visible;
    }
        .checkout-index-index .custom-slide._show {
             -webkit-overflow-scrolling: touch;
             overflow-x: hidden;
             overflow-y: auto;
             transition: opacity .3s ease;
         }
            .checkout-index-index .custom-slide .modal-inner-wrap {
                background-color: #f4f4f4;
                box-sizing: border-box;
                height: auto;
                min-height: 100%;
                padding-top: 20px;
            }
}
@media only screen and (max-width: 767px) {
        .checkout-index-index .custom-slide .modal-inner-wrap {
            padding-top: 20px;
        }
        .checkout-index-index .opc-block-summary .minicart-items-wrapper {
            padding: 0 5px 0 28px;
        }
}
@media only screen and (max-width: 639px) {
        .checkout-index-index .opc-wrapper .form-login,
        .checkout-index-index .opc-wrapper .form-shipping-address,
        .checkout-index-index .opc-wrapper .methods-shipping {
            margin: 20px -15px 0px;
            padding: 20px 15px 0;
        }
}
a.checkout-button, button.checkout-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --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);
    background-color: #EDC932;
    color: #1c1c1c;
    margin-top: 1.5rem;
    height: 3rem;
    width: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1rem;
    outline: 2px solid transparent;
    outline-offset: 2px;
}
@media (min-width: 1024px) {

  a.checkout-button, button.checkout-button {
    height: 4rem;
    font-size: 1.125rem;
    line-height: 1.25rem;
  }
}
a.checkout-button.auto, button.checkout-button.auto {
  margin-left: auto;
  margin-right: auto;
  width: auto;
}
button.checkout-button.auto {
  display: block;
}
body button.checkout-button.auto {
    margin-bottom: 0;
}
.actions-toolbar .primary button {
  --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);
    background-color: #EDC932;
    color: #1c1c1c;
}
.checkout-index-index .page-main {
        position: initial;
    }
.checkout-index-index .page-main .page-title-wrapper {
  width: 100%;
}
@media (min-width: 480px) {

  .checkout-index-index .page-main .page-title-wrapper {
    max-width: 480px;
  }
}
@media (min-width: 640px) {

  .checkout-index-index .page-main .page-title-wrapper {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .checkout-index-index .page-main .page-title-wrapper {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .checkout-index-index .page-main .page-title-wrapper {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .checkout-index-index .page-main .page-title-wrapper {
    max-width: 1280px;
  }
}
@media (min-width: 1600px) {

  .checkout-index-index .page-main .page-title-wrapper {
    max-width: 1600px;
  }
}
@media (min-width: 1024px) {
.breadcrumbs .checkout-index-index .page-main .page-title-wrapper {
            padding-left: 1.5rem;
            padding-right: 1.5rem
    }
        }
.checkout-index-index .page-main .page-title-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.breadcrumbs .checkout-index-index .page-main .page-title-wrapper {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
.checkout-index-index .page-main .page-title-wrapper {
            margin-bottom: 0;
        }
.checkout-index-index .page-main .page-title-wrapper .page-title {
  font-weight: 300;
  text-align: center;
  font-size: 1.375rem;
}
@media (min-width: 1024px) {

  .checkout-index-index .page-main .page-title-wrapper .page-title {
    text-align: left;
    font-size: 2.25rem;
  }
}
.checkout-index-index .page-main .opc-estimated-wrapper {
            top: .7rem;
            right: 15px;
        }
.checkout-index-index .page-main .opc-estimated-wrapper .minicart-wrapper button span {
                        margin-left: 10px;
                        margin-right: 0;
                    }
.checkout-index-index .opc-progress-bar-item:before {
    background-color: #f5f6f4;
}
.checkout-index-index .opc-progress-bar-item > span {
  font-size: 0.75rem;
    color: #646464;
}
@media (min-width: 1024px) {

  .checkout-index-index .opc-progress-bar-item > span {
    font-size: 1rem;
  }
}
.checkout-index-index .opc-progress-bar-item._active:before, .checkout-index-index .opc-progress-bar-item._complete:before {
  border-radius: 9999px;
    background-color: #EDC932;
                height: 9px;
                z-index: 1;
}
.checkout-index-index .opc-progress-bar-item._active > span, .checkout-index-index .opc-progress-bar-item._complete > span {
    color: #1c1c1c;
}
.checkout-index-index .opc-progress-bar-item._complete:before {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
            }
.checkout-index-index .opc-progress-bar-item._active:not(:first-child):before, .checkout-index-index .opc-progress-bar-item._complete:not(:first-child):before {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
            }
.checkout-index-index .opc-progress-bar-item:first-child:before, .checkout-index-index .opc-progress-bar-item:first-child .opc-progress-bar-item-bg {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.checkout-index-index .opc-progress-bar-item:last-child:before, .checkout-index-index .opc-progress-bar-item:last-child .opc-progress-bar-item-bg {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}
.checkout-index-index .opc-progress-bar-item-bg {
  position: absolute;
  display: block;
  width: 100%;
}
body .checkout-index-index .opc-progress-bar-item-bg {
    margin-bottom: 0;
}
.checkout-index-index .opc-progress-bar-item-bg {
    background-color: #f5f6f4;
        height: 9px;
        top: 19px;
        z-index: 0;
}
.checkout-index-index .opc-wrapper .step-title {
  font-size: 0.875rem;
}
@media (min-width: 1024px) {

  .checkout-index-index .opc-wrapper .step-title {
    font-size: 1.375rem;
  }
}
.checkout-index-index .opc-wrapper .step-title .step-counter {
    background-color: #EDC932;
    color: #1c1c1c;
    font-size: 1rem;
}
@media (min-width: 1024px) {

  .checkout-index-index .opc-wrapper .step-title .step-counter {
    font-size: 1.375rem;
  }
}
.checkout-index-index .checkout-payment-method .payment-method-title {
  font-size: 1rem;
  font-weight: 600;
}
.checkout-index-index .checkout-payment-method .payment-method-title._active {
    color: #1c1c1c;
                border-bottom-color: #1C1C1C;
}
.checkout-index-index #customer-email-fieldset label, .checkout-index-index #shipping-new-address-form label, .checkout-index-index #checkout-payment-method-load label {
    color: #1c1c1c;
    font-size: 0.875rem;
}
@media (min-width: 1024px) {

  .checkout-index-index #customer-email-fieldset label, .checkout-index-index #shipping-new-address-form label, .checkout-index-index #checkout-payment-method-load label {
    font-size: 1rem;
  }
}
.checkout-index-index #customer-email-fieldset .input-text, .checkout-index-index #customer-email-fieldset .select, .checkout-index-index #shipping-new-address-form .input-text, .checkout-index-index #shipping-new-address-form .select, .checkout-index-index #checkout-payment-method-load .input-text, .checkout-index-index #checkout-payment-method-load .select {
  height: 3rem;
    background-color: #f5f6f4;
            border-radius: 10px;
}
.checkout-index-index #customer-email-fieldset textarea, .checkout-index-index #shipping-new-address-form textarea, .checkout-index-index #checkout-payment-method-load textarea {
            border-radius: 10px;
        }
.checkout-index-index .opc-wrapper .actions-toolbar .primary {
  width: 100%;
}
@media (min-width: 1024px) {

  .checkout-index-index .opc-wrapper .actions-toolbar .primary {
    width: auto;
  }
}
.checkout-index-index .opc-wrapper .actions-toolbar .primary {
        float: none;
    }
.checkout-index-index .opc-wrapper .actions-toolbar .primary .action {
        margin: 0;
    }
.checkout-index-index .opc-block-summary {
        background-color: transparent;
    }
.checkout-index-index .items-in-cart {
    background-color: #f5f6f4;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
}
.checkout-index-index .table-totals {
    background-color: #f5f6f4;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
}
.checkout-index-index .opc-block-summary-bottom {
    background-color: #f5f6f4;
    color: #1c1c1c;
        border-radius: 10px;
        margin-top: 10px;
}
@media only screen and (max-width: 480px) {
                    .checkout-index-index .page-main .opc-estimated-wrapper .minicart-wrapper button {
                        font-size:12px;
                    }
                        .checkout-index-index .page-main .opc-estimated-wrapper .minicart-wrapper button span {
                            margin-left: 5px;
                        }
}
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}
.opc-wrapper .step-calc-shipping-form .checkout-button {
  margin-left: auto;
  margin-right: auto;
  width: auto;
}
.opc-wrapper .step-calc-shipping-image-wrapper {
        position: relative;
        width: 185px;
        height: 75px;
        margin: 0 auto 34px
    }
.opc-wrapper .step-calc-shipping-image-icon {
        width: 33px;
        height: 20px;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        background: url('../images/shipping-icon.svg') no-repeat center;
        background-size: cover;
        z-index: 2;
    }
.opc-wrapper .step-calc-shipping-image-success {
        background: url('../images/shipping-icon.svg') no-repeat center;
        background-size: cover;
        width: 78px;
        height: 49px;
        margin: 0 auto 20px
    }
.opc-wrapper .step-calc-shipping-image {
        width: 185px;
        height: 75px;
        background: url('../images/shipping-progress.gif') no-repeat center;
        -webkit-animation: none;
        animation: none;
        background-size: contain;
    }
.checkout-button, .actions-toolbar .primary button.checkout-button {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  font-weight: 600;
}
@media (min-width: 1024px) {

  .checkout-button, .actions-toolbar .primary button.checkout-button {
    width: auto;
    font-size: 1.125rem;
        min-width: 332px;
        height: 70px;
  }
}
.checkout-button:hover, .actions-toolbar .primary button.checkout-button:hover {
    background-color: #EDC932;
    color: #1c1c1c;
}
.checkout-button:focus, .actions-toolbar .primary button.checkout-button:focus {
        outline: none;
        box-shadow: none;
    }
.about-us-top {
  position: relative;
  height: 0px;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  padding-bottom: 55.555555%;
}
@media (min-width: 1024px) {

  .about-us-top {
    margin-left: 0px;
    margin-right: 0px;
    padding-bottom: 40%;
  }
}
.about-us-top-img {
  position: absolute;
  min-height: 100%;
  width: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {

  .about-us-top-img.mobile {
    display: none;
  }
}
.about-us-top-img.desktop {
  display: none;
}
@media (min-width: 1024px) {

  .about-us-top-img.desktop {
    display: block;
  }
}
.about-us-top-title {
  position: absolute;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  top: 50%;
  left: 50%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  font-size: 1.4375rem;
}
@media (min-width: 1024px) {

  .about-us-top-title {
    font-size: 3.125rem;
  }
}
.about-us-top-title {
  text-shadow: 0 0 6px #000000C7;
}
.about-us-desc {
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 1024px) {

  .about-us-desc {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.about-us-desc-title {
  font-weight: 300;
  padding-bottom: 0.75rem;
  font-size: 1rem;
}
@media (min-width: 1024px) {

  .about-us-desc-title {
    padding-bottom: 1.5rem;
    font-size: 2.25rem;
  }
}
.about-us-desc-text {
  font-size: 0.875rem;
}
@media (min-width: 1024px) {

  .about-us-desc-text {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 1.125rem;
  }
}
.about-us-desc-text {
  max-width: 1024px;
}
.about-us-images {
  display: grid;
}
.contentmanager-content-view .about-us-images .grid-img img {
    margin-left: auto;
    margin-right: auto;
}
.contentmanager-content-view .about-us-images .grid-title {
    text-align: center;
    padding: 1rem 0 0 0;
    font-weight: bold;
    font-size: 1.25rem;
}
.about-us-images {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
}
@media (min-width: 1024px) {

  .about-us-images {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
  }
}
.about-us-img {
  width: 100%;
}
.about-us-content {
  display: flex;
  width: 100%;
  flex-direction: column;
}
@media (min-width: 1024px) {

  .about-us-content {
    row-gap: 8rem;
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.about-us-content-item {
  display: flex;
  width: 100%;
  flex-direction: column;
}
@media (min-width: 1024px) {

  .about-us-content-item {
    flex-direction: row;
  }
}
.about-us-content-item-image-container {
  position: relative;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  padding-top: 2rem;
}
@media (min-width: 1024px) {

  .about-us-content-item-image-container {
    margin-left: 0px;
    margin-right: 0px;
    display: flex;
    width: 50%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 0px;
  }
}
.about-us-content-item-image {
  position: relative;
  height: 0px;
  width: 100%;
  padding-bottom: 70%;
  background-color: #F5F6F4;
}
.about-us-content-item-img {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  left: 50%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.about-us-content-item-info {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
@media (min-width: 1024px) {

  .about-us-content-item-info {
    width: 50%;
    align-items: flex-start;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: left;
  }
}
.about-us-content-item-info {
  padding-top:3.25rem;
}
@media (min-width: 1024px) {

  .about-us-content-item.reverse {
    flex-direction: row-reverse;
  }

  .about-us-content-item.reverse .about-us-content-item-info {
    align-items: flex-end;
  }
}
.about-us-content-item-title {
  font-weight: 300;
  padding-bottom: 0.75rem;
  font-size: 1rem;
}
@media (min-width: 1024px) {

  .about-us-content-item-title {
    width: 81.25%;
    padding-bottom: 2rem;
    font-size: 2.25rem;
  }
}
.about-us-content-item-text {
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.1875rem;
}
@media (min-width: 1024px) {

  .about-us-content-item-text {
    width: 81.25%;
    font-size: 1.125rem;
    line-height: 1.9375rem;
  }
}
.table-bases-container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.contentmanager-content-view .table-bases-container .grid-img img {
    margin-left: auto;
    margin-right: auto;
}
.contentmanager-content-view .table-bases-container .grid-title {
    text-align: center;
    padding: 1rem 0 0 0;
    font-weight: bold;
    font-size: 1.25rem;
}
@media (min-width: 1024px) {

  .table-bases-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4rem;
  }
}
.table-bases {
  font-size: 0.75rem;
}
@media (min-width: 1024px) {

  .table-bases {
    font-size: 1rem;
  }
}
.table-bases {
    border-collapse: collapse;
    line-height: 1;
}
.table-bases th {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
    background-color: #1C1C1C;
}
.table-bases th:first-child {
  border-right-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.table-bases tr:first-child td {
  width: 33.333333%;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
    border-color: #1C1C1C;
}
.table-bases tr:nth-child(2) td {
  padding-top: 1rem;
}
.table-bases td {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-align: center;
}
.table-bases td:first-child {
  border-right-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
    border-color: #1C1C1C;
}
.table-bases td small {
  font-size: 0.625rem;
}
@media (min-width: 1024px) {

  .table-bases td small {
    font-size: 0.875rem;
  }
}
.table-bases .col-img {
  display: flex;
  height: 2.25rem;
  align-items: center;
  justify-content: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.table-bases .col-img svg {
  -o-object-fit: contain;
     object-fit: contain;
}
.table-bases .col-name {
  padding-top: 0.5rem;
  font-weight: 700;
}
.display-none-important {
  display: none !important;
}
.product-info .bottom-section, .vue-product-configurator .bottom-section, .sidebar-modals .bottom-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 15px;
  }
.product-info .bottom-section .price-container, .vue-product-configurator .bottom-section .price-container, .sidebar-modals .bottom-section .price-container {
      width: 100%;
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: 1fr;
      gap: 0 20px;
      grid-template-areas: ". .";
    }
.product-info .bottom-section .price-wrapper, .vue-product-configurator .bottom-section .price-wrapper, .sidebar-modals .bottom-section .price-wrapper {
      text-align: right;
      font-size: 16px;
      font-weight: 600;
      display: flex;
      justify-content: flex-end;
      align-items: center;
    }
@media (min-width: 1024px) {
.product-info .bottom-section .price-wrapper, .vue-product-configurator .bottom-section .price-wrapper, .sidebar-modals .bottom-section .price-wrapper {
        font-size: 21px
    }
      }
.product-info .bottom-section .qty-wrapper, .vue-product-configurator .bottom-section .qty-wrapper, .sidebar-modals .bottom-section .qty-wrapper {
      display: flex;
      align-items: center;
    }
.product-info .bottom-section .qty-wrapper label, .vue-product-configurator .bottom-section .qty-wrapper label, .sidebar-modals .bottom-section .qty-wrapper label {
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 700;
        margin-right: 34px;
        margin-bottom: 0;
      }
@media (min-width: 1024px) {
.product-info .bottom-section .qty-wrapper label, .vue-product-configurator .bottom-section .qty-wrapper label, .sidebar-modals .bottom-section .qty-wrapper label {
          font-size: 14px
      }
        }
.product-info .bottom-section .qty-wrapper input, .vue-product-configurator .bottom-section .qty-wrapper input, .sidebar-modals .bottom-section .qty-wrapper input {
        border: none;
        font-size: 12px;
        text-align: center;
        background: #F5F6F4;
        height: 38px;
        width: 48px;
        border-radius: 10px;
      }
@media (min-width: 1024px) {
.product-info .bottom-section .qty-wrapper input, .vue-product-configurator .bottom-section .qty-wrapper input, .sidebar-modals .bottom-section .qty-wrapper input {
          font-size: 14px
      }
        }
@media (min-width: 1280px) {
.product-info .bottom-section .qty-wrapper input, .vue-product-configurator .bottom-section .qty-wrapper input, .sidebar-modals .bottom-section .qty-wrapper input {
          width: 72px
      }
        }
.product-info .bottom-section .configurator-price-error, .vue-product-configurator .bottom-section .configurator-price-error, .sidebar-modals .bottom-section .configurator-price-error {
      margin-top: 15px;
      font-size: 14px;
      color: #D2081E;
    }
.product-info .bottom-section .box--text-why, .vue-product-configurator .bottom-section .box--text-why, .sidebar-modals .bottom-section .box--text-why {
      margin-top: 15px;
    }
.product-info .bottom-section .actions-wrapper, .vue-product-configurator .bottom-section .actions-wrapper, .sidebar-modals .bottom-section .actions-wrapper {
      width: 100%;
      margin-top: 15px;
    }
.product-info .bottom-section .actions-wrapper .btn, .vue-product-configurator .bottom-section .actions-wrapper .btn, .sidebar-modals .bottom-section .actions-wrapper .btn {
        border-radius: 9999px;
        box-shadow: none;
        background: #EDC932;
        color: #1c1c1c;
        width: 100%;
        justify-content: center;
        padding: 0.75rem 0;
        font-size: 1rem;
      }
@media (min-width: 1024px) {
.product-info .bottom-section .actions-wrapper .btn, .vue-product-configurator .bottom-section .actions-wrapper .btn, .sidebar-modals .bottom-section .actions-wrapper .btn {
          font-size: 1.25rem;
          padding: 1.75rem 0;
          line-height: 1
      }
        }
.product-info .reset-selection, .vue-product-configurator .reset-selection, .sidebar-modals .reset-selection {
    display: block;
    margin-top: 20px;
    text-decoration: underline;
    visibility: hidden;
  }
.product-info .reset-selection.visible, .vue-product-configurator .reset-selection.visible, .sidebar-modals .reset-selection.visible {
      visibility: visible;
    }
.product-info .accordions-list, .vue-product-configurator .accordions-list, .sidebar-modals .accordions-list {
    position: relative;
  }
.product-info .accordions-list .accordion-overlay, .vue-product-configurator .accordions-list .accordion-overlay, .sidebar-modals .accordions-list .accordion-overlay {
      display: none;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background: #fff;
      opacity: 0.6;
    }
.product-info .accordions-list .accordion-overlay.active, .vue-product-configurator .accordions-list .accordion-overlay.active, .sidebar-modals .accordions-list .accordion-overlay.active {
        display: block;
      }
.product-info .accordion-item, .vue-product-configurator .accordion-item, .sidebar-modals .accordion-item {
    padding: 20px;
    background: #F5F6F4;
    margin-top: 15px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    border-radius: 15px;
  }
.product-info .accordion-item:first-child, .vue-product-configurator .accordion-item:first-child, .sidebar-modals .accordion-item:first-child {
      margin-top: 0;
    }
.product-info .accordion-item .accordion-item-title, .vue-product-configurator .accordion-item .accordion-item-title, .sidebar-modals .accordion-item .accordion-item-title {
      font-size: 14px;
      font-weight: bold;
      text-transform: uppercase;
    }
.product-info .accordion-item .accordion-header, .vue-product-configurator .accordion-item .accordion-header, .sidebar-modals .accordion-item .accordion-header {
      position: relative;
      width: 100%;
      line-height: 20px;
    }
/*
      &:after {
        content: '\e904';
        font-family: 'rf';
        height: 14px;
        font-size: 14px;
        line-height: 1;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
      }
*/
.product-info .accordion-item .accordion-header .selected-options, .vue-product-configurator .accordion-item .accordion-header .selected-options, .sidebar-modals .accordion-item .accordion-header .selected-options {
        margin-top: 2px;
        padding-right: 20px;
        font-size: 14px;
      }
.product-info .accordion-item .accordion-header .selected-options.with-color, .vue-product-configurator .accordion-item .accordion-header .selected-options.with-color, .sidebar-modals .accordion-item .accordion-header .selected-options.with-color {
          padding-right: 80px;
        }
.product-info .accordion-item .accordion-header .accordion-options:after, .vue-product-configurator .accordion-item .accordion-header .accordion-options:after, .sidebar-modals .accordion-item .accordion-header .accordion-options:after {
          content: ',';
          display: inline;
        }
.product-info .accordion-item .accordion-header .accordion-options:last-of-type:after, .vue-product-configurator .accordion-item .accordion-header .accordion-options:last-of-type:after, .sidebar-modals .accordion-item .accordion-header .accordion-options:last-of-type:after {
            display: none;
          }
.product-info .accordion-item .accordion-header .accordion-image-wrapper, .vue-product-configurator .accordion-item .accordion-header .accordion-image-wrapper, .sidebar-modals .accordion-item .accordion-header .accordion-image-wrapper {
        width: 39px;
        height: 39px;
        position: absolute;
        right: 10px;
        top: 0;
        bottom: 0;
        margin: auto;
        border: 4px solid #fff;
        border-radius: 50%;
      }
@media (min-width: 1024px) {
.product-info .accordion-item .accordion-header .accordion-image-wrapper, .vue-product-configurator .accordion-item .accordion-header .accordion-image-wrapper, .sidebar-modals .accordion-item .accordion-header .accordion-image-wrapper {
          width: 43px;
          height: 43px
      }
        }
@media (min-width: 1280px) {
.product-info .accordion-item .accordion-header .accordion-image-wrapper, .vue-product-configurator .accordion-item .accordion-header .accordion-image-wrapper, .sidebar-modals .accordion-item .accordion-header .accordion-image-wrapper {
          right: 30px
      }
        }
.product-info .accordion-item .accordion-header .accordion-color, .vue-product-configurator .accordion-item .accordion-header .accordion-color, .sidebar-modals .accordion-item .accordion-header .accordion-color {
        width: 31px;
        height: 31px;
        margin: auto 0;
        border-radius: 50%;
      }
@media (min-width: 1024px) {
.product-info .accordion-item .accordion-header .accordion-color, .vue-product-configurator .accordion-item .accordion-header .accordion-color, .sidebar-modals .accordion-item .accordion-header .accordion-color {
          width: 35px;
          height: 35px
      }
        }
.product-info .accordion-item .svg-icon, .vue-product-configurator .accordion-item .svg-icon, .sidebar-modals .accordion-item .svg-icon {
      width: 16px;
      height: 16px;
    }
@media (min-width: 1024px) {
.product-info .accordion-item .svg-icon, .vue-product-configurator .accordion-item .svg-icon, .sidebar-modals .accordion-item .svg-icon {
        width: 24px;
        height: 24px
    }
      }
.product-info .control-sidebar-wrapper, .vue-product-configurator .control-sidebar-wrapper, .sidebar-modals .control-sidebar-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 100%;
    z-index: -9999;
    opacity: 0;
    background: rgba(0, 0, 0, 0.62);
  }
.product-info .control-sidebar-wrapper .control-sidebar-block, .vue-product-configurator .control-sidebar-wrapper .control-sidebar-block, .sidebar-modals .control-sidebar-wrapper .control-sidebar-block {
      max-width: 480px;
      width: 100%;
      border-left: 1px solid #D0D0D0;
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      display: flex;
      flex-direction: column;
      transform: translateX(100%);
      transition: transform ease-in-out 0.2s;
    }
.product-info .control-sidebar-wrapper.active, .vue-product-configurator .control-sidebar-wrapper.active, .sidebar-modals .control-sidebar-wrapper.active {
      right: 0;
      z-index: 50;
      opacity: 1;
    }
.product-info .control-sidebar-wrapper.active .control-sidebar-block, .vue-product-configurator .control-sidebar-wrapper.active .control-sidebar-block, .sidebar-modals .control-sidebar-wrapper.active .control-sidebar-block {
        transform: translateX(0%);
      }
.product-info .control-sidebar-wrapper .control-sidebar-header, .vue-product-configurator .control-sidebar-wrapper .control-sidebar-header, .sidebar-modals .control-sidebar-wrapper .control-sidebar-header {
      border-bottom: 1px solid #D0D0D0;
      padding: 1rem .75rem;
      position: relative;
      background: #fff;
    }
@media (min-width: 1024px) {
.product-info .control-sidebar-wrapper .control-sidebar-header, .vue-product-configurator .control-sidebar-wrapper .control-sidebar-header, .sidebar-modals .control-sidebar-wrapper .control-sidebar-header {
        padding: 3rem 3rem 2rem
    }
      }
.product-info .control-sidebar-wrapper .control-sidebar-header .control-sidebar-title, .vue-product-configurator .control-sidebar-wrapper .control-sidebar-header .control-sidebar-title, .sidebar-modals .control-sidebar-wrapper .control-sidebar-header .control-sidebar-title {
        font-weight: 600;
        font-size: 20px;
      }
.product-info .control-sidebar-wrapper .control-sidebar-header .control-sidebar-close-button, .vue-product-configurator .control-sidebar-wrapper .control-sidebar-header .control-sidebar-close-button, .sidebar-modals .control-sidebar-wrapper .control-sidebar-header .control-sidebar-close-button {
        position: absolute;
        top: 1rem;
        right: .75rem;
        cursor: pointer;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background-color: #F5F6F4;
        display: flex;
        justify-content: center;
        align-items: center;

      }
@media (min-width: 1024px) {
.product-info .control-sidebar-wrapper .control-sidebar-header .control-sidebar-close-button, .vue-product-configurator .control-sidebar-wrapper .control-sidebar-header .control-sidebar-close-button, .sidebar-modals .control-sidebar-wrapper .control-sidebar-header .control-sidebar-close-button {
          top: 1.9rem;
          right: 1.299rem;
          width: 40px;
          height: 40px

      }
        }
.product-info .control-sidebar-wrapper .control-sidebar-header .control-sidebar-close-button .svg-icon, .vue-product-configurator .control-sidebar-wrapper .control-sidebar-header .control-sidebar-close-button .svg-icon, .sidebar-modals .control-sidebar-wrapper .control-sidebar-header .control-sidebar-close-button .svg-icon {
          width: 8px;
          height: 8px;
        }
@media (min-width: 1024px) {
.product-info .control-sidebar-wrapper .control-sidebar-header .control-sidebar-close-button .svg-icon, .vue-product-configurator .control-sidebar-wrapper .control-sidebar-header .control-sidebar-close-button .svg-icon, .sidebar-modals .control-sidebar-wrapper .control-sidebar-header .control-sidebar-close-button .svg-icon {
            width: 14px;
            height: 14px
        }
          }
.product-info .control-sidebar-wrapper .control-sidebar, .vue-product-configurator .control-sidebar-wrapper .control-sidebar, .sidebar-modals .control-sidebar-wrapper .control-sidebar {
      background-color: #fff;
      overflow: auto;
      flex: 1;
      padding-bottom: 40px;
    }
.product-info .control-sidebar-wrapper .control-sidebar.with-tabs, .vue-product-configurator .control-sidebar-wrapper .control-sidebar.with-tabs, .sidebar-modals .control-sidebar-wrapper .control-sidebar.with-tabs {
        padding-bottom: 0;
        display: flex;
        flex-direction: column;
      }
.product-info .control-sidebar-wrapper .control-item, .vue-product-configurator .control-sidebar-wrapper .control-item, .sidebar-modals .control-sidebar-wrapper .control-item {
      padding: 0 0.5rem;
      margin-top: 20px;
    }
@media (min-width: 480px) {
.product-info .control-sidebar-wrapper .control-item, .vue-product-configurator .control-sidebar-wrapper .control-item, .sidebar-modals .control-sidebar-wrapper .control-item {
        padding: 0 1rem
    }
      }
@media (min-width: 1024px) {
.product-info .control-sidebar-wrapper .control-item, .vue-product-configurator .control-sidebar-wrapper .control-item, .sidebar-modals .control-sidebar-wrapper .control-item {
        padding: 0 3rem
    }
      }
.product-info .control-sidebar-wrapper .control-item .control-title, .vue-product-configurator .control-sidebar-wrapper .control-item .control-title, .sidebar-modals .control-sidebar-wrapper .control-item .control-title {
        font-size: 15px;
        margin-bottom: 10px;
      }
.product-info .control-sidebar-wrapper .control-item .radio-group, .vue-product-configurator .control-sidebar-wrapper .control-item .radio-group, .sidebar-modals .control-sidebar-wrapper .control-item .radio-group {
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
      }
.product-info .control-sidebar-wrapper .control-item .radio-group label, .vue-product-configurator .control-sidebar-wrapper .control-item .radio-group label, .sidebar-modals .control-sidebar-wrapper .control-item .radio-group label {
          font-size: 15px;
          display: block;
          cursor: pointer;
          margin-right: 0;
        }
.product-info .control-sidebar-wrapper .control-item .radio-group label .radio-image-wrapper, .vue-product-configurator .control-sidebar-wrapper .control-item .radio-group label .radio-image-wrapper, .sidebar-modals .control-sidebar-wrapper .control-item .radio-group label .radio-image-wrapper {
            border: 2px solid transparent;
          }
.product-info .control-sidebar-wrapper .control-item .radio-group label .radio-image-control, .vue-product-configurator .control-sidebar-wrapper .control-item .radio-group label .radio-image-control, .sidebar-modals .control-sidebar-wrapper .control-item .radio-group label .radio-image-control {
            background-color: #fff;
            background-repeat: no-repeat;
            background-position: center;
            position: relative;
            overflow: hidden;
          }
.product-info .control-sidebar-wrapper .control-item .radio-group label .radio-image-control img, .vue-product-configurator .control-sidebar-wrapper .control-item .radio-group label .radio-image-control img, .sidebar-modals .control-sidebar-wrapper .control-item .radio-group label .radio-image-control img {
              position: absolute;
              left: 0;
              top: 0;
              min-width: 100%;
              min-height: 100%;
            }
.product-info .control-sidebar-wrapper .control-item .radio-group label .radio-title, .vue-product-configurator .control-sidebar-wrapper .control-item .radio-group label .radio-title, .sidebar-modals .control-sidebar-wrapper .control-item .radio-group label .radio-title {
            margin-top: 10px;
            text-align: center;
            font-size: 15px;
          }
.product-info .control-sidebar-wrapper .control-item .input-item input, .vue-product-configurator .control-sidebar-wrapper .control-item .input-item input, .sidebar-modals .control-sidebar-wrapper .control-item .input-item input {
          font-size: 15px;
          width: 100%;
          border: 1px solid #F0F0F0;
          height: 48px;
          padding: 0 10px;
        }
.product-info .control-sidebar-wrapper .control-item .input-item input:focus, .vue-product-configurator .control-sidebar-wrapper .control-item .input-item input:focus, .sidebar-modals .control-sidebar-wrapper .control-item .input-item input:focus {

          }
.product-info .control-sidebar-wrapper .control-item .input-item input:focus-visible, .vue-product-configurator .control-sidebar-wrapper .control-item .input-item input:focus-visible, .sidebar-modals .control-sidebar-wrapper .control-item .input-item input:focus-visible {
            outline: none;
          }
.product-info .control-sidebar-wrapper .control-item input[type="radio"], .vue-product-configurator .control-sidebar-wrapper .control-item input[type="radio"], .sidebar-modals .control-sidebar-wrapper .control-item input[type="radio"] {
        display: none;
      }
.product-info .control-sidebar-wrapper .control-item input[type="radio"]:checked + label .radio-image-wrapper, .vue-product-configurator .control-sidebar-wrapper .control-item input[type="radio"]:checked + label .radio-image-wrapper, .sidebar-modals .control-sidebar-wrapper .control-item input[type="radio"]:checked + label .radio-image-wrapper {
            border: 2px solid #000;
          }
.product-info .control-sidebar-wrapper .control-item select, .vue-product-configurator .control-sidebar-wrapper .control-item select, .sidebar-modals .control-sidebar-wrapper .control-item select {
        border: 1px solid #F0F0F0;
        font-size: 15px;
        height: 48px;
        width: 100%;
      }
.product-info .control-sidebar-wrapper .control-item select:focus, .vue-product-configurator .control-sidebar-wrapper .control-item select:focus, .sidebar-modals .control-sidebar-wrapper .control-item select:focus {

        }
.product-info .control-sidebar-wrapper .control-item select:focus-visible, .vue-product-configurator .control-sidebar-wrapper .control-item select:focus-visible, .sidebar-modals .control-sidebar-wrapper .control-item select:focus-visible {
          outline: none;
        }
.product-info .control-sidebar-wrapper .control-item .error select,
        .product-info .control-sidebar-wrapper .control-item .error input,
        .vue-product-configurator .control-sidebar-wrapper .control-item .error select,
        .vue-product-configurator .control-sidebar-wrapper .control-item .error input,
        .sidebar-modals .control-sidebar-wrapper .control-item .error select,
        .sidebar-modals .control-sidebar-wrapper .control-item .error input {
          border-color: #D2081E;
        }
.product-info .control-sidebar-wrapper .control-item:not(.cols-1):not(.cols-2) .radio-group .radio-item, .vue-product-configurator .control-sidebar-wrapper .control-item:not(.cols-1):not(.cols-2) .radio-group .radio-item, .sidebar-modals .control-sidebar-wrapper .control-item:not(.cols-1):not(.cols-2) .radio-group .radio-item {
            width: 33.3333%;
          }
@media (min-width: 480px) {
.product-info .control-sidebar-wrapper .control-item:not(.cols-1):not(.cols-2) .radio-group .radio-item, .vue-product-configurator .control-sidebar-wrapper .control-item:not(.cols-1):not(.cols-2) .radio-group .radio-item, .sidebar-modals .control-sidebar-wrapper .control-item:not(.cols-1):not(.cols-2) .radio-group .radio-item {
              width: 25%
          }
            }
.product-info .control-sidebar-wrapper .control-item:not(.cols-1):not(.cols-2) .radio-group label, .vue-product-configurator .control-sidebar-wrapper .control-item:not(.cols-1):not(.cols-2) .radio-group label, .sidebar-modals .control-sidebar-wrapper .control-item:not(.cols-1):not(.cols-2) .radio-group label {
            padding: 5px;
          }
.product-info .control-sidebar-wrapper .control-item:not(.cols-1):not(.cols-2) .radio-group label .radio-image-wrapper, .vue-product-configurator .control-sidebar-wrapper .control-item:not(.cols-1):not(.cols-2) .radio-group label .radio-image-wrapper, .sidebar-modals .control-sidebar-wrapper .control-item:not(.cols-1):not(.cols-2) .radio-group label .radio-image-wrapper {
              width: 92px;
              border-radius: 50%;
              padding: 4px;
              margin: 0 auto;
            }
.product-info .control-sidebar-wrapper .control-item:not(.cols-1):not(.cols-2) .radio-group label .radio-image-control, .vue-product-configurator .control-sidebar-wrapper .control-item:not(.cols-1):not(.cols-2) .radio-group label .radio-image-control, .sidebar-modals .control-sidebar-wrapper .control-item:not(.cols-1):not(.cols-2) .radio-group label .radio-image-control {
              width: 80px;
              height: 80px;
              border-radius: 50%;
              overflow: hidden;
            }
.product-info .control-sidebar-wrapper .control-item.cols-1 .radio-image-control, .vue-product-configurator .control-sidebar-wrapper .control-item.cols-1 .radio-image-control, .sidebar-modals .control-sidebar-wrapper .control-item.cols-1 .radio-image-control {
          min-height: 150px;
        }
.product-info .control-sidebar-wrapper .control-item.cols-1 .radio-group, .vue-product-configurator .control-sidebar-wrapper .control-item.cols-1 .radio-group, .sidebar-modals .control-sidebar-wrapper .control-item.cols-1 .radio-group {
          display: block;
        }
.product-info .control-sidebar-wrapper .control-item.cols-1 .radio-item, .vue-product-configurator .control-sidebar-wrapper .control-item.cols-1 .radio-item, .sidebar-modals .control-sidebar-wrapper .control-item.cols-1 .radio-item {
          width: 100%;
        }
.product-info .control-sidebar-wrapper .control-item.cols-1 .radio-item label .radio-image-control, .vue-product-configurator .control-sidebar-wrapper .control-item.cols-1 .radio-item label .radio-image-control, .sidebar-modals .control-sidebar-wrapper .control-item.cols-1 .radio-item label .radio-image-control {
              width: 100%;
              padding-bottom: 30%;
              border-radius: 0;
            }
.product-info .control-sidebar-wrapper .control-item.cols-2 .radio-item, .vue-product-configurator .control-sidebar-wrapper .control-item.cols-2 .radio-item, .sidebar-modals .control-sidebar-wrapper .control-item.cols-2 .radio-item {
          width: 50%;
          padding: 0 10px;
        }
.product-info .control-sidebar-wrapper .control-item.cols-2 .radio-image-control, .vue-product-configurator .control-sidebar-wrapper .control-item.cols-2 .radio-image-control, .sidebar-modals .control-sidebar-wrapper .control-item.cols-2 .radio-image-control {
          padding-bottom: 100%;
        }
.product-info .control-sidebar-wrapper .control-item .control-images, .vue-product-configurator .control-sidebar-wrapper .control-item .control-images, .sidebar-modals .control-sidebar-wrapper .control-item .control-images {
        padding: 30px 0 20px 0;
      }
.product-info .control-sidebar-wrapper .control-item .control-images .control-images-item, .vue-product-configurator .control-sidebar-wrapper .control-item .control-images .control-images-item, .sidebar-modals .control-sidebar-wrapper .control-item .control-images .control-images-item {
          margin-top: 20px;
          text-align: center;
        }
.product-info .control-sidebar-wrapper .control-item .control-images .control-images-item:first-child, .vue-product-configurator .control-sidebar-wrapper .control-item .control-images .control-images-item:first-child, .sidebar-modals .control-sidebar-wrapper .control-item .control-images .control-images-item:first-child {
            margin-top: 0;
          }
.product-info .control-sidebar-wrapper .control-item .control-images .control-images-item img, .vue-product-configurator .control-sidebar-wrapper .control-item .control-images .control-images-item img, .sidebar-modals .control-sidebar-wrapper .control-item .control-images .control-images-item img {
            display: inline-block;
          }
.product-info .control-sidebar-wrapper .control-item.cols-1 .radio-item, .product-info .control-sidebar-wrapper .control-item.cols-2 .radio-item, .vue-product-configurator .control-sidebar-wrapper .control-item.cols-1 .radio-item, .vue-product-configurator .control-sidebar-wrapper .control-item.cols-2 .radio-item, .sidebar-modals .control-sidebar-wrapper .control-item.cols-1 .radio-item, .sidebar-modals .control-sidebar-wrapper .control-item.cols-2 .radio-item {
          margin-bottom: 1.75rem;
        }
.product-info .control-sidebar-wrapper .control-item.cols-1 .radio-group label .radio-image-control img, .product-info .control-sidebar-wrapper .control-item.cols-2 .radio-group label .radio-image-control img, .vue-product-configurator .control-sidebar-wrapper .control-item.cols-1 .radio-group label .radio-image-control img, .vue-product-configurator .control-sidebar-wrapper .control-item.cols-2 .radio-group label .radio-image-control img, .sidebar-modals .control-sidebar-wrapper .control-item.cols-1 .radio-group label .radio-image-control img, .sidebar-modals .control-sidebar-wrapper .control-item.cols-2 .radio-group label .radio-image-control img {
              min-width: auto;
              min-height: auto;
              right: 0;
              bottom: 0;
              margin: auto;
              max-height: 100%;
            }
.product-info .control-sidebar-wrapper .control-item.tabs, .vue-product-configurator .control-sidebar-wrapper .control-item.tabs, .sidebar-modals .control-sidebar-wrapper .control-item.tabs {
        z-index: 1;
        width: 100%;
        padding: 0;
        margin-top: 0;
      }
.product-info .control-sidebar-wrapper .control-item.under-tabs, .vue-product-configurator .control-sidebar-wrapper .control-item.under-tabs, .sidebar-modals .control-sidebar-wrapper .control-item.under-tabs {
        padding-top: 20px;
        margin-top: 0;
        overflow-y: auto;
      }
.product-info .control-sidebar-footer, .vue-product-configurator .control-sidebar-footer, .sidebar-modals .control-sidebar-footer {
    background: #fff;
    border-top: 1px solid #D0D0D0;
    width: 100%;
    padding: 1.125rem .75rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
@media (min-width: 1024px) {
.product-info .control-sidebar-footer, .vue-product-configurator .control-sidebar-footer, .sidebar-modals .control-sidebar-footer {
      padding: 1.125rem 3rem
  }
    }
.product-info .control-sidebar-footer .control-sidebar-selected-info, .vue-product-configurator .control-sidebar-footer .control-sidebar-selected-info, .sidebar-modals .control-sidebar-footer .control-sidebar-selected-info {
      width: 100%;
      margin-bottom: 1rem;
      font-weight: normal;
      font-size: .75rem;
    }
@media (min-width: 1024px) {
.product-info .control-sidebar-footer .control-sidebar-selected-info, .vue-product-configurator .control-sidebar-footer .control-sidebar-selected-info, .sidebar-modals .control-sidebar-footer .control-sidebar-selected-info {
        font-size: .875rem
    }
      }
.product-info .control-sidebar-footer .control-sidebar-footer-buttons, .vue-product-configurator .control-sidebar-footer .control-sidebar-footer-buttons, .sidebar-modals .control-sidebar-footer .control-sidebar-footer-buttons {
      display: flex;
      justify-content: space-between;
      flex-wrap: nowrap;
      gap: 10px;
      width: 100%;
      position: relative;
    }
.product-info .control-sidebar-footer .btn, .vue-product-configurator .control-sidebar-footer .btn, .sidebar-modals .control-sidebar-footer .btn {
      padding-top: 0.864rem;
      padding-bottom: 0.926rem;
      width: 100%;
      background: #EDC932;
      color: #1C1C1C;
      justify-content: center;
      border-radius: 9999px;
      box-shadow: none;
    }
.product-info .control-sidebar-footer .btn.cancel, .vue-product-configurator .control-sidebar-footer .btn.cancel, .sidebar-modals .control-sidebar-footer .btn.cancel {
        background-color: #F5F6F4;
      }
.product-info .tablist, .vue-product-configurator .tablist, .sidebar-modals .tablist {
    display: flex;
    overflow-x: auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    border-bottom: 1px solid #D0D0D0;
    background: #fff;
    padding: 10px .75rem 0;
  }
@media (min-width: 1024px) {
.product-info .tablist, .vue-product-configurator .tablist, .sidebar-modals .tablist {
      padding: 10px 3rem 0
  }
    }
.product-info .tablist .tablist-item label, .vue-product-configurator .tablist .tablist-item label, .sidebar-modals .tablist .tablist-item label {
        display: block;
        font-size: 15px;
        line-height: 19px;
        padding: 14px 12px;
        font-weight: bold;
        text-transform: none;
        cursor: pointer;
        white-space: nowrap;
        border-radius: 7px;
        margin-right: 7px;
        margin-bottom: 10px;
        background-color: #F5F6F4;
        color: #1C1C1C;
      }
.product-info .tablist .tablist-item label:hover, .vue-product-configurator .tablist .tablist-item label:hover, .sidebar-modals .tablist .tablist-item label:hover {
          background-color: #E5E5E5;
        }
.product-info .tablist .tablist-item input:checked + label, .vue-product-configurator .tablist .tablist-item input:checked + label, .sidebar-modals .tablist .tablist-item input:checked + label {
        color: #FFFFFF;
        background-color: #393939;
      }
@media screen and (max-width: 480px) {
        .product-info .tablist .tablist-item label, .vue-product-configurator .tablist .tablist-item label, .sidebar-modals .tablist .tablist-item label {
          font-size: 14px;
        }
    }
.product-info .tablist .tab-radio, .vue-product-configurator .tablist .tab-radio, .sidebar-modals .tablist .tab-radio {
      display: none;
    }
.product-info .control-item-subtext, .vue-product-configurator .control-item-subtext, .sidebar-modals .control-item-subtext {
    font-size: 13px;
    padding: 10px 0 20px;
    line-height: 1.45;
  }
.product-info .calculate-box, .vue-product-configurator .calculate-box, .sidebar-modals .calculate-box {
    position:  relative;
    z-index: 10;
    display: inline-flex;
  }
.product-info .calculate-tooltip-text, .vue-product-configurator .calculate-tooltip-text, .sidebar-modals .calculate-tooltip-text {
    position: absolute;
    top: 2rem;
    z-index: 10;
    width: 18rem;
    padding: 0.5rem;
    margin-top: -0.25rem;
    font-size: 0.875rem;
    line-height: 1.25;
    color: #fff;
    transform: translate(-100%, 0);
    background-color: #000;
    border-radius: 0.5rem;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -4px rgba(0,0,0,.1);
  }
.product-info .calculate-tooltip-arrow, .vue-product-configurator .calculate-tooltip-arrow, .sidebar-modals .calculate-tooltip-arrow {
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #000;
    transform: rotate(45deg) translateX(-50%);
    left: 50%;
    top: 0;
  }
.sidebar-modals .control-sidebar-wrapper .control-sidebar {
      padding-bottom: 0 !important;
    }
.sidebar-modals .control-sidebar-wrapper .control-sidebar-close-popup-button {
      position: absolute;
      right: 1rem;
      top: 1.4rem;
      cursor: pointer;
    }
@media screen and (min-width: 1024px) {
      .sidebar-modals .control-sidebar-wrapper .control-sidebar-close-popup-button {
        top: 3.4rem;
      }
}
.first\:mt-0:first-child {
  margin-top: 0px;
}
.last\:mb-6:last-child {
  margin-bottom: 1.5rem;
}
.last\:mr-0:last-child {
  margin-right: 0px;
}
.last\:border-b:last-child {
  border-bottom-width: 1px;
}
.even\:bg-container-darker:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-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);
}
.hover\:border-transparent:hover {
  border-color: transparent;
}
.hover\:border-black:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.hover\:bg-rs-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(28 28 28 / var(--tw-bg-opacity));
}
.hover\:bg-rs-primary-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}
.hover\:bg-transparent:hover {
  background-color: transparent;
}
.hover\:bg-container-darker:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.hover\:bg-container:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.hover\:text-rs-primary-lighter:hover {
  --tw-text-opacity: 1;
  color: rgb(245 246 244 / var(--tw-text-opacity));
}
.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.hover\:text-secondary-darker:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / 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-rs-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(28 28 28 / var(--tw-text-opacity));
}
.hover\:text-yellow-500:hover {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity));
}
.hover\:text-red-600:hover {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.hover\:underline:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.hover\:no-underline:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.hover\:opacity-100:hover {
  opacity: 1;
}
.hover\:shadow-sm:hover {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:z-10:focus {
  z-index: 10;
}
.focus\:border-blue-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
}
.focus\:border-black:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.focus\:border-transparent:focus {
  border-color: transparent;
}
.focus\:border-indigo-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-border-opacity));
}
.focus\:border-gray-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.focus\:border-gray-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}
.focus\:bg-white:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.focus\:bg-gray-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.focus\:text-gray-500:focus {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring: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(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);
}
.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-1:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-indigo-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity));
}
.focus\:ring-black:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}
.focus\:ring-gray-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity));
}
.focus\:ring-opacity-50:focus {
  --tw-ring-opacity: 0.5;
}
.focus\:ring-offset-0:focus {
  --tw-ring-offset-width: 0px;
}
.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}
.active\:border-black:active {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.active\:bg-gray-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / 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\:opacity-50:active {
  opacity: 0.5;
}
.active\:outline-none:active {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.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\:opacity-75:disabled {
  opacity: 0.75;
}
@media (min-width: 480px) {

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

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

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

  .xs\:block {
    display: block;
  }

  .xs\:flex {
    display: flex;
  }

  .xs\:hidden {
    display: none;
  }

  .xs\:h-12 {
    height: 3rem;
  }

  .xs\:w-12 {
    width: 3rem;
  }

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

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

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

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

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

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

  .xs\:text-16 {
    font-size: 1rem;
  }

  .xs\:text-32 {
    font-size: 2rem;
  }
}
@media (min-width: 640px) {

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

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

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

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

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

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

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

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

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

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

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

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:min-h-screen-75 {
    min-height: 75vh;
  }

  .sm\:w-9\/12 {
    width: 75%;
  }

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

  .sm\:w-3\/12 {
    width: 25%;
  }

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

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

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

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

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

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

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

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

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

  .sm\:gap-y-5 {
    row-gap: 1.25rem;
  }

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

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

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

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

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

  .sm\:pt-32 {
    padding-top: 8rem;
  }

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

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

  .sm\:text-36 {
    font-size: 2.25rem;
  }

  .sm\:text-14 {
    font-size: 0.875rem;
  }

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

  .sm\:duration-700 {
    transition-duration: 700ms;
  }
}
@media (min-width: 768px) {

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-auto {
    height: auto;
  }

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

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

  .md\:w-44 {
    width: 11rem;
  }

  .md\:w-2\/7 {
    width: 28.571428%;
  }

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

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

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

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

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

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

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

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

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

  .md\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

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

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

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

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

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

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

  .md\:pt-9 {
    padding-top: 2.25rem;
  }

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

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

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

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

  .md\:text-14 {
    font-size: 0.875rem;
  }

  .md\:text-16 {
    font-size: 1rem;
  }

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

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

  .lg\:container {
    width: 100%;
  }

  @media (min-width: 480px) {

    .lg\:container {
      max-width: 480px;
    }
  }

  @media (min-width: 640px) {

    .lg\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {

    .lg\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {

    .lg\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {

    .lg\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1600px) {

    .lg\:container {
      max-width: 1600px;
    }
  }

  .lg\:invisible {
    visibility: hidden;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

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

  .lg\:inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:mr-12 {
    margin-right: 3rem;
  }

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

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

  .lg\:mr-16 {
    margin-right: 4rem;
  }

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

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

  .lg\:mt-28 {
    margin-top: 7rem;
  }

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

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

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

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

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

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

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

  .lg\:block {
    display: block;
  }

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

  .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\:h-16 {
    height: 4rem;
  }

  .lg\:h-6 {
    height: 1.5rem;
  }

  .lg\:h-20 {
    height: 5rem;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-12 {
    height: 3rem;
  }

  .lg\:max-h-hero {
    max-height: 45.625rem;
  }

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

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

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

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

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

  .lg\:w-6 {
    width: 1.5rem;
  }

  .lg\:w-3\/12 {
    width: 25%;
  }

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

  .lg\:w-32 {
    width: 8rem;
  }

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

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

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

  .lg\:w-12 {
    width: 3rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:whitespace-pre {
    white-space: pre;
  }

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

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

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

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

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

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

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

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

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

  .lg\:pl-\[72px\] {
    padding-left: 72px;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:pb-1\/2 {
    padding-bottom: 50%;
  }

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

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

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

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

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

  .lg\:pb-5\/6 {
    padding-bottom: 83.333333%;
  }

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

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

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

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

  .lg\:text-16 {
    font-size: 1rem;
  }

  .lg\:text-18 {
    font-size: 1.125rem;
  }

  .lg\:text-36 {
    font-size: 2.25rem;
  }

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

  .lg\:text-20 {
    font-size: 1.25rem;
  }

  .lg\:text-40 {
    font-size: 2.5rem;
  }

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

  .lg\:text-22 {
    font-size: 1.375rem;
  }

  .lg\:text-14 {
    font-size: 0.875rem;
  }

  .lg\:text-11 {
    font-size: 0.6875rem;
  }

  .lg\:font-light {
    font-weight: 300;
  }

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

  .lg\:leading-30px {
    line-height: 1.875rem;
  }

  .lg\:leading-40px {
    line-height: 2.5rem;
  }
}
@media (min-width: 1280px) {

  .xl\:top-5 {
    top: 1.25rem;
  }

  .xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }

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

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

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

  .xl\:flex {
    display: flex;
  }

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

  .xl\:w-44 {
    width: 11rem;
  }

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

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

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

  .xl\:pr-20 {
    padding-right: 5rem;
  }

  .xl\:text-60 {
    font-size: 3.75rem;
  }

  .xl\:text-18 {
    font-size: 1.125rem;
  }

  .xl\:leading-60px {
    line-height: 3.75rem;
  }
}
@media (min-width: 1600px) {

  .\32xl\:container {
    width: 100%;
  }

  @media (min-width: 480px) {

    .\32xl\:container {
      max-width: 480px;
    }
  }

  @media (min-width: 640px) {

    .\32xl\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {

    .\32xl\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {

    .\32xl\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {

    .\32xl\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1600px) {

    .\32xl\:container {
      max-width: 1600px;
    }
  }

  .\32xl\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

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

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

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

  .\32xl\:pr-32 {
    padding-right: 8rem;
  }

  .\32xl\:pr-40 {
    padding-right: 10rem;
  }

  .\32xl\:text-20 {
    font-size: 1.25rem;
  }

  .\32xl\:leading-65px {
    line-height: 4.0625rem;
  }
}
