/*!
Theme Name: ple
Theme URI: https://underscoretw.com/
Author: underscoretw.com
Author URI: https://underscoretw.com/
Description: A custom theme based on _tw
Version: 0.1.0
Tested up to: 6.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ple
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

ple is based on _tw https://underscoretw.com/, (C) 2021-2024 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2023 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/

/**
 * The line above injects the WordPress file header. It needs to be first,
 * before this comment.
 */

/**
 * This injects custom `@font-face` rules.
 */

/**
 * Custom `@font-face` rules
 *
 * These will be added immediately before Tailwind’s `base` layer.
 */

/**
 * This injects Tailwind's base styles and any base styles registered by
 * plugins, then adds custom base styles.
 */

/*! tailwindcss v3.4.10 | 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: "DM Sans", sans-serif;
  /* 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] {
  display: none;
}

@font-face {
  font-display: swap;

  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */

  font-family: "DM Sans";

  font-style: normal;

  font-weight: 300;

  src: url("fonts/dm-sans-v15-latin-300.woff2") format("woff2");

  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
  font-display: swap;

  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */

  font-family: "DM Sans";

  font-style: normal;

  font-weight: 400;

  src: url("fonts/dm-sans-v15-latin-regular.woff2") format("woff2");

  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
  font-display: swap;

  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */

  font-family: "DM Sans";

  font-style: normal;

  font-weight: 500;

  src: url("fonts/dm-sans-v15-latin-500.woff2") format("woff2");

  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
  font-display: swap;

  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */

  font-family: "DM Sans";

  font-style: normal;

  font-weight: 600;

  src: url("fonts/dm-sans-v15-latin-600.woff2") format("woff2");

  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
  font-display: swap;

  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */

  font-family: "DM Sans";

  font-style: normal;

  font-weight: 700;

  src: url("fonts/dm-sans-v15-latin-700.woff2") format("woff2");

  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
  font-display: swap;

  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */

  font-family: "Reckless Light";

  font-style: normal;

  font-weight: 300;

  src: url("fonts/Reckless-Light.woff2") format("woff2");

  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

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

/**
 * Custom styles to immediately follow Tailwind’s `base` layer
 *
 * “Add things like base typography styles [or] opinionated global resets.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-base-styles
 */

/**
 * This uses the background and foreground colors declared in the
 * `theme.json` file and is applied both to the frontend and in the block
 * editor.
*/

html {
  scroll-behavior: smooth;
}

body {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(44 28 18 / var(--tw-text-opacity));
}

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

a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 222 67 / var(--tw-text-opacity));
}

img {
  border-radius: 1rem;
}

/**
 * This injects Tailwind's component classes and any component classes
 * registered by plugins, then adds custom component classes.
 *
 * The `@import-glob` line imports all CSS files from the `components`
 * directory (except for `components.css`, which is imported on the following
 * line). This is meant to simplify the process of integrating styles from
 * JavaScript components or WordPress plugins.
 */

.container {
  width: 100%;
}

@media (min-width: 24.375rem) {
  .container {
    max-width: 24.375rem;
  }
}

@media (min-width: 40rem) {
  .container {
    max-width: 40rem;
  }
}

@media (min-width: 48rem) {
  .container {
    max-width: 48rem;
  }
}

@media (min-width: 64rem) {
  .container {
    max-width: 64rem;
  }
}

@media (min-width: 80rem) {
  .container {
    max-width: 80rem;
  }
}

@media (min-width: 96rem) {
  .container {
    max-width: 96rem;
  }
}

.prose {
  color: var(--tw-prose-body);
}

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

.prose :where([class~="lead"], [class~="is-style-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-inline-start: 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-inline-start: 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;
  border-bottom: none;
}

.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
  border-left-style: solid;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}

.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}

.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

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

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

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

.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-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 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-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 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: start;
  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-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 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(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-inline-start: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 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-inline-start: 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-inline-start: 0;
}

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

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

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

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 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 :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-body);
  font-style: normal;
  font-weight: 400;
}

.prose :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "\2014";
}

.prose :where(table.has-fixed-layout):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  table-layout: fixed;
  width: 100%;
}

.prose-neutral {
  --tw-prose-body: #404040;
  --tw-prose-headings: #171717;
  --tw-prose-lead: #525252;
  --tw-prose-links: #171717;
  --tw-prose-bold: #171717;
  --tw-prose-counters: #737373;
  --tw-prose-bullets: #d4d4d4;
  --tw-prose-hr: #e5e5e5;
  --tw-prose-quotes: #171717;
  --tw-prose-quote-borders: #e5e5e5;
  --tw-prose-captions: #737373;
  --tw-prose-kbd: #171717;
  --tw-prose-kbd-shadows: 23 23 23;
  --tw-prose-code: #171717;
  --tw-prose-pre-code: #e5e5e5;
  --tw-prose-pre-bg: #262626;
  --tw-prose-th-borders: #d4d4d4;
  --tw-prose-td-borders: #e5e5e5;
  --tw-prose-invert-body: #d4d4d4;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #a3a3a3;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #a3a3a3;
  --tw-prose-invert-bullets: #525252;
  --tw-prose-invert-hr: #404040;
  --tw-prose-invert-quotes: #f5f5f5;
  --tw-prose-invert-quote-borders: #404040;
  --tw-prose-invert-captions: #a3a3a3;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d4d4d4;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #525252;
  --tw-prose-invert-td-borders: #404040;
}

/**
 * Custom styles to immediately follow Tailwind’s `components` layer
 *
 * “Add more opinionated, complex classes like buttons, form controls, alerts,
 * etc; the sort of pre-built components you often see in other frameworks that
 * you might need to override with utility classes.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-components
 */

/* Layout sizes */

.main {
  margin-left: auto;
  margin-right: auto;
  max-width: 75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.wide {
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

/* Buttons */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(34 92 85 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(236 227 207 / var(--tw-text-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(8 74 66 / var(--tw-ring-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(8 74 66 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(236 227 207 / var(--tw-text-opacity));
}

.btn:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(34 92 85 / var(--tw-bg-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 0.75;
}

.btn-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(255 222 67 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(44 28 18 / var(--tw-text-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(247 160 47 / var(--tw-ring-opacity));
}

.btn-yellow:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(247 160 47 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(44 28 18 / var(--tw-text-opacity));
}

.btn-yellow:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 222 67 / var(--tw-bg-opacity));
}

/* Headings */

.heading {
  font-weight: 700;
  letter-spacing: -0.125rem;
  font-size: clamp(2.25rem,1.995rem + 1.047vw,3rem)/* fluid type from 2.25rem at 24.375rem to 3rem at 96rem */;
  line-height: clamp(2.5rem,2.33rem + 0.698vw,3rem)/* fluid from 2.5rem at 24.375rem to 3rem at 96rem */;
  line-height: clamp(2.25rem,1.995rem + 1.047vw,3rem)/* fluid from 2.25rem at 24.375rem to 3rem at 96rem */;
}

.heading-big {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(236 227 207 / var(--tw-text-opacity));
  font-size: clamp(3.5rem,2.649rem + 3.49vw,6rem)/* fluid type from 3.5rem at 24.375rem to 6rem at 96rem */;
  line-height: /* error - Missing start value */;
  line-height: clamp(3.5rem,2.649rem + 3.49vw,6rem)/* fluid from 3.5rem at 24.375rem to 6rem at 96rem */;
  letter-spacing: clamp(-0.375rem,-0.124rem + -0.261vw,-0.188rem)/* fluid from -0.188rem at 24.375rem to -0.375rem at 96rem */;
}

/* Header */

#menu-header li a, #mobileMenu li a {
  position: relative;
}

#menu-header li a::after, #mobileMenu li a::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 0.125rem;
  width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(243 96 37 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

#menu-header li a:hover::after, #mobileMenu li a:hover::after {
  width: 100%;
}

#menu-header li.current-menu-item a::after, #menu-header li.current-page-ancestor a::after, #mobileMenu li.current-menu-item a::after, #mobileMenu li.current-page-ancestor a::after {
  width: 100%;
}

/* Form */

.wpcf7-form input:not(.wpcf7-submit)::-moz-placeholder {
  color: rgb(44 28 18 / 40%);
}

.wpcf7-form input:not(.wpcf7-submit)::placeholder {
  color: rgb(44 28 18 / 40%);
}

/* Recaptcha */

.grecaptcha-badge {
  visibility: hidden;
}

/* Hero Take Action */

#hero-take-action__pr h1 {
  position: relative;
  z-index: 10;
  font-size: clamp(3.5rem,0.756rem + 11.257vw,11.563rem)/* fluid type from 3.5rem at 24.375rem to 11.563rem at 96rem */;
  line-height: clamp(3.5rem,0.756rem + 11.257vw,11.563rem)/* fluid from 3.5rem at 24.375rem to 11.563rem at 96rem */;
}

/* Content with Image blocks */

#content-with-image__donate h2 {
  font-size: clamp(3.5rem,2.99rem + 2.094vw,5rem)/* fluid type from 3.5rem at 24.375rem to 5rem at 96rem */;
  line-height: clamp(3.5rem,2.99rem + 2.094vw,5rem)/* fluid from 3.5rem at 24.375rem to 5rem at 96rem */;
}

#content-with-image__get-equipped .image-wrapper {
  margin-left: -3.75rem;
}

@media (min-width: 40rem) {
  #content-with-image__get-equipped .image-wrapper {
    margin-left: 0px;
  }
}

@media (min-width: 80rem) {
  #content-with-image__get-equipped .image-wrapper {
    width: 110%;
  }
}

@media (min-width: 96rem) {
  #content-with-image__get-equipped .image-wrapper {
    width: 134%;
  }
}

#content-with-image--already-in-group__take-action .btn {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 48rem) {
  #content-with-image--already-in-group__take-action .btn {
    margin-left: 0px;
    margin-right: 0px;
  }
}

#content-with-image--already-in-group__take-action .btn + a {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 48rem) {
  #content-with-image--already-in-group__take-action .btn + a {
    margin-left: 3.75rem;
    margin-right: 0px;
  }
}

#content-with-image__heidelberg > div {
  padding-top: 0px;
}

/* Content with Image first block on the Get Informed page */

#abortion > div {
  padding-bottom: 0px;
}

/* Events Calendar on the Take Action page */

#events-calendar__take-action > div {
  padding-top: clamp(3.5rem,3.33rem + 0.698vw,4rem)/* fluid from 3.5rem at 24.375rem to 4rem at 96rem */;
}

#events-calendar__take-action .heading-big + div {
  --tw-bg-opacity: 1;
  background-color: rgb(21 24 46 / var(--tw-bg-opacity));
}

/* Events */

.post-type-archive-tribe_events {
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 240 / var(--tw-bg-opacity));
}

.post-type-archive-tribe_events .tribe-events-header__title-text {
  font-weight: 700;
}

.post-type-archive-tribe_events * {
  font-family: "DM Sans", sans-serif !important;
}

/* Single Event */

.single-tribe_events {
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 240 / var(--tw-bg-opacity));
}

.single-tribe_events .tribe-events-back a:hover {
  --tw-text-opacity: 1;
  color: rgb(243 96 37 / var(--tw-text-opacity));
}

.single-tribe_events .tribe-events-hybrid-single-marker,
	.single-tribe_events .tribe-events-virtual-single-marker {
  --tw-bg-opacity: 1;
  background-color: rgb(255 222 67 / var(--tw-bg-opacity));
}

