.sd-block-steps ul {
  margin-left: 0;
  list-style-type: none;
  font-size: 0;
}
.sd-block-steps ul li {
  position: relative;
  display: inline-flex;
  font-size: 20px;
  align-items: center;
}
.sd-block-steps ul li:nth-child(odd) {
  font-weight: 800;
}
.sd-block-steps ul li:not(:last-child):after {
  content: "";
  width: 30px;
  height: 30px;
  margin: 0 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='15px' height='15px' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 29.96'%3E%3Cpath fill='%23d4dce1' class='plus-big' d='m11.52,7.91h-3.24c-.18,0-.33.15-.33.33v3.43c0,.17-.15.31-.32.31h-3.27c-.17,0-.32-.14-.32-.31v-.19s0-3.23,0-3.23c0-.18-.15-.34-.33-.34H.31c-.17,0-.31-.15-.31-.32v-3.27c0-.17.14-.32.31-.32h.06s3.34,0,3.34,0c.18,0,.33-.15.33-.33V.31c0-.17.15-.31.32-.31h3.27c.17,0,.32.14.32.31v.27s0,3.09,0,3.09c0,.18.15.33.32.33h3.42c.17,0,.31.15.31.32v3.27c0,.17-.14.32-.31.32h-.17Z'%3E%3C/path%3E%3Cpath fill='%23d4dce1' class='plus-small' d='m29.68,27.25h-2.16c-.12,0-.22.1-.22.22v2.29c0,.11-.1.21-.21.21h-2.18c-.11,0-.21-.09-.21-.21v-.13s0-2.15,0-2.15c0-.12-.1-.23-.22-.23h-2.27c-.11,0-.2-.1-.2-.21v-2.18c0-.11.09-.21.2-.21h.04s2.23,0,2.23,0c.12,0,.22-.1.22-.22v-2.24c0-.11.1-.2.21-.2h2.18c.11,0,.21.09.21.2v.18s0,2.06,0,2.06c0,.12.1.22.21.22h2.28c.11,0,.2.1.2.21v2.18c0,.11-.09.21-.2.21h-.11Z'%3E%3C/path%3E%3C/svg%3E");
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .sd-block-steps.mobile_hide-yes {
    display: none;
  }
}

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