.custom-radio-2 {
  display: block;
  margin-bottom: 24px;
  cursor: pointer;
  display: none;
}
.custom-radio-2 span {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #414788;
}
.custom-radio-2 input[type=checkbox] {
  display: none;
}
.custom-radio-2:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #414788;
  border-radius: 4px;
  margin-right: 10px;
  vertical-align: middle;
}
.custom-radio-2:hover:before {
  border-color: #414788;
}
.custom-radio-2:checked:before {
  background-color: #414788;
}

/*# sourceMappingURL=custom.css.map */
