html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: 'Monaco';
  font-style: normal;
  src: url("/fonts/Monaco.ttf") format("truetype");
}

@font-face {
  font-family: 'Poiret One';
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/PoiretOne.ttf") format("truetype"), url("/fonts/PoiretOne.woff") format("woff");
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url("/fonts/Roboto-Light.ttf") format("truetype");
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url("/fonts/Roboto-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url("/fonts/Roboto-Medium.ttf") format("truetype");
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("/fonts/Roboto-Bold.ttf") format("truetype");
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
  font-family: 'Roboto', 'Helvetica', 'sans-serif';
}

@media (min-width: 901px) {
  html {
    font-size: 16px;
    font-weight: 300;
  }
}

@media (max-width: 900px) {
  html {
    font-size: 16px;
    font-weight: 300;
  }
}

body {
  min-height: 100%;
  height: 100%;
  overflow: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-repeat: no-repeat;
  background: radial-gradient(#11142C, #000211);
  background-color: #000211;
}

@media (min-width: 901px) {
  body {
    background-attachment: fixed;
  }
  body.ios {
    background-attachment: initial;
  }
}

body > .logo-mini {
  display: none;
}

body > .menu {
  position: fixed;
  z-index: 100;
  top: 0;
  right: -255px;
  width: 250px;
  height: 110%;
  padding-bottom: 10%;
  overflow: auto;
  overscroll-behavior: contain;
  background-color: #f2f2f2;
  box-shadow: -3px 0px 8px 0px rgba(255, 255, 255, 0.25);
  transition-property: right;
  transition-duration: 0.15s;
}

body > .menu.visible {
  right: 0;
}

body > .menu.visible > .container > .close {
  transition-delay: 0.25s;
  transform: scale(1);
}

@media (min-width: 901px) {
  body > .menu > .container {
    padding: 64px 8px 8px 8px;
  }
}

@media (max-width: 900px) {
  body > .menu > .container {
    padding: 48px 6px 6px 6px;
  }
}

body > .menu > .container > .close {
  position: absolute;
  top: 12px;
  right: 16px;
  height: 32px;
  width: 32px;
  background-size: 24px;
  background-image: url("/images/close.svg");
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: 0.9;
  transform: scale(0);
  transition-property: opacity, transform;
  transition-duration: 0.25s;
  -webkit-tap-highlight-color: transparent;
}

body > .menu > .container > .close:hover {
  transition-delay: 0s;
  opacity: 1;
}

body > .menu > .container > a {
  display: block;
  padding: 0.7em 1em;
  color: rgba(17, 20, 44, 0.75);
  text-align: left;
  text-decoration: none;
  border-radius: 4px;
  transition-property: color, background-color;
  transition-duration: 0.05s;
}

@media (min-width: 901px) {
  body > .menu > .container > a {
    font-size: 1.1rem;
    font-weight: 400;
  }
}

@media (max-width: 900px) {
  body > .menu > .container > a {
    font-size: 1rem;
    font-weight: 400;
  }
}

body > .menu > .container > a:hover {
  color: #11142C;
  background-color: white;
}

body > .header {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 2, 17, 0.85);
  backdrop-filter: blur(4px);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 901px) {
  body > .header {
    height: 64px;
    padding: 0 3.5rem;
    font-size: 2.5rem;
  }
  body > .header::before {
    transform: translateY(-100%) translateY(7rem);
    transform: translateY(-100%) translateY(7rem) translateZ(0);
  }
}

@media (max-width: 900px) {
  body > .header {
    height: 56px;
    padding: 0 16px;
    font-size: 2rem;
  }
}

body > .header h1 {
  font-family: 'Poiret One';
  letter-spacing: -0.04em;
  color: #ccc;
  -webkit-tap-highlight-color: transparent;
  margin-bottom: 0.1em;
}

body > .header h1 span.small {
  font-size: 0.85em;
}

body > .header h1 span.merge {
  letter-spacing: -0.1em;
}

body > .header h1 span.highlight {
  background-image: linear-gradient(0deg, #1EB6E8 10%, #9335DB 100%);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}

body > .header h1 a {
  color: inherit !important;
  text-decoration: none;
}

body > .header > .menu-button {
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  background-image: url("/images/menu-white.svg");
  background-size: contain;
  opacity: 0.85;
  transition-property: opacity;
  transition-duration: 0.25s;
  -webkit-tap-highlight-color: transparent;
}

body > .header > .menu-button.hidden {
  opacity: 0;
}

@media (min-width: 901px) {
  body > .header > .menu-button {
    width: 32px;
    height: 32px;
  }
}

@media (max-width: 900px) {
  body > .header > .menu-button {
    width: 32px;
    height: 32px;
  }
}

body > .content {
  flex: 100 0 auto;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  transition-property: opacity;
  transition-delay: 0.15s;
  transition-duration: 0.25s;
}

body > .content.loading {
  opacity: 0;
}

body > .content > [data-content] {
  flex: 100 0 auto;
}

body > .content [data-content='home'] {
  display: flex;
  flex-direction: column;
}

@media (min-width: 901px) {
  body > .content [data-content='home'] > .banner {
    overflow: hidden;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 3rem 0 4rem 20%;
    width: 500px;
    font-size: 4.5rem;
    transition-property: opacity, transform;
    transition-delay: 0.75s;
    transition-duration: 1s;
    transform-origin: 30%;
    transform: perspective(250px);
  }
  body > .content [data-content='home'] > .banner.loading {
    opacity: 0;
    transform: perspective(250px) rotateY(90deg) rotateX(5deg);
  }
}

@media (max-width: 900px) {
  body > .content [data-content='home'] > .banner {
    flex: 0 0 auto;
    margin: 3rem 0;
    width: 100%;
    padding: 0 5%;
    font-size: 3.5rem;
  }
}

body > .content [data-content='home'] > .banner > h1 {
  font-family: 'Poiret One';
  letter-spacing: -0.04em;
  color: #ccc;
  -webkit-tap-highlight-color: transparent;
  margin-bottom: 1rem;
}

body > .content [data-content='home'] > .banner > h1 span.small {
  font-size: 0.85em;
}

body > .content [data-content='home'] > .banner > h1 span.merge {
  letter-spacing: -0.1em;
}

body > .content [data-content='home'] > .banner > h1 span.highlight {
  background-image: linear-gradient(0deg, #1EB6E8 10%, #9335DB 100%);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}

body > .content [data-content='home'] > .banner > p.description {
  margin: 0.1em 0 0.1em 2px;
  font-family: 'Poiret One';
  line-height: 1.5em;
}

@media (min-width: 901px) {
  body > .content [data-content='home'] > .banner > p.description {
    color: rgba(255, 255, 255, 0.35);
    font-size: 0.35em;
  }
}

@media (max-width: 900px) {
  body > .content [data-content='home'] > .banner > p.description {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.35em;
  }
}

body > .content [data-content='home'] > .menu-button {
  z-index: 2;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

@media (min-width: 901px) {
  body > .content [data-content='home'] > .menu-button {
    position: absolute;
    top: 2rem;
    right: 4%;
    width: 38px;
    height: 38px;
    background-size: contain;
    background-image: url("/images/menu-white.svg");
    opacity: 0.85;
    border-radius: 5px;
    transition-property: transform;
    transition-duration: .75s;
  }
  body > .content [data-content='home'] > .menu-button:hover {
    transition-duration: .25s;
    opacity: 1;
  }
  body > .content [data-content='home'] > .menu-button.loading {
    transform: scale(0);
  }
  body > .content [data-content='home'] > .menu-button.loaded {
    transition-duration: 0.25s;
  }
  body > .content [data-content='home'] > .menu-button.hidden {
    transform: scale(0);
  }
}

@media (max-width: 900px) {
  body > .content [data-content='home'] > .menu-button {
    position: absolute;
    top: 12px;
    right: 16px;
    width: 32px;
    height: 32px;
    background-size: contain;
    background-image: url("/images/menu-white.svg");
    opacity: 0.9;
    transition-property: opacity;
    transition-duration: .25s;
  }
  body > .content [data-content='home'] > .menu-button.hidden {
    opacity: 0;
  }
}

body > .content [data-content='home'] > .install {
  flex: 0 0 auto;
  overflow: hidden;
}

@media (min-width: 901px) {
  body > .content [data-content='home'] > .install {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 2rem;
  }
}

@media (max-width: 900px) {
  body > .content [data-content='home'] > .install {
    margin-bottom: 2rem;
  }
}

body > .content [data-content='home'] > .install > .content {
  display: block;
  width: 100%;
  padding: 10px 5%;
  background: rgba(255, 255, 255, 0.05);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.12) 0%, rgba(17, 20, 44, 0.15) 100%);
  color: rgba(204, 204, 204, 0.6);
}

body > .content [data-content='home'] > .install > .content.loading {
  opacity: 0;
  transform: scale(1.5);
  color: #fff;
}

@media (min-width: 901px) {
  body > .content [data-content='home'] > .install > .content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    transition-property: opacity, transform background-color, color;
    transition-delay: 1.5s;
    transition-duration: 1s;
  }
}

@media (max-width: 900px) {
  body > .content [data-content='home'] > .install > .content {
    transition-property: opacity, transform background-color, color;
    transition-delay: 0.25s;
    transition-duration: 1s;
  }
}

body > .content [data-content='home'] > .install > .content > .code-container {
  margin: auto;
}

body > .content [data-content='home'] > .install > .content > .code-container code {
  display: block;
  text-align: left;
  font-family: 'Monaco', 'Andale Mono', monospace;
  white-space: pre;
  color: rgba(204, 204, 204, 0.6);
  text-shadow: inherit;
}

@media (min-width: 901px) {
  body > .content [data-content='home'] > .install > .content > .code-container code {
    font-size: 0.9em;
    line-height: 1.8em;
  }
}

@media (max-width: 900px) {
  body > .content [data-content='home'] > .install > .content > .code-container code {
    font-size: 0.8em;
    line-height: 1.8em;
  }
}

body > .content [data-content='home'] > .install > .content > .code-container code span.no-select {
  color: #ccc;
  user-select: none;
}

body > .content [data-content='home'] > .install > .content > .code-container p {
  margin: 0.25em 0;
  font-size: 0.85em;
}

body > .content [data-content='home'] > .diagram {
  height: 200px;
  background-image: url("/images/diagram.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media (min-width: 901px) {
  body > .content [data-content='home'] > .diagram {
    position: absolute;
    z-index: -1;
    top: -1rem;
    right: 15%;
    height: 400px;
    width: 400px;
    opacity: 0.5;
    transition-property: opacity, transform;
    transition-delay: 1s;
    transition-duration: 1.5s;
    transform: rotate(-20deg);
  }
  body > .content [data-content='home'] > .diagram.loading {
    opacity: 0;
    transform: rotate(0deg);
  }
}

@media (max-width: 900px) {
  body > .content [data-content='home'] > .diagram {
    display: none;
  }
}

body > .content [data-content='home'] > .github-stars {
  height: 20px;
  flex: 100 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 2rem;
}

body > .content [data-content='home'] > .boxes {
  flex: 100 0 auto;
}

@media (min-width: 901px) {
  body > .content [data-content='home'] > .boxes {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-width: 1024px;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 6%;
    font-size: 1rem;
  }
}

@media (max-width: 900px) {
  body > .content [data-content='home'] > .boxes {
    width: 100%;
    padding: 0 10px;
    font-size: 0.9rem;
  }
}

@media (min-width: 901px) {
  body > .content [data-content='home'] > .boxes > .wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    transition-delay: 1s;
    transition-duration: 1s;
  }
}

@media (max-width: 900px) {
  body > .content [data-content='home'] > .boxes > .wrapper {
    margin-bottom: 3rem;
  }
}

body > .content [data-content='home'] > .boxes > .wrapper .box {
  background-color: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
}

@media (min-width: 901px) {
  body > .content [data-content='home'] > .boxes > .wrapper .box {
    flex: 0 10 auto;
    width: 34%;
    margin: 0 6px;
    padding: 1.5rem 1.75rem 1.25rem;
    transition-property: opacity;
    transition-duration: 1s;
  }
  body > .content [data-content='home'] > .boxes > .wrapper .box:first-child {
    margin-left: 0;
  }
  body > .content [data-content='home'] > .boxes > .wrapper .box:last-child {
    margin-right: 0;
  }
  body > .content [data-content='home'] > .boxes > .wrapper .box.loading {
    opacity: 0;
  }
}

@media (max-width: 900px) {
  body > .content [data-content='home'] > .boxes > .wrapper .box {
    margin: 10px  0;
    padding: 1.5rem 1.5rem 1.5rem;
  }
}

body > .content [data-content='home'] > .boxes > .wrapper .box h3 {
  line-height: 1.3em;
  margin-bottom: 0.85em;
  color: #ccc;
  font-weight: 400;
}

@media (min-width: 901px) {
  body > .content [data-content='home'] > .boxes > .wrapper .box h3 {
    font-size: 1.1em;
    padding: 0.4em 0;
  }
}

@media (max-width: 900px) {
  body > .content [data-content='home'] > .boxes > .wrapper .box h3 {
    font-size: 1.4em;
    padding: 0.5em 0;
  }
}

body > .content [data-content='home'] > .boxes > .wrapper .box p {
  line-height: 1.4em;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 400;
  margin-bottom: 1em;
}

@media (min-width: 901px) {
  body > .content [data-content='home'] > .boxes > .wrapper .box p {
    font-size: 0.9em;
  }
}

@media (max-width: 900px) {
  body > .content [data-content='home'] > .boxes > .wrapper .box p {
    font-size: 1em;
  }
}

body > .content [data-content='home'] > .boxes > .wrapper .box p a {
  transition-duration: 0.25s;
  text-decoration: none;
  color: #000211;
  border-bottom: 1px solid transparent;
}

body > .content [data-content='home'] > .boxes > .wrapper .box p a:hover {
  color: #9335DB;
  border-color: #9335DB;
}

body > .content [data-content='home'] > .versions {
  flex: 0 0 auto;
  display: flex;
  margin: 2rem 0;
}

@media (min-width: 901px) {
  body > .content [data-content='home'] > .versions {
    flex-direction: row;
    justify-content: center;
    transition-property: transform;
    transition-duration: 0.25s;
  }
  body > .content [data-content='home'] > .versions.loading {
    transform: scale(0);
  }
}

@media (max-width: 900px) {
  body > .content [data-content='home'] > .versions {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

body > .content [data-content='home'] > .versions > a.version {
  display: inline-block;
  margin: 2px 4px;
  text-decoration: none;
  background-color: #11142C;
  border-radius: 4px;
  overflow: hidden;
  font-size: 0;
}

body > .content [data-content='home'] > .versions > a.version:hover {
  background-color: #181c3e;
}

body > .content [data-content='home'] > .versions > a.version > span {
  font-size: 0.75rem;
  line-height: 1.5rem;
  padding: 6px;
}

body > .content [data-content='home'] > .versions > a.version > span.name {
  padding-right: 3px;
  color: rgba(204, 204, 204, 0.75);
}

body > .content [data-content='home'] > .versions > a.version > span.version {
  padding-left: 3px;
  background-image: linear-gradient(0deg, #1EB6E8 10%, #9335DB 100%);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}

body > .content [data-content='default'] {
  position: relative;
  padding: 16px;
  color: #999;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 901px) {
  body > .content [data-content='default'] {
    margin: 4rem auto;
    padding-top: 80px;
    width: 90%;
    max-width: 1024px;
    font-size: 1rem;
    text-align: left;
  }
}

@media (max-width: 900px) {
  body > .content [data-content='default'] {
    margin: 2.5rem auto;
    padding-top: 72px;
    width: 100%;
    font-size: 0.9rem;
    text-align: left;
  }
}

body > .content [data-content='default'] h2:before, body > .content [data-content='default'] h3:before, body > .content [data-content='default'] h4:before {
  content: '';
  display: block;
  visibility: hidden;
}

@media (min-width: 901px) {
  body > .content [data-content='default'] h2:before, body > .content [data-content='default'] h3:before, body > .content [data-content='default'] h4:before {
    height: 83.2px;
    margin-top: -83.2px;
  }
}

@media (max-width: 900px) {
  body > .content [data-content='default'] h2:before, body > .content [data-content='default'] h3:before, body > .content [data-content='default'] h4:before {
    height: 72.8px;
    margin-top: -72.8px;
  }
}

body > .content [data-content='default'] h1 {
  font-family: 'Poiret One';
  color: #ccc;
  text-align: left;
  margin-bottom: 1em;
  clear: both;
  overflow-wrap: break-word;
}

@media (min-width: 901px) {
  body > .content [data-content='default'] h1 {
    font-size: 2.5em;
  }
}

@media (max-width: 900px) {
  body > .content [data-content='default'] h1 {
    font-size: 2em;
  }
}

body > .content [data-content='default'] h2 {
  color: #ccc;
  text-align: left;
  border-bottom: 4px solid rgba(204, 204, 204, 0.15);
  margin-top: 2.5em;
  margin-bottom: 1.5em;
  clear: both;
  overflow-wrap: break-word;
}

@media (min-width: 901px) {
  body > .content [data-content='default'] h2 {
    font-size: 1.8em;
    line-height: 1.8em;
  }
}

@media (max-width: 900px) {
  body > .content [data-content='default'] h2 {
    font-size: 1.5em;
    line-height: 1.5em;
  }
}

body > .content [data-content='default'] h3 {
  font-size: 1.4em;
  line-height: 1.5em;
  color: #ccc;
  border-bottom: 1px solid rgba(30, 182, 232, 0.75);
  text-align: left;
  margin-top: 2.5em;
  margin-bottom: 1.5em;
  clear: both;
  overflow-wrap: break-word;
}

body > .content [data-content='default'] h3.h3color {
  color: #1EB6E8;
}

body > .content [data-content='default'] h3.no-border {
  border-bottom: none;
}

body > .content [data-content='default'] h4 {
  font-size: 1.25em;
  color: #ccc;
  text-align: left;
  margin-top: 2.5em;
  margin-bottom: 1.5em;
  clear: both;
  overflow-wrap: break-word;
}

body > .content [data-content='default'] h4.code {
  font-size: 1em;
  font-family: 'Monaco', 'Andale Mono', monospace;
  text-overflow: ellipsis;
}

@media (min-width: 901px) {
  body > .content [data-content='default'] h4.code {
    white-space: nowrap;
  }
}

body > .content [data-content='default'] h5 {
  font-size: 1.1em;
  font-weight: 400;
  color: #999;
  text-align: left;
  margin-top: 1.5em;
  margin-bottom: 1em;
  clear: both;
  overflow-wrap: break-word;
}

body > .content [data-content='default'] p {
  line-height: 1.5em;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

body > .content [data-content='default'] ul {
  line-height: 1.5em;
  margin-left: 1.5em;
  margin-top: 1em;
  margin-bottom: 1em;
  list-style-type: disc;
}

@media (max-width: 900px) {
  body > .content [data-content='default'] ul {
    text-align: left;
  }
}

body > .content [data-content='default'] ul li ul {
  margin-top: 0;
  margin-bottom: 0;
}

body > .content [data-content='default'] blockquote {
  border-left: 6px solid #11142C;
  padding-left: 8px;
}

body > .content [data-content='default'] blockquote p, body > .content [data-content='default'] blockquote ul {
  margin-top: 0em;
  margin-bottom: 0em;
}

body > .content [data-content='default'] a {
  text-decoration: none;
  color: #1EB6E8;
}

body > .content [data-content='default'] a:hover {
  text-decoration: underline;
}

body > .content [data-content='default'] a.inline-icon {
  margin: 0 2px;
}

body > .content [data-content='default'] a.inline-icon:first-child {
  margin-left: 0;
}

body > .content [data-content='default'] a.inline-icon:last-child {
  margin-right: 0;
}

body > .content [data-content='default'] a.inline-icon img {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  opacity: 0.75;
  transition-property: opacity;
  transition-duration: 0.1s;
}

body > .content [data-content='default'] a.inline-icon img:hover {
  opacity: 1;
}

body > .content [data-content='default'] a > code {
  color: #ccc !important;
}

body > .content [data-content='default'] strong {
  font-weight: 400;
  color: #ccc;
}

body > .content [data-content='default'] em {
  font-style: italic;
}

body > .content [data-content='default'] pre.highlight {
  overflow: auto;
  width: 100%;
  margin: 0 auto;
  padding: 1.2em;
  border-radius: 4px;
  background: #000211;
  border: 1px solid rgba(204, 204, 204, 0.15);
  font-size: 0.85em;
  font-family: 'Monaco', 'Andale Mono', monospace;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  hyphens: none;
  color: #d7d7d7;
  opacity: 0.75;
  /* comment */
  /* error */
  /* keyword */
  /* literal */
  /* name */
  /* operator */
  /* punctuation */
  /* comment.multiline */
  /* comment.preproc */
  /* comment.single */
  /* comment.special */
  /* generic.emph */
  /* generic.strong */
  /* keyword.constant */
  /* keyword.declaration */
  /* keyword.namespace */
  /* keyword.pseudo */
  /* keyword.reserved */
  /* keyword.type */
  /* literal.date */
  /* literal.number */
  /* literal.string */
  /* name.attribute */
  /* name.builtin */
  /* name.class */
  /* name.constant */
  /* name.decorator */
  /* name.entity */
  /* name.exception */
  /* name.function */
  /* name.label */
  /* name.namespace */
  /* name.other */
  /* name.property */
  /* name.tag */
  /* name.variable */
  /* operator.word */
  /* text.whitespace */
  /* literal.number.float */
  /* literal.number.hex */
  /* literal.number.integer */
  /* literal.number.oct */
  /* literal.string.backtick */
  /* literal.string.char */
  /* literal.string.doc */
  /* literal.string.double */
  /* literal.string.escape */
  /* literal.string.heredoc */
  /* literal.string.interpol */
  /* literal.string.other */
  /* literal.string.regex */
  /* literal.string.single */
  /* literal.string.symbol */
  /* name.builtin.pseudo */
  /* name.variable.class */
  /* name.variable.global */
  /* name.variable.instance */
  /* literal.number.integer.long */
  /* generic heading & diff header */
  /* generic.subheading & diff unified/comment? */
  /* generic.deleted & diff deleted */
  /* generic.inserted & diff inserted */
}

body > .content [data-content='default'] pre.highlight .hll {
  background-color: #49483e;
}

body > .content [data-content='default'] pre.highlight .c {
  color: #908d7f;
}

body > .content [data-content='default'] pre.highlight .err {
  color: #960050;
  background-color: #1e0010;
}

body > .content [data-content='default'] pre.highlight .k {
  color: #f9ee9a;
}

body > .content [data-content='default'] pre.highlight .l {
  color: #ffe081;
}

body > .content [data-content='default'] pre.highlight .n {
  color: #f8f8f2;
}

body > .content [data-content='default'] pre.highlight .o {
  color: #a1e075;
}

body > .content [data-content='default'] pre.highlight .p {
  color: rgba(255, 255, 255, 0.55);
}

body > .content [data-content='default'] pre.highlight .cm {
  color: #908d7f;
}

body > .content [data-content='default'] pre.highlight .cp {
  color: #908d7f;
}

body > .content [data-content='default'] pre.highlight .c1 {
  color: #908d7f;
}

body > .content [data-content='default'] pre.highlight .cs {
  color: #908d7f;
}

body > .content [data-content='default'] pre.highlight .ge {
  font-style: italic;
}

body > .content [data-content='default'] pre.highlight .gs {
  font-weight: bold;
}

body > .content [data-content='default'] pre.highlight .kc {
  color: #ff8d26;
}

body > .content [data-content='default'] pre.highlight .kd {
  color: #f9ee9a;
}

body > .content [data-content='default'] pre.highlight .kn {
  color: #a1e075;
}

body > .content [data-content='default'] pre.highlight .kp {
  color: #f9ee9a;
}

body > .content [data-content='default'] pre.highlight .kr {
  color: #ff8d26;
}

body > .content [data-content='default'] pre.highlight .kt {
  color: #f9ee9a;
}

body > .content [data-content='default'] pre.highlight .ld {
  color: #63d3f2;
}

body > .content [data-content='default'] pre.highlight .m {
  color: #ffe081;
}

body > .content [data-content='default'] pre.highlight .s {
  color: #63d3f2;
}

body > .content [data-content='default'] pre.highlight .na {
  color: #cccccc;
}

body > .content [data-content='default'] pre.highlight .nb {
  color: #f8f8f2;
}

body > .content [data-content='default'] pre.highlight .nc {
  color: #e5e5e5;
}

body > .content [data-content='default'] pre.highlight .no {
  color: #f9ee9a;
}

body > .content [data-content='default'] pre.highlight .nd {
  color: #e5e5e5;
}

body > .content [data-content='default'] pre.highlight .ni {
  color: #f8f8f2;
}

body > .content [data-content='default'] pre.highlight .ne {
  color: #e5e5e5;
}

body > .content [data-content='default'] pre.highlight .nf {
  color: #e5e5e5;
}

body > .content [data-content='default'] pre.highlight .nl {
  color: #f8f8f2;
}

body > .content [data-content='default'] pre.highlight .nn {
  color: #f8f8f2;
}

body > .content [data-content='default'] pre.highlight .nx {
  color: #e5e5e5;
}

body > .content [data-content='default'] pre.highlight .py {
  color: #f8f8f2;
}

body > .content [data-content='default'] pre.highlight .nt {
  color: #a1e075;
}

body > .content [data-content='default'] pre.highlight .nv {
  color: #f8f8f2;
}

body > .content [data-content='default'] pre.highlight .ow {
  color: #a1e075;
}

body > .content [data-content='default'] pre.highlight .w {
  color: #f8f8f2;
}

body > .content [data-content='default'] pre.highlight .mf {
  color: #ffe081;
}

body > .content [data-content='default'] pre.highlight .mh {
  color: #ffe081;
}

body > .content [data-content='default'] pre.highlight .mi {
  color: #ffe081;
}

body > .content [data-content='default'] pre.highlight .mo {
  color: #ffe081;
}

body > .content [data-content='default'] pre.highlight .sb {
  color: #63d3f2;
}

body > .content [data-content='default'] pre.highlight .sc {
  color: #63d3f2;
}

body > .content [data-content='default'] pre.highlight .sd {
  color: #63d3f2;
}

body > .content [data-content='default'] pre.highlight .s2 {
  color: #63d3f2;
}

body > .content [data-content='default'] pre.highlight .se {
  color: #ffe081;
}

body > .content [data-content='default'] pre.highlight .sh {
  color: #63d3f2;
}

body > .content [data-content='default'] pre.highlight .si {
  color: #63d3f2;
}

body > .content [data-content='default'] pre.highlight .sx {
  color: #63d3f2;
}

body > .content [data-content='default'] pre.highlight .sr {
  color: #63d3f2;
}

body > .content [data-content='default'] pre.highlight .s1 {
  color: #63d3f2;
}

body > .content [data-content='default'] pre.highlight .ss {
  color: #63d3f2;
}

body > .content [data-content='default'] pre.highlight .bp {
  color: #f8f8f2;
}

body > .content [data-content='default'] pre.highlight .vc {
  color: #f8f8f2;
}

body > .content [data-content='default'] pre.highlight .vg {
  color: #f8f8f2;
}

body > .content [data-content='default'] pre.highlight .vi {
  color: #f8f8f2;
}

body > .content [data-content='default'] pre.highlight .il {
  color: #ffe081;
}

body > .content [data-content='default'] pre.highlight .gu {
  color: #908d7f;
}

body > .content [data-content='default'] pre.highlight .gd {
  color: #a1e075;
}

body > .content [data-content='default'] pre.highlight .gi {
  color: #e5e5e5;
}

body > .content [data-content='default'] div.highlighter-rouge {
  margin: 2em auto;
}

@media (min-width: 901px) {
  body > .content [data-content='default'] div.highlighter-rouge {
    width: 92%;
  }
}

@media (max-width: 900px) {
  body > .content [data-content='default'] div.highlighter-rouge {
    width: 100%;
  }
}

body > .content [data-content='default'] :not(pre) > code {
  font-family: 'Monaco', 'Andale Mono', monospace;
  font-size: 0.85em;
  color: #b3b3b3;
  white-space: pre;
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  padding: 1px 2px;
}

body > .content [data-content='default'] section {
  margin: 0;
}

@media (min-width: 901px) {
  body > .content [data-content='default'] section {
    padding-left: 1.5em;
  }
}

@media (max-width: 900px) {
  body > .content [data-content='default'] section {
    padding-left: 0.5em;
  }
}

body > .content [data-content='default'] div.note {
  margin: 2em auto;
  padding: 1em;
  font-size: 0.95em;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  border: 1px solid rgba(204, 204, 204, 0.1);
}

body > .content [data-content='default'] div.note.warn {
  border-color: rgba(228, 116, 116, 0.5);
}

@media (min-width: 901px) {
  body > .content [data-content='default'] div.note {
    width: 92%;
  }
}

@media (max-width: 900px) {
  body > .content [data-content='default'] div.note {
    width: 100%;
  }
}

body > .content [data-content='default'] div.note > *:first-child {
  margin-top: 0 !important;
}

body > .content [data-content='default'] div.note > *:last-child {
  margin-bottom: 0 !important;
}

body > .content [data-content='default'] .table-wrapper {
  margin: 1em 0;
  overflow: auto;
}

body > .content [data-content='default'] .table-wrapper table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  background-color: rgba(255, 255, 255, 0.025);
  font-size: 0.9em;
}

body > .content [data-content='default'] .table-wrapper table th {
  padding: 0.75em;
  text-align: center;
  background-color: rgba(0, 2, 17, 0.85);
}

body > .content [data-content='default'] .table-wrapper table td {
  padding: 0.75em;
  line-height: 1.5em;
  text-align: left;
}

body > .content [data-content='default'] .table-wrapper table th, body > .content [data-content='default'] .table-wrapper table td {
  border: 1px solid rgba(204, 204, 204, 0.2);
}

body > .content [data-content='default'] .table-wrapper.L1-small th:nth-child(1),
body > .content [data-content='default'] .table-wrapper.L1-small td:nth-child(1) {
  min-width: 180px;
}

body > .content [data-content='default'] .table-wrapper.L2 th:nth-child(2),
body > .content [data-content='default'] .table-wrapper.L2 td:nth-child(2) {
  min-width: 300px;
}

body > .content [data-content='default'] .table-wrapper.L3 th:nth-child(3),
body > .content [data-content='default'] .table-wrapper.L3 td:nth-child(3) {
  min-width: 300px;
}

body > .content [data-content='default'] .table-wrapper.L4 th:nth-child(4),
body > .content [data-content='default'] .table-wrapper.L4 td:nth-child(4) {
  min-width: 300px;
}

body > .content [data-content='default'] .table-wrapper.L5 th:nth-child(5),
body > .content [data-content='default'] .table-wrapper.L5 td:nth-child(5) {
  min-width: 200px;
}

@media (min-width: 901px) {
  body > .content [data-content='default'] .computer-icon-text-columns {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  body > .content [data-content='default'] .computer-icon-text-columns > .icon {
    flex: 0 0 auto;
  }
  body > .content [data-content='default'] .computer-icon-text-columns > .icon * {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    float: none !important;
  }
  body > .content [data-content='default'] .computer-icon-text-columns > .text {
    flex: 100 100 auto;
  }
}

body > .content [data-content='default'] img {
  vertical-align: bottom;
}

body > .content [data-content='default'] img.photo {
  height: 215px;
  width: 215px;
  object-fit: cover;
}

body > .content [data-content='default'] img.round {
  border-radius: 50%;
}

@media (min-width: 901px) {
  body > .content [data-content='default'] img.left {
    float: left;
    margin: 0 2em 1em 0;
  }
}

@media (max-width: 900px) {
  body > .content [data-content='default'] img.left {
    display: block;
    margin: 2em auto;
  }
}

body > .content [data-content='default'] img.logo {
  width: auto;
  height: 64px;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

body > .content [data-content='default'] img.logo * {
  float: none !important;
}

body > .content [data-content='default'] img.full-width {
  width: 100%;
  height: auto;
  margin-top: 1em;
  margin-bottom: 1em;
}

body > .content [data-content='default'] hr {
  margin: 1rem 0 !important;
  clear: both;
  visibility: hidden;
}

body > .content [data-content='default'] h1 + h2, body > .content [data-content='default'] h1 + h3, body > .content [data-content='default'] h1 + p, body > .content [data-content='default'] h1 + ul, body > .content [data-content='default'] h1 + pre,
body > .content [data-content='default'] h2 + h3, body > .content [data-content='default'] h2 + h4, body > .content [data-content='default'] h2 + p, body > .content [data-content='default'] h2 + ul, body > .content [data-content='default'] h2 + pre,
body > .content [data-content='default'] h3 + h4, body > .content [data-content='default'] h3 + p, body > .content [data-content='default'] h3 + ul, body > .content [data-content='default'] h3 + pre,
body > .content [data-content='default'] h4 + h5, body > .content [data-content='default'] h4 + p, body > .content [data-content='default'] h4 + ul, body > .content [data-content='default'] h4 + pre,
body > .content [data-content='default'] ul + p,
body > .content [data-content='default'] p + ul {
  margin-top: 0 !important;
}

body > .content [data-content='default'] section > *:last-child {
  margin-bottom: 0 !important;
}

body > .content [data-content='default'] .checkbox {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 4px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

body > .content [data-content='default'] .checkbox.on {
  background-image: url("/images/checkbox-on.svg");
}

body > .content [data-content='default'] .checkbox:not(.on) {
  background-image: url("/images/checkbox-off-white.svg");
  opacity: 0.75;
}

body > .content [data-content='breadcrumbs'] {
  position: absolute;
}

@media (min-width: 901px) {
  body > .content [data-content='breadcrumbs'] {
    top: 20px;
    font-size: 0.9rem;
  }
}

@media (max-width: 900px) {
  body > .content [data-content='breadcrumbs'] {
    top: 40px;
    font-size: 0.65rem;
  }
}

body > .content .anchorjs-link {
  opacity: 0;
  text-decoration: none !important;
  font-size: 120%;
}

body > .content *:hover > .anchorjs-link,
body > .content .anchorjs-link:focus {
  /* To fade links as they appear, change transition-property from 'color' to 'all' */
  opacity: 1;
  transition: color .16s linear;
}

body > .content .anchorjs-link:link {
  color: #999;
}

body > .content .anchorjs-link:visited {
  color: #999;
}

body > .content .anchorjs-link:hover {
  color: #1EB6E8;
}

body > .content .anchorjs-link:active {
  color: #1EB6E8;
}

body > .content .api-toc-button {
  position: fixed;
  z-index: 50;
  background: center url(/images/toc.svg) no-repeat;
  background-size: 50%;
  background-color: #f2f2f2;
  border-right: none;
  box-shadow: 0px 0px 3px 0px rgba(17, 17, 17, 0.35);
  cursor: pointer;
  overscroll-behavior: contain;
  -webkit-tap-highlight-color: transparent;
}

@media (min-width: 901px) {
  body > .content .api-toc-button {
    right: 0;
    top: 50%;
    margin-top: -55px;
    height: 110px;
    width: 56px;
  }
}

@media (max-width: 900px) {
  body > .content .api-toc-button {
    right: 0;
    top: 50%;
    margin-top: -25px;
    height: 50px;
    width: 30px;
  }
}

body > .content .api-toc-wrapper {
  position: fixed;
  z-index: 10;
  bottom: 0;
  top: 0;
  background-color: #f2f2f2;
  box-shadow: -3px 0px 8px 0px rgba(255, 255, 255, 0.25);
  border-color: transparent;
  border-style: solid;
  border-width: 8px 0;
  font-size: 0.95rem;
  transition-duration: 0.2s;
  overflow-y: auto;
  overscroll-behavior: contain;
}

@media (min-width: 901px) {
  body > .content .api-toc-wrapper {
    right: -500px;
    width: 480px;
    padding: 2rem 1rem;
  }
}

@media (max-width: 900px) {
  body > .content .api-toc-wrapper {
    right: -290px;
    width: 260px;
    padding: 1rem 0.25rem;
  }
}

body > .content .api-toc-wrapper.visible {
  right: 0px;
}

body > .content .api-toc-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body > .content .api-toc-wrapper a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  font-weight: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
}

body > .content .api-toc-wrapper a:hover {
  text-decoration: underline;
}

body > .content .api-toc-wrapper > ul > li {
  display: block;
  margin: 1.5em 0.75em 0.25em 0.75em;
  font-weight: 400;
  color: #11142C;
}

body > .content .api-toc-wrapper > ul > li:first-child {
  margin-top: 0.75em;
}

body > .content .api-toc-wrapper > ul > li > ul {
  margin-left: 0.5em;
}

body > .content .api-toc-wrapper > ul > li > ul > li {
  margin: 0 0 0.5em 0;
  font-size: 0.95em;
  font-weight: 400;
  color: #1495bf;
}

body > .content .api-toc-wrapper > ul > li > ul > li > ul > li {
  font-family: 'Monaco', 'Consolas', 'Andale Mono', monospace;
  letter-spacing: -0.04em;
  font-size: 0.9em;
  line-height: 1.3em;
  color: #595959;
}

body > .footer {
  flex: 0 0 auto;
  width: 100%;
  padding: 1.75rem 2rem 2.25rem 2rem;
  background-color: #000211;
}

@media (min-width: 901px) {
  body > .footer > .links {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}

body > .footer > .links > a {
  display: block;
  color: rgba(204, 204, 204, 0.5);
  font-weight: 400;
  border-bottom: 1px solid rgba(204, 204, 204, 0.2);
  font-size: 0.90rem;
  text-align: center;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  transition-property: color border-bottom;
  transition-duration: 0.1s;
}

body > .footer > .links > a:hover {
  color: #ccc;
  border-color: #ccc;
}

@media (min-width: 901px) {
  body > .footer > .links > a {
    margin: 0 0.5rem;
    line-height: 2rem;
    width: 8rem;
  }
}

@media (max-width: 900px) {
  body > .footer > .links > a {
    line-height: 2.5rem;
  }
}

body > .arrow-up {
  position: fixed;
  cursor: pointer;
  background-image: url("/images/arrow-up.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: -1;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.2s;
  -webkit-tap-highlight-color: transparent;
}

body > .arrow-up.visible {
  z-index: 5;
  opacity: 0.25;
}

body > .arrow-up.visible:hover {
  opacity: 0.5;
}

@media (min-width: 901px) {
  body > .arrow-up {
    bottom: 2rem;
    right: 2rem;
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 900px) {
  body > .arrow-up {
    bottom: 16px;
    right: 16px;
    width: 42px;
    height: 42px;
  }
}

body > .announcement {
  position: fixed;
  z-index: 200;
  width: 400px;
  transform: rotate(-45deg);
  color: rgba(255, 255, 255, 0.9);
  background-color: rgba(240, 106, 42, 0.9);
  box-shadow: 0px 0px 5px 0px rgba(51, 51, 51, 0.6);
  text-align: center;
}

@media (min-width: 901px) {
  body > .announcement {
    bottom: 60px;
    right: -120px;
    font-size: 1rem;
    line-height: 2.2rem;
    opacity: 0.85;
    transition-property: bottom right;
    transition-delay: 2.5s;
    transition-duration: .25s;
  }
  body > .announcement.loading {
    bottom: -120px;
    right: -300px;
  }
}

@media (max-width: 900px) {
  body > .announcement {
    bottom: 45px;
    right: -145px;
    font-size: 0.8rem;
    line-height: 1.8rem;
  }
}

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