.hh1,
.hh2,
.hh3,
.hh4,
.hh6,
.hh6,
.p-xl,
.p-l,
.pp {
  color: #222; }

.hh1 {
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 56px; }

.hh2 {
  font-style: normal;
  font-weight: 500;
  font-size: 38px;
  line-height: 48px; }

.hh3 {
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 0.005em; }

.hh4 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  /* or 133% */
  letter-spacing: 0.005em; }

.hh5 {
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.01em; }

.hh6 {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px; }

.pp-l {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px; }

.pp {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  /* or 150% */
  letter-spacing: -0.01em; }

html, body {
  height: 100%; }

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.mainbody {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding-bottom: 50px; }

.footer {
  -ms-flex-negative: 0;
      flex-shrink: 0; }

hr.divider {
  background-color: #DBDFE7;
  opacity: 1; }

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

:root {
  --gap: 24px;
  --content-gap: 40px; }

@media (max-width: 992px) {
  .mainbody > .container {
    width: 80%; } }

header.header {
  height: 96px;
  border-bottom: 1px solid #DBDFE7; }
  @media (max-width: 992px) {
    header.header {
      height: auto;
      min-height: 96px; } }
  header.header .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0 32px;
    height: 100%; }
    header.header .inner .mobile-nav-button {
      position: absolute;
      display: block;
      padding: 0;
      top: 28px;
      right: 16px; }
      @media (min-width: 992px) {
        header.header .inner .mobile-nav-button {
          display: none; } }
      header.header .inner .mobile-nav-button .mobile-nav-icon {
        display: block;
        position: relative;
        overflow: hidden;
        margin: 0;
        padding: 20px 30px;
        width: 30px;
        height: 30px;
        font-size: 0;
        cursor: pointer;
        float: left; }
        header.header .inner .mobile-nav-button .mobile-nav-icon.is-active span {
          background-color: transparent;
          -webkit-transition: background 0s, -webkit-filter 1s;
          transition: background 0s, -webkit-filter 1s;
          transition: background 0s, filter 1s;
          transition: background 0s, filter 1s, -webkit-filter 1s; }
        header.header .inner .mobile-nav-button .mobile-nav-icon.is-active span::before,
        header.header .inner .mobile-nav-button .mobile-nav-icon.is-active span::after {
          -webkit-transition-delay: 0s, 0.15s, 0s, 0;
                  transition-delay: 0s, 0.15s, 0s, 0; }
        header.header .inner .mobile-nav-button .mobile-nav-icon.is-active span::before {
          top: 0;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg); }
        header.header .inner .mobile-nav-button .mobile-nav-icon.is-active span::after {
          bottom: 0;
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg); }
        header.header .inner .mobile-nav-button .mobile-nav-icon span {
          display: block;
          position: absolute;
          top: 17px;
          width: 30px;
          height: 2px;
          background-color: #000;
          -webkit-box-shadow: 0 0 12px rgba(255, 255, 255, 0.3);
                  box-shadow: 0 0 12px rgba(255, 255, 255, 0.3);
          -webkit-transition: background 1s;
          transition: background 1s;
          will-change: transform; }
        header.header .inner .mobile-nav-button .mobile-nav-icon span::before,
        header.header .inner .mobile-nav-button .mobile-nav-icon span::after {
          display: block;
          position: absolute;
          width: 30px;
          height: 2px;
          background-color: #000;
          -webkit-box-shadow: 0 0 12px rgba(255, 255, 255, 0.3);
                  box-shadow: 0 0 12px rgba(255, 255, 255, 0.3);
          content: "";
          -webkit-transition-duration: 0.15s, 0.15s, 1s, 1s;
                  transition-duration: 0.15s, 0.15s, 1s, 1s;
          -webkit-transition-delay: 0.15s, 0s, 0s, 0s;
                  transition-delay: 0.15s, 0s, 0s, 0s; }
        header.header .inner .mobile-nav-button .mobile-nav-icon span::before {
          top: -8px;
          -webkit-transition-property: top, background, -webkit-transform, -webkit-filter;
          transition-property: top, background, -webkit-transform, -webkit-filter;
          transition-property: top, transform, background, filter;
          transition-property: top, transform, background, filter, -webkit-transform, -webkit-filter;
          -webkit-transition-property: top, -webkit-transform, background, filter; }
        header.header .inner .mobile-nav-button .mobile-nav-icon span::after {
          bottom: -8px;
          -webkit-transition-property: bottom, background, -webkit-transform, -webkit-filter;
          transition-property: bottom, background, -webkit-transform, -webkit-filter;
          transition-property: bottom, transform, background, filter;
          transition-property: bottom, transform, background, filter, -webkit-transform, -webkit-filter;
          -webkit-transition-property: bottom, -webkit-transform, background, filter; }
    header.header .inner .logo {
      margin-top: 24px; }
    header.header .inner nav {
      padding: 0 0 0 32px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%; }
      @media (max-width: 992px) {
        header.header .inner nav {
          padding: 0;
          display: none; }
          header.header .inner nav.selected {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            padding-top: 16px;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; } }
      header.header .inner nav > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        height: 100%;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        @media (max-width: 992px) {
          header.header .inner nav > ul {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-align: end;
                -ms-flex-align: end;
                    align-items: flex-end; } }
      header.header .inner nav > ul > li {
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -0.005em;
        float: left;
        list-style: none;
        margin-right: 32px; }
        @media (max-width: 992px) {
          header.header .inner nav > ul > li {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-align: end;
                -ms-flex-align: end;
                    align-items: flex-end;
            text-align: right; } }
        header.header .inner nav > ul > li a {
          color: #333;
          text-decoration: none; }
        header.header .inner nav > ul > li.active a {
          font-weight: bold; }
      header.header .inner nav .mobile-nav-button {
        position: absolute;
        display: none;
        padding: 0;
        top: 28px;
        left: -10px; }
        header.header .inner nav .mobile-nav-button .mobile-nav-icon {
          display: block;
          position: relative;
          overflow: hidden;
          margin: 0;
          padding: 20px 30px;
          width: 15px;
          height: 15px;
          font-size: 0;
          cursor: pointer;
          float: left; }
          header.header .inner nav .mobile-nav-button .mobile-nav-icon.is-active span {
            background-color: transparent;
            -webkit-transition: background 0s, -webkit-filter 1s;
            transition: background 0s, -webkit-filter 1s;
            transition: background 0s, filter 1s;
            transition: background 0s, filter 1s, -webkit-filter 1s; }
          header.header .inner nav .mobile-nav-button .mobile-nav-icon.is-active span::before,
          header.header .inner nav .mobile-nav-button .mobile-nav-icon.is-active span::after {
            -webkit-transition-delay: 0s, 0.15s, 0s, 0;
                    transition-delay: 0s, 0.15s, 0s, 0; }
          header.header .inner nav .mobile-nav-button .mobile-nav-icon.is-active span::before {
            top: 0;
            -webkit-transform: rotate(45deg);
                    transform: rotate(45deg); }
          header.header .inner nav .mobile-nav-button .mobile-nav-icon.is-active span::after {
            bottom: 0;
            -webkit-transform: rotate(-45deg);
                    transform: rotate(-45deg); }
          header.header .inner nav .mobile-nav-button .mobile-nav-icon span {
            display: block;
            position: absolute;
            top: 17px;
            width: 15px;
            height: 2px;
            background-color: #000;
            -webkit-box-shadow: 0 0 12px rgba(255, 255, 255, 0.3);
                    box-shadow: 0 0 12px rgba(255, 255, 255, 0.3);
            -webkit-transition: background 1s;
            transition: background 1s;
            will-change: transform; }
          header.header .inner nav .mobile-nav-button .mobile-nav-icon span::before,
          header.header .inner nav .mobile-nav-button .mobile-nav-icon span::after {
            display: block;
            position: absolute;
            width: 15px;
            height: 2px;
            background-color: #000;
            -webkit-box-shadow: 0 0 12px rgba(255, 255, 255, 0.3);
                    box-shadow: 0 0 12px rgba(255, 255, 255, 0.3);
            content: "";
            -webkit-transition-duration: 0.15s, 0.15s, 1s, 1s;
                    transition-duration: 0.15s, 0.15s, 1s, 1s;
            -webkit-transition-delay: 0.15s, 0s, 0s, 0s;
                    transition-delay: 0.15s, 0s, 0s, 0s; }
          header.header .inner nav .mobile-nav-button .mobile-nav-icon span::before {
            top: -4px;
            -webkit-transition-property: top, background, -webkit-transform, -webkit-filter;
            transition-property: top, background, -webkit-transform, -webkit-filter;
            transition-property: top, transform, background, filter;
            transition-property: top, transform, background, filter, -webkit-transform, -webkit-filter;
            -webkit-transition-property: top, -webkit-transform, background, filter; }
          header.header .inner nav .mobile-nav-button .mobile-nav-icon span::after {
            bottom: -4px;
            -webkit-transition-property: bottom, background, -webkit-transform, -webkit-filter;
            transition-property: bottom, background, -webkit-transform, -webkit-filter;
            transition-property: bottom, transform, background, filter;
            transition-property: bottom, transform, background, filter, -webkit-transform, -webkit-filter;
            -webkit-transition-property: bottom, -webkit-transform, background, filter; }

