:root {
  --th-ground: #F1E3CC;
  --th-text: #2B2521;
  --th-muted: #78675B;
  --th-line: #C8B69D;
  --th-accent: #7A1E25;
  --th-charcoal: #2B2521;
  --th-white: #FFF8EC;
  --th-display: "Arial Narrow", "Aptos Narrow", "Liberation Sans Narrow", "Segoe UI", Arial, sans-serif;
  --th-body: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --th-rail: 0%;
}

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

html {
  background: var(--th-ground);
  color: var(--th-text);
  font-family: var(--th-body);
  font-size: 16px;
  line-height: 1.65;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 0;
  overflow-x: hidden;
  background: var(--th-ground);
  color: var(--th-text);
  transition: background-color 700ms ease, color 700ms ease;
}

body[data-field="oxblood"] {
  background: var(--th-accent);
}

body[data-field="charcoal"] {
  background: var(--th-charcoal);
}

img,
svg {
  display: block;
  max-width: 100%;
}

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

a {
  color: inherit;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.16em;
}

a:hover {
  color: var(--th-accent);
}

p,
li,
dd,
dt,
h1,
h2,
h3,
span,
a,
strong,
em,
td,
th {
  overflow-wrap: anywhere;
  min-width: 0;
}

p {
  margin: 0;
  max-width: 72ch;
}

p + p {
  margin-top: 1rem;
}

h1,
h2,
h3 {
  font-family: var(--th-display);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.055em;
  text-wrap: balance;
  margin: 0;
}

h1 {
  font-size: clamp(3.35rem, 10vw, 7.4rem);
}

h2 {
  font-size: clamp(2.25rem, 5vw, 4.2rem);
}

h3 {
  font-size: clamp(1.45rem, 2.8vw, 2.35rem);
}

.th-display {
  font-size: clamp(3.6rem, 10.5vw, 7.4rem);
  max-width: 11ch;
}

.th-skip {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 50;
  transform: translateY(-150%);
  padding: 0.7rem 1rem;
  background: var(--th-ground);
  color: var(--th-text);
  border: 1px solid var(--th-text);
}

.th-skip:focus {
  transform: translateY(0);
}

.th-progress {
  position: fixed;
  z-index: 45;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.36rem;
  border-right: 1px solid rgba(43, 37, 33, 0.25);
  pointer-events: none;
}

.th-progress span {
  display: block;
  width: 100%;
  height: var(--th-rail);
  background: var(--th-accent);
  transition: height 120ms linear;
}

body[data-field="oxblood"] .th-progress,
body[data-field="charcoal"] .th-progress {
  border-color: rgba(241, 227, 204, 0.35);
}

body[data-field="oxblood"] .th-progress span,
body[data-field="charcoal"] .th-progress span {
  background: var(--th-ground);
}

.th-wrap {
  width: min(100% - 2rem, 1220px);
  margin-inline: auto;
}

.th-site-head {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(241, 227, 204, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--th-line);
}

.th-nav {
  width: min(100% - 2rem, 1220px);
  margin-inline: auto;
  min-height: 4.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

.th-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
  font-family: var(--th-display);
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: -0.05em;
  text-decoration: none;
}

.th-brand-mark {
  display: grid;
  place-items: center;
  width: 2.15rem;
  aspect-ratio: 1;
  border: 1px solid currentColor;
  color: var(--th-accent);
  font-family: var(--th-body);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
}

.th-nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.35rem 1rem;
  font-size: 0.92rem;
  font-weight: 600;
}

.th-nav-links a {
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding-block: 0.25rem;
  transition: transform 220ms ease, color 220ms ease, border-color 220ms ease;
}

.th-nav-links a:hover,
.th-nav-links a[aria-current="page"] {
  color: var(--th-accent);
  border-color: currentColor;
  transform: translateX(0.18rem);
}

.th-field {
  transition: background-color 700ms ease, color 700ms ease;
}

.th-hero,
.th-support-band {
  background: var(--th-accent);
  color: var(--th-ground);
}

.th-section,
.th-page-hero,
.th-contact-hero {
  background: var(--th-ground);
  color: var(--th-text);
}

