/*
! tailwindcss v3.3.5 | 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: currentColor; /* 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.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Cabin, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
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. Correct the odd `em` font sizing in all browsers.
*/

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
  html {
  --tw-bg-opacity: 1;
  background-color: rgb(242 236 224 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(2 29 31 / var(--tw-text-opacity));
  height: 100%;
}

  body {
  position: relative;
  height: 100%;
}

  body:not(.has-open-nav) {
  display: flex;
  flex-direction: column;
}

  a {
  text-decoration-line: underline;
}

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

  a.reverse {
  text-decoration-line: none;
}

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

  @media (max-width: 1024px) {
    body {
    height: 100vh;
  }
  }

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

::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:  ;
}
@font-face {
  font-family: "Cabin";
  src: url("./fonts/Cabin-VariableFont_wdth,wght.15513d73a6ba.ttf") format("truetype");
}
@font-face {
  font-family: "Cabin";
  src: url("./fonts/Cabin-Italic-VariableFont_wdth,wght.873ad8664d26.ttf") format("truetype");
  font-style: italic;
}
.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;
  }
}
.form-input,.form-textarea,.form-select,.form-multiselect {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
.form-input::-moz-placeholder, .form-textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}
.form-input::placeholder,.form-textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}
.form-input::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
.form-input::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}
.form-input::-webkit-datetime-edit {
  display: inline-flex;
}
.form-input::-webkit-datetime-edit,.form-input::-webkit-datetime-edit-year-field,.form-input::-webkit-datetime-edit-month-field,.form-input::-webkit-datetime-edit-day-field,.form-input::-webkit-datetime-edit-hour-field,.form-input::-webkit-datetime-edit-minute-field,.form-input::-webkit-datetime-edit-second-field,.form-input::-webkit-datetime-edit-millisecond-field,.form-input::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}
.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-left: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose {
  min-width: 0px;
}
.prose > *:nth-child(2) {
    margin-top: 0 !important;
  }
.prose code {
  overflow-wrap: break-word;
}
.prose pre code {
  overflow-wrap: normal;
  word-break: normal;
}
.prose a {
  overflow-wrap: break-word;
}
article header h1 {
    overflow-wrap: anywhere;
    word-break: break-word;
  }
.hCard {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.hCard-person {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-style: normal;
}
.hCard-name {
  font-weight: 500;
  font-variation-settings: 'wght' 500;
}
.hCard-name.italic.font-ultracondensed {
  font-variation-settings: 'slnt' 1, 'wdth' 50, 'wght' 500;
}
.hCard-name.font-ultracondensed {
  font-variation-settings: 'wdth' 50, 'wght' 500;
}
.hCard-name.italic.font-extracondensed {
  font-variation-settings: 'slnt' 1, 'wdth' 62.5, 'wght' 500;
}
.hCard-name.font-extracondensed {
  font-variation-settings: 'wdth' 62.5, 'wght' 500;
}
.hCard-name.italic.font-condensed {
  font-variation-settings: 'slnt' 1, 'wdth' 75, 'wght' 500;
}
.hCard-name.font-condensed {
  font-variation-settings: 'wdth' 75, 'wght' 500;
}
.hCard-name.italic.font-semicondensed {
  font-variation-settings: 'slnt' 1, 'wdth' 87.5, 'wght' 500;
}
.hCard-name.font-semicondensed {
  font-variation-settings: 'wdth' 87.5, 'wght' 500;
}
.hCard-name.italic.font-base {
  font-variation-settings: 'slnt' 1, 'wdth' 100, 'wght' 500;
}
.hCard-name.font-base {
  font-variation-settings: 'wdth' 100, 'wght' 500;
}
.hCard-name.italic.font-semiexpanded {
  font-variation-settings: 'slnt' 1, 'wdth' 112.5, 'wght' 500;
}
.hCard-name.font-semiexpanded {
  font-variation-settings: 'wdth' 112.5, 'wght' 500;
}
.hCard-name.italic.font-expanded {
  font-variation-settings: 'slnt' 1, 'wdth' 125, 'wght' 500;
}
.hCard-name.font-expanded {
  font-variation-settings: 'wdth' 125, 'wght' 500;
}
.hCard-name.italic.font-extraexpanded {
  font-variation-settings: 'slnt' 1, 'wdth' 150, 'wght' 500;
}
.hCard-name.font-extraexpanded {
  font-variation-settings: 'wdth' 150, 'wght' 500;
}
.hCard-name.italic.font-ultraexpanded {
  font-variation-settings: 'slnt' 1, 'wdth' 200, 'wght' 500;
}
.hCard-name.font-ultraexpanded {
  font-variation-settings: 'wdth' 200, 'wght' 500;
}
.testimonial {
  position: relative;
  padding-left: 3rem;
}
.testimonial > *:not(footer) {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.testimonial .hCard {
  margin-top: 1rem;
}
.testimonial::before {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 2.75rem;
  width: 2.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(85 15 47 / var(--tw-bg-opacity));

    -webkit-mask-image: url('data:image/svg+xml,<svg viewBox="0 0 47 38" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.22763 0H18.5362L12.2226 18.5065H18.9409V38H0V20.316L9.22763 0ZM37.1534 0H46.4619L40.1483 18.5065H46.8667V38H27.9257V20.316L37.1534 0Z" fill="currentColor"/></svg>');

            mask-image: url('data:image/svg+xml,<svg viewBox="0 0 47 38" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.22763 0H18.5362L12.2226 18.5065H18.9409V38H0V20.316L9.22763 0ZM37.1534 0H46.4619L40.1483 18.5065H46.8667V38H27.9257V20.316L37.1534 0Z" fill="currentColor"/></svg>');
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;

    content: "";
}
.tutorial-card {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(249 246 241 / var(--tw-bg-opacity));
  padding: 2rem;
  padding-right: 3.5rem;
}
.tutorial-card::after {
  position: absolute;
  top: 50%;
  right: 1rem;
  display: block;
  height: 2rem;
  width: 2rem;
  opacity: 0.1;
  --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));
  --tw-bg-opacity: 1;
  background-color: rgb(2 29 31 / var(--tw-bg-opacity));

    -webkit-mask-image: url('data:image/svg+xml,<svg viewBox="0 0 16 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.0461426 6.06689H13.6578" stroke="black" stroke-width="1.5"/><path d="M8.95361 1L13.9536 6L8.95361 11" stroke="black" stroke-width="1.5"/></svg>');

            mask-image: url('data:image/svg+xml,<svg viewBox="0 0 16 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.0461426 6.06689H13.6578" stroke="black" stroke-width="1.5"/><path d="M8.95361 1L13.9536 6L8.95361 11" stroke="black" stroke-width="1.5"/></svg>');
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    content: "";
}
.tutorial-card:hover::after {
  opacity: 1;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.tutorial-card: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);
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.toc > ul > :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));
}
.prose pre {
    border-radius: 0 !important;
  }
