@keyframes dialog_fadeIn__GHCj8 {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes dialog_slideUp__C7BNu {
  0% {
    transform: translateY(100px)
  }

  to {
    transform: translateY(0)
  }
}

.dialog_overlay__T5LRo {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--tk-surface-overlay);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end
}

.dialog_overlay__T5LRo:not(.dialog_nested__wKvPn) {
  animation: dialog_fadeIn__GHCj8 .3s cubic-bezier(.3, 0, .6, 1)
}

@media (min-width:480px) {
  .dialog_overlay__T5LRo {
    flex-direction: row;
    justify-content: center
  }
}

.dialog_container__akeTs {
  max-height: 100%;
  width: 100%;
  overflow-y: auto;
  animation: dialog_slideUp__C7BNu .3s cubic-bezier(.3, 0, .6, 1), dialog_fadeIn__GHCj8 .3s cubic-bezier(.3, 0, .6, 1)
}

@media(prefers-reduced-motion) {
  .dialog_container__akeTs {
    animation: none
  }
}

@media (min-width:384px) {
  .dialog_container__akeTs {
    margin-top: 48px
  }
}

@media (min-width:480px) {
  .dialog_container__akeTs {
    margin-top: 0
  }
}

.marquee_marquee__som28 {
  --offset: 50vw;
  --move-initial: calc(-25% + var(--offset));
  --move-final: calc(-50% + var(--offset));
  transform: translate3d(var(--move-initial), 0, 0);
  animation: marquee_marquee__som28 30s linear infinite;
  -webkit-animation: marquee_marquee__som28 30s linear infinite
}

@keyframes marquee_marquee__som28 {
  0% {
    transform: translate3d(var(--move-initial), 0, 0)
  }

  to {
    transform: translate3d(var(--move-final), 0, 0)
  }
}

@keyframes marquee_marqueeWebkitWorkaround__OF5xd {
  0% {
    transform: translate3d(var(--move-initial), 0, 0)
  }

  to {
    transform: translate3d(var(--move-final), 0, 0)
  }
}

@media(prefers-reduced-motion:reduce) {
  .marquee_marquee__som28 {
    animation-play-state: paused
  }
}

@media(prefers-reduced-motion:no-preference) {
  .marquee_marquee__som28 {
    animation-play-state: running
  }
}

@media (min-width:384px) {
  .marquee_marquee__som28 {
    -webkit-animation-name: marquee_marqueeWebkitWorkaround__OF5xd
  }
}

@media (min-width:480px) {
  .marquee_marquee__som28 {
    -webkit-animation-name: marquee_marquee__som28
  }
}

@media (min-width:768px) {
  .marquee_marquee__som28 {
    -webkit-animation-name: marquee_marqueeWebkitWorkaround__OF5xd
  }
}

@media (min-width:960px) {
  .marquee_marquee__som28 {
    -webkit-animation-name: marquee_marquee__som28
  }
}

@media (min-width:1140px) {
  .marquee_marquee__som28 {
    -webkit-animation-name: marquee_marqueeWebkitWorkaround__OF5xd
  }
}

@media (min-width:1536px) {
  .marquee_marquee__som28 {
    -webkit-animation-name: marquee_marquee__som28
  }
}

/*# */