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

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

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

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

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

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

.bottom-0 {
  bottom: 0px;
}

.bottom-1\/4 {
  bottom: 25%;
}

.bottom-10 {
  bottom: 2.5rem;
}

.left-0 {
  left: 0px;
}

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

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

.left-1\/4 {
  left: 25%;
}

.left-10 {
  left: 2.5rem;
}

.left-\[35\%\] {
  left: 35%;
}

.right-0 {
  right: 0px;
}

.right-1\/4 {
  right: 25%;
}

.right-10 {
  right: 2.5rem;
}

.top-0 {
  top: 0px;
}

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

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

.top-1\/4 {
  top: 25%;
}

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

.top-full {
  top: 100%;
}

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

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

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

.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-14 {
  margin-bottom: 3.5rem;
}

.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-8 {
  margin-bottom: 2rem;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

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

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

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

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

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

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

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

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-3 {
  height: 0.75rem;
}

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

.h-4 {
  height: 1rem;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-56 {
  height: 14rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

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

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

.h-\[2\.5px\] {
  height: 2.5px;
}

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

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

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

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

.w-10 {
  width: 2.5rem;
}

.w-14 {
  width: 3.5rem;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-3 {
  width: 0.75rem;
}

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

.w-36 {
  width: 9rem;
}

.w-4 {
  width: 1rem;
}

.w-44 {
  width: 11rem;
}

.w-5 {
  width: 1.25rem;
}

.w-56 {
  width: 14rem;
}

.w-8 {
  width: 2rem;
}

.w-9 {
  width: 2.25rem;
}

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

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

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

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

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

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cursor-pointer {
  cursor: pointer;
}

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

.resize-y {
  resize: vertical;
}

.resize {
  resize: both;
}

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

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

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

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

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

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

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

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

.\!justify-start {
  justify-content: flex-start !important;
}

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

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

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

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

.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-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(7rem * var(--tw-space-y-reverse));
}

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

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

.overflow-hidden {
  overflow: hidden;
}

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

.rounded {
  border-radius: 0.25rem;
}

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

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

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

.border {
  border-width: 1px;
}

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

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

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

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

.border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}

.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}

.border-sand-200 {
  --tw-border-opacity: 1;
  border-color: rgb(232 228 219 / var(--tw-border-opacity, 1));
}

.border-sand-200\/50 {
  border-color: rgb(232 228 219 / 0.5);
}

.border-sand-200\/60 {
  border-color: rgb(232 228 219 / 0.6);
}

.border-sand-300 {
  --tw-border-opacity: 1;
  border-color: rgb(213 207 194 / var(--tw-border-opacity, 1));
}

.border-sand-600 {
  --tw-border-opacity: 1;
  border-color: rgb(125 117 104 / var(--tw-border-opacity, 1));
}

.border-sand-700 {
  --tw-border-opacity: 1;
  border-color: rgb(94 88 80 / var(--tw-border-opacity, 1));
}

.border-sand-800 {
  --tw-border-opacity: 1;
  border-color: rgb(63 59 54 / var(--tw-border-opacity, 1));
}

.bg-gold {
  --tw-bg-opacity: 1;
  background-color: rgb(139 99 75 / var(--tw-bg-opacity, 1));
}

.bg-gold\/\[\.03\] {
  background-color: rgb(139 99 75 / .03);
}

.bg-gold\/\[\.04\] {
  background-color: rgb(139 99 75 / .04);
}

.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}

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

.bg-sand-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 242 237 / var(--tw-bg-opacity, 1));
}

.bg-sand-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(232 228 219 / var(--tw-bg-opacity, 1));
}

.bg-sand-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(213 207 194 / var(--tw-bg-opacity, 1));
}

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

.bg-sand-50\/95 {
  background-color: rgb(250 249 246 / 0.95);
}

.bg-sand-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(63 59 54 / var(--tw-bg-opacity, 1));
}

.bg-sand-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 35 32 / var(--tw-bg-opacity, 1));
}

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

