ul, ol {
  padding-left: 40px;
  color: white;
}
ul.is-style-default, ol.is-style-default {
  padding-left: 40px;
}
ul.is-style-caret, ol.is-style-caret {
  list-style: none;
  padding-left: 25px;
}
ul.is-style-caret li, ol.is-style-caret li {
  padding: 5px 0 0 15px;
  position: relative;
}
ul.is-style-caret li:before, ol.is-style-caret li:before {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='20' width='20'%3E%3Cg transform='matrix(0.8333333333333334,0,0,0.8333333333333334,0,0)'%3E%3Cpath d='M21.06,10.29,5,.56A2,2,0,0,0,2,2.28V21.72a2,2,0,0,0,1,1.75,2.06,2.06,0,0,0,2,0l16-9.73a2,2,0,0,0,0-3.42Z' style='fill:rgba(0, 156, 222, 1)'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 7px;
  width: 7px;
  height: 7px;
}
ul.is-style-check, ol.is-style-check {
  list-style: none;
  padding-left: 20px;
}
ul.is-style-check li, ol.is-style-check li {
  padding: 5px 0 0 25px;
  position: relative;
}
ul.is-style-check li:before, ol.is-style-check li:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 21 21'%3E%3Cellipse style='fill:%239ECAA3' cx='10.5' cy='10.5' rx='9.5' ry='9.5'/%3E%3Cpath style='fill:%239ECAA3' d='M10.5,20C5.3,20,1,15.7,1,10.5S5.3,1,10.5,1V20z'/%3E%3Cellipse style='fill:none;stroke:%23FFFFFF;stroke-width:0.8333;stroke-linecap:round;stroke-linejoin:round;' cx='10.5' cy='10.5' rx='9.5' ry='9.5'/%3E%3Cpolyline style='fill:none;stroke:%23FFFFFF;stroke-width:0.8333;stroke-linecap:round;stroke-linejoin:round;' points='15.5,6.4 9.7,14.2 5.5,10.9 '/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 19px;
  width: 19px;
  height: 19px;
}
