@keyframes arrow-bounce {
  0%, 100% {
    transform: translateX(0px);
  }
  40% {
    transform: translateX(6px);
  }
  60% {
    transform: translateX(0px);
  }
}
body.with-topbar.opened .site_header {
  top: 0;
  z-index: 99999999;
}
body.scroll_disclaimer .top-bar-container {
  position: fixed;
  z-index: 1;
}

.top-bar-container {
  left: 0;
  width: 100%;
  z-index: 1000000;
  box-sizing: border-box;
  background: #3339F1;
  display: none;
}
.top-bar-container * {
  font-family: "Evergrow Sans", sans-serif;
}
.top-bar-container .link {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-bar-container .container {
  color: #FFFFFF;
  display: flex;
  justify-content: space-between;
}
.top-bar-container .top-bar__content {
  align-items: center;
  justify-content: center;
  width: 100%;
  font-weight: 500;
}
.top-bar-container .top-bar__content .waving-hand {
  display: inline-block;
  background: url(https://10web.io/wp-content/themes/10web-theme/images/emojis/waving-hand.svg) no-repeat;
  background-size: contain;
}
.top-bar-container .top-bar__content .text {
  color: rgba(255, 255, 255, 0.8);
}
.top-bar-container .top-bar__content .dotted {
  font-weight: 700;
  color: #fff;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-thickness: 11%;
  text-underline-offset: 4px;
  border-bottom: 0;
}
