@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,300italic&subset=latin,cyrillic);
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
img {
  box-sizing: content-box;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
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: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
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;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
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;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
input:focus,
textarea:focus {
  outline: none;
}
.button {
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 60ms 0ms cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-transition: background-color 60ms 0ms cubic-bezier(0.22, 0.61, 0.36, 1);
  white-space: nowrap;
  max-width: unset;
  min-width: unset;
  margin: 0;
  padding: 0;
}
.button.blue {
  padding: 0 24px;
  height: 48px;
  line-height: 48px;
  border-radius: 3px;
  background-color: #448AF1;
  font-size: 16px;
  font-weight: normal;
  color: #ffffff;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.13);
  transition: box-shadow 80ms cubic-bezier(0.6, 0.1, 0.4, 0.9), background-color 80ms cubic-bezier(0.6, 0.1, 0.4, 0.9);
}
.button.blue:hover {
  background-color: #4A95F2;
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.13);
}
.button.blue:active {
  background-color: #3D7BD8;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
}
.button.fb::before {
  content: ' ';
  display: inline-block;
  vertical-align: -9px;
  width: 23px;
  height: 27px;
  background: url('../images2/ic_fbmessenger_white.svg') center center no-repeat;
  margin: 0 8px 0 0;
}
.button.sidebar-open {
  width: 56px;
  height: 52px;
  background: url('../images2/ic_menu_white.svg') center center no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
@media (max-width: 790px) {
  .button.sidebar-open {
    display: block;
  }
}
.button.close {
  height: 52px;
  width: 52px;
  background: url("../images2/ic_close.svg") center center no-repeat;
}
.button.orange {
  min-width: 100px;
  padding: 0 30px;
  height: 36px;
  border-radius: 3px;
  background-color: #e9604a;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.13);
  line-height: 36px;
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
  text-transform: uppercase;
}
.button.orange:hover {
  background-color: #f9705a;
}
.link {
  color: #448af1;
  display: inline-block;
  cursor: pointer;
  border-bottom: 1px solid transparent;
  transition: all 60ms 0ms cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-transition: all 60ms 0ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
.link:hover {
  border-bottom: 1px solid #448af1;
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  transition-timing-function: cubic-bezier(0.2, 0.7, 0.5, 1);
  -moz-transition-timing-function: cubic-bezier(0.2, 0.7, 0.5, 1);
  -webkit-transition-timing-function: cubic-bezier(0.2, 0.7, 0.5, 1);
  -ms-transition-timing-function: cubic-bezier(0.2, 0.7, 0.5, 1);
  -o-transition-timing-function: cubic-bezier(0.2, 0.7, 0.5, 1);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Pagination Styles */
.swiper-pagination {
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
  bottom: auto;
  left: 0;
  width: 100%;
  position: static;
  font-size: 1px;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #448af1;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}
html {
  height: 100%;
}
html body {
  min-height: 100%;
  font-family: 'Open Sans';
  width: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
html body > * {
  width: 100%;
  min-width: 320px;
}
html body > * > * {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1184px;
  min-width: 320px;
  margin: 0 auto;
  padding: 0 32px;
}
html body #fb-root {
  width: unset;
  min-width: 0;
}
html body #fb-root > * {
  min-width: 0;
  padding: unset;
}
html body span.red {
  color: #e9604a;
}
html body span.blue {
  color: #4db6d6;
}
html body .nowrap {
  white-space: nowrap;
}
header {
  overflow: hidden;
  background-position: center top, center top;
  background-repeat: repeat-x, no-repeat;
  background-image: url('../images2/bg_rects.svg'), radial-gradient(circle at 100% 0, #ab5e74 0, #19556d 100%);
}
header > div {
  padding: 136px 0 0;
}
@media (max-width: 790px) {
  header > div {
    padding: 104px 24px 0;
  }
}
header > div .logo {
  position: absolute;
  top: 20px;
  left: 32px;
  height: 24px;
  width: 127px;
}
@media (max-width: 790px) {
  header > div .logo {
    height: 16px;
    width: 84px;
    position: absolute;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
  }
}
header > div .logo a {
  display: block;
  height: 100%;
  width: 100%;
  background: url('../images2/logo_chatfuel_white.svg') no-repeat;
  background-size: cover;
  color: rgba(0, 0, 0, 0);
  font-size: 1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
header > div nav {
  position: absolute;
  top: 18px;
  right: 32px;
  height: 28px;
  line-height: 28px;
  white-space: nowrap;
}
@media (max-width: 790px) {
  header > div nav {
    display: none;
  }
}
header > div nav a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 32px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.38;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  transition: all 60ms 0ms cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-transition: all 60ms 0ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
header > div nav a:hover {
  border-bottom-color: #ffffff;
}
header > div nav a.dashboard {
  height: 28px;
  line-height: 24px;
  border-radius: 3px;
  border: solid 2px #e9604a!important;
  padding: 0 24px;
  vertical-align: 0;
}
header > div nav a.dashboard:hover {
  background-color: #e9604a;
}
header > div h1 {
  margin: 0 0 24px;
  padding: 0;
  font-size: 44px;
  font-weight: 300;
  line-height: 1.27;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 790px) {
  header > div h1 {
    font-size: 32px;
    line-height: 1.38;
    margin: 0 0 16px;
  }
}
header > div p:nth-of-type(1) {
  padding: 0;
  margin: 0 0 32px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.75;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 790px) {
  header > div p:nth-of-type(1) {
    font-size: 14px;
    line-height: 1.71;
  }
}
header > div p:nth-of-type(2) {
  padding: 0;
  margin: 0 0 72px;
  text-align: center;
}
@media (max-width: 790px) {
  header > div p:nth-of-type(2) {
    font-size: 14px;
    line-height: 1.71;
    margin: 0 0 64px;
  }
}
header > div .videos {
  height: auto;
  position: relative;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
@media (max-width: 790px) {
  header > div .videos {
    display: none;
  }
}
header > div .videos > div {
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
header > div .videos > div .content {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  width: 100%;
}
header > div .videos > div .content video {
  position: absolute;
  top: 0;
  height: 100%;
}
@-webkit-keyframes a-desktop {
  from {
    transform: translateX(20.9%);
    -webkit-transform: translateX(20.9%);
  }
  to {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
}
@keyframes a-desktop {
  from {
    transform: translateX(20.9%);
    -webkit-transform: translateX(20.9%);
  }
  to {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
}
@-webkit-keyframes a-mobile {
  from {
    transform: translateX(-134%);
    -webkit-transform: translateX(-134%);
  }
  to {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
}
@keyframes a-mobile {
  from {
    transform: translateX(-134%);
    -webkit-transform: translateX(-134%);
  }
  to {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
}
header > div .videos > div.desktop {
  transform: translateX(20.9%);
  -webkit-transform: translateX(20.9%);
  z-index: 2;
  width: 70.70%;
  background-image: url('../images2/pic_desktop_frame.png');
  background-position: left bottom;
  animation: a-desktop 480ms cubic-bezier(0.3, 0.1, 0.2, 1) 13s 1 normal;
  -webkit-animation: a-desktop 480ms cubic-bezier(0.3, 0.1, 0.2, 1) 13s 1 normal;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
header > div .videos > div.desktop::before {
  content: ' ';
  display: block;
  padding-top: 46.35294%;
}
header > div .videos > div.desktop .content {
  height: 92.51269%;
  width: 88.4%;
}
header > div .videos > div.desktop .content video {
  height: 101.5%;
  left: 0;
}
header > div .videos > div.mobile {
  transform: translateX(-134%);
  -webkit-transform: translateX(-134%);
  z-index: 1;
  width: 27.2%;
  background-image: url('../images2/pic_iphone_frame.png');
  background-position: right bottom;
  animation: a-mobile 480ms cubic-bezier(0.3, 0.1, 0.2, 1) 13s 1 normal;
  -webkit-animation: a-mobile 480ms cubic-bezier(0.3, 0.1, 0.2, 1) 13s 1 normal;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
header > div .videos > div.mobile::before {
  content: ' ';
  display: block;
  padding-top: 120.12195%;
}
header > div .videos > div.mobile .content {
  height: 84.26396%;
  width: 61.28048780%;
}
header > div .videos > div.mobile .content video {
  height: 113%;
  right: 0;
}
.sub-page {
  padding-top: 64px;
}
@media (max-width: 790px) {
  .sub-page {
    padding-top: 52px;
  }
}
.sub-page header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  width: 100%;
  height: 64px;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
@media (max-width: 790px) {
  .sub-page header {
    display: none;
  }
}
.sub-page header div .logo {
  position: absolute;
  top: 20px;
  left: 32px;
  height: 24px;
  width: 127px;
}
@media (max-width: 790px) {
  .sub-page header div .logo {
    height: 16px;
    width: 84px;
    position: absolute;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
}
.sub-page header div .logo a {
  display: block;
  height: 100%;
  width: 100%;
  background: url('../images2/chatfuel_petrol.svg') no-repeat;
  background-size: cover;
  color: rgba(0, 0, 0, 0);
  font-size: 1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sub-page header div nav {
  position: absolute;
  top: 17px;
  right: 32px;
  height: 28px;
  line-height: 28px;
  white-space: nowrap;
}
.sub-page header div nav a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 32px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.38;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  transition: all 60ms 0ms cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-transition: all 60ms 0ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
.sub-page header div nav a:hover {
  color: #e9604a;
}
.sub-page header div nav a.act::after {
  content: ' ';
  position: absolute;
  height: 2px;
  width: 125%;
  background-color: #e9604a;
  bottom: -23px;
  left: -12.5%;
}
.sub-page header div nav a.dashboard {
  height: 28px;
  line-height: 24px;
  border-radius: 3px;
  border: solid 2px #e9604a!important;
  background-color: #e9604a;
  padding: 0 24px;
  color: #ffffff;
  vertical-align: 0;
}
.sub-page header div nav a.dashboard:hover {
  border: solid 2px #f9705a!important;
  background-color: #f9705a;
}
body {
  padding-bottom: 372px;
}
@media (max-width: 625px) {
  body {
    padding-bottom: 434px;
  }
}
footer {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #053748;
}
footer > div {
  padding: 80px 32px;
  overflow: hidden;
}
@media (max-width: 625px) {
  footer > div {
    padding: 56px 24px;
  }
}
footer > div .copy {
  padding: 45px 0 0;
  background: url('../images2/logo_chatfuel_white.svg') no-repeat left top;
  background-size: 106px auto;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.38;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
}
@media (max-width: 625px) {
  footer > div .copy {
    text-align: center;
    background-position: center top;
  }
}
footer > div .links {
  float: right;
  vertical-align: top;
  white-space: nowrap;
}
@media (max-width: 625px) {
  footer > div .links {
    float: none;
    margin: 0 0 48px;
  }
}
footer > div .links ul {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 82px;
  padding: 0;
}
@media (max-width: 625px) {
  footer > div .links ul {
    margin: 0;
    width: 58%;
  }
}
footer > div .links ul li {
  display: block;
  margin: 0 0 16px;
  padding: 0;
}
footer > div .links ul li a {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.38;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
}
footer > div .links ul li a:hover {
  text-decoration: underline;
}
footer > div .links ul li:last-child {
  margin: 0;
}
section.in-the-news {
  background-color: #f4f5f5;
}
section.in-the-news > h2 {
  padding: 28px 24px 0;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #a6a6a6;
  font-weight: normal;
}
section.in-the-news > ul {
  text-align: justify;
  -moz-text-align-last: center;
  text-align-last: center;
  line-height: 1px;
  font-size: 1px;
  padding: 16px 27px 13px;
}
@media (max-width: 790px) {
  section.in-the-news > ul {
    padding: 32px 24px 8px;
  }
}
@media (max-width: 400px) {
  section.in-the-news > ul {
    text-align: center;
    padding: 32px 19px 8px;
  }
}
section.in-the-news > ul::after {
  content: ' ';
  display: inline-block;
  width: 100%;
  height: 1px;
}
@media (max-width: 1015px) {
  section.in-the-news > ul::after {
    display: none;
  }
}
section.in-the-news > ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
  margin: 0 0 24px;
  height: 32px;
}
section.in-the-news > ul li a {
  display: block;
  height: 100%;
  color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1px;
  background: url('../images2/logo_inthenews.png') no-repeat left bottom;
  background-size: auto 68px;
}
section.in-the-news > ul li a:hover {
  background-position: left top;
}
section.in-the-news > ul li.the-economist a {
  width: 63px;
  background-position: 0 bottom;
}
section.in-the-news > ul li.the-economist a:hover {
  background-position: 0 top;
}
section.in-the-news > ul li.wsj a {
  width: 64px;
  background-position: -67px bottom;
}
section.in-the-news > ul li.wsj a:hover {
  background-position: -67px top;
}
section.in-the-news > ul li.bloomberg a {
  width: 155px;
  background-position: -135px bottom;
}
section.in-the-news > ul li.bloomberg a:hover {
  background-position: -135px top;
}
section.in-the-news > ul li.forbes a {
  width: 122px;
  background-position: -294px bottom;
}
section.in-the-news > ul li.forbes a:hover {
  background-position: -294px top;
}
section.in-the-news > ul li.techcrunch a {
  width: 184px;
  background-position: -422px bottom;
}
section.in-the-news > ul li.techcrunch a:hover {
  background-position: -422px top;
}
section.in-the-news > ul li.y-combinator a {
  width: 160px;
  background-position: -611px bottom;
}
section.in-the-news > ul li.y-combinator a:hover {
  background-position: -611px top;
}
section.in-the-news > ul li.the-verge a {
  width: 126px;
  background-position: -775px bottom;
}
section.in-the-news > ul li.the-verge a:hover {
  background-position: -775px top;
}
section.create-a-chatbot-to-suit {
  border-bottom: 1px solid #d9d9d9;
}
section.create-a-chatbot-to-suit > div {
  padding: 96px 16px 16px;
  overflow: hidden;
}
@media (max-width: 790px) {
  section.create-a-chatbot-to-suit > div {
    padding: 56px 0;
  }
}
section.create-a-chatbot-to-suit > div h2 {
  font-size: 44px;
  font-weight: 300;
  line-height: 1.27;
  text-align: center;
  color: #000000;
  max-width: 544px;
  padding: 0 24px;
  margin: 0 auto 80px;
}
@media (max-width: 790px) {
  section.create-a-chatbot-to-suit > div h2 {
    font-size: 24px;
    line-height: 1.33;
    margin: 0 auto 48px;
  }
}
section.create-a-chatbot-to-suit > div ul {
  padding: 0;
  margin: 0;
  text-align: justify;
  font-size: 1px;
}
@media (max-width: 790px) {
  section.create-a-chatbot-to-suit > div ul {
    white-space: nowrap;
  }
}
section.create-a-chatbot-to-suit > div ul::after {
  content: ' ';
  display: inline-block;
  width: 100%;
  height: 1px;
}
section.create-a-chatbot-to-suit > div ul li {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 95px;
  margin: 0 16px 80px;
  background-size: 72px 72px;
  background: no-repeat left top;
  width: 30%;
  white-space: normal;
  text-align: left;
}
@media (max-width: 1080px) {
  section.create-a-chatbot-to-suit > div ul li {
    width: 45%;
  }
}
@media (max-width: 790px) {
  section.create-a-chatbot-to-suit > div ul li {
    margin: 0;
    width: 100%;
    padding: 108px 24px 40px 24px;
    background: no-repeat center top;
    background-size: 96px 96px;
    text-align: center;
  }
}
section.create-a-chatbot-to-suit > div ul li h3 {
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
  color: #000000;
  margin: 0 0 8px;
}
@media (max-width: 790px) {
  section.create-a-chatbot-to-suit > div ul li h3 {
    font-size: 20px;
    line-height: 1.4;
    margin: 0 0 16px;
  }
}
section.create-a-chatbot-to-suit > div ul li p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.75;
  color: #000000;
  padding: 0 0 16px;
  margin: 0 0 16px;
  border-bottom: 1px solid  #F3F2F2;
}
@media (max-width: 790px) {
  section.create-a-chatbot-to-suit > div ul li p {
    font-size: 14px;
    line-height: 1.43;
    margin: 0 0 16px;
  }
}
section.create-a-chatbot-to-suit > div ul li a {
  position: relative;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.71;
  color: #448af1;
  display: inline-block;
  margin: 0 0 0 30px;
  text-decoration: none;
  transition: border-bottom 60ms 0ms cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-transition: border-bottom 60ms 0ms cubic-bezier(0.22, 0.61, 0.36, 1);
  border-bottom: 1px solid transparent;
}
section.create-a-chatbot-to-suit > div ul li a:hover {
  border-bottom: 1px solid #448af1;
}
section.create-a-chatbot-to-suit > div ul li a::before {
  content: ' ';
  position: absolute;
  background: url('../images2/ic_fbmessenger_blue.svg') no-repeat left center;
  background-size: 24px auto;
  width: 24px;
  height: 24px;
  left: -30px;
  top: 1px;
}
section.create-a-chatbot-to-suit > div ul li:nth-child(1) {
  background-image: url('../images2/ic_examples_news.svg');
}
section.create-a-chatbot-to-suit > div ul li:nth-child(2) {
  background-image: url('../images2/ic_examples_avatar.svg');
}
section.create-a-chatbot-to-suit > div ul li:nth-child(3) {
  background-image: url('../images2/ic_examples_sport.svg');
}
section.create-a-chatbot-to-suit > div ul li:nth-child(4) {
  background-image: url('../images2/ic_examples_hotel.svg');
}
section.create-a-chatbot-to-suit > div ul li:nth-child(5) {
  background-image: url('../images2/ic_examples_company.svg');
}
section.create-a-chatbot-to-suit > div ul li:nth-child(6) {
  background-image: url('../images2/ic_examples_event.svg');
}
section.no-programming-required > div {
  padding: 96px 32px 0;
  text-align: right;
}
@media (max-width: 790px) {
  section.no-programming-required > div {
    text-align: center;
    padding: 56px 24px 0;
  }
}
section.no-programming-required > div::after {
  content: ' ';
  display: block;
  height: 1px;
  margin: 96px 0 0;
  background-color: #d9d9d9;
}
@media (max-width: 790px) {
  section.no-programming-required > div::after {
    margin: 56px 0 0;
  }
}
section.no-programming-required > div img {
  width: 56.08%;
}
@media (max-width: 790px) {
  section.no-programming-required > div img {
    width: 100%;
    max-width: 400px;
    display: block;
    margin: 0 auto;
  }
}
section.no-programming-required > div .text {
  position: absolute;
  left: 32px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 790px) {
  section.no-programming-required > div .text {
    transform: none;
    position: static;
    left: auto;
    top: auto;
  }
}
section.no-programming-required > div .text h2 {
  max-width: 352px;
  font-size: 44px;
  font-weight: 300;
  line-height: 1.27;
  color: #000000;
  text-align: left;
  margin: 0 0 32px;
}
@media (max-width: 900px) {
  section.no-programming-required > div .text h2 {
    font-size: 40px;
  }
}
@media (max-width: 790px) {
  section.no-programming-required > div .text h2 {
    font-size: 24px;
    line-height: 1.33;
    margin: 0 auto 24px;
    text-align: center;
  }
}
section.no-programming-required > div .text p {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.75;
  color: #000000;
  max-width: 352px;
  text-align: left;
}
@media (max-width: 900px) {
  section.no-programming-required > div .text p {
    max-width: 320px;
  }
}
@media (max-width: 790px) {
  section.no-programming-required > div .text p {
    font-size: 14px;
    line-height: 1.71;
    margin: 0 auto 48px;
    text-align: center;
  }
}
section.understand-and-respond > div {
  padding: 96px 32px 0;
}
@media (max-width: 790px) {
  section.understand-and-respond > div {
    padding: 56px 24px 0;
  }
}
section.understand-and-respond > div::after {
  content: ' ';
  display: block;
  height: 1px;
  margin: 96px 0 0;
  background-color: #d9d9d9;
}
@media (max-width: 790px) {
  section.understand-and-respond > div::after {
    margin: 56px 0 0;
  }
}
section.understand-and-respond > div h2 {
  font-size: 44px;
  font-weight: 300;
  line-height: 1.27;
  text-align: center;
  color: #000000;
  max-width: 736px;
  margin: 0 auto 80px;
}
@media (max-width: 790px) {
  section.understand-and-respond > div h2 {
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: -0.1px;
    margin: 0 auto 48px;
    max-width: 500px;
    padding: 0;
  }
}
section.understand-and-respond > div ul {
  margin: 0;
  padding: 0 36px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 790px) {
  section.understand-and-respond > div ul {
    display: block;
    padding: 0;
  }
}
section.understand-and-respond > div ul li {
  padding: 240px 10px 0;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.75;
  color: #000000;
  max-width: 260px;
  background-repeat: no-repeat;
  background-size: 224px auto;
  background-position: center top;
  margin: 0;
}
@media (max-width: 1000px) {
  section.understand-and-respond > div ul li {
    background-size: 208px auto;
    max-width: 240px;
    padding: 224px 10px 0;
  }
}
@media (max-width: 790px) {
  section.understand-and-respond > div ul li {
    display: block;
    max-width: 256px;
    margin: 0 auto 104px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.71;
  }
}
section.understand-and-respond > div ul li:nth-child(1) {
  background-image: url('../images2/pic_aisetup_1.png');
}
section.understand-and-respond > div ul li:nth-child(2) {
  background-image: url('../images2/pic_aisetup_2.png');
}
section.understand-and-respond > div ul li:nth-child(3) {
  background-image: url('../images2/pic_aisetup_3.png');
  margin-bottom: 0;
}
section.understand-and-respond > div ul::before,
section.understand-and-respond > div ul::after {
  position: absolute;
  top: 106px;
  transform: translateX(-50%);
  content: url('../images2/pic_aisetup_arrow.svg');
  width: 57px;
  height: 20px;
}
@media (max-width: 1000px) {
  section.understand-and-respond > div ul::before,
  section.understand-and-respond > div ul::after {
    top: 96px;
  }
}
@media (max-width: 950px) {
  section.understand-and-respond > div ul::before,
  section.understand-and-respond > div ul::after {
    display: none;
  }
}
@media (max-width: 790px) {
  section.understand-and-respond > div ul::before,
  section.understand-and-respond > div ul::after {
    display: block;
    transform: translateX(-50%) rotate(90deg);
  }
}
section.understand-and-respond > div ul::before {
  left: 33%;
}
@media (max-width: 1100px) {
  section.understand-and-respond > div ul::before {
    left: 33.7%;
  }
}
@media (max-width: 790px) {
  section.understand-and-respond > div ul::before {
    left: 50%;
    top: 310px;
  }
}
section.understand-and-respond > div ul::after {
  left: 67.6%;
}
@media (max-width: 1100px) {
  section.understand-and-respond > div ul::after {
    left: 66.2%;
  }
}
@media (max-width: 790px) {
  section.understand-and-respond > div ul::after {
    left: 50%;
    top: 685px;
  }
}
section.choose-plugins-from {
  border-bottom: 1px solid #d9d9d9;
}
section.choose-plugins-from > div {
  padding: 96px 9.3%;
  text-align: left;
}
@media (max-width: 790px) {
  section.choose-plugins-from > div {
    padding: 56px 24px;
  }
}
section.choose-plugins-from > div img {
  width: 37.1%;
}
@media (max-width: 790px) {
  section.choose-plugins-from > div img {
    width: 76.5%;
    max-width: 240px;
    margin: 0 auto;
    display: block;
  }
}
section.choose-plugins-from > div h2 {
  position: absolute;
  right: 10.3%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 44px;
  font-weight: 300;
  line-height: 1.27;
  color: #000000;
  text-align: left;
  max-width: 448px;
  margin: 0;
  padding: 0;
}
@media (max-width: 1000px) {
  section.choose-plugins-from > div h2 {
    font-size: 40px;
    max-width: 410px;
  }
}
@media (max-width: 790px) {
  section.choose-plugins-from > div h2 {
    position: static;
    right: auto;
    top: auto;
    transform: none;
    font-size: 24px;
    line-height: 1.33;
    text-align: center;
    color: #000000;
    margin: 0 auto 48px;
  }
}
section.chatbots-are-the-new-apps {
  background-image: url("../images2/pattern2x2space.png"), url("../images2/space_bg.jpg");
  background-position: left top,center bottom;
  background-repeat: repeat, no-repeat;
  background-size: auto auto,cover;
}
section.chatbots-are-the-new-apps > div {
  padding: 96px 22px;
  overflow: hidden;
}
@media (max-width: 790px) {
  section.chatbots-are-the-new-apps > div {
    padding: 56px 14px;
  }
}
section.chatbots-are-the-new-apps > div h2 {
  font-size: 44px;
  font-weight: 300;
  line-height: 1.27;
  text-align: center;
  color: #ffffff;
  padding: 0;
  margin: 0 0 80px;
}
@media (max-width: 790px) {
  section.chatbots-are-the-new-apps > div h2 {
    font-size: 24px;
    line-height: 1.33;
    margin: 0 0 48px;
  }
}
section.chatbots-are-the-new-apps > div ul.prev {
  margin: 0 0 80px;
  padding: 0;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
@media (max-width: 790px) {
  section.chatbots-are-the-new-apps > div ul.prev {
    display: block;
    margin: 0;
  }
}
section.chatbots-are-the-new-apps > div ul.prev li {
  vertical-align: top;
  display: inline-block;
  text-align: center;
  max-width: 320px;
  padding: 165px 10px 0;
  background: no-repeat center top;
  background-size: auto 116px;
}
@media (max-width: 790px) {
  section.chatbots-are-the-new-apps > div ul.prev li {
    display: block;
    margin: 0 auto 48px;
    padding: 140px 10px 0;
  }
}
section.chatbots-are-the-new-apps > div ul.prev li h3 {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
  padding: 0;
  margin: 0 0 20px;
}
@media (max-width: 790px) {
  section.chatbots-are-the-new-apps > div ul.prev li h3 {
    font-size: 20px;
    line-height: 1.4;
    margin: 0 0 16px;
  }
}
section.chatbots-are-the-new-apps > div ul.prev li p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.75;
  text-align: center;
  color: #ffffff;
  padding: 0;
  margin: 0;
}
@media (max-width: 790px) {
  section.chatbots-are-the-new-apps > div ul.prev li p {
    font-size: 14px;
    line-height: 1.71;
  }
}
section.chatbots-are-the-new-apps > div ul.prev li:nth-child(1) {
  background-image: url('../images2/ic_chatbot_graph.svg');
}
section.chatbots-are-the-new-apps > div ul.prev li:nth-child(2) {
  background-image: url('../images2/ic_chatbot_retention.svg');
}
section.chatbots-are-the-new-apps > div ul.prev li:nth-child(3) {
  background-image: url('../images2/ic_chatbot_getintouch.svg');
}
section.chatbots-are-the-new-apps > div ul.pressa {
  padding: 120px 0 0;
  background: url('../images2/pic_chatbots_mgphone.svg') no-repeat center top;
  background-size: 320px auto;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  margin: 0 0 32px;
}
@media (max-width: 790px) {
  section.chatbots-are-the-new-apps > div ul.pressa {
    padding: 96px 0 0;
    background-size: auto 48px;
    display: block;
    white-space: nowrap;
  }
}
section.chatbots-are-the-new-apps > div ul.pressa li {
  vertical-align: top;
  display: inline-block;
  text-align: center;
  max-width: 320px;
  padding: 80px 10px 0;
  background: no-repeat center top;
  background-size: auto 64px;
  white-space: normal;
}
@media (max-width: 790px) {
  section.chatbots-are-the-new-apps > div ul.pressa li {
    max-width: unset;
    width: 100%;
  }
}
section.chatbots-are-the-new-apps > div ul.pressa li h3 {
  font-size: 17px;
  font-weight: normal;
  line-height: 1.65;
  text-align: center;
  color: #ffffff;
  padding: 0;
  margin: 0 0 16px;
}
@media (max-width: 790px) {
  section.chatbots-are-the-new-apps > div ul.pressa li h3 {
    font-size: 14px;
    line-height: 1.71;
  }
}
section.chatbots-are-the-new-apps > div ul.pressa li p {
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
  margin: 0;
  padding: 0;
}
@media (max-width: 790px) {
  section.chatbots-are-the-new-apps > div ul.pressa li p {
    font-size: 20px;
    font-style: italic;
    line-height: 1.4;
  }
}
section.chatbots-are-the-new-apps > div ul.pressa li p::before {
  content: '“';
}
section.chatbots-are-the-new-apps > div ul.pressa li p::after {
  content: '”';
}
section.chatbots-are-the-new-apps > div ul.pressa li:nth-child(1) {
  background-image: url('../images2/av_forbes.png');
}
section.chatbots-are-the-new-apps > div ul.pressa li:nth-child(2) {
  background-image: url('../images2/av_bi.png');
}
section.chatbots-are-the-new-apps > div ul.pressa li:nth-child(3) {
  background-image: url('../images2/av_verge.png');
}
section.look-who-else-uses {
  border-bottom: 1px solid #d9d9d9;
}
section.look-who-else-uses > div {
  padding: 96px 32px;
}
@media (max-width: 790px) {
  section.look-who-else-uses > div {
    padding: 56px 32px;
  }
}
section.look-who-else-uses > div h2 {
  font-size: 44px;
  font-weight: 300;
  line-height: 1.27;
  text-align: center;
  color: #000000;
  margin: 0 0 80px;
}
@media (max-width: 790px) {
  section.look-who-else-uses > div h2 {
    font-size: 24px;
    line-height: 1.33;
    margin: 0 0 48px;
  }
}
section.look-who-else-uses > div ul {
  padding: 0;
  margin: 0 0 48px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
@media (max-width: 790px) {
  section.look-who-else-uses > div ul {
    margin: 0 0 24px;
  }
}
section.look-who-else-uses > div ul li {
  display: inline-block;
  vertical-align: top;
  margin-top: 0!important;
}
section.look-who-else-uses > div ul li div {
  width: 335px;
  padding: 10px 0px 0 96px;
  background-size: 80px auto;
  background-position: 0px 0;
  background-repeat: no-repeat;
  height: 80px;
  margin: 0 0 32px;
}
@media (max-width: 790px) {
  section.look-who-else-uses > div ul li div {
    height: 64px;
    background-size: 64px auto;
    padding: 2px 0px 0 80px;
    margin: 0 auto 24px;
  }
}
section.look-who-else-uses > div ul li div h3 {
  display: inline-block;
  padding: 0 30px 0 0;
  margin: 0 0 6px;
  text-align: left;
  background: url('../images2/ic_fb_offcl.svg') no-repeat right center;
  background-size: 24px auto;
  white-space: nowrap;
  max-width: 100%;
}
section.look-who-else-uses > div ul li div h3 a,
section.look-who-else-uses > div ul li div h3 span {
  color: #000000;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.75;
  text-decoration: none;
  transition: color 60ms 0ms cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-transition: color 60ms 0ms cubic-bezier(0.22, 0.61, 0.36, 1);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
section.look-who-else-uses > div ul li div h3 a:hover,
section.look-who-else-uses > div ul li div h3 span:hover {
  color: #448af1;
}
section.look-who-else-uses > div ul li div h3 span:hover {
  color: #000000;
}
section.look-who-else-uses > div ul li div p {
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.71;
  color: #a6a6a6;
  background: url('../images2/ic_users.svg') no-repeat left center;
  background-size: 20px auto;
  text-align: left;
  padding: 0 0 0 26px;
  white-space: nowrap;
}
section.look-who-else-uses > div ul li div.uber {
  background-image: url('../images2/av_uber.png');
}
section.look-who-else-uses > div ul li div.national-geographic {
  background-image: url('../images2/av_natgeo.png');
}
section.look-who-else-uses > div ul li div.techcrunch {
  background-image: url('../images2/av_tc.png');
}
section.look-who-else-uses > div ul li div.denver-broncos {
  background-image: url('../images2/av_denbro.png');
}
section.look-who-else-uses > div ul li div.sacramento-kings {
  background-image: url('../images2/av_sacrkngs.png');
}
section.look-who-else-uses > div ul li div.complex {
  background-image: url('../images2/av_cmplx.png');
}
section.look-who-else-uses > div ul li div.p0 {
  background-image: url('../images2/bots/adidas.png');
}
section.look-who-else-uses > div ul li div.p1 {
  background-image: url('../images2/bots/worldsurf.png');
}
section.look-who-else-uses > div ul li div.p2 {
  background-image: url('../images2/bots/buzz.png');
}
section.look-who-else-uses > div ul li div.p21 {
  background-image: url('../images2/bots/mtv.png');
}
section.look-who-else-uses > div ul li div.p3 {
  background-image: url('../images2/bots/britishairways.png');
}
section.look-who-else-uses > div ul li div.p4 {
  background-image: url('../images2/bots/abc.png');
}
section.look-who-else-uses > div ul li div.p5 {
  background-image: url('../images2/bots/tc.png');
}
section.look-who-else-uses > div ul li div.p6 {
  background-image: url('../images2/bots/complex.png');
}
section.look-who-else-uses > div ul li div.p7 {
  background-image: url('../images2/bots/cnbc.png');
}
section.look-who-else-uses > div ul li div.p8 {
  background-image: url('../images2/bots/christina.png');
}
section.look-who-else-uses > div ul li div.p9 {
  background-image: url('../images2/bots/jwoww.png');
}
section.look-who-else-uses > div ul li div.p10 {
  background-image: url('../images2/bots/goal.png');
}
section.look-who-else-uses > div ul li div.p11 {
  background-image: url('../images2/bots/volkswagen.png');
}
section.look-who-else-uses > div ul li div.p12 {
  background-image: url('../images2/bots/denver.png');
}
section.look-who-else-uses > div ul li div.p13 {
  background-image: url('../images2/bots/lowes.png');
}
section.look-who-else-uses > div ul li div.p14 {
  background-image: url('../images2/bots/uber.png');
}
section.look-who-else-uses > div ul li div.p15 {
  background-image: url('../images2/bots/trivago.png');
}
section.look-who-else-uses > div p {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  color: #000000;
  max-width: 680px;
  margin: 0 auto;
}
@media (max-width: 790px) {
  section.look-who-else-uses > div p {
    font-size: 20px;
    line-height: 1.4;
    margin: 48px auto 0;
  }
}
section.what-our-users-say {
  overflow: hidden;
}
section.what-our-users-say > div {
  padding: 96px 32px;
  max-width: 977px;
  position: relative;
  overflow: visible;
}
@media (max-width: 790px) {
  section.what-our-users-say > div {
    padding: 56px 24px;
  }
}
section.what-our-users-say > div::before,
section.what-our-users-say > div::after {
  content: '';
  position: absolute;
  width: 48px;
  height: 100%;
  z-index: 100;
  top: 0;
  pointer-events: none;
}
@media (max-width: 790px) {
  section.what-our-users-say > div::before,
  section.what-our-users-say > div::after {
    width: 28px;
  }
}
section.what-our-users-say > div::before {
  background: linear-gradient(to right, #ffffff 45%, rgba(255, 255, 255, 0) 100%);
  left: 0;
}
section.what-our-users-say > div::after {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 55%);
  right: 0;
}
section.what-our-users-say > div h2 {
  font-size: 44px;
  font-weight: 300;
  line-height: 1.27;
  text-align: center;
  color: #000000;
  margin: 0;
}
@media (max-width: 790px) {
  section.what-our-users-say > div h2 {
    font-size: 24px;
    line-height: 1.33;
    margin: 0;
  }
}
section.what-our-users-say > div ul {
  padding: 0;
  margin: 32px 0 0;
  display: flex;
  display: -webkit-flex;
  flex-wrap: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
@media (max-width: 790px) {
  section.what-our-users-say > div ul {
    margin: 32px 0 24px;
  }
}
section.what-our-users-say > div ul li {
  display: inline-block;
  vertical-align: top;
  margin-top: 0!important;
  padding: 73px 58px 0;
}
@media (max-width: 790px) {
  section.what-our-users-say > div ul li {
    padding: 80px 0 0 43px;
  }
  section.what-our-users-say > div ul li > div::before {
    margin: 0 0 0 -21.5px;
  }
}
section.what-our-users-say > div ul li > div {
  position: relative;
  border-radius: 24px;
  background-color: #f3f2f2;
  padding: 24px;
  max-width: 688px;
  margin: 0 auto;
}
section.what-our-users-say > div ul li > div::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 48px;
  top: -73px;
  background: no-repeat center top;
  left: 50%;
  transform: translateX(-50%);
  background-size: auto 48px;
}
section.what-our-users-say > div ul li > div::after {
  content: '';
  position: absolute;
  width: 52px;
  height: 52px;
  bottom: 0;
  left: -58px;
  border-radius: 50%;
  background: no-repeat center center;
  background-size: contain;
}
section.what-our-users-say > div ul li > div.p1::before {
  background-image: url('/images2/bots/tcn.png');
  background-size: auto 42px;
}
@media (max-width: 440px) {
  section.what-our-users-say > div ul li > div.p1::before {
    background-size: auto 30px;
    top: -70px;
  }
}
section.what-our-users-say > div ul li > div.p1::after {
  background-image: url('/images2/bots/travisbernand.png');
}
section.what-our-users-say > div ul li > div.p2::before {
  background-image: url('/images2/bots/complex_2.png');
}
section.what-our-users-say > div ul li > div.p2::after {
  background-image: url('/images2/bots/ayallabarazany.png');
}
section.what-our-users-say > div ul li > div.p3::before {
  background-image: url('/images2/bots/goal_2.png');
}
section.what-our-users-say > div ul li > div.p3::after {
  background-image: url('/images2/bots/sambrown.png');
}
section.what-our-users-say > div ul li > div.p4::before {
  background-image: url('/images2/bots/nytimes_big.png');
}
@media (max-width: 440px) {
  section.what-our-users-say > div ul li > div.p4::before {
    background-size: auto 32px;
    top: -70px;
  }
}
section.what-our-users-say > div ul li > div.p4::after {
  background-image: url('/images2/bots/sarahperez.png');
}
section.what-our-users-say > div ul li > div.p5::before {
  background-image: url('/images2/bots/bytelondon.png?1');
  background-size: contain;
  top: -97px;
  height: 84px;
}
section.what-our-users-say > div ul li > div.p5::after {
  background-image: url('/images2/bots/isabelperry.png');
}
section.what-our-users-say > div ul li > div.p6::before {
  background-image: url('/images2/bots/ogilvy-mather-logo.png');
  height: 65px;
  top: -83px;
  background-size: contain;
}
section.what-our-users-say > div ul li > div.p6::after {
  background-image: url('/images2/bots/jameswhatley.png');
}
section.what-our-users-say > div ul li > div.p7::before {
  background-image: url('/images2/bots/abcnews.png');
  height: 65px;
  top: -83px;
  background-size: contain;
}
section.what-our-users-say > div ul li > div.p7::after {
  background-image: url('/images2/bots/craigmccosker.png');
}
section.what-our-users-say > div ul li > div p {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.64;
  color: #000000;
  padding: 0;
  margin: 0;
}
section.what-our-users-say > div ul li > div p.sign {
  padding: 6px 0 0;
  font-size: 16px;
  font-style: italic;
  line-height: 2.25;
  margin-bottom: -12px;
}
section.what-our-users-say > div ul li > div p.sign::before {
  content: '— ';
}
@media (max-width: 790px) {
  section.what-our-users-say > div ul li > div {
    padding: 16px;
  }
  section.what-our-users-say > div ul li > div::after {
    width: 40px;
    height: 40px;
    left: -43px;
  }
  section.what-our-users-say > div ul li > div::before {
    top: -80px;
  }
  section.what-our-users-say > div ul li > div.p2::before {
    background-image: url('/images2/bots/complex_2.png');
  }
  section.what-our-users-say > div ul li > div.p3::before {
    background-image: url('/images2/bots/goal_2.png');
  }
  section.what-our-users-say > div ul li > div p {
    font-size: 14px;
    line-height: 1.71;
  }
  section.what-our-users-say > div ul li > div p.sign {
    font-size: 14px;
    line-height: 1.71;
    margin-bottom: -4px;
  }
}
section.what-our-users-say > div .ctr {
  position: absolute;
  height: 100%;
  width: 16px;
  background-repeat: no-repeat;
  background-size: 16px auto;
  cursor: pointer;
  top: 0;
  z-index: 101;
}
section.what-our-users-say > div .ctr::before {
  content: '';
  position: absolute;
  z-index: 5;
  width: 500px;
  height: 100%;
  top: 0;
  background-color: #ffffff;
}
section.what-our-users-say > div .ctr.prev {
  left: 16px;
  background-position: right 370px;
  background-image: url('/images2/arrowleft.svg');
}
section.what-our-users-say > div .ctr.prev::before {
  right: 16px;
}
section.what-our-users-say > div .ctr.next {
  right: 16px;
  background-position: left 370px;
  background-image: url('/images2/arrowright.svg');
}
section.what-our-users-say > div .ctr.next::before {
  left: 16px;
}
@media (min-width: 790px) {
  section.what-our-users-say > div .swiper-pagination {
    display: none;
  }
}
@media (max-width: 790px) {
  section.what-our-users-say > div .ctr {
    display: none;
  }
}
section.pricing {
  background-position: center top, center top;
  background-repeat: repeat-x, no-repeat;
  background-image: url('../images2/bg_rects.svg'), radial-gradient(circle at 2% 102%, #1cb594, #0094a9);
}
section.pricing > div {
  padding: 96px 32px;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 790px) {
  section.pricing > div {
    padding: 56px 24px;
  }
}
section.pricing > div h2 {
  font-size: 44px;
  font-weight: 300;
  line-height: 1.27;
  text-align: center;
  color: #ffffff;
  margin: 0 0 80px;
}
@media (max-width: 790px) {
  section.pricing > div h2 {
    margin: 0 0 48px;
    font-size: 24px;
    line-height: 1.33;
  }
}
section.pricing > div h3 {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  max-width: 928px;
  margin: 0 auto 48px;
}
@media (max-width: 790px) {
  section.pricing > div h3 {
    margin: 0 0 32px;
    font-size: 20px;
    line-height: 1.4;
    white-space: normal;
    padding: 8px 0;
  }
}
section.pricing > div p {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  max-width: 448px;
  width: 48%;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.75;
  color: #ffffff;
  margin: 0;
  padding: 0;
  white-space: normal;
}
section.pricing > div p a {
  color: #ffffff;
  text-decoration: underline;
}
section.pricing > div p a:hover,
section.pricing > div p a:active {
  text-decoration: none;
}
section.pricing > div p a:visited {
  color: #ffffff;
  text-decoration: underline;
}
section.pricing > div p:last-child {
  margin: 0 0 0 32px;
}
@media (max-width: 790px) {
  section.pricing > div p {
    display: block;
    font-size: 14px;
    line-height: 1.71;
    margin: 0 0 24px;
    width: auto;
    max-width: inherit;
  }
  section.pricing > div p:last-child {
    margin: 0;
  }
}
section.big-brand > div {
  padding: 96px 32px;
}
@media (max-width: 790px) {
  section.big-brand > div {
    padding: 56px 24px;
  }
}
section.big-brand > div h2 {
  max-width: 736px;
  font-size: 44px;
  font-weight: 300;
  line-height: 1.27;
  text-align: center;
  color: #000000;
  padding: 0;
  margin: 0 auto 80px;
}
@media (max-width: 790px) {
  section.big-brand > div h2 {
    margin: 0 auto 48px;
    font-size: 24px;
    line-height: 1.33;
  }
}
section.big-brand > div p {
  max-width: 736px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.75;
  text-align: center;
  color: #000000;
  margin: 0 auto 48px;
}
@media (max-width: 790px) {
  section.big-brand > div p {
    margin: 0 auto 24px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.71;
  }
}
section.big-brand > div p.contact {
  padding: 42px 0 0;
  border-top: 1px solid #F3F2F2;
  margin: 0 auto;
  width: 80%;
}
@media (max-width: 790px) {
  section.big-brand > div p.contact {
    padding: 24px 0 0;
  }
}
section.big-brand > div p.contact a {
  display: block;
  width: 240px;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  color: #448af1;
  margin: 12px auto 0;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-bottom 60ms 0ms cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-transition: border-bottom 60ms 0ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
section.big-brand > div p.contact a:hover {
  border-bottom: 1px solid #448af1;
}
@media (max-width: 790px) {
  section.big-brand > div p.contact a {
    width: 200px;
    font-size: 20px;
    line-height: 1.4;
  }
}
section.buttons {
  background-position: center top, center top;
  background-repeat: repeat-x, no-repeat;
  background-image: url('../images2/bg_rects.svg'), radial-gradient(circle at 100% 0, #ab5e74 0, #19556d 100%);
}
section.buttons > div {
  padding: 68px 32px 68px;
  text-align: center;
}
@media (max-width: 790px) {
  section.buttons > div {
    padding: 28px 24px 28px;
  }
}
section.buttons > div a {
  display: inline-block;
}
section.map {
  height: 400px;
  background: url('../images2/pic_map.png') no-repeat center center;
  background-size: auto 100%;
}
@media (max-width: 790px) {
  section.map {
    height: 146px;
  }
}
section.chatfuel-team-is-awesome > div {
  padding: 96px 32px 0;
}
@media (max-width: 790px) {
  section.chatfuel-team-is-awesome > div {
    padding: 56px 24px 0;
  }
}
section.chatfuel-team-is-awesome > div h1 {
  max-width: 736px;
  font-size: 44px;
  font-weight: 300;
  line-height: 1.27;
  text-align: center;
  color: #000000;
  margin: 0 auto 80px ;
  padding: 0;
}
@media (max-width: 790px) {
  section.chatfuel-team-is-awesome > div h1 {
    font-size: 24px;
    line-height: 1.33;
    margin: 0 auto 48px ;
  }
}
section.chatfuel-team-is-awesome > div p {
  max-width: 928px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.75;
  color: #000000;
  margin: 0 auto 16px;
  padding: 0;
}
@media (max-width: 790px) {
  section.chatfuel-team-is-awesome > div p {
    font-size: 14px;
    line-height: 1.71;
  }
}
section.chatfuel-team-is-awesome > div p:last-child {
  margin: 0 auto;
}
section.chatfuel-team-is-awesome > div::after {
  content: ' ';
  display: block;
  padding: 96px 0 0;
  border-bottom: 1px solid #d9d9d9;
}
@media (max-width: 790px) {
  section.chatfuel-team-is-awesome > div::after {
    padding: 56px 0 0;
  }
}
section.in-the-news-sub {
  background-color: transparent;
}
section.in-the-news-sub > div {
  padding: 96px 32px 0;
}
@media (max-width: 790px) {
  section.in-the-news-sub > div {
    padding: 56px 24px 0;
  }
}
section.in-the-news-sub > div h2 {
  font-size: 44px;
  font-weight: 300;
  line-height: 1.27;
  text-align: center;
  color: #000000;
  margin: 0 0 80px;
  padding: 0;
}
@media (max-width: 790px) {
  section.in-the-news-sub > div h2 {
    font-size: 24px;
    line-height: 1.33;
    margin: 0 0 48px;
  }
}
section.in-the-news-sub > div::after {
  content: ' ';
  display: block;
  padding: 72px 0 0;
  border-bottom: 1px solid #d9d9d9;
}
@media (max-width: 790px) {
  section.in-the-news-sub > div::after {
    padding: 32px 0 0;
  }
}
section.in-the-news-sub > div ul {
  text-align: justify;
  -moz-text-align-last: center;
  text-align-last: center;
  line-height: 1px;
  font-size: 1px;
  margin: 0 -24px;
  padding: 0 27px;
}
@media (max-width: 790px) {
  section.in-the-news-sub > div ul {
    padding: 0 24px;
  }
}
@media (max-width: 400px) {
  section.in-the-news-sub > div ul {
    text-align: center;
    padding: 0 19px;
  }
}
section.in-the-news-sub > div ul::after {
  content: ' ';
  display: inline-block;
  width: 100%;
  height: 1px;
}
@media (max-width: 1015px) {
  section.in-the-news-sub > div ul::after {
    display: none;
  }
}
section.in-the-news-sub > div ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
  margin: 0 0 24px;
  height: 32px;
}
section.in-the-news-sub > div ul li a {
  display: block;
  height: 100%;
  color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1px;
  background: url('../images2/logo_inthenews.png') no-repeat left bottom;
  background-size: auto 68px;
}
section.in-the-news-sub > div ul li a:hover {
  background-position: 0 top;
}
section.in-the-news-sub > div ul li.the-economist a {
  width: 63px;
  background-position: 0 bottom;
}
section.in-the-news-sub > div ul li.the-economist a:hover {
  background-position: 0 top;
}
section.in-the-news-sub > div ul li.wsj a {
  width: 64px;
  background-position: -67px bottom;
}
section.in-the-news-sub > div ul li.wsj a:hover {
  background-position: -67px top;
}
section.in-the-news-sub > div ul li.bloomberg a {
  width: 155px;
  background-position: -135px bottom;
}
section.in-the-news-sub > div ul li.bloomberg a:hover {
  background-position: -135px top;
}
section.in-the-news-sub > div ul li.forbes a {
  width: 122px;
  background-position: -294px bottom;
}
section.in-the-news-sub > div ul li.forbes a:hover {
  background-position: -294px top;
}
section.in-the-news-sub > div ul li.techcrunch a {
  width: 184px;
  background-position: -422px bottom;
}
section.in-the-news-sub > div ul li.techcrunch a:hover {
  background-position: -422px top;
}
section.in-the-news-sub > div ul li.y-combinator a {
  width: 160px;
  background-position: -611px bottom;
}
section.in-the-news-sub > div ul li.y-combinator a:hover {
  background-position: -611px top;
}
section.in-the-news-sub > div ul li.the-verge a {
  width: 126px;
  background-position: -775px bottom;
}
section.in-the-news-sub > div ul li.the-verge a:hover {
  background-position: -775px top;
}
section.investors > div {
  padding: 96px 0 0;
  overflow: hidden;
}
@media (max-width: 790px) {
  section.investors > div {
    padding: 56px 0 0;
  }
}
section.investors > div h2 {
  font-size: 44px;
  font-weight: 300;
  line-height: 1.27;
  text-align: center;
  color: #000000;
  margin: 0 0 80px;
  padding: 0;
}
@media (max-width: 790px) {
  section.investors > div h2 {
    font-size: 24px;
    line-height: 1.33;
    margin: 0 0 48px;
  }
}
section.investors > div::after {
  content: ' ';
  display: block;
  padding: 72px 0 0;
  border-bottom: 1px solid #d9d9d9;
}
@media (max-width: 790px) {
  section.investors > div::after {
    padding: 32px 0 0;
  }
}
section.investors > div ul {
  text-align: center;
  line-height: 1px;
  font-size: 1px;
  margin: 0 auto;
  padding: 0 27px;
}
@media (max-width: 790px) {
  section.investors > div ul {
    padding: 0 8px;
    margin: 0 -8px;
  }
}
section.investors > div ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 16px;
  margin: 0 0 24px;
  height: 40px;
}
section.investors > div ul li a {
  display: block;
  height: 100%;
  color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1px;
  background: url('../images2/logo_investors.png') no-repeat left bottom;
  background-size: auto 82px;
}
section.investors > div ul li a:hover {
  background-position: 0 top;
}
section.investors > div ul li.yandex a {
  width: 92px;
  background-position: 0 bottom;
}
section.investors > div ul li.yandex a:hover {
  background-position: 0 top;
}
section.investors > div ul li.greylockpartners a {
  width: 295px;
  background-position: -96px bottom;
}
section.investors > div ul li.greylockpartners a:hover {
  background-position: -96px top;
}
section.investors > div ul li.y-combinator a {
  width: 185px;
  background-position: -394px bottom;
}
section.investors > div ul li.y-combinator a:hover {
  background-position: -394px top;
}
section.investors > div ul li.c500 a {
  width: 40px;
  background-position: -581px bottom;
}
section.investors > div ul li.c500 a:hover {
  background-position: -581px top;
}
section.investors > div ul li.kf a {
  width: 47px;
  background-position: -623px bottom;
}
section.investors > div ul li.kf a:hover {
  background-position: -623px top;
}
section.get-in-touch > div {
  padding: 96px 32px;
}
@media (max-width: 790px) {
  section.get-in-touch > div {
    padding: 56px 24px;
  }
}
section.get-in-touch > div h2 {
  font-size: 44px;
  font-weight: 300;
  line-height: 1.27;
  text-align: center;
  color: #000000;
  margin: 0 0 80px;
  padding: 0 0;
}
@media (max-width: 790px) {
  section.get-in-touch > div h2 {
    font-size: 24px;
    line-height: 1.33;
    margin: 0 0 48px;
  }
}
section.get-in-touch > div p {
  max-width: 320px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.75;
  text-align: center;
  padding: 0;
  margin: 0 auto 16px;
}
@media (max-width: 790px) {
  section.get-in-touch > div p {
    font-size: 14px;
    line-height: 1.71;
  }
}
section.get-in-touch > div p:last-child {
  margin: 0 auto;
}
section.get-in-touch > div p a {
  display: inline-block;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  color: #448af1;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 60ms 0ms cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-transition: all 60ms 0ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
section.get-in-touch > div p a:hover {
  border-bottom: 1px solid #448af1;
}
@media (max-width: 790px) {
  section.get-in-touch > div p a {
    font-size: 20px;
    line-height: 1.4;
  }
}
section.agency-questionnaire {
  margin-top: -52px;
}
section.agency-questionnaire iframe {
  max-width: unset;
  padding: 0;
  height: 2210px;
}
@media (max-width: 500px) {
  section.agency-questionnaire iframe {
    height: 2240px;
  }
}
@media (max-width: 475px) {
  section.agency-questionnaire iframe {
    height: 2310px;
  }
}
@media (max-width: 445px) {
  section.agency-questionnaire iframe {
    height: 2380px;
  }
}
@media (max-width: 420px) {
  section.agency-questionnaire iframe {
    height: 2430px;
  }
}
@media (max-width: 395px) {
  section.agency-questionnaire iframe {
    height: 2510px;
  }
}
section.premium {
  margin-top: -52px;
}
section.premium iframe {
  max-width: unset;
  padding: 0;
  height: 2310px;
}
@media (max-width: 500px) {
  section.premium iframe {
    height: 2340px;
  }
}
@media (max-width: 475px) {
  section.premium iframe {
    height: 2430px;
  }
}
@media (max-width: 445px) {
  section.premium iframe {
    height: 2480px;
  }
}
@media (max-width: 420px) {
  section.premium iframe {
    height: 2530px;
  }
}
@media (max-width: 395px) {
  section.premium iframe {
    height: 2610px;
  }
}
@media (max-width: 345px) {
  section.premium iframe {
    height: 2745px;
  }
}
section.user-happiness > div {
  padding: 96px 32px;
}
@media (max-width: 790px) {
  section.user-happiness > div {
    padding: 56px 24px;
  }
}
section.user-happiness > div h1 {
  font-size: 44px;
  font-weight: 300;
  line-height: 1.27;
  text-align: center;
  color: #000000;
  margin: 0 0 80px;
}
@media (max-width: 790px) {
  section.user-happiness > div h1 {
    font-size: 24px;
    line-height: 1.33;
    margin: 0 0 48px;
  }
}
section.user-happiness > div ul {
  margin: 0 24px;
  padding: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.75;
  color: #000000;
}
@media (max-width: 790px) {
  section.user-happiness > div ul {
    font-size: 14px;
    line-height: 1.71;
    margin: 0 0 14px;
  }
}
section.user-happiness > div ul li {
  margin: 0 0 5px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 72px auto;
}
@media (max-width: 790px) {
  section.user-happiness > div ul li {
    padding: 4px 0 0;
  }
}
section.user-happiness > div ol {
  margin: 20px 0 0;
}
section.user-happiness > div h2 {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
  color: #000000;
  margin: 60px 0 20px;
}
@media (max-width: 790px) {
  section.user-happiness > div h2 {
    font-size: 20px;
    line-height: 1.4;
    margin: 60px 0 20px;
  }
}
section.user-happiness > div p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.75;
  color: #000000;
  margin: 0 0 24px;
}
@media (max-width: 790px) {
  section.user-happiness > div p {
    font-size: 14px;
    line-height: 1.71;
    margin: 0 0 14px;
  }
}
section.user-happiness > div h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  margin: 24px 0 16px;
}
@media (max-width: 790px) {
  section.user-happiness > div h3 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.71;
    margin: 16px 0;
  }
}
section.user-happiness > div h4 {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.75;
  margin: 0 0 16px;
}
@media (max-width: 790px) {
  section.user-happiness > div h4 {
    font-size: 14px;
    line-height: 1.71;
  }
}
section.jobs > div {
  padding: 96px 32px;
}
@media (max-width: 790px) {
  section.jobs > div {
    padding: 56px 24px;
  }
}
section.jobs > div h1 {
  font-size: 44px;
  font-weight: 300;
  line-height: 1.27;
  text-align: center;
  color: #000000;
  margin: 0 0 80px;
}
@media (max-width: 790px) {
  section.jobs > div h1 {
    font-size: 24px;
    line-height: 1.33;
    margin: 0 0 48px;
  }
}
section.jobs > div > ul {
  max-width: 736px;
  margin: 0 auto;
  padding: 0;
}
section.jobs > div > ul > li {
  display: block;
  padding: 0 0 0 96px;
  margin: 0 0 80px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 72px auto;
}
@media (max-width: 790px) {
  section.jobs > div > ul > li {
    padding: 4px 0 0;
    margin: 0 0 48px;
    background-size: 36px auto;
  }
}
section.jobs > div > ul > li:nth-child(2) {
  background-image: url('../images2/ic_jobs_bdeveloper.svg');
}
section.jobs > div > ul > li:nth-child(1) {
  background-image: url('../images2/ic_jobs_fedeveloper.svg');
}
section.jobs > div > ul > li:last-child {
  margin: 0;
}
section.jobs > div > ul > li .content {
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 102px;
  transition: max-height 200ms;
  -webkit-transition: max-height 200ms;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 790px) {
  section.jobs > div > ul > li .content {
    max-height: 165px;
    -webkit-line-clamp: 5;
  }
}
section.jobs > div > ul > li .content h2 {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
  color: #000000;
  margin: 0 0 8px;
}
@media (max-width: 790px) {
  section.jobs > div > ul > li .content h2 {
    padding: 0 0 0 48px;
    font-size: 20px;
    line-height: 1.4;
    margin: 0 0 20px;
  }
}
section.jobs > div > ul > li .content p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.75;
  color: #000000;
  margin: 0 0 24px;
}
@media (max-width: 790px) {
  section.jobs > div > ul > li .content p {
    font-size: 14px;
    line-height: 1.71;
    margin: 0 0 14px;
  }
}
section.jobs > div > ul > li .content h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  margin: 24px 0 16px;
}
@media (max-width: 790px) {
  section.jobs > div > ul > li .content h3 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.71;
    margin: 16px 0;
  }
}
section.jobs > div > ul > li .content ul {
  margin: 0 0 24px;
  padding: 0;
}
@media (max-width: 790px) {
  section.jobs > div > ul > li .content ul {
    margin: 0 0 16px;
  }
}
section.jobs > div > ul > li .content ul li {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.75;
  margin: 0;
  padding: 0 0 0 38px;
}
@media (max-width: 790px) {
  section.jobs > div > ul > li .content ul li {
    font-size: 14px;
    line-height: 1.71;
    padding: 0 0 0 36px;
  }
}
section.jobs > div > ul > li .content ul li::after {
  content: ' ';
  width: 4px;
  height: 4px;
  top: 13px;
  left: 13px;
  border-radius: 50%;
  background-color: #000000;
  position: absolute;
}
@media (max-width: 790px) {
  section.jobs > div > ul > li .content ul li::after {
    font-size: 14px;
    line-height: 1.71;
    width: 3px;
    height: 3px;
    top: 10px;
    left: 12px;
  }
}
section.jobs > div > ul > li .content h4 {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.75;
  margin: 0 0 16px;
}
@media (max-width: 790px) {
  section.jobs > div > ul > li .content h4 {
    font-size: 14px;
    line-height: 1.71;
  }
}
section.jobs > div > ul > li .buttons > * {
  display: none;
}
section.jobs > div > ul > li .buttons .show {
  display: inline-block;
}
section.jobs > div > ul > li .buttons .apply {
  margin: 0 32px 0 0;
}
section.jobs > div > ul > li .buttons .link {
  font-size: 16px;
  line-height: 1.75;
}
@media (max-width: 790px) {
  section.jobs > div > ul > li .buttons .link {
    font-size: 14px;
    line-height: 1.71;
  }
}
section.jobs > div > ul > li.show .content {
  max-height: 2000px;
  display: block;
  -webkit-line-clamp: none;
  -webkit-box-orient: vertical;
}
section.jobs > div > ul > li.show .buttons .hide,
section.jobs > div > ul > li.show .buttons .apply {
  display: inline-block;
}
section.jobs > div > ul > li.show .buttons .show {
  display: none;
}
@media (max-width: 790px) {
  section.jobs > div > ul > li.show .buttons {
    text-align: center;
  }
}
body.pid_404 {
  background-color: #f9f9f9;
}
body.pid_404 header {
  box-shadow: none;
  background-color: #f9f9f9;
}
body.pid_404 .mobile-header {
  box-shadow: none;
  background-color: transparent;
}
body.pid_404 section.page404 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
body.pid_404 section.page404 > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 100%;
  max-width: 490px;
  padding: 0 20px;
  min-width: inherit!important;
  min-height: inherit!important;
  max-height: inherit!important;
}
body.pid_404 section.page404 > div h1 {
  font-size: 40px;
  line-height: 1.4;
  color: #000000;
  margin: 0;
  padding: 0 0 40px;
}
body.pid_404 section.page404 > div p {
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  margin: 0;
  padding: 0 0 42px;
}
body.pid_404 section.page404 > div p a {
  color: #EB5F44;
  text-decoration: none;
}
body.pid_404 section.page404 > div p a:hover {
  text-decoration: underline;
}
body.pid_404 section.page404 > div .button {
  position: relative;
  display: inline-block;
  width: 255px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1.5px;
  padding: 0 0 0 30px;
  border-radius: 8px;
}
body.pid_404 section.page404 > div .button::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  width: 24px;
}
body.pid_404 footer {
  height: 54px;
  background: transparent;
}
body.pid_404 footer > div {
  padding: 0 32px;
}
@media (max-width: 870px) {
  body.pid_404 footer > div .links {
    width: 400px;
  }
}
body.pid_404 footer > div .links ul {
  margin: 0;
  text-align: right;
  white-space: normal;
}
body.pid_404 footer > div .links ul li {
  display: inline-block;
  margin: 0 0 0 36px;
  white-space: nowrap;
  vertical-align: top;
}
body.pid_404 footer > div .links ul li a {
  color: #202020;
  font-size: 13px;
  display: block;
}
body.pid_404 footer > div .copy {
  padding: 0;
  font-size: 13px;
  color: #707070;
  text-transform: uppercase;
  background: none;
  white-space: nowrap;
}
@media (max-width: 600px) {
  body.pid_404 footer {
    height: auto;
  }
  body.pid_404 footer > div {
    padding: 0 16px;
  }
  body.pid_404 footer > div .links {
    width: auto;
    margin: 0;
  }
  body.pid_404 footer > div .links ul {
    text-align: center;
    display: block;
    width: 100%;
  }
  body.pid_404 footer > div .links ul li {
    margin: 0 16px;
  }
  body.pid_404 footer > div .copy {
    padding: 10px 0 16px;
  }
}
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(53, 62, 65, 0.6);
  z-index: 10000;
}
.popup .window {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  max-width: 440px;
  width: 90%;
  border-radius: 7px;
  background-color: #ffffff;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.13);
  border: solid 1px rgba(0, 0, 0, 0.22);
  padding: 0 0 57px;
}
.popup .window .content {
  padding: 32px 24px 24px;
}
.popup .window .content p {
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  margin: 0 0 16px;
}
.popup .window .content p:last-child {
  margin: 0;
}
.popup .window .content p .popup-fb-link {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  border-radius: 7px;
  background-color: #3c599b;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  white-space: nowrap;
  padding: 0 24px 0 20px;
  text-decoration: none;
  transition: box-shadow 80ms cubic-bezier(0.6, 0.1, 0.4, 0.9), background-color 80ms cubic-bezier(0.6, 0.1, 0.4, 0.9);
}
.popup .window .content p .popup-fb-link:hover {
  background-color: #4c69ab;
}
.popup .window .content p .popup-fb-link:active {
  background-color: #2c498b;
}
.popup .window .content p .popup-fb-link::before {
  content: '';
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url('/images2/ic_facebook_white.svg') no-repeat center center;
  margin: 0 8px 0 0;
  vertical-align: -2px;
}
.popup .window .content p .popup-fb-link.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.popup .window .footer {
  position: absolute;
  border-top: 1px solid #e0e0e0;
  bottom: 0;
  left: 0;
  height: 57px;
  line-height: 57px;
  width: 100%;
  padding: 0 24px;
}
.popup .window .footer p {
  margin: 0;
}
.popup .window label {
  font-size: 14px;
  line-height: 1.71;
  color: #a6a6a6;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.popup .window label .checkbox {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.popup .window label .checkbox input,
.popup .window label .checkbox span {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 2px 0 0;
  cursor: pointer;
}
.popup .window label .checkbox input {
  opacity: 0;
  vertical-align: -3px;
}
.popup .window label .checkbox span {
  position: absolute;
  left: 0;
  top: 0;
  background: url('/images2/ic_checkbox.svg') no-repeat center center;
  pointer-events: none;
}
.popup .window label .checkbox input:checked + span {
  background-image: url('/images2/ic_checkbox_checked.svg');
}
.popup .window label a {
  color: #767676;
  text-decoration: none;
}
.popup .window label a:hover {
  text-decoration: underline;
}
.popup .window .close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  opacity: 0.3;
  transition: opacity 100ms;
  background: url('/images2/ic-cross.svg') no-repeat center center;
  cursor: pointer;
}
.popup .window .close:hover {
  opacity: 1;
}
div.sidebar {
  display: block;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0);
  transition: height 0ms cubic-bezier(0.22, 0.61, 0.36, 1) 200ms, background-color 200ms cubic-bezier(0.22, 0.61, 0.36, 1) 0ms;
  -webkit-transition: height 0ms cubic-bezier(0.22, 0.61, 0.36, 1) 200ms, background-color 200ms cubic-bezier(0.22, 0.61, 0.36, 1) 0ms;
}
div.sidebar > div {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 240px;
  padding: 0;
  background-color: #ffffff;
  min-width: inherit;
  max-width: inherit;
  box-shadow: 2px 0 2px rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transition: transform 200ms cubic-bezier(0.22, 0.61, 0.36, 1) 0ms;
  -webkit-transition: -webkit-transform 200ms cubic-bezier(0.22, 0.61, 0.36, 1) 0ms;
}
div.sidebar > div .button.close {
  left: 0;
  top: 0;
}
div.sidebar > div .menu {
  padding: 0;
  margin: -10px 0 0;
}
div.sidebar > div .menu a {
  display: block;
  padding: 0 16px;
  font-size: 14px;
  color: #000000;
  line-height: 48px;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 60ms cubic-bezier(0.22, 0.61, 0.36, 1) 0ms;
  -webkit-transition: background-color 60ms cubic-bezier(0.22, 0.61, 0.36, 1) 0ms;
  text-transform: uppercase;
}
div.sidebar > div .menu a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
div.sidebar > div .menu .hr {
  border: none;
  display: block;
  margin: 20px auto;
  width: 100%;
  height: 1px;
  padding: 0 16px;
}
div.sidebar > div .menu .hr::after {
  content: ' ';
  display: block;
  width: auto;
  height: 1px;
  background-color: #d9d9d9;
}
body.show-sidebar {
  overflow: hidden;
}
body.show-sidebar > * {
  pointer-events: none;
}
body.show-sidebar div.sidebar {
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: all;
  height: 100%;
  transition: height 0ms cubic-bezier(0.22, 0.61, 0.36, 1) 0ms, background-color 200ms cubic-bezier(0.22, 0.61, 0.36, 1) 0ms;
  -webkit-transition: height 0ms cubic-bezier(0.22, 0.61, 0.36, 1) 0ms, background-color 200ms cubic-bezier(0.22, 0.61, 0.36, 1) 0ms;
}
body.show-sidebar div.sidebar > div {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
@media (min-width: 790px) {
  div.sidebar {
    display: none;
  }
}
div.fixedtopmenu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  width: 100%;
  height: 64px;
  background-color: #ffffff;
  transform: translateY(-102%);
  -webkit-transform: translateY(-102%);
  transition: transform 220ms cubic-bezier(0.17, 0.84, 0.44, 1) 0ms;
  -webkit-transition: -webkit-transform 220ms cubic-bezier(0.17, 0.84, 0.44, 1) 0ms;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
div.fixedtopmenu div .logo {
  position: absolute;
  top: 20px;
  left: 32px;
  height: 24px;
  width: 127px;
}
@media (max-width: 790px) {
  div.fixedtopmenu div .logo {
    height: 16px;
    width: 84px;
    position: absolute;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
}
div.fixedtopmenu div .logo a {
  display: block;
  height: 100%;
  width: 100%;
  background: url('../images2/chatfuel_petrol.svg') no-repeat;
  background-size: cover;
  color: rgba(0, 0, 0, 0);
  font-size: 1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
div.fixedtopmenu div nav {
  position: absolute;
  top: 17px;
  right: 32px;
  height: 28px;
  line-height: 28px;
  white-space: nowrap;
}
@media (max-width: 790px) {
  div.fixedtopmenu div nav {
    display: none;
  }
}
div.fixedtopmenu div nav a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 32px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.38;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  transition: all 60ms 0ms cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-transition: all 60ms 0ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
div.fixedtopmenu div nav a:hover {
  color: #e9604a;
}
div.fixedtopmenu div nav a.act::after {
  content: ' ';
  position: absolute;
  height: 2px;
  width: 125%;
  background-color: #e9604a;
  bottom: -23px;
  left: -12.5%;
}
div.fixedtopmenu div nav a.dashboard {
  height: 28px;
  line-height: 24px;
  border-radius: 3px;
  border: solid 2px #e9604a!important;
  background-color: #e9604a;
  padding: 0 24px;
  color: #ffffff;
  vertical-align: 0;
}
div.fixedtopmenu div nav a.dashboard:hover {
  border: solid 2px #f9705a!important;
  background-color: #f9705a;
}
div.fixedtopmenu.show {
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
@media (max-width: 790px) {
  div.fixedtopmenu {
    display: none;
  }
}
div.mobile-header {
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  transition: background-color 200ms cubic-bezier(0.22, 0.61, 0.36, 1) 0ms, opacity 250ms cubic-bezier(0.22, 0.61, 0.36, 1) 0ms;
  -webkit-transition: background-color 200ms cubic-bezier(0.22, 0.61, 0.36, 1) 0ms, opacity 250ms cubic-bezier(0.22, 0.61, 0.36, 1) 0ms;
  height: 52px;
  background: url('../images2/chatfuel_petrol.svg') no-repeat center center #ffffff;
  background-size: 85px auto;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  opacity: 0;
}
div.mobile-header.show {
  opacity: 1;
}
div.mobile-header .sidebar-open {
  background-image: url('../images2/ic_menu.svg');
}
@media (min-width: 790px) {
  div.mobile-header {
    display: none;
  }
}