.th-strip,
.th-board-section,
.th-footer {
  background: var(--th-charcoal);
  color: var(--th-ground);
}

.th-hero {
  min-height: calc(100svh - 4.6rem);
  display: grid;
  align-items: center;
  padding: clamp(3rem, 6vw, 6rem) 0 clamp(5rem, 9vw, 9rem);
  overflow: hidden;
}

.th-hero-grid,
.th-page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(280px, 0.96fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.th-hero-copy {
  text-align: center;
  justify-self: center;
}

.th-hero-copy p {
  margin-inline: auto;
}

.th-page-hero {
  padding: clamp(4rem, 8vw, 8rem) 0 clamp(3rem, 6vw, 6rem);
}

.th-contact-hero {
  padding: clamp(4rem, 9vw, 8.5rem) 0 clamp(3rem, 7vw, 6rem);
}

.th-contact-card {
  text-align: center;
  margin-inline: auto;
}

.th-contact-card h1 {
  max-width: none;
  font-size: clamp(2.8rem, 9vw, 7.4rem);
}

.th-contact-card a {
  color: var(--th-accent);
}

.th-kicker {
  font-size: 0.78rem;
  line-height: 1.2;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--th-muted);
  margin-bottom: 0.85rem;
  max-width: none;
}

.th-hero .th-kicker,
.th-support-band .th-kicker,
.th-board-section .th-kicker,
.th-footer .th-kicker {
  color: rgba(241, 227, 204, 0.72);
}

.th-lede {
  font-size: clamp(1.05rem, 1.6vw, 1.18rem);
  margin-top: 1.35rem;
  color: inherit;
}

.th-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.25rem;
  margin-top: 1.8rem;
}

.th-hero-copy .th-actions,
.th-contact-card .th-actions {
  justify-content: center;
}

.th-button {
  display: inline-flex;
  width: auto;
  align-items: center;
  justify-content: center;
  padding: 0.74rem 1.05rem 0.78rem;
  border: 1px solid var(--th-accent);
  background: var(--th-accent);
  color: var(--th-ground);
  text-decoration: none;
  font-weight: 700;
  line-height: 1;
  transition: color 220ms ease, border-color 220ms ease, transform 220ms ease;
}

.th-button:hover {
  color: var(--th-white);
  transform: translateX(0.18rem);
}

.th-button-light {
  border-color: var(--th-ground);
  background: var(--th-ground);
  color: var(--th-accent);
}

.th-button-light:hover {
  color: var(--th-text);
}

.th-text-link {
  font-weight: 700;
  color: inherit;
  transition: color 220ms ease, transform 220ms ease;
}

.th-text-link:hover {
  color: var(--th-accent);
  transform: translateX(0.18rem);
}

.th-hero .th-text-link:hover,
.th-support-band .th-text-link:hover,
.th-board-section .th-text-link:hover {
  color: var(--th-white);
}

.th-rate-board {
  animation: th-drift 18s ease-in-out infinite alternate;
  transform-origin: center;
}

.th-rate-stamp {
  width: min(100%, 720px);
  margin-inline: auto;
}

.th-rate-large {
  filter: none;
}

.th-rate-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  border: 1px solid rgba(241, 227, 204, 0.45);
  border-top: 0;
}

.th-mini-stamp {
  padding: clamp(1rem, 2.5vw, 1.5rem);
  min-height: 9rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: transparent;
}

.th-mini-stamp span:last-child {
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
}

.th-price {
  display: block;
  font-family: var(--th-display);
  font-size: clamp(3rem, 7vw, 5.5rem);
  line-height: 0.86;
  letter-spacing: -0.06em;
}

.th-svg-line {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.2;
  opacity: 0.42;
}

.th-svg-faint {
  opacity: 0.16;
}

.th-svg-accent {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
}

.th-svg-lozenge {
  fill: var(--th-accent);
  stroke: currentColor;
  stroke-width: 1.6;
}

.th-svg-grid-ref {
  fill: none;
  stroke: currentColor;
  stroke-width: 1;
  stroke-dasharray: 7 6;
  opacity: 0.7;
}

