@font-face {
  font-family: 'Maison Neue Bold';
  src: url("/fonts/MaisonNeue-Bold.eot");
  src: url("/fonts/MaisonNeue-Bold.eot?#iefix") format('embedded-opentype'),
       url("/fonts/MaisonNeue-Bold.woff") format('woff'), 
       url("/fonts/MaisonNeue-Bold.ttf")  format('truetype'), 
       url("/fonts/MaisonNeue-Bold.svg") format('svg');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'Maison Neue BoldItalic';
  src: url("https://cdn.current.com/fonts/MaisonNeue-BoldItalic.eot");
  src: url("https://cdn.current.com/fonts/MaisonNeue-BoldItalic.eot?#iefix") format('embedded-opentype'), 
       url("https://cdn.current.com/fonts/MaisonNeue-BoldItalic.woff") format('woff'), 
       url("https://cdn.current.com/fonts/MaisonNeue-BoldItalic.ttf")  format('truetype'), 
       url("https://cdn.current.com/fonts/MaisonNeue-BoldItalic.svg") format('svg');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'Maison Neue Demi';
  src: url("/fonts/MaisonNeue-Demi.eot");
  src: url("/fonts/MaisonNeue-Demi.eot?#iefix") format('embedded-opentype'),
       url("/fonts/MaisonNeue-Demi.woff") format('woff'), 
       url("/fonts/MaisonNeue-Demi.ttf")  format('truetype'), 
       url("/fonts/MaisonNeue-Demi.svg") format('svg');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'Maison Neue Book';
  src: url("/fonts/MaisonNeue-Book.eot");
  src: url("/fonts/MaisonNeue-Book.eot?#iefix") format('embedded-opentype'), 
       url("/fonts/MaisonNeue-Book.woff") format('woff'), 
       url("/fonts/MaisonNeue-Book.ttf")  format('truetype'), 
       url("/fonts/MaisonNeue-Book.svg") format('svg');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'Maison Neue Medium';
  src: url("/fonts/MaisonNeue-Medium.eot");
  src: url("/fonts/MaisonNeue-Medium.eot?#iefix") format('embedded-opentype'), 
       url("/fonts/MaisonNeue-Medium.woff") format('woff'), 
       url("/fonts/MaisonNeue-Medium.ttf")  format('truetype'), 
       url("/fonts/MaisonNeue-Medium.svg") format('svg');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'Maison Neue MediumItalic';
  src: url("/fonts/MaisonNeue-MediumItalic.eot");
  src: url("/fonts/MaisonNeue-MediumItalic.eot?#iefix") format('embedded-opentype'), 
       url("/fonts/MaisonNeue-MediumItalic.woff") format('woff'), 
       url("/fonts/MaisonNeue-MediumItalic.ttf")  format('truetype'), 
       url("/fonts/MaisonNeue-MediumItalic.svg") format('svg');
  font-style: normal;
  font-weight: 400;
}
/* ============= */

/* base */

/* ============= */

html,
body {
  margin: 0px;
  padding: 0px;
  font-family: "Maison Neue Medium", sans-serif;
  color: #333333;
}

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  /* display: flex; */
  /* width: 100vw; */
  /* overflow: hidden; */
  overflow-x: hidden;
  /* transition: all 0.5s ease-in-out; */
}

.preload * {
  /*  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important; */
  -webkit-animation: none !important;
  animation: none !important;
}

/* .preload {
  visibility: hidden;
} */

iframe {
  display: none;
}

h1 {
  line-height: 1.15;
  font-weight: normal;
}

h2,
h3,
h4,
h5,
h6,
p,
span {
  line-height: 1.375;
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Maison Neue Bold", sans-serif;
}

img {
  border: 0px solid transparent;
}

a {
  color: #788187;
  text-decoration: none;
}

.container {
  max-width: 100%;
  width: 2000px;
  margin: 0px auto;
  position: relative;
}

