@import url(https://use.typekit.net/ahq4pgu.css);

/* libs */


/* base */


/* ! tailwindcss v3.3.3 | 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.
*/

html {
    line-height: 1.5;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -moz-tab-size: 4;
    /* 3 */
    -o-tab-size: 4;
    tab-size: 4;
    /* 3 */
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    /* 4 */
    font-feature-settings: normal;
    /* 5 */
    font-variation-settings: normal;
    /* 6 */
}


/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
    margin: 0;
    /* 1 */
    line-height: inherit;
    /* 2 */
}


/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
    height: 0;
    /* 1 */
    color: inherit;
    /* 2 */
    border-top-width: 1px;
    /* 3 */
}


/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}


/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}


/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
    color: inherit;
    text-decoration: inherit;
}


/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
    font-weight: bolder;
}


/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

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


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

small {
    font-size: 80%;
}


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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


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

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


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

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


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

button,
select {
    text-transform: none;
}


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

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


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

:-moz-focusring {
    outline: auto;
}


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

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


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

progress {
    vertical-align: baseline;
}


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

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


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

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


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

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


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

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


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

summary {
    display: list-item;
}


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

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

fieldset {
    margin: 0;
    padding: 0;
}

legend {
    padding: 0;
}

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


/*
Reset default styling for dialogs.
*/

dialog {
    padding: 0;
}


/*
Prevent resizing textareas horizontally by default.
*/

textarea {
    resize: vertical;
}


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

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

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


/*
Set the default cursor for buttons.
*/

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


/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
    cursor: default;
}


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

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


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

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


/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
    display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[type='file']:focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
}

.site {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.site-main {
    flex-grow: 1;
}

img {
    max-width: 100%;
}

svg {
    height: auto;
    width: 100%;
    max-width: 100%;
}

pre {
    border-radius: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
    padding: 0.5rem;
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
}

hr {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

[x-cloak] {
    display: none !important;
}

.sr-only {
    --tw-bg-opacity: 1;
    background-color: rgb(34 34 34 / var(--tw-bg-opacity));
    padding: 0.5rem;
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.screen-reader-text {
    --tw-bg-opacity: 1;
    background-color: rgb(34 34 34 / var(--tw-bg-opacity));
    padding: 0.5rem;
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

html,
body {
    overflow-x: hidden;
    --tw-bg-opacity: 1;
    background-color: rgb(251 250 249 / var(--tw-bg-opacity));
    font-family: "Ubuntu Sans", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgb(34 34 34 / var(--tw-text-opacity));
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.heading-display {
    font-family: Electra, serif;
    font-size: 2.5rem;
    line-height: 110%;
}

@media (min-width: 59.0625rem) {
    .heading-display {
        font-size: 3.5rem;
        line-height: 110%;
    }
}

@media (min-width: 64.125rem) {
    .heading-display {
        font-size: 5.625rem;
        line-height: 6.1875rem;
    }
}

:is(.dark .heading-display) {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.heading-1 {
    font-family: Electra, serif;
    font-size: 2.5rem;
    line-height: 110%;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

@media (min-width: 59.0625rem) {
    .heading-1 {
        font-size: 3rem;
    }
}

@media (min-width: 64.125rem) {
    .heading-1 {
        font-size: 4.375rem;
    }
}

:is(.dark .heading-1) {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.heading-2 {
    font-family: Electra, serif;
    font-size: 2.25rem;
    text-transform: none;
}

@media (min-width: 59.0625rem) {
    .heading-2 {
        font-size: 3rem;
    }
}

@media (min-width: 64.125rem) {
    .heading-2 {
        font-size: 4.375rem;
        line-height: 110%;
    }
}

:is(.dark .heading-2) {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.heading-3 {
    font-family: Electra, serif;
    font-size: 1.4375rem;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

@media (min-width: 59.0625rem) {
    .heading-3 {
        font-size: 1.875rem;
    }
}

@media (min-width: 64.125rem) {
    .heading-3 {
        font-size: 2.5rem;
    }
}

:is(.dark .heading-3) {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.heading-3-normal {
    font-family: Electra, serif;
    font-size: 1.3125rem;
    line-height: 120%;
    letter-spacing: 0.0525rem;
}

@media (min-width: 59.0625rem) {
    .heading-3-normal {
        font-size: 1.75rem;
        line-height: 120%;
        letter-spacing: 0.07rem;
    }
}

@media (min-width: 64.125rem) {
    .heading-3-normal {
        font-size: 2.5rem;
        line-height: 130%;
        letter-spacing: 0.1rem;
    }
}

:is(.dark .heading-3-normal) {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.heading-4 {
    font-family: Electra, serif;
    font-size: 1.4375rem;
    line-height: 120%;
    font-style: italic;
}

@media (min-width: 59.0625rem) {
    .heading-4 {
        font-size: 1.875rem;
    }
}

@media (min-width: 64.125rem) {
    .heading-4 {
        font-size: 2.5rem;
    }
}

:is(.dark .heading-4) {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.heading-5 {
    font-size: 1.0625rem;
    line-height: 130%;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.085rem;
}

@media (min-width: 64.125rem) {
    .heading-5 {
        font-size: 1.3125rem;
        line-height: 130%;
        letter-spacing: 0.105rem;
    }
}

@media (min-width: 87.5rem) {
    .heading-5 {
        font-size: 1.875rem;
        line-height: 130%;
        letter-spacing: 0.15rem;
    }
}

:is(.dark .heading-5) {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.heading-6 {
    font-family: Electra, serif;
    font-size: 1.5rem;
    line-height: 115%;
}

@media (min-width: 59.0625rem) {
    .heading-6 {
        font-size: 2.0625rem;
    }
}

@media (min-width: 64.125rem) {
    .heading-6 {
        font-size: 2.375rem;
    }
}

:is(.dark .heading-6) {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.heading-7 {
    font-family: Electra, serif;
    font-size: 1.25rem;
    line-height: 115%;
}

@media (min-width: 59.0625rem) {
    .heading-7 {
        font-size: 1.5625rem;
    }
}

@media (min-width: 64.125rem) {
    .heading-7 {
        font-size: 1.875rem;
    }
}

:is(.dark .heading-7) {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.heading-8 {
    font-family: "Ubuntu Sans", sans-serif;
    font-size: 1.125rem;
    line-height: 115%;
}

@media (min-width: 59.0625rem) {
    .heading-8 {
        font-size: 1.25rem;
    }
}

@media (min-width: 64.125rem) {
    .heading-8 {
        font-size: 1.625rem;
    }
}

:is(.dark .heading-8) {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
    font-family: "Ubuntu Sans", sans-serif;
}

.heading-9 {
    font-family: Electra, serif;
    font-size: 1.0625rem;
    line-height: 115%;
}

@media (min-width: 59.0625rem) {
    .heading-9 {
        font-size: 1.125rem;
    }
}

:is(.dark .heading-9) {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.text-p1 {
    font-size: 1rem;
    line-height: 120%;
}

@media (min-width: 59.0625rem) {
    .text-p1 {
        font-size: 1.375rem;
    }
}

@media (min-width: 64.125rem) {
    .text-p1 {
        font-size: 1.5rem;
    }
}

:is(.dark .text-p1) {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.text-p2 {
    font-size: 0.875rem;
    line-height: 140%;
}

@media (min-width: 59.0625rem) {
    .text-p2 {
        font-size: 0.9375rem;
    }
}

@media (min-width: 64.125rem) {
    .text-p2 {
        font-size: 1.125rem;
    }
}

:is(.dark .text-p2) {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.text-p3 {
    font-size: 0.8125rem;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

@media (min-width: 59.0625rem) {
    .text-p3 {
        font-size: 0.9375rem;
    }
}

@media (min-width: 64.125rem) {
    .text-p3 {
        font-size: 1.125rem;
    }
}

:is(.dark .text-p3) {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.text-p3-bold {
    font-size: 0.8125rem;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

@media (min-width: 59.0625rem) {
    .text-p3-bold {
        font-size: 0.9375rem;
    }
}

@media (min-width: 64.125rem) {
    .text-p3-bold {
        font-size: 1.125rem;
    }
}

:is(.dark .text-p3-bold) {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.text-p3-bold {
    font-weight: 600;
    text-transform: uppercase;
}

:is(.dark .text-p3-bold) {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.text-p4 {
    font-family: Electra, serif;
    font-size: 1.25rem;
    line-height: 115%;
}

@media (min-width: 59.0625rem) {
    .text-p4 {
        font-size: 1.375rem;
    }
}

@media (min-width: 64.125rem) {
    .text-p4 {
        font-size: 1.5rem;
    }
}

:is(.dark .text-p4) {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.text-body {
    font-size: 0.875rem;
    line-height: 140%;
}

li.text-body {
    line-height: 28px;
}

@media (min-width: 59.0625rem) {
    .text-body {
        font-size: 0.9375rem;
    }
}

@media (min-width: 64.125rem) {
    .text-body {
        font-size: 1.0625rem;
    }
}

:is(.dark .text-body) {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.text-sm {
    font-size: 0.8125rem;
    line-height: 140%;
}

@media (min-width: 59.0625rem) {
    .text-sm {
        font-size: 0.875rem;
    }
}

@media (min-width: 64.125rem) {
    .text-sm {
        font-size: 0.9375rem;
    }
}

:is(.dark .text-sm) {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

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

@media (min-width: 64.125rem) {
    .text-xs {
        font-size: 0.875rem;
    }
}

:is(.dark .text-xs) {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.text-xxs {
    font-size: 0.625rem;
    line-height: 140%;
}

@media (min-width: 64.125rem) {
    .text-xxs {
        font-size: 0.75rem;
    }
}

:is(.dark .text-xxs) {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.label-1 {
    font-family: Electra, serif;
    font-size: 0.625rem;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: 0.025rem;
}

@media (min-width: 59.0625rem) {
    .label-1 {
        font-size: 0.8125rem;
        letter-spacing: 0.035rem;
    }
}

@media (min-width: 64.125rem) {
    .label-1 {
        font-size: 0.875rem;
        line-height: 120%;
    }
}

:is(.dark .label-1) {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.label-2 {
    font-family: Electra, serif;
    font-size: 0.875rem;
    line-height: 120%;
    text-transform: uppercase;
}

@media (min-width: 59.0625rem) {
    .label-2 {
        font-size: 1rem;
        line-height: 120%;
    }
}

@media (min-width: 64.125rem) {
    .label-2 {
        font-size: 1.25rem;
        line-height: 120%;
    }
}

:is(.dark .label-2) {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.label-3 {
    font-size: 0.625rem;
    line-height: 120%;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

@media (min-width: 59.0625rem) {
    .label-3 {
        font-size: 0.75rem;
    }
}

@media (min-width: 64.125rem) {
    .label-3 {
        font-size: 0.875rem;
    }
}

:is(.dark .label-3) {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.label-4 {
    font-size: 0.8125rem;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

@media (min-width: 64.125rem) {
    .label-4 {
        font-size: 0.875rem;
    }
}

:is(.dark .label-4) {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.text-footer-bottom {
    font-size: 0.5rem;
    line-height: 110%;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.045rem;
}

@media (min-width: 48rem) {
    .text-footer-bottom {
        font-size: 0.625rem;
        line-height: 110%;
        letter-spacing: 0.05625rem;
    }
}

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

.wizzy-simple p,
.wizzy-simple h1,
.wizzy-simple h2,
.wizzy-simple h3,
.wizzy-simple h4,
.wizzy-simple h5,
.wizzy-simple h6,
.wizzy-simple div {
    margin-bottom: 1rem;
}

.wizzy-simple p:last-child,
.wizzy-simple h1:last-child,
.wizzy-simple h2:last-child,
.wizzy-simple h3:last-child,
.wizzy-simple h4:last-child,
.wizzy-simple h5:last-child,
.wizzy-simple h6:last-child,
.wizzy-simple div:last-child {
    margin-bottom: 0px;
}

.wizzy-simple a:not( .button,
.button-light,
.button-white,
.button-primary,
.button-arrow-right,
.button-light-arrow-right,
.button-white-arrow-right,
.button-primary-arrow-right,
.button-video,
.button-pill,
.link,
.link-light,
.link-arrow-right,
.link-light-arrow-right,
.link-arrow-left,
.link-light-arrow-left) {
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 1px;
}

.wizzy-simple a:not( .button,
.button-light,
.button-white,
.button-primary,
.button-arrow-right,
.button-light-arrow-right,
.button-white-arrow-right,
.button-primary-arrow-right,
.button-video,
.button-pill,
.link,
.link-light,
.link-arrow-right,
.link-light-arrow-right,
.link-arrow-left,
.link-light-arrow-left):hover,
.wizzy-simple a:not( .button,
.button-light,
.button-white,
.button-primary,
.button-arrow-right,
.button-light-arrow-right,
.button-white-arrow-right,
.button-primary-arrow-right,
.button-video,
.button-pill,
.link,
.link-light,
.link-arrow-right,
.link-light-arrow-right,
.link-arrow-left,
.link-light-arrow-left):focus-visible,
.wizzy-simple a:not( .button,
.button-light,
.button-white,
.button-primary,
.button-arrow-right,
.button-light-arrow-right,
.button-white-arrow-right,
.button-primary-arrow-right,
.button-video,
.button-pill,
.link,
.link-light,
.link-arrow-right,
.link-light-arrow-right,
.link-arrow-left,
.link-light-arrow-left):active,
.wizzy-simple a:not( .button,
.button-light,
.button-white,
.button-primary,
.button-arrow-right,
.button-light-arrow-right,
.button-white-arrow-right,
.button-primary-arrow-right,
.button-video,
.button-pill,
.link,
.link-light,
.link-arrow-right,
.link-light-arrow-right,
.link-arrow-left,
.link-light-arrow-left):focus {
    --tw-text-opacity: 1;
    color: rgb(64 128 143 / var(--tw-text-opacity));
}

:is(.dark .wizzy-simple a:not( .button,
.button-light,
.button-white,
.button-primary,
.button-arrow-right,
.button-light-arrow-right,
.button-white-arrow-right,
.button-primary-arrow-right,
.button-video,
.button-pill,
.link,
.link-light,
.link-arrow-right,
.link-light-arrow-right,
.link-arrow-left,
.link-light-arrow-left):hover),
:is(.dark .wizzy-simple a:not( .button,
.button-light,
.button-white,
.button-primary,
.button-arrow-right,
.button-light-arrow-right,
.button-white-arrow-right,
.button-primary-arrow-right,
.button-video,
.button-pill,
.link,
.link-light,
.link-arrow-right,
.link-light-arrow-right,
.link-arrow-left,
.link-light-arrow-left):focus-visible),
:is(.dark .wizzy-simple a:not( .button,
.button-light,
.button-white,
.button-primary,
.button-arrow-right,
.button-light-arrow-right,
.button-white-arrow-right,
.button-primary-arrow-right,
.button-video,
.button-pill,
.link,
.link-light,
.link-arrow-right,
.link-light-arrow-right,
.link-arrow-left,
.link-light-arrow-left):active),
:is(.dark .wizzy-simple a:not( .button,
.button-light,
.button-white,
.button-primary,
.button-arrow-right,
.button-light-arrow-right,
.button-white-arrow-right,
.button-primary-arrow-right,
.button-video,
.button-pill,
.link,
.link-light,
.link-arrow-right,
.link-light-arrow-right,
.link-arrow-left,
.link-light-arrow-left):focus) {
    --tw-text-opacity: 1;
    color: rgb(227 217 207 / var(--tw-text-opacity));
}

.wizzy-simple ul,
.wizzy-simple ol {
    margin-bottom: 2rem;
}

.wizzy-simple ul:last-child,
.wizzy-simple ol:last-child {
    margin-bottom: 0px;
}

.wizzy-simple ul {
    margin-left: 1rem;
    list-style-type: none;
    padding-left: 0px;
}

.wizzy-simple ul li {
    position: relative;
    padding-left: 1rem;
    text-align: left;
}

.wizzy-simple ul li:before {
    position: absolute;
    top: 0.55em;
    left: 0px;
    display: block;
    height: 0.25em;
    width: 0.25em;
    border-radius: 9999px;
    background-color: currentColor;
    content: '';
}

.wizzy-simple ol {
    margin-left: 1rem;
    list-style-type: decimal;
    padding-left: 0.5rem;
}

.prose,
.wizzy {
    font-size: 0.875rem;
    line-height: 140%;
}

@media (min-width: 59.0625rem) {
    .prose,
    .wizzy {
        font-size: 0.9375rem;
    }
}

@media (min-width: 64.125rem) {
    .prose,
    .wizzy {
        font-size: 1.0625rem;
    }
}

:is(.dark .prose),
:is(.dark .wizzy) {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.prose,
.wizzy {
    padding: 1px;
}

.prose p,
.prose h1,
.prose h2,
.prose h3,
.prose h4,
.prose h5,
.prose h6,
.prose div,
.wizzy p,
.wizzy h1,
.wizzy h2,
.wizzy h3,
.wizzy h4,
.wizzy h5,
.wizzy h6,
.wizzy div {
    margin-bottom: 1.875rem;
}

.prose p:last-child,
.prose h1:last-child,
.prose h2:last-child,
.prose h3:last-child,
.prose h4:last-child,
.prose h5:last-child,
.prose h6:last-child,
.prose div:last-child,
.wizzy p:last-child,
.wizzy h1:last-child,
.wizzy h2:last-child,
.wizzy h3:last-child,
.wizzy h4:last-child,
.wizzy h5:last-child,
.wizzy h6:last-child,
.wizzy div:last-child {
    margin-bottom: 0px;
}

.prose p+ul,
.prose p+ol,
.prose h1+ul,
.prose h1+ol,
.prose h2+ul,
.prose h2+ol,
.prose h3+ul,
.prose h3+ol,
.prose h4+ul,
.prose h4+ol,
.prose h5+ul,
.prose h5+ol,
.prose h6+ul,
.prose h6+ol,
.prose div+ul,
.prose div+ol,
.wizzy p+ul,
.wizzy p+ol,
.wizzy h1+ul,
.wizzy h1+ol,
.wizzy h2+ul,
.wizzy h2+ol,
.wizzy h3+ul,
.wizzy h3+ol,
.wizzy h4+ul,
.wizzy h4+ol,
.wizzy h5+ul,
.wizzy h5+ol,
.wizzy h6+ul,
.wizzy h6+ol,
.wizzy div+ul,
.wizzy div+ol {
    margin-top: -1.25rem;
    margin-bottom: 1.25rem;
}

.prose-sm,
.wizzy-sm {
    font-size: 0.8125rem;
    line-height: 140%;
}

@media (min-width: 59.0625rem) {
    .prose-sm,
    .wizzy-sm {
        font-size: 0.875rem;
    }
}

@media (min-width: 64.125rem) {
    .prose-sm,
    .wizzy-sm {
        font-size: 0.9375rem;
    }
}

:is(.dark .prose-sm),
:is(.dark .wizzy-sm) {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.prose-list p,
.prose-list h1,
.prose-list h2,
.prose-list h3,
.prose-list h4,
.prose-list h5,
.prose-list h6,
.prose-list div,
.wizzy-list p,
.wizzy-list h1,
.wizzy-list h2,
.wizzy-list h3,
.wizzy-list h4,
.wizzy-list h5,
.wizzy-list h6,
.wizzy-list div {
    margin-bottom: 0.625rem;
}

.prose-list p:last-child,
.prose-list h1:last-child,
.prose-list h2:last-child,
.prose-list h3:last-child,
.prose-list h4:last-child,
.prose-list h5:last-child,
.prose-list h6:last-child,
.prose-list div:last-child,
.wizzy-list p:last-child,
.wizzy-list h1:last-child,
.wizzy-list h2:last-child,
.wizzy-list h3:last-child,
.wizzy-list h4:last-child,
.wizzy-list h5:last-child,
.wizzy-list h6:last-child,
.wizzy-list div:last-child {
    margin-bottom: 0px;
}

.prose .heading-1,
.prose .heading-2,
.prose .heading-3,
.prose .heading-4,
.prose .heading-5,
.prose .heading-6,
.prose .heading-7,
.prose .heading-8,
.prose .heading-9,
.wizzy .heading-1,
.wizzy .heading-2,
.wizzy .heading-3,
.wizzy .heading-4,
.wizzy .heading-5,
.wizzy .heading-6,
.wizzy .heading-7,
.wizzy .heading-8,
.wizzy .heading-9 {
    margin-bottom: 0.875rem;
    padding-top: 0.625rem;
}

.prose .heading-1:first-child,
.prose .heading-2:first-child,
.prose .heading-3:first-child,
.prose .heading-4:first-child,
.prose .heading-5:first-child,
.prose .heading-6:first-child,
.prose .heading-7:first-child,
.prose .heading-8:first-child,
.prose .heading-9:first-child,
.wizzy .heading-1:first-child,
.wizzy .heading-2:first-child,
.wizzy .heading-3:first-child,
.wizzy .heading-4:first-child,
.wizzy .heading-5:first-child,
.wizzy .heading-6:first-child,
.wizzy .heading-7:first-child,
.wizzy .heading-8:first-child,
.wizzy .heading-9:first-child {
    padding-top: 0px;
}

.prose .heading-1:last-child,
.prose .heading-2:last-child,
.prose .heading-3:last-child,
.prose .heading-4:last-child,
.prose .heading-5:last-child,
.prose .heading-6:last-child,
.prose .heading-7:last-child,
.prose .heading-8:last-child,
.prose .heading-9:last-child,
.wizzy .heading-1:last-child,
.wizzy .heading-2:last-child,
.wizzy .heading-3:last-child,
.wizzy .heading-4:last-child,
.wizzy .heading-5:last-child,
.wizzy .heading-6:last-child,
.wizzy .heading-7:last-child,
.wizzy .heading-8:last-child,
.wizzy .heading-9:last-child {
    margin-bottom: 0px;
}

.prose .heading-1,
.prose .heading-2,
.prose .heading-3,
.prose .heading-4,
.prose .heading-5,
.prose .heading-6,
.prose .heading-7,
.prose .heading-8,
.prose .heading-9,
.wizzy .heading-1,
.wizzy .heading-2,
.wizzy .heading-3,
.wizzy .heading-4,
.wizzy .heading-5,
.wizzy .heading-6,
.wizzy .heading-7,
.wizzy .heading-8,
.wizzy .heading-9 {
    text-wrap: balance;
}

.prose .button,
.prose .link,
.wizzy .button,
.wizzy .link {
    margin-bottom: 2rem;
    margin-right: 1rem;
}

.prose .button:last-child,
.prose .link:last-child,
.wizzy .button:last-child,
.wizzy .link:last-child {
    margin-bottom: 0px;
    margin-right: 0px;
}

@media (min-width: 59.0625rem) {
    .prose .button:last-child,
    .prose .link:last-child,
    .wizzy .button:last-child,
    .wizzy .link:last-child {
        margin-top: 0px;
    }
}

.prose a:not( .button,
.button-light,
.button-white,
.button-primary,
.button-arrow-right,
.button-light-arrow-right,
.button-white-arrow-right,
.button-primary-arrow-right,
.button-video,
.button-pill,
.link,
.link-light,
.link-arrow-right,
.link-light-arrow-right,
.link-arrow-left,
.link-light-arrow-left),
.wizzy a:not( .button,
.button-light,
.button-white,
.button-primary,
.button-arrow-right,
.button-light-arrow-right,
.button-white-arrow-right,
.button-primary-arrow-right,
.button-video,
.button-pill,
.link,
.link-light,
.link-arrow-right,
.link-light-arrow-right,
.link-arrow-left,
.link-light-arrow-left) {
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 1px;
}

.prose a:not( .button,
.button-light,
.button-white,
.button-primary,
.button-arrow-right,
.button-light-arrow-right,
.button-white-arrow-right,
.button-primary-arrow-right,
.button-video,
.button-pill,
.link,
.link-light,
.link-arrow-right,
.link-light-arrow-right,
.link-arrow-left,
.link-light-arrow-left):hover,
.prose a:not( .button,
.button-light,
.button-white,
.button-primary,
.button-arrow-right,
.button-light-arrow-right,
.button-white-arrow-right,
.button-primary-arrow-right,
.button-video,
.button-pill,
.link,
.link-light,
.link-arrow-right,
.link-light-arrow-right,
.link-arrow-left,
.link-light-arrow-left):focus-visible,
.prose a:not( .button,
.button-light,
.button-white,
.button-primary,
.button-arrow-right,
.button-light-arrow-right,
.button-white-arrow-right,
.button-primary-arrow-right,
.button-video,
.button-pill,
.link,
.link-light,
.link-arrow-right,
.link-light-arrow-right,
.link-arrow-left,
.link-light-arrow-left):active,
.prose a:not( .button,
.button-light,
.button-white,
.button-primary,
.button-arrow-right,
.button-light-arrow-right,
.button-white-arrow-right,
.button-primary-arrow-right,
.button-video,
.button-pill,
.link,
.link-light,
.link-arrow-right,
.link-light-arrow-right,
.link-arrow-left,
.link-light-arrow-left):focus,
.wizzy a:not( .button,
.button-light,
.button-white,
.button-primary,
.button-arrow-right,
.button-light-arrow-right,
.button-white-arrow-right,
.button-primary-arrow-right,
.button-video,
.button-pill,
.link,
.link-light,
.link-arrow-right,
.link-light-arrow-right,
.link-arrow-left,
.link-light-arrow-left):hover,
.wizzy a:not( .button,
.button-light,
.button-white,
.button-primary,
.button-arrow-right,
.button-light-arrow-right,
.button-white-arrow-right,
.button-primary-arrow-right,
.button-video,
.button-pill,
.link,
.link-light,
.link-arrow-right,
.link-light-arrow-right,
.link-arrow-left,
.link-light-arrow-left):focus-visible,
.wizzy a:not( .button,
.button-light,
.button-white,
.button-primary,
.button-arrow-right,
.button-light-arrow-right,
.button-white-arrow-right,
.button-primary-arrow-right,
.button-video,
.button-pill,
.link,
.link-light,
.link-arrow-right,
.link-light-arrow-right,
.link-arrow-left,
.link-light-arrow-left):active,
.wizzy a:not( .button,
.button-light,
.button-white,
.button-primary,
.button-arrow-right,
.button-light-arrow-right,
.button-white-arrow-right,
.button-primary-arrow-right,
.button-video,
.button-pill,
.link,
.link-light,
.link-arrow-right,
.link-light-arrow-right,
.link-arrow-left,
.link-light-arrow-left):focus {
    --tw-text-opacity: 1;
    color: rgb(64 128 143 / var(--tw-text-opacity));
}

:is(.dark .prose a:not( .button,
.button-light,
.button-white,
.button-primary,
.button-arrow-right,
.button-light-arrow-right,
.button-white-arrow-right,
.button-primary-arrow-right,
.button-video,
.button-pill,
.link,
.link-light,
.link-arrow-right,
.link-light-arrow-right,
.link-arrow-left,
.link-light-arrow-left):hover),
:is(.dark .prose a:not( .button,
.button-light,
.button-white,
.button-primary,
.button-arrow-right,
.button-light-arrow-right,
.button-white-arrow-right,
.button-primary-arrow-right,
.button-video,
.button-pill,
.link,
.link-light,
.link-arrow-right,
.link-light-arrow-right,
.link-arrow-left,
.link-light-arrow-left):focus-visible),
:is(.dark .prose a:not( .button,
.button-light,
.button-white,
.button-primary,
.button-arrow-right,
.button-light-arrow-right,
.button-white-arrow-right,
.button-primary-arrow-right,
.button-video,
.button-pill,
.link,
.link-light,
.link-arrow-right,
.link-light-arrow-right,
.link-arrow-left,
.link-light-arrow-left):active),
:is(.dark .prose a:not( .button,
.button-light,
.button-white,
.button-primary,
.button-arrow-right,
.button-light-arrow-right,
.button-white-arrow-right,
.button-primary-arrow-right,
.button-video,
.button-pill,
.link,
.link-light,
.link-arrow-right,
.link-light-arrow-right,
.link-arrow-left,
.link-light-arrow-left):focus),
:is(.dark .wizzy a:not( .button,
.button-light,
.button-white,
.button-primary,
.button-arrow-right,
.button-light-arrow-right,
.button-white-arrow-right,
.button-primary-arrow-right,
.button-video,
.button-pill,
.link,
.link-light,
.link-arrow-right,
.link-light-arrow-right,
.link-arrow-left,
.link-light-arrow-left):hover),
:is(.dark .wizzy a:not( .button,
.button-light,
.button-white,
.button-primary,
.button-arrow-right,
.button-light-arrow-right,
.button-white-arrow-right,
.button-primary-arrow-right,
.button-video,
.button-pill,
.link,
.link-light,
.link-arrow-right,
.link-light-arrow-right,
.link-arrow-left,
.link-light-arrow-left):focus-visible),
:is(.dark .wizzy a:not( .button,
.button-light,
.button-white,
.button-primary,
.button-arrow-right,
.button-light-arrow-right,
.button-white-arrow-right,
.button-primary-arrow-right,
.button-video,
.button-pill,
.link,
.link-light,
.link-arrow-right,
.link-light-arrow-right,
.link-arrow-left,
.link-light-arrow-left):active),
:is(.dark .wizzy a:not( .button,
.button-light,
.button-white,
.button-primary,
.button-arrow-right,
.button-light-arrow-right,
.button-white-arrow-right,
.button-primary-arrow-right,
.button-video,
.button-pill,
.link,
.link-light,
.link-arrow-right,
.link-light-arrow-right,
.link-arrow-left,
.link-light-arrow-left):focus) {
    --tw-text-opacity: 1;
    color: rgb(227 217 207 / var(--tw-text-opacity));
}

.prose ul,
.prose ol,
.wizzy ul,
.wizzy ol {
    margin-bottom: 2rem;
}

.prose ul:last-child,
.prose ol:last-child,
.wizzy ul:last-child,
.wizzy ol:last-child {
    margin-bottom: 0px;
}

.prose ul,
.wizzy ul {
    margin-left: 1rem;
    list-style-type: none;
    padding-left: 0px;
}

.prose ul li,
.wizzy ul li {
    position: relative;
    padding-left: 1rem;
    line-height: 28px;
    color: #000;
}

.prose ul li:before,
.wizzy ul li:before {
    position: absolute;
    top: 0.55em;
    left: 0px;
    display: block;
    height: 0.25em;
    width: 0.25em;
    border-radius: 9999px;
    background-color: currentColor;
    content: '';
}

.prose ol,
.wizzy ol {
    margin-left: 1rem;
    list-style-type: decimal;
    padding-left: 0.5rem;
}

.prose .alignleft,
.wizzy .alignleft {
    float: none;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.prose .alignleft:last-child,
.wizzy .alignleft:last-child {
    margin-bottom: 0px;
}

@media (min-width: 35.9375rem) {
    .prose .alignleft,
    .wizzy .alignleft {
        float: left;
        margin-right: 1rem;
    }
}

.prose .alignright,
.wizzy .alignright {
    float: none;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
}

.prose .alignright:last-child,
.wizzy .alignright:last-child {
    margin-bottom: 0px;
}

@media (min-width: 35.9375rem) {
    .prose .alignright,
    .wizzy .alignright {
        float: right;
        margin-left: 1rem;
    }
}

.prose .aligncenter,
.wizzy .aligncenter {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    text-align: center;
}

.prose .aligncenter:last-child,
.wizzy .aligncenter:last-child {
    margin-bottom: 0px;
}

.prose img,
.prose figure,
.wizzy img,
.wizzy figure {
    margin-bottom: 3rem;
    height: auto;
    max-width: 100%;
    border-radius: 0.25rem;
}

.prose img:last-child,
.prose figure:last-child,
.wizzy img:last-child,
.wizzy figure:last-child {
    margin-bottom: 0px;
}

.prose figure img,
.wizzy figure img {
    margin-bottom: 0px;
}

.prose figcaption,
.wizzy figcaption {
    margin-top: 0.75rem;
    margin-bottom: 1rem;
    text-align: left;
    font-size: 0.875rem;
    line-height: 130%;
}

.prose img.alignleft,
.prose img.alignright,
.wizzy img.alignleft,
.wizzy img.alignright {
    max-width: 50%;
}

.prose p:nth-of-type(n+2)>img,
.wizzy p:nth-of-type(n+2)>img {
    padding-top: 1.5rem;
}

.prose hr,
.wizzy hr {
    margin-bottom: 3rem;
    margin-top: 0px;
    height: 1px;
    border-width: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(205 185 167 / var(--tw-bg-opacity));
}

.prose hr:last-child,
.wizzy hr:last-child {
    margin-bottom: 0px;
}

.prose blockquote,
.wizzy blockquote {
    font-family: Electra, serif;
    font-size: 1.25rem;
    line-height: 115%;
}

@media (min-width: 59.0625rem) {
    .prose blockquote,
    .wizzy blockquote {
        font-size: 1.5625rem;
    }
}

@media (min-width: 64.125rem) {
    .prose blockquote,
    .wizzy blockquote {
        font-size: 1.875rem;
    }
}

.prose blockquote,
.wizzy blockquote {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-top-width: 1px;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(143 99 71 / var(--tw-border-opacity));
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(143 99 71 / var(--tw-text-opacity));
}

.prose blockquote:last-child,
.wizzy blockquote:last-child {
    margin-bottom: 0px;
}

@media (min-width: 64.125rem) {
    .prose blockquote,
    .wizzy blockquote {
        margin-top: 4rem;
        margin-bottom: 4rem;
        padding-top: 4rem;
        padding-bottom: 4rem;
        padding-left: 7.5rem;
        padding-right: 7.5rem;
    }
}

.prose iframe,
.wizzy iframe {
    margin-bottom: 2rem;
    aspect-ratio: 16/9;
    height: auto;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.prose iframe:last-child,
.wizzy iframe:last-child {
    margin-bottom: 0px;
}

.prose table,
.wizzy table {
    margin-bottom: 2rem;
    width: 100%;
    max-width: 100%;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(227 217 207 / var(--tw-border-opacity));
}

.prose table:last-child,
.wizzy table:last-child {
    margin-bottom: 0px;
}

.prose table th,
.prose table td,
.wizzy table th,
.wizzy table td {
    font-size: 0.8125rem;
    line-height: 140%;
}

@media (min-width: 59.0625rem) {
    .prose table th,
    .prose table td,
    .wizzy table th,
    .wizzy table td {
        font-size: 0.875rem;
    }
}

@media (min-width: 64.125rem) {
    .prose table th,
    .prose table td,
    .wizzy table th,
    .wizzy table td {
        font-size: 0.9375rem;
    }
}

:is(.dark .prose table th),
:is(.dark .prose table td),
:is(.dark .wizzy table th),
:is(.dark .wizzy table td) {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.prose table th,
.prose table td,
.wizzy table th,
.wizzy table td {
    border-bottom-width: 0px;
    --tw-border-opacity: 1;
    border-color: rgb(227 217 207 / var(--tw-border-opacity));
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    text-align: left;
}

.prose table th,
.wizzy table th {
    font-size: 0.8125rem;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

@media (min-width: 64.125rem) {
    .prose table th,
    .wizzy table th {
        font-size: 0.875rem;
    }
}

:is(.dark .prose table th),
:is(.dark .wizzy table th) {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.prose table th,
.wizzy table th {
    --tw-bg-opacity: 1;
    background-color: rgb(227 217 207 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(143 99 71 / var(--tw-text-opacity));
}

.legacy-blog-styles .wizzy h2,
.legacy-blog-styles .wizzy h3,
.legacy-blog-styles .wizzy h4,
.legacy-blog-styles .wizzy h5,
.legacy-blog-styles .wizzy h6 {
    font-size: 0.8125rem;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

@media (min-width: 59.0625rem) {
    .legacy-blog-styles .wizzy h2,
    .legacy-blog-styles .wizzy h3,
    .legacy-blog-styles .wizzy h4,
    .legacy-blog-styles .wizzy h5,
    .legacy-blog-styles .wizzy h6 {
        font-size: 0.9375rem;
    }
}

@media (min-width: 64.125rem) {
    .legacy-blog-styles .wizzy h2,
    .legacy-blog-styles .wizzy h3,
    .legacy-blog-styles .wizzy h4,
    .legacy-blog-styles .wizzy h5,
    .legacy-blog-styles .wizzy h6 {
        font-size: 1.125rem;
    }
}

:is(.dark .legacy-blog-styles .wizzy h2),
:is(.dark .legacy-blog-styles .wizzy h3),
:is(.dark .legacy-blog-styles .wizzy h4),
:is(.dark .legacy-blog-styles .wizzy h5),
:is(.dark .legacy-blog-styles .wizzy h6) {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.legacy-blog-styles .wizzy h2,
.legacy-blog-styles .wizzy h3,
.legacy-blog-styles .wizzy h4,
.legacy-blog-styles .wizzy h5,
.legacy-blog-styles .wizzy h6 {
    font-weight: 600;
    text-transform: uppercase;
}

:is(.dark .legacy-blog-styles .wizzy h2),
:is(.dark .legacy-blog-styles .wizzy h3),
:is(.dark .legacy-blog-styles .wizzy h4),
:is(.dark .legacy-blog-styles .wizzy h5),
:is(.dark .legacy-blog-styles .wizzy h6) {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.legacy-blog-styles .wizzy h2,
.legacy-blog-styles .wizzy h3,
.legacy-blog-styles .wizzy h4,
.legacy-blog-styles .wizzy h5,
.legacy-blog-styles .wizzy h6 {
    margin-bottom: 0.625rem;
    padding-top: 0.625rem;
}

.legacy-blog-styles .wizzy h2:first-child,
.legacy-blog-styles .wizzy h3:first-child,
.legacy-blog-styles .wizzy h4:first-child,
.legacy-blog-styles .wizzy h5:first-child,
.legacy-blog-styles .wizzy h6:first-child {
    padding-top: 0px;
}

.legacy-blog-styles .wizzy h2:last-child,
.legacy-blog-styles .wizzy h3:last-child,
.legacy-blog-styles .wizzy h4:last-child,
.legacy-blog-styles .wizzy h5:last-child,
.legacy-blog-styles .wizzy h6:last-child {
    margin-bottom: 0px;
}

.legacy-blog-styles .wizzy .wp-block-spacer {
    display: none !important;
}

.legacy-blog-styles .wizzy .has-text-align-center {
    text-align: left !important;
}

.legacy-blog-styles .wizzy .has-background {
    background-color: transparent !important;
    padding: 0px !important;
}

.legacy-blog-styles .wizzy .wp-block-pullquote {
    border-width: 0px !important;
    background-color: transparent !important;
    padding: 0px !important;
}

.legacy-blog-styles .wizzy .wp-block-button__link {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}

@media (min-width: 59.0625rem) {
    .legacy-blog-styles .wizzy .wp-block-button__link {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
        padding-top: 0.875rem !important;
        padding-bottom: 0.875rem !important;
    }
}

@media (min-width: 64.125rem) {
    .legacy-blog-styles .wizzy .wp-block-button__link {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
}

.legacy-blog-styles .wizzy .wp-block-button__link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.75rem !important;
    font-size: 0.625rem;
    line-height: 120%;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

@media (min-width: 59.0625rem) {
    .legacy-blog-styles .wizzy .wp-block-button__link {
        font-size: 0.75rem;
    }
}

@media (min-width: 64.125rem) {
    .legacy-blog-styles .wizzy .wp-block-button__link {
        font-size: 0.875rem;
    }
}

:is(.dark .legacy-blog-styles .wizzy .wp-block-button__link) {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.legacy-blog-styles .wizzy .wp-block-button__link {
    cursor: pointer !important;
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 300ms !important;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
    border-radius: 0.125rem !important;
    background-color: transparent !important;
    --tw-text-opacity: 1 !important;
    color: rgb(143 99 71 / var(--tw-text-opacity)) !important;
    text-decoration-line: none !important;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(143 99 71 / var(--tw-ring-opacity)) !important;
}

.legacy-blog-styles .wizzy .wp-block-button__link:hover,
.legacy-blog-styles .wizzy .wp-block-button__link:focus-visible,
.legacy-blog-styles .wizzy .wp-block-button__link:active,
.legacy-blog-styles .wizzy .wp-block-button__link:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(143 99 71 / var(--tw-bg-opacity)) !important;
}

.legacy-blog-styles .wizzy .wp-block-button__link:hover .button:not(.button-white):not(.button-light):not(.button-primary):hover,
.legacy-blog-styles .wizzy .wp-block-button__link:hover .button:not(.button-white):not(.button-light):not(.button-primary):focus-visible,
.legacy-blog-styles .wizzy .wp-block-button__link:hover .button:not(.button-white):not(.button-light):not(.button-primary):active,
.legacy-blog-styles .wizzy .wp-block-button__link:hover .button:not(.button-white):not(.button-light):not(.button-primary):focus,
.legacy-blog-styles .wizzy .wp-block-button__link:focus-visible .button:not(.button-white):not(.button-light):not(.button-primary):hover,
.legacy-blog-styles .wizzy .wp-block-button__link:focus-visible .button:not(.button-white):not(.button-light):not(.button-primary):focus-visible,
.legacy-blog-styles .wizzy .wp-block-button__link:focus-visible .button:not(.button-white):not(.button-light):not(.button-primary):active,
.legacy-blog-styles .wizzy .wp-block-button__link:focus-visible .button:not(.button-white):not(.button-light):not(.button-primary):focus,
.legacy-blog-styles .wizzy .wp-block-button__link:active .button:not(.button-white):not(.button-light):not(.button-primary):hover,
.legacy-blog-styles .wizzy .wp-block-button__link:active .button:not(.button-white):not(.button-light):not(.button-primary):focus-visible,
.legacy-blog-styles .wizzy .wp-block-button__link:active .button:not(.button-white):not(.button-light):not(.button-primary):active,
.legacy-blog-styles .wizzy .wp-block-button__link:active .button:not(.button-white):not(.button-light):not(.button-primary):focus,
.legacy-blog-styles .wizzy .wp-block-button__link:focus .button:not(.button-white):not(.button-light):not(.button-primary):hover,
.legacy-blog-styles .wizzy .wp-block-button__link:focus .button:not(.button-white):not(.button-light):not(.button-primary):focus-visible,
.legacy-blog-styles .wizzy .wp-block-button__link:focus .button:not(.button-white):not(.button-light):not(.button-primary):active,
.legacy-blog-styles .wizzy .wp-block-button__link:focus .button:not(.button-white):not(.button-light):not(.button-primary):focus {
    background-color: #A48A73 !important;
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(164 138 115 / var(--tw-ring-opacity));
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.legacy-blog-styles .wizzy .wp-block-button__link:hover,
.legacy-blog-styles .wizzy .wp-block-button__link:focus-visible,
.legacy-blog-styles .wizzy .wp-block-button__link:active,
.legacy-blog-styles .wizzy .wp-block-button__link:focus {
    --tw-text-opacity: 1 !important;
    color: rgb(251 250 249 / var(--tw-text-opacity)) !important;
}

.legacy-blog-styles .wizzy p+ul,
.legacy-blog-styles .wizzy p+ol,
.legacy-blog-styles .wizzy h1+ul,
.legacy-blog-styles .wizzy h1+ol,
.legacy-blog-styles .wizzy h2+ul,
.legacy-blog-styles .wizzy h2+ol,
.legacy-blog-styles .wizzy h3+ul,
.legacy-blog-styles .wizzy h3+ol,
.legacy-blog-styles .wizzy h4+ul,
.legacy-blog-styles .wizzy h4+ol,
.legacy-blog-styles .wizzy h5+ul,
.legacy-blog-styles .wizzy h5+ol,
.legacy-blog-styles .wizzy h6+ul,
.legacy-blog-styles .wizzy h6+ol,
.legacy-blog-styles .wizzy div+ul,
.legacy-blog-styles .wizzy div+ol {
    margin-top: 0px !important;
    margin-bottom: 1.25rem !important;
}

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

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

.posts-navigation .nav-links {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.prose .posts-navigation .nav-links .nav-previous,
.wizzy .posts-navigation .nav-links .nav-previous {
    margin-bottom: 2rem;
    margin-right: 1rem;
}

.prose .posts-navigation .nav-links .nav-previous:last-child,
.wizzy .posts-navigation .nav-links .nav-previous:last-child {
    margin-bottom: 0px;
    margin-right: 0px;
}

@media (min-width: 59.0625rem) {
    .prose .posts-navigation .nav-links .nav-previous:last-child,
    .wizzy .posts-navigation .nav-links .nav-previous:last-child {
        margin-top: 0px;
    }
}

.prose .posts-navigation .nav-links .nav-previous,
.wizzy .posts-navigation .nav-links .nav-previous {
    margin-bottom: 2rem;
    margin-right: 1rem;
}

.prose .posts-navigation .nav-links .nav-previous:last-child,
.wizzy .posts-navigation .nav-links .nav-previous:last-child {
    margin-bottom: 0px;
    margin-right: 0px;
}

@media (min-width: 59.0625rem) {
    .prose .posts-navigation .nav-links .nav-previous:last-child,
    .wizzy .posts-navigation .nav-links .nav-previous:last-child {
        margin-top: 0px;
    }
}

.posts-navigation .nav-links .nav-previous {
    text-decoration-line: none !important;
    position: relative;
    padding-right: 1rem;
}

@media (min-width: 59.0625rem) {
    .posts-navigation .nav-links .nav-previous {
        padding-right: 1.25rem;
    }
}

@media (min-width: 64.125rem) {
    .posts-navigation .nav-links .nav-previous {
        padding-right: 1.5rem;
    }
}

.posts-navigation .nav-links .nav-previous::before {
    content: var(--tw-content);
    opacity: 0;
}

.posts-navigation .nav-links .nav-previous:hover::before,
.posts-navigation .nav-links .nav-previous:focus-visible::before,
.posts-navigation .nav-links .nav-previous:active::before,
.posts-navigation .nav-links .nav-previous:focus::before {
    content: var(--tw-content);
    --tw-translate-x: 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));
}

.posts-navigation .nav-links .nav-previous:hover::after,
.posts-navigation .nav-links .nav-previous:focus-visible::after,
.posts-navigation .nav-links .nav-previous:active::after,
.posts-navigation .nav-links .nav-previous:focus::after {
    content: var(--tw-content);
    --tw-translate-x: 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));
}

.posts-navigation .nav-links .nav-previous:hover::before,
.posts-navigation .nav-links .nav-previous:focus-visible::before,
.posts-navigation .nav-links .nav-previous:active::before,
.posts-navigation .nav-links .nav-previous:focus::before {
    content: var(--tw-content);
    --tw-translate-x: 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));
}

.posts-navigation .nav-links .nav-previous:hover::after,
.posts-navigation .nav-links .nav-previous:focus-visible::after,
.posts-navigation .nav-links .nav-previous:active::after,
.posts-navigation .nav-links .nav-previous:focus::after {
    content: var(--tw-content);
    --tw-translate-x: 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));
}

.posts-navigation .nav-links .nav-previous:hover::before,
.posts-navigation .nav-links .nav-previous:focus-visible::before,
.posts-navigation .nav-links .nav-previous:active::before,
.posts-navigation .nav-links .nav-previous:focus::before {
    content: var(--tw-content);
    --tw-translate-x: 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));
}

.posts-navigation .nav-links .nav-previous:hover::after,
.posts-navigation .nav-links .nav-previous:focus-visible::after,
.posts-navigation .nav-links .nav-previous:active::after,
.posts-navigation .nav-links .nav-previous:focus::after {
    content: var(--tw-content);
    --tw-translate-x: 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));
}

.posts-navigation .nav-links .nav-previous:hover::before,
.posts-navigation .nav-links .nav-previous:focus-visible::before,
.posts-navigation .nav-links .nav-previous:active::before,
.posts-navigation .nav-links .nav-previous:focus::before {
    content: var(--tw-content);
    --tw-translate-x: 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));
}

.posts-navigation .nav-links .nav-previous:hover::after,
.posts-navigation .nav-links .nav-previous:focus-visible::after,
.posts-navigation .nav-links .nav-previous:active::after,
.posts-navigation .nav-links .nav-previous:focus::after {
    content: var(--tw-content);
    --tw-translate-x: 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));
}

.posts-navigation .nav-links .nav-previous:hover::before,
.posts-navigation .nav-links .nav-previous:focus-visible::before,
.posts-navigation .nav-links .nav-previous:active::before,
.posts-navigation .nav-links .nav-previous:focus::before {
    content: var(--tw-content);
    opacity: 1;
}

.posts-navigation .nav-links .nav-previous:hover::after,
.posts-navigation .nav-links .nav-previous:focus-visible::after,
.posts-navigation .nav-links .nav-previous:active::after,
.posts-navigation .nav-links .nav-previous:focus::after {
    content: var(--tw-content);
    opacity: 0;
}

.posts-navigation .nav-links .nav-previous:after,
.posts-navigation .nav-links .nav-previous:before {
    content: '';
    position: absolute;
    right: 0px;
    top: 50%;
    height: 0.5rem;
    width: 0.75rem;
    --tw-translate-y: calc(-50% - 1px);
    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));
}

@media (min-width: 59.0625rem) {
    .posts-navigation .nav-links .nav-previous:after,
    .posts-navigation .nav-links .nav-previous:before {
        height: 0.625rem;
        width: 0.8125rem;
    }
}

@media (min-width: 64.125rem) {
    .posts-navigation .nav-links .nav-previous:after,
    .posts-navigation .nav-links .nav-previous:before {
        height: 0.75rem;
        width: 0.9375rem;
    }
}

.posts-navigation .nav-links .nav-previous:after,
.posts-navigation .nav-links .nav-previous:before {
    position: absolute;
    right: 0px;
    top: 50%;
    height: 0.5rem;
    width: 0.75rem;
    --tw-translate-y: calc(-50% - 1px);
    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));
}

@media (min-width: 59.0625rem) {
    .posts-navigation .nav-links .nav-previous:after,
    .posts-navigation .nav-links .nav-previous:before {
        height: 0.625rem;
        width: 0.8125rem;
    }
}

@media (min-width: 64.125rem) {
    .posts-navigation .nav-links .nav-previous:after,
    .posts-navigation .nav-links .nav-previous:before {
        height: 0.75rem;
        width: 0.9375rem;
    }
}

.posts-navigation .nav-links .nav-previous:after,
.posts-navigation .nav-links .nav-previous:before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 400ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.posts-navigation .nav-links .nav-previous:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3E%3Cpath fill='%2331B7CC' fill-rule='evenodd' d='M10.116.647a.5.5 0 0 1 .707-.001l4.943 4.924a.5.5 0 0 1 0 .708l-4.942 4.923a.5.5 0 0 1-.706-.708l4.085-4.069H.586a.5.5 0 0 1 0-1h13.617l-4.086-4.07a.5.5 0 0 1-.001-.707Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.posts-navigation .nav-links .nav-previous:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3E%3Cpath fill='%2331B7CC' fill-rule='evenodd' d='M10.116.647a.5.5 0 0 1 .707-.001l4.943 4.924a.5.5 0 0 1 0 .708l-4.942 4.923a.5.5 0 0 1-.706-.708l4.085-4.069H.586a.5.5 0 0 1 0-1h13.617l-4.086-4.07a.5.5 0 0 1-.001-.707Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.posts-navigation .nav-links .nav-previous {
    padding-right: 0px;
}

@media (min-width: 59.0625rem) {
    .posts-navigation .nav-links .nav-previous {
        padding-right: 0px;
    }
}

@media (min-width: 64.125rem) {
    .posts-navigation .nav-links .nav-previous {
        padding-right: 0px;
    }
}

.posts-navigation .nav-links .nav-previous {
    position: relative;
    padding-left: 1rem;
}

@media (min-width: 59.0625rem) {
    .posts-navigation .nav-links .nav-previous {
        padding-left: 1.25rem;
    }
}

@media (min-width: 64.125rem) {
    .posts-navigation .nav-links .nav-previous {
        padding-left: 1.5rem;
    }
}

.posts-navigation .nav-links .nav-previous:after,
.posts-navigation .nav-links .nav-previous:before {
    content: '';
    left: 0px;
    right: auto;
    --tw-scale-x: -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));
}

.posts-navigation .nav-links .nav-previous:hover::before,
.posts-navigation .nav-links .nav-previous:focus-visible::before,
.posts-navigation .nav-links .nav-previous:active::before,
.posts-navigation .nav-links .nav-previous:focus::before {
    content: var(--tw-content);
    --tw-translate-x: -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));
}

.posts-navigation .nav-links .nav-previous:hover::after,
.posts-navigation .nav-links .nav-previous:focus-visible::after,
.posts-navigation .nav-links .nav-previous:active::after,
.posts-navigation .nav-links .nav-previous:focus::after {
    content: var(--tw-content);
    --tw-translate-x: -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));
}

.posts-navigation .nav-links .nav-previous:hover::before,
.posts-navigation .nav-links .nav-previous:focus-visible::before,
.posts-navigation .nav-links .nav-previous:active::before,
.posts-navigation .nav-links .nav-previous:focus::before {
    content: var(--tw-content);
    --tw-translate-x: -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));
}

.posts-navigation .nav-links .nav-previous:hover::after,
.posts-navigation .nav-links .nav-previous:focus-visible::after,
.posts-navigation .nav-links .nav-previous:active::after,
.posts-navigation .nav-links .nav-previous:focus::after {
    content: var(--tw-content);
    --tw-translate-x: -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));
}

.posts-navigation .nav-links .nav-previous:hover::before,
.posts-navigation .nav-links .nav-previous:focus-visible::before,
.posts-navigation .nav-links .nav-previous:active::before,
.posts-navigation .nav-links .nav-previous:focus::before {
    content: var(--tw-content);
    --tw-translate-x: -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));
}

.posts-navigation .nav-links .nav-previous:hover::after,
.posts-navigation .nav-links .nav-previous:focus-visible::after,
.posts-navigation .nav-links .nav-previous:active::after,
.posts-navigation .nav-links .nav-previous:focus::after {
    content: var(--tw-content);
    --tw-translate-x: -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));
}

.posts-navigation .nav-links .nav-previous:hover::before,
.posts-navigation .nav-links .nav-previous:focus-visible::before,
.posts-navigation .nav-links .nav-previous:active::before,
.posts-navigation .nav-links .nav-previous:focus::before {
    content: var(--tw-content);
    --tw-translate-x: -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));
}

.posts-navigation .nav-links .nav-previous:hover::after,
.posts-navigation .nav-links .nav-previous:focus-visible::after,
.posts-navigation .nav-links .nav-previous:active::after,
.posts-navigation .nav-links .nav-previous:focus::after {
    content: var(--tw-content);
    --tw-translate-x: -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));
}

.posts-navigation .nav-links .nav-previous {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    font-size: 0.625rem;
    line-height: 120%;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

@media (min-width: 59.0625rem) {
    .posts-navigation .nav-links .nav-previous {
        font-size: 0.75rem;
    }
}

@media (min-width: 64.125rem) {
    .posts-navigation .nav-links .nav-previous {
        font-size: 0.875rem;
    }
}

:is(.dark .posts-navigation .nav-links .nav-previous) {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.posts-navigation .nav-links .nav-previous {
    align-items: center;
    text-decoration-line: underline;
    text-underline-offset: 9px;
    cursor: pointer;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    --tw-text-opacity: 1;
    color: rgb(143 99 71 / var(--tw-text-opacity));
}

.posts-navigation .nav-links .nav-previous:hover,
.posts-navigation .nav-links .nav-previous:focus-visible,
.posts-navigation .nav-links .nav-previous:active,
.posts-navigation .nav-links .nav-previous:focus {
    --tw-text-opacity: 1;
    color: rgb(111 75 52 / var(--tw-text-opacity));
    text-underline-offset: 3px;
}

.prose .posts-navigation .nav-links .nav-next,
.wizzy .posts-navigation .nav-links .nav-next {
    margin-bottom: 2rem;
    margin-right: 1rem;
}

.prose .posts-navigation .nav-links .nav-next:last-child,
.wizzy .posts-navigation .nav-links .nav-next:last-child {
    margin-bottom: 0px;
    margin-right: 0px;
}

@media (min-width: 59.0625rem) {
    .prose .posts-navigation .nav-links .nav-next:last-child,
    .wizzy .posts-navigation .nav-links .nav-next:last-child {
        margin-top: 0px;
    }
}

.prose .posts-navigation .nav-links .nav-next,
.wizzy .posts-navigation .nav-links .nav-next {
    margin-bottom: 2rem;
    margin-right: 1rem;
}

.prose .posts-navigation .nav-links .nav-next:last-child,
.wizzy .posts-navigation .nav-links .nav-next:last-child {
    margin-bottom: 0px;
    margin-right: 0px;
}

@media (min-width: 59.0625rem) {
    .prose .posts-navigation .nav-links .nav-next:last-child,
    .wizzy .posts-navigation .nav-links .nav-next:last-child {
        margin-top: 0px;
    }
}

.posts-navigation .nav-links .nav-next {
    text-decoration-line: none !important;
    position: relative;
    padding-right: 1rem;
}

@media (min-width: 59.0625rem) {
    .posts-navigation .nav-links .nav-next {
        padding-right: 1.25rem;
    }
}

@media (min-width: 64.125rem) {
    .posts-navigation .nav-links .nav-next {
        padding-right: 1.5rem;
    }
}

.posts-navigation .nav-links .nav-next::before {
    content: var(--tw-content);
    opacity: 0;
}

.posts-navigation .nav-links .nav-next:hover::before,
.posts-navigation .nav-links .nav-next:focus-visible::before,
.posts-navigation .nav-links .nav-next:active::before,
.posts-navigation .nav-links .nav-next:focus::before {
    content: var(--tw-content);
    --tw-translate-x: 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));
}

.posts-navigation .nav-links .nav-next:hover::after,
.posts-navigation .nav-links .nav-next:focus-visible::after,
.posts-navigation .nav-links .nav-next:active::after,
.posts-navigation .nav-links .nav-next:focus::after {
    content: var(--tw-content);
    --tw-translate-x: 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));
}

.posts-navigation .nav-links .nav-next:hover::before,
.posts-navigation .nav-links .nav-next:focus-visible::before,
.posts-navigation .nav-links .nav-next:active::before,
.posts-navigation .nav-links .nav-next:focus::before {
    content: var(--tw-content);
    --tw-translate-x: 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));
}

.posts-navigation .nav-links .nav-next:hover::after,
.posts-navigation .nav-links .nav-next:focus-visible::after,
.posts-navigation .nav-links .nav-next:active::after,
.posts-navigation .nav-links .nav-next:focus::after {
    content: var(--tw-content);
    --tw-translate-x: 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));
}

.posts-navigation .nav-links .nav-next:hover::before,
.posts-navigation .nav-links .nav-next:focus-visible::before,
.posts-navigation .nav-links .nav-next:active::before,
.posts-navigation .nav-links .nav-next:focus::before {
    content: var(--tw-content);
    --tw-translate-x: 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));
}

.posts-navigation .nav-links .nav-next:hover::after,
.posts-navigation .nav-links .nav-next:focus-visible::after,
.posts-navigation .nav-links .nav-next:active::after,
.posts-navigation .nav-links .nav-next:focus::after {
    content: var(--tw-content);
    --tw-translate-x: 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));
}

.posts-navigation .nav-links .nav-next:hover::before,
.posts-navigation .nav-links .nav-next:focus-visible::before,
.posts-navigation .nav-links .nav-next:active::before,
.posts-navigation .nav-links .nav-next:focus::before {
    content: var(--tw-content);
    --tw-translate-x: 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));
}

