/** Shopify CDN: Minification failed

Line 1100:0 Unexpected ","

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

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

}
/* ! tailwindcss v3.4.13 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;

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

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

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

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

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

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

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

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

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

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

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

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

}
[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);

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

}
[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");

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

  }

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

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

  }

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

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

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

  }

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

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

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

}
body {
    background-color: var(--color__background-body);
    color: var(--color__text-default);
  }
/* body */
html,
  body,
  blockquote,
  dl,
  dd,
  hr,
  figure,
  p,
  pre,
  span {
    font-family: var(--type__font-body-family);
    font-style: var(--type__font-body-style);
    font-weight: var(--type__font-body-weight);
    line-height: 1.625;
    letter-spacing: 0em;
    text-underline-offset: 1px;
    font-size: 1rem;
    line-height: 1.5rem;
  }
@media (min-width: 768px){
  html,
  body,
  blockquote,
  dl,
  dd,
  hr,
  figure,
  p,
  pre,
  span{
    font-size: 1.125rem;
    line-height: 1.75rem;

  }

}
html *,
  body *,
  blockquote *,
  dl *,
  dd *,
  hr *,
  figure *,
  p *,
  pre *,
  span *{
  font-size: 1rem;
  line-height: 1.5rem;

}
@media (min-width: 768px){
  html *,
  body *,
  blockquote *,
  dl *,
  dd *,
  hr *,
  figure *,
  p *,
  pre *,
  span *{
    font-size: 1.125rem;
    line-height: 1.75rem;

  }

}
/* headlines */
h1,
  .h1,
  h1 > * {
    font-family: var(--type__font-header-family);
    font-style: var(--type__font-header-style);
    font-weight: var(--type__font-header-weight);
    font-size: 2.25rem;
    line-height: 2.5rem;
    letter-spacing: 0em;
    text-underline-offset: 2px;
  }
@media (min-width: 768px){
  h1,
  .h1,
  h1 > *{
    font-size: 3rem;
    line-height: 1;

  }

}
h1,
  .h1,
  h1 > *{
  line-height: 1;

}
h2,
  .h2,
  h2 > * {
    font-family: var(--type__font-header-family);
    font-style: var(--type__font-header-style);
    font-weight: var(--type__font-header-weight);
    font-size: 1.875rem;
    line-height: 2.25rem;
    letter-spacing: 0em;
    text-underline-offset: 2px;
  }
@media (min-width: 768px){
  h2,
  .h2,
  h2 > *{
    font-size: 2.25rem;
    line-height: 2.5rem;

  }

}
h2,
  .h2,
  h2 > *{
  line-height: 1;

}
h3,
  .h3,
  h3 > * {
    font-family: var(--type__font-header-family);
    font-style: var(--type__font-header-style);
    font-weight: var(--type__font-header-weight);
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: 0em;
    text-underline-offset: 2px;
  }
@media (min-width: 768px){
  h3,
  .h3,
  h3 > *{
    font-size: 1.875rem;
    line-height: 2.25rem;

  }

}
h3,
  .h3,
  h3 > *{
  line-height: 1;

}
h4,
  .h4,
  h4 > * {
    font-family: var(--type__font-header-family);
    font-style: var(--type__font-header-style);
    font-weight: var(--type__font-header-weight);
    font-size: 1.25rem;
    line-height: 1.75rem;
    letter-spacing: 0em;
    text-underline-offset: 2px;
  }
@media (min-width: 768px){
  h4,
  .h4,
  h4 > *{
    font-size: 1.5rem;
    line-height: 2rem;

  }

}
h4,
  .h4,
  h4 > *{
  line-height: 1.25;

}
h5,
  .h5,
  h5 > * {
    font-family: var(--type__font-header-family);
    font-style: var(--type__font-header-style);
    font-weight: var(--type__font-header-weight);
    font-size: 1.125rem;
    line-height: 1.75rem;
    letter-spacing: 0em;
    text-underline-offset: 2px;
  }
@media (min-width: 768px){
  h5,
  .h5,
  h5 > *{
    font-size: 1.25rem;
    line-height: 1.75rem;

  }

}
h5,
  .h5,
  h5 > *{
  line-height: 1.25;

}
h6,
  .h6,
  h6 > * {
    font-family: var(--type__font-header-family);
    font-style: var(--type__font-header-style);
    font-weight: var(--type__font-header-weight);
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0em;
    text-underline-offset: 2px;
  }