.single-tribe_events * {
  font-family: "DM Sans", sans-serif !important;
}

.tribe-common-c-btn,
.tribe-common-c-btn-border,
.tribe-events-virtual-link-button {
  border-radius: 9999px !important;
  border-style: none !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 92 85 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(236 227 207 / var(--tw-text-opacity)) !important;
}

.tribe-common-c-btn:hover,
.tribe-common-c-btn-border:hover,
.tribe-events-virtual-link-button:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(8 74 66 / var(--tw-bg-opacity)) !important;
}

.tribe-common-c-btn:focus,
.tribe-common-c-btn-border:focus,
.tribe-events-virtual-link-button:focus {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.tribe-related-event-info {
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
}

.tribe-events-calendar-list__event-featured-image-link {
  border-radius: 1rem;
}

.tribe-events-c-nav .tribe-common-b2 {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

/* Take Action Block - DE */

#hero-take-action_de {
  overflow: hidden;
}

@media (min-width: 40rem) {
  #hero-take-action_de > div > div:last-child {
    --tw-translate-x: 3.75rem;
    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));
  }
}

/**
 * This injects Tailwind's utility classes and any utility classes registered
 * by plugins, then adds custom utility classes.
 */

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

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

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

.-bottom-14 {
  bottom: -3.5rem;
}

.-bottom-22px {
  bottom: -1.375rem;
}

.-left-72 {
  left: -18rem;
}

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

.-right-120px {
  right: -7.5rem;
}

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

.-right-30px {
  right: -1.875rem;
}

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

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

.bottom-0 {
  bottom: 0px;
}

.bottom-2 {
  bottom: 0.5rem;
}

.bottom-24 {
  bottom: 6rem;
}

.bottom-3 {
  bottom: 0.75rem;
}

.bottom-6 {
  bottom: 1.5rem;
}

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

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

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

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

.left-0 {
  left: 0px;
}

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

.left-2 {
  left: 0.5rem;
}

.left-5 {
  left: 1.25rem;
}

.left-6 {
  left: 1.5rem;
}

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

.right-14 {
  right: 3.5rem;
}

.right-5 {
  right: 1.25rem;
}

.right-6 {
  right: 1.5rem;
}

.right-\[-15\%\] {
  right: -15%;
}

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

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

.top-0 {
  top: 0px;
}

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

.top-3 {
  top: 0.75rem;
}

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

.top-4 {
  top: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-22px {
  margin-bottom: 1.375rem;
}

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

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

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

.size-2 {
  width: 0.5rem;
  height: 0.5rem;
}

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

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

.size-8 {
  width: 2rem;
  height: 2rem;
}

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

.h-12 {
  height: 3rem;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

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

.max-h-svh {
  max-height: 100svh;
}

.min-h-\[50svh\] {
  min-height: 50svh;
}

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

.w-12 {
  width: 3rem;
}

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

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

.w-full {
  width: 100%;
}

.max-w-460px {
  max-width: 28.75rem;
}

.max-w-560px {
  max-width: 35rem;
}

.max-w-660px {
  max-width: 41.25rem;
}

.max-w-960px {
  max-width: 60rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-\[0_0_400px\] {
  flex: 0 0 400px;
}

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

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

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

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

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

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

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

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

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

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.animate-fadeIn {
  animation: fade-in 1s ease-in-out 0.25s 1 forwards;
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }

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

.animate-marquee {
  animation: marquee 25s linear infinite;
}

@keyframes marquee2 {
  0% {
    transform: translateX(100%);
  }

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

.animate-marquee2 {
  animation: marquee2 25s linear infinite;
}

.cursor-auto {
  cursor: auto;
}

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

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

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

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

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

.grid-cols-\[repeat\(auto-fit\2c _minmax\(124px\2c _1fr\)\)\] {
  grid-template-columns: repeat(auto-fit, minmax(124px, 1fr));
}

.grid-cols-\[repeat\(auto-fit\2c minmax\(250px\2c 1fr\)\)\] {
  grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
}

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

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

.gap-10 {
  gap: 2.5rem;
}

.gap-18px {
  gap: 1.125rem;
}

.gap-2 {
  gap: 0.5rem;
}

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

.gap-3 {
  gap: 0.75rem;
}

.gap-3\.5 {
  gap: 0.875rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-9 {
  gap: 2.25rem;
}

.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

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

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

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

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

.gap-y-12 {
  row-gap: 3rem;
}

.gap-y-16 {
  row-gap: 4rem;
}

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

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

.gap-y-4 {
  row-gap: 1rem;
}

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

.border {
  border-width: 1px;
}

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

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

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

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

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

.border-\[\#4D4940\] {
  --tw-border-opacity: 1;
  border-color: rgb(77 73 64 / var(--tw-border-opacity));
}

.border-blue-light\/\[70\%\] {
  border-color: rgb(170 176 214 / 70%);
}

.border-body\/\[7\%\] {
  border-color: rgb(44 28 18 / 7%);
}

.border-cream {
  --tw-border-opacity: 1;
  border-color: rgb(236 227 207 / var(--tw-border-opacity));
}

.border-orange {
  --tw-border-opacity: 1;
  border-color: rgb(243 96 37 / var(--tw-border-opacity));
}

.border-b-\[\#4D5074\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(77 80 116 / var(--tw-border-opacity));
}

.border-b-\[\#68857B\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(104 133 123 / var(--tw-border-opacity));
}

.border-b-\[\#B8B0A7\]\/\[20\%\] {
  border-bottom-color: rgb(184 176 167 / 20%);
}

.border-t-\[\#302D28\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(48 45 40 / var(--tw-border-opacity));
}

.bg-\[\#16182D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(22 24 45 / var(--tw-bg-opacity));
}

.bg-\[\#171411\] {
  --tw-bg-opacity: 1;
  background-color: rgb(23 20 17 / var(--tw-bg-opacity));
}

.bg-\[\#212649\] {
  --tw-bg-opacity: 1;
  background-color: rgb(33 38 73 / var(--tw-bg-opacity));
}

.bg-\[\#F09AC0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 154 192 / var(--tw-bg-opacity));
}

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

.bg-\[\#FFFAF0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 240 / var(--tw-bg-opacity));
}

.bg-\[rgba\(255\2c 250\2c 240\2c 1\)\] {
  background-color: rgba(255,250,240,1);
}

.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(33 38 73 / var(--tw-bg-opacity));
}

.bg-blue-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(21 24 46 / var(--tw-bg-opacity));
}

.bg-body\/\[90\%\] {
  background-color: rgb(44 28 18 / 90%);
}

.bg-brown {
  --tw-bg-opacity: 1;
  background-color: rgb(41 29 19 / var(--tw-bg-opacity));
}

.bg-cream {
  --tw-bg-opacity: 1;
  background-color: rgb(236 227 207 / var(--tw-bg-opacity));
}

.bg-cream\/\[60\%\] {
  background-color: rgb(236 227 207 / 60%);
}

.bg-neutral-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity));
}

.bg-neutral-600\/50 {
  background-color: rgb(82 82 82 / 0.5);
}

.bg-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(243 96 37 / var(--tw-bg-opacity));
}

.bg-red {
  --tw-bg-opacity: 1;
  background-color: rgb(246 38 10 / var(--tw-bg-opacity));
}

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

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

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

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

