body .g-button {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  display: flex;
  cursor: pointer;
  vertical-align: top;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  background-color: #bbddbd !important;
  color: #121212 !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;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
  box-shadow: none;
  transition-property: all;
  transition-duration: 300ms;
  transition-delay: 0ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  justify-content: center;
}
body .g-button:hover {
  box-shadow: 0px 10px 26px 1px rgba(187, 221, 189, 0.69) !important;
}