.th-svg-label,
.th-svg-small,
.th-svg-grid-text {
  fill: currentColor;
  font-family: var(--th-body);
  font-weight: 800;
  letter-spacing: 0.16em;
}

.th-svg-label {
  font-size: 22px;
}

.th-svg-small {
  font-size: 22px;
}

.th-svg-grid-text {
  font-size: 13px;
  opacity: 0.78;
}

.th-svg-price {
  fill: currentColor;
  font-family: var(--th-display);
  font-size: 142px;
  font-weight: 600;
  letter-spacing: -0.065em;
}

.th-svg-price-cut {
  fill: var(--th-ground);
}

.th-hero .th-svg-price {
  font-size: 132px;
}

.th-section {
  padding: clamp(4rem, 8vw, 8rem) 0;
}

.th-section + .th-section {
  padding-top: clamp(2.5rem, 6vw, 6rem);
}

.th-section-head {
  margin-bottom: clamp(1.8rem, 4vw, 3.2rem);
}

.th-section-head h2 {
  max-width: 12ch;
}

.th-price-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--th-line);
  align-items: stretch;
  background: var(--th-line);
}

.th-card {
  background: var(--th-ground);
  color: var(--th-text);
  border: 1px solid var(--th-line);
  padding: clamp(1.2rem, 2.4vw, 2rem);
}

.th-price-grid .th-card {
  border: 0;
}

.th-equal > * {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.th-plan h2,
.th-plan-price {
  font-family: var(--th-display);
  font-size: clamp(3rem, 6vw, 5.2rem);
  line-height: 0.82;
  letter-spacing: -0.065em;
  font-weight: 600;
  margin: 1.2rem 0 0.25rem;
  max-width: none;
}

.th-plan h2 span,
.th-plan-price span {
  font-family: var(--th-body);
  font-size: 0.92rem;
  letter-spacing: 0;
  font-weight: 700;
}

.th-muted {
  color: var(--th-muted);
}

.th-buying-terms {
  max-width: none;
  margin-top: 1rem;
  font-weight: 700;
}

.th-ledger {
  margin: 1.5rem 0;
  border-top: 1px solid var(--th-line);
}

.th-ledger div {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 1rem;
  border-bottom: 1px solid var(--th-line);
  padding: 0.62rem 0;
}

.th-ledger dt {
  color: var(--th-muted);
  font-size: 0.92rem;
}

.th-ledger dd {
  margin: 0;
  font-weight: 700;
}

.th-best {
  margin-top: auto;
  padding-top: 1rem;
  color: var(--th-muted);
}

.th-plan .th-button {
  margin-top: 1.35rem;
  align-self: flex-start;
}

.th-strip {
  padding: 1.15rem 0;
  border-block: 1px solid rgba(241, 227, 204, 0.25);
  overflow: hidden;
}

.th-marquee {
  overflow: hidden;
  white-space: nowrap;
}

.th-marquee-track {
  display: inline-flex;
  gap: clamp(1.5rem, 4vw, 3.5rem);
  min-width: max-content;
  animation: th-marquee 28s linear infinite;
}

.th-marquee span {
  font-family: var(--th-display);
  font-size: clamp(1.6rem, 4vw, 3rem);
  line-height: 1;
  letter-spacing: -0.05em;
  font-weight: 600;
}

.th-marquee a {
  color: var(--th-ground);
}

.th-split,
.th-two {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}

.th-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.th-copy {
  font-size: clamp(1rem, 1.3vw, 1.18rem);
}

.th-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding: 0;
  margin: 0;
  list-style: none;
  background: var(--th-line);
  border: 1px solid var(--th-line);
}

.th-steps li {
  background: var(--th-ground);
  padding: clamp(1.2rem, 2.6vw, 2rem);
  min-height: 19rem;
  transition: transform 220ms ease, color 220ms ease;
}

.th-steps li:hover,
.th-list li:hover,
.th-checklist li:hover,
.th-ladder li:hover,
.th-case:hover {
  transform: translateX(0.28rem);
  color: var(--th-accent);
}

.th-board-section .th-case:hover,
.th-board-section .th-checklist li:hover,
.th-board-section .th-ladder li:hover,
.th-dark-card .th-list li:hover {
  color: var(--th-white);
}

