.PaymentButton-Button {
  border: 1px solid transparent;
  border-radius: 3px;
  display: inline-block;
  background: #072654;
  border-color: #072654;
  color: #fff;
  font-family: 'Poppins',helvetica,sans-serif;
  font-style: italic;
  height: 45px;
  min-width: 400px;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: pointer;
  transition: box-shadow 0.15s, border-color 0.15s;
  box-shadow: 0 0 20px rgba(0,0,0,.08);
}
.PaymentButton-Button:before {
  background: #1e40a0;
  border-radius: 2px 0 0 2px;
  content: "";
  height: 100%;
  left: -6px;
  position: absolute;
  top: 0;
  transform: skew(-15deg,0);
  width: 46px;
}
.PaymentButton-Button svg {
  left: 0;
  margin: 9px 11px;
  position: absolute;
  top: 0;
}
.PaymentButton-Button svg path {
  fill: #fff;
}
.PaymentButton-contents {
  margin: 1px 0;
  padding: 4px 10px 4px 44px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.PaymentButton-text {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  min-height: 18px;
  opacity: .95;
}
.PoweredBy {
  font-size: 8px;
  line-height: 10px;
  opacity: .6;
  margin-top: 2px;
}
