.blue,
.white-red,
.red {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
}

.blue:hover,
.white-red:hover,
.red:hover {
  background-color: #FF2038 !important;
  border-color: #FF2038 !important;
  color: #000 !important;
}

.blue:focus,
.white-red:focus,
.red:focus,
.blue:active,
.white-red:active,
.red:active {
  background-color: #fff !important;
  border-color: #000 !important;
  color: #000 !important;
}

.white,
.white-outline,
.stroke-white {
  background-color: transparent !important;
  border-color: #000 !important;
  color: #000 !important;
}

.white:hover,
.white-outline:hover,
.stroke-white:hover {
  background-color: #fff !important;
  border-color: #FF2038 !important;
  color: #000 !important;
}

.white:focus,
.white-outline:focus,
.stroke-white:focus,
.white:active,
.white-outline:active,
.stroke-white:active {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
}

.btn.no-border {
  padding: 0 !important;
}

.btn.no-border:hover {
  text-decoration: underline;
}

.btn.no-border:active,
.btn.no-border:focus {
  text-decoration: none;
  color: #000 !important;
}

.btn.no-border:after {
  content: "";
  background: url('https://global.abbyy.com/hubfs/templates/Redesign-2023/LP%20icons/icon-more.svg');
  display: inline-block;
  color: #FF2038;
  margin-left: 6px;
  width: 7px;
  height: 10px;
}

.mktoFeatures img {
  width: 66px;
]