@font-face {
  font-family: 'Gotham';
  src: url(https://growthhackers.com/assets/gotham/Gotham-Book-d3c79bd7ec9e3b465f0b821cf931be66542bff3694f7c70e0aeae0f6d7036756.otf) format("opentype"); }

@font-face {
  font-family: 'Gotham';
  src: url(https://growthhackers.com/assets/gotham/Gotham-BookIta-db17ee4e127a4e365c0d525ef7e0a0141bf7cdf0dcf218f4e485584fc4ab0af9.otf) format("opentype");
  font-style: italic; }

@font-face {
  font-family: 'Gotham';
  src: url(https://growthhackers.com/assets/gotham/Gotham-Bold-88b3795f97ee469c9e30430b54d35c11cdf28c96e3e71d0122e37e6bf025c0b8.otf) format("opentype");
  font-weight: 700; }

@font-face {
  font-family: 'Gotham';
  src: url(https://growthhackers.com/assets/gotham/Gotham-BoldIta-a827c1b0e397796008b47477f76cbe9265b4228e1865c2df4f2ef3a25e50f604.otf) format("opentype");
  font-style: italic;
  font-weight: 700; }

@font-face {
  font-family: 'Gotham Round';
  src: url(https://growthhackers.com/assets/gotham/GothamRnd-Medium-c4bcf6fc289dc683bada65d21456f0a45ff71173e7e8798d78c2b5c7efed2293.otf) format("opentype"); }

@font-face {
  font-family: 'Gotham Light';
  src: url(https://growthhackers.com/assets/gotham/GothamRnd-Light-a76af0de89a8526292d9fe9b8b00d39cab554ada249a74f29aeaabc04bdc64b4.otf) format("opentype"); }

@font-face {
  font-family: 'Gotham Book';
  src: url(https://growthhackers.com/assets/gotham/GothamRnd-Book-b249bb0dc7fefa3b241411870542836d07e5a650b54a7d17a2322025220a482d.otf) format("opentype"); }

@font-face {
  font-family: 'Gotham Medium';
  src: url(https://growthhackers.com/assets/gotham/GothamRnd-Medium-c4bcf6fc289dc683bada65d21456f0a45ff71173e7e8798d78c2b5c7efed2293.otf) format("opentype"); }

@font-face {
  font-family: 'Gotham Bold';
  src: url(https://growthhackers.com/assets/gotham/GothamRnd-Bold-c20d91cdbd6046edf1c56fe6746816ba5ed8f0bbcd82cc6fa24a91c177a29b95.otf) format("opentype"); }

@font-face {
  font-family: gotham_light_i;
  src: url(https://growthhackers.com/assets/gotham/gothamrnd-lightita-webfont-fde220b799772f7131ef3cf60faf2dc3c661ef2b21c3563a754393b755782a90.woff) format("woff"); }

@font-face {
  font-family: gotham_book_i;
  src: url(https://growthhackers.com/assets/gotham/gothamrnd-bookita-webfont-5b4f8d241937ceef6b6931e7e4671d9f5c835c18497b87cc388a11b4c6f74ec9.woff) format("woff"); }

@font-face {
  font-family: gotham_medium_i;
  src: url(https://growthhackers.com/assets/gotham/gothamrnd-medita-webfont-eed214924b7782a7d786c79aa0eea44a3c27aed084b0824998bbfe4edb29d856.woff) format("woff"); }

@font-face {
  font-family: gotham_bold_i;
  src: url(https://growthhackers.com/assets/gotham/gothamrnd-boldita-webfont-66ceef23362ad757bb95e6967e4647bdff397c0ecc5a20ecb05d4af9fc790014.woff) format("woff"); }

* {
  list-style: none;
  text-decoration: none;
  margin: 0;
  padding: 0;
  text-align: left;
  border: 0;
  color: #455451;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  font-size: 16px;
  font-family: 'Gotham'; }

button {
  background: transparent;
  cursor: pointer; }

img {
  display: block; }

html,
body {
  overflow-x: hidden; }

.container {
  width: 1200px;
  padding: 0 15px;
  margin: 0 auto; }
  @media (max-width: 1600px) {
    .container {
      width: 1200px; } }
  @media (max-width: 991px) {
    .container {
      width: 100%; } }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 30px;
  z-index: 20;
  transition: all .3s;
  height: 66px;
  border-bottom: 1px solid #dfe0e0; }
  header .flex {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
  header .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding: 0; }
  header a {
    display: block; }
    header a.logo {
      position: relative;
      width: 176px;
      height: 29px;
      background: no-repeat center center;
      background-size: 100%;
      transition: all .3s;
      z-index: 20; }
    header a.btn-login {
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: 'Gotham Round';
      padding: 4px 21px 4px;
      margin: 5px 0 0;
      font-weight: 400;
      text-align: center;
      color: #fff !important;
      background-color: #eca32e !important;
      border-color: #eca32e !important;
      white-space: nowrap;
      font-size: 14px;
      line-height: 1.428571429;
      border-radius: 30px;
      z-index: 20;
      transition: all .3s; }
      header a.btn-login:hover {
        color: #fff !important;
        background-color: #eca32e !important;
        border-color: #eca32e !important; }
  header.fixed-menu {
    transition: all .3s; }
    header.fixed-menu a.logo {
      transition: all .3s; }
    header.fixed-menu a.btn-login {
      color: #7882ff;
      border: solid 0.8px #7882ff;
      transition: all .3s; }
      header.fixed-menu a.btn-login:hover {
        background: #7882ff;
        color: #ffffff;
        transition: all .3s; }
  @media screen and (max-width: 991px) {
    header {
      height: 60px;
      background: #ffffff; }
      header.header-fixed {
        padding: 0; }
      header .container {
        height: 100%; } }
  @media screen and (max-width: 768px) {
    header {
      padding: 0 20px; }
      header a.btn-login {
        display: none; } }

.bars {
  width: 40px;
  height: 40px;
  display: none;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-radius: 100%;
  transition: .6s;
  position: relative;
  z-index: 20; }
  @media screen and (max-width: 767px) {
    .bars {
      display: flex; } }

.bars span {
  background: #12ac8e;
  display: block;
  width: 25px;
  height: 4px;
  border-radius: 10px;
  margin: 3px;
  transition: 0.6s; }

.bars span:nth-child(2) {
  background: #52e1dd; }

.bars.active {
  transform: rotate(360deg); }

.bars.active span:nth-child(2) {
  opacity: 0; }

.bars.active span:nth-child(3) {
  width: 30px;
  transform: rotate(-45deg) translateX(7px) translateY(-7px); }

.bars.active span:nth-child(1) {
  width: 30px;
  transform: rotate(45deg) translateX(7px) translateY(7px); }

.menu-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  white-space: nowrap;
  padding: 5px 0 0 0;
  z-index: 10; }
  @media screen and (max-width: 767px) {
    .menu-wrapper {
      position: fixed;
      top: 52px;
      right: 0;
      background: #13ac8e;
      height: 100vh;
      width: 100%;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      padding: 20px;
      opacity: 0;
      transition: translate 0.5s ease-out;
      transform: translateY(-110%);
      visibility: hidden; }
      .menu-wrapper.opened {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        transition: all 0.5s ease-out; }
      .menu-wrapper a {
        color: #003d31;
        font-size: 12px !important; } }

.page-home {
  background: #414ccc; }
  .page-home .list-inline-block {
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
    margin: 0 -10px;
    padding: 0;
    list-style: none; }
  .page-home .list-inline-block li {
    font-size: 14px;
    line-height: 1.4em;
    letter-spacing: normal;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    width: 33.3%;
    padding: 0 10px 10px; }
  .page-home .features-list li {
    width: 20% !important; }
  .page-home .features-list li:before {
    content: none !important; }
  .page-home .features-list .logo-holder {
    line-height: 0 !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 0 20px !important;
    border: none !important; }
  .page-home .features-list .feature-name {
    font-family: 'Gotham Round';
    color: #455451; }
  .page-home .features-list .logo-holder img {
    display: block; }
  .page-home .banner-featured {
    background: url("/assets-lp/labs/img/bg-hero.svg") no-repeat top center;
    height: 939px; }
    .page-home .banner-featured .container {
      position: relative; }
    .page-home .banner-featured .text {
      position: relative;
      z-index: 1;
      width: 508px;
      padding-top: 194px; }
      .page-home .banner-featured .text h1 {
        font-size: 64px;
        font-weight: 300;
        line-height: 1;
        letter-spacing: -3px;
        color: #ffffff;
        font-family: 'Gotham Round';
        margin-bottom: 30px; }
        .page-home .banner-featured .text h1 strong {
          font-family: 'Gotham Round';
          color: inherit !important;
          font-weight: 700;
          font-size: inherit; }
      .page-home .banner-featured .text p {
        max-width: 480px;
        font-size: 18px;
        line-height: 1.67;
        color: #ffffff;
        margin-bottom: 57px; }
        .page-home .banner-featured .text p strong {
          font-size: 18px;
          color: #ffffff;
          font-weight: 700; }
      .page-home .banner-featured .text .free {
        display: flex;
        flex-direction: row;
        align-items: center; }
        .page-home .banner-featured .text .free .btn {
          position: relative;
          width: 296px;
          height: 60px;
          color: #ffffff;
          background-image: linear-gradient(81deg, #ff6ca9, #ff91bf 99%);
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 30px;
          font-weight: 500;
          font-size: 16px;
          letter-spacing: -0.1px;
          transform: scale(1);
          transition: all .3s;
          text-transform: uppercase; }
          .page-home .banner-featured .text .free .btn:hover {
            transform: scale(1.02);
            transition: all .3s; }
        .page-home .banner-featured .text .free img {
          display: block;
          margin-top: 16px;
          margin-right: 20px; }
    .page-home .banner-featured .hero {
      position: absolute;
      top: 181px;
      right: -65px; }
    .page-home .banner-featured .cube {
      position: absolute;
      bottom: 65px;
      left: 65px; }
  .page-home .s-info-vobotic {
    position: relative;
    background: url("/assets-lp/labs/img/bg-info-vobotic.svg") no-repeat top center;
    padding-bottom: 100px; }
    .page-home .s-info-vobotic .cube {
      position: absolute;
      right: 122px;
      top: -50px; }
    .page-home .s-info-vobotic .item {
      position: relative;
      display: flex;
      flex-direction: row; }
      .page-home .s-info-vobotic .item .container {
        display: flex;
        flex-direction: row; }
      .page-home .s-info-vobotic .item.about {
        margin-bottom: 266px; }
        .page-home .s-info-vobotic .item.about .container {
          justify-content: flex-end; }
        .page-home .s-info-vobotic .item.about .text {
          width: 500px;
          margin-top: 131px; }
        .page-home .s-info-vobotic .item.about .img {
          left: 127px;
          top: 0; }
      .page-home .s-info-vobotic .item.skills .text {
        width: 500px; }
      .page-home .s-info-vobotic .item.skills .img {
        right: 0px;
        top: -235px; }
      @media screen and (max-width: 767px) {
        .page-home .s-info-vobotic .item.skills .container {
          margin-bottom: 100px;
          margin-top: 40px; } }
      .page-home .s-info-vobotic .item.testimonials {
        margin-top: 200px; }
        .page-home .s-info-vobotic .item.testimonials .text {
          width: 100%; }
        .page-home .s-info-vobotic .item.testimonials h2 {
          text-align: center; }
        .page-home .s-info-vobotic .item.testimonials .testimonial {
          margin-bottom: 50px; }
          .page-home .s-info-vobotic .item.testimonials .testimonial .description {
            width: 100%; }
            .page-home .s-info-vobotic .item.testimonials .testimonial .description p {
              text-align: center; }
        .page-home .s-info-vobotic .item.testimonials .testimonial-left {
          margin-bottom: 100px; }
          .page-home .s-info-vobotic .item.testimonials .testimonial-left .img {
            right: 0;
            border-radius: 8px; }
          .page-home .s-info-vobotic .item.testimonials .testimonial-left .description {
            width: 80%; }
        .page-home .s-info-vobotic .item.testimonials .testimonial-right {
          margin-bottom: 100px; }
          .page-home .s-info-vobotic .item.testimonials .testimonial-right .img {
            left: 0;
            border-radius: 8px; }
          .page-home .s-info-vobotic .item.testimonials .testimonial-right .description {
            width: 80%;
            margin-left: 20%; }
        @media screen and (max-width: 767px) {
          .page-home .s-info-vobotic .item.testimonials .container {
            margin-bottom: 100px;
            margin-top: 40px; } }
      .page-home .s-info-vobotic .item .teams p {
        font-family: 'Gotham'; }
      .page-home .s-info-vobotic .item.features .feature-name a {
        color: #13ac8e; }
      .page-home .s-info-vobotic .item.features .text {
        width: 100%; }
      .page-home .s-info-vobotic .item.features .img {
        right: 0px;
        top: -235px; }
      @media screen and (max-width: 767px) {
        .page-home .s-info-vobotic .item.features .container {
          margin-bottom: 100px;
          margin-top: 40px; } }
      .page-home .s-info-vobotic .item.customers h2, .page-home .s-info-vobotic .item.customers p {
        text-align: center; }
      .page-home .s-info-vobotic .item.customers .text {
        width: 100%;
        text-align: center; }
      .page-home .s-info-vobotic .item.customers .frame {
        overflow: hidden;
        border-radius: 8px; }
        .page-home .s-info-vobotic .item.customers .frame img {
          width: 100%; }
      @media screen and (max-width: 767px) {
        .page-home .s-info-vobotic .item.customers .container {
          margin-bottom: 100px;
          margin-top: 40px; } }
      .page-home .s-info-vobotic .item.proccess {
        padding-top: 266px; }
        .page-home .s-info-vobotic .item.proccess .container {
          justify-content: flex-end; }
        .page-home .s-info-vobotic .item.proccess .text {
          width: 460px; }
        .page-home .s-info-vobotic .item.proccess .img {
          top: 240px;
          left: 15%; }
      .page-home .s-info-vobotic .item .text {
        position: relative;
        z-index: 1; }
        .page-home .s-info-vobotic .item .text .title-section {
          margin-bottom: 12px; }
          .page-home .s-info-vobotic .item .text .title-section img {
            margin-bottom: 15px; }
          .page-home .s-info-vobotic .item .text .title-section span {
            font-family: 'Gotham';
            font-size: 16px;
            font-weight: 700;
            letter-spacing: 1.6px;
            color: rgba(250, 250, 250, 0.8);
            text-transform: uppercase; }
        .page-home .s-info-vobotic .item .text h2 {
          font-family: 'Gotham Round';
          font-weight: 700;
          font-size: 48px;
          font-weight: normal;
          letter-spacing: -2px;
          line-height: 1.1;
          color: #ffffff;
          margin-bottom: 17px; }
          .page-home .s-info-vobotic .item .text h2 strong {
            font-family: 'Gotham';
            font-size: 48px;
            color: #ffffff;
            font-weight: 700; }
        .page-home .s-info-vobotic .item .text p {
          font-size: 16px;
          font-weight: normal;
          line-height: 1.63;
          color: #ffffff;
          margin-bottom: 25px; }
          .page-home .s-info-vobotic .item .text p:last-child {
            margin-bottom: 0px; }
          .page-home .s-info-vobotic .item .text p strong {
            font-size: 16px;
            line-height: 1.63;
            color: #ffffff; }
        .page-home .s-info-vobotic .item .text .free {
          display: flex;
          flex-direction: row;
          align-items: center;
          margin-top: 34px; }
          .page-home .s-info-vobotic .item .text .free .btn {
            width: 296px;
            height: 60px;
            color: #ffffff;
            background-image: linear-gradient(81deg, #ff6ca9, #ff91bf 99%);
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 30px;
            font-weight: 500;
            font-size: 16px;
            letter-spacing: -0.1px;
            transform: scale(1);
            transition: all .3s;
            text-transform: uppercase; }
            .page-home .s-info-vobotic .item .text .free .btn:hover {
              transform: scale(1.02);
              transition: all .3s; }
          .page-home .s-info-vobotic .item .text .free img {
            margin-top: 16px;
            margin-right: 20px; }
          .page-home .s-info-vobotic .item .text .free.center {
            flex-direction: column; }
        .page-home .s-info-vobotic .item .text ul li {
          font-size: 16px;
          line-height: 1.63;
          color: rgba(255, 255, 255, 0.8);
          margin-bottom: 20px; }
          .page-home .s-info-vobotic .item .text ul li:last-child {
            margin-bottom: 0px; }
          .page-home .s-info-vobotic .item .text ul li:before {
            content: "";
            display: inline-block;
            width: 7.2px;
            height: 7px;
            background-color: #66fff4;
            border-radius: 50%;
            margin-right: 16px; }
      .page-home .s-info-vobotic .item .img {
        position: absolute; }
  .page-home .s-locale {
    position: relative;
    margin-top: -200px;
    padding-bottom: 104px; }
    .page-home .s-locale .cube {
      position: absolute;
      right: 96px;
      top: -250px; }
    .page-home .s-locale .title {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin-bottom: 73px; }
      .page-home .s-locale .title h1 {
        font-family: 'Gotham Round';
        font-size: 48px;
        font-weight: normal;
        letter-spacing: -1.7px;
        color: #ffffff;
        margin-bottom: 8px; }
      .page-home .s-locale .title p {
        font-size: 16px;
        font-weight: normal;
        line-height: 1.63;
        letter-spacing: 0.27px;
        color: #ffffff;
        text-align: center; }
    .page-home .s-locale .map {
      position: relative;
      width: 1525px;
      height: 798px;
      background: url("/assets-lp/labs/img/mapa.svg") no-repeat center center;
      margin: 0 auto;
      margin-bottom: 75px; }
      .page-home .s-locale .map ul li {
        position: absolute;
        width: 56px;
        height: 74px; }
        .page-home .s-locale .map ul li img {
          width: 100%; }
        .page-home .s-locale .map ul li span {
          font-size: 20px;
          letter-spacing: 1px;
          color: #ffffff;
          position: absolute;
          font-family: 'Gotham Round'; }
        .page-home .s-locale .map ul li:first-child {
          top: 153.1px;
          left: 172px; }
          .page-home .s-locale .map ul li:first-child span {
            font-size: 14px;
            top: 20px;
            left: 11px; }
        .page-home .s-locale .map ul li:nth-child(2) {
          width: 79.4px;
          height: 103.1px;
          bottom: 172.9px;
          left: 338px; }
          .page-home .s-locale .map ul li:nth-child(2) span {
            top: 28px;
            left: 15px; }
        .page-home .s-locale .map ul li:nth-child(3) {
          top: 282.1px;
          left: 50%;
          margin-left: -28px; }
          .page-home .s-locale .map ul li:nth-child(3) span {
            font-size: 14px;
            top: 20px;
            left: 11px; }
        .page-home .s-locale .map ul li:nth-child(4) {
          width: 66.5px;
          height: 87.4px;
          bottom: 230.7px;
          left: 50%;
          margin-left: 33.2px; }
          .page-home .s-locale .map ul li:nth-child(4) span {
            font-size: 16.8px;
            top: 24px;
            left: 13px; }
        .page-home .s-locale .map ul li:nth-child(5) {
          width: 67px;
          height: 89px;
          top: 93.1px;
          right: 353px; }
          .page-home .s-locale .map ul li:nth-child(5) span {
            font-size: 16.8px;
            top: 23px;
            left: 13px; }
        .page-home .s-locale .map ul li:last-child {
          width: 39.7px;
          height: 52.1px;
          bottom: 196.4px;
          right: 113.3px; }
          .page-home .s-locale .map ul li:last-child span {
            font-size: 10px;
            top: 15px;
            left: 7px; }
    .page-home .s-locale .number-graphics {
      position: relative;
      z-index: 1;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center; }
      .page-home .s-locale .number-graphics li {
        max-width: 220px;
        margin-left: 150px;
        display: flex;
        flex-direction: column;
        align-items: center; }
        .page-home .s-locale .number-graphics li:first-child {
          margin-left: 0px; }
        .page-home .s-locale .number-graphics li .graphics {
          position: relative;
          width: 166px;
          height: 166px;
          margin-bottom: 20px; }
          .page-home .s-locale .number-graphics li .graphics h3 {
            position: absolute;
            top: 50%;
            left: 50%;
            margin-top: -21.5px;
            margin-left: -33.6px;
            font-family: 'Gotham Round';
            color: #ffffff;
            letter-spacing: 2px;
            font-size: 36px;
            font-weight: 700; }
        .page-home .s-locale .number-graphics li p {
          text-align: center;
          color: #ffffff;
          line-height: 1.63;
          letter-spacing: 0.27px;
          font-size: 16px; }
  .page-home .s-our-pricing {
    position: relative;
    background: url("/assets-lp/labs/img/bg-princing.svg") no-repeat center center;
    padding-top: 50px; }
    .page-home .s-our-pricing .cube {
      position: absolute;
      top: -50px;
      left: 87px;
      width: 222px; }
    .page-home .s-our-pricing .desc {
      max-width: 700px;
      margin: 0 auto;
      line-height: 1.7;
      text-align: center;
      padding: 25px 0 45px 0; }
    .page-home .s-our-pricing .title {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-bottom: 30px; }
      .page-home .s-our-pricing .title img {
        margin-bottom: 13px; }
      .page-home .s-our-pricing .title h1 {
        font-family: 'Gotham Round';
        font-size: 48px;
        font-weight: 700;
        letter-spacing: -1.7px;
        color: #ffffff;
        margin-bottom: 0px; }
      .page-home .s-our-pricing .title span {
        opacity: 0.4;
        font-family: 'Gotham';
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 1.6px;
        text-align: center;
        color: #ffffff;
        text-transform: uppercase; }
    .page-home .s-our-pricing .filter {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      margin-bottom: 82px; }
      .page-home .s-our-pricing .filter span {
        font-size: 16px;
        font-weight: normal;
        line-height: 1.63;
        letter-spacing: 0.27px;
        color: #ffffff; }
      .page-home .s-our-pricing .filter .btn-switch {
        cursor: pointer;
        width: 40px;
        height: 16px;
        border-radius: 8px;
        background-color: #ff6ca9;
        position: relative;
        margin: 0px 8px; }
        .page-home .s-our-pricing .filter .btn-switch.active .square {
          left: 26px;
          transition: all .3s; }
        .page-home .s-our-pricing .filter .btn-switch .square {
          width: 12px;
          height: 12px;
          border-radius: 50%;
          background-color: #ffffff;
          position: absolute;
          top: 2px;
          left: 2px;
          transition: all .3s; }
    .page-home .s-our-pricing .all-price {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center; }
      .page-home .s-our-pricing .all-price .box {
        position: relative;
        width: 373px;
        height: 448px;
        border-radius: 8px;
        background-color: #ffffff;
        padding-top: 37px;
        display: flex;
        flex-direction: column;
        align-items: center;
        transition: all .3s; }
        .page-home .s-our-pricing .all-price .box.lg {
          transform: scale(1.18);
          z-index: 1;
          transition: all .3s; }
          .page-home .s-our-pricing .all-price .box.lg:before {
            display: none; }
        .page-home .s-our-pricing .all-price .box:first-child:before {
          left: initial;
          right: 0;
          transform: rotate(0); }
        .page-home .s-our-pricing .all-price .box:before {
          content: "";
          width: 179px;
          height: 448px;
          transform: rotate(-180deg);
          opacity: 0.2;
          border-radius: 8px;
          background-image: linear-gradient(to right, rgba(200, 203, 212, 0), #292b33);
          position: absolute;
          top: 0;
          left: 0; }
        .page-home .s-our-pricing .all-price .box p {
          font-family: 'Gotham';
          font-size: 24px;
          font-weight: normal;
          text-align: center;
          color: #2f313a;
          margin-bottom: 14px; }
        .page-home .s-our-pricing .all-price .box h2 {
          background-image: linear-gradient(63deg, #e65591, #ffabce);
          font-family: 'Gotham';
          font-size: 37px;
          font-weight: bold;
          text-align: center;
          -webkit-background-clip: text;
          background-clip: text;
          -webkit-text-fill-color: transparent;
          margin-bottom: 2px; }
        .page-home .s-our-pricing .all-price .box span {
          font-size: 14px;
          font-weight: normal;
          letter-spacing: 0.4px;
          text-align: center;
          color: #292b33;
          font-family: 'Gotham';
          text-transform: uppercase;
          margin-bottom: 18px; }
        .page-home .s-our-pricing .all-price .box .btn-buy {
          position: relative;
          z-index: 2;
          width: 205px;
          height: 40px;
          border-radius: 30px;
          border: solid 1px #797f99;
          display: flex;
          align-items: center;
          justify-content: center;
          font-weight: 700;
          letter-spacing: 0.7px;
          color: #3d404d;
          text-transform: uppercase;
          margin-bottom: 25px;
          transition: all .3s; }
          .page-home .s-our-pricing .all-price .box .btn-buy:hover {
            background: #3d404d;
            color: #ffffff;
            transition: all .3s; }
        .page-home .s-our-pricing .all-price .box .btn-get {
          width: 205px;
          height: 40px;
          border-radius: 30px;
          box-shadow: 0 22px 16px -15px rgba(255, 133, 183, 0.73);
          background-image: linear-gradient(76deg, #e65591, #ffabce);
          display: flex;
          align-items: center;
          justify-content: center;
          color: #ffffff;
          font-weight: 700;
          letter-spacing: 0.7px;
          text-transform: uppercase;
          margin: 23px 0px 43px 0px;
          transition: all .3s;
          transform: scale(1); }
          .page-home .s-our-pricing .all-price .box .btn-get:hover {
            transition: all .3s;
            transform: scale(1.02); }
        .page-home .s-our-pricing .all-price .box ul li {
          color: #656a80;
          margin-bottom: 25px; }
          .page-home .s-our-pricing .all-price .box ul li:last-child {
            margin-bottom: 0px; }
  .page-home .s-help {
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
    margin-top: 250px; }
    .page-home .s-help .cube {
      position: absolute;
      top: -150px;
      right: 130px;
      width: 134px; }
    .page-home .s-help .container {
      position: relative; }
    .page-home .s-help h1 {
      font-family: 'Gotham Round';
      font-size: 54px;
      font-weight: 700;
      line-height: 1.22;
      letter-spacing: -0.75px;
      color: #ffffff;
      text-transform: uppercase;
      max-width: 561px;
      margin-bottom: 35px; }
    .page-home .s-help .box {
      position: relative;
      z-index: 1;
      width: 100%;
      height: 218px;
      border-radius: 21px;
      background: #12ac8e;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-left: 50px;
      padding-right: 50px; }
      .page-home .s-help .box .text {
        display: flex;
        align-items: center; }
        .page-home .s-help .box .text img {
          margin-right: 33px; }
        .page-home .s-help .box .text p {
          max-width: 60%;
          font-size: 16px;
          line-height: 1.63;
          letter-spacing: 0.27px;
          color: #ffffff; }
          .page-home .s-help .box .text p strong {
            color: #ffffff; }
      .page-home .s-help .box .robo {
        margin-top: -105px; }
      .page-home .s-help .box .free {
        width: 249px;
        display: flex;
        flex-direction: column;
        align-items: flex-end; }
        .page-home .s-help .box .free img {
          margin-top: 10px; }
        .page-home .s-help .box .free .btn {
          width: 249px;
          height: 55px;
          border-radius: 30px;
          background-color: #ffffff;
          display: flex;
          align-items: center;
          justify-content: center;
          font-family: 'Gotham Round';
          font-weight: 700;
          letter-spacing: 0.7px;
          text-align: center;
          color: #555ecc;
          text-transform: uppercase;
          transform: scale(1);
          transition: all .3s; }
          .page-home .s-help .box .free .btn:hover {
            transform: scale(1.02);
            transition: all .3s; }
  @media (max-width: 1600px) {
    .page-home .banner-featured .cube {
      left: -50px; }
    .page-home .s-info-vobotic .item.about .img {
      left: 0%; }
    .page-home .s-info-vobotic .item.skills .img {
      right: -80px; }
    .page-home .s-info-vobotic .item.proccess .img {
      left: 5%; }
    .page-home .s-locale .map {
      width: 1250px;
      background-size: 100%; }
      .page-home .s-locale .map ul li:first-child {
        top: 175.1px;
        left: 135px; }
      .page-home .s-locale .map ul li:nth-child(2) {
        bottom: 210.9px;
        left: 270px; }
      .page-home .s-locale .map ul li:nth-child(4) {
        bottom: 270.7px;
        margin-left: 12.2px; }
      .page-home .s-locale .map ul li:nth-child(5) {
        top: 120px;
        right: 300px; }
      .page-home .s-locale .map ul li:last-child {
        bottom: 224.4px;
        right: 89.3px; } }
  @media (min-width: 992px) and (max-width: 1370px) {
    .page-home .s-info-vobotic .item.about .img {
      max-width: 560px;
      top: 70px; }
    .page-home .s-info-vobotic .item.skills .img {
      max-width: 560px;
      top: 0; } }
  @media (max-width: 991px) {
    .page-home .banner-featured {
      margin-top: 60px;
      height: auto; }
      .page-home .banner-featured .cube {
        display: none; }
      .page-home .banner-featured .text {
        padding-top: 45px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 40px; }
        .page-home .banner-featured .text h1 {
          text-align: center; }
        .page-home .banner-featured .text p {
          text-align: center; }
      .page-home .banner-featured .hero {
        position: relative;
        top: 0;
        right: 0;
        width: 1300px;
        left: 50%;
        margin-left: -940px; }
    .page-home .s-info-vobotic {
      padding-bottom: 300px; }
      .page-home .s-info-vobotic .cube {
        display: none; }
      .page-home .s-info-vobotic .item {
        flex-direction: column; }
        .page-home .s-info-vobotic .item.about {
          flex-direction: column-reverse;
          margin-bottom: 50px; }
          .page-home .s-info-vobotic .item.about .text {
            margin-top: 0px; }
          .page-home .s-info-vobotic .item.about .img {
            width: 80%;
            margin: 0 auto;
            margin-top: 80px; }
        .page-home .s-info-vobotic .item.skills .img {
          right: -50px;
          top: -200px; }
        .page-home .s-info-vobotic .item.proccess {
          flex-direction: column-reverse;
          padding-top: 0;
          margin-top: -150px; }
          .page-home .s-info-vobotic .item.proccess .text {
            margin-bottom: 40px; }
          .page-home .s-info-vobotic .item.proccess .img {
            top: 0;
            left: 0;
            width: 80%;
            margin: 0 auto; }
        .page-home .s-info-vobotic .item .text {
          width: 100% !important;
          display: flex;
          flex-direction: column;
          align-items: center; }
          .page-home .s-info-vobotic .item .text p {
            text-align: center; }
          .page-home .s-info-vobotic .item .text .title-section {
            display: flex;
            flex-direction: column;
            align-items: center; }
        .page-home .s-info-vobotic .item .img {
          position: relative; }
    .page-home .s-locale .cube {
      display: none; }
    .page-home .s-locale .map {
      width: 750px;
      background-size: 100%;
      height: 410px;
      position: relative; }
      .page-home .s-locale .map ul li {
        width: 47.6px !important;
        height: 61.5px !important; }
        .page-home .s-locale .map ul li span {
          font-size: 10px !important;
          top: 19px !important;
          left: 11px !important; }
        .page-home .s-locale .map ul li:first-child {
          top: 25px;
          left: 75px; }
        .page-home .s-locale .map ul li:nth-child(2) {
          bottom: 100px;
          left: 160px; }
        .page-home .s-locale .map ul li:nth-child(3) {
          top: 230px;
          left: 50%;
          margin-left: 15px; }
        .page-home .s-locale .map ul li:nth-child(4) {
          bottom: 0;
          margin-left: 44.2px;
          top: 55px; }
        .page-home .s-locale .map ul li:nth-child(5) {
          top: 20px;
          right: 130px; }
        .page-home .s-locale .map ul li:last-child {
          bottom: 100px;
          right: 50px; }
    .page-home .s-locale .number-graphics li {
      margin-left: 50px; }
    .page-home .s-our-pricing {
      height: auto;
      padding-bottom: 50px; }
      .page-home .s-our-pricing .cube {
        display: none; }
      .page-home .s-our-pricing .all-price {
        justify-content: space-between; }
        .page-home .s-our-pricing .all-price .box:before {
          display: none; }
        .page-home .s-our-pricing .all-price .box.lg {
          transform: scale(1); }
    .page-home .s-help {
      height: auto;
      margin-top: 0;
      padding: 50px 0px; }
      .page-home .s-help .cube {
        display: none; }
      .page-home .s-help .container {
        flex-direction: column;
        align-items: center;
        display: flex; }
      .page-home .s-help h1 {
        text-align: center;
        margin-bottom: 30px; }
      .page-home .s-help .box {
        height: auto;
        flex-direction: column;
        align-items: center;
        padding-top: 40px;
        padding-bottom: 30px; }
        .page-home .s-help .box .text {
          order: 1;
          flex-direction: column;
          align-items: center;
          margin-bottom: 28px; }
          .page-home .s-help .box .text img {
            margin-right: 0px;
            margin-bottom: 20px; }
          .page-home .s-help .box .text p {
            text-align: center; }
        .page-home .s-help .box .free {
          order: 2; }
        .page-home .s-help .box .robo {
          order: 3;
          margin-top: 0;
          position: relative;
          top: 60px; } }
  @media (max-width: 768px) {
    .page-home .banner-featured .text {
      width: 100%; }
      .page-home .banner-featured .text h1 {
        font-size: 60px; }
        .page-home .banner-featured .text h1 strong {
          font-size: 60px; }
    .page-home .banner-featured .hero {
      left: -130px;
      width: auto !important;
      max-width: 90% !important;
      right: 0 !important;
      top: 0 !important;
      margin: 0 auto !important; }
    .page-home .s-info-vobotic {
      padding-bottom: 100px; }
      .page-home .s-info-vobotic .item.about .img, .page-home .s-info-vobotic .item.skills .img {
        width: auto !important;
        max-width: 90% !important;
        right: 0 !important;
        top: 0 !important;
        margin: 20px auto !important; }
      .page-home .s-info-vobotic .item.proccess {
        margin-top: -450px; }
    .page-home .s-locale .map {
      width: 470px;
      background-size: 100%;
      height: 260px; }
      .page-home .s-locale .map ul li:first-child {
        top: 5px;
        left: 40px; }
      .page-home .s-locale .map ul li:nth-child(2) {
        bottom: 70px;
        left: 100px; }
      .page-home .s-locale .map ul li:nth-child(3) {
        top: 125px;
        left: 50%;
        margin-left: -5px; }
      .page-home .s-locale .map ul li:nth-child(4) {
        margin-left: 22.2px;
        top: 44px; }
      .page-home .s-locale .map ul li:nth-child(5) {
        top: 0px;
        right: 80px; }
      .page-home .s-locale .map ul li:last-child {
        bottom: 60px;
        right: 20px; }
    .page-home .s-locale .number-graphics {
      flex-direction: column; }
      .page-home .s-locale .number-graphics li {
        margin-left: 0;
        margin-bottom: 50px; }
        .page-home .s-locale .number-graphics li:last-child {
          margin-bottom: 0px; }
    .page-home .s-our-pricing .all-price {
      flex-direction: column; }
      .page-home .s-our-pricing .all-price .box.lg {
        margin-bottom: 30px; } }
  @media (max-width: 480px) {
    .page-home .banner-featured {
      background-size: 1200px;
      background-position-x: 60%;
      margin-bottom: 0;
      max-height: 800px !important; }
      .page-home .banner-featured .text h1 {
        font-size: 43px;
        line-height: 1.26;
        margin-bottom: 23px; }
        .page-home .banner-featured .text h1 strong {
          font-size: 43px; }
      .page-home .banner-featured .text p {
        text-align: center;
        max-width: 294px;
        margin-bottom: 39px; }
      .page-home .banner-featured .hero {
        left: -80px; }
    .page-home .s-info-vobotic .item {
      margin-top: 0 !important;
      margin-bottom: 0 !important; }
    .page-home .features-list li {
      width: 100% !important; }
      .page-home .features-list li p {
        text-align: center;
        max-width: 480px !important; }
      .page-home .features-list li .feature-name {
        text-align: center; }
    .page-home .testimonials .testimonial-left .description,
    .page-home .testimonials .testimonial-right .description {
      width: 100% !important;
      margin: 0 !important; }
    .page-home .testimonials .testimonial-left .img,
    .page-home .testimonials .testimonial-right .img {
      left: 20% !important; }
    .page-home .s-info-vobotic {
      background-position-y: 60%;
      padding-bottom: 0; }
      .page-home .s-info-vobotic .item.about {
        margin-bottom: 0; }
      .page-home .s-info-vobotic .item.skills {
        margin-bottom: 0; }
        .page-home .s-info-vobotic .item.skills .container {
          margin-bottom: 30px;
          margin-top: 20px; }
      .page-home .s-info-vobotic .item.proccess {
        margin-top: 60px; }
      .page-home .s-info-vobotic .item .text p {
        max-width: 336px; }
      .page-home .s-info-vobotic .item .text .free {
        margin-top: 32px; }
    .page-home .s-locale .title h1 {
      font-size: 37px; }
    .page-home .s-locale .map {
      width: 369px;
      height: 190px; }
      .page-home .s-locale .map ul li:first-child {
        top: -10px;
        left: 23px; }
      .page-home .s-locale .map ul li:nth-child(2) {
        bottom: 45px;
        left: 70px; }
      .page-home .s-locale .map ul li:nth-child(3) {
        top: 75px;
        left: 50%;
        margin-left: -10px; }
      .page-home .s-locale .map ul li:nth-child(4) {
        margin-left: 10.2px;
        top: 8px; }
      .page-home .s-locale .map ul li:nth-child(5) {
        top: -25px;
        right: 60px; }
      .page-home .s-locale .map ul li:last-child {
        bottom: 45px;
        right: 5px; }
    .page-home .s-our-pricing .filter,
    .page-home .s-our-pricing .title {
      margin-bottom: 0; }
    .page-home .s-our-pricing .all-price {
      flex-direction: column-reverse; }
      .page-home .s-our-pricing .all-price .box {
        width: 100%; }
        .page-home .s-our-pricing .all-price .box.lg {
          margin-bottom: 0px;
          margin-top: 30px; }
    .page-home .s-help {
      padding-top: 10px; }
      .page-home .s-help h1 {
        font-size: 36px;
        margin-bottom: 25px;
        line-height: 1.33; }
      .page-home .s-help .box {
        padding-left: 26px;
        padding-right: 26px; }
        .page-home .s-help .box .robo {
          width: 85%;
          top: 85px; } }

footer {
  width: 100%;
  height: 180px; }
  footer .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 100%; }
    footer .container ul {
      display: flex;
      align-items: center;
      margin-top: -30px; }
      footer .container ul li {
        margin: 0 20px; }
        footer .container ul li a {
          font-size: 14px;
          color: #fff;
          transition: all .3s;
          font-weight: 500;
          font-family: 'Gotham Round'; }
          footer .container ul li a:hover {
            transition: all .3s;
            opacity: 0.8; }
        footer .container ul li:first-child {
          margin-left: 0px; }
    footer .container .copy span {
      display: block;
      margin-top: 15px;
      font-size: 14px;
      color: #fff !important; }
  @media (max-width: 991px) {
    footer {
      height: auto;
      padding: 40px 0px; }
      footer .container {
        flex-direction: column;
        align-items: center; }
        footer .container ul {
          align-items: center;
          margin-top: 30px;
          margin-bottom: 0; }
          footer .container ul li {
            margin-left: 0px;
            margin-bottom: 0; }
            footer .container ul li:last-child {
              margin-right: 0px; }
        footer .container p {
          margin-bottom: 23px; } }
  @media screen and (max-width: 767px) {
    footer .container ul {
      padding-top: 35px;
      flex-direction: row;
      flex-wrap: wrap;
      text-align: center;
      justify-content: center;
      margin-bottom: 0; } }

body,
header {
  background: #f8f9fa !important; }

h1,
h2,
p,
strong {
  color: #505d5a !important; }

header a.logo.ghxp,
header.fixed-menu a.logo.ghxp,
header a.logo.ghwflow,
header.fixed-menu a.logo.ghwflow
header a.logo.ghinsights,
header.fixed-menu a.logo.ghinsights {
  display: inline-block;
  width: 220px;
  height: 40px;
  background-size: 91% auto;
  background-repeat: no-repeat;
  background-position: center left; }

header a.logo.ghxp,
header.fixed-menu a.logo.ghxp {
  background-image: url("/assets-lp/labs/img/GH_Experiments.png"); }

header a.logo.ghwflow,
header.fixed-menu a.logo.ghwflow {
  background-image: url("/assets-lp/labs/img/GH_Workflow.png"); }

header a.logo.ghinsights,
header.fixed-menu a.logo.ghinsights {
  background-image: url("/assets-lp/labs/img/GH_Insights.png"); }

header.fixed-menu a.btn-login:hover {
  background: #12ac8e; }

header a.menu {
  font-family: 'Gotham Round';
  display: block;
  font-weight: 500;
  position: relative;
  border-bottom: 2px solid transparent;
  font-size: 14px;
  padding: 8px 4px 5px 2px;
  line-height: 20px;
  margin: 0 10px;
  color: #505959; }

header a.btn-login:hover {
  color: #13ac8e; }

header a.menu.active {
  border-bottom-color: #13ac8e; }

header a.btn-login,
header.fixed-menu a.btn-login {
  border: 0.09em solid #13ac8e;
  color: #13ac8e; }

header .badge {
  position: absolute;
  top: -1px;
  right: -14px;
  text-transform: uppercase;
  font-size: 7px !important;
  color: white;
  font-family: 'Gotham';
  padding: 4px 6px 2px !important;
  line-height: 1 !important;
  letter-spacing: 0.1em;
  background: #00b8bd !important;
  border-radius: 10px;
  height: 13px; }

.page-home .banner-featured {
  background: url(/assets-lp/labs/img/bg-hero-experiment.svg) no-repeat top center;
  height: 939px; }

.page-home .banner-featured .cube {
  top: 260px;
  bottom: inherit; }

.page-home .banner-featured .hero {
  top: 85px; }

.centerTitle {
  font-family: 'Gotham Round';
  font-size: 48px;
  font-weight: normal;
  letter-spacing: -1.1px;
  color: #ffffff;
  margin-bottom: 17px;
  text-align: center; }

h2.centerTitle strong {
  font-family: 'Gotham Round';
  font-size: 48px;
  color: #ffffff;
  font-weight: 500; }

.page-home .s-info-vobotic,
.page-home .s-our-pricing {
  background: none; }

.btn-center-white {
  font-family: 'Gotham Round';
  border-radius: 35px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s;
  color: #12ac8e;
  border: 1px solid #12ac8e;
  padding: 10px 70px;
  display: inline-block;
  text-align: center; }
  .btn-center-white:hover {
    color: white;
    background: #12ac8e; }

footer .container ul li:before {
  background-color: #6bff69; }

footer {
  background-color: #12ac8e; }

.page-home .s-help .box .text p {
  color: white !important; }

.page-home .s-help h1 {
  text-align: center;
  text-transform: initial;
  max-width: none; }

.page-home .s-help .box .free .btn {
  color: #505d5a; }

.page-home .s-our-pricing .all-price .box:before {
  opacity: 0.1; }

@media screen and (max-width: 767px) {
  .centerTitle,
  .centerTitle strong,
  .page-home .s-info-vobotic .item .text h2,
  .page-home .s-info-vobotic .item .text h2 strong {
    font-size: 35px !important;
    line-height: 1.5;
    text-align: center; }
  .centerTitle br {
    display: none; } }

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

.features {
  margin-top: -30px;
  padding-bottom: 30px;
  margin: 25px 0 50px; }
  .features .cube {
    pointer-events: none; }
  .features .nav-tabs {
    border-bottom: 1px solid #ddd; }
    @media screen and (max-width: 767px) {
      .features .nav-tabs {
        display: none !important; } }
  .features .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
  .features .nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0; }
  .features .nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd; }
  .features .tab-pane {
    display: none; }
    .features .tab-pane.active {
      display: block; }
    .features .tab-pane .row {
      margin-left: -15px;
      margin-right: -15px;
      display: flex; }
      @media screen and (max-width: 767px) {
        .features .tab-pane .row {
          flex-direction: column; } }
      .features .tab-pane .row img {
        width: 450px;
        margin: 10px 0 0 15px;
        max-width: 100%; }
      .features .tab-pane .row .col-sm-6 {
        width: 50%; }
        @media screen and (max-width: 767px) {
          .features .tab-pane .row .col-sm-6 {
            width: 100%; } }
      .features .tab-pane .row .gr {
        font-family: 'Gotham Round';
        font-size: 32px;
        font-weight: 700;
        padding: 0 0 20px 0; }
      .features .tab-pane .row p {
        line-height: 1.7;
        padding-right: 15px;
        margin-bottom: 15px; }
      .features .tab-pane .row .oval-btn {
        display: none;
        color: white;
        background: #eca32e;
        border-color: #eca32e;
        height: auto;
        text-decoration: none;
        white-space: nowrap;
        line-height: 38px;
        font-size: 14px;
        font-weight: 600;
        padding: 0 20px;
        border-radius: 20px; }

.features .container-inner {
  padding-bottom: 0; }

.features .container-inner ul.nav.nav-tabs {
  border-bottom: 0;
  display: flex; }

.features .container-inner ul.nav.nav-tabs li {
  flex: 1; }

.features .container-inner ul.nav.nav-tabs li a {
  border: 0;
  min-height: 230px;
  padding: 30px;
  display: block; }

.features .container-inner ul.nav.nav-tabs li.active a {
  background: white; }

.features .container-inner ul.nav.nav-tabs li a h4 {
  font-family: 'Gotham Round';
  font-weight: 700;
  color: #00b8bd;
  font-size: 18px;
  padding: 25px 0 15px 0;
  margin: 0; }

.features .container-inner ul.nav.nav-tabs li a h4,
.features .container-inner ul.nav.nav-tabs li a p {
  text-align: center; }

.features .container-inner ul.nav.nav-tabs li:not(.active) {
  background-color: #efefef;
  opacity: 0.7; }

.features .container-inner ul.nav.nav-tabs li:not(.active):hover {
  opacity: 1; }

.features .container-inner ul.nav.nav-tabs li:not(.active) a,
.features .container-inner ul.nav.nav-tabs li:not(.active) h4,
.features .container-inner ul.nav.nav-tabs li:not(.active) p {
  color: #555; }

.features .container-inner .tab-content {
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  padding: 60px 30px; }

.features .container-inner .tab-content .tab-pane h4 {
  padding-top: 20px;
  padding-bottom: 15px; }

.features .container-inner .screenshot {
  margin-top: 50px; }

.features .container-inner .screenshot img {
  border-radius: 10px 10px 0 0;
  max-height: 300px;
  max-width: 100%; }

.contact-link {
  display: block;
  margin: 20px auto;
  text-decoration: underline;
  font-size: 14px;
  color: #13ac8e;
  transition: all 0.2s ease-out; }

.contact-link:hover {
  color: #099478; }

.page-home--b {
  background: #fff !important; }
  .page-home--b .row {
    margin: 0 auto;
    padding: 90px 20px 50px;
    max-width: 1200px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    .page-home--b .row--small {
      max-width: 960px; }
    .page-home--b .row .col-3 {
      flex: 0 0 32%; }
    .page-home--b .row .col-half {
      flex: 0 0 50%; }
    .page-home--b .row .col-4 {
      flex: 0 0 40%; }
    .page-home--b .row .col-6 {
      flex: 0 0 60%; }
  .page-home--b .banner-featured {
    position: relative;
    height: auto !important;
    min-height: 750px;
    background: #13ac8e !important; }
    .page-home--b .banner-featured .hero {
      top: -10px !important;
      right: -115px !important; }
    .page-home--b .banner-featured .text h1 {
      font-size: 47px; }
    .page-home--b .banner-featured .text h1,
    .page-home--b .banner-featured .text p,
    .page-home--b .banner-featured .text strong,
    .page-home--b .banner-featured .text span {
      color: white !important; }
    .page-home--b .banner-featured .text span {
      display: block; }
    .page-home--b .banner-featured .text .free {
      flex-direction: column;
      align-items: flex-start; }
      .page-home--b .banner-featured .text .free .btn {
        background: #eca32e !important; }
      .page-home--b .banner-featured .text .free span {
        font-size: 80%;
        padding: 15px 65px; }
    .page-home--b .banner-featured .divider {
      pointer-events: none;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 110px; }
  .page-home--b .s-info-vobotic {
    padding-top: 130px; }
    .page-home--b .s-info-vobotic .cube {
      top: 100px; }
    .page-home--b .s-info-vobotic .centerTitle {
      font-size: 35px; }
      .page-home--b .s-info-vobotic .centerTitle strong {
        font-size: inherit; }
      .page-home--b .s-info-vobotic .centerTitle.large {
        font-size: 40px;
        font-weight: bold; }
    .page-home--b .s-info-vobotic__testimonial {
      border: 1px solid #e4e4e4;
      border-radius: 5px;
      padding: 30px 35px;
      text-align: center;
      min-height: 230px;
      margin-right: 35px; }
      .page-home--b .s-info-vobotic__testimonial p {
        font-size: 15px;
        line-height: 1.5; }
      .page-home--b .s-info-vobotic__testimonial hr {
        background: #dedede;
        border: 0;
        margin: 15px auto;
        height: 1px;
        max-width: 200px; }
    .page-home--b .s-info-vobotic__images {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .page-home--b .s-info-vobotic__images img {
        margin: 0 15px; }
    .page-home--b .s-info-vobotic__items li {
      position: relative;
      display: flex;
      align-items: flex-start;
      justify-content: space-between; }
      .page-home--b .s-info-vobotic__items li img {
        margin-right: 15px;
        margin-top: -15px; }
      .page-home--b .s-info-vobotic__items li h3 {
        font-family: 'Gotham Round';
        font-size: 20px;
        margin-bottom: 10px; }
    .page-home--b .s-info-vobotic__items--overlay li .item-overlay {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.5);
      padding: 20px;
      display: flex;
      align-items: center;
      justify-content: center; }
    .page-home--b .s-info-vobotic__items--overlay li h3 {
      color: white; }
    .page-home--b .s-info-vobotic__items--overlay li img {
      margin: 0;
      max-width: 100%; }
    .page-home--b .s-info-vobotic--features {
      padding-top: 80px; }
      .page-home--b .s-info-vobotic--features p {
        line-height: 1.8; }
  .page-home--b .s-help .cube {
    top: 130px; }
  .page-home--b .s-help .box {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: transparent; }
    .page-home--b .s-help .box .text p {
      max-width: 100%;
      margin-bottom: 35px; }
  .page-home--b .s-help .free .btn {
    color: white !important;
    background: #eca32e !important; }
  .page-home--b .s-help h1 {
    color: #455451 !important; }
    .page-home--b .s-help h1 small {
      color: inherit;
      font-family: inherit;
      font-size: 70%; }
  .page-home--b .dark-text {
    color: #455451 !important; }

@media screen and (max-width: 768px) {
  header a.logo.ghxp,
  header.fixed-menu a.logo.ghxp {
    height: 30px;
    background-image: url("/assets-lp/labs/img/experiments-logo-white.svg"); }
  header a.logo.ghwflow,
  header.fixed-menu a.logo.ghwflow {
    height: 30px;
    background-image: url("/assets-lp/labs/img/logo-workflow-white.svg"); }
  header a.logo.ghinsights,
  header.fixed-menu a.logo.ghinsights {
    height: 30px;
    background-image: url("/assets-lp/labs/img/GH_Insights.png"); }
  header a.logo {
    background-color: #13ac8e !important; }
  header {
    background: #13ac8e !important;
    height: 53px; }
    header .menu-wrapper {
      padding-top: 0; }
    header a.menu {
      padding-left: 0;
      margin: 5px 7px;
      color: #005a49 !important;
      font-size: 16px !important; }
    header a.btn-login {
      display: none; }
    header .badge {
      background: white !important;
      color: #003d31; }
    header .bars {
      margin-right: -15px;
      transition: none !important; }
      header .bars span {
        width: 14px;
        height: 0.11em;
        background: white !important;
        border-radius: 0;
        transition: none !important; }
      header .bars.active span {
        width: 20px !important;
        height: 0.2em;
        border-radius: 5px; }
        header .bars.active span:nth-child(3) {
          transform: rotate(-45deg) translateX(6px) translateY(-6px); }
  .page-home--b .banner-featured .hero {
    margin-top: -60px !important; } }

@media screen and (max-width: 992px) {
  .features .container-inner .tab-content {
    background-color: #f7f7f7; }
  .features .container-inner .tab-content .tab-pane {
    display: block;
    margin-bottom: 15px; }
  .features .container-inner .tab-content .tab-pane h4 {
    font-weight: 700;
    color: #00b8bd; }
  .features .container-inner .tab-content .tab-pane h2 {
    font: 20px/24px gotham_medium, sans-serif;
    margin-bottom: 15px; }
  .features .container-inner .tab-content .tab-pane .col-inverted {
    float: right; }
  .page-home--b > header {
    border: none; }
    .page-home--b > header.fixed-menu {
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
  .page-home--b .banner-featured {
    margin-top: 50px; }
    .page-home--b .banner-featured .text h1,
    .page-home--b .banner-featured .text h1 strong {
      font-size: 35px; }
    .page-home--b .banner-featured .hero {
      margin-top: -180px; }
  .page-home--b .centerTitle,
  .page-home--b .centerTitle strong {
    font-size: 25px !important;
    line-height: 1.2; }
  .page-home--b .centerTitle {
    padding: 0 20px; }
  .page-home--b .s-info-vobotic {
    padding-top: 40px;
    padding-bottom: 50px; }
    .page-home--b .s-info-vobotic__testimonial {
      margin-right: 0; }
    .page-home--b .s-info-vobotic__images {
      flex-wrap: wrap; }
      .page-home--b .s-info-vobotic__images img {
        margin: 0 auto; }
  .page-home--b .row {
    padding: 35px 20px;
    flex-wrap: wrap; }
    .page-home--b .row .col-3,
    .page-home--b .row .col-4,
    .page-home--b .row .col-6 {
      flex: 0 0 100%;
      margin-bottom: 20px; } }
