.is-primary, .has-text-primary {
  color: #0d203f !important;
}

.is-link, .has-text-link {
  color: #0a68a1 !important;
}

.is-info, .has-text-info {
  color: #a180d9 !important;
}

.is-success, .has-text-success {
  color: #18907b !important;
}

.is-warning, .has-text-warning {
  color: #ef946c !important;
}

.is-danger, .has-text-danger {
  color: #c64b16 !important;
}

.is-dark, .has-text-dark {
  color: #213762 !important;
}

.is-light, .has-text-light {
  color: #b69cc0 !important;
}

.button.is-primary, .tag.is-primary, .message.is-primary {
  background-color: #18d1a5;
  color: #fff !important;
}

.button.is-secondary, .tag.is-secondary, .message.is-secondary {
  background-color: #315292;
  color: #fff !important;
}

.button.is-link, .tag.is-link, .message.is-link {
  color: #fff !important;
  background-color: #0a68a1 !important;
}

.button.is-info, .tag.is-info, .message.is-info {
  color: #fff !important;
  background-color: #a180d9 !important;
}

.button.is-success, .tag.is-success, .message.is-success {
  color: #fff !important;
  background-color: #18907b !important;
}

.button.is-warning, .tag.is-warning, .message.is-warning {
  color: #fff !important;
  background-color: #ef946c !important;
}

.button.is-danger, .tag.is-danger, .message.is-danger {
  color: #fff !important;
  background-color: #c64b16 !important;
}

.button.is-dark, .tag.is-dark, .message.is-dark {
  background-color: #213762;
  color: #fff !important;
}

.button.is-light, .tag.is-light, .message.is-light {
  background-color: #b69cc0;
  color: #0d203f !important;
}

.content .is-active, .content .is-current {
  color: #fff;
  background-color: #213762;
}

html {
  background-color: #0000;
  height: 100%;
}

body, main {
  min-height: 100vh;
  position: relative;
}

body {
  background: #f7f4f8;
  min-height: 100vh;
}

main {
  z-index: 100;
  min-height: 100vh;
  margin-bottom: -12rem;
  padding: 5.75rem 0 0;
}

#topbar.navbar {
  will-change: transform;
  z-index: 1000;
  background: #f7f4f8;
  border-bottom: 2px solid #fffffffa;
  padding-left: 5vw;
  padding-right: 5vw;
  transition: transform .2s linear;
  position: fixed;
  left: 0;
  right: 0;
}

#topbar.navbar .navbar-burger {
  width: 5.25rem;
  height: 5.25rem;
}

#topbar.navbar .dark-mode {
  fill: #345995;
  width: 1.5rem;
  line-height: 1.5;
  display: inline-block;
  position: absolute;
  top: 2rem;
  right: 0;
}

#topbar.navbar.headroom--pinned {
  margin: 0;
  transform: translateY(0%);
}

#topbar.navbar.headroom--unpinned {
  transform: translateY(-100%);
}

@keyframes halfSpin {
  0% {
    transform: rotate(0);
  }

  25% {
    opacity: 1;
    transform: rotate(180deg);
  }

  38% {
    opacity: .75;
  }

  50% {
    transform: rotate(180deg);
  }

  75% {
    opacity: 1;
    transform: rotate(360deg);
  }

  88% {
    opacity: .75;
  }

  100% {
    transform: rotate(360deg);
  }
}

#topbar.navbar .logo {
  fill: #0d203f;
  margin-top: .35em;
  display: inline-block;
  position: relative;
}

#topbar.navbar .logo svg {
  cursor: pointer;
  z-index: 500;
  fill: #0d203f;
  max-width: 10.625rem;
  max-height: 1.25rem;
  position: relative;
}

#topbar.navbar .logo:hover .spin-back {
  background-color: #fff;
}

#topbar.navbar .logo .spin-front {
  z-index: 600;
  opacity: 1;
  border-radius: 50%;
  width: 1.133rem;
  height: 1.133rem;
  transition: all .3s ease-in-out;
  display: inline-block;
  position: absolute;
  top: 1.25rem;
  right: 1.9125rem;
}

#topbar.navbar .logo .spin-front em {
  z-index: 700;
  background: #28ffcc;
  border-radius: 50%;
  width: .425rem;
  height: .425rem;
  transition: all .3s ease-in-out;
  display: inline-block;
  position: absolute;
  top: 0;
  right: .05rem;
}

#topbar.navbar .logo .spin-back {
  z-index: 400;
  background: none;
  border-radius: 50%;
  width: 1.125rem;
  height: 1.125rem;
  transition: all .3s ease-in-out;
  display: inline-block;
  position: absolute;
  top: 1.295rem;
  right: 1.875rem;
}

#topbar.navbar:hover .logo .spin-front {
  animation: 4s infinite halfSpin;
}

#topbar.navbar .logo-project {
  margin: 2rem 0 0 1.3335rem;
  font-size: 1.125rem;
  font-weight: bold;
}

#topbar.navbar .logo-project a {
  color: #213762;
}

#topbar.navbar .logo-project .tag {
  margin: -.5rem 0 0 .67rem;
  position: relative;
}

#topbar.navbar a.navbar-item {
  background: none;
  font-weight: 700;
  line-height: 3;
}

#topbar.navbar .navbar-menu a {
  color: #0d203f;
  letter-spacing: .025em;
  margin-left: 2vw;
  transition: all .3s ease-in-out;
  position: relative;
}

#topbar.navbar .navbar-menu a em {
  opacity: 0;
  content: " ";
  background-color: #34e8bd;
  border-radius: 1rem;
  height: .333rem;
  transition: all .3s ease-in-out;
  display: inline-block;
  position: absolute;
  bottom: -.15rem;
  left: 45%;
  right: 45%;
}

#topbar.navbar .navbar-menu a:hover em {
  opacity: 1;
  left: 25%;
  right: 25%;
}

#topbar.navbar .navbar-menu .button {
  color: #15ba93;
  border-color: #34e8bd;
  margin: 1rem 0 0 2.5rem;
  transition: all .3s ease-in-out;
}

#topbar.navbar .navbar-menu .button:hover {
  color: #119878;
  background-color: #fff !important;
}

.announcement-banner + main {
  padding-top: 12.25rem;
}

.announcement-banner + main .menu-wrap aside.menu {
  padding-top: 10rem;
}

#topbar.navbar.headroom--unpinned + .announcement-banner + main .menu-wrap aside.menu {
  padding-top: 4.25rem;
}

.announcement-banner {
  z-index: 900;
  text-align: center;
  opacity: 1;
  color: #0d203f;
  background: linear-gradient(45deg, #2eedd9 0%, #34e8bd 100%);
  font-size: 1rem;
  line-height: 1.4;
  transition: opacity;
  position: fixed;
  top: 6.25rem;
  left: 0;
  right: 0;
  overflow-x: hidden;
}

.announcement-banner:hover {
  opacity: .92;
  background: #56ecc8;
}

.announcement-banner a {
  color: #213762;
  width: 100%;
  display: inline;
}

#topbar.navbar.topbar--pinned + .announcement-banner {
  top: 6.75rem;
}

#topbar.navbar.headroom--unpinned + .announcement-banner {
  top: .75rem;
}

.menu-wrap {
  background: #f7f4f8;
  width: 17rem;
  padding: 0 2.5vw;
}

@media screen and (width >= 1024px) {
  .menu-wrap.is-fixed-desktop {
    background: #f7f4f8;
    width: 17.5vw;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
  }
}

@media screen and (width <= 1023px) {
  .menu-wrap.is-fixed-desktop {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }
}

@media screen and (width >= 1024px) {
  .menu-wrap.is-sticky {
    vertical-align: top;
    background: #f7f4f8;
    width: 15rem;
    max-height: 100vh;
    padding-left: .67rem;
    display: inline-block;
    position: sticky;
    top: 0;
    bottom: 0;
    left: 2.5vw;
    overflow-y: auto;
  }
}

aside.menu {
  border-right: 2px solid #0000;
  width: 14.5vw;
  min-width: 13rem;
  padding-top: 6.5rem;
  font-size: 1rem;
  transition: all .3s ease-in-out;
  position: absolute;
  top: 0;
  bottom: 0;
  overflow-y: scroll;
}

aside.menu:hover {
  border-right: 2px solid #ece5ee;
}

aside.menu .menu-label {
  margin: 1.75rem 1.333vw 1rem 0;
  padding-left: 1.333vw;
}

aside.menu ul {
  margin-bottom: 2.5rem;
}

aside.menu a {
  border-radius: 2rem;
  margin-bottom: 0;
  padding: .6rem 1.25vw;
  font-weight: bold;
  transition: all .3s ease-in-out;
  display: inline-block;
}

aside.menu a:hover {
  color: #213762;
  background-color: #ece5ee;
}

aside.menu a.button {
  background: none;
  border: 2px solid #34e8bd;
  margin-top: 1.25rem;
  padding: 0 1.333vw;
  font-size: 1.125rem;
  line-height: 2.25;
}

aside.menu a.button svg {
  margin-bottom: -1px;
  margin-right: .25rem;
}

aside.menu a.button svg, aside.menu a.button path {
  transition: all .3s ease-in-out;
}

aside.menu a.button:hover {
  color: #fff;
  background-color: #34e8bd;
}

aside.menu a.button:hover svg, aside.menu a.button:hover path {
  fill: #fff;
}

.page-wrap {
  position: relative;
}

.is-fullwidth {
  width: 100vw;
  max-width: 100vw !important;
}

hr {
  background-color: #6464641a;
}

hr.page-break {
  text-align: center;
  background: none;
  height: 4rem;
  position: relative;
}

hr.page-break:after {
  content: " ";
  background: #bea7e5;
  border-radius: .33rem;
  width: 12.5%;
  height: .33rem;
  margin: 2.5rem 0 3.5rem;
  display: inline-block;
  position: relative;
}

.documentation .content {
  margin-bottom: 5rem;
  padding-top: 8.5rem;
}

.documentation .content h1 {
  margin: -1.5rem 0 5rem;
  padding-bottom: 2.67rem;
  position: relative;
}

.documentation .content h1:after {
  content: " ";
  background: #bea7e5;
  border-radius: .33rem;
  width: 25%;
  height: .33rem;
  margin: 2.5rem 0 0;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.documentation .content blockquote p {
  font-size: 1rem;
  line-height: 1.4;
}

.documentation .content .footer-nav {
  border-top: none;
}

.documentation .content.content-docs-wide section {
  margin-left: 5vw;
  margin-right: 5vw;
  max-width: 90vw !important;
}

.documentation .content.content-docs-wide section .content ul, .documentation .content.content-docs-wide section .content ol, .documentation .content.content-docs-wide section .content dl, .documentation .content.content-docs-wide section .content p, .documentation .content.content-docs-wide section .content blockquote {
  max-width: 100%;
}

.documentation footer {
  padding-left: 2.5vw !important;
  padding-right: 2.5vw !important;
}

.documentation footer .footer-nav {
  border-top: none;
  margin: 0;
  padding: 0 .75rem;
}

.content section {
  max-width: 48.5rem;
  margin-left: auto;
  margin-right: auto;
}

.content section .box {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding: 1.67rem 2rem;
}

.content section table {
  border-collapse: collapse;
  background-color: #fff;
  border-radius: .333em;
  min-width: 100%;
  margin-top: 2rem;
  margin-bottom: 4rem;
  overflow: hidden;
  box-shadow: 0 3px 6px #1e1e1e20;
}

.content section table th, .content section table td {
  border-bottom: 1px solid #bea7e5;
  padding: .67vw 2vw;
  line-height: 1.5;
}

.content section table th {
  color: #0d203f;
  background-color: #f9f7ee;
  border-bottom: 1px solid #bea7e5;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.75;
}

.content section table td {
  border-bottom-color: #ece5ee;
  font-size: 1rem;
}

.content section table tr:last-of-type td {
  border: none;
}

footer {
  z-index: 1400;
  background: #fff;
  border-top: 1px solid #bea7e5;
  min-height: 12rem;
  margin: 0 auto;
  padding: 1.25rem 0 0;
  position: relative;
}

footer ul, footer p {
  margin: 2rem 0 4rem;
}

footer p.lead {
  color: #0a455a;
  max-width: 67%;
  margin: -2.5rem 0 0;
  font-size: 1.25rem;
  line-height: 1.33;
}

footer h4 {
  color: #ef946c;
  margin: 3rem 0 0;
  font-size: 1.25rem;
  font-weight: bold;
}

footer li {
  font-size: 1.125rem;
  line-height: 2;
  list-style: none;
}

footer img {
  max-height: 3rem;
  margin-top: 0;
}

footer.is-shallow {
  min-height: 6.5rem;
}

footer.is-shallow img {
  max-height: 2.5rem;
}

footer .footer-nav {
  border-top: 1px solid #d9dbe8;
}

footer .footer-nav .navbar {
  background: none;
  padding: 0;
}

footer .footer-nav .navbar .navbar-item {
  color: #bea7e5;
  padding: 0 4rem 0 0;
  font-size: 1rem;
  line-height: 1.33;
}

footer .footer-nav .navbar .navbar-item a {
  color: #b1b5d0;
  transition: all .3s ease-in-out;
}

footer .footer-nav .navbar .navbar-item a:hover {
  color: #585f91;
}

footer .footer-nav .navbar .navbar-item:last-of-type {
  padding-right: 0;
}

footer .footer-nav p {
  margin: 0;
}

@media (prefers-color-scheme: dark) {
  html {
    color: #fff;
    background: #0d203f;
  }
}

html.dark-theme > body #topbar.navbar {
  background: #0d203f;
  border-color: #0a455a;
}

html.dark-theme > body #topbar.navbar .logo svg, html.dark-theme > body #topbar.navbar .logo path {
  fill: #fff !important;
}

html.dark-theme > body #topbar.navbar .logo-project a {
  color: #34e8bd;
}

html.dark-theme > body #topbar.navbar .logo-project a .tag {
  background-color: #213762;
  color: #bea7e5 !important;
}

html.dark-theme > body #topbar.navbar .navbar-burger {
  color: #bea7e5;
  height: 5.75rem;
}

html.dark-theme > body #topbar.navbar .navbar-menu a {
  color: #34e8bd;
}

html.dark-theme > body #topbar.navbar .navbar-menu .button {
  border: 3px solid #34e8bd;
}

html.dark-theme > body #topbar.navbar .navbar-menu .button:hover {
  color: #0d203f;
  background: #34e8bd !important;
}

html.dark-theme > body #topbar.navbar .dark-mode svg {
  fill: #34e8bd;
  transition: all .3s ease-in-out;
  transform: rotate(180deg);
}

html.dark-theme > body .menu-wrap {
  scrollbar-color: #525776, #09152a;
  background: #0d203f;
}

html.dark-theme > body aside.menu:hover {
  border-right: 2px solid #321a59;
}

html.dark-theme > body aside.menu a {
  color: #fff;
}

html.dark-theme > body aside.menu a:hover {
  color: #34e8bd;
  background-color: #213762;
}

html.dark-theme > body aside.menu a.button svg, html.dark-theme > body aside.menu a.button path {
  fill: #fff !important;
}