.footer {
  z-index: 1;
  border-top: 1px solid #DBDFE7;
  background-color: #fff; }
  .footer > .container {
    padding: 48px 16px 16px;
    padding: 3rem 1rem 1rem; }
    @media (max-width: 768px) {
      .footer > .container {
        width: 80%  !important; } }
  .footer ul li {
    color: #AFB7C8;
    padding-bottom: 8px; }
    .footer ul li a {
      color: #222;
      text-decoration: none; }
  .footer .footer-ancillary {
    color: #AFB7C8; }
    .footer .footer-ancillary {
      padding: 0px 16px 16px;
      padding: 0rem 1rem 1rem; }
    .footer .footer-ancillary .logo-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .footer .footer-ancillary a {
      text-decoration: underline;
      color: #AFB7C8; }

ul.principle-card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.principle-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
  overflow: hidden;
  -ms-flex-preferred-size: calc(50% - 16px);
      flex-basis: calc(50% - 16px);
  margin-bottom: 64px;
  -webkit-box-shadow: 0px 4px 20px rgba(27, 43, 76, 0.1);
          box-shadow: 0px 4px 20px rgba(27, 43, 76, 0.1);
  background-color: #fff; }
  @media (max-width: 992px) {
    .principle-card {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      margin-bottom: 32px; } }
  .principle-card:hover aside {
    background-image: url("/static/images/gradients/11.5f36570f8a6b.jpg"); }
  .principle-card aside {
    width: 48px;
    min-width: 48px;
    background-color: #222;
    background-position: center top;
    background-size: cover; }
  .principle-card section {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .principle-card section a {
      text-decoration: none;
      color: #222; }
    .principle-card section a:visited .hh3 {
      color: #969696; }
    .principle-card section p {
      margin-bottom: 0; }
    .principle-card section .summary {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 32px 32px 16px 32px;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      .principle-card section .summary h2 {
        margin-bottom: 16px; }
      .principle-card section .summary .tags {
        padding-top: 24px;
        margin-top: auto; }
        .principle-card section .summary .tags li {
          display: inline-block;
          margin-right: 8px;
          margin-top: 8px; }
    .principle-card section .contributors {
      padding: 16px 32px 16px;
      border-top: 1px solid #DBDFE7; }

.popover ul {
  list-style-type: disc;
  list-style-position: inside;
  margin-left: 20px;
  margin-bottom: 16px;
  margin-bottom: 1rem; }

.codehilite {
  /* Comment */
  /* Error */
  /* Keyword */
  /* Literal */
  /* Name */
  /* Operator */
  /* Punctuation */
  /* Comment.Hashbang */
  /* Comment.Multiline */
  /* Comment.Preproc */
  /* Comment.PreprocFile */
  /* 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.Bin */
  /* Literal.Number.Float */
  /* Literal.Number.Hex */
  /* Literal.Number.Integer */
  /* Literal.Number.Oct */
  /* Literal.String.Affix */
  /* Literal.String.Backtick */
  /* Literal.String.Char */
  /* Literal.String.Delimiter */
  /* 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.Function.Magic */
  /* Name.Variable.Class */
  /* Name.Variable.Global */
  /* Name.Variable.Instance */
  /* Name.Variable.Magic */
  /* Literal.Number.Integer.Long */ }
  .codehilite pre {
    line-height: 125%;
    background: #282c34;
    padding: 20px 20px 20px;
    border-radius: 6px; }
  .codehilite td.linenos pre {
    color: #000000;
    background-color: #f0f0f0;
    padding-left: 5px;
    padding-right: 5px; }
  .codehilite span.linenos {
    color: #000000;
    background-color: #f0f0f0;
    padding-left: 5px;
    padding-right: 5px; }
  .codehilite td.linenos pre.special {
    color: #000000;
    background-color: #ffffc0;
    padding-left: 5px;
    padding-right: 5px; }
  .codehilite span.linenos.special {
    color: #000000;
    background-color: #ffffc0;
    padding-left: 5px;
    padding-right: 5px; }
  .codehilite .hll {
    background-color: #4f424c; }
  .codehilite .c {
    color: #776e71; }
  .codehilite .err {
    color: #ef6155; }
  .codehilite .k {
    color: #815ba4; }
  .codehilite .l {
    color: #f99b15; }
  .codehilite .n {
    color: #e7e9db; }
  .codehilite .o {
    color: #5bc4bf; }
  .codehilite .p {
    color: #e7e9db; }
  .codehilite .ch {
    color: #776e71; }
  .codehilite .cm {
    color: #776e71; }
  .codehilite .cp {
    color: #776e71; }
  .codehilite .cpf {
    color: #776e71; }
  .codehilite .c1 {
    color: #776e71; }
  .codehilite .cs {
    color: #776e71; }
  .codehilite .gd {
    color: #ef6155; }
  .codehilite .ge {
    font-style: italic; }
  .codehilite .gh {
    color: #e7e9db;
    font-weight: bold; }
  .codehilite .gi {
    color: #48b685; }
  .codehilite .gp {
    color: #776e71;
    font-weight: bold; }
  .codehilite .gs {
    font-weight: bold; }
  .codehilite .gu {
    color: #5bc4bf;
    font-weight: bold; }
  .codehilite .kc {
    color: #815ba4; }
  .codehilite .kd {
    color: #815ba4; }
  .codehilite .kn {
    color: #5bc4bf; }
  .codehilite .kp {
    color: #815ba4; }
  .codehilite .kr {
    color: #815ba4; }
  .codehilite .kt {
    color: #fec418; }
  .codehilite .ld {
    color: #48b685; }
  .codehilite .m {
    color: #f99b15; }
  .codehilite .s {
    color: #48b685; }
  .codehilite .na {
    color: #06b6ef; }
  .codehilite .nb {
    color: #e7e9db; }
  .codehilite .nc {
    color: #fec418; }
  .codehilite .no {
    color: #ef6155; }
  .codehilite .nd {
    color: #5bc4bf; }
  .codehilite .ni {
    color: #e7e9db; }
  .codehilite .ne {
    color: #ef6155; }
  .codehilite .nf {
    color: #06b6ef; }
  .codehilite .nl {
    color: #e7e9db; }
  .codehilite .nn {
    color: #fec418; }
  .codehilite .nx {
    color: #06b6ef; }
  .codehilite .py {
    color: #e7e9db; }
  .codehilite .nt {
    color: #5bc4bf; }
  .codehilite .nv {
    color: #ef6155; }
  .codehilite .ow {
    color: #5bc4bf; }
  .codehilite .w {
    color: #e7e9db; }
  .codehilite .mb {
    color: #f99b15; }
  .codehilite .mf {
    color: #f99b15; }
  .codehilite .mh {
    color: #f99b15; }
  .codehilite .mi {
    color: #f99b15; }
  .codehilite .mo {
    color: #f99b15; }
  .codehilite .sa {
    color: #48b685; }
  .codehilite .sb {
    color: #48b685; }
  .codehilite .sc {
    color: #e7e9db; }
  .codehilite .dl {
    color: #48b685; }
  .codehilite .sd {
    color: #776e71; }
  .codehilite .s2 {
    color: #48b685; }
  .codehilite .se {
    color: #f99b15; }
  .codehilite .sh {
    color: #48b685; }
  .codehilite .si {
    color: #f99b15; }
  .codehilite .sx {
    color: #48b685; }
  .codehilite .sr {
    color: #48b685; }
  .codehilite .s1 {
    color: #48b685; }
  .codehilite .ss {
    color: #48b685; }
  .codehilite .bp {
    color: #e7e9db; }
  .codehilite .fm {
    color: #06b6ef; }
  .codehilite .vc {
    color: #ef6155; }
  .codehilite .vg {
    color: #ef6155; }
  .codehilite .vi {
    color: #ef6155; }
  .codehilite .vm {
    color: #ef6155; }
  .codehilite .il {
    color: #f99b15; }

.post-content {
  width: 100%;
  margin: 0 auto;
  max-width: 700px;
  padding-bottom: 100px;
  /* table */
  /* inline */ }
  .post-content .toc {
    padding-top: 86px; }
    .post-content .toc:before {
      content: "Table of Contents";
      padding-bottom: 16px;
      display: block; }
    .post-content .toc ul {
      margin-bottom: 0;
      margin-left: 0px;
      padding-left: 5px; }
      .post-content .toc ul ul {
        padding-left: 20px; }
  .post-content h1,
  .post-content h2,
  .post-content h3,
  .post-content h4,
  .post-content h5,
  .post-content h6 {
    line-height: 1.5;
    font-weight: 700; }
  .post-content li,
  .post-content p {
    line-height: 1.6; }
  .post-content h1 {
    margin-top: 144px;
    margin-bottom: 32px;
    text-align: center; }
  .post-content h1 + p {
    text-align: center;
    font-size: 19px;
    margin-bottom: 46px; }
  .post-content h2 {
    margin-top: 32px;
    margin-bottom: 15px;
    margin-top: 64px;
    margin-top: 4rem; }
  .post-content h3,
  .post-content h4,
  .post-content h5,
  .post-content h6 {
    margin-top: 24px;
    margin-bottom: 16px; }
  .post-content h1 {
    font-size: 40px; }
  .post-content h2 {
    font-size: 32px; }
  .post-content h3 {
    font-size: 24px; }
  .post-content h4 {
    font-size: 16px; }
  .post-content h5 {
    font-size: 14px; }
  .post-content h6 {
    font-size: 12px; }
  .post-content a {
    -webkit-box-shadow: 0 1px 0 var(--primary);
            box-shadow: 0 1px 0 var(--primary); }
  .post-content a code {
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 -1px 0 var(--primary) inset;
            box-shadow: 0 -1px 0 var(--primary) inset; }
  .post-content img {
    max-width: 100%; }
  .post-content del {
    text-decoration: none;
    background: -webkit-gradient(linear, left top, right top, color-stop(100%, var(--primary)), color-stop(0, transparent)) 0 50%/1px 1px repeat-x;
    background: linear-gradient(to right, var(--primary) 100%, transparent 0) 0 50%/1px 1px repeat-x; }
  .post-content p,
  .post-content ul,
  .post-content ol,
  .post-content dl {
    margin-bottom: var(--content-gap); }
  .post-content ul,
  .post-content ol {
    padding-left: 40px; }
  .post-content li {
    margin-top: 5px; }
  .post-content li p {
    margin-bottom: 0; }
  .post-content dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0; }
  .post-content dt {
    width: 25%;
    font-weight: 700; }
  .post-content dd {
    width: 75%;
    margin-left: 0;
    padding-left: 10px; }
  .post-content dt ~ dt,
  .post-content dd ~ dd {
    margin-top: 10px; }
  .post-content table {
    margin-bottom: 32px; }
  .post-content table th,
  .post-content table:not(.highlighttable) td {
    min-width: 80px;
    padding: 12px 8px;
    line-height: 1.5;
    border-bottom: 1px solid var(--border); }
  .post-content table th {
    font-size: 14px;
    text-align: left; }
  .post-content table:not(.highlighttable) td code:only-child {
    margin-left: 0;
    margin-right: 0; }
  .post-content .highlight,
  .post-content pre {
    margin-bottom: 32px; }
  .post-content ul pre {
    margin-left: calc(var(--gap) * -2); }
  .post-content .highlight pre {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0; }
  .post-content .highlighttable {
    table-layout: fixed; }
  .post-content .highlighttable td:first-child {
    width: 40px; }
  .post-content .highlighttable td .linenodiv {
    padding-right: 0 !important; }
  .post-content .highlighttable td .linenodiv pre,
  .post-content .highlighttable td .highlight {
    margin-bottom: 0; }
  .post-content .highlighttable td .highlight pre code::-webkit-scrollbar {
    display: none; }
  .post-content .highlight span {
    background: transparent !important; }
  .post-content code {
    margin-left: 4px;
    margin-right: 4px;
    padding: 4px 6px;
    font-family: Menlo, Monaco, "Courier New", Courier, monospace;
    font-size: 11px;
    line-height: 1.5;
    background: var(--code-bg);
    border-radius: 2px; }
  .post-content pre code {
    display: block;
    margin-left: 0;
    margin-right: 0;
    padding: var(--gap);
    color: rgba(255, 255, 255, 0.8);
    background: transparent;
    border-radius: 0; }
  .post-content blockquote {
    margin: 0 0 0 calc(var(--gap) * -1);
    padding: 0 0 0 21px;
    border-left: 3px solid #EDEFF2; }
  .post-content hr {
    height: 1px;
    margin-top: 56px;
    margin-bottom: 56px;
    background: var(--tertiary);
    border-top: 0;
    border-bottom: 0; }
  .post-content ul {
    list-style-type: disc;
    list-style-position: inside; }
  .post-content ol {
    list-style-type: decimal;
    list-style-position: inside; }
  .post-content ul ul,
  .post-content ol ul {
    list-style-type: circle;
    list-style-position: inside; }
  .post-content .footnote li p {
    display: inline; }

.page {
  padding: 86px 0 0 0; }

.home-page {
  margin-top: 100px;
  text-align: center; }
  @media (max-width: 992px) {
    .home-page {
      margin-top: 40px; } }
  .home-page .hh1 {
    margin-bottom: 30px !important;
    font-weight: 700; }
  .home-page .hh5 {
    color: gray;
    font-weight: 300; }
  .home-page .hero {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain; }
  .home-page .user-profile .principles {
    padding: 0;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .home-page .align-middle.custom {
    text-align: center;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

.editor-page {
  padding: 0 0px; }
  .editor-page .page-description {
    padding: 84px 0 56px; }
    .editor-page .page-description h1 {
      margin: 0 0 68px; }
  .editor-page label {
    color: #AFB7C8; }
  .editor-page label .title {
    display: none; }
  .editor-page span.field input,
  .editor-page span.field textarea {
    width: 100%;
    margin-top: 10px;
    padding: 15px; }
  .editor-page .editor-preview-container {
    border-top: 1px solid #DBDFE7; }
  .editor-page .editor {
    padding: 0 0px;
    background-color: #F7F8FA; }
    .editor-page .editor .title-area {
      padding: 24px 32px;
      border-bottom: 1px solid #DBDFE7; }
      .editor-page .editor .title-area h2 {
        margin: 0; }
    .editor-page .editor .accordion {
      margin: 56px 32px 0;
      background-color: #fff; }
      .editor-page .editor .accordion .accordion-button:not(.collapsed) {
        color: #222;
        background-color: #fff; }
    .editor-page .editor .actions {
      padding: 0 32px; }
  .editor-page .preview {
    overflow: scroll; }
    .editor-page .preview .title-area {
      padding: 24px 32px;
      border-bottom: 1px solid #DBDFE7; }
      .editor-page .preview .title-area h2 {
        margin: 0; }

.help-popover {
  cursor: pointer;
  float: right; }
  .help-popover img {
    opacity: 0.5; }

.errorlist {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
  position: relative;
  padding: 16px 16px;
  padding: 1rem 1rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 0.25rem; }

.user-profile .user-details {
  padding: 36px 0;
  border-bottom: 1px solid #DBDFE7; }
  .user-profile .user-details .profile-avatar-container .hh3,
  .user-profile .user-details .profile-avatar-container .hh5 {
    margin-bottom: 0; }
  .user-profile .user-details .profile-avatar-container .hh5 {
    color: #AFB7C8;
    font-weight: normal; }
  .user-profile .user-details .profile-avatar-container .action-buttons {
    margin: 32px 0 0; }
  .user-profile .user-details .badges-container .badges {
    margin: 0;
    line-height: 0;
    min-height: 40px; }
    @media (max-width: 768px) {
      .user-profile .user-details .badges-container .badges {
        padding-top: 32px; } }
  .user-profile .user-details .badges-container .badges li {
    display: inline-block;
    cursor: pointer;
    margin-right: 32px;
    margin-bottom: 32px; }
    @media (max-width: 768px) {
      .user-profile .user-details .badges-container .badges li {
        float: left;
        clear: left; } }
    .user-profile .user-details .badges-container .badges li .badge-collectable {
      float: left;
      position: relative;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background-size: cover;
      background-color: black; }
      .user-profile .user-details .badges-container .badges li .badge-collectable .inner {
        position: absolute;
        left: 3px;
        top: 3px;
        border-radius: 50%;
        background-color: white;
        display: inline-block;
        text-align: center;
        width: 34px;
        height: 34px; }
        .user-profile .user-details .badges-container .badges li .badge-collectable .inner .icon {
          margin: 9px;
          -webkit-filter: drop-shadow(1px 0px 0px rgba(0, 0, 0, 0.2));
                  filter: drop-shadow(1px 0px 0px rgba(0, 0, 0, 0.2)); }
    .user-profile .user-details .badges-container .badges li .badge-text {
      padding-left: 12px;
      font-size: 14px;
      font-weight: normal;
      float: left;
      line-height: 40px;
      margin: 0; }
  .user-profile .user-details .profile-text-container,
  .user-profile .user-details .stats-container {
    padding: 24px 0 0; }
    .user-profile .user-details .profile-text-container li,
    .user-profile .user-details .stats-container li {
      line-height: 24px;
      margin-bottom: 10px;
      font-size: 14px; }
    .user-profile .user-details .profile-text-container .pp,
    .user-profile .user-details .stats-container .pp {
      font-size: 14px; }
  .user-profile .user-details .stats-container .stat {
    float: right;
    border-radius: 16px;
    padding: 0 12px;
    background-color: #EDEFF2;
    color: #72757b; }
  .user-profile .user-details .profile-text-container a {
    color: #222;
    text-decoration: none; }
  .user-profile .user-details .profile-text-container img {
    margin-right: calc(8px - 3px);
    display: inline-block; }

.user-profile .principles {
  padding: 96px 0; }
  .user-profile .principles a:not(.btn) {
    color: #222;
    text-decoration: none; }
  .user-profile .principles .list {
    position: relative;
    margin-bottom: 48px; }
    .user-profile .principles .list .desc {
      padding: 20px; }
    .user-profile .principles .list .hh4 {
      margin: 0;
      padding: 0 0 16px 16px;
      border-bottom: 1px solid #DBDFE7; }
    .user-profile .principles .list .btn {
      position: absolute;
      top: 0;
      right: 12px; }
    .user-profile .principles .list .btn + .hh4 {
      padding-right: 20%; }
    .user-profile .principles .list ul li {
      border-bottom: 1px solid #DBDFE7;
      font-weight: 500;
      font-size: 18px; }
      .user-profile .principles .list ul li:hover {
        background-color: #F7F8FA; }
      .user-profile .principles .list ul li a {
        padding: 16px 16px;
        display: inline-block;
        width: 100%; }

.user-edit-page .avatar-container {
  padding: 36px 0;
  overflow: hidden; }
  .user-edit-page .avatar-container .avatar {
    float: left;
    margin-right: 32px; }
  .user-edit-page .avatar-container .text {
    float: left; }

.user-edit-page .control-group {
  overflow: hidden; }
  .user-edit-page .control-group .controls {
    float: right; }

.article {
  min-height: 300px; }
  .article a {
    text-decoration: none; }
  .article > div,
  .article > header,
  .article > footer,
  .article > section {
    margin: 0 auto;
    width: 700px; }
    @media (max-width: 767px) {
      .article > div,
      .article > header,
      .article > footer,
      .article > section {
        width: 80%; } }
  .article h2 {
    font-size: 40px;
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px); }
  .article a {
    text-decoration: none;
    color: #222; }

.article.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 0;
  min-height: calc(var(--vh, 1vh) * 70); }
  .article.list .summary {
    color: rgba(0, 0, 0, 0.4);
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 15px; }
  .article.list:first-child {
    margin-top: 40px; }

.meta-info .row {
  border-top: 1px solid #DBDFE7;
  padding: 32px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .meta-info .row a {
    text-decoration: none; }
  .meta-info .row p, .meta-info .row ul {
    margin: 0; }

.meta-info .row .license-images a {
  margin-right: 32px; }

.meta-info .multi-object-row {
  padding: 0; }
  .meta-info .multi-object-row.row > :last-child {
    padding-top: 32px; }
    .meta-info .multi-object-row.row > :last-child ul > li {
      margin: 0 8px 32px 0;
      display: inline-block; }

@media (max-width: 768px) {
  .meta-info .multi-object-row {
    padding-top: 32px; }
  .meta-info .row:not(.multi-object-row) > :last-child {
    margin-top: 32px; } }

.meta-info .user-row {
  margin-right: 48px !important; }
  .meta-info .user-row .avatar {
    margin-right: 16px; }

.meta-info .tags li {
  display: inline-block; }

.principle-index-page {
  padding: 64px 0; }
  @media (max-width: 768px) {
    .principle-index-page .container {
      width: 90%; } }
  .principle-index-page .filter ul.tag-selector {
    margin-bottom: 0; }
    .principle-index-page .filter ul.tag-selector li {
      float: left;
      margin-bottom: 16px;
      margin-right: 8px; }
      .principle-index-page .filter ul.tag-selector li .btn {
        border-width: 2px;
        border-color: #DBDFE7; }
      .principle-index-page .filter ul.tag-selector li .btn.selected {
        border-color: #49A9F8;
        border-width: 2px; }
  .principle-index-page .filter .row {
    margin-bottom: 8px; }
  .principle-index-page.break-out {
    background-color: #F7F8FA;
    padding: 80px 0; }
  .principle-index-page .pagination {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .principle-index-page .tag-category {
    margin-bottom: 50px; }
  .principle-index-page .tag-category ul {
    list-style-type: disc;
    list-style-position: inside; }
  .principle-index-page .container > .tag-selector:nth-child(2) {
    margin-top: 50px; }

.account-page {
  padding: 84px 0 0 0; }
  .account-page .hh2 {
    margin-bottom: 24px;
    margin-bottom: 1.5rem; }
  .account-page button {
    margin-bottom: 8px;
    margin-right: 8px; }
  .account-page .unverified {
    color: red; }
  .account-page .primary {
    font-weight: bold; }
  .account-page .btn.socialaccount i {
    margin-right: 8px; }

.list-page {
  padding: 64px 0;
  width: 100%;
  margin: 0 auto;
  max-width: 700px;
  padding-bottom: 100px; }
  .list-page h1 {
    margin-top: 14px;
    margin-bottom: 32px;
    text-align: center; }
  .list-page .profile-card {
    margin-top: 32px; }
  .list-page .desc {
    margin-top: 32px; }
  .list-page .listings {
    margin-top: 64px; }
  .list-page .control-group {
    padding: 32px 0; }
  .list-page .controls button {
    float: right; }

.profile-card {
  padding: 8px 0; }
  .profile-card .avatar {
    margin-right: 8px; }
  .profile-card a {
    text-decoration: none;
    color: #222; }
  .profile-card .main-badge {
    float: right;
    border: 2px solid #222;
    border-radius: 4px;
    padding: 2px 10px;
    cursor: pointer; }
    .profile-card .main-badge .icon {
      margin: -3px 3px 0 0; }

body {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  color: #232323;
  font-size: 16px;
  line-height: 1.6; }

ul {
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
  list-style-type: none; }

.avatar {
  border-radius: 50%; }

.alert-fixed {
  position: fixed;
  z-index: 999;
  right: 32px;
  top: 16px; }