/* Site Nav */
.site-nav {
  position: sticky;
  top: 0px;
  z-index: 100;
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(242 236 224 / var(--tw-bg-opacity));
}
.site-nav-main {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.site-nav-link {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (max-width: 1024px) {
    body.has-open-nav {
    overflow: hidden;
  }

    body.has-open-nav .site-nav {
    height: 100vh;
    width: 100%;
    overflow-y: auto;
  }

    body.has-open-nav .site-nav-main {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
    align-items: center;
    padding: 2.5rem;
    width: 100%;
    gap: 0.5rem;
  }

    body.has-open-nav .site-nav-main .site-nav-link {
    display: block;
    font-size: 1.25rem;
    line-height: 1.75rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

    body.has-open-nav .site-nav-home {
    display: block;
  }

    body.has-open-nav .site-nav-toggle-open {
    display: none;
  }

    body.has-open-nav .site-nav-toggle-close {
    display: inline-block;
  }
  }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(2 29 31 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(2 29 31 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.button.small {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
.button.secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(52 67 60 / var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(52 67 60 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button.secondary:hover {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button.ghost {
  background-color: transparent;
  --tw-border-opacity: 1;
  border-color: rgb(2 29 31 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(2 29 31 / var(--tw-text-opacity));
}
.button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(52 67 60 / var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(52 67 60 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button.ghost.white {
  background-color: transparent;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button.ghost.white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(2 29 31 / var(--tw-text-opacity));
}
/* Code Samples */
.codehilite {
  position: relative;
}
.theme-toggle-button {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 10;
  display: inline-block;
  height: 1.75rem;
  width: 1.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(2 29 31 / var(--tw-bg-opacity));

  -webkit-mask-image: url('data:image/svg+xml,<svg viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.25 32C18.25 35.6467 19.6987 39.1441 22.2773 41.7227C24.8559 44.3013 28.3533 45.75 32 45.75C35.6467 45.75 39.1441 44.3013 41.7227 41.7227C44.3013 39.1441 45.75 35.6467 45.75 32C45.75 28.3533 44.3013 24.8559 41.7227 22.2773C39.1441 19.6987 35.6467 18.25 32 18.25C28.3533 18.25 24.8559 19.6987 22.2773 22.2773C19.6987 24.8559 18.25 28.3533 18.25 32Z" stroke="black" stroke-width="3"/><path d="M13.25 13.25L18.25 18.25" stroke="black" stroke-width="3"/><path d="M45.75 18.25L50.75 13.25" stroke="black" stroke-width="3"/><path d="M50.75 50.75L45.75 45.75" stroke="black" stroke-width="3"/><path d="M18.25 45.75L13.25 50.75" stroke="black" stroke-width="3"/><path d="M32 4.5V12" stroke="black" stroke-width="3"/><path d="M32 52V59.5" stroke="black" stroke-width="3"/><path d="M4.5 32H12" stroke="black" stroke-width="3"/><path d="M52 32H59.5" stroke="black" stroke-width="3"/></svg>');

          mask-image: url('data:image/svg+xml,<svg viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.25 32C18.25 35.6467 19.6987 39.1441 22.2773 41.7227C24.8559 44.3013 28.3533 45.75 32 45.75C35.6467 45.75 39.1441 44.3013 41.7227 41.7227C44.3013 39.1441 45.75 35.6467 45.75 32C45.75 28.3533 44.3013 24.8559 41.7227 22.2773C39.1441 19.6987 35.6467 18.25 32 18.25C28.3533 18.25 24.8559 19.6987 22.2773 22.2773C19.6987 24.8559 18.25 28.3533 18.25 32Z" stroke="black" stroke-width="3"/><path d="M13.25 13.25L18.25 18.25" stroke="black" stroke-width="3"/><path d="M45.75 18.25L50.75 13.25" stroke="black" stroke-width="3"/><path d="M50.75 50.75L45.75 45.75" stroke="black" stroke-width="3"/><path d="M18.25 45.75L13.25 50.75" stroke="black" stroke-width="3"/><path d="M32 4.5V12" stroke="black" stroke-width="3"/><path d="M32 52V59.5" stroke="black" stroke-width="3"/><path d="M4.5 32H12" stroke="black" stroke-width="3"/><path d="M52 32H59.5" stroke="black" stroke-width="3"/></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;

  text-indent: -999rem;
}
.dark-theme .theme-toggle-button {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));

  -webkit-mask-image: url('data:image/svg+xml,<svg viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M57 32.3375C53.457 34.2095 49.4074 34.8972 45.4451 34.2997C41.4827 33.7022 37.816 31.851 34.9825 29.0175C32.149 26.184 30.2978 22.5173 29.7003 18.5549C29.1028 14.5926 29.7905 10.543 31.6625 7C18.0075 7.1825 6.9975 18.305 6.9975 32C6.9975 45.8075 18.19 57 31.9975 57C45.6925 57 56.815 45.99 56.9975 32.3375H57Z" stroke="black" stroke-width="3"/></svg>');

          mask-image: url('data:image/svg+xml,<svg viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M57 32.3375C53.457 34.2095 49.4074 34.8972 45.4451 34.2997C41.4827 33.7022 37.816 31.851 34.9825 29.0175C32.149 26.184 30.2978 22.5173 29.7003 18.5549C29.1028 14.5926 29.7905 10.543 31.6625 7C18.0075 7.1825 6.9975 18.305 6.9975 32C6.9975 45.8075 18.19 57 31.9975 57C45.6925 57 56.815 45.99 56.9975 32.3375H57Z" stroke="black" stroke-width="3"/></svg>');
}
.prose pre {
  --tw-prose-pre-bg: transparent;
  --tw-prose-pre-code: initial;
}
.codehilite .hll { background-color: #ffffcc }
.codehilite  { background: #f0f0f0; }
.codehilite .c { color: #60a0b0; font-style: italic }
/* Comment */
.codehilite .err { border: 1px solid #FF0000 }
/* Error */
.codehilite .k { color: #5C4737; font-weight: bold }
/* Keyword */
.codehilite .o { color: #666666 }
/* Operator */
.codehilite .ch { color: #60a0b0; font-style: italic }
/* Comment.Hashbang */
.codehilite .cm { color: #60a0b0; font-style: italic }
/* Comment.Multiline */
.codehilite .cp { color: #5C4737 }
/* Comment.Preproc */
.codehilite .cpf { color: #60a0b0; font-style: italic }
/* Comment.PreprocFile */
.codehilite .c1 { color: #60a0b0; font-style: italic }
/* Comment.Single */
.codehilite .cs { color: #60a0b0; background-color: #fff0f0 }
/* Comment.Special */
.codehilite .gd { color: #A00000 }
/* Generic.Deleted */
.codehilite .ge { font-style: italic }
/* Generic.Emph */
.codehilite .gr { color: #FF0000 }
/* Generic.Error */
.codehilite .gh { color: #000080; font-weight: bold }
/* Generic.Heading */
.codehilite .gi { color: #00A000 }
/* Generic.Inserted */
.codehilite .go { color: #888888 }
/* Generic.Output */
.codehilite .gp { color: #c65d09; font-weight: bold }
/* Generic.Prompt */
.codehilite .gs { font-weight: bold }
/* Generic.Strong */
.codehilite .gu { color: #800080; font-weight: bold }
/* Generic.Subheading */
.codehilite .gt { color: #0044DD }
/* Generic.Traceback */
.codehilite .kc { color: #5C4737; font-weight: bold }
/* Keyword.Constant */
.codehilite .kd { color: #5C4737; font-weight: bold }
/* Keyword.Declaration */
.codehilite .kn { color: #5C4737; font-weight: bold }
/* Keyword.Namespace */
.codehilite .kp { color: #5C4737 }
/* Keyword.Pseudo */
.codehilite .kr { color: #5C4737; font-weight: bold }
/* Keyword.Reserved */
.codehilite .kt { color: #902000 }
/* Keyword.Type */
.codehilite .m { color: #40a070 }
/* Literal.Number */
.codehilite .s { color: #4070a0 }
/* Literal.String */
.codehilite .na { color: #4070a0 }
/* Name.Attribute */
.codehilite .nb { color: #5C4737 }
/* Name.Builtin */
.codehilite .nc { color: #0e84b5; font-weight: bold }
/* Name.Class */
.codehilite .no { color: #60add5 }
/* Name.Constant */
.codehilite .nd { color: #555555; font-weight: bold }
/* Name.Decorator */
.codehilite .ni { color: #d55537; font-weight: bold }
/* Name.Entity */
.codehilite .ne { color: #5C4737 }
/* Name.Exception */
.codehilite .nf { color: #06287e }
/* Name.Function */
.codehilite .nl { color: #002070; font-weight: bold }
/* Name.Label */
.codehilite .nn { color: #0e84b5; font-weight: bold }
/* Name.Namespace */
.codehilite .nt { color: #34433C; font-weight: bold }
/* Name.Tag */
.codehilite .nv { color: #bb60d5 }
/* Name.Variable */
.codehilite .ow { color: #5C4737; font-weight: bold }
/* Operator.Word */
.codehilite .w { color: #bbbbbb }
/* Text.Whitespace */
.codehilite .mb { color: #40a070 }
/* Literal.Number.Bin */
.codehilite .mf { color: #40a070 }
/* Literal.Number.Float */
.codehilite .mh { color: #40a070 }
/* Literal.Number.Hex */
.codehilite .mi { color: #40a070 }
/* Literal.Number.Integer */
.codehilite .mo { color: #40a070 }
/* Literal.Number.Oct */
.codehilite .sa { color: #4070a0 }
/* Literal.String.Affix */
.codehilite .sb { color: #4070a0 }
/* Literal.String.Backtick */
.codehilite .sc { color: #4070a0 }
/* Literal.String.Char */
.codehilite .dl { color: #4070a0 }
/* Literal.String.Delimiter */
.codehilite .sd { color: #4070a0; font-style: italic }
/* Literal.String.Doc */
.codehilite .s2 { color: #4070a0 }
/* Literal.String.Double */
.codehilite .se { color: #4070a0; font-weight: bold }
/* Literal.String.Escape */
.codehilite .sh { color: #4070a0 }
/* Literal.String.Heredoc */
.codehilite .si { color: #70a0d0; font-style: italic }
/* Literal.String.Interpol */
.codehilite .sx { color: #c65d09 }
/* Literal.String.Other */
.codehilite .sr { color: #235388 }
/* Literal.String.Regex */
.codehilite .s1 { color: #4070a0 }
/* Literal.String.Single */
.codehilite .ss { color: #517918 }
/* Literal.String.Symbol */
.codehilite .bp { color: #5C4737 }
/* Name.Builtin.Pseudo */
.codehilite .fm { color: #06287e }
/* Name.Function.Magic */
.codehilite .vc { color: #bb60d5 }
/* Name.Variable.Class */
.codehilite .vg { color: #bb60d5 }
/* Name.Variable.Global */
.codehilite .vi { color: #bb60d5 }
/* Name.Variable.Instance */
.codehilite .vm { color: #bb60d5 }
/* Name.Variable.Magic */
.codehilite .il { color: #40a070 }
/* Literal.Number.Integer.Long */
/* Dark theme based on: https://github.com/richleland/pygments-css/blob/master/monokai.css */
.dark-theme .codehilite .hll { background-color: #49483e }
.dark-theme .codehilite  { background: #021D1F; color: #f8f8f2 }
.dark-theme .codehilite .c { color: #75715e }
/* Comment */
.dark-theme .codehilite .err { color: #960050; background-color: #1e0010 }
/* Error */
.dark-theme .codehilite .k { color: #C7B5F3 }
/* Keyword */
.dark-theme .codehilite .l { color: #ae81ff }
/* Literal */
.dark-theme .codehilite .n { color: #f8f8f2 }
/* Name */
.dark-theme .codehilite .o { color: #B19481 }
/* Operator */
.dark-theme .codehilite .p { color: #f8f8f2 }
/* Punctuation */
.dark-theme .codehilite .ch { color: #75715e }
/* Comment.Hashbang */
.dark-theme .codehilite .cm { color: #75715e }
/* Comment.Multiline */
.dark-theme .codehilite .cp { color: #75715e }
/* Comment.Preproc */
.dark-theme .codehilite .cpf { color: #75715e }
/* Comment.PreprocFile */
.dark-theme .codehilite .c1 { color: #75715e }
/* Comment.Single */
.dark-theme .codehilite .cs { color: #75715e }
/* Comment.Special */
.dark-theme .codehilite .gd { color: #B19481 }
/* Generic.Deleted */
.dark-theme .codehilite .ge { font-style: italic }
/* Generic.Emph */
.dark-theme .codehilite .gi { color: #E0B65A }
/* Generic.Inserted */
.dark-theme .codehilite .gs { font-weight: bold }
/* Generic.Strong */
.dark-theme .codehilite .gu { color: #75715e }
/* Generic.Subheading */
.dark-theme .codehilite .kc { color: #C7B5F3 }
/* Keyword.Constant */
.dark-theme .codehilite .kd { color: #C7B5F3 }
/* Keyword.Declaration */
.dark-theme .codehilite .kn { color: #B19481 }
/* Keyword.Namespace */
.dark-theme .codehilite .kp { color: #C7B5F3 }
/* Keyword.Pseudo */
.dark-theme .codehilite .kr { color: #C7B5F3 }
/* Keyword.Reserved */
.dark-theme .codehilite .kt { color: #C7B5F3 }
/* Keyword.Type */
.dark-theme .codehilite .ld { color: #e6db74 }
/* Literal.Date */
.dark-theme .codehilite .m { color: #ae81ff }
/* Literal.Number */
.dark-theme .codehilite .s { color: #e6db74 }
/* Literal.String */
.dark-theme .codehilite .na { color: #E0B65A }
/* Name.Attribute */
.dark-theme .codehilite .nb { color: #f8f8f2 }
/* Name.Builtin */
.dark-theme .codehilite .nc { color: #E0B65A }
/* Name.Class */
.dark-theme .codehilite .no { color: #C7B5F3 }
/* Name.Constant */
.dark-theme .codehilite .nd { color: #E0B65A }
/* Name.Decorator */
.dark-theme .codehilite .ni { color: #f8f8f2 }
/* Name.Entity */
.dark-theme .codehilite .ne { color: #E0B65A }
/* Name.Exception */
.dark-theme .codehilite .nf { color: #E0B65A }
/* Name.Function */
.dark-theme .codehilite .nl { color: #f8f8f2 }
/* Name.Label */
.dark-theme .codehilite .nn { color: #f8f8f2 }
/* Name.Namespace */
.dark-theme .codehilite .nx { color: #E0B65A }
/* Name.Other */
.dark-theme .codehilite .py { color: #f8f8f2 }
/* Name.Property */
.dark-theme .codehilite .nt { color: #B19481 }
/* Name.Tag */
.dark-theme .codehilite .nv { color: #f8f8f2 }
/* Name.Variable */
.dark-theme .codehilite .ow { color: #B19481 }
/* Operator.Word */
.dark-theme .codehilite .w { color: #f8f8f2 }
/* Text.Whitespace */
.dark-theme .codehilite .mb { color: #ae81ff }
/* Literal.Number.Bin */
.dark-theme .codehilite .mf { color: #ae81ff }
/* Literal.Number.Float */
.dark-theme .codehilite .mh { color: #ae81ff }
/* Literal.Number.Hex */
.dark-theme .codehilite .mi { color: #ae81ff }
/* Literal.Number.Integer */
.dark-theme .codehilite .mo { color: #ae81ff }
/* Literal.Number.Oct */
.dark-theme .codehilite .sa { color: #e6db74 }
/* Literal.String.Affix */
.dark-theme .codehilite .sb { color: #e6db74 }
/* Literal.String.Backtick */
.dark-theme .codehilite .sc { color: #e6db74 }
/* Literal.String.Char */
.dark-theme .codehilite .dl { color: #e6db74 }
/* Literal.String.Delimiter */
.dark-theme .codehilite .sd { color: #e6db74 }
/* Literal.String.Doc */
.dark-theme .codehilite .s2 { color: #e6db74 }
/* Literal.String.Double */
.dark-theme .codehilite .se { color: #ae81ff }
/* Literal.String.Escape */
.dark-theme .codehilite .sh { color: #e6db74 }
/* Literal.String.Heredoc */
.dark-theme .codehilite .si { color: #e6db74 }
/* Literal.String.Interpol */
.dark-theme .codehilite .sx { color: #e6db74 }
/* Literal.String.Other */
.dark-theme .codehilite .sr { color: #e6db74 }
/* Literal.String.Regex */
.dark-theme .codehilite .s1 { color: #e6db74 }
/* Literal.String.Single */
.dark-theme .codehilite .ss { color: #e6db74 }
/* Literal.String.Symbol */
.dark-theme .codehilite .bp { color: #f8f8f2 }
/* Name.Builtin.Pseudo */
.dark-theme .codehilite .fm { color: #E0B65A }
/* Name.Function.Magic */
.dark-theme .codehilite .vc { color: #f8f8f2 }
/* Name.Variable.Class */
.dark-theme .codehilite .vg { color: #f8f8f2 }
/* Name.Variable.Global */
.dark-theme .codehilite .vi { color: #f8f8f2 }
/* Name.Variable.Instance */
.dark-theme .codehilite .vm { color: #f8f8f2 }
/* Name.Variable.Magic */
.dark-theme .codehilite .il { color: #ae81ff }
/* Literal.Number.Integer.Long */
.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;
}
.static {
  position: static;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.top-0 {
  top: 0px;
}
.top-16 {
  top: 4rem;
}
.z-10 {
  z-index: 10;
}
.-order-1 {
  order: -1;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.-ml-6 {
  margin-left: -1.5rem;
}
.-mr-6 {
  margin-right: -1.5rem;
}
.-mt-2 {
  margin-top: -0.5rem;
}
.-mt-48 {
  margin-top: -12rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-20 {
  height: 5rem;
}
.h-36 {
  height: 9rem;
}
.h-4 {
  height: 1rem;
}
.h-40 {
  height: 10rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.w-12 {
  width: 3rem;
}
.w-20 {
  width: 5rem;
}
.w-4 {
  width: 1rem;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-\[260px\] {
  width: 260px;
}
.w-full {
  width: 100%;
}
.min-w-\[300px\] {
  min-width: 300px;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[320px\] {
  max-width: 320px;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-md {
  max-width: 28rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-\[2\] {
  flex: 2;
}
.flex-grow {
  flex-grow: 1;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.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-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.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-3 > :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-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.self-center {
  align-self: center;
}
.border {
  border-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-grass-green {
  --tw-border-opacity: 1;
  border-color: rgb(52 67 60 / var(--tw-border-opacity));
}
.border-mud-beige {
  --tw-border-opacity: 1;
  border-color: rgb(177 148 129 / var(--tw-border-opacity));
}
.bg-background-white {
  --tw-bg-opacity: 1;
  background-color: rgb(242 236 224 / var(--tw-bg-opacity));
}
.bg-earth-brown {
  --tw-bg-opacity: 1;
  background-color: rgb(92 71 55 / var(--tw-bg-opacity));
}
.bg-grass-green {
  --tw-bg-opacity: 1;
  background-color: rgb(52 67 60 / var(--tw-bg-opacity));
}
.bg-marble-green {
  --tw-bg-opacity: 1;
  background-color: rgb(2 29 31 / var(--tw-bg-opacity));
}
.bg-mud-beige {
  --tw-bg-opacity: 1;
  background-color: rgb(177 148 129 / var(--tw-bg-opacity));
}
.bg-spring-wood {
  --tw-bg-opacity: 1;
  background-color: rgb(249 246 241 / var(--tw-bg-opacity));
}
.bg-sunset-maroon {
  --tw-bg-opacity: 1;
  background-color: rgb(85 15 47 / var(--tw-bg-opacity));
}
.bg-contain {
  background-size: contain;
}
.bg-right-top {
  background-position: right top;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-14 {
  padding-bottom: 3.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-44 {
  padding-bottom: 11rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-14 {
  padding-top: 3.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-center {
  text-align: center;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.uppercase {
  text-transform: uppercase;
}
.leading-\[115\%\] {
  line-height: 115%;
}
.text-background-white {
  --tw-text-opacity: 1;
  color: rgb(242 236 224 / var(--tw-text-opacity));
}
.text-beetle-green {
  --tw-text-opacity: 1;
  color: rgb(216 244 204 / var(--tw-text-opacity));
}
.text-grass-green {
  --tw-text-opacity: 1;
  color: rgb(52 67 60 / var(--tw-text-opacity));
}
.text-marble-green {
  --tw-text-opacity: 1;
  color: rgb(2 29 31 / var(--tw-text-opacity));
}
.text-mud-beige {
  --tw-text-opacity: 1;
  color: rgb(177 148 129 / var(--tw-text-opacity));
}
.text-purple-mist {
  --tw-text-opacity: 1;
  color: rgb(216 207 247 / var(--tw-text-opacity));
}
.text-spring-wood {
  --tw-text-opacity: 1;
  color: rgb(249 246 241 / var(--tw-text-opacity));
}
.text-sunset-maroon {
  --tw-text-opacity: 1;
  color: rgb(85 15 47 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.no-underline {
  text-decoration-line: none;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.font-medium {
  font-weight: 500;
  font-variation-settings: 'wght' 500;
}
.font-medium.italic.font-ultracondensed {
  font-variation-settings: 'slnt' 1, 'wdth' 50, 'wght' 500;
}
.font-medium.font-ultracondensed {
  font-variation-settings: 'wdth' 50, 'wght' 500;
}
.font-medium.italic.font-extracondensed {
  font-variation-settings: 'slnt' 1, 'wdth' 62.5, 'wght' 500;
}
.font-medium.font-extracondensed {
  font-variation-settings: 'wdth' 62.5, 'wght' 500;
}
.font-medium.italic.font-condensed {
  font-variation-settings: 'slnt' 1, 'wdth' 75, 'wght' 500;
}
.font-medium.font-condensed {
  font-variation-settings: 'wdth' 75, 'wght' 500;
}
.font-medium.italic.font-semicondensed {
  font-variation-settings: 'slnt' 1, 'wdth' 87.5, 'wght' 500;
}
.font-medium.font-semicondensed {
  font-variation-settings: 'wdth' 87.5, 'wght' 500;
}
.font-medium.italic.font-base {
  font-variation-settings: 'slnt' 1, 'wdth' 100, 'wght' 500;
}
.font-medium.font-base {
  font-variation-settings: 'wdth' 100, 'wght' 500;
}
.font-medium.italic.font-semiexpanded {
  font-variation-settings: 'slnt' 1, 'wdth' 112.5, 'wght' 500;
}
.font-medium.font-semiexpanded {
  font-variation-settings: 'wdth' 112.5, 'wght' 500;
}
.font-medium.italic.font-expanded {
  font-variation-settings: 'slnt' 1, 'wdth' 125, 'wght' 500;
}
.font-medium.font-expanded {
  font-variation-settings: 'wdth' 125, 'wght' 500;
}
.font-medium.italic.font-extraexpanded {
  font-variation-settings: 'slnt' 1, 'wdth' 150, 'wght' 500;
}
.font-medium.font-extraexpanded {
  font-variation-settings: 'wdth' 150, 'wght' 500;
}
.font-medium.italic.font-ultraexpanded {
  font-variation-settings: 'slnt' 1, 'wdth' 200, 'wght' 500;
}
.font-medium.font-ultraexpanded {
  font-variation-settings: 'wdth' 200, 'wght' 500;
}
.font-semibold {
  font-weight: 600;
  font-variation-settings: 'wght' 600;
}
.font-semibold.italic.font-ultracondensed {
  font-variation-settings: 'slnt' 1, 'wdth' 50, 'wght' 600;
}
.font-semibold.font-ultracondensed {
  font-variation-settings: 'wdth' 50, 'wght' 600;
}
.font-semibold.italic.font-extracondensed {
  font-variation-settings: 'slnt' 1, 'wdth' 62.5, 'wght' 600;
}
.font-semibold.font-extracondensed {
  font-variation-settings: 'wdth' 62.5, 'wght' 600;
}
.font-semibold.italic.font-condensed {
  font-variation-settings: 'slnt' 1, 'wdth' 75, 'wght' 600;
}
.font-semibold.font-condensed {
  font-variation-settings: 'wdth' 75, 'wght' 600;
}
.font-semibold.italic.font-semicondensed {
  font-variation-settings: 'slnt' 1, 'wdth' 87.5, 'wght' 600;
}
.font-semibold.font-semicondensed {
  font-variation-settings: 'wdth' 87.5, 'wght' 600;
}
.font-semibold.italic.font-base {
  font-variation-settings: 'slnt' 1, 'wdth' 100, 'wght' 600;
}
.font-semibold.font-base {
  font-variation-settings: 'wdth' 100, 'wght' 600;
}
.font-semibold.italic.font-semiexpanded {
  font-variation-settings: 'slnt' 1, 'wdth' 112.5, 'wght' 600;
}
.font-semibold.font-semiexpanded {
  font-variation-settings: 'wdth' 112.5, 'wght' 600;
}
.font-semibold.italic.font-expanded {
  font-variation-settings: 'slnt' 1, 'wdth' 125, 'wght' 600;
}
.font-semibold.font-expanded {
  font-variation-settings: 'wdth' 125, 'wght' 600;
}
.font-semibold.italic.font-extraexpanded {
  font-variation-settings: 'slnt' 1, 'wdth' 150, 'wght' 600;
}
.font-semibold.font-extraexpanded {
  font-variation-settings: 'wdth' 150, 'wght' 600;
}
.font-semibold.italic.font-ultraexpanded {
  font-variation-settings: 'slnt' 1, 'wdth' 200, 'wght' 600;
}
.font-semibold.font-ultraexpanded {
  font-variation-settings: 'wdth' 200, 'wght' 600;
}
.font-bold {
  font-weight: 700;
  font-variation-settings: 'wght' 700;
}
.font-bold.italic.font-ultracondensed {
  font-variation-settings: 'slnt' 1, 'wdth' 50, 'wght' 700;
}
.font-bold.font-ultracondensed {
  font-variation-settings: 'wdth' 50, 'wght' 700;
}
.font-bold.italic.font-extracondensed {
  font-variation-settings: 'slnt' 1, 'wdth' 62.5, 'wght' 700;
}
.font-bold.font-extracondensed {
  font-variation-settings: 'wdth' 62.5, 'wght' 700;
}
.font-bold.italic.font-condensed {
  font-variation-settings: 'slnt' 1, 'wdth' 75, 'wght' 700;
}
.font-bold.font-condensed {
  font-variation-settings: 'wdth' 75, 'wght' 700;
}
.font-bold.italic.font-semicondensed {
  font-variation-settings: 'slnt' 1, 'wdth' 87.5, 'wght' 700;
}
.font-bold.font-semicondensed {
  font-variation-settings: 'wdth' 87.5, 'wght' 700;
}
.font-bold.italic.font-base {
  font-variation-settings: 'slnt' 1, 'wdth' 100, 'wght' 700;
}
.font-bold.font-base {
  font-variation-settings: 'wdth' 100, 'wght' 700;
}
.font-bold.italic.font-semiexpanded {
  font-variation-settings: 'slnt' 1, 'wdth' 112.5, 'wght' 700;
}
.font-bold.font-semiexpanded {
  font-variation-settings: 'wdth' 112.5, 'wght' 700;
}
.font-bold.italic.font-expanded {
  font-variation-settings: 'slnt' 1, 'wdth' 125, 'wght' 700;
}
.font-bold.font-expanded {
  font-variation-settings: 'wdth' 125, 'wght' 700;
}
.font-bold.italic.font-extraexpanded {
  font-variation-settings: 'slnt' 1, 'wdth' 150, 'wght' 700;
}
.font-bold.font-extraexpanded {
  font-variation-settings: 'wdth' 150, 'wght' 700;
}
.font-bold.italic.font-ultraexpanded {
  font-variation-settings: 'slnt' 1, 'wdth' 200, 'wght' 700;
}
.font-bold.font-ultraexpanded {
  font-variation-settings: 'wdth' 200, 'wght' 700;
}
.badge {
  display: inline-block;
  border-width: 1px;
  padding: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.badge-button {
  display: inline-block;
  border-radius: 0.25rem;
  border-width: 1px;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(52 67 60 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(249 246 241 / var(--tw-bg-opacity));
  padding: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(52 67 60 / var(--tw-text-opacity));
}
.more-link,
  .pager {
  position: relative;
  display: inline-block;
}
.more-link::after,
  .pager.next::after,
  .pager.prev::before {
  position: relative;
  display: inline-block;
  margin-left: .5ch;
  height: 1rem;
  width: 1rem;
  vertical-align: middle;

    background-color: currentColor;

    -webkit-mask-image: url('data:image/svg+xml,<svg viewBox="0 0 16 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.0461426 6.06689H13.6578" stroke="black" stroke-width="1.5"/><path d="M8.95361 1L13.9536 6L8.95361 11" stroke="black" stroke-width="1.5"/></svg>');

            mask-image: url('data:image/svg+xml,<svg viewBox="0 0 16 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.0461426 6.06689H13.6578" stroke="black" stroke-width="1.5"/><path d="M8.95361 1L13.9536 6L8.95361 11" stroke="black" stroke-width="1.5"/></svg>');
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    content: "";
}
.pager.prev::before {
  top: -0.25rem;
  left: -0.5rem;
  --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));
}
.has-cover {
  position: relative;
}
.cover {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
  position: static;
  display: block;
}
.cover::before {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  display: block;
  height: 100%;
  width: 100%;
    content: "";
}
.bg-zigzag {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12'%3E%3Cg opacity='.4' fill-rule='evenodd'%3E%3Cg fill='%235C4737' fill-opacity='0.34'%3E%3Cpath d='M9.8 12L0 2.2V.8l10 10 10-10v1.4L10.2 12h-.4zm-4 0L0 6.2V4.8L7.2 12H5.8zm8.4 0L20 6.2V4.8L12.8 12h1.4zM9.8 0l.2.2.2-.2h-.4zm-4 0L10 4.2 14.2 0h-1.4L10 2.8 7.2 0H5.8z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
.bg-gradient-1 {
    background-image: linear-gradient(
      92.94deg,
      #550f2f 2.6%,
      #34433c 51.91%,
      #b19481 98.21%
    );
  }
.bg-gradient-2 {
    background-image: linear-gradient(
      93deg,
      #e0b65a 2.6%,
      #c7b5f3 51.91%,
      #d8f4cc 98.21%
    );
  }
@media (min-width: 768px) {

  .md\:prose-lg {
    font-size: 1.125rem;
    line-height: 1.7777778;
  }

  .md\:prose-lg :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .md\:prose-lg :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }

  .md\:prose-lg :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-left: 1em;
  }

  .md\:prose-lg :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }

  .md\:prose-lg :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }

  .md\:prose-lg :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .md\:prose-lg :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .md\:prose-lg :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .md\:prose-lg :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .md\:prose-lg :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:prose-lg :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .md\:prose-lg :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8888889em;
    border-radius: 0.3125rem;
    padding-top: 0.2222222em;
    padding-right: 0.4444444em;
    padding-bottom: 0.2222222em;
    padding-left: 0.4444444em;
  }

  .md\:prose-lg :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8888889em;
  }

  .md\:prose-lg :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8666667em;
  }

  .md\:prose-lg :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.875em;
  }

  .md\:prose-lg :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
  }

  .md\:prose-lg :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.5555556em;
  }

  .md\:prose-lg :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.5555556em;
  }

  .md\:prose-lg :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .md\:prose-lg :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-left: 0.4444444em;
  }

  .md\:prose-lg :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-left: 0.4444444em;
  }

  .md\:prose-lg :where(.md\:prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .md\:prose-lg :where(.md\:prose-lg > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
  }

  .md\:prose-lg :where(.md\:prose-lg > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.3333333em;
  }

  .md\:prose-lg :where(.md\:prose-lg > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
  }

  .md\:prose-lg :where(.md\:prose-lg > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.3333333em;
  }

  .md\:prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .md\:prose-lg :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .md\:prose-lg :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
  }

  .md\:prose-lg :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.6666667em;
    padding-left: 1.5555556em;
  }

  .md\:prose-lg :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }

  .md\:prose-lg :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .md\:prose-lg :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .md\:prose-lg :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .md\:prose-lg :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .md\:prose-lg :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8888889em;
    line-height: 1.5;
  }

  .md\:prose-lg :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .md\:prose-lg :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-left: 0;
  }

  .md\:prose-lg :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-right: 0;
  }

  .md\:prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-top: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .md\:prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-left: 0;
  }

  .md\:prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-right: 0;
  }

  .md\:prose-lg :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .md\:prose-lg :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:prose-lg :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }

  .md\:prose-lg :where(.md\:prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .md\:prose-lg :where(.md\:prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {

  .lg\:prose-xl {
    font-size: 1.25rem;
    line-height: 1.8;
  }

  .lg\:prose-xl :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .lg\:prose-xl :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .lg\:prose-xl :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1.0666667em;
  }

  .lg\:prose-xl :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: 0.8571429em;
    line-height: 1;
  }

  .lg\:prose-xl :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.8em;
    margin-top: 1.5555556em;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .lg\:prose-xl :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.5em;
    margin-top: 1.6em;
    margin-bottom: 0.6666667em;
    line-height: 1.3333333;
  }

  .lg\:prose-xl :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .lg\:prose-xl :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg\:prose-xl :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg\:prose-xl :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:prose-xl :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg\:prose-xl :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.9em;
    border-radius: 0.3125rem;
    padding-top: 0.25em;
    padding-right: 0.4em;
    padding-bottom: 0.25em;
    padding-left: 0.4em;
  }

  .lg\:prose-xl :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.9em;
  }

  .lg\:prose-xl :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8611111em;
  }

  .lg\:prose-xl :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.9em;
  }

  .lg\:prose-xl :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.9em;
    line-height: 1.7777778;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.1111111em;
    padding-right: 1.3333333em;
    padding-bottom: 1.1111111em;
    padding-left: 1.3333333em;
  }

  .lg\:prose-xl :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    padding-left: 1.6em;
  }

  .lg\:prose-xl :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    padding-left: 1.6em;
  }

  .lg\:prose-xl :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }

  .lg\:prose-xl :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-left: 0.4em;
  }

  .lg\:prose-xl :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-left: 0.4em;
  }

  .lg\:prose-xl :where(.lg\:prose-xl > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .lg\:prose-xl :where(.lg\:prose-xl > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.2em;
  }

  .lg\:prose-xl :where(.lg\:prose-xl > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.2em;
  }

  .lg\:prose-xl :where(.lg\:prose-xl > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.2em;
  }

  .lg\:prose-xl :where(.lg\:prose-xl > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.2em;
  }

  .lg\:prose-xl :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .lg\:prose-xl :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .lg\:prose-xl :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.2em;
  }

  .lg\:prose-xl :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.6em;
    padding-left: 1.6em;
  }

  .lg\:prose-xl :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }

  .lg\:prose-xl :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .lg\:prose-xl :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .lg\:prose-xl :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .lg\:prose-xl :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .lg\:prose-xl :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.9em;
    line-height: 1.5555556;
  }

  .lg\:prose-xl :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .lg\:prose-xl :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-left: 0;
  }

  .lg\:prose-xl :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-right: 0;
  }

  .lg\:prose-xl :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-top: 0.8888889em;
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .lg\:prose-xl :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-left: 0;
  }

  .lg\:prose-xl :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-right: 0;
  }

  .lg\:prose-xl :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg\:prose-xl :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:prose-xl :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.9em;
    line-height: 1.5555556;
    margin-top: 1em;
  }

  .lg\:prose-xl :where(.lg\:prose-xl > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .lg\:prose-xl :where(.lg\:prose-xl > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 0;
  }
}
.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}
.after\:-bottom-0::after {
  content: var(--tw-content);
  bottom: -0px;
}
.after\:bottom-0::after {
  content: var(--tw-content);
  bottom: 0px;
}
.after\:z-0::after {
  content: var(--tw-content);
  z-index: 0;
}
.after\:-ml-8::after {
  content: var(--tw-content);
  margin-left: -2rem;
}
.after\:-mr-8::after {
  content: var(--tw-content);
  margin-right: -2rem;
}
.after\:block::after {
  content: var(--tw-content);
  display: block;
}
.after\:h-5::after {
  content: var(--tw-content);
  height: 1.25rem;
}
.after\:h-6::after {
  content: var(--tw-content);
  height: 1.5rem;
}
.after\:h-\[90\%\]::after {
  content: var(--tw-content);
  height: 90%;
}
.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}
.after\:translate-y-6::after {
  content: var(--tw-content);
  --tw-translate-y: 1.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.after\:bg-gradient-1::after {
    content: var(--tw-content);
    background-image: linear-gradient(
      92.94deg,
      #550f2f 2.6%,
      #34433c 51.91%,
      #b19481 98.21%
    );
  }
.after\:bg-gradient-2::after {
    content: var(--tw-content);
    background-image: linear-gradient(
      93deg,
      #e0b65a 2.6%,
      #c7b5f3 51.91%,
      #d8f4cc 98.21%
    );
  }
.after\:bg-marble-bar::after {
    content: var(--tw-content);
    background-image: url("/static/images/marble-bar.10dd714a4f90.jpg");
    background-position: center center;
  }
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:no-underline:hover {
  text-decoration-line: none;
}
@media (min-width: 768px) {

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

  .md\:gap-8 {
    gap: 2rem;
  }
}
@media (min-width: 1024px) {

  .lg\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\:static {
    position: static;
  }

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

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

  .lg\:-ml-12 {
    margin-left: -3rem;
  }

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-14 {
    height: 3.5rem;
  }

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

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

  .lg\:max-w-5xl {
    max-width: 64rem;
  }

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

  .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-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

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

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

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

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

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

  .lg\:gap-10 {
    gap: 2.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:bg-gradient-stripes {
    background-image: url("/static/images/gradient-stripes.4b4ca35054cf.svg");
  }

  .lg\:after\:h-3\/4::after {
    content: var(--tw-content);
    height: 75%;
  }
}
@media (min-width: 1280px) {

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