html.dark-theme > body .card {
  color: #fff;
  background: linear-gradient(0deg, #112b54, #0d203f 100%);
  outline: 1px solid #fff3;
  box-shadow: 0 .5em 1em -.125em #0a0a0a80, 0 0 0 1px #0a0a0a85;
}

html.dark-theme > body .card figure.image {
  border-bottom: 1px solid #fff5;
}

html.dark-theme > body .card p {
  color: #fff;
}

html.dark-theme > body .content .box {
  color: #fff;
  background-color: #213762;
}

html.dark-theme > body .content section table {
  background-color: #213762;
}

html.dark-theme > body .content blockquote {
  background-color: #0000;
}

html.dark-theme > body .content blockquote p {
  color: #fff;
  background-color: #1b2c4f;
  border-color: #243c6c;
}

html.dark-theme > body .content blockquote > blockquote p, html.dark-theme > body .content aside p {
  color: #fff;
  background-color: #243c6c;
  border-color: #2b477f;
}

html.dark-theme > body footer {
  color: #fff;
  background: #0d203f;
  border-color: #0a455a;
}

html.dark-theme > body footer h4 {
  color: #fff;
}

html.dark-theme > body footer .footer-nav {
  border-color: #06101f;
}

html.dark-theme > body footer p, html.dark-theme > body footer li, html.dark-theme > body footer a {
  color: #34e8bd;
}

body {
  color: #0d203f;
  font-family: Work Sans, Europa, Avenir, system, -apple-system, \.SFNSText-Regular, San Francisco, Segoe UI, Helvetica Neue, Lucida Grande, sans-serif;
  font-size: 16pt;
}

.content h1, .content h2, .content h3 {
  font-weight: bold;
  display: block;
}

.content ul, .content ol, .content dl, .content p, .content blockquote {
  max-width: 800px;
  margin: 1.67rem 0;
  font-size: 1rem;
}

.content.size-16 ul, .content.size-16 ol, .content.size-16 dl, .content.size-16 p, .content.size-16 blockquote {
  font-size: 1rem;
}

.content.size-18 ul, .content.size-18 ol, .content.size-18 dl, .content.size-18 p, .content.size-18 blockquote {
  font-size: 1.125rem;
}

.content.size-20 ul, .content.size-20 ol, .content.size-20 dl, .content.size-20 p, .content.size-20 blockquote {
  font-size: 1.25rem;
}

.content ul li {
  margin: 0 .5rem 0 1.25rem;
  padding-left: .5rem;
  line-height: 1.636;
  list-style: outside;
}

.content ul.pagination-list {
  margin: 0;
}

.content ul.pagination-list li {
  margin: 0;
  list-style: none;
}

.content ul.is-disc li {
  list-style: outside;
}

.content ol li {
  margin: 0 .5rem 0 1.25rem;
  padding-left: .5rem;
  line-height: 1.636;
  list-style-position: outside;
}

.content blockquote > blockquote, .content aside {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.content blockquote > blockquote p, .content aside p {
  text-align: left;
  color: #0d203f;
  background: #f9f7ee;
  border: 1px solid #d9dbe8;
  border-radius: .667rem;
  font-size: 1.2rem;
  line-height: 1.8;
  box-shadow: 0 3px 6px #1e1e1e20;
  margin: 2.5em auto 5rem !important;
  padding: 1.25rem 1.5rem !important;
}

.content blockquote > blockquote a, .content aside a {
  color: #0e8fdd;
}

.content blockquote {
  border-left: none;
  margin: 0 !important;
  padding: 0 !important;
}

.content blockquote p {
  color: #345995;
  text-align: left;
  background: #f4f0f5;
  border-left: 4px solid #d9dbe8;
  line-height: 2;
  margin: 1rem auto !important;
  padding: .65rem 5% .65rem 2rem !important;
  font-size: 1.1rem !important;
}

.content blockquote a {
  color: #0e8fdd;
}

.content iframe {
  margin: 2rem 0;
}

.content pre, .content code {
  margin-bottom: 2rem !important;
}

.content pre code {
  margin-bottom: 0 !important;
}

.content h1 code, .content h2 code, .content h3 code, .content h4 code, .content h5 code {
  font-weight: bold;
  font-size: 1em !important;
}

.content strong {
  color: #0d203f;
}

.content a {
  color: #0a68a1;
  border-radius: .333em;
  position: relative;
}

.content a:after {
  text-align: center;
  content: " ";
  opacity: 0;
  background: #0e8fdd;
  height: .125rem;
  transition: all .3s ease-in-out;
  display: inline-block;
  position: absolute;
  bottom: -.2rem;
  left: 33%;
  right: 33%;
}

.content a:hover {
  color: #0e8fdd;
  background: #ffffffab;
}

.content a:hover:after {
  opacity: 1;
  left: 5%;
  right: 5%;
}

.content a:hover img + :after {
  margin-top: -4rem;
  display: none !important;
}

.content hr.page-break {
  text-align: left;
  background: none;
  height: 4rem;
}

.content hr.page-break:after {
  width: 12.5%;
  height: .33rem;
  margin: 1.5rem 0 2.5rem;
  position: relative;
}

.content .copy {
  border-radius: 1rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  padding: .5rem 1rem;
  position: relative;
}

.content .copy img {
  width: 1em;
}

.content .copy .button {
  opacity: 0;
  background: none;
  border: none;
  padding: 0;
  line-height: 1;
  position: absolute;
  top: .01rem;
  right: .67rem;
}

.content .copy:hover {
  background: #6464642b;
}

.content .copy:hover .button {
  opacity: 1;
}

.content .copy-button {
  cursor: pointer;
  transition: all .3s ease-in-out;
}

.content .copy-button:after {
  content: "Copied";
  z-index: 860;
  opacity: 0;
  color: #fff;
  background: #646464bf;
  border-radius: 2rem;
  padding: .5rem 1rem;
  font-size: 1rem;
  font-weight: bold;
  transition: all .3s ease-in-out;
  display: inline-block;
  position: absolute;
  top: 75%;
  right: 25%;
  transform: perspective(1px)translateY(-50%);
}

.content .copy-button:active {
  opacity: .8;
}

.content .copy-button:active:after {
  opacity: 1;
  top: 50%;
}

.content .card p {
  color: #0d203f;
  margin: 0;
  line-height: 1.25;
}

.content .card p.title {
  margin-bottom: .5rem;
}

.content .card p em {
  opacity: .333;
  padding: 0 .2rem 0 0;
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
  font-style: normal;
  display: inline-block;
}

.content .card.card-color {
  border-radius: .33rem;
  overflow: hidden;
}

.content .card.card-color figure.image {
  border: 5px solid #0000;
  transition: all .3s ease-in-out;
}

.content .card.card-color figure.image:hover {
  border-color: #fff;
}

.content .card.card-color .card-content {
  padding: .5rem .5rem 1rem;
}

.content .card.card-color .card-content p {
  letter-spacing: -.02em;
  margin: 0 0 -.333rem;
}

.content h1 code, .content h2 code, .content h3 code, .content h4 code, .content h5 code, .content p code, .content li code, .content td code, .content th code, .content dd code {
  color: #345995;
  background: #e9e1eb;
  border-radius: .33rem !important;
}

.content pre, .content code {
  color: #bea7e5;
  background-color: #0d203f;
  background-image: linear-gradient(135deg, #0d203f 0%, #10274d 100%);
  border-radius: .67rem;
  margin-left: 0;
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
  font-size: .925rem;
}

.content pre a, .content code a {
  color: #0e8fdd;
}

.content pre > code, .content code > code {
  background-color: #0000 !important;
  background-image: none !important;
}

.content pre code.hljs, .content code code.hljs {
  padding: 0 !important;
}

.content pre code.hljs .hljs-meta, .content code code.hljs .hljs-meta {
  color: #34e8bd;
}

.content pre {
  max-width: 100%;
  margin: 1.333rem 0;
  position: relative;
}

.content code {
  border-radius: 0 !important;
}

.content .hljs {
  background-color: #0000 !important;
}

.content pre code.hljs {
  padding: 1em;
  display: block;
  overflow-x: auto;
}

.content code.hljs {
  padding: 3px 5px;
}

.content .hljs {
  color: #abb2bf;
  background: #282c34;
}

.content .hljs-comment, .content .hljs-quote {
  color: #5c6370;
  font-style: italic;
}

.content .hljs-doctag, .content .hljs-formula, .content .hljs-keyword {
  color: #c678dd;
}

.content .hljs-deletion, .content .hljs-name, .content .hljs-section, .content .hljs-selector-tag, .content .hljs-subst {
  color: #e06c75;
}

.content .hljs-literal {
  color: #56b6c2;
}

.content .hljs-addition, .content .hljs-attribute, .content .hljs-meta .hljs-string, .content .hljs-regexp, .content .hljs-string {
  color: #98c379;
}

.content .hljs-attr, .content .hljs-number, .content .hljs-selector-attr, .content .hljs-selector-class, .content .hljs-selector-pseudo, .content .hljs-template-variable, .content .hljs-type, .content .hljs-variable {
  color: #d19a66;
}

.content .hljs-bullet, .content .hljs-link, .content .hljs-meta, .content .hljs-selector-id, .content .hljs-symbol, .content .hljs-title {
  color: #61aeee;
}

.content .hljs-built_in, .content .hljs-class .hljs-title, .content .hljs-title.class_ {
  color: #e6c07b;
}

.content .hljs-emphasis {
  font-style: italic;
}

.content .hljs-strong {
  font-weight: 700;
}

.content .hljs-link {
  text-decoration: underline;
}

html.dark-theme > body {
  color: #fff;
  background: #0d203f;
}

html.dark-theme > body h1, html.dark-theme > body h2, html.dark-theme > body h3, html.dark-theme > body h4, html.dark-theme > body p, html.dark-theme > body li {
  color: #fff;
}

html.dark-theme > body .content a, html.dark-theme > body article a {
  color: #34e8bd;
}

html.dark-theme > body .content strong, html.dark-theme > body article strong {
  color: #ece5ee;
}

html.dark-theme > body h1, html.dark-theme > body h2, html.dark-theme > body h3, html.dark-theme > body h4, html.dark-theme > body h5, html.dark-theme > body p, html.dark-theme > body li {
  color: #fff;
}

html.dark-theme > body pre {
  background: linear-gradient(0deg, #173564 15%, #233e68 100%);
}

html.dark-theme > body pre code {
  color: #dbc8e2;
}

html.dark-theme > body .content h1 code, html.dark-theme > body .content h2 code, html.dark-theme > body .content h3 code, html.dark-theme > body .content h4 code, html.dark-theme > body .content h5 code, html.dark-theme > body .content p code, html.dark-theme > body .content li code, html.dark-theme > body .content th code, html.dark-theme > body .content td code, html.dark-theme > body .content dd code {
  color: #ece5ee;
  background-color: #213762;
}

html.dark-theme > body .content .hljs {
  color: #d2c3d7;
}

html.dark-theme > body .content .hljs-comment, html.dark-theme > body .content .hljs-quote {
  color: #afafac;
}

html.dark-theme > body .content a:hover {
  background: #1b2c4f !important;
}

html.dark-theme > body .content .table thead {
  background-color: #525776;
}

html.dark-theme > body .content .table thead th {
  color: #070c16;
  background-color: #525776;
  border-color: #040b15;
}

html.dark-theme > body .content .table td {
  color: #ece5ee;
  border-color: #040b15;
}

html.dark-theme > body .content .table.is-striped tbody tr:not(.is-selected):nth-child(2n) {
  background-color: #213762;
}

html.dark-theme > body .content .pagination-link, html.dark-theme > body .content .pagination-next, html.dark-theme > body .content .pagination-previous {
  border-color: #040b15;
}

@media screen and (width <= 1023px) {
  #topbar.navbar .logo {
    background: url("avatar.63e1d6e5.png") 0 0 / contain no-repeat;
    width: 3rem;
    height: 3rem;
  }

  #topbar.navbar .logo svg, #topbar.navbar .logo span {
    display: none !important;
  }

  #topbar.navbar .logo-project {
    margin-left: .5rem;
  }

  #topbar.navbar .navbar-menu.is-pulled-right {
    text-align: right;
  }

  #topbar.navbar .navbar-menu.is-pulled-right a {
    float: right;
  }

  .menu-wrap {
    z-index: 1400;
    width: 100vw;
    display: none;
  }

  .menu-wrap.is-active {
    position: fixed;
    inset: 0;
    display: block !important;
  }

  .menu-wrap aside.menu {
    width: 100vw;
    padding-top: 8rem;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  article.content section, footer {
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }

  main.is-fullwidth {
    max-width: 90vw !important;
    padding-left: 5vw !important;
    padding-right: 5vw !important;
  }

  .menu-wrap + article.content {
    padding-left: 0;
    max-width: 85vw !important;
  }

  footer.is-shallow .footer-nav {
    max-width: 90vw;
    padding-left: 5vw;
    padding-right: 5vw;
    border-color: #0000 !important;
  }

  footer.is-shallow .footer-nav .navbar-item {
    display: inline-block;
  }
}

.uppercase {
  text-transform: uppercase;
  letter-spacing: .1125rem;
}

body {
  background: #fcf5ff;
}

body #topbar.navbar {
  background: #fdf8ff;
  border-bottom: 1px solid #e1d2f6;
}

body #topbar.navbar .logo-wrap .logo-developer {
  color: #a87ce6;
}

body.documentation .menu-wrap {
  background: linear-gradient(105deg, #efe3f580 0%, #f0e6f4bd 100%);
  border-right: 1px solid #e7d3f2;
}

body.documentation aside.menu .button-wrap {
  background: #f5ebf9;
  border-top: 1px solid #e7d3f240;
  border-right: 1px solid #e7d3f2;
}

body.documentation aside.menu a.button {
  color: #0e092d;
  background: #fff;
  color: #0e092d !important;
}

body.documentation aside.menu a.button.is-primary {
  border: 2px solid #34e8bd !important;
}

body.documentation aside.menu a.button.is-secondary {
  box-shadow: 0 4px 16px #0000000d;
}

body.documentation aside.menu a.active {
  color: #213762;
  background-color: #ece5ee;
}

body.documentation aside.menu .menu-label {
  color: #384687 !important;
}

body.documentation aside.menu .menu-label.stay-open:after {
  opacity: .5;
}

body.documentation aside.menu .accordion-tabs .accordion-menu-item-content.stay-open:hover:before, body.documentation aside.menu .accordion-tabs .accordion-menu-item-content.stay-open.active:before, body.documentation aside.menu .accordion-tabs .accordion-menu-item-content.stay-open .is-active:before, body.documentation aside.menu .accordion-tabs input:checked ~ .accordion-menu-item-content:hover:before, body.documentation aside.menu .accordion-tabs input:checked ~ .accordion-menu-item-content.active:before, body.documentation aside.menu .accordion-tabs input:checked ~ .accordion-menu-item-content .is-active:before {
  opacity: 1;
  background: #a87ce6;
}

body.documentation .content h1 code, body.documentation .content h2 code, body.documentation .content h3 code, body.documentation .content h4 code, body.documentation .content h5 code, body.documentation .content h6 code, body.documentation .content p code, body.documentation .content li code, body.documentation .content th code, body.documentation .content td code, body.documentation .content dd code {
  background: #e7d3f233 !important;
}

body.documentation pre code {
  background: linear-gradient(110deg, #7e92f11f 0%, #0e092f 100%) !important;
}

html.dark-theme:root {
  color-scheme: dark;
}

html.dark-theme body.documentation {
  background: #0e092d !important;
}

html.dark-theme body.documentation main {
  position: relative;
}

html.dark-theme body.documentation main:after {
  filter: blur(260px);
  z-index: 0;
  content: " ";
  opacity: .2;
  background: #e6d2f133;
  border-radius: 68.4375rem;
  width: 68.4375rem;
  height: 68.4375rem;
  display: block;
  position: fixed;
  bottom: -32rem;
  right: -34rem;
}

html.dark-theme body.documentation #topbar.navbar {
  border-bottom: 1px solid #384687;
  background: #0e092d !important;
}

html.dark-theme body.documentation #topbar.navbar .logo-wrap .logo {
  background: url("spin-logo-dark.fd644710.svg") 0 0 / contain no-repeat;
}

