.privacy-list {
  list-style-type: decimal;
  overflow: visible;
  padding-left: 2rem;
  margin-top: 2.14em;
}
.privacy-list > li {
  line-height: inherit;
  margin-bottom: 2.14em;
}
.privacy-list.-nestfirst {
  counter-reset: number 0;
  list-style-type: none;
  margin-top: 0;
}
.privacy-list.-nestfirst > li {
  margin-bottom: 0;
}
.privacy-list.-nestfirst > li::before {
  counter-increment: number 1;
  content: "(" counter(number) ")";
  margin-right: 0.65em;
  margin-left: -2.46em;
}
.privacy-list.-nestsecond {
  margin-top: 0;
  margin-left: -0.5em;
}
.privacy-list.-nestsecond > li {
  margin-bottom: 0;
}