.procedure-vsl {
  margin-bottom: 32px;
}

@media screen and (max-width: 960px) {
  .procedure-vsl {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 640px) {
  .procedure-vsl {
    margin-bottom: 16px;
  }
}

.procedure-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 32px;
}

@media screen and (max-width: 960px) {
  .procedure-btn {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 640px) {
  .procedure-btn {
    margin-bottom: 16px;
  }
}

.procedure-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 360px;
  height: 56px;
  padding: 0 12px;
  background: #fff;
  border: solid 3px #32a0e1;
  border-radius: 6px;
  -webkit-box-shadow: 6px 6px 0 rgba(50, 160, 225, 0.4);
  box-shadow: 6px 6px 0 rgba(50, 160, 225, 0.4);
  color: #32a0e1;
  font-size: 1.4rem;
  -webkit-transition: .1s;
  transition: .1s;
}

@media screen and (max-width: 960px) {
  .procedure-btn a {
    height: 48px;
    border-width: 2px;
  }
}

@media screen and (max-width: 480px) {
  .procedure-btn a {
    max-width: none;
  }
}

.procedure-btn a:hover {
  opacity: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translate(6px, 6px);
  transform: translate(6px, 6px);
}

.procedure-btn a span {
  display: block;
  position: relative;
  padding-right: 18px;
  line-height: 1.2;
}

.procedure-btn a span .ico-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  width: 9px;
  height: 14px;
  fill: #32a0e1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*# sourceMappingURL=../../maps/pages/referral_system.css.map */