html.dark-theme body.documentation #topbar.navbar .logo-wrap:hover .logo {
  color: #a87ce6;
}

html.dark-theme body.documentation #topbar.navbar .logo-wrap:after {
  background-color: #384687;
}

html.dark-theme body.documentation #topbar.navbar .navbar-menu .navbar-start .is-hoverable:hover + .overlay {
  background-color: #0000004d;
}

html.dark-theme body.documentation #topbar.navbar .navbar-menu a.navbar-item {
  color: #fff;
}

html.dark-theme body.documentation #topbar.navbar .navbar-menu a.navbar-item:hover {
  background: #7c6db940 !important;
}

html.dark-theme body.documentation #topbar.navbar .navbar-menu a.navbar-link {
  color: #fff !important;
}

html.dark-theme body.documentation #topbar.navbar .navbar-menu a.navbar-link:not(.is-arrowless):after {
  border-color: #ffffff54;
}

html.dark-theme body.documentation #topbar.navbar .navbar-menu a.navbar-link.is-active {
  color: #fff !important;
  background: #7c6db940 !important;
}

html.dark-theme body.documentation #topbar.navbar .navbar-menu a.navbar-link:hover {
  background: #7c6db959 !important;
}

html.dark-theme body.documentation #topbar.navbar .navbar-menu a.navbar-link.dark-mode:hover {
  background: none !important;
}

html.dark-theme body.documentation #topbar.navbar .navbar-menu a.navbar-stack strong {
  color: #fff;
}

html.dark-theme body.documentation #topbar.navbar .navbar-menu .button {
  color: #fff !important;
  border-width: .1rem !important;
}

html.dark-theme body.documentation #topbar.navbar .navbar-menu .button.is-primary {
  color: #0d203f !important;
  border: none !important;
}

html.dark-theme body.documentation #topbar.navbar .navbar-menu .button.is-primary:hover {
  color: #fff !important;
}

html.dark-theme body.documentation #topbar.navbar .navbar-menu .button i {
  color: #c5fff1;
  background: #21376233;
}

html.dark-theme body.documentation .menu-wrap {
  background: linear-gradient(47deg, #0e092d24 0%, #7c6db91f 100%);
  border-right: 1px solid #384687;
}

html.dark-theme body.documentation aside.menu a {
  color: #ece5ee;
}

html.dark-theme body.documentation aside.menu a.active {
  color: #34e8bd;
  background-color: #213762;
}

html.dark-theme body.documentation aside.menu .accordion-tabs .accordion-menu-item .accordion-menu-item-content.stay-open li a, html.dark-theme body.documentation aside.menu .accordion-tabs .accordion-menu-item input:checked ~ .accordion-menu-item-content li a {
  color: #fff !important;
}

html.dark-theme body.documentation aside.menu .accordion-tabs .accordion-menu-item .accordion-menu-item-content.stay-open li a:before, html.dark-theme body.documentation aside.menu .accordion-tabs .accordion-menu-item input:checked ~ .accordion-menu-item-content li a:before {
  opacity: .25;
  background: #8967c2;
}

html.dark-theme body.documentation aside.menu .accordion-tabs .accordion-menu-item .accordion-menu-item-content.stay-open li a.active:before, html.dark-theme body.documentation aside.menu .accordion-tabs .accordion-menu-item .accordion-menu-item-content.stay-open li a:hover:before, html.dark-theme body.documentation aside.menu .accordion-tabs .accordion-menu-item input:checked ~ .accordion-menu-item-content li a.active:before, html.dark-theme body.documentation aside.menu .accordion-tabs .accordion-menu-item input:checked ~ .accordion-menu-item-content li a:hover:before {
  opacity: 1;
}

html.dark-theme body.documentation aside.menu .menu-label {
  color: #ece5ee !important;
}

html.dark-theme body.documentation aside.menu .menu-label.stay-open:after {
  opacity: .5;
}

html.dark-theme body.documentation aside.menu .button-wrap {
  border-right: 1px solid #384687;
  background: #120c32 !important;
  border-top: 1px solid #3846871a !important;
}

html.dark-theme body.documentation aside.menu .button-wrap a.button.is-primary {
  color: #34e8bd !important;
}

html.dark-theme body.documentation aside.menu .button-wrap a.button.is-secondary {
  background: #384687;
  color: #e7d3f2 !important;
}

html.dark-theme body.documentation aside.menu .accordion-tabs .menu-label {
  color: #e6d2f1 !important;
}

html.dark-theme body.documentation aside.menu .accordion-tabs .menu-label:hover {
  background-color: #0e092dab;
  color: #e7d3f2 !important;
}

html.dark-theme body.documentation aside.menu .accordion-tabs .accordion-menu-item-content.stay-open:hover:before, html.dark-theme body.documentation aside.menu .accordion-tabs .accordion-menu-item-content.stay-open.active:before, html.dark-theme body.documentation aside.menu .accordion-tabs .accordion-menu-item-content.stay-open .is-active:before, html.dark-theme body.documentation aside.menu .accordion-tabs input:checked ~ .accordion-menu-item-content:hover:before, html.dark-theme body.documentation aside.menu .accordion-tabs input:checked ~ .accordion-menu-item-content.active:before, html.dark-theme body.documentation aside.menu .accordion-tabs input:checked ~ .accordion-menu-item-content .is-active:before {
  background: #57388b;
}

html.dark-theme body.documentation footer.footer-links {
  border-top: 1px solid #e7d3f220 !important;
}

html.dark-theme body.documentation footer.footer-links .level a {
  color: #ccb2f0 !important;
}

html.dark-theme body.documentation footer.footer-links .level a:hover {
  border-radius: 25px;
  color: #fff !important;
  background: #7c6db980 !important;
}

html.dark-theme body.documentation .content a {
  color: #ccb2f0;
}

html.dark-theme body.documentation .content h1 code, html.dark-theme body.documentation .content h2 code, html.dark-theme body.documentation .content h3 code, html.dark-theme body.documentation .content h4 code, html.dark-theme body.documentation .content h5 code, html.dark-theme body.documentation .content h6 code, html.dark-theme body.documentation .content p code, html.dark-theme body.documentation .content li code, html.dark-theme body.documentation .content th code, html.dark-theme body.documentation .content td code, html.dark-theme body.documentation .content dd code {
  background: #8967c233;
}

html.dark-theme body.documentation .content pre {
  margin: 1.67rem 0 2.33rem;
}

html.dark-theme body.documentation .content pre code {
  background: linear-gradient(52deg, #140d3f 0%, #1d183e 100%) !important;
}

html.dark-theme body.documentation .content table th {
  color: #fff;
  background-color: #0a1931;
  border-bottom: 1px solid #0d203f;
}

html.dark-theme body.documentation .content table td {
  border-bottom-color: #0d203f;
}

html.dark-theme body.documentation .content table code {
  background-color: #0d203f80;
}

html.dark-theme body.documentation .content details {
  background: #1b2c4f;
  border-left: 4px solid #243c6c;
}

html.dark-theme body.documentation .content details .summary-content {
  border-top: 1px solid #243c6c;
}

html.dark-theme body.documentation .content details .summary-chevron-up, html.dark-theme body.documentation .content details .summary-chevron-down {
  background: #1b2c4f;
}

html.dark-theme body.documentation .content blockquote p {
  background: #140d3f;
  color: #e7d3f2 !important;
  border-color: #8967c240 !important;
}

html.dark-theme body.documentation .content .note {
  color: #fff;
  background: #140d3f;
}

html.dark-theme body.documentation .content .note h4 {
  color: #ece5ee;
  font-family: Space Grotesk, Tofu, Sen, Europa, Avenir, system, -apple-system, SFNSText-Regular, San Francisco, Segoe UI, Helvetica Neue, Lucida Grande, sans-serif;
}

html.dark-theme body.documentation .content .note .button {
  color: #34e8bd;
  background-color: #0000;
}

html.dark-theme body.documentation .content .multitab-content {
  border: 1px solid #8093f140;
  background: none !important;
}

html.dark-theme body.documentation .content .tabs.is-boxed a {
  color: #c5b1e8;
  background-color: #0000;
  position: relative;
}

html.dark-theme body.documentation .content .tabs.is-boxed a:hover {
  color: #f9f7ee;
  border-bottom: 1px solid #8093f140;
  background: none !important;
}

html.dark-theme body.documentation .content .tabs.is-boxed a.is-active {
  color: #bea7e5;
  border: 1px solid #8093f140;
  border-bottom: none;
  line-height: 1.285;
  background: #0e092d !important;
}

html.dark-theme body.documentation .content .tabs.is-boxed a.is-active:hover {
  background: #0e092d !important;
}

html.dark-theme body.documentation .content a.anchor-link:hover {
  background: none !important;
}

html.dark-theme body.documentation .content a.anchor-link {
  fill: #fff;
}

html.dark-theme body.documentation .content blockquote p {
  background: #180f4d;
}

html.dark-theme .dropdown-content a {
  color: #34e8bd;
}

html.dark-theme .multitab-content {
  background-color: #0d203f;
}

html.dark-theme .content section h1:first-of-type + ul {
  background: #180f4d !important;
}

html.dark-theme .content section h1:first-of-type + ul:before {
  color: #e7d3f2;
}

html.dark-theme .content section h1:first-of-type + ul li a {
  display: inline-block;
  color: #e7d3f2 !important;
}

html.dark-theme .content section h1:first-of-type + ul:hover li a:hover {
  color: #fff;
  background: #0e092dcc !important;
}

html.dark-theme #topbar.navbar .is-hoverable .navbar-dropdown {
  background: #3d3368 !important;
}

html.dark-theme #topbar.navbar .is-hoverable .navbar-dropdown .navbar-item .project-content .title {
  color: #fff;
}

html.dark-theme #topbar.navbar .is-hoverable .navbar-dropdown .navbar-item .project-content .description {
  color: #d3c3d9 !important;
}

html.dark-theme #topbar.navbar .logo-wrap .logo-project a {
  color: #d3c3d9;
}

html.dark-theme #topbar.navbar .navbar-menu a.navbar-item span {
  background: #0a1830;
}

html.dark-theme #topbar.navbar .navbar-menu a.navbar-item.is-active span {
  background: #21376255;
}

html.dark-theme #topbar.navbar .navbar-menu a.navbar-item span.tag {
  color: #e7d3f2 !important;
  background-color: #0e092d33 !important;
}

html.dark-theme .developer-home-wrap #intro h1 {
  color: #fff;
}

html.dark-theme .developer-home-wrap #intro p.lead {
  color: #e7d3f2;
}

html.dark-theme .developer-home-wrap h2, html.dark-theme .developer-home-wrap h3 {
  color: #fff !important;
}

html.dark-theme .developer-home-wrap .card.project {
  background: linear-gradient(47deg, #7c6db91f 0%, #7c6db92b 100%);
  outline: none;
}

html.dark-theme .developer-home-wrap .card.project span.tag {
  background-color: #0e092d80;
  color: #fff !important;
}

html.dark-theme .developer-home-wrap .card.project:hover .card-image.dark {
  background: #7c6db912;
}

html.dark-theme .developer-home-wrap .card.project .card-image.dark {
  display: block;
}

html.dark-theme .developer-home-wrap .card.project .card-image.light {
  display: none;
}

html.dark-theme .developer-home-wrap .card.project figure.image {
  border-bottom: none;
}

html.dark-theme .developer-home-wrap .card.project h3 span {
  color: #fff !important;
}

html.dark-theme .developer-home-wrap .card.project p {
  color: #d3c3d9 !important;
}

html.dark-theme .developer-home-wrap .card.project .button, html.dark-theme .developer-home-wrap .card.project .button strong {
  color: #0d203f !important;
}

html.dark-theme .developer-home-wrap .wasm-lang {
  background: #110b36 url("arrow-right.b9889f0e.png") 95% no-repeat;
  border: 1px solid #a87ce6;
}

html.dark-theme .developer-home-wrap .wasm-lang .card-content h3 {
  color: #fff !important;
}

html.dark-theme .developer-home-wrap .wasm-lang .card-content p {
  color: #d3c3d9 !important;
}

html.dark-theme .developer-home-wrap .flickity-button {
  background: #525776;
}

html.dark-theme .developer-home-wrap .flickity-button:hover {
  background: #213762;
}

html.dark-theme .developer-home-wrap ul.connect-links li a {
  color: #34e8bd;
}

html.dark-theme .developer-home-wrap .community-highlight {
  background-color: #7c6db933;
}

html.dark-theme .klaro .cookie-notice:not(.cookie-modal-notice) {
  background-color: #fff !important;
}

html.dark-theme .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body p {
  color: #0e092d;
}

html.dark-theme .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body p strong {
  color: #0e092d !important;
}

html.dark-theme .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body p a {
  color: #8967c2 !important;
}

html.dark-theme .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-learn-more {
  color: #8967c2;
}

html.dark-theme .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons button {
  color: #fff;
}

html.dark-theme .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons button.cm-btn.cm-btn-success {
  color: #0d203f !important;
  background-color: #34e8bd !important;
}

html.dark-theme .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons button.cn-decline {
  color: #0e092d !important;
  background-color: #0000 !important;
  border: 1px solid #0e092d !important;
}

html.dark-theme .klaro .cookie-modal .cm-modal .cm-header h1 {
  color: #0e092d;
}

html.dark-theme .external {
  background: url("arrowexternal-dark.ac3a9a36.svg") no-repeat;
}

.documentation > .developer-home-wrap {
  padding-bottom: 5rem;
}

.documentation > .developer-home-wrap a.anchor-link {
  display: none !important;
}

.documentation > .developer-home-wrap .menu-wrap + article.content {
  padding-top: 4.5vw;
  max-width: 100vw !important;
}

.documentation > .developer-home-wrap .content.content-docs.content-docs-wide {
  padding-left: 0 !important;
}

.documentation > .developer-home-wrap .content.content-docs.content-docs-wide section {
  max-width: 90vw !important;
  margin-left: 5vw !important;
  margin-right: 5vw !important;
}

.documentation > .developer-home-wrap .content.content-docs.content-docs-wide h1, .documentation > .developer-home-wrap .content.content-docs.content-docs-wide h2, .documentation > .developer-home-wrap .content.content-docs.content-docs-wide h3 {
  color: #0d203f;
}

.documentation > .developer-home-wrap .content.content-docs.content-docs-wide h1 {
  color: #0e092d;
  margin-top: 0;
  margin-bottom: 2.5rem;
  padding-bottom: 0;
  padding-right: 8vw;
  font-family: Space Grotesk, Tofu, Sen, Europa, Avenir, system, -apple-system, SFNSText-Regular, San Francisco, Segoe UI, Helvetica Neue, Lucida Grande, sans-serif;
  font-size: 3.33rem;
  font-weight: 500;
  line-height: 1.33;
}

.documentation > .developer-home-wrap .content.content-docs.content-docs-wide h1:after {
  display: none;
}

.documentation > .developer-home-wrap .content.content-docs.content-docs-wide h2 {
  margin-bottom: 1.67rem;
}

.documentation > .developer-home-wrap .content.content-docs.content-docs-wide p.lead {
  color: #375f9e;
  max-width: 80%;
  padding-right: 10%;
  font-size: 1.67rem;
  line-height: 1.75;
}

.documentation > .developer-home-wrap .content.content-docs.content-docs-wide section {
  overflow: visible !important;
}

.documentation > .developer-home-wrap .content.content-docs.content-docs-wide.content-docs-wide > section {
  left: auto;
  max-width: 90vw !important;
  margin-left: 5vw !important;
  margin-right: 5vw !important;
}

.documentation > .developer-home-wrap #projects {
  padding-top: 4.25rem;
}

