html {
  font-size: 1.25rem;
}
@media (width <= 1024px) {
  html {
    font-size: 1.09375rem;
  }
}
@media (width <= 375px) {
  html {
    font-size: 0.9375rem;
  }
}

@layer reset, base, components, blocks;
@layer desktop, mobile;
@layer base {
  @font-face {
    font-family: "CaslonDoricWeb";
    font-weight: 400;
    font-style: normal;
    src: url("asset-1d311daa-C9YsSiBG.bin") format("woff2"), url("asset-19f52dbd-V1a36zDV.bin") format("woff");
  }
  @font-face {
    font-family: "F37Beckett";
    font-weight: 400;
    font-style: normal;
    src: url("asset-e4ddd805-DljaiXwb.bin") format("woff2"), url("asset-5431055e-7iNCgk_a.bin") format("woff");
  }
  :root {
    --full-height: calc(100vh - var(--wp-admin--admin-bar--height, 0rem));
    --osdc-font-primary: F37Beckett, ui-sans-serif, system-ui, sans-serif;
    --osdc-font-headline: CaslonDoricWeb, ui-serif, Georgia, serif;
    --osdc-text-display-mega-font-family: headline;
    --osdc-text-display-mega-font-size-mobile: 2em;
    --osdc-text-display-mega-font-size-desktop: 3.8em;
    --osdc-text-display-mega-line-height: 1.4;
    --osdc-text-display-mega-font-weight: 400;
    --osdc-text-display-font-family: headline;
    --osdc-text-display-font-size-mobile: 2em;
    --osdc-text-display-font-size-desktop: 3em;
    --osdc-text-display-line-height: 1.16;
    --osdc-text-display-font-weight: 400;
    --osdc-text-display-sm-font-family: headline;
    --osdc-text-display-sm-font-size: 1.5em;
    --osdc-text-display-sm-line-height: 1.2;
    --osdc-text-display-sm-font-weight: 400;
    --osdc-text-display-xs-font-family: headline;
    --osdc-text-display-xs-font-size: 1.2em;
    --osdc-text-display-xs-line-height: 1.2;
    --osdc-text-display-xs-font-weight: 400;
    --osdc-text-body-font-family: primary;
    --osdc-text-body-font-size: 0.9rem;
    --osdc-text-body-line-height: 1.5;
    --osdc-text-body-font-weight: 400;
    --osdc-text-body-sm-font-family: primary;
    --osdc-text-body-sm-font-size-mobile: 1rem;
    --osdc-text-body-sm-font-size-desktop: 0.8rem;
    --osdc-text-body-sm-line-height: 1.5;
    --osdc-text-body-sm-font-weight: 400;
    --osdc-text-label-color: var(--surface-accent-secondary, #012c35);
    --osdc-text-label-font-family: primary;
    --osdc-text-label-font-size-mobile: 1rem;
    --osdc-text-label-font-size-desktop: 0.8rem;
    --osdc-text-label-line-height: 1.5;
    --osdc-text-label-font-weight: 600;
    --osdc-color-white: #fff;
    --osdc-color-black: #012c35;
    --osdc-color-yellow: #ffff55;
    --osdc-color-orange: #ffb97b;
    --osdc-color-cyan: #81e8e1;
    --osdc-surface-primary-background: #fc5c32;
    --osdc-surface-primary-foreground: #fff;
    --osdc-surface-primary-accent: #ffa1e0;
    --osdc-surface-primary-button: #fff;
    --osdc-surface-secondary-background: #077747;
    --osdc-surface-secondary-foreground: #fff;
    --osdc-surface-secondary-accent: #02d866;
    --osdc-surface-secondary-button: #fff;
    --osdc-surface-white-background: #fff;
    --osdc-surface-white-foreground: #012c35;
    --osdc-surface-white-accent: #ffa1e0;
    --osdc-surface-white-accent-secondary: #fc5c32;
    --osdc-surface-white-secondary-background: #fff;
    --osdc-surface-white-secondary-foreground: #012c35;
    --osdc-surface-white-secondary-accent: #02d866;
    --osdc-surface-white-secondary-accent-secondary: #077747;
    --osdc-surface-white-pink-background: #fff;
    --osdc-surface-white-pink-foreground: #012c35;
    --osdc-surface-white-pink-accent: #ffa1e0;
    --osdc-surface-black-background: #012c35;
    --osdc-surface-black-foreground: #fff;
    --osdc-surface-black-accent: #fff;
    --osdc-surface-pink-background: #ffa1e0;
    --osdc-surface-pink-foreground: #012c35;
    --osdc-surface-pink-accent: #012c35;
    --osdc-surface-orange-background: #ffb97b;
    --osdc-surface-orange-foreground: #012c35;
    --osdc-surface-orange-accent: #012c35;
    --osdc-surface-yellow-background: #ffff55;
    --osdc-surface-yellow-foreground: #012c35;
    --osdc-surface-yellow-accent: #012c35;
    --osdc-surface-cyan-background: #81e8e1;
    --osdc-surface-cyan-foreground: #012c35;
    --osdc-surface-cyan-accent: #012c35;
    --osdc-size-1: 0.0625rem;
    --osdc-size-2: 0.1rem;
    --osdc-size-4: 0.2rem;
    --osdc-size-6: 0.3rem;
    --osdc-size-8: 0.4rem;
    --osdc-size-10: 0.5rem;
    --osdc-size-12: 0.6rem;
    --osdc-size-14: 0.7rem;
    --osdc-size-16: 0.8rem;
    --osdc-size-20: 1rem;
    --osdc-size-22: 1.1rem;
    --osdc-size-24: 1.2rem;
    --osdc-size-28: 1.4rem;
    --osdc-size-30: 1.5rem;
    --osdc-size-32: 1.6rem;
    --osdc-size-36: 1.8rem;
    --osdc-size-40: 2rem;
    --osdc-size-44: 2.2rem;
    --osdc-size-48: 2.4rem;
    --osdc-size-56: 2.8rem;
    --osdc-size-60: 3rem;
    --osdc-size-64: 3.2rem;
    --osdc-size-72: 3.6rem;
    --osdc-size-80: 4rem;
    --osdc-size-96: 4.8rem;
    --osdc-size-112: 5.6rem;
    --osdc-size-128: 6.4rem;
    --osdc-layer-sticky: 100;
    --osdc-layer-dropdown: 200;
    --osdc-layer-overlay: 300;
    --osdc-layer-modal: 400;
    --osdc-layer-popover: 500;
    --osdc-layer-cookie: 550;
    --osdc-layer-toast: 600;
  }
  :where([data-surface=primary]) {
    /* stylelint-disable order/order */
    --surface-foreground: var(--osdc-surface-primary-foreground);
    --surface-background: var(--osdc-surface-primary-background);
    --surface-accent: var(--osdc-surface-primary-accent);
    --surface-focus-color: var(--surface-foreground);
    --surface-accent-secondary: var(--osdc-surface-primary-accent-secondary, var(--surface-accent));
    --surface-button: var(--osdc-surface-primary-button, var(--surface-accent));
  }
  :where(:where([data-surface=primary])) {
    color: var(--surface-foreground);
    background-color: var(--surface-background);
  }
  :where([data-surface=primary]) {
    /* stylelint-enable order/order */
  }
  :where([data-surface=secondary]) {
    /* stylelint-disable order/order */
    --surface-foreground: var(--osdc-surface-secondary-foreground);
    --surface-background: var(--osdc-surface-secondary-background);
    --surface-accent: var(--osdc-surface-secondary-accent);
    --surface-focus-color: var(--surface-foreground);
    --surface-accent-secondary: var(--osdc-surface-secondary-accent-secondary, var(--surface-accent));
    --surface-button: var(--osdc-surface-secondary-button, var(--surface-accent));
  }
  :where(:where([data-surface=secondary])) {
    color: var(--surface-foreground);
    background-color: var(--surface-background);
  }
  :where([data-surface=secondary]) {
    /* stylelint-enable order/order */
  }
  :where([data-surface=white]) {
    /* stylelint-disable order/order */
    --surface-foreground: var(--osdc-surface-white-foreground);
    --surface-background: var(--osdc-surface-white-background);
    --surface-accent: var(--osdc-surface-white-accent);
    --surface-focus-color: var(--surface-foreground);
    --surface-accent-secondary: var(--osdc-surface-white-accent-secondary, var(--surface-accent));
    --surface-button: var(--osdc-surface-white-button, var(--surface-accent));
  }
  :where(:where([data-surface=white])) {
    color: var(--surface-foreground);
    background-color: var(--surface-background);
  }
  :where([data-surface=white]) {
    /* stylelint-enable order/order */
  }
  :where([data-surface=white-secondary]) {
    /* stylelint-disable order/order */
    --surface-foreground: var(--osdc-surface-white-secondary-foreground);
    --surface-background: var(--osdc-surface-white-secondary-background);
    --surface-accent: var(--osdc-surface-white-secondary-accent);
    --surface-focus-color: var(--surface-foreground);
    --surface-accent-secondary: var(--osdc-surface-white-secondary-accent-secondary, var(--surface-accent));
    --surface-button: var(--osdc-surface-white-secondary-button, var(--surface-accent));
  }
  :where(:where([data-surface=white-secondary])) {
    color: var(--surface-foreground);
    background-color: var(--surface-background);
  }
  :where([data-surface=white-secondary]) {
    /* stylelint-enable order/order */
  }
  :where([data-surface=white-pink]) {
    /* stylelint-disable order/order */
    --surface-foreground: var(--osdc-surface-white-pink-foreground);
    --surface-background: var(--osdc-surface-white-pink-background);
    --surface-accent: var(--osdc-surface-white-pink-accent);
    --surface-focus-color: var(--surface-foreground);
    --surface-accent-secondary: var(--osdc-surface-white-pink-accent-secondary, var(--surface-accent));
    --surface-button: var(--osdc-surface-white-pink-button, var(--surface-accent));
  }
  :where(:where([data-surface=white-pink])) {
    color: var(--surface-foreground);
    background-color: var(--surface-background);
  }
  :where([data-surface=white-pink]) {
    /* stylelint-enable order/order */
  }
  :where([data-surface=black]) {
    /* stylelint-disable order/order */
    --surface-foreground: var(--osdc-surface-black-foreground);
    --surface-background: var(--osdc-surface-black-background);
    --surface-accent: var(--osdc-surface-black-accent);
    --surface-focus-color: var(--surface-foreground);
    --surface-accent-secondary: var(--osdc-surface-black-accent-secondary, var(--surface-accent));
    --surface-button: var(--osdc-surface-black-button, var(--surface-accent));
  }
  :where(:where([data-surface=black])) {
    color: var(--surface-foreground);
    background-color: var(--surface-background);
  }
  :where([data-surface=black]) {
    /* stylelint-enable order/order */
  }
  :where([data-surface=pink]) {
    /* stylelint-disable order/order */
    --surface-foreground: var(--osdc-surface-pink-foreground);
    --surface-background: var(--osdc-surface-pink-background);
    --surface-accent: var(--osdc-surface-pink-accent);
    --surface-focus-color: var(--surface-foreground);
    --surface-accent-secondary: var(--osdc-surface-pink-accent-secondary, var(--surface-accent));
    --surface-button: var(--osdc-surface-pink-button, var(--surface-accent));
  }
  :where(:where([data-surface=pink])) {
    color: var(--surface-foreground);
    background-color: var(--surface-background);
  }
  :where([data-surface=pink]) {
    /* stylelint-enable order/order */
  }
  :where([data-surface=orange]) {
    /* stylelint-disable order/order */
    --surface-foreground: var(--osdc-surface-orange-foreground);
    --surface-background: var(--osdc-surface-orange-background);
    --surface-accent: var(--osdc-surface-orange-accent);
    --surface-focus-color: var(--surface-foreground);
    --surface-accent-secondary: var(--osdc-surface-orange-accent-secondary, var(--surface-accent));
    --surface-button: var(--osdc-surface-orange-button, var(--surface-accent));
  }
  :where(:where([data-surface=orange])) {
    color: var(--surface-foreground);
    background-color: var(--surface-background);
  }
  :where([data-surface=orange]) {
    /* stylelint-enable order/order */
  }
  :where([data-surface=yellow]) {
    /* stylelint-disable order/order */
    --surface-foreground: var(--osdc-surface-yellow-foreground);
    --surface-background: var(--osdc-surface-yellow-background);
    --surface-accent: var(--osdc-surface-yellow-accent);
    --surface-focus-color: var(--surface-foreground);
    --surface-accent-secondary: var(--osdc-surface-yellow-accent-secondary, var(--surface-accent));
    --surface-button: var(--osdc-surface-yellow-button, var(--surface-accent));
  }
  :where(:where([data-surface=yellow])) {
    color: var(--surface-foreground);
    background-color: var(--surface-background);
  }
  :where([data-surface=yellow]) {
    /* stylelint-enable order/order */
  }
  :where([data-surface=cyan]) {
    /* stylelint-disable order/order */
    --surface-foreground: var(--osdc-surface-cyan-foreground);
    --surface-background: var(--osdc-surface-cyan-background);
    --surface-accent: var(--osdc-surface-cyan-accent);
    --surface-focus-color: var(--surface-foreground);
    --surface-accent-secondary: var(--osdc-surface-cyan-accent-secondary, var(--surface-accent));
    --surface-button: var(--osdc-surface-cyan-button, var(--surface-accent));
  }
  :where(:where([data-surface=cyan])) {
    color: var(--surface-foreground);
    background-color: var(--surface-background);
  }
  :where([data-surface=cyan]) {
    /* stylelint-enable order/order */
  }
  :where(button:focus-visible,
  input:focus-visible,
  select:focus-visible,
  textarea:focus-visible,
  summary:focus-visible,
  area:focus-visible,
  a:focus-visible,
  [contenteditable]:focus-visible,
  [tabindex]:not([tabindex="-1"]):focus-visible) {
    outline: var(--osdc-size-1) solid var(--surface-focus-color);
    outline-offset: 0.2rem;
  }
  .sr-only {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border-width: 0;
    white-space: nowrap;
    clip-path: rect(0, 0, 0, 0);
  }
  #wpadminbar {
    position: fixed !important;
  }
}
@layer reset {
  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
    font-style: normal;
  }
  @media (prefers-reduced-motion: reduce) {
    *,
    ::after,
    ::before,
    ::backdrop,
    ::file-selector-button {
      scroll-behavior: auto !important;
      transition-duration: 0.01ms !important;
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
    }
  }
  html,
  :host {
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-feature-settings: normal;
    font-variation-settings: normal;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    tab-size: 4;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    border-top-width: 1px;
    color: inherit;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
    overflow-wrap: break-word;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  p,
  span {
    text-wrap: pretty;
    overflow-wrap: break-word;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
    font-feature-settings: normal;
    font-variation-settings: normal;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
  }
  sub:is(sub),
  sup:is(sub) {
    bottom: -0.25em;
  }
  sub:is(sup),
  sup:is(sup) {
    top: -0.5em;
  }
  a,
  button {
    outline: none;
  }
  table {
    border-collapse: collapse;
    border-color: inherit;
    text-indent: 0;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    display: block;
    vertical-align: middle;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea,
  ::file-selector-button {
    border-radius: 0;
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    color: inherit;
    letter-spacing: inherit;
    opacity: 1;
    background-color: transparent;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: color-mix(in oklab, currentcolor 50%, transparent);
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type=button], [type=reset], [type=submit]),
  ::file-selector-button {
    appearance: auto;
  }
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden=until-found])) {
    display: none !important;
  }
  #root {
    isolation: isolate;
  }
}