@font-face {
  font-family: "Instrument Sans";
  src: url("./fonts/instrument-sans/InstrumentSans-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Instrument Sans";
  src: url("./fonts/instrument-sans/InstrumentSans-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Instrument Sans";
  src: url("./fonts/instrument-sans/InstrumentSans-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Instrument Sans";
  src: url("./fonts/instrument-sans/InstrumentSans-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  color-scheme: light;
  --bg: #FFFFFF;
  --bg-deep: #FFFFFF;
  --ember: #b44941;
  --highwork-white: #061426;
  --reference-grey: #4f575f;
  --white-link: #b44941;
  --white-link-hover: #7f251f;
  --white-focus-ring: rgba(180, 73, 65, 0.18);
  --footer-text: var(--reference-grey);
  --footer-link: var(--reference-grey);
  --footer-link-hover: var(--highwork-white);
  --footer-focus-ring: rgba(6, 20, 38, 0.12);
  --type-strong: #061426;
  --type-main: #061426;
  --type-muted: var(--reference-grey);
  --type-quiet: var(--reference-grey);
  --line: rgba(6, 20, 38, 0.14);
  --line-soft: rgba(6, 20, 38, 0.09);
  --line-link: rgba(180, 73, 65, 0.42);
  --line-link-hover: rgba(180, 73, 65, 0.78);
  --page-width: 1240px;
  --gutter: clamp(20px, 4vw, 56px);
  --font-system: "Instrument Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  --font: var(--font-system);
  --font-display: var(--font-system);
  --font-text: var(--font-system);
  --font-gallery-label: var(--font-system);
}

* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  text-rendering: auto;
  font-kerning: normal;
}

body {
  min-width: 320px;
  margin: 0;
  background: var(--bg) !important;
  color: var(--type-strong);
  font-family: var(--font-text);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: 0;
  font-synthesis: none;
  font-optical-sizing: auto;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  text-rendering: auto;
  font-kerning: normal;
}

body,
button,
input,
textarea,
select {
  color: var(--type-strong);
  font-family: var(--font-text);
  font-weight: 400;
  letter-spacing: 0;
}

body,
body *,
body *::before,
body *::after {
  text-shadow: none;
  box-shadow: none !important;
  -webkit-text-stroke: 0;
  paint-order: normal;
}

a {
  color: inherit;
  text-decoration: none;
  text-underline-offset: 0.18em;
}

.legal-kicker,
.legal-hero p {
  font-family: var(--font-gallery-label);
  font-weight: 400;
  text-shadow: none;
  -webkit-text-stroke: 0;
  paint-order: normal;
}

.legal-shell {
  display: flex;
  flex-direction: column;
  min-height: 100svh;
  overflow: hidden;
  background: var(--bg) !important;
}

.legal-main,
.legal-header,
.legal-footer,
.legal-hero,
.legal-grid,
.legal-content,
.legal-card,
.termly-embed-section,
.termly-embed-card,
.termly-embed-host {
  background: var(--bg) !important;
}

.legal-header,
.legal-main,
.legal-footer {
  width: min(100%, var(--page-width));
  margin: 0 auto;
  padding-right: var(--gutter);
  padding-left: var(--gutter);
}

.legal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(28px, 5vw, 76px);
  min-height: 88px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line-soft);
}

.legal-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  color: var(--highwork-white);
  font-family: var(--font-text);
  font-size: 1.32rem;
  font-weight: 500;
  line-height: 1;
}

.legal-brand img {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  object-fit: contain;
  opacity: 0.88;
}

.legal-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(22px, 2.5vw, 42px);
  color: var(--reference-grey);
  font-family: var(--font-text);
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
}

.legal-nav a,
.legal-link {
  border-bottom: 0;
  text-decoration-line: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
  text-decoration-skip-ink: auto;
  transition:
    color 0.28s ease,
    text-decoration-color 0.28s ease;
}

.legal-nav a:hover,
.legal-nav a:focus-visible,
.legal-link:hover,
.legal-link:focus-visible,
.legal-nav a[aria-current="page"] {
  color: var(--white-link-hover);
  text-decoration-color: var(--line-link-hover);
  outline: none;
}