.documentation > .developer-home-wrap .card-link:after {
  display: none;
}

.documentation > .developer-home-wrap .card.project {
  background: #fbf0ff;
  border: 1px solid #a87ce6;
  border-radius: 1rem;
  min-height: 484px;
  margin-bottom: 3.333rem;
  padding-bottom: 5rem;
  transition: all .3s ease-in-out;
  overflow: hidden;
  box-shadow: 1px 3px 5px #0000000a;
}

.documentation > .developer-home-wrap .card.project:hover {
  margin-top: -3px;
  box-shadow: 1px 2px 4px #525776;
}

.documentation > .developer-home-wrap .card.project:hover .card-image {
  background-color: #fff5;
}

.documentation > .developer-home-wrap .card.project span.tag {
  color: #697fee;
  z-index: 750;
  background-color: #fdf8ff80;
  border-radius: 1rem;
  font-weight: 400;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.documentation > .developer-home-wrap .card.project .card-content {
  padding: .5rem 2.6rem;
}

.documentation > .developer-home-wrap .card.project h3 {
  margin: .67rem 0 1.5rem;
  padding-right: 5%;
  font-family: Space Grotesk, Tofu, Sen, Europa, Avenir, system, -apple-system, SFNSText-Regular, San Francisco, Segoe UI, Helvetica Neue, Lucida Grande, sans-serif;
  font-size: 1.333rem;
  font-weight: 400;
  line-height: 1.425;
  color: #0e092d !important;
}

.documentation > .developer-home-wrap .card.project h3 a {
  color: #345995 !important;
}

.documentation > .developer-home-wrap .card.project p {
  font-family: Work Sans, Europa, Avenir, system, -apple-system, \.SFNSText-Regular, San Francisco, Segoe UI, Helvetica Neue, Lucida Grande, sans-serif;
  font-size: .875rem;
  font-weight: normal;
  line-height: 1.5;
  color: #27426f !important;
}

.documentation > .developer-home-wrap .card.project span {
  color: #0e092d !important;
}

.documentation > .developer-home-wrap .card.project span:after {
  display: none !important;
}

.documentation > .developer-home-wrap .card.project span:hover {
  background: none !important;
}

.documentation > .developer-home-wrap .card.project .card-image {
  background-color: #0000;
  transition: background-color .6s ease-in-out;
  position: relative;
}

.documentation > .developer-home-wrap .card.project .card-image figure {
  margin: 0;
}

.documentation > .developer-home-wrap .card.project .card-image.dark {
  display: none;
}

.documentation > .developer-home-wrap .card.project .button {
  text-transform: uppercase;
  letter-spacing: .1125rem;
  text-transform: uppercase;
  letter-spacing: .1125rem;
  letter-spacing: .2em;
  padding: 1rem 1.5rem;
  font-family: Space Grotesk, Tofu, Sen, Europa, Avenir, system, -apple-system, SFNSText-Regular, San Francisco, Segoe UI, Helvetica Neue, Lucida Grande, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  transition: all .3s ease-in-out;
  position: absolute;
  bottom: 2.333rem;
  color: #0e092d !important;
  font-weight: normal !important;
}

.documentation > .developer-home-wrap .card.project .button:hover {
  border-color: #39e9be;
  box-shadow: 0 .2rem .5rem #00000030;
  background-color: #34e8bd !important;
}

.documentation > .developer-home-wrap .wasm-lang {
  background: #fbf0ff url("arrow-right.b9889f0e.png") 95% no-repeat;
  border: 1px solid #a87ce6;
  border-radius: 1rem;
  min-height: 140px;
  margin-bottom: 6.25em;
  transition: all .3s ease-in-out;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 3px 5px #0000000a;
}

.documentation > .developer-home-wrap .wasm-lang figure.image {
  margin: 0;
}

.documentation > .developer-home-wrap .wasm-lang .card-image {
  position: absolute;
  top: .5rem;
  left: 1.5rem;
}

.documentation > .developer-home-wrap .wasm-lang .card-content {
  padding-left: 12rem;
}

.documentation > .developer-home-wrap .wasm-lang .card-content h3 {
  margin: .67rem 0;
  padding-right: 5%;
  font-family: Space Grotesk, Tofu, Sen, Europa, Avenir, system, -apple-system, SFNSText-Regular, San Francisco, Segoe UI, Helvetica Neue, Lucida Grande, sans-serif;
  font-size: 1.67rem;
  font-weight: 400;
  line-height: 1.425;
  color: #0e092d !important;
}

.documentation > .developer-home-wrap .wasm-lang .card-content h3 a {
  color: #345995 !important;
}

.documentation > .developer-home-wrap .wasm-lang .card-content p {
  font-family: Work Sans, Europa, Avenir, system, -apple-system, \.SFNSText-Regular, San Francisco, Segoe UI, Helvetica Neue, Lucida Grande, sans-serif;
  font-size: .875rem;
  font-weight: normal;
  line-height: 1.5;
  color: #27426f !important;
}

.documentation > .developer-home-wrap .community-highlight {
  background-color: #464e83;
  border-radius: .5rem;
  min-height: 280px;
  margin: 0 5vw 0 0;
  padding: 0;
  position: relative;
}

.documentation > .developer-home-wrap .community-highlight .carousel-cell {
  width: 100%;
  min-height: 250px;
  padding: 2.5rem 2.5rem 1.67rem 3rem;
}

.documentation > .developer-home-wrap .community-highlight event {
  padding-right: 38%;
  display: block;
  position: relative;
}

.documentation > .developer-home-wrap .community-highlight a {
  color: #fff !important;
}

.documentation > .developer-home-wrap .community-highlight date, .documentation > .developer-home-wrap .community-highlight eventtitle p {
  display: block;
}

.documentation > .developer-home-wrap .community-highlight date {
  color: #34e8bd;
  text-transform: uppercase;
  letter-spacing: .125rem;
  font-size: .925rem;
  font-weight: bold;
  line-height: 1.5;
}

.documentation > .developer-home-wrap .community-highlight eventtitle {
  letter-spacing: .025rem;
  font-size: 2rem;
  font-weight: bold;
}

.documentation > .developer-home-wrap .community-highlight p {
  margin: 1.5rem 0 1rem;
  font-size: 1rem;
  line-height: 1.4;
}

.documentation > .developer-home-wrap .community-highlight img {
  max-width: 140px;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
}

.documentation > .developer-home-wrap .community-highlight.community-highlight-short {
  background-color: #535d9b;
  min-height: auto;
  margin-top: -1rem;
  margin-bottom: 0;
  padding-right: 0;
}

.documentation > .developer-home-wrap .community-highlight.community-highlight-short .event .date {
  float: left;
  width: 33%;
  display: inline-block;
}

.documentation > .developer-home-wrap .community-highlight.community-highlight-short .event .eventtitle {
  float: left;
  width: 57%;
  display: inline-block;
}

.documentation > .developer-home-wrap .flickity-enabled {
  position: relative;
}

.documentation > .developer-home-wrap .flickity-enabled:focus {
  outline: none;
}

.documentation > .developer-home-wrap .flickity-enabled .flickity-viewport {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.documentation > .developer-home-wrap .flickity-enabled .flickity-slider {
  width: 100%;
  height: 100%;
  position: absolute;
}

.documentation > .developer-home-wrap .flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}

.documentation > .developer-home-wrap .flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.documentation > .developer-home-wrap .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.documentation > .developer-home-wrap .flickity-enabled .flickity-button {
  color: #0d203f;
  background: #ffffffbf;
  border: none;
  position: absolute;
}

.documentation > .developer-home-wrap .flickity-enabled .flickity-button:hover {
  cursor: pointer;
  background: #fff;
}

.documentation > .developer-home-wrap .flickity-enabled .flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #345995;
}

.documentation > .developer-home-wrap .flickity-enabled .flickity-button:active {
  opacity: .6;
}

.documentation > .developer-home-wrap .flickity-enabled .flickity-button:disabled {
  opacity: .3;
  cursor: auto;
  pointer-events: none;
}

.documentation > .developer-home-wrap .flickity-enabled .flickity-button-icon {
  fill: currentColor;
}

.documentation > .developer-home-wrap .flickity-enabled .flickity-prev-next-button {
  z-index: 800;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  top: 50%;
  transform: translateY(-50%);
}

.documentation > .developer-home-wrap .flickity-enabled .flickity-prev-next-button.previous {
  left: -2.5rem;
}

.documentation > .developer-home-wrap .flickity-enabled .flickity-prev-next-button.next {
  right: -2.5rem;
}

.documentation > .developer-home-wrap .flickity-enabled .flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: -2.5rem;
}

.documentation > .developer-home-wrap .flickity-enabled .flickity-rtl .flickity-prev-next-button.next {
  left: -2.5rem;
  right: auto;
}

.documentation > .developer-home-wrap .flickity-enabled .flickity-prev-next-button .flickity-button-icon {
  width: 60%;
  height: 60%;
  position: absolute;
  top: 20%;
  left: 20%;
}

.documentation > .developer-home-wrap .flickity-page-dots {
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 1;
  list-style: none;
  position: absolute;
  bottom: -3rem;
}

.documentation > .developer-home-wrap .flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.documentation > .developer-home-wrap .flickity-page-dots .dot {
  opacity: .25;
  cursor: pointer;
  background: #bea7e5;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  margin: 0 8px;
  display: inline-block;
}

.documentation > .developer-home-wrap .flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.documentation > .developer-home-wrap ul.connect-links {
  margin: 1rem 0 0;
  list-style: none;
}

.documentation > .developer-home-wrap ul.connect-links li {
  margin: 0;
  line-height: 2;
  list-style: none;
}

.documentation > .developer-home-wrap ul.connect-links li a {
  color: #7545c8;
}

.documentation > .developer-home-wrap .external {
  background: url("arrowexternal.aa97a7b7.svg") no-repeat;
  width: 1.333rem;
  height: 1rem;
  display: inline-block;
}

.documentation main aside.menu {
  padding-top: 6.5rem !important;
}

.documentation header.headroom--unpinned + main aside.menu {
  padding-top: 1.5rem !important;
}

.documentation header.headroom--unpinned + main h1:first-of-type + ul {
  top: 2rem !important;
}

.menu-wrap {
  z-index: 665;
  padding: 0 1vw !important;
}

.menu-wrap + article.content {
  padding-left: calc(17.5vw + .75rem);
}

.menu-wrap + article.content footer.footer-links {
  padding: 1.25rem 2.5vw !important;
}

.documentation aside.menu {
  background: #e6d2f1;
  flex-direction: column;
  width: 16vw;
  min-height: 100%;
  display: flex;
  overflow: hidden auto;
  background: none !important;
  border: none !important;
  padding-top: 0 !important;
  padding-bottom: 8rem !important;
}

.documentation aside.menu .version-dropdown {
  background: none;
  border: none;
  border-bottom: 2px solid #e7d3f2;
  outline: none;
  margin: 0 1rem 1rem 0;
  padding: .2rem;
}

.documentation aside.menu .accordion-tabs {
  z-index: 200;
  flex-grow: 1;
  padding-bottom: 3.25rem;
  overflow: visible;
}

.documentation aside.menu .accordion-tabs .accordion-menu-item .menu-label {
  color: #0d203f;
  letter-spacing: .033rem;
  text-transform: none;
  cursor: pointer;
  border-radius: .67rem;
  justify-content: space-between;
  width: 15.5vw;
  font-size: 1rem;
  font-weight: normal;
  transition: all .3s ease-in-out;
  display: flex;
  margin: .25rem 0 !important;
  padding: .25rem .75vw !important;
}

.documentation aside.menu .accordion-tabs .accordion-menu-item .menu-label:after {
  content: "❯";
  text-align: center;
  opacity: 0;
  width: 1em;
  height: 1em;
  transition: all .3s ease-in-out;
}

.documentation aside.menu .accordion-tabs .accordion-menu-item .menu-label:hover {
  background-color: #fff5;
}

.documentation aside.menu .accordion-tabs .accordion-menu-item .menu-label:hover:after {
  opacity: .25;
}

.documentation aside.menu .accordion-tabs .accordion-menu-item .menu-label.stay-open:after {
  opacity: .5;
}

.documentation aside.menu .button-wrap {
  z-index: 500;
  background: none;
  flex-direction: column;
  width: 17.5vw;
  min-height: 5rem;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 0 1.25vw !important;
}

.documentation aside.menu a.button {
  text-transform: uppercase;
  letter-spacing: .1125rem;
  align-items: center;
  width: 100%;
  margin-top: 1.125rem;
  font-family: Space Grotesk, Tofu, Sen, Europa, Avenir, system, -apple-system, SFNSText-Regular, San Francisco, Segoe UI, Helvetica Neue, Lucida Grande, sans-serif;
  display: flex;
  border: none !important;
  padding: 1.25rem 0 !important;
  font-size: .775rem !important;
}

.documentation aside.menu a.button svg {
  margin-right: 1rem;
}

.documentation aside.menu a.button.is-primary {
  background-color: #0000 !important;
  border: 2px solid #34e8bd !important;
}

.documentation aside.menu a.button.is-secondary {
  box-shadow: 0 4px 16px #0000000d;
  border: none !important;
}

.documentation aside.menu a.button:hover path, .documentation aside.menu a.button:hover svg {
  fill: #34e8bd;
}

.documentation aside.menu ul {
  margin-bottom: 0;
}

.documentation aside.menu ul.menu-list.accordion-menu-item-content li a {
  color: #384687;
  font-size: .855rem;
  transition: border-color .3s ease-in-out;
}

.documentation aside.menu a {
  padding: .2rem .5vw;
  font-weight: normal;
}

.documentation aside.menu a.button {
  padding: 0 1.333vw;
}

.documentation aside.menu .menu-label {
  padding: 1rem 1vw 0;
}

.documentation aside.menu .accordion-tabs {
  border-radius: 8px;
}

.documentation aside.menu .accordion-tabs input {
  opacity: 0;
  z-index: -1;
  position: absolute;
}

.documentation aside.menu .accordion-tabs .accordion-menu-item-content {
  max-height: 0;
  padding: 0 1em 0 .2rem;
  overflow: hidden;
}

.documentation aside.menu .accordion-tabs .accordion-menu-item-content.stay-open {
  max-height: 100vh;
}

.documentation aside.menu .accordion-tabs .accordion-menu-item .menu-label.stay-open {
  cursor: auto;
}

