:root {
  --external-link-icon-color: #aaa
}

.external-link-icon {
  position: relative;
  display: inline-block;
  color: var(--external-link-icon-color);
  vertical-align: middle;
  top: -1px
}

.external-link-icon-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

:root {
  --medium-zoom-z-index: 100;
  --medium-zoom-bg-color: #ffffff;
  --medium-zoom-opacity: 1
}

.medium-zoom-overlay {
  background-color: var(--medium-zoom-bg-color) !important;
  z-index: var(--medium-zoom-z-index)
}

.medium-zoom-overlay~img {
  z-index: calc(var(--medium-zoom-z-index) + 1)
}

.medium-zoom--opened .medium-zoom-overlay {
  opacity: var(--medium-zoom-opacity)
}

:root {
  --nprogress-color: #29d;
  --nprogress-z-index: 1031
}

#nprogress {
  pointer-events: none
}

#nprogress .bar {
  background: var(--nprogress-color);
  position: fixed;
  z-index: var(--nprogress-z-index);
  top: 0;
  left: 0;
  width: 100%;
  height: 2px
}

:root {
  --c-brand: #3eaf7c;
  --c-brand-light: #4abf8a;
  --c-bg: #ffffff;
  --c-bg-light: #f3f4f5;
  --c-bg-lighter: #eeeeee;
  --c-bg-navbar: var(--c-bg);
  --c-bg-sidebar: var(--c-bg);
  --c-bg-arrow: #cccccc;
  --c-text: #2c3e50;
  --c-text-accent: var(--c-brand);
  --c-text-light: #3a5169;
  --c-text-lighter: #4e6e8e;
  --c-text-lightest: #6a8bad;
  --c-text-quote: #999999;
  --c-border: #eaecef;
  --c-border-dark: #dfe2e5;
  --c-tip: #42b983;
  --c-tip-bg: var(--c-bg-light);
  --c-tip-title: var(--c-text);
  --c-tip-text: var(--c-text);
  --c-tip-text-accent: var(--c-text-accent);
  --c-warning: #e7c000;
  --c-warning-bg: #fffae3;
  --c-warning-title: #ad9000;
  --c-warning-text: #746000;
  --c-warning-text-accent: var(--c-text);
  --c-danger: #cc0000;
  --c-danger-bg: #ffe0e0;
  --c-danger-title: #990000;
  --c-danger-text: #660000;
  --c-danger-text-accent: var(--c-text);
  --c-details-bg: #eeeeee;
  --c-badge-tip: var(--c-tip);
  --c-badge-warning: var(--c-warning);
  --c-badge-danger: var(--c-danger);
  --t-color: .3s ease;
  --t-transform: .3s ease;
  --code-bg-color: #282c34;
  --code-hl-bg-color: rgba(0, 0, 0, .66);
  --code-ln-color: #9e9e9e;
  --code-ln-wrapper-width: 3.5rem;
  --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  --font-family-code: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  --navbar-height: 3.6rem;
  --navbar-padding-v: .7rem;
  --navbar-padding-h: 1.5rem;
  --sidebar-width: 20rem;
  --sidebar-width-mobile: calc(var(--sidebar-width) * .82);
  --content-width: 90% !important;
  --homepage-width: 960px
}

.back-to-top {
  --back-to-top-color: var(--c-brand);
  --back-to-top-color-hover: var(--c-brand-light)
}

.DocSearch {
  --docsearch-primary-color: var(--c-brand);
  --docsearch-text-color: var(--c-text);
  --docsearch-highlight-color: var(--c-brand);
  --docsearch-muted-color: var(--c-text-quote);
  --docsearch-container-background: rgba(9, 10, 17, .8);
  --docsearch-modal-background: var(--c-bg-light);
  --docsearch-searchbox-background: var(--c-bg-lighter);
  --docsearch-searchbox-focus-background: var(--c-bg);
  --docsearch-searchbox-shadow: inset 0 0 0 2px var(--c-brand);
  --docsearch-hit-color: var(--c-text-light);
  --docsearch-hit-active-color: var(--c-bg);
  --docsearch-hit-background: var(--c-bg);
  --docsearch-hit-shadow: 0 1px 3px 0 var(--c-border-dark);
  --docsearch-footer-background: var(--c-bg)
}

.external-link-icon {
  --external-link-icon-color: var(--c-text-quote)
}

.medium-zoom-overlay {
  --medium-zoom-bg-color: var(--c-bg)
}

#nprogress {
  --nprogress-color: var(--c-brand)
}

.pwa-popup {
  --pwa-popup-text-color: var(--c-text);
  --pwa-popup-bg-color: var(--c-bg);
  --pwa-popup-border-color: var(--c-brand);
  --pwa-popup-shadow: 0 4px 16px var(--c-brand);
  --pwa-popup-btn-text-color: var(--c-bg);
  --pwa-popup-btn-bg-color: var(--c-brand);
  --pwa-popup-btn-hover-bg-color: var(--c-brand-light)
}

.search-box {
  --search-bg-color: var(--c-bg);
  --search-accent-color: var(--c-brand);
  --search-text-color: var(--c-text);
  --search-border-color: var(--c-border);
  --search-item-text-color: var(--c-text-lighter);
  --search-item-focus-bg-color: var(--c-bg-light)
}

html.dark {
  --c-brand: #3aa675;
  --c-brand-light: #349469;
  --c-bg: #22272e;
  --c-bg-light: #2b313a;
  --c-bg-lighter: #262c34;
  --c-text: #adbac7;
  --c-text-light: #96a7b7;
  --c-text-lighter: #8b9eb0;
  --c-text-lightest: #8094a8;
  --c-border: #3e4c5a;
  --c-border-dark: #34404c;
  --c-tip: #318a62;
  --c-warning: #ceab00;
  --c-warning-bg: #7e755b;
  --c-warning-title: #ceac03;
  --c-warning-text: #362e00;
  --c-danger: #940000;
  --c-danger-bg: #806161;
  --c-danger-title: #610000;
  --c-danger-text: #3a0000;
  --c-details-bg: #323843;
  --code-hl-bg-color: #363b46
}

html.dark .DocSearch {
  --docsearch-logo-color: var(--c-text);
  --docsearch-modal-shadow: inset 1px 1px 0 0 #2c2e40, 0 3px 8px 0 #000309;
  --docsearch-key-shadow: inset 0 -2px 0 0 #282d55, inset 0 0 1px 1px #51577d, 0 2px 2px 0 rgba(3, 4, 9, .3);
  --docsearch-key-gradient: linear-gradient(-225deg, #444950, #1c1e21);
  --docsearch-footer-shadow: inset 0 1px 0 0 rgba(73, 76, 106, .5), 0 -4px 8px 0 rgba(0, 0, 0, .2)
}

html,
body {
  padding: 0;
  margin: 0;
  background-color: var(--c-bg);
  transition: background-color var(--t-color)
}

html.dark {
  color-scheme: dark
}

html {
  font-size: 16px
}

body {
  font-family: var(--font-family);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  color: var(--c-text)
}

a {
  font-weight: 500;
  color: var(--c-text-accent);
  text-decoration: none;
  overflow-wrap: break-word
}

p a code {
  font-weight: 400;
  color: var(--c-text-accent)
}

kbd {
  font-family: var(--font-family-code);
  color: var(--c-text);
  background: var(--c-bg-lighter);
  border: solid .15rem var(--c-border-dark);
  border-bottom: solid .25rem var(--c-border-dark);
  border-radius: .15rem;
  padding: 0 .15em
}

code {
  font-family: var(--font-family-code);
  color: var(--c-text-lighter);
  padding: .25rem .5rem;
  margin: 0;
  font-size: .85em;
  background-color: var(--c-bg-lighter);
  border-radius: 3px;
  overflow-wrap: break-word;
  transition: background-color var(--t-color)
}

blockquote {
  font-size: 1rem;
  color: var(--c-text-quote);
  border-left: .2rem solid var(--c-border-dark);
  margin: 1rem 0;
  padding: .25rem 0 .25rem 1rem
}

blockquote>p {
  margin: 0
}

ul,
ol {
  padding-left: 1.2em
}

strong {
  font-weight: 600
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.25
}

h1:focus-visible,
h2:focus-visible,
h3:focus-visible,
h4:focus-visible,
h5:focus-visible,
h6:focus-visible {
  outline: none
}

h1:hover .header-anchor,
h2:hover .header-anchor,
h3:hover .header-anchor,
h4:hover .header-anchor,
h5:hover .header-anchor,
h6:hover .header-anchor {
  opacity: 1
}

h1 {
  font-size: 2.2rem
}

h2 {
  font-size: 1.65rem;
  padding-bottom: .3rem;
  border-bottom: 1px solid var(--c-border);
  transition: border-color var(--t-color)
}

h3 {
  font-size: 1.35rem
}

h4 {
  font-size: 1.15rem
}

h5 {
  font-size: 1.05rem
}

h6 {
  font-size: 1rem
}

a.header-anchor {
  font-size: .85em;
  float: left;
  margin-left: -.87em;
  padding-right: .23em;
  margin-top: .125em;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

a.header-anchor:hover {
  text-decoration: none
}

a.header-anchor:focus-visible {
  opacity: 1
}

p,
ul,
ol {
  line-height: 1.7
}

hr {
  border: 0;
  border-top: 1px solid var(--c-border)
}

table {
  border-collapse: collapse;
  margin: 1rem 0;
  display: block;
  overflow-x: auto;
  transition: border-color var(--t-color)
}

tr {
  border-top: 1px solid var(--c-border-dark);
  transition: border-color var(--t-color)
}

tr:nth-child(2n) {
  background-color: var(--c-bg-light);
  transition: background-color var(--t-color)
}

th,
td {
  padding: .6em 1em;
  border: 1px solid var(--c-border-dark);
  transition: border-color var(--t-color)
}

.arrow {
  display: inline-block;
  width: 0;
  height: 0
}

.arrow.up {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 6px solid var(--c-bg-arrow)
}

.arrow.down {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid var(--c-bg-arrow)
}

.arrow.right {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid var(--c-bg-arrow)
}

.arrow.left {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 6px solid var(--c-bg-arrow)
}

.badge {
  display: inline-block;
  font-size: 14px;
  height: 18px;
  line-height: 18px;
  border-radius: 3px;
  padding: 0 6px;
  color: var(--c-bg);
  vertical-align: top;
  transition: color var(--t-color), background-color var(--t-color)
}

.badge.tip {
  background-color: var(--c-badge-tip)
}

.badge.warning {
  background-color: var(--c-badge-warning)
}

.badge.danger {
  background-color: var(--c-badge-danger)
}

.table-of-contents .badge {
  vertical-align: middle
}

.badge+.badge {
  margin-left: 5px
}

code[class*=language-],
pre[class*=language-] {
  color: #ccc;
  background: none;
  font-family: var(--font-family-code);
  font-size: 1em;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  hyphens: none
}

pre[class*=language-] {
  padding: 1em;
  margin: .5em 0;
  overflow: auto
}

:not(pre)>code[class*=language-],
pre[class*=language-] {
  background: #2d2d2d
}

:not(pre)>code[class*=language-] {
  padding: .1em;
  border-radius: .3em;
  white-space: normal
}

.token.comment,
.token.block-comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: #999
}

.token.punctuation {
  color: #ccc
}

.token.tag,
.token.attr-name,
.token.namespace,
.token.deleted {
  color: #ec5975
}

.token.function-name {
  color: #6196cc
}

.token.boolean,
.token.number,
.token.function {
  color: #f08d49
}

.token.property,
.token.class-name,
.token.constant,
.token.symbol {
  color: #f8c555
}

.token.selector,
.token.important,
.token.atrule,
.token.keyword,
.token.builtin {
  color: #cc99cd
}

.token.string,
.token.char,
.token.attr-value,
.token.regex,
.token.variable {
  color: #7ec699
}

.token.operator,
.token.entity,
.token.url {
  color: #67cdcc
}

.token.important,
.token.bold {
  font-weight: 700
}

.token.italic {
  font-style: italic
}

.token.entity {
  cursor: help
}

.token.inserted {
  color: #3eaf7c
}

.theme-default-content pre,
.theme-default-content pre[class*=language-] {
  line-height: 1.4;
  padding: 1.3rem 1.5rem;
  margin: .85rem 0;
  border-radius: 6px;
  overflow: auto
}

.theme-default-content pre code,
.theme-default-content pre[class*=language-] code {
  color: #fff;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  overflow-wrap: unset;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto
}

.theme-default-content .line-number {
  font-family: var(--font-family-code)
}

div[class*=language-] {
  position: relative;
  background-color: var(--code-bg-color);
  border-radius: 6px
}

div[class*=language-]:before {
  content: attr(data-ext);
  position: absolute;
  z-index: 3;
  top: .8em;
  right: 1em;
  font-size: .75rem;
  color: var(--code-ln-color)
}

div[class*=language-] pre,
div[class*=language-] pre[class*=language-] {
  background: transparent !important;
  position: relative;
  z-index: 1
}

div[class*=language-] .highlight-lines {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding-top: 1.3rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 1.4
}

div[class*=language-] .highlight-lines .highlight-line {
  background-color: var(--code-hl-bg-color)
}

div[class*=language-]:not(.line-numbers-mode) .line-numbers {
  display: none
}

div[class*=language-].line-numbers-mode .highlight-lines .highlight-line {
  position: relative
}

div[class*=language-].line-numbers-mode .highlight-lines .highlight-line:before {
  content: " ";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  display: block;
  width: var(--code-ln-wrapper-width);
  height: 100%
}

div[class*=language-].line-numbers-mode pre {
  margin-left: var(--code-ln-wrapper-width);
  padding-left: 1rem;
  vertical-align: middle
}

div[class*=language-].line-numbers-mode .line-numbers {
  position: absolute;
  top: 0;
  width: var(--code-ln-wrapper-width);
  text-align: center;
  color: var(--code-ln-color);
  padding-top: 1.25rem;
  line-height: 1.4;
  counter-reset: line-number
}

div[class*=language-].line-numbers-mode .line-numbers .line-number {
  position: relative;
  z-index: 3;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  height: 1.4em
}

div[class*=language-].line-numbers-mode .line-numbers .line-number:before {
  counter-increment: line-number;
  content: counter(line-number);
  font-size: .85em
}

div[class*=language-].line-numbers-mode:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: var(--code-ln-wrapper-width);
  height: 100%;
  border-radius: 6px 0 0 6px;
  border-right: 1px solid var(--code-hl-bg-color)
}

@media (max-width: 419px) {
  .theme-default-content div[class*=language-] {
    margin: .85rem -1.5rem;
    border-radius: 0
  }
}

.code-group__nav {
  margin-top: .85rem;
  margin-bottom: calc(-1.7rem - 6px);
  padding-bottom: calc(1.7rem - 6px);
  padding-left: 10px;
  padding-top: 10px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: var(--code-bg-color)
}

.code-group__ul {
  margin: auto 0;
  padding-left: 0;
  display: inline-flex;
  list-style: none
}

.code-group__nav-tab {
  border: 0;
  padding: 5px;
  cursor: pointer;
  background-color: transparent;
  font-size: .85em;
  line-height: 1.4;
  color: #ffffffe6;
  font-weight: 600
}

.code-group__nav-tab:focus {
  outline: none
}

.code-group__nav-tab:focus-visible {
  outline: 1px solid rgba(255, 255, 255, .9)
}

.code-group__nav-tab-active {
  border-bottom: var(--c-brand) 1px solid
}

@media (max-width: 419px) {
  .code-group__nav {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    border-radius: 0
  }
}

.code-group-item {
  display: none
}

.code-group-item__active {
  display: block
}

.code-group-item>pre {
  background-color: orange
}

.custom-container {
  transition: color var(--t-color), border-color var(--t-color), background-color var(--t-color)
}

.custom-container .custom-container-title {
  font-weight: 600
}

.custom-container .custom-container-title:not(:only-child) {
  margin-bottom: -.4rem
}

.custom-container.tip,
.custom-container.warning,
.custom-container.danger {
  padding: .1rem 1.5rem;
  border-left-width: .5rem;
  border-left-style: solid;
  margin: 1rem 0
}

.custom-container.tip {
  border-color: var(--c-tip);
  background-color: var(--c-tip-bg);
  color: var(--c-tip-text)
}

.custom-container.tip .custom-container-title {
  color: var(--c-tip-title)
}

.custom-container.tip a {
  color: var(--c-tip-text-accent)
}

.custom-container.warning {
  border-color: var(--c-warning);
  background-color: var(--c-warning-bg);
  color: var(--c-warning-text)
}

.custom-container.warning .custom-container-title {
  color: var(--c-warning-title)
}

.custom-container.warning a {
  color: var(--c-warning-text-accent)
}

.custom-container.danger {
  border-color: var(--c-danger);
  background-color: var(--c-danger-bg);
  color: var(--c-danger-text)
}

.custom-container.danger .custom-container-title {
  color: var(--c-danger-title)
}

.custom-container.danger a {
  color: var(--c-danger-text-accent)
}

.custom-container.details {
  display: block;
  position: relative;
  border-radius: 2px;
  margin: 1.6em 0;
  padding: 1.6em;
  background-color: var(--c-details-bg)
}

.custom-container.details h4 {
  margin-top: 0
}

.custom-container.details figure:last-child,
.custom-container.details p:last-child {
  margin-bottom: 0;
  padding-bottom: 0
}

.custom-container.details summary {
  outline: none;
  cursor: pointer
}

.home {
  padding: var(--navbar-height) 2rem 0;
  max-width: var(--homepage-width);
  margin: 0 auto;
  display: block
}

.home .hero {
  text-align: center
}

.home .hero img {
  max-width: 100%;
  max-height: 280px;
  display: block;
  margin: 3rem auto 1.5rem
}

.home .hero h1 {
  font-size: 3rem
}

.home .hero h1,
.home .hero .description,
.home .hero .actions {
  margin: 1.8rem auto
}

.home .hero .actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center
}

.home .hero .description {
  max-width: 35rem;
  font-size: 1.6rem;
  line-height: 1.3;
  color: var(--c-text-lightest)
}

.home .hero .action-button {
  display: inline-block;
  font-size: 1.2rem;
  padding: .8rem 1.6rem;
  border-width: 2px;
  border-style: solid;
  border-radius: 4px;
  transition: background-color var(--t-color);
  box-sizing: border-box
}

.home .hero .action-button.primary {
  color: var(--c-bg);
  background-color: var(--c-brand);
  border-color: var(--c-brand)
}

.home .hero .action-button.primary:hover {
  background-color: var(--c-brand-light)
}

.home .hero .action-button.secondary {
  color: var(--c-brand);
  background-color: var(--c-bg);
  border-color: var(--c-brand)
}

.home .hero .action-button.secondary:hover {
  color: var(--c-bg);
  background-color: var(--c-brand-light)
}

.home .features {
  border-top: 1px solid var(--c-border);
  transition: border-color var(--t-color);
  padding: 1.2rem 0;
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: stretch;
  justify-content: space-between
}

.home .feature {
  flex-grow: 1;
  flex-basis: 30%;
  max-width: 30%
}

.home .feature h2 {
  font-size: 1.4rem;
  font-weight: 500;
  border-bottom: none;
  padding-bottom: 0;
  color: var(--c-text-light)
}

.home .feature p {
  color: var(--c-text-lighter)
}

.home .theme-default-content {
  padding: 0;
  margin: 0
}

.home .footer {
  padding: 2.5rem;
  border-top: 1px solid var(--c-border);
  text-align: center;
  color: var(--c-text-lighter);
  transition: border-color var(--t-color)
}

@media (max-width: 719px) {
  .home .features {
    flex-direction: column
  }

  .home .feature {
    max-width: 100%;
    padding: 0 2.5rem
  }
}

@media (max-width: 419px) {
  .home {
    padding-left: 1.5rem;
    padding-right: 1.5rem
  }

  .home .hero img {
    max-height: 210px;
    margin: 2rem auto 1.2rem
  }

  .home .hero h1 {
    font-size: 2rem
  }

  .home .hero h1,
  .home .hero .description,
  .home .hero .actions {
    margin: 1.2rem auto
  }

  .home .hero .description {
    font-size: 1.2rem
  }

  .home .hero .action-button {
    font-size: 1rem;
    padding: .6rem 1.2rem
  }

  .home .feature h2 {
    font-size: 1.25rem
  }
}

.page {
  padding-top: var(--navbar-height);
  padding-left: var(--sidebar-width)
}

.navbar {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  height: var(--navbar-height);
  box-sizing: border-box;
  border-bottom: 1px solid var(--c-border);
  background-color: var(--c-bg-navbar);
  transition: background-color var(--t-color), border-color var(--t-color)
}

.sidebar {
  font-size: 16px;
  width: var(--sidebar-width);
  position: fixed;
  z-index: 10;
  margin: 0;
  top: var(--navbar-height);
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  border-right: 1px solid var(--c-border);
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--c-brand) var(--c-border);
  background-color: var(--c-bg-sidebar);
  transition: transform var(--t-transform), background-color var(--t-color), border-color var(--t-color)
}

.sidebar::-webkit-scrollbar {
  width: 7px
}

.sidebar::-webkit-scrollbar-track {
  background-color: var(--c-border)
}

.sidebar::-webkit-scrollbar-thumb {
  background-color: var(--c-brand)
}

.sidebar-mask {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none
}

.theme-container.sidebar-open .sidebar-mask {
  display: block
}

.theme-container.sidebar-open .navbar>.toggle-sidebar-button .icon span:nth-child(1) {
  transform: rotate(45deg) translate3d(5.5px, 5.5px, 0)
}

.theme-container.sidebar-open .navbar>.toggle-sidebar-button .icon span:nth-child(2) {
  transform: scale3d(0, 1, 1)
}

.theme-container.sidebar-open .navbar>.toggle-sidebar-button .icon span:nth-child(3) {
  transform: rotate(-45deg) translate3d(6px, -6px, 0)
}

.theme-container.sidebar-open .navbar>.toggle-sidebar-button .icon span:nth-child(1),
.theme-container.sidebar-open .navbar>.toggle-sidebar-button .icon span:nth-child(3) {
  transform-origin: center
}

.theme-container.no-navbar .theme-default-content h1,
.theme-container.no-navbar .theme-default-content h2,
.theme-container.no-navbar .theme-default-content h3,
.theme-container.no-navbar .theme-default-content h4,
.theme-container.no-navbar .theme-default-content h5,
.theme-container.no-navbar .theme-default-content h6 {
  margin-top: 1.5rem;
  padding-top: 0
}

.theme-container.no-navbar .page {
  padding-top: 0
}

.theme-container.no-navbar .sidebar {
  top: 0
}

.theme-container.no-sidebar .sidebar {
  display: none
}

@media (max-width: 719px) {
  .theme-container.no-sidebar .sidebar {
    display: block
  }
}

.theme-container.no-sidebar .page {
  padding-left: 0
}

.theme-default-content a:hover {
  text-decoration: underline
}

.theme-default-content img {
  max-width: 100%
}

.theme-default-content h1,
.theme-default-content h2,
.theme-default-content h3,
.theme-default-content h4,
.theme-default-content h5,
.theme-default-content h6 {
  margin-top: calc(.5rem - var(--navbar-height));
  padding-top: calc(1rem + var(--navbar-height));
  margin-bottom: 0
}

.theme-default-content h1:first-child,
.theme-default-content h2:first-child,
.theme-default-content h3:first-child,
.theme-default-content h4:first-child,
.theme-default-content h5:first-child,
.theme-default-content h6:first-child {
  margin-bottom: 1rem
}

.theme-default-content h1:first-child+p,
.theme-default-content h1:first-child+pre,
.theme-default-content h1:first-child+.custom-container,
.theme-default-content h2:first-child+p,
.theme-default-content h2:first-child+pre,
.theme-default-content h2:first-child+.custom-container,
.theme-default-content h3:first-child+p,
.theme-default-content h3:first-child+pre,
.theme-default-content h3:first-child+.custom-container,
.theme-default-content h4:first-child+p,
.theme-default-content h4:first-child+pre,
.theme-default-content h4:first-child+.custom-container,
.theme-default-content h5:first-child+p,
.theme-default-content h5:first-child+pre,
.theme-default-content h5:first-child+.custom-container,
.theme-default-content h6:first-child+p,
.theme-default-content h6:first-child+pre,
.theme-default-content h6:first-child+.custom-container {
  margin-top: 2rem
}

@media (max-width: 1280px) {
  .sidebar {
    font-size: 15px;
    width: var(--sidebar-width-mobile)
  }

  .page {
    padding-left: var(--sidebar-width-mobile)
  }
}

@media (max-width: 719px) {
  .sidebar {
    top: 0;
    padding-top: var(--navbar-height);
    transform: translate(-100%)
  }

  .page {
    padding-left: 0
  }

  .theme-container.sidebar-open .sidebar {
    transform: translate(0)
  }

  .theme-container.no-navbar .sidebar {
    padding-top: 0
  }
}

@media (max-width: 419px) {
  h1 {
    font-size: 1.9rem
  }
}

.navbar {
  --navbar-line-height: calc(var(--navbar-height) - 2 * var(--navbar-padding-v));
  padding: var(--navbar-padding-v) var(--navbar-padding-h);
  line-height: var(--navbar-line-height)
}

.navbar .logo {
  height: var(--navbar-line-height);
  margin-right: var(--navbar-padding-v);
  vertical-align: top
}

.navbar .site-name {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--c-text);
  position: relative
}

.navbar .navbar-items-wrapper {
  display: flex;
  position: absolute;
  box-sizing: border-box;
  top: var(--navbar-padding-v);
  right: var(--navbar-padding-h);
  height: var(--navbar-line-height);
  padding-left: var(--navbar-padding-h);
  white-space: nowrap;
  font-size: .9rem
}

.navbar .navbar-items-wrapper .search-box {
  flex: 0 0 auto;
  vertical-align: top
}

@media (max-width: 719px) {
  .navbar {
    padding-left: 4rem
  }

  .navbar .can-hide {
    display: none
  }

  .navbar .site-name {
    width: calc(100vw - 9.4rem);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
  }
}

.navbar-items {
  display: inline-block
}

.navbar-items a {
  display: inline-block;
  line-height: 1.4rem;
  color: inherit
}

.navbar-items a:hover,
.navbar-items a.router-link-active {
  color: var(--c-text)
}

.navbar-items .navbar-item {
  position: relative;
  display: inline-block;
  margin-left: 1.5rem;
  line-height: var(--navbar-line-height)
}

.navbar-items .navbar-item:first-child {
  margin-left: 0
}

.navbar-items .navbar-item>a:hover,
.navbar-items .navbar-item>a.router-link-active {
  margin-bottom: -2px;
  border-bottom: 2px solid var(--c-text-accent)
}

@media (max-width: 719px) {
  .navbar-items .navbar-item {
    margin-left: 0
  }

  .navbar-items .navbar-item>a:hover,
  .navbar-items .navbar-item>a.router-link-active {
    margin-bottom: 0;
    border-bottom: none
  }

  .navbar-items a:hover,
  .navbar-items a.router-link-active {
    color: var(--c-text-accent)
  }
}

.toggle-sidebar-button {
  position: absolute;
  top: .6rem;
  left: 1rem;
  display: none;
  padding: .6rem;
  cursor: pointer
}

.toggle-sidebar-button .icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  cursor: inherit
}

.toggle-sidebar-button .icon span {
  display: inline-block;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: var(--c-text);
  transition: transform var(--t-transform)
}

.toggle-sidebar-button .icon span:nth-child(2) {
  margin: 6px 0
}

@media screen and (max-width: 719px) {
  .toggle-sidebar-button {
    display: block
  }
}

.toggle-color-mode-button {
  display: flex;
  margin: auto;
  margin-left: 1rem;
  border: 0;
  background: none;
  color: var(--c-text);
  opacity: .8;
  cursor: pointer
}

.toggle-color-mode-button:hover {
  opacity: 1
}

.toggle-color-mode-button .icon {
  width: 1.25rem;
  height: 1.25rem
}

.DocSearch {
  transition: background-color var(--t-color)
}

.navbar-dropdown-wrapper {
  cursor: pointer
}

.navbar-dropdown-wrapper .navbar-dropdown-title,
.navbar-dropdown-wrapper .navbar-dropdown-title-mobile {
  display: block;
  font-size: .9rem;
  font-family: inherit;
  cursor: inherit;
  padding: inherit;
  line-height: 1.4rem;
  background: transparent;
  border: none;
  font-weight: 500;
  color: var(--c-text)
}

.navbar-dropdown-wrapper .navbar-dropdown-title:hover,
.navbar-dropdown-wrapper .navbar-dropdown-title-mobile:hover {
  border-color: transparent
}

.navbar-dropdown-wrapper .navbar-dropdown-title .arrow,
.navbar-dropdown-wrapper .navbar-dropdown-title-mobile .arrow {
  vertical-align: middle;
  margin-top: -1px;
  margin-left: .4rem
}

.navbar-dropdown-wrapper .navbar-dropdown-title-mobile {
  display: none;
  font-weight: 600;
  font-size: inherit
}

.navbar-dropdown-wrapper .navbar-dropdown-title-mobile:hover {
  color: var(--c-text-accent)
}

.navbar-dropdown-wrapper .navbar-dropdown .navbar-dropdown-item {
  color: inherit;
  line-height: 1.7rem
}

.navbar-dropdown-wrapper .navbar-dropdown .navbar-dropdown-item .navbar-dropdown-subtitle {
  margin: .45rem 0 0;
  border-top: 1px solid var(--c-border);
  padding: 1rem 0 .45rem;
  font-size: .9rem
}

.navbar-dropdown-wrapper .navbar-dropdown .navbar-dropdown-item .navbar-dropdown-subtitle>span {
  padding: 0 1.5rem 0 1.25rem
}

.navbar-dropdown-wrapper .navbar-dropdown .navbar-dropdown-item .navbar-dropdown-subtitle>a {
  font-weight: inherit
}

.navbar-dropdown-wrapper .navbar-dropdown .navbar-dropdown-item .navbar-dropdown-subtitle>a.router-link-active:after {
  display: none
}

.navbar-dropdown-wrapper .navbar-dropdown .navbar-dropdown-item .navbar-dropdown-subitem-wrapper {
  padding: 0;
  list-style: none
}

.navbar-dropdown-wrapper .navbar-dropdown .navbar-dropdown-item .navbar-dropdown-subitem-wrapper .navbar-dropdown-subitem {
  font-size: .9em
}

.navbar-dropdown-wrapper .navbar-dropdown .navbar-dropdown-item a {
  display: block;
  line-height: 1.7rem;
  position: relative;
  border-bottom: none;
  font-weight: 400;
  margin-bottom: 0;
  padding: 0 1.5rem 0 1.25rem
}

.navbar-dropdown-wrapper .navbar-dropdown .navbar-dropdown-item a:hover,
.navbar-dropdown-wrapper .navbar-dropdown .navbar-dropdown-item a.router-link-active {
  color: var(--c-text-accent)
}

.navbar-dropdown-wrapper .navbar-dropdown .navbar-dropdown-item a.router-link-active:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid var(--c-text-accent);
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  position: absolute;
  top: calc(50% - 2px);
  left: 9px
}

.navbar-dropdown-wrapper .navbar-dropdown .navbar-dropdown-item:first-child .navbar-dropdown-subtitle {
  margin-top: 0;
  padding-top: 0;
  border-top: 0
}

.navbar-dropdown-wrapper.mobile.open .navbar-dropdown-title,
.navbar-dropdown-wrapper.mobile.open .navbar-dropdown-title-mobile {
  margin-bottom: .5rem
}

.navbar-dropdown-wrapper.mobile .navbar-dropdown-title,
.navbar-dropdown-wrapper.mobile .navbar-dropdown-title-mobile {
  display: none
}

.navbar-dropdown-wrapper.mobile .navbar-dropdown-title-mobile {
  display: block
}

.navbar-dropdown-wrapper.mobile .navbar-dropdown {
  transition: height .1s ease-out;
  overflow: hidden
}

.navbar-dropdown-wrapper.mobile .navbar-dropdown .navbar-dropdown-item .navbar-dropdown-subtitle {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0
}

.navbar-dropdown-wrapper.mobile .navbar-dropdown .navbar-dropdown-item .navbar-dropdown-subtitle,
.navbar-dropdown-wrapper.mobile .navbar-dropdown .navbar-dropdown-item>a {
  font-size: 15px;
  line-height: 2rem
}

.navbar-dropdown-wrapper.mobile .navbar-dropdown .navbar-dropdown-item .navbar-dropdown-subitem {
  font-size: 14px;
  padding-left: 1rem
}

.navbar-dropdown-wrapper:not(.mobile) {
  height: 1.8rem
}

.navbar-dropdown-wrapper:not(.mobile):hover .navbar-dropdown,
.navbar-dropdown-wrapper:not(.mobile).open .navbar-dropdown {
  display: block !important
}

.navbar-dropdown-wrapper:not(.mobile).open:blur {
  display: none
}

.navbar-dropdown-wrapper:not(.mobile) .navbar-dropdown {
  display: none;
  height: auto !important;
  box-sizing: border-box;
  max-height: calc(100vh - 2.7rem);
  overflow-y: auto;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: var(--c-bg-navbar);
  padding: .6rem 0;
  border: 1px solid var(--c-border);
  border-bottom-color: var(--c-border-dark);
  text-align: left;
  border-radius: .25rem;
  white-space: nowrap;
  margin: 0
}

.page {
  padding-bottom: 2rem;
  display: block
}

.page .theme-default-content {
  max-width: var(--content-width);
  margin: 0 auto;
  padding: 2rem 2.5rem;
  padding-top: 0
}

@media (max-width: 1280px) {
  .page .theme-default-content {
    padding: 2rem
  }
}

@media (max-width: 419px) {
  .page .theme-default-content {
    padding: 1.5rem
  }
}

.page-meta {
  max-width: var(--content-width);
  margin: 0 auto;
  padding: 1rem 2.5rem;
  overflow: auto
}

@media (max-width: 1280px) {
  .page-meta {
    padding: 2rem
  }
}

@media (max-width: 419px) {
  .page-meta {
    padding: 1.5rem
  }
}

.page-meta .meta-item {
  cursor: default;
  margin-top: .8rem
}

.page-meta .meta-item .meta-item-label {
  font-weight: 500;
  color: var(--c-text-lighter)
}

.page-meta .meta-item .meta-item-info {
  font-weight: 400;
  color: var(--c-text-quote)
}

.page-meta .edit-link {
  display: inline-block;
  margin-right: .25rem
}

.page-meta .last-updated {
  float: right
}

@media (max-width: 719px) {
  .page-meta .last-updated {
    font-size: .8em;
    float: none
  }

  .page-meta .contributors {
    font-size: .8em
  }
}

.page-nav {
  max-width: var(--content-width);
  margin: 0 auto;
  padding: 1rem 2.5rem 2rem;
  padding-bottom: 0
}

@media (max-width: 1280px) {
  .page-nav {
    padding: 2rem
  }
}

@media (max-width: 419px) {
  .page-nav {
    padding: 1.5rem
  }
}

.page-nav .inner {
  min-height: 2rem;
  margin-top: 0;
  border-top: 1px solid var(--c-border);
  transition: border-color var(--t-color);
  padding-top: 1rem;
  overflow: auto
}

.page-nav .prev a:before {
  content: "\2190"
}

.page-nav .next {
  float: right
}

.page-nav .next a:after {
  content: "\2192"
}

.sidebar ul {
  padding: 0;
  margin: 0;
  list-style-type: none
}

.sidebar a {
  display: inline-block
}

.sidebar .navbar-items {
  display: none;
  border-bottom: 1px solid var(--c-border);
  transition: border-color var(--t-color);
  padding: .5rem 0 .75rem
}

.sidebar .navbar-items a {
  font-weight: 600
}

.sidebar .navbar-items .navbar-item {
  display: block;
  line-height: 1.25rem;
  font-size: 1.1em;
  padding: .5rem 0 .5rem 1.5rem
}

.sidebar .sidebar-items {
  padding: 1.5rem 0
}

@media (max-width: 719px) {
  .sidebar .navbar-items {
    display: block
  }

  .sidebar .navbar-items .navbar-dropdown-wrapper .navbar-dropdown .navbar-dropdown-item a.router-link-active:after {
    top: calc(1rem - 2px)
  }

  .sidebar .sidebar-items {
    padding: 1rem 0
  }
}

.sidebar-item {
  cursor: default;
  border-left: .25rem solid transparent;
  color: var(--c-text)
}

.sidebar-item:focus-visible {
  outline-width: 1px;
  outline-offset: -1px
}

.sidebar-item.active:not(p.sidebar-heading) {
  font-weight: 600;
  color: var(--c-text-accent);
  border-left-color: var(--c-text-accent)
}

.sidebar-item.sidebar-heading {
  transition: color .15s ease;
  font-size: 1.1em;
  font-weight: 700;
  padding: .35rem 1.5rem .35rem 1.25rem;
  width: 100%;
  box-sizing: border-box;
  margin: 0
}

.sidebar-item.sidebar-heading+.sidebar-item-children {
  transition: height .1s ease-out;
  overflow: hidden;
  margin-bottom: .75rem
}

.sidebar-item.sidebar-heading.collapsible {
  cursor: pointer
}

.sidebar-item.sidebar-heading.collapsible .arrow {
  position: relative;
  top: -.12em;
  left: .5em
}

.sidebar-item:not(.sidebar-heading) {
  font-size: 1em;
  font-weight: 400;
  display: inline-block;
  margin: 0;
  padding: .35rem 1rem .35rem 2rem;
  line-height: 1.4;
  width: 100%;
  box-sizing: border-box
}

.sidebar-item:not(.sidebar-heading)+.sidebar-item-children {
  padding-left: 1rem;
  font-size: .95em
}

.sidebar-item-children .sidebar-item-children .sidebar-item:not(.sidebar-heading) {
  padding: .25rem 1rem .25rem 1.75rem
}

.sidebar-item-children .sidebar-item-children .sidebar-item:not(.sidebar-heading).active {
  font-weight: 500;
  border-left-color: transparent
}

a.sidebar-heading+.sidebar-item-children .sidebar-item:not(.sidebar-heading).active {
  border-left-color: transparent
}

a.sidebar-item {
  cursor: pointer
}

a.sidebar-item:hover {
  color: var(--c-text-accent)
}

.table-of-contents .badge {
  vertical-align: middle
}

.dropdown-enter-from,
.dropdown-leave-to {
  height: 0 !important
}

.fade-slide-y-enter-active {
  transition: all .2s ease
}

.fade-slide-y-leave-active {
  transition: all .2s cubic-bezier(1, .5, .8, 1)
}

.fade-slide-y-enter-from,
.fade-slide-y-leave-to {
  transform: translateY(10px);
  opacity: 0
}

:root {
  scroll-behavior: smooth;
  --content-width: 100%;
  --homepage-width: 1200px
}

@media (min-width: 751px) {
  #docsearch-container:lang(zh-CN) {
    min-width: 120.66px
  }
}

html.dark {
  --c-border: #31383f
}

body {
  font-size: .93rem
}

blockquote {
  font-size: .93rem;
  color: var(--c-text);
  border-left: .5rem solid #42b983;
  background-color: var(--c-bg-light);
  margin: 1rem 0;
  padding: 1rem
}

blockquote p {
  margin: 0
}

h1 {
  font-size: 1.7rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--c-border)
}

h2 {
  font-size: 1.5rem;
  border-bottom: 0px solid var(--c-border)
}

.theme-default-content h4 {
  font-size: 1.1rem;
  text-decoration: underline
}

html a.sidebar-item.active {
  font-weight: 600;
  color: #08a55e;
  background: #dbf0e5
}

html.dark a.sidebar-item.active {
  font-weight: 600;
  color: var(--c-tip);
  background: var(--c-bg-light)
}

ul.sidebar-items>li>ul.sidebar-item-children>li>ul.sidebar-item-children>li>a.sidebar-item {
  font-weight: 700;
  text-decoration: underline
}

.clearfix:after,
.vssue .vssue-new-comment .vssue-new-comment-footer:after {
  display: block;
  clear: both;
  content: ""
}

.vssue {
  width: 100%;
  color: var(--c-text);
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol;
  padding: 10px
}

.vssue .vssue-button {
  outline: none;
  cursor: pointer;
  padding: 10px 20px;
  font-size: 1.05;
  font-weight: 700;
  color: #3eaf7c;
  background-color: transparent;
  border: 2px solid #3eaf7c;
  border-radius: 10px
}

.vssue .vssue-button:disabled {
  cursor: not-allowed;
  color: var(--c-border);
  border-color: var(--c-border)
}

.vssue .vssue-button:disabled .vssue-icon {
  fill: var(--c-border)
}

.vssue .vssue-button:not(:disabled).vssue-button-default {
  color: #a3aab1;
  border-color: #a3aab1
}

.vssue .vssue-button:not(:disabled).vssue-button-primary {
  color: #3eaf7c;
  border-color: #3eaf7c
}

.vssue .vssue-icon {
  width: 1em;
  height: 1em;
  vertical-align: -.15em;
  fill: #3eaf7c;
  overflow: hidden
}

.vssue .vssue-icon-loading {
  animation: vssue-keyframe-rotation 1s linear infinite
}

@keyframes vssue-keyframe-rotation {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(360deg)
  }
}

.vssue .fade-enter-active,
.vssue .fade-appear-active {
  transition: all .3s ease
}

.vssue .fade-leave-active {
  transition: all .3s cubic-bezier(1, .5, .8, 1)
}

.vssue .fade-enter,
.vssue .fade-leave-to,
.vssue .fade-appear {
  opacity: 0
}

.vssue .vssue-notice {
  position: relative;
  z-index: 100;
  transform: translateY(-11px)
}

.vssue .vssue-notice .vssue-alert {
  position: absolute;
  z-index: 101;
  cursor: pointer;
  top: 0;
  padding: 10px 20px;
  width: 100%;
  color: #3eaf7c;
  border: solid 2px #c3ead8;
  border-radius: 5px;
  background-color: #f5fbf8
}

.vssue .vssue-notice .vssue-progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  background-color: #3eaf7c
}

.vssue .vssue-status {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
  color: #3eaf7c
}

.vssue .vssue-status .vssue-icon {
  font-size: 1.4em
}

.vssue .vssue-status .vssue-status-info {
  margin-top: 10px;
  margin-bottom: 10px
}

.vssue .vssue-header {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--c-border);
  margin-bottom: 10px;
  overflow: hidden
}

.vssue .vssue-header .vssue-header-powered-by {
  float: right
}

.vssue .vssue-new-comment {
  border-bottom: 1px solid var(--c-border);
  margin-top: 10px;
  margin-bottom: 10px
}

.vssue .vssue-new-comment .vssue-comment-avatar {
  float: left;
  width: 50px;
  height: 50px
}

.vssue .vssue-new-comment .vssue-comment-avatar img {
  width: 50px;
  height: 50px
}

.vssue .vssue-new-comment .vssue-comment-avatar .vssue-icon {
  cursor: pointer;
  padding: 5px;
  font-size: 50px;
  fill: #757f8a
}

.vssue .vssue-new-comment .vssue-new-comment-body {
  position: relative
}

@media screen and (max-width: 576px) {
  .vssue .vssue-new-comment .vssue-new-comment-body {
    margin-left: 60px
  }
}

@media screen and (min-width: 577px) {
  .vssue .vssue-new-comment .vssue-new-comment-body {
    margin-left: 70px
  }
}

.vssue .vssue-new-comment .vssue-new-comment-body .vssue-new-comment-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.vssue .vssue-new-comment .vssue-new-comment-footer {
  margin-top: 10px;
  margin-bottom: 10px
}

.vssue .vssue-new-comment .vssue-new-comment-footer .vssue-current-user {
  color: #a3aab1
}

.vssue .vssue-new-comment .vssue-new-comment-footer .vssue-current-user .vssue-logout {
  cursor: pointer;
  text-decoration: underline;
  color: #a3aab1;
  font-weight: 400
}

@media screen and (max-width: 576px) {
  .vssue .vssue-new-comment .vssue-new-comment-footer {
    text-align: center
  }

  .vssue .vssue-new-comment .vssue-new-comment-footer .vssue-new-comment-operations {
    margin-top: 10px
  }
}

@media screen and (min-width: 577px) {
  .vssue .vssue-new-comment .vssue-new-comment-footer {
    margin-left: 70px;
    text-align: right
  }

  .vssue .vssue-new-comment .vssue-new-comment-footer .vssue-current-user {
    float: left
  }
}

.vssue .vssue-new-comment .vssue-new-comment-input {
  resize: none;
  outline: none;
  width: 100%;
  padding: 15px;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol;
  background-color: #f5fbf8;
  border: 1px solid var(--c-border);
  border-radius: 5px
}

.vssue .vssue-new-comment .vssue-new-comment-input:disabled {
  cursor: not-allowed;
  background-color: #f0f2f4
}

.vssue .vssue-new-comment .vssue-new-comment-input:focus {
  background-color: #fff;
  border-color: #9adbbe;
  box-shadow: 0 0 1px 1px #9adbbe
}

.vssue .vssue-new-comment .vssue-new-comment-input::-moz-placeholder {
  color: #a3aab1
}

.vssue .vssue-new-comment .vssue-new-comment-input::placeholder {
  color: #a3aab1
}

.vssue .vssue-comments .vssue-comment {
  margin: 15px 0
}

.vssue .vssue-comments .vssue-comment.vssue-comment-edit-mode .vssue-comment-main {
  border-color: #9adbbe;
  box-shadow: 0 0 1px 1px #9adbbe
}

.vssue .vssue-comments .vssue-comment.vssue-comment-disabled {
  pointer-events: none
}

.vssue .vssue-comments .vssue-comment.vssue-comment-disabled .vssue-comment-body {
  background-color: #f9f9fa
}

.vssue .vssue-comments .vssue-comment .vssue-comment-avatar {
  float: left;
  width: 50px;
  height: 50px
}

.vssue .vssue-comments .vssue-comment .vssue-comment-avatar img {
  width: 50px;
  height: 50px
}

@media screen and (max-width: 576px) {
  .vssue .vssue-comments .vssue-comment .vssue-comment-body {
    margin-left: 60px
  }
}

@media screen and (min-width: 577px) {
  .vssue .vssue-comments .vssue-comment .vssue-comment-body {
    margin-left: 70px
  }
}

.vssue .vssue-comments .vssue-comment .vssue-comment-header {
  padding: 10px 15px;
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 1px solid var(--c-border);
  border-bottom: none
}

.vssue .vssue-comments .vssue-comment .vssue-comment-header .vssue-comment-created-at {
  float: right;
  cursor: default;
  color: #a3aab1
}

.vssue .vssue-comments .vssue-comment .vssue-comment-main {
  padding: 15px;
  border: 1px solid var(--c-border)
}

.vssue .vssue-comments .vssue-comment .vssue-comment-main .vssue-edit-comment-input {
  resize: none;
  outline: none;
  border: none;
  width: 100%;
  background: transparent
}

.vssue .vssue-comments .vssue-comment .vssue-comment-footer {
  padding: 10px 15px;
  overflow: hidden;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid var(--c-border);
  border-top: none
}

.vssue .vssue-comments .vssue-comment .vssue-comment-footer .vssue-comment-hint {
  cursor: default;
  color: #a3aab1
}

.vssue .vssue-comments .vssue-comment .vssue-comment-footer .vssue-comment-reactions .vssue-comment-reaction {
  cursor: pointer;
  display: inline-block;
  margin-right: 8px;
  color: #3eaf7c
}

.vssue .vssue-comments .vssue-comment .vssue-comment-footer .vssue-comment-operations {
  float: right;
  color: #3eaf7c
}

.vssue .vssue-comments .vssue-comment .vssue-comment-footer .vssue-comment-operations .vssue-comment-operation {
  cursor: pointer;
  margin-left: 8px
}

.vssue .vssue-comments .vssue-comment .vssue-comment-footer .vssue-comment-operations .vssue-comment-operation.vssue-comment-operation-muted {
  color: #a3aab1
}

.vssue .vssue-comments .vssue-comment .vssue-comment-footer .vssue-comment-operations .vssue-comment-operation.vssue-comment-operation-muted .vssue-icon {
  fill: #a3aab1
}

.vssue .vssue-pagination {
  cursor: default;
  display: flex;
  padding: 5px;
  color: #a3aab1
}

@media screen and (max-width: 576px) {
  .vssue .vssue-pagination {
    flex-direction: column;
    justify-content: center;
    text-align: center
  }
}

.vssue .vssue-pagination .vssue-pagination-per-page,
.vssue .vssue-pagination .vssue-pagination-loading,
.vssue .vssue-pagination .vssue-pagination-page {
  flex: 1
}

@media screen and (max-width: 576px) {
  .vssue .vssue-pagination .vssue-pagination-page {
    margin-top: 10px
  }
}

@media screen and (min-width: 577px) {
  .vssue .vssue-pagination .vssue-pagination-page {
    text-align: right
  }
}

.vssue .vssue-pagination .vssue-pagination-select {
  color: var(--c-text);
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #9adbbe;
  padding-left: .2rem;
  padding-right: 1rem;
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg class='icon' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cstyle/%3E%3C/defs%3E%3Cpath d='M676.395 432.896a21.333 21.333 0 0 0-30.166 0L511.061 568.021 377.728 434.645a21.333 21.333 0 0 0-30.165 30.166l148.394 148.48a21.419 21.419 0 0 0 30.208 0l150.23-150.187a21.333 21.333 0 0 0 0-30.208'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center right
}

.vssue .vssue-pagination .vssue-pagination-select:disabled {
  cursor: not-allowed
}

.vssue .vssue-pagination .vssue-pagination-select:focus {
  background-color: #fff;
  box-shadow: 0 0 .2px .2px #9adbbe
}

.vssue .vssue-pagination .vssue-pagination-link {
  display: inline-block;
  min-width: 1em;
  text-align: center
}

.vssue .vssue-pagination .vssue-pagination-link.disabled {
  pointer-events: none
}

.vssue .vssue-pagination .vssue-pagination-link:not(.disabled) {
  color: #3eaf7c;
  font-weight: 500;
  cursor: pointer
}

.vssue,
.vssue * {
  box-sizing: border-box
}

.vssue :not(.vssue-comment-content) a {
  cursor: pointer;
  font-weight: 500;
  color: #3eaf7c;
  text-decoration: none
}

.vssue :not(.vssue-comment-content) hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid var(--c-border);
  margin: 1.2rem 0;
  padding: 0
}

@font-face {
  font-family: octicons-link;
  src: url(data:font/woff;charset=utf-8;base64,d09GRgABAAAAAAZwABAAAAAACFQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABEU0lHAAAGaAAAAAgAAAAIAAAAAUdTVUIAAAZcAAAACgAAAAoAAQAAT1MvMgAAAyQAAABJAAAAYFYEU3RjbWFwAAADcAAAAEUAAACAAJThvmN2dCAAAATkAAAABAAAAAQAAAAAZnBnbQAAA7gAAACyAAABCUM+8IhnYXNwAAAGTAAAABAAAAAQABoAI2dseWYAAAFsAAABPAAAAZwcEq9taGVhZAAAAsgAAAA0AAAANgh4a91oaGVhAAADCAAAABoAAAAkCA8DRGhtdHgAAAL8AAAADAAAAAwGAACfbG9jYQAAAsAAAAAIAAAACABiATBtYXhwAAACqAAAABgAAAAgAA8ASm5hbWUAAAToAAABQgAAAlXu73sOcG9zdAAABiwAAAAeAAAAME3QpOBwcmVwAAAEbAAAAHYAAAB/aFGpk3jaTY6xa8JAGMW/O62BDi0tJLYQincXEypYIiGJjSgHniQ6umTsUEyLm5BV6NDBP8Tpts6F0v+k/0an2i+itHDw3v2+9+DBKTzsJNnWJNTgHEy4BgG3EMI9DCEDOGEXzDADU5hBKMIgNPZqoD3SilVaXZCER3/I7AtxEJLtzzuZfI+VVkprxTlXShWKb3TBecG11rwoNlmmn1P2WYcJczl32etSpKnziC7lQyWe1smVPy/Lt7Kc+0vWY/gAgIIEqAN9we0pwKXreiMasxvabDQMM4riO+qxM2ogwDGOZTXxwxDiycQIcoYFBLj5K3EIaSctAq2kTYiw+ymhce7vwM9jSqO8JyVd5RH9gyTt2+J/yUmYlIR0s04n6+7Vm1ozezUeLEaUjhaDSuXHwVRgvLJn1tQ7xiuVv/ocTRF42mNgZGBgYGbwZOBiAAFGJBIMAAizAFoAAABiAGIAznjaY2BkYGAA4in8zwXi+W2+MjCzMIDApSwvXzC97Z4Ig8N/BxYGZgcgl52BCSQKAA3jCV8CAABfAAAAAAQAAEB42mNgZGBg4f3vACQZQABIMjKgAmYAKEgBXgAAeNpjYGY6wTiBgZWBg2kmUxoDA4MPhGZMYzBi1AHygVLYQUCaawqDA4PChxhmh/8ODDEsvAwHgMKMIDnGL0x7gJQCAwMAJd4MFwAAAHjaY2BgYGaA4DAGRgYQkAHyGMF8NgYrIM3JIAGVYYDT+AEjAwuDFpBmA9KMDEwMCh9i/v8H8sH0/4dQc1iAmAkALaUKLgAAAHjaTY9LDsIgEIbtgqHUPpDi3gPoBVyRTmTddOmqTXThEXqrob2gQ1FjwpDvfwCBdmdXC5AVKFu3e5MfNFJ29KTQT48Ob9/lqYwOGZxeUelN2U2R6+cArgtCJpauW7UQBqnFkUsjAY/kOU1cP+DAgvxwn1chZDwUbd6CFimGXwzwF6tPbFIcjEl+vvmM/byA48e6tWrKArm4ZJlCbdsrxksL1AwWn/yBSJKpYbq8AXaaTb8AAHja28jAwOC00ZrBeQNDQOWO//sdBBgYGRiYWYAEELEwMTE4uzo5Zzo5b2BxdnFOcALxNjA6b2ByTswC8jYwg0VlNuoCTWAMqNzMzsoK1rEhNqByEyerg5PMJlYuVueETKcd/89uBpnpvIEVomeHLoMsAAe1Id4AAAAAAAB42oWQT07CQBTGv0JBhagk7HQzKxca2sJCE1hDt4QF+9JOS0nbaaYDCQfwCJ7Au3AHj+LO13FMmm6cl7785vven0kBjHCBhfpYuNa5Ph1c0e2Xu3jEvWG7UdPDLZ4N92nOm+EBXuAbHmIMSRMs+4aUEd4Nd3CHD8NdvOLTsA2GL8M9PODbcL+hD7C1xoaHeLJSEao0FEW14ckxC+TU8TxvsY6X0eLPmRhry2WVioLpkrbp84LLQPGI7c6sOiUzpWIWS5GzlSgUzzLBSikOPFTOXqly7rqx0Z1Q5BAIoZBSFihQYQOOBEdkCOgXTOHA07HAGjGWiIjaPZNW13/+lm6S9FT7rLHFJ6fQbkATOG1j2OFMucKJJsxIVfQORl+9Jyda6Sl1dUYhSCm1dyClfoeDve4qMYdLEbfqHf3O/AdDumsjAAB42mNgYoAAZQYjBmyAGYQZmdhL8zLdDEydARfoAqIAAAABAAMABwAKABMAB///AA8AAQAAAAAAAAAAAAAAAAABAAAAAA==) format("woff")
}

.markdown-body .octicon {
  display: inline-block;
  fill: currentColor;
  vertical-align: text-bottom
}

.markdown-body .anchor {
  float: left;
  line-height: 1;
  margin-left: -20px;
  padding-right: 4px
}

.markdown-body .anchor:focus {
  outline: none
}

.markdown-body h1 .octicon-link,
.markdown-body h2 .octicon-link,
.markdown-body h3 .octicon-link,
.markdown-body h4 .octicon-link,
.markdown-body h5 .octicon-link,
.markdown-body h6 .octicon-link {
  color: #1b1f23;
  vertical-align: middle;
  visibility: hidden
}

.markdown-body h1:hover .anchor,
.markdown-body h2:hover .anchor,
.markdown-body h3:hover .anchor,
.markdown-body h4:hover .anchor,
.markdown-body h5:hover .anchor,
.markdown-body h6:hover .anchor {
  text-decoration: none
}

.markdown-body h1:hover .anchor .octicon-link,
.markdown-body h2:hover .anchor .octicon-link,
.markdown-body h3:hover .anchor .octicon-link,
.markdown-body h4:hover .anchor .octicon-link,
.markdown-body h5:hover .anchor .octicon-link,
.markdown-body h6:hover .anchor .octicon-link {
  visibility: visible
}

.markdown-body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: var(--c-text);
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 16px;
  line-height: 1.5;
  word-wrap: break-word
}

.markdown-body .pl-c {
  color: #6a737d
}

.markdown-body .pl-c1,
.markdown-body .pl-s .pl-v {
  color: #005cc5
}

.markdown-body .pl-e,
.markdown-body .pl-en {
  color: #6f42c1
}

.markdown-body .pl-s .pl-s1,
.markdown-body .pl-smi {
  color: var(--c-text)
}

.markdown-body .pl-ent {
  color: #22863a
}

.markdown-body .pl-k {
  color: #d73a49
}

.markdown-body .pl-pds,
.markdown-body .pl-s,
.markdown-body .pl-s .pl-pse .pl-s1,
.markdown-body .pl-sr,
.markdown-body .pl-sr .pl-cce,
.markdown-body .pl-sr .pl-sra,
.markdown-body .pl-sr .pl-sre {
  color: #032f62
}

.markdown-body .pl-smw,
.markdown-body .pl-v {
  color: #e36209
}

.markdown-body .pl-bu {
  color: #b31d28
}

.markdown-body .pl-ii {
  background-color: #b31d28;
  color: #fafbfc
}

.markdown-body .pl-c2 {
  background-color: #d73a49;
  color: #fafbfc
}

.markdown-body .pl-c2:before {
  content: "^M"
}

.markdown-body .pl-sr .pl-cce {
  color: #22863a;
  font-weight: 700
}

.markdown-body .pl-ml {
  color: #735c0f
}

.markdown-body .pl-mh,
.markdown-body .pl-mh .pl-en,
.markdown-body .pl-ms {
  color: #005cc5;
  font-weight: 700
}

.markdown-body .pl-mi {
  color: var(--c-text);
  font-style: italic
}

.markdown-body .pl-mb {
  color: var(--c-text);
  font-weight: 700
}

.markdown-body .pl-md {
  background-color: #ffeef0;
  color: #b31d28
}

.markdown-body .pl-mi1 {
  background-color: #f0fff4;
  color: #22863a
}

.markdown-body .pl-mc {
  background-color: #ffebda;
  color: #e36209
}

.markdown-body .pl-mi2 {
  background-color: #005cc5;
  color: #f6f8fa
}

.markdown-body .pl-mdr {
  color: #6f42c1;
  font-weight: 700
}

.markdown-body .pl-ba {
  color: #586069
}

.markdown-body .pl-sg {
  color: #959da5
}

.markdown-body .pl-corl {
  color: #032f62;
  text-decoration: underline
}

.markdown-body details {
  display: block
}

.markdown-body summary {
  display: list-item
}

.markdown-body a {
  background-color: transparent
}

.markdown-body a:active,
.markdown-body a:hover {
  outline-width: 0
}

.markdown-body strong {
  font-weight: inherit;
  font-weight: bolder
}

.markdown-body h1 {
  font-size: 2em;
  margin: .67em 0
}

.markdown-body img {
  border-style: none
}

.markdown-body code,
.markdown-body kbd,
.markdown-body pre {
  font-family: monospace, monospace;
  font-size: 1em
}

.markdown-body hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

.markdown-body input {
  font: inherit;
  margin: 0
}

.markdown-body input {
  overflow: visible
}

.markdown-body [type=checkbox] {
  box-sizing: border-box;
  padding: 0
}

.markdown-body * {
  box-sizing: border-box
}

.markdown-body input {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

.markdown-body a {
  color: #0366d6;
  text-decoration: none
}

.markdown-body a:hover {
  text-decoration: underline
}

.markdown-body strong {
  font-weight: 600
}

.markdown-body hr {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #dfe2e5;
  height: 0;
  margin: 15px 0;
  overflow: hidden
}

.markdown-body hr:before {
  content: "";
  display: table
}

.markdown-body hr:after {
  clear: both;
  content: "";
  display: table
}

.markdown-body table {
  border-collapse: collapse;
  border-spacing: 0
}

.markdown-body td,
.markdown-body th {
  padding: 0
}

.markdown-body details summary {
  cursor: pointer
}

.markdown-body h1,
.markdown-body h2,
.markdown-body h3,
.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
  margin-bottom: 0;
  margin-top: 0
}

.markdown-body h1 {
  font-size: 32px
}

.markdown-body h1,
.markdown-body h2 {
  font-weight: 600
}

.markdown-body h2 {
  font-size: 24px
}

.markdown-body h3 {
  font-size: 20px
}

.markdown-body h3,
.markdown-body h4 {
  font-weight: 600
}

.markdown-body h4 {
  font-size: 16px
}

.markdown-body h5 {
  font-size: 14px
}

.markdown-body h5,
.markdown-body h6 {
  font-weight: 600
}

.markdown-body h6 {
  font-size: 12px
}

.markdown-body p {
  margin-bottom: 10px;
  margin-top: 0
}

.markdown-body blockquote {
  margin: 0
}

.markdown-body ol,
.markdown-body ul {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0
}

.markdown-body ol ol,
.markdown-body ul ol {
  list-style-type: lower-roman
}

.markdown-body ol ol ol,
.markdown-body ol ul ol,
.markdown-body ul ol ol,
.markdown-body ul ul ol {
  list-style-type: lower-alpha
}

.markdown-body dd {
  margin-left: 0
}

.markdown-body code,
.markdown-body pre {
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
  font-size: 12px
}

.markdown-body pre {
  margin-bottom: 0;
  margin-top: 0
}

.markdown-body input::-webkit-inner-spin-button,
.markdown-body input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0
}

.markdown-body .border {
  border: 1px solid #e1e4e8 !important
}

.markdown-body .border-0 {
  border: 0 !important
}

.markdown-body .border-bottom {
  border-bottom: 1px solid #e1e4e8 !important
}

.markdown-body .rounded-1 {
  border-radius: 3px !important
}

.markdown-body .bg-white {
  background-color: #fff !important
}

.markdown-body .bg-gray-light {
  background-color: #fafbfc !important
}

.markdown-body .text-gray-light {
  color: #6a737d !important
}

.markdown-body .mb-0 {
  margin-bottom: 0 !important
}

.markdown-body .my-2 {
  margin-bottom: 8px !important;
  margin-top: 8px !important
}

.markdown-body .pl-0 {
  padding-left: 0 !important
}

.markdown-body .py-0 {
  padding-bottom: 0 !important;
  padding-top: 0 !important
}

.markdown-body .pl-1 {
  padding-left: 4px !important
}

.markdown-body .pl-2 {
  padding-left: 8px !important
}

.markdown-body .py-2 {
  padding-bottom: 8px !important;
  padding-top: 8px !important
}

.markdown-body .pl-3,
.markdown-body .px-3 {
  padding-left: 16px !important
}

.markdown-body .px-3 {
  padding-right: 16px !important
}

.markdown-body .pl-4 {
  padding-left: 24px !important
}

.markdown-body .pl-5 {
  padding-left: 32px !important
}

.markdown-body .pl-6 {
  padding-left: 40px !important
}

.markdown-body .f6 {
  font-size: 12px !important
}

.markdown-body .lh-condensed {
  line-height: 1.25 !important
}

.markdown-body .text-bold {
  font-weight: 600 !important
}

.markdown-body:before {
  content: "";
  display: table
}

.markdown-body:after {
  clear: both;
  content: "";
  display: table
}

.markdown-body>:first-child {
  margin-top: 0 !important
}

.markdown-body>:last-child {
  margin-bottom: 0 !important
}

.markdown-body a:not([href]) {
  color: inherit;
  text-decoration: none
}

.markdown-body blockquote,
.markdown-body dl,
.markdown-body ol,
.markdown-body p,
.markdown-body pre,
.markdown-body table,
.markdown-body ul {
  margin-bottom: 16px;
  margin-top: 0
}

.markdown-body hr {
  background-color: #e1e4e8;
  border: 0;
  height: .25em;
  margin: 24px 0;
  padding: 0
}

.markdown-body blockquote {
  border-left: .25em solid #d0d7de;
  color: #6a737d;
  padding: 0 1em
}

.markdown-body blockquote>:first-child {
  margin-top: 0
}

.markdown-body blockquote>:last-child {
  margin-bottom: 0
}

.markdown-body kbd {
  background-color: #fafbfc;
  border: 1px solid #c6cbd1;
  border-bottom-color: #959da5;
  border-radius: 3px;
  box-shadow: inset 0 -1px #959da5;
  color: #444d56;
  display: inline-block;
  font-size: 11px;
  line-height: 10px;
  padding: 3px 5px;
  vertical-align: middle
}

.markdown-body h1,
.markdown-body h2,
.markdown-body h3,
.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 16px;
  margin-top: 24px
}

.markdown-body h1 {
  font-size: 2em
}

.markdown-body h1,
.markdown-body h2 {
  border-bottom: 1px solid var(--c-border);
  padding-bottom: .3em
}

.markdown-body h2 {
  font-size: 1.5em
}

.markdown-body h3 {
  font-size: 1.25em
}

.markdown-body h4 {
  font-size: 1em
}

.markdown-body h5 {
  font-size: .875em
}

.markdown-body h6 {
  color: #6a737d;
  font-size: .85em
}

.markdown-body ol,
.markdown-body ul {
  padding-left: 2em
}

.markdown-body ol ol,
.markdown-body ol ul,
.markdown-body ul ol,
.markdown-body ul ul {
  margin-bottom: 0;
  margin-top: 0
}

.markdown-body li {
  word-wrap: break-all
}

.markdown-body li>p {
  margin-top: 16px
}

.markdown-body li+li {
  margin-top: .25em
}

.markdown-body dl {
  padding: 0
}

.markdown-body dl dt {
  font-size: 1em;
  font-style: italic;
  font-weight: 600;
  margin-top: 16px;
  padding: 0
}

.markdown-body dl dd {
  margin-bottom: 16px;
  padding: 0 16px
}

.markdown-body table {
  display: block;
  overflow: auto;
  width: 100%
}

.markdown-body table th {
  font-weight: 600
}

.markdown-body table td,
.markdown-body table th {
  border: 1px solid #dfe2e5;
  padding: 6px 13px
}

.markdown-body table tr {
  background-color: #fff;
  border-top: 1px solid #c6cbd1
}

.markdown-body table tr:nth-child(2n) {
  background-color: #f6f8fa
}

.markdown-body img {
  background-color: #fff;
  box-sizing: content-box;
  max-width: 100%
}

.markdown-body img[align=right] {
  padding-left: 20px
}

.markdown-body img[align=left] {
  padding-right: 20px
}

.markdown-body code {
  background-color: #1b1f230d;
  border-radius: 3px;
  font-size: 85%;
  margin: 0;
  padding: .2em .4em
}

.markdown-body pre {
  word-wrap: normal
}

.markdown-body pre>code {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  white-space: pre;
  word-break: normal
}

.markdown-body .highlight {
  margin-bottom: 16px
}

.markdown-body .highlight pre {
  margin-bottom: 0;
  word-break: normal
}

.markdown-body .highlight pre,
.markdown-body pre {
  background-color: #f6f8fa;
  border-radius: 3px;
  font-size: 85%;
  line-height: 1.45;
  overflow: auto;
  padding: 16px
}

.markdown-body pre code {
  background-color: transparent;
  border: 0;
  display: inline;
  line-height: inherit;
  margin: 0;
  max-width: auto;
  overflow: visible;
  padding: 0;
  word-wrap: normal
}

.markdown-body .commit-tease-sha {
  color: #444d56;
  display: inline-block;
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
  font-size: 90%
}

.markdown-body .blob-wrapper {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  overflow-x: auto;
  overflow-y: hidden
}

.markdown-body .blob-wrapper-embedded {
  max-height: 240px;
  overflow-y: auto
}

.markdown-body .blob-num {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  color: #1b1f234d;
  cursor: pointer;
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
  font-size: 12px;
  line-height: 20px;
  min-width: 50px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: right;
  user-select: none;
  vertical-align: top;
  white-space: nowrap;
  width: 1%
}

.markdown-body .blob-num:hover {
  color: #1b1f2399
}

.markdown-body .blob-num:before {
  content: attr(data-line-number)
}

.markdown-body .blob-code {
  line-height: 20px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  vertical-align: top
}

.markdown-body .blob-code-inner {
  color: var(--c-text);
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
  font-size: 12px;
  overflow: visible;
  white-space: pre;
  word-wrap: normal
}

.markdown-body .pl-token.active,
.markdown-body .pl-token:hover {
  background: #ffea7f;
  cursor: pointer
}

.markdown-body kbd {
  background-color: #fafbfc;
  border: 1px solid #d1d5da;
  border-bottom-color: #c6cbd1;
  border-radius: 3px;
  box-shadow: inset 0 -1px #c6cbd1;
  color: #444d56;
  display: inline-block;
  font: 11px SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
  line-height: 10px;
  padding: 3px 5px;
  vertical-align: middle
}

.markdown-body :checked+.radio-label {
  border-color: #0366d6;
  position: relative;
  z-index: 1
}

.markdown-body .tab-size[data-tab-size="1"] {
  -moz-tab-size: 1;
  -o-tab-size: 1;
  tab-size: 1
}

.markdown-body .tab-size[data-tab-size="2"] {
  -moz-tab-size: 2;
  -o-tab-size: 2;
  tab-size: 2
}

.markdown-body .tab-size[data-tab-size="3"] {
  -moz-tab-size: 3;
  -o-tab-size: 3;
  tab-size: 3
}

.markdown-body .tab-size[data-tab-size="4"] {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4
}

.markdown-body .tab-size[data-tab-size="5"] {
  -moz-tab-size: 5;
  -o-tab-size: 5;
  tab-size: 5
}

.markdown-body .tab-size[data-tab-size="6"] {
  -moz-tab-size: 6;
  -o-tab-size: 6;
  tab-size: 6
}

.markdown-body .tab-size[data-tab-size="7"] {
  -moz-tab-size: 7;
  -o-tab-size: 7;
  tab-size: 7
}

.markdown-body .tab-size[data-tab-size="8"] {
  -moz-tab-size: 8;
  -o-tab-size: 8;
  tab-size: 8
}

.markdown-body .tab-size[data-tab-size="9"] {
  -moz-tab-size: 9;
  -o-tab-size: 9;
  tab-size: 9
}

.markdown-body .tab-size[data-tab-size="10"] {
  -moz-tab-size: 10;
  -o-tab-size: 10;
  tab-size: 10
}

.markdown-body .tab-size[data-tab-size="11"] {
  -moz-tab-size: 11;
  -o-tab-size: 11;
  tab-size: 11
}

.markdown-body .tab-size[data-tab-size="12"] {
  -moz-tab-size: 12;
  -o-tab-size: 12;
  tab-size: 12
}

.markdown-body .task-list-item {
  list-style-type: none
}

.markdown-body .task-list-item+.task-list-item {
  margin-top: 3px
}

.markdown-body .task-list-item input {
  margin: 0 .2em .25em -1.6em;
  vertical-align: middle
}

.markdown-body hr {
  border-bottom-color: #eee
}

.markdown-body .pl-0 {
  padding-left: 0 !important
}

.markdown-body .pl-1 {
  padding-left: 4px !important
}

.markdown-body .pl-2 {
  padding-left: 8px !important
}

.markdown-body .pl-3 {
  padding-left: 16px !important
}

.markdown-body .pl-4 {
  padding-left: 24px !important
}

.markdown-body .pl-5 {
  padding-left: 32px !important
}

.markdown-body .pl-6 {
  padding-left: 40px !important
}

.markdown-body .pl-7 {
  padding-left: 48px !important
}

.markdown-body .pl-8 {
  padding-left: 64px !important
}

.markdown-body .pl-9 {
  padding-left: 80px !important
}

.markdown-body .pl-10 {
  padding-left: 96px !important
}

.markdown-body .pl-11 {
  padding-left: 112px !important
}

.markdown-body .pl-12 {
  padding-left: 128px !important
}

html.dark .markdown-body .highlight pre,
html.dark .markdown-body pre {
  background-color: var(--code-bg-color)
}

html.dark .markdown-body blockquote {
  border-left: .25em solid var(--c-border)
}

.cc-col-pull-0,
.cc-col-pull-1,
.cc-col-pull-10,
.cc-col-pull-11,
.cc-col-pull-13,
.cc-col-pull-14,
.cc-col-pull-15,
.cc-col-pull-16,
.cc-col-pull-17,
.cc-col-pull-18,
.cc-col-pull-19,
.cc-col-pull-2,
.cc-col-pull-20,
.cc-col-pull-21,
.cc-col-pull-22,
.cc-col-pull-23,
.cc-col-pull-24,
.cc-col-pull-3,
.cc-col-pull-4,
.cc-col-pull-5,
.cc-col-pull-6,
.cc-col-pull-7,
.cc-col-pull-8,
.cc-col-pull-9,
.cc-col-push-0,
.cc-col-push-1,
.cc-col-push-10,
.cc-col-push-11,
.cc-col-push-12,
.cc-col-push-13,
.cc-col-push-14,
.cc-col-push-15,
.cc-col-push-16,
.cc-col-push-17,
.cc-col-push-18,
.cc-col-push-19,
.cc-col-push-2,
.cc-col-push-20,
.cc-col-push-21,
.cc-col-push-22,
.cc-col-push-23,
.cc-col-push-24,
.cc-col-push-3,
.cc-col-push-4,
.cc-col-push-5,
.cc-col-push-6,
.cc-col-push-7,
.cc-col-push-8,
.cc-col-push-9,
.cc-row {
  position: relative
}

[class*=cc-col-] {
  float: left;
  box-sizing: border-box
}

.cc-col-0 {
  display: none;
  width: 0%
}

.cc-row {
  box-sizing: border-box
}

.cc-row:after,
.cc-row:before {
  display: table;
  content: ""
}

.cc-row:after {
  clear: both
}

.cc-row--flex {
  display: flex
}

.cc-row--flex:after,
.cc-row--flex:before {
  display: none
}

.cc-row--flex.is-justify-center {
  justify-content: center
}

.cc-row--flex.is-justify-end {
  justify-content: flex-end
}

.cc-row--flex.is-justify-space-between {
  justify-content: space-between
}

.cc-row--flex.is-justify-space-around {
  justify-content: space-around
}

.cc-row--flex.is-align-middle {
  align-items: center
}

.cc-row--flex.is-align-bottom {
  align-items: flex-end
}

.cc-row-gutter-2 {
  margin-left: -1px;
  margin-right: -1px
}

.cc-row-gutter-2 [class*=cc-col-] {
  padding-left: 1px;
  padding-right: 1px
}

.cc-row-gutter-4 {
  margin-left: -2px;
  margin-right: -2px
}

.cc-row-gutter-4 [class*=cc-col-] {
  padding-left: 2px;
  padding-right: 2px
}

.cc-row-gutter-6 {
  margin-left: -3px;
  margin-right: -3px
}

.cc-row-gutter-6 [class*=cc-col-] {
  padding-left: 3px;
  padding-right: 3px
}

.cc-row-gutter-8 {
  margin-left: -4px;
  margin-right: -4px
}

.cc-row-gutter-8 [class*=cc-col-] {
  padding-left: 4px;
  padding-right: 4px
}

.cc-row-gutter-10 {
  margin-left: -5px;
  margin-right: -5px
}

.cc-row-gutter-10 [class*=cc-col-] {
  padding-left: 5px;
  padding-right: 5px
}

.cc-row-gutter-12 {
  margin-left: -6px;
  margin-right: -6px
}

.cc-row-gutter-12 [class*=cc-col-] {
  padding-left: 6px;
  padding-right: 6px
}

.cc-row-gutter-14 {
  margin-left: -7px;
  margin-right: -7px
}

.cc-row-gutter-14 [class*=cc-col-] {
  padding-left: 7px;
  padding-right: 7px
}

.cc-row-gutter-16 {
  margin-left: -8px;
  margin-right: -8px
}

.cc-row-gutter-16 [class*=cc-col-] {
  padding-left: 8px;
  padding-right: 8px
}

.cc-row-gutter-18 {
  margin-left: -9px;
  margin-right: -9px
}

.cc-row-gutter-18 [class*=cc-col-] {
  padding-left: 9px;
  padding-right: 9px
}

.cc-row-gutter-20 {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 20px
}

.cc-row-gutter-20 [class*=cc-col-] {
  padding-left: 10px;
  padding-right: 10px
}

.cc-row-gutter-22 {
  margin-left: -11px;
  margin-right: -11px
}

.cc-row-gutter-22 [class*=cc-col-] {
  padding-left: 11px;
  padding-right: 11px
}

.cc-row-gutter-24 {
  margin-left: -12px;
  margin-right: -12px
}

.cc-row-gutter-24 [class*=cc-col-] {
  padding-left: 12px;
  padding-right: 12px
}

.cc-row-gutter-26 {
  margin-left: -13px;
  margin-right: -13px
}

.cc-row-gutter-26 [class*=cc-col-] {
  padding-left: 13px;
  padding-right: 13px
}

.cc-row-gutter-28 {
  margin-left: -14px;
  margin-right: -14px
}

.cc-row-gutter-28 [class*=cc-col-] {
  padding-left: 14px;
  padding-right: 14px
}

.cc-row-gutter-30 {
  margin-left: -15px;
  margin-right: -15px
}

.cc-row-gutter-30 [class*=cc-col-] {
  padding-left: 15px;
  padding-right: 15px
}

.cc-row-gutter-32 {
  margin-left: -16px;
  margin-right: -16px
}

.cc-row-gutter-32 [class*=cc-col-] {
  padding-left: 16px;
  padding-right: 16px
}

.cc-row-gutter-34 {
  margin-left: -17px;
  margin-right: -17px
}

.cc-row-gutter-34 [class*=cc-col-] {
  padding-left: 17px;
  padding-right: 17px
}

.cc-row-gutter-36 {
  margin-left: -18px;
  margin-right: -18px
}

.cc-row-gutter-36 [class*=cc-col-] {
  padding-left: 18px;
  padding-right: 18px
}

.cc-row-gutter-38 {
  margin-left: -19px;
  margin-right: -19px
}

.cc-row-gutter-38 [class*=cc-col-] {
  padding-left: 19px;
  padding-right: 19px
}

.cc-row-gutter-40 {
  margin-left: -20px;
  margin-right: -20px
}

.cc-row-gutter-40 [class*=cc-col-] {
  padding-left: 20px;
  padding-right: 20px
}

.cc-row-gutter-42 {
  margin-left: -21px;
  margin-right: -21px
}

.cc-row-gutter-42 [class*=cc-col-] {
  padding-left: 21px;
  padding-right: 21px
}

.cc-row-gutter-44 {
  margin-left: -22px;
  margin-right: -22px
}

.cc-row-gutter-44 [class*=cc-col-] {
  padding-left: 22px;
  padding-right: 22px
}

.cc-row-gutter-46 {
  margin-left: -23px;
  margin-right: -23px
}

.cc-row-gutter-46 [class*=cc-col-] {
  padding-left: 23px;
  padding-right: 23px
}

.cc-row-gutter-48 {
  margin-left: -24px;
  margin-right: -24px
}

.cc-row-gutter-48 [class*=cc-col-] {
  padding-left: 24px;
  padding-right: 24px
}

.cc-row-gutter-50 {
  margin-left: -25px;
  margin-right: -25px
}

.cc-row-gutter-50 [class*=cc-col-] {
  padding-left: 25px;
  padding-right: 25px
}

.cc-col-offset-0 {
  margin-left: 0
}

.cc-col-pull-0 {
  right: 0
}

.cc-col-push-0 {
  left: 0
}

.cc-col-1 {
  width: 4.16667%
}

.cc-col-offset-1 {
  margin-left: 4.16667%
}

.cc-col-pull-1 {
  right: 4.16667%
}

.cc-col-push-1 {
  left: 4.16667%
}

.cc-col-2 {
  width: 8.33333%
}

.cc-col-offset-2 {
  margin-left: 8.33333%
}

.cc-col-pull-2 {
  right: 8.33333%
}

.cc-col-push-2 {
  left: 8.33333%
}

.cc-col-3 {
  width: 12.5%
}

.cc-col-offset-3 {
  margin-left: 12.5%
}

.cc-col-pull-3 {
  right: 12.5%
}

.cc-col-push-3 {
  left: 12.5%
}

.cc-col-4 {
  width: 16.66667%
}

.cc-col-offset-4 {
  margin-left: 16.66667%
}

.cc-col-pull-4 {
  right: 16.66667%
}

.cc-col-push-4 {
  left: 16.66667%
}

.cc-col-5 {
  width: 20.83333%
}

.cc-col-offset-5 {
  margin-left: 20.83333%
}

.cc-col-pull-5 {
  right: 20.83333%
}

.cc-col-push-5 {
  left: 20.83333%
}

.cc-col-6 {
  width: 25%
}

.cc-col-offset-6 {
  margin-left: 25%
}

.cc-col-pull-6 {
  right: 25%
}

.cc-col-push-6 {
  left: 25%
}

.cc-col-7 {
  width: 29.16667%
}

.cc-col-offset-7 {
  margin-left: 29.16667%
}

.cc-col-pull-7 {
  right: 29.16667%
}

.cc-col-push-7 {
  left: 29.16667%
}

.cc-col-8 {
  width: 33.33333%
}

.cc-col-offset-8 {
  margin-left: 33.33333%
}

.cc-col-pull-8 {
  right: 33.33333%
}

.cc-col-push-8 {
  left: 33.33333%
}

.cc-col-9 {
  width: 37.5%
}

.cc-col-offset-9 {
  margin-left: 37.5%
}

.cc-col-pull-9 {
  right: 37.5%
}

.cc-col-push-9 {
  left: 37.5%
}

.cc-col-10 {
  width: 41.66667%
}

.cc-col-offset-10 {
  margin-left: 41.66667%
}

.cc-col-pull-10 {
  right: 41.66667%
}

.cc-col-push-10 {
  left: 41.66667%
}

.cc-col-11 {
  width: 45.83333%
}

.cc-col-offset-11 {
  margin-left: 45.83333%
}

.cc-col-pull-11 {
  right: 45.83333%
}

.cc-col-push-11 {
  left: 45.83333%
}

.cc-col-12 {
  width: 50%
}

.cc-col-offset-12 {
  margin-left: 50%
}

.cc-col-pull-12 {
  position: relative;
  right: 50%
}

.cc-col-push-12 {
  left: 50%
}

.cc-col-13 {
  width: 54.16667%
}

.cc-col-offset-13 {
  margin-left: 54.16667%
}

.cc-col-pull-13 {
  right: 54.16667%
}

.cc-col-push-13 {
  left: 54.16667%
}

.cc-col-14 {
  width: 58.33333%
}

.cc-col-offset-14 {
  margin-left: 58.33333%
}

.cc-col-pull-14 {
  right: 58.33333%
}

.cc-col-push-14 {
  left: 58.33333%
}

.cc-col-15 {
  width: 62.5%
}

.cc-col-offset-15 {
  margin-left: 62.5%
}

.cc-col-pull-15 {
  right: 62.5%
}

.cc-col-push-15 {
  left: 62.5%
}

.cc-col-16 {
  width: 66.66667%
}

.cc-col-offset-16 {
  margin-left: 66.66667%
}

.cc-col-pull-16 {
  right: 66.66667%
}

.cc-col-push-16 {
  left: 66.66667%
}

.cc-col-17 {
  width: 70.83333%
}

.cc-col-offset-17 {
  margin-left: 70.83333%
}

.cc-col-pull-17 {
  right: 70.83333%
}

.cc-col-push-17 {
  left: 70.83333%
}

.cc-col-18 {
  width: 75%
}

.cc-col-offset-18 {
  margin-left: 75%
}

.cc-col-pull-18 {
  right: 75%
}

.cc-col-push-18 {
  left: 75%
}

.cc-col-19 {
  width: 79.16667%
}

.cc-col-offset-19 {
  margin-left: 79.16667%
}

.cc-col-pull-19 {
  right: 79.16667%
}

.cc-col-push-19 {
  left: 79.16667%
}

.cc-col-20 {
  width: 83.33333%
}

.cc-col-offset-20 {
  margin-left: 83.33333%
}

.cc-col-pull-20 {
  right: 83.33333%
}

.cc-col-push-20 {
  left: 83.33333%
}

.cc-col-21 {
  width: 87.5%
}

.cc-col-offset-21 {
  margin-left: 87.5%
}

.cc-col-pull-21 {
  right: 87.5%
}

.cc-col-push-21 {
  left: 87.5%
}

.cc-col-22 {
  width: 91.66667%
}

.cc-col-offset-22 {
  margin-left: 91.66667%
}

.cc-col-pull-22 {
  right: 91.66667%
}

.cc-col-push-22 {
  left: 91.66667%
}

.cc-col-23 {
  width: 95.83333%
}

.cc-col-offset-23 {
  margin-left: 95.83333%
}

.cc-col-pull-23 {
  right: 95.83333%
}

.cc-col-push-23 {
  left: 95.83333%
}

.cc-col-24 {
  width: 100%
}

.cc-col-offset-24 {
  margin-left: 100%
}

.cc-col-pull-24 {
  right: 100%
}

.cc-col-push-24 {
  left: 100%
}

@media only screen and (max-width: 767px) {
  .cc-col-xs-0 {
    display: none;
    width: 0%
  }

  .cc-col-xs-offset-0 {
    margin-left: 0
  }

  .cc-col-xs-pull-0 {
    position: relative;
    right: 0
  }

  .cc-col-xs-push-0 {
    position: relative;
    left: 0
  }

  .cc-col-xs-1 {
    width: 4.16667%
  }

  .cc-col-xs-offset-1 {
    margin-left: 4.16667%
  }

  .cc-col-xs-pull-1 {
    position: relative;
    right: 4.16667%
  }

  .cc-col-xs-push-1 {
    position: relative;
    left: 4.16667%
  }

  .cc-col-xs-2 {
    width: 8.33333%
  }

  .cc-col-xs-offset-2 {
    margin-left: 8.33333%
  }

  .cc-col-xs-pull-2 {
    position: relative;
    right: 8.33333%
  }

  .cc-col-xs-push-2 {
    position: relative;
    left: 8.33333%
  }

  .cc-col-xs-3 {
    width: 12.5%
  }

  .cc-col-xs-offset-3 {
    margin-left: 12.5%
  }

  .cc-col-xs-pull-3 {
    position: relative;
    right: 12.5%
  }

  .cc-col-xs-push-3 {
    position: relative;
    left: 12.5%
  }

  .cc-col-xs-4 {
    width: 16.66667%
  }

  .cc-col-xs-offset-4 {
    margin-left: 16.66667%
  }

  .cc-col-xs-pull-4 {
    position: relative;
    right: 16.66667%
  }

  .cc-col-xs-push-4 {
    position: relative;
    left: 16.66667%
  }

  .cc-col-xs-5 {
    width: 20.83333%
  }

  .cc-col-xs-offset-5 {
    margin-left: 20.83333%
  }

  .cc-col-xs-pull-5 {
    position: relative;
    right: 20.83333%
  }

  .cc-col-xs-push-5 {
    position: relative;
    left: 20.83333%
  }

  .cc-col-xs-6 {
    width: 25%
  }

  .cc-col-xs-offset-6 {
    margin-left: 25%
  }

  .cc-col-xs-pull-6 {
    position: relative;
    right: 25%
  }

  .cc-col-xs-push-6 {
    position: relative;
    left: 25%
  }

  .cc-col-xs-7 {
    width: 29.16667%
  }

  .cc-col-xs-offset-7 {
    margin-left: 29.16667%
  }

  .cc-col-xs-pull-7 {
    position: relative;
    right: 29.16667%
  }

  .cc-col-xs-push-7 {
    position: relative;
    left: 29.16667%
  }

  .cc-col-xs-8 {
    width: 33.33333%
  }

  .cc-col-xs-offset-8 {
    margin-left: 33.33333%
  }

  .cc-col-xs-pull-8 {
    position: relative;
    right: 33.33333%
  }

  .cc-col-xs-push-8 {
    position: relative;
    left: 33.33333%
  }

  .cc-col-xs-9 {
    width: 37.5%
  }

  .cc-col-xs-offset-9 {
    margin-left: 37.5%
  }

  .cc-col-xs-pull-9 {
    position: relative;
    right: 37.5%
  }

  .cc-col-xs-push-9 {
    position: relative;
    left: 37.5%
  }

  .cc-col-xs-10 {
    width: 41.66667%
  }

  .cc-col-xs-offset-10 {
    margin-left: 41.66667%
  }

  .cc-col-xs-pull-10 {
    position: relative;
    right: 41.66667%
  }

  .cc-col-xs-push-10 {
    position: relative;
    left: 41.66667%
  }

  .cc-col-xs-11 {
    width: 45.83333%
  }

  .cc-col-xs-offset-11 {
    margin-left: 45.83333%
  }

  .cc-col-xs-pull-11 {
    position: relative;
    right: 45.83333%
  }

  .cc-col-xs-push-11 {
    position: relative;
    left: 45.83333%
  }

  .cc-col-xs-12 {
    width: 50%
  }

  .cc-col-xs-offset-12 {
    margin-left: 50%
  }

  .cc-col-xs-pull-12 {
    position: relative;
    right: 50%
  }

  .cc-col-xs-push-12 {
    position: relative;
    left: 50%
  }

  .cc-col-xs-13 {
    width: 54.16667%
  }

  .cc-col-xs-offset-13 {
    margin-left: 54.16667%
  }

  .cc-col-xs-pull-13 {
    position: relative;
    right: 54.16667%
  }

  .cc-col-xs-push-13 {
    position: relative;
    left: 54.16667%
  }

  .cc-col-xs-14 {
    width: 58.33333%
  }

  .cc-col-xs-offset-14 {
    margin-left: 58.33333%
  }

  .cc-col-xs-pull-14 {
    position: relative;
    right: 58.33333%
  }

  .cc-col-xs-push-14 {
    position: relative;
    left: 58.33333%
  }

  .cc-col-xs-15 {
    width: 62.5%
  }

  .cc-col-xs-offset-15 {
    margin-left: 62.5%
  }

  .cc-col-xs-pull-15 {
    position: relative;
    right: 62.5%
  }

  .cc-col-xs-push-15 {
    position: relative;
    left: 62.5%
  }

  .cc-col-xs-16 {
    width: 66.66667%
  }

  .cc-col-xs-offset-16 {
    margin-left: 66.66667%
  }

  .cc-col-xs-pull-16 {
    position: relative;
    right: 66.66667%
  }

  .cc-col-xs-push-16 {
    position: relative;
    left: 66.66667%
  }

  .cc-col-xs-17 {
    width: 70.83333%
  }

  .cc-col-xs-offset-17 {
    margin-left: 70.83333%
  }

  .cc-col-xs-pull-17 {
    position: relative;
    right: 70.83333%
  }

  .cc-col-xs-push-17 {
    position: relative;
    left: 70.83333%
  }

  .cc-col-xs-18 {
    width: 75%
  }

  .cc-col-xs-offset-18 {
    margin-left: 75%
  }

  .cc-col-xs-pull-18 {
    position: relative;
    right: 75%
  }

  .cc-col-xs-push-18 {
    position: relative;
    left: 75%
  }

  .cc-col-xs-19 {
    width: 79.16667%
  }

  .cc-col-xs-offset-19 {
    margin-left: 79.16667%
  }

  .cc-col-xs-pull-19 {
    position: relative;
    right: 79.16667%
  }

  .cc-col-xs-push-19 {
    position: relative;
    left: 79.16667%
  }

  .cc-col-xs-20 {
    width: 83.33333%
  }

  .cc-col-xs-offset-20 {
    margin-left: 83.33333%
  }

  .cc-col-xs-pull-20 {
    position: relative;
    right: 83.33333%
  }

  .cc-col-xs-push-20 {
    position: relative;
    left: 83.33333%
  }

  .cc-col-xs-21 {
    width: 87.5%
  }

  .cc-col-xs-offset-21 {
    margin-left: 87.5%
  }

  .cc-col-xs-pull-21 {
    position: relative;
    right: 87.5%
  }

  .cc-col-xs-push-21 {
    position: relative;
    left: 87.5%
  }

  .cc-col-xs-22 {
    width: 91.66667%
  }

  .cc-col-xs-offset-22 {
    margin-left: 91.66667%
  }

  .cc-col-xs-pull-22 {
    position: relative;
    right: 91.66667%
  }

  .cc-col-xs-push-22 {
    position: relative;
    left: 91.66667%
  }

  .cc-col-xs-23 {
    width: 95.83333%
  }

  .cc-col-xs-offset-23 {
    margin-left: 95.83333%
  }

  .cc-col-xs-pull-23 {
    position: relative;
    right: 95.83333%
  }

  .cc-col-xs-push-23 {
    position: relative;
    left: 95.83333%
  }

  .cc-col-xs-24 {
    width: 100%
  }

  .cc-col-xs-offset-24 {
    margin-left: 100%
  }

  .cc-col-xs-pull-24 {
    position: relative;
    right: 100%
  }

  .cc-col-xs-push-24 {
    position: relative;
    left: 100%
  }
}

@media only screen and (min-width: 768px) {
  .cc-col-sm-0 {
    display: none;
    width: 0%
  }

  .cc-col-sm-offset-0 {
    margin-left: 0
  }

  .cc-col-sm-pull-0 {
    position: relative;
    right: 0
  }

  .cc-col-sm-push-0 {
    position: relative;
    left: 0
  }

  .cc-col-sm-1 {
    width: 4.16667%
  }

  .cc-col-sm-offset-1 {
    margin-left: 4.16667%
  }

  .cc-col-sm-pull-1 {
    position: relative;
    right: 4.16667%
  }

  .cc-col-sm-push-1 {
    position: relative;
    left: 4.16667%
  }

  .cc-col-sm-2 {
    width: 8.33333%
  }

  .cc-col-sm-offset-2 {
    margin-left: 8.33333%
  }

  .cc-col-sm-pull-2 {
    position: relative;
    right: 8.33333%
  }

  .cc-col-sm-push-2 {
    position: relative;
    left: 8.33333%
  }

  .cc-col-sm-3 {
    width: 12.5%
  }

  .cc-col-sm-offset-3 {
    margin-left: 12.5%
  }

  .cc-col-sm-pull-3 {
    position: relative;
    right: 12.5%
  }

  .cc-col-sm-push-3 {
    position: relative;
    left: 12.5%
  }

  .cc-col-sm-4 {
    width: 16.66667%
  }

  .cc-col-sm-offset-4 {
    margin-left: 16.66667%
  }

  .cc-col-sm-pull-4 {
    position: relative;
    right: 16.66667%
  }

  .cc-col-sm-push-4 {
    position: relative;
    left: 16.66667%
  }

  .cc-col-sm-5 {
    width: 20.83333%
  }

  .cc-col-sm-offset-5 {
    margin-left: 20.83333%
  }

  .cc-col-sm-pull-5 {
    position: relative;
    right: 20.83333%
  }

  .cc-col-sm-push-5 {
    position: relative;
    left: 20.83333%
  }

  .cc-col-sm-6 {
    width: 25%
  }

  .cc-col-sm-offset-6 {
    margin-left: 25%
  }

  .cc-col-sm-pull-6 {
    position: relative;
    right: 25%
  }

  .cc-col-sm-push-6 {
    position: relative;
    left: 25%
  }

  .cc-col-sm-7 {
    width: 29.16667%
  }

  .cc-col-sm-offset-7 {
    margin-left: 29.16667%
  }

  .cc-col-sm-pull-7 {
    position: relative;
    right: 29.16667%
  }

  .cc-col-sm-push-7 {
    position: relative;
    left: 29.16667%
  }

  .cc-col-sm-8 {
    width: 33.33333%
  }

  .cc-col-sm-offset-8 {
    margin-left: 33.33333%
  }

  .cc-col-sm-pull-8 {
    position: relative;
    right: 33.33333%
  }

  .cc-col-sm-push-8 {
    position: relative;
    left: 33.33333%
  }

  .cc-col-sm-9 {
    width: 37.5%
  }

  .cc-col-sm-offset-9 {
    margin-left: 37.5%
  }

  .cc-col-sm-pull-9 {
    position: relative;
    right: 37.5%
  }

  .cc-col-sm-push-9 {
    position: relative;
    left: 37.5%
  }

  .cc-col-sm-10 {
    width: 41.66667%
  }

  .cc-col-sm-offset-10 {
    margin-left: 41.66667%
  }

  .cc-col-sm-pull-10 {
    position: relative;
    right: 41.66667%
  }

  .cc-col-sm-push-10 {
    position: relative;
    left: 41.66667%
  }

  .cc-col-sm-11 {
    width: 45.83333%
  }

  .cc-col-sm-offset-11 {
    margin-left: 45.83333%
  }

  .cc-col-sm-pull-11 {
    position: relative;
    right: 45.83333%
  }

  .cc-col-sm-push-11 {
    position: relative;
    left: 45.83333%
  }

  .cc-col-sm-12 {
    width: 50%
  }

  .cc-col-sm-offset-12 {
    margin-left: 50%
  }

  .cc-col-sm-pull-12 {
    position: relative;
    right: 50%
  }

  .cc-col-sm-push-12 {
    position: relative;
    left: 50%
  }

  .cc-col-sm-13 {
    width: 54.16667%
  }

  .cc-col-sm-offset-13 {
    margin-left: 54.16667%
  }

  .cc-col-sm-pull-13 {
    position: relative;
    right: 54.16667%
  }

  .cc-col-sm-push-13 {
    position: relative;
    left: 54.16667%
  }

  .cc-col-sm-14 {
    width: 58.33333%
  }

  .cc-col-sm-offset-14 {
    margin-left: 58.33333%
  }

  .cc-col-sm-pull-14 {
    position: relative;
    right: 58.33333%
  }

  .cc-col-sm-push-14 {
    position: relative;
    left: 58.33333%
  }

  .cc-col-sm-15 {
    width: 62.5%
  }

  .cc-col-sm-offset-15 {
    margin-left: 62.5%
  }

  .cc-col-sm-pull-15 {
    position: relative;
    right: 62.5%
  }

  .cc-col-sm-push-15 {
    position: relative;
    left: 62.5%
  }

  .cc-col-sm-16 {
    width: 66.66667%
  }

  .cc-col-sm-offset-16 {
    margin-left: 66.66667%
  }

  .cc-col-sm-pull-16 {
    position: relative;
    right: 66.66667%
  }

  .cc-col-sm-push-16 {
    position: relative;
    left: 66.66667%
  }

  .cc-col-sm-17 {
    width: 70.83333%
  }

  .cc-col-sm-offset-17 {
    margin-left: 70.83333%
  }

  .cc-col-sm-pull-17 {
    position: relative;
    right: 70.83333%
  }

  .cc-col-sm-push-17 {
    position: relative;
    left: 70.83333%
  }

  .cc-col-sm-18 {
    width: 75%
  }

  .cc-col-sm-offset-18 {
    margin-left: 75%
  }

  .cc-col-sm-pull-18 {
    position: relative;
    right: 75%
  }

  .cc-col-sm-push-18 {
    position: relative;
    left: 75%
  }

  .cc-col-sm-19 {
    width: 79.16667%
  }

  .cc-col-sm-offset-19 {
    margin-left: 79.16667%
  }

  .cc-col-sm-pull-19 {
    position: relative;
    right: 79.16667%
  }

  .cc-col-sm-push-19 {
    position: relative;
    left: 79.16667%
  }

  .cc-col-sm-20 {
    width: 83.33333%
  }

  .cc-col-sm-offset-20 {
    margin-left: 83.33333%
  }

  .cc-col-sm-pull-20 {
    position: relative;
    right: 83.33333%
  }

  .cc-col-sm-push-20 {
    position: relative;
    left: 83.33333%
  }

  .cc-col-sm-21 {
    width: 87.5%
  }

  .cc-col-sm-offset-21 {
    margin-left: 87.5%
  }

  .cc-col-sm-pull-21 {
    position: relative;
    right: 87.5%
  }

  .cc-col-sm-push-21 {
    position: relative;
    left: 87.5%
  }

  .cc-col-sm-22 {
    width: 91.66667%
  }

  .cc-col-sm-offset-22 {
    margin-left: 91.66667%
  }

  .cc-col-sm-pull-22 {
    position: relative;
    right: 91.66667%
  }

  .cc-col-sm-push-22 {
    position: relative;
    left: 91.66667%
  }

  .cc-col-sm-23 {
    width: 95.83333%
  }

  .cc-col-sm-offset-23 {
    margin-left: 95.83333%
  }

  .cc-col-sm-pull-23 {
    position: relative;
    right: 95.83333%
  }

  .cc-col-sm-push-23 {
    position: relative;
    left: 95.83333%
  }

  .cc-col-sm-24 {
    width: 100%
  }

  .cc-col-sm-offset-24 {
    margin-left: 100%
  }

  .cc-col-sm-pull-24 {
    position: relative;
    right: 100%
  }

  .cc-col-sm-push-24 {
    position: relative;
    left: 100%
  }
}

@media only screen and (min-width: 992px) {
  .cc-col-md-0 {
    display: none;
    width: 0%
  }

  .cc-col-md-offset-0 {
    margin-left: 0
  }

  .cc-col-md-pull-0 {
    position: relative;
    right: 0
  }

  .cc-col-md-push-0 {
    position: relative;
    left: 0
  }

  .cc-col-md-1 {
    width: 4.16667%
  }

  .cc-col-md-offset-1 {
    margin-left: 4.16667%
  }

  .cc-col-md-pull-1 {
    position: relative;
    right: 4.16667%
  }

  .cc-col-md-push-1 {
    position: relative;
    left: 4.16667%
  }

  .cc-col-md-2 {
    width: 8.33333%
  }

  .cc-col-md-offset-2 {
    margin-left: 8.33333%
  }

  .cc-col-md-pull-2 {
    position: relative;
    right: 8.33333%
  }

  .cc-col-md-push-2 {
    position: relative;
    left: 8.33333%
  }

  .cc-col-md-3 {
    width: 12.5%
  }

  .cc-col-md-offset-3 {
    margin-left: 12.5%
  }

  .cc-col-md-pull-3 {
    position: relative;
    right: 12.5%
  }

  .cc-col-md-push-3 {
    position: relative;
    left: 12.5%
  }

  .cc-col-md-4 {
    width: 16.66667%
  }

  .cc-col-md-offset-4 {
    margin-left: 16.66667%
  }

  .cc-col-md-pull-4 {
    position: relative;
    right: 16.66667%
  }

  .cc-col-md-push-4 {
    position: relative;
    left: 16.66667%
  }

  .cc-col-md-5 {
    width: 20.83333%
  }

  .cc-col-md-offset-5 {
    margin-left: 20.83333%
  }

  .cc-col-md-pull-5 {
    position: relative;
    right: 20.83333%
  }

  .cc-col-md-push-5 {
    position: relative;
    left: 20.83333%
  }

  .cc-col-md-6 {
    width: 25%
  }

  .cc-col-md-offset-6 {
    margin-left: 25%
  }

  .cc-col-md-pull-6 {
    position: relative;
    right: 25%
  }

  .cc-col-md-push-6 {
    position: relative;
    left: 25%
  }

  .cc-col-md-7 {
    width: 29.16667%
  }

  .cc-col-md-offset-7 {
    margin-left: 29.16667%
  }

  .cc-col-md-pull-7 {
    position: relative;
    right: 29.16667%
  }

  .cc-col-md-push-7 {
    position: relative;
    left: 29.16667%
  }

  .cc-col-md-8 {
    width: 33.33333%
  }

  .cc-col-md-offset-8 {
    margin-left: 33.33333%
  }

  .cc-col-md-pull-8 {
    position: relative;
    right: 33.33333%
  }

  .cc-col-md-push-8 {
    position: relative;
    left: 33.33333%
  }

  .cc-col-md-9 {
    width: 37.5%
  }

  .cc-col-md-offset-9 {
    margin-left: 37.5%
  }

  .cc-col-md-pull-9 {
    position: relative;
    right: 37.5%
  }

  .cc-col-md-push-9 {
    position: relative;
    left: 37.5%
  }

  .cc-col-md-10 {
    width: 41.66667%
  }

  .cc-col-md-offset-10 {
    margin-left: 41.66667%
  }

  .cc-col-md-pull-10 {
    position: relative;
    right: 41.66667%
  }

  .cc-col-md-push-10 {
    position: relative;
    left: 41.66667%
  }

  .cc-col-md-11 {
    width: 45.83333%
  }

  .cc-col-md-offset-11 {
    margin-left: 45.83333%
  }

  .cc-col-md-pull-11 {
    position: relative;
    right: 45.83333%
  }

  .cc-col-md-push-11 {
    position: relative;
    left: 45.83333%
  }

  .cc-col-md-12 {
    width: 50%
  }

  .cc-col-md-offset-12 {
    margin-left: 50%
  }

  .cc-col-md-pull-12 {
    position: relative;
    right: 50%
  }

  .cc-col-md-push-12 {
    position: relative;
    left: 50%
  }

  .cc-col-md-13 {
    width: 54.16667%
  }

  .cc-col-md-offset-13 {
    margin-left: 54.16667%
  }

  .cc-col-md-pull-13 {
    position: relative;
    right: 54.16667%
  }

  .cc-col-md-push-13 {
    position: relative;
    left: 54.16667%
  }

  .cc-col-md-14 {
    width: 58.33333%
  }

  .cc-col-md-offset-14 {
    margin-left: 58.33333%
  }

  .cc-col-md-pull-14 {
    position: relative;
    right: 58.33333%
  }

  .cc-col-md-push-14 {
    position: relative;
    left: 58.33333%
  }

  .cc-col-md-15 {
    width: 62.5%
  }

  .cc-col-md-offset-15 {
    margin-left: 62.5%
  }

  .cc-col-md-pull-15 {
    position: relative;
    right: 62.5%
  }

  .cc-col-md-push-15 {
    position: relative;
    left: 62.5%
  }

  .cc-col-md-16 {
    width: 66.66667%
  }

  .cc-col-md-offset-16 {
    margin-left: 66.66667%
  }

  .cc-col-md-pull-16 {
    position: relative;
    right: 66.66667%
  }

  .cc-col-md-push-16 {
    position: relative;
    left: 66.66667%
  }

  .cc-col-md-17 {
    width: 70.83333%
  }

  .cc-col-md-offset-17 {
    margin-left: 70.83333%
  }

  .cc-col-md-pull-17 {
    position: relative;
    right: 70.83333%
  }

  .cc-col-md-push-17 {
    position: relative;
    left: 70.83333%
  }

  .cc-col-md-18 {
    width: 75%
  }

  .cc-col-md-offset-18 {
    margin-left: 75%
  }

  .cc-col-md-pull-18 {
    position: relative;
    right: 75%
  }

  .cc-col-md-push-18 {
    position: relative;
    left: 75%
  }

  .cc-col-md-19 {
    width: 79.16667%
  }

  .cc-col-md-offset-19 {
    margin-left: 79.16667%
  }

  .cc-col-md-pull-19 {
    position: relative;
    right: 79.16667%
  }

  .cc-col-md-push-19 {
    position: relative;
    left: 79.16667%
  }

  .cc-col-md-20 {
    width: 83.33333%
  }

  .cc-col-md-offset-20 {
    margin-left: 83.33333%
  }

  .cc-col-md-pull-20 {
    position: relative;
    right: 83.33333%
  }

  .cc-col-md-push-20 {
    position: relative;
    left: 83.33333%
  }

  .cc-col-md-21 {
    width: 87.5%
  }

  .cc-col-md-offset-21 {
    margin-left: 87.5%
  }

  .cc-col-md-pull-21 {
    position: relative;
    right: 87.5%
  }

  .cc-col-md-push-21 {
    position: relative;
    left: 87.5%
  }

  .cc-col-md-22 {
    width: 91.66667%
  }

  .cc-col-md-offset-22 {
    margin-left: 91.66667%
  }

  .cc-col-md-pull-22 {
    position: relative;
    right: 91.66667%
  }

  .cc-col-md-push-22 {
    position: relative;
    left: 91.66667%
  }

  .cc-col-md-23 {
    width: 95.83333%
  }

  .cc-col-md-offset-23 {
    margin-left: 95.83333%
  }

  .cc-col-md-pull-23 {
    position: relative;
    right: 95.83333%
  }

  .cc-col-md-push-23 {
    position: relative;
    left: 95.83333%
  }

  .cc-col-md-24 {
    width: 100%
  }

  .cc-col-md-offset-24 {
    margin-left: 100%
  }

  .cc-col-md-pull-24 {
    position: relative;
    right: 100%
  }

  .cc-col-md-push-24 {
    position: relative;
    left: 100%
  }
}

@media only screen and (min-width: 1200px) {
  .cc-col-lg-0 {
    display: none;
    width: 0%
  }

  .cc-col-lg-offset-0 {
    margin-left: 0
  }

  .cc-col-lg-pull-0 {
    position: relative;
    right: 0
  }

  .cc-col-lg-push-0 {
    position: relative;
    left: 0
  }

  .cc-col-lg-1 {
    width: 4.16667%
  }

  .cc-col-lg-offset-1 {
    margin-left: 4.16667%
  }

  .cc-col-lg-pull-1 {
    position: relative;
    right: 4.16667%
  }

  .cc-col-lg-push-1 {
    position: relative;
    left: 4.16667%
  }

  .cc-col-lg-2 {
    width: 8.33333%
  }

  .cc-col-lg-offset-2 {
    margin-left: 8.33333%
  }

  .cc-col-lg-pull-2 {
    position: relative;
    right: 8.33333%
  }

  .cc-col-lg-push-2 {
    position: relative;
    left: 8.33333%
  }

  .cc-col-lg-3 {
    width: 12.5%
  }

  .cc-col-lg-offset-3 {
    margin-left: 12.5%
  }

  .cc-col-lg-pull-3 {
    position: relative;
    right: 12.5%
  }

  .cc-col-lg-push-3 {
    position: relative;
    left: 12.5%
  }

  .cc-col-lg-4 {
    width: 16.66667%
  }

  .cc-col-lg-offset-4 {
    margin-left: 16.66667%
  }

  .cc-col-lg-pull-4 {
    position: relative;
    right: 16.66667%
  }

  .cc-col-lg-push-4 {
    position: relative;
    left: 16.66667%
  }

  .cc-col-lg-5 {
    width: 20.83333%
  }

  .cc-col-lg-offset-5 {
    margin-left: 20.83333%
  }

  .cc-col-lg-pull-5 {
    position: relative;
    right: 20.83333%
  }

  .cc-col-lg-push-5 {
    position: relative;
    left: 20.83333%
  }

  .cc-col-lg-6 {
    width: 25%
  }

  .cc-col-lg-offset-6 {
    margin-left: 25%
  }

  .cc-col-lg-pull-6 {
    position: relative;
    right: 25%
  }

  .cc-col-lg-push-6 {
    position: relative;
    left: 25%
  }

  .cc-col-lg-7 {
    width: 29.16667%
  }

  .cc-col-lg-offset-7 {
    margin-left: 29.16667%
  }

  .cc-col-lg-pull-7 {
    position: relative;
    right: 29.16667%
  }

  .cc-col-lg-push-7 {
    position: relative;
    left: 29.16667%
  }

  .cc-col-lg-8 {
    width: 33.33333%
  }

  .cc-col-lg-offset-8 {
    margin-left: 33.33333%
  }

  .cc-col-lg-pull-8 {
    position: relative;
    right: 33.33333%
  }

  .cc-col-lg-push-8 {
    position: relative;
    left: 33.33333%
  }

  .cc-col-lg-9 {
    width: 37.5%
  }

  .cc-col-lg-offset-9 {
    margin-left: 37.5%
  }

  .cc-col-lg-pull-9 {
    position: relative;
    right: 37.5%
  }

  .cc-col-lg-push-9 {
    position: relative;
    left: 37.5%
  }

  .cc-col-lg-10 {
    width: 41.66667%
  }

  .cc-col-lg-offset-10 {
    margin-left: 41.66667%
  }

  .cc-col-lg-pull-10 {
    position: relative;
    right: 41.66667%
  }

  .cc-col-lg-push-10 {
    position: relative;
    left: 41.66667%
  }

  .cc-col-lg-11 {
    width: 45.83333%
  }

  .cc-col-lg-offset-11 {
    margin-left: 45.83333%
  }

  .cc-col-lg-pull-11 {
    position: relative;
    right: 45.83333%
  }

  .cc-col-lg-push-11 {
    position: relative;
    left: 45.83333%
  }

  .cc-col-lg-12 {
    width: 50%
  }

  .cc-col-lg-offset-12 {
    margin-left: 50%
  }

  .cc-col-lg-pull-12 {
    position: relative;
    right: 50%
  }

  .cc-col-lg-push-12 {
    position: relative;
    left: 50%
  }

  .cc-col-lg-13 {
    width: 54.16667%
  }

  .cc-col-lg-offset-13 {
    margin-left: 54.16667%
  }

  .cc-col-lg-pull-13 {
    position: relative;
    right: 54.16667%
  }

  .cc-col-lg-push-13 {
    position: relative;
    left: 54.16667%
  }

  .cc-col-lg-14 {
    width: 58.33333%
  }

  .cc-col-lg-offset-14 {
    margin-left: 58.33333%
  }

  .cc-col-lg-pull-14 {
    position: relative;
    right: 58.33333%
  }

  .cc-col-lg-push-14 {
    position: relative;
    left: 58.33333%
  }

  .cc-col-lg-15 {
    width: 62.5%
  }

  .cc-col-lg-offset-15 {
    margin-left: 62.5%
  }

  .cc-col-lg-pull-15 {
    position: relative;
    right: 62.5%
  }

  .cc-col-lg-push-15 {
    position: relative;
    left: 62.5%
  }

  .cc-col-lg-16 {
    width: 66.66667%
  }

  .cc-col-lg-offset-16 {
    margin-left: 66.66667%
  }

  .cc-col-lg-pull-16 {
    position: relative;
    right: 66.66667%
  }

  .cc-col-lg-push-16 {
    position: relative;
    left: 66.66667%
  }

  .cc-col-lg-17 {
    width: 70.83333%
  }

  .cc-col-lg-offset-17 {
    margin-left: 70.83333%
  }

  .cc-col-lg-pull-17 {
    position: relative;
    right: 70.83333%
  }

  .cc-col-lg-push-17 {
    position: relative;
    left: 70.83333%
  }

  .cc-col-lg-18 {
    width: 75%
  }

  .cc-col-lg-offset-18 {
    margin-left: 75%
  }

  .cc-col-lg-pull-18 {
    position: relative;
    right: 75%
  }

  .cc-col-lg-push-18 {
    position: relative;
    left: 75%
  }

  .cc-col-lg-19 {
    width: 79.16667%
  }

  .cc-col-lg-offset-19 {
    margin-left: 79.16667%
  }

  .cc-col-lg-pull-19 {
    position: relative;
    right: 79.16667%
  }

  .cc-col-lg-push-19 {
    position: relative;
    left: 79.16667%
  }

  .cc-col-lg-20 {
    width: 83.33333%
  }

  .cc-col-lg-offset-20 {
    margin-left: 83.33333%
  }

  .cc-col-lg-pull-20 {
    position: relative;
    right: 83.33333%
  }

  .cc-col-lg-push-20 {
    position: relative;
    left: 83.33333%
  }

  .cc-col-lg-21 {
    width: 87.5%
  }

  .cc-col-lg-offset-21 {
    margin-left: 87.5%
  }

  .cc-col-lg-pull-21 {
    position: relative;
    right: 87.5%
  }

  .cc-col-lg-push-21 {
    position: relative;
    left: 87.5%
  }

  .cc-col-lg-22 {
    width: 91.66667%
  }

  .cc-col-lg-offset-22 {
    margin-left: 91.66667%
  }

  .cc-col-lg-pull-22 {
    position: relative;
    right: 91.66667%
  }

  .cc-col-lg-push-22 {
    position: relative;
    left: 91.66667%
  }

  .cc-col-lg-23 {
    width: 95.83333%
  }

  .cc-col-lg-offset-23 {
    margin-left: 95.83333%
  }

  .cc-col-lg-pull-23 {
    position: relative;
    right: 95.83333%
  }

  .cc-col-lg-push-23 {
    position: relative;
    left: 95.83333%
  }

  .cc-col-lg-24 {
    width: 100%
  }

  .cc-col-lg-offset-24 {
    margin-left: 100%
  }

  .cc-col-lg-pull-24 {
    position: relative;
    right: 100%
  }

  .cc-col-lg-push-24 {
    position: relative;
    left: 100%
  }
}

@media only screen and (min-width: 1920px) {
  .cc-col-xl-0 {
    display: none;
    width: 0%
  }

  .cc-col-xl-offset-0 {
    margin-left: 0
  }

  .cc-col-xl-pull-0 {
    position: relative;
    right: 0
  }

  .cc-col-xl-push-0 {
    position: relative;
    left: 0
  }

  .cc-col-xl-1 {
    width: 4.16667%
  }

  .cc-col-xl-offset-1 {
    margin-left: 4.16667%
  }

  .cc-col-xl-pull-1 {
    position: relative;
    right: 4.16667%
  }

  .cc-col-xl-push-1 {
    position: relative;
    left: 4.16667%
  }

  .cc-col-xl-2 {
    width: 8.33333%
  }

  .cc-col-xl-offset-2 {
    margin-left: 8.33333%
  }

  .cc-col-xl-pull-2 {
    position: relative;
    right: 8.33333%
  }

  .cc-col-xl-push-2 {
    position: relative;
    left: 8.33333%
  }

  .cc-col-xl-3 {
    width: 12.5%
  }

  .cc-col-xl-offset-3 {
    margin-left: 12.5%
  }

  .cc-col-xl-pull-3 {
    position: relative;
    right: 12.5%
  }

  .cc-col-xl-push-3 {
    position: relative;
    left: 12.5%
  }

  .cc-col-xl-4 {
    width: 16.66667%
  }

  .cc-col-xl-offset-4 {
    margin-left: 16.66667%
  }

  .cc-col-xl-pull-4 {
    position: relative;
    right: 16.66667%
  }

  .cc-col-xl-push-4 {
    position: relative;
    left: 16.66667%
  }

  .cc-col-xl-5 {
    width: 20.83333%
  }

  .cc-col-xl-offset-5 {
    margin-left: 20.83333%
  }

  .cc-col-xl-pull-5 {
    position: relative;
    right: 20.83333%
  }

  .cc-col-xl-push-5 {
    position: relative;
    left: 20.83333%
  }

  .cc-col-xl-6 {
    width: 25%
  }

  .cc-col-xl-offset-6 {
    margin-left: 25%
  }

  .cc-col-xl-pull-6 {
    position: relative;
    right: 25%
  }

  .cc-col-xl-push-6 {
    position: relative;
    left: 25%
  }

  .cc-col-xl-7 {
    width: 29.16667%
  }

  .cc-col-xl-offset-7 {
    margin-left: 29.16667%
  }

  .cc-col-xl-pull-7 {
    position: relative;
    right: 29.16667%
  }

  .cc-col-xl-push-7 {
    position: relative;
    left: 29.16667%
  }

  .cc-col-xl-8 {
    width: 33.33333%
  }

  .cc-col-xl-offset-8 {
    margin-left: 33.33333%
  }

  .cc-col-xl-pull-8 {
    position: relative;
    right: 33.33333%
  }

  .cc-col-xl-push-8 {
    position: relative;
    left: 33.33333%
  }

  .cc-col-xl-9 {
    width: 37.5%
  }

  .cc-col-xl-offset-9 {
    margin-left: 37.5%
  }

  .cc-col-xl-pull-9 {
    position: relative;
    right: 37.5%
  }

  .cc-col-xl-push-9 {
    position: relative;
    left: 37.5%
  }

  .cc-col-xl-10 {
    width: 41.66667%
  }

  .cc-col-xl-offset-10 {
    margin-left: 41.66667%
  }

  .cc-col-xl-pull-10 {
    position: relative;
    right: 41.66667%
  }

  .cc-col-xl-push-10 {
    position: relative;
    left: 41.66667%
  }

  .cc-col-xl-11 {
    width: 45.83333%
  }

  .cc-col-xl-offset-11 {
    margin-left: 45.83333%
  }

  .cc-col-xl-pull-11 {
    position: relative;
    right: 45.83333%
  }

  .cc-col-xl-push-11 {
    position: relative;
    left: 45.83333%
  }

  .cc-col-xl-12 {
    width: 50%
  }

  .cc-col-xl-offset-12 {
    margin-left: 50%
  }

  .cc-col-xl-pull-12 {
    position: relative;
    right: 50%
  }

  .cc-col-xl-push-12 {
    position: relative;
    left: 50%
  }

  .cc-col-xl-13 {
    width: 54.16667%
  }

  .cc-col-xl-offset-13 {
    margin-left: 54.16667%
  }

  .cc-col-xl-pull-13 {
    position: relative;
    right: 54.16667%
  }

  .cc-col-xl-push-13 {
    position: relative;
    left: 54.16667%
  }

  .cc-col-xl-14 {
    width: 58.33333%
  }

  .cc-col-xl-offset-14 {
    margin-left: 58.33333%
  }

  .cc-col-xl-pull-14 {
    position: relative;
    right: 58.33333%
  }

  .cc-col-xl-push-14 {
    position: relative;
    left: 58.33333%
  }

  .cc-col-xl-15 {
    width: 62.5%
  }

  .cc-col-xl-offset-15 {
    margin-left: 62.5%
  }

  .cc-col-xl-pull-15 {
    position: relative;
    right: 62.5%
  }

  .cc-col-xl-push-15 {
    position: relative;
    left: 62.5%
  }

  .cc-col-xl-16 {
    width: 66.66667%
  }

  .cc-col-xl-offset-16 {
    margin-left: 66.66667%
  }

  .cc-col-xl-pull-16 {
    position: relative;
    right: 66.66667%
  }

  .cc-col-xl-push-16 {
    position: relative;
    left: 66.66667%
  }

  .cc-col-xl-17 {
    width: 70.83333%
  }

  .cc-col-xl-offset-17 {
    margin-left: 70.83333%
  }

  .cc-col-xl-pull-17 {
    position: relative;
    right: 70.83333%
  }

  .cc-col-xl-push-17 {
    position: relative;
    left: 70.83333%
  }

  .cc-col-xl-18 {
    width: 75%
  }

  .cc-col-xl-offset-18 {
    margin-left: 75%
  }

  .cc-col-xl-pull-18 {
    position: relative;
    right: 75%
  }

  .cc-col-xl-push-18 {
    position: relative;
    left: 75%
  }

  .cc-col-xl-19 {
    width: 79.16667%
  }

  .cc-col-xl-offset-19 {
    margin-left: 79.16667%
  }

  .cc-col-xl-pull-19 {
    position: relative;
    right: 79.16667%
  }

  .cc-col-xl-push-19 {
    position: relative;
    left: 79.16667%
  }

  .cc-col-xl-20 {
    width: 83.33333%
  }

  .cc-col-xl-offset-20 {
    margin-left: 83.33333%
  }

  .cc-col-xl-pull-20 {
    position: relative;
    right: 83.33333%
  }

  .cc-col-xl-push-20 {
    position: relative;
    left: 83.33333%
  }

  .cc-col-xl-21 {
    width: 87.5%
  }

  .cc-col-xl-offset-21 {
    margin-left: 87.5%
  }

  .cc-col-xl-pull-21 {
    position: relative;
    right: 87.5%
  }

  .cc-col-xl-push-21 {
    position: relative;
    left: 87.5%
  }

  .cc-col-xl-22 {
    width: 91.66667%
  }

  .cc-col-xl-offset-22 {
    margin-left: 91.66667%
  }

  .cc-col-xl-pull-22 {
    position: relative;
    right: 91.66667%
  }

  .cc-col-xl-push-22 {
    position: relative;
    left: 91.66667%
  }

  .cc-col-xl-23 {
    width: 95.83333%
  }

  .cc-col-xl-offset-23 {
    margin-left: 95.83333%
  }

  .cc-col-xl-pull-23 {
    position: relative;
    right: 95.83333%
  }

  .cc-col-xl-push-23 {
    position: relative;
    left: 95.83333%
  }

  .cc-col-xl-24 {
    width: 100%
  }

  .cc-col-xl-offset-24 {
    margin-left: 100%
  }

  .cc-col-xl-pull-24 {
    position: relative;
    right: 100%
  }

  .cc-col-xl-push-24 {
    position: relative;
    left: 100%
  }
}

.big-event-gray {
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)
}

.sitemap-table {
  margin: 0
}

.sitemap-table tr:nth-child(2n) {
  background-color: var(--c-bg)
}

.sitemap-table th,
.sitemap-table td {
  border: 1px solid var(--c-border);
  padding: 5px 5px 0
}

.sitemap-col-group {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 700
}

.sitemap-col-item {
  float: left;
  margin-right: 5px;
  font-size: 12px;
  margin-bottom: 5px;
  padding: 3px 8px;
  background-color: var(--c-bg);
  border-radius: 2px;
  border: 1px solid var(--c-border);
  text-align: center;
  color: #42b983;
  font-weight: 400
}

.sitemap-col-item a {
  font-weight: 400;
  color: #42b983
}

.sitemap-col-item:hover {
  box-shadow: 0 2px 5px #0000004d;
  color: var(--c-text)
}

.sitemap-col-item:hover a {
  color: var(--c-text)
}

.go-to-top[data-v-262b99aa] {
  cursor: pointer;
  position: fixed;
  bottom: 1rem;
  right: .8rem;
  width: 2rem;
  color: var(--c-text);
  z-index: 3
}

.go-to-top[data-v-262b99aa]:hover {
  color: var(--c-brand)
}

@media (max-width: 959px) {
  .go-to-top[data-v-262b99aa] {
    display: none
  }
}

.fade-enter-active[data-v-262b99aa],
.fade-leave-active[data-v-262b99aa] {
  transition: opacity .3s
}

.fade-enter[data-v-262b99aa],
.fade-leave-to[data-v-262b99aa] {
  opacity: 0
}

.toc-sidebar .toc-sidebar-sub-headers {
  padding-left: 1rem;
  font-size: .95em
}

a.toc-sidebar-link {
  font-size: 1em;
  font-weight: 400;
  display: inline-block;
  color: var(--c-text);
  line-height: 1;
  width: 100%;
  box-sizing: border-box
}

a.toc-sidebar-link:hover {
  color: var(--c-text-accent)
}

a.toc-sidebar-link.active {
  font-weight: 600;
  color: var(--c-text-accent);
  border-left-color: var(--c-text-accent)
}

.toc-sidebar-sub-headers a.toc-sidebar-link {
  padding-top: .25rem;
  padding-bottom: .25rem;
  border-left: none;
  font-weight: 300
}

.toc-sidebar-sub-headers a.toc-sidebar-link.active {
  font-weight: 500
}

.page-sidebar {
  font-size: 12px;
  width: 3.8rem;
  position: fixed;
  z-index: 11;
  margin: 0;
  top: 3.6rem;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  border-left: 0px solid var(--c-border)
}

.page-sidebar ul {
  margin: 0
}

.page-sidebar a {
  display: inline-block
}

.page-sidebar .nav-links {
  display: none;
  border-bottom: 1px solid var(--c-border);
  padding: .5rem 0 .75rem
}

.page-sidebar .nav-links a {
  font-weight: 600
}

.page-sidebar .nav-links .nav-item,
.page-sidebar .nav-links .repo-link {
  display: block;
  line-height: 1.25rem;
  font-size: 1.1em;
  padding: .5rem 0 .5rem 1.5rem
}

.page-sidebar>.sidebar-links {
  padding: 1.5rem 0
}

.page-sidebar>.sidebar-links>li>a.sidebar-link {
  font-size: 1.1em;
  line-height: 1.4;
  font-weight: 700
}

.page-sidebar>.sidebar-links>li:not(:first-child) {
  margin-top: .75rem
}

.toc-container-sidebar {
  display: block;
  position: absolute;
  color: var(--c-text);
  left: 100%;
  top: 0px;
  width: 250px;
  background: var(--c-bg);
  left: unset;
  right: 100%;
  margin-right: 10px;
  margin-left: 0
}

.toc-container-sidebar .on {
  display: block
}

.toc-container-sidebar .pos-box {
  position: relative;
  padding: 16px
}

.toc-container-sidebar .pos-box .icon-arrow {
  position: relative;
  margin-left: -20px
}

.toc-container-sidebar .pos-box .scroll-box {
  overflow-x: hidden;
  overflow-y: hidden
}

.toc-container-sidebar .pos-box .scroll-box hr {
  margin-top: .5rem
}

.toc-container-sidebar .pos-box .scroll-box .toc-box {
  max-height: 600px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 238px;
  padding-right: 16px;
  box-sizing: border-box
}

.toc-container-sidebar .pos-box .scroll-box>ol {
  margin-top: -8px
}

.toc-container-sidebar .pos-box .scroll-box>ol li {
  margin-top: 8px;
  line-height: 17px;
  text-align: left;
  overflow: auto;
  text-overflow: ellipsis;
  font-size: 12px;
  white-space: nowrap
}

.toc-container-sidebar .pos-box .scroll-box>ol .sub-box {
  margin-top: 0
}

.toc-container-sidebar .pos-box .scroll-box>ol>ol>li {
  padding-left: 15px
}

.toc-container {
  display: none;
  position: absolute;
  color: var(--c-text);
  left: 100%;
  top: -1px;
  width: 250px;
  background: var(--c-bg);
  border: 1px solid var(--c-border);
  left: unset;
  right: 100%;
  margin-right: 10px;
  margin-left: 0
}

.toc-container .on {
  display: block
}

.toc-container .pos-box {
  position: relative;
  padding: 16px
}

.toc-container .pos-box .icon-arrow {
  position: relative;
  margin-left: -20px
}

.toc-container .pos-box .scroll-box {
  overflow-x: hidden;
  overflow-y: hidden
}

.toc-container .pos-box .scroll-box hr {
  margin-top: .5rem
}

.toc-container .pos-box .scroll-box .toc-box {
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 238px;
  padding-right: 16px;
  box-sizing: border-box
}

.toc-container .pos-box .scroll-box>ol {
  margin-top: -8px
}

.toc-container .pos-box .scroll-box>ol li {
  margin-top: 8px;
  line-height: 17px;
  text-align: left;
  overflow: auto;
  text-overflow: ellipsis;
  font-size: 12px;
  white-space: nowrap
}

.toc-container .pos-box .scroll-box>ol .sub-box {
  margin-top: 0
}

.toc-container .pos-box .scroll-box>ol>ol>li {
  padding-left: 15px
}

.page-side-toolbar {
  position: fixed;
  right: 10px;
  top: 67px !important;
  width: 44px
}

.page-side-toolbar div.option-box:last-child {
  border-top: 0px solid var(--c-border)
}

.page-side-toolbar div.option-box.on .toc-container {
  display: block
}

.page-side-toolbar div.option-box {
  font-size: 12px;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid var(--c-border);
  background-color: var(--c-bg);
  height: 60px;
  cursor: pointer
}

.page-side-toolbar div.option-box .img {
  margin-top: 2px
}

.page-side-toolbar div.option-box .show-txt {
  color: var(--c-text);
  margin-top: 3px;
  font-size: 11px;
  font-weight: 400
}

.page-side-toolbar div.option-box-toc-over {
  font-size: 12px;
  position: relative;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid var(--c-border);
  background-color: var(--c-bg);
  height: 60px;
  cursor: pointer
}

.page-side-toolbar div.option-box-toc-over .img {
  margin-top: 2px
}

.page-side-toolbar div.option-box-toc-over .show-txt {
  color: var(--c-text);
  margin-top: 3px;
  font-size: 11px
}

.page-side-toolbar div.option-box-toc-over .toc-container {
  margin-right: 0
}

.page-side-toolbar div.option-box-toc {
  font-size: 12px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid var(--c-border);
  background-color: var(--c-bg);
  height: 60px;
  cursor: pointer
}

.page-side-toolbar div.option-box-toc .img {
  margin-top: 2px
}

.page-side-toolbar div.option-box-toc .show-txt {
  color: var(--c-bg-lighter);
  margin-top: 3px;
  font-size: 11px
}

.page-side-toolbar div.option-box:hover,
.page-side-toolbar div.option-box-toc-over:hover {
  color: var(--c-text);
  background: var(--c-border)
}

.page-side-toolbar div.option-box-toc-over.on .toc-container {
  display: block
}

.page-side-toolbar div.option-box-toc {
  display: none
}

.page-side-sitemap {
  position: fixed;
  right: 10px;
  bottom: 50px !important;
  width: 44px
}

.page-side-sitemap div.option-box:last-child {
  border-bottom: 0px solid var(--c-border)
}

.page-side-sitemap div.option-box.on .sitemap-container {
  display: block
}

.page-side-sitemap div.option-box {
  font-size: 12px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid --c-border;
  background-color: var(--c-bg);
  cursor: pointer
}

.page-side-sitemap div.option-box .show-txt {
  color: var(--c-text);
  margin-top: 2px;
  font-size: 11px;
  padding: 4px 0
}

.sitemap-container {
  display: none;
  cursor: auto;
  position: absolute;
  color: var(--c-text);
  left: 100%;
  bottom: -30px;
  height: 500px;
  padding: 0 10px;
  width: 850px;
  background: var(--c-bg);
  box-shadow: 1px -2px 10px 7px #00000014;
  border-radius: 4px;
  left: unset;
  right: 100%;
  margin-right: 2px;
  margin-left: 0
}

.sitemap-container h4 {
  margin: 5px 0;
  font-size: 13px;
  padding: 3px 6px;
  border-bottom: 1px solid var(--c-border);
  background: var(--c-brand);
  color: #fff
}

.sitemap-container h4 .sitemap-top-link {
  color: #fff;
  font-size: 10px;
  float: right;
  padding: 2px 5px;
  text-decoration: underline
}

.sitemap-container .on {
  display: block
}

.sitemap-container .pos-box {
  position: relative;
  padding: 10px
}

@media (max-width: 1280px) {

  .toc-container-sidebar,
  .option-box-toc {
    display: none
  }

  .page-side-toolbar {
    right: 6px;
    top: 63px !important
  }

  .page-side-toolbar div.option-box-toc-over {
    display: flex
  }

  .page-side-sitemap {
    right: 6px
  }
}

@media (max-width: 719px) {

  .toc-container-sidebar,
  .page-sidebar {
    display: none
  }

  .sidebar-pdai .nav-links {
    display: block
  }

  .sidebar-pdai .nav-links .dropdown-wrapper .nav-dropdown .dropdown-item a.router-link-active:after {
    top: calc(1rem - 2px)
  }

  .sidebar-pdai>.sidebar-links {
    padding: 1rem 0
  }
}

:root {
  --c-brand: #3eaf7c;
  --c-brand-light: #4abf8a;
  --c-bg: #ffffff;
  --c-bg-light: #f3f4f5;
  --c-bg-lighter: #eeeeee;
  --c-bg-navbar: var(--c-bg);
  --c-bg-sidebar: var(--c-bg);
  --c-bg-arrow: #cccccc;
  --c-text: #2c3e50;
  --c-text-accent: var(--c-brand);
  --c-text-light: #3a5169;
  --c-text-lighter: #4e6e8e;
  --c-text-lightest: #6a8bad;
  --c-text-quote: #999999;
  --c-border: #eaecef;
  --c-border-dark: #dfe2e5;
  --c-tip: #42b983;
  --c-tip-bg: var(--c-bg-light);
  --c-tip-title: var(--c-text);
  --c-tip-text: var(--c-text);
  --c-tip-text-accent: var(--c-text-accent);
  --c-warning: #e7c000;
  --c-warning-bg: #fffae3;
  --c-warning-title: #ad9000;
  --c-warning-text: #746000;
  --c-warning-text-accent: var(--c-text);
  --c-danger: #cc0000;
  --c-danger-bg: #ffe0e0;
  --c-danger-title: #990000;
  --c-danger-text: #660000;
  --c-danger-text-accent: var(--c-text);
  --c-details-bg: #eeeeee;
  --c-badge-tip: var(--c-tip);
  --c-badge-warning: var(--c-warning);
  --c-badge-danger: var(--c-danger);
  --t-color: .3s ease;
  --t-transform: .3s ease;
  --code-bg-color: #282c34;
  --code-hl-bg-color: rgba(0, 0, 0, .66);
  --code-ln-color: #9e9e9e;
  --code-ln-wrapper-width: 3.5rem;
  --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  --font-family-code: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  --navbar-height: 3.6rem;
  --navbar-padding-v: .7rem;
  --navbar-padding-h: 1.5rem;
  --sidebar-width: 18rem;
  --sidebar-width-mobile: calc(var(--sidebar-width) * .82);
  --content-width: 100%;
  --homepage-width: 1200px
}

.back-to-top {
  --back-to-top-color: var(--c-brand);
  --back-to-top-color-hover: var(--c-brand-light)
}

.DocSearch {
  --docsearch-primary-color: var(--c-brand);
  --docsearch-text-color: var(--c-text);
  --docsearch-highlight-color: var(--c-brand);
  --docsearch-muted-color: var(--c-text-quote);
  --docsearch-container-background: rgba(9, 10, 17, .8);
  --docsearch-modal-background: var(--c-bg-light);
  --docsearch-searchbox-background: var(--c-bg-lighter);
  --docsearch-searchbox-focus-background: var(--c-bg);
  --docsearch-searchbox-shadow: inset 0 0 0 2px var(--c-brand);
  --docsearch-hit-color: var(--c-text-light);
  --docsearch-hit-active-color: var(--c-bg);
  --docsearch-hit-background: var(--c-bg);
  --docsearch-hit-shadow: 0 1px 3px 0 var(--c-border-dark);
  --docsearch-footer-background: var(--c-bg)
}

.external-link-icon {
  --external-link-icon-color: var(--c-text-quote)
}

.medium-zoom-overlay {
  --medium-zoom-bg-color: var(--c-bg)
}

#nprogress {
  --nprogress-color: var(--c-brand)
}

.pwa-popup {
  --pwa-popup-text-color: var(--c-text);
  --pwa-popup-bg-color: var(--c-bg);
  --pwa-popup-border-color: var(--c-brand);
  --pwa-popup-shadow: 0 4px 16px var(--c-brand);
  --pwa-popup-btn-text-color: var(--c-bg);
  --pwa-popup-btn-bg-color: var(--c-brand);
  --pwa-popup-btn-hover-bg-color: var(--c-brand-light)
}

.search-box {
  --search-bg-color: var(--c-bg);
  --search-accent-color: var(--c-brand);
  --search-text-color: var(--c-text);
  --search-border-color: var(--c-border);
  --search-item-text-color: var(--c-text-lighter);
  --search-item-focus-bg-color: var(--c-bg-light)
}

html.dark {
  --c-brand: #3aa675;
  --c-brand-light: #349469;
  --c-bg: #22272e;
  --c-bg-light: #ffffff;
  --c-bg-lighter: #262c34;
  --c-text: #adbac7;
  --c-text-light: #96a7b7;
  --c-text-lighter: #8b9eb0;
  --c-text-lightest: #8094a8;
  --c-border: #31383f;
  --c-border-dark: #34404c;
  --c-tip: #318a62;
  --c-warning: #ceab00;
  --c-warning-bg: #7e755b;
  --c-warning-title: #ceac03;
  --c-warning-text: #362e00;
  --c-danger: #940000;
  --c-danger-bg: #806161;
  --c-danger-title: #610000;
  --c-danger-text: #3a0000;
  --c-details-bg: #323843;
  --code-hl-bg-color: #363b46
}

html.dark .DocSearch {
  --docsearch-logo-color: var(--c-text);
  --docsearch-modal-shadow: inset 1px 1px 0 0 #2c2e40, 0 3px 8px 0 #000309;
  --docsearch-key-shadow: inset 0 -2px 0 0 #282d55, inset 0 0 1px 1px #51577d, 0 2px 2px 0 rgba(3, 4, 9, .3);
  --docsearch-key-gradient: linear-gradient(-225deg, #444950, #1c1e21);
  --docsearch-footer-shadow: inset 0 1px 0 0 rgba(73, 76, 106, .5), 0 -4px 8px 0 rgba(0, 0, 0, .2)
}

html,
body {
  padding: 0;
  margin: 0;
  background-color: var(--c-bg);
  transition: background-color var(--t-color)
}

html.dark {
  color-scheme: dark
}

html {
  font-size: 16px
}

body {
  font-family: var(--font-family);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  color: var(--c-text)
}

a {
  font-weight: 500;
  color: var(--c-text-accent);
  text-decoration: none;
  overflow-wrap: break-word
}

p a code {
  font-weight: 400;
  color: var(--c-text-accent)
}

kbd {
  font-family: var(--font-family-code);
  color: var(--c-text);
  background: var(--c-bg-lighter);
  border: solid .15rem var(--c-border-dark);
  border-bottom: solid .25rem var(--c-border-dark);
  border-radius: .15rem;
  padding: 0 .15em
}

code {
  font-family: var(--font-family-code);
  color: var(--c-text-lighter);
  padding: .25rem .5rem;
  margin: 0;
  font-size: .85em;
  background-color: var(--c-bg-lighter);
  border-radius: 3px;
  overflow-wrap: break-word;
  transition: background-color var(--t-color)
}

blockquote {
  font-size: 1rem;
  color: var(--c-text-quote);
  border-left: .2rem solid var(--c-border-dark);
  margin: 1rem 0;
  padding: .25rem 0 .25rem 1rem
}

blockquote>p {
  margin: 0
}

ul,
ol {
  padding-left: 1.2em
}

strong {
  font-weight: 600
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.25
}

h1:focus-visible,
h2:focus-visible,
h3:focus-visible,
h4:focus-visible,
h5:focus-visible,
h6:focus-visible {
  outline: none
}

h1:hover .header-anchor,
h2:hover .header-anchor,
h3:hover .header-anchor,
h4:hover .header-anchor,
h5:hover .header-anchor,
h6:hover .header-anchor {
  opacity: 1
}

h1 {
  font-size: 2.2rem
}

h2 {
  font-size: 1.65rem;
  padding-bottom: .3rem;
  border-bottom: 1px solid var(--c-border);
  transition: border-color var(--t-color)
}

h3 {
  font-size: 1.35rem
}

h4 {
  font-size: 1.15rem
}

h5 {
  font-size: 1.05rem
}

h6 {
  font-size: 1rem
}

a.header-anchor {
  font-size: .85em;
  float: left;
  margin-left: -.87em;
  padding-right: .23em;
  margin-top: .125em;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

a.header-anchor:hover {
  text-decoration: none
}

a.header-anchor:focus-visible {
  opacity: 1
}

p,
ul,
ol {
  line-height: 1.7;
  word-break: break-all
}

hr {
  border: 0;
  border-top: 1px solid var(--c-border)
}

table {
  border-collapse: collapse;
  margin: 1rem 0;
  display: block;
  overflow-x: auto;
  transition: border-color var(--t-color)
}

tr {
  border-top: 1px solid var(--c-border-dark);
  transition: border-color var(--t-color)
}

tr:nth-child(2n) {
  background-color: var(--c-bg-light);
  transition: background-color var(--t-color)
}

th,
td {
  padding: .6em 1em;
  border: 1px solid var(--c-border-dark);
  transition: border-color var(--t-color)
}

.arrow {
  display: inline-block;
  width: 0;
  height: 0
}

.arrow.up {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 6px solid var(--c-bg-arrow)
}

.arrow.down {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid var(--c-bg-arrow)
}

.arrow.right {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid var(--c-bg-arrow)
}

.arrow.left {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 6px solid var(--c-bg-arrow)
}

.badge {
  display: inline-block;
  font-size: 14px;
  height: 18px;
  line-height: 18px;
  border-radius: 3px;
  padding: 0 6px;
  color: var(--c-bg);
  vertical-align: top;
  transition: color var(--t-color), background-color var(--t-color)
}

.badge.tip {
  background-color: var(--c-badge-tip)
}

.badge.warning {
  background-color: var(--c-badge-warning)
}

.badge.danger {
  background-color: var(--c-badge-danger)
}

.table-of-contents .badge {
  vertical-align: middle
}

.badge+.badge {
  margin-left: 5px
}

code[class*=language-],
pre[class*=language-] {
  color: #ccc;
  background: none;
  font-family: var(--font-family-code);
  font-size: 1em;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  hyphens: none
}

pre[class*=language-] {
  padding: 1em;
  margin: .5em 0;
  overflow: auto
}

:not(pre)>code[class*=language-],
pre[class*=language-] {
  background: #2d2d2d
}

:not(pre)>code[class*=language-] {
  padding: .1em;
  border-radius: .3em;
  white-space: normal
}

.token.comment,
.token.block-comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: #999
}

.token.punctuation {
  color: #ccc
}

.token.tag,
.token.attr-name,
.token.namespace,
.token.deleted {
  color: #ec5975
}

.token.function-name {
  color: #6196cc
}

.token.boolean,
.token.number,
.token.function {
  color: #f08d49
}

.token.property,
.token.class-name,
.token.constant,
.token.symbol {
  color: #f8c555
}

.token.selector,
.token.important,
.token.atrule,
.token.keyword,
.token.builtin {
  color: #cc99cd
}

.token.string,
.token.char,
.token.attr-value,
.token.regex,
.token.variable {
  color: #7ec699
}

.token.operator,
.token.entity,
.token.url {
  color: #67cdcc
}

.token.important,
.token.bold {
  font-weight: 700
}

.token.italic {
  font-style: italic
}

.token.entity {
  cursor: help
}

.token.inserted {
  color: #3eaf7c
}

.theme-default-content pre,
.theme-default-content pre[class*=language-] {
  line-height: 1.4;
  padding: 1.3rem 1.5rem;
  margin: .85rem 0;
  border-radius: 6px;
  overflow: auto
}

.theme-default-content pre code,
.theme-default-content pre[class*=language-] code {
  color: #fff;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  overflow-wrap: unset;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto
}

.theme-default-content .line-number {
  font-family: var(--font-family-code)
}

div[class*=language-] {
  position: relative;
  background-color: var(--code-bg-color);
  border-radius: 6px
}

div[class*=language-]:before {
  content: attr(data-ext);
  position: absolute;
  z-index: 3;
  top: .8em;
  right: 1em;
  font-size: .75rem;
  color: var(--code-ln-color)
}

div[class*=language-] pre,
div[class*=language-] pre[class*=language-] {
  background: transparent !important;
  position: relative;
  z-index: 1
}

div[class*=language-] .highlight-lines {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding-top: 1.3rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 1.4
}

div[class*=language-] .highlight-lines .highlight-line {
  background-color: var(--code-hl-bg-color)
}

div[class*=language-]:not(.line-numbers-mode) .line-numbers {
  display: none
}

div[class*=language-].line-numbers-mode .highlight-lines .highlight-line {
  position: relative
}

div[class*=language-].line-numbers-mode .highlight-lines .highlight-line:before {
  content: " ";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  display: block;
  width: var(--code-ln-wrapper-width);
  height: 100%
}

div[class*=language-].line-numbers-mode pre {
  margin-left: var(--code-ln-wrapper-width);
  padding-left: 1rem;
  vertical-align: middle
}

div[class*=language-].line-numbers-mode .line-numbers {
  position: absolute;
  top: 0;
  width: var(--code-ln-wrapper-width);
  text-align: center;
  color: var(--code-ln-color);
  padding-top: 1.25rem;
  line-height: 1.4;
  counter-reset: line-number
}

div[class*=language-].line-numbers-mode .line-numbers .line-number {
  position: relative;
  z-index: 3;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  height: 1.4em
}

div[class*=language-].line-numbers-mode .line-numbers .line-number:before {
  counter-increment: line-number;
  content: counter(line-number);
  font-size: .85em
}

div[class*=language-].line-numbers-mode:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: var(--code-ln-wrapper-width);
  height: 100%;
  border-radius: 6px 0 0 6px;
  border-right: 1px solid var(--code-hl-bg-color)
}

@media (max-width: 419px) {
  .theme-default-content div[class*=language-] {
    margin: .85rem -1.5rem;
    border-radius: 0
  }
}

.code-group__nav {
  margin-top: .85rem;
  margin-bottom: calc(-1.7rem - 6px);
  padding-bottom: calc(1.7rem - 6px);
  padding-left: 10px;
  padding-top: 10px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: var(--code-bg-color)
}

.code-group__ul {
  margin: auto 0;
  padding-left: 0;
  display: inline-flex;
  list-style: none
}

.code-group__nav-tab {
  border: 0;
  padding: 5px;
  cursor: pointer;
  background-color: transparent;
  font-size: .85em;
  line-height: 1.4;
  color: #ffffffe6;
  font-weight: 600
}

.code-group__nav-tab:focus {
  outline: none
}

.code-group__nav-tab:focus-visible {
  outline: 1px solid rgba(255, 255, 255, .9)
}

.code-group__nav-tab-active {
  border-bottom: var(--c-brand) 1px solid
}

@media (max-width: 419px) {
  .code-group__nav {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    border-radius: 0
  }
}

.code-group-item {
  display: none
}

.code-group-item__active {
  display: block
}

.code-group-item>pre {
  background-color: orange
}

.custom-container {
  transition: color var(--t-color), border-color var(--t-color), background-color var(--t-color)
}

.custom-container .custom-container-title {
  font-weight: 600
}

.custom-container .custom-container-title:not(:only-child) {
  margin-bottom: -.4rem
}

.custom-container.tip,
.custom-container.warning,
.custom-container.danger {
  padding: .1rem 1.5rem;
  border-left-width: .5rem;
  border-left-style: solid;
  margin: 1rem 0
}

.custom-container.tip {
  border-color: var(--c-tip);
  background-color: var(--c-tip-bg);
  color: var(--c-tip-text)
}

.custom-container.tip .custom-container-title {
  color: var(--c-tip-title)
}

.custom-container.tip a {
  color: var(--c-tip-text-accent)
}

.custom-container.warning {
  border-color: var(--c-warning);
  background-color: var(--c-warning-bg);
  color: var(--c-warning-text)
}

.custom-container.warning .custom-container-title {
  color: var(--c-warning-title)
}

.custom-container.warning a {
  color: var(--c-warning-text-accent)
}

.custom-container.danger {
  border-color: var(--c-danger);
  background-color: var(--c-danger-bg);
  color: var(--c-danger-text)
}

.custom-container.danger .custom-container-title {
  color: var(--c-danger-title)
}

.custom-container.danger a {
  color: var(--c-danger-text-accent)
}

.custom-container.details {
  display: block;
  position: relative;
  border-radius: 2px;
  margin: 1.6em 0;
  padding: 1.6em;
  background-color: var(--c-details-bg)
}

.custom-container.details h4 {
  margin-top: 0
}

.custom-container.details figure:last-child,
.custom-container.details p:last-child {
  margin-bottom: 0;
  padding-bottom: 0
}

.custom-container.details summary {
  outline: none;
  cursor: pointer
}

.home {
  padding: var(--navbar-height) 2rem 0;
  max-width: var(--homepage-width);
  margin: 0 auto;
  display: block
}

.home .hero {
  text-align: center
}

.home .hero img {
  max-width: 100%;
  max-height: 280px;
  display: block;
  margin: 3rem auto 1.5rem
}

.home .hero h1 {
  font-size: 3rem
}

.home .hero h1,
.home .hero .description,
.home .hero .actions {
  margin: 1.8rem auto
}

.home .hero .actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center
}

.home .hero .description {
  max-width: 35rem;
  font-size: 1.6rem;
  line-height: 1.3;
  color: var(--c-text-lightest)
}

.home .hero .action-button {
  display: inline-block;
  font-size: 1.2rem;
  padding: .8rem 1.6rem;
  border-width: 2px;
  border-style: solid;
  border-radius: 4px;
  transition: background-color var(--t-color);
  box-sizing: border-box
}

.home .hero .action-button.primary {
  color: var(--c-bg);
  background-color: var(--c-brand);
  border-color: var(--c-brand)
}

.home .hero .action-button.primary:hover {
  background-color: var(--c-brand-light)
}

.home .hero .action-button.secondary {
  color: var(--c-brand);
  background-color: var(--c-bg);
  border-color: var(--c-brand)
}

.home .hero .action-button.secondary:hover {
  color: var(--c-bg);
  background-color: var(--c-brand-light)
}

.home .features {
  border-top: 1px solid var(--c-border);
  transition: border-color var(--t-color);
  padding: 1.2rem 0;
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: stretch;
  justify-content: space-between
}

.home .feature {
  flex-grow: 1;
  flex-basis: 30%;
  max-width: 30%
}

.home .feature h2 {
  font-size: 1.4rem;
  font-weight: 500;
  border-bottom: none;
  padding-bottom: 0;
  color: var(--c-text-light)
}

.home .feature p {
  color: var(--c-text-lighter)
}

.home .theme-default-content {
  padding: 0;
  margin: 0
}

.home .footer {
  padding: 2.5rem;
  border-top: 1px solid var(--c-border);
  text-align: center;
  color: var(--c-text-lighter);
  transition: border-color var(--t-color)
}

@media (max-width: 719px) {
  .home .features {
    flex-direction: column
  }

  .home .feature {
    max-width: 100%;
    padding: 0 2.5rem
  }
}

@media (max-width: 419px) {
  .home {
    padding-left: 1.5rem;
    padding-right: 1.5rem
  }

  .home .hero img {
    max-height: 210px;
    margin: 2rem auto 1.2rem
  }

  .home .hero h1 {
    font-size: 2rem
  }

  .home .hero h1,
  .home .hero .description,
  .home .hero .actions {
    margin: 1.2rem auto
  }

  .home .hero .description {
    font-size: 1.2rem
  }

  .home .hero .action-button {
    font-size: 1rem;
    padding: .6rem 1.2rem
  }

  .home .feature h2 {
    font-size: 1.25rem
  }
}

.page {
  padding-top: var(--navbar-height);
  padding-left: var(--sidebar-width)
}

.page.withouttoc {
  padding-right: 65px
}

.navbar {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  height: var(--navbar-height);
  box-sizing: border-box;
  border-bottom: 1px solid var(--c-border);
  background-color: var(--c-bg-navbar);
  transition: background-color var(--t-color), border-color var(--t-color)
}

.sidebar-pdai {
  background-color: var(--c-bg);
  width: var(--sidebar-width);
  position: fixed;
  z-index: 10;
  margin: 0;
  top: var(--navbar-height);
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  border-right: 1px solid var(--c-border);
  overflow-y: auto;
  scrollbar-width: thin;
  transition: transform var(--t-transform), background-color var(--t-color), border-color var(--t-color)
}

.sidebar-mask {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none
}

.theme-container.sidebar-open .sidebar-mask {
  display: block
}

.theme-container.sidebar-open .navbar>.toggle-sidebar-button .icon span:nth-child(1) {
  transform: rotate(45deg) translate3d(5.5px, 5.5px, 0)
}

.theme-container.sidebar-open .navbar>.toggle-sidebar-button .icon span:nth-child(2) {
  transform: scale3d(0, 1, 1)
}

.theme-container.sidebar-open .navbar>.toggle-sidebar-button .icon span:nth-child(3) {
  transform: rotate(-45deg) translate3d(6px, -6px, 0)
}

.theme-container.sidebar-open .navbar>.toggle-sidebar-button .icon span:nth-child(1),
.theme-container.sidebar-open .navbar>.toggle-sidebar-button .icon span:nth-child(3) {
  transform-origin: center
}

.theme-container.no-navbar .theme-default-content h1,
.theme-container.no-navbar .theme-default-content h2,
.theme-container.no-navbar .theme-default-content h3,
.theme-container.no-navbar .theme-default-content h4,
.theme-container.no-navbar .theme-default-content h5,
.theme-container.no-navbar .theme-default-content h6 {
  margin-top: 1.5rem;
  padding-top: 0
}

.theme-container.no-navbar .page {
  padding-top: 0
}

.theme-container.no-navbar .sidebar-pdai {
  top: 0
}

.theme-container.no-sidebar .sidebar-pdai {
  display: none
}

@media (max-width: 719px) {
  .theme-container.no-sidebar .sidebar-pdai {
    display: block
  }
}

.theme-container.no-sidebar .page {
  padding-left: 0
}

.theme-default-content a:hover {
  text-decoration: underline
}

.theme-default-content img {
  max-width: 100%
}

.theme-default-content h1,
.theme-default-content h2,
.theme-default-content h3,
.theme-default-content h4,
.theme-default-content h5,
.theme-default-content h6 {
  margin-top: calc(.5rem - var(--navbar-height));
  padding-top: calc(1rem + var(--navbar-height));
  margin-bottom: 0
}

.theme-default-content h1:first-child,
.theme-default-content h2:first-child,
.theme-default-content h3:first-child,
.theme-default-content h4:first-child,
.theme-default-content h5:first-child,
.theme-default-content h6:first-child {
  margin-bottom: 1rem
}

.theme-default-content h1:first-child+p,
.theme-default-content h1:first-child+pre,
.theme-default-content h1:first-child+.custom-container,
.theme-default-content h2:first-child+p,
.theme-default-content h2:first-child+pre,
.theme-default-content h2:first-child+.custom-container,
.theme-default-content h3:first-child+p,
.theme-default-content h3:first-child+pre,
.theme-default-content h3:first-child+.custom-container,
.theme-default-content h4:first-child+p,
.theme-default-content h4:first-child+pre,
.theme-default-content h4:first-child+.custom-container,
.theme-default-content h5:first-child+p,
.theme-default-content h5:first-child+pre,
.theme-default-content h5:first-child+.custom-container,
.theme-default-content h6:first-child+p,
.theme-default-content h6:first-child+pre,
.theme-default-content h6:first-child+.custom-container {
  margin-top: 2rem
}

@media (max-width: 1280px) {
  .sidebar-pdai {
    font-size: .9rem;
    width: var(--sidebar-width-mobile)
  }

  .page {
    padding-left: var(--sidebar-width-mobile)
  }

  .page.withouttoc {
    padding-left: var(--sidebar-width-mobile);
    padding-right: 55px
  }
}

@media (max-width: 719px) {
  .sidebar-pdai {
    top: 0;
    padding-top: var(--navbar-height);
    transform: translate(-100%)
  }

  .page {
    padding-left: 0
  }

  .page.withouttoc {
    padding-left: 0;
    padding-right: 0
  }

  .theme-container.sidebar-open .sidebar-pdai {
    transform: translate(0)
  }

  .theme-container.no-navbar .sidebar-pdai {
    padding-top: 0
  }
}

@media (max-width: 419px) {
  h1 {
    font-size: 1.9rem
  }
}

.navbar {
  --navbar-line-height: calc(var(--navbar-height) - 2 * var(--navbar-padding-v));
  padding: var(--navbar-padding-v) var(--navbar-padding-h);
  line-height: var(--navbar-line-height)
}

.navbar .logo {
  height: var(--navbar-line-height);
  margin-right: var(--navbar-padding-v);
  vertical-align: top
}

.navbar .site-name {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--c-text);
  position: relative
}

.navbar .navbar-items-wrapper {
  display: flex;
  position: absolute;
  box-sizing: border-box;
  top: var(--navbar-padding-v);
  right: var(--navbar-padding-h);
  height: var(--navbar-line-height);
  padding-left: var(--navbar-padding-h);
  white-space: nowrap;
  font-size: .9rem
}

.navbar .navbar-items-wrapper .search-box {
  flex: 0 0 auto;
  vertical-align: top
}

@media (max-width: 719px) {
  .navbar {
    padding-left: 4rem
  }

  .navbar .can-hide {
    display: none
  }

  .navbar .site-name {
    width: calc(100vw - 9.4rem);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
  }
}

.navbar-items {
  display: inline-block
}

.navbar-items a {
  display: inline-block;
  line-height: 1.4rem;
  color: inherit
}

.navbar-items a:hover,
.navbar-items a.router-link-active {
  color: var(--c-text)
}

.navbar-items .navbar-item {
  position: relative;
  display: inline-block;
  margin-left: 1.1rem;
  line-height: var(--navbar-line-height)
}

.navbar-items .navbar-item:first-child {
  margin-left: 0
}

.navbar-items .navbar-item>a:hover,
.navbar-items .navbar-item>a.router-link-active {
  margin-bottom: -2px;
  border-bottom: 2px solid var(--c-text-accent)
}

@media (max-width: 719px) {
  .navbar-items .navbar-item {
    margin-left: 0
  }

  .navbar-items .navbar-item>a:hover,
  .navbar-items .navbar-item>a.router-link-active {
    margin-bottom: 0;
    border-bottom: none
  }

  .navbar-items a:hover,
  .navbar-items a.router-link-active {
    color: var(--c-text-accent)
  }
}

.toggle-sidebar-button {
  position: absolute;
  top: .6rem;
  left: 1rem;
  display: none;
  padding: .6rem;
  cursor: pointer
}

.toggle-sidebar-button .icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  cursor: inherit
}

.toggle-sidebar-button .icon span {
  display: inline-block;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: var(--c-text);
  transition: transform var(--t-transform)
}

.toggle-sidebar-button .icon span:nth-child(2) {
  margin: 6px 0
}

@media screen and (max-width: 719px) {
  .toggle-sidebar-button {
    display: block
  }
}

.toggle-color-mode-button {
  display: flex;
  margin: auto;
  margin-left: 1rem;
  border: 0;
  background: none;
  color: var(--c-text);
  opacity: .8;
  cursor: pointer
}

.toggle-color-mode-button:hover {
  opacity: 1
}

.toggle-color-mode-button .icon {
  width: 1.25rem;
  height: 1.25rem
}

.DocSearch {
  transition: background-color var(--t-color)
}

.navbar-dropdown-wrapper {
  cursor: pointer
}

.navbar-dropdown-wrapper .navbar-dropdown-title,
.navbar-dropdown-wrapper .navbar-dropdown-title-mobile {
  display: block;
  font-size: .9rem;
  font-family: inherit;
  cursor: inherit;
  padding: inherit;
  line-height: 1.4rem;
  background: transparent;
  border: none;
  font-weight: 500;
  color: var(--c-text)
}

.navbar-dropdown-wrapper .navbar-dropdown-title:hover,
.navbar-dropdown-wrapper .navbar-dropdown-title-mobile:hover {
  border-color: transparent
}

.navbar-dropdown-wrapper .navbar-dropdown-title .arrow,
.navbar-dropdown-wrapper .navbar-dropdown-title-mobile .arrow {
  vertical-align: middle;
  margin-top: -1px;
  margin-left: .4rem
}

.navbar-dropdown-wrapper .navbar-dropdown-title-mobile {
  display: none;
  font-weight: 600;
  font-size: inherit
}

.navbar-dropdown-wrapper .navbar-dropdown-title-mobile:hover {
  color: var(--c-text-accent)
}

.navbar-dropdown-wrapper .navbar-dropdown .navbar-dropdown-item {
  color: inherit;
  line-height: 1.7rem
}

.navbar-dropdown-wrapper .navbar-dropdown .navbar-dropdown-item .navbar-dropdown-subtitle {
  margin: .45rem 0 0;
  border-top: 1px solid var(--c-border);
  padding: 1rem 0 .45rem;
  font-size: .9rem
}

.navbar-dropdown-wrapper .navbar-dropdown .navbar-dropdown-item .navbar-dropdown-subtitle>span {
  padding: 0 1.5rem 0 1.25rem
}

.navbar-dropdown-wrapper .navbar-dropdown .navbar-dropdown-item .navbar-dropdown-subtitle>a {
  font-weight: inherit
}

.navbar-dropdown-wrapper .navbar-dropdown .navbar-dropdown-item .navbar-dropdown-subtitle>a.router-link-active:after {
  display: none
}

.navbar-dropdown-wrapper .navbar-dropdown .navbar-dropdown-item .navbar-dropdown-subitem-wrapper {
  padding: 0;
  list-style: none
}

.navbar-dropdown-wrapper .navbar-dropdown .navbar-dropdown-item .navbar-dropdown-subitem-wrapper .navbar-dropdown-subitem {
  font-size: .9em
}

.navbar-dropdown-wrapper .navbar-dropdown .navbar-dropdown-item a {
  display: block;
  line-height: 1.7rem;
  position: relative;
  border-bottom: none;
  font-weight: 400;
  margin-bottom: 0;
  padding: 0 1.5rem 0 1.25rem
}

.navbar-dropdown-wrapper .navbar-dropdown .navbar-dropdown-item a:hover,
.navbar-dropdown-wrapper .navbar-dropdown .navbar-dropdown-item a.router-link-active {
  color: var(--c-text-accent)
}

.navbar-dropdown-wrapper .navbar-dropdown .navbar-dropdown-item a.router-link-active:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid var(--c-text-accent);
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  position: absolute;
  top: calc(50% - 2px);
  left: 9px
}

.navbar-dropdown-wrapper .navbar-dropdown .navbar-dropdown-item:first-child .navbar-dropdown-subtitle {
  margin-top: 0;
  padding-top: 0;
  border-top: 0
}

.navbar-dropdown-wrapper.mobile.open .navbar-dropdown-title,
.navbar-dropdown-wrapper.mobile.open .navbar-dropdown-title-mobile {
  margin-bottom: .5rem
}

.navbar-dropdown-wrapper.mobile .navbar-dropdown-title,
.navbar-dropdown-wrapper.mobile .navbar-dropdown-title-mobile {
  display: none
}

.navbar-dropdown-wrapper.mobile .navbar-dropdown-title-mobile {
  display: block
}

.navbar-dropdown-wrapper.mobile .navbar-dropdown {
  transition: height .1s ease-out;
  overflow: hidden
}

.navbar-dropdown-wrapper.mobile .navbar-dropdown .navbar-dropdown-item .navbar-dropdown-subtitle {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0
}

.navbar-dropdown-wrapper.mobile .navbar-dropdown .navbar-dropdown-item .navbar-dropdown-subtitle,
.navbar-dropdown-wrapper.mobile .navbar-dropdown .navbar-dropdown-item>a {
  font-size: 15px;
  line-height: 2rem
}

.navbar-dropdown-wrapper.mobile .navbar-dropdown .navbar-dropdown-item .navbar-dropdown-subitem {
  font-size: 14px;
  padding-left: 1rem
}

.navbar-dropdown-wrapper:not(.mobile) {
  height: 1.8rem
}

.navbar-dropdown-wrapper:not(.mobile):hover .navbar-dropdown,
.navbar-dropdown-wrapper:not(.mobile).open .navbar-dropdown {
  display: block !important
}

.navbar-dropdown-wrapper:not(.mobile).open:blur {
  display: none
}

.navbar-dropdown-wrapper:not(.mobile) .navbar-dropdown {
  display: none;
  height: auto !important;
  box-sizing: border-box;
  max-height: calc(100vh - 2.7rem);
  overflow-y: auto;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: var(--c-bg-navbar);
  padding: .6rem 0;
  border: 1px solid var(--c-border);
  border-bottom-color: var(--c-border-dark);
  text-align: left;
  border-radius: .25rem;
  white-space: nowrap;
  margin: 0
}

.page {
  padding: 55px 324px 0px 18rem;
  background: var(--c-bg-light);
  display: block
}

.page .theme-default-content {
  max-width: 100%;
  padding: 2rem 2.5rem;
  margin: 12px auto 0 10px;
  background: var(--c-bg)
}

@media (max-width: 1280px) {
  .page .theme-default-content {
    padding: 2rem
  }
}

@media (max-width: 419px) {
  .page .theme-default-content {
    padding: 1.5rem
  }
}

.page .theme-default-content:not(.custom) h1:first-child {
  margin-top: -4.5rem
}

.page .withouttoc {
  padding-right: 65px
}

.page-meta {
  max-width: 100%;
  padding: 1rem 2.5rem;
  overflow: auto;
  margin: 0 auto 0 10px;
  background-color: var(--c-bg)
}

@media (max-width: 1280px) {
  .page-meta {
    padding: 2rem
  }
}

@media (max-width: 419px) {
  .page-meta {
    padding: 1.5rem
  }
}

.page-meta .meta-item {
  cursor: default;
  margin-top: .8rem
}

.page-meta .meta-item .meta-item-label {
  font-weight: 500;
  color: var(--c-text-lighter)
}

.page-meta .meta-item .meta-item-info {
  font-weight: 400;
  color: var(--c-text-quote)
}

.page-meta .edit-link {
  display: inline-block;
  margin-right: .25rem
}

.page-meta .last-updated {
  float: right
}

.google_ad_bottom {
  background: var(--c-bg);
  margin-left: 10px;
  margin-top: -4px
}

.page-nav {
  max-width: 100%;
  padding: 1rem 2.5rem 2rem;
  padding-bottom: 0;
  background-color: var(--c-bg);
  margin: 0 auto 0 10px
}

@media (max-width: 1280px) {
  .page-nav {
    padding: 2rem
  }
}

@media (max-width: 419px) {
  .page-nav {
    padding: 1.5rem
  }
}

.page-nav .inner {
  min-height: 2rem;
  margin-top: 0;
  border-top: 1px solid var(--c-border);
  transition: border-color var(--t-color);
  padding-top: 1rem;
  overflow: auto
}

.page-nav .prev a:before {
  content: "\2190"
}

.page-nav .next {
  float: right
}

.page-nav .next a:after {
  content: "\2192"
}

.page-bottom-footer {
  text-align: center;
  padding: 15px;
  font-size: .8rem;
  font-weight: 400;
  color: var(--c-text-lightest)
}

.page-bottom-footer a {
  font-size: .8rem;
  font-weight: 400;
  color: var(--c-brand-light)
}

@media (max-width: 1280px) {
  h1 {
    font-size: 1.6rem
  }

  h2 {
    font-size: 1.5rem
  }

  h3 {
    font-size: 1.3rem
  }

  .page {
    font-size: .9rem;
    padding-right: 3.5rem;
    padding-bottom: 1rem;
    display: block;
    padding-left: var(--sidebar-width-mobile);
    padding-top: 55px
  }

  .page .withouttoc {
    padding-right: 55px
  }

  .page .theme-default-content {
    margin-top: 0;
    margin-left: 0
  }

  .google_ad_bottom {
    margin-left: 0;
    background: var(--c-bg)
  }

  .page-edit,
  .page-contract,
  .page-nav,
  .page-meta {
    margin-left: 0
  }
}

@media (max-width: 719px) {
  .page-meta .last-updated {
    font-size: .8em;
    float: none
  }

  .page-meta .contributors {
    font-size: .8em
  }

  .page {
    font-size: .9rem;
    padding-right: 0rem;
    margin: 0;
    padding: 0;
    padding-top: 3.5rem
  }

  .page .theme-default-content {
    padding: 1rem;
    overflow-x: hidden
  }

  .page-nav,
  .page-meta {
    margin-left: 0
  }

  .page-contract {
    display: block;
    padding: 0rem 2rem 2rem;
    overflow: auto
  }

  .page-contract .c-content {
    text-align: center;
    width: 99%
  }

  .page-edit .edit-link {
    margin-bottom: .5rem
  }

  .page-edit .last-updated {
    font-size: .8em;
    float: none;
    text-align: left
  }

  .page.withouttoc {
    padding-right: 0rem
  }
}

.sidebar-pdai ul {
  padding: 0;
  margin: 0;
  list-style-type: none
}

.sidebar-pdai a {
  display: inline-block
}

.sidebar-pdai .navbar-items {
  display: none;
  border-bottom: 1px solid var(--c-border);
  transition: border-color var(--t-color);
  padding: .5rem 0 .75rem
}

.sidebar-pdai .navbar-items a {
  font-weight: 600
}

.sidebar-pdai .navbar-items .navbar-item {
  display: block;
  line-height: 1.25rem;
  font-size: 1.1em;
  padding: .5rem 0 .5rem 1.5rem
}

.sidebar-pdai .sidebar-items {
  padding: 1.5rem 0
}

@media (max-width: 719px) {
  .sidebar-pdai .navbar-items {
    display: block
  }

  .sidebar-pdai .navbar-items .navbar-dropdown-wrapper .navbar-dropdown .navbar-dropdown-item a.router-link-active:after {
    top: calc(1rem - 2px)
  }

  .sidebar-pdai .sidebar-items {
    padding: 1rem 0
  }
}

.sidebar-item {
  cursor: default;
  border-left: .25rem solid transparent;
  color: var(--c-text)
}

.sidebar-item:focus-visible {
  outline-width: 1px;
  outline-offset: -1px
}

.sidebar-item.active:not(p.sidebar-heading) {
  font-weight: 600;
  color: var(--c-text-accent);
  border-left-color: var(--c-text-accent)
}

.sidebar-item.sidebar-heading {
  transition: color .15s ease;
  font-size: 1.1em;
  font-weight: 700;
  padding: .35rem 1.5rem .35rem 1.25rem;
  width: 100%;
  box-sizing: border-box;
  margin: 0
}

.sidebar-item.sidebar-heading+.sidebar-item-children {
  transition: height .1s ease-out;
  overflow: hidden;
  margin-bottom: .75rem
}

.sidebar-item.sidebar-heading.collapsible {
  cursor: pointer
}

.sidebar-item.sidebar-heading.collapsible .arrow {
  position: relative;
  top: -.12em;
  left: .5em
}

.sidebar-item:not(.sidebar-heading) {
  font-size: 1em;
  font-weight: 400;
  display: inline-block;
  margin: 0;
  padding: .35rem 1rem .35rem 2rem;
  line-height: 1.4;
  width: 100%;
  box-sizing: border-box
}

.sidebar-item:not(.sidebar-heading)+.sidebar-item-children {
  padding-left: 1rem;
  font-size: .95em
}

.sidebar-item-children .sidebar-item-children .sidebar-item:not(.sidebar-heading) {
  padding: .25rem 1rem .25rem 1.75rem
}

.sidebar-item-children .sidebar-item-children .sidebar-item:not(.sidebar-heading).active {
  font-weight: 500;
  border-left-color: transparent
}

a.sidebar-heading+.sidebar-item-children .sidebar-item:not(.sidebar-heading).active {
  border-left-color: transparent
}

a.sidebar-item {
  cursor: pointer
}

a.sidebar-item:hover {
  color: var(--c-text-accent)
}

.table-of-contents .badge {
  vertical-align: middle
}

.dropdown-enter-from,
.dropdown-leave-to {
  height: 0 !important
}

.fade-slide-y-enter-active {
  transition: all .2s ease
}

.fade-slide-y-leave-active {
  transition: all .2s cubic-bezier(1, .5, .8, 1)
}

.fade-slide-y-enter-from,
.fade-slide-y-leave-to {
  transform: translateY(10px);
  opacity: 0
}

:root {
  scroll-behavior: smooth;
  --content-width: 100%;
  --homepage-width: 1200px
}

@media (min-width: 751px) {
  #docsearch-container:lang(zh-CN) {
    min-width: 120.66px
  }
}

html.dark {
  --c-border: #31383f
}

body {
  font-size: .93rem
}

blockquote {
  font-size: .93rem;
  color: var(--c-text);
  border-left: .5rem solid #42b983;
  background-color: var(--c-bg-light);
  margin: 1rem 0;
  padding: 1rem
}

blockquote p {
  margin: 0
}

h1 {
  font-size: 1.7rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--c-border)
}

h2 {
  font-size: 1.5rem;
  border-bottom: 0px solid var(--c-border)
}

.theme-default-content h4 {
  font-size: 1.1rem;
  text-decoration: underline
}

html a.sidebar-item.active {
  font-weight: 600;
  color: #08a55e;
  background: #dbf0e5
}

html.dark a.sidebar-item.active {
  font-weight: 600;
  color: var(--c-tip);
  background: var(--c-bg-light)
}

ul.sidebar-items>li>ul.sidebar-item-children>li>ul.sidebar-item-children>li>a.sidebar-item {
  font-weight: 700;
  text-decoration: underline
}

.clearfix:after,
.vssue .vssue-new-comment .vssue-new-comment-footer:after {
  display: block;
  clear: both;
  content: ""
}

.vssue {
  width: 100%;
  color: var(--c-text);
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol;
  padding: 10px
}

.vssue .vssue-button {
  outline: none;
  cursor: pointer;
  padding: 10px 20px;
  font-size: 1.05;
  font-weight: 700;
  color: #3eaf7c;
  background-color: transparent;
  border: 2px solid #3eaf7c;
  border-radius: 10px
}

.vssue .vssue-button:disabled {
  cursor: not-allowed;
  color: var(--c-border);
  border-color: var(--c-border)
}

.vssue .vssue-button:disabled .vssue-icon {
  fill: var(--c-border)
}

.vssue .vssue-button:not(:disabled).vssue-button-default {
  color: #a3aab1;
  border-color: #a3aab1
}

.vssue .vssue-button:not(:disabled).vssue-button-primary {
  color: #3eaf7c;
  border-color: #3eaf7c
}

.vssue .vssue-icon {
  width: 1em;
  height: 1em;
  vertical-align: -.15em;
  fill: #3eaf7c;
  overflow: hidden
}

.vssue .vssue-icon-loading {
  animation: vssue-keyframe-rotation 1s linear infinite
}

@keyframes vssue-keyframe-rotation {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(360deg)
  }
}

.vssue .fade-enter-active,
.vssue .fade-appear-active {
  transition: all .3s ease
}

.vssue .fade-leave-active {
  transition: all .3s cubic-bezier(1, .5, .8, 1)
}

.vssue .fade-enter,
.vssue .fade-leave-to,
.vssue .fade-appear {
  opacity: 0
}

.vssue .vssue-notice {
  position: relative;
  z-index: 100;
  transform: translateY(-11px)
}

.vssue .vssue-notice .vssue-alert {
  position: absolute;
  z-index: 101;
  cursor: pointer;
  top: 0;
  padding: 10px 20px;
  width: 100%;
  color: #3eaf7c;
  border: solid 2px #c3ead8;
  border-radius: 5px;
  background-color: #f5fbf8
}

.vssue .vssue-notice .vssue-progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  background-color: #3eaf7c
}

.vssue .vssue-status {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
  color: #3eaf7c
}

.vssue .vssue-status .vssue-icon {
  font-size: 1.4em
}

.vssue .vssue-status .vssue-status-info {
  margin-top: 10px;
  margin-bottom: 10px
}

.vssue .vssue-header {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--c-border);
  margin-bottom: 10px;
  overflow: hidden
}

.vssue .vssue-header .vssue-header-powered-by {
  float: right
}

.vssue .vssue-new-comment {
  border-bottom: 1px solid var(--c-border);
  margin-top: 10px;
  margin-bottom: 10px
}

.vssue .vssue-new-comment .vssue-comment-avatar {
  float: left;
  width: 50px;
  height: 50px
}

.vssue .vssue-new-comment .vssue-comment-avatar img {
  width: 50px;
  height: 50px
}

.vssue .vssue-new-comment .vssue-comment-avatar .vssue-icon {
  cursor: pointer;
  padding: 5px;
  font-size: 50px;
  fill: #757f8a
}

.vssue .vssue-new-comment .vssue-new-comment-body {
  position: relative
}

@media screen and (max-width: 576px) {
  .vssue .vssue-new-comment .vssue-new-comment-body {
    margin-left: 60px
  }
}

@media screen and (min-width: 577px) {
  .vssue .vssue-new-comment .vssue-new-comment-body {
    margin-left: 70px
  }
}

.vssue .vssue-new-comment .vssue-new-comment-body .vssue-new-comment-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.vssue .vssue-new-comment .vssue-new-comment-footer {
  margin-top: 10px;
  margin-bottom: 10px
}

.vssue .vssue-new-comment .vssue-new-comment-footer .vssue-current-user {
  color: #a3aab1
}

.vssue .vssue-new-comment .vssue-new-comment-footer .vssue-current-user .vssue-logout {
  cursor: pointer;
  text-decoration: underline;
  color: #a3aab1;
  font-weight: 400
}

@media screen and (max-width: 576px) {
  .vssue .vssue-new-comment .vssue-new-comment-footer {
    text-align: center
  }

  .vssue .vssue-new-comment .vssue-new-comment-footer .vssue-new-comment-operations {
    margin-top: 10px
  }
}

@media screen and (min-width: 577px) {
  .vssue .vssue-new-comment .vssue-new-comment-footer {
    margin-left: 70px;
    text-align: right
  }

  .vssue .vssue-new-comment .vssue-new-comment-footer .vssue-current-user {
    float: left
  }
}

.vssue .vssue-new-comment .vssue-new-comment-input {
  resize: none;
  outline: none;
  width: 100%;
  padding: 15px;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol;
  background-color: #f5fbf8;
  border: 1px solid var(--c-border);
  border-radius: 5px
}

.vssue .vssue-new-comment .vssue-new-comment-input:disabled {
  cursor: not-allowed;
  background-color: #f0f2f4
}

.vssue .vssue-new-comment .vssue-new-comment-input:focus {
  background-color: #fff;
  border-color: #9adbbe;
  box-shadow: 0 0 1px 1px #9adbbe
}

.vssue .vssue-new-comment .vssue-new-comment-input::-moz-placeholder {
  color: #a3aab1
}

.vssue .vssue-new-comment .vssue-new-comment-input::placeholder {
  color: #a3aab1
}

.vssue .vssue-comments .vssue-comment {
  margin: 15px 0
}

.vssue .vssue-comments .vssue-comment.vssue-comment-edit-mode .vssue-comment-main {
  border-color: #9adbbe;
  box-shadow: 0 0 1px 1px #9adbbe
}

.vssue .vssue-comments .vssue-comment.vssue-comment-disabled {
  pointer-events: none
}

.vssue .vssue-comments .vssue-comment.vssue-comment-disabled .vssue-comment-body {
  background-color: #f9f9fa
}

.vssue .vssue-comments .vssue-comment .vssue-comment-avatar {
  float: left;
  width: 50px;
  height: 50px
}

.vssue .vssue-comments .vssue-comment .vssue-comment-avatar img {
  width: 50px;
  height: 50px
}

@media screen and (max-width: 576px) {
  .vssue .vssue-comments .vssue-comment .vssue-comment-body {
    margin-left: 60px
  }
}

@media screen and (min-width: 577px) {
  .vssue .vssue-comments .vssue-comment .vssue-comment-body {
    margin-left: 70px
  }
}

.vssue .vssue-comments .vssue-comment .vssue-comment-header {
  padding: 10px 15px;
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 1px solid var(--c-border);
  border-bottom: none
}

.vssue .vssue-comments .vssue-comment .vssue-comment-header .vssue-comment-created-at {
  float: right;
  cursor: default;
  color: #a3aab1
}

.vssue .vssue-comments .vssue-comment .vssue-comment-main {
  padding: 15px;
  border: 1px solid var(--c-border)
}

.vssue .vssue-comments .vssue-comment .vssue-comment-main .vssue-edit-comment-input {
  resize: none;
  outline: none;
  border: none;
  width: 100%;
  background: transparent
}

.vssue .vssue-comments .vssue-comment .vssue-comment-footer {
  padding: 10px 15px;
  overflow: hidden;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid var(--c-border);
  border-top: none
}

.vssue .vssue-comments .vssue-comment .vssue-comment-footer .vssue-comment-hint {
  cursor: default;
  color: #a3aab1
}

.vssue .vssue-comments .vssue-comment .vssue-comment-footer .vssue-comment-reactions .vssue-comment-reaction {
  cursor: pointer;
  display: inline-block;
  margin-right: 8px;
  color: #3eaf7c
}

.vssue .vssue-comments .vssue-comment .vssue-comment-footer .vssue-comment-operations {
  float: right;
  color: #3eaf7c
}

.vssue .vssue-comments .vssue-comment .vssue-comment-footer .vssue-comment-operations .vssue-comment-operation {
  cursor: pointer;
  margin-left: 8px
}

.vssue .vssue-comments .vssue-comment .vssue-comment-footer .vssue-comment-operations .vssue-comment-operation.vssue-comment-operation-muted {
  color: #a3aab1
}

.vssue .vssue-comments .vssue-comment .vssue-comment-footer .vssue-comment-operations .vssue-comment-operation.vssue-comment-operation-muted .vssue-icon {
  fill: #a3aab1
}

.vssue .vssue-pagination {
  cursor: default;
  display: flex;
  padding: 5px;
  color: #a3aab1
}

@media screen and (max-width: 576px) {
  .vssue .vssue-pagination {
    flex-direction: column;
    justify-content: center;
    text-align: center
  }
}

.vssue .vssue-pagination .vssue-pagination-per-page,
.vssue .vssue-pagination .vssue-pagination-loading,
.vssue .vssue-pagination .vssue-pagination-page {
  flex: 1
}

@media screen and (max-width: 576px) {
  .vssue .vssue-pagination .vssue-pagination-page {
    margin-top: 10px
  }
}

@media screen and (min-width: 577px) {
  .vssue .vssue-pagination .vssue-pagination-page {
    text-align: right
  }
}

.vssue .vssue-pagination .vssue-pagination-select {
  color: var(--c-text);
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #9adbbe;
  padding-left: .2rem;
  padding-right: 1rem;
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg class='icon' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cstyle/%3E%3C/defs%3E%3Cpath d='M676.395 432.896a21.333 21.333 0 0 0-30.166 0L511.061 568.021 377.728 434.645a21.333 21.333 0 0 0-30.165 30.166l148.394 148.48a21.419 21.419 0 0 0 30.208 0l150.23-150.187a21.333 21.333 0 0 0 0-30.208'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center right
}

.vssue .vssue-pagination .vssue-pagination-select:disabled {
  cursor: not-allowed
}

.vssue .vssue-pagination .vssue-pagination-select:focus {
  background-color: #fff;
  box-shadow: 0 0 .2px .2px #9adbbe
}

.vssue .vssue-pagination .vssue-pagination-link {
  display: inline-block;
  min-width: 1em;
  text-align: center
}

.vssue .vssue-pagination .vssue-pagination-link.disabled {
  pointer-events: none
}

.vssue .vssue-pagination .vssue-pagination-link:not(.disabled) {
  color: #3eaf7c;
  font-weight: 500;
  cursor: pointer
}

.vssue,
.vssue * {
  box-sizing: border-box
}

.vssue :not(.vssue-comment-content) a {
  cursor: pointer;
  font-weight: 500;
  color: #3eaf7c;
  text-decoration: none
}

.vssue :not(.vssue-comment-content) hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid var(--c-border);
  margin: 1.2rem 0;
  padding: 0
}

@font-face {
  font-family: octicons-link;
  src: url(data:font/woff;charset=utf-8;base64,d09GRgABAAAAAAZwABAAAAAACFQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABEU0lHAAAGaAAAAAgAAAAIAAAAAUdTVUIAAAZcAAAACgAAAAoAAQAAT1MvMgAAAyQAAABJAAAAYFYEU3RjbWFwAAADcAAAAEUAAACAAJThvmN2dCAAAATkAAAABAAAAAQAAAAAZnBnbQAAA7gAAACyAAABCUM+8IhnYXNwAAAGTAAAABAAAAAQABoAI2dseWYAAAFsAAABPAAAAZwcEq9taGVhZAAAAsgAAAA0AAAANgh4a91oaGVhAAADCAAAABoAAAAkCA8DRGhtdHgAAAL8AAAADAAAAAwGAACfbG9jYQAAAsAAAAAIAAAACABiATBtYXhwAAACqAAAABgAAAAgAA8ASm5hbWUAAAToAAABQgAAAlXu73sOcG9zdAAABiwAAAAeAAAAME3QpOBwcmVwAAAEbAAAAHYAAAB/aFGpk3jaTY6xa8JAGMW/O62BDi0tJLYQincXEypYIiGJjSgHniQ6umTsUEyLm5BV6NDBP8Tpts6F0v+k/0an2i+itHDw3v2+9+DBKTzsJNnWJNTgHEy4BgG3EMI9DCEDOGEXzDADU5hBKMIgNPZqoD3SilVaXZCER3/I7AtxEJLtzzuZfI+VVkprxTlXShWKb3TBecG11rwoNlmmn1P2WYcJczl32etSpKnziC7lQyWe1smVPy/Lt7Kc+0vWY/gAgIIEqAN9we0pwKXreiMasxvabDQMM4riO+qxM2ogwDGOZTXxwxDiycQIcoYFBLj5K3EIaSctAq2kTYiw+ymhce7vwM9jSqO8JyVd5RH9gyTt2+J/yUmYlIR0s04n6+7Vm1ozezUeLEaUjhaDSuXHwVRgvLJn1tQ7xiuVv/ocTRF42mNgZGBgYGbwZOBiAAFGJBIMAAizAFoAAABiAGIAznjaY2BkYGAA4in8zwXi+W2+MjCzMIDApSwvXzC97Z4Ig8N/BxYGZgcgl52BCSQKAA3jCV8CAABfAAAAAAQAAEB42mNgZGBg4f3vACQZQABIMjKgAmYAKEgBXgAAeNpjYGY6wTiBgZWBg2kmUxoDA4MPhGZMYzBi1AHygVLYQUCaawqDA4PChxhmh/8ODDEsvAwHgMKMIDnGL0x7gJQCAwMAJd4MFwAAAHjaY2BgYGaA4DAGRgYQkAHyGMF8NgYrIM3JIAGVYYDT+AEjAwuDFpBmA9KMDEwMCh9i/v8H8sH0/4dQc1iAmAkALaUKLgAAAHjaTY9LDsIgEIbtgqHUPpDi3gPoBVyRTmTddOmqTXThEXqrob2gQ1FjwpDvfwCBdmdXC5AVKFu3e5MfNFJ29KTQT48Ob9/lqYwOGZxeUelN2U2R6+cArgtCJpauW7UQBqnFkUsjAY/kOU1cP+DAgvxwn1chZDwUbd6CFimGXwzwF6tPbFIcjEl+vvmM/byA48e6tWrKArm4ZJlCbdsrxksL1AwWn/yBSJKpYbq8AXaaTb8AAHja28jAwOC00ZrBeQNDQOWO//sdBBgYGRiYWYAEELEwMTE4uzo5Zzo5b2BxdnFOcALxNjA6b2ByTswC8jYwg0VlNuoCTWAMqNzMzsoK1rEhNqByEyerg5PMJlYuVueETKcd/89uBpnpvIEVomeHLoMsAAe1Id4AAAAAAAB42oWQT07CQBTGv0JBhagk7HQzKxca2sJCE1hDt4QF+9JOS0nbaaYDCQfwCJ7Au3AHj+LO13FMmm6cl7785vven0kBjHCBhfpYuNa5Ph1c0e2Xu3jEvWG7UdPDLZ4N92nOm+EBXuAbHmIMSRMs+4aUEd4Nd3CHD8NdvOLTsA2GL8M9PODbcL+hD7C1xoaHeLJSEao0FEW14ckxC+TU8TxvsY6X0eLPmRhry2WVioLpkrbp84LLQPGI7c6sOiUzpWIWS5GzlSgUzzLBSikOPFTOXqly7rqx0Z1Q5BAIoZBSFihQYQOOBEdkCOgXTOHA07HAGjGWiIjaPZNW13/+lm6S9FT7rLHFJ6fQbkATOG1j2OFMucKJJsxIVfQORl+9Jyda6Sl1dUYhSCm1dyClfoeDve4qMYdLEbfqHf3O/AdDumsjAAB42mNgYoAAZQYjBmyAGYQZmdhL8zLdDEydARfoAqIAAAABAAMABwAKABMAB///AA8AAQAAAAAAAAAAAAAAAAABAAAAAA==) format("woff")
}

.markdown-body .octicon {
  display: inline-block;
  fill: currentColor;
  vertical-align: text-bottom
}

.markdown-body .anchor {
  float: left;
  line-height: 1;
  margin-left: -20px;
  padding-right: 4px
}

.markdown-body .anchor:focus {
  outline: none
}

.markdown-body h1 .octicon-link,
.markdown-body h2 .octicon-link,
.markdown-body h3 .octicon-link,
.markdown-body h4 .octicon-link,
.markdown-body h5 .octicon-link,
.markdown-body h6 .octicon-link {
  color: #1b1f23;
  vertical-align: middle;
  visibility: hidden
}

.markdown-body h1:hover .anchor,
.markdown-body h2:hover .anchor,
.markdown-body h3:hover .anchor,
.markdown-body h4:hover .anchor,
.markdown-body h5:hover .anchor,
.markdown-body h6:hover .anchor {
  text-decoration: none
}

.markdown-body h1:hover .anchor .octicon-link,
.markdown-body h2:hover .anchor .octicon-link,
.markdown-body h3:hover .anchor .octicon-link,
.markdown-body h4:hover .anchor .octicon-link,
.markdown-body h5:hover .anchor .octicon-link,
.markdown-body h6:hover .anchor .octicon-link {
  visibility: visible
}

.markdown-body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: var(--c-text);
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 16px;
  line-height: 1.5;
  word-wrap: break-word
}

.markdown-body .pl-c {
  color: #6a737d
}

.markdown-body .pl-c1,
.markdown-body .pl-s .pl-v {
  color: #005cc5
}

.markdown-body .pl-e,
.markdown-body .pl-en {
  color: #6f42c1
}

.markdown-body .pl-s .pl-s1,
.markdown-body .pl-smi {
  color: var(--c-text)
}

.markdown-body .pl-ent {
  color: #22863a
}

.markdown-body .pl-k {
  color: #d73a49
}

.markdown-body .pl-pds,
.markdown-body .pl-s,
.markdown-body .pl-s .pl-pse .pl-s1,
.markdown-body .pl-sr,
.markdown-body .pl-sr .pl-cce,
.markdown-body .pl-sr .pl-sra,
.markdown-body .pl-sr .pl-sre {
  color: #032f62
}

.markdown-body .pl-smw,
.markdown-body .pl-v {
  color: #e36209
}

.markdown-body .pl-bu {
  color: #b31d28
}

.markdown-body .pl-ii {
  background-color: #b31d28;
  color: #fafbfc
}

.markdown-body .pl-c2 {
  background-color: #d73a49;
  color: #fafbfc
}

.markdown-body .pl-c2:before {
  content: "^M"
}

.markdown-body .pl-sr .pl-cce {
  color: #22863a;
  font-weight: 700
}

.markdown-body .pl-ml {
  color: #735c0f
}

.markdown-body .pl-mh,
.markdown-body .pl-mh .pl-en,
.markdown-body .pl-ms {
  color: #005cc5;
  font-weight: 700
}

.markdown-body .pl-mi {
  color: var(--c-text);
  font-style: italic
}

.markdown-body .pl-mb {
  color: var(--c-text);
  font-weight: 700
}

.markdown-body .pl-md {
  background-color: #ffeef0;
  color: #b31d28
}

.markdown-body .pl-mi1 {
  background-color: #f0fff4;
  color: #22863a
}

.markdown-body .pl-mc {
  background-color: #ffebda;
  color: #e36209
}

.markdown-body .pl-mi2 {
  background-color: #005cc5;
  color: #f6f8fa
}

.markdown-body .pl-mdr {
  color: #6f42c1;
  font-weight: 700
}

.markdown-body .pl-ba {
  color: #586069
}

.markdown-body .pl-sg {
  color: #959da5
}

.markdown-body .pl-corl {
  color: #032f62;
  text-decoration: underline
}

.markdown-body details {
  display: block
}

.markdown-body summary {
  display: list-item
}

.markdown-body a {
  background-color: transparent
}

.markdown-body a:active,
.markdown-body a:hover {
  outline-width: 0
}

.markdown-body strong {
  font-weight: inherit;
  font-weight: bolder
}

.markdown-body h1 {
  font-size: 2em;
  margin: .67em 0
}

.markdown-body img {
  border-style: none
}

.markdown-body code,
.markdown-body kbd,
.markdown-body pre {
  font-family: monospace, monospace;
  font-size: 1em
}

.markdown-body hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

.markdown-body input {
  font: inherit;
  margin: 0
}

.markdown-body input {
  overflow: visible
}

.markdown-body [type=checkbox] {
  box-sizing: border-box;
  padding: 0
}

.markdown-body * {
  box-sizing: border-box
}

.markdown-body input {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

.markdown-body a {
  color: #0366d6;
  text-decoration: none
}

.markdown-body a:hover {
  text-decoration: underline
}

.markdown-body strong {
  font-weight: 600
}

.markdown-body hr {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #dfe2e5;
  height: 0;
  margin: 15px 0;
  overflow: hidden
}

.markdown-body hr:before {
  content: "";
  display: table
}

.markdown-body hr:after {
  clear: both;
  content: "";
  display: table
}

.markdown-body table {
  border-collapse: collapse;
  border-spacing: 0
}

.markdown-body td,
.markdown-body th {
  padding: 0
}

.markdown-body details summary {
  cursor: pointer
}

.markdown-body h1,
.markdown-body h2,
.markdown-body h3,
.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
  margin-bottom: 0;
  margin-top: 0
}

.markdown-body h1 {
  font-size: 32px
}

.markdown-body h1,
.markdown-body h2 {
  font-weight: 600
}

.markdown-body h2 {
  font-size: 24px
}

.markdown-body h3 {
  font-size: 20px
}

.markdown-body h3,
.markdown-body h4 {
  font-weight: 600
}

.markdown-body h4 {
  font-size: 16px
}

.markdown-body h5 {
  font-size: 14px
}

.markdown-body h5,
.markdown-body h6 {
  font-weight: 600
}

.markdown-body h6 {
  font-size: 12px
}

.markdown-body p {
  margin-bottom: 10px;
  margin-top: 0
}

.markdown-body blockquote {
  margin: 0
}

.markdown-body ol,
.markdown-body ul {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0
}

.markdown-body ol ol,
.markdown-body ul ol {
  list-style-type: lower-roman
}

.markdown-body ol ol ol,
.markdown-body ol ul ol,
.markdown-body ul ol ol,
.markdown-body ul ul ol {
  list-style-type: lower-alpha
}

.markdown-body dd {
  margin-left: 0
}

.markdown-body code,
.markdown-body pre {
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
  font-size: 12px
}

.markdown-body pre {
  margin-bottom: 0;
  margin-top: 0
}

.markdown-body input::-webkit-inner-spin-button,
.markdown-body input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0
}

.markdown-body .border {
  border: 1px solid #e1e4e8 !important
}

.markdown-body .border-0 {
  border: 0 !important
}

.markdown-body .border-bottom {
  border-bottom: 1px solid #e1e4e8 !important
}

.markdown-body .rounded-1 {
  border-radius: 3px !important
}

.markdown-body .bg-white {
  background-color: #fff !important
}

.markdown-body .bg-gray-light {
  background-color: #fafbfc !important
}

.markdown-body .text-gray-light {
  color: #6a737d !important
}

.markdown-body .mb-0 {
  margin-bottom: 0 !important
}

.markdown-body .my-2 {
  margin-bottom: 8px !important;
  margin-top: 8px !important
}

.markdown-body .pl-0 {
  padding-left: 0 !important
}

.markdown-body .py-0 {
  padding-bottom: 0 !important;
  padding-top: 0 !important
}

.markdown-body .pl-1 {
  padding-left: 4px !important
}

.markdown-body .pl-2 {
  padding-left: 8px !important
}

.markdown-body .py-2 {
  padding-bottom: 8px !important;
  padding-top: 8px !important
}

.markdown-body .pl-3,
.markdown-body .px-3 {
  padding-left: 16px !important
}

.markdown-body .px-3 {
  padding-right: 16px !important
}

.markdown-body .pl-4 {
  padding-left: 24px !important
}

.markdown-body .pl-5 {
  padding-left: 32px !important
}

.markdown-body .pl-6 {
  padding-left: 40px !important
}

.markdown-body .f6 {
  font-size: 12px !important
}

.markdown-body .lh-condensed {
  line-height: 1.25 !important
}

.markdown-body .text-bold {
  font-weight: 600 !important
}

.markdown-body:before {
  content: "";
  display: table
}

.markdown-body:after {
  clear: both;
  content: "";
  display: table
}

.markdown-body>:first-child {
  margin-top: 0 !important
}

.markdown-body>:last-child {
  margin-bottom: 0 !important
}

.markdown-body a:not([href]) {
  color: inherit;
  text-decoration: none
}

.markdown-body blockquote,
.markdown-body dl,
.markdown-body ol,
.markdown-body p,
.markdown-body pre,
.markdown-body table,
.markdown-body ul {
  margin-bottom: 16px;
  margin-top: 0
}

.markdown-body hr {
  background-color: #e1e4e8;
  border: 0;
  height: .25em;
  margin: 24px 0;
  padding: 0
}

.markdown-body blockquote {
  border-left: .25em solid #d0d7de;
  color: #6a737d;
  padding: 0 1em
}

.markdown-body blockquote>:first-child {
  margin-top: 0
}

.markdown-body blockquote>:last-child {
  margin-bottom: 0
}

.markdown-body kbd {
  background-color: #fafbfc;
  border: 1px solid #c6cbd1;
  border-bottom-color: #959da5;
  border-radius: 3px;
  box-shadow: inset 0 -1px #959da5;
  color: #444d56;
  display: inline-block;
  font-size: 11px;
  line-height: 10px;
  padding: 3px 5px;
  vertical-align: middle
}

.markdown-body h1,
.markdown-body h2,
.markdown-body h3,
.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 16px;
  margin-top: 24px
}

.markdown-body h1 {
  font-size: 2em
}

.markdown-body h1,
.markdown-body h2 {
  border-bottom: 1px solid var(--c-border);
  padding-bottom: .3em
}

.markdown-body h2 {
  font-size: 1.5em
}

.markdown-body h3 {
  font-size: 1.25em
}

.markdown-body h4 {
  font-size: 1em
}

.markdown-body h5 {
  font-size: .875em
}

.markdown-body h6 {
  color: #6a737d;
  font-size: .85em
}

.markdown-body ol,
.markdown-body ul {
  padding-left: 2em
}

.markdown-body ol ol,
.markdown-body ol ul,
.markdown-body ul ol,
.markdown-body ul ul {
  margin-bottom: 0;
  margin-top: 0
}

.markdown-body li {
  word-wrap: break-all
}

.markdown-body li>p {
  margin-top: 16px
}

.markdown-body li+li {
  margin-top: .25em
}

.markdown-body dl {
  padding: 0
}

.markdown-body dl dt {
  font-size: 1em;
  font-style: italic;
  font-weight: 600;
  margin-top: 16px;
  padding: 0
}

.markdown-body dl dd {
  margin-bottom: 16px;
  padding: 0 16px
}

.markdown-body table {
  display: block;
  overflow: auto;
  width: 100%
}

.markdown-body table th {
  font-weight: 600
}

.markdown-body table td,
.markdown-body table th {
  border: 1px solid #dfe2e5;
  padding: 6px 13px
}

.markdown-body table tr {
  background-color: #fff;
  border-top: 1px solid #c6cbd1
}

.markdown-body table tr:nth-child(2n) {
  background-color: #f6f8fa
}

.markdown-body img {
  background-color: #fff;
  box-sizing: content-box;
  max-width: 100%
}

.markdown-body img[align=right] {
  padding-left: 20px
}

.markdown-body img[align=left] {
  padding-right: 20px
}

.markdown-body code {
  background-color: #1b1f230d;
  border-radius: 3px;
  font-size: 85%;
  margin: 0;
  padding: .2em .4em
}

.markdown-body pre {
  word-wrap: normal
}

.markdown-body pre>code {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  white-space: pre;
  word-break: normal
}

.markdown-body .highlight {
  margin-bottom: 16px
}

.markdown-body .highlight pre {
  margin-bottom: 0;
  word-break: normal
}

.markdown-body .highlight pre,
.markdown-body pre {
  background-color: #f6f8fa;
  border-radius: 3px;
  font-size: 85%;
  line-height: 1.45;
  overflow: auto;
  padding: 16px
}

.markdown-body pre code {
  background-color: transparent;
  border: 0;
  display: inline;
  line-height: inherit;
  margin: 0;
  max-width: auto;
  overflow: visible;
  padding: 0;
  word-wrap: normal
}

.markdown-body .commit-tease-sha {
  color: #444d56;
  display: inline-block;
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
  font-size: 90%
}

.markdown-body .blob-wrapper {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  overflow-x: auto;
  overflow-y: hidden
}

.markdown-body .blob-wrapper-embedded {
  max-height: 240px;
  overflow-y: auto
}

.markdown-body .blob-num {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  color: #1b1f234d;
  cursor: pointer;
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
  font-size: 12px;
  line-height: 20px;
  min-width: 50px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: right;
  user-select: none;
  vertical-align: top;
  white-space: nowrap;
  width: 1%
}

.markdown-body .blob-num:hover {
  color: #1b1f2399
}

.markdown-body .blob-num:before {
  content: attr(data-line-number)
}

.markdown-body .blob-code {
  line-height: 20px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  vertical-align: top
}

.markdown-body .blob-code-inner {
  color: var(--c-text);
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
  font-size: 12px;
  overflow: visible;
  white-space: pre;
  word-wrap: normal
}

.markdown-body .pl-token.active,
.markdown-body .pl-token:hover {
  background: #ffea7f;
  cursor: pointer
}

.markdown-body kbd {
  background-color: #fafbfc;
  border: 1px solid #d1d5da;
  border-bottom-color: #c6cbd1;
  border-radius: 3px;
  box-shadow: inset 0 -1px #c6cbd1;
  color: #444d56;
  display: inline-block;
  font: 11px SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
  line-height: 10px;
  padding: 3px 5px;
  vertical-align: middle
}

.markdown-body :checked+.radio-label {
  border-color: #0366d6;
  position: relative;
  z-index: 1
}

.markdown-body .tab-size[data-tab-size="1"] {
  -moz-tab-size: 1;
  -o-tab-size: 1;
  tab-size: 1
}

.markdown-body .tab-size[data-tab-size="2"] {
  -moz-tab-size: 2;
  -o-tab-size: 2;
  tab-size: 2
}

.markdown-body .tab-size[data-tab-size="3"] {
  -moz-tab-size: 3;
  -o-tab-size: 3;
  tab-size: 3
}

.markdown-body .tab-size[data-tab-size="4"] {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4
}

.markdown-body .tab-size[data-tab-size="5"] {
  -moz-tab-size: 5;
  -o-tab-size: 5;
  tab-size: 5
}

.markdown-body .tab-size[data-tab-size="6"] {
  -moz-tab-size: 6;
  -o-tab-size: 6;
  tab-size: 6
}

.markdown-body .tab-size[data-tab-size="7"] {
  -moz-tab-size: 7;
  -o-tab-size: 7;
  tab-size: 7
}

.markdown-body .tab-size[data-tab-size="8"] {
  -moz-tab-size: 8;
  -o-tab-size: 8;
  tab-size: 8
}

.markdown-body .tab-size[data-tab-size="9"] {
  -moz-tab-size: 9;
  -o-tab-size: 9;
  tab-size: 9
}

.markdown-body .tab-size[data-tab-size="10"] {
  -moz-tab-size: 10;
  -o-tab-size: 10;
  tab-size: 10
}

.markdown-body .tab-size[data-tab-size="11"] {
  -moz-tab-size: 11;
  -o-tab-size: 11;
  tab-size: 11
}

.markdown-body .tab-size[data-tab-size="12"] {
  -moz-tab-size: 12;
  -o-tab-size: 12;
  tab-size: 12
}

.markdown-body .task-list-item {
  list-style-type: none
}

.markdown-body .task-list-item+.task-list-item {
  margin-top: 3px
}

.markdown-body .task-list-item input {
  margin: 0 .2em .25em -1.6em;
  vertical-align: middle
}

.markdown-body hr {
  border-bottom-color: #eee
}

.markdown-body .pl-0 {
  padding-left: 0 !important
}

.markdown-body .pl-1 {
  padding-left: 4px !important
}

.markdown-body .pl-2 {
  padding-left: 8px !important
}

.markdown-body .pl-3 {
  padding-left: 16px !important
}

.markdown-body .pl-4 {
  padding-left: 24px !important
}

.markdown-body .pl-5 {
  padding-left: 32px !important
}

.markdown-body .pl-6 {
  padding-left: 40px !important
}

.markdown-body .pl-7 {
  padding-left: 48px !important
}

.markdown-body .pl-8 {
  padding-left: 64px !important
}

.markdown-body .pl-9 {
  padding-left: 80px !important
}

.markdown-body .pl-10 {
  padding-left: 96px !important
}

.markdown-body .pl-11 {
  padding-left: 112px !important
}

.markdown-body .pl-12 {
  padding-left: 128px !important
}

html.dark .markdown-body .highlight pre,
html.dark .markdown-body pre {
  background-color: var(--code-bg-color)
}

html.dark .markdown-body blockquote {
  border-left: .25em solid var(--c-border)
}

.cc-col-pull-0,
.cc-col-pull-1,
.cc-col-pull-10,
.cc-col-pull-11,
.cc-col-pull-13,
.cc-col-pull-14,
.cc-col-pull-15,
.cc-col-pull-16,
.cc-col-pull-17,
.cc-col-pull-18,
.cc-col-pull-19,
.cc-col-pull-2,
.cc-col-pull-20,
.cc-col-pull-21,
.cc-col-pull-22,
.cc-col-pull-23,
.cc-col-pull-24,
.cc-col-pull-3,
.cc-col-pull-4,
.cc-col-pull-5,
.cc-col-pull-6,
.cc-col-pull-7,
.cc-col-pull-8,
.cc-col-pull-9,
.cc-col-push-0,
.cc-col-push-1,
.cc-col-push-10,
.cc-col-push-11,
.cc-col-push-12,
.cc-col-push-13,
.cc-col-push-14,
.cc-col-push-15,
.cc-col-push-16,
.cc-col-push-17,
.cc-col-push-18,
.cc-col-push-19,
.cc-col-push-2,
.cc-col-push-20,
.cc-col-push-21,
.cc-col-push-22,
.cc-col-push-23,
.cc-col-push-24,
.cc-col-push-3,
.cc-col-push-4,
.cc-col-push-5,
.cc-col-push-6,
.cc-col-push-7,
.cc-col-push-8,
.cc-col-push-9,
.cc-row {
  position: relative
}

[class*=cc-col-] {
  float: left;
  box-sizing: border-box
}

.cc-col-0 {
  display: none;
  width: 0%
}

.cc-row {
  box-sizing: border-box
}

.cc-row:after,
.cc-row:before {
  display: table;
  content: ""
}

.cc-row:after {
  clear: both
}

.cc-row--flex {
  display: flex
}

.cc-row--flex:after,
.cc-row--flex:before {
  display: none
}

.cc-row--flex.is-justify-center {
  justify-content: center
}

.cc-row--flex.is-justify-end {
  justify-content: flex-end
}

.cc-row--flex.is-justify-space-between {
  justify-content: space-between
}

.cc-row--flex.is-justify-space-around {
  justify-content: space-around
}

.cc-row--flex.is-align-middle {
  align-items: center
}

.cc-row--flex.is-align-bottom {
  align-items: flex-end
}

.cc-row-gutter-2 {
  margin-left: -1px;
  margin-right: -1px
}

.cc-row-gutter-2 [class*=cc-col-] {
  padding-left: 1px;
  padding-right: 1px
}

.cc-row-gutter-4 {
  margin-left: -2px;
  margin-right: -2px
}

.cc-row-gutter-4 [class*=cc-col-] {
  padding-left: 2px;
  padding-right: 2px
}

.cc-row-gutter-6 {
  margin-left: -3px;
  margin-right: -3px
}

.cc-row-gutter-6 [class*=cc-col-] {
  padding-left: 3px;
  padding-right: 3px
}

.cc-row-gutter-8 {
  margin-left: -4px;
  margin-right: -4px
}

.cc-row-gutter-8 [class*=cc-col-] {
  padding-left: 4px;
  padding-right: 4px
}

.cc-row-gutter-10 {
  margin-left: -5px;
  margin-right: -5px
}

.cc-row-gutter-10 [class*=cc-col-] {
  padding-left: 5px;
  padding-right: 5px
}

.cc-row-gutter-12 {
  margin-left: -6px;
  margin-right: -6px
}

.cc-row-gutter-12 [class*=cc-col-] {
  padding-left: 6px;
  padding-right: 6px
}

.cc-row-gutter-14 {
  margin-left: -7px;
  margin-right: -7px
}

.cc-row-gutter-14 [class*=cc-col-] {
  padding-left: 7px;
  padding-right: 7px
}

.cc-row-gutter-16 {
  margin-left: -8px;
  margin-right: -8px
}

.cc-row-gutter-16 [class*=cc-col-] {
  padding-left: 8px;
  padding-right: 8px
}

.cc-row-gutter-18 {
  margin-left: -9px;
  margin-right: -9px
}

.cc-row-gutter-18 [class*=cc-col-] {
  padding-left: 9px;
  padding-right: 9px
}

.cc-row-gutter-20 {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 20px
}

.cc-row-gutter-20 [class*=cc-col-] {
  padding-left: 10px;
  padding-right: 10px
}

.cc-row-gutter-22 {
  margin-left: -11px;
  margin-right: -11px
}

.cc-row-gutter-22 [class*=cc-col-] {
  padding-left: 11px;
  padding-right: 11px
}

.cc-row-gutter-24 {
  margin-left: -12px;
  margin-right: -12px
}

.cc-row-gutter-24 [class*=cc-col-] {
  padding-left: 12px;
  padding-right: 12px
}

.cc-row-gutter-26 {
  margin-left: -13px;
  margin-right: -13px
}

.cc-row-gutter-26 [class*=cc-col-] {
  padding-left: 13px;
  padding-right: 13px
}

.cc-row-gutter-28 {
  margin-left: -14px;
  margin-right: -14px
}

.cc-row-gutter-28 [class*=cc-col-] {
  padding-left: 14px;
  padding-right: 14px
}

.cc-row-gutter-30 {
  margin-left: -15px;
  margin-right: -15px
}

.cc-row-gutter-30 [class*=cc-col-] {
  padding-left: 15px;
  padding-right: 15px
}

.cc-row-gutter-32 {
  margin-left: -16px;
  margin-right: -16px
}

.cc-row-gutter-32 [class*=cc-col-] {
  padding-left: 16px;
  padding-right: 16px
}

.cc-row-gutter-34 {
  margin-left: -17px;
  margin-right: -17px
}

.cc-row-gutter-34 [class*=cc-col-] {
  padding-left: 17px;
  padding-right: 17px
}

.cc-row-gutter-36 {
  margin-left: -18px;
  margin-right: -18px
}

.cc-row-gutter-36 [class*=cc-col-] {
  padding-left: 18px;
  padding-right: 18px
}

.cc-row-gutter-38 {
  margin-left: -19px;
  margin-right: -19px
}

.cc-row-gutter-38 [class*=cc-col-] {
  padding-left: 19px;
  padding-right: 19px
}

.cc-row-gutter-40 {
  margin-left: -20px;
  margin-right: -20px
}

.cc-row-gutter-40 [class*=cc-col-] {
  padding-left: 20px;
  padding-right: 20px
}

.cc-row-gutter-42 {
  margin-left: -21px;
  margin-right: -21px
}

.cc-row-gutter-42 [class*=cc-col-] {
  padding-left: 21px;
  padding-right: 21px
}

.cc-row-gutter-44 {
  margin-left: -22px;
  margin-right: -22px
}

.cc-row-gutter-44 [class*=cc-col-] {
  padding-left: 22px;
  padding-right: 22px
}

.cc-row-gutter-46 {
  margin-left: -23px;
  margin-right: -23px
}

.cc-row-gutter-46 [class*=cc-col-] {
  padding-left: 23px;
  padding-right: 23px
}

.cc-row-gutter-48 {
  margin-left: -24px;
  margin-right: -24px
}

.cc-row-gutter-48 [class*=cc-col-] {
  padding-left: 24px;
  padding-right: 24px
}

.cc-row-gutter-50 {
  margin-left: -25px;
  margin-right: -25px
}

.cc-row-gutter-50 [class*=cc-col-] {
  padding-left: 25px;
  padding-right: 25px
}

.cc-col-offset-0 {
  margin-left: 0
}

.cc-col-pull-0 {
  right: 0
}

.cc-col-push-0 {
  left: 0
}

.cc-col-1 {
  width: 4.16667%
}

.cc-col-offset-1 {
  margin-left: 4.16667%
}

.cc-col-pull-1 {
  right: 4.16667%
}

.cc-col-push-1 {
  left: 4.16667%
}

.cc-col-2 {
  width: 8.33333%
}

.cc-col-offset-2 {
  margin-left: 8.33333%
}

.cc-col-pull-2 {
  right: 8.33333%
}

.cc-col-push-2 {
  left: 8.33333%
}

.cc-col-3 {
  width: 12.5%
}

.cc-col-offset-3 {
  margin-left: 12.5%
}

.cc-col-pull-3 {
  right: 12.5%
}

.cc-col-push-3 {
  left: 12.5%
}

.cc-col-4 {
  width: 16.66667%
}

.cc-col-offset-4 {
  margin-left: 16.66667%
}

.cc-col-pull-4 {
  right: 16.66667%
}

.cc-col-push-4 {
  left: 16.66667%
}

.cc-col-5 {
  width: 20.83333%
}

.cc-col-offset-5 {
  margin-left: 20.83333%
}

.cc-col-pull-5 {
  right: 20.83333%
}

.cc-col-push-5 {
  left: 20.83333%
}

.cc-col-6 {
  width: 25%
}

.cc-col-offset-6 {
  margin-left: 25%
}

.cc-col-pull-6 {
  right: 25%
}

.cc-col-push-6 {
  left: 25%
}

.cc-col-7 {
  width: 29.16667%
}

.cc-col-offset-7 {
  margin-left: 29.16667%
}

.cc-col-pull-7 {
  right: 29.16667%
}

.cc-col-push-7 {
  left: 29.16667%
}

.cc-col-8 {
  width: 33.33333%
}

.cc-col-offset-8 {
  margin-left: 33.33333%
}

.cc-col-pull-8 {
  right: 33.33333%
}

.cc-col-push-8 {
  left: 33.33333%
}

.cc-col-9 {
  width: 37.5%
}

.cc-col-offset-9 {
  margin-left: 37.5%
}

.cc-col-pull-9 {
  right: 37.5%
}

.cc-col-push-9 {
  left: 37.5%
}

.cc-col-10 {
  width: 41.66667%
}

.cc-col-offset-10 {
  margin-left: 41.66667%
}

.cc-col-pull-10 {
  right: 41.66667%
}

.cc-col-push-10 {
  left: 41.66667%
}

.cc-col-11 {
  width: 45.83333%
}

.cc-col-offset-11 {
  margin-left: 45.83333%
}

.cc-col-pull-11 {
  right: 45.83333%
}

.cc-col-push-11 {
  left: 45.83333%
}

.cc-col-12 {
  width: 50%
}

.cc-col-offset-12 {
  margin-left: 50%
}

.cc-col-pull-12 {
  position: relative;
  right: 50%
}

.cc-col-push-12 {
  left: 50%
}

.cc-col-13 {
  width: 54.16667%
}

.cc-col-offset-13 {
  margin-left: 54.16667%
}

.cc-col-pull-13 {
  right: 54.16667%
}

.cc-col-push-13 {
  left: 54.16667%
}

.cc-col-14 {
  width: 58.33333%
}

.cc-col-offset-14 {
  margin-left: 58.33333%
}

.cc-col-pull-14 {
  right: 58.33333%
}

.cc-col-push-14 {
  left: 58.33333%
}

.cc-col-15 {
  width: 62.5%
}

.cc-col-offset-15 {
  margin-left: 62.5%
}

.cc-col-pull-15 {
  right: 62.5%
}

.cc-col-push-15 {
  left: 62.5%
}

.cc-col-16 {
  width: 66.66667%
}

.cc-col-offset-16 {
  margin-left: 66.66667%
}

.cc-col-pull-16 {
  right: 66.66667%
}

.cc-col-push-16 {
  left: 66.66667%
}

.cc-col-17 {
  width: 70.83333%
}

.cc-col-offset-17 {
  margin-left: 70.83333%
}

.cc-col-pull-17 {
  right: 70.83333%
}

.cc-col-push-17 {
  left: 70.83333%
}

.cc-col-18 {
  width: 75%
}

.cc-col-offset-18 {
  margin-left: 75%
}

.cc-col-pull-18 {
  right: 75%
}

.cc-col-push-18 {
  left: 75%
}

.cc-col-19 {
  width: 79.16667%
}

.cc-col-offset-19 {
  margin-left: 79.16667%
}

.cc-col-pull-19 {
  right: 79.16667%
}

.cc-col-push-19 {
  left: 79.16667%
}

.cc-col-20 {
  width: 83.33333%
}

.cc-col-offset-20 {
  margin-left: 83.33333%
}

.cc-col-pull-20 {
  right: 83.33333%
}

.cc-col-push-20 {
  left: 83.33333%
}

.cc-col-21 {
  width: 87.5%
}

.cc-col-offset-21 {
  margin-left: 87.5%
}

.cc-col-pull-21 {
  right: 87.5%
}

.cc-col-push-21 {
  left: 87.5%
}

.cc-col-22 {
  width: 91.66667%
}

.cc-col-offset-22 {
  margin-left: 91.66667%
}

.cc-col-pull-22 {
  right: 91.66667%
}

.cc-col-push-22 {
  left: 91.66667%
}

.cc-col-23 {
  width: 95.83333%
}

.cc-col-offset-23 {
  margin-left: 95.83333%
}

.cc-col-pull-23 {
  right: 95.83333%
}

.cc-col-push-23 {
  left: 95.83333%
}

.cc-col-24 {
  width: 100%
}

.cc-col-offset-24 {
  margin-left: 100%
}

.cc-col-pull-24 {
  right: 100%
}

.cc-col-push-24 {
  left: 100%
}

@media only screen and (max-width: 767px) {
  .cc-col-xs-0 {
    display: none;
    width: 0%
  }

  .cc-col-xs-offset-0 {
    margin-left: 0
  }

  .cc-col-xs-pull-0 {
    position: relative;
    right: 0
  }

  .cc-col-xs-push-0 {
    position: relative;
    left: 0
  }

  .cc-col-xs-1 {
    width: 4.16667%
  }

  .cc-col-xs-offset-1 {
    margin-left: 4.16667%
  }

  .cc-col-xs-pull-1 {
    position: relative;
    right: 4.16667%
  }

  .cc-col-xs-push-1 {
    position: relative;
    left: 4.16667%
  }

  .cc-col-xs-2 {
    width: 8.33333%
  }

  .cc-col-xs-offset-2 {
    margin-left: 8.33333%
  }

  .cc-col-xs-pull-2 {
    position: relative;
    right: 8.33333%
  }

  .cc-col-xs-push-2 {
    position: relative;
    left: 8.33333%
  }

  .cc-col-xs-3 {
    width: 12.5%
  }

  .cc-col-xs-offset-3 {
    margin-left: 12.5%
  }

  .cc-col-xs-pull-3 {
    position: relative;
    right: 12.5%
  }

  .cc-col-xs-push-3 {
    position: relative;
    left: 12.5%
  }

  .cc-col-xs-4 {
    width: 16.66667%
  }

  .cc-col-xs-offset-4 {
    margin-left: 16.66667%
  }

  .cc-col-xs-pull-4 {
    position: relative;
    right: 16.66667%
  }

  .cc-col-xs-push-4 {
    position: relative;
    left: 16.66667%
  }

  .cc-col-xs-5 {
    width: 20.83333%
  }

  .cc-col-xs-offset-5 {
    margin-left: 20.83333%
  }

  .cc-col-xs-pull-5 {
    position: relative;
    right: 20.83333%
  }

  .cc-col-xs-push-5 {
    position: relative;
    left: 20.83333%
  }

  .cc-col-xs-6 {
    width: 25%
  }

  .cc-col-xs-offset-6 {
    margin-left: 25%
  }

  .cc-col-xs-pull-6 {
    position: relative;
    right: 25%
  }

  .cc-col-xs-push-6 {
    position: relative;
    left: 25%
  }

  .cc-col-xs-7 {
    width: 29.16667%
  }

  .cc-col-xs-offset-7 {
    margin-left: 29.16667%
  }

  .cc-col-xs-pull-7 {
    position: relative;
    right: 29.16667%
  }

  .cc-col-xs-push-7 {
    position: relative;
    left: 29.16667%
  }

  .cc-col-xs-8 {
    width: 33.33333%
  }

  .cc-col-xs-offset-8 {
    margin-left: 33.33333%
  }

  .cc-col-xs-pull-8 {
    position: relative;
    right: 33.33333%
  }

  .cc-col-xs-push-8 {
    position: relative;
    left: 33.33333%
  }

  .cc-col-xs-9 {
    width: 37.5%
  }

  .cc-col-xs-offset-9 {
    margin-left: 37.5%
  }

  .cc-col-xs-pull-9 {
    position: relative;
    right: 37.5%
  }

  .cc-col-xs-push-9 {
    position: relative;
    left: 37.5%
  }

  .cc-col-xs-10 {
    width: 41.66667%
  }

  .cc-col-xs-offset-10 {
    margin-left: 41.66667%
  }

  .cc-col-xs-pull-10 {
    position: relative;
    right: 41.66667%
  }

  .cc-col-xs-push-10 {
    position: relative;
    left: 41.66667%
  }

  .cc-col-xs-11 {
    width: 45.83333%
  }

  .cc-col-xs-offset-11 {
    margin-left: 45.83333%
  }

  .cc-col-xs-pull-11 {
    position: relative;
    right: 45.83333%
  }

  .cc-col-xs-push-11 {
    position: relative;
    left: 45.83333%
  }

  .cc-col-xs-12 {
    width: 50%
  }

  .cc-col-xs-offset-12 {
    margin-left: 50%
  }

  .cc-col-xs-pull-12 {
    position: relative;
    right: 50%
  }

  .cc-col-xs-push-12 {
    position: relative;
    left: 50%
  }

  .cc-col-xs-13 {
    width: 54.16667%
  }

  .cc-col-xs-offset-13 {
    margin-left: 54.16667%
  }

  .cc-col-xs-pull-13 {
    position: relative;
    right: 54.16667%
  }

  .cc-col-xs-push-13 {
    position: relative;
    left: 54.16667%
  }

  .cc-col-xs-14 {
    width: 58.33333%
  }

  .cc-col-xs-offset-14 {
    margin-left: 58.33333%
  }

  .cc-col-xs-pull-14 {
    position: relative;
    right: 58.33333%
  }

  .cc-col-xs-push-14 {
    position: relative;
    left: 58.33333%
  }

  .cc-col-xs-15 {
    width: 62.5%
  }

  .cc-col-xs-offset-15 {
    margin-left: 62.5%
  }

  .cc-col-xs-pull-15 {
    position: relative;
    right: 62.5%
  }

  .cc-col-xs-push-15 {
    position: relative;
    left: 62.5%
  }

  .cc-col-xs-16 {
    width: 66.66667%
  }

  .cc-col-xs-offset-16 {
    margin-left: 66.66667%
  }

  .cc-col-xs-pull-16 {
    position: relative;
    right: 66.66667%
  }

  .cc-col-xs-push-16 {
    position: relative;
    left: 66.66667%
  }

  .cc-col-xs-17 {
    width: 70.83333%
  }

  .cc-col-xs-offset-17 {
    margin-left: 70.83333%
  }

  .cc-col-xs-pull-17 {
    position: relative;
    right: 70.83333%
  }

  .cc-col-xs-push-17 {
    position: relative;
    left: 70.83333%
  }

  .cc-col-xs-18 {
    width: 75%
  }

  .cc-col-xs-offset-18 {
    margin-left: 75%
  }

  .cc-col-xs-pull-18 {
    position: relative;
    right: 75%
  }

  .cc-col-xs-push-18 {
    position: relative;
    left: 75%
  }

  .cc-col-xs-19 {
    width: 79.16667%
  }

  .cc-col-xs-offset-19 {
    margin-left: 79.16667%
  }

  .cc-col-xs-pull-19 {
    position: relative;
    right: 79.16667%
  }

  .cc-col-xs-push-19 {
    position: relative;
    left: 79.16667%
  }

  .cc-col-xs-20 {
    width: 83.33333%
  }

  .cc-col-xs-offset-20 {
    margin-left: 83.33333%
  }

  .cc-col-xs-pull-20 {
    position: relative;
    right: 83.33333%
  }

  .cc-col-xs-push-20 {
    position: relative;
    left: 83.33333%
  }

  .cc-col-xs-21 {
    width: 87.5%
  }

  .cc-col-xs-offset-21 {
    margin-left: 87.5%
  }

  .cc-col-xs-pull-21 {
    position: relative;
    right: 87.5%
  }

  .cc-col-xs-push-21 {
    position: relative;
    left: 87.5%
  }

  .cc-col-xs-22 {
    width: 91.66667%
  }

  .cc-col-xs-offset-22 {
    margin-left: 91.66667%
  }

  .cc-col-xs-pull-22 {
    position: relative;
    right: 91.66667%
  }

  .cc-col-xs-push-22 {
    position: relative;
    left: 91.66667%
  }

  .cc-col-xs-23 {
    width: 95.83333%
  }

  .cc-col-xs-offset-23 {
    margin-left: 95.83333%
  }

  .cc-col-xs-pull-23 {
    position: relative;
    right: 95.83333%
  }

  .cc-col-xs-push-23 {
    position: relative;
    left: 95.83333%
  }

  .cc-col-xs-24 {
    width: 100%
  }

  .cc-col-xs-offset-24 {
    margin-left: 100%
  }

  .cc-col-xs-pull-24 {
    position: relative;
    right: 100%
  }

  .cc-col-xs-push-24 {
    position: relative;
    left: 100%
  }
}

@media only screen and (min-width: 768px) {
  .cc-col-sm-0 {
    display: none;
    width: 0%
  }

  .cc-col-sm-offset-0 {
    margin-left: 0
  }

  .cc-col-sm-pull-0 {
    position: relative;
    right: 0
  }

  .cc-col-sm-push-0 {
    position: relative;
    left: 0
  }

  .cc-col-sm-1 {
    width: 4.16667%
  }

  .cc-col-sm-offset-1 {
    margin-left: 4.16667%
  }

  .cc-col-sm-pull-1 {
    position: relative;
    right: 4.16667%
  }

  .cc-col-sm-push-1 {
    position: relative;
    left: 4.16667%
  }

  .cc-col-sm-2 {
    width: 8.33333%
  }

  .cc-col-sm-offset-2 {
    margin-left: 8.33333%
  }

  .cc-col-sm-pull-2 {
    position: relative;
    right: 8.33333%
  }

  .cc-col-sm-push-2 {
    position: relative;
    left: 8.33333%
  }

  .cc-col-sm-3 {
    width: 12.5%
  }

  .cc-col-sm-offset-3 {
    margin-left: 12.5%
  }

  .cc-col-sm-pull-3 {
    position: relative;
    right: 12.5%
  }

  .cc-col-sm-push-3 {
    position: relative;
    left: 12.5%
  }

  .cc-col-sm-4 {
    width: 16.66667%
  }

  .cc-col-sm-offset-4 {
    margin-left: 16.66667%
  }

  .cc-col-sm-pull-4 {
    position: relative;
    right: 16.66667%
  }

  .cc-col-sm-push-4 {
    position: relative;
    left: 16.66667%
  }

  .cc-col-sm-5 {
    width: 20.83333%
  }

  .cc-col-sm-offset-5 {
    margin-left: 20.83333%
  }

  .cc-col-sm-pull-5 {
    position: relative;
    right: 20.83333%
  }

  .cc-col-sm-push-5 {
    position: relative;
    left: 20.83333%
  }

  .cc-col-sm-6 {
    width: 25%
  }

  .cc-col-sm-offset-6 {
    margin-left: 25%
  }

  .cc-col-sm-pull-6 {
    position: relative;
    right: 25%
  }

  .cc-col-sm-push-6 {
    position: relative;
    left: 25%
  }

  .cc-col-sm-7 {
    width: 29.16667%
  }

  .cc-col-sm-offset-7 {
    margin-left: 29.16667%
  }

  .cc-col-sm-pull-7 {
    position: relative;
    right: 29.16667%
  }

  .cc-col-sm-push-7 {
    position: relative;
    left: 29.16667%
  }

  .cc-col-sm-8 {
    width: 33.33333%
  }

  .cc-col-sm-offset-8 {
    margin-left: 33.33333%
  }

  .cc-col-sm-pull-8 {
    position: relative;
    right: 33.33333%
  }

  .cc-col-sm-push-8 {
    position: relative;
    left: 33.33333%
  }

  .cc-col-sm-9 {
    width: 37.5%
  }

  .cc-col-sm-offset-9 {
    margin-left: 37.5%
  }

  .cc-col-sm-pull-9 {
    position: relative;
    right: 37.5%
  }

  .cc-col-sm-push-9 {
    position: relative;
    left: 37.5%
  }

  .cc-col-sm-10 {
    width: 41.66667%
  }

  .cc-col-sm-offset-10 {
    margin-left: 41.66667%
  }

  .cc-col-sm-pull-10 {
    position: relative;
    right: 41.66667%
  }

  .cc-col-sm-push-10 {
    position: relative;
    left: 41.66667%
  }

  .cc-col-sm-11 {
    width: 45.83333%
  }

  .cc-col-sm-offset-11 {
    margin-left: 45.83333%
  }

  .cc-col-sm-pull-11 {
    position: relative;
    right: 45.83333%
  }

  .cc-col-sm-push-11 {
    position: relative;
    left: 45.83333%
  }

  .cc-col-sm-12 {
    width: 50%
  }

  .cc-col-sm-offset-12 {
    margin-left: 50%
  }

  .cc-col-sm-pull-12 {
    position: relative;
    right: 50%
  }

  .cc-col-sm-push-12 {
    position: relative;
    left: 50%
  }

  .cc-col-sm-13 {
    width: 54.16667%
  }

  .cc-col-sm-offset-13 {
    margin-left: 54.16667%
  }

  .cc-col-sm-pull-13 {
    position: relative;
    right: 54.16667%
  }

  .cc-col-sm-push-13 {
    position: relative;
    left: 54.16667%
  }

  .cc-col-sm-14 {
    width: 58.33333%
  }

  .cc-col-sm-offset-14 {
    margin-left: 58.33333%
  }

  .cc-col-sm-pull-14 {
    position: relative;
    right: 58.33333%
  }

  .cc-col-sm-push-14 {
    position: relative;
    left: 58.33333%
  }

  .cc-col-sm-15 {
    width: 62.5%
  }

  .cc-col-sm-offset-15 {
    margin-left: 62.5%
  }

  .cc-col-sm-pull-15 {
    position: relative;
    right: 62.5%
  }

  .cc-col-sm-push-15 {
    position: relative;
    left: 62.5%
  }

  .cc-col-sm-16 {
    width: 66.66667%
  }

  .cc-col-sm-offset-16 {
    margin-left: 66.66667%
  }

  .cc-col-sm-pull-16 {
    position: relative;
    right: 66.66667%
  }

  .cc-col-sm-push-16 {
    position: relative;
    left: 66.66667%
  }

  .cc-col-sm-17 {
    width: 70.83333%
  }

  .cc-col-sm-offset-17 {
    margin-left: 70.83333%
  }

  .cc-col-sm-pull-17 {
    position: relative;
    right: 70.83333%
  }

  .cc-col-sm-push-17 {
    position: relative;
    left: 70.83333%
  }

  .cc-col-sm-18 {
    width: 75%
  }

  .cc-col-sm-offset-18 {
    margin-left: 75%
  }

  .cc-col-sm-pull-18 {
    position: relative;
    right: 75%
  }

  .cc-col-sm-push-18 {
    position: relative;
    left: 75%
  }

  .cc-col-sm-19 {
    width: 79.16667%
  }

  .cc-col-sm-offset-19 {
    margin-left: 79.16667%
  }

  .cc-col-sm-pull-19 {
    position: relative;
    right: 79.16667%
  }

  .cc-col-sm-push-19 {
    position: relative;
    left: 79.16667%
  }

  .cc-col-sm-20 {
    width: 83.33333%
  }

  .cc-col-sm-offset-20 {
    margin-left: 83.33333%
  }

  .cc-col-sm-pull-20 {
    position: relative;
    right: 83.33333%
  }

  .cc-col-sm-push-20 {
    position: relative;
    left: 83.33333%
  }

  .cc-col-sm-21 {
    width: 87.5%
  }

  .cc-col-sm-offset-21 {
    margin-left: 87.5%
  }

  .cc-col-sm-pull-21 {
    position: relative;
    right: 87.5%
  }

  .cc-col-sm-push-21 {
    position: relative;
    left: 87.5%
  }

  .cc-col-sm-22 {
    width: 91.66667%
  }

  .cc-col-sm-offset-22 {
    margin-left: 91.66667%
  }

  .cc-col-sm-pull-22 {
    position: relative;
    right: 91.66667%
  }

  .cc-col-sm-push-22 {
    position: relative;
    left: 91.66667%
  }

  .cc-col-sm-23 {
    width: 95.83333%
  }

  .cc-col-sm-offset-23 {
    margin-left: 95.83333%
  }

  .cc-col-sm-pull-23 {
    position: relative;
    right: 95.83333%
  }

  .cc-col-sm-push-23 {
    position: relative;
    left: 95.83333%
  }

  .cc-col-sm-24 {
    width: 100%
  }

  .cc-col-sm-offset-24 {
    margin-left: 100%
  }

  .cc-col-sm-pull-24 {
    position: relative;
    right: 100%
  }

  .cc-col-sm-push-24 {
    position: relative;
    left: 100%
  }
}

@media only screen and (min-width: 992px) {
  .cc-col-md-0 {
    display: none;
    width: 0%
  }

  .cc-col-md-offset-0 {
    margin-left: 0
  }

  .cc-col-md-pull-0 {
    position: relative;
    right: 0
  }

  .cc-col-md-push-0 {
    position: relative;
    left: 0
  }

  .cc-col-md-1 {
    width: 4.16667%
  }

  .cc-col-md-offset-1 {
    margin-left: 4.16667%
  }

  .cc-col-md-pull-1 {
    position: relative;
    right: 4.16667%
  }

  .cc-col-md-push-1 {
    position: relative;
    left: 4.16667%
  }

  .cc-col-md-2 {
    width: 8.33333%
  }

  .cc-col-md-offset-2 {
    margin-left: 8.33333%
  }

  .cc-col-md-pull-2 {
    position: relative;
    right: 8.33333%
  }

  .cc-col-md-push-2 {
    position: relative;
    left: 8.33333%
  }

  .cc-col-md-3 {
    width: 12.5%
  }

  .cc-col-md-offset-3 {
    margin-left: 12.5%
  }

  .cc-col-md-pull-3 {
    position: relative;
    right: 12.5%
  }

  .cc-col-md-push-3 {
    position: relative;
    left: 12.5%
  }

  .cc-col-md-4 {
    width: 16.66667%
  }

  .cc-col-md-offset-4 {
    margin-left: 16.66667%
  }

  .cc-col-md-pull-4 {
    position: relative;
    right: 16.66667%
  }

  .cc-col-md-push-4 {
    position: relative;
    left: 16.66667%
  }

  .cc-col-md-5 {
    width: 20.83333%
  }

  .cc-col-md-offset-5 {
    margin-left: 20.83333%
  }

  .cc-col-md-pull-5 {
    position: relative;
    right: 20.83333%
  }

  .cc-col-md-push-5 {
    position: relative;
    left: 20.83333%
  }

  .cc-col-md-6 {
    width: 25%
  }

  .cc-col-md-offset-6 {
    margin-left: 25%
  }

  .cc-col-md-pull-6 {
    position: relative;
    right: 25%
  }

  .cc-col-md-push-6 {
    position: relative;
    left: 25%
  }

  .cc-col-md-7 {
    width: 29.16667%
  }

  .cc-col-md-offset-7 {
    margin-left: 29.16667%
  }

  .cc-col-md-pull-7 {
    position: relative;
    right: 29.16667%
  }

  .cc-col-md-push-7 {
    position: relative;
    left: 29.16667%
  }

  .cc-col-md-8 {
    width: 33.33333%
  }

  .cc-col-md-offset-8 {
    margin-left: 33.33333%
  }

  .cc-col-md-pull-8 {
    position: relative;
    right: 33.33333%
  }

  .cc-col-md-push-8 {
    position: relative;
    left: 33.33333%
  }

  .cc-col-md-9 {
    width: 37.5%
  }

  .cc-col-md-offset-9 {
    margin-left: 37.5%
  }

  .cc-col-md-pull-9 {
    position: relative;
    right: 37.5%
  }

  .cc-col-md-push-9 {
    position: relative;
    left: 37.5%
  }

  .cc-col-md-10 {
    width: 41.66667%
  }

  .cc-col-md-offset-10 {
    margin-left: 41.66667%
  }

  .cc-col-md-pull-10 {
    position: relative;
    right: 41.66667%
  }

  .cc-col-md-push-10 {
    position: relative;
    left: 41.66667%
  }

  .cc-col-md-11 {
    width: 45.83333%
  }

  .cc-col-md-offset-11 {
    margin-left: 45.83333%
  }

  .cc-col-md-pull-11 {
    position: relative;
    right: 45.83333%
  }

  .cc-col-md-push-11 {
    position: relative;
    left: 45.83333%
  }

  .cc-col-md-12 {
    width: 50%
  }

  .cc-col-md-offset-12 {
    margin-left: 50%
  }

  .cc-col-md-pull-12 {
    position: relative;
    right: 50%
  }

  .cc-col-md-push-12 {
    position: relative;
    left: 50%
  }

  .cc-col-md-13 {
    width: 54.16667%
  }

  .cc-col-md-offset-13 {
    margin-left: 54.16667%
  }

  .cc-col-md-pull-13 {
    position: relative;
    right: 54.16667%
  }

  .cc-col-md-push-13 {
    position: relative;
    left: 54.16667%
  }

  .cc-col-md-14 {
    width: 58.33333%
  }

  .cc-col-md-offset-14 {
    margin-left: 58.33333%
  }

  .cc-col-md-pull-14 {
    position: relative;
    right: 58.33333%
  }

  .cc-col-md-push-14 {
    position: relative;
    left: 58.33333%
  }

  .cc-col-md-15 {
    width: 62.5%
  }

  .cc-col-md-offset-15 {
    margin-left: 62.5%
  }

  .cc-col-md-pull-15 {
    position: relative;
    right: 62.5%
  }

  .cc-col-md-push-15 {
    position: relative;
    left: 62.5%
  }

  .cc-col-md-16 {
    width: 66.66667%
  }

  .cc-col-md-offset-16 {
    margin-left: 66.66667%
  }

  .cc-col-md-pull-16 {
    position: relative;
    right: 66.66667%
  }

  .cc-col-md-push-16 {
    position: relative;
    left: 66.66667%
  }

  .cc-col-md-17 {
    width: 70.83333%
  }

  .cc-col-md-offset-17 {
    margin-left: 70.83333%
  }

  .cc-col-md-pull-17 {
    position: relative;
    right: 70.83333%
  }

  .cc-col-md-push-17 {
    position: relative;
    left: 70.83333%
  }

  .cc-col-md-18 {
    width: 75%
  }

  .cc-col-md-offset-18 {
    margin-left: 75%
  }

  .cc-col-md-pull-18 {
    position: relative;
    right: 75%
  }

  .cc-col-md-push-18 {
    position: relative;
    left: 75%
  }

  .cc-col-md-19 {
    width: 79.16667%
  }

  .cc-col-md-offset-19 {
    margin-left: 79.16667%
  }

  .cc-col-md-pull-19 {
    position: relative;
    right: 79.16667%
  }

  .cc-col-md-push-19 {
    position: relative;
    left: 79.16667%
  }

  .cc-col-md-20 {
    width: 83.33333%
  }

  .cc-col-md-offset-20 {
    margin-left: 83.33333%
  }

  .cc-col-md-pull-20 {
    position: relative;
    right: 83.33333%
  }

  .cc-col-md-push-20 {
    position: relative;
    left: 83.33333%
  }

  .cc-col-md-21 {
    width: 87.5%
  }

  .cc-col-md-offset-21 {
    margin-left: 87.5%
  }

  .cc-col-md-pull-21 {
    position: relative;
    right: 87.5%
  }

  .cc-col-md-push-21 {
    position: relative;
    left: 87.5%
  }

  .cc-col-md-22 {
    width: 91.66667%
  }

  .cc-col-md-offset-22 {
    margin-left: 91.66667%
  }

  .cc-col-md-pull-22 {
    position: relative;
    right: 91.66667%
  }

  .cc-col-md-push-22 {
    position: relative;
    left: 91.66667%
  }

  .cc-col-md-23 {
    width: 95.83333%
  }

  .cc-col-md-offset-23 {
    margin-left: 95.83333%
  }

  .cc-col-md-pull-23 {
    position: relative;
    right: 95.83333%
  }

  .cc-col-md-push-23 {
    position: relative;
    left: 95.83333%
  }

  .cc-col-md-24 {
    width: 100%
  }

  .cc-col-md-offset-24 {
    margin-left: 100%
  }

  .cc-col-md-pull-24 {
    position: relative;
    right: 100%
  }

  .cc-col-md-push-24 {
    position: relative;
    left: 100%
  }
}

@media only screen and (min-width: 1200px) {
  .cc-col-lg-0 {
    display: none;
    width: 0%
  }

  .cc-col-lg-offset-0 {
    margin-left: 0
  }

  .cc-col-lg-pull-0 {
    position: relative;
    right: 0
  }

  .cc-col-lg-push-0 {
    position: relative;
    left: 0
  }

  .cc-col-lg-1 {
    width: 4.16667%
  }

  .cc-col-lg-offset-1 {
    margin-left: 4.16667%
  }

  .cc-col-lg-pull-1 {
    position: relative;
    right: 4.16667%
  }

  .cc-col-lg-push-1 {
    position: relative;
    left: 4.16667%
  }

  .cc-col-lg-2 {
    width: 8.33333%
  }

  .cc-col-lg-offset-2 {
    margin-left: 8.33333%
  }

  .cc-col-lg-pull-2 {
    position: relative;
    right: 8.33333%
  }

  .cc-col-lg-push-2 {
    position: relative;
    left: 8.33333%
  }

  .cc-col-lg-3 {
    width: 12.5%
  }

  .cc-col-lg-offset-3 {
    margin-left: 12.5%
  }

  .cc-col-lg-pull-3 {
    position: relative;
    right: 12.5%
  }

  .cc-col-lg-push-3 {
    position: relative;
    left: 12.5%
  }

  .cc-col-lg-4 {
    width: 16.66667%
  }

  .cc-col-lg-offset-4 {
    margin-left: 16.66667%
  }

  .cc-col-lg-pull-4 {
    position: relative;
    right: 16.66667%
  }

  .cc-col-lg-push-4 {
    position: relative;
    left: 16.66667%
  }

  .cc-col-lg-5 {
    width: 20.83333%
  }

  .cc-col-lg-offset-5 {
    margin-left: 20.83333%
  }

  .cc-col-lg-pull-5 {
    position: relative;
    right: 20.83333%
  }

  .cc-col-lg-push-5 {
    position: relative;
    left: 20.83333%
  }

  .cc-col-lg-6 {
    width: 25%
  }

  .cc-col-lg-offset-6 {
    margin-left: 25%
  }

  .cc-col-lg-pull-6 {
    position: relative;
    right: 25%
  }

  .cc-col-lg-push-6 {
    position: relative;
    left: 25%
  }

  .cc-col-lg-7 {
    width: 29.16667%
  }

  .cc-col-lg-offset-7 {
    margin-left: 29.16667%
  }

  .cc-col-lg-pull-7 {
    position: relative;
    right: 29.16667%
  }

  .cc-col-lg-push-7 {
    position: relative;
    left: 29.16667%
  }

  .cc-col-lg-8 {
    width: 33.33333%
  }

  .cc-col-lg-offset-8 {
    margin-left: 33.33333%
  }

  .cc-col-lg-pull-8 {
    position: relative;
    right: 33.33333%
  }

  .cc-col-lg-push-8 {
    position: relative;
    left: 33.33333%
  }

  .cc-col-lg-9 {
    width: 37.5%
  }

  .cc-col-lg-offset-9 {
    margin-left: 37.5%
  }

  .cc-col-lg-pull-9 {
    position: relative;
    right: 37.5%
  }

  .cc-col-lg-push-9 {
    position: relative;
    left: 37.5%
  }

  .cc-col-lg-10 {
    width: 41.66667%
  }

  .cc-col-lg-offset-10 {
    margin-left: 41.66667%
  }

  .cc-col-lg-pull-10 {
    position: relative;
    right: 41.66667%
  }

  .cc-col-lg-push-10 {
    position: relative;
    left: 41.66667%
  }

  .cc-col-lg-11 {
    width: 45.83333%
  }

  .cc-col-lg-offset-11 {
    margin-left: 45.83333%
  }

  .cc-col-lg-pull-11 {
    position: relative;
    right: 45.83333%
  }

  .cc-col-lg-push-11 {
    position: relative;
    left: 45.83333%
  }

  .cc-col-lg-12 {
    width: 50%
  }

  .cc-col-lg-offset-12 {
    margin-left: 50%
  }

  .cc-col-lg-pull-12 {
    position: relative;
    right: 50%
  }

  .cc-col-lg-push-12 {
    position: relative;
    left: 50%
  }

  .cc-col-lg-13 {
    width: 54.16667%
  }

  .cc-col-lg-offset-13 {
    margin-left: 54.16667%
  }

  .cc-col-lg-pull-13 {
    position: relative;
    right: 54.16667%
  }

  .cc-col-lg-push-13 {
    position: relative;
    left: 54.16667%
  }

  .cc-col-lg-14 {
    width: 58.33333%
  }

  .cc-col-lg-offset-14 {
    margin-left: 58.33333%
  }

  .cc-col-lg-pull-14 {
    position: relative;
    right: 58.33333%
  }

  .cc-col-lg-push-14 {
    position: relative;
    left: 58.33333%
  }

  .cc-col-lg-15 {
    width: 62.5%
  }

  .cc-col-lg-offset-15 {
    margin-left: 62.5%
  }

  .cc-col-lg-pull-15 {
    position: relative;
    right: 62.5%
  }

  .cc-col-lg-push-15 {
    position: relative;
    left: 62.5%
  }

  .cc-col-lg-16 {
    width: 66.66667%
  }

  .cc-col-lg-offset-16 {
    margin-left: 66.66667%
  }

  .cc-col-lg-pull-16 {
    position: relative;
    right: 66.66667%
  }

  .cc-col-lg-push-16 {
    position: relative;
    left: 66.66667%
  }

  .cc-col-lg-17 {
    width: 70.83333%
  }

  .cc-col-lg-offset-17 {
    margin-left: 70.83333%
  }

  .cc-col-lg-pull-17 {
    position: relative;
    right: 70.83333%
  }

  .cc-col-lg-push-17 {
    position: relative;
    left: 70.83333%
  }

  .cc-col-lg-18 {
    width: 75%
  }

  .cc-col-lg-offset-18 {
    margin-left: 75%
  }

  .cc-col-lg-pull-18 {
    position: relative;
    right: 75%
  }

  .cc-col-lg-push-18 {
    position: relative;
    left: 75%
  }

  .cc-col-lg-19 {
    width: 79.16667%
  }

  .cc-col-lg-offset-19 {
    margin-left: 79.16667%
  }

  .cc-col-lg-pull-19 {
    position: relative;
    right: 79.16667%
  }

  .cc-col-lg-push-19 {
    position: relative;
    left: 79.16667%
  }

  .cc-col-lg-20 {
    width: 83.33333%
  }

  .cc-col-lg-offset-20 {
    margin-left: 83.33333%
  }

  .cc-col-lg-pull-20 {
    position: relative;
    right: 83.33333%
  }

  .cc-col-lg-push-20 {
    position: relative;
    left: 83.33333%
  }

  .cc-col-lg-21 {
    width: 87.5%
  }

  .cc-col-lg-offset-21 {
    margin-left: 87.5%
  }

  .cc-col-lg-pull-21 {
    position: relative;
    right: 87.5%
  }

  .cc-col-lg-push-21 {
    position: relative;
    left: 87.5%
  }

  .cc-col-lg-22 {
    width: 91.66667%
  }

  .cc-col-lg-offset-22 {
    margin-left: 91.66667%
  }

  .cc-col-lg-pull-22 {
    position: relative;
    right: 91.66667%
  }

  .cc-col-lg-push-22 {
    position: relative;
    left: 91.66667%
  }

  .cc-col-lg-23 {
    width: 95.83333%
  }

  .cc-col-lg-offset-23 {
    margin-left: 95.83333%
  }

  .cc-col-lg-pull-23 {
    position: relative;
    right: 95.83333%
  }

  .cc-col-lg-push-23 {
    position: relative;
    left: 95.83333%
  }

  .cc-col-lg-24 {
    width: 100%
  }

  .cc-col-lg-offset-24 {
    margin-left: 100%
  }

  .cc-col-lg-pull-24 {
    position: relative;
    right: 100%
  }

  .cc-col-lg-push-24 {
    position: relative;
    left: 100%
  }
}

@media only screen and (min-width: 1920px) {
  .cc-col-xl-0 {
    display: none;
    width: 0%
  }

  .cc-col-xl-offset-0 {
    margin-left: 0
  }

  .cc-col-xl-pull-0 {
    position: relative;
    right: 0
  }

  .cc-col-xl-push-0 {
    position: relative;
    left: 0
  }

  .cc-col-xl-1 {
    width: 4.16667%
  }

  .cc-col-xl-offset-1 {
    margin-left: 4.16667%
  }

  .cc-col-xl-pull-1 {
    position: relative;
    right: 4.16667%
  }

  .cc-col-xl-push-1 {
    position: relative;
    left: 4.16667%
  }

  .cc-col-xl-2 {
    width: 8.33333%
  }

  .cc-col-xl-offset-2 {
    margin-left: 8.33333%
  }

  .cc-col-xl-pull-2 {
    position: relative;
    right: 8.33333%
  }

  .cc-col-xl-push-2 {
    position: relative;
    left: 8.33333%
  }

  .cc-col-xl-3 {
    width: 12.5%
  }

  .cc-col-xl-offset-3 {
    margin-left: 12.5%
  }

  .cc-col-xl-pull-3 {
    position: relative;
    right: 12.5%
  }

  .cc-col-xl-push-3 {
    position: relative;
    left: 12.5%
  }

  .cc-col-xl-4 {
    width: 16.66667%
  }

  .cc-col-xl-offset-4 {
    margin-left: 16.66667%
  }

  .cc-col-xl-pull-4 {
    position: relative;
    right: 16.66667%
  }

  .cc-col-xl-push-4 {
    position: relative;
    left: 16.66667%
  }

  .cc-col-xl-5 {
    width: 20.83333%
  }

  .cc-col-xl-offset-5 {
    margin-left: 20.83333%
  }

  .cc-col-xl-pull-5 {
    position: relative;
    right: 20.83333%
  }

  .cc-col-xl-push-5 {
    position: relative;
    left: 20.83333%
  }

  .cc-col-xl-6 {
    width: 25%
  }

  .cc-col-xl-offset-6 {
    margin-left: 25%
  }

  .cc-col-xl-pull-6 {
    position: relative;
    right: 25%
  }

  .cc-col-xl-push-6 {
    position: relative;
    left: 25%
  }

  .cc-col-xl-7 {
    width: 29.16667%
  }

  .cc-col-xl-offset-7 {
    margin-left: 29.16667%
  }

  .cc-col-xl-pull-7 {
    position: relative;
    right: 29.16667%
  }

  .cc-col-xl-push-7 {
    position: relative;
    left: 29.16667%
  }

  .cc-col-xl-8 {
    width: 33.33333%
  }

  .cc-col-xl-offset-8 {
    margin-left: 33.33333%
  }

  .cc-col-xl-pull-8 {
    position: relative;
    right: 33.33333%
  }

  .cc-col-xl-push-8 {
    position: relative;
    left: 33.33333%
  }

  .cc-col-xl-9 {
    width: 37.5%
  }

  .cc-col-xl-offset-9 {
    margin-left: 37.5%
  }

  .cc-col-xl-pull-9 {
    position: relative;
    right: 37.5%
  }

  .cc-col-xl-push-9 {
    position: relative;
    left: 37.5%
  }

  .cc-col-xl-10 {
    width: 41.66667%
  }

  .cc-col-xl-offset-10 {
    margin-left: 41.66667%
  }

  .cc-col-xl-pull-10 {
    position: relative;
    right: 41.66667%
  }

  .cc-col-xl-push-10 {
    position: relative;
    left: 41.66667%
  }

  .cc-col-xl-11 {
    width: 45.83333%
  }

  .cc-col-xl-offset-11 {
    margin-left: 45.83333%
  }

  .cc-col-xl-pull-11 {
    position: relative;
    right: 45.83333%
  }

  .cc-col-xl-push-11 {
    position: relative;
    left: 45.83333%
  }

  .cc-col-xl-12 {
    width: 50%
  }

  .cc-col-xl-offset-12 {
    margin-left: 50%
  }

  .cc-col-xl-pull-12 {
    position: relative;
    right: 50%
  }

  .cc-col-xl-push-12 {
    position: relative;
    left: 50%
  }

  .cc-col-xl-13 {
    width: 54.16667%
  }

  .cc-col-xl-offset-13 {
    margin-left: 54.16667%
  }

  .cc-col-xl-pull-13 {
    position: relative;
    right: 54.16667%
  }

  .cc-col-xl-push-13 {
    position: relative;
    left: 54.16667%
  }

  .cc-col-xl-14 {
    width: 58.33333%
  }

  .cc-col-xl-offset-14 {
    margin-left: 58.33333%
  }

  .cc-col-xl-pull-14 {
    position: relative;
    right: 58.33333%
  }

  .cc-col-xl-push-14 {
    position: relative;
    left: 58.33333%
  }

  .cc-col-xl-15 {
    width: 62.5%
  }

  .cc-col-xl-offset-15 {
    margin-left: 62.5%
  }

  .cc-col-xl-pull-15 {
    position: relative;
    right: 62.5%
  }

  .cc-col-xl-push-15 {
    position: relative;
    left: 62.5%
  }

  .cc-col-xl-16 {
    width: 66.66667%
  }

  .cc-col-xl-offset-16 {
    margin-left: 66.66667%
  }

  .cc-col-xl-pull-16 {
    position: relative;
    right: 66.66667%
  }

  .cc-col-xl-push-16 {
    position: relative;
    left: 66.66667%
  }

  .cc-col-xl-17 {
    width: 70.83333%
  }

  .cc-col-xl-offset-17 {
    margin-left: 70.83333%
  }

  .cc-col-xl-pull-17 {
    position: relative;
    right: 70.83333%
  }

  .cc-col-xl-push-17 {
    position: relative;
    left: 70.83333%
  }

  .cc-col-xl-18 {
    width: 75%
  }

  .cc-col-xl-offset-18 {
    margin-left: 75%
  }

  .cc-col-xl-pull-18 {
    position: relative;
    right: 75%
  }

  .cc-col-xl-push-18 {
    position: relative;
    left: 75%
  }

  .cc-col-xl-19 {
    width: 79.16667%
  }

  .cc-col-xl-offset-19 {
    margin-left: 79.16667%
  }

  .cc-col-xl-pull-19 {
    position: relative;
    right: 79.16667%
  }

  .cc-col-xl-push-19 {
    position: relative;
    left: 79.16667%
  }

  .cc-col-xl-20 {
    width: 83.33333%
  }

  .cc-col-xl-offset-20 {
    margin-left: 83.33333%
  }

  .cc-col-xl-pull-20 {
    position: relative;
    right: 83.33333%
  }

  .cc-col-xl-push-20 {
    position: relative;
    left: 83.33333%
  }

  .cc-col-xl-21 {
    width: 87.5%
  }

  .cc-col-xl-offset-21 {
    margin-left: 87.5%
  }

  .cc-col-xl-pull-21 {
    position: relative;
    right: 87.5%
  }

  .cc-col-xl-push-21 {
    position: relative;
    left: 87.5%
  }

  .cc-col-xl-22 {
    width: 91.66667%
  }

  .cc-col-xl-offset-22 {
    margin-left: 91.66667%
  }

  .cc-col-xl-pull-22 {
    position: relative;
    right: 91.66667%
  }

  .cc-col-xl-push-22 {
    position: relative;
    left: 91.66667%
  }

  .cc-col-xl-23 {
    width: 95.83333%
  }

  .cc-col-xl-offset-23 {
    margin-left: 95.83333%
  }

  .cc-col-xl-pull-23 {
    position: relative;
    right: 95.83333%
  }

  .cc-col-xl-push-23 {
    position: relative;
    left: 95.83333%
  }

  .cc-col-xl-24 {
    width: 100%
  }

  .cc-col-xl-offset-24 {
    margin-left: 100%
  }

  .cc-col-xl-pull-24 {
    position: relative;
    right: 100%
  }

  .cc-col-xl-push-24 {
    position: relative;
    left: 100%
  }
}

.big-event-gray {
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)
}

/*! @docsearch/css 3.3.0 | MIT License | © Algolia, Inc. and contributors | https://docsearch.algolia.com */
:root {
  --docsearch-primary-color: #5468ff;
  --docsearch-text-color: #1c1e21;
  --docsearch-spacing: 12px;
  --docsearch-icon-stroke-width: 1.4;
  --docsearch-highlight-color: var(--docsearch-primary-color);
  --docsearch-muted-color: #969faf;
  --docsearch-container-background: rgba(101, 108, 133, .8);
  --docsearch-logo-color: #5468ff;
  --docsearch-modal-width: 560px;
  --docsearch-modal-height: 600px;
  --docsearch-modal-background: #f5f6f7;
  --docsearch-modal-shadow: inset 1px 1px 0 0 hsla(0, 0%, 100%, .5), 0 3px 8px 0 #555a64;
  --docsearch-searchbox-height: 56px;
  --docsearch-searchbox-background: #ebedf0;
  --docsearch-searchbox-focus-background: #fff;
  --docsearch-searchbox-shadow: inset 0 0 0 2px var(--docsearch-primary-color);
  --docsearch-hit-height: 56px;
  --docsearch-hit-color: #444950;
  --docsearch-hit-active-color: #fff;
  --docsearch-hit-background: #fff;
  --docsearch-hit-shadow: 0 1px 3px 0 #d4d9e1;
  --docsearch-key-gradient: linear-gradient(-225deg, #d5dbe4, #f8f8f8);
  --docsearch-key-shadow: inset 0 -2px 0 0 #cdcde6, inset 0 0 1px 1px #fff, 0 1px 2px 1px rgba(30, 35, 90, .4);
  --docsearch-footer-height: 44px;
  --docsearch-footer-background: #fff;
  --docsearch-footer-shadow: 0 -1px 0 0 #e0e3e8, 0 -3px 6px 0 rgba(69, 98, 155, .12)
}

html[data-theme=dark] {
  --docsearch-text-color: #f5f6f7;
  --docsearch-container-background: rgba(9, 10, 17, .8);
  --docsearch-modal-background: #15172a;
  --docsearch-modal-shadow: inset 1px 1px 0 0 #2c2e40, 0 3px 8px 0 #000309;
  --docsearch-searchbox-background: #090a11;
  --docsearch-searchbox-focus-background: #000;
  --docsearch-hit-color: #bec3c9;
  --docsearch-hit-shadow: none;
  --docsearch-hit-background: #090a11;
  --docsearch-key-gradient: linear-gradient(-26.5deg, #565872, #31355b);
  --docsearch-key-shadow: inset 0 -2px 0 0 #282d55, inset 0 0 1px 1px #51577d, 0 2px 2px 0 rgba(3, 4, 9, .3);
  --docsearch-footer-background: #1e2136;
  --docsearch-footer-shadow: inset 0 1px 0 0 rgba(73, 76, 106, .5), 0 -4px 8px 0 rgba(0, 0, 0, .2);
  --docsearch-logo-color: #fff;
  --docsearch-muted-color: #7f8497
}

.DocSearch-Button {
  align-items: center;
  background: var(--docsearch-searchbox-background);
  border: 0;
  border-radius: 40px;
  color: var(--docsearch-muted-color);
  cursor: pointer;
  display: flex;
  font-weight: 500;
  height: 36px;
  justify-content: space-between;
  margin: 0 0 0 16px;
  padding: 0 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.DocSearch-Button:active,
.DocSearch-Button:focus,
.DocSearch-Button:hover {
  background: var(--docsearch-searchbox-focus-background);
  box-shadow: var(--docsearch-searchbox-shadow);
  color: var(--docsearch-text-color);
  outline: none
}

.DocSearch-Button-Container {
  align-items: center;
  display: flex
}

.DocSearch-Search-Icon {
  stroke-width: 1.6
}

.DocSearch-Button .DocSearch-Search-Icon {
  color: var(--docsearch-text-color)
}

.DocSearch-Button-Placeholder {
  font-size: 1rem;
  padding: 0 12px 0 6px
}

.DocSearch-Button-Keys {
  display: flex;
  min-width: calc(40px + .8em)
}

.DocSearch-Button-Key {
  align-items: center;
  background: var(--docsearch-key-gradient);
  border-radius: 3px;
  box-shadow: var(--docsearch-key-shadow);
  color: var(--docsearch-muted-color);
  display: flex;
  height: 18px;
  justify-content: center;
  margin-right: .4em;
  position: relative;
  padding: 0 0 2px;
  border: 0;
  top: -1px;
  width: 20px
}

@media (max-width:768px) {

  .DocSearch-Button-Keys,
  .DocSearch-Button-Placeholder {
    display: none
  }
}

.DocSearch--active {
  overflow: hidden !important
}

.DocSearch-Container,
.DocSearch-Container * {
  box-sizing: border-box
}

.DocSearch-Container {
  background-color: var(--docsearch-container-background);
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 200
}

.DocSearch-Container a {
  text-decoration: none
}

.DocSearch-Link {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: 0;
  color: var(--docsearch-highlight-color);
  cursor: pointer;
  font: inherit;
  margin: 0;
  padding: 0
}

.DocSearch-Modal {
  background: var(--docsearch-modal-background);
  border-radius: 6px;
  box-shadow: var(--docsearch-modal-shadow);
  flex-direction: column;
  margin: 60px auto auto;
  max-width: var(--docsearch-modal-width);
  position: relative
}

.DocSearch-SearchBar {
  display: flex;
  padding: var(--docsearch-spacing) var(--docsearch-spacing) 0
}

.DocSearch-Form {
  align-items: center;
  background: var(--docsearch-searchbox-focus-background);
  border-radius: 4px;
  box-shadow: var(--docsearch-searchbox-shadow);
  display: flex;
  height: var(--docsearch-searchbox-height);
  margin: 0;
  padding: 0 var(--docsearch-spacing);
  position: relative;
  width: 100%
}

.DocSearch-Input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  color: var(--docsearch-text-color);
  flex: 1;
  font: inherit;
  font-size: 1.2em;
  height: 100%;
  outline: none;
  padding: 0 0 0 8px;
  width: 80%
}

.DocSearch-Input::-moz-placeholder {
  color: var(--docsearch-muted-color);
  opacity: 1
}

.DocSearch-Input::placeholder {
  color: var(--docsearch-muted-color);
  opacity: 1
}

.DocSearch-Input::-webkit-search-cancel-button,
.DocSearch-Input::-webkit-search-decoration,
.DocSearch-Input::-webkit-search-results-button,
.DocSearch-Input::-webkit-search-results-decoration {
  display: none
}

.DocSearch-LoadingIndicator,
.DocSearch-MagnifierLabel,
.DocSearch-Reset {
  margin: 0;
  padding: 0
}

.DocSearch-MagnifierLabel,
.DocSearch-Reset {
  align-items: center;
  color: var(--docsearch-highlight-color);
  display: flex;
  justify-content: center
}

.DocSearch-Container--Stalled .DocSearch-MagnifierLabel,
.DocSearch-LoadingIndicator {
  display: none
}

.DocSearch-Container--Stalled .DocSearch-LoadingIndicator {
  align-items: center;
  color: var(--docsearch-highlight-color);
  display: flex;
  justify-content: center
}

@media screen and (prefers-reduced-motion:reduce) {
  .DocSearch-Reset {
    animation: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: 0;
    border-radius: 50%;
    color: var(--docsearch-icon-color);
    cursor: pointer;
    right: 0;
    stroke-width: var(--docsearch-icon-stroke-width)
  }
}

.DocSearch-Reset {
  animation: fade-in .1s ease-in forwards;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: 0;
  border-radius: 50%;
  color: var(--docsearch-icon-color);
  cursor: pointer;
  padding: 2px;
  right: 0;
  stroke-width: var(--docsearch-icon-stroke-width)
}

.DocSearch-Reset[hidden] {
  display: none
}

.DocSearch-Reset:focus {
  outline: none
}

.DocSearch-Reset:hover {
  color: var(--docsearch-highlight-color)
}

.DocSearch-LoadingIndicator svg,
.DocSearch-MagnifierLabel svg {
  height: 24px;
  width: 24px
}

.DocSearch-Cancel {
  display: none
}

.DocSearch-Dropdown {
  max-height: calc(var(--docsearch-modal-height) - var(--docsearch-searchbox-height) - var(--docsearch-spacing) - var(--docsearch-footer-height));
  min-height: var(--docsearch-spacing);
  overflow-y: auto;
  overflow-y: overlay;
  padding: 0 var(--docsearch-spacing);
  scrollbar-color: var(--docsearch-muted-color) var(--docsearch-modal-background);
  scrollbar-width: thin
}

.DocSearch-Dropdown::-webkit-scrollbar {
  width: 12px
}

.DocSearch-Dropdown::-webkit-scrollbar-track {
  background: transparent
}

.DocSearch-Dropdown::-webkit-scrollbar-thumb {
  background-color: var(--docsearch-muted-color);
  border: 3px solid var(--docsearch-modal-background);
  border-radius: 20px
}

.DocSearch-Dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.DocSearch-Label {
  font-size: .75em;
  line-height: 1.6em
}

.DocSearch-Help,
.DocSearch-Label {
  color: var(--docsearch-muted-color)
}

.DocSearch-Help {
  font-size: .9em;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.DocSearch-Title {
  font-size: 1.2em
}

.DocSearch-Logo a {
  display: flex
}

.DocSearch-Logo svg {
  color: var(--docsearch-logo-color);
  margin-left: 8px
}

.DocSearch-Hits:last-of-type {
  margin-bottom: 24px
}

.DocSearch-Hits mark {
  background: none;
  color: var(--docsearch-highlight-color)
}

.DocSearch-HitsFooter {
  color: var(--docsearch-muted-color);
  display: flex;
  font-size: .85em;
  justify-content: center;
  margin-bottom: var(--docsearch-spacing);
  padding: var(--docsearch-spacing)
}

.DocSearch-HitsFooter a {
  border-bottom: 1px solid;
  color: inherit
}

.DocSearch-Hit {
  border-radius: 4px;
  display: flex;
  padding-bottom: 4px;
  position: relative
}

@media screen and (prefers-reduced-motion:reduce) {
  .DocSearch-Hit--deleting {
    transition: none
  }
}

.DocSearch-Hit--deleting {
  opacity: 0;
  transition: all .25s linear
}

@media screen and (prefers-reduced-motion:reduce) {
  .DocSearch-Hit--favoriting {
    transition: none
  }
}

.DocSearch-Hit--favoriting {
  transform: scale(0);
  transform-origin: top center;
  transition: all .25s linear;
  transition-delay: .25s
}

.DocSearch-Hit a {
  background: var(--docsearch-hit-background);
  border-radius: 4px;
  box-shadow: var(--docsearch-hit-shadow);
  display: block;
  padding-left: var(--docsearch-spacing);
  width: 100%
}

.DocSearch-Hit-source {
  background: var(--docsearch-modal-background);
  color: var(--docsearch-highlight-color);
  font-size: .85em;
  font-weight: 600;
  line-height: 32px;
  margin: 0 -4px;
  padding: 8px 4px 0;
  position: sticky;
  top: 0;
  z-index: 10
}

.DocSearch-Hit-Tree {
  color: var(--docsearch-muted-color);
  height: var(--docsearch-hit-height);
  opacity: .5;
  stroke-width: var(--docsearch-icon-stroke-width);
  width: 24px
}

.DocSearch-Hit[aria-selected=true] a {
  background-color: var(--docsearch-highlight-color)
}

.DocSearch-Hit[aria-selected=true] mark {
  text-decoration: underline
}

.DocSearch-Hit-Container {
  align-items: center;
  color: var(--docsearch-hit-color);
  display: flex;
  flex-direction: row;
  height: var(--docsearch-hit-height);
  padding: 0 var(--docsearch-spacing) 0 0
}

.DocSearch-Hit-icon {
  height: 20px;
  width: 20px
}

.DocSearch-Hit-action,
.DocSearch-Hit-icon {
  color: var(--docsearch-muted-color);
  stroke-width: var(--docsearch-icon-stroke-width)
}

.DocSearch-Hit-action {
  align-items: center;
  display: flex;
  height: 22px;
  width: 22px
}

.DocSearch-Hit-action svg {
  display: block;
  height: 18px;
  width: 18px
}

.DocSearch-Hit-action+.DocSearch-Hit-action {
  margin-left: 6px
}

.DocSearch-Hit-action-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: 0;
  border-radius: 50%;
  color: inherit;
  cursor: pointer;
  padding: 2px
}

svg.DocSearch-Hit-Select-Icon {
  display: none
}

.DocSearch-Hit[aria-selected=true] .DocSearch-Hit-Select-Icon {
  display: block
}

.DocSearch-Hit-action-button:focus,
.DocSearch-Hit-action-button:hover {
  background: rgba(0, 0, 0, .2);
  transition: background-color .1s ease-in
}

@media screen and (prefers-reduced-motion:reduce) {

  .DocSearch-Hit-action-button:focus,
  .DocSearch-Hit-action-button:hover {
    transition: none
  }
}

.DocSearch-Hit-action-button:focus path,
.DocSearch-Hit-action-button:hover path {
  fill: #fff
}

.DocSearch-Hit-content-wrapper {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  font-weight: 500;
  justify-content: center;
  line-height: 1.2em;
  margin: 0 8px;
  overflow-x: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 80%
}

.DocSearch-Hit-title {
  font-size: .9em
}

.DocSearch-Hit-path {
  color: var(--docsearch-muted-color);
  font-size: .75em
}

.DocSearch-Hit[aria-selected=true] .DocSearch-Hit-action,
.DocSearch-Hit[aria-selected=true] .DocSearch-Hit-icon,
.DocSearch-Hit[aria-selected=true] .DocSearch-Hit-path,
.DocSearch-Hit[aria-selected=true] .DocSearch-Hit-text,
.DocSearch-Hit[aria-selected=true] .DocSearch-Hit-title,
.DocSearch-Hit[aria-selected=true] .DocSearch-Hit-Tree,
.DocSearch-Hit[aria-selected=true] mark {
  color: var(--docsearch-hit-active-color) !important
}

@media screen and (prefers-reduced-motion:reduce) {

  .DocSearch-Hit-action-button:focus,
  .DocSearch-Hit-action-button:hover {
    background: rgba(0, 0, 0, .2);
    transition: none
  }
}

.DocSearch-ErrorScreen,
.DocSearch-NoResults,
.DocSearch-StartScreen {
  font-size: .9em;
  margin: 0 auto;
  padding: 36px 0;
  text-align: center;
  width: 80%
}

.DocSearch-Screen-Icon {
  color: var(--docsearch-muted-color);
  padding-bottom: 12px
}

.DocSearch-NoResults-Prefill-List {
  display: inline-block;
  padding-bottom: 24px;
  text-align: left
}

.DocSearch-NoResults-Prefill-List ul {
  display: inline-block;
  padding: 8px 0 0
}

.DocSearch-NoResults-Prefill-List li {
  list-style-position: inside;
  list-style-type: "\bb  "
}

.DocSearch-Prefill {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: 0;
  border-radius: 1em;
  color: var(--docsearch-highlight-color);
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  font-weight: 700;
  padding: 0
}

.DocSearch-Prefill:focus,
.DocSearch-Prefill:hover {
  outline: none;
  text-decoration: underline
}

.DocSearch-Footer {
  align-items: center;
  background: var(--docsearch-footer-background);
  border-radius: 0 0 8px 8px;
  box-shadow: var(--docsearch-footer-shadow);
  display: flex;
  flex-direction: row-reverse;
  flex-shrink: 0;
  height: var(--docsearch-footer-height);
  justify-content: space-between;
  padding: 0 var(--docsearch-spacing);
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
  z-index: 300
}

.DocSearch-Commands {
  color: var(--docsearch-muted-color);
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0
}

.DocSearch-Commands li {
  align-items: center;
  display: flex
}

.DocSearch-Commands li:not(:last-of-type) {
  margin-right: .8em
}

.DocSearch-Commands-Key {
  align-items: center;
  background: var(--docsearch-key-gradient);
  border-radius: 2px;
  box-shadow: var(--docsearch-key-shadow);
  display: flex;
  height: 18px;
  justify-content: center;
  margin-right: .4em;
  padding: 0 0 1px;
  color: var(--docsearch-muted-color);
  border: 0;
  width: 20px
}

@media (max-width:768px) {
  :root {
    --docsearch-spacing: 10px;
    --docsearch-footer-height: 40px
  }

  .DocSearch-Dropdown {
    height: 100%
  }

  .DocSearch-Container {
    height: 100vh;
    height: -webkit-fill-available;
    height: calc(var(--docsearch-vh, 1vh)*100);
    position: absolute
  }

  .DocSearch-Footer {
    border-radius: 0;
    bottom: 0;
    position: absolute
  }

  .DocSearch-Hit-content-wrapper {
    display: flex;
    position: relative;
    width: 80%
  }

  .DocSearch-Modal {
    border-radius: 0;
    box-shadow: none;
    height: 100vh;
    height: -webkit-fill-available;
    height: calc(var(--docsearch-vh, 1vh)*100);
    margin: 0;
    max-width: 100%;
    width: 100%
  }

  .DocSearch-Dropdown {
    max-height: calc(var(--docsearch-vh, 1vh)*100 - var(--docsearch-searchbox-height) - var(--docsearch-spacing) - var(--docsearch-footer-height))
  }

  .DocSearch-Cancel {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: 0;
    color: var(--docsearch-highlight-color);
    cursor: pointer;
    display: inline-block;
    flex: none;
    font: inherit;
    font-size: 1em;
    font-weight: 500;
    margin-left: var(--docsearch-spacing);
    outline: none;
    overflow: hidden;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap
  }

  .DocSearch-Commands,
  .DocSearch-Hit-Tree {
    display: none
  }
}

@keyframes fade-in {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@media (min-width: 751px) {
  #docsearch-container {
    min-width: 171.36px
  }
}

@media (max-width: 750px) {
  .DocSearch-Container {
    position: fixed
  }

  #docsearch-container {
    min-width: 52px
  }
}

:root {
  --box-shadow: #f0f1f2
}

html.dark {
  --box-shadow: #0f0e0d
}

:root {
  --card-shadow: rgba(0, 0, 0, .15)
}

html.dark {
  --card-shadow: rgba(0, 0, 0, .3)
}

:root {
  --black: #000
}

html.dark {
  --black: #fff
}

:root {
  --dark-grey: #666
}

html.dark {
  --dark-grey: #999
}

:root {
  --light-grey: #999
}

html.dark {
  --light-grey: #666
}

:root {
  --white: #fff
}

html.dark {
  --white: #000
}

:root {
  --grey3: #333
}

html.dark {
  --grey3: #bbb
}

:root {
  --grey12: #bbb
}

html.dark {
  --grey12: #333
}

:root {
  --grey14: #eee
}

html.dark {
  --grey14: #111
}

:root {
  --navbar-height: 3.6rem
}

:root {
  --content-width: 90% !important
}

:root {
  --color-transition: .3s ease
}

:root {
  --transform-transition: .3s ease
}

.footnote-item {
  margin-top: calc(0rem - var(--navbar-height));
  padding-top: calc(var(--navbar-height) + .5rem)
}

.footnote-item>p {
  margin-bottom: 0
}

.footnote-ref {
  position: relative
}

.footnote-anchor {
  position: absolute;
  top: calc(-.5rem - var(--navbar-height))
}

html:not(.dark) img[data-mode=darkmode-only] {
  display: none !important
}

html.dark img[data-mode=lightmode-only] {
  display: none !important
}

.theme-default-content figure {
  display: flex;
  flex-direction: column;
  text-align: center
}

.theme-default-content figure img {
  overflow: hidden;
  margin: 0 auto;
  border-radius: 8px
}

.theme-default-content figure figcaption {
  display: inline-block;
  margin: 6px auto;
  font-size: .8rem
}

.mermaid-wrapper {
  overflow-x: auto;
  padding: .6em .4em;
  text-align: center;
  transition: all 1s
}

@media (max-width: 419px) {
  .mermaid-wrapper {
    margin: 0 -1.5rem;
    padding: .6em 0
  }
}

.mermaid-wrapper.loading {
  display: flex;
  align-items: center;
  justify-content: center
}

.mermaid-wrapper.loading svg {
  width: 4em;
  height: 4em;
  margin: 2.5em auto;
  color: var(--c-brand, #3eaf7c)
}

.mermaid-wrapper .node rect,
.mermaid-wrapper .clusters rect,
.mermaid-wrapper rect.note,
.mermaid-wrapper .actor {
  rx: 8;
  ry: 8
}

input[type=checkbox].task-list-item-checkbox {
  position: relative;
  width: 0;
  margin-right: 1.5em;
  cursor: pointer
}

input[type=checkbox].task-list-item-checkbox:after {
  content: " ";
  position: absolute;
  top: 0;
  display: inline-block;
  box-sizing: border-box;
  width: 1em;
  height: 1em;
  padding-left: 0;
  border: 1px solid #ddd;
  border-radius: 2px;
  background: #fff;
  text-align: center;
  visibility: visible;
  transition: background var(--color-transition), border-color var(--color-transition)
}

html.dark input[type=checkbox].task-list-item-checkbox:after {
  border-color: #666;
  background: #333
}

input[type=checkbox].task-list-item-checkbox:checked:after {
  content: "";
  border-color: var(--c-brand, #3eaf7c);
  background: var(--c-brand, #3eaf7c)
}

html.dark input[type=checkbox].task-list-item-checkbox:checked:after {
  border-color: var(--c-brand, #3eaf7c);
  background: var(--c-brand, #3eaf7c)
}

input[type=checkbox].task-list-item-checkbox:checked:before {
  content: "";
  position: absolute;
  top: .1em;
  left: .4em;
  z-index: 1;
  width: .2em;
  height: .5em;
  border: solid var(--white);
  border-width: 0 .15em .15em 0;
  transform: rotate(45deg)
}

@font-face {
  font-family: KaTeX_AMS;
  font-style: normal;
  font-weight: 400;
  src: url(/assets/KaTeX_AMS-Regular.0cdd387c.woff2) format("woff2"), url(/assets/KaTeX_AMS-Regular.30da91e8.woff) format("woff"), url(/assets/KaTeX_AMS-Regular.68534840.ttf) format("truetype")
}

@font-face {
  font-family: KaTeX_Caligraphic;
  font-style: normal;
  font-weight: 700;
  src: url(/assets/KaTeX_Caligraphic-Bold.de7701e4.woff2) format("woff2"), url(/assets/KaTeX_Caligraphic-Bold.1ae6bd74.woff) format("woff"), url(/assets/KaTeX_Caligraphic-Bold.07d8e303.ttf) format("truetype")
}

@font-face {
  font-family: KaTeX_Caligraphic;
  font-style: normal;
  font-weight: 400;
  src: url(/assets/KaTeX_Caligraphic-Regular.5d53e70a.woff2) format("woff2"), url(/assets/KaTeX_Caligraphic-Regular.3398dd02.woff) format("woff"), url(/assets/KaTeX_Caligraphic-Regular.ed0b7437.ttf) format("truetype")
}

@font-face {
  font-family: KaTeX_Fraktur;
  font-style: normal;
  font-weight: 700;
  src: url(/assets/KaTeX_Fraktur-Bold.74444efd.woff2) format("woff2"), url(/assets/KaTeX_Fraktur-Bold.9be7ceb8.woff) format("woff"), url(/assets/KaTeX_Fraktur-Bold.9163df9c.ttf) format("truetype")
}

@font-face {
  font-family: KaTeX_Fraktur;
  font-style: normal;
  font-weight: 400;
  src: url(/assets/KaTeX_Fraktur-Regular.51814d27.woff2) format("woff2"), url(/assets/KaTeX_Fraktur-Regular.5e28753b.woff) format("woff"), url(/assets/KaTeX_Fraktur-Regular.1e6f9579.ttf) format("truetype")
}

@font-face {
  font-family: KaTeX_Main;
  font-style: normal;
  font-weight: 700;
  src: url(/assets/KaTeX_Main-Bold.0f60d1b8.woff2) format("woff2"), url(/assets/KaTeX_Main-Bold.c76c5d69.woff) format("woff"), url(/assets/KaTeX_Main-Bold.138ac28d.ttf) format("truetype")
}

@font-face {
  font-family: KaTeX_Main;
  font-style: italic;
  font-weight: 700;
  src: url(/assets/KaTeX_Main-BoldItalic.99cd42a3.woff2) format("woff2"), url(/assets/KaTeX_Main-BoldItalic.a6f7ec0d.woff) format("woff"), url(/assets/KaTeX_Main-BoldItalic.70ee1f64.ttf) format("truetype")
}

@font-face {
  font-family: KaTeX_Main;
  font-style: italic;
  font-weight: 400;
  src: url(/assets/KaTeX_Main-Italic.97479ca6.woff2) format("woff2"), url(/assets/KaTeX_Main-Italic.f1d6ef86.woff) format("woff"), url(/assets/KaTeX_Main-Italic.0d85ae7c.ttf) format("truetype")
}

@font-face {
  font-family: KaTeX_Main;
  font-style: normal;
  font-weight: 400;
  src: url(/assets/KaTeX_Main-Regular.c2342cd8.woff2) format("woff2"), url(/assets/KaTeX_Main-Regular.c6368d87.woff) format("woff"), url(/assets/KaTeX_Main-Regular.d0332f52.ttf) format("truetype")
}

@font-face {
  font-family: KaTeX_Math;
  font-style: italic;
  font-weight: 700;
  src: url(/assets/KaTeX_Math-BoldItalic.dc47344d.woff2) format("woff2"), url(/assets/KaTeX_Math-BoldItalic.850c0af5.woff) format("woff"), url(/assets/KaTeX_Math-BoldItalic.f9377ab0.ttf) format("truetype")
}

@font-face {
  font-family: KaTeX_Math;
  font-style: italic;
  font-weight: 400;
  src: url(/assets/KaTeX_Math-Italic.7af58c5e.woff2) format("woff2"), url(/assets/KaTeX_Math-Italic.8a8d2445.woff) format("woff"), url(/assets/KaTeX_Math-Italic.08ce98e5.ttf) format("truetype")
}

@font-face {
  font-family: KaTeX_SansSerif;
  font-style: normal;
  font-weight: 700;
  src: url(/assets/KaTeX_SansSerif-Bold.e99ae511.woff2) format("woff2"), url(/assets/KaTeX_SansSerif-Bold.ece03cfd.woff) format("woff"), url(/assets/KaTeX_SansSerif-Bold.1ece03f7.ttf) format("truetype")
}

@font-face {
  font-family: KaTeX_SansSerif;
  font-style: italic;
  font-weight: 400;
  src: url(/assets/KaTeX_SansSerif-Italic.00b26ac8.woff2) format("woff2"), url(/assets/KaTeX_SansSerif-Italic.91ee6750.woff) format("woff"), url(/assets/KaTeX_SansSerif-Italic.3931dd81.ttf) format("truetype")
}

@font-face {
  font-family: KaTeX_SansSerif;
  font-style: normal;
  font-weight: 400;
  src: url(/assets/KaTeX_SansSerif-Regular.68e8c73e.woff2) format("woff2"), url(/assets/KaTeX_SansSerif-Regular.11e4dc8a.woff) format("woff"), url(/assets/KaTeX_SansSerif-Regular.f36ea897.ttf) format("truetype")
}

@font-face {
  font-family: KaTeX_Script;
  font-style: normal;
  font-weight: 400;
  src: url(/assets/KaTeX_Script-Regular.036d4e95.woff2) format("woff2"), url(/assets/KaTeX_Script-Regular.d96cdf2b.woff) format("woff"), url(/assets/KaTeX_Script-Regular.1c67f068.ttf) format("truetype")
}

@font-face {
  font-family: KaTeX_Size1;
  font-style: normal;
  font-weight: 400;
  src: url(/assets/KaTeX_Size1-Regular.6b47c401.woff2) format("woff2"), url(/assets/KaTeX_Size1-Regular.c943cc98.woff) format("woff"), url(/assets/KaTeX_Size1-Regular.95b6d2f1.ttf) format("truetype")
}

@font-face {
  font-family: KaTeX_Size2;
  font-style: normal;
  font-weight: 400;
  src: url(/assets/KaTeX_Size2-Regular.d04c5421.woff2) format("woff2"), url(/assets/KaTeX_Size2-Regular.2014c523.woff) format("woff"), url(/assets/KaTeX_Size2-Regular.a6b2099f.ttf) format("truetype")
}

@font-face {
  font-family: KaTeX_Size3;
  font-style: normal;
  font-weight: 400;
  src: url(data:font/woff2;base64,d09GMgABAAAAAA4oAA4AAAAAHbQAAA3TAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAABmAAgRQIDgmcDBEICo1oijYBNgIkA14LMgAEIAWJAAeBHAyBHBvbGiMRdnO0IkRRkiYDgr9KsJ1NUAf2kILNxgUmgqIgq1P89vcbIcmsQbRps3vCcXdYOKSWEPEKgZgQkprQQsxIXUgq0DqpGKmIvrgkeVGtEQD9DzAO29fM9jYhxZEsL2FeURH2JN4MIcTdO049NCVdxQ/w9NrSYFEBKTDKpLKfNkCGDc1RwjZLQcm3vqJ2UW9Xfa3tgAHz6ivp6vgC2yD4/6352ndnN0X0TL7seypkjZlMsjmZnf0Mm5Q+JykRWQBKCVCVPbARPXWyQtb5VgLB6Biq7/Uixcj2WGqdI8tGSgkuRG+t910GKP2D7AQH0DB9FMDW/obJZ8giFI3Wg8Cvevz0M+5m0rTh7XDBlvo9Y4vm13EXmfttwI4mBo1EG15fxJhUiCLbiiyCf/ZA6MFAhg3pGIZGdGIVjtPn6UcMk9A/UUr9PhoNsCENw1APAq0gpH73e+M+0ueyHbabc3vkbcdtzcf/fiy+NxQEjf9ud/ELBHAXJ0nk4z+MXH2Ev/kWyV4k7SkvpPc9Qr38F6RPWnM9cN6DJ0AdD1BhtgABtmoRoFCvPsBAumNm6soZG2Gk5GyVTo2sJncSyp0jQTYoR6WDvTwaaEcHsxHfvuWhHA3a6bN7twRKtcGok6NsCi7jYRrM2jExsUFMxMQYuJbMhuWNOumEJy9hi29Dmg5zMp/A5+hhPG19j1vBrq8JTLr8ki5VLPmG/PynJHVul440bxg5xuymHUFPBshC+nA9I1FmwbRBTNHAcik3Oae0cxKoI3MOriM42UrPe51nsaGxJ+WfXubAsP84aabUlQSJ1IiE0iPETLUU4CATgfXSCSpuRFRmCGbO+wSpAnzaeaCYW1VNEysRtuXCEL1kUFUbbtMv3Tilt/1c11jt3Q5bbMa84cpWipp8Elw3MZhOHsOlwwVUQM3lAR35JiFQbaYCRnMF2lxAWoOg2gyoIV4PouX8HytNIfLhqpJtXB4vjiViUI8IJ7bkC4ikkQvKksnOTKICwnqWSZ9YS5f0WCxmpgjbIq7EJcM4aI2nmhLNY2JIUgOjXZFWBHb+x5oh6cwb0Tv1ackHdKi0I9OO2wE9aogIOn540CCCziyhN+IaejtgAONKznHlHyutPrHGwCx9S6B8kfS4Mfi4Eyv7OU730bT1SCBjt834cXsf43zVjPUqqJjgrjeGnBxSG4aYAKFuVbeCfkDIjAqMb6yLNIbCuvXhMH2/+k2vkNpkORhR59N1CkzoOENvneIosjYmuTxlhUzaGEJQ/iWqx4dmwpmKjrwTiTGTCVozNAYqk/zXOndWxuWSmJkQpJw3pK5KX6QrLt5LATMqpmPAQhkhK6PUjzHUn7E0gHE0kPE0iKkolgkUx9SZmVAdDgpffdyJKg3k7VmzYGCwVXGz/tXmkOIp+vcWs+EMuhhvN0h9uhfzWJziBQmCREGSIFmQIkgVpAnSBRmC//6hkLZwaVhwxlrJSOdqlFtOYxlau9F2QN5Y98xmIAsiM1HVp2VFX+DHHGg6Ecjh3vmqtidX3qHI2qycTk/iwxSt5UzTmEP92ZBnEWTk4Mx8Mpl78ZDokxg/KWb+Q0QkvdKVmq3TMW+RXEgrsziSAfNXFMhDc60N5N9jQzjfO0kBKpUZl0ZmwJ41j/B9Hz6wmRaJB84niNmQrzp9eSlQCDDzazGDdVi3P36VZQ+Jy4f9UBNp+3zTjqI4abaFAm+GShVaXlsGdF3FYzZcDI6cori4kMxUECl9IjJZpzkvitAoxKue+90pDMvcKRxLl53TmOKCmV/xRolNKSqqUxc6LStOETmFOiLZZptlZepcKiAzteG8PEdpnQpbOMNcMsR4RR2Bs0cKFEvSmIjAFcnarqwUL4lDhHmnVkwu1IwshbiCcgvOheZuYyOteufZZwlcTlLgnZ3o/WcYdzZHW/WGaqaVfmTZ1aWCceJjkbZqsfbkOtcFlUZM/jy+hXHDbaUobWqqXaeWobbLO99yG5N3U4wxco0rQGGcOLASFMXeJoham8M+/x6O2WywK2l4HGbq1CoUyC/IZikQhdq3SiuNrvAEj0AVu9x2x3lp/xWzahaxidezFVtdcb5uEnzyl0ZmYiuKI0exvCd4Xc9CV1KB0db00z92wDPde0kukbvZIWN6jUWFTmPIC/Y4UPCm8UfDTFZpZNon1qLFTkBhxzB+FjQRA2Q/YRJT8pQigslMaUpFyAG8TMlXigiqmAZX4xgijKjRlGpLE0GdplRfCaJo0JQaSxNBk6ZmMzcya0FmrcisDdn0Q3HI2sWSppYigmlM1XT/kLQZSNpMJG0WkjYbSZuDpM1F0uYhFc1HxU4m1QJjDK6iL0S5uSj5rgXc3RejEigtcRBtqYPQsiTskmO5vosV+q4VGIKbOkDg0jtRrq+Em1YloaTFar3EGr1EUC8R0kus1Uus00usL97ABr2BjXoDm/QGNhuWtMVBKOwg/i78lT7hBsAvDmwHc/ao3vmUbBmhjeYySZNWvGkfZAgISDSaDo1SVpzGDsAEkF8B+gEapViUoZgUWXcRIGFZNm6gWbAKk0bp0k1MHG9fLYtV4iS2SmLEQFARzRcnf9PUS0LVn05/J9MiRRBU3v2IrvW974v4N00L7ZMk0wXP1409CHo/an8zTRHD3eSJ6m8D4YMkZNl3M79sqeuAsr/m3f+8/yl7A50aiAEJgeBeMWzu7ui9UfUBCe2TIqZIoOd/3/udRBOQidQZUERzb2/VwZN1H/Sju82ew2H2Wfr6qvfVf3hqwDvAIpkQVFy4B9Pe9e4/XvPeceu7h3dvO56iJPf0+A6cqA2ip18ER+iFgggiuOkvj24bby0N9j2UHIkgqIt+sVgfodC4YghLSMjSZbH0VR/6dMDrYJeKHilKTemt6v6kvzvn3/RrdWtr0GoN/xL+Sex/cPYLUpepx9cz/D46UPU5KXgAQa+NDps1v6J3xP1i2HtaDB0M9aX2deA7SYff//+gUCovMmIK/qfsFcOk+4Y5ZN97XlG6zebqtMbKgeRFi51vnxTQYBUik2rS/Cn6PC8ADR8FGxsRPB82dzfND90gIcshOcYUkfjherBz53odpm6TP8txlwOZ71xmfHHOvq053qFF/MRlS3jP0ELudrf2OeN8DHvp6ZceLe8qKYvWz/7yp0u4dKPfli3CYq0O13Ih71mylJ80tOi10On8wi+F4+LWgDPeJ30msSQt9/vkmHq9/Lvo2b461mP801v3W4xTcs6CbvF9UDdrSt+A8OUbpSh55qAUFXWznBBfdeJ8a4d7ugT5tvxUza3h9m4H7ptTqiG4z0g5dc0X29OcGlhpGFMpQo9ytTS+NViZpNdvU4kWx+LKxNY10kQ1yqGXrhe4/1nvP7E+nd5A92TtaRplbHSqoIdOqtRWti+fkB5/n1+/VvCmz12pG1kpQWsfi1ftlBobm0bpngs16CHkbIwdLnParxtTV3QYRlfJ0KFskH7pdN/YDn+yRuSd7sNH3aO0DYPggk6uWuXrfOc+fa3VTxFVvKaNxHsiHmsXyCLIE5yuOeN3/Jdf8HBL/5M6shjyhxHx9BjB1O0+4NLOnjLLSxwO7ukN4jMbOIcD879KLSi6Pk61Oqm2377n8079PXEEQ7cy7OKEC9nbpet118fxweTafpt69x/Bt8UqGzNQt7aelpc44dn5cqhwf71+qKp/Zf/+a0zcizOUWpl/iBcSXip0pplkatCchoH5c5aUM8I7/dWxAej8WicPL1URFZ9BDJelUwEwTkGqUhgSlydVes95YdXvhh9Gfz/aeFWvgVb4tuLbcv4+wLdutVZv/cUonwBD/6eDlE0aSiKK/uoH3+J1wDE/jMVqY2ysGufN84oIXB0sPzy8ollX/LegY74DgJXJR57sn+VGza0x3DnuIgABFM15LmajjjsNlYj+JEZGbuRYcAMOWxFkPN2w6Wd46xo4gVWQR/X4lyI/R6K/YK0110GzudPRW7Y+UOBGTfNNzHeYT0fiH0taunBpq9HEW8OKSaBGj21L0MqenEmNRWBAWDWAk4CpNoEZJ2tTaPFgbQYj8HxtFilErs3BTRwT8uO1NXQaWfIotchmPkAF5mMBAliEmZiOGVgCG9LgRzpscMAOOwowlT3JhusdazXGSC/hxR3UlmWVwWHpOIKheqONvjyhSiTHIkVUco5bnji8m//zL7PKaT1Vl5I6UE609f+gkr6MZKVyKc7zJRmCahLsdlyA5fdQkRSan9LgnnLEyGSkaKJCJog0wAgvepWBt80+1yKln1bMVtCljfNWDueKLsWwaEbBSfSPTEmVRsUcYYMnEjcjeyCZzBXK9E9BYBXLKjOSpUDR+nEV3TFSUdQaz+ot98QxgXwx0GQ+EEUAKB2qZPkQQ0GqFD8UPFMqyaCHM24BZmSGic9EYMagKizOw9Hz50DMrDLrqqLkTAhplMictiCAx5S3BIUQdeJeLnBy2CNtMfz6cV4u8XKoFZQesbf9YZiIERiHjaNodDW6LgcirX/mPnJIkBGDUpTBhSa0EIr38D5hCIszhCM8URGBqImoWjpvpt1ebu/v3Gl3qJfMnNM+9V+kiRFyROTPHQWOcs1dNW94/ukKMPZBvDi55i5CttdeJz84DLngLqjcdwEZ87bFFR8CIG35OAkDVN6VRDZ7aq67NteYqZ2lpT8oYB2CytoBd6VuAx4WgiAsnuj3WohG+LugzXiQRDeM3XYXlULv4dp5VFYC) format("woff2"), url(/assets/KaTeX_Size3-Regular.6ab6b62e.woff) format("woff"), url(/assets/KaTeX_Size3-Regular.500e04d5.ttf) format("truetype")
}

@font-face {
  font-family: KaTeX_Size4;
  font-style: normal;
  font-weight: 400;
  src: url(/assets/KaTeX_Size4-Regular.a4af7d41.woff2) format("woff2"), url(/assets/KaTeX_Size4-Regular.99f9c675.woff) format("woff"), url(/assets/KaTeX_Size4-Regular.c647367d.ttf) format("truetype")
}

@font-face {
  font-family: KaTeX_Typewriter;
  font-style: normal;
  font-weight: 400;
  src: url(/assets/KaTeX_Typewriter-Regular.71d517d6.woff2) format("woff2"), url(/assets/KaTeX_Typewriter-Regular.e14fed02.woff) format("woff"), url(/assets/KaTeX_Typewriter-Regular.f01f3e87.ttf) format("truetype")
}

.katex {
  text-rendering: auto;
  font: 1.21em KaTeX_Main, Times New Roman, serif;
  line-height: 1.2;
  text-indent: 0
}

.katex * {
  -ms-high-contrast-adjust: none !important;
  border-color: currentColor
}

.katex .katex-version:after {
  content: "0.16.3"
}

.katex .katex-mathml {
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.katex .katex-html>.newline {
  display: block
}

.katex .base {
  position: relative;
  white-space: nowrap;
  width: -moz-min-content;
  width: min-content
}

.katex .base,
.katex .strut {
  display: inline-block
}

.katex .textbf {
  font-weight: 700
}

.katex .textit {
  font-style: italic
}

.katex .textrm {
  font-family: KaTeX_Main
}

.katex .textsf {
  font-family: KaTeX_SansSerif
}

.katex .texttt {
  font-family: KaTeX_Typewriter
}

.katex .mathnormal {
  font-family: KaTeX_Math;
  font-style: italic
}

.katex .mathit {
  font-family: KaTeX_Main;
  font-style: italic
}

.katex .mathrm {
  font-style: normal
}

.katex .mathbf {
  font-family: KaTeX_Main;
  font-weight: 700
}

.katex .boldsymbol {
  font-family: KaTeX_Math;
  font-style: italic;
  font-weight: 700
}

.katex .amsrm,
.katex .mathbb,
.katex .textbb {
  font-family: KaTeX_AMS
}

.katex .mathcal {
  font-family: KaTeX_Caligraphic
}

.katex .mathfrak,
.katex .textfrak {
  font-family: KaTeX_Fraktur
}

.katex .mathtt {
  font-family: KaTeX_Typewriter
}

.katex .mathscr,
.katex .textscr {
  font-family: KaTeX_Script
}

.katex .mathsf,
.katex .textsf {
  font-family: KaTeX_SansSerif
}

.katex .mathboldsf,
.katex .textboldsf {
  font-family: KaTeX_SansSerif;
  font-weight: 700
}

.katex .mathitsf,
.katex .textitsf {
  font-family: KaTeX_SansSerif;
  font-style: italic
}

.katex .mainrm {
  font-family: KaTeX_Main;
  font-style: normal
}

.katex .vlist-t {
  border-collapse: collapse;
  display: inline-table;
  table-layout: fixed
}

.katex .vlist-r {
  display: table-row
}

.katex .vlist {
  display: table-cell;
  position: relative;
  vertical-align: bottom
}

.katex .vlist>span {
  display: block;
  height: 0;
  position: relative
}

.katex .vlist>span>span {
  display: inline-block
}

.katex .vlist>span>.pstrut {
  overflow: hidden;
  width: 0
}

.katex .vlist-t2 {
  margin-right: -2px
}

.katex .vlist-s {
  display: table-cell;
  font-size: 1px;
  min-width: 2px;
  vertical-align: bottom;
  width: 2px
}

.katex .vbox {
  align-items: baseline;
  display: inline-flex;
  flex-direction: column
}

.katex .hbox {
  width: 100%
}

.katex .hbox,
.katex .thinbox {
  display: inline-flex;
  flex-direction: row
}

.katex .thinbox {
  max-width: 0;
  width: 0
}

.katex .msupsub {
  text-align: left
}

.katex .mfrac>span>span {
  text-align: center
}

.katex .mfrac .frac-line {
  border-bottom-style: solid;
  display: inline-block;
  width: 100%
}

.katex .hdashline,
.katex .hline,
.katex .mfrac .frac-line,
.katex .overline .overline-line,
.katex .rule,
.katex .underline .underline-line {
  min-height: 1px
}

.katex .mspace {
  display: inline-block
}

.katex .clap,
.katex .llap,
.katex .rlap {
  position: relative;
  width: 0
}

.katex .clap>.inner,
.katex .llap>.inner,
.katex .rlap>.inner {
  position: absolute
}

.katex .clap>.fix,
.katex .llap>.fix,
.katex .rlap>.fix {
  display: inline-block
}

.katex .llap>.inner {
  right: 0
}

.katex .clap>.inner,
.katex .rlap>.inner {
  left: 0
}

.katex .clap>.inner>span {
  margin-left: -50%;
  margin-right: 50%
}

.katex .rule {
  border: 0 solid;
  display: inline-block;
  position: relative
}

.katex .hline,
.katex .overline .overline-line,
.katex .underline .underline-line {
  border-bottom-style: solid;
  display: inline-block;
  width: 100%
}

.katex .hdashline {
  border-bottom-style: dashed;
  display: inline-block;
  width: 100%
}

.katex .sqrt>.root {
  margin-left: .27777778em;
  margin-right: -.55555556em
}

.katex .fontsize-ensurer.reset-size1.size1,
.katex .sizing.reset-size1.size1 {
  font-size: 1em
}

.katex .fontsize-ensurer.reset-size1.size2,
.katex .sizing.reset-size1.size2 {
  font-size: 1.2em
}

.katex .fontsize-ensurer.reset-size1.size3,
.katex .sizing.reset-size1.size3 {
  font-size: 1.4em
}

.katex .fontsize-ensurer.reset-size1.size4,
.katex .sizing.reset-size1.size4 {
  font-size: 1.6em
}

.katex .fontsize-ensurer.reset-size1.size5,
.katex .sizing.reset-size1.size5 {
  font-size: 1.8em
}

.katex .fontsize-ensurer.reset-size1.size6,
.katex .sizing.reset-size1.size6 {
  font-size: 2em
}

.katex .fontsize-ensurer.reset-size1.size7,
.katex .sizing.reset-size1.size7 {
  font-size: 2.4em
}

.katex .fontsize-ensurer.reset-size1.size8,
.katex .sizing.reset-size1.size8 {
  font-size: 2.88em
}

.katex .fontsize-ensurer.reset-size1.size9,
.katex .sizing.reset-size1.size9 {
  font-size: 3.456em
}

.katex .fontsize-ensurer.reset-size1.size10,
.katex .sizing.reset-size1.size10 {
  font-size: 4.148em
}

.katex .fontsize-ensurer.reset-size1.size11,
.katex .sizing.reset-size1.size11 {
  font-size: 4.976em
}

.katex .fontsize-ensurer.reset-size2.size1,
.katex .sizing.reset-size2.size1 {
  font-size: .83333333em
}

.katex .fontsize-ensurer.reset-size2.size2,
.katex .sizing.reset-size2.size2 {
  font-size: 1em
}

.katex .fontsize-ensurer.reset-size2.size3,
.katex .sizing.reset-size2.size3 {
  font-size: 1.16666667em
}

.katex .fontsize-ensurer.reset-size2.size4,
.katex .sizing.reset-size2.size4 {
  font-size: 1.33333333em
}

.katex .fontsize-ensurer.reset-size2.size5,
.katex .sizing.reset-size2.size5 {
  font-size: 1.5em
}

.katex .fontsize-ensurer.reset-size2.size6,
.katex .sizing.reset-size2.size6 {
  font-size: 1.66666667em
}

.katex .fontsize-ensurer.reset-size2.size7,
.katex .sizing.reset-size2.size7 {
  font-size: 2em
}

.katex .fontsize-ensurer.reset-size2.size8,
.katex .sizing.reset-size2.size8 {
  font-size: 2.4em
}

.katex .fontsize-ensurer.reset-size2.size9,
.katex .sizing.reset-size2.size9 {
  font-size: 2.88em
}

.katex .fontsize-ensurer.reset-size2.size10,
.katex .sizing.reset-size2.size10 {
  font-size: 3.45666667em
}

.katex .fontsize-ensurer.reset-size2.size11,
.katex .sizing.reset-size2.size11 {
  font-size: 4.14666667em
}

.katex .fontsize-ensurer.reset-size3.size1,
.katex .sizing.reset-size3.size1 {
  font-size: .71428571em
}

.katex .fontsize-ensurer.reset-size3.size2,
.katex .sizing.reset-size3.size2 {
  font-size: .85714286em
}

.katex .fontsize-ensurer.reset-size3.size3,
.katex .sizing.reset-size3.size3 {
  font-size: 1em
}

.katex .fontsize-ensurer.reset-size3.size4,
.katex .sizing.reset-size3.size4 {
  font-size: 1.14285714em
}

.katex .fontsize-ensurer.reset-size3.size5,
.katex .sizing.reset-size3.size5 {
  font-size: 1.28571429em
}

.katex .fontsize-ensurer.reset-size3.size6,
.katex .sizing.reset-size3.size6 {
  font-size: 1.42857143em
}

.katex .fontsize-ensurer.reset-size3.size7,
.katex .sizing.reset-size3.size7 {
  font-size: 1.71428571em
}

.katex .fontsize-ensurer.reset-size3.size8,
.katex .sizing.reset-size3.size8 {
  font-size: 2.05714286em
}

.katex .fontsize-ensurer.reset-size3.size9,
.katex .sizing.reset-size3.size9 {
  font-size: 2.46857143em
}

.katex .fontsize-ensurer.reset-size3.size10,
.katex .sizing.reset-size3.size10 {
  font-size: 2.96285714em
}

.katex .fontsize-ensurer.reset-size3.size11,
.katex .sizing.reset-size3.size11 {
  font-size: 3.55428571em
}

.katex .fontsize-ensurer.reset-size4.size1,
.katex .sizing.reset-size4.size1 {
  font-size: .625em
}

.katex .fontsize-ensurer.reset-size4.size2,
.katex .sizing.reset-size4.size2 {
  font-size: .75em
}

.katex .fontsize-ensurer.reset-size4.size3,
.katex .sizing.reset-size4.size3 {
  font-size: .875em
}

.katex .fontsize-ensurer.reset-size4.size4,
.katex .sizing.reset-size4.size4 {
  font-size: 1em
}

.katex .fontsize-ensurer.reset-size4.size5,
.katex .sizing.reset-size4.size5 {
  font-size: 1.125em
}

.katex .fontsize-ensurer.reset-size4.size6,
.katex .sizing.reset-size4.size6 {
  font-size: 1.25em
}

.katex .fontsize-ensurer.reset-size4.size7,
.katex .sizing.reset-size4.size7 {
  font-size: 1.5em
}

.katex .fontsize-ensurer.reset-size4.size8,
.katex .sizing.reset-size4.size8 {
  font-size: 1.8em
}

.katex .fontsize-ensurer.reset-size4.size9,
.katex .sizing.reset-size4.size9 {
  font-size: 2.16em
}

.katex .fontsize-ensurer.reset-size4.size10,
.katex .sizing.reset-size4.size10 {
  font-size: 2.5925em
}

.katex .fontsize-ensurer.reset-size4.size11,
.katex .sizing.reset-size4.size11 {
  font-size: 3.11em
}

.katex .fontsize-ensurer.reset-size5.size1,
.katex .sizing.reset-size5.size1 {
  font-size: .55555556em
}

.katex .fontsize-ensurer.reset-size5.size2,
.katex .sizing.reset-size5.size2 {
  font-size: .66666667em
}

.katex .fontsize-ensurer.reset-size5.size3,
.katex .sizing.reset-size5.size3 {
  font-size: .77777778em
}

.katex .fontsize-ensurer.reset-size5.size4,
.katex .sizing.reset-size5.size4 {
  font-size: .88888889em
}

.katex .fontsize-ensurer.reset-size5.size5,
.katex .sizing.reset-size5.size5 {
  font-size: 1em
}

.katex .fontsize-ensurer.reset-size5.size6,
.katex .sizing.reset-size5.size6 {
  font-size: 1.11111111em
}

.katex .fontsize-ensurer.reset-size5.size7,
.katex .sizing.reset-size5.size7 {
  font-size: 1.33333333em
}

.katex .fontsize-ensurer.reset-size5.size8,
.katex .sizing.reset-size5.size8 {
  font-size: 1.6em
}

.katex .fontsize-ensurer.reset-size5.size9,
.katex .sizing.reset-size5.size9 {
  font-size: 1.92em
}

.katex .fontsize-ensurer.reset-size5.size10,
.katex .sizing.reset-size5.size10 {
  font-size: 2.30444444em
}

.katex .fontsize-ensurer.reset-size5.size11,
.katex .sizing.reset-size5.size11 {
  font-size: 2.76444444em
}

.katex .fontsize-ensurer.reset-size6.size1,
.katex .sizing.reset-size6.size1 {
  font-size: .5em
}

.katex .fontsize-ensurer.reset-size6.size2,
.katex .sizing.reset-size6.size2 {
  font-size: .6em
}

.katex .fontsize-ensurer.reset-size6.size3,
.katex .sizing.reset-size6.size3 {
  font-size: .7em
}

.katex .fontsize-ensurer.reset-size6.size4,
.katex .sizing.reset-size6.size4 {
  font-size: .8em
}

.katex .fontsize-ensurer.reset-size6.size5,
.katex .sizing.reset-size6.size5 {
  font-size: .9em
}

.katex .fontsize-ensurer.reset-size6.size6,
.katex .sizing.reset-size6.size6 {
  font-size: 1em
}

.katex .fontsize-ensurer.reset-size6.size7,
.katex .sizing.reset-size6.size7 {
  font-size: 1.2em
}

.katex .fontsize-ensurer.reset-size6.size8,
.katex .sizing.reset-size6.size8 {
  font-size: 1.44em
}

.katex .fontsize-ensurer.reset-size6.size9,
.katex .sizing.reset-size6.size9 {
  font-size: 1.728em
}

.katex .fontsize-ensurer.reset-size6.size10,
.katex .sizing.reset-size6.size10 {
  font-size: 2.074em
}

.katex .fontsize-ensurer.reset-size6.size11,
.katex .sizing.reset-size6.size11 {
  font-size: 2.488em
}

.katex .fontsize-ensurer.reset-size7.size1,
.katex .sizing.reset-size7.size1 {
  font-size: .41666667em
}

.katex .fontsize-ensurer.reset-size7.size2,
.katex .sizing.reset-size7.size2 {
  font-size: .5em
}

.katex .fontsize-ensurer.reset-size7.size3,
.katex .sizing.reset-size7.size3 {
  font-size: .58333333em
}

.katex .fontsize-ensurer.reset-size7.size4,
.katex .sizing.reset-size7.size4 {
  font-size: .66666667em
}

.katex .fontsize-ensurer.reset-size7.size5,
.katex .sizing.reset-size7.size5 {
  font-size: .75em
}

.katex .fontsize-ensurer.reset-size7.size6,
.katex .sizing.reset-size7.size6 {
  font-size: .83333333em
}

.katex .fontsize-ensurer.reset-size7.size7,
.katex .sizing.reset-size7.size7 {
  font-size: 1em
}

.katex .fontsize-ensurer.reset-size7.size8,
.katex .sizing.reset-size7.size8 {
  font-size: 1.2em
}

.katex .fontsize-ensurer.reset-size7.size9,
.katex .sizing.reset-size7.size9 {
  font-size: 1.44em
}

.katex .fontsize-ensurer.reset-size7.size10,
.katex .sizing.reset-size7.size10 {
  font-size: 1.72833333em
}

.katex .fontsize-ensurer.reset-size7.size11,
.katex .sizing.reset-size7.size11 {
  font-size: 2.07333333em
}

.katex .fontsize-ensurer.reset-size8.size1,
.katex .sizing.reset-size8.size1 {
  font-size: .34722222em
}

.katex .fontsize-ensurer.reset-size8.size2,
.katex .sizing.reset-size8.size2 {
  font-size: .41666667em
}

.katex .fontsize-ensurer.reset-size8.size3,
.katex .sizing.reset-size8.size3 {
  font-size: .48611111em
}

.katex .fontsize-ensurer.reset-size8.size4,
.katex .sizing.reset-size8.size4 {
  font-size: .55555556em
}

.katex .fontsize-ensurer.reset-size8.size5,
.katex .sizing.reset-size8.size5 {
  font-size: .625em
}

.katex .fontsize-ensurer.reset-size8.size6,
.katex .sizing.reset-size8.size6 {
  font-size: .69444444em
}

.katex .fontsize-ensurer.reset-size8.size7,
.katex .sizing.reset-size8.size7 {
  font-size: .83333333em
}

.katex .fontsize-ensurer.reset-size8.size8,
.katex .sizing.reset-size8.size8 {
  font-size: 1em
}

.katex .fontsize-ensurer.reset-size8.size9,
.katex .sizing.reset-size8.size9 {
  font-size: 1.2em
}

.katex .fontsize-ensurer.reset-size8.size10,
.katex .sizing.reset-size8.size10 {
  font-size: 1.44027778em
}

.katex .fontsize-ensurer.reset-size8.size11,
.katex .sizing.reset-size8.size11 {
  font-size: 1.72777778em
}

.katex .fontsize-ensurer.reset-size9.size1,
.katex .sizing.reset-size9.size1 {
  font-size: .28935185em
}

.katex .fontsize-ensurer.reset-size9.size2,
.katex .sizing.reset-size9.size2 {
  font-size: .34722222em
}

.katex .fontsize-ensurer.reset-size9.size3,
.katex .sizing.reset-size9.size3 {
  font-size: .40509259em
}

.katex .fontsize-ensurer.reset-size9.size4,
.katex .sizing.reset-size9.size4 {
  font-size: .46296296em
}

.katex .fontsize-ensurer.reset-size9.size5,
.katex .sizing.reset-size9.size5 {
  font-size: .52083333em
}

.katex .fontsize-ensurer.reset-size9.size6,
.katex .sizing.reset-size9.size6 {
  font-size: .5787037em
}

.katex .fontsize-ensurer.reset-size9.size7,
.katex .sizing.reset-size9.size7 {
  font-size: .69444444em
}

.katex .fontsize-ensurer.reset-size9.size8,
.katex .sizing.reset-size9.size8 {
  font-size: .83333333em
}

.katex .fontsize-ensurer.reset-size9.size9,
.katex .sizing.reset-size9.size9 {
  font-size: 1em
}

.katex .fontsize-ensurer.reset-size9.size10,
.katex .sizing.reset-size9.size10 {
  font-size: 1.20023148em
}

.katex .fontsize-ensurer.reset-size9.size11,
.katex .sizing.reset-size9.size11 {
  font-size: 1.43981481em
}

.katex .fontsize-ensurer.reset-size10.size1,
.katex .sizing.reset-size10.size1 {
  font-size: .24108004em
}

.katex .fontsize-ensurer.reset-size10.size2,
.katex .sizing.reset-size10.size2 {
  font-size: .28929605em
}

.katex .fontsize-ensurer.reset-size10.size3,
.katex .sizing.reset-size10.size3 {
  font-size: .33751205em
}

.katex .fontsize-ensurer.reset-size10.size4,
.katex .sizing.reset-size10.size4 {
  font-size: .38572806em
}

.katex .fontsize-ensurer.reset-size10.size5,
.katex .sizing.reset-size10.size5 {
  font-size: .43394407em
}

.katex .fontsize-ensurer.reset-size10.size6,
.katex .sizing.reset-size10.size6 {
  font-size: .48216008em
}

.katex .fontsize-ensurer.reset-size10.size7,
.katex .sizing.reset-size10.size7 {
  font-size: .57859209em
}

.katex .fontsize-ensurer.reset-size10.size8,
.katex .sizing.reset-size10.size8 {
  font-size: .69431051em
}

.katex .fontsize-ensurer.reset-size10.size9,
.katex .sizing.reset-size10.size9 {
  font-size: .83317261em
}

.katex .fontsize-ensurer.reset-size10.size10,
.katex .sizing.reset-size10.size10 {
  font-size: 1em
}

.katex .fontsize-ensurer.reset-size10.size11,
.katex .sizing.reset-size10.size11 {
  font-size: 1.19961427em
}

.katex .fontsize-ensurer.reset-size11.size1,
.katex .sizing.reset-size11.size1 {
  font-size: .20096463em
}

.katex .fontsize-ensurer.reset-size11.size2,
.katex .sizing.reset-size11.size2 {
  font-size: .24115756em
}

.katex .fontsize-ensurer.reset-size11.size3,
.katex .sizing.reset-size11.size3 {
  font-size: .28135048em
}

.katex .fontsize-ensurer.reset-size11.size4,
.katex .sizing.reset-size11.size4 {
  font-size: .32154341em
}

.katex .fontsize-ensurer.reset-size11.size5,
.katex .sizing.reset-size11.size5 {
  font-size: .36173633em
}

.katex .fontsize-ensurer.reset-size11.size6,
.katex .sizing.reset-size11.size6 {
  font-size: .40192926em
}

.katex .fontsize-ensurer.reset-size11.size7,
.katex .sizing.reset-size11.size7 {
  font-size: .48231511em
}

.katex .fontsize-ensurer.reset-size11.size8,
.katex .sizing.reset-size11.size8 {
  font-size: .57877814em
}

.katex .fontsize-ensurer.reset-size11.size9,
.katex .sizing.reset-size11.size9 {
  font-size: .69453376em
}

.katex .fontsize-ensurer.reset-size11.size10,
.katex .sizing.reset-size11.size10 {
  font-size: .83360129em
}

.katex .fontsize-ensurer.reset-size11.size11,
.katex .sizing.reset-size11.size11 {
  font-size: 1em
}

.katex .delimsizing.size1 {
  font-family: KaTeX_Size1
}

.katex .delimsizing.size2 {
  font-family: KaTeX_Size2
}

.katex .delimsizing.size3 {
  font-family: KaTeX_Size3
}

.katex .delimsizing.size4 {
  font-family: KaTeX_Size4
}

.katex .delimsizing.mult .delim-size1>span {
  font-family: KaTeX_Size1
}

.katex .delimsizing.mult .delim-size4>span {
  font-family: KaTeX_Size4
}

.katex .nulldelimiter {
  display: inline-block;
  width: .12em
}

.katex .delimcenter,
.katex .op-symbol {
  position: relative
}

.katex .op-symbol.small-op {
  font-family: KaTeX_Size1
}

.katex .op-symbol.large-op {
  font-family: KaTeX_Size2
}

.katex .accent>.vlist-t,
.katex .op-limits>.vlist-t {
  text-align: center
}

.katex .accent .accent-body {
  position: relative
}

.katex .accent .accent-body:not(.accent-full) {
  width: 0
}

.katex .overlay {
  display: block
}

.katex .mtable .vertical-separator {
  display: inline-block;
  min-width: 1px
}

.katex .mtable .arraycolsep {
  display: inline-block
}

.katex .mtable .col-align-c>.vlist-t {
  text-align: center
}

.katex .mtable .col-align-l>.vlist-t {
  text-align: left
}

.katex .mtable .col-align-r>.vlist-t {
  text-align: right
}

.katex .svg-align {
  text-align: left
}

.katex svg {
  fill: currentColor;
  stroke: currentColor;
  fill-rule: nonzero;
  fill-opacity: 1;
  stroke-width: 1;
  stroke-linecap: butt;
  stroke-linejoin: miter;
  stroke-miterlimit: 4;
  stroke-dasharray: none;
  stroke-dashoffset: 0;
  stroke-opacity: 1;
  display: block;
  height: inherit;
  position: absolute;
  width: 100%
}

.katex svg path {
  stroke: none
}

.katex img {
  border-style: none;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0
}

.katex .stretchy {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%
}

.katex .stretchy:after,
.katex .stretchy:before {
  content: ""
}

.katex .hide-tail {
  overflow: hidden;
  position: relative;
  width: 100%
}

.katex .halfarrow-left {
  left: 0;
  overflow: hidden;
  position: absolute;
  width: 50.2%
}

.katex .halfarrow-right {
  overflow: hidden;
  position: absolute;
  right: 0;
  width: 50.2%
}

.katex .brace-left {
  left: 0;
  overflow: hidden;
  position: absolute;
  width: 25.1%
}

.katex .brace-center {
  left: 25%;
  overflow: hidden;
  position: absolute;
  width: 50%
}

.katex .brace-right {
  overflow: hidden;
  position: absolute;
  right: 0;
  width: 25.1%
}

.katex .x-arrow-pad {
  padding: 0 .5em
}

.katex .cd-arrow-pad {
  padding: 0 .55556em 0 .27778em
}

.katex .mover,
.katex .munder,
.katex .x-arrow {
  text-align: center
}

.katex .boxpad {
  padding: 0 .3em
}

.katex .fbox,
.katex .fcolorbox {
  border: .04em solid;
  box-sizing: border-box
}

.katex .cancel-pad {
  padding: 0 .2em
}

.katex .cancel-lap {
  margin-left: -.2em;
  margin-right: -.2em
}

.katex .sout {
  border-bottom-style: solid;
  border-bottom-width: .08em
}

.katex .angl {
  border-right: .049em solid;
  border-top: .049em solid;
  box-sizing: border-box;
  margin-right: .03889em
}

.katex .anglpad {
  padding: 0 .03889em
}

.katex .eqn-num:before {
  content: "(" counter(katexEqnNo) ")";
  counter-increment: katexEqnNo
}

.katex .mml-eqn-num:before {
  content: "(" counter(mmlEqnNo) ")";
  counter-increment: mmlEqnNo
}

.katex .mtr-glue {
  width: 50%
}

.katex .cd-vert-arrow {
  display: inline-block;
  position: relative
}

.katex .cd-label-left {
  display: inline-block;
  position: absolute;
  right: calc(50% + .3em);
  text-align: left
}

.katex .cd-label-right {
  display: inline-block;
  left: calc(50% + .3em);
  position: absolute;
  text-align: right
}

.katex-display {
  display: block;
  margin: 1em 0;
  text-align: center
}

.katex-display>.katex {
  display: block;
  text-align: center;
  white-space: nowrap
}

.katex-display>.katex>.katex-html {
  display: block;
  position: relative
}

.katex-display>.katex>.katex-html>.tag {
  position: absolute;
  right: 0
}

.katex-display.leqno>.katex>.katex-html>.tag {
  left: 0;
  right: auto
}

.katex-display.fleqn>.katex {
  padding-left: 2em;
  text-align: left
}

body {
  counter-reset: katexEqnNo mmlEqnNo
}

.katex {
  font-size: 1.05em
}

.katex-display {
  overflow: auto hidden;
  -webkit-overflow-scrolling: touch;
  padding-top: .2em;
  padding-bottom: .2em
}

.katex-display::-webkit-scrollbar {
  height: 3px
}

.katex-display .katex {
  font-size: 1.21em
}

.katex-error {
  color: red
}

.cc-nav-title {
  font-size: 15px;
  margin: 5px 0;
  height: 25px;
  line-height: 25px;
  color: #3eaf7c;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.my-sidebar {
  position: fixed;
  min-height: 150px;
  max-height: 500px;
  right: 0;
  top: 58px;
  border-radius: 4px;
  box-shadow: 0 2px 12px #0000001a;
  background-color: var(--c-bg-light);
  padding: 16px;
  font-size: 14px;
  overflow: auto
}

.my-sidebar::-webkit-scrollbar {
  width: 6px;
  height: 6px
}

.my-sidebar::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #9093994d
}

.my-sidebar::-webkit-scrollbar-thumb:hover {
  border-radius: 6px;
  background-color: #90939980
}

.cc-sidebar-cata {
  font-size: 13px;
  color: #999
}

.cc-sidebar-link {
  margin-top: 6px;
  color: #999;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical
}

.cc-invent-dot {
  position: relative;
  top: -120px
}

.my-nav-item {
  min-height: 76px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 10px #0000001a
}

.my-nav-item {
  min-height: 76px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  background-color: var(--c-bg-light);
  border-radius: 4px;
  box-shadow: 0 2px 10px #0000001a
}

.my-nav-item:hover {
  box-shadow: 0 2px 10px #0000004d
}

.cc-nav-title {
  font-size: 15px;
  margin: 5px 0;
  height: 40px;
  line-height: 40px;
  color: #3eaf7c;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.cc-nav-des {
  margin-top: 10px;
  font-size: 13px;
  color: #999;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 37px;
  margin-bottom: 5px
}