section#datasets ul.datasets:after {
  content: "";
  display: table;
  clear: both; }

div#bottom-pitch {
  text-align: center;
  margin-top: 135px;
  margin-bottom: 70px;
  padding-bottom: 160px;
  border-bottom: 1px solid #f3f2f9;
  color: #fff; }
  div#bottom-pitch.dark {
    border-bottom: 1px solid #181e2a; }
  div#bottom-pitch.medium {
    padding-bottom: 130px; }
    div#bottom-pitch.medium h2 {
      font-size: 36px; }
    div#bottom-pitch.medium .buttons {
      margin-top: 25px; }
  @media (max-width: 899px) {
    div#bottom-pitch {
      margin-bottom: 0px;
      padding-bottom: 55px; } }
  @media (max-width: 599px) {
    div#bottom-pitch {
      margin-top: 110px;
      margin-bottom: 0;
      padding-bottom: 70px; } }
  div#bottom-pitch h2 {
    font-weight: 800;
    margin-bottom: 20px;
    text-transform: none; }
  div#bottom-pitch .buttons {
    margin-top: 35px;
    width: 100%; }
    div#bottom-pitch .buttons a {
      width: 150px; }
      @media (max-width: 599px) {
        div#bottom-pitch .buttons a {
          width: 100%;
          box-sizing: border-box;
          margin-right: 0;
          margin-bottom: 15px; } }

section#datasets ul.datasets:after {
  content: "";
  display: table;
  clear: both; }

section#datasets ul.datasets:after {
  content: "";
  display: table;
  clear: both; }

#highlights {
  overflow: hidden; }
  @media (max-width: 1099px) {
    #highlights .container {
      padding: 20px 35px; } }
  @media (max-width: 340px) {
    #highlights .container {
      padding: 20px 25px; } }
  #highlights h2 {
    text-align: center;
    margin-bottom: 14px; }
  #highlights p a {
    color: #3574eb;
    font-weight: 600; }
    #highlights p a:hover {
      color: #6498f9; }

.highlights-carousel {
  margin-top: 40px;
  margin-bottom: 140px; }
  @media (max-width: 899px) {
    .highlights-carousel {
      margin-bottom: 90px; } }
  .highlights-carousel .highlights {
    margin: 0 auto;
    max-width: 820px; }
  .highlights-carousel .owl-nav {
    display: initial; }
    .highlights-carousel .owl-nav button:focus {
      outline: none; }
    .highlights-carousel .owl-nav button span {
      display: block;
      text-indent: -9999px;
      color: transparent;
      background-image: url("/static/img/_sprites/layouts_1x-e94053f057ed5f078f232ef4956f7d45.png");
      background-repeat: no-repeat;
      background-size: 193px 183px;
      background-position: -175px -60px;
      height: 26px;
      width: 11px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .highlights-carousel .owl-nav button span {
          background-image: url("/static/img/_sprites/layouts_2x-feb7d4c60470c1b268ffb83f543392ec.png"); } }
    .highlights-carousel .owl-nav button:hover span {
      background-image: url("/static/img/_sprites/layouts_1x-e94053f057ed5f078f232ef4956f7d45.png");
      background-repeat: no-repeat;
      background-size: 193px 183px;
      background-position: -175px -34px;
      height: 26px;
      width: 11px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .highlights-carousel .owl-nav button:hover span {
          background-image: url("/static/img/_sprites/layouts_2x-feb7d4c60470c1b268ffb83f543392ec.png"); } }
    .highlights-carousel .owl-nav button.owl-prev {
      position: absolute;
      top: calc(50% - 13px);
      left: -100px; }
      .highlights-carousel .owl-nav button.owl-prev span {
        transform: rotate(180deg); }
    .highlights-carousel .owl-nav button.owl-next {
      position: absolute;
      top: calc(50% - 13px);
      right: -100px; }
    @media (max-width: 1150px) {
      .highlights-carousel .owl-nav button.owl-prev {
        left: -50px; }
      .highlights-carousel .owl-nav button.owl-next {
        right: -50px; } }
    @media (max-width: 950px) {
      .highlights-carousel .owl-nav button.owl-prev {
        left: -24px; }
      .highlights-carousel .owl-nav button.owl-next {
        right: -24px; } }
  .highlights-carousel .owl-dots {
    display: none; }
  @media (max-width: 599px) {
    .highlights-carousel {
      margin-bottom: 50px; }
      .highlights-carousel .owl-nav {
        display: none; }
      .highlights-carousel .owl-dots {
        display: flex;
        justify-content: center; }
        .highlights-carousel .owl-dots .owl-dot {
          background: #eae9e9 !important; }
          .highlights-carousel .owl-dots .owl-dot.active {
            background: #363d4a !important; }
      .highlights-carousel .owl-stage-outer {
        margin-bottom: 30px; } }

.highlight-item {
  display: block;
  height: 420px;
  background-color: burlywood;
  border-radius: 6px;
  overflow: hidden;
  box-sizing: border-box; }
  .highlight-item span.arrow {
    display: inline-block;
    background-image: url("/static/img/landing/1x/highlights/white-arrow-right.png");
    background-size: 8px 12px;
    width: 8px;
    height: 12px;
    margin-left: 10px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .highlight-item span.arrow {
        background-image: url("/static/img/landing/2x/highlights/white-arrow-right.png"); } }

#prometheus {
  background-image: url("/static/img/landing/1x/highlights/prometheus.jpg");
  background-size: 0px 0px;
  background-color: #000;
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 50px;
  padding-top: 55px;
  display: flex;
  flex-direction: column; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2) {
    #prometheus {
      background-image: url("/static/img/landing/2x/highlights/prometheus.jpg"); } }
  #prometheus .logo-container {
    display: flex;
    align-items: center; }
    #prometheus .logo-container .logo {
      background-image: url("/static/img/landing/1x/highlights/thinknum-logo.png");
      background-size: 60px 60px;
      width: 60px;
      height: 60px;
      margin-right: 20px;
      flex: 0 0 auto; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        #prometheus .logo-container .logo {
          background-image: url("/static/img/landing/2x/highlights/thinknum-logo.png"); } }
    #prometheus .logo-container h3, #prometheus .logo-container span {
      color: #fff;
      font-size: 15px;
      line-height: 18px; }
    #prometheus .logo-container h3 {
      font-weight: 700; }
  #prometheus p {
    font-size: 24px;
    line-height: 34px;
    max-width: 460px;
    margin: 0;
    margin-top: 38px;
    flex-grow: 1;
    color: #fff; }
    #prometheus p strong {
      font-weight: 700; }
  #prometheus a.link {
    display: flex;
    align-items: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    opacity: 1;
    transition: 0.1s opacity;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    max-width: 383px; }
    #prometheus a.link:hover {
      opacity: 0.8; }
    #prometheus a.link span {
      flex: 0 0 auto; }
    #prometheus a.link strong {
      flex-grow: 0;
      flex-shrink: 1;
      flex-basis: auto;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      font-weight: 600;
      color: #3574eb;
      margin-left: 5px; }
  @media (max-width: 599px) {
    #prometheus {
      padding: 30px;
      background-position: right center;
      background-size: cover; }
      #prometheus p {
        font-size: 19px;
        line-height: 25px; } }
  @media (max-width: 340px) {
    #prometheus p {
      font-size: 18px; } }

#quantamental {
  background-image: url("/static/img/landing/1x/highlights/quantamental.jpg");
  background-size: 0px 0px;
  background-color: #d4d4d4;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px;
  padding-top: 55px;
  padding-right: 15px;
  display: flex;
  align-items: center;
  font-family: 'Barlow', Arial, Helvetica, sans-serif; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2) {
    #quantamental {
      background-image: url("/static/img/landing/2x/highlights/quantamental.jpg"); } }
  #quantamental .left {
    width: 58%;
    padding-right: 30px;
    box-sizing: border-box; }
    #quantamental .left h3 {
      font-size: 58px;
      line-height: 55px;
      font-weight: 800; }
    #quantamental .left a {
      display: flex;
      align-items: baseline;
      font-size: 26px;
      font-weight: 500;
      color: #000;
      margin-top: 28px; }
      #quantamental .left a .play-icon {
        display: block;
        background-image: url("/static/img/landing/1x/highlights/webinar-play.png");
        background-size: 20px 20px;
        width: 20px;
        height: 20px;
        margin-right: 13px; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2) {
          #quantamental .left a .play-icon {
            background-image: url("/static/img/landing/2x/highlights/webinar-play.png"); } }
  #quantamental .right {
    border-left: 3px solid #000;
    padding-left: 24px;
    width: 42%; }
    #quantamental .right h4 {
      font-size: 19px;
      font-weight: 600;
      margin-top: -5px;
      margin-bottom: 25px; }
    #quantamental .right div.speaker {
      display: flex;
      margin-bottom: 40px; }
      #quantamental .right div.speaker .image {
        margin-right: 10px;
        flex: 0 0 auto; }
      #quantamental .right div.speaker p {
        font-size: 15px;
        line-height: 17px;
        color: #000;
        margin: 0; }
        #quantamental .right div.speaker p strong {
          font-weight: 600; }
      #quantamental .right div.speaker:last-of-type {
        margin-bottom: 0; }
    #quantamental .right .marta .image {
      background-image: url("/static/img/landing/1x/highlights/thumb-marta.jpg");
      background-size: 51px 51px;
      width: 51px;
      height: 51px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        #quantamental .right .marta .image {
          background-image: url("/static/img/landing/2x/highlights/thumb-marta.jpg"); } }
    #quantamental .right .carson .image {
      background-image: url("/static/img/landing/1x/highlights/thumb-carson.jpg");
      background-size: 51px 51px;
      width: 51px;
      height: 51px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        #quantamental .right .carson .image {
          background-image: url("/static/img/landing/2x/highlights/thumb-carson.jpg"); } }
  @media (max-width: 899px) {
    #quantamental {
      padding: 40px;
      padding-top: 38px;
      padding-right: 20px; }
      #quantamental .left h3 {
        font-size: 48px;
        line-height: 50px; } }
  @media (max-width: 599px) {
    #quantamental {
      flex-direction: column;
      padding: 30px; }
      #quantamental .left, #quantamental .right {
        width: 100%; }
      #quantamental .left h3 {
        font-size: 35px;
        line-height: 33px; }
      #quantamental .left a {
        margin-top: 14px;
        font-size: 20px;
        align-items: center; }
        #quantamental .left a .play-icon {
          margin-right: 5px; }
      #quantamental .right {
        border-top: 3px solid #000;
        border-left: none;
        margin-top: 24px;
        padding: 0;
        padding-top: 24px; }
        #quantamental .right h4 {
          margin-bottom: 13px; }
        #quantamental .right div.speaker {
          margin-bottom: 20px; } }