.documentation aside.menu .accordion-tabs .accordion-menu-item .menu-label.stay-open:after, .documentation aside.menu .accordion-tabs .accordion-menu-item input:checked + .menu-label:after {
  transform: rotate(90deg);
  margin-top: .3rem !important;
}

.documentation aside.menu .accordion-tabs .accordion-menu-item .accordion-menu-item-content.stay-open, .documentation aside.menu .accordion-tabs .accordion-menu-item input:checked ~ .accordion-menu-item-content {
  max-height: 100vh;
  padding: .25em .75rem 1.5rem;
}

.documentation aside.menu .accordion-tabs .accordion-menu-item .accordion-menu-item-content.stay-open li a, .documentation aside.menu .accordion-tabs .accordion-menu-item input:checked ~ .accordion-menu-item-content li a {
  letter-spacing: .02rem;
  padding: .3rem 1vw;
  line-height: 1.77;
  position: relative;
  background: none !important;
}

.documentation aside.menu .accordion-tabs .accordion-menu-item .accordion-menu-item-content.stay-open li a:before, .documentation aside.menu .accordion-tabs .accordion-menu-item input:checked ~ .accordion-menu-item-content li a:before {
  content: " ";
  background: #e7d3f2;
  width: 2px;
  min-height: 2rem;
  transition: all .3s ease-in-out;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -.175rem;
}

.documentation aside.menu .accordion-tabs .accordion-menu-item .accordion-menu-item-content.stay-open li a:hover:before, .documentation aside.menu .accordion-tabs .accordion-menu-item .accordion-menu-item-content.stay-open li a.active:before, .documentation aside.menu .accordion-tabs .accordion-menu-item .accordion-menu-item-content.stay-open li a .is-active:before, .documentation aside.menu .accordion-tabs .accordion-menu-item input:checked ~ .accordion-menu-item-content li a:hover:before, .documentation aside.menu .accordion-tabs .accordion-menu-item input:checked ~ .accordion-menu-item-content li a.active:before, .documentation aside.menu .accordion-tabs .accordion-menu-item input:checked ~ .accordion-menu-item-content li a .is-active:before {
  background: #a87ce6;
}

.documentation aside.menu .accordion-tabs .accordion-menu-item .accordion-menu-item-content.stay-open li a.active, .documentation aside.menu .accordion-tabs .accordion-menu-item .accordion-menu-item-content.stay-open li a .is-active, .documentation aside.menu .accordion-tabs .accordion-menu-item input:checked ~ .accordion-menu-item-content li a.active, .documentation aside.menu .accordion-tabs .accordion-menu-item input:checked ~ .accordion-menu-item-content li a .is-active {
  font-weight: bold;
}

#topbar.navbar {
  align-items: center;
  display: flex;
}

#topbar.navbar.is-wide {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#topbar.navbar .logo-wrap {
  border: none;
  align-items: center;
  width: 17.5vw;
  margin-right: -2px;
  display: flex;
  position: relative;
}

#topbar.navbar .logo-wrap .logo {
  text-indent: -9999rem;
  background: url("spin-logo-light.9b984a2b.svg") 0 0 / contain no-repeat;
  min-width: 8rem;
  height: 2.25rem;
  padding: .3rem 1.125rem;
  position: relative;
  margin: .6rem 0 .4rem 1.2rem !important;
}

#topbar.navbar .logo-wrap:after {
  content: " ";
  background: #e7d3f2bf;
  width: 1px;
  height: 2rem;
  display: block;
  position: absolute;
  right: 0;
}

#topbar.navbar .navbar-menu {
  height: 4rem;
  padding-left: 1.33vw;
  padding-right: 1vw;
  display: flex;
}

#topbar.navbar .navbar-menu .has-dropdown a.navbar-link {
  padding-right: 2rem;
}

#topbar.navbar .navbar-menu .has-dropdown a.navbar-link:after {
  opacity: .5;
  border-width: 1px;
  border-color: #384687;
  border-radius: 0;
  width: .5rem;
  height: .5rem;
  margin-top: -.67em;
  font-size: .5rem;
  right: .775rem;
}

#topbar.navbar .navbar-menu a.navbar-item {
  letter-spacing: .05rem;
  letter-spacing: .025rem;
  color: #384687;
  border-radius: .725rem;
  margin-left: 1vw;
  margin-right: .67vw;
  padding: .3rem 1.125rem;
  font-family: Space Grotesk, Tofu, Sen, Europa, Avenir, system, -apple-system, SFNSText-Regular, San Francisco, Segoe UI, Helvetica Neue, Lucida Grande, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  transition: all .3s ease-in-out;
}

#topbar.navbar .navbar-menu a.navbar-item:hover {
  background: #e6d2f140 !important;
}

#topbar.navbar .navbar-menu a.navbar-link {
  letter-spacing: .0125rem;
  color: #384687;
  border-radius: .725rem;
  margin-left: 1vw;
  margin-right: .67vw;
  padding: .3rem 1.125rem;
  font-family: Space Grotesk, Tofu, Sen, Europa, Avenir, system, -apple-system, SFNSText-Regular, San Francisco, Segoe UI, Helvetica Neue, Lucida Grande, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500 !important;
}

#topbar.navbar .navbar-menu a.navbar-link.is-active {
  background: #e6d2f140 !important;
}

#topbar.navbar .navbar-menu a.navbar-link .is-arrowless:after {
  display: none;
}

#topbar.navbar .navbar-menu a.navbar-link:hover {
  background: #e6d2f16c !important;
}

#topbar.navbar .navbar-menu a.navbar-link.dark-mode {
  width: auto;
  margin-right: 1.425rem;
  padding: 0;
  display: flex;
  position: relative;
  top: auto;
  right: auto;
}

#topbar.navbar .navbar-menu a.navbar-link.dark-mode:hover {
  background: none !important;
}

#topbar.navbar .navbar-menu a.navbar-link.dark-mode:after {
  display: none !important;
}

#topbar.navbar .navbar-menu a.navbar-link.dark-mode svg {
  fill: #bca2ca;
  opacity: .925;
}

#topbar.navbar .navbar-menu a.navbar-link.dark-mode svg:hover {
  fill: #8458ce;
  background: none !important;
}

#topbar.navbar .navbar-menu a.navbar-stack {
  min-width: 10rem;
  display: inline-block;
}

#topbar.navbar .navbar-menu a.navbar-stack strong, #topbar.navbar .navbar-menu a.navbar-stack small {
  display: block;
}

#topbar.navbar .navbar-menu a.navbar-stack strong {
  color: #0e092d;
  font-family: Work Sans, Europa, Avenir, system, -apple-system, \.SFNSText-Regular, San Francisco, Segoe UI, Helvetica Neue, Lucida Grande, sans-serif;
  font-weight: 500;
  line-height: 1.5;
}

#topbar.navbar .navbar-menu a.navbar-stack small {
  opacity: .7;
  max-width: 9rem;
  font-family: Work Sans, Europa, Avenir, system, -apple-system, \.SFNSText-Regular, San Francisco, Segoe UI, Helvetica Neue, Lucida Grande, sans-serif;
  font-size: 12px;
  line-height: 1.2;
}

#topbar.navbar .navbar-menu a.navbar-item.button {
  letter-spacing: .025em;
  border-radius: 3rem;
  padding: 1rem;
  line-height: 1.25;
  color: #0e092d !important;
  margin: 0 .333vw !important;
  font-size: .925rem !important;
}

#topbar.navbar .navbar-menu a.navbar-item.button.is-primary {
  background-color: #34e8bd;
  border: none;
}

#topbar.navbar .navbar-menu a.navbar-item.button.is-primary:hover {
  background-color: #34e8bd !important;
}

#topbar.navbar .navbar-menu a.navbar-item.button.is-secondary {
  border: 2px solid #34e8bd;
  background: none !important;
}

#topbar.navbar .navbar-menu a.navbar-item.button.is-secondary:hover {
  color: #0e092d !important;
  background-color: #34e8bd !important;
}

#topbar.navbar .navbar-menu a.navbar-item.button i {
  color: #c5fff1;
  text-transform: uppercase;
  letter-spacing: .125rem;
  background: #00000020;
  border-radius: .5rem;
  margin: 0 -.225rem 0 1rem;
  font-size: .825rem;
  font-style: normal;
  padding: .125rem .33rem !important;
}

#topbar.navbar .navbar-menu .github-button-wrap {
  margin: .5rem 1rem 0;
}

#topbar.navbar .navbar-menu .github-button-wrap a.github-button {
  text-indent: -9999rem;
  color: #666;
  display: inline-block;
  position: relative;
}

#topbar.navbar .navbar-menu .github-button-wrap + a.navbar-item.button {
  margin-right: -1rem !important;
}

#topbar.navbar .dropdown {
  position: relative;
}

#topbar.navbar .dropdown :hover .dropdown-content {
  display: block;
}

#topbar.navbar .dropdown .logo-project {
  display: none;
}

#topbar.navbar .dropdown:hover + .dropdown-backdrop {
  z-index: -1;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

#topbar.navbar .dropdown-content {
  min-width: 200px;
  box-shadow: none;
  background: none;
  margin: 2rem 0 0 .3335rem;
  padding: 0;
  display: inline-block;
}

#topbar.navbar .dropdown-content a {
  color: #213762;
  cursor: pointer;
  margin-right: 1.3335rem;
  font-size: 1.125rem;
  font-weight: bold;
  text-decoration: none;
  display: inline;
  position: relative;
}

#topbar.navbar .dropdown-content a.is-active:after {
  content: "";
  background: #0e8fdd;
  width: 90%;
  height: 3px;
  margin: auto;
  display: block;
  position: absolute;
  bottom: -.5rem;
  left: 0;
  right: 0;
}

#topbar.navbar .dropdown-content :first-child {
  display: none;
}

#topbar.navbar .dropdown:hover .dropdown-content {
  display: block;
}

#topbar.navbar .logo-wrap .logo-project {
  margin: 1.875rem 1.125rem 0 .125rem;
  display: inline-block;
}

.navbar-menu {
  z-index: 1020;
  position: relative;
}

.navbar-menu .navbar-start {
  z-index: 1023;
  align-items: center;
}

.navbar-menu .navbar-start .is-hoverable {
  z-index: 9999;
}

.navbar-menu .navbar-start .is-hoverable .navbar-link {
  margin-left: 0;
  padding: 0 3.33rem 0 .75rem;
  font-size: 1.125rem;
  font-weight: 700;
}

.navbar-menu .navbar-start .is-hoverable .navbar-dropdown {
  width: 380px;
  margin-left: -1.75vw;
}

.navbar-menu .navbar-start .is-hoverable .navbar-dropdown .navbar-item {
  width: 92%;
  margin-left: 0;
  padding: 0;
  border-radius: .75rem !important;
}

.navbar-menu .navbar-start .is-hoverable .navbar-dropdown .navbar-item img {
  max-width: 2rem;
  margin: 0 .5rem 0 0;
}

.navbar-menu .navbar-start .is-hoverable .navbar-dropdown .navbar-item .project-content {
  width: 90%;
  padding: 1rem 1rem 1rem 1.5rem;
}

.navbar-menu .navbar-start .is-hoverable .navbar-dropdown .navbar-item .project-content .title {
  color: #0e092d;
  margin: 0 1rem .75rem .25rem;
  font-family: Space Grotesk, Tofu, Sen, Europa, Avenir, system, -apple-system, SFNSText-Regular, San Francisco, Segoe UI, Helvetica Neue, Lucida Grande, sans-serif;
  font-weight: 500;
  display: flex;
  font-size: 1.125rem !important;
}

.navbar-menu .navbar-start .is-hoverable .navbar-dropdown .navbar-item .project-content .title .is-blue {
  color: #3b58e9;
}

.navbar-menu .navbar-start .is-hoverable .navbar-dropdown .navbar-item .project-content .title .tag {
  color: #8967c2;
  text-transform: none;
  letter-spacing: .075rem;
  background-color: #fdf8ff33;
  height: 1.25rem;
  margin: .15rem 0 0 1.5rem;
  padding: .2rem .5rem;
  font-family: Work Sans, Europa, Avenir, system, -apple-system, \.SFNSText-Regular, San Francisco, Segoe UI, Helvetica Neue, Lucida Grande, sans-serif;
  font-size: 11px;
  font-style: normal;
  line-height: 1.25;
  display: inline-block;
}

.navbar-menu .navbar-start .is-hoverable .navbar-dropdown .navbar-item .project-content .title .external-icon {
  max-width: 9px;
  max-height: 9px;
  margin-left: .5rem;
}

.navbar-menu .navbar-start .is-hoverable .navbar-dropdown .navbar-item .project-content:hover .title:before {
  background-color: #34e8bd;
}

.navbar-menu .navbar-start .is-hoverable .navbar-dropdown .navbar-item .project-content .description {
  letter-spacing: 0;
  white-space: normal;
  margin-left: .25rem;
  font-family: Work Sans, Europa, Avenir, system, -apple-system, \.SFNSText-Regular, San Francisco, Segoe UI, Helvetica Neue, Lucida Grande, sans-serif;
  font-size: .75rem;
  max-width: 19rem !important;
  display: inline-block !important;
}

.navbar-menu .navbar-start .is-hoverable + .overlay {
  z-index: 9998;
  opacity: 0;
  width: 100vw;
  height: 100vw;
  position: fixed;
  top: 0%;
  left: 500%;
}

.navbar-menu .navbar-start .is-hoverable:hover + .overlay {
  opacity: 1;
  background-color: #ffffff4d;
  transition: background-color .75s ease-in-out .1s;
  left: 0%;
}

.navbar-menu .navbar-end {
  z-index: 1022;
  align-items: center;
  margin-right: 1.5vw;
}

.navbar-menu a {
  margin-left: 1.75rem;
}

.navbar-menu a.navbar-item {
  margin-left: .67rem;
  font-size: 1.125rem;
  position: relative;
}

.navbar-menu a.navbar-item span {
  border-radius: 1.75rem;
  padding: .25rem 1rem;
  line-height: 1.5;
  transition: all .3s ease-in-out;
}

.navbar-menu a.navbar-item span:hover {
  background-color: #e4dae8;
}