.bg-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(255 222 67 / var(--tw-bg-opacity));
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-10 {
  padding: 2.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

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

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

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

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

.px-28px {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

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

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

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

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

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

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

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

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

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.pb-130px {
  padding-bottom: 8.125rem;
}

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

.pl-0 {
  padding-left: 0px;
}

.pl-0\.5 {
  padding-left: 0.125rem;
}

.pr-0 {
  padding-right: 0px;
}

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

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

.pt-100px {
  padding-top: 6.25rem;
}

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

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

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

.text-13 {
  font-size: 0.813rem;
}

.text-15 {
  font-size: 0.938rem;
}

.text-21 {
  font-size: 1.313rem;
}

.text-26 {
  font-size: 1.625rem;
}

.text-28 {
  font-size: 1.75rem;
}

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

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

.text-64 {
  font-size: 4rem;
}

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

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

.font-light {
  font-weight: 300;
}

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

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

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

.leading-18 {
  line-height: 1.125rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-8 {
  line-height: 2rem;
}

.-tracking-1 {
  letter-spacing: -0.063rem;
}

.-tracking-2 {
  letter-spacing: -0.125rem;
}

.text-\[\#AAB0D6\] {
  --tw-text-opacity: 1;
  color: rgb(170 176 214 / var(--tw-text-opacity));
}

.text-blue-light {
  --tw-text-opacity: 1;
  color: rgb(170 176 214 / var(--tw-text-opacity));
}

.text-blue-light\/\[90\%\] {
  color: rgb(170 176 214 / 90%);
}

.text-body {
  --tw-text-opacity: 1;
  color: rgb(44 28 18 / var(--tw-text-opacity));
}

.text-body\/\[50\%\] {
  color: rgb(44 28 18 / 50%);
}

.text-body\/\[60\%\] {
  color: rgb(44 28 18 / 60%);
}

.text-body\/\[70\%\] {
  color: rgb(44 28 18 / 70%);
}

.text-body\/\[75\%\] {
  color: rgb(44 28 18 / 75%);
}

.text-body\/\[90\%\] {
  color: rgb(44 28 18 / 90%);
}

.text-cream {
  --tw-text-opacity: 1;
  color: rgb(236 227 207 / var(--tw-text-opacity));
}

.text-cream\/\[40\%\] {
  color: rgb(236 227 207 / 40%);
}

.text-cream\/\[60\%\] {
  color: rgb(236 227 207 / 60%);
}

.text-cream\/\[70\%\] {
  color: rgb(236 227 207 / 70%);
}

.text-cream\/\[75\%\] {
  color: rgb(236 227 207 / 75%);
}

.text-cream\/\[85\%\] {
  color: rgb(236 227 207 / 85%);
}

.text-cream\/\[90\%\] {
  color: rgb(236 227 207 / 90%);
}

.text-green\/\[60\%\] {
  color: rgb(34 92 85 / 60%);
}

.text-neutral-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}

.text-orange {
  --tw-text-opacity: 1;
  color: rgb(243 96 37 / var(--tw-text-opacity));
}

.text-orange\/\[90\%\] {
  color: rgb(243 96 37 / 90%);
}

.text-orange\/\[95\%\] {
  color: rgb(243 96 37 / 95%);
}

.text-red {
  --tw-text-opacity: 1;
  color: rgb(246 38 10 / var(--tw-text-opacity));
}

.text-red\/\[90\%\] {
  color: rgb(246 38 10 / 90%);
}

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

.text-yellow {
  --tw-text-opacity: 1;
  color: rgb(255 222 67 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-50 {
  opacity: 0.5;
}

.mix-blend-multiply {
  mix-blend-mode: multiply;
}

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

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

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

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

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

.delay-100 {
  transition-delay: 100ms;
}

.delay-200 {
  transition-delay: 200ms;
}

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

.delay-500 {
  transition-delay: 500ms;
}

.delay-\[400ms\] {
  transition-delay: 400ms;
}

.delay-\[600ms\] {
  transition-delay: 600ms;
}

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

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

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.will-change-transform {
  will-change: transform;
}

.content-none {
  --tw-content: none;
  content: var(--tw-content);
}

.\~text-15\/base {
  font-size: clamp(0.938rem,0.917rem + 0.087vw,1rem)/* fluid type from 0.938rem at 24.375rem to 1rem at 96rem */;
  line-height: /* error - Missing start value */;
}

.\~text-40\/62 {
  font-size: clamp(2.5rem,2.032rem + 1.92vw,3.875rem)/* fluid type from 2.5rem at 24.375rem to 3.875rem at 96rem */;
}

.\~text-40\/7xl {
  font-size: clamp(2.5rem,1.819rem + 2.792vw,4.5rem)/* fluid type from 2.5rem at 24.375rem to 4.5rem at 96rem */;
  line-height: /* error - Missing start value */;
}

.\~text-4xl\/54 {
  font-size: clamp(2.25rem,1.867rem + 1.571vw,3.375rem)/* fluid type from 2.25rem at 24.375rem to 3.375rem at 96rem */;
  line-height: /* error - Missing end value */;
}

.\~text-4xl\/64 {
  font-size: clamp(2.25rem,1.654rem + 2.443vw,4rem)/* fluid type from 2.25rem at 24.375rem to 4rem at 96rem */;
  line-height: /* error - Missing end value */;
}

.\~text-56\/150 {
  font-size: clamp(3.5rem,1.501rem + 8.202vw,9.375rem)/* fluid type from 3.5rem at 24.375rem to 9.375rem at 96rem */;
}

.\~text-56\/170 {
  font-size: clamp(3.5rem,1.075rem + 9.948vw,10.625rem)/* fluid type from 3.5rem at 24.375rem to 10.625rem at 96rem */;
}

.\~text-56\/240 {
  font-size: clamp(3.5rem,-0.414rem + 16.056vw,15rem)/* fluid type from 3.5rem at 24.375rem to 15rem at 96rem */;
}

.\~text-56\/85 {
  font-size: clamp(3.5rem,2.883rem + 2.531vw,5.313rem)/* fluid type from 3.5rem at 24.375rem to 5.313rem at 96rem */;
}

.\~text-56\/9xl {
  font-size: clamp(3.5rem,1.969rem + 6.283vw,8rem)/* fluid type from 3.5rem at 24.375rem to 8rem at 96rem */;
  line-height: /* error - Missing start value */;
}

.\~text-base\/19 {
  font-size: clamp(1rem,0.936rem + 0.262vw,1.188rem)/* fluid type from 1rem at 24.375rem to 1.188rem at 96rem */;
  line-height: /* error - Missing end value */;
}

.\~text-base\/lg {
  font-size: clamp(1rem,0.957rem + 0.175vw,1.125rem)/* fluid type from 1rem at 24.375rem to 1.125rem at 96rem */;
  line-height: clamp(1.5rem,1.415rem + 0.349vw,1.75rem)/* fluid from 1.5rem at 24.375rem to 1.75rem at 96rem */;
}

.\~mx-6\/16 {
  margin-left: clamp(1.5rem,0.649rem + 3.49vw,4rem)/* fluid from 1.5rem at 24.375rem to 4rem at 96rem */;
  margin-right: clamp(1.5rem,0.649rem + 3.49vw,4rem)/* fluid from 1.5rem at 24.375rem to 4rem at 96rem */;
}

.\~my-6\/28px {
  margin-top: clamp(1.5rem,1.415rem + 0.349vw,1.75rem)/* fluid from 1.5rem at 24.375rem to 1.75rem at 96rem */;
  margin-bottom: clamp(1.5rem,1.415rem + 0.349vw,1.75rem)/* fluid from 1.5rem at 24.375rem to 1.75rem at 96rem */;
}

.\~my-60px\/130px {
  margin-top: clamp(3.75rem,2.261rem + 6.108vw,8.125rem)/* fluid from 3.75rem at 24.375rem to 8.125rem at 96rem */;
  margin-bottom: clamp(3.75rem,2.261rem + 6.108vw,8.125rem)/* fluid from 3.75rem at 24.375rem to 8.125rem at 96rem */;
}

.\~mt-12\/16 {
  margin-top: clamp(3rem,2.66rem + 1.396vw,4rem)/* fluid from 3rem at 24.375rem to 4rem at 96rem */;
}

.\~mt-14\/120px {
  margin-top: clamp(3.5rem,2.139rem + 5.585vw,7.5rem)/* fluid from 3.5rem at 24.375rem to 7.5rem at 96rem */;
}

.\~mt-6\/10 {
  margin-top: clamp(1.5rem,1.16rem + 1.396vw,2.5rem)/* fluid from 1.5rem at 24.375rem to 2.5rem at 96rem */;
}

.\~mt-60px\/108px {
  margin-top: clamp(3.75rem,2.729rem + 4.188vw,6.75rem)/* fluid from 3.75rem at 24.375rem to 6.75rem at 96rem */;
}

.\~-mt-2 /* error - Missing end value */ {
}

.\~-mt-4\/5 {
  margin-top: clamp(-1.25rem,-0.915rem + -0.349vw,-1rem)/* fluid from -1rem at 24.375rem to -1.25rem at 96rem */;
}

.\~mb-10\/100px {
  margin-bottom: clamp(2.5rem,1.224rem + 5.236vw,6.25rem)/* fluid from 2.5rem at 24.375rem to 6.25rem at 96rem */;
}

.\~mb-10\/11 {
  margin-bottom: clamp(2.5rem,2.415rem + 0.349vw,2.75rem)/* fluid from 2.5rem at 24.375rem to 2.75rem at 96rem */;
}

.\~mb-10\/12 {
  margin-bottom: clamp(2.5rem,2.33rem + 0.698vw,3rem)/* fluid from 2.5rem at 24.375rem to 3rem at 96rem */;
}

.\~mb-10\/120px {
  margin-bottom: clamp(2.5rem,0.798rem + 6.981vw,7.5rem)/* fluid from 2.5rem at 24.375rem to 7.5rem at 96rem */;
}

.\~mb-10\/14 {
  margin-bottom: clamp(2.5rem,2.16rem + 1.396vw,3.5rem)/* fluid from 2.5rem at 24.375rem to 3.5rem at 96rem */;
}

.\~mb-10\/16 {
  margin-bottom: clamp(2.5rem,1.99rem + 2.094vw,4rem)/* fluid from 2.5rem at 24.375rem to 4rem at 96rem */;
}

.\~mb-10\/20 {
  margin-bottom: clamp(2.5rem,1.649rem + 3.49vw,5rem)/* fluid from 2.5rem at 24.375rem to 5rem at 96rem */;
}

.\~mb-10\/52px {
  margin-bottom: clamp(2.5rem,2.245rem + 1.047vw,3.25rem)/* fluid from 2.5rem at 24.375rem to 3.25rem at 96rem */;
}

.\~mb-10\/55px {
  margin-bottom: clamp(2.5rem,2.181rem + 1.31vw,3.438rem)/* fluid from 2.5rem at 24.375rem to 3.438rem at 96rem */;
}

.\~mb-10\/60px {
  margin-bottom: clamp(2.5rem,2.075rem + 1.745vw,3.75rem)/* fluid from 2.5rem at 24.375rem to 3.75rem at 96rem */;
}

.\~mb-10\/67px {
  margin-bottom: clamp(2.5rem,1.926rem + 2.357vw,4.188rem)/* fluid from 2.5rem at 24.375rem to 4.188rem at 96rem */;
}

.\~mb-10\/68px {
  margin-bottom: clamp(2.5rem,1.904rem + 2.443vw,4.25rem)/* fluid from 2.5rem at 24.375rem to 4.25rem at 96rem */;
}

.\~mb-10\/85px {
  margin-bottom: clamp(2.5rem,1.543rem + 3.927vw,5.313rem)/* fluid from 2.5rem at 24.375rem to 5.313rem at 96rem */;
}

.\~mb-12\/100px {
  margin-bottom: clamp(3rem,1.894rem + 4.538vw,6.25rem)/* fluid from 3rem at 24.375rem to 6.25rem at 96rem */;
}

.\~mb-2 /* error - Missing end value */ {
}

.\~mb-2\.5\/3\.5 {
  margin-bottom: clamp(0.625rem,0.54rem + 0.349vw,0.875rem)/* fluid from 0.625rem at 24.375rem to 0.875rem at 96rem */;
}

.\~mb-20\/100px {
  margin-bottom: clamp(5rem,4.575rem + 1.745vw,6.25rem)/* fluid from 5rem at 24.375rem to 6.25rem at 96rem */;
}

.\~mb-30px\/10 {
  margin-bottom: clamp(1.875rem,1.662rem + 0.873vw,2.5rem)/* fluid from 1.875rem at 24.375rem to 2.5rem at 96rem */;
}

.\~mb-30px\/12 {
  margin-bottom: clamp(1.875rem,1.492rem + 1.571vw,3rem)/* fluid from 1.875rem at 24.375rem to 3rem at 96rem */;
}

.\~mb-30px\/20 {
  margin-bottom: clamp(1.875rem,0.812rem + 4.363vw,5rem)/* fluid from 1.875rem at 24.375rem to 5rem at 96rem */;
}

.\~mb-4\/22px {
  margin-bottom: clamp(1rem,0.872rem + 0.524vw,1.375rem)/* fluid from 1rem at 24.375rem to 1.375rem at 96rem */;
}

.\~mb-5\/20 {
  margin-bottom: clamp(1.25rem,-0.026rem + 5.236vw,5rem)/* fluid from 1.25rem at 24.375rem to 5rem at 96rem */;
}

.\~mb-5\/50px {
  margin-bottom: clamp(1.25rem,0.612rem + 2.618vw,3.125rem)/* fluid from 1.25rem at 24.375rem to 3.125rem at 96rem */;
}

.\~mb-5\/6 {
  margin-bottom: clamp(1.25rem,1.165rem + 0.349vw,1.5rem)/* fluid from 1.25rem at 24.375rem to 1.5rem at 96rem */;
}

.\~mb-5\/8 {
  margin-bottom: clamp(1.25rem,0.995rem + 1.047vw,2rem)/* fluid from 1.25rem at 24.375rem to 2rem at 96rem */;
}

.\~mb-6\/10 {
  margin-bottom: clamp(1.5rem,1.16rem + 1.396vw,2.5rem)/* fluid from 1.5rem at 24.375rem to 2.5rem at 96rem */;
}

.\~mb-6\/28px {
  margin-bottom: clamp(1.5rem,1.415rem + 0.349vw,1.75rem)/* fluid from 1.5rem at 24.375rem to 1.75rem at 96rem */;
}

.\~mb-6\/4 {
  margin-bottom: clamp(1rem,1.67rem + -0.698vw,1.5rem)/* fluid from 1.5rem at 24.375rem to 1rem at 96rem */;
}

.\~mb-6\/8 {
  margin-bottom: clamp(1.5rem,1.33rem + 0.698vw,2rem)/* fluid from 1.5rem at 24.375rem to 2rem at 96rem */;
}

.\~mb-60px\/40 {
  margin-bottom: clamp(3.75rem,1.623rem + 8.726vw,10rem)/* fluid from 3.75rem at 24.375rem to 10rem at 96rem */;
}

.\~w-264px\/560px {
  width: clamp(16.5rem,10.204rem + 25.829vw,35rem)/* fluid from 16.5rem at 24.375rem to 35rem at 96rem */;
}

.\~gap-10\/20 {
  gap: clamp(2.5rem,1.649rem + 3.49vw,5rem)/* fluid from 2.5rem at 24.375rem to 5rem at 96rem */;
}

.\~gap-10\/60px {
  gap: clamp(2.5rem,2.075rem + 1.745vw,3.75rem)/* fluid from 2.5rem at 24.375rem to 3.75rem at 96rem */;
}

.\~gap-30px\/10 {
  gap: clamp(1.875rem,1.662rem + 0.873vw,2.5rem)/* fluid from 1.875rem at 24.375rem to 2.5rem at 96rem */;
}

.\~gap-5\/10 {
  gap: clamp(1.25rem,0.825rem + 1.745vw,2.5rem)/* fluid from 1.25rem at 24.375rem to 2.5rem at 96rem */;
}

.\~gap-5\/8 {
  gap: clamp(1.25rem,0.995rem + 1.047vw,2rem)/* fluid from 1.25rem at 24.375rem to 2rem at 96rem */;
}

.\~gap-6\/8 {
  gap: clamp(1.5rem,1.33rem + 0.698vw,2rem)/* fluid from 1.5rem at 24.375rem to 2rem at 96rem */;
}

.\~gap-8\/10 {
  gap: clamp(2rem,1.83rem + 0.698vw,2.5rem)/* fluid from 2rem at 24.375rem to 2.5rem at 96rem */;
}

.\~gap-x-10\/28 {
  -moz-column-gap: clamp(2.5rem,0.969rem + 6.283vw,7rem)/* fluid from 2.5rem at 24.375rem to 7rem at 96rem */;
       column-gap: clamp(2.5rem,0.969rem + 6.283vw,7rem)/* fluid from 2.5rem at 24.375rem to 7rem at 96rem */;
}

.\~gap-x-2\/4 {
  -moz-column-gap: clamp(0.5rem,0.33rem + 0.698vw,1rem)/* fluid from 0.5rem at 24.375rem to 1rem at 96rem */;
       column-gap: clamp(0.5rem,0.33rem + 0.698vw,1rem)/* fluid from 0.5rem at 24.375rem to 1rem at 96rem */;
}

.\~gap-x-5\/100px {
  -moz-column-gap: clamp(1.25rem,-0.452rem + 6.981vw,6.25rem)/* fluid from 1.25rem at 24.375rem to 6.25rem at 96rem */;
       column-gap: clamp(1.25rem,-0.452rem + 6.981vw,6.25rem)/* fluid from 1.25rem at 24.375rem to 6.25rem at 96rem */;
}

.\~gap-y-10\/100px {
  row-gap: clamp(2.5rem,1.224rem + 5.236vw,6.25rem)/* fluid from 2.5rem at 24.375rem to 6.25rem at 96rem */;
}

.\~gap-y-10\/85px {
  row-gap: clamp(2.5rem,1.543rem + 3.927vw,5.313rem)/* fluid from 2.5rem at 24.375rem to 5.313rem at 96rem */;
}

.\~gap-y-26px\/8 {
  row-gap: clamp(1.625rem,1.497rem + 0.524vw,2rem)/* fluid from 1.625rem at 24.375rem to 2rem at 96rem */;
}

.\~gap-y-6\/10 {
  row-gap: clamp(1.5rem,1.16rem + 1.396vw,2.5rem)/* fluid from 1.5rem at 24.375rem to 2.5rem at 96rem */;
}

.\~gap-y-6\/11 {
  row-gap: clamp(1.5rem,1.075rem + 1.745vw,2.75rem)/* fluid from 1.5rem at 24.375rem to 2.75rem at 96rem */;
}

.\~gap-y-60px\/110px {
  row-gap: clamp(3.75rem,2.687rem + 4.363vw,6.875rem)/* fluid from 3.75rem at 24.375rem to 6.875rem at 96rem */;
}

.\~p-5\/8 {
  padding: clamp(1.25rem,0.995rem + 1.047vw,2rem)/* fluid from 1.25rem at 24.375rem to 2rem at 96rem */;
}

.\~py-10\/20 {
  padding-top: clamp(2.5rem,1.649rem + 3.49vw,5rem)/* fluid from 2.5rem at 24.375rem to 5rem at 96rem */;
  padding-bottom: clamp(2.5rem,1.649rem + 3.49vw,5rem)/* fluid from 2.5rem at 24.375rem to 5rem at 96rem */;
}

.\~py-60px\/100px {
  padding-top: clamp(3.75rem,2.899rem + 3.49vw,6.25rem)/* fluid from 3.75rem at 24.375rem to 6.25rem at 96rem */;
  padding-bottom: clamp(3.75rem,2.899rem + 3.49vw,6.25rem)/* fluid from 3.75rem at 24.375rem to 6.25rem at 96rem */;
}

.\~py-60px\/103px {
  padding-top: clamp(3.75rem,2.835rem + 3.753vw,6.438rem)/* fluid from 3.75rem at 24.375rem to 6.438rem at 96rem */;
  padding-bottom: clamp(3.75rem,2.835rem + 3.753vw,6.438rem)/* fluid from 3.75rem at 24.375rem to 6.438rem at 96rem */;
}

.\~py-60px\/105px {
  padding-top: clamp(3.75rem,2.793rem + 3.927vw,6.563rem)/* fluid from 3.75rem at 24.375rem to 6.563rem at 96rem */;
  padding-bottom: clamp(3.75rem,2.793rem + 3.927vw,6.563rem)/* fluid from 3.75rem at 24.375rem to 6.563rem at 96rem */;
}

.\~py-60px\/120px {
  padding-top: clamp(3.75rem,2.474rem + 5.236vw,7.5rem)/* fluid from 3.75rem at 24.375rem to 7.5rem at 96rem */;
  padding-bottom: clamp(3.75rem,2.474rem + 5.236vw,7.5rem)/* fluid from 3.75rem at 24.375rem to 7.5rem at 96rem */;
}

.\~py-60px\/125px {
  padding-top: clamp(3.75rem,2.367rem + 5.673vw,7.813rem)/* fluid from 3.75rem at 24.375rem to 7.813rem at 96rem */;
  padding-bottom: clamp(3.75rem,2.367rem + 5.673vw,7.813rem)/* fluid from 3.75rem at 24.375rem to 7.813rem at 96rem */;
}

.\~py-60px\/138px {
  padding-top: clamp(3.75rem,2.091rem + 6.806vw,8.625rem)/* fluid from 3.75rem at 24.375rem to 8.625rem at 96rem */;
  padding-bottom: clamp(3.75rem,2.091rem + 6.806vw,8.625rem)/* fluid from 3.75rem at 24.375rem to 8.625rem at 96rem */;
}

.\~py-60px\/24 {
  padding-top: clamp(3.75rem,2.984rem + 3.141vw,6rem)/* fluid from 3.75rem at 24.375rem to 6rem at 96rem */;
  padding-bottom: clamp(3.75rem,2.984rem + 3.141vw,6rem)/* fluid from 3.75rem at 24.375rem to 6rem at 96rem */;
}

.\~pt-10\/105px {
  padding-top: clamp(2.5rem,1.117rem + 5.673vw,6.563rem)/* fluid from 2.5rem at 24.375rem to 6.563rem at 96rem */;
}

.\~pt-10\/20 {
  padding-top: clamp(2.5rem,1.649rem + 3.49vw,5rem)/* fluid from 2.5rem at 24.375rem to 5rem at 96rem */;
}

.\~pt-10\/50px {
  padding-top: clamp(2.5rem,2.287rem + 0.873vw,3.125rem)/* fluid from 2.5rem at 24.375rem to 3.125rem at 96rem */;
}

.\~pt-14\/115px {
  padding-top: clamp(3.5rem,2.245rem + 5.149vw,7.188rem)/* fluid from 3.5rem at 24.375rem to 7.188rem at 96rem */;
}

.\~pt-14\/28 {
  padding-top: clamp(3.5rem,2.309rem + 4.887vw,7rem)/* fluid from 3.5rem at 24.375rem to 7rem at 96rem */;
}

.\~pt-16\/105px {
  padding-top: clamp(4rem,3.128rem + 3.578vw,6.563rem)/* fluid from 4rem at 24.375rem to 6.563rem at 96rem */;
}

.\~pt-16\/130px {
  padding-top: clamp(4rem,2.596rem + 5.759vw,8.125rem)/* fluid from 4rem at 24.375rem to 8.125rem at 96rem */;
}

.\~pt-4\/6 {
  padding-top: clamp(1rem,0.83rem + 0.698vw,1.5rem)/* fluid from 1rem at 24.375rem to 1.5rem at 96rem */;
}

.\~pt-5\/10 {
  padding-top: clamp(1.25rem,0.825rem + 1.745vw,2.5rem)/* fluid from 1.25rem at 24.375rem to 2.5rem at 96rem */;
}

.\~pt-60px\/100px {
  padding-top: clamp(3.75rem,2.899rem + 3.49vw,6.25rem)/* fluid from 3.75rem at 24.375rem to 6.25rem at 96rem */;
}

.\~pt-60px\/110px {
  padding-top: clamp(3.75rem,2.687rem + 4.363vw,6.875rem)/* fluid from 3.75rem at 24.375rem to 6.875rem at 96rem */;
}

.\~pt-60px\/120px {
  padding-top: clamp(3.75rem,2.474rem + 5.236vw,7.5rem)/* fluid from 3.75rem at 24.375rem to 7.5rem at 96rem */;
}

.\~pt-60px\/130px {
  padding-top: clamp(3.75rem,2.261rem + 6.108vw,8.125rem)/* fluid from 3.75rem at 24.375rem to 8.125rem at 96rem */;
}

.\~pt-60px\/16 {
  padding-top: clamp(3.75rem,3.665rem + 0.349vw,4rem)/* fluid from 3.75rem at 24.375rem to 4rem at 96rem */;
}

.\~pt-60px\/83px {
  padding-top: clamp(3.75rem,3.261rem + 2.008vw,5.188rem)/* fluid from 3.75rem at 24.375rem to 5.188rem at 96rem */;
}

.\~pt-60px\/85px {
  padding-top: clamp(3.75rem,3.218rem + 2.182vw,5.313rem)/* fluid from 3.75rem at 24.375rem to 5.313rem at 96rem */;
}

.\~pb-10\/108px {
  padding-bottom: clamp(2.5rem,1.054rem + 5.934vw,6.75rem)/* fluid from 2.5rem at 24.375rem to 6.75rem at 96rem */;
}

.\~pb-16\/40 {
  padding-bottom: clamp(4rem,1.958rem + 8.377vw,10rem)/* fluid from 4rem at 24.375rem to 10rem at 96rem */;
}

.\~pb-20\/138px {
  padding-bottom: clamp(5rem,3.766rem + 5.061vw,8.625rem)/* fluid from 5rem at 24.375rem to 8.625rem at 96rem */;
}

.\~pb-20\/150px {
  padding-bottom: clamp(5rem,3.511rem + 6.108vw,9.375rem)/* fluid from 5rem at 24.375rem to 9.375rem at 96rem */;
}

.\~pb-33px\/53px {
  padding-bottom: clamp(2.063rem,1.638rem + 1.745vw,3.313rem)/* fluid from 2.063rem at 24.375rem to 3.313rem at 96rem */;
}

.\~pb-6\/50px {
  padding-bottom: clamp(1.5rem,0.947rem + 2.269vw,3.125rem)/* fluid from 1.5rem at 24.375rem to 3.125rem at 96rem */;
}

.\~pb-60px\/108px {
  padding-bottom: clamp(3.75rem,2.729rem + 4.188vw,6.75rem)/* fluid from 3.75rem at 24.375rem to 6.75rem at 96rem */;
}

.\~pb-60px\/110px {
  padding-bottom: clamp(3.75rem,2.687rem + 4.363vw,6.875rem)/* fluid from 3.75rem at 24.375rem to 6.875rem at 96rem */;
}

.\~pb-60px\/120px {
  padding-bottom: clamp(3.75rem,2.474rem + 5.236vw,7.5rem)/* fluid from 3.75rem at 24.375rem to 7.5rem at 96rem */;
}

.\~pb-60px\/125px {
  padding-bottom: clamp(3.75rem,2.367rem + 5.673vw,7.813rem)/* fluid from 3.75rem at 24.375rem to 7.813rem at 96rem */;
}

.\~pb-60px\/130px {
  padding-bottom: clamp(3.75rem,2.261rem + 6.108vw,8.125rem)/* fluid from 3.75rem at 24.375rem to 8.125rem at 96rem */;
}

.\~pb-60px\/138px {
  padding-bottom: clamp(3.75rem,2.091rem + 6.806vw,8.625rem)/* fluid from 3.75rem at 24.375rem to 8.625rem at 96rem */;
}

.\~pb-60px\/150px {
  padding-bottom: clamp(3.75rem,1.836rem + 7.853vw,9.375rem)/* fluid from 3.75rem at 24.375rem to 9.375rem at 96rem */;
}

.\~pb-60px\/165px {
  padding-bottom: clamp(3.75rem,1.517rem + 9.163vw,10.313rem)/* fluid from 3.75rem at 24.375rem to 10.313rem at 96rem */;
}

.\~pb-60px\/20 {
  padding-bottom: clamp(3.75rem,3.325rem + 1.745vw,5rem)/* fluid from 3.75rem at 24.375rem to 5rem at 96rem */;
}

.\~pb-60px\/36 {
  padding-bottom: clamp(3.75rem,1.963rem + 7.33vw,9rem)/* fluid from 3.75rem at 24.375rem to 9rem at 96rem */;
}

.\~pb-60px\/44 {
  padding-bottom: clamp(3.75rem,1.283rem + 10.122vw,11rem)/* fluid from 3.75rem at 24.375rem to 11rem at 96rem */;
}

.\~pb-60px\/83px {
  padding-bottom: clamp(3.75rem,3.261rem + 2.008vw,5.188rem)/* fluid from 3.75rem at 24.375rem to 5.188rem at 96rem */;
}

.\~pl-5\/10 {
  padding-left: clamp(1.25rem,0.825rem + 1.745vw,2.5rem)/* fluid from 1.25rem at 24.375rem to 2.5rem at 96rem */;
}

.\~leading-10\/72 {
  line-height: clamp(2.5rem,1.819rem + 2.792vw,4.5rem)/* fluid from 2.5rem at 24.375rem to 4.5rem at 96rem */;
}

.\~leading-36\/48 {
  line-height: clamp(2.25rem,1.995rem + 1.047vw,3rem)/* fluid from 2.25rem at 24.375rem to 3rem at 96rem */;
}

.\~leading-36\/54 {
  line-height: clamp(2.25rem,1.867rem + 1.571vw,3.375rem)/* fluid from 2.25rem at 24.375rem to 3.375rem at 96rem */;
}

.\~leading-40\/62 {
  line-height: clamp(2.5rem,2.032rem + 1.92vw,3.875rem)/* fluid from 2.5rem at 24.375rem to 3.875rem at 96rem */;
}

.\~leading-56\/110 {
  line-height: clamp(3.5rem,2.351rem + 4.712vw,6.875rem)/* fluid from 3.5rem at 24.375rem to 6.875rem at 96rem */;
}

.\~leading-56\/112 {
  line-height: clamp(3.5rem,2.309rem + 4.887vw,7rem)/* fluid from 3.5rem at 24.375rem to 7rem at 96rem */;
}

.\~leading-56\/128 {
  line-height: clamp(3.5rem,1.969rem + 6.283vw,8rem)/* fluid from 3.5rem at 24.375rem to 8rem at 96rem */;
}

.\~leading-56\/170 {
  line-height: clamp(3.5rem,1.075rem + 9.948vw,10.625rem)/* fluid from 3.5rem at 24.375rem to 10.625rem at 96rem */;
}

.\~leading-56\/180 {
  line-height: clamp(3.5rem,0.863rem + 10.82vw,11.25rem)/* fluid from 3.5rem at 24.375rem to 11.25rem at 96rem */;
}

.\~leading-56\/80 {
  line-height: clamp(3.5rem,2.99rem + 2.094vw,5rem)/* fluid from 3.5rem at 24.375rem to 5rem at 96rem */;
}

.\~leading-56\/90 {
  line-height: clamp(3.5rem,2.777rem + 2.967vw,5.625rem)/* fluid from 3.5rem at 24.375rem to 5.625rem at 96rem */;
}

.\~leading-9\/54 {
  line-height: clamp(2.25rem,1.867rem + 1.571vw,3.375rem)/* fluid from 2.25rem at 24.375rem to 3.375rem at 96rem */;
}

.\~leading-9\/60 {
  line-height: clamp(2.25rem,1.74rem + 2.094vw,3.75rem)/* fluid from 2.25rem at 24.375rem to 3.75rem at 96rem */;
}

.\~leading-9\/64 {
  line-height: clamp(2.25rem,1.654rem + 2.443vw,4rem)/* fluid from 2.25rem at 24.375rem to 4rem at 96rem */;
}

.\~-tracking-2\/5 {
  letter-spacing: clamp(-0.313rem,-0.061rem + -0.262vw,-0.125rem)/* fluid from -0.125rem at 24.375rem to -0.313rem at 96rem */;
}

.\~-tracking-3\/10 {
  letter-spacing: clamp(-0.625rem,-0.039rem + -0.61vw,-0.188rem)/* fluid from -0.188rem at 24.375rem to -0.625rem at 96rem */;
}

.\~-tracking-3\/11 {
  letter-spacing: clamp(-0.688rem,-0.018rem + -0.698vw,-0.188rem)/* fluid from -0.188rem at 24.375rem to -0.688rem at 96rem */;
}

.\~-tracking-3\/20 {
  letter-spacing: clamp(-1.25rem,0.173rem + -1.483vw,-0.188rem)/* fluid from -0.188rem at 24.375rem to -1.25rem at 96rem */;
}

/**
 * Custom styles to immediately follow Tailwind’s `utilities` layer
 *
 * Add your own utility classes to this theme. Complex utility classes should
 * be added using Tailwind’s plugin system:
 *
 * https://tailwindcss.com/docs/plugins#adding-utilities
 */

.no-border-radius img {
  border-radius: 0px;
}

.marker\:text-orange *::marker {
  color: rgb(243 96 37 );
}

.marker\:text-orange::marker {
  color: rgb(243 96 37 );
}

.hover\:bg-cream:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(236 227 207 / var(--tw-bg-opacity));
}

.hover\:bg-white\/60:hover {
  background-color: rgb(255 255 255 / 0.6);
}

.hover\:text-body:hover {
  --tw-text-opacity: 1;
  color: rgb(44 28 18 / var(--tw-text-opacity));
}

.hover\:text-body\/\[90\%\]:hover {
  color: rgb(44 28 18 / 90%);
}

.hover\:text-brown:hover {
  --tw-text-opacity: 1;
  color: rgb(41 29 19 / var(--tw-text-opacity));
}

.hover\:text-cream:hover {
  --tw-text-opacity: 1;
  color: rgb(236 227 207 / var(--tw-text-opacity));
}

.hover\:text-cream\/\[40\%\]:hover {
  color: rgb(236 227 207 / 40%);
}

.hover\:text-green:hover {
  --tw-text-opacity: 1;
  color: rgb(34 92 85 / var(--tw-text-opacity));
}

.hover\:text-orange:hover {
  --tw-text-opacity: 1;
  color: rgb(243 96 37 / var(--tw-text-opacity));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.focus-visible\:outline:focus-visible {
  outline-style: solid;
}

.focus-visible\:outline-2:focus-visible {
  outline-width: 2px;
}

.focus-visible\:outline-offset-2:focus-visible {
  outline-offset: 2px;
}

.focus-visible\:outline-black:focus-visible {
  outline-color: #000;
}

.active\:outline-offset-0:active {
  outline-offset: 0px;
}

.\~sm\:\~gap-10\/12 {
  gap: clamp(2.5rem,2.14rem + 0.89vw,3rem)/* fluid from 2.5rem at 40rem to 3rem at 96rem */;
}

.\~sm\:\~gap-30px\/68px {
  gap: clamp(1.875rem,0.179rem + 4.241vw,4.25rem)/* fluid from 1.875rem at 40rem to 4.25rem at 96rem */;
}

.\~md\:\~mb-10\/100px {
  margin-bottom: clamp(2.5rem,-1.25rem + 7.81vw,6.25rem)/* fluid from 2.5rem at 48rem to 6.25rem at 96rem */;
}

.\~md\:\~mb-10\/24 {
  margin-bottom: clamp(2.5rem,-1rem + 7.29vw,6rem)/* fluid from 2.5rem at 48rem to 6rem at 96rem */;
}

.\~md\:\~mb-10\/44 {
  margin-bottom: clamp(2.5rem,-6rem + 17.71vw,11rem)/* fluid from 2.5rem at 48rem to 11rem at 96rem */;
}

.\~md\:\~mb-10\/96 {
  margin-bottom: clamp(2.5rem,-19rem + 44.79vw,24rem)/* fluid from 2.5rem at 48rem to 24rem at 96rem */;
}

.\~md\:\~gap-10\/36 {
  gap: clamp(2.5rem,-4rem + 13.54vw,9rem)/* fluid from 2.5rem at 48rem to 9rem at 96rem */;
}

.\~md\:\~gap-30px\/12 {
  gap: clamp(1.875rem,0.75rem + 2.344vw,3rem)/* fluid from 1.875rem at 48rem to 3rem at 96rem */;
}

.\~md\:\~gap-x-10\/60 {
  -moz-column-gap: clamp(2.5rem,-10rem + 26.04vw,15rem)/* fluid from 2.5rem at 48rem to 15rem at 96rem */;
       column-gap: clamp(2.5rem,-10rem + 26.04vw,15rem)/* fluid from 2.5rem at 48rem to 15rem at 96rem */;
}

.\~md\:\~gap-x-5\/10 {
  -moz-column-gap: clamp(1.25rem,0rem + 2.6vw,2.5rem)/* fluid from 1.25rem at 48rem to 2.5rem at 96rem */;
       column-gap: clamp(1.25rem,0rem + 2.6vw,2.5rem)/* fluid from 1.25rem at 48rem to 2.5rem at 96rem */;
}

.\~xl\:\~mb-10\/110px {
  margin-bottom: clamp(2.5rem,-19.375rem + 27.344vw,6.875rem)/* fluid from 2.5rem at 80rem to 6.875rem at 96rem */;
}

@media (prefers-reduced-motion: reduce) {
  .motion-reduce\:transition-none {
    transition-property: none;
  }
}

@media not all and (min-width: 80rem) {
  .max-xl\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .max-xl\:mr-auto {
    margin-right: auto;
  }
}

@media (min-width: 40rem) {
  .sm\:mb-0 {
    margin-bottom: 0px;
  }

  .sm\:mb-60px {
    margin-bottom: 3.75rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:max-h-\[none\] {
    max-height: none;
  }

  .sm\:w-460px {
    width: 28.75rem;
  }

  .sm\:w-\[calc\(50\%-20px\)\] {
    width: calc(50% - 20px);
  }

  .sm\:w-\[calc\(65\%-30px\)\] {
    width: calc(65% - 30px);
  }

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

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

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

  .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\:justify-self-center {
    justify-self: center;
  }

  .sm\:p-33px {
    padding: 2.063rem;
  }

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

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

  .sm\:\~p-5\/14 {
    padding: clamp(1.25rem,0.484rem + 3.141vw,3.5rem)/* fluid from 1.25rem at 24.375rem to 3.5rem at 96rem */;
  }

  .group:hover .sm\:group-hover\:visible {
    visibility: visible;
  }

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

  .group:hover .sm\: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 .sm\: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 .sm\:group-hover\:opacity-100 {
    opacity: 1;
  }
}

@media (min-width: 48rem) {
  .md\:sticky {
    position: sticky;
  }

  .md\:bottom-5 {
    bottom: 1.25rem;
  }

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

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

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

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

  .md\:-ml-5 {
    margin-left: -1.25rem;
  }

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

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

  .md\:block {
    display: block;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

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

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

  .md\:w-560px {
    width: 35rem;
  }

  .md\:w-\[calc\(55\%-30px\)\] {
    width: calc(55% - 30px);
  }

  .md\:max-w-460px {
    max-width: 28.75rem;
  }

  .md\:max-w-560px {
    max-width: 35rem;
  }

  .md\:max-w-660px {
    max-width: 41.25rem;
  }

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

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

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

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

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

  .md\:grid-cols-\[auto_auto\] {
    grid-template-columns: auto auto;
  }

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

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

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

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

  .md\:gap-3 {
    gap: 0.75rem;
  }

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

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

  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

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

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

  .md\:pt-0 {
    padding-top: 0px;
  }

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

  .md\:\~-mt-60px\/24 {
    margin-top: clamp(-6rem,-2.984rem + -3.141vw,-3.75rem)/* fluid from -3.75rem at 24.375rem to -6rem at 96rem */;
  }

  .md\:\~gap-10\/20 {
    gap: clamp(2.5rem,1.649rem + 3.49vw,5rem)/* fluid from 2.5rem at 24.375rem to 5rem at 96rem */;
  }

  .md\:\~px-5\/75px {
    padding-left: clamp(1.25rem,0.08rem + 4.8vw,4.688rem)/* fluid from 1.25rem at 24.375rem to 4.688rem at 96rem */;
    padding-right: clamp(1.25rem,0.08rem + 4.8vw,4.688rem)/* fluid from 1.25rem at 24.375rem to 4.688rem at 96rem */;
  }

  .md\:\~py-5\/150px {
    padding-top: clamp(1.25rem,-1.515rem + 11.344vw,9.375rem)/* fluid from 1.25rem at 24.375rem to 9.375rem at 96rem */;
    padding-bottom: clamp(1.25rem,-1.515rem + 11.344vw,9.375rem)/* fluid from 1.25rem at 24.375rem to 9.375rem at 96rem */;
  }
}

@media (min-width: 64rem) {
  .lg\:-ml-10 {
    margin-left: -2.5rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

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

  .lg\:w-4\/5 {
    width: 80%;
  }

  .lg\:w-\[calc\(33\.333333\%-27px\)\] {
    width: calc(33.333333% - 27px);
  }

  .lg\:w-\[calc\(45\%-30px\)\] {
    width: calc(45% - 30px);
  }

  .lg\:max-w-460px {
    max-width: 28.75rem;
  }

  .lg\:-translate-y-10 {
    --tw-translate-y: -2.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));
  }

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

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

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

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

@media (min-width: 80rem) {
  .xl\:absolute {
    position: absolute;
  }

  .xl\:relative {
    position: relative;
  }

  .xl\:bottom-24 {
    bottom: 6rem;
  }

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

  .xl\:right-\[120px\] {
    right: 120px;
  }

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

  .xl\:-ml-120px {
    margin-left: -7.5rem;
  }

  .xl\:-ml-5 {
    margin-left: -1.25rem;
  }

  .xl\:-ml-93px {
    margin-left: -5.813rem;
  }

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

  .xl\:ml-120px {
    margin-left: 7.5rem;
  }

  .xl\:ml-93px {
    margin-left: 5.813rem;
  }

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

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

  .xl\:w-\[calc\(25\%-30px\)\] {
    width: calc(25% - 30px);
  }

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

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

  .xl\:-translate-x-28 {
    --tw-translate-x: -7rem;
    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));
  }

  .xl\:-translate-x-2px {
    --tw-translate-x: -0.125rem;
    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));
  }

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

  .xl\:translate-x-15px {
    --tw-translate-x: 0.938rem;
    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));
  }

  .xl\:translate-x-\[272px\] {
    --tw-translate-x: 272px;
    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));
  }

  .xl\:grid-cols-\[776px\2c 1fr\] {
    grid-template-columns: 776px 1fr;
  }

  .xl\:gap-0 {
    gap: 0px;
  }

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

  .xl\:gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .xl\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .xl\:pl-100px {
    padding-left: 6.25rem;
  }

  .xl\:-tracking-2 {
    letter-spacing: -0.125rem;
  }
}