.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-5 {
  padding: 1.25rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-8 {
  padding: 2rem;
}

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

.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-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

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

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

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

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

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

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

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

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

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

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

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

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

.pb-20 {
  padding-bottom: 5rem;
}

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

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

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

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

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

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

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

.pt-24 {
  padding-top: 6rem;
}

.pt-28 {
  padding-top: 7rem;
}

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

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

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

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

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

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

.font-body {
  font-family: "Rotis Sans Serif", sans-serif;
}

.font-head {
  font-family: "GT Walsheim", sans-serif;
}

.text-\[1\.2rem\] {
  font-size: 1.2rem;
}

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

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

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

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

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

.text-\[15\.5px\] {
  font-size: 15.5px;
}

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

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

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

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

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

.text-\[clamp\(1\.1rem\2c 2\.2vw\2c 1\.45rem\)\] {
  font-size: clamp(1.1rem, 2.2vw, 1.45rem);
}

.text-\[clamp\(1\.1rem\2c 2\.2vw\2c 1\.5rem\)\] {
  font-size: clamp(1.1rem, 2.2vw, 1.5rem);
}

.text-\[clamp\(1\.1rem\2c 2\.2vw\2c 1\.6rem\)\] {
  font-size: clamp(1.1rem, 2.2vw, 1.6rem);
}

.text-\[clamp\(1\.25rem\2c 2\.8vw\2c 1\.75rem\)\] {
  font-size: clamp(1.25rem, 2.8vw, 1.75rem);
}

.text-\[clamp\(1\.2rem\2c 2\.2vw\2c 1\.6rem\)\] {
  font-size: clamp(1.2rem, 2.2vw, 1.6rem);
}

.text-\[clamp\(1\.2rem\2c 2\.4vw\2c 1\.6rem\)\] {
  font-size: clamp(1.2rem, 2.4vw, 1.6rem);
}

.text-\[clamp\(1\.4rem\2c 2\.8vw\2c 2rem\)\] {
  font-size: clamp(1.4rem, 2.8vw, 2rem);
}

.text-\[clamp\(1\.5rem\2c 3vw\2c 2\.2rem\)\] {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
}

.text-\[clamp\(1\.8rem\2c 3\.5vw\2c 2\.6rem\)\] {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
}

.text-\[clamp\(1\.9rem\2c 4\.2vw\2c 3rem\)\] {
  font-size: clamp(1.9rem, 4.2vw, 3rem);
}

.text-\[clamp\(1rem\2c 2vw\2c 1\.3rem\)\] {
  font-size: clamp(1rem, 2vw, 1.3rem);
}

.text-\[clamp\(2\.2rem\2c 5vw\2c 3\.6rem\)\] {
  font-size: clamp(2.2rem, 5vw, 3.6rem);
}

.text-\[clamp\(2\.4rem\2c 5\.5vw\2c 4rem\)\] {
  font-size: clamp(2.4rem, 5.5vw, 4rem);
}

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

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

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

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

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

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

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

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

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

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

.leading-relaxed {
  line-height: 1.625;
}

.leading-snug {
  line-height: 1.375;
}

.tracking-\[\.15em\] {
  letter-spacing: .15em;
}

.tracking-\[\.25em\] {
  letter-spacing: .25em;
}

.tracking-\[\.2em\] {
  letter-spacing: .2em;
}

.tracking-\[\.3em\] {
  letter-spacing: .3em;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.text-gold {
  --tw-text-opacity: 1;
  color: rgb(139 99 75 / var(--tw-text-opacity, 1));
}

.text-gold-dark {
  --tw-text-opacity: 1;
  color: rgb(101 69 50 / var(--tw-text-opacity, 1));
}

.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.text-sand-100 {
  --tw-text-opacity: 1;
  color: rgb(244 242 237 / var(--tw-text-opacity, 1));
}

.text-sand-200 {
  --tw-text-opacity: 1;
  color: rgb(232 228 219 / var(--tw-text-opacity, 1));
}

.text-sand-300 {
  --tw-text-opacity: 1;
  color: rgb(213 207 194 / var(--tw-text-opacity, 1));
}

.text-sand-400 {
  --tw-text-opacity: 1;
  color: rgb(184 176 160 / var(--tw-text-opacity, 1));
}

.text-sand-50 {
  --tw-text-opacity: 1;
  color: rgb(250 249 246 / var(--tw-text-opacity, 1));
}

.text-sand-500 {
  --tw-text-opacity: 1;
  color: rgb(154 145 126 / var(--tw-text-opacity, 1));
}

.text-sand-600 {
  --tw-text-opacity: 1;
  color: rgb(125 117 104 / var(--tw-text-opacity, 1));
}

.text-sand-700 {
  --tw-text-opacity: 1;
  color: rgb(94 88 80 / var(--tw-text-opacity, 1));
}

.text-sand-800 {
  --tw-text-opacity: 1;
  color: rgb(63 59 54 / var(--tw-text-opacity, 1));
}

.text-sand-900 {
  --tw-text-opacity: 1;
  color: rgb(37 35 32 / var(--tw-text-opacity, 1));
}

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

.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-\[\.05\] {
  opacity: .05;
}

.opacity-\[\.06\] {
  opacity: .06;
}

.opacity-\[\.07\] {
  opacity: .07;
}

.opacity-\[\.12\] {
  opacity: .12;
}

.opacity-\[0\.08\] {
  opacity: 0.08;
}

.opacity-\[0\.25\] {
  opacity: 0.25;
}

.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-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-gold\/20 {
  --tw-shadow-color: rgb(139 99 75 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.ring-1 {
  --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-sand-200\/60 {
  --tw-ring-color: rgb(232 228 219 / 0.6);
}

.ring-sand-700\/40 {
  --tw-ring-color: rgb(94 88 80 / 0.4);
}

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

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

.blur-\[80px\] {
  --tw-blur: blur(80px);
  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);
}

.brightness-0 {
  --tw-brightness: brightness(0);
  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);
}

.brightness-200 {
  --tw-brightness: brightness(2);
  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);
}

.drop-shadow-\[0_20px_60px_rgba\(139\2c 99\2c 75\2c \.15\)\] {
  --tw-drop-shadow: drop-shadow(0 20px 60px rgba(139,99,75,.15));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

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

.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

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

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

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

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

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

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

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

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

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

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

.font-800 {
  font-weight: 800;
}

/* Custom utilities that v3 play CDN accepted as bare classes */

/* ===== Font faces ===== */

@font-face {
  font-family: "GT Walsheim";

  font-style: normal;

  font-weight: 400;

  font-display: swap;

  src: url("../fonts/GT-Walsheim-Regular.woff2") format("woff2"),
       url("../fonts/GT-Walsheim-Regular.woff") format("woff"),
       url("../fonts/GT-Walsheim-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "GT Walsheim";

  font-style: normal;

  font-weight: 700;

  font-display: swap;

  src: url("../fonts/GT-Walsheim-Bold.woff2") format("woff2"),
       url("../fonts/GT-Walsheim-Bold.woff") format("woff"),
       url("../fonts/GT-Walsheim-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Rotis Sans Serif";

  font-style: normal;

  font-weight: 400;

  font-display: swap;

  src: url("../fonts/Rotis-Sans-Serif-Std-Regular.woff2") format("woff2"),
       url("../fonts/Rotis-Sans-Serif-Std-Regular.woff") format("woff"),
       url("../fonts/Rotis-Sans-Serif-Std-Regular.ttf") format("truetype");
}

/* ===== Base ===== */

html {
  font-size: 16px;
}

body {
  font-family: "Rotis Sans Serif", sans-serif;
  color: #252320;
  background: #FAF9F6;
  -webkit-font-smoothing: antialiased;
}

/* ===== Scroll animations ===== */

[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.65s cubic-bezier(.4,.0,.2,1), transform 0.65s cubic-bezier(.4,.0,.2,1);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

[data-stagger] > * {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.5s cubic-bezier(.4,.0,.2,1), transform 0.5s cubic-bezier(.4,.0,.2,1);
}

[data-stagger].is-visible > *:nth-child(1)  {
  transition-delay: 0.04s;
}

[data-stagger].is-visible > *:nth-child(2)  {
  transition-delay: 0.08s;
}

[data-stagger].is-visible > *:nth-child(3)  {
  transition-delay: 0.12s;
}

[data-stagger].is-visible > *:nth-child(4)  {
  transition-delay: 0.16s;
}

[data-stagger].is-visible > *:nth-child(5)  {
  transition-delay: 0.20s;
}

[data-stagger].is-visible > *:nth-child(6)  {
  transition-delay: 0.24s;
}

[data-stagger].is-visible > *:nth-child(7)  {
  transition-delay: 0.28s;
}

[data-stagger].is-visible > *:nth-child(8)  {
  transition-delay: 0.32s;
}

[data-stagger].is-visible > *:nth-child(9)  {
  transition-delay: 0.36s;
}

[data-stagger].is-visible > *:nth-child(10) {
  transition-delay: 0.40s;
}

[data-stagger].is-visible > *:nth-child(11) {
  transition-delay: 0.44s;
}

[data-stagger].is-visible > *:nth-child(12) {
  transition-delay: 0.48s;
}

[data-stagger].is-visible > *:nth-child(13) {
  transition-delay: 0.52s;
}

[data-stagger].is-visible > *:nth-child(14) {
  transition-delay: 0.56s;
}

[data-stagger].is-visible > *:nth-child(15) {
  transition-delay: 0.60s;
}

[data-stagger].is-visible > *:nth-child(16) {
  transition-delay: 0.64s;
}

[data-stagger].is-visible > * {
  opacity: 1;
  transform: translateY(0);
}

/* ===== Header ===== */

.site-header {
  transition: background .35s ease, box-shadow .35s ease;
}

.site-header.pinned {
  background: rgba(250,249,246,.96);
  box-shadow: 0 1px 3px rgba(0,0,0,.04);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.site-header.dark-header.pinned {
  background: rgba(37,35,32,.92);
  box-shadow: 0 1px 3px rgba(0,0,0,.12);
}

/* ===== Dropdown ===== */

.has-dropdown .sub-menu {
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px) scale(.98);
  transition: all .25s cubic-bezier(.4,.0,.2,1);
  pointer-events: none;
}

.has-dropdown:hover .sub-menu,
.has-dropdown .sub-menu:hover {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.has-dropdown .sub-menu::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  height: 12px;
}

/* ===== CTA button ===== */

.btn-primary {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn-primary::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #654532;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .35s cubic-bezier(.4,.0,.2,1);
}

.btn-primary:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

/* ===== Grain overlay ===== */

.grain::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .025;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 200px;
}

.grain-dark::before {
  opacity: .03;
}

/* ===== Form / newsletter focus ===== */

.nl-input:focus, .form-input:focus {
  outline: none;
  border-color: #8b634b;
  box-shadow: 0 0 0 3px rgba(139,99,75,.1);
}

/* ===== Mobile nav ===== */

.mobile-nav {
  clip-path: inset(0 0 100% 0);
  transition: clip-path .45s cubic-bezier(.4,.0,.2,1);
}

.mobile-nav.is-open {
  clip-path: inset(0);
}

/* ===== Accent rule ===== */

.accent-rule {
  width: 48px;
  height: 2px;
  background: linear-gradient(90deg, #8b634b, #B08A72);
  border-radius: 2px;
}

/* ===== Legal pages ===== */

.legal-prose h2 {
  font-family: "GT Walsheim", sans-serif;
  font-weight: 800;
  color: #252320;
  font-size: clamp(1.1rem, 2.2vw, 1.4rem);
  letter-spacing: -0.01em;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}

.legal-prose h3 {
  font-family: "GT Walsheim", sans-serif;
  font-weight: 700;
  color: #3F3B36;
  font-size: 1.05rem;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

.legal-prose p  {
  color: #5E5850;
  line-height: 1.75;
  font-size: 15px;
  margin-bottom: 1rem;
}

.legal-prose ul {
  list-style: disc;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
  color: #5E5850;
}

.legal-prose ul li {
  margin-bottom: .6rem;
  line-height: 1.7;
  font-size: 15px;
}

.legal-prose a  {
  color: #8b634b;
  text-decoration: underline;
}

.legal-prose a:hover {
  color: #654532;
}

.legal-prose strong {
  color: #3F3B36;
  font-weight: 700;
}

.legal-prose .rule {
  width: 40px;
  height: 2px;
  background: #8b634b;
  margin-bottom: 1.5rem;
}

/* ═══════════════════════════════════════════════
   INDEX PAGE
   ═══════════════════════════════════════════════ */

/* Logo marquee */

@keyframes scroll-logos {
  0%   {
    transform: translateX(0);
  }

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

.logo-track {
  animation: scroll-logos 28s linear infinite;
}

.logo-track:hover {
  animation-play-state: paused;
}

/* Product logo animations */

@keyframes product-fade-in {
  0%   {
    opacity: 0;
    transform: translateY(16px) scale(.94);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes product-pulse {
  0%, 100% {
    transform: scale(1);
  }

  50%      {
    transform: scale(1.04);
  }
}

@keyframes product-float {
  0%, 100% {
    transform: translateY(0);
  }

  50%      {
    transform: translateY(-8px);
  }
}

/* 3D product stage — stacked cards */

.stage-wrap {
  perspective: 1000px;
}

.stage {
  transform-style: preserve-3d;
  transition: transform .1s ease-out;
}

.card-stack {
  position: relative;
  width: 320px;
  height: 380px;
  transform-style: preserve-3d;
}

.p-card {
  position: absolute;
  inset: 0;
  width: 260px;
  height: 340px;
  border-radius: 20px;
  transform-style: preserve-3d;
  cursor: pointer;
  transition: transform .6s cubic-bezier(.22,1,.36,1), box-shadow .4s ease, opacity .4s ease;
  box-shadow: 0 15px 40px -10px rgba(30,27,24,.18);
}

.p-card .card-face {
  position: absolute;
  inset: 0;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  backface-visibility: hidden;
}

.p-card .card-back {
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background: linear-gradient(145deg, #38332c, #1e1b18);
  transform: rotateY(180deg);
  backface-visibility: hidden;
}

.p-card:nth-child(1) {
  transform: translateZ(0px) rotate(-4deg) translateX(-20px);
  z-index: 2;
}

.p-card:nth-child(2) {
  transform: translateZ(-15px) rotate(4deg) translateX(20px);
  z-index: 1;
}

.p-card.active {
  transform: translateZ(80px) rotate(0deg) translateX(0px) scale(1.05) !important;
  z-index: 10 !important;
  box-shadow: 0 30px 60px -15px rgba(139,99,75,.2), 0 8px 20px rgba(30,27,24,.1) !important;
}

.p-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,.08) 45%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.08) 55%, transparent 60%);
  background-size: 250% 100%;
  background-position: 200% 0;
  transition: background-position 0s;
  pointer-events: none;
  z-index: 2;
}

.p-card.active::after {
  background-position: -50% 0;
  transition: background-position .8s ease;
}

.card-tag {
  display: inline-block;
  padding: 3px 12px;
  border-radius: 20px;
  font-size: 10px;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.cycle-dots {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 1.5rem;
}

.cycle-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(30,27,24,.12);
  transition: background .3s, transform .3s;
  cursor: pointer;
}

.cycle-dot.on {
  background: #8b634b;
  transform: scale(1.3);
}

.sparkle, .card-sparkle {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #8b634b;
  pointer-events: none;
  opacity: 0;
  z-index: 20;
  will-change: transform, opacity;
}

/* Compass spin (shared with mind2-methode) */

@keyframes compass-find-north {
  0%   {
    transform: rotate(0deg);
  }

  15%  {
    transform: rotate(140deg);
  }

  28%  {
    transform: rotate(100deg);
  }

  42%  {
    transform: rotate(250deg);
  }

  55%  {
    transform: rotate(345deg);
  }

  63%  {
    transform: rotate(370deg);
  }

  72%  {
    transform: rotate(357deg);
  }

  80%  {
    transform: rotate(362deg);
  }

  86%  {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.compass-spin {
  animation: compass-find-north 36.4s ease-in-out infinite;
  transform-origin: 46.3% 50.9%;
}

/* Echo logo card (shared with mind2-echo) */

.echo-logo-card {
  position: relative;
  aspect-ratio: 480/412;
}

.echo-logo-card img, .echo-logo-card canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/* Echo SVG arc draw-in */

@keyframes echo-draw {
  0%   {
    stroke-dashoffset: 600;
    opacity: 0.3;
  }

  60%  {
    opacity: 1;
  }

  100% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}

@keyframes echo-glow {
  0%, 100% {
    filter: drop-shadow(0 0 0px transparent);
  }

  50%      {
    filter: drop-shadow(0 0 6px rgba(196,169,98,.25));
  }
}

.echo-arc {
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
}

.product-logo.echo-card.is-visible .echo-arc {
  animation: echo-draw 1.8s cubic-bezier(.4,.0,.2,1) forwards;
}

.product-logo.echo-card.is-visible .echo-svg {
  animation: echo-glow 3s ease-in-out 2s infinite;
}

@keyframes echo-fill-in {
  0%   {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* Kompetenz cards */

.k-card {
  position: relative;
  transition: transform .3s cubic-bezier(.4,.0,.2,1), box-shadow .3s ease;
}

.k-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px -8px rgba(0,0,0,.08);
}

.k-card .k-num {
  transition: color .3s ease;
}

.k-card:hover .k-num {
  color: #8b634b;
}

/* Team cards */

.team-img {
  transition: transform .5s cubic-bezier(.4,.0,.2,1), filter .5s ease;
  filter: grayscale(30%);
}

.team-card:hover .team-img {
  transform: scale(1.04);
  filter: grayscale(0%);
}

/* Wert hover */

.wert-block {
  transition: border-color .3s ease;
}

.wert-block:hover {
  border-color: #8b634b;
}

/* Counter */

.cnt {
  font-variant-numeric: tabular-nums;
}

/* Vertrauen section parallax logo */

.vertrauen-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/logo-no-text.png") no-repeat 10% 55% / 100%;
  background-attachment: fixed;
  opacity: 0.08;
  pointer-events: none;
  z-index: 0;
}

@media (min-width: 1024px) {
  .vertrauen-section::after {
    background-size: 35%;
  }
}

.vertrauen-section > * {
  position: relative;
  z-index: 1;
}

/* ═══════════════════════════════════════════════
   MENSCHEN PAGE
   ═══════════════════════════════════════════════ */

.profile-card[id] {
  scroll-margin-top: 180px;
}

.profile-img {
  transition: transform .5s cubic-bezier(.4,.0,.2,1), filter .5s ease;
  filter: grayscale(30%);
}

.profile-card:hover .profile-img {
  transform: scale(1.03);
  filter: grayscale(0%);
}

/* ═══════════════════════════════════════════════
   MIND² METHODE PAGE
   ═══════════════════════════════════════════════ */

.compass-float {
}

.hero-dark {
  background: linear-gradient(165deg, #1e1b18 0%, #252320 40%, #2c2926 100%);
}

.compass-glow {
  display: none;
}

.hoch-card {
  position: relative;
  transition: transform .4s cubic-bezier(.4,.0,.2,1), box-shadow .4s ease;
}

.hoch-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px -12px rgba(37,35,32,.1);
}

.sup2 {
  font-size: 0.6em;
  vertical-align: super;
  line-height: 0;
}

.quote-mark {
  font-family: "GT Walsheim", sans-serif;
  font-size: 8rem;
  line-height: 1;
  color: rgba(139,99,75,.1);
  position: absolute;
  top: -1.5rem;
  left: -0.5rem;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.step-num {
  font-family: "GT Walsheim", sans-serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1;
  -webkit-text-stroke: 1.5px #D5CFC2;
  color: transparent;
  opacity: .35;
}

/* ═══════════════════════════════════════════════
   MIND² ECHO PAGE
   ═══════════════════════════════════════════════ */

.page-echo {
  background: #1e1b18;
}

.phone-device {
  position: relative;
  width: 220px;
  flex-shrink: 0;
}

@media (min-width: 1024px) {
  .phone-device {
    width: 240px;
  }
}

.phone-frame {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  background: #000;
  padding: 12px;
  box-shadow: 0 25px 60px -12px rgba(0,0,0,.5), 0 0 0 1px rgba(255,255,255,.06) inset;
}

.phone-frame img {
  width: 100%;
  height: auto;
  border-radius: 22px;
  display: block;
}

.phone-frame::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 22px;
  background: #000;
  border-radius: 0 0 14px 14px;
  z-index: 10;
}

@keyframes phone-float-0 {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

@keyframes phone-float-1 {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-16px);
  }
}

@keyframes phone-float-2 {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes phone-float-3 {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-14px);
  }
}

@keyframes phone-float-4 {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-11px);
  }
}

.phone-device:nth-child(1) {
  animation: phone-float-0 5.5s ease-in-out infinite;
}

.phone-device:nth-child(2) {
  animation: phone-float-1 6.2s ease-in-out infinite 0.4s;
}

.phone-device:nth-child(3) {
  animation: phone-float-2 5.8s ease-in-out infinite 0.8s;
}

.phone-device:nth-child(4) {
  animation: phone-float-3 6.5s ease-in-out infinite 1.2s;
}

.phone-device:nth-child(5) {
  animation: phone-float-4 5.3s ease-in-out infinite 0.6s;
}

.phone-carousel {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  padding: 40px 20px 60px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.phone-carousel::-webkit-scrollbar {
  display: none;
}

.phone-carousel > * {
  scroll-snap-align: center;
}

@media (min-width: 1280px) {
  .phone-carousel {
    justify-content: center;
    overflow-x: visible;
  }
}

@keyframes pulse-dot {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }

  50%      {
    opacity: .5;
    transform: scale(1.6);
  }
}

.pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #8b634b;
  animation: pulse-dot 2s ease-in-out infinite;
}

/* ═══════════════════════════════════════════════
   BRAINSNACKS PAGE
   ═══════════════════════════════════════════════ */

.tab-toggle {
  position: relative;
  display: inline-flex;
  background: #E8E4DB;
  border-radius: 999px;
  padding: 4px;
}

.tab-toggle input {
  display: none;
}

.tab-toggle label {
  position: relative;
  z-index: 2;
  padding: 10px 28px;
  font-family: "GT Walsheim", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #7D7568;
  cursor: pointer;
  transition: color .35s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.tab-toggle label.is-active {
  color: #FAF9F6;
}

.tab-slider {
  position: absolute;
  top: 4px;
  left: 4px;
  height: calc(100% - 8px);
  width: calc(50% - 4px);
  background: #252320;
  border-radius: 999px;
  transition: transform .4s cubic-bezier(.4,.0,.2,1);
  z-index: 1;
}

.tab-slider.at-videos {
  transform: translateX(100%);
}

.filter-chip {
  padding: 7px 18px;
  border: 1px solid #D5CFC2;
  border-radius: 999px;
  font-family: "GT Walsheim", sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7D7568;
  background: transparent;
  cursor: pointer;
  transition: all .25s ease;
  white-space: nowrap;
}

.filter-chip:hover {
  border-color: #8b634b;
  color: #8b634b;
}

.filter-chip.is-active {
  background: #252320;
  border-color: #252320;
  color: #FAF9F6;
}

.bs-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(232,228,219,.8);
  cursor: pointer;
  transition: transform .4s cubic-bezier(.4,.0,.2,1), box-shadow .4s ease;
}

.bs-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 60px -12px rgba(37,35,32,.1);
}

.bs-item-img {
  position: relative;
  overflow: hidden;
  background: #F4F2ED;
}

.bs-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform .6s cubic-bezier(.4,.0,.2,1);
}

.bs-item[data-type="merkkarte"] .bs-item-img img {
  -o-object-position: top;
     object-position: top;
}

.bs-item:hover .bs-item-img img {
  transform: scale(1.04);
}

.play-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(37,35,32,.15);
  opacity: 0;
  transition: opacity .35s ease;
}

.bs-item:hover .play-overlay {
  opacity: 1;
}

.play-btn-circle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(250,249,246,.92);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 32px rgba(0,0,0,.12);
  transition: transform .3s cubic-bezier(.4,.0,.2,1);
}