.search-modal-container {
  box-sizing: border-box;
  z-index: 1000;
  width: 100%;
  height: 100%;
  margin: 0;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.search-button-container {
  z-index: 11;
  width: 100%;
  display: block;
  position: absolute;
  inset: 0 0 0 2px;
}

.mobile-search-container {
  flex-grow: 1;
  justify-content: end;
  display: flex;
}

@media (width >= 1025px) {
  .mobile-search-container {
    display: none;
  }
}

.search-button {
  z-index: 19;
  cursor: text;
  text-align: right;
  background: linear-gradient(#fff0 0% 100%);
  width: 100%;
  height: 4.333rem;
  padding: .8rem 25rem .8rem .8rem;
  transition: all .3s ease-in-out;
  display: block;
  position: relative;
  border: none !important;
}

.search-button.mobile {
  width: 4rem;
  height: 4rem;
  padding: 0;
  display: none;
}

.search-button.mobile.enable {
  display: block;
}

.search-button.mobile:after {
  right: 1rem;
}

.search-button.mobile:before {
  right: 0;
}

.search-button:before {
  content: " ";
  background: #e6d2f1;
  width: 1px;
  height: 2rem;
  display: block;
  position: absolute;
  top: 1rem;
  right: 30.5rem;
}

.search-button:after {
  z-index: -1;
  content: " ";
  background: url("search.2af741de.svg") 0 0 / cover no-repeat;
  width: 1.35rem;
  height: 1.35rem;
  display: inline-block;
  position: absolute;
  top: 1.33rem;
  right: 31.35rem;
}

.search-button .search-command {
  opacity: 0;
  transition: all .3s ease-in-out;
  position: absolute;
  top: 2.35rem;
  right: 34rem;
}

.search-button .search-placeholder {
  opacity: 0;
  color: #a180d9;
  text-align: left;
  min-width: 6.5vw;
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
  font-size: 1rem;
  font-weight: normal;
  transition: all .3s ease-in-out;
  display: inline-block;
  position: absolute;
  top: 1.5rem;
  right: 43.33rem;
}

.search-button:hover {
  background: linear-gradient(0deg, #ffffff80 0%, #fff0 100%);
}

.search-button:hover .search-placeholder, .search-button:hover .search-command {
  opacity: 1;
}

@media screen and (width >= 1024px) and (width <= 1214px) {
  .search-button .search-placeholder, .search-button .search-command {
    display: none;
  }
}

.search-placeholder {
  padding: 0 1rem;
  font-size: .8rem;
  font-weight: 600;
}

.search-command {
  color: #345995;
  background-color: #fff;
  border-radius: .667rem;
  margin-top: -1rem;
  padding: .333em .5em;
  font-size: .7rem;
  display: inline-block;
}

.modal-wrapper {
  backdrop-filter: blur(6px);
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.modal-box {
  background: linear-gradient(45deg, #ece5ee 0%, #dad4df 100%);
  border-radius: .825rem;
  flex-direction: column;
  align-items: center;
  width: 80%;
  max-width: 600px;
  height: auto;
  max-height: 85vh;
  padding: .67rem;
  display: flex;
  position: fixed;
  top: 7.5vh;
  box-shadow: 1px 3px 5px #0000000a;
}

@media (width <= 1025px) {
  .modal-box {
    width: 95%;
  }
}

.modal-search-bar {
  box-sizing: border-box;
  color: #7545c8;
  border: 1px solid #bea7e5;
  border-radius: .667rem;
  width: 100%;
  margin-bottom: .67rem;
  padding: .8rem 1rem;
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
  font-size: 1rem;
  line-height: 2;
}

.modal-search-bar:focus {
  color: #6234b0;
  outline: none;
}

.result-section-container {
  color: #ab8cb6;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
  font-size: .825rem;
  line-height: 2;
  display: flex;
  overflow-y: auto;
}

.result-section-container .suggested-project {
  color: #213762;
  background-color: #fff;
  border-radius: .67rem;
  flex-direction: column;
  margin: 1.125rem;
  padding: .75rem 1.333rem .825rem;
  display: flex;
}

.result-section-container .suggested-project:first-of-type, .result-section-container .suggested-project:nth-child(2) {
  margin-top: 2rem;
}

.result-section-container .suggested-project .project-title {
  color: #7545c8;
  font-size: 1.25rem;
  font-weight: 600;
}

.result-section-container .suggested-project .recommended-navs {
  justify-content: space-evenly;
  align-items: left;
  display: flex;
  position: relative;
}

@media (width <= 1025px) {
  .result-section-container .suggested-project .recommended-navs {
    padding-left: 2rem;
    display: block;
  }
}

.result-section-container .suggested-project .recommended-navs:before {
  content: "↪";
  color: #bea7e5;
  opacity: .5;
  width: 2rem;
  font-size: 1.2rem;
  line-height: 1.5;
  display: inline-block;
  position: absolute;
  top: .125rem;
  left: .5rem;
}

.result-section-container .suggested-project .recommended-navs a.suggested-project-link {
  justify-content: left;
  align-items: left;
  color: #8b62d1;
  border-radius: .25rem;
  font-size: .925rem;
  transition: all .3s ease-in-out;
  display: flex;
  overflow-y: auto;
  margin: .1rem 0 !important;
  font-weight: normal !important;
}

.result-section-container .suggested-project .recommended-navs a.suggested-project-link:hover {
  color: #14305f;
}

.result-section-container .result-section {
  border-radius: .667rem;
  flex-grow: 1;
  width: 100%;
  overflow-y: auto;
}

.result-section-container .result-section::-webkit-scrollbar {
  width: 0;
}

.result-section-container .result-filters {
  justify-content: space-between;
  align-items: center;
  padding: 0 .4rem .4rem;
  line-height: 2;
  display: flex;
}

.result-section-container .result-filters .filter-categories {
  max-width: 80%;
}

@media (width <= 1025px) {
  .result-section-container .result-filters .filter-categories {
    margin-top: 2rem;
    position: relative;
  }

  .result-section-container .result-filters .filter-categories:before {
    position: absolute;
    top: -2rem;
  }
}

.result-section-container .result-filters .filter-categories:before {
  content: "Filters:";
  color: #ab8cb6;
  float: left;
  padding-right: .5rem;
  font-size: .825rem;
  display: inline-block;
}

.result-section-container .result-filters .reset-filter {
  color: #ab8cb6;
  font-size: .8rem;
}

@media (width <= 1025px) {
  .result-section-container .result-filters .reset-filter {
    transform: translateY(-1rem);
  }
}

.result-section-container .result-filters code {
  text-transform: lowercase;
  color: #525776;
  opacity: .5;
  background-color: #e6dde9;
  border-radius: 1rem;
  margin-left: .5rem;
  padding: .275rem 1.5rem .275rem .67em;
  font-size: .8rem;
  transition: all .3s ease-in-out;
  position: relative;
}

.result-section-container .result-filters code:after, .result-section-container .result-filters code:before {
  content: " ";
  background-color: #ece5ee;
  width: 2px;
  height: 11px;
  display: inline-block;
  position: absolute;
  top: .375rem;
  right: .75rem;
  transform: rotate(45deg);
}

.result-section-container .result-filters code:before {
  transform: rotate(135deg);
}

.result-section-container .result-filters code.active {
  opacity: 1;
  color: #926cd4 !important;
  background-color: #cbb9d2 !important;
}

.result-section-container .result-filters code:hover {
  background-color: #cbb9d2 !important;
}

.result-block {
  color: #213762;
  background-color: #fff;
  border-radius: .67rem;
  flex-direction: column;
  margin: 1.125rem;
  padding: .75rem 1.333rem .825rem;
  display: flex;
}

.result-block a {
  color: #7545c8;
  margin-bottom: .67rem;
  padding-right: 15%;
  font-size: 1.25rem;
  font-weight: bold;
  transition: all .3s ease-in-out;
  position: relative;
}

.result-block a span {
  width: auto;
  line-height: 1.4;
  display: block;
}

.result-block a:hover {
  color: #14305f;
}

@media (width <= 1025px) {
  .result-block a {
    padding-right: 0;
    display: block;
  }
}

.result-block code {
  text-transform: lowercase;
  color: #926cd4;
  background-color: #f5f2f7;
  border-radius: 1rem;
  margin-left: .5rem;
  padding: .25rem .67em;
  font-size: .8rem;
  position: absolute;
  top: .125rem;
  right: 0;
}

@media (width <= 1025px) {
  .result-block code {
    width: auto;
    display: inline-block;
    position: relative;
    transform: scale(.8)translate(-1.5rem, -.5rem);
  }
}

.result-block a.result-subitem {
  color: #8b62d1;
  border-radius: .25rem;
  align-items: center;
  font-size: .925rem;
  transition: all .3s ease-in-out;
  display: flex;
  overflow-y: auto;
  margin: .2rem 0 !important;
  font-weight: normal !important;
}

.result-block a.result-subitem:hover {
  color: #14305f;
}

.result-item-icon {
  padding: 0 .5rem 0 0;
}

html.dark-theme #topbar.navbar .search-button:hover {
  background: linear-gradient(#21376200 0%, #21376240 100%);
}

html.dark-theme .search-button-container:after {
  background: url("search-white.8e5bc66c.svg") no-repeat !important;
}

html.dark-theme .search-button .search-placeholder {
  color: #ece5ee;
}

html.dark-theme .search-button {
  color: #fff;
  border: none !important;
}

html.dark-theme .search-button:before {
  background: #e7d3f233 !important;
}

html.dark-theme .search-command {
  color: #ece5ee;
  background-color: #21376280;
}

html.dark-theme .search-modal-container .modal-wrapper {
  background-color: #00000040;
}

html.dark-theme .search-modal-container .modal-box {
  background: linear-gradient(45deg, #213762 0%, #525c76 100%);
}

html.dark-theme .search-modal-container input[type="text"].modal-search-bar {
  color: #fff;
  background-color: #172745;
  border: 1px solid #a180d9;
  outline: none;
}

html.dark-theme .search-modal-container input[type="text"].modal-search-bar::placeholder {
  color: #dbcef1;
}

html.dark-theme .search-modal-container .result-block {
  background-color: #213762;
}

html.dark-theme .search-modal-container .result-block a {
  color: #fff;
}

html.dark-theme .search-modal-container .result-block code {
  background-color: #0d203f;
}

html.dark-theme .search-modal-container .result-block a.result-subitem {
  background-color: #0000;
}

html.dark-theme .search-modal-container .result-block a.result-subitem:hover {
  color: #4976c0;
}

html.dark-theme .search-modal-container .result-block .result-subheading-container a {
  color: #34e8bd;
}

html.dark-theme .search-modal-container .result-section-container .result-filters code, html.dark-theme .search-modal-container .result-section-container .result-filters span {
  cursor: pointer;
  transition: all .3s ease-in-out;
}

html.dark-theme .search-modal-container .result-section-container .result-filters code {
  color: #ece5ee !important;
  background-color: #213762 !important;
}

html.dark-theme .search-modal-container .result-section-container .result-filters code:hover {
  opacity: .85;
}

html.dark-theme .search-modal-container .result-section-container .result-filters code:before, html.dark-theme .search-modal-container .result-section-container .result-filters code:after {
  background-color: #0d203f;
}

html.dark-theme .search-modal-container .result-section-container .result-filters code.active {
  background-color: #a180d9 !important;
}

html.dark-theme .search-modal-container .result-section-container .result-filters code.active:before, html.dark-theme .search-modal-container .result-section-container .result-filters code.active:after {
  background-color: #484c67;
}

html.dark-theme .search-modal-container .result-section-container .suggested-project {
  background-color: #213762;
}

html.dark-theme .search-modal-container .result-section-container .suggested-project .project-title {
  color: #fff;
}

html.dark-theme .search-modal-container .result-section-container .suggested-project .suggested-project-link {
  color: #34e8bd;
  background-color: #0000;
}

footer.footer-links {
  z-index: 1400;
  min-height: auto;
  background: none !important;
  border-top: 1px solid #e6d2f1ab !important;
  margin: 7.25rem auto 0 !important;
  padding: 1.25rem 0 !important;
}

footer.footer-links a.navbar-item {
  margin-right: 2.5vw;
  padding: .5rem .25rem;
  font-size: 1rem;
}

footer.footer-links .footer-logo {
  max-width: 11.5rem;
}

footer.footer-links .footer-logo:hover {
  background-color: #0000;
}

footer.footer-links .footer-logo:hover:after {
  display: none;
}

.documentation .feedback-wrapper {
  z-index: 10;
  width: 15vw;
  height: 100%;
  position: fixed;
  top: 0;
  right: 90px;
}

.documentation .feedback-wrapper.end-of-page {
  justify-content: center;
  width: 100%;
  max-width: 800px;
  display: flex;
  position: relative;
  right: 0;
}

.documentation .feedback-wrapper.end-of-page .feedback-modal {
  width: 100%;
  padding: 1rem;
}

.documentation .feedback-wrapper.end-of-page .feedback-modal .statement {
  margin: 1rem;
  font-weight: 400;
}

.documentation .feedback-wrapper.end-of-page .feedback-modal .feedback-response-container {
  margin-bottom: 1rem;
}

.documentation .feedback-wrapper .feedback-modal {
  z-index: 0;
  opacity: 0;
  background-color: #f2e7f8;
  border-radius: .67rem;
  flex-direction: column;
  justify-content: center;
  width: 15vw;
  min-height: 50px;
  padding: 1rem;
  transition: opacity .25s ease-in;
  display: flex;
  position: sticky;
  top: 80vh;
}

.documentation .feedback-wrapper .feedback-modal textarea {
  resize: none;
  border-radius: .33rem;
  outline: none;
  width: 100%;
  height: 75px;
  margin-bottom: 1rem;
  padding: .5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  border: none !important;
}

.documentation .feedback-wrapper .feedback-modal .close {
  width: 100%;
  height: 1rem;
  position: relative;
}

.documentation .feedback-wrapper .feedback-modal .close:after {
  content: "x";
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  position: absolute;
  top: -.5rem;
  right: -.5rem;
}

.documentation .feedback-wrapper .feedback-modal .statement {
  text-align: center;
  margin-bottom: .4rem;
  font-size: 1rem;
}

.documentation .feedback-wrapper .feedback-modal a {
  color: #fff;
  text-align: center;
  background: #1fbca0;
  border-radius: .33rem;
  width: 100%;
  padding: .4rem;
  font-size: 1rem;
  text-decoration: none;
}

.documentation .feedback-wrapper .feedback-modal .feedback-response-container {
  justify-content: space-around;
  width: 100%;
  margin-top: 1rem;
  display: flex;
}

.documentation .feedback-wrapper .feedback-modal .feedback-response-container .feedback-button {
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.documentation .feedback-wrapper .feedback-modal .feedback-response-container .feedback-button svg path {
  fill: #b691ea;
}

.documentation .feedback-wrapper .feedback-modal .feedback-response-container .feedback-button svg:hover path {
  fill: #a171e4;
}

html.dark-theme .documentation .content .note .button {
  background-color: #1fbca0 !important;
  top: 0 !important;
  transform: none !important;
}

html.dark-theme body main .feedback-wrapper .feedback-modal {
  background-color: #180f4d !important;
}

html.dark-theme body main .feedback-wrapper .feedback-modal textarea {
  background-color: #22166d !important;
}

html.dark-theme body main .feedback-wrapper .feedback-modal a {
  background: #1fbca0;
}

@media screen and (width <= 1661px) {
  .documentation main .feedback-wrapper {
    justify-content: center;
    width: 100%;
    display: flex;
    position: relative;
    right: 0;
  }

  .documentation main .feedback-wrapper .feedback-modal {
    width: 100%;
    padding: 1rem;
  }

  .documentation main .feedback-wrapper .feedback-modal .statement {
    margin: 1rem;
    font-weight: 400;
  }

  .documentation main .feedback-wrapper .feedback-modal .feedback-response-container {
    margin-bottom: 1rem;
  }

  .documentation main .feedback-wrapper .feedback-modal .feedback-response-container button {
    top: 0;
  }
}

.card-example-list .card {
  height: 12rem;
  transition: background .5s ease-in-out 0;
  transition: border-color .3s ease-in-out 0;
  z-index: 800;
  background: #f9ebff;
  border: 1px solid #dbbfeb;
  border-radius: 1.333rem;
  flex-direction: column;
  padding: 1.333rem;
  display: flex;
  overflow: hidden;
  box-shadow: 0 .25rem .333rem #0000000d;
}

.card-example-list .card header {
  justify-content: space-between;
  align-items: center;
  max-height: 2rem;
  transition: all .5s ease-in-out .15s;
  display: flex;
}

.card-example-list .card header .category {
  color: #384687;
  text-transform: uppercase;
  letter-spacing: .1125rem;
  letter-spacing: .05rem;
  opacity: 1;
  background-color: #fff;
  border-radius: .67rem;
  align-items: center;
  margin: 0 0 0 -.25rem;
  padding: .15rem .67rem;
  font-size: .75rem;
  transition: all .5s ease-in-out .15s;
  display: flex;
  overflow: hidden;
}

.card-example-list .card header .category svg {
  fill: #384687;
  opacity: .8;
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
}

.card-example-list .card header .icon {
  width: 20px;
  height: 20px;
}

.card-example-list .card header .icon path {
  stroke: #000;
}

.card-example-list .card article {
  flex-grow: 1;
  margin-top: 1rem;
  font-size: 1.125rem;
  font-weight: 600;
  transition: margin-top .5s ease-in-out .25s;
  overflow-y: hidden;
}

.card-example-list .card article h3 {
  color: #0e092d;
  letter-spacing: .035rem;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 4.5em;
  margin: .25rem 0 1rem;
  font-family: Space Grotesk, Tofu, Sen, Europa, Avenir, system, -apple-system, SFNSText-Regular, San Francisco, Segoe UI, Helvetica Neue, Lucida Grande, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.35;
  display: -webkit-box;
  overflow-y: hidden;
  padding: 0 !important;
}

.card-example-list .card article h3 a {
  display: none;
}

.card-example-list .card .summary {
  opacity: 0;
  color: #282f55;
  letter-spacing: .05rem;
  max-height: 0;
  font-size: .9rem;
  font-weight: 400;
  transition: opacity .5s ease-in-out .25s;
  overflow: hidden;
}

.card-example-list .card .tags {
  font-size: .75rem;
  position: absolute;
  bottom: 1.33rem;
  left: 1.25rem;
  right: 1.25rem;
  overflow: hidden;
}

.card-example-list .card .tags span {
  color: #8967c2;
  text-transform: uppercase;
  letter-spacing: .1125rem;
  letter-spacing: .0825rem;
  margin-right: .5rem;
  padding: .2rem;
  font-size: .7rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.21538rem;
}

.card-example-list .card:hover {
  background: #fcf3ff;
  border-color: #a87ce6;
}

.card-example-list .card:hover header {
  opacity: 0;
  max-height: 0;
  margin: 0;
  transform: translateY(-2rem);
}

.card-example-list .card:hover header .category {
  opacity: .2;
}

.card-example-list .card:hover article {
  flex-grow: 0;
  max-height: 8.2rem;
  margin-top: -.5rem;
}

.card-example-list .card:hover .summary {
  opacity: 1;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  flex-grow: 1;
  max-height: 200px;
  line-height: 1.33;
  display: -webkit-box;
}

.dark-theme body .card-example-list a.card {
  color: #fff;
  border-color: #744cb7;
  background: #202644 !important;
}

.dark-theme body .card-example-list a.card:hover {
  border-color: #a87ce6;
  background: linear-gradient(105deg, #382c51 0%, #251f3a 100%) !important;
  box-shadow: 0 4px 4px #00000040 !important;
}

.dark-theme body .card-example-list a.card .category {
  color: #e7d3f2;
  background-color: #39245b !important;
}

.dark-theme body .card-example-list a.card .category svg {
  fill: #e7d3f2;
}

.dark-theme body .card-example-list a.card .summary {
  color: #fff !important;
}

.dark-theme body .card-example-list a.card .tags span {
  color: #bd9cec;
}

.dark-theme body .card-example-list a.card article, .dark-theme body .card-example-list a.card article h3 {
  color: #fff;
}

@media screen and (width <= 1023px) {
  main.is-fullwidth {
    max-width: 92vw !important;
    padding-left: 4vw !important;
    padding-right: 4vw !important;
  }

  #topbar.navbar .logo-wrap {
    width: 100% !important;
  }

  #topbar.navbar .navbar-menu {
    display: none !important;
  }

  #topbar.navbar .search-button-container {
    display: none;
  }

  .dropdown .logo-project {
    display: block;
  }

  .dropdown .dropdown-content {
    background-color: #f9f9f9;
    border-radius: .667rem;
    min-width: 200px;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    top: 100%;
    box-shadow: 0 8px 16px #0003;
  }

  .dropdown .dropdown-content a {
    color: #213762;
    cursor: pointer;
    margin: 0;
    padding: .5rem;
    font-size: 1.125rem;
    font-weight: bold;
    text-decoration: none;
    display: block;
  }

  .dropdown .dropdown-content a.is-active:after {
    display: none;
  }

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

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

  .dropdown:hover + .dropdown-backdrop {
    backdrop-filter: blur(6px);
  }

  .menu-wrap + article.content {
    max-width: 95vw !important;
    padding-left: 0 !important;
  }

  .menu-wrap + article.content footer.footer-links {
    padding: 1.25rem 0 !important;
  }

  .documentation aside.menu {
    background: linear-gradient(105deg, #efe3f5 0%, #f0e6f4 100%) !important;
    width: 100vw !important;
    padding-bottom: 0 !important;
  }

  .documentation aside.menu .search-button-container {
    display: none;
  }

  .documentation aside.menu a {
    padding: .6rem .75rem;
  }

  .documentation aside.menu .accordion-tabs .accordion-menu-item .menu-label {
    width: 100%;
  }

  .documentation aside.menu .accordion-tabs .accordion-menu-item .accordion-menu-item-content.stay-open li a, .documentation aside.menu .accordion-tabs .accordion-menu-item input:checked ~ .accordion-menu-item-content li a {
    padding: .3rem 2vw;
    font-size: 1rem;
  }

  .documentation aside.menu .button-wrap {
    z-index: 1440;
    width: 100%;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    background: none !important;
    border: none !important;
    min-height: auto !important;
    padding-top: 3rem !important;
    padding-bottom: 1.25rem !important;
  }

  .documentation > .developer-home-wrap {
    max-width: 85% !important;
    margin-left: 7.5% !important;
    margin-right: 7.5% !important;
    padding: 5.5rem 0 0 !important;
  }

  .documentation > .developer-home-wrap .content.content-docs.content-docs-wide.content-docs-wide {
    max-width: 100%;
    padding-left: .75rem !important;
  }

  .documentation > .developer-home-wrap .content.content-docs.content-docs-wide.content-docs-wide > section {
    max-width: 100vw !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .documentation > .developer-home-wrap aside.menu a.button {
    background-color: #34e8bd;
    min-width: 95%;
    padding: 0;
    color: #0d203f !important;
  }

  .documentation > .developer-home-wrap .menu-wrap + article.content section {
    margin: 0;
  }

  .documentation > .developer-home-wrap .menu-wrap + article.content h1 {
    padding-right: 0;
    font-size: 1.825rem;
  }

  .documentation > .developer-home-wrap .menu-wrap + article.content p.lead {
    padding-right: 0;
    font-size: 1.125rem;
  }

  .documentation > .developer-home-wrap .card.project {
    min-height: auto;
    margin-bottom: 1rem;
  }

  .documentation > .developer-home-wrap .card.project figure a {
    display: inline-block;
  }

  .documentation > .developer-home-wrap .card.project h3 {
    margin-top: 0;
    font-size: 1.5rem !important;
  }

  .documentation > .developer-home-wrap .card.project p {
    margin-bottom: 1rem;
  }

  .documentation > .developer-home-wrap .community-highlight {
    margin-right: 0;
  }

  .documentation > .developer-home-wrap .community-highlight event {
    padding-right: 0;
  }

  .documentation > .developer-home-wrap .community-highlight img {
    display: none;
  }

  .documentation > .developer-home-wrap .community-highlight p {
    font-size: 1rem;
    line-height: 1.5;
  }

  .documentation > .developer-home-wrap .community-highlight date {
    font-size: .825rem;
  }

  .documentation > .developer-home-wrap .community-highlight eventtitle {
    margin: .75rem 0 0;
    font-size: 1.333rem;
    line-height: 1.4;
  }

  .documentation > .developer-home-wrap .community-highlight .carousel-cell {
    padding: 1.67rem 2rem;
  }

  .documentation > .developer-home-wrap .flickity-enabled .flickity-prev-next-button {
    opacity: .33;
    width: 1rem;
    height: 1rem;
    top: 21%;
  }

  .documentation > .developer-home-wrap .flickity-enabled .flickity-prev-next-button.next {
    right: .5rem;
  }

  .documentation > .developer-home-wrap .flickity-enabled .flickity-prev-next-button.previous {
    left: .5rem;
  }

  .documentation > .developer-home-wrap h2#connect {
    margin-top: 3rem;
  }

  .documentation .content {
    padding-top: 2rem;
  }

  .documentation .content h1 {
    font-size: 6.333vw;
  }

  .documentation .content h2 {
    font-size: 5vw;
  }

  .documentation .content h3 {
    font-size: 3.33vw;
  }

  body .klaro .cookie-notice:not(.cookie-modal-notice) {
    padding: 1.5rem 2rem !important;
  }

  body .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-learn-more {
    color: #8967c2;
    position: absolute;
    bottom: 6.25rem !important;
    left: 2.75rem !important;
  }

  body .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body p {
    padding-bottom: 2rem;
  }

  body .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons, body .klaro .cookie-notice:not(.cookie-modal-notice) .cn-ok {
    width: 100% !important;
  }

  body .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons button, body .klaro .cookie-notice:not(.cookie-modal-notice) .cn-ok button {
    min-width: 45% !important;
    padding: .5rem !important;
    font-size: .925rem !important;
  }

  html.dark-theme .dropdown-content {
    background-color: #213762;
  }

  html.dark-theme .dropdown-content a {
    color: #34e8bd;
  }

  html.dark-theme .dropdown-content a:hover {
    background: #0d203f;
  }

  html.dark-theme aside.menu {
    background: #0e092d !important;
  }
}

@media screen and (width <= 1660px) {
  .documentation .content.content-docs-wide section {
    max-width: 780px !important;
  }

  .documentation .content section ul:nth-child(2), .documentation .content section ul:nth-child(3) {
    position: relative;
    left: 0;
  }

  body .klaro .cookie-notice .cn-body p {
    max-width: 67%;
  }
}

@media screen and (width >= 1024px) and (width <= 1380px) {
  #topbar.navbar .logo-wrap {
    width: 240px;
  }

  #topbar.navbar .logo-wrap a.navbar-item {
    padding: .5rem .1rem .5rem .333rem;
  }

  #topbar.navbar .logo-wrap .logo {
    margin-top: -5px !important;
  }

  #topbar.navbar .logo-wrap .logo svg {
    height: 10% !important;
    max-height: 10px !important;
    margin-left: 0 !important;
  }

  #topbar.navbar .logo-wrap .logo-developer {
    letter-spacing: .07rem;
    margin: 0 0 0 -4px;
    font-size: 63%;
  }

  .menu-wrap.is-fixed-desktop, .documentation aside.menu .button-wrap {
    width: 240px;
  }

  .menu-wrap + article.content {
    padding-left: 260px;
  }

  .documentation .content.content-docs.content-docs-wide section {
    max-width: 700px !important;
  }

  .documentation aside.menu {
    width: 225px;
  }

  .documentation aside.menu .accordion-tabs .accordion-menu-item .menu-label {
    width: 90%;
  }

  .documentation > .developer-home-wrap .card.project {
    min-height: 422px;
  }

  .documentation > .developer-home-wrap .card.project .card-content {
    padding: .5rem 1.2rem;
  }

  .documentation > .developer-home-wrap .card.project h3 {
    font-size: 1.2rem;
  }

  body .klaro .cookie-notice .cn-body p {
    max-width: 67%;
  }
}

@media screen and (width >= 1381px) and (width <= 1439px) {
  #topbar.navbar .search-button:after {
    right: 36vw;
  }

  #topbar.navbar .search-button:before {
    right: 34.5vw;
  }
}