.legal-main {
  flex: 1 0 auto;
  padding-top: clamp(46px, 5.5vw, 84px);
  padding-bottom: clamp(82px, 9vw, 132px);
}

.legal-hero {
  display: grid;
  max-width: 760px;
  gap: clamp(18px, 2.2vw, 28px);
  padding-bottom: clamp(58px, 7vw, 96px);
}

.legal-kicker {
  margin: 0;
  color: var(--type-muted);
  font-family: var(--font-gallery-label);
  font-size: 1.32rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

h1 {
  max-width: 13ch;
  margin: 0;
  color: var(--type-strong);
  font-family: var(--font-display);
  font-size: clamp(4.7rem, 3.8vw, 6.35rem);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: 0;
}

.legal-hero p:not(.legal-kicker) {
  max-width: 54ch;
  margin: 0;
  color: var(--type-main);
  font-family: var(--font-gallery-label);
  font-weight: 400;
  font-size: clamp(1.48rem, 1vw, 1.72rem);
  line-height: 1.62;
}

.legal-grid {
  display: grid;
  grid-template-columns: minmax(180px, 260px) minmax(0, 760px);
  gap: clamp(64px, 8vw, 132px);
  align-items: start;
}

.legal-grid-wide {
  grid-template-columns: minmax(0, 780px);
  justify-content: start;
}

.legal-grid-centered {
  grid-template-columns: minmax(0, 780px);
  justify-content: start;
}

.legal-toc {
  position: sticky;
  top: 34px;
  display: grid;
  gap: 16px;
  padding-top: 2px;
  color: var(--footer-text);
  font-family: var(--font-text);
  font-size: 1.24rem;
  font-weight: 500;
  line-height: 1.25;
}

.legal-toc.is-dense {
  gap: 11px;
  font-size: 1.18rem;
}

.legal-toc a {
  width: fit-content;
  transition: color 0.32s ease;
}

.legal-toc a:hover,
.legal-toc a:focus-visible {
  color: var(--white-link-hover);
}

.legal-content {
  display: grid;
  gap: 0;
  max-width: 760px;
}

.legal-content-wide {
  width: 100%;
  max-width: 780px;
}

.termly-embed-section {
  display: grid;
  width: min(100%, 920px);
  max-width: none;
  margin-top: 0;
  background: var(--bg) !important;
  isolation: isolate;
}

.termly-embed-card {
  width: 100%;
  padding-top: clamp(4px, 1vw, 10px);
  border-top: 1px solid var(--line-soft);
  background: var(--bg) !important;
  box-shadow: none !important;
  filter: none !important;
}

.termly-embed-host {
  display: block;
  width: 100%;
  max-width: 100%;
  background: var(--bg) !important;
}

.termly-embed-section [name="termly-embed"] {
  display: block;
  width: 100%;
  min-height: clamp(420px, 62vh, 820px);
  background: var(--bg) !important;
  background-color: var(--bg) !important;
  color: var(--type-main) !important;
  font-family: var(--font-gallery-label) !important;
  font-weight: 400 !important;
  line-height: 1.68 !important;
  text-shadow: none !important;
  box-shadow: none !important;
  filter: none !important;
  mix-blend-mode: normal !important;
}

.termly-embed-section [name="termly-embed"],
.termly-embed-section [name="termly-embed"] [data-custom-class],
.termly-embed-section [name="termly-embed"] iframe,
.termly-embed-section [name="termly-embed"] div,
.termly-embed-section [name="termly-embed"] section,
.termly-embed-section [name="termly-embed"] article,
.termly-embed-section [name="termly-embed"] main {
  background: var(--bg) !important;
  background-color: var(--bg) !important;
}

.termly-embed-section [name="termly-embed"] iframe {
  display: block !important;
  width: 100% !important;
  min-height: clamp(760px, 82vh, 1280px) !important;
  max-height: none !important;
  border: 0 !important;
  background: var(--bg) !important;
  background-color: var(--bg) !important;
  color-scheme: light !important;
  box-shadow: none !important;
  outline: 0 !important;
  filter: none !important;
}

.termly-embed-section [name="termly-embed"] iframe:not([src]):not([srcdoc]),
.termly-embed-section [name="termly-embed"] iframe[src=""],
.termly-embed-section [name="termly-embed"] iframe[src="about:blank"],
.termly-embed-section [name="termly-embed"] iframe[style*="visibility: hidden"] {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
}

.termly-embed-section [name="termly-embed"] * {
  border-color: rgba(6, 20, 38, 0.18) !important;
  letter-spacing: 0 !important;
  text-shadow: none !important;
  box-shadow: none !important;
  -webkit-text-stroke: 0 !important;
  paint-order: normal !important;
  filter: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  mix-blend-mode: normal !important;
  font-synthesis: none !important;
}

.termly-embed-section [name="termly-embed"] [data-custom-class="title"],
.termly-embed-section [name="termly-embed"] [data-custom-class="title"] *,
.termly-embed-section [name="termly-embed"] [data-custom-class="heading_1"],
.termly-embed-section [name="termly-embed"] [data-custom-class="heading_1"] * {
  color: var(--highwork-white) !important;
  font-family: var(--font-display) !important;
  font-weight: 500 !important;
}

.termly-embed-section [name="termly-embed"] [data-custom-class="subtitle"],
.termly-embed-section [name="termly-embed"] [data-custom-class="subtitle"] *,
.termly-embed-section [name="termly-embed"] [data-custom-class="heading_2"],
.termly-embed-section [name="termly-embed"] [data-custom-class="heading_2"] * {
  color: var(--reference-grey) !important;
  font-family: var(--font-display) !important;
  font-weight: 500 !important;
}

.termly-embed-section [name="termly-embed"] [data-custom-class="body_text"],
.termly-embed-section [name="termly-embed"] [data-custom-class="body_text"] *,
.termly-embed-section [name="termly-embed"] p,
.termly-embed-section [name="termly-embed"] li,
.termly-embed-section [name="termly-embed"] span {
  color: var(--type-main) !important;
  font-family: var(--font-gallery-label) !important;
  font-weight: 400 !important;
}

.termly-embed-section [name="termly-embed"] a,
.termly-embed-section [name="termly-embed"] a *,
.termly-embed-section [name="termly-embed"] [data-custom-class="link"],
.termly-embed-section [name="termly-embed"] [data-custom-class="link"] * {
  color: var(--white-link) !important;
  border-bottom: 0 !important;
  text-decoration-line: underline !important;
  text-decoration-color: var(--line-link) !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 0.18em !important;
  text-decoration-skip-ink: auto !important;
}

.termly-embed-host iframe {
  display: block !important;
  width: 100% !important;
  min-height: clamp(760px, 82vh, 1280px) !important;
  max-height: none !important;
  border: 0 !important;
  background: var(--bg) !important;
  color-scheme: light !important;
  box-shadow: none !important;
  outline: 0 !important;
  mix-blend-mode: normal !important;
  filter: none !important;
}

.termly-embed-host iframe:not([src]):not([srcdoc]),
.termly-embed-host iframe[src=""],
.termly-embed-host iframe[src="about:blank"],
.termly-embed-host iframe[style*="visibility: hidden"] {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
}

.termly-policy-frame {
  display: block;
  width: 100%;
  height: 1px;
  min-height: 0;
  border: 0;
  border-top: 1px solid var(--line-soft);
  background: var(--bg) !important;
  color-scheme: light;
  box-shadow: none !important;
  filter: none !important;
  mix-blend-mode: normal !important;
}

.termly-policy-copy[data-custom-class="body"],
.termly-policy-copy [data-custom-class] {
  background: var(--bg) !important;
}

.termly-policy-copy,
.termly-policy-copy > div,
.termly-policy-copy section,
.termly-policy-copy article,
.termly-policy-copy main {
  background: var(--bg) !important;
}

.termly-policy-copy * {
  max-width: 100% !important;
  letter-spacing: 0 !important;
  text-shadow: none !important;
  box-shadow: none !important;
  filter: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  -webkit-text-stroke: 0 !important;
  paint-order: normal !important;
  mix-blend-mode: normal !important;
  font-synthesis: none !important;
}

.termly-policy-copy table {
  width: 100% !important;
  border-collapse: collapse !important;
  border-color: var(--line-soft) !important;
  background: var(--bg) !important;
}

.termly-embed-section [name="termly-embed"] table,
.termly-embed-section [name="termly-embed"] tr,
.termly-embed-section [name="termly-embed"] td,
.termly-embed-section [name="termly-embed"] th {
  border-color: rgba(6, 20, 38, 0.18) !important;
  background: var(--bg) !important;
  background-color: var(--bg) !important;
}

.termly-embed-section [name="termly-embed"] ul,
.termly-embed-section [name="termly-embed"] ol {
  padding-left: 2.2rem !important;
}

.termly-embed-section [name="termly-embed"] li::marker {
  color: rgba(6, 20, 38, 0.58) !important;
}

.termly-policy-copy th,
.termly-policy-copy td {
  border-color: var(--line-soft) !important;
  color: var(--type-main) !important;
  font-family: var(--font-gallery-label) !important;
  font-size: 1.36rem !important;
  line-height: 1.5 !important;
}

.termly-policy-copy hr {
  border: 0 !important;
  border-top: 1px solid var(--line-soft) !important;
}

.termly-policy-copy [data-custom-class="title"],
.termly-policy-copy [data-custom-class="title"] * {
  color: var(--highwork-white) !important;
  font-family: var(--font) !important;
  font-size: clamp(2.6rem, 2.2vw, 3.4rem) !important;
  font-weight: 500 !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
}

.termly-policy-copy [data-custom-class="subtitle"],
.termly-policy-copy [data-custom-class="subtitle"] * {
  color: var(--type-muted) !important;
  font-family: var(--font) !important;
  font-size: 1.34rem !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
  letter-spacing: 0 !important;
}

.termly-policy-copy [data-custom-class="heading_1"],
.termly-policy-copy [data-custom-class="heading_1"] * {
  color: var(--highwork-white) !important;
  font-family: var(--font) !important;
  font-size: clamp(2.1rem, 1.55vw, 2.6rem) !important;
  font-weight: 500 !important;
  line-height: 1.16 !important;
  letter-spacing: 0 !important;
}

.termly-policy-copy [data-custom-class="heading_2"],
.termly-policy-copy [data-custom-class="heading_2"] * {
  color: var(--reference-grey) !important;
  font-family: var(--font) !important;
  font-size: 1.58rem !important;
  font-weight: 500 !important;
  line-height: 1.3 !important;
  letter-spacing: 0 !important;
}

.termly-policy-copy [data-custom-class="body_text"],
.termly-policy-copy [data-custom-class="body_text"] * {
  color: var(--type-main) !important;
  font-family: var(--font-gallery-label) !important;
  font-size: 1.52rem !important;
  font-weight: 400 !important;
  line-height: 1.7 !important;
  letter-spacing: 0 !important;
}

.termly-policy-copy [data-custom-class="link"],
.termly-policy-copy [data-custom-class="link"] * {
  color: var(--white-link) !important;
  font-family: var(--font-gallery-label) !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  word-break: break-word !important;
}

.termly-embed-section a,
.termly-embed-section a:visited,
.termly-policy-copy a,
.termly-policy-copy a:visited {
  color: var(--white-link) !important;
  border-bottom: 0 !important;
  text-decoration-line: underline !important;
  text-decoration-color: var(--line-link) !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 0.18em !important;
  text-decoration-skip-ink: auto !important;
  transition:
    color 0.28s ease,
    text-decoration-color 0.28s ease !important;
}

.termly-embed-section a:hover,
.termly-embed-section a:focus-visible,
.termly-policy-copy a:hover,
.termly-policy-copy a:focus-visible {
  color: var(--white-link-hover) !important;
  text-decoration-color: var(--line-link-hover) !important;
  outline: none !important;
}

.legal-card {
  padding: 0;
  border-top: 0;
}

.legal-card:first-child {
  padding-top: 0;
  border-top: 0;
}

h2 {
  max-width: 28ch;
  margin: 0 0 clamp(22px, 2.2vw, 34px);
  color: var(--highwork-white);
  font-family: var(--font-display);
  font-size: clamp(2.35rem, 1.65vw, 3rem);
  font-weight: 500;
  line-height: 1.14;
  letter-spacing: 0;
}

h3 {
  margin: clamp(28px, 2.4vw, 38px) 0 8px;
  color: var(--highwork-white);
  font-family: var(--font-text);
  font-size: 1.38rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0;
}

p,
ul,
ol,
address {
  max-width: 66ch;
  margin: 0;
  color: var(--reference-grey);
  font-family: var(--font-gallery-label);
  font-size: clamp(1.45rem, 0.98vw, 1.66rem);
  font-weight: 400;
  line-height: 1.68;
}

p + p,
ol + p,
ul + p,
p + ul,
p + ol,
ul + ul,
ol + ol,
ul + ol,
ol + ul {
  margin-top: 13px;
}

ul {
  padding-left: 1.1em;
}

ol {
  padding-left: 1.25em;
}

li + li {
  margin-top: 7px;
}

address {
  color: var(--reference-grey);
  font-style: normal;
}

.legal-card strong {
  color: var(--highwork-white);
  font-weight: 500;
}

.legal-link {
  color: var(--white-link);
  font-weight: inherit;
  text-decoration-color: var(--line-link);
}

.legal-link:hover,
.legal-link:focus-visible {
  color: var(--white-link-hover);
}

.legal-note {
  color: var(--reference-grey);
}

.legal-footer {
  display: grid;
  grid-template-columns: minmax(180px, auto) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 68px);
  align-items: center;
  padding-top: clamp(28px, 3vw, 40px);
  padding-bottom: clamp(30px, 3.2vw, 44px);
  border-top: 1px solid var(--line-soft);
  background: var(--bg) !important;
  color: var(--type-quiet);
  font-family: var(--font-gallery-label);
  font-size: clamp(1.12rem, 0.72vw, 1.24rem);
  font-weight: 400;
  line-height: 1.4;
}

