/** Shopify CDN: Minification failed

Line 4880:5 Unexpected "{"
Line 4892:5 Unexpected "{"
Line 5555:5 Unexpected "{"

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

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

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

[multiple] {
  background-image: none;
  background-image: initial;
  background-position: 0 0;
  background-position: initial;
  background-repeat: repeat;
  background-repeat: initial;
  background-size: auto auto;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: inherit;
          print-color-adjust: inherit;
}

[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 rgba(0,0,0,0);
}

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

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

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

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

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

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

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

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

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

[type='file'] {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
  [data-aria-hidden='true'] {
  display: none;
}

  [x-cloak] {
    display: none;
  }

*, ::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-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: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-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: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.\!container {
  width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
@media (min-width: none) {

  .container {
    max-width: none;
  }

  .\!container {
    max-width: none !important;
  }
}
.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
[dir="ltr"] .prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 1.625em;
}
[dir="rtl"] .prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 1.625em;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}
[dir="ltr"] .prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 1.625em;
}
[dir="rtl"] .prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 1.625em;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
[dir="ltr"] .prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-left-width: 0.25rem;
}
[dir="rtl"] .prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-right-width: 0.25rem;
}
[dir="ltr"] .prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-left-color: var(--tw-prose-quote-borders);
}
[dir="rtl"] .prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-right-color: var(--tw-prose-quote-borders);
}
[dir="ltr"] .prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 1em;
}
[dir="rtl"] .prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 1em;
}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
[dir="ltr"] .prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0.375em;
}
[dir="rtl"] .prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.375em;
}
[dir="ltr"] .prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.375em;
}
[dir="rtl"] .prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0.375em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-bottom: 0.1875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
[dir="ltr"] .prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 1.1428571em;
}
[dir="rtl"] .prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 1.1428571em;
}
[dir="ltr"] .prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 1.1428571em;
}
[dir="rtl"] .prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 1.1428571em;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-bottom: 0.8571429em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}
[dir="ltr"] .prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: left;
}
[dir="rtl"] .prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: right;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
[dir="ltr"] .prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0.5714286em;
}
[dir="rtl"] .prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.5714286em;
}
[dir="ltr"] .prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.5714286em;
}
[dir="rtl"] .prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0.5714286em;
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-bottom: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgba(0, 0, 0, 0.5);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
[dir="ltr"] .prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.375em;
}
[dir="rtl"] .prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0.375em;
}
[dir="ltr"] .prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.375em;
}
[dir="rtl"] .prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
[dir="ltr"] .prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 1.625em;
}
[dir="rtl"] .prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 1.625em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
[dir="ltr"] .prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0;
}
[dir="rtl"] .prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0;
}
[dir="ltr"] .prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0;
}
[dir="rtl"] .prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0;
}
[dir="ltr"] .prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0.5714286em;
}
[dir="rtl"] .prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.5714286em;
}
[dir="ltr"] .prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.5714286em;
}
[dir="rtl"] .prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0.5714286em;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-bottom: 0.5714286em;
}
[dir="ltr"] .prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0;
}
[dir="rtl"] .prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0;
}
[dir="ltr"] .prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0;
}
[dir="rtl"] .prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
.container {
    /* Container padding doesn't seem to be working through tailwind config */
  }
.\!container {
    /* Container padding doesn't seem to be working through tailwind config */
  }
.container {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 640px) {

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

  .\!container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.button {
  display: inline-flex;
  align-items: center;
  border-radius: 0.25rem;
  border-width: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
.button:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.button:disabled {
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-text-opacity));
}
.button:hover:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
}
.button--primary {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.button--primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}
.button--secondary {
  --tw-border-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}
.button--secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}
.button--tertiary {
    background-color: #a1bbc7;
    transition: all 0.3s ease;
    --tw-text-opacity: 1;
    border-color: transparent;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }
p + p {
  margin-top: 0.5rem;
}
.text-h1 {
  font-size: 2rem;
  line-height: 2.125rem;
}
.text-h3 {
  font-size: 1.5rem;
  line-height: 1.875rem;
}
.text-h4 {
  font-size: 1.375rem;
  line-height: 1.75rem;
}
.text-h5 {
  font-size: 1.25rem;
  line-height: 1.625rem;
}
.text-h6 {
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.text-h7 {
  font-size: 0.75rem;
  line-height: 0.875rem;
}
.text-h8 {
  font-size: 1.375rem;
  line-height: 1.875rem;
}
.text-s1 {
  font-size: 1.125rem;
  line-height: 1.375rem;
}
.text-s2 {
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.text-s3 {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-s4 {
  font-size: 0.6rem;
  line-height: 1rem;
}
.text-s5 {
  font-size: 0.8125rem;
  line-height: 1.125rem;
}
.text-s7 {
  font-size: 0.6875rem;
  line-height: 0.6875rem;
}
.text-s8 {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-s9 {
  font-size: 1.125rem;
  line-height: 1.125rem;
}
@media (min-width: 768px) {
    .text-h1-hero {
    font-size: 4.5rem;
    line-height: 1.3;
    letter-spacing: 2.16px;
  }
    .text-h1 {
    font-size: 3rem;
    line-height: 3.125rem;
  }

    .text-h2 {
    font-size: 2.5rem;
    line-height: 2.625rem;
  }

    .text-h3 {
    font-size: 2.125rem;
    line-height: 2.375rem;
  }

    .text-h4 {
    font-size: 1.875rem;
    line-height: 2.125rem;
  }

    .text-h5 {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }

    .text-h6 {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }

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

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

    .text-s1 {
    font-size: 1.25rem;
    line-height: 1.375rem;
  }

    .text-s2 {
    font-size: 1rem;
    line-height: 1.25rem;
  }

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

    .text-s4 {
    font-size: 0.6rem;
    line-height: 0.6875rem;
  }

    .text-s5 {
    font-size: 0.8125rem;
    line-height: 1.125rem;
  }

    .text-s6 {
    font-size: 0.9375rem;
    line-height: 1.125rem;
  }

    .text-s7 {
    font-size: 0.6875rem;
    line-height: 0.6875rem;
  }

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

    .text-s9 {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
  }
.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;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.\!absolute {
  position: absolute !important;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.\!sticky {
  position: sticky !important;
}
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.right-0 {
  right: 0px;
}
.bottom-\[0px\] {
  bottom: 0px;
}
.left-\[14px\] {
  left: 14px;
}
.left-\[70px\] {
  left: 70px;
}
.top-\[15px\] {
  top: 15px;
}
.-left-\[55px\] {
  left: -55px;
}
.bottom-0 {
  bottom: 0px;
}
.top-0 {
  top: 0px;
}
.left-0 {
  left: 0px;
}
.right-\[25px\] {
  right: 25px;
}
.bottom-\[20px\] {
  bottom: 20px;
}
.bottom-\[35px\] {
  bottom: 35px;
}
.left-\[319px\] {
  left: 319px;
}
.right-\[20px\] {
  right: 20px;
}
.top-1\/2 {
  top: 50%;
}
.-top-8 {
  top: -2rem;
}
.-left-8 {
  left: -2rem;
}
.-top-\[159px\] {
  top: -159px;
}
.top-36 {
  top: 9rem;
}
.left-7 {
  left: 1.75rem;
}
.right-7 {
  right: 1.75rem;
}
.top-\[166px\] {
  top: 166px;
}
.left-6 {
  left: 1.5rem;
}
.right-6 {
  right: 1.5rem;
}
.top-\[50\%\] {
  top: 50%;
}
.top-\[35px\] {
  top: 35px;
}
.top-\[0px\] {
  top: 0px;
}
.bottom-\[-43px\] {
  bottom: -43px;
}
.top-\[56px\] {
  top: 56px;
}
.top-\[30px\] {
  top: 30px;
}
.left-\[50\%\] {
  left: 50%;
}
.left-\[115\%\] {
  left: 115%;
}
.left-\[25px\] {
  left: 25px;
}
.left-\[21px\] {
  left: 21px;
}
.top-\[9px\] {
  top: 9px;
}
.top-\[45px\] {
  top: 45px;
}
.top-\[12px\] {
  top: 12px;
}
.left-\[12px\] {
  left: 12px;
}
.bottom-10 {
  bottom: 2.5rem;
}
.left-1\/2 {
  left: 50%;
}
.left-3 {
  left: 0.75rem;
}
.bottom-3 {
  bottom: 0.75rem;
}
.-top-\[1px\] {
  top: -1px;
}
.top-5 {
  top: 1.25rem;
}
.right-5 {
  right: 1.25rem;
}
.bottom-full {
  bottom: 100%;
}
.top-\[10px\] {
  top: 10px;
}
.top-3 {
  top: 0.75rem;
}
.left-\[20px\] {
  left: 20px;
}
.right-\[75px\] {
  right: 75px;
}
.bottom-\[30px\] {
  bottom: 30px;
}
.right-4 {
  right: 1rem;
}
.bottom-\[40px\] {
  bottom: 40px;
}
.right-\[40px\] {
  right: 40px;
}
.bottom-5 {
  bottom: 1.25rem;
}
.left-5 {
  left: 1.25rem;
}
.z-0 {
  z-index: 0;
}
.z-30 {
  z-index: 30;
}
.z-50 {
  z-index: 50;
}
.z-10 {
  z-index: 10;
}
.z-\[1002\] {
  z-index: 1002;
}
.\!z-\[1000\] {
  z-index: 1000 !important;
}
.\!z-\[1003\] {
  z-index: 1003 !important;
}
.z-40 {
  z-index: 40;
}
.z-1 {
  z-index: 1;
}
.z-\[999\] {
  z-index: 999;
}
.z-20 {
  z-index: 20;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[10000000\] {
  z-index: 10000000;
}
.-order-1 {
  order: -1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.float-right {
  float: right;
}
.m-auto {
  margin: auto;
}
.m-0 {
  margin: 0px;
}
.mx-\[20px\] {
  margin-left: 20px;
  margin-right: 20px;
}
.mx-\[50px\] {
  margin-left: 50px;
  margin-right: 50px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-\[22\.56410256vw\] {
  margin-left: 22.56410256vw;
  margin-right: 22.56410256vw;
}
.my-\[20px\] {
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-\[3px\] {
  margin-top: 3px;
  margin-bottom: 3px;
}
.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.mb-\[36px\] {
  margin-bottom: 36px;
}
.mr-\[10px\] {
  margin-right: 10px;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.mt-\[15px\] {
  margin-top: 15px;
}
.mb-\[15px\] {
  margin-bottom: 15px;
}
.mt-\[5px\] {
  margin-top: 5px;
}
.mt-\[8px\] {
  margin-top: 8px;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mr-\[2px\] {
  margin-right: 2px;
}
.ml-4 {
  margin-left: 1rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mb-\[47px\] {
  margin-bottom: 47px;
}
.mt-\[10px\] {
  margin-top: 10px;
}
.mt-\[3px\] {
  margin-top: 3px;
}
.mt-\[35px\] {
  margin-top: 35px;
}
.mb-\[89px\] {
  margin-bottom: 89px;
}
.mt-\[1px\] {
  margin-top: 1px;
}
.mr-\[15px\] {
  margin-right: 15px;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mr-\[14px\] {
  margin-right: 14px;
}
.mr-\[20px\] {
  margin-right: 20px;
}
.ml-\[10px\] {
  margin-left: 10px;
}
.mt-\[6px\] {
  margin-top: 6px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mr-\[6px\] {
  margin-right: 6px;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-\[30px\] {
  margin-bottom: 30px;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mb-\[12px\] {
  margin-bottom: 12px;
}
.mb-\[6px\] {
  margin-bottom: 6px;
}
.mb-\[8px\] {
  margin-bottom: 8px;
}
.mb-\[14px\] {
  margin-bottom: 14px;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.mb-\[5px\] {
  margin-bottom: 5px;
}
.mr-\[5px\] {
  margin-right: 5px;
}
.mb-\[2px\] {
  margin-bottom: 2px;
}
.ml-\[4px\] {
  margin-left: 4px;
}
.mb-\[px\] {
  margin-bottom: px;
}
.mb-\[35px\] {
  margin-bottom: 35px;
}
.mt-\[12px\] {
  margin-top: 12px;
}
.mb-\[9px\] {
  margin-bottom: 9px;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-\[11\/14\] {
  aspect-ratio: 11/14;
}
.aspect-\[4\/5\] {
  aspect-ratio: 4/5;
}
.aspect-\[684\/664\] {
  aspect-ratio: 684/664;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-\[3\/4\] {
  aspect-ratio: 3/4;
}
.aspect-\[9\/16\] {
  aspect-ratio: 9/16;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.aspect-\[750\/1040\] {
  aspect-ratio: 750/1040;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[calc\(100\%-35px\)\] {
  height: calc(100% - 35px);
}
.h-\[calc\(100dvh-35px\)\] {
  height: calc(100dvh - 35px);
}
.h-\[100\%\] {
  height: 100%;
}
.h-\[100dvh\] {
  height: 100dvh;
}
.h-\[calc\(100\%-15px\)\] {
  height: calc(100% - 15px);
}
.h-\[50px\] {
  height: 50px;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[500px\] {
  height: 500px;
}
.h-\[600px\] {
  height: 600px;
}
.h-full {
  height: 100%;
}
.h-\[calc\(100vh_-_133px\)\] {
  height: calc(100vh - 133px);
}
.h-\[240px\] {
  height: 240px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[55px\] {
  height: 55px;
}
.h-\[26px\] {
  height: 26px;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-\[17px\] {
  height: 17px;
}
.h-8 {
  height: 2rem;
}
.h-\[288px\] {
  height: 288px;
}
.h-20 {
  height: 5rem;
}
.h-9 {
  height: 2.25rem;
}
.h-24 {
  height: 6rem;
}
.h-\[365px\] {
  height: 365px;
}
.h-\[14px\] {
  height: 14px;
}
.h-\[0px\] {
  height: 0px;
}
.h-\[52px\] {
  height: 52px;
}
.h-\[42px\] {
  height: 42px;
}
.h-\[270px\] {
  height: 270px;
}
.h-\[35px\] {
  height: 35px;
}
.h-\[40px\] {
  height: 40px;
}
.h-0 {
  height: 0px;
}
.h-\[375px\] {
  height: 375px;
}
.\!h-auto {
  height: auto !important;
}
.h-\[25px\] {
  height: 25px;
}
.h-\[64px\] {
  height: 64px;
}
.h-\[44px\] {
  height: 44px;
}
.h-\[23px\] {
  height: 23px;
}
.h-\[10px\] {
  height: 10px;
}
.h-min {
  height: -moz-min-content;
  height: min-content;
}
.h-4 {
  height: 1rem;
}
.h-\[15px\] {
  height: 15px;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[16px\] {
  height: 16px;
}
.h-\[34px\] {
  height: 34px;
}
.h-\[22px\] {
  height: 22px;
}
.h-\[24px\] {
  height: 24px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[38px\] {
  height: 38px;
}
.h-\[calc\(100\%\)\] {
  height: calc(100%);
}
.h-10 {
  height: 2.5rem;
}
.h-6 {
  height: 1.5rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-3 {
  height: 0.75rem;
}
.h-5 {
  height: 1.25rem;
}
.max-h-\[60px\] {
  max-height: 60px;
}
.max-h-\[600px\] {
  max-height: 600px;
}
.max-h-\[50vh\] {
  max-height: 50vh;
}
.max-h-\[306px\] {
  max-height: 306px;
}
.max-h-\[200px\] {
  max-height: 200px;
}
.max-h-\[400px\] {
  max-height: 400px;
}
.max-h-\[18px\] {
  max-height: 18px;
}
.min-h-\[368px\] {
  min-height: 368px;
}
.min-h-\[725px\] {
  min-height: 725px;
}
.min-h-\[348px\] {
  min-height: 348px;
}
.min-h-\[390px\] {
  min-height: 390px;
}
.min-h-\[50vh\] {
  min-height: 50vh;
}
.min-h-screen {
  min-height: 100vh;
}
.min-h-\[44px\] {
  min-height: 44px;
}
.min-h-\[45px\] {
  min-height: 45px;
}
.min-h-\[40px\] {
  min-height: 40px;
}
.min-h-\[24px\] {
  min-height: 24px;
}
.min-h-\[400px\] {
  min-height: 400px;
}
.min-h-\[260px\] {
  min-height: 260px;
}
.min-h-max {
  min-height: -moz-max-content;
  min-height: max-content;
}
.min-h-\[375px\] {
  min-height: 375px;
}
.min-h-\[200px\] {
  min-height: 200px;
}
.w-\[46\%\] {
  width: 46%;
}
.w-\[64\%\] {
  width: 64%;
}
.w-\[70\%\] {
  width: 70%;
}
.w-\[30\%\] {
  width: 30%;
}
.w-\[96px\] {
  width: 96px;
}
.w-full {
  width: 100%;
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[calc\(100\%-40px\)\] {
  width: calc(100% - 40px);
}
.w-\[310px\] {
  width: 310px;
}
.w-\[330px\] {
  width: 330px;
}
.w-\[304px\] {
  width: 304px;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[34px\] {
  width: 34px;
}
.w-\[44px\] {
  width: 44px;
}
.w-\[73px\] {
  width: 73px;
}
.w-\[80px\] {
  width: 80px;
}
.w-\[77px\] {
  width: 77px;
}
.w-\[76px\] {
  width: 76px;
}
.w-\[83px\] {
  width: 83px;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-\[17px\] {
  width: 17px;
}
.\!w-\[226px\] {
  width: 226px !important;
}
.w-9 {
  width: 2.25rem;
}
.w-px {
  width: 1px;
}
.\!w-\[287px\] {
  width: 287px !important;
}
.w-1\/2 {
  width: 50%;
}
.w-\[107px\] {
  width: 107px;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-\[100\%\] {
  width: 100%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-\[244px\] {
  width: 244px;
}
.w-\[202px\] {
  width: 202px;
}
.w-5\/6 {
  width: 83.333333%;
}
.w-\[40px\] {
  width: 40px;
}
.w-10 {
  width: 2.5rem;
}
.w-10\/12 {
  width: 83.333333%;
}
.w-\[45px\] {
  width: 45px;
}
.w-\[35px\] {
  width: 35px;
}
.w-\[25px\] {
  width: 25px;
}
.w-\[95px\] {
  width: 95px;
}
.w-auto {
  width: auto;
}
.w-\[23px\] {
  width: 23px;
}
.w-\[10px\] {
  width: 10px;
}
.\!w-full {
  width: 100% !important;
}
.w-\[120px\] {
  width: 120px;
}
.w-4 {
  width: 1rem;
}
.w-11 {
  width: 2.75rem;
}
.w-\[15px\] {
  width: 15px;
}
.w-20 {
  width: 5rem;
}
.w-\[42px\] {
  width: 42px;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[250px\] {
  width: 250px;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[140px\] {
  width: 140px;
}
.w-\[83\%\] {
  width: 83%;
}
.w-\[17\%\] {
  width: 17%;
}
.w-\[153px\] {
  width: 153px;
}
.w-\[19px\] {
  width: 19px;
}
.w-1\/4 {
  width: 25%;
}
.w-\[333px\] {
  width: 333px;
}
.w-6 {
  width: 1.5rem;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-3 {
  width: 0.75rem;
}
.w-56 {
  width: 14rem;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.min-w-\[150px\] {
  min-width: 150px;
}
.min-w-\[145px\] {
  min-width: 145px;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[220px\] {
  min-width: 220px;
}
.min-w-full {
  min-width: 100%;
}
.min-w-\[45px\] {
  min-width: 45px;
}
.max-w-\[386px\] {
  max-width: 386px;
}
.max-w-screen-2xl {
  max-width: 1536px;
}
.max-w-\[150px\] {
  max-width: 150px;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-fit {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.max-w-\[276px\] {
  max-width: 276px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-max {
  max-width: -moz-max-content;
  max-width: max-content;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-\[1200px\] {
  max-width: 1200px;
}
.max-w-\[440px\] {
  max-width: 440px;
}
.max-w-screen-sm {
  max-width: 640px;
}
.max-w-screen-xl {
  max-width: 1280px;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-\[152px\] {
  max-width: 152px;
}
.max-w-\[1440px\] {
  max-width: 1440px;
}
.\!max-w-\[unset\] {
  max-width: none !important;
  max-width: initial !important;
}
.max-w-\[419px\] {
  max-width: 419px;
}
.max-w-xl {
  max-width: 36rem;
}
.max-w-screen-md {
  max-width: 768px;
}
.max-w-screen-lg {
  max-width: 1024px;
}
.max-w-\[87px\] {
  max-width: 87px;
}
.max-w-\[621px\] {
  max-width: 621px;
}
.max-w-\[18px\] {
  max-width: 18px;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-none {
  flex: none;
}
.flex-\[1\] {
  flex: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.flex-grow-0 {
  flex-grow: 0;
}
.grow {
  flex-grow: 1;
}
.basis-1\/3 {
  flex-basis: 33.333333%;
}
.basis-2\/4 {
  flex-basis: 50%;
}
.basis-1\/6 {
  flex-basis: 16.666667%;
}
.-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-\[50\%\] {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-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-full {
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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));
}
.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-x-100 {
  --tw-scale-x: -1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
@keyframes skeleton {

  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }
}
.animate-skeleton {
  animation: skeleton 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes fadeIn {

  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.animate-fade-in {
  animation: fadeIn .5s ease-in;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-move {
  cursor: move;
}
.cursor-grab {
  cursor: grab;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.resize {
  resize: both;
}
.snap-start {
  scroll-snap-align: start;
}
.scroll-mt-28 {
  scroll-margin-top: 7rem;
}
.auto-rows-min {
  grid-auto-rows: min-content;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-\[154px_1fr\] {
  grid-template-columns: 154px 1fr;
}
.grid-rows-1 {
  grid-template-rows: repeat(1, 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;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[1px\] {
  gap: 1px;
}
.gap-\[11\.5px\] {
  gap: 11.5px;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-\[18px\] {
  gap: 18px;
}
.gap-0\.5 {
  gap: 0.125rem;
}
.gap-0 {
  gap: 0px;
}
.gap-px {
  gap: 1px;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-\[calc\(min\(10\%\2c 136px\)\)\] {
  gap: calc(min(10%,136px));
}
.gap-\[8px\] {
  gap: 8px;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-\[15px\] {
  gap: 15px;
}
.gap-\[3px\] {
  gap: 3px;
}
.gap-\[5px\] {
  gap: 5px;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-\[12px\] {
  gap: 12px;
}
.gap-x-px {
  -moz-column-gap: 1px;
       column-gap: 1px;
}
.gap-y-\[10px\] {
  row-gap: 10px;
}
.gap-x-\[8px\] {
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.gap-x-\[10px\] {
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-x-\[13px\] {
  -moz-column-gap: 13px;
       column-gap: 13px;
}
.gap-y-1 {
  row-gap: 0.25rem;
}
.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.gap-x-20 {
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * (1 - var(--tw-space-x-reverse)));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * (1 - var(--tw-space-y-reverse)));
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-x-\[30px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(30px * var(--tw-space-x-reverse));
  margin-left: calc(30px * (1 - var(--tw-space-x-reverse)));
  margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * (1 - var(--tw-space-x-reverse)));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-\[10px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(10px * var(--tw-space-x-reverse));
  margin-left: calc(10px * (1 - var(--tw-space-x-reverse)));
  margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * (1 - var(--tw-divide-y-reverse)));
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-tan-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(220, 212, 204, var(--tw-divide-opacity));
}
.self-center {
  align-self: center;
}
.self-stretch {
  align-self: stretch;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-clip {
  text-overflow: clip;
}
.whitespace-normal {
  white-space: normal;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-\[6px\] {
  border-radius: 6px;
}
.rounded-\[0px\] {
  border-radius: 0px;
}
.rounded-\[3px\] {
  border-radius: 3px;
}
.rounded-\[50px\] {
  border-radius: 50px;
}
.rounded-\[30px\] {
  border-radius: 30px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[2px\] {
  border-radius: 2px;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-\[5px\] {
  border-radius: 5px;
}
.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}
.rounded-b-\[3px\] {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.rounded-r-none {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.rounded-l-none {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rounded-tl-\[6px\] {
  border-top-left-radius: 6px;
}
.rounded-bl-\[6px\] {
  border-bottom-left-radius: 6px;
}
.rounded-tr-\[6px\] {
  border-top-right-radius: 6px;
}
.rounded-br-\[6px\] {
  border-bottom-right-radius: 6px;
}
.border-1 {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-x-0 {
  border-left-width: 0px;
  border-right-width: 0px;
}
.border-b-1 {
  border-bottom-width: 1px;
}
.border-t-1 {
  border-top-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-4 {
  border-bottom-width: 4px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-t-0 {
  border-top-width: 0px;
}
.border-l-0 {
  border-left-width: 0px;
}
.border-t {
  border-top-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-none {
  border-style: none;
}
.border-grey-400 {
  --tw-border-opacity: 1;
  border-color: rgba(217, 217, 217, var(--tw-border-opacity));
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.border-zinc-200 {
  --tw-border-opacity: 1;
  border-color: rgba(228, 228, 231, var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}
.border-grey-300 {
  --tw-border-opacity: 1;
  border-color: rgba(233, 233, 233, var(--tw-border-opacity));
}
.border-grey-250 {
  --tw-border-opacity: 1;
  border-color: rgba(235, 235, 235, var(--tw-border-opacity));
}
.\!border-black {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.border-text-1 {
  --tw-border-opacity: 1;
  border-color: rgba(72, 72, 72, var(--tw-border-opacity));
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}
.border-grey-200 {
  --tw-border-opacity: 1;
  border-color: rgba(245, 245, 245, var(--tw-border-opacity));
}
.border-b-black {
  --tw-border-opacity: 1;
  border-bottom-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
.border-b-transparent {
  border-bottom-color: transparent;
}
.border-t-tan-200 {
  --tw-border-opacity: 1;
  border-top-color: rgba(236, 231, 226, var(--tw-border-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-tan-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 212, 204, var(--tw-bg-opacity));
}
.bg-text-1 {
  --tw-bg-opacity: 1;
  background-color: rgba(72, 72, 72, var(--tw-bg-opacity));
}
.bg-tan-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 242, 239, var(--tw-bg-opacity));
}
.bg-tan-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 231, 226, var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.bg-inherit {
  background-color: inherit;
}
.bg-transparent {
  background-color: transparent;
}
.bg-\[\#0000001F\] {
  background-color: rgba(0,0,0,0.12157);
}
.bg-\[\#F5F5F5\] {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}
.bg-\[\#fff\] {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-\[\#F5F2EF\] {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 242, 239, var(--tw-bg-opacity));
}
.bg-\[\#474747\] {
  --tw-bg-opacity: 1;
  background-color: rgba(71, 71, 71, var(--tw-bg-opacity));
}
.bg-grey-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 233, 233, var(--tw-bg-opacity));
}
.bg-grey-150 {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
}
.bg-grey-250 {
  --tw-bg-opacity: 1;
  background-color: rgba(235, 235, 235, var(--tw-bg-opacity));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
.bg-badge-background {
  background-color: var(--badge-background);
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}
.bg-grey-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}
.bg-grey-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}
.bg-text-2 {
  --tw-bg-opacity: 1;
  background-color: rgba(116, 116, 116, var(--tw-bg-opacity));
}
.bg-red {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 6, 6, var(--tw-bg-opacity));
}
.bg-error {
  --tw-bg-opacity: 1;
  background-color: rgba(171, 16, 38, var(--tw-bg-opacity));
}
.bg-blue-base {
  --tw-bg-opacity: 1;
  background-color: rgba(186, 218, 233, var(--tw-bg-opacity));
}
.bg-blue-light {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 240, 244, var(--tw-bg-opacity));
}
.bg-grey-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
}
.bg-grey-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(51, 51, 51, var(--tw-bg-opacity));
}
.bg-grey-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(85, 85, 85, var(--tw-bg-opacity));
}
.bg-grey-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(117, 118, 118, var(--tw-bg-opacity));
}
.bg-grey-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(177, 177, 177, var(--tw-bg-opacity));
}
.bg-grey-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 217, 217, var(--tw-bg-opacity));
}
.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-right {
  background-position: right;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.stroke-text-1 {
  stroke: #484848;
}
.stroke-grey-200 {
  stroke: #f5f5f5;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.object-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}
.object-top {
  -o-object-position: top;
     object-position: top;
}
.p-8 {
  padding: 2rem;
}
.p-4 {
  padding: 1rem;
}
.p-px {
  padding: 1px;
}
.p-0 {
  padding: 0px;
}
.p-\[15px\] {
  padding: 15px;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-\[4px\] {
  padding: 4px;
}
.p-\[24px\] {
  padding: 24px;
}
.\!p-0 {
  padding: 0px !important;
}
.p-0\.5 {
  padding: 0.125rem;
}
.p-\[3px\] {
  padding: 3px;
}
.p-\[6px\] {
  padding: 6px;
}
.p-1 {
  padding: 0.25rem;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}
.py-\[31px\] {
  padding-top: 31px;
  padding-bottom: 31px;
}
.py-\[15px\] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.px-\[11px\] {
  padding-left: 11px;
  padding-right: 11px;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}
.py-\[22px\] {
  padding-top: 22px;
  padding-bottom: 22px;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.px-\[6px\] {
  padding-left: 6px;
  padding-right: 6px;
}
.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.py-\[50px\] {
  padding-top: 50px;
  padding-bottom: 50px;
}
.py-\[57px\] {
  padding-top: 57px;
  padding-bottom: 57px;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-\[40px\] {
  padding-top: 40px;
  padding-bottom: 40px;
}
.px-\[0px\] {
  padding-left: 0px;
  padding-right: 0px;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-\[21px\] {
  padding-left: 21px;
  padding-right: 21px;
}
.py-\[27px\] {
  padding-top: 27px;
  padding-bottom: 27px;
}
.px-\[14px\] {
  padding-left: 14px;
  padding-right: 14px;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[4px\] {
  padding-top: 4px;
  padding-bottom: 4px;
}
.py-\[4\.5px\] {
  padding-top: 4.5px;
  padding-bottom: 4.5px;
}
.px-\[8\.5px\] {
  padding-left: 8.5px;
  padding-right: 8.5px;
}
.py-\[35px\] {
  padding-top: 35px;
  padding-bottom: 35px;
}
.py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.px-\[3px\] {
  padding-left: 3px;
  padding-right: 3px;
}
.py-\[3px\] {
  padding-top: 3px;
  padding-bottom: 3px;
}
.py-\[8px\] {
  padding-top: 8px;
  padding-bottom: 8px;
}
.py-\[24px\] {
  padding-top: 24px;
  padding-bottom: 24px;
}
.py-\[45px\] {
  padding-top: 45px;
  padding-bottom: 45px;
}
.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}
.px-\[12px\] {
  padding-left: 12px;
  padding-right: 12px;
}
.px-\[38px\] {
  padding-left: 38px;
  padding-right: 38px;
}
.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}
.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-\[13px\] {
  padding-left: 13px;
}
.pb-\[8px\] {
  padding-bottom: 8px;
}
.pb-\[3px\] {
  padding-bottom: 3px;
}
.pl-\[8px\] {
  padding-left: 8px;
}
.pl-\[20px\] {
  padding-left: 20px;
}
.pt-\[35px\] {
  padding-top: 35px;
}
.pb-\[20px\] {
  padding-bottom: 20px;
}
.pl-\[12px\] {
  padding-left: 12px;
}
.pr-\[12px\] {
  padding-right: 12px;
}
.pt-\[19px\] {
  padding-top: 19px;
}
.pb-\[40px\] {
  padding-bottom: 40px;
}
.pb-\[50px\] {
  padding-bottom: 50px;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pr-0 {
  padding-right: 0px;
}
.pt-\[30px\] {
  padding-top: 30px;
}
.pb-\[26px\] {
  padding-bottom: 26px;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pr-12 {
  padding-right: 3rem;
}
.pl-\[25px\] {
  padding-left: 25px;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pr-\[20px\] {
  padding-right: 20px;
}
.pt-\[17px\] {
  padding-top: 17px;
}
.pb-\[17px\] {
  padding-bottom: 17px;
}
.pr-\[5px\] {
  padding-right: 5px;
}
.pt-\[28px\] {
  padding-top: 28px;
}
.pr-\[31px\] {
  padding-right: 31px;
}
.pb-\[30px\] {
  padding-bottom: 30px;
}
.pr-\[25px\] {
  padding-right: 25px;
}
.pb-\[19px\] {
  padding-bottom: 19px;
}
.pl-\[5px\] {
  padding-left: 5px;
}
.pt-\[15px\] {
  padding-top: 15px;
}
.pt-\[13px\] {
  padding-top: 13px;
}
.pr-\[4px\] {
  padding-right: 4px;
}
.pt-\[16px\] {
  padding-top: 16px;
}
.pb-\[16px\] {
  padding-bottom: 16px;
}
.pl-\[10px\] {
  padding-left: 10px;
}
.pr-\[8px\] {
  padding-right: 8px;
}
.pr-\[40\.6px\] {
  padding-right: 40.6px;
}
.pl-\[30px\] {
  padding-left: 30px;
}
.pr-\[31\.6px\] {
  padding-right: 31.6px;
}
.pl-\[16px\] {
  padding-left: 16px;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-7 {
  padding-top: 1.75rem;
}
.pb-7 {
  padding-bottom: 1.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pb-14 {
  padding-bottom: 3.5rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pt-\[45px\] {
  padding-top: 45px;
}
.pb-\[10px\] {
  padding-bottom: 10px;
}
.pt-\[20px\] {
  padding-top: 20px;
}
.pt-\[10px\] {
  padding-top: 10px;
}
.pt-\[8px\] {
  padding-top: 8px;
}
.pl-\[6px\] {
  padding-left: 6px;
}
.pt-\[40px\] {
  padding-top: 40px;
}
.pl-\[50px\] {
  padding-left: 50px;
}
.pr-\[15px\] {
  padding-right: 15px;
}
.pt-\[42px\] {
  padding-top: 42px;
}
.pb-\[135\%\] {
  padding-bottom: 135%;
}
.pt-\[12px\] {
  padding-top: 12px;
}
.pt-\[32px\] {
  padding-top: 32px;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pl-\[11px\] {
  padding-left: 11px;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pr-\[10px\] {
  padding-right: 10px;
}
.pt-\[9px\] {
  padding-top: 9px;
}
.pb-\[9px\] {
  padding-bottom: 9px;
}
.pt-\[5px\] {
  padding-top: 5px;
}
.pt-\[104px\] {
  padding-top: 104px;
}
.pl-\[15px\] {
  padding-left: 15px;
}
.pr-\[2px\] {
  padding-right: 2px;
}
.pr-\[3px\] {
  padding-right: 3px;
}
.pb-\[15px\] {
  padding-bottom: 15px;
}
.pt-\[38px\] {
  padding-top: 38px;
}
.pb-\[37px\] {
  padding-bottom: 37px;
}
.pl-1\.5 {
  padding-left: 0.375rem;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pb-\[60px\] {
  padding-bottom: 60px;
}
.pb-\[100px\] {
  padding-bottom: 100px;
}
.pt-16 {
  padding-top: 4rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pl-0 {
  padding-left: 0px;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-middle {
  vertical-align: middle;
}
.text-s1-d {
  font-size: 1.25rem;
  line-height: 1.375rem;
}
.text-s3-d {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-h5-m {
  font-size: 1.25rem;
  line-height: 1.625rem;
}
.text-s2-m {
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.text-s3-m {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-h2-d {
  font-size: 2.5rem;
  line-height: 2.625rem;
}
.text-h2-m {
  font-size: 1.75rem;
  line-height: 1.75rem;
}
.text-h6-m {
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-s4-m {
  font-size: 0.6rem;
  line-height: 1rem;
}
.text-s5-m {
  font-size: 0.8125rem;
  line-height: 1.125rem;
}
.text-s6-m {
  font-size: 0.9375rem;
  line-height: 1.125rem;
}
.text-h6-d {
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.text-\[7\.179487179vw\] {
  font-size: 7.179487179vw;
}
.text-h8-d {
  font-size: 2.25rem;
  line-height: 3rem;
}
.text-h1-m {
  font-size: 2rem;
  line-height: 2.125rem;
}
.text-h1-d {
  font-size: 3rem;
  line-height: 3.125rem;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-h3-m {
  font-size: 1.5rem;
  line-height: 1.875rem;
}
.text-s1-m {
  font-size: 1.125rem;
  line-height: 1.375rem;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-s5-d {
  font-size: 0.8125rem;
  line-height: 1.125rem;
}
.text-s10-m {
  font-size: 0.75rem;
  line-height: 1.375rem;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-s6-d {
  font-size: 0.9375rem;
  line-height: 1.125rem;
}
.text-h3-d {
  font-size: 2.125rem;
  line-height: 2.375rem;
}
.text-h4-d {
  font-size: 1.875rem;
  line-height: 2.125rem;
}
.text-h5-d {
  font-size: 1.5rem;
  line-height: 1.8rem;
}
.text-h7-d {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-s2-d {
  font-size: 1rem;
  line-height: 1.25rem;
}
.text-h4-m {
  font-size: 1.375rem;
  line-height: 1.75rem;
}
.text-h7-m {
  font-size: 0.75rem;
  line-height: 0.875rem;
}
.font-normal {
  font-weight: 400;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.leading-\[30\.8px\] {
  line-height: 30.8px;
}
.leading-none {
  line-height: 1;
}
.leading-\[7\.897435897vw\] {
  line-height: 7.897435897vw;
}
.leading-snug {
  line-height: 1.3;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-\[18px\] {
  line-height: 18px;
}
.leading-\[16px\] {
  line-height: 16px;
}
.leading-\[10px\] {
  line-height: 10px;
}
.leading-\[22px\] {
  line-height: 22px;
}
.leading-\[29px\] {
  line-height: 29px;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.text-red {
  --tw-text-opacity: 1;
  color: rgba(217, 6, 6, var(--tw-text-opacity));
}
.text-text-2 {
  --tw-text-opacity: 1;
  color: rgba(116, 116, 116, var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-text-1 {
  --tw-text-opacity: 1;
  color: rgba(72, 72, 72, var(--tw-text-opacity));
}
.text-tan-300 {
  --tw-text-opacity: 1;
  color: rgba(220, 212, 204, var(--tw-text-opacity));
}
.text-grey-800 {
  --tw-text-opacity: 1;
  color: rgba(51, 51, 51, var(--tw-text-opacity));
}
.text-grey-700 {
  --tw-text-opacity: 1;
  color: rgba(85, 85, 85, var(--tw-text-opacity));
}
.text-\[\#5C5C5C\] {
  --tw-text-opacity: 1;
  color: rgba(92, 92, 92, var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}
.text-green-900 {
  --tw-text-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.text-grey-400 {
  --tw-text-opacity: 1;
  color: rgba(217, 217, 217, var(--tw-text-opacity));
}
.text-grey-600 {
  --tw-text-opacity: 1;
  color: rgba(117, 118, 118, var(--tw-text-opacity));
}
.text-\[\#f082b3\] {
  --tw-text-opacity: 1;
  color: rgba(240, 130, 179, var(--tw-text-opacity));
}
.text-badge-text {
  color: var(--badge-text);
}
.text-tan-100 {
  --tw-text-opacity: 1;
  color: rgba(245, 242, 239, var(--tw-text-opacity));
}
.text-inherit {
  color: inherit;
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}
.text-grey-900 {
  --tw-text-opacity: 1;
  color: rgba(17, 17, 17, var(--tw-text-opacity));
}
.text-error {
  --tw-text-opacity: 1;
  color: rgba(171, 16, 38, var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.line-through {
  text-decoration-line: line-through;
}
.underline-offset-\[6px\] {
  text-underline-offset: 6px;
}
.placeholder-white::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}
.placeholder-white::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}
.placeholder-black::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}
.placeholder-black::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}
.placeholder-gray-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}
.placeholder-gray-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}
.accent-white {
  accent-color: #fff;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-75 {
  opacity: 0.75;
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(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: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.outline-\[1\.25px\] {
  outline-width: 1.25px;
}
.outline-offset-2 {
  outline-offset: 2px;
}
.outline-grey-300 {
  outline-color: #e9e9e9;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition {
  transition-property: color, background-color, border-color, 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-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='111827' 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");
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(217, 217, 217, var(--tw-border-opacity));
}

.button--destroy {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgba(217, 6, 6, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.button--destroy:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.input-wrapper, 
.select-wrapper {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.input-wrapper[focus-within], 
.select-wrapper[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
}

.input-wrapper[focus-within], 
.select-wrapper[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
}

.input-wrapper[focus-within], 
.select-wrapper[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
}

.input-wrapper:focus-within, 
.select-wrapper:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
}

.select-wrapper {
  padding-right: 0px;
}

.input-label, 
.select-label {
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.select-label {
  padding-bottom: 0.25rem;
}

.input, 
.select {
  display: block;
  width: 100%;
  border-width: 0px;
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.input::-moz-placeholder, .select::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.input::placeholder, 
.select::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.input:focus, 
.select:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}

@media (min-width: 640px) {

  .input, 
.select {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

h1, 
.h1 {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

h2, 
.h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

h3, 
.h3 {
  font-size: 1.5rem;
  line-height: 2rem;
}

html {
  height: 100%;
  height: -webkit-fill-available;
  height: -moz-available;
  height: fill-available;
  box-sizing: border-box;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html.no-js .no-js-hidden {
  display: none !important;
}

html,
body {
  font-family: 'Graphik', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 1rem;
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
  line-height: 1.5;
}

body {
  display: flex;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  min-height: -moz-available;
  min-height: fill-available;
  flex-direction: column;
}

body .main {
  min-height: 500px;
  flex: 1;
}

.shopify-challenge__container {
  padding-top: 10rem;
}

/* Hide scrollbar for IE, Edge and Firefox */
.no-scrollbar {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.no-scrollbar::-webkit-scrollbar {
  display: none;
}

/* Swiper Slider - Bullet Styles  */
.swiper-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  border: 1px solid #ffffff;
  background-color: transparent;
  border-radius: 50%;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffffff;
}

/* Hide elements for print */
@media print {
  #shopify-section-promo-bar,
  #shopify-section-header,
  #shopify-section-dropdown-sustainability,
  #shopify-section-footer,
  #shopify-section-cart {
    display: none;
  }
}

.shopify-challenge__button {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  border-radius: 0.25rem;
  border-width: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.shopify-challenge__button:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 242, 239, var(--tw-bg-opacity));
}

.shopify-challenge__button:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.shopify-challenge__button:disabled {
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-text-opacity));
}

.shopify-challenge__button:hover:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
}

#g-recaptcha {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.page-content h1, 
.page-content h2, 
.page-content h3, 
.page-content h4, 
.page-content h5, 
.page-content h6 {
  margin-top: 2.5rem;
  margin-bottom: 0.5rem;
}

div[data-rebuy-id='197027'] {
  display: none;
}

body.ss__no-results--loaded div[data-rebuy-id='197027'] {
  display: block;
}

.ss__results .ss__result .ss__pricing {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}

.ss__results .ss__result .ss__attributes span {
  white-space: normal !important;
}

/* new */
#yotpoMainWidget .yotpo span.yotpo-display-wrapper {
  float: none;
}

#yotpoMainWidget
  .bottom-line-items-container-desktop
  .bottom-line-items-wrapper {
  position: static;
  left: auto;
  transform: none;
}

#yotpoMainWidget
  .bottom-line-items-container-desktop
  .bottom-line-items-wrapper
  .bottom-line-only-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#yotpoMainWidget
  .bottom-line-items-container-desktop
  .bottom-line-items-wrapper
  .bottom-line-only-container
  .reviews-qa-labels-container {
  padding-top: 0 !important;
  margin-left: 0 !important;
}

#yotpoMainWidget .suggested-topics,
#yotpoMainWidget #suggested-topics-desktop-layout {
  margin-top: 1rem;
}

#yotpoMainWidget .bottom-line-items-container-mobile * {
  position: static;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  transform: none;
  float: none;
}

#yotpoMainWidget
  .bottom-line-items-container-mobile
  .bottom-line-items-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

#yotpoMainWidget
  .bottom-line-items-container-mobile
  .bottom-line-items-wrapper
  .bottom-line-items {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

#yotpoMainWidget
  .bottom-line-items-container-mobile
  .bottom-line-items-wrapper
  .bottom-line-only-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
}

#yotpoMainWidget
  .bottom-line-items-container-mobile
  .bottom-line-items-wrapper
  .bottom-line-only-container
  .reviews-qa-labels-container {
  display: block;
}

#yotpoMainWidget
  .bottom-line-items-container-mobile
  .yotpo-star-distribution-wrapper
  .yotpo-distribution-rows
  .yotpo-distribution-row {
  display: flex;
  gap: 10px;
}

.predict-auto-placement {
  display: none;
}
.predict-placement.wair-css {
  margin-bottom: 1rem;
}
.predict-placement.wair-css button {
  color: rgba(72, 72, 72, 1) !important;
}
.predict-placement.wair-css span {
  font-size: 0.8rem;
}
#sizeselector button[data-size-guide-trigger] {
  display: none;
}

@media (max-width: 900px) {
  #cookies-banner {
    padding: 5px;
    z-index: 9999999;
  }
  #cookies-banner span {
    font-size: 13px;
    margin: 0 0 5px;
    text-align: center;
    width: 100%;
  }
  #cookies-banner .button:first-of-type {
    margin-left: 0;
  }
  #cookies-banner .button {
    font-size: 13px;
    line-height: 1;
    padding: 7px 15px;
  }
}

#cookies-banner button {
  background-color: #484848;
  border: 1px solid #484848;
}

#cookies-banner {
  align-items: center;
  background: #fff;
  border-top: 1px solid #dcdcdc;
  bottom: 0;
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  padding: 1em;
  position: fixed;
  width: 100%;
  z-index: 12;
}
.featured-swiper a.swiper-slide{
  margin: 0;
}
.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}
.after\:top-0::after {
  content: var(--tw-content);
  top: 0px;
}
.after\:left-0::after {
  content: var(--tw-content);
  left: 0px;
}
.after\:bottom-0::after {
  content: var(--tw-content);
  bottom: 0px;
}
.after\:right-0::after {
  content: var(--tw-content);
  right: 0px;
}
.after\:z-10::after {
  content: var(--tw-content);
  z-index: 10;
}
.last\:pb-\[40px\]:last-child {
  padding-bottom: 40px;
}
.last-of-type\:mb-0:last-of-type {
  margin-bottom: 0px;
}
.target\:flex:target {
  display: flex;
}
.hover\:button--primary:hover {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.hover\:button--primary:hover:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}
.hover\:button--secondary:hover {
  --tw-border-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}
.hover\:button--secondary:hover:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}
.hover\:cursor-pointer:hover {
  cursor: pointer;
}
.hover\:border-gray-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}
.hover\:border-black:hover {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
.hover\:bg-tan-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 242, 239, var(--tw-bg-opacity));
}
.hover\:bg-tan-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 231, 226, var(--tw-bg-opacity));
}
.hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}
.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}
.hover\:text-grey-900:hover {
  --tw-text-opacity: 1;
  color: rgba(17, 17, 17, var(--tw-text-opacity));
}
.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:no-underline:hover {
  text-decoration-line: none;
}
.hover\:opacity-90:hover {
  opacity: 0.9;
}
.focus\:border-transparent:focus {
  border-color: transparent;
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:\!outline-none:focus {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}
.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}
.focus\:ring-indigo-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
}
.focus-visible\:outline-none.focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
.group:hover .group-hover\:opacity-0 {
  opacity: 0;
}
.peer:target ~ .peer-target\:flex {
  display: flex;
}
.peer:target ~ .peer-target\:hidden {
  display: none;
}
.prose-ol\:list-inside :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-position: inside;
}
.prose-li\:m-0 :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin: 0px;
}
[data-fit-scale-count~="1"] .fit-scale-single\:flex-col {
  flex-direction: column;
}
[data-fit-scale-count~="1"] .fit-scale-single\:justify-between {
  justify-content: space-between;
}
[data-fit-scale-count~="2"] .fit-scale-double\:hidden {
  display: none;
}
[data-fit-scale-count~="2"] .fit-scale-double\:w-24 {
  width: 6rem;
}
[data-fit-scale-count~="2"] .fit-scale-double\:flex-row {
  flex-direction: row;
}
[data-fit-scale-count~="2"] .fit-scale-double\:items-end {
  align-items: flex-end;
}
[data-fit-scale~="0"] .fit-scale-low\:invisible {
  visibility: hidden;
}
[data-fit-scale~="1"] .fit-scale-med\:invisible {
  visibility: hidden;
}
[data-fit-scale~="2"] .fit-scale-high\:invisible {
  visibility: hidden;
}
[data-fit-scale~="support"] .fit-scale-support\:hidden {
  display: none;
}
[data-fit-scale~="coverage"] .fit-scale-coverage\:hidden {
  display: none;
}
@media (min-width: 640px) {

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

  @media (min-width: 768px) {
     {
      line-height: 1.3;
      letter-spacing: 2.16px;
      font-size: 1.25rem;
      line-height: 1.375rem;
    }

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

     {
      font-size: 1.125rem;
      line-height: 1.375rem;
    }
  }

  .sm\:-top-\[155px\] {
    top: -155px;
  }

  .sm\:top-\[183px\] {
    top: 183px;
  }

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

  .sm\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

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

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

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

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

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

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

  .sm\:mb-14 {
    margin-bottom: 3.5rem;
  }

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

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

  .sm\:block {
    display: block;
  }

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

  .sm\:grid {
    display: grid;
  }

  .sm\:hidden {
    display: none;
  }

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

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

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

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

  .sm\:h-full {
    height: 100%;
  }

  .sm\:h-\[calc\(100vh_-_35px\)\] {
    height: calc(100vh - 35px);
  }

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

  .sm\:h-36 {
    height: 9rem;
  }

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

  .sm\:h-16 {
    height: 4rem;
  }

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

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

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

  .sm\:w-16 {
    width: 4rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .sm\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .sm\:object-top {
    -o-object-position: top;
       object-position: top;
  }

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

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

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

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

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

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

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

  .sm\:text-h5-d {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }

  .sm\:text-s2-d {
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .sm\:text-s3-d {
    font-size: 0.75rem;
    line-height: 1rem;
  }

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

  .sm\:text-\[2\.857142857vw\] {
    font-size: 2.857142857vw;
  }
}
@media (min-width: 768px) {

  .md\:absolute {
    position: absolute;
  }

  .md\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

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

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

  .md\:aspect-\[9\/16\] {
    aspect-ratio: 9/16;
  }

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

  .md\:aspect-\[2880\/1474\] {
    aspect-ratio: 2880/1474;
  }

  .md\:h-\[100\%\] {
    height: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:max-w-screen-md {
    max-width: 768px;
  }

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

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

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

  .md\:auto-rows-min {
    grid-auto-rows: min-content;
  }

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

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

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

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

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

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

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

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

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

  .md\:gap-x-24 {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .md\:gap-y-20 {
    row-gap: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:text-h4-d {
    font-size: 1.875rem;
    line-height: 2.125rem;
  }

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

  .md\:text-h1-d {
    font-size: 3rem;
    line-height: 3.125rem;
  }

  .md\:text-h2-d {
    font-size: 2.5rem;
    line-height: 2.625rem;
  }

  .md\:text-s2-d {
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .md\:text-s3-d {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .md\:text-h1-m {
    font-size: 2rem;
    line-height: 2.125rem;
  }

  .md\:text-h3-d {
    font-size: 2.125rem;
    line-height: 2.375rem;
  }

  .md\:text-h5-d {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }

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

  .md\:leading-6 {
    line-height: 1.5rem;
  }
}
@media (min-width: 1024px) {

  .lg\:text-h1-hero {
    font-size: 3.625rem;
    line-height: 1.3;
    letter-spacing: 0em;
  }

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

  @media (min-width: 768px) {
    .lg\:text-h1-hero {
      font-size: 4.5rem;
      line-height: 1.3;
      letter-spacing: 2.16px;
    }
     {
      line-height: 1.3;
      letter-spacing: 2.16px;
      font-size: 0.75rem;
      line-height: 1rem;
    }

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

  .lg\:static {
    position: static;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:sticky {
    position: sticky;
  }

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

  .lg\:left-auto {
    left: auto;
  }

  .lg\:top-\[40px\] {
    top: 40px;
  }

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

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

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

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

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

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

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

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

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

  .lg\:z-\[11\] {
    z-index: 11;
  }

  .lg\:-order-none {
    order: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

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

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[100\%\] {
    height: 100%;
  }

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

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

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

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

  .lg\:h-\[calc\(100vh-64px\)\] {
    height: calc(100vh - 64px);
  }

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

  .lg\:max-h-max {
    max-height: -moz-max-content;
    max-height: max-content;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:transform-none {
    transform: none;
  }

  .lg\:cursor-auto {
    cursor: auto;
  }

  .lg\:cursor-default {
    cursor: default;
  }

  .lg\:cursor-pointer {
    cursor: pointer;
  }

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

  .lg\:grid-cols-footer {
    grid-template-columns: 519px 1fr;
  }

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

  .lg\:grid-cols-desktopPDP {
    grid-template-columns: 1fr 500px;
  }

  .lg\:grid-cols-\[minmax\(0\2c 1fr\)_500px\] {
    grid-template-columns: minmax(0,1fr) 500px;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * (1 - var(--tw-divide-x-reverse)));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:divide-tan-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 231, 226, var(--tw-divide-opacity));
  }

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

  .lg\:overflow-auto {
    overflow: auto;
  }

  .lg\:overflow-hidden {
    overflow: hidden;
  }

  .lg\:overflow-visible {
    overflow: visible;
  }

  .lg\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

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

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

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

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

  .lg\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:p-0 {
    padding: 0px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:pr-\[31px\] {
    padding-right: 31px;
  }

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

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

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

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

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

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

  .lg\:pt-11 {
    padding-top: 2.75rem;
  }

  .lg\:pl-20 {
    padding-left: 5rem;
  }

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

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

  .lg\:pr-\[25px\] {
    padding-right: 25px;
  }

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

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

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

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

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

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

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

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

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

  .lg\:text-s4-d {
    font-size: 0.6rem;
    line-height: 0.6875rem;
  }

  .lg\:text-h5-d {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }

  .lg\:text-s1-d {
    font-size: 1.25rem;
    line-height: 1.375rem;
  }

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

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

  .lg\:text-s10-d {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }

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

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

  .lg\:normal-case {
    text-transform: none;
  }

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

  .lg\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  [data-fit-scale-count~="2"] .fit-scale-double\:lg\:w-28 {
    width: 7rem;
  }
}
@media (min-width: 1280px) {

  .xl\:max-w-screen-xl {
    max-width: 1280px;
  }

  .xl\:justify-center {
    justify-content: center;
  }
}
.\[\&\[aria-disabled\=\'true\'\]\]\:opacity-0[aria-disabled='true'] {
  opacity: 0;
}
@media (min-width: 768px) {

  .md\:\[\&\>\*\:nth-child\(1\)\]\:col-span-2>*:nth-child(1) {
    grid-column: span 2 / span 2;
  }
}
.\[\&_button\]\:h-\[44px\] button {
  height: 44px;
}
.\[\&_button\]\:w-full button {
  width: 100%;
}
@media (min-width: 1024px) {

  .\[\&_button\]\:lg\:w-\[366px\] button {
    width: 366px;
  }
}
.\[\&\>img\]\:h-full>img {
  height: 100%;
}
.\[\&\>img\]\:w-full>img {
  width: 100%;
}
.\[\&\>img\]\:object-cover>img {
  -o-object-fit: cover;
     object-fit: cover;
}
.quantity-input::-webkit-outer-spin-button,
.quantity-input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
          appearance: none;
}

.quantity-input {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield; /* Firefox */
}

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

/* For IE, Edge and Firefox */
.scrollbar-hide {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.cart-items .cart-item:nth-last-of-type(1) {
  margin-bottom: 206px;
}

.cart__overlay {
  overflow: hidden;
}

.cart__overlay::after {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  content: '';
  cursor: pointer;
  opacity: 0.7;
}

/* Fix for Mini Cart on iPad */
@media only screen and (min-device-width: 1023px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .panelFlyout {
    height: 100% !important;
    height: 100dvh !important;
  }
}
.ss__result > a.relative {
  display: block;
}
.contact {
}

[data-address-fields] [data-line-count='1'] {
  flex-basis: 100%;
}

[data-address-fields] [data-line-count='2'] {
  flex-basis: 49%;
}

[data-address-fields] [data-line-count='3'] {
  flex-basis: 32%;
}

.overlay-active {
  position: fixed;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
}

.dropdown-sustainability__link {
  border-radius: 5px;
}

.dropdown-sustainability__block:after {
  display: block;
  padding-top: 75%;
  content: "";
}

.dropdown-sustainability__block {
  position: relative;
}
/*----- FAQs Section ------*/

.faqs {
  display: flex;
  justify-content: center;
  padding-bottom: 65px;
  margin-top: 25px;
}

.faqs .page-width {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

@media (max-width: 1250px) {
  .faqs .page-width {
    max-width: 90%;
  }
}

.faqs__faq {
  border-bottom: 1px solid #000;
}

.faqs__title {
  margin: 0 0 25px;
  text-align: center;
}

.faq__question {
  color: #484848;
  font-size: 22px;
  font-weight: 600;
  padding: 15px 35px 15px 0;
  position: relative;
  text-align: left;
  width: 100%;
}

.faq__question:before {
  height: 2px;
  right: 0;
  width: 21px;
}

.faq__question:after,
.faq__question:before {
  background-color: #484848;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.faq__question:after {
  height: 21px;
  right: 9px;
  transition: all 0.2s ease-in-out;
  width: 2px;
}

.faq__question.expanded:after {
  transform: translateY(-50%) rotate(-90deg);
}

.faq__answer {
  max-height: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.2s ease-in-out;
}

.faq__answer * {
  color: #484848;
}

.faq__answer.expanded {
  max-height: 1000px;
  padding: 0 0 15px;
  transform: scaleY(1);
}

/* For Webkit-based browsers (Chrome, Safari and Opera) */
.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

/* For IE, Edge and Firefox */
.scrollbar-hide {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.filter_box {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid black;
  background: white;
  border-radius: 3.61px;
  color: black;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.filter-option input:checked ~ .filter_box {
  background-color: #000;
  color: #fff;
}

.visually-hidden {
  position: absolute;
  left: -100vw;
}

.filter-plp__overlay {
  position: fixed;
  z-index: 20;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0.7;
}

.filter-plp__slide-in {
  animation: slide-in 0.3s forwards;
}

.filter-plp__slide-out {
  animation: slide-out 0.3s forwards;
}

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

/* The switch - the box around the slider */
.switch {
  position: relative;
  width: 36px;
  height: 18px;
}

/* Hide default HTML checkbox */
.switch input {
  width: 0;
  height: 0;
  opacity: 0;
}

/* The slider */
.slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid black;
  background-color: #fff;
  cursor: pointer;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  bottom: 1px;
  left: 2px;
  width: 14px;
  height: 14px;
  background-color: black;
  content: '';
  transition: 0.4s;
}

input:checked + .slider:before {
  transform: translateX(16px);
}

input[type='radio'] {
  width: 20px;
  height: 20px;
  border: 1px solid #d9d9d9;
  color: inherit;
}

input[type='radio']:after {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #d9d9d9;
  border-radius: 15px;
  content: '';
  visibility: visible;
}

input[type='radio']:checked:after {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #d9d9d9;
  background-color: #484848;
  border-radius: 15px;
  content: '';
  visibility: visible;
}

input[type='radio']:focus {
  box-shadow: none;
  box-shadow: initial;
  outline: 1px solid transparent;
  --tw-ring-color: #fff;
  --tw-ring-shadow: unset;
  --tw-ring-offset: unset;
  --tw-ring-offset-width: unset;
}

[type='checkbox'],
[type='radio'] {
  background: #fff;
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.sort-plp__overlay {
  overflow: hidden;
}

.sort-plp__overlay::after {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  content: '';
  opacity: 0.7;
}

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

.sort-plp__slide-in {
  animation: slide-in 0.3s forwards;
}

.sort-plp__slide-out {
  animation: slide-out 0.3s forwards;
}

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

.filter-plp__checkbox-overwrite {
  border: medium none currentColor;
  border: initial;
}

.filter-plp__checkbox-overwrite:checked {
  background-image: none;
  background-image: initial;
  outline: 1px solid black;
  outline-offset: 2px;
}

.filter-plp__checkbox-overwrite:focus {
  --tw-ring-color: transparent;
}

.filter-plp__checkbox-overwrite-2 {
  --tw-ring-color: transparent;
}

.filter-plp__checkbox-overwrite-2:focus {
  --tw-ring-color: transparent;
  border: 1px solid #d9d9d9;
}

.filter-plp__checkbox-overwrite-2:checked {
  border-color: #d9d9d9 !important;
}

.filter-plp__checkbox-overwrite-2:checked {
  border: 1px solid #d9d9d9;
  outline: medium none invert;
  outline: initial;
  outline-offset: initial;
}

.filter-plp__light-blue {
  background: #a1bbc7 !important;
}

.filter-plp__light-blue:checked {
  background: #a1bbc7 !important;
}

.filter-plp__grey {
  background: #7b7b7b;
}

.filter-plp__grey:checked {
  background: #7b7b7b !important;
}

.filter-plp__red {
  background: #b95959;
}

.filter-plp__red:checked {
  background: #b95959 !important;
}

.filter-plp__orange {
  background: #cf9a67;
}

.filter-plp__orange:checked {
  background: #cf9a67 !important;
}

.filter-plp__olive {
  background: #bcb6a7;
}

.filter-plp__olive:checked {
  background: #bcb6a7 !important;
}

.filter-plp__brown {
  background: #9a7665;
}

.filter-plp__brown:checked {
  background: #9a7665 !important;
}

.filter-plp__pink {
  background: #ffe3fc;
}

.filter-plp__pink:checked {
  background: #ffe3fc !important;
}

.filter-plp__cement {
  background: #f9f2eb;
}

.filter-plp__cement:checked {
  background: #f9f2eb !important;
}

.filter-plp__black {
  background: #000000;
}

.filter-plp__black:checked {
  background: #000000 !important;
}

.filter-plp__green {
  background: #68aa7b;
}

.filter-plp__green:checked {
  background: #68aa7b !important;
}

.filter-plp__beige {
  background: #dcd4cc;
}

.filter-plp__beige:checked {
  background: #dcd4cc !important;
}

@keyframes filter-plp__slide-in {
  100% {
    transform: translateX(0%);
  }
}

@keyframes filter-plp__slide-out {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

/* For Webkit-based browsers (Chrome, Safari and Opera) */
.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

/* For IE, Edge and Firefox */
.scrollbar-hide {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

[type='search']::-webkit-search-cancel-button {
  width: 24px;
  height: 24px;
  -webkit-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'><path d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/></svg>");
  cursor: pointer;
}

.overlay {
  position: fixed;
  z-index: 1001;
  top: 87px;
  left: 0;
  width: 100%;
  height: calc(100% - 87px);
  padding: 0;
  margin: 0;
  background: rgba(0, 0, 0, 0.6);
}

#searchBox.show-search-bar-mobile ~ .overlay {
  top: 140px;
}

#searchBox.show-search-bar-mobile:not(.hidden),
#shopify-section-header #searchBox.show-search-bar-mobile:not(.hidden) ~ div .header.header--transparent {
  background: #ffffff;
}

#searchBox.show-search-bar-mobile:not(.hidden) input::-moz-placeholder {
  color: #000000;
}

#searchBox.show-search-bar-mobile:not(.hidden) input::placeholder,
#searchBox.show-search-bar-mobile:not(.hidden) div.text-white.lg\:text-black[\:has\(svg\)] {
  color: #000000;
}

#searchBox.show-search-bar-mobile:not(.hidden) input::-moz-placeholder {
  color: #000000;
}

#searchBox.show-search-bar-mobile:not(.hidden) input::placeholder,
#searchBox.show-search-bar-mobile:not(.hidden) div.text-white.lg\:text-black:has(svg) {
  color: #000000;
}

@media (min-width: 1024px) {
  .overlay {
    top: 91px;
    height: calc(100% - 91px);
  }
}

.hamburger-menu {
  transform: translateX(-100%);
}

.slide-in {
  animation: slide-in 0.3s forwards;
}

.slide-out {
  animation: slide-out 0.3s forwards;
}

.mega-menu__overlay::after {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  content: '';
  opacity: 0.7;
}

@media (min-width: 1024px) {
  .main-menu-link:hover .mega-menu {
    display: flex;
  }
}

.main-menu-link::after {
  position: absolute;
  display: block;
  width: 100px;
  height: 30px;
  content: '';
}

.mega-menu__right-image::after {
  display: block;
  padding-top: 75%;
  content: '';
}

.mega-menu__text {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
}

.mega-menu__right-image {
  position: relative;
  max-height: 600px;
}

.dropdown-sustainability__block__text {
  position: absolute;
  width: 100%;
  height: auto;
}

@keyframes slide-in {
  100% {
    transform: translateX(0%);
  }
}

@keyframes slide-out {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}
.header__icon_dropdown {
  cursor: pointer;
  position: relative;
}

.logged-in.promo-bar__right {
  min-width: 360px;
}

.header__icon_dropdown:after {
  content: '';
  height: 25px;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
}

.header__icon_dropdown > ul {
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  list-style-type: none;
  opacity: 0;
  padding: 10px;
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 5px);
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  visibility: hidden;
  width: 120px;
  z-index: -1;
}

.header__icon_dropdown:hover > ul {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%);
  visibility: visible;
  z-index: 10;
}

@keyframes slide-in {
  to {
    transform: translateX(0);
  }
}

@keyframes slide-out {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}
@media (min-width: 1024px) {
  .search-input-wrapper {
    padding: 2px 8px;
    border-radius: 20px;
    height: 24px;
    max-width: 168px;
  }
  .search-input-wrapper input {
    background: none;
    border: none;
    color: #fff;
    height: 100%;
    width: 100%;
    padding: 0;
    font-size: 10px;
  }
  .header[data-header-transparent='true'].header--transparent
    .search-input-wrapper
    input::-moz-placeholder {
    color: #fff;
  }
  .header[data-header-transparent='true'].header--transparent
    .search-input-wrapper
    input::placeholder {
    color: #fff;
  }
  .header[data-header-transparent='true'].header--transparent
    .search-input-wrapper {
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0.12);
  }
  .header:not(.header--transparent) .search-input-wrapper {
    border: 1px solid #000;
    background: #efefef;
  }
  .header:not(.header--transparent) .search-input-wrapper input::-moz-placeholder {
    color: #000;
  }
  .header:not(.header--transparent) .search-input-wrapper input::placeholder {
    color: #000;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .header {
    padding: 0 10px;
  }
  .search-input-wrapper {
    max-width: 100px;
  }
  .header__icons {
    gap: 10px;
  }
}
.heroTwoColumnsSwiper .swiper-button-next,
.heroTwoColumnsSwiper .swiper-button-prev {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 40px;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}

.heroTwoColumnsSwiper .swiper-button-next {
  right: 40px;
  left: auto;
}

.heroTwoColumnsSwiper .swiper-button-next:after,
.heroTwoColumnsSwiper .swiper-button-next:before,
.heroTwoColumnsSwiper .swiper-button-prev:after,
.heroTwoColumnsSwiper .swiper-button-prev:before {
  content: "";
}

.heroTwoColumnsSwiper .swiper-button-next svg,
.heroTwoColumnsSwiper .swiper-button-prev svg {
  width: 12px;
}

.heroTwoColumnsSwiper .swiper-button-next svg path,
.heroTwoColumnsSwiper .swiper-button-prev svg path {
  stroke: #000;
}

.heroTwoColumnsSwiper .swiper-button-disabled {
  display: none;
}

.swiper.heroTwoColumnsSwiper {
  margin: 0;
}
.hero [data-component='video'], 
.hero [data-vimeo-initialized='true'], 
.hero iframe {

    height: 100%;

    width: 100%
}

.hero iframe {

    position: absolute;

    top: 0px;

    right: 0px;

    bottom: 0px;

    left: 0px
}

.image-rich-text b,
.image-rich-text strong {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 29px;
}

p + p > strong,
p + p > b {
  padding-top: 7px;
  display: inline-block;
}

@media only screen and (max-width: 1024px) {
  .image-rich-text b,
  .image-rich-text strong {
    font-size: 14px;
    line-height: 18px;
  }
}


.text-\[\#f082b3\] {
  color: #f082b3;
}
.product-cross-sell__default-size svg {
  width: 10px;
}

.product-cross-sell__default-color svg {
  width: 10px;
}

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

.product-cross-sell__options {
  z-index: 100;
}


.product-recommendations__title .swiper-button-next-slide svg {
  transform: rotate(180deg);
}


.seo-text a {
  text-decoration: underline;
  font-weight: 600;
}
.vimeo-wrapper {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.vimeo-wrapper iframe {
  position: relative !important;
  top: 50% !important;
  left: 50% !important;
  width: 100vw !important;
  min-width: 300vh !important;
  height: 100vw !important;
}

.vimeo-wrapper iframe {
  overflow: hidden;
  transform: translate(-50%, -50%);
}

.vimeo-wrapper > div {
  padding: 0 !important;
}

.vimeo-wrapper > div {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.stlSwiper .swiper-button-next,
.stlSwiper .swiper-button-prev {
  position: absolute;
  z-index: 10;
  top: 37%;
  left: 40px;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}

.stlSwiper .swiper-button-next {
  right: 40px;
  left: auto;
}

.stlSwiper .swiper-button-next:after,
.stlSwiper .swiper-button-next:before,
.stlSwiper .swiper-button-prev:after,
.stlSwiper .swiper-button-prev:before {
  content: "";
}

.stlSwiper .swiper-button-next svg,
.stlSwiper .swiper-button-prev svg {
  width: 12px;
}

.stlSwiper .swiper-button-next svg path,
.stlSwiper .swiper-button-prev svg path {
  stroke: #000;
}

.stlSwiper .swiper-button-disabled {
  display: none;
}

@media screen and (max-width: 768px) {
  .vimeo-wrapper iframe {
    height: 425px !important;
  }
}

@media screen and (max-width: 640px) {
  .vimeo-wrapper iframe {
    height: 375px !important;
  }
}

[data-component='video'] {
  position: relative;
  width: 100%;
  height: 100%;
}


[data-section="shop-the-look"] .product-card {
  margin-bottom: 0;
}

[data-section="shop-the-look"] .product-card a.relative {
  display: block;
}
.size-guide tr {
  border-top: 1px solid #dcd4cc;
}

.size-guide tr:last-child {
  border-bottom: 1px solid #dcd4cc;
}

.size-guide:first-of-type {
  padding-bottom: 50px;
  padding-top: 50px;
}

.size-guide {
  padding-bottom: 50px;
}

.size-guide.fit-landing:first-of-type,
.size-guide.fit-landing {
  padding-bottom: 0;
  padding-top: 0;
}

.size-guide th {
  font-weight: 100;
  text-align: left;
}

.size-guide td,
.size-guide th {
  font-size: 12px;
  line-height: 14px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-width: 90px;
  padding-bottom: 20px;
  padding-top: 20px;
  width: 90px;
}

@media only screen and (max-width: 1024px) {
  .size-guide td,
  .size-guide th {
    font-size: 14px;
    min-width: 138px;
  }
}

.size-guide h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  padding-bottom: 15px;
}

.size-guide p {
  font-size: 14px;
}

.size-guide td:nth-child(2n) {
  background-color: #f5f2ef;
  text-align: center;
}

.size-guide td:nth-child(odd) {
  text-align: center;
}

.size-guide td:first-child {
  text-align: left;
}

[role='region'][aria-labelledby][tabindex] {
  overflow: auto;
}

@media only screen and (min-width: 1024px) {
  .size-guide h3 {
    font-size: 30px;
    line-height: 34px;
  }

  .size-guide:first-of-type {
    padding-bottom: 60px;
    padding-top: 60px;
  }

  .size-guide {
    padding-bottom: 60px;
  }
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  width: 36px;
  height: 18px;
}

/* Hide default HTML checkbox */
.switch input {
  width: 0;
  height: 0;
  opacity: 0;
}

/* The slider */
.slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid black;
  background-color: #fff;
  cursor: pointer;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  bottom: 1px;
  left: 2px;
  width: 14px;
  height: 14px;
  background-color: black;
  content: '';
  transition: 0.4s;
}

input:checked + .slider:before {
  transform: translateX(16px);
}

input[type='radio'] {
  width: 20px;
  height: 20px;
  border: 1px solid #d9d9d9;
  color: inherit;
}

input[type='radio']:after {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #d9d9d9;
  border-radius: 15px;
  content: '';
  visibility: visible;
}

input[type='radio']:checked:after {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #d9d9d9;
  background-color: #484848;
  border-radius: 15px;
  content: '';
  visibility: visible;
}

input[type='radio']:focus {
  box-shadow: none;
  box-shadow: initial;
  outline: 1px solid transparent;
  --tw-ring-color: #fff;
  --tw-ring-shadow: unset;
  --tw-ring-offset: unset;
  --tw-ring-offset-width: unset;
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.sort-plp__overlay {
  overflow: hidden;
}

.sort-plp__overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  content: '';
  opacity: 0.7;
}

.sort-plp__slide-in {
  animation: slide-in 0.3s forwards;
}

.sort-plp__slide-out {
  animation: slide-out 0.3s forwards;
}

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

@keyframes sort-plp__slide-in {
  100% {
    transform: translateX(0%);
  }
}

@keyframes sort-plp__slide-out {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.styleguide {
  background: #fff;
}

.testimonials-carousel__review svg {
  width: 20px;
  height: 20px;
}
@media only screen and (max-width: 1024px) {
  .testimonials-carousel__review svg {
    width: 16px;
    height: 16px;
  }
}

.testimonials-carousel__product-image img {
  border-radius: 3px;
}

.testimonials-carousel
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #484848;
}

.testimonials-carousel .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border: 1px solid #484848;
}

.testimonials-carousel__product-price {
  margin-top: 0;
}

.w-testimonials {
  width: calc(100% - 20px);
}

@media only screen and (min-width: 1025px) {
  .w-testimonials {
    width: calc(50% - 40px);
  }
}
/**
 * Swiper 8.4.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 12, 2022
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}[dir="ltr"] .swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-left:var(--swiper-centered-offset-before)}[dir="rtl"] .swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-right:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-top:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}
:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(44px/ 44 * 27);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:44px;height:var(--swiper-navigation-size);margin-top:calc(0px - (44px/ 2));margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-theme-color);color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{text-transform:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:44px;font-size:var(--swiper-navigation-size);letter-spacing:0;font-feature-settings:;font-variant:normal;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}
.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}

[data-section='product'] iframe {
  width: 100%;
  height: 100%;
}

/* Fix issue between Swiper & CSS Grid */
[data-section='product'] .swiper {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 0;
  max-height: 100vh;
}

/* Ensure gallery containers respect grid column width */
.product-gallery-grid-layout {
  max-width: 100%;
  overflow: hidden;
}

/* Product Gallery Slider Layout */
.product-gallery-slider-layout {
  height: 100%;
  min-height: 600px;
  max-height: calc(100vh - 64px);
  max-width: 100%;
  overflow: hidden;
}

.product-gallery-thumbs {
  overflow: hidden;
  flex-shrink: 0;
}

.product-gallery-thumbs-swiper {
  height: 100%;
  max-height: calc(100vh - 100px);
  width: 120px;
}

.product-gallery-thumbs-swiper .swiper-slide {
  opacity: 0.5;
  transition: opacity 0.3s ease;
  border: 2px solid transparent;
  cursor: pointer;
}

.product-gallery-thumbs-swiper .swiper-slide-thumb-active {
  opacity: 1;
  border-color: #000;
}

.product-gallery-main {
  position: relative;
  flex: 1;
  min-width: 0;
  overflow: hidden;
}

.product-gallery-main-swiper {
  width: 100%;
  height: auto;
  max-width: 100%;
}

/* Custom Navigation Buttons */
.product-gallery-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #000;
}

.product-gallery-nav-btn:hover {
  background: rgba(255, 255, 255, 1);
}

.product-gallery-nav-prev {
  left: 16px;
}

.product-gallery-nav-next {
  right: 16px;
}

/* Hide default Swiper navigation */
.product-gallery-main-swiper .swiper-button-next,
.product-gallery-main-swiper .swiper-button-prev {
  display: none;
}

.quantity-input::-webkit-outer-spin-button,
.quantity-input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
          appearance: none;
}

.quantity-input {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield; /* Firefox */
}

.Rise-add-to-cart-button {
  margin: 0 !important;
}

.GiftWizard-gift-button {
  margin: 0 0 0 5px !important;
}

.GiftWizard-gift-button {
  border-radius: 6px;
}

.product-accordions__content .predict-placement.wair-css {
  display: none;
}
@media (min-width: 1024px) {
  .sticky-product-button.translate-y-full {
    bottom: 0 !important;
  }
}
@media (max-width: 1023px) {
  .sticky-product-button{
    --tw-translate-y: 0px !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }
}
.yotpo-reviews-star-ratings-widget {
    margin-left: 0.625rem !important;
    margin-top: 0.25rem !important;
    margin-left: 0px !important;
    padding-left: 0px !important;
}

.yotpo-reviews-star-ratings-widget .star-container svg path {
    stroke: #000 !important;
}

.yotpo-sr-bottom-line-text {
    font-size: 0.875rem;
    line-height: 1.125rem;
}

@media (min-width: 768px) {

    .yotpo-sr-bottom-line-text {
        font-size: 0.875rem;
        line-height: 1.125rem;
    }
  }

.yotpo-sr-bottom-line-text {
    text-transform: capitalize !important;
    --tw-text-opacity: 1 !important;
    color: rgba(116, 116, 116, var(--tw-text-opacity)) !important;
    font-weight: 400 !important;
  margin-top: -2px !important;
  font-family: inherit !important;
  font-size: 14px !important;
}

#yotpo-reviews-main-widget * {
  font-family: inherit !important;
}

#yotpo-reviews-main-widget .yotpo-head,
#yotpo-reviews-main-widget .yotpo-star-distribution {
  display: none !important;
}

#yotpo-reviews-main-widget .yotpo-base-layout {
  width: auto !important;
}

.yotpo.yotpo-main-widget {
  width: 100% !important;
  padding: 0 2rem !important;
}

.yotpo .yotpo-modal-base .yotpo-modal-dialog,
.yotpo .yotpo-modal .yotpo-modal-dialog {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.yotpo-main-widget *:not(.yotpo-default-button),
.yotpo.yotpo.yotpo.yotpo.yotpo.yotpo a:not(.yotpo-default-button) {
  color: #000 !important;

  font-family: inherit !important;
  font-weight: normal !important;
}

.yotpo .font-color-gray-darker {
  color: #000 !important;
}

.yotpo .yotpo-label-container {
  display: none !important;
}

.yotpo
  .yotpo-review
  .yotpo-header
  .yotpo-header-element
  .y-label.yotpo-user-name,
.yotpo
  .yotpo-comment
  .yotpo-header
  .yotpo-header-element
  .y-label.yotpo-user-name,
.yotpo
  .yotpo-question
  .yotpo-header
  .yotpo-header-element
  .y-label.yotpo-user-name,
.yotpo
  .yotpo-onsite-upload
  .yotpo-header
  .yotpo-header-element
  .y-label.yotpo-user-name {
  color: #000 !important;
}

.aggregated-product-related-fields {
  display: none;
}

.main-widget .rating-stars-container {
  float: none !important;
}

.yotpo .yotpo-regular-box.yotpo-bottomline.bottom-line-items-container {
  padding: 0;
}

.yotpo-icon:not(.yotpo-default-button) {
  color: #000 !important;
}

.yotpo .avg-score {
  float: none !important;
  font-weight: normal !important;
}

.yotpo .avg-score {
  margin-right: 0.25rem;
}

.yotpo .filters-container-title {
  display: none !important;
}

.yotpo .free-text-search-input {
  margin: 0 !important;
}

.yotpo .filters-container .magnifying-glass-icon {
  top: 12px !important;
}

.yotpo .y-label.yotpo-field-option-label {
  position: relative;
  top: -4px;
}

.yotpo input[type='radio'],
.yotpo input[type='radio']:checked {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  background: white !important;
}

.yotpo .filters-container .clear-text-icon {
  margin-top: -14px !important;
}

.yotpo input[type='search']::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.yotpo input[type='search']::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

.yotpo input[type='search']::-webkit-search-decoration,
.yotpo input[type='search']::-webkit-search-cancel-button,
.yotpo input[type='search']::-webkit-search-results-button,
.yotpo input[type='search']::-webkit-search-results-decoration {
  display: none;
}

.main-widget .reviews-qa-labels-container {
  display: relative !important;
  padding-top: 0 !important;
}

.yotpo .reviews-qa-labels-container {
  margin-left: 0 !important;
}

.yotpo .sr-only {
  position: absolute !important;
  display: none !important;
}

@media (min-width: 1024px) {
  .yotpo span.yotpo-display-wrapper {
    float: left !important;
  }

  .yotpo .sr-only {
    position: absolute !important;
  }

  .main-widget .reviews-qa-labels-container {
    padding-top: 20px !important;
  }

  .yotpo .yotpo-nav.yotpo-nav-primary {
    clear: both !important;
  }

  .main-widget .reviews-qa-labels-container {
    display: absolute !important;
  }

  .yotpo.yotpo-main-widget {
    margin-top: -2rem !important;
  }

  .yotpo .reviews-qa-labels-container {
    margin-left: 1rem !important;
  }

  .main-widget .rating-stars-container {
    float: left !important;
  }
}

.yotpo-bottomline .text-m {
  margin-left: 5px !important;
}

.yotpo .yotpo-default-button,
.yotpo input[type='button'].yotpo-default-button,
.yotpo .yotpo-default-button *,
.yotpo input[type='button'].yotpo-default-button * {
  background: #fff !important;
  background-color: transparent !important;
}

.yotpo .yotpo-default-button,
.yotpo input[type='button'].yotpo-default-button {
  height: 35px !important;
  padding: 8px 11px !important;
  border: solid 1px #e3e3e3 !important;
  border-radius: 3px !important;
  color: #000 !important;
  text-transform: none !important;
}

.yotpo
  .primary-color-btn.primary-color-btn.primary-color-btn.primary-color-btn.primary-color-btn:hover,
.yotpo
  input[type='button'].primary-color-btn.primary-color-btn.primary-color-btn.primary-color-btn:hover {
  background-color: #eee !important;
}

.y-arrows {
  pointer-events: none !important;
}

.yotpo.yotpo-modal.yotpo-modal-active .yotpo-icon.yotpo-icon-cross {
  color: white !important;
}

.arrows-wrapper-left,
.arrows-wrapper-right {
  pointer-events: auto !important;
}

/* Pair it With Yotpo Styles */
#pair-it-with .text-m {
  display: none !important;
}

#pair-it-with .rating-star {
  font-size: 12px !important;
}

.yotpo-product-points-inner-wrapper {
    display: flex;
    gap: 2px;
    align-items: center;
}
.yotpo-product-points-widget-tooltip {
    max-width: calc(100% + 40px);
    width: -moz-max-content;
    width: max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 10px;
    font-size: 10px;
    gap: 3px;
    flex-shrink: 0;
    background: rgba(72, 72, 72, 0.80);
    right: auto;
    left: calc(100% + 10px);
    top: -24px;
    line-height: normal;
    letter-spacing: 0.1px;
}
.yotpo-product-points-widget-tooltip::after{
    content: " ";
    position: absolute;
    top: 50%;
    right: 100%; /* To the left of the tooltip */
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent rgba(72, 72, 72, 0.80) transparent transparent;
}

.unavailable {
  background: linear-gradient(
    to top left,
    rgba(217, 217, 217, 0) 0%,
    rgba(217, 217, 217, 0) calc(50% - 1px),
    rgba(217, 217, 217, 1) 50%,
    rgba(217, 217, 217, 0) calc(50% + 1px),
    rgba(217, 217, 217, 0) 100%
  );
}
.color-unavailable {
  position: relative;
}
.color-unavailable:after {
  content: '';
  background: linear-gradient(
    0deg, rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 0% calc(50% - 1px),
    rgba(255,255,255,1) 50%,
    rgba(0, 0, 0, 0) calc(50% + 1px),
    rgba(0, 0, 0, 0) 100%
  );
  border-radius: 100%;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 28px;
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.color-unavailable.black-stroke:after {
  content: '';
  background: linear-gradient(
    0deg, rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 0% calc(50% - 1px),
    rgba(0,0,0,1) 50%,
    rgba(0, 0, 0, 0) calc(50% + 1px),
    rgba(0, 0, 0, 0) 100%
  );
  border-radius: 100%;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 28px;
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}


.swatchButton img {
  max-width: 34px;
}

.colors-list img {
  max-width: 22px;
}
.swatchButton--highlight {
  position: relative;
}

.swatchButton--highlight::after {
  content: '';
  background: #f082b3;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 3px;
  height: 3px;
  z-index: 1;
}
.kit-product-seletor__image.fade-enter {
  opacity: 0;
}

.kit-product-seletor__image.fade-exit {
  opacity: 1;
}

.kit-product-seletor__image.fade-enter-active {
  opacity: 1;
}

.kit-product-seletor__image.fade-exit-active {
  opacity: 0;
}

.kit-product-seletor__image.fade-enter-active,
.kit-product-seletor__image.fade-exit-active {
  transition: opacity 300ms;
}

#pair-it-with {
  display: none;
}

.product-buy-box+[data-rebuy-id="167325"] {
  display: none;
}
/* Container for the entire block */
.value-prop-container {
  max-width: 896px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid rgba(217, 217, 217);
  padding-bottom: 30px;
  margin-bottom: 30px;
}

/* Section heading */
.value-prop-container h2 {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-mud_black);
  margin-bottom: 24px;
  text-align: center;
}

/* Single-column grid for the value propositions */
.value-prop-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 12px;
  gap: 12px;
  margin-bottom: 10px;
}

/* Individual value proposition item */
.value-prop-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

/* Icon container */
.value-prop-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding: 5px;
}

/* SVG icon styling */
.value-prop-icon svg {
  width: 24px;
  height: 24px;
  color: #000;
}

/* Text content */
.value-prop-text h3 {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  line-height: 14px;
}

.value-prop-text p {
  margin-top: 4px;
  font-size: 12px
}
.product-size-guide {
  color: #000;
}

.product-size-guide h1,
.product-size-guide h2,
.product-size-guide h3,
.product-size-guide h4,
.product-size-guide h5,
.product-size-guide h6 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  text-transform: capitalize;
}

.product-size-guide p {
  color: #747474;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.product-size-guide tr {
  border-top: 1px solid #F5F2EF;
}

.product-size-guide tr td:not(:first-of-type) {
  text-align: center;
}

.product-size-guide td {
  padding: 20px 4px;
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
}

.product-size-guide tr:last-of-type {
  border-bottom: 1px solid #F5F2EF;
}

.product-size-guide tr td:nth-child(2n){
  width: 30px;
  background-color: #F5F2EF;
}

@media (min-width: 768px) {
  .product-size-guide h1,
  .product-size-guide h2,
  .product-size-guide h3,
  .product-size-guide h4,
  .product-size-guide h5,
  .product-size-guide h6 {
    font-size: 24px;
    line-height: 29px;
  }

  .product-size-guide p {
    font-size: 14px;
    line-height: 22px;
  }

  .product-size-guide td {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
  }

  .product-size-guide td p {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
  }

  .product-size-guide tr td:nth-child(2n){
    width: 38px;
  }
}
.product-description ul, 
.product-description p {
  margin-bottom: 0.5rem;
}

.product-description ul {
  margin-left: 1.15rem;
  list-style-type: disc;
}

.product-description ol {
  margin-left: 1.15rem; 
  list-style: number; 
  list-style-type: decimal;
}

.product-accordions ul, 
.product-accordions p {
  margin-bottom: 0.5rem;
}

.product-accordions ul {
  margin-left: 1.15rem;
  list-style-type: disc;
}

.product-accordions ol {
  margin-left: 1.15rem;
  list-style: number;
  list-style-type: decimal;
}

.lengthButton {
  --tw-border-opacity: 1;
  border-color: rgba(217, 217, 217, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.lengthButton.active {
  --tw-border-opacity: 1;
  border-color: rgba(72, 72, 72, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(72, 72, 72, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.disabledProduct {
  position: relative;
  pointer-events: none;
}

.disabledProduct::after {
  background: rgba(255,255,255,.333);
  content:"";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  pointer-events: none;
  opacity: 0.75;
}

.not-loaded {
  position: relative;
  min-height: 150vh;
}

.productSkeleton {
  position: absolute;
  z-index: -100000000;
  height: 0;
}

.not-loaded .productSkeleton {
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.page-container div:not(--fp-root), .page-container p:not(--fp-root) { font-size: 18px; line-height: 1.65; }

.colors {
  min-height: 24px !important;
}
@media (min-width: 1024px) {
  .sticky-product-info {
    position: sticky;
    top: 91px;           
    z-index: 11;
  }
}
.two-column-with-image {
  /* any custom styles that cannot be assigned via Tailwind */
}

