/* Brand color palette */
/* Content width */
/* Mixins */
.marketing-site #container {
  background: url(/assets/img/bg.jpg) top center no-repeat;
  background-size: cover; }
  .marketing-site #container.home-page {
    background-position: bottom center; }
  .marketing-site #container.about-page {
    background-position: bottom center; }
  .marketing-site #container.features-page {
    background: url(/assets/img/features-bg.jpg) top center no-repeat;
    background-size: 100%; }
  .marketing-site #container.legal-page {
    background: #f2f2f2; }
  .marketing-site #container.botdir-page {
    background-attachment: fixed; }

.float {
  position: absolute;
  max-width: 100%;
  pointer-events: none;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%; }

/* Home page */
.home-intro {
  position: relative; }
  .home-intro .elements-1 {
    position: absolute;
    height: 732px;
    width: 100%;
    max-width: 1857px;
    left: 0;
    top: -94px;
    background-image: url(/assets/img/floats/floats-1.png);
    background-size: cover; }

.hero {
  width: 445px;
  margin: 130px 0 60px;
  padding-top: 12px; }
  .hero h1 {
    line-height: 95px; }

.big-text {
  position: relative;
  font-family: 'DIN Med', sans-serif;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .big-text .line {
    position: absolute;
    height: 100%;
    width: 30px;
    background: #5e0d8b;
    z-index: 1; }
  .big-text .text {
    position: absolute; }
  .big-text.top {
    height: 420px;
    margin-bottom: 120px;
    font-size: 136px;
    letter-spacing: 26px;
    line-height: 160px;
    color: rgba(218, 214, 223, 0.55); }
    .big-text.top .line {
      right: 0;
      top: 70px; }
    .big-text.top .text {
      width: 915px;
      right: 90px;
      top: 40px; }
    .big-text.top .hash-1 {
      left: -225px;
      top: 125px;
      height: 175px;
      width: 184px;
      background-image: url(/assets/img/floats/hash-1.png); }
    .big-text.top .line-1 {
      left: 416px;
      top: 160px;
      height: 55px;
      width: 371px;
      background-image: url(/assets/img/floats/line-1.png); }
  .big-text.bottom {
    clear: both;
    top: -554px;
    font-size: 186px;
    letter-spacing: 30px;
    line-height: 230px;
    color: rgba(255, 255, 255, 0.7); }
    .big-text.bottom .line {
      left: 0;
      top: 0;
      height: 594px; }
    .big-text.bottom .text {
      left: 125px;
      top: -55px; }
      .big-text.bottom .text .line-3 {
        left: -170px;
        top: -80px;
        height: 314px;
        width: 767px;
        max-width: none;
        background-image: url(/assets/img/floats/line-3.png); }

.vertical-text {
  position: absolute;
  display: table;
  font-family: 'VT323', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
  transform: rotateZ(90deg); }
  .vertical-text span {
    display: inline-block;
    position: relative;
    letter-spacing: 0.2em; }
  .vertical-text .line {
    top: -4px;
    height: 3px;
    width: 76px;
    margin-right: 18px;
    background: #fff; }
  .vertical-text .square {
    top: -1px;
    height: 8px;
    width: 8px;
    margin-left: 18px;
    background: #e2231a; }
  .vertical-text.purple {
    color: #5b5377; }
    .vertical-text.purple .line {
      background: #5b5377; }
  .vertical-text.dark {
    color: #2f1a45; }
    .vertical-text.dark .line {
      background: #2f1a45; }

.intro-section {
  position: relative;
  padding-bottom: 120px; }
  .intro-section .subtitle {
    width: 750px; }
  .intro-section .cta {
    margin: 60px 0; }

.hiw-container {
  position: relative; }
  .hiw-container .elements-13 {
    bottom: 0;
    left: 0;
    height: 725px;
    width: 100%;
    background: url(/assets/img/floats/floats-13.png) bottom center no-repeat;
    background-size: 100%; }

.how-it-works {
  display: table;
  padding-bottom: 100px;
  padding-left: 35px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .how-it-works .vertical-text {
    left: -125px;
    top: 44px; }
  .how-it-works h3 {
    margin-top: 60px; }

.step-box {
  float: left;
  width: 33%;
  padding-right: 6%;
  padding-bottom: 55px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .step-box h3 {
    text-align: center; }

.step-icon {
  margin: 0 auto; }
  .step-icon.add-icon {
    height: 209px;
    width: 236px;
    background: url(/assets/img/add-icon.svg) center center no-repeat; }
  .step-icon.translate-icon {
    height: 209px;
    width: 203px;
    background: url(/assets/img/translate-icon.svg) center center no-repeat; }
  .step-icon.syndicate-icon {
    height: 208px;
    width: 208px;
    background: url(/assets/img/syndicate-icon.svg) center center no-repeat; }

.gradient-bg {
  height: 250px;
  background: rgba(100, 16, 133, 0.9);
  /* Old browsers */
  background: -moz-linear-gradient(left, rgba(100, 16, 133, 0.9) 0%, rgba(118, 20, 118, 0.9) 27%, rgba(157, 26, 85, 0.9) 71%, rgba(194, 33, 54, 0.9) 91%, #d0232b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(100, 16, 133, 0.9) 0%, rgba(118, 20, 118, 0.9) 27%, rgba(157, 26, 85, 0.9) 71%, rgba(194, 33, 54, 0.9) 91%, #d0232b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(100, 16, 133, 0.9) 0%, rgba(118, 20, 118, 0.9) 27%, rgba(157, 26, 85, 0.9) 71%, rgba(194, 33, 54, 0.9) 91%, #d0232b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#641085', endColorstr='#d0232b', GradientType=1);
  /* IE6-9 */ }
  .gradient-bg.full-color {
    background: #641085;
    /* Old browsers */
    background: -moz-linear-gradient(left, #641085 0%, #761476 27%, #9d1a55 71%, #c22136 91%, #d0232b 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #641085 0%, #761476 27%, #9d1a55 71%, #c22136 91%, #d0232b 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #641085 0%, #761476 27%, #9d1a55 71%, #c22136 91%, #d0232b 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#641085', endColorstr='#d0232b', GradientType=1);
    /* IE6-9 */ }

.features-intro {
  display: none;
  position: relative; }
  .features-intro .elements-2 {
    left: 0;
    top: 120px;
    height: 378px;
    width: 391px;
    background-image: url(/assets/img/floats/floats-2.png); }
  .features-intro .elements-3 {
    right: 0;
    top: 85px;
    height: 863px;
    width: 652px;
    background-image: url(/assets/img/floats/floats-3.png); }
  .features-intro .elements-4 {
    bottom: -125px;
    left: 85px;
    height: 557px;
    width: 834px;
    background-image: url(/assets/img/floats/floats-4.png); }
  .features-intro .elements-5 {
    right: 100px;
    bottom: -285px;
    height: 677px;
    width: 902px;
    background-image: url(/assets/img/floats/floats-5.png);
    z-index: 1; }

.features {
  position: relative;
  margin-top: 130px; }
  .features .vertical-text {
    left: -127px;
    top: -145px; }
  .features .feature {
    display: table;
    margin-bottom: 190px; }
    .features .feature h1 {
      margin-bottom: 80px; }
    .features .feature .icon {
      float: left;
      position: relative;
      top: -3px; }
    .features .feature .text {
      float: left;
      width: 670px;
      margin-left: 108px;
      border-bottom: 3px solid #2f1a45;
      color: #2f1a45;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .features .feature.bot-translation {
      margin-left: 235px; }
      .features .feature.bot-translation .icon, .features .feature.bot-translation .text {
        height: 229px; }
      .features .feature.bot-translation .icon {
        width: 232px;
        background: url(/assets/img/bot-translation.svg) center center no-repeat;
        background-size: 100%; }
      .features .feature.bot-translation .text {
        margin-left: 115px; }
    .features .feature.markup-language .icon, .features .feature.markup-language .text {
      height: 232px; }
    .features .feature.markup-language .icon {
      width: 252px;
      background: url(/assets/img/markup-language.svg) center center no-repeat;
      background-size: 100%; }
    .features .feature.markup-language .text {
      margin-left: 92px; }
    .features .feature.cross-platform {
      margin: 0 0 225px 340px; }
      .features .feature.cross-platform .icon, .features .feature.cross-platform .text {
        height: 228px; }
      .features .feature.cross-platform .icon {
        width: 236px;
        background: url(/assets/img/cross-platform.svg) center center no-repeat;
        background-size: 100%; }

.promo-bar {
  position: relative;
  z-index: 1; }
  .promo-bar .centered {
    display: table;
    height: 100%; }
  .promo-bar .middle {
    display: table-cell;
    line-height: 45px;
    vertical-align: middle;
    color: #fff; }
  .promo-bar h3 {
    display: inline-table;
    font-size: 33px;
    color: #fff; }
  .promo-bar form {
    display: inline-table;
    margin-left: 100px; }
  .promo-bar input {
    float: left;
    height: 45px;
    width: 318px;
    padding: 0 23px;
    border: none;
    outline: none;
    opacity: 1;
    font-size: 15px;
    background-color: rgba(91, 83, 119, 0.5);
    background-blend-mode: multiply;
    color: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .promo-bar input::-webkit-input-placeholder {
      opacity: 1;
      color: #fff; }
    .promo-bar input:-moz-placeholder {
      /* Firefox 18- */
      opacity: 1;
      color: #fff; }
    .promo-bar input::-moz-placeholder {
      /* Firefox 19+ */
      opacity: 1;
      color: #fff; }
    .promo-bar input:-ms-input-placeholder {
      opacity: 1;
      color: #fff; }

.platform-intro {
  position: relative; }
  .platform-intro .line-2 {
    left: -36px;
    top: -543px;
    height: 891px;
    width: 216px;
    background-image: url(/assets/img/floats/line-2.png); }
  .platform-intro .hash-2 {
    right: 0;
    top: -370px;
    height: 532px;
    width: 286px;
    background-image: url(/assets/img/floats/hash-2.png); }
  .platform-intro .elements-6 {
    right: 0;
    top: -12px;
    height: 536px;
    width: 294px;
    background-image: url(/assets/img/floats/floats-6.png); }
  .platform-intro .elements-7 {
    left: -30px;
    top: 322px;
    height: 588px;
    width: 619px;
    background-image: url(/assets/img/floats/floats-7.png); }

.platform {
  display: table;
  clear: both;
  position: relative;
  float: right;
  width: 50%;
  margin-top: 190px;
  padding-left: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .platform .vertical-text {
    left: -348px;
    top: 30px; }
  .platform h1 {
    line-height: 95px; }
  .platform p {
    width: 580px; }
  .platform .platforms-list {
    margin-top: 84px; }
  .platform .platform-box {
    display: table;
    position: relative;
    height: 194px;
    width: 100%;
    margin-bottom: 48px;
    border-bottom: 3px solid #2f1a45;
    text-transform: uppercase;
    color: #2f1a45; }
    .platform .platform-box img {
      float: left; }
    .platform .platform-box h3 {
      position: absolute;
      bottom: 50px;
      left: 230px; }
    .platform .platform-box.slack-box img {
      width: 167px; }
    .platform .platform-box.hipchat-box img {
      width: 144px; }
    .platform .platform-box.skype-box img {
      width: 148px; }
    .platform .platform-box.microsoft-box img {
      width: 148px; }

.location-intro {
  display: table;
  position: relative;
  width: 100%; }
  .location-intro .elements-8 {
    height: 1624px;
    width: 100%;
    bottom: 0;
    left: 0;
    background-image: url(/assets/img/floats/floats-8.png);
    background-position: bottom center; }

.location {
  width: 785px;
  padding: 250px 0 660px 230px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .location p {
    margin: 68px 0 52px; }

/* END Home */
/* About & Bot Directory pages */
#about {
  padding-top: 130px; }
  #about section {
    position: relative;
    margin-bottom: 70px; }
  #about h1 {
    display: inline-table; }
  #about .centered {
    position: relative; }
  #about .vertical-text {
    left: -134px; }
  #about .about-intro {
    position: relative;
    display: table;
    width: 100%; }
    #about .about-intro .elements-9 {
      left: 0;
      top: -70px;
      width: 1920px;
      height: 1436px;
      background-image: url(/assets/img/floats/floats-9.png);
      background-size: cover; }
    #about .about-intro .plane {
      right: 0;
      top: -230px;
      height: 1721px;
      width: 1253px;
      max-width: 100%;
      opacity: 0.3;
      background-image: url(/assets/img/floats/plane.png);
      background-size: contain; }
  #about .intro-section p {
    width: 810px; }
  #about .intro-section .cta {
    margin-top: 80px; }
  #about .team-wrapper {
    position: relative;
    margin: 0; }
    #about .team-wrapper .elements-10 {
      bottom: 0;
      left: 0;
      height: 1515px;
      width: 1920px;
      background-image: url(/assets/img/floats/floats-10.png);
      background-position: bottom center; }
  #about .team-container {
    margin-top: 270px; }
    #about .team-container .vertical-text {
      top: -85px; }
    #about .team-container h1 {
      margin-left: 100px; }
  #about .team-intro {
    display: table;
    width: 100%; }
    #about .team-intro h1 {
      float: left;
      line-height: 54px; }
    #about .team-intro p {
      display: inline-table;
      width: 610px;
      margin: 0;
      padding-left: 25px; }
  #about .team {
    display: table;
    width: 100%;
    margin-top: 120px;
    padding-bottom: 30px; }
    #about .team .member {
      display: inline-block;
      width: 320px;
      margin-right: 130px;
      margin-bottom: 90px;
      color: #2f1a45; }
      #about .team .member:nth-child(3n+3) {
        margin-right: 0; }
    #about .team .headshot {
      position: relative;
      height: 320px;
      width: 100%;
      background: url(/assets/img/dot-dark.svg) top right repeat;
      background-size: 3px; }
      #about .team .headshot img,
      #about .team .headshot .placeholder {
        position: absolute;
        bottom: 18px;
        left: 22px;
        height: 100%;
        width: 100%;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%); }
      #about .team .headshot .placeholder {
        display: block;
        background: rgba(242, 242, 242, 0.85); }
    #about .team .member-data .fullname {
      margin-top: 48px;
      font-family: 'DIN Bold', sans-serif;
      font-size: 24px;
      text-transform: uppercase; }
    #about .team .member-data .position {
      margin-top: 10px;
      font-family: 'Letter Gothic Std', sans-serif;
      font-size: 18px;
      white-space: nowrap; }
    #about .team .social-icons {
      display: table;
      margin-top: 32px; }
      #about .team .social-icons .soc-icon {
        float: left;
        height: 31px;
        width: 31px;
        margin-right: 24px;
        opacity: 1;
        cursor: pointer;
        -moz-transition: opacity 0.2s ease-out;
        -o-transition: opacity 0.2s ease-out;
        -webkit-transition: opacity 0.2s ease-out;
        transition: opacity 0.2s ease-out; }
        #about .team .social-icons .soc-icon a {
          display: block;
          height: 100%;
          width: 100%; }
        #about .team .social-icons .soc-icon.gplus {
          background: url(/assets/img/google-plus.svg) center center no-repeat;
          background-size: 100%; }
        #about .team .social-icons .soc-icon.twitter {
          background: url(/assets/img/twitter.svg) center center no-repeat;
          background-size: 100%; }
        #about .team .social-icons .soc-icon.lin {
          background: url(/assets/img/linkedin.svg) center center no-repeat;
          background-size: 100%; }
        #about .team .social-icons .soc-icon:hover {
          opacity: .8; }
  #about .our-investors {
    margin-bottom: 0;
    padding: 260px 0; }
    #about .our-investors .vertical-text {
      top: -42px; }
    #about .our-investors .centered {
      display: table; }
    #about .our-investors h1 {
      margin-left: 130px;
      font-family: 'DIN Med', sans-serif;
      letter-spacing: 6px;
      line-height: 70px;
      color: #fff; }
  #about .investors {
    display: inline-table;
    float: right;
    width: 560px;
    text-align: center; }
    #about .investors div {
      display: inline-table;
      float: left;
      height: 80px;
      width: 145px;
      margin-right: 60px;
      margin-bottom: 20px; }
      #about .investors div:nth-child(3n+3) {
        margin-right: 0; }
      #about .investors div:last-child {
        margin-bottom: 0;
        float: none; }
    #about .investors a {
      display: table-cell;
      width: 100%;
      vertical-align: middle; }
    #about .investors img {
      max-width: 100%;
      max-height: 60px; }
  #about .location-wrapper {
    display: table;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 150px 0 550px;
    background: url(/assets/img/location-bg.jpg) top center no-repeat;
    background-size: cover; }
    #about .location-wrapper .elements-11 {
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      background-image: url(/assets/img/floats/floats-11.png);
      background-size: cover; }
  #about .built-in {
    display: table; }
    #about .built-in form {
      position: relative;
      display: table;
      float: right;
      width: 50%;
      z-index: 1; }
      #about .built-in form button {
        margin-top: 16px; }
      #about .built-in form .vertical-text {
        left: -345px;
        top: 0; }
    #about .built-in p {
      margin-bottom: 55px; }
    #about .built-in input, #about .built-in textarea {
      height: 45px;
      width: 100%;
      margin-bottom: 36px;
      padding: 2px 22px;
      border: none;
      border-radius: 0;
      outline: none;
      font-size: 16px;
      background: #fff;
      color: #2f1a45;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      #about .built-in input::-webkit-input-placeholder, #about .built-in textarea::-webkit-input-placeholder {
        color: #2f1a45; }
      #about .built-in input:-moz-placeholder, #about .built-in textarea:-moz-placeholder {
        /* Firefox 18- */
        color: #2f1a45; }
      #about .built-in input::-moz-placeholder, #about .built-in textarea::-moz-placeholder {
        /* Firefox 19+ */
        color: #2f1a45; }
      #about .built-in input:-ms-input-placeholder, #about .built-in textarea:-ms-input-placeholder {
        color: #2f1a45; }
    #about .built-in textarea {
      height: 120px;
      padding: 18px 22px;
      resize: none; }
  #about .hq-map {
    height: 436px;
    margin: 0;
    background: url(/assets/img/hq-map.jpg) center center no-repeat; }
    #about .hq-map iframe {
      height: 100%;
      width: 100%; }
  #about .popup {
    display: table;
    height: 85%; }
    #about .popup iframe {
      height: 90%; }
    #about .popup .spinner {
      position: absolute;
      left: 0;
      right: 0;
      top: 50px; }
  #about.bot-directory-page .keyboard {
    height: 347px;
    width: 1076px;
    left: -250px;
    top: 250px;
    background-image: url(/assets/img/floats/keyboard.png);
    background-size: 70%; }
  #about.bot-directory-page .line-3 {
    right: 0;
    top: 60px;
    height: 400px;
    width: 30px;
    background: #5e0d8b; }
  #about.bot-directory-page .elements-9 {
    height: 705px;
    width: 100%;
    left: auto;
    right: 0;
    top: -73px;
    background-image: url(/assets/img/floats/floats-15.png); }
  #about.bot-directory-page .team {
    padding-top: 120px; }
    #about.bot-directory-page .team .member {
      width: 20%;
      margin-right: 5%;
      margin-bottom: 60px;
      -webkit-animation: fadeIn 0.5s ease;
      -o-animation: fadeIn 0.5s ease;
      animation: fadeIn 0.5s ease; }
    #about.bot-directory-page .team .headshot {
      height: 0;
      padding-bottom: 100%; }
      #about.bot-directory-page .team .headshot div {
        position: absolute;
        bottom: 18px;
        left: 22px;
        height: 100%;
        width: 100%;
        background: #fff; }
      #about.bot-directory-page .team .headshot img {
        display: block;
        bottom: auto;
        left: 0;
        right: 0;
        top: 50%;
        height: auto;
        width: auto;
        max-height: 80%;
        max-width: 80%;
        margin: 0 auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-filter: grayscale(0);
        filter: grayscale(0); }
  #about.bot-directory-page .gradient-bg {
    display: table;
    height: auto;
    width: 100%;
    margin-bottom: 0;
    padding: 70px 0; }
    #about.bot-directory-page .gradient-bg h3, #about.bot-directory-page .gradient-bg p {
      color: #fff; }
    #about.bot-directory-page .gradient-bg p {
      float: left;
      width: calc(100% - 275px); }
    #about.bot-directory-page .gradient-bg .cta {
      float: right;
      margin-top: 26px; }