.posts-navigation .nav-links .nav-next:hover::after,
.posts-navigation .nav-links .nav-next:focus-visible::after,
.posts-navigation .nav-links .nav-next:active::after,
.posts-navigation .nav-links .nav-next:focus::after {
    content: var(--tw-content);
    --tw-translate-x: 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));
}

.posts-navigation .nav-links .nav-next:hover::before,
.posts-navigation .nav-links .nav-next:focus-visible::before,
.posts-navigation .nav-links .nav-next:active::before,
.posts-navigation .nav-links .nav-next:focus::before {
    content: var(--tw-content);
    opacity: 1;
}

.posts-navigation .nav-links .nav-next:hover::after,
.posts-navigation .nav-links .nav-next:focus-visible::after,
.posts-navigation .nav-links .nav-next:active::after,
.posts-navigation .nav-links .nav-next:focus::after {
    content: var(--tw-content);
    opacity: 0;
}

.posts-navigation .nav-links .nav-next:after,
.posts-navigation .nav-links .nav-next:before {
    content: '';
    position: absolute;
    right: 0px;
    top: 50%;
    height: 0.5rem;
    width: 0.75rem;
    --tw-translate-y: calc(-50% - 1px);
    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));
}

@media (min-width: 59.0625rem) {
    .posts-navigation .nav-links .nav-next:after,
    .posts-navigation .nav-links .nav-next:before {
        height: 0.625rem;
        width: 0.8125rem;
    }
}

@media (min-width: 64.125rem) {
    .posts-navigation .nav-links .nav-next:after,
    .posts-navigation .nav-links .nav-next:before {
        height: 0.75rem;
        width: 0.9375rem;
    }
}

.posts-navigation .nav-links .nav-next:after,
.posts-navigation .nav-links .nav-next:before {
    position: absolute;
    right: 0px;
    top: 50%;
    height: 0.5rem;
    width: 0.75rem;
    --tw-translate-y: calc(-50% - 1px);
    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));
}

@media (min-width: 59.0625rem) {
    .posts-navigation .nav-links .nav-next:after,
    .posts-navigation .nav-links .nav-next:before {
        height: 0.625rem;
        width: 0.8125rem;
    }
}

@media (min-width: 64.125rem) {
    .posts-navigation .nav-links .nav-next:after,
    .posts-navigation .nav-links .nav-next:before {
        height: 0.75rem;
        width: 0.9375rem;
    }
}

.posts-navigation .nav-links .nav-next:after,
.posts-navigation .nav-links .nav-next:before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 400ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.posts-navigation .nav-links .nav-next:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3E%3Cpath fill='%2331B7CC' fill-rule='evenodd' d='M10.116.647a.5.5 0 0 1 .707-.001l4.943 4.924a.5.5 0 0 1 0 .708l-4.942 4.923a.5.5 0 0 1-.706-.708l4.085-4.069H.586a.5.5 0 0 1 0-1h13.617l-4.086-4.07a.5.5 0 0 1-.001-.707Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.posts-navigation .nav-links .nav-next:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3E%3Cpath fill='%2331B7CC' fill-rule='evenodd' d='M10.116.647a.5.5 0 0 1 .707-.001l4.943 4.924a.5.5 0 0 1 0 .708l-4.942 4.923a.5.5 0 0 1-.706-.708l4.085-4.069H.586a.5.5 0 0 1 0-1h13.617l-4.086-4.07a.5.5 0 0 1-.001-.707Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.posts-navigation .nav-links .nav-next {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    font-size: 0.625rem;
    line-height: 120%;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

@media (min-width: 59.0625rem) {
    .posts-navigation .nav-links .nav-next {
        font-size: 0.75rem;
    }
}

@media (min-width: 64.125rem) {
    .posts-navigation .nav-links .nav-next {
        font-size: 0.875rem;
    }
}

:is(.dark .posts-navigation .nav-links .nav-next) {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.posts-navigation .nav-links .nav-next {
    align-items: center;
    text-decoration-line: underline;
    text-underline-offset: 9px;
    cursor: pointer;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    --tw-text-opacity: 1;
    color: rgb(143 99 71 / var(--tw-text-opacity));
}

.posts-navigation .nav-links .nav-next:hover,
.posts-navigation .nav-links .nav-next:focus-visible,
.posts-navigation .nav-links .nav-next:active,
.posts-navigation .nav-links .nav-next:focus {
    --tw-text-opacity: 1;
    color: rgb(111 75 52 / var(--tw-text-opacity));
    text-underline-offset: 3px;
}


/* components */

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

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

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

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

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

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

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

.form-input,
.form-textarea,
.form-select,
.form-multiselect {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
}

.form-input:focus,
.form-textarea:focus,
.form-select:focus,
.form-multiselect:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty, /*!*/
        /*!*/
    );
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    border-color: #2563eb;
}

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

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

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

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

.form-input::-webkit-datetime-edit {
    display: inline-flex;
}

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

button {
    cursor: pointer;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

button:focus-visible {
    @appy outline-offset-2;
    outline: thin dotted #9ca3af;
}

.button {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-bottom: 0.75rem;
    padding-top: 0.8125rem;
}

@media (min-width: 59.0625rem) {
    .button {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-bottom: 0.875rem;
        padding-top: 0.9375rem;
    }
}

@media (min-width: 64.125rem) {
    .button {
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 1rem;
        padding-bottom: 0.8125rem;
    }
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    font-size: 0.625rem;
    line-height: 120%;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

@media (min-width: 59.0625rem) {
    .button {
        font-size: 0.75rem;
    }
}

@media (min-width: 64.125rem) {
    .button {
        font-size: 0.875rem;
    }
}

:is(.dark .button) {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.button {
    cursor: pointer;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    border-radius: 0.125rem;
    --tw-text-opacity: 1;
    color: rgb(143 99 71 / var(--tw-text-opacity));
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(143 99 71 / var(--tw-ring-opacity));
}

:is(.dark .button) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(205 185 167 / var(--tw-ring-opacity));
}

.button:hover,
.button:focus-visible,
.button:active,
.button:focus {
    background-color: #8F6347;
}

:is(.dark .button:hover),
:is(.dark .button:focus-visible),
:is(.dark .button:active),
:is(.dark .button:focus) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(143 99 71 / var(--tw-ring-opacity));
}

.button:hover,
.button:focus-visible,
.button:active,
.button:focus {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.prose .button-sm,
.wizzy .button-sm {
    margin-bottom: 2rem;
    margin-right: 1rem;
}

.prose .button-sm:last-child,
.wizzy .button-sm:last-child {
    margin-bottom: 0px;
    margin-right: 0px;
}

@media (min-width: 59.0625rem) {
    .prose .button-sm:last-child,
    .wizzy .button-sm:last-child {
        margin-top: 0px;
    }
}

.prose .button-sm,
.wizzy .button-sm {
    margin-bottom: 2rem;
    margin-right: 1rem;
}

.prose .button-sm:last-child,
.wizzy .button-sm:last-child {
    margin-bottom: 0px;
    margin-right: 0px;
}

@media (min-width: 59.0625rem) {
    .prose .button-sm:last-child,
    .wizzy .button-sm:last-child {
        margin-top: 0px;
    }
}

.button-sm {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-bottom: 0.75rem;
    padding-top: 0.8125rem;
}

@media (min-width: 59.0625rem) {
    .button-sm {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-bottom: 0.875rem;
        padding-top: 0.9375rem;
    }
}

@media (min-width: 64.125rem) {
    .button-sm {
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 1rem;
        padding-bottom: 0.8125rem;
    }
}

.button-sm {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    font-size: 0.625rem;
    line-height: 120%;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

@media (min-width: 59.0625rem) {
    .button-sm {
        font-size: 0.75rem;
    }
}

@media (min-width: 64.125rem) {
    .button-sm {
        font-size: 0.875rem;
    }
}

:is(.dark .button-sm) {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.button-sm {
    cursor: pointer;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    border-radius: 0.125rem;
    --tw-text-opacity: 1;
    color: rgb(143 99 71 / var(--tw-text-opacity));
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(143 99 71 / var(--tw-ring-opacity));
}

:is(.dark .button-sm) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(205 185 167 / var(--tw-ring-opacity));
}

.button-sm:hover,
.button-sm:focus-visible,
.button-sm:active,
.button-sm:focus {
    background-color: #8F6347;
}

:is(.dark .button-sm:hover),
:is(.dark .button-sm:focus-visible),
:is(.dark .button-sm:active),
:is(.dark .button-sm:focus) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(143 99 71 / var(--tw-ring-opacity));
}

.button-sm:hover,
.button-sm:focus-visible,
.button-sm:active,
.button-sm:focus {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.bg-primary-2 .button-sm:not(.button-white):not(.button-light):not(.button-primary) {
    --tw-text-opacity: 1;
    color: rgb(34 34 34 / var(--tw-text-opacity));
    --tw-ring-color: rgb(64 128 143 / 0.75);
}

.bg-primary-2 .button-sm:not(.button-white):not(.button-light):not(.button-primary):hover,
.bg-primary-2 .button-sm:not(.button-white):not(.button-light):not(.button-primary):focus-visible,
.bg-primary-2 .button-sm:not(.button-white):not(.button-light):not(.button-primary):active,
.bg-primary-2 .button-sm:not(.button-white):not(.button-light):not(.button-primary):focus {
    background-color: #8F6347;
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(143 99 71 / var(--tw-ring-opacity));
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.bg-gray-1 .button-sm:not(.button-white):not(.button-light):not(.button-primary) {
    --tw-text-opacity: 1;
    color: rgb(57 57 57 / var(--tw-text-opacity));
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(106 98 95 / var(--tw-ring-opacity));
}

.bg-gray-1 .button-sm:not(.button-white):not(.button-light):not(.button-primary):hover,
.bg-gray-1 .button-sm:not(.button-white):not(.button-light):not(.button-primary):focus-visible,
.bg-gray-1 .button-sm:not(.button-white):not(.button-light):not(.button-primary):active,
.bg-gray-1 .button-sm:not(.button-white):not(.button-light):not(.button-primary):focus {
    background-color: #8F6347;
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(143 99 71 / var(--tw-ring-opacity));
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.bg-brown-6 .button-sm:not(.button-white):not(.button-light):not(.button-primary):hover,
.bg-brown-6 .button-sm:not(.button-white):not(.button-light):not(.button-primary):focus-visible,
.bg-brown-6 .button-sm:not(.button-white):not(.button-light):not(.button-primary):active,
.bg-brown-6 .button-sm:not(.button-white):not(.button-light):not(.button-primary):focus {
    background-color: #A48A73;
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(164 138 115 / var(--tw-ring-opacity));
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.button-sm {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    padding-top: 0.75rem;
    padding-bottom: 0.625rem;
    font-size: 0.875rem;
    line-height: 120%;
    font-weight: 600;
    letter-spacing: 0.07rem;
}

.prose .button-arrow-right,
.wizzy .button-arrow-right {
    margin-bottom: 2rem;
    margin-right: 1rem;
}

.prose .button-arrow-right:last-child,
.wizzy .button-arrow-right:last-child {
    margin-bottom: 0px;
    margin-right: 0px;
}

@media (min-width: 59.0625rem) {
    .prose .button-arrow-right:last-child,
    .wizzy .button-arrow-right:last-child {
        margin-top: 0px;
    }
}

.prose .button-arrow-right,
.wizzy .button-arrow-right {
    margin-bottom: 2rem;
    margin-right: 1rem;
}

.prose .button-arrow-right:last-child,
.wizzy .button-arrow-right:last-child {
    margin-bottom: 0px;
    margin-right: 0px;
}

@media (min-width: 59.0625rem) {
    .prose .button-arrow-right:last-child,
    .wizzy .button-arrow-right:last-child {
        margin-top: 0px;
    }
}

.button-arrow-right {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-bottom: 0.75rem;
    padding-top: 0.8125rem;
}

@media (min-width: 59.0625rem) {
    .button-arrow-right {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-bottom: 0.875rem;
        padding-top: 0.9375rem;
    }
}

@media (min-width: 64.125rem) {
    .button-arrow-right {
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 1rem;
        padding-bottom: 0.8125rem;
    }
}

.button-arrow-right {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    font-size: 0.625rem;
    line-height: 120%;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

@media (min-width: 59.0625rem) {
    .button-arrow-right {
        font-size: 0.75rem;
    }
}

@media (min-width: 64.125rem) {
    .button-arrow-right {
        font-size: 0.875rem;
    }
}

:is(.dark .button-arrow-right) {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.button-arrow-right {
    cursor: pointer;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    border-radius: 0.125rem;
    --tw-text-opacity: 1;
    color: #31B7CC;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    --tw-ring-opacity: 1;
    --tw-ring-color: #31B7CC;
}

:is(.dark .button-arrow-right) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(205 185 167 / var(--tw-ring-opacity));
}

.button-arrow-right:hover,
.button-arrow-right:focus-visible,
.button-arrow-right:active,
.button-arrow-right:focus {
    background-color: #105768;
}

:is(.dark .button-arrow-right:hover),
:is(.dark .button-arrow-right:focus-visible),
:is(.dark .button-arrow-right:active),
:is(.dark .button-arrow-right:focus) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(143 99 71 / var(--tw-ring-opacity));
}

.button-arrow-right:hover,
.button-arrow-right:focus-visible,
.button-arrow-right:active,
.button-arrow-right:focus {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.bg-primary-2 .button-arrow-right:not(.button-white):not(.button-light):not(.button-primary) {
    --tw-text-opacity: 1;
    color: rgb(34 34 34 / var(--tw-text-opacity));
    --tw-ring-color: rgb(64 128 143 / 0.75);
}

.bg-primary-2 .button-arrow-right:not(.button-white):not(.button-light):not(.button-primary):hover,
.bg-primary-2 .button-arrow-right:not(.button-white):not(.button-light):not(.button-primary):focus-visible,
.bg-primary-2 .button-arrow-right:not(.button-white):not(.button-light):not(.button-primary):active,
.bg-primary-2 .button-arrow-right:not(.button-white):not(.button-light):not(.button-primary):focus {
    background-color: #8F6347;
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(143 99 71 / var(--tw-ring-opacity));
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.bg-gray-1 .button-arrow-right:not(.button-white):not(.button-light):not(.button-primary) {
    --tw-text-opacity: 1;
    color: rgb(57 57 57 / var(--tw-text-opacity));
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(106 98 95 / var(--tw-ring-opacity));
}

.bg-gray-1 .button-arrow-right:not(.button-white):not(.button-light):not(.button-primary):hover,
.bg-gray-1 .button-arrow-right:not(.button-white):not(.button-light):not(.button-primary):focus-visible,
.bg-gray-1 .button-arrow-right:not(.button-white):not(.button-light):not(.button-primary):active,
.bg-gray-1 .button-arrow-right:not(.button-white):not(.button-light):not(.button-primary):focus {
    background-color: #8F6347;
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(143 99 71 / var(--tw-ring-opacity));
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.bg-brown-6 .button-arrow-right:not(.button-white):not(.button-light):not(.button-primary):hover,
.bg-brown-6 .button-arrow-right:not(.button-white):not(.button-light):not(.button-primary):focus-visible,
.bg-brown-6 .button-arrow-right:not(.button-white):not(.button-light):not(.button-primary):active,
.bg-brown-6 .button-arrow-right:not(.button-white):not(.button-light):not(.button-primary):focus {
    background-color: #A48A73;
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(164 138 115 / var(--tw-ring-opacity));
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.button-arrow-right {
    position: relative;
    padding-right: 1.75rem;
}

@media (min-width: 59.0625rem) {
    .button-arrow-right {
        padding-right: 3rem;
    }
}

@media (min-width: 64.125rem) {
    .button-arrow-right {
        padding-right: 3.5rem;
    }
}

.button-arrow-right::before {
    content: var(--tw-content);
    opacity: 0;
}

.button-arrow-right:hover::before,
.button-arrow-right:focus-visible::before,
.button-arrow-right:active::before,
.button-arrow-right:focus::before {
    content: var(--tw-content);
    --tw-translate-x: 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));
}

.button-arrow-right:hover::after,
.button-arrow-right:focus-visible::after,
.button-arrow-right:active::after,
.button-arrow-right:focus::after {
    content: var(--tw-content);
    --tw-translate-x: 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));
}

.button-arrow-right:hover::before,
.button-arrow-right:focus-visible::before,
.button-arrow-right:active::before,
.button-arrow-right:focus::before {
    content: var(--tw-content);
    --tw-translate-x: 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));
}

.button-arrow-right:hover::after,
.button-arrow-right:focus-visible::after,
.button-arrow-right:active::after,
.button-arrow-right:focus::after {
    content: var(--tw-content);
    --tw-translate-x: 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));
}

.button-arrow-right:hover::before,
.button-arrow-right:focus-visible::before,
.button-arrow-right:active::before,
.button-arrow-right:focus::before {
    content: var(--tw-content);
    --tw-translate-x: 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));
}