#wsj {
  background-image: url("/static/img/landing/1x/highlights/wsj.jpg");
  background-size: 0px 0px;
  background-size: 679px 312px;
  background-color: #fff;
  background-position: right top;
  background-repeat: no-repeat;
  border: 1px solid #eae9e9;
  padding-left: 50px;
  padding-top: 60px;
  padding-right: 45px;
  padding-bottom: 35px;
  display: flex;
  flex-direction: column; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2) {
    #wsj {
      background-image: url("/static/img/landing/2x/highlights/wsj.jpg"); } }
  #wsj .logo {
    background-image: url("/static/img/landing/1x/highlights/wsj-logo.png");
    background-size: 272px 24px;
    width: 272px;
    height: 24px;
    margin-bottom: 20px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      #wsj .logo {
        background-image: url("/static/img/landing/2x/highlights/wsj-logo.png"); } }
  #wsj .title {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  #wsj h3 {
    font-size: 48px;
    font-weight: 700;
    color: #575e61;
    font-family: Georgia, 'Times New Roman', Times, serif;
    margin-bottom: 12px; }
  #wsj span {
    display: block;
    font-size: 20px;
    margin-bottom: 12px;
    color: #000; }
    #wsj span strong {
      font-weight: 600; }
  #wsj p {
    font-size: 10px;
    line-height: 16px;
    margin: 0;
    color: #000; }
  @media (max-width: 599px) {
    #wsj {
      padding: 30px;
      padding-top: 32px;
      background-position: 39% 153%; }
      #wsj .logo {
        width: 100%;
        background-size: contain;
        background-repeat: no-repeat; }
      #wsj h3 {
        font-size: 36px;
        margin-bottom: 5px; }
      #wsj span {
        font-size: 17px; } }
  @media (max-width: 340px) {
    #wsj h3 {
      font-size: 31px; } }

#bi {
  background-image: url("/static/img/landing/1x/highlights/bi-v2.jpg");
  background-size: 0px 0px;
  background-size: cover;
  background-color: #2f2c3d;
  background-position: right center;
  background-repeat: no-repeat;
  padding-left: 55px;
  padding-top: 50px;
  padding-right: 45px;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2) {
    #bi {
      background-image: url("/static/img/landing/2x/highlights/bi-v2.jpg"); } }
  #bi .logo {
    background-image: url("/static/img/landing/1x/highlights/bi-logo.png");
    background-size: 253px 17px;
    width: 253px;
    height: 17px;
    margin-bottom: 60px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      #bi .logo {
        background-image: url("/static/img/landing/2x/highlights/bi-logo.png"); } }
  #bi h3 {
    font-size: 34px;
    line-height: 42px;
    font-weight: 700;
    color: #fff;
    flex: 1 1 auto;
    max-width: 450px; }
  #bi a.link {
    display: flex;
    align-items: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 452px;
    font-size: 20px;
    color: #74adc6;
    font-weight: 500;
    opacity: 1;
    transition: 0.1s opacity; }
    #bi a.link:hover {
      opacity: 0.8; }
    #bi a.link span {
      flex: 0 0 auto; }
    #bi a.link strong {
      flex-grow: 0;
      flex-shrink: 1;
      flex-basis: auto;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      font-weight: 400; }
  @media (max-width: 599px) {
    #bi {
      padding: 30px;
      padding-top: 35px;
      background-image: url("/static/img/landing/1x/highlights/bi-mobile.jpg");
      background-size: 0px 0px;
      background-size: cover;
      background-position: center; } }
  @media only screen and (max-width: 599px) and (-webkit-min-device-pixel-ratio: 2) {
    #bi {
      background-image: url("/static/img/landing/2x/highlights/bi-mobile.jpg"); } }
  @media (max-width: 599px) {
      #bi h3 {
        font-size: 28px;
        line-height: 32px; } }
  @media (max-width: 340px) {
    #bi .logo {
      width: 100%;
      background-size: contain;
      background-repeat: no-repeat; } }

#exdc {
  background-color: #000; }
  #exdc a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%; }
  #exdc video {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  #exdc .titles {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    flex-grow: 1;
    flex-shrink: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  #exdc img {
    width: 40%; }
  @media (max-width: 899px) {
    #exdc img {
      width: 60%; } }
  @media (max-width: 599px) {
    #exdc img {
      width: 88%; } }

#comic {
  background-color: #fff;
  border: 1px solid #eae9e9;
  padding-left: 50px;
  padding-top: 60px;
  padding-right: 75px;
  padding-bottom: 55px;
  display: flex; }
  #comic .texts {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    padding-right: 30px; }
    #comic .texts h3 {
      font-size: 38px;
      font-weight: 800; }
    #comic .texts span {
      font-size: 18px;
      line-height: 28px;
      color: #000;
      margin-top: -4px; }
    #comic .texts p {
      font-size: 20px;
      line-height: 30px;
      color: #000;
      flex: 1 1 auto;
      margin-top: 20px;
      max-width: 400px; }
      #comic .texts p.mobile {
        display: none; }
    #comic .texts a {
      font-size: 20px;
      font-weight: 600;
      color: #767c82; }
      #comic .texts a span {
        font-weight: 400;
        color: #767c82; }
  #comic .thumb {
    display: block;
    background-image: url("/static/img/landing/1x/highlights/comic-cover.jpg");
    background-size: 206px 292px;
    width: 206px;
    height: 292px;
    border-radius: 10px;
    box-shadow: 0px 10px 25px 0px rgba(5, 20, 45, 0.2);
    background-color: #f4a884;
    flex: 0 0 auto; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      #comic .thumb {
        background-image: url("/static/img/landing/2x/highlights/comic-cover.jpg"); } }
  #comic a {
    opacity: 1;
    transition: 0.1s opacity; }
    #comic a:hover {
      opacity: 0.8; }
  @media (max-width: 599px) {
    #comic {
      padding: 30px;
      padding-bottom: 40px;
      flex-direction: column;
      align-items: center; }
      #comic p.desktop {
        display: none; }
      #comic .texts {
        padding: 0; }
        #comic .texts h3 {
          font-size: 24px; }
        #comic .texts span {
          font-size: 17px;
          line-height: 28px;
          margin-top: -2px; }
        #comic .texts a {
          display: none; }
        #comic .texts p.mobile {
          display: initial;
          font-size: 15px;
          line-height: 23px;
          margin-top: 10px; }
      #comic .thumb {
        background-image: url("/static/img/landing/1x/highlights/comic-mobile.jpg");
        background-size: 140px 198px;
        width: 140px;
        height: 198px;
        border-radius: 10px;
        box-shadow: 0px 10px 25px 0px rgba(5, 20, 45, 0.2); } }
    @media only screen and (max-width: 599px) and (-webkit-min-device-pixel-ratio: 2) {
      #comic .thumb {
        background-image: url("/static/img/landing/2x/highlights/comic-mobile.jpg"); } }

#goldman {
  background-image: url("/static/img/landing/1x/highlights/goldman.jpg");
  background-size: 0px 0px;
  background-size: contain;
  background-color: #5a79a3;
  background-position: right center;
  background-repeat: no-repeat;
  padding-left: 55px;
  padding-top: 58px;
  padding-right: 45px;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2) {
    #goldman {
      background-image: url("/static/img/landing/2x/highlights/goldman.jpg"); } }
  #goldman .logo {
    background-image: url("/static/img/landing/1x/highlights/goldman-logo.png");
    background-size: 64px 64px;
    width: 64px;
    height: 64px;
    margin-bottom: 20px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      #goldman .logo {
        background-image: url("/static/img/landing/2x/highlights/goldman-logo.png"); } }
  #goldman h3 {
    font-size: 48px;
    font-weight: 700;
    color: #fff; }
  #goldman p {
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    flex: 1 1 auto;
    margin-top: 16px;
    max-width: 540px; }
  #goldman a.link {
    display: flex;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    align-items: center;
    opacity: 1;
    transition: 0.1s opacity;
    cursor: pointer;
    max-width: 640px; }
    #goldman a.link:hover {
      opacity: 0.8; }
    #goldman a.link span {
      flex: 0 0 auto; }
    #goldman a.link strong {
      flex-grow: 0;
      flex-shrink: 1;
      flex-basis: auto;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      margin-left: 5px;
      font-weight: 600;
      color: #7fa3cd; }
  @media (max-width: 599px) {
    #goldman {
      padding: 30px; }
      #goldman .logo {
        flex: 0 0 auto; }
      #goldman h3 {
        font-size: 33px; }
      #goldman p {
        font-size: 20px;
        line-height: 26px; }
      #goldman a.link {
        font-size: 16px; } }
  @media (max-width: 340px) {
    #goldman h3 {
      font-size: 30px; }
    #goldman p {
      font-size: 18px; } }

#economist {
  background-color: #fff;
  border: 1px solid #eae9e9;
  display: flex; }
  #economist .texts {
    flex: 1 1 auto;
    flex-shrink: 0;
    width: 50%;
    padding-left: 55px;
    padding-top: 58px;
    padding-right: 35px;
    padding-bottom: 42px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box; }
    #economist .texts .logo {
      background-image: url("/static/img/landing/1x/highlights/economist-logo.png");
      background-size: 142px 71px;
      width: 142px;
      height: 71px;
      margin-bottom: 30px;
      flex: 0 0 auto; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        #economist .texts .logo {
          background-image: url("/static/img/landing/2x/highlights/economist-logo.png"); } }
    #economist .texts h3 {
      font-size: 36px;
      font-family: Georgia, 'Times New Roman', Times, serif;
      margin-bottom: 12px;
      font-weight: 400;
      flex-grow: 1; }
    #economist .texts a {
      color: #e3120b;
      font-size: 18px;
      line-height: 26px;
      font-weight: 600;
      opacity: 1;
      transition: 0.1s opacity; }
      #economist .texts a:hover {
        opacity: 0.8; }
  #economist .image {
    background-image: url("/static/img/landing/1x/highlights/economist.jpg");
    background-size: 0px 0px;
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    width: 50%;
    height: 100%;
    flex: 1 1 auto; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      #economist .image {
        background-image: url("/static/img/landing/2x/highlights/economist.jpg"); } }
  @media (max-width: 899px) {
    #economist .texts {
      width: 60%;
      padding-left: 45px;
      padding-top: 50px; }
    #economist .image {
      background-size: cover;
      width: 40%; } }
  @media (max-width: 599px) {
    #economist {
      flex-direction: column; }
      #economist .texts {
        width: 100%;
        padding: 30px; }
        #economist .texts h3 {
          font-size: 26px; }
        #economist .texts .link {
          font-size: 16px;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden; }
      #economist .image {
        width: 100%; } }

