.top_panel {
  background-color: #fafcfe;
  border-bottom: 1px solid #a7ccee;
  padding: 40px 0 32px;
}
@media screen and (max-width: 768px) {
  .top_panel {
    padding: 24px 0 20px;
  }
}
.top_panel .container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .top_panel .container {
    padding: 0 20px;
  }
}
.top_panel .container {
  width: 100%;
}
.top_panel h1 {
  font-family: "Fixel Display", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.15;
  color: #04083a;
  margin: 0;
}
@media screen and (max-width: 900px) {
  .top_panel h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 600px) {
  .top_panel h1 {
    font-size: 28px;
  }
}

.content {
  max-width: 820px;
}
.content p {
  font-family: "Work Sans", sans-serif;
  font-size: 17px;
  line-height: 1.75;
  color: rgba(4, 8, 58, 0.52);
  margin-bottom: 1.25em;
}
.content h2, .content h3, .content h4, .content h5 {
  font-family: "Fixel Display", sans-serif;
  color: #04083a;
  font-weight: 700;
  line-height: 1.25;
  margin: 2em 0 0.6em;
}
.content h2 {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .content h2 {
    font-size: 26px;
  }
}
.content h3 {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .content h3 {
    font-size: 20px;
  }
}
.content h4 {
  font-size: 20px;
}
.content ul, .content ol {
  font-family: "Work Sans", sans-serif;
  font-size: 17px;
  line-height: 1.75;
  color: rgba(4, 8, 58, 0.52);
  padding-left: 1.5em;
  margin-bottom: 1.25em;
}
.content ul li, .content ol li {
  margin-bottom: 0.4em;
}
.content a {
  color: #0b70cf;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.2s;
}
.content a:active {
  color: rgb(8.8, 89.6, 165.6);
}
@media screen and (min-width: 1025px) {
  .content a:hover {
    color: rgb(8.8, 89.6, 165.6);
  }
}
.content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}
.content blockquote {
  margin: 2em 0;
  padding: 20px 24px;
  border-left: 4px solid #eb7a1b;
  background: rgba(235, 122, 27, 0.04);
  border-radius: 0 8px 8px 0;
}
.content blockquote p {
  font-size: 18px;
  font-style: italic;
  margin: 0;
}
.content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5em;
  font-size: 15px;
}
.content table th, .content table td {
  padding: 12px 16px;
  text-align: left;
  border: 1px solid #a7ccee;
}
.content table th {
  background: rgba(4, 8, 58, 0.04);
  font-weight: 600;
  color: #04083a;
}
.content table tr:nth-child(even) td {
  background: #fafcfe;
}
