@font-face {
  font-family: 'Baton Turbo';
  font-weight: 300;
  font-display: swap;
  src: url(5c24a7377c92fd8e931b4506a7ba13ef.woff2) format('woff2'), url(fde3fff3df4b53624b8b8da38329108d.woff) format('woff');
}
@font-face {
  font-family: 'Baton Turbo';
  font-weight: 500;
  font-display: swap;
  src: url(d8d24eca174614f3e264ad8f07382a27.woff2) format('woff2'), url(1c473269ef36cb12e23c976f21ea450e.woff) format('woff');
}
@font-face {
  font-family: 'Baton Turbo';
  font-weight: 700;
  font-display: swap;
  src: url(b9b55b1a9fc192029911bea9fd32889c.woff2) format('woff2'), url(f8060d7b584a6434a3d68a79731e0e9e.woff) format('woff');
}
@font-face {
  font-family: 'Baton Turbo';
  font-weight: 900;
  font-display: swap;
  src: url(882d70c8d07985a4128b4f9a6f375e3b.woff2) format('woff2'), url(d3a4db0a33ca782ee50ce7acfe256d7f.woff) format('woff');
}
@font-face {
  font-family: 'Baton';
  font-weight: 300;
  font-display: swap;
  src: url(a97acd146c32f27e80fd8fe6a8612456.woff2) format('woff2'), url(d2cec0a15e090df72215e8d4f86213bb.woff) format('woff');
}
@font-face {
  font-family: 'Baton';
  font-weight: 500;
  font-display: swap;
  src: url(a487d8f121338189a1a71422e1e62034.woff2) format('woff2'), url(2723869d0c776859260643fb6b79fd85.woff) format('woff');
}
@font-face {
  font-family: 'Baton';
  font-weight: 700;
  font-display: swap;
  src: url(e91c5e331c83ca7e41e502f6fb1b4525.woff2) format('woff2'), url(ceb3ceccb8e7ae6852fb55b6ce3ce386.woff) format('woff');
}
@font-face {
  font-family: 'Baton';
  font-weight: 900;
  font-display: swap;
  src: url(93810f6f2b062924b22d7b7972f4d7db.woff2) format('woff2'), url(deeb75549bd12a9f20b7ed8fbf105a86.woff) format('woff');
}
@keyframes flicker {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
* {
  margin: 0;
  padding: 0;
}
html {
  height: -webkit-fill-available;
}
body {
  font-family: "Baton Turbo", Arial, sans-serif;
  font-size: 17px;
  line-height: 25px;
  color: #212738;
  background: #F0F0F0;
  transition: color 0.35s cubic-bezier(0.61, 1, 0.88, 1), background-color;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-size: 34px;
  line-height: 37.5px;
  margin-bottom: 12.5px;
}
body ul li,
body ol li {
  padding: 6.25px 0;
}
body a {
  color: #212738;
  text-decoration: none;
  border-bottom: 1px solid #212738;
  transition: color 0.35s cubic-bezier(0.37, 0, 0.63, 1), border-color 0.35s cubic-bezier(0.37, 0, 0.63, 1);
}
body a:hover {
  color: #f97068;
  border-bottom-color: #f97068;
}
@media screen {
  div.main {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    height: -webkit-fill-available;
    overflow: hidden;
    z-index: 1;
  }
  div.main button.signum {
    position: absolute;
    display: none;
    top: 37.5px;
    left: 50px;
    z-index: 10;
    color: #212738;
    font-family: "Baton", Arial, sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    background-color: transparent;
    line-height: 144.44444444%;
    padding-left: 43.75px;
    transform: translateY(-50%);
  }
  div.main button.signum.enabled {
    display: block;
  }
  div.main button.signum:before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 38px;
    height: 38px;
    transform: translateY(-50%);
    background: url(4abab6d6d88a0f97dfe1c7bc1c1350bb.svg) center center no-repeat;
    background-size: 100%;
    content: "";
  }
  div.main button.signum span {
    display: inline-block;
    overflow: visible;
    white-space: nowrap;
    opacity: 1;
    transition: opacity 0.35s cubic-bezier(0.61, 1, 0.88, 1);
  }
  div.main.app button.signum {
    transition: opacity 0.35s cubic-bezier(0.61, 1, 0.88, 1);
    opacity: 0.5;
  }
  div.main.app button.signum:hover {
    opacity: 1;
  }
  div.main div.view {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: transform 0.35s cubic-bezier(0.37, 0, 0.63, 1), opacity 0.35s cubic-bezier(0.61, 1, 0.88, 1), background-color 0.35s cubic-bezier(0.61, 1, 0.88, 1);
  }
  div.main div.lobby {
    padding: 75px 50px 100px;
    animation-name: flicker;
    animation-duration: 0.1s;
    animation-iteration-count: infinite;
  }
  div.main.about {
    overflow: hidden auto;
  }
  div.main.about div.view.app {
    transform: translate(0, 100%);
    z-index: -1;
    pointer-events: none;
    opacity: 0;
    overflow: hidden !important;
    width: 0;
    height: 0;
  }
  div.main.app button.signum span {
    width: 0;
    opacity: 0;
    pointer-events: none;
  }
  div.main.app div.view.about {
    transform: translate(0, -100%);
    z-index: -1;
    pointer-events: none;
    opacity: 0;
  }
  div.main.app div.view.app {
    transform: translate(0, 0);
  }
  div.main.landscape.about div.view.app {
    transform: translate(100%, 0);
  }
  div.main.landscape.app div.view.about {
    transform: translate(-100%, 0);
  }
}
@media screen {
  .pagebreak {
    display: none !important;
  }
  .for-pdfs {
    display: none !important;
  }
}
@media print {
  .for-screens {
    display: none !important;
  }
}
.sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
@media screen {
  div.view.about {
    color: #212738;
    background-color: #ffffff;
    padding: 75px 50px 100px;
    box-sizing: border-box;
    z-index: 200;
  }
  div.view.about h1 {
    font-family: "Baton", Arial, sans-serif;
    font-size: 8.6vw;
    line-height: 125%;
    font-style: italic;
    margin: 0 0 25px 0;
  }
  div.view.about h1 span {
    display: block;
  }
  div.view.about p {
    max-width: 640px;
  }
  div.view.about .action-button {
    letter-spacing: 1px;
    font-weight: 400;
    font-family: "Baton", Arial, sans-serif;
    text-transform: uppercase;
    border: none;
    background-color: #B689FF;
    color: #ffffff;
    font-size: 17px;
    line-height: 0;
    padding: 25px;
    border-radius: 25px;
    cursor: pointer;
    opacity: 0.75;
    transition: opacity 0.35s cubic-bezier(0.61, 1, 0.88, 1), background-color 0.35s cubic-bezier(0.61, 1, 0.88, 1), color 0.35s cubic-bezier(0.61, 1, 0.88, 1);
  }
  div.view.about .action-button:hover,
  div.view.about .action-button:focus {
    opacity: 1;
  }
  div.view.about p#watch-the-video {
    padding-top: 12.5px;
    font-size: 14.45px;
  }
  div.view.about p#watch-the-video a {
    position: relative;
    border: none;
    padding-left: 22.61px;
    margin-left: 8.5px;
  }
  div.view.about p#watch-the-video a svg {
    display: inline-block;
    vertical-align: middle;
    width: 14.45px;
    height: 14.45px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
  }
  div.view.about p#watch-the-video a svg path {
    transition: fill 0.35s ease-in-out;
  }
  div.view.about p#watch-the-video a:hover svg path {
    fill: #f97068;
  }
  div.view.about div.description {
    margin-top: 75px;
    color: #999;
    font-weight: 100;
  }
  div.view.about div.description p + p {
    margin-top: 25px;
  }
  div.view.about div.description label {
    cursor: pointer;
  }
  div.view.about div.description label.cta {
    transition: color 0.35s ease-in-out;
  }
  div.view.about div.description label.cta:hover {
    color: #212738;
  }
  div.view.about div.description .support-text {
    font-size: 75%;
  }
  div.view.about footer {
    font-size: 75%;
    color: #999;
    font-weight: 300;
    margin-top: 75px;
  }
  div.view.about footer a {
    color: #999;
    border-bottom-color: #999;
  }
  div.view.about footer a:hover,
  div.view.about footer a:focus {
    color: #212738;
    border-bottom-color: #212738;
  }
  div.view.about footer ul {
    list-style: none;
    margin-bottom: 12.5px;
  }
  div.view.about footer ul li {
    display: inline-block;
    padding: 0;
  }
  div.view.about footer ul li + li {
    margin-left: 4.25px;
  }
  div.view.about footer ul li + li:before {
    content: "• ";
  }
  div.view.about footer p.authors a {
    border-bottom-width: 0;
  }
  div.view.about footer p + p {
    margin-top: 25px;
  }
  .landscape div.view.about {
    min-height: 100%;
    max-width: 90%;
  }
  .landscape div.view.about h1 {
    font-size: 6vw;
    padding-right: 8.82352941vw;
  }
}
div#react div.view.faq:after {
  display: block;
  position: absolute;
  background: #F0F0F0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 10%;
  content: "";
  z-index: -1;
}
div#react div.view.faq div.cols {
  display: flex;
  flex-direction: row;
}
div#react div.view.faq div.cols > div {
  position: relative;
  vertical-align: middle;
  max-width: 720px;
  width: 50%;
}
div#react div.view.faq div.section + div.section {
  margin-top: 100px;
}
div#react div.view.faq ul.answer,
div#react div.view.faq p {
  color: #7d7d7d;
}
div#react div.view.faq ul.answer a,
div#react div.view.faq p a {
  color: #7d7d7d;
  border-bottom-color: #b0b0b0;
}
div#react div.view.faq ul.answer a:hover,
div#react div.view.faq p a:hover {
  color: #f97068;
  border-bottom-color: #f97068;
}
div#react div.view.faq ul.answer.question,
div#react div.view.faq p.question {
  color: #212738;
}
div#react div.view.faq ul.answer.question a,
div#react div.view.faq p.question a {
  color: #212738;
  border-bottom-width: 0;
}
div#react div.view.faq ul.answer.question a:hover,
div#react div.view.faq p.question a:hover {
  color: #f97068;
}
div#react div.view.faq ul.answer.answer,
div#react div.view.faq p.answer {
  margin-top: 6.25px;
}
div#react div.view.faq ul.answer.description + p.description,
div#react div.view.faq p.description + p.description {
  text-indent: 25px;
}
div#react div.view.faq h1,
div#react div.view.faq h2,
div#react div.view.faq h3 {
  font-size: 75px;
  line-height: 87.5px;
  max-width: 720px;
  margin-bottom: 50px;
  font-family: "Baton", Arial, sans-serif;
  font-style: italic;
  margin: 0 0 25px 0;
}
div#react div.view.faq h1 span,
div#react div.view.faq h2 span,
div#react div.view.faq h3 span {
  white-space: nowrap;
}
div#react div.view.faq .toc {
  margin-top: 50px;
  text-align: center;
  color: #7d7d7d;
  max-width: 640px;
}
div#react div.view.faq .toc ol {
  text-align: center;
  padding-bottom: 25px;
  border-bottom: 2px solid #C4C4C4;
}
div#react div.view.faq .toc ol li {
  display: inline-block;
  font-family: "Baton", Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}