/* END About & Bot Directory */
/* Features page */
#features {
  padding-top: 75px; }
  #features .hero-headline {
    padding-bottom: 40px; }
  #features .how-we-work {
    position: relative;
    margin-bottom: 70px;
    background: #edeaed;
    z-index: 1;
    -webkit-box-shadow: 0 1px 8px 0 #5b5377;
    -moz-box-shadow: 0 1px 8px 0 #5b5377;
    box-shadow: 0 1px 8px 0 #5b5377; }
    #features .how-we-work .hw-header {
      position: relative;
      height: 48px;
      padding: 0 12px;
      font-size: 18px;
      line-height: 48px;
      background: #5e0d8b;
      color: #fff; }
      #features .how-we-work .hw-header:after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        height: 48px;
        width: 48px;
        background: #e2231a; }
    #features .how-we-work .vertical-text {
      font-size: 14px;
      letter-spacing: normal;
      color: #5e0d8b; }
      #features .how-we-work .vertical-text .square {
        margin-left: 0;
        margin-right: 12px; }
    #features .how-we-work .hw-body {
      display: table;
      width: 100%; }
    #features .how-we-work .hiw-description-mobile {
      display: none; }
    #features .how-we-work .app-flow section {
      position: relative;
      height: 208px; }
      #features .how-we-work .app-flow section .box {
        position: relative;
        top: 50px;
        margin: 0 auto;
        font-family: 'DIN Bold', sans-serif;
        font-size: 14px;
        text-align: center;
        color: #5e0d8b; }
      #features .how-we-work .app-flow section .icon {
        height: 65px;
        width: 65px;
        margin: 0 auto 16px;
        background: url(/assets/img/small-platform.svg) center center no-repeat; }
        #features .how-we-work .app-flow section .icon.bot {
          background: url(/assets/img/icon-bot.svg) center center no-repeat; }
        #features .how-we-work .app-flow section .icon.user {
          background: url(/assets/img/icon-person.svg) center center no-repeat; }
      #features .how-we-work .app-flow section .arrow {
        position: relative;
        width: 20px;
        margin: 0 auto;
        pointer-events: none;
        z-index: 1; }
        #features .how-we-work .app-flow section .arrow.single {
          top: 64px;
          height: 90px;
          background: url(/assets/img/arrows.svg) center center no-repeat; }
        #features .how-we-work .app-flow section .arrow.multiple {
          position: absolute;
          top: 64px;
          left: 104px;
          height: 215px;
          width: 334px;
          background: url(/assets/img/arrows-multiple.svg) center center no-repeat; }
        #features .how-we-work .app-flow section .arrow.vertical {
          display: inline-block;
          height: 15px;
          width: 56px;
          margin: 30px 20px 0;
          background: url(/assets/img/arrows-vertical.svg) center center no-repeat; }
    #features .how-we-work .app-flow.new-flow section {
      padding-left: 80px; }
    #features .how-we-work .app-flow.new-flow .inline-elements {
      display: inline-table; }
      #features .how-we-work .app-flow.new-flow .inline-elements .box {
        width: 130px; }
        #features .how-we-work .app-flow.new-flow .inline-elements .box .arrow {
          margin: 0 0 0 54px; }
          #features .how-we-work .app-flow.new-flow .inline-elements .box .arrow.single {
            top: 39px;
            height: 42px;
            background: url(/assets/img/arrows-small.svg) center center no-repeat; }
        #features .how-we-work .app-flow.new-flow .inline-elements .box.left-align {
          text-align: left; }
          #features .how-we-work .app-flow.new-flow .inline-elements .box.left-align .icon {
            margin: 0 0 16px; }
          #features .how-we-work .app-flow.new-flow .inline-elements .box.left-align .arrow {
            margin: 0 0 0 20px; }
          #features .how-we-work .app-flow.new-flow .inline-elements .box.left-align .center-title {
            margin-left: -22px; }
        #features .how-we-work .app-flow.new-flow .inline-elements .box.right-align {
          text-align: right; }
          #features .how-we-work .app-flow.new-flow .inline-elements .box.right-align .icon {
            margin: 0 0 16px 50px; }
          #features .how-we-work .app-flow.new-flow .inline-elements .box.right-align .arrow {
            margin: 0 0 0 72px; }
          #features .how-we-work .app-flow.new-flow .inline-elements .box.right-align .center-title {
            margin-right: -15px; }
    #features .how-we-work .app-flow.new-flow .multiple-elements {
      display: table; }
      #features .how-we-work .app-flow.new-flow .multiple-elements div {
        float: left; }
    #features .how-we-work .app-flow.new-flow .intro-title {
      padding-left: 2px;
      text-align: left; }
      #features .how-we-work .app-flow.new-flow .intro-title.mobile {
        display: none; }
    #features .how-we-work .app-flow.new-flow .box {
      display: inline-block; }
    #features .how-we-work .app-flow.new-flow .icon.bot {
      display: inline-block; }
    #features .how-we-work .app-flow.new-flow .mio-logo {
      display: inline-block;
      height: 40px;
      width: 200px;
      margin-top: 16px;
      background: url(/assets/img/mio-logo-purple.svg) center center no-repeat; }
    #features .how-we-work .app-flow.new-flow .right {
      height: 100%;
      width: 225px;
      padding: 30px 15px 30px 0;
      border-bottom: 2px solid #5e0d8b;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    #features .how-we-work .app-flow.new-flow .order {
      font-family: 'VT323', sans-serif;
      font-size: 34px;
      color: #5e0d8b; }
    #features .how-we-work .app-flow.new-flow p {
      margin-top: 14px;
      font-family: 'Letter Gothic Std', sans-serif;
      font-size: 14px;
      color: #5b5377; }
    #features .how-we-work .app-flow.new-flow section:last-of-type .right {
      border-bottom: none; }
    #features .how-we-work .left-part,
    #features .how-we-work .right-part {
      position: relative;
      float: left; }
    #features .how-we-work .left-part {
      width: 25%; }
      #features .how-we-work .left-part .vertical-text {
        left: -60px;
        top: 94px; }
    #features .how-we-work .right-part {
      width: 75%; }
      #features .how-we-work .right-part:after {
        content: '';
        position: absolute;
        top: 0;
        height: 100%;
        width: 38px;
        left: -38px;
        pointer-events: none;
        background: url(/assets/img/right-shadow.svg) center center repeat-y; }
      #features .how-we-work .right-part .vertical-text {
        top: 84px;
        left: -44px; }
    #features .how-we-work .light {
      background: #f7f5f6; }
  #features h3 {
    margin: 40px auto 30px; }
  #features button {
    display: inline-block;
    width: 186px; }
    #features button.next {
      margin-left: 20px; }
  #features p.subtitle {
    width: 750px; }
  #features .nav-arrow {
    position: absolute;
    top: 56%;
    height: 45px;
    width: 45px;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    #features .nav-arrow.nav-left {
      left: -85px;
      background: url(/assets/img/nav-left.svg) center center no-repeat; }
    #features .nav-arrow.nav-right {
      right: -85px;
      background: url(/assets/img/nav-right.svg) center center no-repeat; }
  #features .features-list {
    position: relative;
    height: auto;
    padding-bottom: 120px; }
  #features .tabs {
    position: relative;
    display: table;
    width: 100%;
    margin-bottom: 50px;
    padding-top: 68px; }
    #features .tabs .indicator {
      position: absolute;
      bottom: 0;
      height: 4px;
      background: #fff;
      -webkit-transition: left .2s ease-out, width .2s ease-out;
      -moz-transition: left .2s ease-out, width .2s ease-out;
      -ms-transition: left .2s ease-out, width .2s ease-out;
      -o-transition: left .2s ease-out, width .2s ease-out;
      transition: left .2s ease-out, width .2s ease-out; }
  #features .tab {
    display: table;
    float: left;
    margin: 0 5%;
    color: #fff;
    cursor: pointer;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    #features .tab h3 {
      height: 50px;
      margin: 0;
      line-height: 50px;
      color: #fff; }
    #features .tab:first-child {
      margin-left: 0; }
    #features .tab:last-child {
      margin-right: 0;
      border: none; }
  #features .feature {
    min-height: 560px; }
    #features .feature .feature-holder {
      display: none; }
      #features .feature .feature-holder.selected {
        display: block; }
  #features .feature-text {
    display: table;
    width: 100%;
    padding-top: 50px; }
    #features .feature-text label.title {
      display: none; }
    #features .feature-text .icon {
      width: 288px;
      padding-left: 70px;
      padding-top: 85px; }
      #features .feature-text .icon img {
        max-width: 100%; }
    #features .feature-text h1 {
      line-height: 70px;
      color: #fff; }
    #features .feature-text h3 {
      color: #fff; }
    #features .feature-text p {
      margin-top: 18px;
      color: #fff; }
    #features .feature-text button {
      display: none;
      width: auto;
      margin-top: 65px;
      background-color: rgba(47, 26, 69, 0.2); }
    #features .feature-text .text {
      width: calc(100% - 360px);
      padding-left: 100px;
      padding-right: 70px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
  #features .bottom-part {
    position: relative;
    padding: 260px 0 225px;
    background: url(/assets/img/features-bottom.jpg) center center no-repeat;
    background-size: cover; }
    #features .bottom-part .elements-14 {
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      background: url(/assets/img/floats/floats-14.png) center center no-repeat;
      background-size: 100%; }
    #features .bottom-part .container {
      width: 805px;
      padding: 70px 70px 110px;
      background: rgba(255, 255, 255, 0.7);
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    #features .bottom-part h1 {
      line-height: 90px; }
    #features .bottom-part p {
      width: 530px; }
    #features .bottom-part .cta {
      width: auto;
      margin-top: 55px; }

