.do-markdown-it-style * {
  all: revert;
  line-height: 1.7;
  margin: 0;
  padding: 0;
}

.do-markdown-it-style .do-markdown-container {
  color: #000;
  font-size: 1rem;
  position: relative;
  z-index: 0;
}

.do-markdown-it-style strong {
  font-weight: 600;
}



.do-markdown-it-style::-moz-selection {
  color: #fff;
  background: #730273;
}

.do-markdown-it-style::selection {
  color: #fff;
  background: #730273;
}


.do-markdown-it-style h1,
.do-markdown-it-style h2,
.do-markdown-it-style h3,
.do-markdown-it-style h4,
.do-markdown-it-style h5,
.do-markdown-it-style h6,
.do-markdown-it-style p {
  margin: 1em 0;
}

.do-markdown-it-style li::marker {
  color: rgb(51, 139, 237);
}

.do-markdown-it-style h1:first-child,
.do-markdown-it-style h2:first-child,
.do-markdown-it-style h3:first-child,
.do-markdown-it-style h4:first-child,
.do-markdown-it-style h5:first-child,
.do-markdown-it-style h6:first-child,
.do-markdown-it-style p:first-child {
  margin-top: 0;
}

.do-markdown-it-style h1:last-child,
.do-markdown-it-style h2:last-child,
.do-markdown-it-style h3:last-child,
.do-markdown-it-style h4:last-child,
.do-markdown-it-style h5:last-child,
.do-markdown-it-style h6:last-child,
.do-markdown-it-style p:last-child {
  margin-bottom: 0;
}

.do-markdown-it-style h1 a,
.do-markdown-it-style h2 a,
.do-markdown-it-style h3 a,
.do-markdown-it-style h4 a,
.do-markdown-it-style h5 a,
.do-markdown-it-style h6 a {
  background-size: 0 0;
  color: inherit;
  text-decoration: none;
}

.do-markdown-it-style h1 a:hover,
.do-markdown-it-style h1 a:focus,
.do-markdown-it-style h2 a:hover,
.do-markdown-it-style h2 a:focus,
.do-markdown-it-style h3 a:hover,
.do-markdown-it-style h3 a:focus,
.do-markdown-it-style h4 a:hover,
.do-markdown-it-style h4 a:focus,
.do-markdown-it-style h5 a:hover,
.do-markdown-it-style h5 a:focus,
.do-markdown-it-style h6 a:hover,
.do-markdown-it-style h6 a:focus {
  color: #000C2A;
  background-size: 0 0;
}

.do-markdown-it-style p {
  line-height: 1.5;
}

@media only screen and (max-width: 375px) {
  .do-markdown-it-style p code {
    word-break: break-all;
  }
}

.do-markdown-it-style ol,
.do-markdown-it-style ul {
  list-style-type: disc;
  margin-bottom: 1.7em;
  padding-left: 2.5em;
}

@media only screen and (max-width: 768px) {

  .do-markdown-it-style ol,
  .do-markdown-it-style ul {
    list-style-position: inside;
    padding-left: 1.5rem;
  }

  .do-markdown-it-style li p {
    display: inline;
  }


}

.do-markdown-it-style ol {
  list-style-type: decimal;
}