@media screen and (width >= 1660px) {
  #topbar.navbar a.navbar-link.dark-mode {
    margin-right: auto !important;
    position: absolute !important;
    right: 27.75vw !important;
  }

  #topbar.navbar .search-button:after {
    right: 31.25vw;
  }

  #topbar.navbar .search-button:before {
    right: 30vw;
  }

  #topbar.navbar .search-button .search-placeholder {
    right: 63rem;
  }

  #topbar.navbar .search-button .search-command {
    right: 53rem;
  }

  .documentation .content > section {
    position: relative;
    left: -9.25vw;
  }

  .documentation .content > section ul:nth-child(2), .documentation .content > section ul:nth-child(3) {
    right: 5vw;
  }

  .documentation > .developer-home-wrap .card.project h3 {
    font-size: 1.67rem;
    line-height: 1.425;
  }
}

.documentation article.content-docs section#type img {
  background: linear-gradient(50deg, #a87ce6 0%, #e6d2f1 100%);
  border-radius: .75rem;
  margin-top: 1.333em;
  margin-bottom: 1.333em;
  padding: .3rem;
  box-shadow: 0 0 67px #19191980;
}

.documentation .content {
  z-index: 555;
  padding-top: 3.333rem;
  position: relative;
  margin-bottom: 0 !important;
}

.documentation .content .archived-notice {
  background-color: #e7d3f2;
  border-radius: .667rem;
  width: 100%;
  margin-bottom: 4rem;
  padding: 1rem;
  font-size: 1rem;
}

.documentation .content h4 {
  margin: 1.3333em 0 .6666em;
}

.documentation .content section {
  margin-left: auto !important;
  margin-right: auto !important;
}

.documentation .content section h1:first-of-type + ul {
  z-index: 999;
  background: #ece5ee;
  border-radius: .333rem;
  min-width: 15vw;
  max-height: 65vh;
  padding: .5rem 1rem .725rem;
  line-height: 1;
  list-style: none;
  transition: all .3s ease-in-out;
  display: inline-block;
  overflow-y: auto;
}

.documentation .content section h1:first-of-type + ul:before {
  content: "Contents:";
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #7a7a7a;
  width: 100%;
  padding: 0 0 .5rem;
  font-size: .75rem;
  line-height: 2;
  display: inline-block;
}

.documentation .content section h1:first-of-type + ul li {
  margin: .05rem 0;
  padding: 0;
  line-height: 1;
  list-style: none;
}

