@keyframes fade-in-bounce {
  0% {
    transform: translate3d(100px,100px,0) scale(0.3);
    opacity: 0;
  }
  50% {
    transform: translate3d(-10px,-10px,0) scale(1.1);
    opacity: 1;
  }
  100% {
    transform: translate3d(0,0,0) scale(1);
    opacity: 1;
  }
}
@keyframes pulse {
  0%,100% {
    box-shadow: 0 0 0 0 rgba(0,123,255,0.4);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(0,123,255,0);
  }
}
@keyframes _7u9pv30 {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
._7u9pv31:hover::before {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: inherit;
  background: var(--_1073cm815);
  transform: rotate(0deg);
  height: 500px;
  width: 500px;
  display: block;
  animation: _7u9pv30 8s linear ;
}
._7u9pv32 {
  bottom: 16px;
  position: fixed;
  right: 16px;
  z-index: 9999;
  overflow: hidden;
  background-color: var(--_1073cm813);
  font-family: Albert Sans, Inter, Lato;
  box-shadow: 0 20px 25px 0 rgba(0, 0, 0, 0.10), 0 10px 10px 0 rgba(0, 0, 0, 0.04);
}
._1hpv6vm1 ._7u9pv32 {
  background-color: var(--_1073cm813);
}
._7u9pv33 {
  align-items: center;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  gap: 4px;
  color: var(--_1073cm816);
  line-height: 97%;
  place-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  border: none;
}
._1hpv6vm1 ._7u9pv33 {
  background-color: var(--_1073cm813);
}
._7u9pv34 {
  position: absolute;
  z-index: 1;
  inset: 0;
}
._7u9pv35 {
  font-family: Albert Sans;
}
._7u9pv36 {
  fill: var(--_1073cm816);
}
@media screen and (max-width:768px) {
  ._7u9pv32 {
    border-radius: 16px;
    height: 56px;
    width: 56px;
    border: none;
  }
  ._7u9pv33 {
    width: 56px;
    height: 56px;
    padding: 0;
    line-height: 0;
  }
  ._7u9pv35 {
    display: none;
  }
}
@media screen and (min-width:768px) {
  ._7u9pv32 {
    border-radius: 100px;
    width: 164px;
    height: 48px;
  }
}