.th-steps span,
.th-case span,
.th-ladder span {
  display: block;
  font-family: var(--th-display);
  font-size: 3.2rem;
  line-height: 0.9;
  letter-spacing: -0.06em;
  color: var(--th-accent);
  margin-bottom: 1.1rem;
}

.th-support-band {
  padding: clamp(4rem, 8vw, 7rem) 0;
}

.th-dark-card {
  background: transparent;
  border-color: rgba(241, 227, 204, 0.35);
  color: var(--th-ground);
}

.th-dark-card .th-muted {
  color: rgba(241, 227, 204, 0.68);
}

.th-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--th-line);
}

.th-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  background: var(--th-ground);
}

.th-table th,
.th-table td {
  padding: 0.95rem 1rem;
  border: 1px solid var(--th-line);
  text-align: left;
  vertical-align: top;
}

.th-table thead th {
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--th-muted);
}

.th-table tbody th {
  font-weight: 700;
}

.th-panels {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid rgba(241, 227, 204, 0.35);
}

.th-panels .th-card {
  border: 0;
}

.th-list {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
}

.th-list li {
  border-top: 1px solid currentColor;
  padding: 0.72rem 0;
  transition: transform 220ms ease, color 220ms ease;
}

.th-note {
  border-left: 2px solid var(--th-accent);
  padding-left: 1.25rem;
  font-size: 1.05rem;
}

.th-cta-rail {
  border-top: 1px solid var(--th-line);
  padding-top: 1.2rem;
}

.th-domain-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  background: var(--th-line);
  border: 1px solid var(--th-line);
}

.th-domain-card {
  background: var(--th-ground);
  padding: clamp(1.1rem, 2.4vw, 1.7rem);
  min-height: 13rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.th-domain-card h3 {
  font-size: clamp(1.6rem, 3vw, 2.35rem);
}

.th-domain-card p {
  font-family: var(--th-display);
  font-size: clamp(3rem, 6vw, 5rem);
  line-height: 0.85;
  letter-spacing: -0.06em;
  font-weight: 600;
}

.th-domain-card span {
  color: var(--th-muted);
  font-size: 0.92rem;
}

.th-case-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid rgba(241, 227, 204, 0.32);
}

.th-case {
  padding: clamp(1rem, 2.4vw, 1.6rem);
  border-right: 1px solid rgba(241, 227, 204, 0.32);
  min-height: 20rem;
  transition: transform 220ms ease, color 220ms ease;
}

.th-case:last-child {
  border-right: 0;
}

.th-faq {
  display: grid;
  gap: 1px;
  border: 1px solid var(--th-line);
  background: var(--th-line);
}

.th-faq details {
  background: var(--th-ground);
  padding: 1rem 1.25rem;
}

.th-faq summary {
  cursor: pointer;
  font-weight: 800;
  transition: transform 220ms ease, color 220ms ease;
}

.th-faq summary:hover {
  color: var(--th-accent);
  transform: translateX(0.18rem);
}

.th-faq p {
  margin-top: 0.75rem;
}

.th-ladder {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 1px;
  border: 1px solid rgba(241, 227, 204, 0.32);
}

.th-ladder li {
  display: grid;
  grid-template-columns: 5rem minmax(0, 0.55fr) minmax(0, 1.45fr);
  gap: 1rem;
  align-items: baseline;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid rgba(241, 227, 204, 0.32);
  transition: transform 220ms ease, color 220ms ease;
}

.th-ladder li:last-child {
  border-bottom: 0;
}

.th-ladder span {
  margin: 0;
  color: var(--th-ground);
}

.th-ladder strong {
  font-family: var(--th-display);
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: -0.04em;
}

.th-cta-band {
  text-align: center;
}

.th-cta-band p {
  margin: 1rem auto 0;
}

.th-cta-band .th-button {
  margin-top: 1.5rem;
}

.th-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 1px;
  border: 1px solid rgba(241, 227, 204, 0.32);
}

.th-checklist li {
  display: grid;
  grid-template-columns: minmax(0, 0.45fr) minmax(0, 1.55fr);
  gap: 1rem;
  padding: 1.1rem 1.25rem;
  border-bottom: 1px solid rgba(241, 227, 204, 0.32);
  transition: transform 220ms ease, color 220ms ease;
}

