@charset "UTF-8";
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],
template {
  display: none; }

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

body {
  margin: 0; }

a {
  background: transparent; }

a:focus {
  outline: thin dotted; }

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

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: "“" "”" "‘" "’"; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 0; }

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

legend {
  border: 0;
  padding: 0; }

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

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"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-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; }

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

body {
  font-size: 15px;
  line-height: 1.5em;
  color: #1F2850;
  font-family: "Open Sans", sans-serif; }

h1, .h1 {
  font-size: 40px;
  line-height: 1.3em;
  font-weight: 700; }

h2, .h2 {
  font-size: 33px;
  font-weight: 300;
  line-height: 1.4em; }

h3, .h3 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5em; }

h4, .h4 {
  line-height: 1.5em;
  font-size: 16px;
  font-weight: 600; }

.testimonials {
  font-size: 18px;
  font-weight: 300;
  font-style: italic; }

svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ico {
  position: relative;
  width: 20px;
  height: 0;
  padding-top: 20px; }
  .ico.engagement, .ico.targeting, .ico.rotation, .ico.retention, .ico.ux, .ico.revenue, .ico.analysis, .ico.tracking, .ico.addaptive, .ico.business, .ico.tech {
    width: 60px;
    height: 0;
    padding-top: 60px; }
    .ico.engagement svg, .ico.targeting svg, .ico.rotation svg, .ico.retention svg, .ico.ux svg, .ico.revenue svg, .ico.analysis svg, .ico.tracking svg, .ico.addaptive svg, .ico.business svg, .ico.tech svg {
      fill: #1F2850;
      stroke: #1F2850; }
  .ico.fb, .ico.linkedin, .ico.twitter {
    width: 23px;
    height: 0;
    padding-top: 23px; }
  .ico.numa {
    width: 54px;
    height: 0;
    padding-top: 13px; }
  .ico.yc {
    width: 91px;
    height: 0;
    padding-top: 18px; }

.hide {
  display: none; }

ul.list-inline li {
  display: inline-block; }

.fl {
  float: left; }

.fr {
  float: right; }

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

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

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

.notice {
  padding: 12.5px;
  border-radius: 2px;
  position: relative;
  margin-bottom: 25px; }

.center {
  text-align: center; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

a[data-toggle="collapse"] {
  text-decoration: none; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.btn {
  -webkit-transition: 100ms;
  -o-transition: 100ms;
  transition: 100ms;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
  display: inline-block;
  text-overflow: ellipsis;
  text-decoration: none;
  text-align: center;
  outline: none;
  padding: 0 20px;
  min-width: 73px;
  min-height: 40px;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  font-size: 13px;
  line-height: 40px; }
  .btn:active, .btn:focus {
    outline: none; }
  @media screen and (max-width: 992px) {
    .btn:after {
      content: '';
      cursor: pointer; } }

.btn {
  font-weight: 700;
  border-color: #1F2850;
  background-color: #1F2850;
  color: white; }
  .btn:hover {
    border-color: #181f3e;
    background-color: #181f3e;
    color: white; }
  .btn:active {
    border-color: #151b36;
    background-color: #151b36;
    color: #3D77FA; }
  .btn.small {
    font-size: 13px; }
  .btn.block {
    display: block;
    width: 100% !important; }
  .btn.blue {
    border-color: #3D77FA;
    background-color: #3D77FA;
    color: #FFFFFF; }
    .btn.blue:hover {
      border-color: #2466f9;
      background-color: #2466f9;
      color: #FFFFFF; }
    .btn.blue:active {
      border-color: #1a5ff9;
      background-color: #1a5ff9;
      color: #F6F6F6; }
  .btn.line {
    border-color: #3D77FA;
    background-color: #FFFFFF;
    color: #3D77FA; }
    .btn.line:hover {
      border-color: #3D77FA;
      background-color: #3D77FA;
      color: #FFFFFF; }
    .btn.line:active {
      border-color: #1a5ff9;
      background-color: #1a5ff9;
      color: #F6F6F6; }
  .btn.link {
    text-decoration: underline;
    border-color: transparent;
    background-color: transparent;
    color: #3D77FA; }
    .btn.link:hover {
      text-decoration: none !important; }
    .btn.link:active {
      color: #1F2850; }

.col {
  position: relative; }
  @media screen and (min-width: 480px) {
    .col {
      float: left; } }
  @media screen and (min-width: 480px) {
    .col.xs-w1 {
      width: 8.33333%; }
    .col.xs-w2 {
      width: 16.66667%; }
    .col.xs-w3 {
      width: 25%; }
    .col.xs-w4 {
      width: 33.33333%; }
    .col.xs-w5 {
      width: 41.66667%; }
    .col.xs-w6 {
      width: 50%; }
    .col.xs-w7 {
      width: 58.33333%; }
    .col.xs-w8 {
      width: 66.66667%; }
    .col.xs-w9 {
      width: 75%; }
    .col.xs-w10 {
      width: 83.33333%; }
    .col.xs-w11 {
      width: 91.66667%; }
    .col.xs-w12 {
      width: 100%; } }
  @media screen and (min-width: 768px) {
    .col.sm-w1 {
      width: 8.33333%; }
    .col.sm-w2 {
      width: 16.66667%; }
    .col.sm-w3 {
      width: 25%; }
    .col.sm-w4 {
      width: 33.33333%; }
    .col.sm-w5 {
      width: 41.66667%; }
    .col.sm-w6 {
      width: 50%; }
    .col.sm-w7 {
      width: 58.33333%; }
    .col.sm-w8 {
      width: 66.66667%; }
    .col.sm-w9 {
      width: 75%; }
    .col.sm-w10 {
      width: 83.33333%; }
    .col.sm-w11 {
      width: 91.66667%; }
    .col.sm-w12 {
      width: 100%; } }
  @media screen and (min-width: 992px) {
    .col.w1 {
      width: 8.33333%; }
    .col.w2 {
      width: 16.66667%; }
    .col.w3 {
      width: 25%; }
    .col.w4 {
      width: 33.33333%; }
    .col.w5 {
      width: 41.66667%; }
    .col.w6 {
      width: 50%; }
    .col.w7 {
      width: 58.33333%; }
    .col.w8 {
      width: 66.66667%; }
    .col.w9 {
      width: 75%; }
    .col.w10 {
      width: 83.33333%; }
    .col.w11 {
      width: 91.66667%; }
    .col.w12 {
      width: 100%; } }

.row {
  position: relative;
  margin-left: -13px;
  margin-right: -13px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col {
  vertical-align: top;
  padding-left: 13px;
  padding-right: 13px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.anchor {
    position: relative;
    top: -100px;
    display: block;
}

.main {
  overflow: hidden; }
  .main > section:not(.intro) {
    clear: both;
    margin: 0 auto;
    width: 100%;
    padding: 25px 0;
    clear: both;
    overflow: hidden; }
    .main > section:nth-child(even) {
      background: white;
      border-top: 1px solid #E6E6E6;
      border-bottom: 1px solid #E6E6E6;
    }

    @media screen and (min-width: 768px) {
      .main > section:not(.intro) {
        padding: 75px 0; } }
    .main > section header {
      padding: 20px;
      padding-bottom: 50px;
      text-align: center; }

    .main > section .desktop-push-right header {
        text-align: left;
    }
    @media screen and (max-width: 1085px) {
      .main > section:not(.intro) {
        padding-left: 12.5px !important;
        padding-right: 12.5px !important; } }

.container {
  overflow: hidden;
  clear: both;
  margin: 0 auto;
  max-width: 1085px; }

/*.grid {
  max-width: 1085px;
  margin: 0 auto;
  z-index: 100; }
  .grid .col:before {
    content: "";
    background: rgba(52, 214, 120, 0.3);
    display: block;
    width: 100%;
    height: 100%; }*/

.wrapper {
  display: none;
  z-index: 999999999;
  background: rgba(255, 192, 203, 0.3);
  top: 12.5px;
  right: 12.5px;
  bottom: 50%;
  left: 12.5px;
  position: fixed; }

.grid {
  height: 100%; }
  .grid .row {
    height: 50%; }
  .grid .col {
    height: 100% !important; }

.nav-header {
  display: block;
  padding-left: 12.5px; }
  @media screen and (max-width: 768px) {
    .nav-header:before, .nav-header:after {
      content: " ";
      display: table; }
    .nav-header:after {
      clear: both; } }

.navbar {
  background: #1F2850;
  position: relative;
  min-height: 66px;
  -webkit-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms; }
  .navbar a {
    text-decoration: none;
    outline: 0; }
  .navbar.affix {
    z-index: 999999;}
  .navbar.affix-top {
    background: #1f2850; }

.index .navbar:not(.affix) {
  background: rgba(31, 40, 80, 0.01); }

.logo {
  position: relative;
  z-index: 999999999999999999 !important; }

.navbar-collapse {
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media screen and (max-width: 768px) {
    .navbar-collapse.collapsing, .navbar-collapse.in {
      z-index: 0 !important;
      background: #1F2850;
      box-shadow: 0px -60px 0px 60px #1F2850;
      position: relative; }
      .navbar-collapse.collapsing .nav li, .navbar-collapse.in .nav li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
      .navbar-collapse.collapsing .nav.right li:nth-child(n+2), .navbar-collapse.in .nav.right li:nth-child(n+2) {
        border-bottom: 0; }
      .navbar-collapse.collapsing .btn, .navbar-collapse.in .btn {
        display: block; } }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; } }

button.toggle {
  position: relative;
  z-index: 999999999999999999 !important;
  display: block;
  float: right;
  margin: 12.5px 12.5px 0 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: #1F2850;
  border-radius: 3px; }
  button.toggle:focus {
    outline: 0; }
  button.toggle.collapsed div {
    position: relative;
    background: white;
    margin-left: auto;
    margin-right: auto; }
    button.toggle.collapsed div + div {
      margin-top: 4px; }
    button.toggle.collapsed div:nth-child(2) {
      display: block !important; }
    button.toggle.collapsed div:first-child, button.toggle.collapsed div:last-child {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); }
  button.toggle div {
    width: 22px;
    height: 2px;
    background: #FFFFFF; }
    button.toggle div:nth-child(2) {
      display: none; }
    button.toggle div:first-child {
      margin-left: 9px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    button.toggle div:last-child {
      margin-left: 9px;
      margin-top: -2px;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  @media (min-width: 768px) {
    button.toggle {
      display: none !important; } }

ul.nav {
  font-size: 13px;
  font-weight: 600;
  display: block;
  padding: 12px; }
  ul.nav > li > a:not(.btn) {
    color: rgba(255, 255, 255, 0.6);
    padding: 12px;
    display: block;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms; }
    ul.nav > li > a:not(.btn):hover {
      color: white; }
  @media (max-width: 767px) {
    ul.nav.left {
      padding-bottom: 0; }
    ul.nav.right {
      padding-top: 0; }
    ul.nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      box-shadow: none; }
      ul.nav .open .dropdown-menu > li > a:hover, ul.nav .open .dropdown-menu > li > a:focus {
        background-image: none; } }
  @media (min-width: 768px) {
    ul.nav > li {
      float: left; }
    ul.nav.left {
      float: left; }
    ul.nav.right {
      float: right; } }

.fixed-top,
.fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 2; }
  @media (min-width: 768px) {
    .fixed-top,
    .fixed-bottom {
      border-radius: 0; } }

.fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.toggle {
  cursor: pointer;
  position: relative;
  display: inline-block;
  pointer-events: auto;
  margin: 0px;
  padding: 0px;
  /* the handle (circle) thats inside the toggle's track area */
  /* also the handle's appearance when it is "off" */ }
  .toggle input:checked + .track {
    border-color: #4cd964;
    background-color: #4cd964; }
  .toggle input:checked + .track {
    border-color: #FFFFFF;
    background-color: #FFFFFF; }
  .toggle .track {
    /* the track appearance when the toggle is "off" */
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: background-color, border;
    transition-property: background-color, border;
    display: inline-block;
    box-sizing: border-box;
    width: 44px;
    height: 21px;
    border: solid 4px #FFFFFF;
    border-radius: 20px;
    background-color: #FFFFFF;
    content: ' ';
    pointer-events: none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.18); }
  .toggle .handle {
    -webkit-transition: 0.3s cubic-bezier(0, 1.1, 1, 1.1);
    -o-transition: 0.3s cubic-bezier(0, 1.1, 1, 1.1);
    transition: 0.3s cubic-bezier(0, 1.1, 1, 1.1);
    -webkit-transition-property: background-color, transform;
    transition-property: background-color, transform;
    position: absolute;
    display: block;
    width: 13px;
    height: 13px;
    border-radius: 13px;
    background-color: #3D77FA;
    top: 4px;
    left: 4px; }
    .toggle .handle:before {
      position: absolute;
      top: -4px;
      left: -14.5px;
      padding: 11.5px 20px;
      content: " "; }
  .toggle input {
    display: none; }
  .toggle input:checked + .track .handle {
    -webkit-transform: translate3d(23px, 0, 0);
    transform: translate3d(23px, 0, 0);
    background-color: #3D77FA; }
  .toggle input:disabled + .track {
    opacity: .6; }

.dropdown-menu {
  top: 120%;
  right: auto;
  bottom: auto;
  left: 0;
  position: absolute;
  z-index: 10;
  display: none;
  float: left;
  min-width: 108px;
  padding: 5px 0 0 0;
  text-align: left;
  background-color: #FFFFFF;
  border-radius: 3px;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.18);
  background-clip: padding-box; }
  .dropdown-menu:before {
    content: "";
    z-index: 0;
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    background-color: white;
    margin: -10px auto 0; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 25px;
    color: #1F2850;
    white-space: nowrap; }

ul.right .dropdown-menu {
  min-width: 50px; }

.dropdown-menu > li:not(:last-child) {
  border-bottom: 1px solid #E6E6E6; }

.dropdown-menu > li > a {
  font-weight: 600; }
  .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #3D77FA; }

.dropdown-menu .active > a, .dropdown-menu .active > a:hover, .dropdown-menu .active > a:focus {
  color: #1F2850;
  outline: none;
  background-color: #FFFFFF; }

.dropdown {
  position: relative; }
  .dropdown.open > .dropdown-menu {
    display: block; }
  .dropdown > a {
    outline: 0; }

ul.nav a.dropdown-toggle:hover .ico svg {
  stroke: #FFFFFF; }

ul.nav .ico {
  float: right; }
  ul.nav .ico svg {
    stroke: rgba(255, 255, 255, 0.6);
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      width: 100%;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 10%;
  background-color: transparent; }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, #F6F6F6 0%, rgba(246, 246, 246, 0.01) 100%);
    background-image: -o-linear-gradient(left, #F6F6F6 0%, rgba(246, 246, 246, 0.01) 100%);
    background-image: linear-gradient(to right, #F6F6F6 0%, rgba(246, 246, 246, 0.01) 100%);
    background-repeat: repeat-x; }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(246, 246, 246, 0.01) 0%, #F6F6F6 100%);
    background-image: -o-linear-gradient(left, rgba(246, 246, 246, 0.01) 0%, #F6F6F6 100%);
    background-image: linear-gradient(to right, rgba(246, 246, 246, 0.01) 0%, #F6F6F6 100%);
    background-repeat: repeat-x; }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0; }

.carousel-control .ico {
  margin-top: 100%;
  width: 33px;
  height: 0;
  padding-top: 33px; }
  .carousel-control .ico.prev {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  .carousel-control .ico.next {
    float: right;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  .carousel-control .ico svg {
    stroke: red; }

.carousel-indicators {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px !important;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border-radius: 10px;
    cursor: pointer;
    background: #E6E6E6; }
  .carousel-indicators .active {
    background: #979797; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center; }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: 25px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: 12.5px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: 12.5px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 22.5px;
  line-height: inherit;
  color: red;
  border: 0;
  border-bottom: 1px solid red; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

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

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 20px;
  font-size: 15px;
  line-height: 20px;
  color: #1F2850; }

.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 19px 12.5px;
  font-size: 15px;
  line-height: 20px;
  color: #1F2850;
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #FFFFFF;
  border-radius: 2px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.18);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #E6E6E6;
    outline: 0; }
  .form-control::-moz-placeholder {
    color: #979797;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #979797; }
  .form-control::-webkit-input-placeholder {
    color: #979797; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #E6E6E6;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: default; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 20px; }
  input[type="date"].input-sm,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm
  input[type="month"] {
    line-height: 21px; }
  input[type="date"].input-lg,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg
  input[type="month"] {
    line-height: 29px; } }

.form-group {
  margin-bottom: 25px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: default; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: default; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: default; }

.form-control-static {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0;
  min-height: 35px; }
  .form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }

.input-sm {
  height: 21px;
  padding: 12.5px 12.5px;
  font-size: 13px;
  line-height: 20px;
  border-radius: 2px; }

select.input-sm {
  height: 21px;
  line-height: 21px; }

textarea.input-sm,
select[multiple].input-sm {
  height: auto; }

.form-group-sm .form-control {
  height: 21px;
  padding: 12.5px 12.5px;
  font-size: 13px;
  line-height: 20px;
  border-radius: 2px; }

.form-group-sm select.form-control {
  height: 21px;
  line-height: 21px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 21px;
  min-height: 33px;
  padding: 13.5px 12.5px;
  font-size: 13px;
  line-height: 20px; }

.input-lg {
  height: 29px;
  padding: 25px 25px;
  font-size: 13px;
  line-height: 30px;
  border-radius: 3px; }

select.input-lg {
  height: 29px;
  line-height: 29px; }

textarea.input-lg,
select[multiple].input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 29px;
  padding: 25px 25px;
  font-size: 13px;
  line-height: 30px;
  border-radius: 3px; }

.form-group-lg select.form-control {
  height: 29px;
  line-height: 29px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 29px;
  min-height: 33px;
  padding: 26px 25px;
  font-size: 13px;
  line-height: 30px; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 25px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 29px;
  height: 29px;
  line-height: 29px; }

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 21px;
  height: 21px;
  line-height: 21px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #5cb85c; }

.has-success .form-control {
  border-color: #5cb85c; }
  .has-success .form-control:focus {
    border-color: #449d44; }

.has-success .input-group-addon {
  color: #5cb85c;
  border-color: #5cb85c;
  background-color: #5cb85c; }

.has-success .form-control-feedback {
  color: #5cb85c; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #f0ad4e; }

.has-warning .form-control {
  border-color: #f0ad4e; }
  .has-warning .form-control:focus {
    border-color: #ec971f; }

.has-warning .input-group-addon {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-color: #f0ad4e; }

.has-warning .form-control-feedback {
  color: #f0ad4e; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #d9534f; }

.has-error .form-control {
  border-color: #d9534f; }
  .has-error .form-control:focus {
    border-color: #c9302c; }

.has-error .input-group-addon {
  color: #d9534f;
  border-color: #d9534f;
  background-color: #d9534f; }

.has-error .form-control-feedback {
  color: #d9534f; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #ff8080; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 40px; }

.form-horizontal .form-group {
  margin-left: -12px;
  margin-right: -13px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 20px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 12px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 26px;
    font-size: 13px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 13.5px;
    font-size: 13px; } }

.alert {
  padding: 12.5px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 2px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: normal; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissible {
  padding-right: 32.5px; }
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #d1ebd1;
  border-color: #5cb85c;
  color: #5cb85c; }
  .alert-success hr {
    border-top-color: #4cae4c; }
  .alert-success .alert-link {
    color: #449d44; }

.alert-info {
  background-color: #e7f6fa;
  border-color: #5bc0de;
  color: #5bc0de; }
  .alert-info hr {
    border-top-color: #46b8da; }
  .alert-info .alert-link {
    color: #31b0d5; }

.alert-warning {
  background-color: #fdf5e9;
  border-color: #f0ad4e;
  color: #f0ad4e; }
  .alert-warning hr {
    border-top-color: #eea236; }
  .alert-warning .alert-link {
    color: #ec971f; }

.alert-danger {
  background-color: #f7dad9;
  border-color: #d9534f;
  color: #d9534f; }
  .alert-danger hr {
    border-top-color: #d43f3a; }
  .alert-danger .alert-link {
    color: #c9302c; }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

html, body {
  height: 100%; }

body {
  position: relative;
  min-height: 100%;
  background: #F6F6F6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body:not(.index) {
    padding-top: 66px; }

img {
  display: block;
  max-width: 100%; }

li {
  list-style-type: none; }

ul, dl, dt, dd, li {
  margin: 0;
  padding: 0; }

fieldset {
  border: 0; }

figure {
  margin-bottom: 12.5px 0; }

hr {
  display: block;
  height: 0;
  border: 0;
  visibility: hidden; }

::-moz-selection {
  color: #1F2850;
  background: #dde1f2;
  -webkit-transition: 100ms;
  -o-transition: 100ms;
  transition: 100ms; }

::selection {
  color: #1F2850;
  background: #dde1f2;
  -webkit-transition: 100ms;
  -o-transition: 100ms;
  transition: 100ms; }

::-webkit-scrollbar {
  width: 0em;
  height: 0em; }

::-webkit-scrollbar-thumb {
  background: #979797; }

::-webkit-scrollbar-track {
  background: #cbcbcb; }

body {
  scrollbar-face-color: #979797;
  scrollbar-track-color: #cbcbcb; }

a {
  text-decoration: underline;
  color: #3D77FA; }
  a:hover {
    text-decoration: none !important; }

#__bs_notify__ {
  display: none !important; }

.logo {
  display: block;
  float: left;
  margin-right: 12.5px;
  margin-top: 15px; }
  .logo svg {
    fill: #FFFFFF !important; }

.ico.pulpix {
  width: 77px;
  height: 0;
  padding-top: 41.84783px; }

.box {
  position: relative;
  background: white;
  border-radius: 3px;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.18); }
  .box > * {
    display: block; }

.sm {
  padding: 12.5px 0; }
  .sm li {
    display: inline-block;
    margin-right: 10px; }
    .sm li a:hover svg {
      opacity: 0.9; }

section.footer {
  background-repeat: repeat-x;
  background-image: linear-gradient(130deg, #1F2850, #4A609F);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1F2850', endColorstr='#FF4A609F', GradientType=0);
  color: #FFFFFF;
  padding-top: 25px;
  padding-bottom: 25px; }
  section.footer a {
    text-decoration: none; }
    section.footer a:hover {
      text-decoration: underline !important; }
  @media screen and (max-width: 480px) {
    section.footer .col.xs-w6 {
      width: 50%;
      float: left; } }
  @media screen and (max-width: 1110px) {
    section.footer {
      padding-left: 25px;
      padding-right: 25px; } }
  @media screen and (max-width: 480px) {
    section.footer {
      padding-left: 12.5px;
      padding-right: 12.5px; } }
  section.footer a {
    color: white; }
    section.footer a:hover {
      text-decoration: underline; }
  section.footer ul.list {
    padding-bottom: 12.5px; }
    section.footer ul.list li {
      line-height: 1.8em; }
      section.footer ul.list li:first-child {
        margin-bottom: 12.5px; }
  @media only screen and (min-width: 992px) {
    section.footer .col:nth-child(3) {
      margin-left: 33.33333%; } }
  section.footer .sm svg {
    fill: #FFFFFF; }

.smallprint {
  padding: 25px 0 60px;
  display: block;
  opacity: 0.5; }
  .smallprint strong {
    float: right; }
  .smallprint .ico {
    display: inline-block;
    margin: 0 25px 0 5px;
    vertical-align: middle; }
  .smallprint svg {
    fill: #FFFFFF; }
  @media screen and (max-width: 768px) {
    .smallprint {
      text-align: center;
      padding-left: 0;
      padding-right: 0; }
      .smallprint > * {
        width: 100% !important;
        float: none;
        text-align: center; }
        .smallprint > * .ico {
          margin-left: 8px;
          margin-right: 8px; } }

.newsletter {
  position: relative;
  padding-right: 93px;
  max-width: 400px; }
  @media screen and (max-width: 768px) {
    .newsletter {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 25px; } }
  .newsletter .btn {
    height: 41px;
    top: 0px;
    right: 0px;
    bottom: auto;
    left: auto;
    position: absolute; }

@media screen and (max-width: 768px) {
  .text-center-mobile {
    text-align: center;
    padding-top: 25px; } }

  section.intro.index:before, section.intro.index:after {
    content: " ";
    display: table; }
  section.intro.index:after {
    clear: both; }
  section.intro.index header {
    margin-bottom: 25px; }
 section.intro.index h1 {
    padding: 25px;
    }
  section.intro.index h3 {
    max-width: 768px;
    display: block;
    margin: 0 auto;
    padding-left: 12.5px;
    padding-right: 12.5px; }


section .desktop-push-right h1 {
    padding: 25px;
}
section .desktop-push-right h3 {
    padding-left:12.5px;
}


section.blue-background {
    color: #FFFFFF;
    background-repeat: repeat-x;
    background-image: linear-gradient(130deg, #1F2850, #4A609F);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1F2850', endColorstr='#FF4A609F', GradientType=0);
}

section.intro.is-mobile {
    max-height: none !important;
    height: initial !important;
}

.hall-of-fame {
  border-top: 1px solid #E6E6E6;
  background: #F6F6F6; }
  .hall-of-fame ul {
    padding: 0px 0; }
    .hall-of-fame ul li {
      display: inline-block;
      margin: 10px;
      vertical-align: middle; }
      @media screen and (max-width: 768px) {
        .hall-of-fame ul li:first-child {
          display: block; } }
    .hall-of-fame ul em {
      font-style: normal;
      color: #979797; }
  .hall-of-fame img {
    opacity: 0.9;
    max-width: 100px;
    max-height: 33px; }

.vid-track {
  display: none;
  font-size: 13px;
  padding: 12.5px 0;
  width: 100%;
  margin: 0 auto; }
  @media only screen and (min-width: 768px) {
    .vid-track {
      display: table; } }
  .vid-track li {
    position: relative;
    display: table-cell; }
    .vid-track li.active {
      font-weight: bold; }
      .vid-track li.active a:after {
        background: #3D77FA; }
    .vid-track li:before {
      content: "";
      z-index: 0;
      top: auto;
      right: 0px;
      bottom: 9px;
      left: 0px;
      position: absolute;
      background: #1F2850;
      height: 1px; }
  .vid-track a {
    outline: 0;
    display: block;
    color: white;
    line-height: 30px;
    text-decoration: none; }
    .vid-track a:after {
      width: 20px;
      height: 20px;
      -webkit-transition: 200ms;
      -o-transition: 200ms;
      transition: 200ms;
      z-index: 1;
      position: relative;
      margin: 0 auto;
      content: "";
      display: block;
      background: #1F2850;
      border-radius: 50%;
      border: 5px solid #1F2850; }
    .vid-track a:hover:after {
      background: #4A609F; }

.vid-intro {
  max-width: 1085px;
  margin: 0 auto;
  margin-bottom: 6.25px;
  overflow: hidden; }
  .vid-intro img {
    display: block; }

  .vid-intro-1-column .col {
    margin: 0 auto;
    float: none; }

.cta {
  text-align: center;
  padding: 25px 0;
  clear: both; }
  .cta .btn {
    margin: 8.33333px; }

@media screen and (max-width: 768px) {
  .level {
    text-align: center;
    margin: 25px 0 50px; } }

.level, .levels .element {
  padding: 25px;
  position: relative;
  -webkit-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms; }
  .level:before, .levels .element:before {
    content: "";
    top: 28px;
    right: auto;
    bottom: auto;
    left: -8px;
    position: absolute;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    text-align: center;
    color: transparent;
    font-weight: 600;
    line-height: 17px;
    font-size: 10px;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms; }
  .level#widgets:before, .levels .element#widgets:before {
    background: #3D77FA;
    content: "1"; }
  .level#dashbrd:before, .levels .element#dashbrd:before {
    background: #CF3F6B;
    content: "2"; }
  .level#api:before, .levels .element#api:before {
    background: #4A609F;
    content: "3"; }
  .level:hover, .levels .element:hover {
    background: white;
    border-radius: 3px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.18); }
    .level:hover:before, .levels .element:hover:before {
      color: white;
      -webkit-transform: scale(1.4);
      transform: scale(1.4); }
  .level h4, .levels .element h4 {
    margin: 0px; }

.levels {
  text-align: left; }

a.more {
  display: inline-block;
  color: #3D77FA; }
  a.more:hover {
    text-decoration: underline; }
  a.more .ico {
    vertical-align: middle;
    display: inline-block;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  a.more svg {
    stroke: #3D77FA; }

.why-list {
  margin-bottom: 25px !important; }
  .why-list h4 {
    font-weight: 700; }
  @media only screen and (min-width: 768px) {
    .why-list h4 {
      max-width: 230px; } }
  .why-list .col:nth-child(2) {
    border-right: 1px solid #E6E6E6;
    border-left: 1px solid #E6E6E6; }
  .why-list .big {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.5em; }
  @media screen and (max-width: 768px) {
    .why-list .col {
      text-align: center;
      margin-bottom: 25px; }
      .why-list .col p {
        display: block;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto; }
      .why-list .col:nth-child(2) {
        border: 0; } }


  @media only screen and (min-width: 1085px) {
    .main section > .row {
      max-width: 1110px;
      margin: 0 auto; } }

@media screen and (max-width: 480px) {
  .benefit-list .col:not(:last-child) {
    border-bottom: 2px solid #F6F6F6 !important; } }

.benefit-list.one-line .col{
        border-bottom: none !important;
}

@media only screen and (min-width: 768px) {
  .benefit-list .col {
    border-left: 2px solid #F6F6F6;
    border-bottom: 2px solid #F6F6F6;
    padding: 20px; }
    .benefit-list .col:nth-child(1) {
      border-left: 2px solid transparent; }
    .benefit-list .col:nth-child(4) {
      border-left: 2px solid transparent; }
    .benefit-list .col:nth-child(n+4) {
      padding-bottom: 0;
      padding-top: 12.5px;
      border-bottom: 2px solid transparent; } }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .benefit-list .col {
    border-left: 2px solid #F6F6F6;
    border-bottom: 2px solid #F6F6F6;
    padding-bottom: 12.5px;
    padding-top: 12.5px; }
    .benefit-list .col:nth-child(1) {
      border-left: 2px solid transparent; }
    .benefit-list .col:nth-child(3) {
      border-left: 2px solid transparent; }
    .benefit-list .col:nth-child(n+5) {
      padding-bottom: 0;
      border-bottom: 2px solid transparent; } }

.benefit {
  text-align: center;
  position: relative;
  padding: 12.5px 25px 25px;
  margin-bottom: 12.5px; }
  .benefit div > * {
    display: block; }
  .benefit strong {
    font-weight: 600; }
  .benefit p {
    width: 100%; }
  .benefit .ico {
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
    margin: 25px auto 0 auto; }
    .benefit .ico svg {
      fill: #3D77FA;
      stroke: #3D77FA; }

.hints {
  height: 100%;
  position: relative;
  overflow: hidden;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto; }
  .hints strong {
    display: none;
    opacity: 0;
    color: #3D77FA; }
  @media screen and (min-width: 480px) {
    .hints p, .hints strong {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: 0 !important;
      padding: 0 !important; }
    .hints strong {
      display: block; } }

@media only screen and (min-width: 480px) {
  .benefit {
    margin-bottom: 0 !important;
    content: "";
    padding-top: 100%; }
    .benefit h4,
    .benefit strong,
    .benefit p,
    .benefit .ico svg,
    .benefit > div {
      -webkit-transition: 200ms;
      -o-transition: 200ms;
      transition: 200ms; }
    .benefit .ico {
      margin: 12.5px auto; }
      .benefit .ico svg {
        fill: #1F2850;
        stroke: #1F2850; }
    .benefit > div {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 9;
      overflow: hidden;
      padding-top: 5%;
      border-radius: 3px; } }
    @media only screen and (min-width: 480px) and (min-width: 600px) {
      .benefit > div {
        padding-top: 17%; } }
    @media only screen and (min-width: 480px) and (min-width: 768px) {
      .benefit > div {
        padding-top: 10%; } }
    @media only screen and (min-width: 480px) and (min-width: 992px) {
      .benefit > div {
        padding-top: 20%; }
        .benefit > div .ico {
          margin: 25px auto; } }

@media only screen and (min-width: 480px) {
    .benefit:hover h4 {
      position: relative;
      color: #3D77FA; }
    .benefit:hover .hints p {
      opacity: 0; }
    .benefit:hover .hints strong {
      opacity: 1;
      -webkit-transition-delay: 210ms;
      transition-delay: 210ms; }
    .benefit:hover > div {
      background: #F6F6F6;
      box-shadow: 9px 7px 23px rgba(0, 0, 0, 0.18);
      -webkit-transform: scale(1.09);
      transform: scale(1.12); }
    .benefit:hover .ico svg {
      fill: #3D77FA;
      stroke: #3D77FA; } }

section.testimonials {
  text-align: center; }
  section.testimonials img:not(.avatar) {
    width: auto;
    height: 33px;
    margin: 25px auto; }
  section.testimonials .avatar {
    display: inline-block;
    width: 83px;
    height: 83px; }
  section.testimonials blocquote {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block; }
    section.testimonials blocquote cite {
      display: block;
      font-style: normal;
      font-size: 15px;
      font-weight: 600; }

.ico.arr svg {
  z-index: 2; }

.ico.arr:after {
  width: 28px;
  height: 28px;
  z-index: 0;
  position: relative;
  content: "";
  background: white;
  display: block;
  border-radius: 50%;
  top: -4px;
  right: auto;
  bottom: auto;
  left: -4px;
  position: absolute;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.18); }

section.formats {
  overflow: visible !important; }
  section.formats > header h3 {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto; }
  section.formats .col {
    overflow: visible !important; }
    @media screen and (max-width: 768px) {
      section.formats .col:nth-child(2) {
        display: none; } }

.image {
  display: none;
  margin-left: auto;
  margin-right: auto;
  background: white;
  border-radius: 3px; }

ul.formats {
  display: block; }
  ul.formats li {
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 25px;
    text-align: center; }
    ul.formats li:last-child {
      margin-bottom: 0; }
    ul.formats li:not(:first-child) {
      padding-top: 25px; }
      ul.formats li:not(:first-child) .arr {
        top: 25px !important; }
    ul.formats li h4 {
      margin-top: 0;
      margin-bottom: 12.5px; }
    ul.formats li p {
      max-width: 400px;
      margin-left: auto;
      margin-right: auto; }
    ul.formats li .arr {
      display: none; }
      ul.formats li .arr svg {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transition: 300ms;
        -o-transition: 300ms;
        transition: 300ms;
        -webkit-transition-delay: 100ms;
        transition-delay: 100ms; }
    ul.formats li .more {
      position: relative;
      display: inline-block;
      height: 20px; }
    ul.formats li .image {
      display: block;
      box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.18);
      width: 60%;
      max-width: 300px; }
    @media screen and (min-width: 768px) {
      ul.formats li {
        padding-left: 11%;
        text-align: left;
        padding-bottom: 12.5px;
        margin-bottom: 0; }
        ul.formats li:hover .arr svg {
          -webkit-transform: rotate(0deg);
          transform: rotate(0deg); }
        ul.formats li:hover .detail {
          max-height: 160px;
          margin-bottom: 15px;
          opacity: 1; }
        ul.formats li .ico.arr {
          display: block;
          top: 3px;
          right: auto;
          bottom: auto;
          left: 1px;
          position: absolute; }
        ul.formats li .detail {
          -webkit-transition: 300ms;
          -o-transition: 300ms;
          transition: 300ms;
          -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
          opacity: 0;
          position: relative;
          margin: 0;
          max-height: 0px;
          overflow: hidden; }
        ul.formats li h4 {
          text-align: left; }
        ul.formats li p {
          max-width: 100% !important; }
        ul.formats li .image {
          display: none; } }

.showview {
  box-shadow: 9px 7px 23px rgba(0, 0, 0, 0.18);
  background: white;
  position: relative;
  overflow: hidden;
  border-radius: 3px; }
  .showview:before {
    content: "";
    display: block;
    padding-top: 79%; }
  .showview .image {
    top: 0px;
    right: 0px;
    bottom: auto;
    left: auto;
    position: absolute; }

#tech-illustration .image {
  display: block; }
  #tech-illustration .image.active {
    z-index: 6; }

#tech-illustration.format-1 .image:nth-child(1) {
  z-index: 11; }

#tech-illustration.format-2 .image:nth-child(2) {
  z-index: 12; }

#tech-illustration.format-3 .image:nth-child(3) {
  z-index: 13; }

#tech-illustration.format-4 .image:nth-child(4) {
  z-index: 14; }

#tech-illustration.format-5 .image:nth-child(5) {
  z-index: 15; }

#tech-illustration.format-6 .image:nth-child(6) {
  z-index: 16; }

/*ul.features li, ul.formats li {
  border-bottom: 1px solid #E6E6E6; }*/

ul.features.features-mobile li, ul.formats li {
  border-bottom: none; }

/*@media screen and (min-width: 768px) {
  ul.features {
    margin-left: 25px; } }*/

#formats,
#dashboard {
  box-shadow: 9px 7px 23px rgba(0, 0, 0, 0.18); }

.white-bg {
    background-color: white;
}


@media screen and (max-width: 768px) {
  section.dashboard .showview {
    margin-bottom: 50px;
    margin-right: auto;
    margin-left: auto;
    max-width: 400px; } }

section.dashboard > header h3 {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto; }

section.dashboard .col:last-child {
  overflow: visible !important; }

section.api > header h3 {
  max-width: 460px;
  margin-left: auto;
  margin-right: auto; }

section.api .col {
  text-align: center; }
  @media screen and (max-width: 768px) {
    section.api .col {
      margin-bottom: 50px; } }
  section.api .col:nth-child(2) {
    border-left: 2px solid #E6E6E6;
    border-right: 2px solid #E6E6E6; }
  section.api .col p {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto; }

section.api .ico {
  margin: 0 auto; }
  section.api .ico svg {
    fill: #1F2850;
    stroke: #1F2850; }

.multiselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .multiselect label {
    font-weight: normal; }
  .multiselect li {
    text-align: center;
    display: inline-block; }
  .multiselect span {
    padding: 6.25px 12.5px;
    display: inline-block;
    font-size: 16px;
    background: #FFFFFF;
    border-radius: 2px;
    -webkit-transition: 100ms;
    -o-transition: 100ms;
    transition: 100ms;
    cursor: pointer;
    color: #979797;
    margin: 0px 5px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.18); }
  .multiselect input[type=radio] {
    display: none; }
    .multiselect input[type=radio]:checked + span {
      color: #FFFFFF;
      background: #3D77FA; }

.plan-config {
  text-align: center;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px; }
  .plan-config label {
    font-weight: normal; }

.spacer {
  background: #E6E6E6;
  display: block;
  width: 100%;
  height: 1px;
  margin: 25px 0 12.5px; }
  @media screen and (min-width: 768px) {
    .spacer {
      display: inline-block;
      width: 1px;
      height: 50px;
      margin: 0 25px; } }

.period, .currency, .spacer {
  display: inline-block;
  vertical-align: middle; }

.period {
  position: relative;
  width: 228px;
  height: 21px; }
  .period .toggle {
    margin-left: 63px;
    margin-right: 111px;
    display: block; }

.label1, .label2 {
  position: absolute;
  top: 0; }

.label1 {
  width: 53px;
  text-align: right;
  right: 54px;
  color: #3D77FA;
  pointer-events: none; }

.label2 {
  width: 111px;
  left: 54px;
  color: #979797;
  pointer-events: none; }

.toggle.thisorthat {
  width: 44px;
  height: 21px; }
  .toggle.thisorthat input[type=checkbox]:checked ~ .label1 {
    color: #979797; }
  .toggle.thisorthat input[type=checkbox]:checked ~ .label2 {
    color: #3D77FA; }

ul.currency {
  min-width: 230px;
  text-align: left; }
  ul.currency li {
    display: inline-block;
    margin-right: 12.5px; }

label.radio {
  display: block;
  height: 21px; }
  label.radio .label {
    cursor: pointer;
    padding-left: 31px;
    position: relative;
    -webkit-transition: 200ms, color;
    -o-transition: 200ms, color;
    transition: 200ms, color; }
    label.radio .label:before, label.radio .label:after {
      content: " ";
      position: absolute;
      display: block;
      border-radius: 50%; }
    label.radio .label:before {
      top: 0;
      left: 0;
      width: 21px;
      height: 21px;
      background: #FFFFFF;
      box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.18); }
    label.radio .label:after {
      top: 4px;
      left: 4px;
      width: 13px;
      height: 13px;
      -webkit-transition: 200ms, background;
      -o-transition: 200ms, background;
      transition: 200ms, background;
      background: #FFFFFF; }
  label.radio input[type=radio] {
    display: none; }
    label.radio input[type=radio]:checked ~ .label {
      color: #3D77FA; }
      label.radio input[type=radio]:checked ~ .label:after {
        background: #3D77FA; }

.plans {
  margin-bottom: 50px; }

.plan {
  text-align: center;
  position: relative; }
  .plan:before {
    content: "";
    display: block;
    height: 6px;
    border-radius: 3px 3px 0 0;
    top: 0px;
    right: 0px;
    bottom: auto;
    left: 0px;
    position: absolute; }
  @media screen and (max-width: 768px) {
    .plan {
      max-width: 300px;
      margin-bottom: 50px;
      margin-left: auto;
      margin-right: auto; }
      .plan.premium {
        margin-bottom: 0; } }
  .plan .name {
    line-height: 1.2em;
    font-size: 23px;
    padding: 25px 0 12.5px; }
  .plan .intro {
    display: inline-block;
    min-height: 40px;
    color: #3D77FA;
    font-style: normal;
    font-weight: 600; }
    @media screen and (min-width: 1085px) {
      .plan .intro {
        max-width: 60%; } }
  .plan .price {
    line-height: 1.2em;
    padding: 7px;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    margin: 25px 0;
    font-size: 40px; }
    .plan .price span {
      margin-left: 5px;
      font-weight: normal;
      font-size: 22px; }
  .plan ul {
    padding: 0 25px;
    margin-bottom: 25px;
    text-align: left; }
    @media screen and (max-width: 992px) {
      .plan ul {
        font-size: 13px;
        padding: 0 0 0 12.5px;
        margin-bottom: 12.5px; }
        .plan ul li .ico {
          margin-right: 6.25px; } }
    @media screen and (min-width: 768px) {
      .plan ul:first-of-type {
        min-height: 150px; }
      .plan ul:last-of-type {
        min-height: 175px; } }
  .plan li {
    display: block;
    position: relative;
    height: 25px;
    line-height: 25px; }
    .plan li .ico {
      width: 20px;
      height: 20px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 12.5px; }
    .plan li:first-child {
      color: #979797;
      font-size: 13px; }
  .plan .get {
    padding: 7px; }
  .plan.plan-1:before {
    background: #CF3F6B; }
  .plan.plan-2:before {
    background: #3D77FA; }
  .plan.plan-3:before {
    background: #34D678; }
  @media screen and (min-width: 1085px) {
    .plan.plan-3 .intro {
      max-width: 82% !important; } }

.popular:before {
  content: "MOST POPULAR";
  font-size: 13px;
  color: white;
  height: 20px;
  top: -17px;
  right: 0;
  bottom: auto;
  left: 0;
  position: absolute; }

.get .btn:hover, .enterprise .btn:hover {
  color: #FFFFFF;
  background: #3D77FA;
  border-color: #3D77FA; }

.row.enterprise .col {
  margin-right: auto;
  margin-left: auto;
  float: none !important; }

.plan.enterprise {
  padding: 25px;
  margin-bottom: 0; }
  @media screen and (max-width: 768px) {
    .plan.enterprise {
      max-width: 100% !important; } }
  @media screen and (min-width: 480px) {
    .plan.enterprise {
      padding: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      .plan.enterprise > div {
        padding: 25px 12.5px; }
        .plan.enterprise > div:first-child {
          border-right: 1px solid #E6E6E6;
          width: 100%; }
        .plan.enterprise > div:last-child {
          width: 200px; } }
  .plan.enterprise .name {
    margin-bottom: 12.5px;
    padding-top: 0;
    display: block; }

section.faq .col {
  margin-bottom: 25px; }

@media screen and (max-width: 480px) {
  section.faq h2 {
    text-align: center; } }

.faq-item {
  margin-bottom: 10px;
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 10px; }
  .faq-item .ico {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    top: 7px;
    right: auto;
    bottom: auto;
    left: 0px;
    position: absolute;
    display: inline-block !important;
    vertical-align: middle; }
    .faq-item .ico svg {
      -webkit-transition: 200ms;
      -o-transition: 200ms;
      transition: 200ms; }
  .faq-item > a {
    position: relative;
    padding: 6.25px 0 6.25px 38px;
    outline: 0;
    display: block;
    color: #1F2850;
    font-weight: 600; }
    .faq-item > a.collapsed .ico svg {
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg); }
  .faq-item p, .faq-item ul {
    display: block;
    padding-left: 38px;
    padding-top: 12.5px;
    padding-bottom: 25px;
    margin: 0; }
  .faq-item ul {
    padding-top: 0; }
    .faq-item ul li {
      margin-bottom: 13px; }

section.jobs {
  overflow: visible !important; }
  @media screen and (min-width: 992px) {
    section.jobs .row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; } }

.box.jobs {
  padding: 25px;
  text-align: center;
  height: 100%; }
  @media screen and (max-width: 992px) {
    .box.jobs {
      max-width: 480px;
      margin-bottom: 25px;
      margin-left: auto;
      margin-right: auto; } }
  .box.jobs .ico {
    margin: 0 auto 25px; }

.open-pos {
  display: block; }
  .open-pos li {
    margin-bottom: 25px; }
  .open-pos strong {
    display: block; }

section.instragram .col {
  margin-bottom: 25px; }

.box.card {
  overflow: hidden;
  margin-bottom: 20px;
}
  @media screen and (max-width: 768px) {
    .box.card {
      max-width: 300px;
      margin-right: auto;
      margin-left: auto;
       } }
  @media screen and (max-width: 992px) {
    .box.card {
      margin-bottom: 25px; } }
  .box.card ul.sm {
    top: 10px;
    right: 7px;
    bottom: auto;
    left: auto;
    position: absolute;
    height: 20px;
    padding: 0; }
    .box.card ul.sm svg {
      fill: #1F2850; }
    .box.card ul.sm li {
      margin: 0 3px; }
    .box.card ul.sm a .ico {
      opacity: 0.5; }
    .box.card ul.sm a:hover .ico {
      opacity: 1; }
    .box.card ul.sm .ico {
      width: 20px;
      height: 0;
      padding-top: 20px; }

.favmov {
  padding: 12px;
  font-size: 13px; }
  .favmov > div {
    padding-bottom: 12px; }

.member {
  padding: 12px;
  position: relative; }
  .member .name {
    font-weight: normal;
    display: block;
    font-size: 18px; }
  .member .role {
    display: block;
    font-style: normal;
    font-weight: 300; }

.partner-logos {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  display: block; }
  .partner-logos li {
    margin: 25px 25px;
    display: inline-block; }
    .partner-logos li img {
      max-width: 130px;
      max-height: 80px;
      vertical-align: middle;
      display: inline-block;
      opacity: 0.9; }

    .partner-logos.grayscale li img {
      filter: gray;
      filter: grayscale(1);
      -webkit-filter: grayscale(1);
    }

@media screen and (min-width: 992px) {
  section.advisors .col:first-child {
    margin-left: 16.66667%; } }

.advisor .name {
  padding: 12.5px;
  display: block;
  text-align: center; }

hr.line {
  border-top: 1px solid #E6E6E6;
  visibility: visible; }

fieldset {
  padding: 0;
  border: 0;
  margin: 0; }

form.getstarted {
  max-width: 346px;
  margin: 0 auto; }

form.login {
  max-width: 346px;
  margin: 0 auto; }
  form.login fieldset {
    border-bottom: 1px solid #E6E6E6;
    text-align: left;
    padding: 0 0 25px; }
  form.login label.checkbox {
    float: right;
    line-height: 16px; }

form.contact {
  padding-top: 12.5px; }

form fieldset {
  padding: 12.5px 0;
  text-align: center; }

.field {
  margin-bottom: 12.5px; }
  .field label {
    padding: 12.5px 0;
    display: block; }

.fld {
  line-height: 36px;
  height: 36px;
  width: 100%;
  border-radius: 2px;
  border: 0px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.18); }

section.technology .row .col:first-child {
  position: relative; }
  section.technology .row .col:first-child img {
    opacity: 0; }

section.technology .row .col:last-child {
  display: none; }
  @media screen and (min-width: 768px) {
    section.technology .row .col:last-child {
      display: block; } }

@media screen and (max-width: 768px) {
  section.technology .row .col {
    float: none; } }

#one {
  top: 0%;
  left: 10%;
  box-shadow: -4px 4px 0px 0px #04329a, -16px 17px 33px rgba(0, 0, 0, 0.18);
  background: #3D77FA; }

#two {
  box-shadow: -4px 4px 0px 0px #5e172d, -16px 17px 33px rgba(0, 0, 0, 0.18);
  background: #CF3F6B;
  top: 0%;
  left: 10%; }
  @media screen and (min-width: 768px) {
    #two {
      top: 3%;
      left: 6%; } }

#three {
  box-shadow: -4px 4px 0px 0px #192137, -16px 17px 33px rgba(0, 0, 0, 0.18);
  background: #4A609F;
  top: 0%;
  left: 10%; }
  @media screen and (min-width: 768px) {
    #three {
      top: 6%;
      left: 2%; } }

.view {
  -webkit-perspective: 2000px;
  -moz-perspective: 2000px;
  perspective: 2000px;
  position: relative; }
  .view:before {
    content: "";
    display: block;
    padding-top: 100%; }
  @media screen and (max-width: 768px) {
    .view {
      width: 70%;
      margin-left: auto;
      margin-right: auto; } }
  .view span {
    width: 73.7%;
    height: 90%;
    display: block;
    position: absolute;
    overflow: hidden;
    border-radius: 4px;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
    -webkit-transform: rotateY(38deg) rotateZ(12deg) rotateX(29deg);
    transform: rotateY(38deg) rotateZ(12deg) rotateX(29deg); }

@media screen and (min-width: 768px) {
  .technology #tech-illustration {
    position: relative; }
    .technology #tech-illustration:before {
      content: "";
      display: block;
      padding-top: 100%; }
    .technology #tech-illustration .view {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
      .technology #tech-illustration .view:nth-child(1) {
        z-index: 3; }
      .technology #tech-illustration .view:nth-child(3) {
        z-index: 2; }
      .technology #tech-illustration .view:nth-child(5) {
        z-index: 0; }
    .technology #tech-illustration .level {
      display: none; } }

.technology #tech-illustration.dashbrd #one {
  top: -3%;
  left: 14%;
  opacity: 0;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms; }

.technology #tech-illustration.api #one, .technology #tech-illustration.api #two {
  top: 0%;
  left: 10%;
  opacity: 0; }

.technology #tech-illustration.api #two {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms; }

svg #mtask {
  display: none; }

svg #mchoice {
  -webkit-animation: showMchoice 9s linear infinite;
  -moz-animation: showMchoice 9s linear infinite;
  -o-animation: showMchoice 9s linear infinite;
  animation: showMchoice 9s linear infinite; }

svg .sug.left {
  -webkit-animation: showSugLeft 9s linear infinite;
  -moz-animation: showSugLeft 9s linear infinite;
  -o-animation: showSugLeft 9s linear infinite;
  animation: showSugLeft 9s linear infinite; }

svg .sug.right {
  display: none; }

svg #vc {
  -webkit-animation: movecursor 9s linear infinite;
  -moz-animation: movecursor 9s linear infinite;
  -o-animation: movecursor 9s linear infinite;
  animation: movecursor 9s linear infinite; }

@-webkit-keyframes movecursor {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  60% {
    -webkit-transform: translate(166px, 0px);
    transform: translate(166px, 0px); }
  97% {
    opacity: 1; }
  98% {
    opacity: 0;
    -webkit-transform: translate(166px, 0px);
    transform: translate(166px, 0px); }
  99% {
    opacity: 0;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  100% {
    opacity: 1; } }

@-moz-keyframes movecursor {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  60% {
    -webkit-transform: translate(166px, 0px);
    transform: translate(166px, 0px); }
  97% {
    opacity: 1; }
  98% {
    opacity: 0;
    -webkit-transform: translate(166px, 0px);
    transform: translate(166px, 0px); }
  99% {
    opacity: 0;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  100% {
    opacity: 1; } }

@-o-keyframes movecursor {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  60% {
    -webkit-transform: translate(166px, 0px);
    transform: translate(166px, 0px); }
  97% {
    opacity: 1; }
  98% {
    opacity: 0;
    -webkit-transform: translate(166px, 0px);
    transform: translate(166px, 0px); }
  99% {
    opacity: 0;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  100% {
    opacity: 1; } }

@keyframes movecursor {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  60% {
    -webkit-transform: translate(166px, 0px);
    transform: translate(166px, 0px); }
  97% {
    opacity: 1; }
  98% {
    opacity: 0;
    -webkit-transform: translate(166px, 0px);
    transform: translate(166px, 0px); }
  99% {
    opacity: 0;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  100% {
    opacity: 1; } }

@-webkit-keyframes showSugLeft {
  0% {
    opacity: 0; }
  6% {
    opacity: 0; }
  7% {
    opacity: 1; }
  26% {
    opacity: 1; }
  27% {
    opacity: 0;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  33% {
    opacity: 0;
    -webkit-transform: translate(126px, 0px);
    transform: translate(126px, 0px); }
  34% {
    opacity: 1; }
  50% {
    opacity: 1; }
  51% {
    opacity: 0;
    -webkit-transform: translate(126px, 0px);
    transform: translate(126px, 0px); }
  52% {
    opacity: 0;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  100% {
    opacity: 0; } }

@-moz-keyframes showSugLeft {
  0% {
    opacity: 0; }
  6% {
    opacity: 0; }
  7% {
    opacity: 1; }
  26% {
    opacity: 1; }
  27% {
    opacity: 0;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  33% {
    opacity: 0;
    -webkit-transform: translate(126px, 0px);
    transform: translate(126px, 0px); }
  34% {
    opacity: 1; }
  50% {
    opacity: 1; }
  51% {
    opacity: 0;
    -webkit-transform: translate(126px, 0px);
    transform: translate(126px, 0px); }
  52% {
    opacity: 0;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  100% {
    opacity: 0; } }

@-o-keyframes showSugLeft {
  0% {
    opacity: 0; }
  6% {
    opacity: 0; }
  7% {
    opacity: 1; }
  26% {
    opacity: 1; }
  27% {
    opacity: 0;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  33% {
    opacity: 0;
    -webkit-transform: translate(126px, 0px);
    transform: translate(126px, 0px); }
  34% {
    opacity: 1; }
  50% {
    opacity: 1; }
  51% {
    opacity: 0;
    -webkit-transform: translate(126px, 0px);
    transform: translate(126px, 0px); }
  52% {
    opacity: 0;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  100% {
    opacity: 0; } }

@keyframes showSugLeft {
  0% {
    opacity: 0; }
  6% {
    opacity: 0; }
  7% {
    opacity: 1; }
  26% {
    opacity: 1; }
  27% {
    opacity: 0;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  33% {
    opacity: 0;
    -webkit-transform: translate(126px, 0px);
    transform: translate(126px, 0px); }
  34% {
    opacity: 1; }
  50% {
    opacity: 1; }
  51% {
    opacity: 0;
    -webkit-transform: translate(126px, 0px);
    transform: translate(126px, 0px); }
  52% {
    opacity: 0;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  100% {
    opacity: 0; } }

@-webkit-keyframes showMchoice {
  0% {
    opacity: 0; }
  60% {
    opacity: 0; }
  61% {
    opacity: 1; }
  97% {
    opacity: 1; }
  98% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-moz-keyframes showMchoice {
  0% {
    opacity: 0; }
  60% {
    opacity: 0; }
  61% {
    opacity: 1; }
  97% {
    opacity: 1; }
  98% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-o-keyframes showMchoice {
  0% {
    opacity: 0; }
  60% {
    opacity: 0; }
  61% {
    opacity: 1; }
  97% {
    opacity: 1; }
  98% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes showMchoice {
  0% {
    opacity: 0; }
  60% {
    opacity: 0; }
  61% {
    opacity: 1; }
  97% {
    opacity: 1; }
  98% {
    opacity: 0; }
  100% {
    opacity: 0; } }

.examplepg {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 992px; }
  .examplepg .videohere {
    top: 19.5%;
    right: 2%;
    bottom: 65.6%;
    left: 30%;
    position: absolute;
    background-color: rgba(61, 119, 250, 0.7);
    border-radius: 2px; }
  .examplepg:before {
    content: "";
    display: block;
    padding-top: 230%; }
  .examplepg svg {
    width: 100% !important;
    display: block; }

section.intro {
  text-align: center;
}
  section.intro p {
    max-width: 650px;
    margin: 0 auto;
    margin-bottom: 10px;}
  section.intro:not(.with-background):not(.index):not(.with-video) {
    min-height: 260px; }
   section.intro:not(.with-background):not(.index):not(.with-video) .vertical {
    min-height: 260px; }
  @media only screen and (max-width: 767px) {
    section.intro {
      padding-top: 60px; }
      section.intro h1 {
        font-size: 33px; }

      section.intro h3 {
        padding-left: 12.5px;
        padding-left: 12.5px; } }
section.with-background {
    background-color: initial!important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    position: relative;
}
section.with-background:not(.with-video) {
    height: 100%;
    min-height: 440px;
}

section.with-background:not(.with-video) .vertical{
    min-height: 440px;
}

@media only screen and (max-width: 767px) {
    section.with-background:not(.with-video) {
        height: 100%;
        min-height: initial;
    }

    section.with-background:not(.with-video) .vertical{
        min-height: initial;
    }
}

section.with-background > div {
      height: 100%; }

.vertical,
.alignment {
  width: 100%;
  height: 100%; }

.vertical {
  display: table; }
  .vertical .alignment {
    display: table-cell;
    vertical-align: middle; }

.fade-gradient {
  background-image: -webkit-linear-gradient(top, rgba(246, 246, 246, 0) 70%, #F6F6F6 100%);
  background-image: -o-linear-gradient(top, rgba(246, 246, 246, 0) 70%, #F6F6F6 100%);
  background-image: linear-gradient(to bottom, rgba(246, 246, 246, 0) 70%, #F6F6F6 100%);
  background-repeat: repeat-x; }

.back-button{
    float:left;
    margin-left:45px;
    margin-top: 35px;
    position: absolute;
    font-weight: 700;
}

.back-button a {
    text-decoration: none;
}


@media screen and (max-width: 992px) {
    .back-button {
        position: static;
        margin: 10px;
    }
    .clear-both-mobile{
        clear:both;
    }
}


.img-container {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}

.img-shadow {
    background: white;
    box-shadow: 9px 7px 23px rgba(0, 0, 0, 0.18);
}

@media screen and (min-width: 768px) {
    .visible-mobile{
        display:none;
    }
}

.article-body {
    background-color: white;
}
.article-body section.intro {
    text-align: left;
}

.main > section.article, .main > section.article-info{
    max-width: 700px;
    padding-top: 20px;
    padding-bottom: 0px;
    overflow: visible;
}

.main > section.article-info{
    margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
.main > section.article, .main > section.article-info {
    padding-top: 20px;
}
}

.main > section.article {
    padding-top: 0;
}

.main > section.article-info h1{
    margin: 0;
}

.main > section.article-info .info{
    color: rgba(0,0,0,.44);
}

.main > section.article-info .subtitle {
    --x-height-multiplier: 0.363;
    --baseline-multiplier: 0.157;
    letter-spacing: -.02em;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    margin-left: -1.69px;
    line-height: 1.22;
    letter-spacing: -.022em;
    margin-top: 10px;
    color: rgba(0,0,0,.44);
}

.main > section.article p {
    --x-height-multiplier: 0.35;
    --baseline-multiplier: 0.179;
    font-family: medium-content-serif-font,Georgia,Cambria,"Times New Roman",Times,serif;
    letter-spacing: .01rem;
    font-weight: 400;
    font-style: normal;
    font-size: 21px;
    line-height: 1.58;
    letter-spacing: -.003em;
}
.main > section.article h2, .main > section.article h3, .main > section.article h4 {
    --x-height-multiplier: 0.363;
    --baseline-multiplier: 0.157;
    font-weight: 700;
    font-style: normal;
    margin-left: -2px;
    line-height: 1.15;
    letter-spacing: -.02em;
}
.main > section.article h2 {
    font-size: 32px;
}

.main > section.article h3 {
    font-size: 24px;
}

.main > section.article h4 {
    font-size: 18px;
}

.blog-list {
    width: 640px;
    overflow: visible !important;
    margin: 0 auto;
    background-color: initial;
}

.blog-list .box {
    border-radius: 3px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0,0,0,.04);
    border: 1px solid rgba(0,0,0,.09);
    display: block;
    text-decoration: none;
    color: #1F2850;
    width: 640px;
    margin: 20px 0;
}

@media screen and (max-width: 992px) {
    .blog-list {
        width: initial;
    }
    .blog-list .box {
        width: initial;
    }
    .main > section.article-info h1 {
        font-size: 32px;
        margin-left: -2px;
        line-height: 1.04;
        letter-spacing: -.028em;
    }
    .main > section.article-info .subtitle {
        font-size: 23px;
        margin-left: -1.44px;
        line-height: 1.22;
        letter-spacing: -.022em;
    }
    .main > section.article p {
        font-size: 18px;
        line-height: 1.58;
        letter-spacing: -.004em;
    }
}

.blog-list .box h2 {
    --x-height-multiplier: 0.363;
    --baseline-multiplier: 0.157;
    font-weight: 700;
    font-style: normal;
    margin-left: -2px;
    line-height: 1.15;
    letter-spacing: -.02em;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 28px;
}

.blog-list .box p {
    --x-height-multiplier: 0.35;
    --baseline-multiplier: 0.179;
    font-family: medium-content-serif-font,Georgia,Cambria,"Times New Roman",Times,serif;
    letter-spacing: .01rem;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 1.58;
    letter-spacing: -.004em;
}

.blog-list .box small {
    color: rgba(0,0,0,.44);
}

.blog-list .box small:hover {
    color: rgba(0,0,0,.66);
}

.blog-list .box .date {
    position: absolute;
    bottom: 20px;
    right: 32px;
}

.article-footer {
    text-align: center;
    width: 100%;
    background-color: #FAFAFA;
    max-width: none !important;
    margin-bottom: 0 !important;
}

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

.article-footer h3 {
    font-weight: 700;
}
.article-footer section {
    border : none !important;
}
.article-info .document-cta {
    background-color: #FAFAFA;
    box-shadow: 0 1px 4px rgba(0,0,0,.04);
    border: 1px solid rgba(0,0,0,.09);
    border-radius: 5px;
    padding: 20px 10px;
    margin: 10px 50px;

}
.article-info .document-cta .cta {
    text-align: left;
    padding:0;
}
.article-info .document-cta .cta h3 {
    margin-top:5;
}

.article-info .document-cta img {
    float:right;
    border: 1px solid #ccc;
}

@media screen and (max-width: 992px) {
    .article-info .document-cta {
        margin: 0;
    }
    .article-info .document-cta img {
        float: none;
    }
}


.article-wide {
    width: 1000px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

@media screen and (max-width: 992px) {
    .article-wide {
        width: 100% !important;
        position: static;
    }
}

.blog-recommendations {
    background-color: #FAFAFA;
    text-align: left;
}

.blog-recommendations .box {
    width: initial;
    padding:0;

}

.blog-recommendations .box .reco-text {
    padding: 15px;
    height: 150px !important;
}

.blog-recommendations .box h2 {
    font-size:20px;
}
.img-bg-container {
    width: 100%;
    height: 150px;
    background-position: 50% 50% !important;
    background-color: #eee;
}

.lineclamp3 {
    display: -webkit-box!important;
    -webkit-line-clamp: 3!important;
    -webkit-box-orient: vertical!important;
    overflow: hidden!important;
    text-overflow: ellipsis!important;
}

.background-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    position: absolute;
    top: 0;
    z-index: -2;
    width: 100%;
}

.background-image-overlay {
    opacity: 0.5;
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
}

.theme-light .background-image-overlay {
    background-color: white;
}
.theme-dark {
    color: white;
}
.theme-dark h1,.theme-dark p {
    color: white;
}
.theme-dark .background-image-overlay {
    background-color: black;
}

.powered-by {
    float: right;
    text-decoration: none;
    margin-right: 15px;
}

.main form {
    margin-bottom: 40px;
}

@media screen and (min-width: 992px) {

.main .push-25 {
    margin-left: 25%;
}
}

.smartphone-container {
    background-repeat: no-repeat;
    width: 310px;
    height: 656px;
    padding-top: 93px;
    padding-left: 29px;
    padding-right: 21px;
    overflow: hidden;
    margin: 0 auto;
}
@media screen and (min-width: 992px) {
.desktop-push-right {
    float: right;
    text-align: left;
}
}

.icon-container {
    max-width: 200px;
    margin: 0 auto;
}
@media screen and (max-width: 992px) {
.richtext-image.full-width{
    height: auto;
}
}

.interactive-block {
    background-color: white;
}
.main > section.interactive-block:not(.intro) header {
    padding-bottom: 0;
}

.interactive-block h3{
    margin: 0 auto;
}
.interactive-block h3 p {
    margin-bottom: 0;
}

.interactive-block h3, .interactive-block p {
    max-width: 600px;
}

.interactive-block .legend {
    margin: 0 auto;
    color: #888;
    padding: 15px;
}

.interactive-container {
    text-align:center;
}
svg.mpld3-figure{
    position: initial;
    width: auto;
    height: auto;
}

svg.mpld3-figure .legend-box {
    cursor: pointer;
}

.mobile-bullet-points .row{
    max-width: 850px !important;
}
.mobile-bullet-points .smartphone-container {
    transform: scale(0.8);
}

.mobile-bullet-points .mobile-col {
    max-height: 500px;
    top: -80px;
}


.illustrated-bullet-points .row .col {
    padding: 0 30px;
}

.row.subscribe-snippet {
    margin-bottom: 10px !important;
}


.subscribe-snippet span, .subscribe-snippet button {
    display: inline-block;
}
.subscribe-snippet span {
    width: 50%;
}
.subscribe-snippet .name {
    line-height: 42px;
    font-weight: bold;
}
.subscribe-snippet form {
    margin-bottom: 0;
}

.big-image header {
    padding-bottom: 0 !important;
    max-width: 800px;
    margin: 0 auto;
}
.big-image .row {
    margin: 0 auto;
    max-width: 700px !important;
}