.plans-link {
  margin: 15px 0px;
  font-family: "Maison Neue Medium", sans-serif;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.plans-link {
  margin-top: 20px;
  /* color: #0000ff; */
}

.plans-link:hover {
  color: #0000ff;
}

.get-started {
  margin-bottom: 22px;
}

.intro-fade {
  opacity: 0;
  -webkit-animation: fadeIn 0.5s ease-in-out 0s 1 normal forwards;
  animation: fadeIn 0.5s ease-in-out 0s 1 normal forwards;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blue-text {
  color: #0000FF;
}

/* ============= */

/* navbar */

/* ============= */

.navbar {
  border-bottom: 1px solid #eee;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.03);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.03);
  /* -webkit-animation: fadeIn 0.25s ease-in-out;
          animation: fadeIn 0.25s ease-in-out; */
  background-color: #fff;
  padding: 0px 15px;
  position: fixed;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
}

.navbar.active {
  position: absolute;
}

.navbar-container {
  width: 2000px;
  max-width: 100%;
  margin: 0px auto;
  background: #FFFFFF;
  /* padding: 15px; */
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.navbar-container .link {
  padding: 10px 10px;
  float: right;
  /* color: #5B5B5B; */
  color: #333;
  text-decoration: none;
  font-family: "Maison Neue Demi", sans-serif;
}

.navbar-container .link:hover {
  color: #0000ff;
}

.navbar-hamburger-container .link {
  padding: 15px 10px;
  /* float: right;   */
  display: block;
  border-top: 1px solid rgba(238, 238, 238, 0.2);
  /* color: #5B5B5B; */
  color: #fff;
  text-decoration: none;
  outline: none;
  font-family: "Maison Neue Bold", sans-serif;
}

.navbar-container .link-signin,
.navbar-hamburger-container .link-signin {
  /* color:  #FF26FF; */
}

.navbar-container .link-active,
.navbar-hamburger-container .link-active {
  color: #0000ff;
}

.link {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.navbar-hamburger-container a img {
  /* width: 48%; */
  float: left;
  height: 38px;
}

.navbar-hamburger-container > a > img:first-child {
  height: 50px;
}

/* .navbar-hamburger-container a img:first-child {
  height: 70px;
  width: auto;
} */

.link-signin {
  margin-right: 15px;
}

.link-signup,
.link-signin {
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.link-signup {
  padding: 10px 10px;
  border-radius: 5px;
  background-color: #fff;
}

.link-signup,
.link-signup.purple {
  padding: 10px 10px;
  border-radius: 5px;
  color: #fff !important;
  background-color: #0000ff;
}

.link-signup.pink {
  padding: 10px 10px;
  border-radius: 5px;
  color: #fff !important;
  background-color: #ff0064;
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.navbar-logo {
  margin-right: 15px;
  width: 230px;
  height: 79px;
  border: 0px solid transparent;
}

.logo-mobile {
  display: none;
}

.logo-mobile img {
  width: 150px;
  padding: 0px;
}

.navbar-links-container {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  /* display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
      -webkit-box-align: center;
          align-items: center; */
  display: block;
}

.nav-right {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.nav-left .link {
  float: left;
}

.navbar-hamburger-button-container {
  margin-right: 10px;
  display: none;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.navbar-hamburger-button {
  position: relative;
  float: right;
  cursor: pointer;
  border-radius: 5px;
  width: 25px;
  margin-right: 5px;
  height: 44px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.navbar-hamburger-button .trigger {
  cursor: pointer;
  width: 25px;
  height: 18px;
  margin: auto;
}

.navbar-hamburger-button .trigger i {
  background-color: #5B5B5B;
  border-radius: 0px;
  content: '';
  display: block;
  width: 100%;
  height: 2px;
}

.navbar-hamburger-button.active .trigger i {
  opacity: 0.5;
}

.navbar-hamburger-button .trigger i:nth-child(2) {
  margin: 5px 0;
}

.navbar-hamburger-container {
  width: 300px;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100vh;
  color: #fff;
  font-size: 15px;
  z-index: 1;
  background: -webkit-linear-gradient(41deg, #0000FF 0%, #FF00FF 120%);
  background: -o-linear-gradient(41deg, #0000FF 0%, #FF00FF 120%);
  background: linear-gradient(49deg, #0000FF 0%, #FF00FF 120%);
  -webkit-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.navbar-hamburger-container .scroll-wrapper {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.ios {
  margin-right: 5px;
}

.body-wrapper {
  z-index: 100;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.hamburger-logo img {
  height: 50px;
}

.navbar-hamburger-container a {
  /* padding: 30px 15px;
  text-decoration: none;
  width: 100%; */
  /* text-align: center; */
}

.body-wrapper .screen {
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}

.sub-navbar {
  width: 100%;
  /* background-color: #FCFCFC; */
  border-bottom: 1px solid #eee;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.03);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.03);
  text-align: center;
}

.sub-navbar-container {
  width: 1440px;
  max-width: 100%;
  margin: 0px auto;
  padding: 15px 0px;
  color: #788187;
}

.sub-navbar-container a,
.sub-navbar-container span {
  margin-right: 15px;
}

.sub-navbar-container a:last-child {
  margin-right: 0px;
}

.sub-navbar-container span {
  color: #333;
}

.sub-navbar-container a.active {
  color: #6F00FF;
}

.nav-banner {
  /* background-color: rgb(255, 38, 255); */
  background-color: #fff;
  color: #333;
  padding: 8px 15px;
  margin-left: -15px;
  margin-right: -15px;
  /* cursor: pointer; */
  border-bottom: 1px solid #eee;
}

.nav-banner p {
  text-align: center;
  margin: 0px;
}

.nav-banner span {
  cursor: pointer;
  text-decoration: underline;
}

/* ============= */

/* footer */

/* ============= */

.footer {
  min-height: 100px;
  padding: 30px;
  color: #fff;
  background-image: -webkit-linear-gradient(41deg, #0000FF 0%, #FF00FF 100%);
  background-image: -o-linear-gradient(41deg, #0000FF 0%, #FF00FF 100%);
  background-image: linear-gradient(49deg, #0000FF 0%, #FF00FF 100%);
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.footer .container {
  -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;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.footer .container .text p {
  /* padding-right: 30px; */
  margin: 0px;
}

.footer .container .text {
  margin-top: 15px;
  /* padding-right: 30px; */
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.footer-button {
  /* width: 45%; */
  float: left;
  margin: 2.5%;
}

.footer a,
.footer a:visited,
.footer a:hover,
.footer a:active {
  float: left;
  color: #fff;
  text-decoration: none;
}

.buttons {
  /* width: 100%; */
  text-align: center;
  /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; */
}

#footer-twitter_button {
  margin-right: 10px;
}

/* ============= */

/* email submit */

/* ============= */

.submit-email-trigger {
  cursor: pointer;
}

.email-submit {
  height: 50px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.email-input {
  height: 100%;
  border: none;
  background-color: transparent;
  outline: none;
  border: 1px solid #eee;
  font-size: 16px;
  padding: 0px 15px;
  width: 66%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.email-submit .submit .btn {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  margin-bottom: 0px;
  height: 50px;
  font-size: 16px;
  line-height: 22px;
}

.email-submit .submit {
  min-width: 110px;
}

.error1,
.error2 {
  opacity: 0;
}

.footer .text {
  text-align: center;
}

.issuer-statement {
  padding: 15px 15px;
  width: 700px;
  max-width: 100%;
  text-align: left;
  margin: 0px auto;
  color: #788187;
}

.footer-nav {
  border-top: 1px solid #eee;
  min-height: 46px;
  text-align: center;
}

.footer-nav .container {
  /* border-top: none !important;
  width: 410px;
  min-height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; */
}

.footer-nav .container a {
  padding: 15px;
  color: #0000ff;
  display: inline-block;
}

.bottom-nav .container {
  /* border-top: none !important; */
  width: 410px;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bottom-nav .container a {
  padding: 15px;
  color: #333;
}

.bottom-nav .container a.active {
  background-color: #fbfbfb;
}

/* ============= */

/* helpers */

/* ============= */

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

.bold {
  font-family: "Maison Neue Bold", sans-serif;
}

.pink {
  color: #FF26FF;
}

.green {
  color: #3BBF88;
}

.gray {
  color: #788187;
}

.red {
  color: #FF0064;
}

/* ============= */

/* common elements */

/* ============= */

.btn {
  background-size: 100%;
  background-color: #0000ff;
  background-image: -webkit-gradient(linear, left bottom, right top, from(#0000ff), to(#38CBF6));
  background-image: -webkit-linear-gradient(bottom left, #0000ff 0%, #38CBF6 100%);
  background-image: -o-linear-gradient(bottom left, #0000ff 0%, #38CBF6 100%);
  background-image: linear-gradient(to top right, #0000ff 0%, #38CBF6 100%);
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  border: none;
  cursor: pointer;
  display: inline-block;
  padding: 20px 20px;
  font-size: 20px;
  z-index: 100;
  color: #fff;
  position: relative;
  text-decoration: none;
  font-family: "Maison Neue Bold", sans-serif;
  margin-bottom: 10px;
}

.btn:hover {
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.3);
}

.btn-red {
  background-size: 100%;
  background-image: -webkit-gradient(linear, left bottom, right top, from(#ff0064), color-stop(1000%, #6F00FF));
  background-image: -webkit-linear-gradient(bottom left, #ff0064 0%, #6F00FF 1000%);
  background-image: -o-linear-gradient(bottom left, #ff0064 0%, #6F00FF 1000%);
  background-image: linear-gradient(to top right, #ff0064 0%, #6F00FF 1000%);
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  border: none;
  cursor: pointer;
  display: inline-block;
  padding: 13px 18px;
  width: 94%;
  font-size: 24px;
  z-index: 100;
  color: #fff;
  position: relative;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  text-decoration: none;
  font-weight: normal;
  font-size: 22px;
}

.btn-red:before {
  border-radius: inherit;
  background-image: -webkit-gradient(linear, left bottom, right top, from(#ff0064), color-stop(120%, #6F00FF));
  background-image: -webkit-linear-gradient(bottom left, #ff0064 0%, #6F00FF 120%);
  background-image: -o-linear-gradient(bottom left, #ff0064 0%, #6F00FF 120%);
  background-image: linear-gradient(to top right, #ff0064 0%, #6F00FF 120%);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}

.btn-red:visited {
  color: #fff;
}

.btn-pink {
  background-size: 100%;
  background-image: -webkit-linear-gradient(41deg, #FF00FF 0%, #FFFF00 1000%);
  background-image: -o-linear-gradient(41deg, #FF00FF 0%, #FFFF00 1000%);
  background-image: linear-gradient(49deg, #FF00FF 0%, #FFFF00 1000%);
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  border: none;
  cursor: pointer;
  display: inline-block;
  padding: 13px 18px;
  width: 94%;
  font-size: 24px;
  z-index: 100;
  color: #fff;
  position: relative;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  text-decoration: none;
  font-weight: normal;
  font-size: 22px;
}

.btn-pink:before {
  border-radius: inherit;
  background-image: -webkit-linear-gradient(41deg, #FF00FF 0%, #FFFF00 120%);
  background-image: -o-linear-gradient(41deg, #FF00FF 0%, #FFFF00 120%);
  background-image: linear-gradient(49deg, #FF00FF 0%, #FFFF00 120%);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}

.btn-pink:visited {
  color: #fff;
}

.btn-blue {
  background-size: 100%;
  background-image: -webkit-gradient(linear, left bottom, right top, from(#0000ff), color-stop(150%, #38CBF6));
  background-image: -webkit-linear-gradient(bottom left, #0000ff 0%, #38CBF6 150%);
  background-image: -o-linear-gradient(bottom left, #0000ff 0%, #38CBF6 150%);
  background-image: linear-gradient(to top right, #0000ff 0%, #38CBF6 150%);
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  border: none;
  cursor: pointer;
  display: inline-block;
  padding: 13px 18px;
  width: 94%;
  font-size: 24px;
  z-index: 100;
  color: #fff;
  position: relative;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  text-decoration: none;
  font-weight: normal;
  font-size: 22px;
}

.btn-blue:before {
  border-radius: inherit;
  background-image: -webkit-gradient(linear, left bottom, right top, from(#0000ff), to(#38CBF6));
  background-image: -webkit-linear-gradient(bottom left, #0000ff 0%, #38CBF6 100%);
  background-image: -o-linear-gradient(bottom left, #0000ff 0%, #38CBF6 100%);
  background-image: linear-gradient(to top right, #0000ff 0%, #38CBF6 100%);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}

.btn-red:visited {
  color: #fff;
}

.btn-red:hover:before,
.btn-red:focus:before,
.btn-blue:hover:before,
.btn-blue:focus:before {
  opacity: 1;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

a.btn:focus {
  outline: none;
}

.btn-block {
  width: 100%;
  text-align: center;
  padding: 15px 10px;
}

.email-submit .submit .btn {
  /* padding: 3% 15%; */
}

.btn-invite {
  background-image: -webkit-gradient(linear, left bottom, right top, from(#0000ff), to(#38CBF6));
  background-image: -webkit-linear-gradient(bottom left, #0000ff 0%, #38CBF6 100%);
  background-image: -o-linear-gradient(bottom left, #0000ff 0%, #38CBF6 100%);
  background-image: linear-gradient(to top right, #0000ff 0%, #38CBF6 100%);
}

/* .btn-red { 
  -webkit-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;

  background: linear-gradient(to top right, #ff0064 0%, #6F00FF 1000%);
} */

.btn-red:hover {
  /* opacity: 0; */
  /* background: linear-gradient(to top right, #ff0064 0%, #6F00FF 100%); */
}

.btn-facebook {
  background-image: none;
  background-color: #3B5998;
}

.btn-twitter {
  background-image: none;
  background-color: #1DA1F2;
}

table {
  width: 100%;
  border: 1px solid #eee;
}

td,
th {
  padding: 15px;
  border: 1px solid #eee;
}

/* ============= */

/* modals */

/* ============= */

.modal {
  position: fixed;
  visibility: hidden;
  width: 0px;
  height: 0px;
  background-color: rgba(0,0,0,0.8);
  z-index: 10000;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  overflow: hidden;
  top: 0px;
}

.modal.active {
  visibility: visible;
  width: 100%;
  /* height: 100vh; */
  height: 10000px;
}

.modal-card {
  position: relative;
  width: 450px;
  max-width: 92%;
  /* margin-top: 4%; */
  margin-top: 90px;
  background-color: #fff;
  /* min-height: 50px; */
  border-radius: 5px;
  padding-top: 45px;
}

.modal .x {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 15px;
  height: 15px;
  cursor: pointer;
}

.modal-content {
  padding: 0px 15px 15px;
}

.modal-content .title {
  margin-top: 0px;
}

/* ============= */

/* queries */

/* ============= */

@media (max-width: 1065px) {
  .nav-right .link {
    display: none;
  }

  .link-signup,
  .link-signin {
    display: block !important;
  }

  .navbar-hamburger-button-container {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }

  /* hamburger active */

  body.hamburger-active {
    /* overflow-y: hidden; */
    overflow: hidden;
    width: 100%;
    height: 100vh;
    /* transform: translate3d(300px, 0, 0); */
  }

  body.hamburger-active .display-wrapper {
    width: 100%;
    overflow: hidden;
    height: 100vh;
  }

  body.hamburger-active .navbar-hamburger-container {
    /* display: block; */
    /* opacity: 1; */
    transition: -webkit-transform 0.2s ease-in-out;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    /* transition: all 0.25s ease-in-out; */
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
  }

  body.hamburger-active .body-wrapper {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
  }

  body.hamburger-active .body-wrapper .screen {
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.8);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10000;
    opacity: 1;
  }

  .logo {
    display: none;
  }

  .logo-mobile {
    display: block;
  }

  /*  */
}

@media (min-width: 1065px) {
  .navbar-hamburger-container.active {
    height: 0px;
  }
}

@media (max-width: 820px) {
  .navbar-logo {
    height: 60px;
  }

  .navbar-container img {
    width: 150px !important;
  }

  .nav-left {
    display: none;
  }

  .logo {
    display: none;
  }

  .logo-mobile {
    display: block;
  }

  .bottom-nav .container {
    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;
    width: 100%;
    max-width: 100%;
  }

  .bottom-nav .container a {
    display: inline-block;
    border-top: 1px solid #eee;
    width: 100%;
    text-align: center;
  }
}

@media (max-height: 720px) {
  .navbar-hamburger-container .scroll-wrapper {
    overflow: scroll;
  }

  .navbar-hamburger-container .scroll-wrapper::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 430px) {
  .footer-nav .container {
    -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;
    width: 100%;
    max-width: 100%;
  }

  .footer-nav .container a {
    border-bottom: 1px solid #eee;
    width: 100%;
    text-align: center;
  }

  .footer-nav .container a.active {
    background-color: #fbfbfb;
  }

  .link-signin {
    color: #ff0064 !important;
    display: none !important;
  }
}

/* keyframes */

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    margin-top: -2px;
  }

  100% {
    opacity: 1;
    margin-top: 0px;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    margin-top: -2px;
  }

  100% {
    opacity: 1;
    margin-top: 0px;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* hamburger */

@-webkit-keyframes inM {
  50% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(45deg);
  }
}

@keyframes inM {
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@-webkit-keyframes outM {
  50% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(45deg);
  }
}

@keyframes outM {
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@-webkit-keyframes inT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }

  50% {
    -webkit-transform: translateY(9px) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(9px) rotate(135deg);
  }
}

@keyframes inT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }

  50% {
    -webkit-transform: translateY(9px) rotate(0deg);
    transform: translateY(9px) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(9px) rotate(135deg);
    transform: translateY(9px) rotate(135deg);
  }
}

@-webkit-keyframes outT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }

  50% {
    -webkit-transform: translateY(9px) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(9px) rotate(135deg);
  }
}

@keyframes outT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }

  50% {
    -webkit-transform: translateY(9px) rotate(0deg);
    transform: translateY(9px) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(9px) rotate(135deg);
    transform: translateY(9px) rotate(135deg);
  }
}

@-webkit-keyframes inBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }

  50% {
    -webkit-transform: translateY(-9px) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(-9px) rotate(135deg);
  }
}

@keyframes inBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }

  50% {
    -webkit-transform: translateY(-9px) rotate(0deg);
    transform: translateY(-9px) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(-9px) rotate(135deg);
    transform: translateY(-9px) rotate(135deg);
  }
}

@-webkit-keyframes outBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }

  50% {
    -webkit-transform: translateY(-9px) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(-9px) rotate(135deg);
  }
}

@keyframes outBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }

  50% {
    -webkit-transform: translateY(-9px) rotate(0deg);
    transform: translateY(-9px) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(-9px) rotate(135deg);
    transform: translateY(-9px) rotate(135deg);
  }
}
.mobile-line-breaks {
  display: block;
}

.navbar {
  -webkit-animation: fadeIn 1s ease-in-out 0s 1 normal forwards;
  animation: fadeIn 1s ease-in-out 0s 1 normal forwards;
}

.navbar-container {
  width: 2000px;
}

.hero-wrapper {
  padding-top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}

.wrapper-parent-child {
  position: relative;
  margin-top: 133px;
  z-index: 0;
  margin-left: -15%;
  margin-right: -15%;
  /* min-height: 967px; */
}

.bubbles-container {
  position: absolute;
  width: 100%;
  z-index: 100;
  top: 25px;
}

.money-bubble {
  text-align: center;
}

.money-bubble img {
  opacity: 0;
  width: 10%;
  max-width: 115px;
}

.wrapper-parent-child .people-container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: visible;
  width: 2000px;
  max-width: 90%;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  height: 100%;
}

.bubble-1-mobile {
  position: relative;
  width: 100%;
  float: left;
  z-index: 10;
  opacity: 0;
  -webkit-animation: bubble-up-right 0.4s ease-in-out 0.3s 1 normal forwards;
  animation: bubble-up-right 0.4s ease-in-out 0.3s 1 normal forwards;
}

.bubble-1 {
  display: none;
  position: relative;
  width: 100%;
  float: left;
  z-index: 10;
  opacity: 0;
  -webkit-animation: bubble-up-right-disappear 3s ease-in-out 0.3s 1 normal forwards;
  animation: bubble-up-right-disappear 3s ease-in-out 0.3s 1 normal forwards;
}

.bubble-2 {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 10;
  opacity: 0;
  -webkit-animation: bubble-up-left-disappear 3s ease-in-out 0.70s 1 normal forwards;
  animation: bubble-up-left-disappear 3s ease-in-out 0.70s 1 normal forwards;
}

.bubble-3 {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 10;
  opacity: 0;
  -webkit-animation: bubble-up-right-disappear 3s ease-in-out 4.7s 1 normal forwards;
  animation: bubble-up-right-disappear 3s ease-in-out 4.7s 1 normal forwards;
}

.bubble-4 {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 10;
  opacity: 0;
  -webkit-animation: bubble-up-left-disappear 3s ease-in-out 5.4s 1 normal forwards;
  animation: bubble-up-left-disappear 3s ease-in-out 5.4s 1 normal forwards;
}

.bubble-5 {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 10;
  opacity: 0;
  -webkit-animation: bubble-up-right-disappear 3s ease-in-out 9.4s 1 normal forwards;
  animation: bubble-up-right-disappear 3s ease-in-out 9.4s 1 normal forwards;
}

.bubble-6 {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 10;
  opacity: 0;
  -webkit-animation: bubble-up-left-disappear 3s ease-in-out 10.1s 1 normal forwards;
  animation: bubble-up-left-disappear 3s ease-in-out 10.1s 1 normal forwards;
}

.bubble-7 {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 10;
  opacity: 0;
  -webkit-animation: bubble-up-right 0.4s ease-in-out 14.1s 1 normal forwards;
  animation: bubble-up-right 0.4s ease-in-out 14.1s 1 normal forwards;
}

.bubble-8 {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 10;
  opacity: 0;
  -webkit-animation: bubble-up-left 0.4s ease-in-out 14.8s 1 normal forwards;
  animation: bubble-up-left 0.4s ease-in-out 14.8s 1 normal forwards;
}

.child {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  -webkit-animation: fadeIn 1s ease-in-out 0s 1 normal forwards;
  animation: fadeIn 1s ease-in-out 0s 1 normal forwards;
}

.parent {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  -webkit-animation: fadeIn 1s ease-in-out 0.5s 1 normal forwards;
  animation: fadeIn 1s ease-in-out 0.5s 1 normal forwards;
}

.parent .image-wrapper {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0px;
  overflow: hidden;
}

.child .image-wrapper {
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0px;
  overflow: hidden;
}

.bubble-1-mobile img {
  height: auto;
  width: 100%;
}

.bubble-1 img {
  height: auto;
  width: 100%;
}

.bubble-2 img {
  height: auto;
  width: 100%;
}

.bubble-3 img {
  height: auto;
  width: 100%;
}

.bubble-4 img {
  height: auto;
  width: 100%;
}

.bubble-5 img {
  height: auto;
  width: 100%;
}

.bubble-6 img {
  height: auto;
  width: 100%;
}

.bubble-7 img {
  height: auto;
  width: 100%;
}

.bubble-8 img {
  height: auto;
  width: 100%;
}

.parent img {
  height: 100%;
  width: auto;
  /* height: auto;
  width: 100%; */
  position: absolute;
  top: 0px;
  right: 0px;
}

.child img {
  height: 100%;
  width: auto;
  /* height: auto;
  width: 100%; */
  position: absolute;
  top: 0px;
  left: 0px;
}

.families-section1 {
  position: relative;
  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;
  padding: 25px 0px;
  z-index: 100;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background: #fff;
  margin-top: -10px;
  /* transition: all 0.8s ease-in-out; */
}

.preload .families-section1 {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

.families-section1 .content {
  /* background-color: #fff; */
  background-color: rgba(255,255,255,0.9);
  opacity: 0;
  -webkit-animation: fadeIn 1s ease-in-out 0.5s 1 normal forwards;
  animation: fadeIn 1s ease-in-out 0.5s 1 normal forwards;
}

.families-section1 .card-phone {
  max-width: 50%;
}

.families-section1 .card-phone img {
  width: 100%;
  height: auto;
}

.families-get-started {
  /* margin-top: -250px; */
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  z-index: 10;
  padding: 15px 0px 0px;
}

.families-get-started h1 {
  margin-top: 0px;
}

.families-get-started .text-wrapper {
  opacity: 0;
  width: 100%;
  max-width: 420px;
  text-align: center;
  padding: 0px 15px;
  -webkit-animation: show 0.1s ease-in-out 0s 1 normal forwards;
  animation: show 0.1s ease-in-out 0s 1 normal forwards;
}

.families-get-started .text-wrapper .get-started {
  margin: 0px auto;
}

.families-get-started .text-wrapper .get-started a {
  padding: 15px 10px;
}

/* hero2 */

.hero2-wrapper .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 90px 30px 0px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero2-wrapper .container .intro {
  width: 330px;
  max-width: 100%;
  /* padding: 0px 15px; */
}

.hero2-wrapper .container .people {
  width: 930px;
  max-width: 100%;
  margin-left: 60px;
}

.hero2-wrapper .container .people img {
  width: 100%;
  height: auto;
}

.tracker-cta-wrapper {
  padding: 90px 15px;
  border-bottom: 1px solid #eee;
}

.tracker-cta-wrapper .content {
  width: 500px;
  max-width: 100%;
  margin: 0px auto;
}

.tracker-cta-wrapper .content h1 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.tracker-cta-wrapper .content p {
  margin-top: 10px;
}

.tracker-cta-wrapper .cta {
  width: 235px;
  max-width: 100%;
  margin: 30px auto 0px;
}

.press-container {
  overflow: visible !important;
  z-index: 100;
}

.press-logo,
.press-logo img {
  cursor: pointer;
}

/* quote */

.quote-bubble {
  position: relative;
  display: none;
  width: 350px;
  /* height: 230px; */
  text-align: center;
  position: absolute;
  z-index: 100;
  top: -30px;
}

.quote-bubble.active {
  display: block;
}

.quote-bubble img {
  top: 0px;
  left: 0px;
  position: absolute;
  z-index: -1;
  width: 100%;
}

.quote-bubble span {
  z-index: -1;
}

.quote-bubble img {
  opacity: 0.8;
}

.quote-bubble .text {
  z-index: 100;
  padding: 15px 35px;
}

.wrapper-app-card {
  padding-top: 90px;
}

.wrapper-app-card h1 {
  margin: 0px;
}

.wrapper-app-card .container {
  width: 100%;
  padding: 30px 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* flex-direction: column; */
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.wrapper-app-card .phone-left,
.wrapper-app-card .phone-right {
  width: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  /* justify-content: flex-end; */
}

.wrapper-app-card .people {
  /* -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; */
  width: 100%;
  max-width: 630px;
  margin: 0px 60px;
  /* display: flex; */
}

.wrapper-app-card .people img {
  width: 100%;
  height: auto;
}

.wrapper-app-card .phone img {
  width: 100%;
  height: auto;
}

.wrapper-app-card .phone {
  width: 170px;
  height: 346px;
}

.wrapper-app-card .mobile-app-card-description {
  padding: 15px;
  display: none;
}

.wrapper-app-card .mobile-app-card-description p {
  text-align: center;
  width: 100%;
  max-width: 350px;
  margin: 15px auto;
}

.wrapper-phone-card .container {
  padding: 30px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
}

.card-phone {
  width: 100%;
  max-width: 450px;
  min-height: 300px;
}

.card-phone img {
  width: 100%;
  /* max-width: 640px; */
  /* margin: 0px auto; */
}

.wrapper-phone-card {
  opacity: 0;
  -webkit-animation: fadeIn 1s ease-in-out 0.5s 1 normal forwards;
  animation: fadeIn 1s ease-in-out 0.5s 1 normal forwards;
}

.wrapper-phone-card .container .content {
  text-align: center;
  max-width: 350px;
  margin-top: 60px;
  /* margin-right: -90px; */
}

.wrapper-phone-card .container .content h2 {
  margin: 0px;
  font-size: 24px;
}

.wrapper-phone-card .container .content p {
  margin-top: 0px;
}

.see-how-it-works {
  overflow: visible;
}

.see-how-it-works div {
  width: 250px;
  max-width: 100%;
  margin: 0px auto 30px;
}

/* dad-features */

.wrapper-dad .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 15px 0px;
}

.dad-image {
  width: 800px;
  max-width: 50%;
}

.dad-image img {
  width: 100%;
  margin-left: 15px;
}

.dad-features {
  width: 290px;
  margin-right: 3%;
  padding-bottom: 15px;
  z-index: 10;
}

.dad-features h2 {
  margin-top: 0px;
  /* margin-bottom: 0px; */
}

.dad-features .feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dad-features .feature div {
  margin-right: 8px;
}

.dad-get-started {
  padding-bottom: 30px;
  display: none !important;
}

.dad-get-started .get-started {
  width: 100%;
}

/* son-features */

.wrapper-son .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 15px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  border-bottom: 1px solid #eee;
}

.son-image {
  width: 900px;
  max-width: 40%;
}

.son-image img {
  width: 100%;
  margin-bottom: -10px;
}

.son-features {
  width: 290px;
  margin-left: 3%;
  padding-bottom: 15px;
  z-index: 10;
}

.son-features h2 {
  margin-top: 0px;
}

.son-features .feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.son-features .feature div {
  margin-right: 8px;
}

.son-get-started {
  padding-bottom: 30px;
  display: none !important;
}

.son-get-started .get-started {
  width: 100%;
}

.features-get-started {
  padding: 60px 15px;
  text-align: center;
}

.features-get-started div {
  margin: 0px auto;
}

.feature img {
  width: 38px;
}

.feature p {
  margin-top: 0px;
  line-height: 1.2;
  font-size: 18px;
}

.family-photo-get-started {
  padding: 45px 15px 30px;
  text-align: center;
}

.family-photo-get-started div {
  margin: 0px auto;
}

@media screen and (max-width: 1440px) {
  .families-get-started h1 {
    font-size: 28px;
  }

  .dad-image,
  .son-image {
    max-width: 40%;
  }
}

@media screen and (orientation:landscape) {
  .families-section1 {
    border-top: 0px solid #eee;
    border-bottom: 0px solid #eee;
    background: transparent;
  }

  .wrapper-parent-child {
    margin-left: 0%;
    margin-right: 0%;
  }
}

/* @media screen and (orientation:landscape) and (max-width: ){ */

@media screen and (orientation:landscape) and (min-width: 840px) {
  /* .wrapper-parent-child { 
    margin-top: 95px;
  } */

  .bubble-1-mobile {
    display: none;
  }

  .bubble-1,
  .bubble-2,
  .bubble-3,
  .bubble-4,
  .bubble-5,
  .bubble-6,
  .bubble-7,
  .bubble-8 {
    display: block;
  }

  .families-section1 .content {
    /* border: 1px solid #eee; */
    padding: 5px;
  }

  .families-section1 {
    border: none;
    margin-top: -200px;
  }

  .wrapper-phone-card .container {
    padding: 90px 15px;
    padding-left: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .wrapper-phone-card .container .content {
    text-align: left;
    margin-right: 100px;
    margin-top: 60px;
  }

  .wrapper-phone-card .container .content h1 {
    margin-bottom: 0px;
  }

  .mobile-line-breaks {
    display: none;
  }

  .dad-features .feature div,
  .son-features .feature div {
    margin-right: 15px;
  }
}

@media screen and (max-width: 450px) {
  .wrapper-dad .container,
  .wrapper-son .container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .dad-features,
  .son-features {
    width: 230px;
  }

  .dad-image,
  .son-image {
    max-width: 100%;
    width: 100%;
    position: absolute;
    bottom: 0px;
    right: -30px;
    /* z-index: 0; */
  }

  .wrapper-son {
    margin-top: 30px;
  }
}

@media screen and (max-width: 620px) {
  .families-get-started h1 {
    font-size: 24px;
    margin: 0px 15px 15px;
  }

  .dad-features h1,
  .son-features h1 {
    font-size: 24px;
  }

  .son-features {
    margin-left: 0px;
  }

  .wrapper-phone-card .container .content h1 {
    font-size: 24px;
    margin-bottom: 0px;
  }

  .wrapper-phone-card .container .content p {
    margin-top: 8px;
  }

  .heading h1 {
    font-size: 24px;
  }
}

@media screen and (min-width: 820px) {
  .wrapper-parent-child {
    margin-top: 168px;
  }
}

@media screen and (min-width: 820px) {

}

@media screen and (max-height: 550px) {
  .families-get-started {
    margin-top: 0px;
  }
}

/* old */

.hero {
  height: 670px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.hero .container {
  position: relative;
}

.hero1 {
  background-color: #000;
  background-image: url("https://cdn.current.com/images/jpg/graduation-large.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.hero2 {
  background-color: #333;
  background-image: url("https://cdn.current.com/images/jpg/girl-large.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.hero-get-started {
  color: #fff;
  margin-left: 4%;
  max-width: 92%;
  z-index: 10;
  padding: 30px 0px;
  -webkit-animation: fadeIn 1s ease-in-out;
  animation: fadeIn 1s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.hero1 .container .hero-get-started {
  width: 380px;
}

.hero2 .container .hero-get-started {
  width: 480px;
}

.hero-get-started h1 {
  font-size: 52px;
  margin-top: 0px;
  margin-bottom: 15px;
}

.hero-get-started h2 {
  font-size: 32px;
  margin-top: 0px;
}

.hero-get-started p {
  font-size: 18px;
}

.screen-left {
  position: absolute;
  height: 100%;
  width: 50%;
  max-width: 100%;
  /* max-width: 100%; */
  top: 0px;
  left: 0px;
  z-index: 0;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,1)),to(rgba(0,0,0,0)));
  background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
  /* IE6-9 */
}

.card-banner {
  border-bottom: 1px solid #eee;
  padding: 30px 0px;
}

.card-banner .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-banner img {
  height: 88px;
  margin-left: 4%;
}

.card-banner p {
  margin: 0px 15px;
  font-size: 32px;
  font-family: "Maison Neue Bold";
}

.container {
  overflow: hidden;
}

.devices-container {
  /* height: 1100px; */
  height: auto;
  margin-top: 90px;
  padding: 0px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.device-1 {
  /* width: 800px; */
  position: relative;
}

.phone-mobile {
  width: 100%;
  position: relative;
  display: none;
}

.phone-1 {
  width: 100%;
  position: relative;
}

.shadow-1 {
  position: absolute;
  bottom: 5px;
  left: 0px;
  width: 100%;
  z-index: -1;
}

.get-started {
  max-width: 305px;
}

/*  */

.families-section2 {
  position: relative;
  padding: 60px 15px !important;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  /* margin-top: 40%; */
}

.families-section2-steps {
  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;
  /* width: 800px; */
  max-width: 100%;
  margin: 0px auto;
}

.step {
  width: 270px;
  max-width: 100%;
  text-align: center;
  padding: 15px;
}

.step img {
  width: 73px;
  height: auto;
  max-width: 100%;
  border-radius: 10px;
}

.press-logo {
  /* width: 270px; */
  width: 240px;
  max-width: 20%;
  text-align: center;
  padding: 15px;
}

.press-logo a,
.press-logo img {
  width: 100%;
  height: auto;
}

.families-section3 {
  position: relative;
  padding: 110px 15px 0px;
  text-align: center;
}

.families-debit-card-swipe {
  width: 100%;
  /* max-width: 100%; */
  margin: 30px auto 90px;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.families-section3-insights {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0px 30px;
}

.families-section3-insights .insight1 {
  margin-right: 90px;
}

.families-insight-phone {
  max-width: 100%;
}

.families-section4 {
  position: relative;
  /* margin-top: 60px; */
}

.highlight {
  min-height: 440px;
  margin-bottom: 30px;
  padding: 0px 30px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: -1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.highlight h1 {
  margin-bottom: 0px;
}

.highlight p {
  font-family: "Maison Neue Demi", sans-serif;
}

.highlight-content {
  color: #fff;
  width: 360px;
  z-index: 30;
}

.highlight1 .highlight-content,
.highlight3 .highlight-content {
  margin-right: 75px;
}

.highlight2 .highlight-content,
.highlight4 .highlight-content {
  margin-left: 75px;
}

.highlight2,
.highlight4 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.highlight-purple {
  background-image: -webkit-linear-gradient(41deg, #0000FF 0%, #FF00FF 100%);
  background-image: -o-linear-gradient(41deg, #0000FF 0%, #FF00FF 100%);
  background-image: linear-gradient(49deg, #0000FF 0%, #FF00FF 100%);
}

.highlight-blue {
  background-image: -webkit-linear-gradient(225deg, #00FFFF 0%, #00F7FF 3%, #0000FF 100%);
  background-image: -o-linear-gradient(225deg, #00FFFF 0%, #00F7FF 3%, #0000FF 100%);
  background-image: linear-gradient(-135deg, #00FFFF 0%, #00F7FF 3%, #0000FF 100%);
}

.highlight-red {
  background-image: -webkit-linear-gradient(315deg, #6F00FF 0%, #FF0064 100%);
  background-image: -o-linear-gradient(315deg, #6F00FF 0%, #FF0064 100%);
  background-image: linear-gradient(135deg, #6F00FF 0%, #FF0064 100%);
}

.highlight .bg {
  position: absolute;
  width: 100%;
  height: 150%;
}

.highlight .phone-shell {
  z-index: 30;
}

.highlight .phone {
  width: 415px;
  max-width: 100%;
  margin-top: 89px;
  margin-bottom: -5px;
  z-index: 30;
}

.families-section5 {
  position: relative;
  padding: 60px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.families-section5 .devices {
  width: 100%;
  max-width: 800px;
  margin: 30px 0px;
}

.families-section5 .heading {
  width: 475px;
  max-width: 100%;
}

.families-section5 .mobile-links {
  /* margin-top: 75px; */
  margin: 15px 0px 30px;
}

.families-section6 {
  position: relative;
  padding: 110px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.families-section6 .content {
  text-align: center;
}

.families-section6 .content .get-started {
  margin: 0px auto;
}

/* queries */

@media screen and (orientation: landscape) {
  .families-section1 {
    /* margin-top: -100px; */
    margin-top: -300px;
  }
}

@media screen and (orientation: landscape) and (min-width: 1200px) {
  .families-section1 {
    margin-top: -250px;
  }
}

@media screen and (max-width: 2000px) {
  .banner-container {
    margin-top: 10%;
  }
}

@media screen and (max-width: 1600px) {

}

@media screen and (max-width: 1500px) {
  .banner-container {
    margin-top: 20%;
  }
}

@media screen and (max-width: 1440px) {
  .screen-left {
    width: 600px;
  }
}

@media screen and (max-width: 1400px) {
  .hero2-wrapper .container .people {
    width: 690px;
  }

  .families-products-banner {
    margin-top: 20%;
  }
}

@media screen and (max-width: 1250px) {
  .banner-container {
    margin-top: 450px;
  }

  .wrapper-app-card .phone-right,
  .wrapper-app-card .phone-left {
    display: none;
  }

  .wrapper-app-card .mobile-app-card-description {
    display: block;
  }
}

@media screen and (max-width: 1120px) {
  .hero2-wrapper .container h1 {
    font-size: 28px;
  }

  .hero2-wrapper .container .people {
    width: 540px;
    max-height: 453px;
    margin-left: 0px;
  }
}

@media screen and (max-width: 1100px) {

}

@media screen and (max-width: 1000px) {
  .hero1 .container .hero-get-started {
    width: 340px;
  }

  .hero2 .container .hero-get-started {
    width: 480px;
  }

  .hero-get-started h1 {
    font-size: 42px;
    margin-bottom: 15px;
  }

  .hero-get-started h2 {
    font-size: 22px;
    margin-top: 0px;
  }

  .card-banner p {
    font-size: 22px;
  }
}

@media screen and (max-width: 980px) {

}

@media screen and (max-width: 890px) {
  .families-get-started {
    position: relative;
  }

  .families-products-banner {
    margin-top: 7%;
  }

  .hero2-wrapper .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-bottom: 45px;
  }

  .hero2-wrapper .container .intro {
    text-align: center;
  }

  .hero2-wrapper .container .intro .get-started {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 820px) {
  .families-section1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .families-section1 .card-phone {
    max-width: 100%;
    margin-top: 60px;
  }

  .families-section2-steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .press-logo {
    max-width: 100%;
  }

  .highlight {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .highlight1 .highlight-content,
  .highlight2 .highlight-content,
  .highlight3 .highlight-content,
  .highlight4 .highlight-content {
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
    /* padding: 0px 30px; */
  }

  .highlight .phone {
    margin: 0px 0px -5px;
  }

  .phone-mobile {
    display: block;
  }

  .phone-1,
  .shadow-1 {
    display: none;
  }

  .banner-container {
    visibility: hidden;
  }

  .mobile-banner-container {
    visibility: visible;
  }
}

@media screen and (max-width: 750px) {
  .families-section3-insights {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .families-section3-insights .insight1 {
    margin-right: 0px;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 620px) {
  .feature p {
    font-size: 16px;
  }

  .feature img {
    width: 30px;
  }
}

@media screen and (max-width: 590px) {


  .families-get-started {
    position: relative;
    width: 100%;
  }

  .families-products-banner {
    margin-top: 7%;
  }

  .hero {
    height: 400px;
  }
}

@media screen and (max-width: 350px) {
  .hero2-wrapper .container h1 {
    font-size: 24px;
  }
}

@-webkit-keyframes show {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes show {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes reveal {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2%);
    transform: translateY(2%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes reveal {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2%);
    transform: translateY(2%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes bubble-up-right {
  0% {
    opacity: 0;
    -webkit-transform: translate(-10px, 10px);
    transform: translate(-10px, 10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@keyframes bubble-up-right {
  0% {
    opacity: 0;
    -webkit-transform: translate(-10px, 10px);
    transform: translate(-10px, 10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@-webkit-keyframes bubble-up-left {
  0% {
    opacity: 0;
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0px);
    transform: translate(0px);
  }
}

@keyframes bubble-up-left {
  0% {
    opacity: 0;
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0px);
    transform: translate(0px);
  }
}

@-webkit-keyframes bubble-up-right-disappear {
  0% {
    opacity: 0;
    -webkit-transform: translate(-10px, 10px);
    transform: translate(-10px, 10px);
  }

  15% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes bubble-up-right-disappear {
  0% {
    opacity: 0;
    -webkit-transform: translate(-10px, 10px);
    transform: translate(-10px, 10px);
  }

  15% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes bubble-up-left-disappear {
  0% {
    opacity: 0;
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
  }

  15% {
    opacity: 1;
    -webkit-transform: translate(0px);
    transform: translate(0px);
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes bubble-up-left-disappear {
  0% {
    opacity: 0;
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
  }

  15% {
    opacity: 1;
    -webkit-transform: translate(0px);
    transform: translate(0px);
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes card-swipe {
  0% {
    margin-left: 390px;
  }

  50% {
    margin-left: -430px;
  }

  100% {
    margin-left: -390px;
  }
}

@keyframes card-swipe {
  0% {
    margin-left: 390px;
  }

  50% {
    margin-left: -430px;
  }

  100% {
    margin-left: -390px;
  }
}

@-webkit-keyframes card-swipe-reverse {
  0% {
    margin-left: -390px;
  }

  50% {
    margin-left: 430px;
  }

  100% {
    margin-left: 390px;
  }
}

@keyframes card-swipe-reverse {
  0% {
    margin-left: -390px;
  }

  50% {
    margin-left: 430px;
  }

  100% {
    margin-left: 390px;
  }
}

@-webkit-keyframes mockup-iphone {
  0% {
    -webkit-transform: rotateX(30deg) translateY(-50px);
    transform: rotateX(30deg) translateY(-50px);
  }

  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}

@keyframes mockup-iphone {
  0% {
    -webkit-transform: rotateX(30deg) translateY(-50px);
    transform: rotateX(30deg) translateY(-50px);
  }

  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}

@-webkit-keyframes mockup-shadow {
  0% {
    opacity: 0;
    -webkit-filter: blur(10px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-filter: blur(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes mockup-shadow {
  0% {
    opacity: 0;
    -webkit-filter: blur(10px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-filter: blur(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}