.bs-item:hover .play-btn-circle {
  transform: scale(1.08);
}

.pdf-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 4px 10px;
  background: rgba(250,249,246,.9);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  border-radius: 6px;
  font-family: "GT Walsheim", sans-serif;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8b634b;
}

.bs-item-label {
  padding: 16px 18px;
}

.bs-item-title {
  font-family: "GT Walsheim", sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #252320;
  line-height: 1.3;
}

.bs-item-cat {
  font-family: "Rotis Sans Serif", sans-serif;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9A917E;
  margin-top: 4px;
}

.bs-item[data-hidden="true"] {
  display: none;
}

/* Lightbox / modal */

.lightbox-overlay {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(37,35,32,.82);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s ease, visibility .4s ease;
}

.lightbox-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.lightbox-content {
  position: relative;
  max-width: 90vw;
  max-height: 88vh;
  transform: scale(.92) translateY(20px);
  transition: transform .45s cubic-bezier(.4,.0,.2,1);
}

.lightbox-overlay.is-open .lightbox-content {
  transform: scale(1) translateY(0);
}

.lb-merkkarte {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.lb-merkkarte img {
  max-height: 72vh;
  width: auto;
  border-radius: 12px;
  box-shadow: 0 30px 80px -16px rgba(0,0,0,.3);
}

.lb-download-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  background: #8b634b;
  color: #FAF9F6;
  border-radius: 999px;
  font-family: "GT Walsheim", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: background .3s ease, transform .25s ease;
}