.button-arrow-right:hover::after,
.button-arrow-right:focus-visible::after,
.button-arrow-right:active::after,
.button-arrow-right:focus::after {
    content: var(--tw-content);
    --tw-translate-x: 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));
}

.button-arrow-right:hover::before,
.button-arrow-right:focus-visible::before,
.button-arrow-right:active::before,
.button-arrow-right:focus::before {
    content: var(--tw-content);
    --tw-translate-x: 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));
}

.button-arrow-right:hover::after,
.button-arrow-right:focus-visible::after,
.button-arrow-right:active::after,
.button-arrow-right:focus::after {
    content: var(--tw-content);
    --tw-translate-x: 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));
}

.button-arrow-right:hover::before,
.button-arrow-right:focus-visible::before,
.button-arrow-right:active::before,
.button-arrow-right:focus::before {
    content: var(--tw-content);
    opacity: 1;
}

.button-arrow-right:hover::after,
.button-arrow-right:focus-visible::after,
.button-arrow-right:active::after,
.button-arrow-right:focus::after {
    content: var(--tw-content);
    opacity: 0;
}

.button-arrow-right:after,
.button-arrow-right:before {
    content: '';
    position: absolute;
    right: 0.75rem;
    top: 50%;
    height: 0.5rem;
    width: 0.75rem;
    --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));
}

@media (min-width: 59.0625rem) {
    .button-arrow-right:after,
    .button-arrow-right:before {
        right: 1.5rem;
        height: 0.625rem;
        width: 0.8125rem;
    }
}

@media (min-width: 64.125rem) {
    .button-arrow-right:after,
    .button-arrow-right:before {
        right: 2rem;
        height: 0.75rem;
        width: 0.9375rem;
    }
}

.button-arrow-right:after,
.button-arrow-right:before {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    height: 0.5rem;
    width: 0.75rem;
    --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));
}

@media (min-width: 59.0625rem) {
    .button-arrow-right:after,
    .button-arrow-right:before {
        right: 1.5rem;
        height: 0.625rem;
        width: 0.8125rem;
    }
}

@media (min-width: 64.125rem) {
    .button-arrow-right:after,
    .button-arrow-right:before {
        right: 2rem;
        height: 0.75rem;
        width: 0.9375rem;
    }
}

.button-arrow-right:after,
.button-arrow-right:before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 400ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.button-arrow-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3E%3Cpath fill='%2331B7CC' fill-rule='evenodd' d='M10.116.647a.5.5 0 0 1 .707-.001l4.943 4.924a.5.5 0 0 1 0 .708l-4.942 4.923a.5.5 0 0 1-.706-.708l4.085-4.069H.586a.5.5 0 0 1 0-1h13.617l-4.086-4.07a.5.5 0 0 1-.001-.707Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.button-arrow-right:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3E%3Cpath fill='%23ffffff' fill-rule='evenodd' d='M10.116.647a.5.5 0 0 1 .707-.001l4.943 4.924a.5.5 0 0 1 0 .708l-4.942 4.923a.5.5 0 0 1-.706-.708l4.085-4.069H.586a.5.5 0 0 1 0-1h13.617l-4.086-4.07a.5.5 0 0 1-.001-.707Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.prose .button-primary,
.wizzy .button-primary {
    margin-bottom: 2rem;
    margin-right: 1rem;
}

.prose .button-primary:last-child,
.wizzy .button-primary:last-child {
    margin-bottom: 0px;
    margin-right: 0px;
}

@media (min-width: 59.0625rem) {
    .prose .button-primary:last-child,
    .wizzy .button-primary:last-child {
        margin-top: 0px;
    }
}

.prose .button-primary,
.wizzy .button-primary {
    margin-bottom: 2rem;
    margin-right: 1rem;
}

.prose .button-primary:last-child,
.wizzy .button-primary:last-child {
    margin-bottom: 0px;
    margin-right: 0px;
}

@media (min-width: 59.0625rem) {
    .prose .button-primary:last-child,
    .wizzy .button-primary:last-child {
        margin-top: 0px;
    }
}

.button-primary {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-bottom: 0.75rem;
    padding-top: 0.8125rem;
}

@media (min-width: 59.0625rem) {
    .button-primary {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-bottom: 0.875rem;
        padding-top: 0.9375rem;
    }
}

@media (min-width: 64.125rem) {
    .button-primary {
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 1rem;
        padding-bottom: 0.8125rem;
    }
}

.button-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    font-size: 0.625rem;
    line-height: 120%;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

@media (min-width: 59.0625rem) {
    .button-primary {
        font-size: 0.75rem;
    }
}

@media (min-width: 64.125rem) {
    .button-primary {
        font-size: 0.875rem;
    }
}

:is(.dark .button-primary) {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.button-primary {
    cursor: pointer;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    border-radius: 0.125rem;
    --tw-text-opacity: 1;
    color: rgb(143 99 71 / var(--tw-text-opacity));
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(143 99 71 / var(--tw-ring-opacity));
}

:is(.dark .button-primary) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(205 185 167 / var(--tw-ring-opacity));
}

.button-primary:hover,
.button-primary:focus-visible,
.button-primary:active,
.button-primary:focus {
    background-color: #8F6347;
}

:is(.dark .button-primary:hover),
:is(.dark .button-primary:focus-visible),
:is(.dark .button-primary:active),
:is(.dark .button-primary:focus) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(143 99 71 / var(--tw-ring-opacity));
}

.button-primary:hover,
.button-primary:focus-visible,
.button-primary:active,
.button-primary:focus {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.bg-primary-2 .button-primary:not(.button-white):not(.button-light):not(.button-primary) {
    --tw-text-opacity: 1;
    color: rgb(34 34 34 / var(--tw-text-opacity));
    --tw-ring-color: rgb(64 128 143 / 0.75);
}

.bg-primary-2 .button-primary:not(.button-white):not(.button-light):not(.button-primary):hover,
.bg-primary-2 .button-primary:not(.button-white):not(.button-light):not(.button-primary):focus-visible,
.bg-primary-2 .button-primary:not(.button-white):not(.button-light):not(.button-primary):active,
.bg-primary-2 .button-primary:not(.button-white):not(.button-light):not(.button-primary):focus {
    background-color: #8F6347;
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(143 99 71 / var(--tw-ring-opacity));
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.bg-gray-1 .button-primary:not(.button-white):not(.button-light):not(.button-primary) {
    --tw-text-opacity: 1;
    color: rgb(57 57 57 / var(--tw-text-opacity));
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(106 98 95 / var(--tw-ring-opacity));
}

.bg-gray-1 .button-primary:not(.button-white):not(.button-light):not(.button-primary):hover,
.bg-gray-1 .button-primary:not(.button-white):not(.button-light):not(.button-primary):focus-visible,
.bg-gray-1 .button-primary:not(.button-white):not(.button-light):not(.button-primary):active,
.bg-gray-1 .button-primary:not(.button-white):not(.button-light):not(.button-primary):focus {
    background-color: #8F6347;
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(143 99 71 / var(--tw-ring-opacity));
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.bg-brown-6 .button-primary:not(.button-white):not(.button-light):not(.button-primary):hover,
.bg-brown-6 .button-primary:not(.button-white):not(.button-light):not(.button-primary):focus-visible,
.bg-brown-6 .button-primary:not(.button-white):not(.button-light):not(.button-primary):active,
.bg-brown-6 .button-primary:not(.button-white):not(.button-light):not(.button-primary):focus {
    background-color: #A48A73;
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(164 138 115 / var(--tw-ring-opacity));
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.button-primary {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(64 128 143 / var(--tw-bg-opacity));
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(64 128 143 / var(--tw-ring-opacity));
}

.button-primary:hover,
.button-primary:focus-visible,
.button-primary:active,
.button-primary:focus {
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgb(64 128 143 / var(--tw-text-opacity));
}

.prose .button-primary-arrow-right,
.wizzy .button-primary-arrow-right {
    margin-bottom: 2rem;
    margin-right: 1rem;
}

.prose .button-primary-arrow-right:last-child,
.wizzy .button-primary-arrow-right:last-child {
    margin-bottom: 0px;
    margin-right: 0px;
}

@media (min-width: 59.0625rem) {
    .prose .button-primary-arrow-right:last-child,
    .wizzy .button-primary-arrow-right:last-child {
        margin-top: 0px;
    }
}

.prose .button-primary-arrow-right,
.wizzy .button-primary-arrow-right {
    margin-bottom: 2rem;
    margin-right: 1rem;
}

.prose .button-primary-arrow-right:last-child,
.wizzy .button-primary-arrow-right:last-child {
    margin-bottom: 0px;
    margin-right: 0px;
}

@media (min-width: 59.0625rem) {
    .prose .button-primary-arrow-right:last-child,
    .wizzy .button-primary-arrow-right:last-child {
        margin-top: 0px;
    }
}

.button-primary-arrow-right {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-bottom: 0.75rem;
    padding-top: 0.8125rem;
}

@media (min-width: 59.0625rem) {
    .button-primary-arrow-right {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-bottom: 0.875rem;
        padding-top: 0.9375rem;
    }
}

@media (min-width: 64.125rem) {
    .button-primary-arrow-right {
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 1rem;
        padding-bottom: 0.8125rem;
    }
}

.button-primary-arrow-right {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    font-size: 0.625rem;
    line-height: 120%;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

@media (min-width: 59.0625rem) {
    .button-primary-arrow-right {
        font-size: 0.75rem;
    }
}

@media (min-width: 64.125rem) {
    .button-primary-arrow-right {
        font-size: 0.875rem;
    }
}

:is(.dark .button-primary-arrow-right) {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.button-primary-arrow-right {
    cursor: pointer;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    border-radius: 0.125rem;
    --tw-text-opacity: 1;
    color: rgb(143 99 71 / var(--tw-text-opacity));
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(143 99 71 / var(--tw-ring-opacity));
}

:is(.dark .button-primary-arrow-right) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(205 185 167 / var(--tw-ring-opacity));
}

.button-primary-arrow-right:hover,
.button-primary-arrow-right:focus-visible,
.button-primary-arrow-right:active,
.button-primary-arrow-right:focus {
    background-color: #8F6347;
}

:is(.dark .button-primary-arrow-right:hover),
:is(.dark .button-primary-arrow-right:focus-visible),
:is(.dark .button-primary-arrow-right:active),
:is(.dark .button-primary-arrow-right:focus) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(143 99 71 / var(--tw-ring-opacity));
}

.button-primary-arrow-right:hover,
.button-primary-arrow-right:focus-visible,
.button-primary-arrow-right:active,
.button-primary-arrow-right:focus {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.bg-primary-2 .button-primary-arrow-right:not(.button-white):not(.button-light):not(.button-primary) {
    --tw-text-opacity: 1;
    color: rgb(34 34 34 / var(--tw-text-opacity));
    --tw-ring-color: rgb(64 128 143 / 0.75);
}

.bg-primary-2 .button-primary-arrow-right:not(.button-white):not(.button-light):not(.button-primary):hover,
.bg-primary-2 .button-primary-arrow-right:not(.button-white):not(.button-light):not(.button-primary):focus-visible,
.bg-primary-2 .button-primary-arrow-right:not(.button-white):not(.button-light):not(.button-primary):active,
.bg-primary-2 .button-primary-arrow-right:not(.button-white):not(.button-light):not(.button-primary):focus {
    background-color: #8F6347;
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(143 99 71 / var(--tw-ring-opacity));
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.bg-gray-1 .button-primary-arrow-right:not(.button-white):not(.button-light):not(.button-primary) {
    --tw-text-opacity: 1;
    color: rgb(57 57 57 / var(--tw-text-opacity));
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(106 98 95 / var(--tw-ring-opacity));
}

.bg-gray-1 .button-primary-arrow-right:not(.button-white):not(.button-light):not(.button-primary):hover,
.bg-gray-1 .button-primary-arrow-right:not(.button-white):not(.button-light):not(.button-primary):focus-visible,
.bg-gray-1 .button-primary-arrow-right:not(.button-white):not(.button-light):not(.button-primary):active,
.bg-gray-1 .button-primary-arrow-right:not(.button-white):not(.button-light):not(.button-primary):focus {
    background-color: #8F6347;
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(143 99 71 / var(--tw-ring-opacity));
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.bg-brown-6 .button-primary-arrow-right:not(.button-white):not(.button-light):not(.button-primary):hover,
.bg-brown-6 .button-primary-arrow-right:not(.button-white):not(.button-light):not(.button-primary):focus-visible,
.bg-brown-6 .button-primary-arrow-right:not(.button-white):not(.button-light):not(.button-primary):active,
.bg-brown-6 .button-primary-arrow-right:not(.button-white):not(.button-light):not(.button-primary):focus {
    background-color: #A48A73;
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(164 138 115 / var(--tw-ring-opacity));
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.button-primary-arrow-right {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(64 128 143 / var(--tw-bg-opacity));
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(64 128 143 / var(--tw-ring-opacity));
}

.button-primary-arrow-right:hover,
.button-primary-arrow-right:focus-visible,
.button-primary-arrow-right:active,
.button-primary-arrow-right:focus {
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgb(64 128 143 / var(--tw-text-opacity));
}

.bg-primary-2 .button:not(.button-white):not(.button-light):not(.button-primary-arrow-right) {
    --tw-text-opacity: 1;
    color: rgb(34 34 34 / var(--tw-text-opacity));
    --tw-ring-color: rgb(64 128 143 / 0.75);
}

.bg-primary-2 .button:not(.button-white):not(.button-light):not(.button-primary-arrow-right):hover,
.bg-primary-2 .button:not(.button-white):not(.button-light):not(.button-primary-arrow-right):focus-visible,
.bg-primary-2 .button:not(.button-white):not(.button-light):not(.button-primary-arrow-right):active,
.bg-primary-2 .button:not(.button-white):not(.button-light):not(.button-primary-arrow-right):focus {
    background-color: #8F6347;
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(143 99 71 / var(--tw-ring-opacity));
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.bg-gray-1 .button:not(.button-white):not(.button-light):not(.button-primary-arrow-right) {
    --tw-text-opacity: 1;
    color: rgb(57 57 57 / var(--tw-text-opacity));
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(106 98 95 / var(--tw-ring-opacity));
}

.bg-gray-1 .button:not(.button-white):not(.button-light):not(.button-primary-arrow-right):hover,
.bg-gray-1 .button:not(.button-white):not(.button-light):not(.button-primary-arrow-right):focus-visible,
.bg-gray-1 .button:not(.button-white):not(.button-light):not(.button-primary-arrow-right):active,
.bg-gray-1 .button:not(.button-white):not(.button-light):not(.button-primary-arrow-right):focus {
    background-color: #8F6347;
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(143 99 71 / var(--tw-ring-opacity));
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.bg-brown-6 .button:not(.button-white):not(.button-light):not(.button-primary-arrow-right):hover,
.bg-brown-6 .button:not(.button-white):not(.button-light):not(.button-primary-arrow-right):focus-visible,
.bg-brown-6 .button:not(.button-white):not(.button-light):not(.button-primary-arrow-right):active,
.bg-brown-6 .button:not(.button-white):not(.button-light):not(.button-primary-arrow-right):focus {
    background-color: #A48A73;
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(164 138 115 / var(--tw-ring-opacity));
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.button-primary-arrow-right {
    position: relative;
    padding-right: 1.75rem;
}

@media (min-width: 59.0625rem) {
    .button-primary-arrow-right {
        padding-right: 3rem;
    }
}

@media (min-width: 64.125rem) {
    .button-primary-arrow-right {
        padding-right: 3.5rem;
    }
}

.button-primary-arrow-right::before {
    content: var(--tw-content);
    opacity: 0;
}

.button-primary-arrow-right:hover::before,
.button-primary-arrow-right:focus-visible::before,
.button-primary-arrow-right:active::before,
.button-primary-arrow-right:focus::before {
    content: var(--tw-content);
    --tw-translate-x: 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));
}

.button-primary-arrow-right:hover::after,
.button-primary-arrow-right:focus-visible::after,
.button-primary-arrow-right:active::after,
.button-primary-arrow-right:focus::after {
    content: var(--tw-content);
    --tw-translate-x: 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));
}

.button-primary-arrow-right:hover::before,
.button-primary-arrow-right:focus-visible::before,
.button-primary-arrow-right:active::before,
.button-primary-arrow-right:focus::before {
    content: var(--tw-content);
    --tw-translate-x: 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));
}

.button-primary-arrow-right:hover::after,
.button-primary-arrow-right:focus-visible::after,
.button-primary-arrow-right:active::after,
.button-primary-arrow-right:focus::after {
    content: var(--tw-content);
    --tw-translate-x: 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));
}

.button-primary-arrow-right:hover::before,
.button-primary-arrow-right:focus-visible::before,
.button-primary-arrow-right:active::before,
.button-primary-arrow-right:focus::before {
    content: var(--tw-content);
    --tw-translate-x: 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));
}

.button-primary-arrow-right:hover::after,
.button-primary-arrow-right:focus-visible::after,
.button-primary-arrow-right:active::after,
.button-primary-arrow-right:focus::after {
    content: var(--tw-content);
    --tw-translate-x: 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));
}

.button-primary-arrow-right:hover::before,
.button-primary-arrow-right:focus-visible::before,
.button-primary-arrow-right:active::before,
.button-primary-arrow-right:focus::before {
    content: var(--tw-content);
    --tw-translate-x: 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));
}

.button-primary-arrow-right:hover::after,
.button-primary-arrow-right:focus-visible::after,
.button-primary-arrow-right:active::after,
.button-primary-arrow-right:focus::after {
    content: var(--tw-content);
    --tw-translate-x: 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));
}

.button-primary-arrow-right:hover::before,
.button-primary-arrow-right:focus-visible::before,
.button-primary-arrow-right:active::before,
.button-primary-arrow-right:focus::before {
    content: var(--tw-content);
    opacity: 1;
}

.button-primary-arrow-right:hover::after,
.button-primary-arrow-right:focus-visible::after,
.button-primary-arrow-right:active::after,
.button-primary-arrow-right:focus::after {
    content: var(--tw-content);
    opacity: 0;
}

.button-primary-arrow-right:after,
.button-primary-arrow-right:before {
    content: '';
    position: absolute;
    right: 0.75rem;
    top: 50%;
    height: 0.5rem;
    width: 0.75rem;
    --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));
}

@media (min-width: 59.0625rem) {
    .button-primary-arrow-right:after,
    .button-primary-arrow-right:before {
        right: 1.5rem;
        height: 0.625rem;
        width: 0.8125rem;
    }
}

@media (min-width: 64.125rem) {
    .button-primary-arrow-right:after,
    .button-primary-arrow-right:before {
        right: 2rem;
        height: 0.75rem;
        width: 0.9375rem;
    }
}

.button-primary-arrow-right:after,
.button-primary-arrow-right:before {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    height: 0.5rem;
    width: 0.75rem;
    --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));
}

@media (min-width: 59.0625rem) {
    .button-primary-arrow-right:after,
    .button-primary-arrow-right:before {
        right: 1.5rem;
        height: 0.625rem;
        width: 0.8125rem;
    }
}

@media (min-width: 64.125rem) {
    .button-primary-arrow-right:after,
    .button-primary-arrow-right:before {
        right: 2rem;
        height: 0.75rem;
        width: 0.9375rem;
    }
}

.button-primary-arrow-right:after,
.button-primary-arrow-right:before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 400ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.button-primary-arrow-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3E%3Cpath fill='%2331B7CC' fill-rule='evenodd' d='M10.116.647a.5.5 0 0 1 .707-.001l4.943 4.924a.5.5 0 0 1 0 .708l-4.942 4.923a.5.5 0 0 1-.706-.708l4.085-4.069H.586a.5.5 0 0 1 0-1h13.617l-4.086-4.07a.5.5 0 0 1-.001-.707Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.button-primary-arrow-right:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3E%3Cpath fill='%23ffffff' fill-rule='evenodd' d='M10.116.647a.5.5 0 0 1 .707-.001l4.943 4.924a.5.5 0 0 1 0 .708l-4.942 4.923a.5.5 0 0 1-.706-.708l4.085-4.069H.586a.5.5 0 0 1 0-1h13.617l-4.086-4.07a.5.5 0 0 1-.001-.707Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.button-primary-arrow-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3E%3Cpath fill='%23ffffff' fill-rule='evenodd' d='M10.116.647a.5.5 0 0 1 .707-.001l4.943 4.924a.5.5 0 0 1 0 .708l-4.942 4.923a.5.5 0 0 1-.706-.708l4.085-4.069H.586a.5.5 0 0 1 0-1h13.617l-4.086-4.07a.5.5 0 0 1-.001-.707Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.button-primary-arrow-right:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3E%3Cpath fill='%2340808F' fill-rule='evenodd' d='M10.116.647a.5.5 0 0 1 .707-.001l4.943 4.924a.5.5 0 0 1 0 .708l-4.942 4.923a.5.5 0 0 1-.706-.708l4.085-4.069H.586a.5.5 0 0 1 0-1h13.617l-4.086-4.07a.5.5 0 0 1-.001-.707Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.prose .button-light,
.wizzy .button-light {
    margin-bottom: 2rem;
    margin-right: 1rem;
}

.prose .button-light:last-child,
.wizzy .button-light:last-child {
    margin-bottom: 0px;
    margin-right: 0px;
}

@media (min-width: 59.0625rem) {
    .prose .button-light:last-child,
    .wizzy .button-light:last-child {
        margin-top: 0px;
    }
}

.prose .button-light,
.wizzy .button-light {
    margin-bottom: 2rem;
    margin-right: 1rem;
}

.prose .button-light:last-child,
.wizzy .button-light:last-child {
    margin-bottom: 0px;
    margin-right: 0px;
}

@media (min-width: 59.0625rem) {
    .prose .button-light:last-child,
    .wizzy .button-light:last-child {
        margin-top: 0px;
    }
}

.button-light {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-bottom: 0.75rem;
    padding-top: 0.8125rem;
}

@media (min-width: 59.0625rem) {
    .button-light {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-bottom: 0.875rem;
        padding-top: 0.9375rem;
    }
}

@media (min-width: 64.125rem) {
    .button-light {
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 1rem;
        padding-bottom: 0.8125rem;
    }
}

.button-light {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    font-size: 0.625rem;
    line-height: 120%;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

@media (min-width: 59.0625rem) {
    .button-light {
        font-size: 0.75rem;
    }
}

@media (min-width: 64.125rem) {
    .button-light {
        font-size: 0.875rem;
    }
}

:is(.dark .button-light) {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.button-light {
    cursor: pointer;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    border-radius: 0.125rem;
    --tw-text-opacity: 1;
    color: rgb(143 99 71 / var(--tw-text-opacity));
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(143 99 71 / var(--tw-ring-opacity));
}

:is(.dark .button-light) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(205 185 167 / var(--tw-ring-opacity));
}

.button-light:hover,
.button-light:focus-visible,
.button-light:active,
.button-light:focus {
    background-color: #8F6347;
}

:is(.dark .button-light:hover),
:is(.dark .button-light:focus-visible),
:is(.dark .button-light:active),
:is(.dark .button-light:focus) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(143 99 71 / var(--tw-ring-opacity));
}

.button-light:hover,
.button-light:focus-visible,
.button-light:active,
.button-light:focus {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.bg-primary-2 .button-light:not(.button-white):not(.button-light):not(.button-primary) {
    --tw-text-opacity: 1;
    color: rgb(34 34 34 / var(--tw-text-opacity));
    --tw-ring-color: rgb(64 128 143 / 0.75);
}

.bg-primary-2 .button-light:not(.button-white):not(.button-light):not(.button-primary):hover,
.bg-primary-2 .button-light:not(.button-white):not(.button-light):not(.button-primary):focus-visible,
.bg-primary-2 .button-light:not(.button-white):not(.button-light):not(.button-primary):active,
.bg-primary-2 .button-light:not(.button-white):not(.button-light):not(.button-primary):focus {
    background-color: #8F6347;
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(143 99 71 / var(--tw-ring-opacity));
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.bg-gray-1 .button-light:not(.button-white):not(.button-light):not(.button-primary) {
    --tw-text-opacity: 1;
    color: rgb(57 57 57 / var(--tw-text-opacity));
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(106 98 95 / var(--tw-ring-opacity));
}

.bg-gray-1 .button-light:not(.button-white):not(.button-light):not(.button-primary):hover,
.bg-gray-1 .button-light:not(.button-white):not(.button-light):not(.button-primary):focus-visible,
.bg-gray-1 .button-light:not(.button-white):not(.button-light):not(.button-primary):active,
.bg-gray-1 .button-light:not(.button-white):not(.button-light):not(.button-primary):focus {
    background-color: #8F6347;
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(143 99 71 / var(--tw-ring-opacity));
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.bg-brown-6 .button-light:not(.button-white):not(.button-light):not(.button-primary):hover,
.bg-brown-6 .button-light:not(.button-white):not(.button-light):not(.button-primary):focus-visible,
.bg-brown-6 .button-light:not(.button-white):not(.button-light):not(.button-primary):active,
.bg-brown-6 .button-light:not(.button-white):not(.button-light):not(.button-primary):focus {
    background-color: #A48A73;
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(164 138 115 / var(--tw-ring-opacity));
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.button-light {
    --tw-text-opacity: 1;
    color: rgb(227 217 207 / var(--tw-text-opacity));
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(227 217 207 / var(--tw-ring-opacity));
}

.button-light:hover,
.button-light:focus-visible,
.button-light:active,
.button-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(227 217 207 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(143 99 71 / var(--tw-text-opacity));
}

.prose .button-light-arrow-right,
.wizzy .button-light-arrow-right {
    margin-bottom: 2rem;
    margin-right: 1rem;
}

.prose .button-light-arrow-right:last-child,
.wizzy .button-light-arrow-right:last-child {
    margin-bottom: 0px;
    margin-right: 0px;
}

@media (min-width: 59.0625rem) {
    .prose .button-light-arrow-right:last-child,
    .wizzy .button-light-arrow-right:last-child {
        margin-top: 0px;
    }
}

.prose .button-light-arrow-right,
.wizzy .button-light-arrow-right {
    margin-bottom: 2rem;
    margin-right: 1rem;
}

.prose .button-light-arrow-right:last-child,
.wizzy .button-light-arrow-right:last-child {
    margin-bottom: 0px;
    margin-right: 0px;
}

@media (min-width: 59.0625rem) {
    .prose .button-light-arrow-right:last-child,
    .wizzy .button-light-arrow-right:last-child {
        margin-top: 0px;
    }
}

.button-light-arrow-right {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-bottom: 0.75rem;
    padding-top: 0.8125rem;
}

@media (min-width: 59.0625rem) {
    .button-light-arrow-right {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-bottom: 0.875rem;
        padding-top: 0.9375rem;
    }
}

@media (min-width: 64.125rem) {
    .button-light-arrow-right {
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 1rem;
        padding-bottom: 0.8125rem;
    }
}

.button-light-arrow-right {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    font-size: 0.625rem;
    line-height: 120%;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

@media (min-width: 59.0625rem) {
    .button-light-arrow-right {
        font-size: 0.75rem;
    }
}

@media (min-width: 64.125rem) {
    .button-light-arrow-right {
        font-size: 0.875rem;
    }
}

:is(.dark .button-light-arrow-right) {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.button-light-arrow-right {
    cursor: pointer;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    border-radius: 0.125rem;
    --tw-text-opacity: 1;
    color: rgb(143 99 71 / var(--tw-text-opacity));
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(143 99 71 / var(--tw-ring-opacity));
}

:is(.dark .button-light-arrow-right) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(205 185 167 / var(--tw-ring-opacity));
}

.button-light-arrow-right:hover,
.button-light-arrow-right:focus-visible,
.button-light-arrow-right:active,
.button-light-arrow-right:focus {
    background-color: #8F6347;
}

:is(.dark .button-light-arrow-right:hover),
:is(.dark .button-light-arrow-right:focus-visible),
:is(.dark .button-light-arrow-right:active),
:is(.dark .button-light-arrow-right:focus) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(143 99 71 / var(--tw-ring-opacity));
}

.button-light-arrow-right:hover,
.button-light-arrow-right:focus-visible,
.button-light-arrow-right:active,
.button-light-arrow-right:focus {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.bg-primary-2 .button-light-arrow-right:not(.button-white):not(.button-light):not(.button-primary) {
    --tw-text-opacity: 1;
    color: rgb(34 34 34 / var(--tw-text-opacity));
    --tw-ring-color: rgb(64 128 143 / 0.75);
}

.bg-primary-2 .button-light-arrow-right:not(.button-white):not(.button-light):not(.button-primary):hover,
.bg-primary-2 .button-light-arrow-right:not(.button-white):not(.button-light):not(.button-primary):focus-visible,
.bg-primary-2 .button-light-arrow-right:not(.button-white):not(.button-light):not(.button-primary):active,
.bg-primary-2 .button-light-arrow-right:not(.button-white):not(.button-light):not(.button-primary):focus {
    background-color: #8F6347;
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(143 99 71 / var(--tw-ring-opacity));
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.bg-gray-1 .button-light-arrow-right:not(.button-white):not(.button-light):not(.button-primary) {
    --tw-text-opacity: 1;
    color: rgb(57 57 57 / var(--tw-text-opacity));
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(106 98 95 / var(--tw-ring-opacity));
}

.bg-gray-1 .button-light-arrow-right:not(.button-white):not(.button-light):not(.button-primary):hover,
.bg-gray-1 .button-light-arrow-right:not(.button-white):not(.button-light):not(.button-primary):focus-visible,
.bg-gray-1 .button-light-arrow-right:not(.button-white):not(.button-light):not(.button-primary):active,
.bg-gray-1 .button-light-arrow-right:not(.button-white):not(.button-light):not(.button-primary):focus {
    background-color: #8F6347;
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(143 99 71 / var(--tw-ring-opacity));
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.bg-brown-6 .button-light-arrow-right:not(.button-white):not(.button-light):not(.button-primary):hover,
.bg-brown-6 .button-light-arrow-right:not(.button-white):not(.button-light):not(.button-primary):focus-visible,
.bg-brown-6 .button-light-arrow-right:not(.button-white):not(.button-light):not(.button-primary):active,
.bg-brown-6 .button-light-arrow-right:not(.button-white):not(.button-light):not(.button-primary):focus {
    background-color: #A48A73;
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(164 138 115 / var(--tw-ring-opacity));
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.button-light-arrow-right {
    --tw-text-opacity: 1;
    color: rgb(227 217 207 / var(--tw-text-opacity));
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(227 217 207 / var(--tw-ring-opacity));
}

.button-light-arrow-right:hover,
.button-light-arrow-right:focus-visible,
.button-light-arrow-right:active,
.button-light-arrow-right:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(227 217 207 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(143 99 71 / var(--tw-text-opacity));
}

.bg-primary-2 .button:not(.button-white):not(.button-light-arrow-right):not(.button-primary) {
    --tw-text-opacity: 1;
    color: rgb(34 34 34 / var(--tw-text-opacity));
    --tw-ring-color: rgb(64 128 143 / 0.75);
}

.bg-primary-2 .button:not(.button-white):not(.button-light-arrow-right):not(.button-primary):hover,
.bg-primary-2 .button:not(.button-white):not(.button-light-arrow-right):not(.button-primary):focus-visible,
.bg-primary-2 .button:not(.button-white):not(.button-light-arrow-right):not(.button-primary):active,
.bg-primary-2 .button:not(.button-white):not(.button-light-arrow-right):not(.button-primary):focus {
    background-color: #8F6347;
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(143 99 71 / var(--tw-ring-opacity));
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.bg-gray-1 .button:not(.button-white):not(.button-light-arrow-right):not(.button-primary) {
    --tw-text-opacity: 1;
    color: rgb(57 57 57 / var(--tw-text-opacity));
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(106 98 95 / var(--tw-ring-opacity));
}

.bg-gray-1 .button:not(.button-white):not(.button-light-arrow-right):not(.button-primary):hover,
.bg-gray-1 .button:not(.button-white):not(.button-light-arrow-right):not(.button-primary):focus-visible,
.bg-gray-1 .button:not(.button-white):not(.button-light-arrow-right):not(.button-primary):active,
.bg-gray-1 .button:not(.button-white):not(.button-light-arrow-right):not(.button-primary):focus {
    background-color: #8F6347;
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(143 99 71 / var(--tw-ring-opacity));
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.bg-brown-6 .button:not(.button-white):not(.button-light-arrow-right):not(.button-primary):hover,
.bg-brown-6 .button:not(.button-white):not(.button-light-arrow-right):not(.button-primary):focus-visible,
.bg-brown-6 .button:not(.button-white):not(.button-light-arrow-right):not(.button-primary):active,
.bg-brown-6 .button:not(.button-white):not(.button-light-arrow-right):not(.button-primary):focus {
    background-color: #A48A73;
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(164 138 115 / var(--tw-ring-opacity));
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.button-light-arrow-right {
    position: relative;
    padding-right: 1.75rem;
}

@media (min-width: 59.0625rem) {
    .button-light-arrow-right {
        padding-right: 3rem;
    }
}

@media (min-width: 64.125rem) {
    .button-light-arrow-right {
        padding-right: 3.5rem;
    }
}

.button-light-arrow-right::before {
    content: var(--tw-content);
    opacity: 0;
}

.button-light-arrow-right:hover::before,
.button-light-arrow-right:focus-visible::before,
.button-light-arrow-right:active::before,
.button-light-arrow-right:focus::before {
    content: var(--tw-content);
    --tw-translate-x: 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));
}

.button-light-arrow-right:hover::after,
.button-light-arrow-right:focus-visible::after,
.button-light-arrow-right:active::after,
.button-light-arrow-right:focus::after {
    content: var(--tw-content);
    --tw-translate-x: 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));
}

.button-light-arrow-right:hover::before,
.button-light-arrow-right:focus-visible::before,
.button-light-arrow-right:active::before,
.button-light-arrow-right:focus::before {
    content: var(--tw-content);
    --tw-translate-x: 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));
}

.button-light-arrow-right:hover::after,
.button-light-arrow-right:focus-visible::after,
.button-light-arrow-right:active::after,
.button-light-arrow-right:focus::after {
    content: var(--tw-content);
    --tw-translate-x: 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));
}

.button-light-arrow-right:hover::before,
.button-light-arrow-right:focus-visible::before,
.button-light-arrow-right:active::before,
.button-light-arrow-right:focus::before {
    content: var(--tw-content);
    --tw-translate-x: 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));
}

.button-light-arrow-right:hover::after,
.button-light-arrow-right:focus-visible::after,
.button-light-arrow-right:active::after,
.button-light-arrow-right:focus::after {
    content: var(--tw-content);
    --tw-translate-x: 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));
}

.button-light-arrow-right:hover::before,
.button-light-arrow-right:focus-visible::before,
.button-light-arrow-right:active::before,
.button-light-arrow-right:focus::before {
    content: var(--tw-content);
    --tw-translate-x: 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));
}

.button-light-arrow-right:hover::after,
.button-light-arrow-right:focus-visible::after,
.button-light-arrow-right:active::after,
.button-light-arrow-right:focus::after {
    content: var(--tw-content);
    --tw-translate-x: 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));
}

.button-light-arrow-right:hover::before,
.button-light-arrow-right:focus-visible::before,
.button-light-arrow-right:active::before,
.button-light-arrow-right:focus::before {
    content: var(--tw-content);
    opacity: 1;
}

.button-light-arrow-right:hover::after,
.button-light-arrow-right:focus-visible::after,
.button-light-arrow-right:active::after,
.button-light-arrow-right:focus::after {
    content: var(--tw-content);
    opacity: 0;
}

