figure.highlight::before {
  color: #8e908c !important;
  background-color: #f7f7f7 !important;
}

pre.lineno {
  color: #8e908c !important;
}

.highlight > pre {
  color: #4d4d4c;
  background-color: #f7f7f7 !important;
  /* Comment */
  /* Error */
  /* Keyword */
  /* Literal */
  /* Name */
  /* Operator */
  /* Punctuation */
  /* Comment.Multiline */
  /* Comment.Preproc */
  /* Comment.Single */
  /* Comment.Special */
  /* Generic.Deleted */
  /* Generic.Emph */
  /* Generic.Heading */
  /* Generic.Inserted */
  /* Generic.Prompt */
  /* Generic.Strong */
  /* Generic.Subheading */
  /* Keyword.Constant */
  /* Keyword.Declaration */
  /* Keyword.Namespace */
  /* Keyword.Pseudo */
  /* Keyword.Reserved */
  /* Keyword.Type */
  /* Literal.Date */
  /* Literal.Number */
  /* Literal.String */
  /* Name.Attribute */
  /* Name.Builtin */
  /* Name.Class */
  /* Name.Constant */
  /* Name.Decorator */
  /* Name.Entity */
  /* Name.Exception */
  /* Name.Function */
  /* Name.Label */
  /* Name.Namespace */
  /* Name.Other */
  /* Name.Property */
  /* Name.Tag */
  /* Name.Variable */
  /* Operator.Word */
  /* Text.Whitespace */
  /* Literal.Number.Float */
  /* Literal.Number.Hex */
  /* Literal.Number.Integer */
  /* Literal.Number.Oct */
  /* Literal.String.Backtick */
  /* Literal.String.Char */
  /* Literal.String.Doc */
  /* Literal.String.Double */
  /* Literal.String.Escape */
  /* Literal.String.Heredoc */
  /* Literal.String.Interpol */
  /* Literal.String.Other */
  /* Literal.String.Regex */
  /* Literal.String.Single */
  /* Literal.String.Symbol */
  /* Name.Builtin.Pseudo */
  /* Name.Variable.Class */
  /* Name.Variable.Global */
  /* Name.Variable.Instance */
  /* Literal.Number.Integer.Long */
}
.highlight > pre .c {
  color: #8e908c;
}
.highlight > pre .err {
  color: #c82829;
}
.highlight > pre .k {
  color: #8959a8;
}
.highlight > pre .l {
  color: #f5871f;
}
.highlight > pre .n {
  color: #4d4d4c;
}
.highlight > pre .o {
  color: #3e999f;
}
.highlight > pre .p {
  color: #4d4d4c;
}
.highlight > pre .cm {
  color: #8e908c;
}
.highlight > pre .cp {
  color: #8e908c;
}
.highlight > pre .c1 {
  color: #8e908c;
}
.highlight > pre .cs {
  color: #8e908c;
}
.highlight > pre .gd {
  color: #c82829;
}
.highlight > pre .ge {
  font-style: italic;
}
.highlight > pre .gh {
  font-weight: bold;
  color: #4d4d4c;
}
.highlight > pre .gi {
  color: #718c00;
}
.highlight > pre .gp {
  font-weight: bold;
  color: #8e908c;
}
.highlight > pre .gs {
  font-weight: bold;
}
.highlight > pre .gu {
  font-weight: bold;
  color: #3e999f;
}
.highlight > pre .kc {
  color: #8959a8;
}
.highlight > pre .kd {
  color: #8959a8;
}
.highlight > pre .kn {
  color: #3e999f;
}
.highlight > pre .kp {
  color: #8959a8;
}
.highlight > pre .kr {
  color: #8959a8;
}
.highlight > pre .kt {
  color: #eab700;
}
.highlight > pre .ld {
  color: #718c00;
}
.highlight > pre .m {
  color: #f5871f;
}
.highlight > pre .s {
  color: #718c00;
}
.highlight > pre .na {
  color: #4271ae;
}
.highlight > pre .nb {
  color: #4d4d4c;
}
.highlight > pre .nc {
  color: #eab700;
}
.highlight > pre .no {
  color: #c82829;
}
.highlight > pre .nd {
  color: #3e999f;
}
.highlight > pre .ni {
  color: #4d4d4c;
}
.highlight > pre .ne {
  color: #c82829;
}
.highlight > pre .nf {
  color: #4271ae;
}
.highlight > pre .nl {
  color: #4d4d4c;
}
.highlight > pre .nn {
  color: #eab700;
}
.highlight > pre .nx {
  color: #4271ae;
}
.highlight > pre .py {
  color: #4d4d4c;
}
.highlight > pre .nt {
  color: #3e999f;
}
.highlight > pre .nv {
  color: #c82829;
}
.highlight > pre .ow {
  color: #3e999f;
}
.highlight > pre .w {
  color: #4d4d4c;
}
.highlight > pre .mf {
  color: #f5871f;
}
.highlight > pre .mh {
  color: #f5871f;
}
.highlight > pre .mi {
  color: #f5871f;
}
.highlight > pre .mo {
  color: #f5871f;
}
.highlight > pre .sb {
  color: #718c00;
}
.highlight > pre .sc {
  color: #4d4d4c;
}
.highlight > pre .sd {
  color: #8e908c;
}
.highlight > pre .s2 {
  color: #718c00;
}
.highlight > pre .se {
  color: #f5871f;
}
.highlight > pre .sh {
  color: #718c00;
}
.highlight > pre .si {
  color: #f5871f;
}
.highlight > pre .sx {
  color: #718c00;
}
.highlight > pre .sr {
  color: #718c00;
}
.highlight > pre .s1 {
  color: #718c00;
}
.highlight > pre .ss {
  color: #718c00;
}
.highlight > pre .bp {
  color: #4d4d4c;
}
.highlight > pre .vc {
  color: #c82829;
}
.highlight > pre .vg {
  color: #c82829;
}
.highlight > pre .vi {
  color: #c82829;
}
.highlight > pre .il {
  color: #f5871f;
}

/* stylelint-disable at-rule-name-space-after, at-rule-semicolon-space-before  */
.clearfix::after {
  display: table;
  clear: both;
  content: "";
}

.left {
  float: left;
}

.right {
  float: right;
}