.th-checklist li:last-child {
  border-bottom: 0;
}

.th-checklist span {
  font-family: var(--th-display);
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: -0.04em;
  font-weight: 600;
}

.th-mini-price-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--th-line);
  background: var(--th-line);
  gap: 1px;
}

.th-mini-price-strip article {
  background: var(--th-ground);
  padding: 1rem 1.2rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.5rem 1rem;
  align-items: baseline;
}

.th-mini-price-strip span {
  font-weight: 800;
}

.th-mini-price-strip strong {
  font-family: var(--th-display);
  font-size: clamp(2.2rem, 5vw, 4.2rem);
  line-height: 0.85;
  letter-spacing: -0.06em;
}

.th-mini-price-strip em {
  grid-column: 1 / -1;
  color: var(--th-muted);
  font-style: normal;
}

.th-footer {
  padding: clamp(3rem, 6vw, 5rem) 0;
  border-top: 1px solid rgba(241, 227, 204, 0.24);
}

.th-footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.9fr 1fr 0.7fr;
  gap: clamp(1.5rem, 4vw, 3rem);
}

.th-footer-title {
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 800;
  color: rgba(241, 227, 204, 0.68);
  margin-bottom: 0.5rem;
}

.th-footer a {
  color: var(--th-ground);
  font-weight: 700;
  transition: color 220ms ease, transform 220ms ease;
}

.th-footer a:hover {
  color: var(--th-white);
}

.th-copyright {
  margin-top: 1.25rem;
  color: rgba(241, 227, 204, 0.68);
}

.th-wipe {
  animation: th-wipe 1100ms cubic-bezier(0.2, 0.78, 0.2, 1) both;
}

.th-js .th-hidden {
  opacity: 1;
  transform: translateY(0);
}

.th-reveal {
  transition: opacity 650ms ease, transform 650ms ease;
}

.th-reveal.th-in {
  opacity: 1;
  transform: translateY(0);
}

@keyframes th-wipe {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}

@keyframes th-drift {
  from {
    transform: scale(1) translate3d(-0.35rem, 0, 0);
  }
  to {
    transform: scale(1.035) translate3d(0.35rem, -0.35rem, 0);
  }
}

@keyframes th-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 980px) {
  .th-hero-grid,
  .th-page-hero-grid,
  .th-split,
  .th-two {
    grid-template-columns: 1fr;
  }

  .th-hero-copy {
    text-align: left;
    justify-self: start;
  }

  .th-hero-copy p {
    margin-inline: 0;
  }

  .th-hero-copy .th-actions {
    justify-content: flex-start;
  }

  .th-price-grid,
  .th-steps,
  .th-panels,
  .th-domain-grid,
  .th-case-grid,
  .th-mini-price-strip {
    grid-template-columns: 1fr;
  }

  .th-case {
    border-right: 0;
    border-bottom: 1px solid rgba(241, 227, 204, 0.32);
    min-height: auto;
  }

  .th-case:last-child {
    border-bottom: 0;
  }

  .th-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .th-ladder li,
  .th-checklist li {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }
}

@media (max-width: 680px) {
  .th-wrap,
  .th-nav {
    width: min(100% - 1.25rem, 1220px);
  }

  .th-nav {
    align-items: flex-start;
    flex-direction: column;
    padding: 0.85rem 0;
    min-height: 0;
  }

  .th-nav-links {
    justify-content: flex-start;
    gap: 0.2rem 0.8rem;
  }

  .th-hero {
    min-height: auto;
  }

  .th-display {
    font-size: clamp(3rem, 16vw, 4.8rem);
  }

  .th-contact-card h1 {
    font-size: clamp(2.2rem, 13vw, 4.2rem);
  }

  .th-rate-pair {
    grid-template-columns: 1fr;
  }

  .th-ledger div {
    grid-template-columns: 1fr;
    gap: 0.1rem;
  }

  .th-footer-grid {
    grid-template-columns: 1fr;
  }

  .th-mini-price-strip article {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }

  .th-marquee-track {
    animation: none;
    transform: none;
  }
}