/** Shopify CDN: Minification failed

Line 1362:3 Unexpected "{"
Line 1366:3 Unexpected "{"
Line 1370:3 Unexpected "{"
Line 1379:2 Unexpected ","
Line 1384:2 Unexpected ","
Line 1390:4 Unexpected ","
Line 1396:4 Unexpected ","
Line 1402:4 Unexpected ","
Line 1408:4 Unexpected ","
Line 1413:3 Unexpected "{"
... and 43 more hidden warnings

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

::-moz-selection {
  background: #eee;
}

::selection {
  background: #eee;
}

a:hover,
  a.active {
  --tw-text-opacity: 1;
  color: rgb(226 113 143 / var(--tw-text-opacity, 1));
}

main a:link,
  article.blog .content a:link,
  .link-emphasis a:link,
  p > a,
  p > span > a {
  text-decoration-thickness: 0.08em;
  /* use em so it scales with the font size */
  text-underline-offset: 0.14em;
  /* use em so it scales with the font size */
  text-decoration-line: underline;
}


  article.blog .\!content a:link {
  text-decoration-thickness: 0.08em;
  /* use em so it scales with the font size */
  text-underline-offset: 0.14em;
  /* use em so it scales with the font size */
  text-decoration-line: underline;
}

/* Text decoration for links */

a:link,
  .underline {
  text-decoration-thickness: 0.08em;
  /* use em so it scales with the font size */
  text-underline-offset: 0.14em;
  /* use em so it scales with the font size */
}

/* Heading font text decoration */

blockquote a:link,
  .heading-1 a:link,
  .heading-2 a:link,
  .heading-3 a:link,
  .heading-4 a:link {
  text-decoration-thickness: 0.04em;
  /* use em so it scales with the font size */
  text-underline-offset: 0.12em;
  /* use em so it scales with the font size */
}

/* Figtree Regular */

@font-face {
  font-family: "Figtree";

  font-style: normal;

  font-weight: 400;

  src: url("//www.ehrenkind.de/cdn/shop/t/2/assets/Font-Figtree-Regular.woff2?v=1") format("woff2");
}

/* Figtree Medium */

@font-face {
  font-family: "Figtree";

  font-style: normal;

  font-weight: 500;

  src: url("//www.ehrenkind.de/cdn/shop/t/2/assets/Font-Figtree-Medium.woff2?v=1") format("woff2");
}

/* Figtree Semibold */

@font-face {
  font-family: "Figtree";

  font-style: normal;

  font-weight: 600;

  src: url("//www.ehrenkind.de/cdn/shop/t/2/assets/Font-Figtree-SemiBold.woff2?v=1") format("woff2");
}

/* Figtree Bold */

/* @font-face {
    font-family: "Figtree";
    font-style: normal;
    font-weight: 800;
    src: url("//www.ehrenkind.de/cdn/shop/t/2/assets/Figtree-Bold.woff2?v=1") format("woff2");
  } */

/* Recoleta Regular */

@font-face {
  font-family: "Recoleta";

  font-style: normal;

  font-weight: normal;

  src: url("//www.ehrenkind.de/cdn/shop/t/2/assets/Font-Recoleta-Regular.woff2?v=1") format("woff2");
}

/* Recoleta Medium */

@font-face {
  font-family: "Recoleta";

  font-style: normal;

  font-weight: bold;

  src: url("//www.ehrenkind.de/cdn/shop/t/2/assets/Font-Recoleta-Medium.woff2?v=1") format("woff2");
}

/* Recoleta Semibold */

@font-face {
  font-family: "Recoleta";

  font-style: normal;

  font-weight: 600;

  src: url("/cdn/shop/files/recoleta-semibold.otf?v=1763640004") format("opentype");
}

* {
  font-family: Figtree, sans-serif;
  outline-color: #E2718F;
  -webkit-font-smoothing: antialiased;
  /* Basic body text styles for everything that doesn't have a specific class (Klaviyo plugins etc.) */
  line-height: 1.55;
  letter-spacing: 0.01em;
  /* use em so it scales with the font size */
}

.\!container {
  width: 100% !important;
}

.container {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

  .container {
    max-width: 1536px;
  }
}

.richtext ul,
  .description ul {
  list-style-position: outside;
  list-style-type: disc;
  padding-left: 1.5rem;
}

.richtext ol,
  .description ol {
  list-style-position: outside;
  list-style-type: decimal;
  padding-left: 1.5rem;
}

/*
   * Let the background color on a product page underflow the navigation
   */

.product-details {
  margin-top: -10rem;
}

.product-details .description p {
  padding-bottom: 0.75rem;
}

.product-details .description ul {
  list-style-position: outside;
  list-style-type: disc;
  padding-left: 1rem;
}

/*
    * Prevent iOS tap overlay on specific tappable elements
  */

input,
  a,
  select,
  button {
  -webkit-tap-highlight-color: transparent;
}