.button-light-arrow-right:after,
.button-light-arrow-right:before {
    content: '';
    position: absolute;
    right: 0.75rem;
    top: 50%;
    height: 0.5rem;
    width: 0.75rem;
    --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));
}

@media (min-width: 59.0625rem) {
    .button-light-arrow-right:after,
    .button-light-arrow-right:before {
        right: 1.5rem;
        height: 0.625rem;
        width: 0.8125rem;
    }
}

@media (min-width: 64.125rem) {
    .button-light-arrow-right:after,
    .button-light-arrow-right:before {
        right: 2rem;
        height: 0.75rem;
        width: 0.9375rem;
    }
}

.button-light-arrow-right:after,
.button-light-arrow-right:before {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    height: 0.5rem;
    width: 0.75rem;
    --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));
}

@media (min-width: 59.0625rem) {
    .button-light-arrow-right:after,
    .button-light-arrow-right:before {
        right: 1.5rem;
        height: 0.625rem;
        width: 0.8125rem;
    }
}

@media (min-width: 64.125rem) {
    .button-light-arrow-right:after,
    .button-light-arrow-right:before {
        right: 2rem;
        height: 0.75rem;
        width: 0.9375rem;
    }
}

.button-light-arrow-right:after,
.button-light-arrow-right:before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 400ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.button-light-arrow-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3E%3Cpath fill='%2331B7CC' fill-rule='evenodd' d='M10.116.647a.5.5 0 0 1 .707-.001l4.943 4.924a.5.5 0 0 1 0 .708l-4.942 4.923a.5.5 0 0 1-.706-.708l4.085-4.069H.586a.5.5 0 0 1 0-1h13.617l-4.086-4.07a.5.5 0 0 1-.001-.707Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.button-light-arrow-right:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3E%3Cpath fill='%23ffffff' fill-rule='evenodd' d='M10.116.647a.5.5 0 0 1 .707-.001l4.943 4.924a.5.5 0 0 1 0 .708l-4.942 4.923a.5.5 0 0 1-.706-.708l4.085-4.069H.586a.5.5 0 0 1 0-1h13.617l-4.086-4.07a.5.5 0 0 1-.001-.707Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.button-light-arrow-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3E%3Cpath fill='%23E3D9CF' fill-rule='evenodd' d='M10.116.647a.5.5 0 0 1 .707-.001l4.943 4.924a.5.5 0 0 1 0 .708l-4.942 4.923a.5.5 0 0 1-.706-.708l4.085-4.069H.586a.5.5 0 0 1 0-1h13.617l-4.086-4.07a.5.5 0 0 1-.001-.707Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.button-light-arrow-right:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3E%3Cpath fill='%2331B7CC' fill-rule='evenodd' d='M10.116.647a.5.5 0 0 1 .707-.001l4.943 4.924a.5.5 0 0 1 0 .708l-4.942 4.923a.5.5 0 0 1-.706-.708l4.085-4.069H.586a.5.5 0 0 1 0-1h13.617l-4.086-4.07a.5.5 0 0 1-.001-.707Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.prose .button-white,
.wizzy .button-white {
    margin-bottom: 2rem;
    margin-right: 1rem;
}

.prose .button-white:last-child,
.wizzy .button-white:last-child {
    margin-bottom: 0px;
    margin-right: 0px;
}

@media (min-width: 59.0625rem) {
    .prose .button-white:last-child,
    .wizzy .button-white:last-child {
        margin-top: 0px;
    }
}

.prose .button-white,
.wizzy .button-white {
    margin-bottom: 2rem;
    margin-right: 1rem;
}

.prose .button-white:last-child,
.wizzy .button-white:last-child {
    margin-bottom: 0px;
    margin-right: 0px;
}

@media (min-width: 59.0625rem) {
    .prose .button-white:last-child,
    .wizzy .button-white:last-child {
        margin-top: 0px;
    }
}

.button-white {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-bottom: 0.75rem;
    padding-top: 0.8125rem;
}

@media (min-width: 59.0625rem) {
    .button-white {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-bottom: 0.875rem;
        padding-top: 0.9375rem;
    }
}

@media (min-width: 64.125rem) {
    .button-white {
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 1rem;
        padding-bottom: 0.8125rem;
    }
}

.button-white {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    font-size: 0.625rem;
    line-height: 120%;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

@media (min-width: 59.0625rem) {
    .button-white {
        font-size: 0.75rem;
    }
}

@media (min-width: 64.125rem) {
    .button-white {
        font-size: 0.875rem;
    }
}

:is(.dark .button-white) {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.button-white {
    cursor: pointer;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    border-radius: 0.125rem;
    --tw-text-opacity: 1;
    color: rgb(143 99 71 / var(--tw-text-opacity));
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(143 99 71 / var(--tw-ring-opacity));
}

:is(.dark .button-white) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(205 185 167 / var(--tw-ring-opacity));
}

.button-white:hover,
.button-white:focus-visible,
.button-white:active,
.button-white:focus {
    background-color: #8F6347;
}

:is(.dark .button-white:hover),
:is(.dark .button-white:focus-visible),
:is(.dark .button-white:active),
:is(.dark .button-white:focus) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(143 99 71 / var(--tw-ring-opacity));
}

.button-white:hover,
.button-white:focus-visible,
.button-white:active,
.button-white:focus {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.bg-primary-2 .button-white:not(.button-white):not(.button-light):not(.button-primary) {
    --tw-text-opacity: 1;
    color: rgb(34 34 34 / var(--tw-text-opacity));
    --tw-ring-color: rgb(64 128 143 / 0.75);
}

.bg-primary-2 .button-white:not(.button-white):not(.button-light):not(.button-primary):hover,
.bg-primary-2 .button-white:not(.button-white):not(.button-light):not(.button-primary):focus-visible,
.bg-primary-2 .button-white:not(.button-white):not(.button-light):not(.button-primary):active,
.bg-primary-2 .button-white:not(.button-white):not(.button-light):not(.button-primary):focus {
    background-color: #8F6347;
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(143 99 71 / var(--tw-ring-opacity));
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.bg-gray-1 .button-white:not(.button-white):not(.button-light):not(.button-primary) {
    --tw-text-opacity: 1;
    color: rgb(57 57 57 / var(--tw-text-opacity));
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(106 98 95 / var(--tw-ring-opacity));
}

.bg-gray-1 .button-white:not(.button-white):not(.button-light):not(.button-primary):hover,
.bg-gray-1 .button-white:not(.button-white):not(.button-light):not(.button-primary):focus-visible,
.bg-gray-1 .button-white:not(.button-white):not(.button-light):not(.button-primary):active,
.bg-gray-1 .button-white:not(.button-white):not(.button-light):not(.button-primary):focus {
    background-color: #8F6347;
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(143 99 71 / var(--tw-ring-opacity));
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.bg-brown-6 .button-white:not(.button-white):not(.button-light):not(.button-primary):hover,
.bg-brown-6 .button-white:not(.button-white):not(.button-light):not(.button-primary):focus-visible,
.bg-brown-6 .button-white:not(.button-white):not(.button-light):not(.button-primary):active,
.bg-brown-6 .button-white:not(.button-white):not(.button-light):not(.button-primary):focus {
    background-color: #A48A73;
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(164 138 115 / var(--tw-ring-opacity));
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.button-white {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(251 250 249 / var(--tw-ring-opacity));
}

.button-white:hover,
.button-white:focus-visible,
.button-white:active,
.button-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(251 250 249 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(64 128 143 / var(--tw-text-opacity));
}

:is(.dark .button-white) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(251 250 249 / var(--tw-ring-opacity));
}

.prose .button-white-arrow-right,
.wizzy .button-white-arrow-right {
    margin-bottom: 2rem;
    margin-right: 1rem;
}

.prose .button-white-arrow-right:last-child,
.wizzy .button-white-arrow-right:last-child {
    margin-bottom: 0px;
    margin-right: 0px;
}

@media (min-width: 59.0625rem) {
    .prose .button-white-arrow-right:last-child,
    .wizzy .button-white-arrow-right:last-child {
        margin-top: 0px;
    }
}

.prose .button-white-arrow-right,
.wizzy .button-white-arrow-right {
    margin-bottom: 2rem;
    margin-right: 1rem;
}

.prose .button-white-arrow-right:last-child,
.wizzy .button-white-arrow-right:last-child {
    margin-bottom: 0px;
    margin-right: 0px;
}

@media (min-width: 59.0625rem) {
    .prose .button-white-arrow-right:last-child,
    .wizzy .button-white-arrow-right:last-child {
        margin-top: 0px;
    }
}

.button-white-arrow-right {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-bottom: 0.75rem;
    padding-top: 0.8125rem;
}

@media (min-width: 59.0625rem) {
    .button-white-arrow-right {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-bottom: 0.875rem;
        padding-top: 0.9375rem;
    }
}

@media (min-width: 64.125rem) {
    .button-white-arrow-right {
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 1rem;
        padding-bottom: 0.8125rem;
    }
}

.button-white-arrow-right {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    font-size: 0.625rem;
    line-height: 120%;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

@media (min-width: 59.0625rem) {
    .button-white-arrow-right {
        font-size: 0.75rem;
    }
}

@media (min-width: 64.125rem) {
    .button-white-arrow-right {
        font-size: 0.875rem;
    }
}

:is(.dark .button-white-arrow-right) {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.button-white-arrow-right {
    cursor: pointer;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    border-radius: 0.125rem;
    --tw-text-opacity: 1;
    color: rgb(143 99 71 / var(--tw-text-opacity));
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(143 99 71 / var(--tw-ring-opacity));
}

:is(.dark .button-white-arrow-right) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(205 185 167 / var(--tw-ring-opacity));
}

.button-white-arrow-right:hover,
.button-white-arrow-right:focus-visible,
.button-white-arrow-right:active,
.button-white-arrow-right:focus {
    background-color: #8F6347;
}

:is(.dark .button-white-arrow-right:hover),
:is(.dark .button-white-arrow-right:focus-visible),
:is(.dark .button-white-arrow-right:active),
:is(.dark .button-white-arrow-right:focus) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(143 99 71 / var(--tw-ring-opacity));
}

.button-white-arrow-right:hover,
.button-white-arrow-right:focus-visible,
.button-white-arrow-right:active,
.button-white-arrow-right:focus {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.bg-primary-2 .button-white-arrow-right:not(.button-white):not(.button-light):not(.button-primary) {
    --tw-text-opacity: 1;
    color: rgb(34 34 34 / var(--tw-text-opacity));
    --tw-ring-color: rgb(64 128 143 / 0.75);
}

.bg-primary-2 .button-white-arrow-right:not(.button-white):not(.button-light):not(.button-primary):hover,
.bg-primary-2 .button-white-arrow-right:not(.button-white):not(.button-light):not(.button-primary):focus-visible,
.bg-primary-2 .button-white-arrow-right:not(.button-white):not(.button-light):not(.button-primary):active,
.bg-primary-2 .button-white-arrow-right:not(.button-white):not(.button-light):not(.button-primary):focus {
    background-color: #8F6347;
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(143 99 71 / var(--tw-ring-opacity));
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.bg-gray-1 .button-white-arrow-right:not(.button-white):not(.button-light):not(.button-primary) {
    --tw-text-opacity: 1;
    color: rgb(57 57 57 / var(--tw-text-opacity));
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(106 98 95 / var(--tw-ring-opacity));
}

.bg-gray-1 .button-white-arrow-right:not(.button-white):not(.button-light):not(.button-primary):hover,
.bg-gray-1 .button-white-arrow-right:not(.button-white):not(.button-light):not(.button-primary):focus-visible,
.bg-gray-1 .button-white-arrow-right:not(.button-white):not(.button-light):not(.button-primary):active,
.bg-gray-1 .button-white-arrow-right:not(.button-white):not(.button-light):not(.button-primary):focus {
    background-color: #8F6347;
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(143 99 71 / var(--tw-ring-opacity));
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.bg-brown-6 .button-white-arrow-right:not(.button-white):not(.button-light):not(.button-primary):hover,
.bg-brown-6 .button-white-arrow-right:not(.button-white):not(.button-light):not(.button-primary):focus-visible,
.bg-brown-6 .button-white-arrow-right:not(.button-white):not(.button-light):not(.button-primary):active,
.bg-brown-6 .button-white-arrow-right:not(.button-white):not(.button-light):not(.button-primary):focus {
    background-color: #A48A73;
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(164 138 115 / var(--tw-ring-opacity));
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.button-white-arrow-right {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(251 250 249 / var(--tw-ring-opacity));
}

.button-white-arrow-right:hover,
.button-white-arrow-right:focus-visible,
.button-white-arrow-right:active,
.button-white-arrow-right:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(251 250 249 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(64 128 143 / var(--tw-text-opacity));
}

:is(.dark .button-white-arrow-right) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(251 250 249 / var(--tw-ring-opacity));
}

.bg-primary-2 .button:not(.button-white-arrow-right):not(.button-light):not(.button-primary) {
    --tw-text-opacity: 1;
    color: rgb(34 34 34 / var(--tw-text-opacity));
    --tw-ring-color: rgb(64 128 143 / 0.75);
}

.bg-primary-2 .button:not(.button-white-arrow-right):not(.button-light):not(.button-primary):hover,
.bg-primary-2 .button:not(.button-white-arrow-right):not(.button-light):not(.button-primary):focus-visible,
.bg-primary-2 .button:not(.button-white-arrow-right):not(.button-light):not(.button-primary):active,
.bg-primary-2 .button:not(.button-white-arrow-right):not(.button-light):not(.button-primary):focus {
    background-color: #8F6347;
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(143 99 71 / var(--tw-ring-opacity));
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.bg-gray-1 .button:not(.button-white-arrow-right):not(.button-light):not(.button-primary) {
    --tw-text-opacity: 1;
    color: rgb(57 57 57 / var(--tw-text-opacity));
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(106 98 95 / var(--tw-ring-opacity));
}

.bg-gray-1 .button:not(.button-white-arrow-right):not(.button-light):not(.button-primary):hover,
.bg-gray-1 .button:not(.button-white-arrow-right):not(.button-light):not(.button-primary):focus-visible,
.bg-gray-1 .button:not(.button-white-arrow-right):not(.button-light):not(.button-primary):active,
.bg-gray-1 .button:not(.button-white-arrow-right):not(.button-light):not(.button-primary):focus {
    background-color: #8F6347;
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(143 99 71 / var(--tw-ring-opacity));
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.bg-brown-6 .button:not(.button-white-arrow-right):not(.button-light):not(.button-primary):hover,
.bg-brown-6 .button:not(.button-white-arrow-right):not(.button-light):not(.button-primary):focus-visible,
.bg-brown-6 .button:not(.button-white-arrow-right):not(.button-light):not(.button-primary):active,
.bg-brown-6 .button:not(.button-white-arrow-right):not(.button-light):not(.button-primary):focus {
    background-color: #A48A73;
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(164 138 115 / var(--tw-ring-opacity));
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.button-white-arrow-right {
    position: relative;
    padding-right: 1.75rem;
}

@media (min-width: 59.0625rem) {
    .button-white-arrow-right {
        padding-right: 3rem;
    }
}

@media (min-width: 64.125rem) {
    .button-white-arrow-right {
        padding-right: 3.5rem;
    }
}

.button-white-arrow-right::before {
    content: var(--tw-content);
    opacity: 0;
}

.button-white-arrow-right:hover::before,
.button-white-arrow-right:focus-visible::before,
.button-white-arrow-right:active::before,
.button-white-arrow-right:focus::before {
    content: var(--tw-content);
    --tw-translate-x: 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));
}

.button-white-arrow-right:hover::after,
.button-white-arrow-right:focus-visible::after,
.button-white-arrow-right:active::after,
.button-white-arrow-right:focus::after {
    content: var(--tw-content);
    --tw-translate-x: 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));
}

.button-white-arrow-right:hover::before,
.button-white-arrow-right:focus-visible::before,
.button-white-arrow-right:active::before,
.button-white-arrow-right:focus::before {
    content: var(--tw-content);
    --tw-translate-x: 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));
}

.button-white-arrow-right:hover::after,
.button-white-arrow-right:focus-visible::after,
.button-white-arrow-right:active::after,
.button-white-arrow-right:focus::after {
    content: var(--tw-content);
    --tw-translate-x: 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));
}

.button-white-arrow-right:hover::before,
.button-white-arrow-right:focus-visible::before,
.button-white-arrow-right:active::before,
.button-white-arrow-right:focus::before {
    content: var(--tw-content);
    --tw-translate-x: 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));
}

.button-white-arrow-right:hover::after,
.button-white-arrow-right:focus-visible::after,
.button-white-arrow-right:active::after,
.button-white-arrow-right:focus::after {
    content: var(--tw-content);
    --tw-translate-x: 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));
}

.button-white-arrow-right:hover::before,
.button-white-arrow-right:focus-visible::before,
.button-white-arrow-right:active::before,
.button-white-arrow-right:focus::before {
    content: var(--tw-content);
    --tw-translate-x: 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));
}

.button-white-arrow-right:hover::after,
.button-white-arrow-right:focus-visible::after,
.button-white-arrow-right:active::after,
.button-white-arrow-right:focus::after {
    content: var(--tw-content);
    --tw-translate-x: 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));
}

.button-white-arrow-right:hover::before,
.button-white-arrow-right:focus-visible::before,
.button-white-arrow-right:active::before,
.button-white-arrow-right:focus::before {
    content: var(--tw-content);
    opacity: 1;
}

.button-white-arrow-right:hover::after,
.button-white-arrow-right:focus-visible::after,
.button-white-arrow-right:active::after,
.button-white-arrow-right:focus::after {
    content: var(--tw-content);
    opacity: 0;
}

.button-white-arrow-right:after,
.button-white-arrow-right:before {
    content: '';
    position: absolute;
    right: 0.75rem;
    top: 50%;
    height: 0.5rem;
    width: 0.75rem;
    --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));
}

@media (min-width: 59.0625rem) {
    .button-white-arrow-right:after,
    .button-white-arrow-right:before {
        right: 1.5rem;
        height: 0.625rem;
        width: 0.8125rem;
    }
}

@media (min-width: 64.125rem) {
    .button-white-arrow-right:after,
    .button-white-arrow-right:before {
        right: 2rem;
        height: 0.75rem;
        width: 0.9375rem;
    }
}

.button-white-arrow-right:after,
.button-white-arrow-right:before {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    height: 0.5rem;
    width: 0.75rem;
    --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));
}

@media (min-width: 59.0625rem) {
    .button-white-arrow-right:after,
    .button-white-arrow-right:before {
        right: 1.5rem;
        height: 0.625rem;
        width: 0.8125rem;
    }
}

@media (min-width: 64.125rem) {
    .button-white-arrow-right:after,
    .button-white-arrow-right:before {
        right: 2rem;
        height: 0.75rem;
        width: 0.9375rem;
    }
}

.button-white-arrow-right:after,
.button-white-arrow-right:before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 400ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.button-white-arrow-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3E%3Cpath fill='%2331B7CC' fill-rule='evenodd' d='M10.116.647a.5.5 0 0 1 .707-.001l4.943 4.924a.5.5 0 0 1 0 .708l-4.942 4.923a.5.5 0 0 1-.706-.708l4.085-4.069H.586a.5.5 0 0 1 0-1h13.617l-4.086-4.07a.5.5 0 0 1-.001-.707Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.button-white-arrow-right:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3E%3Cpath fill='%23ffffff' fill-rule='evenodd' d='M10.116.647a.5.5 0 0 1 .707-.001l4.943 4.924a.5.5 0 0 1 0 .708l-4.942 4.923a.5.5 0 0 1-.706-.708l4.085-4.069H.586a.5.5 0 0 1 0-1h13.617l-4.086-4.07a.5.5 0 0 1-.001-.707Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.button-white-arrow-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3E%3Cpath fill='%23ffffff' fill-rule='evenodd' d='M10.116.647a.5.5 0 0 1 .707-.001l4.943 4.924a.5.5 0 0 1 0 .708l-4.942 4.923a.5.5 0 0 1-.706-.708l4.085-4.069H.586a.5.5 0 0 1 0-1h13.617l-4.086-4.07a.5.5 0 0 1-.001-.707Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.button-white-arrow-right:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3E%3Cpath fill='%2340808F' fill-rule='evenodd' d='M10.116.647a.5.5 0 0 1 .707-.001l4.943 4.924a.5.5 0 0 1 0 .708l-4.942 4.923a.5.5 0 0 1-.706-.708l4.085-4.069H.586a.5.5 0 0 1 0-1h13.617l-4.086-4.07a.5.5 0 0 1-.001-.707Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.button-video {
    position: relative;
    height: 3.75rem;
    width: 3.75rem;
    border-radius: 9999px;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(205 185 167 / var(--tw-ring-opacity));
    text-indent: -200vw;
}

.button-video:hover,
.button-video:focus-visible,
.button-video:active,
.button-video:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(205 185 167 / var(--tw-bg-opacity));
}

.button-video:hover::before,
.button-video:focus-visible::before,
.button-video:active::before,
.button-video:focus::before {
    content: var(--tw-content);
    opacity: 1;
}

.button-video:hover::after,
.button-video:focus-visible::after,
.button-video:active::after,
.button-video:focus::after {
    content: var(--tw-content);
    opacity: 0;
}

.button-video:hover::before,
.button-video:focus-visible::before,
.button-video:active::before,
.button-video:focus::before {
    content: var(--tw-content);
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
    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));
}

.button-video:hover::after,
.button-video:focus-visible::after,
.button-video:active::after,
.button-video:focus::after {
    content: var(--tw-content);
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
    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));
}

.button-video:before,
.button-video:after {
    content: '';
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 400ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    height: 1.25rem;
    width: 1.25rem;
    --tw-translate-x: -50%;
    --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));
}

.button-video:after {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='-6 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.794238 0.559163C0.956816 0.472154 1.15409 0.48169 1.30752 0.583976L19.3075 12.584C19.4466 12.6767 19.5302 12.8328 19.5302 13C19.5302 13.1672 19.4466 13.3233 19.3075 13.416L1.30752 25.416C1.15409 25.5183 0.956816 25.5278 0.794238 25.4408C0.631659 25.3538 0.530167 25.1844 0.530167 25V1C0.530167 0.815603 0.631659 0.646173 0.794238 0.559163ZM1.53017 1.93426V24.0657L18.1288 13L1.53017 1.93426Z' fill='%23CDB9A7'/%3E%3C/svg%3E%0A");
}

.button-video:before {
    opacity: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='-6 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.794238 0.559163C0.956816 0.472154 1.15409 0.48169 1.30752 0.583976L19.3075 12.584C19.4466 12.6767 19.5302 12.8328 19.5302 13C19.5302 13.1672 19.4466 13.3233 19.3075 13.416L1.30752 25.416C1.15409 25.5183 0.956816 25.5278 0.794238 25.4408C0.631659 25.3538 0.530167 25.1844 0.530167 25V1C0.530167 0.815603 0.631659 0.646173 0.794238 0.559163Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}

.button-pill {
    border-radius: 9999px;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 0.1875rem;
    padding-bottom: 0.1875rem;
    font-size: 0.6875rem;
    --tw-text-opacity: 1;
    color: rgb(143 99 71 / var(--tw-text-opacity));
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(227 217 207 / var(--tw-ring-opacity));
}

:is(.dark .button-pill) {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.button-pill:hover,
.button-pill:focus-visible,
.button-pill:active,
.button-pill:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(227 217 207 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(111 75 52 / var(--tw-text-opacity));
}

a {
    cursor: pointer;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    font-family: "Ubuntu Sans", sans-serif;
}

a:focus-visible {
    @appy outline-offset-2;
    outline: thin dotted #9ca3af;
}

.link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    font-size: 0.625rem;
    line-height: 120%;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

@media (min-width: 59.0625rem) {
    .link {
        font-size: 0.75rem;
    }
}

@media (min-width: 64.125rem) {
    .link {
        font-size: 0.875rem;
    }
}

:is(.dark .link) {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.link {
    align-items: center;
    text-decoration-line: underline;
    text-underline-offset: 9px;
    cursor: pointer;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    --tw-text-opacity: 1;
    color: rgb(143 99 71 / var(--tw-text-opacity));
}

.link:hover,
.link:focus-visible,
.link:active,
.link:focus {
    --tw-text-opacity: 1;
    color: rgb(111 75 52 / var(--tw-text-opacity));
    text-underline-offset: 3px;
}

.prose .link-arrow-right,
.wizzy .link-arrow-right {
    margin-bottom: 2rem;
    margin-right: 1rem;
}

.prose .link-arrow-right:last-child,
.wizzy .link-arrow-right:last-child {
    margin-bottom: 0px;
    margin-right: 0px;
}

@media (min-width: 59.0625rem) {
    .prose .link-arrow-right:last-child,
    .wizzy .link-arrow-right:last-child {
        margin-top: 0px;
    }
}

.prose .link-arrow-right,
.wizzy .link-arrow-right {
    margin-bottom: 2rem;
    margin-right: 1rem;
}

.prose .link-arrow-right:last-child,
.wizzy .link-arrow-right:last-child {
    margin-bottom: 0px;
    margin-right: 0px;
}

@media (min-width: 59.0625rem) {
    .prose .link-arrow-right:last-child,
    .wizzy .link-arrow-right:last-child {
        margin-top: 0px;
    }
}

.link-arrow-right {
    text-decoration-line: none !important;
    position: relative;
    padding-right: 1rem;
}

@media (min-width: 59.0625rem) {
    .link-arrow-right {
        padding-right: 1.25rem;
    }
}

@media (min-width: 64.125rem) {
    .link-arrow-right {
        padding-right: 1.5rem;
    }
}

.link-arrow-right::before {
    content: var(--tw-content);
    opacity: 0;
}

.link-arrow-right:hover::before,
.link-arrow-right:focus-visible::before,
.link-arrow-right:active::before,
.link-arrow-right:focus::before {
    content: var(--tw-content);
    --tw-translate-x: 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));
}

.link-arrow-right:hover::after,
.link-arrow-right:focus-visible::after,
.link-arrow-right:active::after,
.link-arrow-right:focus::after {
    content: var(--tw-content);
    --tw-translate-x: 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));
}

.link-arrow-right:hover::before,
.link-arrow-right:focus-visible::before,
.link-arrow-right:active::before,
.link-arrow-right:focus::before {
    content: var(--tw-content);
    --tw-translate-x: 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));
}

.link-arrow-right:hover::after,
.link-arrow-right:focus-visible::after,
.link-arrow-right:active::after,
.link-arrow-right:focus::after {
    content: var(--tw-content);
    --tw-translate-x: 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));
}

.link-arrow-right:hover::before,
.link-arrow-right:focus-visible::before,
.link-arrow-right:active::before,
.link-arrow-right:focus::before {
    content: var(--tw-content);
    --tw-translate-x: 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));
}

.link-arrow-right:hover::after,
.link-arrow-right:focus-visible::after,
.link-arrow-right:active::after,
.link-arrow-right:focus::after {
    content: var(--tw-content);
    --tw-translate-x: 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));
}

.link-arrow-right:hover::before,
.link-arrow-right:focus-visible::before,
.link-arrow-right:active::before,
.link-arrow-right:focus::before {
    content: var(--tw-content);
    --tw-translate-x: 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));
}

.link-arrow-right:hover::after,
.link-arrow-right:focus-visible::after,
.link-arrow-right:active::after,
.link-arrow-right:focus::after {
    content: var(--tw-content);
    --tw-translate-x: 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));
}

.link-arrow-right:hover::before,
.link-arrow-right:focus-visible::before,
.link-arrow-right:active::before,
.link-arrow-right:focus::before {
    content: var(--tw-content);
    opacity: 1;
}

.link-arrow-right:hover::after,
.link-arrow-right:focus-visible::after,
.link-arrow-right:active::after,
.link-arrow-right:focus::after {
    content: var(--tw-content);
    opacity: 0;
}

.link-arrow-right:after,
.link-arrow-right:before {
    content: '';
    position: absolute;
    right: 0px;
    top: 50%;
    height: 0.5rem;
    width: 0.75rem;
    --tw-translate-y: calc(-50% - 1px);
    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));
}

@media (min-width: 59.0625rem) {
    .link-arrow-right:after,
    .link-arrow-right:before {
        height: 0.625rem;
        width: 0.8125rem;
    }
}

@media (min-width: 64.125rem) {
    .link-arrow-right:after,
    .link-arrow-right:before {
        height: 0.75rem;
        width: 0.9375rem;
    }
}

.link-arrow-right:after,
.link-arrow-right:before {
    position: absolute;
    right: 0px;
    top: 50%;
    height: 0.5rem;
    width: 0.75rem;
    --tw-translate-y: calc(-50% - 1px);
    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));
}

@media (min-width: 59.0625rem) {
    .link-arrow-right:after,
    .link-arrow-right:before {
        height: 0.625rem;
        width: 0.8125rem;
    }
}

@media (min-width: 64.125rem) {
    .link-arrow-right:after,
    .link-arrow-right:before {
        height: 0.75rem;
        width: 0.9375rem;
    }
}

.link-arrow-right:after,
.link-arrow-right:before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 400ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.link-arrow-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3E%3Cpath fill='%2340808F' fill-rule='evenodd' d='M10.116.647a.5.5 0 0 1 .707-.001l4.943 4.924a.5.5 0 0 1 0 .708l-4.942 4.923a.5.5 0 0 1-.706-.708l4.085-4.069H.586a.5.5 0 0 1 0-1h13.617l-4.086-4.07a.5.5 0 0 1-.001-.707Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.link-arrow-right:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3E%3Cpath fill='%2340808F' fill-rule='evenodd' d='M10.116.647a.5.5 0 0 1 .707-.001l4.943 4.924a.5.5 0 0 1 0 .708l-4.942 4.923a.5.5 0 0 1-.706-.708l4.085-4.069H.586a.5.5 0 0 1 0-1h13.617l-4.086-4.07a.5.5 0 0 1-.001-.707Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.link-arrow-right {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    font-size: 0.625rem;
    line-height: 120%;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

@media (min-width: 59.0625rem) {
    .link-arrow-right {
        font-size: 0.75rem;
    }
}

@media (min-width: 64.125rem) {
    .link-arrow-right {
        font-size: 0.875rem;
    }
}

:is(.dark .link-arrow-right) {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.link-arrow-right {
    align-items: center;
    text-decoration-line: underline;
    text-underline-offset: 9px;
    cursor: pointer;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    --tw-text-opacity: 1;
    color: #31b7ad;
}

.link-arrow-right:hover,
.link-arrow-right:focus-visible,
.link-arrow-right:active,
.link-arrow-right:focus {
    --tw-text-opacity: 1;
    color: rgb(111 75 52 / var(--tw-text-opacity));
    text-underline-offset: 3px;
}

.prose .link-arrow-left,
.wizzy .link-arrow-left {
    margin-bottom: 2rem;
    margin-right: 1rem;
}

.prose .link-arrow-left:last-child,
.wizzy .link-arrow-left:last-child {
    margin-bottom: 0px;
    margin-right: 0px;
}

@media (min-width: 59.0625rem) {
    .prose .link-arrow-left:last-child,
    .wizzy .link-arrow-left:last-child {
        margin-top: 0px;
    }
}

.prose .link-arrow-left,
.wizzy .link-arrow-left {
    margin-bottom: 2rem;
    margin-right: 1rem;
}

.prose .link-arrow-left:last-child,
.wizzy .link-arrow-left:last-child {
    margin-bottom: 0px;
    margin-right: 0px;
}

@media (min-width: 59.0625rem) {
    .prose .link-arrow-left:last-child,
    .wizzy .link-arrow-left:last-child {
        margin-top: 0px;
    }
}

.link-arrow-left {
    text-decoration-line: none !important;
    position: relative;
    padding-right: 1rem;
}

@media (min-width: 59.0625rem) {
    .link-arrow-left {
        padding-right: 1.25rem;
    }
}

@media (min-width: 64.125rem) {
    .link-arrow-left {
        padding-right: 1.5rem;
    }
}

.link-arrow-left::before {
    content: var(--tw-content);
    opacity: 0;
}

.link-arrow-left:hover::before,
.link-arrow-left:focus-visible::before,
.link-arrow-left:active::before,
.link-arrow-left:focus::before {
    content: var(--tw-content);
    --tw-translate-x: 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));
}

.link-arrow-left:hover::after,
.link-arrow-left:focus-visible::after,
.link-arrow-left:active::after,
.link-arrow-left:focus::after {
    content: var(--tw-content);
    --tw-translate-x: 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));
}

.link-arrow-left:hover::before,
.link-arrow-left:focus-visible::before,
.link-arrow-left:active::before,
.link-arrow-left:focus::before {
    content: var(--tw-content);
    --tw-translate-x: 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));
}

.link-arrow-left:hover::after,
.link-arrow-left:focus-visible::after,
.link-arrow-left:active::after,
.link-arrow-left:focus::after {
    content: var(--tw-content);
    --tw-translate-x: 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));
}

.link-arrow-left:hover::before,
.link-arrow-left:focus-visible::before,
.link-arrow-left:active::before,
.link-arrow-left:focus::before {
    content: var(--tw-content);
    --tw-translate-x: 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));
}

.link-arrow-left:hover::after,
.link-arrow-left:focus-visible::after,
.link-arrow-left:active::after,
.link-arrow-left:focus::after {
    content: var(--tw-content);
    --tw-translate-x: 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));
}

.link-arrow-left:hover::before,
.link-arrow-left:focus-visible::before,
.link-arrow-left:active::before,
.link-arrow-left:focus::before {
    content: var(--tw-content);
    --tw-translate-x: 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));
}

.link-arrow-left:hover::after,
.link-arrow-left:focus-visible::after,
.link-arrow-left:active::after,
.link-arrow-left:focus::after {
    content: var(--tw-content);
    --tw-translate-x: 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));
}

.link-arrow-left:hover::before,
.link-arrow-left:focus-visible::before,
.link-arrow-left:active::before,
.link-arrow-left:focus::before {
    content: var(--tw-content);
    opacity: 1;
}

.link-arrow-left:hover::after,
.link-arrow-left:focus-visible::after,
.link-arrow-left:active::after,
.link-arrow-left:focus::after {
    content: var(--tw-content);
    opacity: 0;
}

.link-arrow-left:after,
.link-arrow-left:before {
    content: '';
    position: absolute;
    right: 0px;
    top: 50%;
    height: 0.5rem;
    width: 0.75rem;
    --tw-translate-y: calc(-50% - 1px);
    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));
}

@media (min-width: 59.0625rem) {
    .link-arrow-left:after,
    .link-arrow-left:before {
        height: 0.625rem;
        width: 0.8125rem;
    }
}

@media (min-width: 64.125rem) {
    .link-arrow-left:after,
    .link-arrow-left:before {
        height: 0.75rem;
        width: 0.9375rem;
    }
}

.link-arrow-left:after,
.link-arrow-left:before {
    position: absolute;
    right: 0px;
    top: 50%;
    height: 0.5rem;
    width: 0.75rem;
    --tw-translate-y: calc(-50% - 1px);
    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));
}

@media (min-width: 59.0625rem) {
    .link-arrow-left:after,
    .link-arrow-left:before {
        height: 0.625rem;
        width: 0.8125rem;
    }
}

@media (min-width: 64.125rem) {
    .link-arrow-left:after,
    .link-arrow-left:before {
        height: 0.75rem;
        width: 0.9375rem;
    }
}

.link-arrow-left:after,
.link-arrow-left:before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 400ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.link-arrow-left:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3E%3Cpath fill='%2331B7CC' fill-rule='evenodd' d='M10.116.647a.5.5 0 0 1 .707-.001l4.943 4.924a.5.5 0 0 1 0 .708l-4.942 4.923a.5.5 0 0 1-.706-.708l4.085-4.069H.586a.5.5 0 0 1 0-1h13.617l-4.086-4.07a.5.5 0 0 1-.001-.707Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.link-arrow-left:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3E%3Cpath fill='%2331B7CC' fill-rule='evenodd' d='M10.116.647a.5.5 0 0 1 .707-.001l4.943 4.924a.5.5 0 0 1 0 .708l-4.942 4.923a.5.5 0 0 1-.706-.708l4.085-4.069H.586a.5.5 0 0 1 0-1h13.617l-4.086-4.07a.5.5 0 0 1-.001-.707Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

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

@media (min-width: 59.0625rem) {
    .link-arrow-left {
        padding-right: 0px;
    }
}

@media (min-width: 64.125rem) {
    .link-arrow-left {
        padding-right: 0px;
    }
}

.link-arrow-left {
    position: relative;
    padding-left: 1rem;
}

@media (min-width: 59.0625rem) {
    .link-arrow-left {
        padding-left: 1.25rem;
    }
}

@media (min-width: 64.125rem) {
    .link-arrow-left {
        padding-left: 1.5rem;
    }
}

.link-arrow-left:after,
.link-arrow-left:before {
    content: '';
    left: 0px;
    right: auto;
    --tw-scale-x: -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));
}

.link-arrow-left:hover::before,
.link-arrow-left:focus-visible::before,
.link-arrow-left:active::before,
.link-arrow-left:focus::before {
    content: var(--tw-content);
    --tw-translate-x: -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));
}

