.footer-wrapper {
  width: 100%;
  padding: 20px 0
}

.footer-wrapper .footer-link {
  text-align: center
}

.footer-wrapper .footer-link a {
  display: inline-block;
  margin: 6px;
  padding-right: 12px;
  border-right: 1px solid #E8E9EF;
  font-size: 12px;
  line-height: 12px;
  color: #A6ADC2
}

.footer-wrapper .footer-link a.last {
  margin-right: 0;
  padding-right: 0;
  border-right: none
}

.footer-wrapper .footer-link a:hover {
  color: #3BA5FF
}

.footer-wrapper .copyright {
  font-size: 14px;
  line-height: 24px;
  color: #A6ADC2;
  text-align: center
}