@font-face {
  font-family: 'Metric Thin';
  src: url("/fonts/Metric-Thin.3482b54b.woff") format("woff"); }

@font-face {
  font-family: 'Metric Regular';
  src: url("/fonts/MetricWeb-Regular.6d9ee07c.woff") format("woff"); }

@font-face {
  font-family: 'Metric Bold';
  src: url("/fonts/MetricWeb-Bold.0900390b.woff") format("woff"); }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

button {
  outline: none; }

/* Curved line ontop of containers */
.happy-line {
  position: absolute;
  margin-top: -50px;
  width: 100%;
  height: 50px;
  background-image: url(/img/happy-line.beb6535f.svg);
  background-size: 100% 100%; }

a {
  text-decoration: none; }

body {
  font: 14px "Metric Regular", sans-serif;
  background-color: #FFF; }

.page header {
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20; }
  .page header .logo {
    display: block;
    width: 116px;
    margin: 0 auto; }

/* Static pages specifics */
.headerBg {
  background: #212121;
  height: 70px;
  width: 100vw;
  z-index: -1;
  margin: 0 0 40px 0; }

#mount, .page {
  overflow-x: hidden; }

.typing-indicator {
  height: 24px; }
  .typing-indicator > span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
    float: left;
    background-color: #ff6666;
    margin: 0 1px;
    opacity: 1.0; }
    .typing-indicator > span:nth-of-type(1) {
      -webkit-animation: 1.2s blink-fade infinite 0s, 1.2s bounce ease-in-out infinite 0s;
              animation: 1.2s blink-fade infinite 0s, 1.2s bounce ease-in-out infinite 0s; }
    .typing-indicator > span:nth-of-type(2) {
      -webkit-animation: 1.2s blink-fade infinite -0.333s, 1.2s bounce ease-in-out infinite -0.2s;
              animation: 1.2s blink-fade infinite -0.333s, 1.2s bounce ease-in-out infinite -0.2s; }
    .typing-indicator > span:nth-of-type(3) {
      -webkit-animation: 1.2s blink-fade infinite -0.666s, 1.2s bounce ease-in-out infinite -0.4s;
              animation: 1.2s blink-fade infinite -0.666s, 1.2s bounce ease-in-out infinite -0.4s; }

@-webkit-keyframes blink-fade {
  50% {
    opacity: 0.5; } }

@keyframes blink-fade {
  50% {
    opacity: 0.5; } }

@-webkit-keyframes bounce {
  50% {
    -webkit-transform: translate(0, 8px);
            transform: translate(0, 8px); } }

@keyframes bounce {
  50% {
    -webkit-transform: translate(0, 8px);
            transform: translate(0, 8px); } }

@font-face {
  font-family: 'Metric Thin';
  src: url("/fonts/Metric-Thin.3482b54b.woff") format("woff"); }

@font-face {
  font-family: 'Metric Regular';
  src: url("/fonts/MetricWeb-Regular.6d9ee07c.woff") format("woff"); }

@font-face {
  font-family: 'Metric Bold';
  src: url("/fonts/MetricWeb-Bold.0900390b.woff") format("woff"); }

