.flatpage__content {
  min-width: 0;
  color: #202124;
  font-size: 16px;
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.flatpage__content p {
  margin: 0;
}

.flatpage__content p + p {
  margin-top: 1em;
}

.flatpage__content > p:not(:first-child) {
  margin-top: 1em;
}

.flatpage__content > * + * {
  margin-top: 1.25em;
}

.flatpage__content ul {
  margin-bottom: 0;
  padding-left: 1.5em;
  list-style-position: outside;
  list-style-type: disc;
}

.flatpage__content ol {
  margin-bottom: 0;
  padding-left: 1.5em;
  list-style-position: outside;
  list-style-type: decimal;
}

.flatpage__content ul ul {
  list-style-type: circle;
}

.flatpage__content ul ul ul {
  list-style-type: square;
}

.flatpage__content ol ol {
  list-style-type: lower-alpha;
}

.flatpage__content ol ol ol {
  list-style-type: lower-roman;
}

.flatpage__content li {
  display: list-item;
  padding-left: 0.2em;
}

.flatpage__content li + li {
  margin-top: 0.4em;
}

.flatpage__content li > ul,
.flatpage__content li > ol {
  margin-top: 0.4em;
}

.flatpage__content h2,
.flatpage__content h3,
.flatpage__content h4,
.flatpage__content h5,
.flatpage__content h6 {
  margin: 1.5em 0 0.6em;
  color: #202124;
  line-height: 1.25;
}

.flatpage__content a {
  color: #075ea9;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.flatpage__content a:hover {
  color: #03457e;
  text-decoration-thickness: 2px;
}

.flatpage__content a:focus-visible {
  border-radius: 2px;
  outline: 3px solid #075ea9;
  outline-offset: 3px;
}

.flatpage__content blockquote {
  margin-right: 0;
  margin-left: 0;
  padding: 0.8em 1em;
  border-left: 4px solid #075ea9;
  background: #f3f7fa;
  color: #343a40;
}

.flatpage__content figure {
  max-width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.flatpage__content figcaption {
  margin-top: 0.5em;
  color: #5f6368;
  font-size: 0.875em;
  line-height: 1.45;
}

.flatpage__content img {
  display: block;
  max-width: 100%;
  height: auto;
}

.flatpage__content table {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  -webkit-overflow-scrolling: touch;
}

.flatpage__content th,
.flatpage__content td {
  padding: 0.65em 0.8em;
  border: 1px solid #c9ced3;
  text-align: left;
  vertical-align: top;
}

.flatpage__content th {
  background: #f3f7fa;
  font-weight: 500;
}