@media (min-width: 96rem) {
  .\32xl\:ml-auto {
    margin-left: auto;
  }

  .\32xl\:block {
    display: block;
  }

  .\32xl\:items-end {
    align-items: flex-end;
  }

  .\32xl\:\~mr-5\/10 {
    margin-right: clamp(1.25rem,0.825rem + 1.745vw,2.5rem)/* fluid from 1.25rem at 24.375rem to 2.5rem at 96rem */;
  }
}

@media (prefers-color-scheme: dark) {
  .dark\:bg-neutral-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(212 212 212 / var(--tw-bg-opacity));
  }

  .dark\:bg-neutral-300\/50 {
    background-color: rgb(212 212 212 / 0.5);
  }

  .dark\:bg-neutral-950\/40 {
    background-color: rgb(10 10 10 / 0.4);
  }

  .dark\:bg-neutral-950\/75 {
    background-color: rgb(10 10 10 / 0.75);
  }

  .dark\:text-neutral-300 {
    --tw-text-opacity: 1;
    color: rgb(212 212 212 / var(--tw-text-opacity));
  }

  .dark\:hover\:bg-neutral-950\/60:hover {
    background-color: rgb(10 10 10 / 0.6);
  }

  .dark\:focus-visible\:outline-white:focus-visible {
    outline-color: #fff;
  }
}