@media (min-width: 768px){
  h6,
  .h6,
  h6 > *{
    font-size: 1.125rem;
    line-height: 1.75rem;

  }

}
h6,
  .h6,
  h6 > *{
  line-height: 1.25;

}
/* nav */
input,
  input[type="text"],
  input[type="password"],
  input[type="email"],
  input[type="number"],
  input[type="url"],
  input[type="date"],
  input[type="datetime-local"],
  input[type="month"],
  input[type="week"],
  input[type="time"],
  input[type="search"],
  input[type="tel"],
  select,
  select[multiple],
  textarea,
  .form-input,
  .form-select{
  font-size: 1rem;
  line-height: 1.5rem;
    font-family: var(--type__font-body-family);
    font-style: var(--type__font-body-style);
    font-weight: var(--type__font-body-weight);
    line-height: 1.625;
    letter-spacing: 0em;
    text-underline-offset: 1px;

}
label{
  cursor: pointer;
    font-family: var(--type__font-body-family);
    font-style: var(--type__font-body-style);
    font-weight: var(--type__font-body-weight);
    line-height: 1.625;
    letter-spacing: 0em;
    text-underline-offset: 1px;
    font-size: 0.75rem;
    line-height: 1rem;

}
@media (min-width: 768px){
  label{
    font-size: 0.875rem;
    line-height: 1.25rem;

  }

}
label *{
  font-size: 0.75rem;
  line-height: 1rem;

}
@media (min-width: 768px){
  label *{
    font-size: 0.875rem;
    line-height: 1.25rem;

  }

}
/* links  */
a{
  text-decoration-line: underline;
  text-underline-offset: 1px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;

}
a:hover{
  text-decoration-line: underline;

}
a:focus-visible {
    box-shadow: var(--color__background-body) 0px 0px 0px 2px,
      var(--color__border-selected-1) 0px 0px 0px 4px;
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
/* spacing */
blockquote,
  dl,
  dd,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  figure,
  p,
  pre{
  margin-bottom: 0.5rem;

}
@media (min-width: 768px){
  blockquote,
  dl,
  dd,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  figure,
  p,
  pre{
    margin-bottom: 1rem;

  }

}
ul{
  list-style-type: disc;
  padding-left: 1rem;

}
ol{
  list-style-type: decimal;
  padding-left: 1rem;

}
/* font weight */
strong {
    font-weight: bold;
  }
/* mark tag for search query highlight */
mark {
    background: none;
    font-weight: bold;
  }
/* basic inputs */
input[type="text"],
  input[type="password"],
  input[type="email"],
  input[type="number"],
  input[type="url"],
  input[type="date"],
  input[type="datetime-local"],
  input[type="month"],
  input[type="week"],
  input[type="time"],
  input[type="search"],
  input[type="tel"],
  select,
  select[multiple],
  textarea{
  min-height: 44px;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
    background-color: var(--inputs__background);
    border-color: var(--inputs__border);
    padding-left: var(--sizes__border-input-padding-left);
    padding-right: var(--sizes__border-input-padding-right);
    border-top-width: var(--sizes__border-input-width-top);
    border-right-width: var(--sizes__border-input-width-right);
    border-bottom-width: var(--sizes__border-input-width-bottom);
    border-left-width: var(--sizes__border-input-width-left);
    border-radius: var(--size__input-radius);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;

}
.navImages input[type="text"],.navImages 
  input[type="password"],.navImages 
  input[type="email"],.navImages 
  input[type="number"],.navImages 
  input[type="url"],.navImages 
  input[type="date"],.navImages 
  input[type="datetime-local"],.navImages 
  input[type="month"],.navImages 
  input[type="week"],.navImages 
  input[type="time"],.navImages 
  input[type="search"],.navImages 
  input[type="tel"],.navImages 
  select,.navImages 
  select[multiple],.navImages 
  textarea {
            width: -moz-fit-content;
            width: fit-content;  /* Set base width */
            display: flex;
            justify-content: flex-start;
        }
input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, select::-moz-placeholder, select[multiple]::-moz-placeholder, textarea::-moz-placeholder{
  opacity: 0.5;
    color: var(--color__text-default);

}
input[type="text"]::placeholder, input[type="password"]::placeholder, input[type="email"]::placeholder, input[type="number"]::placeholder, input[type="url"]::placeholder, input[type="date"]::placeholder, input[type="datetime-local"]::placeholder, input[type="month"]::placeholder, input[type="week"]::placeholder, input[type="time"]::placeholder, input[type="search"]::placeholder, input[type="tel"]::placeholder, select::placeholder, select[multiple]::placeholder, textarea::placeholder{
  opacity: 0.5;
    color: var(--color__text-default);

}
input[type="text"]:hover, input[type="password"]:hover, input[type="email"]:hover, input[type="number"]:hover, input[type="url"]:hover, input[type="date"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="week"]:hover, input[type="time"]:hover, input[type="search"]:hover, input[type="tel"]:hover, select:hover, select[multiple]:hover, textarea:hover {
    border-color: var(--color__border-selected-1);
  }
input[type="text"]:focus-visible, input[type="password"]:focus-visible, input[type="email"]:focus-visible, input[type="number"]:focus-visible, input[type="url"]:focus-visible, input[type="date"]:focus-visible, input[type="datetime-local"]:focus-visible, input[type="month"]:focus-visible, input[type="week"]:focus-visible, input[type="time"]:focus-visible, input[type="search"]:focus-visible, input[type="tel"]:focus-visible, select:focus-visible, select[multiple]:focus-visible, textarea:focus-visible {
    border-color: var(--color__border-selected-1);
    box-shadow: var(--color__background-body) 0px 0px 0px 2px,
      var(--color__border-selected-1) 0px 0px 0px 4px;
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
/* Adding back the chevron */
select {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'><polyline points='6 9 12 15 18 9'></polyline></svg>") !important;
    background-repeat: no-repeat !important;
    background-position-x: 98% !important;
    background-position-y: 50% !important;
  }
,

  
  input[type="checkbox"]{
  cursor: pointer;
    color: var(--color__text-default);
    border-color: var(--color__border-divider-1);
    border-color: var(--color__border-selected-1);

}
input[type="checkbox"]:checked {
    color: var(--color__text-default) !important;
  }
input[type="checkbox"]:hover {
    border-color: var(--color__border-selected-1);
  }
input[type="checkbox"]:focus {
    border-color: var(--color__border-selected-1);
    box-shadow: var(--color__background-body) 0px 0px 0px 2px,
      var(--color__border-selected-1) 0px 0px 0px 4px;
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
input[type="radio"]{
  cursor: pointer;
  border-radius: 9999px;
    color: var(--color__text-default);
    border-color: var(--color__border-divider-1);
    border-color: var(--color__border-selected-1);

}
input[type="radio"]:checked {
    color: var(--color__text-default) !important;
  }
input[type="radio"]:hover {
    border-color: var(--color__border-selected-1);
  }
input[type="radio"]:focus {
    border-color: var(--color__border-selected-1);
    box-shadow: var(--color__background-body) 0px 0px 0px 2px,
      var(--color__border-selected-1) 0px 0px 0px 4px;
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
button:hover {
  }
button:focus-visible {
    box-shadow: var(--color__background-body) 0px 0px 0px 2px,
      var(--color__border-selected-1) 0px 0px 0px 4px;
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
input[type="range"]::-webkit-slider-thumb {
    pointer-events: all;
    width: 24px;
    height: 24px;
    -webkit-appearance: none;
  }
img{
  position: relative;

}
img:after{
  z-index: 10;
  display: none;
  align-items: center;
  justify-content: center;
    background-color: var(--color__background-overlay-1);
    color: var(--color__text-default);

}
@media (min-width: 768px){
  img:after{
    position: absolute;
    top: 0px;
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    white-space: normal;
    padding: 1rem;
    text-align: center;
    font-size: 0.75rem;
    line-height: 1rem;

  }
    img *:after{
    font-size: 0.75rem;
    line-height: 1rem;

  }

}
img:after {
    content: "" attr(alt) !important;
  }
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;

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

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

}
.\!visible{
  visibility: visible !important;

}
.visible{
  visibility: visible;

}
.collapse{
  visibility: collapse;

}
.\!fixed{
  position: fixed !important;

}
.fixed{
  position: fixed;

}
.\!absolute{
  position: absolute !important;

}
.absolute{
  position: absolute;

}
.relative{
  position: relative;

}
.\!sticky{
  position: sticky !important;

}
.sticky{
  position: sticky;

}
.inset-0{
  inset: 0px;

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

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

}
.\!left-\[-60px\]{
  left: -60px !important;

}
.\!left-auto{
  left: auto !important;

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

}
.\!right-\[-60px\]{
  right: -60px !important;

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

}
.\!top-2{
  top: 0.5rem !important;

}
.\!top-4{
  top: 1rem !important;

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

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

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

}
.bottom-0{
  bottom: 0px;

}
.bottom-14{
  bottom: 3.5rem;

}
.bottom-2{
  bottom: 0.5rem;

}
.bottom-4{
  bottom: 1rem;

}
.bottom-auto{
  bottom: auto;

}
.bottom-full{
  bottom: 100%;

}
.left-0{
  left: 0px;

}
.left-2{
  left: 0.5rem;

}
.left-4{
  left: 1rem;

}
.left-auto{
  left: auto;

}
.right-0{
  right: 0px;

}
.right-2{
  right: 0.5rem;

}
.right-4{
  right: 1rem;

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

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

}
.right-auto{
  right: auto;

}
.right-full{
  right: 100%;

}
.top-0{
  top: 0px;

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

}
.top-14{
  top: 3.5rem;

}
.top-2{
  top: 0.5rem;

}
.top-4{
  top: 1rem;

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

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

}
.top-auto{
  top: auto;

}
.top-full{
  top: 100%;

}
.\!z-10{
  z-index: 10 !important;

}
.\!z-20{
  z-index: 20 !important;

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

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

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

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

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

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

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

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

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

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

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

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

}
.col-start-1{
  grid-column-start: 1;

}
.col-start-4{
  grid-column-start: 4;

}
.row-span-1{
  grid-row: span 1 / span 1;

}
.row-span-2{
  grid-row: span 2 / span 2;

}
.row-span-3{
  grid-row: span 3 / span 3;

}
.row-span-4{
  grid-row: span 4 / span 4;

}
.row-span-5{
  grid-row: span 5 / span 5;

}
.row-span-6{
  grid-row: span 6 / span 6;

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

}
.m-0{
  margin: 0px;

}
.m-4{
  margin: 1rem;

}
.m-auto{
  margin: auto;

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

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

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

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

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

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

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

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

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

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

}
.\!mt-\[2px\]{
  margin-top: 2px !important;

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

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

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

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

}
.-mr-6{
  margin-right: -1.5rem;

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

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

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

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

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

}
.mb-2\.5{
  margin-bottom: 0.625rem;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}
.mr-\[5px\]{
  margin-right: 5px;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}
.\!block{
  display: block !important;

}
.block{
  display: block;

}
.\!inline-block{
  display: inline-block !important;

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

}
.inline{
  display: inline;

}
.\!flex{
  display: flex !important;

}
.flex{
  display: flex;

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

}
.table{
  display: table;

}
.grid{
  display: grid;

}
.contents{
  display: contents;

}
.\!hidden{
  display: none !important;

}
.hidden{
  display: none;

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

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

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

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

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

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

}
.aspect-video{
  aspect-ratio: 16 / 9;

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

}
.\!h-5{
  height: 1.25rem !important;

}
.\!h-8{
  height: 2rem !important;

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

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

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

}
.h-0\.5{
  height: 0.125rem;

}
.h-1{
  height: 0.25rem;

}
.h-14{
  height: 3.5rem;

}
.h-2{
  height: 0.5rem;

}
.h-32{
  height: 8rem;

}
.h-4{
  height: 1rem;

}
.h-5{
  height: 1.25rem;

}
.h-8{
  height: 2rem;

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

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

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

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

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

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

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

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

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

}
.h-\[inherit\]{
  height: inherit;

}
.h-auto{
  height: auto;

}
.h-fit{
  height: -moz-fit-content;
  height: fit-content;

}
.h-full{
  height: 100%;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}
.\!min-h-0{
  min-height: 0px !important;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}
.\!w-5{
  width: 1.25rem !important;

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

}
.\!w-8{
  width: 2rem !important;

}
.\!w-\[135px\]{
  width: 135px !important;

}
.\!w-\[30px\]{
  width: 30px !important;

}
.\!w-\[80\%\]{
  width: 80% !important;

}
.\!w-auto{
  width: auto !important;

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

}
.w-0{
  width: 0px;

}
.w-1\/12{
  width: 8.333333%;

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

}
.w-1\/5{
  width: 20%;

}
.w-10\/12{
  width: 83.333333%;

}
.w-11\/12{
  width: 91.666667%;

}
.w-12{
  width: 3rem;

}
.w-2{
  width: 0.5rem;

}
.w-2\/12{
  width: 16.666667%;

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

}
.w-3{
  width: 0.75rem;

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

}
.w-3\/5{
  width: 60%;

}
.w-4{
  width: 1rem;

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

}
.w-4\/5{
  width: 80%;

}
.w-5{
  width: 1.25rem;

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

}
.w-6\/12{
  width: 50%;

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

}
.w-8{
  width: 2rem;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}
.w-auto{
  width: auto;

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

}
.w-full{
  width: 100%;

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

}
.w-screen{
  width: 100vw;

}
.\!min-w-0{
  min-width: 0px !important;

}
.\!min-w-\[300px\]{
  min-width: 300px !important;

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

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

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

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

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

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

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

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

}
.\!max-w-\[250px\]{
  max-width: 250px !important;

}
.\!max-w-\[80\%\]{
  max-width: 80% !important;

}
.\!max-w-\[870px\]{
  max-width: 870px !important;

}
.\!max-w-\[900px\]{
  max-width: 900px !important;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}
.max-w-lg{
  max-width: 32rem;

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

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

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

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

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

}
.max-w-xs{
  max-width: 20rem;

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

}
.flex-none{
  flex: none;

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

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

}
.shrink{
  flex-shrink: 1;

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

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

}
.grow{
  flex-grow: 1;

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

}
.grow-\[7\]{
  flex-grow: 7;

}
.basis-0{
  flex-basis: 0px;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  }

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

}
@keyframes pulse{
  50%{
    opacity: .5;

  }

}
.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;

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

  }

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

}
.cursor-pointer{
  cursor: pointer;

}
.cursor-zoom-in{
  cursor: zoom-in;

}
.resize{
  resize: both;

}
.snap-x{
  scroll-snap-type: x var(--tw-scroll-snap-strictness);

}
.snap-y{
  scroll-snap-type: y var(--tw-scroll-snap-strictness);

}
.snap-mandatory{
  --tw-scroll-snap-strictness: mandatory;

}
.snap-center{
  scroll-snap-align: center;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}
.gap-1{
  gap: 0.25rem;

}
.gap-12{
  gap: 3rem;

}
.gap-2{
  gap: 0.5rem;

}
.gap-4{
  gap: 1rem;

}
.gap-6{
  gap: 1.5rem;

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

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

}
.gap-x-3{
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;

}
.gap-x-6{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;

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

}
.gap-y-0\.5{
  row-gap: 0.125rem;

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

}
.gap-y-2\.5{
  row-gap: 0.625rem;

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

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

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

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

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

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

}
.overflow-auto{
  overflow: auto;

}
.\!overflow-hidden{
  overflow: hidden !important;

}
.overflow-hidden{
  overflow: hidden;

}
.overflow-clip{
  overflow: clip;

}
.overflow-scroll{
  overflow: scroll;

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

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

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

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

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

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

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

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

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

}
.text-ellipsis{
  text-overflow: ellipsis;

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

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

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

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

}
.\!rounded{
  border-radius: 0.25rem !important;

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

}
.rounded{
  border-radius: 0.25rem;

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

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

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

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

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

}
.\!rounded-b-none{
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;

}
.\!border-0{
  border-width: 0px !important;

}
.border{
  border-width: 1px;

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

}
.\!border-y-0{
  border-top-width: 0px !important;
  border-bottom-width: 0px !important;

}
.border-y{
  border-top-width: 1px;
  border-bottom-width: 1px;

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

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

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

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

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

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

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

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

}
.\!border-none{
  border-style: none !important;

}
.\!border-\[\#E9E9E9\]{
  --tw-border-opacity: 1 !important;
  border-color: rgb(233 233 233 / var(--tw-border-opacity)) !important;

}
.\!border-\[\#e5e5e5\]{
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 229 229 / var(--tw-border-opacity)) !important;

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

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

}
.border-\[\#666\]{
  --tw-border-opacity: 1;
  border-color: rgb(102 102 102 / var(--tw-border-opacity));

}
.border-\[\#E1E1E1\]{
  --tw-border-opacity: 1;
  border-color: rgb(225 225 225 / var(--tw-border-opacity));

}
.border-\[\#E3E3E3\]{
  --tw-border-opacity: 1;
  border-color: rgb(227 227 227 / var(--tw-border-opacity));

}
.border-\[\#d9d9d9\]{
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));

}
.border-black\/10{
  border-color: rgb(0 0 0 / 0.1);

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

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

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

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

}
.border-neutral-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));

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

}
.border-b-\[\#E9E9E9\]{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(233 233 233 / var(--tw-border-opacity));

}
.\!bg-\[\#54779a\]{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(84 119 154 / var(--tw-bg-opacity)) !important;

}
.\!bg-\[\#D9D9D980\]{
  background-color: #D9D9D980 !important;

}
.\!bg-\[\#EEE\]{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity)) !important;

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

}
.\!bg-\[\#ffffff\]{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;

}
.\!bg-green-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity)) !important;

}
.\!bg-pink-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(252 231 243 / var(--tw-bg-opacity)) !important;

}
.\!bg-transparent{
  background-color: transparent !important;

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

}
.bg-\[\#54779a\]{
  --tw-bg-opacity: 1;
  background-color: rgb(84 119 154 / var(--tw-bg-opacity));

}
.bg-\[\#F8F6F4\]{
  --tw-bg-opacity: 1;
  background-color: rgb(248 246 244 / var(--tw-bg-opacity));

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}
.\!fill-black{
  fill: #000 !important;

}
.fill-neutral-700{
  fill: #404040;

}
.\!stroke-black{
  stroke: #000 !important;

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

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

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

}
.\!p-1{
  padding: 0.25rem !important;

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

}
.\!p-\[10px\]{
  padding: 10px !important;

}
.p-0{
  padding: 0px;

}
.p-1{
  padding: 0.25rem;

}
.p-2{
  padding: 0.5rem;

}
.p-4{
  padding: 1rem;

}
.p-6{
  padding: 1.5rem;

}
.p-8{
  padding: 2rem;

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

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

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

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

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

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

}
.\!py-\[13px\]{
  padding-top: 13px !important;
  padding-bottom: 13px !important;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;

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

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

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

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

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

}
.\!pb-10{
  padding-bottom: 2.5rem !important;

}
.\!pb-\[0\.65rem\]{
  padding-bottom: 0.65rem !important;

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

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

}
.\!pl-11{
  padding-left: 2.75rem !important;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}
.pl-\[3vw\]{
  padding-left: 3vw;

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

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

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

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

}
.ps-5{
  padding-inline-start: 1.25rem;

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

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

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

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

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

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

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

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

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

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

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

}
.\!text-left{
  text-align: left !important;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}
.text-base\/7{
  font-size: 1rem;
  line-height: 1.75rem;

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

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

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

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

}
.\!font-bold{
  font-weight: 700 !important;

}
.\!font-light{
  font-weight: 300 !important;

}
.\!font-medium{
  font-weight: 500 !important;

}
.\!font-normal{
  font-weight: 400 !important;

}
.\!font-semibold{
  font-weight: 600 !important;

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

}
.font-extralight{
  font-weight: 200;

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

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

}
.font-normal{
  font-weight: 400;

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

}
.\!uppercase{
  text-transform: uppercase !important;

}
.uppercase{
  text-transform: uppercase;

}
.\!lowercase{
  text-transform: lowercase !important;

}
.lowercase{
  text-transform: lowercase;

}
.capitalize{
  text-transform: capitalize;

}
.italic{
  font-style: italic;

}
.\!leading-\[1\.25\]{
  line-height: 1.25 !important;

}
.\!leading-\[15px\]{
  line-height: 15px !important;

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

}
.\!leading-none{
  line-height: 1 !important;

}
.\!leading-normal{
  line-height: 1.5 !important;

}
.\!leading-tight{
  line-height: 1.25 !important;

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

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

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

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

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

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

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

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

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

}
.\!text-\[\#333333\]{
  --tw-text-opacity: 1 !important;
  color: rgb(51 51 51 / var(--tw-text-opacity)) !important;

}
.\!text-\[\#363636\]{
  --tw-text-opacity: 1 !important;
  color: rgb(54 54 54 / var(--tw-text-opacity)) !important;

}
.\!text-\[\#B80101\]{
  --tw-text-opacity: 1 !important;
  color: rgb(184 1 1 / var(--tw-text-opacity)) !important;

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

}
.text-\[\#00AA00\]{
  --tw-text-opacity: 1;
  color: rgb(0 170 0 / var(--tw-text-opacity));

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

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

}
.text-\[\#4b4137\]{
  --tw-text-opacity: 1;
  color: rgb(75 65 55 / var(--tw-text-opacity));

}
.text-\[\#54779B\]{
  --tw-text-opacity: 1;
  color: rgb(84 119 155 / var(--tw-text-opacity));

}
.text-\[\#54779a\]{
  --tw-text-opacity: 1;
  color: rgb(84 119 154 / var(--tw-text-opacity));

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

}
.text-\[\#7d7d7d\]{
  --tw-text-opacity: 1;
  color: rgb(125 125 125 / var(--tw-text-opacity));

}
.text-\[\#990000\]{
  --tw-text-opacity: 1;
  color: rgb(153 0 0 / var(--tw-text-opacity));

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

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

}
.text-\[\#FF0000\]{
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));

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

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

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

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

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

}
.text-neutral-700{
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));

}
.text-neutral-800{
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));

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

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

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

}
.\!underline{
  text-decoration-line: underline !important;

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

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

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

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

}
.decoration-\[\#54779a\]{
  text-decoration-color: #54779a;

}
.decoration-4{
  text-decoration-thickness: 4px;

}
.underline-offset-\[8px\]{
  text-underline-offset: 8px;

}
.\!accent-\[\#295fcb\]{
  accent-color: #295fcb !important;

}
.\!opacity-100{
  opacity: 1 !important;

}
.opacity-0{
  opacity: 0;

}
.opacity-100{
  opacity: 1;

}
.opacity-25{
  opacity: 0.25;

}
.opacity-50{
  opacity: 0.5;

}
.opacity-75{
  opacity: 0.75;

}
.opacity-80{
  opacity: 0.8;

}
.mix-blend-difference{
  mix-blend-mode: difference;

}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);

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

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

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

}
.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);

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

}
.outline{
  outline-style: solid;

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

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

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

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

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

}
.transition-\[box-shadow\]{
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;

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

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

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

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

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

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

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

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

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

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

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

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

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

}
/* ======= */
/* backgrounds */
/* - body */
.\!color__bg-off-white {
    background: rgba(247, 247, 247, 1) !important;
  }
