.entry-content {
  font-size: var(--text-lg);
}
@media (max-width: 767.98px) {
  .entry-content {
    font-size: var(--text-xs);
    line-height: 1.714285714;
  }
}
.entry-content > * {
  margin: 40px 0 0;
}
.entry-content > *:first-child {
  margin-top: 0 !important;
}
.entry-content > *:last-child {
  margin-bottom: 0 !important;
}
.entry-content a {
  color: currentColor;
  text-decoration: underline;
}
.entry-content hr {
  height: 0;
  margin: 4rem 0;
  padding: 0;
  line-height: 0;
  color: var(--color-white);
  background: none;
  border: none;
  border-top: 1px solid var(--color-gray-300);
}
.entry-content :is(h1, h2, h3, h4, h5, h6) {
  line-height: var(--leading-normal);
}
@media (max-width: 767.98px) {
  .entry-content :is(h1, h2, h3, h4, h5, h6) {
    font-size: var(--text-xs);
  }
}
.entry-content :is(h1, h2) {
  font-size: var(--text-lg);
}
@media (max-width: 767.98px) {
  .entry-content :is(h1, h2) {
    font-size: var(--text-xs);
  }
}
.entry-content iframe {
  aspect-ratio: 16/9;
  height: auto;
  width: 100%;
}
.entry-content blockquote {
  position: relative;
  margin: 4rem 0;
  padding: 0.5rem 2.5rem;
  font-size: var(--text-lg);
  font-style: italic;
  line-height: var(--leading-loose);
  color: var(--color-gray-400);
  border-top: 1px solid var(--color-gray-300);
  border-bottom: 1px solid var(--color-gray-300);
}
.entry-content blockquote::before, .entry-content blockquote::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 3.5rem;
  height: 2.5rem;
}
.entry-content blockquote small,
.entry-content blockquote small a {
  font-size: var(--text-xs);
  font-weight: var(--font-regular);
  color: var(--color-gray-400);
}
.entry-content table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
  background-color: var(--color-gray-3);
  line-height: var(--leading-normal);
  word-break: break-all;
}
.entry-content table :is(th, td) {
  padding: 10px;
}
.entry-content table th {
  font-weight: var(--font-medium);
}
.entry-content table thead {
  color: var(--color-white);
  background-color: var(--color-primary-darker);
}
.entry-content table tbody th {
  color: var(--color-white);
  background-color: var(--color-primary-darker);
}
.entry-content table tbody td {
  text-align: left;
  background-color: var(--color-gray-1);
}
.entry-content table img {
  width: 100%;
}
.entry-content :is(ul, ol) {
  margin-top: 6px;
  margin-left: 1.6em;
}
@media (max-width: 767.98px) {
  .entry-content :is(ul, ol) {
    margin-top: 2px;
  }
}
.entry-content :is(ul, ol) :is(ul, ol) {
  margin-top: 0;
}
.entry-content ol {
  margin-left: 1.5em;
}
.entry-content ul {
  list-style-type: disc;
}
.entry-content ul li::marker {
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .entry-content ul li::marker {
    font-size: 10px;
  }
}
.entry-content .wp-block-file__button {
  padding: 8px 16px;
  color: var(--color-white);
  line-height: var(--leading-normal);
  text-decoration: none;
  background-color: var(--color-base);
}
.entry-content .alignleft {
  float: left;
}
.entry-content .alignright {
  float: right;
}
.entry-content .wp-caption {
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .entry-content .wp-caption {
    width: 100% !important;
  }
  .entry-content .wp-caption img {
    display: block;
    margin: 0 auto;
  }
}
.entry-content .wp-caption-text {
  margin-top: 26px;
  font-size: var(--text-xl);
  font-weight: var(--font-medium);
  line-height: var(--leading-normal);
  text-align: center;
}
.entry-content .gallery-item a {
  display: block;
  width: 100%;
}
.entry-content .gallery-item a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.entry-content .disclaimer {
  margin-top: 30px;
  font-size: var(--text-md);
}
@media (min-width: 768px) {
  .entry-content .disclaimer {
    margin-top: 46px;
    line-height: 2.25;
  }
}
.entry-content .disclaimer h2 {
  font-size: var(--text-md);
}
@media (max-width: 767.98px) {
  .entry-content .disclaimer {
    font-size: var(--text-xs);
  }
  .entry-content .disclaimer h2 {
    font-size: var(--text-xs);
  }
}