.\[\&\.is-selected_p\]\:text-cream\/\[90\%\].is-selected p {
  color: rgb(236 227 207 / 90%);
}

.\[\&\:first-child\]\:border-t:first-child {
  border-top-width: 1px;
}

.\[\&\:first-child\]\:border-t-\[\#4D5074\]:first-child {
  --tw-border-opacity: 1;
  border-top-color: rgb(77 80 116 / var(--tw-border-opacity));
}

.\[\&\:first-child\]\:border-t-\[\#B8B0A7\]\/\[20\%\]:first-child {
  border-top-color: rgb(184 176 167 / 20%);
}

.\[\&\:first-child\]\:pt-6:first-child {
  padding-top: 1.5rem;
}

.\[\&\:hover\]\:border-cream:hover {
  --tw-border-opacity: 1;
  border-color: rgb(236 227 207 / var(--tw-border-opacity));
}

.\[\&\:hover\]\:bg-cream:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(236 227 207 / var(--tw-bg-opacity));
}

.\[\&\:hover_svg_circle\]\:fill-orange:hover svg circle {
  fill: #F36025;
}

.\[\&\:hover_svg_path\]\:stroke-body:hover svg path {
  stroke: #2C1C12;
}

.\[\&\:not\(\:last-child\)\]\:mb-10:not(:last-child) {
  margin-bottom: 2.5rem;
}