.color__bg-off-white {
    background: rgba(247, 247, 247, 1);
  }
.color__bg-body {
    background-color: var(--color__background-body);
  }
/* - text */
.color__bg-text {
    background-color: var(--color__text-default);
  }
/* - overlay 1 */
.color__bg-overlay-1 {
    background-color: var(--color__background-overlay-1);
  }
/* - overlay 2 */
.color__bg-overlay-2 {
    background-color: var(--color__background-overlay-2);
  }
/* - overlay 3 */
.color__bg-overlay-3 {
    background-color: var(--color__background-overlay-3);
  }
/* - shade 1 */
/* - shade 2 */
.color__bg-shade-2 {
    background-color: var(--color__background-shade-2);
  }
/* - shade 3 */
.color__bg-shade-3 {
    background-color: var(--color__background-shade-3);
  }
/* - primary */
.color__bg-primary {
    background-color: var(--color__background-primary);
  }
/* - secondary */
.color__bg-secondary {
    background-color: var(--color__background-secondary);
  }
/* - tertiary */
.color__bg-tertiary {
    background-color: var(--color__background-tertiary);
  }
/* - neutral */
.color__bg-neutral {
    background-color: var(--color__background-neutral);
  }
/* - input */
/* ======= */
/* text */
/* force text color, dark color that contrasts on light background */
.color__dark {
    color: var(--color__text-default);
  }
.color__dark * {
      color: var(--color__text-default);
    }
/* force text color, light color that contrasts on dark background */
.color__light {
    color: var(--color__text-alt);
  }
.color__light * {
      color: var(--color__text-alt);
    }
/* - text */
.\!color__text {
    color: var(--color__text-default) !important;
  }
.color__text {
    color: var(--color__text-default);
  }
/* - link */
/* - primary */
.color__primary {
    color: var(--color__foreground-primary);
  }
/* - secondary */
.color__secondary {
    color: var(--color__foreground-secondary);
  }
/* - tertiary */
.color__tertiary {
    color: var(--color__foreground-tertiary);
  }
/* - neutral */
/* ======= */
/* borders */
/* - transparent */
.\!color__border-transparent {
    border-color: transparent !important;
  }
.color__border-transparent {
    border-color: transparent;
  }
/* .color__border-transparent-sides {
    border-left-color: transparent;
    border-right-color: transparent;
  } */
/* - divider 1 */
.color__border-divider-1 {
    border-color: var(--color__border-divider-1);
  }
/* .color__border-divider-1-sides {
    border-left-color: var(--color__border-divider-1);
    border-right-color: var(--color__border-divider-1);
  } */
/* - divider 2 */
.color__border-divider-2 {
    border-color: var(--color__border-divider-2);
  }
/* - divider 3 */
/* - selected 1 */
.color__border-selected-1 {
    border-color: var(--color__border-selected-1);
  }
/* .color__border-selected-1-sides {
    border-left-color: var(--color__border-selected-1);
    border-right-color: var(--color__border-selected-1);
  } */
/* - selected 2 */
/* - primary */
.color__border-primary {
    border-color: var(--color__background-primary);
  }
/* - input */
/* ======= */
/* buttons */
/* - primary */
/* - secondary */
/* - tertiary */
/* - neutral */
/* - plain */
/* ======= */
/* default borders */
/* - default border width */
.border--width {
    border-width: var(--size__border-element-width);
  }
.border--t-width {
    border-top-width: var(--size__border-element-width);
  }
.border--r-width {
    border-right-width: var(--size__border-element-width);
  }
.border--b-width {
    border-bottom-width: var(--size__border-element-width);
  }
.border--l-width {
    border-left-width: var(--size__border-element-width);
  }
.border--button-width {
    border-width: var(--size__border-button-width);
  }
.border--input-width {
    border-width: var(--size__border-input-width);
  }
/* - default border raidus */
.border--radius {
    border-radius: var(--size__element-radius);
  }
@media (max-width: 768px) {
  .mobile-border--radius-t-0 {
      border-top-left-radius: 0;
      border-top-right-radius: 0
  }
  .mobile-border--radius-b-0 {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0
  }
    }
/* - default focus border */
.border--focus--inset {
    box-shadow: none;
    outline: 2px solid var(--color__background-body);
    outline-offset: -4px;
    border: 2px solid var(--color__border-selected-1) !important;
  }
/* ======= */
/* button borders */
.border__button--radius {
    border-radius: var(--size__button-radius);
  }
/* ======= */
/* input borders */
.border__input--radius {
    border-radius: var(--size__input-radius);
  }
/* ======= */
/* body type */
.type__body {
    font-family: var(--type__font-body-family);
    font-style: var(--type__font-body-style);
    font-weight: var(--type__font-body-weight);
    line-height: 1.625;
    letter-spacing: 0em;
    text-underline-offset: 1px;
  }
.type__body--bold {
    font-family: var(--type__font-body-family);
    font-weight: 700;
    line-height: 1.625;
    letter-spacing: 0em;
    text-underline-offset: 1px;
  }
/* ======= */
/* header type */
.type__heading {
    font-family: var(--type__font-header-family);
    font-style: var(--type__font-header-style);
    font-weight: var(--type__font-header-weight);
    letter-spacing: 0em;
    text-underline-offset: 2px;
    line-height: 1.25;
  }
.type__heading--bold-2 {
    font-family: var(--type__font-header-family);
    font-style: var(--type__font-header-style);
    font-weight: var(--type__font-header-weight);
    font-size: 1.875rem;
    line-height: 2.25rem;
    letter-spacing: 0em;
    text-underline-offset: 2px;
  }
@media (min-width: 768px){
  .type__heading--bold-2{
    font-size: 2.25rem;
    line-height: 2.5rem;

  }

}
.type__heading--bold-2{
  line-height: 1.25;

}
.type__heading--bold-3 {
    font-family: var(--type__font-header-family);
    font-style: var(--type__font-header-style);
    font-weight: var(--type__font-header-weight);
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: 0em;
    text-underline-offset: 2px;
  }
@media (min-width: 768px){
  .type__heading--bold-3{
    font-size: 1.875rem;
    line-height: 2.25rem;

  }

}
.type__heading--bold-3{
  line-height: 1.25;

}
.type__heading--bold-5 {
    font-family: var(--type__font-header-family);
    font-style: var(--type__font-header-style);
    font-weight: var(--type__font-header-weight);
    font-size: 1.125rem;
    line-height: 1.75rem;
    letter-spacing: 0em;
    text-underline-offset: 2px;
  }
@media (min-width: 768px){
  .type__heading--bold-5{
    font-size: 1.25rem;
    line-height: 1.75rem;

  }

}
.type__heading--bold-5{
  line-height: 1.25;

}
/* ======= */
/* navigation type */
.type__nav {
    font-family: var(--type__font-nav-family);
    font-style: var(--type__font-nav-style);
    font-weight: var(--type__font-nav-weight);
    line-height: 1.5;
    letter-spacing: 0.025em;
    text-underline-offset: 1px;
  }
/* ======= */
/* changing font size */
.type--inherit * {
      font-size: inherit;
      line-height: inherit;
    }
.type--smaller{
  font-size: 0.75rem;
  line-height: 1rem;

}
.type--smaller *{
  font-size: 0.75rem;
  line-height: 1rem;

}
.type--small{
  font-size: 0.75rem;
  line-height: 1rem;

}
@media (min-width: 768px){
  .type--small{
    font-size: 0.875rem;
    line-height: 1.25rem;

  }

}
.type--small *{
  font-size: 0.75rem;
  line-height: 1rem;

}
@media (min-width: 768px){
  .type--small *{
    font-size: 0.875rem;
    line-height: 1.25rem;

  }

}
.type--base{
  font-size: 1rem;
  line-height: 1.5rem;

}
@media (min-width: 768px){
  .type--base{
    font-size: 1.125rem;
    line-height: 1.75rem;

  }

}
.type--base *{
  font-size: 1rem;
  line-height: 1.5rem;

}
@media (min-width: 768px){
  .type--base *{
    font-size: 1.125rem;
    line-height: 1.75rem;

  }

}
.type--big{
  font-size: 1.25rem;
  line-height: 1.75rem;

}
@media (min-width: 768px){
  .type--big{
    font-size: 1.5rem;
    line-height: 2rem;

  }

}
.type--big *{
  font-size: 1.25rem;
  line-height: 1.75rem;

}
@media (min-width: 768px){
  .type--big *{
    font-size: 1.5rem;
    line-height: 2rem;

  }

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

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

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

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

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

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

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

}
.padding--t-gap {
    padding-top: var(--sizes__gap);
  }
.padding--r-gap {
    padding-right: var(--sizes__gap);
  }
.padding--b-gap {
    padding-bottom: var(--sizes__gap);
  }
.\[box-shadow\:inset_0_-2px_0_\#666\]{
  box-shadow: inset 0 -2px 0 #666;

}
.container{
  width: 100%;

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

  }

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

  }

}
.aspect-h-1{
  --tw-aspect-h: 1;

}
.aspect-h-3{
  --tw-aspect-h: 3;

}
.aspect-w-1{
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 1;

}
.aspect-w-1 > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

}
.aspect-w-2{
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 2;

}
.aspect-w-2 > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

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

}
.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;

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

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

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

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

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

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

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

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

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

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

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

}
.form-checkbox:focus,.form-radio:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);

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

}
.form-checkbox:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");

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

  }

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

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

  }

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

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

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

  }

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

}
/* standard button */
.btn{
  display: inline-flex;
  width: auto;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  text-decoration-line: none;
    background-color: var(--color__background-primary);
    border-color: var(--color__border-primary);
    color: var(--color__foreground-primary);

}
.btn * {
      color: var(--color__foreground-primary);
    }
.btn {
    border-width: var(--size__border-button-width);
    border-radius: var(--size__button-radius);
    font-family: var(--type__font-nav-family);
    font-style: var(--type__font-nav-style);
    font-weight: var(--type__font-nav-weight);
    line-height: 1.5;
    letter-spacing: 0.025em;
    text-underline-offset: 1px;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
    text-transform: var(--type__button-capiliziation);
  }
.btn * {
    font-family: var(--type__font-nav-family);
    font-style: var(--type__font-nav-style);
    font-weight: var(--type__font-nav-weight);
    line-height: 1.5;
    letter-spacing: 0.025em;
    text-underline-offset: 1px;
      text-transform: var(--type__button-capiliziation);
  }
.btn__content{
  display: flex;
  align-items: center;
    font-family: var(--type__font-nav-family);
    font-style: var(--type__font-nav-style);
    font-weight: var(--type__font-nav-weight);
    line-height: 1.5;
    letter-spacing: 0.025em;
    text-underline-offset: 1px;

}
/* states */
.btn--hover,
    .btn:hover{
  text-decoration-line: none;

}
.btn--focus,
    .btn:focus {
    box-shadow: var(--color__background-body) 0px 0px 0px 2px,
      var(--color__border-selected-1) 0px 0px 0px 4px;
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
.btn--disabled,
    .btn:disabled{
  cursor: not-allowed;
  opacity: 0.5;

}
/* sizes */
.btn--small{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;

}
@media (min-width: 768px){
  .btn--small{
    font-size: 0.875rem;
    line-height: 1.25rem;

  }

}
.btn--small *{
  font-size: 0.75rem;
  line-height: 1rem;

}
@media (min-width: 768px){
  .btn--small *{
    font-size: 0.875rem;
    line-height: 1.25rem;

  }

}
.btn--small > *{
  font-size: 0.75rem;
  line-height: 1rem;

}
@media (min-width: 768px){
  .btn--small > *{
    font-size: 0.875rem;
    line-height: 1.25rem;

  }

}
.btn--small > * *{
  font-size: 0.75rem;
  line-height: 1rem;

}
@media (min-width: 768px){
  .btn--small > * *{
    font-size: 0.875rem;
    line-height: 1.25rem;

  }

}
.btn--smaller{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;

}
.btn--smaller *{
  font-size: 0.75rem;
  line-height: 1rem;

}
.btn--smaller > *{
  font-size: 0.75rem;
  line-height: 1rem;

}
.btn--smaller > * *{
  font-size: 0.75rem;
  line-height: 1rem;

}
/* standard colors */
.btn--secondary {
    background-color: var(--color__background-secondary);
    border-color: var(--color__border-secondary);
    color: var(--color__foreground-secondary);
  }
.btn--secondary * {
      color: var(--color__foreground-secondary);
    }
.btn--tertiary {
    background-color: var(--color__background-tertiary);
    border-color: var(--color__border-tertiary);
    color: var(--color__foreground-tertiary);
  }
.btn--tertiary * {
      color: var(--color__foreground-tertiary);
    }
.btn--neutral {
    background-color: var(--color__background-neutral);
    border-color: var(--color__border-neutral);
    color: var(--color__foreground-neutral);
  }
.btn--neutral * {
      color: var(--color__foreground-neutral);
    }
.btn--plain {
    background-color: var(--color__background-plain);
    border-color: var(--color__border-plain);
    color: var(--color__foreground-plain);
  }
.btn--plain * {
      color: var(--color__foreground-plain);
    }
/* button animations */
/* - set style for default loading button */
.btn--load{
  position: relative;

}
.btn--loading {
      cursor: wait;
    }
/* - make sure spinner is spinner */
.btn__spinner{
  visibility: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  display: flex;
  width: 91.666667%;
  --tw-translate-y: -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));
  align-items: center;
  justify-content: center;
  background-color: inherit;

}
.btn__spinner svg{
  margin: 0px;
  margin: auto;

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

  }

}
.btn__spinner svg{
  animation: spin 3s linear infinite;

}
/* - when loading class used, hide content and show spinner */
.btn--loading .btn__content{
  visibility: hidden;

}
.btn--loading .btn__spinner{
  visibility: visible;

}
/* standard containers */
.window--narrow{
  margin: auto;
  padding-left: 1rem;
  padding-right: 1rem;

}
@media (min-width: 768px){
  .window--narrow{
    max-width: 42rem;

  }

}
@media (min-width: 1024px){
  .window--narrow{
    max-width: 48rem;

  }

}
@media (min-width: 1280px){
  .window--narrow{
    max-width: 56rem;

  }

}
.\!window{
  margin: auto;
  padding-left: 1rem;
  padding-right: 1rem;

}
@media (min-width: 768px){
  .\!window{
    max-width: 56rem;

  }

}
@media (min-width: 1024px){
  .\!window{
    max-width: 64rem;

  }

}
@media (min-width: 1280px){
  .\!window{
    max-width: 72rem;

  }

}
.window{
  margin: auto;
  padding-left: 1rem;
  padding-right: 1rem;

}
@media (min-width: 768px){
  .window{
    max-width: 56rem;

  }

}
@media (min-width: 1024px){
  .window{
    max-width: 64rem;

  }

}
@media (min-width: 1280px){
  .window{
    max-width: 72rem;

  }

}
.window--wide{
  margin: auto;
  padding-left: 1rem;
  padding-right: 1rem;

}
@media (min-width: 768px){
  .window--wide{
    max-width: 64rem;

  }

}
@media (min-width: 1024px){
  .window--wide{
    max-width: 72rem;

  }

}
@media (min-width: 1280px){
  .window--wide{
    max-width: 90rem;

  }

}
.window--full{
  margin: auto;
  padding-left: 1rem;
  padding-right: 1rem;

}
.header__link:hover + .header__dropdown,
  .header__link:focus + .header__dropdown,
  .header__dropdown:hover,
  .header__dropdown:focus-within{
  height: auto;
  opacity: 1;

}
/* ======= */
/* utilities */
/* COLORS */
/* - utility color classes that can be re-used throughout */
/* ======= */
/* BORDERS */
/* - utility classes to add default border styles */
/* ======= */
/* TYPOGRAPHY */
/* - utility classes to add default typography styles */
/* ======= */
/* ANIMATION */
/* - utility classes to add default animation stuff */
/* ======= */
/* SPACING */
/* - utility classes to add padding and margin that matches the set gap sizing */
/* ======= */
/* ======= */
/* base */
/* COLORS */
/* - apply base styles to color the page */
/* ======= */
/* TYPOGRAPHY */
/* - apply base styles to set type */
/* ======= */
/* FORMS */
/* - apply base styles to set form inputs */
/* ======= */
/* IMAGES */
/* - apply base styles to set form images */
/* ======= */
/* TABLES */
/* - apply base styles to set table */
/* ======= */
table {
    border-color: var(--color__border-divider-1);
    border-top-width: var(--size__border-element-width);
    border-right-width: var(--size__border-element-width);
  }
