*, ::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%;
}@media (min-width: 640px) {

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

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

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

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

  .container {
    max-width: 1536px;
  }
}.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;
}.invisible {
  visibility: hidden;
}.fixed {
  position: fixed;
}.absolute {
  position: absolute;
}.relative {
  position: relative;
}.sticky {
  position: sticky;
}.inset-0 {
  inset: 0px;
}.inset-x-0 {
  left: 0px;
  right: 0px;
}.-bottom-10 {
  bottom: -2.5rem;
}.-right-6 {
  right: -1.5rem;
}.bottom-0 {
  bottom: 0px;
}.bottom-space-lg {
  bottom: 1.5rem;
}.left-0 {
  left: 0px;
}.left-space-lg {
  left: 1.5rem;
}.left-space-md {
  left: 1rem;
}.left-space-xs {
  left: 0.5rem;
}.right-space-lg {
  right: 1.5rem;
}.right-space-sm {
  right: 0.75rem;
}.top-0 {
  top: 0px;
}.top-1\/2 {
  top: 50%;
}.top-4 {
  top: 1rem;
}.top-6 {
  top: 1.5rem;
}.top-space-md {
  top: 1rem;
}.top-space-xs {
  top: 0.5rem;
}.z-10 {
  z-index: 10;
}.z-20 {
  z-index: 20;
}.z-50 {
  z-index: 50;
}.mx-auto {
  margin-left: auto;
  margin-right: auto;
}.my-space-lg {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}.mb-space-2xl {
  margin-bottom: 3rem;
}.mb-space-2xs {
  margin-bottom: 0.25rem;
}.mb-space-lg {
  margin-bottom: 1.5rem;
}.mb-space-md {
  margin-bottom: 1rem;
}.mb-space-sm {
  margin-bottom: 0.75rem;
}.mb-space-xl {
  margin-bottom: 2rem;
}.mb-space-xs {
  margin-bottom: 0.5rem;
}.mt-1 {
  margin-top: 0.25rem;
}.mt-auto {
  margin-top: auto;
}.mt-space-2xl {
  margin-top: 3rem;
}.mt-space-2xs {
  margin-top: 0.25rem;
}.mt-space-md {
  margin-top: 1rem;
}.mt-space-sm {
  margin-top: 0.75rem;
}.mt-space-xl {
  margin-top: 2rem;
}.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;
}.flex {
  display: flex;
}.inline-flex {
  display: inline-flex;
}.grid {
  display: grid;
}.contents {
  display: contents;
}.hidden {
  display: none;
}.aspect-\[16\/10\] {
  aspect-ratio: 16/10;
}.aspect-\[16\/9\] {
  aspect-ratio: 16/9;
}.aspect-\[3\/4\] {
  aspect-ratio: 3/4;
}.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}.aspect-\[4\/5\] {
  aspect-ratio: 4/5;
}.aspect-square {
  aspect-ratio: 1 / 1;
}.h-1 {
  height: 0.25rem;
}.h-10 {
  height: 2.5rem;
}.h-12 {
  height: 3rem;
}.h-16 {
  height: 4rem;
}.h-2 {
  height: 0.5rem;
}.h-2\.5 {
  height: 0.625rem;
}.h-28 {
  height: 7rem;
}.h-3 {
  height: 0.75rem;
}.h-8 {
  height: 2rem;
}.h-full {
  height: 100%;
}.min-h-\[560px\] {
  min-height: 560px;
}.min-h-screen {
  min-height: 100vh;
}.w-0 {
  width: 0px;
}.w-10 {
  width: 2.5rem;
}.w-12 {
  width: 3rem;
}.w-16 {
  width: 4rem;
}.w-2 {
  width: 0.5rem;
}.w-2\.5 {
  width: 0.625rem;
}.w-28 {
  width: 7rem;
}.w-56 {
  width: 14rem;
}.w-8 {
  width: 2rem;
}.w-full {
  width: 100%;
}.w-px {
  width: 1px;
}.min-w-0 {
  min-width: 0px;
}.max-w-2xl {
  max-width: 42rem;
}.max-w-3xl {
  max-width: 48rem;
}.max-w-4xl {
  max-width: 56rem;
}.max-w-container-editorial {
  max-width: 768px;
}.max-w-container-max {
  max-width: 1280px;
}.max-w-md {
  max-width: 28rem;
}.max-w-sm {
  max-width: 24rem;
}.max-w-xl {
  max-width: 36rem;
}.max-w-xs {
  max-width: 20rem;
}.flex-1 {
  flex: 1 1 0%;
}.flex-shrink-0 {
  flex-shrink: 0;
}.-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));
}@keyframes pulse {

  50% {
    opacity: .5;
  }
}.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}.cursor-pointer {
  cursor: pointer;
}.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.flex-col {
  flex-direction: column;
}.flex-wrap {
  flex-wrap: wrap;
}.items-start {
  align-items: flex-start;
}.items-center {
  align-items: center;
}.items-baseline {
  align-items: baseline;
}.items-stretch {
  align-items: stretch;
}.justify-end {
  justify-content: flex-end;
}.justify-center {
  justify-content: center;
}.justify-between {
  justify-content: space-between;
}.gap-space-2xl {
  gap: 3rem;
}.gap-space-2xs {
  gap: 0.25rem;
}.gap-space-lg {
  gap: 1.5rem;
}.gap-space-md {
  gap: 1rem;
}.gap-space-sm {
  gap: 0.75rem;
}.gap-space-xl {
  gap: 2rem;
}.gap-space-xs {
  gap: 0.5rem;
}.gap-x-space-md {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}.gap-y-space-xs {
  row-gap: 0.5rem;
}.space-y-space-lg > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}.space-y-space-md > :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-space-sm > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}.space-y-space-xl > :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));
}.space-y-space-xs > :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));
}.overflow-hidden {
  overflow: hidden;
}.overflow-x-auto {
  overflow-x: auto;
}.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}.whitespace-nowrap {
  white-space: nowrap;
}.rounded {
  border-radius: 0.125rem;
}.rounded-full {
  border-radius: 0.75rem;
}.rounded-lg {
  border-radius: 0.25rem;
}.rounded-xl {
  border-radius: 0.5rem;
}.border {
  border-width: 1px;
}.border-2 {
  border-width: 2px;
}.border-b {
  border-bottom-width: 1px;
}.border-b-2 {
  border-bottom-width: 2px;
}.border-t {
  border-top-width: 1px;
}.border-outline-variant\/30 {
  border-color: rgb(198 198 205 / 0.3);
}.border-outline-variant\/40 {
  border-color: rgb(198 198 205 / 0.4);
}.border-outline-variant\/60 {
  border-color: rgb(198 198 205 / 0.6);
}.border-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(157 66 42 / var(--tw-border-opacity, 1));
}.bg-background {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 248 / var(--tw-bg-opacity, 1));
}.bg-on-primary\/5 {
  background-color: rgb(255 255 255 / 0.05);
}.bg-outline-variant {
  --tw-bg-opacity: 1;
  background-color: rgb(198 198 205 / var(--tw-bg-opacity, 1));
}.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}.bg-primary-container {
  --tw-bg-opacity: 1;
  background-color: rgb(20 27 43 / var(--tw-bg-opacity, 1));
}.bg-primary\/60 {
  background-color: rgb(0 0 0 / 0.6);
}.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(157 66 42 / var(--tw-bg-opacity, 1));
}.bg-surface {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 248 / var(--tw-bg-opacity, 1));
}.bg-surface-bright {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 248 / var(--tw-bg-opacity, 1));
}.bg-surface-container {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 237 / var(--tw-bg-opacity, 1));
}.bg-surface-container-high {
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 231 / var(--tw-bg-opacity, 1));
}.bg-surface-container-low {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 243 / var(--tw-bg-opacity, 1));
}.bg-surface-container-lowest {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}.bg-surface-container-lowest\/90 {
  background-color: rgb(255 255 255 / 0.9);
}.bg-surface\/15 {
  background-color: rgb(249 249 248 / 0.15);
}.bg-surface\/20 {
  background-color: rgb(249 249 248 / 0.2);
}.bg-surface\/90 {
  background-color: rgb(249 249 248 / 0.9);
}.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}.from-primary\/75 {
  --tw-gradient-from: rgb(0 0 0 / 0.75) 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-primary\/80 {
  --tw-gradient-from: rgb(0 0 0 / 0.8) 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-primary\/85 {
  --tw-gradient-from: rgb(0 0 0 / 0.85) 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-primary\/90 {
  --tw-gradient-from: rgb(0 0 0 / 0.9) 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);
}.via-primary\/20 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}.via-primary\/30 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}.via-primary\/60 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}.to-primary\/40 {
  --tw-gradient-to: rgb(0 0 0 / 0.4) var(--tw-gradient-to-position);
}.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}.p-space-2xl {
  padding: 3rem;
}.p-space-2xs {
  padding: 0.25rem;
}.p-space-lg {
  padding: 1.5rem;
}.p-space-md {
  padding: 1rem;
}.p-space-xl {
  padding: 2rem;
}.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}.px-gutter-mobile {
  padding-left: 1rem;
  padding-right: 1rem;
}.px-space-lg {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}.px-space-md {
  padding-left: 1rem;
  padding-right: 1rem;
}.px-space-sm {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}.px-space-xl {
  padding-left: 2rem;
  padding-right: 2rem;
}.px-space-xs {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}.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-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}.py-space-2xl {
  padding-top: 3rem;
  padding-bottom: 3rem;
}.py-space-2xs {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}.py-space-3xl {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}.py-space-4xl {
  padding-top: 6rem;
  padding-bottom: 6rem;
}.py-space-lg {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}.py-space-md {
  padding-top: 1rem;
  padding-bottom: 1rem;
}.py-space-sm {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}.py-space-xl {
  padding-top: 2rem;
  padding-bottom: 2rem;
}.py-space-xs {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}.pb-1 {
  padding-bottom: 0.25rem;
}.pb-space-2xl {
  padding-bottom: 3rem;
}.pb-space-lg {
  padding-bottom: 1.5rem;
}.pb-space-xl {
  padding-bottom: 2rem;
}.pb-space-xs {
  padding-bottom: 0.5rem;
}.pl-8 {
  padding-left: 2rem;
}.pr-space-sm {
  padding-right: 0.75rem;
}.pt-space-lg {
  padding-top: 1.5rem;
}.pt-space-md {
  padding-top: 1rem;
}.pt-space-xl {
  padding-top: 2rem;
}.pt-space-xs {
  padding-top: 0.5rem;
}.text-center {
  text-align: center;
}.font-body-lg {
  font-family: Plus Jakarta Sans;
}.font-body-md {
  font-family: Plus Jakarta Sans;
}.font-body-sm {
  font-family: Plus Jakarta Sans;
}.font-display-hero {
  font-family: Newsreader;
}.font-headline-lg {
  font-family: Newsreader;
}.font-headline-md {
  font-family: Newsreader;
}.font-headline-sm {
  font-family: Newsreader;
}.font-label-md {
  font-family: Plus Jakarta Sans;
}.font-label-sm {
  font-family: Plus Jakarta Sans;
}.font-lead {
  font-family: Newsreader;
}.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}.font-quote {
  font-family: Newsreader;
}.text-\[11px\] {
  font-size: 11px;
}.text-\[14px\] {
  font-size: 14px;
}.text-\[16px\] {
  font-size: 16px;
}.text-\[18px\] {
  font-size: 18px;
}.text-\[200px\] {
  font-size: 200px;
}.text-\[20px\] {
  font-size: 20px;
}.text-\[22px\] {
  font-size: 22px;
}.text-\[24px\] {
  font-size: 24px;
}.text-body-lg {
  font-size: 1.125rem;
  line-height: 1.75;
  letter-spacing: -0.01em;
  font-weight: 400;
}.text-body-md {
  font-size: 1rem;
  line-height: 1.65;
  letter-spacing: 0em;
  font-weight: 400;
}.text-body-sm {
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 400;
}.text-headline-lg {
  font-size: 2.5rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-weight: 400;
}.text-headline-md {
  font-size: 1.875rem;
  line-height: 1.25;
  letter-spacing: -0.015em;
  font-weight: 500;
}.text-headline-sm {
  font-size: 1.375rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
  font-weight: 500;
}.text-label-md {
  font-size: 0.8125rem;
  line-height: 1.3;
  letter-spacing: 0.06em;
  font-weight: 600;
}.text-label-sm {
  font-size: 0.6875rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
  font-weight: 600;
}.text-lead {
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: -0.005em;
  font-weight: 400;
}.text-quote {
  font-size: 1.625rem;
  line-height: 1.4;
  letter-spacing: -0.015em;
  font-weight: 400;
}.font-bold {
  font-weight: 700;
}.font-medium {
  font-weight: 500;
}.font-normal {
  font-weight: 400;
}.font-semibold {
  font-weight: 600;
}.uppercase {
  text-transform: uppercase;
}.italic {
  font-style: italic;
}.not-italic {
  font-style: normal;
}.leading-none {
  line-height: 1;
}.leading-relaxed {
  line-height: 1.625;
}.leading-snug {
  line-height: 1.375;
}.leading-tight {
  line-height: 1.25;
}.tracking-normal {
  letter-spacing: 0em;
}.tracking-tight {
  letter-spacing: -0.025em;
}.tracking-wider {
  letter-spacing: 0.05em;
}.tracking-widest {
  letter-spacing: 0.1em;
}.text-on-primary {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}.text-on-primary-container {
  --tw-text-opacity: 1;
  color: rgb(125 132 151 / var(--tw-text-opacity, 1));
}.text-on-secondary {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}.text-on-surface {
  --tw-text-opacity: 1;
  color: rgb(26 28 28 / var(--tw-text-opacity, 1));
}.text-on-surface-variant {
  --tw-text-opacity: 1;
  color: rgb(69 70 76 / var(--tw-text-opacity, 1));
}.text-outline {
  --tw-text-opacity: 1;
  color: rgb(118 119 125 / var(--tw-text-opacity, 1));
}.text-outline-variant {
  --tw-text-opacity: 1;
  color: rgb(198 198 205 / var(--tw-text-opacity, 1));
}.text-primary {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(157 66 42 / var(--tw-text-opacity, 1));
}.text-secondary-container {
  --tw-text-opacity: 1;
  color: rgb(253 140 110 / var(--tw-text-opacity, 1));
}.text-secondary-fixed {
  --tw-text-opacity: 1;
  color: rgb(255 219 209 / var(--tw-text-opacity, 1));
}.text-secondary\/40 {
  color: rgb(157 66 42 / 0.4);
}.text-surface {
  --tw-text-opacity: 1;
  color: rgb(249 249 248 / var(--tw-text-opacity, 1));
}.text-surface-container-high\/90 {
  color: rgb(232 232 231 / 0.9);
}.text-surface-container-highest {
  --tw-text-opacity: 1;
  color: rgb(226 226 226 / var(--tw-text-opacity, 1));
}.text-surface-variant\/50 {
  color: rgb(226 226 226 / 0.5);
}.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}.opacity-10 {
  opacity: 0.1;
}.opacity-85 {
  opacity: 0.85;
}.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-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);
}.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  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-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-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-200 {
  transition-duration: 200ms;
}.duration-300 {
  transition-duration: 300ms;
}.duration-500 {
  transition-duration: 500ms;
}.duration-700 {
  transition-duration: 700ms;
}.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}@font-face{font-family:"Newsreader";font-style:normal;font-weight:400 700;font-display:swap;src:url(fonts/newsreader-latin-400-normal.d15dc4f7.woff2) format("woff2")}@font-face{font-family:"Newsreader";font-style:normal;font-weight:500;font-display:swap;src:url(fonts/newsreader-latin-500-normal.757a78c8.woff2) format("woff2")}@font-face{font-family:"Newsreader";font-style:normal;font-weight:600;font-display:swap;src:url(fonts/newsreader-latin-600-normal.8c734561.woff2) format("woff2")}@font-face{font-family:"Newsreader";font-style:normal;font-weight:700;font-display:swap;src:url(fonts/newsreader-latin-700-normal.ec55fe02.woff2) format("woff2")}@font-face{font-family:"Newsreader";font-style:italic;font-weight:400 700;font-display:swap;src:url(fonts/newsreader-latin-400-italic.e313b336.woff2) format("woff2")}@font-face{font-family:"Plus Jakarta Sans";font-style:normal;font-weight:400;font-display:swap;src:url(fonts/plus-jakarta-sans-latin-400-normal.9eb2a7e5.woff2) format("woff2")}@font-face{font-family:"Plus Jakarta Sans";font-style:normal;font-weight:500;font-display:swap;src:url(fonts/plus-jakarta-sans-latin-500-normal.c3130315.woff2) format("woff2")}@font-face{font-family:"Plus Jakarta Sans";font-style:normal;font-weight:600;font-display:swap;src:url(fonts/plus-jakarta-sans-latin-600-normal.7720d765.woff2) format("woff2")}@font-face{font-family:"Plus Jakarta Sans";font-style:normal;font-weight:700;font-display:swap;src:url(fonts/plus-jakarta-sans-latin-700-normal.7cfa1301.woff2) format("woff2")}@font-face{font-family:"Material Symbols Outlined";font-style:normal;font-weight:100 700;font-display:swap;src:url(fonts/material-symbols-outlined.24d57d06.woff2) format("woff2")}.material-symbols-outlined{font-family:"Material Symbols Outlined";font-weight:normal;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;font-feature-settings:"liga"}html,body{margin:0;padding:0}body{overscroll-behavior:none}main>:first-child{margin-top:0 !important}main>:last-child{margin-bottom:0 !important}::-webkit-scrollbar{display:none}.santana-article-body>p:first-of-type::first-letter{float:left;font-family:"Newsreader",serif;font-size:3.75rem;line-height:1;padding-right:.5rem;padding-top:.25rem;color:#9d422a;font-weight:500}#scroll-progress{transition:width 75ms linear}.santana-article-body {
  font-family: Plus Jakarta Sans;
  font-size: 1rem;
  letter-spacing: 0em;
  font-weight: 400;
  line-height: 1.625;
}.santana-article-body>p {
  margin-bottom: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(69 70 76 / var(--tw-text-opacity, 1));
}.santana-article-body>p:first-of-type {
  font-size: 1.125rem;
  line-height: 1.75;
  letter-spacing: -0.01em;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(26 28 28 / var(--tw-text-opacity, 1));
}.santana-article-body h2 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-family: Newsreader;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}.santana-article-body h3 {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  font-family: Newsreader;
  font-size: 1.375rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}.santana-article-body a {
  --tw-text-opacity: 1;
  color: rgb(157 66 42 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  text-underline-offset: 2px;
}.santana-article-body blockquote {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 243 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
  font-family: Newsreader;
  font-size: 1.625rem;
  letter-spacing: -0.015em;
  font-weight: 400;
  font-style: italic;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  --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);
}@media (min-width: 768px) {

  .santana-article-body blockquote {
    padding: 2rem;
  }
}.santana-article-body ul,.santana-article-body ol {
  margin-bottom: 1.5rem;
}.santana-article-body ul > :not([hidden]) ~ :not([hidden]),.santana-article-body ol > :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));
}.santana-article-body ul,.santana-article-body ol {
  padding-left: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(69 70 76 / var(--tw-text-opacity, 1));
}.santana-article-body ul {
  list-style-type: disc;
}.santana-article-body ol {
  list-style-type: decimal;
}.santana-article-body img {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-radius: 0.25rem;
}.santana-article-body pre {
  margin-top: 2rem;
  margin-bottom: 2rem;
  overflow-x: auto;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
  font-family: Plus Jakarta Sans;
  font-size: 0.875rem;
  letter-spacing: 0em;
  font-weight: 400;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}footer .santana-article-body pre a{transition:color 150ms ease}footer .santana-article-body pre a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}.santana-article-body code {
  font-family: Plus Jakarta Sans;
}footer .santana-article-body code a{transition:color 150ms ease}footer .santana-article-body code a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}.santana-article-body :not(pre)>code {
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 243 / var(--tw-bg-opacity, 1));
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  --tw-text-opacity: 1;
  color: rgb(157 66 42 / var(--tw-text-opacity, 1));
}.santana-tag-cloud a{display:inline-block;border-radius: 0.125rem;--tw-bg-opacity: 1;background-color: rgb(238 238 237 / var(--tw-bg-opacity, 1));padding-left: 0.75rem;padding-right: 0.75rem;padding-top: 0.25rem;padding-bottom: 0.25rem;font-family: Plus Jakarta Sans;font-size: 0.6875rem;line-height: 1.2;letter-spacing: 0.08em;font-weight: 600;--tw-text-opacity: 1;color: rgb(26 28 28 / var(--tw-text-opacity, 1));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}.santana-tag-cloud a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(157 66 42 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}footer .font-body-sm a{transition:color 150ms ease}footer .font-body-sm a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}.placeholder\:text-on-surface-variant::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(69 70 76 / var(--tw-text-opacity, 1));
}.placeholder\:text-on-surface-variant::placeholder {
  --tw-text-opacity: 1;
  color: rgb(69 70 76 / var(--tw-text-opacity, 1));
}.placeholder\:text-on-surface-variant\/50::-moz-placeholder {
  color: rgb(69 70 76 / 0.5);
}.placeholder\:text-on-surface-variant\/50::placeholder {
  color: rgb(69 70 76 / 0.5);
}.placeholder\:text-on-surface-variant\/60::-moz-placeholder {
  color: rgb(69 70 76 / 0.6);
}.placeholder\:text-on-surface-variant\/60::placeholder {
  color: rgb(69 70 76 / 0.6);
}.hover\:bg-on-primary\/10:hover {
  background-color: rgb(255 255 255 / 0.1);
}.hover\:bg-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(157 66 42 / var(--tw-bg-opacity, 1));
}.hover\:bg-surface-container:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 237 / var(--tw-bg-opacity, 1));
}.hover\:bg-surface-container-high:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 231 / var(--tw-bg-opacity, 1));
}.hover\:text-on-secondary:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}.hover\:text-on-surface:hover {
  --tw-text-opacity: 1;
  color: rgb(26 28 28 / var(--tw-text-opacity, 1));
}.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}.hover\:text-secondary:hover {
  --tw-text-opacity: 1;
  color: rgb(157 66 42 / var(--tw-text-opacity, 1));
}.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.hover\:shadow-xl:hover {
  --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);
}.focus\:border-primary:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}.focus\:bg-surface-container-lowest:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}.focus\:shadow-md:focus {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.focus\:shadow-sm:focus {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}.focus\:ring-1:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.focus\:ring-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-primary:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1));
}.focus\:ring-secondary:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(157 66 42 / var(--tw-ring-opacity, 1));
}.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\:translate-x-1 {
  --tw-translate-x: 0.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));
}.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-\[1\.02\] {
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  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\:text-on-secondary {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}.group:hover .group-hover\:text-secondary {
  --tw-text-opacity: 1;
  color: rgb(157 66 42 / var(--tw-text-opacity, 1));
}.group:hover .group-hover\:text-secondary-fixed {
  --tw-text-opacity: 1;
  color: rgb(255 219 209 / var(--tw-text-opacity, 1));
}@media (min-width: 640px) {

  .sm\:block {
    display: block;
  }

  .sm\:inline {
    display: inline;
  }

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

  .sm\:w-72 {
    width: 18rem;
  }

  .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\:pb-0 {
    padding-bottom: 0px;
  }

  .sm\:text-left {
    text-align: left;
  }
}@media (min-width: 768px) {

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

  .md\:flex {
    display: flex;
  }

  .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\:flex-row {
    flex-direction: row;
  }

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

  .md\:p-space-2xl {
    padding: 3rem;
  }

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

  .md\:text-display-hero {
    font-size: 3.75rem;
    line-height: 1.1;
    letter-spacing: -0.025em;
    font-weight: 400;
  }
}@media (min-width: 1024px) {

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

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

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

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

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

  .lg\:w-64 {
    width: 16rem;
  }

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

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, 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\:gap-space-2xl {
    gap: 3rem;
  }

  .lg\:gap-space-xl {
    gap: 2rem;
  }

  .lg\:p-space-2xl {
    padding: 3rem;
  }

  .lg\:p-space-lg {
    padding: 1.5rem;
  }

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

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

  .lg\:py-space-2xl {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}@media (min-width: 1280px) {

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

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