.documentation .content section h1:first-of-type + ul li a {
  color: #2d386c;
  border-left: 4px solid #7d7d7d20;
  border-radius: 1px;
  margin: 0;
  padding: .25rem 0 .25rem .5rem;
  font-weight: 400;
  line-height: 1.5;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.documentation .content section h1:first-of-type + ul li a:hover {
  background-color: #0000;
  border-bottom: none;
  border-left: 4px solid #bea7e5;
}

.documentation .content section h1:first-of-type + ul li a:hover:after {
  display: none;
}

.documentation .content section h1:first-of-type + ul li ul {
  margin: 0;
}

.documentation .content section blockquote p {
  color: #2d386c;
  background-color: #f2e7f8;
  border-radius: .5rem;
  line-height: 1.725;
  margin: 1.67rem auto 2.67rem !important;
  font-size: 1rem !important;
}

.documentation .content section table th {
  background-color: #ece5ee;
}

.documentation .content section table th, .documentation .content section table td {
  padding: .67rem .5rem;
  font-size: .825rem;
}

.documentation .content section table code {
  background-color: #ece5ee80;
  padding: .1rem .2rem;
  font-size: .825rem;
  display: inline-block;
  margin: 0 !important;
}

@media screen and (width >= 1661px) {
  .documentation .content section h1:first-of-type + ul {
    z-index: 999;
    background-color: #f2e7f8;
    border-radius: .333rem;
    width: 15vw;
    padding: .825rem 1rem;
    position: fixed;
    top: 86px;
    right: 90px;
  }
}

@media screen and (width <= 1661px) {
  .documentation .content section h1:first-of-type + ul {
    display: none;
  }
}

.documentation .content.content-docs section {
  max-width: 880px !important;
}

.documentation .content h1 {
  margin-top: 2rem;
  padding-bottom: 2.67rem;
  font-family: Space Grotesk, Tofu, Sen, Europa, Avenir, system, -apple-system, SFNSText-Regular, San Francisco, Segoe UI, Helvetica Neue, Lucida Grande, sans-serif;
  position: relative;
}

.documentation .content h2 {
  font-family: Space Grotesk, Tofu, Sen, Europa, Avenir, system, -apple-system, SFNSText-Regular, San Francisco, Segoe UI, Helvetica Neue, Lucida Grande, sans-serif;
  line-height: 1.5;
}

.documentation .content.content-docs-wide p {
  line-height: 1.725;
}

.documentation .content pre {
  padding: 0 !important;
}

.documentation .content pre code {
  padding: 1.125em 3.875rem 1.25rem 1.25rem !important;
}

.documentation .content pre code .hljs-comment {
  color: #bbb !important;
}

.documentation .content h1, .documentation .content h2, .documentation .content h3, .documentation .content h4, .documentation .content h5, .documentation .content h6 {
  font-family: Space Grotesk, Tofu, Sen, Europa, Avenir, system, -apple-system, SFNSText-Regular, San Francisco, Segoe UI, Helvetica Neue, Lucida Grande, sans-serif;
}

.documentation .content h1 code, .documentation .content h2 code, .documentation .content h3 code, .documentation .content h4 code, .documentation .content h5 code, .documentation .content h6 code {
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
  font-weight: 600;
  font-size: .95em !important;
}

.documentation .content details {
  background: #f4f0f5;
  border-left: 4px solid #d9dbe8;
  width: 100%;
  max-width: 800px;
  font-size: 1rem;
  position: relative;
}

.documentation .content details .summary-title {
  user-select: none;
}

.documentation .content details:hover {
  cursor: pointer;
}

.documentation .content details .summary-content {
  cursor: default;
  border-top: 1px solid #e2e8f0;
  padding: 1em;
  font-weight: 300;
  line-height: 1.5;
}

.documentation .content details summary {
  padding: 1em;
  list-style: none;
}

.documentation .content details summary:focus {
  outline: none;
}

.documentation .content details summary:hover .summary-chevron-up svg {
  opacity: 1;
}

.documentation .content details .summary-chevron-up svg {
  opacity: .5;
}

.documentation .content details .summary-chevron-up, .documentation .content details .summary-chevron-down {
  pointer-events: none;
  background: #f4f0f5;
  position: absolute;
  top: .75em;
  right: 1em;
}

.documentation .content details .summary-chevron-up svg, .documentation .content details .summary-chevron-down svg {
  display: block;
}

.documentation .content details summary::-webkit-details-marker {
  display: none;
}

.documentation .content .note {
  color: #0d203f;
  background: #e2d8f4;
  border-radius: .333rem;
  max-width: 800px;
  margin: 5rem 0 3rem;
  position: relative;
  box-shadow: .333rem .333rem #bea7e5;
}

.documentation .content .note h4 {
  color: #0d203f;
  margin-top: 0;
  font-size: 1.25rem;
}

.documentation .content .note p:last-of-type {
  margin-bottom: 0;
  padding-right: 0;
}

.documentation .content .note .button {
  top: 50%;
  transform: translateY(-50%);
}

.documentation .copy-code-button {
  cursor: pointer;
  background: #1b2c4f;
  border: none;
  border-radius: .7rem;
  padding: .2rem .35rem;
  transition: all .3s ease-in-out;
  position: absolute;
  top: .7rem;
  right: .7rem;
}

.documentation .copy-code-button > svg {
  fill: #ededed99;
}

.documentation .copy-code-button:hover {
  background: #213762;
}

.documentation .copy-code-button.is-success {
  border-color: #18d1a5;
}

.documentation .content a.anchor-link {
  opacity: 0;
  fill: #363636;
  background-color: #0000;
  padding: .3rem;
  text-decoration: none;
}

.documentation h1:hover > a.anchor-link, .documentation h2:hover > a.anchor-link, .documentation h3:hover > a.anchor-link, .documentation h4:hover > a.anchor-link, .documentation tr:hover > a.anchor-link {
  opacity: 1;
}

.documentation a {
  font-weight: 600;
}

.documentation a.anchor-link:after {
  content: none;
}

.documentation tr {
  overflow-x: hidden;
}

.documentation tr a.anchor-link {
  position: absolute;
}

.documentation aside.menu {
  padding-bottom: 7.5rem;
}

.documentation .multitab-content-wrapper {
  padding-top: 4.55rem;
  animation: .5s ease-out opacityOnAppear;
  position: relative;
}

.documentation .multitab-content-wrapper div.tabs {
  position: absolute;
  top: 0;
}

.documentation .multitab-content-wrapper .multitab-content {
  background-color: #ece5ee;
  border-radius: .33em;
  max-width: 800px;
  padding: .67rem 1.25rem;
}

.documentation .multitab-content-wrapper .multitab-content pre:last-of-type {
  margin-top: .5rem !important;
  margin-bottom: 1rem !important;
}

.documentation .tabs {
  margin-bottom: 0;
}

.documentation .tabs ul {
  border: none;
  margin-bottom: 0;
}

.documentation .tabs ul li {
  margin: 0;
  padding: 0;
}

.documentation .tabs.is-boxed {
  margin-bottom: -8px;
}

.documentation .tabs.is-boxed a {
  color: #6e749a;
  border: none;
  border-radius: .25rem .25rem 0 0;
  padding: .5em 1.2em 18px;
  transition: color .3s ease-in-out;
}

.documentation .tabs.is-boxed a:hover {
  color: #0d203f;
  background: none !important;
}

.documentation .tabs.is-boxed a.is-active {
  color: #0d203f;
  background-color: #ece5ee;
}

.documentation .tabs.is-boxed a.is-active:hover {
  background-color: #ece5ee !important;
}

.documentation .sidebar h4 *, .documentation .sidebar h4.menu-label {
  color: #3b58e9;
  margin: 1.5rem 0 .25rem;
  padding: 0 .6rem;
  font-size: 11px;
}

.documentation .sidebar hr {
  opacity: .25;
  background: linear-gradient(to right, #a87ce680, #a87ce600);
  margin: .2rem 2vw .2rem .25vw;
}

.documentation .sidebar a {
  color: #0e092d;
  letter-spacing: .025rem;
  padding: 0;
  font-family: Work Sans, Europa, Avenir, system, -apple-system, \.SFNSText-Regular, San Francisco, Segoe UI, Helvetica Neue, Lucida Grande, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.425;
  display: block;
}

.documentation .sidebar a code {
  color: #0e092d;
}

.documentation .sidebar .toggle {
  border-left: 1px solid #a87ce654;
  margin: .25rem 0 .25rem .75rem;
  padding: 0 0 0 .5rem;
  display: none;
}

.documentation .sidebar .toggle:has(a.active), .documentation .sidebar a.active + .toggle {
  display: block;
}

.klaro .cookie-notice:not(.cookie-modal-notice) {
  min-height: 10.5rem;
  background-color: #0e092d !important;
  min-width: 100% !important;
  padding: 1.5rem 5rem !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body p {
  color: #fff;
  float: left;
  max-width: 48rem;
  margin: 1.5rem 0 2rem;
  font-size: 1.125rem;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body p strong {
  color: #fff !important;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body p a {
  color: #34e8bd !important;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-learn-more {
  color: #34e8bd;
  position: absolute;
  bottom: 1.67rem !important;
  left: 6rem !important;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons button {
  text-transform: uppercase;
  letter-spacing: .1125rem;
  color: #fff;
  padding: .333rem 1.5rem;
  font-family: Space Grotesk, Tofu, Sen, Europa, Avenir, system, -apple-system, SFNSText-Regular, San Francisco, Segoe UI, Helvetica Neue, Lucida Grande, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  transition: all .3s ease-in-out;
  color: #0e092d !important;
  border-radius: 2rem !important;
  padding: .5rem 1.5rem !important;
  font-size: 1rem !important;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons button.cm-btn.cm-btn-success {
  color: #0e092d !important;
  background-color: #34e8bd !important;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons button.cn-decline {
  background-color: #0000;
  border: 1px solid #fff;
  color: #fff !important;
}

.klaro .cookie-modal .cm-modal .cm-header h1 {
  color: #fff;
}

@media print {
  .cc-revoke, .cc-window {
    display: none;
  }
}

@media screen and (width <= 900px) {
  .cc-btn {
    white-space: normal;
  }
}

@media screen and (width <= 414px) and (orientation: portrait), screen and (width <= 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }

  .cc-window.cc-bottom {
    bottom: 0;
  }

  .cc-window.cc-banner, .cc-window.cc-floating, .cc-window.cc-left, .cc-window.cc-right {
    left: 0;
    right: 0;
  }

  .cc-window.cc-banner {
    flex-direction: column;
  }

  .cc-window.cc-banner .cc-compliance {
    flex: auto;
  }

  .cc-window.cc-floating {
    max-width: none;
  }

  .cc-window .cc-message {
    margin-bottom: 1em;
  }

  .cc-window.cc-banner {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
  }

  .cc-window.cc-banner .cc-message {
    margin-right: 0;
  }
}

.cc-floating.cc-theme-classic {
  border-radius: 5px;
  padding: 1.2em;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  flex: none;
  display: inline;
}

.cc-theme-classic .cc-btn {
  border-radius: 5px;
}

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}

.cc-theme-edgeless.cc-window {
  padding: 0;
}

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em;
}

.cc-banner.cc-theme-edgeless .cc-btn {
  height: 100%;
  margin: 0;
  padding: .8em 1.8em;
}

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}

.menu-wrap + article.content.changelog-wrapper {
  padding-left: .75rem !important;
}

.changelog-wrapper {
  width: 100%;
  max-width: 1200px;
  padding: 3rem .75rem !important;
}

.changelog-header {
  padding-bottom: 5rem;
  position: relative;
}

.changelog-select-box {
  color: #345995;
  background-color: #ece5ee;
  border-radius: .33rem;
  outline: none;
  width: 200px;
  height: 40px;
  margin: 5rem 0 2rem;
  padding: .4rem;
  overflow-y: auto;
}

.changelog-select-box option {
  overflow-y: scroll;
}

.changelog-animation .terminal {
  overflow-wrap: break-word;
  background: #000;
  border-radius: .67rem .67rem .33rem .33rem;
  width: 100%;
  height: 10rem;
  margin: 8.25rem auto 0;
}

.changelog-animation .terminal .control {
  background-color: #fff;
  border-radius: .33rem .33rem 0 0;
  align-items: center;
  width: 100%;
  height: 1rem;
  padding-left: .5rem;
  display: flex;
}

.changelog-animation .terminal .control .circle {
  background: #f96256;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  margin-right: .4rem;
  display: inline-block;
}

.changelog-animation .terminal .control .circle:nth-child(2) {
  background-color: #fdbc3d;
}

.changelog-animation .terminal .control .circle:nth-child(3) {
  background-color: #33c948;
}

.changelog-animation .terminal .prompts {
  color: #ece5ee;
  padding: .75rem 1.5rem;
  font-size: .925rem;
  line-height: 1.6;
}

.changelog-animation .terminal .prompts .prompt-sign {
  color: #bea7e5;
}

.changelog-content {
  position: relative;
}

.changelog-content:before {
  content: "";
  border-left: 2px solid #bea7e5;
  height: calc(100% - 8rem);
  position: absolute;
  top: 3rem;
}

.changelog-content .columns {
  margin: 0;
}

.changelog-item-title {
  align-self: flex-start;
  padding: 2rem 2rem 2rem 2.5rem;
  position: sticky;
  top: 6.75rem;
}

.changelog-item-title:before {
  content: "";
  background-color: #bea7e5;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  padding: .2rem;
  font-size: 2rem;
  display: flex;
  position: absolute;
  top: 2.5rem;
  left: -.45rem;
}

.changelog-item-title h3 a {
  color: #040b15;
}

.changelog-item-title h3 a:hover:after {
  display: none;
}

.changelog-item-date {
  letter-spacing: .05rem;
  color: #0d203f;
  margin: 0 0 1rem;
  font-size: 1rem;
}

.changelog-item-tags span {
  letter-spacing: .07rem;
  text-transform: uppercase;
  background: #9696961a;
  border-radius: 2rem;
  margin: .1rem .1rem .1rem 0;
  padding: .2rem .5rem;
  font-size: .8rem;
  display: inline-block;
}

.changelog-item-content-summary {
  margin-bottom: 3rem;
  padding-top: 1rem;
}

.changelog-item-content-summary hr {
  background-color: #bea7e5;
  width: 80%;
  margin: auto;
}

.changelog .back-arrow {
  margin-bottom: 1.333rem;
  font-size: .825rem;
}

html.dark-theme .documentation .content .archived-notice {
  background-color: #345995;
}

html.dark-theme .changelog section {
  position: relative;
}

html.dark-theme .changelog-select-box {
  color: #ece5ee;
  background-color: #345995;
}

html.dark-theme .changelog-item-title h3.heading-anchor a {
  color: #fff !important;
}

html.dark-theme .changelog-item-date {
  color: #6f93cd;
}

html.dark-theme .changelog-item-tags span {
  background-color: #345995;
}

@media screen and (width <= 768px) {
  .documentation .developer-home-wrap .content.content-docs.content-docs-wide h1 {
    font-size: 1.75rem;
  }

  .documentation .developer-home-wrap .content.content-docs.content-docs-wide p.lead {
    font-size: 1.25rem;
    padding: 0 !important;
  }

  .documentation .changelog-header {
    padding-bottom: 2rem;
  }

  .documentation .changelog-header h1 {
    margin: 0 0 1.5rem !important;
    padding-bottom: .5rem !important;
  }

  .documentation .changelog-content {
    padding-left: 3rem !important;
  }

  .documentation .changelog-content:before {
    height: calc(100% - 6rem);
    left: 1.425rem;
  }

  .documentation .changelog-wrapper {
    max-width: 92vw !important;
    padding: 4.5rem 4vw 2rem !important;
  }

  .documentation .changelog-wrapper h1 {
    margin-bottom: 1.25rem;
    padding-bottom: 1rem !important;
  }

  .documentation .changelog-wrapper .back-arrow {
    margin: 15px 0 0;
    position: relative;
    left: auto;
  }

  .documentation .changelog-wrapper .changelog-item-title {
    margin-top: -1.333rem;
    padding: 2rem 0 !important;
    position: relative !important;
    top: auto !important;
  }

  .documentation .changelog-wrapper .changelog-item-title h3 {
    font-size: 1.33rem;
  }

  .documentation .changelog-wrapper .changelog-item-title:before {
    left: -2rem;
  }
}

@keyframes opacityOnAppear {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
/*# sourceMappingURL=styles.css.map */