#research {
  background-image: url("/static/img/landing/1x/highlights/research.jpg");
  background-size: 0px 0px;
  background-size: contain;
  background-color: #fff;
  border: 1px solid #eae9e9;
  background-position: right center;
  background-repeat: no-repeat;
  padding-left: 48px;
  padding-top: 64px;
  padding-right: 45px;
  padding-bottom: 58px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2) {
    #research {
      background-image: url("/static/img/landing/2x/highlights/research.jpg"); } }
  #research .texts {
    max-width: 480px;
    display: flex;
    flex-direction: column;
    height: 100%; }
  #research h3 {
    font-size: 42px;
    line-height: 44px;
    font-weight: 800;
    letter-spacing: -0.8px; }
  #research p {
    font-size: 20px;
    line-height: 30px;
    color: #000;
    flex-grow: 1;
    max-width: 310px;
    margin-top: 30px; }
  #research a {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #0f5ff8;
    opacity: 1;
    transition: 0.1s opacity; }
    #research a:hover {
      opacity: 0.8; }
    #research a .blue-chevron {
      display: inline-block;
      background-image: url("/static/img/landing/1x/highlights/chevron-blue.png");
      background-size: 8px 12px;
      width: 8px;
      height: 12px;
      margin-left: 10px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        #research a .blue-chevron {
          background-image: url("/static/img/landing/2x/highlights/chevron-blue.png"); } }
  @media (max-width: 899px) {
    #research {
      background-position: 150% 0; } }
  @media (max-width: 599px) {
    #research {
      padding: 30px;
      background-position: 100% 220%; }
      #research .texts {
        display: block; }
      #research h3 {
        font-size: 30px;
        line-height: 33px; }
      #research p {
        font-size: 17px;
        line-height: 24px;
        margin-top: 15px; }
      #research .link {
        font-size: 17px; } }
  @media (max-width: 340px) {
    #research {
      background-position: 100% 190%; }
      #research .link {
        font-size: 15px; } }

/* Colors
--------------------------------------------------------------*/
/* Mixins
--------------------------------------------------------------*/
section#datasets ul.datasets:after {
  content: "";
  display: table;
  clear: both; }

/* Animations
--------------------------------------------------------------*/
@keyframes amazon-car {
  0% {
    transform: translate(0, 0); }
  50% {
    transform: translate(20px, 10px); }
  100% {
    transform: translate(0, 0); } }

@keyframes clouds {
  0% {
    transform: translate(0, 0); }
  50% {
    transform: translate(48px, -13px); }
  100% {
    transform: translate(0, 0); } }

@keyframes drone-left {
  0% {
    transform: translate(0, 0); }
  15% {
    transform: translate(0, -50px) rotate(-3deg); }
  30% {
    transform: translate(40px, -30px) rotate(7deg); }
  60% {
    transform: translate(-10px, -30px) rotate(-4deg); }
  100% {
    transform: translate(0, 0); } }

@keyframes drone-right {
  0% {
    transform: translate(0, 0); }
  50% {
    transform: translate(0, -15px); }
  100% {
    transform: translate(0, 0); } }

@keyframes emoji {
  0% {
    transform: translate(0, 0) scale(0.8);
    opacity: 0; }
  25% {
    transform: translate(0, -10px) scale(1.2);
    opacity: 1; }
  50% {
    transform: translate(0, -10px) scale(1.2);
    opacity: 1; }
  75% {
    transform: translate(0, 0) scale(0.8);
    opacity: 0; }
  100% {
    transform: translate(0, 0);
    opacity: 0; } }

@keyframes location-pin {
  0% {
    transform: translate(0, 0); }
  50% {
    transform: translate(0, -7px); }
  100% {
    transform: translate(0, 0); } }