.text-hover-bubble {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
  white-space: nowrap;
  word-break: keep-all;
  border-radius: 9999px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-hover-bubble:hover {
  background-color: rgb(0 0 0 / 0.05);
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.icon-hover-bubble {
  margin: -0.75rem;
  white-space: nowrap;
  word-break: keep-all;
  border-radius: 9999px;
  padding: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.icon-hover-bubble:hover {
  background-color: rgb(0 0 0 / 0.05);
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-hover-bubble.active {
  --tw-text-opacity: 1;
  color: rgb(226 113 143 / var(--tw-text-opacity, 1));
}

/*
   * Set selection color, site wide
  */

::-moz-selection {
  background-color: #dedede;
  color: #000;
  /* Set the text color for selected text */
  text-decoration-color: #000;
  /* Set the underline color for selected text */
}

::selection {
  background-color: #dedede;
  color: #000;
  /* Set the text color for selected text */
  text-decoration-color: #000;
  /* Set the underline color for selected text */
}

/*
   * IT Rechts Kanzlei App is adding their own (ugly) styling for imprint and
   * IT Rechts Kanzlei App is adding their own (ugly) styling for imprint and
   * policy pages, we override the bad parts here.
   */

.shopify-policy__container {
  max-width: initial;
  padding: 0;
}

.shopify-policy__container .shopify-policy__title {
  text-align: left;
  word-break: break-all;
}

.shopify-policy__container .shopify-policy__title a:link {
  text-decoration-thickness: 0.04em;
  /* use em so it scales with the font size */
  text-underline-offset: 0.12em;
  /* use em so it scales with the font size */
}

.shopify-policy__container .shopify-policy__title,.shopify-policy__container .shopify-policy__title * {
  /* use em so it scales with the font size */
  font-family: "Recoleta";
  letter-spacing: 0.02em;
  /* use em so it scales with the font size */
}

@media (max-width: 1023px) {
  .shopify-policy__container .shopify-policy__title,.shopify-policy__container .shopify-policy__title * {
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.2;
  }
}

@media (min-width: 1024px) {
  .shopify-policy__container .shopify-policy__title,.shopify-policy__container .shopify-policy__title * {
    font-weight: bold;
    font-size: 2.65rem;
    line-height: 1.3;
  }
}

.shopify-policy__container .shopify-policy__body h2 {
  font-size: 26px;
  margin: 15px 0 10px 0;
}

.shopify-policy__container .shopify-policy__body h3 {
  font-size: 20px;
  margin: 15px 0 10px 0;
}

.shopify-policy__container .shopify-policy__body ol,
  .shopify-policy__container .shopify-policy__body ul {
  list-style: disc;
  margin: 15px 0 10px 15px;
}

.shopify-policy__container .shopify-policy__body p {
  margin: 10px 0 0 0;
}

/*
   * Remove the up and down arrows in a number input
   */

input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
  /* Chrome, Safari, Edge, Opera */
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  /* Firefox */
  -moz-appearance: textfield;
}

/*
   * Swiper Library Styles
   */

:root {
  --swiper-theme-color: #112233;
  --swiper-navigation-color: transparent;
}

/*
  /*
   * Text
   */

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

/* Use checkmarks in product details and whenever ul has the class checkmarks */

ul.checkmarks,
  .section-product-details #description ul {
  padding-left: 0px !important;
  li {
    list-style-type: none;
    list-style-position: outside;
    padding-left: 24px;
    margin-left: 0px;
    background: url('data:image/svg+xml,<svg width="14" height="16" viewBox="0 1 14 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.7535 3.13758C13.0531 3.3991 13.0839 3.85393 12.8224 4.15348L5.27953 12.7935C5.1428 12.9501 4.94505 13.04 4.73715 13.04C4.52924 13.04 4.33149 12.9501 4.19476 12.7935L1.17762 9.33747C0.916108 9.03792 0.946944 8.58309 1.2465 8.32157C1.54605 8.06006 2.00088 8.0909 2.2624 8.39045L4.73715 11.2252L11.7376 3.20646C11.9991 2.9069 12.454 2.87607 12.7535 3.13758Z" fill="%23E2718F" stroke="%23E2718F" stroke-width="0.6" stroke-linecap="round"/></svg>')
        no-repeat left 5px;
  }
}

:root,
  html {
  letter-spacing: 0.01em;
  /* use em so it scales with the font size */
}

.font-display *,
  .heading-1,
  .heading-2,
  .heading-3,
  .heading-4,
  .heading-1 *,
  .heading-2 *,
  .heading-3 *,
  .heading-4 * {
  font-family: "Recoleta";
  letter-spacing: 0.02em;
  /* use em so it scales with the font size */
}

/* mobile */

@media (max-width: 1023px) {
  :root,
    html {
    font-size: 16px;
    line-height: 1.55;
  }

  .heading-1,
    .heading-1 * {
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.2;
  }

  .heading-2,
    .heading-2 * {
    font-size: 1.75rem;
    line-height: 1.3;
  }

  .heading-3,
    .heading-3 * {
    font-size: 1.6rem;
    line-height: 1.4;
  }

  .heading-4,
    .heading-4 * {
    font-size: 1.3rem;
    line-height: 1.5;
  }

  p + p {
    margin-top: 0.75rem;
  }
}

/* desktop */

@media (min-width: 1024px) {
  :root,
    html {
    font-size: 16px;
    line-height: 1.55;
  }

  .heading-1,
    .heading-1 * {
    font-weight: bold;
    font-size: 2.65rem;
    line-height: 1.3;
  }

  .heading-2,
    .heading-2 * {
    font-size: 2rem;
    line-height: 1.3;
  }

  .heading-3,
    .heading-3 * {
    font-size: 1.75rem;
    line-height: 1.35;
  }

  .heading-4,
    .heading-4 * {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  p + p {
    margin-top: 1.25rem;
  }
}

/*
  * Blog Specific: larger font size for blog content
  */

article.blog .content p,
  article.blog .content li,
  article.blog .content div {
  font-size: 1.05rem;
}

@media (min-width: 768px) {
  article.blog .content p,
  article.blog .content li,
  article.blog .content div {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

article.blog .\!content p,
  article.blog .\!content li,
  article.blog .\!content div {
  font-size: 1.05rem;
}

@media (min-width: 768px) {
  article.blog .\!content p,
  article.blog .\!content li,
  article.blog .\!content div {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

article.blog .\!content p,
  article.blog .\!content li,
  article.blog .\!content div {
  font-size: 1.05rem;
}

@media (min-width: 768px) {
  article.blog .\!content p,
  article.blog .\!content li,
  article.blog .\!content div {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

article.blog .\!content p,
  article.blog .\!content li,
  article.blog .\!content div {
  font-size: 1.05rem;
}

@media (min-width: 768px) {
  article.blog .\!content p,
  article.blog .\!content li,
  article.blog .\!content div {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

/*
   * General content styling (comes as pure HTML from the backend)
   */

.\!content {
   {
    margin-left: auto;
    margin-right: auto;
  }
   {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
   {
    display: block;
  }
   a:link {
    text-decoration-thickness: 0.04em;
    /* use em so it scales with the font size */
    text-underline-offset: 0.12em;
    /* use em so it scales with the font size */
  }
  , * {
    font-family: "Recoleta";
    letter-spacing: 0.02em;
    /* use em so it scales with the font size */
  }
  , * {
    font-family: "Recoleta";
    letter-spacing: 0.02em;
    /* use em so it scales with the font size */
  }
  @media (max-width: 1023px) {
    , * {
      font-size: 1.75rem;
      line-height: 1.3;
    }
  }
  @media (max-width: 1023px) {
    , * {
      font-size: 1.75rem;
      line-height: 1.3;
    }
  }
  @media (min-width: 1024px) {
    , * {
      font-size: 2rem;
      line-height: 1.3;
    }
  }
  @media (min-width: 1024px) {
    , * {
      font-size: 2rem;
      line-height: 1.3;
    }
  }
   {
    margin-top: 3rem;
  }
   a:link {
    text-decoration-thickness: 0.04em;
    /* use em so it scales with the font size */
    text-underline-offset: 0.12em;
    /* use em so it scales with the font size */
  }
  , * {
    font-family: "Recoleta";
    letter-spacing: 0.02em;
    /* use em so it scales with the font size */
  }
  , * {
    font-family: "Recoleta";
    letter-spacing: 0.02em;
    /* use em so it scales with the font size */
  }
  @media (max-width: 1023px) {
    , * {
      font-size: 1.6rem;
      line-height: 1.4;
    }
  }
  @media (max-width: 1023px) {
    , * {
      font-size: 1.6rem;
      line-height: 1.4;
    }
  }
  @media (min-width: 1024px) {
    , * {
      font-size: 1.75rem;
      line-height: 1.35;
    }
  }
  @media (min-width: 1024px) {
    , * {
      font-size: 1.75rem;
      line-height: 1.35;
    }
  }
   {
    margin-top: 2.5rem;
  }
   a:link {
    text-decoration-thickness: 0.04em;
    /* use em so it scales with the font size */
    text-underline-offset: 0.12em;
    /* use em so it scales with the font size */
  }
  , * {
    font-family: "Recoleta";
    letter-spacing: 0.02em;
    /* use em so it scales with the font size */
  }
  , * {
    font-family: "Recoleta";
    letter-spacing: 0.02em;
    /* use em so it scales with the font size */
  }
  @media (max-width: 1023px) {
    , * {
      font-size: 1.3rem;
      line-height: 1.5;
    }
  }
  @media (max-width: 1023px) {
    , * {
      font-size: 1.3rem;
      line-height: 1.5;
    }
  }
  @media (min-width: 1024px) {
    , * {
      font-size: 1.5rem;
      line-height: 1.4;
    }
  }
  @media (min-width: 1024px) {
    , * {
      font-size: 1.5rem;
      line-height: 1.4;
    }
  }
   {
    margin-top: 1.25rem;
  }
   {
    margin-left: auto;
    margin-right: auto;
  }
   {
    display: block;
  }
   {
    border-radius: 0.375rem;
  }
   {
    margin-top: 1.25rem;
  }
   {
    display: none;
  }
  /*
    /*
    * loose targeting makes this easy to get overridden, so we use important to
    * make sure it's applied
    * make sure it's applied
    */
   {
    text-wrap: balance !important;
  }
   * {
    font-family: "Recoleta" !important;
    letter-spacing: 0.02em !important;
    /* use em so it scales with the font size */
  }
   {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
   {
    text-wrap: balance !important;
  }
   {
    text-align: center !important;
  }
   {
    font-family: Recoleta, sans-serif !important;
  }
   {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }
   {
    font-weight: 800 !important;
  }
  /*
    /*
    * loose targeting makes this easy to get overridden, so we use important to
    * make sure it's applied
    * make sure it's applied
    */
   {
    margin-top: 1.25rem !important;
  }
   {
    font-family: Figtree, sans-serif !important;
  }
   {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }
   {
    font-weight: 400 !important;
  }
   {
    content: open-quote !important;
    font-size: 5rem !important;
    line-height: 110% !important;
  }
   {
    content: close-quote !important;
    font-size: 5rem !important;
    line-height: 110% !important;
  }
   {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
   {
    list-style-position: outside;
  }
   {
    list-style-type: disc;
  }
   {
    padding-left: 1.1rem;
  }
   {
    list-style-position: outside;
  }
   {
    list-style-type: decimal;
  }
   {
    padding-left: 1.25rem;
  }
   {
    margin-top: 0.5rem;
  }
   {
    margin-top: 0px;
    margin-bottom: 0px;
  }
   {
    margin-top: 0px;
  }
   {
    margin-bottom: 0px;
  }
}

.content {
  p,
    img,
    h2,
    h3,
    h4,
    ul,
    ol {
    margin-left: auto;
    margin-right: auto;
  }
  p,
    img,
    h2,
    h3,
    h4,
    ul,
    ol {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  p,
    img,
    h2,
    h3,
    h4,
    ul,
    ol {
    display: block;
  }
  h2 a:link {
    text-decoration-thickness: 0.04em;
    /* use em so it scales with the font size */
    text-underline-offset: 0.12em;
    /* use em so it scales with the font size */
  }
  h2,h2 * {
    font-family: "Recoleta";
    letter-spacing: 0.02em;
    /* use em so it scales with the font size */
  }
  h2,h2 * {
    font-family: "Recoleta";
    letter-spacing: 0.02em;
    /* use em so it scales with the font size */
  }
  @media (max-width: 1023px) {
    h2,h2 * {
      font-size: 1.75rem;
      line-height: 1.3;
    }
  }
  @media (max-width: 1023px) {
    h2,h2 * {
      font-size: 1.75rem;
      line-height: 1.3;
    }
  }
  @media (min-width: 1024px) {
    h2,h2 * {
      font-size: 2rem;
      line-height: 1.3;
    }
  }
  @media (min-width: 1024px) {
    h2,h2 * {
      font-size: 2rem;
      line-height: 1.3;
    }
  }
  h2 {
    margin-top: 3rem;
  }
  h3 a:link {
    text-decoration-thickness: 0.04em;
    /* use em so it scales with the font size */
    text-underline-offset: 0.12em;
    /* use em so it scales with the font size */
  }
  h3,h3 * {
    font-family: "Recoleta";
    letter-spacing: 0.02em;
    /* use em so it scales with the font size */
  }
  h3,h3 * {
    font-family: "Recoleta";
    letter-spacing: 0.02em;
    /* use em so it scales with the font size */
  }
  @media (max-width: 1023px) {
    h3,h3 * {
      font-size: 1.6rem;
      line-height: 1.4;
    }
  }
  @media (max-width: 1023px) {
    h3,h3 * {
      font-size: 1.6rem;
      line-height: 1.4;
    }
  }
  @media (min-width: 1024px) {
    h3,h3 * {
      font-size: 1.75rem;
      line-height: 1.35;
    }
  }
  @media (min-width: 1024px) {
    h3,h3 * {
      font-size: 1.75rem;
      line-height: 1.35;
    }
  }
  h3 {
    margin-top: 2.5rem;
  }
  h4 a:link {
    text-decoration-thickness: 0.04em;
    /* use em so it scales with the font size */
    text-underline-offset: 0.12em;
    /* use em so it scales with the font size */
  }
  h4,h4 * {
    font-family: "Recoleta";
    letter-spacing: 0.02em;
    /* use em so it scales with the font size */
  }
  h4,h4 * {
    font-family: "Recoleta";
    letter-spacing: 0.02em;
    /* use em so it scales with the font size */
  }
  @media (max-width: 1023px) {
    h4,h4 * {
      font-size: 1.3rem;
      line-height: 1.5;
    }
  }
  @media (max-width: 1023px) {
    h4,h4 * {
      font-size: 1.3rem;
      line-height: 1.5;
    }
  }
  @media (min-width: 1024px) {
    h4,h4 * {
      font-size: 1.5rem;
      line-height: 1.4;
    }
  }
  @media (min-width: 1024px) {
    h4,h4 * {
      font-size: 1.5rem;
      line-height: 1.4;
    }
  }
  h4 {
    margin-top: 1.25rem;
  }
  img {
    margin-left: auto;
    margin-right: auto;
  }
  img {
    display: block;
  }
  img {
    border-radius: 0.375rem;
  }
  h2 + p,
    h3 + p,
    h4 + p {
    margin-top: 1.25rem;
  }
  h2 br,
    h3 br,
    h4 br {
    display: none;
  }
  /*
    /*
    * loose targeting makes this easy to get overridden, so we use important to
    * make sure it's applied
    * make sure it's applied
    */
  blockquote,
    blockquote p {
    text-wrap: balance !important;
  }
  blockquote *,
    blockquote p * {
    font-family: "Recoleta" !important;
    letter-spacing: 0.02em !important;
    /* use em so it scales with the font size */
  }
  blockquote,
    blockquote p {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  blockquote,
    blockquote p {
    text-wrap: balance !important;
  }
  blockquote,
    blockquote p {
    text-align: center !important;
  }
  blockquote,
    blockquote p {
    font-family: Recoleta, sans-serif !important;
  }
  blockquote,
    blockquote p {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }
  blockquote,
    blockquote p {
    font-weight: 800 !important;
  }
  /*
    /*
    * loose targeting makes this easy to get overridden, so we use important to
    * make sure it's applied
    * make sure it's applied
    */
  blockquote > p + p,
    blockquote > p + p a {
    margin-top: 1.25rem !important;
  }
  blockquote > p + p,
    blockquote > p + p a {
    font-family: Figtree, sans-serif !important;
  }
  blockquote > p + p,
    blockquote > p + p a {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }
  blockquote > p + p,
    blockquote > p + p a {
    font-weight: 400 !important;
  }
  blockquote::before {
    content: open-quote;
    font-size: 5rem;
    line-height: 110%;
  }
  blockquote::after {
    content: close-quote;
    font-size: 5rem;
    line-height: 110%;
  }
  p:has(a.button),
    p:has(a.wp-block-button__link),
    p:has(a.button-white) {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  ul {
    list-style-position: outside;
  }
  ul {
    list-style-type: disc;
  }
  ul {
    padding-left: 1.1rem;
  }
  ol {
    list-style-position: outside;
  }
  ol {
    list-style-type: decimal;
  }
  ol {
    padding-left: 1.25rem;
  }
  ul li + li,
    ol li + li {
    margin-top: 0.5rem;
  }
  ul li p,
    ol li p {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  ul li p,
    ol li p {
    margin-top: 0px;
  }
  ul li p,
    ol li p {
    margin-bottom: 0px;
  }
}

/*
   * Buttons
  */

.\!button {
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 9999px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-weight: 500;
  text-decoration-line: none !important;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.\!button:hover {
  cursor: pointer;
}

.button {
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 9999px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-weight: 500;
  text-decoration-line: none !important;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.button:hover {
  cursor: pointer;
}

.button-beige {
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 9999px;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  font-weight: 400;
  text-decoration-line: none !important;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.button-beige:hover {
  cursor: pointer;
}

.button-beige {
  --tw-bg-opacity: 1;
  background-color: rgb(84 68 53 / var(--tw-bg-opacity, 1));
}

.button-beige:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.button-berry,
  .wp-block-button__link {
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 9999px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-weight: 500;
  text-decoration-line: none !important;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.button-berry:hover,
  .wp-block-button__link:hover {
  cursor: pointer;
}

.button-berry,
  .wp-block-button__link {
  --tw-bg-opacity: 1;
  background-color: rgb(226 113 143 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.button-berry:hover,
  .wp-block-button__link:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.button-black {
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 9999px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-weight: 500;
  text-decoration-line: none !important;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.button-black:hover {
  cursor: pointer;
}

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

.button-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(102 102 102 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.button-white {
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 9999px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-weight: 500;
  text-decoration-line: none !important;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.button-white:hover {
  cursor: pointer;
}

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

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

.button-small-white {
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 9999px;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  font-weight: 400;
  text-decoration-line: none !important;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.button-small-white:hover {
  cursor: pointer;
}

.button-small-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.button-small-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.button-white-outline {
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 9999px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-weight: 500;
  text-decoration-line: none !important;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.button-white-outline:hover {
  cursor: pointer;
}

.button-white-outline {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  outline-style: solid;
  outline-width: 1.5px;
  outline-offset: -1px;
  outline-color: #B2B2B2;
}

.button-white-outline:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
}

.button-grey,
  .button-gray {
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 9999px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-weight: 500;
  text-decoration-line: none !important;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.button-grey:hover,
  .button-gray:hover {
  cursor: pointer;
}

.button-grey,
  .button-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.button-grey:hover,
  .button-gray:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(178 178 178 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/*
   * Team Page
  */

.team {
  margin-top: 5rem;
  margin-bottom: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}

@media (min-width: 1024px) {
  .team {
    margin-top: 7rem;
    margin-bottom: 7rem;
    flex-direction: row;
  }
}

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

@media (min-width: 1024px) {
  .team .info {
    width: 40%;
  }
}

.team .info h2 a:link {
  text-decoration-thickness: 0.04em;
  /* use em so it scales with the font size */
  text-underline-offset: 0.12em;
  /* use em so it scales with the font size */
}

.team .info h2,.team .info h2 * {
  /* use em so it scales with the font size */
  font-family: "Recoleta";
  letter-spacing: 0.02em;
  /* use em so it scales with the font size */
}

@media (max-width: 1023px) {
  .team .info h2,.team .info h2 * {
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.2;
  }
}

@media (min-width: 1024px) {
  .team .info h2,.team .info h2 * {
    font-weight: bold;
    font-size: 2.65rem;
    line-height: 1.3;
  }
}

.team .info h2 {
  margin-bottom: 1rem;
}

.team .info p {
  text-wrap: balance;
}

.team .people {
  display: flex;
  flex-grow: 1;
  justify-content: flex-start;
}

.team .people-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media (min-width: 1024px) {
  .team .people-list {
    gap: 0.75rem;
  }
}

.team .people .person {
  margin-left: -0.5rem;
  margin-top: 0.5rem;
}

@media (min-width: 768px) {
  .team .people .person {
    margin-left: 0px;
    margin-top: 0px;
  }
}

.team .people .person img {
  margin-left: auto;
  margin-right: auto;
  height: 5rem;
  width: 5rem;
  border-radius: 9999px;
  outline-style: solid;
  outline-width: 4px;
  outline-color: #fff;
}

@media (min-width: 768px) {
  .team .people .person img {
    height: 7rem;
    width: 7rem;
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
}

.team .people .person h3 {
  margin-top: 0.5rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 768px) {
  .team .people .person h3 {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .team.flipped .info {
    order: 2;
  }
}

.team.flipped .people {
  justify-content: flex-end;
}

@media (min-width: 1024px) {
  .team.flipped .people {
    order: 1;
  }
}

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

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

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

.static {
  position: static;
}

.fixed {
  position: fixed;
}

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

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

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

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

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

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

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

.-left-\[1px\] {
  left: -1px;
}

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

.-left-full {
  left: -100%;
}

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

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

.bottom-0 {
  bottom: 0px;
}

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

.bottom-10 {
  bottom: 2.5rem;
}

.bottom-12 {
  bottom: 3rem;
}

.bottom-2 {
  bottom: 0.5rem;
}

.bottom-3 {
  bottom: 0.75rem;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-7 {
  bottom: 1.75rem;
}

.bottom-\[-145px\] {
  bottom: -145px;
}

.bottom-\[-2\%\] {
  bottom: -2%;
}

.bottom-\[0\.15rem\] {
  bottom: 0.15rem;
}

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

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

.bottom-\[54\%\] {
  bottom: 54%;
}

.left-0 {
  left: 0px;
}

.left-1 {
  left: 0.25rem;
}

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

.left-2 {
  left: 0.5rem;
}

.left-3 {
  left: 0.75rem;
}

.left-4 {
  left: 1rem;
}

.left-\[-36px\] {
  left: -36px;
}

.left-\[0\.15rem\] {
  left: 0.15rem;
}

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

.right-0 {
  right: 0px;
}

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

.right-1 {
  right: 0.25rem;
}

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

.right-2 {
  right: 0.5rem;
}

.right-3 {
  right: 0.75rem;
}

.right-4 {
  right: 1rem;
}

.right-5 {
  right: 1.25rem;
}

.right-7 {
  right: 1.75rem;
}

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

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

.top-0 {
  top: 0px;
}

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

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

.top-2 {
  top: 0.5rem;
}

.top-3 {
  top: 0.75rem;
}

.top-4 {
  top: 1rem;
}

.top-5 {
  top: 1.25rem;
}

.top-52 {
  top: 13rem;
}

.top-7 {
  top: 1.75rem;
}

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

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

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

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

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

.top-\[25\%\] {
  top: 25%;
}

.top-\[25\.5\%\] {
  top: 25.5%;
}

.top-\[38\%\] {
  top: 38%;
}

.top-\[44\%\] {
  top: 44%;
}

.top-\[52\%\] {
  top: 52%;
}

.top-\[57\%\] {
  top: 57%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.row-start-1 {
  grid-row-start: 1;
}

.row-start-14 {
  grid-row-start: 14;
}

.row-start-19 {
  grid-row-start: 19;
}

.row-start-20 {
  grid-row-start: 20;
}

.float-right {
  float: right;
}

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

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

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

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

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

.\!my-\[2rem\] {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

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

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

.-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

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

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

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

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

.mx-7 {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

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

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

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

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

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

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

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

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

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

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

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

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

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

.my-\[10px\] {
  margin-top: 10px;
  margin-bottom: 10px;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-0\.5 {
  margin-bottom: 0.125rem;
}

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

.mb-1\.5 {
  margin-bottom: 0.375rem;
}

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

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

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

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

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

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

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

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

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

.mb-7 {
  margin-bottom: 1.75rem;
}

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

.mb-\[0\.375rem\] {
  margin-bottom: 0.375rem;
}

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

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

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

.mb-\[2\.75rem\] {
  margin-bottom: 2.75rem;
}

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

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

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

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

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

.mb-\[5\.5rem\] {
  margin-bottom: 5.5rem;
}

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

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

.mb-auto {
  margin-bottom: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-9 {
  margin-top: 2.25rem;
}

.mt-\[-7\.5rem\] {
  margin-top: -7.5rem;
}

.mt-\[0\.375rem\] {
  margin-top: 0.375rem;
}

.mt-\[1\.25rem\] {
  margin-top: 1.25rem;
}

.mt-\[1\.75rem\] {
  margin-top: 1.75rem;
}

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

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

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

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

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

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

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

.mt-\[5\.5rem\] {
  margin-top: 5.5rem;
}

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

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

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

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

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

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

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

.grid {
  display: grid;
}

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

.hidden {
  display: none;
}

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

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

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

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

.\!size-\[3\.25rem\] {
  width: 3.25rem !important;
  height: 3.25rem !important;
}

.\!size-\[34px\] {
  width: 34px !important;
  height: 34px !important;
}

.\!size-\[35px\] {
  width: 35px !important;
  height: 35px !important;
}

.size-10 {
  width: 2.5rem;
  height: 2.5rem;
}

.size-11 {
  width: 2.75rem;
  height: 2.75rem;
}

.size-12 {
  width: 3rem;
  height: 3rem;
}

.size-16 {
  width: 4rem;
  height: 4rem;
}

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

.size-3 {
  width: 0.75rem;
  height: 0.75rem;
}

.size-4 {
  width: 1rem;
  height: 1rem;
}

.size-40 {
  width: 10rem;
  height: 10rem;
}

.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}

.size-7 {
  width: 1.75rem;
  height: 1.75rem;
}

.size-\[1\.5rem\] {
  width: 1.5rem;
  height: 1.5rem;
}

.size-\[104px\] {
  width: 104px;
  height: 104px;
}

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

.size-\[36px\] {
  width: 36px;
  height: 36px;
}

.size-\[50px\] {
  width: 50px;
  height: 50px;
}

.size-full {
  width: 100%;
  height: 100%;
}

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

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

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

.\!h-\[63vh\] {
  height: 63vh !important;
}

.\!h-auto {
  height: auto !important;
}

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

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

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-24 {
  height: 6rem;
}

.h-28 {
  height: 7rem;
}

.h-3 {
  height: 0.75rem;
}

.h-3\.5 {
  height: 0.875rem;
}

.h-32 {
  height: 8rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-dvh {
  height: 100dvh;
}

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

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

.h-screen {
  height: 100vh;
}

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

.max-h-80 {
  max-height: 20rem;
}

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

.max-h-\[5rem\] {
  max-height: 5rem;
}

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

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

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

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

.min-h-4 {
  min-height: 1rem;
}

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

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

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

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

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

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

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

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

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

.w-0 {
  width: 0px;
}

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

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

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

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

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

.w-20 {
  width: 5rem;
}

.w-28 {
  width: 7rem;
}

.w-3\.5 {
  width: 0.875rem;
}

.w-32 {
  width: 8rem;
}

.w-36 {
  width: 9rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-56 {
  width: 14rem;
}

.w-6 {
  width: 1.5rem;
}

.w-64 {
  width: 16rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

.w-80 {
  width: 20rem;
}

.w-9 {
  width: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-\[85\.666667\%\] {
  width: 85.666667%;
}

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

.w-\[calc\(100\%-16px\)\] {
  width: calc(100% - 16px);
}

.w-\[calc\(100\%-1rem\)\] {
  width: calc(100% - 1rem);
}

.w-\[calc\(100\%_-_36px\)\] {
  width: calc(100% - 36px);
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

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

.w-screen {
  width: 100vw;
}

.min-w-64 {
  min-width: 16rem;
}

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

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

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

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

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

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

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

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

.max-w-10 {
  max-width: 2.5rem;
}

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

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

.max-w-3xl {
  max-width: 48rem;
}

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

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

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

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

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

.max-w-\[12\.3rem\] {
  max-width: 12.3rem;
}

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

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

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

.max-w-\[20\.5rem\] {
  max-width: 20.5rem;
}

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

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

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

.max-w-\[23ch\] {
  max-width: 23ch;
}

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

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

.max-w-\[28ch\] {
  max-width: 28ch;
}

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

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

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

.max-w-\[7\.25rem\] {
  max-width: 7.25rem;
}

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

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

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

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

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

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

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

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

.flex-none {
  flex: none;
}

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

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

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

.grow {
  flex-grow: 1;
}

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

.basis-\[40\%\] {
  flex-basis: 40%;
}

.basis-\[45\%\] {
  flex-basis: 45%;
}

.-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-\[41\%\] {
  --tw-translate-y: -41%;
  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-\[44\%\] {
  --tw-translate-y: -44%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

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

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

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

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

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

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

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

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

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

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

.scale-\[700\%\] {
  --tw-scale-x: 700%;
  --tw-scale-y: 700%;
  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-\[80\%\] {
  --tw-scale-x: 80%;
  --tw-scale-y: 80%;
  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 bfWaveTextSlide {
  0% {
    transform: translate(-50%, calc(100% + 50%));
    opacity: 0;
  }

  100% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}

.animate-bfWaveTextSlide {
  animation: bfWaveTextSlide 0.8s ease-out forwards;
}

@keyframes bfWaveUp {
  0% {
    bottom: -400%;
  }

  100% {
    bottom: -100%;
  }
}

.animate-bfWaveUp {
  animation: bfWaveUp 3.5s ease-out forwards;
}

@keyframes bfWaveUpCollection {
  0% {
    bottom: -525%;
  }

  100% {
    bottom: -352%;
  }
}

.animate-bfWaveUpCollection {
  animation: bfWaveUpCollection 1.5s forwards;
}

@keyframes bfWaveUpCollectionMobile {
  0% {
    bottom: -525%;
  }

  100% {
    bottom: 0%;
  }
}

.animate-bfWaveUpCollectionMobile {
  animation: bfWaveUpCollectionMobile 1.5s forwards;
}

@keyframes bfWaveUpMobile {
  0% {
    bottom: -400%;
  }

  100% {
    bottom: 0%;
  }
}

.animate-bfWaveUpMobile {
  animation: bfWaveUpMobile 3.5s ease-out forwards;
}

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

  100% {
    opacity: 1;
  }
}

.animate-fadeIn {
  animation: fadeIn 0.5s ease-out forwards;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.animate-fadeOut {
  animation: fadeOut 0.5s ease-out forwards;
}

@keyframes overlayBackground {
  0% {
    background-color: rgba(0, 0, 0, 0);
  }

  100% {
    background-color: rgba(0, 0, 0, 0.3);
  }
}

.animate-overlay-background {
  animation: overlayBackground 0.250s forwards;
}

@keyframes overlayBackgroundReverse {
  0% {
    background-color: rgba(0, 0, 0, 0.3);
  }

  100% {
    background-color: rgba(0, 0, 0, 0);
  }
}

.animate-overlay-background-reverse {
  animation: overlayBackgroundReverse 0.250s forwards;
}

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

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

@keyframes slideIn {
  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(0);
  }
}

.animate-slide-in {
  animation: slideIn 0.250s forwards;
}

@keyframes slideOut {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(100%);
  }
}

.animate-slide-out {
  animation: slideOut 0.250s forwards;
}

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

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

.cursor-grab {
  cursor: grab;
}

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

.cursor-pointer {
  cursor: pointer;
}

.touch-none {
  touch-action: none;
}

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

.resize {
  resize: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid-rows-\[repeat\(24\2c minmax\(0\2c 1fr\)\)\] {
  grid-template-rows: repeat(24,minmax(0,1fr));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

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

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

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

.gap-20 {
  gap: 5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-32 {
  gap: 8rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-\[0\.375rem\] {
  gap: 0.375rem;
}

.gap-\[1\.6rem\] {
  gap: 1.6rem;
}

.gap-\[10px\] {
  gap: 10px;
}

.gap-\[26px\] {
  gap: 26px;
}

.gap-\[28px\] {
  gap: 28px;
}

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

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

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

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

.gap-y-10 {
  row-gap: 2.5rem;
}

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

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

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

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

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

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

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

.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 * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-\[\#C1B9A5\] > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(193 185 165 / var(--tw-divide-opacity, 1));
}

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

.justify-self-end {
  justify-self: end;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

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

.overflow-scroll {
  overflow: scroll;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded {
  border-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

.rounded-xl {
  border-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

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

.border-x-0 {
  border-left-width: 0px;
  border-right-width: 0px;
}

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

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

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

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

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

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

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

.\!border-secondary {
  --tw-border-opacity: 1 !important;
  border-color: rgb(178 178 178 / var(--tw-border-opacity, 1)) !important;
}

.border-\[\#74A19C\] {
  --tw-border-opacity: 1;
  border-color: rgb(116 161 156 / var(--tw-border-opacity, 1));
}

.border-\[color\:var\(--Basic-Separator-Gray\2c \#E5E5E5\)\] {
  border-color: var(--Basic-Separator-Gray,#E5E5E5);
}

.border-\[rgba\(0\2c 0\2c 0\2c 0\.10\)\] {
  border-color: rgba(0,0,0,0.10);
}

.border-berry {
  --tw-border-opacity: 1;
  border-color: rgb(226 113 143 / var(--tw-border-opacity, 1));
}

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

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

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

.border-black\/30 {
  border-color: rgb(0 0 0 / 0.3);
}

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

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

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

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

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

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

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

.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}

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

.border-white\/50 {
  border-color: rgb(255 255 255 / 0.5);
}

.border-b-separatorgray {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}

.border-opacity-10 {
  --tw-border-opacity: 0.1;
}

.\!bg-beige {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(247 243 237 / var(--tw-bg-opacity, 1)) !important;
}

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

.bg-\[\#74A19C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(116 161 156 / var(--tw-bg-opacity, 1));
}

.bg-\[\#891824\] {
  --tw-bg-opacity: 1;
  background-color: rgb(137 24 36 / var(--tw-bg-opacity, 1));
}

.bg-\[\#A2C4B4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(162 196 180 / var(--tw-bg-opacity, 1));
}

.bg-\[\#B8A18D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(184 161 141 / var(--tw-bg-opacity, 1));
}

.bg-\[\#E4DDD5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(228 221 213 / var(--tw-bg-opacity, 1));
}

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

.bg-\[\#EEDFD2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 223 210 / var(--tw-bg-opacity, 1));
}

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

.bg-beige {
  --tw-bg-opacity: 1;
  background-color: rgb(247 243 237 / var(--tw-bg-opacity, 1));
}

.bg-berry {
  --tw-bg-opacity: 1;
  background-color: rgb(226 113 143 / var(--tw-bg-opacity, 1));
}

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

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

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

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

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

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

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

.bg-darkbeige {
  --tw-bg-opacity: 1;
  background-color: rgb(84 68 53 / var(--tw-bg-opacity, 1));
}

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

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

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(162 196 180 / var(--tw-bg-opacity, 1));
}

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

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

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

.bg-orange-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1));
}

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

.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}

.bg-slate-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity, 1));
}

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

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

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

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

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

.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}

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

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

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

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

.bg-none {
  background-image: none;
}

.from-black\/30 {
  --tw-gradient-from: rgb(0 0 0 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/50 {
  --tw-gradient-from: rgb(0 0 0 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

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

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

.via-transparent {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.to-white {
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}

.to-50\% {
  --tw-gradient-to-position: 50%;
}

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

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

.\!bg-\[center_top_-1260px\] {
  background-position: center top -1260px !important;
}

.bg-\[center_top_-300px\] {
  background-position: center top -300px;
}

.bg-\[center_top_-3rem\] {
  background-position: center top -3rem;
}

.bg-\[center_top_-830px\] {
  background-position: center top -830px;
}

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

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

.fill-\[\#C1B9A5\] {
  fill: #C1B9A5;
}

.fill-current {
  fill: currentColor;
}

.fill-gray-400 {
  fill: #9ca3af;
}

.fill-secondaryhighlight {
  fill: #808080;
}

.\!object-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

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

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

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

.p-0 {
  padding: 0px;
}

.p-0\.5 {
  padding: 0.125rem;
}

.p-1 {
  padding: 0.25rem;
}

.p-1\.5 {
  padding: 0.375rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

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

.\!py-1\.5 {
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}

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

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

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

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

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

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

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

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

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

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

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

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

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

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

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

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

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

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

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

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

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

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

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

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

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

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

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

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

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

.pb-1\.5 {
  padding-bottom: 0.375rem;
}

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

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

.pb-14 {
  padding-bottom: 3.5rem;
}

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

.pb-20 {
  padding-bottom: 5rem;
}

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

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

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

.pb-9 {
  padding-bottom: 2.25rem;
}

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

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

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

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

.pb-\[1rem\] {
  padding-bottom: 1rem;
}

.pb-\[2\.5rem\] {
  padding-bottom: 2.5rem;
}

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

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

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

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

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

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

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

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

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

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

.pl-\[1\.5rem\] {
  padding-left: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-7 {
  padding-top: 1.75rem;
}

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

.pt-\[0\.5rem\] {
  padding-top: 0.5rem;
}

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

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

.pt-\[3\.5rem\] {
  padding-top: 3.5rem;
}

.pt-\[3\.7rem\] {
  padding-top: 3.7rem;
}

.pt-\[5rem\] {
  padding-top: 5rem;
}

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

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

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

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

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

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

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

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

.font-body {
  font-family: Figtree, sans-serif;
}

.font-display {
  font-family: Recoleta, sans-serif;
}

.font-serif {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

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

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

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

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

.text-\[0\.65rem\] {
  font-size: 0.65rem;
}

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

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

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

.text-\[2\.25rem\] {
  font-size: 2.25rem;
}

.text-\[2\.5rem\] {
  font-size: 2.5rem;
}

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

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

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

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

.text-\[4\.75rem\] {
  font-size: 4.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

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

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

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

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

.leading-\[1\.5rem\] {
  line-height: 1.5rem;
}

.leading-\[155\%\] {
  line-height: 155%;
}

.leading-\[185\%\] {
  line-height: 185%;
}

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

.leading-normal {
  line-height: 1.5;
}

.leading-snug {
  line-height: 1.375;
}

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

.tracking-\[0\.03rem\] {
  letter-spacing: 0.03rem;
}

.tracking-\[0\.12px\] {
  letter-spacing: 0.12px;
}

.tracking-\[0\.14\] {
  letter-spacing: 0.14;
}

.tracking-\[0\.14px\] {
  letter-spacing: 0.14px;
}

.tracking-\[0\.16px\] {
  letter-spacing: 0.16px;
}

.tracking-\[0\.24px\] {
  letter-spacing: 0.24px;
}

.tracking-\[0\.28px\] {
  letter-spacing: 0.28px;
}

.tracking-\[0\.32px\] {
  letter-spacing: 0.32px;
}

.tracking-\[0\.35em\] {
  letter-spacing: 0.35em;
}

.tracking-\[0\.35px\] {
  letter-spacing: 0.35px;
}

.tracking-\[0\.416px\] {
  letter-spacing: 0.416px;
}

.tracking-\[0\.48px\] {
  letter-spacing: 0.48px;
}

.tracking-\[0\.56px\] {
  letter-spacing: 0.56px;
}

.tracking-\[0\.5px\] {
  letter-spacing: 0.5px;
}

.tracking-\[0\.64px\] {
  letter-spacing: 0.64px;
}

.tracking-\[0\.6px\] {
  letter-spacing: 0.6px;
}

.tracking-\[0\.7px\] {
  letter-spacing: 0.7px;
}

.tracking-\[0\.8px\] {
  letter-spacing: 0.8px;
}

.tracking-\[1\.4px\] {
  letter-spacing: 1.4px;
}

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

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

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

.text-\[\#384d3f\] {
  --tw-text-opacity: 1;
  color: rgb(56 77 63 / var(--tw-text-opacity, 1));
}

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

.text-\[\#614e3d\] {
  --tw-text-opacity: 1;
  color: rgb(97 78 61 / var(--tw-text-opacity, 1));
}

.text-\[color\:var\(--Basic-Secondary-Highlight\2c \#808080\)\] {
  color: var(--Basic-Secondary-Highlight,#808080);
}

.text-berry {
  --tw-text-opacity: 1;
  color: rgb(226 113 143 / var(--tw-text-opacity, 1));
}

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

.text-black\/30 {
  color: rgb(0 0 0 / 0.3);
}

.text-black\/40 {
  color: rgb(0 0 0 / 0.4);
}

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

.text-black\/70 {
  color: rgb(0 0 0 / 0.7);
}

.text-black\/80 {
  color: rgb(0 0 0 / 0.8);
}

.text-bstockgreen {
  --tw-text-opacity: 1;
  color: rgb(58 119 55 / var(--tw-text-opacity, 1));
}

.text-darkbeige {
  --tw-text-opacity: 1;
  color: rgb(84 68 53 / var(--tw-text-opacity, 1));
}

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

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

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

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

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

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

.text-green {
  --tw-text-opacity: 1;
  color: rgb(162 196 180 / var(--tw-text-opacity, 1));
}

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

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

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

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

.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}

.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}

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

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

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

.placeholder-gray-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}

.placeholder-gray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}

.placeholder-secondary::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(178 178 178 / var(--tw-placeholder-opacity, 1));
}

.placeholder-secondary::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(178 178 178 / var(--tw-placeholder-opacity, 1));
}

.opacity-0 {
  opacity: 0;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-80 {
  opacity: 0.8;
}

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

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

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

.shadow-black {
  --tw-shadow-color: #000;
  --tw-shadow: var(--tw-shadow-colored);
}

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

.outline {
  outline-style: solid;
}

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

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

.outline-beige {
  outline-color: #F7F3ED;
}

.outline-gray-100 {
  outline-color: #f3f4f6;
}

.outline-secondary {
  outline-color: #B2B2B2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.duration-\[0\.4s\] {
  transition-duration: 0.4s;
}

.duration-\[350ms\] {
  transition-duration: 350ms;
}

.ease-\[cubic-bezier\(0\.2\2c 0\.2\2c 0\.05\2c 1\.0\)\] {
  transition-timing-function: cubic-bezier(0.2,0.2,0.05,1.0);
}

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

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

.\[-ms-overflow-style\:none\] {
  -ms-overflow-style: none;
}

.\[scrollbar-width\:none\] {
  scrollbar-width: none;
}

/*
 * AB-testing helpers
 */

.abtest.a .b,
.abtest.a .c,
.abtest.a .d,
.abtest.a .e {
  display: none;
}

.abtest.b .a,
.abtest.b .c,
.abtest.b .d,
.abtest.b .e {
  display: none;
}

.abtest.c .a,
.abtest.c .b,
.abtest.c .d,
.abtest.c .e {
  display: none;
}

.abtest.d .a,
.abtest.d .b,
.abtest.d .c,
.abtest.d .e {
  display: none;
}

.abtest.e .a,
.abtest.e .b,
.abtest.e .c,
.abtest.e .d {
  display: none;
}

/*
 * Responsive Youtube Embeds
 */

/* Stellt den Container des Videos responsiv ein */

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 Aspect Ratio */
  padding-top: 25px;
  height: 0;
}

/* Stellt das iframe des Videos so ein, dass es den Container voll ausfüllt */

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pill-gray {
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-overflow: ellipsis;
  border-radius: 9999px;
  border-style: none;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 2.5rem;
  font-weight: 500;
}

.select-gray {
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-overflow: ellipsis;
  border-radius: 9999px;
  border-style: none;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 2.5rem;
  font-weight: 500;
  border: 0px solid rgba(0, 0, 0, 0.3);
  background-color: var(--Background-Light-Gray, #f2f2f2);
  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");
}

/* correctly break on policy pages */

.shopify-policy__body > .rte > div {
  overflow-wrap: break-word;
}

.shadow-banner {
  box-shadow:
    0px -1px 4px 0px rgba(0, 0, 0, 0.1),
    0px -2px 10px 0px rgba(0, 0, 0, 0.08),
    0px -3px 15px 0px rgba(0, 0, 0, 0.05);
}

.ekBannerOnTop {
  z-index: 91000;
}

.cartShippingCountrySelectArrow {
  box-sizing: border-box;
  -webkit-appearance: none;
  background-image: url("/cdn/shop/files/DropdownIcon.png?v=1740415487");
  background-repeat: no-repeat;
  background-position: right center;
}

.cartShippingCountrySelectArrow::-ms-expand {
  display: none;
}

.no-scroll {
  overflow: hidden;
}

.text-xs-uppercase {
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  line-height: 155%;
  letter-spacing: 0.6px;
}

.text-sm-uppercase {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  line-height: 155%;
  letter-spacing: 0.7px;
}

.text-base-uppercase {
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  line-height: 155%;
  letter-spacing: 0.8px;
}

/* Klaviyo Special Styling */

.klaviyo-form button {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.text-xs-uppercase {
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  line-height: 155%;
  letter-spacing: 0.6px;
}

/* clears the 'X' from Internet Explorer for searchinput */

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

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

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

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

/* clears the 'X' from Chrome for searchinput */

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

.cartDrawerShadow {
  box-shadow: 0px -9px 6px -1px rgba(0, 0, 0, 0.05);
}

.z-1,
.z-2,
.z-3 {
  /* Make sure the group is visible */
  opacity: 1;
  /* Animate with transform and opacity */
  animation: floatZ 2s linear infinite;
}

.z-2 {
  /* Delay the second Z for a staggered effect */
  animation-delay: 0.5s;
}

.z-3 {
  animation-delay: 1s;
}

@keyframes floatZ {
  0% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  70% {
    opacity: 0.7;
    transform: translateY(2px) scale(1.1);
  }

  100% {
    opacity: 0;
    transform: translateY(4px) scale(1.2);
  }
}

/* Subcollections */

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

.subcollection-inactive {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 155%;
  letter-spacing: 0.03rem;
  --tw-text-opacity: 1;
  color: rgb(128 128 128 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

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

.subcollection-active {
  position: relative;
  overflow: hidden;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 155%;
  letter-spacing: 0.03rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.subcollection-active:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}

.subcollection-active::after {
  position: absolute;
  bottom: -6px;
  left: 50%;
  height: 2px;
  width: calc(100% + 2px);
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --tw-content: '';
  content: var(--tw-content);
}

/* Hide scrollbar for Chrome, Safari and Opera */

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

/* Hide scrollbar for IE, Edge and Firefox */

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

/* Swiper container styling */

.swatch-swiper {
  width: auto;
}

@media screen and (min-width: 768px) {
  .swatch-swiper {
    width: 100%;
  }
}

@media screen and (min-width: 990px) {
  .swiper {
    margin-left: 0px;
  }
}

/* Swatch items */

.swatch-swiper .swiper-slide {
  width: auto;
}

.active-swatch {
  border: 1px solid #b2b2b2 !important;
  border-radius: 9999px;
}

.swatch-slide {
  padding: 1px;
  border: 1px solid transparent;
  border-radius: 9999px;
}

.product-card .swatch-item {
  display: inline-block;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.product-card .swatch-item:hover {
  transform: scale(1.1);
  opacity: 0.75;
}

/* Active swatch state */

.swatch-swiper .swiper-slide-thumb-active .swatch-item img,
  .swatch-swiper .swiper-slide-thumb-active .swatch-item span {
  border: 1px solid #333;
}

/* Pagination for main slider */

.product-image-swiper .swiper-pagination {
  bottom: 8px;
}

.product-image-swiper .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: white;
  opacity: 0.7;
}

.product-image-swiper .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: white;
}

/* Base styles for navigation buttons */

.swiper-button-next,
  .swiper-button-prev {
  width: 30px;
  /* Size of the clickable area */
  height: 30px;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
  /* Reset Swiper's default margin */
}

/* Remove default Swiper arrow pseudo-elements */

.swiper-button-next:after,
  .swiper-button-prev:after {
  content: none;
  /* Disable default arrows */
}

/* Next button (right arrow) */

.swiper-button-next {
  right: 0px!important;
  opacity: 0.6;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="10" viewBox="0 0 6 10" fill="none"><path d="M1 9L5 4.9596L1 1" stroke="black" stroke-opacity="0.3" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: 6px 10px;
  /* Adjust size as needed */
  background-repeat: no-repeat;
  background-position: center;
  top: 61%!important
}

.swiper-button-next:hover {
  opacity: 1;
}

.swiper-button-prev:hover {
  opacity: 1;
}

/* Previous button (left arrow - flipped) */

.swiper-button-prev {
  left: 0px!important;
  opacity: 0.6;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="10" viewBox="0 0 6 10" fill="none"><path d="M1 9L5 4.9596L1 1" stroke="black" stroke-opacity="0.3" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: 6px 10px;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%) scaleX(-1);
  /* Flip horizontally */
  top: 61%!important
}

/* Disabled state */

.swiper-button-next.swiper-button-disabled,
  .swiper-button-prev.swiper-button-disabled {
  display: none;
  /* Hide when disabled */
  opacity: 0.3;
  /* Dim when disabled */
  cursor: not-allowed;
}

/* Optional: Hover effect (only when not disabled) */

.swiper-button-next:not(.swiper-button-disabled):hover,
  .swiper-button-prev:not(.swiper-button-disabled):hover {
  opacity: 1;
  /* Full opacity on hover */
}

.swatch-swiper .swiper-slide {
  margin-right: 8px;
}

.swatch-swiper .swiper-slide:last-child {
  margin-right: 0;
}

.easterBG {
  background-image: url('/cdn/shop/files/Group_460.png?v=1743773258');
}

@media screen and (min-width: 768px) {
  .easterBG {
    background-image: url('/cdn/shop/files/Group_475.png?v=1743773139');
  }
}

.touch-hitbox {
  position: relative;
  &:before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    min-height: 44px;
    min-width: 44px;
    z-index: 9999;
  }
}

/* Tailwind-like utilities replicated in plain CSS for clarity */

.soc  {
  max-height: 1.5rem;
  /* h-6 */
  filter: grayscale(1) brightness(0.7) contrast(3.8);
  transition: filter 120ms ease, opacity 120ms ease;
}

.soc:hover {
  filter: none;
  /* back to original */
}

@media screen and (max-width: 796px){
  .cart-shadow {
    box-shadow: 0 -1px 10px 0 rgba(0, 0, 0, 0.10), 0 -2px 20px 0 rgba(0, 0, 0, 0.05)
  }
}

@media screen and (min-width: 796px){
  .cart-shadow {
    box-shadow:  -1px 0 10px 0 rgba(0, 0, 0, 0.10), -2px 0 20px 0 rgba(0, 0, 0, 0.05)
  }
}

.hover\:underline:hover {
  text-decoration-thickness: 0.08em;
  /* use em so it scales with the font size */
  text-underline-offset: 0.14em;
  /* use em so it scales with the font size */
}

@media (min-width: 768px) {
  .md\:heading-1 a:link {
    text-decoration-thickness: 0.04em;
    /* use em so it scales with the font size */
    text-underline-offset: 0.12em;
    /* use em so it scales with the font size */
  }

  .md\:heading-2 a:link {
    text-decoration-thickness: 0.04em;
    /* use em so it scales with the font size */
    text-underline-offset: 0.12em;
    /* use em so it scales with the font size */
  }

  .md\:heading-3 a:link {
    text-decoration-thickness: 0.04em;
    /* use em so it scales with the font size */
    text-underline-offset: 0.12em;
    /* use em so it scales with the font size */
  }

  .md\:heading-4 a:link {
    text-decoration-thickness: 0.04em;
    /* use em so it scales with the font size */
    text-underline-offset: 0.12em;
    /* use em so it scales with the font size */
  }

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

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

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

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

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

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

  .md\:text-balance {
    text-wrap: balance;
  }

  .md\:heading-1,.md\:heading-1 * {
    font-family: "Recoleta";
    letter-spacing: 0.02em;
    /* use em so it scales with the font size */
  }

  .md\:heading-2,.md\:heading-2 * {
    font-family: "Recoleta";
    letter-spacing: 0.02em;
    /* use em so it scales with the font size */
  }

  .md\:heading-3,.md\:heading-3 * {
    font-family: "Recoleta";
    letter-spacing: 0.02em;
    /* use em so it scales with the font size */
  }

  .md\:heading-4,.md\:heading-4 * {
    font-family: "Recoleta";
    letter-spacing: 0.02em;
    /* use em so it scales with the font size */
  }

  .md\:heading-1,.md\:heading-1 * {
    font-family: "Recoleta";
    letter-spacing: 0.02em;
    /* use em so it scales with the font size */
  }

  .md\:heading-2,.md\:heading-2 * {
    font-family: "Recoleta";
    letter-spacing: 0.02em;
    /* use em so it scales with the font size */
  }

  .md\:heading-3,.md\:heading-3 * {
    font-family: "Recoleta";
    letter-spacing: 0.02em;
    /* use em so it scales with the font size */
  }

  .md\:heading-4,.md\:heading-4 * {
    font-family: "Recoleta";
    letter-spacing: 0.02em;
    /* use em so it scales with the font size */
  }

  @media (max-width: 1023px) {
    .md\:heading-1,.md\:heading-1 * {
      font-weight: bold;
      font-size: 2rem;
      line-height: 1.2;
    }

    .md\:heading-2,.md\:heading-2 * {
      font-size: 1.75rem;
      line-height: 1.3;
    }

    .md\:heading-3,.md\:heading-3 * {
      font-size: 1.6rem;
      line-height: 1.4;
    }

    .md\:heading-4,.md\:heading-4 * {
      font-size: 1.3rem;
      line-height: 1.5;
    }
  }

  @media (min-width: 1024px) {
    .md\:heading-1,.md\:heading-1 * {
      font-weight: bold;
      font-size: 2.65rem;
      line-height: 1.3;
    }

    .md\:heading-2,.md\:heading-2 * {
      font-size: 2rem;
      line-height: 1.3;
    }

    .md\:heading-3,.md\:heading-3 * {
      font-size: 1.75rem;
      line-height: 1.35;
    }

    .md\:heading-4,.md\:heading-4 * {
      font-size: 1.5rem;
      line-height: 1.4;
    }
  }
}

.placeholder\:text-secondary::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(178 178 178 / var(--tw-text-opacity, 1));
}

.placeholder\:text-secondary::placeholder {
  --tw-text-opacity: 1;
  color: rgb(178 178 178 / var(--tw-text-opacity, 1));
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:bottom-\[-5px\]::before {
  content: var(--tw-content);
  bottom: -5px;
}

.before\:left-1\/2::before {
  content: var(--tw-content);
  left: 50%;
}

.before\:z-10::before {
  content: var(--tw-content);
  z-index: 10;
}

.before\:mb-2::before {
  content: var(--tw-content);
  margin-bottom: 0.5rem;
}

.before\:flex::before {
  content: var(--tw-content);
  display: flex;
}

.before\:h-\[23px\]::before {
  content: var(--tw-content);
  height: 23px;
}

.before\:w-\[142px\]::before {
  content: var(--tw-content);
  width: 142px;
}

.before\:-translate-x-1\/2::before {
  content: var(--tw-content);
  --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));
}

.before\:items-center::before {
  content: var(--tw-content);
  align-items: center;
}

.before\:justify-center::before {
  content: var(--tw-content);
  justify-content: center;
}

.before\:rounded-\[2px\]::before {
  content: var(--tw-content);
  border-radius: 2px;
}

.before\:border::before {
  content: var(--tw-content);
  border-width: 1px;
}

.before\:border-\[\#E5E5E5\]::before {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}

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

.before\:text-center::before {
  content: var(--tw-content);
  text-align: center;
}

.before\:text-xs::before {
  content: var(--tw-content);
  font-size: 0.75rem;
  line-height: 1rem;
}

.before\:font-normal::before {
  content: var(--tw-content);
  font-weight: 400;
}

.before\:leading-\[155\%\]::before {
  content: var(--tw-content);
  line-height: 155%;
}

.before\:tracking-\[0\.12px\]::before {
  content: var(--tw-content);
  letter-spacing: 0.12px;
}

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

.before\:content-\[\'Das_wollte_ich_werden\'\]::before {
  --tw-content: 'Das wollte ich werden';
  content: var(--tw-content);
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:-bottom-1::after {
  content: var(--tw-content);
  bottom: -0.25rem;
}

.after\:bottom-0::after {
  content: var(--tw-content);
  bottom: 0px;
}

.after\:left-0::after {
  content: var(--tw-content);
  left: 0px;
}

.after\:left-1\/2::after {
  content: var(--tw-content);
  left: 50%;
}

.after\:right-0::after {
  content: var(--tw-content);
  right: 0px;
}

.after\:start-\[2px\]::after {
  content: var(--tw-content);
  inset-inline-start: 2px;
}

.after\:top-\[2px\]::after {
  content: var(--tw-content);
  top: 2px;
}

.after\:mt-5::after {
  content: var(--tw-content);
  margin-top: 1.25rem;
}

.after\:h-4::after {
  content: var(--tw-content);
  height: 1rem;
}

.after\:h-\[1px\]::after {
  content: var(--tw-content);
  height: 1px;
}

.after\:h-\[2px\]::after {
  content: var(--tw-content);
  height: 2px;
}

.after\:w-4::after {
  content: var(--tw-content);
  width: 1rem;
}

.after\:w-\[calc\(100\%\)\]::after {
  content: var(--tw-content);
  width: calc(100%);
}

.after\:w-\[calc\(100\%-2rem\)\]::after {
  content: var(--tw-content);
  width: calc(100% - 2rem);
}

.after\:w-\[calc\(100\%_-_30px\)\]::after {
  content: var(--tw-content);
  width: calc(100% - 30px);
}

.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}

.after\:-translate-x-1\/2::after {
  content: var(--tw-content);
  --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));
}

.after\:transform::after {
  content: var(--tw-content);
  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));
}

.after\:rounded-full::after {
  content: var(--tw-content);
  border-radius: 9999px;
}

.after\:border::after {
  content: var(--tw-content);
  border-width: 1px;
}

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

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

.after\:bg-lightgray::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
}

.after\:bg-secondary::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(178 178 178 / var(--tw-bg-opacity, 1));
}

.after\:bg-separatorgray::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
}

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

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

.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}

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

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

.last\:border-none:last-child {
  border-style: none;
}

.last\:after\:hidden:last-child::after {
  content: var(--tw-content);
  display: none;
}

.focus-within\:outline-black:focus-within {
  outline-color: #000;
}

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

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

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

.hover\:\!border-secondaryhighlight:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(128 128 128 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-secondaryhighlight:hover {
  --tw-border-opacity: 1;
  border-color: rgb(128 128 128 / var(--tw-border-opacity, 1));
}

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

.hover\:bg-\[\#897663\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(137 118 99 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#E8E0D4\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(232 224 212 / var(--tw-bg-opacity, 1));
}

.hover\:bg-beige-hover:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(232 224 212 / var(--tw-bg-opacity, 1));
}

.hover\:bg-berry:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(226 113 143 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-black\/5:hover {
  background-color: rgb(0 0 0 / 0.05);
}

.hover\:bg-darkgray:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(102 102 102 / var(--tw-bg-opacity, 1));
}

.hover\:bg-separatorgray:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
}

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

.hover\:fill-secondaryhighlight:hover {
  fill: #808080;
}

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

.hover\:text-berry:hover {
  --tw-text-opacity: 1;
  color: rgb(226 113 143 / var(--tw-text-opacity, 1));
}

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

.hover\:text-black\/70:hover {
  color: rgb(0 0 0 / 0.7);
}

.hover\:text-bstockgreen\/70:hover {
  color: rgb(58 119 55 / 0.7);
}

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

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

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

.hover\:opacity-100:hover {
  opacity: 1;
}

.hover\:opacity-70:hover {
  opacity: 0.7;
}

.hover\:opacity-75:hover {
  opacity: 0.75;
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.focus\:border-none:focus {
  border-style: none;
}

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

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

.focus\:\!outline-transparent:focus {
  outline-color: transparent !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) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

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

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

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

.focus\:ring-transparent:focus {
  --tw-ring-color: transparent;
}

.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

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

.focus-visible\:ring-white\/70:focus-visible {
  --tw-ring-color: rgb(255 255 255 / 0.7);
}

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

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

.active\:scale-90:active {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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));
}

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

.active\:cursor-grabbing:active {
  cursor: grabbing;
}

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

.active\:bg-black\/5:active {
  background-color: rgb(0 0 0 / 0.05);
}

.active\:text-berry:active {
  --tw-text-opacity: 1;
  color: rgb(226 113 143 / var(--tw-text-opacity, 1));
}

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

.disabled\:bg-gray-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-secondary:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(178 178 178 / var(--tw-bg-opacity, 1));
}

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

.group[open] .group-open\:opacity-0 {
  opacity: 0;
}

.group:hover .group-hover\:block {
  display: block;
}

.group:hover .group-hover\:hidden {
  display: none;
}

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

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

.group:hover .group-hover\:scale-\[200\%\] {
  --tw-scale-x: 200%;
  --tw-scale-y: 200%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}

.group:hover .group-hover\:fill-berry {
  fill: #E2718F;
}

.group:hover .group-hover\:fill-secondaryhighlight {
  fill: #808080;
}

.group:hover .group-hover\:font-semibold {
  font-weight: 600;
}

.group:hover .group-hover\:opacity-0 {
  opacity: 0;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

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

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

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

.group:active .group-active\:outline-8 {
  outline-width: 8px;
}

.group.sizefinder-continue--active .group-\[\.sizefinder-continue--active\]\:ml-4 {
  margin-left: 1rem;
}

.group.sizefinder-continue--active .group-\[\.sizefinder-continue--active\]\:w-auto {
  width: auto;
}

.group.sizefinder-continue--active .group-\[\.sizefinder-continue--active\]\:opacity-100 {
  opacity: 1;
}

.peer:checked ~ .peer-checked\:pointer-events-auto {
  pointer-events: auto;
}

.peer:checked ~ .peer-checked\:flex {
  display: flex;
}

.peer:checked ~ .peer-checked\:hidden {
  display: none;
}

.peer:checked ~ .peer-checked\: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));
}

.peer:checked ~ .peer-checked\:border-none {
  border-style: none;
}

.peer:checked ~ .peer-checked\:bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.peer:checked ~ .peer-checked\:font-semibold {
  font-weight: 600;
}

.peer:checked ~ .peer-checked\:opacity-0 {
  opacity: 0;
}

.peer:checked ~ .peer-checked\:opacity-100 {
  opacity: 1;
}

.peer:checked ~ .peer-checked\:after\:translate-x-full::after {
  content: var(--tw-content);
  --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));
}

.peer:checked ~ .peer-checked\:after\:border-white::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.peer:checked ~ .peer-checked\:after\:bg-white::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.peer:focus ~ .peer-focus\:outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 640px) {
  .sm\:w-\[400px\] {
    width: 400px;
  }

  .sm\:basis-\[30\%\] {
    flex-basis: 30%;
  }

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

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

@media (min-width: 768px) {
  .md\:pointer-events-none {
    pointer-events: none;
  }

  .md\:relative {
    position: relative;
  }

  .md\:-bottom-6 {
    bottom: -1.5rem;
  }

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

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

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

  .md\:bottom-\[3\.5rem\] {
    bottom: 3.5rem;
  }

  .md\:bottom-auto {
    bottom: auto;
  }

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

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

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

  .md\:right-\[2\.75rem\] {
    right: 2.75rem;
  }

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

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

  .md\:top-2 {
    top: 0.5rem;
  }

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

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

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

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

  .md\:top-\[119px\] {
    top: 119px;
  }

  .md\:top-\[14px\] {
    top: 14px;
  }

  .md\:top-\[calc\(100\%_-_180px\)\] {
    top: calc(100% - 180px);
  }

  .md\:order-last {
    order: 9999;
  }

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

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

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

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

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

  .md\:col-start-3 {
    grid-column-start: 3;
  }

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

  .md\:row-span-11 {
    grid-row: span 11 / span 11;
  }

  .md\:row-span-13 {
    grid-row: span 13 / span 13;
  }

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

  .md\:row-span-24 {
    grid-row: span 24 / span 24;
  }

  .md\:row-start-1 {
    grid-row-start: 1;
  }

  .md\:row-start-12 {
    grid-row-start: 12;
  }

  .md\:row-start-14 {
    grid-row-start: 14;
  }

  .md\:row-start-2 {
    grid-row-start: 2;
  }

  .md\:float-none {
    float: none;
  }

  .md\:m-0 {
    margin: 0px;
  }

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

  .md\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

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

  .md\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

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

  .md\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .md\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

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

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

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

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

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

  .md\:-ml-40 {
    margin-left: -10rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:mb-\[3\.25rem\] {
    margin-bottom: 3.25rem;
  }

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

  .md\:mb-\[7\.5rem\] {
    margin-bottom: 7.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:mt-32 {
    margin-top: 8rem;
  }

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

  .md\:mt-5 {
    margin-top: 1.25rem;
  }

  .md\:mt-6 {
    margin-top: 1.5rem;
  }

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:mt-\[-1\.75rem\] {
    margin-top: -1.75rem;
  }

  .md\:mt-\[12px\] {
    margin-top: 12px;
  }

  .md\:mt-\[180px\] {
    margin-top: 180px;
  }

  .md\:mt-\[2\.5rem\] {
    margin-top: 2.5rem;
  }

  .md\:mt-\[21px\] {
    margin-top: 21px;
  }

  .md\:mt-\[30px\] {
    margin-top: 30px;
  }

  .md\:mt-\[7\.5rem\] {
    margin-top: 7.5rem;
  }

  .md\:block {
    display: block;
  }

  .md\:inline-block {
    display: inline-block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:aspect-\[297\/320\] {
    aspect-ratio: 297/320;
  }

  .md\:size-14 {
    width: 3.5rem;
    height: 3.5rem;
  }

  .md\:size-16 {
    width: 4rem;
    height: 4rem;
  }

  .md\:size-32 {
    width: 8rem;
    height: 8rem;
  }

  .md\:size-\[1\.125rem\] {
    width: 1.125rem;
    height: 1.125rem;
  }

  .md\:size-\[128px\] {
    width: 128px;
    height: 128px;
  }

  .md\:size-\[78px\] {
    width: 78px;
    height: 78px;
  }

  .md\:\!h-auto {
    height: auto !important;
  }

  .md\:\!h-full {
    height: 100% !important;
  }

  .md\:h-20 {
    height: 5rem;
  }

  .md\:h-24 {
    height: 6rem;
  }

  .md\:h-28 {
    height: 7rem;
  }

  .md\:h-5 {
    height: 1.25rem;
  }

  .md\:h-60 {
    height: 15rem;
  }

  .md\:h-\[25px\] {
    height: 25px;
  }

  .md\:h-\[42\%\] {
    height: 42%;
  }

  .md\:h-\[480px\] {
    height: 480px;
  }

  .md\:h-\[520px\] {
    height: 520px;
  }

  .md\:h-\[56px\] {
    height: 56px;
  }

  .md\:h-\[60px\] {
    height: 60px;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:h-screen {
    height: 100vh;
  }

  .md\:max-h-\[19\.5rem\] {
    max-height: 19.5rem;
  }

  .md\:max-h-\[200px\] {
    max-height: 200px;
  }

  .md\:max-h-\[600px\] {
    max-height: 600px;
  }

  .md\:max-h-\[696px\] {
    max-height: 696px;
  }

  .md\:max-h-full {
    max-height: 100%;
  }

  .md\:max-h-none {
    max-height: none;
  }

  .md\:max-h-screen {
    max-height: 100vh;
  }

  .md\:\!w-full {
    width: 100% !important;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-1\/5 {
    width: 20%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-20 {
    width: 5rem;
  }

  .md\:w-24 {
    width: 6rem;
  }

  .md\:w-28 {
    width: 7rem;
  }

  .md\:w-72 {
    width: 18rem;
  }

  .md\:w-80 {
    width: 20rem;
  }

  .md\:w-\[216px\] {
    width: 216px;
  }

  .md\:w-\[2px\] {
    width: 2px;
  }

  .md\:w-\[310px\] {
    width: 310px;
  }

  .md\:w-\[400px\] {
    width: 400px;
  }

  .md\:w-\[485px\] {
    width: 485px;
  }

  .md\:w-\[50\%\] {
    width: 50%;
  }

  .md\:w-\[56px\] {
    width: 56px;
  }

  .md\:w-\[600px\] {
    width: 600px;
  }

  .md\:w-\[62\%\] {
    width: 62%;
  }

  .md\:w-\[70\%\] {
    width: 70%;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:min-w-\[212px\] {
    min-width: 212px;
  }

  .md\:max-w-40 {
    max-width: 10rem;
  }

  .md\:max-w-\[138px\] {
    max-width: 138px;
  }

  .md\:max-w-\[14rem\] {
    max-width: 14rem;
  }

  .md\:max-w-\[212px\] {
    max-width: 212px;
  }

  .md\:max-w-\[440px\] {
    max-width: 440px;
  }

  .md\:max-w-\[50\%\] {
    max-width: 50%;
  }

  .md\:max-w-\[586px\] {
    max-width: 586px;
  }

  .md\:max-w-\[600px\] {
    max-width: 600px;
  }

  .md\:max-w-\[620px\] {
    max-width: 620px;
  }

  .md\:max-w-\[66\%\] {
    max-width: 66%;
  }

  .md\:max-w-\[740px\] {
    max-width: 740px;
  }

  .md\:max-w-none {
    max-width: none;
  }

  .md\:max-w-screen-sm {
    max-width: 640px;
  }

  .md\:max-w-screen-xl {
    max-width: 1280px;
  }

  .md\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .md\:flex-grow-0 {
    flex-grow: 0;
  }

  .md\:basis-\[10\.2\%\] {
    flex-basis: 10.2%;
  }

  .md\:basis-\[16\%\] {
    flex-basis: 16%;
  }

  .md\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:-translate-y-5 {
    --tw-translate-y: -1.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\: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));
  }

  .md\: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));
  }

  .md\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\: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));
  }

  .md\:cursor-default {
    cursor: default;
  }

  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:grid-cols-\[84px_minmax\(0px\2c _1fr\)\] {
    grid-template-columns: 84px minmax(0px, 1fr);
  }

  .md\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-rows-24 {
    grid-template-rows: repeat(24, 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-start {
    align-items: flex-start;
  }

  .md\:items-end {
    align-items: flex-end;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-end {
    justify-content: flex-end;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:gap-0 {
    gap: 0px;
  }

  .md\:gap-10 {
    gap: 2.5rem;
  }

  .md\:gap-16 {
    gap: 4rem;
  }

  .md\:gap-2 {
    gap: 0.5rem;
  }

  .md\:gap-3 {
    gap: 0.75rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-5 {
    gap: 1.25rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-7 {
    gap: 1.75rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:gap-9 {
    gap: 2.25rem;
  }

  .md\:gap-\[2\.6rem\] {
    gap: 2.6rem;
  }

  .md\:gap-\[7rem\] {
    gap: 7rem;
  }

  .md\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .md\:gap-y-0 {
    row-gap: 0px;
  }

  .md\:gap-y-5 {
    row-gap: 1.25rem;
  }

  .md\:gap-y-8 {
    row-gap: 2rem;
  }

  .md\: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 * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .md\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .md\:overflow-auto {
    overflow: auto;
  }

  .md\:overflow-hidden {
    overflow: hidden;
  }

  .md\:text-balance {
    text-wrap: balance;
  }

  .md\:rounded {
    border-radius: 0.25rem;
  }

  .md\:rounded-\[4px\] {
    border-radius: 4px;
  }

  .md\:rounded-full {
    border-radius: 9999px;
  }

  .md\:rounded-md {
    border-radius: 0.375rem;
  }

  .md\:border-none {
    border-style: none;
  }

  .md\:\!bg-\[\#ECE4D8\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(236 228 216 / var(--tw-bg-opacity, 1)) !important;
  }

  .md\:bg-\[\#F0E9E1\] {
    --tw-bg-opacity: 1;
    background-color: rgb(240 233 225 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-beige {
    --tw-bg-opacity: 1;
    background-color: rgb(247 243 237 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-right {
    background-position: right;
  }

  .md\:p-1 {
    padding: 0.25rem;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:px-\[3\.25rem\] {
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:\!pb-\[200px\] {
    padding-bottom: 200px !important;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .md\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .md\:pb-\[236px\] {
    padding-bottom: 236px;
  }

  .md\:pb-\[68px\] {
    padding-bottom: 68px;
  }

  .md\:pb-\[81px\] {
    padding-bottom: 81px;
  }

  .md\:pl-0 {
    padding-left: 0px;
  }

  .md\:pl-10 {
    padding-left: 2.5rem;
  }

  .md\:pl-3 {
    padding-left: 0.75rem;
  }

  .md\:pl-5 {
    padding-left: 1.25rem;
  }

  .md\:pl-\[70px\] {
    padding-left: 70px;
  }

  .md\:pr-0 {
    padding-right: 0px;
  }

  .md\:pr-5 {
    padding-right: 1.25rem;
  }

  .md\:pr-7 {
    padding-right: 1.75rem;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

  .md\:pt-14 {
    padding-top: 3.5rem;
  }

  .md\:pt-16 {
    padding-top: 4rem;
  }

  .md\:pt-20 {
    padding-top: 5rem;
  }

  .md\:pt-44 {
    padding-top: 11rem;
  }

  .md\:pt-\[100px\] {
    padding-top: 100px;
  }

  .md\:pt-\[3\.150rem\] {
    padding-top: 3.150rem;
  }

  .md\:pt-\[70px\] {
    padding-top: 70px;
  }

  .md\:pt-\[9px\] {
    padding-top: 9px;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-center {
    text-align: center;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-\[18px\] {
    font-size: 18px;
  }

  .md\:text-\[20px\] {
    font-size: 20px;
  }

  .md\:text-\[22px\] {
    font-size: 22px;
  }

  .md\:text-\[28px\] {
    font-size: 28px;
  }

  .md\:text-\[3\.5rem\] {
    font-size: 3.5rem;
  }

  .md\:text-\[30px\] {
    font-size: 30px;
  }

  .md\:text-\[32px\] {
    font-size: 32px;
  }

  .md\:text-\[42px\] {
    font-size: 42px;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .md\:font-semibold {
    font-weight: 600;
  }

  .md\:leading-normal {
    line-height: 1.5;
  }

  .md\:tracking-\[1\.4px\] {
    letter-spacing: 1.4px;
  }

  .md\:text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  }

  .md\:text-darkbeige {
    --tw-text-opacity: 1;
    color: rgb(84 68 53 / var(--tw-text-opacity, 1));
  }

  .md\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

  .md\:shadow-\[0_3px_11px_0_rgba\(0\2c 0\2c 0\2c 0\.11\)\] {
    --tw-shadow: 0 3px 11px 0 rgba(0,0,0,0.11);
    --tw-shadow-colored: 0 3px 11px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:before\:bottom-\[-42px\]::before {
    content: var(--tw-content);
    bottom: -42px;
  }

  .md\:before\:h-\[26px\]::before {
    content: var(--tw-content);
    height: 26px;
  }

  .md\:before\:w-\[160px\]::before {
    content: var(--tw-content);
    width: 160px;
  }

  .md\:before\:text-sm::before {
    content: var(--tw-content);
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:last-of-type\:border-none:last-of-type {
    border-style: none;
  }

  .md\:hover\:\!border-secondaryhighlight:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgb(128 128 128 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:hover\:border-berry:hover {
    --tw-border-opacity: 1;
    border-color: rgb(226 113 143 / var(--tw-border-opacity, 1));
  }

  .md\:hover\:border-secondaryhighlight:hover {
    --tw-border-opacity: 1;
    border-color: rgb(128 128 128 / var(--tw-border-opacity, 1));
  }

  .md\:hover\:bg-berry:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(226 113 143 / var(--tw-bg-opacity, 1));
  }

  .md\:hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

  .group:hover .md\:group-hover\:translate-y-0 {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .group:hover .md\:group-hover\:opacity-100 {
    opacity: 1;
  }
}

@media (min-width: 1024px) {
  .lg\:sticky {
    position: sticky;
  }

  .lg\:bottom-12 {
    bottom: 3rem;
  }

  .lg\:top-10 {
    top: 2.5rem;
  }

  .lg\:top-\[36px\] {
    top: 36px;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-start-1 {
    grid-column-start: 1;
  }

  .lg\:col-start-2 {
    grid-column-start: 2;
  }

  .lg\:row-span-16 {
    grid-row: span 16 / span 16;
  }

  .lg\:row-span-7 {
    grid-row: span 7 / span 7;
  }

  .lg\:row-span-9 {
    grid-row: span 9 / span 9;
  }

  .lg\:row-start-1 {
    grid-row-start: 1;
  }

  .lg\:row-start-8 {
    grid-row-start: 8;
  }

  .lg\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:mx-\[1\.75rem\] {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .lg\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:-mr-1 {
    margin-right: -0.25rem;
  }

  .lg\:-mt-14 {
    margin-top: -3.5rem;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }

  .lg\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .lg\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .lg\:mb-4 {
    margin-bottom: 1rem;
  }

  .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:ml-20 {
    margin-left: 5rem;
  }

  .lg\:mr-2 {
    margin-right: 0.5rem;
  }

  .lg\:mr-40 {
    margin-right: 10rem;
  }

  .lg\:mr-auto {
    margin-right: auto;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-0\.5 {
    margin-top: 0.125rem;
  }

  .lg\:mt-12 {
    margin-top: 3rem;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

  .lg\:mt-3 {
    margin-top: 0.75rem;
  }

  .lg\:mt-32 {
    margin-top: 8rem;
  }

  .lg\:mt-4 {
    margin-top: 1rem;
  }

  .lg\:mt-5 {
    margin-top: 1.25rem;
  }

  .lg\:mt-6 {
    margin-top: 1.5rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:inline-flex {
    display: inline-flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:\!size-\[3\.75rem\] {
    width: 3.75rem !important;
    height: 3.75rem !important;
  }

  .lg\:h-10 {
    height: 2.5rem;
  }

  .lg\:h-28 {
    height: 7rem;
  }

  .lg\:max-h-\[19\.5rem\] {
    max-height: 19.5rem;
  }

  .lg\:max-h-\[450px\] {
    max-height: 450px;
  }

  .lg\:max-h-\[600px\] {
    max-height: 600px;
  }

  .lg\:max-h-\[90dvh\] {
    max-height: 90dvh;
  }

  .lg\:max-h-full {
    max-height: 100%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-10 {
    width: 2.5rem;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-28 {
    width: 7rem;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-40 {
    width: 10rem;
  }

  .lg\:w-44 {
    width: 11rem;
  }

  .lg\:w-\[42\%\] {
    width: 42%;
  }

  .lg\:w-\[430px\] {
    width: 430px;
  }

  .lg\:w-\[550px\] {
    width: 550px;
  }

  .lg\:w-\[570px\] {
    width: 570px;
  }

  .lg\:w-\[58\%\] {
    width: 58%;
  }

  .lg\:w-\[670px\] {
    width: 670px;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:min-w-80 {
    min-width: 20rem;
  }

  .lg\:max-w-\[138px\] {
    max-width: 138px;
  }

  .lg\:max-w-\[260px\] {
    max-width: 260px;
  }

  .lg\:max-w-\[345px\] {
    max-width: 345px;
  }

  .lg\:max-w-none {
    max-width: none;
  }

  .lg\:max-w-screen-xl {
    max-width: 1280px;
  }

  .lg\:basis-\[10\.2\%\] {
    flex-basis: 10.2%;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-cols-\[105px_minmax\(0px\2c _1fr\)\] {
    grid-template-columns: 105px minmax(0px, 1fr);
  }

  .lg\:grid-rows-\[repeat\(16\2c minmax\(0\2c 1fr\)\)\] {
    grid-template-rows: repeat(16,minmax(0,1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:items-end {
    align-items: flex-end;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:gap-0 {
    gap: 0px;
  }

  .lg\:gap-1 {
    gap: 0.25rem;
  }

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-2 {
    gap: 0.5rem;
  }

  .lg\:gap-4 {
    gap: 1rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .lg\:bg-\[\#F5F5F5\] {
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  }

  .lg\:p-14 {
    padding: 3.5rem;
  }

  .lg\:p-2\.5 {
    padding: 0.625rem;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .lg\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .lg\:pb-8 {
    padding-bottom: 2rem;
  }

  .lg\:pl-3 {
    padding-left: 0.75rem;
  }

  .lg\:pl-8 {
    padding-left: 2rem;
  }

  .lg\:pr-10 {
    padding-right: 2.5rem;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pt-10 {
    padding-top: 2.5rem;
  }

  .lg\:pt-28 {
    padding-top: 7rem;
  }

  .lg\:pt-40 {
    padding-top: 10rem;
  }

  .lg\:pt-\[38px\] {
    padding-top: 38px;
  }

  .lg\:pt-\[40px\] {
    padding-top: 40px;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:text-\[3rem\] {
    font-size: 3rem;
  }

  .lg\:text-\[4rem\] {
    font-size: 4rem;
  }

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .lg\:text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  }
}

@media (min-width: 1280px) {
  .xl\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .xl\:ml-24 {
    margin-left: 6rem;
  }

  .xl\:gap-1 {
    gap: 0.25rem;
  }
}

.peer:checked ~ .rtl\:peer-checked\:after\:-translate-x-full:where([dir="rtl"], [dir="rtl"] *)::after {
  content: var(--tw-content);
  --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));
}

.\[\&\:\:-webkit-scrollbar\]\:hidden::-webkit-scrollbar {
  display: none;
}

.\[\&\:has\(\>span\:empty\)\]\:hidden:has(>span:empty) {
  display: none;
}

@media (min-width: 1024px) {
  .lg\:\[\&\:nth-last-child\(-n\+2\)\]\:after\:hidden:nth-last-child(-n+2)::after {
    content: var(--tw-content);
    display: none;
  }
}

.\[\&_p\:empty\]\:hidden p:empty {
  display: none;
}

.\[\&_p\:has\(\>br\:only-child\)\]\:hidden p:has(>br:only-child) {
  display: none;
}

.\[\&_p\:has\(strong\)\]\:mt-3 p:has(strong) {
  margin-top: 0.75rem;
}

.\[\&_p\]\:my-0 p {
  margin-top: 0px;
  margin-bottom: 0px;
}

.\[\&_p\]\:py-0 p {
  padding-top: 0px;
  padding-bottom: 0px;
}