@-webkit-keyframes reveal {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

.bottomContent .socialIcons {
  width: 30%;
  margin: 120px 0 0 0; }

.socialIcons {
  display: block;
  margin: 10px 0 0 0; }
  .socialIcons.allign_x > div {
    display: block;
    float: left;
    width: 140px;
    margin: 0 20px 0 0; }
  .socialIcons.allign_y > div {
    display: block;
    width: 140px;
    margin: 0 0 10px 0;
    float: right; }
  .socialIcons img {
    display: block;
    width: 100%; }

.landing {
  background: #FFF; }
  .landing .centerAttention {
    position: relative;
    width: 840px;
    margin: 0 auto;
    padding: 70px 0 0 0;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 545px; }
    .landing .centerAttention .socialIcons {
      opacity: 0;
      -webkit-animation: reveal 1s 1.2s forwards;
      animation: reveal 1s 1.2s forwards; }
  .landing .contents {
    display: block;
    float: right;
    margin: 130px 0 0 30px; }
    .landing .contents h2 {
      opacity: 0;
      font: 70px "Metric Thin", sans-serif;
      display: block;
      color: #FFF;
      line-height: 70px;
      padding: 0 0 10px 0;
      -webkit-animation: reveal 1s 0.4s forwards;
      animation: reveal 1s 0.4s forwards; }
    .landing .contents p {
      display: block;
      opacity: 0;
      color: #FFF;
      line-height: 22px;
      padding: 0 0 10px 0;
      font-size: 16px;
      -webkit-animation: reveal 1s 0.9s forwards;
      animation: reveal 1s 0.9s forwards; }
      .landing .contents p span {
        font-family: "Metric Regular", sans-serif; }
  .landing .bottomContent {
    background: #FFF;
    position: relative;
    min-height: 270px;
    padding-bottom: 40px; }

footer {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 770px;
  margin: 0 auto 0 auto;
  padding: 90px 0 0 0; }
  footer .flex3 {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 70%;
    margin: 0 auto;
    padding: 40px 0 20px 0; }
    footer .flex3 > div {
      box-sizing: border-box;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 33.333333%;
              flex: 1 0 33.333333%;
      padding: 0 0 20px 0; }
      footer .flex3 > div > div {
        margin: 0 0 10px 0; }
  footer h4 {
    display: block;
    font: 13px "Metric Regular", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.3);
    line-height: 1;
    padding: 0 0 4px 0; }
  footer ul {
    display: block;
    list-style: none; }
    footer ul li {
      line-height: 22px; }
    footer ul a {
      display: block;
      color: rgba(0, 0, 0, 0.85);
      font-size: 14px; }
      footer ul a:hover {
        text-decoration: underline; }
  footer .socialIcons {
    display: none; }

.rights {
  display: block;
  color: rgba(0, 0, 0, 0.2);
  font-size: 12px; }

.gifHolder {
  position: relative;
  width: 57px;
  height: 90px;
  overflow: hidden;
  margin: 0 0 13px 0; }
  .gifHolder img {
    position: absolute;
    top: 7px;
    width: 170px;
    left: -60px; }

.landing .gradients {
  position: absolute;
  width: 100vw;
  height: 670px; }
  .landing .gradients .gradientItem {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 1.5s;
    transition: all 1.5s; }
    .landing .gradients .gradientItem.orange {
      background: #f4bb6b;
      /* Old browsers */
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #f4bb6b 0%, #f5224b);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #f4bb6b 0%, #f5224b);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
    .landing .gradients .gradientItem.green {
      background: #8fd9b7;
      /* Old browsers */
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #8fd9b7 0%, #4fcb90);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #8fd9b7 0%, #4fcb90);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
    .landing .gradients .gradientItem.black {
      background: #24242a;
      /* Old browsers */
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #24242a 0%, #16161a);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #24242a 0%, #16161a);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
    .landing .gradients .gradientItem.brown {
      background: #691721;
      /* Old browsers */
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #691721 0%, #1c0609);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #691721 0%, #1c0609);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
    .landing .gradients .gradientItem.purple {
      background: #464450;
      /* Old browsers */
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #464450 0%, #292430);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #464450 0%, #292430);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
    .landing .gradients .gradientItem.active {
      opacity: 1; }

/* SLIDER */
.phone {
  background: url("/img/phone.699461a2.png");
  width: 550px;
  height: 605px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 200; }

.ls-slider {
  width: 235px;
  height: 417px;
  position: relative;
  overflow: hidden;
  margin: 0;
  top: 94px;
  left: 37px; }
  .ls-slider section {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100; }
    .ls-slider section > div {
      position: relative;
      height: inherit;
      -webkit-transition: all 0.7s;
      transition: all 0.7s; }
    .ls-slider section.fat_txt_cstum h2 {
      font-size: 39px; }
    .ls-slider section.hunger_txt_cstum h2 {
      display: block; }
    .ls-slider section h2 {
      color: #FFF;
      font-size: 50px;
      padding: 90px 0 0 20px;
      position: relative;
      font-family: "Metric Bold", sans-serif;
      line-height: 40px;
      z-index: 200; }
    .ls-slider section h4 {
      color: #FFF;
      text-transform: uppercase;
      font-weight: 300;
      font-size: 12px;
      padding: 15px 0 40px 20px;
      z-index: 200;
      text-align: center;
      font-family: "Metric Regular", sans-serif;
      z-index: 1000;
      position: relative;
      letter-spacing: 0.5px;
      z-index: 200; }
    .ls-slider section p {
      display: block;
      position: relative;
      font-size: 17px;
      padding: 20px 20px 0 20px;
      font-family: "Metric Regular", sans-serif;
      color: #FFF;
      z-index: 200; }
    .ls-slider section img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      -webkit-transition: all 1s;
      transition: all 1s; }

/* Slider animations */
.ls-slider section.active {
  opacity: 1; }

html body .ls-slider section.animating-in {
  /* We want the image to slide out on the oposite direction */ }
  html body .ls-slider section.animating-in h2, html body .ls-slider section.animating-in h4, html body .ls-slider section.animating-in p, html body .ls-slider section.animating-in img {
    -webkit-animation: slide-in 0.5s ease-in-out;
            animation: slide-in 0.5s ease-in-out; }

@-webkit-keyframes slide-in {
  0% {
    -webkit-transform: translateX(160px);
            transform: translateX(160px); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes slide-in {
  0% {
    -webkit-transform: translateX(160px);
            transform: translateX(160px); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

html body .ls-slider section.animating-out {
  /* We want the image to slide out on the oposite direction */ }
  html body .ls-slider section.animating-out h2, html body .ls-slider section.animating-out h4, html body .ls-slider section.animating-out p {
    -webkit-animation: slide-left 0.5s ease-in-out;
            animation: slide-left 0.5s ease-in-out; }
  html body .ls-slider section.animating-out img {
    -webkit-animation: slide-right 0.5s ease-in-out;
            animation: slide-right 0.5s ease-in-out; }

@-webkit-keyframes slide-left {
  100% {
    -webkit-transform: translateX(-160px);
            transform: translateX(-160px); } }

@keyframes slide-left {
  100% {
    -webkit-transform: translateX(-160px);
            transform: translateX(-160px); } }

@-webkit-keyframes slide-right {
  100% {
    -webkit-transform: translateX(160px);
            transform: translateX(160px); } }

@keyframes slide-right {
  100% {
    -webkit-transform: translateX(160px);
            transform: translateX(160px); } }

/* Gradients animations etc */
html body .ls-slider section img {
  width: auto;
  left: initial;
  position: absolute; }

html body .ls-slider section .img_energy {
  height: 500px;
  right: -10px;
  top: -40px;
  left: auto; }

html body .ls-slider section .img_scale {
  top: 11px;
  right: 0;
  height: 400px; }

html body .ls-slider section .img_fat_burner {
  top: 0;
  height: auto;
  width: 140px;
  right: 0; }

html body .ls-slider section .img_beef {
  top: -9px;
  right: -4px;
  height: 440px;
  width: initial; }

html body .ls-slider section .img_strength {
  top: 10px;
  right: -10px;
  width: auto;
  height: 400px; }

.ls-slider .gradients {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }

.ls-slider .gradients .gradientItem {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.ls-slider .gradients .gradientItem.active {
  opacity: 1; }

.fadeOutColor {
  -webkit-animation: fadeColor 1s ease-in-out;
          animation: fadeColor 1s ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  background-color: red !important; }

@-webkit-keyframes fadeColor {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeColor {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.media_phone {
  display: none; }

@media screen and (min-width: 0px) and (max-width: 850px) {
  .landing .bottomContent {
    height: initial; }
  .landing .centerAttention {
    width: initial;
    display: block;
    padding: 110px 0 0 0; }
    .landing .centerAttention .phone {
      display: none; }
    .landing .centerAttention .media_phone {
      width: 340px;
      margin: 100px auto 0 auto;
      z-index: 2000;
      display: block;
      position: relative; }
      .landing .centerAttention .media_phone img {
        width: 100%; }
    .landing .centerAttention .contents {
      margin: 0;
      z-index: 200;
      float: none;
      padding: 0 40px; }
      .landing .centerAttention .contents h2 {
        font-size: 50px;
        line-height: 50px; }
  footer {
    padding: 390px 0 0 0; } }

@media screen and (min-width: 0px) and (max-width: 410px) {
  .socialIcons > div {
    margin-bottom: 10px !important; }
  .landing .centerAttention .media_phone {
    width: 250px;
    margin: 150px auto 0 auto; }
  footer {
    padding: 270px 0 0 0; } }

/* Footer magic */
@media screen and (min-width: 0px) and (max-width: 780px) {
  body footer {
    width: initial;
    padding-left: 20px;
    padding-right: 20px;
    display: block; }
    body footer h4 {
      display: block;
      font-size: 23px;
      font-family: "Metric Thin", sans-serif; }
    body footer ul li a {
      display: block;
      font-size: 17px;
      padding: 0 0 9px 0; }
    body footer .flex3 {
      width: 100%;
      padding: 0;
      display: block;
      -ms-flex-wrap: initial;
          flex-wrap: initial; }
    body footer .socialIcons.allign_y {
      display: block;
      width: 100%;
      margin: 0;
      clear: both;
      float: left; }
      body footer .socialIcons.allign_y > div {
        display: block;
        float: left;
        clear: both; } }

@font-face {
  font-family: 'Metric Thin';
  src: url("/fonts/Metric-Thin.3482b54b.woff") format("woff"); }

@font-face {
  font-family: 'Metric Regular';
  src: url("/fonts/MetricWeb-Regular.6d9ee07c.woff") format("woff"); }

@font-face {
  font-family: 'Metric Bold';
  src: url("/fonts/MetricWeb-Bold.0900390b.woff") format("woff"); }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fade_me_in {
  opacity: 0;
  -webkit-animation: fadeIn 3s normal forwards ease-in-out;
          animation: fadeIn 3s normal forwards ease-in-out; }

.errorScreen {
  width: 100vw;
  height: 100vh;
  background: #f3f3f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }
  .errorScreen h2, .errorScreen p, .errorScreen a {
    display: block; }
  .errorScreen h2 {
    margin: 0;
    font-size: 140px;
    font-family: "Metric Regular", sans-serif;
    color: rgba(0, 0, 0, 0.8); }
  .errorScreen p {
    margin-bottom: 20px;
    font-size: 14px;
    font-family: "Metric Regular", sans-serif;
    color: rgba(0, 0, 0, 0.3); }
  .errorScreen a {
    background: #303030;
    padding: 10px 40px;
    text-transform: uppercase;
    font-family: "Metric Regular", sans-serif;
    border-radius: 200px;
    color: #FFF; }

@font-face {
  font-family: 'Metric Thin';
  src: url("/fonts/Metric-Thin.3482b54b.woff") format("woff"); }

@font-face {
  font-family: 'Metric Regular';
  src: url("/fonts/MetricWeb-Regular.6d9ee07c.woff") format("woff"); }

@font-face {
  font-family: 'Metric Bold';
  src: url("/fonts/MetricWeb-Bold.0900390b.woff") format("woff"); }

.jawbone-page {
  font-size: 16px; }
  @media (max-width: 800px) {
    .jawbone-page {
      font-size: 120%; } }
  .jawbone-page header {
    position: relative;
    width: 100%;
    background-color: #41CD8C;
    padding: 0;
    height: auto; }
    .jawbone-page header svg {
      height: 1em;
      margin: 0.5em 0; }
      .jawbone-page header svg #Lifesum-LOGO {
        fill: #FFFFFF; }
  .jawbone-page main {
    max-width: 500px;
    text-align: center;
    margin: 1em auto 0 auto;
    padding: 1em; }
  .jawbone-page .app-store-links {
    margin-top: 1em; }
    .jawbone-page .app-store-links img {
      display: inline-block;
      height: 2.5em;
      margin: 0 0.5em; }
  .jawbone-page .intent {
    margin-bottom: 1em; }
    .jawbone-page .intent img {
      height: 4em;
      border-radius: 0.5em;
      margin: 0 5px; }
  .jawbone-page .signin input {
    display: block;
    margin: 0.5em auto;
    padding: 1em;
    width: 60%;
    border: 1px solid #efefef;
    border-radius: 0.2em;
    font-size: 100%; }
  .jawbone-page .signin button {
    padding: 1em;
    background-color: #41CD8C;
    border: 0px solid;
    border-radius: 0.5em;
    width: 15em;
    color: #FFFFFF;
    font-size: 100%; }
  .jawbone-page svg {
    height: 4em;
    margin: 1em auto; }

.press .press-content h1 {
  font-size: 34px; }

.press .press-content h2 {
  font-size: 24px;
  margin-bottom: 16px;
  text-align: center; }

.press .press-content .article {
  margin-bottom: 16px; }

.press .press-content section {
  margin: 34px 0; }

.press .press-content .media-contacts {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .press .press-content .media-contacts ul {
    list-style: none; }

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

.privacy-policy header {
  background: #6ad2a2;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #6ad2a2 0%, #4fcb90);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #6ad2a2 0%, #4fcb90);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

.privacy-policy .content {
  margin: 100px auto 30px auto;
  width: 80%; }

.privacy-policy h1 {
  font-size: 30px; }

.privacy-policy h2 {
  font-size: 24px;
  margin: 30px 0 10px 0; }

.privacy-policy ul {
  padding-left: 20px;
  margin-top: 10px; }

.hide-header.privacy-policy header {
  display: none;
  height: 0; }

.hide-header.privacy-policy .content {
  margin-top: 30px; }

.phone-slider .phone {
  background: url("/img/phone.699461a2.png");
  width: 550px;
  height: 605px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 200; }

.phone-slider .ls-slider {
  width: 235px;
  height: 417px;
  position: relative;
  overflow: hidden;
  margin: 0;
  top: 94px;
  left: 37px;
  /* Gradients animations etc */ }
  .phone-slider .ls-slider section {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100; }
    .phone-slider .ls-slider section > div {
      position: relative;
      height: inherit;
      -webkit-transition: all 0.7s;
      transition: all 0.7s; }
    .phone-slider .ls-slider section.fat_txt_cstum h2 {
      font-size: 39px; }
    .phone-slider .ls-slider section.hunger_txt_cstum h2 {
      display: block; }
    .phone-slider .ls-slider section h2 {
      color: #FFF;
      font-size: 50px;
      padding: 90px 0 0 20px;
      position: relative;
      font-family: "Metric Bold", sans-serif;
      line-height: 40px;
      z-index: 200; }
    .phone-slider .ls-slider section h4 {
      color: #FFF;
      text-transform: uppercase;
      font-weight: 300;
      font-size: 12px;
      padding: 15px 0 40px 20px;
      z-index: 200;
      text-align: center;
      font-family: "Metric Regular", sans-serif;
      z-index: 1000;
      position: relative;
      letter-spacing: 0.5px;
      z-index: 200; }
    .phone-slider .ls-slider section p {
      display: block;
      position: relative;
      font-size: 17px;
      padding: 20px 20px 0 20px;
      font-family: "Metric Regular", sans-serif;
      color: #FFF;
      z-index: 200; }
    .phone-slider .ls-slider section img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      -webkit-transition: all 1s;
      transition: all 1s; }
  .phone-slider .ls-slider section.active {
    opacity: 1; }
  .phone-slider .ls-slider section.animating-in {
    /* We want the image to slide out on the oposite direction */ }
    .phone-slider .ls-slider section.animating-in h2, .phone-slider .ls-slider section.animating-in h4, .phone-slider .ls-slider section.animating-in p, .phone-slider .ls-slider section.animating-in img {
      -webkit-animation: slide-in 0.5s ease-in-out;
              animation: slide-in 0.5s ease-in-out; }

@keyframes slide-in {
  0% {
    -webkit-transform: translateX(160px);
            transform: translateX(160px); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }
  .phone-slider .ls-slider section.animating-out {
    /* We want the image to slide out on the oposite direction */ }
    .phone-slider .ls-slider section.animating-out h2, .phone-slider .ls-slider section.animating-out h4, .phone-slider .ls-slider section.animating-out p {
      -webkit-animation: slide-left 0.5s ease-in-out;
              animation: slide-left 0.5s ease-in-out; }
    .phone-slider .ls-slider section.animating-out img {
      -webkit-animation: slide-right 0.5s ease-in-out;
              animation: slide-right 0.5s ease-in-out; }

@keyframes slide-left {
  100% {
    -webkit-transform: translateX(-160px);
            transform: translateX(-160px); } }

@keyframes slide-right {
  100% {
    -webkit-transform: translateX(160px);
            transform: translateX(160px); } }
  .phone-slider .ls-slider section img {
    width: auto;
    left: initial;
    position: absolute; }
  .phone-slider .ls-slider section .img_energy {
    height: 500px;
    right: -10px;
    top: -40px;
    left: auto; }
  .phone-slider .ls-slider section .img_scale {
    top: 11px;
    right: 0;
    height: 400px; }
  .phone-slider .ls-slider section .img_fat_burner {
    top: 0;
    height: auto;
    width: 140px;
    right: 0; }
  .phone-slider .ls-slider section .img_beef {
    top: -9px;
    right: -4px;
    height: 440px;
    width: initial; }
  .phone-slider .ls-slider section .img_strength {
    top: 10px;
    right: -10px;
    width: auto;
    height: 400px; }
  .phone-slider .ls-slider .gradients {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
  .phone-slider .ls-slider .gradients .gradientItem {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .phone-slider .ls-slider .gradients .gradientItem.active {
    opacity: 1; }
  .phone-slider .ls-slider .fadeOutColor {
    -webkit-animation: fadeColor 1s ease-in-out;
            animation: fadeColor 1s ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    background-color: red !important; }

@keyframes fadeColor {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.page.page-invite {
  background: #F7526B;
  background: -webkit-linear-gradient(120deg, #F7526B 0%, #A1498D);
  background: -webkit-linear-gradient(330deg, #F7526B 0%, #A1498D);
  background: linear-gradient(120deg, #F7526B 0%, #A1498D);
  position: relative;
  overflow: hidden;
  height: 100vh;
  box-sizing: border-box; }
  .page.page-invite .chat {
    position: fixed;
    box-sizing: border-box;
    max-width: 420px;
    width: 100%;
    margin: 0em auto;
    overflow-y: scroll;
    height: 100%;
    max-height: 100%;
    padding: 1em 1em 9.125em;
    -webkit-overflow-scrolling: touch;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none; }
    .page.page-invite .chat::-webkit-scrollbar {
      display: none; }
  .page.page-invite .message-wrapper .branding {
    text-align: center; }
    .page.page-invite .message-wrapper .branding img {
      padding: 1em 0; }
  .page.page-invite .message {
    opacity: 1;
    box-sizing: border-box;
    background: white;
    border-radius: 2em;
    margin: 0.5em 1em;
    padding: 1.25em 2.25em;
    position: relative;
    z-index: 1;
    min-width: 4em;
    min-height: 4em;
    display: inline-block;
    -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.175, 1);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.175, 1);
    box-shadow: 0 12px 14px rgba(85, 22, 71, 0.25); }
    .page.page-invite .message .typing-indicator {
      display: none; }
    .page.page-invite .message.hidden {
      opacity: 0;
      -webkit-transform: translateY(30px);
              transform: translateY(30px); }
    .page.page-invite .message.writing .typing-indicator {
      display: block; }
    .page.page-invite .message.writing p {
      display: none; }
    .page.page-invite .message:after {
      content: '';
      position: absolute;
      left: -1em;
      bottom: 0;
      width: 1.375em;
      height: 1.375em;
      border-right: 0.7em solid white;
      border-bottom-right-radius: 1em 1em;
      -webkit-transform: rotate(10deg);
              transform: rotate(10deg); }
    .page.page-invite .message p {
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      color: #F7526B;
      font-family: "Metric Regular", sans-serif;
      font-size: 20px; }
      .page.page-invite .message p .answer {
        font-family: "Metric Bold", sans-serif; }
  .page.page-invite .invite-modal {
    position: fixed;
    width: 100%;
    background: white;
    height: 8.125em;
    bottom: 0;
    left: 0;
    box-sizing: border-box; }
    .page.page-invite .invite-modal .proceed-button {
      box-sizing: border-box;
      padding: 1em 3.875em;
      display: block;
      background: #41CD8C;
      background: -webkit-linear-gradient(120deg, #41CD8C 0%, #01B698);
      background: -webkit-linear-gradient(330deg, #41CD8C 0%, #01B698);
      background: linear-gradient(120deg, #41CD8C 0%, #01B698);
      color: #fff;
      max-width: 260px;
      text-align: center;
      border-radius: 50vh;
      letter-spacing: 1px;
      margin: 0 auto;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
  .page.page-invite .emoji {
    vertical-align: middle; }

.reveal-appear {
  opacity: 0.01;
  -webkit-transform: translateY(100%);
          transform: translateY(100%); }

.reveal-appear.reveal-appear-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out; }

.contact .contact-content h1 {
  font-size: 34px; }

.contact .contact-content p {
  text-align: center;
  font-size: 22px;
  margin: 34px 0;
  max-width: 550px;
  padding-left: 5px;
  padding-right: 5px; }

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