.proweb__button {                        
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";                                   
  font-weight: bold;                                    
  background: #54AF3A;                                    
  font-size: 15px;                                    
  padding: 0 22px;                                    
  display: inline-block;                                    
  vertical-align: top;                                    
  cursor: pointer;                                    
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.135), 0 0 0 1px rgba(0, 0, 0, 0.075);                                    
  color: #ffffff!important;                                    
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);                                    
  line-height: 46px;                                    
  height: 48px;                                    
  box-sizing: border-box;                                    
  margin: 0;                                    
  border: 0 none;                                    
  transition: all 175ms;                                    
  text-decoration: none;                                
}

.proweb__button a{                        
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";                                   
  font-weight: bold;                                    
  background: #54AF3A;                                    
  font-size: 15px;                                    
  padding: 0 22px;                                    
  display: inline-block;                                    
  vertical-align: top;                                    
  cursor: pointer;                                    
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.135), 0 0 0 1px rgba(0, 0, 0, 0.075);                                    
  color: #ffffff!important;                                    
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);                                    
  line-height: 46px;                                    
  height: 48px;                                    
  box-sizing: border-box;                                    
  margin: 0;                                    
  border: 0 none;                                    
  transition: all 175ms;                                    
  text-decoration: none;                                
}                                           

.proweb__button:hover {                                    
  opacity: 0.85;                                
}                                

.proweb__button--skeleton {                                    
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";                                    
  font-weight: bold;                                    
  background: transparent;                                    
  font-size: 15px;                                    
  padding: 0 22px;                                    
  display: inline-block;                                    
  vertical-align: top;                                    cursor: pointer;                                    
  box-shadow: 0 0 0 3px #54AF3A inset, 0 2px 2px 0 rgba(0, 0, 0, 0.135), 0 0 0 1px rgba(0, 0, 0, 0.075);                                    
  color: #006fe6;                                    
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);                   
  line-height: 46px;                                    
  height: 48px;                                    
  box-sizing: border-box;                                    
  margin: 0;                                    
  border: 0 none;                                    
  transition: all 175ms;                                    
  text-decoration: none;                                
}                                

.proweb__button--skeleton:hover {                                    
  background: #54AF3A;                                    
  color: #fff;                                
}