body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
}

.landing {
  display: block;
  height: 100vh;
  margin-top: 0px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: url('/web/20181003042319im_/http://xmode.io/images/x-blur-blue-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  font-family: Montserrat, sans-serif;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  background-color: transparent;
}

.navbar.page {
  background-color: #0b0c10;
}

.nav-link {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #66fcf1;
}

.nav-link.w--current {
  color: #fff;
}

.nav-link.w--current:hover {
  color: #c5c1c0;
}

.featured {
  height: 250px;
  background-color: #0b0c10;
}

.title {
  margin-top: 60px;
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.title.alt {
  color: #0b0c10;
}

.title.alt.info-title {
  text-transform: capitalize;
}

.title.alt.info-title-copy {
  margin-bottom: 0px;
  padding-bottom: 60px;
  color: #1f2833;
  text-transform: uppercase;
}

.title.info-title {
  margin-top: 60px;
  margin-bottom: 60px;
  color: #ffd823;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.title.info-title-copy {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 70px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.info {
  height: auto;
  background-color: #1f2833;
  font-size: 20px;
  font-weight: 100;
  text-align: center;
}

.contact {
  height: auto;
  background-image: url('/web/20181003042319im_/http://xmode.io/images/cityguy1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.team {
  height: 980px;
  background-color: #1f2833;
}

.marketing {
  display: block;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.calc {
  height: auto;
  background-color: #0b0c10;
  background-image: url('/web/20181003042319im_/http://xmode.io/images/shoesfixed2.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: fixed;
}

.metrics {
  height: auto;
  padding-bottom: 70px;
  background-color: #1f2833;
}

.footer {
  position: static;
  height: 90px;
  padding-top: 0px;
  background-color: #0b0c10;
  text-align: center;
}

.left-landing {
  overflow: visible;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 20px;
}

.right-landing {
  margin-top: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.text-field {
  width: 75%;
  float: left;
}

.text-field:focus {
  border: 1px none #0b0c10;
}

.submit-button {
  display: block;
  width: 25%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 7px;
  padding-bottom: 7px;
  border: 2px solid #f7ce3e;
  background-color: #f7ce3e;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-family: Montserrat, sans-serif;
  color: #0b0c10;
  text-transform: uppercase;
}

.submit-button:hover {
  border-color: #f7d24f;
  background-color: #f7d24f;
}

.submit-button:active {
  border-color: #f8d661;
  background-color: #f8d661;
}

.submit-button:focus {
  border-color: #f8d661;
  background-color: #f8d661;
}

.row {
  position: relative;
  top: 42%;
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-transform: translate(0px, -5%);
  -ms-transform: translate(0px, -5%);
  transform: translate(0px, -5%);
  color: #c5c1c0;
}

.heading {
  margin-top: 58px;
  color: #66fcf1;
  font-size: 42px;
  font-weight: 200;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.heading-2 {
  position: absolute;
  display: block;
  width: 100%;
  margin-top: 53px;
  margin-bottom: 17px;
  color: #fff;
  font-size: 24px;
  font-weight: 200;
  text-align: center;
}

.text-block {
  height: 30px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 200;
  text-align: center;
  text-transform: none;
}

.body {
  overflow: auto;
  font-family: Montserrat, sans-serif;
}

.navscroll {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  height: 60px;
  background-color: #0b0c10;
  opacity: 0;
}

.slide-nav {
  margin-bottom: -10px;
  opacity: 1;
}

.slider {
  height: 180px;
  margin-top: -30px;
  margin-right: -128px;
  margin-left: -128px;
  background-color: transparent;
}

.companies-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 100px;
  margin-top: 41px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
}

.company-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 13%;
  height: 100%;
  margin-right: 10px;
  margin-left: 10px;
  padding-left: 0px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.company-block2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16%;
  margin-right: 6px;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heading-3 {
  margin-top: -22px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 32px;
  text-align: center;
}

.landing-container {
  display: block;
  height: 100vh;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.heading-4 {
  overflow: visible;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 100px;
  font-weight: 800;
  text-align: center;
}

.paragraph {
  margin-bottom: 30px;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  font-weight: 100;
  letter-spacing: 1px;
  text-decoration: none;
}

.form-block-2 {
  margin-top: 25px;
}

.button {
  margin-top: 10px;
  border: 2px solid #66fcf1;
  background-color: #1f2833;
  color: #66fcf1;
  font-weight: 300;
}

.button.learn {
  margin-top: 33px;
  border-color: #f7ce3e;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #f7ce3e;
}

.button.learn:hover {
  background-color: rgba(247, 206, 62, .15);
}

.button.learn:active {
  background-color: rgba(247, 206, 62, .3);
}

.form {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.touch-text {
  margin-bottom: 20px;
  border: 1px none #1f2833;
}

.touch-text:focus {
  border-style: solid;
  border-color: #1f2833;
}

.heading-5 {
  margin-bottom: 60px;
  color: #fff;
  font-weight: 100;
  text-align: center;
}

.calc-text {
  color: #fff;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.row-3 {
  margin-top: 28px;
  padding-right: 207px;
  padding-left: 207px;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.submit-button-3 {
  margin-top: 17px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 15px;
  background-color: #f7ce3e;
  color: #0b0c10;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.team-division {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16.66%;
  height: 50px;
  margin-right: auto;
  margin-left: 0px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.team-button {
  display: inline-block;
  width: 80%;
  margin-left: 0px;
  float: right;
  border: 2px solid #66fcf1;
  background-color: transparent;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #66fcf1;
  font-weight: 400;
  text-align: center;
}

.team-button:hover {
  background-color: rgba(102, 252, 241, .3);
}

.team-button:focus {
  background-color: #66fcf1;
  color: #0b0c10;
}

.column-6 {
  display: block;
  overflow: visible;
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.icon-2 {
  color: #fff;
}

.dropdown-list.w--open {
  background-color: transparent;
  color: #c5c1c0;
}

.dropdown-list.drop2 {
  background-color: #0b0c10;
  opacity: 1;
}

.dropdown-link {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.dropdown-link:hover {
  color: #c5c1c0;
}

.dropdown-link.w--current {
  color: #fff;
}

.dropdown-link.w--current:hover {
  color: #c5c1c0;
}

.ss-back {
  position: absolute;
  width: 100%;
  height: 90px;
  background-color: #0b0c10;
  opacity: 1;
}

.image-4 {
  margin-top: 10px;
}

.row-4 {
  margin-top: 30px;
}

.image-5 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.text-block-3 {
  margin-top: 15px;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
}

.image-6 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-7 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-8 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.div-block-11 {
  margin-right: 100px;
  margin-left: 100px;
}

.text-block-4 {
  color: #fff;
  font-size: 19px;
  font-weight: 400;
}

.paragraph-2 {
  padding-bottom: 30px;
  color: #0b0c10;
  font-size: 15px;
  line-height: 25px;
  font-weight: 300;
  text-align: center;
}

.image-13 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-15 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-16 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.row-5 {
  margin-top: 26px;
}

.marketing-text {
  padding-bottom: 24px;
  color: #1f2833;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.marketing-text2 {
  padding-top: 24px;
  color: #1f2833;
  text-align: center;
}

.brand {
  padding-left: 30px;
}

.brand.w--current {
  padding-left: 30px;
}

.container-2 {
  padding-top: 0px;
  padding-bottom: 60px;
}

.form-block-4 {
  padding-top: 15px;
  padding-bottom: 0px;
}

.heading-6 {
  margin-top: 100px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #0b0c10;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.newsitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 17.4%;
  height: 100%;
  margin: 12px;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(102, 252, 241, .03);
}

.news-container {
  position: static;
  height: 150px;
  padding-bottom: 0px;
  opacity: 1;
}

.backnews {
  position: absolute;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 165px;
  height: 150px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #c5c1c0;
  opacity: 0;
  text-decoration: none;
}

.backtext {
  display: block;
  margin-top: 0px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

.emphasized-text {
  font-weight: 300;
}

.doc-container {
  opacity: 1;
}

.heading-7 {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  font-weight: 200;
  text-align: center;
}

.image-26 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
}

.image-27 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
}

.nav-link-2 {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.nav-link-2:hover {
  color: #66fcf1;
}

.nav-link-2.w--current {
  color: #fff;
}

.nav-link-2.w--current:hover {
  color: #66fcf1;
}

.ddlink2 {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.ddlink2:hover {
  color: #66fcf1;
}

.ddlink2.w--current {
  color: #fff;
}

.ddlink2.w--current:hover {
  color: #66fcf1;
}

.paragraph-5 {
  margin-top: 20px;
  font-size: 12px;
  line-height: 15px;
}

.row-7 {
  margin-bottom: 10px;
  padding-bottom: 0px;
}

.link-3 {
  color: #c5c1c0;
  text-decoration: none;
}

.paragraph-6 {
  margin-top: 20px;
  font-size: 12px;
  line-height: 15px;
}

.link-4 {
  color: #c5c1c0;
  text-decoration: none;
}

.body-3 {
  overflow: visible;
  font-family: Montserrat, sans-serif;
}

.body-4 {
  overflow: auto;
}

.body-5 {
  overflow: visible;
}

.body-7 {
  overflow: visible;
  font-family: Montserrat, sans-serif;
}

.success-banner {
  display: block;
  height: 400px;
  background-color: transparent;
  background-image: url('/web/20181003042319im_/http://xmode.io/images/walk.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.success-info {
  height: auto;
  background-color: #fff;
  color: #0b0c10;
}

.success-stats {
  height: 320px;
}

.stats-container {
  height: auto;
  padding-bottom: 0px;
  background-color: #0b0c10;
}

.banner-heading {
  margin-top: 0px;
  margin-bottom: 15px;
  padding-top: 0px;
  float: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 38px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
}

.row-8 {
  position: relative;
  top: 55%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.column-7 {
  position: relative;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.image-28 {
  display: block;
  width: 200px;
  height: 200px;
  margin-right: auto;
  margin-left: auto;
  border: 5px solid #fff;
  border-radius: 50%;
}

.drunk-banner-text {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  color: #f7ce3e;
  font-size: 20px;
  line-height: 20px;
  font-weight: 200;
  text-align: center;
}

.success-describe {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 40px;
  font-weight: 200;
  text-align: center;
}

.success-info-container {
  padding-top: 0px;
  padding-bottom: 70px;
}

.text-block-7 {
  display: block;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 200;
  text-align: center;
}

.walk-stats {
  width: 18%;
  height: 100%;
  margin-right: 9px;
  margin-left: 9px;
  float: left;
}

.stat-num {
  color: #66fcf1;
  text-align: center;
}

.text-block-8 {
  display: block;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.text-block-9 {
  padding-top: 5px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 100;
  text-align: center;
}

.process {
  height: 580px;
  margin-top: 180px;
  margin-bottom: 0px;
}

.column-8 {
  overflow: visible;
}

.body-8 {
  min-height: 100vh;
}

.form-container {
  position: static;
  display: block;
  width: 50%;
  min-height: 100vh;
  margin: auto;
  padding-right: 0px;
  padding-bottom: 20px;
  padding-left: 0px;
  background-color: rgba(31, 40, 51, .5);
  opacity: 1;
}

.heading-9 {
  margin-top: 0px;
  padding-top: 42px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 80px;
  font-weight: 800;
  text-align: center;
}

.sign-up-form {
  margin-bottom: 0px;
  padding-top: 15px;
}

.submit-button-4 {
  width: 100%;
  margin-top: 20px;
  background-color: #1f2833;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.text-field-2 {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
}

.text-field-3 {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
}

.text-field-4 {
  font-family: Montserrat, sans-serif;
}

.form-5 {
  margin-top: 0px;
  padding-right: 130px;
  padding-left: 130px;
}

.heading-10 {
  margin-top: 34px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 200;
  text-align: center;
}

.image-29 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
}

.user-rention {
  height: auto;
  background-color: #0b0c10;
}

.heading-11 {
  margin-top: 0px;
  padding-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 34px;
  text-align: center;
  text-transform: uppercase;
}

.circle {
  position: relative;
  left: 0px;
  bottom: 0px;
  z-index: 1000;
  width: 100px;
  height: 100px;
  padding-left: 0px;
  border: 5px none #fff;
  border-radius: 50px;
  background-color: #0b0c10;
  opacity: 0;
}

.top-circle {
  position: relative;
  z-index: 1000;
  width: 100px;
  height: 100px;
  border: 5px none #ea2447;
  border-radius: 50px;
  background-color: #0b0c10;
  color: transparent;
}

.base-grid {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 50px;
  height: 50px;
  border: 5px none #66fcf1;
  border-radius: 50px;
}

.progress-bar {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 75px;
  height: 75px;
  border-bottom-left-radius: 100%;
  background-color: #ea2447;
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

.progress-mask {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
  width: 76px;
  height: 76px;
  border-bottom-left-radius: 100%;
  background-color: #0b0c10;
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

.progress-bar-2 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 75px;
  height: 75px;
  border-bottom-left-radius: 100%;
  background-color: #c5c1c0;
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

.row-9 {
  padding-bottom: 0px;
}

.column-9 {
  height: 0px;
}

.heading-12 {
  margin-top: 37px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  color: #0b0c10;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text-block-12 {
  display: block;
  padding-bottom: 40px;
  font-family: Montserrat, sans-serif;
  color: #0b0c10;
  font-size: 20px;
  font-weight: 200;
  text-align: center;
}

.trending-left {
  width: 30%;
  float: left;
}

.trending-right {
  width: 30%;
  padding-left: 0px;
  float: right;
}

.success-banner-drunk {
  display: block;
  height: 400px;
  background-color: transparent;
  background-image: url('/web/20181003042319im_/http://xmode.io/images/beer-tap.jpg');
  background-position: 50% 43%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.success-describe-drunk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 40px;
  font-weight: 200;
  text-align: center;
}

.stats-container-drunk {
  height: auto;
  background-color: #0b0c10;
}

.banner-text {
  float: none;
  clear: right;
  font-family: Montserrat, sans-serif;
  color: #ffd823;
  font-size: 20px;
  line-height: 30px;
  font-weight: 200;
  text-align: center;
}

.heading-13 {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: center;
}

.text-block-13 {
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 200;
  text-align: center;
}

.stat-num-drunk {
  color: #66fcf1;
  text-align: center;
}

.row-11 {
  position: static;
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 6px 26px 5px;
}

.dau-us {
  color: #0b0c10;
  text-align: center;
}

.social-media {
  margin-top: 0px;
  padding-top: 70px;
  padding-bottom: 100px;
}

.heading-14 {
  margin-top: 0px;
  margin-bottom: 60px;
  padding-top: 0px;
  font-family: Montserrat, sans-serif;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.row-12 {
  display: block;
  width: 100%;
  height: 35%;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.row-13 {
  display: block;
  width: 40%;
  margin: 0px auto;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.column-10 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.link-block {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.link-block-2 {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.link-block-3 {
  display: block;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-35 {
  display: block;
  width: 250px;
  margin-right: auto;
  margin-left: auto;
}

.image-36 {
  display: block;
  width: 250px;
  margin-right: auto;
  margin-left: auto;
}

.image-37 {
  display: block;
  width: 250px;
  margin-right: auto;
  margin-left: auto;
}

.image-38 {
  display: block;
  width: 250px;
  margin-right: auto;
  margin-left: auto;
}

.link-block-4 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.link-block-5 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.link-block-6 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.link-block-7 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.container-4 {
  padding-bottom: 70px;
}

.container-5 {
  height: auto;
  padding-bottom: 70px;
}

.column-11 {
  padding-right: 0px;
  padding-left: 0px;
}

.div-block-14 {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  height: 100%;
  margin: 0px auto 20px;
  padding-bottom: 0px;
}

.div-block-15 {
  height: 90px;
}

.heading-16 {
  margin-top: 60px;
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  color: #0b0c10;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.drunk-column {
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.success-info-drunk {
  height: auto;
  background-color: #fff;
  color: #0b0c10;
}

.row-15 {
  padding-top: 60px;
}

.image-41 {
  display: block;
  height: 100px;
  float: none;
  clear: none;
}

.image-42 {
  display: block;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
}

.image-43 {
  height: 100px;
  float: left;
}

.emp4 {
  width: 25%;
  height: 250px;
  float: left;
}

.group-container-exec {
  position: static;
  display: block;
  width: 80%;
  margin-top: 44px;
  margin-right: auto;
  margin-left: auto;
}

.image-45 {
  display: block;
  width: 166.66px;
  margin-right: auto;
  margin-left: auto;
  border: 1px none #000;
  border-radius: 50%;
}

.image-46 {
  display: block;
  width: 166.66px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
}

.image-47 {
  display: block;
  width: 166.66px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
}

.image-48 {
  display: block;
  width: 166.66px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
}

.team-name {
  display: block;
  color: #fff;
  text-align: center;
}

.emp-title {
  color: #66fcf1;
  font-weight: 200;
  text-align: center;
  text-transform: uppercase;
}

.group-container-eng {
  position: absolute;
  left: 10%;
  display: block;
  overflow: visible;
  width: 80%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  -webkit-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  text-align: center;
}

.emp5 {
  width: 20%;
  height: 290px;
  margin-top: 0px;
  padding-left: 5px;
  float: left;
}

.image-50 {
  width: 166.66px;
  border-radius: 50%;
}

.image-51 {
  width: 166.66px;
  border-radius: 50%;
}

.image-52 {
  width: 166.66px;
  border-radius: 50%;
}

.image-53 {
  height: 166.66px;
  border-radius: 50%;
}

.linkedin {
  display: block;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #fff;
  font-weight: 200;
  text-align: center;
}

.linkedin:hover {
  color: #c5c1c0;
}

.link-5 {
  color: #fff;
  text-decoration: none;
}

.group-container-ops {
  position: absolute;
  left: 20%;
  display: block;
  width: 60%;
  margin-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  opacity: 0;
}

.div-block-19 {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.group-container-sales {
  position: absolute;
  display: block;
  width: 100%;
  margin-top: 0px;
  padding-right: 0px;
  padding-bottom: 44px;
  padding-left: 0px;
  opacity: 0;
}

.emp1 {
  width: 100%;
  height: 200px;
  float: left;
}

.image-54 {
  display: block;
  width: 166.66px;
  height: 166.66px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
}

.group-container-mar {
  position: absolute;
  left: 10%;
  width: 80%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  opacity: 0;
}

.about-us-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 550px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('/web/20181003042319im_/http://xmode.io/images/team.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.heading-17 {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 100px;
  text-align: center;
  letter-spacing: 2px;
}

.fueled {
  display: block;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #1f2833;
  background-image: url('/web/20181003042319im_/http://xmode.io/images/Untitled-design-7-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.heading-18 {
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.paragraph-8 {
  margin-bottom: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 200;
  text-align: center;
  letter-spacing: 2px;
}

.paragraph-9 {
  margin-bottom: 60px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #ffd823;
  font-size: 16px;
  line-height: 30px;
  font-weight: 200;
  text-align: center;
  text-transform: none;
}

.approach {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #0b0c10;
}

.goal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #0b0c10;
  text-align: center;
}

.heading-19 {
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.different {
  display: block;
  height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #c5c1c0;
  background-image: url('/web/20181003042319im_/http://xmode.io/images/execs.jpg');
  background-position: 50% 40%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}

.paragraph-10 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

.heading-20 {
  margin-top: 60px;
  margin-bottom: 60px;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.heading-22 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.featured-phone {
  position: absolute;
  width: 26%;
  opacity: 0;
}

.paragraph-13 {
  margin-bottom: 0px;
  padding-bottom: 40px;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 200;
  letter-spacing: 1px;
}

.paragraph-14 {
  margin-bottom: 60px;
  color: #f7ce3e;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 1px;
}

.trending-block {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-23 {
  color: #0b0c10;
  font-size: 18px;
  text-align: center;
}

.heading-24 {
  color: #0b0c10;
  font-size: 18px;
  text-align: center;
}

.heading-25 {
  color: #0b0c10;
  font-size: 18px;
  text-align: center;
}

.heading-26 {
  color: #0b0c10;
  font-size: 18px;
  text-align: center;
}

.heading-27 {
  font-size: 18px;
  text-align: center;
}

.heading-28 {
  font-size: 18px;
  text-align: center;
}

.image-57 {
  position: absolute;
  display: block;
  height: 300px;
  margin-top: 18px;
  margin-left: 39px;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.featured-trending-text {
  color: #1f2833;
  font-weight: 300;
  text-align: center;
}

.image-58 {
  display: block;
  width: 200px;
  height: 200px;
  margin-right: auto;
  margin-left: auto;
  border: 5px solid #0b0c10;
  border-radius: 50%;
}

.advertising-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 550px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('/web/20181003042319im_/http://xmode.io/images/advertisingbanner.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.problem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.solution {
  display: block;
  height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #0b0c10;
}

.technology {
  height: auto;
}

.why-us {
  height: 580px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-color: #0b0c10;
}

.contact-us-ad {
  height: auto;
  background-image: url('/web/20181003042319im_/http://xmode.io/images/girlcar.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.body-9 {
  font-family: Montserrat, sans-serif;
}

.prob-p {
  margin-bottom: 40px;
  color: #0b0c10;
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
}

.heading-30 {
  position: relative;
  top: 50%;
  margin-top: 0px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  color: #fdfdfd;
  font-size: 100px;
  text-align: center;
  letter-spacing: 2px;
}

.column-19 {
  display: block;
  margin-top: 0px;
  padding-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tech-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 41px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
}

.column-20 {
  display: block;
  padding-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-21 {
  position: relative;
  display: block;
  padding-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-22 {
  display: block;
  padding-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.paragraph-17 {
  margin-bottom: 0px;
  padding-bottom: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 200;
  text-align: center;
}

.problem-heading {
  margin-top: 60px;
  margin-bottom: 60px;
  color: #0b0c10;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.prob-p2 {
  padding-top: 0px;
  color: #0b0c10;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.why-heading {
  margin-top: 60px;
  margin-bottom: 60px;
  color: #ffd823;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.solution-heading {
  margin-top: 60px;
  margin-bottom: 60px;
  color: #f7ce3e;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.tech-head {
  margin-top: 60px;
  margin-bottom: 60px;
  color: #0b0c10;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.solution-p {
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  font-weight: 200;
  text-align: center;
  letter-spacing: 1px;
}

.text-field-6 {
  width: 49%;
  margin-bottom: 30px;
  float: right;
}

.text-field-7 {
  width: 49%;
  float: left;
}

.text-field-8 {
  width: 74%;
  margin-bottom: 30px;
  float: left;
}

.text-field-9 {
  width: 24%;
  float: right;
}

.submit-button-5 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-color: #f7ce3e;
  color: #1f2833;
  font-weight: 300;
  text-transform: uppercase;
}

.textarea {
  margin-bottom: 30px;
}

.ad-contact-us {
  margin-top: 60px;
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.form-6 {
  display: block;
  margin: 30px auto 40px;
}

.form-block-7 {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.text-field-10 {
  margin-bottom: 30px;
}

.tech-p {
  margin-bottom: 20px;
  color: #0b0c10;
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

.why-arrows {
  display: block;
  margin-top: 4px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #f7ce3e;
  font-size: 22px;
  font-weight: 300;
  text-transform: none;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 100px;
  margin-right: auto;
  margin-bottom: -40px;
  margin-left: auto;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-59 {
  height: 50px;
  float: left;
}

.div-block-23 {
  width: 33%;
}

.div-block-24 {
  width: 33%;
}

.div-block-25 {
  width: 33%;
}

.container-6 {
  padding-top: 20px;
  padding-bottom: 15px;
}

.image-60 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-61 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-62 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-63 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-67 {
  padding-left: 0px;
}

.image-68 {
  position: relative;
  right: 50%;
  display: block;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  float: right;
  clear: both;
  -webkit-transform: translate(50%, 0px);
  -ms-transform: translate(50%, 0px);
  transform: translate(50%, 0px);
}

.image-69 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-70 {
  display: block;
  float: left;
}

.success-message {
  background-color: #1f2833;
  color: #fff;
}

.success-message-3 {
  background-color: #1f2833;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.success-message-4 {
  background-color: #1f2833;
  color: #fff;
}

.success-message-5 {
  background-color: #1f2833;
  color: #fff;
}

.submit-button-2-sign-up {
  display: block;
  margin-top: 20px;
  margin-right: 130px;
  margin-left: 130px;
  padding-bottom: 10px;
  background-color: #1f2833;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

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

.revenue {
  text-align: center;
}

.active-users-drunk {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #66fcf1;
  font-size: 60px;
  font-weight: 700;
  text-align: center;
}

.average-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.process-walk {
  position: static;
  display: block;
  height: auto;
  margin-top: 40px;
  padding-bottom: 100px;
}

.image-71 {
  width: 40px;
}

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

.cloud-container {
  position: static;
  min-height: 100vh;
  background-image: url('/web/20181003042319im_/http://xmode.io/images/clouds.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.image-72 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-73 {
  width: 166.66px;
  border-radius: 50%;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 86px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.group-container-adv {
  position: absolute;
  display: none;
  overflow: visible;
  width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  text-align: center;
}

.emp3 {
  width: 33%;
  height: 295px;
  float: left;
}

.image-75 {
  width: 166.66px;
  height: 166.66px;
  border-radius: 50%;
}

.image-76 {
  width: 166.66px;
  height: 166.66px;
  border-radius: 50%;
}

.image-77 {
  width: 166.66px;
  height: 166.66px;
  border-radius: 50%;
}

.image-78 {
  width: 166.66px;
  height: 166.66px;
  border-radius: 50%;
}

.image-79 {
  width: 166.66px;
  height: 166.66px;
  border-radius: 50%;
}

.image-80 {
  width: 166.66px;
  height: 166.66px;
  border-radius: 50%;
}

.image-81 {
  width: 166.66px;
  height: 166.66px;
  border-radius: 50%;
}

.image-82 {
  width: 166.66px;
  height: 166.66px;
  border-radius: 50%;
}

.image-83 {
  width: 166.66px;
  height: 166.66px;
  border-radius: 50%;
}

.image-85 {
  width: 166.66px;
  height: 166.66px;
  border-radius: 50%;
}

.mobile-team {
  display: none;
  margin-top: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.team2 {
  display: none;
}

.home-footer {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 140px;
  padding-top: 0px;
  background-color: #0b0c10;
  text-align: center;
}

.link-6 {
  float: left;
  font-family: Montserrat, sans-serif;
  color: #66fcf1;
  font-weight: 200;
}

.home-footer2 {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 150px;
  padding-top: 0px;
  background-color: #0b0c10;
  text-align: center;
}

.ad-banner {
  display: block;
  height: 550px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('/web/20181003042319im_/http://xmode.io/images/advertisingbanner.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.emp3-square {
  width: 33%;
  height: 200px;
  float: left;
}

.emp5image {
  display: block;
  width: 166.66px;
  height: 166.66px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
}

.div-block-27 {
  width: 250px;
  height: 250px;
  border: 1px none #000;
  border-radius: 50%;
}

.team3 {
  display: none;
}

.emp2 {
  width: 50%;
  height: 295px;
  float: left;
}

.button-2 {
  display: block;
  width: 35%;
  margin-top: 27px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 15px;
  background-color: #ffd823;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-family: Montserrat, sans-serif;
  color: #0b0c10;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
}

.button-2:hover {
  background-color: rgba(255, 216, 35, .5);
}

.getintouch {
  display: block;
  width: 13%;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 15px;
  background-color: #ffd823;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #0b0c10;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.getintouch:hover {
  background-color: rgba(255, 216, 35, .5);
}

.adcontact {
  display: block;
  width: 20%;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 100px;
  background-color: #f7ce3e;
  color: #0b0c10;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.firstname {
  display: inline-block;
  width: 48%;
  margin-bottom: 10px;
  float: left;
  font-family: Montserrat, sans-serif;
}

.last-name {
  display: inline-block;
  width: 48%;
  margin-bottom: 10px;
  float: right;
  font-family: Montserrat, sans-serif;
}

.text-span {
  font-weight: 900;
}

.paragraph-18 {
  margin-top: 50px;
  margin-bottom: 70px;
  color: #fff;
  font-size: 28px;
  font-weight: 100;
  letter-spacing: 2px;
  text-decoration: none;
}

.text-span-2 {
  color: #ffd823;
  font-weight: 700;
  text-transform: uppercase;
}

.body-10 {
  font-family: Montserrat, sans-serif;
}

.app-mon-banner {
  display: block;
  height: 550px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1f2833;
  background-image: url('/web/20181003042319im_/http://xmode.io/images/gilles-lambert-8649-unsplash-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ss-back-2 {
  position: absolute;
  width: 100%;
  height: 130px;
  background-color: #0b0c10;
  opacity: 1;
}

.heading-31 {
  margin-top: 41px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 42px;
  font-weight: 500;
  text-align: center;
}

.div-block-28 {
  width: 20%;
  float: left;
}

.image-86 {
  width: 40px;
}

.image-87 {
  width: 40px;
}

.row-16 {
  position: relative;
  top: 45%;
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.link-block-8 {
  float: right;
}

.link-block-9 {
  float: left;
}

.row-17 {
  position: relative;
  left: 25%;
  width: 50%;
  margin-top: -8px;
}

.section {
  height: auto;
  background-color: #0b0c10;
}

.heading-32 {
  display: block;
  margin: 0px auto;
  padding-left: 0px;
  color: #f7ce3e;
  line-height: 35px;
  text-align: center;
  text-transform: uppercase;
}

.image-88 {
  display: block;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
}

.image-89 {
  display: block;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
}

.image-90 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-91 {
  display: block;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
}

.image-92 {
  display: block;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
}

.home-footer-black {
  position: static;
  height: 100px;
  padding-top: 0px;
  background-color: #0b0c10;
  text-align: center;
}

.home-footer-copy {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 100px;
  padding-top: 0px;
  background-color: #1f2833;
  text-align: center;
}

.home-footer-copy-copy {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 100px;
  padding-top: 0px;
  background-color: #0b0c10;
  text-align: center;
}

.rotating-sub {
  position: static;
  width: 100%;
  margin: 16px auto 17px;
  clear: none;
  color: #fff;
  font-size: 24px;
  font-weight: 200;
  text-align: center;
}

.div-block-29 {
  width: 100%;
}

.rotating-sub-copy {
  position: relative;
  width: 100%;
  margin-bottom: 17px;
  clear: none;
  color: #fff;
  font-size: 24px;
  font-weight: 200;
  text-align: center;
}

.success-banner-upsie {
  display: block;
  height: 400px;
  background-color: transparent;
  background-image: url('/web/20181003042319im_/http://xmode.io/images/crackedphone-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.rotating1 {
  position: absolute;
  width: 100%;
  opacity: 0;
}

.rotating2 {
  position: absolute;
  width: 100%;
  margin-top: 0px;
  padding-top: 0px;
  opacity: 0;
}

.rotatin3 {
  position: static;
  width: 100%;
}

.rotating3 {
  position: absolute;
  width: 100%;
  margin-top: 0px;
  opacity: 0;
}

.rotating4 {
  position: absolute;
  width: 100%;
  margin-top: 0px;
  opacity: 0;
}

.rotating5 {
  position: relative;
  width: 100%;
  margin-top: 0px;
  opacity: 0;
}

.row-18 {
  position: static;
  top: 50%;
  display: inline;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.container-7 {
  height: auto;
  padding-bottom: 50px;
}

.text-span-3 {
  color: #1f2833;
}

.text-span-4 {
  color: #fff;
  font-size: 24px;
  font-weight: 100;
  letter-spacing: 8px;
  text-transform: none;
}

.container-8 {
  height: 1005%;
  padding-bottom: 60px;
}

.container-9 {
  position: static;
  margin-bottom: 0px;
  padding-top: 0px;
}

.phoneimage {
  position: absolute;
  display: block;
  height: 300px;
  margin-top: 0px;
  margin-left: 46px;
}

.paragraph-9-copy {
  margin-bottom: 60px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #ffd823;
  font-size: 16px;
  line-height: 30px;
  font-weight: 200;
  text-align: center;
  text-transform: none;
}

.banner-heading-copy {
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 38px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.heading-13-copy {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: center;
}

.text-span-5 {
  font-style: italic;
}

.text-block-9-copy {
  padding-top: 5px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 100;
  text-align: center;
  letter-spacing: 1px;
}

.text-block-7-copy {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 200;
  text-align: center;
}

.stats-container-copy {
  height: auto;
  background-color: #0b0c10;
  color: #fff;
  text-align: center;
}

.heading-12-copy {
  margin-top: 37px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  color: #0b0c10;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.process-walk-copy {
  position: static;
  display: block;
  height: 580px;
  margin-top: 130px;
  margin-bottom: 30px;
}

.navbar-copy {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  background-color: #0b0c10;
}

.navbar-copy.page {
  background-color: #0b0c10;
}

.column-23 {
  position: relative;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 10px;
  -webkit-transform: translate(0px, 200%);
  -ms-transform: translate(0px, 200%);
  transform: translate(0px, 200%);
}

.image-93 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: none;
}

.prob-p-copy {
  margin-bottom: 40px;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  font-weight: 200;
  text-align: center;
  letter-spacing: 1px;
}

.section-2 {
  background-color: #0b0c10;
}

.container-10 {
  padding-top: 60px;
  padding-bottom: 100px;
}

.container-11 {
  padding-top: 70px;
  padding-bottom: 100px;
}

.container-12 {
  padding-bottom: 100px;
}

.container-13 {
  padding-bottom: 60px;
}

.container-14 {
  padding-bottom: 60px;
}

.image-94 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: none;
}

.link-block-10 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.column-24 {
  position: static;
}

.column-25 {
  position: static;
}

.app-heading {
  margin-top: 50px;
  margin-bottom: 0px;
  color: #66fcf1;
  font-size: 32px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
}

.heading-33 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 40px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.app-heading-copy {
  margin-top: 50px;
  color: #f7ce3e;
  font-size: 32px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
}

.section-3 {
  position: static;
  display: inline;
}

.container-15 {
  padding-bottom: 50px;
}

.block-quote {
  padding-top: 60px;
  padding-bottom: 50px;
  color: #0b0c10;
  line-height: 44px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
}

.text-span-6 {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
}

.paragraph-19 {
  margin-bottom: 0px;
  padding-top: 50px;
  padding-bottom: 80px;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  font-style: italic;
  font-weight: 200;
  text-align: center;
  letter-spacing: 2px;
}

.text-span-7 {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
}

.section-4 {
  background-color: #0b0c10;
}

.container-16 {
  padding-bottom: 50px;
}

.container-17 {
  padding-bottom: 60px;
}

.row-20 {
  display: block;
}

.div-block-30 {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.link-block-11 {
  text-decoration: none;
}

.container-18 {
  padding-bottom: 40px;
}

.text-block-12-copy {
  display: block;
  padding-bottom: 40px;
  font-family: Montserrat, sans-serif;
  color: #0b0c10;
  font-size: 20px;
  font-weight: 200;
  text-align: center;
}

.link-6-copy {
  font-family: Montserrat, sans-serif;
  color: #66fcf1;
  font-weight: 200;
}

.link6-2 {
  float: right;
  font-family: Montserrat, sans-serif;
  color: #66fcf1;
  font-weight: 200;
}

.div-block-31 {
  display: block;
  width: 100%;
  max-width: 200px;
  margin-right: auto;
  margin-left: auto;
}

.heading-30-copy {
  position: relative;
  top: 50%;
  margin-top: 0px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  color: #fdfdfd;
  font-size: 100px;
  line-height: 80px;
  text-align: center;
  letter-spacing: 2px;
}

.rotating1b {
  position: absolute;
  width: 100%;
  opacity: 0;
}

.container-19 {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.press-footer {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 140px;
  padding-top: 0px;
  background-color: #0b0c10;
  text-align: center;
}

.container-20 {
  position: relative;
  display: block;
  height: 100vh;
}

.div-block-32 {
  height: 150px;
}

.section-5 {
  background-color: #f7ce3e;
}

.link-block-12 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.paragraph-20 {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 600;
}

.section-6 {
  position: static;
}

.heading-34 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 200;
  text-align: center;
}

.container-23 {
  height: 100vh;
}

.heading-35 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 72px;
  text-align: center;
}

.div-block-33 {
  position: relative;
  top: 30%;
}

.button-2-copy {
  display: block;
  width: 20%;
  margin-top: 27px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 15px;
  background-color: #ffd823;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-family: Montserrat, sans-serif;
  color: #0b0c10;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
}

.button-2-copy:hover {
  background-color: rgba(255, 216, 35, .5);
}

.body-11 {
  overflow: auto;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f0f0f0;
}

.heading-36 {
  margin-top: 20px;
  padding-top: 0px;
}

.container-24 {
  margin-top: 40px;
  margin-bottom: 50px;
}

.heading-37 {
  font-family: 'Open Sans', sans-serif;
  color: #424242;
  font-weight: 700;
}

.heading-38 {
  font-family: 'Open Sans', sans-serif;
  color: #707070;
  font-size: 18px;
}

.paragraph-21 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

.container-25 {
  margin-top: 0px;
  margin-bottom: 50px;
}

.heading-39 {
  font-family: 'Open Sans', sans-serif;
  color: #444;
  font-size: 26px;
  line-height: 48px;
}

.list-item {
  margin-bottom: 12px;
  font-family: 'Open Sans', sans-serif;
  color: dimgrey;
  font-weight: 400;
  list-style-type: disc;
}

.list-item-alpha {
  display: inline-block;
  margin-bottom: 12px;
  font-family: 'Open Sans', sans-serif;
  color: dimgrey;
  font-weight: 400;
  text-decoration: underline;
  list-style-type: lower-alpha;
}

.list-item-alpha.list-no-underline {
  text-decoration: none;
}

.list-item-2 {
  list-style-type: none;
}

.unordered-list {
  list-style-type: disc;
}

.unordered-list-alpha {
  font-style: normal;
  list-style-type: lower-alpha;
}

.list-alpha {
  margin-bottom: 12px;
  font-family: 'Open Sans', sans-serif;
  color: dimgrey;
  font-weight: 400;
  list-style-type: lower-alpha;
}

.list-underline {
  text-decoration: underline;
}

.list-alpha-italic {
  margin-bottom: 12px;
  font-family: 'Open Sans', sans-serif;
  color: dimgrey;
  font-weight: 400;
  list-style-type: lower-alpha;
}

.unordered-list-alpha-italic {
  font-style: italic;
  list-style-type: lower-alpha;
}

.list-italic-alpha-normal {
  font-style: normal;
}

.bold-text {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
}

.list-item-five {
  padding-bottom: 12px;
  font-family: 'Open Sans', sans-serif;
  color: dimgrey;
}

.italic-text {
  font-style: normal;
}

.unorder-list-five-b {
  font-family: 'Open Sans', sans-serif;
}

.list-item-fiveb {
  margin-top: 12px;
  color: dimgrey;
}

.div-block-fiveb {
  margin-top: 12px;
}

.text-block-title-five {
  margin-bottom: 6px;
}

.link-7 {
  font-family: 'Open Sans', sans-serif;
}

.text-block-14 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

.text-span-8 {
  font-style: italic;
}

.link-trusted-partners {
  font-family: 'Droid Sans', sans-serif;
  color: #eec534;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.list-item-partners {
  padding-bottom: 20px;
  font-family: 'Droid Sans', sans-serif;
  color: #f7ce3e;
  font-size: 24px;
  font-weight: 700;
}

.div-block-34 {
  margin-top: 12px;
}

.paragraph-22 {
  margin-top: 12px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

.paragraph-23 {
  margin-top: 12px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

.paragraph-24 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

.paragraph-25 {
  margin-top: 12px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

.paragraph-26 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

.jump-link {
  font-family: 'Open Sans', sans-serif;
  color: #45a79f;
  text-decoration: none;
}

.link-out {
  color: #1f2833;
}

.link-email {
  color: #1f2833;
}

html.w-mod-js *[data-ix="load-left"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="load-left-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="load-right"] {
  opacity: 0;
  -webkit-transform: translate(-75px, 0px);
  -ms-transform: translate(-75px, 0px);
  transform: translate(-75px, 0px);
}

html.w-mod-js *[data-ix="load-right-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="nav-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="arrow"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="metrics"] {
  opacity: 0;
  -webkit-transform: scale(0.7500000000000004, 0.7500000000000004);
  -ms-transform: scale(0.7500000000000004, 0.7500000000000004);
  transform: scale(0.7500000000000004, 0.7500000000000004);
}

html.w-mod-js *[data-ix="metrics-4"] {
  opacity: 0;
  -webkit-transform: scale(0.7500000000000004, 0.7500000000000004);
  -ms-transform: scale(0.7500000000000004, 0.7500000000000004);
  transform: scale(0.7500000000000004, 0.7500000000000004);
}

html.w-mod-js *[data-ix="metrics-5"] {
  opacity: 0;
  -webkit-transform: scale(0.7500000000000004, 0.7500000000000004);
  -ms-transform: scale(0.7500000000000004, 0.7500000000000004);
  transform: scale(0.7500000000000004, 0.7500000000000004);
}

html.w-mod-js *[data-ix="metrics-6"] {
  opacity: 0;
  -webkit-transform: scale(0.7500000000000004, 0.7500000000000004);
  -ms-transform: scale(0.7500000000000004, 0.7500000000000004);
  transform: scale(0.7500000000000004, 0.7500000000000004);
}

html.w-mod-js *[data-ix="metrics-7"] {
  opacity: 0;
  -webkit-transform: scale(0.7500000000000004, 0.7500000000000004);
  -ms-transform: scale(0.7500000000000004, 0.7500000000000004);
  transform: scale(0.7500000000000004, 0.7500000000000004);
}

html.w-mod-js *[data-ix="metrics-3"] {
  opacity: 0;
  -webkit-transform: scale(0.7500000000000004, 0.7500000000000004);
  -ms-transform: scale(0.7500000000000004, 0.7500000000000004);
  transform: scale(0.7500000000000004, 0.7500000000000004);
}

html.w-mod-js *[data-ix="metrics-2"] {
  opacity: 0;
  -webkit-transform: scale(0.7500000000000004, 0.7500000000000004);
  -ms-transform: scale(0.7500000000000004, 0.7500000000000004);
  transform: scale(0.7500000000000004, 0.7500000000000004);
}

html.w-mod-js *[data-ix="featured"] {
  opacity: 0;
  -webkit-transform: scale(0.7500000000000004, 0.7500000000000004);
  -ms-transform: scale(0.7500000000000004, 0.7500000000000004);
  transform: scale(0.7500000000000004, 0.7500000000000004);
}

html.w-mod-js *[data-ix="fly-up"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px) scale(0.9, 0.9);
  -ms-transform: translate(0px, 50px) scale(0.9, 0.9);
  transform: translate(0px, 50px) scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="fly-up-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px) scale(0.9, 0.9);
  -ms-transform: translate(0px, 50px) scale(0.9, 0.9);
  transform: translate(0px, 50px) scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="fly-up-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px) scale(0.9, 0.9);
  -ms-transform: translate(0px, 50px) scale(0.9, 0.9);
  transform: translate(0px, 50px) scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="fly-up-slow"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px) scale(0.9, 0.9);
  -ms-transform: translate(0px, 50px) scale(0.9, 0.9);
  transform: translate(0px, 50px) scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="fly-up-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px) scale(0.9, 0.9);
  -ms-transform: translate(0px, 50px) scale(0.9, 0.9);
  transform: translate(0px, 50px) scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="doc-load"] {
  opacity: 0;
  -webkit-transform: scale(0.7500000000000004, 0.7500000000000004);
  -ms-transform: scale(0.7500000000000004, 0.7500000000000004);
  transform: scale(0.7500000000000004, 0.7500000000000004);
}

html.w-mod-js *[data-ix="new-interaction"] {
  opacity: 0;
}

@media (max-width: 991px) {
  .landing {
    background-position: 50% 0px;
    background-size: cover;
  }
  .nav-link {
    font-size: 40px;
    line-height: 60px;
    text-align: center;
  }
  .nav-link.w--current {
    line-height: 60px;
  }
  .info {
    height: auto;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .contact {
    background-position: 50% 0px;
  }
  .marketing {
    height: 510px;
  }
  .calc {
    height: 440px;
  }
  .metrics {
    height: 520px;
  }
  .left-landing {
    margin-top: -25px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .right-landing {
    display: block;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }
  .text-field {
    width: 75%;
  }
  .submit-button {
    font-size: 12px;
    text-align: center;
  }
  .heading {
    margin-top: 17px;
    margin-bottom: 50px;
    font-size: 28px;
  }
  .heading-2 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 18px;
  }
  .icon {
    background-color: transparent;
    color: #fff;
  }
  .slider {
    margin-right: -20px;
    margin-left: -20px;
  }
  .company-block {
    margin-right: 4px;
    margin-left: 4px;
  }
  .heading-3 {
    font-size: 30px;
  }
  .heading-4 {
    font-size: 75px;
  }
  .info-container {
    padding-bottom: 0px;
  }
  .row-3 {
    padding-right: 110px;
    padding-left: 110px;
  }
  .team-division {
    margin-right: 7px;
    margin-left: 0px;
  }
  .team-button {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 12px;
  }
  .dropdown-link {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }
  .div-block-11 {
    margin-right: 30px;
    margin-left: 30px;
  }
  .text-block-4 {
    font-size: 16px;
  }
  .marketing-text {
    font-size: 16px;
  }
  .newsitem {
    margin-right: 9px;
    margin-left: 9px;
  }
  .backnews {
    width: 130px;
    height: 130px;
  }
  .nav-link-2 {
    font-size: 40px;
    line-height: 60px;
    text-align: center;
  }
  .ddlink2 {
    font-size: 30px;
    line-height: 30px;
    text-align: center;
  }
  .body-3 {
    background-position: 50% 0px;
    background-size: cover;
    background-attachment: scroll;
  }
  .form-4 {
    margin-top: -13px;
  }
  .success-info {
    height: auto;
  }
  .success-stats {
    height: 340px;
  }
  .banner-heading {
    margin-top: 0px;
  }
  .row-8 {
    width: 70%;
  }
  .column-7 {
    padding-top: 0px;
    padding-left: 0px;
  }
  .image-28 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .walk-stats {
    width: 17%;
  }
  .stat-num {
    font-size: 32px;
  }
  .text-block-8 {
    font-size: 14px;
  }
  .text-block-9 {
    font-size: 12px;
  }
  .process {
    margin-top: 160px;
  }
  .form-5 {
    padding-right: 65px;
    padding-left: 65px;
  }
  .user-rention {
    height: auto;
  }
  .heading-11 {
    font-size: 24px;
  }
  .success-describe-drunk {
    padding-right: 36px;
    padding-left: 36px;
  }
  .stat-num-drunk {
    font-size: 32px;
  }
  .row-11 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .row-13 {
    width: 75%;
  }
  .column-11 {
    padding-left: 0px;
  }
  .nav-menu-2 {
    height: 100vh;
    background-color: #0b0c10;
  }
  .menu-button-2.w--open {
    background-color: #0b0c10;
  }
  .menu-button-3.w--open {
    background-color: #0b0c10;
  }
  .nav-menu-3 {
    height: 100vh;
    background-color: #0b0c10;
  }
  .menu-button-4.w--open {
    background-color: #0b0c10;
  }
  .nav-menu-4 {
    height: 100vh;
    background-color: #0b0c10;
  }
  .menu-button-5.w--open {
    background-color: #0b0c10;
  }
  .nav-menu-5 {
    height: 100vh;
    background-color: #0b0c10;
  }
  .menu-button-6.w--open {
    background-color: #0b0c10;
  }
  .nav-menu-6 {
    height: 100vh;
    background-color: #0b0c10;
  }
  .menu-button-7.w--open {
    background-color: #0b0c10;
  }
  .nav-menu-7 {
    height: 100vh;
    background-color: #0b0c10;
  }
  .drunk-column {
    padding-top: 0px;
    padding-left: 0px;
  }
  .column-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .column-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .column-14 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .column-15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .team-name {
    font-size: 20px;
  }
  .emp-title {
    font-size: 12px;
  }
  .link-5 {
    font-size: 12px;
  }
  .about-us-hero {
    background-position: 50% 50%;
  }
  .heading-17 {
    font-size: 80px;
  }
  .fueled {
    height: auto;
  }
  .paragraph-8 {
    font-size: 18px;
  }
  .paragraph-9 {
    font-size: 12px;
  }
  .approach {
    display: block;
    height: auto;
  }
  .different {
    display: block;
  }
  .image-57 {
    height: 250px;
    margin-left: 40px;
  }
  .problem {
    display: block;
  }
  .solution {
    height: auto;
  }
  .technology {
    height: auto;
  }
  .why-us {
    height: auto;
    padding-bottom: 100px;
  }
  .heading-30 {
    line-height: 90px;
  }
  .submit-button-5 {
    width: 100%;
  }
  .why-arrows {
    font-size: 13px;
  }
  .div-block-22 {
    width: 90%;
    margin-bottom: -40px;
  }
  .image-68 {
    display: block;
    height: 75px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .image-69 {
    height: 75px;
  }
  .image-70 {
    display: block;
    height: 75px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .submit-button-2-sign-up {
    margin-right: 65px;
    margin-left: 65px;
  }
  .active-users-drunk {
    margin-top: 0px;
    font-size: 42px;
  }
  .process-walk {
    height: auto;
    margin-top: 180px;
    padding-bottom: 60px;
  }
  .sucess-stats-walk {
    height: auto;
  }
  .image-75 {
    width: 150px;
    height: 150px;
  }
  .image-76 {
    width: 150px;
    height: 150px;
  }
  .image-77 {
    width: 150px;
    height: 150px;
  }
  .image-78 {
    width: 150px;
    height: 150px;
  }
  .image-79 {
    width: 150px;
    height: 150px;
  }
  .image-80 {
    width: 150px;
    height: 150px;
  }
  .image-81 {
    width: 150px;
    height: 150px;
  }
  .image-82 {
    width: 150px;
    height: 150px;
  }
  .image-83 {
    width: 150px;
    height: 150px;
  }
  .image-85 {
    width: 150px;
    height: 150px;
  }
  .ad-banner {
    background-position: 50% 50%;
  }
  .app-mon-banner {
    background-position: 50% 50%;
  }
  .row-16 {
    width: 100%;
  }
  .rotating-sub {
    margin-top: 16px;
    margin-bottom: 0px;
    font-size: 24px;
  }
  .rotating-sub-copy {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 18px;
  }
  .container-8 {
    margin-bottom: 0px;
    padding-bottom: 60px;
  }
  .phoneimage {
    height: 250px;
    margin-left: 40px;
  }
  .paragraph-9-copy {
    font-size: 12px;
  }
  .text-block-9-copy {
    font-size: 12px;
  }
  .process-walk-copy {
    height: 500px;
  }
  .column-23 {
    -webkit-transform: translate(0px, 83%);
    -ms-transform: translate(0px, 83%);
    transform: translate(0px, 83%);
  }
  .app-heading {
    font-size: 24px;
  }
  .app-heading-copy {
    font-size: 24px;
  }
  .paragraph-19 {
    padding-top: 80px;
  }
  .div-block-31 {
    width: 80%;
  }
  .heading-30-copy {
    line-height: 90px;
  }
  .container-19 {
    position: relative;
    top: 50%;
  }
  .container-22 {
    padding-bottom: 60px;
  }
  .paragraph-20 {
    padding-right: 41px;
    padding-left: 40px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .nav-link {
    font-size: 18px;
    line-height: 5px;
  }
  .nav-link.w--current {
    line-height: 0px;
  }
  .title {
    font-size: 32px;
  }
  .title.info-title-copy {
    padding-right: 20px;
    padding-left: 20px;
  }
  .info {
    height: auto;
  }
  .marketing {
    height: 530px;
  }
  .calc {
    height: 520px;
  }
  .metrics {
    height: auto;
  }
  .left-landing {
    margin-top: 1px;
    padding-bottom: 15px;
  }
  .right-landing {
    margin-top: 1px;
  }
  .text-field {
    width: 100%;
  }
  .submit-button {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 14px;
  }
  .row {
    width: 100%;
  }
  .text-block {
    font-size: 12px;
  }
  .company-block {
    margin-right: 4px;
    margin-left: 4px;
  }
  .paragraph {
    padding-right: 24px;
    padding-left: 24px;
    font-size: 18px;
  }
  .form-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .heading-5 {
    font-size: 18px;
  }
  .team-division {
    margin-right: 0px;
    margin-left: 0px;
  }
  .team-button {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 10px;
  }
  .metrics-block {
    padding-right: 0px;
    padding-left: 0px;
  }
  .row-4 {
    margin-top: 37px;
    margin-bottom: 37px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .paragraph-2 {
    padding-right: 26px;
    padding-left: 26px;
  }
  .marketing-text {
    font-size: 12px;
  }
  .marketing-text2 {
    font-size: 12px;
  }
  .container-2 {
    padding-top: 5px;
  }
  .newsitem {
    margin-right: 7px;
    margin-left: 5px;
  }
  .backnews {
    width: 100px;
    height: 100px;
  }
  .backtext {
    font-size: 10px;
  }
  .nav-link-2 {
    font-size: 18px;
    line-height: 0px;
  }
  .banner-heading {
    margin-top: 0px;
  }
  .row-8 {
    width: 100%;
  }
  .column-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 16px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-28 {
    margin-top: 14px;
  }
  .drunk-banner-text {
    font-size: 18px;
    font-weight: 400;
  }
  .success-describe {
    padding-right: 30px;
    padding-bottom: 0px;
    padding-left: 30px;
  }
  .success-info-container {
    padding-top: 60px;
  }
  .text-block-7 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .walk-stats-container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .walk-stats {
    width: 16%;
  }
  .stat-num {
    padding-bottom: 0px;
    font-size: 24px;
    line-height: 30px;
  }
  .process {
    margin-top: 210px;
    margin-bottom: 100px;
  }
  .form-container {
    width: 60%;
    height: 100%;
  }
  .heading-9 {
    font-size: 60px;
  }
  .form-5 {
    padding-right: 29px;
    padding-left: 29px;
  }
  .heading-10 {
    font-size: 30px;
  }
  .user-rention {
    height: 300px;
  }
  .heading-11 {
    font-size: 18px;
  }
  .text-block-12 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .trending-left {
    padding-left: 5px;
  }
  .trending-right {
    padding-right: 5px;
  }
  .success-describe-drunk {
    padding-right: 58px;
    padding-left: 58px;
  }
  .banner-text {
    font-size: 18px;
    font-weight: 400;
  }
  .stat-num-drunk {
    padding-bottom: 0px;
    font-size: 24px;
    line-height: 30px;
  }
  .row-11 {
    width: 35%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .heading-14 {
    font-size: 24px;
  }
  .row-12 {
    padding-top: 0px;
  }
  .row-13 {
    width: 80%;
  }
  .column-11 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }
  .nav-menu-2 {
    height: 100vh;
  }
  .drunk-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 55px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column-12 {
    padding-bottom: 20px;
  }
  .column-14 {
    padding-top: 37px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .column-15 {
    padding-top: 37px;
    padding-left: 0px;
  }
  .row-15 {
    margin-top: 37px;
    padding-top: 20px;
  }
  .team-name {
    font-size: 14px;
  }
  .emp-title {
    font-size: 8px;
  }
  .group-container-mar {
    left: 0%;
    display: block;
    width: 100%;
  }
  .heading-17 {
    font-size: 60px;
    line-height: 60px;
  }
  .paragraph-10 {
    padding-right: 33px;
    padding-left: 33px;
    font-size: 16px;
  }
  .paragraph-13 {
    font-size: 16px;
  }
  .heading-24 {
    text-align: center;
  }
  .heading-26 {
    text-align: center;
  }
  .heading-27 {
    text-align: center;
  }
  .image-57 {
    height: 200px;
    margin-top: 70px;
    margin-left: 29px;
  }
  .featured-trending-text {
    font-size: 12px;
  }
  .image-58 {
    margin-left: 0px;
  }
  .technology {
    height: auto;
    padding-bottom: 20px;
  }
  .heading-30 {
    font-size: 80px;
  }
  .form-block-7 {
    width: 75%;
  }
  .tech-p {
    padding-right: 20px;
    padding-left: 20px;
  }
  .why-arrows {
    padding-top: 0px;
    float: none;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }
  .div-block-22 {
    overflow: visible;
    opacity: 1;
  }
  .image-68 {
    height: 50px;
    float: right;
  }
  .image-69 {
    height: 50px;
  }
  .image-70 {
    height: 50px;
  }
  .submit-button-2-sign-up {
    margin-right: 29px;
    margin-left: 29px;
  }
  .average-text {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .process-walk {
    margin-top: 240px;
  }
  .image-75 {
    width: 110px;
    height: 110px;
  }
  .image-76 {
    width: 110px;
    height: 110px;
  }
  .image-77 {
    width: 110px;
    height: 110px;
  }
  .image-78 {
    width: 110px;
    height: 110px;
  }
  .image-79 {
    width: 110px;
    height: 110px;
  }
  .image-80 {
    width: 110px;
    height: 110px;
  }
  .image-81 {
    width: 110px;
    height: 110px;
  }
  .image-82 {
    width: 110px;
    height: 110px;
  }
  .image-83 {
    width: 110px;
    height: 110px;
  }
  .image-85 {
    width: 110px;
    height: 110px;
  }
  .link-6 {
    font-size: 12px;
  }
  .getintouch {
    width: 20%;
  }
  .div-block-28 {
    width: 100%;
    margin-bottom: 50px;
  }
  .row-17 {
    display: block;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }
  .phoneimage {
    height: 200px;
    margin-top: 70px;
    margin-left: 29px;
  }
  .banner-heading-copy {
    margin-top: 0px;
  }
  .process-walk-copy {
    height: 560px;
  }
  .image-93 {
    display: block;
    max-width: 50%;
    margin-right: auto;
    margin-left: auto;
  }
  .prob-p-copy {
    padding-right: 10px;
    padding-left: 10px;
  }
  .container-11 {
    padding-top: 60px;
  }
  .image-94 {
    display: block;
    max-width: 50%;
    margin-right: auto;
    margin-left: auto;
  }
  .link-block-10 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .column-24 {
    padding-top: 130px;
  }
  .column-25 {
    margin-bottom: 20px;
  }
  .app-heading {
    margin-top: 20px;
    font-size: 32px;
  }
  .app-heading-copy {
    margin-top: 20px;
    font-size: 32px;
  }
  .paragraph-19 {
    padding-top: 50px;
  }
  .link-6-copy {
    font-size: 12px;
  }
  .link6-2 {
    font-size: 12px;
  }
  .div-block-31 {
    width: 90%;
  }
  .heading-30-copy {
    font-size: 80px;
  }
  .column-26 {
    position: relative;
  }
  .link-block-12 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .container-21 {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
}

@media (max-width: 479px) {
  .navbar.page {
    overflow: visible;
  }
  .nav-link {
    font-size: 18px;
    line-height: 0px;
  }
  .nav-link.w--current {
    font-size: 18px;
    line-height: 0px;
  }
  .featured {
    height: 300px;
  }
  .title {
    margin-right: 28px;
    margin-left: 28px;
  }
  .title.alt.info-title-copy {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 16px;
  }
  .info {
    height: auto;
  }
  .team {
    height: 2650px;
  }
  .marketing {
    height: auto;
  }
  .calc {
    height: auto;
  }
  .metrics {
    height: auto;
  }
  .left-landing {
    margin-top: 0px;
    padding-right: 0px;
  }
  .right-landing {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .text-field {
    width: 100%;
    text-align: center;
  }
  .submit-button {
    width: 100%;
  }
  .row {
    top: 32%;
    display: block;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .heading {
    margin-top: 0px;
    margin-bottom: -11px;
    padding-top: 9px;
    font-size: 20px;
  }
  .heading-2 {
    font-size: 16px;
  }
  .text-block {
    height: 30%;
    font-size: 12px;
  }
  .slider {
    margin-right: 0px;
    margin-left: 0px;
    opacity: 0;
  }
  .companies-container {
    width: 200%;
  }
  .company-block {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .heading-3 {
    margin-top: 30px;
    font-size: 20px;
  }
  .landing-container {
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }
  .heading-4 {
    font-size: 60px;
    text-align: center;
  }
  .paragraph {
    font-size: 16px;
  }
  .column-4 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .team-division {
    display: block;
    width: 48%;
    margin-right: 3px;
    margin-left: 3px;
  }
  .team-button {
    width: 100%;
    font-size: 8px;
  }
  .dropdown-link {
    font-size: 20px;
  }
  .metrics-block {
    margin-top: 16px;
    padding-bottom: 0px;
  }
  .marketing-text2 {
    margin-right: -1px;
    margin-left: -1px;
    padding-bottom: 40px;
  }
  .heading-6 {
    font-size: 32px;
  }
  .newsitem {
    width: 30%;
    margin-right: 4px;
    margin-left: 4px;
  }
  .backtext {
    line-height: 15px;
  }
  .doc-container {
    opacity: 1;
  }
  .heading-7 {
    font-size: 20px;
  }
  .nav-link-2 {
    font-size: 18px;
  }
  .ddlink2 {
    font-size: 20px;
  }
  .paragraph-6 {
    overflow: visible;
  }
  .body-3 {
    background-position: 50% 0px;
    background-size: cover;
  }
  .body-7 {
    overflow: hidden;
  }
  .success-stats {
    height: 750px;
  }
  .banner-heading {
    font-size: 34px;
  }
  .row-8 {
    padding-top: 0px;
  }
  .column-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-left: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .image-28 {
    display: block;
    width: 100px;
    height: 100px;
    margin-top: 1px;
  }
  .success-describe {
    padding-top: 0px;
    font-size: 14px;
    line-height: 28px;
  }
  .success-info-container {
    padding-bottom: 70px;
  }
  .text-block-7 {
    padding-right: 22px;
    padding-left: 22px;
  }
  .walk-stats {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px;
    float: none;
  }
  .stat-num {
    font-size: 32px;
  }
  .process {
    position: static;
    height: 850px;
    margin-top: 500px;
  }
  .column-8 {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .form-container {
    width: 75%;
  }
  .heading-9 {
    padding-top: 10px;
    font-size: 50px;
  }
  .sign-up-form {
    margin-top: -28px;
  }
  .submit-button-4 {
    margin-top: 10px;
  }
  .text-field-2 {
    margin-bottom: 14px;
    font-size: 12px;
  }
  .text-field-3 {
    margin-bottom: 14px;
    font-size: 12px;
  }
  .text-field-4 {
    font-size: 12px;
  }
  .form-5 {
    padding-top: 12px;
  }
  .heading-10 {
    margin-top: 10px;
    font-size: 25px;
  }
  .image-29 {
    width: 75px;
    padding-top: 10px;
  }
  .user-rention {
    height: 380px;
    margin-bottom: 0px;
  }
  .heading-11 {
    font-size: 24px;
  }
  .trending-left {
    width: 100%;
    padding-left: 0px;
  }
  .trending-right {
    width: 100%;
    padding-right: 0px;
  }
  .success-describe-drunk {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 14px;
    line-height: 28px;
  }
  .heading-13 {
    font-size: 32px;
  }
  .text-block-13 {
    padding-right: 32px;
    padding-left: 32px;
  }
  .row-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: 70%;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .icon-3 {
    opacity: 0;
  }
  .icon-4 {
    opacity: 0;
  }
  .slide-3 {
    padding-left: 0px;
  }
  .dau-us {
    padding-right: 0px;
    padding-left: 0px;
  }
  .form-block-5 {
    margin-right: -40px;
    margin-left: -40px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .form-block-6 {
    margin-right: -76px;
    margin-left: -76px;
  }
  .social-media {
    height: 300px;
    margin-bottom: 50px;
    padding-top: 50px;
    padding-bottom: 0px;
  }
  .row-12 {
    display: block;
    padding-top: 0px;
  }
  .row-12.drunk-apps {
    padding-top: 20px;
  }
  .row-13 {
    width: 100%;
    height: 200px;
  }
  .image-35 {
    width: 250px;
  }
  .image-36 {
    width: 250px;
  }
  .image-37 {
    padding-top: 29px;
  }
  .link-block-6 {
    display: block;
  }
  .link-block-7 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-14 {
    height: 1100px;
  }
  .div-block-15 {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .heading-16 {
    font-size: 32px;
  }
  .nav-menu-2 {
    position: absolute;
    height: 100vh;
  }
  .drunk-column {
    padding-top: 0px;
    padding-left: 0px;
  }
  .column-14 {
    padding-top: 20px;
  }
  .column-15 {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .row-15 {
    margin-top: 43px;
  }
  .image-41 {
    height: 80px;
  }
  .image-42 {
    height: 80px;
  }
  .image-43 {
    height: 80px;
  }
  .emp4 {
    width: 100%;
    height: 300px;
  }
  .team-name {
    font-size: 25px;
  }
  .emp-title {
    font-size: 14px;
  }
  .emp5 {
    width: 100%;
    height: 300px;
  }
  .link-5 {
    font-size: 16px;
    line-height: 30px;
  }
  .heading-17 {
    line-height: 50px;
  }
  .fueled {
    height: auto;
  }
  .paragraph-8 {
    padding-right: 12px;
    padding-left: 12px;
  }
  .paragraph-9 {
    padding-right: 12px;
    padding-left: 12px;
  }
  .approach {
    height: auto;
  }
  .different {
    height: auto;
  }
  .heading-20 {
    margin-top: 60px;
  }
  .featured-phone {
    position: absolute;
    width: 100%;
    height: 200px;
    opacity: 1;
  }
  .phone-block-featured {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
    height: 65px;
    margin-right: 12px;
    margin-left: 12px;
    padding-right: 0px;
    float: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .paragraph-13 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .trending-block {
    float: none;
  }
  .image-57 {
    display: none;
    margin-left: 0px;
    opacity: 0;
  }
  .featured-trending-text {
    padding-right: 10px;
    padding-left: 10px;
  }
  .image-58 {
    display: block;
    width: 100px;
    height: 100px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }
  .problem {
    height: auto;
  }
  .solution {
    height: auto;
  }
  .technology {
    height: auto;
  }
  .why-us {
    height: 460px;
  }
  .prob-p {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 18px;
  }
  .heading-30 {
    font-size: 32px;
    line-height: 50px;
  }
  .problem-heading {
    font-size: 32px;
  }
  .prob-p2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .solution-heading {
    font-size: 32px;
  }
  .tech-head {
    font-size: 32px;
  }
  .solution-p {
    padding-right: 15px;
    padding-left: 15px;
  }
  .ad-contact-us {
    font-size: 32px;
  }
  .form-block-7 {
    width: 80%;
  }
  .why-arrows {
    padding-right: 10px;
    padding-left: 10px;
  }
  .div-block-22 {
    margin-bottom: 0px;
    opacity: 0;
  }
  .image-68 {
    float: left;
  }
  .image-70 {
    float: right;
  }
  .success-message {
    background-color: #1f2833;
    color: #fff;
  }
  .success-message-2 {
    background-color: #1f2833;
    color: #fff;
  }
  .success-message-3 {
    background-color: #1f2833;
    font-family: Montserrat, sans-serif;
    color: #fff;
  }
  .submit-button-2-sign-up {
    margin-top: 10px;
  }
  .active-users-drunk {
    font-size: 28px;
  }
  .average-text {
    font-size: 16px;
  }
  .process-walk {
    margin-top: 380px;
  }
  .sucess-stats-walk {
    height: auto;
  }
  .footer-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .important-text {
    overflow: visible;
  }
  .div-block-26 {
    display: none;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .emp3 {
    width: 100%;
    height: 300px;
  }
  .image-75 {
    width: 150px;
    height: 150px;
  }
  .image-76 {
    width: 150px;
    height: 150px;
  }
  .image-77 {
    width: 150px;
    height: 150px;
  }
  .image-78 {
    width: 150px;
    height: 150px;
  }
  .image-79 {
    width: 150px;
    height: 150px;
  }
  .image-80 {
    width: 150px;
    height: 150px;
  }
  .image-81 {
    width: 150px;
    height: 150px;
  }
  .image-82 {
    width: 150px;
    height: 150px;
  }
  .image-83 {
    width: 150px;
    height: 150px;
  }
  .image-85 {
    width: 150px;
    height: 150px;
  }
  .mobile-team {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .team2 {
    display: block;
    height: 0px;
    background-color: #1f2833;
  }
  .home-footer {
    position: static;
    height: 200px;
  }
  .link-6 {
    font-size: 12px;
  }
  .emp3-square {
    width: 100%;
    height: 300px;
  }
  .team3 {
    display: block;
    height: 0px;
    background-color: #1f2833;
  }
  .emp2 {
    width: 100%;
    height: 300px;
  }
  .button-2 {
    width: 40%;
    margin-top: 16px;
  }
  .getintouch {
    width: 40%;
  }
  .adcontact {
    width: 40%;
  }
  .firstname {
    margin-bottom: 14px;
    font-size: 12px;
  }
  .last-name {
    margin-bottom: 14px;
    font-size: 12px;
  }
  .paragraph-18 {
    font-size: 16px;
  }
  .div-block-28 {
    width: 100%;
    margin-bottom: 20px;
  }
  .row-17 {
    margin-top: 0px;
  }
  .rotating-sub {
    margin-top: 0px;
    font-size: 16px;
  }
  .rotating-sub-copy {
    font-size: 16px;
  }
  .phoneimage {
    display: none;
    margin-left: 0px;
    opacity: 0;
  }
  .paragraph-9-copy {
    padding-right: 11px;
    padding-left: 11px;
  }
  .banner-heading-copy {
    font-size: 32px;
  }
  .heading-13-copy {
    font-size: 32px;
  }
  .text-block-7-copy {
    padding-right: 22px;
    padding-left: 22px;
  }
  .process-walk-copy {
    height: 810px;
  }
  .navbar-copy.page {
    overflow: visible;
  }
  .image-93 {
    max-width: 80%;
  }
  .prob-p-copy {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 18px;
  }
  .image-94 {
    max-width: 80%;
  }
  .link-block-10 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .paragraph-19 {
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .link-6-copy {
    font-size: 12px;
  }
  .link6-2 {
    font-size: 12px;
  }
  .div-block-31 {
    width: 50%;
  }
  .heading-30-copy {
    font-size: 42px;
    line-height: 50px;
  }
  .column-26 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .column-27 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .container-19 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .press-footer {
    height: 200px;
  }
  .link-block-12 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .button-2-copy {
    width: 40%;
    margin-top: 16px;
  }
}


/*
     FILE ARCHIVED ON 04:23:19 Oct 03, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 16:21:33 Jan 14, 2019.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  LoadShardBlock: 412.707 (3)
  esindex: 0.01
  captures_list: 435.702
  CDXLines.iter: 14.521 (3)
  PetaboxLoader3.datanode: 76.594 (5)
  exclusion.robots: 0.269
  exclusion.robots.policy: 0.252
  RedisCDXSource: 2.851
  PetaboxLoader3.resolve: 640.58 (4)
  load_resource: 401.35
*/