.button {
  display: flex;
  width: 100%;
  height: 43px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-image: url(/_next/static/media/button.f5109de1.webp);
  background-size: 100% auto;
  background-position: 50%;
  background-repeat: no-repeat;
}
.button--transparent {
  background-image: none;
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
}
.button__text {
  font-size: 16px !important;
}
