<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Blog table of contents */

#table-of-contents {
  margin: 0 0 40px;
  border: 1px solid #013b71;
  border-radius: 0 40px;
  padding: 30px 20px 25px 30px;
}

#table-of-contents h4 {
  color: #013b71;
  font-size: 20px;
  margin-bottom: 25px;
}

#table-of-contents ul {
  list-style: none;
  margin-left: 3px;
  padding-left: 0;
}

#table-of-contents ul ul {
  margin-left: 20px;
  margin-bottom: 0;
  list-style: inside circle;
}

#table-of-contents ul li::before {
  display: none;
}

#table-of-contents ul li {
  line-height: 1.4;
  margin-bottom: 7px;
}

#table-of-contents ul li a {
  color: #013b71;
}

#table-of-contents ul li a:hover {
  color: #e07426;
}

/* Blog CTA */
a.btn.blog-cta {
  background: #E07426;
  font-size: 20px;
  font-family: "Archer A", "Archer B";
  text-align: center;
  color: #FFFFFF;
  border-radius: 12px;
  padding: 10px 25px;
  margin-top: 20px;
  margin-bottom: 20px;
  transition: background .1s linear;
}

a.btn.blog-cta:hover {
  border: 1px solid #E07426;
  background: #FFFFFF;
  color: #E07426;
}</pre></body></html>