.title-logo {
  font-size: 1.3rem;
  margin-bottom: 0;
}
.w-webflow-badge {
  display: none !important;
}
.blockColor {
  background-color: #0e0f18;
  padding-bottom: 50px;
}
.blockColor .white-bg-platform {
  background-color: #0e0f18 !important;
}
.iconImages {
  margin-top: 80px;
}
.iconImages .icon {
  width: 100%;
  max-width: 300px;
  border-radius: 20px;
}
.iconImages .cards {
  text-align: left;
}
.iconImages .cards .img {
  display: flex;
  gap: 15px;
  margin: 10px 0;
  flex-wrap: wrap;
}
.iconImages .cards .img img {
  width: 160px;
  height: 45px;
}
.Process .cards {
  background-color: #447ec7;
  padding: 20px;
  border-radius: 50%;
  text-align: center;
  margin-bottom: 20px;
}
.Process .cards img {
  width: 100px;
  height: 100px;
}
.Process .cards p {
  padding: 10px;
}
.Process.ProcessActive {
  justify-content: center;
}
.error-message {
  background-color: transparent;
  color: red;
  text-align: left;
}
/*# sourceMappingURL=style.css.map */