.\[\&\:not\(\:last-child\)\]\:mb-4:not(:last-child) {
  margin-bottom: 1rem;
}

.\[\&\:nth-child\(3\)\]\:max-w-\[95px\]:nth-child(3) {
  max-width: 95px;
}

.\[\&\:nth-child\(4\)\]\:max-w-\[132px\]:nth-child(4) {
  max-width: 132px;
}

.\[\&_\#evcal\\_cur\]\:\!font-normal #evcal_cur {
  font-weight: 400 !important;
}

.\[\&_\#evcal\\_cur\]\:\!text-\[\#8C9E92\] #evcal_cur {
  --tw-text-opacity: 1 !important;
  color: rgb(140 158 146 / var(--tw-text-opacity)) !important;
}

.\[\&_\#evcal\\_cur\]\:\!\~text-32\/5xl #evcal_cur {
  font-size: clamp(2rem,1.66rem + 1.396vw,3rem)/* fluid type from 2rem at 24.375rem to 3rem at 96rem */ !important;
  line-height: /* error - Missing start value */ !important;
}

.\[\&_\#evcal\\_prev\]\:\!m-0 #evcal_prev {
  margin: 0px !important;
}

.\[\&_\*\]\:\!font-sans * {
  font-family: "DM Sans", sans-serif !important;
}

.\[\&_\*\]\:text-blue-light\/\[85\%\] * {
  color: rgb(170 176 214 / 85%);
}

.\[\&_\*\]\:text-body\/\[90\%\] * {
  color: rgb(44 28 18 / 90%);
}

.\[\&_\.evcal\\_arrows\:\:before\]\:\!m-\[15px\] .evcal_arrows::before {
  margin: 15px !important;
}

.\[\&_\.evcal\\_arrows\:\:before\]\:\!border-cream .evcal_arrows::before {
  --tw-border-opacity: 1 !important;
  border-color: rgb(236 227 207 / var(--tw-border-opacity)) !important;
}

.\[\&_\.evcal\\_arrows\:\:before\]\:\!p-5px .evcal_arrows::before {
  padding: 0.313rem !important;
}

.\[\&_\.evcal\\_arrows\]\:\!size-11 .evcal_arrows {
  width: 2.75rem !important;
  height: 2.75rem !important;
}

.\[\&_\.evcal\\_arrows\]\:\!border-\[\#93A79B\] .evcal_arrows {
  --tw-border-opacity: 1 !important;
  border-color: rgb(147 167 155 / var(--tw-border-opacity)) !important;
}

.\[\&_\.evcal\\_arrows\]\:\!bg-transparent .evcal_arrows {
  background-color: transparent !important;
}

.\[\&_\.eventon\\_list\\_event\]\:\!mb-3 .eventon_list_event {
  margin-bottom: 0.75rem !important;
}

.\[\&_\.evo\\_header\\_title\]\:mb-8 .evo_header_title {
  margin-bottom: 2rem;
}

.\[\&_\.evo\\_header\\_title\]\:flex-wrap .evo_header_title {
  flex-wrap: wrap;
}

.\[\&_\.evo\\_header\\_title\]\:gap-x-5 .evo_header_title {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.\[\&_\.evo\\_header\\_title\]\:gap-y-2 .evo_header_title {
  row-gap: 0.5rem;
}

.\[\&_\.evo\\_header\\_title\]\:rounded-xl .evo_header_title {
  border-radius: 0.75rem;
}

.\[\&_\.evo\\_header\\_title\]\:border .evo_header_title {
  border-width: 1px;
}

.\[\&_\.evo\\_header\\_title\]\:border-\[\#718B83\] .evo_header_title {
  --tw-border-opacity: 1;
  border-color: rgb(113 139 131 / var(--tw-border-opacity));
}

.\[\&_\.evo\\_header\\_title\]\:p-5 .evo_header_title {
  padding: 1.25rem;
}

.\[\&_\.flickity-button-icon\]\:hidden .flickity-button-icon {
  display: none;
}

.\[\&_\.flickity-button-icon\]\:fill-white .flickity-button-icon {
  fill: #fff;
}

.\[\&_\.flickity-button\:hover\]\:bg-green .flickity-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(34 92 85 / var(--tw-bg-opacity));
}

