/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

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

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}

.tabs-list,
.partners-list,
.panels-list,
.schema-list,
.team-list,
.features-list,
.block-diagram-item .list,
.main-menu,
.fixed-pagination,
main ol:not([class]):not([id]),
main ul:not([class]):not([id]),
.footer-list,
.social,
.copyright-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap; /* 1 */
  text-overflow: ellipsis; /* 2 */
  overflow: hidden;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

* {
  max-height: 1000000px;
}

body {
  color: #1c2a46;
  background: #fff;
  font: 16px/1.44 'Nunito Sans', sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
}

.gm-style img {
  max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit;
}

h1,
.h1 {
  font-size: 30px;
}

h2,
.h2 {
  font-size: 27px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 21px;
}

h5,
.h5 {
  font-size: 17px;
}

h6,
.h6 {
  font-size: 15px;
}

p {
  margin: 0 0 1em;
}

a {
  color: #39f;
}

a:hover,
a:focus {
  text-decoration: none;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #b2b7c1;
  padding: 0.4em 0.7em;
}

input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='password']:focus,
textarea:focus {
  border-color: #333;
}

input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #b2b7c1;
}

input[type='text']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='password']::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #b2b7c1;
}

input[type='text']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='password']:-moz-placeholder,
textarea:-moz-placeholder {
  color: #b2b7c1;
}

input[type='text']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #b2b7c1;
}

input[type='text'].placeholder,
input[type='tel'].placeholder,
input[type='email'].placeholder,
input[type='search'].placeholder,
input[type='password'].placeholder,
textarea.placeholder {
  color: #b2b7c1;
}

select {
  -webkit-border-radius: 0;
}

textarea {
  resize: vertical;
  vertical-align: top;
}

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
}

@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.ttf?32k786') format('truetype'),
    url('../fonts/icomoon.woff?32k786') format('woff'),
    url('../fonts/icomoon.svg?32k786#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^='icon-'],
[class*=' icon-'] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1; /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-check:before {
  content: '';
}

.icon-change:before {
  content: '';
}

.icon-clock:before {
  content: '';
}

.icon-cloud:before {
  content: '';
}

.icon-coins:before {
  content: '';
}

.icon-collect:before {
  content: '';
}

.icon-connection:before {
  content: '';
}

.icon-linkedin:before {
  content: '';
}

.icon-lock:before {
  content: '';
}

.icon-own:before {
  content: '';
}

.icon-predict:before {
  content: '';
}

.icon-shield:before {
  content: '';
}

.icon-play:before {
  content: '';
}

.icon-instagram-circle:before {
  content: '';
}

.icon-twitter-circle:before {
  content: '';
}

.icon-facebook-circle:before {
  content: '';
}

.icon-chevron-down:before {
  content: '';
}

.intro-section {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  z-index: 3;
  color: #fff;
}

.intro-section:after {
  min-height: 100vh;
  display: block;
  width: 0;
  content: '';
}

.intro-section:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(17, 29, 52, 0.5);
  z-index: 1;
}