.link-arrow-left:hover::after,
.link-arrow-left:focus-visible::after,
.link-arrow-left:active::after,
.link-arrow-left:focus::after {
    content: var(--tw-content);
    --tw-translate-x: -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));
}

.link-arrow-left:hover::before,
.link-arrow-left:focus-visible::before,
.link-arrow-left:active::before,
.link-arrow-left:focus::before {
    content: var(--tw-content);
    --tw-translate-x: -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));
}

.link-arrow-left:hover::after,
.link-arrow-left:focus-visible::after,
.link-arrow-left:active::after,
.link-arrow-left:focus::after {
    content: var(--tw-content);
    --tw-translate-x: -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));
}

.link-arrow-left:hover::before,
.link-arrow-left:focus-visible::before,
.link-arrow-left:active::before,
.link-arrow-left:focus::before {
    content: var(--tw-content);
    --tw-translate-x: -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));
}

.link-arrow-left:hover::after,
.link-arrow-left:focus-visible::after,
.link-arrow-left:active::after,
.link-arrow-left:focus::after {
    content: var(--tw-content);
    --tw-translate-x: -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));
}

.link-arrow-left:hover::before,
.link-arrow-left:focus-visible::before,
.link-arrow-left:active::before,
.link-arrow-left:focus::before {
    content: var(--tw-content);
    --tw-translate-x: -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));
}

.link-arrow-left:hover::after,
.link-arrow-left:focus-visible::after,
.link-arrow-left:active::after,
.link-arrow-left:focus::after {
    content: var(--tw-content);
    --tw-translate-x: -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));
}

.link-arrow-left {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    font-size: 0.625rem;
    line-height: 120%;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

@media (min-width: 59.0625rem) {
    .link-arrow-left {
        font-size: 0.75rem;
    }
}

@media (min-width: 64.125rem) {
    .link-arrow-left {
        font-size: 0.875rem;
    }
}

:is(.dark .link-arrow-left) {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.link-arrow-left {
    align-items: center;
    text-decoration-line: underline;
    text-underline-offset: 9px;
    cursor: pointer;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    --tw-text-opacity: 1;
    color: #31B7CC;
}

.link-arrow-left:hover,
.link-arrow-left:focus-visible,
.link-arrow-left:active,
.link-arrow-left:focus {
    --tw-text-opacity: 1;
    color: rgb(111 75 52 / var(--tw-text-opacity));
    text-underline-offset: 3px;
}

.prose .link-light,
.wizzy .link-light {
    margin-bottom: 2rem;
    margin-right: 1rem;
}

.prose .link-light:last-child,
.wizzy .link-light:last-child {
    margin-bottom: 0px;
    margin-right: 0px;
}

@media (min-width: 59.0625rem) {
    .prose .link-light:last-child,
    .wizzy .link-light:last-child {
        margin-top: 0px;
    }
}

.prose .link-light,
.wizzy .link-light {
    margin-bottom: 2rem;
    margin-right: 1rem;
}

.prose .link-light:last-child,
.wizzy .link-light:last-child {
    margin-bottom: 0px;
    margin-right: 0px;
}

@media (min-width: 59.0625rem) {
    .prose .link-light:last-child,
    .wizzy .link-light:last-child {
        margin-top: 0px;
    }
}

.link-light {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    font-size: 0.625rem;
    line-height: 120%;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

@media (min-width: 59.0625rem) {
    .link-light {
        font-size: 0.75rem;
    }
}

@media (min-width: 64.125rem) {
    .link-light {
        font-size: 0.875rem;
    }
}

:is(.dark .link-light) {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.link-light {
    align-items: center;
    text-decoration-line: underline;
    text-underline-offset: 9px;
    cursor: pointer;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    --tw-text-opacity: 1;
    color: rgb(143 99 71 / var(--tw-text-opacity));
}

.link-light:hover,
.link-light:focus-visible,
.link-light:active,
.link-light:focus {
    --tw-text-opacity: 1;
    color: rgb(111 75 52 / var(--tw-text-opacity));
    text-underline-offset: 3px;
}

.link-light {
    --tw-text-opacity: 1;
    color: rgb(248 243 239 / var(--tw-text-opacity));
}

.link-light:hover,
.link-light:focus-visible,
.link-light:active,
.link-light:focus {
    --tw-text-opacity: 1;
    color: rgb(205 185 167 / var(--tw-text-opacity));
}

.link-light-arrow-right {
    text-decoration-line: none !important;
    position: relative;
    padding-right: 1rem;
}

@media (min-width: 59.0625rem) {
    .link-light-arrow-right {
        padding-right: 1.25rem;
    }
}

@media (min-width: 64.125rem) {
    .link-light-arrow-right {
        padding-right: 1.5rem;
    }
}

.link-light-arrow-right::before {
    content: var(--tw-content);
    opacity: 0;
}

.link-light-arrow-right:hover::before,
.link-light-arrow-right:focus-visible::before,
.link-light-arrow-right:active::before,
.link-light-arrow-right:focus::before {
    content: var(--tw-content);
    --tw-translate-x: 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));
}

.link-light-arrow-right:hover::after,
.link-light-arrow-right:focus-visible::after,
.link-light-arrow-right:active::after,
.link-light-arrow-right:focus::after {
    content: var(--tw-content);
    --tw-translate-x: 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));
}

.link-light-arrow-right:hover::before,
.link-light-arrow-right:focus-visible::before,
.link-light-arrow-right:active::before,
.link-light-arrow-right:focus::before {
    content: var(--tw-content);
    --tw-translate-x: 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));
}

.link-light-arrow-right:hover::after,
.link-light-arrow-right:focus-visible::after,
.link-light-arrow-right:active::after,
.link-light-arrow-right:focus::after {
    content: var(--tw-content);
    --tw-translate-x: 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));
}

.link-light-arrow-right:hover::before,
.link-light-arrow-right:focus-visible::before,
.link-light-arrow-right:active::before,
.link-light-arrow-right:focus::before {
    content: var(--tw-content);
    --tw-translate-x: 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));
}

.link-light-arrow-right:hover::after,
.link-light-arrow-right:focus-visible::after,
.link-light-arrow-right:active::after,
.link-light-arrow-right:focus::after {
    content: var(--tw-content);
    --tw-translate-x: 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));
}

.link-light-arrow-right:hover::before,
.link-light-arrow-right:focus-visible::before,
.link-light-arrow-right:active::before,
.link-light-arrow-right:focus::before {
    content: var(--tw-content);
    --tw-translate-x: 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));
}

.link-light-arrow-right:hover::after,
.link-light-arrow-right:focus-visible::after,
.link-light-arrow-right:active::after,
.link-light-arrow-right:focus::after {
    content: var(--tw-content);
    --tw-translate-x: 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));
}

.link-light-arrow-right:hover::before,
.link-light-arrow-right:focus-visible::before,
.link-light-arrow-right:active::before,
.link-light-arrow-right:focus::before {
    content: var(--tw-content);
    opacity: 1;
}

.link-light-arrow-right:hover::after,
.link-light-arrow-right:focus-visible::after,
.link-light-arrow-right:active::after,
.link-light-arrow-right:focus::after {
    content: var(--tw-content);
    opacity: 0;
}

.link-light-arrow-right:after,
.link-light-arrow-right:before {
    content: '';
    position: absolute;
    right: 0px;
    top: 50%;
    height: 0.5rem;
    width: 0.75rem;
    --tw-translate-y: calc(-50% - 1px);
    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));
}

@media (min-width: 59.0625rem) {
    .link-light-arrow-right:after,
    .link-light-arrow-right:before {
        height: 0.625rem;
        width: 0.8125rem;
    }
}

@media (min-width: 64.125rem) {
    .link-light-arrow-right:after,
    .link-light-arrow-right:before {
        height: 0.75rem;
        width: 0.9375rem;
    }
}

.link-light-arrow-right:after,
.link-light-arrow-right:before {
    position: absolute;
    right: 0px;
    top: 50%;
    height: 0.5rem;
    width: 0.75rem;
    --tw-translate-y: calc(-50% - 1px);
    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));
}

@media (min-width: 59.0625rem) {
    .link-light-arrow-right:after,
    .link-light-arrow-right:before {
        height: 0.625rem;
        width: 0.8125rem;
    }
}

@media (min-width: 64.125rem) {
    .link-light-arrow-right:after,
    .link-light-arrow-right:before {
        height: 0.75rem;
        width: 0.9375rem;
    }
}

.link-light-arrow-right:after,
.link-light-arrow-right:before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 400ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.link-light-arrow-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3E%3Cpath fill='%2331B7CC' fill-rule='evenodd' d='M10.116.647a.5.5 0 0 1 .707-.001l4.943 4.924a.5.5 0 0 1 0 .708l-4.942 4.923a.5.5 0 0 1-.706-.708l4.085-4.069H.586a.5.5 0 0 1 0-1h13.617l-4.086-4.07a.5.5 0 0 1-.001-.707Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.link-light-arrow-right:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3E%3Cpath fill='%2331B7CC' fill-rule='evenodd' d='M10.116.647a.5.5 0 0 1 .707-.001l4.943 4.924a.5.5 0 0 1 0 .708l-4.942 4.923a.5.5 0 0 1-.706-.708l4.085-4.069H.586a.5.5 0 0 1 0-1h13.617l-4.086-4.07a.5.5 0 0 1-.001-.707Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.prose .link-light-arrow-right,
.wizzy .link-light-arrow-right {
    margin-bottom: 2rem;
    margin-right: 1rem;
}

.prose .link-light-arrow-right:last-child,
.wizzy .link-light-arrow-right:last-child {
    margin-bottom: 0px;
    margin-right: 0px;
}

@media (min-width: 59.0625rem) {
    .prose .link-light-arrow-right:last-child,
    .wizzy .link-light-arrow-right:last-child {
        margin-top: 0px;
    }
}

.prose .link-light-arrow-right,
.wizzy .link-light-arrow-right {
    margin-bottom: 2rem;
    margin-right: 1rem;
}

.prose .link-light-arrow-right:last-child,
.wizzy .link-light-arrow-right:last-child {
    margin-bottom: 0px;
    margin-right: 0px;
}

@media (min-width: 59.0625rem) {
    .prose .link-light-arrow-right:last-child,
    .wizzy .link-light-arrow-right:last-child {
        margin-top: 0px;
    }
}

.link-light-arrow-right {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    font-size: 0.625rem;
    line-height: 120%;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

@media (min-width: 59.0625rem) {
    .link-light-arrow-right {
        font-size: 0.75rem;
    }
}

@media (min-width: 64.125rem) {
    .link-light-arrow-right {
        font-size: 0.875rem;
    }
}

:is(.dark .link-light-arrow-right) {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.link-light-arrow-right {
    align-items: center;
    text-decoration-line: underline;
    text-underline-offset: 9px;
    cursor: pointer;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    --tw-text-opacity: 1;
    color: rgb(143 99 71 / var(--tw-text-opacity));
}

.link-light-arrow-right:hover,
.link-light-arrow-right:focus-visible,
.link-light-arrow-right:active,
.link-light-arrow-right:focus {
    --tw-text-opacity: 1;
    color: rgb(111 75 52 / var(--tw-text-opacity));
    text-underline-offset: 3px;
}

.link-light-arrow-right {
    --tw-text-opacity: 1;
    color: rgb(248 243 239 / var(--tw-text-opacity));
}

.link-light-arrow-right:hover,
.link-light-arrow-right:focus-visible,
.link-light-arrow-right:active,
.link-light-arrow-right:focus {
    --tw-text-opacity: 1;
    color: rgb(205 185 167 / var(--tw-text-opacity));
}

.link-light-arrow-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3E%3Cpath fill='%23F8F3EF' fill-rule='evenodd' d='M10.116.647a.5.5 0 0 1 .707-.001l4.943 4.924a.5.5 0 0 1 0 .708l-4.942 4.923a.5.5 0 0 1-.706-.708l4.085-4.069H.586a.5.5 0 0 1 0-1h13.617l-4.086-4.07a.5.5 0 0 1-.001-.707Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.link-light-arrow-right:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3E%3Cpath fill='%23CDB9A7' fill-rule='evenodd' d='M10.116.647a.5.5 0 0 1 .707-.001l4.943 4.924a.5.5 0 0 1 0 .708l-4.942 4.923a.5.5 0 0 1-.706-.708l4.085-4.069H.586a.5.5 0 0 1 0-1h13.617l-4.086-4.07a.5.5 0 0 1-.001-.707Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.link-light-arrow-left {
    text-decoration-line: none !important;
    position: relative;
    padding-right: 1rem;
}

@media (min-width: 59.0625rem) {
    .link-light-arrow-left {
        padding-right: 1.25rem;
    }
}

@media (min-width: 64.125rem) {
    .link-light-arrow-left {
        padding-right: 1.5rem;
    }
}

.link-light-arrow-left::before {
    content: var(--tw-content);
    opacity: 0;
}

.link-light-arrow-left:hover::before,
.link-light-arrow-left:focus-visible::before,
.link-light-arrow-left:active::before,
.link-light-arrow-left:focus::before {
    content: var(--tw-content);
    --tw-translate-x: 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));
}

.link-light-arrow-left:hover::after,
.link-light-arrow-left:focus-visible::after,
.link-light-arrow-left:active::after,
.link-light-arrow-left:focus::after {
    content: var(--tw-content);
    --tw-translate-x: 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));
}

.link-light-arrow-left:hover::before,
.link-light-arrow-left:focus-visible::before,
.link-light-arrow-left:active::before,
.link-light-arrow-left:focus::before {
    content: var(--tw-content);
    --tw-translate-x: 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));
}

.link-light-arrow-left:hover::after,
.link-light-arrow-left:focus-visible::after,
.link-light-arrow-left:active::after,
.link-light-arrow-left:focus::after {
    content: var(--tw-content);
    --tw-translate-x: 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));
}

.link-light-arrow-left:hover::before,
.link-light-arrow-left:focus-visible::before,
.link-light-arrow-left:active::before,
.link-light-arrow-left:focus::before {
    content: var(--tw-content);
    --tw-translate-x: 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));
}

.link-light-arrow-left:hover::after,
.link-light-arrow-left:focus-visible::after,
.link-light-arrow-left:active::after,
.link-light-arrow-left:focus::after {
    content: var(--tw-content);
    --tw-translate-x: 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));
}

.link-light-arrow-left:hover::before,
.link-light-arrow-left:focus-visible::before,
.link-light-arrow-left:active::before,
.link-light-arrow-left:focus::before {
    content: var(--tw-content);
    --tw-translate-x: 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));
}

.link-light-arrow-left:hover::after,
.link-light-arrow-left:focus-visible::after,
.link-light-arrow-left:active::after,
.link-light-arrow-left:focus::after {
    content: var(--tw-content);
    --tw-translate-x: 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));
}

.link-light-arrow-left:hover::before,
.link-light-arrow-left:focus-visible::before,
.link-light-arrow-left:active::before,
.link-light-arrow-left:focus::before {
    content: var(--tw-content);
    opacity: 1;
}

.link-light-arrow-left:hover::after,
.link-light-arrow-left:focus-visible::after,
.link-light-arrow-left:active::after,
.link-light-arrow-left:focus::after {
    content: var(--tw-content);
    opacity: 0;
}

.link-light-arrow-left:after,
.link-light-arrow-left:before {
    content: '';
    position: absolute;
    right: 0px;
    top: 50%;
    height: 0.5rem;
    width: 0.75rem;
    --tw-translate-y: calc(-50% - 1px);
    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));
}

@media (min-width: 59.0625rem) {
    .link-light-arrow-left:after,
    .link-light-arrow-left:before {
        height: 0.625rem;
        width: 0.8125rem;
    }
}

@media (min-width: 64.125rem) {
    .link-light-arrow-left:after,
    .link-light-arrow-left:before {
        height: 0.75rem;
        width: 0.9375rem;
    }
}

.link-light-arrow-left:after,
.link-light-arrow-left:before {
    position: absolute;
    right: 0px;
    top: 50%;
    height: 0.5rem;
    width: 0.75rem;
    --tw-translate-y: calc(-50% - 1px);
    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));
}

@media (min-width: 59.0625rem) {
    .link-light-arrow-left:after,
    .link-light-arrow-left:before {
        height: 0.625rem;
        width: 0.8125rem;
    }
}

@media (min-width: 64.125rem) {
    .link-light-arrow-left:after,
    .link-light-arrow-left:before {
        height: 0.75rem;
        width: 0.9375rem;
    }
}

.link-light-arrow-left:after,
.link-light-arrow-left:before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 400ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.link-light-arrow-left:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3E%3Cpath fill='%2331B7CC' fill-rule='evenodd' d='M10.116.647a.5.5 0 0 1 .707-.001l4.943 4.924a.5.5 0 0 1 0 .708l-4.942 4.923a.5.5 0 0 1-.706-.708l4.085-4.069H.586a.5.5 0 0 1 0-1h13.617l-4.086-4.07a.5.5 0 0 1-.001-.707Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.link-light-arrow-left:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3E%3Cpath fill='%2331B7CC' fill-rule='evenodd' d='M10.116.647a.5.5 0 0 1 .707-.001l4.943 4.924a.5.5 0 0 1 0 .708l-4.942 4.923a.5.5 0 0 1-.706-.708l4.085-4.069H.586a.5.5 0 0 1 0-1h13.617l-4.086-4.07a.5.5 0 0 1-.001-.707Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.link-light-arrow-left {
    padding-right: 0px;
}

@media (min-width: 59.0625rem) {
    .link-light-arrow-left {
        padding-right: 0px;
    }
}

@media (min-width: 64.125rem) {
    .link-light-arrow-left {
        padding-right: 0px;
    }
}

.link-light-arrow-left {
    position: relative;
    padding-left: 1rem;
}

@media (min-width: 59.0625rem) {
    .link-light-arrow-left {
        padding-left: 1.25rem;
    }
}

@media (min-width: 64.125rem) {
    .link-light-arrow-left {
        padding-left: 1.5rem;
    }
}

.link-light-arrow-left:after,
.link-light-arrow-left:before {
    content: '';
    left: 0px;
    right: auto;
    --tw-scale-x: -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));
}

.link-light-arrow-left:hover::before,
.link-light-arrow-left:focus-visible::before,
.link-light-arrow-left:active::before,
.link-light-arrow-left:focus::before {
    content: var(--tw-content);
    --tw-translate-x: -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));
}

.link-light-arrow-left:hover::after,
.link-light-arrow-left:focus-visible::after,
.link-light-arrow-left:active::after,
.link-light-arrow-left:focus::after {
    content: var(--tw-content);
    --tw-translate-x: -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));
}

.link-light-arrow-left:hover::before,
.link-light-arrow-left:focus-visible::before,
.link-light-arrow-left:active::before,
.link-light-arrow-left:focus::before {
    content: var(--tw-content);
    --tw-translate-x: -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));
}

.link-light-arrow-left:hover::after,
.link-light-arrow-left:focus-visible::after,
.link-light-arrow-left:active::after,
.link-light-arrow-left:focus::after {
    content: var(--tw-content);
    --tw-translate-x: -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));
}

.link-light-arrow-left:hover::before,
.link-light-arrow-left:focus-visible::before,
.link-light-arrow-left:active::before,
.link-light-arrow-left:focus::before {
    content: var(--tw-content);
    --tw-translate-x: -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));
}

.link-light-arrow-left:hover::after,
.link-light-arrow-left:focus-visible::after,
.link-light-arrow-left:active::after,
.link-light-arrow-left:focus::after {
    content: var(--tw-content);
    --tw-translate-x: -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));
}

.link-light-arrow-left:hover::before,
.link-light-arrow-left:focus-visible::before,
.link-light-arrow-left:active::before,
.link-light-arrow-left:focus::before {
    content: var(--tw-content);
    --tw-translate-x: -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));
}

.link-light-arrow-left:hover::after,
.link-light-arrow-left:focus-visible::after,
.link-light-arrow-left:active::after,
.link-light-arrow-left:focus::after {
    content: var(--tw-content);
    --tw-translate-x: -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));
}

.prose .link-light-arrow-left,
.wizzy .link-light-arrow-left {
    margin-bottom: 2rem;
    margin-right: 1rem;
}

.prose .link-light-arrow-left:last-child,
.wizzy .link-light-arrow-left:last-child {
    margin-bottom: 0px;
    margin-right: 0px;
}

@media (min-width: 59.0625rem) {
    .prose .link-light-arrow-left:last-child,
    .wizzy .link-light-arrow-left:last-child {
        margin-top: 0px;
    }
}

.prose .link-light-arrow-left,
.wizzy .link-light-arrow-left {
    margin-bottom: 2rem;
    margin-right: 1rem;
}

.prose .link-light-arrow-left:last-child,
.wizzy .link-light-arrow-left:last-child {
    margin-bottom: 0px;
    margin-right: 0px;
}

@media (min-width: 59.0625rem) {
    .prose .link-light-arrow-left:last-child,
    .wizzy .link-light-arrow-left:last-child {
        margin-top: 0px;
    }
}