div#react div.view.faq .toc ol li a {
  text-decoration: none;
  border-bottom: none;
}
div#react div.view.faq .toc ol li + li:before {
  content: "• ";
}
div#react div.view.faq ol.order {
  display: flex;
  position: relative;
  width: auto;
  font-family: "Baton", Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  list-style-position: inside;
  margin-bottom: 50px;
}
div#react div.view.faq ol.order li.enabled {
  border-bottom: 2px solid #C4C4C4;
}
div#react div.view.faq ol.order li.enabled a {
  text-decoration: none;
  border-bottom: none;
}
div#react div.view.faq ol.order li.enabled + li.enabled {
  padding-left: 8.5px;
}
div#react div.view.faq div#the-life-of-a-keyword ol.order {
  overflow: auto;
  width: 100%;
  white-space: nowrap;
}
div#react div.view.faq p.title {
  display: inline-block;
  font-family: "Baton", Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 50px;
  border-bottom: 2px solid #c4c4c4;
  padding-bottom: 12.5px;
  margin-bottom: 12.5px;
  text-align: center;
}
div#react div.view.faq ul.qa {
  color: #C4C4C4;
}
div#react div.view.faq ul.qa > li + li {
  margin-top: 25px;
}
div#react div.view.faq ul.answer li {
  padding: 0;
  margin: 0;
  margin-left: 17px;
}
div#react div.view.faq ul.channels {
  margin-top: 12.5px;
}
div#react div.view.faq ul.channels li {
  margin-left: 17px;
}
div#react div.view.faq ul.channels li a {
  white-space: nowrap;
}
div#react div.view.faq iframe,
div#react div.view.faq video {
  margin-top: 100px;
  border: 1px solid #212738;
  width: 66%;
  height: auto;
}
div#react div.view.faq .yt-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
div#react div.view.faq iframe {
  position: absolute;
  top: 0;
  left: 50%;
  width: 66%;
  height: 66%;
  transform: translateX(-50%);
  margin-top: 0;
}
div#back-to-top {
  display: block;
  position: fixed;
  bottom: 25px;
  right: 50px;
  width: 51px;
  height: 51px;
  background: rgba(150, 150, 150, 0.6) url(1f55e772390e7aa01404b834fe9d35b0.svg) center 45% no-repeat;
  background-size: 50%;
  border-radius: 50%;
  cursor: pointer;
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease-in-out;
}
div.main.below-fold div#back-to-top {
  pointer-events: auto;
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  div#react div.view.faq:after {
    display: none;
  }
  div#react div.view.faq div.cols {
    flex-direction: column-reverse;
  }
  div#react div.view.faq div.cols > div {
    width: 100%;
  }
  div#react div.view.faq div.cols > div + div {
    margin-bottom: 25px;
  }
  div#react div.view.faq div.cols > div p {
    max-width: 100%;
  }
  div#react div.view.faq h1,
  div#react div.view.faq h2,
  div#react div.view.faq h3 {
    font-size: 37.5px;
    line-height: 50px;
  }
  div#react div.view.faq ol.order {
    font-size: 12.75px;
    margin-bottom: 25px;
  }
  div#react div.view.faq iframe,
  div#react div.view.faq video {
    width: 100%;
    max-width: 540px;
  }
  div#react div.view.faq iframe {
    width: 100%;
    height: 100%;
    max-width: 540px;
  }
  div#react div.view.faq ul.channels li a {
    white-space: normal;
  }
}
.mobile div#react div.view.faq div.step ol.order {
  list-style: none;
}
.empty {
  display: none;
}
span.nowrap {
  white-space: nowrap;
}