/* END Features */
/* Legal page */
#legal {
  padding-top: 50px; }
  #legal h1 {
    margin: 10px auto 30px;
    font-size: 30px;
    letter-spacing: normal;
    text-align: center; }
  #legal .legal-links {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    width: 100%;
    margin: 60px auto; }
  #legal .legal-box {
    position: relative;
    display: inline-table;
    float: left;
    height: 180px;
    width: 29%;
    padding-left: 104px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    #legal .legal-box .legal-icon {
      position: absolute;
      left: 0;
      float: left;
      height: 120px;
      margin-right: 12px; }
    #legal .legal-box .tos {
      width: 74px;
      background: url(/assets/img/tos-icon.svg) top 5px left no-repeat;
      background-size: 100%; }
    #legal .legal-box .privacy {
      width: 55px;
      background: url(/assets/img/privacy-icon.svg) top 5px left no-repeat;
      background-size: 100%; }
    #legal .legal-box h4 {
      margin: 0;
      font-size: 18px;
      font-family: 'DIN Bold', sans-serif; }
    #legal .legal-box p {
      min-height: 40px;
      margin: 8px 0 0; }
    #legal .legal-box button {
      margin: 18px 0 0; }
      #legal .legal-box button a {
        display: block;
        padding: 0 40px;
        text-decoration: none;
        color: #5e0d8b; }
      #legal .legal-box button.loading {
        cursor: default; }
        #legal .legal-box button.loading a {
          color: transparent;
          cursor: default; }
      #legal .legal-box button:hover a {
        color: #fff; }
  #legal a {
    color: #5e0d8b; }
  #legal h3 {
    display: table;
    margin: 18px auto 25px;
    font-size: 18px;
    font-family: 'DIN', sans-serif;
    letter-spacing: normal; }
  #legal p {
    margin-bottom: 30px;
    line-height: 1.45;
    font-family: 'DIN', sans-serif;
    font-size: 14px; }
  #legal ol li, #legal ul li {
    margin-bottom: 10px;
    line-height: 1.45;
    font-size: 14px; }
  #legal .content h1, #legal .content h2 {
    text-align: left; }
  #legal .content h1 {
    font-size: 18px;
    letter-spacing: normal; }
  #legal .content h2 {
    font-family: 'DIN Bold', sans-serif;
    font-size: 14px;
    line-height: 1.45; }
  #legal .content h3 {
    font-family: 'DIN Bold', sans-serif; }
  #legal .content h4 {
    font-family: 'DIN', sans-serif; }
  #legal .content h3, #legal .content h4 {
    margin: 18px 0 10px;
    font-size: 14px;
    line-height: 1.45; }
  #legal .content p {
    margin-bottom: 15px; }

