@font-face {
  font-family: "Latin Modern Sans";
  src: url("assets/fonts/LatinModernSans-Regular.otf") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Latin Modern Sans";
  src: url("assets/fonts/LatinModernSans-Bold.otf") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "Latin Modern Sans";
  src: url("assets/fonts/LatinModernSans-Oblique.otf") format("opentype");
  font-display: swap;
  font-style: italic;
  font-weight: 400;
}

@font-face {
  font-family: "Latin Modern Sans";
  src: url("assets/fonts/LatinModernSans-BoldOblique.otf") format("opentype");
  font-display: swap;
  font-style: italic;
  font-weight: 700;
}

@font-face {
  font-family: "Fira Code Retina";
  src: url("assets/fonts/FiraCode-Retina.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

:root {
  --tutorial-accent: #185f8a;
  --tutorial-code-font: "Fira Code Retina", "Fira Code", Consolas, "Liberation Mono", Menlo, Monaco, monospace;
  --tutorial-content-width: 770px;
}

.book,
.book .book-body,
.book .book-summary,
.book .book-body .page-wrapper .page-inner section.normal,
.book .book-body .page-wrapper .page-inner section.normal table {
  font-family: "Latin Modern Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.book .book-body .page-wrapper .page-inner section.normal > #header {
  display: none;
}

.book .book-summary {
  display: none;
}

.book .book-header {
  display: none;
}

.book.with-summary .book-body {
  left: 0;
}

.book .book-body .page-wrapper .page-inner {
  max-width: 810px;
  padding: 20px 20px 48px;
}

.book .book-body .page-wrapper .page-inner section.normal {
  color: #111;
  font-size: 17.5px;
  line-height: 1.68;
}

.book .book-body .page-wrapper .page-inner section.normal > * {
  max-width: var(--tutorial-content-width);
}

.book .book-body .page-wrapper .page-inner section.normal h1,
.book .book-body .page-wrapper .page-inner section.normal h2,
.book .book-body .page-wrapper .page-inner section.normal h3,
.book .book-body .page-wrapper .page-inner section.normal h4 {
  border: 0;
  color: #000;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.72em;
  margin-top: 1.35em;
  padding: 0;
}

.book .book-body .page-wrapper .page-inner section.normal h1 {
  font-size: 1.88em;
}

.book .book-body .page-wrapper .page-inner section.normal h2 {
  font-size: 1.52em;
}

.book .book-body .page-wrapper .page-inner section.normal h3 {
  font-size: 1.28em;
}

.book .book-body .page-wrapper .page-inner section.normal p {
  margin: 0.55rem 0 0.86rem;
}

.book .book-body .page-wrapper .page-inner section.normal ul,
.book .book-body .page-wrapper .page-inner section.normal ol {
  margin: 0.55rem 0 1rem;
  padding-left: 2em;
}

.book .book-body .page-wrapper .page-inner section.normal li {
  margin-bottom: 0.28em;
}

.book .book-body .page-wrapper .page-inner section.normal .workflow-flow {
  counter-reset: workflow-step;
  list-style: none;
  margin: 1.15rem 0 1.8rem;
  padding: 0 0 0 3.1rem;
  position: relative;
}

.book .book-body .page-wrapper .page-inner section.normal .workflow-flow::before {
  background: #cbd5df;
  bottom: 0.8rem;
  content: "";
  left: 0.82rem;
  position: absolute;
  top: 0.8rem;
  width: 1px;
}

.book .book-body .page-wrapper .page-inner section.normal .workflow-flow li {
  counter-increment: workflow-step;
  margin: 0;
  min-height: 2rem;
  padding: 0 0 1.25rem 0.25rem;
  position: relative;
}

.book .book-body .page-wrapper .page-inner section.normal .workflow-flow li:last-child {
  padding-bottom: 0;
}

.book .book-body .page-wrapper .page-inner section.normal .workflow-flow li::before {
  align-items: center;
  background: #fff;
  border: 1px solid #8fa3b3;
  border-radius: 50%;
  color: var(--tutorial-accent);
  content: counter(workflow-step);
  display: flex;
  font-size: 0.78em;
  font-weight: 700;
  height: 1.65rem;
  justify-content: center;
  left: -3.1rem;
  line-height: 1;
  position: absolute;
  top: 0;
  width: 1.65rem;
}

.workflow-step-title {
  font-weight: 700;
  line-height: 1.3;
}

.workflow-step-text {
  color: #374151;
  font-size: 0.94em;
  line-height: 1.45;
  margin-top: 0.16rem;
}

.book .book-body .page-wrapper .page-inner section.normal a {
  color: var(--tutorial-accent);
  text-decoration: none;
}

.book .book-body .page-wrapper .page-inner section.normal a:hover,
.book .book-body .page-wrapper .page-inner section.normal a:focus {
  text-decoration: underline;
}

.tutorial-title-block {
  margin: 3.5rem 0 3.8rem;
}

.book .book-body .page-wrapper .page-inner section.normal .tutorial-title-block h1.title {
  font-size: 2em;
  margin: 0 0 0.72rem;
}

.tutorial-subtitle {
  font-size: 1.18em;
  line-height: 1.42;
  margin-bottom: 0.9rem;
}

.tutorial-meta-block {
  font-size: 0.94em;
  line-height: 1.55;
}

.tutorial-meta-block div {
  margin-bottom: 0.25em;
  overflow-wrap: anywhere;
}

.tutorial-meta-block span {
  font-weight: 700;
}

.book .book-body .page-wrapper .page-inner section.normal img.tutorial-figure {
  display: block;
  height: auto;
  margin: 1.35rem auto 1.15rem;
  max-width: 100%;
}

.figure-anchor {
  height: 0;
  scroll-margin-top: 70px;
}

.tutorial-figure-caption {
  color: #444;
  font-size: 0.91em;
  line-height: 1.45;
  margin: -0.35rem auto 1.7rem;
  text-align: left;
}

.book .book-body .page-wrapper .page-inner section.normal table {
  border-collapse: collapse;
  display: table;
  font-size: 0.86em;
  line-height: 1.35;
  margin: 1rem 0 1.5rem;
  overflow-x: auto;
  width: 100%;
}

.book .book-body .page-wrapper .page-inner section.normal .table-scroll {
  -webkit-overflow-scrolling: touch;
  margin: 1rem 0 1.5rem;
  max-width: 100%;
  overflow-x: auto;
}

.book .book-body .page-wrapper .page-inner section.normal .table-scroll table {
  margin: 0;
}

.book .book-body .page-wrapper .page-inner section.normal .table-scroll .sample-summary-table {
  font-size: 0.76em;
  min-width: 690px;
  table-layout: auto;
}

.book .book-body .page-wrapper .page-inner section.normal .table-scroll .sample-summary-table th,
.book .book-body .page-wrapper .page-inner section.normal .table-scroll .sample-summary-table td {
  padding: 0.36rem 0.32rem;
  white-space: nowrap;
}

.book .book-body .page-wrapper .page-inner section.normal .table-scroll .sample-summary-table th:first-child,
.book .book-body .page-wrapper .page-inner section.normal .table-scroll .sample-summary-table td:first-child {
  min-width: 8.5rem;
  white-space: normal;
}

.book .book-body .page-wrapper .page-inner section.normal .table-scroll .parameter-table {
  min-width: 690px;
  table-layout: fixed;
}

.book .book-body .page-wrapper .page-inner section.normal .table-scroll .parameter-table th,
.book .book-body .page-wrapper .page-inner section.normal .table-scroll .parameter-table td {
  text-align: left;
  white-space: normal;
}

.book .book-body .page-wrapper .page-inner section.normal .table-scroll .parameter-table th:first-child,
.book .book-body .page-wrapper .page-inner section.normal .table-scroll .parameter-table td:first-child {
  width: 25%;
}

.book .book-body .page-wrapper .page-inner section.normal .table-scroll .parameter-table th:nth-child(2),
.book .book-body .page-wrapper .page-inner section.normal .table-scroll .parameter-table td:nth-child(2) {
  width: 17%;
}

.book .book-body .page-wrapper .page-inner section.normal .table-scroll .design-table th:first-child,
.book .book-body .page-wrapper .page-inner section.normal .table-scroll .design-table td:first-child {
  width: 13%;
}

.book .book-body .page-wrapper .page-inner section.normal .table-scroll .design-table th:nth-child(2),
.book .book-body .page-wrapper .page-inner section.normal .table-scroll .design-table td:nth-child(2) {
  width: 48%;
}

.book .book-body .page-wrapper .page-inner section.normal th,
.book .book-body .page-wrapper .page-inner section.normal td {
  border-bottom: 1px solid #d9dee5;
  padding: 0.45rem 0.5rem;
  text-align: right;
  vertical-align: top;
}

.book .book-body .page-wrapper .page-inner section.normal th:first-child,
.book .book-body .page-wrapper .page-inner section.normal td:first-child {
  text-align: left;
}

.book .book-body .page-wrapper .page-inner section.normal th {
  background: #f4f6f8;
  color: #111;
  font-weight: 700;
}

.book .book-body .page-wrapper .page-inner section.normal caption {
  color: #333;
  font-size: 0.96em;
  font-weight: 700;
  margin-bottom: 0.55rem;
  text-align: left;
}

.book .book-body .page-wrapper .page-inner section.normal code {
  font-family: var(--tutorial-code-font);
  font-size: 0.86em;
}

.book .book-body .page-wrapper .page-inner section.normal :not(pre) > code {
  background: #f1f3f5;
  border-radius: 3px;
  color: #20252b;
  padding: 0.08em 0.28em;
}

.book .book-body .page-wrapper .page-inner section.normal div.sourceCode,
.book .book-body .page-wrapper .page-inner section.normal pre {
  background: #242424;
  border: 0;
  border-radius: 4px;
  color: #e6edf3;
}

.book .book-body .page-wrapper .page-inner section.normal pre {
  font-size: 0.76em;
  line-height: 1.42;
  margin: 0;
  max-width: 100%;
  overflow-x: auto;
  padding: 0.72rem 0.88rem;
  white-space: pre;
}

.book .book-body .page-wrapper .page-inner section.normal pre code,
.book .book-body .page-wrapper .page-inner section.normal pre code {
  background: transparent;
  color: #e6edf3;
  font-family: var(--tutorial-code-font);
  font-size: 1em;
}

.book .book-body .page-wrapper .page-inner section.normal pre code span {
  background: transparent;
  font-family: var(--tutorial-code-font);
}

.book .book-body .page-wrapper .page-inner section.normal pre code.sourceCode span.co,
.book .book-body .page-wrapper .page-inner section.normal pre code.sourceCode span.cv,
.book .book-body .page-wrapper .page-inner section.normal pre code.sourceCode span.do {
  color: #9aa4ad;
  font-style: italic;
}

.book .book-body .page-wrapper .page-inner section.normal pre code.sourceCode span.st,
.book .book-body .page-wrapper .page-inner section.normal pre code.sourceCode span.ch,
.book .book-body .page-wrapper .page-inner section.normal pre code.sourceCode span.sc,
.book .book-body .page-wrapper .page-inner section.normal pre code.sourceCode span.vs {
  color: #a5d6ff;
}

.book .book-body .page-wrapper .page-inner section.normal pre code.sourceCode span.fu {
  color: #d2a8ff;
}

.book .book-body .page-wrapper .page-inner section.normal pre code.sourceCode span.kw,
.book .book-body .page-wrapper .page-inner section.normal pre code.sourceCode span.cf,
.book .book-body .page-wrapper .page-inner section.normal pre code.sourceCode span.ot {
  color: #ff7b72;
  font-weight: 700;
}

.book .book-body .page-wrapper .page-inner section.normal pre code.sourceCode span.dv,
.book .book-body .page-wrapper .page-inner section.normal pre code.sourceCode span.fl,
.book .book-body .page-wrapper .page-inner section.normal pre code.sourceCode span.bn,
.book .book-body .page-wrapper .page-inner section.normal pre code.sourceCode span.at {
  color: #79c0ff;
}

.book .book-body .page-wrapper .page-inner section.normal pre code.sourceCode span.op,
.book .book-body .page-wrapper .page-inner section.normal pre code.sourceCode span.va {
  color: #c9d1d9;
}

.book .book-body .page-wrapper .page-inner section.normal pre code.sourceCode a {
  color: inherit;
  text-decoration: none;
}

.book .book-body .page-wrapper .page-inner section.normal blockquote {
  border-left: 3px solid #b8c6d1;
  color: #374151;
  margin: 1rem 0;
  padding: 0.1rem 1rem;
}

.book .book-body .page-wrapper .page-inner section.normal .math.display {
  display: block;
  margin: 1.2rem 0;
  overflow-x: auto;
  padding: 0.2rem 0;
}

#session-information pre {
  color: #a5d6ff;
  font-size: 0.76em;
}

@media (max-width: 700px) {
  .book.with-summary .book-body {
    left: 0;
  }

  .book .book-body .page-wrapper .page-inner {
    box-sizing: border-box;
    max-width: 100%;
    padding: 16px 18px 40px;
    width: 100%;
  }

  .book .book-body .page-wrapper .page-inner section.normal {
    font-size: 16.5px;
  }

  .tutorial-title-block {
    margin-top: 2rem;
  }
}