.legal-footer-brand {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 12px;
  width: fit-content;
  min-width: max-content;
  max-width: 100%;
  min-height: 24px;
  color: var(--reference-grey);
  font-family: var(--font-gallery-label);
  font-size: inherit;
  font-weight: inherit;
  line-height: 1;
  white-space: nowrap;
}

.legal-footer-brand img {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  object-fit: contain;
  opacity: 0.82;
}

.legal-footer-brand span {
  flex: 0 0 auto;
  min-width: max-content;
  overflow-wrap: normal;
  word-break: keep-all;
  hyphens: none;
  white-space: nowrap;
}

.legal-footer-meta {
  display: grid;
  gap: 16px;
  justify-items: end;
  min-width: 0;
}

.legal-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 9px 0;
  min-width: 0;
  max-width: min(100%, 780px);
  color: var(--footer-text);
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.48;
  letter-spacing: 0;
}

.legal-footer-links a {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 12px;
  overflow-wrap: anywhere;
  border-bottom-color: transparent;
  font: inherit;
}

.legal-footer-links a:first-child {
  padding-left: 0;
}

.legal-footer-links a + a {
  border-left: 1px solid rgba(6, 20, 38, 0.14);
}

.legal-footer .legal-link {
  color: var(--footer-link);
}

.legal-footer-brand:hover,
.legal-footer-brand:focus-visible,
.legal-footer .legal-link:hover,
.legal-footer .legal-link:focus-visible {
  color: var(--footer-link-hover);
}