table p{
  margin: 0px;

}
table tr {
    border-color: var(--color__border-divider-1);
    border-bottom-width: var(--size__border-element-width);
  }
table td{
  padding: 0.5rem;
    border-color: var(--color__border-divider-1);
    border-left-width: var(--size__border-element-width);

}
.mobile-drawer {
    z-index: 10000 !important;
}
.intercom-lightweight-app {
    z-index: 9999 !important;
}
/* ======= */
/* components */
/* - atoms */
/* BUTTONS */
/* ======= */
/* CONTAINERS */
/* ======= */
/* - components */
/* HEADER */
/* ======= */
#topNav {
  align-items: end;
  margin: 0;
  display: flex;
  width: 100%;
  max-width: 275px;
  line-height: 16px;
  padding-left: 3vw;
  padding-right: 2vw;
  padding-bottom: 20px;
  font-weight: 500;
  font-size: 13px;
  box-sizing: content-box;
}
.art--btn--underline{
    text-decoration: underline;
    text-underline-offset: 3px;
    text-transform: uppercase;
}
.art--font--abril{
    font-family: abril-display, cursive;
}
.ah__rec-slider .swiper-pagination, .ah__reviews-slider-container .swiper-pagination {
    bottom: 0px !important;
}
#drawerToggle {
    position: fixed;
    top: 90px;
    left: 10px;
    z-index: 1001;
    background: #333;
    color: #fff;
    border: none;
    padding: 10px 14px;
    border-radius: 4px;
    cursor: pointer;
}
/* Hide this when the screen is this small because it gets in the way */
@media(max-width: 1500px) {
#drawerToggle {
        display: none
}
    }
.drawer {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 400px;
}
@media (max-width: 1920px) {
.drawer {
        width: 225px;
}
    }
@media (min-width: 1921px) {
.drawer {
        max-width: 15vw;
}
    }
.drawer{
    background: #222;
    color: #fff;
    overflow-y: auto;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    z-index: 1002;
    padding: 20px 20px 80px;
    box-shadow: 2px 0 8px rgba(0,0,0,0.4);

}
.drawer.no-transition {
    transition: none !important;
}
.drawer.open {
    transform: translateX(0);
}
.drawer button {
    background: none;
    border: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    float: right;
}
.drawer ul {
    list-style: none;
    padding: 0;
    margin-top: 50px;
}
.drawer ul li {
    margin-bottom: 15px;
}
.drawer ul a {
    color: #fff;
    text-decoration: none;
}
.ah__reviews-slider-container {
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
.ah__pdp-image-container {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}
.ah__pdp-image {
    width: 100%;
    height: auto;
    max-height: 100%;
    max-width: min(100%, 650px);
    margin: 0 auto;
    -o-object-fit: contain;
       object-fit: contain;
    }
@media (max-width: 1000px) {
.ah__pdp-image {
     max-width: min(90%, 500px);
        padding: 10px 5px 0 5px;
        max-width: min(100%, 400px)
    }
    }
/* Hide scrollbar for Chrome, Safari and Opera */
.no-scrollbar::-webkit-scrollbar {
    display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.swiper-pagination-bullet{
    width: 10px !important;
    height: 10px !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #999999;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.no-scrollbar::-webkit-scrollbar {
    display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.no-scrollbar {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
.btn--swatch--selected {
    box-shadow: #000000 0px 0px 0px 1px, #000000 0px 0px 0px 1px;
    outline: 2px solid transparent;
    outline-offset: 2px;
    padding: 5px !important;
}
.js-pdp-swatch {
    background-size: contain;
}
.ah__pdp-option-btn.btn--plain {
    border: 1px solid #cccccc;
}
.btn--reg--selected {
    border: 2px solid #000000 !important;
    font-weight: 600 !important;
}
.btn--reg--selected:focus  {
    outline: none;
    box-shadow: none;
}
.ah_pdp_merchants_message b{
    line-height: normal;
    font-size: 14px;
    font-weight: 700;
}
.ah_pdp_merchants_message b span{
    line-height: normal;
    font-size: 14px;
    font-weight: 700;
}
.ah_pdp_product_main .ah_pdp_description {
    line-height: normal;
    padding-bottom: 20px;
}
.ah_pdp_product_main .ah_pdp_description .glossaryLink{
    line-height: normal;
    font-size: unset;
}
.ah_pdp_product_main .ah_pdp_description ul{
    margin: 2px 0 15px;
    padding-inline-start: 40px;
}
.ah_pdp_product_main .ah_pdp_description li{
    font-size: 13px;
    line-height:normal;
    margin: 0 0 3px -10px;
}
.ah_pdp_product_main .ah_pdp_description,.ah_pdp_details li::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    -moz-text-align-last: auto !important;
         text-align-last: auto !important;
}
.ah_pdp_product_main .ah_pdp_details ul {
    margin: 2px 0 15px;
    padding-inline-start: 32px;
}
.ah__pdp-option-btn {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    justify-content: center;
    align-items: center;
    border: 1px solid #cccccc;
    min-height: 48px;
    min-width: calc(25% - 6px);
    max-width: calc(50% - 8px);
    font-weight: 400;

}
@media (min-width: 768px) and (max-width: 1279px) {
.ah__pdp-option-btn {
        min-width: calc(50% - 8px);
        max-width: 100%

}
    }
.ah_pdp_artist_description {
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
}
.ah_pdp_artist_description strong{
    font-size: 18px;
    line-height: normal;
    font-weight: 500;
}
.size-guide-modal__scroll-bar {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;
}
/* Firefox, Safari 18.2+, Chromium 121+ */
.size-guide-modal__scroll-bar .size-guide-modal__scroll-bar::-webkit-scrollbar {
        display: none;  /* Older Safari and Chromium */
    }
.size-guide-modal__accordion-container .component__accordion__header {
    padding-left: 0px !important
}
.size-guide-modal__accordion-container .component__accordion__label {
    font-size: 28px;
    font-weight: 200;
}
.size-guide-modal__accordion-container-inner p, .size-guide-modal__accordion-container-inner div, .size-guide-modal__accordion-container-inner a {
        font-size: 16px;
        color: #262626;
        font-weight: 400;
    }
.size-guide-modal__accordion-container-inner strong {
        font-weight: 700;
        color: #262626;
        font-size: 16px;
    }
.sizing-modal table {
    width: 100%;
    text-align: center;
    font-size: 14px !important;
    border: 2px solid #cccccc;
    table-layout: fixed;
}
.sizing-modal table td {
    padding: 0px;
}
.sizing-modal table .td-header{
    background: #cccccc;
}
.sizing-modal table .td-sider{
    background: #e5e5e5 !important;
}
.ah-pdp-promo-copy {
    font-size: 12px;
    line-height: normal;
}
.ah-pdp-promo-copy span {
    font-size: 12px;
}
.ah-pdp-promo-copy strong {
    font-size: 12px;
}
.ah-pdp-promo-copy br {
    line-height: normal;
}
.ah__rec-slider-header-title-wrapper {
    margin-left: auto;
    margin-right: auto;
}
.ah__rec-slider .ah__rec-product{
    padding: 25px;
}
@media (max-width: 767px) {
.ah__rec-slider .ah__rec-product{
        padding: 25px 10px 25px 10px
}
    }
.ah__rec-slider .swiper, .ah__reviews-slider-container .swiper {
    padding-left: 24px;
    padding-right: 24px;
}
.ah__rec-slider .swiper-wrapper {
  
}
.ah__rec-slider .swiper-button-next, .ah__reviews-slider-container .swiper-button-next {
    right: 0;
    color: #666;
}
@media (max-width: 767px) {
.ah__rec-slider .swiper-button-next, .ah__reviews-slider-container .swiper-button-next {
        display: none
}
    }
.ah__rec-slider .swiper-button-prev, .ah__reviews-slider-container .swiper-button-prev {
    left: 0;
    color: #666;
}
@media (max-width: 767px) {
.ah__rec-slider .swiper-button-prev, .ah__reviews-slider-container .swiper-button-prev {
        display: none
}
    }
.ah__rec-product-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 8px;
    width: 100%;
    max-width: 250px;
    max-height: 250px;
    position: relative;
    border: 0.5px solid rgba(0, 0, 0, 0.1);
}
.ah__rec-product-image-container img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: block;
        width: auto !important;
        height: auto !important;
        max-height: calc(100% - 20px);
        max-width: calc(100% - 20px);
        -o-object-fit: contain;
           object-fit: contain;
    }
.ah__rec-product-image-container::before {
    content: '';
    display: block;
    padding-top: min(100%, 250px);
}
.ah__rec-product-price .jdgm-prev-badge__stars{
        zoom: 0.8;
    }
.ah__rec-product-price .jdgm-prev-badge__text {
        display: none !important;
    }
.ah__rec-product-link {
    display: flex;
    flex-direction: column;
}
.ah__rec-product-price {
    font-size: 14px;
    color: #000000;
    line-height: 1.5;
    text-align: center;
    font-weight: 500;
    padding-top: 7px;
    padding-bottom: 7px;
}
.ah__rec-product-price-compare {
    text-decoration: line-through;
}
.ah__rec-product-price-sale {
    color: #b80101;
    font-size: 14px;
    margin-left: 4px;
}
.ah__rec-product-title,.ah__rec-product-vendor {
    display: block;
    text-decoration:none !important;
    text-align: center;
    font-size: 14px;
    color: #363636;
    max-width: 250px;
    margin: auto;
}
.ah__rec-product-title:hover,.ah__rec-product-vendor:hover {
    text-decoration: underline !important;
}
.cart-drawer__promo-basket-copy span {
    font-size: 14px !important;
    line-height: 1 !important;
}
.cart-drawer__promo-basket-copy strong {
    font-size: 14px !important;
    line-height: 1 !important;
}
@media (max-width: 767px) {
.ah__search-header h1 {
        padding-left: 12px
}
    }
@media (min-width: 768px) {
.ah__search-header h1 {
        margin-left: 190px
}
    }
.garmentMeasurementsGuideLink {
    text-decoration: underline;
}
.garmentMeasurementsGuideLink:hover {
        cursor: pointer;
    }
#size-guide-table, #size-guide-garment-measurements-table {
    max-width: 900px;
    width: 100%;
    padding: 0;
    overflow-x: auto;
    overflow-y: hidden;
    border: 2px solid #ccc;
    margin-bottom: 10px;
}
#size-guide-table table, #size-guide-garment-measurements-table table {
        table-layout: fixed;
        border-collapse: collapse;
        position: relative;
        overflow: hidden;
        overflow-x: auto;
        font-size: 14px;
        color: #303030;
    }
#size-guide-table table td, #size-guide-table table th, #size-guide-garment-measurements-table table td, #size-guide-garment-measurements-table table th {
            border: 2px solid white !important;
        }
#size-guide-table table .td-header, #size-guide-garment-measurements-table table .td-header {
            text-transform: capitalize;
            font-size: 14px;
            font-weight: 700;
        }
#size-guide-table table .td-sider, #size-guide-garment-measurements-table table .td-sider {
            text-transform: capitalize;
            font-size: 14px;
            font-weight: 700;
        }
