@keyframes casinoceskyHeroVisibleShimmer {
  0% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.casinocesky-hero.hero h1 em,
.casinocesky-hero.hero .hero__title em,
.casinocesky-hero.hero .casinocesky-hero__highlight,
.tm-main .casinocesky-hero.hero .casinocesky-hero__highlight,
.tm-page .tm-main .casinocesky-hero.hero .casinocesky-hero__highlight {
  background: linear-gradient(90deg, var(--acc), var(--org), var(--acc-l), var(--org));
    background-size: 300% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-style: normal;
    animation: shimmer 5s ease-in-out infinite;
}
