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

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

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

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

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

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Inter var, Inter, 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]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

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

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

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

.bottom-0 {
  bottom: 0px;
}

.bottom-20 {
  bottom: 5rem;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

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

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

.m-0 {
  margin: 0px;
}

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

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[357\/233\] {
  aspect-ratio: 357/233;
}

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

.h-10 {
  height: 2.5rem;
}

.h-16 {
  height: 4rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

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

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

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

.w-16 {
  width: 4rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

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

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

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

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

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

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

.overflow-clip {
  overflow: clip;
}

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

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

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

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

.border-grey {
  --tw-border-opacity: 1;
  border-color: rgb(131 128 123 / var(--tw-border-opacity, 1));
}

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

.bg-cream {
  --tw-bg-opacity: 1;
  background-color: rgb(224 209 186 / var(--tw-bg-opacity, 1));
}

.bg-cream-alt {
  --tw-bg-opacity: 1;
  background-color: rgb(242 229 210 / var(--tw-bg-opacity, 1));
}

.bg-cream-light {
  --tw-bg-opacity: 1;
  background-color: rgb(250 247 242 / var(--tw-bg-opacity, 1));
}

.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(64 62 35 / var(--tw-bg-opacity, 1));
}

.bg-green-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(44 43 25 / var(--tw-bg-opacity, 1));
}

.bg-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(207 135 57 / var(--tw-bg-opacity, 1));
}

.bg-orange-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(139 70 27 / var(--tw-bg-opacity, 1));
}

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

