.sd-block-text a {
  color: inherit;
  text-decoration: underline;
}
.sd-block-text a:hover {
  text-decoration: underline;
}
.sd-block-text p:last-child {
  margin-bottom: 0;
}
.sd-block-text ol {
  margin-left: 20px;
}
.sd-block-text.list-style-icon ul {
  margin-left: 0;
  list-style-type: none;
}
.sd-block-text.list-style-icon ul li {
  position: relative;
  display: flex;
  line-height: 30px;
}
.sd-block-text.list-style-icon ul li:before {
  content: "";
  min-width: 20px;
  min-height: 20px;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='15px' height='15px' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.1 19.1'%3E%3Cpath fill='%2300a3e5' d='m9.1,19.1v-10h10v10h-10ZM0,0h9.1v9.1H0V0Z'/%3E%3C/svg%3E");
  background-color: transparent;
  margin-top: 6px;
}
.sd-block-text.list-style-square ul {
  margin-left: 0;
  list-style-type: none;
}
.sd-block-text.list-style-square ul li {
  position: relative;
  display: flex;
  line-height: 30px;
}
.sd-block-text.list-style-square ul li:before {
  content: "";
  min-width: 20px;
  min-height: 20px;
  margin-right: 15px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='15px' height='15px' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%2300a3e5' d='M 6 6 L 6 26 L 26 26 L 26 6 L 6 6 z'%3E%3C/path%3E%3C/svg%3E");
}
.sd-block-text.list-style-default ul {
  margin-left: 45px;
}

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

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