.grid:before,
.grid:after {
  content: "";
  display: table;
}

.grid:after {
  clear: both;
}

.col {
  float: left;
  margin-left: 10%;
  margin-bottom: 10px;
}

.col:first-child {
  margin-left: 0;
}

.col1 {
  width: 1%;
  min-height: 10px;
}

.col2 {
  width: 12%;
  min-height: 10px;
}

.col3 {
  width: 23%;
  min-height: 10px;
}

.col4 {
  width: 34%;
  min-height: 10px;
}

.col5 {
  width: 45%;
  min-height: 10px;
}

.col6 {
  width: 56%;
  min-height: 10px;
}

.col7 {
  width: 67%;
  min-height: 10px;
}

.col8 {
  width: 78%;
  min-height: 10px;
}

.col9 {
  width: 89%;
  min-height: 10px;
}

.col10 {
  width: 100%;
  min-height: 10px;
}

@media (max-width: 700px) {
  .col5 {
    width: 100%;
    margin-left: 0;
  }
}

.col-main {
  width: 70%;
  width: -webkit-calc(100% - 200px);
  width: calc(100% - 200px);
  padding-left: 50px;
  margin-left: 0;
}

@media (max-width: 700px) {
  .col-main {
    width: 100%;
    padding-left: 0;
  }
}

.col-aside {
  width: 30%;
  width: -webkit-calc(200px);
  width: calc(200px);
  margin-top: 0.4375em;
}

.col-half {
  width: -webkit-calc(50% - 1em);
  width: calc(50% - 1em);
  margin-left: 2em;
}

.col-half:first-of-type {
  margin-left: 0;
}

@media (max-width: 700px) {
  .col-half {
    width: 100%;
    margin-left: 0;
  }
}

.border-col {
  width: 50%;
}

.border-col:first-of-type {
  width: -webkit-calc(50%-1px);
  width: calc(50%-1px);
  padding-right: 100px;
  border-right: 1px solid #d9d9d9;
}

.border-col:last-of-type {
  padding-left: 92px;
  margin-left: 0;
}

footer .border-col:first-of-type {
  border-right: 1px solid #f3f3f3;
}

@media (max-width: 700px) {
  .border-col {
    width: 100%;
  }

  .border-col:first-of-type,
  .border-col:last-of-type {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    border-right: 0;
  }

  .border-col:first-of-type {
    margin-bottom: 3.75em;
  }

  footer .border-col:first-of-type {
    border-right: 0px solid transparent;
  }
}

