.singlepage {
  margin-top: 180px;
}
@media (max-width: 600px) {
  .singlepage {
    margin-top: 120px;
  }
}

.singlepage h2.title,
.privacybox h2.title {
  font-size: 30px;
  margin-bottom: 3rem;
}
@media (max-width: 500px) {
  .singlepage h2.title,
  .privacybox h2.title {
    font-size: 5vw;
  }
}
.singlepage .entry-content h2,
.singlepage .entry-content h3,
.singlepage .entry-content h4,
.singlepage .entry-content h5,
.privacybox .entry-content h2,
.privacybox .entry-content h3,
.privacybox .entry-content h4,
.privacybox .entry-content h5 {
  font-weight: bold;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.4;
}
.singlepage .entry-content h2,
.privacybox .entry-content h2 {
  font-size: 26px;
}
.singlepage .entry-content h3,
.privacybox .entry-content h3 {
  font-size: 22px;
}
.singlepage .entry-content h4,
.privacybox .entry-content h4 {
  font-size: 18px;
}
.singlepage .entry-content h5,
.privacybox .entry-content h5 {
  font-size: 18px;
}
@media (max-width: 500px) {
  .singlepage .entry-content h2,
  .privacybox .entry-content h2 {
    font-size: 5vw;
  }
  .singlepage .entry-content h3,
  .privacybox .entry-content h3 {
    font-size: 4.6vw;
  }
  .singlepage .entry-content h4,
  .privacybox .entry-content h4 {
    font-size: 4.2vw;
  }
  .singlepage .entry-content h5,
  .privacybox .entry-content h5 {
    font-size: 3.8vw;
  }
  .singlepage .entry-content p,
  .singlepage .entry-content li,
  .privacybox .entry-content p,
  .privacybox .entry-content li {
    font-size: 3.6vw;
  }
}
.singlepage .entry-content p,
.privacybox .entry-content p {
  margin-bottom: 1.5em;
  line-height: 1.8;
}
.singlepage .entry-content ul,
.singlepage .entry-content ol,
.privacybox .entry-content ul,
.privacybox .entry-content ol {
  margin: 1.5em 0 1.5em 2em;
  line-height: 1.6;
}
.singlepage .entry-content ul li,
.singlepage .entry-content ol li,
.privacybox .entry-content ul li,
.privacybox .entry-content ol li {
  margin-bottom: 0.5em;
}
.singlepage .entry-content ol li,
.privacybox .entry-content ol li {
  list-style-type: decimal;
}
.singlepage .entry-content ul li,
.privacybox .entry-content ul li {
  list-style-type: disc;
}
.singlepage .entry-content blockquote,
.privacybox .entry-content blockquote {
  padding: 1em 1.5em;
  border-left: 4px solid #ccc;
  background-color: #f9f9f9;
  margin: 2em 0;
}
.singlepage .entry-content blockquote p,
.privacybox .entry-content blockquote p {
  margin: 0;
  font-style: italic;
}
.singlepage .entry-content .wp-block-image,
.privacybox .entry-content .wp-block-image {
  margin: 2em 0;
}
.singlepage .entry-content .wp-block-image img,
.privacybox .entry-content .wp-block-image img {
  max-width: 100%;
  height: auto;
}
.singlepage .entry-content .wp-block-image figcaption,
.privacybox .entry-content .wp-block-image figcaption {
  font-size: 0.9em;
  color: #666;
  margin-top: 0.5em;
}
.singlepage .entry-content .wp-block-button,
.privacybox .entry-content .wp-block-button {
  margin: 2em 0;
}
.singlepage .entry-content .wp-block-button .wp-block-button__link,
.privacybox .entry-content .wp-block-button .wp-block-button__link {
  display: inline-block;
  padding: 0.8em 1.5em;
  background-color: #0073aa;
  color: white;
  text-decoration: none;
  border-radius: 3px;
}
.singlepage .entry-content .wp-block-button .wp-block-button__link:hover,
.privacybox .entry-content .wp-block-button .wp-block-button__link:hover {
  background-color: #005d8f;
}
.singlepage .entry-content .wp-block-table,
.privacybox .entry-content .wp-block-table {
  margin: 2em 0;
  border-collapse: collapse;
  width: 100%;
}
.singlepage .entry-content .wp-block-table table,
.privacybox .entry-content .wp-block-table table {
  width: 100%;
  border: 1px solid #ddd;
}
.singlepage .entry-content .wp-block-table table th,
.singlepage .entry-content .wp-block-table table td,
.privacybox .entry-content .wp-block-table table th,
.privacybox .entry-content .wp-block-table table td {
  padding: 0.8em;
  border: 1px solid #ddd;
}
.singlepage .entry-content .wp-block-table table th,
.privacybox .entry-content .wp-block-table table th {
  background-color: #f5f5f5;
}
.singlepage .entry-content pre,
.singlepage .entry-content code,
.privacybox .entry-content pre,
.privacybox .entry-content code {
  background: #f4f4f4;
  font-family: monospace;
  padding: 0.5em;
  font-size: 0.95em;
  border-radius: 4px;
}/*# sourceMappingURL=gutenberg.css.map */