#size-guide-table table th, #size-guide-garment-measurements-table table th {
            font-weight: 400;
            width: 120px;
            }
@media screen and (max-width: 980px) {
#size-guide-table table th, #size-guide-garment-measurements-table table th {
                width: 100px
            }
              }
#size-guide-table table td, #size-guide-garment-measurements-table table td {
            font-size: 14px;
            position: relative;
            background-color: transparent;
        }
@media screen and (max-width: 980px) {
#size-guide-table table td, #size-guide-garment-measurements-table table td {
                width: 100px
        }
            }
#size-guide-table table tr:hover td, #size-guide-garment-measurements-table table tr:hover td {
            background-color: #e5e5e5;
        }
#size-guide-table table td:hover, #size-guide-garment-measurements-table table td:hover {
            position: relative;
            background-color: #c3d9dc !important;
        }
#size-guide-table table td:hover::after, #size-guide-garment-measurements-table table td:hover::after {
            content: '';
            position: absolute;
            background-color: #e5e5e5;
            left: 0;
            right: 0;
            top: -5000px;
            bottom: -5000px;
            z-index: -1;
        }
.ah_pdp_unselected_price .ahPriceDisplay .ahRegularPrice {
    font-size: 22px !important;
    font-weight: 500 !important;
    color: #303030 !important;
}
.ah_pdp_unselected_price .ahPriceDisplay .ahStrikeThroughPrice {
    font-size: 22px !important;
    font-weight: 500 !important;
    margin-right: 8px !important;
}
.ah_pdp_unselected_price .ahPriceDisplay .ahSalePrice {
    font-size: 22px !important;
    font-weight: 500 !important;
}
.ah_pdp_unselected_price .ahPriceDisplay .ahDiscount {
    font-size: 18px !important;
    font-weight: 400 !important;
}
.ahStrikeThroughPrice, .ahSalePrice, .ahRegularPrice {
    font-size: 16px !important;
}
@media (max-width: 767px) {
.ahStrikeThroughPrice, .ahSalePrice, .ahRegularPrice {
        font-size: 14px !important
}
    }
.ah__pdp-option-btn .dimensionGroup {
    padding-left: 4px;
    padding-right: 4px;
}
.ah__pdp-option-btn br {
    display:none;
}
.ah__pdp-option-btn[data-option-name="Color"] .dimensionGroup {
    display: none;
}
.ah__pdp-option-btn[data-option-name="Finish"] .dimensionGroup {
    display: none;
}
.ah__pdp-option-btn[data-option-name="Wood"] .dimensionGroup {
    display: none;
}
.ah__pdp-option-btn[data-option-name="Gemstone"] .dimensionGroup {
    display: none;
}
.ah__pdp-option-btn[data-option-name="Color"][data-option-position="1"].btn--plain {
    border: none;
}
.ah__pdp-option-btn[data-option-name="Finish"][data-option-position="1"].btn--plain {
    border: none;
}
.ah__pdp-option-btn[data-option-name="Wood"][data-option-position="1"].btn--plain {
    border: none;
}
.ah__pdp-option-btn[data-option-name="Gemstone"][data-option-position="1"].btn--plain {
    border: none;
}
/** temp fix to add padding for position 2 option buttons **/
.ah__pdp-option-btn[data-option-name="Color"][data-option-position="2"].btn--plain {
    padding-left: 8px;
    padding-right: 8px;
}
.ah__pdp-option-btn[data-option-name="Finish"][data-option-position="2"].btn--plain {
    padding-left: 8px;
    padding-right: 8px;
}
.ah__pdp-option-btn[data-option-name="Wood"][data-option-position="2"].btn--plain {
    padding-left: 8px;
    padding-right: 8px;
}
.ah__pdp-option-btn[data-option-name="Gemstone"][data-option-position="2"].btn--plain {
    padding-left: 8px;
    padding-right: 8px;
}
/* Force hiding of review count in preview search because when judgeme loads two widgets on the same page they argue over its visibility */
.boost-sd__instant-search-product-list .jdgm-prev-badge__text {
    display: none !important;
}
/* Force hiding of Q&A badge in both preview search and PLP */
.boost-sd__instant-search-product-list .jdgm-qa-badge {
    display: none !important;
}
.boost-sd__product-rating .jdgm-qa-badge {
    display: none !important;
}
@media (max-width: 767px) {
    .boost-swatch-no-4,
    .boost-swatch-no-5,
    .boost-swatch-no-6,
    .boost-swatch-no-7,
    .boost-swatch-no-8,
    .boost-swatch-no-9,
    .boost-swatch-no-10,
    .boost-swatch-no-11,
    .boost-swatch-no-12 {
        display: none !important;
    }
}
input[type="checkbox"]:checked {
    background-color: #295fcb !important;
}
.ah__newsletter-signup input[type="text"],
.ah__newsletter-signup input[type="email"] {
    background-color: #ffffff;
    border: 1px solid #303030;
}
.ah__newsletter-signup input[type="text"]:focus-visible,
.ah__newsletter-signup input[type="email"]:focus-visible {
    border: none;
}
.ah_pdp_product_main_right-column input[type="text"],
.ah_pdp_product_main_right-column input[type="email"],
.ah_pdp_product_main_right-column input[type="date"],
.ah_pdp_product_main_right-column textarea,
.ah_pdp_product_main_right-column select {
    background-color: #ffffff;
    border: 1px solid #303030;
}
.ah_pdp_product_main_right-column input[type="text"]:focus-visible,
.ah_pdp_product_main_right-column input[type="email"]:focus-visible
.ah_pdp_product_main_right-column input[type="date"]:focus-visible,
.ah_pdp_product_main_right-column textarea:focus-visible,
.ah_pdp_product_main_right-column select:focus-visible {
    border: none;
}
.navImages{
  display: inline-flex;
        width: 100%;

}
.navImages > div {
            width: 100%;
        }
.navImages .flex-row {
            width: 100%;
            display: flex;
        }
.navImages .w-full {
            width: -moz-fit-content;
            width: fit-content;  /* Set base width */
            display: flex;
            justify-content: flex-start;
        }
.navImages img {
            width: auto;
            height: 300px;
            max-width: 300px;
            -o-object-fit: contain;
               object-fit: contain;
            -o-object-position: left !important;
               object-position: left !important;
        }
@media (max-width: 1200px) {
.navImages img {
                max-width: 250px;
                max-height: 250px
        }
            }
@media (max-width: 1000px) {
.navImages img {
                max-width: 175px;
                max-height: 175px
        }
            }
.navImages a {
       overflow-wrap: break-word;
    }
.navImages .spacingTarget:nth-of-type(3), .navImages .spacingTarget:nth-of-type(2) {
    padding-left: 40px;
}
@media (max-width: 1200px) {
.navImages .spacingTarget:nth-of-type(3), .navImages .spacingTarget:nth-of-type(2) {
        padding-left: 20px
}
    }
@media (max-width: 1000px) {
.navImages .spacingTarget:nth-of-type(3), .navImages .spacingTarget:nth-of-type(2) {
        padding-left: 15px
}
    }
.navMobileHeader .text-left {
        background: #fff;
        color: #333;
        font-weight: 300;
        font-size: 18px;
        text-transform: capitalize !important;
    }
.ah__my-account-nav-popup {
    bottom: -81px !important;
    left: 50%;
    transform: translateX(-106%);
}
.faq-item {
    width: 900px;
    flex-shrink: 0;
    color: #303030;
    font-family: Inter;
    font-style: normal;
    line-height: normal;

}
.faq-item .faq-section {
        position: relative;
    }
.faq-item .faq-section::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 15px;  /* Adjust this value to control how much shorter on the left */
        right: 25px; /* Adjust this value to control how much shorter on the right */
        height: 1px; /* Border thickness */
        background-color: rgba(179, 179, 179, 0.3);/* Border color */
    }
@media(max-width: 767px) {
.faq-item {
        max-width: 300px !important

}
    }
.faq-item button span {
            font-weight: 500;
            font-size: 18px;
        }
.faq-item button div {
            margin-right: 10px !important;
        }
.faq-item a {
        font-size: 16px !important;
    }
.faq-item li {
        font-size: 16px !important;
    }
.faq-item p {
        font-size: 16px;
        font-weight: 400;
    }
.faq-item strong {
        font-size: 16px !important;
    }
.ah__plp-visual-nav-slider-slide {
    max-width: 215px;
}
@media (min-width: 992px) {
.ah__plp-visual-nav-slider-slide {
        max-width: 270px
}
    }
.announcement-swiper {
    max-height: 35px;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
.announcement-swiper {
        max-height: 85px
}
    }
@media screen and (max-width: 375px) {
.announcement-swiper {
        max-height: 106px
}
    }
.merchant-mode .plpCatalogIcon {
    display: block!important;
}
.merchant-mode.plpCatalogIconsHidden .plpCatalogIcon {
    display: none!important;
}
@media screen and (max-width: 767px) {
.announcement-swiper.swiper-initialized {
        max-height: 106px
}
    }
[data-auto-swiper="true"] .custom-swiper-button {
        display: none;
    }
[data-auto-swiper="true"] .swiper-wrapper {
        visibility: hidden;
    }
.swiper-initialized[data-auto-swiper="true"] .custom-swiper-button {
        display: flex;
    }
.swiper-initialized[data-auto-swiper="true"] .swiper-wrapper {
        visibility: visible;
    }
[data-promo-period-active="false"] {
    display: none!important;
}
.custom-swiper-button:after {
    display: none!important;
}
.shopify-policy__container {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.fsImgFullSize, .ccFullSizeHeader {
    display: flex !important;
    max-width: 100% !important;
}
@media(max-width: 767px) {
.fsImgFullSize, .ccFullSizeHeader {
        display: none !important
}
    }
.fsImgFullSize {
    padding-top: 20px;
}
.fsImgMobile {
    padding-top: 25px;
}
.fsImgMobileText {
    padding-top: 30px;
    max-width: 90%;
    margin: 0 auto;
}
.fsImgMobile, .fsImgMobileText, .ccMobileFullSizeHeader {
    display: none !important;
}
@media(max-width: 767px) {
.fsImgMobile, .fsImgMobileText, .ccMobileFullSizeHeader {
      display: flex !important;
      max-width: 100% !important
}
    }
#pdp-arrives-in-time-tooltip h4 {
    font-size: 18px !important;
    font-weight: 600 !important;
}
#pdp-arrives-in-time-tooltip p {
    font-size: 13px !important;
    line-height: 1.25 !important;
}
#pdp-arrives-in-time-tooltip strong {
    font-size: 13px !important;
    line-height: 1.25 !important;
}
#pdp-arrives-in-time-tooltip a {
    font-size: 13px !important;
    line-height: 1.25 !important;
}
#pdp-arrives-in-time-tooltip ul li p {
    margin-bottom: 0;
}
.mobile-truncate {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-word;
    white-space: normal;
}
@media (min-width: 992px) {
    .mobile-truncate {
        width: auto !important;
        display: block;
        -webkit-line-clamp: unset;
        overflow: visible;
        white-space: normal;
    }
}
/* build 10-31-2025 */
:root {
    --boostsd-product-list-gap-desktop: 16px;
    --boostsd-product-list-gap-mobile: 6px;
}
.boost-sd__filter-product-list .container {
    margin: auto;
    max-width: 1440px;
}
.boost-sd__filter-product-list .container .boost-sd-layout {
    margin: 0;
    max-width: 1440px;
}
.boost-sd-layout--has-filter-vertical.boost-sd-layout--has-vertical-style-default .boost-sd__toolbar-content {
    border-bottom: none !important;
}
.boost-sd__toolbar-item--view-as {
    display: none !important;
}
.boost-sd__toolbar-item--product-count .boost-sd__product-count {
    text-align: left !important;
}
.boost-sd__product-list--margin {
    margin-right:0 !important;
    margin-left: 0 !important;
}
.boost-sd__filter-product-list .boost-sd__product-item {
    justify-content: flex-end;
}
.boost-sd__filter-product-list .boost-sd__product-item.ui-selecting {
        background: #1ff888;
    }
.boost-sd__filter-product-list .boost-sd__product-item.ui-selected {
        background-color: #1ff888;
    }
.boost-sd__filter-product-list .boost-sd__product-item.ui-deselecting {
        background-color: #C0819C;
    }
.boost-sd__filter-product-list .boost-sd__product-item {
    border: 1px solid #ddd;
    padding: 10px;
    gap: 0 !important;

    margin-left: 3px !important;
    margin-right: 3px !important;
    margin-bottom: 8px !important;
    width: calc(50% - 6px) !important;
}
@media screen and (min-width: 768px) {
.boost-sd__filter-product-list .boost-sd__product-item {
        margin-left: 8px !important;
        margin-right: 8px !important;
        width: calc(33.3333333333% - 16px) !important
}
    }
.boost-sd__filter-product-list .boost-sd__product-item .boost-sd__product-item-grid-view-layout-image {
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: flex;
    
}
.boost-sd__product-item-grid-view-layout-image img {
    max-height: 527px;
    -o-object-fit: contain;
       object-fit: contain;
    min-height: 250px;
}
@media screen and (max-width: 767px) {
    .boost-sd__product-item-grid-view-layout-image img {
        min-height: 175px;
        max-height: 268px;
    }
}
.boost-sd__product-info .boost-sd__product-swatch {
    margin-bottom: 0 !important;
}
.boost-sd__product-swatch-option .boost-sd__radio-label--circle {
    box-shadow: none !important;
    border: 1px solid #bdbdbd !important
}
.boost-sd__product-item-grid-view-layout-image {
    margin-bottom: 10px;
}
.boost-sd__product-item-grid-view-layout-image .ti-soldout-text{
    color: #030303;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    text-decoration: none;
    text-transform: uppercase;
    top: 27%;
    left: 35%;
    z-index: 1;
}
@media (max-width: 767px) {
.boost-sd__product-item-grid-view-layout-image .ti-soldout-text{
        top: 20%;
        left: 30%
}
    }
