table th,
table td {
  border: 1px solid lightgray;
  padding: 1rem;
}

table {
  color: rgb(124, 125, 127);
}

.pdpa-content-wrapper ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

.pdpa-content-wrapper ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}

.pdpa-content-wrapper ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}

.pdpa-content-wrapper li ol > li {
  margin: 0;
}

.pdpa-content-wrapper li ol > li:before {
  content: counters(item, ".") " ";
}

.pdpa-content-wrapper .third-layer-ol {
  list-style-type: lower-alpha !important;
}

.pdpa-content-wrapper .forth-layer-ol {
  list-style-type: lower-roman !important;
}

.pdpa-content-wrapper .third-layer-ul {
  list-style-type: disc !important;
}

.no-content {
  background-color: #76b3d6;
  overflow: hidden;
  position: relative;
  height: 750px;
  color: white;
}

.four-ow-four {
  font-size: 8rem;
  margin: 0;
  line-height: 1;
}

.no-content * {
  position: relative;
  z-index: 1;
}

.circle-1 {
  width: 115%;
  min-width: 675px;
  max-width: 1600px;
  aspect-ratio: 1;
  border: 1px solid white;
  border-radius: 50%;
  position: absolute;
  z-index: 0;
  left: -20%;
  top: 10%;
  transform: translateY(-35%);
}

.circle-2 {
  min-width: 300px;
  width: 40%;
  aspect-ratio: 1;
  border: 1px solid #5f9bbe;
  background-color: #5f9bbe;
  border-radius: 50%;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: clamp(600px, 70vw, 75%);
}

.no-content-content {
  height: 750px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.no-content a {
  text-decoration: none;
  font-weight: 600;
  font-size: 1.25rem;
  display: inline-block;
}

.no-content-links {
  list-style-type: none;
  padding-left: 0;
  margin-top: 1rem;
}

.no-content-links li a {
  color: #315062;
}

.no-content-links li a:hover {
  color: #032a63;
}

@media screen and (max-width: 767px) {
  .no-content {
    height: 500px;
  }
  .no-content-content {
    height: 500px;
  }
}/*# sourceMappingURL=pdpa.css.map */