@charset "UTF-8";
@font-face {
  font-family: "GT Haptik";
  src: url("../fonts/gt-haptik/GT-Haptik-Bold.eot");
  src: url("../fonts/gt-haptik/GT-Haptik-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/gt-haptik/GT-Haptik-Bold.woff2") format("woff2"), url("../fonts/gt-haptik/GT-Haptik-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "GT Haptik";
  src: url("../fonts/gt-haptik/GT-Haptik-Bold-Rotalic.eot");
  src: url("../fonts/gt-haptik/GT-Haptik-Bold-Rotalic.eot?#iefix") format("embedded-opentype"), url("../fonts/gt-haptik/GT-Haptik-Bold-Rotalic.woff2") format("woff2"), url("../fonts/gt-haptik/GT-Haptik-Bold-Rotalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "GT Haptik";
  src: url("../fonts/gt-haptik/GT-Haptik-Medium.eot");
  src: url("../fonts/gt-haptik/GT-Haptik-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/gt-haptik/GT-Haptik-Medium.woff2") format("woff2"), url("../fonts/gt-haptik/GT-Haptik-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "GT Haptik";
  src: url("../fonts/gt-haptik/GT-Haptik-Medium-Rotalic.eot");
  src: url("../fonts/gt-haptik/GT-Haptik-Medium-Rotalic.eot?#iefix") format("embedded-opentype"), url("../fonts/gt-haptik/GT-Haptik-Medium-Rotalic.woff2") format("woff2"), url("../fonts/gt-haptik/GT-Haptik-Medium-Rotalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "GT Haptik";
  src: url("../fonts/gt-haptik/GT-Haptik-Regular.eot");
  src: url("../fonts/gt-haptik/GT-Haptik-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/gt-haptik/GT-Haptik-Regular.woff2") format("woff2"), url("../fonts/gt-haptik/GT-Haptik-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "GT Haptik";
  src: url("../fonts/gt-haptik/GT-Haptik-Regular-Rotalic.eot");
  src: url("../fonts/gt-haptik/GT-Haptik-Regular-Rotalic.eot?#iefix") format("embedded-opentype"), url("../fonts/gt-haptik/GT-Haptik-Regular-Rotalic.woff2") format("woff2"), url("../fonts/gt-haptik/GT-Haptik-Regular-Rotalic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "GT Haptik";
  src: url("../fonts/gt-haptik/GT-Haptik-Light.eot");
  src: url("../fonts/gt-haptik/GT-Haptik-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/gt-haptik/GT-Haptik-Light.woff2") format("woff2"), url("../fonts/gt-haptik/GT-Haptik-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "GT Haptik";
  src: url("../fonts/gt-haptik/GT-Haptik-Light-Rotalic.eot");
  src: url("../fonts/gt-haptik/GT-Haptik-Light-Rotalic.eot?#iefix") format("embedded-opentype"), url("../fonts/gt-haptik/GT-Haptik-Light-Rotalic.woff2") format("woff2"), url("../fonts/gt-haptik/GT-Haptik-Light-Rotalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
@keyframes mainActionHover {
  0% {
    transform: rotate(-45deg) translate3d(0, 0, 0);
  }
  100% {
    transform: rotate(-45deg) translate3d(0, 18px, 0);
  }
}
@keyframes heartThrob {
  from {
    transform: scale(1);
  }
  10% {
    transform: scale(1.2);
  }
  20% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.4);
  }
  40% {
    transform: scale(1);
  }
  to {
    transform: scale(1);
  }
}
.app-block {
  background: #f7f7f7;
  text-align: left;
  font-size: 15px;
  padding: 19px 28px;
  margin-top: 18px;
}
.app-block header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.app-block header h3 {
  font-size: 26px;
  margin: 0;
  font-weight: normal;
}
.app-block a {
  color: #2d1338;
  display: inline-block;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  vertical-align: bottom;
}
.app-block a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: currentColor;
  transform: translate3d(0, 0, 0);
  transition: transform 200ms;
}
.app-block a:hover:before {
  transform: translate3d(-101%, 0, 0);
}
.app-block__actions {
  display: -ms-flexbox;
  display: flex;
}
.app-block__actions a.action-delete {
  color: #d60b0b;
}
.app-block__actions a + a {
  margin-left: 14px;
}
.app-block__data th {
  font-weight: normal;
  padding-right: 15px;
}
.app-block:first-child {
  margin-top: 0;
}

@media screen and (max-width: 700px) {
  .app-block {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .app-block header {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .app-block header h3 {
    font-size: 24px;
  }
  .app-block__data th {
    display: block;
    font-weight: bold;
  }
  .app-block__data tr,
.app-block__data td,
.app-block__data table,
.app-block__data tbody {
    display: block;
  }
}
.apps {
  padding: 34px 0 0;
}

body {
  margin: 0;
  background: #fbf3f0;
  color: #2d1338;
  font-size: 20px;
  line-height: 1.6;
  font-family: "GT Haptik", Helvetica, sans-serif;
}

@media screen and (max-width: 700px) {
  body {
    line-height: 1.5;
  }
}
.boxes-nav {
  max-width: 445px;
  margin: 0 auto;
  padding: 104px 0 30px;
}
.boxes-nav ol {
  list-style-type: none;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  height: 192px;
}
.boxes-nav li {
  margin-right: 13px;
  -ms-flex: 1 0 192px;
      flex: 1 0 192px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
}
.boxes-nav li:last-child {
  margin-right: 0;
}
.boxes-nav a {
  background: #a876f5;
  text-decoration: none;
  color: #fbf3f0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding: 23px;
  letter-spacing: 0.025em;
  line-height: 1.4;
  transition: color 200ms, background 200ms;
  border-radius: 4px;
}
.boxes-nav a:hover {
  background: #fbf3f0;
  color: #1c374a;
}
.boxes-nav span:after {
  content: url("../images/boxes-nav-arrow.svg");
  margin-left: 7px;
}

@media screen and (max-width: 700px) {
  .boxes-nav {
    padding: 40px 20px 15px;
    font-size: 19px;
  }
  .boxes-nav ol {
    display: block;
    height: auto;
  }
  .boxes-nav li {
    display: block;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .boxes-nav a {
    height: 80px;
    padding: 0 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: stretch;
        align-items: stretch;
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center;
  }
}
.button {
  display: inline-block;
  background: #a876f5;
  color: #fbf3f0;
  font-family: "GT Haptik", Helvetica, sans-serif;
  font-size: 20px;
  line-height: 63px;
  padding: 0 27px;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms ease;
  font-weight: normal;
  border-radius: 100px;
}
.button:after {
  content: " ›";
}
.button:hover {
  font-style: italic;
}
.button:hover path {
  opacity: 1;
}
.button--wide {
  padding: 0 65px;
}
.button--no-arrow:after {
  content: none;
}
.button--inverse {
  color: #2d1338;
  border-color: #2d1338;
}
.button--inverse:hover {
  color: #fbf3f0;
  background: #2d1338;
}

@media screen and (max-width: 700px) {
  .button {
    padding: 0 19px;
  }
  .button__details {
    display: none;
  }
  .button--wide {
    padding: 0 65px;
  }
}
a.link {
  color: #a876f5;
  text-decoration: none;
}
a.link:hover {
  text-decoration: underline;
}

.textfield {
  display: inline-block;
  background: transparent;
  color: #fbf3f0;
  border: 3px solid #fbf3f0;
  font-family: "GT Haptik", Helvetica, sans-serif;
  font-size: 15px;
  line-height: 40px;
  padding: 0 15px;
  text-decoration: none;
  transition: background 200ms linear, color 200ms linear;
  font-weight: normal;
}
.textfield--large {
  font-size: 20px;
  line-height: 63px;
}
.textfield:after {
  content: " ›";
}
.textfield:focus {
  background: #fbf3f0;
  color: #2d1338;
}
.textfield:focus path {
  opacity: 1;
}
.textfield--no-arrow:after {
  content: none;
}
.textfield--inverse {
  color: #2d1338;
  border-color: #2d1338;
}
.textfield--inverse:focus {
  color: #fbf3f0;
  background: #2d1338;
}
.textfield--wide {
  width: 75%;
  box-sizing: border-box;
}

.form--fluid {
  width: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 700px) {
  .textfield {
    padding: 0 19px;
  }
  .textfield__details {
    display: none;
  }
  .textfield--wide {
    padding: 0 65px;
  }
}
.content-block {
  margin: 0 auto;
  max-width: 700px;
  padding: 0 20px 64px;
  text-align: center;
}
.content-block h2 {
  font-family: "GT Haptik", Helvetica, sans-serif;
  font-size: 35px;
  font-weight: bold;
}

@media screen and (max-width: 700px) {
  .content-block {
    padding-bottom: 20px;
  }
}
.content-block.large {
  margin: 0 auto;
  padding: 0 20px 0;
  width: 90%;
  max-width: 1140px;
  font: 24px/34px "GT Haptik", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
.content-block.large .sidebar {
  float: left;
  width: 25%;
  box-sizing: border-box;
}
.content-block.large .documentation {
  float: left;
  width: 75%;
  text-align: left;
  position: relative;
  min-height: 1px;
  padding-left: 80px;
  padding-right: 10px;
  box-sizing: border-box;
}
.content-block.large h1 {
  font-family: "GT Haptik", Helvetica, sans-serif;
  font-size: 35px;
  font-weight: bold;
}
.content-block.large h2 {
  font: 24px/34px "GT Haptik", Helvetica, sans-serif;
  font-size: 24px;
  line-height: 30px;
  padding: 22px 0 6px 0;
}
.content-block.large h3 {
  font: 24px/34px "GT Haptik", Helvetica, sans-serif;
  font-size: 18px;
  line-height: 30px;
  padding: 10px 0 3px 0;
}
.content-block.large a.permalink {
  display: none;
}
.content-block.large pre {
  overflow: auto;
  border: 0;
  background-color: #f5f5f5;
  font-size: 16px;
  line-height: 28px;
  color: #2b2441;
  padding: 14px 30px;
  margin: 0 0 26px;
}
.content-block.large pre code {
  padding: 0px;
  font-size: 14px;
  line-height: 18px;
}
.content-block.large code {
  padding: 3px 5px;
  border: 0;
  background-color: #f5f5f5;
  font-size: 16px;
  line-height: 28px;
  color: #2b2441;
}
.content-block.large pre,
.content-block.large code {
  font-family: "Fira Mono", monaco, monospace;
}
.content-block.large table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 12px;
}
.content-block.large table th {
  font-weight: bold;
}
.content-block.large table th,
.content-block.large table td {
  padding: 6px 12px;
  border: 1px solid #e6e6e6;
}
.content-block.large dl {
  display: block;
}
.content-block.large dt {
  float: left;
  width: 25%;
  clear: left;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-style: oblique;
}
.content-block.large dd {
  margin-left: 25%;
}
.content-block.large a {
  color: #a876f5;
  text-decoration: none;
}
.content-block.large a:hover {
  text-decoration: underline;
}

.content-block.large:after {
  content: " ";
  display: table;
  clear: both;
}

@media screen and (max-width: 700px) {
  .content-block {
    padding-bottom: 20px;
  }
}
nav.side {
  padding-top: 20px;
  box-sizing: border-box;
}
nav.side .resource-group {
  border-bottom: 1px solid #e6e6e6;
  padding: 12px 0 10px 0;
  color: #2d1338;
  font-size: 20px;
  line-height: 26px;
  text-align: left;
}
nav.side .resource-group .heading a {
  color: #2d1338;
  text-decoration: none;
  display: block;
}
nav.side .resource-group .heading a:hover, nav.side .resource-group .heading a:focus {
  color: #2d1338;
}
nav.side .resource-group:last-child {
  border-bottom: 0;
}
nav.side .collapse-content {
  display: none;
}
nav.side .collapse-content ol {
  margin: 0;
  padding: 0 0 0 42px;
}
nav.side .collapse-content ol li {
  color: #2d1338;
  font-size: 16px;
  line-height: 24px;
  padding: 0 0 11px 0;
}
nav.side .collapse-content ol li:first-child {
  padding-top: 11px;
}
nav.side .collapse-content ol li:last-child {
  padding-bottom: 0;
}
nav.side .collapse-content ol li ul {
  margin: 0;
  padding-left: 20px;
}
nav.side .collapse-content ol a {
  color: #2d1338;
  text-decoration: none;
}
nav.side .collapse-content ol a:hover, nav.side .collapse-content ol a:focus {
  color: #2d1338;
  text-decoration: none;
}
nav.side .resource-group.active .collapse-content {
  display: block;
}
.scrollmagic-pin-spacer nav.side {
  max-height: 100vh;
  overflow-x: auto;
}

.footer-nav {
  font-size: 16px;
  color: #2d1338;
}
.footer-nav ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
}
.footer-nav .logo {
  margin: 0 11px 0 0;
  padding: 0;
}
.footer-nav .logo path {
  fill: #a876f5;
}
.footer-nav .logo:hover path {
  fill: #a876f5;
}
.footer-nav li {
  margin-right: 18px;
}
.footer-nav a {
  color: inherit;
  text-decoration: none;
  transition: color 200ms;
}
.footer-nav a:hover {
  color: #2d1338;
}

@media screen and (max-width: 700px) {
  .footer-nav ol {
    display: block;
    margin: 0 0 20px;
  }
  .footer-nav li {
    margin: 0;
  }
  .footer-nav .logo {
    margin: 0 0 20px;
  }
  .footer-nav .logo svg {
    width: 50px;
    height: 33px;
  }
}
.header-block {
  background: #2d1338;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.header-block__pattern {
  position: absolute;
  left: -200px;
  bottom: -75px;
  z-index: -1;
}
.header-block__pattern path {
  fill: #a876f5;
}

@media screen and (max-width: 700px) {
  .header-block__pattern {
    display: none;
  }
}
.header-main-action {
  display: inline-block;
  color: black;
  position: relative;
  padding: 45px 65px 45px 10px;
  border: none;
  background: none;
  cursor: pointer;
  font: inherit;
  background-color: inherit;
}
.header-main-action__pattern {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  overflow: hidden;
  height: 100px;
  width: 100px;
}
.header-main-action__pattern svg {
  position: absolute;
  transform: rotate(-45deg);
  left: 53%;
  bottom: -38%;
}
.header-main-action__pattern svg path {
  fill: #a876f5;
  transition: fill 200ms linear;
}
.header-main-action:hover svg {
  animation: mainActionHover 200ms infinite linear;
}

@media screen and (max-width: 700px) {
  .header-main-action {
    font-size: 14px;
    padding: 23px 16px 8px;
  }
  .header-main-action__pattern svg {
    bottom: 1%;
    left: 53%;
  }
}
.hero {
  text-align: center;
}
.hero h1 {
  font-family: "GT Haptik", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 70px;
  line-height: 1;
  color: #fbf3f0;
  margin: 43px 0 0;
}
.hero p {
  margin: 45px 0;
  color: #a876f5;
}
.hero.-subpage h1 {
  margin: 0 0 30px;
}

@media screen and (max-width: 700px) {
  .hero h1 {
    font-size: 40px;
  }
  .hero p {
    margin: 20px 0 15px;
  }
}
.logo {
  color: #fbf3f0;
  margin: 0 0 0 110px;
  padding-top: 50px;
  display: -ms-flexbox;
  display: flex;
}
.logo svg {
  vertical-align: bottom;
  width: 32px;
  height: 32px;
  display: inline-block;
}
.logo path {
  fill: #a876f5;
  transition: fill 200ms;
}
.logo__separator {
  color: #a876f5;
  margin: 0 10px;
}
.logo:hover path {
  fill: #fbf3f0;
}

@media screen and (max-width: 700px) {
  .logo {
    margin-left: 20px;
    font-size: 14px;
    padding-top: 20px;
  }
  .logo svg {
    width: 37px;
    height: 24px;
  }
}
.main-nav a {
  font-size: 16px;
  line-height: 1.5;
  color: #fbf3f0;
  transition: opacity 200ms;
}
.main-nav path {
  fill: currentColor;
}
.main-nav:hover a {
  opacity: 0.5;
}
.main-nav:hover a:hover {
  opacity: 1;
}

@media screen and (max-width: 700px) {
  .main-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    -ms-flex-align: end;
        align-items: flex-end;
  }
  .main-nav a {
    font-size: 14px;
    padding-right: 20px;
  }
}
.notice {
  text-align: left;
  font-size: 15px;
  color: #fbf3f0;
  background: #2d1338;
  padding: 12px 17px;
}
.notice.error {
  background-color: #ff836e;
}

.page-footer {
  padding: 45px 20px;
}
.page-footer .wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  max-width: 1220px;
  margin: 0 auto;
}

@media screen and (max-width: 700px) {
  .page-footer {
    text-align: center;
    padding: 40px 20px;
  }
  .page-footer .wrapper {
    display: block;
  }
}
.page-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.page-header a {
  text-decoration: none;
}

.status-block {
  display: none;
  text-align: center;
  font-size: 22px;
  padding: 54px 20px;
}
.status-block .status {
  font-weight: bold;
  text-decoration: none;
}
.status-block .status:after {
  content: " ›";
}
.status-block .status.-ok {
  color: #2d1338;
}

@media screen and (max-width: 700px) {
  .status-block {
    font-size: 19px;
    padding: 35px 20px;
  }
}
.visitor-position-block {
  font-family: "GT Haptik", cursive;
  color: #2d1338;
  font-size: 25px;
}
.visitor-position-block__heart {
  display: inline-block;
  width: 27px;
  height: 24px;
  font-size: 0;
  margin-top: -3px;
  background: url("../images/heart.svg") no-repeat center;
  vertical-align: middle;
  animation: heartThrob 1.5s infinite linear;
}

@media screen and (max-width: 700px) {
  .visitor-position-block {
    font-size: 16px;
  }
  .visitor-position-block__heart {
    width: 16px;
    height: 14px;
    background-size: contain;
  }
}
/*

github.com style (c) Vasily Polovnyov <vast@whiteants.net>

*/
.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  color: #333;
  background: #f8f8f8;
}

.hljs-comment,
.hljs-quote {
  color: #998;
  font-style: italic;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-subst {
  color: #333;
  font-weight: bold;
}

.hljs-number,
.hljs-literal,
.hljs-variable,
.hljs-template-variable,
.hljs-tag .hljs-attr {
  color: #008080;
}

.hljs-string,
.hljs-doctag {
  color: #d14;
}

.hljs-title,
.hljs-section,
.hljs-selector-id {
  color: #900;
  font-weight: bold;
}

.hljs-subst {
  font-weight: normal;
}

.hljs-type,
.hljs-class .hljs-title {
  color: #458;
  font-weight: bold;
}

.hljs-tag,
.hljs-name,
.hljs-attribute {
  color: #000080;
  font-weight: normal;
}

.hljs-regexp,
.hljs-link {
  color: #009926;
}

.hljs-symbol,
.hljs-bullet {
  color: #990073;
}

.hljs-built_in,
.hljs-builtin-name {
  color: #0086b3;
}

.hljs-meta {
  color: #999;
  font-weight: bold;
}

.hljs-deletion {
  background: #fdd;
}

.hljs-addition {
  background: #dfd;
}

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

.hljs-strong {
  font-weight: bold;
}