.\[\&_\.flickity-button\:hover\]\:bg-orange .flickity-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 96 37 / var(--tw-bg-opacity));
}

.\[\&_\.flickity-button\:hover\]\:bg-yellow .flickity-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 222 67 / var(--tw-bg-opacity));
}

.\[\&_\.flickity-button\:hover\]\:shadow-none .flickity-button:hover {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.\[\&_\.flickity-button\:hover_\.flickity-button-icon\]\:fill-blue-dark .flickity-button:hover .flickity-button-icon {
  fill: #15182E;
}

.\[\&_\.flickity-button\]\:border .flickity-button {
  border-width: 1px;
}

.\[\&_\.flickity-button\]\:border-solid .flickity-button {
  border-style: solid;
}

.\[\&_\.flickity-button\]\:border-body\/\[90\%\] .flickity-button {
  border-color: rgb(44 28 18 / 90%);
}

.\[\&_\.flickity-button\]\:bg-blue-dark .flickity-button {
  --tw-bg-opacity: 1;
  background-color: rgb(21 24 46 / var(--tw-bg-opacity));
}

.\[\&_\.flickity-button\]\:bg-body .flickity-button {
  --tw-bg-opacity: 1;
  background-color: rgb(44 28 18 / var(--tw-bg-opacity));
}

.\[\&_\.flickity-button\]\:bg-yellow .flickity-button {
  --tw-bg-opacity: 1;
  background-color: rgb(255 222 67 / var(--tw-bg-opacity));
}

.\[\&_\.flickity-button\]\:\!bg-center .flickity-button {
  background-position: center !important;
}

.\[\&_\.flickity-button\]\:\!bg-no-repeat .flickity-button {
  background-repeat: no-repeat !important;
}

@media (min-width: 40rem) {
  .\[\&_\.flickity-button\]\:sm\:hidden .flickity-button {
    display: none;
  }
}

.\[\&_\.flickity-enabled\.is-draggable_\.flickity-viewport\.is-pointer-down\]\:cursor-\[url\(\'\.\/images\/drag\.svg\'\)\2c _grabbing\] .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: url('./images/drag.svg'), grabbing;
}

.\[\&_\.flickity-enabled\.is-draggable_\.flickity-viewport\]\:cursor-\[url\(\'\.\/images\/drag\.svg\'\)\2c _grab\] .flickity-enabled.is-draggable .flickity-viewport {
  cursor: url('./images/drag.svg'), grab;
}

.\[\&_\.flickity-page-dots\]\:-bottom-10 .flickity-page-dots {
  bottom: -2.5rem;
}

.\[\&_\.flickity-prev-next-button\.next\]\:right-0 .flickity-prev-next-button.next {
  right: 0px;
}

.\[\&_\.flickity-prev-next-button\.next\]\:bg-\[url\(\'\.\/images\/arrow-right\.svg\'\)\] .flickity-prev-next-button.next {
  background-image: url('./images/arrow-right.svg');
}

.\[\&_\.flickity-prev-next-button\.previous\]\:left-auto .flickity-prev-next-button.previous {
  left: auto;
}

.\[\&_\.flickity-prev-next-button\.previous\]\:right-55px .flickity-prev-next-button.previous {
  right: 3.438rem;
}

.\[\&_\.flickity-prev-next-button\.previous\]\:bg-\[url\(\'\.\/images\/arrow-left\.svg\'\)\] .flickity-prev-next-button.previous {
  background-image: url('./images/arrow-left.svg');
}

.\[\&_\.flickity-prev-next-button\]\:-top-\[36px\] .flickity-prev-next-button {
  top: -36px;
}

@media (min-width: 40rem) {
  .\[\&_\.flickity-prev-next-button\]\:sm\:-top-\[15\%\] .flickity-prev-next-button {
    top: -15%;
  }

  .\[\&_\.flickity-prev-next-button\]\:sm\:-top-\[9\%\] .flickity-prev-next-button {
    top: -9%;
  }
}

.\[\&_\.flickity-prev-next-button_\.flickity-button-icon\]\:left-\[27\%\] .flickity-prev-next-button .flickity-button-icon {
  left: 27%;
}

.\[\&_\.flickity-prev-next-button_\.flickity-button-icon\]\:w-\[40\%\] .flickity-prev-next-button .flickity-button-icon {
  width: 40%;
}

.\[\&_\.tribe-common-c-btn\:hover\]\:\!bg-green-dark .tribe-common-c-btn:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(8 74 66 / var(--tw-bg-opacity)) !important;
}

.\[\&_\.tribe-common-c-btn\]\:\!bg-green .tribe-common-c-btn {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 92 85 / var(--tw-bg-opacity)) !important;
}

.\[\&_\.tribe-common\]\:bg-\[\#FFFAF0\] .tribe-common {
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 240 / var(--tw-bg-opacity));
}

@media (min-width: 40rem) {
  .\[\&_\.tribe-common\]\:sm\:-translate-x-6 .tribe-common {
    --tw-translate-x: -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));
  }

  .\[\&_\.tribe-common\]\:sm\:-translate-y-6 .tribe-common {
    --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));
  }

  .\[\&_\.tribe-common_\.tribe-common-b2\]\:sm\:text-15 .tribe-common .tribe-common-b2 {
    font-size: 0.938rem;
  }

  .\[\&_\.tribe-common_\.tribe-common-h5\]\:sm\:text-19 .tribe-common .tribe-common-h5 {
    font-size: 1.188rem;
  }

  .\[\&_\.tribe-common_\.tribe-common-h6\]\:sm\:text-19 .tribe-common .tribe-common-h6 {
    font-size: 1.188rem;
  }
}

.\[\&_\.tribe-events-c-subscribe-dropdown\\_\\_container\]\:\!hidden .tribe-events-c-subscribe-dropdown__container {
  display: none !important;
}

.\[\&_\.tribe-events-calendar-list\\_\\_event\]\:grid-cols-2 .tribe-events-calendar-list__event {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 40rem) {
  .\[\&_\.tribe-events-calendar-list\\_\\_event\]\:sm\:\!grid .tribe-events-calendar-list__event {
    display: grid !important;
  }
}

.\[\&_\.tribe-events\]\:rounded-xl .tribe-events {
  border-radius: 0.75rem;
}

.\[\&_\.tribe-events_\.tribe-events-c-events-bar\\_\\_search-container\]\:bg-cream .tribe-events .tribe-events-c-events-bar__search-container {
  --tw-bg-opacity: 1;
  background-color: rgb(236 227 207 / var(--tw-bg-opacity));
}

.\[\&_\.tribe-events_\.tribe-events-l-container\]\:min-h-0 .tribe-events .tribe-events-l-container {
  min-height: 0px;
}

.\[\&_\.tribe-events_\:is\(button\)\]\:rounded-xl .tribe-events :is(button) {
  border-radius: 0.75rem;
}

.\[\&_\.wp-block-image\]\:mx-auto .wp-block-image {
  margin-left: auto;
  margin-right: auto;
}

.\[\&_\.wpml-ls-sub-menu\]\:w-fit .wpml-ls-sub-menu {
  width: -moz-fit-content;
  width: fit-content;
}

.\[\&_\.wpml-ls-sub-menu\]\:rounded-10 .wpml-ls-sub-menu {
  border-radius: 0.625rem;
}

.\[\&_\.wpml-ls-sub-menu\]\:border-none .wpml-ls-sub-menu {
  border-style: none;
}

.\[\&_\.wpml-ls-sub-menu\]\:bg-white .wpml-ls-sub-menu {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.\[\&_\.wpml-ls-sub-menu\]\:p-2\.5 .wpml-ls-sub-menu {
  padding: 0.625rem;
}

.\[\&_\.wpml-ls-sub-menu_li\:hover_a\]\:\!text-green .wpml-ls-sub-menu li:hover a {
  --tw-text-opacity: 1 !important;
  color: rgb(34 92 85 / var(--tw-text-opacity)) !important;
}

.\[\&_\.wpml-ls\:hover_a\:after\]\:top-\[calc\(50\%-10px\)\] .wpml-ls:hover a:after {
  top: calc(50% - 10px);
}

.\[\&_\.wpml-ls\:hover_a\:after\]\:rotate-180 .wpml-ls:hover a:after {
  --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));
}

.\[\&_\.wpml-ls\]\:w-fit .wpml-ls {
  width: -moz-fit-content;
  width: fit-content;
}

.\[\&_\:is\(h2\2c h3\2c h4\2c h5\2c h6\)\]\:font-bold :is(h2,h3,h4,h5,h6) {
  font-weight: 700;
}

.\[\&_\:is\(h2\2c h3\2c h4\2c h5\2c h6\)\]\:text-orange :is(h2,h3,h4,h5,h6) {
  --tw-text-opacity: 1;
  color: rgb(243 96 37 / var(--tw-text-opacity));
}

.\[\&_\:is\(strong\2c em\)\]\:text-inherit :is(strong,em) {
  color: inherit;
}

.\[\&_a\:after\]\:text-green a:after {
  --tw-text-opacity: 1;
  color: rgb(34 92 85 / var(--tw-text-opacity));
}

.\[\&_a\:focus\]\:underline a:focus {
  text-decoration-line: underline;
}

.\[\&_a\:hover\]\:text-blue-light a:hover {
  --tw-text-opacity: 1;
  color: rgb(170 176 214 / var(--tw-text-opacity));
}

.\[\&_a\:hover\]\:text-cream a:hover {
  --tw-text-opacity: 1;
  color: rgb(236 227 207 / var(--tw-text-opacity));
}

.\[\&_a\:hover\]\:text-orange a:hover {
  --tw-text-opacity: 1;
  color: rgb(243 96 37 / var(--tw-text-opacity));
}

.\[\&_a\:hover\]\:text-yellow a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 222 67 / var(--tw-text-opacity));
}

.\[\&_a\:hover\]\:opacity-60 a:hover {
  opacity: 0.6;
}

.\[\&_a\]\:w-fit a {
  width: -moz-fit-content;
  width: fit-content;
}

.\[\&_a\]\:\!border-none a {
  border-style: none !important;
}

.\[\&_a\]\:\!bg-transparent a {
  background-color: transparent !important;
}

.\[\&_a\]\:text-15 a {
  font-size: 0.938rem;
}

.\[\&_a\]\:text-2xl a {
  font-size: 1.5rem;
  line-height: 2rem;
}

.\[\&_a\]\:font-bold a {
  font-weight: 700;
}

.\[\&_a\]\:\!text-\[rgba\(44\2c 28\2c 18\2c 1\)\]\/\[45\%\] a {
  color: rgba(44, 28, 18, 45%) !important;
}

.\[\&_a\]\:text-\[\#ECE3CF\] a {
  --tw-text-opacity: 1;
  color: rgb(236 227 207 / var(--tw-text-opacity));
}

.\[\&_a\]\:text-body a {
  --tw-text-opacity: 1;
  color: rgb(44 28 18 / var(--tw-text-opacity));
}

