@font-face {
  font-family: 'AvenirNext Regular';
  src: url("../fonts/AvenirNext-Regular.ttf") format("truetype");
}
@font-face {
  font-family: 'AvenirNext Medium';
  src: url("../fonts/AvenirNext-Medium.ttf") format("truetype");
}
@font-face {
  font-family: 'AvenirNext Bold';
  src: url("../fonts/AvenirNext-Bold.ttf") format("truetype");
}
@font-face {
  font-family: 'AvenirNext Heavy';
  src: url("../fonts/AvenirNext-Heavy.ttf") format("truetype");
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 3, ../../sass/partials/_typography.scss */
h1, h2, h3, p {
  text-align: center;
}

/* line 7, ../../sass/partials/_typography.scss */
h1 {
  font-family: AvenirNext Heavy, Helvetica, Arial, sans-serif;
  font-size: 2.2em;
  margin: 0 0 2vh 0;
  text-transform: uppercase;
}

/* line 14, ../../sass/partials/_typography.scss */
h2 {
  font-family: AvenirNext Heavy, Helvetica, Arial, sans-serif;
  font-size: 2em;
  margin: 0 0 2vh 0;
  text-transform: uppercase;
}

/* line 20, ../../sass/partials/_typography.scss */
h2.price {
  font-family: AvenirNext Regular;
  font-size: 6em;
  margin: 0;
}

/* line 26, ../../sass/partials/_typography.scss */
h2.price span {
  font-size: .5em;
}

/* line 30, ../../sass/partials/_typography.scss */
h3 {
  font-family: AvenirNext Bold, Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  margin: 0 0 2vh 0;
}

/* line 38, ../../sass/partials/_typography.scss */
p, li {
  font-size: 1em;
  line-height: 1.44;
}

/* line 43, ../../sass/partials/_typography.scss */
p {
  margin: 0 0 20px 0;
}

/* line 47, ../../sass/partials/_typography.scss */
p.large {
  font-size: 1em;
  margin: 0 0 30px 0;
}

/* line 52, ../../sass/partials/_typography.scss */
p.small {
  font-size: .8em;
}

/* line 56, ../../sass/partials/_typography.scss */
strong {
  font-family: AvenirNext Bold, Helvetica, Arial, sans-serif;
}

/* line 60, ../../sass/partials/_typography.scss */
.text-white {
  color: #fff;
}

/* line 64, ../../sass/partials/_typography.scss */
span.subtext {
  font-size: 1.5em;
  color: #939598;
  line-height: 1.44em;
}

/* line 70, ../../sass/partials/_typography.scss */
a {
  text-decoration: none !important;
}

/* line 76, ../../sass/partials/_typography.scss */
footer ul li {
  list-style: none;
  list-style-image: none;
  margin-bottom: 0px;
  color: #fff;
  float: left;
  display: block;
  line-height: 56px;
  text-align: center;
  padding: 0 10px;
}

/* line 88, ../../sass/partials/_typography.scss */
footer ul li a {
  color: #fff;
}

/* line 92, ../../sass/partials/_typography.scss */
footer ul li a:hover {
  color: #56ed6f;
}

@media only screen and (min-width: 768px) {
  /* line 97, ../../sass/partials/_typography.scss */
  h1, h2, h3, p {
    text-align: left;
  }

  /* line 101, ../../sass/partials/_typography.scss */
  h1 {
    font-size: 3em;
  }

  /* line 105, ../../sass/partials/_typography.scss */
  h2 {
    font-size: 2.0em;
  }

  /* line 109, ../../sass/partials/_typography.scss */
  h3 {
    font-size: 1.5em;
  }
}
@media only screen and (min-width: 992px) {
  /* line 115, ../../sass/partials/_typography.scss */
  p, li {
    font-size: 1.3em;
    line-height: 1.44;
  }

  /* line 120, ../../sass/partials/_typography.scss */
  p.large {
    font-size: 1.5em;
    margin: 0 0 40px 0;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 128, ../../sass/partials/_typography.scss */
  h1 {
    font-size: 3.75em;
  }

  /* line 132, ../../sass/partials/_typography.scss */
  h2 {
    font-size: 2.9em;
  }

  /* line 136, ../../sass/partials/_typography.scss */
  h3 {
    font-size: 1.5em;
  }
}
/* line 1, ../../sass/partials/_forms.scss */
input[type=email], input[type=text], input[type=tel], textarea, select.dropdown {
  padding: 0 20px;
  background: #fff;
  border: 1px solid #D7D7D7;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  height: 50px;
  width: 100%;
  line-height: 50px;
  margin: 0 40px 20px 0;
}

/* line 14, ../../sass/partials/_forms.scss */
select {
  margin: 0 40px 20px 0;
  text-indent: 10px;
}

/* line 19, ../../sass/partials/_forms.scss */
.header input[type=email], .header input[type=text], .header input[type=submit] {
  height: 40px;
}

/* line 23, ../../sass/partials/_forms.scss */
.button {
  background-color: #56ed6f;
  border: none;
  color: #4a4a4a;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  font-weight: bold;
}

/* line 39, ../../sass/partials/_forms.scss */
.button:hover {
  background-color: #0DD246;
  color: #4a4a4a;
}

/* line 44, ../../sass/partials/_forms.scss */
input.signup-button {
  float: left;
  padding: 0;
  border-radius: 0 7px 7px 0;
  -webkit-border-radius: 0 7px 7px 0;
  -moz-border-radius: 0 7px 7px 0;
  width: 40%;
}

/* line 53, ../../sass/partials/_forms.scss */
input.signup-input {
  width: 60%;
  border-right: none;
  border-radius: 7px 0 0 7px;
  -webkit-border-radius: 7px 0 0 7px;
  -moz-border-radius: 7px 0 0 7px;
  float: left;
  margin: 0;
}

/* line 63, ../../sass/partials/_forms.scss */
input:focus, textarea:focus, select.dropdown:focus {
  border-color: #56ed6f;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(86, 237, 111, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(86, 237, 111, 0.6);
}

/* line 3, ../../sass/partials/_containers.scss */
.content {
  margin-top: 20vh;
  -moz-animation: fadeIn 1s;
  -webkit-animation: fadeIn 1s;
  -o-animation: fadeIn 1s;
  -ms-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* line 8, ../../sass/partials/_containers.scss */
.fade-in {
  -moz-animation: fadeIn 1s;
  -webkit-animation: fadeIn 1s;
  -o-animation: fadeIn 1s;
  -ms-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* line 12, ../../sass/partials/_containers.scss */
.content-no-fade {
  margin-top: 20vh;
}

/* line 16, ../../sass/partials/_containers.scss */
.hero {
  margin: 120px auto 60px auto;
  max-height: 87vh;
  -moz-animation: fadeIn 1s;
  -webkit-animation: fadeIn 1s;
  -o-animation: fadeIn 1s;
  -ms-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* line 22, ../../sass/partials/_containers.scss */
footer {
  width: 100%;
  color: #4a4a4a;
  padding: 10px 0;
}

/* line 28, ../../sass/partials/_containers.scss */
#mc_embed_signup {
  width: 100%;
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  /* line 35, ../../sass/partials/_containers.scss */
  .hero {
    margin: 120px 0 60px auto;
    max-height: 80vh;
  }

  /* line 40, ../../sass/partials/_containers.scss */
  #mc_embed_signup {
    float: left;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 992px) {
  /* line 48, ../../sass/partials/_containers.scss */
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* line 3, ../../sass/partials/_tables.scss */
table {
  width: 100%;
}

/* line 7, ../../sass/partials/_tables.scss */
tr, td {
  padding: 15px 0;
}

/* line 11, ../../sass/partials/_tables.scss */
tr {
  border-bottom: 1px solid #D7D7D7;
}

/* line 1, ../../sass/partials/_header.scss */
.header {
  position: absolute;
  z-index: 10;
  background-color: white;
  display: flex;
  width: 100%;
}

/* line 9, ../../sass/partials/_header.scss */
.header-subscribe-form {
  display: none;
}

/* line 13, ../../sass/partials/_header.scss */
.navbar {
  min-height: 90px;
  margin-bottom: 0;
}

/* line 18, ../../sass/partials/_header.scss */
.navbar-toggle {
  position: relative;
  float: right;
  height: 40px;
  padding: 9px 10px;
  margin-top: 25px;
  margin-right: 15px;
  border-radius: 7px;
}

/* line 28, ../../sass/partials/_header.scss */
.navbar-default {
  background-color: #fff;
  border: none;
}

/* line 33, ../../sass/partials/_header.scss */
.navbar-brand {
  float: left;
  height: 90px;
  padding: 0 0 0 15px;
  font-size: 18px;
  line-height: 20px;
}

/* line 41, ../../sass/partials/_header.scss */
.navbar-brand .logo {
  height: 45px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0px !important;
}

/* line 48, ../../sass/partials/_header.scss */
.navbar-default .navbar-nav > li > a {
  padding: 0 20px;
  line-height: 90px;
  color: #4a4a4a;
}

/* line 54, ../../sass/partials/_header.scss */
.navbar-default .navbar-nav > li > a:hover {
  color: #0DD246;
}

/* line 58, ../../sass/partials/_header.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover {
  color: #0DD246;
  background-color: #fff;
}

/* line 63, ../../sass/partials/_header.scss */
.navbar-default .navbar-nav > li > a.social {
  padding: 0 0 0 15px;
}

@media only screen and (min-width: 768px) {
  /* line 71, ../../sass/partials/_header.scss */
  .header .logo {
    height: 47px;
    margin-top: 18px;
    margin-bottom: 18px;
  }
  /* line 77, ../../sass/partials/_header.scss */
  .header #mc_embed_signup {
    display: block;
  }
  /* line 81, ../../sass/partials/_header.scss */
  .header .social {
    margin: 36px 0 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 91, ../../sass/partials/_header.scss */
  .header {
    position: fixed;
    z-index: 10;
    background-color: white;
    display: flex;
    width: 100%;
    height: 90px;
  }
}
/* line 3, ../../sass/partials/_helpers.scss */
.pad-bottom-one {
  padding-bottom: 10px;
}

/* line 7, ../../sass/partials/_helpers.scss */
.pad-bottom-two {
  padding-bottom: 20px;
}

/* line 11, ../../sass/partials/_helpers.scss */
.pad-bottom-three {
  padding-bottom: 30px;
}

/* line 15, ../../sass/partials/_helpers.scss */
.pad-bottom-four {
  padding-bottom: 40px;
}

/* line 19, ../../sass/partials/_helpers.scss */
.pad-bottom-five {
  padding-bottom: 50px;
}

/* line 23, ../../sass/partials/_helpers.scss */
.pad-bottom-six {
  padding-bottom: 60px;
}

/* line 27, ../../sass/partials/_helpers.scss */
.pad-right-one {
  padding-right: 10px;
}

/* line 31, ../../sass/partials/_helpers.scss */
.pad-right-two {
  padding-right: 20px;
}

/* line 35, ../../sass/partials/_helpers.scss */
.pad-right-three {
  padding-right: 30px;
}

/* line 39, ../../sass/partials/_helpers.scss */
.pad-right-four {
  padding-right: 40px;
}

/* line 43, ../../sass/partials/_helpers.scss */
.pad-right-five {
  padding-right: 50px;
}

/* line 47, ../../sass/partials/_helpers.scss */
.pad-right-six {
  padding-right: 60px;
}

/* line 53, ../../sass/partials/_helpers.scss */
.margin-bottom-one {
  margin-bottom: 10px;
}

/* line 57, ../../sass/partials/_helpers.scss */
.margin-bottom-two {
  margin-bottom: 20px;
}

/* line 61, ../../sass/partials/_helpers.scss */
.margin-bottom-three {
  margin-bottom: 30px;
}

/* line 65, ../../sass/partials/_helpers.scss */
.margin-bottom-four {
  margin-bottom: 40px;
}

/* line 69, ../../sass/partials/_helpers.scss */
.margin-bottom-five {
  margin-bottom: 50px;
}

/* line 73, ../../sass/partials/_helpers.scss */
.margin-bottom-six {
  margin-bottom: 60px;
}

/* line 77, ../../sass/partials/_helpers.scss */
.margin-top-one {
  margin-top: 10px;
}

/* line 81, ../../sass/partials/_helpers.scss */
.margin-top-two {
  margin-top: 20px;
}

/* line 85, ../../sass/partials/_helpers.scss */
.margin-top-three {
  margin-top: 30px;
}

/* line 89, ../../sass/partials/_helpers.scss */
.margin-top-four {
  margin-top: 40px;
}

/* line 93, ../../sass/partials/_helpers.scss */
.margin-top-five {
  margin-top: 50px;
}

/* line 97, ../../sass/partials/_helpers.scss */
.margin-top-six {
  margin-top: 60px;
}

/* line 104, ../../sass/partials/_helpers.scss */
.float-left {
  float: left;
}

/* line 108, ../../sass/partials/_helpers.scss */
.float-right {
  float: right;
}

/* line 114, ../../sass/partials/_helpers.scss */
.text-left {
  text-align: left;
}

/* line 118, ../../sass/partials/_helpers.scss */
.text-center {
  text-align: center;
}

/* line 122, ../../sass/partials/_helpers.scss */
.text-right {
  text-align: right;
}

/* line 128, ../../sass/partials/_helpers.scss */
.center {
  margin: auto;
  width: 50%;
}

/* line 135, ../../sass/partials/_helpers.scss */
.inline-block {
  display: inline-block;
}

/* line 4, ../../sass/partials/_page1.scss */
.page1 {
  height: 100%;
}

@media only screen and (min-width: 992px) {
  /* line 13, ../../sass/partials/_page1.scss */
  .page1 .content {
    margin-top: 30vh;
  }
}
/* line 1, ../../sass/partials/_page2.scss */
.page2 {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/rendering-kitchen.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  height: 100vh;
}

/* line 9, ../../sass/partials/_page2.scss */
.page2 .content {
  margin-top: 15vh;
}

@media only screen and (min-width: 1200px) {
  /* line 15, ../../sass/partials/_page2.scss */
  .page2 {
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.5) 50%), url(../images/rendering-kitchen.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    height: 100vh;
  }
  /* line 22, ../../sass/partials/_page2.scss */
  .page2 .text {
    margin-top: 30vh;
  }
}
/* line 1, ../../sass/partials/_page3.scss */
.blur {
  display: none;
  z-index: -1;
  -moz-animation: fadeIn 1s;
  -webkit-animation: fadeIn 1s;
  -o-animation: fadeIn 1s;
  -ms-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* line 7, ../../sass/partials/_page3.scss */
.page3 {
  height: 100vh;
  will-transform: translate;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
/* line 11, ../../sass/partials/_page3.scss */
.page3 .hand {
  z-index: 1;
}
/* line 15, ../../sass/partials/_page3.scss */
.page3 .iphone {
  max-height: 50vh;
  position: absolute;
  bottom: -100vh;
  max-width: 50%;
  max-height: 87vh;
  right: 25%;
}
/* line 24, ../../sass/partials/_page3.scss */
.page3 .screen {
  z-index: 0;
  will-transform: translate;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
/* line 28, ../../sass/partials/_page3.scss */
.page3 .screen.start {
  bottom: -160vh;
}
/* line 34, ../../sass/partials/_page3.scss */
.page3 .content {
  margin-top: 30vh;
  margin-bottom: 10vh;
  position: absolute;
  z-index: 1;
  will-transform: translate;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
/* line 41, ../../sass/partials/_page3.scss */
.page3 .content.start {
  bottom: -150vh;
  opacity: 0;
}
/* line 47, ../../sass/partials/_page3.scss */
.page3 .buffer {
  margin-top: 10vh;
}

@media only screen and (min-width: 768px) {
  /* line 55, ../../sass/partials/_page3.scss */
  .blur {
    display: initial;
    position: absolute;
    margin-top: 10vh;
    width: 30%;
  }

  /* line 64, ../../sass/partials/_page3.scss */
  .page3 .buffer {
    margin-top: 0vh;
  }
  /* line 68, ../../sass/partials/_page3.scss */
  .page3 .iphone {
    position: absolute;
    bottom: -100vh;
    max-width: 80%;
    max-height: 87vh;
    right: 0;
  }
  /* line 76, ../../sass/partials/_page3.scss */
  .page3 .content {
    z-index: -1;
  }
}
@media only screen and (min-width: 992px) {
  /* line 86, ../../sass/partials/_page3.scss */
  .blur {
    display: initial;
    position: absolute;
    margin-top: 20vh;
    width: 40%;
  }

  /* line 95, ../../sass/partials/_page3.scss */
  .page3 .iphone {
    position: absolute;
    bottom: -100vh;
    max-width: 45%;
    max-height: 87vh;
    right: 0;
  }
  /* line 103, ../../sass/partials/_page3.scss */
  .page3 .content {
    margin-top: 30vh;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 113, ../../sass/partials/_page3.scss */
  .blur {
    display: initial;
    position: absolute;
    margin-top: 20vh;
    width: 38%;
  }

  /* line 121, ../../sass/partials/_page3.scss */
  .page3 .text {
    margin-top: 30vh;
  }
  /* line 125, ../../sass/partials/_page3.scss */
  .page3 .iphone {
    position: absolute;
    bottom: -100vh;
    max-width: 45%;
    max-height: 87vh;
    right: 0;
  }
}
@media only screen and (min-width: 1400px) {
  /* line 139, ../../sass/partials/_page3.scss */
  .page3 .iphone {
    position: absolute;
    bottom: -100vh;
    max-width: 55%;
    max-height: 87vh;
    right: 0;
  }
}
/* line 1, ../../sass/partials/_page4.scss */
.page4 {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/rendering-livingroom.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 70% 0%;
  height: 100vh;
}

@media only screen and (min-width: 1200px) {
  /* line 11, ../../sass/partials/_page4.scss */
  .page4 {
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0.5) 50%), url(../images/rendering-livingroom.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    height: 100vh;
  }
}
/* line 1, ../../sass/partials/_payment.scss */
.credit-card {
  height: 1.5em;
  display: inline-block;
  margin-bottom: 10px;
}

/* line 1, ../../sass/partials/_pricing.scss */
.grow-bar-gray {
  background-color: #e6e6e6;
  height: 10px;
  width: 100%;
}

/* line 17, ../../sass/main.scss */
body {
  -webkit-font-smoothing: antialiased;
  font-family: 'AvenirNext Regular';
  font-size: 16px;
  font-style: normal;
  color: #4a4a4a;
  line-height: 1;
}

@media only screen and (max-width: 992px) {
  /* line 28, ../../sass/main.scss */
  .container {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
/* line 35, ../../sass/main.scss */
.patent {
  position: fixed;
  text-align: center;
  color: white;
  bottom: 1px;
}