code[class*="language-"] {
  color: #000;
  text-shadow: 0 1px #fff;
  font-family: Consolas,Monaco,"Andale Mono",monospace;
  direction: ltr;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

pre[class*="language-"] {
  color: #000;
  text-shadow: 0 1px #fff;
  font-family: Consolas,Monaco,"Andale Mono",monospace;
  direction: ltr;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

pre[class*="language-"]::-moz-selection,
pre[class*="language-"] ::-moz-selection {
  text-shadow: none;
  background: #b3d4fc;
}

code[class*="language-"]::-moz-selection,
code[class*="language-"] ::-moz-selection {
  text-shadow: none;
  background: #b3d4fc;
}

pre[class*="language-"]::selection,
pre[class*="language-"] ::selection {
  text-shadow: none;
  background: #b3d4fc;
}

code[class*="language-"]::selection,
code[class*="language-"] ::selection {
  text-shadow: none;
  background: #b3d4fc;
}

@media print {
  code[class*="language-"],
  pre[class*="language-"] {
    text-shadow: none;
  }
}

pre[class*="language-"] {
  padding: 1em;
  margin: 0.5em 0;
  overflow: auto;
}

:not(pre)>code[class*="language-"],
pre[class*="language-"] {
  background: #f5f2f0;
}

:not(pre)>code[class*="language-"] {
  padding: 0.1em;
  border-radius: 0.3em;
}

.language-css .token.string,
.style .token.string {
  color: #a67f59;
  background: rgba(255,255,255,0.5);
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: #708090;
}

.token.punctuation {
  color: #999;
}

.namespace {
  opacity: 0.7;
}

.token.string {
  color: #3a9b28;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol {
  color: #5e5b94;
}

.token.selector,
.token.attr-name,
.token.builtin {
  color: #690;
}

.token.operator,
.token.entity,
.token.url {
  color: #30164e;
  background: rgba(255,255,255,0.5);
}

.token.variable {
  color: #a67f59;
  background: rgba(255,255,255,0.5);
}

.token.atrule,
.token.attr-value,
.token.keyword {
  color: #ce8080;
}

.token.regex {
  color: #e90;
}

.token.important {
  color: #e90;
  font-weight: bold;
}

.token.entity {
  cursor: help;
}

.lable {
  color: #000;
  display: inline-block;
  font-size: 0.875em;
  padding: 0.71429em 1.07143em 0.57143em;
  border-radius: 3px 3px 0 0;
}

.lable.active {
  background-color: #f5f5f5;
}

.lable:hover {
  cursor: pointer;
}

.tab-content-wrap {
  position: relative;
  width: 100%;
  margin-bottom: 1.875em;
  background-color: #f5f5f5;
}

.tab-content {
  width: 100%;
  display: none;
}

.tab-content.active {
  display: block;
}

code[class*="language-"],
pre[class*="language-"] {
  background-color: #f5f5f5;
  font-family: Courier,Monaco,"Andale Mono",monospace;
  direction: ltr;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

pre[class*="language-"] {
  padding: 0.8em 0.875em;
  margin: 0;
  overflow: scroll;
  height: auto;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
}

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

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

body,
html {
  position: relative;
  width: 100%;
  height: 100%;
}

html {
  font-size: 0.875em;
}

body {
  font-family: "Whitney SSm A","Whitney SSm B",Helvetica,Arial,sans-serif;
  font-weight: 400;
  text-size-adjust: 100%;
  background-color: #210a37;
  margin: 0;
  color: #393939;
}

body.alt {
  background-color: #fff;
}

body.front-page {
  background: #2a173f;
  background: -webkit-linear-gradient(#30164e, #2a173f);
  background: linear-gradient(#30164e, #2a173f);
}

.site-header {
  margin: 0 0 8em 0;
}

.hero {
  margin: 0 auto;
  color: #fff;
  background: #2a173f;
  background: -webkit-linear-gradient(#30164e, #2a173f);
  background: linear-gradient(#30164e, #2a173f);
}

@media (max-width: 700px) {
  .hero {
    margin: 0 auto 0;
  }

  .scrolled .hero {
    padding-top: 7.55em;
  }
}

.hero h2 {
  font-size: 2em;
}

@media (max-width: 700px) {
  .hero h2 {
    font-size: 1.2em;
  }
}

.hero h2 span {
  font-weight: 600;
}

.hero video {
  height: auto;
  margin: 0 auto 4em;
  position: relative;
  display: block;
}

@media (max-width: 1024px) {
  .hero video {
    display: none;
  }
}

.hero video.hero-video {
  max-width: 700px;
}

.hero video.feature-video {
  max-width: 430px;
}

.hero img {
  display: none;
  margin: 4em auto;
}

@media (max-width: 1024px) {
  .hero img {
    display: block;
    width: 100%;
  }
}

.hero .hero-paragraph {
  width: 50%;
  margin: 5em auto;
  line-height: 170%;
  font-size: 1em;
}

@media (max-width: 700px) {
  .hero .hero-paragraph {
    width: 80%;
  }
}

.hero.frontpage {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding-top: 0px;
  margin-top: 0;
  text-align: center;
}

.hero.frontpage .page-header-paragraph-large {
  margin-bottom: 2.5em;
}

.hero.frontpage:before {
  content: " ";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.hero.frontpage .wrap {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 700px) {
  .hero.frontpage {
    padding-top: 80px;
    position: relative;
    margin-top: -8em;
    background: transparent;
  }

  .hero.frontpage:before {
    display: none;
  }

  .hero.frontpage .wrap {
    display: inline-block;
    vertical-align: middle;
  }
}

.short-header h2.gamma {
  margin-bottom: 0.21875em;
  margin-top: 0;
}

@media (max-width: 700px) {
  .short-header h2.gamma {
    font-size: 1.5em;
    font-weight: 600;
  }

  .front-page .short-header h2.gamma {
    max-width: 250px;
    margin: 0 auto 0.21875em;
  }
}

.page-header {
  padding: 0;
  margin: 0 auto;
  text-align: center;
  width: 85%;
}

.page-header.short-header {
  padding-top: 22px;
}

.quote-header {
  padding-top: 16px;
  padding-bottom: 90px;
  margin-top: 0;
  margin-bottom: 0;
}

.quote-header h2 {
  margin-bottom: 0;
}

.underpage .page-header {
  width: 100%;
}

.secondary-header {
  padding: 0;
  margin: 0 auto;
  text-align: center;
  width: 60%;
}

@media (max-width: 700px) {
  .secondary-header {
    width: 80%;
  }
}

.page-header-paragraph-large {
  font-size: 1.25em;
  margin: 0 auto;
  padding-bottom: 92px;
  max-width: 470px;
}

.frontpage .page-header-paragraph-large {
  padding-bottom: 0px;
}

@media (max-width: 700px) {
  .page-header-paragraph-large {
    font-size: 1em;
    max-width: 420px;
  }

  .page-header-paragraph-large br {
    display: none;
  }
}

.wrap {
  width: 55em;
  max-width: 96%;
  margin: 0 auto;
}

@media (max-width: 700px) {
  .wrap {
    max-width: 100%;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.schedule-demo {
  width: 100%;
  background: #341857;
  padding: 3em 0 4em 0;
  margin: 0;
  color: #fff;
}

.schedule-demo h3 {
  font-weight: 400;
  line-height: 140%;
}

@media (max-width: 700px) {
  .schedule-demo h3 {
    font-size: 1.2em;
  }
}

.schedule-demo .call-to-action {
  text-align: right;
  padding: 1em 0 0 0;
}

@media (max-width: 700px) {
  .schedule-demo .call-to-action {
    width: 100%;
    padding: 1em 0 0 0;
    margin: 0 auto;
    text-align: center;
  }
}

.schedule-demo .contact-information {
  text-align: left;
  padding: 0.5em 0 0 0;
}

@media (max-width: 700px) {
  .schedule-demo .contact-information {
    width: 85%;
    text-align: center;
  }
}

.schedule-demo .contact-information p {
  font-size: 1em;
  padding: 0.1em 0 0 0;
  line-height: 150%;
}

@media (max-width: 700px) {
  .schedule-demo .contact-information p {
    width: 100%;
    padding: 1em 0 0 0;
    margin: 0 auto;
    text-align: center;
    line-height: 150%;
  }
}

.faq-page {
  background-color: #fff;
}

.faq-page p {
  color: #393939;
}

.faq {
  background: #f5f5f5;
  margin: 0;
  padding: 2em 0 0 0;
}

@media (max-width: 700px) {
  .faq {
    width: 100%;
    margin-left: 0;
  }
}

.faq h3 {
  color: #321753;
}

@media (max-width: 700px) {
  .faq h3 {
    width: 80%;
    margin-left: 1.25em;
    font-size: 1.5em;
  }
}

.faq h4 {
  color: #847ab7;
  margin: 0;
}

@media (max-width: 700px) {
  .faq h4 {
    width: 80%;
    margin-left: 1.75em;
  }
}

.faq p {
  font-size: 1em;
  line-height: 170%;
  margin: 0.5em 0 3.5em 0;
}

.faq p,
.faq li {
  color: #393939;
}

@media (max-width: 700px) {
  .faq p,
  .faq li {
    width: 80%;
    margin-left: 2em;
  }
}

.faq a {
  color: #393939;
  text-decoration: underline;
}

.faq a:hover {
  color: #131313;
}

.faq .custom-list {
  margin: -3em 0 1em 0;
  padding: 0;
}

.faq .custom-list li {
  background: url("/assets/efx/gfx-retina/bullet@2x.png") left no-repeat;
  background-size: 6px 6px;
  list-style: none;
  padding: 0 0 0 1em;
  margin: 1.3em 0 1.3em 1em;
  font-size: 0.875em;
}

.faq .custom-list li:last-child {
  margin-bottom: 2em;
}

.faq .custom-list li:first-child {
  margin: 5em 0 1.3em 1em;
}

@media (max-width: 700px) {
  .faq .custom-list li:first-child {
    margin-left: 2.4em;
  }
}

@media (max-width: 700px) {
  .faq .custom-list li {
    margin-left: 2.4em;
  }
}

.faq h4.zeta a {
  text-decoration: none;
  color: #847ab7;
}

li {
  list-style-image: url("/assets/efx/gfx/bullet.png") no-repeat;
}

.screenreadertext {
  position: absolute;
  top: -999em;
  left: -999em;
}

img {
  max-width: 100%;
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

p {
  font-size: 1em;
  line-height: 1.6em;
}

.lead {
  font-size: 1.125em;
  font-weight: 600;
}

.small,
small {
  font-size: 80%;
}

a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: color 0.08s ease-in-out;
  transition: color 0.08s ease-in-out;
}

a:hover {
  color: #eaeaea;
}

a:active,
a:hover {
  outline: 0;
}

a:focus {
  outline: thin dotted;
}

h1,
.alpha {
  font-size: 3.75em;
  margin: 0.67em 0;
}

h2,
.beta {
  font-size: 3em;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 140%;
}

h2.page-title,
.beta.page-title {
  font-size: 1.5em;
  color: #30164e;
  font-weight: 600;
  margin-bottom: 2.4em;
  margin-top: 0;
  position: relative;
}

@media (max-width: 700px) {
  h2.page-title,
  .beta.page-title {
    margin-bottom: 25px;
  }
}

h3,
.gamma {
  font-size: 2.25em;
  letter-spacing: 0.5px;
}

.document-heading h3,
.document-heading .gamma {
  color: #30164e;
}

@media (max-width: 700px) {
  h3,
  .gamma {
    font-size: 1.75em;
  }
}

h4,
.delta {
  font-size: 1.75em;
  letter-spacing: 0.3px;
}

h5,
.epsilon {
  font-size: 1.3125em;
}

h6,
.zeta {
  font-size: 1.125em;
  color: #847ab7;
  margin: 0;
}

h6.standard-size,
.zeta.standard-size {
  font-size: 1em;
  margin-bottom: 0;
}

.giga {
  font-size: 4.5em;
}

.mega {
  font-size: 5.625em;
}

.kilo {
  font-size: 7.3125em;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace,serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

.title-wrap {
  padding-bottom: 36px;
  margin-bottom: 0px;
  text-align: center;
  position: relative;
}

.title-wrap h3 {
  font-size: 1.5em;
  margin-bottom: 5px;
  margin-top: 0;
}

.title-wrap .title-description {
  font-size: 1.125em;
  margin-bottom: 0;
  margin-top: 0;
}

.title-wrap.border-bottom {
  margin-bottom: 70px;
}

.title-wrap.border-bottom:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -21px;
  width: 42px;
  height: 3px;
  background-color: #dadada;
  border-radius: 3px;
}

@media (max-width: 700px) {
  .title-wrap.border-bottom {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.title-wrap.title-wrap-smallmarg {
  margin-top: 18px;
}

.title-icon {
  margin-bottom: 1.875em;
}

.btn {
  font-family: "Whitney SSm A","Whitney SSm B",Helvetica,Arial,sans-serif;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 2;
  white-space: nowrap;
  vertical-align: middle;
  color: #fff;
  background: #24103b;
  -webkit-transition: color 0.08s ease-in-out;
  transition: color 0.08s ease-in-out;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  margin: 0.5em 0;
  padding: 0.2em 1.3em;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
}

.btn:hover,
.btn:focus {
  color: #321753;
  background-color: #fff;
}

.btn:active {
  outline: none;
}

.btn--small {
  padding-right: 0.5em;
  padding-left: 0.5em;
  line-height: 2;
}

.btn--large {
  padding-right: 1.5em;
  padding-left: 1.5em;
  line-height: 4;
}

.btn--huge {
  padding-right: 2em;
  padding-left: 2em;
  line-height: 5;
}

.btn--full {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
}

.btn--purple {
  background-color: #483694;
  border: 0px;
  text-transform: none;
  font-size: 1.125em;
  margin: 0;
  line-height: 2.15;
}

.btn--purple:hover {
  background-color: #3f2f81;
  color: #fff;
}

.btn--purple:active,
.btn--purple:focus {
  background-color: #36286f;
  outline: none;
  color: #fff;
}

.btn--darkpurple {
  background-color: #24103b;
}

.btn--darkpurple:hover {
  background-color: #180b27;
}

.btn--darkpurple:active,
.btn--darkpurple:focus {
  background-color: #0c0513;
}

.btn--hallow {
  border: 2px solid #483694;
  font-size: 1rem;
  text-transform: none;
  margin: 0 0 0 1.42857em;
  background-color: transparent;
}

.btn--hallow:hover,
.btn--hallow:active {
  font-weight: 600;
  border: 2px solid #fff;
}

.btn--hallow:first-of-type {
  margin-left: 0;
}

.btn--smaller {
  font-size: 1rem;
  text-transform: none;
  margin: 0 0 0 1.42857em;
  background-color: #483694;
  border: 2px solid #483694;
  font-weight: 600;
}

.btn--smaller:hover,
.btn--smaller:focus {
  border: 2px solid #fff;
}

.btn--smaller:active,
.btn--smaller:focus {
  border: 2px solid #fff;
  outline: none;
}

.button-wrap {
  font-size: 0;
}

.button-wrap .btn {
  font-size: 1rem;
}

@media (max-width: 700px) {
  .button-wrap .btn {
    margin: 0 auto 1.42857em auto;
    width: 12.14286em;
    display: block;
  }
}

.inline-list:before,
.inline-list:after {
  content: "";
  display: table;
}

.inline-list:after {
  clear: both;
}

.inline-list ul {
  margin: 0;
  padding: 0;
}

.inline-list li {
  float: left;
  list-style: none;
}

.inline-list li:first-of-type {
  margin-left: 0;
}

.reset-list {
  padding: 0;
  margin: 0;
}

.reset-list li {
  list-style: none;
}

.reset-list ul {
  padding: 0;
  margin: 0;
}

.language-list {
  padding: 0;
  margin-bottom: 0;
  margin-top: 2.5em;
}

.language-list li {
  list-style: none;
  line-height: 1.4em;
  background-size: 27px 16px;
  margin-bottom: 0.875em;
  padding-left: 0;
}

.language-list li span {
  padding-left: 18px;
}

.language-list li.progress,
.language-list li.beta-testing {
  position: relative;
  float: left;
  clear: both;
}

.language-list li.progress:after,
.language-list li.progress:before,
.language-list li.beta-testing:after,
.language-list li.beta-testing:before {
  content: "";
  color: #a79e9e;
  font-size: 10px;
  font-weight: 300;
  position: absolute;
}

.language-list li.progress:before,
.language-list li.beta-testing:before {
  width: 3px;
  height: 3px;
  background-color: #d4cccc;
  border-radius: 50%;
  display: block;
  left: -webkit-calc(100% + 10px);
  left: calc(100% + 10px);
  top: 50%;
  margin-top: -2px;
  text-transform: uppercase;
}

.language-list li.progress:after,
.language-list li.beta-testing:after {
  height: 19px;
  line-height: 19px;
  left: -webkit-calc(100% + 22px);
  left: calc(100% + 22px);
  text-transform: uppercase;
  width: 70px;
}

.language-list li.progress:after {
  content: "In progress";
}

.language-list li.beta-testing:after {
  content: "Beta";
}

.language-list li:last-of-type {
  margin-bottom: 0;
}

.language-list img {
  float: left;
  height: 19px;
}

ol,
ol li {
  color: #393939;
}

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

.faq-page table {
  margin-bottom: 2em;
}

.faq-page tr:first-of-type td {
  font-weight: 600;
  color: #393939;
}

.faq-page td {
  border: 1px solid #dadada;
  font-size: 0.75em;
  padding: 0.75em;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

.input-wrap {
  width: 340px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 700px) {
  .input-wrap {
    width: 100%;
  }
}

.inputfield-wrap {
  position: relative;
  margin-bottom: 18px;
}

.inputfield-wrap:before,
.inputfield-wrap:after {
  content: "";
  display: table;
}

.inputfield-wrap:after {
  clear: both;
}

.input--white {
  -webkit-appearance: none;
  border: 1px solid #e0dbdb;
  border-radius: 3px;
  color: #393939;
  padding: 0.8em 0.75em;
  width: 21.25em;
}

.input--white::-webkit-input-placeholder {
  color: #a1a1a1;
}

.input--white:-moz-placeholder {
  color: #a1a1a1;
}

.input--white.placeholder {
  color: #a1a1a1;
}

.input--white:hover {
  border: 1px solid #d4cdcd;
}

.input--white:focus {
  border: 1px solid #bfb9b9;
  outline: none;
}

.input--white:focus::-webkit-input-placeholder {
  color: rgba(161,161,161,0.7);
}

.input--white:focus:-moz-placeholder {
  color: rgba(161,161,161,0.7);
}

.input--white:focus.placeholder {
  color: rgba(161,161,161,0.7);
}

@media (max-width: 700px) {
  .input--white {
    width: 100%;
  }
}

input#preferredKitten {
  display: none;
}

#from {
  position: fixed;
  left: -99999px;
}

#fromNames {
  position: fixed;
  left: -99999px;
}

#thanku {
  line-height: 40px;
  text-align: right;
}

.bottom-wrap {
  font-size: 0;
  width: 100%;
  margin: 2rem auto 0;
  text-align: center;
  position: relative;
}

.bottom-wrap:before,
.bottom-wrap:after {
  content: "";
  display: table;
}

.bottom-wrap:after {
  clear: both;
}

.bottom-wrap a {
  color: #aaa;
  line-height: 40px;
  font-size: 0.85rem;
  text-decoration: underline;
  margin-right: 2em;
}

.bottom-wrap input {
  font-size: 1.125rem;
}

@media (max-width: 700px) {
  .bottom-wrap {
    padding-bottom: 40px;
  }

  .bottom-wrap a {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}

.custom-select {
  padding: 0;
  margin: 0;
  border: 1px solid #e0dbdb;
  width: -webkit-calc(100% - 142px);
  width: calc(100% - 142px);
  float: left;
  border-radius: 3px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0 0 rgba(0,0,0,0.15);
  position: relative;
}

.custom-select.hovered {
  border: 1px solid #d4cdcd;
}

.custom-select.hovered:hover {
  pointer: cursor;
}

.custom-select:before {
  content: "";
  display: block;
  width: 0;
  position: absolute;
  right: 16px;
  bottom: 12px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #c6c3c3;
  pointer-events: none;
}

.custom-select:after {
  content: "";
  display: block;
  width: 0;
  position: absolute;
  right: 16px;
  top: 13px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 6px solid #c6c3c3;
  pointer-events: none;
}

.custom-select select {
  padding: 0.8em 0.75em;
  width: 100%;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: rgba(161,161,161,0.7);
}

.custom-select select:focus {
  outline: none;
}

.custom-select.active select {
  color: #393939;
}

.language-form {
  width: 320px;
  position: relative;
}

.language-form:before,
.language-form:after {
  content: "";
  display: table;
}

.language-form:after {
  clear: both;
}

.language-form .input--white {
  width: 100%;
}

.language-form .btn {
  float: left;
  width: 128px;
  margin-left: 14px;
}

@media (max-width: 1024px) {
  .language-form {
    width: 100%;
  }
}

#thanks,
#thanku {
  display: none;
}

.errors {
  background-color: #e74c3c;
  padding: 10px;
  border-radius: 3px;
  margin-top: 2px;
  position: relative;
  float: left;
}

.errors p {
  margin: 0;
  font-size: 0.85em;
  color: #fff;
  margin-top: 0em;
  text-align: left;
}

.errors:before {
  content: " ";
  position: absolute;
  bottom: 100%;
  left: 15px;
  border: solid transparent;
  height: 0;
  width: 0;
  pointer-events: none;
  border-color: rgba(231,76,60,0);
  border-bottom-color: #e74c3c;
  border-width: 5px;
}

.document-heading h3 {
  margin-top: 0;
  margin-bottom: 0.55556em;
}

.document h4 {
  font-size: 1em;
  color: #847ab7;
  margin-bottom: 1em;
}

.document p {
  margin-top: 0;
  margin-bottom: 1.5em;
}

.document ul li,
.document ol li {
  line-height: 1.75;
}

.faq-page li,
.faq-page a,
.faq-page p a {
  color: #000;
}

.faq-page .col-aside {
  padding: 0;
}

.faq-page footer {
  border-top: 1px solid #f0f0f0;
  margin-top: 240px;
}

.col-aside ul li {
  color: #000;
}

.faq-page .nav-list__parent li a {
  color: #847ab7;
}

@media (max-width: 700px) {
  .fag-page .col-aside li {
    width: 100%;
  }
}

span.css-arrow {
  display: none;
}

.documentation-menu:hover {
  cursor: pointer;
  width: 100%;
}

@media (max-width: 700px) {
  .documentation-nav {
    display: none;
  }

  .open .documentation-nav {
    display: block;
  }

  .page-title {
    display: inline-block;
  }

  span.css-arrow {
    display: inline-block;
    width: 0;
    height: 8px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #30164e;
    font-size: 0;
    line-height: 0;
    margin-left: 10px;
  }
}

.function-box {
  padding-left: 4.875em;
  margin-bottom: 3.75em;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("/assets/images/icon/extraction.svg");
}

@media (max-width: 700px) {
  .function-box {
    padding-left: 0;
    padding-top: 4.875em;
    background-position: 50% 0;
    text-align: center;
  }
}

.function-box.article {
  background-image: url("/assets/images/icon/newspaper.svg");
}

.function-box.tagging {
  background-image: url("/assets/images/icon/tagging.svg");
}

.function-box.classification {
  background-image: url("/assets/images/icon/classification.svg");
}

.function-box.earth {
  background-image: url("/assets/images/icon/earth.svg");
}

.function-box.speechbubble {
  background-image: url("/assets/images/icon/speechbubble.svg");
}

.function-box.people {
  background-image: url("/assets/images/icon/people.svg");
}

.function-box.revenue {
  background-image: url("/assets/images/icon/revenue.svg");
}

.function-box.archive {
  background-image: url("/assets/images/icon/archive.svg");
}

.function-box.better {
  background-image: url("/assets/images/icon/better.svg");
}

.function-box.review1,
.function-box.review2 {
  padding-left: 5.625em;
}

.function-box.review1 .review,
.function-box.review2 .review {
  margin-top: 0;
  margin-bottom: 0.75em;
  font-weight: 300;
}

.function-box.review1 {
  background-image: url("/assets/images/review-person1.png");
}

.function-box.review2 {
  background-image: url("/assets/images/review-person2.png");
}

.function-box.last {
  margin-bottom: 0;
}

@media (max-width: 700px) {
  .function-box.last:first-of-type {
    margin-bottom: 3.75em;
  }
}

.function-box .light-color {
  color: #9f9f9f;
  margin-top: 0;
  margin-bottom: 0;
}

.function-box p {
  margin-top: 0.5em;
  margin-bottom: 0;
  clear: both;
}

.function-box__title {
  position: relative;
  float: left;
  margin-bottom: 8px;
}

.function-box__title:before,
.function-box__title:after {
  content: "";
  display: table;
}

.function-box__title:after {
  clear: both;
}

.function-box__title .zeta {
  float: left;
}

.function-box__title .title-comment {
  position: absolute;
  left: 100%;
  color: #a79e9e;
  font-size: 10px;
  width: 100px;
  text-transform: uppercase;
  font-weight: 300;
  margin-left: 10px;
  padding-top: 4px;
}

@media (max-width: 700px) {
  .function-box__title {
    float: none;
    text-align: center;
    margin-bottom: 16px;
  }

  .function-box__title .zeta {
    float: none;
  }

  .function-box__title .title-comment {
    position: static;
    margin-left: 0;
  }
}

.partial-withImage {
  text-align: center;
  margin-bottom: 3.75em;
}

.withImage-img {
  display: block;
  margin: 0 auto 1.8em;
}

.withImage-paragraph {
  padding: 0 2em;
  margin: 0.5em 0 0;
  font-weight: 300;
}

.section--grey {
  background: #f5f5f5;
  margin: 0;
  padding: 6.25em 0;
}

.small-paddbot {
  padding: 6.25em 0 4.25em;
}

@media (max-width: 700px) {
  .small-paddbot {
    padding-bottom: 3.25em;
  }
}

.section--grey__partial {
  margin-top: 6.25em;
  padding-top: 6.25em;
  border-top: 1px solid #d9d9d9;
}

.section--grey__partial.first {
  margin-top: 0;
  padding-top: 0;
  border-top: 0 solid #d9d9d9;
}

.section-smallpad {
  padding-top: 0;
}

.section--purple {
  background-color: #321753;
  text-align: center;
  padding: 3.57143em 0 3.64286em;
}

.section--purple h3,
.section--purple p,
.section--purple li,
.section--purple li a,
.section--purple strong {
  color: #fff;
}

.section--white {
  text-align: center;
  background-color: #f5f5f5;
}

.section--white .content-wrap {
  background-color: #fff;
  padding: 3.57143em 0 3.64286em;
}

.section--partial {
  background-color: #fff;
  padding: 3em 2em 4em 2em;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  width: 500px;
  margin: 0 auto;
}

@media (max-width: 700px) {
  .section--partial {
    width: 100%;
    border: 0;
    padding: 3em 2em 2em 2em;
  }
}

.contactlist,
.client-list {
  margin: 0;
  padding-left: 0;
}

.contactlist li,
.client-list li {
  display: inline-block;
  list-style: none;
}

.contactlist .list-devider,
.client-list .list-devider {
  margin: 0 20px 0 17px;
}

.contactlist .list-devider img,
.client-list .list-devider img {
  padding-bottom: 2px;
}

@media (max-width: 700px) {
  .contactlist .list-devider,
  .client-list .list-devider {
    display: block;
    margin: 8px auto 5px;
  }
}

.client-list {
  text-align: center;
  position: relative;
  font-size: 0;
  margin-bottom: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid #d9d9d9;
}

.client-list li {
  font-size: 1rem;
  margin-right: 3.875em;
}

.client-list li:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.client-list li img {
  display: inline-block;
  vertical-align: middle;
}

.client-list li:last-of-type {
  margin-right: 0;
}

@media (min-width: 700px) and (max-width: 800px) {
  .client-list li {
    max-width: 15%;
  }
}

@media (max-width: 700px) {
  .client-list li {
    display: block;
    margin-bottom: 62px;
    text-align: center;
    margin-right: 0;
  }

  .client-list li:before {
    display: none;
  }
}

.link-description {
  font-size: 1.125em;
  color: #fff;
}

.link-phone,
.link-mail {
  padding-left: 1.71429em;
  background-repeat: no-repeat;
}

.link-phone {
  background-image: url("/assets/images/icon/phone.svg");
  background-position: 24px 2px;
  width: 19.375em;
  text-align: right;
}

@media (max-width: 700px) {
  .link-phone {
    width: auto;
    background-position: 0 3px;
  }
}

.link-mail {
  background-image: url("/assets/images/icon/mail.svg");
  background-position: 0 4px;
}

.text-columns {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
}

@media (max-width: 700px) {
  .text-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

.text-columns p {
  margin-top: 0;
  margin-bottom: 1em;
}

.site-header {
  overflow: hidden;
}

.logo {
  background: url("/assets/efx/gfx/orbit-logo.svg") no-repeat;
  background-size: 71px 71px;
  width: 71px;
  height: 71px;
  text-indent: -9999px;
  display: block;
  margin: 2em auto 0;
}

.logo a {
  color: #000;
}

.header {
  margin-bottom: 80px;
  border-bottom: 1px solid #391d57;
  position: relative;
  z-index: 100;
}

.header:before,
.header:after {
  content: "";
  display: table;
}

.header:after {
  clear: both;
}

.header .menu {
  float: right;
}

.dark .header {
  border-bottom: 1px solid #f0f0f0;
}

.logo-small {
  margin-top: 24px;
  width: 41px;
  height: 41px;
  float: left;
  background-image: url(/assets/images/logo.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 41px 42px;
}

.dark .logo-small {
  background-image: url(/assets/images/logo-purple.svg);
  background-size: 41px 41px;
}

@media (max-width: 700px) {
  .scrolled .headerwrapper {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0;
    background: #2a173f;
    z-index: 1000;
  }

  .scrolled .headerwrapper .header {
    margin-bottom: 0px;
    border-bottom: 0;
  }
}

@media (max-width: 700px) {
  .scrolled .dark .headerwrapper .logo-small {
    background-image: url(/assets/images/logo.svg);
  }

  .scrolled .dark .headerwrapper .documentation-back a {
    color: #fff;
  }
}

.menu__list {
  margin: 0;
  padding: 0;
  font-size: 0;
}

.menu__link {
  color: #200d35;
  line-height: 88px;
  height: 88px;
  display: inline-block;
  line-height: 1;
  position: relative;
  font-size: 1rem;
  text-align: center;
  margin-left: 70px;
}

.menu__link:first-of-type {
  margin-left: 0;
}

.menu__link:hover {
  color: #30164e;
}

.menu__link:hover:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.dark .menu__link:hover:after {
  background-color: #30164e;
}

.menu__link a {
  text-decoration: none;
  line-height: 103px;
  height: 88px;
  padding-bottom: 28px;
}

.api-page .api,
.for-publisher-page .publisher,
.services-page .services {
  color: #30164e;
  font-weight: 600;
}

.api-page .api:after,
.for-publisher-page .publisher:after,
.services-page .services:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.dark .api-page .api:after,
.dark .for-publisher-page .publisher:after,
.dark .services-page .services:after {
  background-color: #30164e;
}

.toggle-menu,
.documentation-back {
  position: absolute;
  display: none;
  right: 0px;
  top: 0;
  line-height: 57px;
  color: #fff;
  font-weight: 600;
  z-index: 12;
}

.toggle-menu:hover,
.documentation-back:hover {
  cursor: pointer;
}

.dark .documentation-back {
  line-height: 1;
  display: block;
}

.dark .documentation-back a {
  line-height: 102px;
}

.dark .header {
  height: 89px;
}

.dark .menu {
  display: none;
}

@media (max-width: 700px) {
  .header {
    min-height: 60px;
    margin-bottom: 45px;
  }

  .toggle-menu {
    display: block;
  }

  .dark .toggle-menu {
    display: none;
  }

  .logo-small,
  .dark .logo-small {
    float: none;
    display: block;
    background-size: 30px 31px;
    margin-top: 13px;
    position: relative;
    z-index: 12;
  }

  .header .menu {
    float: none;
    clear: both;
    display: none;
    background-color: #2a173f;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-left: 30px;
    padding-top: 57px;
    padding-bottom: 30px;
    z-index: 10;
  }

  .header .menu.visible {
    display: block;
  }

  .menu__list {
    border-top: 1px solid #391d57;
    margin-right: 28px;
  }

  .menu__link {
    display: block;
    margin-left: 0;
    text-align: left;
    height: 55px;
  }

  .menu__link:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #391d57;
  }

  .menu__link:hover:after {
    background-color: #fff;
  }

  .menu__link a {
    line-height: 55px;
    height: 55px;
    display: block;
    padding-bottom: 0;
  }

  .api-page .api,
  .for-publisher-page .publisher,
  .services-page .services {
    color: #30164e;
    font-weight: 600;
  }

  .api-page .api:after,
  .for-publisher-page .publisher:after,
  .services-page .services:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
  }
}

.nav-list {
  margin-bottom: 2.5em;
}

.nav-list a {
  text-decoration: none;
}

.nav-list__parent {
  margin-bottom: 0.75em;
}

.nav-list__parent a {
  font-weight: 600;
  color: #847ab7;
}

.nav-list__child {
  font-weight: 300;
  border-bottom: 1px solid #dadada;
  padding-bottom: 0.6875em;
  margin-bottom: 0.5em;
}

.nav-list__child a {
  color: #707070;
}

@media (max-width: 700px) {
  nav.col-aside {
    width: 100%;
    margin: 0;
  }

  .nav-list__parent {
    display: block;
    margin-left: 0;
    text-align: left;
    height: 55px;
    position: relative;
    margin-bottom: 0;
  }

  .nav-list__parent:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #dadada;
  }

  .nav-list__parent a {
    line-height: 55px;
    height: 55px;
    display: block;
    padding-bottom: 0;
    color: #707070;
  }

  .nav-list {
    margin-bottom: 0;
  }

  .nav-list:last-of-type .nav-list__parent:after {
    display: none;
  }

  .nav-list__child {
    display: none;
  }
}

footer {
  background: #fff;
  padding: 3.75em 0;
}

.footer__paragraph,
.faq-page .footer__paragraph {
  color: #c5c2c2;
}

.footer__paragraph:last-of-type,
.faq-page .footer__paragraph:last-of-type {
  margin-bottom: 0;
}

.footer__link,
.faq-page .footer__link {
  color: #c5c2c2;
  text-decoration: underline;
}

.footer__link:hover,
.faq-page .footer__link:hover {
  color: #393939;
}

@media (max-width: 700px) {
  .footer__link,
  .faq-page .footer__link {
    line-height: 1;
  }
}

.footer-list {
  margin: 1em 0;
  padding: 0;
  list-style: 0;
}

.footer-list li {
  list-style: none;
}

.footer-list a {
  color: #c5c2c2;
  line-height: 1.75;
}

.footer-list a:hover {
  color: #393939;
}

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