.boost-sd__product-label--soldout,.boost-sd__suggestion-queries-item-badge--sold-out {
    display: none !important;
}
a.boost-sd__product-image {
    display: inline;
}
.boost-sd__product-image-img {
    background: none !important;
}
.boost-ah-sold-out .boost-sd__product-image img {
    opacity: 0.5;
}
.boost-sd__product-image-img--second {
    background-color: #ffffff !important;
}
.boost-ah-sold-out .boost-sd__product-image .boost-sd__product-image-img--second {
    display: none !important;
}
.boost-sd__product-swatch-more {
    color: #363636 !important;
    border: none !important;
    min-width: 17px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.boost-sd__product-swatch-more:hover{
    color: #363636 !important;
    background-color: transparent !important;
}
.boost-sd__product-info {
    gap: 0 !important;
    cursor: unset !important;
    /*padding: var(--boostsd-product-info-padding);*/
}
.jdgm-widget .jdgm-prev-badge__stars {
    margin-right:8px;
}
.boost-sd__product-info .jdgm-prev-badge__stars {
    cursor: unset !important;
    margin-right: 4px;
}
.boost-sd__product-info .jdgm-star {
    cursor: unset !important;
}
.boost-sd__product-title {
    font-size: 16px !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 100% !important;
    }
@media (max-width: 767px) {
.boost-sd__product-title {
        font-size: 14px !important
    }
      }
@media screen and (max-width: 992px) {
.boost-sd__product-vendor {
        display: flex;
        flex-direction: column;
        gap:0;
        margin-top: 7px
}
    }
.boost-sd__product-vendor, .boost-sd__product-vendor-pdp-brief-desc, .boost-sd__product-vendor-by-line {
    color: inherit !important;
    font-size: 12px !important;
    text-transform: none !important;
    line-height: 14px !important;
}
@media screen and (max-width: 991px) {
.boost-sd__product-vendor, .boost-sd__product-vendor-pdp-brief-desc, .boost-sd__product-vendor-by-line {
        line-height:normal
}
    }
.boost-sd__product-price {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
}
.ahPriceDisplay {
    font-size: 16px !important;
    margin-top: 7px !important;
    margin-bottom: 7px !important;
    color: #000000 !important;
}
.ahPriceDisplay .ahStrikeThroughPrice {
    color: #000000 !important;
    text-decoration: line-through !important;
    margin-right: 4px !important;
    font-weight: 400 !important;
}
@media screen and (max-width: 991px) {
.ahPriceDisplay .ahStrikeThroughPrice {
        display: inline-block;
        width: 100%
}
    }
.ahPriceDisplay .ahSalePrice {
    margin-right: 4px !important;
    color: #b80101 !important;
    font-size: 16px !important;
    font-weight: 500;
}
.ahPriceDisplay .ahDiscount {
    font-size: 16px !important;
    color: #b80101 !important;
    font-weight: 500;
    text-transform: none !important;
}
.boost-ahPriceDisplay .ahDiscount {
    display: none !important;
}
.boost-sd__product-price--default .boost-sd__format-currency {
    font-size: 16px !important;
}
.boost-sd__product-rating .jdgm-prev-badge__text {
    color: #666 !important;
    font-size: 11px !important;
    visibility: visible !important;
}
.boost-sd__ah-plp-snipe {
    display: block;
    width: 100%;
}
.boost-sd-container-search-page .boost-sd__search-form-wrapper {
    display: none;
}
.boost-sd-container-search-page .boost-sd__search-result-toolbar {
    display: none;
}
.boost-sd__in-collection-search {
    display: none !important;
}
.boost-sd__sorting .boost-sd__sorting-label {
    color: #575757;
    font-size: 11px;
}
.boost-sd__sorting-value {
    font-size: 12px;
    color: #444;
    max-width: 93px !important;
    text-overflow: ellipsis !important;
    white-space: nowrap;
    overflow: hidden;
}
.boost-sd__product-count {
    font-size: 12px !important;
    color: #363636 !important;
}
@media screen and (min-width: 992px) {
.ah-boost-sd__sorting-value-wrapper {
        border: 1px solid #ccc;
        padding: 4px 37px 2px 8px;
        width: 180px
}
.boost-sd__sorting-button:after {
        position: absolute;
        right: 14px;
        width: 8px !important;
        height: 8px !important
}
    }
.boost-sd__sorting-option {
    padding: 6px !important;
    color: #000 !important;
    font-size: 12px;
    min-width: unset !important;
    text-transform: lowercase !important;
}
.boost-sd__sorting-option:hover {
    background-color: #eeeeee !important;
}
.boost-sd__sorting-list {
    padding: 0 !important;
    width: 180px !important;
    box-shadow: 6px 8px 6px -6px #999;
    border: 1px solid #ddd;
    top: calc(100% + 0px) !important;
}
.boost-sd__sorting-option--active {
    background-color: #dddddd !important;
}
.cms-snipe{
    text-transform: uppercase;
    color: #53779A;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-top: 3px;
    margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
    .arrives-in-time .cms-snipe {
        font-size: 10px!important;
    }
}
.ah-boost-sd__product_item-available-sizes-badge {
    position: absolute;
    top: 10px;
    right:0px;
    z-index:10;
    color: #666;
    width: 42px;
    text-align: right;
    padding: 3px;
    background-color: #f0f1f5;
    font-size: 11px;
    line-height: 12px;
}
.boost-sd__search-widget-init-input, #boost-sd__search-widget-init-input {
    background-color: #f7f7f7 !important;
    font-size: 14px !important;
    color: black !important;
}
input#boost-sd__search-widget-init-input-1::-moz-placeholder, input#boost-sd__search-widget-init-input::-moz-placeholder {
    color: black;
    opacity: 0.65;
}
input#boost-sd__search-widget-init-input-1::placeholder, input#boost-sd__search-widget-init-input::placeholder {
    color: black;
    opacity: 0.65;
}
#boost-sd__search-widget-init-input-1, #boost-sd__search-widget-init-input {
    height: 40px;
}
.boost-sd__filter-option-item-button {
    font-size: 12px !important;
}
.boost-sd__filter-option-item-label {
    font-size: 12px !important;
    color: #363636 !important;
    line-height: normal !important;
}
.boost-sd__filter-option-item-amount {
    position: absolute;
    top: 4px;
}
.boost-sd__filter-option-title {
    text-transform: uppercase !important;
    font-size: 14px !important;
    width: 100% !important;
    color: #363636 !important;
}
@media screen and (min-width: 992px) {
.boost-sd__filter-option-itemwrapper {
        padding-left: 4px !important
}
.boost-sd__filter-option {
        padding-top: 16px !important;
        padding-bottom: 16px !important
}
    }
.boost-sd__filter-option-title:before {
    position: absolute !important;
    right: 0;
}
.jdgm-custom-forms-filters__button {
    font-size: 16px !important;
}
.jdgm-custom-forms-filters__button:before {
    top: 47% !important;
    left: 8px !important;
    }
.jdgm-rev__scale-range {
    border-radius: unset !important;
}
.jdgm-cf-bar.jdgm--filled:first-of-type, .jdgm-rev__rating-scale-bar:first-of-type {
    border-radius: unset !important;
}
.boost-sd__filter-option-label {
    padding-left: 6px !important;
}
@media screen and (min-width: 992px) {
.boost-sd__filter-option-label .boost-sd__filter-option-title:before {
        content: "-";
        border: none !important;
        font-size: 18px !important;
        height: 18px !important;
        margin: -4px 16px 0 0 !important;
        color: #666666 !important
}
.boost-sd__filter-option-label.boost-sd__filter-option-label--collapsed .boost-sd__filter-option-title:before {
        content: "+" !important
}
.boost-sd__filter-option {
        border-bottom: 1px solid #D9D9D9 !important
}
    }
.boost-sd__refine-by-vertical-refine-by-type .boost-sd__refine-by-vertical-refine-by-option {
    display: none;
}
.boost-sd__refine-by-vertical-refine-by-item {
    background-color: #F0F2F5 !important;
    border: 0.5px solid #CCCCCC !important;
    justify-content: left !important;
    width: unset !important;
    padding-right: 8px !important;
}
.boost-sd__refine-by-vertical-refine-by-type {
    order: 2 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
}
.boost-sd__refine-by-vertical-refine-by-value {
    font-size: 12px !important;
    font-weight: 400 !important;
}
.boost-sd__refine-by-vertical-refine-by-clear {
    order: 1 !important;
    min-width: unset !important;
    width: 12px !important;
    padding-right: 4px !important;
}
.boost-sd__button.boost-sd__button--clear.boost-sd__filter-option-label-btn{
    display: none !important;
}
.boost-sd__refine-by-vertical-refine-by-heading {
    display: none !important;
}
.boost-sd__button.boost-sd__button--clear {
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #363636 !important;
    text-decoration: underline !important;
}
.boost-sd__filter-option-range-slider-input-wrapper {
    border: 0.5px solid #CCCCCC !important;
    color: #363636 !important;
}
.boost-sd__filter-option-range-slider-input, 
.boost-sd__filter-option-range-slider-unit {
    color: #363636 !important;
    font-size: 12px !important;
}
.boost-sd__filter-option-range-slider-slider div {
    font-size: 12px !important;
}
.boost-sd__pagination-number--active::after {
    content: "";
    width: 50%;
    height: 2px;
    background: #CCCCCC;
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translate(-50%);
}
.boost-sd__filter-tree-toggle-button-text {
    font-size: 12px !important;
    color: #363636 !important;
}
.boost-sd__toolbar-item--product-count {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 6px;
    border-bottom: 1px solid #D9D9D9;
    border-top: 1px solid #D9D9D9;
}
.boost-sd__refine-by-vertical-refine-by {
    border-bottom: none !important;
    margin-bottom: 0 !important;
}
.boost-sd-right {
    position: relative;
}
@media screen and (min-width: 992px) {
.boost-sd__toolbar-container  {
        width:240px !important;
        position: absolute;
        top: -80px;
        right: 0
}
.boost-sd__toolbar-item--sorting {
        justify-content: right !important;
        padding-right: 8px;
        z-index:11
}
    }
.boost-sd__sorting-list--active {
    display: inline-table !important;
    z-index: 11 !important;
}
@media screen and (max-width: 991px) {
.boost-sd__toolbar-container  {
        margin-bottom: 0 !important
}
    }
.boost-sd__toolbar-inner {
    margin-right: 0 !important;
}
@media screen and (max-width: 991px) {
.boost-sd__sorting {
        order: 2
}
.boost-sd__filter-tree-toggle-button {
        order: 1;
        border-right: 1px solid #EBEBEB !important
}
    }