@media (min-width: 0) {
  .d-none {
    display: none !important;
  }
}
@media (min-width: 500px) {
  .d-md-none {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .d-lg-none {
    display: none !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
}

.horizontal-rules::before {
  display: block;
  font-size: 1.9rem;
  color: #888;
  text-align: center;
  letter-spacing: 1.5rem;
  content: "...";
}

.text--light, .header--light, .hero--light {
  color: #222;
}
.text--light h1, .header--light h1, .hero--light h1, .text--light h2, .header--light h2, .hero--light h2, .text--light h3, .header--light h3, .hero--light h3 {
  color: #00565d;
}
.text--light h4, .header--light h4, .hero--light h4, .text--light h5, .header--light h5, .hero--light h5 {
  color: #222;
}
.text--light h6, .header--light h6, .hero--light h6 {
  color: #888;
}
.text--light a:not(.button), .header--light a:not(.button), .hero--light a:not(.button) {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.text--light a:not(.button), .header--light a:not(.button), .hero--light a:not(.button), .text--light a:not(.button):link, .text--light a:not(.button):visited {
  text-decoration: none;
}
.root[data-is-touch=false] .text--light a:not(.button):hover, .root[data-is-touch=false] .header--light a:not(.button):hover, .root[data-is-touch=false] .hero--light a:not(.button):hover {
  text-decoration: none;
}
.root[data-is-touch] .text--light a:not(.button).active, .root[data-is-touch] .header--light a:not(.button).active, .root[data-is-touch] .hero--light a:not(.button).active, .root[data-is-touch] .text--light a:not(.button):active, .root[data-is-touch] .header--light a:not(.button):active, .root[data-is-touch] .hero--light a:not(.button):active {
  text-decoration: none;
}
.text--light a:not(.button), .header--light a:not(.button), .hero--light a:not(.button), .text--light a:not(.button):link, .text--light a:not(.button):visited {
  color: #222;
}
.root[data-is-touch=false] .text--light a:not(.button):hover, .root[data-is-touch=false] .header--light a:not(.button):hover, .root[data-is-touch=false] .hero--light a:not(.button):hover {
  color: #6eb3a6;
}
.root[data-is-touch] .text--light a:not(.button).active, .root[data-is-touch] .header--light a:not(.button).active, .root[data-is-touch] .hero--light a:not(.button).active, .root[data-is-touch] .text--light a:not(.button):active, .root[data-is-touch] .header--light a:not(.button):active, .root[data-is-touch] .hero--light a:not(.button):active {
  color: #498b7f;
}
.text--light a:not(.button).disabled, .header--light a:not(.button).disabled, .hero--light a:not(.button).disabled, .text--light a:not(.button):disabled, .header--light a:not(.button):disabled, .hero--light a:not(.button):disabled {
  color: rgba(34, 34, 34, 0.2) !important;
}

.text--dark, .header--dark, .hero--dark {
  color: rgba(255, 255, 255, 0.95);
}
.text--dark h1, .header--dark h1, .hero--dark h1, .text--dark h2, .header--dark h2, .hero--dark h2, .text--dark h3, .header--dark h3, .hero--dark h3 {
  color: #fff;
}
.text--dark h4, .header--dark h4, .hero--dark h4, .text--dark h5, .header--dark h5, .hero--dark h5 {
  color: rgba(255, 255, 255, 0.95);
}
.text--dark h6, .header--dark h6, .hero--dark h6 {
  color: rgba(255, 255, 255, 0.85);
}
.text--dark a:not(.button), .header--dark a:not(.button), .hero--dark a:not(.button) {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.text--dark a:not(.button), .header--dark a:not(.button), .hero--dark a:not(.button), .text--dark a:not(.button):link, .text--dark a:not(.button):visited {
  text-decoration: none;
}
.root[data-is-touch=false] .text--dark a:not(.button):hover, .root[data-is-touch=false] .header--dark a:not(.button):hover, .root[data-is-touch=false] .hero--dark a:not(.button):hover {
  text-decoration: none;
}
.root[data-is-touch] .text--dark a:not(.button).active, .root[data-is-touch] .header--dark a:not(.button).active, .root[data-is-touch] .hero--dark a:not(.button).active, .root[data-is-touch] .text--dark a:not(.button):active, .root[data-is-touch] .header--dark a:not(.button):active, .root[data-is-touch] .hero--dark a:not(.button):active {
  text-decoration: none;
}
.text--dark a:not(.button), .header--dark a:not(.button), .hero--dark a:not(.button), .text--dark a:not(.button):link, .text--dark a:not(.button):visited {
  color: rgba(255, 255, 255, 0.95);
}
.root[data-is-touch=false] .text--dark a:not(.button):hover, .root[data-is-touch=false] .header--dark a:not(.button):hover, .root[data-is-touch=false] .hero--dark a:not(.button):hover {
  color: #6eb3a6;
}
.root[data-is-touch] .text--dark a:not(.button).active, .root[data-is-touch] .header--dark a:not(.button).active, .root[data-is-touch] .hero--dark a:not(.button).active, .root[data-is-touch] .text--dark a:not(.button):active, .root[data-is-touch] .header--dark a:not(.button):active, .root[data-is-touch] .hero--dark a:not(.button):active {
  color: #498b7f;
}
.text--dark a:not(.button).disabled, .header--dark a:not(.button).disabled, .hero--dark a:not(.button).disabled, .text--dark a:not(.button):disabled, .header--dark a:not(.button):disabled, .hero--dark a:not(.button):disabled {
  color: rgba(255, 255, 255, 0.2) !important;
}

.of-auto {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.of-hidden {
  overflow: hidden;
}

.box-shadow-1 {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.23), 0 1px 3px rgba(0, 0, 0, 0.08), 0 6px 12px rgba(0, 0, 0, 0.02);
}

.box-shadow-2 {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.23), 0 2px 6px rgba(0, 0, 0, 0.08), 0 12px 24px rgba(0, 0, 0, 0.02);
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 1rem;
}

.mt-4 {
  margin-top: 1.5rem;
}

.mt-5 {
  margin-top: 3rem;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 1rem;
}

.mb-4 {
  margin-bottom: 1.5rem;
}

.mb-5 {
  margin-bottom: 3rem;
}

.ml-0 {
  margin-left: 0;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 1rem;
}

.ml-4 {
  margin-left: 1.5rem;
}

.ml-5 {
  margin-left: 3rem;
}

.mr-0 {
  margin-right: 0;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-3 {
  margin-right: 1rem;
}

.mr-4 {
  margin-right: 1.5rem;
}

.mr-5 {
  margin-right: 3rem;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-3 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-4 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mx-5 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-4 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-5 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.m-0 {
  margin: 0;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-3 {
  margin: 1rem;
}

.m-4 {
  margin: 1.5rem;
}

.m-5 {
  margin: 3rem;
}

.pt-0 {
  padding-top: 0;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 1rem;
}

.pt-4 {
  padding-top: 1.5rem;
}

.pt-5 {
  padding-top: 3rem;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-3 {
  padding-bottom: 1rem;
}

.pb-4 {
  padding-bottom: 1.5rem;
}

.pb-5 {
  padding-bottom: 3rem;
}

.pl-0 {
  padding-left: 0;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-3 {
  padding-left: 1rem;
}

.pl-4 {
  padding-left: 1.5rem;
}

.pl-5 {
  padding-left: 3rem;
}

.pr-0 {
  padding-right: 0;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-3 {
  padding-right: 1rem;
}

.pr-4 {
  padding-right: 1.5rem;
}

.pr-5 {
  padding-right: 3rem;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-4 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-5 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-4 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 1rem;
}

.p-4 {
  padding: 1.5rem;
}

.p-5 {
  padding: 3rem;
}

.mt-auto {
  margin-top: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.m-auto {
  margin: auto;
}

.grid-container {
  overflow: hidden;
}

.cell {
  min-width: 0;
}

.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 0) {
  .grid > .cell--1 {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -moz-box-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    width: 8.3333333333%;
  }
}
@media (min-width: 0) {
  .grid > .cell--2 {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -moz-box-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    width: 16.6666666667%;
  }
}
@media (min-width: 0) {
  .grid > .cell--3 {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -moz-box-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    width: 25%;
  }
}
@media (min-width: 0) {
  .grid > .cell--4 {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -moz-box-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    width: 33.3333333333%;
  }
}
@media (min-width: 0) {
  .grid > .cell--5 {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -moz-box-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    width: 41.6666666667%;
  }
}
@media (min-width: 0) {
  .grid > .cell--6 {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -moz-box-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    width: 50%;
  }
}
@media (min-width: 0) {
  .grid > .cell--7 {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -moz-box-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    width: 58.3333333333%;
  }
}
@media (min-width: 0) {
  .grid > .cell--8 {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -moz-box-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    width: 66.6666666667%;
  }
}
@media (min-width: 0) {
  .grid > .cell--9 {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -moz-box-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    width: 75%;
  }
}
@media (min-width: 0) {
  .grid > .cell--10 {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -moz-box-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    width: 83.3333333333%;
  }
}
@media (min-width: 0) {
  .grid > .cell--11 {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -moz-box-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    width: 91.6666666667%;
  }
}
@media (min-width: 0) {
  .grid > .cell--12 {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -moz-box-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    width: 100%;
  }
}
@media (min-width: 0) {
  .grid > .cell--auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -moz-box-flex: 1;
    -moz-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    width: auto;
  }
}
@media (min-width: 0) {
  .grid > .cell--shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}
@media (min-width: 0) {
  .grid > .cell--stretch {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media (min-width: 500px) {
  .grid > .cell--md-1 {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -moz-box-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    width: 8.3333333333%;
  }
}
@media (min-width: 500px) {
  .grid > .cell--md-2 {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -moz-box-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    width: 16.6666666667%;
  }
}
@media (min-width: 500px) {
  .grid > .cell--md-3 {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -moz-box-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    width: 25%;
  }
}
@media (min-width: 500px) {
  .grid > .cell--md-4 {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -moz-box-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    width: 33.3333333333%;
  }
}
@media (min-width: 500px) {
  .grid > .cell--md-5 {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -moz-box-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    width: 41.6666666667%;
  }
}
@media (min-width: 500px) {
  .grid > .cell--md-6 {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -moz-box-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    width: 50%;
  }
}
@media (min-width: 500px) {
  .grid > .cell--md-7 {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -moz-box-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    width: 58.3333333333%;
  }
}
@media (min-width: 500px) {
  .grid > .cell--md-8 {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -moz-box-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    width: 66.6666666667%;
  }
}
@media (min-width: 500px) {
  .grid > .cell--md-9 {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -moz-box-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    width: 75%;
  }
}
@media (min-width: 500px) {
  .grid > .cell--md-10 {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -moz-box-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    width: 83.3333333333%;
  }
}
@media (min-width: 500px) {
  .grid > .cell--md-11 {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -moz-box-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    width: 91.6666666667%;
  }
}
@media (min-width: 500px) {
  .grid > .cell--md-12 {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -moz-box-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    width: 100%;
  }
}
@media (min-width: 500px) {
  .grid > .cell--md-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -moz-box-flex: 1;
    -moz-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    width: auto;
  }
}
@media (min-width: 500px) {
  .grid > .cell--md-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}
@media (min-width: 500px) {
  .grid > .cell--md-stretch {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media (min-width: 1024px) {
  .grid > .cell--lg-1 {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -moz-box-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    width: 8.3333333333%;
  }
}
@media (min-width: 1024px) {
  .grid > .cell--lg-2 {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -moz-box-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    width: 16.6666666667%;
  }
}
@media (min-width: 1024px) {
  .grid > .cell--lg-3 {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -moz-box-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    width: 25%;
  }
}
@media (min-width: 1024px) {
  .grid > .cell--lg-4 {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -moz-box-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    width: 33.3333333333%;
  }
}
@media (min-width: 1024px) {
  .grid > .cell--lg-5 {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -moz-box-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    width: 41.6666666667%;
  }
}
@media (min-width: 1024px) {
  .grid > .cell--lg-6 {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -moz-box-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .grid > .cell--lg-7 {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -moz-box-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    width: 58.3333333333%;
  }
}
@media (min-width: 1024px) {
  .grid > .cell--lg-8 {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -moz-box-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    width: 66.6666666667%;
  }
}
@media (min-width: 1024px) {
  .grid > .cell--lg-9 {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -moz-box-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    width: 75%;
  }
}
@media (min-width: 1024px) {
  .grid > .cell--lg-10 {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -moz-box-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    width: 83.3333333333%;
  }
}
@media (min-width: 1024px) {
  .grid > .cell--lg-11 {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -moz-box-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    width: 91.6666666667%;
  }
}
@media (min-width: 1024px) {
  .grid > .cell--lg-12 {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -moz-box-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .grid > .cell--lg-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -moz-box-flex: 1;
    -moz-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    width: auto;
  }
}
@media (min-width: 1024px) {
  .grid > .cell--lg-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}
@media (min-width: 1024px) {
  .grid > .cell--lg-stretch {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.grid--reverse {
  flex-direction: row-reverse;
}

.grid--px-0 {
  margin-left: 0;
  margin-right: 0;
}
.grid--px-0 .cell {
  padding-left: 0;
  padding-right: 0;
}

.grid--px-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.grid--px-1 .cell {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.grid--px-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.grid--px-2 .cell {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.grid--px-3 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.grid--px-3 .cell {
  padding-left: 1rem;
  padding-right: 1rem;
}

.grid--px-4 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.grid--px-4 .cell {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.grid--px-5 {
  margin-left: -3rem;
  margin-right: -3rem;
}
.grid--px-5 .cell {
  padding-left: 3rem;
  padding-right: 3rem;
}

.grid--py-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.grid--py-0 .cell {
  padding-top: 0;
  padding-bottom: 0;
}

.grid--py-1 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}
.grid--py-1 .cell {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.grid--py-2 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.grid--py-2 .cell {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.grid--py-3 {
  margin-top: -1rem;
  margin-bottom: -1rem;
}
.grid--py-3 .cell {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.grid--py-4 {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}
.grid--py-4 .cell {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.grid--py-5 {
  margin-top: -3rem;
  margin-bottom: -3rem;
}
.grid--py-5 .cell {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.grid--p-0 {
  margin: 0;
}
.grid--p-0 .cell {
  padding: 0;
}

.grid--p-1 {
  margin: -0.25rem;
}
.grid--p-1 .cell {
  padding: 0.25rem;
}

.grid--p-2 {
  margin: -0.5rem;
}
.grid--p-2 .cell {
  padding: 0.5rem;
}

.grid--p-3 {
  margin: -1rem;
}
.grid--p-3 .cell {
  padding: 1rem;
}

.grid--p-4 {
  margin: -1.5rem;
}
.grid--p-4 .cell {
  padding: 1.5rem;
}

.grid--p-5 {
  margin: -3rem;
}
.grid--p-5 .cell {
  padding: 3rem;
}

/* stylelint-enable */
*,
::before,
::after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/**
 * 1. Prevent adjustments of font size after orientation changes in iOS.
 **/
html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%; /* 1 */
}
@media print {
  html {
    font-size: 14px;
  }
}

body {
  padding: 0;
  margin: 0;
  font: 400 1rem/1.6 -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
}
body ::-moz-selection {
  background: rgba(110, 179, 166, 0.5);
}
body ::-webkit-selection {
  background: rgba(110, 179, 166, 0.5);
}
body ::selection {
  background: rgba(110, 179, 166, 0.5);
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
hr,
blockquote,
figure,
pre,
.highlighter-rouge,
ul,
ol,
dl,
table,
.footnotes {
  padding: 0;
  margin: 0.5rem 0;
}

input, textarea, select, button {
  font: 400 1rem/1.6 -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  color: #222;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: 700;
}

h1 {
  font-size: 2.5rem;
  color: #00565d;
}
@media (max-width: 499px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-size: 1.9rem;
  color: #00565d;
}
@media (max-width: 499px) {
  h2 {
    font-size: 1.5rem;
  }
}

h3 {
  font-size: 1.5rem;
  color: #00565d;
}
@media (max-width: 499px) {
  h3 {
    font-size: 1.35rem;
  }
}

h4 {
  font-size: 1.2rem;
  color: #222;
}
@media (max-width: 499px) {
  h4 {
    font-size: 1.15rem;
  }
}

h5 {
  font-size: 1rem;
  color: #222;
}
@media (max-width: 499px) {
  h5 {
    font-size: 1rem;
  }
}

h6 {
  font-size: 1rem;
  color: #888;
}
@media (max-width: 499px) {
  h6 {
    font-size: 1rem;
  }
}

a {
  font-weight: 700;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a, a:link, a:visited {
  text-decoration: none;
}
.root[data-is-touch=false] a:hover {
  text-decoration: none;
}
.root[data-is-touch] a.active, .root[data-is-touch] a:active {
  text-decoration: none;
}
a, a:link, a:visited {
  color: #6eb3a6;
}
.root[data-is-touch=false] a:hover {
  color: #4b8f82;
}
.root[data-is-touch] a.active, .root[data-is-touch] a:active {
  color: #315d54;
}
a.disabled, a:disabled {
  color: rgba(110, 179, 166, 0.2) !important;
}

pre, code {
  font-family: Menlo, Monaco, Consolas, Andale Mono, lucida console, Courier New, monospace;
}

code {
  font-size: 0.7rem;
  line-height: 1.4;
}

figure > img {
  display: block;
}

figcaption {
  font-size: 0.85rem;
}

button {
  padding: 0;
  margin: 0;
  font-size: 1rem;
  cursor: pointer;
  background-color: transparent;
  border-width: 0;
  outline: none;
}

input::-ms-clear {
  display: none;
}
input:focus {
  outline: none;
}

.mermaidTooltip {
  display: none;
}

@media print {
  a, a:link, a:visited {
    text-decoration: underline;
  }
  .root[data-is-touch=false] a:hover {
    text-decoration: underline;
  }
  .root[data-is-touch] a.active, .root[data-is-touch] a:active {
    text-decoration: underline;
  }
  img,
  tr,
  pre,
  blockquote {
    page-break-inside: avoid;
  }
}
.image {
  max-width: 100%;
}

.image--md, .image {
  width: 12rem;
}

.image--xl {
  width: 20em;
}

.image--lg {
  width: 16rem;
}

.image--sm {
  width: 8rem;
}

.image--xs {
  width: 4rem;
}

img[src*="#left"] {
  float: left;
}

img[src*="#right"] {
  float: right;
}

img[src*="#centre"] {
  display: block;
  margin: auto;
}

.gallery {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gallery__swiper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.gallery-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  height: 100%;
  overflow: hidden;
}

.gallery-item__main {
  display: block;
}

.hero {
  background-position: 50% 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  background-size: cover;
}
.hero h1 {
  font-size: 3.5rem;
}
.hero h2 {
  font-size: 2.5rem;
}
.hero h3 {
  font-size: 2rem;
}
.hero h4 {
  font-size: 1.75rem;
}
.hero h5 {
  font-size: 1.5rem;
}
.hero h6 {
  font-size: 1.5rem;
}
.hero p {
  font-size: 1.5rem;
}
@media (max-width: 1023px) {
  .hero h1 {
    font-size: 3rem;
  }
  .hero h2 {
    font-size: 2rem;
  }
  .hero h3 {
    font-size: 1.75rem;
  }
  .hero h4 {
    font-size: 1.5rem;
  }
  .hero h5 {
    font-size: 1.25rem;
  }
  .hero h6 {
    font-size: 1.25rem;
  }
  .hero p {
    font-size: 1.25rem;
  }
}
@media (max-width: 499px) {
  .hero h1 {
    font-size: 2rem;
  }
  .hero h2 {
    font-size: 1.5rem;
  }
  .hero h3 {
    font-size: 1.35rem;
  }
  .hero h4 {
    font-size: 1.15rem;
  }
  .hero h5 {
    font-size: 1rem;
  }
  .hero h6 {
    font-size: 1rem;
  }
  .hero p {
    font-size: 1rem;
  }
}

.hero--center {
  text-align: center;
}
.hero__content {
  margin: 3rem;
}
@media (max-width: 1023px) {
  .hero__content {
    margin: 3rem 1.5rem;
  }
}
@media (max-width: 499px) {
  .hero__content {
    margin: 1.5rem 1rem;
  }
}

.heros > .hero {
  margin: 3rem;
}
@media (max-width: 1023px) {
  .heros > .hero {
    margin: 1rem;
  }
}
@media (max-width: 499px) {
  .heros > .hero {
    margin: 0.5rem 0;
  }
}

.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.menu > li {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  margin-right: 0.25rem;
  list-style-type: none;
}
.menu > li:last-child {
  margin-right: 0;
}

.menu--vertical {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  -webkit-align-items: normal;
  -moz-align-items: normal;
  align-items: normal;
}
.menu--vertical > li {
  margin-right: 0;
}

.menu--inline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.menu--center, .hero--center .menu {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.menu--nowrap {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}

.menu--grow {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  color: rgba(255, 255, 255, 0.95);
  touch-action: none;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transition: opacity 0.4s ease-in-out, transform 0s 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0s 0.4s ease-in-out;
}

.modal--show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.modal--overflow {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

ul.toc {
  display: block;
  margin: 0;
  color: #222;
  list-style-type: none;
}
ul.toc > li {
  margin: 0.125rem 0;
}
ul.toc > li a {
  display: inline-block;
  margin: 0.0625rem 0;
  text-decoration: none !important;
}
ul.toc .toc-h1 a,
ul.toc .toc-h2 a,
ul.toc .toc-h3 a,
ul.toc .toc-h4 a,
ul.toc .toc-h5 a,
ul.toc .toc-h6 a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
ul.toc .toc-h1 a, ul.toc .toc-h1 a:link, ul.toc .toc-h1 a:visited,
ul.toc .toc-h2 a,
ul.toc .toc-h2 a:link,
ul.toc .toc-h2 a:visited,
ul.toc .toc-h3 a,
ul.toc .toc-h3 a:link,
ul.toc .toc-h3 a:visited,
ul.toc .toc-h4 a,
ul.toc .toc-h4 a:link,
ul.toc .toc-h4 a:visited,
ul.toc .toc-h5 a,
ul.toc .toc-h5 a:link,
ul.toc .toc-h5 a:visited,
ul.toc .toc-h6 a,
ul.toc .toc-h6 a:link,
ul.toc .toc-h6 a:visited {
  text-decoration: none;
}
.root[data-is-touch=false] ul.toc .toc-h1 a:hover,
.root[data-is-touch=false] ul.toc .toc-h2 a:hover,
.root[data-is-touch=false] ul.toc .toc-h3 a:hover,
.root[data-is-touch=false] ul.toc .toc-h4 a:hover,
.root[data-is-touch=false] ul.toc .toc-h5 a:hover,
.root[data-is-touch=false] ul.toc .toc-h6 a:hover {
  text-decoration: none;
}
.root[data-is-touch] ul.toc .toc-h1 a.active, .root[data-is-touch] ul.toc .toc-h1 a:active,
.root[data-is-touch] ul.toc .toc-h2 a.active,
.root[data-is-touch] ul.toc .toc-h2 a:active,
.root[data-is-touch] ul.toc .toc-h3 a.active,
.root[data-is-touch] ul.toc .toc-h3 a:active,
.root[data-is-touch] ul.toc .toc-h4 a.active,
.root[data-is-touch] ul.toc .toc-h4 a:active,
.root[data-is-touch] ul.toc .toc-h5 a.active,
.root[data-is-touch] ul.toc .toc-h5 a:active,
.root[data-is-touch] ul.toc .toc-h6 a.active,
.root[data-is-touch] ul.toc .toc-h6 a:active {
  text-decoration: none;
}
ul.toc .toc-h1 a, ul.toc .toc-h1 a:link, ul.toc .toc-h1 a:visited,
ul.toc .toc-h2 a,
ul.toc .toc-h2 a:link,
ul.toc .toc-h2 a:visited,
ul.toc .toc-h3 a,
ul.toc .toc-h3 a:link,
ul.toc .toc-h3 a:visited,
ul.toc .toc-h4 a,
ul.toc .toc-h4 a:link,
ul.toc .toc-h4 a:visited,
ul.toc .toc-h5 a,
ul.toc .toc-h5 a:link,
ul.toc .toc-h5 a:visited,
ul.toc .toc-h6 a,
ul.toc .toc-h6 a:link,
ul.toc .toc-h6 a:visited {
  color: #222;
}
.root[data-is-touch=false] ul.toc .toc-h1 a:hover,
.root[data-is-touch=false] ul.toc .toc-h2 a:hover,
.root[data-is-touch=false] ul.toc .toc-h3 a:hover,
.root[data-is-touch=false] ul.toc .toc-h4 a:hover,
.root[data-is-touch=false] ul.toc .toc-h5 a:hover,
.root[data-is-touch=false] ul.toc .toc-h6 a:hover {
  color: #6eb3a6;
}
.root[data-is-touch] ul.toc .toc-h1 a.active, .root[data-is-touch] ul.toc .toc-h1 a:active,
.root[data-is-touch] ul.toc .toc-h2 a.active,
.root[data-is-touch] ul.toc .toc-h2 a:active,
.root[data-is-touch] ul.toc .toc-h3 a.active,
.root[data-is-touch] ul.toc .toc-h3 a:active,
.root[data-is-touch] ul.toc .toc-h4 a.active,
.root[data-is-touch] ul.toc .toc-h4 a:active,
.root[data-is-touch] ul.toc .toc-h5 a.active,
.root[data-is-touch] ul.toc .toc-h5 a:active,
.root[data-is-touch] ul.toc .toc-h6 a.active,
.root[data-is-touch] ul.toc .toc-h6 a:active {
  color: #498b7f;
}
ul.toc .toc-h1 a.disabled, ul.toc .toc-h1 a:disabled,
ul.toc .toc-h2 a.disabled,
ul.toc .toc-h2 a:disabled,
ul.toc .toc-h3 a.disabled,
ul.toc .toc-h3 a:disabled,
ul.toc .toc-h4 a.disabled,
ul.toc .toc-h4 a:disabled,
ul.toc .toc-h5 a.disabled,
ul.toc .toc-h5 a:disabled,
ul.toc .toc-h6 a.disabled,
ul.toc .toc-h6 a:disabled {
  color: rgba(34, 34, 34, 0.2) !important;
}
ul.toc .toc-h1.active a,
ul.toc .toc-h2.active a,
ul.toc .toc-h3.active a,
ul.toc .toc-h4.active a,
ul.toc .toc-h5.active a,
ul.toc .toc-h6.active a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
ul.toc .toc-h1.active a, ul.toc .toc-h1.active a:link, ul.toc .toc-h1.active a:visited,
ul.toc .toc-h2.active a,
ul.toc .toc-h2.active a:link,
ul.toc .toc-h2.active a:visited,
ul.toc .toc-h3.active a,
ul.toc .toc-h3.active a:link,
ul.toc .toc-h3.active a:visited,
ul.toc .toc-h4.active a,
ul.toc .toc-h4.active a:link,
ul.toc .toc-h4.active a:visited,
ul.toc .toc-h5.active a,
ul.toc .toc-h5.active a:link,
ul.toc .toc-h5.active a:visited,
ul.toc .toc-h6.active a,
ul.toc .toc-h6.active a:link,
ul.toc .toc-h6.active a:visited {
  text-decoration: none;
}
.root[data-is-touch=false] ul.toc .toc-h1.active a:hover,
.root[data-is-touch=false] ul.toc .toc-h2.active a:hover,
.root[data-is-touch=false] ul.toc .toc-h3.active a:hover,
.root[data-is-touch=false] ul.toc .toc-h4.active a:hover,
.root[data-is-touch=false] ul.toc .toc-h5.active a:hover,
.root[data-is-touch=false] ul.toc .toc-h6.active a:hover {
  text-decoration: none;
}
.root[data-is-touch] ul.toc .toc-h1.active a.active, .root[data-is-touch] ul.toc .toc-h1.active a:active,
.root[data-is-touch] ul.toc .toc-h2.active a.active,
.root[data-is-touch] ul.toc .toc-h2.active a:active,
.root[data-is-touch] ul.toc .toc-h3.active a.active,
.root[data-is-touch] ul.toc .toc-h3.active a:active,
.root[data-is-touch] ul.toc .toc-h4.active a.active,
.root[data-is-touch] ul.toc .toc-h4.active a:active,
.root[data-is-touch] ul.toc .toc-h5.active a.active,
.root[data-is-touch] ul.toc .toc-h5.active a:active,
.root[data-is-touch] ul.toc .toc-h6.active a.active,
.root[data-is-touch] ul.toc .toc-h6.active a:active {
  text-decoration: none;
}
ul.toc .toc-h1.active a, ul.toc .toc-h1.active a:link, ul.toc .toc-h1.active a:visited,
ul.toc .toc-h2.active a,
ul.toc .toc-h2.active a:link,
ul.toc .toc-h2.active a:visited,
ul.toc .toc-h3.active a,
ul.toc .toc-h3.active a:link,
ul.toc .toc-h3.active a:visited,
ul.toc .toc-h4.active a,
ul.toc .toc-h4.active a:link,
ul.toc .toc-h4.active a:visited,
ul.toc .toc-h5.active a,
ul.toc .toc-h5.active a:link,
ul.toc .toc-h5.active a:visited,
ul.toc .toc-h6.active a,
ul.toc .toc-h6.active a:link,
ul.toc .toc-h6.active a:visited {
  color: #6eb3a6;
}
.root[data-is-touch=false] ul.toc .toc-h1.active a:hover,
.root[data-is-touch=false] ul.toc .toc-h2.active a:hover,
.root[data-is-touch=false] ul.toc .toc-h3.active a:hover,
.root[data-is-touch=false] ul.toc .toc-h4.active a:hover,
.root[data-is-touch=false] ul.toc .toc-h5.active a:hover,
.root[data-is-touch=false] ul.toc .toc-h6.active a:hover {
  color: #4b8f82;
}
.root[data-is-touch] ul.toc .toc-h1.active a.active, .root[data-is-touch] ul.toc .toc-h1.active a:active,
.root[data-is-touch] ul.toc .toc-h2.active a.active,
.root[data-is-touch] ul.toc .toc-h2.active a:active,
.root[data-is-touch] ul.toc .toc-h3.active a.active,
.root[data-is-touch] ul.toc .toc-h3.active a:active,
.root[data-is-touch] ul.toc .toc-h4.active a.active,
.root[data-is-touch] ul.toc .toc-h4.active a:active,
.root[data-is-touch] ul.toc .toc-h5.active a.active,
.root[data-is-touch] ul.toc .toc-h5.active a:active,
.root[data-is-touch] ul.toc .toc-h6.active a.active,
.root[data-is-touch] ul.toc .toc-h6.active a:active {
  color: #315d54;
}
ul.toc .toc-h1.active a.disabled, ul.toc .toc-h1.active a:disabled,
ul.toc .toc-h2.active a.disabled,
ul.toc .toc-h2.active a:disabled,
ul.toc .toc-h3.active a.disabled,
ul.toc .toc-h3.active a:disabled,
ul.toc .toc-h4.active a.disabled,
ul.toc .toc-h4.active a:disabled,
ul.toc .toc-h5.active a.disabled,
ul.toc .toc-h5.active a:disabled,
ul.toc .toc-h6.active a.disabled,
ul.toc .toc-h6.active a:disabled {
  color: rgba(110, 179, 166, 0.2) !important;
}
ul.toc .toc-h2, ul.toc .toc-h2 a,
ul.toc .toc-h3,
ul.toc .toc-h3 a,
ul.toc .toc-h4,
ul.toc .toc-h4 a,
ul.toc .toc-h5,
ul.toc .toc-h5 a,
ul.toc .toc-h6,
ul.toc .toc-h6 a {
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1.2;
}
ul.toc .toc-h1 {
  border: 0 solid #e6e6e6;
  border-bottom-width: 1px;
  padding: 0.5rem 0 0.25rem 0;
  margin-bottom: 0.5rem;
  color: #00565d;
}
ul.toc .toc-h1, ul.toc .toc-h1 a {
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1.4;
}
ul.toc .toc-h1 a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
ul.toc .toc-h1 a, ul.toc .toc-h1 a:link, ul.toc .toc-h1 a:visited {
  text-decoration: none;
}
.root[data-is-touch=false] ul.toc .toc-h1 a:hover {
  text-decoration: none;
}
.root[data-is-touch] ul.toc .toc-h1 a.active, .root[data-is-touch] ul.toc .toc-h1 a:active {
  text-decoration: none;
}
ul.toc .toc-h1 a, ul.toc .toc-h1 a:link, ul.toc .toc-h1 a:visited {
  color: #00565d;
}
.root[data-is-touch=false] ul.toc .toc-h1 a:hover {
  color: #6eb3a6;
}
.root[data-is-touch] ul.toc .toc-h1 a.active, .root[data-is-touch] ul.toc .toc-h1 a:active {
  color: #498b7f;
}
ul.toc .toc-h1 a.disabled, ul.toc .toc-h1 a:disabled {
  color: rgba(0, 86, 93, 0.2) !important;
}
ul.toc .toc-h2, ul.toc .toc-h2 a {
  font-weight: 700;
}
ul.toc .toc-h3 {
  margin-left: 1rem;
}
ul.toc .toc-h4 {
  margin-left: 2rem;
}
ul.toc .toc-h5,
ul.toc .toc-h6 {
  margin-left: 3rem;
}
ul.toc .toc-h6 {
  color: #888;
}
ul.toc .toc-h6 a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
ul.toc .toc-h6 a, ul.toc .toc-h6 a:link, ul.toc .toc-h6 a:visited {
  text-decoration: none;
}
.root[data-is-touch=false] ul.toc .toc-h6 a:hover {
  text-decoration: none;
}
.root[data-is-touch] ul.toc .toc-h6 a.active, .root[data-is-touch] ul.toc .toc-h6 a:active {
  text-decoration: none;
}
ul.toc .toc-h6 a, ul.toc .toc-h6 a:link, ul.toc .toc-h6 a:visited {
  color: #888;
}
.root[data-is-touch=false] ul.toc .toc-h6 a:hover {
  color: #6eb3a6;
}
.root[data-is-touch] ul.toc .toc-h6 a.active, .root[data-is-touch] ul.toc .toc-h6 a:active {
  color: #498b7f;
}
ul.toc .toc-h6 a.disabled, ul.toc .toc-h6 a:disabled {
  color: rgba(136, 136, 136, 0.2) !important;
}

ul.toc--ellipsis > li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

ul.toc--navigator > li a {
  padding-left: 0.5rem;
  margin: 0.25rem 0;
}
ul.toc--navigator > li.active a {
  margin-left: -4px;
  border: 0 solid #6eb3a6;
  border-left-width: 4px;
}
ul.toc--navigator .toc-h2,
ul.toc--navigator .toc-h3,
ul.toc--navigator .toc-h4 {
  color: #888;
}
ul.toc--navigator .toc-h2 a,
ul.toc--navigator .toc-h3 a,
ul.toc--navigator .toc-h4 a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
ul.toc--navigator .toc-h2 a, ul.toc--navigator .toc-h2 a:link, ul.toc--navigator .toc-h2 a:visited,
ul.toc--navigator .toc-h3 a,
ul.toc--navigator .toc-h3 a:link,
ul.toc--navigator .toc-h3 a:visited,
ul.toc--navigator .toc-h4 a,
ul.toc--navigator .toc-h4 a:link,
ul.toc--navigator .toc-h4 a:visited {
  text-decoration: none;
}
.root[data-is-touch=false] ul.toc--navigator .toc-h2 a:hover,
.root[data-is-touch=false] ul.toc--navigator .toc-h3 a:hover,
.root[data-is-touch=false] ul.toc--navigator .toc-h4 a:hover {
  text-decoration: none;
}
.root[data-is-touch] ul.toc--navigator .toc-h2 a.active, .root[data-is-touch] ul.toc--navigator .toc-h2 a:active,
.root[data-is-touch] ul.toc--navigator .toc-h3 a.active,
.root[data-is-touch] ul.toc--navigator .toc-h3 a:active,
.root[data-is-touch] ul.toc--navigator .toc-h4 a.active,
.root[data-is-touch] ul.toc--navigator .toc-h4 a:active {
  text-decoration: none;
}
ul.toc--navigator .toc-h2 a, ul.toc--navigator .toc-h2 a:link, ul.toc--navigator .toc-h2 a:visited,
ul.toc--navigator .toc-h3 a,
ul.toc--navigator .toc-h3 a:link,
ul.toc--navigator .toc-h3 a:visited,
ul.toc--navigator .toc-h4 a,
ul.toc--navigator .toc-h4 a:link,
ul.toc--navigator .toc-h4 a:visited {
  color: #888;
}
.root[data-is-touch=false] ul.toc--navigator .toc-h2 a:hover,
.root[data-is-touch=false] ul.toc--navigator .toc-h3 a:hover,
.root[data-is-touch=false] ul.toc--navigator .toc-h4 a:hover {
  color: #646464;
}
.root[data-is-touch] ul.toc--navigator .toc-h2 a.active, .root[data-is-touch] ul.toc--navigator .toc-h2 a:active,
.root[data-is-touch] ul.toc--navigator .toc-h3 a.active,
.root[data-is-touch] ul.toc--navigator .toc-h3 a:active,
.root[data-is-touch] ul.toc--navigator .toc-h4 a.active,
.root[data-is-touch] ul.toc--navigator .toc-h4 a:active {
  color: #3e3e3e;
}
ul.toc--navigator .toc-h2 a.disabled, ul.toc--navigator .toc-h2 a:disabled,
ul.toc--navigator .toc-h3 a.disabled,
ul.toc--navigator .toc-h3 a:disabled,
ul.toc--navigator .toc-h4 a.disabled,
ul.toc--navigator .toc-h4 a:disabled {
  color: rgba(136, 136, 136, 0.2) !important;
}
ul.toc--navigator .toc-h1 {
  color: #222;
}
ul.toc--navigator .toc-h1, ul.toc--navigator .toc-h1 a {
  font-size: 1rem;
  line-height: 1.6;
}
ul.toc--navigator .toc-h1 a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
ul.toc--navigator .toc-h1 a, ul.toc--navigator .toc-h1 a:link, ul.toc--navigator .toc-h1 a:visited {
  text-decoration: none;
}
.root[data-is-touch=false] ul.toc--navigator .toc-h1 a:hover {
  text-decoration: none;
}
.root[data-is-touch] ul.toc--navigator .toc-h1 a.active, .root[data-is-touch] ul.toc--navigator .toc-h1 a:active {
  text-decoration: none;
}
ul.toc--navigator .toc-h1 a, ul.toc--navigator .toc-h1 a:link, ul.toc--navigator .toc-h1 a:visited {
  color: #00565d;
}
.root[data-is-touch=false] ul.toc--navigator .toc-h1 a:hover {
  color: #001416;
}
.root[data-is-touch] ul.toc--navigator .toc-h1 a.active, .root[data-is-touch] ul.toc--navigator .toc-h1 a:active {
  color: black;
}
ul.toc--navigator .toc-h1 a.disabled, ul.toc--navigator .toc-h1 a:disabled {
  color: rgba(0, 86, 93, 0.2) !important;
}
ul.toc--navigator .toc-h2, ul.toc--navigator .toc-h2 a {
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1.4;
}

.item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 499px) {
  .item {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.item__image {
  margin-right: 1rem;
}
.item__image + .item__content > :first-child {
  margin-top: 0;
}
.item__image + .item__content > :first-child > :first-child {
  margin-top: 0;
}
@media (max-width: 499px) {
  .item__image {
    margin-right: 0;
  }
}

.item__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}

a > .item__header, a.item__header, .item__header > a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a > .item__header, a > .item__header:link, a > .item__header:visited, a.item__header, a.item__header:link, a.item__header:visited, .item__header > a, .item__header > a:link, .item__header > a:visited {
  text-decoration: none;
}
.root[data-is-touch=false] a > .item__header:hover, .root[data-is-touch=false] a.item__header:hover, .root[data-is-touch=false] .item__header > a:hover {
  text-decoration: none;
}
.root[data-is-touch] a > .item__header.active, .root[data-is-touch] a > .item__header:active, .root[data-is-touch] a.item__header.active, .root[data-is-touch] a.item__header:active, .root[data-is-touch] .item__header > a.active, .root[data-is-touch] .item__header > a:active {
  text-decoration: none;
}
a > .item__header, a > .item__header:link, a > .item__header:visited, a.item__header, a.item__header:link, a.item__header:visited, .item__header > a, .item__header > a:link, .item__header > a:visited {
  color: #00565d;
}
.root[data-is-touch=false] a > .item__header:hover, .root[data-is-touch=false] a.item__header:hover, .root[data-is-touch=false] .item__header > a:hover {
  color: #6eb3a6;
}
.root[data-is-touch] a > .item__header.active, .root[data-is-touch] a > .item__header:active, .root[data-is-touch] a.item__header.active, .root[data-is-touch] a.item__header:active, .root[data-is-touch] .item__header > a.active, .root[data-is-touch] .item__header > a:active {
  color: #498b7f;
}
a > .item__header.disabled, a > .item__header:disabled, a.item__header.disabled, a.item__header:disabled, .item__header > a.disabled, .item__header > a:disabled {
  color: rgba(0, 86, 93, 0.2) !important;
}

.item__meta {
  color: #888;
}

.item__description, .item__description .article__content {
  font-size: 0.85rem;
  line-height: 1.6;
}
.item__description h1,
.item__description h2,
.item__description h3,
.item__description h4,
.item__description h5,
.item__description h6,
.item__description p,
.item__description hr,
.item__description blockquote,
.item__description figure,
.item__description pre,
.item__description .highlighter-rouge,
.item__description ul,
.item__description ol,
.item__description dl,
.item__description table,
.item__description .footnotes, .item__description .article__content h1,
.item__description .article__content h2,
.item__description .article__content h3,
.item__description .article__content h4,
.item__description .article__content h5,
.item__description .article__content h6,
.item__description .article__content p,
.item__description .article__content hr,
.item__description .article__content blockquote,
.item__description .article__content figure,
.item__description .article__content pre,
.item__description .article__content .highlighter-rouge,
.item__description .article__content ul,
.item__description .article__content ol,
.item__description .article__content dl,
.item__description .article__content table,
.item__description .article__content .footnotes {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.item__description h1, .item__description h2, .item__description h3, .item__description h4, .item__description h5, .item__description h6, .item__description .article__content h1, .item__description .article__content h2, .item__description .article__content h3, .item__description .article__content h4, .item__description .article__content h5, .item__description .article__content h6 {
  margin-top: 1rem;
}
.item__description h1, .item__description h2, .item__description h3, .item__description .article__content h1, .item__description .article__content h2, .item__description .article__content h3 {
  color: #222;
}
.item__description h1, .item__description h2, .item__description .article__content h1, .item__description .article__content h2 {
  padding: 0;
  border: none;
}
.item__description h1, .item__description .article__content h1 {
  font-size: 1.05rem;
}
.item__description h2, .item__description .article__content h2 {
  font-size: 1rem;
}
.item__description h3, .item__description .article__content h3 {
  font-size: 0.95rem;
}
.item__description h4, .item__description .article__content h4 {
  font-size: 0.9rem;
}
.item__description h5, .item__description .article__content h5 {
  font-size: 0.85rem;
}
.item__description h6, .item__description .article__content h6 {
  font-size: 0.85rem;
}
.item__description img, .item__description .article__content img {
  max-height: 32rem;
}
@media (max-width: 499px) {
  .item__description img, .item__description .article__content img {
    max-height: 14rem;
  }
}

.items > .item:not(:last-child) {
  margin-bottom: 0.5rem;
}

.items--divided > .item {
  list-style-type: none;
}
.items--divided > .item:not(:first-child) {
  padding-top: 1.5rem;
}
.items--divided > .item:not(:last-child) {
  padding-bottom: 1.5rem;
  border: 0 solid #e6e6e6;
  border-bottom-width: 1px;
}

.main {
  width: 100%;
  max-width: 1160px;
  padding: 0 3rem;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .main {
    padding: 0 1.5rem;
  }
}
@media (max-width: 499px) {
  .main {
    padding: 0 1rem;
  }
}

.has-aside .main {
  max-width: 1380px;
}
@media (max-width: 1023px) {
  .has-aside .main {
    max-width: 1160px;
  }
}

.full-width .main {
  width: 100%;
  max-width: 100%;
}

.header {
  background: #00575d;
  position: fixed;
  width: 100%;
  z-index: 1000;
}
.header a {
  font-weight: 400;
  text-decoration: none !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header a, .header a:link, .header a:visited {
  text-decoration: none;
}
.root[data-is-touch=false] .header a:hover {
  text-decoration: none;
}
.root[data-is-touch] .header a.active, .root[data-is-touch] .header a:active {
  text-decoration: none;
}
.header a, .header a:link, .header a:visited {
  color: #fff;
}
.root[data-is-touch=false] .header a:hover {
  color: #6eb3a6;
}
.root[data-is-touch] .header a.active, .root[data-is-touch] .header a:active {
  color: #498b7f;
}
.header a.disabled, .header a:disabled {
  color: rgba(255, 255, 255, 0.2) !important;
}
.header .main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.header--dark {
  background: rgba(0, 0, 0, 0.15);
}
.header--dark .navigation__item--active::after {
  border: 0 solid rgba(255, 255, 255, 0.95);
  border-bottom-width: 4px;
}

.header--light {
  background: rgba(255, 255, 255, 0.15);
}
.header--light .navigation__item--active::after {
  border: 0 solid #222;
  border-bottom-width: 4px;
}

.header__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 5rem;
  margin-right: 1rem;
  white-space: nowrap;
}
.header__title > li {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 1rem;
  list-style-type: none;
}
.header__title > li:last-child {
  margin-right: 0;
}
@media (max-width: 499px) {
  .header__title {
    height: auto;
    margin-right: 0;
  }
}
.header__title > .header__brand {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 499px) {
  .header__title > .header__brand {
    height: 3rem;
  }
}
.header__title > .search-button {
  display: none;
  margin-left: 0.5rem;
}
@media (max-width: 499px) {
  .header__title > .search-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.header__brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.header__brand > svg {
  width: 1.92rem;
  height: 1.92rem;
  margin-right: 1rem;
  vertical-align: middle;
}
@media (max-width: 499px) {
  .header__brand > svg {
    width: 1.44rem;
    height: 1.44rem;
  }
}
.header__brand > a {
  display: inline-block;
  font-size: 1.2rem;
}
.navbar {
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.navbar > ul {
  height: 5rem;
  padding-bottom: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media (max-width: 499px) {
  .navbar > ul {
    padding-bottom: 4px;
    margin: -4px 0 0 0;
  }
}
.navbar > ul > li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-right: 1rem;
  list-style-type: none;
}
.navbar > ul > li:last-child {
  margin-right: 0;
}
@media (max-width: 499px) {
  .navbar > ul {
    height: auto;
  }
}
@media (max-width: 499px) {
  .navbar > ul .search-button {
    display: none;
  }
}

.navbar a {
  float: left;
  color: #fff;
  text-align: center;
  padding: 14px 16px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.navbar a, .navbar a:link, .navbar a:visited {
  text-decoration: none;
}
.root[data-is-touch=false] .navbar a:hover {
  text-decoration: none;
}
.root[data-is-touch] .navbar a.active, .root[data-is-touch] .navbar a:active {
  text-decoration: none;
}
.navbar a, .navbar a:link, .navbar a:visited {
  color: #fff;
}
.root[data-is-touch=false] .navbar a:hover {
  color: #6eb3a6;
}
.root[data-is-touch] .navbar a.active, .root[data-is-touch] .navbar a:active {
  color: #498b7f;
}
.navbar a.disabled, .navbar a:disabled {
  color: rgba(255, 255, 255, 0.2) !important;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  color: #fff;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  color: #6eb3a6;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  color: #222;
}

.dropdown-content a {
  float: none;
  color: #222;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  background-color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.dropdown-content a, .dropdown-content a:link, .dropdown-content a:visited {
  text-decoration: none;
}
.root[data-is-touch=false] .dropdown-content a:hover {
  text-decoration: none;
}
.root[data-is-touch] .dropdown-content a.active, .root[data-is-touch] .dropdown-content a:active {
  text-decoration: none;
}
.dropdown-content a, .dropdown-content a:link, .dropdown-content a:visited {
  color: #8c979e;
}
.root[data-is-touch=false] .dropdown-content a:hover {
  color: #6eb3a6;
}
.root[data-is-touch] .dropdown-content a.active, .root[data-is-touch] .dropdown-content a:active {
  color: #498b7f;
}
.dropdown-content a.disabled, .dropdown-content a:disabled {
  color: rgba(140, 151, 158, 0.2) !important;
}

.dropdown-content a:hover {
  background-color: #f9f9f9;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/**
 * Site Info
 */
.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  color: #fff;
  background: #00575d;
}
.footer a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.footer a, .footer a:link, .footer a:visited {
  text-decoration: none;
}
.root[data-is-touch=false] .footer a:hover {
  text-decoration: none;
}
.root[data-is-touch] .footer a.active, .root[data-is-touch] .footer a:active {
  text-decoration: none;
}
.footer a, .footer a:link, .footer a:visited {
  color: #fff;
}
.root[data-is-touch=false] .footer a:hover {
  color: #6eb3a6;
}
.root[data-is-touch] .footer a.active, .root[data-is-touch] .footer a:active {
  color: #498b7f;
}
.footer a.disabled, .footer a:disabled {
  color: rgba(255, 255, 255, 0.2) !important;
}
.footer .site-info {
  font-size: 0.7rem;
  text-align: center;
}
.footer .site-info .menu {
  line-height: 1.2;
}
.footer .site-info .menu > *:not(:last-child) {
  border: 0 solid #fff;
  border-right-width: 1px;
  padding-right: 0.25rem;
  margin-right: 0.25rem;
}

.footer__author-links {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.footer__author-links .author-links {
  text-align: center;
}

.article__header {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 499px) {
  .article__header {
    margin-top: 1.5rem;
  }
}
.article__header header, .article__header h1 {
  display: inline;
}
.article__header h1 {
  word-wrap: break-word;
}
.article__header .split-space {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.article__header .edit-on-github {
  text-decoration: none !important;
}

.article__header--overlay .overlay {
  min-height: 36rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (max-width: 499px) {
  .article__header--overlay .overlay {
    min-height: 29rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.article__header--overlay .overlay__excerpt {
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .article__header--overlay .overlay__excerpt {
    font-size: 1.75rem;
  }
}
@media (max-width: 499px) {
  .article__header--overlay .overlay__excerpt {
    font-size: 1.35rem;
  }
}
.article__header--overlay .article__header {
  margin-top: 0;
}

.article__header--cover {
  width: 100%;
}

.article__content {
  line-height: 1.8;
  word-wrap: break-word;
}
@media print {
  .article__content {
    line-height: 1.6;
  }
}
.article__content h1,
.article__content h2,
.article__content h3,
.article__content h4,
.article__content h5,
.article__content h6,
.article__content p,
.article__content hr,
.article__content blockquote,
.article__content figure,
.article__content pre,
.article__content .highlighter-rouge,
.article__content ul,
.article__content ol,
.article__content dl,
.article__content table,
.article__content .footnotes {
  margin: 1rem 0;
}
@media print {
  .article__content h1,
  .article__content h2,
  .article__content h3,
  .article__content h4,
  .article__content h5,
  .article__content h6,
  .article__content p,
  .article__content hr,
  .article__content blockquote,
  .article__content figure,
  .article__content pre,
  .article__content .highlighter-rouge,
  .article__content ul,
  .article__content ol,
  .article__content dl,
  .article__content table,
  .article__content .footnotes {
    margin: 0.5rem 0;
  }
}
.article__content h1, .article__content h2, .article__content h3, .article__content h4, .article__content h5, .article__content h6 {
  position: relative;
  margin-top: 1.5rem;
}
@media print {
  .article__content h1, .article__content h2, .article__content h3, .article__content h4, .article__content h5, .article__content h6 {
    margin-top: 1rem;
  }
}
.article__content h1 > .anchor, .article__content h2 > .anchor, .article__content h3 > .anchor, .article__content h4 > .anchor, .article__content h5 > .anchor, .article__content h6 > .anchor {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-left: 0.25rem;
  text-decoration: none;
  visibility: hidden;
  opacity: 0;
}
.article__content h1 > .anchor, .article__content h1 > .anchor:link, .article__content h1 > .anchor:visited, .article__content h2 > .anchor, .article__content h2 > .anchor:link, .article__content h2 > .anchor:visited, .article__content h3 > .anchor, .article__content h3 > .anchor:link, .article__content h3 > .anchor:visited, .article__content h4 > .anchor, .article__content h4 > .anchor:link, .article__content h4 > .anchor:visited, .article__content h5 > .anchor, .article__content h5 > .anchor:link, .article__content h5 > .anchor:visited, .article__content h6 > .anchor, .article__content h6 > .anchor:link, .article__content h6 > .anchor:visited {
  text-decoration: none;
}
.root[data-is-touch=false] .article__content h1 > .anchor:hover, .root[data-is-touch=false] .article__content h2 > .anchor:hover, .root[data-is-touch=false] .article__content h3 > .anchor:hover, .root[data-is-touch=false] .article__content h4 > .anchor:hover, .root[data-is-touch=false] .article__content h5 > .anchor:hover, .root[data-is-touch=false] .article__content h6 > .anchor:hover {
  text-decoration: none;
}
.root[data-is-touch] .article__content h1 > .anchor.active, .root[data-is-touch] .article__content h1 > .anchor:active, .root[data-is-touch] .article__content h2 > .anchor.active, .root[data-is-touch] .article__content h2 > .anchor:active, .root[data-is-touch] .article__content h3 > .anchor.active, .root[data-is-touch] .article__content h3 > .anchor:active, .root[data-is-touch] .article__content h4 > .anchor.active, .root[data-is-touch] .article__content h4 > .anchor:active, .root[data-is-touch] .article__content h5 > .anchor.active, .root[data-is-touch] .article__content h5 > .anchor:active, .root[data-is-touch] .article__content h6 > .anchor.active, .root[data-is-touch] .article__content h6 > .anchor:active {
  text-decoration: none;
}
.article__content h1 > .anchor, .article__content h1 > .anchor:link, .article__content h1 > .anchor:visited, .article__content h2 > .anchor, .article__content h2 > .anchor:link, .article__content h2 > .anchor:visited, .article__content h3 > .anchor, .article__content h3 > .anchor:link, .article__content h3 > .anchor:visited, .article__content h4 > .anchor, .article__content h4 > .anchor:link, .article__content h4 > .anchor:visited, .article__content h5 > .anchor, .article__content h5 > .anchor:link, .article__content h5 > .anchor:visited, .article__content h6 > .anchor, .article__content h6 > .anchor:link, .article__content h6 > .anchor:visited {
  color: #cccccc;
}
.root[data-is-touch=false] .article__content h1 > .anchor:hover, .root[data-is-touch=false] .article__content h2 > .anchor:hover, .root[data-is-touch=false] .article__content h3 > .anchor:hover, .root[data-is-touch=false] .article__content h4 > .anchor:hover, .root[data-is-touch=false] .article__content h5 > .anchor:hover, .root[data-is-touch=false] .article__content h6 > .anchor:hover {
  color: #6eb3a6;
}
.root[data-is-touch] .article__content h1 > .anchor.active, .root[data-is-touch] .article__content h1 > .anchor:active, .root[data-is-touch] .article__content h2 > .anchor.active, .root[data-is-touch] .article__content h2 > .anchor:active, .root[data-is-touch] .article__content h3 > .anchor.active, .root[data-is-touch] .article__content h3 > .anchor:active, .root[data-is-touch] .article__content h4 > .anchor.active, .root[data-is-touch] .article__content h4 > .anchor:active, .root[data-is-touch] .article__content h5 > .anchor.active, .root[data-is-touch] .article__content h5 > .anchor:active, .root[data-is-touch] .article__content h6 > .anchor.active, .root[data-is-touch] .article__content h6 > .anchor:active {
  color: #498b7f;
}
.article__content h1 > .anchor.disabled, .article__content h1 > .anchor:disabled, .article__content h2 > .anchor.disabled, .article__content h2 > .anchor:disabled, .article__content h3 > .anchor.disabled, .article__content h3 > .anchor:disabled, .article__content h4 > .anchor.disabled, .article__content h4 > .anchor:disabled, .article__content h5 > .anchor.disabled, .article__content h5 > .anchor:disabled, .article__content h6 > .anchor.disabled, .article__content h6 > .anchor:disabled {
  color: rgba(204, 204, 204, 0.2) !important;
}
.article__content h1 > .anchor > i, .article__content h2 > .anchor > i, .article__content h3 > .anchor > i, .article__content h4 > .anchor > i, .article__content h5 > .anchor > i, .article__content h6 > .anchor > i {
  font-size: 0.85rem;
}
.root[data-is-touch=false] .article__content h1:hover > .anchor, .root[data-is-touch=false] .article__content h2:hover > .anchor, .root[data-is-touch=false] .article__content h3:hover > .anchor, .root[data-is-touch=false] .article__content h4:hover > .anchor, .root[data-is-touch=false] .article__content h5:hover > .anchor, .root[data-is-touch=false] .article__content h6:hover > .anchor {
  cursor: pointer;
  visibility: visible;
  opacity: 1;
}
.article__content h1,
.article__content h2 {
  border: 0 solid #e6e6e6;
  border-bottom-width: 1px;
}
.article__content hr {
  border: none;
}
.article__content hr::before {
  display: block;
  font-size: 1.9rem;
  color: #888;
  text-align: center;
  letter-spacing: 1.5rem;
  content: "...";
}
.article__content blockquote {
  padding-left: 1rem;
  font-size: 0.85rem;
  color: #888;
  border: 0 solid #cccccc;
  border-left-width: 4px;
}
.article__content blockquote p {
  margin: 0.5rem 0;
}
.article__content blockquote > :last-child {
  margin-bottom: 0;
}
.article__content img:not(.emoji) {
  max-width: 100%;
  vertical-align: middle;
}
.article__content .emoji {
  display: inline-block;
  width: 1.26rem;
  height: 1.26rem;
  vertical-align: text-bottom;
}
.article__content .footnotes {
  border: 0 solid #e6e6e6;
  border-top-width: 1px;
  margin-top: 3rem;
}
@media print {
  .article__content .footnotes {
    margin-top: 1rem;
  }
}
.article__content code {
  padding: 0.25rem 0.5rem;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 0.4rem;
}
.article__content code span {
  padding: 0;
  margin: 0;
}
.article__content pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.article__content pre > code {
  padding: 0;
  word-wrap: normal;
  background-color: transparent;
}
.article__content pre > code.language-mermaid, .article__content pre > code.language-chart {
  display: none;
}
.article__content pre > code.language-mermaid svg, .article__content pre > code.language-chart svg {
  width: 100%;
}
.article__content pre > code.language-mermaid[data-processed], .article__content pre > code.language-chart[data-processed] {
  display: block;
}
.article__content .highlighter-rouge > .highlight > pre, .article__content figure.highlight > pre {
  padding: 1rem 0 1rem 1rem;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 0.4rem;
}
.article__content .highlighter-rouge > .highlight > pre > code, .article__content figure.highlight > pre > code {
  display: block;
}
.article__content figure.highlight::before {
  display: block;
  padding: 0.5rem 1rem 0.5rem 0;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.1);
  text-align: right;
  text-transform: uppercase;
  content: attr(data-lang);
  background-color: rgba(0, 0, 0, 0.05);
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}
.article__content figure.highlight > pre {
  padding-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.article__content figure.highlight > pre > code > .rouge-table {
  width: auto;
  margin: 0 0 -1rem -1rem;
}
.article__content figure.highlight > pre > code > .rouge-table tbody, .article__content figure.highlight > pre > code > .rouge-table tr, .article__content figure.highlight > pre > code > .rouge-table td {
  padding-top: 0;
  padding-bottom: 0;
  border: none;
}
.article__content figure.highlight > pre > code > .rouge-table > tbody {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.article__content figure.highlight > pre > code > .rouge-table > tbody > tr {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.article__content figure.highlight > pre > code > .rouge-table > tbody > tr > .code {
  padding: 0 0 1rem 0.5rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.article__content figure.highlight > pre > code > .rouge-table tbody td.gl {
  padding-left: 1rem;
}
.article__content figure.highlight > pre > code > .rouge-table tbody td > pre {
  display: block;
  margin: 0;
  border-radius: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.article__content figure.highlight > pre > code > .rouge-table tbody td > pre.lineno {
  color: #888;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.article__content ul, .article__content ol {
  margin-left: 1.5rem;
}
.article__content ul ul, .article__content ul ol, .article__content ol ul, .article__content ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
.article__content ul li p, .article__content ol li p {
  margin: 0.5rem;
}
@media print {
  .article__content ul li p, .article__content ol li p {
    margin: 0.25rem;
  }
}
.article__content dl dt p, .article__content dl dd p {
  margin: 0.5rem;
}
@media print {
  .article__content dl dt p, .article__content dl dd p {
    margin: 0.25rem;
  }
}
.article__content dl dt {
  font-weight: 700;
}
.article__content dl dd {
  margin-left: 2rem;
}
.article__content ul.task-list {
  margin-left: 0;
  list-style-type: none;
}
.article__content ul.task-list ul, .article__content ul.task-list ol {
  margin-left: 1.5rem;
}
.article__content table {
  display: block;
  width: 100%;
  border-collapse: collapse;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.article__content table thead, .article__content table tfoot {
  background-color: rgba(0, 0, 0, 0.05);
}
.article__content table th, .article__content table td {
  padding: 0.5rem;
  border: 1px solid #e6e6e6;
}
.article__content table th {
  font-weight: 700;
}

.grid--text {
  width: 50%;
}

.article__footer {
  margin: 1.5rem 0;
  font-size: 0.85rem;
}

.article__license a, .article__subscribe a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.article__license a, .article__license a:link, .article__license a:visited, .article__subscribe a, .article__subscribe a:link, .article__subscribe a:visited {
  text-decoration: none;
}
.root[data-is-touch=false] .article__license a:hover, .root[data-is-touch=false] .article__subscribe a:hover {
  text-decoration: none;
}
.root[data-is-touch] .article__license a.active, .root[data-is-touch] .article__license a:active, .root[data-is-touch] .article__subscribe a.active, .root[data-is-touch] .article__subscribe a:active {
  text-decoration: none;
}
.article__license a, .article__license a:link, .article__license a:visited, .article__subscribe a, .article__subscribe a:link, .article__subscribe a:visited {
  color: #222;
}
.root[data-is-touch=false] .article__license a:hover, .root[data-is-touch=false] .article__subscribe a:hover {
  color: #6eb3a6;
}
.root[data-is-touch] .article__license a.active, .root[data-is-touch] .article__license a:active, .root[data-is-touch] .article__subscribe a.active, .root[data-is-touch] .article__subscribe a:active {
  color: #498b7f;
}
.article__license a.disabled, .article__license a:disabled, .article__subscribe a.disabled, .article__subscribe a:disabled {
  color: rgba(34, 34, 34, 0.2) !important;
}

.article__license {
  color: #888;
}
.article__license img {
  height: 1.6rem;
}

.topic-circle-button {
  position: relative;
  text-align: center;
  padding: 1rem;
}
.topic-circle-button .img {
  transition: 0.5s ease;
}
.topic-circle-button .img:hover img {
  opacity: 0.3;
}

.topic-circle-button a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.topic-circle-button a, .topic-circle-button a:link, .topic-circle-button a:visited {
  text-decoration: none;
}
.root[data-is-touch=false] .topic-circle-button a:hover {
  text-decoration: none;
}
.root[data-is-touch] .topic-circle-button a.active, .root[data-is-touch] .topic-circle-button a:active {
  text-decoration: none;
}
.topic-circle-button a, .topic-circle-button a:link, .topic-circle-button a:visited {
  color: #fff;
}
.root[data-is-touch=false] .topic-circle-button a:hover {
  color: #eaebec;
}
.root[data-is-touch] .topic-circle-button a.active, .root[data-is-touch] .topic-circle-button a:active {
  color: #c2c5c8;
}
.topic-circle-button a.disabled, .topic-circle-button a:disabled {
  color: rgba(255, 255, 255, 0.2) !important;
}

.topic-circle-button:hover topic-circle-button-overlay {
  opacity: 1;
}

.topic-circle-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.topic-circle-button-overlay {
  transition: 0.5s ease;
  opacity: 0;
  background-color: black;
  z-index: 1000;
}

:is(img, image) + strong {
  display: block;
  margin-top: 1rem;
  text-align: center;
  font-size: medium;
  font-weight: normal;
}

:is(img, image):has(+ strong) {
  width: 812px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

grid :is(img, image):has(+ strong) {
  width: auto;
}

.logo {
  height: 150px;
  margin: 25px;
  display: block;
}

.centred {
  text-align: center;
}

.indented1 {
  padding-left: 1rem;
}

.indented2 {
  padding-left: 2rem;
}

.indented3 {
  padding-left: 3rem;
}

.indented4 {
  padding-left: 4rem;
}

.indented5 {
  padding-left: 5rem;
}

.indented6 {
  padding-left: 6rem;
}

.indented7 {
  padding-left: 7rem;
}

.indented8 {
  padding-left: 8rem;
}

.indented9 {
  padding-left: 9rem;
}

.indented10 {
  padding-left: 10rem;
}

.indented11 {
  padding-left: 11rem;
}

.indented12 {
  padding-left: 12rem;
}

.indented13 {
  padding-left: 13rem;
}

.indented14 {
  padding-left: 14rem;
}

.indented15 {
  padding-left: 15rem;
}

.indented16 {
  padding-left: 16rem;
}

.indented17 {
  padding-left: 17rem;
}

.indented18 {
  padding-left: 18rem;
}

.indented19 {
  padding-left: 19rem;
}

.indented20 {
  padding-left: 20rem;
}

.indented21 {
  padding-left: 21rem;
}

.indented22 {
  padding-left: 22rem;
}

.indented23 {
  padding-left: 23rem;
}

.indented24 {
  padding-left: 24rem;
}

.indented25 {
  padding-left: 25rem;
}

.indented26 {
  padding-left: 26rem;
}

.indented27 {
  padding-left: 27rem;
}

.indented28 {
  padding-left: 28rem;
}

.indented29 {
  padding-left: 29rem;
}

.indented30 {
  padding-left: 30rem;
}

.indented31 {
  padding-left: 31rem;
}

.indented32 {
  padding-left: 32rem;
}

.indented33 {
  padding-left: 33rem;
}

.indented34 {
  padding-left: 34rem;
}

.indented35 {
  padding-left: 35rem;
}

.indented36 {
  padding-left: 36rem;
}

.indented37 {
  padding-left: 37rem;
}

.indented38 {
  padding-left: 38rem;
}

.indented39 {
  padding-left: 39rem;
}

.indented40 {
  padding-left: 40rem;
}

.indented41 {
  padding-left: 41rem;
}

.indented42 {
  padding-left: 42rem;
}

.indented43 {
  padding-left: 43rem;
}

.indented44 {
  padding-left: 44rem;
}

.indented45 {
  padding-left: 45rem;
}

.indented46 {
  padding-left: 46rem;
}

.indented47 {
  padding-left: 47rem;
}

.indented48 {
  padding-left: 48rem;
}

.indented49 {
  padding-left: 49rem;
}

.indented50 {
  padding-left: 50rem;
}

.indented51 {
  padding-left: 51rem;
}

.indented52 {
  padding-left: 52rem;
}

.indented53 {
  padding-left: 53rem;
}

.indented54 {
  padding-left: 54rem;
}

.indented55 {
  padding-left: 55rem;
}

.indented56 {
  padding-left: 56rem;
}

.indented57 {
  padding-left: 57rem;
}

.indented58 {
  padding-left: 58rem;
}

.indented59 {
  padding-left: 59rem;
}

.indented60 {
  padding-left: 60rem;
}

.indented61 {
  padding-left: 61rem;
}

.indented62 {
  padding-left: 62rem;
}

.indented63 {
  padding-left: 63rem;
}

.indented64 {
  padding-left: 64rem;
}

.indented65 {
  padding-left: 65rem;
}

.indented66 {
  padding-left: 66rem;
}

.indented67 {
  padding-left: 67rem;
}

.indented68 {
  padding-left: 68rem;
}

.indented69 {
  padding-left: 69rem;
}

.indented70 {
  padding-left: 70rem;
}

.indented71 {
  padding-left: 71rem;
}

.indented72 {
  padding-left: 72rem;
}

.indented73 {
  padding-left: 73rem;
}

.indented74 {
  padding-left: 74rem;
}

.indented75 {
  padding-left: 75rem;
}

.indented76 {
  padding-left: 76rem;
}

.indented77 {
  padding-left: 77rem;
}

.indented78 {
  padding-left: 78rem;
}

.indented79 {
  padding-left: 79rem;
}

.indented80 {
  padding-left: 80rem;
}

.indented81 {
  padding-left: 81rem;
}

.indented82 {
  padding-left: 82rem;
}

.indented83 {
  padding-left: 83rem;
}

.indented84 {
  padding-left: 84rem;
}

.indented85 {
  padding-left: 85rem;
}

.indented86 {
  padding-left: 86rem;
}

.indented87 {
  padding-left: 87rem;
}

.indented88 {
  padding-left: 88rem;
}

.indented89 {
  padding-left: 89rem;
}

.indented90 {
  padding-left: 90rem;
}

.indented91 {
  padding-left: 91rem;
}

.indented92 {
  padding-left: 92rem;
}

.indented93 {
  padding-left: 93rem;
}

.indented94 {
  padding-left: 94rem;
}

.indented95 {
  padding-left: 95rem;
}

.indented96 {
  padding-left: 96rem;
}

.indented97 {
  padding-left: 97rem;
}

.indented98 {
  padding-left: 98rem;
}

.indented99 {
  padding-left: 99rem;
}

.indented100 {
  padding-left: 100rem;
}

.indented101 {
  padding-left: 101rem;
}

.indented102 {
  padding-left: 102rem;
}

.indented103 {
  padding-left: 103rem;
}

.indented104 {
  padding-left: 104rem;
}

.indented105 {
  padding-left: 105rem;
}

.indented106 {
  padding-left: 106rem;
}

.indented107 {
  padding-left: 107rem;
}

.indented108 {
  padding-left: 108rem;
}

.indented109 {
  padding-left: 109rem;
}

.indented110 {
  padding-left: 110rem;
}

.indented111 {
  padding-left: 111rem;
}

.indented112 {
  padding-left: 112rem;
}

.indented113 {
  padding-left: 113rem;
}

.indented114 {
  padding-left: 114rem;
}

.indented115 {
  padding-left: 115rem;
}

.indented116 {
  padding-left: 116rem;
}

.indented117 {
  padding-left: 117rem;
}

.indented118 {
  padding-left: 118rem;
}

.indented119 {
  padding-left: 119rem;
}

.indented120 {
  padding-left: 120rem;
}

.indented121 {
  padding-left: 121rem;
}

.indented122 {
  padding-left: 122rem;
}

.indented123 {
  padding-left: 123rem;
}

.indented124 {
  padding-left: 124rem;
}

.indented125 {
  padding-left: 125rem;
}

.indented126 {
  padding-left: 126rem;
}

.indented127 {
  padding-left: 127rem;
}

.indented128 {
  padding-left: 128rem;
}

.indented {
  padding-left: 1rem;
}

.home-card {
  margin: 15px;
  background-color: #00555d;
  min-width: 180;
  max-width: 400px;
}

.home-card-text {
  position: relative;
  top: -50px;
  padding-left: 30px;
  font-size: xx-large;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.home-card-text, .home-card-text:link, .home-card-text:visited {
  text-decoration: none;
}
.root[data-is-touch=false] .home-card-text:hover {
  text-decoration: none;
}
.root[data-is-touch] .home-card-text.active, .root[data-is-touch] .home-card-text:active {
  text-decoration: none;
}
.home-card-text, .home-card-text:link, .home-card-text:visited {
  color: white;
}
.root[data-is-touch=false] .home-card-text:hover {
  color: #6eb3a6;
}
.root[data-is-touch] .home-card-text.active, .root[data-is-touch] .home-card-text:active {
  color: #498b7f;
}
.home-card-text.disabled, .home-card-text:disabled {
  color: rgba(255, 255, 255, 0.2) !important;
}

.home-card img {
  padding-top: 50px;
}

.article__content img.shadow, .article__content .shadow > img {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.23), 0 1px 3px rgba(0, 0, 0, 0.08), 0 6px 12px rgba(0, 0, 0, 0.02);
}
.article__content img.border, .article__content .border > img {
  border: 1px solid #e6e6e6;
}
.article__content img.rounded, .article__content .rounded > img {
  border-radius: 0.4rem;
}
.article__content img.circle, .article__content .circle > img {
  border-radius: 50%;
}

.icon {
  display: block;
}
.icon > svg {
  display: block;
}

body,
html,
.root,
.layout--page {
  height: 100%;
}

.layout--page.layout--page--sidebar .page__viewport,
.layout--page.layout--page--sidebar .page__grid {
  height: 100%;
}
@media (max-width: 1023px) {
  .layout--page.layout--page--sidebar .page__main {
    overflow: unset;
  }
}

.page__main {
  height: 100%;
  color: #222;
}
.page__main .col-aside {
  display: none;
}
.page__main .col-aside > aside {
  position: absolute;
  width: 220px;
  overflow: hidden;
}

.page__main-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  background-color: #fff;
}

.page__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  margin: 0 auto;
  padding-top: 5rem;
}
@media print {
  .page__content {
    padding-bottom: 0;
  }
}

.hide-footer .page__content {
  padding-bottom: 0;
}

.page__comments {
  margin: 1.5rem 0;
}

.page__aside .toc-aside {
  padding: 3rem 0 1rem 3rem;
}

.page__actions {
  position: fixed;
  bottom: 3rem;
  left: 1rem;
  z-index: 996;
  display: none;
}

.page__sidebar {
  z-index: 998;
  display: block;
  width: 80%;
  max-width: 250px;
  height: 100%;
  background-color: #fff;
  border: 0 solid #e6e6e6;
  border-right-width: 1px;
  -webkit-transition: transform 0.4s;
  transition: transform 0.4s;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.page__sidebar .sidebar-toc {
  padding: 1rem 1rem 1.5rem 1.5rem;
}

.sidebar-button {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sidebar-button svg path {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sidebar-button, .sidebar-button:link, .sidebar-button:visited {
  color: #00565d;
  background-color: rgba(0, 87, 93, 0.75);
}
.sidebar-button svg path, .sidebar-button:link svg path, .sidebar-button:visited svg path {
  fill: #00565d;
}
.root[data-is-touch=false] .sidebar-button:hover {
  color: #00565d;
  background-color: rgba(0, 20, 22, 0.75);
}
.root[data-is-touch=false] .sidebar-button:hover svg path {
  fill: #00565d;
}
.root[data-is-touch] .sidebar-button.active, .root[data-is-touch] .sidebar-button:active {
  color: #00565d;
  background-color: rgba(0, 0, 0, 0.75);
}
.root[data-is-touch] .sidebar-button.active svg path, .root[data-is-touch] .sidebar-button:active svg path {
  fill: #00565d;
}
.root[data-is-touch] .sidebar-button.focus {
  color: default;
  background-color: rgba(0, 20, 22, 0.75);
  box-shadow: 0 0 0 2px rgba(0, 20, 22, 0.4);
}
.root[data-is-touch] .sidebar-button.focus svg path {
  fill: default;
}
.sidebar-button.disabled, .sidebar-button:disabled {
  color: rgba(0, 86, 93, 0.2) !important;
  background-color: rgba(0, 87, 93, 0.75) !important;
}
.sidebar-button.disabled svg path, .sidebar-button:disabled svg path {
  fill: rgba(0, 86, 93, 0.2) !important;
}

.page__mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 997;
  width: 100%;
  height: 100%;
  color: rgba(255, 255, 255, 0.95);
  touch-action: none;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transition: opacity 0.4s ease-in-out, transform 0s 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0s 0.4s ease-in-out;
  cursor: pointer;
}

.layout--page--sidebar .page__main {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media print {
  .layout--page--sidebar .page__main {
    overflow: unset;
  }
}

.has-aside .col-aside {
  position: relative;
  display: block;
  width: 220px;
}
.has-aside .col-aside > aside.fixed {
  position: fixed;
  -webkit-font-smoothing: subpixel-antialiased;
}
@media (max-width: 1023px) {
  .has-aside .col-aside {
    display: none;
  }
}

@media (max-width: 1023px) {
  .page__sidebar {
    position: fixed;
    -webkit-transform: translate(-250px, 0);
    transform: translate(-250px, 0);
  }
  .page__actions {
    display: block;
  }
  .show-sidebar .page__actions {
    visibility: hidden;
  }
  .show-sidebar .page__sidebar {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  .show-sidebar .page__mask {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
  }
}
.hero--light .article__info {
  color: #222;
}

.hero--dark .article__info {
  color: rgba(255, 255, 255, 0.95);
}

.page__main--immersive .page__header {
  position: fixed;
  width: 100%;
}
.page__main--immersive .hero__content {
  padding-top: 5rem;
}

.article__sharing {
  margin: 1.5rem 0;
}

.article__section-navigator {
  padding-top: 1rem;
  margin: 1.5rem 0 1rem 0;
  word-wrap: break-word;
  border: 0 solid #e6e6e6;
  border-top-width: 4px;
}
.article__section-navigator > .previous, .article__section-navigator > .next {
  width: 50%;
}
.article__section-navigator > .previous > span, .article__section-navigator > .next > span {
  font-weight: 700;
  color: #888;
}
.article__section-navigator > .previous > a, .article__section-navigator > .next > a {
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.article__section-navigator > .previous > a, .article__section-navigator > .previous > a:link, .article__section-navigator > .previous > a:visited, .article__section-navigator > .next > a, .article__section-navigator > .next > a:link, .article__section-navigator > .next > a:visited {
  text-decoration: none;
}
.root[data-is-touch=false] .article__section-navigator > .previous > a:hover, .root[data-is-touch=false] .article__section-navigator > .next > a:hover {
  text-decoration: none;
}
.root[data-is-touch] .article__section-navigator > .previous > a.active, .root[data-is-touch] .article__section-navigator > .previous > a:active, .root[data-is-touch] .article__section-navigator > .next > a.active, .root[data-is-touch] .article__section-navigator > .next > a:active {
  text-decoration: none;
}
.article__section-navigator > .previous > a, .article__section-navigator > .previous > a:link, .article__section-navigator > .previous > a:visited, .article__section-navigator > .next > a, .article__section-navigator > .next > a:link, .article__section-navigator > .next > a:visited {
  color: #222;
}
.root[data-is-touch=false] .article__section-navigator > .previous > a:hover, .root[data-is-touch=false] .article__section-navigator > .next > a:hover {
  color: #6eb3a6;
}
.root[data-is-touch] .article__section-navigator > .previous > a.active, .root[data-is-touch] .article__section-navigator > .previous > a:active, .root[data-is-touch] .article__section-navigator > .next > a.active, .root[data-is-touch] .article__section-navigator > .next > a:active {
  color: #498b7f;
}
.article__section-navigator > .previous > a.disabled, .article__section-navigator > .previous > a:disabled, .article__section-navigator > .next > a.disabled, .article__section-navigator > .next > a:disabled {
  color: rgba(34, 34, 34, 0.2) !important;
}
.article__section-navigator > .previous {
  float: left;
  padding-right: 0.5rem;
}
.article__section-navigator > .next {
  float: right;
  padding-left: 0.5rem;
  text-align: right;
}

.layout--articles {
  margin: 1.5rem 0;
  margin-top: 3rem;
}
@media (max-width: 499px) {
  .layout--articles {
    margin-top: 1.5rem;
  }
}
.layout--articles .card__header {
  font-size: 1rem;
}
.layout--articles .card__image > .overlay, .layout--articles .card__image > .overlay .card__header {
  font-size: 0.85rem;
}

.layout--archive > .layout--archive__result {
  margin: 1.5rem 0;
}

.layout--home .pagination {
  margin: 1.5rem 0;
}
.layout--home .pagination__menu {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.layout--home .pagination__omit {
  color: #888;
}
.layout--home .items {
  margin-top: 2.25rem;
}

.layout--landing .heros {
  max-width: 2320px;
  margin-right: auto;
  margin-left: auto;
}
.layout--landing .hero img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.layout--landing .hero__content {
  margin-bottom: 0;
}
.layout--landing .hero__cover {
  max-width: 1160px;
}
.layout--landing .hero__cover--full-width {
  max-width: none;
}

.layout--404 .sign {
  display: table;
  margin: 1.5rem auto;
  margin-top: 3rem;
}
.layout--404 .sign h1 {
  font-size: 6rem;
  line-height: 1;
}
.layout--404 .sign p {
  font-size: 1.8rem;
}

/* start custom scss snippet */
/* end custom scss snippet */

/*# sourceMappingURL=main.css.map */