@font-face {
  font-family: F37jan;
  src: url('../fonts/F37Jan-Regular.ttf') format("truetype"), url('../fonts/F37Jan-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: F37jan;
  src: url('../fonts/F37Jan-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: F37jan;
  src: url('../fonts/F37Jan-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: F37jan;
  src: url('../fonts/F37Jan-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: F37jan;
  src: url('../fonts/F37Jan-RegularItalic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: F37jan;
  src: url('../fonts/F37Jan-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: F37jan;
  src: url('../fonts/F37Jan-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: F37jan;
  src: url('../fonts/F37Jan-ThinItalic.otf') format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Sf pro text;
  src: url('../fonts/SF-Pro-Text-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --black-4: #031422;
  --white: white;
  --dodger-blue: #4699f0;
  --black: #031422;
  --black-2: #03142299;
  --black-3: #67e2bd;
  --slate-grey: #697d8e;
  --white-smoke: #f6f7f7;
  --white-smoke-2: #f6f7f7;
  --dark-slate-grey: #35434e;
}

.hero {
  background-image: url('../images/bg_1.jpg');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  border: 0 #304853;
  border-bottom-width: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: auto;
  height: 90vh;
  display: flex;
  position: relative;
}

.hero.pal2 {
  background-color: #f1f3f2;
  background-image: radial-gradient(circle closest-corner at 32% 2%, #f0f2f1 19%, #fff0), linear-gradient(#f3f5f3, #f3f5f3);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  justify-content: center;
  height: 130vh;
  display: flex;
}

.hero.cities {
  background-image: linear-gradient(50deg, #03142200 3%, #0314224d 25%, #21303c5c 64%, #ffffff03), url('../images/platform-main-compress.jpg'), linear-gradient(#68727b, #68727b);
  background-position: 0 0, 78% 47%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, cover, auto;
  background-attachment: scroll, scroll, scroll;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100vh;
  padding-left: 0;
  position: relative;
  overflow: hidden;
}

.hero.convoui {
  background-image: url('../images/Group-22.svg'), linear-gradient(#f6f7f7, #f6f7f7);
  background-position: 135% 136px, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  background-attachment: fixed, scroll;
  justify-content: flex-start;
  display: flex;
  overflow: visible;
}

.hero.new {
  background-image: url('../images/abstract-brain.svg'), linear-gradient(#f0efed, #f0efed);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  background-attachment: scroll, scroll;
  width: 100%;
  height: 100vh;
}

.navigation {
  z-index: 900;
  background-color: #0000;
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #0314221a;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 100vw;
  padding: 40px 64px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.heading {
  z-index: 99999;
  color: #fff;
  letter-spacing: -3px;
  text-shadow: 1px 1px 2px #0000000d;
  flex: 1;
  max-width: 330px;
  margin-bottom: 0%;
  margin-left: 0;
  font-family: F37jan, sans-serif;
  font-size: 63px;
  font-weight: 400;
  line-height: 65px;
  position: relative;
}

.heading.dark-text {
  color: #031422;
  text-shadow: none;
  flex: 0 auto;
  max-width: 500px;
  font-weight: 300;
}

.heading.dark-text.simple {
  text-align: left;
  max-width: 900px;
  margin: 164px auto 0;
  font-weight: 300;
  display: block;
}

.heading.cities {
  letter-spacing: -3px;
  flex: 1;
  max-width: 100%;
  margin-top: -64px;
  margin-bottom: 0;
  font-size: 84px;
  font-weight: 400;
  line-height: 100px;
  display: block;
  position: static;
}

.products {
  z-index: 2;
  flex-flow: row;
  place-content: flex-start space-between;
  align-items: stretch;
  width: 100%;
  max-width: 100vw;
  height: 100vh;
  max-height: 100vh;
  padding-top: 0;
  display: flex;
  position: static;
  top: -300px;
  left: 0;
  right: 0;
  overflow: hidden;
}

.body {
  background-color: #35434e;
  background-image: none;
  background-position: 0 0;
}

.tall-tile {
  cursor: pointer;
  background-color: #eff0ef;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 35%;
  max-height: 100vh;
  margin-left: 2px;
  margin-right: 2px;
  padding: 24px;
  transition: all .3s cubic-bezier(.86, 0, .07, 1);
  display: flex;
  position: static;
}

.tall-tile:hover {
  opacity: .9;
  transform: scale(.99);
}

.small-tile {
  background-color: #031422;
  background-image: url('../images/aeriel.png');
  background-position: 0 0;
  background-size: 640px;
  flex: 1;
  width: 35%;
  max-height: 50%;
  margin-right: 2px;
}

.small-tile.sd {
  cursor: pointer;
  background-image: url('../images/blurtest.png');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  width: 50%;
  max-height: 100%;
  margin-bottom: 2px;
  padding: 40px 40px 24px 24px;
  transition: all .3s cubic-bezier(.86, 0, .07, 1);
  display: flex;
  position: relative;
}

.small-tile.sd:hover {
  opacity: 1;
  transform: scale(.99);
}

.small-tile.cui {
  cursor: pointer;
  background-image: none;
  background-size: auto;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-around;
  align-items: stretch;
  width: 50%;
  max-height: 100%;
  margin-bottom: 2px;
  padding: 24px;
  transition: all .3s cubic-bezier(.86, 0, .07, 1);
  display: flex;
}

.small-tile.cui:hover {
  opacity: .9;
  transform: scale(.99);
}

.small-tile.newsroom {
  opacity: 1;
  cursor: pointer;
  background-color: #0000;
  background-image: repeating-linear-gradient(229deg, #7070ef, #4699f0 38%, #37d5ae);
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-height: 100%;
  padding: 40px 24px 24px;
  transition: all .3s cubic-bezier(.86, 0, .07, 1);
  display: flex;
  transform: none;
}

.small-tile.newsroom:hover {
  opacity: .9;
  transform: scale(.99);
}

.text-input {
  background-color: #fff;
  border-radius: 0 0 15px 15px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 316px;
  height: 72px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  display: block;
  position: fixed;
  top: 0;
  right: 24px;
  box-shadow: 0 0 10px #0000001a;
}

.colorful-line {
  background-image: linear-gradient(84deg, #4699f0, #7070ef 30%, #37d5ae 63%);
  height: 6px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.label {
  color: #fff;
  flex: 0 auto;
  font-family: F37jan, sans-serif;
  font-size: 17px;
}

.label.inactive {
  color: #03142266;
  letter-spacing: -.2px;
  flex: 1;
  align-items: center;
  height: auto;
  display: flex;
  position: absolute;
  bottom: 24px;
  left: 16px;
}

.label.light {
  text-align: right;
}

.label.dark {
  color: #031422;
  flex: 0 auto;
  line-height: 24px;
  display: inline;
  position: relative;
}

.bubble {
  background-color: #fff;
  border-radius: 15px 15px 15px 0;
  align-items: center;
  width: 100%;
  max-width: 270px;
  height: auto;
  margin-bottom: 16px;
  padding: 10px 16px;
  display: block;
  position: static;
  top: 189px;
  bottom: 0;
  left: 0;
  box-shadow: 1px 1px 3px #0000001a;
}

.bubble.alt {
  background-color: #4699f0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: 0;
  padding-right: 16px;
  display: flex;
  position: static;
  top: 9px;
}

.bottom {
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  max-height: 50vh;
  display: flex;
}

.stacked-tiles {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.top {
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  max-height: 50vh;
  display: flex;
}

.image-3 {
  position: absolute;
  top: 153px;
  bottom: -8px;
  left: 108px;
}

.image-4 {
  max-width: 90%;
  max-height: 90%;
  position: absolute;
  top: 24px;
  bottom: 120px;
  right: 110px;
}

.image-5 {
  position: absolute;
  top: 18px;
  left: 58px;
}

.heading-2 {
  color: #fff;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 6px;
  font-family: F37jan, sans-serif;
  font-weight: 400;
}

.heading-2.dark {
  color: #031422;
  margin-bottom: 6px;
  position: static;
}

.div-block-5 {
  background-image: linear-gradient(#031422, #031422);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 360px;
  max-height: 400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 240px;
  max-height: 400px;
  padding-top: 4%;
  padding-bottom: 4%;
  display: flex;
  position: static;
}

.div-block-6 {
  background-image: url('../images/iphone3x_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  flex: 1;
  width: 100%;
  height: 90%;
  max-height: 84%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.quick-response {
  float: right;
  color: #ffffffd9;
  border: 1px solid #ffffff4d;
  border-radius: 5px;
  margin-right: 16px;
  padding: 8px 16px;
  font-family: F37jan, sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: all .2s cubic-bezier(.785, .135, .15, .86);
  display: inline-block;
}

.quick-response:hover {
  color: #fff;
  border-color: #fff;
  border-radius: 5px;
}

.quick-response.mini {
  float: none;
  clear: none;
  color: #031422;
  background-color: #fafafa;
  margin-right: 8px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 14px;
  display: inline-block;
  box-shadow: 1px 1px 6px #0314221a;
}

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

.flex-bubble {
  float: left;
  color: #fff;
  background-color: #000;
  border-radius: 15px 15px 15px 0;
  max-width: 274%;
  margin-bottom: 16px;
  padding: 10px 16px;
  display: inline-block;
  position: absolute;
  top: 411px;
  right: -43px;
  box-shadow: 0 0 10px #0314221a;
}

.flex-bubble.ios {
  box-shadow: none;
  background-color: #f2f3f4;
  flex: 0 auto;
  display: block;
  position: static;
}

.flex-bubble.ios.slider {
  border-bottom-right-radius: 0;
  width: 316px;
  max-width: 316px;
  height: 44px;
  margin-bottom: 0;
}

.bubble-label {
  color: #031422;
  letter-spacing: -.2px;
  font-family: F37jan, sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.bubble-label.sf {
  letter-spacing: -.41px;
  font-family: Sf pro text, sans-serif;
}

.products-wrap {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-9 {
  opacity: .49;
  background-color: #4699f0;
  border-style: none;
  border-radius: 30000px;
  position: absolute;
  top: 136px;
  left: 90px;
}

.div-block-10 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.logo.dark-logo {
  flex: 1;
  max-width: 200px;
  max-height: 32px;
  position: static;
}

.nub {
  cursor: pointer;
  background-color: #e5e7e8;
  border-radius: 1000px;
  flex: 1;
  width: 10px;
  max-width: 55px;
  height: 10px;
  margin: 8px auto 14px;
  display: block;
  position: absolute;
  inset: 50px 0 0;
}

.dark-logo.dark {
  height: 32px;
  transition: all .3s cubic-bezier(.86, 0, .07, 1);
}

.dark-logo.dark:hover {
  transform: scale(.9);
}

.h2 {
  float: none;
  clear: none;
  color: #031422;
  letter-spacing: -1.6px;
  text-shadow: 1px 1px 2px #0000000d;
  flex: 1;
  max-width: 840px;
  margin-top: 0%;
  margin-bottom: 8px;
  margin-left: 0;
  font-family: F37jan, sans-serif;
  font-weight: 300;
  line-height: 57.6px;
  display: inline-block;
}

.slider-bubble {
  float: left;
  clear: none;
  border: 1px #ededed;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  flex: 0 auto;
  width: 316px;
  margin-right: 116px;
  display: block;
  position: static;
  overflow: hidden;
}

.slider-wrap {
  border: 1px solid #ededed;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  flex-flow: column wrap;
  place-content: flex-start;
  align-items: flex-start;
  width: 316px;
  height: 180px;
  display: flex;
  overflow: hidden;
}

.slider-item {
  border-right: 1px solid #ededed;
  flex: 0 auto;
  width: 137px;
  height: 178px;
  padding: 16px 8px 8px;
}

.item-label {
  color: #031422;
  letter-spacing: -.2px;
  font-family: F37jan, sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.item-label.sf {
  letter-spacing: -.41px;
  font-family: Sf pro text, sans-serif;
  font-size: 16px;
  line-height: 19px;
}

.item-label.sf.brand {
  color: #03142299;
  line-height: 19px;
}

.item-img {
  background-image: url('../images/51ZPeFEe2GL._SY355_.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 110px;
  background-attachment: scroll;
  border-style: none;
  max-width: 110px;
  height: 110px;
  max-height: 100%;
  margin-top: 5px;
}

.item-img.second {
  background-image: url('../images/charger.png');
  background-size: cover;
}

.h4 {
  color: #fff;
  letter-spacing: -1.3px;
  flex: 0 auto;
  max-width: 620px;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: F37jan, sans-serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 62.4px;
}

.h4.darkish {
  color: #5b6870;
  max-width: 500px;
  position: static;
}

.h4.sdn-alt {
  flex: 0 auto;
  max-width: 100%;
  max-height: 167px;
  margin-bottom: 0;
}

.h4.dark {
  color: #031422;
  flex: 0 auto;
  margin-top: 10px;
  position: relative;
  top: -16px;
}

.h4._16b {
  margin-bottom: 16px;
}

.div-block-13 {
  width: 295px;
  height: 100%;
  margin-top: 52px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.h3-32 {
  float: none;
  clear: none;
  color: #031422;
  letter-spacing: -1px;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 4px;
  padding-bottom: 0;
  font-family: F37jan, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 40px;
  display: block;
}

.other-products {
  height: 80vh;
  display: none;
}

.row {
  height: 100%;
}

.column-4 {
  background-color: #f1f3f2;
  border: 4px solid #fff;
  border-right-style: none;
  height: 100%;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  overflow: hidden;
}

.column-5 {
  background-image: url('../images/ting.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: 4px solid #fff;
  height: 100%;
  padding: 40px;
}

.h35 {
  float: none;
  color: #031422bf;
  text-align: left;
  flex: 1;
  order: 1;
  width: 500px;
  max-width: 500px;
  font-family: F37jan, sans-serif;
  font-size: 44px;
  font-weight: 300;
  line-height: 52.8px;
}

.h35.fr {
  float: right;
  color: #031422bf;
  text-align: right;
}

.green-yang {
  float: none;
  background-color: #329af0;
  border-radius: 100000px 100000px 0 0;
  flex: 0 auto;
  width: 100%;
  height: 50%;
}

.yanf {
  float: right;
  background-color: #12161a;
  border-radius: 10000px;
  flex-flow: column-reverse wrap;
  place-content: center flex-end;
  width: 186px;
  min-width: 186px;
  height: 186px;
  min-height: 186px;
  display: block;
}

.flex-bubble-alt {
  float: left;
  color: #fff;
  background-color: #000;
  border-radius: 15px 15px 15px 0;
  max-width: 274%;
  margin-bottom: 16px;
  padding: 10px 16px;
  display: inline-block;
  position: absolute;
  top: 411px;
  right: -43px;
  box-shadow: 0 0 10px #0314221a;
}

.flex-bubble-alt.ios {
  box-shadow: none;
  background-color: #f2f3f4;
}

.flex-bubble-alt.ios.slider {
  float: left;
  border-bottom-right-radius: 0;
  width: 316px;
  max-width: 316px;
  height: 44px;
  margin-bottom: 0;
  display: block;
  position: static;
}

.wrap-1 {
  float: none;
  clear: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1240px;
  max-height: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: 32px;
  padding-left: 44px;
  padding-right: 44px;
  display: flex;
  position: relative;
}

.lp {
  color: #03142299;
  letter-spacing: -.32px;
  flex: 1;
  max-width: 600px;
  margin-bottom: 44px;
  font-family: F37jan, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.lp.down {
  float: none;
  clear: none;
  color: #03142299;
  flex: 1;
  max-width: 508px;
  margin-top: 0;
  font-size: 24px;
  line-height: 31.2px;
  display: block;
  position: static;
}

.lp.down.light {
  color: #ffffffb3;
  flex: 1;
  width: 540px;
  display: block;
}

.lp.down.bot {
  width: 100%;
  max-width: 620px;
}

.lp.down.bot.home {
  max-width: 620px;
}

.lp.down.bot.home.light {
  flex: 1;
  max-width: 600px;
  line-height: 32px;
}

.lp.down.bot.home.light.p2 {
  flex: 0 auto;
  max-width: 540px;
  margin-top: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
}

.lp.down.bot.home.dark {
  flex: 1;
  max-width: 600px;
  line-height: 32px;
}

.lp.down.bot.home.dark.p2 {
  color: #031422b3;
  flex: 0 auto;
  max-width: 620px;
  margin-top: 2px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.2px;
}

.lp.down.bot.home.p2 {
  color: #ffffffb3;
  max-width: 450px;
  margin-top: 2px;
  margin-bottom: 0;
  padding-right: 32px;
  font-family: F37jan, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.lp.down.bot.home.p2.last {
  max-width: 340px;
  padding-right: 0;
}

.lp.down.bot.home.p2.dark {
  margin-bottom: 16px;
}

.lp.down.bot.home.p2.long {
  max-width: 450px;
}

.lp.down.bot.home.p2._320 {
  max-width: 320px;
}

.lp.desc {
  float: none;
  clear: none;
  color: #03142299;
  flex: 1;
  width: 508px;
  margin-top: 0;
  font-size: 24px;
  line-height: 31.2px;
  display: block;
  position: static;
}

.lp.desc.light {
  color: #ffffffb3;
  flex: 1;
  width: 340px;
  display: block;
}

.lp.desc.bot {
  width: 100%;
  max-width: 620px;
}

.lp.desc.bot.home {
  flex-wrap: nowrap;
  max-width: 620px;
  margin-left: 0;
  display: flex;
  overflow: visible;
}

.lp.desc.bot.home.light {
  color: #fff;
  flex: 1;
  max-width: 600px;
  line-height: 32px;
}

.lp.desc.bot.home.light.opaque {
  color: #fffc;
  flex: 0 auto;
  max-width: 620px;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 33.6px;
}

.lp.desc.bot.home.light.opaque._16 {
  max-width: 540px;
  margin-bottom: 16px;
}

.lp.desc.bot.home.light.opaque._540px {
  max-width: 540px;
}

.lp.desc.bot.home.light.bold-sideways {
  float: right;
  clear: none;
  color: #03142242;
  text-align: left;
  max-width: 200px;
  margin-left: 0;
  padding-top: 100px;
  padding-right: 0;
  font-weight: 500;
  transition: opacity .2s;
  display: inline;
  position: relative;
  top: 64px;
  transform: rotate(-90deg);
}

.lp.desc.bot.home.light.box {
  color: #fff;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
}

.lp.desc.bot.home.white {
  color: #fff;
  margin-bottom: -79px;
}

.lp.terms {
  margin-bottom: 44px;
  text-decoration: none;
}

.lp.nom {
  color: #03142299;
  margin-bottom: 16px;
}

.div-block-31 {
  float: none;
  background-image: url('../images/paws.svg');
  background-position: 100% 45px;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-left: 4%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.yourlife {
  background-color: #f6f7f7;
  height: 90vh;
  display: block;
}

.pal-cta {
  background-image: linear-gradient(316deg, #4699f0, #7070ef 16%, #37d5ae);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  justify-content: flex-start;
  align-items: center;
  height: 524px;
  display: flex;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.form {
  float: none;
  background-color: #fff;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 64px;
  display: flex;
}

.text-field {
  color: #031422;
  border-style: none;
  border-radius: 0;
  flex: 1;
  width: 100%;
  min-width: 164px;
  max-width: 516px;
  height: 64px;
  margin-top: 10px;
  padding: 0 16px;
  font-family: F37jan, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.submit-button {
  color: #031422cc;
  background-color: #fff;
  border-style: none;
  border-radius: 0;
  height: 54px;
  margin-right: 8px;
  font-family: F37jan, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.submit-button:focus {
  color: #031422;
}

.form-block {
  z-index: 555;
  float: right;
  flex: 0 auto;
  width: 100%;
  position: relative;
}

.paws {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-attachment: scroll;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.iphones {
  float: left;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: baseline;
  width: 100%;
  height: 100%;
  margin-left: 22px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.iphone-activity-pop {
  background-image: url('../images/omf.png');
  background-position: 1px -47px;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  flex: 0 auto;
  width: 100%;
  max-width: 408px;
  height: 100%;
  padding-bottom: 0;
}

.iphone-activity-chat {
  background-image: url('../images/iphone-chat.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  width: 100%;
  max-width: 408px;
  height: 100%;
  position: relative;
  inset: 105px 0 0 46px;
}

.flex-bubble-spur {
  color: #031422;
  background-color: #f2f3f4;
  border-radius: 15px 15px 15px 0;
  margin-bottom: 0;
  padding: 10px 16px;
  font-family: F37jan, sans-serif;
  font-size: 17px;
  line-height: 22px;
  display: inline-block;
  position: static;
}

.brand-message-block {
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 16px;
  display: flex;
}

.spur-avatar {
  background-color: #031422;
  background-image: url('../images/spur-avatar.png');
  background-position: 0 0;
  background-size: cover;
  border: 30px #fff;
  border-radius: 3000px;
  width: 34px;
  height: 34px;
  margin-right: 8px;
  box-shadow: 50px 0 50px 25px #fff;
}

.spur-avatar.hide {
  background-color: #0000;
  background-image: none;
  background-size: auto;
}

.offer-card {
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  width: 278px;
  height: 250px;
  margin-left: 41px;
  padding: 24px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 8px 1px #0314220f;
}

.heading-5 {
  color: #031422;
  letter-spacing: -1.3px;
  flex: 0 auto;
  max-width: 50%;
  max-height: 120px;
  margin-top: 0;
  margin-right: 32px;
  font-family: F37jan, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 50.4px;
}

.h7 {
  color: #fffc;
  letter-spacing: -.32px;
  flex: 1;
  font-family: F37jan, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.h7.down {
  float: none;
  clear: none;
  color: #03142299;
  flex: 1;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  display: block;
  position: static;
}

.div-block-44 {
  color: #67e2bd;
  background-color: #67e2bd;
  border-radius: 5px;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 60px;
  min-height: 60px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.heading-6 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: F37jan, sans-serif;
  font-weight: 300;
}

.user-message-block {
  flex-direction: row-reverse;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-end;
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
}

.user-avatar {
  background-image: url('../images/avatar.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px #fff;
  border-radius: 3000px;
  width: 34px;
  height: 34px;
  margin-left: 8px;
  margin-right: 0;
}

.flex-bubble-black {
  color: #fff;
  background-color: #031422;
  border-radius: 15px 15px 0;
  margin-bottom: 0;
  padding: 10px 16px;
  font-family: F37jan, sans-serif;
  font-size: 17px;
  line-height: 22px;
  display: inline-block;
  position: static;
}

.ic-64x64 {
  background-color: #329af0;
  border-radius: 30000px 30000px 30000px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-top: -24px;
  display: flex;
}

.ic-64x64.work {
  background-image: url('../images/ic-work-32x32.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  align-self: flex-end;
  position: relative;
  left: 32px;
}

.ic-64x64.spur {
  background-color: #231f20;
  background-image: url('../images/spur-avatar.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 30000px;
  align-self: flex-end;
  display: block;
  position: relative;
  left: -32px;
}

.ic-64x64.family {
  background-color: #ffa862;
  background-image: url('../images/ic-family-32x32.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 32px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 30000px;
  position: relative;
  left: -32px;
}

.ic-64x64.activity {
  background-color: #031422;
  background-image: url('../images/ic-activity-32x32.svg'), radial-gradient(circle at 0 0, #7070ef, #4699f0 41%, #37d5ae);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 32px, auto;
  border-top-left-radius: 0;
  border-bottom-right-radius: 30000px;
  border-bottom-left-radius: 30000px;
  position: relative;
  left: 32px;
}

.brand-chat {
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  width: 416px;
  margin-top: 108px;
  margin-left: 154px;
  margin-right: 0;
  display: flex;
  position: relative;
}

.brand-chat.center {
  width: 447px;
  margin-right: 8%;
}

.activities {
  background-color: #f3f5f3;
  background-image: url('../images/paws.svg');
  background-position: 100% 32px;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.iphone-activity {
  z-index: 55;
  background-image: url('../images/iphones3x.png');
  background-position: 141% 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 0 auto;
  width: 100%;
  min-width: 200px;
  max-width: 800px;
  height: 100%;
  max-height: 900px;
  margin-top: 172px;
  position: absolute;
  top: -68px;
  bottom: 0;
  right: 0;
}

.pal-hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 130vh;
  padding-top: 132px;
  display: flex;
}

.header-1 {
  color: #031422;
  text-align: center;
  letter-spacing: -3px;
  flex: 0 auto;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: F37jan, sans-serif;
  font-size: 72px;
  font-weight: 300;
  line-height: 108px;
}

.iphone-pal {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex: 0 auto;
  width: 100%;
  height: 500px;
  margin-top: 44px;
  margin-bottom: 32px;
  position: relative;
}

.top-wrap {
  object-fit: fill;
  object-position: 50% 50%;
  background-image: linear-gradient(#0000, #0000);
  flex-flow: column wrap;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-top: -108px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 92px;
  padding-right: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.top-wrap.cta {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

.top-wrap.nof {
  flex: 0 auto;
  width: 100%;
  max-width: 620px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 64px;
  padding-bottom: 64px;
}

.top-wrap.sandbox {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.pal-ai {
  height: 100vh;
  margin-bottom: 160px;
  padding-top: 44px;
}

.more {
  float: right;
  color: #031422;
  text-align: left;
  letter-spacing: -1.8px;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: F37jan, sans-serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 66px;
  display: block;
}

.more.light {
  color: #fff;
}

.more.terms {
  float: left;
  margin-bottom: 16px;
}

.flex-wrap {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block {
  float: left;
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  min-width: 50%;
  max-width: 100%;
  display: flex;
}

.ai-messages {
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin-top: 72px;
  display: block;
  position: relative;
}

.paragraph {
  color: #03142280;
  letter-spacing: -.3px;
  background-color: #0314220a;
  border: 2px #0314220d;
  border-radius: 44px;
  max-width: 370px;
  padding: 24px 40px 24px 44px;
  font-family: F37jan, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

.message-block {
  display: flex;
}

.row2 {
  justify-content: center;
  margin-top: 64px;
  display: flex;
  position: relative;
}

.pal-desk {
  background-image: url('../images/radial.png');
  background-repeat: no-repeat;
  background-size: auto 600px;
  background-attachment: scroll;
  flex-flow: row;
  place-content: flex-end center;
  align-items: center;
  height: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pal-privacy {
  background-image: url('../images/schmoogle.svg');
  background-position: 135% 0;
  background-repeat: no-repeat;
  background-size: 60%;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.cheekyline {
  background-image: linear-gradient(87deg, #f6f7f7 64%, #fff);
  align-self: flex-start;
  width: 70%;
  height: 2px;
  margin-top: 44px;
  position: absolute;
}

.link-block-2 {
  float: right;
  flex: 0 auto;
  align-self: flex-end;
  text-decoration: none;
  box-shadow: 1px 1px 3px #03142226;
}

.link-block-2.dark {
  flex: 0 auto;
}

.learnmore {
  float: right;
  box-shadow: none;
  color: #031422;
  background-color: #fffc;
  border-radius: 0;
  flex: 0 auto;
  max-width: 240px;
  padding: 16px 24px;
  font-family: F37jan, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
}

.learnmore:hover {
  background-color: #fff;
  transform: scale(.98);
}

.learnmore.bar {
  background-color: #fff;
  display: none;
}

.learnmore.dark {
  color: #fff;
  background-color: #031422;
}

.unordered-list {
  padding-left: 0;
  list-style-type: none;
}

.list-item-4 {
  color: #021321cc;
  font-family: F37jan, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.list-item-4.jr {
  color: #02132166;
  text-align: right;
  margin-bottom: 12px;
  line-height: 22px;
}

.list-item-4.hiden {
  display: none;
}

.column-6 {
  border-style: none;
  border-right-width: 1px;
  border-right-color: #0213210d;
  padding: 0;
}

.column-7 {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0%;
}

.column-8 {
  padding-top: 0;
  padding-bottom: 10px;
}

.column-9 {
  margin-top: 8px;
  padding-left: 0;
}

.footer {
  background-color: #fff;
  padding: 54px 64px;
}

.currentproducts {
  border-top: 44px #000;
  height: 100vh;
  min-height: 1024px;
}

.currentproducts.old {
  display: none;
}

.column-10 {
  background-color: #f6f7f7;
  background-image: url('../images/iphone3x.png');
  background-position: 50% 41%;
  background-repeat: no-repeat;
  background-size: auto 80vh;
  background-attachment: scroll;
  border: 2px #031422;
  height: 100%;
  min-height: 1024px;
  padding: 54px 32px;
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
}

.column-10:hover {
  opacity: .9;
  transform: scale(.99);
}

.column-10:active {
  opacity: .7;
}

.column-11 {
  background-color: #031422;
  height: 100%;
  min-height: 1024px;
  padding: 0% 0% 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.linkfill {
  z-index: 4;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
}

.tile {
  background-image: url('../images/44Asset-2.svg');
  background-position: 50% 68%;
  background-repeat: no-repeat;
  background-size: 40%;
  border-bottom: 1px solid #ffffff12;
  height: 50%;
}

.tile.cities {
  background-color: #697d8e;
  background-image: none;
  border: 2px #031422;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  min-height: 512px;
  padding: 0;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.tile.cities:hover {
  opacity: .9;
  transform: scale(.99);
}

.tile.cities:active {
  opacity: .7;
}

.tile.convoui {
  background-color: #031422;
  background-image: none;
  border: 2px #031422;
  flex-direction: column;
  justify-content: flex-start;
  height: 50%;
  min-height: 512px;
  padding: 57px 32px 32px;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
  display: flex;
  position: relative;
}

.tile.convoui:hover {
  opacity: .9;
  transform: scale(.99);
}

.tile.convoui:active {
  opacity: .7;
}

.link-3 {
  color: #031422cc;
  text-decoration: none;
  transition: all .3s cubic-bezier(.86, 0, .07, 1);
}

.link-3:hover {
  border-bottom: 1px solid #031422;
}

.link-3.w--current {
  width: 100%;
}

.link-block-4 {
  display: none;
  position: absolute;
}

.h4-1 {
  float: none;
  clear: none;
  color: #031422;
  letter-spacing: -.3px;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 8px;
  padding-bottom: 0;
  font-family: F37jan, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
  display: block;
}

.h4-1.light {
  color: #fff;
  flex: 0 auto;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 300;
}

.aboutus {
  background-color: #031422;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  padding: 4%;
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.link-block-5 {
  float: right;
  background-color: #fff;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}

.arrow {
  background-color: #03142266;
  width: 2px;
  height: 24px;
  transform: rotate(90deg);
}

.arrow.rotate {
  background-color: #03142266;
  flex: 0 auto;
  transform: none;
}

.ic-arrow-24x24 {
  flex-flow: row;
  flex: 0 auto;
  place-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.about {
  border-top: 44px #fff;
  height: 80vh;
}

.socialblock {
  flex: 0 auto;
  height: 44px;
  display: flex;
}

.sociallink {
  background-color: #ffffff1a;
  background-image: url('../images/ic-fb-black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  width: 44px;
  height: 44px;
  margin-right: 8px;
  transition: all .242s cubic-bezier(.77, 0, .175, 1);
}

.sociallink:hover {
  background-color: #ffffff4d;
  transform: translate(0);
}

.sociallink.twitter {
  background-image: url('../images/ic-twitter-black.svg');
  background-position: 50%;
  background-size: 24px;
  width: 44px;
  height: 44px;
  transition: all .308s cubic-bezier(.86, 0, .07, 1);
  transform: translate(0);
}

.sociallink.twitter:hover {
  background-color: #ffffff4d;
}

.sociallink.linkedin {
  background-image: url('../images/ic-linkedin-black.svg');
  background-size: 24px;
}

.cityillo {
  background-image: url('../images/44Asset-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  width: 100%;
  max-width: 324px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.cta {
  background-color: #35434e;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
  padding: 3.2% 3%;
  display: flex;
}

._64px {
  float: none;
  clear: none;
  color: #fff;
  text-align: right;
  letter-spacing: -1.6px;
  text-shadow: 1px 1px 2px #0000000d;
  flex: 1;
  max-width: 364px;
  margin-top: 0%;
  margin-bottom: 8px;
  margin-left: 0;
  font-family: F37jan, sans-serif;
  font-size: 64px;
  font-weight: 300;
  line-height: 73px;
  display: inline-block;
}

.text-block-3 {
  color: #ffffff80;
  align-self: flex-start;
  margin-bottom: 16px;
  font-family: F37jan, sans-serif;
}

.iphone {
  background-image: url('../images/44Asset-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  width: 100%;
  max-width: 338px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.rainbow {
  background-image: linear-gradient(55deg, #4699f0, #6779ef 38%, #37d5ae);
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.rainbow.ft {
  bottom: 0;
  left: 0;
  right: 0;
}

.rainbow.toplarge {
  height: 4px;
  position: absolute;
  inset: 0 0 auto;
}

.darklogo {
  background-image: url('../images/logo.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: auto 32px;
  flex: 1;
  width: 140px;
  min-height: 32px;
  display: inline-block;
}

.citycontrol {
  z-index: 2147483647;
  float: right;
  opacity: 1;
  background-color: #031422;
  width: 100%;
  max-width: 120px;
  height: 100vh;
  max-height: 100vh;
  transition: all 1.275s ease-out;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

.heading-7 {
  z-index: 49999292;
  color: #fff;
  text-align: left;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-family: F37jan, sans-serif;
  font-size: 24px;
  font-weight: 300;
  text-decoration: none;
  position: relative;
  transform: rotate(-90deg);
}

.section-live {
  background-color: #031422;
  background-image: url('../images/LIFE.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 4px solid #031422;
  border-bottom: 4px solid #031422;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding-bottom: 64px;
  display: flex;
  position: static;
}

.section-work {
  background-image: url('../images/work.jpg'), linear-gradient(#000, #fff);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  background-attachment: scroll, scroll;
  border-bottom: 4px solid #031422;
  flex-flow: column;
  place-content: flex-end flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  padding-top: 64px;
  display: flex;
  position: static;
}

.section-play {
  background-image: linear-gradient(174deg, #0314224d, #03142200 57%), url('../images/play-bg3x-compress.jpg'), linear-gradient(#ffffffe6, #ffffffe6);
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, cover, auto;
  border-bottom: 4px solid #031422;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding-top: 64px;
  display: flex;
  position: static;
}

.section-learn {
  background-image: linear-gradient(349deg, #03142280 25%, #03142200 71%), url('../images/learning-40-compress.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-bottom: 4px solid #031422;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  padding-bottom: 64px;
  display: flex;
  position: static;
}

.controllink {
  background-color: #031422;
  background-image: linear-gradient(#03142266, #03142266), url('../images/switch-play.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 120px;
  height: 25vh;
  margin-bottom: 2px;
  margin-left: 2px;
  margin-right: 0;
  padding-top: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.controllink.work {
  filter: saturate(200%);
  background-image: linear-gradient(#03142280, #03142280), url('../images/switch-work.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.controllink.live {
  background-image: linear-gradient(#0000, #0000), url('../images/switch-live.jpg');
}

.controllink.live.w--current {
  background-image: linear-gradient(#00000080, #00000080), url('../images/switch-live.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.controllink.live.w--current:hover {
  opacity: .9;
  box-shadow: 0 1px 3px #000;
}

.controllink.learn {
  filter: saturate(200%);
  background-image: linear-gradient(#031422b3, #031422b3), url('../images/switch-learn.jpg');
}

.selectedgradient {
  z-index: 1;
  opacity: .5;
  filter: contrast(200%);
  background-image: linear-gradient(52deg, #4699f0, #7070ef 25%, #37d5ae);
  flex: 1;
  width: 100%;
  height: 100%;
  transition: all .2s cubic-bezier(.86, 0, .07, 1);
  display: block;
  position: absolute;
  inset: 0;
  transform: translate(0);
}

.selectedgradient.work {
  display: block;
}

.selectedgradient.play {
  display: none;
}

.selectedgradient.live {
  z-index: 99999;
  opacity: .7;
  filter: saturate(200%);
  height: 25vh;
  display: block;
}

.selectedgradient.work {
  z-index: 99999;
  opacity: .57;
  z-index: 99999;
  opacity: .7;
  filter: saturate(200%);
  height: 25vh;
  display: block;
}

.selectedgradient.play, .selectedgradient.learn {
  z-index: 99999;
  opacity: .7;
  filter: saturate(200%);
  height: 25vh;
  display: block;
}

.body-5 {
  background-color: #35434e;
}

.div-block-53 {
  z-index: 1;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-height: 200px;
  padding: 44px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: F37jan, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.urban-tile {
  float: none;
  background-color: #38d9a9;
  align-self: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 164px;
  height: 100%;
  max-height: 164px;
  margin-bottom: 1px;
  margin-right: 1px;
  padding-bottom: 14px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.urban-tile.fr {
  float: left;
  background-color: #329af0;
  width: 20vh;
  height: 20vh;
  margin-left: 0;
  padding-top: 24px;
  padding-bottom: 16px;
  padding-left: 16px;
}

.urban-tile.fr.white {
  float: none;
  background-color: #031422;
}

.div-block-59 {
  float: none;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 330px;
  height: 100%;
  min-height: 0;
  max-height: 330px;
  display: block;
}

.superlargeheading {
  float: left;
  opacity: .26;
  color: #031422;
  letter-spacing: -5px;
  flex: 0 auto;
  width: 420px;
  font-family: F37jan, sans-serif;
  font-size: 120px;
  font-weight: 400;
  line-height: 50.4px;
  position: absolute;
  top: -22px;
  right: -24px;
}

.superlargeheading.fr {
  float: right;
  color: #fff;
  text-align: right;
  letter-spacing: -1px;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 300;
  line-height: 76.8px;
  position: static;
}

.platform-peek {
  float: right;
  background-image: url('../images/devices.png');
  background-position: 0 0;
  background-size: cover;
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
  width: 20vw;
  height: 100%;
  min-height: 50vh;
  margin-top: 0;
  padding-top: 0;
  display: block;
}

.row-6 {
  flex: 1;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-bottom: 0;
  margin-left: 0;
  padding: 69px 44px 64px;
  display: block;
}

._18px {
  color: #fff;
  letter-spacing: -.45px;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: F37jan, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

._18px.dark {
  color: #031422;
  text-decoration: none;
}

.cheeky-line {
  background-color: #fff;
  width: 48px;
  height: 2px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.cheeky-line.dark {
  background-color: #03142299;
}

.column-18 {
  padding-right: 0;
  display: block;
}

.more-nobg {
  float: right;
  background-color: #0000;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  display: flex;
  position: static;
  bottom: 0;
  right: 0;
}

.column-19 {
  padding-left: 0;
}

.ic-forward-24x24 {
  background-image: url('../images/forward-dark-24x24.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: row;
  flex: 0 auto;
  place-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-left: 16px;
  display: flex;
}

.ic-forward-24x24.white {
  background-image: url('../images/ic-arrow-24.svg');
  justify-content: center;
}

.grey-square {
  z-index: 444;
  background-color: #697d8e;
  flex-direction: row;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-end;
  width: 40vw;
  height: 50vh;
  padding-bottom: 32px;
  padding-right: 32px;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.shapewrap {
  justify-content: flex-start;
  align-self: flex-end;
  align-items: stretch;
  width: 50vw;
  height: 80vh;
  display: flex;
  position: absolute;
}

.blue-circle {
  z-index: 555;
  background-color: #4699f0;
  border-radius: 30000px;
  align-self: flex-start;
  width: 100%;
  max-width: 500px;
  height: 100%;
  max-height: 500px;
  position: relative;
}

.city-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  height: 100vh;
  padding-left: 44px;
  display: flex;
}

.manageleft {
  background-color: #031422;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 100vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section-manage {
  background-color: #fff;
  min-height: 100vh;
}

.managewrap {
  flex: 1;
  padding: 64px 44px 44px;
}

.manageright {
  min-height: 100vh;
  padding-left: 0;
  padding-right: 0;
}

.managetop {
  background-color: #697d8e;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  min-height: 50vh;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.managebottom {
  background-color: #fff;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  min-height: 50vh;
  max-height: 100%;
  padding-top: 0;
  padding-left: 44px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.imageshopping {
  background-image: url('../images/circle-shopping_1.png');
  background-position: -78px 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 520px;
  height: 344px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.descblock {
  margin-top: 24px;
}

.descblock._16top {
  margin-top: 8px;
  margin-bottom: 16px;
}

.descblock._16top.first {
  position: relative;
  top: 0;
}

.terms-wrapper {
  float: right;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 740px;
  height: 100%;
  margin-top: 164px;
  padding-right: 124px;
  display: flex;
  position: relative;
}

.bulletitem {
  direction: ltr;
}

.list-item-5 {
  color: #03142299;
  margin-bottom: 8px;
  font-family: F37jan, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.uolist {
  margin-bottom: 44px;
}

.uolist.nom {
  margin-bottom: 16px;
}

.body-6 {
  overflow: visible;
}

.linkblock {
  color: #4699f0;
}

.section-25 {
  position: relative;
}

.olist {
  margin-bottom: 44px;
}

.olist.nom {
  margin-bottom: 16px;
}

.h5 {
  color: #031422;
  margin-top: 0;
  margin-bottom: 0;
  font-family: F37jan, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.body-7 {
  padding-top: 124px;
}

.row-7 {
  width: 100%;
}

.column-20 {
  flex-flow: column;
  justify-content: flex-start;
  height: 100vh;
  display: flex;
}

.large-button {
  text-decoration: none;
}

.largebtn {
  background-color: #fff6;
  flex: none;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: auto;
  max-width: 508px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  padding-left: 32px;
  padding-right: 32px;
  transition: all .24s;
  display: flex;
  position: relative;
}

.largebtn:hover {
  background-color: #fff6;
  width: 508px;
  padding-left: 84px;
}

.tile-wrap {
  flex: 1;
  padding: 57px 32px 54px;
}

.smallbtn {
  z-index: 1200;
  background-color: #ffffffe6;
  flex: none;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  width: auto;
  max-width: 90%;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  transition: all .24s;
  display: none;
  position: relative;
}

.smallbtn:hover {
  background-color: #fff6;
  max-width: 240px;
  padding-left: 44px;
}

.simplyspeak {
  height: 100vh;
  max-height: 100%;
}

.conversation {
  background-color: #eceded;
  background-image: url('../images/ladyTyping.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 104vh;
  border-style: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.simplyspeak-desc {
  background-color: #35434e;
  border-style: none;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.speakbounds {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 400px;
  height: 100%;
  max-height: 320px;
  margin-bottom: 65px;
  margin-left: 0;
  margin-right: 148px;
  display: block;
  position: relative;
  overflow: hidden;
}

.giantbubble {
  color: #818a91;
  background-color: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  max-width: 324px;
  margin-bottom: 24px;
  padding: 14px 24px;
  font-family: F37jan, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  display: inline-block;
  box-shadow: 0 0 10px #0000001a;
}

.giantbubble.fr {
  align-self: flex-end;
}

.developdeeper {
  background-color: #697d8e;
  flex-flow: column;
  place-content: center flex-start;
  align-items: flex-end;
  height: 100%;
  min-height: 720px;
  padding-top: 0;
  display: flex;
}

.abstractshape {
  float: none;
  background-color: #fff;
  border-radius: 10000px 0 0 10000px;
  flex-direction: column;
  flex: 0 auto;
  align-self: flex-end;
  align-items: stretch;
  width: 100%;
  max-width: 820px;
  height: 218px;
  min-height: 218px;
  margin-bottom: 44px;
  margin-right: 0;
  padding: 16px 0% 16px 16px;
  display: flex;
  position: static;
  top: 0;
  bottom: 0;
  right: 0;
}

.convoaudiences {
  float: right;
  flex: 0 auto;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  height: 100%;
  margin-bottom: 0;
  margin-left: 0;
  padding: 64px 0;
  display: block;
}

.normalbtn {
  background-color: #fff3;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  width: 270px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  padding-left: 24px;
  padding-right: 24px;
  transition: all .24s;
  display: flex;
  position: relative;
}

.normalbtn:hover {
  background-color: #fff6;
  width: 508px;
  padding-left: 72px;
}

.normalbtn.dark {
  margin-left: 30%;
}

.normalbtn.dark.long {
  background-color: #031422;
  width: 100%;
  min-width: 512px;
  max-width: 600px;
  height: 100%;
  min-height: 74px;
  margin-top: 44px;
  padding-left: 44px;
  padding-right: 44px;
}

.row-8 {
  width: 100%;
  height: 100%;
  min-height: 740px;
  margin-top: 0;
}

.column-24 {
  background-color: #697d8e;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  min-height: 740px;
  padding-left: 27px;
  display: flex;
}

.column-25 {
  background-image: url('../images/loyalt.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 480px;
  background-attachment: scroll;
  height: 100%;
  min-height: 740px;
}

.iphonebrandchat {
  z-index: 9999;
  background-image: url('../images/Steadbrook_Iphone.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 410px;
  height: 100%;
  max-height: 850px;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  position: absolute;
}

.brandpoints {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.forstores {
  background-image: url('../images/Artboard-12x.jpg');
  background-position: 8% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  min-height: 100vh;
  max-height: 100%;
  display: flex;
}

.storeshot {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-style: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 10px;
  height: 100%;
  min-height: 100vh;
  display: flex;
  left: auto;
}

.forstoresdesc {
  border-style: none;
  flex-direction: column;
  justify-content: center;
  min-height: 0;
  padding: 124px 0;
  display: flex;
  position: absolute;
  top: auto;
  right: 16px;
}

.section-developersandbox {
  background-color: #fff;
  min-height: 900px;
  padding-top: 124px;
  padding-bottom: 124px;
  position: relative;
  overflow: hidden;
}

.greybox {
  z-index: -1;
  background-color: #fafafa;
  width: 30%;
  min-width: 394px;
  height: 100%;
  min-height: 80vh;
  position: absolute;
  top: 0;
  left: 0;
}

.div-block-61 {
  z-index: 99999;
  background-image: url('../images/aiSandbox.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 352px;
  height: 264px;
  margin-top: 32px;
  margin-left: 212px;
  margin-right: 124px;
  position: relative;
  left: 0;
}

.block-sandbox {
  margin-top: 124px;
}

.section-engage {
  background-color: #697d8e;
  background-image: url('../images/loops.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 531px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding-top: 124px;
  padding-bottom: 64px;
  display: flex;
}

.row-9 {
  flex-direction: row;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  display: block;
}

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

.column-27 {
  padding-top: 121px;
  padding-left: 64px;
  padding-right: 0;
  position: relative;
  top: 83px;
}

.brandvitamin-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  padding-left: 32px;
  padding-right: 0;
  display: flex;
}

.engagementmodel {
  border-top: 44px #fff;
  height: 80vh;
}

.forwardcircle {
  background-color: #fff;
  background-image: url('../images/forward-dark-24x24.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 30000px;
  width: 44px;
  height: 44px;
  margin-top: 32px;
  position: absolute;
  bottom: 32px;
  right: 32px;
  box-shadow: 1px 1px 3px #0314220a;
}

.forwardcircle.fr {
  border: 1px #000;
  box-shadow: 1px 1px 10px #0314220a;
}

.lightlogo {
  background-image: url('../images/lifeai.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 1;
  width: 140px;
  min-height: 32px;
  display: inline-block;
}

.lightlogo.w--current {
  clear: none;
  object-fit: fill;
  object-position: 0% 0%;
  background-image: url('../images/lifeai.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: auto 32px;
  flex: 1;
  order: -1;
  align-self: flex-start;
  position: relative;
  top: -13px;
  left: -32px;
  overflow: visible;
}

.speakmask {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-left: 11px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.offertitle {
  color: #031422;
  letter-spacing: -1.3px;
  flex: 0 auto;
  max-width: 50%;
  max-height: 120px;
  margin-top: 0;
  margin-right: 32px;
  font-family: F37jan, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 50.4px;
}

.text-field-2 {
  color: #031422;
  border-radius: 6px;
  width: 29%;
  height: 44px;
  padding-left: 48px;
  padding-right: 15px;
  font-size: 17px;
  position: relative;
}

.div-block-62 {
  padding-top: 30px;
  padding-left: 30px;
}

.image-9 {
  position: absolute;
  top: 9px;
  left: 15px;
}

.form-2 {
  position: relative;
}

.div-block-63 {
  float: left;
  color: #00000080;
  text-align: left;
  background-color: #ffffffb3;
  width: 170px;
  height: 77px;
  margin-left: 0%;
  padding-top: 15px;
  padding-bottom: 0;
  padding-left: 24px;
  position: relative;
}

.text-block-4 {
  color: #585e64;
  font-family: F37jan, sans-serif;
  font-size: 16px;
}

.text-block-5 {
  color: #3b4852;
  font-family: F37jan, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

.image-10 {
  position: absolute;
  bottom: -35px;
  right: -35px;
}

.image-11 {
  position: absolute;
  bottom: -25px;
  left: -25px;
}

.heading-10 {
  color: #fff;
  padding-left: 0;
  font-family: F37jan, sans-serif;
  font-size: 48px;
  font-weight: 300;
}

.div-block-64 {
  max-width: 387px;
}

.paragraph-3 {
  color: #fff;
  font-family: F37jan, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 34px;
}

.div-block-65 {
  padding-top: 431px;
  padding-bottom: 68px;
  padding-left: 68px;
}

.div-block-66 {
  margin-top: 82px;
  margin-left: 10%;
  margin-right: 4%;
}

.metro-bus {
  float: right;
  color: #00000080;
  text-align: left;
  background-color: #ffffffb3;
  width: 170px;
  height: 77px;
  padding-top: 15px;
  padding-bottom: 0;
  padding-left: 24px;
  display: block;
  position: relative;
}

.work, .live {
  background-image: url('../images/bg.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  margin-top: 0;
}

.play, .learn {
  background-image: url('../images/bg.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.body-9 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 115px;
  padding-right: 0;
}

.form-block-2 {
  margin-top: 0;
}

.section-30 {
  background-color: #80bde7;
}

.section-31 {
  background-color: #47bd72;
}

.section-32 {
  background-color: #a379cf;
}

.section-33 {
  background-color: #6588a0;
}

.nav-menu-3 {
  flex-direction: column;
  margin-top: 0;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
}

.nav-link-4-copy {
  margin-top: 0;
  padding-top: 27px;
  padding-bottom: 27px;
}

.div-block-68 {
  background-image: url('../images/bg.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  display: block;
}

.div-block-69 {
  width: auto;
  height: 800px;
}

.slide-1 {
  background-image: linear-gradient(#d6292980, #d6292980);
  height: 750px;
}

.slide-2 {
  background-image: linear-gradient(#7d93ce80, #7d93ce80);
  height: 750px;
}

.slide-3 {
  background-image: linear-gradient(#5faeb180, #5faeb180);
  height: 750px;
}

.slide-4 {
  background-image: linear-gradient(#8ba15380, #8ba15380);
  height: 750px;
}

.nav-menu-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
}

.nav-menu-6 {
  border: 3px solid #031422;
  flex-direction: column;
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
}

.sec3 {
  background-image: linear-gradient(#680d6480, #680d6480);
  height: 700px;
}

.sec2 {
  background-image: linear-gradient(#1f2c2280, #1f2c2280);
  height: 700px;
}

.sec1 {
  background-image: linear-gradient(#cfa3a380, #cfa3a380);
  height: 700px;
}

.sec4 {
  background-image: linear-gradient(#1543bb80, #1543bb80);
}

.navbar-3 {
  position: fixed;
  top: 0;
  right: 0;
}

.nav-menu-7 {
  flex-direction: column;
  display: flex;
}

.nav-link-8 {
  color: #fff;
  background-image: url('../images/side1.png');
  background-position: 0 0;
  background-size: cover;
  border: 3px #031422;
  border-top: 1px #000;
  border-bottom-style: solid;
  width: 115px;
  height: 235px;
  padding-top: 110px;
  padding-left: 41px;
  font-family: F37jan, sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.nav-link-8:hover {
  background-image: url('../images/shdw.png'), url('../images/side1.png');
  background-position: 0 0, 0 0;
  background-size: cover, cover;
}

.nav-link-8.w--current {
  color: #fff;
  background-image: url('../images/shdw.png'), url('../images/side1.png');
  background-position: 0 0, 0 0;
  background-size: cover, cover;
  width: 115px;
  height: 235px;
  font-size: 24px;
}

.nav-link-9 {
  color: #fff;
  background-image: url('../images/slide.png');
  background-position: 0 0;
  background-size: cover;
  border-style: none none solid;
  border-color: #031422;
  border-bottom-width: 3px;
  width: 115px;
  height: 235px;
  margin-right: 0;
  padding-top: 109px;
  padding-left: 30px;
  padding-right: 20px;
  font-family: F37jan, sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.nav-link-9:hover {
  background-image: url('../images/shdw.png'), url('../images/slide.png');
  background-position: 0 0, 0 0;
  background-size: cover, cover;
}

.nav-link-9.w--current {
  direction: ltr;
  color: #fff;
  background-image: url('../images/shdw.png'), url('../images/slide.png');
  background-position: 0 0, 0 0;
  background-size: cover, cover;
  font-style: normal;
}

.nav-link-10 {
  color: #fff;
  background-image: url('../images/play-4.png');
  background-position: 0 0;
  background-size: cover;
  border: 3px #031422;
  border-bottom-style: solid;
  width: 115px;
  height: 235px;
  margin-right: 0;
  padding-top: 105px;
  padding-left: 40px;
  font-size: 24px;
}

.nav-link-10:hover {
  background-image: url('../images/shdw.png'), url('../images/play-4.png');
  background-position: 0 0, 0 0;
  background-size: cover, cover;
}

.nav-link-10.w--current {
  color: #fff;
  background-image: url('../images/play-3h.png');
  background-position: 0 0;
  background-size: cover;
  width: 115px;
}

.nav-link-11 {
  color: #fff;
  background-image: url('../images/side1.png');
  background-position: 0 0;
  background-size: cover;
  width: 115px;
  height: 235px;
  margin-right: 0;
  padding-top: 109px;
  padding-left: 30px;
  font-family: F37jan, sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.nav-link-11:hover {
  background-image: url('../images/shdw.png'), url('../images/side1.png');
  background-position: 0 0, 0 0;
  background-size: cover, cover;
}

.nav-link-11.w--current {
  color: #fff;
  background-image: url('../images/shdw.png'), url('../images/side1.png');
  background-position: 0 0, 0 0;
  background-size: cover, cover;
  font-style: normal;
}

.navbar-4 {
  border-style: solid;
  position: static;
  top: 0;
  right: 0;
}

.paragraph-5 {
  float: none;
  color: #fff;
  letter-spacing: -1px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-width: 500px;
  max-width: 620px;
  margin-top: 24px;
  font-family: F37jan, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  display: flex;
}

.bubble-last {
  float: right;
  direction: ltr;
  background-color: #e9e8e6;
  background-image: linear-gradient(#fff0, #fff0);
  border-radius: 15px 15px 15px 0;
  flex: 0 auto;
  align-items: center;
  width: auto;
  max-width: 308px;
  height: auto;
  margin-bottom: 16px;
  margin-right: 49px;
  padding: 10px 16px;
  display: block;
  position: static;
  top: 189px;
  bottom: 0;
  left: 0;
  box-shadow: 1px 1px 3px #0000001a;
}

.bubble-header {
  float: right;
  direction: ltr;
  background-color: #e9e8e6;
  background-image: linear-gradient(#fff0, #fff0);
  border-radius: 15px 15px 15px 0;
  flex: 0 auto;
  align-items: center;
  width: auto;
  max-width: 253px;
  height: auto;
  margin-bottom: 16px;
  margin-right: 45px;
  padding: 10px 16px;
  display: block;
  position: static;
  top: 189px;
  bottom: 0;
  left: 0;
  box-shadow: 1px 1px 3px #0000001a;
}

.bubble-header.alt {
  direction: rtl;
  color: #fff;
  direction: rtl;
  background-color: #fff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: 265px;
  height: auto;
  margin-bottom: 16px;
  margin-left: 66px;
  margin-right: 0;
  padding-left: 14px;
  padding-right: 16px;
  display: flex;
  position: static;
  top: 9px;
}

.label-header {
  color: #fff;
  flex: 0 auto;
  font-family: F37jan, sans-serif;
  font-size: 17px;
}

.label-header.light {
  direction: ltr;
  color: #031422;
  text-align: right;
  letter-spacing: -.41px;
  direction: ltr;
  text-align: right;
  letter-spacing: -.41px;
  margin-left: 0;
  margin-right: 0;
  line-height: 24px;
}

.bubble-2 {
  float: right;
  direction: ltr;
  background-color: #e9e8e6;
  background-image: linear-gradient(#fff0, #fff0);
  border-radius: 15px 15px 15px 0;
  flex: 0 auto;
  align-items: center;
  width: auto;
  max-width: 253px;
  height: auto;
  margin-bottom: 16px;
  margin-right: 45px;
  padding: 10px 16px;
  display: block;
  position: static;
  top: 189px;
  bottom: 0;
  left: 0;
  box-shadow: 1px 1px 3px #0000001a;
}

.div-block-77 {
  float: right;
  clear: none;
  width: auto;
  max-width: 30%;
  margin-top: 2%;
  margin-right: 0%;
  display: none;
  overflow: visible;
}

.heading-13 {
  z-index: 99999;
  color: #fff;
  letter-spacing: -3px;
  text-shadow: 1px 1px 2px #0000000d;
  flex-direction: column;
  flex: 0 auto;
  width: auto;
  max-width: 330%;
  margin-top: 27px;
  margin-bottom: 0%;
  margin-left: 0;
  font-family: F37jan, sans-serif;
  font-size: 63px;
  font-weight: 400;
  line-height: 60px;
  display: block;
  position: relative;
}

.div-block-74 {
  float: left;
  width: 30%;
  max-width: 50%;
  height: 100%;
  display: flex;
  overflow: visible;
}

.text-block-9 {
  z-index: 9;
  color: #fff;
  background-color: #319af0;
  align-items: center;
  width: 349px;
  height: 130px;
  padding: 30px;
  font-family: F37jan, sans-serif;
  font-size: 18px;
  line-height: 22px;
  display: flex;
  position: absolute;
  bottom: 34px;
  left: 65px;
}

.text-block-9:hover {
  bottom: 34px;
}

.image-16 {
  z-index: 99;
  position: absolute;
  bottom: 87px;
  left: 358px;
}

.div-block-75 {
  position: absolute;
  bottom: 40px;
  left: 33px;
}

.heading-15 {
  letter-spacing: -.77px;
  margin-top: 20px;
  margin-bottom: 8px;
  font-family: F37jan, sans-serif;
  font-weight: 300;
}

.paragraph-8 {
  color: #031422b3;
  letter-spacing: -.48px;
  max-width: 520px;
  font-family: F37jan, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.pal-mob {
  background-image: url('../images/radial.png');
  background-repeat: no-repeat;
  background-size: auto 600px;
  background-attachment: scroll;
  flex-flow: row;
  place-content: flex-end center;
  align-items: center;
  height: 100%;
  min-height: 100vh;
  display: none;
  position: relative;
  overflow: hidden;
}

.pal-privacy-mob {
  background-image: url('../images/schmoogle.svg');
  background-position: 135% 0;
  background-repeat: no-repeat;
  background-size: 60%;
  align-items: center;
  min-height: 100vh;
  display: none;
}

.top-wrap-last {
  flex: 0 auto;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 92px;
  padding-right: 20px;
  display: block;
  position: static;
}

.top-wrap-last.nof {
  flex: 0 auto;
  width: 100%;
  max-width: 620px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 64px;
  padding-bottom: 64px;
}

.background-video {
  width: 100%;
  height: 100%;
}

.html-embed {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.bubbleanimate {
  clear: none;
  background-image: url('../images/bubble.gif');
  background-position: 88% 66%;
  background-repeat: no-repeat;
  background-size: 600px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  width: 86%;
  max-width: 100%;
  max-height: 58%;
  margin-left: auto;
  margin-right: 0;
  display: block;
  position: absolute;
  top: 183px;
  bottom: 0;
  left: 32px;
  overflow: visible;
}

.image-17 {
  z-index: 99;
  clear: none;
  display: inline-block;
  position: absolute;
  bottom: 87px;
  left: 358px;
}

.div-block-79 {
  clear: none;
  background-image: url('../images/bubble.gif');
  background-position: 121%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 50%;
  display: flex;
  position: static;
}

.image-18 {
  width: 100%;
}

.header {
  float: left;
  width: 30%;
  max-width: 50%;
  height: 100%;
  margin-top: 124px;
  display: flex;
  overflow: visible;
}

.header-text {
  max-width: 356px;
  margin-left: 64px;
}

.heading-16 {
  z-index: auto;
  clear: none;
  color: #fff;
  letter-spacing: -.05em;
  flex-direction: column;
  order: -1;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: 92px;
  margin-bottom: 16px;
  font-family: F37jan, sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 64px;
  text-decoration: none;
  display: block;
  position: absolute;
  inset: 50% auto auto 5%;
}

.heading-16.midnight {
  color: #031422;
  font-weight: 300;
}

.bigbluecta {
  z-index: 999999;
  color: #fff;
  background-color: #4699f0;
  background-image: url('../images/arrow.svg');
  background-position: 93%;
  background-repeat: no-repeat;
  background-size: 24px;
  min-width: 349px;
  max-width: 350px;
  margin-left: 40px;
  padding: 32px;
  font-family: F37jan, sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
  position: absolute;
  bottom: -63px;
  left: 0;
  box-shadow: 0 0 20px #0314221a;
}

.bigbluecta:hover {
  opacity: .9;
  margin-bottom: 16px;
  box-shadow: 0 0 20px #03142233;
}

.wrap-home {
  z-index: 2;
  opacity: 1;
  background-image: none;
  flex-flow: column;
  flex: 1;
  place-content: flex-start center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 0%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 64px 0%;
  display: flex;
  position: relative;
}

.div-block-8 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-80 {
  background-color: #fff;
  flex: 0 auto;
  width: 52px;
  height: 4px;
}

.div-block-80.yev {
  background-color: #e5d2ae;
}

.div-block-80.palog {
  background-color: #888d9d;
}

.div-block-80.store {
  background-color: #aec5d7;
}

.div-block-80.work {
  background-color: #b7d0c6;
}

.heading-big {
  color: #fff;
  letter-spacing: -3px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 8px;
  margin-bottom: 0;
  font-family: F37jan, sans-serif;
  font-size: 72px;
  line-height: 86px;
  display: flex;
  position: static;
}

.hero-bot {
  background-image: linear-gradient(349deg, #0000 5%, #07212cb3 89%), url('../images/Headerbot.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  height: 90vh;
  display: block;
  position: relative;
}

.section-intro-assist {
  background-color: #0000;
  background-image: none;
  height: auto;
  margin-top: 0;
  padding: 5% 3%;
  position: relative;
  overflow: visible;
}

.column-28 {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
  padding-left: 5%;
  padding-right: 16px;
  display: flex;
}

.image-182 {
  margin-bottom: 16px;
}

.heading-4 {
  float: none;
  clear: none;
  color: #2d2f32;
  text-align: left;
  background-color: #0000;
  width: 100%;
  max-width: 670px;
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: F37jan, sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 50px;
  display: block;
  position: static;
}

.heading-4._24b {
  margin-top: 8px;
  margin-bottom: 24px;
}

.column-29 {
  justify-content: center;
  padding-top: 40px;
  padding-left: 8px;
  padding-right: 0;
  display: flex;
}

.paragraph-9 {
  z-index: 0;
  float: none;
  color: #2d2f32b3;
  text-align: left;
  max-width: 600px;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: F37jan, sans-serif;
  font-size: 18px;
  line-height: 27px;
  position: static;
}

.section-78 {
  flex-direction: column;
  justify-content: space-around;
  margin-top: 40px;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 0;
  display: flex;
}

.bot-row-head {
  min-height: none;
  height: 100%;
}

.short-tile {
  min-height: none;
  background-color: #e8d1a9;
  border: 0 solid #2d2f32;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 16px 40px;
  transition: all .2s cubic-bezier(.86, 0, .07, 1);
  display: flex;
}

.short-tile:hover {
  opacity: .86;
  background-color: #ecd0a4;
  transform: scale(.99);
}

.short-tile.work {
  min-height: none;
  background-color: #888d9d;
  background-image: none;
  padding-top: 16px;
  padding-bottom: 16px;
}

.short-tile.brand {
  min-height: none;
  background-color: #a9c6d9;
  padding-top: 16px;
  padding-bottom: 16px;
}

.short-tile.pal {
  min-height: none;
  background-color: #bbcfc7;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
}

.link-block-19 {
  flex: none;
  align-self: stretch;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
  overflow: visible;
}

.h3-24px {
  color: #2d2f32;
  letter-spacing: -.8px;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: F37jan, sans-serif;
}

.cowokring-block {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0%;
  display: flex;
}

.div-block-266 {
  justify-content: center;
  width: 100%;
  display: flex;
}

.div-block-250 {
  border-color: #e8d1a9;
  border-left-style: solid;
  border-left-width: 8px;
  border-right-style: none;
  border-right-width: 8px;
  width: 100%;
}

.text-block-48 {
  color: #fff;
  width: 100%;
  margin-bottom: 16px;
}

.app-feature-section {
  flex-direction: column;
  align-items: flex-end;
  height: auto;
  display: flex;
}

.app-card {
  background-color: #0000;
  border-radius: 16px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  max-width: 60%;
  height: auto;
  margin: 56px 40px 16px;
  padding: 16px 24px;
  display: flex;
}

.fl-sec {
  background-image: radial-gradient(circle at 2% 36%, #000, #0000 76% 77%), url('../images/5b16bfa07b6de34fbf5b205f_iStock-868288392-1-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-top: 8px solid #e5d2ae;
  border-right: 8px solid #e8d1a9;
  justify-content: space-around;
  width: 100%;
  height: 130vh;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 40px;
  display: block;
}

.image-186 {
  margin-top: 39px;
  margin-left: 16px;
  display: none;
  position: absolute;
  right: 40px;
}

.image-186.ret-copy {
  margin-top: 1px;
  display: none;
}

.image-186.ret {
  margin-top: 1px;
}

.image-186.bots {
  margin-top: -30px;
  display: none;
}

.update {
  background-color: #fff;
  border-radius: 15px 15px 15px 0;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  max-width: 350px;
  height: auto;
  margin-bottom: 16px;
  padding: 10px 16px;
  font-family: F37jan, sans-serif;
  font-size: 18px;
  line-height: 27px;
  display: flex;
  position: static;
  top: 189px;
  bottom: 0;
  left: 0;
  box-shadow: 1px 1px 3px #0000001a;
}

.update.alt {
  background-color: #4699f0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  min-width: 100px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: 0;
  padding-right: 16px;
  display: flex;
  position: static;
  top: 9px;
}

.capright {
  color: #fff;
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 16px;
  display: flex;
}

.coworking-chat-copy {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 500px;
  margin: 0% 0% 7px 24px;
  display: flex;
  position: static;
  left: 367px;
  right: 385px;
  overflow: hidden;
}

.bubble-3 {
  background-color: #fff;
  border-radius: 15px 15px 15px 0;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  max-width: 350px;
  height: auto;
  margin-bottom: 8px;
  padding: 10px 16px;
  font-family: F37jan, sans-serif;
  font-size: 18px;
  line-height: 27px;
  display: flex;
  position: static;
  top: 189px;
  bottom: 0;
  left: 0;
  box-shadow: 1px 1px 3px #0000001a;
}

.bubble-3.alt {
  background-color: #4699f0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  min-width: 50px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: 0;
  padding-right: 16px;
  display: flex;
  position: static;
  top: 9px;
}

.white-label {
  float: left;
  color: #fff;
  padding-right: 0;
  font-family: F37jan, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.image-desc-100 {
  float: none;
  color: #6c6d6f;
  flex: 0 auto;
  max-width: 650px;
  margin-top: 0;
  margin-left: 0%;
  margin-right: 0%;
  font-family: F37jan, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.more-info {
  float: right;
  color: #2891bb;
  background-image: linear-gradient(#2891bb, #2891bb);
  border-radius: 0;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
  margin-left: 0;
  padding: 16px 24px;
  transition: all .2s ease-in-out;
  display: flex;
  position: static;
  bottom: 0;
  left: 0;
  transform: translate(0, -4px);
}

.more-info:hover {
  transform: translate(0, -4px);
}

.pal-image {
  background-image: radial-gradient(circle at 74% 35%, #fff, #0000 43%), url('../images/iStock-946980240.jpg');
  background-position: 0 0, 0 40%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-top: 8px solid #888d9a;
  border-left: 8px solid #888d9a;
  justify-content: space-around;
  width: 100%;
  height: 80vh;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 2%;
  display: block;
}

.div-block-246 {
  flex-direction: column;
  align-items: flex-end;
  margin-top: 5%;
  display: flex;
}

.coworking-chat {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 500px;
  margin: -6% 0% 6px 10%;
  display: flex;
  position: static;
  left: 367px;
  right: 385px;
  overflow: hidden;
}

.coworking-chat.long {
  margin-top: 2%;
  margin-left: 24px;
}

.div-block-255 {
  flex-direction: row;
  justify-content: flex-start;
  width: auto;
  display: flex;
}

.div-block-252 {
  border-right: 8px solid #888d9b;
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.image-188 {
  width: 100%;
  max-height: 300px;
  margin-bottom: 16px;
  margin-right: 8px;
}

.retail {
  background-image: url('../images/5b1683e0abc52001ee37fede_iStock-857411116-2-1.jpg');
  background-position: 50% 33%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 8px solid #b2c5d5;
  border-left: 8px solid #b2c5d5;
  justify-content: space-around;
  width: 100%;
  height: 70vh;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 24px;
  display: block;
}

.image-184 {
  max-height: 600px;
  margin-top: 97px;
  margin-left: 0;
  margin-right: 5%;
  padding-bottom: 5px;
  display: block;
  position: static;
  top: 96px;
  left: 883px;
  right: -1px;
}

.div-block-249-copy {
  border-right: 8px solid #aec5d7;
  justify-content: flex-end;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  display: flex;
}

.how-it-work {
  background-color: #f0f0f5;
  padding-top: 5%;
  padding-left: 40px;
  padding-right: 40px;
}

.how-it-twerks {
  justify-content: center;
  padding-top: 16px;
  padding-left: 8px;
  padding-right: 0;
  display: block;
}

.section-4-edit {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: static;
}

.bot_left {
  float: left;
  clear: none;
  background-image: url('../images/fl_managers_background-1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  width: 50%;
  height: 80vh;
  margin-bottom: 0;
  display: flex;
}

.image-187 {
  max-width: 400px;
  position: relative;
  top: 205px;
  right: -256px;
}

.yev-right {
  float: right;
  clear: none;
  background-image: linear-gradient(#f0f0f5, #f0f0f5);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 80vh;
  margin-bottom: 0;
  padding: 5%;
  display: flex;
}

.div-blockboit {
  background-color: #0000;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.heading-17 {
  color: #2d2f32;
  margin-top: 0;
  margin-bottom: 0;
  font-family: F37jan, sans-serif;
  font-size: 24px;
  line-height: 36px;
  position: static;
  top: -2px;
}

.how-it-works-features {
  background-color: #f0f0f5;
  margin-bottom: 0%;
  padding: 40px;
}

.moment-manager {
  flex-direction: column;
  align-items: flex-start;
  padding: 5%;
  display: flex;
}

.mock {
  flex-direction: column;
  align-items: center;
  padding-top: 0%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.section-79-copy-copy {
  background-image: linear-gradient(#f0f0f5, #f0f0f5);
  margin-top: 0;
  padding: 5%;
}

.subheader-copy {
  margin: 0px auto 24px none;
  color: #2d2f32b3;
  text-align: left;
  justify-content: flex-start;
  width: 60%;
  padding-top: 0%;
  font-family: F37jan, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 29px;
  display: block;
}

.column-149 {
  padding-top: 24px;
}

.div-block-264 {
  flex-direction: row;
  display: flex;
}

.heading-numbers {
  float: none;
  clear: none;
  color: #2d2f32b3;
  text-align: left;
  background-color: #0000;
  justify-content: center;
  width: 100%;
  max-width: 100px;
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: F37jan, sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 50px;
  display: flex;
  position: static;
}

.link-2 {
  color: #f4ebeb;
  margin-right: 32px;
  text-decoration: none;
  display: block;
}

.section-79 {
  z-index: 2;
  background-color: #323c48;
  height: auto;
  margin-top: 0;
  padding-top: 44px;
  padding-bottom: 44px;
  position: static;
}

.section-79.blue {
  background-color: #0b1a46;
  align-items: center;
  min-height: 500px;
  padding-top: 0;
  display: block;
}

.footer-copy-map {
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
  min-height: 400px;
  margin-bottom: 16px;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: static;
}

.bio-button {
  color: #2d2f32;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 100px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-end;
  margin-right: 0;
  padding: 8px 16px;
  font-family: F37jan, sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: block;
  position: relative;
}

.bio-button:hover {
  opacity: 1;
  border-color: #fff;
  transform: translate(0, -4px);
}

.bio-button.button-fill {
  text-align: center;
  width: 100%;
  display: inline-block;
  box-shadow: 1px 1px 8px #2d2f321a;
}

.bio-button.button-fill.white {
  opacity: 1;
  color: #2d2f32;
  background-color: #f0f0f5;
  border-radius: 0;
  max-width: 400px;
  margin-top: 24px;
  padding: 16px 24px;
}

.bio-button.button-fill.white:hover {
  opacity: 1;
  color: #2d2f32;
  background-color: #f0f0f5;
}

.twitter {
  background-image: url('../images/Twitter_Social_Icon_Rounded_Square_White.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 0 auto;
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
}

.footer-2 {
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 50%;
  margin-left: 44px;
  margin-right: 44px;
  display: flex;
  position: static;
}

.div-block {
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  width: 100px;
  height: 24px;
  display: flex;
  position: static;
  top: 0;
  right: 0;
}

.heading-footer {
  color: #f0f0f5;
  font-family: F37jan, sans-serif;
  font-size: 40px;
}

.facebook {
  background-image: url('../images/facebook-256-1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-left: 24px;
  margin-right: 0;
  padding-right: 24px;
  display: flex;
  position: static;
}

.footer-links {
  color: #fff;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  font-family: F37jan, sans-serif;
  font-size: 16px;
  display: flex;
  position: static;
}

.paragraph-4 {
  color: #2d2f32b3;
  text-align: center;
  justify-content: flex-start;
  max-width: 620px;
  margin: 0 auto auto;
  padding-top: 2%;
  font-family: F37jan, sans-serif;
  font-size: 18px;
  font-style: normal;
  line-height: 28px;
  display: block;
}

.paragraph-4.white {
  color: #f0f0f5;
  text-align: left;
}

.column-131 {
  justify-content: center;
  display: flex;
}

.link-4 {
  color: #fff;
  margin-right: 24px;
  text-decoration: none;
}

.column-130 {
  background-image: radial-gradient(circle at 21% -26%, #0000, #0e1b4380 41%, #0e1b43 62%), url('../images/Screenshot-2018-04-09-08.24.19.png');
  background-position: 0 0, 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 923px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  display: flex;
}

.row-45 {
  align-items: center;
  min-height: auto;
  display: flex;
}

.city-link {
  background-image: url('../images/Citylink-Logo.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 150px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 80%;
  height: 44px;
  transition: all .2s ease-in-out;
  display: flex;
  position: relative;
}

.city-link:hover {
  transform: translate(0, -4px);
}

.city-link.footer {
  background-image: url('../images/CL_Logo_wai.svg');
  background-size: contain;
  align-items: flex-start;
  max-width: 100%;
  margin-bottom: 16px;
  margin-left: 0%;
  margin-right: 0%;
  display: block;
}

.div-block-250-copy {
  border-color: #bbcfc7;
  border-left-style: solid;
  border-left-width: 8px;
  border-right-style: none;
  border-right-width: 8px;
  width: 100%;
}

.image-191 {
  max-width: 300px;
  margin-left: -8px;
}

.cowokring-section {
  background-image: url('../images/5b1683dfe46275c5382ba6a5_iStock-598149912-2.jpg');
  background-position: 0 31%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 8px solid #bbcfc7;
  border-left: 0 solid #bfcec8;
  border-right: 8px solid #bfcec8;
  justify-content: space-around;
  width: 100%;
  height: 90vh;
  padding-top: 0;
  padding-bottom: 40px;
  padding-right: 40px;
  display: block;
}

.section-80 {
  background-color: #eceded;
  background-image: url('../images/element.png');
  background-position: 117px;
  background-repeat: no-repeat;
  background-size: 30%;
  align-items: center;
  height: 70vh;
  transition: all .2s cubic-bezier(.86, 0, .07, 1);
  display: flex;
  transform: scale(1);
}

.section-80:hover {
  transform: scale(.99);
}

.integrated-gf {
  background-image: url('../images/Group-2.png');
  background-position: 0 0;
  background-size: cover;
  flex: 1;
  width: 100%;
  max-width: 401px;
  height: 100%;
  min-height: 270px;
  max-height: 270px;
  margin-left: 74px;
}

.wrap-integrated {
  z-index: 2;
  opacity: 1;
  background-image: none;
  flex-flow: column;
  flex: 1;
  place-content: flex-start center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-top: 0%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 64px 0%;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
  display: flex;
  position: relative;
}

.column-150 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  min-height: 270px;
  display: flex;
}

.heading-1 {
  letter-spacing: -.48px;
  font-family: F37jan, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 62px;
}

.footer-wrap {
  flex-direction: column;
  display: flex;
}

._56px {
  color: #031422;
  text-align: center;
  letter-spacing: -1.72px;
  width: 538px;
  margin-left: auto;
  margin-right: auto;
  font-family: F37jan, sans-serif;
  font-size: 56px;
  line-height: 68px;
  display: block;
}

.center-wrap {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-left: 92px;
  padding-right: 20px;
  display: block;
  position: relative;
}

.center-wrap.cta {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

.center-wrap.nof {
  flex: 0 auto;
  width: 100%;
  max-width: 620px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 64px;
  padding-bottom: 64px;
}

.center-wrap.sandbox {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-267 {
  object-fit: contain;
  height: auto;
}

.background-video-2 {
  height: 700px;
  top: -133px;
  left: -35px;
}

html.w-mod-js [data-ix="click-trigger"] {
  transform: translate(0);
}

@media screen and (max-width: 991px) {
  .hero {
    background-image: url('../images/newHero3x.png'), linear-gradient(#fff, #fff);
    background-position: 100% 100%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: contain, auto;
    background-attachment: scroll, scroll;
    border-style: none;
  }

  .hero.pal2 {
    background-image: linear-gradient(#0000, #0000);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    flex-direction: column;
    justify-content: center;
    height: 150vh;
    display: flex;
    position: static;
    overflow: visible;
  }

  .hero.cities {
    background-image: linear-gradient(50deg, #03142200 3%, #0314224d 25%, #21303c5c 64%, #ffffff03), url('../images/platform-main-compress.jpg'), linear-gradient(#0000, #0000);
    background-position: 0 0, -92px, 0 0;
    height: 100%;
    min-height: 90vh;
  }

  .hero.convoui {
    background-image: url('../images/Group-22.svg'), linear-gradient(#f6f7f7, #f6f7f7);
    background-position: 362% 156%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 90%, auto;
    background-attachment: fixed, scroll;
  }

  .navigation {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 32px 44px;
    display: flex;
  }

  .heading {
    max-width: 630px;
    margin-top: 240px;
    margin-bottom: 240px;
    margin-left: 0;
    font-size: 54px;
    line-height: 60px;
  }

  .heading.dark-text {
    letter-spacing: -2px;
  }

  .heading.dark-text.simple {
    flex: 0 auto;
    max-width: 580px;
    margin: 64px auto;
    font-size: 44px;
    line-height: 62.4px;
    display: block;
    position: static;
  }

  .heading.cities {
    letter-spacing: -3px;
    font-size: 56px;
    line-height: 67.2px;
  }

  .products {
    flex-direction: column;
    height: 200vh;
    max-height: 100%;
  }

  .body {
    background-position: 58%;
    background-size: cover;
  }

  .tall-tile {
    flex: 1;
    width: 100%;
    max-height: 100%;
  }

  .small-tile.sd {
    padding-top: 24px;
    padding-right: 24px;
  }

  .small-tile.cui {
    flex: 1;
  }

  .small-tile.newsroom {
    padding: 24px;
  }

  .label.dark, .label.light, .label.dark, .label.light, .label.dark {
    font-size: 17px;
  }

  .bottom {
    max-height: 100vh;
  }

  .stacked-tiles {
    max-height: 100%;
  }

  .top {
    max-height: 100vh;
  }

  .flex-bubble {
    top: 450px;
    right: -25px;
  }

  .bubble-label.sf {
    font-family: Sf pro text, sans-serif;
  }

  .logo.dark-logo {
    margin-top: 8px;
    padding-right: 0;
  }

  .h2 {
    text-align: left;
    flex: 1;
    max-width: 800px;
    font-size: 44px;
    display: block;
  }

  .slider-bubble {
    flex: 0 auto;
    width: 316px;
    margin: 32px auto;
    display: block;
  }

  .h4 {
    margin-bottom: 8px;
    font-size: 32px;
    line-height: 38.4px;
  }

  .div-block-13 {
    width: 100%;
    margin-top: 0;
  }

  .h3-32 {
    letter-spacing: -.4px;
    margin-bottom: 4px;
    font-size: 24px;
    line-height: 26.4px;
  }

  .other-products {
    height: 50vh;
  }

  .column-5 {
    background-position: 76%;
  }

  .h35 {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 34px;
    line-height: 40.8px;
  }

  .h35.fr {
    margin-top: 0;
    font-size: 34px;
    line-height: 40.8px;
  }

  .flex-bubble-alt {
    top: 450px;
    right: -25px;
  }

  .wrap-1 {
    flex-direction: column;
    flex: 1;
    min-height: 140px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .lp {
    font-size: 16px;
  }

  .lp.down {
    text-align: center;
    flex: 1;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 44px;
    font-size: 20px;
    display: block;
  }

  .lp.down.light {
    text-align: center;
    flex: 0 auto;
    margin: 0 auto 16px;
    display: block;
  }

  .lp.down.bot {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .lp.down.bot.home {
    text-align: left;
    width: auto;
    min-width: 0;
    max-width: 600px;
    margin-left: 1px;
    margin-right: 0;
  }

  .lp.down.bot.home.light.p2 {
    letter-spacing: -.3px;
    padding-right: 0;
  }

  .lp.down.bot.home.dark.p2 {
    max-width: 100%;
  }

  .lp.down.bot.home.p2 {
    max-width: 600px;
    margin-bottom: 24px;
  }

  .lp.down.bot.home.p2.last {
    max-width: 600px;
  }

  .lp.down.bot.home.p2._320 {
    max-width: 350px;
  }

  .lp.down.bot.home.p2._320.last {
    margin-bottom: 0;
  }

  .lp.desc {
    text-align: left;
    flex: 1;
    width: 100%;
    min-width: 400px;
    max-width: 520px;
    margin-top: 0;
    margin-bottom: 44px;
    font-size: 20px;
    display: block;
  }

  .lp.desc.light {
    text-align: center;
    margin: 0 auto 16px;
    display: block;
  }

  .lp.desc.bot {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .lp.desc.bot.home {
    text-align: left;
    width: auto;
    min-width: 0;
    max-width: 600px;
    margin-left: 1px;
    margin-right: 0;
    line-height: 28px;
  }

  .lp.desc.bot.home.light {
    color: #ffffffb3;
    font-size: 20px;
    line-height: 28px;
  }

  .lp.desc.bot.home.light.opaque {
    letter-spacing: -.34px;
    flex: 0 auto;
    max-width: 620px;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 28px;
  }

  .lp.desc.bot.home.light.opaque._16, .lp.desc.bot.home.light.opaque._540px {
    font-size: 20px;
    line-height: 28px;
  }

  .lp.desc.bot.home.light.bold-sideways {
    display: none;
  }

  .lp.desc.bot.home.white {
    color: var(--black-4);
    display: none;
    position: relative;
  }

  .div-block-31 {
    background-position: 100% -242px;
    background-attachment: scroll;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding-left: 64px;
  }

  .yourlife {
    width: 100%;
    height: 135vh;
  }

  .pal-cta {
    background-color: #35434e;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
  }

  .form {
    align-items: center;
    max-width: 100%;
    height: 100%;
    margin-top: 0;
  }

  .text-field {
    flex: 1;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .form-block {
    max-width: 100%;
    margin-top: 90px;
    margin-bottom: 0;
  }

  .paws {
    background-position: 0 112%;
    background-size: 90%;
    flex: 0 auto;
    width: 100%;
    height: 90%;
    margin-top: 45px;
    position: relative;
  }

  .iphones {
    float: none;
    justify-content: center;
    align-items: baseline;
    margin-left: 32px;
    top: -31px;
  }

  .iphone-activity-pop {
    background-position: 50% 83%;
    background-size: auto 700px;
    flex: 0 auto;
    max-height: 100%;
  }

  .iphone-activity-chat {
    background-image: linear-gradient(to top, #f6f7f7 23%, #fff0 66%), url('../images/iphone-chat.png');
    background-position: 0 0, 0 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 700px;
    height: 700px;
    top: 158px;
  }

  .h7 {
    font-size: 16px;
  }

  .h7.down {
    text-align: left;
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
  }

  .ic-64x64.work {
    min-width: 64px;
  }

  .ic-64x64.spur {
    min-width: 64px;
    max-width: 64px;
    max-height: 64px;
  }

  .ic-64x64.family, .ic-64x64.activity {
    min-width: 64px;
  }

  .div-block-45 {
    margin-top: 72px;
    margin-bottom: 72px;
  }

  .brand-chat {
    margin-top: 154px;
  }

  .brand-chat.center {
    margin-top: 75px;
    margin-left: auto;
    margin-right: auto;
  }

  .activities {
    background-position: 100% 311px;
    background-size: cover;
    flex-flow: column;
    place-content: center flex-start;
    align-items: flex-start;
    height: 100%;
    padding-top: 54px;
    padding-bottom: 0;
    overflow: hidden;
  }

  .iphone-activity {
    background-image: url('../images/iphones3x.png');
    background-position: 46px 0;
    background-repeat: no-repeat;
    background-size: cover;
    flex: 1;
    min-width: 100%;
    max-width: 100%;
    min-height: 764px;
    margin-top: 40px;
    display: block;
    position: static;
  }

  .header-1 {
    font-size: 72px;
  }

  .iphone-pal {
    height: 700px;
  }

  .top-wrap {
    text-align: left;
    flex: 0 auto;
    height: auto;
    padding-top: 0;
    padding-left: 44px;
    padding-right: 44px;
    display: block;
    overflow: visible;
  }

  .top-wrap.cta {
    flex-direction: column;
    justify-content: center;
    padding-bottom: 64px;
  }

  .top-wrap.nof {
    flex-direction: column;
    flex: 1;
    justify-content: flex-start;
    width: 70%;
    padding-top: 125px;
    display: flex;
  }

  .pal-ai {
    height: 100%;
    margin-bottom: 15px;
    padding-bottom: 44px;
  }

  .more {
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 48px;
    display: block;
  }

  .more.light {
    text-align: center;
    margin: 0 auto 8px;
    display: block;
  }

  .more.bot {
    text-align: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .more.center {
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 30px;
  }

  .more.activity-short {
    text-align: center;
    width: 100%;
    margin-top: 0;
  }

  .flex-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .text-block {
    float: none;
    text-align: center;
    justify-content: center;
    width: 100%;
    min-width: 100%;
    max-width: 100px;
    margin-top: 32px;
    margin-bottom: 0;
  }

  .paragraph {
    font-size: 20px;
  }

  .pal-desk {
    text-align: left;
    background-position: 0 0;
    flex-direction: column;
    align-items: flex-start;
    display: none;
  }

  .pal-privacy {
    background-position: 50% 0;
    background-size: 40%;
    align-items: center;
    min-height: auto;
    display: none;
  }

  .cheekyline {
    background-image: linear-gradient(87deg, #f6f7f7 64%, #fff0);
    width: 60%;
  }

  .learnmore {
    color: #fff;
    background-color: #031422;
    border-radius: 3px;
  }

  .list-item-4.jr {
    text-align: right;
    margin-bottom: 0;
  }

  .column-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .footer {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .currentproducts {
    height: auto;
    min-height: 110vh;
  }

  .column-10 {
    background-size: auto 70vh;
    height: 100vh;
    min-height: 900px;
    padding: 44px 32px;
  }

  .column-11 {
    height: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .linkfill {
    display: flex;
  }

  .tile.cities {
    padding: 0;
  }

  .tile.convoui {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .row-3 {
    clear: none;
    display: block;
    overflow: visible;
  }

  .column-12 {
    display: none;
  }

  .column-13 {
    display: block;
  }

  .h4-1 {
    font-size: 24px;
    line-height: 26.4px;
  }

  .h4-1.light {
    letter-spacing: -.4px;
  }

  .aboutus {
    background-image: none;
    flex-direction: column;
    height: 50vh;
    padding-top: 64px;
    padding-left: 44px;
    padding-right: 44px;
  }

  .about {
    flex-direction: column-reverse;
    height: auto;
    min-height: 100%;
    display: flex;
  }

  .cta {
    justify-content: flex-end;
    height: 50vh;
    padding: 64px 44px 32px;
  }

  ._64px {
    text-align: right;
    flex: 1;
    max-width: 340px;
    font-size: 64px;
    display: block;
  }

  .text-block-3 {
    flex: 0 auto;
  }

  .rainbow.ft {
    height: 4px;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .section-live {
    background-image: linear-gradient(26deg, #03142240 20%, #03142200), url('../images/LIFE.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-bottom: 44px;
  }

  .section-work {
    background-image: linear-gradient(#0314221a, #0314221a), url('../images/work.jpg');
    background-position: 0 0, 70% 79%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    padding-top: 44px;
  }

  .section-play {
    background-image: linear-gradient(147deg, #0314224d, #03142200 57%), url('../images/play-bg-compress.jpg'), linear-gradient(#ffffffe6, #ffffffe6);
    background-position: 0 0, 100%, 0 0;
    background-repeat: repeat, no-repeat, repeat;
    background-size: auto, cover, auto;
    padding-top: 64px;
  }

  .section-learn {
    background-image: linear-gradient(178deg, #03142280 25%, #03142200 71%), url('../images/learning-40-compress.jpg');
    background-position: 0 0, 100% 100%;
    padding-bottom: 64px;
  }

  .div-block-53 {
    align-self: flex-start;
    width: 61vw;
    max-height: 100%;
    padding: 32px 24px 32px 44px;
    position: static;
  }

  .urban-tile.fr {
    float: right;
  }

  .div-block-59 {
    flex-direction: column;
    flex: 0 auto;
    order: 1;
    align-self: flex-end;
    align-items: flex-end;
    margin-top: 0;
    display: block;
    position: static;
    bottom: 0;
    left: 0;
  }

  .superlargeheading {
    top: -38px;
    right: 32px;
  }

  .superlargeheading.fr {
    font-size: 44px;
    line-height: 54px;
  }

  .platform-peek {
    width: 50%;
  }

  .row-6 {
    padding-top: 52px;
    padding-bottom: 20px;
  }

  ._18px {
    line-height: 22px;
  }

  .column-18 {
    padding-left: 0;
  }

  .grey-square {
    width: 40vw;
    padding-bottom: 24px;
    padding-right: 24px;
  }

  .shapewrap {
    width: 50vw;
    height: 70vh;
    bottom: 0;
    right: 0;
  }

  .blue-circle {
    flex: 1;
    width: 420px;
    min-width: 400px;
    max-width: 400px;
    min-height: 400px;
    max-height: 400px;
  }

  .manageleft {
    min-height: 50vh;
  }

  .imageshopping {
    background-image: url('../images/circle-shopping.png');
    background-position: -60px 20px;
    background-size: cover;
    width: 100%;
    max-width: 420px;
    bottom: 0;
    right: 0;
    overflow: hidden;
  }

  .descblock._16top {
    margin-top: 0;
    margin-bottom: 0;
  }

  .descblock._16top.first {
    margin-top: 24px;
  }

  .terms-wrapper {
    float: none;
    padding-left: 64px;
    padding-right: 64px;
  }

  .largebtn {
    margin-top: 0;
  }

  .tile-wrap {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .smallbtn {
    margin-top: 0;
    text-decoration: none;
  }

  .simplyspeak {
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: 100vh;
    display: block;
  }

  .conversation {
    background-position: 50% 47%;
    background-size: auto 80vh;
    height: 70vh;
  }

  .simplyspeak-desc {
    height: 100%;
    min-height: 356px;
    max-height: 100%;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .speakbounds {
    margin-bottom: 0;
    margin-right: 0;
  }

  .developdeeper {
    background-image: linear-gradient(#697d8e, #697d8e);
    flex-direction: column;
    width: 100vw;
    display: block;
  }

  .abstractshape {
    clear: none;
    flex-flow: column;
    max-width: 582px;
    margin-top: 0;
    margin-bottom: 64px;
    margin-left: 124px;
    position: static;
    overflow: hidden;
  }

  .convoaudiences {
    max-width: 100%;
    padding-top: 32px;
    padding-bottom: 20px;
  }

  .normalbtn {
    margin-top: 24px;
  }

  .normalbtn.dark.long {
    min-width: 340px;
    max-width: 420px;
    margin-top: 0;
  }

  .column-23 {
    padding-left: 0;
  }

  .row-8 {
    min-height: 100%;
    margin-top: 0;
    padding-bottom: 0;
  }

  .column-24 {
    min-height: 100%;
  }

  .column-25 {
    display: none;
  }

  .iphonebrandchat {
    background-position: 50%;
    height: 700px;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .brandpoints {
    background-image: url('../images/loyalt.svg');
    background-position: 50% 24%;
    background-repeat: no-repeat;
    background-size: 700px;
    margin-top: 0;
    margin-left: 1px;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .forstores {
    background-image: linear-gradient(to top, #f6f7f7 45%, #e6e6e6b3 58%, #fff0 66%), url('../images/Artboard-12x.jpg');
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, 140%;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    min-height: 120vh;
    padding-top: 0;
    display: flex;
  }

  .storeshot {
    background-image: none;
    flex-direction: column;
    height: 70vh;
    display: none;
  }

  .forstoresdesc {
    height: 100%;
    min-height: 356px;
    max-height: 100%;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-developersandbox {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .greybox {
    min-width: 220px;
  }

  .div-block-61 {
    flex: 0 auto;
    width: 340px;
    min-width: 240px;
    height: 200px;
    margin-top: 0;
    margin-left: 0%;
    margin-right: 0;
  }

  .block-sandbox {
    margin-top: 214px;
  }

  .section-engage {
    min-height: 356px;
    padding-top: 64px;
  }

  .row-9 {
    max-width: 100%;
  }

  .column-26 {
    padding-top: 0;
    padding-left: 0;
    position: static;
  }

  .column-27 {
    padding-top: 16px;
    padding-left: 0;
    overflow: hidden;
  }

  .brandvitamin-wrapper {
    flex: 0 auto;
    padding-left: 44px;
    padding-right: 44px;
    display: block;
  }

  .engagementmodel {
    flex-direction: column;
    height: auto;
    min-height: 100%;
    display: flex;
  }

  .text-field-2 {
    width: 50%;
  }

  .heading-10 {
    font-size: 48px;
  }

  .div-block-65 {
    padding-top: 365px;
  }

  .div-block-66 {
    margin-top: 135px;
  }

  .live {
    display: block;
  }

  .nav-link-8.w--current {
    background-image: url('../images/shdw.png'), url('../images/side1.png');
    background-position: 0 0, 0 0;
    background-size: cover, cover;
    flex-direction: column;
    display: flex;
  }

  .navbar-4 {
    z-index: 999;
    width: auto;
    height: auto;
    position: fixed;
    top: 0;
    right: 0;
  }

  .paragraph-5 {
    float: none;
    width: 100%;
    min-width: 240px;
    max-width: 700px;
    font-size: 20px;
    overflow: visible;
  }

  .label-header.light {
    font-size: 17px;
  }

  .div-block-77 {
    float: right;
    max-width: 53%;
    margin-top: 6%;
  }

  .heading-13 {
    max-width: 630px;
    margin-top: 0%;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 50px;
    line-height: 60px;
  }

  .div-block-74 {
    width: 41%;
    margin-top: 4%;
  }

  .text-block-9 {
    left: 44px;
  }

  .div-block-75 {
    bottom: 40px;
    left: 40px;
  }

  .pal-mob {
    text-align: left;
    background-position: 50% 100%;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .pal-privacy-mob {
    background-position: 50% 79%;
    background-size: 40%;
    align-items: center;
    min-height: auto;
    padding-bottom: 200px;
    display: block;
  }

  .top-wrap-last {
    text-align: left;
    flex: 0 auto;
    height: auto;
    padding-top: 0;
    padding-left: 44px;
    padding-right: 44px;
    display: block;
    overflow: visible;
  }

  .top-wrap-last.nof {
    flex-direction: column;
    flex: 1;
    justify-content: flex-start;
    width: 70%;
    padding-top: 265px;
    display: flex;
  }

  .bubbleanimate {
    background-image: url('../images/bubble.gif'), linear-gradient(#10100f, #10100f);
    background-position: -73px -129px, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 700px, auto;
    width: 92%;
    max-height: 65%;
    top: 148px;
  }

  .image-17 {
    position: absolute;
    bottom: 87px;
    left: 333px;
  }

  .header {
    width: 41%;
    margin-top: 4%;
  }

  .header-text {
    max-width: 316px;
    margin-left: 40px;
  }

  .heading-16 {
    color: #222020;
    font-size: 56px;
    line-height: 56px;
    top: auto;
  }

  .wrap-home {
    flex-direction: column;
    margin-top: 0%;
    padding-left: 44px;
    padding-right: 44px;
  }

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

  .div-block-80 {
    opacity: 1;
    background-color: #fff;
    width: 40px;
    height: 4px;
    position: relative;
    top: 4px;
  }

  .heading-big {
    font-size: 56px;
    line-height: 67.2px;
  }

  .row-53 {
    display: flex;
  }

  .column-28 {
    padding-left: 0%;
  }

  .column-29 {
    padding-top: 0;
    padding-left: 0;
  }

  .paragraph-9 {
    text-align: left;
    margin-top: 8px;
    margin-bottom: 16px;
    font-size: 1.2em;
    line-height: 1.5em;
  }

  .short-tile {
    min-height: none;
    align-items: flex-start;
  }

  .short-tile.pal {
    align-items: flex-start;
  }

  .link-block-19 {
    display: flex;
  }

  .cowokring-block {
    margin-top: 0%;
  }

  .text-block-48 {
    margin-bottom: 8px;
  }

  .app-card {
    max-width: 100%;
  }

  .fl-sec {
    background-image: url('../images/iStock-868288392.jpg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 140vh;
    padding-top: 24px;
  }

  .coworking-chat-copy {
    max-width: 700px;
    margin-top: 0%;
    margin-left: 5%;
  }

  .bubble-3.alt {
    margin-bottom: 0;
  }

  .image-desc-100 {
    max-width: 620px;
  }

  .more-info {
    margin-top: 0;
  }

  .pal-image {
    background-image: url('../images/iStock-946980240.jpg');
    background-position: 0 40%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .div-block-246 {
    margin-top: 3%;
  }

  .coworking-chat {
    margin-top: 0%;
    margin-left: 3%;
  }

  .coworking-chat.long {
    margin-top: 3%;
  }

  .image-184 {
    max-height: 500px;
    margin-left: -110px;
    bottom: 174px;
    left: 193px;
    right: auto;
  }

  .div-block-249-copy {
    justify-content: flex-start;
  }

  .how-it-twerks {
    padding-top: 0;
    padding-left: 0;
  }

  .section-4-edit {
    flex-direction: column-reverse;
    display: block;
  }

  .bot_left {
    float: left;
    background-position: 50% 0;
    width: 100%;
    height: auto;
    min-height: 500px;
    display: flex;
  }

  .yev-right {
    float: none;
    clear: left;
    width: 100%;
    height: auto;
    min-height: 120px;
    padding: 64px 44px;
    display: flex;
  }

  .div-blockboit {
    float: none;
    clear: none;
    width: auto;
    max-width: 620px;
    padding-left: 0;
    padding-right: 0%;
    display: flex;
  }

  .heading-17 {
    margin-bottom: 16px;
    top: 4px;
  }

  .moment-manager {
    padding-left: 0%;
  }

  .mock {
    align-items: flex-end;
    padding-left: 0%;
    padding-right: 0%;
  }

  .heading-numbers {
    max-width: 75px;
  }

  .section-79 {
    float: none;
    padding: 48px 8px;
    display: block;
  }

  .section-79.blue {
    padding-left: 0;
  }

  .footer-copy-map {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .bio-button.button-fill {
    width: 100%;
  }

  .bio-button.button-fill.white {
    margin-top: 0;
  }

  .twitter {
    background-position: 50%;
    background-size: cover;
  }

  .footer-2 {
    align-items: center;
    margin-left: 16px;
    margin-right: 16px;
  }

  .facebook {
    background-position: 50%;
    background-size: cover;
  }

  .footer-links {
    justify-content: space-around;
    align-items: center;
    width: 60%;
    max-width: 500px;
  }

  .column-130 {
    background-position: 0 0, 0 -77px;
  }

  .city-link {
    flex: 1;
    width: 136px;
    display: block;
    position: static;
  }

  .section-80 {
    background-position: 85% 20px;
    background-size: 60%;
    height: auto;
  }

  .wrap-integrated {
    flex-direction: column;
    margin-top: 0%;
    padding-left: 44px;
    padding-right: 44px;
  }

  .heading-1 {
    font-size: 30px;
    line-height: 40px;
  }

  .column-151 {
    justify-content: flex-end;
    display: flex;
  }

  .center-wrap {
    text-align: left;
    flex: 0 auto;
    height: auto;
    padding-top: 0;
    padding-left: 44px;
    padding-right: 44px;
    display: block;
    overflow: visible;
  }

  .center-wrap.cta {
    flex-direction: column;
    justify-content: center;
    padding-bottom: 64px;
  }

  .center-wrap.nof {
    flex-direction: column;
    flex: 1;
    justify-content: flex-start;
    width: 70%;
    padding-top: 125px;
    display: flex;
  }

  .background-video-2 {
    height: 400px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    background-color: #fff;
    background-image: url('../images/newHero3x.png');
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: auto 50%;
    border-style: none;
    justify-content: flex-start;
    height: 85vh;
    padding-top: 100px;
  }

  .hero.cities {
    background-image: linear-gradient(50deg, #03142200 3%, #0314224d 25%, #21303c5c 64%, #ffffff03), url('../images/live-hero.jpg'), linear-gradient(#0000, #0000);
    background-position: 0 0, -373px 0, 0 0;
    background-size: auto, 1400px, auto;
    height: 100%;
  }

  .hero.convoui {
    background-image: url('../images/Group-22.svg'), linear-gradient(#f6f7f7, #f6f7f7);
    background-position: 63px 100%, 0 0;
    background-size: auto 70%, auto;
  }

  .navigation {
    justify-content: space-between;
    padding: 32px 24px;
    display: flex;
  }

  .heading {
    color: #fff;
    text-align: left;
    letter-spacing: -1.1px;
    column-count: 1;
    max-width: 450px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 48px;
  }

  .heading.dark-text {
    letter-spacing: -1.2px;
    max-width: 320px;
    font-size: 44px;
    line-height: 52px;
    top: 102px;
  }

  .heading.dark-text.simple {
    margin-left: 44px;
    margin-right: 44px;
  }

  .heading.cities {
    color: #fff;
    letter-spacing: -2px;
    max-width: 90%;
    margin-top: 124px;
    font-size: 48px;
    line-height: 56px;
  }

  .products {
    flex-direction: column;
    height: 280vh;
    max-height: 100%;
  }

  .body {
    background-image: url('../images/mobileHero.jpg');
    background-position: 75%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .tall-tile {
    flex: 1;
    justify-content: flex-end;
    width: 100%;
    max-height: 800px;
  }

  .small-tile.sd {
    flex: 1;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
  }

  .small-tile.cui {
    flex: 1;
    justify-content: space-around;
    width: 100%;
    max-height: 100%;
    padding-top: 40px;
  }

  .small-tile.newsroom {
    flex: 1;
    justify-content: space-around;
    width: 100%;
  }

  .bottom {
    flex-direction: column;
    flex: 1;
    max-height: 100%;
  }

  .stacked-tiles {
    flex: 1;
    justify-content: space-between;
    max-height: 100%;
  }

  .top {
    flex-direction: column;
    flex: 1;
    max-height: 100%;
  }

  .heading-2.dark {
    flex: 0 auto;
  }

  .div-block-6 {
    flex: 1;
    width: 100%;
    height: 100%;
    min-height: 40px;
    max-height: 100%;
  }

  .flex-bubble {
    top: 325px;
    right: 32px;
  }

  .products-wrap {
    flex-direction: row;
    display: block;
  }

  .div-block-10 {
    flex: 1;
    max-width: 340px;
    padding-bottom: 32px;
  }

  .logo.dark-logo {
    margin-left: 0;
    margin-right: auto;
    display: block;
  }

  .dark-logo.dark {
    float: none;
  }

  .h4 {
    max-width: 100%;
    margin-bottom: 16px;
    line-height: 44px;
    display: inline-block;
  }

  .h4.dark {
    margin-bottom: 8px;
  }

  .div-block-13 {
    width: 100%;
    height: 200%;
  }

  .h3-32 {
    flex: 0 auto;
    margin-bottom: 8px;
    line-height: 32px;
  }

  .other-products, .row {
    height: 100vh;
  }

  .column-4 {
    height: 80vh;
    padding-top: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .column-5 {
    background-position: 50%;
    height: 80vh;
    padding: 32px 0 32px 32px;
  }

  .h35 {
    width: 100%;
  }

  .h35.fr {
    padding-right: 32px;
  }

  .yanf {
    width: 160px;
    height: 100%;
  }

  .flex-bubble-alt {
    top: 325px;
    right: 32px;
  }

  .wrap-1 {
    flex-flow: column;
    flex: 1;
    align-items: flex-start;
    height: 100%;
    min-height: 140px;
    max-height: 100%;
    padding-left: 32px;
    padding-right: 32px;
    position: relative;
    overflow: visible;
  }

  .lp.down {
    min-width: 100%;
    max-height: 100%;
    margin-top: 0;
  }

  .lp.down.light {
    width: auto;
    min-width: auto;
    margin-top: 0;
    margin-bottom: 16px;
  }

  .lp.down.bot.home {
    flex: 0 auto;
  }

  .lp.down.bot.home.light.p2 {
    max-width: 620px;
  }

  .lp.down.bot.home.dark.p2 {
    max-width: 640px;
  }

  .lp.down.bot.home.p2 {
    max-width: 300px;
    margin-bottom: 32px;
  }

  .lp.down.bot.home.p2.last {
    margin-bottom: 0;
  }

  .lp.down.bot.home.p2._320 {
    max-width: 440px;
  }

  .lp.desc {
    min-width: 100%;
    max-height: 100%;
    margin-top: 0;
  }

  .lp.desc.light {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lp.desc.bot.home.light {
    color: #fff;
    margin-bottom: 32px;
    font-size: 20px;
    line-height: 28px;
  }

  .lp.desc.bot.home.light.opaque {
    flex: 0 auto;
    max-width: 520px;
    font-size: 20px;
    line-height: 26px;
  }

  .lp.desc.bot.home.light.box {
    color: #fff;
  }

  .div-block-31 {
    background-position: 0 267px;
    background-attachment: fixed;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .yourlife {
    flex-direction: column;
    height: 116vh;
    display: block;
  }

  .pal-cta {
    height: auto;
    padding-top: 80px;
  }

  .form {
    margin-top: 0;
  }

  .text-field {
    font-weight: 400;
  }

  .form-block {
    flex: 0 auto;
    margin-bottom: 0;
  }

  .paws {
    background-position: 0 -6%;
    background-size: auto;
    flex: 0 auto;
    width: 100vw;
    max-width: 100vw;
    height: 100%;
    margin-bottom: 0;
    margin-left: 32px;
    position: relative;
  }

  .iphones {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
    height: 100%;
    max-height: 600px;
    display: flex;
    overflow: hidden;
  }

  .iphone-activity-pop {
    background-position: 50%;
    background-size: contain;
    flex: 1;
    width: 100%;
    height: 100%;
    max-height: 900px;
  }

  .iphone-activity-chat {
    background-position: 0 0, 0 0;
    background-size: auto, contain;
    flex: 1;
    height: 100%;
    max-height: 700px;
  }

  .flex-bubble-spur {
    font-size: 15px;
  }

  .brand-message-block.last {
    flex: 0 auto;
    display: flex;
  }

  .spur-avatar {
    background-image: url('../images/spur-avatar.png');
  }

  .heading-5 {
    max-width: 90%;
    margin-top: 64px;
    margin-right: 44px;
  }

  .user-message-block {
    display: flex;
  }

  .flex-bubble-black {
    font-size: 15px;
  }

  .div-block-45 {
    width: 100%;
    margin-bottom: 32px;
    padding-left: 64px;
    padding-right: 64px;
  }

  .brand-chat {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    margin-top: 160px;
    margin-left: 156px;
    display: flex;
    position: static;
    overflow: visible;
  }

  .brand-chat.center {
    flex: 0 auto;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .activities {
    background-position: -91px 254px;
    background-size: cover;
    height: auto;
    min-height: auto;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .iphone-activity {
    background-position: 20px 0;
    background-size: cover;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: 100vh;
    margin-top: 32px;
  }

  .header-1 {
    font-size: 54px;
  }

  .iphone-pal {
    background-image: url('../images/iphone3x_1.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
    height: 600px;
  }

  .top-wrap {
    flex: 0 auto;
    padding-top: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .top-wrap.nof {
    flex: 0 auto;
    width: 100%;
    padding-top: 90px;
    padding-bottom: 0;
    display: flex;
  }

  .top-wrap.sandbox {
    flex-direction: column;
    align-items: center;
  }

  .more {
    font-size: 48px;
  }

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

  .flex-wrap {
    align-items: center;
  }

  .ai-messages {
    margin-top: 0;
  }

  .message-block {
    justify-content: center;
    margin-bottom: 32px;
  }

  .row2 {
    flex-direction: column;
    margin-top: 16px;
  }

  .pal-desk {
    background-position: 50% 0;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 44px;
  }

  .pal-privacy {
    background-position: 50% 0;
    background-size: 58%;
  }

  .learnmore {
    display: none;
  }

  .learnmore.bar {
    z-index: 5555;
    float: none;
    text-align: center;
    max-width: 100%;
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .learnmore.dark {
    float: right;
  }

  .list-item-4.jr {
    text-align: left;
  }

  .column-6 {
    border-bottom: 1px solid #0314220d;
  }

  .column-7 {
    border-bottom: 1px solid #0314220d;
    padding-top: 8px;
  }

  .column-8 {
    padding-left: 0;
  }

  .column-9 {
    margin-bottom: 16px;
  }

  .footer {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .column-10 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    flex-direction: column;
    height: 100%;
    min-height: 680px;
    padding: 44px 32px;
    display: flex;
  }

  .column-11 {
    flex-direction: column;
    height: 100%;
    min-height: 900px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .linkfill {
    width: auto;
  }

  .tile.cities {
    flex: 0 auto;
    height: 100%;
    min-height: 450px;
    max-height: 450px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .tile.convoui {
    flex: 0 auto;
    justify-content: flex-start;
    height: 100%;
    min-height: 450px;
    max-height: 450px;
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .column-12 {
    display: none;
  }

  .column-13 {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 0;
    display: block;
  }

  .link-block-4 {
    height: 54px;
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .aboutus {
    background-color: #031422;
  }

  .link-block-5 {
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .about {
    flex-direction: column-reverse;
  }

  .sociallink, .sociallink.twitter {
    background-color: #031422;
  }

  .cta {
    padding-bottom: 64px;
    padding-left: 32px;
    padding-right: 32px;
  }

  ._64px {
    max-width: 240px;
    font-size: 44px;
    line-height: 61.6px;
  }

  .iphone {
    background-image: url('../images/iphone3x_1.png');
    background-size: contain;
    justify-content: center;
    width: 100%;
    max-width: 37%;
    height: 100%;
    margin-bottom: 32px;
    padding-bottom: 32px;
  }

  .rainbow.ft {
    inset: auto 0 0;
  }

  .darklogo {
    background-image: url('../images/logo.svg');
    background-position: 0;
    background-repeat: no-repeat;
    background-size: auto 32px;
    flex: 1;
  }

  .section-live {
    background-image: linear-gradient(175deg, #0314224d 18%, #03142200), url('../images/LIFE.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-direction: column-reverse;
    padding-top: 44px;
  }

  .section-work {
    background-image: linear-gradient(157deg, #03142200, #03142200), url('../images/work.jpg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    padding-top: 44px;
  }

  .section-play {
    background-image: linear-gradient(163deg, #0314224d, #03142200 57%), url('../images/play-bg-compress.jpg'), linear-gradient(#0000, #0000);
    background-position: 0 0, 100%, 0 0;
    flex-direction: row;
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .section-learn {
    background-image: linear-gradient(156deg, #03142280, #03142200 57%), url('../images/learning-40-compress.jpg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-direction: column-reverse;
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .div-block-53 {
    z-index: 90000;
    flex: 0 auto;
    width: 100vw;
    max-height: 240px;
    position: relative;
  }

  .urban-tile.fr {
    float: left;
  }

  .div-block-59 {
    align-self: flex-start;
    max-width: 330px;
  }

  .superlargeheading {
    top: -41px;
    left: 32px;
    right: 32px;
  }

  .superlargeheading.fr {
    font-size: 24px;
    line-height: 32px;
    display: none;
  }

  .platform-peek {
    flex: 1;
  }

  .row-6 {
    flex: 0 auto;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    padding: 44px 24px;
  }

  ._18px {
    flex: 0 auto;
    width: 100%;
  }

  .more-nobg {
    justify-content: center;
    width: 54px;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .grey-square {
    width: 50vw;
  }

  .shapewrap {
    width: 70vw;
    height: 60vh;
    display: none;
    bottom: -3%;
    right: 0;
  }

  .blue-circle {
    z-index: 99999;
    width: 320px;
    min-width: 320px;
    max-width: 320px;
    min-height: 320px;
    max-height: 320px;
  }

  .city-wrapper {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100vh;
    padding-left: 24px;
    padding-right: 24px;
  }

  .managebottom {
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 24px;
  }

  .imageshopping {
    background-position: -82% 0;
    background-size: 100%;
    width: 100%;
    max-width: 380px;
    height: 100%;
    min-height: 200px;
    max-height: 280px;
    left: -50px;
    right: 17px;
  }

  .terms-wrapper {
    width: 100%;
    max-width: 740px;
    padding-left: 44px;
    padding-right: 44px;
  }

  .list-item-5 {
    font-size: 17px;
  }

  .largebtn {
    justify-content: center;
    width: 100%;
    margin-top: 0;
    padding-left: 24px;
    padding-right: 24px;
    overflow: visible;
  }

  .smallbtn {
    justify-content: center;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    padding-left: 24px;
    padding-right: 24px;
    overflow: visible;
  }

  .conversation {
    background-size: auto 70vh;
    align-items: center;
  }

  .simplyspeak-desc {
    justify-content: center;
    align-items: flex-start;
    min-height: 100%;
    display: flex;
  }

  .speakbounds {
    margin-bottom: 0;
    margin-right: 0;
  }

  .developdeeper {
    padding-top: 44px;
  }

  .abstractshape {
    flex: 0 auto;
    max-width: 460px;
    height: 200px;
    margin-right: 0;
    padding-left: 16px;
  }

  .convoaudiences {
    flex: 0 auto;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    padding: 44px 24px 44px 0;
  }

  .normalbtn {
    justify-content: center;
    width: 100%;
    margin-top: 16px;
    padding-left: 24px;
    padding-right: 24px;
    overflow: visible;
  }

  .normalbtn.dark.long {
    max-width: 700px;
    margin-top: 0;
    margin-left: 24px;
    margin-right: 24px;
  }

  .row-8 {
    min-height: 400px;
    margin-top: 0;
  }

  .column-24 {
    min-height: 100%;
    padding-right: 0;
  }

  .iphonebrandchat {
    background-image: url('../images/iphoneSteadbrook-3.png'), url('../images/Group-12.svg');
    background-position: 50%, 50%;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, 94%;
    flex: 0 auto;
    height: 600px;
    margin-top: 0;
    margin-bottom: 8px;
    position: relative;
  }

  .brandpoints {
    background-image: none;
  }

  .forstores {
    background-color: #f6f7f7;
    background-image: linear-gradient(to top, #f6f7f7 49%, #f6f7f7b3 63%, #fff0 76%), url('../images/Artboard-12x.jpg');
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, 170%;
    padding-top: 44px;
  }

  .storeshot {
    background-image: none;
    align-items: center;
    display: none;
  }

  .forstoresdesc {
    justify-content: center;
    align-items: stretch;
    padding-top: 0;
    display: flex;
  }

  .section-developersandbox {
    padding-top: 64px;
  }

  .greybox {
    width: 100%;
    min-height: 220px;
    max-height: 220px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: visible;
  }

  .div-block-61 {
    background-position: 0;
    flex: 0 auto;
    height: 240px;
    margin-top: 0;
  }

  .block-sandbox {
    flex: 1;
    align-self: flex-start;
    margin-top: 48px;
  }

  .section-engage {
    min-height: 400px;
    padding-top: 64px;
    padding-bottom: 44px;
  }

  .column-27 {
    position: static;
  }

  .brandvitamin-wrapper {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    min-height: 400px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .engagementmodel {
    flex-direction: column;
  }

  .lightlogo {
    background-image: url('../images/logo.svg');
    background-position: 0;
    background-repeat: no-repeat;
    background-size: auto 32px;
    flex: 1;
  }

  .lightlogo.w--current {
    min-height: 32px;
    margin-right: 0;
    padding-right: 0;
  }

  .offertitle {
    max-width: 90%;
    margin-top: 10px;
    margin-right: 44px;
  }

  .text-field-2 {
    width: 310px;
  }

  .div-block-62 {
    padding-left: 20px;
  }

  .div-block-63 {
    width: 130px;
    height: 65px;
    padding-left: 15px;
  }

  .text-block-4 {
    font-size: 14px;
  }

  .text-block-5 {
    font-size: 20px;
    line-height: 20px;
  }

  .image-10 {
    width: 40px;
    bottom: -24px;
    right: -28px;
  }

  .heading-10 {
    font-size: 40px;
  }

  .div-block-64 {
    max-width: 355px;
  }

  .paragraph-3 {
    font-size: 22px;
    line-height: 34px;
  }

  .div-block-65 {
    margin-top: 0;
    padding-top: 345px;
    padding-left: 20px;
  }

  .div-block-66 {
    margin-top: 170px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .metro-bus {
    width: 130px;
    height: 65px;
    margin-right: 0;
    padding-left: 15px;
  }

  .body-9 {
    margin-right: 0;
  }

  .bubble-last, .bubble-header, .bubble-2 {
    float: none;
    display: block;
  }

  .div-block-77 {
    float: left;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 71%;
    margin-top: 8%;
    margin-left: 0;
    margin-right: 0%;
    display: none;
  }

  .heading-13 {
    color: #fff;
    text-align: left;
    letter-spacing: -1.1px;
    column-count: 1;
    max-width: 450px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 48px;
  }

  .div-block-74 {
    width: 100%;
    max-width: 100%;
  }

  .text-block-9 {
    bottom: 71px;
    left: 22px;
  }

  .image-16 {
    bottom: 125px;
    left: 322px;
  }

  .paragraph-8 {
    max-width: 473px;
  }

  .pal-mob {
    background-position: 50% 100%;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 44px;
  }

  .pal-privacy-mob {
    background-position: 50% 87%;
    background-size: 58%;
  }

  .top-wrap-last {
    flex: 0 auto;
    padding-top: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .top-wrap-last.nof {
    flex: 0 auto;
    width: 100%;
    padding-top: 210px;
    padding-bottom: 0;
    display: flex;
  }

  .html-embed {
    display: none;
  }

  .bubbleanimate {
    background-image: url('../images/bubble.gif'), linear-gradient(#10100f, #10100f);
    background-position: 82% 58%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 700px, auto;
    background-attachment: scroll, scroll;
    flex: 1;
    width: 332%;
    max-width: 505px;
    max-height: 59%;
    padding-bottom: 32px;
    top: 151px;
  }

  .image-17 {
    position: absolute;
    bottom: 124px;
    left: 308px;
  }

  .header {
    width: 100%;
    max-width: 100%;
  }

  .heading-16 {
    font-style: normal;
    text-decoration: none;
  }

  .wrap-home {
    z-index: 2;
    max-height: auto;
    flex-direction: column;
    justify-content: center;
    margin-top: 0%;
    padding-top: 0%;
  }

  .div-block-8 {
    max-height: auto;
    flex: 1;
  }

  .heading-big {
    letter-spacing: -1px;
    flex-direction: column;
    width: 100%;
    height: auto;
    font-size: 36px;
    line-height: 44px;
    display: block;
  }

  .column-28 {
    margin-bottom: 0;
    position: relative;
  }

  .heading-4 {
    font-size: 30px;
    line-height: 30px;
  }

  .heading-4._24b {
    margin-bottom: 8px;
    font-size: 32px;
    line-height: 38px;
  }

  .column-29 {
    margin-top: 0;
    padding-left: 0;
  }

  .paragraph-9 {
    margin-top: 16px;
  }

  .short-tile {
    min-height: none;
  }

  .link-block-19 {
    max-height: none;
  }

  .cowokring-block {
    display: block;
  }

  .app-card {
    max-width: 100%;
  }

  .fl-sec {
    height: 140vh;
    padding-right: 0;
  }

  .coworking-chat-copy {
    flex: 1;
    max-width: 550px;
    margin-top: 0%;
    margin-left: 3%;
    margin-right: 3%;
    padding-bottom: 32px;
    padding-right: 3%;
  }

  .more-info {
    margin-top: 24px;
  }

  .pal-image {
    background-position: 0 0;
    height: 80vh;
    padding-right: 0;
  }

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

  .coworking-chat {
    flex: 1;
    max-width: 340px;
    margin-left: 6%;
    margin-right: 3%;
    padding-bottom: 32px;
  }

  .retail {
    height: 80vh;
  }

  .image-184 {
    max-height: 400px;
  }

  .how-it-work {
    padding-top: 80px;
  }

  .how-it-twerks {
    margin-top: 0;
    padding-left: 0;
  }

  .section-4-edit {
    float: none;
  }

  .bot_left {
    float: none;
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 40vh;
    min-height: 0;
    display: block;
  }

  .yev-right {
    float: left;
    clear: none;
    width: 100%;
    height: 100%;
    padding-bottom: 40px;
    display: block;
  }

  .div-blockboit {
    float: none;
    flex: 1;
    width: 100%;
  }

  .how-it-works-features {
    padding-top: 0;
  }

  .moment-manager {
    margin-bottom: 0;
    padding-right: 0%;
    position: relative;
  }

  .div-block-265 {
    justify-content: center;
    width: 100%;
    margin-bottom: 40px;
    display: flex;
  }

  .image-192 {
    max-height: 500px;
  }

  .mock {
    margin-bottom: 0;
    position: relative;
  }

  .section-79-copy-copy {
    background-color: #2d2f32;
    height: auto;
    padding-bottom: 5%;
  }

  .subheader-copy {
    width: 80%;
  }

  .heading-numbers {
    max-width: 75px;
    font-size: 30px;
    line-height: 30px;
  }

  .link-2 {
    text-align: center;
    flex: 0 auto;
    margin-right: 32px;
    font-size: 14px;
  }

  .section-79 {
    height: auto;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .section-79.blue {
    padding-right: 0;
  }

  .footer-copy-map {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .bio-button {
    color: #2d2f32;
    border: 2px solid #fff3;
    font-family: F37jan, sans-serif;
    font-size: 16px;
    text-decoration: none;
    display: block;
  }

  .bio-button.button-fill {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .bio-button.button-fill.white {
    margin-bottom: 16px;
  }

  .twitter {
    flex: none;
    height: 24px;
    margin-bottom: 0;
    padding-bottom: 0;
    position: static;
  }

  .footer-2 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .div-block {
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 32px;
  }

  .facebook {
    display: block;
  }

  .footer-links {
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-right: 8px;
  }

  .link-4 {
    flex: 0 auto;
    margin-right: 32px;
    font-size: 14px;
  }

  .column-130 {
    flex-direction: row;
    display: flex;
  }

  .row-45 {
    display: block;
  }

  .city-link {
    flex: none;
    align-items: center;
    width: 60%;
    max-width: 80%;
    margin: 0 0 0%;
    padding-top: 24px;
    padding-bottom: 0%;
    display: block;
    position: static;
    top: 0;
    left: 0;
  }

  .city-link.w--current {
    max-width: 150px;
  }

  .city-link.footer {
    flex: 0 auto;
  }

  .cowokring-section {
    background-position: 54%;
    height: 90vh;
  }

  .wrap-integrated {
    z-index: 2;
    max-height: auto;
    flex-direction: column;
    justify-content: center;
    margin-top: 0%;
    padding-top: 0%;
  }

  .center-wrap {
    flex: 0 auto;
    padding-top: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .center-wrap.nof {
    flex: 0 auto;
    width: 100%;
    padding-top: 90px;
    padding-bottom: 0;
    display: flex;
  }

  .center-wrap.sandbox {
    flex-direction: column;
    align-items: center;
  }

  .background-video-2 {
    height: 300px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    background-color: #697d8e;
    background-image: url('../images/newHero3x.png'), linear-gradient(#fff, #fff);
    background-position: 100% 100%, 0 0;
    background-size: auto 50%, auto;
    justify-content: flex-start;
    align-items: stretch;
    height: 80vh;
    padding-top: 0;
    padding-bottom: 90px;
    position: relative;
  }

  .hero.pal2 {
    background-image: radial-gradient(circle closest-corner at 76% 33%, #f6f8f9 53%, #fff0 91%);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    height: 100vh;
  }

  .hero.cities {
    background-image: linear-gradient(50deg, #03142200 3%, #0314224d 25%, #21303c5c 64%, #ffffff03), url('../images/live-hero.jpg'), linear-gradient(#0000, #0000);
    background-position: 0 0, -470px -3px, 0 0;
    background-size: auto, 1400px, auto;
    height: 120vh;
    min-height: 100vh;
  }

  .hero.convoui {
    background-image: url('../images/radial.svg'), linear-gradient(#f6f7f7, #f6f7f7);
    background-position: 100% 100%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 90%, auto;
    background-attachment: scroll, scroll;
    height: auto;
    min-height: 90vh;
  }

  .navigation {
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .heading {
    color: #fff;
    text-align: left;
    letter-spacing: -1.3px;
    text-indent: 0;
    column-count: 1;
    max-width: 264px;
    margin-top: 100px;
    margin-bottom: 0;
    font-size: 32px;
    font-weight: 300;
    line-height: 40px;
    display: block;
    position: relative;
  }

  .heading.dark-text {
    letter-spacing: -2px;
    width: 100%;
    max-width: 320px;
    font-size: 40px;
    line-height: 52px;
    top: 10px;
    overflow: visible;
  }

  .heading.dark-text.simple {
    text-align: center;
    letter-spacing: -.02em;
    margin-top: 164px;
    margin-left: 32px;
    margin-right: 32px;
    font-size: 44px;
    line-height: 53px;
  }

  .heading.cities {
    letter-spacing: -1px;
    align-self: flex-start;
    max-width: 320px;
    margin-top: 100px;
    margin-left: 0;
    font-size: 32px;
    line-height: 44.8px;
    position: relative;
  }

  .products {
    flex-flow: column;
    place-content: center space-between;
    height: 150vh;
    max-height: 300vh;
    overflow: visible;
  }

  .body {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .tall-tile {
    flex: 1;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 2px;
  }

  .small-tile.sd {
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    max-height: 100%;
    margin-bottom: 2px;
    padding-bottom: 24px;
    position: relative;
  }

  .small-tile.cui {
    opacity: 1;
    flex: 0 auto;
    justify-content: space-between;
    width: 100%;
    height: 200vh;
    margin-bottom: 2px;
    position: static;
  }

  .small-tile.newsroom {
    flex: 1;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    margin-bottom: 32px;
    display: none;
  }

  .label.dark {
    font-size: 14px;
  }

  .label.light {
    flex: 1;
    font-size: 15px;
    line-height: 23px;
  }

  .label.dark {
    align-items: center;
    font-size: 15px;
    line-height: 23px;
    display: flex;
  }

  .bubble.alt {
    flex: 0 auto;
    justify-content: center;
    display: block;
  }

  .bottom {
    flex-direction: column;
    flex: 1;
    width: 100%;
    max-height: 100%;
    display: block;
  }

  .stacked-tiles {
    flex-flow: column;
    flex: 1;
    place-content: flex-start space-between;
    align-items: center;
    max-height: 100%;
    position: static;
  }

  .top {
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    height: 100%;
    max-height: 100%;
    display: block;
  }

  .heading-2 {
    text-align: left;
    flex: 0 auto;
  }

  .heading-2.dark {
    text-align: left;
    flex: 0 auto;
    margin-left: 0;
    display: block;
  }

  .div-block-5 {
    justify-content: center;
  }

  .section {
    display: none;
  }

  .div-block-6 {
    margin-bottom: 16px;
  }

  .flex-bubble {
    z-index: 44;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 15px;
    margin-left: 32px;
    margin-right: 32px;
    display: block;
    position: absolute;
    top: auto;
    bottom: 231px;
    right: -13px;
  }

  .flex-bubble.ios {
    float: none;
    border-bottom-right-radius: 15px;
    max-width: 274px;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
  }

  .products-wrap {
    max-width: 100%;
  }

  .div-block-10 {
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: flex-start;
    max-width: 360px;
    height: 100%;
    min-height: 140px;
    max-height: 500px;
    margin-top: 0;
    margin-bottom: 0%;
    display: flex;
  }

  .logo {
    margin-bottom: 16px;
    display: block;
  }

  .logo.dark-logo {
    margin-left: 0;
  }

  .dark-logo {
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .dark-logo.dark {
    height: 24px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .h2 {
    text-align: left;
    letter-spacing: -.8px;
    flex: 0 auto;
    max-width: 90%;
    max-height: 100%;
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 44px;
    line-height: 60px;
    display: inline-block;
    position: static;
  }

  .slider-bubble {
    text-align: center;
    width: 100%;
    height: 60%;
    overflow: visible;
  }

  .slider-wrap {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    display: flex;
  }

  .h4 {
    text-align: left;
    flex: 0 auto;
    max-width: 100%;
    margin-bottom: 8px;
  }

  .h4.darkish {
    text-align: left;
    max-width: 100%;
  }

  .h4._16b {
    text-align: left;
    letter-spacing: -1.6px;
    column-count: 1;
    max-width: 100%;
  }

  .h3-32 {
    flex: 0 auto;
    font-weight: 300;
  }

  .column-4 {
    height: 50vh;
  }

  .column-5 {
    background-image: url('../images/cityMoveLatest-2.png');
    background-position: 50%;
    background-size: cover;
    height: 50vh;
  }

  .h35, .h35.fr {
    font-size: 32px;
    line-height: 38.4px;
  }

  .yanf {
    float: right;
    flex: 0 auto;
    width: 120px;
    min-width: 120px;
    height: 120px;
    min-height: 120px;
    display: block;
  }

  .text-span {
    letter-spacing: -.04em;
  }

  .text-span-2 {
    letter-spacing: -.05em;
  }

  .flex-bubble-alt {
    z-index: 44;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 15px;
    margin-left: 32px;
    margin-right: 32px;
    display: block;
    position: absolute;
    top: auto;
    bottom: 231px;
    right: -13px;
  }

  .flex-bubble-alt.ios.slider {
    float: none;
    border-bottom-left-radius: 0;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
  }

  .wrap-1 {
    flex-wrap: nowrap;
    flex: 0 auto;
    height: auto;
    min-height: auto;
    padding-left: 24px;
    padding-right: 24px;
    display: block;
    position: relative;
  }

  .lp.down {
    flex: 0 auto;
    margin-top: 0;
    margin-bottom: 16px;
    display: inline-block;
  }

  .lp.down.light {
    margin-bottom: 24px;
  }

  .lp.down.bot {
    text-align: left;
  }

  .lp.down.bot.home {
    margin-bottom: 0;
    line-height: 28px;
  }

  .lp.down.bot.home.light {
    margin-bottom: 64px;
  }

  .lp.down.bot.home.light.p2 {
    flex: 0 auto;
    margin-bottom: 0;
  }

  .lp.down.bot.home.dark {
    margin-bottom: 64px;
  }

  .lp.down.bot.home.dark.p2 {
    flex: 0 auto;
    max-width: 540px;
    max-height: 100%;
    padding-right: 0;
  }

  .lp.desc {
    flex: 0 auto;
    margin-top: 0;
    margin-bottom: 16px;
    display: inline-block;
  }

  .lp.desc.bot {
    text-align: left;
  }

  .lp.desc.bot.home.light {
    color: #031422b3;
    margin-bottom: 32px;
    font-size: 20px;
    line-height: 28px;
  }

  .lp.desc.bot.home.light.opaque {
    flex: 0 auto;
    max-width: 620px;
    max-height: 100%;
    font-size: 20px;
    line-height: 26px;
    position: relative;
    top: 19px;
  }

  .lp.terms {
    line-height: 24px;
  }

  .div-block-31 {
    background-position: 17px 89%;
    background-attachment: scroll;
    height: 100%;
  }

  .yourlife {
    height: 110vh;
    min-height: 100vh;
  }

  .pal-cta {
    align-items: center;
    height: 532px;
    padding-top: 10px;
    display: flex;
  }

  .form {
    flex-direction: row;
    flex: 1;
    align-items: center;
    position: relative;
  }

  .text-field {
    text-align: left;
    border-radius: 8px;
    flex: 0 auto;
    min-width: 100px;
    height: 54px;
    font-size: 16px;
  }

  .submit-button {
    color: #031422;
    text-align: center;
    border-style: none;
    border-color: #4699f0 #000 #000;
    border-top-width: 1px;
    border-radius: 0;
    flex: 0 auto;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin-top: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
  }

  .form-block {
    flex-direction: row;
    width: 100%;
    height: 100%;
    max-height: 72px;
    margin-top: 30px;
    display: block;
  }

  .brand-message-block.last {
    display: none;
  }

  .offer-card {
    flex: 0 auto;
    width: auto;
    max-width: 250px;
    max-height: 300px;
  }

  .heading-5 {
    flex: 0 auto;
    max-width: 100%;
  }

  .h7.down {
    margin-bottom: 8px;
  }

  .user-message-block {
    display: none;
  }

  .ic-64x64.work {
    padding-top: 64px;
  }

  .ic-64x64.spur {
    flex: 1;
    padding-top: 64px;
  }

  .ic-64x64.family {
    align-items: center;
    padding-top: 64px;
  }

  .div-block-45 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .brand-chat {
    max-width: 100%;
    height: 105%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 24px;
    padding-right: 24px;
    overflow: visible;
  }

  .brand-chat.center {
    flex: 0 auto;
    height: auto;
  }

  .activities {
    background-position: -90px 287px;
    flex-flow: column;
    align-content: center;
    align-items: flex-start;
    height: 100%;
    padding-top: 64px;
    padding-bottom: 0;
  }

  .iphone-activity {
    background-position: 10px 0;
    background-size: 500px;
    width: 100%;
    min-width: 100%;
    min-height: 500px;
    margin-top: 24px;
  }

  .pal-hero {
    height: auto;
  }

  .header-1 {
    letter-spacing: -1.6px;
    width: 80%;
    font-size: 48px;
    line-height: 58px;
    position: relative;
    top: -38px;
  }

  .iphone-pal {
    background-position: 50% 0;
    background-repeat: no-repeat;
    height: 500px;
    margin-top: 1px;
  }

  .top-wrap {
    flex: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
    overflow: hidden;
  }

  .top-wrap.cta {
    justify-content: center;
    padding: 44px 24px;
  }

  .top-wrap.nof {
    flex: 0 auto;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    padding-top: 100px;
    padding-bottom: 64px;
  }

  .pal-ai {
    height: 100%;
  }

  .more {
    text-align: center;
    letter-spacing: -1.8px;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 44px;
    line-height: 58px;
  }

  .more.bot {
    text-align: left;
    max-width: 100%;
    margin-left: 0;
    font-size: 48px;
  }

  .more.center, .more.activity-short {
    max-width: 100%;
    font-size: 48px;
  }

  .flex-wrap {
    flex-direction: column-reverse;
  }

  .message-block {
    flex: 0 auto;
    justify-content: center;
  }

  .pal-desk {
    background-position: -219px 6px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .pal-privacy {
    background-position: 50% 0;
    background-size: 87%;
    align-items: center;
    min-height: auto;
    margin-top: 64px;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .cheekyline {
    width: 30%;
  }

  .link-block-2 {
    display: none;
  }

  .learnmore {
    font-size: 16px;
  }

  .learnmore.bar {
    color: #fff;
    background-color: #031422e6;
    margin-bottom: 8px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .learnmore.bar:hover {
    color: #fff;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    transform: none;
  }

  .column-6 {
    border-bottom: 1px solid #0314220d;
    padding-left: 0;
  }

  .column-7 {
    border-bottom: 1px solid #0314220d;
    padding-top: 8px;
  }

  .column-9 {
    margin-bottom: 16px;
  }

  .footer {
    margin-left: 20px;
  }

  .column-10 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    flex-direction: column;
    height: 100vh;
    padding: 44px 24px;
    display: flex;
  }

  .column-11 {
    height: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .linkfill {
    object-fit: fill;
    height: auto;
    overflow: visible;
  }

  .tile.cities {
    background-image: none;
    flex-flow: column;
    justify-content: space-around;
    align-items: stretch;
    height: 100%;
    min-height: 530px;
    max-height: 700px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .tile.convoui {
    justify-content: flex-start;
    height: 100%;
    min-height: 530px;
    max-height: 700px;
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .column-13 {
    border-bottom: 1px #0314220d;
    padding-top: 8px;
    padding-left: 0;
    display: block;
  }

  .link-block-4 {
    z-index: 5555;
  }

  .h4-1 {
    flex: 0 auto;
  }

  .aboutus {
    background-color: #fff;
    background-image: none;
    height: 100%;
    padding: 44px 24px;
  }

  .about {
    justify-content: flex-end;
  }

  .sociallink, .sociallink.twitter {
    background-color: #031422e6;
  }

  .cityillo {
    background-size: auto;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 360px;
    height: 400px;
    max-height: 100%;
    margin-top: 0;
    display: block;
    overflow: hidden;
  }

  .cta {
    justify-content: flex-start;
    height: auto;
    min-height: 50vh;
    padding-top: 64px;
    padding-left: 24px;
    padding-right: 24px;
  }

  ._64px {
    text-align: right;
    letter-spacing: -.8px;
    flex: 1;
    max-width: 240px;
    max-height: 100%;
    margin-top: 0;
    margin-bottom: 44px;
    font-size: 44px;
    line-height: 60px;
    display: inline-block;
    position: static;
  }

  .iphone {
    background-image: url('../images/iphone3x_1.png');
    background-size: contain;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 360px;
    height: 50%;
    max-height: 100%;
    margin-top: 32px;
    padding-bottom: 0;
    display: block;
    overflow: hidden;
  }

  .citycontrol {
    display: none;
  }

  .section-live {
    flex-direction: column-reverse;
    padding-top: 0;
    padding-bottom: 44px;
  }

  .section-work {
    background-image: url('../images/work-bg-mobile2x.jpg'), linear-gradient(#000, #fff);
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: cover, auto;
    background-attachment: scroll, scroll;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-play, .section-learn {
    padding-top: 0;
  }

  .div-block-53 {
    justify-content: center;
    height: auto;
    max-height: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .urban-tile.fr {
    width: 49.6vw;
    max-width: 50%;
    height: 50vh;
  }

  .div-block-59 {
    max-width: 100%;
    max-height: 100%;
  }

  .superlargeheading {
    inset: 7px auto auto 14px;
  }

  .row-6 {
    flex: 0 auto;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  ._18px {
    flex: 0 auto;
    margin-bottom: 0;
    line-height: 22px;
  }

  .cheeky-line {
    margin-top: 8px;
  }

  .more-nobg {
    justify-content: flex-start;
  }

  .grey-square {
    width: 100%;
    display: block;
    position: static;
  }

  .shapewrap {
    flex-direction: column;
    align-self: center;
    width: 60vw;
    height: 40vh;
    display: none;
    position: static;
    bottom: 15%;
    right: 0;
  }

  .blue-circle {
    min-width: 300px;
    max-width: 300px;
    min-height: 300px;
    max-height: 300px;
  }

  .city-wrapper {
    flex-direction: row;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
  }

  .managewrap {
    padding-top: 64px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .manageright {
    height: 100%;
    min-height: 70vh;
  }

  .managetop {
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    min-height: 50vh;
  }

  .managebottom {
    padding-left: 24px;
    display: none;
  }

  .imageshopping {
    width: 100%;
    max-width: 440px;
    height: 100%;
    max-height: 364px;
    top: 220px;
    bottom: 0;
    left: -86px;
  }

  .terms-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .largebtn {
    flex: 1;
    min-height: 84px;
    padding-top: 24px;
    padding-bottom: 24px;
    display: flex;
  }

  .smallbtn {
    flex: 0 auto;
    max-width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
    display: none;
  }

  .simplyspeak {
    max-height: auto;
    flex-direction: column-reverse;
    height: 100%;
    display: flex;
  }

  .conversation {
    background-size: auto 70vh;
    height: 100%;
    min-height: 70vh;
    padding-top: 25px;
  }

  .simplyspeak-desc {
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-top: 44px;
    padding-bottom: 44px;
    display: flex;
    position: static;
  }

  .speakbounds {
    max-height: auto;
    align-items: center;
    min-height: 344px;
    margin-bottom: 16px;
  }

  .giantbubble {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 0;
    flex: 0 auto;
    max-width: 240px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    line-height: 24px;
  }

  .giantbubble.fr {
    display: block;
  }

  .developdeeper {
    padding-bottom: 44px;
  }

  .abstractshape {
    z-index: 444;
    float: right;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    min-width: 290px;
    max-width: 316px;
    height: 100%;
    min-height: 140px;
    margin-top: 0;
    margin-bottom: 32px;
    padding-left: 16px;
    display: flex;
    position: static;
    bottom: 0;
    left: 0;
  }

  .convoaudiences {
    flex: 0 auto;
    padding-top: 24px;
    padding-bottom: 44px;
  }

  .normalbtn {
    flex: 1;
    min-height: 84px;
    padding-top: 24px;
    padding-bottom: 24px;
    display: flex;
  }

  .normalbtn.dark.long {
    max-width: 100%;
    max-height: 74px;
    margin-top: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 24px;
  }

  .row-8 {
    min-height: 100px;
  }

  .iphonebrandchat {
    background-image: url('../images/iphoneSteadbrook-3.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
    height: 500px;
  }

  .brandpoints {
    background-image: url('../images/loyalt.svg');
    background-position: 26% 24%;
    background-repeat: no-repeat;
    background-size: 92%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .forstores {
    max-height: auto;
    background-image: linear-gradient(to top, #f6f7f7 72%, #f6f7f7b3 79%, #fff0 88%), url('../images/Artboard-12x.jpg');
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, 170%;
    flex-direction: column;
    height: 100%;
    min-height: 100vh;
    padding-top: 256px;
    padding-bottom: 44px;
    display: block;
  }

  .storeshot {
    background-size: auto 70vh;
  }

  .forstoresdesc {
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    max-height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    position: static;
  }

  .section-developersandbox {
    min-height: 300px;
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .greybox {
    min-height: 100px;
    max-height: 160px;
  }

  .div-block-61 {
    width: 332px;
    min-width: 200px;
    height: 200px;
  }

  .block-sandbox {
    margin-top: 24px;
  }

  .section-engage {
    padding-top: 44px;
  }

  .brandvitamin-wrapper {
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    min-height: 100%;
  }

  .engagementmodel {
    justify-content: flex-end;
  }

  .forwardcircle {
    bottom: 32px;
    right: 32px;
  }

  .speakmask {
    height: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .offertitle {
    flex: 0 auto;
    max-width: 100%;
    margin-top: 0;
  }

  .text-field-2 {
    width: 205px;
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-63 {
    float: left;
    clear: none;
    text-align: left;
    margin-bottom: 0;
  }

  .heading-10 {
    font-size: 30px;
  }

  .div-block-64 {
    max-width: 202px;
  }

  .paragraph-3 {
    font-size: 18px;
  }

  .div-block-65 {
    padding-top: 230px;
  }

  .div-block-66 {
    margin-top: 80px;
  }

  .metro-bus {
    float: right;
    margin-top: 100px;
  }

  .body-9 {
    margin-right: 0;
  }

  .paragraph-5 {
    color: #fffc;
    letter-spacing: -.3px;
    margin-top: 4px;
    font-size: 21px;
    font-weight: 300;
    line-height: 25.2px;
  }

  .bubble-header.alt {
    flex: 0 auto;
    justify-content: center;
    margin-left: 55px;
    display: block;
  }

  .label-header.light {
    flex: 1;
    font-size: 14px;
    line-height: 24px;
  }

  .div-block-77 {
    float: left;
    max-width: 100%;
    margin-top: 15%;
    margin-left: 0;
    display: none;
  }

  .heading-13 {
    color: #fff;
    text-align: left;
    letter-spacing: -1.6px;
    text-indent: 0;
    column-count: 1;
    max-width: 100%;
    margin-top: 72px;
    margin-bottom: 0;
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
    display: block;
    position: relative;
  }

  .text-block-9 {
    width: 276px;
    height: 100px;
    margin-left: 17px;
    padding: 19px 16px 16px 19px;
    font-size: 15px;
    line-height: 20px;
    text-decoration: none;
    position: static;
    bottom: 132px;
    left: 6px;
  }

  .image-16 {
    bottom: 37px;
    left: 251px;
  }

  .div-block-75 {
    margin-top: 0;
    position: static;
    bottom: -14px;
    left: 25px;
  }

  .heading-15 {
    float: none;
    margin-top: 20px;
  }

  .paragraph-8 {
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-78 {
    z-index: 1;
    position: absolute;
    bottom: -49px;
    left: 0;
  }

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

  .pal-mob {
    background-position: 50% 299%;
    height: 100%;
    min-height: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .pal-privacy-mob {
    background-position: 50% 89%;
    background-size: 74%;
    align-items: center;
    min-height: auto;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 197px;
  }

  .top-wrap-last {
    flex: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
    overflow: hidden;
  }

  .top-wrap-last.nof {
    flex: 0 auto;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    padding-top: 233px;
    padding-bottom: 64px;
  }

  .bubbleanimate {
    z-index: 99;
    background-image: url('../images/bubble.gif'), linear-gradient(#0000, #0000);
    background-position: 88% 67%, 0 0;
    background-size: 400px, auto;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: flex-start;
    width: 319%;
    max-width: 307px;
    height: 100%;
    min-height: 140px;
    max-height: 238px;
    margin-top: 0;
    margin-bottom: 0%;
    display: flex;
    top: 195px;
  }

  .image-17 {
    position: absolute;
    bottom: 36px;
    left: 246px;
  }

  .header-text {
    margin-top: 64px;
    margin-left: 20px;
  }

  .heading-16.midnight {
    font-size: 30px;
    line-height: 40px;
  }

  .bigbluecta {
    min-width: 280px;
    max-width: 300px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 16px;
  }

  .wrap-home {
    z-index: 2;
    flex-direction: column;
    justify-content: center;
    max-height: 100%;
    margin-top: 0%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-8 {
    flex-direction: column;
    flex: 1;
    justify-content: center;
    max-height: 500px;
  }

  .heading-big {
    z-index: 4;
    letter-spacing: -.8px;
    width: 100%;
    font-size: 36px;
    line-height: 44px;
    position: relative;
  }

  .hero-bot {
    background-position: 0 0, 61% 13%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: flex;
    overflow: hidden;
  }

  .section-intro-assist {
    display: block;
    overflow: hidden;
  }

  .row-53 {
    display: block;
  }

  .column-28 {
    padding-right: 0;
    display: block;
  }

  .heading-4 {
    width: 100%;
    max-width: 100%;
    font-size: 30px;
    line-height: 36px;
  }

  .column-29 {
    padding-right: 0;
  }

  .paragraph-9 {
    clear: none;
    flex-direction: row;
    width: auto;
    margin-top: 8px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    display: block;
    position: relative;
  }

  .short-tile {
    min-height: none;
    padding-left: 24px;
    padding-right: 24px;
  }

  .short-tile:hover {
    min-height: 0;
    transform: none;
  }

  .link-block-19:hover, .cowokring-block {
    display: block;
  }

  .div-block-250 {
    flex-direction: column;
    display: flex;
  }

  .app-feature-section {
    display: block;
  }

  .app-card {
    max-width: 100%;
    margin-top: 40px;
    margin-left: 16px;
    margin-right: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .fl-sec {
    background-position: 71%;
    align-items: flex-end;
    height: 150vh;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .update.alt {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .coworking-chat-copy {
    flex-direction: column;
    flex: 1;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
    height: 100%;
    min-height: 140px;
    max-height: none;
    margin: 0 0% 0%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .bubble-3 {
    justify-content: center;
    max-width: 250px;
    margin-bottom: 16px;
    display: block;
  }

  .bubble-3.alt {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    max-width: 250px;
    margin-bottom: 16px;
    display: block;
  }

  .image-desc-100 {
    color: #6c6d6f;
    max-width: 100%;
    margin-bottom: 16px;
    font-weight: 400;
    line-height: 24px;
  }

  .more-info {
    float: left;
    justify-content: flex-start;
    margin-top: 24px;
  }

  .pal-image {
    background-image: url('../images/iStock-946980240.jpg');
    background-position: 42%;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: flex-end;
    height: 100vh;
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
    overflow: hidden;
  }

  .coworking-chat {
    flex-direction: column;
    flex: 1;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
    height: 100%;
    min-height: 140px;
    max-height: none;
    margin: 0 0% 0%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    overflow: visible;
  }

  .coworking-chat.long {
    margin-left: 0;
  }

  .div-block-255 {
    overflow: visible;
  }

  .retail {
    background-image: url('../images/Mobile.png');
    background-position: 0 0;
    background-size: cover;
    flex-direction: column;
    justify-content: flex-end;
    height: 100vh;
    padding: 0% 8px 0;
    display: flex;
  }

  .image-184 {
    max-height: 500px;
  }

  .how-it-work {
    padding-top: 40px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .how-it-twerks {
    padding-right: 0;
  }

  .section-4-edit {
    width: auto;
    overflow: hidden;
  }

  .bot_left {
    float: none;
    clear: none;
    background-position: 50% 0;
    height: 100%;
    min-height: 300px;
    max-height: 50vh;
  }

  .image-187 {
    left: 108px;
  }

  .yev-right {
    float: none;
    clear: none;
    height: 100%;
    padding: 44px 24px;
  }

  .div-blockboit {
    float: none;
    clear: none;
    height: auto;
    display: block;
  }

  .how-it-works-features {
    margin-bottom: 0%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .moment-manager, .mock {
    padding-right: 0%;
  }

  .section-79-copy-copy {
    background-color: #2d2f32;
    padding-left: 8px;
    padding-right: 8px;
  }

  .subheader-copy {
    letter-spacing: -.6px;
    width: auto;
    margin-bottom: 16px;
    font-size: 20px;
  }

  .heading-numbers {
    width: 100%;
    max-width: 50px;
    font-size: 30px;
    line-height: 36px;
  }

  .link-2 {
    margin-right: 24px;
    font-size: 14px;
    line-height: 24px;
  }

  .div-block-240 {
    margin-bottom: 0;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .section-79 {
    background-color: #323c48;
    height: auto;
    padding: 24px;
  }

  .section-79.blue {
    padding-right: 0;
  }

  .footer-copy-map {
    float: none;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    min-height: 100px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .bio-button {
    color: #2d2f32;
    text-align: center;
    border: 2px solid #fff3;
    border-radius: 1000px;
    flex: 0 auto;
    justify-content: flex-end;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 8px 16px;
    font-family: F37jan, sans-serif;
    font-size: 16px;
    text-decoration: none;
    display: block;
    position: relative;
  }

  .bio-button.button-fill {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .bio-button.button-fill.white {
    margin-bottom: 40px;
  }

  .twitter {
    background-position: 0 0;
    background-size: 24px;
    display: block;
  }

  .footer-2 {
    float: none;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    min-height: 100px;
    margin-bottom: 24px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 0;
  }

  .div-block {
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 32px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
    right: 0%;
  }

  .facebook {
    display: block;
  }

  .footer-links {
    flex-direction: column;
    flex: none;
    justify-content: space-around;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    margin: 12px 0 16px;
    position: static;
  }

  .paragraph-4.white {
    font-size: 16px;
    line-height: 24px;
  }

  .link-4 {
    font-size: 14px;
    line-height: 24px;
  }

  .column-130 {
    background-image: radial-gradient(circle at 21% -26%, #0000, #0e1b4380 41%, #0e1b43 62%);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .city-link {
    float: left;
    background-size: contain;
    flex: 0 auto;
    width: 100%;
    max-width: 50%;
    height: 100%;
    max-height: 44px;
    margin-right: auto;
    display: block;
    position: static;
  }

  .city-link.footer {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-height: 44px;
    display: flex;
  }

  .div-block-250-copy {
    flex-direction: column;
    display: flex;
  }

  .cowokring-section {
    background-position: 78%;
    flex-direction: column;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    height: 100vh;
    padding-top: 16%;
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
  }

  .section-80 {
    flex-wrap: nowrap;
    place-content: center;
    align-items: center;
    height: auto;
    min-height: 700px;
  }

  .integrated-gf {
    background-repeat: no-repeat;
    background-size: contain;
    flex: 1;
    min-height: 240px;
    max-height: 240px;
    margin-left: 0;
  }

  .wrap-integrated {
    z-index: 2;
    flex-direction: column;
    justify-content: center;
    max-height: 100%;
    margin-top: 0%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .column-150 {
    min-height: 240px;
  }

  .column-151 {
    align-items: center;
  }

  .center-wrap {
    flex: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
    overflow: hidden;
  }

  .center-wrap.cta {
    justify-content: center;
    padding: 44px 24px;
  }

  .center-wrap.nof {
    flex: 0 auto;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    padding-top: 100px;
    padding-bottom: 64px;
  }

  .div-block-267 {
    width: auto;
  }

  .background-video-2 {
    top: auto;
    overflow: visible;
  }
}


@font-face {
  font-family: 'F37jan';
  src: url('../fonts/F37Jan-Regular.ttf') format('truetype'), url('../fonts/F37Jan-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'F37jan';
  src: url('../fonts/F37Jan-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'F37jan';
  src: url('../fonts/F37Jan-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'F37jan';
  src: url('../fonts/F37Jan-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'F37jan';
  src: url('../fonts/F37Jan-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'F37jan';
  src: url('../fonts/F37Jan-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'F37jan';
  src: url('../fonts/F37Jan-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'F37jan';
  src: url('../fonts/F37Jan-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Sf pro text';
  src: url('../fonts/SF-Pro-Text-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}