.intro-section.purple-gradient:before {
  background-image: -webkit-linear-gradient(45deg, #9c2ef0 0%, #4d90ff 100%);
  background-image: linear-gradient(45deg, #9c2ef0 0%, #4d90ff 100%);
}

.intro-section.small-intro {
  padding: 75px 0;
}

.intro-section.small-intro:after {
  min-height: 320px !important;
}

.intro-section > * {
  z-index: 3;
}

.intro-section .btn-down {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: calc(100% - 35px);
  z-index: 5;
}

.intro-section.overlay:before {
  background-color: rgba(28, 42, 70, 0.6);
}

.intro-section.gradient-overlay:before {
  background-image: -webkit-linear-gradient(45deg, #9c2ef0 0%, #4d90ff 100%);
  background-image: linear-gradient(45deg, #9c2ef0 0%, #4d90ff 100%);
  opacity: 0.3;
}

.intro-section.center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.intro-section.alt .intro-content {
  max-width: 100%;
  margin-top: 68px;
  font-size: 17px;
}

.intro-section.research-intro {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.intro-section.research-intro .intro-content {
  padding: 0;
}

.intro-section.research-intro .intro-title {
  font-weight: 400;
  max-width: 160px;
  font-size: 20px;
  margin: 0 auto;
}

.intro-section.research-intro:after {
  min-height: 250px;
}

.intro-section.developers-intro:before {
  display: none;
}

.intro-section.developers-intro:after {
  min-height: 182px;
}

.intro-section.developers-intro .intro-content .intro-title {
  font-size: 14px;
  line-height: 1.14285714;
}

.intro-content {
  padding: 140px 0 80px;
  text-align: center;
  font-size: 15px;
  line-height: 1.27;
  max-width: 500px;
  margin: 0 auto;
}

.intro-content .intro-title {
  display: block;
  font-size: 33px;
  line-height: 1.36;
  font-weight: 600;
  margin-bottom: 6px;
}

.intro-content .intro-title span:not([class]) {
  display: block;
  font-weight: 300;
  font-size: 20px;
  line-height: 1;
}

.subscribe-form {
  max-width: 380px;
  margin: 0 auto;
}

.subscribe-form .input-holder {
  position: relative;
}

.subscribe-form .input-holder .input-field {
  position: relative;
  margin-bottom: 15px;
}

.subscribe-form input[type='text'] {
  width: 100%;
  height: 48px;
  margin: 0;
  padding: 5px 10px;
  line-height: normal;
  font-size: 16px;
  text-align: center;
  color: #1c2a46;
  border: 0;
  border-radius: 8px;
}

.subscribe-form input[type='email'] {
  width: 100%;
  height: 49px;
  margin: 0;
  padding: 5px 10px;
  line-height: normal;
  font-size: 16px;
  text-align: center;
  color: #1c2a46;
  border: 0;
  border-radius: 50px;
}
@media (min-width: 768px) {
  .subscribe-form input[type='text'],
  .subscribe-form input[type='email'] {
    padding: 5px 192px 5px 25px;
    height: 55px;
    text-align: left;
    font-size: 18px;
  }
}

.subscribe-form input[type='text']:focus::-webkit-input-placeholder {
  color: rgba(28, 42, 70, 0);
}

.subscribe-form input[type='text']:focus::-moz-placeholder {
  opacity: 1;
  color: rgba(28, 42, 70, 0);
}

.subscribe-form input[type='text']:focus:-moz-placeholder {
  color: rgba(28, 42, 70, 0);
}

.subscribe-form input[type='text']:focus:-ms-input-placeholder {
  color: rgba(28, 42, 70, 0);
}

.subscribe-form input[type='text']:focus.placeholder {
  color: rgba(28, 42, 70, 0);
}

.subscribe-form input[type='text']::-webkit-input-placeholder {
  color: rgba(28, 42, 70, 0.8);
}

.subscribe-form input[type='text']::-moz-placeholder {
  opacity: 1;
  color: rgba(28, 42, 70, 0.8);
}

.subscribe-form input[type='text']:-moz-placeholder {
  color: rgba(28, 42, 70, 0.8);
}

.subscribe-form input[type='text']:-ms-input-placeholder {
  color: rgba(28, 42, 70, 0.8);
}

.subscribe-form input[type='text'].placeholder {
  color: rgba(28, 42, 70, 0.8);
}

.subscribe-form [type='submit'] {
  width: 100%;
  border-radius: 50px;
}

.btn-down {
  -webkit-transition: text-shadow 0.3s ease-in-out;
  transition: text-shadow 0.3s ease-in-out;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #1c2a46;
  box-shadow: 0 5px 10px rgba(43, 60, 86, 0.13);
  font-size: 20px;
}

.btn-down i {
  margin: -3px 0 0;
  -webkit-animation: bounce 0.5s infinite alternate;
  animation: bounce 0.5s infinite alternate;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.btn-down:hover {
  text-shadow: 0 0 1px #1c2a46;
}

.btn-down:hover i {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.inner-intro {
  position: relative;
}

.inner-intro.horizontal-mod .content {
  max-width: 900px;
  margin: 0 auto;
}

.inner-intro.horizontal-mod .visual {
  width: 180px;
}

.inner-intro .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.inner-intro .container:before {
  content: '';
  display: block;
  width: 0;
  height: 100vh;
}

.inner-intro .content {
  padding: 80px 0;
}

.inner-intro .visual {
  width: 280px;
  margin: 0 auto 22px;
}

.inner-intro .visual img {
  width: 100%;
}

.inner-intro h1 {
  text-align: center;
  font-size: 35px;
  margin: 0;
  font-weight: 900;
}

.inner-intro .btn-down {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -110%);
  -ms-transform: translate(-50%, -110%);
  transform: translate(-50%, -110%);
  z-index: 5;
}

.tab-section {
  padding: 65px 0 50px;
}

.tab-section .container {
  max-width: 920px;
}

.js-tab-hidden {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important;
}

.tabs-list {
  text-align: center;
  font-size: 22px;
  line-height: 1.18181818;
  font-weight: 300;
  margin: 0 -12px 41px;
}

.tabs-list li {
  display: inline-block;
  vertical-align: top;
  padding: 0 12px;
}

.tabs-list a {
  -webkit-transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
  display: block;
  position: relative;
  color: #1c2a46;
  opacity: 0.3;
}

.tabs-list a:hover {
  opacity: 1;
}

.tabs-list a.active {
  opacity: 1;
  color: #703fff;
}

.tabs-list a.active:after {
  opacity: 1;
}

.tabs-list a:after {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #703fff;
  opacity: 0;
  margin: 5px 0 0;
}

.tab-description {
  text-align: center;
  margin: 0 -12px 39px;
}

.tab-description p {
  margin: 0;
}

.tab-content {
  text-align: center;
}

.tab-content .content {
  position: relative;
  margin: 0 0 19px;
}

.tab-content .content .subscribe-form label {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 25px;
}

.tab-content .visual {
  position: relative;
  width: 191px;
  margin: 0 auto;
  padding: 46px 0 0;
}

.tab-content .visual:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 30px;
  width: 1px;
  background: #703fff;
}

.tab-content .visual img {
  width: 100%;
}

.tab-content .visual .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  box-shadow: 0 0 30px #b2b7c1;
  background: rgba(178, 183, 193, 0.3);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 40px;
  height: 40px;
  line-height: 1;
  margin: 22px 0 0;
}

.tab-content .visual .play-btn:hover {
  color: #703fff;
}

.tab-content h2 {
  font-weight: 400;
  font-size: 21px;
  line-height: 1.42857143;
  margin: 0 0 17px;
}

.form-section {
  padding: 47px 0 37px;
  text-align: center;
  position: relative;
  overflow: hidden;
  font-size: 18px;
}

.form-section > .container {
  position: relative;
  z-index: 2;
}

.form-section .section-title,
.form-section .inner-page-content h2,
.inner-page-content .form-section h2 {
  color: #000;
  font-weight: 400;
  text-align: center;
  margin-bottom: 12px;
  font-size: 28px;
  line-height: 1.1;
}

.form-section .info {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.539;
  margin-bottom: 10px;
}

.form-section .info a {
  color: #703fff;
}

.form-section .info a:hover {
  color: #2a00a5;
}

.form-section .cir-1 {
  top: -67px;
  left: -65px;
  width: 132px;
  height: 132px;
  background-image: -webkit-linear-gradient(315deg, #f54ea2 0%, #fd4a51 100%);
  background-image: linear-gradient(135deg, #f54ea2 0%, #fd4a51 100%);
}

.form-section .cir-2 {
  top: 50px;
  right: 17.2%;
  width: 94px;
  height: 94px;
  background-image: -webkit-linear-gradient(225deg, #ffa039 0%, #ff5959 100%);
  background-image: linear-gradient(225deg, #ffa039 0%, #ff5959 100%);
  opacity: 0.77;
}

.form-section .cir-3 {
  display: none;
  top: -170px;
  right: -173px;
  width: 400px;
  height: 400px;
  background-image: -webkit-linear-gradient(225deg, #6078ea 0%, #17b0ea 100%);
  background-image: linear-gradient(225deg, #6078ea 0%, #17b0ea 100%);
}

.form-section .cir-4 {
  bottom: 190px;
  right: -4.7%;
  width: 83px;
  height: 83px;
  background-image: -webkit-linear-gradient(
    226deg,
    #00dec6 0%,
    #00a1d9 69%,
    #0085e1 100%,
    #0b2952 100%
  );
  background-image: linear-gradient(
    224deg,
    #00dec6 0%,
    #00a1d9 69%,
    #0085e1 100%,
    #0b2952 100%
  );
}

.form-section .cir-5,
.form-section .cir-6 {
  bottom: 63px;
  left: -84px;
  width: 107px;
  height: 107px;
  background-image: -webkit-linear-gradient(
    180deg,
    #fff 0%,
    rgba(255, 255, 255, 0.03) 100%,
    rgba(255, 255, 255, 0) 100%
  );
  background-image: linear-gradient(
    -90deg,
    #fff 0%,
    rgba(255, 255, 255, 0.03) 100%,
    rgba(255, 255, 255, 0) 100%
  );
}

.form-section .cir-6 {
  bottom: -77px;
  left: auto;
  right: 12.9%;
  background-image: -webkit-linear-gradient(
    270deg,
    #fff 0%,
    rgba(255, 255, 255, 0.03) 100%,
    rgba(255, 255, 255, 0) 100%
  );
  background-image: linear-gradient(
    180deg,
    #fff 0%,
    rgba(255, 255, 255, 0.03) 100%,
    rgba(255, 255, 255, 0) 100%
  );
}

.input-placeholder-text {
  color: #c1c5ce !important;
  position: absolute;
  top: 50%;
  left: 25px;
  max-width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.contact-form {
  font-size: 16px;
  text-align: left;
  padding: 15px 0 27px;
}

.contact-form input[type='text'],
.contact-form input[type='email'],
.contact-form input[type='search'],
.contact-form input[type='url'],
.contact-form input[type='password'],
.contact-form textarea {
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  display: block;
  width: 100%;
  background-color: transparent;
  color: inherit;
  padding: 14px 0;
  border: none;
  border-bottom: 1px solid #c1c5ce;
  font-size: 20px;
  color: #000;
  font-weight: 600;
}

.contact-form input[type='text'].text-active,
.contact-form input[type='email'].text-active,
.contact-form input[type='search'].text-active,
.contact-form input[type='url'].text-active,
.contact-form input[type='password'].text-active,
.contact-form textarea.text-active {
  border-color: #703fff;
}

.contact-form .input-placeholder-text {
  left: 0;
}

.contact-form .input-holder {
  margin: 0 -15px;
}

.contact-form .input-holder .input-box {
  padding: 0 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.contact-form .input-holder .input-placeholder-text {
  left: 15px;
  max-width: calc(100% - 30px);
}

.contact-form .input-box {
  margin: 0 0 8px;
  position: relative;
}

.contact-form .input-box.error input[type='text'],
.contact-form .input-box.error input[type='email'],
.contact-form .input-box.error input[type='search'],
.contact-form .input-box.error input[type='url'],
.contact-form .input-box.error input[type='password'],
.contact-form .input-box.error textarea {
  border-color: #f00;
}

.contact-form .btn-submit {
  background-image: none;
  display: block;
  width: 100%;
  text-align: center;
  color: #703fff;
  margin: 38px 0 0;
  padding: 16px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  font-size: 20px;
  line-height: 1.05;
  border: 2px solid #703fff;
  border-radius: 27px;
  font-weight: 600;
}

.contact-form .btn-submit:hover {
  background: #703fff;
  color: #fff;
}

.contact-form.form-panel {
  background-color: #fff;
  color: #2b3c56;
  margin: 30px 0 0;
  padding: 20px 20px;
  border-radius: 5px;
}

.contact-form.form-panel input[type='text'],
.contact-form.form-panel input[type='email'],
.contact-form.form-panel input[type='search'],
.contact-form.form-panel input[type='url'],
.contact-form.form-panel input[type='password'],
.contact-form.form-panel textarea {
  border-color: rgba(43, 60, 86, 0.2);
}

.contact-form.form-panel input[type='text']::-webkit-input-placeholder,
.contact-form.form-panel input[type='email']::-webkit-input-placeholder,
.contact-form.form-panel input[type='search']::-webkit-input-placeholder,
.contact-form.form-panel input[type='url']::-webkit-input-placeholder,
.contact-form.form-panel input[type='password']::-webkit-input-placeholder,
.contact-form.form-panel textarea::-webkit-input-placeholder {
  color: inherit;
}

.contact-form.form-panel input[type='text']::-moz-placeholder,
.contact-form.form-panel input[type='email']::-moz-placeholder,
.contact-form.form-panel input[type='search']::-moz-placeholder,
.contact-form.form-panel input[type='url']::-moz-placeholder,
.contact-form.form-panel input[type='password']::-moz-placeholder,
.contact-form.form-panel textarea::-moz-placeholder {
  opacity: 1;
  color: inherit;
}

.contact-form.form-panel input[type='text']:-moz-placeholder,
.contact-form.form-panel input[type='email']:-moz-placeholder,
.contact-form.form-panel input[type='search']:-moz-placeholder,
.contact-form.form-panel input[type='url']:-moz-placeholder,
.contact-form.form-panel input[type='password']:-moz-placeholder,
.contact-form.form-panel textarea:-moz-placeholder {
  color: inherit;
}

.contact-form.form-panel input[type='text']:-ms-input-placeholder,
.contact-form.form-panel input[type='email']:-ms-input-placeholder,
.contact-form.form-panel input[type='search']:-ms-input-placeholder,
.contact-form.form-panel input[type='url']:-ms-input-placeholder,
.contact-form.form-panel input[type='password']:-ms-input-placeholder,
.contact-form.form-panel textarea:-ms-input-placeholder {
  color: inherit;
}

.contact-form.form-panel input[type='text'].placeholder,
.contact-form.form-panel input[type='email'].placeholder,
.contact-form.form-panel input[type='search'].placeholder,
.contact-form.form-panel input[type='url'].placeholder,
.contact-form.form-panel input[type='password'].placeholder,
.contact-form.form-panel textarea.placeholder {
  color: inherit;
}

.contact-form.form-panel input[type='text'].text-active,
.contact-form.form-panel input[type='email'].text-active,
.contact-form.form-panel input[type='search'].text-active,
.contact-form.form-panel input[type='url'].text-active,
.contact-form.form-panel input[type='password'].text-active,
.contact-form.form-panel textarea.text-active {
  border-color: currentColor;
}

.circle {
  display: block;
  position: absolute !important;
  border-radius: 100%;
}

.custom-checkbox {
  display: block;
  overflow: hidden;
  margin: 0 0 28px;
}

.custom-checkbox input[type='checkbox'] {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.custom-checkbox input[type='checkbox']:checked ~ .fake-input {
  border-color: #7144ff;
  background: #7144ff;
}

.custom-checkbox input[type='checkbox']:checked ~ .fake-input [class^='icon'] {
  opacity: 1;
}

.custom-checkbox .fake-input {
  -webkit-transition: border-color 0.3s ease-in-out, background 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out, background 0.3s ease-in-out;
  position: relative;
  float: left;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 2px solid #c1c5ce;
  background: #f3f4f6;
  margin: 0 20px 0 0;
  cursor: pointer;
}

.custom-checkbox .fake-input [class^='icon'] {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  opacity: 0;
  font-size: 13px;
}

.custom-checkbox .fake-label-holder {
  display: inline-block;
  vertical-align: top;
  margin: 4px 0 0;
  cursor: pointer;
  position: relative;
}

.custom-checkbox .fake-label-holder:before {
  content: '';
  position: absolute;
  top: -5px;
  left: -50px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  right: 100%;
}

.custom-checkbox .fake-label {
  display: block;
  font-size: 16px;
  line-height: 1.1875;
  color: #333;
  font-weight: 400;
}

.custom-checkbox .fake-sub-label {
  font-size: 18px;
  line-height: 1.16666667;
  color: #333;
  opacity: 0.4;
}

.check-box-group {
  padding: 27px 4px 30px;
}

.select-focus {
  padding: 37px 0 0;
}

.select-focus .contact-form {
  padding: 15px 0 0;
}

.select-focus .section-title,
.select-focus .inner-page-content h2,
.inner-page-content .select-focus h2 {
  text-align: center;
  margin: 0 0 27px;
}

.select-focus .large-text {
  text-align: center;
}

.select-focus .form-section {
  padding: 47px 0 40px;
}

.select-focus .form-section .section-title,
.select-focus .form-section .inner-page-content h2,
.inner-page-content .select-focus .form-section h2 {
  text-align: center;
}

.select-focus .form-section .info {
  padding-top: 28px;
}

.large-text {
  font-size: 16px;
  line-height: 1.1875;
}

.input-label-wrapper {
  margin: 0 0 48px;
}

.input-label-wrapper label {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 1.16666667;
  margin: 0;
}

.input-label-wrapper input[type='text'],
.input-label-wrapper input[type='email'],
.input-label-wrapper input[type='search'],
.input-label-wrapper input[type='url'],
.input-label-wrapper input[type='password'],
.input-label-wrapper textarea,
.input-label-wrapper .input-placeholder-text {
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}

.input-label-wrapper input {
  height: 27px;
}

.input-label-wrapper .input-placeholder-text {
  display: block;
  width: 100%;
}

.input-label-wrapper .input-wrapper {
  position: relative;
  text-align: center;
}

.video-section {
  padding: 6px 12px 0;
  position: relative;
  margin: 0 0 17px;
}

.video-section.play .video-background:after {
  opacity: 0;
  visibility: hidden;
}

.video-section.play .video-foreground {
  opacity: 1;
  z-index: 1;
}

.video-section.play .video-play-holder {
  display: none;
}

.video-background {
  position: relative;
  height: 230px;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 50%;
}

.video-background:after {
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition-delay: 1s;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(28, 42, 70, 0.6);
}


.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-foreground {
  -webkit-transition: opacity 0.3s ease-in-out, z-index 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, z-index 0.3s ease-in-out;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  opacity: 0;
  z-index: -1;
  height: 300%;
  top: -100%;
}

.video-play-holder {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
}

.video-play-holder.for-mobile {
  display: block;
  margin: 0;
}

.video-play-holder .play-btn {
  display: inline-block;
  vertical-align: top;
  font-size: 67px;
  line-height: 1;
  height: 67px;
  border-radius: 100%;
  color: #fff;
  background: -webkit-linear-gradient(45deg, #9c2ff0 0%, #4d90ff 100%);
  background: linear-gradient(45deg, #9c2ff0 0%, #4d90ff 100%);
}

.video-play-holder .play-btn:hover {
  background: transparent;
}

.video-quote {
  display: block;
  margin: 0 0 39px;
  text-align: center;
  font-size: 22px;
  line-height: 1.40909091;
  font-weight: 600;
  z-index: 5;
  color: #333;
  opacity: 0.3;
}

.video-quote q strong {
  font-size: 24px;
  line-height: 1.29166667;
  font-weight: 600;
}

.partners-section {
  padding: 13px 0;
}

.partners-block {
  padding: 0 0 26px;
  text-align: center;
  position: relative;
}

.partners-block h3 {
  font-size: 20px;
  line-height: 1.15;
  letter-spacing: 1.55px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 60px;
}

.partners-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -8px;
}

.partners-list.two-col-mobile li {
  padding: 0 50px;
}

.partners-list li {
  padding: 0 25px;
  margin: 0 0 25px;
}

.partners-list a {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  display: block;
}

.partners-list a:hover {
  opacity: 0.7;
}

.block-divider {
  display: block;
  max-width: 500px;
  margin: 0 auto 52px;
  height: 1px;
  background: rgba(28, 42, 70, 0.1);
}

.how-it-work {
  padding: 40px 0;
}

.how-it-work h1 {
  text-align: center;
  font-size: 26px;
  font-weight: 300;
}

.panels-list {
  max-width: 670px;
  margin: 0 auto;
}

.panels-list li {
  margin: 0 0 15px;
}

.panel {
  font-weight: 300;
  border-radius: 10px;
  padding: 13px 17px;
  color: #fff;
  background: -webkit-linear-gradient(45deg, #9c2ff0 0%, #4d90ff 100%);
  background: linear-gradient(45deg, #9c2ff0 0%, #4d90ff 100%);
}

.panel .symbol-holder {
  float: left;
  font-size: 30px;
  min-width: 50px;
  text-align: center;
  line-height: 1;
  margin: 5px 10px 0 0;
}

.panel .content {
  overflow: hidden;
  font-weight: 16px;
  line-height: 1.5;
}

.panel .content p {
  margin: 0;
}

.panel h2 {
  line-height: 1.21052632;
  font-weight: 300;
  margin: 0 0 5px;
}

.schema-section {
  padding: 40px 19px;
}

.schema-section .scema-image-holder {
  display: none;
}

.schema-section .scema-image-holder img {
  width: 100%;
}

.schema-list li {
  counter-increment: step-counter;
  margin: 0 0 20px;
}

.schema-list li:before {
  content: counter(step-counter);
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  text-align: center;
  font-weight: 700;
  background: -webkit-linear-gradient(225deg, #ffa039 0%, #ff5959 100%);
  background: linear-gradient(225deg, #ffa039 0%, #ff5959 100%);
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  float: left;
  margin: -4px 10px 0 0;
}

.schema-list .symbol-holder {
  display: none;
}

.schema-list .text {
  overflow: hidden;
  font-size: 16px;
  line-height: 1.1875;
}

.schema-list .text .title {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.22222222;
  margin: 0 0 7px;
}

.schema-list .text-holder {
  overflow: hidden;
  max-height: 90px;
}

.schema-list .text-holder p {
  margin: 0;
}

.team-section {
  background-color: #f3f4f6;
  padding: 50px 0 25px;
}

.team-section h1 {
  text-align: center;
  font-weight: 300;
  margin-bottom: 40px;
}

.team-section .container {
  max-width: 982px;
}

.team-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px 40px;
  width: calc(100% + 30px);
  font-size: 12px;
  text-align: center;
}

.team-list li {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 42px;
}

.team-list .team-member {
  display: inline-block;
  vertical-align: top;
}

.team-list .img-circle {
  display: block;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 16px;
}

.team-list .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.team-list .title .name {
  font-weight: 600;
}

.team-list .title [class*='icon-'] {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  font-size: 1.25em;
  vertical-align: top;
  color: #007bb6;
}

.team-list .title [class*='icon-']:hover {
  opacity: 0.7;
}

.hiring-section {
  padding: 50px 0 25px;
}

.hiring-section h1 {
  text-align: center;
  font-weight: 300;
  margin-bottom: 40px;
}

.hiring-section .container {
  max-width: 960px;
}

.hiring-table {
  width: 100%;
  font-size: 16px;
  margin-bottom: 25px;
}

.hiring-table th {
  font-weight: 300;
  text-align: left;
  padding: 15px 15px 15px 0;
  vertical-align: top;
}

.hiring-table td {
  text-align: right;
  padding: 15px 0 15px 15px;
  vertical-align: bottom;
  font-weight: 500;
}

.hiring-table .title {
  font-weight: 400;
  font-size: 24px;
  display: block;
}

.hiring-table .title a {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  color: #703fff;
}

.hiring-table .title a:hover {
  opacity: 0.7;
}

.hiring-table .descr {
  color: rgba(28, 42, 70, 0.5);
}

.hiring-table .location {
  color: #1c2a46;
}

.features-list {
  color: rgba(0, 0, 0, 0.4);
  padding: 18px 0 57px;
  font-size: 16px;
  font-weight: 400;
}

.features-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin: 0 0 39px;
}

.features-list .img-holder {
  width: 60px;
  height: 60px;
  box-shadow: 0 5px 12px rgba(14, 14, 82, 0.2);
  border-radius: 50%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 18px;
}

.features-list .text-holder {
  width: 100%;
  overflow: hidden;
}

.features-list .title {
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: #000;
}

.block-diagram-section {
  padding: 51px 0 21px;
}

.block-diagram-section .container {
  padding: 0 31px;
}

.block-diagram-section .section-title,
.block-diagram-section .inner-page-content h2,
.inner-page-content .block-diagram-section h2 {
  font-size: 24px;
  margin: 0 0 34px;
}

.block-diagram {
  margin: 0 auto;
}

.block-diagram .horizontal-conection.single-item .block-diagram-item {
  max-width: 377px;
}

.block-diagram
  .horizontal-conection.single-item
  .block-diagram-item:nth-child(odd) {
  padding-right: 0;
}

.block-diagram-item {
  position: relative;
  margin: 0 auto 44px;
  font-size: 18px;
  line-height: 1.16666667;
  max-width: 400px;
}

.block-diagram-item .visual {
  position: relative;
  text-align: center;
  margin: 0 0 28px;
}

.block-diagram-item .visual > img {
  display: inline-block;
  vertical-align: top;
}

.block-diagram-item .visual .horizontal-conection-line {
  display: none;
}

.block-diagram-item .visual .horizontal-conection-line img {
  display: block;
  width: 100%;
}

.block-diagram-item p {
  margin: 0 0 28px;
}

.block-diagram-item .list {
  font-size: 14px;
  line-height: 1.71428571;
}

.block-diagram-item .list li {
  position: relative;
  padding: 0 0 0 11px;
}

.block-diagram-item .list li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 2px;
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 100%;
  border-radius: 50%;
}

.block-diagram-item .conection-line {
  display: none;
}

.block-diagram-item .conection-line img {
  display: block;
  width: 100%;
}

.learn-more-section {
  padding: 49px 0;
}

.learn-more-section .section-description {
  max-width: 773px;
  margin: 0 auto 31px;
}

.learn-more-section .section-title,
.learn-more-section .inner-page-content h2,
.inner-page-content .learn-more-section h2 {
  margin: 0 0 28px;
  font-size: 20px;
}

.learn-more-section .section-title.visible-from-tablet,
.learn-more-section .inner-page-content h2.visible-from-tablet,
.inner-page-content .learn-more-section h2.visible-from-tablet {
  display: none;
}

.learn-more-section .holder {
  overflow: hidden;
}

.learn-more-section .visual {
  position: relative;
  width: 219px;
  margin: 0 auto 16px;
}

.learn-more-section .visual img {
  display: block;
  width: 100%;
}

.learn-more-section .holder .visual video {
  left: 28px;
  position: absolute;
  top: 55px;
  width: 166px;
}

@media (min-width: 480px) {
  .learn-more-section .holder .visual video {
    left: 73px;
    top: 55px;
    width: 167px;
  }
}

@media (min-width: 1024px) {
  .learn-more-section .holder .visual video {
    left: 48px;
    top: 96px;
    width: 292px;
  }
}

.learn-more-section .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  box-shadow: 0 0 30px #b2b7c1;
  background: rgba(178, 183, 193, 0.3);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 40px;
  height: 40px;
  line-height: 1;
  margin: -9px 0 0 -14px;
}

.learn-more-section .play-btn:hover {
  color: #703fff;
}

.learn-more-section .content {
  margin: 0 0 46px;
}

.learn-more-section .learn-more-item {
  font-size: 16px;
  line-height: 1.4375;
  margin: 0 0 28px;
  text-align: center;
}

.learn-more-section .learn-more-item h3 {
  color: #7144ff;
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 14px;
  font-weight: 400;
}

.learn-more-section .button-holder .btn {
  display: block;
  width: 100%;
}

.visual-info-section {
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(243, 243, 246, 0) 0%,
    #f3f3f6 100%
  );
  background-image: linear-gradient(
    to top,
    rgba(243, 243, 246, 0) 0%,
    #f3f3f6 100%
  );
  padding: 0 0 48px;
}

.visual-info-section .subscribe-form input[type='text'] {
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid rgba(27, 41, 70, 0.1);
}

.visual-info-section .subscribe-form input[type='text']:focus {
  border-color: #703fff;
}

.visual-info-section .subscribe-form .input-holder .input-field {
  margin-bottom: 8px;
}

.visual-info-section .section-title,
.visual-info-section .inner-page-content h2,
.inner-page-content .visual-info-section h2 {
  margin: 0 0 26px;
}

.visual-info-block .img-holder {
  margin: 0 -19px;
}

.visual-info-block .img-holder img {
  width: 100%;
}

.visual-info-block .text-holder {
  padding: 27px 0 49px;
}

.visual-info-block .text-holder .btn {
  width: 100%;
}

.visual-info-block .title {
  display: block;
  color: #7144ff;
  font-size: 28px;
  font-weight: 600;
  margin: 0 0 18px;
}

.visual-info-block p {
  margin: 0 0 23px;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 0;
  box-shadow: 0 5px 8px rgba(43, 60, 86, 0.15);
  background: #fff;
  z-index: 99;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#header .logo {
  position: relative;
  z-index: 9;
  display: block;
  width: 96px;
}

#header .logo img {
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  width: 100%;
}

.nav-active #header .logo img {
  visibility: hidden;
  opacity: 0;
}

#header .logo img.logo-white {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}

.nav-active #header .logo img.logo-white {
  visibility: visible;
  opacity: 1;
}

.nav-opener {
  display: block;
  width: 30px;
  height: 38px;
  overflow: hidden;
  text-indent: -9999px;
  margin-left: auto;
  position: relative;
  z-index: 9;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #1c2a46;
  position: absolute;
  top: 50%;
  left: 15%;
  right: 15%;
  height: 2px;
  margin-top: -1px;
}

.nav-opener:before,
.nav-opener:after {
  content: '';
  top: 30%;
}

.nav-opener:after {
  top: 70%;
}

.nav-active .nav-opener span {
  opacity: 0;
}

.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
}

.nav-active .nav-opener:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-opener:hover {
  opacity: 0.9;
}

.main-menu {
  font-weight: 300;
  color: #1c2a46;
  font-size: 16px;
  margin: 0 auto;
}

.main-menu li {
  margin-bottom: 30px;
}

.main-menu li.active a,
.main-menu li:hover a {
  color: #703fff;
}

.main-menu li:after {
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}

.main-menu a {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  color: inherit;
}

#wrapper {
  overflow: hidden;
  position: relative;
  min-width: 320px;
}

.resize-active * {
  -webkit-transition: none !important;
  transition: none !important;
}

* {
  outline: none;
}

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

img {
  vertical-align: top;
}

mark {
  background: none;
  color: #703fff;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 19px;
  max-width: 1280px;
}

.text-center {
  text-align: center;
}

.purple-bg,
.btn {
  background: -webkit-linear-gradient(45deg, #9c2ff0 0%, #4d90ff 100%);
  background: linear-gradient(45deg, #9c2ff0 0%, #4d90ff 100%);
  color: #fff;
}

.orange-bg,
.btn.btn-orange {
  background: -webkit-linear-gradient(225deg, #ffa039 0%, #ff5959 100%);
  background: linear-gradient(225deg, #ffa039 0%, #ff5959 100%);
  color: #fff;
}

.marine-bg {
  background: -webkit-linear-gradient(45deg, #0085e1 0%, #00dec6 100%);
  background: linear-gradient(45deg, #0085e1 0%, #00dec6 100%);
  color: #fff;
}

.gray-bg {
  background: #f3f4f6;
}

.purple-dark-bg {
  background: #7144ff;
}

.darkblue-bg,
#footer {
  background: #1c2a46;
  color: #fff;
}

.gradient-bg {
  background-image: -webkit-linear-gradient(45deg, #9c2ff0 0%, #4d90ff 100%);
  background-image: linear-gradient(45deg, #9c2ff0 0%, #4d90ff 100%);
  color: #fff;
}

.text-color-white {
  color: #fff;
}

.text-color-orange {
  color: #ff714f;
}

.section-title,
.inner-page-content h2 {
  display: block;
  margin: 0 0 18px;
  font-size: 28px;
  line-height: 1.20833333;
  font-weight: 400;
}

.btn {
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  display: inline-block;
  vertical-align: top;
  min-width: 140px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-transform: capitalize;
  text-align: center;
  color: #fff;
  border: 0;
  border-radius: 3px;
  padding: 14px 15px;
}

.btn:hover {
  background: -webkit-linear-gradient(45deg, #4d90ff 0%, #9c2ff0 100%);
  background: linear-gradient(45deg, #4d90ff 0%, #9c2ff0 100%);
  color: #fff;
}

.btn.btn-round {
  border-radius: 50px;
}

.btn.btn-orange:hover {
  background: -webkit-linear-gradient(225deg, #ff5959 0%, #ffa039 100%);
  background: linear-gradient(225deg, #ff5959 0%, #ffa039 100%);
}

.fixed-pagination {
  display: none;
  position: fixed;
  left: 10px;
  top: 50%;
  width: 14px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
  line-height: 0;
  font-size: 0;
  margin: 36px 0 0;
}

.fixed-pagination li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 14px;
}

.fixed-pagination li:not(:last-child) {
  margin-bottom: 10px;
}

.fixed-pagination li.active a,
.fixed-pagination li a:hover {
  width: 14px;
  height: 14px;
  background: #fff;
}

body.section-active .fixed-pagination li.active a,
body.section-active .fixed-pagination li a:hover {
  background: #1c2a46;
}

.fixed-pagination li a {
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    background 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    background 0.3s ease-in-out;
  display: block;
  width: 10px;
  height: 10px;
  text-indent: -9999px;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 99;
}

body.section-active .fixed-pagination li a {
  border-color: #1c2a46;
}

.inner-page-content {
  padding: 40px 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}

.inner-page-content .container {
  max-width: 920px;
}

.inner-page-content p {
  margin: 0 0 30px;
}

.inner-page-content a {
  font-weight: 600;
  color: #7144ff;
}

.inner-page-content a:hover {
  text-decoration: underline;
}

.research-page-content.inner-page-content {
  color: #1c2a46;
  text-align: center;
  line-height: 1.4;
}

.research-page-content.inner-page-content .section-title,
.research-page-content.inner-page-content h2 {
  margin: 0 0 19px;
}

.research-page-content.inner-page-content p:last-child {
  margin-bottom: 0;
}

.content-visual {
  padding: 0 19px;
  margin: 0 0 30px;
}

.content-visual img {
  width: 100%;
}

.info-content-section {
  padding: 40px 0;
  line-height: 1.66666667;
}

.info-content-section .container {
  max-width: 794px;
}

.info-content-section h1 {
  font-weight: 300;
  line-height: 1.21052632;
}

.content-box {
  margin: 0 0 35px;
}

.content-box h3 {
  font-size: 20px;
  line-height: 1.2;
}

.content-box p {
  margin: 0 0 24px;
}

.content-box dl {
  margin: 0 0 15px;
  overflow: hidden;
}

.content-box dl dt {
  float: left;
}

.content-box dl dd {
  overflow: hidden;
  margin: 0;
  padding: 0 0 0 4px;
}

main ol:not([class]):not([id]) {
  counter-reset: newCounter;
  margin: 0 0 15px;
}

main ol:not([class]):not([id]) li:before {
  counter-increment: newCounter;
  content: counters(newCounter, '.') '. ';
}

main ul:not([class]):not([id]) {
  margin: 0 0 15px;
}

main ul:not([class]):not([id]) li {
  position: relative;
  padding: 0 0 0 15px;
}

main ul:not([class]):not([id]) li:before {
  content: '\2022';
  position: absolute;
  left: 0;
  top: -1px;
}

.inner-page-content h1 {
  font-weight: 300;
}

.img-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.img-block .img-holder {
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 15px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  color: #fff;
}

.img-block .img-holder:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-image: -webkit-linear-gradient(45deg, #9c2ff0 0%, #4d90ff 100%);
  background-image: linear-gradient(45deg, #9c2ff0 0%, #4d90ff 100%);
}

.img-block .img-holder [class*='icon-'] {
  display: block;
}

.img-block .img-holder [class*='icon-']:before {
  background: none !important;
}

.img-block .img-holder.blue :before {
  background-image: -webkit-linear-gradient(45deg, #9c2ff0 0%, #4d90ff 100%);
  background-image: linear-gradient(45deg, #9c2ff0 0%, #4d90ff 100%);
}

.img-block .img-holder.orange:before {
  background-image: -webkit-linear-gradient(225deg, #ffa039 0%, #ff5959 100%);
  background-image: linear-gradient(225deg, #ffa039 0%, #ff5959 100%);
}

#footer {
  padding: 35px 0;
  background-image: url(../images/glyph.svg);
  background-repeat: no-repeat;
  background-position: left -148px bottom -87px;
  background-size: 400px 397px;
}

#footer .container {
  max-width: 1083px;
}

#footer .title {
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1.15;
  margin-bottom: 20px;
  font-weight: 900;
  letter-spacing: 1.54px;
  padding-top: 15px;
}

#footer a {
  color: inherit;
}

#footer a:hover {
  color: #703fff;
}

.footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -15px;
}

.footer-info-block {
  padding: 0 15px;
  margin-bottom: 48px;
}

.footer-list {
  color: inherit;
  font-size: 13px;
  line-height: 24px;
}

.footer-list li {
  margin-bottom: 10px;
}

.social-block {
  text-align: center;
  margin-bottom: 25px;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -9px;
  font-size: 40px;
}

.social li {
  padding: 0 9px;
  margin-bottom: 6px;
  line-height: 0;
}

.social a {
  color: inherit;
  display: block;
  line-height: 0;
}

.copyright-holder {
  font-size: 12px;
  line-height: 1.58;
  text-align: center;
}

.copyright-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -6px;
}

.copyright-links li {
  padding: 0 3px;
  position: relative;
}

.copyright-links li:not(:last-child):after {
  content: '•';
  padding: 0 0 0 6px;
}

@media (min-width: 480px) {
  .intro-content .intro-title {
    font-size: 45px;
    line-height: 1.2;
    margin-bottom: 0;
  }

  .intro-content .intro-title span:not([class]) {
    font-size: 24px;
  }

  .team-list {
    margin: 0 0 40px;
    width: 100%;
  }

  .team-list li {
    width: 33.333%;
    padding: 0 25px;
  }

  .features-list {
    -webkit-column-count: 2;
    column-count: 2;
    margin: 0 -10px;
  }

  .features-list li {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
    position: relative;
    page-break-inside: avoid;
  }

  .features-list .img-holder {
    margin: 0;
  }

  .features-list .text-holder {
    width: calc(100% - 60px);
    padding: 0 0 0 10px;
  }

  .features-list .title {
    font-size: 20px;
  }

  .learn-more-section .visual {
    margin: 0 auto 16px;
    padding: 0 0 0 46px;
    width: 265px;
  }

  .learn-more-section .play-btn {
    margin: -3px 0 0 10px;
  }
}

@media (min-width: 640px) {
  .intro-section.research-intro .intro-title {
    font-size: 34px;
    max-width: none;
  }

  .intro-section.research-intro:after {
    min-height: 100vh;
  }

  .features-list .title {
    font-size: 24px;
  }

  .visual-info-block .text-holder .btn {
    width: auto;
    padding-left: 64px;
    padding-right: 64px;
  }

  .visual-info-block .btn-holder {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .intro-section.small-intro:after {
    min-height: 484px !important;
  }

  .intro-section.alt .intro-title {
    font-size: 50px;
  }

  .intro-section.developers-intro:after {
    min-height: 100vh;
  }

  .intro-section.developers-intro .container {
    max-width: 725px;
  }

  .intro-section.developers-intro .intro-content {
    max-width: 1032px;
  }

  .intro-section.developers-intro .intro-content .intro-title {
    font-size: 24px;
  }

  .intro-content {
    max-width: 1500px;
    font-size: 17px;
    line-height: 1.41;
  }

  .intro-content .intro-title {
    font-size: 55px;
  }

  .intro-content .intro-title span:not([class]) {
    font-size: 28px;
  }

  .subscribe-form {
    max-width: 582px;
    padding-top: 20px;
  }

  .subscribe-form .input-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .subscribe-form .input-holder .input-field {
    margin-bottom: 0;
    margin-right: 28px;
  }

  .subscribe-form input[type='text'] {
    padding: 5px 25px;
    text-align: left;
    font-size: 18px;
    width: 381px;
  }

  .subscribe-form [type='submit'] {
    width: auto;
    font-size: 15px;
    line-height: 17px;
    padding: 13px 15px;
    min-width: 172px;
  }

  .inner-intro.horizontal-mod .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .inner-intro.horizontal-mod .visual {
    margin: 0 40px 0 0;
  }

  .inner-intro.horizontal-mod h1 {
    text-align: left;
  }

  .inner-intro .visual {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 392px;
  }

  .tab-description {
    max-width: 710px;
    margin: 0 auto 39px;
  }

  .tab-content {
    text-align: left;
  }

  .tab-content .holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .tab-content .content {
    padding: 68px 0 0 46px;
  }

  .tab-content .content:before {
    content: '';
    position: absolute;
    top: 80px;
    left: 5px;
    width: 30px;
    height: 1px;
    background: #703fff;
  }

  .tab-content .content .subscribe-form {
    margin: 0;
  }

  .tab-content .content .subscribe-form label {
    margin: 0 0 17px;
  }

  .tab-content .visual {
    padding: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .tab-content .visual:before {
    display: none;
  }

  .form-section {
    padding: 60px 0;
    font-size: 22px;
  }

  .form-section .section-title,
  .form-section .inner-page-content h2,
  .inner-page-content .form-section h2 {
    font-size: 40px;
  }

  .form-section .info {
    padding: 0 30px;
    font-size: 17px;
    line-height: 1.66;
    margin-bottom: 58px;
  }

  .form-section .cir-1 {
    top: -118px;
    left: -125px;
    width: 310px;
    height: 310px;
  }

  .form-section .cir-2 {
    top: 48px;
    right: 28.4%;
    width: 224px;
    height: 224px;
  }

  .form-section .cir-3 {
    display: block;
  }

  .form-section .cir-4 {
    bottom: 218px;
    right: 12.5%;
    width: 169px;
    height: 169px;
  }

  .form-section .cir-5,
  .form-section .cir-6 {
    bottom: 35px;
    left: -134px;
    width: 202px;
    height: 202px;
  }

  .form-section .cir-6 {
    bottom: -125px;
    left: 50%;
  }

  .contact-form {
    font-size: 20px;
    padding: 20px 0 39px;
  }

  .contact-form .input-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .contact-form .input-holder .input-box {
    width: 50%;
  }

  .contact-form .input-box {
    margin-bottom: 15px;
  }

  .contact-form.form-panel {
    margin: 45px -30px 0;
    padding: 40px 53px;
  }

  .check-box-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .check-box-group.two-cols .col {
    width: 50%;
  }

  .check-box-group.three-cols .col {
    width: 33.333%;
  }

  .container.container-middle {
    max-width: 725px;
  }

  .video-section {
    padding: 5px 5px 0;
    margin: 0 0 5px;
  }

  .video-section.play .video-quote {
    bottom: 20px;
  }

  .video-background {
    height: 570px;
  }

  .video-play-holder {
    margin: 0 0 19px;
  }

  .video-play-holder.for-mobile {
    display: none;
  }

  .video-play-holder .play-btn {
    font-size: 67px;
    height: 67px;
  }

  .video-quote {
    padding: 0 20px;
    font-size: 36px;
    line-height: 1.61111111;
  }

  .video-quote q strong {
    font-size: 43px;
    line-height: 1.34883721;
  }

  .partners-section {
    padding: 60px 0 13px;
  }

  .schema-section {
    padding: 40px 30px;
  }

  .team-section {
    padding: 100px 0 50px;
  }

  .team-section h1 {
    margin-bottom: 55px;
    font-size: 38px;
  }

  .team-list {
    font-size: 14px;
    margin-bottom: 55px;
  }

  .hiring-section {
    padding: 100px 0 75px;
  }

  .hiring-section h1 {
    margin-bottom: 60px;
    font-size: 38px;
  }

  .hiring-section .container {
    max-width: 715px;
  }

  .hiring-table {
    font-size: 20px;
  }

  .hiring-table .title {
    font-size: 32px;
  }

  .features-list .text-holder {
    padding: 0 0 0 20px;
  }

  .block-diagram .horizontal-conection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .block-diagram .horizontal-conection.single-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .block-diagram .horizontal-conection.single-item .block-diagram-item {
    padding: 0;
    margin: 0;
  }

  .block-diagram .horizontal-conection .block-diagram-item {
    width: 50%;
  }

  .block-diagram .horizontal-conection .block-diagram-item:nth-child(odd) {
    padding-right: 40px;
  }

  .block-diagram .horizontal-conection .block-diagram-item:nth-child(even) {
    padding-left: 40px;
  }

  .block-diagram-item {
    max-width: none;
  }

  .learn-more-section .section-title.hidden-from-tablet,
  .learn-more-section .inner-page-content h2.hidden-from-tablet,
  .inner-page-content .learn-more-section h2.hidden-from-tablet {
    display: none;
  }

  .learn-more-section .section-title.visible-from-tablet,
  .learn-more-section .inner-page-content h2.visible-from-tablet,
  .inner-page-content .learn-more-section h2.visible-from-tablet {
    display: block;
  }

  .learn-more-section .holder {
    margin: 0 auto;
    max-width: 946px;
  }

  .learn-more-section .holder .visual {
    float: left;
    margin: 0 20px 0 0;
  }

  .learn-more-section .holder .visual img {
    width: 100%;
  }

  .learn-more-section .holder .content {
    overflow: hidden;
  }

  .learn-more-section .learn-more-item {
    text-align: left;
  }

  .learn-more-section .learn-more-item h3 {
    font-size: 24px;
    line-height: 1.20833333;
    margin: 0 0 11px;
  }

  .learn-more-section .button-holder .btn {
    display: inline-block;
    vertical-align: top;
    width: auto;
  }

  .visual-info-section .subscribe-form .input-holder .input-field {
    margin-bottom: 0;
  }

  .visual-info-section .subscribe-form [type='submit'] {
    line-height: 1;
    font-size: 16px;
    box-shadow: 0 6px 13px rgba(65, 143, 234, 0.25);
  }

  .visual-info-block:nth-child(even) .img-holder {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .visual-info-block:nth-child(even) .text-holder {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .visual-info-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 88px 0;
  }

  .visual-info-block + .visual-info-block {
    border-top: 2px solid rgba(0, 0, 0, 0.1);
  }

  .visual-info-block .img-holder {
    margin: 0;
    width: 40%;
  }

  .visual-info-block .text-holder {
    width: 60%;
    padding: 0 0 0 30px;
  }

  .visual-info-block .text-holder .btn {
    font-size: 18px;
  }

  #header {
    padding: 13px 0;
  }

  #header .logo {
    width: 120px;
  }

  .nav-opener {
    display: none;
  }

  .nav-drop {
    width: calc(100% - 120px);
  }

  .drop-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .drop-inner .btn-holder .btn {
    padding: 11px 15px;
  }

  .main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    margin: 0;
  }

  .main-menu li {
    margin: 5px 40px 5px 0;
    position: relative;
  }

  .main-menu li:last-child {
    margin-right: 0;
  }

  .main-menu li.active:after,
  .main-menu li:hover:after {
    height: 3px;
  }

  .main-menu li:after {
    content: '';
    position: absolute;
    bottom: -22px;
    left: 0;
    right: 0;
    height: 0;
    background: #703fff;
  }

  .container.small {
    width: 85%;
    max-width: 795px;
  }

  .fixed-pagination {
    display: block;
  }

  .inner-page-content .container {
    max-width: 725px;
  }

  .research-page-content.inner-page-content {
    text-align: left;
  }

  .research-page-content.inner-page-content .section-title,
  .research-page-content.inner-page-content h2 {
    margin: 0 0 5px;
  }

  .content-visual {
    padding: 0;
  }

  .content-box h3 {
    font-size: 24px;
    line-height: 1.5;
  }

  .inner-page-content h1 {
    font-size: 38px;
  }

  .img-block {
    margin-bottom: 65px;
  }

  .img-block .img-holder {
    font-size: 56px;
    width: 130px;
    height: 130px;
    margin-right: 25px;
  }

  #footer {
    padding: 65px 0;
    background-size: 500px 497px;
  }

  #footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 715px;
  }

  #footer .title {
    font-size: 14px;
    padding-top: 30px;
  }

  .footer-info-block {
    margin-right: 55px;
    margin-bottom: 65px;
  }

  .footer-info-block:last-child {
    margin-right: 0;
  }

  .footer-list {
    font-size: 14px;
  }

  .social-block {
    margin-left: auto;
    text-align: left;
  }

  .copyright-holder {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 45px 0 5px;
  }

  .copyright-holder .copyright:after {
    content: '•';
    padding: 0 0 0 6px;
  }

  .copyright-links {
    margin: 0;
  }
}

@media (min-width: 1024px) {
  .intro-section .btn-down {
    top: calc(100% - 45px);
  }

  .intro-section.alt .intro-title {
    font-size: 58px;
  }

  .intro-section.research-intro .intro-content {
    margin-top: 0;
  }

  /* .intro-section.research-intro .intro-title {
		font-size: 48px;
	} */
  .intro-section.research-intro .intro-title {
    font-size: 40px;
    font-weight: bold;
  }
  @media (min-width: 1024px) {
    .intro-section.research-intro .intro-title {
      font-size: 60px;
    }
  }

  .intro-section.developers-intro .container {
    max-width: 920px;
  }

  .intro-section.developers-intro .intro-content .intro-title {
    /* font-size: 48px; */
    line-height: 1.16666667;
  }
  .intro-section.developers-intro .intro-content .intro-title {
    font-size: 40px;
    font-weight: bold;
  }
  @media (min-width: 1024px) {
    .intro-section.developers-intro .intro-content .intro-title {
      font-size: 60px;
    }
  }

  .intro-section.faq .intro-content .intro-title {
    font-size: 48px;
    font-weight: bold;
  }

  .intro-content {
    padding-bottom: 210px;
  }

  .intro-content .intro-title {
    font-size: 65px;
  }

  .intro-content .intro-title span:not([class]) {
    font-size: 34px;
  }

  .inner-intro.horizontal-mod .visual {
    width: 311px;
    margin: 0 60px 0 0;
  }

  .inner-intro.horizontal-mod h1 {
    font-size: 76px;
    line-height: 1.19736842;
  }

  .inner-intro .content {
    padding: 150px 0;
  }

  .inner-intro .visual {
    margin: 0 auto 44px;
  }

  .inner-intro h1 {
    font-size: 74px;
    line-height: 1.08108108;
  }

  .inner-intro .btn-down {
    top: calc(100% - 88px);
  }

  .tab-section {
    padding: 129px 0 96px;
  }

  .tabs-list {
    margin: 0 -46px 65px;
    font-size: 38px;
    line-height: 1.21052632;
  }

  .tabs-list li {
    padding: 0 46px;
  }

  .tab-description {
    font-size: 22px;
    line-height: 1.5;
    margin: 0 auto 95px;
  }

  .tab-content .content {
    padding: 149px 0 0 91px;
    line-height: 1.75;
  }

  .tab-content .content:before {
    top: 175px;
    width: 66px;
  }

  .tab-content .visual {
    width: 383px;
  }

  .tab-content .visual .play-btn {
    font-size: 82px;
    height: 82px;
    margin: -5px 0 0;
  }

  .tab-content h2 {
    font-size: 40px;
    line-height: 1.34375;
    margin: 0 0 18px;
  }

  .form-section {
    padding: 102px 0 49px;
  }

  .form-section .section-title,
  .form-section .inner-page-content h2,
  .inner-page-content .form-section h2 {
    font-size: 48px;
    margin-bottom: 24px;
  }

  .contact-form .input-holder {
    margin: 0 -25px;
  }

  .contact-form .input-holder .input-box {
    padding: 0 25px;
  }

  .contact-form .input-holder .input-placeholder-text {
    left: 25px;
  }

  .contact-form.form-panel {
    margin: 45px -50px 0;
  }

  .custom-checkbox {
    margin: 0 0 37px;
  }

  .custom-checkbox .fake-input {
    border-width: 4px;
    width: 34px;
    height: 34px;
    margin: 0 14px 0 0;
  }

  .custom-checkbox .fake-label-holder:before {
    top: -4px;
    left: -48px;
    width: 34px;
    height: 34px;
  }

  .custom-checkbox .fake-label {
    font-size: 24px;
    line-height: 1.20833333;
  }

  .check-box-group {
    padding: 39px 0 54px;
  }

  .check-box-group.two-cols {
    margin: 0 -46px;
  }

  .check-box-group.two-cols .col {
    padding: 0 46px;
  }

  .check-box-group.three-cols {
    margin: 0 -46px;
  }

  .check-box-group.three-cols .col {
    padding: 0 46px;
  }

  .container.container-middle {
    max-width: 920px;
  }

  .select-focus {
    padding: 88px 0 0;
  }

  .select-focus .contact-form {
    padding: 20px 0 0;
  }

  .select-focus .section-title,
  .select-focus .inner-page-content h2,
  .inner-page-content .select-focus h2 {
    text-align: left;
    margin: 0 0 31px;
  }

  .select-focus .large-text {
    text-align: left;
  }

  .select-focus .form-section {
    padding: 49px 0 4px;
  }

  .select-focus .form-section .section-title,
  .select-focus .form-section .inner-page-content h2,
  .inner-page-content .select-focus .form-section h2 {
    margin: 0 0 48px;
  }

  .select-focus .form-section .info {
    padding-top: 47px;
  }

  .large-text {
    font-size: 22px;
    line-height: 1.375;
  }

  .input-label-wrapper label {
    font-size: 24px;
    line-height: 1.20833333;
    text-align: left;
  }

  .input-label-wrapper input[type='text'],
  .input-label-wrapper input[type='email'],
  .input-label-wrapper input[type='search'],
  .input-label-wrapper input[type='url'],
  .input-label-wrapper input[type='password'],
  .input-label-wrapper textarea,
  .input-label-wrapper .input-placeholder-text {
    font-size: 18px;
    line-height: 21px;
    text-align: left;
  }

  .input-label-wrapper input {
    height: 42px;
  }

  .input-label-wrapper .input-wrapper {
    text-align: left;
  }

  .video-section {
    padding: 75px 0 0;
    margin: 0 0 75px;
  }

  .video-quote {
    margin: 0 0 84px;
  }

  .partners-section {
    padding: 40px 0;
  }

  .partners-block {
    padding: 60px 0 35px;
  }

  .block-divider {
    margin: 0 auto;
  }

  .how-it-work {
    padding: 83px 0;
  }

  .how-it-work h1 {
    font-size: 38px;
    line-height: 1.21052632;
    margin: 0 0 55px;
  }

  .panels-list {
    max-width: 850px;
  }

  .panels-list li {
    margin: 0 0 25px;
  }

  .panel {
    padding: 31px 34px 34px;
    font-size: 22px;
    line-height: 1.5;
  }

  .panel .symbol-holder {
    margin: 14px 30px 0 0;
    font-size: 58px;
    min-width: 74px;
  }

  .panel .content {
    font-weight: 22px;
  }

  .panel h2 {
    font-size: 38px;
  }

  .schema-section {
    max-width: 850px;
    margin: 0 auto;
    padding: 40px 19px;
  }

  .team-section {
    padding-top: 120px;
  }

  .team-list {
    font-size: 16px;
  }

  .hiring-section h1 {
    margin-bottom: 83px;
  }

  .hiring-section .container {
    max-width: 850px;
  }

  .features-list {
    -webkit-column-count: 3;
    column-count: 3;
    padding: 39px 0 0;
    margin: 0 -4px;
    -webkit-column-width: 30%;
    column-width: 30%;
  }

  .features-list li {
    margin: 0 0 86px;
  }

  .block-diagram-section {
    padding: 75px 0 116px;
  }

  .block-diagram-section .section-title,
  .block-diagram-section .inner-page-content h2,
  .inner-page-content .block-diagram-section h2 {
    font-size: 48px;
    margin: 0 0 65px;
  }

  .block-diagram {
    max-width: 722px;
  }

  .block-diagram-item p {
    margin: 0 0 14px;
  }

  .learn-more-section {
    padding: 56px 0;
  }

  .learn-more-section .section-description {
    margin: 0 auto 66px;
    font-size: 24px;
    line-height: 1.375;
  }

  .learn-more-section .section-title,
  .learn-more-section .inner-page-content h2,
  .inner-page-content .learn-more-section h2 {
    font-size: 46px;
    margin: 0 0 57px;
  }

  .learn-more-section .holder {
    max-width: 830px;
    margin: 0 auto 49px;
  }

  .learn-more-section .holder .visual {
    margin: 0 30px 0 0;
  }

  .learn-more-section .visual {
    padding: 0;
    width: 384px;
  }

  .learn-more-section .play-btn {
    font-size: 82px;
    height: 82px;
    margin: -15px 0 0 -23px;
  }

  .learn-more-section .learn-more-item {
    font-size: 18px;
    line-height: 1.16666667;
    margin: 0 0 57px;
  }

  .learn-more-section .button-holder .btn {
    font-size: 20px;
    line-height: 1.2;
    padding: 20px 25px;
    min-width: 350px;
  }

  .visual-info-section {
    padding: 0 0 60px;
  }

  .visual-info-block .text-holder {
    padding: 0 0 0 60px;
    font-size: 18px;
  }

  .visual-info-block .title {
    font-size: 24px;
    margin: 0 0 7px;
  }

  .main-menu li {
    margin-right: 60px;
  }

  .section-title,
  .inner-page-content h2 {
    font-size: 36px;
    line-height: 1.16666667;
  }

  .fixed-pagination {
    left: 40px;
  }

  .inner-page-content {
    padding: 82px 0 51px;
    font-size: 22px;
  }

  .inner-page-content .container {
    max-width: 920px;
  }

  .inner-page-content p {
    margin: 0 0 33px;
  }

  .research-page-content.inner-page-content {
    font-size: 22px;
    line-height: 1.375;
  }

  .research-page-content.inner-page-content p {
    margin: 0 0 48px;
  }

  .content-visual {
    padding: 0 19px;
    margin: 72px 0;
  }

  .info-content-section {
    padding: 103px 0 83px;
    font-size: 18px;
  }

  .info-content-section h1 {
    font-size: 38px;
    margin: 0 0 34px;
  }

  .content-box {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 80px;
  }

  .content-box h2 {
    margin: 0 0 25px;
  }

  .content-box h3 {
    margin: 0 0 12px;
  }

  .content-box dl {
    margin: 0 0 24px;
  }

  main ol:not([class]):not([id]) {
    margin: 0 0 28px;
  }

  main ul:not([class]):not([id]) {
    margin: 0 0 28px;
  }

  .img-block .img-holder {
    font-size: 72px;
    width: 170px;
    height: 170px;
    margin-right: 40px;
  }
}

@media (min-width: 1200px) {
  .intro-content .intro-title {
    font-size: 78px;
  }

  .intro-content .intro-title span:not([class]) {
    font-size: 38px;
  }

  .tab-section .container {
    max-width: 1031px;
  }

  .video-background {
    height: 600px;
  }

  .panels-list {
    max-width: 917px;
  }

  .schema-section {
    padding: 0;
    position: relative;
    height: 646px;
    max-width: 1127px;
  }

  .schema-section .scema-image-holder {
    position: absolute;
    display: block;
    width: 585px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
  }

  .schema-list {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .schema-list li {
    position: absolute;
    margin: 0;
  }

  .schema-list li:nth-child(1) {
    top: 106px;
    left: 100px;
  }

  .schema-list li:nth-child(1):before {
    top: 160px;
    right: -97px;
  }

  .schema-list li:nth-child(1) .symbol-holder {
    top: 79px;
    right: -97px;
  }

  .schema-list li:nth-child(2) {
    top: 270px;
    left: 16px;
  }

  .schema-list li:nth-child(2):before {
    top: 35px;
    right: -138px;
  }

  .schema-list li:nth-child(2) .symbol-holder {
    top: 38px;
    right: -59px;
  }

  .schema-list li:nth-child(3) {
    top: 444px;
    left: 107px;
  }

  .schema-list li:nth-child(3):before {
    top: -90px;
    right: -91px;
  }

  .schema-list li:nth-child(3) .symbol-holder {
    top: -12px;
    right: -90px;
  }

  .schema-list li:nth-child(4) {
    top: 105px;
    right: 16px;
  }

  .schema-list li:nth-child(4):before {
    top: 161px;
    left: -179px;
  }

  .schema-list li:nth-child(4) .symbol-holder {
    top: 76px;
    left: -182px;
    font-size: 34px;
  }

  .schema-list li:nth-child(5) {
    top: 270px;
    right: -14px;
  }

  .schema-list li:nth-child(5):before {
    top: 34px;
    left: -165px;
  }

  .schema-list li:nth-child(5) .symbol-holder {
    top: 35px;
    left: -90px;
    font-size: 32px;
  }

  .schema-list li:nth-child(6) {
    top: 444px;
    right: 74px;
  }

  .schema-list li:nth-child(6):before {
    top: -90px;
    left: -120px;
  }

  .schema-list li:nth-child(6) .symbol-holder {
    top: -15px;
    left: -121px;
  }

  .schema-list li:nth-child(n + 7) {
    display: none;
  }

  .schema-list li:before {
    position: absolute;
    margin: 0;
  }

  .schema-list .symbol-holder {
    position: absolute;
    display: block;
    color: #0085e1;
    font-size: 28px;
  }

  .schema-list .text {
    width: 260px;
    max-height: 107px;
  }

  .hiring-section .container {
    max-width: 960px;
  }

  .block-diagram {
    max-width: 922px;
  }

  .block-diagram .horizontal-conection.single-item .block-diagram-item {
    padding-right: 0;
  }

  .block-diagram .horizontal-conection + .horizontal-conection {
    margin-top: -69px;
  }

  .block-diagram .horizontal-conection .block-diagram-item:nth-child(odd) {
    padding-right: 170px;
  }

  .block-diagram .horizontal-conection .block-diagram-item:nth-child(even) {
    padding-left: 170px;
  }

  .block-diagram-item .visual.mr-81 {
    margin-right: 81px;
  }

  .block-diagram-item .visual.mb-44 {
    margin-bottom: 44px;
  }

  .block-diagram-item .visual .horizontal-conection-line {
    display: block;
    width: 500px;
    position: absolute;
    top: 50%;
    left: calc(100% - 36px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .block-diagram-item .conection-line {
    display: block;
    position: absolute;
    width: 177px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .block-diagram-item .conection-line.left {
    top: calc(100% + 28px);
    left: calc(50% - 85px);
  }

  .block-diagram-item .conection-line.right {
    top: calc(100% + 28px);
    left: calc(50% + 66px);
  }

  .learn-more-section .holder {
    max-width: 946px;
  }

  .learn-more-section .holder .visual {
    margin: 0 52px 0 0;
  }

  .visual-info-section {
    padding: 0 0 88px;
  }

  .visual-info-block {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .visual-info-block .img-holder {
    width: 45%;
  }

  .visual-info-block .text-holder {
    width: 45%;
    padding: 0;
  }

  .visual-info-block .btn-holder {
    padding: 24px 0 0;
  }

  .main-menu li {
    margin-right: 112px;
  }

  .fixed-pagination {
    left: 61px;
  }

  #footer .container {
    max-width: 1083px;
  }
}

@media (min-width: 1366px) {
  .container.container-middle {
    max-width: 1094px;
  }

  .research-page-content.inner-page-content .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .block-diagram {
    max-width: 1122px;
  }

  .block-diagram-item .visual .horizontal-conection-line {
    width: 556px;
    left: calc(100% - 58px);
  }

  .block-diagram-item .conection-line.left {
    top: calc(100% + 28px);
    left: calc(50% - 28px);
  }

  .block-diagram-item .conection-line.right {
    top: calc(100% + 28px);
    left: calc(50% + 5px);
  }

  .learn-more-section .section-title.visible-from-tablet,
  .learn-more-section .inner-page-content h2.visible-from-tablet,
  .inner-page-content .learn-more-section h2.visible-from-tablet {
    margin-right: -40px;
  }

  .learn-more-section .holder .content {
    margin: 42px 0 0 0;
  }
}

@media (max-width: 1023px) {
  .intro-section.developers-intro .intro-content {
    padding: 123px 0 57px;
  }

  .text-center-sm {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .subscribe-form .input-holder .input-field .input-placeholder-text {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .video-play-holder {
    display: none;
  }

  .partners-list.two-col-mobile li {
    padding: 0 30px;
    width: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .partners-list li {
    max-width: 50%;
    padding: 0 10px;
    margin: 0 0 23px;
  }

  .nav-drop {
    -webkit-transition: -webkit-transform 0.3s ease-in-out,
      visibility 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #1c2a46;
    height: 100vh;
    padding: 109px 30px 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: hidden;
  }

  .nav-active .nav-drop {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
  }

  .drop-inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .drop-inner .btn-holder {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    margin-top: auto;
    text-align: center;
  }

  .drop-inner .btn-holder .btn {
    width: 100%;
    max-width: 450px;
  }

  .main-menu {
    color: #fff;
    font-size: 26px;
    width: 100%;
    max-width: 450px;
  }
}

@-webkit-keyframes bounce {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}

@keyframes bounce {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}