/* END Legal */
/* Login & Signup pages */
#auth {
  padding: 60px 0 40px; }
  #auth h1 {
    text-align: center; }
  #auth .page-info {
    margin-top: 22px;
    font-size: 20px;
    text-align: center; }
  #auth form {
    width: 100%;
    max-width: 1024px;
    text-align: center;
    margin: 130px auto 0; }
    #auth form input {
      display: block;
      height: 65px;
      width: 400px;
      margin: 0 auto 45px;
      padding: 2px 12px;
      border: none;
      outline: none;
      font-size: 20px;
      text-align: center;
      background: rgba(0, 0, 0, 0.3);
      color: #fff;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      #auth form input::-webkit-input-placeholder {
        color: #fff; }
      #auth form input:-moz-placeholder {
        /* Firefox 18- */
        color: #fff; }
      #auth form input::-moz-placeholder {
        /* Firefox 19+ */
        color: #fff; }
      #auth form input:-ms-input-placeholder {
        color: #fff; }
      #auth form input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0 1000px #5b5377 inset;
        -webkit-text-fill-color: #fff !important; }
      #auth form input.shake {
        -webkit-animation: shake 0.8s ease;
        -o-animation: shake 0.8s ease;
        animation: shake 0.8s ease; }
    #auth form button {
      margin-bottom: 15px; }
    #auth form.loading button label {
      background: url(/assets/img/spinner-purple.svg) center center no-repeat;
      background-size: 30px;
      color: rgba(255, 255, 255, 0); }
  #auth .auth-message {
    margin-bottom: 20px;
    line-height: 36px;
    font-family: 'DIN', sans-serif;
    font-size: 20px;
    text-align: center; }
    #auth .auth-message.ng-hide-remove {
      -webkit-animation: fadeIn 0.5s ease;
      -o-animation: fadeIn 0.5s ease;
      animation: fadeIn 0.5s ease; }
    #auth .auth-message:first-letter {
      text-transform: uppercase; }
  #auth .redirect-links {
    margin-bottom: 100px;
    font-size: 22px; }
    #auth .redirect-links a {
      font-family: 'DIN Bold', sans-serif;
      text-decoration: none;
      color: #2f1a45;
      cursor: pointer; }
  #auth .legal-acceptance {
    padding: 10px 0 15px;
    font-size: 15px; }
    #auth .legal-acceptance a {
      color: #5e0d8b; }
      #auth .legal-acceptance a:hover {
        color: #3e095c; }
  #auth.password .auth-message.success {
    margin-top: 80px;
    font-size: 24px; }

/* END Login & Signup */
.intro-section h1 {
  line-height: 95px; }

/*# sourceMappingURL=marketing.css.map */
