body .g-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  vertical-align: top;
  padding: 15px;
  background-color: rgba(var(--color-i7hrc6gk9), 1) !important;
  color: rgba(var(--color-i81xvhhw2), 1) !important;
  position: relative;
  text-decoration-line: none;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  font-size: 15px;
  text-transform: uppercase;
  transition-property: all;
  transition-duration: 350ms;
  transition-delay: 0ms;
  transition-timing-function: ease;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  font-weight: 700;
  box-shadow: 0px 0px 0px 5px rgba(var(--color-imeew9tst), 0.3), inset 0px 10px 25px 0px rgba(var(--color-i1ztj42m0), 1) !important;
  background-image: none;
  background-repeat: repeat;
  background-position: 0 0;
  background-size: auto;
  background-attachment: scroll;
  margin: 0;
  align-items: center;
  justify-content: center;
}
body .g-button:hover {
  box-shadow: 0px 0px 0px 0px rgba(var(--color-ipapb86wj), 0.3), inset 0px 10px 25px 0px rgba(var(--color-ix9ule7hv), 1) !important;
}
