/* ==========================================================================
   Global Base Styles
   True site-wide behavior only. Component and page rules live elsewhere.
   ========================================================================== */

html.w-mod-js:not(.w-mod-ix3) :is(.artifact_container:not([aria-hidden="true"]) .artifact_metadata) {
  visibility: hidden !important;
}

.anti-flicker,
.anti-flicker * {
  visibility: hidden !important;
  opacity: 0 !important;
}

[data-wf-hidden-variation],
[data-wf-hidden-variation] * {
  display: none !important;
}

.w-webflow-badge {
  display: none !important;
}

*,
::after,
::before {
  box-sizing: border-box;
}

html {
  background-color: var(--_theme---background, var(--color-bg-page-alt));
}

body {
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-transform: var(--_text-style---text-transform, none);
}

button {
  background-color: transparent;
  padding: 0;
  border: none;
  text-align: inherit;
  font: inherit;
}

button:not(:disabled) {
  cursor: pointer;
}

video {
  width: 100%;
  object-fit: cover;
}

video.wf-empty {
  padding: 0;
}

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

footer,
header,
section {
  position: relative;
}

blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
label,
p {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  margin-top: 0;
  margin-bottom: 0;
}

a:not([class]) {
  text-decoration: underline;
}

::-moz-selection {
  background: rgba(204, 120, 92, 0.5);
}

::selection {
  background: rgba(204, 120, 92, 0.5);
}

:where([tabindex]),
a,
button {
  outline-offset: var(--focus--offset-outer, 2px);
}

[tabindex]:focus-visible,
a:focus-visible,
button:focus-visible {
  outline-color: var(--_color-theme---text, #000);
  outline-width: var(--focus--width, 2px);
  outline-style: solid;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
  }
}