.lb-download-btn:hover {
  background: #654532;
  transform: translateY(-2px);
}

.lb-video {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lb-video video {
  max-height: 80vh;
  max-width: 90vw;
  width: auto;
  border-radius: 12px;
  box-shadow: 0 30px 80px -16px rgba(0,0,0,.3);
  background: #000;
}

.lb-close {
  position: fixed;
  top: 24px;
  right: 28px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(250,249,246,.12);
  border: 1px solid rgba(250,249,246,.2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .25s ease, transform .25s ease;
  z-index: 210;
}

.lb-close:hover {
  background: rgba(250,249,246,.25);
  transform: scale(1.1);
}

.lb-close svg {
  width: 18px;
  height: 18px;
  color: #FAF9F6;
}

.lb-nav {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(250,249,246,.1);
  border: 1px solid rgba(250,249,246,.15);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .25s ease;
  z-index: 210;
}

.lb-nav:hover {
  background: rgba(250,249,246,.22);
}

.lb-nav svg {
  width: 20px;
  height: 20px;
  color: #FAF9F6;
}

.lb-prev {
  left: 20px;
}

.lb-next {
  right: 20px;
}

.lb-counter {
  position: fixed;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "GT Walsheim", sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.06em;
  color: rgba(250,249,246,.5);
  z-index: 210;
}

.editorial-num {
  font-family: "GT Walsheim", sans-serif;
  font-weight: 700;
  font-size: clamp(4rem, 8vw, 7rem);
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px #D5CFC2;
  opacity: .4;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

@media (max-width: 1023px) {
  .lb-prev, .lb-next {
    display: none;
  }

  .tab-toggle label {
    padding: 9px 20px;
    font-size: 13px;
  }
}

/* ═══════════════════════════════════════════════
   KOMPETENZEN PAGES
   ═══════════════════════════════════════════════ */

.module-card {
  transition: transform .3s cubic-bezier(.4,.0,.2,1), box-shadow .3s ease;
}

.module-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px -8px rgba(0,0,0,.08);
}

.placeholder\:text-sand-400::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(184 176 160 / var(--tw-text-opacity, 1));
}

.placeholder\:text-sand-400::placeholder {
  --tw-text-opacity: 1;
  color: rgb(184 176 160 / var(--tw-text-opacity, 1));
}

.hover\:border-gold:hover {
  --tw-border-opacity: 1;
  border-color: rgb(139 99 75 / var(--tw-border-opacity, 1));
}

.hover\:bg-gold:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(139 99 75 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gold-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(101 69 50 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gold\/90:hover {
  background-color: rgb(139 99 75 / 0.9);
}

.hover\:bg-sand-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 249 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-sand-800\/60:hover {
  background-color: rgb(63 59 54 / 0.6);
}

.hover\:text-gold:hover {
  --tw-text-opacity: 1;
  color: rgb(139 99 75 / var(--tw-text-opacity, 1));
}

.hover\:text-sand-100:hover {
  --tw-text-opacity: 1;
  color: rgb(244 242 237 / var(--tw-text-opacity, 1));
}

.hover\:text-sand-200:hover {
  --tw-text-opacity: 1;
  color: rgb(232 228 219 / var(--tw-text-opacity, 1));
}

.hover\:text-sand-900:hover {
  --tw-text-opacity: 1;
  color: rgb(37 35 32 / var(--tw-text-opacity, 1));
}

.hover\:opacity-90:hover {
  opacity: 0.9;
}

.hover\:shadow-lg:hover {
  --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[open] .group-open\:rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:tracking-\[\.2em\] {
  letter-spacing: .2em;
}

.group:hover .group-hover\:opacity-\[0\.4\] {
  opacity: 0.4;
}

@media (min-width: 640px) {
  .sm\:w-\[340px\] {
    width: 340px;
  }

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

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

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

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

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

@media (min-width: 1024px) {
  .lg\:top-\[84px\] {
    top: 84px;
  }

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

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

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

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

  .lg\:mb-28 {
    margin-bottom: 7rem;
  }

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

  .lg\:mt-24 {
    margin-top: 6rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

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

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

  .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-\[\.9fr_1fr\] {
    grid-template-columns: .9fr 1fr;
  }

  .lg\:grid-cols-\[0\.8fr_1\.2fr\] {
    grid-template-columns: 0.8fr 1.2fr;
  }

  .lg\:grid-cols-\[0\.8fr_1fr\] {
    grid-template-columns: 0.8fr 1fr;
  }

  .lg\:grid-cols-\[1fr_0\.8fr\] {
    grid-template-columns: 1fr 0.8fr;
  }

  .lg\:grid-cols-\[1fr_1\.05fr\] {
    grid-template-columns: 1fr 1.05fr;
  }

  .lg\:grid-cols-\[1fr_1\.1fr\] {
    grid-template-columns: 1fr 1.1fr;
  }

  .lg\:grid-cols-\[1fr_280px\] {
    grid-template-columns: 1fr 280px;
  }

  .lg\:grid-cols-\[1fr_auto\] {
    grid-template-columns: 1fr auto;
  }

  .lg\:grid-cols-\[280px_1fr\] {
    grid-template-columns: 280px 1fr;
  }

  .lg\:grid-cols-\[auto_1fr\] {
    grid-template-columns: auto 1fr;
  }

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

  .lg\:gap-12 {
    gap: 3rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:pb-14 {
    padding-bottom: 3.5rem;
  }

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

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

  .lg\:pb-24 {
    padding-bottom: 6rem;
  }

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

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

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

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

  .lg\:pt-36 {
    padding-top: 9rem;
  }

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

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

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

.\[\&\:\:-webkit-details-marker\]\:hidden::-webkit-details-marker {
  display: none;
}
