.replayer-wrapper {
  position: relative;
}
.replayer-mouse {
  position: absolute;
  width: 20px;
  height: 20px;
  transition: left 0.05s linear, top 0.05s linear;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjMwMCIgd2lkdGg9IjMwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBkYXRhLW5hbWU9IkxheWVyIDEiIHZpZXdCb3g9IjAgMCA1MCA1MCI+PHBhdGggZD0iTTQ4LjcxIDQyLjkxTDM0LjA4IDI4LjI5IDQ0LjMzIDE4YTEgMSAwIDAwLS4zMy0xLjYxTDIuMzUgMS4wNmExIDEgMCAwMC0xLjI5IDEuMjlMMTYuMzkgNDRhMSAxIDAgMDAxLjY1LjM2bDEwLjI1LTEwLjI4IDE0LjYyIDE0LjYzYTEgMSAwIDAwMS40MSAwbDQuMzgtNC4zOGExIDEgMCAwMC4wMS0xLjQyem0tNS4wOSAzLjY3TDI5IDMyYTEgMSAwIDAwLTEuNDEgMGwtOS44NSA5Ljg1TDMuNjkgMy42OWwzOC4xMiAxNEwzMiAyNy41OEExIDEgMCAwMDMyIDI5bDE0LjU5IDE0LjYyeiIvPjwvc3ZnPg==);
  border-color: transparent;
}
.replayer-mouse:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #4950f6;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.3;
}
.replayer-mouse.active:after {
  animation: click 0.2s ease-in-out 1;
}
.replayer-mouse.touch-device {
  background-image: none;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  margin-left: -37px;
  margin-top: -37px;
  border: 4px solid rgba(73, 80, 246, 0);
  transition: left 0s linear, top 0s linear, border-color 0.2s ease-in-out;
}
.replayer-mouse.touch-device.touch-active {
  border-color: #4950f6;
  transition: left 0.25s linear, top 0.25s linear, border-color 0.2s ease-in-out;
}
.replayer-mouse.touch-device:after {
  opacity: 0;
}
.replayer-mouse.touch-device.active:after {
  animation: touch-click 0.2s ease-in-out 1;
}
.replayer-mouse-tail {
  position: absolute;
  pointer-events: none;
}
@keyframes click {
  0% {
    opacity: 0.3;
    width: 20px;
    height: 20px;
  }
  50% {
    opacity: 0.5;
    width: 10px;
    height: 10px;
  }
}
@keyframes touch-click {
  0% {
    opacity: 0;
    width: 20px;
    height: 20px;
  }
  50% {
    opacity: 0.5;
    width: 10px;
    height: 10px;
  }
}
.rr-player {
  position: relative;
  background: white;
  float: left;
  border-radius: 5px;
  box-shadow: 0 24px 48px rgba(17, 16, 62, 0.12);
  width: 100% !important;
  overflow: hidden;
}
.rr-player__frame {
  overflow: hidden;
  width: 100% !important;
  cursor: pointer;
}
:fullscreen .rr-player__frame {
  height: calc(100% - 75px) !important;
}
.replayer-wrapper {
  float: left;
  clear: both;
  transform-origin: top left;
  left: 50%;
  top: 50%;
}
.replayer-wrapper > iframe {
  border: none;
}
.replayer-mouse {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZGF0YS1uYW1lPSJMYXllciAxIj4KICAgIDxnPgogICAgICAgIDxwYXRoIGlkPSJzdmdfMSIgZD0ibTQ4LjcxLDQyLjkxbC0xNC42MywtMTQuNjJsMTAuMjUsLTEwLjI5YTEsMSAwIDAgMCAtMC4zMywtMS42MWwtNDEuNjUsLTE1LjMzYTEsMSAwIDAgMCAtMS4yOSwxLjI5bDE1LjMzLDQxLjY1YTEsMSAwIDAgMCAxLjY1LDAuMzZsMTAuMjUsLTEwLjI4bDE0LjYyLDE0LjYzYTEsMSAwIDAgMCAxLjQxLDBsNC4zOCwtNC4zOGExLDEgMCAwIDAgMC4wMSwtMS40MnptLTUuMDksMy42N2wtMTQuNjIsLTE0LjU4YTEsMSAwIDAgMCAtMS40MSwwbC05Ljg1LDkuODVsLTE0LjA1LC0zOC4xNmwzOC4xMiwxNGwtOS44MSw5Ljg5YTEsMSAwIDAgMCAwLDEuNDJsMTQuNTksMTQuNjJsLTIuOTcsMi45NnoiIGZpbGw9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZT0iYmxhY2siLz4KICAgICAgICA8cGF0aCB0cmFuc2Zvcm09InJvdGF0ZSgtNDUgMTYuNSAxNi41KSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjAiIGlkPSJzdmdfNCIgZD0ibTAuMzUxMDEsMzQuNzUwNDRsMTYuMzg4MzIsLTM1LjQ2MDgxbDE2LjM4ODMyLDM1LjQ2MDgxbC0zMi43NzY2MywweiIgZmlsbD0iI2ZmZiIvPgogICAgICAgIDxsaW5lIHN0cm9rZT0iI2ZmZmZmZiIgc3Ryb2tlLXdpZHRoPSI0IiBpZD0ic3ZnXzEwIiB5Mj0iNDQuMjUiIHgyPSI0NC41IiB5MT0iMjUuNTgzMzMiIHgxPSIyNS45OTk5OSIgZmlsbD0iI2ZmZiIvPgogICAgPC9nPgo8L3N2Zz4=);
}
.replayer-mouse.rage-click {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZGF0YS1uYW1lPSJMYXllciAxIj4KICAgIDxnPgogICAgICAgIDxwYXRoIGlkPSJzdmdfMSIgZD0ibTQ4LjcxLDQyLjkxbC0xNC42MywtMTQuNjJsMTAuMjUsLTEwLjI5YTEsMSAwIDAgMCAtMC4zMywtMS42MWwtNDEuNjUsLTE1LjMzYTEsMSAwIDAgMCAtMS4yOSwxLjI5bDE1LjMzLDQxLjY1YTEsMSAwIDAgMCAxLjY1LDAuMzZsMTAuMjUsLTEwLjI4bDE0LjYyLDE0LjYzYTEsMSAwIDAgMCAxLjQxLDBsNC4zOCwtNC4zOGExLDEgMCAwIDAgMC4wMSwtMS40MnptLTUuMDksMy42N2wtMTQuNjIsLTE0LjU4YTEsMSAwIDAgMCAtMS40MSwwbC05Ljg1LDkuODVsLTE0LjA1LC0zOC4xNmwzOC4xMiwxNGwtOS44MSw5Ljg5YTEsMSAwIDAgMCAwLDEuNDJsMTQuNTksMTQuNjJsLTIuOTcsMi45NnoiIGZpbGw9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZT0iYmxhY2siLz4KICAgICAgICA8cGF0aCB0cmFuc2Zvcm09InJvdGF0ZSgtNDUgMTYuNSAxNi41KSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjAiIGlkPSJzdmdfNCIgZD0ibTAuMzUxMDEsMzQuNzUwNDRsMTYuMzg4MzIsLTM1LjQ2MDgxbDE2LjM4ODMyLDM1LjQ2MDgxbC0zMi43NzY2MywweiIgZmlsbD0iI2ZmZiIvPgogICAgICAgIDxsaW5lIHN0cm9rZT0iI2ZmZmZmZiIgc3Ryb2tlLXdpZHRoPSI0IiBpZD0ic3ZnXzEwIiB5Mj0iNDQuMjUiIHgyPSI0NC41IiB5MT0iMjUuNTgzMzMiIHgxPSIyNS45OTk5OSIgZmlsbD0iI2ZmZiIvPgogICAgPC9nPgo8L3N2Zz4=);
  transform: scale(1);
  animation: rage-click-cursor 0.8s ease-in-out 3;
}
.replayer-mouse.active:after {
  animation: click 0.3s ease-in-out 1;
}
.replayer-mouse.active.rage-click:after {
  animation: rage-click 0.3s ease-in-out 1;
}
@keyframes click {
  0% {
    opacity: 0.3;
    width: 20px;
    height: 20px;
  }
  50% {
    opacity: 0.5;
    width: 10px;
    height: 10px;
  }
}
@keyframes rage-click {
  0% {
    opacity: 0.3;
    width: 20px;
    height: 20px;
    background: #f4f7be;
  }
  50% {
    opacity: 0.5;
    width: 45px;
    height: 45px;
    background: #f4f7be;
  }
}
@keyframes rage-click-cursor {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.6);
  }
  100% {
    transform: scale(1);
  }
}
.replayer-mouse:after {
  content: '';
  display: inline-block;
  width: 26px;
  height: 26px;
  background: #8386ed;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.6;
}
.replayer-mouse.touch-device.touch-active {
  border-color: #8386ed;
}
.rr-controller.svelte-136chr9.svelte-136chr9 {
  width: 100%;
  height: 75px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  border-radius: 0 0 5px 5px;
}
.rr-timeline.svelte-136chr9.svelte-136chr9 {
  width: 100%;
  display: flex;
  align-items: center;
}
.rr-timeline__time.svelte-136chr9.svelte-136chr9 {
  padding: 0 4px;
  color: #000;
}
.rr-progress.svelte-136chr9.svelte-136chr9 {
  width: 100%;
  height: 14px;
  position: relative;
  border-radius: 3px;
  cursor: pointer;
  box-sizing: border-box;
  border-top: solid 4px #fff;
  border-bottom: solid 4px #fff;
  background: transparent;
  margin-top: 0;
}
.rr-progress__buffering.svelte-136chr9.svelte-136chr9 {
  background-size: 10px 10px;
  background-image: radial-gradient(#e1e2fa 0%, #e1e2fa 16%, transparent 42%);
  background-position: 0 -23px;
  animation: svelte-136chr9-buffer 3s infinite linear;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  z-index: 10;
}
.rr-progress__tooltip.svelte-136chr9.svelte-136chr9 {
  box-sizing: border-box;
  display: block;
  width: 46px;
  margin-left: -23px;
  height: 25px;
  padding: 4px;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  font-family: 'Inter';
  position: absolute;
  top: -30px;
  border-radius: 4px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out 0.2s;
}
.rr-progress__tooltip.active.svelte-136chr9.svelte-136chr9 {
  opacity: 1;
  visibility: visible;
}
.rr-progress__tooltip.svelte-136chr9.svelte-136chr9::after {
  box-sizing: border-box;
  position: absolute;
  bottom: -4px;
  left: 50%;
  margin-left: -4px;
  content: '';
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #000;
}
@keyframes svelte-136chr9-buffer {
  0% {
    opacity: 1;
    background-position: 0 -23px;
  }
  50% {
    opacity: 0;
    background-position: 0 -23px;
  }
  100% {
    opacity: 1;
    background-position: -200px -23px;
  }
}
.rr-progress__step.svelte-136chr9.svelte-136chr9 {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #8386ed;
  z-index: 12;
}
.rr-progress__inactive.svelte-136chr9.svelte-136chr9 {
  position: absolute;
  background-color: #e1e2fa;
  z-index: 13;
  height: 6px;
}
.rr-progress__handler.svelte-136chr9.svelte-136chr9 {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  position: absolute;
  top: 3px;
  transform: translate(-50%, -50%);
  background: #8386ed;
  z-index: 20;
}
.rr-progress__buffered.svelte-136chr9.svelte-136chr9 {
  height: 6px;
  background: #8386ed;
  position: relative;
  border-radius: 0;
  cursor: pointer;
  box-sizing: border-box;
  z-index: 11;
  transition: width 2s ease-in-out;
}
.rr-controller__btns.svelte-136chr9.svelte-136chr9 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  width: 100%;
}
.rr-controller__btns.svelte-136chr9 div.svelte-136chr9 {
  display: flex;
  padding: 0 0 0 12px;
  align-items: center;
  justify-content: center;
}
.rr-controller__btns.svelte-136chr9 div.svelte-136chr9:first-child {
  padding: 0;
}
.rr-controller__btns.svelte-136chr9 .playback-behaviour.svelte-136chr9 {
  flex-grow: 1;
  justify-content: flex-end;
}
.rr-controller__btns.svelte-136chr9 .playback-behaviour button.svelte-136chr9 {
  padding: 16px;
  width: 0px;
  height: 0px;
  font-size: 12px;
}
.rr-controller__btns.svelte-136chr9 .playback-behaviour span.svelte-136chr9 {
  margin-right: 8px;
}
.rr-controller__btns.svelte-136chr9 .icon.svelte-136chr9 {
  color: rgba(0, 0, 0, 0.54);
}
.rr-controller__btns.svelte-136chr9 button.svelte-136chr9 {
  width: 30px;
  height: 30px;
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-size: 14px;
  font-family: 'Inter';
}
.rr-controller__btns.svelte-136chr9 button.svelte-136chr9:hover {
  background: rgba(0, 0, 0, 0.08);
}
.rr-controller__btns.svelte-136chr9 button.svelte-136chr9:active {
  background: #e0e1fe;
}
.rr-controller__btns.svelte-136chr9 button.active.svelte-136chr9 {
  color: #8386ed;
}
.rr-controller__btns.svelte-136chr9 button.svelte-136chr9:disabled {
  cursor: not-allowed;
}
.rr-overlay.svelte-136chr9.svelte-136chr9 {
  position: absolute;
  background: rgba(38, 38, 38, 0.6);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 30px;
  font-weight: 600;
  z-index: 20;
  flex-flow: column;
  gap: 8px;
}
.rr-paused.svelte-136chr9.svelte-136chr9 {
  background: rgba(38, 38, 38, 0.3);
  height: calc(100% - 60px);
  z-index: 14;
  cursor: pointer;
}
.rr-finished.svelte-136chr9.svelte-136chr9 {
  background: rgba(38, 38, 38, 0.6);
  height: calc(100% - 60px);
  z-index: 14;
  cursor: pointer;
}
.rr-hidden.svelte-136chr9.svelte-136chr9 {
  height: calc(100% - 60px);
}
.rr-overlay.svelte-136chr9 .icon.svelte-136chr9 {
  color: #fff;
  fill: #fff;
  width: 48px;
  height: 48px;
}
.switch.svelte-r50sg8.svelte-r50sg8.svelte-r50sg8 {
  height: 1em;
  display: flex;
  align-items: center;
}
.switch.disabled.svelte-r50sg8.svelte-r50sg8.svelte-r50sg8 {
  opacity: 0.5;
}
.label.svelte-r50sg8.svelte-r50sg8.svelte-r50sg8 {
  margin: 0.2em 8px;
}
.switch.svelte-r50sg8 input[type='checkbox'].svelte-r50sg8.svelte-r50sg8 {
  position: absolute;
  opacity: 0;
}
.switch.svelte-r50sg8 label.svelte-r50sg8.svelte-r50sg8 {
  width: 2em;
  height: 1em;
  position: relative;
  cursor: pointer;
  display: block;
}
.switch.disabled.svelte-r50sg8 label.svelte-r50sg8.svelte-r50sg8 {
  cursor: not-allowed;
}
.switch.svelte-r50sg8 label.svelte-r50sg8.svelte-r50sg8:before {
  content: '';
  position: absolute;
  width: 2em;
  height: 0.8em;
  top: 0.1em;
  left: 0.1em;
  transition: background 0.1s ease;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50px;
}
.switch.svelte-r50sg8 label.svelte-r50sg8.svelte-r50sg8:after {
  content: '';
  position: absolute;
  width: 1em;
  height: 1em;
  border-radius: 50px;
  left: 0;
  transition: all 0.2s ease;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  background: #fcfff4;
  animation: switch-off 0.2s ease-out;
  z-index: 2;
}
.switch.svelte-r50sg8
  input[type='checkbox'].svelte-r50sg8:checked
  + label.svelte-r50sg8:before {
  background: #8386ed;
}
.switch.svelte-r50sg8
  input[type='checkbox'].svelte-r50sg8:checked
  + label.svelte-r50sg8:after {
  animation: switch-on 0.2s ease-out;
  left: 1.1em;
}
.rr-events.svelte-uk00cj.svelte-uk00cj {
  display: block;
  width: 100%;
  height: 6px;
  position: absolute;
  z-index: 15;
}
.rr-events__event.svelte-uk00cj.svelte-uk00cj {
  display: block;
  width: 4px;
  height: 6px;
  position: absolute;
}
.rr-events__event.pageload.svelte-uk00cj.svelte-uk00cj {
  background-color: #666;
}
.rr-events__event.pattern.svelte-uk00cj.svelte-uk00cj {
  background-color: #fa1d73;
  min-width: 4px;
}
.rr-events__event-tooltip.svelte-uk00cj.svelte-uk00cj {
  box-sizing: border-box;
  width: auto;
  min-width: 50px;
  white-space: nowrap;
  margin-left: -4px;
  min-height: 18px;
  padding: 2px 6px;
  background-color: #666;
  color: #fff;
  font-size: 12px;
  font-family: 'Inter', serif;
  font-weight: 200;
  position: absolute;
  top: 8px;
  border-radius: 4px;
  text-align: center;
  opacity: 0;
  transition: all 0.3s ease-in-out 0.2s;
  z-index: 15;
  word-break: break-all;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  overflow: hidden;
}
.rr-events__event-tooltip.tooltip-pattern.svelte-uk00cj.svelte-uk00cj {
  background-color: #fa1d73;
  color: #fff;
  word-break: normal;
  padding: 10px;
  top: -45px;
  text-transform: capitalize;
}
.rr-events__event-tooltip.tooltip-pattern.active.svelte-uk00cj.svelte-uk00cj {
  padding-bottom: 7px;
  width: 120px;
  opacity: 1;
}
.rr-events__event-tooltip.tooltip-pattern.svelte-uk00cj.svelte-uk00cj::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 100%;
  border-width: 7px 6px 0;
  border-style: solid;
  border-color: #fa1d73 transparent transparent;
  transform: translateX(-50%);
}
.rr-events__event.svelte-uk00cj:hover .rr-events__event-tooltip.svelte-uk00cj,
.rr-events__event-tooltip.svelte-uk00cj.svelte-uk00cj:hover {
  opacity: 1;
  z-index: 16;
}
.em-icon.svelte-uk00cj.svelte-uk00cj {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath id='Vector' d='M11.247 7.1747V7.45603C11.247 7.68814 11.0571 7.87804 10.825 7.87804H7.87101V10.8321C7.87101 11.0642 7.6811 11.2541 7.449 11.2541H7.16766C6.93556 11.2541 6.74566 11.0642 6.74566 10.8321V7.87804H3.79163C3.55952 7.87804 3.36962 7.68814 3.36962 7.45603V7.1747C3.36962 6.9426 3.55952 6.75269 3.79163 6.75269H6.74566V3.79866C6.74566 3.56656 6.93556 3.37665 7.16766 3.37665H7.449C7.6811 3.37665 7.87101 3.56656 7.87101 3.79866V6.75269H10.825C11.0571 6.75269 11.247 6.9426 11.247 7.1747ZM17.876 17.4786L17.4786 17.876C17.3134 18.0413 17.0461 18.0413 16.8808 17.876L12.3443 13.3395C12.2634 13.2586 12.2212 13.1531 12.2212 13.0406V12.7416C10.9235 13.9162 9.20384 14.6301 7.31537 14.6301C3.29929 14.6301 0.0533655 11.4264 0.000614931 7.41032C-0.0521357 3.29577 3.29577 -0.0521357 7.41032 0.000614931C11.4264 0.0533655 14.6301 3.29929 14.6301 7.31537C14.6301 9.20384 13.9162 10.9235 12.7416 12.2212H13.0406C13.1531 12.2212 13.2586 12.2669 13.3395 12.3443L17.876 16.8808C18.0413 17.0461 18.0413 17.3134 17.876 17.4786ZM13.5048 7.31537C13.5048 3.89361 10.7371 1.12596 7.31537 1.12596C3.89361 1.12596 1.12596 3.89361 1.12596 7.31537C1.12596 10.7371 3.89361 13.5048 7.31537 13.5048C10.7371 13.5048 13.5048 10.7371 13.5048 7.31537Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 18px;
  height: 18px;
  animation: svelte-uk00cj-scale 1s infinite;
}
.refreshing-icon.svelte-uk00cj.svelte-uk00cj {
  background-image: url('data:image/svg+xml,%3Csvg width="20" height="18" viewBox="0 0 20 18" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg id="Vector"%3E%3Cpath id="Vector_2" fill-rule="evenodd" clip-rule="evenodd" d="M9.4925 0.0148842C7.24105 0.215238 5.79968 0.745271 4.25515 1.94091C2.62483 3.20301 1.55456 4.80022 1.00949 6.78495C0.75737 7.70284 0.821012 8.05764 1.27044 8.2397C1.44167 8.30911 1.53205 8.31421 1.70382 8.26431C2.00996 8.17539 2.09444 8.06013 2.23898 7.53403C2.6613 5.99725 3.14954 5.02947 4.0102 4.02301C4.50046 3.44967 4.90106 3.09794 5.53192 2.68675C6.93454 1.77251 8.62833 1.30882 10.2686 1.38992C12.2429 1.48747 13.7724 2.09217 15.2722 3.36811L15.7982 3.81559L14.3711 5.21193C12.8323 6.71768 12.7802 6.79004 12.9509 7.1863C12.997 7.29327 13.1097 7.42845 13.2013 7.48662C13.3571 7.58561 13.5641 7.59244 16.4152 7.59244C18.8235 7.59244 19.5023 7.57624 19.6515 7.51511C19.999 7.37287 19.9999 7.36367 19.9999 4.11655C19.9999 0.809816 20.0156 0.933468 19.5722 0.753838C19.1964 0.60159 19.0338 0.703069 17.8771 1.81182C17.3005 2.36443 16.8021 2.8166 16.7694 2.8166C16.7367 2.8166 16.6174 2.72253 16.5042 2.6075C15.5822 1.67051 13.8127 0.680146 12.4179 0.320597C11.5326 0.092398 10.1938 -0.0475202 9.4925 0.0148842ZM16.8955 4.66905L15.2844 6.23205L16.9407 6.23205H18.597V4.66905C18.597 3.8094 18.5766 3.10604 18.5518 3.10604C18.5269 3.10604 17.7816 3.8094 16.8955 4.66905ZM18.1321 9.79263C17.9053 9.88815 17.8268 10.0416 17.6429 10.7495C17.2651 12.2033 16.6572 13.3127 15.6685 14.3527C14.6455 15.4289 13.0258 16.2509 11.3432 16.5478C10.8024 16.6432 9.2608 16.642 8.68654 16.5456C7.72588 16.3845 6.60422 15.972 5.85616 15.5049C5.4115 15.2273 4.72022 14.6993 4.45909 14.4379L4.20178 14.1803L5.63515 12.7607C6.55747 11.8472 7.08356 11.2829 7.11072 11.178C7.16905 10.9526 6.98075 10.6295 6.71639 10.5015C6.52571 10.4091 6.25168 10.4005 3.58208 10.4034C0.430625 10.4068 0.350088 10.414 0.125015 10.7082C0.00191054 10.8691 0 10.9175 0 13.8733C0 16.8301 0.00185078 16.8776 0.125134 17.0385C0.19391 17.1285 0.34979 17.2344 0.471521 17.2739C0.836356 17.3924 1.02776 17.2684 2.15026 16.1864C2.71026 15.6465 3.19563 15.2049 3.22882 15.2049C3.26202 15.2049 3.39539 15.3117 3.52518 15.4422C4.04912 15.9691 5.04631 16.6528 5.86619 17.0473C7.28147 17.7282 8.42893 17.9966 9.94026 18C11.818 18.0043 13.4909 17.5581 14.8916 16.6795C17.0291 15.3387 18.4864 13.3576 19.0424 11.0368C19.2141 10.3197 19.1424 10.0024 18.7667 9.81654C18.5018 9.68548 18.3958 9.68149 18.1321 9.79263ZM1.40298 13.3524C1.40298 14.2121 1.42197 14.9154 1.44519 14.9154C1.50304 14.9154 4.62685 11.8903 4.62685 11.8343C4.62685 11.8096 3.90148 11.7894 3.01491 11.7894H1.40298L1.40298 13.3524Z" fill="white"/%3E%3C/g%3E%3C/svg%3E%0A');
  width: 20px;
  height: 18px;
  animation: svelte-uk00cj-rotate 1s infinite;
}
.chaotic-movement-icon.svelte-uk00cj.svelte-uk00cj {
  background-image: url('data:image/svg+xml,%3Csvg width="20" height="18" viewBox="0 0 20 18" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath id="Vector" fill-rule="evenodd" clip-rule="evenodd" d="M9.70759 0.0293485C9.88501 0.0600651 13.171 3.27443 13.2183 3.46354C13.2373 3.5393 13.2375 3.66332 13.2189 3.73914C13.1723 3.92804 9.88568 7.1381 9.70759 7.16856C9.34639 7.23035 8.99052 6.9522 8.99052 6.60805C8.99052 6.378 9.10674 6.24126 10.3441 5.01575L11.1673 4.20033L7.06868 4.21401L2.97004 4.22769L2.62876 4.3921C2.21143 4.59309 1.87031 4.94725 1.71082 5.34501C1.6074 5.60302 1.59342 5.74749 1.56664 6.83334C1.53565 8.08941 1.51659 8.19368 1.29881 8.29681C0.973928 8.45074 0.656883 8.39287 0.477566 8.14693C0.362938 7.98969 0.360222 7.95837 0.364883 6.83334C0.370209 5.53092 0.417845 5.23703 0.724646 4.61303C1.06161 3.92764 1.77612 3.36297 2.61376 3.12014C2.89469 3.03872 3.27479 3.0295 7.04113 3.01306L11.1612 2.99502L10.2645 2.1081C9.05726 0.913865 8.99052 0.835696 8.99052 0.614917C8.99052 0.389178 9.15621 0.15477 9.38066 0.0630217C9.47413 0.0247889 9.55716 -0.0034222 9.56509 0.000335938C9.57303 0.00409408 9.63716 0.017122 9.70759 0.0293485ZM18.2408 1.29078C18.8807 1.47002 19.4204 1.91774 19.7228 2.52019C20.3707 3.81084 19.7932 5.27677 18.4359 5.78732C17.7424 6.04819 16.8099 5.94897 16.192 5.54855C15.3413 4.99731 14.9316 3.85649 15.2381 2.89255C15.3611 2.50551 15.6824 2.01385 15.9723 1.76917C16.5761 1.25946 17.4619 1.07266 18.2408 1.29078ZM17.8258 2.39362C18.1803 2.48236 18.5204 2.75425 18.6908 3.08522C18.8048 3.3068 18.7973 3.82046 18.6762 4.08143C18.55 4.35327 18.2577 4.62375 18.0126 4.69561C17.7453 4.77393 17.2711 4.76927 17.0687 4.68629C16.823 4.58557 16.5802 4.36619 16.4569 4.13369C16.3008 3.83945 16.3006 3.30379 16.4565 3.01547C16.6963 2.57181 17.3505 2.27466 17.8258 2.39362ZM10.9222 9.64949C11.0793 9.67925 11.3338 9.92283 11.3748 10.0828C11.3936 10.1558 11.3937 10.2749 11.3751 10.3474C11.3553 10.4249 10.9062 10.915 10.2848 11.5375L9.22833 12.5958L13.3222 12.625C16.3354 12.6466 17.4837 12.6708 17.6721 12.7168C17.813 12.7512 18.114 12.868 18.3411 12.9763C19.0548 13.3167 19.5572 13.8835 19.8327 14.6589C19.9649 15.031 19.9731 15.1087 19.9923 16.1713C20.0206 17.73 19.9898 17.862 19.5706 17.9752C19.3123 18.045 19.0602 17.965 18.9164 17.7678C18.803 17.6121 18.7986 17.5674 18.7885 16.4496C18.7791 15.4156 18.7666 15.2627 18.6714 15.0138C18.4586 14.4575 18.0262 14.0671 17.4403 13.9024C17.1907 13.8323 16.687 13.8244 13.1939 13.8357L9.23053 13.8485L10.2867 14.9099C10.8887 15.5149 11.357 16.0266 11.3759 16.1C11.4247 16.2902 11.3597 16.4771 11.1912 16.6311C11.0075 16.799 10.8064 16.8416 10.6039 16.7556C10.5194 16.7197 9.70697 15.9599 8.79845 15.0672L7.14664 13.4441V13.2236V13.0032L8.79845 11.3784C10.1859 10.0136 10.6884 9.57117 10.7944 9.62118C10.8023 9.62493 10.8598 9.63766 10.9222 9.64949ZM3.02351 10.8514C4.03887 10.9865 4.80613 11.5987 5.12871 12.531C5.25481 12.8955 5.24846 13.6017 5.11575 13.9742C4.50835 15.6786 2.24616 16.1428 1.02464 14.8136C0.150993 13.863 0.180698 12.4872 1.09496 11.5527C1.55188 11.0856 2.41774 10.7708 3.02351 10.8514ZM3.33082 12.1148C3.584 12.2297 3.83784 12.4857 3.94284 12.732C4.05255 12.9893 4.04359 13.4982 3.92496 13.7483C3.63885 14.3516 2.86627 14.6005 2.23499 14.2927C1.35648 13.8645 1.35648 12.5799 2.23499 12.1516C2.56976 11.9884 3.01915 11.9733 3.33082 12.1148Z" fill="white"/%3E%3C/svg%3E%0A');
  width: 20px;
  height: 18px;
  animation: svelte-uk00cj-reflect 1s infinite;
}
.chaotic-scrolling-icon.svelte-uk00cj.svelte-uk00cj {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.3174 10.092L9.01591 16.6662L1.71294 10.092C1.4082 9.81832 0.913178 9.81177 0.606482 10.1502C0.317591 10.4711 0.343566 10.9665 0.664593 11.2551L8.44694 18.2989C8.74654 18.5664 9.19582 18.5664 9.49567 18.2989L17.3662 11.2562C17.687 10.9676 17.713 10.4736 17.4244 10.1507C17.1338 9.82791 16.6403 9.80345 16.3174 10.092ZM8.49253 8.90831C8.79213 9.17582 9.24141 9.17582 9.54126 8.90831L17.3662 1.86458C17.6871 1.57569 17.7132 1.08047 17.4243 0.759594C17.1338 0.439251 16.6402 0.414061 16.3178 0.701483L9.01591 7.27456L1.71294 0.700408C1.4082 0.42668 0.913179 0.420125 0.606483 0.758517C0.317592 1.0795 0.343566 1.57491 0.664594 1.8635L8.49253 8.90831Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: 12px;
  width: 12px;
  height: 12px;
  animation: svelte-uk00cj-scrollAnimation 1.5s infinite;
}
.dead-click-icon.svelte-uk00cj.svelte-uk00cj {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.375 9C3.375 7.75898 4.38398 6.75 5.625 6.75C6.86602 6.75 7.875 7.75898 7.875 9C7.875 10.241 6.86602 11.25 5.625 11.25C4.38398 11.25 3.375 10.241 3.375 9ZM5.625 10.125C6.24727 10.125 6.75 9.62227 6.75 9C6.75 8.37773 6.24727 7.875 5.625 7.875C5.00273 7.875 4.5 8.37773 4.5 9C4.5 9.62227 5.00273 10.125 5.625 10.125ZM14.625 9C14.625 10.241 13.616 11.25 12.375 11.25C11.134 11.25 10.125 10.241 10.125 9C10.125 7.75898 11.134 6.75 12.375 6.75C13.616 6.75 14.625 7.75898 14.625 9ZM12.375 7.875C11.7527 7.875 11.25 8.37773 11.25 9C11.25 9.62227 11.7527 10.125 12.375 10.125C12.9973 10.125 13.5 9.62227 13.5 9C13.5 8.37773 12.9973 7.875 12.375 7.875ZM14.5934 14.0238C14.5934 14.0379 14.625 14.0484 14.625 14.0625V16.3125C14.625 17.2441 13.8691 18 12.9375 18H5.0625C4.13086 18 3.375 17.2441 3.375 16.3125V14.0625C3.375 14.0484 3.375 14.0379 3.37535 14.0238C1.31766 12.5789 0 10.3605 0 7.875C0 3.52617 4.02891 0 9 0C13.9711 0 18 3.52617 18 7.875C18 10.3605 16.6816 12.5789 14.5934 14.0238ZM13.4684 14.0484C13.493 13.6723 13.6723 13.3172 13.9781 13.1027C15.7816 11.8371 16.875 9.94219 16.875 7.875C16.875 4.28203 13.4965 1.125 9 1.125C4.50352 1.125 1.125 4.28203 1.125 7.875C1.125 9.94219 2.21871 11.8371 4.02187 13.1027C4.32773 13.3172 4.50703 13.6723 4.5 14.0484V14.0625V16.3125C4.5 16.6219 4.75313 16.875 5.0625 16.875H6.75V15.1875C6.75 14.8781 7.00313 14.625 7.3125 14.625C7.62187 14.625 7.875 14.8781 7.875 15.1875V16.875H10.125V15.1875C10.125 14.8781 10.3781 14.625 10.6875 14.625C10.9969 14.625 11.25 14.8781 11.25 15.1875V16.875H12.9375C13.2469 16.875 13.5 16.6219 13.5 16.3125V14.0625L13.4684 14.0484Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 18px;
  height: 18px;
  animation: svelte-uk00cj-opacity 1s infinite;
}
.bounce-back-icon.svelte-uk00cj.svelte-uk00cj {
  background-image: url("data:image/svg+xml,%3Csvg width='2' height='18' viewBox='0 0 2 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.414276 0.500693C0.414276 0.225714 0.639258 0.000732434 0.914237 0.000732422C1.18922 0.00073241 1.4142 0.225713 1.4142 0.500693L1.4142 17.4994C1.4142 17.7755 1.18922 17.9993 0.914238 17.9993C0.639259 17.9993 0.414277 17.7755 0.414277 17.4994L0.414276 0.500693Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 2px 18px;
  width: 24px;
  height: 18px;
}
.bounce-back-icon-small-arrow.svelte-uk00cj.svelte-uk00cj {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.6679 4.35356C11.8648 4.15983 11.8648 3.8411 11.6679 3.64737L8.16821 0.147645C7.97448 -0.0492149 7.65576 -0.0492149 7.46202 0.147645C7.26516 0.34138 7.26516 0.660103 7.46202 0.853839L10.1087 3.50051L0.815665 3.50051C0.539437 3.50051 0.315704 3.72549 0.315704 4.00047C0.315704 4.27545 0.539437 4.50043 0.815665 4.50043L10.1087 4.50043L7.46202 7.14709C7.26516 7.34083 7.26516 7.65955 7.46202 7.85329C7.65576 8.05015 7.97448 8.05015 8.16821 7.85329L11.6679 4.35356Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 12px;
  height: 18px;
  position: absolute;
  left: 15px;
  animation: svelte-uk00cj-opacity-small-arrow 1s infinite;
}
.bounce-back-icon-big-arrow.svelte-uk00cj.svelte-uk00cj {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='10' viewBox='0 0 18 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3005_7858)'%3E%3Cpath d='M0.915699 5.00055C0.915699 4.87243 0.965697 4.74432 1.06257 4.64745L5.56221 0.147804C5.75595 -0.0490552 6.07467 -0.0490552 6.26841 0.147804C6.46527 0.341539 6.46527 0.660263 6.26841 0.853998L2.62182 4.50059L17.4144 4.50059C17.6908 4.50059 17.9144 4.72557 17.9144 5.00055C17.9144 5.27553 17.6908 5.50051 17.4144 5.50051L2.62182 5.50051L6.26841 9.1471C6.46526 9.34083 6.46526 9.65956 6.2684 9.85329C6.07467 10.0489 5.75595 10.0489 5.56221 9.85329L1.06257 5.35364C0.965697 5.25678 0.915699 5.12866 0.915699 5.00055Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3005_7858'%3E%3Crect width='16.9987' height='9.99984' fill='white' transform='translate(0.91571 0.00012207)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 18px;
  height: 10px;
  position: absolute;
  left: 18px;
  top: 18px;
  animation: svelte-uk00cj-opacity-big-arrow 1s infinite;
}
.rage-click-icon.svelte-uk00cj.svelte-uk00cj {
  background-image: url('data:image/svg+xml,%3Csvg width="14" height="18" viewBox="0 0 14 18" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath id="Vector" d="M7.80769 0H5.57692C2.49672 0 0 2.51789 0 5.625V12.375C0 15.4821 2.49672 18 5.57692 18H7.80769C10.8882 18 13.3846 15.4818 13.3846 12.375V5.625C13.3846 2.51789 10.8889 0 7.80769 0ZM1.11538 5.625C1.11974 3.14227 3.11541 1.12852 5.57692 1.125H6.13461V6.75H1.11538V5.625ZM12.2692 12.375C12.2649 14.8581 10.2692 16.8715 7.80769 16.875H5.57692C3.11506 16.8706 1.11887 14.8577 1.11538 12.375V7.875H12.2692V12.375ZM12.2692 6.75H7.25V1.125H7.80769C10.2696 1.12939 12.2657 3.14227 12.2692 5.625V6.75Z" fill="white"/%3E%3C/svg%3E%0A');
  width: 14px;
  height: 18px;
  position: relative;
}
.rage-click-icon-click.svelte-uk00cj.svelte-uk00cj {
  background-image: url('data:image/svg+xml,%3Csvg width="14" height="18" viewBox="0 0 14 18" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M7.80769 0H5.57692C2.49672 0 0 2.51789 0 5.625V12.375C0 15.4821 2.49672 18 5.57692 18H7.80769C10.8882 18 13.3846 15.4818 13.3846 12.375V5.625C13.3846 2.51789 10.8889 0 7.80769 0ZM1.11538 5.625C1.11974 3.14227 3.11541 1.12852 5.57692 1.125H6.13461V6.75H1.11538V5.625ZM12.2692 12.375C12.2649 14.8581 10.2692 16.8715 7.80769 16.875H5.57692C3.11506 16.8706 1.11887 14.8577 1.11538 12.375V7.875H12.2692V12.375ZM12.2692 6.75H7.25V1.125H7.80769C10.2696 1.12939 12.2657 3.14227 12.2692 5.625V6.75Z" fill="white"/%3E%3Cpath d="M6.5 0.5V7.5H0.5V5.5L1.5 3L2.5 1.5L6.5 0.5Z" fill="white"/%3E%3C/svg%3E%0A');
  width: 14px;
  height: 18px;
  position: absolute;
  top: 10px;
  left: 40px;
  animation: svelte-uk00cj-rageClickTooltip 1s infinite;
}
.rage-key-press-icon.svelte-uk00cj.svelte-uk00cj {
  background-image: url('data:image/svg+xml,%3Csvg width="27" height="18" viewBox="0 0 27 18" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M8.4375 5.625H9.5625C9.87323 5.625 10.125 5.37314 10.125 5.0625V3.9375C10.125 3.62686 9.87323 3.375 9.5625 3.375H8.4375C8.12686 3.375 7.875 3.62686 7.875 3.9375V5.0625C7.875 5.37188 8.12812 5.625 8.4375 5.625ZM12.9375 10.125H14.0625C14.3732 10.125 14.625 9.87314 14.625 9.5625V8.4375C14.625 8.12686 14.3732 7.875 14.0625 7.875H12.9375C12.6269 7.875 12.375 8.12686 12.375 8.4375V9.5625C12.375 9.87188 12.6281 10.125 12.9375 10.125ZM17.4375 5.625H18.5625C18.8732 5.625 19.125 5.37314 19.125 5.0625V3.9375C19.125 3.62686 18.8732 3.375 18.5625 3.375H17.4375C17.1269 3.375 16.875 3.62686 16.875 3.9375V5.0625C16.875 5.37188 17.1281 5.625 17.4375 5.625ZM12.9375 5.625H14.0625C14.3732 5.625 14.625 5.37314 14.625 5.0625V3.9375C14.625 3.62686 14.3732 3.375 14.0625 3.375H12.9375C12.6269 3.375 12.375 3.62686 12.375 3.9375V5.0625C12.375 5.37188 12.6281 5.625 12.9375 5.625ZM5.0625 12.375H3.9375C3.62686 12.375 3.375 12.6269 3.375 12.9375V14.0625C3.375 14.3731 3.62686 14.625 3.9375 14.625H5.0625C5.37323 14.625 5.625 14.3731 5.625 14.0625V12.9375C5.625 12.6281 5.37188 12.375 5.0625 12.375ZM17.4375 10.125H18.5625C18.8732 10.125 19.125 9.87314 19.125 9.5625V8.4375C19.125 8.12686 18.8732 7.875 18.5625 7.875H17.4375C17.1269 7.875 16.875 8.12686 16.875 8.4375V9.5625C16.875 9.87188 17.1281 10.125 17.4375 10.125ZM5.0625 3.375H3.9375C3.62686 3.375 3.375 3.62686 3.375 3.9375V5.0625C3.375 5.37314 3.62686 5.625 3.9375 5.625H5.0625C5.37323 5.625 5.625 5.37314 5.625 5.0625V3.9375C5.625 3.62812 5.37188 3.375 5.0625 3.375ZM23.0625 7.875H21.9375C21.6269 7.875 21.375 8.12686 21.375 8.4375V9.5625C21.375 9.87314 21.6269 10.125 21.9375 10.125H23.0625C23.3732 10.125 23.625 9.87314 23.625 9.5625V8.4375C23.625 8.12812 23.3719 7.875 23.0625 7.875ZM5.0625 7.875H3.9375C3.62686 7.875 3.375 8.12686 3.375 8.4375V9.5625C3.375 9.87314 3.62686 10.125 3.9375 10.125H5.0625C5.37323 10.125 5.625 9.87314 5.625 9.5625V8.4375C5.625 8.12812 5.37188 7.875 5.0625 7.875ZM24 0H3C1.34297 0 0 1.34297 0 3V15C0 16.657 1.34297 18 3 18H24C25.657 18 27 16.657 27 15V3C27 1.34297 25.6547 0 24 0ZM25.5 15C25.5 15.8269 24.8269 16.5 24 16.5H3C2.17312 16.5 1.5 15.8269 1.5 15V3C1.5 2.17313 2.17312 1.5 3 1.5H24C24.8269 1.5 25.5 2.17313 25.5 3V15ZM23.0625 3.375H21.9375C21.6269 3.375 21.375 3.62686 21.375 3.9375V5.0625C21.375 5.37314 21.6269 5.625 21.9375 5.625H23.0625C23.3732 5.625 23.625 5.37314 23.625 5.0625V3.9375C23.625 3.62812 23.3719 3.375 23.0625 3.375ZM18.75 12.75H8.25C7.8375 12.75 7.5 13.0875 7.5 13.5C7.5 13.9125 7.83544 14.25 8.25 14.25H18.75C19.1646 14.25 19.5 13.9146 19.5 13.5C19.5 13.0854 19.1625 12.75 18.75 12.75ZM23.0625 12.375H21.9375C21.6269 12.375 21.375 12.6269 21.375 12.9375V14.0625C21.375 14.3731 21.6269 14.625 21.9375 14.625H23.0625C23.3732 14.625 23.625 14.3731 23.625 14.0625V12.9375C23.625 12.6281 23.3719 12.375 23.0625 12.375Z" fill="%23F3F3F3"/%3E%3C/svg%3E%0A');
  width: 27px;
  height: 18px;
  position: relative;
}
.rage-key-press-icon-click.svelte-uk00cj.svelte-uk00cj {
  background-image: url('data:image/svg+xml,%3Csvg width="27" height="18" viewBox="0 0 27 18" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath id="Vector" d="M8.4375 5.625H9.5625C9.87323 5.625 10.125 5.37314 10.125 5.0625V3.9375C10.125 3.62686 9.87323 3.375 9.5625 3.375H8.4375C8.12686 3.375 7.875 3.62686 7.875 3.9375V5.0625C7.875 5.37187 8.12813 5.625 8.4375 5.625ZM12.9375 10.125H14.0625C14.3732 10.125 14.625 9.87314 14.625 9.5625V8.4375C14.625 8.12686 14.3732 7.875 14.0625 7.875H12.9375C12.6269 7.875 12.375 8.12686 12.375 8.4375V9.5625C12.375 9.87188 12.6281 10.125 12.9375 10.125ZM8.4375 10.125H9.5625C9.87323 10.125 10.125 9.87314 10.125 9.5625V8.4375C10.125 8.12686 9.87323 7.875 9.5625 7.875H8.4375C8.12686 7.875 7.875 8.12686 7.875 8.4375V9.5625C7.875 9.87188 8.12813 10.125 8.4375 10.125ZM17.4375 5.625H18.5625C18.8732 5.625 19.125 5.37314 19.125 5.0625V3.9375C19.125 3.62686 18.8732 3.375 18.5625 3.375H17.4375C17.1269 3.375 16.875 3.62686 16.875 3.9375V5.0625C16.875 5.37187 17.1281 5.625 17.4375 5.625ZM12.9375 5.625H14.0625C14.3732 5.625 14.625 5.37314 14.625 5.0625V3.9375C14.625 3.62686 14.3732 3.375 14.0625 3.375H12.9375C12.6269 3.375 12.375 3.62686 12.375 3.9375V5.0625C12.375 5.37187 12.6281 5.625 12.9375 5.625ZM5.0625 12.375H3.9375C3.62686 12.375 3.375 12.6269 3.375 12.9375V14.0625C3.375 14.3731 3.62686 14.625 3.9375 14.625H5.0625C5.37323 14.625 5.625 14.3731 5.625 14.0625V12.9375C5.625 12.6281 5.37188 12.375 5.0625 12.375ZM17.4375 10.125H18.5625C18.8732 10.125 19.125 9.87314 19.125 9.5625V8.4375C19.125 8.12686 18.8732 7.875 18.5625 7.875H17.4375C17.1269 7.875 16.875 8.12686 16.875 8.4375V9.5625C16.875 9.87188 17.1281 10.125 17.4375 10.125ZM5.0625 3.375H3.9375C3.62686 3.375 3.375 3.62686 3.375 3.9375V5.0625C3.375 5.37314 3.62686 5.625 3.9375 5.625H5.0625C5.37323 5.625 5.625 5.37314 5.625 5.0625V3.9375C5.625 3.62812 5.37188 3.375 5.0625 3.375ZM23.0625 7.875H21.9375C21.6269 7.875 21.375 8.12686 21.375 8.4375V9.5625C21.375 9.87314 21.6269 10.125 21.9375 10.125H23.0625C23.3732 10.125 23.625 9.87314 23.625 9.5625V8.4375C23.625 8.12813 23.3719 7.875 23.0625 7.875ZM5.0625 7.875H3.9375C3.62686 7.875 3.375 8.12686 3.375 8.4375V9.5625C3.375 9.87314 3.62686 10.125 3.9375 10.125H5.0625C5.37323 10.125 5.625 9.87314 5.625 9.5625V8.4375C5.625 8.12813 5.37188 7.875 5.0625 7.875ZM24 0H3C1.34297 0 0 1.34297 0 3V15C0 16.657 1.34297 18 3 18H24C25.657 18 27 16.657 27 15V3C27 1.34297 25.6547 0 24 0ZM25.5 15C25.5 15.8269 24.8269 16.5 24 16.5H3C2.17313 16.5 1.5 15.8269 1.5 15V3C1.5 2.17313 2.17313 1.5 3 1.5H24C24.8269 1.5 25.5 2.17313 25.5 3V15ZM23.0625 3.375H21.9375C21.6269 3.375 21.375 3.62686 21.375 3.9375V5.0625C21.375 5.37314 21.6269 5.625 21.9375 5.625H23.0625C23.3732 5.625 23.625 5.37314 23.625 5.0625V3.9375C23.625 3.62812 23.3719 3.375 23.0625 3.375ZM18.75 12.75H8.25C7.8375 12.75 7.5 13.0875 7.5 13.5C7.5 13.9125 7.83544 14.25 8.25 14.25H18.75C19.1646 14.25 19.5 13.9146 19.5 13.5C19.5 13.0854 19.1625 12.75 18.75 12.75ZM23.0625 12.375H21.9375C21.6269 12.375 21.375 12.6269 21.375 12.9375V14.0625C21.375 14.3731 21.6269 14.625 21.9375 14.625H23.0625C23.3732 14.625 23.625 14.3731 23.625 14.0625V12.9375C23.625 12.6281 23.3719 12.375 23.0625 12.375Z" fill="%23F3F3F3"/%3E%3C/svg%3E%0A');
  width: 27px;
  height: 18px;
  position: absolute;
  top: 10px;
  left: 20px;
  animation: svelte-uk00cj-rageClickTooltip 1s infinite;
}
@keyframes svelte-uk00cj-scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes svelte-uk00cj-rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes svelte-uk00cj-reflect {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(-1);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes svelte-uk00cj-rageClickTooltip {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes svelte-uk00cj-opacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes svelte-uk00cj-opacity-small-arrow {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes svelte-uk00cj-opacity-big-arrow {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes svelte-uk00cj-scrollAnimation {
  0% {
    transform: translateY(-30px);
  }
  50% {
    transform: translateY(30px);
  }
  51% {
    transform: translateY(30px) rotate(180deg);
  }
  99% {
    transform: translateY(-30px) rotate(180deg);
  }
  100% {
    transform: translateY(-30px) rotate(0deg);
  }
}
