@media only screen and (max-width: 760px) {
}ul.tf-liststyled:not(:where(.acf-field *)):not(.slick-dots) {
  margin: 2rem auto;
  width: 100%;
  max-width: var(--gutenmaxwidth);
  font-family: var(--raleway);
  font-size: var(--pm-size);
  line-height: 2;
  color: var(--cfont);
  list-style: none;
  --lipaddingsize: 24px;
  -webkit-padding-start: var(--lipaddingsize);
          padding-inline-start: var(--lipaddingsize);
}
@media only screen and (max-width: 1040px) {
  ul.tf-liststyled:not(:where(.acf-field *)):not(.slick-dots) {
    margin: 1.8rem auto;
  }
}
@media only screen and (max-width: 760px) {
  ul.tf-liststyled:not(:where(.acf-field *)):not(.slick-dots) {
    margin: 1.6rem auto;
  }
}
@media only screen and (max-width: 1040px) {
  ul.tf-liststyled:not(:where(.acf-field *)):not(.slick-dots) {
    --lipaddingsize: 24px;
  }
}
@media only screen and (max-width: 760px) {
  ul.tf-liststyled:not(:where(.acf-field *)):not(.slick-dots) {
    --lipaddingsize: 20px;
  }
}
ul.tf-liststyled:not(:where(.acf-field *)):not(.slick-dots) li {
  position: relative;
  font-family: var(--raleway);
  font-size: var(--pm-size);
  line-height: 2;
  color: var(--cfont);
  word-break: break-word;
  padding-left: 15px;
  margin: 9px 0;
}
@media only screen and (max-width: 760px) {
  ul.tf-liststyled:not(:where(.acf-field *)):not(.slick-dots) li {
    padding-left: 10px;
  }
}
ul.tf-liststyled:not(:where(.acf-field *)):not(.slick-dots) li::before {
  content: "\e122";
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: 'Font Awesome 6 Pro';
  color: var(--secondary-el);
  position: absolute;
  text-align: center;
  line-height: inherit;
  font-size: 1.125rem;
  margin-top: -1px;
  left: calc(var(--lipaddingsize) * -1);
  width: var(--lipaddingsize);
}
@media only screen and (max-width: 760px) {
  ul.tf-liststyled:not(:where(.acf-field *)):not(.slick-dots) li::before {
    font-size: inherit;
    margin-top: auto;
  }
}
ul.tf-liststyled:not(:where(.acf-field *)):not(.slick-dots) li.check::before {
  content: "\f00c";
}
ul.tf-liststyled:not(:where(.acf-field *)):not(.slick-dots) li.xmark::before {
  content: "\f00d";
  color: #f01414;
}
ul.tf-liststyled:not(:where(.acf-field *)):not(.slick-dots) li.exclamation::before {
  content: "\f06a";
  color: #fe7206;
}
ul.tf-liststyled:not(:where(.acf-field *)):not(.slick-dots) li.star::before {
  content: "\f005";
  color: #ffb50d;
}
ul.tf-liststyled:not(:where(.acf-field *)):not(.slick-dots) li.minus::before {
  content: "\f056";
  color: #f01414;
}
ul.tf-liststyled:not(:where(.acf-field *)):not(.slick-dots) li.info::before {
  content: "\f05a";
}
