.g-button {
  padding: 15px 25px;
  border-radius: unset;
  border: none;
  box-shadow: none;
  background: #6998d6;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  transition: 300ms ease all;
  font-family: 'Fira Sans Extra Condensed', sans-serif; }

.g-button:hover {
  color: #181818 !important;
  background: #ffcd2a;
  text-shadow: none;
  box-shadow: none; }

.link-universal--u-i7kwdb3bg {
  pointer-events: none; }
