:root {
  --right-margin: 1em;
  --padding: 1.2em;
}

.privacy {
  font-size: 16px;
  text-align: left;
  font-family: Plus Jakarta Sans;
  width: 100%;
  position: relative;
  /* Level 2 Nested List */
  /* Level 3 Nested List */
  /* Make the entire row a clickable link */
}
.privacy p {
  margin-top: 1em !important;
}
.privacy .table-cont {
  font-size: 0.95em;
  width: 100%;
  margin: 1em 0px;
  overflow: auto;
  box-sizing: border-box;
}
.privacy table {
  min-width: 1024px;
  text-align: left;
  border-collapse: collapse;
}
.privacy thead {
  font-weight: bold;
}
.privacy td {
  vertical-align: top;
  border: 1px solid black;
  padding: 10px;
}
.privacy .detailed-terms {
  margin-top: 3em;
  text-align: justify;
}
.privacy p:first-child {
  margin-top: 0.25em !important;
}
.privacy ol {
  position: relative;
  list-style-type: none;
  /* Remove default list styling */
  counter-reset: section;
  padding-left: 0;
}
.privacy li {
  position: relative;
  counter-increment: section;
  padding: 0px 0;
  padding-left: calc(var(--padding) + var(--right-margin) / 2);
  /* display: inline-block; */
  align-items: baseline;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 1.5em;
}
.privacy li > p {
  font-weight: normal !important;
  text-transform: initial !important;
  /*calc(2em + var(--right-margin));*/
}
.privacy li::before {
  position: absolute;
  left: 0;
  content: counter(section) ".";
  font-weight: bold;
  width: var(--padding);
  /* Creates tab-like spacing */
  display: inline-block;
  text-align: right;
  margin-right: var(--right-margin);
  /* Extra spacing */
}
.privacy ol ol {
  counter-reset: subsection;
  margin-left: 0px;
}
.privacy ol ol > li > p {
  margin-left: 0;
}
.privacy ol ol > li {
  position: relative;
  padding-left: calc(var(--padding) + (var(--right-margin)));
  counter-increment: subsection;
  font-weight: normal !important;
  text-transform: initial !important;
  margin-left: 0;
  /* calc(2em + var(--right-margin)); */
  margin-top: 0.5em;
}
.privacy ol ol > li::before {
  position: absolute;
  content: counter(section) "." counter(subsection);
  font-weight: normal;
  width: var(--padding);
}
.privacy ol ol ol {
  position: relative;
  counter-reset: subsubsection;
  margin-left: 0px;
}
.privacy ol ol ol > li {
  padding-left: calc(3em + (var(--right-margin)));
  counter-increment: subsubsection;
  font-weight: normal !important;
  text-transform: initial !important;
  margin-left: 0;
  /* calc(3em + var(--right-margin)); */
  margin-top: 0.25em;
}
.privacy ol ol ol > li > p {
  margin-left: 0;
}
.privacy ol ol ol > li::before {
  position: absolute;
  content: counter(section) "." counter(subsection) "." counter(subsubsection);
  width: 3em;
}
.privacy li a {
  color: black;
  width: 100%;
}
.privacy li p.strong {
  font-weight: bold !important;
}
.privacy span.title {
  font-weight: bold;
}
.privacy span.title + p {
  margin-top: 0.25em !important;
}
.privacy .detail-title {
  text-align: center;
  font-weight: bold;
  font-size: 2em;
}
.privacy #welcome-link {
  font-weight: bold;
}
@media only screen and (max-width: 540px) {
  .privacy .detailed-terms {
    text-align: left;
  }
}
/*# sourceMappingURL=privacy.min.css.map */