body :where(h1, h2, h3, h4, h5, h6, p, a, span, strong, em, li, summary, button, label, input, textarea, address) {
  text-shadow: none !important;
  box-shadow: none !important;
  -webkit-text-stroke: 0 !important;
  paint-order: normal !important;
  filter: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  mix-blend-mode: normal !important;
  letter-spacing: 0;
  font-synthesis: none;
}

@media (max-width: 900px) {
  .legal-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
  }

  .legal-nav {
    justify-content: flex-start;
  }

  .legal-main {
    padding-top: clamp(38px, 7vw, 58px);
  }

  .legal-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .legal-toc {
    position: relative;
    top: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    padding-bottom: 8px;
  }

  .legal-footer {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .legal-footer-meta {
    justify-items: start;
  }

  .legal-footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 620px) {
  .legal-header {
    align-items: flex-start;
    flex-direction: column;
    min-height: 0;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .legal-nav {
    justify-content: flex-start;
    gap: 16px 22px;
  }

  .legal-main {
    padding-top: 34px;
    padding-bottom: 76px;
  }

  .legal-hero {
    padding-bottom: 52px;
  }

  .termly-embed-card {
    padding-top: 0;
  }

  .termly-embed-host iframe {
    min-height: 980px !important;
  }

  h1 {
    font-size: clamp(4rem, 13vw, 5.4rem);
  }

  .legal-hero p:not(.legal-kicker),
  p,
  ul,
  ol,
  address {
    font-size: 1.42rem;
    line-height: 1.62;
  }

  .legal-footer {
    gap: 18px;
    padding-top: 24px;
    padding-bottom: 34px;
  }

  .legal-footer-brand {
    font-size: 1.22rem;
  }

  .legal-footer-links {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
    width: 100%;
  }

  .legal-footer-links a {
    min-height: 24px;
    padding: 0;
  }

  .legal-footer-links a + a {
    border-left: 0;
  }
}

.legal-card a,
.legal-card a:visited,
.legal-content a,
.legal-content a:visited {
  color: var(--white-link);
  border-bottom: 0;
  text-decoration-line: underline;
  text-decoration-color: var(--line-link);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
  text-decoration-skip-ink: auto;
}

.legal-card a:hover,
.legal-card a:focus-visible,
.legal-content a:hover,
.legal-content a:focus-visible {
  color: var(--white-link-hover);
  text-decoration-color: var(--line-link-hover);
  outline: none;
}

body :where(h1, h2, h3, h4, h5, h6, p, a, span, strong, em, li, summary, button, label, input, textarea, address, small, figcaption, dt, dd) {
  text-shadow: none !important;
  box-shadow: none !important;
  -webkit-text-stroke: 0 !important;
  paint-order: normal !important;
  filter: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  mix-blend-mode: normal !important;
}

body :where(h1, h2, h3, h4, h5, h6, p, a, span, strong, em, li, summary, button, label, input, textarea, address, small, figcaption, dt, dd)::before,
body :where(h1, h2, h3, h4, h5, h6, p, a, span, strong, em, li, summary, button, label, input, textarea, address, small, figcaption, dt, dd)::after {
  text-shadow: none !important;
  box-shadow: none !important;
  filter: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  mix-blend-mode: normal !important;
}

/* Legal footer refinement: match the main footer typography and weight */
.legal-footer {
  gap: clamp(24px, 3vw, 52px) !important;
  padding-top: clamp(24px, 2.4vw, 34px) !important;
  padding-bottom: clamp(28px, 2.8vw, 40px) !important;
  color: rgba(6, 20, 38, 0.62) !important;
  font-size: clamp(1.12rem, 0.72vw, 1.24rem) !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  letter-spacing: 0 !important;
}

.legal-footer-brand,
.legal-footer-links,
.legal-footer .legal-link {
  color: inherit !important;
  font: inherit !important;
}

.legal-footer-brand {
  gap: 10px !important;
  white-space: nowrap !important;
  word-break: normal !important;
}

.legal-footer-brand span {
  white-space: nowrap !important;
  word-break: normal !important;
}

.legal-footer-brand img {
  width: 20px !important;
  height: 20px !important;
  opacity: 0.72 !important;
}

.legal-footer-meta {
  gap: 12px !important;
}

.legal-footer-links {
  gap: 7px 0 !important;
}

.legal-footer-links a {
  padding: 0 11px !important;
}

.legal-footer-links a + a {
  border-left: 1px solid rgba(6, 20, 38, 0.1) !important;
}

.legal-footer-brand:hover,
.legal-footer-brand:focus-visible,
.legal-footer .legal-link:hover,
.legal-footer .legal-link:focus-visible {
  color: rgba(6, 20, 38, 0.78) !important;
}

@media (max-width: 760px) {
  .legal-footer {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    padding-top: 24px !important;
    padding-bottom: 30px !important;
  }

  .legal-footer-meta {
    justify-items: start !important;
  }

  .legal-footer-links {
    display: grid !important;
    gap: 7px !important;
  }

  .legal-footer-links a {
    padding: 0 !important;
  }

  .legal-footer-links a + a {
    border-left: 0 !important;
  }
}