.\[\&_a\]\:text-body\/\[50\%\] a {
  color: rgb(44 28 18 / 50%);
}

.\[\&_a\]\:text-cream a {
  --tw-text-opacity: 1;
  color: rgb(236 227 207 / var(--tw-text-opacity));
}

.\[\&_a\]\:text-orange a {
  --tw-text-opacity: 1;
  color: rgb(243 96 37 / var(--tw-text-opacity));
}

.\[\&_a\]\:underline a {
  text-decoration-line: underline;
}

.\[\&_a\]\:opacity-80 a {
  opacity: 0.8;
}

.\[\&_form\]\:flex form {
  display: flex;
}

.\[\&_form\]\:grid form {
  display: grid;
}

.\[\&_form\]\:max-w-460px form {
  max-width: 28.75rem;
}

.\[\&_form\]\:max-w-\[360px\] form {
  max-width: 360px;
}

.\[\&_form\]\:flex-col form {
  flex-direction: column;
}

.\[\&_form\]\:gap-4 form {
  gap: 1rem;
}

.\[\&_form\]\:gap-5 form {
  gap: 1.25rem;
}

.\[\&_form\]\:rounded-lg form {
  border-radius: 0.5rem;
}

.\[\&_form\]\:bg-cream form {
  --tw-bg-opacity: 1;
  background-color: rgb(236 227 207 / var(--tw-bg-opacity));
}

.\[\&_form\]\:p-8 form {
  padding: 2rem;
}

.\[\&_form_\.HBspalteL\\_N\]\:mb-5 form .HBspalteL_N {
  margin-bottom: 1.25rem;
}

.\[\&_form_\.wpcf7-list-item_input\]\:mr-1\.5 form .wpcf7-list-item input {
  margin-right: 0.375rem;
}

.\[\&_form_\.wpcf7-list-item_input\]\:w-auto form .wpcf7-list-item input {
  width: auto;
}

.\[\&_form_\.wpcf7-response-output\]\:m-0 form .wpcf7-response-output {
  margin: 0px;
}

.\[\&_form_\.wpcf7-submit\:hover\]\:bg-\[\#282b3f\] form .wpcf7-submit:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(40 43 63 / var(--tw-bg-opacity));
}

.\[\&_form_\.wpcf7-submit\:hover\]\:bg-green-dark form .wpcf7-submit:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(8 74 66 / var(--tw-bg-opacity));
}

.\[\&_form_\.wpcf7-submit\]\:mt-4 form .wpcf7-submit {
  margin-top: 1rem;
}

.\[\&_form_\.wpcf7-submit\]\:flex form .wpcf7-submit {
  display: flex;
}

.\[\&_form_\.wpcf7-submit\]\:cursor-pointer form .wpcf7-submit {
  cursor: pointer;
}

.\[\&_form_\.wpcf7-submit\]\:justify-center form .wpcf7-submit {
  justify-content: center;
}

.\[\&_form_\.wpcf7-submit\]\:bg-\[\#50577F\] form .wpcf7-submit {
  --tw-bg-opacity: 1;
  background-color: rgb(80 87 127 / var(--tw-bg-opacity));
}

.\[\&_form_\.wpcf7-submit\]\:bg-green form .wpcf7-submit {
  --tw-bg-opacity: 1;
  background-color: rgb(34 92 85 / var(--tw-bg-opacity));
}

.\[\&_form_\.wpcf7-submit\]\:text-cream form .wpcf7-submit {
  --tw-text-opacity: 1;
  color: rgb(236 227 207 / var(--tw-text-opacity));
}

.\[\&_form_\:is\(input\2c select\2c textarea\)\]\:w-full form :is(input,select,textarea) {
  width: 100%;
}

.\[\&_form_\:is\(input\2c select\2c textarea\)\]\:rounded-md form :is(input,select,textarea) {
  border-radius: 0.375rem;
}

.\[\&_form_\:is\(input\2c select\2c textarea\)\]\:px-4 form :is(input,select,textarea) {
  padding-left: 1rem;
  padding-right: 1rem;
}

.\[\&_form_\:is\(input\2c select\2c textarea\)\]\:py-2\.5 form :is(input,select,textarea) {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.\[\&_form_\:is\(input\:not\(\.wpcf7-submit\)\2c select\2c textarea\)\]\:my-1\.5 form :is(input:not(.wpcf7-submit),select,textarea) {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}

.\[\&_form_a\:hover\]\:text-orange form a:hover {
  --tw-text-opacity: 1;
  color: rgb(243 96 37 / var(--tw-text-opacity));
}

.\[\&_form_a\]\:underline form a {
  text-decoration-line: underline;
}

.\[\&_form_input\:not\(\.wpcf7-submit\)\]\:px-4 form input:not(.wpcf7-submit) {
  padding-left: 1rem;
  padding-right: 1rem;
}

.\[\&_form_input\]\:w-full form input {
  width: 100%;
}

.\[\&_form_input\]\:rounded-10 form input {
  border-radius: 0.625rem;
}

.\[\&_form_input\]\:py-2\.5 form input {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.\[\&_form_p\:last-of-type\]\:-mt-6 form p:last-of-type {
  margin-top: -1.5rem;
}

.\[\&_form_p\:last-of-type\]\:text-sm form p:last-of-type {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.\[\&_img\]\:aspect-video img {
  aspect-ratio: 16 / 9;
}

.\[\&_img\]\:size-\[160px\] img {
  width: 160px;
  height: 160px;
}

.\[\&_img\]\:h-full img {
  height: 100%;
}

.\[\&_img\]\:max-h-\[315px\] img {
  max-height: 315px;
}

.\[\&_img\]\:w-full img {
  width: 100%;
}

.\[\&_img\]\:max-w-560px img {
  max-width: 35rem;
}

.\[\&_img\]\:rounded-2xl img {
  border-radius: 1rem;
}

.\[\&_img\]\:object-cover img {
  -o-object-fit: cover;
     object-fit: cover;
}

.\[\&_li\#menu-item-992\]\:hidden li#menu-item-992 {
  display: none;
}

.\[\&_p\]\:text-lg p {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.\[\&_p\]\:text-body\/\[60\%\] p {
  color: rgb(44 28 18 / 60%);
}

.\[\&_p\]\:text-body\/\[75\%\] p {
  color: rgb(44 28 18 / 75%);
}

.\[\&_p\]\:\~mb-10\/55px p {
  margin-bottom: clamp(2.5rem,2.181rem + 1.31vw,3.438rem)/* fluid from 2.5rem at 24.375rem to 3.438rem at 96rem */;
}

.\[\&_p\]\:\~mb-4\/8 p {
  margin-bottom: clamp(1rem,0.66rem + 1.396vw,2rem)/* fluid from 1rem at 24.375rem to 2rem at 96rem */;
}

@media (min-width: 48rem) {
  .\[\&_p\]\:md\:max-w-\[500px\] p {
    max-width: 500px;
  }
}

.\[\&_span\:last-of-type\]\:font-\[\'Reckless_Light\'\] span:last-of-type {
  font-family: 'Reckless Light';
}

.\[\&_span\:last-of-type\]\:font-light span:last-of-type {
  font-weight: 300;
}

.\[\&_span\:last-of-type\]\:-tracking-3 span:last-of-type {
  letter-spacing: -0.188rem;
}

.\[\&_span\:last-of-type\]\:text-cream span:last-of-type {
  --tw-text-opacity: 1;
  color: rgb(236 227 207 / var(--tw-text-opacity));
}

.\[\&_span\]\:mx-4 span {
  margin-left: 1rem;
  margin-right: 1rem;
}

.\[\&_span\]\:inline-block span {
  display: inline-block;
}

.\[\&_span\]\:font-\[\'Reckless_Light\'\] span {
  font-family: 'Reckless Light';
}

.\[\&_span\]\:font-light span {
  font-weight: 300;
}

.\[\&_span\]\:font-semibold span {
  font-weight: 600;
}

.\[\&_span\]\:-tracking-3 span {
  letter-spacing: -0.188rem;
}

.\[\&_span\]\:text-cream span {
  --tw-text-opacity: 1;
  color: rgb(236 227 207 / var(--tw-text-opacity));
}

.\[\&_span\]\:text-orange span {
  --tw-text-opacity: 1;
  color: rgb(243 96 37 / var(--tw-text-opacity));
}

.\[\&_span\]\:text-yellow span {
  --tw-text-opacity: 1;
  color: rgb(255 222 67 / var(--tw-text-opacity));
}

@media (min-width: 64rem) {
  .\[\&_span\]\:lg\:ml-85px span {
    margin-left: 5.313rem;
  }

  .\[\&_span\]\:lg\:inline-block span {
    display: inline-block;
  }
}

.\[\&_svg_circle\]\:fill-orange svg circle {
  fill: #F36025;
}

.\[\&_svg_path\]\:transition-\[stroke\] svg path {
  transition-property: stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.\[\&_svg_path\]\:hover\:fill-cream:hover svg path {
  fill: #ECE3CF;
}

.\[\&_ul\]\:grid ul {
  display: grid;
}

.\[\&_ul\]\:grid-cols-1 ul {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.\[\&_ul\]\:gap-y-4 ul {
  row-gap: 1rem;
}

.\[\&_ul\]\:\~gap-x-5\/100px ul {
  -moz-column-gap: clamp(1.25rem,-0.452rem + 6.981vw,6.25rem)/* fluid from 1.25rem at 24.375rem to 6.25rem at 96rem */;
       column-gap: clamp(1.25rem,-0.452rem + 6.981vw,6.25rem)/* fluid from 1.25rem at 24.375rem to 6.25rem at 96rem */;
}

@media (min-width: 40rem) {
  .\[\&_ul\]\:sm\:grid-cols-2 ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.\[\&_ul_li\:nth-child\(4\)\]\:mb-8 ul li:nth-child(4) {
  margin-bottom: 2rem;
}

@media (min-width: 40rem) {
  .\[\&_ul_li\:nth-child\(4\)\]\:sm\:mb-0 ul li:nth-child(4) {
    margin-bottom: 0px;
  }
}

@media(max-width:370px) {
  .\[\@media\(max-width\:370px\)\]\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .\[\@media\(max-width\:370px\)\]\:justify-center {
    justify-content: center;
  }

  .\[\@media\(max-width\:370px\)\]\:justify-items-center {
    justify-items: center;
  }

  .\[\@media\(max-width\:370px\)\]\:gap-y-1\.5 {
    row-gap: 0.375rem;
  }
}

@media(max-width:389px) {
  .\[\@media\(max-width\:389px\)\]\:text-5xl {
    font-size: 3rem;
    line-height: 3rem;
  }
}

@media(max-width:420px) {
  .\[\@media\(max-width\:420px\)\]\:block {
    display: block;
  }
}

@media(max-width:450px) {
  .\[\@media\(max-width\:450px\)\]\:hidden {
    display: none;
  }
}

@media(max-width:453px) {
  .\[\@media\(max-width\:453px\)\]\:right-30px {
    right: 1.875rem;
  }

  .\[\@media\(max-width\:453px\)\]\:top-9 {
    top: 2.25rem;
  }

  .\[\@media\(max-width\:453px\)\]\:block {
    display: block;
  }
}

@media(max-width:767px) {
  .\[\@media\(max-width\:767px\)\]\:\!bg-none {
    background-image: none !important;
  }
}

@media(min-width:800px) {
  .\[\@media\(min-width\:800px\)\]\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
