.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #d7d9de;
  background-color: #000;
  padding-top: 59px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #f2f4f7;
  text-transform: uppercase;
  margin: 10px 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

h2 {
  color: #f2f4f7;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  text-transform: uppercase;
  margin: 10px 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  text-transform: uppercase;
  margin: 0 0 10px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

h5 {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin: 10px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #a5a7ad;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 22px;
}

a {
  text-decoration: underline;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  text-shadow: 0 1px rgba(0, 0, 0, .1);
  background-color: #d46140;
  border-radius: 2px;
  padding: 13px 24px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s, box-shadow .2s;
  display: inline-block;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .11), inset 0 -34px 50px -25px rgba(0, 0, 0, .16), inset 0 1px rgba(255, 255, 255, .3);
}

.button:hover {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .11), inset 0 -34px 50px -25px rgba(0, 0, 0, 0), inset 0 1px rgba(255, 255, 255, .3);
}

.button:active {
  background-color: #00c274;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .26), inset 0 2px 5px rgba(0, 0, 0, 0), inset 0 2px 2px 1px rgba(0, 0, 0, .16);
}

.button.form {
  width: 27%;
  float: right;
  color: rgba(255, 255, 255, .68);
  background-color: #6e7278;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-right: 0;
  padding: 9px 10px;
}

.button.form:hover {
  color: rgba(255, 255, 255, .94);
  background-color: #80858c;
}

.button.form:active {
  background-color: #168c5d;
}

.button.on-white {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0), inset 0 -34px 50px -25px rgba(0, 0, 0, .16), inset 0 1px rgba(0, 0, 0, 0);
}

.button.contact {
  background-color: #0f8ad1;
  margin-bottom: 17px;
  padding: 18px 53px;
  font-size: 18px;
}

.button.sign-up {
  padding: 18px 53px;
  font-size: 19px;
}

