@charset "UTF-8";
/**
 * ASEPress Main Stylesheet
 * 
 * Central import file that orchestrates the entire CSS architecture.
 * Files are imported in dependency order - variables/utilities first,
 * then components, then page-specific styles.
 *
 * @package ASEPress
 * @since 1.0.0
 * 
 * Architecture:
 * ──────────────────────────────────────────────────────────────────────────────
 * 1. TAILWIND     - Base styles, components, and utilities framework
 * 2. UTILITIES    - Design tokens, variables, mixins, custom utilities
 * 3. COMPONENTS   - Reusable UI elements (buttons, logos, cards)
 * 4. PARTIALS     - Site-wide structural components (header, footer, etc.)
 * 5. PAGES        - Template-specific overrides and unique layouts
 * ──────────────────────────────────────────────────────────────────────────────
 */
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/*! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com
 */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.\!container{
  width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 480px){
  .\!container{
    max-width: 480px !important;
  }
  .container{
    max-width: 480px;
  }
}
@media (min-width: 640px){
  .\!container{
    max-width: 640px !important;
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .container{
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 768px){
  .\!container{
    max-width: 768px !important;
  }
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .\!container{
    max-width: 1024px !important;
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .container{
    max-width: 1024px;
    padding-right: 0rem;
    padding-left: 0rem;
  }
}
@media (min-width: 1280px){
  .\!container{
    max-width: 1280px !important;
  }
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1440px){
  .\!container{
    max-width: 1440px !important;
  }
  .container{
    max-width: 1440px;
  }
}
@media (min-width: 1920px){
  .\!container{
    max-width: 1920px !important;
  }
  .container{
    max-width: 1920px;
  }
}
@media (min-width: 2400px){
  .\!container{
    max-width: 2400px !important;
  }
  .container{
    max-width: 2400px;
  }
}
.prose{
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}
.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  text-align: start;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: rgb(17 24 39 / 10%);
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
.prose-sm{
  font-size: 0.875rem;
  line-height: 1.7142857;
}
.prose-sm :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}
.prose-sm :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.2857143em;
  line-height: 1.5555556;
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-sm :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.1111111em;
}
.prose-sm :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 2.1428571em;
  margin-top: 0;
  margin-bottom: 0.8em;
  line-height: 1.2;
}
.prose-sm :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.4285714em;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  line-height: 1.4;
}
.prose-sm :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.2857143em;
  margin-top: 1.5555556em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}
.prose-sm :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.4285714em;
  margin-bottom: 0.5714286em;
  line-height: 1.4285714;
}
.prose-sm :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose-sm :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8571429em;
  border-radius: 0.3125rem;
  padding-top: 0.1428571em;
  padding-inline-end: 0.3571429em;
  padding-bottom: 0.1428571em;
  padding-inline-start: 0.3571429em;
}
.prose-sm :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8571429em;
}
.prose-sm :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.9em;
}
.prose-sm :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
}
.prose-sm :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8571429em;
  line-height: 1.6666667;
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  border-radius: 0.25rem;
  padding-top: 0.6666667em;
  padding-inline-end: 1em;
  padding-bottom: 0.6666667em;
  padding-inline-start: 1em;
}
.prose-sm :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-inline-start: 1.5714286em;
}
.prose-sm :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-inline-start: 1.5714286em;
}
.prose-sm :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.2857143em;
  margin-bottom: 0.2857143em;
}
.prose-sm :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.4285714em;
}
.prose-sm :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.4285714em;
}
.prose-sm :where(.prose-sm > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
.prose-sm :where(.prose-sm > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
}
.prose-sm :where(.prose-sm > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.1428571em;
}
.prose-sm :where(.prose-sm > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
}
.prose-sm :where(.prose-sm > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.1428571em;
}
.prose-sm :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
.prose-sm :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}
.prose-sm :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
}
.prose-sm :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.2857143em;
  padding-inline-start: 1.5714286em;
}
.prose-sm :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2.8571429em;
  margin-bottom: 2.8571429em;
}
.prose-sm :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-sm :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-sm :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-sm :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-sm :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8571429em;
  line-height: 1.5;
}
.prose-sm :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 1em;
  padding-bottom: 0.6666667em;
  padding-inline-start: 1em;
}
.prose-sm :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.prose-sm :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.prose-sm :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.6666667em;
  padding-inline-end: 1em;
  padding-bottom: 0.6666667em;
  padding-inline-start: 1em;
}
.prose-sm :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.prose-sm :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.prose-sm :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose-sm :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8571429em;
  line-height: 1.3333333;
  margin-top: 0.6666667em;
}
.prose-sm :where(.prose-sm > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-sm :where(.prose-sm > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
.prose-lg{
  font-size: 1.125rem;
  line-height: 1.7777778;
}
.prose-lg :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}
.prose-lg :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.2222222em;
  line-height: 1.4545455;
  margin-top: 1.0909091em;
  margin-bottom: 1.0909091em;
}
.prose-lg :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  padding-inline-start: 1em;
}
.prose-lg :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 2.6666667em;
  margin-top: 0;
  margin-bottom: 0.8333333em;
  line-height: 1;
}
.prose-lg :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.6666667em;
  margin-top: 1.8666667em;
  margin-bottom: 1.0666667em;
  line-height: 1.3333333;
}
.prose-lg :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.3333333em;
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.5;
}
.prose-lg :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}
.prose-lg :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose-lg :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
  border-radius: 0.3125rem;
  padding-top: 0.2222222em;
  padding-inline-end: 0.4444444em;
  padding-bottom: 0.2222222em;
  padding-inline-start: 0.4444444em;
}
.prose-lg :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
}
.prose-lg :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8666667em;
}
.prose-lg :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.875em;
}
.prose-lg :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
  line-height: 1.75;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.375rem;
  padding-top: 1em;
  padding-inline-end: 1.5em;
  padding-bottom: 1em;
  padding-inline-start: 1.5em;
}
.prose-lg :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.5555556em;
}
.prose-lg :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.5555556em;
}
.prose-lg :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.6666667em;
  margin-bottom: 0.6666667em;
}
.prose-lg :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.4444444em;
}
.prose-lg :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.4444444em;
}
.prose-lg :where(.prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-lg :where(.prose-lg > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
}
.prose-lg :where(.prose-lg > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.3333333em;
}
.prose-lg :where(.prose-lg > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
}
.prose-lg :where(.prose-lg > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.3333333em;
}
.prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-lg :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}
.prose-lg :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
}
.prose-lg :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.6666667em;
  padding-inline-start: 1.5555556em;
}
.prose-lg :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 3.1111111em;
  margin-bottom: 3.1111111em;
}
.prose-lg :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-lg :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-lg :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-lg :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-lg :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
  line-height: 1.5;
}
.prose-lg :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0.75em;
  padding-bottom: 0.75em;
  padding-inline-start: 0.75em;
}
.prose-lg :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.prose-lg :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.75em;
  padding-inline-end: 0.75em;
  padding-bottom: 0.75em;
  padding-inline-start: 0.75em;
}
.prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.prose-lg :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose-lg :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
  line-height: 1.5;
  margin-top: 1em;
}
.prose-lg :where(.prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-lg :where(.prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
.ase-modal__error{
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.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;
}
.invisible{
  visibility: hidden;
}
.collapse{
  visibility: collapse;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.inset-y-0{
  top: 0px;
  bottom: 0px;
}
.-top-12{
  top: -3rem;
}
.-top-2{
  top: -0.5rem;
}
.bottom-0{
  bottom: 0px;
}
.bottom-4{
  bottom: 1rem;
}
.left-0{
  left: 0px;
}
.left-1{
  left: 0.25rem;
}
.left-1\/2{
  left: 50%;
}
.left-4{
  left: 1rem;
}
.left-auto{
  left: auto;
}
.right-0{
  right: 0px;
}
.right-3{
  right: 0.75rem;
}
.right-4{
  right: 1rem;
}
.right-6{
  right: 1.5rem;
}
.top-0{
  top: 0px;
}
.top-1{
  top: 0.25rem;
}
.top-1\/2{
  top: 50%;
}
.top-2{
  top: 0.5rem;
}
.top-4{
  top: 1rem;
}
.top-\[1px\]{
  top: 1px;
}
.top-full{
  top: 100%;
}
.z-10{
  z-index: 10;
}
.z-\[1000\]{
  z-index: 1000;
}
.z-\[9998\]{
  z-index: 9998;
}
.z-\[9999\]{
  z-index: 9999;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.col-span-4{
  grid-column: span 4 / span 4;
}
.col-span-8{
  grid-column: span 8 / span 8;
}
.col-start-1{
  grid-column-start: 1;
}
.col-start-2{
  grid-column-start: 2;
}
.row-span-4{
  grid-row: span 4 / span 4;
}
.m-0{
  margin: 0px;
}
.m-5{
  margin: 1.25rem;
}
.m-8{
  margin: 2rem;
}
.m-auto{
  margin: auto;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.-mr-2{
  margin-right: -0.5rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-0{
  margin-left: 0px;
}
.ml-4{
  margin-left: 1rem;
}
.ml-6{
  margin-left: 1.5rem;
}
.ml-auto{
  margin-left: auto;
}
.mr-0{
  margin-right: 0px;
}
.mr-1{
  margin-right: 0.25rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-4{
  margin-right: 1rem;
}
.mr-5{
  margin-right: 1.25rem;
}
.mt-0{
  margin-top: 0px;
}
.mt-0\.5{
  margin-top: 0.125rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-\[15vh\]{
  margin-top: 15vh;
}
.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.\!block{
  display: block !important;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.\!grid{
  display: grid !important;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.aspect-square{
  aspect-ratio: 1/1;
}
.aspect-video{
  aspect-ratio: 16 / 9;
}
.size-full{
  width: 100%;
  height: 100%;
}
.h-0{
  height: 0px;
}
.h-0\.5{
  height: 0.125rem;
}
.h-1{
  height: 0.25rem;
}
.h-10{
  height: 2.5rem;
}
.h-11{
  height: 2.75rem;
}
.h-12{
  height: 3rem;
}
.h-14{
  height: 3.5rem;
}
.h-16{
  height: 4rem;
}
.h-2{
  height: 0.5rem;
}
.h-2\.5{
  height: 0.625rem;
}
.h-4{
  height: 1rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-8{
  height: 2rem;
}
.h-9{
  height: 2.25rem;
}
.h-\[34px\]{
  height: 34px;
}
.h-\[50vh\]{
  height: 50vh;
}
.h-\[550px\]{
  height: 550px;
}
.h-\[75px\]{
  height: 75px;
}
.h-auto{
  height: auto;
}
.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}
.h-full{
  height: 100%;
}
.h-px{
  height: 1px;
}
.max-h-0{
  max-height: 0px;
}
.max-h-10{
  max-height: 2.5rem;
}
.max-h-\[2000px\]{
  max-height: 2000px;
}
.max-h-\[50vh\]{
  max-height: 50vh;
}
.max-h-\[calc\(100vh-3rem\)\]{
  max-height: calc(100vh - 3rem);
}
.min-h-\[350px\]{
  min-height: 350px;
}
.min-h-\[450px\]{
  min-height: 450px;
}
.min-h-\[45vh\]{
  min-height: 45vh;
}
.min-h-screen{
  min-height: 100vh;
}
.w-1{
  width: 0.25rem;
}
.w-10{
  width: 2.5rem;
}
.w-11{
  width: 2.75rem;
}
.w-12{
  width: 3rem;
}
.w-14{
  width: 3.5rem;
}
.w-16{
  width: 4rem;
}
.w-3{
  width: 0.75rem;
}
.w-3\.5{
  width: 0.875rem;
}
.w-4{
  width: 1rem;
}
.w-5{
  width: 1.25rem;
}
.w-6{
  width: 1.5rem;
}
.w-7{
  width: 1.75rem;
}
.w-8{
  width: 2rem;
}
.w-9{
  width: 2.25rem;
}
.w-\[100px\]{
  width: 100px;
}
.w-\[min\(1060px\2c calc\(100\%-2rem\)\)\]{
  width: min(1060px,calc(100% - 2rem));
}
.w-auto{
  width: auto;
}
.w-full{
  width: 100%;
}
.w-screen{
  width: 100vw;
}
.min-w-0{
  min-width: 0px;
}
.min-w-\[220px\]{
  min-width: 220px;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-3xl{
  max-width: 48rem;
}
.max-w-4xl{
  max-width: 56rem;
}
.max-w-5xl{
  max-width: 64rem;
}
.max-w-6xl{
  max-width: 72rem;
}
.max-w-7xl{
  max-width: 80rem;
}
.max-w-\[720px\]{
  max-width: 720px;
}
.max-w-full{
  max-width: 100%;
}
.max-w-lg{
  max-width: 32rem;
}
.max-w-max{
  max-width: -moz-max-content;
  max-width: max-content;
}
.max-w-md{
  max-width: 28rem;
}
.max-w-none{
  max-width: none;
}
.max-w-screen-2xl{
  max-width: 1440px;
}
.max-w-screen-3xl{
  max-width: 1440px;
}
.max-w-screen-4xl{
  max-width: 1440px;
}
.max-w-screen-lg{
  max-width: 1024px;
}
.max-w-screen-md{
  max-width: 768px;
}
.max-w-screen-sm{
  max-width: 640px;
}
.max-w-screen-xl{
  max-width: 1280px;
}
.max-w-sm{
  max-width: 24rem;
}
.max-w-xl{
  max-width: 36rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink{
  flex-shrink: 1;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.shrink{
  flex-shrink: 1;
}
.shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.grow{
  flex-grow: 1;
}
.basis-1{
  flex-basis: 0.25rem;
}
.basis-1\/4{
  flex-basis: 25%;
}
.basis-2{
  flex-basis: 0.5rem;
}
.basis-3{
  flex-basis: 0.75rem;
}
.border-collapse{
  border-collapse: collapse;
}
.origin-top{
  transform-origin: top;
}
.-translate-x-1{
  --tw-translate-x: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-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-4{
  --tw-translate-x: -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-x-full{
  --tw-translate-x: -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-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-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-2{
  --tw-translate-y: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-4{
  --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-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-4{
  --tw-translate-x: 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-x-full{
  --tw-translate-x: 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-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-2{
  --tw-translate-y: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-4{
  --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));
}
.-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-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));
}
.scale-0{
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-95{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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-y-0{
  --tw-scale-y: 0;
  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-y-100{
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-y-95{
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}
.animate-spin{
  animation: spin 1s linear infinite;
}
.cursor-grab{
  cursor: grab;
}
.cursor-grabbing{
  cursor: grabbing;
}
.cursor-pointer{
  cursor: pointer;
}
.resize{
  resize: both;
}
.list-decimal{
  list-style-type: decimal;
}
.list-disc{
  list-style-type: disc;
}
.list-none{
  list-style-type: none;
}
.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.columns-1{
  -moz-columns: 1;
       columns: 1;
}
.columns-2{
  -moz-columns: 2;
       columns: 2;
}
.columns-3{
  -moz-columns: 3;
       columns: 3;
}
.columns-4{
  -moz-columns: 4;
       columns: 4;
}
.columns-5{
  -moz-columns: 5;
       columns: 5;
}
.columns-6{
  -moz-columns: 6;
       columns: 6;
}
.columns-7{
  -moz-columns: 7;
       columns: 7;
}
.columns-8{
  -moz-columns: 8;
       columns: 8;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, 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-rows-1{
  grid-template-rows: repeat(1, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-baseline{
  align-items: baseline;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-0{
  gap: 0px;
}
.gap-1{
  gap: 0.25rem;
}
.gap-10{
  gap: 2.5rem;
}
.gap-12{
  gap: 3rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.gap-x-3{
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-8{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-y-2{
  row-gap: 0.5rem;
}
.gap-y-4{
  row-gap: 1rem;
}
.gap-y-8{
  row-gap: 2rem;
}
.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.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-slate-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-divide-opacity, 1));
}
.self-start{
  align-self: flex-start;
}
.self-end{
  align-self: flex-end;
}
.self-center{
  align-self: center;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-y-auto{
  overflow-y: auto;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-sm{
  border-radius: 0.125rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-t{
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-2{
  border-width: 2px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-\[\#085D84\]{
  --tw-border-opacity: 1;
  border-color: rgb(8 93 132 / var(--tw-border-opacity, 1));
}
.border-\[\#E5DFD3\]{
  --tw-border-opacity: 1;
  border-color: rgb(229 223 211 / var(--tw-border-opacity, 1));
}
.border-amber-200{
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
}
.border-brand-primary{
  --tw-border-opacity: 1;
  border-color: rgb(110 140 128 / var(--tw-border-opacity, 1));
}
.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(0 107 94 / var(--tw-border-opacity, 1));
}
.border-red-200{
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.border-slate-100{
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
}
.border-slate-200{
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.border-slate-800{
  --tw-border-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-white\/20{
  border-color: rgb(255 255 255 / 0.2);
}
.border-t-transparent{
  border-top-color: transparent;
}
.bg-\[\#085D84\]{
  --tw-bg-opacity: 1;
  background-color: rgb(8 93 132 / var(--tw-bg-opacity, 1));
}
.bg-\[\#3A352A\]\/60{
  background-color: rgb(58 53 42 / 0.6);
}
.bg-\[\#F0EADF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(240 234 223 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F48A20\]{
  --tw-bg-opacity: 1;
  background-color: rgb(244 138 32 / var(--tw-bg-opacity, 1));
}
.bg-accent{
  --tw-bg-opacity: 1;
  background-color: rgb(245 138 0 / var(--tw-bg-opacity, 1));
}
.bg-amber-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}
.bg-amber-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-brand-gray{
  --tw-bg-opacity: 1;
  background-color: rgb(240 234 223 / var(--tw-bg-opacity, 1));
}
.bg-brand-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(110 140 128 / var(--tw-bg-opacity, 1));
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-green-100{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(0 107 94 / var(--tw-bg-opacity, 1));
}
.bg-red-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.bg-slate-100{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
.bg-slate-50{
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}
.bg-slate-900{
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}
.bg-slate-950{
  --tw-bg-opacity: 1;
  background-color: rgb(2 6 23 / var(--tw-bg-opacity, 1));
}
.bg-slate-950\/80{
  background-color: rgb(2 6 23 / 0.8);
}
.bg-stone-50{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 249 / var(--tw-bg-opacity, 1));
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/10{
  background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/20{
  background-color: rgb(255 255 255 / 0.2);
}
.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-black{
  --tw-gradient-from: #000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary{
  --tw-gradient-from: #006B5E var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 107 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-primary-dark{
  --tw-gradient-to: #005549 var(--tw-gradient-to-position);
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-\[50\%_25\%\]{
  -o-object-position: 50% 25%;
     object-position: 50% 25%;
}
.p-0{
  padding: 0px;
}
.p-1{
  padding: 0.25rem;
}
.p-10{
  padding: 2.5rem;
}
.p-2{
  padding: 0.5rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 1.5rem;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.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-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[27px\]{
  padding-left: 27px;
  padding-right: 27px;
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.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;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-\[12px\]{
  padding-bottom: 12px;
}
.pb-\[17px\]{
  padding-bottom: 17px;
}
.pl-12{
  padding-left: 3rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-5{
  padding-left: 1.25rem;
}
.pr-12{
  padding-right: 3rem;
}
.pr-8{
  padding-right: 2rem;
}
.pt-0{
  padding-top: 0px;
}
.pt-12{
  padding-top: 3rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-8{
  padding-top: 2rem;
}
.pt-\[17px\]{
  padding-top: 17px;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.font-default{
  font-family: proxima-nova, Proxima Nova, system-ui, sans-serif;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl{
  font-size: 3rem;
  line-height: 1;
}
.text-8xl{
  font-size: 6rem;
  line-height: 1;
}
.text-\[10px\]{
  font-size: 10px;
}
.text-\[2\.7rem\]{
  font-size: 2.7rem;
}
.text-\[2rem\]{
  font-size: 2rem;
}
.text-\[30px\]{
  font-size: 30px;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.5rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold{
  font-weight: 700;
}
.font-extrabold{
  font-weight: 800;
}
.font-light{
  font-weight: 300;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.lowercase{
  text-transform: lowercase;
}
.capitalize{
  text-transform: capitalize;
}
.normal-case{
  text-transform: none;
}
.italic{
  font-style: italic;
}
.leading-relaxed{
  line-height: 1.625;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-\[1px\]{
  letter-spacing: 1px;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.text-\[\#085D84\]{
  --tw-text-opacity: 1;
  color: rgb(8 93 132 / var(--tw-text-opacity, 1));
}
.text-\[\#3A352A\]{
  --tw-text-opacity: 1;
  color: rgb(58 53 42 / var(--tw-text-opacity, 1));
}
.text-accent{
  --tw-text-opacity: 1;
  color: rgb(245 138 0 / var(--tw-text-opacity, 1));
}
.text-amber-800{
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}
.text-brand-faded-gray{
  --tw-text-opacity: 1;
  color: rgb(245 241 232 / var(--tw-text-opacity, 1));
}
.text-brand-link{
  --tw-text-opacity: 1;
  color: rgb(0 107 143 / var(--tw-text-opacity, 1));
}
.text-brand-primary{
  --tw-text-opacity: 1;
  color: rgb(110 140 128 / var(--tw-text-opacity, 1));
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-green-700{
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}
.text-inherit{
  color: inherit;
}
.text-primary{
  --tw-text-opacity: 1;
  color: rgb(0 107 94 / var(--tw-text-opacity, 1));
}
.text-primary-dark{
  --tw-text-opacity: 1;
  color: rgb(0 85 73 / var(--tw-text-opacity, 1));
}
.text-red-400{
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-slate-100{
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity, 1));
}
.text-slate-300{
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}
.text-slate-400{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.text-slate-500{
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.text-slate-600{
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.text-slate-700{
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}
.text-slate-800{
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}
.text-slate-900{
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/60{
  color: rgb(255 255 255 / 0.6);
}
.text-white\/70{
  color: rgb(255 255 255 / 0.7);
}
.text-white\/80{
  color: rgb(255 255 255 / 0.8);
}
.underline{
  text-decoration-line: underline;
}
.line-through{
  text-decoration-line: line-through;
}
.no-underline{
  text-decoration-line: none;
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.accent-orange{
  accent-color: #F58A00;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-25{
  opacity: 0.25;
}
.opacity-40{
  opacity: 0.4;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-75{
  opacity: 0.75;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px 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-2xl{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px 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-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px 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-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline{
  outline-style: solid;
}
.outline-white{
  outline-color: #FFFFFF;
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.grayscale{
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert{
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-filter{
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow{
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150{
  transition-duration: 150ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.alignfull{
  margin: 2rem calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw;
}
.alignwide{
  margin: 2rem 0;
  max-width: 1280px !important;
}
.alignnone{
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}
.modal__panel.alignnone {
  max-width: calc(100% - 32px);
}
.aligncenter{
  margin: 0.5rem auto;
  display: block;
}
@media (min-width: 640px){
  .alignleft:not(.wp-block-button){
    margin-right: 0.5rem;
    float: left;
  }
  .alignright:not(.wp-block-button){
    margin-left: 0.5rem;
    float: right;
  }
  .wp-block-button.alignleft a{
    float: left;
    margin-right: 1rem;
  }
  .wp-block-button.alignright a{
    float: right;
    margin-left: 1rem;
  }
}
.wp-caption{
  display: inline-block;
}
.wp-caption img{
  margin-bottom: 0.5rem;
  line-height: 1;
}
.wp-caption-text{
  font-size: 0.875rem;
  color: #4b5563;
}
.yoast-crumbs span{
  text-transform: uppercase;
  font-weight: 600;
  font-size: .75rem;
  color: #7E80FA;
}
.yoast-crumbs span.breadcrumb_last{
  color: #A49CB7;
}
.page-content{}
.stacker {
    grid-column-start: 1;
    grid-row-start: 1;
    grid-row-end: 1;
  }
.hero-gradient {
    background: linear-gradient(rgba(19, 32, 52, 0.7) 0%, rgba(66, 75, 95, 0.7) 45%, rgba(66, 75, 95, 0.7) 55%, rgba(19, 32, 52, 0.7) 100%);
  }
.\[ajax\:before\]{
  ajax: before;
}
/**
 * Font Face Declarations
 * 
 * Custom font loading.
 * Proxima Nova / Tisa Pro mirror the live AdventureSmith Adobe Fonts assets.
 *
 * @package ASEPress
 * @since 1.0.0
 */
@font-face {
  font-family: "proxima-nova";
  src: url("https://use.typekit.net/af/154cda/00000000000000007735e601/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n1&v=3") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "proxima-nova";
  src: url("https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/l?subset_id=2&fvd=n4&v=3") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "proxima-nova";
  src: url("https://use.typekit.net/af/78aca8/00000000000000007735e60d/30/l?subset_id=2&fvd=n6&v=3") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "proxima-nova";
  src: url("https://use.typekit.net/af/2555e1/00000000000000007735e603/30/l?subset_id=2&fvd=n7&v=3") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ff-tisa-web-pro";
  src: url("https://use.typekit.net/af/0ae3cf/00000000000000003b9b0785/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ff-tisa-web-pro";
  src: url("https://use.typekit.net/af/caf812/00000000000000003b9b0787/27/l?subset_id=2&fvd=n6&v=3") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SpaceGrotesk";
  src: url("/wp-content/themes/ASEPress/fonts/SpaceGrotesk-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
/**
 * Design System Variables
 * 
 * Central design token definitions aligned with Figma style guide.
 * All values should be derived from design specs for consistency.
 * 
 * IMPORTANT: This is the SINGLE SOURCE OF TRUTH for all SCSS variables.
 * Block styles should import this file via:
 *   @import '../../../resources/sass/utilities/variables';
 *
 * @package ASEPress
 * @since 1.0.0
 * 
 * Table of Contents:
 * ──────────────────────────────────────────────────────────────────────────────
 * 1. COLORS
 *    1.1 Brand Palette (Figma)
 *    1.2 Legacy Colors (deprecated - use semantic tokens)
 *    1.3 Semantic Tokens
 *    1.4 Component Tokens
 * 
 * 2. SPACING & LAYOUT
 *    2.1 Spacing Scale (Tailwind-aligned)
 *    2.2 Component Spacing
 *    2.3 Container Settings
 * 
 * 3. BORDERS & EFFECTS
 *    3.1 Border Radius
 *    3.2 Shadows (including card-specific)
 *    3.3 Button Effects
 * 
 * 4. ANIMATION & TRANSITIONS
 *    4.1 Duration
 *    4.2 Easing Functions
 *    4.3 Common Transition Presets
 * 
 * 5. Z-INDEX SCALE
 * 
 * 6. BREAKPOINTS
 *    6.1 Standard Breakpoints
 *    6.2 Content-Specific Breakpoints
 * 
 * 7. TYPOGRAPHY
 *    7.1 Font Families
 *    7.2 Font Sizes (rem-based)
 *    7.3 Font Weights
 *    7.4 Line Heights
 *    7.5 Letter Spacing
 * ──────────────────────────────────────────────────────────────────────────────
 */
/**
 * SCSS Mixins
 * 
 * Reusable SCSS patterns for consistent styling across the theme.
 *
 * @package ASEPress
 * @since 1.0.0
 * 
 * Table of Contents:
 * ──────────────────────────────────────────────────────────────────────────────
 * 1. RESPONSIVE BREAKPOINT MIXINS (Legacy)
 * 2. CONTAINER MIXINS
 * 3. TYPOGRAPHY MIXINS
 * 4. BREAKPOINT HELPERS (New - Mobile-First)
 * 5. CARD COMPONENT MIXINS
 * 6. CONTAINER ALIGNMENT MIXINS
 * 7. MODAL SHELL MIXINS
 * ──────────────────────────────────────────────────────────────────────────────
 */
/**
 * ASE native block content width utilities.
 *
 * These classes are generated from WordPress's native `align` block attribute.
 * The unselected/default state keeps WordPress/theme layout behavior unchanged:
 * 1440px wide with normal padding.
 */
/**
 * Theme.json Bridge
 * 
 * CSS custom properties that sync with theme.json color definitions.
 * This provides a single source of truth between WordPress FSE and SCSS.
 *
 * @package ASEPress
 * @since 1.0.0
 * 
 * Table of Contents:
 * ──────────────────────────────────────────────────────────────────────────────
 * 1. BRAND COLOR PROPERTIES
 * 2. SEMANTIC TOKEN PROPERTIES
 * 3. LAYOUT PROPERTIES
 * 4. TYPOGRAPHY PROPERTIES
 * ──────────────────────────────────────────────────────────────────────────────
 * 
 * Usage in SCSS:
 *   color: var(--ase-color-primary);
 *   background: var(--ase-color-accent-orange);
 *   
 * Usage in PHP/HTML:
 *   style="color: var(--ase-color-primary)"
 */
:root {
  --ase-color-orange: #F58A00;
  --ase-color-orange-dark: rgb(204.2, 115.0187755102, 0);
  --ase-color-charcoal: #3A352A;
  --ase-color-brown: #59513D;
  --ase-color-sage: #6E8C80;
  --ase-color-sage-light: #88A59F;
  --ase-color-blue-dark: #085D84;
  --ase-color-blue-light: #2D93C2;
  --ase-color-teal: #006B8F;
  --ase-color-tan: #D9C79F;
  --ase-color-tan-light: #F0EADF;
  --ase-color-off-white: #F5F1E8;
  --ase-color-white: #FFFFFF;
  --ase-color-black: #000000;
  --wp--preset--color--primary: #6E8C80;
  --wp--preset--color--secondary: #F58A00;
  --wp--preset--color--dark: #3A352A;
  --wp--preset--color--warm-charcoal: #3A352A;
  --wp--preset--color--nav-link: #006B8F;
  --wp--preset--color--pre-header-bg: #F5F1E8;
  --wp--preset--color--pre-header-border: #D9C79F;
  --wp--preset--color--brand-gray: #F0EADF;
  --wp--preset--color--brand-faded-gray: #F5F1E8;
  --wp--preset--color--brand-primary: #6E8C80;
  --wp--preset--color--brand-secondary: #3A352A;
  --wp--preset--color--brand-teal: #006B8F;
  --wp--preset--color--brand-link: #006B8F;
  --wp--preset--color--icon-teal: #006B8F;
  --wp--preset--color--menu-divider: #D9C79F;
  --wp--preset--color--region-title: #F58A00;
  --wp--preset--color--footer-bg: #2D7595;
  --wp--preset--color--footer-bottom-bg: #085D84;
  --wp--preset--color--footer-text: #FFFFFF;
  --wp--preset--color--newsletter-bg: #D9C79F;
  --wp--preset--color--accent-orange: #F58A00;
  --wp--preset--color--as-orange: #F58A00;
  --wp--preset--color--lt-sage: #88A59F;
  --wp--preset--color--green-sage: #6E8C80;
  --wp--preset--color--blue: #2D7595;
  --wp--preset--color--teal: #006B8F;
  --wp--preset--color--black: #000000;
  --ase-color-primary: var(--wp--preset--color--brand-primary, #6E8C80);
  --ase-color-accent: var(--wp--preset--color--accent-orange, #F58A00);
  --ase-color-link: #085D84;
  --ase-color-text: #3A352A;
  --ase-color-heading: #3A352A;
  --ase-color-muted: #3A352A;
  --ase-container-max: 1440px;
  --ase-container-narrow-max: 800px;
  --ase-container-padding-mobile: 27px;
  --ase-container-padding-desktop: 24px;
  --ase-header-height-desktop: 149px;
  --ase-header-height-mobile: 118px;
  --ase-header-main-height: 107px;
  --ase-font-primary: proxima-nova, Proxima Nova, system-ui, sans-serif;
  --ase-font-secondary: ff-tisa-web-pro, Tisa Pro, Georgia, serif;
  --ase-shadow-card: 0 2px 8px rgba(0, 0, 0, 0.08);
  --ase-shadow-card-hover: 0 8px 24px rgba(58, 53, 42, 0.15);
}
.has-primary-color {
  color: #6E8C80 !important;
}
.has-primary-background-color {
  background-color: #6E8C80 !important;
}
.has-primary-border-color {
  border-color: #6E8C80 !important;
}
.has-secondary-color {
  color: #F58A00 !important;
}
.has-secondary-background-color {
  background-color: #F58A00 !important;
}
.has-secondary-border-color {
  border-color: #F58A00 !important;
}
.has-dark-color {
  color: #3A352A !important;
}
.has-dark-background-color {
  background-color: #3A352A !important;
}
.has-dark-border-color {
  border-color: #3A352A !important;
}
.has-warm-charcoal-color {
  color: #3A352A !important;
}
.has-warm-charcoal-background-color {
  background-color: #3A352A !important;
}
.has-warm-charcoal-border-color {
  border-color: #3A352A !important;
}
.has-nav-link-color {
  color: #006B8F !important;
}
.has-nav-link-background-color {
  background-color: #006B8F !important;
}
.has-nav-link-border-color {
  border-color: #006B8F !important;
}
.has-pre-header-bg-color {
  color: #F5F1E8 !important;
}
.has-pre-header-bg-background-color {
  background-color: #F5F1E8 !important;
}
.has-pre-header-bg-border-color {
  border-color: #F5F1E8 !important;
}
.has-pre-header-border-color {
  color: #D9C79F !important;
}
.has-pre-header-border-background-color {
  background-color: #D9C79F !important;
}
.has-pre-header-border-border-color {
  border-color: #D9C79F !important;
}
.has-brand-gray-color {
  color: #F0EADF !important;
}
.has-brand-gray-background-color {
  background-color: #F0EADF !important;
}
.has-brand-gray-border-color {
  border-color: #F0EADF !important;
}
.has-brand-faded-gray-color {
  color: #F5F1E8 !important;
}
.has-brand-faded-gray-background-color {
  background-color: #F5F1E8 !important;
}
.has-brand-faded-gray-border-color {
  border-color: #F5F1E8 !important;
}
.has-brand-primary-color {
  color: #6E8C80 !important;
}
.has-brand-primary-background-color {
  background-color: #6E8C80 !important;
}
.has-brand-primary-border-color {
  border-color: #6E8C80 !important;
}
.has-brand-secondary-color {
  color: #3A352A !important;
}
.has-brand-secondary-background-color {
  background-color: #3A352A !important;
}
.has-brand-secondary-border-color {
  border-color: #3A352A !important;
}
.has-brand-teal-color {
  color: #006B8F !important;
}
.has-brand-teal-background-color {
  background-color: #006B8F !important;
}
.has-brand-teal-border-color {
  border-color: #006B8F !important;
}
.has-brand-link-color {
  color: #006B8F !important;
}
.has-brand-link-background-color {
  background-color: #006B8F !important;
}
.has-brand-link-border-color {
  border-color: #006B8F !important;
}
.has-icon-teal-color {
  color: #006B8F !important;
}
.has-icon-teal-background-color {
  background-color: #006B8F !important;
}
.has-icon-teal-border-color {
  border-color: #006B8F !important;
}
.has-menu-divider-color {
  color: #D9C79F !important;
}
.has-menu-divider-background-color {
  background-color: #D9C79F !important;
}
.has-menu-divider-border-color {
  border-color: #D9C79F !important;
}
.has-region-title-color {
  color: #F58A00 !important;
}
.has-region-title-background-color {
  background-color: #F58A00 !important;
}
.has-region-title-border-color {
  border-color: #F58A00 !important;
}
.has-footer-bg-color {
  color: #2D7595 !important;
}
.has-footer-bg-background-color {
  background-color: #2D7595 !important;
}
.has-footer-bg-border-color {
  border-color: #2D7595 !important;
}
.has-footer-bottom-bg-color {
  color: #085D84 !important;
}
.has-footer-bottom-bg-background-color {
  background-color: #085D84 !important;
}
.has-footer-bottom-bg-border-color {
  border-color: #085D84 !important;
}
.has-footer-text-color {
  color: #FFFFFF !important;
}
.has-footer-text-background-color {
  background-color: #FFFFFF !important;
}
.has-footer-text-border-color {
  border-color: #FFFFFF !important;
}
.has-newsletter-bg-color {
  color: #D9C79F !important;
}
.has-newsletter-bg-background-color {
  background-color: #D9C79F !important;
}
.has-newsletter-bg-border-color {
  border-color: #D9C79F !important;
}
.has-accent-orange-color {
  color: #F58A00 !important;
}
.has-accent-orange-background-color {
  background-color: #F58A00 !important;
}
.has-accent-orange-border-color {
  border-color: #F58A00 !important;
}
.has-as-orange-color {
  color: #F58A00 !important;
}
.has-as-orange-background-color {
  background-color: #F58A00 !important;
}
.has-as-orange-border-color {
  border-color: #F58A00 !important;
}
.has-lt-sage-color {
  color: #88A59F !important;
}
.has-lt-sage-background-color {
  background-color: #88A59F !important;
}
.has-lt-sage-border-color {
  border-color: #88A59F !important;
}
.has-green-sage-color {
  color: #6E8C80 !important;
}
.has-green-sage-background-color {
  background-color: #6E8C80 !important;
}
.has-green-sage-border-color {
  border-color: #6E8C80 !important;
}
.has-blue-color {
  color: #2D7595 !important;
}
.has-blue-background-color {
  background-color: #2D7595 !important;
}
.has-blue-border-color {
  border-color: #2D7595 !important;
}
.has-teal-color {
  color: #006B8F !important;
}
.has-teal-background-color {
  background-color: #006B8F !important;
}
.has-teal-border-color {
  border-color: #006B8F !important;
}
.has-black-color {
  color: #000000 !important;
}
.has-black-background-color {
  background-color: #000000 !important;
}
.has-black-border-color {
  border-color: #000000 !important;
}
/**
 * Custom Utility Classes
 * 
 * Tailwind layer utilities for project-specific helpers.
 * Use sparingly - prefer Tailwind utilities when possible.
 *
 * @package ASEPress
 * @since 1.0.0
 */
.ase-container, .ase-container-padded {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.ase-container-padded {
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 1024px) {
  .ase-container-padded {
    padding-left: 40px;
    padding-right: 40px;
  }
}
/**
 * ASEPress Animation System
 *
 * Reusable animation classes for smooth page load and scroll effects.
 * Works with data-animate attributes and Alpine.js transitions.
 *
 * Usage:
 *   <div data-animate="fade-in-up" data-animate-delay="200">Content</div>
 *
 * @package ASEPress
 * @since 1.0.0
 * 
 * Table of Contents:
 * ──────────────────────────────────────────────────────────────────────────────
 * 1. CSS CUSTOM PROPERTIES
 * 2. BASE ANIMATION CLASS
 * 3. FADE ANIMATIONS
 * 4. SCALE ANIMATIONS
 * 5. SLIDE ANIMATIONS
 * 6. STAGGER DELAYS
 * 7. ACCESSIBILITY
 * 8. ALPINE.JS INTEGRATION
 * ──────────────────────────────────────────────────────────────────────────────
 */
:root {
  --animate-duration: 500ms;
  --animate-delay: 0ms;
  --animate-timing: cubic-bezier(0.4, 0, 0.2, 1);
  --animate-distance: 20px;
}
.ase-animate--initial {
  opacity: 0;
  will-change: opacity, transform;
}
.ase-animate--active {
  opacity: 1;
  transform: translate(0, 0) scale(1);
  transition: opacity var(--animate-duration) var(--animate-timing), transform var(--animate-duration) var(--animate-timing);
}
.ase-animate--complete {
  will-change: auto;
}
.ase-animate--fade-in.ase-animate--initial {
  opacity: 0;
}
.ase-animate--fade-in-up.ase-animate--initial {
  opacity: 0;
  transform: translateY(var(--animate-distance));
}
.ase-animate--fade-in-down.ase-animate--initial {
  opacity: 0;
  transform: translateY(calc(var(--animate-distance) * -1));
}
.ase-animate--fade-in-left.ase-animate--initial {
  opacity: 0;
  transform: translateX(var(--animate-distance));
}
.ase-animate--fade-in-right.ase-animate--initial {
  opacity: 0;
  transform: translateX(calc(var(--animate-distance) * -1));
}
.ase-animate--scale-in.ase-animate--initial {
  opacity: 0;
  transform: scale(0.95);
}
.ase-animate--scale-in-up.ase-animate--initial {
  opacity: 0;
  transform: translateY(var(--animate-distance)) scale(0.95);
}
.ase-animate--slide-in-up.ase-animate--initial {
  transform: translateY(100%);
}
.ase-animate--slide-in-up.ase-animate--active {
  opacity: 1;
}
.ase-animate--slide-in-down.ase-animate--initial {
  transform: translateY(-100%);
}
.ase-animate--slide-in-down.ase-animate--active {
  opacity: 1;
}
[data-animate-stagger="1"],
.ase-animate-stagger-1 {
  --animate-delay: 100ms;
  transition-delay: var(--animate-delay);
}
[data-animate-stagger="2"],
.ase-animate-stagger-2 {
  --animate-delay: 200ms;
  transition-delay: var(--animate-delay);
}
[data-animate-stagger="3"],
.ase-animate-stagger-3 {
  --animate-delay: 300ms;
  transition-delay: var(--animate-delay);
}
[data-animate-stagger="4"],
.ase-animate-stagger-4 {
  --animate-delay: 400ms;
  transition-delay: var(--animate-delay);
}
[data-animate-stagger="5"],
.ase-animate-stagger-5 {
  --animate-delay: 500ms;
  transition-delay: var(--animate-delay);
}
[data-animate-stagger="6"],
.ase-animate-stagger-6 {
  --animate-delay: 600ms;
  transition-delay: var(--animate-delay);
}
[data-animate-stagger="7"],
.ase-animate-stagger-7 {
  --animate-delay: 700ms;
  transition-delay: var(--animate-delay);
}
[data-animate-stagger="8"],
.ase-animate-stagger-8 {
  --animate-delay: 800ms;
  transition-delay: var(--animate-delay);
}
[data-animate-stagger="9"],
.ase-animate-stagger-9 {
  --animate-delay: 900ms;
  transition-delay: var(--animate-delay);
}
[data-animate-stagger="10"],
.ase-animate-stagger-10 {
  --animate-delay: 1000ms;
  transition-delay: var(--animate-delay);
}
@media (prefers-reduced-motion: reduce) {
  .ase-animate--initial {
    opacity: 1;
    transform: none;
  }
  .ase-animate--active {
    transition: none;
  }
  [data-animate] {
    animation: none !important;
    transition: none !important;
  }
}
[x-cloak] {
  display: none !important;
}
[x-show].transition {
  transition-property: opacity, transform;
  transition-timing-function: var(--animate-timing);
}
/**
 * Button Component System
 * 
 * Global button styles matching the Figma design system.
 * Reusable across the entire site for CTAs and actions.
 *
 * @package ASEPress
 * @since 1.0.0
 * 
 * Table of Contents:
 * ──────────────────────────────────────────────────────────────────────────────
 * 1. BASE BUTTON STYLES
 * 2. COLOR VARIANTS
 *    2.1 Primary (Orange)
 *    2.2 Secondary (Sage)
 *    2.3 Tertiary (Blue)
 * 3. OUTLINE VARIANTS
 * 4. GHOST VARIANT
 * 5. SHAPE MODIFIERS
 * 6. SIZE MODIFIERS
 * 7. LAYOUT MODIFIERS
 * 8. ICON BUTTONS
 * 9. BUTTON GROUPS
 * 10. CONTEXT-SPECIFIC
 * ──────────────────────────────────────────────────────────────────────────────
 * 
 * Usage:
 *   <a class="btn btn--primary">Primary CTA</a>
 *   <button class="btn btn--secondary btn--outline">Secondary</button>
 * 
 * !important Usage Notes (in memory of Britni):
 * ──────────────────────────────────────────────────────────────────────────────
 * Color !important rules exist to override WordPress/theme link color defaults.
 * These are required because buttons are often <a> elements that inherit
 * global anchor styles. Higher specificity would require context-aware selectors
 * for every usage location. Future consideration: move to @apply patterns.
 */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 160px;
  height: 54px;
  padding: 0 24px;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.0625rem;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 9999px;
  border: 2px solid transparent;
  transition: background-color 200ms ease, border-color 200ms ease, color 200ms ease, transform 150ms ease, box-shadow 200ms ease;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}
.btn:focus {
  outline: none;
}
.btn:focus-visible {
  outline: 2px solid #085D84;
  outline-offset: 2px;
}
.btn:active {
  transform: translateY(1px);
}
.btn:disabled, .btn.is-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.btn--primary {
  background-color: #F58A00;
  border-color: #F58A00;
  color: #3A352A !important;
  border-radius: 9999px;
}
.btn--primary:hover {
  background-color: rgb(247, 161.4, 51);
  border-color: rgb(247, 161.4, 51);
  color: #3A352A !important;
  text-decoration: none;
}
.btn--primary:focus-visible {
  box-shadow: 0 0 0 3px rgba(245, 138, 0, 0.3);
}
.btn--secondary {
  background-color: transparent;
  border-color: #085D84;
  color: #085D84 !important;
}
.btn--secondary:hover {
  background-color: rgba(8, 93, 132, 0.2);
  border-color: #085D84;
  color: #085D84 !important;
  text-decoration: none;
}
.btn--secondary:focus-visible {
  box-shadow: 0 0 0 3px rgba(8, 93, 132, 0.3);
}
.btn--tertiary {
  background-color: #085D84;
  border-color: #085D84;
  color: #FFFFFF;
}
.btn--tertiary:hover {
  background-color: rgba(8, 93, 132, 0.8);
  border-color: rgba(8, 93, 132, 0.8);
  color: #FFFFFF;
  text-decoration: none;
}
.btn--tertiary:focus-visible {
  box-shadow: 0 0 0 3px rgba(8, 93, 132, 0.3);
}
.btn--outline {
  background-color: #FFFFFF;
  border-color: #085D84 !important;
  color: #085D84 !important;
}
.btn--outline:hover {
  background-color: rgba(8, 93, 132, 0.2);
  border-color: #085D84 !important;
  color: #085D84 !important;
}
.btn--outline.btn--primary {
  background-color: transparent;
  border-color: #F58A00;
  color: #F58A00;
}
.btn--outline.btn--primary:hover {
  background-color: #F58A00;
  color: #FFFFFF !important;
}
.btn--outline.btn--secondary {
  background-color: #FFFFFF;
  border-color: #085D84 !important;
  color: #085D84 !important;
}
.btn--outline.btn--secondary:hover {
  background-color: #085D84 !important;
  border-color: #085D84 !important;
  color: #FFFFFF !important;
}
.btn--outline.btn--tertiary {
  background-color: #FFFFFF;
  border-color: #085D84 !important;
  color: #085D84 !important;
}
.btn--outline.btn--tertiary:hover {
  background-color: #085D84 !important;
  border-color: #085D84 !important;
  color: #FFFFFF !important;
}
.btn--outline.btn--white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
  color: #FFFFFF !important;
}
.btn--outline.btn--white:hover {
  background-color: #FFFFFF !important;
  color: #3A352A !important;
}
.btn--ghost {
  background-color: transparent;
  border-color: transparent;
  color: #3A352A !important;
  min-width: auto;
  padding: 8px 16px;
}
.btn--ghost:hover {
  background-color: rgba(58, 53, 42, 0.05);
}
.btn--ghost.btn--primary {
  color: #F58A00;
}
.btn--ghost.btn--primary:hover {
  background-color: rgba(245, 138, 0, 0.1);
}
.btn--ghost.btn--tertiary {
  color: #085D84;
}
.btn--ghost.btn--tertiary:hover {
  background-color: rgba(8, 93, 132, 0.1);
}
.btn--rounded {
  border-radius: 9999px;
}
.btn--square {
  border-radius: 4px;
}
.btn--sm {
  min-width: 140px;
  height: 40px;
  padding: 0 20px;
  font-size: 1rem;
  letter-spacing: 0.05rem;
}
.btn--lg {
  min-width: 280px;
  height: 64px;
  padding: 0 40px;
  font-size: 1.5rem;
  letter-spacing: 0.075rem;
}
.btn--xl {
  min-width: 320px;
  height: 72px;
  padding: 0 48px;
  font-size: 1.75rem;
  letter-spacing: 0.0875rem;
}
.btn--block {
  display: flex;
  width: 100%;
  min-width: 100%;
}
.btn--auto {
  min-width: auto;
  width: auto;
}
.btn--icon {
  gap: 12px;
}
.btn--icon .btn__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.btn--icon .btn__icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.btn--icon.btn--icon-right {
  flex-direction: row-reverse;
}
.btn--icon.btn--icon-only {
  min-width: 54px;
  width: 54px;
  padding: 0;
}
.btn--icon.btn--icon-only.btn--sm {
  min-width: 40px;
  width: 40px;
}
.btn--icon.btn--icon-only.btn--lg {
  min-width: 64px;
  width: 64px;
}
.--btn {
  border-radius: 0.625rem;
  padding: 0.5rem 1.5rem;
}
.main-nav__cta .btn {
  min-width: clamp(150px, 11vw, 180px);
  height: clamp(36px, 4vw, 54px);
}
.btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.btn-group--center {
  justify-content: center;
}
.btn-group--right {
  justify-content: flex-end;
}
.btn-group--stack {
  flex-direction: column;
}
.btn-group--stack .btn {
  width: 100%;
}
@media (max-width: 768px) {
  .btn-group--responsive {
    flex-direction: column;
  }
  .btn-group--responsive .btn {
    width: 100%;
  }
}
/**
 * Brand Logo Component
 * 
 * Combined icon + text logo for ASE branding.
 * Usage: [ase_brand_logo] shortcode with various variants.
 *
 * @package ASEPress
 * @since 1.0.0
 * 
 * Table of Contents:
 * ──────────────────────────────────────────────────────────────────────────────
 * 1. BASE STYLES
 * 2. LAYOUT VARIANTS
 * 3. COLOR VARIANTS
 * 4. VISIBILITY VARIANTS
 * 5. CONTEXT MODIFIERS
 * 6. SIZE CLASSES
 * ──────────────────────────────────────────────────────────────────────────────
 * 
 * Variants:
 *   .ase-brand-logo            - Default (side by side)
 *   .ase-brand-logo--stacked   - Icon above text
 *   .ase-brand-logo--white     - White/inverted version
 *   .ase-brand-logo--icon-only - Just the icon
 *   .ase-brand-logo--text-only - Just the text
 */
.ase-brand-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.ase-brand-logo__link {
  display: inline-flex;
  align-items: center;
  gap: inherit;
  text-decoration: none;
  transition: opacity 200ms ease;
}
.ase-brand-logo__link:hover, .ase-brand-logo__link:focus {
  opacity: 0.85;
}
.ase-brand-logo__link:focus {
  outline: 2px solid #006B8F;
  outline-offset: 4px;
  border-radius: 4px;
}
.ase-brand-logo__icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.ase-brand-logo__icon img {
  display: block;
  width: auto;
  height: 56px;
}
@media (max-width: 768px) {
  .ase-brand-logo__icon img {
    height: 48px;
  }
}
.ase-brand-logo__text {
  display: flex;
  align-items: center;
}
.ase-brand-logo__text img {
  display: block;
  width: auto;
  height: 30px;
}
@media (max-width: 768px) {
  .ase-brand-logo__text img {
    height: 32px;
  }
}
.ase-brand-logo--stacked {
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.ase-brand-logo--stacked .ase-brand-logo__link {
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.ase-brand-logo--stacked .ase-brand-logo__icon img {
  height: 64px;
}
.ase-brand-logo--stacked .ase-brand-logo__text img {
  height: 38px;
}
.ase-brand-logo--white .ase-brand-logo__icon img,
.ase-brand-logo--white .ase-brand-logo__text img {
  filter: brightness(0) invert(1);
}
.ase-brand-logo--white .ase-brand-logo__link:focus {
  outline-color: rgba(255, 255, 255, 0.8);
}
.ase-brand-logo--icon-only .ase-brand-logo__text {
  display: none;
}
.ase-brand-logo--text-only .ase-brand-logo__icon {
  display: none;
}
@media (max-width: 640px) {
  .ase-brand-logo--responsive-compact .ase-brand-logo__text {
    display: none;
  }
}
.main-nav .ase-brand-logo .ase-brand-logo__icon img {
  height: 50px;
}
@media (max-width: 1024px) {
  .main-nav .ase-brand-logo .ase-brand-logo__icon img {
    height: 48px;
  }
}
@media (max-width: 640px) {
  .main-nav .ase-brand-logo .ase-brand-logo__icon img {
    height: 36px;
  }
}
.main-nav .ase-brand-logo .ase-brand-logo__text img {
  height: 58px;
}
@media (max-width: 1024px) {
  .main-nav .ase-brand-logo .ase-brand-logo__text img {
    height: 50px;
  }
}
@media (max-width: 640px) {
  .main-nav .ase-brand-logo .ase-brand-logo__text img {
    height: 38px;
  }
}
.site-footer .ase-brand-logo .ase-brand-logo__icon img {
  height: 64px;
}
.site-footer .ase-brand-logo .ase-brand-logo__text img {
  height: 28px;
}
.ase-brand-logo--sm {
  gap: 8px;
}
.ase-brand-logo--sm .ase-brand-logo__icon img {
  height: 36px;
}
.ase-brand-logo--sm .ase-brand-logo__text img {
  height: 38px;
}
.ase-brand-logo--lg {
  gap: 16px;
}
.ase-brand-logo--lg .ase-brand-logo__icon img {
  height: 80px;
}
.ase-brand-logo--lg .ase-brand-logo__text img {
  height: 48px;
}
.ase-brand-logo--xl {
  gap: 20px;
}
.ase-brand-logo--xl .ase-brand-logo__icon img {
  height: 100px;
}
.ase-brand-logo--xl .ase-brand-logo__text img {
  height: 56px;
}
.form-input,
input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=search],
input[type=password],
input[type=url],
textarea,
select {
  width: 100%;
  padding: 0.875rem 1rem;
  font-size: 0.875rem;
  font-family: inherit;
  color: #3A352A;
  background-color: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 0.375rem;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.form-input::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=url]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #999999;
}
.form-input::placeholder,
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=search]::placeholder,
input[type=password]::placeholder,
input[type=url]::placeholder,
textarea::placeholder,
select::placeholder {
  color: #999999;
}
.form-input:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=url]:focus,
textarea:focus,
select:focus {
  border-color: #2D7595;
  box-shadow: 0 0 0 3px rgba(45, 117, 149, 0.1);
}
.form-input:disabled,
input[type=text]:disabled,
input[type=email]:disabled,
input[type=tel]:disabled,
input[type=number]:disabled,
input[type=search]:disabled,
input[type=password]:disabled,
input[type=url]:disabled,
textarea:disabled,
select:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.form-input.has-error, .form-input[aria-invalid=true],
input[type=text].has-error,
input[type=text][aria-invalid=true],
input[type=email].has-error,
input[type=email][aria-invalid=true],
input[type=tel].has-error,
input[type=tel][aria-invalid=true],
input[type=number].has-error,
input[type=number][aria-invalid=true],
input[type=search].has-error,
input[type=search][aria-invalid=true],
input[type=password].has-error,
input[type=password][aria-invalid=true],
input[type=url].has-error,
input[type=url][aria-invalid=true],
textarea.has-error,
textarea[aria-invalid=true],
select.has-error,
select[aria-invalid=true] {
  border-color: #DC2626;
}
.form-input.has-error:focus, .form-input[aria-invalid=true]:focus,
input[type=text].has-error:focus,
input[type=text][aria-invalid=true]:focus,
input[type=email].has-error:focus,
input[type=email][aria-invalid=true]:focus,
input[type=tel].has-error:focus,
input[type=tel][aria-invalid=true]:focus,
input[type=number].has-error:focus,
input[type=number][aria-invalid=true]:focus,
input[type=search].has-error:focus,
input[type=search][aria-invalid=true]:focus,
input[type=password].has-error:focus,
input[type=password][aria-invalid=true]:focus,
input[type=url].has-error:focus,
input[type=url][aria-invalid=true]:focus,
textarea.has-error:focus,
textarea[aria-invalid=true]:focus,
select.has-error:focus,
select[aria-invalid=true]:focus {
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.1);
}
textarea {
  min-height: 8rem;
  resize: vertical;
}
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.5rem;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.25s ease, background-color 0.2s ease;
}
select:hover {
  border-color: rgb(190.75, 190.75, 190.75);
}
.ase-dropdown-panel {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 500;
  min-width: 100%;
  margin-top: 4px;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.ase-dropdown-panel--enter {
  transition: opacity 0.2s ease, transform 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.ase-dropdown-panel--enter-start {
  opacity: 0;
  transform: translateY(-8px) scale(0.97);
}
.ase-dropdown-panel--enter-end {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.ase-dropdown-panel--leave {
  transition: opacity 0.15s ease, transform 0.15s ease;
}
.ase-dropdown-panel--leave-start {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.ase-dropdown-panel--leave-end {
  opacity: 0;
  transform: translateY(-6px) scale(0.97);
}
.ase-dropdown-item {
  display: block;
  width: 100%;
  padding: 0.625rem 1rem;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: inherit;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.15s ease;
  white-space: nowrap;
}
.ase-dropdown-item:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.ase-dropdown-item--active {
  color: #085D84;
  background-color: rgba(205, 216, 214, 0.25);
}
.form-button,
button[type=submit],
input[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.875rem 1.75rem;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: inherit;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  color: #3A352A;
  background-color: #F58A00;
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  outline: none;
  transition: background-color 0.2s ease, transform 0.1s ease;
}
.form-button:hover,
button[type=submit]:hover,
input[type=submit]:hover {
  background-color: rgb(219.5, 123.6367346939, 0);
}
.form-button:active,
button[type=submit]:active,
input[type=submit]:active {
  transform: scale(0.98);
}
.form-button:focus,
button[type=submit]:focus,
input[type=submit]:focus {
  box-shadow: 0 0 0 3px rgba(245, 138, 0, 0.3);
}
.form-button:disabled,
button[type=submit]:disabled,
input[type=submit]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.form-button:disabled:hover,
button[type=submit]:disabled:hover,
input[type=submit]:disabled:hover {
  background-color: #F58A00;
}
.form-button--with-arrow::after {
  content: "→";
  font-size: 1rem;
}
.form-button--secondary {
  background-color: transparent;
  color: #F58A00;
  border: 2px solid #F58A00;
}
.form-button--secondary:hover {
  background-color: #F58A00;
  color: #3A352A;
}
.form-group {
  margin-bottom: 1.25rem;
}
.form-group:last-child {
  margin-bottom: 0;
}
.form-label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #3A352A;
}
.form-label .required {
  color: #DC2626;
  margin-left: 0.125rem;
}
.form-help {
  margin-top: 0.375rem;
  font-size: 0.75rem;
  color: #666;
}
.form-error-message {
  margin-top: 0.375rem;
  font-size: 0.75rem;
  color: #DC2626;
}
.form-inline {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (min-width: 782px) {
  .form-inline {
    flex-direction: row;
    align-items: stretch;
  }
}
.form-inline .form-input,
.form-inline input[type=email] {
  flex: 1;
  margin: 0;
}
.form-inline .form-button,
.form-inline button[type=submit] {
  flex-shrink: 0;
  white-space: nowrap;
}
.newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 100%;
  max-width: 28rem;
}
@media (min-width: 782px) {
  .newsletter-form {
    flex-direction: row;
    align-items: stretch;
  }
}
.newsletter-form__input {
  flex: 1;
  padding: 0.875rem 1rem;
  font-size: 0.875rem;
  color: #3A352A;
  background-color: #FFFFFF;
  border: none;
  border-radius: 0.375rem;
  outline: none;
}
.newsletter-form__input::-moz-placeholder {
  color: #999999;
}
.newsletter-form__input::placeholder {
  color: #999999;
}
.newsletter-form__input:focus {
  box-shadow: 0 0 0 2px #2D7595;
}
.newsletter-form__button {
  flex-shrink: 0;
  padding: 0.875rem 1.5rem;
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  color: #3A352A;
  background-color: #F58A00;
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.newsletter-form__button:hover {
  background-color: rgb(219.5, 123.6367346939, 0);
}
.form-checkbox,
.form-radio {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  cursor: pointer;
}
.form-checkbox input[type=checkbox],
.form-checkbox input[type=radio],
.form-radio input[type=checkbox],
.form-radio input[type=radio] {
  width: 1.125rem;
  height: 1.125rem;
  margin: 0;
  flex-shrink: 0;
  cursor: pointer;
  accent-color: #F58A00;
}
.form-checkbox span,
.form-radio span {
  font-size: 0.875rem;
  color: #3A352A;
  line-height: 1.4;
}
.form-message {
  padding: 1rem 1.25rem;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
}
.form-message--success {
  background-color: #DCFCE7;
  color: #16A34A;
  border: 1px solid #BBF7D0;
}
.form-message--error {
  background-color: #FEE2E2;
  color: #DC2626;
  border: 1px solid #FECACA;
}
.form-message--info {
  background-color: #E0F2FE;
  color: #0284C7;
  border: 1px solid #BAE6FD;
}
.gform_wrapper.gform_wrapper {
  margin: 0;
  color: #3A352A;
  --gf-local-color: #3A352A !important;
  --gf-local-font-family: proxima-nova, Proxima Nova, system-ui, sans-serif !important;
  --gf-font-size-primary: 1rem !important;
  --gf-font-size-secondary: 0.875rem !important;
  --gf-ctrl-color: #3A352A !important;
  --gf-ctrl-bg-color: #FFFFFF !important;
  --gf-ctrl-font-family: proxima-nova, Proxima Nova, system-ui, sans-serif !important;
  --gf-ctrl-font-size: 1rem !important;
  --gf-ctrl-size: 42px !important;
  --gf-ctrl-size-md: 42px !important;
  --gf-ctrl-line-height: 1.5 !important;
  --gf-ctrl-padding-x: 12px !important;
  --gf-ctrl-padding-y: 8px !important;
  --gf-ctrl-border-radius: 8px !important;
  --gf-ctrl-border-color: #D9C79F !important;
  --gf-ctrl-border-color-hover: rgb(202.5373134328, 177.6865671642, 122.4626865672) !important;
  --gf-ctrl-border-color-focus: #085D84 !important;
  --gf-ctrl-shadow-focus: 0 0 0 3px rgba(8, 93, 132, 0.1) !important;
  --gf-label-color-primary: #3A352A !important;
  --gf-label-color-secondary: #59513D !important;
  --gf-label-font-size-primary: 0.875rem !important;
  --gf-label-font-weight-primary: 700 !important;
  --gf-field-gap-y: 12px !important;
  --gf-form-gap-y: 12px !important;
}
.gform_wrapper.gform_wrapper .gform_heading {
  margin: 0 0 16px;
}
.gform_wrapper.gform_wrapper .gform_title {
  margin: 0 0 8px;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
  color: #3A352A;
}
.gform_wrapper.gform_wrapper .gform_description {
  margin: 0;
  color: #59513D;
  line-height: 1.55;
}
.gform_wrapper.gform_wrapper .gform_fields, .gform_wrapper.gform_wrapper.gform-theme--orbital .gform_fields {
  row-gap: 12px !important;
}
.gform_wrapper.gform_wrapper .gfield {
  margin-bottom: 12px;
}
.gform_wrapper.gform_wrapper .gfield.hidden_label, .gform_wrapper.gform_wrapper .gfield.gfield--label-hidden {
  margin-bottom: 8px;
}
.gform_wrapper.gform_wrapper .gfield > p:empty {
  display: none;
  margin: 0;
}
.gform_wrapper.gform_wrapper .gfield_label,
.gform_wrapper.gform_wrapper .gform-field-label {
  display: block;
  margin-bottom: 4px;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: #3A352A;
}
.gform_wrapper.gform_wrapper .gfield_required {
  color: #C02B0A;
  margin-left: 2px;
}
.gform_wrapper.gform_wrapper .gfield_description,
.gform_wrapper.gform_wrapper .ginput_complex label,
.gform_wrapper.gform_wrapper .ginput_counter {
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 0.875rem;
  color: #59513D;
  line-height: 1.45;
}
.gform_wrapper.gform_wrapper .gfield_description {
  margin-top: 4px;
}
.gform_wrapper.gform_wrapper input[type=text],
.gform_wrapper.gform_wrapper input[type=email],
.gform_wrapper.gform_wrapper input[type=tel],
.gform_wrapper.gform_wrapper input[type=url],
.gform_wrapper.gform_wrapper input[type=number],
.gform_wrapper.gform_wrapper input[type=password],
.gform_wrapper.gform_wrapper input[type=date],
.gform_wrapper.gform_wrapper textarea,
.gform_wrapper.gform_wrapper select {
  width: 100%;
  border: 1px solid #D9C79F;
  border-radius: 8px;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #3A352A;
  background-color: #FFFFFF;
  transition: border-color 200ms ease, box-shadow 200ms ease;
}
.gform_wrapper.gform_wrapper input[type=text]:focus,
.gform_wrapper.gform_wrapper input[type=email]:focus,
.gform_wrapper.gform_wrapper input[type=tel]:focus,
.gform_wrapper.gform_wrapper input[type=url]:focus,
.gform_wrapper.gform_wrapper input[type=number]:focus,
.gform_wrapper.gform_wrapper input[type=password]:focus,
.gform_wrapper.gform_wrapper input[type=date]:focus,
.gform_wrapper.gform_wrapper textarea:focus,
.gform_wrapper.gform_wrapper select:focus {
  outline: none;
  border-color: #085D84;
  box-shadow: 0 0 0 3px rgba(8, 93, 132, 0.1);
}
.gform_wrapper.gform_wrapper input[type=text]::-moz-placeholder, .gform_wrapper.gform_wrapper input[type=email]::-moz-placeholder, .gform_wrapper.gform_wrapper input[type=tel]::-moz-placeholder, .gform_wrapper.gform_wrapper input[type=url]::-moz-placeholder, .gform_wrapper.gform_wrapper input[type=number]::-moz-placeholder, .gform_wrapper.gform_wrapper input[type=password]::-moz-placeholder, .gform_wrapper.gform_wrapper input[type=date]::-moz-placeholder, .gform_wrapper.gform_wrapper textarea::-moz-placeholder, .gform_wrapper.gform_wrapper select::-moz-placeholder {
  color: #59513D;
}
.gform_wrapper.gform_wrapper input[type=text]::placeholder,
.gform_wrapper.gform_wrapper input[type=email]::placeholder,
.gform_wrapper.gform_wrapper input[type=tel]::placeholder,
.gform_wrapper.gform_wrapper input[type=url]::placeholder,
.gform_wrapper.gform_wrapper input[type=number]::placeholder,
.gform_wrapper.gform_wrapper input[type=password]::placeholder,
.gform_wrapper.gform_wrapper input[type=date]::placeholder,
.gform_wrapper.gform_wrapper textarea::placeholder,
.gform_wrapper.gform_wrapper select::placeholder {
  color: #59513D;
}
.gform_wrapper.gform_wrapper textarea {
  min-height: 96px;
  resize: vertical;
}
.gform_wrapper.gform_wrapper select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 42px;
  min-height: 42px;
  padding: 8px 40px 8px 12px !important;
  color: var(--ase-select-text-color, #3A352A) !important;
  background-color: #FFFFFF !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%233A352A' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10l-5 5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  -webkit-text-fill-color: var(--ase-select-text-color, #3A352A) !important;
  text-shadow: 0 0 0 var(--ase-select-text-color, #3A352A);
  opacity: 1;
}
.gform_wrapper.gform_wrapper select[data-has-value=false] {
  --ase-select-text-color: #59513D;
}
.gform_wrapper.gform_wrapper select[data-has-value=true] {
  --ase-select-text-color: #3A352A;
}
.gform_wrapper.gform_wrapper select:focus, .gform_wrapper.gform_wrapper select:active {
  color: var(--ase-select-text-color, #3A352A) !important;
  -webkit-text-fill-color: var(--ase-select-text-color, #3A352A) !important;
  text-shadow: 0 0 0 var(--ase-select-text-color, #3A352A);
}
.gform_wrapper.gform_wrapper select option {
  color: #3A352A;
  background-color: #FFFFFF;
}
.gform_wrapper.gform_wrapper .gfield_checkbox,
.gform_wrapper.gform_wrapper .gfield_radio {
  display: grid;
  gap: 8px;
}
.gform_wrapper.gform_wrapper .gfield_checkbox li,
.gform_wrapper.gform_wrapper .gfield_checkbox .gchoice,
.gform_wrapper.gform_wrapper .gfield_radio li,
.gform_wrapper.gform_wrapper .gfield_radio .gchoice {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 0;
  min-width: 0;
}
.gform_wrapper.gform_wrapper .gfield_checkbox input[type=checkbox],
.gform_wrapper.gform_wrapper .gfield_checkbox input[type=radio],
.gform_wrapper.gform_wrapper .gfield_checkbox .gfield-choice-input,
.gform_wrapper.gform_wrapper .gfield_radio input[type=checkbox],
.gform_wrapper.gform_wrapper .gfield_radio input[type=radio],
.gform_wrapper.gform_wrapper .gfield_radio .gfield-choice-input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #006B8F;
}
.gform_wrapper.gform_wrapper .gfield_checkbox label,
.gform_wrapper.gform_wrapper .gfield_checkbox .gform-field-label,
.gform_wrapper.gform_wrapper .gfield_radio label,
.gform_wrapper.gform_wrapper .gfield_radio .gform-field-label {
  display: inline-flex;
  flex: 1 1 auto;
  margin: 0;
  min-width: 0;
  width: auto;
  font-size: 1rem;
  line-height: 1.4;
  color: #3A352A;
}
.gform_wrapper.gform_wrapper .ginput_container_consent {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  min-width: 0;
}
.gform_wrapper.gform_wrapper .ginput_container_consent input[type=checkbox] {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #006B8F;
}
.gform_wrapper.gform_wrapper .ginput_container_consent label,
.gform_wrapper.gform_wrapper .ginput_container_consent .gform-field-label {
  display: inline-flex;
  flex: 1 1 auto;
  margin: 0;
  min-width: 0;
  width: auto;
  font-size: 1rem;
  line-height: 1.4;
  color: #3A352A;
}
.gform_wrapper.gform_wrapper .gfield_error .gfield_label,
.gform_wrapper.gform_wrapper .gfield_error .gform-field-label {
  color: #DC2626;
}
.gform_wrapper.gform_wrapper .gfield_error input,
.gform_wrapper.gform_wrapper .gfield_error textarea,
.gform_wrapper.gform_wrapper .gfield_error select {
  border-color: #DC2626;
}
.gform_wrapper.gform_wrapper .gfield_error input:focus,
.gform_wrapper.gform_wrapper .gfield_error textarea:focus,
.gform_wrapper.gform_wrapper .gfield_error select:focus {
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.1);
}
.gform_wrapper.gform_wrapper .validation_message {
  margin-top: 4px;
  font-size: 0.875rem;
  color: #DC2626;
}
.gform_wrapper.gform_wrapper .gform_footer, .gform_wrapper.gform_wrapper.gform-theme--orbital .gform_footer {
  margin-top: 0;
  padding-top: 12px;
}
.gform_wrapper.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper.gform_wrapper .gform_footer button[type=submit],
.gform_wrapper.gform_wrapper .gform_footer .gform-theme-button, .gform_wrapper.gform_wrapper.gform-theme--orbital .gform_footer input[type=submit],
.gform_wrapper.gform_wrapper.gform-theme--orbital .gform_footer button[type=submit],
.gform_wrapper.gform_wrapper.gform-theme--orbital .gform_footer .gform-theme-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 180px;
  padding: 0.875rem 1.75rem !important;
  background-color: #F58A00 !important;
  color: #3A352A !important;
  border: 2px solid #F58A00 !important;
  border-radius: 9999px !important;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif !important;
  font-size: 1.175rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.0625rem;
  cursor: pointer;
  transition: all 200ms ease;
}
.gform_wrapper.gform_wrapper .gform_footer input[type=submit]:hover,
.gform_wrapper.gform_wrapper .gform_footer button[type=submit]:hover,
.gform_wrapper.gform_wrapper .gform_footer .gform-theme-button:hover, .gform_wrapper.gform_wrapper.gform-theme--orbital .gform_footer input[type=submit]:hover,
.gform_wrapper.gform_wrapper.gform-theme--orbital .gform_footer button[type=submit]:hover,
.gform_wrapper.gform_wrapper.gform-theme--orbital .gform_footer .gform-theme-button:hover {
  background-color: rgb(219.5, 123.6367346939, 0) !important;
  border-color: rgb(219.5, 123.6367346939, 0) !important;
}
.gform_wrapper.gform_wrapper .gform_footer input[type=submit]:active,
.gform_wrapper.gform_wrapper .gform_footer button[type=submit]:active,
.gform_wrapper.gform_wrapper .gform_footer .gform-theme-button:active, .gform_wrapper.gform_wrapper.gform-theme--orbital .gform_footer input[type=submit]:active,
.gform_wrapper.gform_wrapper.gform-theme--orbital .gform_footer button[type=submit]:active,
.gform_wrapper.gform_wrapper.gform-theme--orbital .gform_footer .gform-theme-button:active {
  transform: translateY(1px);
}
.gform_wrapper.gform_wrapper .gform_confirmation_message {
  padding: 24px;
  background-color: rgba(136, 165, 159, 0.1);
  border: 1px solid #88A59F;
  border-radius: 12px;
  text-align: center;
  color: #3A352A;
}
/**
 * ASE Card Component System
 *
 * Unified card styles for all post types. Single BEM block: `.ase-card`.
 * All card images use 16/10 (1.6:1) golden ratio.
 * All card corners use $radius-card (25px / $radius-2xl).
 *
 * Renders via: template-parts/components/card.php
 * Data via:    lib/helpers/card-data.php (ase_get_card_data)
 *
 * @package ASEPress
 * @since   1.0.0
 *
 * BEM structure:
 *   .ase-card                      → Container
 *   .ase-card--{type}              → trip | accommodation | deal | blog | testimonial | listing
 *   .ase-card--{style}             → stacked | carousel | horizontal
 *   .ase-card--{size}              → sm | lg
 *   .ase-card__image               → Image wrapper (aspect-ratio: 16/10)
 *   .ase-card__img                 → <img> element
 *   .ase-card__placeholder         → Fallback when no image
 *   .ase-card__badge               → Badge overlay
 *   .ase-card__content             → Text content area
 *   .ase-card__meta                → Meta row (duration · type · date)
 *   .ase-card__title               → Heading
 *   .ase-card__excerpt             → Description text
 *   .ase-card__footer              → Bottom row (price + CTA)
 *   .ase-card__price               → Price cluster
 *   .ase-card__cta                 → Action link
 *
 * DEPRECATED: .card, .post-card, .feature-card, .content-card — use .ase-card
 */
.ase-card{
  display: flex;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  border-radius: 25px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.ase-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(58, 53, 42, 0.15);
}
.ase-card {
  position: relative;
}
.ase-card:has(.ase-wishlist-heart:hover),
.ase-card:has(.ase-wishlist-heart:focus-visible) {
  overflow: visible;
}
.ase-card__image:has(.ase-wishlist-heart:hover),
.ase-card__image:has(.ase-wishlist-heart:focus-visible) {
  overflow: visible;
  z-index: 3;
}
.ase-card--has-card-action {
  cursor: pointer;
}
.ase-card__image {
  display: block;
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
  border-radius: 25px 25px 0 0;
  background-color: #F0EADF;
  text-decoration: none;
}
.ase-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.ase-card:hover .ase-card__img {
  transform: scale(1.05);
}
.ase-card__image--has-map .ase-card__img {
  transition: none;
}
.ase-card__image-slider {
  display: flex;
  width: 200%;
  height: 100%;
  transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}
.ase-card__image-slider .ase-card__img--photo,
.ase-card__image-slider .ase-card__img--map {
  flex: 0 0 50%;
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ase-card:hover .ase-card__image-slider,
.ase-card__image--has-map.is-pressed .ase-card__image-slider {
  transform: translateX(-50%);
}
@media (prefers-reduced-motion: reduce) {
  .ase-card__image-slider {
    transition: none;
  }
}
.ase-card__placeholder{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #F0EADF 0%, rgb(231.8617021277, 222.6063829787, 205.6382978723) 100%);
  color: #3A352A;
}
.ase-card__placeholder svg {
  width: 48px;
  height: 48px;
  opacity: 0.4;
}
.ase-card__badge-group {
  position: absolute;
  top: 12px;
  left: 12px;
  display: flex;
  align-items: center;
  gap: 4px;
  z-index: 1;
}
.ase-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 4px 8px;
  border-radius: 7px;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.95);
  color: #085D84;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.ase-card__badge-group .ase-card__badge {
  position: static;
}
.ase-card__badge--type {
  background-color: #085D84;
  color: #fff;
  text-transform: uppercase;
}
.ase-card__badge--category {
  background-color: #fff;
  color: #085D84;
  font-weight: 700;
  text-transform: uppercase;
}
.ase-card__badge--deal, .ase-card__badge--discount {
  background-color: rgba(255, 255, 255, 0.95);
  color: #085D84;
}
.ase-card__badge--accommodation-type {
  background-color: #3A352A;
  color: #fff;
  text-transform: uppercase;
}
.ase-card__badge-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 28px;
  padding: 0 4px;
  border-radius: 14px;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  background-color: rgba(255, 255, 255, 0.95);
  color: #085D84;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.ase-card__content{
  flex: 1 1 0%;
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.ase-card__meta{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 1rem;
  color: #3A352A;
  margin-bottom: 8px;
}
.ase-card__separator {
  color: #3A352A;
  opacity: 0.4;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.ase-card__duration,
.ase-card__trip-type,
.ase-card__destination,
.ase-card__capacity,
.ase-card__date,
.ase-card__author,
.ase-card__read-time {
  white-space: nowrap;
}
.ase-card__urgency {
  color: #F58A00;
  font-weight: 600;
}
.ase-card__title {
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-weight: 700 !important;
  font-size: 1.625rem;
  line-height: 1;
  letter-spacing: 1.3px;
  color: #085D84;
  margin-bottom: 8px;
  display: inline-block;
}
.ase-card__title a {
  color: inherit;
  line-height: inherit;
  text-decoration: none;
  transition: color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.ase-card__title a:hover, .ase-card__title a:focus {
  text-decoration: none;
}
.ase-card:hover .ase-card__title a {
  color: #085D84;
}
.ase-card__excerpt {
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 1.125rem;
  line-height: 1.45;
  letter-spacing: 0.9px;
  color: #3A352A;
  margin: 0 0 12px;
  display: inline-block;
}
.ase-card__dek {
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: 0.05625rem;
  color: #3A352A;
  margin: 0 0 8px;
  display: inline-block;
}
.ase-card__footer {
  margin-top: auto;
  padding-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}
.ase-card__price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  flex-wrap: wrap;
}
.ase-card__price-label {
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 0.75rem;
  color: #3A352A;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.ase-card__price-value {
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #085D84;
}
.ase-card__price-original {
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 0.875rem;
  color: #3A352A;
  text-decoration: line-through;
}
.ase-card__cta{
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  color: #085D84;
  text-decoration: none;
  white-space: nowrap;
  transition: color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.ase-card__cta::after {
  content: "→";
  transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.ase-card__cta:hover {
  color: rgb(4.5028571429, 52.3457142857, 74.2971428571);
}
.ase-card__cta:hover::after {
  transform: translateX(4px);
}
.ase-card__footer--trip {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 12px;
}
.ase-card__trip-price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  flex-wrap: wrap;
}
.ase-card__trip-price-label {
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #3A352A;
}
.ase-card__trip-price-value {
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #3A352A;
}
.ase-card__trip-price-currency {
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #3A352A;
}
.ase-card__trip-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px 16px;
  align-items: start;
}
@media screen and (min-width: 2400px) {
  .ase-card__trip-stats {
    grid-template-columns: 30% 1fr;
  }
}
.ase-card__trip-stat--duration {
  grid-column: 1;
  grid-row: 1;
}
.ase-card__trip-months {
  grid-column: 2;
  grid-row: 1/3;
  display: grid;
  grid-template-columns: repeat(4, max-content);
  gap: 2px 8px;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: #3A352A;
  letter-spacing: 0.04em;
  line-height: 1.5;
  align-self: center;
}
.ase-card__trip-stat--guests {
  grid-column: 1;
  grid-row: 2;
}
.ase-card--stacked.ase-card--trip .ase-card__trip-stats {
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.ase-card--stacked.ase-card--trip .ase-card__trip-months {
  -moz-column-gap: 4px;
       column-gap: 4px;
}
.ase-card--stacked.ase-card--trip .ase-card__trip-stat--guests {
  gap: 3px;
  min-width: -moz-max-content;
  min-width: max-content;
  white-space: nowrap;
}
.ase-card--stacked.ase-card--trip .ase-card__trip-stat--guests .ase-card__stat-value,
.ase-card--stacked.ase-card--trip .ase-card__trip-stat--guests .ase-card__stat-label {
  white-space: nowrap;
}
@media (max-width: 639px) {
  .ase-card--stacked.ase-card--trip .ase-card__trip-stat--guests .ase-card__stat-label {
    font-size: 0.75rem;
    letter-spacing: 0.06em;
  }
}
.ase-card__trip-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
}
.ase-card__trip-type-icons {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #6E8C80;
}
.ase-card__trip-type-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}
.ase-card__trip-type-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.ase-card__trip-actions-right {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}
.ase-card__footer-left {
  display: flex;
  align-items: center;
  gap: 24px;
}
.ase-card__footer--accommodation {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}
.ase-card__footer--accommodation .ase-card__stat-label {
  font-size: 1.125rem;
}
.ase-card__acc-row {
  display: flex;
  align-items: baseline;
  gap: 16px;
  flex-wrap: wrap;
}
.ase-card__acc-type {
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #3A352A;
}
.ase-card__acc-features {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: 4px;
}
.ase-card__acc-features-label {
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #3A352A;
}
.ase-card__acc-features-list {
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #3A352A;
  line-height: 1.5;
}
.ase-card__footer--deal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.ase-card__deal-expiry {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  line-height: 1.5;
  white-space: nowrap;
}
.ase-card--horizontal .ase-card__deal-expiry {
  align-items: center;
  flex-direction: row;
  gap: 8px;
}
.ase-card__deal-expiry-label {
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #3A352A;
}
.ase-card__deal-expiry-date {
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #3A352A;
}
.ase-card__fav-btn,
.ase-wishlist-heart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  background: #fff;
  border: 1px solid #085D84;
  border-radius: 50%;
  cursor: pointer;
  color: #085D84;
  transition: color 200ms cubic-bezier(0.4, 0, 0.2, 1), background-color 200ms cubic-bezier(0.4, 0, 0.2, 1);
  flex-shrink: 0;
  position: relative;
}
.ase-card__fav-btn svg,
.ase-wishlist-heart svg {
  width: 22px;
  height: 22px;
}
.ase-card__fav-btn:hover,
.ase-wishlist-heart:hover {
  background-color: #085D84;
  color: #fff;
}
.ase-card__fav-btn.is-limit-reached:not(.is-saved),
.ase-wishlist-heart.is-limit-reached:not(.is-saved) {
  background-color: #F0EADF;
  border-color: #D9C79F;
  color: rgba(58, 53, 42, 0.35);
  cursor: not-allowed;
}
.ase-card__fav-btn.is-limit-reached:not(.is-saved):hover,
.ase-wishlist-heart.is-limit-reached:not(.is-saved):hover {
  background-color: #F0EADF;
  border-color: #D9C79F;
  color: rgba(58, 53, 42, 0.35);
}
.ase-card__fav-btn.is-saved,
.ase-wishlist-heart.is-saved {
  background-color: #085D84;
  color: #fff;
}
.ase-card__fav-btn.is-saved svg,
.ase-wishlist-heart.is-saved svg {
  fill: currentColor;
}
.ase-card__fav-btn[data-tooltip]::after,
.ase-wishlist-heart[data-tooltip]::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #fff;
  background: #3A352A;
  border-radius: 4px;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.15s ease;
  z-index: 60;
}
.ase-card__fav-btn[data-tooltip]::before,
.ase-wishlist-heart[data-tooltip]::before {
  content: "";
  position: absolute;
  bottom: calc(100% + 2px);
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: #3A352A;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.15s ease;
  z-index: 60;
}
.ase-card__fav-btn[data-tooltip]:hover::after, .ase-card__fav-btn[data-tooltip]:hover::before,
.ase-wishlist-heart[data-tooltip]:hover::after,
.ase-wishlist-heart[data-tooltip]:hover::before {
  opacity: 1;
}
.ase-card .ase-wishlist-heart[data-tooltip]::after,
.ase-rates-dates__cabin-heart.ase-wishlist-heart[data-tooltip]::after {
  right: 0;
  left: auto;
  transform: none;
}
.ase-card .ase-wishlist-heart[data-tooltip]::before,
.ase-rates-dates__cabin-heart.ase-wishlist-heart[data-tooltip]::before {
  right: 16px;
  left: auto;
  transform: none;
}
.ase-card__footer--listing {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: auto;
}
.ase-card__footer--listing .ase-card__stat-value,
.ase-card__footer--listing .ase-card__stat-label {
  font-size: 1.125rem;
  letter-spacing: 0.9px;
}
.ase-card__crew-job-title {
  display: block;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #3A352A;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  line-height: 1.4;
  margin-bottom: 8px;
}
.ase-card__footer--crew {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: auto;
  padding-top: 8px;
}
.ase-card__crew-title {
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: rgba(58, 53, 42, 0.7);
  line-height: 1.4;
}
.ase-card__crew-cta {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #085D84;
  text-decoration: none;
  transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.ase-card__crew-cta:hover {
  color: rgb(10.9142857143, 126.8785714286, 180.0857142857);
}
.ase-card__crew-cta-arrow {
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.ase-card__crew-cta:hover .ase-card__crew-cta-arrow {
  transform: translateX(3px);
}
.ase-card__stat {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
}
.ase-card__stat-value {
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #3A352A;
}
.ase-card__stat-label {
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #3A352A;
}
.ase-card__inline-rating {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 1.125rem;
  color: #3A352A;
  letter-spacing: 0.8px;
}
.ase-card__inline-rating strong {
  font-weight: 700;
}
.ase-card__inline-rating .ase-card__rating-star-char {
  color: #F58A00;
  font-size: 22px;
  line-height: 1;
}
.ase-card__inline-rating .ase-card__rating-star {
  color: #F58A00;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}
.ase-card__inline-rating .ase-card__rating-max {
  font-weight: 400;
}
.ase-card__attribution {
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 1rem;
  color: #3A352A;
  margin: 0;
  line-height: 1.5;
}
.ase-card__attribution-dash {
  margin-right: 4px;
}
.ase-card__attribution-name {
  font-weight: 700;
}
.ase-card__attribution-location {
  font-weight: 400;
  margin-left: 4px;
}
.ase-card__quote-heading {
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #085D84 !important;
  line-height: 1.2;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
@media (min-width: 1024px) {
  .ase-card__quote-heading {
    font-size: 1.5rem;
  }
}
.ase-card__quote-body {
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #3A352A;
  line-height: 1.5;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
@media (min-width: 1024px) {
  .ase-card__quote-body {
    font-size: 1.125rem;
  }
}
.ase-card__ratings-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-top: auto;
  padding-top: 20px;
}
.ase-card__rating-category {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.ase-card__rating-label {
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #3A352A;
  white-space: nowrap;
}
.ase-card__rating-value {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 1.125rem;
  color: #3A352A;
}
.ase-card__rating-value strong {
  font-weight: 700;
}
.ase-card__rating-star {
  color: #F58A00;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}
.ase-card__rating-max {
  font-weight: 400;
  color: #3A352A;
  font-size: 0.875rem;
}
.ase-card__testimonial-cta {
  margin-top: 16px;
  text-align: right;
}
.ase-card__read-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 24px;
  border: 1px solid #3A352A;
  border-radius: 5px;
  color: #085D84;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: #FFFFFF;
  transition: background-color 200ms cubic-bezier(0.4, 0, 0.2, 1), border-color 200ms cubic-bezier(0.4, 0, 0.2, 1), color 200ms cubic-bezier(0.4, 0, 0.2, 1), transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
  min-width: 150px;
}
.ase-card__read-more-btn:hover {
  background: #085D84;
  color: #FFFFFF;
  text-decoration: none;
}
.ase-card__rating{
  display: flex;
  align-items: center;
  gap: 0.125rem;
  margin-bottom: 8px;
}
.ase-card__star {
  color: #F0EADF;
}
.ase-card__star--filled {
  color: #F58A00;
}
.ase-card__linked-trips{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 0.75rem;
  color: #3A352A;
  margin-top: auto;
  padding-top: 8px;
}
.ase-card__linked-trips svg {
  flex-shrink: 0;
  color: #085D84;
  opacity: 0.6;
}
.ase-card__linked-trip {
  color: #085D84;
  text-decoration: none;
}
.ase-card__linked-trip:hover, .ase-card__linked-trip:focus {
  text-decoration: none;
}
.ase-card__linked-sep {
  color: #3A352A;
}
.ase-card__linked-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 22px;
  padding: 0 4px;
  margin-left: 4px;
  border-radius: 11px;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  background-color: rgba(8, 93, 132, 0.08);
  color: #085D84;
}
@media (min-width: 768px) {
  .ase-card--horizontal {
    flex-direction: row;
  }
  .ase-card--horizontal .ase-card__image {
    flex: 0 0 30%;
    max-width: 30%;
    aspect-ratio: auto;
    align-self: stretch;
    border-radius: 25px 0 0 25px;
  }
  .ase-card--horizontal .ase-card__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ase-card--horizontal .ase-card__content {
    flex: 1;
    padding: 24px;
  }
  .ase-card--horizontal .ase-card__title {
    font-size: 1.5rem;
  }
}
.ase-card--carousel {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
}
.ase-card--carousel .ase-card__excerpt {
  -webkit-line-clamp: unset;
  line-clamp: unset;
  overflow: visible;
}
.ase-card--carousel.ase-card--trip .ase-card__content {
  padding-top: 12px;
  padding-bottom: 12px;
}
.ase-card--carousel.ase-card--trip .ase-card__footer--trip {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 8px;
}
.ase-card--carousel.ase-card--trip .ase-card__trip-price {
  display: none;
}
.ase-card--carousel.ase-card--trip .ase-card__trip-stats {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
}
.ase-card--carousel.ase-card--trip .ase-card__trip-months,
.ase-card--carousel.ase-card--trip .ase-card__trip-stat--guests {
  display: none;
}
.ase-card--carousel.ase-card--trip .ase-card__stat-value {
  font-size: 1rem;
}
.ase-card--carousel.ase-card--trip .ase-card__inline-rating {
  font-size: 1rem;
}
.ase-card--carousel.ase-card--trip .ase-card__trip-actions {
  margin-left: auto;
  margin-top: 0;
}
.ase-card--carousel.ase-card--trip .ase-card__compare-btn {
  display: none;
}
.ase-card--trip .ase-card__excerpt {
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: 0.05625rem;
  color: #3A352A;
  margin: 0 0 8px;
  display: inline-block;
}
.ase-card--hide-price .ase-card__trip-price {
  display: none;
}
.ase-card--sm .ase-card__content {
  padding: 12px;
}
.ase-card--sm .ase-card__title {
  font-size: 1rem;
}
.ase-card--sm .ase-card__excerpt {
  display: none;
}
.ase-card--sm .ase-card__dek {
  display: none;
}
.ase-card--sm .ase-card__footer {
  padding-top: 8px;
}
.ase-card--sm .ase-card__price-value {
  font-size: 1.125rem;
}
.ase-card--lg .ase-card__content {
  padding: 24px;
}
@media (min-width: 1024px) {
  .ase-card--lg .ase-card__content {
    padding: 32px;
  }
}
.ase-card--lg .ase-card__title {
  font-size: 1.25rem;
}
@media (min-width: 1024px) {
  .ase-card--lg .ase-card__title {
    font-size: 1.5rem;
  }
}
.ase-card--lg .ase-card__excerpt {
  line-clamp: 3;
  font-size: 1rem;
}
.ase-card--testimonial {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border-radius: 25px;
}
.ase-card--testimonial .ase-card__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 16px;
  padding: 24px 20px;
}
@media (min-width: 768px) {
  .ase-card--testimonial .ase-card__content {
    padding: 32px 24px;
  }
}
.ase-card--testimonial .ase-card__content p {
  margin: 0;
}
.ase-card--testimonial .ase-card__excerpt {
  display: none;
}
.ase-card--context-listing-finder.ase-card--trip .ase-card__title,
.ase-card--context-listing-finder.ase-card--trip .ase-card__dek,
.ase-card--context-listing-finder.ase-card--trip .ase-card__excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 768px) {
  .ase-card--context-listing-finder.ase-card--horizontal {
    align-items: stretch;
  }
  .ase-card--context-listing-finder.ase-card--horizontal .ase-card__image {
    flex-basis: 32%;
    max-width: 32%;
    min-height: 14rem;
  }
  .ase-card--context-listing-finder.ase-card--horizontal .ase-card__content {
    display: flex;
    flex-direction: column;
    min-width: 0;
  }
  .ase-card--context-listing-finder.ase-card--horizontal .ase-card__footer {
    margin-top: auto;
  }
  .ase-card--context-listing-finder.ase-card--horizontal.ase-card--trip {
    height: auto;
    min-height: 18rem;
    overflow: visible;
  }
  .ase-card--context-listing-finder.ase-card--horizontal.ase-card--trip .ase-card__content {
    overflow: visible;
  }
  .ase-card--context-listing-finder.ase-card--horizontal.ase-card--trip .ase-card__title,
  .ase-card--context-listing-finder.ase-card--horizontal.ase-card--trip .ase-card__dek,
  .ase-card--context-listing-finder.ase-card--horizontal.ase-card--trip .ase-card__excerpt {
    display: block;
    -webkit-box-orient: initial;
    -webkit-line-clamp: unset;
    line-clamp: unset;
    overflow: visible;
  }
  .ase-card--context-listing-finder.ase-card--horizontal.ase-card--trip .ase-card__footer--trip {
    flex: 0 0 auto;
  }
}
.ase-card--carousel.ase-card--testimonial .ase-card__content {
  gap: 16px;
  padding: 24px 20px;
}
@media (min-width: 1024px) {
  .ase-card--carousel.ase-card--testimonial .ase-card__content {
    padding: 24px;
  }
}
.ase-card--carousel.ase-card--testimonial .ase-card__quote-heading {
  font-size: 1.25rem;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  .ase-card--carousel.ase-card--testimonial .ase-card__quote-heading {
    font-size: 1.5rem;
  }
}
.ase-card--carousel.ase-card--testimonial .ase-card__quote-body {
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .ase-card--carousel.ase-card--testimonial .ase-card__quote-body {
    font-size: 1.125rem;
  }
}
.ase-card--carousel.ase-card--testimonial .ase-card__attribution {
  font-size: 1rem;
}
@media (min-width: 1024px) {
  .ase-card--carousel.ase-card--testimonial .ase-card__attribution {
    font-size: 1.125rem;
  }
}
.ase-card--carousel.ase-card--testimonial .ase-card__ratings-row {
  gap: 16px;
  padding-top: 16px;
}
.ase-card--carousel.ase-card--testimonial .ase-card__rating-label {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}
@media (min-width: 1024px) {
  .ase-card--carousel.ase-card--testimonial .ase-card__rating-label {
    font-size: 1rem;
  }
}
.ase-card--carousel.ase-card--testimonial .ase-card__rating-value {
  font-size: 1rem;
}
.ase-card--carousel.ase-card--testimonial .ase-card__rating-star {
  width: 16px;
  height: 16px;
}
.ase-card--carousel.ase-card--testimonial .ase-card__rating-max {
  font-size: 0.875rem;
}
.ase-card--carousel.ase-card--testimonial .ase-card__testimonial-cta {
  margin-top: 16px;
}
.ase-card--carousel.ase-card--testimonial .ase-card__read-more-btn {
  min-width: 180px;
  padding: 8px 24px;
  border-color: #085D84;
  border-radius: 12px;
  font-size: 1rem;
}
.ase-card--urgent::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid #F58A00;
  border-radius: 25px;
  pointer-events: none;
  z-index: 1;
}
.ase-card--deal {
  height: auto;
}
.ase-card--deal .ase-card__content {
  padding: 32px 24px 20px;
}
@media (min-width: 768px) {
  .ase-card--deal .ase-card__content {
    padding: 32px 28px 24px;
  }
}
.ase-card--deal .ase-card__title {
  margin-bottom: 12px;
  text-align: left;
}
.ase-card--deal .ase-card__excerpt {
  display: none;
}
.ase-card--deal.ase-card--carousel {
  min-height: 210px;
}
.ase-card--crew .ase-card__content {
  padding: 16px;
}
.ase-card--crew .ase-card__title a {
  text-decoration: none;
}
.ase-card--blog .ase-card__excerpt {
  display: block;
  -webkit-line-clamp: unset;
  line-clamp: unset;
  -webkit-box-orient: initial;
  overflow: visible;
}
@media (min-width: 768px) {
  .ase-card--horizontal .ase-card__excerpt {
    -webkit-line-clamp: unset;
    line-clamp: unset;
  }
}
.ase-card--horizontal.ase-card--deal .ase-card__footer--deal {
  padding-top: 0;
}
@media (min-width: 768px) {
  .ase-card--horizontal.ase-card--trip .ase-card__footer--trip {
    display: grid;
    grid-template-columns: auto auto 1fr auto;
    -moz-column-gap: 32px;
         column-gap: 32px;
    row-gap: 12px;
    align-items: baseline;
  }
  .ase-card--horizontal.ase-card--trip .ase-card__trip-stats {
    display: contents;
  }
  .ase-card--horizontal.ase-card--trip .ase-card__trip-price {
    grid-column: 1;
    grid-row: 1;
    display: inline-flex;
  }
  .ase-card--horizontal.ase-card--trip .ase-card__trip-stat--duration {
    grid-column: 2;
    grid-row: 1;
  }
  .ase-card--horizontal.ase-card--trip .ase-card__inline-rating {
    grid-column: 3;
    grid-row: 1;
    justify-self: start;
    align-self: center;
  }
  .ase-card--horizontal.ase-card--trip .ase-card__trip-months {
    grid-column: 1/span 2;
    grid-row: 2;
    font-size: 0.875rem;
  }
  .ase-card--horizontal.ase-card--trip .ase-card__trip-stat--guests {
    grid-column: 3;
    grid-row: 2;
    justify-self: start;
  }
  .ase-card--horizontal.ase-card--trip .ase-card__trip-actions {
    grid-column: 4;
    grid-row: 1/span 2;
    align-self: end;
    justify-self: end;
    margin-top: 0;
  }
}
.ase-card__author-bar {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  margin-top: auto;
  padding-top: 16px;
}
.ase-card__author-profile {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.ase-card__author-avatar {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #F0EADF;
}
.ase-card__author-info {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.ase-card__author-name {
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #3A352A;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ase-card__author-subtitle {
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #3A352A;
  white-space: nowrap;
}
.ase-card__author-date {
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #3A352A;
  white-space: nowrap;
  text-align: right;
  align-self: flex-end;
}
.ase-card--sm .ase-card__author-bar {
  padding-top: 8px;
}
.ase-card--sm .ase-card__author-bar .ase-card__author-subtitle,
.ase-card--sm .ase-card__author-bar .ase-card__author-date {
  display: none;
}
.ase-card--sm .ase-card__author-bar .ase-card__author-avatar {
  width: 40px;
  height: 40px;
}
@media (min-width: 768px) {
  .ase-card--horizontal.ase-card--blog .ase-card__author-bar {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-top: 8px;
  }
  .ase-card--horizontal.ase-card--blog .ase-card__author-profile {
    order: -1;
  }
  .ase-card--horizontal.ase-card--blog .ase-card__author-date {
    align-self: auto;
  }
}
@keyframes ase-badge-pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.75;
  }
}
/**
 * ASE Carousel Component
 *
 * Splide carousel wrapper styles, arrow buttons, and fade edges.
 * Cards inside use `.ase-card--carousel` from _cards.scss.
 *
 * @package ASEPress
 * @since   1.0.0
 */
.ase-carousel {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  position: relative;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .ase-carousel {
    padding-left: 0;
  }
}
.ase-carousel .splide__list {
  align-items: stretch;
}
.ase-carousel .splide__slide {
  height: auto;
}
.ase-carousel__arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 2;
  padding: 0 8px;
}
@media (min-width: 1024px) {
  .ase-carousel__arrows {
    padding: 0;
    left: -20px;
    right: -20px;
  }
}
.ase-carousel--no-overflow .ase-carousel__arrows {
  display: none;
}
.ase-carousel__arrow {
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.95);
  color: #3A352A;
  border: 1px solid #F0EADF;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.ase-carousel__arrow:hover {
  background-color: #085D84;
  color: #fff;
  border-color: #085D84;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}
.ase-carousel__arrow:disabled, .ase-carousel__arrow[disabled] {
  opacity: 0;
  visibility: hidden;
  cursor: default;
  pointer-events: none;
}
.ase-carousel__arrow svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.ase-carousel__arrows--hero {
  inset: 0;
  top: 0;
  left: 0;
  right: 0;
  transform: none;
  padding: 0;
  z-index: 5;
}
.ase-carousel__arrows--hero .ase-carousel__arrow--prev {
  display: none;
}
.ase-carousel__arrows--hero .ase-carousel__arrow--next {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
@media (min-width: 1024px) {
  .ase-carousel__arrows--hero .ase-carousel__arrow--next {
    top: 54%;
    right: 12px;
  }
}
.ase-carousel__arrows--rail {
  padding: 0 8px;
}
@media (min-width: 1024px) {
  .ase-carousel__arrows--rail {
    left: 12px;
    right: 12px;
    padding: 0;
  }
}
.ase-carousel__arrow--hero {
  width: 52px;
  height: 52px;
  border: 2px solid rgba(255, 255, 255, 0.95);
  background-color: rgba(255, 255, 255, 0.04);
  color: #FFFFFF;
  box-shadow: none;
}
@media (min-width: 1024px) {
  .ase-carousel__arrow--hero {
    width: 60px;
    height: 60px;
  }
}
.ase-carousel__arrow--hero:hover {
  background-color: #FFFFFF;
  color: #085D84;
  border-color: #FFFFFF;
  box-shadow: none;
}
.ase-carousel__arrow--hero svg {
  width: 28px;
  height: 28px;
}
.splide:not(.is-overflow) .ase-carousel::after,
.ase-carousel--no-fade::after {
  display: none;
}
/**
 * ASE Card Grid Layout
 *
 * Responsive CSS grid for card blocks in grid mode.
 * Used by ase_render_card_grid() helper.
 *
 * @package ASEPress
 * @since   1.0.0
 */
.ase-card-grid {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .ase-card-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1024px) {
  .ase-card-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .ase-card-grid--cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .ase-card-grid--cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .ase-card-grid--cols-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1280px) {
  .ase-card-grid--cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.ase-card-grid__item {
  display: flex;
}
.ase-card-grid__item > .ase-card {
  width: 100%;
}
.ase-card-list {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .ase-card-list {
    padding-left: 0;
    padding-right: 0;
  }
}
.ase-card-list__item {
  display: flex;
}
.ase-card-list__item > .ase-card {
  width: 100%;
}
/**
 * ASE Card Section
 *
 * Shared section pattern for all card-based blocks:
 * [Section Header: Heading + Subheading + CTA] → [Cards] → [Close]
 *
 * @package ASEPress
 * @since   1.0.0
 */
.ase-card-section {
  max-width: none !important;
  width: 100%;
  padding: 32px 0;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .ase-card-section {
    padding: 40px 70px;
  }
}
@media (min-width: 1280px) {
  .ase-card-section {
    padding: 48px 70px;
  }
}
.ase-card-section__header {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .ase-card-section__header {
    padding-left: 0;
    padding-right: 0;
  }
}
.ase-card-section__header {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .ase-card-section__header {
    flex-wrap: nowrap;
  }
}
.ase-card-section__header-text {
  flex: 1 1 100%;
  min-width: 0;
  width: 100%;
  max-width: none;
}
@media (min-width: 768px) {
  .ase-card-section__header-text {
    flex-basis: 100%;
  }
}
.ase-card-section__heading {
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #3A352A;
  margin: 0 0 8px;
}
@media (min-width: 768px) {
  .ase-card-section__heading {
    font-size: 2.25rem;
  }
}
.ase-card-section__subheading {
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #3A352A;
  margin: 0;
  width: 100%;
  max-width: none;
}
@media (min-width: 768px) {
  .ase-card-section__subheading {
    font-size: 1.125rem;
  }
}
.ase-card-section__subheading > :first-child {
  margin-top: 0;
}
.ase-card-section__subheading > :last-child {
  margin-bottom: 0;
}
.ase-card-section__cta {
  margin-top: 16px;
  border-radius: 10px;
}
.ase-card-section--center .ase-card-section__header {
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.ase-card-section--center .ase-card-section__subheading {
  margin-left: auto;
  margin-right: auto;
}
.ase-card-section--bg-transparent {
  background-color: transparent;
}
.ase-card-section--bg-light,
.ase-card-section--bg-light-gray,
.ase-card-section--bg-tan {
  background-color: #F0EADF;
}
.ase-card-section--bg-stone {
  background-color: #D9C79F;
}
.ase-card-section--bg-off-white {
  background-color: #F5F1E8;
}
.ase-card-section--bg-white {
  background-color: #fff;
}
/**
 * Detail Modal — shared styles for inline section-scoped modals.
 *
 * Used by:
 *   - Testimonial detail (testimonials-carousel block)
 *   - Accommodation detail (trip-accommodation block)
 *
 * BEM Block: .ase-detail-modal
 *
 * @package ASEPress
 */
.ase-detail-modal {
  position: fixed;
  inset: 0;
  z-index: 1050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 64px;
}
@media (max-width: 640px) {
  .ase-detail-modal {
    padding: 0;
    align-items: flex-end;
  }
}
.ase-detail-modal__backdrop {
  position: fixed;
  inset: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(4px) grayscale(1);
}
.ase-detail-modal__panel {
  position: relative;
  background: #F0EADF;
  max-width: 720px;
  width: 100%;
  max-height: 85vh;
  overflow-x: hidden;
  overflow-y: auto;
  outline: none;
  background-color: #F0EADF;
  border-radius: 0;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.2);
  scrollbar-width: thin;
}
.ase-detail-modal__panel::-webkit-scrollbar {
  width: 6px;
}
.ase-detail-modal__panel::-webkit-scrollbar-thumb {
  background: #D9C79F;
  border-radius: 9999px;
}
@media (max-width: 640px) {
  .ase-detail-modal__panel {
    border-radius: 0;
    max-height: 92vh;
  }
}
.ase-detail-modal__panel--wide {
  max-width: 960px;
}
.ase-detail-modal__loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 48px;
  padding: 48px 24px;
  text-align: center;
}
.ase-detail-modal__loader p {
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 0.875rem;
  color: rgba(58, 53, 42, 0.6);
  margin: 0;
}
.ase-detail-modal__spinner {
  width: 36px;
  height: 36px;
  border: 3px solid #F0EADF;
  border-top-color: #006B8F;
  border-radius: 9999px;
  animation: ase-spin 0.75s linear infinite;
}
@keyframes ase-spin {
  to {
    transform: rotate(360deg);
  }
}
.ase-detail-modal__page-content {
  padding: 0;
  overflow: hidden;
  width: 100%;
}
.ase-detail-modal__page-content > *:first-child {
  margin-top: 0;
}
.ase-detail-modal__page-content > *:last-child {
  margin-bottom: 0;
}
.ase-detail-modal__page-content .alignfull,
.ase-detail-modal__page-content .alignwide {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}
.ase-detail-modal__page-content [class*=is-layout-] {
  max-width: 100% !important;
}
.ase-detail-modal__page-content img {
  max-width: 100%;
  height: auto;
}
.ase-detail-modal__page-content .content-accordion {
  margin: 0;
  padding: 0;
  max-width: 100% !important;
  width: 100% !important;
}
.ase-detail-modal__page-content .content-accordion__intro {
  padding: 16px 24px 20px;
  margin: 0;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: #3A352A !important;
}
@media (min-width: 1024px) {
  .ase-detail-modal__page-content .content-accordion__intro {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.ase-detail-modal__page-content .content-accordion__intro p:last-child {
  margin-bottom: 0;
}
.ase-detail-modal__page-content .content-accordion__container {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}
.ase-detail-modal__page-content .content-accordion__item {
  border-bottom: 1px solid #F0EADF;
}
.ase-detail-modal__page-content .content-accordion__item:last-child {
  border-bottom: none;
}
.ase-detail-modal__page-content .content-accordion__header {
  padding: 16px 24px;
}
.ase-detail-modal__page-content .content-accordion__heading {
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  color: #3A352A !important;
}
.ase-detail-modal__page-content .content-accordion__panel {
  padding: 0;
}
.ase-detail-modal__page-content .content-accordion__content {
  padding: 0 24px 20px;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: #3A352A;
}
@media (min-width: 1024px) {
  .ase-detail-modal__page-content .content-accordion__content {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.ase-detail-modal__page-content .content-accordion__content p {
  margin: 0 0 12px;
}
.ase-detail-modal__page-content .content-accordion__content ul, .ase-detail-modal__page-content .content-accordion__content ol {
  padding-left: 20px;
  margin: 0 0 12px;
}
.ase-detail-modal__page-content .content-accordion__content h3, .ase-detail-modal__page-content .content-accordion__content h4 {
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-weight: 600;
  color: #3A352A;
  margin: 16px 0 8px;
}
.ase-detail-modal__page-content .content-accordion__content h3 {
  font-size: 1.275rem;
}
@media (min-width: 1024px) {
  .ase-detail-modal__page-content .content-accordion__content h3 {
    font-size: 1.5rem;
  }
}
.ase-detail-modal__page-content .content-accordion__content h4 {
  font-size: 1rem;
}
@media (min-width: 1024px) {
  .ase-detail-modal__page-content .content-accordion__content h4 {
    font-size: 1.313rem;
  }
}
.ase-detail-modal__page-content .content-accordion__content img {
  border-radius: 8px;
}
.ase-detail-modal__page-content .content-accordion__content .wp-block-embed {
  margin: 16px 0;
  max-width: 100% !important;
}
.ase-detail-modal__page-content .content-accordion__content .wp-block-embed .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 8px;
  max-width: 100%;
}
.ase-detail-modal__page-content .content-accordion__content .wp-block-embed .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.ase-detail-modal__page-content .content-accordion__content .wp-block-embed figcaption {
  font-size: 0.8125rem;
  color: rgba(58, 53, 42, 0.6);
  text-align: center;
  margin-top: 8px;
}
.ase-detail-modal__page-content .accommodation-rooms {
  margin: 0;
  padding: 16px 0;
  max-width: 100% !important;
  width: 100% !important;
}
.ase-detail-modal__page-content .accommodation-rooms__container {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}
.ase-detail-modal__page-content .accommodation-rooms__title {
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #3A352A;
  margin: 0 0 16px;
}
.ase-detail-modal__page-content .accommodation-rooms__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 16px;
}
.ase-detail-modal__page-content .accommodation-rooms__card {
  border: 1px solid #F0EADF;
  border-radius: 8px;
  overflow: hidden;
}
.ase-detail-modal__page-content .accommodation-rooms__card-image img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.ase-detail-modal__page-content .accommodation-rooms__card-content {
  padding: 12px 16px;
}
.ase-detail-modal__page-content .accommodation-rooms__card-name {
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-weight: 700;
  font-size: 0.9375rem;
  color: #006B8F;
  margin: 0 0 4px;
}
.ase-detail-modal__page-content .accommodation-rooms__card-details {
  font-size: 0.8125rem;
  line-height: 1.6;
  color: rgba(58, 53, 42, 0.75);
}
.ase-detail-modal__page-content .accommodation-rooms__card-details p {
  margin: 0 0 4px;
}
.ase-detail-modal__page-content .accommodation-deckplan {
  margin: 0;
  padding: 16px 0;
  max-width: 100% !important;
  width: 100% !important;
}
.ase-detail-modal__page-content .accommodation-deckplan__container {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}
.ase-detail-modal__page-content .accommodation-deckplan__title {
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #3A352A;
  margin: 0 0 16px;
}
.ase-detail-modal__page-content .accommodation-deckplan__image {
  width: 100%;
  border: 1px solid #F0EADF;
  border-radius: 8px;
  margin-bottom: 16px;
}
.ase-detail-modal__error {
  padding: 128px;
  text-align: center;
  color: rgba(58, 53, 42, 0.7);
  font-size: 0.9375rem;
}
.ase-detail-modal__error a {
  color: #006B8F;
  text-decoration: none;
}
.ase-detail-modal__error a:hover {
  text-decoration: underline;
}
.ase-detail-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border: 1.5px solid rgba(58, 53, 42, 0.82);
  border-radius: 9999px;
  background: transparent;
  color: rgba(58, 53, 42, 0.88);
  cursor: pointer;
  box-shadow: none;
  transition: background-color 200ms cubic-bezier(0.4, 0, 0.2, 1), border-color 200ms cubic-bezier(0.4, 0, 0.2, 1), color 200ms cubic-bezier(0.4, 0, 0.2, 1), transform 150ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.ase-detail-modal__close:hover {
  background: rgba(58, 53, 42, 0.06);
  border-color: #3A352A;
  color: #3A352A;
  transform: scale(1.02);
}
.ase-detail-modal__close:focus-visible {
  outline: none;
  box-shadow: 0 0 0 0.1875rem rgba(8, 93, 132, 0.18);
}
.ase-detail-modal__close svg {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  pointer-events: none;
}
.ase-detail-modal__close svg path {
  stroke-width: 1.65;
}
.ase-detail-modal__close {
  position: sticky;
  top: 16px;
  margin: 16px 16px -48px auto;
}
.ase-detail-modal__close.ase-modal-shell__close {
  position: sticky;
  top: 16px;
  margin: 16px 16px -48px auto;
}
.ase-detail-modal--enter {
  transition: opacity 300ms cubic-bezier(0, 0, 0.2, 1);
}
.ase-detail-modal--enter .ase-detail-modal__panel {
  transition: opacity 300ms cubic-bezier(0, 0, 0.2, 1), transform 300ms cubic-bezier(0, 0, 0.2, 1);
}
.ase-detail-modal--enter-start {
  opacity: 0;
}
.ase-detail-modal--enter-start .ase-detail-modal__panel {
  opacity: 0;
  transform: translateY(16px) scale(0.97);
}
.ase-detail-modal--enter-end {
  opacity: 1;
}
.ase-detail-modal--enter-end .ase-detail-modal__panel {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.ase-detail-modal--leave {
  transition: opacity 200ms cubic-bezier(0.4, 0, 1, 1);
}
.ase-detail-modal--leave .ase-detail-modal__panel {
  transition: opacity 200ms cubic-bezier(0.4, 0, 1, 1), transform 200ms cubic-bezier(0.4, 0, 1, 1);
}
.ase-detail-modal--leave-start {
  opacity: 1;
}
.ase-detail-modal--leave-start .ase-detail-modal__panel {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.ase-detail-modal--leave-end {
  opacity: 0;
}
.ase-detail-modal--leave-end .ase-detail-modal__panel {
  opacity: 0;
  transform: translateY(8px) scale(0.98);
}
.deal-modal-content__main {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  padding: 24px;
}
@media (min-width: 768px) {
  .deal-modal-content__main {
    padding: 40px;
  }
}
.deal-modal-content__info {
  min-width: 0;
}
.deal-modal-content__badge {
  display: inline-block;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #fff;
  background: #F58A00;
  padding: 4px 12px;
  border-radius: 9999px;
  margin-bottom: 48px;
}
.deal-modal-content__title {
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #3A352A;
  line-height: 1.2;
  margin: 0 0 4px;
  max-width: 800px;
  padding: 8px 0;
}
@media (min-width: 768px) {
  .deal-modal-content__title {
    font-size: 1.75rem;
  }
}
.deal-modal-content__expiry {
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #3A352A;
  margin: 0 0 48px;
}
@media (min-width: 768px) {
  .deal-modal-content__expiry {
    font-size: 1.375rem;
  }
}
.deal-modal-content__body {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.55;
  color: #3A352A;
}
@media (min-width: 768px) {
  .deal-modal-content__body {
    font-size: 1.125rem;
    line-height: 1.55;
  }
}
.deal-modal-content__body p {
  margin: 0 0 16px;
}
.deal-modal-content__body p:last-child {
  margin-bottom: 0;
}
.deal-modal-content__body a {
  color: #085D84;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}
.deal-modal-content__body a:hover, .deal-modal-content__body a:focus-visible {
  color: #085D84;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.deal-modal-content__body ul, .deal-modal-content__body ol {
  margin: 0 0 16px;
  padding-left: 20px;
}
.deal-modal-content__body li {
  margin-bottom: 4px;
}
.deal-modal-content__footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
}
.deal-modal-content__wishlist.ase-wishlist-heart {
  width: 36px;
  height: 36px;
  background: transparent;
  border: 2px solid #085D84;
  color: #085D84;
}
.deal-modal-content__wishlist.ase-wishlist-heart svg {
  width: 18px;
  height: 18px;
}
.deal-modal-content__wishlist.ase-wishlist-heart:hover {
  background: #085D84;
  color: #FFFFFF;
}
.deal-modal-content__wishlist.ase-wishlist-heart.is-saved {
  background: #085D84;
  border-color: #085D84;
  color: #FFFFFF;
}
.deal-modal-content__wishlist.ase-wishlist-heart.is-saved svg {
  fill: currentColor;
}
.deal-modal-content__trips {
  padding: 96px 128px;
  border-top: 1px solid #F0EADF;
}
@media (max-width: 640px) {
  .deal-modal-content__trips {
    padding: 80px 64px;
  }
}
.deal-modal-content__trips-heading {
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: rgba(58, 53, 42, 0.5);
  margin: 0 0 48px;
}
.deal-modal-content__trips-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.deal-modal-content__trip-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px 14px;
  background: #F0EADF;
  border-radius: 9999px;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #3A352A;
  text-decoration: none;
  transition: background 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.deal-modal-content__trip-link:hover {
  background: #D9C79F;
}
.ase-detail-modal--testimonial .ase-detail-modal__panel {
  max-width: min(90vw, 1200px);
  background: #F0EADF;
}
.ase-detail-modal--testimonial .ase-detail-modal__close {
  width: 44px;
  height: 44px;
}
.ase-detail-modal--testimonial .ase-detail-modal__close svg {
  width: 20px;
  height: 20px;
}
@media (max-width: 640px) {
  .ase-detail-modal--testimonial .ase-detail-modal__testimonial-body {
    padding-top: 64px;
  }
}
.ase-detail-modal__testimonial-body {
  padding: 20px 24px;
}
@media (max-width: 640px) {
  .ase-detail-modal__testimonial-body {
    padding: 16px 12px;
  }
}
.ase-detail-modal__testimonial-header {
  text-align: center;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.ase-detail-modal__review-title {
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  color: #3A352A;
  margin: 0 0 8px;
}
@media (max-width: 640px) {
  .ase-detail-modal__review-title {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  .ase-detail-modal__review-title {
    margin-top: 16px;
  }
}
@media (min-width: 1024px) {
  .ase-detail-modal__review-title {
    margin-top: 0px;
  }
}
.ase-detail-modal__quote {
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 1.0625rem;
  line-height: 1.6;
  color: #3A352A;
  margin: 0 auto 8px !important;
  max-width: 720px;
  text-align: center;
  width: 100%;
}
.ase-detail-modal__author-line {
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 0.9375rem;
  color: #3A352A;
  margin: 0 0 12px;
}
.ase-detail-modal__author-name {
  font-weight: 700;
}
.ase-detail-modal__author-location {
  color: rgba(58, 53, 42, 0.6);
  margin-left: 2px;
}
.ase-detail-modal__ratings {
  display: flex;
  justify-content: center;
  gap: 56px;
  flex-wrap: wrap;
  margin: 0;
}
.ase-detail-modal__rating {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.ase-detail-modal__rating-label {
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #3A352A;
}
.ase-detail-modal__rating-inline {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  color: #3A352A;
}
.ase-detail-modal__star--full {
  fill: #F58A00;
  flex-shrink: 0;
}
.ase-detail-modal__rating-max {
  color: rgba(58, 53, 42, 0.5);
  font-weight: 400;
}
.ase-detail-modal__related {
  margin-top: 16px;
  padding-top: 12px;
  text-align: center;
}
.ase-detail-modal__related-heading {
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  text-transform: none;
  letter-spacing: normal;
  color: rgba(58, 53, 42, 0.5);
  margin-bottom: 12px;
}
.ase-detail-modal__related-list {
  list-style: disc;
  padding-left: 20px;
  margin: 0;
  text-align: left;
  display: inline-block;
}
.ase-detail-modal__related-list li {
  margin-bottom: 4px;
}
.ase-detail-modal__related-link {
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #006B8F;
  text-decoration: none;
  transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.ase-detail-modal__related-link:hover {
  color: rgb(0, 68.8391608392, 92);
  text-decoration: underline;
}
.ase-detail-modal__review-sections {
  margin-top: 24px;
  padding-top: 24px;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(58, 53, 42, 0.85);
}
.ase-detail-modal__review-sections .alignfull,
.ase-detail-modal__review-sections .alignwide {
  max-width: 100% !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.ase-detail-modal__review-sections [class*=is-layout-] {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.ase-detail-modal__review-sections .wp-block-columns {
  display: flex;
  gap: 0;
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .ase-detail-modal__review-sections .wp-block-columns {
    flex-direction: column;
  }
}
.ase-detail-modal__review-sections .wp-block-column {
  flex: 1 1 0%;
  min-width: 0;
}
.ase-detail-modal__review-sections .wp-block-column:first-child {
  padding-right: 24px !important;
  border-right: 1px solid rgba(58, 53, 42, 0.1);
}
@media (max-width: 768px) {
  .ase-detail-modal__review-sections .wp-block-column:first-child {
    padding-right: 0 !important;
    border-right: none;
    padding-bottom: 16px;
  }
}
.ase-detail-modal__review-sections .wp-block-column:last-child {
  padding-left: 24px !important;
}
@media (max-width: 768px) {
  .ase-detail-modal__review-sections .wp-block-column:last-child {
    padding-left: 0 !important;
    padding-top: 16px;
  }
}
.ase-detail-modal__review-sections h3 {
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #3A352A;
  margin: 0 0 8px;
}
.ase-detail-modal__review-sections h3:not(:first-child) {
  margin-top: 20px;
}
.ase-detail-modal__review-sections p {
  margin: 0 0 12px;
}
.ase-detail-modal__review-sections p:last-child {
  margin-bottom: 0;
}
.ase-detail-modal__review-sections ul, .ase-detail-modal__review-sections ol {
  padding-left: 20px;
  margin: 0 0 12px;
}
.ase-detail-modal__testimonial-body .ase-detail-modal__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  padding: 20px 16px;
  background: rgb(235.1170212766, 227.1638297872, 212.5829787234);
  border-radius: 12px;
  text-align: center;
  gap: 4px;
  border-top: none;
  justify-content: center;
}
@media (max-width: 640px) {
  .ase-detail-modal__testimonial-body .ase-detail-modal__cta {
    padding: 16px 12px;
    margin-top: 16px;
  }
}
.ase-detail-modal__cta-avatars {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 8px;
}
.ase-detail-modal__cta-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(58, 53, 42, 0.08);
  flex-shrink: 0;
}
@media (min-width: 641px) {
  .ase-detail-modal__cta-avatar {
    width: 96px;
    height: 96px;
  }
}
.ase-detail-modal__cta-avatar-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ase-detail-modal__cta-avatar-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: rgba(58, 53, 42, 0.25);
}
.ase-detail-modal__cta-avatar-placeholder svg {
  width: 40px;
  height: 40px;
}
.ase-detail-modal__cta-heading {
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #3A352A;
  margin: 0;
  line-height: 1.25;
}
@media (min-width: 641px) {
  .ase-detail-modal__cta-heading {
    font-size: 1.5rem;
  }
}
.ase-detail-modal__cta-text {
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 0.9375rem;
  color: #3A352A;
  line-height: 1.5;
  margin: 0;
}
@media (min-width: 641px) {
  .ase-detail-modal__cta-text {
    font-size: 1rem;
  }
}
.ase-detail-modal__cta-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
}
@media (min-width: 480px) {
  .ase-detail-modal__cta-actions {
    flex-direction: row;
    justify-content: center;
  }
}
.ase-detail-modal__cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 194px;
  padding: 12px 32px;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 25px;
  border: none;
  background: #F58A00;
  color: #3A352A;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}
.ase-detail-modal__cta-btn:hover {
  background: rgb(214.4, 120.7640816327, 0);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.ase-detail-modal__cta-btn:active {
  transform: translateY(0);
}
@media (max-width: 479px) {
  .ase-detail-modal__cta-btn {
    min-width: 0;
    width: 100%;
  }
}
.ase-detail-modal--accommodation .ase-detail-modal__panel {
  max-width: 1140px;
}
.ase-detail-modal--accommodation .ase-detail-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border: 1.5px solid rgba(255, 255, 255, 0.92);
  border-radius: 9999px;
  background: rgba(0, 0, 0, 0.5);
  color: rgba(255, 255, 255, 0.96);
  cursor: pointer;
  box-shadow: none;
  transition: background-color 200ms cubic-bezier(0.4, 0, 0.2, 1), border-color 200ms cubic-bezier(0.4, 0, 0.2, 1), color 200ms cubic-bezier(0.4, 0, 0.2, 1), transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.ase-detail-modal--accommodation .ase-detail-modal__close:hover {
  background: black;
  border-color: #FFFFFF;
  color: #FFFFFF;
  transform: scale(1.02);
}
.ase-detail-modal--accommodation .ase-detail-modal__close:focus-visible {
  outline: none;
  box-shadow: 0 0 0 0.1875rem rgba(255, 255, 255, 0.22);
}
.ase-detail-modal--accommodation .ase-detail-modal__close svg {
  display: block;
  width: 2.25rem;
  height: 2.25rem;
  pointer-events: none;
}
.ase-detail-modal--accommodation .ase-detail-modal__close svg path {
  stroke-width: 1.65;
}
.ase-detail-modal--accommodation .ase-detail-modal__close {
  position: sticky;
  top: 16px;
  margin: 16px 16px -64px auto;
}
.ase-detail-modal--accommodation .ase-detail-modal__acc-hero {
  width: 100%;
  aspect-ratio: 16/7;
  overflow: hidden;
  background: #F0EADF;
}
.ase-detail-modal--accommodation .ase-detail-modal__acc-hero-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.ase-detail-modal--accommodation .ase-detail-modal__acc-header {
  padding: 24px 32px 0;
  border-bottom: 1px solid #F0EADF;
  margin-bottom: 0;
}
@media (max-width: 640px) {
  .ase-detail-modal--accommodation .ase-detail-modal__acc-header {
    padding: 20px 16px 0;
  }
}
.ase-detail-modal--accommodation .ase-detail-modal__acc-title {
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #3A352A;
  margin: 0 0 16px;
  line-height: 1.25;
  padding-right: 40px;
}
@media (min-width: 768px) {
  .ase-detail-modal--accommodation .ase-detail-modal__acc-title {
    font-size: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .ase-detail-modal--accommodation .ase-detail-modal__acc-title {
    font-size: 3rem;
  }
}
.ase-detail-modal__gallery {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 0;
  background: #F0EADF;
}
.ase-detail-modal__gallery-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ase-detail-modal__gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 9999px;
  color: #3A352A;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: background 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.ase-detail-modal__gallery-nav:hover {
  background: #fff;
}
.ase-detail-modal__gallery-nav svg {
  width: 16px;
  height: 16px;
}
.ase-detail-modal__gallery-nav--prev {
  left: 48px;
}
.ase-detail-modal__gallery-nav--next {
  right: 48px;
}
.ase-detail-modal__gallery-counter {
  position: absolute;
  bottom: 48px;
  right: 48px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 9999px;
}
.ase-detail-modal__acc-body {
  padding: 96px 128px;
}
@media (max-width: 640px) {
  .ase-detail-modal__acc-body {
    padding: 80px 64px;
  }
}
.ase-detail-modal__acc-header {
  margin-bottom: 80px;
}
.ase-detail-modal__acc-type {
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #006B8F;
  margin-bottom: 4px;
}
.ase-detail-modal__acc-title {
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #3A352A;
  margin: 0 0 32px;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .ase-detail-modal__acc-title {
    font-size: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .ase-detail-modal__acc-title {
    font-size: 3rem;
  }
}
.ase-detail-modal__acc-rating {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.875rem;
  color: #3A352A;
}
.ase-detail-modal__acc-rating .ase-detail-modal__star-icon {
  color: #F58A00;
}
.ase-detail-modal__acc-desc {
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #3A352A;
  margin-bottom: 96px;
}
.ase-detail-modal__tabs {
  display: flex;
  gap: 0;
  border-bottom: 2px solid #F0EADF;
  margin-bottom: 96px;
}
.ase-detail-modal__tab {
  padding: 32px 64px;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: rgba(58, 53, 42, 0.5);
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  cursor: pointer;
  transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1), border-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.ase-detail-modal__tab:hover {
  color: #3A352A;
}
.ase-detail-modal__tab--active {
  color: #3A352A;
  border-bottom-color: #F58A00;
}
.ase-detail-modal__specs {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 48px;
  margin-bottom: 96px;
}
.ase-detail-modal__spec {
  padding: 48px;
  background: #F0EADF;
  border-radius: 8px;
  text-align: center;
}
.ase-detail-modal__spec-value {
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  color: #3A352A;
  display: block;
}
.ase-detail-modal__spec-label {
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: rgba(58, 53, 42, 0.5);
  margin-top: 2px;
}
.ase-detail-modal__additional-specs {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #3A352A;
  margin-bottom: 96px;
}
.ase-detail-modal__additional-specs p {
  margin: 0 0 32px;
}
.ase-detail-modal__additional-specs ul, .ase-detail-modal__additional-specs ol {
  padding-left: 80px;
  margin: 0 0 32px;
}
.ase-detail-modal__features {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-bottom: 96px;
}
.ase-detail-modal__feature {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 5px 12px;
  background: #F0EADF;
  border-radius: 9999px;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #3A352A;
}
.ase-detail-modal__rooms {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 64px;
}
.ase-detail-modal__room {
  border: 1px solid #F0EADF;
  border-radius: 8px;
  overflow: hidden;
}
.ase-detail-modal__room-img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.ase-detail-modal__room-body {
  padding: 48px 64px;
}
.ase-detail-modal__room-name {
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-weight: 700;
  font-size: 0.9375rem;
  color: #3A352A;
  margin: 0 0 32px;
}
.ase-detail-modal__room-details {
  font-size: 0.8125rem;
  line-height: 1.5;
  color: rgba(58, 53, 42, 0.7);
}
.ase-detail-modal__room-details p {
  margin: 0 0 16px;
}
.ase-detail-modal__deck-plans {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.ase-detail-modal__deck-plan-img {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #F0EADF;
}
.ase-detail-modal__cta {
  padding: 20px 32px;
  border-top: 1px solid #F0EADF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 640px) {
  .ase-detail-modal__cta {
    padding: 16px;
    flex-direction: column;
  }
}
.ase-detail-modal__cta-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 24px;
  background: #085D84;
  border: 2px solid #085D84;
  color: #FFFFFF !important;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-radius: 10px;
  text-decoration: none;
  transition: background-color 200ms cubic-bezier(0.4, 0, 0.2, 1), border-color 200ms cubic-bezier(0.4, 0, 0.2, 1), color 200ms cubic-bezier(0.4, 0, 0.2, 1), transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.ase-detail-modal__cta-link:hover {
  background: rgba(8, 93, 132, 0.8);
  border-color: rgba(8, 93, 132, 0.8);
  color: #FFFFFF !important;
  text-decoration: none;
}
.ase-detail-modal__cta-link svg {
  width: 16px;
  height: 16px;
}
.ase-bobber {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9990;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  gap: 8px;
}
@media (max-width: 480px) {
  .ase-bobber {
    right: 12px;
    bottom: 12px;
  }
}
.ase-bobber__toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  border: none;
  border-radius: 9999px;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2), 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.ase-bobber__toggle:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.25), 0 3px 8px rgba(0, 0, 0, 0.15);
}
.ase-bobber__toggle:active {
  transform: translateY(0);
}
.ase-bobber__toggle-icon {
  flex-shrink: 0;
  transition: opacity 0.15s ease, transform 0.15s ease;
}
.ase-bobber__toggle-icon.is-hidden {
  opacity: 0;
  position: absolute;
  transform: rotate(90deg);
}
.ase-bobber__toggle-label {
  line-height: 1;
}
.ase-bobber__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 9999px;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.ase-bobber__link:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0, 0, 0, 0.12);
  filter: brightness(1.15);
}
.ase-bobber__link:active {
  transform: translateY(0);
}
.ase-bobber__link-icon {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}
.ase-bobber__link-icon svg {
  width: 16px;
  height: 16px;
}
.ase-bobber__link-label {
  line-height: 1;
}
.ase-bobber__link--enter {
  transition: all 0.2s ease-out;
}
.ase-bobber__link--enter-start {
  opacity: 0;
  transform: translateY(8px) scale(0.95);
}
.ase-bobber__link--enter-end {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.ase-bobber__link--leave {
  transition: all 0.15s ease-in;
}
.ase-bobber__link--leave-start {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.ase-bobber__link--leave-end {
  opacity: 0;
  transform: translateY(8px) scale(0.95);
}
/**
 * Partials: Active Animations
 *
 * Animation effects applied to various page elements.
 *
 * @package ASEPress
 * @since 1.0.0
 *
 * Table of Contents:
 * ──────────────────────────────────────────────────────────────────────────────
 * 1. ARTICLE CARD ANIMATIONS
 * 2. KEYFRAME DEFINITIONS
 *    2.1 Fade In
 *    2.2 Fade In Flip
 * ──────────────────────────────────────────────────────────────────────────────
 */
article.hentry {
  animation: fadeIn 0.4s ease-in-out;
  animation-fill-mode: forwards;
}
article.hentry:nth-child(odd) {
  animation: fadeInFlip 0.45s ease-in-out;
  animation-fill-mode: forwards;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: rotateY(180deg) rotateX(-90deg);
  }
  to {
    opacity: 1;
    transform: rotateY(0deg) rotateX(0deg);
  }
}
@keyframes fadeInFlip {
  from {
    opacity: 0;
    transform: rotateY(-180deg) rotateX(90deg);
  }
  to {
    opacity: 1;
    transform: rotateY(0deg) rotateX(0deg);
  }
}
/**
 * Core Styles
 * 
 * Base HTML element styling and global layout foundations.
 * These styles apply site-wide as the foundation layer.
 *
 * @package ASEPress
 * @since 1.0.0
 * 
 * Table of Contents:
 * ──────────────────────────────────────────────────────────────────────────────
 * 1. HTML/BODY DEFAULTS
 * 2. PAGE STRUCTURE
 * 3. CONTENT CONTAINERS
 * 4. CONTENT TYPOGRAPHY
 * 5. MEDIA ELEMENTS
 * 6. OVERRIDES
 * ──────────────────────────────────────────────────────────────────────────────
 */
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
#page{
  width: 100%;
}
main,
main.site-main,
main.wp-block-group,
main.wp-block-group.site-main {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-group.is-layout-constrained > *,
.wp-block-query.is-layout-constrained > * {
  margin-left: auto;
  margin-right: auto;
}
.is-layout-constrained > .alignwide {
  max-width: 1440px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
main {
  margin-top: 0;
  min-height: calc(50vh - 5rem);
}
#content article{
  position: relative;
  z-index: 10;
}
body.page article.page > div.entry-content,
body.single article.product > div.entry-content {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.entry-content p a:not(.btn):not(.wp-block-button__link), .entry-content ul a:not(.btn):not(.wp-block-button__link), .entry-content ol a:not(.btn):not(.wp-block-button__link),
.block-editor-block-list__layout p a:not(.btn):not(.wp-block-button__link),
.block-editor-block-list__layout ul a:not(.btn):not(.wp-block-button__link),
.block-editor-block-list__layout ol a:not(.btn):not(.wp-block-button__link) {
  color: #085D84;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}
.entry-content p a:not(.btn):not(.wp-block-button__link):hover, .entry-content p a:not(.btn):not(.wp-block-button__link):focus-visible, .entry-content ul a:not(.btn):not(.wp-block-button__link):hover, .entry-content ul a:not(.btn):not(.wp-block-button__link):focus-visible, .entry-content ol a:not(.btn):not(.wp-block-button__link):hover, .entry-content ol a:not(.btn):not(.wp-block-button__link):focus-visible,
.block-editor-block-list__layout p a:not(.btn):not(.wp-block-button__link):hover,
.block-editor-block-list__layout p a:not(.btn):not(.wp-block-button__link):focus-visible,
.block-editor-block-list__layout ul a:not(.btn):not(.wp-block-button__link):hover,
.block-editor-block-list__layout ul a:not(.btn):not(.wp-block-button__link):focus-visible,
.block-editor-block-list__layout ol a:not(.btn):not(.wp-block-button__link):hover,
.block-editor-block-list__layout ol a:not(.btn):not(.wp-block-button__link):focus-visible {
  color: #085D84;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.entry-content p, .entry-content ul, .entry-content ol,
.block-editor-block-list__layout p,
.block-editor-block-list__layout ul,
.block-editor-block-list__layout ol{
  margin-bottom: 2rem;
}
.entry-content ul:not(.block-editor-block-variation-picker__variations) li,
.block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) li{
  list-style-position: inside;
  list-style-type: disc;
}
.entry-content ol li,
.block-editor-block-list__layout ol li{
  list-style-position: inside;
  list-style-type: decimal;
}
picture {
  width: -moz-fit-content;
  width: fit-content;
}
.wp-block-embed {
  margin: 1rem 0;
  max-width: 100% !important;
}
.wp-block-embed .wp-block-embed__wrapper.ase-embed-wrapper--iframe {
  position: relative;
  height: 0;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  border-radius: 8px;
}
.wp-block-embed .wp-block-embed__wrapper.ase-embed-wrapper--iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.wp-block-embed figcaption {
  margin-top: 0.5rem;
  text-align: right;
}
.hero-bg-blur,
[class*="--blur"] [class*=__background] img {
  filter: blur(8px);
  transform: scale(1.05);
}
.hero-video-wrapper {
  position: absolute;
  inset: 0;
  container-type: size;
  overflow: hidden;
}
.hero-video-wrapper video,
.hero-video-wrapper iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-video-wrapper iframe {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: max(100vw, 177.7778vh);
  height: max(100vh, 56.25vw);
  transform: translate(-50%, -50%);
}
@supports (width: 100cqw) {
  .hero-video-wrapper iframe {
    width: max(100cqw, 177.7778cqh);
    height: max(100cqh, 56.25cqw);
  }
}
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.alignfull {
  margin: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
/**
 * Typography System
 * 
 * Base typographic styles and heading hierarchy for the ASE theme.
 * All text styling inherits from these foundation rules.
 *
 * @package ASEPress
 * @since 1.0.0
 * 
 * Table of Contents:
 * ──────────────────────────────────────────────────────────────────────────────
 * 1. BASE TYPOGRAPHY
 * 2. HEADING HIERARCHY
 * 3. BODY TEXT ELEMENTS
 * 4. LINK STYLING
 * 5. SPECIAL TEXT
 * 6. LISTS
 * 7. TEXT ALIGNMENT UTILITIES
 * ──────────────────────────────────────────────────────────────────────────────
 */
html {
  font-size: 1rem;
  line-height: 1.6875;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #3A352A;
}
html h1, html h2, html h3, html h4, html h5, html h6 {
  color: #3A352A;
}
html h1 {
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.225;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  html h1 {
    font-size: 3rem;
  }
}
html h2 {
  font-size: clamp(2rem, 3vw, 3.5rem);
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 0 0 1.5rem 0;
}
html h3{
  font-size: 30px;
  font-size: clamp(1.5rem, 2vw, 2.5rem);
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
html h4{
  font-size: 2rem;
}
html h5{
  font-size: 1.5rem;
  line-height: 2rem;
}
html h3, html h4, html h5 {
  line-height: 1.2;
}
html .wp-block-post-content h2,
html .wp-block-post-content h3:not(.ase-card__title):not(.deal-list-card__title),
html .wp-block-post-content h4,
html .wp-block-post-content h5,
html .wp-block-post-content h6 {
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-weight: 700;
  line-height: 1.225;
  color: #3A352A;
  padding: 0;
  margin: 0;
  scroll-margin-top: calc(var(--header-offset, 140px) + 30px);
}
html .wp-block-post-content h2 {
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
@media (min-width: 768px) {
  html .wp-block-post-content h2 {
    font-size: 1.625rem;
  }
}
@media (min-width: 1024px) {
  html .wp-block-post-content h2 {
    font-size: 1.8125rem;
  }
}
html .wp-block-post-content h3:not(.ase-card__title):not(.deal-list-card__title) {
  font-size: 1.275rem;
}
@media (min-width: 768px) {
  html .wp-block-post-content h3:not(.ase-card__title):not(.deal-list-card__title) {
    font-size: 1.3125rem;
  }
}
@media (min-width: 1024px) {
  html .wp-block-post-content h3:not(.ase-card__title):not(.deal-list-card__title) {
    font-size: 1.5rem;
  }
}
html .wp-block-post-content h4 {
  font-size: 1rem;
}
@media (min-width: 768px) {
  html .wp-block-post-content h4 {
    font-size: 1.125rem;
  }
}
@media (min-width: 1024px) {
  html .wp-block-post-content h4 {
    font-size: 1.313rem;
  }
}
html .wp-block-post-content h5 {
  font-size: 1rem;
  text-transform: none;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  html .wp-block-post-content h5 {
    font-size: 1.13rem;
  }
}
html .wp-block-post-content h6 {
  font-size: 1rem;
  text-transform: none;
  letter-spacing: 0;
}
html .wp-block-post-content p {
  margin: 1.5em 0 2em;
}
html p, html a, html span, html div {
  font-size: inherit;
  line-height: 1.5;
}
html p:not([class*=ase-card]):not([class*=branded-cta]) {
  margin: 1.5rem 0;
}
html a:not(.button):not(.btn):not(.--btn):not(.mega-menu-desktop__*):not(.wp-block-button__link):not(.ase-card__primary-action):not(.ase-card__image):not(.ase-card__cta):not(.ase-card__read-more-btn):not(.ase-card__linked-trip){
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 107 143 / var(--tw-text-opacity, 1));
  text-decoration: none;
}
html a:not(.button):not(.btn):not(.--btn):not(.mega-menu-desktop__*):not(.wp-block-button__link):not(.ase-card__primary-action):not(.ase-card__image):not(.ase-card__cta):not(.ase-card__read-more-btn):not(.ase-card__linked-trip):hover{
  --tw-text-opacity: 1;
  color: rgb(110 140 128 / var(--tw-text-opacity, 1));
  text-decoration: underline;
}
html blockquote {
  font-size: 1.25rem;
  line-height: 1.5;
  font-style: italic;
}
html strong {
  font-weight: 700;
}
html em {
  font-style: italic;
}
html ul, html ol {
  padding-left: 1.5rem;
}
html ul li, html ol li {
  margin-bottom: 1rem;
}
html .align-left {
  text-align: left;
}
html .align-center {
  text-align: center;
}
html .align-right {
  text-align: right;
}
/**
 * Site Header Styles
 *
 * Styles for the main site header matching Figma designs.
 * Desktop: 1440px container with pre-header bar + main navigation
 * Mobile: Simplified header with hamburger menu
 *
 * @package ASEPress
 * @since 1.0.0
 * 
 * Table of Contents:
 * ──────────────────────────────────────────────────────────────────────────────
 * 1. SITE HEADER CONTAINER
 * 2. PRE-HEADER BAR (Desktop)
 * 3. MAIN NAVIGATION BAR
 * 4. MOBILE CONTACT BAR
 * 5. MEGA MENU PANEL
 *    5.1 Panel Base
 *    5.2 Destination Panel
 * 6. ALPINE.JS TRANSITION UTILITIES
 * 7. BODY OFFSET FOR FIXED HEADER
 * 8. LEGACY SUPPORT
 * 9. FSE OVERRIDES
 * ──────────────────────────────────────────────────────────────────────────────
 */
:root {
  --header-height-desktop: 149px;
  --header-height-mobile: 118px;
  --header-main-nav-height: 107px;
}
.site-header {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  right: 0;
  z-index: 1050 !important;
  width: 100%;
  max-width: none;
  background-color: transparent;
}
@media screen and (min-width: 783px) {
  .admin-bar .site-header {
    top: var(--wp-admin--admin-bar--height, 32px) !important;
  }
}
body {
  padding-top: var(--header-height, var(--header-height-mobile));
}
@media (min-width: 1024px) {
  body {
    padding-top: var(--header-height, var(--header-height-desktop));
  }
}
body.header-scrolled {
  padding-top: var(--header-height, var(--header-main-nav-height));
}
@media screen and (min-width: 783px) {
  body.admin-bar {
    padding-top: calc(var(--header-height, var(--header-height-mobile)) + var(--wp-admin--admin-bar--height, 32px));
  }
}
@media screen and (min-width: 1024px) {
  body.admin-bar {
    padding-top: calc(var(--header-height, var(--header-height-desktop)) + var(--wp-admin--admin-bar--height, 32px));
  }
}
@media screen and (min-width: 783px) {
  body.admin-bar.header-scrolled {
    padding-top: calc(var(--header-height, var(--header-main-nav-height)) + var(--wp-admin--admin-bar--height, 32px));
  }
}
.site-header > .wp-block-group,
.site-header > div:not(.ase-snackbar) {
  width: 100%;
  max-width: none;
}
.pre-header {
  background-color: #F0EADF;
  border-bottom: 1px solid #D9C79F;
  transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
  max-height: 60px;
  overflow: hidden;
}
.pre-header--hidden {
  max-height: 0;
  opacity: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-bottom-color: transparent;
}
.pre-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
  padding: 0 40px;
  height: 42px;
  width: 100%;
}
@media (max-width: 1023px) {
  .pre-header__inner {
    justify-content: center;
    padding: 12px 16px;
  }
}
.pre-header__promo-wrap {
  flex: 1;
}
.pre-header__promo-container {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.pre-header__promo {
  margin: 0;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #3A352A;
  text-decoration: none;
  transition: color 200ms ease;
}
.pre-header__promo:hover {
  color: #085D84;
  text-decoration: underline;
}
.pre-header__promo-dismiss {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  background-color: transparent;
  color: #59513D;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 200ms ease, color 200ms ease;
  flex-shrink: 0;
}
.pre-header__promo-dismiss:hover {
  opacity: 1;
  color: #3A352A;
}
.pre-header__promo-dismiss:focus {
  outline: none;
  opacity: 1;
}
.pre-header__promo-dismiss svg {
  width: 14px;
  height: 14px;
}
.pre-header__contact {
  margin: 0;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #3A352A;
  display: flex;
  align-items: center;
  gap: 8px;
}
.pre-header__contact a, .pre-header__contact button {
  color: #3A352A;
  text-decoration: none;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
}
.pre-header__contact a:hover, .pre-header__contact button:hover {
  text-decoration: underline;
}
.pre-header__phone {
  color: #3A352A;
  text-decoration: none;
}
.pre-header__phone:hover {
  text-decoration: underline;
}
.pre-header__divider {
  color: #3A352A;
  opacity: 0.5;
}
.main-nav {
  background-color: #FFFFFF;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 100;
  transition: box-shadow 0.3s ease, padding 0.3s ease;
  margin-top: 0;
}
.main-nav--scrolled {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
@media (min-width: 1024px) {
  .main-nav--scrolled .main-nav__desktop {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.main-nav--scrolled .main-nav__row-primary {
  padding-top: 8px;
  padding-bottom: 8px;
}
.main-nav--scrolled .main-nav__row-secondary {
  padding-bottom: 8px;
}
.main-nav__inner {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .main-nav__mobile {
    display: none !important;
  }
}
.main-nav__row-primary {
  display: flex;
  align-items: center;
  transition: padding 0.3s ease;
}
.main-nav__row-secondary {
  display: flex;
  align-items: center;
  transition: padding 0.3s ease;
}
@media (min-width: 1024px) {
  .main-nav__row-secondary {
    display: none !important;
  }
}
.main-nav__hamburger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease;
  flex-shrink: 0;
}
.main-nav__hamburger:hover {
  opacity: 0.85;
}
.main-nav__hamburger:active {
  transform: scale(0.95);
}
.main-nav__hamburger svg {
  display: block;
  width: 36px;
  height: 36px;
  transition: width 0.3s ease, height 0.3s ease;
}
.main-nav__logo {
  flex-shrink: 0;
}
.main-nav__logo img,
.main-nav__logo .custom-logo {
  display: block;
  height: auto;
  width: auto;
  max-height: 38px;
  transition: max-height 0.3s ease;
}
@media (min-width: 641px) {
  .main-nav__logo img,
  .main-nav__logo .custom-logo {
    max-height: 64px;
  }
}
@media (min-width: 1024px) {
  .main-nav__logo img,
  .main-nav__logo .custom-logo {
    max-height: 40px;
  }
}
.main-nav__mobile-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  padding: 0 20px;
  background-color: #F58A00;
  color: #3A352A;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.0625rem;
  text-decoration: none;
  border-radius: 125px;
  white-space: nowrap;
  transition: background-color 0.3s ease, transform 0.2s ease, height 0.3s ease, font-size 0.3s ease, padding 0.3s ease;
}
.main-nav__mobile-cta:hover {
  background-color: rgb(219.5, 123.6367346939, 0);
  transform: translateY(-1px);
}
.main-nav__mobile-cta:active {
  transform: translateY(0);
}
.main-nav__icon {
  flex-shrink: 0;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.main-nav__icon:hover {
  transform: scale(1.05);
}
.main-nav__icon:active {
  transform: scale(0.95);
}
.main-nav__icon svg {
  display: block;
  transition: width 0.3s ease, height 0.3s ease;
}
.main-nav__icon svg circle {
  fill: #085D84;
  transition: fill 0.2s ease;
}
.main-nav__icon:hover svg circle {
  fill: rgb(5.6685714286, 65.8971428571, 93.5314285714);
}
.main-nav__desktop {
  display: none;
}
@media (min-width: 1024px) {
  .main-nav__desktop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: clamp(2px, 1.2vw, 6px) 0;
    gap: clamp(12px, 1.5vw, 24px);
    transition: padding 0.3s ease;
  }
}
.main-nav__desktop .main-nav__icon {
  flex-shrink: 0;
}
.main-nav__desktop .main-nav__icon svg {
  width: clamp(36px, 3vw, 44px);
  height: clamp(36px, 3vw, 44px);
}
.main-nav__logo {
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .main-nav__logo img,
  .main-nav__logo .custom-logo {
    max-height: clamp(32px, 2.8vw, 40px);
  }
}
.main-nav__cta {
  flex-shrink: 1;
  margin-left: clamp(0.25rem, 0.8vw, 1rem);
}
.main-nav__cta .wp-block-button__link,
.main-nav__cta .btn {
  background-color: #F58A00 !important;
  color: #3A352A !important;
  border-radius: 9999px;
  min-width: clamp(150px, 11vw, 180px);
  height: clamp(36px, 4vw, 54px);
  padding: clamp(0.375rem, 0.6vw, 0.625rem) clamp(0.375rem, 0.8vw, 1.5rem);
  font-size: clamp(0.6875rem, 0.85vw, 1.125rem);
  font-weight: 700;
  text-decoration: none;
  transition: all 200ms ease;
  white-space: nowrap;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.main-nav__cta .wp-block-button__link::before,
.main-nav__cta .btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.2);
  opacity: 0;
  transition: opacity 200ms ease;
}
.main-nav__cta .wp-block-button__link:hover::before,
.main-nav__cta .btn:hover::before {
  opacity: 1;
}
.main-nav__cta .wp-block-button__link:hover,
.main-nav__cta .btn:hover {
  transform: translateY(-1px);
}
.main-nav__menu {
  flex: 1;
  min-width: 0;
  overflow: visible;
}
.main-nav__menu .mega-menu-desktop__list {
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.2vw, 28px);
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-nav__menu .mega-menu-desktop__link {
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: clamp(0.75rem, 1.25vw, 1.125rem);
  font-weight: 700;
  color: #3A352A;
  text-decoration: none;
  padding: 8px 0;
  position: relative;
  display: inline-block;
  transition: color 300ms ease;
  white-space: nowrap;
}
.main-nav__menu .mega-menu-desktop__link::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #085D84;
  transition: width 300ms ease;
}
.main-nav__menu .mega-menu-desktop__link:hover {
  color: #085D84;
}
.main-nav__menu .mega-menu-desktop__link:hover::after {
  width: 100%;
}
.main-nav__menu .mega-menu-desktop__item--has-mega.is-active .mega-menu-desktop__link {
  color: #085D84;
}
.main-nav__menu .mega-menu-desktop__item--has-mega.is-active .mega-menu-desktop__link::after {
  width: 100%;
}
.main-nav__menu .mega-menu-desktop__item.current-menu-item .mega-menu-desktop__link,
.main-nav__menu .mega-menu-desktop__item.current_page_item .mega-menu-desktop__link,
.main-nav__menu .mega-menu-desktop__item.current-page-ancestor .mega-menu-desktop__link {
  color: #3A352A;
}
.main-nav__menu .mega-menu-desktop__item.current-menu-item .mega-menu-desktop__link::after,
.main-nav__menu .mega-menu-desktop__item.current_page_item .mega-menu-desktop__link::after,
.main-nav__menu .mega-menu-desktop__item.current-page-ancestor .mega-menu-desktop__link::after {
  width: 0;
}
.main-nav__menu .mega-menu-desktop__item--top-level {
  display: flex;
  align-items: center;
  padding: clamp(10px, 1vw, 15px) 0;
  margin: 0;
}
.main-nav__menu .mega-menu-desktop__item--has-mega {
  position: static;
  margin: 0;
}
.main-nav__icon {
  flex-shrink: 0;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  transition: transform 200ms ease, opacity 200ms ease;
}
.main-nav__icon:hover {
  transform: scale(1.05);
}
.main-nav__icon:active {
  transform: scale(0.95);
}
.main-nav__icon svg {
  display: block;
}
.main-nav__icon svg circle {
  fill: #006B8F;
  transition: fill 200ms ease;
}
.main-nav__icon:hover svg circle {
  fill: rgb(0, 76.4713286713, 102.2);
}
.mega-menu-desktop__panel {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: calc(100% - 50px);
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  z-index: 1000;
  background: #FFFFFF;
  box-shadow: 0px 8px 16px -4px rgba(58, 53, 42, 0.15);
  clip-path: inset(0px -20px -20px -20px);
  border-radius: 0;
  transform-origin: top center;
}
.mega-menu-desktop__panel[x-cloak] {
  display: none !important;
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.translate-y-0 {
  transform: translateY(0);
}
.-translate-y-2 {
  transform: translateY(-0.5rem);
}
.-translate-y-4 {
  transform: translateY(-1rem);
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.scale-y-0 {
  transform: scaleY(0);
}
.scale-y-95 {
  transform: scaleY(0.95);
}
.scale-y-100 {
  transform: scaleY(1);
}
.origin-top {
  transform-origin: top;
}
.transform {
  --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;
}
.wp-site-blocks > header + * {
  margin-top: 0 !important;
  margin-block-start: 0 !important;
}
header + .cta-side-image-header,
header + .cta-side-image-header.alignfull,
header + .cta-side-image-header.alignwide,
.wp-site-blocks > header + .cta-side-image-header,
.wp-site-blocks > header + .alignfull.cta-side-image-header {
  margin-top: 0 !important;
  margin-block-start: 0 !important;
}
header + .blog-hero,
header + .blog-hero.alignfull,
.wp-site-blocks > header + .blog-hero,
.wp-site-blocks > header + .alignfull.blog-hero {
  margin-top: 0 !important;
  margin-block-start: 0 !important;
}
.main-nav__favorites-badge {
  position: absolute;
  top: -2px;
  right: -2px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  color: #3A352A;
  background: #F58A00;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}
.main-nav__favorites[data-tooltip]::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  padding: 6px 14px;
  border-radius: 4px;
  background: #3A352A;
  color: #FFFFFF;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s ease;
}
.main-nav__favorites[data-tooltip]::before {
  content: "";
  position: absolute;
  bottom: calc(100% + 2px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  border: 6px solid transparent;
  border-top-color: #3A352A;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s ease;
}
.main-nav__favorites[data-tooltip]:hover::after, .main-nav__favorites[data-tooltip]:hover::before, .main-nav__favorites[data-tooltip]:focus-visible::after, .main-nav__favorites[data-tooltip]:focus-visible::before {
  opacity: 1;
}
.ase-snackbar {
  position: fixed;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  width: auto;
  min-width: min(100vw - 2rem, 18rem);
  max-width: min(100vw - 2rem, 26rem);
  background: #085D84;
  color: white;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 9999;
  pointer-events: auto;
}
.ase-snackbar svg {
  flex-shrink: 0;
}
.ase-snackbar > span {
  min-width: 0;
  text-align: center;
}
.ase-snackbar__link {
  flex-shrink: 0;
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: underline;
  text-transform: uppercase;
}
.ase-snackbar__link:hover, .ase-snackbar__link:focus-visible {
  color: #F58A00;
}
.ase-snackbar--modal {
  position: sticky;
  bottom: 1rem;
  left: auto;
  transform: none;
  z-index: 6;
  margin: 1rem auto 0;
}
.ase-snackbar--enter, .ase-snackbar--leave {
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.ase-snackbar--enter-start, .ase-snackbar--leave-end {
  opacity: 0;
  transform: translateX(-50%) translateY(0.5rem);
}
.ase-snackbar--enter-end, .ase-snackbar--leave-start {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.ase-snackbar--modal.ase-snackbar--enter-start, .ase-snackbar--modal.ase-snackbar--leave-end {
  transform: translateY(0.5rem);
}
.ase-snackbar--modal.ase-snackbar--enter-end, .ase-snackbar--modal.ase-snackbar--leave-start {
  transform: translateY(0);
}
/**
 * Site Footer Styles - Mobile First
 *
 * Mobile-first approach matching Figma designs.
 * - Mobile: Figma node-id=25-788
 * - Desktop: Figma node-id=25-785
 *
 * @package ASEPress
 * @since 1.0.0
 * 
 * ARCHITECTURE NOTE:
 * ──────────────────────────────────────────────────────────────────────────────
 * The footer is rendered via [ase_site_footer] shortcode (see parts/footer.html).
 * This loads template-parts/components/site-footer.php which renders all sections.
 * 
 * The blocks/footer-newsletter/ and blocks/footer-recognition/ blocks exist for
 * modular insertion elsewhere but are NOT used in the main site footer.
 * Therefore, this file is the ACTIVE source of footer styles.
 * 
 * If migrating to block-based footer:
 * 1. Insert footer blocks into parts/footer.html instead of shortcode
 * 2. Move section styles to respective block SCSS files
 * 3. Keep only base resets and bottom bar in this file
 * ──────────────────────────────────────────────────────────────────────────────
 * 
 * Table of Contents:
 * ──────────────────────────────────────────────────────────────────────────────
 * 1. DESIGN TOKENS & IMPORTS
 * 2. BASE FOOTER RESET
 * 3. RECOGNITION SECTION (Mobile: Carousel, Desktop: Grid)
 *    3.1 Container & Tagline
 *    3.2 Carousel (Mobile Only)
 *    3.3 Logos Grid (Desktop Only)
 *    3.4 Google Reviews Badge
 * 4. NEWSLETTER SECTION
 * 5. MAIN NAVIGATION
 *    5.1 Mobile Accordion
 *    5.2 Desktop Expanded Grid
 * 6. BOTTOM BAR
 *    6.1 Container & Layout
 *    6.2 Logo
 *    6.3 Links & Phone
 *    6.4 Social Icons
 *    6.5 Copyright
 * 7. UTILITY CLASSES
 * ──────────────────────────────────────────────────────────────────────────────
 */
/**
 * Design System Variables
 * 
 * Central design token definitions aligned with Figma style guide.
 * All values should be derived from design specs for consistency.
 * 
 * IMPORTANT: This is the SINGLE SOURCE OF TRUTH for all SCSS variables.
 * Block styles should import this file via:
 *   @import '../../../resources/sass/utilities/variables';
 *
 * @package ASEPress
 * @since 1.0.0
 * 
 * Table of Contents:
 * ──────────────────────────────────────────────────────────────────────────────
 * 1. COLORS
 *    1.1 Brand Palette (Figma)
 *    1.2 Legacy Colors (deprecated - use semantic tokens)
 *    1.3 Semantic Tokens
 *    1.4 Component Tokens
 * 
 * 2. SPACING & LAYOUT
 *    2.1 Spacing Scale (Tailwind-aligned)
 *    2.2 Component Spacing
 *    2.3 Container Settings
 * 
 * 3. BORDERS & EFFECTS
 *    3.1 Border Radius
 *    3.2 Shadows (including card-specific)
 *    3.3 Button Effects
 * 
 * 4. ANIMATION & TRANSITIONS
 *    4.1 Duration
 *    4.2 Easing Functions
 *    4.3 Common Transition Presets
 * 
 * 5. Z-INDEX SCALE
 * 
 * 6. BREAKPOINTS
 *    6.1 Standard Breakpoints
 *    6.2 Content-Specific Breakpoints
 * 
 * 7. TYPOGRAPHY
 *    7.1 Font Families
 *    7.2 Font Sizes (rem-based)
 *    7.3 Font Weights
 *    7.4 Line Heights
 *    7.5 Letter Spacing
 * ──────────────────────────────────────────────────────────────────────────────
 */
/**
 * SCSS Mixins
 * 
 * Reusable SCSS patterns for consistent styling across the theme.
 *
 * @package ASEPress
 * @since 1.0.0
 * 
 * Table of Contents:
 * ──────────────────────────────────────────────────────────────────────────────
 * 1. RESPONSIVE BREAKPOINT MIXINS (Legacy)
 * 2. CONTAINER MIXINS
 * 3. TYPOGRAPHY MIXINS
 * 4. BREAKPOINT HELPERS (New - Mobile-First)
 * 5. CARD COMPONENT MIXINS
 * 6. CONTAINER ALIGNMENT MIXINS
 * 7. MODAL SHELL MIXINS
 * ──────────────────────────────────────────────────────────────────────────────
 */
.site-footer {
  width: 100%;
  margin: 0;
  padding: 0;
}
.site-footer.wp-block-group {
  margin: 0;
  padding: 0;
}
.site-footer a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer-recognition {
  background-color: #F0EADF;
  padding: 2rem 0 2.5rem;
}
.footer-recognition__container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin: 0 auto;
  padding: 0 27px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 1024px) {
  .footer-recognition__container {
    padding: 0 24px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 2.5rem;
  }
}
.footer-recognition__tagline {
  font-family: var(--wp--preset--font-family--proxima-nova, "Proxima Nova", sans-serif);
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.25;
  color: #3A352A;
  max-width: 90%;
  flex-shrink: 0;
}
@media (min-width: 640px) {
  .footer-recognition__tagline {
    font-size: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .footer-recognition__tagline {
    font-size: 2rem;
    max-width: 30%;
  }
}
@media (min-width: 1280px) {
  .footer-recognition__tagline {
    font-size: 2.25rem;
    max-width: 25%;
  }
}
.footer-recognition__logos {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-width: 0;
}
.footer-recognition__logos-heading {
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09375rem;
  color: rgba(58, 53, 42, 0.75);
}
.footer-recognition__carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
  touch-action: pan-y;
  cursor: grab;
}
.footer-recognition__carousel:active {
  cursor: grabbing;
}
@media (min-width: 1024px) {
  .footer-recognition__carousel {
    overflow: visible;
    cursor: default;
  }
}
.footer-recognition__carousel-track {
  display: flex;
  gap: 0;
}
@media (min-width: 1024px) {
  .footer-recognition__carousel-track {
    flex-wrap: wrap;
    transform: none !important;
    gap: 0.75rem 1.5rem;
  }
}
.footer-recognition__carousel-slide {
  flex: 0 0 40%;
  min-width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
}
@media (min-width: 1024px) {
  .footer-recognition__carousel-slide {
    flex: 0 0 auto;
    min-width: auto;
    padding: 0;
  }
}
.footer-recognition__logo-link {
  display: block;
  line-height: 0;
}
.footer-recognition__logo {
  height: 1.5rem;
  width: auto;
  max-width: 100%;
  transition: opacity 0.2s ease;
  opacity: 0.8;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 640px) {
  .footer-recognition__logo {
    height: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .footer-recognition__logo {
    height: 1.75rem;
  }
}
.footer-recognition__logo:hover {
  opacity: 1;
}
.footer-recognition__logo-placeholder {
  font-size: 0.75rem;
  font-weight: 600;
  font-style: italic;
  color: #3A352A;
  opacity: 0.6;
}
.footer-recognition__reviews {
  flex-shrink: 0;
  margin-top: 1.5rem;
}
@media (min-width: 1024px) {
  .footer-recognition__reviews {
    margin-top: 0;
  }
}
.footer-recognition__reviews-link {
  display: flex;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  justify-content: center;
  align-items: center;
}
.footer-recognition__reviews-link:hover {
  transform: translateY(-2px);
}
.footer-recognition__reviews-link:hover .footer-recognition__reviews-badge {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}
.footer-recognition__reviews-link:hover .footer-recognition__read-reviews {
  background: #1557b0;
}
.footer-recognition__reviews-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.25rem 1.5rem 0;
  background: white;
  border-radius: 0.625rem;
  min-width: 12rem;
  width: 12rem;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.2s ease;
  overflow: hidden;
}
.footer-recognition__reviews-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}
.footer-recognition__google-icon {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
}
.footer-recognition__reviews-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #333;
}
.footer-recognition__rating {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.375rem;
  margin-bottom: 0.25rem;
}
.footer-recognition__rating-number {
  font-size: 1.75rem;
  font-weight: 700;
  color: #3A352A;
  line-height: 1;
}
.footer-recognition__stars {
  color: #FBBC04;
  font-size: 1rem;
  letter-spacing: 0.0625rem;
}
.footer-recognition__review-text {
  font-size: 0.75rem;
  color: #1a73e8;
  margin-bottom: 1rem;
}
.footer-recognition__read-reviews {
  display: block;
  width: calc(100% + 3rem);
  margin: 0 -1.5rem;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: white;
  background: #1a73e8;
  text-align: center;
  transition: background-color 0.2s ease;
  border-radius: 0 0 0.625rem 0.625rem;
}
@keyframes newsletterFieldReveal {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.footer-newsletter {
  background-color: #D9C79F;
  padding: 1.5rem 0;
}
.footer-newsletter__container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin: 0 auto;
  padding: 0 27px;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 1024px) {
  .footer-newsletter__container {
    padding: 0 24px;
    flex-direction: row;
    align-items: flex-start;
    gap: 2.5rem;
  }
}
.footer-newsletter__content {
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .footer-newsletter__content {
    flex: 1;
    padding-top: 0.25rem;
  }
}
.footer-newsletter__heading {
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  line-height: 0.875rem;
  color: #3A352A;
  margin: 0 0 0.625rem 0;
}
.footer-newsletter__description {
  font-size: 0.9375rem;
  line-height: 1.45;
  color: #3A352A;
  margin: 0;
}
.footer-newsletter__form-area {
  min-width: 0;
}
@media (min-width: 1024px) {
  .footer-newsletter__form-area {
    flex: 1;
  }
}
.footer-newsletter__teaser {
  width: 100%;
}
.footer-newsletter__input-group {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 100%;
}
@media (min-width: 640px) {
  .footer-newsletter__input-group {
    flex-direction: row;
    align-items: stretch;
  }
}
.footer-newsletter__input {
  flex: 1;
  min-width: 0;
  min-height: 3.25rem;
  padding: 0.875rem 1rem;
  font-size: 0.9375rem;
  line-height: 1.2;
  border: 1px solid rgba(8, 93, 132, 0.28);
  border-radius: 0.5rem;
  background: white;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.footer-newsletter__input::-moz-placeholder {
  color: #3A352A;
}
.footer-newsletter__input::placeholder {
  color: #3A352A;
}
.footer-newsletter__input:focus {
  outline: none;
  border-color: #085D84;
  box-shadow: 0 0 0 3px rgba(8, 93, 132, 0.12);
}
.footer-newsletter__button {
  flex-shrink: 0;
  min-height: 3.25rem;
  padding: 0.875rem 1.75rem;
  font-size: 0.9375rem;
  font-weight: 700;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  background: #F58A00;
  color: #3A352A;
  border: none;
  border-radius: 125px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  letter-spacing: 0.05em;
  transition: background-color 0.2s ease;
}
.footer-newsletter__button:hover {
  background: rgb(219.5, 123.6367346939, 0);
}
.footer-newsletter__expanded {
  overflow: hidden;
}
.footer-newsletter__form-wrapper {
  padding-top: 0.875rem;
  max-width: 100%;
}
.footer-newsletter__form-wrapper .gform_wrapper.gform_wrapper .gform_heading {
  display: none;
}
.footer-newsletter__form-wrapper .gform_wrapper.gform_wrapper form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
}
.footer-newsletter__form-wrapper .gform_wrapper.gform_wrapper .gform_body {
  width: 100%;
}
.footer-newsletter__form-wrapper .gform_wrapper.gform_wrapper .gform_fields {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 12px;
}
.footer-newsletter__form-wrapper .gform_wrapper.gform_wrapper .gform_fields > .gfield--type-email,
.footer-newsletter__form-wrapper .gform_wrapper.gform_wrapper .gform_fields > .gfield--type-name,
.footer-newsletter__form-wrapper .gform_wrapper.gform_wrapper .gform_fields > .gfield--type-html {
  grid-column: 1/-1;
}
.footer-newsletter__form-wrapper .gform_wrapper.gform_wrapper .gform_fields > .gfield--type-email {
  order: -1;
}
.footer-newsletter__form-wrapper .gform_wrapper.gform_wrapper .gform_fields > .gfield--type-email,
.footer-newsletter__form-wrapper .gform_wrapper.gform_wrapper .gform_footer {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}
.footer-newsletter__form-wrapper .gform_wrapper.gform_wrapper .gform_fields > .gfield--type-html {
  display: none !important;
}
.footer-newsletter__form-wrapper .gform_wrapper.gform_wrapper .gform_fields > .gfield--type-hidden,
.footer-newsletter__form-wrapper .gform_wrapper.gform_wrapper .gform_fields > .gfield--type-honeypot,
.footer-newsletter__form-wrapper .gform_wrapper.gform_wrapper .gform_fields > .gform_hidden {
  display: none !important;
}
.footer-newsletter__form-wrapper .gform_wrapper.gform_wrapper input[type=text],
.footer-newsletter__form-wrapper .gform_wrapper.gform_wrapper input[type=email],
.footer-newsletter__form-wrapper .gform_wrapper.gform_wrapper input[type=tel],
.footer-newsletter__form-wrapper .gform_wrapper.gform_wrapper select {
  width: 100%;
  min-height: 3.25rem;
  padding: 0.95rem 1rem 0.45rem;
  font-size: 0.9375rem;
  line-height: 1.2;
  border: 1px solid rgba(8, 93, 132, 0.28);
  border-radius: 0.5rem;
  background: white;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.footer-newsletter__form-wrapper .gform_wrapper.gform_wrapper input[type=text]::-moz-placeholder, .footer-newsletter__form-wrapper .gform_wrapper.gform_wrapper input[type=email]::-moz-placeholder, .footer-newsletter__form-wrapper .gform_wrapper.gform_wrapper input[type=tel]::-moz-placeholder, .footer-newsletter__form-wrapper .gform_wrapper.gform_wrapper select::-moz-placeholder {
  color: transparent;
}
.footer-newsletter__form-wrapper .gform_wrapper.gform_wrapper input[type=text]::placeholder,
.footer-newsletter__form-wrapper .gform_wrapper.gform_wrapper input[type=email]::placeholder,
.footer-newsletter__form-wrapper .gform_wrapper.gform_wrapper input[type=tel]::placeholder,
.footer-newsletter__form-wrapper .gform_wrapper.gform_wrapper select::placeholder {
  color: transparent;
}
.footer-newsletter__form-wrapper .gform_wrapper.gform_wrapper input[type=text]:focus,
.footer-newsletter__form-wrapper .gform_wrapper.gform_wrapper input[type=email]:focus,
.footer-newsletter__form-wrapper .gform_wrapper.gform_wrapper input[type=tel]:focus,
.footer-newsletter__form-wrapper .gform_wrapper.gform_wrapper select:focus {
  outline: none;
  border-color: #085D84;
  box-shadow: 0 0 0 3px rgba(8, 93, 132, 0.12);
}
.footer-newsletter__form-wrapper .gform_wrapper.gform_wrapper select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23333' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.5rem;
}
.footer-newsletter__form-wrapper .gform_wrapper.gform_wrapper .gfield {
  position: relative;
}
.footer-newsletter__form-wrapper .gform_wrapper.gform_wrapper .gfield > .gfield_label {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  font-size: 0.9375rem;
  font-weight: 400;
  color: rgba(58, 53, 42, 0.55);
  pointer-events: none;
  transition: all 0.2s ease;
  z-index: 1;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.footer-newsletter__form-wrapper .gform_wrapper.gform_wrapper .gfield > .gfield_label .gfield_required {
  color: rgba(58, 53, 42, 0.55);
  transition: color 0.2s ease;
}
.footer-newsletter__form-wrapper .gform_wrapper.gform_wrapper .gfield:focus-within > .gfield_label,
.footer-newsletter__form-wrapper .gform_wrapper.gform_wrapper .gfield.is-active > .gfield_label {
  top: 0.4rem;
  transform: translateY(0);
  font-size: 0.6875rem;
  font-weight: 600;
  color: rgba(58, 53, 42, 0.75);
}
.footer-newsletter__form-wrapper .gform_wrapper.gform_wrapper .gfield:focus-within > .gfield_label .gfield_required,
.footer-newsletter__form-wrapper .gform_wrapper.gform_wrapper .gfield.is-active > .gfield_label .gfield_required {
  color: rgba(58, 53, 42, 0.75);
}
.footer-newsletter__form-wrapper .gform_wrapper.gform_wrapper .gfield--type-name > .gfield_label {
  position: static !important;
  clip: rect(0, 0, 0, 0) !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  border: 0 !important;
  margin: -1px !important;
  padding: 0 !important;
}
.footer-newsletter__form-wrapper .gform_wrapper.gform_wrapper .gfield--type-name .ginput_container_name {
  display: flex;
  gap: 12px;
}
.footer-newsletter__form-wrapper .gform_wrapper.gform_wrapper .gfield--type-name .name_first,
.footer-newsletter__form-wrapper .gform_wrapper.gform_wrapper .gfield--type-name .name_last {
  flex: 1;
  position: relative;
}
.footer-newsletter__form-wrapper .gform_wrapper.gform_wrapper .gfield--type-name .name_first input,
.footer-newsletter__form-wrapper .gform_wrapper.gform_wrapper .gfield--type-name .name_last input {
  width: 100%;
}
.footer-newsletter__form-wrapper .gform_wrapper.gform_wrapper .gfield--type-name .name_first label,
.footer-newsletter__form-wrapper .gform_wrapper.gform_wrapper .gfield--type-name .name_last label {
  position: absolute;
  top: 50%;
  left: 1rem;
  clip: auto !important;
  clip-path: none !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  white-space: normal !important;
  transform: translateY(-50%);
  font-size: 0.9375rem;
  font-weight: 400;
  color: rgba(58, 53, 42, 0.55);
  pointer-events: none;
  transition: all 0.2s ease;
  margin: 0;
  padding: 0;
  line-height: 1;
  z-index: 1;
}
.footer-newsletter__form-wrapper .gform_wrapper.gform_wrapper .gfield--type-name .name_first:focus-within label, .footer-newsletter__form-wrapper .gform_wrapper.gform_wrapper .gfield--type-name .name_first.is-active label,
.footer-newsletter__form-wrapper .gform_wrapper.gform_wrapper .gfield--type-name .name_last:focus-within label,
.footer-newsletter__form-wrapper .gform_wrapper.gform_wrapper .gfield--type-name .name_last.is-active label {
  top: 0.4rem;
  transform: translateY(0);
  font-size: 0.6875rem;
  font-weight: 600;
  color: rgba(58, 53, 42, 0.75);
}
.footer-newsletter__form-wrapper .gform_wrapper.gform_wrapper .gfield--type-select > .gfield_label {
  top: 0.4rem;
  transform: translateY(0);
  font-size: 0.6875rem;
  font-weight: 600;
  color: rgba(58, 53, 42, 0.75);
}
.footer-newsletter__form-wrapper .gform_wrapper.gform_wrapper .gfield--type-html > .gfield_label {
  display: none;
}
@media (max-width: 639px) {
  .footer-newsletter__form-wrapper .gform_wrapper.gform_wrapper .gform_fields {
    grid-template-columns: 1fr !important;
  }
}
.footer-newsletter__legal {
  display: none;
  margin: 0.75rem 0 0;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 0.75rem;
  color: rgba(58, 53, 42, 0.7);
  font-style: italic;
  line-height: 1.45;
}
.footer-newsletter__legal p {
  margin: 0;
}
.footer-newsletter__legal a {
  color: #085D84;
  font-weight: 700;
  text-decoration: none;
}
.footer-newsletter__legal a:hover, .footer-newsletter__legal a:focus-visible {
  text-decoration: underline;
}
.footer-newsletter.is-expanded .footer-newsletter__legal {
  display: block;
}
.footer-newsletter__fallback {
  font-size: 0.9375rem;
  color: #3A352A;
}
.footer-main {
  background-color: #2D7595;
  color: #FFFFFF;
  padding: 1.5rem 0 0;
}
.footer-main__container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin: 0 auto;
  padding: 0 27px;
}
@media (min-width: 1024px) {
  .footer-main__container {
    padding: 0 24px;
  }
}
.footer-nav--mobile {
  display: flex;
  flex-direction: column;
  padding-bottom: 1.25rem;
}
.footer-nav__accordion {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.footer-nav__accordion-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 0;
  background: transparent;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  text-align: left;
}
.footer-nav__accordion-trigger:hover, .footer-nav__accordion-trigger.is-open {
  color: #F58A00;
}
.footer-nav__accordion-title {
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}
.footer-nav__accordion-icon {
  transition: transform 0.2s ease;
  opacity: 0.7;
  flex-shrink: 0;
}
.footer-nav__accordion-icon.rotate-180 {
  transform: rotate(180deg);
}
.footer-nav__list {
  list-style: none;
  margin: 0;
  padding: 0 0 1rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.footer-nav__item {
  margin: 0;
  padding: 0;
}
.footer-nav__link {
  color: #FFFFFF !important;
  font-size: 0.875rem;
  line-height: 1.4;
  display: inline-block;
  padding: 0.25rem 0;
}
.footer-nav__link:hover {
  color: #F58A00 !important;
}
.footer-nav__divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  margin: 0.5rem 0;
}
.footer-grid {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (min-width: 1024px) {
  .footer-grid {
    flex-direction: row;
    gap: 0;
  }
}
.footer-grid__destinations {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem 1rem;
}
@media (min-width: 640px) {
  .footer-grid__destinations {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1024px) {
  .footer-grid__destinations {
    flex: 1.2;
    gap: 1rem 1rem;
  }
}
.footer-grid__divider {
  display: none;
}
@media (min-width: 1024px) {
  .footer-grid__divider {
    display: block;
    width: 1px;
    background: rgba(255, 255, 255, 0.2);
    margin: 0 1.5rem;
    align-self: stretch;
  }
}
.footer-grid__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem 1rem;
}
@media (min-width: 640px) {
  .footer-grid__content {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .footer-grid__content {
    flex: 1;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem 1.5rem;
  }
}
.footer-heading {
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  color: #FFFFFF;
  margin: 0 0 0.46875rem 0;
  line-height: 0.875rem;
}
.footer-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.footer-nav-list li {
  margin: 0;
  padding: 0;
}
.footer-nav-list a {
  color: #FFFFFF !important;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: color 0.2s ease;
  display: inline-block;
}
.footer-nav-list a:hover {
  color: #F58A00 !important;
}
.footer-col--nav {
  min-width: 0;
}
.footer-bottom {
  background-color: #2D7595;
  padding: 1rem 0 1.25rem;
}
.footer-bottom__container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin: 0 auto;
  padding: 0 27px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.5rem;
}
@media (min-width: 1024px) {
  .footer-bottom__container {
    padding: 0 24px;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    gap: 1rem 1.5rem;
  }
}
.footer-bottom__logo {
  flex-shrink: 0;
}
.footer-bottom__logo img,
.footer-bottom__logo .footer-brand-logo {
  max-height: 3rem;
  width: auto;
  filter: brightness(0) invert(1);
}
.footer-bottom__links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
@media (min-width: 1024px) {
  .footer-bottom__links {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.5rem 1.25rem;
  }
}
.footer-bottom__link {
  color: #FFFFFF !important;
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  text-decoration: none;
}
.footer-bottom__link:hover {
  color: #F58A00 !important;
}
.footer-bottom__social {
  flex-shrink: 0;
}
.footer-bottom__copyright {
  width: 100%;
  text-align: center;
  font-style: italic;
}
.footer-bottom__copyright p {
  font-size: 0.75rem;
  color: #FFFFFF;
  margin: 0;
  line-height: 1.5;
}
.footer-social-icons {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.footer-social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  background: transparent;
  color: #FFFFFF;
  transition: all 0.2s ease;
}
.footer-social-icons a:hover {
  background: #FFFFFF;
  color: #2D7595;
}
.footer-social-icons a svg {
  width: 1.125rem;
  height: 1.125rem;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
[x-cloak] {
  display: none !important;
}
/**
 * Hero Section Styles (LEGACY)
 * 
 * Entry hero/header styling for page and post headers.
 * Handles background images, overlays, content positioning, and curves.
 *
 * ⚠️ DEPRECATION NOTICE:
 * ──────────────────────────────────────────────────────────────────────────────
 * This file styles the LEGACY PHP template hero (template-parts/hero.php).
 * New pages should use the SWAYZE Hero Block (blocks/hero/) which has its own
 * styles in blocks/hero/build/block.scss.
 *
 * Still used by:
 * - template-parts/search-page.php (get_template_part 'template-parts/hero')
 * - template-parts/content-archive.php
 * - archive_template.php
 * - index.php
 *
 * TODO: Migrate these templates to use the Hero block, then delete this file.
 * ──────────────────────────────────────────────────────────────────────────────
 *
 * @package ASEPress
 * @since 1.0.0
 * 
 * Table of Contents:
 * ──────────────────────────────────────────────────────────────────────────────
 * 1. BASE HERO STRUCTURE
 *    1.1 Container Layout
 *    1.2 Background Image
 *    1.3 Overlay Layer
 *    1.4 Content Area
 *    1.5 Bottom Curve
 * 2. INTERIOR PAGE HEROES
 *    2.1 Reduced Height
 *    2.2 Image Constraints
 *    2.3 Title Sizing
 * 3. BACKGROUND TYPE VARIATIONS
 *    3.1 Video Backgrounds
 *    3.2 Blur Effect
 *    3.3 Color/Gradient Backgrounds
 * ──────────────────────────────────────────────────────────────────────────────
 */
div#page > div#content > header{
  position: relative;
  margin-bottom: 3rem;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-rows: repeat(1, minmax(0, 1fr));
  z-index: 1;
  min-height: 615px;
}
div#page > div#content > header > img, div#page > div#content > header > picture{
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 25%;
     object-position: 50% 25%;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-row-end: 1;
}
div#page > div#content > header > img img, div#page > div#content > header > picture img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 25%;
     object-position: 50% 25%;
  max-width: inherit;
}
div#page > div#content > header > .overlay{
  width: 100%;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-row-end: 1;
  z-index: 9;
}
div#page > div#content > header .entry-hero-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    position: relative;
    z-index: 10;
    padding-left: 1rem;
    padding-right: 1rem;
}
@media (min-width: 768px){
  div#page > div#content > header .entry-hero-content{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1024px){
  div#page > div#content > header .entry-hero-content{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1280px){
  div#page > div#content > header .entry-hero-content{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
div#page > div#content > header .entry-hero-content {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
  width: 100%;
}
div#page > div#content > header > svg.curve{
  position: relative;
  top: 1px;
  align-self: flex-end;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-row-end: 1;
  z-index: 99;
}
body:not(.home) div#page > div#content > header{
  min-height: 45vh;
}
@media (min-width: 1024px) and (max-height: 1024px) {
  body:not(.home) div#page > div#content > header{
    min-height: 450px;
  }
}
body:not(.home) div#page > div#content > header > img, body:not(.home) div#page > div#content > header > picture{
  height: 50vh;
  max-height: 50vh;
  min-height: 350px;
  overflow: hidden;
}
@media (min-width: 1024px) and (max-height: 1024px) {
  body:not(.home) div#page > div#content > header > img, body:not(.home) div#page > div#content > header > picture{
    height: 550px;
    min-height: 450px;
  }
}
body:not(.home) div#page > div#content > header > .entry-title{
  font-size: 2.7rem;
}
@media (min-width: 768px){
  body:not(.home) div#page > div#content > header > .entry-title{
    font-size: 4.5rem;
    line-height: 1;
  }
}
.entry-hero__video{
  position: absolute;
  inset: 0px;
  overflow: hidden;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-row-end: 1;
  container-type: size;
  z-index: 0;
}
.entry-hero__video video,
.entry-hero__video iframe{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.entry-hero__video iframe {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: max(100vw, 177.7778vh);
  height: max(100vh, 56.25vw);
  transform: translate(-50%, -50%);
}
@supports (width: 100cqw) {
  .entry-hero__video iframe {
    width: max(100cqw, 177.7778cqh);
    height: max(100cqh, 56.25cqw);
  }
}
.entry-hero__video-poster{
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.entry-hero__image-wrapper{
  position: absolute;
  inset: 0px;
  overflow: hidden;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-row-end: 1;
  z-index: 0;
}
.entry-hero__image-wrapper img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.entry-hero__image-wrapper--blur img, .entry-hero--blur .entry-hero__image-wrapper img {
  filter: blur(8px);
  transform: scale(1.05);
}
/**
 * ASE Mega Menu Styles
 * 
 * A comprehensive navigation system with desktop mega panels and mobile drawer.
 *
 * ARCHITECTURE NOTE:
 * ──────────────────────────────────────────────────────────────────────────────
 * These styles are INTENTIONALLY in the main SCSS bundle (not block SCSS) because:
 * 1. The mega menu appears in the header on EVERY page
 * 2. Menu HTML is generated by ASE_Walker_Mega_Menu_Desktop (PHP), not the block
 * 3. The block's SCSS only contains editor preview + container styles
 * 4. Moving to block SCSS would NOT reduce page load CSS (always loads anyway)
 * ──────────────────────────────────────────────────────────────────────────────
 *
 * @package ASEPress
 * @since 1.0.0
 * 
 * Table of Contents:
 * ──────────────────────────────────────────────────────────────────────────────
 * 1. CONFIGURATION
 *    1.1 Design Tokens
 *    1.2 Timing & Animation
 *    1.3 Layout
 *    1.4 Mobile Theme
 * 
 * 2. DESKTOP NAVIGATION
 *    2.1 Base Structure
 *    2.2 Menu Items
 *    2.3 Panel Foundation
 * 
 * 3. PANEL VARIANTS
 *    3.1 Destination Panel
 *    3.2 Experience Panel
 *    3.3 Links with Image Panel
 *    3.4 Choose Your Adventure Panel
 *    3.5 Simple Dropdown
 *    3.6 Simple Template Panel
 * 
 * 4. SHARED COMPONENTS
 *    4.1 Featured Card
 *    4.2 Region Lists
 *    4.3 Link Columns
 * 
 * 5. MOBILE NAVIGATION
 *    5.1 Drawer Structure
 *    5.2 Header Section
 *    5.3 Navigation List
 *    5.4 Footer & CTA
 *    5.5 Hamburger Trigger
 * 
 * 6. ANIMATIONS & TRANSITIONS
 *    6.1 Fade Effects
 *    6.2 Slide Effects
 *    6.3 Alpine.js Transitions
 * 
 * 7. RESPONSIVE & UTILITIES
 *    7.1 Breakpoint Overrides
 *    7.2 State Utilities
 * ──────────────────────────────────────────────────────────────────────────────
 */
.mega-menu-wrapper{
  position: relative;
}
.mega-menu-nav{
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.mega-menu-desktop{
  position: relative;
}
.mega-menu-item{
  position: relative;
}
.mega-menu-item > a,
.mega-menu-item > button{
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.mega-menu-item > a:hover,
.mega-menu-item > button:hover{
  --tw-text-opacity: 1;
  color: rgb(110 140 128 / var(--tw-text-opacity, 1));
}
.mega-menu-item > a:focus,
.mega-menu-item > button:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.mega-menu-item > a:focus-visible,
.mega-menu-item > button:focus-visible{
  --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);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(110 140 128 / var(--tw-ring-opacity, 1));
}
.mega-menu-item > a.is-active, .mega-menu-item > a[aria-expanded=true],
.mega-menu-item > button.is-active,
.mega-menu-item > button[aria-expanded=true]{
  --tw-text-opacity: 1;
  color: rgb(110 140 128 / var(--tw-text-opacity, 1));
}
.mega-menu-desktop__panel {
  position: fixed;
  left: 0;
  right: 0;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  background: white;
  box-shadow: 0 4px 12px rgba(58, 53, 42, 0.12);
  border-radius: 0 0 12px 12px;
  z-index: 100;
}
.mega-menu-desktop__panel-inner {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.mega-menu-desktop__list{
  display: flex;
  align-items: center;
}
.mega-menu-desktop__list > li:nth-child(2) {
  margin-left: auto;
}
.mega-menu-desktop__item{
  position: relative;
}
.mega-menu-desktop__item--top-level{
  margin-left: 0px;
  margin-right: 0px;
}
.mega-menu-desktop__item.is-active > .mega-menu-desktop__link--top-level {
  color: #085D84;
}
.mega-menu-desktop__link{
  text-decoration-line: none;
  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: 200ms;
}
.mega-menu-desktop__link--top-level{
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: "Proxima Nova", "proxima-nova", system-ui, sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #3A352A;
}
.mega-menu-desktop__link--top-level:hover {
  color: #085D84;
}
.mega-menu-desktop__item--has-mega > .mega-menu-desktop__submenu {
  display: none !important;
}
.mega-menu-desktop__indicator {
  display: inline-block;
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid currentColor;
  vertical-align: middle;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.is-active .mega-menu-desktop__indicator {
  transform: rotate(180deg);
}
.mega-panel__heading {
  font-family: "Proxima Nova", "proxima-nova", system-ui, sans-serif;
  font-weight: 300;
  font-size: 28px;
  line-height: 1.2;
  color: #3A352A;
  margin: 0 0 16px 0;
  padding: 0;
}
.mega-panel-destination{
  width: 100%;
  padding: 24px 32px 28px;
  max-height: calc(100dvh - var(--header-height-desktop, 149px) - 24px);
  overflow-y: auto;
}
.mega-panel-destination__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(380px, 35vw, 560px);
  gap: 24px;
  align-items: start;
}
.mega-panel-destination__grid{
  min-width: 0px;
  flex: 1 1 0%;
}
.mega-panel-destination__row{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0px;
}
.mega-panel-destination__row .mega-panel-destination__column{
  position: relative;
  padding: 0 16px;
}
.mega-panel-destination__row .mega-panel-destination__column:first-child {
  padding-left: 0;
}
.mega-panel-destination__row .mega-panel-destination__column:last-child {
  padding-right: 0;
}
.mega-panel-destination__row .mega-panel-destination__column:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1px;
  height: 100%;
  background-color: #D9C79F;
}
.mega-panel-destination__row + .mega-panel-destination__row {
  margin-top: 12px;
  padding-top: 8px;
}
.mega-panel-destination__region-title {
  font-family: "Proxima Nova", "proxima-nova", system-ui, sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #085D84;
  margin: 0 0 6px 0;
  line-height: 1.4;
}
.mega-panel-destination__region-title a {
  color: inherit;
  text-decoration: none;
}
.mega-panel-destination__region-title a:hover {
  text-decoration: underline;
}
.mega-panel-destination__links{
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}
.mega-panel-destination__link {
  font-family: "Proxima Nova", "proxima-nova", system-ui, sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #3A352A;
  text-decoration: none;
  display: block;
  padding: 0;
  line-height: 1.1;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.mega-panel-destination__link:hover {
  color: #085D84;
}
.mega-panel-destination__featured{
  flex-shrink: 0;
  width: 100%;
}
.mega-panel-destination__carousel{
  width: 100%;
}
.mega-panel-destination__carousel .splide__track{
  overflow: hidden;
  border-radius: 0.5rem;
}
.mega-panel-destination__carousel .splide__pagination{
  display: flex;
  justify-content: center;
  gap: 0.25rem;
  margin-top: 12px;
  padding: 0;
}
.mega-panel-destination__carousel .splide__pagination li {
  margin: 0;
  padding: 0;
}
.mega-panel-destination__carousel .splide__pagination__page {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #D9C79F;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background 200ms ease-out, transform 200ms ease-out;
}
.mega-panel-destination__carousel .splide__pagination__page.is-active {
  background: #085D84;
  transform: scale(1.25);
}
.mega-panel-destination__carousel .splide__pagination__page:hover:not(.is-active) {
  background: #B8A97D;
}
.mega-panel-destination__carousel .splide__arrows{
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  padding-top: 62.5%;
  pointer-events: none;
}
.mega-panel-destination__carousel .splide__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #085D84;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  transition: background 200ms ease-out, color 200ms ease-out, opacity 200ms ease-out;
  pointer-events: auto;
  padding: 0;
  z-index: 2;
}
.mega-panel-destination__carousel .splide__arrow:hover {
  background: #fff;
  color: #053B54;
}
.mega-panel-destination__carousel .splide__arrow svg {
  width: 10px;
  height: 10px;
  fill: currentColor;
}
.mega-panel-destination__carousel .splide__arrow--prev {
  left: 6px;
  transform: translateY(-50%) scaleX(-1);
}
.mega-panel-destination__carousel .splide__arrow--next {
  right: 6px;
}
.mega-panel-destination__featured-image{
  overflow: hidden;
  border-radius: 0.5rem;
  margin-bottom: 16px;
}
.mega-panel-destination__featured-image a{
  display: block;
}
.mega-panel-destination__featured-image img{
  display: block;
  height: auto;
  width: 100%;
  aspect-ratio: 609/422;
  -o-object-fit: cover;
     object-fit: cover;
}
.mega-panel-destination__featured-title {
  font-family: "Proxima Nova", "proxima-nova", system-ui, sans-serif;
  font-weight: 300;
  font-size: 36px;
  color: #3A352A;
  margin: 16px 0 0;
  line-height: 1.2;
}
.mega-panel-destination__featured-title a {
  color: inherit;
  text-decoration: none;
}
.mega-panel-destination__featured-title a:hover {
  color: #085D84;
}
.mega-panel-destination__cta{
  margin-top: 1.5rem;
  padding-top: 1rem;
  text-align: center;
}
.mega-panel-destination__empty{
  padding-top: 2rem;
  padding-bottom: 2rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
@media (max-width: 1279px) {
  .mega-panel-destination__layout {
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 20px;
  }
}
.mega-mini-card{
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.mega-mini-card__link{
  display: block;
  text-decoration-line: none;
  color: inherit;
}
.mega-mini-card__link:hover .mega-mini-card__img {
  transform: scale(1.05);
}
.mega-mini-card__link:hover .mega-mini-card__title {
  color: #085D84;
}
.mega-mini-card__image{
  display: block;
  overflow: hidden;
  border-radius: 0.5rem;
}
.mega-mini-card__img{
  display: block;
  height: auto;
  width: 100%;
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 500ms ease-out;
}
.mega-mini-card__placeholder{
  display: block;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  aspect-ratio: 16/10;
}
.mega-mini-card__content {
  padding: 12px 0 4px;
}
.mega-mini-card__title {
  font-family: "Proxima Nova", "proxima-nova", system-ui, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  color: #3A352A;
  margin: 0 0 6px 0;
}
@media screen and (min-width: 1920px) {
  .mega-mini-card__title {
    font-size: 20px;
  }
}
.mega-mini-card__meta{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}
.mega-mini-card__months {
  font-family: "Proxima Nova", "proxima-nova", system-ui, sans-serif;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.5px;
  color: #6B6456;
  line-height: 1.4;
}
.mega-mini-card__duration {
  font-family: "Proxima Nova", "proxima-nova", system-ui, sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #6B6456;
}
.mega-mini-card__rating{
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-family: "Proxima Nova", "proxima-nova", system-ui, sans-serif;
  font-size: 13px;
  color: #3A352A;
}
.mega-mini-card__star {
  color: #F58A00;
  font-size: 14px;
}
.mega-mini-card__rating-max {
  color: #999;
  font-weight: 400;
}
.mega-panel-experience{
  width: 100%;
  padding: 40px 48px 48px;
}
.mega-panel-experience__cards{
  display: grid;
  gap: 0px;
  grid-template-columns: repeat(5, 1fr);
}
.mega-panel-experience__cards--count-1 {
  grid-template-columns: 1fr;
  max-width: 300px;
}
.mega-panel-experience__cards--count-2 {
  grid-template-columns: repeat(2, 1fr);
  max-width: 600px;
}
.mega-panel-experience__cards--count-3 {
  grid-template-columns: repeat(3, 1fr);
}
.mega-panel-experience__cards--count-4 {
  grid-template-columns: repeat(4, 1fr);
}
.mega-panel-experience__cards--count-5 {
  grid-template-columns: repeat(5, 1fr);
}
.mega-panel-experience__card{
  position: relative;
  display: block;
  color: inherit;
  text-decoration: none;
  padding: 0 20px;
  transition: color 150ms ease-out;
}
.mega-panel-experience__card:first-child {
  padding-left: 20px;
}
.mega-panel-experience__card:last-child {
  padding-right: 20px;
}
.mega-panel-experience__card:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1px;
  height: 100%;
  background-color: #D9C79F;
}
.mega-panel-experience__card:hover, .mega-panel-experience__card:focus-visible {
  color: inherit;
  text-decoration: none;
}
.mega-panel-experience__card:hover .mega-panel-experience__card-title, .mega-panel-experience__card:focus-visible .mega-panel-experience__card-title {
  color: rgb(5.0857142857, 59.1214285714, 83.9142857143);
}
.mega-panel-experience__card:hover .mega-panel-experience__card-img, .mega-panel-experience__card:focus-visible .mega-panel-experience__card-img {
  transform: scale(1.035);
}
.mega-panel-experience a.mega-panel-experience__card {
  cursor: pointer;
}
.mega-panel-experience__card-image{
  margin-bottom: 1rem;
  display: block;
  overflow: hidden;
  border-radius: 0.125rem;
  position: relative;
  width: 100%;
  aspect-ratio: 16/10;
  background-color: #F0EADF;
}
.mega-panel-experience__card-image a {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.mega-panel-experience__card-image img {
  position: absolute;
  inset: 0;
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 200ms ease-out;
}
.mega-panel-experience__card-placeholder {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.mega-panel-experience__card-title {
  font-family: "Proxima Nova", "proxima-nova", system-ui, sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #085D84;
  margin: 0 0 8px 0;
  line-height: 1.4;
  transition: color 150ms ease-out;
}
.mega-panel-experience__card-desc {
  font-family: "Proxima Nova", "proxima-nova", system-ui, sans-serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 1px;
  color: #3A352A;
  line-height: 1.4;
  margin: 0;
}
.mega-panel-experience__cta{
  margin-top: 2rem;
  padding-top: 1.5rem;
  text-align: center;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.mega-panel-links-image{
  width: 100%;
  padding: 40px 48px 48px;
}
.mega-panel-links-image__layout{
  display: flex;
  align-items: flex-start;
  gap: 2.5rem;
}
.mega-panel-links-image__media{
  flex-shrink: 0;
  width: 420px;
}
@media screen and (min-width: 1920px) {
  .mega-panel-links-image__media {
    width: 520px;
  }
}
@media screen and (min-width: 2400px) {
  .mega-panel-links-image__media {
    width: 620px;
  }
}
.mega-panel-links-image__media-link{
  display: block;
}
.mega-panel-links-image__image{
  display: block;
  height: auto;
  width: 100%;
  border-radius: 0.5rem;
  aspect-ratio: 495/342;
  -o-object-fit: cover;
     object-fit: cover;
}
.mega-panel-links-image__content{
  min-width: 0px;
  flex: 1 1 0%;
  padding-top: 8px;
}
.mega-panel-links-image__links{
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}
.mega-panel-links-image__link-item{
  margin: 0px;
}
.mega-panel-links-image__link-item:not(:last-child) {
  border-bottom: 1px solid #D9C79F;
}
.mega-panel-links-image__link {
  font-family: "Proxima Nova", "proxima-nova", system-ui, sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #085D84;
  text-decoration: none;
  display: block;
  padding: 16px 0;
  line-height: 1.4;
  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;
}
.mega-panel-links-image__link:hover {
  color: rgb(5.0857142857, 59.1214285714, 83.9142857143);
  text-decoration: underline;
}
.mega-panel-links-image__cta{
  margin-top: 1.5rem;
}
.mega-panel-cya{
  width: 100%;
  padding: 2.5rem 3rem 3rem;
}
.mega-panel-cya__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2rem;
  align-items: start;
}
@media (min-width: 1280px) {
  .mega-panel-cya__layout {
    grid-template-columns: minmax(0, 1fr) minmax(13.75rem, 17.5rem);
    gap: 3rem;
  }
}
@media screen and (min-width: 1920px) {
  .mega-panel-cya__layout {
    grid-template-columns: minmax(0, 1fr) minmax(17.5rem, 20rem);
  }
}
@media screen and (min-width: 2400px) {
  .mega-panel-cya__layout {
    grid-template-columns: minmax(0, 1fr) minmax(20rem, 23.75rem);
  }
}
.mega-panel-cya__columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  min-width: 0;
}
@media (min-width: 768px) {
  .mega-panel-cya__columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .mega-panel-cya__columns {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 1.5rem;
  }
}
@media (min-width: 768px) {
  .mega-panel-cya__columns[data-count="1"] {
    grid-template-columns: minmax(0, 22rem);
  }
}
@media (min-width: 1024px) {
  .mega-panel-cya__columns[data-count="2"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .mega-panel-cya__columns[data-count="3"] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.mega-panel-cya__column {
  position: relative;
  min-width: 0;
}
@media (min-width: 1024px) {
  .mega-panel-cya__column {
    padding: 0 1.25rem;
  }
  .mega-panel-cya__column::before {
    content: "";
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #D9C79F;
  }
  .mega-panel-cya__columns > .mega-panel-cya__column:not(:nth-child(4n+1))::before {
    display: block;
  }
  .mega-panel-cya__columns[data-count="2"] > .mega-panel-cya__column:not(:nth-child(2n+1))::before, .mega-panel-cya__columns[data-count="3"] > .mega-panel-cya__column:not(:nth-child(3n+1))::before {
    display: block;
  }
  .mega-panel-cya__columns[data-count="1"] > .mega-panel-cya__column::before, .mega-panel-cya__columns[data-count="2"] > .mega-panel-cya__column:nth-child(2n+1)::before, .mega-panel-cya__columns[data-count="3"] > .mega-panel-cya__column:nth-child(3n+1)::before {
    display: none;
  }
}
.mega-panel-cya__column-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 0;
  color: #085D84;
  text-decoration: none;
  transition: color 150ms ease-out, transform 150ms ease-out;
}
.mega-panel-cya__column-card:hover, .mega-panel-cya__column-card:focus-visible {
  color: rgb(5.0857142857, 59.1214285714, 83.9142857143);
  text-decoration: none;
}
.mega-panel-cya__column-card:focus-visible {
  outline: 2px solid #085D84;
  outline-offset: 4px;
}
.mega-panel-cya__column-media {
  display: block;
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/10;
  background-color: #F0EADF;
  border-radius: 0.25rem;
  width: 100%;
  min-height: 0;
}
.mega-panel-cya__column-image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 200ms ease-out;
}
.mega-panel-cya__column-card:hover .mega-panel-cya__column-image, .mega-panel-cya__column-card:focus-visible .mega-panel-cya__column-image {
  transform: scale(1.035);
}
.mega-panel-cya__column-card--no-image {
  justify-content: center;
  min-height: 8.5rem;
  padding: 1rem;
  border: 1px solid #D9C79F;
  border-radius: 0.25rem;
  background-color: rgba(240, 234, 223, 0.55);
}
.mega-panel-cya__column-card--no-image:hover, .mega-panel-cya__column-card--no-image:focus-visible {
  background-color: #F0EADF;
}
.mega-panel-cya__column-title {
  font-family: "Proxima Nova", "proxima-nova", system-ui, sans-serif;
  display: block;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: currentColor;
  margin: 0;
}
.mega-panel-cya__column-card--has-image .mega-panel-cya__column-title {
  padding-top: 0.875rem;
}
.mega-panel-cya__column-card:hover .mega-panel-cya__column-title, .mega-panel-cya__column-card:focus-visible .mega-panel-cya__column-title {
  text-decoration: underline;
}
.mega-panel-cya__column-desc {
  font-family: "Proxima Nova", "proxima-nova", system-ui, sans-serif;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #6B6456;
  margin: 0.75rem 0 1rem;
}
.mega-panel-cya__column-links {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}
.mega-panel-cya__column-link-item {
  margin: 0;
}
.mega-panel-cya__column-link-item:not(:last-child) {
  border-bottom: 1px solid #E8E2D5;
}
.mega-panel-cya__column-link {
  display: block;
  padding: 0.625rem 0;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.35;
  color: #085D84;
  text-decoration: none;
  transition: color 150ms ease-out;
}
.mega-panel-cya__column-link:hover, .mega-panel-cya__column-link:focus-visible {
  color: rgb(4.5028571429, 52.3457142857, 74.2971428571);
  text-decoration: underline;
}
.mega-panel-cya__fallback-media {
  overflow: hidden;
  border-radius: 0.25rem;
  background-color: #F0EADF;
}
.mega-panel-cya__fallback-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.mega-panel-cya__trending {
  min-width: 0;
}
.mega-panel-cya__trending-title {
  font-family: "Proxima Nova", "proxima-nova", system-ui, sans-serif;
  font-weight: 800;
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #3A352A;
  padding: 0.625rem 0;
  margin: 0;
  border-top: 1px solid #D9C79F;
  border-bottom: 1px solid #D9C79F;
}
.mega-panel-cya__trending-links{
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}
.mega-panel-cya__trending-item {
  margin: 0;
}
.mega-panel-cya__trending-item:not(:last-child) {
  border-bottom: 1px solid #E8E2D5;
}
.mega-panel-cya__trending-link {
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 0.9375rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #085D84;
  text-decoration: none;
  display: block;
  padding: 0.75rem 0;
  line-height: 1.4;
  transition: color 150ms ease-out;
}
.mega-panel-cya__trending-link:hover {
  color: rgb(4.5028571429, 52.3457142857, 74.2971428571);
  text-decoration: underline;
}
.mega-panel-cya__cta{
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid #E8E2D5;
}
.mega-panel--simple{
  width: auto;
  min-width: 220px;
  padding: 0.5rem;
}
.mega-panel--simple .simple-list > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.mega-panel--simple .simple-list__item a{
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-radius: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.mega-panel--simple .simple-list__item a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(110 140 128 / var(--tw-text-opacity, 1));
}
.mega-panel--simple .simple-list__item a{
  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;
}
.mega-panel--simple .simple-list__item a .item-icon{
  height: 1.25rem;
  width: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.mega-panel--simple .simple-list__item a:hover .item-icon{
  --tw-text-opacity: 1;
  color: rgb(110 140 128 / var(--tw-text-opacity, 1));
}
.mega-panel--simple .simple-list__divider{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.mega-panel-simple{
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.mega-panel-simple__grid{
  display: grid;
  gap: 2rem;
}
.mega-panel-simple__grid--cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.mega-panel-simple__grid--cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.mega-panel-simple__grid--cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.mega-panel-simple__column{
  min-width: 0px;
}
.mega-panel-simple__group{
  margin-bottom: 1.5rem;
}
.mega-panel-simple__group-title{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  margin-bottom: 0.75rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.mega-panel-simple__group-link{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.mega-panel-simple__group-link:hover{
  --tw-text-opacity: 1;
  color: rgb(110 140 128 / var(--tw-text-opacity, 1));
}
.mega-panel-simple__group-link{
  text-decoration-line: none;
  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;
}
.mega-panel-simple__sublinks{
  margin: 0px;
  list-style-type: none;
}
.mega-panel-simple__sublinks > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.mega-panel-simple__sublinks{
  padding: 0px;
}
.mega-panel-simple__sublink-item{
  margin: 0px;
}
.mega-panel-simple__sublink{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.mega-panel-simple__sublink:hover{
  --tw-text-opacity: 1;
  color: rgb(110 140 128 / var(--tw-text-opacity, 1));
}
.mega-panel-simple__sublink{
  text-decoration-line: none;
  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;
}
.mega-panel-simple__link{
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.mega-panel-simple__link:hover{
  --tw-text-opacity: 1;
  color: rgb(110 140 128 / var(--tw-text-opacity, 1));
}
.mega-panel-simple__link{
  text-decoration-line: none;
  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;
}
.mega-panel-simple__link-desc{
  margin-top: 0.25rem;
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.mega-panel-simple__cta{
  margin-top: 2rem;
  padding-top: 1.5rem;
  text-align: center;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.mega-featured-card{
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 0.75rem;
  aspect-ratio: 4/5;
}
.mega-featured-card__image{
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
.mega-featured-card__overlay{
  position: absolute;
  inset: 0px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 50%, transparent 100%);
}
.mega-featured-card__content{
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.mega-featured-card__label{
  margin-bottom: 0.75rem;
  display: inline-block;
  border-radius: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  background-color: rgb(255 255 255 / 0.2);
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.mega-featured-card__title{
  margin-bottom: 0.25rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}
.mega-featured-card__subtitle{
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(255 255 255 / 0.8);
}
.mega-featured-card__cta{
  margin-top: 0.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.mega-featured-card__cta:hover{
  color: rgb(255 255 255 / 0.9);
}
.mega-featured-card__cta svg{
  height: 1rem;
  width: 1rem;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.mega-featured-card:hover .mega-featured-card__image{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.mega-featured-card:hover .mega-featured-card__cta svg{
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.mobile-featured-card{
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mega-menu-mobile-drawer{
  position: fixed;
  inset: 0px;
  z-index: 1060;
}
.mega-menu-mobile-drawer__backdrop{
  position: absolute;
  inset: 0px;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: rgba(0, 0, 0, 0.5);
  transition-duration: 300ms;
}
.mega-menu-mobile-drawer__panel{
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  display: flex;
  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));
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --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;
  max-width: 100vw;
}
@media (min-width: 640px) {
  .mega-menu-mobile-drawer__panel {
    max-width: 28rem;
  }
}
.mega-menu-mobile-drawer__nav{
  flex: 1 1 0%;
  overflow-y: auto;
  padding: 8px 24px 16px;
}
.mega-menu-mobile-drawer__header {
  background-color: #FFFFFF;
  flex-shrink: 0;
}
.mega-menu-mobile-drawer__header-inner{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.5rem 0.875rem;
  min-height: 5rem;
}
.mega-menu-mobile-drawer__close{
  position: absolute;
  left: 1rem;
  top: 1rem;
  padding: 0px;
  cursor: pointer;
  border-width: 0px;
  background-color: transparent;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.mega-menu-mobile-drawer__close:hover{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-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;
}
.mega-menu-mobile-drawer__close svg{
  display: block;
  height: 1.5rem;
  width: 1.5rem;
}
.mega-menu-mobile-drawer__logo{
  display: flex;
  align-items: center;
  justify-content: center;
}
.mega-menu-mobile-drawer__logo img,
.mega-menu-mobile-drawer__logo .custom-logo{
  width: auto;
  max-height: 3rem;
}
.mega-menu-mobile-drawer__logo .custom-logo-link{
  display: block;
}
.mega-menu-mobile-drawer__logo-wrap{
  display: block;
}
.mega-menu-mobile-drawer__logo-wrap img{
  width: auto;
  max-height: 3rem;
}
.mega-menu-mobile-drawer__logo-text{
  font-size: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}
.mega-menu-mobile__list{
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}
.mega-menu-mobile__item {
  margin: 0;
}
.mega-menu-mobile__item--level-0 {
  margin-bottom: 4px;
}
.mega-menu-mobile__item:last-child {
  margin-bottom: 0;
}
.mega-menu-mobile__link{
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  cursor: pointer;
  border-width: 0px;
  background-color: transparent;
  text-align: left;
  padding: 0.75rem 0;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 1.0625rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.3;
  text-transform: none;
  text-decoration: none;
  color: #3A352A;
  transition-duration: 200ms;
}
.mega-menu-mobile__link:hover {
  background-color: rgba(240, 234, 223, 0.35);
}
.mega-menu-mobile__link-text{
  flex: 1 1 0%;
}
.mega-menu-mobile__arrow{
  margin-left: 0.75rem;
  height: 0.625rem;
  width: 0.875rem;
  flex-shrink: 0;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  color: #3A352A;
}
.mega-menu-mobile__arrow.is-expanded{
  --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));
}
.footer-nav__accordion-icon.mega-menu-mobile__arrow.is-expanded {
  transform: rotate(180deg);
}
.mega-menu-mobile__submenu{
  margin: 0px;
  list-style-type: none;
  padding: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.mega-menu-mobile__submenu > li.menu-item {
  margin-bottom: 0;
}
.mega-menu-mobile__submenu--level-1 {
  margin: 0 0 8px;
  padding: 4px 0 8px;
}
.mega-menu-mobile__sublink{
  display: block;
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0.5rem 0 0.5rem 1rem;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.35;
  text-transform: none;
  color: #3A352A;
  transition-duration: 200ms;
}
.mega-menu-mobile__sublink:hover {
  color: #3A352A;
  background-color: rgba(240, 234, 223, 0.35);
}
.mega-menu-mobile__sublink--has-children{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  cursor: pointer;
  border-width: 0px;
  background-color: transparent;
  text-align: left;
  padding: 0.5rem 0 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.35;
  text-transform: none;
  color: #3A352A;
}
.mega-menu-mobile__sublink--has-children .mega-menu-mobile__link-text{
  flex: 1 1 0%;
}
.mega-menu-mobile__submenu--level-2 .mega-menu-mobile__sublink {
  padding-left: 1.75rem;
  font-size: 0.9375rem;
  font-weight: 400;
}
.mega-menu-mobile__submenu--level-3 .mega-menu-mobile__sublink {
  padding-left: 2.5rem;
  font-size: 0.875rem;
  font-weight: 400;
}
.mobile-menu{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.mobile-menu-item{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.mobile-menu-item:last-child{
  border-bottom-width: 0px;
}
.mobile-menu-item > a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.mobile-menu-item > a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.mobile-menu-item.has-children > a{
  padding-right: 0.5rem;
}
.mobile-menu-toggle{
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.mobile-menu-toggle:hover{
  --tw-text-opacity: 1;
  color: rgb(110 140 128 / var(--tw-text-opacity, 1));
}
.mobile-menu-toggle{
  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;
}
.mobile-menu-toggle svg{
  height: 1.25rem;
  width: 1.25rem;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.mobile-menu-toggle.is-open svg{
  --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));
}
.footer-nav__accordion-icon.mobile-menu-toggle.is-open svg {
  transform: rotate(180deg);
}
.mobile-submenu{
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
  max-height: 0px;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.mobile-submenu.is-open{
  max-height: 2000px;
  opacity: 1;
}
.mobile-submenu .mobile-submenu-item a{
  display: block;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.mobile-submenu .mobile-submenu-item a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(110 140 128 / var(--tw-text-opacity, 1));
}
.mobile-submenu .mobile-submenu-item a{
  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;
}
.mega-menu-mobile-drawer__featured{
  flex-shrink: 0;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.mega-menu-mobile-drawer__featured-link{
  display: block;
  text-decoration-line: none;
}
.mega-menu-mobile-drawer__featured-image{
  overflow: hidden;
  border-radius: 25px;
}
.mega-menu-mobile-drawer__featured-image img{
  display: block;
  height: auto;
  width: 100%;
  aspect-ratio: 352/244;
  -o-object-fit: cover;
     object-fit: cover;
}
.mega-menu-mobile-drawer__featured-title{
  margin-top: 0.75rem;
  margin-bottom: 0px;
  text-align: center;
  font-family: "Proxima Nova", "proxima-nova", system-ui, sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 1px;
  color: #000;
}
.mega-menu-mobile-drawer__footer{
  flex-shrink: 0;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background: white;
}
.mega-menu-mobile-drawer__cta{
  margin-bottom: 1.25rem;
}
.mega-menu-mobile-drawer__cta-btn{
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 700;
  color: #3A352A;
  padding: 0.875rem 1.75rem;
  border-radius: 9999px;
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 1.175rem;
  background-color: #F58A00;
  transition-duration: 200ms;
}
.mega-menu-mobile-drawer__cta-btn:hover {
  background-color: rgb(204.2, 115.0187755102, 0);
  --tw-translate-y: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --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;
}
.mega-menu-mobile-drawer__icons{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.mega-menu-mobile-drawer__icon-btn{
  cursor: pointer;
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.mega-menu-mobile-drawer__icon-btn:hover{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-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;
}
.mega-menu-mobile-drawer__icon-btn:active{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-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;
}
.mega-menu-mobile-drawer__icon-btn svg{
  display: block;
  height: 3rem;
  width: 3rem;
}
.mobile-nav-trigger{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  width: 2.5rem;
}
@media (min-width: 1024px){
  .mobile-nav-trigger{
    display: none;
  }
}
.mobile-nav-trigger .hamburger-line{
  display: block;
  height: 0.125rem;
  width: 1.5rem;
  background-color: currentColor;
  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: 300ms;
}
.mobile-nav-trigger .hamburger-line:nth-child(1){
  margin-bottom: 0.375rem;
}
.mobile-nav-trigger .hamburger-line:nth-child(3){
  margin-top: 0.375rem;
}
.mobile-nav-trigger.is-open .hamburger-line:nth-child(1){
  --tw-translate-y: 0.5rem;
  --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));
  --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;
}
.mobile-nav-trigger.is-open .hamburger-line:nth-child(2){
  --tw-scale-x: 0;
  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));
  opacity: 0;
}
.mobile-nav-trigger.is-open .hamburger-line:nth-child(3){
  --tw-translate-y: -0.5rem;
  --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));
  transform: translateY(-0.5rem);
  --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;
}
.mega-fade-enter {
  animation: megaFadeIn 200ms ease-out forwards;
}
.mega-fade-leave {
  animation: megaFadeOut 150ms ease-in forwards;
}
@keyframes megaFadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes megaFadeOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(8px);
  }
}
.drawer-slide-enter {
  animation: drawerSlideIn 300ms ease-out forwards;
}
.drawer-slide-leave {
  animation: drawerSlideOut 250ms ease-in forwards;
}
@keyframes drawerSlideIn {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes drawerSlideOut {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.drawer-enter{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-duration: 300ms;
}
.drawer-enter-start{
  opacity: 0;
}
.drawer-enter-start .mega-menu-mobile-drawer__panel{
  --tw-translate-x: -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));
}
.drawer-enter-end{
  opacity: 1;
}
.drawer-enter-end .mega-menu-mobile-drawer__panel{
  --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));
}
.drawer-leave{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  transition-duration: 200ms;
}
.drawer-leave-start{
  opacity: 1;
}
.drawer-leave-start .mega-menu-mobile-drawer__panel{
  --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));
}
.drawer-leave-end{
  opacity: 0;
}
.drawer-leave-end .mega-menu-mobile-drawer__panel{
  --tw-translate-x: -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));
}
@media (min-width: 1024px) {
  .mega-menu-wrapper{
    display: block;
  }
}
@media (max-width: 1023px) {
  .mega-panel{
    display: none;
  }
}
html.mobile-nav-open,
body.mobile-nav-open,
html.mobile-menu-open,
body.mobile-menu-open{
  overflow: hidden;
}
[x-cloak] {
  display: none !important;
}
/**
 * Filter & Sort Components
 * 
 * Archive filtering and sorting controls for listings.
 * Used on trip listings, accommodations, and other archive pages.
 *
 * @package ASEPress
 * @since 1.0.0
 * 
 * Table of Contents:
 * ──────────────────────────────────────────────────────────────────────────────
 * 1. CONTAINER LAYOUT
 * 2. FILTER CONTROLS
 * 3. SORT CONTROLS
 * ──────────────────────────────────────────────────────────────────────────────
 */
.filter-sort {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  width: 100%;
  padding: 0 1.75rem;
}
.filter-sort label {
  font-weight: bold;
}
.filter-sort__filter {
  display: flex;
  align-items: center;
}
.filter-sort__filter label {
  margin-right: 0.5rem;
}
.filter-sort__filter .filter-select {
  padding: 0.5rem 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.25rem;
}
.filter-sort__sort {
  display: flex;
  align-items: center;
}
.filter-sort__sort label {
  margin-right: 0.5rem;
}
.filter-sort__sort .sort-select {
  padding: 0.5rem 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.25rem;
}
/**
 * Off-Canvas Mobile Navigation
 * 
 * Styles for the off-canvas mobile menu (OCS plugin).
 * Handles menu structure, submenu behavior, and mobile-specific layouts.
 *
 * @package ASEPress
 * @since 1.0.0
 * 
 * Table of Contents:
 * ──────────────────────────────────────────────────────────────────────────────
 * 1. CONTAINER STYLING
 * 2. SEARCH FORM
 * 3. NAVIGATION CONTAINER
 *    3.1 Menu/Submenu Base
 *    3.2 Submenu Parent Layout
 * 4. MENU ITEMS
 *    4.1 Base Item Styles
 *    4.2 Arrow Icons
 *    4.3 Top-Level Items
 * 5. SUBMENU BEHAVIOR
 * ──────────────────────────────────────────────────────────────────────────────
 */
#ocs-ocm-mobile {
  background-color: #FFFFFF;
  color: #3A352A;
}
#ocs-ocm-mobile > form.search-form {
  width: -moz-fit-content;
  width: fit-content;
  margin: 2rem 1.5rem 2rem auto;
  box-shadow: 3px 3px 5px lightgray;
}
#ocs-ocm-mobile .menu-main-nav-container {
  margin: 2rem 1.5rem;
}
#ocs-ocm-mobile .menu-main-nav-container ul.sub-menu,
#ocs-ocm-mobile .menu-main-nav-container ul.menu {
  padding: 0;
}
#ocs-ocm-mobile .menu-main-nav-container ul.sub-menu li:has(ul.sub-menu),
#ocs-ocm-mobile .menu-main-nav-container ul.menu li:has(ul.sub-menu) {
  display: grid;
  grid-template-areas: "a b" "c c";
}
#ocs-ocm-mobile .menu-main-nav-container ul.sub-menu li:has(ul.sub-menu) > a,
#ocs-ocm-mobile .menu-main-nav-container ul.menu li:has(ul.sub-menu) > a {
  grid-area: b;
  width: -moz-fit-content;
  width: fit-content;
  justify-self: right;
}
#ocs-ocm-mobile .menu-main-nav-container ul.sub-menu li:has(ul.sub-menu) > ul.sub-menu,
#ocs-ocm-mobile .menu-main-nav-container ul.menu li:has(ul.sub-menu) > ul.sub-menu {
  grid-area: c;
}
#ocs-ocm-mobile .menu-main-nav-container ul.menu li {
  font-size: 1rem;
  font-weight: bold;
  text-align: right;
}
#ocs-ocm-mobile .menu-main-nav-container ul.menu li a {
  color: black;
}
#ocs-ocm-mobile .menu-main-nav-container ul.menu li div.arrow-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.125rem;
}
#ocs-ocm-mobile .menu-main-nav-container ul.menu li div.arrow-container svg {
  width: 25px;
  height: 25px;
}
#ocs-ocm-mobile .menu-main-nav-container ul.menu > li {
  font-size: 1.6rem;
}
#ocs-ocm-mobile .menu-main-nav-container ul.sub-menu {
  display: none;
}
#ocs-ocm-mobile .menu-main-nav-container ul.sub-menu.open {
  display: block;
  margin-top: 0.5rem;
}
/**
 * Modal System Styles
 *
 * Consolidated modal system including base utilities and component styles.
 * Uses Alpine.js for state management.
 *
 * @package ASEPress
 * @since 1.0.0
 * 
 * Table of Contents:
 * ──────────────────────────────────────────────────────────────────────────────
 * 0. GLOBAL UTILITIES
 *    0.1 Alpine.js Cloak (FOUC prevention)
 *    0.2 Body Lock State
 *    0.3 Template Hiding
 *    0.4 Error States
 * 1. MODAL BASE STYLES
 * 2. MODAL HEADER
 * 3. MODAL BODY
 *    3.1 Gravity Forms Integration
 * 4. MODAL FOOTER
 * 5. CONTACT MODAL VARIANT
 * 6. SEARCH MODAL VARIANT
 * 7. FAVORITES MODAL VARIANT
 * 8. TRIGGER BUTTON STYLES
 * ──────────────────────────────────────────────────────────────────────────────
 */
[x-cloak] {
  display: none !important;
}
html.ase-modal-locked,
body.ase-modal-locked {
  overflow: hidden;
}
.ase-modal-template {
  display: none !important;
}
.ase-modal-shell__backdrop {
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(4px) grayscale(1);
}
.ase-modal-shell__panel {
  background-color: #F0EADF;
  border-radius: 0;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.2);
}
.ase-modal-shell__close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border: 1.5px solid rgba(58, 53, 42, 0.82);
  border-radius: 9999px;
  background: transparent;
  color: rgba(58, 53, 42, 0.88);
  cursor: pointer;
  box-shadow: none;
  transition: background-color 200ms cubic-bezier(0.4, 0, 0.2, 1), border-color 200ms cubic-bezier(0.4, 0, 0.2, 1), color 200ms cubic-bezier(0.4, 0, 0.2, 1), transform 150ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.ase-modal-shell__close:hover {
  background: rgba(58, 53, 42, 0.06);
  border-color: #3A352A;
  color: #3A352A;
  transform: scale(1.02);
}
.ase-modal-shell__close:focus-visible {
  outline: none;
  box-shadow: 0 0 0 0.1875rem rgba(8, 93, 132, 0.18);
}
.ase-modal-shell__close svg {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  pointer-events: none;
}
.ase-modal-shell__close svg path {
  stroke-width: 1.65;
}
.ase-modal-root__panel {
  background-color: #F0EADF;
}
.modal {
  position: fixed;
  inset: 0;
  z-index: 1050;
  overflow-y: auto;
}
.modal[x-cloak] {
  display: none;
}
.modal__backdrop {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
}
.modal__container {
  display: flex;
  min-height: 100%;
  align-items: center;
  justify-content: center;
  padding: 16px;
  text-align: center;
}
@media (min-width: 640px) {
  .modal__container {
    padding: 24px;
  }
}
.modal__panel {
  position: relative;
  width: 100%;
  background-color: #F0EADF;
  border-radius: 0;
  box-shadow: 0 8px 24px rgba(58, 53, 42, 0.15);
  text-align: left;
  overflow: hidden;
}
.modal__panel.max-w-sm {
  max-width: 384px;
}
.modal__panel.max-w-lg {
  max-width: 512px;
}
.modal__panel.max-w-2xl {
  max-width: 672px;
}
.modal__panel.max-w-4xl {
  max-width: 896px;
}
.modal__panel.max-w-full {
  max-width: calc(100% - 32px);
}
.modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid #F0EADF;
  background-color: #F0EADF;
}
.modal__title {
  margin: 0;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #3A352A;
}
.modal__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  background-color: transparent;
  border-radius: 9999px;
  color: #3A352A;
  cursor: pointer;
  transition: background-color 200ms ease, color 200ms ease;
}
.modal__close:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: #F58A00;
}
.modal__close:focus {
  outline: none;
  box-shadow: 0 0 0 2px #085D84;
}
.modal__close svg {
  width: 24px;
  height: 24px;
}
.modal__body {
  padding: 24px;
}
.modal__body .gform_wrapper {
  margin: 0;
  --gf-ctrl-border-color: rgba(89, 81, 61, 0.5) !important;
  --gf-ctrl-border-color-hover: rgba(89, 81, 61, 0.5) !important;
  --gf-local-border-color: rgba(89, 81, 61, 0.5) !important;
}
.modal__body .gform_wrapper .gform_footer input[type=submit] {
  width: 100%;
}
.modal__footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  padding: 16px 24px;
  border-top: 1px solid #F0EADF;
  background-color: #F5F1E8;
}
.modal--contact .modal__header {
  background-color: #F0EADF;
}
.modal--contact .modal__body {
  padding: 24px 32px;
}
@media (max-width: 639px) {
  .modal--contact .modal__body {
    padding: 20px;
  }
}
.modal--contact .modal__contact-info {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #F0EADF;
}
.modal--contact .modal__contact-info p {
  margin: 0 0 8px;
  font-size: 1rem;
  color: #3A352A;
}
.modal--contact .modal__contact-info p a {
  color: #085D84;
  text-decoration: none;
}
.modal--contact .modal__contact-info p a:hover {
  text-decoration: underline;
}
.modal--search .modal__panel {
  background-color: #F0EADF;
  box-shadow: 0 8px 24px rgba(58, 53, 42, 0.15);
  overflow: visible;
}
.modal--search .modal__body {
  padding: 0;
}
.modal--search .search-modal__form {
  display: flex;
  align-items: center;
  gap: 16px;
  background-color: transparent;
  border-radius: 0;
  padding: 16px 24px;
  box-shadow: none;
}
.modal--search .search-modal__hint {
  color: rgba(58, 53, 42, 0.72);
}
.modal--search .search-modal__hint kbd {
  border-color: rgba(89, 81, 61, 0.28);
  background-color: rgba(217, 199, 159, 0.35);
  color: #3A352A;
}
.modal--search .search-modal__input {
  flex: 1;
  padding: 16px;
  border: none;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 1.25rem;
  color: #3A352A;
  background-color: transparent;
}
.modal--search .search-modal__input:focus {
  outline: none;
}
.modal--search .search-modal__input::-moz-placeholder {
  color: #59513D;
}
.modal--search .search-modal__input::placeholder {
  color: #59513D;
}
.modal--search .search-modal__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  padding: 0;
  border: none;
  background-color: #006B8F;
  border-radius: 9999px;
  color: #FFFFFF;
  cursor: pointer;
  transition: background-color 200ms ease;
}
.modal--search .search-modal__submit:hover {
  background-color: rgb(0, 76.4713286713, 102.2);
}
.modal--search .search-modal__submit svg {
  width: 24px;
  height: 24px;
}
.modal--search .search-modal__results {
  margin-top: 24px;
  background-color: #F0EADF;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  max-height: 60vh;
  overflow-y: auto;
  padding: 12px;
}
.modal--search .search-modal__loading, .modal--search .search-modal__empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 8rem;
  padding: 24px;
  color: #3A352A;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 1rem;
  text-align: center;
}
.modal--search .search-modal__loader-logo {
  position: relative;
  display: block;
  width: 4.5rem;
  height: 3rem;
  overflow: hidden;
  background: rgba(110, 140, 128, 0.2);
  mask: var(--ase-search-loader-logo) center/contain no-repeat;
  -webkit-mask: var(--ase-search-loader-logo) center/contain no-repeat;
}
.modal--search .search-modal__loader-logo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #6E8C80;
  animation: ase-search-logo-fill 1.35s ease-in-out infinite;
  clip-path: inset(100% 0 0 0);
}
.modal--search .search-modal__group + .search-modal__group {
  margin-top: 12px;
}
.modal--search .search-modal__group-title {
  margin: 0 0 8px;
  padding: 0 8px;
  color: rgba(8, 93, 132, 0.78);
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}
.modal--search .search-modal__group-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.modal--search .search-modal__item {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 4.25rem;
  padding: 12px;
  color: #3A352A;
  background: #FFFFFF;
  border: 1px solid rgba(205, 216, 214, 0.75);
  border-radius: 10px;
  text-decoration: none;
  transition: background-color 200ms cubic-bezier(0.4, 0, 0.2, 1), border-color 200ms cubic-bezier(0.4, 0, 0.2, 1), color 200ms cubic-bezier(0.4, 0, 0.2, 1), transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.modal--search .search-modal__item:hover, .modal--search .search-modal__item:focus-visible, .modal--search .search-modal__item.is-selected {
  color: #3A352A;
  background: #FFFFFF;
  border-color: rgba(8, 93, 132, 0.34);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  outline: none;
  transform: translateY(-1px);
}
.modal--search .search-modal__item mark {
  background: rgba(245, 138, 0, 0.22);
  border-radius: 4px;
  color: #3A352A;
  font-weight: 700;
  padding: 0 0.15em;
}
.modal--search .search-modal__item-thumb {
  flex: 0 0 auto;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal--search .search-modal__item-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.modal--search .search-modal__item-title {
  color: #3A352A;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
}
.modal--search .search-modal__item-meta {
  color: #3A352A;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}
.modal--search .search-modal__footer {
  position: sticky;
  bottom: -12px;
  margin: 12px -12px -12px;
  padding: 12px;
  background: linear-gradient(rgba(240, 234, 223, 0.86), #F0EADF 45%);
  border-top: 1px solid rgba(205, 216, 214, 0.75);
}
.modal--search .search-modal__view-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 3rem;
  padding: 0 20px;
  color: #FFFFFF;
  background: #F58A00;
  border-radius: 10px;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 200ms cubic-bezier(0.4, 0, 0.2, 1), border-color 200ms cubic-bezier(0.4, 0, 0.2, 1), color 200ms cubic-bezier(0.4, 0, 0.2, 1), transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.modal--search .search-modal__view-all:hover, .modal--search .search-modal__view-all:focus-visible {
  color: #FFFFFF;
  background: rgb(214.4, 120.7640816327, 0);
  outline: none;
  transform: translateY(-1px);
}
.modal--search .modal__close {
  position: absolute;
  top: -48px;
  right: 16px;
  width: 2.75rem;
  height: 2.75rem;
  border: 2px solid #dc2626;
  background-color: #FFFFFF;
  color: #dc2626;
  box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.18);
}
.modal--search .modal__close:hover {
  background-color: #dc2626;
  color: #FFFFFF;
  transform: scale(1.04);
}
.modal--search .modal__close:focus-visible {
  outline: none;
  box-shadow: 0 0 0 0.1875rem rgba(220, 38, 38, 0.28), 0 0.5rem 1.25rem rgba(0, 0, 0, 0.18);
}
.modal--search .modal__close svg {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  pointer-events: none;
}
@keyframes ase-search-logo-fill {
  0% {
    clip-path: inset(100% 0 0 0);
  }
  48%, 72% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(100% 0 0 0);
  }
}
.modal--favorites .modal__header {
  background-color: #006B8F;
  color: #FFFFFF;
}
.modal--favorites .modal__header .modal__title {
  color: #FFFFFF;
}
.modal--favorites .modal__header .modal__close {
  color: #FFFFFF;
}
.modal--favorites .modal__header .modal__close:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.modal--favorites .favorites-list__empty {
  text-align: center;
  padding: 40px;
  color: #3A352A;
}
.modal--favorites .favorites-list__empty svg {
  width: 64px;
  height: 64px;
  margin-bottom: 16px;
  opacity: 0.5;
}
.modal--favorites .favorites-list__empty p {
  margin: 0;
  font-size: 1.125rem;
}
.modal--favorites .favorites-list__item {
  display: flex;
  gap: 16px;
  padding: 16px;
  border-bottom: 1px solid #F0EADF;
}
.modal--favorites .favorites-list__item:last-child {
  border-bottom: none;
}
.modal--favorites .favorites-list__image {
  flex-shrink: 0;
  width: 100px;
  height: 75px;
  border-radius: 8px;
  overflow: hidden;
}
.modal--favorites .favorites-list__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal--favorites .favorites-list__content {
  flex: 1;
}
.modal--favorites .favorites-list__content h4 {
  margin: 0 0 4px;
  font-size: 1rem;
  font-weight: 700;
  color: #3A352A;
}
.modal--favorites .favorites-list__content p {
  margin: 0;
  font-size: 0.875rem;
  color: #3A352A;
}
.modal--favorites .favorites-list__remove {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  background-color: transparent;
  border-radius: 9999px;
  color: #59513D;
  cursor: pointer;
  transition: color 200ms ease, background-color 200ms ease;
}
.modal--favorites .favorites-list__remove:hover {
  color: #F58A00;
  background-color: #F0EADF;
}
.contact-modal-trigger,
.pre-header__contact-link,
.mobile-contact__link {
  background: none;
  border: none;
  padding: 0;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-weight: 700;
  color: #3A352A;
  cursor: pointer;
  text-decoration: none;
  transition: color 200ms ease;
}
.contact-modal-trigger:hover,
.pre-header__contact-link:hover,
.mobile-contact__link:hover {
  color: #085D84;
  text-decoration: underline;
}
.pre-header__divider,
.mobile-contact__divider {
  margin: 0 8px;
  color: #3A352A;
}
.admin-bar .favorites-drawer {
  top: var(--wp-admin--admin-bar--height, 32px);
}
@media screen and (max-width: 782px) {
  .admin-bar .favorites-drawer {
    top: var(--wp-admin--admin-bar--height, 46px);
  }
}
.admin-bar .favorites-drawer__panel {
  height: calc(100vh - var(--wp-admin--admin-bar--height, 32px));
  top: var(--wp-admin--admin-bar--height, 32px);
}
@media screen and (max-width: 782px) {
  .admin-bar .favorites-drawer__panel {
    height: calc(100vh - var(--wp-admin--admin-bar--height, 46px));
    top: var(--wp-admin--admin-bar--height, 46px);
  }
}
@media (max-width: 767px) {
  .favorites-drawer .favorites-list__remove {
    opacity: 1 !important;
  }
}
.favorites-drawer .favorites-list__remove {
  transition: background-color 200ms cubic-bezier(0.4, 0, 0.2, 1), color 200ms cubic-bezier(0.4, 0, 0.2, 1), opacity 200ms cubic-bezier(0.4, 0, 0.2, 1), transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.favorites-drawer .favorites-list__item:hover .favorites-list__remove {
  background-color: #fef2f2;
  color: #f87171;
  opacity: 1;
}
.favorites-drawer .favorites-list__remove:hover,
.favorites-drawer .favorites-list__remove:focus-visible,
.favorites-drawer .favorites-list__item:hover .favorites-list__remove:hover,
.favorites-drawer .favorites-list__item:hover .favorites-list__remove:focus-visible {
  background-color: #fee2e2;
  color: #b91c1c;
  opacity: 1;
  transform: scale(1.06);
}
.favorites-drawer .favorites-list__remove:focus-visible {
  outline: 2px solid rgba(185, 28, 28, 0.35);
  outline-offset: 2px;
}
.ase-modal-layout {
  display: flex;
  flex-direction: column;
  background-color: #F0EADF;
}
@media (min-width: 768px) {
  .ase-modal-layout--with-sidebar {
    flex-direction: row;
    align-items: stretch;
  }
}
.ase-modal-layout__form {
  flex: 1 1 0%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 32px 40px;
  background-color: #F0EADF;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .ase-modal-layout__form {
    padding: 24px;
  }
}
.ase-modal__header {
  margin-bottom: 24px;
}
.ase-modal__header--center {
  text-align: center;
}
.ase-modal__eyebrow {
  margin: 0 0 8px;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: #3A352A;
}
.ase-modal__title {
  margin: 0 0 8px;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #3A352A;
  line-height: 1.2;
}
.ase-modal__description {
  margin: 8px 0 0;
  font-size: 1rem;
  color: #3A352A;
  line-height: 1.6;
}
.ase-modal__body {
  flex: 1;
}
.ase-modal__body .gform_wrapper {
  --gf-ctrl-border-color: rgba(89, 81, 61, 0.5) !important;
  --gf-ctrl-border-color-hover: rgba(89, 81, 61, 0.5) !important;
  --gf-local-border-color: rgba(89, 81, 61, 0.5) !important;
  display: block !important;
}
.ase-modal__form {
  display: grid;
  gap: 16px;
}
.ase-modal__form-row {
  display: grid;
  gap: 16px;
}
@media (min-width: 640px) {
  .ase-modal__form-row {
    grid-template-columns: 1fr 1fr;
  }
}
.ase-modal__label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: #3A352A;
}
.ase-modal__input,
.ase-modal__textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid rgba(89, 81, 61, 0.5);
  border-radius: 8px;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 1rem;
  color: #3A352A;
  background-color: #FFFFFF;
  transition: border-color 200ms ease, box-shadow 200ms ease;
}
.ase-modal__input:focus,
.ase-modal__textarea:focus {
  outline: none;
  border-color: #085D84;
  box-shadow: 0 0 0 3px rgba(8, 93, 132, 0.1);
}
.ase-modal__input::-moz-placeholder, .ase-modal__textarea::-moz-placeholder {
  color: #59513D;
}
.ase-modal__input::placeholder,
.ase-modal__textarea::placeholder {
  color: #59513D;
}
.ase-modal__textarea {
  min-height: 100px;
  resize: vertical;
}
.ase-modal__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 16px 32px;
  background-color: #F58A00;
  color: #3A352A;
  border: none;
  border-radius: 9999px;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 200ms ease;
}
.ase-modal__submit:hover {
  background-color: rgb(219.5, 123.6367346939, 0);
  transform: translateY(-1px);
}
.ase-modal__submit:active {
  transform: translateY(0);
}
.ase-modal__steps {
  list-style-type: decimal;
  padding-left: 20px;
  margin: 0 0 16px;
  color: #3A352A;
  line-height: 1.8;
}
.ase-modal__steps li {
  margin-bottom: 4px;
}
.ase-modal__privacy {
  margin-top: 16px;
  text-align: center;
  font-size: 0.75rem;
  color: #3A352A;
}
.ase-modal-sidebar {
  flex-shrink: 0;
  width: 100%;
  background-color: rgb(233.4893617021, 224.885106383, 209.1106382979);
  padding: 32px 24px;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .ase-modal-sidebar {
    width: 340px;
    border-left: 1px solid #F0EADF;
  }
}
@media (max-width: 767px) {
  .ase-modal-sidebar {
    border-top: 1px solid #F0EADF;
  }
}
.ase-modal-sidebar .ase-modal-sidebar__widget {
  margin-bottom: 24px;
}
.ase-modal-sidebar .ase-modal-sidebar__widget:last-child {
  margin-bottom: 0;
}
.ase-modal-sidebar .ase-modal-sidebar__title {
  margin: 0 0 12px;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #3A352A;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.ase-modal-sidebar p {
  margin: 0 0 12px;
  font-size: 0.875rem;
  color: #3A352A;
  line-height: 1.6;
}
.ase-modal-sidebar ul {
  list-style: none !important;
  padding: 0;
  margin: 0 0 16px;
}
.ase-modal-sidebar ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  font-size: 0.875rem;
  color: #3A352A;
  line-height: 1.6;
}
.ase-modal-sidebar ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #006B8F;
  font-weight: 700;
}
.ase-modal-sidebar a {
  color: #085D84;
  text-decoration: none;
}
.ase-modal-sidebar a:hover {
  text-decoration: underline;
}
.ase-modal-sidebar .wp-block-button .wp-block-button__link,
.ase-modal-sidebar .ase-modal-sidebar__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px 24px;
  background-color: #F58A00;
  color: #3A352A;
  border: none;
  border-radius: 9999px;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms ease;
}
.ase-modal-sidebar .wp-block-button .wp-block-button__link:hover,
.ase-modal-sidebar .ase-modal-sidebar__cta:hover {
  background-color: rgb(219.5, 123.6367346939, 0);
  transform: translateY(-1px);
  text-decoration: none;
}
.ase-modal-sidebar img {
  border-radius: 9999px;
  max-width: 100%;
  height: auto;
}
.ase-modal-root__close {
  z-index: 10;
}
.ase-modal__block--request-booking .gform_wrapper {
  --gf-local-color: #3A352A;
  --gf-ctrl-color: #3A352A;
  --gf-ctrl-label-color-secondary: #3A352A;
}
.ase-modal__block--request-booking select,
.ase-modal__block--request-booking .ginput_container select {
  color: #3A352A !important;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 1rem;
}
.ase-modal__block--request-booking select:focus, .ase-modal__block--request-booking select:active,
.ase-modal__block--request-booking .ginput_container select:focus,
.ase-modal__block--request-booking .ginput_container select:active {
  color: #3A352A !important;
}
.ase-modal__block--request-booking select option,
.ase-modal__block--request-booking .ginput_container select option {
  color: #3A352A;
  background: #FFFFFF;
}
.ase-booking-cabins {
  grid-column: 1/-1;
  margin-top: 24px;
}
.ase-booking-cabins__heading {
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #3A352A;
  margin: 0 0 16px;
}
.ase-booking-cabins__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 640px) {
  .ase-booking-cabins__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .ase-booking-cabins__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.ase-modal__body .ase-booking-cabin {
  display: flex;
  flex-direction: column;
  border-radius: 25px;
  overflow: hidden;
  background: #FFFFFF;
  border: 2px solid rgba(217, 199, 159, 0.35);
  cursor: pointer;
  text-align: left;
  padding: 0;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1), border-color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.ase-modal__body .ase-booking-cabin:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border-color: rgba(217, 199, 159, 0.7);
}
.ase-modal__body .ase-booking-cabin:focus-visible {
  outline: 2px solid #085D84;
  outline-offset: 2px;
}
.ase-modal__body .ase-booking-cabin.ase-booking-cabin--selected {
  border-color: #085D84;
  box-shadow: 0 0 0 2px #085D84, 0 2px 8px rgba(0, 0, 0, 0.08);
}
.ase-modal__body .ase-booking-cabin.ase-booking-cabin--selected:hover {
  border-color: #085D84;
}
.ase-modal__body .ase-booking-cabin.ase-booking-cabin--sold-out {
  opacity: 0.5;
  cursor: not-allowed;
}
.ase-modal__body .ase-booking-cabin.ase-booking-cabin--sold-out:hover {
  box-shadow: none;
  border-color: rgba(217, 199, 159, 0.35);
}
.ase-modal__body .ase-booking-cabin.ase-booking-cabin--no-image {
  border-top: 3px solid #006B8F;
}
.ase-modal__body .ase-booking-cabin.ase-booking-cabin--no-image .ase-booking-cabin__body {
  padding: 24px 16px 16px;
}
.ase-modal__body .ase-booking-cabin.ase-booking-cabin--no-image .ase-booking-cabin__price {
  font-size: 1.5rem;
}
.ase-modal__body .ase-booking-cabin .ase-booking-cabin__img {
  aspect-ratio: 16/10;
  overflow: hidden;
  background: #F0EADF;
  flex-shrink: 0;
}
.ase-modal__body .ase-booking-cabin .ase-booking-cabin__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.ase-modal__body .ase-booking-cabin .ase-booking-cabin__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px;
  flex: 1;
}
.ase-modal__body .ase-booking-cabin .ase-booking-cabin__pricing {
  margin-bottom: 8px;
}
.ase-modal__body .ase-booking-cabin .ase-booking-cabin__price-line {
  display: flex;
  align-items: baseline;
  gap: 4px;
}
.ase-modal__body .ase-booking-cabin .ase-booking-cabin__price {
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #085D84;
}
.ase-modal__body .ase-booking-cabin .ase-booking-cabin__usd {
  font-size: 0.875rem;
  font-weight: 400;
  color: #085D84;
}
.ase-modal__body .ase-booking-cabin .ase-booking-cabin__per {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #3A352A;
}
.ase-modal__body .ase-booking-cabin .ase-booking-cabin__name {
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #3A352A;
  margin: 0 0 4px;
}
.ase-modal__body .ase-booking-cabin .ase-booking-cabin__occupancy {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #3A352A;
}
.ase-modal__body .ase-booking-cabin .ase-booking-cabin__avail {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 2px 8px;
  border-radius: 9999px;
  margin-top: auto;
  padding-top: 8px;
}
.ase-modal__body .ase-booking-cabin .ase-booking-cabin__avail--limited {
  background: rgba(245, 158, 11, 0.15);
  color: rgb(172.4330708661, 110.9507874016, 7.0669291339);
}
.ase-modal__body .ase-booking-cabin .ase-booking-cabin__avail--sold_out {
  background: rgba(239, 68, 68, 0.12);
  color: #b91c1c;
}
.ase-modal__body .ase-booking-cabin .ase-booking-cabin__avail--waitlist {
  background: rgba(45, 147, 194, 0.12);
  color: #085D84;
}
/**
 * Blog Archive Styles
 *
 * FSE blog archive template styles for home.html, category.html, tag.html.
 * Archive card component (BEM), grid layout, and query pagination.
 *
 * Legacy archive template styles removed in Phase 5e cleanup.
 * Infinite scroll styles removed — replaced by listing-finder block.
 *
 * @package ASEPress
 * @since 1.0.0
 */
.blog-archive{
  padding-bottom: 3rem;
}
.blog-archive .archive-cards-grid{
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .blog-archive .archive-cards-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
  }
}
@media (min-width: 1024px) {
  .blog-archive .archive-cards-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1920px) {
  .blog-archive .archive-cards-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 2400px) {
  .blog-archive .archive-cards-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.blog-archive .archive-card{
  overflow: hidden;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  display: flex;
  height: 100%;
  flex-direction: column;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.06);
}
.blog-archive .archive-card:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1), 0 4px 10px rgba(0, 0, 0, 0.05);
  transform: translateY(-2px);
}
.blog-archive .archive-card__image {
  aspect-ratio: 16/10;
  overflow: hidden;
}
.blog-archive .archive-card__image img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.blog-archive .archive-card:hover .blog-archive .archive-card__image img{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.blog-archive .archive-card__content{
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
.blog-archive .archive-card__meta{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  row-gap: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.blog-archive .archive-card__date{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.blog-archive .archive-card__category a{
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 107 94 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}
.blog-archive .archive-card__category a:hover{
  text-decoration-line: underline;
}
.blog-archive .archive-card__title{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.blog-archive .archive-card__title a{
  color: inherit;
  text-decoration-line: none;
}
.blog-archive .archive-card__title a:hover{
  --tw-text-opacity: 1;
  color: rgb(0 107 94 / var(--tw-text-opacity, 1));
}
.blog-archive .archive-card__title a{
  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: 200ms;
}
.blog-archive .archive-card__excerpt{
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  flex-grow: 1;
}
.blog-archive .archive-card__footer{
  margin-top: auto;
}
.blog-archive .archive-card__link{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 107 94 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}
.blog-archive .archive-card__link:hover{
  text-decoration-line: underline;
}
.blog-archive .wp-block-query-pagination{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.blog-archive .wp-block-query-pagination-previous,
.blog-archive .wp-block-query-pagination-next{
  border-radius: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 107 94 / var(--tw-bg-opacity, 1));
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}
.blog-archive .wp-block-query-pagination-previous:hover,
.blog-archive .wp-block-query-pagination-next:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 85 73 / var(--tw-bg-opacity, 1));
}
.blog-archive .wp-block-query-pagination-previous,
.blog-archive .wp-block-query-pagination-next{
  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: 200ms;
}
.blog-archive .wp-block-query-pagination-numbers{
  display: flex;
  gap: 0.25rem;
}
.blog-archive .wp-block-query-pagination-numbers .page-numbers{
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}
.blog-archive .wp-block-query-pagination-numbers .page-numbers:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.blog-archive .wp-block-query-pagination-numbers .page-numbers{
  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: 200ms;
}
.blog-archive .wp-block-query-pagination-numbers .page-numbers.current{
  --tw-bg-opacity: 1;
  background-color: rgb(0 107 94 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.blog-query{
  width: 100%;
}
/**
 * Blog Archive Styles
 * 
 * Full-featured blog archive page with hero, filtering, and card layouts.
 * Design reference: Figma node-id=281-336
 *
 * @package ASEPress
 * @since 1.0.0
 * 
 * ⚠️ CLASS NAME CONFLICT - INTENTIONAL:
 * ──────────────────────────────────────────────────────────────────────────────
 * The .blog-hero class is used in TWO different contexts:
 * 
 * 1. ARCHIVE PAGE (this file):
 *    - Tan background, grid layout with content + image side-by-side
 *    - Rendered via PHP partial on blog listing pages
 * 
 * 2. SINGLE POST (blocks/blog-hero/build/block.scss):
 *    - Full-bleed hero with floating content card overlapping featured image
 *    - Rendered via SWAYZE block on single post pages
 *    - Uses .single-post .blog-hero for specificity
 *
 * This is NOT duplicate code - they are different components with same base class.
 * ──────────────────────────────────────────────────────────────────────────────
 * 
 * Table of Contents:
 * ──────────────────────────────────────────────────────────────────────────────
 * 1. DESIGN TOKENS
 * 2. BLOG HERO SECTION (Archive page hero)
 *    2.1 Container
 *    2.2 Content Area
 *    2.3 CTA Buttons
 *    2.4 Hero Image
 * 3. BLOG FILTER BAR
 *    3.1 Container
 *    3.2 Filter Dropdowns
 *    3.3 Clear Button
 *    3.4 Sort Controls
 * 4. BLOG CARDS - STACKED LAYOUT
 *    4.1 Container
 *    4.2 Card Component
 * 5. BLOG ACTIONS
 *    5.1 Load More
 *    5.2 Connect CTA
 * 6. UTILITY STYLES
 * ──────────────────────────────────────────────────────────────────────────────
 */
.blog-hero {
  background-color: #F5F1E8;
  padding: 60px 0 80px;
}
.blog-hero__container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin: 0 auto;
  padding-left: 27px;
  padding-right: 27px;
}
@media (min-width: 1024px) {
  .blog-hero__container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.blog-hero__container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}
@media (min-width: 1024px) {
  .blog-hero__container {
    grid-template-columns: minmax(400px, 627px) 1fr;
    gap: 60px;
  }
}
.blog-hero__content {
  display: flex;
  flex-direction: column;
}
.blog-hero__title {
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-weight: 300;
  font-size: 1.75rem;
  line-height: 1.2;
  color: #3A352A;
  margin: 0 0 24px;
}
@media (min-width: 768px) {
  .blog-hero__title {
    font-size: 2.25rem;
  }
}
.blog-hero__description {
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #3A352A;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .blog-hero__description {
    font-size: 1.25rem;
  }
}
.blog-hero__description p {
  margin: 0;
}
.blog-hero__explore {
  margin-bottom: 16px;
}
.blog-hero__explore-label {
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.05em;
  color: #3A352A;
  text-transform: uppercase;
}
.blog-hero__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.blog-hero__cta-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  min-width: 160px;
  background-color: #085D84;
  color: #FFFFFF;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  border-radius: 10px;
  transition: background-color 200ms ease;
}
@media (min-width: 768px) {
  .blog-hero__cta-btn {
    font-size: 1.125rem;
    padding: 14px 28px;
    min-width: 194px;
  }
}
.blog-hero__cta-btn:hover {
  background-color: rgb(5.0857142857, 59.1214285714, 83.9142857143);
  color: #FFFFFF;
}
.blog-hero__image {
  position: relative;
  aspect-ratio: 609/422;
  background-color: #D9D9D9;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .blog-hero__image {
    max-width: 610px;
    margin-left: auto;
  }
}
.blog-hero__img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-hero__placeholder{
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: #D9D9D9;
}
.blog-hero__placeholder svg {
  width: 30%;
  height: auto;
  opacity: 0.5;
}
.blog-filter-bar {
  background-color: #F0EADF;
  box-shadow: 0px 2px 4px 4px rgba(0, 0, 0, 0.12);
  position: relative;
  z-index: 100;
}
.blog-filter-bar__container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin: 0 auto;
  padding: 0 27px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 50px;
  flex-wrap: wrap;
  gap: 12px;
}
@media (min-width: 1024px) {
  .blog-filter-bar__container {
    padding: 0 24px;
    flex-wrap: nowrap;
  }
}
.blog-filter-bar__filters {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .blog-filter-bar__filters {
    gap: 32px;
  }
}
.blog-filter-bar__dropdown {
  position: relative;
}
.blog-filter-bar__dropdown-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  background: none;
  border: none;
  cursor: pointer;
  font-family: "Proxima Nova", "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  color: #085D84;
  letter-spacing: 0.0625rem;
}
@media (min-width: 768px) {
  .blog-filter-bar__dropdown-btn {
    font-size: 1.25rem;
  }
}
.blog-filter-bar__dropdown-btn:hover {
  color: rgb(5.0857142857, 59.1214285714, 83.9142857143);
}
.blog-filter-bar__arrow {
  width: 12px;
  height: 8px;
  transition: transform 0.2s ease;
  color: #085D84;
}
.blog-filter-bar__arrow.is-open {
  transform: rotate(180deg);
}
.blog-filter-bar__dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background: #FFFFFF;
  border: 1px solid rgba(58, 53, 42, 0.2);
  border-radius: 5px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 1000;
}
.blog-filter-bar__dropdown-menu--right {
  left: auto;
  right: 0;
}
.blog-filter-bar__dropdown-item {
  display: block;
  padding: 10px 16px;
  font-family: "Proxima Nova", "Open Sans", sans-serif;
  font-size: 1rem;
  color: #3A352A;
  text-decoration: none;
  transition: background-color 0.15s ease;
}
.blog-filter-bar__dropdown-item:hover {
  background-color: rgba(8, 93, 132, 0.1);
}
.blog-filter-bar__dropdown-item.is-active {
  background-color: rgba(8, 93, 132, 0.15);
  font-weight: 600;
}
.blog-filter-bar__clear-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  min-width: 120px;
  background-color: #F5F1E8;
  border: 1px solid #3A352A;
  border-radius: 5px;
  font-family: "Proxima Nova", "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #085D84;
  text-decoration: none;
  cursor: pointer;
  letter-spacing: 0.0625rem;
}
@media (min-width: 768px) {
  .blog-filter-bar__clear-btn {
    font-size: 1.125rem;
    padding: 8px 24px;
    min-width: 150px;
  }
}
.blog-filter-bar__clear-btn:hover:not(.blog-filter-bar__clear-btn--disabled) {
  background-color: rgb(237.2727272727, 230.1818181818, 214.2272727273);
}
.blog-filter-bar__clear-btn--disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.blog-filter-bar__sort {
  display: flex;
  align-items: center;
  gap: 12px;
}
.blog-filter-bar__sort-label {
  font-family: "Proxima Nova", "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  color: #3A352A;
  letter-spacing: 0.0625rem;
}
@media (min-width: 768px) {
  .blog-filter-bar__sort-label {
    font-size: 1.25rem;
  }
}
.blog-filter-bar__sort-dropdown {
  position: relative;
}
.blog-filter-bar__sort-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  min-width: 180px;
  background: #FFFFFF;
  border: 1px solid #3A352A;
  border-radius: 5px;
  cursor: pointer;
  font-family: "Proxima Nova", "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #085D84;
  letter-spacing: 0.0625rem;
}
@media (min-width: 768px) {
  .blog-filter-bar__sort-btn {
    font-size: 1.125rem;
    min-width: 220px;
  }
}
.blog-filter-bar__sort-btn span {
  flex: 1;
  text-align: left;
}
.blog-cards-stacked {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin: 0 auto;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .blog-cards-stacked {
    padding: 40px 70px;
  }
}
.blog-cards-grid {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin: 0 auto;
  padding: 40px 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 768px) {
  .blog-cards-grid {
    padding: 40px 70px;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (min-width: 1024px) {
  .blog-cards-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}
.blog-cards-grid .content-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: transparent;
  border: none;
}
.blog-cards-grid .content-card__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.blog-cards-grid .content-card .featured-image {
  aspect-ratio: 4/3;
  overflow: hidden;
  margin-bottom: 20px;
}
.blog-cards-grid .content-card .featured-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.blog-cards-grid .content-card:hover .featured-image img {
  transform: scale(1.05);
}
.blog-cards-grid .content-card .post-details {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.blog-cards-grid .content-card h4 {
  font-family: "Proxima Nova", "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.3;
  color: #3A352A;
  margin-bottom: 12px;
  transition: color 0.2s;
}
.blog-cards-grid .content-card:hover h4 {
  color: #085D84;
}
.blog-cards-grid .content-card .post-meta {
  margin-top: auto;
  color: #666;
  font-size: 0.875rem;
  display: flex;
  gap: 15px;
}
.blog-cards-grid .content-card .post-meta span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.blog-card-stacked {
  background-color: transparent;
  width: 100%;
  box-sizing: border-box;
}
.blog-card-stacked__link {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  text-decoration: none;
  color: inherit;
  width: 100%;
}
@media (min-width: 768px) {
  .blog-card-stacked__link {
    grid-template-columns: 528px 1fr;
    gap: 40px;
  }
}
.blog-card-stacked__image {
  aspect-ratio: 528/365;
  background-color: #D9D9D9;
  overflow: hidden;
}
@media (min-width: 768px) {
  .blog-card-stacked__image {
    max-width: 528px;
  }
}
.blog-card-stacked__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.blog-card-stacked:hover .blog-card-stacked__img {
  transform: scale(1.02);
}
.blog-card-stacked__placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #D9D9D9;
}
.blog-card-stacked__placeholder svg, .blog-card-stacked__placeholder img {
  max-width: 183px;
  height: auto;
  opacity: 0.5;
}
.blog-card-stacked__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .blog-card-stacked__content {
    padding: 40px 0;
  }
}
.blog-card-stacked__category {
  font-family: "Proxima Nova", "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #085D84;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .blog-card-stacked__category {
    font-size: 1.25rem;
  }
}
.blog-card-stacked__title {
  font-family: "Proxima Nova", "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #3A352A;
  margin: 0 0 16px;
  transition: color 0.2s ease;
}
@media (min-width: 768px) {
  .blog-card-stacked__title {
    font-size: 2.25rem;
  }
}
.blog-card-stacked:hover .blog-card-stacked__title {
  color: #085D84;
}
.blog-card-stacked__excerpt {
  font-family: "Proxima Nova", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: #3A352A;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .blog-card-stacked__excerpt {
    font-size: 1.25rem;
    line-height: 1.6;
  }
}
.blog-card-stacked__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Proxima Nova", "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #3A352A;
  letter-spacing: 0.0625rem;
}
@media (min-width: 768px) {
  .blog-card-stacked__meta {
    font-size: 1.25rem;
  }
}
.blog-card-stacked__separator {
  color: #3A352A;
}
.blog-actions {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin: 0 auto;
  padding: 40px 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog-load-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  min-width: 150px;
  background-color: #F5F1E8;
  border: 1px solid #3A352A;
  border-radius: 5px;
  font-family: "Proxima Nova", "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  color: #085D84;
  text-decoration: none;
  cursor: pointer;
  letter-spacing: 0.0625rem;
}
@media (min-width: 768px) {
  .blog-load-more {
    font-size: 1.25rem;
  }
}
.blog-load-more:hover {
  background-color: rgb(237.2727272727, 230.1818181818, 214.2272727273);
}
.blog-connect {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
  min-width: 194px;
  background-color: #F58A00;
  color: #3A352A;
  font-family: "Proxima Nova", "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  text-decoration: none;
  border-radius: 25px;
  border: none;
  cursor: pointer;
}
.blog-connect:hover {
  background-color: rgb(219.5, 123.6367346939, 0);
  color: #3A352A;
}
[x-cloak] {
  display: none !important;
}
/**
 * Single Trip Template Styles
 * 
 * Layout and spacing for the locked trip single template.
 * Handles hero, two-column layout, itinerary, and pricing sidebar.
 *
 * @package ASEPress
 * @since 1.0.0
 * 
 * ARCHITECTURE NOTE:
 * ──────────────────────────────────────────────────────────────────────────────
 * This file styles the trip single template which uses a mix of:
 * 
 * 1. PHP Partials (styled here):
 *    - .trip-hero, .trip-overview - Rendered via template-parts/trip/
 *    - .single-trip__layout, .single-trip__content, .single-trip__sidebar
 * 
 * 2. SWAYZE Blocks (styled in block.css files):
 *    - blocks/trip-content/block.css
 *    - blocks/trip-pricing/block.css
 *    - blocks/trip-itinerary/block.css
 * 
 * The blocks use plain CSS, not SCSS. Consider converting to SCSS in build/
 * folders for variable access and consistency with other blocks.
 * ──────────────────────────────────────────────────────────────────────────────
 * 
 * Table of Contents:
 * ──────────────────────────────────────────────────────────────────────────────
 * 1. PAGE BASE
 * 2. TWO-COLUMN LAYOUT
 * 3. RESPONSIVE BREAKPOINTS
 * 4. TRIP HERO SECTION
 * 5. TRIP OVERVIEW
 * 6. TRIP ITINERARY
 * 7. TRIP PRICING SIDEBAR
 * 8. PRINT STYLES
 * ──────────────────────────────────────────────────────────────────────────────
 */
.single-trip {
  background: #F5F1E8;
}
.trip-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.trip-section__container{
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  max-width: 80rem;
}
.trip-section__heading{
  font-family: proxima-nova, Proxima Nova, system-ui, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px){
  .trip-section__heading{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.trip-section__heading{
  margin-bottom: 0.5rem;
}
.trip-section__subheading{
  margin-bottom: 2rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  max-width: 42rem;
}
.trip-section__view-all{
  margin-bottom: 2rem;
}
.trip-section--itinerary, .trip-section--accommodations, .trip-section--guides, .trip-section--recommended{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.trip-section--rates{
  --tw-bg-opacity: 1;
  background-color: rgb(0 107 94 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.trip-section--rates .trip-section__heading,
.trip-section--rates .trip-section__subheading{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.trip-section--expert-cta{
  --tw-bg-opacity: 1;
  background-color: rgb(0 85 73 / var(--tw-bg-opacity, 1));
}
.trip-expert-cta{
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
  max-width: 56rem;
}
.trip-expert-cta__avatars{
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}
.trip-expert-cta__text{
  margin-bottom: 2rem;
  font-size: 1.5rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.trip-expert-cta__buttons{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
@media (max-width: 768px) {
  .trip-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .trip-section__container{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .trip-section__heading{
    font-size: 1.5rem;
  }
}
.trip-overview__header{
  margin-bottom: 2rem;
}
.trip-overview__title{
  font-family: proxima-nova, Proxima Nova, system-ui, sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.trip-overview__description{
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.trip-overview__description :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.trip-overview__description :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.trip-overview__description :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.trip-overview__description :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.trip-overview__description :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.trip-overview__description :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.trip-overview__description :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.trip-overview__description :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.trip-overview__description :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.trip-overview__description :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.trip-overview__description :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.trip-overview__description :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.trip-overview__description :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.trip-overview__description :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.trip-overview__description :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.trip-overview__description :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.trip-overview__description :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}
.trip-overview__description :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.trip-overview__description :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.trip-overview__description :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
.trip-overview__description :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.trip-overview__description :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.trip-overview__description :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.trip-overview__description :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}
.trip-overview__description :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}
.trip-overview__description :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.trip-overview__description :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}
.trip-overview__description :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.trip-overview__description :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}
.trip-overview__description :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.trip-overview__description :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.trip-overview__description :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.trip-overview__description :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.trip-overview__description :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.trip-overview__description :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.trip-overview__description :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.trip-overview__description :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.trip-overview__description :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.trip-overview__description :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}
.trip-overview__description :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}
.trip-overview__description :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.trip-overview__description :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.trip-overview__description :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
.trip-overview__description :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
.trip-overview__description :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.trip-overview__description :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.trip-overview__description :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.trip-overview__description :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.trip-overview__description :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.trip-overview__description :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}
.trip-overview__description :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}
.trip-overview__description :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.trip-overview__description :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.trip-overview__description :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.trip-overview__description :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.trip-overview__description :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}
.trip-overview__description :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}
.trip-overview__description :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.trip-overview__description :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}
.trip-overview__description :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  text-align: start;
}
.trip-overview__description :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.trip-overview__description :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.trip-overview__description{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: rgb(17 24 39 / 10%);
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.trip-overview__description :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.trip-overview__description :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.trip-overview__description :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.trip-overview__description :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.trip-overview__description :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.trip-overview__description :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.trip-overview__description :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.trip-overview__description :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.trip-overview__description :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.trip-overview__description :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.trip-overview__description :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.trip-overview__description :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.trip-overview__description :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.trip-overview__description :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.trip-overview__description :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.trip-overview__description :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.trip-overview__description :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.trip-overview__description :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.trip-overview__description :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.trip-overview__description :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.trip-overview__description :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.trip-overview__description :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.trip-overview__description :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.trip-overview__description :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
.trip-overview__description{
  font-size: 1.125rem;
  line-height: 1.7777778;
}
.trip-overview__description :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}
.trip-overview__description :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.2222222em;
  line-height: 1.4545455;
  margin-top: 1.0909091em;
  margin-bottom: 1.0909091em;
}
.trip-overview__description :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  padding-inline-start: 1em;
}
.trip-overview__description :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 2.6666667em;
  margin-top: 0;
  margin-bottom: 0.8333333em;
  line-height: 1;
}
.trip-overview__description :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.6666667em;
  margin-top: 1.8666667em;
  margin-bottom: 1.0666667em;
  line-height: 1.3333333;
}
.trip-overview__description :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.3333333em;
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.5;
}
.trip-overview__description :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}
.trip-overview__description :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.trip-overview__description :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.trip-overview__description :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.trip-overview__description :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.trip-overview__description :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
  border-radius: 0.3125rem;
  padding-top: 0.2222222em;
  padding-inline-end: 0.4444444em;
  padding-bottom: 0.2222222em;
  padding-inline-start: 0.4444444em;
}
.trip-overview__description :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
}
.trip-overview__description :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8666667em;
}
.trip-overview__description :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.875em;
}
.trip-overview__description :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
  line-height: 1.75;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.375rem;
  padding-top: 1em;
  padding-inline-end: 1.5em;
  padding-bottom: 1em;
  padding-inline-start: 1.5em;
}
.trip-overview__description :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.5555556em;
}
.trip-overview__description :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.5555556em;
}
.trip-overview__description :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.6666667em;
  margin-bottom: 0.6666667em;
}
.trip-overview__description :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.4444444em;
}
.trip-overview__description :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.4444444em;
}
.trip-overview__description :where(.prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.trip-overview__description :where(.prose-lg > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
}
.trip-overview__description :where(.prose-lg > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.3333333em;
}
.trip-overview__description :where(.prose-lg > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
}
.trip-overview__description :where(.prose-lg > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.3333333em;
}
.trip-overview__description :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.trip-overview__description :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}
.trip-overview__description :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
}
.trip-overview__description :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.6666667em;
  padding-inline-start: 1.5555556em;
}
.trip-overview__description :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 3.1111111em;
  margin-bottom: 3.1111111em;
}
.trip-overview__description :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.trip-overview__description :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.trip-overview__description :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.trip-overview__description :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.trip-overview__description :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
  line-height: 1.5;
}
.trip-overview__description :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0.75em;
  padding-bottom: 0.75em;
  padding-inline-start: 0.75em;
}
.trip-overview__description :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.trip-overview__description :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.trip-overview__description :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.75em;
  padding-inline-end: 0.75em;
  padding-bottom: 0.75em;
  padding-inline-start: 0.75em;
}
.trip-overview__description :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.trip-overview__description :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.trip-overview__description :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.trip-overview__description :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.trip-overview__description :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
  line-height: 1.5;
  margin-top: 1em;
}
.trip-overview__description :where(.prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.trip-overview__description :where(.prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
.trip-overview__description{
  max-width: none;
}
.trip-overview__description ul,.trip-overview__description ol {
  list-style-position: outside;
  margin-left: 0;
  padding-left: 1.75rem;
}
.trip-overview__description ul li::marker,.trip-overview__description ol li::marker {
  color: currentColor;
}
.trip-overview__description ul {
  list-style-type: disc;
}
.trip-overview__description ol {
  list-style-type: decimal;
}
.trip-overview__description{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.trip-overview__highlights{
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 768px){
  .trip-overview__highlights{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.trip-overview__highlight{
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 249 / var(--tw-bg-opacity, 1));
}
.trip-overview__highlight-icon{
  flex-shrink: 0;
  font-size: 1.5rem;
  line-height: 2rem;
}
.trip-overview__highlight-text{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
@media print {
  .single-trip__layout {
    display: block;
  }
  .single-trip__sidebar {
    position: static;
    page-break-before: always;
  }
  .trip-hero {
    min-height: auto;
    background: none !important;
  }
  .trip-hero__title {
    color: black !important;
    text-shadow: none !important;
  }
  .trip-itinerary__day {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
  .trip-itinerary__day-content {
    display: block !important;
  }
}
/**
 * Single Accommodation Page Styles
 *
 * Page-level layout, section spacing, and background overrides.
 * Block-specific styles live in each block's build/block.scss.
 *
 * @package ASEPress
 * @since 2.0.0
 */
.single-accommodation {
  background: #F5F1E8;
}
.single-accommodation__breadcrumbs-wrapper {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 1024px) {
  .single-accommodation__breadcrumbs-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.single-accommodation__breadcrumbs-wrapper {
  padding-top: 16px;
  padding-bottom: 0;
}
.single-accommodation__breadcrumbs-wrapper .ase-breadcrumbs {
  color: rgba(58, 53, 42, 0.65);
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4;
}
.single-accommodation__breadcrumbs-wrapper .ase-breadcrumbs ol li {
  margin: 0;
}
@media (min-width: 768px) {
  .single-accommodation__breadcrumbs-wrapper .ase-breadcrumbs {
    font-size: 0.875rem;
  }
}
.single-accommodation__breadcrumbs-wrapper .ase-breadcrumbs p {
  margin: 0;
}
.single-accommodation__breadcrumbs-wrapper .ase-breadcrumbs a {
  color: #085D84;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}
.single-accommodation__breadcrumbs-wrapper .ase-breadcrumbs a:hover {
  color: rgb(5.0857142857, 59.1214285714, 83.9142857143);
  text-decoration: underline;
}
.single-accommodation__breadcrumbs-wrapper .ase-breadcrumbs .ase-breadcrumbs__current,
.single-accommodation__breadcrumbs-wrapper .ase-breadcrumbs .breadcrumb_last,
.single-accommodation__breadcrumbs-wrapper .ase-breadcrumbs span.breadcrumb_last,
.single-accommodation__breadcrumbs-wrapper .ase-breadcrumbs [aria-current=page] {
  color: #085D84;
  font-weight: 600;
}
.single-accommodation__breadcrumbs-wrapper .ase-breadcrumbs .ase-breadcrumbs__separator,
.single-accommodation__breadcrumbs-wrapper .ase-breadcrumbs .separator {
  color: rgba(58, 53, 42, 0.45);
  margin: 0 4px;
}
.single-accommodation .ase-read-more--inline {
  display: flex;
  justify-content: center;
  margin: 24px 0;
}
.single-accommodation .ase-read-more--inline .ase-read-more__toggle {
  min-width: 220px;
}
body.lightbox-open {
  overflow: hidden;
}
.single-accommodation .alignfull {
  margin-left: 0;
  margin-right: 0;
}
/**
 * Single Offer/Deal Page Base
 *
 * Body-level background for offer pages.
 * All layout is handled by blocks: ase/offer-content + ase/offer-trips.
 *
 * @package ASEPress
 * @since 2.0.0
 */
.single-offer {
  background-color: #F5F1E8;
}
/**
 * Single Crew Page Base
 *
 * Body-level background for crew bio pages.
 * All layout is handled by blocks: ase/crew-profile, ase/crew-reviews,
 * ase/crew-cta, ase/crew-team.
 *
 * @package ASEPress
 * @since 2.0.0
 */
.single-crew {
  background-color: #F5F1E8;
}
/**
 * Search Results Page
 *
 * Search uses the shared ASE card grid so mixed result sets match listing pages.
 *
 * @package ASEPress
 */
.search-results {
  background: #F5F1E8;
}
.ase-search-page {
  width: 100% !important;
  max-width: none !important;
  min-height: 60vh;
  margin-right: 0 !important;
  margin-left: 0 !important;
  background: #F5F1E8;
  color: #3A352A;
}
.ase-search-page__masthead {
  background: #FFFFFF;
  border-bottom: 1px solid rgba(205, 216, 214, 0.8);
}
.ase-search-page__masthead-inner {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 1024px) {
  .ase-search-page__masthead-inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.ase-search-page__masthead-inner {
  padding-top: 40px;
  padding-bottom: 32px;
}
@media (min-width: 1024px) {
  .ase-search-page__masthead-inner {
    padding-top: 64px;
    padding-bottom: 48px;
  }
}
.ase-search-page__eyebrow {
  margin: 0 0 12px;
  color: #085D84;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}
.ase-search-page__title {
  margin: 0;
  color: #3A352A;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  .ase-search-page__title {
    font-size: 3rem;
  }
}
.ase-search-page__summary {
  margin: 16px 0 0;
  color: #59513D;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .ase-search-page__summary {
    font-size: 1.125rem;
  }
}
.ase-search-page__form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .ase-search-page__form {
    flex-direction: row;
    align-items: stretch;
  }
}
.ase-search-page__input {
  width: 100%;
  min-height: 3.5rem;
  padding: 0 20px;
  color: #3A352A;
  background: #FFFFFF;
  border: 1px solid #CDD8D6;
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: border-color 200ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.ase-search-page__input::-moz-placeholder {
  color: rgba(89, 81, 61, 0.72);
}
.ase-search-page__input::placeholder {
  color: rgba(89, 81, 61, 0.72);
}
.ase-search-page__input:focus {
  border-color: #085D84;
  box-shadow: 0 0 0 3px rgba(8, 93, 132, 0.14);
  outline: none;
}
.ase-search-page__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 3.5rem;
  padding: 0 24px;
  color: #FFFFFF;
  background: #085D84;
  border: 1px solid #085D84;
  border-radius: 10px;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
  transition: background-color 200ms cubic-bezier(0.4, 0, 0.2, 1), border-color 200ms cubic-bezier(0.4, 0, 0.2, 1), color 200ms cubic-bezier(0.4, 0, 0.2, 1), transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
}
.ase-search-page__submit:hover, .ase-search-page__submit:focus-visible {
  background: #006B8F;
  border-color: #006B8F;
  transform: translateY(-1px);
}
.ase-search-page__submit:focus-visible {
  outline: 3px solid rgba(8, 93, 132, 0.2);
  outline-offset: 2px;
}
.ase-search-page__submit svg {
  flex: 0 0 auto;
}
.ase-search-page__content {
  padding: 32px 0 64px;
}
@media (min-width: 1024px) {
  .ase-search-page__content {
    padding-top: 48px;
    padding-bottom: 96px;
  }
}
.ase-search-page__content-inner {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 1024px) {
  .ase-search-page__content-inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.ase-search-page__toolbar {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 0 24px;
}
@media (min-width: 768px) {
  .ase-search-page__toolbar {
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
  }
}
.ase-search-page__count {
  color: #085D84;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}
.ase-search-page__range {
  color: #59513D;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
}
.ase-search-page__grid {
  max-width: none;
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-bottom: 32px;
  padding-left: 0;
  min-width: 0;
}
.ase-search-page__grid .ase-card-grid__item {
  min-width: 0;
}
.ase-search-page__grid .ase-card--context-search {
  min-width: 0;
  overflow: hidden;
}
.ase-search-page__grid .ase-card--context-search .ase-card__content,
.ase-search-page__grid .ase-card--context-search .ase-card__footer,
.ase-search-page__grid .ase-card--context-search .ase-card__title,
.ase-search-page__grid .ase-card--context-search .ase-card__excerpt {
  min-width: 0;
}
.ase-search-page__grid .ase-card--context-search .ase-card__title,
.ase-search-page__grid .ase-card--context-search .ase-card__excerpt {
  overflow-wrap: anywhere;
}
.ase-search-page__grid .ase-card--context-search .ase-card__excerpt--highlight {
  color: #59513D;
}
.ase-search-page__grid .ase-card--context-search .ase-card__excerpt--highlight mark,
.ase-search-page__grid .ase-card--context-search .ase-card__excerpt--highlight strong,
.ase-search-page__grid .ase-card--context-search .ase-card__excerpt--highlight em,
.ase-search-page__grid .ase-card--context-search .ase-card__excerpt--highlight b,
.ase-search-page__grid .ase-card--context-search .ase-card__excerpt--highlight span {
  color: #3A352A;
  background: rgba(245, 138, 0, 0.18);
  border-radius: 4px;
  font-style: normal;
  font-weight: 700;
  padding: 0 0.15em;
}
.ase-search-page__pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 0 0;
}
.ase-search-page__pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.75rem;
  min-height: 2.75rem;
  padding: 0 16px;
  color: #085D84;
  background: #FFFFFF;
  border: 1px solid #CDD8D6;
  border-radius: 10px;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: background-color 200ms cubic-bezier(0.4, 0, 0.2, 1), border-color 200ms cubic-bezier(0.4, 0, 0.2, 1), color 200ms cubic-bezier(0.4, 0, 0.2, 1), transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.ase-search-page__pagination .page-numbers:hover, .ase-search-page__pagination .page-numbers:focus-visible {
  color: #FFFFFF;
  background: #085D84;
  border-color: #085D84;
}
.ase-search-page__pagination .page-numbers:focus-visible {
  outline: 3px solid rgba(8, 93, 132, 0.2);
  outline-offset: 2px;
}
.ase-search-page__pagination .page-numbers.current {
  color: #FFFFFF;
  background: #085D84;
  border-color: #085D84;
}
.ase-search-page__empty {
  padding: 32px 0 16px;
  text-align: center;
}
.ase-search-page__empty-title {
  margin: 0;
  color: #3A352A;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .ase-search-page__empty-title {
    font-size: 2.25rem;
  }
}
.ase-search-page__empty-text {
  margin: 12px auto 0;
  color: #59513D;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.ase-search-page__empty-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: stretch;
  justify-content: center;
  margin-top: 24px;
}
@media (min-width: 640px) {
  .ase-search-page__empty-actions {
    flex-direction: row;
    align-items: center;
  }
}
.search-result-badge {
  display: inline-block;
  padding: 4px 8px;
  color: #085D84;
  background: rgba(205, 216, 214, 0.35);
  border-radius: 4px;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}
/**
 * Front Page Template Styles
 *
 * Scoped FSE post-content alignment for the editable static Home page.
 *
 * @package ASEPress
 */
.front-page {
  overflow-x: clip;
}
.front-page > .wp-block-post-content {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.front-page > .wp-block-post-content > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide):not(.alignnarrow):not(.alignwide-no-padding)) {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 1024px) {
  .front-page > .wp-block-post-content > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide):not(.alignnarrow):not(.alignwide-no-padding)) {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.front-page > .wp-block-post-content > .alignwide:not(.alignnarrow):not(.alignwide-no-padding) {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 1024px) {
  .front-page > .wp-block-post-content > .alignwide:not(.alignnarrow):not(.alignwide-no-padding) {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.front-page > .wp-block-post-content > .alignwide:not(.alignnarrow):not(.alignwide-no-padding) {
  max-width: 1440px !important;
}
.front-page > .wp-block-post-content > .alignfull:not(.alignnarrow):not(.alignwide-no-padding) {
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}
@media (min-width: 768px) {
  .front-page > .wp-block-post-content > .homepage-search.alignfull {
    margin-bottom: -4.5rem !important;
    margin-block-end: -4.5rem !important;
  }
}
/**
 * Single Post Template Styles
 * 
 * Full-width blog content layout with bottom related content.
 * Works with FSE template: templates/single.html
 * 
 * FUTURE MIGRATION CANDIDATES:
 * ──────────────────────────────────────────────────────────────────────────────
 * - .weve-been-here (lines ~335-390) - CTA pattern block candidate
 * - .hook-em (lines ~395-420) - CTA pattern block candidate
 * These could become reusable SWAYZE blocks for use across posts/pages.
 * ──────────────────────────────────────────────────────────────────────────────
 */
/**
 * Design System Variables
 * 
 * Central design token definitions aligned with Figma style guide.
 * All values should be derived from design specs for consistency.
 * 
 * IMPORTANT: This is the SINGLE SOURCE OF TRUTH for all SCSS variables.
 * Block styles should import this file via:
 *   @import '../../../resources/sass/utilities/variables';
 *
 * @package ASEPress
 * @since 1.0.0
 * 
 * Table of Contents:
 * ──────────────────────────────────────────────────────────────────────────────
 * 1. COLORS
 *    1.1 Brand Palette (Figma)
 *    1.2 Legacy Colors (deprecated - use semantic tokens)
 *    1.3 Semantic Tokens
 *    1.4 Component Tokens
 * 
 * 2. SPACING & LAYOUT
 *    2.1 Spacing Scale (Tailwind-aligned)
 *    2.2 Component Spacing
 *    2.3 Container Settings
 * 
 * 3. BORDERS & EFFECTS
 *    3.1 Border Radius
 *    3.2 Shadows (including card-specific)
 *    3.3 Button Effects
 * 
 * 4. ANIMATION & TRANSITIONS
 *    4.1 Duration
 *    4.2 Easing Functions
 *    4.3 Common Transition Presets
 * 
 * 5. Z-INDEX SCALE
 * 
 * 6. BREAKPOINTS
 *    6.1 Standard Breakpoints
 *    6.2 Content-Specific Breakpoints
 * 
 * 7. TYPOGRAPHY
 *    7.1 Font Families
 *    7.2 Font Sizes (rem-based)
 *    7.3 Font Weights
 *    7.4 Line Heights
 *    7.5 Letter Spacing
 * ──────────────────────────────────────────────────────────────────────────────
 */
.single-post__breadcrumbs-wrapper {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin: 0 auto;
  padding-left: 27px;
  padding-right: 27px;
}
@media (min-width: 1024px) {
  .single-post__breadcrumbs-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.single-post__breadcrumbs-wrapper {
  padding-top: 1.5rem;
  background: transparent;
}
.single-post__breadcrumbs-wrapper--mobile {
  display: none;
}
@media (max-width: 1024px) {
  .single-post__breadcrumbs-wrapper--mobile {
    display: block;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
  }
}
.single-post__breadcrumbs-wrapper--desktop {
  display: block;
}
@media (max-width: 1024px) {
  .single-post__breadcrumbs-wrapper--desktop {
    display: none;
  }
}
.single-post__breadcrumbs-wrapper .ase-breadcrumbs {
  color: rgba(58, 53, 42, 0.65);
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4;
}
.single-post__breadcrumbs-wrapper .ase-breadcrumbs ol li {
  margin: 0;
}
@media (min-width: 768px) {
  .single-post__breadcrumbs-wrapper .ase-breadcrumbs {
    font-size: 0.875rem;
  }
}
.single-post__breadcrumbs-wrapper .ase-breadcrumbs p {
  margin: 0;
}
.single-post__breadcrumbs-wrapper .ase-breadcrumbs a {
  color: #085D84;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}
.single-post__breadcrumbs-wrapper .ase-breadcrumbs a:hover {
  color: rgb(5.0857142857, 59.1214285714, 83.9142857143);
  text-decoration: underline;
}
.single-post__breadcrumbs-wrapper .ase-breadcrumbs .ase-breadcrumbs__current,
.single-post__breadcrumbs-wrapper .ase-breadcrumbs .breadcrumb_last,
.single-post__breadcrumbs-wrapper .ase-breadcrumbs span.breadcrumb_last,
.single-post__breadcrumbs-wrapper .ase-breadcrumbs [aria-current=page] {
  color: #085D84;
  font-weight: 600;
}
.single-post__breadcrumbs-wrapper .ase-breadcrumbs .ase-breadcrumbs__separator,
.single-post__breadcrumbs-wrapper .ase-breadcrumbs .separator {
  color: rgba(58, 53, 42, 0.45);
  margin: 0 4px;
}
.single-post__breadcrumbs-wrapper .yoast-breadcrumbs,
.single-post__breadcrumbs-wrapper .wp-block-yoast-seo-breadcrumbs {
  color: rgba(58, 53, 42, 0.65);
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4;
}
.single-post__breadcrumbs-wrapper .yoast-breadcrumbs ol li,
.single-post__breadcrumbs-wrapper .wp-block-yoast-seo-breadcrumbs ol li {
  margin: 0;
}
@media (min-width: 768px) {
  .single-post__breadcrumbs-wrapper .yoast-breadcrumbs,
  .single-post__breadcrumbs-wrapper .wp-block-yoast-seo-breadcrumbs {
    font-size: 0.875rem;
  }
}
.single-post__breadcrumbs-wrapper .yoast-breadcrumbs p,
.single-post__breadcrumbs-wrapper .wp-block-yoast-seo-breadcrumbs p {
  margin: 0;
}
.single-post__breadcrumbs-wrapper .yoast-breadcrumbs a,
.single-post__breadcrumbs-wrapper .wp-block-yoast-seo-breadcrumbs a {
  color: #085D84;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}
.single-post__breadcrumbs-wrapper .yoast-breadcrumbs a:hover,
.single-post__breadcrumbs-wrapper .wp-block-yoast-seo-breadcrumbs a:hover {
  color: rgb(5.0857142857, 59.1214285714, 83.9142857143);
  text-decoration: underline;
}
.single-post__breadcrumbs-wrapper .yoast-breadcrumbs .ase-breadcrumbs__current,
.single-post__breadcrumbs-wrapper .yoast-breadcrumbs .breadcrumb_last,
.single-post__breadcrumbs-wrapper .yoast-breadcrumbs span.breadcrumb_last,
.single-post__breadcrumbs-wrapper .yoast-breadcrumbs [aria-current=page],
.single-post__breadcrumbs-wrapper .wp-block-yoast-seo-breadcrumbs .ase-breadcrumbs__current,
.single-post__breadcrumbs-wrapper .wp-block-yoast-seo-breadcrumbs .breadcrumb_last,
.single-post__breadcrumbs-wrapper .wp-block-yoast-seo-breadcrumbs span.breadcrumb_last,
.single-post__breadcrumbs-wrapper .wp-block-yoast-seo-breadcrumbs [aria-current=page] {
  color: #085D84;
  font-weight: 600;
}
.single-post__breadcrumbs-wrapper .yoast-breadcrumbs .ase-breadcrumbs__separator,
.single-post__breadcrumbs-wrapper .yoast-breadcrumbs .separator,
.single-post__breadcrumbs-wrapper .wp-block-yoast-seo-breadcrumbs .ase-breadcrumbs__separator,
.single-post__breadcrumbs-wrapper .wp-block-yoast-seo-breadcrumbs .separator {
  color: rgba(58, 53, 42, 0.45);
  margin: 0 4px;
}
.single-post {
  background: #F5F1E8;
}
.single-post__content {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin: 0 auto;
  padding-left: 27px;
  padding-right: 27px;
}
@media (min-width: 1024px) {
  .single-post__content {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.single-post__content .wp-block-post-content {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 1.125rem;
  line-height: 1.7;
  color: #3A352A;
}
.single-post__content .wp-block-post-content.is-layout-constrained > :where(:not(.alignleft):not(.aligncenter):not(.alignright):not(.alignfull)) {
  margin-left: 0 !important;
  margin-right: auto !important;
}
.single-post__content .wp-block-post-content a:not(.btn):not(.wp-block-button__link):not(.button):not(.--btn):not(.ase-card__primary-action):not(.ase-card__image):not(.ase-card__cta):not(.ase-card__read-more-btn):not(.ase-card__linked-trip) {
  color: #085D84;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}
.single-post__content .wp-block-post-content a:not(.btn):not(.wp-block-button__link):not(.button):not(.--btn):not(.ase-card__primary-action):not(.ase-card__image):not(.ase-card__cta):not(.ase-card__read-more-btn):not(.ase-card__linked-trip):hover, .single-post__content .wp-block-post-content a:not(.btn):not(.wp-block-button__link):not(.button):not(.--btn):not(.ase-card__primary-action):not(.ase-card__image):not(.ase-card__cta):not(.ase-card__read-more-btn):not(.ase-card__linked-trip):focus-visible {
  color: #085D84;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.single-post__content .wp-block-post-content ul, .single-post__content .wp-block-post-content ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}
.single-post__content .wp-block-post-content ul li, .single-post__content .wp-block-post-content ol li {
  margin-bottom: 0.5rem;
}
.single-post__content .wp-block-post-content ul li strong, .single-post__content .wp-block-post-content ol li strong {
  font-weight: 700;
}
.single-post__content .wp-block-post-content ul {
  list-style-type: disc;
}
.single-post__content .wp-block-post-content ol {
  list-style-type: decimal;
}
.single-post__content .wp-block-post-content .wp-block-group.key-takeaways,
.single-post__content .wp-block-post-content .key-takeaways {
  background: #F0EADF;
  border-radius: 25px;
  padding: 1.5rem 2rem;
  margin: 2rem 0;
}
.single-post__content .wp-block-post-content .wp-block-group.key-takeaways h2, .single-post__content .wp-block-post-content .wp-block-group.key-takeaways h3,
.single-post__content .wp-block-post-content .key-takeaways h2,
.single-post__content .wp-block-post-content .key-takeaways h3 {
  margin-top: 0;
}
.single-post__content .wp-block-post-content figure,
.single-post__content .wp-block-post-content .wp-block-image {
  margin: 2rem 0;
  max-width: 100%;
}
.single-post__content .wp-block-post-content figure img,
.single-post__content .wp-block-post-content .wp-block-image img {
  border-radius: 8px;
  max-width: 100%;
  height: auto;
  width: auto;
}
.single-post__content .wp-block-post-content figure figcaption,
.single-post__content .wp-block-post-content .wp-block-image figcaption {
  font-size: 0.875rem;
  color: rgba(58, 53, 42, 0.7);
  text-align: right;
  margin-top: 0.5rem;
}
.single-post__content .wp-block-post-content figure.aligncenter,
.single-post__content .wp-block-post-content .wp-block-image.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.single-post__content .wp-block-post-content .wp-block-gallery,
.single-post__content .wp-block-post-content figure:has(> figure),
.single-post__content .wp-block-post-content figure:has(> .wp-block-image) {
  display: block !important;
  flex-wrap: unset !important;
  -moz-column-count: 1;
       column-count: 1;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  margin: 2rem 0;
  max-width: 100%;
}
@media (min-width: 640px) {
  .single-post__content .wp-block-post-content .wp-block-gallery,
  .single-post__content .wp-block-post-content figure:has(> figure),
  .single-post__content .wp-block-post-content figure:has(> .wp-block-image) {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (min-width: 1024px) {
  .single-post__content .wp-block-post-content .wp-block-gallery,
  .single-post__content .wp-block-post-content figure:has(> figure),
  .single-post__content .wp-block-post-content figure:has(> .wp-block-image) {
    -moz-column-count: 3;
         column-count: 3;
  }
}
.single-post__content .wp-block-post-content .wp-block-gallery.columns-1,
.single-post__content .wp-block-post-content figure:has(> figure).columns-1,
.single-post__content .wp-block-post-content figure:has(> .wp-block-image).columns-1 {
  -moz-column-count: 1;
       column-count: 1;
}
@media (min-width: 640px) {
  .single-post__content .wp-block-post-content .wp-block-gallery.columns-1,
  .single-post__content .wp-block-post-content figure:has(> figure).columns-1,
  .single-post__content .wp-block-post-content figure:has(> .wp-block-image).columns-1 {
    -moz-column-count: 1;
         column-count: 1;
  }
}
@media (min-width: 1024px) {
  .single-post__content .wp-block-post-content .wp-block-gallery.columns-1,
  .single-post__content .wp-block-post-content figure:has(> figure).columns-1,
  .single-post__content .wp-block-post-content figure:has(> .wp-block-image).columns-1 {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.single-post__content .wp-block-post-content .wp-block-gallery.columns-2,
.single-post__content .wp-block-post-content figure:has(> figure).columns-2,
.single-post__content .wp-block-post-content figure:has(> .wp-block-image).columns-2 {
  -moz-column-count: 1;
       column-count: 1;
}
@media (min-width: 640px) {
  .single-post__content .wp-block-post-content .wp-block-gallery.columns-2,
  .single-post__content .wp-block-post-content figure:has(> figure).columns-2,
  .single-post__content .wp-block-post-content figure:has(> .wp-block-image).columns-2 {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (min-width: 1024px) {
  .single-post__content .wp-block-post-content .wp-block-gallery.columns-2,
  .single-post__content .wp-block-post-content figure:has(> figure).columns-2,
  .single-post__content .wp-block-post-content figure:has(> .wp-block-image).columns-2 {
    -moz-column-count: 2;
         column-count: 2;
  }
}
.single-post__content .wp-block-post-content .wp-block-gallery.columns-3,
.single-post__content .wp-block-post-content figure:has(> figure).columns-3,
.single-post__content .wp-block-post-content figure:has(> .wp-block-image).columns-3 {
  -moz-column-count: 1;
       column-count: 1;
}
@media (min-width: 640px) {
  .single-post__content .wp-block-post-content .wp-block-gallery.columns-3,
  .single-post__content .wp-block-post-content figure:has(> figure).columns-3,
  .single-post__content .wp-block-post-content figure:has(> .wp-block-image).columns-3 {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (min-width: 1024px) {
  .single-post__content .wp-block-post-content .wp-block-gallery.columns-3,
  .single-post__content .wp-block-post-content figure:has(> figure).columns-3,
  .single-post__content .wp-block-post-content figure:has(> .wp-block-image).columns-3 {
    -moz-column-count: 3;
         column-count: 3;
  }
}
.single-post__content .wp-block-post-content .wp-block-gallery.columns-4,
.single-post__content .wp-block-post-content figure:has(> figure).columns-4,
.single-post__content .wp-block-post-content figure:has(> .wp-block-image).columns-4 {
  -moz-column-count: 1;
       column-count: 1;
}
@media (min-width: 640px) {
  .single-post__content .wp-block-post-content .wp-block-gallery.columns-4,
  .single-post__content .wp-block-post-content figure:has(> figure).columns-4,
  .single-post__content .wp-block-post-content figure:has(> .wp-block-image).columns-4 {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (min-width: 1024px) {
  .single-post__content .wp-block-post-content .wp-block-gallery.columns-4,
  .single-post__content .wp-block-post-content figure:has(> figure).columns-4,
  .single-post__content .wp-block-post-content figure:has(> .wp-block-image).columns-4 {
    -moz-column-count: 4;
         column-count: 4;
  }
}
.single-post__content .wp-block-post-content .wp-block-gallery.columns-5,
.single-post__content .wp-block-post-content figure:has(> figure).columns-5,
.single-post__content .wp-block-post-content figure:has(> .wp-block-image).columns-5 {
  -moz-column-count: 1;
       column-count: 1;
}
@media (min-width: 640px) {
  .single-post__content .wp-block-post-content .wp-block-gallery.columns-5,
  .single-post__content .wp-block-post-content figure:has(> figure).columns-5,
  .single-post__content .wp-block-post-content figure:has(> .wp-block-image).columns-5 {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (min-width: 1024px) {
  .single-post__content .wp-block-post-content .wp-block-gallery.columns-5,
  .single-post__content .wp-block-post-content figure:has(> figure).columns-5,
  .single-post__content .wp-block-post-content figure:has(> .wp-block-image).columns-5 {
    -moz-column-count: 5;
         column-count: 5;
  }
}
.single-post__content .wp-block-post-content .wp-block-gallery.columns-6,
.single-post__content .wp-block-post-content figure:has(> figure).columns-6,
.single-post__content .wp-block-post-content figure:has(> .wp-block-image).columns-6 {
  -moz-column-count: 1;
       column-count: 1;
}
@media (min-width: 640px) {
  .single-post__content .wp-block-post-content .wp-block-gallery.columns-6,
  .single-post__content .wp-block-post-content figure:has(> figure).columns-6,
  .single-post__content .wp-block-post-content figure:has(> .wp-block-image).columns-6 {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (min-width: 1024px) {
  .single-post__content .wp-block-post-content .wp-block-gallery.columns-6,
  .single-post__content .wp-block-post-content figure:has(> figure).columns-6,
  .single-post__content .wp-block-post-content figure:has(> .wp-block-image).columns-6 {
    -moz-column-count: 6;
         column-count: 6;
  }
}
.single-post__content .wp-block-post-content .wp-block-gallery.columns-7,
.single-post__content .wp-block-post-content figure:has(> figure).columns-7,
.single-post__content .wp-block-post-content figure:has(> .wp-block-image).columns-7 {
  -moz-column-count: 1;
       column-count: 1;
}
@media (min-width: 640px) {
  .single-post__content .wp-block-post-content .wp-block-gallery.columns-7,
  .single-post__content .wp-block-post-content figure:has(> figure).columns-7,
  .single-post__content .wp-block-post-content figure:has(> .wp-block-image).columns-7 {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (min-width: 1024px) {
  .single-post__content .wp-block-post-content .wp-block-gallery.columns-7,
  .single-post__content .wp-block-post-content figure:has(> figure).columns-7,
  .single-post__content .wp-block-post-content figure:has(> .wp-block-image).columns-7 {
    -moz-column-count: 7;
         column-count: 7;
  }
}
.single-post__content .wp-block-post-content .wp-block-gallery.columns-8,
.single-post__content .wp-block-post-content figure:has(> figure).columns-8,
.single-post__content .wp-block-post-content figure:has(> .wp-block-image).columns-8 {
  -moz-column-count: 1;
       column-count: 1;
}
@media (min-width: 640px) {
  .single-post__content .wp-block-post-content .wp-block-gallery.columns-8,
  .single-post__content .wp-block-post-content figure:has(> figure).columns-8,
  .single-post__content .wp-block-post-content figure:has(> .wp-block-image).columns-8 {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (min-width: 1024px) {
  .single-post__content .wp-block-post-content .wp-block-gallery.columns-8,
  .single-post__content .wp-block-post-content figure:has(> figure).columns-8,
  .single-post__content .wp-block-post-content figure:has(> .wp-block-image).columns-8 {
    -moz-column-count: 8;
         column-count: 8;
  }
}
.single-post__content .wp-block-post-content .wp-block-gallery.columns-2:has(> .wp-block-image:nth-child(3):last-child),
.single-post__content .wp-block-post-content figure:has(> figure).columns-2:has(> .wp-block-image:nth-child(3):last-child),
.single-post__content .wp-block-post-content figure:has(> .wp-block-image).columns-2:has(> .wp-block-image:nth-child(3):last-child) {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  -moz-column-count: unset;
       column-count: unset;
}
.single-post__content .wp-block-post-content .wp-block-gallery.columns-2:has(> .wp-block-image:nth-child(3):last-child) > .wp-block-image,
.single-post__content .wp-block-post-content figure:has(> figure).columns-2:has(> .wp-block-image:nth-child(3):last-child) > .wp-block-image,
.single-post__content .wp-block-post-content figure:has(> .wp-block-image).columns-2:has(> .wp-block-image:nth-child(3):last-child) > .wp-block-image {
  -moz-column-break-inside: unset;
       break-inside: unset;
  margin: 0 !important;
}
.single-post__content .wp-block-post-content .wp-block-gallery.columns-2:has(> .wp-block-image:nth-child(3):last-child) > .wp-block-image:last-child,
.single-post__content .wp-block-post-content figure:has(> figure).columns-2:has(> .wp-block-image:nth-child(3):last-child) > .wp-block-image:last-child,
.single-post__content .wp-block-post-content figure:has(> .wp-block-image).columns-2:has(> .wp-block-image:nth-child(3):last-child) > .wp-block-image:last-child {
  grid-column: 1/-1;
}
.single-post__content .wp-block-post-content .wp-block-gallery > figure,
.single-post__content .wp-block-post-content .wp-block-gallery > .wp-block-image,
.single-post__content .wp-block-post-content .wp-block-gallery .wp-block-image,
.single-post__content .wp-block-post-content figure:has(> figure) > figure,
.single-post__content .wp-block-post-content figure:has(> figure) > .wp-block-image,
.single-post__content .wp-block-post-content figure:has(> figure) .wp-block-image,
.single-post__content .wp-block-post-content figure:has(> .wp-block-image) > figure,
.single-post__content .wp-block-post-content figure:has(> .wp-block-image) > .wp-block-image,
.single-post__content .wp-block-post-content figure:has(> .wp-block-image) .wp-block-image {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  page-break-inside: avoid;
  margin: 0 0 1rem 0 !important;
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  flex: none !important;
  flex-basis: auto !important;
}
.single-post__content .wp-block-post-content .wp-block-gallery > figure img,
.single-post__content .wp-block-post-content .wp-block-gallery > .wp-block-image img,
.single-post__content .wp-block-post-content .wp-block-gallery .wp-block-image img,
.single-post__content .wp-block-post-content figure:has(> figure) > figure img,
.single-post__content .wp-block-post-content figure:has(> figure) > .wp-block-image img,
.single-post__content .wp-block-post-content figure:has(> figure) .wp-block-image img,
.single-post__content .wp-block-post-content figure:has(> .wp-block-image) > figure img,
.single-post__content .wp-block-post-content figure:has(> .wp-block-image) > .wp-block-image img,
.single-post__content .wp-block-post-content figure:has(> .wp-block-image) .wp-block-image img {
  width: 100% !important;
  height: auto !important;
  border-radius: 8px;
  display: block;
}
.single-post__content .wp-block-post-content .wp-block-image.size-large,
.single-post__content .wp-block-post-content .wp-block-image.size-full {
  max-width: 100%;
}
.single-post__content .wp-block-post-content .wp-block-image.size-large img,
.single-post__content .wp-block-post-content .wp-block-image.size-full img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.single-post__content .wp-block-post-content blockquote {
  border-left: 4px solid #F58A00;
  padding-left: 1.5rem;
  margin: 2rem 0;
  font-style: italic;
  font-size: 1.5rem;
  line-height: 1.4;
  color: #3A352A;
}
.post-navigation .wp-block-post-navigation-link {
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #085D84;
  text-decoration: none;
}
.post-navigation .wp-block-post-navigation-link:hover {
  text-decoration: underline;
}
.wp-block-post-terms {
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 0.875rem;
  color: #3A352A;
}
.wp-block-post-terms a {
  color: #085D84;
  text-decoration: none;
}
.wp-block-post-terms a:hover {
  text-decoration: underline;
}
.hook-em {
  background: #F0EADF;
  border-radius: 25px;
  padding: 2rem;
  text-align: center;
  margin: 2rem 0;
}
.hook-em__title {
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  color: #3A352A;
  margin: 0 0 1rem;
}
.hook-em__text {
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 1.75rem;
  color: #3A352A;
  margin: 0 0 1.5rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
/**
 * Single Page Template Styles
 * 
 * Two-column layout with TOC-only sidebar for content pages.
 * Works with FSE template: templates/page.html
 * Modeled after _single-post.scss but simplified for pages.
 *
 * @package ASEPress
 * @since   1.0.0
 */
/**
 * Design System Variables
 * 
 * Central design token definitions aligned with Figma style guide.
 * All values should be derived from design specs for consistency.
 * 
 * IMPORTANT: This is the SINGLE SOURCE OF TRUTH for all SCSS variables.
 * Block styles should import this file via:
 *   @import '../../../resources/sass/utilities/variables';
 *
 * @package ASEPress
 * @since 1.0.0
 * 
 * Table of Contents:
 * ──────────────────────────────────────────────────────────────────────────────
 * 1. COLORS
 *    1.1 Brand Palette (Figma)
 *    1.2 Legacy Colors (deprecated - use semantic tokens)
 *    1.3 Semantic Tokens
 *    1.4 Component Tokens
 * 
 * 2. SPACING & LAYOUT
 *    2.1 Spacing Scale (Tailwind-aligned)
 *    2.2 Component Spacing
 *    2.3 Container Settings
 * 
 * 3. BORDERS & EFFECTS
 *    3.1 Border Radius
 *    3.2 Shadows (including card-specific)
 *    3.3 Button Effects
 * 
 * 4. ANIMATION & TRANSITIONS
 *    4.1 Duration
 *    4.2 Easing Functions
 *    4.3 Common Transition Presets
 * 
 * 5. Z-INDEX SCALE
 * 
 * 6. BREAKPOINTS
 *    6.1 Standard Breakpoints
 *    6.2 Content-Specific Breakpoints
 * 
 * 7. TYPOGRAPHY
 *    7.1 Font Families
 *    7.2 Font Sizes (rem-based)
 *    7.3 Font Weights
 *    7.4 Line Heights
 *    7.5 Letter Spacing
 * ──────────────────────────────────────────────────────────────────────────────
 */
.single-page {
  background: #F5F1E8;
}
.single-page__breadcrumbs-wrapper {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 1024px) {
  .single-page__breadcrumbs-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.single-page__breadcrumbs-wrapper {
  padding-top: 16px;
  padding-bottom: 0;
}
.single-page__breadcrumbs-wrapper .ase-breadcrumbs {
  color: rgba(58, 53, 42, 0.65);
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4;
}
.single-page__breadcrumbs-wrapper .ase-breadcrumbs ol li {
  margin: 0;
}
@media (min-width: 768px) {
  .single-page__breadcrumbs-wrapper .ase-breadcrumbs {
    font-size: 0.875rem;
  }
}
.single-page__breadcrumbs-wrapper .ase-breadcrumbs p {
  margin: 0;
}
.single-page__breadcrumbs-wrapper .ase-breadcrumbs a {
  color: #085D84;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}
.single-page__breadcrumbs-wrapper .ase-breadcrumbs a:hover {
  color: rgb(5.0857142857, 59.1214285714, 83.9142857143);
  text-decoration: underline;
}
.single-page__breadcrumbs-wrapper .ase-breadcrumbs .ase-breadcrumbs__current,
.single-page__breadcrumbs-wrapper .ase-breadcrumbs .breadcrumb_last,
.single-page__breadcrumbs-wrapper .ase-breadcrumbs span.breadcrumb_last,
.single-page__breadcrumbs-wrapper .ase-breadcrumbs [aria-current=page] {
  color: #085D84;
  font-weight: 600;
}
.single-page__breadcrumbs-wrapper .ase-breadcrumbs .ase-breadcrumbs__separator,
.single-page__breadcrumbs-wrapper .ase-breadcrumbs .separator {
  color: rgba(58, 53, 42, 0.45);
  margin: 0 4px;
}
.single-page__title-bar {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin: 0 auto;
}
.single-page__title-bar .wp-block-post-title,
.single-page__title-bar .single-page__heading {
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.225;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .single-page__title-bar .wp-block-post-title,
  .single-page__title-bar .single-page__heading {
    font-size: 3rem;
  }
}
.single-page__title-bar .wp-block-post-title,
.single-page__title-bar .single-page__heading {
  color: #3A352A;
  margin: 0;
}
.single-page__columns {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .single-page__columns {
    flex-direction: column !important;
    padding: 0 1rem !important;
  }
  .single-page__columns .single-page__content,
  .single-page__columns .single-page__sidebar {
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
}
@media (max-width: 768px) {
  .single-page__columns {
    padding: 0 1.5rem !important;
  }
}
.single-page__content {
  overflow: hidden;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (min-width: 768px) {
  .single-page__content {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
}
.single-page__content .wp-block-post-content {
  max-width: 100%;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 1.125rem;
  line-height: 1.7;
  color: #3A352A;
}
.single-page__content .wp-block-post-content a:not(.btn):not(.wp-block-button__link):not(.button):not(.--btn):not(.ase-card__primary-action):not(.ase-card__image):not(.ase-card__cta):not(.ase-card__read-more-btn):not(.ase-card__linked-trip) {
  color: #085D84;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}
.single-page__content .wp-block-post-content a:not(.btn):not(.wp-block-button__link):not(.button):not(.--btn):not(.ase-card__primary-action):not(.ase-card__image):not(.ase-card__cta):not(.ase-card__read-more-btn):not(.ase-card__linked-trip):hover, .single-page__content .wp-block-post-content a:not(.btn):not(.wp-block-button__link):not(.button):not(.--btn):not(.ase-card__primary-action):not(.ase-card__image):not(.ase-card__cta):not(.ase-card__read-more-btn):not(.ase-card__linked-trip):focus-visible {
  color: #085D84;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.single-page__content .wp-block-post-content ul, .single-page__content .wp-block-post-content ol {
  margin-bottom: 1.25rem;
  padding-left: 1.5rem;
}
.single-page__content .wp-block-post-content ul li, .single-page__content .wp-block-post-content ol li {
  margin-bottom: 0.5rem;
}
.single-page__content .wp-block-post-content ul li strong, .single-page__content .wp-block-post-content ol li strong {
  font-weight: 700;
}
.single-page__content .wp-block-post-content ul li {
  list-style-type: disc;
}
.single-page__content .wp-block-post-content ol li {
  list-style-type: decimal;
}
.single-page__content .wp-block-post-content figure,
.single-page__content .wp-block-post-content .wp-block-image {
  margin: 2rem 0;
  max-width: 100%;
}
.single-page__content .wp-block-post-content figure img,
.single-page__content .wp-block-post-content .wp-block-image img {
  border-radius: 8px;
  max-width: 100%;
  height: auto;
}
.single-page__content .wp-block-post-content figure figcaption,
.single-page__content .wp-block-post-content .wp-block-image figcaption {
  font-family: "ff-tisa-web-pro", "Tisa Pro", Georgia, serif;
  font-size: 0.875rem;
  color: rgba(58, 53, 42, 0.7);
  text-align: right;
  margin-top: 0.5rem;
}
.single-page__content .wp-block-post-content figure.aligncenter,
.single-page__content .wp-block-post-content .wp-block-image.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.single-page__content .wp-block-post-content .wp-block-image.size-large,
.single-page__content .wp-block-post-content .wp-block-image.size-full {
  max-width: 100%;
}
.single-page__content .wp-block-post-content .wp-block-image.size-large img,
.single-page__content .wp-block-post-content .wp-block-image.size-full img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.single-page__content .wp-block-post-content .wp-block-gallery {
  display: block !important;
  -moz-column-count: 1;
       column-count: 1;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  margin: 2rem 0;
  max-width: 100%;
}
@media (min-width: 640px) {
  .single-page__content .wp-block-post-content .wp-block-gallery {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (min-width: 1024px) {
  .single-page__content .wp-block-post-content .wp-block-gallery {
    -moz-column-count: 3;
         column-count: 3;
  }
}
.single-page__content .wp-block-post-content .wp-block-gallery.columns-1 {
  -moz-column-count: 1;
       column-count: 1;
}
@media (min-width: 640px) {
  .single-page__content .wp-block-post-content .wp-block-gallery.columns-1 {
    -moz-column-count: 1;
         column-count: 1;
  }
}
@media (min-width: 1024px) {
  .single-page__content .wp-block-post-content .wp-block-gallery.columns-1 {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.single-page__content .wp-block-post-content .wp-block-gallery.columns-2 {
  -moz-column-count: 1;
       column-count: 1;
}
@media (min-width: 640px) {
  .single-page__content .wp-block-post-content .wp-block-gallery.columns-2 {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (min-width: 1024px) {
  .single-page__content .wp-block-post-content .wp-block-gallery.columns-2 {
    -moz-column-count: 2;
         column-count: 2;
  }
}
.single-page__content .wp-block-post-content .wp-block-gallery.columns-3 {
  -moz-column-count: 1;
       column-count: 1;
}
@media (min-width: 640px) {
  .single-page__content .wp-block-post-content .wp-block-gallery.columns-3 {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (min-width: 1024px) {
  .single-page__content .wp-block-post-content .wp-block-gallery.columns-3 {
    -moz-column-count: 3;
         column-count: 3;
  }
}
.single-page__content .wp-block-post-content .wp-block-gallery.columns-4 {
  -moz-column-count: 1;
       column-count: 1;
}
@media (min-width: 640px) {
  .single-page__content .wp-block-post-content .wp-block-gallery.columns-4 {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (min-width: 1024px) {
  .single-page__content .wp-block-post-content .wp-block-gallery.columns-4 {
    -moz-column-count: 4;
         column-count: 4;
  }
}
.single-page__content .wp-block-post-content .wp-block-gallery.columns-5 {
  -moz-column-count: 1;
       column-count: 1;
}
@media (min-width: 640px) {
  .single-page__content .wp-block-post-content .wp-block-gallery.columns-5 {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (min-width: 1024px) {
  .single-page__content .wp-block-post-content .wp-block-gallery.columns-5 {
    -moz-column-count: 5;
         column-count: 5;
  }
}
.single-page__content .wp-block-post-content .wp-block-gallery.columns-6 {
  -moz-column-count: 1;
       column-count: 1;
}
@media (min-width: 640px) {
  .single-page__content .wp-block-post-content .wp-block-gallery.columns-6 {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (min-width: 1024px) {
  .single-page__content .wp-block-post-content .wp-block-gallery.columns-6 {
    -moz-column-count: 6;
         column-count: 6;
  }
}
.single-page__content .wp-block-post-content .wp-block-gallery.columns-7 {
  -moz-column-count: 1;
       column-count: 1;
}
@media (min-width: 640px) {
  .single-page__content .wp-block-post-content .wp-block-gallery.columns-7 {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (min-width: 1024px) {
  .single-page__content .wp-block-post-content .wp-block-gallery.columns-7 {
    -moz-column-count: 7;
         column-count: 7;
  }
}
.single-page__content .wp-block-post-content .wp-block-gallery.columns-8 {
  -moz-column-count: 1;
       column-count: 1;
}
@media (min-width: 640px) {
  .single-page__content .wp-block-post-content .wp-block-gallery.columns-8 {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (min-width: 1024px) {
  .single-page__content .wp-block-post-content .wp-block-gallery.columns-8 {
    -moz-column-count: 8;
         column-count: 8;
  }
}
.single-page__content .wp-block-post-content .wp-block-gallery > figure,
.single-page__content .wp-block-post-content .wp-block-gallery > .wp-block-image,
.single-page__content .wp-block-post-content .wp-block-gallery .wp-block-image {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin: 0 0 1rem 0 !important;
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
}
.single-page__content .wp-block-post-content .wp-block-gallery > figure img,
.single-page__content .wp-block-post-content .wp-block-gallery > .wp-block-image img,
.single-page__content .wp-block-post-content .wp-block-gallery .wp-block-image img {
  width: 100% !important;
  height: auto !important;
  border-radius: 8px;
  display: block;
}
.single-page__content .wp-block-post-content blockquote {
  border-left: 4px solid #F58A00;
  padding-left: 1.5rem;
  margin: 2rem 0;
  font-style: italic;
  font-size: 1.375rem;
  line-height: 1.4;
  color: #3A352A;
}
.single-page__content .wp-block-post-content .wp-block-separator {
  border-color: #D9C79F;
  margin: 2rem 0;
}
.single-page__content .wp-block-post-content .wp-block-buttons {
  margin: 1.5rem 0;
}
.single-page__content .wp-block-post-content .alignfull {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.single-page:not(.single-page--sidebar) .single-page__content {
  overflow: visible;
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.single-page:not(.single-page--sidebar).has-global-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.single-page:not(.single-page--sidebar) .single-page__content > .wp-block-post-content {
  width: 100% !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.single-page:not(.single-page--sidebar) .single-page__content > .wp-block-post-content > :where(:not(.alignleft):not(.aligncenter):not(.alignright):not(.alignfull):not(.alignwide):not(.alignnarrow):not(.alignwide-no-padding)) {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 1024px) {
  .single-page:not(.single-page--sidebar) .single-page__content > .wp-block-post-content > :where(:not(.alignleft):not(.aligncenter):not(.alignright):not(.alignfull):not(.alignwide):not(.alignnarrow):not(.alignwide-no-padding)) {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.single-page:not(.single-page--sidebar) .single-page__content > .wp-block-post-content > :where(:not(.alignleft):not(.aligncenter):not(.alignright):not(.alignfull):not(.alignwide):not(.alignnarrow):not(.alignwide-no-padding)) {
  box-sizing: border-box;
  max-width: 1440px !important;
}
.single-page:not(.single-page--sidebar) .single-page__content > .wp-block-post-content > .alignwide:not(.alignnarrow):not(.alignwide-no-padding) {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1440px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.single-page:not(.single-page--sidebar) .single-page__content > .wp-block-post-content > .alignfull:not(.alignnarrow):not(.alignwide-no-padding) {
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}
@media (max-width: 1024px) {
  .single-page__sidebar {
    display: none;
  }
}
.single-page__sidebar-sticky {
  position: sticky;
  top: calc(var(--header-offset, 90px) + 30px);
}
@media (max-width: 1024px) {
  .single-page__sidebar-sticky {
    position: static;
  }
}
.error-404 .error-404__content {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .error-404 .error-404__content {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.error-404 .error-404__content > * {
  margin-left: auto;
  margin-right: auto;
}
.error-404 .error-404__content p {
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 1.125rem;
  line-height: 1.8;
  color: #3A352A;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.error-404 .error-404__content a:not(.btn):not(.wp-block-button__link) {
  color: #085D84;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}
.error-404 .error-404__content a:not(.btn):not(.wp-block-button__link):hover, .error-404 .error-404__content a:not(.btn):not(.wp-block-button__link):focus-visible {
  color: #085D84;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.error-404 .error-404__content img {
  border-radius: 12px;
  margin: 1.5rem auto;
  max-width: 100%;
  height: auto;
  display: block;
}
.error-404 .error-404__content .wp-block-html {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.error-404 .error-404__title {
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  color: #3A352A;
}
.error-404 .error-404__suggestions {
  max-width: 1440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
/**
 * Wishlist template styles.
 *
 * The saved item summary uses the shared `.ase-card` component classes with
 * small sidebar-specific adjustments so it matches the rest of the site cards.
 */
.wishlist-page {
  padding-bottom: 80px;
  background-color: #F5F1E8;
}
.wishlist-page .wishlist-header {
  text-align: center;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}
.wishlist-page .wishlist-title {
  margin: 0 0 12px;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2;
  color: #085D84;
}
@media (min-width: 768px) {
  .wishlist-page .wishlist-title {
    font-size: 3rem;
  }
}
.wishlist-page .wishlist-intro {
  margin: 0;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75;
  color: #59513D;
}
.wishlist-page .wishlist-content {
  display: grid;
  gap: 32px;
  align-items: start;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 1024px) {
  .wishlist-page .wishlist-content {
    grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.95fr);
    gap: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.wishlist-page .wishlist-form-column,
.wishlist-page .wishlist-trips-column {
  min-width: 0;
}
.wishlist-page .wishlist-form-column {
  padding: 24px;
  border-radius: 25px;
  background-color: #F0EADF;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
@media (min-width: 768px) {
  .wishlist-page .wishlist-form-column {
    padding: 32px;
  }
}
.wishlist-page .wishlist-form-column .gform_wrapper.gform_wrapper .gfield--type-name .ginput_complex.ginput_container--name {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 12px !important;
  width: 100% !important;
  margin: 0 !important;
}
@media (min-width: 640px) {
  .wishlist-page .wishlist-form-column .gform_wrapper.gform_wrapper .gfield--type-name .ginput_complex.ginput_container--name {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.wishlist-page .wishlist-form-column .gform_wrapper.gform_wrapper .gfield--type-name .ginput_complex.ginput_container--name > p {
  display: block;
  width: 100%;
  min-width: 0;
  margin: 0;
}
.wishlist-page .wishlist-form-column .gform_wrapper.gform_wrapper .gfield--type-name .ginput_complex.ginput_container--name > p > br {
  display: none;
}
.wishlist-page .wishlist-form-column .gform_wrapper.gform_wrapper .gfield--type-name .ginput_complex.ginput_container--name br {
  display: none;
}
.wishlist-page .wishlist-form-column .gform_wrapper.gform_wrapper .gfield--type-name .ginput_complex.ginput_container--name > p > span,
.wishlist-page .wishlist-form-column .gform_wrapper.gform_wrapper .gfield--type-name .ginput_complex.ginput_container--name > span {
  display: block;
  flex: none !important;
  width: 100%;
  max-width: none;
  min-width: 0;
  padding: 0 !important;
}
.wishlist-page .wishlist-form-column .gform_wrapper.gform_wrapper .gfield--type-name .ginput_complex.ginput_container--name input {
  width: 100%;
}
.wishlist-page .wishlist-form-column .gform_wrapper.gform_wrapper .gform_footer, .wishlist-page .wishlist-form-column .gform_wrapper.gform_wrapper.gform-theme--orbital .gform_footer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 0;
  margin-top: 8px;
  padding-top: 8px;
}
.wishlist-page .wishlist-form-column .gform_wrapper.gform_wrapper .gform_footer > br,
.wishlist-page .wishlist-form-column .gform_wrapper.gform_wrapper .gform_footer > p,
.wishlist-page .wishlist-form-column .gform_wrapper.gform_wrapper .gform_footer input[type=hidden], .wishlist-page .wishlist-form-column .gform_wrapper.gform_wrapper.gform-theme--orbital .gform_footer > br,
.wishlist-page .wishlist-form-column .gform_wrapper.gform_wrapper.gform-theme--orbital .gform_footer > p,
.wishlist-page .wishlist-form-column .gform_wrapper.gform_wrapper.gform-theme--orbital .gform_footer input[type=hidden] {
  display: none !important;
}
.wishlist-page .wishlist-form-column .gform_wrapper.gform_wrapper .gform_footer input[type=submit],
.wishlist-page .wishlist-form-column .gform_wrapper.gform_wrapper .gform_footer button[type=submit],
.wishlist-page .wishlist-form-column .gform_wrapper.gform_wrapper .gform_footer .gform-theme-button, .wishlist-page .wishlist-form-column .gform_wrapper.gform_wrapper.gform-theme--orbital .gform_footer input[type=submit],
.wishlist-page .wishlist-form-column .gform_wrapper.gform_wrapper.gform-theme--orbital .gform_footer button[type=submit],
.wishlist-page .wishlist-form-column .gform_wrapper.gform_wrapper.gform-theme--orbital .gform_footer .gform-theme-button {
  width: auto !important;
  height: 54px !important;
  min-width: 180px !important;
  min-height: 54px !important;
  max-height: 54px !important;
  padding: 0 32px !important;
  white-space: nowrap !important;
  line-height: 1 !important;
}
.wishlist-page .wishlist-form-title {
  margin: 0 0 12px;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #3A352A;
}
.wishlist-page .wishlist-trips-column {
  position: static !important;
  width: 100%;
}
@media (min-width: 1024px) {
  .wishlist-page .wishlist-trips-column {
    position: sticky !important;
    top: 32px !important;
  }
}
.ase-wishlist-summary {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ase-wishlist-summary__header {
  padding: 12px 20px;
  border-radius: 25px;
  background-color: #085D84;
  color: #FFFFFF;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
@media (min-width: 768px) {
  .ase-wishlist-summary__header {
    padding: 16px 20px;
  }
}
.ase-wishlist-summary__header p.ase-wishlist-summary__eyebrow {
  margin: 0 0 4px;
}
.ase-wishlist-summary__header h3.ase-wishlist-summary__heading {
  margin: 0;
}
.ase-wishlist-summary__eyebrow {
  margin: 0 0 4px;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.5;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
}
.ase-wishlist-summary__heading {
  margin: 0;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #FFFFFF;
}
.ase-wishlist-summary__list {
  display: grid;
  gap: 12px;
}
.ase-wishlist-summary__item {
  position: relative;
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  min-height: 104px;
  overflow: hidden;
  border: 1px solid rgba(205, 216, 214, 0.24);
  border-radius: 12px;
  background-color: #FFFFFF;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.ase-wishlist-summary__image-link {
  display: block;
  min-height: 104px;
  color: inherit;
  background-color: #F0EADF;
}
.ase-wishlist-summary__image, .ase-wishlist-summary__placeholder {
  width: 100%;
  height: 100%;
  min-height: 104px;
  -o-object-fit: cover;
     object-fit: cover;
}
.ase-wishlist-summary__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(8, 93, 132, 0.45);
}
.ase-wishlist-summary__placeholder svg {
  width: 34px;
  height: 34px;
}
.ase-wishlist-summary__remove {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 1px solid rgba(205, 216, 214, 0.85);
  border-radius: 9999px;
  background-color: rgba(255, 255, 255, 0.96);
  color: #3A352A;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 1.125rem;
  line-height: 1;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  transition: background-color 200ms cubic-bezier(0.4, 0, 0.2, 1), border-color 200ms cubic-bezier(0.4, 0, 0.2, 1), color 200ms cubic-bezier(0.4, 0, 0.2, 1), transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.ase-wishlist-summary__remove:hover, .ase-wishlist-summary__remove:focus-visible {
  border-color: rgba(245, 138, 0, 0.55);
  background-color: #F58A00;
  color: #FFFFFF;
  transform: translateY(-1px);
}
.ase-wishlist-summary__remove:focus-visible {
  outline: 2px solid rgba(8, 93, 132, 0.45);
  outline-offset: 2px;
}
.ase-wishlist-summary__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  padding: 12px 16px;
}
.ase-wishlist-summary__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 4px;
  margin: 0;
  padding-right: 24px;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.5;
  color: #59513D;
  text-transform: uppercase;
}
.ase-wishlist-summary__separator {
  color: rgba(89, 81, 61, 0.45);
}
.ase-wishlist-summary__title {
  margin: 0;
  padding-right: 24px;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #085D84;
}
.ase-wishlist-summary__title a {
  color: inherit;
  text-decoration: none;
}
.ase-wishlist-summary__title a:hover {
  color: rgb(5.6685714286, 65.8971428571, 93.5314285714);
}
.ase-wishlist-summary__ship {
  margin: 0;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #59513D;
}
.ase-wishlist-summary__footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  margin-top: auto;
  padding-top: 4px;
}
.ase-wishlist-summary__price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.ase-wishlist-summary__price-label {
  font-size: 0.75rem;
  color: #59513D;
  text-transform: uppercase;
}
.ase-wishlist-summary__price-value {
  font-size: 1rem;
  line-height: 1.2;
  color: #3A352A;
}
.ase-wishlist-summary__cta {
  flex-shrink: 0;
  margin-left: auto;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5;
  color: #085D84;
  text-transform: uppercase;
  text-decoration: none;
}
.ase-wishlist-summary__cta:hover {
  color: rgb(5.6685714286, 65.8971428571, 93.5314285714);
  text-decoration: underline;
}
.ase-wishlist-summary--loading, .ase-wishlist-summary--empty {
  padding: 40px 24px;
  border-radius: 25px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  text-align: center;
}
.ase-wishlist-summary--loading p, .ase-wishlist-summary--empty p {
  margin: 0;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  color: #59513D;
}
.ase-wishlist-summary--empty .btn {
  margin-top: 20px;
}
html .ase-wishlist-summary__header p.ase-wishlist-summary__eyebrow {
  margin: 0 0 4px;
}
html .ase-wishlist-summary__header h3.ase-wishlist-summary__heading {
  margin: 0;
}
/**
 * Global Block & Plugin Overwrites
 *
 * This file contains styles that MUST remain in the main SCSS bundle because they:
 * 1. Override third-party plugin output (Gravity Forms, WooCommerce, etc.)
 * 2. Style WordPress core blocks that appear on every page
 * 3. Provide global fixes that can't be scoped to a single block
 *
 * DO NOT add block-specific styles here. Block styles belong in:
 *   blocks/{block-name}/build/block.scss
 *
 * @package ASEPress
 * @since 1.0.0
 * 
 * Table of Contents:
 * ──────────────────────────────────────────────────────────────────────────────
 * 1. WORDPRESS CORE BLOCKS
 *    1.1 Block Group Overrides
 *    1.2 Block Image Overrides
 *    1.3 Block Button Overrides
 *    1.4 Block Query/Loop Overrides
 * 2. GRAVITY FORMS
 * 3. WOOCOMMERCE (If enabled)
 * 4. RELEVANSSI SEARCH
 * 5. OTHER PLUGINS
 * ──────────────────────────────────────────────────────────────────────────────
 */
/**
 * Design System Variables
 * 
 * Central design token definitions aligned with Figma style guide.
 * All values should be derived from design specs for consistency.
 * 
 * IMPORTANT: This is the SINGLE SOURCE OF TRUTH for all SCSS variables.
 * Block styles should import this file via:
 *   @import '../../../resources/sass/utilities/variables';
 *
 * @package ASEPress
 * @since 1.0.0
 * 
 * Table of Contents:
 * ──────────────────────────────────────────────────────────────────────────────
 * 1. COLORS
 *    1.1 Brand Palette (Figma)
 *    1.2 Legacy Colors (deprecated - use semantic tokens)
 *    1.3 Semantic Tokens
 *    1.4 Component Tokens
 * 
 * 2. SPACING & LAYOUT
 *    2.1 Spacing Scale (Tailwind-aligned)
 *    2.2 Component Spacing
 *    2.3 Container Settings
 * 
 * 3. BORDERS & EFFECTS
 *    3.1 Border Radius
 *    3.2 Shadows (including card-specific)
 *    3.3 Button Effects
 * 
 * 4. ANIMATION & TRANSITIONS
 *    4.1 Duration
 *    4.2 Easing Functions
 *    4.3 Common Transition Presets
 * 
 * 5. Z-INDEX SCALE
 * 
 * 6. BREAKPOINTS
 *    6.1 Standard Breakpoints
 *    6.2 Content-Specific Breakpoints
 * 
 * 7. TYPOGRAPHY
 *    7.1 Font Families
 *    7.2 Font Sizes (rem-based)
 *    7.3 Font Weights
 *    7.4 Line Heights
 *    7.5 Letter Spacing
 * ──────────────────────────────────────────────────────────────────────────────
 */
.wp-block-image img {
  max-width: 100%;
  height: auto;
}
.wp-block-image.size-full {
  height: auto;
  width: auto;
}
.wp-block-image figcaption {
  font-family: "ff-tisa-web-pro", "Tisa Pro", Georgia, serif;
  font-size: 0.875rem;
  color: #59513D;
  text-align: right;
  margin-top: 8px;
}
.entry-content .wp-block-image img.size-full,
.entry-content .wp-block-image img[class*=wp-image-],
.entry-content .wp-block-column img.size-full,
.entry-content .wp-block-column img[class*=wp-image-],
.entry-content .wp-block-media-text__media img.size-full,
.entry-content .wp-block-media-text__media img[class*=wp-image-],
.wp-block-post-content .wp-block-image img.size-full,
.wp-block-post-content .wp-block-image img[class*=wp-image-],
.wp-block-post-content .wp-block-column img.size-full,
.wp-block-post-content .wp-block-column img[class*=wp-image-],
.wp-block-post-content .wp-block-media-text__media img.size-full,
.wp-block-post-content .wp-block-media-text__media img[class*=wp-image-] {
  height: auto !important;
  max-width: 100%;
}
.entry-content .wp-block-media-text__media img,
.wp-block-post-content .wp-block-media-text__media img {
  height: auto;
  max-width: 100%;
}
.entry-content .wp-block-media-text.is-image-fill .wp-block-media-text__media,
.wp-block-post-content .wp-block-media-text.is-image-fill .wp-block-media-text__media {
  background-image: none !important;
  min-height: 0;
}
.entry-content .wp-block-media-text.is-image-fill .wp-block-media-text__media img,
.wp-block-post-content .wp-block-media-text.is-image-fill .wp-block-media-text__media img {
  clip: auto !important;
  clip-path: none !important;
  height: auto !important;
  margin: 0 !important;
  max-width: 100%;
  overflow: visible !important;
  position: static !important;
  width: 100% !important;
}
.wp-block-button.is-style-fill .wp-block-button__link:not(.has-background), .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-background) {
  background-color: #085D84;
  color: #FFFFFF;
  border: 2px solid #085D84;
  border-radius: 10px;
}
.wp-block-button.is-style-fill .wp-block-button__link:not(.has-background):hover, .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-background):hover {
  background-color: rgba(8, 93, 132, 0.8);
  border-color: rgba(8, 93, 132, 0.8);
  color: #FFFFFF;
}
.wp-block-button.is-style-fill .wp-block-button__link:not(.has-background):is([href^="tel:"], [href*="/contact"], [href*="?contact"], [href*=contact-us]), .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-background):is([href^="tel:"], [href*="/contact"], [href*="?contact"], [href*=contact-us]), .wp-block-button.is-style-fill.d-modal-contact-us-modal .wp-block-button__link:not(.has-background), .wp-block-button:not(.is-style-outline).d-modal-contact-us-modal .wp-block-button__link:not(.has-background), .wp-block-button.is-style-fill .wp-block-button__link.d-modal-contact-us-modal:not(.has-background), .wp-block-button:not(.is-style-outline) .wp-block-button__link.d-modal-contact-us-modal:not(.has-background), .wp-block-button.is-style-fill .wp-block-button__link.aseModal--contact-us:not(.has-background), .wp-block-button:not(.is-style-outline) .wp-block-button__link.aseModal--contact-us:not(.has-background) {
  background-color: #F58A00;
  color: #3A352A;
  border-color: #F58A00;
}
.wp-block-button.is-style-fill .wp-block-button__link:not(.has-background):is([href^="tel:"], [href*="/contact"], [href*="?contact"], [href*=contact-us]):hover, .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-background):is([href^="tel:"], [href*="/contact"], [href*="?contact"], [href*=contact-us]):hover, .wp-block-button.is-style-fill.d-modal-contact-us-modal .wp-block-button__link:not(.has-background):hover, .wp-block-button:not(.is-style-outline).d-modal-contact-us-modal .wp-block-button__link:not(.has-background):hover, .wp-block-button.is-style-fill .wp-block-button__link.d-modal-contact-us-modal:not(.has-background):hover, .wp-block-button:not(.is-style-outline) .wp-block-button__link.d-modal-contact-us-modal:not(.has-background):hover, .wp-block-button.is-style-fill .wp-block-button__link.aseModal--contact-us:not(.has-background):hover, .wp-block-button:not(.is-style-outline) .wp-block-button__link.aseModal--contact-us:not(.has-background):hover {
  background-color: rgb(247, 161.4, 51);
  border-color: rgb(247, 161.4, 51);
  color: #3A352A;
}
.wp-block-button.is-style-fill .wp-block-button__link.has-background:hover, .wp-block-button:not(.is-style-outline) .wp-block-button__link.has-background:hover {
  filter: brightness(1.08);
}
.wp-block-button.is-style-fill .wp-block-button__link.has-background[style*="#6e8c80" i], .wp-block-button:not(.is-style-outline) .wp-block-button__link.has-background[style*="#006b5e" i], .wp-block-button.is-style-fill .wp-block-button__link.has-background[style*="#006b5e" i], .wp-block-button:not(.is-style-outline) .wp-block-button__link.has-background[style*="#6e8c80" i] {
  background-color: #085D84 !important;
  color: #FFFFFF !important;
  border: 2px solid #085D84 !important;
  border-radius: 10px !important;
}
.wp-block-button.is-style-fill .wp-block-button__link.has-background[style*="#6e8c80" i]:hover, .wp-block-button:not(.is-style-outline) .wp-block-button__link.has-background[style*="#006b5e" i]:hover, .wp-block-button.is-style-fill .wp-block-button__link.has-background[style*="#006b5e" i]:hover, .wp-block-button:not(.is-style-outline) .wp-block-button__link.has-background[style*="#6e8c80" i]:hover {
  background-color: rgba(8, 93, 132, 0.8) !important;
  border-color: rgba(8, 93, 132, 0.8) !important;
  color: #FFFFFF !important;
  filter: none;
}
.wp-block-button.is-style-fill .wp-block-button__link.has-background[style*="#f58a00" i], .wp-block-button:not(.is-style-outline) .wp-block-button__link.has-background[style*="#f58a00" i] {
  background-color: #F58A00 !important;
  color: #3A352A !important;
  border: 2px solid #F58A00 !important;
  border-radius: 10px !important;
}
.wp-block-button.is-style-fill .wp-block-button__link.has-background[style*="#f58a00" i]:hover, .wp-block-button:not(.is-style-outline) .wp-block-button__link.has-background[style*="#f58a00" i]:hover {
  background-color: rgb(247, 161.4, 51) !important;
  border-color: rgb(247, 161.4, 51) !important;
  color: #3A352A !important;
  filter: none;
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background) {
  background-color: #FFFFFF;
  color: #085D84;
  border: 2px solid #085D84;
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):hover {
  background-color: rgba(8, 93, 132, 0.2);
  color: #085D84;
}
.wp-block-buttons > .wp-block-button .wp-block-button__link:not(.has-background) {
  background-color: #085D84;
  color: #FFFFFF;
  border: 2px solid #085D84;
  border-radius: 10px;
}
.wp-block-buttons > .wp-block-button .wp-block-button__link:not(.has-background):hover {
  background-color: rgba(8, 93, 132, 0.8);
  border-color: rgba(8, 93, 132, 0.8);
  color: #FFFFFF;
}
.wp-block-buttons > .wp-block-button .wp-block-button__link:not(.has-background):is([href^="tel:"], [href*="/contact"], [href*="?contact"], [href*=contact-us]),
.wp-block-buttons > .wp-block-button.d-modal-contact-us-modal .wp-block-button__link:not(.has-background),
.wp-block-buttons > .wp-block-button .wp-block-button__link.d-modal-contact-us-modal:not(.has-background),
.wp-block-buttons > .wp-block-button .wp-block-button__link.aseModal--contact-us:not(.has-background) {
  background-color: #F58A00;
  color: #3A352A;
  border-color: #F58A00;
}
.wp-block-buttons > .wp-block-button .wp-block-button__link:not(.has-background):is([href^="tel:"], [href*="/contact"], [href*="?contact"], [href*=contact-us]):hover,
.wp-block-buttons > .wp-block-button.d-modal-contact-us-modal .wp-block-button__link:not(.has-background):hover,
.wp-block-buttons > .wp-block-button .wp-block-button__link.d-modal-contact-us-modal:not(.has-background):hover,
.wp-block-buttons > .wp-block-button .wp-block-button__link.aseModal--contact-us:not(.has-background):hover {
  background-color: rgb(247, 161.4, 51);
  border-color: rgb(247, 161.4, 51);
  color: #3A352A;
}
.wp-block-button__link {
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.0625rem;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 10px !important;
  border: 2px solid transparent;
  transition: background-color 200ms cubic-bezier(0.4, 0, 0.2, 1), border-color 200ms cubic-bezier(0.4, 0, 0.2, 1), color 200ms cubic-bezier(0.4, 0, 0.2, 1), transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
  min-width: 160px;
  height: 54px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
}
.wp-block-button__link:hover {
  text-decoration: none !important;
}
.wp-block-button__link:active {
  transform: translateY(1px);
}
.d-modal-contact-us-modal .wp-block-button__link {
  border-radius: 9999px !important;
}
.wp-block-cover.cta-p-title .wp-block-cover__inner-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
  width: 100%;
}
.wp-block-cover.cta-p-title .wp-block-cover__inner-container > :is(p, .wp-block-paragraph, .wp-block-buttons) {
  clear: none !important;
  float: none !important;
  margin: 0;
}
.wp-block-cover.cta-p-title .wp-block-cover__inner-container > :is(p, .wp-block-paragraph) {
  max-width: min(100%, 36rem);
  text-align: inherit !important;
}
.wp-block-cover.cta-p-title .wp-block-cover__inner-container > :is(p, .wp-block-paragraph).has-large-font-size {
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: clamp(1.75rem, 2.5vw, 2.375rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.1;
  text-transform: uppercase;
}
.wp-block-cover.cta-p-title .wp-block-cover__inner-container > .wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  width: 100%;
}
.wp-block-cover.cta-p-title.is-position-center-left .wp-block-cover__inner-container, .wp-block-cover.cta-p-title.is-position-top-left .wp-block-cover__inner-container, .wp-block-cover.cta-p-title.is-position-bottom-left .wp-block-cover__inner-container {
  align-items: flex-start;
  text-align: left;
}
.wp-block-cover.cta-p-title.is-position-center-left .wp-block-cover__inner-container > .wp-block-buttons, .wp-block-cover.cta-p-title.is-position-top-left .wp-block-cover__inner-container > .wp-block-buttons, .wp-block-cover.cta-p-title.is-position-bottom-left .wp-block-cover__inner-container > .wp-block-buttons {
  justify-content: flex-start;
}
.wp-block-cover.cta-p-title.is-position-center-right .wp-block-cover__inner-container, .wp-block-cover.cta-p-title.is-position-top-right .wp-block-cover__inner-container, .wp-block-cover.cta-p-title.is-position-bottom-right .wp-block-cover__inner-container {
  align-items: flex-end;
  text-align: right;
}
.wp-block-cover.cta-p-title.is-position-center-right .wp-block-cover__inner-container > .wp-block-buttons, .wp-block-cover.cta-p-title.is-position-top-right .wp-block-cover__inner-container > .wp-block-buttons, .wp-block-cover.cta-p-title.is-position-bottom-right .wp-block-cover__inner-container > .wp-block-buttons {
  justify-content: flex-end;
}
.wp-block-cover.cta-p-title.is-position-center-center .wp-block-cover__inner-container, .wp-block-cover.cta-p-title.is-position-top-center .wp-block-cover__inner-container, .wp-block-cover.cta-p-title.is-position-bottom-center .wp-block-cover__inner-container {
  align-items: center;
  text-align: center;
}
.wp-block-cover.cta-p-title.is-position-center-center .wp-block-cover__inner-container > .wp-block-buttons, .wp-block-cover.cta-p-title.is-position-top-center .wp-block-cover__inner-container > .wp-block-buttons, .wp-block-cover.cta-p-title.is-position-bottom-center .wp-block-cover__inner-container > .wp-block-buttons {
  justify-content: center;
}
.wp-block-query.is-layout-flow > * + * {
  margin-top: 24px;
}
.wp-block-query.is-layout-grid {
  gap: 24px;
}
/*
.woocommerce {
    // Product grid
    // Cart
    // Checkout
    // Account pages
}
*/
.relevanssi-live-search-results {
  position: absolute;
  z-index: 1000;
  width: 100%;
  max-height: 400px;
  overflow-y: auto;
  background-color: #FFFFFF;
  border: 1px solid #D9C79F;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}
.relevanssi-live-search-results .search-result {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-bottom: 1px solid #F0EADF;
  text-decoration: none;
  transition: background-color 150ms ease;
}
.relevanssi-live-search-results .search-result:last-child {
  border-bottom: none;
}
.relevanssi-live-search-results .search-result:hover {
  background-color: #F0EADF;
}
.relevanssi-live-search-results .search-result__image {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  overflow: hidden;
}
.relevanssi-live-search-results .search-result__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.relevanssi-live-search-results .search-result__content {
  flex: 1;
  min-width: 0;
}
.relevanssi-live-search-results .search-result__title {
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #3A352A;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.relevanssi-live-search-results .search-result__excerpt {
  font-size: 0.875rem;
  color: #59513D;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.relevanssi-live-search-results .search-result__type {
  font-size: 0.75rem;
  color: #88A59F;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.relevanssi-live-search-results .no-results {
  padding: 24px;
  text-align: center;
  color: #59513D;
}
.relevanssi-live-search-results .view-all {
  display: block;
  padding: 12px 16px;
  background-color: #F0EADF;
  text-align: center;
  font-weight: 700;
  color: #085D84;
  text-decoration: none;
}
.relevanssi-live-search-results .view-all:hover {
  background-color: rgb(235.1170212766, 227.1638297872, 212.5829787234);
}
.wp-block-yoast-faq-block,
.schema-faq {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 32px;
  color: #3A352A;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
}
.schema-faq-section {
  margin: 0;
  padding: 0;
}
.schema-faq-section + .schema-faq-section {
  margin-top: 32px;
}
.schema-faq-question {
  display: block;
  margin: 0;
  color: #59513D;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.35;
}
@media (min-width: 1024px) {
  .schema-faq-question {
    font-size: 1.25rem;
  }
}
.schema-faq-answer {
  margin: 0 !important;
  color: #3A352A;
  font-family: "proxima-nova", "Proxima Nova", system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
}
@media (min-width: 1024px) {
  .schema-faq-answer {
    font-size: 1.125rem;
    line-height: 1.65;
  }
}
.schema-faq-answer:last-child {
  margin-bottom: 0 !important;
}
.schema-faq-answer strong, .schema-faq-answer b {
  display: inline !important;
  font-size: inherit !important;
}
a {
  color: #085D84;
  text-decoration: none;
}
a:hover {
  color: rgb(5.0857142857, 59.1214285714, 83.9142857143);
  text-decoration: underline;
}
/**
 * Core Block Cleanup
 *
 * Late-loading fixes for WordPress core blocks and shared card links that need
 * to beat older global content styles.
 *
 * @package ASEPress
 */
.wp-block-list,
.wp-block-post-content ul,
.wp-block-post-content ol,
.prose ul,
.prose ol,
.entry-content ul,
.entry-content ol {
  list-style-position: outside;
  margin-left: 0;
  padding-left: 1.75rem;
}
.wp-block-list li::marker,
.wp-block-post-content ul li::marker,
.wp-block-post-content ol li::marker,
.prose ul li::marker,
.prose ol li::marker,
.entry-content ul li::marker,
.entry-content ol li::marker {
  color: currentColor !important;
}
.wp-block-post-content ul,
.prose ul,
.entry-content ul,
ul.wp-block-list {
  list-style-type: disc;
}
.wp-block-post-content ol,
.prose ol,
.entry-content ol,
ol.wp-block-list {
  list-style-type: decimal;
}
figure.aligncenter,
.wp-block-image.aligncenter,
.entry-content figure.aligncenter,
.entry-content .wp-block-image.aligncenter,
.wp-block-post-content figure.aligncenter,
.wp-block-post-content .wp-block-image.aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
}
figure.aligncenter > a,
figure.aligncenter > img,
figure.aligncenter > picture,
figure.aligncenter > picture > img,
.wp-block-image.aligncenter > a,
.wp-block-image.aligncenter > img,
.wp-block-image.aligncenter > picture,
.wp-block-image.aligncenter > picture > img,
.entry-content figure.aligncenter > a,
.entry-content figure.aligncenter > img,
.entry-content figure.aligncenter > picture,
.entry-content figure.aligncenter > picture > img,
.entry-content .wp-block-image.aligncenter > a,
.entry-content .wp-block-image.aligncenter > img,
.entry-content .wp-block-image.aligncenter > picture,
.entry-content .wp-block-image.aligncenter > picture > img,
.wp-block-post-content figure.aligncenter > a,
.wp-block-post-content figure.aligncenter > img,
.wp-block-post-content figure.aligncenter > picture,
.wp-block-post-content figure.aligncenter > picture > img,
.wp-block-post-content .wp-block-image.aligncenter > a,
.wp-block-post-content .wp-block-image.aligncenter > img,
.wp-block-post-content .wp-block-image.aligncenter > picture,
.wp-block-post-content .wp-block-image.aligncenter > picture > img {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-image:not(.alignleft):not(.alignright) > img,
.wp-block-image:not(.alignleft):not(.alignright) > picture,
.wp-block-image:not(.alignleft):not(.alignright) > picture > img {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-image:not(.alignleft):not(.alignright) > a {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: -moz-fit-content;
  width: fit-content;
}
.wp-block-image:not(.alignleft):not(.alignright) > a > img {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-quote,
.wp-block-quote blockquote,
.wp-block-pullquote,
.wp-block-pullquote blockquote {
  border-left: 0 !important;
  border-inline-start: 0 !important;
  padding-left: 0 !important;
  padding-inline-start: 0 !important;
}
.ase-card:hover .ase-card__title a.ase-card__primary-action,
.ase-card .ase-card__title a.ase-card__primary-action:hover,
.ase-card .ase-card__title a.ase-card__primary-action:focus-visible {
  color: #085D84;
  text-underline-offset: 4px;
}
.alignnarrow,
.entry-content .alignnarrow,
.wp-block-post-content > .alignnarrow,
.wp-block-post-content .alignnarrow,
.is-layout-constrained > .alignnarrow,
[class*=wp-container-][class*=is-layout-constrained] > .alignnarrow,
body [class*=wp-container-][class*=is-layout-constrained] > .alignnarrow {
  box-sizing: border-box;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 1024px) {
  .alignnarrow,
  .entry-content .alignnarrow,
  .wp-block-post-content > .alignnarrow,
  .wp-block-post-content .alignnarrow,
  .is-layout-constrained > .alignnarrow,
  [class*=wp-container-][class*=is-layout-constrained] > .alignnarrow,
  body [class*=wp-container-][class*=is-layout-constrained] > .alignnarrow {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.alignnarrow,
.entry-content .alignnarrow,
.wp-block-post-content > .alignnarrow,
.wp-block-post-content .alignnarrow,
.is-layout-constrained > .alignnarrow,
[class*=wp-container-][class*=is-layout-constrained] > .alignnarrow,
body [class*=wp-container-][class*=is-layout-constrained] > .alignnarrow {
  max-width: 800px !important;
  width: 100% !important;
}
.alignwide-no-padding,
.entry-content .alignwide-no-padding,
.wp-block-post-content > .alignwide-no-padding,
.wp-block-post-content .alignwide-no-padding {
  box-sizing: border-box;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
}
.hover\:bg-\[\#085D84\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(8 93 132 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#e07f00\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(224 127 0 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.hover\:bg-primary-dark:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 85 73 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.hover\:bg-slate-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}
.hover\:bg-white\/10:hover{
  background-color: rgb(255 255 255 / 0.1);
}
.hover\:text-\[\#085D84\]:hover{
  --tw-text-opacity: 1;
  color: rgb(8 93 132 / var(--tw-text-opacity, 1));
}
.hover\:text-brand-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(110 140 128 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-600:hover{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.hover\:text-red-500:hover{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover{
  text-decoration-line: underline;
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus-visible\:ring-2:focus-visible{
  --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:hover .group-hover\:opacity-100{
  opacity: 1;
}
@media (min-width: 480px){
  .xs\:max-w-screen-sm{
    max-width: 640px;
  }
  .xs\:flex-row{
    flex-direction: row;
  }
}
@media (min-width: 640px){
  .sm\:flex{
    display: flex;
  }
  .sm\:hidden{
    display: none;
  }
  .sm\:max-w-screen-md{
    max-width: 768px;
  }
}
@media (min-width: 768px){
  .md\:flex{
    display: flex;
  }
  .md\:hidden{
    display: none;
  }
  .md\:max-w-screen-3xl{
    max-width: 1440px;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:gap-y-8{
    row-gap: 2rem;
  }
  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1024px){
  .lg\:m-auto{
    margin: auto;
  }
  .lg\:block{
    display: block;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .lg\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 1280px){
  .xl\:flex{
    display: flex;
  }
  .xl\:hidden{
    display: none;
  }
}
