@charset "UTF-8";
/* CSS Document */


.box.stripeiphone {
}

#appstore-download {
  padding: 16px 10px 17px 10px;
  font-size: 16px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  text-decoration: none;
  color: #4f575c; color: var(--bg-color);
  border-radius: 5px;
  box-shadow: inset 0 -2px 6px rgba(218,225,230,.2),0 0 0 1px rgba(90,101,112,.05),0 1px 2px   rgba(90,101,112,.22);
  background: #fff; background: var(--nav-title-color);
  outline: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 180px;
  cursor: pointer;
}

#appstore-download svg {
  margin: 0 2px -8px 0;
}

#appstore-download svg g {
  fill: #4f575c; fill: var(--bg-color);
}

#appstore-download:hover g {
  fill: #ff4534; fill: var(--accent-color);
  transition: .3s;
}

#appstore-download:active {
  box-shadow: inset 0 1px 0 rgba(212,220,227,.7),inset 0 0 1px #d4dce3,0 1px 0 #fff;
  background: #f5f7f8;
}