.link-light-arrow-left {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    font-size: 0.625rem;
    line-height: 120%;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

@media (min-width: 59.0625rem) {
    .link-light-arrow-left {
        font-size: 0.75rem;
    }
}

@media (min-width: 64.125rem) {
    .link-light-arrow-left {
        font-size: 0.875rem;
    }
}

:is(.dark .link-light-arrow-left) {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.link-light-arrow-left {
    align-items: center;
    text-decoration-line: underline;
    text-underline-offset: 9px;
    cursor: pointer;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    --tw-text-opacity: 1;
    color: rgb(143 99 71 / var(--tw-text-opacity));
}

.link-light-arrow-left:hover,
.link-light-arrow-left:focus-visible,
.link-light-arrow-left:active,
.link-light-arrow-left:focus {
    --tw-text-opacity: 1;
    color: rgb(111 75 52 / var(--tw-text-opacity));
    text-underline-offset: 3px;
}

.link-light-arrow-left {
    --tw-text-opacity: 1;
    color: rgb(248 243 239 / var(--tw-text-opacity));
}

.link-light-arrow-left:hover,
.link-light-arrow-left:focus-visible,
.link-light-arrow-left:active,
.link-light-arrow-left:focus {
    --tw-text-opacity: 1;
    color: rgb(205 185 167 / var(--tw-text-opacity));
}

.link-light-arrow-left:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3E%3Cpath fill='%23F8F3EF' fill-rule='evenodd' d='M10.116.647a.5.5 0 0 1 .707-.001l4.943 4.924a.5.5 0 0 1 0 .708l-4.942 4.923a.5.5 0 0 1-.706-.708l4.085-4.069H.586a.5.5 0 0 1 0-1h13.617l-4.086-4.07a.5.5 0 0 1-.001-.707Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.link-light-arrow-left:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3E%3Cpath fill='%23CDB9A7' fill-rule='evenodd' d='M10.116.647a.5.5 0 0 1 .707-.001l4.943 4.924a.5.5 0 0 1 0 .708l-4.942 4.923a.5.5 0 0 1-.706-.708l4.085-4.069H.586a.5.5 0 0 1 0-1h13.617l-4.086-4.07a.5.5 0 0 1-.001-.707Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.pagination {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: #105768;
}

.pagination .page-numbers a,
.pagination .page-numbers.current {
    display: flex;
    min-height: 2.625rem;
    align-items: center;
    justify-content: center;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 0.875rem;
    padding-bottom: 0.6875rem;
    font-size: 0.875rem;
    line-height: 120%;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.07rem;
    --tw-text-opacity: 1;
    color: #105768;
}

.pagination .page-numbers.current {
    --tw-text-opacity: 1;
    color: #31b7ad;
}

.pagination .page-numbers.prev a,
.pagination .page-numbers.next a {
    flex-shrink: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.pagination .page-numbers.next a {
    margin-left: 0.75rem;
    border-left-width: 1px;
    --tw-border-opacity: 1;
    border-color: #105768;
}

.pagination .page-numbers.prev a {
    margin-right: 0.75rem;
    border-right-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(205 185 167 / var(--tw-border-opacity));
}


/* Hide scrollbar for Chrome, Safari and Opera */

.slider::-webkit-scrollbar {
    display: none;
}


/* Hide scrollbar for IE, Edge and Firefox */

.slider {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.site-overlay .gform-theme--foundation .gform_fields {
    grid-row-gap: 0.5rem;
}

.site-overlay .gform_title {
    font-family: Electra, serif;
    font-size: 1.25rem;
    line-height: 115%;
}

@media (min-width: 59.0625rem) {
    .site-overlay .gform_title {
        font-size: 1.5625rem;
    }
}

@media (min-width: 64.125rem) {
    .site-overlay .gform_title {
        font-size: 1.875rem;
    }
}

:is(.dark .site-overlay .gform_title) {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.prose .site-overlay .gform_title,
.wizzy .site-overlay .gform_title {
    margin-bottom: 0.875rem;
    padding-top: 0.625rem;
}

.prose .site-overlay .gform_title:first-child,
.wizzy .site-overlay .gform_title:first-child {
    padding-top: 0px;
}

.prose .site-overlay .gform_title:last-child,
.wizzy .site-overlay .gform_title:last-child {
    margin-bottom: 0px;
}

.prose .site-overlay .gform_title,
.wizzy .site-overlay .gform_title {
    margin-bottom: 0.875rem;
    padding-top: 0.625rem;
}

.prose .site-overlay .gform_title:first-child,
.wizzy .site-overlay .gform_title:first-child {
    padding-top: 0px;
}

.prose .site-overlay .gform_title:last-child,
.wizzy .site-overlay .gform_title:last-child {
    margin-bottom: 0px;
}

.prose .site-overlay .gform_title,
.wizzy .site-overlay .gform_title {
    text-wrap: balance;
}

.site-overlay .gform_title {
    padding-bottom: 0.75rem;
}

.site-overlay .gform_description {
    font-size: 0.8125rem;
    line-height: 140%;
}

@media (min-width: 59.0625rem) {
    .site-overlay .gform_description {
        font-size: 0.875rem;
    }
}

@media (min-width: 64.125rem) {
    .site-overlay .gform_description {
        font-size: 0.9375rem;
    }
}

:is(.dark .site-overlay .gform_description) {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.site-overlay .gform_description {
    padding-bottom: 1.25rem;
}

.prose .site-overlay .gform_button,
.wizzy .site-overlay .gform_button {
    margin-bottom: 2rem;
    margin-right: 1rem;
}

.prose .site-overlay .gform_button:last-child,
.wizzy .site-overlay .gform_button:last-child {
    margin-bottom: 0px;
    margin-right: 0px;
}

@media (min-width: 59.0625rem) {
    .prose .site-overlay .gform_button:last-child,
    .wizzy .site-overlay .gform_button:last-child {
        margin-top: 0px;
    }
}

.prose .site-overlay .gform_button,
.wizzy .site-overlay .gform_button {
    margin-bottom: 2rem;
    margin-right: 1rem;
}

.prose .site-overlay .gform_button:last-child,
.wizzy .site-overlay .gform_button:last-child {
    margin-bottom: 0px;
    margin-right: 0px;
}

@media (min-width: 59.0625rem) {
    .prose .site-overlay .gform_button:last-child,
    .wizzy .site-overlay .gform_button:last-child {
        margin-top: 0px;
    }
}

.site-overlay .gform_button {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-bottom: 0.75rem;
    padding-top: 0.8125rem;
}

@media (min-width: 59.0625rem) {
    .site-overlay .gform_button {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-bottom: 0.875rem;
        padding-top: 0.9375rem;
    }
}

@media (min-width: 64.125rem) {
    .site-overlay .gform_button {
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 1rem;
        padding-bottom: 0.8125rem;
    }
}

.site-overlay .gform_button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    font-size: 0.625rem;
    line-height: 120%;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

@media (min-width: 59.0625rem) {
    .site-overlay .gform_button {
        font-size: 0.75rem;
    }
}

@media (min-width: 64.125rem) {
    .site-overlay .gform_button {
        font-size: 0.875rem;
    }
}

:is(.dark .site-overlay .gform_button) {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.site-overlay .gform_button {
    cursor: pointer;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    border-radius: 0.125rem;
    --tw-text-opacity: 1;
    color: rgb(143 99 71 / var(--tw-text-opacity));
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(143 99 71 / var(--tw-ring-opacity));
}

:is(.dark .site-overlay .gform_button) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(205 185 167 / var(--tw-ring-opacity));
}

.site-overlay .gform_button:hover,
.site-overlay .gform_button:focus-visible,
.site-overlay .gform_button:active,
.site-overlay .gform_button:focus {
    background-color: #8F6347;
}

:is(.dark .site-overlay .gform_button:hover),
:is(.dark .site-overlay .gform_button:focus-visible),
:is(.dark .site-overlay .gform_button:active),
:is(.dark .site-overlay .gform_button:focus) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(143 99 71 / var(--tw-ring-opacity));
}

.site-overlay .gform_button:hover,
.site-overlay .gform_button:focus-visible,
.site-overlay .gform_button:active,
.site-overlay .gform_button:focus {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.bg-primary-2 .site-overlay .gform_button:not(.button-white):not(.button-light):not(.button-primary) {
    --tw-text-opacity: 1;
    color: rgb(34 34 34 / var(--tw-text-opacity));
    --tw-ring-color: rgb(64 128 143 / 0.75);
}

.bg-primary-2 .site-overlay .gform_button:not(.button-white):not(.button-light):not(.button-primary):hover,
.bg-primary-2 .site-overlay .gform_button:not(.button-white):not(.button-light):not(.button-primary):focus-visible,
.bg-primary-2 .site-overlay .gform_button:not(.button-white):not(.button-light):not(.button-primary):active,
.bg-primary-2 .site-overlay .gform_button:not(.button-white):not(.button-light):not(.button-primary):focus {
    background-color: #8F6347;
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(143 99 71 / var(--tw-ring-opacity));
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.bg-gray-1 .site-overlay .gform_button:not(.button-white):not(.button-light):not(.button-primary) {
    --tw-text-opacity: 1;
    color: rgb(57 57 57 / var(--tw-text-opacity));
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(106 98 95 / var(--tw-ring-opacity));
}

.bg-gray-1 .site-overlay .gform_button:not(.button-white):not(.button-light):not(.button-primary):hover,
.bg-gray-1 .site-overlay .gform_button:not(.button-white):not(.button-light):not(.button-primary):focus-visible,
.bg-gray-1 .site-overlay .gform_button:not(.button-white):not(.button-light):not(.button-primary):active,
.bg-gray-1 .site-overlay .gform_button:not(.button-white):not(.button-light):not(.button-primary):focus {
    background-color: #8F6347;
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(143 99 71 / var(--tw-ring-opacity));
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.bg-brown-6 .site-overlay .gform_button:not(.button-white):not(.button-light):not(.button-primary):hover,
.bg-brown-6 .site-overlay .gform_button:not(.button-white):not(.button-light):not(.button-primary):focus-visible,
.bg-brown-6 .site-overlay .gform_button:not(.button-white):not(.button-light):not(.button-primary):active,
.bg-brown-6 .site-overlay .gform_button:not(.button-white):not(.button-light):not(.button-primary):focus {
    background-color: #A48A73;
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(164 138 115 / var(--tw-ring-opacity));
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.site-overlay .gform_button {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(64 128 143 / var(--tw-bg-opacity));
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(64 128 143 / var(--tw-ring-opacity));
}

.site-overlay .gform_button:hover,
.site-overlay .gform_button:focus-visible,
.site-overlay .gform_button:active,
.site-overlay .gform_button:focus {
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgb(64 128 143 / var(--tw-text-opacity));
}

.site-overlay .gform_button {
    width: 100%;
}

.bg-primary-2 .button:not(.button-white):not(.button-light):not(.site-overlay .gform_button) {
    --tw-text-opacity: 1;
    color: rgb(34 34 34 / var(--tw-text-opacity));
    --tw-ring-color: rgb(64 128 143 / 0.75);
}

.bg-primary-2 .button:not(.button-white):not(.button-light):not(.site-overlay .gform_button):hover,
.bg-primary-2 .button:not(.button-white):not(.button-light):not(.site-overlay .gform_button):focus-visible,
.bg-primary-2 .button:not(.button-white):not(.button-light):not(.site-overlay .gform_button):active,
.bg-primary-2 .button:not(.button-white):not(.button-light):not(.site-overlay .gform_button):focus {
    background-color: #8F6347;
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(143 99 71 / var(--tw-ring-opacity));
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.bg-gray-1 .button:not(.button-white):not(.button-light):not(.site-overlay .gform_button) {
    --tw-text-opacity: 1;
    color: rgb(57 57 57 / var(--tw-text-opacity));
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(106 98 95 / var(--tw-ring-opacity));
}

.bg-gray-1 .button:not(.button-white):not(.button-light):not(.site-overlay .gform_button):hover,
.bg-gray-1 .button:not(.button-white):not(.button-light):not(.site-overlay .gform_button):focus-visible,
.bg-gray-1 .button:not(.button-white):not(.button-light):not(.site-overlay .gform_button):active,
.bg-gray-1 .button:not(.button-white):not(.button-light):not(.site-overlay .gform_button):focus {
    background-color: #8F6347;
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(143 99 71 / var(--tw-ring-opacity));
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.bg-brown-6 .button:not(.button-white):not(.button-light):not(.site-overlay .gform_button):hover,
.bg-brown-6 .button:not(.button-white):not(.button-light):not(.site-overlay .gform_button):focus-visible,
.bg-brown-6 .button:not(.button-white):not(.button-light):not(.site-overlay .gform_button):active,
.bg-brown-6 .button:not(.button-white):not(.button-light):not(.site-overlay .gform_button):focus {
    background-color: #A48A73;
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(164 138 115 / var(--tw-ring-opacity));
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.site-overlay .gform_body {
    margin-bottom: 1.25rem;
}

.site-overlay .gform_body .gform_fields {
    display: grid;
    gap: 0.5rem;
}

.site-overlay .gform_body input,
.site-overlay .gform_body select,
.site-overlay .gform_body textarea {
    width: 100%;
    --tw-border-opacity: 1;
    border-color: rgb(205 185 167 / var(--tw-border-opacity));
    font-size: 1rem;
}

.site-overlay .gform_body input::-moz-placeholder,
.site-overlay .gform_body select::-moz-placeholder,
.site-overlay .gform_body textarea::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}

.site-overlay .gform_body input::placeholder,
.site-overlay .gform_body select::placeholder,
.site-overlay .gform_body textarea::placeholder {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}

.site-overlay .ginput_complex {
    display: grid;
    gap: 0.5rem;
}

.bg-primary-2 .button:not(.button-white):not(.button-light):not(.button-primary) {
    --tw-text-opacity: 1;
    color: rgb(34 34 34 / var(--tw-text-opacity));
    --tw-ring-color: rgb(64 128 143 / 0.75);
}

.bg-primary-2 .button:not(.button-white):not(.button-light):not(.button-primary):hover,
.bg-primary-2 .button:not(.button-white):not(.button-light):not(.button-primary):focus-visible,
.bg-primary-2 .button:not(.button-white):not(.button-light):not(.button-primary):active,
.bg-primary-2 .button:not(.button-white):not(.button-light):not(.button-primary):focus {
    background-color: #8F6347;
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(143 99 71 / var(--tw-ring-opacity));
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.bg-gray-1 .button:not(.button-white):not(.button-light):not(.button-primary) {
    --tw-text-opacity: 1;
    color: rgb(57 57 57 / var(--tw-text-opacity));
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(106 98 95 / var(--tw-ring-opacity));
}

.bg-gray-1 .button:not(.button-white):not(.button-light):not(.button-primary):hover,
.bg-gray-1 .button:not(.button-white):not(.button-light):not(.button-primary):focus-visible,
.bg-gray-1 .button:not(.button-white):not(.button-light):not(.button-primary):active,
.bg-gray-1 .button:not(.button-white):not(.button-light):not(.button-primary):focus {
    background-color: #8F6347;
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(143 99 71 / var(--tw-ring-opacity));
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.bg-brown-6 .button:not(.button-white):not(.button-light):not(.button-primary):hover,
.bg-brown-6 .button:not(.button-white):not(.button-light):not(.button-primary):focus-visible,
.bg-brown-6 .button:not(.button-white):not(.button-light):not(.button-primary):active,
.bg-brown-6 .button:not(.button-white):not(.button-light):not(.button-primary):focus {
    background-color: #A48A73;
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(164 138 115 / var(--tw-ring-opacity));
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}


/* Only apply these styles inside the form section */

.form .gform_title {
    margin-left: auto;
    margin-right: auto;
    max-width: 53.0625rem;
    font-family: Electra, serif;
    font-size: 1.4375rem;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

@media (min-width: 59.0625rem) {
    .form .gform_title {
        font-size: 1.875rem;
    }
}

@media (min-width: 64.125rem) {
    .form .gform_title {
        font-size: 2.5rem;
    }
}

:is(.dark .form .gform_title) {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.prose .form .gform_title,
.wizzy .form .gform_title {
    margin-bottom: 0.875rem;
    padding-top: 0.625rem;
}

.prose .form .gform_title:first-child,
.wizzy .form .gform_title:first-child {
    padding-top: 0px;
}

.prose .form .gform_title:last-child,
.wizzy .form .gform_title:last-child {
    margin-bottom: 0px;
}

.prose .form .gform_title,
.wizzy .form .gform_title {
    margin-bottom: 0.875rem;
    padding-top: 0.625rem;
}

.prose .form .gform_title:first-child,
.wizzy .form .gform_title:first-child {
    padding-top: 0px;
}

.prose .form .gform_title:last-child,
.wizzy .form .gform_title:last-child {
    margin-bottom: 0px;
}

.prose .form .gform_title,
.wizzy .form .gform_title {
    text-wrap: balance;
}

.form .gform_title {
    text-align: center;
    font-family: "Ubuntu Sans", sans-serif;
}

.form .gform_description {
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.25rem;
    max-width: 53.0625rem;
}

@media (min-width: 64.125rem) {
    .form .gform_description {
        margin-top: 2.75rem;
    }
}

.form .gform_description {
    font-size: 0.875rem;
    line-height: 140%;
}

@media (min-width: 59.0625rem) {
    .form .gform_description {
        font-size: 0.9375rem;
    }
}

@media (min-width: 64.125rem) {
    .form .gform_description {
        font-size: 1.125rem;
    }
}

:is(.dark .form .gform_description) {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

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

.form .gform_body {
    margin-top: 3rem;
}

@media (min-width: 59.0625rem) {
    .form .gform_body {
        margin-top: 5rem;
    }
}

.form .gform_fields {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.875rem;
}

@media (min-width: 59.0625rem) {
    .form .gform_fields {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }
}


/* Only apply these styles inside the footer form */

.footer-form .gform_confirmation_message,
.footer-form .gform_title {
    font-family: Electra, serif;
    font-size: 1.25rem;
    line-height: 115%;
}

@media (min-width: 59.0625rem) {
    .footer-form .gform_confirmation_message,
    .footer-form .gform_title {
        font-size: 1.375rem;
    }
}

@media (min-width: 64.125rem) {
    .footer-form .gform_confirmation_message,
    .footer-form .gform_title {
        font-size: 1.5rem;
    }
}

:is(.dark .footer-form .gform_confirmation_message),
:is(.dark .footer-form .gform_title) {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.footer-form .gform_confirmation_message,
.footer-form .gform_title {
    text-align: left;
}

@media (min-width: 48rem) {
    .footer-form .gform_confirmation_message,
    .footer-form .gform_title {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}

@media (min-width: 64.125rem) {
    .footer-form .gform_confirmation_message,
    .footer-form .gform_title {
        margin-left: 0px;
        margin-right: 0px;
        max-width: 26rem;
        text-align: left;
    }
}

.footer-form .gform_description {
    font-size: 0.8125rem;
    line-height: 140%;
}

@media (min-width: 59.0625rem) {
    .footer-form .gform_description {
        font-size: 0.875rem;
    }
}

@media (min-width: 64.125rem) {
    .footer-form .gform_description {
        font-size: 0.9375rem;
    }
}

:is(.dark .footer-form .gform_description) {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.footer-form .gform_description {
    --tw-text-opacity: 1;
    color: rgb(111 75 52 / var(--tw-text-opacity));
}

@media (min-width: 48rem) {
    .footer-form .gform_description {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}

@media (min-width: 64.125rem) {
    .footer-form .gform_description {
        margin-left: 0px;
        margin-right: 0px;
        text-align: left;
    }
}

.footer-form .gform_body {
    margin-top: 1.375rem;
}

@media (min-width: 48rem) {
    .footer-form .gform_body {
        margin-top: 1.875rem;
    }
}

.footer-form .gform_footer {
    display: none !important;
}

.footer-form .gform_fields {
    display: flex;
    width: 100%;
    gap: 0.875rem;
}

.footer-form .gform_fields .gfield:not(#field_submit) {
    width: 100%;
    flex-grow: 1;
}

.footer-form .gform_fields input {
    max-height: 2.9375rem;
}

.footer-form input[type='submit'] {
    min-width: 7.1875rem;
    margin-top: 1px;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    font-size: 0.75rem;
    line-height: 140%;
    letter-spacing: 0.06rem;
    --tw-text-opacity: 1;
    color: rgb(34 34 34 / var(--tw-text-opacity));
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(205 185 167 / var(--tw-ring-opacity));
}

.footer-form input[type='submit']:hover {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(143 99 71 / var(--tw-ring-opacity));
}

.form .gfield,
.footer-form .gfield {
    grid-column: 1 / -1;
}

.form .gfield--width-full,
.footer-form .gfield--width-full {
    grid-column: 1 / -1;
}

.form .gfield--width-half,
.footer-form .gfield--width-half {
    grid-column: 1 / -1;
}

@media (min-width: 59.0625rem) {
    .form .gfield--width-half,
    .footer-form .gfield--width-half {
        grid-column: span 6 / span 6;
    }
}

.form .gfield--width-third,
.footer-form .gfield--width-third {
    grid-column: 1 / -1;
}

@media (min-width: 59.0625rem) {
    .form .gfield--width-third,
    .footer-form .gfield--width-third {
        grid-column: span 4 / span 4;
    }
}

.form .gfield--width-quarter,
.footer-form .gfield--width-quarter {
    grid-column: 1 / -1;
}

@media (min-width: 59.0625rem) {
    .form .gfield--width-quarter,
    .footer-form .gfield--width-quarter {
        grid-column: span 3 / span 3;
    }
}

.form .gform-grid-row,
.footer-form .gform-grid-row {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.875rem;
}

@media (min-width: 59.0625rem) {
    .form .gform-grid-row,
    .footer-form .gform-grid-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.form .gform-grid-row.ginput_complex,
.footer-form .gform-grid-row.ginput_complex {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (min-width: 59.0625rem) {
    .form .gform-grid-row.ginput_complex,
    .footer-form .gform-grid-row.ginput_complex {
        flex-direction: row;
    }
}

.form .gform-grid-row.ginput_complex.ginput_container_address,
.footer-form .gform-grid-row.ginput_complex.ginput_container_address {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 59.0625rem) {
    .form .gform-grid-row.ginput_complex.ginput_container_address,
    .footer-form .gform-grid-row.ginput_complex.ginput_container_address {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.form .gfield_list_icons,
.footer-form .gfield_list_icons {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.prose .form .gfield_list_icons button,
.wizzy .form .gfield_list_icons button,
.prose .footer-form .gfield_list_icons button,
.wizzy .footer-form .gfield_list_icons button {
    margin-bottom: 2rem;
    margin-right: 1rem;
}

.prose .form .gfield_list_icons button:last-child,
.wizzy .form .gfield_list_icons button:last-child,
.prose .footer-form .gfield_list_icons button:last-child,
.wizzy .footer-form .gfield_list_icons button:last-child {
    margin-bottom: 0px;
    margin-right: 0px;
}

@media (min-width: 59.0625rem) {
    .prose .form .gfield_list_icons button:last-child,
    .wizzy .form .gfield_list_icons button:last-child,
    .prose .footer-form .gfield_list_icons button:last-child,
    .wizzy .footer-form .gfield_list_icons button:last-child {
        margin-top: 0px;
    }
}

.prose .form .gfield_list_icons button,
.wizzy .form .gfield_list_icons button,
.prose .footer-form .gfield_list_icons button,
.wizzy .footer-form .gfield_list_icons button {
    margin-bottom: 2rem;
    margin-right: 1rem;
}

.prose .form .gfield_list_icons button:last-child,
.wizzy .form .gfield_list_icons button:last-child,
.prose .footer-form .gfield_list_icons button:last-child,
.wizzy .footer-form .gfield_list_icons button:last-child {
    margin-bottom: 0px;
    margin-right: 0px;
}

@media (min-width: 59.0625rem) {
    .prose .form .gfield_list_icons button:last-child,
    .wizzy .form .gfield_list_icons button:last-child,
    .prose .footer-form .gfield_list_icons button:last-child,
    .wizzy .footer-form .gfield_list_icons button:last-child {
        margin-top: 0px;
    }
}

.form .gfield_list_icons button,
.footer-form .gfield_list_icons button {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-bottom: 0.75rem;
    padding-top: 0.8125rem;
}

@media (min-width: 59.0625rem) {
    .form .gfield_list_icons button,
    .footer-form .gfield_list_icons button {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-bottom: 0.875rem;
        padding-top: 0.9375rem;
    }
}

@media (min-width: 64.125rem) {
    .form .gfield_list_icons button,
    .footer-form .gfield_list_icons button {
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 1rem;
        padding-bottom: 0.8125rem;
    }
}

.form .gfield_list_icons button,
.footer-form .gfield_list_icons button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    font-size: 0.625rem;
    line-height: 120%;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

@media (min-width: 59.0625rem) {
    .form .gfield_list_icons button,
    .footer-form .gfield_list_icons button {
        font-size: 0.75rem;
    }
}

@media (min-width: 64.125rem) {
    .form .gfield_list_icons button,
    .footer-form .gfield_list_icons button {
        font-size: 0.875rem;
    }
}

:is(.dark .form .gfield_list_icons button),
:is(.dark .footer-form .gfield_list_icons button) {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.form .gfield_list_icons button,
.footer-form .gfield_list_icons button {
    cursor: pointer;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    border-radius: 0.125rem;
    --tw-text-opacity: 1;
    color: rgb(143 99 71 / var(--tw-text-opacity));
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(143 99 71 / var(--tw-ring-opacity));
}

:is(.dark .form .gfield_list_icons button),
:is(.dark .footer-form .gfield_list_icons button) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(205 185 167 / var(--tw-ring-opacity));
}

.form .gfield_list_icons button:hover,
.form .gfield_list_icons button:focus-visible,
.form .gfield_list_icons button:active,
.form .gfield_list_icons button:focus,
.footer-form .gfield_list_icons button:hover,
.footer-form .gfield_list_icons button:focus-visible,
.footer-form .gfield_list_icons button:active,
.footer-form .gfield_list_icons button:focus {
    background-color: #8F6347;
}

:is(.dark .form .gfield_list_icons button:hover),
:is(.dark .form .gfield_list_icons button:focus-visible),
:is(.dark .form .gfield_list_icons button:active),
:is(.dark .form .gfield_list_icons button:focus),
:is(.dark .footer-form .gfield_list_icons button:hover),
:is(.dark .footer-form .gfield_list_icons button:focus-visible),
:is(.dark .footer-form .gfield_list_icons button:active),
:is(.dark .footer-form .gfield_list_icons button:focus) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(143 99 71 / var(--tw-ring-opacity));
}

.form .gfield_list_icons button:hover,
.form .gfield_list_icons button:focus-visible,
.form .gfield_list_icons button:active,
.form .gfield_list_icons button:focus,
.footer-form .gfield_list_icons button:hover,
.footer-form .gfield_list_icons button:focus-visible,
.footer-form .gfield_list_icons button:active,
.footer-form .gfield_list_icons button:focus {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.bg-primary-2 .form .gfield_list_icons button:not(.button-white):not(.button-light):not(.button-primary),
.bg-primary-2 .footer-form .gfield_list_icons button:not(.button-white):not(.button-light):not(.button-primary) {
    --tw-text-opacity: 1;
    color: rgb(34 34 34 / var(--tw-text-opacity));
    --tw-ring-color: rgb(64 128 143 / 0.75);
}

.bg-primary-2 .form .gfield_list_icons button:not(.button-white):not(.button-light):not(.button-primary):hover,
.bg-primary-2 .form .gfield_list_icons button:not(.button-white):not(.button-light):not(.button-primary):focus-visible,
.bg-primary-2 .form .gfield_list_icons button:not(.button-white):not(.button-light):not(.button-primary):active,
.bg-primary-2 .form .gfield_list_icons button:not(.button-white):not(.button-light):not(.button-primary):focus,
.bg-primary-2 .footer-form .gfield_list_icons button:not(.button-white):not(.button-light):not(.button-primary):hover,
.bg-primary-2 .footer-form .gfield_list_icons button:not(.button-white):not(.button-light):not(.button-primary):focus-visible,
.bg-primary-2 .footer-form .gfield_list_icons button:not(.button-white):not(.button-light):not(.button-primary):active,
.bg-primary-2 .footer-form .gfield_list_icons button:not(.button-white):not(.button-light):not(.button-primary):focus {
    background-color: #8F6347;
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(143 99 71 / var(--tw-ring-opacity));
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.bg-gray-1 .form .gfield_list_icons button:not(.button-white):not(.button-light):not(.button-primary),
.bg-gray-1 .footer-form .gfield_list_icons button:not(.button-white):not(.button-light):not(.button-primary) {
    --tw-text-opacity: 1;
    color: rgb(57 57 57 / var(--tw-text-opacity));
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(106 98 95 / var(--tw-ring-opacity));
}

.bg-gray-1 .form .gfield_list_icons button:not(.button-white):not(.button-light):not(.button-primary):hover,
.bg-gray-1 .form .gfield_list_icons button:not(.button-white):not(.button-light):not(.button-primary):focus-visible,
.bg-gray-1 .form .gfield_list_icons button:not(.button-white):not(.button-light):not(.button-primary):active,
.bg-gray-1 .form .gfield_list_icons button:not(.button-white):not(.button-light):not(.button-primary):focus,
.bg-gray-1 .footer-form .gfield_list_icons button:not(.button-white):not(.button-light):not(.button-primary):hover,
.bg-gray-1 .footer-form .gfield_list_icons button:not(.button-white):not(.button-light):not(.button-primary):focus-visible,
.bg-gray-1 .footer-form .gfield_list_icons button:not(.button-white):not(.button-light):not(.button-primary):active,
.bg-gray-1 .footer-form .gfield_list_icons button:not(.button-white):not(.button-light):not(.button-primary):focus {
    background-color: #8F6347;
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(143 99 71 / var(--tw-ring-opacity));
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.bg-brown-6 .form .gfield_list_icons button:not(.button-white):not(.button-light):not(.button-primary):hover,
.bg-brown-6 .form .gfield_list_icons button:not(.button-white):not(.button-light):not(.button-primary):focus-visible,
.bg-brown-6 .form .gfield_list_icons button:not(.button-white):not(.button-light):not(.button-primary):active,
.bg-brown-6 .form .gfield_list_icons button:not(.button-white):not(.button-light):not(.button-primary):focus,
.bg-brown-6 .footer-form .gfield_list_icons button:not(.button-white):not(.button-light):not(.button-primary):hover,
.bg-brown-6 .footer-form .gfield_list_icons button:not(.button-white):not(.button-light):not(.button-primary):focus-visible,
.bg-brown-6 .footer-form .gfield_list_icons button:not(.button-white):not(.button-light):not(.button-primary):active,
.bg-brown-6 .footer-form .gfield_list_icons button:not(.button-white):not(.button-light):not(.button-primary):focus {
    background-color: #A48A73;
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(164 138 115 / var(--tw-ring-opacity));
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.form .gfield_list_icons button,
.footer-form .gfield_list_icons button {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.625rem;
    line-height: 120%;
    font-weight: 600;
    letter-spacing: 0.05rem;
}

.form .ginput_list,
.footer-form .ginput_list {
    grid-column: 1 / -1;
}

.form .gfield_list_group,
.footer-form .gfield_list_group {
    margin-bottom: 0.75rem;
}

.form .gfield_label:not(legend),
.form .gform-field-label,
.footer-form .gfield_label:not(legend),
.footer-form .gform-field-label {
    margin-bottom: 0.625rem;
    font-size: 0.875rem;
    --tw-text-opacity: 1;
    color: rgb(143 99 71 / var(--tw-text-opacity));
    font-family: "Ubuntu Sans", sans-serif;
}

:is(.dark .form .gfield_label:not(legend)),
:is(.dark .form .gform-field-label),
:is(.dark .footer-form .gfield_label:not(legend)),
:is(.dark .footer-form .gform-field-label) {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.form .gfield_label:not(legend).gform-field-label--type-sub,
.form .gform-field-label.gform-field-label--type-sub,
.footer-form .gfield_label:not(legend).gform-field-label--type-sub,
.footer-form .gform-field-label.gform-field-label--type-sub {
    margin-bottom: 0px;
    margin-top: 0.625rem;
}

.form .gfield_consent_description,
.footer-form .gfield_consent_description {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    --tw-text-opacity: 1;
    color: rgb(143 99 71 / var(--tw-text-opacity));
}

:is(.dark .form .gfield_consent_description),
:is(.dark .footer-form .gfield_consent_description) {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.form .gsection_title,
.footer-form .gsection_title {
    font-family: Electra, serif;
    font-size: 1.125rem;
    line-height: 115%;
}

@media (min-width: 59.0625rem) {
    .form .gsection_title,
    .footer-form .gsection_title {
        font-size: 1.25rem;
    }
}

@media (min-width: 64.125rem) {
    .form .gsection_title,
    .footer-form .gsection_title {
        font-size: 1.625rem;
    }
}

:is(.dark .form .gsection_title),
:is(.dark .footer-form .gsection_title) {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.prose .form .gsection_title,
.wizzy .form .gsection_title,
.prose .footer-form .gsection_title,
.wizzy .footer-form .gsection_title {
    margin-bottom: 0.875rem;
    padding-top: 0.625rem;
}

.prose .form .gsection_title:first-child,
.wizzy .form .gsection_title:first-child,
.prose .footer-form .gsection_title:first-child,
.wizzy .footer-form .gsection_title:first-child {
    padding-top: 0px;
}

.prose .form .gsection_title:last-child,
.wizzy .form .gsection_title:last-child,
.prose .footer-form .gsection_title:last-child,
.wizzy .footer-form .gsection_title:last-child {
    margin-bottom: 0px;
}

.prose .form .gsection_title,
.wizzy .form .gsection_title,
.prose .footer-form .gsection_title,
.wizzy .footer-form .gsection_title {
    margin-bottom: 0.875rem;
    padding-top: 0.625rem;
}

.prose .form .gsection_title:first-child,
.wizzy .form .gsection_title:first-child,
.prose .footer-form .gsection_title:first-child,
.wizzy .footer-form .gsection_title:first-child {
    padding-top: 0px;
}

.prose .form .gsection_title:last-child,
.wizzy .form .gsection_title:last-child,
.prose .footer-form .gsection_title:last-child,
.wizzy .footer-form .gsection_title:last-child {
    margin-bottom: 0px;
}

.prose .form .gsection_title,
.wizzy .form .gsection_title,
.prose .footer-form .gsection_title,
.wizzy .footer-form .gsection_title {
    text-wrap: balance;
}

.form .admin-hidden-markup,
.footer-form .admin-hidden-markup {
    display: none;
}

.form .gfield_visibility_hidden,
.footer-form .gfield_visibility_hidden {
    display: none;
}

.form legend.gfield_label,
.footer-form legend.gfield_label {
    margin-bottom: 0.625rem;
    width: 100%;
    font-size: 0.875rem;
    --tw-text-opacity: 1;
    color: rgb(143 99 71 / var(--tw-text-opacity));
}

:is(.dark .form legend.gfield_label),
:is(.dark .footer-form legend.gfield_label) {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

@media (min-width: 87.5rem) {
    .form legend.gfield_label,
    .footer-form legend.gfield_label {
        float: left;
        font-family: Electra, serif;
        font-size: 1rem;
        line-height: 120%;
        --tw-text-opacity: 1;
        color: rgb(34 34 34 / var(--tw-text-opacity));
    }
}

.form .gfield--type-list legend,
.footer-form .gfield--type-list legend {
    float: none;
}

.form .gform-grid-col--size-auto,
.footer-form .gform-grid-col--size-auto {
    width: 100%;
}

.form .gf_clear,
.footer-form .gf_clear {
    display: none;
}

.form .gfield_required:after,
.footer-form .gfield_required:after {
    margin-left: 0.125rem;
    --tw-text-opacity: 1;
    color: rgb(143 99 71 / var(--tw-text-opacity));
}

:is(.dark .form .gfield_required):after,
:is(.dark .footer-form .gfield_required):after {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.form .gfield_required:after,
.footer-form .gfield_required:after {
    content: '*';
}

.form .gfield_required .gfield_required_text,
.footer-form .gfield_required .gfield_required_text {
    --tw-bg-opacity: 1;
    background-color: rgb(34 34 34 / var(--tw-bg-opacity));
    padding: 0.5rem;
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
    font-family: "Ubuntu Sans", sans-serif;
}

.form .ginput_container,
.footer-form .ginput_container {
    width: 100%;
}

.form .ginput_container input[type='text'],
.form .ginput_container input[type='email'],
.form .ginput_container input[type='tel'],
.form .ginput_container input[type='url'],
.form .ginput_container input[type='number'],
.form .ginput_container select,
.form .ginput_container textarea,
.footer-form .ginput_container input[type='text'],
.footer-form .ginput_container input[type='email'],
.footer-form .ginput_container input[type='tel'],
.footer-form .ginput_container input[type='url'],
.footer-form .ginput_container input[type='number'],
.footer-form .ginput_container select,
.footer-form .ginput_container textarea {
    width: 100%;
    font-size: 1rem;
    line-height: 120%;
    font-weight: 300;
    border-radius: 0.25rem;
}

.form .ginput_container input[type='text'].large,
.form .ginput_container input[type='email'].large,
.form .ginput_container input[type='tel'].large,
.form .ginput_container input[type='url'].large,
.form .ginput_container input[type='number'].large,
.form .ginput_container select.large,
.form .ginput_container textarea.large,
.footer-form .ginput_container input[type='text'].large,
.footer-form .ginput_container input[type='email'].large,
.footer-form .ginput_container input[type='tel'].large,
.footer-form .ginput_container input[type='url'].large,
.footer-form .ginput_container input[type='number'].large,
.footer-form .ginput_container select.large,
.footer-form .ginput_container textarea.large {
    padding: 1.125rem;
    --tw-border-opacity: 1;
    border-color: rgb(248 243 239 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.form .ginput_container input[type='text'].large::-moz-placeholder,
.form .ginput_container input[type='email'].large::-moz-placeholder,
.form .ginput_container input[type='tel'].large::-moz-placeholder,
.form .ginput_container input[type='url'].large::-moz-placeholder,
.form .ginput_container input[type='number'].large::-moz-placeholder,
.form .ginput_container select.large::-moz-placeholder,
.form .ginput_container textarea.large::-moz-placeholder,
.footer-form .ginput_container input[type='text'].large::-moz-placeholder,
.footer-form .ginput_container input[type='email'].large::-moz-placeholder,
.footer-form .ginput_container input[type='tel'].large::-moz-placeholder,
.footer-form .ginput_container input[type='url'].large::-moz-placeholder,
.footer-form .ginput_container input[type='number'].large::-moz-placeholder,
.footer-form .ginput_container select.large::-moz-placeholder,
.footer-form .ginput_container textarea.large::-moz-placeholder {
    color: rgb(34 34 34 / 0.6);
}

.form .ginput_container input[type='text'].large::placeholder,
.form .ginput_container input[type='email'].large::placeholder,
.form .ginput_container input[type='tel'].large::placeholder,
.form .ginput_container input[type='url'].large::placeholder,
.form .ginput_container input[type='number'].large::placeholder,
.form .ginput_container select.large::placeholder,
.form .ginput_container textarea.large::placeholder,
.footer-form .ginput_container input[type='text'].large::placeholder,
.footer-form .ginput_container input[type='email'].large::placeholder,
.footer-form .ginput_container input[type='tel'].large::placeholder,
.footer-form .ginput_container input[type='url'].large::placeholder,
.footer-form .ginput_container input[type='number'].large::placeholder,
.footer-form .ginput_container select.large::placeholder,
.footer-form .ginput_container textarea.large::placeholder {
    color: rgb(34 34 34 / 0.6);
}

.form .ginput_container input[type='text'].medium,
.form .ginput_container input[type='email'].medium,
.form .ginput_container input[type='tel'].medium,
.form .ginput_container input[type='url'].medium,
.form .ginput_container input[type='number'].medium,
.form .ginput_container select.medium,
.form .ginput_container textarea.medium,
.footer-form .ginput_container input[type='text'].medium,
.footer-form .ginput_container input[type='email'].medium,
.footer-form .ginput_container input[type='tel'].medium,
.footer-form .ginput_container input[type='url'].medium,
.footer-form .ginput_container input[type='number'].medium,
.footer-form .ginput_container select.medium,
.footer-form .ginput_container textarea.medium {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.8125rem;
    padding-bottom: 0.8125rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(205 185 167 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(248 243 239 / var(--tw-bg-opacity));
}

.form .ginput_container input[type='text'].medium::-moz-placeholder,
.form .ginput_container input[type='email'].medium::-moz-placeholder,
.form .ginput_container input[type='tel'].medium::-moz-placeholder,
.form .ginput_container input[type='url'].medium::-moz-placeholder,
.form .ginput_container input[type='number'].medium::-moz-placeholder,
.form .ginput_container select.medium::-moz-placeholder,
.form .ginput_container textarea.medium::-moz-placeholder,
.footer-form .ginput_container input[type='text'].medium::-moz-placeholder,
.footer-form .ginput_container input[type='email'].medium::-moz-placeholder,
.footer-form .ginput_container input[type='tel'].medium::-moz-placeholder,
.footer-form .ginput_container input[type='url'].medium::-moz-placeholder,
.footer-form .ginput_container input[type='number'].medium::-moz-placeholder,
.footer-form .ginput_container select.medium::-moz-placeholder,
.footer-form .ginput_container textarea.medium::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(34 34 34 / var(--tw-text-opacity));
}

.form .ginput_container input[type='text'].medium::placeholder,
.form .ginput_container input[type='email'].medium::placeholder,
.form .ginput_container input[type='tel'].medium::placeholder,
.form .ginput_container input[type='url'].medium::placeholder,
.form .ginput_container input[type='number'].medium::placeholder,
.form .ginput_container select.medium::placeholder,
.form .ginput_container textarea.medium::placeholder,
.footer-form .ginput_container input[type='text'].medium::placeholder,
.footer-form .ginput_container input[type='email'].medium::placeholder,
.footer-form .ginput_container input[type='tel'].medium::placeholder,
.footer-form .ginput_container input[type='url'].medium::placeholder,
.footer-form .ginput_container input[type='number'].medium::placeholder,
.footer-form .ginput_container select.medium::placeholder,
.footer-form .ginput_container textarea.medium::placeholder {
    --tw-text-opacity: 1;
    color: rgb(34 34 34 / var(--tw-text-opacity));
}

.form .ginput_container input[type='text']:focus,
.form .ginput_container input[type='email']:focus,
.form .ginput_container input[type='tel']:focus,
.form .ginput_container input[type='url']:focus,
.form .ginput_container input[type='number']:focus,
.form .ginput_container select:focus,
.form .ginput_container textarea:focus,
.footer-form .ginput_container input[type='text']:focus,
.footer-form .ginput_container input[type='email']:focus,
.footer-form .ginput_container input[type='tel']:focus,
.footer-form .ginput_container input[type='url']:focus,
.footer-form .ginput_container input[type='number']:focus,
.footer-form .ginput_container select:focus,
.footer-form .ginput_container textarea:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(143 99 71 / var(--tw-ring-opacity));
}

.form .ginput_container--name input[type='text'],
.footer-form .ginput_container--name input[type='text'] {
    padding: 1.125rem;
    --tw-border-opacity: 1;
    border-color: rgb(248 243 239 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.form .ginput_container--name input[type='text']::-moz-placeholder,
.footer-form .ginput_container--name input[type='text']::-moz-placeholder {
    color: rgb(34 34 34 / 0.6);
}

.form .ginput_container--name input[type='text']::placeholder,
.footer-form .ginput_container--name input[type='text']::placeholder {
    color: rgb(34 34 34 / 0.6);
}

.form .gform_footer,
.footer-form .gform_footer {
    margin-top: 3rem;
    display: flex;
    justify-content: center;
}

.form .gform_footer input[type='submit'],
.form .gform_footer input[type='button'],
.form .gform_page_footer input[type='submit'],
.form .gform_page_footer input[type='button'],
.footer-form .gform_footer input[type='submit'],
.footer-form .gform_footer input[type='button'],
.footer-form .gform_page_footer input[type='submit'],
.footer-form .gform_page_footer input[type='button'] {
    width: 100%;
}

@media (min-width: 35.9375rem) {
    .form .gform_footer input[type='submit'],
    .form .gform_footer input[type='button'],
    .form .gform_page_footer input[type='submit'],
    .form .gform_page_footer input[type='button'],
    .footer-form .gform_footer input[type='submit'],
    .footer-form .gform_footer input[type='button'],
    .footer-form .gform_page_footer input[type='submit'],
    .footer-form .gform_page_footer input[type='button'] {
        width: auto;
    }
}


/* Custom dark styles since we cant use "dark:" here properly */

.form.dark .gform_title,
.form.dark .gform_description,
.form.dark .gfield_label {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.hidden_label .gform-field-label {
    --tw-bg-opacity: 1;
    background-color: rgb(34 34 34 / var(--tw-bg-opacity));
    padding: 0.5rem;
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.gfield--type-honeypot {
    display: none;
}

.gform_confirmation_message {
    font-family: Electra, serif;
    font-size: 1.25rem;
    line-height: 115%;
}

@media (min-width: 59.0625rem) {
    .gform_confirmation_message {
        font-size: 1.375rem;
    }
}

@media (min-width: 64.125rem) {
    .gform_confirmation_message {
        font-size: 1.5rem;
    }
}

:is(.dark .gform_confirmation_message) {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.gform_confirmation_message {
    text-align: center;
}

.gfield--type-choice--large {
    align-items: center;
    gap: 1rem;
}

@media (min-width: 87.5rem) {
    .gfield--type-choice--large {
        margin-top: 0.75rem;
        display: flex;
    }
}

.gfield--type-choice--large legend.gfield_label {
    margin-bottom: 0.625rem;
    width: 100%;
    font-size: 0.875rem;
    --tw-text-opacity: 1;
    color: rgb(143 99 71 / var(--tw-text-opacity));
}

:is(.dark .gfield--type-choice--large legend.gfield_label) {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

@media (min-width: 87.5rem) {
    .gfield--type-choice--large legend.gfield_label {
        float: left;
        margin-bottom: 0px;
        font-family: Electra, serif;
        font-size: 1rem;
        line-height: 120%;
        --tw-text-opacity: 1;
        color: rgb(34 34 34 / var(--tw-text-opacity));
        font-family: "Ubuntu Sans", sans-serif;
    }
}

.gfield--type-choice--large .gfield_radio {
    display: flex;
    align-items: center;
    gap: 1rem;
}

@media (min-width: 87.5rem) {
    .gfield--type-choice--large .gfield_radio {
        justify-content: flex-end;
    }
}

.gfield--type-choice--large .ginput_container {
    width: auto;
    flex-shrink: 0;
}

.gfield--type-choice--large .gchoice {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    align-items: center;
    justify-items: center;
}

.gfield--type-choice--large .gchoice input {
    height: 3.625rem;
    width: 3.625rem;
    border-radius: 9999px;
    border-width: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    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;
}

@media (min-width: 87.5rem) {
    .gfield--type-choice--large .gchoice input {
        height: 5rem;
        width: 5rem;
    }
}

.gfield--type-choice--large .gchoice input {
    background-image: none;
}

.gfield--type-choice--large .gchoice input:checked {
    --tw-bg-opacity: 1;
    background-color: rgb(143 99 71 / var(--tw-bg-opacity));
}

.gfield--type-choice--large .gchoice input:checked .button:not(.button-white):not(.button-light):not(.button-primary):hover,
.gfield--type-choice--large .gchoice input:checked .button:not(.button-white):not(.button-light):not(.button-primary):focus-visible,
.gfield--type-choice--large .gchoice input:checked .button:not(.button-white):not(.button-light):not(.button-primary):active,
.gfield--type-choice--large .gchoice input:checked .button:not(.button-white):not(.button-light):not(.button-primary):focus {
    background-color: #A48A73;
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(164 138 115 / var(--tw-ring-opacity));
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.gfield--type-choice--large .gchoice input:checked+label {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.gfield--type-choice--large .gchoice input:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(143 99 71 / var(--tw-ring-opacity));
}

.gfield--type-choice--large .gchoice label {
    margin-bottom: 0px;
    font-size: 1rem;
    line-height: 130%;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08rem;
    color: rgb(143 99 71 / 0.6);
    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;
}

.gfield--type-choice--large .gchoice input,
.gfield--type-choice--large .gchoice label {
    grid-column-start: 1;
    grid-row-start: 1;
}

.gfield_description {
    font-size: 0.625rem;
    line-height: 140%;
}

@media (min-width: 64.125rem) {
    .gfield_description {
        font-size: 0.75rem;
    }
}

:is(.dark .gfield_description) {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.gfield_description {
    margin-top: 0.25rem;
}

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

.gfield_description.validation_message {
    --tw-text-opacity: 1;
    color: rgb(185 28 28 / var(--tw-text-opacity));
}

:is(.dark .gfield_description.validation_message) {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.gform_validation_errors {
    font-size: 0.8125rem;
    line-height: 140%;
}

@media (min-width: 59.0625rem) {
    .gform_validation_errors {
        font-size: 0.875rem;
    }
}

@media (min-width: 64.125rem) {
    .gform_validation_errors {
        font-size: 0.9375rem;
    }
}

:is(.dark .gform_validation_errors) {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.gform_validation_errors {
    margin-bottom: 1.5rem;
    border-radius: 0.25rem;
    --tw-bg-opacity: 1;
    background-color: rgb(185 28 28 / var(--tw-bg-opacity));
    padding: 0.875rem;
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

input[type='search']::-webkit-search-cancel-button {
    -webkit-appearance: none;
    /* Remove default styling */
    height: 14px;
    width: 14px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0IiBmaWxsPSJub25lIj48cGF0aCBzdHJva2U9IiM4RjYzNDciIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZD0iTTEzIDEgMSAxM00xIDFsMTIgMTIiLz48L3N2Zz4=');
    background-size: contain;
    cursor: pointer;
}

.gform-loader {
    position: fixed;
    inset: 0px;
    z-index: 50;
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgb(34 34 34 / 0.7);
}

.gform-loader:before {
    content: '';
    display: block;
    height: 3rem;
    width: 3rem;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.gform-loader:before {
    animation: spin 1s linear infinite;
    border-radius: 9999px;
    border-width: 4px;
    border-top-width: 4px;
    border-color: transparent transparent white white;
}

.gform-loader:after {
    content: 'Loading...';
    font-size: 0.8125rem;
    line-height: 140%;
}

@media (min-width: 59.0625rem) {
    .gform-loader:after {
        font-size: 0.875rem;
    }
}

@media (min-width: 64.125rem) {
    .gform-loader:after {
        font-size: 0.9375rem;
    }
}

:is(.dark .gform-loader):after {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.gform-loader:after {
    margin-top: 1rem;
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

:root {
    --tec-color-border-secondary-month-grid: #cdb9a7;
}

.tribe-events-c-subscribe-dropdown__container,
.tribe-events-calendar-list-nav.tribe-events-c-nav,
.tribe-events-c-top-bar.tribe-events-header__top-bar,
.tribe-events-calendar-day-nav.tribe-events-c-nav,
.tribe-events-calendar-month-nav.tribe-events-c-nav,
#tribe-events-footer,
#tribe-events-pg-template .tribe-events-ajax-loading,
#tribe-events-header,
.tribe-events-notices {
    display: none !important;
}

.tribe-common .tribe-common-form-control-text__input {
    width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.875rem;
    padding-bottom: 0.75rem;
    border-radius: 0.25rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(143 99 71 / var(--tw-border-opacity));
    font-size: 0.625rem;
    line-height: 120%;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

@media (min-width: 59.0625rem) {
    .tribe-common .tribe-common-form-control-text__input {
        font-size: 0.75rem;
    }
}

@media (min-width: 64.125rem) {
    .tribe-common .tribe-common-form-control-text__input {
        font-size: 0.875rem;
    }
}

:is(.dark .tribe-common .tribe-common-form-control-text__input) {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.tribe-common .tribe-common-form-control-text__input::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(34 34 34 / var(--tw-text-opacity));
}

.tribe-common .tribe-common-form-control-text__input::placeholder {
    --tw-text-opacity: 1;
    color: rgb(34 34 34 / var(--tw-text-opacity));
}

.tribe-common-c-svgicon {
    margin-right: 0.5rem;
    flex-shrink: 0;
}

.tribe-events-c-messages__message-list-item-link {
    text-decoration-line: underline;
}


/* sections */

.form-overlay form {
    display: grid;
}

.form-overlay .gform_body {
    grid-row-start: 1;
    margin-top: 0px;
}

.form-overlay .gform-loader {
    display: none;
}

.form-overlay .gf_progressbar_wrapper {
    grid-row-start: 2;
    display: grid;
}

.form-overlay .gf_progressbar_wrapper .gf_progressbar_title {
    grid-row-start: 2;
    margin-top: 1.5rem;
    text-align: center;
    font-family: Electra, serif;
    font-size: 0.875rem;
    line-height: 130%;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgb(34 34 34 / var(--tw-text-opacity));
}

.form-overlay .gf_progressbar_wrapper .gf_progressbar {
    grid-row-start: 1;
    margin-top: 4rem;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(143 99 71 / var(--tw-border-opacity));
}

.form-overlay .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage {
    height: 0.1875rem;
    --tw-bg-opacity: 1;
    background-color: rgb(143 99 71 / var(--tw-bg-opacity));
}

.form-overlay .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage .button:not(.button-white):not(.button-light):not(.button-primary):hover,
.form-overlay .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage .button:not(.button-white):not(.button-light):not(.button-primary):focus-visible,
.form-overlay .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage .button:not(.button-white):not(.button-light):not(.button-primary):active,
.form-overlay .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage .button:not(.button-white):not(.button-light):not(.button-primary):focus {
    background-color: #A48A73;
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(164 138 115 / var(--tw-ring-opacity));
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.form-overlay .gf_progressbar_wrapper .gf_progressbar span {
    --tw-bg-opacity: 1;
    background-color: rgb(34 34 34 / var(--tw-bg-opacity));
    padding: 0.5rem;
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.form-overlay .gsection_title {
    font-family: Electra, serif;
    font-size: 1.25rem;
    line-height: 115%;
}

@media (min-width: 59.0625rem) {
    .form-overlay .gsection_title {
        font-size: 1.5625rem;
    }
}

@media (min-width: 64.125rem) {
    .form-overlay .gsection_title {
        font-size: 1.875rem;
    }
}

:is(.dark .form-overlay .gsection_title) {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.form-overlay .gsection_title {
    text-wrap: balance;
}

.prose .form-overlay .gsection_title,
.wizzy .form-overlay .gsection_title {
    margin-bottom: 0.875rem;
    padding-top: 0.625rem;
}

.prose .form-overlay .gsection_title:first-child,
.wizzy .form-overlay .gsection_title:first-child {
    padding-top: 0px;
}

.prose .form-overlay .gsection_title:last-child,
.wizzy .form-overlay .gsection_title:last-child {
    margin-bottom: 0px;
}

.prose .form-overlay .gsection_title,
.wizzy .form-overlay .gsection_title {
    margin-bottom: 0.875rem;
    padding-top: 0.625rem;
}

.prose .form-overlay .gsection_title:first-child,
.wizzy .form-overlay .gsection_title:first-child {
    padding-top: 0px;
}

.prose .form-overlay .gsection_title:last-child,
.wizzy .form-overlay .gsection_title:last-child {
    margin-bottom: 0px;
}

.prose .form-overlay .gsection_title,
.wizzy .form-overlay .gsection_title {
    text-wrap: balance;
}

.form-overlay .gsection_title {
    margin-bottom: 1rem;
    text-align: center;
}

@media (min-width: 48rem) {
    .form-overlay .gsection_title {
        margin-bottom: 2.25rem;
    }
}

.form-overlay .gform_page_footer {
    margin-top: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
}

@media (min-width: 48rem) {
    .form-overlay .gform_page_footer {
        gap: 2.1875rem;
    }
}

.form-overlay .gform_confirmation_wrapper {
    display: none;
}

.form-overlay .form-overlay__confirmation .gform_confirmation_wrapper {
    display: block;
}

.form-overlay .gform_confirmation_message {
    font-family: Electra, serif;
    font-size: 1.25rem;
    line-height: 115%;
}

@media (min-width: 59.0625rem) {
    .form-overlay .gform_confirmation_message {
        font-size: 1.5625rem;
    }
}

@media (min-width: 64.125rem) {
    .form-overlay .gform_confirmation_message {
        font-size: 1.875rem;
    }
}

:is(.dark .form-overlay .gform_confirmation_message) {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.prose .form-overlay .gform_confirmation_message,
.wizzy .form-overlay .gform_confirmation_message {
    margin-bottom: 0.875rem;
    padding-top: 0.625rem;
}

.prose .form-overlay .gform_confirmation_message:first-child,
.wizzy .form-overlay .gform_confirmation_message:first-child {
    padding-top: 0px;
}

.prose .form-overlay .gform_confirmation_message:last-child,
.wizzy .form-overlay .gform_confirmation_message:last-child {
    margin-bottom: 0px;
}

.prose .form-overlay .gform_confirmation_message,
.wizzy .form-overlay .gform_confirmation_message {
    margin-bottom: 0.875rem;
    padding-top: 0.625rem;
}

.prose .form-overlay .gform_confirmation_message:first-child,
.wizzy .form-overlay .gform_confirmation_message:first-child {
    padding-top: 0px;
}

.prose .form-overlay .gform_confirmation_message:last-child,
.wizzy .form-overlay .gform_confirmation_message:last-child {
    margin-bottom: 0px;
}

.prose .form-overlay .gform_confirmation_message,
.wizzy .form-overlay .gform_confirmation_message {
    text-wrap: balance;
}

.form-overlay .gform_confirmation_message {
    max-width: 31.25rem;
    text-align: left;
}

.form-overlay .checkbox-grid legend {
    --tw-bg-opacity: 1;
    background-color: rgb(34 34 34 / var(--tw-bg-opacity));
    padding: 0.5rem;
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.form-overlay .checkbox-grid .gfield_checkbox {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0.5rem;
}

@media (min-width: 35.9375rem) {
    .form-overlay .checkbox-grid .gfield_checkbox {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.25rem;
    }
}

@media (min-width: 59.0625rem) {
    .form-overlay .checkbox-grid .gfield_checkbox {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 64.125rem) {
    .form-overlay .checkbox-grid .gfield_checkbox {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

.form-overlay .checkbox-grid input {
    display: none;
}

.form-overlay .checkbox-grid input:checked+label {
    --tw-bg-opacity: 1;
    background-color: rgb(64 128 143 / var(--tw-bg-opacity));
}

@media (min-width: 35.9375rem) {
    .form-overlay .checkbox-grid input:checked+label {
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    }
}

.form-overlay .checkbox-grid input:checked+label {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

@media (min-width: 35.9375rem) {
    .form-overlay .checkbox-grid input:checked+label {
        color: rgb(143 99 71 / 0.6);
    }
    .form-overlay .checkbox-grid input:checked+label:after {
        opacity: 1;
    }
}

.form-overlay .checkbox-grid input:checked+label:after {
    border-bottom-width: 0.6875rem;
    --tw-border-opacity: 1;
    border-color: rgb(64 128 143 / var(--tw-border-opacity));
}

.form-overlay .checkbox-grid label {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
}

@media (min-width: 35.9375rem) {
    .form-overlay .checkbox-grid label {
        min-height: 9.75rem;
    }
}

.form-overlay .checkbox-grid label {
    border-radius: 0.25rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    margin-bottom: 0px;
    text-align: center;
    font-size: 0.875rem;
    line-height: 130%;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08rem;
    color: rgb(143 99 71 / 0.6);
}

@media (min-width: 87.5rem) {
    .form-overlay .checkbox-grid label {
        font-size: 1rem;
        line-height: 130%;
    }
}

.form-overlay .checkbox-grid label {
    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: 500ms;
}

.form-overlay .checkbox-grid label:after {
    content: '';
    position: absolute;
    inset: 0px;
    height: 100%;
    width: 100%;
    border-radius: 0.25rem;
    opacity: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
}

.form-overlay .checkbox-grid label:hover {
    cursor: pointer;
    --tw-bg-opacity: 1;
    background-color: rgb(251 250 249 / var(--tw-bg-opacity));
}

@media (min-width: 35.9375rem) {
    .form-overlay .checkbox-grid label:hover:after {
        opacity: 1;
    }
}

.form-overlay .checkbox-grid label:hover:after {
    border-bottom-width: 0.6875rem;
    --tw-border-opacity: 1;
    border-color: rgb(227 217 207 / var(--tw-border-opacity));
}


/* utilities */

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

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

.\!visible {
    visibility: visible !important;
}

.visible {
    visibility: visible;
}

.static {
    position: static;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.sticky {
    position: sticky;
}

.inset-0 {
    inset: 0px;
}

.bottom-0 {
    bottom: 0px;
}

.bottom-2 {
    bottom: 0.5rem;
}

.bottom-auto {
    bottom: auto;
}

.left-0 {
    left: 0px;
}

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

.left-10 {
    left: 2.5rem;
}

.left-3 {
    left: 0.75rem;
}

.left-6 {
    left: 1.5rem;
}

.left-7 {
    left: 1.75rem;
}

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

.right-0 {
    right: 0px;
}

.right-2 {
    right: 0.5rem;
}

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

.right-5 {
    right: 1.25rem;
}

.right-7 {
    right: 1.75rem;
}

.right-auto {
    right: auto;
}

.top-0 {
    top: 0px;
}

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

.top-10 {
    top: 2.5rem;
}

.top-4 {
    top: 1rem;
}

.top-\[1\.35rem\] {
    top: 1.35rem;
}

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

.top-\[calc\(100\%-2\.625rem\)\] {
    top: calc(100% - 2.625rem);
}

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

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

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

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

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

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

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

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

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

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

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

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

.col-span-full {
    grid-column: 1 / -1;
}

.col-start-1 {
    grid-column-start: 1;
}

.col-start-2 {
    grid-column-start: 2;
}

.col-start-4 {
    grid-column-start: 4;
}

.row-span-1 {
    grid-row: span 1 / span 1;
}

.row-start-1 {
    grid-row-start: 1;
}

.row-start-2 {
    grid-row-start: 2;
}

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

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

.my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
}

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

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

.\!mb-14 {
    margin-bottom: 3.5rem !important;
}

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

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

.\!mb-24 {
    margin-bottom: 6rem !important;
}

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

.\!mb-\[1\.875rem\] {
    margin-bottom: 1.875rem !important;
}

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

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

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

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

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

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

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

.mb-20 {
    margin-bottom: 5rem;
}

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

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

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

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

.mb-5 {
    margin-bottom: 1.25rem;
}

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

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

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

.mb-\[0\.625rem\] {
    margin-bottom: 0.625rem;
}

.mb-\[1\.0625rem\] {
    margin-bottom: 1.0625rem;
}

.mb-\[1\.875rem\] {
    margin-bottom: 1.875rem;
}

.mb-\[3\.125rem\] {
    margin-bottom: 3.125rem;
}

.ml-16 {
    margin-left: 4rem;
}

.mr-3 {
    margin-right: 0.75rem;
}

.mr-4 {
    margin-right: 1rem;
}

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

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

.mt-11 {
    margin-top: 2.75rem;
}

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

.mt-14 {
    margin-top: 3.5rem;
}

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

.mt-2 {
    margin-top: 0.5rem;
}

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

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

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

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

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

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

.mt-7 {
    margin-top: 1.75rem;
}

.mt-8 {
    margin-top: 2rem;
}

.mt-9 {
    margin-top: 2.25rem;
}

.mt-\[1\.375rem\] {
    margin-top: 1.375rem;
}

.mt-\[2\.8125rem\] {
    margin-top: 2.8125rem;
}

.mt-\[3\.125rem\] {
    margin-top: 3.125rem;
}

.mt-\[3\.625rem\] {
    margin-top: 3.625rem;
}

.mt-\[3\.75rem\] {
    margin-top: 3.75rem;
}

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

.line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.line-clamp-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.block {
    display: block;
}

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

.inline {
    display: inline;
}

.flex {
    display: flex;
}

.table {
    display: table;
}

.grid {
    display: grid;
}

.contents {
    display: contents;
}

.hidden {
    display: none;
}

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

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

.aspect-\[100\/83\] {
    aspect-ratio: 100/83;
}

.aspect-\[147\/20\] {
    aspect-ratio: 147/20;
}

.aspect-\[16\/9\] {
    aspect-ratio: 16/9;
}

.aspect-\[1920\/1080\] {
    aspect-ratio: 1920/1080;
}

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

.aspect-\[320\/146\] {
    aspect-ratio: 320/146;
}

.aspect-\[375\/420\] {
    aspect-ratio: 375/420;
}

.aspect-\[417\/522\] {
    aspect-ratio: 417/522;
}

.aspect-\[434\/281\] {
    aspect-ratio: 434/281;
}

.aspect-\[442\/324\] {
    aspect-ratio: 442/324;
}

.aspect-\[443\/296\] {
    aspect-ratio: 443/296;
}

.aspect-\[443\/332\] {
    aspect-ratio: 443/332;
}

.aspect-\[650\/390\] {
    aspect-ratio: 650/390;
}

.aspect-\[671\/446\] {
    aspect-ratio: 671/446;
}

.aspect-\[674\/819\] {
    aspect-ratio: 674/819;
}

.aspect-\[906\/587\] {
    aspect-ratio: 906/587;
}

.h-0 {
    height: 0px;
}

.h-0\.5 {
    height: 0.125rem;
}

.h-1 {
    height: 0.25rem;
}

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

.h-10 {
    height: 2.5rem;
}

.h-2 {
    height: 0.5rem;
}

.h-2\.5 {
    height: 0.625rem;
}

.h-20 {
    height: 5rem;
}

.h-3 {
    height: 0.75rem;
}

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

.h-4 {
    height: 1rem;
}

.h-6 {
    height: 1.5rem;
}

.h-7 {
    height: 1.75rem;
}

.h-\[0\.625rem\] {
    height: 0.625rem;
}

.h-\[0\.875rem\] {
    height: 0.875rem;
}

.h-\[0\.9375rem\] {
    height: 0.9375rem;
}

.h-\[1\.0625\] {
    height: 1.0625;
}

.h-\[1\.0625rem\] {
    height: 1.0625rem;
}

.h-\[1\.1875rem\] {
    height: 1.1875rem;
}

.h-\[1\.375rem\] {
    height: 1.375rem;
}

.h-\[1\.875rem\] {
    height: 1.875rem;
}

.h-\[29\.0625rem\] {
    height: 29.0625rem;
}

.h-\[3\.4375rem\] {
    height: 3.4375rem;
}

.h-\[33\.75rem\] {
    height: 33.75rem;
}

.h-\[56\.25vw\] {
    height: 56.25vw;
}

.h-\[6\.25rem\] {
    height: 6.25rem;
}

.h-\[calc\(100\%-3\.9375rem\)\] {
    height: calc(100% - 3.9375rem);
}

.h-auto {
    height: auto;
}

.h-full {
    height: 100%;
}

.h-px {
    height: 1px;
}

.h-screen {
    height: 100vh;
}

.max-h-0 {
    max-height: 0px;
}

.max-h-\[10\.25rem\] {
    max-height: 10.25rem;
}

.max-h-\[2\.8125rem\] {
    max-height: 2.8125rem;
}

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

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

.min-h-\[21\.25rem\] {
    min-height: 21.25rem;
}

.min-h-26-rem {
    min-height: 26rem;
}

.min-h-36-rem {
    min-height: 36rem;
}

.min-h-\[37\.5rem\] {
    min-height: 37.5rem;
}

@media screen and (max-width: 1024px) {
    .min-h-\[37\.5rem\] {
        min-height: 220px;
    }
}

.w-0 {
    width: 0px;
}

.w-1 {
    width: 0.25rem;
}

.w-1\.5 {
    width: 0.375rem;
}

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

.w-10 {
    width: 2.5rem;
}

.w-2 {
    width: 0.5rem;
}

.w-20 {
    width: 5rem;
}

.w-24 {
    width: 6rem;
}

.w-3 {
    width: 0.75rem;
}

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

.w-32 {
    width: 8rem;
}

.w-4 {
    width: 1rem;
}

.w-6 {
    width: 1.5rem;
}

.w-7 {
    width: 1.75rem;
}

.w-9 {
    width: 2.25rem;
}

.w-\[0\.3125rem\] {
    width: 0.3125rem;
}

.w-\[0\.5625rem\] {
    width: 0.5625rem;
}

.w-\[0\.625rem\] {
    width: 0.625rem;
}

.w-\[0\.9375rem\] {
    width: 0.9375rem;
}

.w-\[1\.0625rem\] {
    width: 1.0625rem;
}

.w-\[1\.125rem\] {
    width: 1.125rem;
}

.w-\[1\.1875rem\] {
    width: 1.1875rem;
}

.w-\[1\.375rem\] {
    width: 1.375rem;
}

.w-\[1\.4375rem\] {
    width: 1.4375rem;
}

.w-\[1\.875rem\] {
    width: 1.875rem;
}

.w-\[14\.375rem\] {
    width: 14.375rem;
}

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

.w-\[26\.0625rem\] {
    width: 26.0625rem;
}

.w-\[3\.75rem\] {
    width: 3.75rem;
}

.w-\[6\.25rem\] {
    width: 6.25rem;
}

.w-\[8\.75rem\] {
    width: 8.75rem;
}

.w-full {
    width: 100%;
}

.w-px {
    width: 1px;
}

.w-screen {
    width: 100vw;
}

.min-w-\[10rem\] {
    min-width: 10rem;
}

.min-w-\[12\.5rem\] {
    min-width: 12.5rem;
}

.min-w-\[177vh\] {
    min-width: 177vh;
}

.min-w-\[6\.25rem\] {
    min-width: 6.25rem;
}

.max-w-\[14\.125rem\] {
    max-width: 14.125rem;
}

.max-w-\[16\.125rem\] {
    max-width: 16.125rem;
}

.max-w-\[16\.5625rem\] {
    max-width: 16.5625rem;
}

.max-w-\[16\.5rem\] {
    max-width: 16.5rem;
}

.max-w-\[17\.375rem\] {
    max-width: 17.375rem;
}

.max-w-\[18\.75rem\] {
    max-width: 18.75rem;
}

.max-w-\[20\.4375rem\] {
    max-width: 20.4375rem;
}

.max-w-\[21\.25rem\] {
    max-width: 21.25rem;
}

.max-w-\[22\.0625rem\] {
    max-width: 22.0625rem;
}

.max-w-\[25\.5rem\] {
    max-width: 25.5rem;
}

.max-w-\[27\.5rem\] {
    max-width: 27.5rem;
}

.max-w-\[28\.125rem\] {
    max-width: 28.125rem;
}

.max-w-\[28\.68754rem\] {
    max-width: 28.68754rem;
}

.max-w-\[31\.875rem\] {
    max-width: 31.875rem;
}

.max-w-\[33\.125rem\] {
    max-width: 33.125rem;
}

.max-w-\[33\.25rem\] {
    max-width: 33.25rem;
}

.max-w-\[37\.5rem\] {
    max-width: 37.5rem;
}

.max-w-\[38\.125rem\] {
    max-width: 38.125rem;
}

.max-w-\[4\.75rem\] {
    max-width: 4.75rem;
}

.max-w-\[42\.125rem\] {
    max-width: 42.125rem;
}

.max-w-\[45rem\] {
    max-width: 45rem;
}

.max-w-\[56\.5625rem\] {
    max-width: 56.5625rem;
}

.max-w-\[56\.625rem\] {
    max-width: 56.625rem;
}

.max-w-\[6\.25rem\] {
    max-width: 6.25rem;
}

.max-w-\[62\.5rem\] {
    max-width: 62.5rem;
}

.max-w-\[8\.5625rem\] {
    max-width: 8.5625rem;
}

.max-w-\[9\.1875rem\] {
    max-width: 9.1875rem;
}

.max-w-full {
    max-width: 100%;
}

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

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

.flex-grow {
    flex-grow: 1;
}

.-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-x-8 {
    --tw-translate-x: -2rem;
    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 {
    --tw-translate-y: -0.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-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-\[2rem\] {
    --tw-translate-y: -2rem;
    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-x-\[-2rem\] {
    --tw-translate-x: -2rem;
    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-\[2rem\] {
    --tw-translate-x: 2rem;
    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-1 {
    --tw-translate-y: 0.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-\[0\.5rem\] {
    --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));
}

.translate-y-\[1rem\] {
    --tw-translate-y: 1rem;
    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-\[2rem\] {
    --tw-translate-y: 2rem;
    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-45 {
    --tw-rotate: -45deg !important;
    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-90 {
    --tw-rotate: -90deg;
    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-0 {
    --tw-rotate: 0deg;
    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));
}

.rotate-45 {
    --tw-rotate: 45deg;
    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-90 {
    --tw-rotate: 90deg;
    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-\[1\.01\] {
    --tw-scale-x: 1.01;
    --tw-scale-y: 1.01;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.cursor-e-resize {
    cursor: e-resize;
}

.cursor-w-resize {
    cursor: w-resize;
}

.resize {
    resize: both;
}

.scroll-pb-gap-0 {
    scroll-padding-bottom: 0;
}

.scroll-pb-gap-lg {
    scroll-padding-bottom: 5rem;
}

.scroll-pb-gap-md {
    scroll-padding-bottom: 3rem;
}

.scroll-pb-gap-sm {
    scroll-padding-bottom: 2rem;
}

.scroll-pb-gap-xl {
    scroll-padding-bottom: 8rem;
}

.scroll-pb-gap-xs {
    scroll-padding-bottom: 1.25rem;
}

.scroll-pt-gap-0 {
    scroll-padding-top: 0;
}

.scroll-pt-gap-lg {
    scroll-padding-top: 5rem;
}

.scroll-pt-gap-md {
    scroll-padding-top: 3rem;
}

.scroll-pt-gap-sm {
    scroll-padding-top: 2rem;
}

.scroll-pt-gap-xl {
    scroll-padding-top: 8rem;
}

.scroll-pt-gap-xs {
    scroll-padding-top: 1.25rem;
}

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

.columns-1 {
    -moz-columns: 1;
    columns: 1;
}

.columns-2 {
    -moz-columns: 2;
    columns: 2;
}

.break-inside-avoid {
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-0 {
    gap: 0px;
}

.gap-0\.5 {
    gap: 0.125rem;
}

.gap-11 {
    gap: 2.75rem;
}

.gap-12 {
    gap: 3rem;
}

.gap-14 {
    gap: 3.5rem;
}

.gap-16 {
    gap: 4rem;
}

.gap-2 {
    gap: 0.5rem;
}

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

.gap-3 {
    gap: 0.75rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-5 {
    gap: 1.25rem;
}

.gap-6 {
    gap: 1.5rem;
}

.gap-7 {
    gap: 1.75rem;
}

.gap-8 {
    gap: 2rem;
}

.gap-\[0\.3125rem\] {
    gap: 0.3125rem;
}

.gap-\[3\.75rem\] {
    gap: 3.75rem;
}

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

.gap-x-5 {
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
}

.gap-y-0 {
    row-gap: 0px;
}

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

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

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

.divide-y> :not([hidden])~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-brown-3> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 1;
}

.divide-brown-4> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(205 185 167 / var(--tw-divide-opacity));
}

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

.justify-self-end {
    justify-self: end;
}

.overflow-auto {
    overflow: auto;
}

.overflow-hidden {
    overflow: hidden;
}

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

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

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

.whitespace-pre-wrap {
    white-space: pre-wrap;
}

.rounded {
    border-radius: 0.25rem;
}

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

.border {
    border-width: 1px;
}

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

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

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

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

.border-\[\#000\] {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-brown-2 {
    --tw-border-opacity: 1;
    border-color: rgb(248 243 239 / var(--tw-border-opacity));
}

.border-brown-3 {
    --tw-border-opacity: 1;
    border-color: rgb(227 217 207 / var(--tw-border-opacity));
}

.border-brown-4 {
    --tw-border-opacity: 1;
    border-color: rgb(205 185 167 / var(--tw-border-opacity));
}

.border-brown-4\/60 {
    border-color: rgb(205 185 167 / 0.6);
}

.border-brown-6 {
    --tw-border-opacity: 1;
    border-color: #31B7CC;
}

.border-b-brown-4 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(143 99 71 / var(--tw-text-opacity));
}

.border-t-brown-4 {
    --tw-border-opacity: 1;
    border-top-color: rgb(205 185 167 / var(--tw-border-opacity));
}

.bg-\[\#000\] {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-\[rgba\(116\2c 89\2c 70\2c 0\.31\)\] {
    background-color: rgba(116, 89, 70, 0.31);
}

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

.bg-black\/20 {
    background-color: rgb(34 34 34 / 0.2);
}

.bg-black\/70 {
    background-color: rgb(34 34 34 / 0.7);
}

.bg-brown-2 {
    --tw-bg-opacity: 1;
    background-color: rgb(248 243 239 / var(--tw-bg-opacity));
}

.bg-brown-3 {
    --tw-bg-opacity: 1;
    background-color: #ff914c;
}

.bg-brown-4 {
    --tw-bg-opacity: 1;
    background-color: rgb(205 185 167 / var(--tw-bg-opacity));
}

.bg-brown-5 {
    --tw-bg-opacity: 1;
    background-color: rgb(164 138 115 / var(--tw-bg-opacity));
}

.bg-brown-6 {
    --tw-bg-opacity: 1;
    background-color: rgb(143 99 71 / var(--tw-bg-opacity));
}

.bg-brown-6\/90 {
    background-color: rgb(143 99 71 / 0.9);
}

.bg-gray-1 {
    --tw-bg-opacity: 1;
    background-color: rgb(154 151 146 / var(--tw-bg-opacity));
}

.bg-gray-2 {
    --tw-bg-opacity: 1;
    background-color: rgb(106 98 95 / var(--tw-bg-opacity));
}

.bg-gray-3 {
    --tw-bg-opacity: 1;
    background-color: rgb(57 57 57 / var(--tw-bg-opacity));
}

.bg-primary-1 {
    --tw-bg-opacity: 1;
    background-color: rgb(224 231 233 / var(--tw-bg-opacity));
}

.bg-primary-2 {
    --tw-bg-opacity: 1;
    background-color: rgb(157 180 187 / var(--tw-bg-opacity));
}

.bg-primary-2\/90 {
    background-color: rgb(157 180 187 / 0.9);
}

.bg-primary-3 {
    --tw-bg-opacity: 1;
    background-color: rgb(64 128 143 / var(--tw-bg-opacity));
}

.bg-red-500\/10 {
    background-color: rgb(239 68 68 / 0.1);
}

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

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

.bg-white\/50 {
    background-color: rgb(251 250 249 / 0.5);
}

.bg-white\/70 {
    background-color: rgb(251 250 249 / 0.7);
}

.bg-video-player {
    background-image: radial-gradient(32.37% 30.45% at 2.37% 100%, rgba(143, 99, 71, 0.50) 0%, rgba(143, 99, 71, 0.00) 100%);
;
}

.bg-video-player-right {
    background-image: radial-gradient(32.37% 30.45% at 97.63% 100%, rgba(143, 99, 71, 0.35) 0%, rgba(143, 99, 71, 0.00) 100%);
;
}

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

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

.object-left {
    -o-object-position: left;
    object-position: left;
}

.p-1 {
    padding: 0.25rem;
}

.p-2 {
    padding: 0.5rem;
}

.p-4 {
    padding: 1rem;
}

.p-px {
    padding: 1px;
}

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

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

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

.px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}

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

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

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

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

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

.px-\[1\.875rem\] {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
}

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

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

.py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
}

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

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

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

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

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

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

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

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

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

.py-\[0\.625rem\] {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}

.py-\[0\.9375rem\] {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
}

.py-\[1\.375rem\] {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
}

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

.\!pr-4 {
    padding-right: 1rem !important;
}

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

.pb-1\.5 {
    padding-bottom: 0.375rem;
}

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

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

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

.pb-7 {
    padding-bottom: 1.75rem;
}

.pb-9 {
    padding-bottom: 2.25rem;
}

.pb-\[0\.8125rem\] {
    padding-bottom: 0.8125rem;
}

.pb-\[2\.125rem\] {
    padding-bottom: 2.125rem;
}

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

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

.pb-gap-md {
    padding-bottom: 3rem;
}

.pb-gap-sm {
    padding-bottom: 2rem;
}

.pb-gap-xl {
    padding-bottom: 8rem;
}

.pb-gap-xs {
    padding-bottom: 1.25rem;
}

.pl-10 {
    padding-left: 2.5rem;
}

.pl-2 {
    padding-left: 0.5rem;
}

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

.pr-3 {
    padding-right: 0.75rem;
}

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

.pr-3\.5 {
    padding-right: 0.875rem;
}

.pr-\[1\.875rem\] {
    padding-right: 1.875rem;
}

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

.pt-1\.5 {
    padding-top: 0.375rem;
}

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

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

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

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

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

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

.pt-\[1\.3125rem\] {
    padding-top: 1.3125rem;
}

.pt-\[2\.25rem\] {
    padding-top: 2.25rem;
}

.pt-\[3\.625rem\] {
    padding-top: 3.625rem;
}

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

.pt-gap-lg {
    padding-top: 5rem;
}

.pt-gap-md {
    padding-top: 3rem;
}

.pt-gap-sm {
    padding-top: 2rem;
}

.pt-gap-xl {
    padding-top: 8rem;
}

.pt-gap-xs {
    padding-top: 1.25rem;
}

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

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

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

.font-heading {
    font-family: Electra, serif;
}

.text-\[0\.625rem\] {
    font-size: 0.625rem;
}

.text-\[0\.625rem\]\/\[140\%\] {
    font-size: 0.625rem;
    line-height: 140%;
}

.text-\[0\.75rem\] {
    font-size: 0.75rem;
}

.text-\[0\.75rem\]\/\[110\%\] {
    font-size: 0.75rem;
    line-height: 110%;
}

.text-\[0\.75rem\]\/\[115\%\] {
    font-size: 0.75rem;
    line-height: 115%;
}

.text-\[0\.75rem\]\/\[140\%\] {
    font-size: 0.75rem;
    line-height: 140%;
}

.text-\[0\.875rem\] {
    font-size: 0.875rem;
}

.text-\[0\.875rem\]\/\[110\%\] {
    font-size: 0.875rem;
    line-height: 110%;
}

.text-\[0\.875rem\]\/\[115\%\] {
    font-size: 0.875rem;
    line-height: 115%;
}

.text-\[0\.875rem\]\/\[140\%\] {
    font-size: 0.875rem;
    line-height: 140%;
}

.text-\[1\.125rem\]\/\[120\%\] {
    font-size: 1.125rem;
    line-height: 120%;
}

.text-\[1\.125rem\]\/\[140\%\] {
    font-size: 1.125rem;
    line-height: 140%;
}

.text-\[1\.875rem\]\/\[90\%\] {
    font-size: 1.875rem;
    line-height: 90%;
}

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

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

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

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

.uppercase {
    text-transform: uppercase;
}

.\!normal-case {
    text-transform: none !important;
}

.normal-case {
    text-transform: none;
}

.not-italic {
    font-style: normal;
}

.tracking-\[0\.00625rem\] {
    letter-spacing: 0.00625rem;
}

.tracking-\[0\.00875rem\] {
    letter-spacing: 0.00875rem;
}

.tracking-\[0\.06rem\] {
    letter-spacing: 0.06rem;
}

.tracking-\[0\.07rem\] {
    letter-spacing: 0.07rem;
}

.tracking-\[0px\] {
    letter-spacing: 0px;
}

.text-\[\#fff\] {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-black {
    --tw-text-opacity: 1;
    color: #000;
}

.text-black\/50 {
    color: rgb(34 34 34 / 0.5);
}

.text-brown-1 {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.text-brown-4 {
    --tw-text-opacity: 1;
    color: rgb(205 185 167 / var(--tw-text-opacity));
}

.text-brown-5 {
    --tw-text-opacity: 1;
    color: rgb(164 138 115 / var(--tw-text-opacity));
}

.text-brown-6 {
    --tw-text-opacity: 1;
    color: rgb(143 99 71 / var(--tw-text-opacity));
}

.time-text {
    color: rgb(143 99 71 / var(--tw-text-opacity));
}

.text-gray-1 {
    --tw-text-opacity: 1;
    color: rgb(154 151 146 / var(--tw-text-opacity));
}

.text-primary-3 {
    --tw-text-opacity: 1;
    color: rgb(64 128 143 / var(--tw-text-opacity));
}

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

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

.decoration-brown-6 {
    text-decoration-color: #8F6347;
}

.decoration-1 {
    text-decoration-thickness: 1px;
}

.underline-offset-1 {
    text-underline-offset: 1px;
}

.underline-offset-4 {
    text-underline-offset: 4px;
}

.\!opacity-100 {
    opacity: 1 !important;
}

.opacity-0 {
    opacity: 0;
}

.opacity-100 {
    opacity: 1;
}

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

.shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-black\/10 {
    --tw-shadow-color: rgb(34 34 34 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
}

.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-\[height\] {
    transition-property: height;
    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-400 {
    transition-delay: 400ms;
}

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

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

.duration-0 {
    transition-duration: 0s;
}

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

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

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

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

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

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

@media (min-width: 59.0625rem) {
    .md\:heading-6 {
        font-family: Electra, serif;
        font-size: 1.5rem;
        line-height: 115%;
    }
    @media (min-width: 59.0625rem) {
        .md\:heading-6 {
            font-size: 2.0625rem;
        }
    }
    @media (min-width: 64.125rem) {
        .md\:heading-6 {
            font-size: 2.375rem;
        }
    }
    :is(.dark .md\:heading-6) {
        --tw-text-opacity: 1;
        color: rgb(251 250 249 / var(--tw-text-opacity));
    }
    .prose .md\:heading-6,
    .wizzy .md\:heading-6 {
        margin-bottom: 0.875rem;
        padding-top: 0.625rem;
    }
    .prose .md\:heading-6:first-child,
    .wizzy .md\:heading-6:first-child {
        padding-top: 0px;
    }
    .prose .md\:heading-6:last-child,
    .wizzy .md\:heading-6:last-child {
        margin-bottom: 0px;
    }
    .prose .md\:heading-6,
    .wizzy .md\:heading-6 {
        margin-bottom: 0.875rem;
        padding-top: 0.625rem;
    }
    .prose .md\:heading-6:first-child,
    .wizzy .md\:heading-6:first-child {
        padding-top: 0px;
    }
    .prose .md\:heading-6:last-child,
    .wizzy .md\:heading-6:last-child {
        margin-bottom: 0px;
    }
    .prose .md\:heading-6,
    .wizzy .md\:heading-6 {
        text-wrap: balance;
    }
}

@media (min-width: 87.5rem) {
    .xl\:text-p3-bold {
        font-size: 0.8125rem;
        line-height: 120%;
        text-transform: uppercase;
        letter-spacing: 0.08em;
    }
    @media (min-width: 59.0625rem) {
        .xl\:text-p3-bold {
            font-size: 0.9375rem;
        }
    }
    @media (min-width: 64.125rem) {
        .xl\:text-p3-bold {
            font-size: 1.125rem;
        }
    }
    :is(.dark .xl\:text-p3-bold) {
        --tw-text-opacity: 1;
        color: rgb(251 250 249 / var(--tw-text-opacity));
    }
    .xl\:text-p3-bold {
        font-weight: 600;
        text-transform: uppercase;
    }
    :is(.dark .xl\:text-p3-bold) {
        --tw-text-opacity: 1;
        color: rgb(251 250 249 / var(--tw-text-opacity));
    }
}

.\[\&\>em\]\:heading-4>em {
    font-family: Electra, serif;
    font-size: 1.4375rem;
    line-height: 120%;
    font-style: italic;
}

@media (min-width: 59.0625rem) {
    .\[\&\>em\]\:heading-4>em {
        font-size: 1.875rem;
    }
}

@media (min-width: 64.125rem) {
    .\[\&\>em\]\:heading-4>em {
        font-size: 2.5rem;
    }
}

:is(.dark .\[\&\>em\]\:heading-4>em) {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}

.prose .\[\&\>em\]\:heading-4>em,
.wizzy .\[\&\>em\]\:heading-4>em {
    margin-bottom: 0.875rem;
    padding-top: 0.625rem;
}

.prose .\[\&\>em\]\:heading-4>em:first-child,
.wizzy .\[\&\>em\]\:heading-4>em:first-child {
    padding-top: 0px;
}

.prose .\[\&\>em\]\:heading-4>em:last-child,
.wizzy .\[\&\>em\]\:heading-4>em:last-child {
    margin-bottom: 0px;
}

.prose .\[\&\>em\]\:heading-4>em,
.wizzy .\[\&\>em\]\:heading-4>em {
    margin-bottom: 0.875rem;
    padding-top: 0.625rem;
}

.prose .\[\&\>em\]\:heading-4>em:first-child,
.wizzy .\[\&\>em\]\:heading-4>em:first-child {
    padding-top: 0px;
}

.prose .\[\&\>em\]\:heading-4>em:last-child,
.wizzy .\[\&\>em\]\:heading-4>em:last-child {
    margin-bottom: 0px;
}

.prose .\[\&\>em\]\:heading-4>em,
.wizzy .\[\&\>em\]\:heading-4>em {
    text-wrap: balance;
}

@media (min-width: 48rem) {
    .sm\:container {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 1.875rem;
        padding-left: 1.875rem;
    }
    @media (min-width: 35.9375rem) {
        .sm\:container {
            max-width: 35.9375rem;
        }
    }
    @media (min-width: 48rem) {
        .sm\:container {
            max-width: 48rem;
        }
    }
    @media (min-width: 59.0625rem) {
        .sm\:container {
            max-width: 59.0625rem;
        }
    }
    @media (min-width: 64.125rem) {
        .sm\:container {
            max-width: 64.125rem;
        }
    }
    @media (min-width: 87.5rem) {
        .sm\:container {
            max-width: 87.5rem;
        }
    }
    @media (min-width: 103.75rem) {
        .sm\:container {
            max-width: 103.75rem;
        }
    }
}

@media (min-width: 59.0625rem) {
    .md\:container {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 1.875rem;
        padding-left: 1.875rem;
    }
    @media (min-width: 35.9375rem) {
        .md\:container {
            max-width: 35.9375rem;
        }
    }
    @media (min-width: 48rem) {
        .md\:container {
            max-width: 48rem;
        }
    }
    @media (min-width: 59.0625rem) {
        .md\:container {
            max-width: 59.0625rem;
        }
    }
    @media (min-width: 64.125rem) {
        .md\:container {
            max-width: 64.125rem;
        }
    }
    @media (min-width: 87.5rem) {
        .md\:container {
            max-width: 87.5rem;
        }
    }
    @media (min-width: 103.75rem) {
        .md\:container {
            max-width: 103.75rem;
        }
    }
}

.placeholder\:text-black::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(34 34 34 / var(--tw-text-opacity));
}

.placeholder\:text-black::placeholder {
    --tw-text-opacity: 1;
    color: rgb(34 34 34 / var(--tw-text-opacity));
}

.placeholder\:text-brown-5::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(164 138 115 / var(--tw-text-opacity));
}

.placeholder\:text-brown-5::placeholder {
    --tw-text-opacity: 1;
    color: rgb(164 138 115 / var(--tw-text-opacity));
}

.before\:invisible::before {
    content: var(--tw-content);
    visibility: hidden;
}

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

.before\:-left-3::before {
    content: var(--tw-content);
    left: -0.75rem;
}

.before\:block::before {
    content: var(--tw-content);
    display: block;
}

.before\:h-0::before {
    content: var(--tw-content);
    height: 0px;
}

.before\:overflow-hidden::before {
    content: var(--tw-content);
    overflow: hidden;
}

.before\:font-semibold::before {
    content: var(--tw-content);
    font-weight: 600;
}

.before\:content-\[\'\201C\'\]::before{
    --tw-content: '"';
    content: var(--tw-content);
}
.before\:content-\[attr\(data-title\)\]::before {
    --tw-content: attr(data-title);
    content: var(--tw-content);
}
.after\:content-\[\'\201D\'\]::after{
    --tw-content: '"';
    content: var(--tw-content);
}
.last-of-type\:mb-5:last-of-type {
    margin-bottom: 1.25rem;
}
@media (hover: hover) and (pointer: fine) {
    .hover\:h-2:hover {
        height: 0.5rem;
    }
    .hover\:h-2\.5:hover {
        height: 0.625rem;
    }
    .hover\:bg-brown-2:hover {
        --tw-bg-opacity: 1;
        background-color: #093742db;
    }
    .hover\:bg-brown-4:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(205 185 167 / var(--tw-bg-opacity));
    }
    .hover\:bg-white:hover {
        --tw-bg-opacity: 1;
        background-color: #093742db;
    }
    .hover\:font-semibold:hover {
        font-weight: 600;
    }
    .hover\:text-brown-3:hover {
        --tw-text-opacity: 1;
        color: #093742db;
    }
    .hover\:text-brown-6:hover {
        --tw-text-opacity: 1;
        color: rgb(143 99 71 / var(--tw-text-opacity));
    }
    .hover\:text-gray-3:hover {
        --tw-text-opacity: 1;
        color: rgb(57 57 57 / var(--tw-text-opacity));
    }
    .hover\:text-white:hover {
        --tw-text-opacity: 1;
        color: rgb(251 250 249 / var(--tw-text-opacity));
    }
    .hover\:underline:hover {
        text-decoration-line: underline;
    }
    .hover\:duration-300:hover {
        transition-duration: 300ms;
    }
}
.focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
}
.focus\:border-brown-6:focus {
    --tw-border-opacity: 1;
    border-color: rgb(143 99 71 / var(--tw-border-opacity));
}
.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px+var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow),
    var(--tw-ring-shadow),
    var(--tw-shadow,
            0 0 #0000);
}
.focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px+var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow),
    var(--tw-ring-shadow),
    var(--tw-shadow,
            0 0 #0000);
}
.focus\:ring-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(251 250 249 / var(--tw-ring-opacity));
}
.focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
}
.focus\:ring-offset-brown-6:focus {
    --tw-ring-offset-color: #8F6347;
}
.active\:h-2:active {
    height: 0.5rem;
}
.active\:h-2\.5:active {
    height: 0.625rem;
}
@media (hover: hover) and (pointer: fine) {
    .group:hover .group-hover\:-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));
    }
    .group:hover .group-hover\:bg-black\/80 {
        background-color: rgb(34 34 34 / 0.8);
    }
    .group:hover .group-hover\:bg-primary-3\/80 {
        background-color: rgb(64 128 143 / 0.8);
    }
    .group:hover .group-hover\:text-white {
        --tw-text-opacity: 1;
        color: rgb(251 250 249 / var(--tw-text-opacity));
    }
    .group:hover .group-hover\:underline {
        text-decoration-line: underline;
    }
    .group:hover .group-hover\:opacity-0 {
        opacity: 0;
    }
    .group:hover .group-hover\:opacity-100 {
        opacity: 1;
    }
    .group:hover .group-hover\:delay-400 {
        transition-delay: 400ms;
    }
    .group:hover .group-hover\:duration-700 {
        transition-duration: 700ms;
    }
}
.group:focus .group-focus\:bg-black\/80 {
    background-color: rgb(34 34 34 / 0.8);
}
.group:focus .group-focus\:opacity-100 {
    opacity: 1;
}
.group:focus .group-focus\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.group:focus .group-focus\:ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px+var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow),
    var(--tw-ring-shadow),
    var(--tw-shadow,
            0 0 #0000);
}
.group:focus .group-focus\:ring-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(251 250 249 / var(--tw-ring-opacity));
}
.group:focus .group-focus\:ring-offset-2 {
    --tw-ring-offset-width: 2px;
}
.group:focus .group-focus\:ring-offset-brown-6 {
    --tw-ring-offset-color: #8F6347;
}
:is(.dark .dark\:border-white) {
    --tw-border-opacity: 1;
    border-color: rgb(251 250 249 / var(--tw-border-opacity));
}
:is(.dark .dark\:text-brown-3) {
    --tw-text-opacity: 1;
    color: rgb(227 217 207 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-white) {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity));
}
@media (min-width: 28.125rem) {
    .min-\[28\.125rem\]\:block {
        display: block;
    }
}
@media (min-width: 35.9375rem) {
    .xs\:block {
        display: block;
    }
    .xs\:inline-block {
        display: inline-block;
    }
    .xs\:grid {
        display: grid;
    }
    .xs\:hidden {
        display: none;
    }
    .xs\:w-full {
        width: 100%;
    }
    .xs\:max-w-\[23\.4375rem\] {
        max-width: 23.4375rem;
    }
    .xs\:max-w-\[40\.625rem\] {
        max-width: 40.625rem;
    }
    .xs\:flex-row {
        flex-direction: row;
    }
    .xs\:gap-5 {
        gap: 1.25rem;
    }
    .xs\:gap-\[3\.125rem\] {
        gap: 3.125rem;
    }
}
@media (min-width: 48rem) {
    .sm\:absolute {
        position: absolute;
    }
    .sm\:inset-0 {
        inset: 0px;
    }
    .sm\:left-14 {
        left: 3.5rem;
    }
    .sm\:left-5 {
        left: 1.25rem;
    }
    .sm\:top-6 {
        top: 1.5rem;
    }
    .sm\:top-\[1\.75rem\] {
        top: 1.75rem;
    }
    .sm\:col-span-10 {
        grid-column: span 10 / span 10;
    }
    .sm\:col-span-12 {
        grid-column: span 12 / span 12;
    }
    .sm\:col-span-5 {
        grid-column: span 5 / span 5;
    }
    .sm\:col-span-6 {
        grid-column: span 6 / span 6;
    }
    .sm\:col-start-2 {
        grid-column-start: 2;
    }
    .sm\:row-start-auto {
        grid-row-start: auto;
    }
    .sm\:mx-0 {
        margin-left: 0px;
        margin-right: 0px;
    }
    .sm\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }
    .sm\:mb-0 {
        margin-bottom: 0px;
    }
    .sm\:mb-11 {
        margin-bottom: 2.75rem;
    }
    .sm\:mb-14 {
        margin-bottom: 3.5rem;
    }
    .sm\:mb-20 {
        margin-bottom: 5rem;
    }
    .sm\:mb-7 {
        margin-bottom: 1.75rem;
    }
    .sm\:mb-8 {
        margin-bottom: 2rem;
    }
    .sm\:mb-\[3\.125rem\] {
        margin-bottom: 3.125rem;
    }
    .sm\:mb-\[4\.0625rem\] {
        margin-bottom: 4.0625rem;
    }
    .sm\:mb-\[6rem\] {
        margin-bottom: 6rem;
    }
    .sm\:mt-10 {
        margin-top: 2.5rem;
    }
    .sm\:mt-12 {
        margin-top: 3rem;
    }
    .sm\:mt-14 {
        margin-top: 3.5rem;
    }
    .sm\:mt-16 {
        margin-top: 4rem;
    }
    .sm\:mt-20 {
        margin-top: 5rem;
    }
    .sm\:mt-24 {
        margin-top: 6rem;
    }
    .sm\:mt-3 {
        margin-top: 0.75rem;
    }
    .sm\:mt-4 {
        margin-top: 1rem;
    }
    .sm\:mt-5 {
        margin-top: 1.25rem;
    }
    .sm\:mt-\[1\.625rem\] {
        margin-top: 1.625rem;
    }
    .sm\:mt-\[1\.875rem\] {
        margin-top: 1.875rem;
    }
    .sm\:mt-\[4\.625rem\] {
        margin-top: 4.625rem;
    }
    .sm\:line-clamp-2 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .sm\:block {
        display: block;
    }
    .sm\:flex {
        display: flex;
    }
    .sm\:\!grid {
        display: grid !important;
    }
    .sm\:hidden {
        display: none;
    }
    .sm\:aspect-\[126\/83\] {
        aspect-ratio: 126/83;
    }
    .sm\:aspect-\[320\/146\] {
        aspect-ratio: 320/146;
    }
    .sm\:aspect-\[443\/324\] {
        aspect-ratio: 443/324;
    }
    .sm\:aspect-\[unset\] {
        aspect-ratio: unset;
    }
    .sm\:h-\[4\.75rem\] {
        height: 4.75rem;
    }
    .sm\:h-auto {
        height: auto;
    }
    .sm\:h-full {
        height: 100%;
    }
    .sm\:max-h-\[3\.4375rem\] {
        max-height: 3.4375rem;
    }
    .sm\:min-h-\[29\.75rem\] {
        min-height: 29.75rem;
    }
    .sm\:w-20 {
        width: 5rem;
    }
    .sm\:w-auto {
        width: auto;
    }
    .sm\:w-full {
        width: 100%;
    }
    .sm\:min-w-0 {
        min-width: 0px;
    }
    .sm\:min-w-\[17\.25rem\] {
        min-width: 17.25rem;
    }
    .sm\:min-w-\[27\.125rem\] {
        min-width: 27.125rem;
    }
    .sm\:max-w-\[15\.875rem\] {
        max-width: 15.875rem;
    }
    .sm\:max-w-\[18\.75rem\] {
        max-width: 18.75rem;
    }
    .sm\:max-w-\[24\.6875rem\] {
        max-width: 24.6875rem;
    }
    .sm\:max-w-\[27\.125rem\] {
        max-width: 27.125rem;
    }
    .sm\:max-w-\[27\.625rem\] {
        max-width: 27.625rem;
    }
    .sm\:max-w-\[44rem\] {
        max-width: 44rem;
    }
    .sm\:max-w-\[7\.5rem\] {
        max-width: 7.5rem;
    }
    .sm\:max-w-\[7\.875rem\] {
        max-width: 7.875rem;
    }
    .sm\:scroll-pb-gap-0 {
        scroll-padding-bottom: 0;
    }
    .sm\:scroll-pb-gap-lg {
        scroll-padding-bottom: 5rem;
    }
    .sm\:scroll-pb-gap-md {
        scroll-padding-bottom: 3rem;
    }
    .sm\:scroll-pb-gap-sm {
        scroll-padding-bottom: 2rem;
    }
    .sm\:scroll-pb-gap-xl {
        scroll-padding-bottom: 8rem;
    }
    .sm\:scroll-pb-gap-xs {
        scroll-padding-bottom: 1.25rem;
    }
    .sm\:scroll-pt-gap-0 {
        scroll-padding-top: 0;
    }
    .sm\:scroll-pt-gap-lg {
        scroll-padding-top: 5rem;
    }
    .sm\:scroll-pt-gap-md {
        scroll-padding-top: 3rem;
    }
    .sm\:scroll-pt-gap-sm {
        scroll-padding-top: 2rem;
    }
    .sm\:scroll-pt-gap-xl {
        scroll-padding-top: 8rem;
    }
    .sm\:scroll-pt-gap-xs {
        scroll-padding-top: 1.25rem;
    }
    .sm\:columns-2 {
        -moz-columns: 2;
        columns: 2;
    }
    .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-end {
        align-items: flex-end;
    }
    .sm\:items-center {
        align-items: center;
    }
    .sm\:justify-start {
        justify-content: flex-start;
    }
    .sm\:gap-4 {
        gap: 1rem;
    }
    .sm\:gap-5 {
        gap: 1.25rem;
    }
    .sm\:gap-8 {
        gap: 2rem;
    }
    .sm\:gap-x-5 {
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }
    .sm\:gap-y-12 {
        row-gap: 3rem;
    }
    .sm\:gap-y-14 {
        row-gap: 3.5rem;
    }
    .sm\:gap-y-20 {
        row-gap: 5rem;
    }
    .sm\:gap-y-5 {
        row-gap: 1.25rem;
    }
    .sm\:divide-y-0> :not([hidden])~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
    }
    .sm\:overflow-hidden {
        overflow: hidden;
    }
    .sm\:rounded {
        border-radius: 0.25rem;
    }
    .sm\:border-0 {
        border-width: 0px;
    }
    .sm\:border-y-0 {
        border-top-width: 0px;
        border-bottom-width: 0px;
    }
    .sm\:border-t {
        border-top-width: 1px;
    }
    .sm\:bg-brown-6 {
        --tw-bg-opacity: 1;
        background-color: rgb(143 99 71 / var(--tw-bg-opacity));
    }
    .sm\:bg-white {
        --tw-bg-opacity: 1;
        background-color: rgb(251 250 249 / var(--tw-bg-opacity));
    }
    .sm\:px-0 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .sm\:px-7 {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
    }
    .sm\:px-\[1\.875rem\] {
        padding-left: 1.875rem;
        padding-right: 1.875rem;
    }
    .sm\:py-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .sm\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
    .sm\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .sm\:py-28 {
        padding-top: 7rem;
        padding-bottom: 7rem;
    }
    .sm\:py-9 {
        padding-top: 2.25rem;
        padding-bottom: 2.25rem;
    }
    .sm\:py-\[3\.625rem\] {
        padding-top: 3.625rem;
        padding-bottom: 3.625rem;
    }
    .sm\:pb-20 {
        padding-bottom: 5rem;
    }
    .sm\:pb-6 {
        padding-bottom: 1.5rem;
    }
    .sm\:pb-gap-0 {
        padding-bottom: 0;
    }
    .sm\:pb-gap-lg {
        padding-bottom: 5rem;
    }
    .sm\:pb-gap-md {
        padding-bottom: 3rem;
    }
    .sm\:pb-gap-sm {
        padding-bottom: 2rem;
    }
    .sm\:pb-gap-xl {
        padding-bottom: 8rem;
    }
    .sm\:pb-gap-xs {
        padding-bottom: 1.25rem;
    }
    .sm\:pt-0 {
        padding-top: 0px;
    }
    .sm\:pt-6 {
        padding-top: 1.5rem;
    }
    .sm\:pt-gap-0 {
        padding-top: 0;
    }
    .sm\:pt-gap-lg {
        padding-top: 5rem;
    }
    .sm\:pt-gap-md {
        padding-top: 3rem;
    }
    .sm\:pt-gap-sm {
        padding-top: 2rem;
    }
    .sm\:pt-gap-xl {
        padding-top: 8rem;
    }
    .sm\:pt-gap-xs {
        padding-top: 1.25rem;
    }
    .sm\:text-left {
        text-align: left;
    }
    .sm\:text-center {
        text-align: center;
    }
    .sm\:text-\[0\.875rem\]\/\[140\%\] {
        font-size: 0.875rem;
        line-height: 140%;
    }
    .sm\:text-\[1\.25rem\]\/\[140\%\] {
        font-size: 1.25rem;
        line-height: 140%;
    }
    .sm\:text-\[1\.5625rem\]\/\[120\%\] {
        font-size: 1.5625rem;
        line-height: 120%;
    }
    .sm\:text-brown-2 {
        --tw-text-opacity: 1;
        color: rgb(248 243 239 / var(--tw-text-opacity));
    }
    .sm\:text-brown-4 {
        --tw-text-opacity: 1;
        color: rgb(205 185 167 / var(--tw-text-opacity));
    }
    .sm\:text-white {
        --tw-text-opacity: 1;
        color: rgb(251 250 249 / var(--tw-text-opacity));
    }
    .sm\:\!opacity-100 {
        opacity: 1 !important;
    }
    .sm\:\[position\:unset\] {
        position: unset;
    }
}
@media (min-width: 59.0625rem) {
    .md\:fixed {
        position: fixed;
    }
    .md\:left-0 {
        left: 0px;
    }
    .md\:left-1\/2 {
        left: 50%;
    }
    .md\:left-7 {
        left: 1.75rem;
    }
    .md\:top-7 {
        top: 1.75rem;
    }
    .md\:top-\[calc\(100\%-3\.625rem\)\] {
        top: calc(100% - 3.625rem);
    }
    .md\:col-span-1 {
        grid-column: span 1 / span 1;
    }
    .md\:col-span-10 {
        grid-column: span 10 / span 10;
    }
    .md\:col-span-12 {
        grid-column: span 12 / span 12;
    }
    .md\:col-span-3 {
        grid-column: span 3 / span 3;
    }
    .md\:col-span-5 {
        grid-column: span 5 / span 5;
    }
    .md\:col-span-6 {
        grid-column: span 6 / span 6;
    }
    .md\:col-span-7 {
        grid-column: span 7 / span 7;
    }
    .md\:col-span-8 {
        grid-column: span 8 / span 8;
    }
    .md\:col-start-1 {
        grid-column-start: 1;
    }
    .md\:col-start-2 {
        grid-column-start: 2;
    }
    .md\:col-start-3 {
        grid-column-start: 3;
    }
    .md\:col-start-4 {
        grid-column-start: 4;
    }
    .md\:col-start-5 {
        grid-column-start: 5;
    }
    .md\:col-start-7 {
        grid-column-start: 7;
    }
    .md\:col-start-8 {
        grid-column-start: 8;
    }
    .md\:col-start-9 {
        grid-column-start: 9;
    }
    .md\:row-span-1 {
        grid-row: span 1 / span 1;
    }
    .md\:row-start-1 {
        grid-row-start: 1;
    }
    .md\:row-start-auto {
        grid-row-start: auto;
    }
    .md\:my-10 {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }
    .md\:-ml-2 {
        margin-left: -0.5rem;
    }
    .md\:-ml-2\.5 {
        margin-left: -0.625rem;
    }
    .md\:-mr-2 {
        margin-right: -0.5rem;
    }
    .md\:-mr-2\.5 {
        margin-right: -0.625rem;
    }
    .md\:mb-12 {
        margin-bottom: 3rem;
    }
    .md\:mb-16 {
        margin-bottom: 4rem;
    }
    .md\:mb-4 {
        margin-bottom: 1rem;
    }
    .md\:mb-8 {
        margin-bottom: 2rem;
    }
    .md\:mb-\[0\.875rem\] {
        margin-bottom: 0.875rem;
    }
    .md\:mb-\[6\.25rem\] {
        margin-bottom: 6.25rem;
    }
    .md\:mt-0 {
        margin-top: 0px;
    }
    .md\:mt-14 {
        margin-top: 3.5rem;
    }
    .md\:mt-2 {
        margin-top: 0.5rem;
    }
    .md\:mt-20 {
        margin-top: 5rem;
    }
    .md\:mt-24 {
        margin-top: 6rem;
    }
    .md\:mt-\[2\.1875rem\] {
        margin-top: 2.1875rem;
    }
    .md\:mt-\[3\.75rem\] {
        margin-top: 3.75rem;
    }
    .md\:block {
        display: block;
    }
    .md\:inline-block {
        display: inline-block;
    }
    .md\:inline {
        display: inline;
    }
    .md\:flex {
        display: flex;
    }
    .md\:grid {
        display: grid;
    }
    .md\:hidden {
        display: none;
    }
    .md\:aspect-\[235\/32\] {
        aspect-ratio: 235/32;
    }
    .md\:aspect-\[400\/450\] {
        aspect-ratio: 400/450;
    }
    .md\:aspect-\[940\/330\] {
        aspect-ratio: 940/330;
    }
    .md\:aspect-\[944\/534\] {
        aspect-ratio: 944/534;
    }
    .md\:h-10 {
        height: 2.5rem;
    }
    .md\:h-6 {
        height: 1.5rem;
    }
    .md\:h-\[100dvh\] {
        height: 100dvh;
    }
    .md\:h-\[3\.125rem\] {
        height: 3.125rem;
    }
    .md\:h-full {
        height: 100%;
    }
    .md\:min-h-screen {
        min-height: 100vh;
    }
    .md\:w-10 {
        width: 2.5rem;
    }
    .md\:w-\[14\.375rem\] {
        width: 14.375rem;
    }
    .md\:w-\[3\.125rem\] {
        width: 3.125rem;
    }
    .md\:w-auto {
        width: auto;
    }
    .md\:max-w-\[14\.6875rem\] {
        max-width: 14.6875rem;
    }
    .md\:max-w-\[15\.25rem\] {
        max-width: 15.25rem;
    }
    .md\:max-w-\[25rem\] {
        max-width: 25rem;
    }
    .md\:max-w-\[27\.25rem\] {
        max-width: 27.25rem;
    }
    .md\:max-w-\[30rem\] {
        max-width: 30rem;
    }
    .md\:-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));
    }
    .md\:scroll-pb-gap-0 {
        scroll-padding-bottom: 0;
    }
    .md\:scroll-pb-gap-lg {
        scroll-padding-bottom: 5rem;
    }
    .md\:scroll-pb-gap-md {
        scroll-padding-bottom: 3rem;
    }
    .md\:scroll-pb-gap-sm {
        scroll-padding-bottom: 2rem;
    }
    .md\:scroll-pb-gap-xl {
        scroll-padding-bottom: 8rem;
    }
    .md\:scroll-pb-gap-xs {
        scroll-padding-bottom: 1.25rem;
    }
    .md\:scroll-pt-gap-0 {
        scroll-padding-top: 0;
    }
    .md\:scroll-pt-gap-lg {
        scroll-padding-top: 5rem;
    }
    .md\:scroll-pt-gap-md {
        scroll-padding-top: 3rem;
    }
    .md\:scroll-pt-gap-sm {
        scroll-padding-top: 2rem;
    }
    .md\:scroll-pt-gap-xl {
        scroll-padding-top: 8rem;
    }
    .md\:scroll-pt-gap-xs {
        scroll-padding-top: 1.25rem;
    }
    .md\:columns-2 {
        -moz-columns: 2;
        columns: 2;
    }
    .md\:grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }
    .md\:grid-cols-14 {
        grid-template-columns: repeat(14, minmax(0, 1fr));
    }
    .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-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .md\:grid-rows-1 {
        grid-template-rows: repeat(1, minmax(0, 1fr));
    }
    .md\:flex-row {
        flex-direction: row;
    }
    .md\:items-center {
        align-items: center;
    }
    .md\:justify-start {
        justify-content: flex-start;
    }
    .md\:justify-between {
        justify-content: space-between;
    }
    .md\:gap-4 {
        gap: 1rem;
    }
    .md\:gap-5 {
        gap: 1.25rem;
    }
    .md\:gap-x-10 {
        -moz-column-gap: 2.5rem;
        column-gap: 2.5rem;
    }
    .md\:gap-x-7 {
        -moz-column-gap: 1.75rem;
        column-gap: 1.75rem;
    }
    .md\:gap-y-10 {
        row-gap: 2.5rem;
    }
    .md\:gap-y-8 {
        row-gap: 2rem;
    }
    .md\:border-t-0 {
        border-top-width: 0px;
    }
    .md\:border-\[\#000\] {
        --tw-border-opacity: 1;
        border-color: rgb(0 0 0 / var(--tw-border-opacity));
    }
    .md\:bg-\[\#fff\] {
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    }
    .md\:bg-brown-2 {
        --tw-bg-opacity: 1;
        background-color: rgb(248 243 239 / var(--tw-bg-opacity));
    }
    .md\:bg-transparent {
        background-color: transparent;
    }
    .md\:p-10 {
        padding: 2.5rem;
    }
    .md\:p-\[1\.875rem\] {
        padding: 1.875rem;
    }
    .md\:px-0 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .md\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    .md\:px-11 {
        padding-left: 2.75rem;
        padding-right: 2.75rem;
    }
    .md\:py-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .md\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .md\:py-5 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }
    .md\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .md\:py-\[1\.375rem\] {
        padding-top: 1.375rem;
        padding-bottom: 1.375rem;
    }
    .md\:pb-1 {
        padding-bottom: 0.25rem;
    }
    .md\:pb-1\.5 {
        padding-bottom: 0.375rem;
    }
    .md\:pb-\[0\.5625rem\] {
        padding-bottom: 0.5625rem;
    }
    .md\:pb-gap-0 {
        padding-bottom: 0;
    }
    .md\:pb-gap-lg {
        padding-bottom: 5rem;
    }
    .md\:pb-gap-md {
        padding-bottom: 3rem;
    }
    .md\:pb-gap-sm {
        padding-bottom: 2rem;
    }
    .md\:pb-gap-xl {
        padding-bottom: 8rem;
    }
    .md\:pb-gap-xs {
        padding-bottom: 1.25rem;
    }
    .md\:pl-10 {
        padding-left: 2.5rem;
    }
    .md\:pr-0 {
        padding-right: 0px;
    }
    .md\:pr-4 {
        padding-right: 1rem;
    }
    .md\:pt-24 {
        padding-top: 6rem;
    }
    .md\:pt-4 {
        padding-top: 1rem;
    }
    .md\:pt-\[0\.4375rem\] {
        padding-top: 0.4375rem;
    }
    .md\:pt-\[4\.75rem\] {
        padding-top: 4.75rem;
    }
    .md\:pt-gap-0 {
        padding-top: 0;
    }
    .md\:pt-gap-lg {
        padding-top: 5rem;
    }
    .md\:pt-gap-md {
        padding-top: 3rem;
    }
    .md\:pt-gap-sm {
        padding-top: 2rem;
    }
    .md\:pt-gap-xl {
        padding-top: 8rem;
    }
    .md\:pt-gap-xs {
        padding-top: 1.25rem;
    }
    .md\:text-\[1rem\]\/\[115\%\] {
        font-size: 1rem;
        line-height: 115%;
    }
    .md\:tracking-\[0\.08rem\] {
        letter-spacing: 0.08rem;
    }
    .md\:text-\[\#fff\] {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
    }
}
@media (min-width: 64.125rem) {
    .lg\:fixed {
        position: fixed;
    }
    .lg\:bottom-16 {
        bottom: 4rem;
    }
    .lg\:left-10 {
        left: 2.5rem;
    }
    .lg\:left-auto {
        left: auto;
    }
    .lg\:right-16 {
        right: 4rem;
    }
    .lg\:top-6 {
        top: 1.5rem;
    }
    .lg\:top-auto {
        top: auto;
    }
    .lg\:z-\[1\] {
        z-index: 1;
    }
    .lg\:col-span-3 {
        grid-column: span 3 / span 3;
    }
    .lg\:col-span-4 {
        grid-column: span 4 / span 4;
    }
    .lg\:col-span-5 {
        grid-column: span 5 / span 5;
    }
    .lg\:col-span-6 {
        grid-column: span 6 / span 6;
    }
    .lg\:col-span-9 {
        grid-column: span 9 / span 9;
    }
    .lg\:col-start-1 {
        grid-column-start: 1;
    }
    .lg\:col-start-7 {
        grid-column-start: 7;
    }
    .lg\:col-start-8 {
        grid-column-start: 8;
    }
    .lg\:mx-0 {
        margin-left: 0px;
        margin-right: 0px;
    }
    .lg\:mb-0 {
        margin-bottom: 0px;
    }
    .lg\:mb-10 {
        margin-bottom: 2.5rem;
    }
    .lg\:mb-16 {
        margin-bottom: 4rem;
    }
    .lg\:mb-20 {
        margin-bottom: 5rem;
    }
    .lg\:mb-9 {
        margin-bottom: 2.25rem;
    }
    .lg\:mb-\[6\.25rem\] {
        margin-bottom: 6.25rem;
    }
    .lg\:mt-0 {
        margin-top: 0px;
    }
    .lg\:mt-10 {
        margin-top: 2.5rem;
    }
    .lg\:mt-20 {
        margin-top: 5rem;
    }
    .lg\:mt-32 {
        margin-top: 8rem;
    }
    .lg\:mt-7 {
        margin-top: 1.75rem;
    }
    .lg\:mt-\[4\.875rem\] {
        margin-top: 4.875rem;
    }
    .lg\:mt-\[5\.75rem\] {
        margin-top: 5.75rem;
    }
    .lg\:mt-\[7\.625rem\] {
        margin-top: 7.625rem;
    }
    .lg\:block {
        display: block;
    }
    .lg\:hidden {
        display: none;
    }
    .lg\:aspect-\[1600\/575\] {
        aspect-ratio: 1600/575;
    }
    .lg\:aspect-\[1600\/900\] {
        aspect-ratio: 1600/900;
    }
    .lg\:aspect-\[624\/700\] {
        aspect-ratio: 624/700;
    }
    .lg\:h-\[4\.875rem\] {
        height: 4.875rem;
    }
    .lg\:max-h-\[4rem\] {
        max-height: 4rem;
    }
    .lg\:min-h-\[calc\(100vh-7\.75rem\)\] {
        min-height: calc(100vh - 7.75rem);
    }
    .lg\:w-\[4\.875rem\] {
        width: 4.875rem;
    }
    .lg\:w-auto {
        width: auto;
    }
    .lg\:max-w-\[22\.125rem\] {
        max-width: 22.125rem;
    }
    .lg\:max-w-\[25rem\] {
        max-width: 25rem;
    }
    .lg\:max-w-\[26\.375rem\] {
        max-width: 26.375rem;
    }
    .lg\:max-w-\[26rem\] {
        max-width: 26rem;
    }
    .lg\:max-w-\[27\.6875rem\] {
        max-width: 27.6875rem;
    }
    .lg\:max-w-\[39rem\] {
        max-width: 39rem;
    }
    .lg\:max-w-\[41\.9375rem\] {
        max-width: 41.9375rem;
    }
    .lg\:max-w-none {
        max-width: none;
    }
    .lg\: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));
    }
    .lg\: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));
    }
    .lg\:scroll-pb-gap-0 {
        scroll-padding-bottom: 0;
    }
    .lg\:scroll-pb-gap-lg {
        scroll-padding-bottom: 5rem;
    }
    .lg\:scroll-pb-gap-md {
        scroll-padding-bottom: 3rem;
    }
    .lg\:scroll-pb-gap-sm {
        scroll-padding-bottom: 2rem;
    }
    .lg\:scroll-pb-gap-xl {
        scroll-padding-bottom: 8rem;
    }
    .lg\:scroll-pb-gap-xs {
        scroll-padding-bottom: 1.25rem;
    }
    .lg\:scroll-pt-gap-0 {
        scroll-padding-top: 0;
    }
    .lg\:scroll-pt-gap-lg {
        scroll-padding-top: 5rem;
    }
    .lg\:scroll-pt-gap-md {
        scroll-padding-top: 3rem;
    }
    .lg\:scroll-pt-gap-sm {
        scroll-padding-top: 2rem;
    }
    .lg\:scroll-pt-gap-xl {
        scroll-padding-top: 8rem;
    }
    .lg\:scroll-pt-gap-xs {
        scroll-padding-top: 1.25rem;
    }
    .lg\:columns-3 {
        -moz-columns: 3;
        columns: 3;
    }
    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .lg\:flex-row {
        flex-direction: row;
    }
    .lg\:items-start {
        align-items: flex-start;
    }
    .lg\:justify-between {
        justify-content: space-between;
    }
    .lg\:gap-10 {
        gap: 2.5rem;
    }
    .lg\:gap-5 {
        gap: 1.25rem;
    }
    .lg\:gap-\[2\.125rem\] {
        gap: 2.125rem;
    }
    .lg\:gap-y-\[4\.5rem\] {
        row-gap: 4.5rem;
    }
    .lg\:p-14 {
        padding: 3.5rem;
    }
    .lg\:p-\[3\.4375rem\] {
        padding: 3.4375rem;
    }
    .lg\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    .lg\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem;
    }
    .lg\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
    .lg\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .lg\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
    .lg\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .lg\:py-\[6\.25rem\] {
        padding-top: 6.25rem;
        padding-bottom: 6.25rem;
    }
    .lg\:pb-10 {
        padding-bottom: 2.5rem;
    }
    .lg\:pb-\[1\.1875rem\] {
        padding-bottom: 1.1875rem;
    }
    .lg\:pb-\[6\.25rem\] {
        padding-bottom: 6.25rem;
    }
    .lg\:pb-gap-0 {
        padding-bottom: 0;
    }
    .lg\:pb-gap-lg {
        padding-bottom: 5rem;
    }
    .lg\:pb-gap-md {
        padding-bottom: 3rem;
    }
    .lg\:pb-gap-sm {
        padding-bottom: 2rem;
    }
    .lg\:pb-gap-xl {
        padding-bottom: 8rem;
    }
    .lg\:pb-gap-xs {
        padding-bottom: 1.25rem;
    }
    .lg\:pt-24 {
        padding-top: 6rem;
    }
    .lg\:pt-7 {
        padding-top: 1.75rem;
    }
    .lg\:pt-gap-0 {
        padding-top: 0;
    }
    .lg\:pt-gap-lg {
        padding-top: 5rem;
    }
    .lg\:pt-gap-md {
        padding-top: 3rem;
    }
    .lg\:pt-gap-sm {
        padding-top: 2rem;
    }
    .lg\:pt-gap-xl {
        padding-top: 8rem;
    }
    .lg\:pt-gap-xs {
        padding-top: 1.25rem;
    }
    .lg\:text-left {
        text-align: left;
    }
}
@media (min-width: 87.5rem) {
    .xl\:right-16 {
        right: 4rem;
    }
    .xl\:col-span-10 {
        grid-column: span 10 / span 10;
    }
    .xl\:col-span-2 {
        grid-column: span 2 / span 2;
    }
    .xl\:col-span-4 {
        grid-column: span 4 / span 4;
    }
    .xl\:col-span-8 {
        grid-column: span 8 / span 8;
    }
    .xl\:col-start-3 {
        grid-column-start: 3;
    }
    .xl\:col-start-4 {
        grid-column-start: 4;
    }
    .xl\:block {
        display: block;
    }
    .xl\:hidden {
        display: none;
    }
    .xl\:h-9 {
        height: 2.25rem;
    }
    .xl\:w-9 {
        width: 2.25rem;
    }
    .xl\:max-w-\[48\.75rem\] {
        max-width: 48.75rem;
    }
    .xl\:max-w-\[56\.625rem\] {
        max-width: 56.625rem;
    }
    .xl\:grid-cols-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }
    .xl\:gap-5 {
        gap: 1.25rem;
    }
    .xl\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem;
    }
    .xl\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    .xl\:pb-9 {
        padding-bottom: 2.25rem;
    }
    .xl\:pt-\[2\.375rem\] {
        padding-top: 2.375rem;
    }
}
@media (min-width: 100rem) {
    .min-\[100rem\]\:gap-10 {
        gap: 2.5rem;
    }
}
@media (min-width: 111.25rem) {
    .min-\[111\.25rem\]\:ml-\[8\.625rem\] {
        margin-left: 8.625rem;
    }
    .min-\[111\.25rem\]\:gap-\[8\.625rem\] {
        gap: 8.625rem;
    }
}
.\[\&\>a\]\:underline>a {
    text-decoration-line: underline;
}
.\[\&\>em\]\:normal-case>em {
    text-transform: none;
}
.\[\&\>em\]\:tracking-\[0px\]>em {
    letter-spacing: 0px;
}
.\[\&\>li\:last-of-type\>a\]\:after\:hidden>li:last-of-type>a::after {
    content: var(--tw-content);
    display: none;
}
.\[\&\>li\>a\]\:after\:ml-2>li>a::after {
    content: var(--tw-content);
    margin-left: 0.5rem;
}
.\[\&\>li\>a\]\:after\:inline>li>a::after {
    content: var(--tw-content);
    display: inline;
}
.\[\&\>li\>a\]\:after\:text-black>li>a::after {
    content: var(--tw-content);
    --tw-text-opacity: 1;
    color: rgb(233 233 233);
}
.\[\&\>li\>a\]\:after\:content-\[\"\|\"\]>li>a::after{
    --tw-content: "|";
    content: var(--tw-content);

}
.\[\&\>span\]\:flex>span {
    display: flex;
}
.\[\&\>span\]\:gap-1\.5>span {
    gap: 0.375rem;
}
.\[\&_\.breadcrumb\\_last_strong\]\:font-semibold .breadcrumb_last strong {
    font-weight: 600;
}

.form-error,
.form-error p {
    font-size: 12px;
    font-style: italic;
    color: darkred;
}

#site-navigation .active {
    color: #ff914c !important;
    font-weight: 700;
}