img {
  border-radius: 16px;
  height: auto;
  max-width: 100%;
  width: 100%;
}

.wp-block-group {
  margin: 72px 0px;
}
.wp-block-group:first-child {
  margin-top: 0px;
  margin-bottom: 72px;
}
@media screen and (max-width: 760px) {
  .wp-block-group {
    margin: 44px 0px;
  }
  .wp-block-group:first-child {
    margin-top: 0px;
    margin-bottom: 44px;
  }
}

.wp-block-table {
  margin: 20px 0;
  border: none;
  -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
          box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
  background: radial-gradient(111.26% 111.8% at 0% 0%, rgba(112, 59, 247, 0.15) 0%, rgba(13, 14, 18, 0) 100%), #171721;
  padding: 32px;
  border-radius: 24px;
}
.wp-block-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 16px;
  color: #eeedf4;
}
.wp-block-table thead tr:first-child td,
.wp-block-table thead tr:first-child th {
  font-weight: 600;
  font-size: clamp(14px, 2vw, 16px);
  color: #eeedf4;
  text-align: start;
  background-color: #222234;
  padding: 16px 12px;
}
.wp-block-table thead tr:first-child td:first-child,
.wp-block-table thead tr:first-child th:first-child {
  border-radius: 8px 0 0 8px;
}
.wp-block-table thead tr:first-child td:last-child,
.wp-block-table thead tr:first-child th:last-child {
  border-radius: 0 8px 8px 0;
}
.wp-block-table tbody tr {
  background: transparent;
}
.wp-block-table tbody tr td {
  padding: 0px 12px 12px 12px;
  vertical-align: top;
  font-size: clamp(14px, 2vw, 16px);
  line-height: 1.5;
  border-bottom: 1px solid rgba(146, 131, 232, 0.1);
}
.wp-block-table tbody tr td:first-child {
  width: 30%;
  font-weight: 500;
}
.wp-block-table tbody tr:last-child td {
  border-bottom: none;
}
.wp-block-table ul {
  margin: 0;
  padding-left: 18px;
  list-style-type: disc;
}
.wp-block-table ul li {
  margin-bottom: 10px;
  color: #eeedf4;
}
.wp-block-table ul li::marker {
  color: #eeedf4;
  font-size: 1.1em;
}
.wp-block-table ul li:last-child {
  margin-bottom: 0;
}

.container-cite {
  background: linear-gradient(135deg, rgba(186, 156, 255, 0.2) 0%, rgba(156, 178, 255, 0.1) 100%);
  border: 1px solid rgba(186, 156, 255, 0.3);
  border-radius: 14px;
  padding: 24px;
}
.container-cite h3 {
  color: #eeedf4;
  font-size: 26px;
  font-weight: 600;
  line-height: 123%;
  margin: 0;
}
.container-cite p {
  color: #bcbbc7;
  font-size: 20px;
  line-height: 125%;
  font-weight: 600;
}
.container-cite a {
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #bcbbc7;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  margin: 0;
}
.container-cite a:hover {
  color: #d4ff00;
}
.container-cite ul {
  margin: 0;
  padding-left: 18px;
  list-style-type: disc;
}
.container-cite ul li {
  margin-bottom: 10px;
  color: #bcbbc7;
  font-weight: 600;
}
.container-cite ul li::marker {
  color: #bcbbc7;
  font-size: 20px;
}
.container-cite ul li:last-child {
  margin-bottom: 0;
}/*# sourceMappingURL=content-page.min.css.map */