.boost-sd__product-price-wrapper .boost-sd__format-currency {
    font-size: 16px !important;
    font-weight: 500 !important;
}
.boost-sd__product-price-wrapper .boost-sd__product-price--sale {
    order: 2;
    color: #b80101 !important;
}
.boost-sd__product-price-wrapper .boost-sd__product-price--compare .boost-sd__format-currency {
    color: #000000 !important;
}
.boost-sd__product-price-wrapper .boost-sd__product-price--compare {
    order: 1;
}
.boost-sd__product-price-wrapper .boost-sd__product-price--saving {
    color: #b80101 !important;
    
}
.boost-sd__product-label--sale {
    display: none !important;
}
.jdgm-star.jdgm-star{
    padding-right: 2px !important;
}
.jdgm-star.jdgm--on {
    background-image: url(https://images.artfulhome.com/images/power_reviews/2020/star.svg) !important;
    background-size: contain;
    background-repeat: no-repeat;
}
.jdgm-star.jdgm--half {
    background-image: url(https://images.artfulhome.com/images/power_reviews/2020/star_50.svg) !important;
    background-size: contain;
    background-repeat: no-repeat;
}
.jdgm-star.jdgm--off {
    background-image: url(https://images.artfulhome.com/images/power_reviews/2020/star_empty.svg) !important;
    background-size: contain;
    background-repeat: no-repeat;
}
.jdgm-star.jdgm--half::before {
    opacity: 0;
}
.jdgm-star.jdgm--on::before {
    opacity: 0;
}
.jdgm-star.jdgm--off::before {
    opacity: 0;
}
.boost-sd__filter-tree-vertical {
    max-width: 198px;
    margin-right: 0 !important;
}
@media screen and (min-width: 992px) {
.boost-sd__filter-tree-vertical-content {
        padding-right: 12px !important
}
.boost-sd__filter-option-search-option {
        background-color: #FFFFFF !important;
        border: 0.5px solid #CCCCCC !important;
        font-size: 12px !important;
        color: #363636 !important;
        min-height: 24px !important
}
    }
.boost-sd__instant-search-results--two-column .boost-sd__instant-search-column--others {
    background-color: #F4F4F4 !important;
}
.boost-sd__suggestion-queries-group h3.boost-sd__suggestion-queries-header {
    color: #838181 !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
}
.boost-sd__instant-search-product-list h3.boost-sd__instant-search-product-list-header {
    color: #838181 !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
}
.boost-sd__suggestion-queries-link {
    font-size: 14px !important;
    color: #666666 !important
}
.boost-sd__suggestion-queries-item-title {
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    font-size: 16px !important;
    color: #666666 !important;
}
.boost-sd__suggestion-queries-item-vendor  {
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    font-size: 12px !important;
    color: #666666 !important;
}
.boost-sd__suggestion-queries-item-amount .boost-sd__format-currency span {
    font-size: 18px !important;
    color: #303030 !important;
    font-weight: 500 !important;   
}
.boost-sd__instant-search-results {
    max-height: 800px !important;
}
.boost-sd__instant-search-results--two-column.boost-sd__instant-search-results--product-type-grid .boost-sd__suggestion-queries-item--product {
    flex: 0 0 33.33333333% !important;
    max-width: 33.33333333% !important;
}
.boost-sd-layout {
    max-width: 1440px !important;
}
#judgeme_product_reviews {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}
.jdgm-prev-badge[data-number-of-reviews="0"] {
    display: none !important;
}
wishlist-button-block button .wk-text{
    color: #303030 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    text-decoration: underline !important;
    text-underline-offset: 2px !important;
}
.jdgm-histogram__bar-content {
    background: #000000 !important;
    opacity: unset !important;
}
.jdgm-histogram__frequency {
    width: 3.5em !important;
}
.jdgm-ans__answerer {
    margin-bottom: 10px !important;
}
.jdgm-ans {
    background: none!important;
    border-top: 1px solid rgba(16,132,116,0.1) !important;
    display: flex !important;
    flex-direction: column !important;
    padding-right: 0 !important;
}
.jdgm-rev__timestamp {
    justify-content: flex-end !important;
}
.jdgm-ans__body {
    margin-left: 30px !important;
}
.jdgm-write-rev-link {
    color: #FFF !important;
    text-align: center;
    font-family: Inter;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal !important;
    letter-spacing: 0.36px;
    text-decoration: none !important;
    text-transform: uppercase;
}
.jdgm-ask-question-btn {
    text-align: center;
    font-family: Inter;
    color: #000000 !important;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal !important;
    letter-spacing: 0.36px;
    text-decoration: none !important;
    text-transform: uppercase;
}
.jdgm-subtab__name {
    text-decoration: none !important;
}
.jdgm-rev__timestamp {
    text-align: right !important;
}
.jdgm-paginate__page {
    color: #363636 !important;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal !important;
    letter-spacing: 0.36px;
    text-decoration: none !important;
    text-transform: uppercase;
    padding: 4px 15px !important;
}
.jdgm-row-extra {
    display: none !important;
}
.jdgm-rev__cf-options-wrapper .jdgm-chip {
        padding: 10px 10px 10px 10px !important;
    }
.jdgm-chip {
    padding: 9px 6px 12px 50px !important;
    margin: 0 !important;
    border: 1px solid #CCC !important;
}
.jdgm-rev {
    display: flex;
}
.jdgm-custom-forms-filters__button {
    top: unset !important;
}
.jdgm-rev__scale-first, .jdgm-rev__scale-last {
    font-size: 14px !important;
}
.jdgm-rev__cf-ans__title, .jdgm-rev__cf-ans__value, .jdgm-rev__title, .jdgm-rev__body {
    font-size: 16px !important;
}
.jdgm-rev__cf-ans__title p, .jdgm-rev__cf-ans__value p, .jdgm-rev__title p, .jdgm-rev__body p {
        font-size: 16px !important;
    }
.jdgm-rev__author {
    color: #000 !important;
    font-size: 16px;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
}
.jdgm-rev__title, .jdgm-rev__body>p, .jdgm-rev__reply-content>p {
    margin-bottoM: 4px !important;
}
.jdgm-rev__title {
    color: #000;
    font-family: Inter;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: normal !important;
}
.jdgm-rev__custom-form.custom-form--horizontal-style .jdgm-rev__cf-ans--graphic-type .jdgm-rev__cf-ans, .jdgm-custom-forms-avg-responses .jdgm-rev__cf-ans {
    margin: 0 30px 0 0;
}
.jdgm-rev__header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #000;
    font-family: Inter;
    font-size: 16px;
    flex-wrap: nowrap;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    align-content: space-between;
    margin-bottom: 0;
}
.jdgm-rev__cf-ans, .jdgm-rev__cf-ans__title {
    color: #000000 !important;
    font-family: Inter;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
}
.jdgm-rev {
    display: flex;
    flex-direction: column;
}
.jdgm-rev__content {
    display: flex;
    padding-top: 10px;
    flex-direction: column;
    color: #000;
    width: 100%;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.jdgm-rev__content .jdgm-rev__body {
        font-size: 16px !important;
    }
.jdgm-rev-widg__summary-inner {
    display: flex !important;
    flex-direction: column;
    align-items: center;
}
.jdgm-rev-widg__summary-stars {
    text-align: center;
}
.jdgm-rev-widg__summary-average {
    display: block;
}
.jdgm-rev-widg__title {
    color: black;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    padding-bottom: 15px;
    border-bottom: 1px solid #EFEFEF;
    justify-content: center;
    font-family: abril-display, cursive;
}
.jdgm-rev__cf-ans .jdgm-rev__slider-first, .jdgm-rev__cf-ans .jdgm-rev__slider-last {
    font-size: 14px !important;
}
.jdgm-rev__icon {
    display: none !important;
}
.jdgm-curt {
    display: inline !important;
    background-color: #fff;
    text-shadow: 0 0 .5px #222222;
    position: relative;
    text-decoration: none;
}
a.jdgm-curt::after {
    content: "";
    width: 50%;
    height: 2px;
    background: #CCCCCC;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%);
}
.jdgm-paginate__last-page, .jdgm-paginate__first-page {
 display: none !important;
}
.jdgm-row-actions {
    padding: 15px 0 !important;
}
.jdgm-rev-widg__summary .jdgm-star {
    font-size: 28px !important;
}
.jdgm-sort-dropdown {
    border: 1px solid #CCC !important;
    color: #000;
    font-family: Inter !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 5px 30px 5px 10px !important;
}
.jdgm-sort-dropdown:focus-visible {
        border: none;
    }
.jdgm-sort-dropdown option {
        font-size: 16px !important;
    }
.jdgm-rev__scale-range > .jdgm-cf-bar:first-of-type {
    display: none;
}
.boost-sd__instant-search-results--two-column.boost-sd__instant-search-results--product-type-grid .boost-sd__instant-search-column--others {
    width: 400px !important;
}
.boost-sd__instant-search-product-list {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.boost-sd__instant-search-product-list .boost-sd__instant-search-product-list-items {
        width: 100%;
        height: 100%;
        padding-right: 17px;
        box-sizing: content-box;
    }
.boost-sd__instant-search-product-list .boost-sd__instant-search-product-list-items li:nth-child(n+7) {
            display: none !important;
        }
@media screen and (max-width: 767px) {
    .boost-sd__instant-search-results {
        max-height: 60vh !important; /* Limit height on mobile */
        overflow-y: auto !important; /* Enable vertical scrolling */
        -webkit-overflow-scrolling: touch; /* Enable smooth scrolling on iOS */
    }

    .boost-sd__instant-search-product-list {
        height: auto !important; /* Remove fixed height */
        overflow: visible !important; /* Remove overflow hidden */
    }

    .boost-sd__instant-search-product-list-items {
        overflow-y: visible !important;
        padding-right: 0 !important; /* Remove padding that might cause horizontal scroll */
        box-sizing: border-box !important;
    }

    /* Ensure the container allows for proper touch scrolling */
    #boost-sd__search-bar-autocomplete-wrapper {
        -webkit-overflow-scrolling: touch;
    }
        @media screen and (max-width: 991px) {
    #boost-sd__search-bar-autocomplete-wrapper {
            max-height: calc(100vh - 154px) !important;
            overflow-y: auto !important
    }
        }
    .boost-sd__suggestion-queries-group {
        margin-bottom: 2px !important;
    }
    .boost-sd__search-bar-wrapper--mobile-style1 .boost-sd__search-bar-autocomplete {
        background: #efeff0 !important;
    }
    .boost-sd__instant-search-results--mobile-style1.boost-sd__instant-search-results--product-type-grid .boost-sd__suggestion-queries-item--product:nth-child(2n),
    .boost-sd__instant-search-results--mobile-style1.boost-sd__instant-search-results--product-type-grid .boost-sd__suggestion-queries-item--product:nth-child(odd) {
        border: 2px solid #efeff0 !important;
        padding: 10px 10px 10px 10px !important;
    }
}
.boost-sd__header-item {
    text-align: left !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #838181 !important;
    text-transform: uppercase !important;
    }
@media screen and (max-width: 767px) {
.boost-sd__header-item {
        background-color: #fff !important;
        border-top: none !important;
        border-bottom: 2px solid #efeff0 !important;
        padding: 15px 10px 15px 20px !important
    }
     }
.boost-sd__suggestion-queries-item :hover {
        text-decoration: none !important;
    }
@media screen and (max-width: 767px) {
.boost-sd__suggestion-queries-item {
        font-size: 18px !important;
        text-indent: 0 !important;
        display: flex !important;
        align-items: center !important;
        padding: 20px 10px 20px 20px !important
}
    }
.boost-sd__instant-search-results--mobile-style1.boost-sd__instant-search-results--product-type-grid .boost-sd__suggestion-queries-item-product--left:before {
  padding-top: 0 !important;
}
.boost-sd__suggestion-queries-link {
    font-size: 14px !important;
    color: #666 !important;
    line-height: 1.5em !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    display: inline-block !important;
    text-overflow: ellipsis !important;
}
.boost-sd__header-item .boost-sd__suggestion-queries-header .boost-sd__suggestion-queries-header--collection,
.boost-sd__header-item .boost-sd__instant-search-product-list-header {
    font-size: 14px !important;
    font-weight: 700 !important;
    border-top: none !important;
    border-bottom: 2px solid #efeff0 !important;
    color: #838181 !important;
    padding: 10px 10px 10px 20px !important;
    text-transform: uppercase !important;
}
.boost-sd__suggestion-queries-item-vendor {
    display: none;
}
.boost-sd__suggestion-queries-item-img {
    max-height: 242px !important;
    max-width: 161px !important;
    position: unset !important;
    margin-left: unset !important;
}
.boost-sd__suggestion-queries-item-product--left {
    vertical-align: middle !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 242px !important;
}
.boost-sd__instant-search-results--two-column.boost-sd__instant-search-results--product-type-grid .boost-sd__suggestion-queries-item-product--left:before {
    padding-top: unset !important;
}
@media screen and (max-width: 991px) {
.boost-sd__search-bar {
        top: 90px !important
}
#boost-sd__search-bar-autocomplete-wrapper {
        top: 154px !important
}
.boost-sd__button-text-x--close-style1 {
        width: 44px !important
}
.boost-sd__search-bar-input {
        border-radius: 0 !important;
        padding-left: 8px !important
}
    }
.boost-sd__instant-search-results--two-column.boost-sd__instant-search-results--product-type-grid .boost-sd__instant-search-column--others {
   width: 400px !important;
}
@media screen and (max-width: 1250px) {
.boost-sd__instant-search-results--two-column.boost-sd__instant-search-results--product-type-grid .boost-sd__instant-search-column--others {
        max-width: 300px !important;
        width: 100% !important
}
    }
.boost-sd__instant-search-results--two-column.boost-sd__instant-search-results--product-type-grid .boost-sd__instant-search-column--products {
    width: 612px !important;
}
@media screen and (max-width: 1250px) {
.boost-sd__instant-search-results--two-column.boost-sd__instant-search-results--product-type-grid .boost-sd__instant-search-column--products {
        max-width: 612px !important;
        width: 100vw !important
}
    }
.boost-sd__instant-search-product-list {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.boost-sd__instant-search-product-list .boost-sd__instant-search-product-list-items {
        width: 100%;
        height: 100%;
        padding-right: 17px;
        box-sizing: content-box;
    }
.boost-sd__suggestion-queries-link {
    font-size: 14px !important;
    color: #666 !important;
    line-height: 1.5em !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    display: inline-block !important;
    text-overflow: ellipsis !important;
}
.boost-sd__header-item .boost-sd__suggestion-queries-header .boost-sd__suggestion-queries-header--collection,
.boost-sd__header-item .boost-sd__instant-search-product-list-header {
    font-size: 14px !important;
    font-weight: 700 !important;
    border-top: none !important;
    border-bottom: 2px solid #efeff0 !important;
    color: #838181 !important;
    padding: 10px 10px 10px 20px !important;
    text-transform: uppercase !important;
}
.boost-sd__suggestion-queries-item-vendor {
    display: none;
}
.boost-sd__suggestion-queries-item-img {
    max-height: 242px !important;
    max-width: 161px !important;
    position: unset !important;
    margin-left: unset !important;
}
.boost-sd__suggestion-queries-item-product--left {
    vertical-align: middle !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 242px !important;
}
.boost-sd__instant-search-results--two-column.boost-sd__instant-search-results--product-type-grid .boost-sd__suggestion-queries-item-product--left:before {
    padding-top: unset !important;
}
.boost-sd__product-item.boost-sd__product-item--last {
  justify-content: center !important;
}
.boost-sd__product-banner-link .boost-sd__product-banner-image {
  -o-object-fit: contain !important;
     object-fit: contain !important;
  
}
.boost-sd__product-item .retail-page-data-container {
    background-color: #e0e0e0;
    padding: 4px;
}
.boost-sd__product-item .retail-page-data-container p {
    font-size: 12px;
    margin-bottom: 0;
    line-height: normal;
}
.boost-sd__product-item .retail-page-data-container p a {
    font-size: 12px;
}
:root {
    --swiper-navigation-size: 30px !important;
}
.swiper-button-next, .swiper-button-prev {
    color: #B1B1B1 !important;
    font-weight: 600;
}
.swiper-button-disabled {
    display: none !important;
}
/* ======= */
/* development */
/* - reset default border color */
*, ::before, ::after {
    border-color: var(--color__border-divider-1);
  }
/* - update page behavior */
/* - scale with base size */
html {
  scroll-behavior: smooth;
  font-size: var(--type__font-base-size);
}
/* - hide alpine elements until ready */
[x-cloak]{
  display: none !important;

}
/* - remove margin on child content */
.m-0--clear p{
  margin: 0px;

}
/* strikethrough */
.strikethrough{
  position: relative;

}
.strikethrough:before{
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 10;
  opacity: 0.5;
  content: "";
  top: 50%;
  border-top: 2px solid;
  border-color: var(--color__text-default) !important;
  outline: 1px solid var(--color__background-body);
  transform:rotate(-15deg);

}
/* unavailable */
.unavailable{
  position: relative;

}
.unavailable:before{
  position: absolute;
  left: 0px;
  right: 0px;
  opacity: 0.5;
  content: "";
  top: 50%;
  border-top: 2px solid;
  border-color: var(--color__text-default) !important;
  transform: rotate(-15deg);

}
/* hide scrollbar */
.hidescrollbar {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.hidescrollbar::-webkit-scrollbar {
  display: none;
}
/* - flag stuff */
.fi{
  position: relative;
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding-right: 0.5rem;
  width: 1.33333333em;
  line-height: 1em;

}
.fi:before {
  content: "\00a0";
}
/* 3d model viewer */
.btn[data-shopify-xr-hidden]{
  display: none;

}
@media screen and (max-width: 749px) {
  .btn:not([data-shopify-xr-hidden]){
    display: inline-flex;

  }
}
/* store locator */
.gmnoprint {
  min-height: 28px;
}
.gm-style-cc {
  min-height: 28px;
}
/* Page layout adjustment */
.rte img {
  display: initial;
}
.rte {
  display: flex;
  flex-direction: column;
}
/* mapbox styling */
.mapboxgl-ctrl.mapboxgl-ctrl-attrib {
  background-color: transparent !important;
  padding: 5px !important;
  opacity: 0.5 !important;
}
/* Customer template */
.login a {
  display: block;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.login a[href='#recover'] {
  margin-left: 0;
  margin-right: 0;
}
.login .field + a {
  margin-top: 1rem;
}
.login p {
  margin: 1.5rem 0;
}
.login h3 {
  margin-top: 1.5rem;
  text-align: left;
  font-size: calc(var(--font-heading-scale) * 1.6rem);
}
#customer_login_guest button {
  margin-top: 0;
}
#recover,
#recover + div {
  display: none;
}
#recover:target {
  display: block;
}
#recover:target + div {
  display: block;
}
#recover:target ~ #login,
#recover:target ~ #login + div {
  display: none;
}
#recover,
#login {
  scroll-margin-top: 20rem;
}
#recover {
  margin-bottom: 0;
}
input[type=range]::-moz-range-thumb {
	pointer-events: all;
  cursor: pointer;
	-moz-appearance: none;
	width: 24px;
	height: 24px;
/* @apply w-6 h-6 appearance-none pointer-events-auto; */
}
/* - add spacing to challenge captcha page */
/* - add spacing to shopify legal pages */
.shopify-challenge__container,
.shopify-policy__container{
  padding-top: 10rem;
  padding-bottom: 10rem;

}
/* dynamic checkout */
/* https://github.com/Shopify/dawn/blob/main/assets/section-main-product.css */
[data-shopify-buttoncontainer]{
  justify-content: center !important;

}
[data-shopify-buttoncontainer] li{
  flex-grow: 1 !important;

}
.shopify-payment-button__button {
    font-family: var(--type__font-nav-family);
    font-style: var(--type__font-nav-style);
    font-weight: var(--type__font-nav-weight);
    line-height: 1.5;
    letter-spacing: 0.025em;
    text-underline-offset: 1px;
  }
