#hero {
  background: -moz-linear-gradient(
    180deg,
    rgba(239, 250, 255, 1) 0%,
    rgba(44, 192, 254, 1) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(239, 250, 255, 1) 0%,
    rgba(44, 192, 254, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(239, 250, 255, 1) 0%,
    rgba(44, 192, 254, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#effaff",endColorstr="#2cc0fe",GradientType=1);
}
.step .img_block .num {
  background: #00c7ff;
}
.step .img_block {
  border-color: #dff4ee;
}

.btn_cta {
  background: #002bff;
}

#cta,
#ctatwo {
  background-color: #00c7ff;
}
