

/* CSS */
.button-33 {
  background-color: #000000;
  border-radius: 100px;
  box-shadow: rgba(42, 23, 213, 0.2) 0 -25px 18px -14px inset,rgba(7, 7, 116, 0.15) 0 1px 2px,rgba(44, 187, 99, .15) 0 2px 4px,rgba(44, 187, 99, .15) 0 4px 8px,rgba(44, 187, 99, .15) 0 8px 16px,rgba(44, 187, 99, .15) 0 16px 32px;
  color: rgb(255, 255, 255);
  cursor: pointer;
  display: inline-block;
  font-family: CerebriSans-Regular,-apple-system,system-ui,Roboto,sans-serif;
  padding: 7px 20px;
  text-align: center;
  text-decoration: none;
  transition: all 250ms;
  border: 0;
  font-size: 16px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-33:hover {
  box-shadow: rgba(44, 28, 165, 0.35) 0 -25px 18px -14px inset,rgba(24, 26, 142, 0.25) 0 1px 2px,rgba(44,187,99,.25) 0 2px 4px,rgba(44,187,99,.25) 0 4px 8px,rgba(44,187,99,.25) 0 8px 16px,rgba(44,187,99,.25) 0 16px 32px;
  transform: scale(1.05) rotate(-1deg);
}

  .desktop-hide{
    display: none;
  }

@media(max-width:480px){
  .desktop-hide{
    display: flex;
  }
  .mobile-hide{
    display: none;
  }
}