a:not(.fr-linkButton) {
  color: #0000ff;
  text-decoration: underline;
}
.pu-font-large { font-size: 15px }
.terms_wrapper { word-break: break-all }
.termsList_wrapper { margin-left: 1.2em }
.termsList_inner { list-style-type: decimal }
.termsList_inner+.termsList_inner,
.nestList_wrapper+.termsList_inner,
.termsList_inner+.nestList_wrapper { margin-top: 9px }
.nestList_wrapper { margin-left: 2em}
.nestList_inner {
	list-style-type: none;
	counter-increment: cnt;
}
.nestList_inner:before {
	content: "(" counter(cnt) ")";
	display:inline-block;
	margin-left:-2.3em;
	width: 2.3em;
}
.nestList_inner+.nestList_inner { margin-top: 9px }
.-noneNumber{
  list-style-type: none;
  margin-left: -1em;
}
.-h3.-note { font-size: 13px }
.note_text { text-indent: 3em }
@media screen and (min-width: 813px) {
  a:hover,
  a[href]:hover {
    cursor: pointer;
    opacity: 0.8;
    text-decoration: none;
  }

  .pu-font-large { font-size: 16px }
  .-h3.-note { font-size: 14px }
}