.bg-green-gradient {
  background-image: linear-gradient(to right, #403E23, #2C2B19);
}

.bg-orange-gradient {
  background-image: linear-gradient(to right, #69310F, #8B461B);
}

.fill-white {
  fill: #FFFFFF;
}

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

.p-0 {
  padding: 0px;
}

.p-8 {
  padding: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-2 {
  padding-top: 0.5rem;
}

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

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

.font-display {
  font-family: ivypresto-display, serif;
}

.font-sans {
  font-family: Inter var, Inter, sans-serif;
}

.text-display-lg {
  font-size: clamp(40px, calc(2.5rem + 0.5vw), 50px);
}

.text-display-md {
  font-size: clamp(24px, calc(2rem + 0.5vw), 30px);
}

.text-display-sm {
  font-size: clamp(18px, calc(2rem + 0.5vw), 20px);
}

.text-display-xl {
  font-size: clamp(48px, calc(3rem + 1vw), 70px);
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

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

.uppercase {
  text-transform: uppercase;
}

.tracking-\[1\.8px\] {
  letter-spacing: 1.8px;
}

.text-green {
  --tw-text-opacity: 1;
  color: rgb(64 62 35 / var(--tw-text-opacity, 1));
}

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

.opacity-100 {
  opacity: 1;
}

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

:root {
  --checkmark: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213%22%20height%3D%2213%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M12.81.093a.53.53%200%200%201%20.101.7L4.786%2012.796a.45.45%200%200%201-.34.203.46.46%200%200%201-.365-.144L.135%208.604a.53.53%200%200%201%200-.706.443.443%200%200%201%20.656%200l3.563%203.838L12.16.205a.445.445%200%200%201%20.65-.11z%22%2F%3E%3C%2Fsvg%3E");
  --clover: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20d%3D%22M9.076%2C2.531c-.812-.688-1.857-1.103-3.004-1.103C3.509%2C1.429%2C1.429%2C3.509%2C1.429%2C6.071c0%2C1.147.415%2C2.192%2C1.103%2C3.004l.786.924-.786.924c-.688.812-1.103%2C1.857-1.103%2C3.005%2C0%2C2.562%2C2.08%2C4.643%2C4.643%2C4.643%2C1.147%2C0%2C2.192-.415%2C3.004-1.103l.924-.786.924.786c.812.688%2C1.857%2C1.103%2C3.005%2C1.103%2C2.562%2C0%2C4.643-2.08%2C4.643-4.643%2C0-1.147-.415-2.192-1.103-3.005l-.786-.924.786-.924c.688-.812%2C1.103-1.857%2C1.103-3.004%2C0-2.563-2.08-4.643-4.643-4.643-1.147%2C0-2.192.415-3.005%2C1.103l-.924.786-.924-.786ZM20%2C6.071c0%2C1.5-.545%2C2.871-1.442%2C3.929.897%2C1.058%2C1.442%2C2.429%2C1.442%2C3.929%2C0%2C3.353-2.719%2C6.071-6.071%2C6.071-1.5%2C0-2.871-.545-3.929-1.442-1.058.897-2.429%2C1.442-3.929%2C1.442-3.353%2C0-6.071-2.719-6.071-6.071%2C0-1.5.545-2.871%2C1.442-3.929-.897-1.058-1.442-2.429-1.442-3.929C0%2C2.719%2C2.719%2C0%2C6.071%2C0c1.5%2C0%2C2.871.545%2C3.929%2C1.442%2C1.058-.897%2C2.429-1.442%2C3.929-1.442%2C3.353%2C0%2C6.071%2C2.719%2C6.071%2C6.071ZM10%2C14.286l-3.277-3.277-1.009-1.009%2C3.277-3.277%2C1.009-1.009%2C3.277%2C3.277%2C1.009%2C1.009-4.286%2C4.286ZM10%2C7.737l-2.263%2C2.263%2C2.263%2C2.263%2C2.263-2.263-2.263-2.263Z%22%2F%3E%3C%2Fsvg%3E");
  --pin: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2022%22%3E%3Cpath%20d%3D%22M7.5%200C11.641%200%2015%203.517%2015%207.858c0%204.954-4.664%2010.892-6.637%2013.179-.527.612-.863.962-.863.962s-.336-.35-.863-.962C4.664%2018.75%200%2012.812%200%207.858%200%203.517%203.359%200%207.5%200m0%201.333c-3.473%200-6.25%202.942-6.25%206.525%200%201.304.395%202.775%201.055%204.3.656%201.517%201.547%203.012%202.453%204.342a42%2042%200%200%200%202.738%203.567%2041%2041%200%200%200%202.738-3.567c.906-1.333%201.797-2.825%202.453-4.342.664-1.525%201.055-2.996%201.055-4.3%200-3.579-2.777-6.525-6.25-6.525zm3.996%204.671-.367.537-4.125%206.05-.438.642-.516-.571-2.125-2.346-.434-.479.898-.925%202.043%202.254%203.688-5.408.367-.537%201.012.783z%22%2F%3E%3C%2Fsvg%3E");
  --house: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20d%3D%22M9.574.167a.626.626%200%200%201%20.852%200l9.375%208.75a.624.624%200%201%201-.852.914l-.824-.77v8.438c0%201.379-1.121%202.5-2.5%202.5H4.375a2.5%202.5%200%200%201-2.5-2.5V9.061l-.824.77a.624.624%200%201%201-.852-.914zM10%201.48%203.125%207.898V17.5c0%20.691.559%201.25%201.25%201.25h2.5v-4.375c0-1.379%201.121-2.5%202.5-2.5h1.25c1.379%200%202.5%201.121%202.5%202.5v4.375h2.5a1.25%201.25%200%200%200%201.25-1.25V7.898zM8.125%2018.75h3.75v-4.375a1.25%201.25%200%200%200-1.25-1.25h-1.25a1.25%201.25%200%200%200-1.25%201.25z%22%2F%3E%3C%2Fsvg%3E");
  --bricks: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20d%3D%22M17.143%200a2.86%202.86%200%200%201%202.844%202.568l.013.29v14.289l-.013.29a2.86%202.86%200%200%201-2.549%202.55l-.29.013H2.862a2.86%202.86%200%200%201-2.858-2.858L0%202.858A2.86%202.86%200%200%201%202.857%200zm-6.429%2018.576h6.429c.79%200%201.428-.639%201.428-1.429v-2.858h-7.857zm-9.285-1.429c0%20.79.638%201.429%201.429%201.429h6.429v-4.287H1.429zm0-4.287h17.143V7.144H1.429zm9.285-7.144h7.857V2.858c0-.79-.638-1.429-1.428-1.429h-6.429zM2.857%201.429c-.79%200-1.429.639-1.429%201.429v2.858h7.857V1.429z%22%2F%3E%3C%2Fsvg%3E");
  --phone: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20d%3D%22M4.511%201.333a.55.55%200%200%200-.644-.316l-.209.056C1.996%201.529.689%203.095%201.067%204.917a12.96%2012.96%200%200%200%2010.016%2010.016c1.819.378%203.387-.928%203.841-2.594l.056-.209a.54.54%200%200%200-.316-.644l-2.916-1.216a.545.545%200%200%200-.628.156l-1.144%201.397a.5.5%200%200%201-.6.134%2010.77%2010.77%200%200%201-5.253-5.438.496.496%200%200%201%20.144-.584l1.3-1.066a.54.54%200%200%200%20.156-.628l-1.212-2.91ZM3.605.054a1.54%201.54%200%200%201%201.828.894l1.216%202.916a1.54%201.54%200%200%201-.447%201.788l-1.003.822a9.77%209.77%200%200%200%204.259%204.416l.891-1.091a1.54%201.54%200%200%201%201.788-.447l2.916%201.216a1.54%201.54%200%200%201%20.894%201.828l-.056.209c-.553%202.028-2.541%203.819-5.009%203.306A13.95%2013.95%200%200%201%20.09%205.12C-.426%202.648%201.365.664%203.396.111z%22%2F%3E%3C%2Fsvg%3E");
  --phone-call: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20d%3D%22M13.335%2015.119q-.083%200-.166-.008a13.76%2013.76%200%200%201-5.981-2.125%2013.6%2013.6%200%200%201-4.15-4.152A13.75%2013.75%200%200%201%20.916%202.839%201.83%201.83%200%200%201%202.738.833h2.001A1.83%201.83%200%200%201%206.567%202.41c.08.605.228%201.199.44%201.768a1.83%201.83%200%200%201-.413%201.933l-.574.574a10.2%2010.2%200%200%200%203.293%203.293l.572-.572a1.83%201.83%200%200%201%201.936-.414c.566.211%201.16.359%201.762.438.45.064.855.287%201.147.63.29.344.443.778.435%201.225v1.995c0%20.256-.051.506-.155.741a1.8%201.8%200%200%201-.441.616%201.848%201.848%200%200%201-1.235.482ZM4.752%201.833H2.74a.83.83%200%200%200-.829.907%2012.7%2012.7%200%200%200%201.968%205.554%2012.6%2012.6%200%200%200%203.849%203.85%2012.8%2012.8%200%200%200%205.54%201.972.8.8%200%200%200%20.333-.042.8.8%200%200%200%20.295-.175.8.8%200%200%200%20.201-.28.8.8%200%200%200%20.07-.336v-2.015a.84.84%200%200%200-.197-.562.84.84%200%200%200-.521-.285%209.2%209.2%200%200%201-1.978-.493.84.84%200%200%200-.88.187l-.845.845a.5.5%200%200%201-.601.081%2011.17%2011.17%200%200%201-4.188-4.188.5.5%200%200%201%20.081-.601l.847-.847a.84.84%200%200%200%20.186-.877%209%209%200%200%201-.495-1.984.834.834%200%200%200-.825-.713Zm7.519%204.72-.096-.491a2.8%202.8%200%200%200-.777-1.461%202.82%202.82%200%200%200-1.461-.777l-.491-.096.192-.981.49.096a3.82%203.82%200%200%201%201.977%201.052%203.83%203.83%200%200%201%201.053%201.977l.096.491-.982.191Zm2.621-.04-.056-.497a5.5%205.5%200%200%200-1.578-3.278%205.52%205.52%200%200%200-3.28-1.574l-.496-.055.11-.994.497.055a6.54%206.54%200%200%201%203.876%201.861%206.53%206.53%200%200%201%201.865%203.874l.056.497z%22%2F%3E%3C%2Fsvg%3E");
  --logo-min: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22Layer_1%22%20version%3D%221.1%22%20viewBox%3D%220%200%2070%2037.5%22%3E%3Cpath%20d%3D%22M58%20.3V0h12v.3c-3.6%200-4.2%202.3-5.1%206.1L59.7%2031c-.8%203.8-1.1%206.1%202.4%206.1v.3h-12v-.3c3.6%200%204.3-2.3%205.1-6.1l2.7-12.5H42.1L39.4%2031c-.8%203.8-1.1%206.1%202.4%206.1v.3h-12v-.3c3.6%200%204.3-2.3%205.1-6.1l5.3-24.6C41%202.6%2041.3.3%2037.8.3V0h12v.3c-3.6%200-4.3%202.3-5.1%206.1l-2.4%2011.2h15.8l2.4-11.2c.8-3.8%201.1-6.1-2.4-6.1Z%22%20%2F%3E%3Cpath%20d%3D%22m16.2%200%2011.2%2031c1.5%204.2%202.5%206%204.6%206.2v.3H19v-.3c2.8-.2%203.8-2.1%202.8-4.8l-2.6-7.5H7.9l-1%202.8c-2.1%206-1.8%209.1%201.7%209.5v.3H0v-.3c2.4-.3%203.7-3.7%205.9-9.8L15.8%200zm-2.7%208.9L8.2%2023.7h10.5z%22%2F%3E%3C%2Fsvg%3E");
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1.4;
}

.site-padding {
  padding-left: 1rem;
  padding-right: 1rem;
}

.pre-title {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.07rem;
}

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

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

.tick-list li {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 2rem;
}

.tick-list li::before {
  position: absolute;
  left: 0px;
  top: 50%;
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-content: '';
  content: var(--tw-content);
}

.mask,
.mask-before:before {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  mask-position: center;
}

.mask.checkmark,
.mask-before.checkmark:before {
  -webkit-mask-image: var(--checkmark);
  mask-image: var(--checkmark);
}

.mask.clover,
.mask-before.clover:before {
  -webkit-mask-image: var(--clover);
  mask-image: var(--clover);
}

.mask.house,
.mask-before.house:before {
  -webkit-mask-image: var(--house);
  mask-image: var(--house);
}

.mask.bricks,
.mask-before.bricks:before {
  -webkit-mask-image: var(--bricks);
  mask-image: var(--bricks);
}

.mask.pin,
.mask-before.pin:before {
  -webkit-mask-image: var(--pin);
  mask-image: var(--pin);
}

.mask.phone,
.mask-before.phone:before {
  -webkit-mask-image: var(--phone);
  mask-image: var(--phone);
}

.mask.phone-call,
.mask-before.phone-call:before {
  -webkit-mask-image: var(--phone-call);
  mask-image: var(--phone-call);
}

.mask.logo-min,
.mask-before.logo-min:before {
  -webkit-mask-image: var(--logo-min);
  mask-image: var(--logo-min);
}

.text-display-xl,
.text-display-lg,
.text-display-md {
  line-height: 1.2;
}

.min-logo-bg:before {
  pointer-events: none;
  position: absolute;
  inset: 0px;
  opacity: 0;
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 1024px) {
  .min-logo-bg:before {
    opacity: 0.1;
  }
}

.min-logo-bg:before {
  -webkit-mask-position: right;
          mask-position: right;
}

.indicator {
  height: 0.75rem;
  width: 0.75rem;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.5);
  background-color: transparent;
  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: 300ms;
}

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

._image-fader-block img {
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 1000ms;
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:z-\[2\]::before {
  content: var(--tw-content);
  z-index: 2;
}

.before\:z-\[4\]::before {
  content: var(--tw-content);
  z-index: 4;
}

.before\:h-full::before {
  content: var(--tw-content);
  height: 100%;
}

.before\:w-full::before {
  content: var(--tw-content);
  width: 100%;
}

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

.before\:bg-gradient-to-br::before {
  content: var(--tw-content);
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

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

.before\:from-cream::before {
  content: var(--tw-content);
  --tw-gradient-from: #E0D1BA var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 209 186 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green::before {
  content: var(--tw-content);
  --tw-gradient-from: #403E23 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 62 35 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

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

.before\:opacity-80::before {
  content: var(--tw-content);
  opacity: 0.8;
}

.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}

@media not all and (min-width: 1024px) {
  .max-lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media not all and (min-width: 768px) {
  .max-md\:mb-16 {
    margin-bottom: 4rem;
  }

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

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

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

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

@media not all and (min-width: 640px) {
  .max-sm\:h-14 {
    height: 3.5rem;
  }

  .max-sm\:flex-col {
    flex-direction: column;
  }

  .max-sm\:text-\[9px\] {
    font-size: 9px;
  }

  .max-sm\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

@media (min-width: 768px) {
  .md\:bottom-16 {
    bottom: 4rem;
  }

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

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

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

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

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

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

  .md\:p-14 {
    padding: 3.5rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:pt-16 {
    padding-top: 4rem;
  }

  .md\:indent-10 {
    text-indent: 2.5rem;
  }

  .md\:indent-14 {
    text-indent: 3.5rem;
  }
}

@media (min-width: 1024px) {
  .lg\:relative {
    position: relative;
  }

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

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

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

  .lg\:aspect-\[1680\/620\] {
    aspect-ratio: 1680/620;
  }

  .lg\:aspect-\[1680\/714\] {
    aspect-ratio: 1680/714;
  }

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

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

  .lg\:w-\[50vw\] {
    width: 50vw;
  }

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

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

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

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

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

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

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

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