.do-markdown-it-style a {
  background: linear-gradient(#0069FF, #0069FF) bottom repeat-x;
  background-size: 1px 1px;
  border-bottom: none;
  color: #0069FF;
  text-decoration: none;
  transition: background 300ms ease-in-out, color 300ms ease-in-out;
}

.do-markdown-it-style a:hover,
.do-markdown-it-style a:focus {
  background: linear-gradient(#1433D6, #1433D6) bottom repeat-x;
  background-size: 100% 100%;
  color: #FFFFFF;
}

.do-markdown-it-style a:hover code,
.do-markdown-it-style a:focus code {
  color: #FFFFFF;
}

.do-markdown-it-style a code {
  transition: color 300ms ease-in-out;
}

.do-markdown-it-style blockquote {
  border-left: 4px solid #D6DCEA;
  color: #8A96B5;
  display: block;
  font-size: 18px;
  margin: 0 0 1.25em 1.25em;
  padding: 0 0 0 1.5em;
}

.do-markdown-it-style blockquote a {
  border-bottom: 1px dotted #8A96B5;
  color: #8A96B5;
}

.do-markdown-it-style blockquote a:hover,
.do-markdown-it-style blockquote a:focus {
  border-bottom-style: solid;
}

.do-markdown-it-style img,
.do-markdown-it-style figure {
  border: solid 2px #E3E8F4;
  border-radius: 16px;
  display: block;
  margin: 1rem auto;
  max-width: 100%;
}

.do-markdown-it-style img[align=left] {
  float: unset;
  margin-left: 0;
}

.do-markdown-it-style img[align=right] {
  float: unset;
  margin-right: 0;
}

.do-markdown-it-style figure {
  overflow: hidden;
  padding: 1rem;
}

.do-markdown-it-style figure:has(img[align=left]) {
  margin-left: 0;
  width: fit-content;
}

.do-markdown-it-style figure:has(img[align=right]) {
  margin-right: 0;
  width: fit-content;
}

.do-markdown-it-style figure img {
  border: none;
  border-radius: 0;
  margin: 0 auto;
}

.do-markdown-it-style figure figcaption {
  border-top: solid 1px #E3E8F4;
  background: #EFF2FB;
  font-size: 0.9em;
  text-align: center;
  padding: 1rem;
  margin: 1rem -1rem -1rem;
}

.do-markdown-it-style pre,
.do-markdown-it-style code {
  color: #24335A;
  font-size: 0.875em;
  padding: 0 0.2em;
  position: relative;
}

.do-markdown-it-style pre::before,
.do-markdown-it-style code::before {
  background-color: #E3E8F4;
  border-radius: 2px;
  padding: 2px 6px;
  content: "";
  display: block;
  inset: -0.2em 0;
  position: absolute;
  z-index: -1;
}

.do-markdown-it-style pre {
  background: #11192E;
  color: #F7F8FB;
  border-radius: 1em;
  box-shadow: inset 0 0 0 0.125em rgba(17, 25, 46, 0.1);
  display: block;
  margin: 1em 0;
  overflow: auto;
  overflow-wrap: normal;
  padding: 1.5em;
  white-space: normal;
  word-wrap: normal;
}

.do-markdown-it-style pre code {
  color: #F7F8FB;
}

.do-markdown-it-style pre.prefixed code ol li::before {
  color: #F7F8FB;
}

.do-markdown-it-style pre.prefixed.line_numbers {
  /* stylelint-disable-line selector-class-pattern */
}

.do-markdown-it-style pre.prefixed.line_numbers code ol li::before {
  border-right-color: rgba(247, 248, 251, 0.5);
}

.do-markdown-it-style pre::before,
.do-markdown-it-style pre code::before {
  display: none;
}

.do-markdown-it-style pre code {
  color: inherit;
  font-size: 1em;
  padding: 0;
  white-space: pre;
}

.do-markdown-it-style table {
  border: 1px solid #000;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
  border-collapse: collapse;
}



.do-markdown-it-style table th,
.do-markdown-it-style table td {
  font-size: 1rem;
  line-height: 1.5;
  color: #000;
  width: auto;
  border-collapse: collapse;
  box-sizing: border-box;
  text-align: inherit;
  padding: 0.1rem 0.12rem;
  border: 1px solid #000;
  vertical-align: center;
  padding-left: 0.5rem;
}

.do-markdown-it-style table tr {
  border: 1px solid #000;
}

.do-markdown-it-style table th {
  border-bottom-width: 2px;
  vertical-align: bottom;
  border-bottom: 2px solid #000;
  padding-left: 0.5rem;
}


.do-markdown-it-style .youtube {
  display: block;
  height: auto;
  margin: 1em auto;
  max-width: 100%;
}

.do-markdown-it-style .wistia {
  display: block;
  height: auto;
  margin: 1em auto;
  max-width: 100%;
}

.do-markdown-it-style .vimeo {
  display: block;
  height: auto;
  margin: 1em auto;
  max-width: 100%;
}

.do-markdown-it-style .rsvp {
  background: transparent;
  border: 1px solid #0069FF;
  border-radius: 3px;
  box-sizing: border-box;
  color: #0069FF;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 8px 24px;
  transition: background 0.25s ease;
}

.do-markdown-it-style .rsvp:disabled {
  border-color: #A9B3CA;
  color: #A9B3CA;
  cursor: not-allowed;
}

.do-markdown-it-style .rsvp:not(:disabled):hover,
.do-markdown-it-style .rsvp:not(:disabled):focus {
  background: #C6E3FF;
}

.do-markdown-it-style .terminal {
  background: transparent;
  border: 1px solid #0069FF;
  border-radius: 3px;
  box-sizing: border-box;
  color: #0069FF;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 8px 24px;
  transition: background 0.25s ease;
}

.do-markdown-it-style .terminal:disabled {
  border-color: #A9B3CA;
  color: #A9B3CA;
  cursor: not-allowed;
}

.do-markdown-it-style .terminal:not(:disabled):hover,
.do-markdown-it-style .terminal:not(:disabled):focus {
  background: #C6E3FF;
}

.do-markdown-it-style .columns {
  display: flex;
  flex-flow: row nowrap;
  margin: -1em;
}

@media only screen and (max-width: 768px) {
  .do-markdown-it-style .columns {
    flex-flow: row wrap;
  }
}

@media only screen and (max-width: 375px) {
  .do-markdown-it-style .columns {
    flex-flow: column;
  }
}

.do-markdown-it-style .columns .column {
  flex-basis: 100%;
  flex-grow: 1;
  padding: 1em;
}

@media only screen and (max-width: 768px) {
  .do-markdown-it-style .columns .column {
    flex-basis: auto;
  }
}

.do-markdown-it-style details {
  background: #F9FAFE;
  border-radius: 16px;
  padding: 1em;
  margin: 1em 0;
  border: 1px solid #000;
}

.do-markdown-it-style details[open] summary {
  border-bottom: 1px solid #E3E8F4;
  padding: 0 1em 1em 0;
  margin: 0 0 1em;
}

.do-markdown-it-style details[open] summary::after {
  top: calc(50% - 3px);
  transform: translateY(-50%) rotate(225deg);
}

.do-markdown-it-style details summary {
  cursor: pointer;
  list-style: none;
  padding: 0 1em 0 0;
  position: relative;
}

.do-markdown-it-style details summary::-webkit-details-marker,
.do-markdown-it-style details summary::marker {
  display: none;
}

.do-markdown-it-style details summary::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 4px;
  width: 7px;
  height: 7px;
  border: solid #8A96B5;
  border-width: 0 2px 2px 0;
  transform: translateY(-50%) rotate(45deg);
}

.do-markdown-it-style .twitter .twitter-tweet-rendered {
  margin: 1rem auto;
}

.do-markdown-it-style .twitter[align=left] {
  float: unset;
}

.do-markdown-it-style .twitter[align=left] .twitter-tweet-rendered {
  margin-left: 0;
}

.do-markdown-it-style .twitter[align=right] {
  float: unset;
}

.do-markdown-it-style .twitter[align=right] .twitter-tweet-rendered {
  margin-right: 0;
}

.do-markdown-it-style .instagram .instagram-media {
  margin: 1rem auto !important;
}

.do-markdown-it-style .instagram[align=left] .instagram-media {
  margin-left: 0 !important;
}

.do-markdown-it-style .instagram[align=right] .instagram-media {
  margin-right: 0 !important;
}

.do-markdown-it-style .slideshow {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.do-markdown-it-style .slideshow .action {
  background-color: hsla(0, 10%, 70%, 0.2);
  border: 1px solid #666666;
  border-radius: 50%;
  color: #666666;
  cursor: pointer;
  font-size: 32px;
  height: 30px;
  line-height: 22px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 30px;
  z-index: 10;
}

.do-markdown-it-style .slideshow .action.left {
  left: 10px;
}

.do-markdown-it-style .slideshow .action.right {
  right: 10px;
}

.do-markdown-it-style .slideshow .action:hover {
  background-color: hsla(0, 10%, 70%, 0.1);
  border: 1px solid #cccccc;
  color: #cccccc;
}

.do-markdown-it-style .slideshow .slides {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

.do-markdown-it-style .slideshow .slides>img {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  font-size: 100px;
  height: 100%;
  justify-content: center;
  margin-right: 50px;
  scroll-snap-align: start;
  position: relative;
  transform-origin: center center;
  transform: scale(1);
  transition: transform 0.5s;
  width: 100%;
}

.do-markdown-it-style .hash-anchor {
  border-bottom: none;
  color: #8A96B5;
  text-decoration: none;
}

/* .do-markdown-it-style .hash-anchor:first-child {
  margin-right: 0.5em;
}

.do-markdown-it-style .hash-anchor:last-child {
  margin-left: 0.5em;
} */

.do-markdown-it-style .hash-anchor:hover,
.do-markdown-it-style .hash-anchor:focus {
  color: #24335A;
}

.do-markdown-it-style summary {
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--color-teal-950);
}



.do-markdown-it-style mark {
  background: rgba(255, 192, 1, 0.3);
  border-radius: 2px;
  color: inherit;
  display: inline;
  line-height: calc(1.4em + 1px);
  padding: 2px 6px;
}

.do-markdown-it-style mark mark {
  background: none;
  border-radius: initial;
  line-height: 1.4em;
  padding: initial;
}

.do-markdown-it-style pre code mark {
  background: #29334D;
}

.do-markdown-it-style pre code mark mark {
  background: none;
}

.do-markdown-it-style .callout {
  background-color: #C6E3FF;
  border-radius: 16px;
  color: #1433D6;
  display: block;
  font-size: 15px;
  line-height: 1.5em;
  margin: 0 0 1.5em;
  padding: 1em 1.25em;
  position: relative;
  z-index: 0;
}

.do-markdown-it-style .callout> :first-child {
  margin-top: 0;
}

.do-markdown-it-style .callout> :last-child {
  margin-bottom: 0;
}

.do-markdown-it-style .callout .callout-label {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 16px 16px 0 0;
  font-size: 15px;
  margin: -1em -1.25em 0;
  padding: 0.75em 1.25em;
  text-align: center;
}

.do-markdown-it-style .code-label {
  background-color: #D6DCEA;
  border-radius: 16px 16px 0 0;
  color: #24335A;
  display: block;
  font-size: 16px;
  margin: 1em 0 0;
  padding: 12px;
  position: relative;
  text-align: center;
  z-index: 2;
}

.do-markdown-it-style .code-label+pre {
  border-radius: 0 0 16px 16px;
  margin: 0 0 1em;
}

.do-markdown-it-style .code-label+.code-toolbar {
  margin: 0 0 1em;
}

.do-markdown-it-style .code-label+.code-toolbar pre {
  border-radius: 0 0 16px 16px;
}

.do-markdown-it-style pre.prefixed code {
  white-space: normal;
}

.do-markdown-it-style pre.prefixed code ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.do-markdown-it-style pre.prefixed code ol li {
  margin: 0;
  padding: 0;
  white-space: pre;
}

.do-markdown-it-style pre.prefixed code ol li::before {
  content: attr(data-prefix);
  display: inline-block;
  margin: 0 10px 0 5px;
  text-align: right;
  user-select: none;
}

.do-markdown-it-style pre.prefixed.line_numbers {
  /* stylelint-disable-line selector-class-pattern */
}

.do-markdown-it-style pre.prefixed.line_numbers code ol li {
  margin: 0 0 0 -5px;
}

.do-markdown-it-style pre.prefixed.line_numbers code ol li::before {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding-right: 5px;
  text-align: right;
  width: 2ch;
}

.do-markdown-it-style pre.prefixed.line_numbers code ol li:first-child:nth-last-child(n+10)::before,
.do-markdown-it-style pre.prefixed.line_numbers code ol li:first-child:nth-last-child(n+10)~li::before {
  width: 3ch;
}

.do-markdown-it-style pre.prefixed.line_numbers code ol li:first-child:nth-last-child(n+100)::before,
.do-markdown-it-style pre.prefixed.line_numbers code ol li:first-child:nth-last-child(n+100)~li::before {
  width: 4ch;
}

.do-markdown-it-style pre.prefixed.line_numbers code ol li:first-child:nth-last-child(n+1000)::before,
.do-markdown-it-style pre.prefixed.line_numbers code ol li:first-child:nth-last-child(n+1000)~li::before {
  width: 5ch;
}

.do-markdown-it-style pre.prefixed.line_numbers code ol li:first-child:nth-last-child(n+10000)::before,
.do-markdown-it-style pre.prefixed.line_numbers code ol li:first-child:nth-last-child(n+10000)~li::before {
  width: 6ch;
}

.do-markdown-it-style pre[class*=language-]>code {
  background: transparent;
}

.do-markdown-it-style pre[class*=language-]>code.language-css .token.string,
.do-markdown-it-style pre[class*=language-]>code.style .token.string {
  color: #F7F8FB;
}

.do-markdown-it-style pre[class*=language-]>code .token.punctuation,
.do-markdown-it-style pre[class*=language-]>code .token.operator,
.do-markdown-it-style pre[class*=language-]>code .token.entity,
.do-markdown-it-style pre[class*=language-]>code .token.url {
  color: #F7F8FB;
}

.do-markdown-it-style pre[class*=language-]>code .token.comment,
.do-markdown-it-style pre[class*=language-]>code .token.prolog,
.do-markdown-it-style pre[class*=language-]>code .token.doctype,
.do-markdown-it-style pre[class*=language-]>code .token.cdata {
  color: #F7F8FB;
}

.do-markdown-it-style pre[class*=language-]>code .token.atrule,
.do-markdown-it-style pre[class*=language-]>code .token.property,
.do-markdown-it-style pre[class*=language-]>code .token.tag,
.do-markdown-it-style pre[class*=language-]>code .token.constant,
.do-markdown-it-style pre[class*=language-]>code .token.symbol,
.do-markdown-it-style pre[class*=language-]>code .token.deleted,
.do-markdown-it-style pre[class*=language-]>code .token.selector,
.do-markdown-it-style pre[class*=language-]>code .token.char,
.do-markdown-it-style pre[class*=language-]>code .token.builtin,
.do-markdown-it-style pre[class*=language-]>code .token.keyword,
.do-markdown-it-style pre[class*=language-]>code .token.inserted,
.do-markdown-it-style pre[class*=language-]>code .token.delimiter {
  color: #9FDDFF;
}

.do-markdown-it-style pre[class*=language-]>code .token.boolean,
.do-markdown-it-style pre[class*=language-]>code .token.attr-name,
.do-markdown-it-style pre[class*=language-]>code .token.color,
.do-markdown-it-style pre[class*=language-]>code .token.string,
.do-markdown-it-style pre[class*=language-]>code .token.variable {
  color: #B1E490;
}

.do-markdown-it-style pre[class*=language-]>code .token.attr-value,
.do-markdown-it-style pre[class*=language-]>code .token.function,
.do-markdown-it-style pre[class*=language-]>code .token.class-name {
  color: #FFAF8C;
}

.do-markdown-it-style pre[class*=language-]>code .token.regex,
.do-markdown-it-style pre[class*=language-]>code .token.number,
.do-markdown-it-style pre[class*=language-]>code .token.important {
  color: #0BE1FF;
}

.do-markdown-it-style pre[class*=language-]>code,
.do-markdown-it-style pre[class*=language-]>code .token {
  text-shadow: none;
}

.do-markdown-it-style pre[class*=language-]>code.language-css .token.string,
.do-markdown-it-style pre[class*=language-]>code.style .token.string {
  background: none;
}

.do-markdown-it-style pre[class*=language-]>code .token {
  background: none;
  border-radius: 0;
  display: inline;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.do-markdown-it-style pre[class*=language-]>code .token.namespace {
  opacity: 0.7;
}

.do-markdown-it-style pre[class*=language-]>code .token.operator,
.do-markdown-it-style pre[class*=language-]>code .token.entity,
.do-markdown-it-style pre[class*=language-]>code .token.url {
  background: none;
}

.do-markdown-it-style pre[class*=language-]>code .token.important,
.do-markdown-it-style pre[class*=language-]>code .token.bold {
  font-weight: bold;
}

.do-markdown-it-style pre[class*=language-]>code .token.italic {
  font-style: italic;
}

.do-markdown-it-style .code-toolbar {
  margin: 1em 0;
  position: relative;
}

.do-markdown-it-style .code-toolbar>pre {
  margin: 0;
}

.do-markdown-it-style .code-toolbar>.toolbar {
  position: absolute;
  right: 1em;
  top: 1.125em;
}

.do-markdown-it-style .code-toolbar>.toolbar>.toolbar-item {
  display: inline-block;
}

.do-markdown-it-style .code-toolbar>.toolbar>.toolbar-item>a {
  text-decoration: none;
}

.do-markdown-it-style .code-toolbar>.toolbar>.toolbar-item>button {
  border: 0;
  font: inherit;
  line-height: normal;
  overflow: visible;
  user-select: none;
}

.do-markdown-it-style .code-toolbar>.toolbar>.toolbar-item>a,
.do-markdown-it-style .code-toolbar>.toolbar>.toolbar-item>button {
  background: #696FB0;
  border-radius: 0.625em;
  color: #FFFFFF;
  cursor: pointer;
  line-height: 1;
  padding: 0.375em 0.5em;
  transition: color 0.25s, background 0.25s;
}

.do-markdown-it-style .code-toolbar>.toolbar>.toolbar-item>a span,
.do-markdown-it-style .code-toolbar>.toolbar>.toolbar-item>button span {
  color: #FFFFFF;
}

.do-markdown-it-style .code-toolbar>.toolbar>.toolbar-item>a:hover,
.do-markdown-it-style .code-toolbar>.toolbar>.toolbar-item>a:focus,
.do-markdown-it-style .code-toolbar>.toolbar>.toolbar-item>button:hover,
.do-markdown-it-style .code-toolbar>.toolbar>.toolbar-item>button:focus {
  background: #40499B;
  color: #FFFFFF;
}

.do-markdown-it-style .code-toolbar>.toolbar>.toolbar-item>a:hover span,
.do-markdown-it-style .code-toolbar>.toolbar>.toolbar-item>a:focus span,
.do-markdown-it-style .code-toolbar>.toolbar>.toolbar-item>button:hover span,
.do-markdown-it-style .code-toolbar>.toolbar>.toolbar-item>button:focus span {
  color: #FFFFFF;
}

.do-markdown-it-style .code-toolbar>.toolbar>.toolbar-item>a,
.do-markdown-it-style .code-toolbar>.toolbar>.toolbar-item>button,
.do-markdown-it-style .code-toolbar>.toolbar>.toolbar-item>span {
  font-size: 0.9em;
}

.do-markdown-it-style pre code .secondary-code-label {
  color: #9FDDFF;
  margin: 0 0 4px;
}

.do-markdown-it-style .table-wrapper {
  overflow-x: auto;
  width: 100%;
}

.do-markdown-it-style .image-compare {
  position: relative;
}

.do-markdown-it-style .image-compare .image-left,
.do-markdown-it-style .image-compare .image-right {
  height: 100%;
  object-fit: contain;
  position: absolute;
  width: 100%;
}

.do-markdown-it-style .image-compare .image-left {
  clip-path: polygon(0% 0%, var(--value) 0%, var(--value) 100%, 0% 100%);
  margin: 0;
}

.do-markdown-it-style .image-compare .image-right {
  clip-path: polygon(100% 0%, var(--value) 0%, var(--value) 100%, 100% 100%);
  margin: 0;
}

.do-markdown-it-style .image-compare .control-arrow {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: calc(var(--value) - 13px);
  color: #ffffff;
  z-index: 90;
}

.do-markdown-it-style .image-compare .control {
  background-color: transparent;
  box-sizing: border-box;
  font-family: inherit;
  height: 100%;
  outline: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}

.do-markdown-it-style .image-compare .control::-moz-range-thumb {
  background-color: #ffffff;
  border: none;
  cursor: ew-resize;
  height: 100%;
  width: 2px;
}

.do-markdown-it-style .image-compare .control::-webkit-slider-thumb {
  background-color: #ffffff;
  border: none;
  cursor: ew-resize;
  height: 100%;
  width: 2px;
}

.do-markdown-it-style .image-compare .control::-moz-range-track {
  background: transparent;
  background-size: 100%;
  box-sizing: border-box;
}

.do-markdown-it-style .image-compare .control::-webkit-slider-runnable-track {
  background: transparent;
  background-size: 100%;
  box-sizing: border-box;
  height: 100%;
}

.do-markdown-it-style .image-compare .control,
.do-markdown-it-style .image-compare .control::-webkit-slider-runnable-track,
.do-markdown-it-style .image-compare .control::-webkit-slider-thumb {
  appearance: none;
}

.do-markdown-it-style .callout.note {
  background-color: #D5F0C3;
  color: #000C2A;
}

.do-markdown-it-style .callout.warning {
  background-color: #FFBAB5;
  color: #000C2A;
}

.do-markdown-it-style .callout.info {
  background-color: #C6E3FF;
  color: #000C2A;
}

.do-markdown-it-style .callout.draft {
  background-color: #EBBFEB;
  color: #000C2A;
}

.do-markdown-it-style pre[class*=environment-]>code.language-css .token.string,
.do-markdown-it-style pre[class*=environment-]>code.style .token.string {
  color: #11192E;
}

.do-markdown-it-style pre[class*=environment-]>code .token.punctuation,
.do-markdown-it-style pre[class*=environment-]>code .token.operator,
.do-markdown-it-style pre[class*=environment-]>code .token.entity,
.do-markdown-it-style pre[class*=environment-]>code .token.url {
  color: #11192E;
}

.do-markdown-it-style pre[class*=environment-]>code .token.comment,
.do-markdown-it-style pre[class*=environment-]>code .token.prolog,
.do-markdown-it-style pre[class*=environment-]>code .token.doctype,
.do-markdown-it-style pre[class*=environment-]>code .token.cdata {
  color: #11192E;
}

.do-markdown-it-style pre[class*=environment-]>code .token.atrule,
.do-markdown-it-style pre[class*=environment-]>code .token.property,
.do-markdown-it-style pre[class*=environment-]>code .token.tag,
.do-markdown-it-style pre[class*=environment-]>code .token.constant,
.do-markdown-it-style pre[class*=environment-]>code .token.symbol,
.do-markdown-it-style pre[class*=environment-]>code .token.deleted,
.do-markdown-it-style pre[class*=environment-]>code .token.selector,
.do-markdown-it-style pre[class*=environment-]>code .token.char,
.do-markdown-it-style pre[class*=environment-]>code .token.builtin,
.do-markdown-it-style pre[class*=environment-]>code .token.keyword,
.do-markdown-it-style pre[class*=environment-]>code .token.inserted,
.do-markdown-it-style pre[class*=environment-]>code .token.delimiter {
  color: #0F2FDA;
}

.do-markdown-it-style pre[class*=environment-]>code .token.boolean,
.do-markdown-it-style pre[class*=environment-]>code .token.attr-name,
.do-markdown-it-style pre[class*=environment-]>code .token.color,
.do-markdown-it-style pre[class*=environment-]>code .token.string,
.do-markdown-it-style pre[class*=environment-]>code .token.variable {
  color: #00573A;
}

.do-markdown-it-style pre[class*=environment-]>code .token.attr-value,
.do-markdown-it-style pre[class*=environment-]>code .token.function,
.do-markdown-it-style pre[class*=environment-]>code .token.class-name {
  color: #7300B9;
}

.do-markdown-it-style pre[class*=environment-]>code .token.regex,
.do-markdown-it-style pre[class*=environment-]>code .token.number,
.do-markdown-it-style pre[class*=environment-]>code .token.important {
  color: #00507D;
}

.do-markdown-it-style pre[class*=environment-] .secondary-code-label {
  color: #081B4B;
}

.do-markdown-it-style pre[class*=environment-] mark {
  background: #E3E8F4;
}

.do-markdown-it-style pre[class*=environment-] mark mark {
  background: none;
}

.do-markdown-it-style pre.environment-local {
  background: #F7F8FB;
  color: #11192E;
}

.do-markdown-it-style pre.environment-local code {
  color: #11192E;
}

.do-markdown-it-style pre.environment-local.prefixed code ol li::before {
  color: #11192E;
}


.do-markdown-it-style pre.environment-local.prefixed.line_numbers code ol li::before {
  border-right-color: rgba(17, 25, 46, 0.5);
}

.do-markdown-it-style pre.environment-second {
  background: #F4FBFF;
  color: #11192E;
}

.do-markdown-it-style pre.environment-second code {
  color: #11192E;
}

.do-markdown-it-style pre.environment-second.prefixed code ol li::before {
  color: #11192E;
}



.do-markdown-it-style pre.environment-second.prefixed.line_numbers code ol li::before {
  border-right-color: rgba(17, 25, 46, 0.5);
}

.do-markdown-it-style pre.environment-third {
  background: #FFF9F4;
  color: #11192E;
}

.do-markdown-it-style pre.environment-third code {
  color: #11192E;
}

.do-markdown-it-style pre.environment-third.prefixed code ol li::before {
  color: #11192E;
}


.do-markdown-it-style pre.environment-third.prefixed.line_numbers code ol li::before {
  border-right-color: rgba(17, 25, 46, 0.5);
}

.do-markdown-it-style pre.environment-fourth {
  background: #F9FDF6;
  color: #11192E;
}

.do-markdown-it-style pre.environment-fourth code {
  color: #11192E;
}

.do-markdown-it-style pre.environment-fourth.prefixed code ol li::before {
  color: #11192E;
}



.do-markdown-it-style pre.environment-fourth.prefixed.line_numbers code ol li::before {
  border-right-color: rgba(17, 25, 46, 0.5);
}

.do-markdown-it-style pre.environment-fifth {
  background: #FFF4FD;
  color: #11192E;
}

.do-markdown-it-style pre.environment-fifth code {
  color: #11192E;
}

.do-markdown-it-style pre.environment-fifth.prefixed code ol li::before {
  color: #11192E;
}



.do-markdown-it-style pre.environment-fifth.prefixed.line_numbers code ol li::before {
  border-right-color: rgba(17, 25, 46, 0.5);
}

/* dark support */
/* 
.dark table {
  border: 1px solid #fff;
}


.dark table th,
.dark table td {
  color: #fff;
  border: 1px solid #fff;
}

.dark table tr {
  border: 1px solid #fff;
}

.dark table th {
  border-bottom: 2px solid #fff;
} */