.navbar {
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  -webkit-text-fill-color: inherit;
  background-color: rgba(252, 253, 255, .7);
  background-clip: border-box;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-link {
  float: left;
  color: #384544;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  margin-right: 10px;
  padding: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  text-decoration: none;
  transition: background-color .2s;
  display: block;
}

.nav-link:hover {
  background-color: #eae9dc;
}

.nav-link.w--current {
  color: #384544;
  background-color: #eae9dc;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

.nav-link.right {
  float: right;
  border: 1px solid #5f6266;
  border-radius: 2px;
  margin-top: 14px;
  margin-bottom: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.logo-text {
  color: #fff;
  letter-spacing: 1px;
  border-bottom: 3px solid #5f6266;
  margin-top: 18px;
  padding-bottom: 3px;
  font-size: 21px;
  font-weight: 500;
  transition: border-color .2s;
  display: inline-block;
}

.logo-text:hover {
  border-bottom-color: #4c709e;
}

.logo-text.footer {
  color: #5f6266;
}

.nav-menu {
  max-height: 100%;
  float: right;
  align-items: center;
  padding-left: 20px;
  display: flex;
}

.brand-wrapper {
  width: 200px;
}

.brand-wrapper.w--current {
  width: 200px;
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section {
  z-index: 10;
  background-color: #1d1f21;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section.hero {
  height: 100vh;
  max-height: 100vh;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  text-align: center;
  object-fit: cover;
  background-image: url('../images/hero-background.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-flow: row-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  display: flex;
  overflow: visible;
}

.section.hero:active, .section.hero:focus {
  background-color: #f5a48c;
}

.section.darkgrey {
  background-color: #eae9dc;
  background-image: url('../images/about_bg.png');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 64px;
  display: block;
}

.section.darkestgrey {
  background-color: #1d1f21;
}

.section.press {
  background-color: #000;
  padding-top: 29px;
  padding-bottom: 29px;
}

.section.black {
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-image: url('../images/about_bg.png');
  background-position: 0 0;
  background-size: auto;
  background-clip: border-box;
  align-items: center;
  display: block;
}

.section.footer {
  background-color: #fff;
  background-image: linear-gradient(rgba(98, 168, 141, .1), rgba(98, 168, 141, .1));
}

.section.sign-up {
  color: #ebedf2;
  background-color: #fff;
  padding-top: 64px;
  padding-bottom: 64px;
}

.section.white {
  color: #1d1f21;
  background-color: #fff;
}

.section.content-pages {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.about-image {
  height: 330px;
  background-image: url('../images/team.jpg');
  background-position: 50%;
  background-size: cover;
}

.huge-heading {
  color: #384544;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Vollkorn, serif;
  font-size: 78px;
  font-weight: 400;
  line-height: 89.5px;
  display: block;
}

.subtitle {
  color: #384544;
  text-align: left;
  letter-spacing: .24px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 37px;
}

.subtitle.pricing {
  margin-bottom: 0;
  font-size: 18px;
}

.subtitle.content-pages {
  margin-bottom: 0;
}

.outline-button {
  color: rgba(255, 255, 255, .65);
  border: 2px solid rgba(255, 255, 255, .54);
  border-radius: 2px;
  margin-left: 15px;
  padding: 11px 24px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: border-color .2s, color .5s;
  display: inline-block;
}

.outline-button:hover {
  color: #fff;
  border-color: #fff;
}

.outline-button:active {
  color: rgba(255, 255, 255, .78);
  background-color: rgba(0, 0, 0, .2);
  border-color: rgba(255, 255, 255, .78);
}

.slide {
  background-color: #6e4040;
}

.press-title {
  color: #696969;
  text-transform: uppercase;
  font-family: Roboto Slab, sans-serif;
}

.press-image-wrapper {
  width: 16.66%;
  float: left;
  text-align: center;
}

.press-image-wrapper.title {
  padding-top: 21px;
}

.press-logo {
  opacity: .35;
  transition: opacity .2s;
}

.press-logo:hover {
  opacity: .48;
}

.footer-link {
  color: #909499;
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
}

.footer-link:hover {
  color: #d9d9d9;
}

.field-left {
  width: 73%;
  float: left;
  color: #d7d9de;
  background-color: #5f6266;
  border-style: none;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  margin-bottom: 10px;
}

.field-left:focus {
  background-color: #525559;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0);
}

.success-message {
  background-color: #5f6266;
}

.success-message.big {
  padding: 41px;
}

.no-spam {
  clear: both;
  color: #5f6266;
  margin-top: 10px;
  font-size: 11px;
}

.social-link {
  opacity: .29;
  margin-right: 11px;
  transition: opacity .2s;
}

.social-link:hover {
  opacity: .74;
}

.sign-up-column {
  text-align: center;
  padding-top: 9px;
}

.sign-up-title {
  text-shadow: 0 2px rgba(0, 0, 0, .1);
  margin-bottom: 7px;
  font-family: Roboto Condensed, sans-serif;
}

.small-heading {
  color: #2e2e2e;
  text-transform: none;
  margin-bottom: 31px;
  font-family: Open Sans, sans-serif;
  font-style: italic;
  font-weight: 400;
}

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

.image-crop {
  height: 431px;
  margin-bottom: -80px;
  overflow: hidden;
}

.image-crop.ipad {
  height: 425px;
}

.image-crop.iphone {
  height: 429px;
}

.image-crop.hero {
  width: 492px;
  height: 130px;
  margin: 78px auto -135px;
  transition: height .5s;
  display: block;
  position: relative;
}

.image-crop.hero:hover {
  height: 200px;
}

.feature-icon-wrapper {
  width: 60px;
  height: 60px;
  float: left;
  text-align: center;
  border: 2px solid #5f6266;
  margin-right: 16px;
  padding-top: 13px;
}

.feature-list {
  margin-top: 24px;
}

.feature-list.no-padding {
  margin-top: 0;
}

.feature-item {
  margin-top: 12px;
}

.feature-icon {
  opacity: .81;
}

.feature-text {
  color: #8f9196;
  margin-top: 6px;
  font-size: 12px;
  line-height: 15px;
}

.feature-text.title {
  color: #d7d9de;
  margin-top: 11px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.pricing-column {
  background-color: #2c2f30;
}

.pricing-row {
  margin-top: 28px;
  margin-bottom: 19px;
}

.plan-title {
  text-align: center;
  border-bottom: 3px solid rgba(218, 224, 232, 0);
  padding: 19px 15px;
  font-size: 21px;
}

.plan-title.pro {
  background-color: rgba(215, 217, 222, .09);
  border-bottom-color: rgba(0, 0, 0, 0);
}

.price {
  text-align: center;
  margin-top: 36px;
  margin-bottom: 13px;
  font-family: Roboto, sans-serif;
  font-size: 52px;
  font-weight: 300;
  line-height: 41px;
}

.per-month {
  color: #6f7378;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-size: 16px;
}

.price-feature {
  text-align: center;
  padding: 10px 19px;
  font-size: 16px;
}

.price-feature.deactivate {
  color: rgba(215, 217, 222, .7);
  text-decoration: line-through;
}

.get-started-link {
  color: #d46140;
  text-align: center;
  text-transform: uppercase;
  margin-top: 18px;
  margin-bottom: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s, border-color .5s;
  display: inline-block;
}

.get-started-link:hover {
  color: #f5a48c;
}

.get-started-link.pricing {
  padding-top: 32px;
  padding-bottom: 32px;
  display: block;
}

.get-started-link.in-hero {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.get-started-link.in-hero:hover {
  color: #000;
}

.get-started-link.simple {
  color: #d7d9de;
  border-bottom: 3px solid rgba(215, 217, 222, .2);
  margin-top: 18px;
  margin-bottom: 18px;
}

.get-started-link.simple:hover {
  color: #e8eaed;
  border-bottom-color: rgba(215, 217, 222, .56);
}

.support {
  text-align: right;
}

.no-pad-section {
  background-color: #1d1f21;
}

.all-devices-image {
  max-width: 90%;
  text-align: left;
}

.padded-column {
  padding: 66px 32px;
}

.padded-column.picture {
  height: 366px;
  background-image: url('../images/bag-and-hands-bw.jpg');
  background-position: 50%;
  background-size: cover;
}

.width-limiter {
  max-width: 500px;
}

.question {
  color: #f2f4f7;
  margin-top: 52px;
  margin-bottom: 8px;
  font-size: 19px;
  font-weight: 400;
}

.question.help {
  margin-top: 0;
  margin-bottom: 0;
}

.need-help-row {
  background-color: rgba(95, 98, 102, .54);
  margin-top: 41px;
  padding: 29px;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.contact-text {
  text-transform: none;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.more-questions {
  float: left;
  margin-right: 22px;
}

.service-block {
  background-color: #2c2f30;
  padding: 12px;
}

.number, .service-title {
  text-align: center;
}

.field {
  height: 52px;
  color: #fff;
  background-color: #5f6266;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 2px;
  margin-bottom: 21px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 16px;
  transition: background-color .25s, box-shadow .25s;
  box-shadow: inset 0 0 rgba(0, 0, 0, 0);
}

.field:hover {
  background-color: #515357;
}

.field:focus {
  border-color: #0f8ad1;
  box-shadow: inset 0 0 0 2px #0f8ad1;
}

.field.left {
  width: 49%;
  float: left;
  margin-right: 2%;
}

.field.right {
  width: 49%;
  float: left;
}

.testimonial-wrapper {
  border-radius: 3px;
}

.testimonials-title {
  color: rgba(165, 167, 173, .54);
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 11px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
}

.testimonial {
  color: #a0a2a8;
  margin-top: 25px;
  margin-bottom: 7px;
  font-family: Roboto Slab, sans-serif;
  font-size: 17px;
}

.testimonials-author {
  color: #85878c;
  padding-left: 24px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
}

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

.testimonials-block {
  border-left: 1px solid #5f6266;
  margin-left: 16px;
  padding-left: 17px;
}

.sign-up-form {
  border-right: 1px solid rgba(255, 255, 255, .22);
  padding-right: 23px;
}

.center {
  text-align: center;
}

.image {
  margin: 0;
  position: static;
}

.h2 {
  color: #384544;
  text-align: left;
  font-family: Vollkorn, serif;
  font-size: 53px;
  line-height: 65.5px;
}

.paragraph {
  color: #6b6b6b;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.paragraph.subtitle {
  margin-bottom: 20px;
}

.container {
  max-width: 90%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  grid-template: "Area Area-2"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: center;
  display: grid;
}

.columns {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  object-fit: fill;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  justify-items: start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: block;
  position: relative;
}

.container-2 {
  max-width: 100%;
  object-fit: fill;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.container-3 {
  max-height: 100%;
  max-width: 93%;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button-2 {
  color: #fff;
  letter-spacing: 1.4px;
  -webkit-text-stroke-color: #fff;
  text-transform: uppercase;
  background-color: #e14f2e;
  border-radius: 8px;
  padding: 16px 32px;
  font-family: Open Sans, sans-serif;
}

.columns-2 {
  align-items: center;
  margin: auto;
  display: flex;
}

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

.body {
  padding-top: 0;
}

.div-block {
  max-width: 50%;
  text-align: left;
}

.div-block-2 {
  text-align: center;
}

.div-block-3 {
  max-width: 100%;
}

.container-4 {
  max-width: 90%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area Area-2"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.cell {
  align-items: flex-end;
}

.div-block-4 {
  width: 548px;
  height: 578px;
  text-align: center;
  background-color: #fff;
  padding: 48px;
  box-shadow: 0 0 20px rgba(44, 81, 82, .15);
}

.heading {
  color: #384544;
  font-family: Vollkorn, serif;
  font-size: 35px;
  line-height: 65.5px;
}

.h3 {
  color: #384544;
  text-transform: none;
  column-count: auto;
  white-space: normal;
  font-family: Vollkorn, serif;
  font-size: 36px;
  line-height: 44px;
}

.image-2 {
  margin-bottom: 48px;
}

.container-5 {
  max-width: 90%;
}

.quick-stack-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  padding: 0;
}

.div-block-5 {
  width: 9%;
  background-image: url('../images/amy.png');
  background-position: 0 0;
  background-size: cover;
}

.image-3 {
  width: 100%;
}

.container-6 {
  max-width: 90%;
  background-image: url('../images/cta_bg.png');
  background-position: 0 0;
  background-size: auto;
  padding-top: 64px;
  padding-bottom: 64px;
}

.cell-3 {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  padding-left: 64px;
  padding-right: 64px;
}

.cell-4 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  padding-bottom: 0;
}

.image-4 {
  width: 350px;
}

.div-block-6 {
  width: 100%;
  max-width: 100%;
}

.link-block {
  width: auto;
}

.cell-5 {
  align-items: center;
}

.link {
  max-width: 30.508%;
  color: #384544;
  letter-spacing: 0;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 26px;
  text-decoration: none;
}

.link:hover {
  color: #e14f2e;
}

.cell-6 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.text-block {
  color: #a9a790;
  letter-spacing: 1px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 26px;
}

.cell-7 {
  align-items: center;
}

.cell-8 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.link-block-2, .link-block-3 {
  margin-left: 20px;
  margin-right: 20px;
}

.quick-stack-3 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
}

.image-8 {
  max-height: 100%;
}

.cell-9 {
  justify-content: center;
  padding-left: 64px;
  padding-right: 64px;
}

.cell-10 {
  align-items: center;
}

.container-7 {
  max-width: 93%;
  justify-content: flex-end;
  align-items: center;
  display: block;
}

.navbar-2 {
  width: 100%;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(253, 254, 255, .6);
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
}

.nav-link-2, .nav-link-3, .nav-link-4 {
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
}

.nav-menu-2 {
  align-items: center;
  display: flex;
}

.body-2, .body-3 {
  padding-top: 0;
}

.container-8 {
  max-width: 93%;
  margin-top: 100px;
  margin-bottom: 60px;
  padding-left: 100px;
  padding-right: 100px;
}

.section-2 {
  background-color: #fff;
  padding-top: 64px;
  padding-bottom: 64px;
}

.container-9 {
  max-width: 93%;
}

.quick-stack-5, .image-10 {
  width: 100%;
  order: 0;
}

.section-3 {
  background-color: #eae9dc;
  padding-top: 64px;
  padding-bottom: 64px;
}

.container-10 {
  max-width: 93%;
}

.cell-11, .cell-12, .cell-13, .cell-14, .cell-15, .cell-16 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.quick-stack-6 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.container-11 {
  max-width: 93%;
  align-items: center;
  display: block;
}

.cell-18 {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 60px;
}

.div-block-8 {
  margin-top: 60px;
}

.div-block-9 {
  margin-top: 40px;
}

.body-4, .body-5 {
  padding-top: 0;
}

.container-12 {
  max-width: 93vw;
  justify-content: center;
  margin-top: 70px;
  display: flex;
}

.hero {
  margin-top: 60px;
}

.image-11 {
  max-width: 80%;
  align-self: center;
}

.cell-19 {
  flex-direction: row;
}

.image-12, .image-13 {
  width: 212px;
}

.div-block-10 {
  margin-top: 40px;
  display: flex;
}

.html-embed {
  width: 200px;
  max-width: 200px;
}

.div-block-11 {
  width: 200px;
}

.div-block-12 {
  width: 200px;
  height: 80px;
  object-fit: fill;
  position: relative;
}

.html-embed-2 {
  position: absolute;
}

@media screen and (max-width: 991px) {
  .button {
    background-color: #0bd685;
  }

  .navbar {
    font-family: Open Sans, sans-serif;
    position: fixed;
  }

  .nav-link {
    max-width: 100%;
    float: none;
    color: #fff;
    margin-bottom: 20px;
    margin-right: 0;
    padding-left: 25px;
    padding-right: 25px;
    transition: background-color .2s;
    box-shadow: inset 0 1px rgba(255, 255, 255, .2);
  }

  .nav-link:hover, .nav-link:focus {
    background-color: #e14f2e;
  }

  .nav-link.w--current {
    color: #384544;
    background-color: #eae9dc;
  }

  .nav-link.right {
    width: 100%;
    float: left;
    border-style: none;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-menu {
    width: 100%;
    height: 87vh;
    max-height: 100vh;
    background-color: #eae9dc;
    justify-content: flex-end;
    padding-left: 0;
    box-shadow: 0 7px 12px rgba(0, 0, 0, .28);
  }

  .menu-button {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    font-size: 31px;
  }

  .section.hero {
    display: flex;
  }

  .huge-heading {
    margin-bottom: 12px;
    font-size: 71px;
    line-height: 66px;
  }

  .subtitle {
    font-size: 19px;
    line-height: 25px;
  }

  .press-image-wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }

  .press-image-wrapper.title {
    padding-top: 12px;
  }

  .small-heading {
    font-size: 34px;
  }

  .image-crop {
    height: 451px;
    margin-bottom: -80px;
  }

  .image-crop.ipad {
    height: 449px;
    margin-bottom: -80px;
  }

  .image-crop.iphone {
    height: 489px;
    margin-bottom: -80px;
  }

  .image-crop.hero {
    height: 250px;
    transition: none;
  }

  .image-crop.hero:hover {
    height: 250px;
  }

  .price-feature {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .get-started-link.pricing {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .all-devices-image {
    max-height: 540px;
    max-width: 100%;
  }

  .padded-column.picture {
    height: 436px;
  }

  .container {
    grid-template: "Area"
                   "Area-2"
                   / 1fr;
    grid-auto-flow: column;
  }

  .container-2 {
    max-width: 90%;
  }

  .button-2:hover {
    background-color: #f48369;
  }

  .icon {
    color: #384544;
  }

  .div-block-3 {
    margin-bottom: 40px;
  }

  .cell {
    align-items: center;
  }

  .quick-stack {
    text-align: left;
  }

  .cell-2 {
    align-items: center;
  }

  .quick-stack-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .cell-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cell-4 {
    padding-bottom: 0;
  }

  .cell-10 {
    align-items: flex-start;
    padding-left: 64px;
  }

  .icon-2 {
    color: #384544;
    font-weight: 400;
  }

  .nav-menu-2 {
    height: 100vh;
    padding-bottom: 40px;
  }

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

  .menu-button-2 {
    background-color: rgba(0, 0, 0, 0);
  }

  .div-block-10 {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 0;
  }

  .navbar {
    padding-left: 20px;
    padding-right: 20px;
    position: fixed;
  }

  .brand-wrapper {
    padding-left: 0;
  }

  .section {
    padding: 40px 20px;
  }

  .section.hero {
    padding-top: 74px;
    padding-bottom: 74px;
  }

  .section.press {
    text-align: center;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .section.sign-up {
    text-align: center;
  }

  .section.about-image {
    height: 280px;
  }

  .huge-heading {
    font-size: 50px;
    line-height: 48px;
  }

  .subtitle.pricing {
    margin-bottom: 16px;
  }

  .press-title {
    display: block;
  }

  .press-image-wrapper {
    width: 33%;
  }

  .press-image-wrapper.title {
    width: 100%;
    padding-top: 5px;
  }

  .small-heading {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 32px;
    font-weight: 400;
    line-height: 34px;
  }

  .image-crop {
    text-align: center;
    border-bottom: 3px solid #5f6266;
    margin-bottom: 36px;
  }

  .image-crop.ipad {
    margin-bottom: 36px;
  }

  .image-crop.iphone {
    height: 389px;
    border-bottom-style: none;
    margin-bottom: -40px;
  }

  .image-crop.hero {
    width: auto;
  }

  .feature-list {
    margin-bottom: 20px;
  }

  .pricing-column {
    margin-left: 33px;
    margin-right: 33px;
  }

  .pricing-row {
    margin-top: 9px;
  }

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

  .get-started-link.simple {
    display: inline-block;
  }

  .support {
    text-align: center;
  }

  .all-devices-image {
    width: 70%;
    text-align: left;
    padding-left: 0;
  }

  .padded-column {
    padding: 41px 30px;
  }

  .padded-column.picture {
    height: 246px;
  }

  .question {
    margin-top: 32px;
  }

  .contact-text {
    clear: left;
  }

  .service-block {
    margin-bottom: 19px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .field.left {
    width: 49%;
    margin-right: 3%;
  }

  .field.right {
    width: 48%;
  }

  .testimonials-column {
    border: 2px solid rgba(95, 98, 102, .79);
    padding: 16px 22px 22px;
  }

  .sign-up-form {
    border-right-style: none;
    padding-right: 0;
  }

  .center {
    text-align: center;
  }

  .title {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-column {
    margin-bottom: 33px;
  }

  .container {
    justify-items: start;
  }

  .div-block-4 {
    width: 100%;
    height: auto;
  }

  .container-6 {
    max-width: 100%;
  }

  .cell-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .cell-10 {
    padding-left: 0;
  }

  .image-10 {
    width: 100%;
  }

  .cell-17 {
    align-items: flex-start;
  }

  .cell-18 {
    padding-right: 0;
  }

  .div-block-10, .cell-20 {
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 14px;
    display: block;
  }

  .navbar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .brand-wrapper {
    width: 180px;
  }

  .brand-wrapper.w--current {
    width: 160px;
    padding-left: 0;
  }

  .menu-button {
    background-color: rgba(0, 0, 0, 0);
    font-size: 25px;
  }

  .section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.hero {
    padding: 54px 20px;
  }

  .huge-heading {
    font-size: 45px;
  }

  .subtitle {
    margin-bottom: 29px;
  }

  .outline-button {
    width: 100%;
    margin-left: 0;
    display: block;
  }

  .press-image-wrapper {
    width: 100%;
    height: 47px;
  }

  .small-heading {
    font-size: 21px;
    line-height: 26px;
  }

  .image-crop {
    height: 270px;
  }

  .image-crop.iphone {
    height: 325px;
  }

  .pricing-column {
    margin-left: 0;
    margin-right: 0;
  }

  .all-devices-image {
    width: 100%;
  }

  .padded-column {
    padding-left: 20px;
    padding-right: 20px;
  }

  .padded-column.picture {
    height: 226px;
  }

  .field.left {
    width: 100%;
    margin-right: 0%;
  }

  .field.right {
    width: 100%;
  }

  .ipad-image {
    padding-left: 14px;
    padding-right: 14px;
  }

  .iphone-image {
    padding-left: 25px;
    padding-right: 25px;
  }

  .h2 {
    font-size: 36px;
    line-height: 43px;
  }

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

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

  .div-block-4 {
    padding: 16px;
  }

  .quick-stack {
    padding-left: 0;
    padding-right: 0;
  }

  .cell-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cell-4 {
    background-image: none;
    padding-bottom: 0;
  }

  .link {
    clear: none;
    margin-left: 13px;
    margin-right: 10px;
    line-height: 17px;
  }

  .div-block-7 {
    width: 100%;
    text-align: center;
    flex: 0 auto;
    display: flex;
  }

  .quick-stack-4 {
    padding: 0;
  }

  .nav-menu-2 {
    height: 100vh;
    max-height: 100vh;
  }

  .container-8, .quick-stack-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-10 {
    width: 80%;
  }

  .quick-stack-7 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-12, .image-13 {
    width: 140px;
    height: 140px;
  }
}

#w-node-_2094a4b3-a90d-d25a-2d34-4c560bfc6444-f36b5dc6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_2094a4b3-a90d-d25a-2d34-4c560bfc6445-f36b5dc6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_227dc318-ed9e-33b3-ed8b-cd72cdf5e225-f36b5dc6 {
  grid-area: Area;
}

#w-node-_636f05a3-e50b-4e2f-47ec-89228af4b279-f36b5dc6 {
  grid-area: Area;
  align-self: start;
  justify-self: start;
}

#w-node-_2094a4b3-a90d-d25a-2d34-4c560bfc6446-f36b5dc6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a23fd84-ec47-fa6d-57ea-ff82b1d38945-f36b5dc6 {
  grid-area: Area-2;
}

#w-node-d8c14b7f-016f-c28b-8722-d9fb7a13741b-f36b5dc6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d8c14b7f-016f-c28b-8722-d9fb7a13741c-f36b5dc6, #w-node-d8c14b7f-016f-c28b-8722-d9fb7a13741d-f36b5dc6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5cfb6132-c1d6-9644-6593-e541ff59caa8-f36b5dc6 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_5cfb6132-c1d6-9644-6593-e541ff59caa9-f36b5dc6, #w-node-_5cfb6132-c1d6-9644-6593-e541ff59caaa-f36b5dc6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_232133a6-89b0-ef67-b3b1-bb0d961c390a-961c3908 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_232133a6-89b0-ef67-b3b1-bb0d961c390b-961c3908, #w-node-_232133a6-89b0-ef67-b3b1-bb0d961c390e-961c3908, #w-node-_232133a6-89b0-ef67-b3b1-bb0d961c391d-961c3908 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8879036e-7578-b4c4-ef81-be85ab906e80-f36b5dc9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8879036e-7578-b4c4-ef81-be85ab906e81-f36b5dc9, #w-node-_8879036e-7578-b4c4-ef81-be85ab906e8c-f36b5dc9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0ff98f37-ad88-1961-aff1-a5cc04933d88-f36b5dca {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

#w-node-_0ff98f37-ad88-1961-aff1-a5cc04933d8a-f36b5dca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04ae307e-b88b-e922-e1b2-f97233e8a7cb-f36b5dca {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_04ae307e-b88b-e922-e1b2-f97233e8a7cc-f36b5dca {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4b9bd91b-a80b-4625-c4bd-241071075315-f36b5dca, #w-node-_14dc30ee-29f4-e314-fa20-abd3cbd99cbb-f36b5dca, #w-node-_9bf5ae5f-765b-bff8-a528-f8c12f87b8cd-f36b5dca, #w-node-_2bb7b106-153b-8da2-cd7c-26d99a8e9067-f36b5dca, #w-node-_877e3704-5673-b766-3170-8e20e2e2a821-f36b5dca, #w-node-c556e8a9-824b-1fa2-57ec-97b4a6434ced-f36b5dca, #w-node-_0ff98f37-ad88-1961-aff1-a5cc04933d89-f36b5dca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c5ae94fe-a63d-7047-b9ae-c57d96f1e0fd-f36b5dca {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c5ae94fe-a63d-7047-b9ae-c57d96f1e0fe-f36b5dca, #w-node-c5ae94fe-a63d-7047-b9ae-c57d96f1e0ff-f36b5dca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-add89505-5bd3-5fb3-3a61-5539a4f9fbb0-f36b5dcb {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

#w-node-add89505-5bd3-5fb3-3a61-5539a4f9fbb1-f36b5dcb, #w-node-add89505-5bd3-5fb3-3a61-5539a4f9fbe2-f36b5dcb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_2094a4b3-a90d-d25a-2d34-4c560bfc6444-f36b5dc6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_2094a4b3-a90d-d25a-2d34-4c560bfc6445-f36b5dc6 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2094a4b3-a90d-d25a-2d34-4c560bfc6446-f36b5dc6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d8c14b7f-016f-c28b-8722-d9fb7a13741b-f36b5dc6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d8c14b7f-016f-c28b-8722-d9fb7a13741c-f36b5dc6, #w-node-d8c14b7f-016f-c28b-8722-d9fb7a13741d-f36b5dc6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5cfb6132-c1d6-9644-6593-e541ff59caa8-f36b5dc6 {
    grid-template-rows: auto;
    grid-template-columns: 2fr;
  }

  #w-node-_5cfb6132-c1d6-9644-6593-e541ff59caa9-f36b5dc6, #w-node-_5cfb6132-c1d6-9644-6593-e541ff59caaa-f36b5dc6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0ff98f37-ad88-1961-aff1-a5cc04933d8a-f36b5dca, #w-node-add89505-5bd3-5fb3-3a61-5539a4f9fbb1-f36b5dcb {
    order: 0;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8879036e-7578-b4c4-ef81-be85ab906e80-f36b5dc9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8879036e-7578-b4c4-ef81-be85ab906e81-f36b5dc9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8879036e-7578-b4c4-ef81-be85ab906e8c-f36b5dc9 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0ff98f37-ad88-1961-aff1-a5cc04933d8a-f36b5dca, #w-node-add89505-5bd3-5fb3-3a61-5539a4f9fbb1-f36b5dcb {
    order: 9999;
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0ff98f37-ad88-1961-aff1-a5cc04933d88-f36b5dca {
    grid-template-rows: auto;
    grid-template-columns: 2fr;
  }

  #w-node-_0ff98f37-ad88-1961-aff1-a5cc04933d8a-f36b5dca {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_04ae307e-b88b-e922-e1b2-f97233e8a7cb-f36b5dca {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_04ae307e-b88b-e922-e1b2-f97233e8a7cc-f36b5dca, #w-node-_4b9bd91b-a80b-4625-c4bd-241071075315-f36b5dca, #w-node-_14dc30ee-29f4-e314-fa20-abd3cbd99cbb-f36b5dca, #w-node-_9bf5ae5f-765b-bff8-a528-f8c12f87b8cd-f36b5dca, #w-node-_2bb7b106-153b-8da2-cd7c-26d99a8e9067-f36b5dca, #w-node-_877e3704-5673-b766-3170-8e20e2e2a821-f36b5dca, #w-node-c556e8a9-824b-1fa2-57ec-97b4a6434ced-f36b5dca, #w-node-_0ff98f37-ad88-1961-aff1-a5cc04933d89-f36b5dca {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c5ae94fe-a63d-7047-b9ae-c57d96f1e0fd-f36b5dca {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-c5ae94fe-a63d-7047-b9ae-c57d96f1e0fe-f36b5dca, #w-node-c5ae94fe-a63d-7047-b9ae-c57d96f1e0ff-f36b5dca {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-add89505-5bd3-5fb3-3a61-5539a4f9fbb0-f36b5dcb {
    grid-template-rows: auto;
    grid-template-columns: 2fr;
  }

  #w-node-add89505-5bd3-5fb3-3a61-5539a4f9fbb1-f36b5dcb, #w-node-add89505-5bd3-5fb3-3a61-5539a4f9fbe2-f36b5dcb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


