
@charset "UTF-8";

#fixed-cta {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #0b5ed7;
  padding: 14px 22px;
  border-radius: 30px;
  display: none;
  z-index: 9999;
}

#fixed-cta a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