.shopify-payment-button__button--hidden{
  display: none !important;

}
.shopify-payment-button__button,
.shopify-payment-button__more-options{
  overflow: hidden;
    border-radius: var(--size__button-radius) !important;

}
.shopify-payment-button__button--unbranded{
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
    background-color: var(--color__background-secondary) !important;
    color: var(--color__foreground-secondary) !important;

}
@media (hover: hover) and (pointer: fine){
  .shopify-payment-button__button--unbranded:hover{
    opacity: 0.75;
    background-color: var(--color__background-secondary);

  }

}
.shopify-payment-button__button--unbranded{
  line-height: 1.5 !important;
  letter-spacing: 0.025em !important;

}
@media (hover: hover) and (pointer: fine){
  .shopify-payment-button__button--branded:hover{
    opacity: 0.75;
    background-color: var(--color__background-secondary);

  }

}
.shopify-payment-button__button--branded{
  line-height: 1.5 !important;
  letter-spacing: 0.025em !important;

}
.shopify-payment-button__button [role="button"]{
  min-height: 0px;
  padding: 0px;

}
.shopify-payment-button__button:focus-within {
    box-shadow: var(--color__background-body) 0px 0px 0px 2px,
      var(--color__border-selected-1) 0px 0px 0px 4px !important;
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }
.shopify-payment-button__more-options{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
    background-color: var(--color__background-overlay-1) !important;

}
.after\:bg-transparent::after{
  content: var(--tw-content);
  background-color: transparent;

}
.after\:pl-1::after{
  content: var(--tw-content);
  padding-left: 0.25rem;

}
.after\:content-\[\'\\007C\'\]::after{
  --tw-content: '\007C';
  content: var(--tw-content);

}
.after\:content-\[\'\\00B7\'\]::after{
  --tw-content: '\00B7';
  content: var(--tw-content);

}
.after\:color__bg-body::after {
    content: var(--tw-content);
    background-color: var(--color__background-body);
  }
.after\:color__bg-overlay-1::after {
    content: var(--tw-content);
    background-color: var(--color__background-overlay-1);
  }
.after\:color__bg-overlay-2::after {
    content: var(--tw-content);
    background-color: var(--color__background-overlay-2);
  }
.after\:color__bg-overlay-3::after {
    content: var(--tw-content);
    background-color: var(--color__background-overlay-3);
  }
.after\:color__bg-primary::after {
    content: var(--tw-content);
    background-color: var(--color__background-primary);
  }
.after\:color__bg-secondary::after {
    content: var(--tw-content);
    background-color: var(--color__background-secondary);
  }
.after\:color__bg-tertiary::after {
    content: var(--tw-content);
    background-color: var(--color__background-tertiary);
  }
.after\:color__bg-neutral::after {
    content: var(--tw-content);
    background-color: var(--color__background-neutral);
  }
.after\:color__text::after {
    content: var(--tw-content);
    color: var(--color__text-default);
  }
.after\:color__primary::after {
    content: var(--tw-content);
    color: var(--color__foreground-primary);
  }
.after\:color__secondary::after {
    content: var(--tw-content);
    color: var(--color__foreground-secondary);
  }
.after\:color__tertiary::after {
    content: var(--tw-content);
    color: var(--color__foreground-tertiary);
  }
.last\:after\:hidden:last-child::after{
  content: var(--tw-content);
  display: none;

}
.focus-within\:block:focus-within{
  display: block;

}
.focus-within\:border--focus:focus-within {
    box-shadow: var(--color__background-body) 0px 0px 0px 2px,
      var(--color__border-selected-1) 0px 0px 0px 4px;
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
@media (hover: hover) and (pointer: fine){
  .hover\:block:hover{
    display: block;

  }
  .hover\:cursor-pointer:hover{
    cursor: pointer;

  }
  .hover\:bg-\[\#eeeeee\]:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(238 238 238 / var(--tw-bg-opacity));

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

  }
  .hover\:text-neutral-800:hover{
    --tw-text-opacity: 1;
    color: rgb(38 38 38 / var(--tw-text-opacity));

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

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

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

  }
  .hover\:decoration-\[\#54779a\]:hover{
    text-decoration-color: #54779a;

  }
  .hover\:decoration-4:hover{
    text-decoration-thickness: 4px;

  }
  .hover\:underline-offset-\[8px\]:hover{
    text-underline-offset: 8px;

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

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

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

  }
  .hover\:color__bg-overlay-1:hover {
    background-color: var(--color__background-overlay-1);
  }
  .hover\:color__border-selected-1:hover {
    border-color: var(--color__border-selected-1);
  }

}
.focus\:-mr-\[4rem\]:focus{
  margin-right: -4rem;

}
.focus\:translate-y-0:focus{
  --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));

}
.focus\:rounded-r-\[50px\]:focus{
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;

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

}
.focus\:\!outline-none:focus{
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;

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

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

}
.focus\:border--focus--inset:focus {
    box-shadow: none;
    outline: 2px solid var(--color__background-body);
    outline-offset: -4px;
    border: 2px solid var(--color__border-selected-1) !important;
  }
.focus-visible\:border--focus--inset:focus-visible {
    box-shadow: none;
    outline: 2px solid var(--color__background-body);
    outline-offset: -4px;
    border: 2px solid var(--color__border-selected-1) !important;
  }
.group\/product:focus-within .group-focus-within\/product\: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));

}
.group\/product:focus-within .group-focus-within\/product\:opacity-100{
  opacity: 1;

}
@media (hover: hover) and (pointer: fine){
  .group:hover .group-hover\:flex{
    display: flex;

  }
  .group\/product:hover .group-hover\/product\: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));

  }
  .group\/banner:hover .group-hover\/banner\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));

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

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

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

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

  }

}
.peer:focus ~ .peer-focus\:block{
  display: block;

}
@media (min-width: 640px){
  .sm\:block{
    display: block;

  }
  .sm\:whitespace-normal{
    white-space: normal;

  }
  .sm\:p-0{
    padding: 0px;

  }

}
@media (min-width: 768px){
  .md\:sticky{
    position: sticky;

  }
  .md\:bottom-auto{
    bottom: auto;

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

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

  }
  .md\:left-auto{
    left: auto;

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

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

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

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

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

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

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

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

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

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

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

  }
  .md\:\!mt-\[unset\]{
    margin-top: unset !important;

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

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

  }
  .md\:block{
    display: block;

  }
  .md\:flex{
    display: flex;

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

  }
  .md\:grid{
    display: grid;

  }
  .md\:\!hidden{
    display: none !important;

  }
  .md\:hidden{
    display: none;

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

  }
  .md\:h-full{
    height: 100%;

  }
  .md\:\!max-h-\[415px\]{
    max-height: 415px !important;

  }
  .md\:\!max-h-\[95\%\]{
    max-height: 95% !important;

  }
  .md\:\!max-h-full{
    max-height: 100% !important;

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

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

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

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

  }
  .md\:max-h-\[calc\(100\%-215px\)\]{
    max-height: calc(100% - 215px);

  }
  .md\:max-h-full{
    max-height: 100%;

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

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

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

  }
  .md\:min-h-\[60vh\]{
    min-height: 60vh;

  }
  .md\:min-h-\[70vh\]{
    min-height: 70vh;

  }
  .md\:min-h-\[80vh\]{
    min-height: 80vh;

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

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

  }
  .md\:w-1\/12{
    width: 8.333333%;

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

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

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

  }
  .md\:w-10\/12{
    width: 83.333333%;

  }
  .md\:w-11\/12{
    width: 91.666667%;

  }
  .md\:w-2{
    width: 0.5rem;

  }
  .md\:w-2\/12{
    width: 16.666667%;

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

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

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

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

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

  }
  .md\:w-6\/12{
    width: 50%;

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

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

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

  }
  .md\:w-96{
    width: 24rem;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  }
  .md\:\!max-w-\[250px\]{
    max-width: 250px !important;

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

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

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

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

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

  }
  .md\:max-w-\[80vw\]{
    max-width: 80vw;

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

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

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

  }
  .md\:snap-x{
    scroll-snap-type: x var(--tw-scroll-snap-strictness);

  }
  .md\:snap-mandatory{
    --tw-scroll-snap-strictness: mandatory;

  }
  .md\:snap-start{
    scroll-snap-align: start;

  }
  .md\:snap-center{
    scroll-snap-align: center;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  }
  .md\:border-x-\[1px\]{
    border-left-width: 1px;
    border-right-width: 1px;

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

  }
  .md\:p-0{
    padding: 0px;

  }
  .md\:p-4{
    padding: 1rem;

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

  }
  .md\:\!px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !important;

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

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

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

  }
  .md\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;

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

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

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

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

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

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

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

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

  }
  .md\:pl-\[28px\]{
    padding-left: 28px;

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

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

  }
  .md\:pr-\[50px\]{
    padding-right: 50px;

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

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

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

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

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

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

  }
  .md\:opacity-0{
    opacity: 0;

  }
  .md\:color__bg-neutral {
    background-color: var(--color__background-neutral);
  }
  .md\:color__border-primary {
    border-color: var(--color__background-primary);
  }
  .md\:border--width {
    border-width: var(--size__border-element-width);
  }
  .md\:border--r-width {
    border-right-width: var(--size__border-element-width);
  }
  .md\:border--l-width {
    border-left-width: var(--size__border-element-width);
  }
  .md\:padding--r-gap {
    padding-right: var(--sizes__gap);
  }

}
@media (min-width: 1024px){
  .lg\:flex{
    display: flex;

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

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

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

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

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

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

  }

}
@media(max-width:1000px){
  .\[\@media\(max-width\:1000px\)\]\:\!px-\[10px\]{
    padding-left: 10px !important;
    padding-right: 10px !important;

  }
  .\[\@media\(max-width\:1000px\)\]\:\!py-\[5px\]{
    padding-top: 5px !important;
    padding-bottom: 5px !important;

  }

}
@media(max-width:1200px){
  .\[\@media\(max-width\:1200px\)\]\:\!min-w-\[180px\]{
    min-width: 180px !important;

  }

}
@media(max-width:1300px){
  .\[\@media\(max-width\:1300px\)\]\:\!px-3{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;

  }

}
@media(max-width:1440px){
  .\[\@media\(max-width\:1440px\)\]\:\!hidden{
    display: none !important;

  }

}
@media(min-width:1100px){
  .\[\@media\(min-width\:1100px\)\]\:w-\[45\%\]{
    width: 45%;

  }
  .\[\@media\(min-width\:1100px\)\]\:flex-row{
    flex-direction: row;

  }

}
@media(min-width:768px){
  .\[\@media\(min-width\:768px\)\]\:w-\[635px\]{
    width: 635px;

  }
  .\[\@media\(min-width\:768px\)\]\:items-center{
    align-items: center;

  }

}