@keyframes star-1 {
  0% {
    opacity: 0; }
  10% {
    opacity: 0; }
  15% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes star-2 {
  0% {
    opacity: 0; }
  25% {
    opacity: 0; }
  30% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes star-3 {
  0% {
    opacity: 0; }
  40% {
    opacity: 0; }
  45% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes star-4 {
  0% {
    opacity: 0; }
  55% {
    opacity: 0; }
  60% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes star-5 {
  0% {
    opacity: 0; }
  70% {
    opacity: 0; }
  75% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes window-cleaner-left {
  0% {
    top: 0; }
  50% {
    top: -60px; }
  100% {
    top: 0; } }

@keyframes bubble {
  0% {
    opacity: 0;
    transform: translate(0, 5px); }
  20% {
    opacity: 1;
    transform: translate(0, 0); }
  60% {
    opacity: 1;
    transform: translate(0, 0); }
  80% {
    opacity: 0;
    transform: translate(0, 5px); }
  100% {
    opacity: 0;
    transform: translate(0, 5px); } }

@keyframes camera {
  0% {
    transform: none; }
  20% {
    transform: translate(0, -10px) rotate(-18deg); }
  25% {
    transform: translate(0, -10px) rotate(-20deg); }
  35% {
    transform: translate(0, 0) rotate(0deg); }
  40% {
    transform: translate(0, 0) rotate(3deg); }
  45% {
    transform: translate(0, 0); }
  100% {
    transform: none; } }

@keyframes popup {
  0% {
    opacity: 0;
    transform: translate(0, 40px) scale(0.9); }
  1.66% {
    opacity: 1;
    transform: translate(0, -10px) scale(1.1); }
  3.33% {
    opacity: 1;
    transform: translate(0, 0) scale(1); }
  30% {
    opacity: 1;
    transform: translate(0, 0) scale(1); }
  31.66% {
    opacity: 1;
    transform: translate(0, -10px) scale(1.1); }
  33.33%, 100% {
    opacity: 0;
    transform: translate(0, 40px) scale(0.9); } }

 {
  /* Header
    --------------------------------------------------------------*/
  /* Container
    --------------------------------------------------------------*/
  /* Body
    --------------------------------------------------------------*/
  /* Hero
    --------------------------------------------------------------*/
  /* Hero illustrations (disabled for now)
    --------------------------------------------------------------*/
  /* Primary
    --------------------------------------------------------------*/
  /* Secondary
    --------------------------------------------------------------*/
  /* Datasets
    --------------------------------------------------------------*/
  /* Black bottom
    --------------------------------------------------------------*/
  /* Footer
  --------------------------------------------------------------*/
  /* Promote banner
  --------------------------------------------------------------*/ }
  body {
    padding-top: 0; }
  *[id$="mobile"] {
    display: none; }
  p.medium {
    font-size: 18px;
    line-height: 1.7; }
  h3 {
    font-size: 34px;
    font-weight: 600; }
  h4 {
    font-size: 28px;
    font-weight: 600; }
  #header div#mobile-menu-mask {
    height: 130px; }
  #header ul#mobile-nav {
    padding-top: 130px; }
  .container {
    margin: 0 auto;
    box-sizing: border-box; }
    @media (min-width: 1100px) {
      .container {
        max-width: 1200px; } }
    @media (max-width: 1099px) {
      .container {
        width: 100%;
        padding: 20px 25px; } }
    @media (min-width: 900px) {
      .container {
        max-width: 1200px; } }
  #body {
    margin-top: 60px; }
    @media (max-width: 899px) {
      #body {
        margin-top: 40px; } }
    @media (max-width: 599px) {
      #body {
        margin-top: 25px; } }
    @media (max-width: 340px) {
      #body {
        margin-top: 15px; } }
  #hero {
    margin-top: 0;
    text-align: center;
    margin-bottom: 70px; }
    #hero h1, #hero h2 {
      margin-bottom: 25px;
      letter-spacing: -0.015em; }
    #hero h1 {
      margin: 0 auto;
      max-width: 630px;
      margin-bottom: 25px;
      line-height: 44px; }
      @media (max-width: 599px) {
        #hero h1 {
          line-height: 38px;
          max-width: 265px; } }
    #hero p {
      margin-bottom: 30px; }
      @media (max-width: 599px) {
        #hero p {
          max-width: 300px; } }
    @media (max-width: 599px) {
      #hero {
        margin-bottom: 0; }
        #hero > div {
          padding-bottom: 0; } }
    #hero .hero-illustration-container {
      height: 569px;
      position: relative;
      overflow: hidden;
      margin-top: 12px; }
      @media (max-width: 599px) {
        #hero .hero-illustration-container {
          margin-top: 0; } }
    #hero .hero-illustration-wrapper {
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -547px; }
    #hero .hero-illustration {
      width: 1094px;
      height: 569px;
      margin: auto;
      position: relative;
      transform: scale(0.9); }
      #hero .hero-illustration > div[class^=island] {
        position: absolute; }
        #hero .hero-illustration > div[class^=island] > div {
          position: absolute; }
      #hero .hero-illustration [class^=popup] {
        background: #fff;
        height: 52px;
        line-height: 52px;
        font-size: 16px;
        color: #8897ac;
        padding: 0 20px;
        border-radius: 5px;
        box-shadow: 0px 6px 12px 0px rgba(29, 36, 47, 0.08);
        position: relative;
        z-index: 100; }
        @media (max-width: 599px) {
          #hero .hero-illustration [class^=popup] {
            display: none; } }
        #hero .hero-illustration [class^=popup]::after {
          content: "";
          position: absolute;
          width: 18px;
          height: 8px;
          left: 50%;
          margin-left: -9px;
          top: 51px;
          background-image: url("/static/img/landing/1x/v2-tooltip-triangle.png");
          background-size: 18px 8px; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2) {
            #hero .hero-illustration [class^=popup]::after {
              background-image: url("/static/img/landing/2x/v2-tooltip-triangle.png"); } }
      #hero .hero-illustration .island-1 {
        width: 516px;
        height: 341px;
        left: 0;
        bottom: 70px;
        background-image: url("/static/img/landing-animation/1x/01-base.png");
        background-size: 516px 341px; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2) {
          #hero .hero-illustration .island-1 {
            background-image: url("/static/img/landing-animation/2x/01-base.png"); } }
        #hero .hero-illustration .island-1 .popup-01 {
          left: 140px;
          width: 400px;
          opacity: 0;
          animation: popup 15s 0s infinite; }
        #hero .hero-illustration .island-1 .amazon-car {
          width: 52px;
          height: 46px;
          left: 360px;
          top: 214px;
          background-image: url("/static/img/landing-animation/1x/01-amazon-car.png");
          background-size: 52px 46px;
          animation: amazon-car 2s infinite; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2) {
            #hero .hero-illustration .island-1 .amazon-car {
              background-image: url("/static/img/landing-animation/2x/01-amazon-car.png"); } }
        #hero .hero-illustration .island-1 .clouds {
          width: 421px;
          height: 122px;
          left: 90px;
          top: -88px;
          background-image: url("/static/img/landing-animation/1x/01-clouds.png");
          background-size: 421px 122px;
          animation: clouds 10s infinite; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2) {
            #hero .hero-illustration .island-1 .clouds {
              background-image: url("/static/img/landing-animation/2x/01-clouds.png"); } }
        #hero .hero-illustration .island-1 .drone-left {
          width: 36px;
          height: 25px;
          background-image: url("/static/img/landing-animation/1x/01-drone-left.png");
          background-size: 36px 25px;
          left: 146px;
          top: 94px;
          animation: drone-left 10s infinite; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2) {
            #hero .hero-illustration .island-1 .drone-left {
              background-image: url("/static/img/landing-animation/2x/01-drone-left.png"); } }
        #hero .hero-illustration .island-1 .drone-right {
          width: 27px;
          height: 19px;
          background-image: url("/static/img/landing-animation/1x/01-drone-right.png");
          background-size: 27px 19px;
          left: 376px;
          top: 48px;
          animation: drone-right 2.5s infinite; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2) {
            #hero .hero-illustration .island-1 .drone-right {
              background-image: url("/static/img/landing-animation/2x/01-drone-right.png"); } }
        #hero .hero-illustration .island-1 .emoji-heart {
          width: 10px;
          height: 13px;
          background-image: url("/static/img/landing-animation/1x/01-emoji-heart.png");
          background-size: 10px 13px;
          left: 260px;
          top: 116px;
          animation: emoji 5s infinite; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2) {
            #hero .hero-illustration .island-1 .emoji-heart {
              background-image: url("/static/img/landing-animation/2x/01-emoji-heart.png"); } }
        #hero .hero-illustration .island-1 .emoji-smile {
          width: 10px;
          height: 14px;
          background-image: url("/static/img/landing-animation/1x/01-emoji-smile.png");
          background-size: 10px 14px;
          left: 282px;
          top: 134px;
          animation: emoji 5s infinite 2.5s;
          transform: translate(0, 0) scale(0.8);
          opacity: 0; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2) {
            #hero .hero-illustration .island-1 .emoji-smile {
              background-image: url("/static/img/landing-animation/2x/01-emoji-smile.png"); } }
        #hero .hero-illustration .island-1 .location-pin {
          width: 23px;
          height: 34px;
          background-image: url("/static/img/landing-animation/1x/01-location-pin.png");
          background-size: 23px 34px;
          left: 210px;
          top: 65px;
          animation: location-pin 2s infinite; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2) {
            #hero .hero-illustration .island-1 .location-pin {
              background-image: url("/static/img/landing-animation/2x/01-location-pin.png"); } }
        #hero .hero-illustration .island-1 .numeros-01-01 {
          width: 18.6px;
          height: 34.8px;
          background: url("/static/img/landing-animation/numeros-01-01.gif");
          background-size: 18.6px 34.8px;
          left: 38px;
          top: 73px; }
        #hero .hero-illustration .island-1 .numeros-01-02 {
          width: 19.2px;
          height: 42.6px;
          background: url("/static/img/landing-animation/numeros-01-02.gif");
          background-size: 19.2px 42.6px;
          left: 215px;
          top: 22px; }
        #hero .hero-illustration .island-1 .numeros-01-03 {
          width: 28.2px;
          height: 21px;
          background: url("/static/img/landing-animation/numeros-01-03.gif");
          background-size: 28.2px 21px;
          left: 452px;
          top: 155px; }
        #hero .hero-illustration .island-1 .numeros-01-04 {
          width: 25.8px;
          height: 28.2px;
          background: url("/static/img/landing-animation/numeros-01-04.gif");
          background-size: 25.8px 28.2px;
          left: 169px;
          top: 220px; }
      #hero .hero-illustration .island-2 {
        width: 580px;
        height: 327px;
        right: 0;
        top: 0;
        background-image: url("/static/img/landing-animation/1x/02-base.png");
        background-size: 580px 327px; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2) {
          #hero .hero-illustration .island-2 {
            background-image: url("/static/img/landing-animation/2x/02-base.png"); } }
        #hero .hero-illustration .island-2 .popup-02 {
          left: 220px;
          top: 140px;
          width: 250px;
          opacity: 0;
          animation: popup 15s 5s infinite; }
        #hero .hero-illustration .island-2 div[class^=stars-] {
          position: absolute;
          left: -7px;
          top: -11px; }
          #hero .hero-illustration .island-2 div[class^=stars-].stars-a {
            transform: translate(73.6px, 30.9px); }
            #hero .hero-illustration .island-2 div[class^=stars-].stars-a .star-1 {
              animation: star-1 2s 0s infinite alternate; }
            #hero .hero-illustration .island-2 div[class^=stars-].stars-a .star-2 {
              animation: star-2 2s 0s infinite alternate; }
            #hero .hero-illustration .island-2 div[class^=stars-].stars-a .star-3 {
              animation: star-3 2s 0s infinite alternate; }
            #hero .hero-illustration .island-2 div[class^=stars-].stars-a .star-4 {
              animation: star-4 2s 0s infinite alternate; }
            #hero .hero-illustration .island-2 div[class^=stars-].stars-a .star-5 {
              animation: star-5 2s 0s infinite alternate; }
          #hero .hero-illustration .island-2 div[class^=stars-].stars-b {
            transform: translate(140.3px, 83.5px); }
            #hero .hero-illustration .island-2 div[class^=stars-].stars-b .star-1 {
              animation: star-1 2s 1s infinite alternate; }
            #hero .hero-illustration .island-2 div[class^=stars-].stars-b .star-2 {
              animation: star-2 2s 1s infinite alternate; }
            #hero .hero-illustration .island-2 div[class^=stars-].stars-b .star-3 {
              animation: star-3 2s 1s infinite alternate; }
            #hero .hero-illustration .island-2 div[class^=stars-].stars-b .star-4 {
              animation: star-4 2s 1s infinite alternate; }
            #hero .hero-illustration .island-2 div[class^=stars-].stars-b .star-5 {
              animation: star-5 2s 1s infinite alternate; }
          #hero .hero-illustration .island-2 div[class^=stars-].stars-c {
            transform: translate(195.4px, 31.9px); }
            #hero .hero-illustration .island-2 div[class^=stars-].stars-c .star-1 {
              animation: star-1 2s 2s infinite alternate; }
            #hero .hero-illustration .island-2 div[class^=stars-].stars-c .star-2 {
              animation: star-2 2s 2s infinite alternate; }
            #hero .hero-illustration .island-2 div[class^=stars-].stars-c .star-3 {
              animation: star-3 2s 2s infinite alternate; }
            #hero .hero-illustration .island-2 div[class^=stars-].stars-c .star-4 {
              animation: star-4 2s 2s infinite alternate; }
            #hero .hero-illustration .island-2 div[class^=stars-].stars-c .star-5 {
              animation: star-5 2s 2s infinite alternate; }
          #hero .hero-illustration .island-2 div[class^=stars-].stars-d {
            transform: translate(267.8px, 49.8px); }
            #hero .hero-illustration .island-2 div[class^=stars-].stars-d .star-1 {
              animation: star-1 2s 3s infinite alternate; }
            #hero .hero-illustration .island-2 div[class^=stars-].stars-d .star-2 {
              animation: star-2 2s 3s infinite alternate; }
            #hero .hero-illustration .island-2 div[class^=stars-].stars-d .star-3 {
              animation: star-3 2s 3s infinite alternate; }
            #hero .hero-illustration .island-2 div[class^=stars-].stars-d .star-4 {
              animation: star-4 2s 3s infinite alternate; }
            #hero .hero-illustration .island-2 div[class^=stars-].stars-d .star-5 {
              animation: star-5 2s 3s infinite alternate; }
          #hero .hero-illustration .island-2 div[class^=stars-].stars-e {
            transform: translate(406.2px, 20px); }
            #hero .hero-illustration .island-2 div[class^=stars-].stars-e .star-1 {
              animation: star-1 2s 4s infinite alternate; }
            #hero .hero-illustration .island-2 div[class^=stars-].stars-e .star-2 {
              animation: star-2 2s 4s infinite alternate; }
            #hero .hero-illustration .island-2 div[class^=stars-].stars-e .star-3 {
              animation: star-3 2s 4s infinite alternate; }
            #hero .hero-illustration .island-2 div[class^=stars-].stars-e .star-4 {
              animation: star-4 2s 4s infinite alternate; }
            #hero .hero-illustration .island-2 div[class^=stars-].stars-e .star-5 {
              animation: star-5 2s 4s infinite alternate; }
          #hero .hero-illustration .island-2 div[class^=stars-].stars-f {
            transform: translate(475.9px, 45.8px); }
            #hero .hero-illustration .island-2 div[class^=stars-].stars-f .star-1 {
              animation: star-1 2s 5s infinite alternate; }
            #hero .hero-illustration .island-2 div[class^=stars-].stars-f .star-2 {
              animation: star-2 2s 5s infinite alternate; }
            #hero .hero-illustration .island-2 div[class^=stars-].stars-f .star-3 {
              animation: star-3 2s 5s infinite alternate; }
            #hero .hero-illustration .island-2 div[class^=stars-].stars-f .star-4 {
              animation: star-4 2s 5s infinite alternate; }
            #hero .hero-illustration .island-2 div[class^=stars-].stars-f .star-5 {
              animation: star-5 2s 5s infinite alternate; }
        #hero .hero-illustration .island-2 div[class^=star-] {
          width: 8px;
          height: 9px;
          background-image: url("/static/img/landing-animation/1x/02-star.png");
          background-size: 8px 9px;
          position: absolute;
          opacity: 0; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2) {
            #hero .hero-illustration .island-2 div[class^=star-] {
              background-image: url("/static/img/landing-animation/2x/02-star.png"); } }
          #hero .hero-illustration .island-2 div[class^=star-].star-1 {
            transform: translate(3.4px, 10px); }
          #hero .hero-illustration .island-2 div[class^=star-].star-2 {
            transform: translate(11.8px, 7.6px); }
          #hero .hero-illustration .island-2 div[class^=star-].star-3 {
            transform: translate(20.1px, 5.2px); }
          #hero .hero-illustration .island-2 div[class^=star-].star-4 {
            transform: translate(28.5px, 2.7px); }
          #hero .hero-illustration .island-2 div[class^=star-].star-5 {
            transform: translate(36.8px, 0.3px); }
        #hero .hero-illustration .island-2 .window-cleaner-left {
          left: 53px;
          top: 70px;
          clip-path: polygon(0% 0%, 100% 11%, 100% 100%, 0% 100%);
          -webkit-clip-path: polygon(0% 0%, 100% 11%, 100% 100%, 0% 100%); }
          #hero .hero-illustration .island-2 .window-cleaner-left .image {
            width: 16px;
            height: 100px;
            background-image: url("/static/img/landing-animation/1x/02-window-cleaner-left.png");
            background-size: 16px 100px;
            position: relative;
            animation: window-cleaner-left 5s infinite; }
            @media only screen and (-webkit-min-device-pixel-ratio: 2) {
              #hero .hero-illustration .island-2 .window-cleaner-left .image {
                background-image: url("/static/img/landing-animation/2x/02-window-cleaner-left.png"); } }
        #hero .hero-illustration .island-2 .window-cleaner-right {
          left: 505px;
          top: 83px;
          clip-path: polygon(0% 5%, 100% 0%, 100% 100%, 0% 100%);
          -webkit-clip-path: polygon(0% 5%, 100% 0%, 100% 100%, 0% 100%); }
          #hero .hero-illustration .island-2 .window-cleaner-right .image {
            width: 16px;
            height: 97px;
            background-image: url("/static/img/landing-animation/1x/02-window-cleaner-right.png");
            background-size: 16px 97px;
            position: relative;
            animation: window-cleaner-left 5s 2.5s infinite; }
            @media only screen and (-webkit-min-device-pixel-ratio: 2) {
              #hero .hero-illustration .island-2 .window-cleaner-right .image {
                background-image: url("/static/img/landing-animation/2x/02-window-cleaner-right.png"); } }
        #hero .hero-illustration .island-2 .numeros-02-01 {
          width: 24.6px;
          height: 35.4px;
          background: url("/static/img/landing-animation/numeros-02-01.gif");
          background-size: 24.6px 35.4px;
          left: 121px;
          top: 21px; }
        #hero .hero-illustration .island-2 .numeros-02-02 {
          width: 24px;
          height: 28.8px;
          background: url("/static/img/landing-animation/numeros-02-02.gif");
          background-size: 24px 28.8px;
          left: 458px;
          top: 6px; }
        #hero .hero-illustration .island-2 .numeros-02-03 {
          width: 27.6px;
          height: 21.6px;
          background: url("/static/img/landing-animation/numeros-02-03.gif");
          background-size: 27.6px 21.6px;
          left: 386px;
          top: 268px; }
      #hero .hero-illustration .island-3 {
        width: 482px;
        height: 271px;
        right: 70px;
        bottom: 0;
        background-image: url("/static/img/landing-animation/1x/03-base.png");
        background-size: 482px 271px; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2) {
          #hero .hero-illustration .island-3 {
            background-image: url("/static/img/landing-animation/2x/03-base.png"); } }
        #hero .hero-illustration .island-3 .popup-03 {
          left: -50px;
          top: -60px;
          width: 380px;
          opacity: 0;
          animation: popup 15s 10s infinite; }
        #hero .hero-illustration .island-3 .bubble-3k {
          width: 20px;
          height: 18px;
          background-image: url("/static/img/landing-animation/1x/03-bubble-3k.png");
          background-size: 20px 18px;
          left: 270px;
          top: 168px;
          animation: bubble 5s 0s infinite;
          opacity: 0; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2) {
            #hero .hero-illustration .island-3 .bubble-3k {
              background-image: url("/static/img/landing-animation/2x/03-bubble-3k.png"); } }
        #hero .hero-illustration .island-3 .bubble-9k {
          width: 25px;
          height: 25px;
          background-image: url("/static/img/landing-animation/1x/03-bubble-9k.png");
          background-size: 25px 25px;
          left: 301px;
          top: 176px;
          animation: bubble 5s 2s infinite;
          opacity: 0; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2) {
            #hero .hero-illustration .island-3 .bubble-9k {
              background-image: url("/static/img/landing-animation/2x/03-bubble-9k.png"); } }
        #hero .hero-illustration .island-3 .bubble-15k {
          width: 25px;
          height: 25px;
          background-image: url("/static/img/landing-animation/1x/03-bubble-15k.png");
          background-size: 25px 25px;
          left: 296px;
          top: 159px;
          animation: bubble 5s 4s infinite;
          opacity: 0; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2) {
            #hero .hero-illustration .island-3 .bubble-15k {
              background-image: url("/static/img/landing-animation/2x/03-bubble-15k.png"); } }
        #hero .hero-illustration .island-3 .bubble-chart-book {
          width: 21px;
          height: 21px;
          background-image: url("/static/img/landing-animation/1x/03-bubble-chart-book.png");
          background-size: 21px 21px;
          left: 214px;
          top: 25px;
          animation: bubble 5s 5s infinite;
          opacity: 0; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2) {
            #hero .hero-illustration .island-3 .bubble-chart-book {
              background-image: url("/static/img/landing-animation/2x/03-bubble-chart-book.png"); } }
        #hero .hero-illustration .island-3 .bubble-chart-stars {
          width: 23px;
          height: 44px;
          background-image: url("/static/img/landing-animation/1x/03-bubble-chart-stars.png");
          background-size: 23px 44px;
          left: 110px;
          top: 116px;
          animation: bubble 5s 1s infinite;
          opacity: 0; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2) {
            #hero .hero-illustration .island-3 .bubble-chart-stars {
              background-image: url("/static/img/landing-animation/2x/03-bubble-chart-stars.png"); } }
        #hero .hero-illustration .island-3 .bubble-chart {
          width: 20px;
          height: 21px;
          background-image: url("/static/img/landing-animation/1x/03-bubble-chart.png");
          background-size: 20px 21px;
          left: 325px;
          top: 212px;
          animation: bubble 5s 0s infinite;
          opacity: 0; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2) {
            #hero .hero-illustration .island-3 .bubble-chart {
              background-image: url("/static/img/landing-animation/2x/03-bubble-chart.png"); } }
        #hero .hero-illustration .island-3 .bubble-flag-01 {
          width: 22px;
          height: 22px;
          background-image: url("/static/img/landing-animation/1x/03-bubble-flag-01.png");
          background-size: 22px 22px;
          left: 392px;
          top: 191px;
          animation: bubble 5s 0.5s infinite;
          opacity: 0; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2) {
            #hero .hero-illustration .island-3 .bubble-flag-01 {
              background-image: url("/static/img/landing-animation/2x/03-bubble-flag-01.png"); } }
        #hero .hero-illustration .island-3 .bubble-flag-02 {
          width: 22px;
          height: 22px;
          background-image: url("/static/img/landing-animation/1x/03-bubble-flag-02.png");
          background-size: 22px 22px;
          left: 393px;
          top: 209px;
          animation: bubble 5s 1s infinite;
          opacity: 0; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2) {
            #hero .hero-illustration .island-3 .bubble-flag-02 {
              background-image: url("/static/img/landing-animation/2x/03-bubble-flag-02.png"); } }
        #hero .hero-illustration .island-3 .bubble-gym {
          width: 46px;
          height: 32px;
          background-image: url("/static/img/landing-animation/1x/03-bubble-gym.png");
          background-size: 46px 32px;
          left: 138px;
          top: -26px;
          animation: bubble 5s 0s infinite;
          opacity: 0; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2) {
            #hero .hero-illustration .island-3 .bubble-gym {
              background-image: url("/static/img/landing-animation/2x/03-bubble-gym.png"); } }
        #hero .hero-illustration .island-3 .bubble-paragraph-blue {
          width: 22px;
          height: 22px;
          background-image: url("/static/img/landing-animation/1x/03-bubble-paragraph-blue.png");
          background-size: 22px 22px;
          left: 264px;
          top: 34px;
          animation: bubble 5s 0s infinite;
          opacity: 0; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2) {
            #hero .hero-illustration .island-3 .bubble-paragraph-blue {
              background-image: url("/static/img/landing-animation/2x/03-bubble-paragraph-blue.png"); } }
        #hero .hero-illustration .island-3 .bubble-paragraph-orange {
          width: 22px;
          height: 23px;
          background-image: url("/static/img/landing-animation/1x/03-bubble-paragraph-orange.png");
          background-size: 22px 23px;
          left: 260px;
          top: 12px;
          animation: bubble 5s 2s infinite;
          opacity: 0; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2) {
            #hero .hero-illustration .island-3 .bubble-paragraph-orange {
              background-image: url("/static/img/landing-animation/2x/03-bubble-paragraph-orange.png"); } }
        #hero .hero-illustration .island-3 .bubble-paragraph-shoe {
          width: 12px;
          height: 25px;
          background-image: url("/static/img/landing-animation/1x/03-bubble-paragraph-shoe.png");
          background-size: 12px 25px;
          left: 58px;
          top: 87px;
          animation: bubble 5s 0s infinite;
          opacity: 0; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2) {
            #hero .hero-illustration .island-3 .bubble-paragraph-shoe {
              background-image: url("/static/img/landing-animation/2x/03-bubble-paragraph-shoe.png"); } }
        #hero .hero-illustration .island-3 .bubble-yoga {
          width: 35px;
          height: 28px;
          background-image: url("/static/img/landing-animation/1x/03-bubble-yoga.png");
          background-size: 35px 28px;
          left: 220px;
          top: 170px;
          animation: bubble 5s 3s infinite;
          opacity: 0; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2) {
            #hero .hero-illustration .island-3 .bubble-yoga {
              background-image: url("/static/img/landing-animation/2x/03-bubble-yoga.png"); } }
        #hero .hero-illustration .island-3 .camera {
          width: 59px;
          height: 58px;
          background-image: url("/static/img/landing-animation/1x/03-camera.png");
          background-size: 59px 58px;
          left: 330px;
          top: 190px;
          animation: camera 3s linear infinite; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2) {
            #hero .hero-illustration .island-3 .camera {
              background-image: url("/static/img/landing-animation/2x/03-camera.png"); } }
        #hero .hero-illustration .island-3 .emoji-heart {
          width: 10px;
          height: 11px;
          background-image: url("/static/img/landing-animation/1x/03-emoji-heart.png");
          background-size: 10px 11px;
          left: 270px;
          top: 190px;
          animation: bubble 5s 1s infinite;
          opacity: 0; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2) {
            #hero .hero-illustration .island-3 .emoji-heart {
              background-image: url("/static/img/landing-animation/2x/03-emoji-heart.png"); } }
        #hero .hero-illustration .island-3 [class^=emoji-inlove-left] {
          width: 10px;
          height: 15px;
          background-image: url("/static/img/landing-animation/1x/03-emoji-inlove-left.png");
          background-size: 10px 15px; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2) {
            #hero .hero-illustration .island-3 [class^=emoji-inlove-left] {
              background-image: url("/static/img/landing-animation/2x/03-emoji-inlove-left.png"); } }
        #hero .hero-illustration .island-3 .emoji-inlove-left-01 {
          left: 47px;
          top: 105px;
          animation: bubble 5s 1s infinite;
          opacity: 0; }
        #hero .hero-illustration .island-3 .emoji-inlove-left-02 {
          left: 330px;
          top: 81px;
          animation: bubble 5s 0.5s infinite;
          opacity: 0; }
        #hero .hero-illustration .island-3 .emoji-inlove-right {
          width: 11px;
          height: 14px;
          background-image: url("/static/img/landing-animation/1x/03-emoji-inlove-right.png");
          background-size: 11px 14px;
          left: 375px;
          top: 192px;
          animation: bubble 5s 3s infinite;
          opacity: 0; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2) {
            #hero .hero-illustration .island-3 .emoji-inlove-right {
              background-image: url("/static/img/landing-animation/2x/03-emoji-inlove-right.png"); } }
        #hero .hero-illustration .island-3 [class^=emoji-laugh-left] {
          width: 11px;
          height: 15px;
          background-image: url("/static/img/landing-animation/1x/03-emoji-laugh-left.png");
          background-size: 11px 15px; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2) {
            #hero .hero-illustration .island-3 [class^=emoji-laugh-left] {
              background-image: url("/static/img/landing-animation/2x/03-emoji-laugh-left.png"); } }
        #hero .hero-illustration .island-3 .emoji-laugh-left-01 {
          left: 93px;
          top: 97px;
          animation: bubble 5s 0.5s infinite;
          opacity: 0; }
        #hero .hero-illustration .island-3 .emoji-laugh-left-02 {
          left: 158px;
          top: 154px;
          animation: bubble 5s 1.5s infinite;
          opacity: 0; }
        #hero .hero-illustration .island-3 [class^=emoji-laugh-right] {
          width: 11px;
          height: 14px;
          background-image: url("/static/img/landing-animation/1x/03-emoji-laugh-right.png");
          background-size: 11px 14px; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2) {
            #hero .hero-illustration .island-3 [class^=emoji-laugh-right] {
              background-image: url("/static/img/landing-animation/2x/03-emoji-laugh-right.png"); } }
        #hero .hero-illustration .island-3 .emoji-laugh-right-01 {
          left: 308px;
          top: 203px;
          animation: bubble 5s 1s infinite;
          opacity: 0; }
        #hero .hero-illustration .island-3 .emoji-laugh-right-02 {
          left: 381px;
          top: 88px;
          animation: bubble 5s 1.5s infinite;
          opacity: 0; }
        #hero .hero-illustration .island-3 [class^=emoji-smile-left] {
          width: 10px;
          height: 13px;
          background-image: url("/static/img/landing-animation/1x/03-emoji-smile-left.png");
          background-size: 10px 13px; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2) {
            #hero .hero-illustration .island-3 [class^=emoji-smile-left] {
              background-image: url("/static/img/landing-animation/2x/03-emoji-smile-left.png"); } }
        #hero .hero-illustration .island-3 .emoji-smile-left-01 {
          left: 174px;
          top: 78px;
          animation: bubble 5s 0s infinite;
          opacity: 0; }
        #hero .hero-illustration .island-3 .emoji-smile-left-02 {
          left: 223px;
          top: 198px;
          animation: bubble 5s 0.5s infinite;
          opacity: 0; }
        #hero .hero-illustration .island-3 .emoji-smile-left-03 {
          left: 350px;
          top: 110px;
          animation: bubble 5s 0.5s infinite;
          opacity: 0; }
        #hero .hero-illustration .island-3 [class^=emoji-smile-right] {
          width: 11px;
          height: 13px;
          background-image: url("/static/img/landing-animation/1x/03-emoji-smile-right.png");
          background-size: 11px 13px; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2) {
            #hero .hero-illustration .island-3 [class^=emoji-smile-right] {
              background-image: url("/static/img/landing-animation/2x/03-emoji-smile-right.png"); } }
        #hero .hero-illustration .island-3 .emoji-smile-right-01 {
          left: 131px;
          top: 20px;
          animation: bubble 5s 2s infinite;
          opacity: 0; }
        #hero .hero-illustration .island-3 .emoji-smile-right-02 {
          left: 336px;
          top: 233px;
          animation: bubble 5s 1s infinite;
          opacity: 0; }
        #hero .hero-illustration .island-3 [class^=emoji-thumbs-down-right] {
          width: 12px;
          height: 13px;
          background-image: url("/static/img/landing-animation/1x/03-emoji-thumbs-down-right.png");
          background-size: 12px 13px; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2) {
            #hero .hero-illustration .island-3 [class^=emoji-thumbs-down-right] {
              background-image: url("/static/img/landing-animation/2x/03-emoji-thumbs-down-right.png"); } }
        #hero .hero-illustration .island-3 .emoji-thumbs-down-right-01 {
          left: 137px;
          top: 136px;
          animation: bubble 5s 1.5s infinite;
          opacity: 0; }
        #hero .hero-illustration .island-3 .emoji-thumbs-down-right-02 {
          left: 251px;
          top: 75px;
          animation: bubble 5s 1.5s infinite;
          opacity: 0; }
        #hero .hero-illustration .island-3 .emoji-thumbs-up-left {
          width: 11px;
          height: 14px;
          background-image: url("/static/img/landing-animation/1x/03-emoji-thumbs-up-left.png");
          background-size: 11px 14px;
          left: 190px;
          top: 176px;
          animation: bubble 5s 0s infinite;
          opacity: 0; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2) {
            #hero .hero-illustration .island-3 .emoji-thumbs-up-left {
              background-image: url("/static/img/landing-animation/2x/03-emoji-thumbs-up-left.png"); } }
        #hero .hero-illustration .island-3 [class^=emoji-thumbs-up-right] {
          width: 11px;
          height: 13px;
          background-image: url("/static/img/landing-animation/1x/03-emoji-thumbs-up-right.png");
          background-size: 11px 13px; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2) {
            #hero .hero-illustration .island-3 [class^=emoji-thumbs-up-right] {
              background-image: url("/static/img/landing-animation/2x/03-emoji-thumbs-up-right.png"); } }
        #hero .hero-illustration .island-3 .emoji-thumbs-up-right-01 {
          left: 268px;
          top: 222px;
          animation: bubble 5s 0.5s infinite;
          opacity: 0; }
        #hero .hero-illustration .island-3 .emoji-thumbs-up-right-02 {
          left: 385px;
          top: 150px;
          animation: bubble 5s 0s infinite;
          opacity: 0; }
        #hero .hero-illustration .island-3 .location-pin-left {
          width: 24px;
          height: 36px;
          background-image: url("/static/img/landing-animation/1x/03-location-pin-left.png");
          background-size: 24px 36px;
          left: 97px;
          top: 34px;
          animation: bubble 5s 0s infinite;
          opacity: 0; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2) {
            #hero .hero-illustration .island-3 .location-pin-left {
              background-image: url("/static/img/landing-animation/2x/03-location-pin-left.png"); } }
        #hero .hero-illustration .island-3 .location-pin-right {
          width: 20px;
          height: 28px;
          background-image: url("/static/img/landing-animation/1x/03-location-pin-right.png");
          background-size: 20px 28px;
          left: 305px;
          top: 125px;
          animation: bubble 5s 2.5s infinite;
          opacity: 0; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2) {
            #hero .hero-illustration .island-3 .location-pin-right {
              background-image: url("/static/img/landing-animation/2x/03-location-pin-right.png"); } }
        #hero .hero-illustration .island-3 .numeros-03-01 {
          width: 19.8px;
          height: 34.8px;
          background: url("/static/img/landing-animation/numeros-03-01.gif");
          background-size: 19.8px 34.8px;
          left: 54px;
          top: 60px; }
        #hero .hero-illustration .island-3 .numeros-03-02 {
          width: 27.6px;
          height: 27.6px;
          background: url("/static/img/landing-animation/numeros-03-02.gif");
          background-size: 27.6px 27.6px;
          left: 438px;
          top: 66px; }
        #hero .hero-illustration .island-3 .numeros-03-03 {
          width: 34.8px;
          height: 20.4px;
          background: url("/static/img/landing-animation/numeros-03-03.gif");
          background-size: 34.8px 20.4px;
          left: 132px;
          top: 171px; }
        #hero .hero-illustration .island-3 .numeros-03-04 {
          width: 33px;
          height: 21.6px;
          background: url("/static/img/landing-animation/numeros-03-04.gif");
          background-size: 33px 21.6px;
          left: 230px;
          top: 223px; }
        #hero .hero-illustration .island-3 .numeros-03-05 {
          width: 24px;
          height: 35.4px;
          background: url("/static/img/landing-animation/numeros-03-05.gif");
          background-size: 24px 35.4px;
          left: 418px;
          top: 173px; }
    #hero .actions a.white {
      color: #0d5ff8; }
    @media (max-width: 599px) {
      #hero .actions a {
        display: block;
        margin-bottom: 0; } }
    @media (min-width: 600px) {
      #hero .actions a {
        margin-right: 15px; }
        #hero .actions a:last-child {
          margin-right: 0; } }
  #hero .illustration {
    position: absolute; }
    #hero .illustration a {
      display: block;
      margin: auto;
      background: #fff;
      padding: 10px;
      border-radius: 8px;
      box-shadow: 0px 8px 15px 0px rgba(22, 50, 75, 0.35);
      position: absolute;
      width: 150px;
      top: 50%;
      margin-top: -50px;
      left: 50%;
      margin-left: -75px;
      font-size: 16px;
      font-weight: 600;
      color: #1d242f;
      text-align: center;
      opacity: 0;
      transition: opacity 0.15s ease-out;
      pointer-events: none; }
    #hero .illustration svg path {
      opacity: 0;
      transition: opacity 0.15s ease-out;
      cursor: pointer; }
    #hero .illustration.hovered a {
      opacity: 1; }
    #hero .illustration.hovered svg path {
      opacity: 0.7; }
    #hero .illustration.retail {
      left: 38px;
      top: 237px; }
  #primary {
    margin-bottom: 100px; }
    #primary h2 {
      text-align: center;
      margin-bottom: 25px; }
    #primary .centered-large {
      max-width: 850px; }
    @media (max-width: 599px) {
      #primary {
        margin-bottom: 40px;
        padding-top: 0; } }
  #secondary {
    background: #070a0f;
    padding-top: 100px;
    padding-bottom: 100px; }
    @media (max-width: 599px) {
      #secondary {
        padding-top: 50px;
        padding-bottom: 25px; } }
    #secondary div.demo {
      display: flex; }
      #secondary div.demo a {
        margin: 0 auto; }
        @media (max-width: 599px) {
          #secondary div.demo a {
            width: 100%;
            text-align: center; } }
    #secondary p {
      color: #c5c8cc; }
      @media (max-width: 599px) {
        #secondary p br {
          display: none; } }
    #secondary h2, #secondary h4 {
      color: #fff; }
    #secondary h2 {
      text-align: center;
      margin-bottom: 30px; }
      @media (min-width: 1100px) {
        #secondary h2 {
          font-size: 42px;
          line-height: 48px; } }
      @media (max-width: 599px) {
        #secondary h2 {
          margin-bottom: 15px;
          padding: 0 20px;
          line-height: 42px; }
          #secondary h2 br {
            display: none; } }
    #secondary .preview {
      margin-top: 60px;
      margin-bottom: 120px;
      perspective: 1000px; }
      @media (max-width: 599px) {
        #secondary .preview {
          margin-bottom: 36px; } }
    #secondary ul.features {
      margin-top: 100px; }
      @media (max-width: 899px) {
        #secondary ul.features {
          padding: 0 10px;
          margin-top: 0; } }
      @media (max-width: 599px) {
        #secondary ul.features {
          margin-top: 15px; } }
      #secondary ul.features li {
        width: 100%;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        margin-bottom: 170px; }
        #secondary ul.features li:last-child {
          margin-bottom: 20px; }
        @media (max-width: 899px) {
          #secondary ul.features li {
            margin-bottom: 30px; } }
        @media (max-width: 599px) {
          #secondary ul.features li {
            margin-bottom: 90px;
            flex-direction: column; }
            #secondary ul.features li.left {
              flex-direction: column-reverse; } }
        #secondary ul.features li > div {
          box-sizing: border-box; }
        #secondary ul.features li > div:first-child {
          width: 58%; }
          @media (max-width: 599px) {
            #secondary ul.features li > div:first-child {
              width: 100%; } }
        #secondary ul.features li > div:last-child {
          width: 42%;
          margin-left: 40px; }
          @media (max-width: 599px) {
            #secondary ul.features li > div:last-child {
              width: 100%;
              margin-left: 0; } }
        #secondary ul.features li div.texts {
          margin-left: 50px;
          opacity: 0;
          -ms-transform: translateY(50px);
          transform: translateY(50px);
          transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1); }
          @media (max-width: 899px) {
            #secondary ul.features li div.texts {
              margin-left: 30px; }
              #secondary ul.features li div.texts.left {
                margin-left: 0; } }
          @media (max-width: 599px) {
            #secondary ul.features li div.texts {
              margin-left: 0;
              text-align: center; }
              #secondary ul.features li div.texts a {
                width: 100%;
                box-sizing: border-box;
                margin-top: 20px; } }
          #secondary ul.features li div.texts .button {
            margin-top: 10px; }
            @media (max-width: 599px) {
              #secondary ul.features li div.texts .button {
                margin-top: 20px; } }
          #secondary ul.features li div.texts .clear-button {
            font-size: 22px;
            font-weight: 600;
            color: #2972fa; }
          #secondary ul.features li div.texts p {
            max-width: 430px;
            font-size: 22px;
            line-height: 34px; }
            @media (max-width: 599px) {
              #secondary ul.features li div.texts p {
                margin-bottom: 0;
                font-size: 19px;
                line-height: 1.6; } }
          #secondary ul.features li div.texts h4 {
            font-size: 53px;
            line-height: 55px;
            font-weight: 800;
            margin-bottom: 20px; }
            @media (max-width: 899px) {
              #secondary ul.features li div.texts h4 {
                font-size: 46px;
                line-height: 50px; } }
            @media (max-width: 599px) {
              #secondary ul.features li div.texts h4 {
                font-size: 42px;
                line-height: 45px; } }
        #secondary ul.features li div.feature-image-container {
          flex-shrink: 0;
          flex-grow: 0;
          position: relative; }
          @media (max-width: 599px) {
            #secondary ul.features li div.feature-image-container {
              width: 80%;
              background-position-x: center; } }
          #secondary ul.features li div.feature-image-container > div {
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            -ms-transform: translateY(50px);
            transform: translateY(50px);
            transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1); }
          #secondary ul.features li div.feature-image-container.custom-queries {
            height: 489px;
            margin-left: -54px;
            margin-bottom: -20px; }
            @media (max-width: 1099px) {
              #secondary ul.features li div.feature-image-container.custom-queries {
                margin-left: -18px; } }
            @media (max-width: 599px) {
              #secondary ul.features li div.feature-image-container.custom-queries {
                margin: 0;
                height: 200px; } }
            #secondary ul.features li div.feature-image-container.custom-queries > div.query-1 {
              background-image: url("/static/img/landing/1x/features/query-01.png");
              background-size: contain;
              transition-delay: .3s; }
              @media only screen and (-webkit-min-device-pixel-ratio: 2) {
                #secondary ul.features li div.feature-image-container.custom-queries > div.query-1 {
                  background-image: url("/static/img/landing/2x/features/query-01.png"); } }
            #secondary ul.features li div.feature-image-container.custom-queries > div.query-2 {
              background-image: url("/static/img/landing/1x/features/query-02.png");
              background-size: contain;
              transition-delay: .4s; }
              @media only screen and (-webkit-min-device-pixel-ratio: 2) {
                #secondary ul.features li div.feature-image-container.custom-queries > div.query-2 {
                  background-image: url("/static/img/landing/2x/features/query-02.png"); } }
          #secondary ul.features li div.feature-image-container.bookmarking {
            height: 497px;
            margin-bottom: -60px; }
            @media (max-width: 599px) {
              #secondary ul.features li div.feature-image-container.bookmarking {
                margin: 0;
                margin-bottom: 15px;
                height: 200px; } }
            #secondary ul.features li div.feature-image-container.bookmarking > div.bookmarking-1 {
              background-image: url("/static/img/landing/1x/features/bookmarking-01.png");
              background-size: contain;
              transition-delay: .3s; }
              @media only screen and (-webkit-min-device-pixel-ratio: 2) {
                #secondary ul.features li div.feature-image-container.bookmarking > div.bookmarking-1 {
                  background-image: url("/static/img/landing/2x/features/bookmarking-01.png"); } }
            #secondary ul.features li div.feature-image-container.bookmarking > div.bookmarking-2 {
              background-image: url("/static/img/landing/1x/features/bookmarking-02.png");
              background-size: contain;
              transition-delay: 2.4s; }
              @media only screen and (-webkit-min-device-pixel-ratio: 2) {
                #secondary ul.features li div.feature-image-container.bookmarking > div.bookmarking-2 {
                  background-image: url("/static/img/landing/2x/features/bookmarking-02.png"); } }
          #secondary ul.features li div.feature-image-container.alerts {
            height: 436px;
            margin-left: -65px;
            margin-bottom: -42px; }
            @media (max-width: 1099px) {
              #secondary ul.features li div.feature-image-container.alerts {
                margin-left: -35px; } }
            @media (max-width: 599px) {
              #secondary ul.features li div.feature-image-container.alerts {
                margin: 0;
                height: 200px; } }
            #secondary ul.features li div.feature-image-container.alerts > div.alerts-1 {
              background-image: url("/static/img/landing/1x/features/alerts-01.png");
              background-size: contain;
              transition-delay: .3s; }
              @media only screen and (-webkit-min-device-pixel-ratio: 2) {
                #secondary ul.features li div.feature-image-container.alerts > div.alerts-1 {
                  background-image: url("/static/img/landing/2x/features/alerts-01.png"); } }
          #secondary ul.features li div.feature-image-container.charts {
            height: 431px;
            margin-left: -25px;
            margin-bottom: -10px; }
            @media (max-width: 1099px) {
              #secondary ul.features li div.feature-image-container.charts {
                margin-left: -12px; } }
            @media (max-width: 599px) {
              #secondary ul.features li div.feature-image-container.charts {
                margin: 0;
                height: 200px; } }
            #secondary ul.features li div.feature-image-container.charts > div.charts-1 {
              background-image: url("/static/img/landing/1x/features/charts-01.png");
              background-size: contain;
              transition-delay: .3s; }
              @media only screen and (-webkit-min-device-pixel-ratio: 2) {
                #secondary ul.features li div.feature-image-container.charts > div.charts-1 {
                  background-image: url("/static/img/landing/2x/features/charts-01.png"); } }
            #secondary ul.features li div.feature-image-container.charts > div.charts-2 {
              background-image: url("/static/img/landing/1x/features/charts-02.png");
              background-size: contain;
              transition-delay: .4s; }
              @media only screen and (-webkit-min-device-pixel-ratio: 2) {
                #secondary ul.features li div.feature-image-container.charts > div.charts-2 {
                  background-image: url("/static/img/landing/2x/features/charts-02.png"); } }
          #secondary ul.features li div.feature-image-container.maps {
            height: 480px;
            margin-left: -15px;
            margin-bottom: -5px; }
            @media (max-width: 1099px) {
              #secondary ul.features li div.feature-image-container.maps {
                margin-left: -12px; } }
            @media (max-width: 599px) {
              #secondary ul.features li div.feature-image-container.maps {
                margin: 0;
                height: 250px; } }
            #secondary ul.features li div.feature-image-container.maps > div.maps-1 {
              background-image: url("/static/img/landing/1x/features/maps-01.png");
              background-size: contain;
              transition-delay: .3s; }
              @media only screen and (-webkit-min-device-pixel-ratio: 2) {
                #secondary ul.features li div.feature-image-container.maps > div.maps-1 {
                  background-image: url("/static/img/landing/2x/features/maps-01.png"); } }
            #secondary ul.features li div.feature-image-container.maps > div.maps-2 {
              background-image: url("/static/img/landing/1x/features/maps-02.png");
              background-size: contain;
              transition-delay: .4s; }
              @media only screen and (-webkit-min-device-pixel-ratio: 2) {
                #secondary ul.features li div.feature-image-container.maps > div.maps-2 {
                  background-image: url("/static/img/landing/2x/features/maps-02.png"); } }
          #secondary ul.features li div.feature-image-container.search {
            height: 439px;
            margin-left: -15px;
            margin-bottom: -50px; }
            @media (max-width: 1099px) {
              #secondary ul.features li div.feature-image-container.search {
                margin-left: -12px; } }
            @media (max-width: 599px) {
              #secondary ul.features li div.feature-image-container.search {
                margin: 0;
                height: 200px; } }
            #secondary ul.features li div.feature-image-container.search > div.search-1 {
              background-image: url("/static/img/landing/1x/features/search-01.png");
              background-size: contain;
              transition-delay: .3s; }
              @media only screen and (-webkit-min-device-pixel-ratio: 2) {
                #secondary ul.features li div.feature-image-container.search > div.search-1 {
                  background-image: url("/static/img/landing/2x/features/search-01.png"); } }
            #secondary ul.features li div.feature-image-container.search > div.search-2 {
              background-image: url("/static/img/landing/1x/features/search-02a.png");
              background-size: contain;
              transition-delay: .4s; }
              @media only screen and (-webkit-min-device-pixel-ratio: 2) {
                #secondary ul.features li div.feature-image-container.search > div.search-2 {
                  background-image: url("/static/img/landing/2x/features/search-02a.png"); } }
          #secondary ul.features li div.feature-image-container.left.bookmarking > div {
            width: auto;
            left: -20px;
            right: -20px; }
            @media (max-width: 1099px) {
              #secondary ul.features li div.feature-image-container.left.bookmarking > div {
                right: -5px; } }
            @media (max-width: 899px) {
              #secondary ul.features li div.feature-image-container.left.bookmarking > div {
                left: -10px; } }
            @media (max-width: 599px) {
              #secondary ul.features li div.feature-image-container.left.bookmarking > div {
                left: 0;
                right: 0; } }
        #secondary ul.features li.visible > div {
          opacity: 1;
          -ms-transform: translateY(0);
          transform: translateY(0); }
          #secondary ul.features li.visible > div > div {
            opacity: 1;
            -ms-transform: translateY(0);
            transform: translateY(0); }
  section#datasets {
    padding-top: 100px;
    text-align: center;
    margin-bottom: 40px; }
    @media (max-width: 599px) {
      section#datasets {
        padding-top: 60px;
        margin-bottom: 20px; } }
    section#datasets h2 {
      margin: 0 auto;
      margin-bottom: 30px; }
      @media (max-width: 899px) {
        section#datasets h2 {
          max-width: 620px;
          line-height: 1.1; } }
    section#datasets ul.datasets {
      margin-top: 80px; }
      section#datasets ul.datasets li {
        width: 50%;
        box-sizing: border-box;
        float: left;
        padding: 0 15px;
        height: 120px;
        display: flex;
        align-items: center;
        text-align: left;
        margin-bottom: 80px; }
        @media (max-width: 899px) {
          section#datasets ul.datasets li {
            float: none;
            width: 100%; } }
        @media (max-width: 599px) {
          section#datasets ul.datasets li {
            flex-direction: column;
            align-items: center;
            text-align: center;
            height: auto;
            margin-bottom: 30px; }
            section#datasets ul.datasets li .image {
              margin-right: 0 !important;
              margin-bottom: 20px; }
            section#datasets ul.datasets li p {
              line-height: 1.6; } }
        section#datasets ul.datasets li .image {
          width: 120px;
          height: 120px;
          flex: 0 0 120px;
          margin-right: 30px; }
        section#datasets ul.datasets li h4 {
          font-size: 22px;
          margin-bottom: 5px; }
        section#datasets ul.datasets li p {
          font-size: 18px;
          margin-bottom: 0;
          color: #9a9fa6; }
        section#datasets ul.datasets li.store-locations .image {
          background-image: url("/static/img/landing/1x/v2-dataset-store-locations.png");
          background-size: 120px 120px; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2) {
            section#datasets ul.datasets li.store-locations .image {
              background-image: url("/static/img/landing/2x/v2-dataset-store-locations.png"); } }
        section#datasets ul.datasets li.job-listings .image {
          background-image: url("/static/img/landing/1x/v2-dataset-job-listings.png");
          background-size: 120px 120px; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2) {
            section#datasets ul.datasets li.job-listings .image {
              background-image: url("/static/img/landing/2x/v2-dataset-job-listings.png"); } }
        section#datasets ul.datasets li.product-pricing .image {
          background-image: url("/static/img/landing/1x/v2-dataset-product-pricing.png");
          background-size: 120px 120px; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2) {
            section#datasets ul.datasets li.product-pricing .image {
              background-image: url("/static/img/landing/2x/v2-dataset-product-pricing.png"); } }
        section#datasets ul.datasets li.property-pricing .image {
          background-image: url("/static/img/landing/1x/v2-dataset-property-pricing.png");
          background-size: 120px 120px; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2) {
            section#datasets ul.datasets li.property-pricing .image {
              background-image: url("/static/img/landing/2x/v2-dataset-property-pricing.png"); } }
        section#datasets ul.datasets li.car-inventory .image {
          background-image: url("/static/img/landing/1x/v2-dataset-car-inventory.png");
          background-size: 120px 120px; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2) {
            section#datasets ul.datasets li.car-inventory .image {
              background-image: url("/static/img/landing/2x/v2-dataset-car-inventory.png"); } }
        section#datasets ul.datasets li.facebook .image {
          background-image: url("/static/img/landing/1x/v2-dataset-facebook.png");
          background-size: 120px 120px; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2) {
            section#datasets ul.datasets li.facebook .image {
              background-image: url("/static/img/landing/2x/v2-dataset-facebook.png"); } }
  #bottom {
    background: #070a0f; }
    @media (min-width: 600px) {
      #bottom {
        padding-top: 100px;
        padding-bottom: 80px; } }
    @media (max-width: 599px) {
      #bottom {
        padding-top: 35px; } }
    #bottom h2 {
      text-align: center;
      color: #fff; }
      @media (max-width: 599px) {
        #bottom h2 {
          margin-bottom: 30px; } }
  #clients-container {
    margin-bottom: 90px; }
    #clients-container > .container {
      max-width: 1350px; }
    @media (max-width: 599px) {
      #clients-container {
        margin-bottom: 30px; } }
    #clients-container #clients-mobile p {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 65px; }
  .owl-dots .owl-dot {
    background: #363d4a !important; }
    .owl-dots .owl-dot:focus {
      outline: none; }
    .owl-dots .owl-dot.active {
      background: #fff !important; }
  #quotes-container div h2 {
    max-width: 595px;
    margin: 0 auto;
    margin-bottom: 40px; }
    @media (max-width: 599px) {
      #quotes-container div h2 {
        margin-bottom: 30px; } }
  #testimonials-container {
    border-top: 1px solid #181e2a;
    padding-top: 70px; }
    @media (max-width: 899px) {
      #testimonials-container {
        padding-top: 45px; } }
    @media (max-width: 599px) {
      #testimonials-container {
        padding-top: 0;
        padding-bottom: 36px; } }
  @media (max-width: 899px) {
    div#bottom-pitch {
      margin-top: 35px; } }
  @media (max-width: 599px) {
    div#bottom-pitch {
      margin-top: 0; } }
  #footer-section {
    border-top: 1px solid #f3f2f9; }
  .chatlio-widget {
    transition: transform 0.2s ease-in-out; }
  body.banner-visible #promote-banner {
    display: flex; }
  body.banner-active #promote-banner {
    transform: translate(0, 0); }
  @media (min-width: 600px) {
    body.banner-active .chatlio-widget {
      transform: translate(0, -50px); } }
  @media (max-width: 599px) {
    body.banner-active .chatlio-widget {
      display: none; } }
  #promote-banner {
    position: fixed;
    z-index: 500;
    left: 0;
    bottom: 0;
    right: 0;
    background: #215af2;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    display: none;
    align-items: center;
    transition: transform 0.2s ease-in-out;
    padding: 10px 5px 10px 20px;
    box-sizing: border-box; }
    @media (max-width: 599px) {
      #promote-banner {
        flex-direction: column;
        transform: translate(0, 200px);
        padding: 18px 20px 20px 20px; } }
    @media (min-width: 600px) {
      #promote-banner {
        transform: translate(0, 100px); } }
    #promote-banner div.texts-desktop {
      display: flex;
      align-items: center; }
      @media (max-width: 599px) {
        #promote-banner div.texts-desktop {
          display: none; } }
      @media (min-width: 600px) {
        #promote-banner div.texts-desktop .title, #promote-banner div.texts-desktop .subtitle {
          margin-right: 25px; } }
    #promote-banner div.texts-mobile {
      text-align: center;
      line-height: 1.45; }
      @media (min-width: 600px) {
        #promote-banner div.texts-mobile {
          display: none; } }
    #promote-banner .title {
      font-weight: 700; }
    #promote-banner .subtitle {
      flex-shrink: 0; }
    #promote-banner .actions {
      flex-shrink: 0; }
      @media (max-width: 599px) {
        #promote-banner .actions {
          width: 100%;
          margin-top: 15px;
          display: flex; } }
      #promote-banner .actions a {
        display: inline-block;
        height: 30px;
        line-height: 30px;
        padding: 0 15px;
        font-size: 13px;
        font-weight: 600;
        border-radius: 4px;
        margin-right: 10px;
        text-align: center; }
        @media (max-width: 599px) {
          #promote-banner .actions a {
            flex-grow: 1;
            flex-basis: 0;
            height: 40px;
            line-height: 40px;
            font-size: 15px;
            font-weight: 700; } }
        #promote-banner .actions a.open {
          background: #fff;
          color: #1e242e; }
          @media (max-width: 599px) {
            #promote-banner .actions a.open {
              margin-right: 8px;
              margin-left: 0; } }
        #promote-banner .actions a.dismiss {
          background: #4072f5;
          color: #fff; }
          @media (max-width: 599px) {
            #promote-banner .actions a.dismiss {
              margin-left: 8px;
              margin-right: 0; } }
  @media screen and (max-width: 450px) {
     {
      /* Header
      --------------------------------------------------------------*/
      /* Middle/Clients
      --------------------------------------------------------------*/
      /* Testimonials
      --------------------------------------------------------------*/ }
      *[id$="mobile"] {
        display: block; }
      #header {
        margin-bottom: 0; }
      #header ul {
        display: none; }
      #middle #clients-mobile {
        padding-top: 100px;
        margin-bottom: 30px; }
        #middle #clients-mobile p {
          margin-bottom: 30px; }
      #testimonials-mobile {
        margin-top: 50px;
        margin-bottom: 0; } }

