.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

h1 {
  margin-top: 20px;
  margin-bottom: 16px;
  font-size: 40px;
  line-height: 55px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 35px;
  line-height: 50px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 35px;
  font-weight: 300;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

p {
  margin-bottom: 20px;
  color: #676b75;
  font-size: 16px;
  line-height: 30px;
}

a {
  color: #469af4;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  text-align: left;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  text-align: left;
}

li {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 5px;
  font-size: 15px;
  line-height: 20px;
}

img {
  display: inline-block;
  max-width: 100%;
}

blockquote {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px 30px;
  border-left: 3px solid #ffc250;
  font-size: 20px;
  line-height: 35px;
  font-style: italic;
}

figure {
  margin-top: 30px;
  margin-bottom: 30px;
}

figcaption {
  margin-top: 5px;
  color: #999ea8;
  font-size: 14px;
  text-align: center;
}

.hero-section {
  height: 720px;
  background-image: url('../images/bg-gradient-1.svg'), linear-gradient(135deg, #7956ec, #2fb9f8);
  background-position: 50% 0px, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: fixed, scroll;
}

.hero-section.video {
  background-image: linear-gradient(135deg, rgba(121, 86, 236, 0.9), rgba(47, 185, 248, 0.9));
}

.hero-section.desktop {
  overflow: hidden;
  height: 820px;
  margin-bottom: -20px;
}

.hero-section.web {
  margin-bottom: 540px;
}

.hero-section.all-platforms {
  height: 500px;
  margin-bottom: 0px;
  background-image: linear-gradient(180deg, #07c598, #07c598);
}

.hero-section.phone {
  margin-bottom: 120px;
  background-color: transparent;
  background-image: linear-gradient(180deg, #05a37d, #05a37d);
}

.hero-section.tablet {
  margin-bottom: 120px;
}

.logo {
  position: absolute;
  left: 0px;
  margin-top: -2px;
  padding-right: 20px;
  padding-left: 15px;
  float: left;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.body {
  background-color: #f8f9fa;
  font-family: 'Nunito Sans', sans-serif;
  color: #282b31;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}

.nav-section {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 99;
  background-color: #f4f4f4;
  color: #fff;
}

.nav-link {
  display: inline-block;
  padding: 8px 20px;
  transition: opacity 200ms ease;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.nav-link:hover {
  opacity: 0.8;
}

.nav-link.w--current {
  color: #fff;
}

.nav-link.dropdown {
  padding-right: 34px;
}

.wrapper {
  display: block;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.wrapper.hero-2-cols {
  display: flex;
  justify-content: space-between;
}

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

.wrapper.side-reviews {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.button {
  height: 50px;
  padding-top: 11px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 6px 12px 0 rgba(40, 43, 49, 0.08);
  transition: box-shadow 200ms ease;
  font-family: Poppins, sans-serif;
  color: #282b31;
  font-size: 17px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.button:hover {
  box-shadow: 0 12px 24px 0 rgba(40, 43, 49, 0.16);
}

.button.nav-panel-button {
  height: 40px;
  margin-right: 10px;
  margin-bottom: 0px;
  padding-top: 11px;
  padding-right: 15px;
  padding-left: 15px;
  float: right;
  background-color: #009688;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}

.button.feature-video-button {
  margin-top: 60px;
  margin-bottom: -50px;
}

.button.beta {
  position: fixed;
  top: 30px;
  right: 30px;
  height: 40px;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 14px;
  line-height: 20px;
}

.button.hero-second-button {
  margin-right: 10px;
  margin-left: 10px;
}

.nav-panel {
  position: relative;
  display: flex;
  padding: 25px 15px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
}

.nav-menu {
  position: relative;
  display: block;
  margin-right: 15px;
  float: right;
  justify-content: flex-end;
  align-items: flex-start;
  flex: 0 auto;
  background-color: transparent;
  text-align: left;
}

.grey-section {
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 110px;
  background-color: #f8f9fa;
  text-align: center;
}

.grey-section.second-phone-feature {
  margin-top: -70px;
  padding-top: 0px;
}

.grey-section.reviews {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
  box-shadow: 0 0 0 1px #e7e8ea;
}

.grey-section.second-web-feature {
  padding-top: 65px;
  padding-bottom: 145px;
}

.grey-section.first-web-feature {
  padding-top: 145px;
  padding-bottom: 70px;
}

.hero-heading {
  max-width: 570px;
  margin-bottom: 36px;
  color: #fff;
}

.hero-heading.middle {
  font-size: 29px;
}

.heading-accent {
  font-family: Poppins, sans-serif;
  color: #000;
  font-weight: 800;
}

.hero-intro-left {
  padding-top: 70px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 1;
}

.app-icon {
  display: block;
  width: 90px;
  margin-bottom: 34px;
  border-radius: 18px;
  box-shadow: 0 3px 6px 0 rgba(40, 43, 49, 0.08);
}

.app-icon.coming-soon-icon-v1 {
  margin-bottom: 19px;
}

.app-icon.coming-soon-icon-v2 {
  margin-top: -45px;
  margin-bottom: 20px;
}

.hero {
  display: flex;
  width: 100%;
  padding-top: 140px;
  justify-content: space-between;
  align-items: flex-start;
}

.section-header {
  display: block;
  max-width: 570px;
  margin: 14px auto 20px;
  font-family: Poppins, sans-serif;
}

.section-header.white-text {
  color: #fff;
}

.feature-big-icon {
  margin-bottom: 5px;
  border-radius: 15px;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.08);
  text-shadow: 0 -1px 0 hsla(0, 0%, 100%, 0.25);
}

.feature-text-small {
  margin-top: -3px;
  color: #676b75;
  font-size: 14px;
  line-height: 25px;
}

.feature-big {
  padding: 26px 30px 70px;
  flex-basis: 33.33333333%;
}

.white-section {
  margin-bottom: 1px;
  padding-top: 90px;
  padding-bottom: 110px;
  background-color: #fff;
  box-shadow: 0 0 0 1px #e7e8ea;
}

.white-section.press {
  position: relative;
  z-index: 1;
  padding-top: 55px;
  padding-bottom: 55px;
  box-shadow: 0 0 0 1px #e7e8ea;
  text-align: center;
}

.white-section.no-paddings {
  padding-top: 0px;
  padding-bottom: 0px;
}

.press-logo {
  max-height: 28px;
}

.press-link {
  padding: 15px 25px;
  opacity: 0.7;
  transition: opacity 200ms ease;
}

.press-link:hover {
  opacity: 1;
}

.background-section {
  padding-top: 90px;
  padding-bottom: 110px;
  background-image: linear-gradient(180deg, #05a37d, #05a37d);
  color: #fff;
}

.background-section.page-top {
  padding-bottom: 80px;
}

.footer-v1 {
  display: flex;
  padding-bottom: 0px;
  flex-wrap: wrap;
  color: #fff;
}

.footer-v1-column {
  width: 25%;
  padding-right: 15px;
  padding-left: 15px;
}

.footer-description {
  max-width: 220px;
  margin-top: 17px;
  margin-bottom: 27px;
  background-color: transparent;
  opacity: 0.8;
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
}

.footer-link-v1 {
  margin-top: 10px;
  float: left;
  clear: left;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
}

.footer-link-v1:hover {
  text-decoration: underline;
}

.footer-bottom-v1 {
  display: flex;
  width: 100%;
  margin-top: 60px;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  justify-content: space-between;
  border-top: 1px solid hsla(0, 0%, 100%, 0.3);
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 12px;
  line-height: 20px;
}

.heart-icon {
  background-image: url('../images/heart-icon-red.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  color: transparent;
}

.heart-icon.white-heart-icon {
  background-image: url('../images/heart-icon-white.svg');
  background-size: auto;
}

.bottom-link-dark {
  color: #282b31;
  font-weight: 700;
  text-decoration: none;
}

.bottom-link-dark:hover {
  text-decoration: underline;
}

.social-button {
  border: 1px solid #e7e8ea;
  line-height: 0px;
}

.social-button.left-button {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.social-button.left-button.white {
  border-color: hsla(0, 0%, 100%, 0.3);
}

.social-button.right-button {
  border-left-style: none;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.social-button.right-button.white {
  border-color: hsla(0, 0%, 100%, 0.3);
}

.social-button.middle-button {
  border-left-style: none;
}

.social-button.middle-button.white {
  border-color: hsla(0, 0%, 100%, 0.3);
}

.video-tour-section {
  background-image: linear-gradient(135deg, rgba(121, 86, 236, 0.85), rgba(47, 185, 248, 0.85));
}

.video-tour-section.phone {
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(135deg, #05a37d, rgba(47, 185, 248, 0.85)), url('../images/video-tour-phone.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.video-tour-section.tablet {
  background-image: linear-gradient(135deg, rgba(121, 86, 236, 0.85), rgba(47, 185, 248, 0.85)), url('../images/video-tour-tablet.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.video-tour-phone {
  display: flex;
  padding-top: 90px;
  padding-bottom: 90px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.video-tour-phone:hover {
  text-decoration: none;
}

.video-tour-text {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 35px;
  text-decoration: none;
}

.video-tour-text:hover {
  text-decoration: none;
}

.big-side-feature {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.big-side-feature.second {
  flex-direction: row-reverse;
}

.big-side-feature.side-feature-blocks {
  margin-bottom: -30px;
  padding-top: 85px;
}

.big-feature-info {
  width: 33.33333333%;
  margin-right: 8.33333333%;
  margin-left: 8.33333333%;
  padding-right: 15px;
  padding-left: 15px;
}

.big-feature-info.big-device {
  width: 33.33333333%;
  margin-right: 0%;
  margin-left: 0%;
}

.feature-text-big {
  margin-top: 16px;
  color: #676b75;
  line-height: 30px;
}

.feature-device {
  position: relative;
  left: 0px;
  top: 0px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 1;
  text-align: center;
}

.feature-device.laptop {
  width: 66.66666667%;
}

.feature-device.desktop {
  width: 66.66666667%;
  margin-top: -20px;
  margin-bottom: -90px;
  padding-left: 100px;
}

.feature-device.web {
  width: 66.66666666%;
  padding-right: 100px;
  padding-left: 100px;
}

.feature-device.tab-device {
  overflow: visible;
  width: 66.66666667%;
  flex: 0 auto;
}

.feature-device.phone {
  padding-top: 20px;
  padding-bottom: 20px;
}

.stars-center {
  display: block;
  margin: 20px auto 30px;
}

.testimonials-v1 {
  height: 420px;
  padding-top: 50px;
  background-color: transparent;
}

.review-slide-v1 {
  width: 33.333333%;
  padding-top: 40px;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 12px;
  perspective-origin: 50% 50%;
}

.review-v1 {
  position: relative;
  padding-right: 40px;
  padding-left: 40px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 10px 20px 0 rgba(40, 43, 49, 0.16);
  color: #282b31;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.review-v1-avatar {
  position: relative;
  top: -35px;
  display: block;
  width: 70px;
  height: 70px;
  margin-right: auto;
  margin-bottom: -17px;
  margin-left: auto;
  border-radius: 100%;
  background-color: #999ea8;
  box-shadow: 0 6px 12px 0 rgba(40, 43, 49, 0.16);
}

.review-author {
  margin-top: 17px;
  padding-top: 15px;
  padding-bottom: 24px;
  border-top: 1px solid #e7e8ea;
  color: #999ea8;
  font-size: 12px;
  line-height: 20px;
  font-style: normal;
  font-weight: 700;
}

.reviews-nav-dots {
  position: relative;
  height: 10px;
  padding-top: 0px;
  font-size: 10px;
}

.hero-device {
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 auto;
  text-align: center;
}

.hero-device.desktop {
  position: relative;
  left: -90px;
  padding-top: 40px;
}

.footer-section-v1 {
  padding-top: 40px;
  background-color: #05a37d;
}

.footer-section-v4 {
  border-top: 1px solid #e7e8ea;
  background-color: #fff;
}

.footer-v4 {
  display: flex;
  padding-top: 20px;
  padding-bottom: 25px;
  justify-content: space-between;
  color: #999ea8;
  font-size: 12px;
  text-align: center;
}

.bottom-link-white {
  color: #fff;
  text-decoration: none;
}

.bottom-link-white:hover {
  text-decoration: underline;
}

.footer-logo {
  padding-top: 10px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 1;
  font-size: 20px;
  font-weight: 800;
  text-align: left;
}

.author-copyright {
  padding-top: 10px;
  flex: 40%;
  line-height: 30px;
}

.social-buttons {
  padding-top: 10px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 1;
  text-align: right;
}

.white-text {
  color: #fff;
}

.store-badge {
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 6px;
  box-shadow: 0 6px 12px 0 rgba(40, 43, 49, 0.08);
  transition: box-shadow 200ms ease;
}

.store-badge:hover {
  box-shadow: 0 12px 24px 0 rgba(40, 43, 49, 0.24);
}

.store-badges {
  display: flex;
  padding-top: 26px;
  justify-content: center;
}

.feature-cards-big {
  display: flex;
  padding-top: 66px;
  justify-content: center;
  flex-wrap: wrap;
}

.feature-small-icon {
  position: absolute;
  display: block;
  margin-top: 8px;
}

.feature-small-heading {
  margin-left: 45px;
}

.feature-small-container {
  width: 33.3333333%;
  padding: 20px 15px 25px;
}

.feature-small-text {
  margin-left: 45px;
  color: #676b75;
  font-size: 14px;
}

.feature-card-v2 {
  margin: 15px;
  padding: 50px 30px;
  flex: 20%;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(40, 43, 49, 0.12);
  font-size: 14px;
  text-align: center;
}

.footer-section-v2 {
  padding-top: 30px;
  border-top: 1px solid #e7e8ea;
  background-color: #fff;
}

.footer-v2 {
  display: flex;
  padding-bottom: 50px;
  justify-content: space-between;
  align-items: flex-start;
}

.footer-right-links {
  width: 30%;
  padding-top: 16px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 1;
  color: #282b31;
  text-align: right;
}

.footer-link-v2 {
  margin-top: 10px;
  float: right;
  clear: right;
  color: #282b31;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
}

.footer-link-v2:hover {
  text-decoration: underline;
}

.footer-bottom-v2 {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #e7e8ea;
  color: #999ea8;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}

.footer-store-badge {
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 6px;
  box-shadow: 0 6px 12px 0 rgba(40, 43, 49, 0.08);
  transition: box-shadow 200ms ease;
}

.footer-store-badge:hover {
  box-shadow: 0 12px 24px 0 rgba(40, 43, 49, 0.16);
}

.hero-play-button {
  margin-top: 190px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.phone-center-features {
  display: flex;
  padding-top: 30px;
  padding-bottom: 10px;
  justify-content: center;
}

.phone-side-features {
  display: flex;
  width: 25%;
  padding-right: 15px;
  padding-left: 15px;
  flex-direction: column;
  justify-content: center;
  text-align: right;
}

.side-feature {
  padding-top: 22px;
  padding-bottom: 25px;
}

.highlight-icon {
  margin-bottom: 11px;
  border-radius: 11px;
  box-shadow: 0 6px 12px 0 rgba(40, 43, 49, 0.12);
}

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

.phone-center {
  width: 33.333333%;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.feature-big-heading {
  font-family: Poppins, sans-serif;
}

.features-small {
  display: flex;
  margin-bottom: -20px;
  flex-wrap: wrap;
}

.footer-store-badges {
  display: flex;
  width: 46%;
  padding-top: 30px;
  justify-content: center;
  flex: 0 auto;
}

.feature-icon-50 {
  width: 50px;
  margin-bottom: 15px;
  border-radius: 10px;
  box-shadow: 0 6px 12px 0 rgba(40, 43, 49, 0.08);
}

.feature-card-big {
  display: flex;
  margin-right: 15px;
  margin-left: 15px;
  padding: 60px 30px 62px;
  flex-direction: column;
  align-items: center;
  flex: 1;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(40, 43, 49, 0.12);
}

.feature-card-heading {
  margin-bottom: 15px;
}

.feature-card-icon {
  width: 70px;
  max-width: none;
  margin-bottom: 21px;
  border-radius: 15px;
  box-shadow: 0 6px 12px 0 rgba(40, 43, 49, 0.08);
}

.feature-card-link {
  margin-top: 15px;
  font-size: 14px;
}

.feature-tabs-wrapper {
  display: flex;
  margin-top: 30px;
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: center;
}

.feature-tabs {
  width: 33.333333%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 auto;
}

.feature-tabs.big {
  width: 41.66666666%;
}

.feature-tab-v2 {
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 31px;
  padding-bottom: 26px;
  flex-direction: column;
  border-radius: 12px;
  background-color: transparent;
  transition: background-color 200ms ease, box-shadow 200ms ease;
}

.feature-tab-v2:hover {
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(40, 43, 49, 0.12);
}

.feature-tab-v2.w--current {
  background-color: #fff;
  box-shadow: 0 6px 12px 0 rgba(40, 43, 49, 0.08);
}

.feature-tab-v2.tab-1.w--current {
  background-image: url('../images/tab-reload-icon.svg');
  background-position: 107% 50%;
  background-size: 120px;
  background-repeat: no-repeat;
}

.feature-tab-v2.tab-2.w--current {
  background-image: url('../images/tab-inbox-icon.svg');
  background-position: 107% 50%;
  background-size: 120px;
  background-repeat: no-repeat;
}

.feature-tab-v2.tab-3.w--current {
  background-image: url('../images/tab-clock-icon.svg');
  background-position: 107% 50%;
  background-size: 120px;
  background-repeat: no-repeat;
}

.feature-tab-heading {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
}

.download {
  display: flex;
  margin-top: -36px;
  margin-bottom: -50px;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}

.download-text {
  width: 50%;
  padding-right: 15px;
  padding-bottom: 20px;
  padding-left: 15px;
}

.device-big-image {
  max-width: none;
}

.device-big-image.fright {
  float: right;
}

.device-big-image.tab-big-device {
  margin-right: 8.33333333%;
  margin-left: 8.33333333%;
  float: right;
}

.press-container {
  position: relative;
  display: flex;
  overflow: hidden;
  max-width: 770px;
  margin: 66px auto 10px;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-radius: 12px;
  background-image: linear-gradient(180deg, #fff, #fff);
  box-shadow: 0 1px 3px 0 rgba(40, 43, 49, 0.12);
}

.press-color-link {
  width: 33.33333333%;
  padding: 40px 10px;
  background-color: #fff;
  box-shadow: 0 0 0 1px #e7e8ea;
  text-align: center;
}

.gradient-button {
  height: 50px;
  padding-top: 11px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 6px;
  background-image: linear-gradient(135deg, #ff8e64, #ffe641);
  box-shadow: 0 6px 12px 0 rgba(40, 43, 49, 0.08);
  transition: box-shadow 200ms ease;
  color: #fff;
  font-size: 17px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.gradient-button:hover {
  background-image: linear-gradient(135deg, #ff8e64, #ffe641);
  box-shadow: 0 12px 24px 0 rgba(40, 43, 49, 0.16);
}

.gradient-button.hero-first-button {
  margin-right: 10px;
  font-family: Poppins, sans-serif;
}

.gradient-button.pricing-buy-button {
  display: block;
  margin-top: 30px;
}

.gradient-button.pricing-free-button {
  display: block;
  margin-top: 40px;
  background-image: linear-gradient(135deg, #009fc5, #3cecb0);
}

.gradient-button.trial-button {
  margin-right: 10px;
  margin-left: 10px;
  flex: 1;
}

.gradient-button.buy-button {
  margin-right: 20px;
}

.gradient-button.blue {
  background-image: linear-gradient(135deg, #7956ec, #2fb9f8);
}

.square-features-container {
  display: flex;
  overflow: hidden;
  margin: 30px 15px 10px;
  flex-wrap: wrap;
  background-color: #fff;
  box-shadow: 0 6px 12px 0 rgba(40, 43, 49, 0.08);
}

.square-feature {
  display: flex;
  width: 50%;
  padding-right: 105px;
  padding-left: 105px;
  flex-direction: column;
  justify-content: center;
}

.download-buttons-contaner {
  padding-right: 15px;
  padding-left: 15px;
}

.square-feature-image {
  width: 50%;
  height: 560px;
  flex: 0 auto;
  background-color: #469af4;
}

.square-feature-image.image-1 {
  background-image: url('../images/tablet-feature-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.square-feature-image.image-2 {
  background-image: url('../images/tablet-feature-2.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.square-feature-image.image-3 {
  background-image: url('../images/all-platforms-feature-1.jpg');
  background-position: 100% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.square-feature-image.image-4 {
  background-image: url('../images/all-platforms-feature-2.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.video-tour-tablet {
  display: block;
  padding-top: 100px;
  padding-bottom: 120px;
  text-align: center;
}

.section-description {
  display: inline-block;
  max-width: 570px;
  color: #676b75;
  font-size: 16px;
  line-height: 30px;
}

.section-description.white-text {
  display: inline-block;
  color: #fff;
}

.section-description.white-transparent-text {
  color: hsla(0, 0%, 100%, 0.8);
}

.section-description.small-description {
  font-size: 13px;
  line-height: 20px;
}

.contact-window {
  display: block;
  width: 64%;
  margin: 60px auto 10px;
  padding: 70px 60px;
  justify-content: center;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 12px 24px 0 rgba(40, 43, 49, 0.16);
  color: #282b31;
}

.contact-window.popup {
  position: relative;
  z-index: 1000;
  margin-top: 0px;
  margin-bottom: 0px;
}

.input {
  height: 50px;
  margin-bottom: 0px;
  padding-top: 11px;
  padding-right: 20px;
  padding-left: 20px;
  border: 1px solid #d3d5da;
  border-radius: 6px;
  background-color: #f8f9fa;
  font-size: 17px;
  line-height: 30px;
}

.input.text-area {
  min-height: 180px;
  margin-right: 10px;
  margin-bottom: 30px;
  margin-left: 10px;
  padding: 21px 30px;
}

.input.contact-input {
  width: 50%;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
  flex: 1;
}

.input.subscribe-input {
  margin-right: 20px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-left: 50px;
  border-style: none;
  background-color: #fff;
  background-image: url('../images/mail-icon.svg');
  background-position: 20px 50%;
  background-repeat: no-repeat;
}

.input.trial-input {
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
  flex: 1;
}

.input.trial-white-input {
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
  flex: 1;
  border-style: none;
  background-color: #fff;
}

.input.footer-subscribe {
  margin-top: 24px;
  margin-bottom: 30px;
  border-style: none;
  background-color: #fff;
}

.input.trial-email-input {
  margin: 20px 10px 25px;
}

.input.notify-input {
  margin-right: 20px;
  margin-bottom: 0px;
  padding-left: 50px;
  background-image: url('../images/mail-icon.svg');
  background-position: 20px 50%;
  background-repeat: no-repeat;
}

.input.password-input {
  margin-top: 16px;
  margin-bottom: 24px;
  border-color: #fff;
  text-align: center;
}

.contact-form {
  display: flex;
  margin-bottom: 30px;
  justify-content: center;
  flex-wrap: wrap;
}

.reviews-left-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 0;
  width: 33%;
  height: 100%;
  background-color: #fff;
}

.reviews-left-container {
  display: flex;
  width: 33.33333333%;
  padding: 150px 30px 170px 15px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  border-right: 1px solid #e7e8ea;
  background-color: #fff;
}

.stars-left {
  margin-bottom: 44px;
}

.reviews-right-container {
  padding: 110px 15px 110px 60px;
  flex: 1;
}

.review-v2 {
  display: flex;
  max-width: 570px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 30px 15px 21px;
  float: left;
  flex-wrap: wrap;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 6px 12px 0 rgba(40, 43, 49, 0.08);
}

.review-v2.review-reversed {
  float: right;
  flex-direction: row-reverse;
}

.review-v2-avatar {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  margin-left: 15px;
  border-radius: 50%;
}

.review-v2-text {
  margin-top: -7px;
  margin-right: 15px;
  margin-left: 15px;
  flex: 1;
  font-size: 14px;
  line-height: 25px;
  font-style: italic;
  font-weight: 400;
}

.review-v2-author-info {
  display: flex;
  width: 100%;
  margin-top: 22px;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 13px;
  justify-content: space-between;
  border-top: 1px solid #e7e8ea;
  color: #999ea8;
  font-size: 12px;
  line-height: 25px;
}

.review-v2-author-info.author-info-reversed {
  flex-direction: row-reverse;
}

.review-v2-icon {
  width: 16px;
  height: 16px;
  margin-top: 4px;
  background-image: url('../images/twitter-icon_1.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 0.25;
  transition: opacity 200ms ease;
}

.review-v2-icon:hover {
  opacity: 0.5;
}

.reviews-v2-header {
  flex: 1;
}

.reviews-v2-more-text {
  margin-bottom: 20px;
  color: #999ea8;
  font-size: 15px;
  line-height: 30px;
  font-weight: 700;
}

.reviews-v2-store-link {
  display: flex;
  color: #282b31;
  line-height: 30px;
  font-weight: 700;
}

.reviews-v2-store-link:hover {
  text-decoration: underline;
}

.arrow-icon {
  margin-right: 12px;
}

.pricing-v1 {
  display: flex;
  justify-content: center;
}

.pricing-v1-info {
  display: flex;
  width: 33.3333333%;
  padding-right: 16px;
  padding-left: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.pricing-v1-plans {
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  justify-content: flex-end;
  flex: 1;
}

.pricing-v1-plan {
  position: relative;
  z-index: 1;
  width: 350px;
  padding: 50px 50px 60px;
  border-radius: 12px;
  background-color: #0098ff;
  background-image: url('../images/bg-gradient-1.svg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.08);
  color: #fff;
}

.pricing-v1-plan-name {
  height: 40px;
  margin-right: -50px;
  margin-left: -50px;
  padding-right: 50px;
  padding-left: 50px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.3);
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
  background-color: hsla(0, 0%, 100%, 0.07);
  color: #fff;
  font-size: 11px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.pricing-v1-price {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 60px;
  line-height: 80px;
  font-weight: 300;
  text-align: center;
}

.pricing-v1-plan-feature {
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 30px;
}

.pricing-feature-yes-icon {
  margin-right: 14px;
  opacity: 0.6;
}

.pricing-v1-free-plan-name {
  height: 40px;
  margin-right: -50px;
  margin-left: -50px;
  padding-right: 50px;
  padding-left: 50px;
  border-top: 1px solid #e7e8ea;
  border-bottom: 1px solid #e7e8ea;
  background-color: #f8f9fa;
  color: #676b75;
  font-size: 11px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.pricing-v1-free-plan {
  width: 335px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: -15px;
  padding: 50px 50px 60px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(40, 43, 49, 0.12);
  color: #676b75;
}

.pricing-v1-free {
  margin-top: 7px;
  margin-bottom: 3px;
  color: #282b31;
  font-size: 40px;
  line-height: 100px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.features-video {
  display: flex;
  padding-top: 46px;
  padding-right: 15px;
  padding-left: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.features-video-list {
  display: flex;
  width: 50%;
  flex-wrap: wrap;
  align-content: center;
}

.features-video-preview {
  display: flex;
  width: 50%;
  height: 360px;
  justify-content: center;
  align-items: center;
  flex: 0 auto;
  border-radius: 12px;
  background-image: linear-gradient(135deg, rgba(121, 86, 236, 0.85), rgba(47, 185, 248, 0.85)), url('../images/video-tour-laptop.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  box-shadow: 0 6px 12px 0 rgba(40, 43, 49, 0.08);
}

.feature-video-list-item {
  width: 50%;
  padding-top: 20px;
  padding-right: 45px;
  padding-bottom: 27px;
  text-align: left;
}

.feature-video-header {
  margin-top: 20px;
}

.hero-desktop-bottom {
  height: 120px;
  margin-top: -76px;
  background-color: #f8f9fa;
}

.device-big-center {
  margin-top: 57px;
  margin-bottom: -214px;
}

.trial-form {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.trial-form-wrapper {
  display: flex;
  width: 66.66666666%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 36px;
  padding-right: 5px;
  padding-left: 5px;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}

.trial-text {
  margin-top: 40px;
  margin-bottom: 3px;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 12px;
  line-height: 22px;
}

.trial-text.light-grey-text {
  width: 100%;
}

.white-bold-link {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.white-bold-link:hover {
  text-decoration: underline;
}

.questions-list {
  display: -ms-grid;
  display: grid;
  margin-bottom: -20px;
  padding-top: 50px;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 0em;
  column-gap: 0em;
}

.question {
  display: inline-block;
  padding: 20px 55px 25px 15px;
  text-align: left;
}

.question-icon {
  position: relative;
  display: inline-block;
  float: left;
}

.question-text {
  margin-top: 12px;
  margin-bottom: 8px;
  margin-left: 60px;
  font-weight: 700;
}

.answer-text {
  margin-left: 60px;
  color: #676b75;
  font-size: 14px;
  line-height: 25px;
}

.reviews-arrow {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background-color: #fff;
  background-image: url('../images/arrow-left-icon.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  box-shadow: 0 6px 12px 0 rgba(40, 43, 49, 0.12);
  transition: box-shadow 200ms ease;
  color: transparent;
}

.reviews-arrow:hover {
  box-shadow: 0 12px 24px 0 rgba(40, 43, 49, 0.16);
}

.reviews-arrow.right {
  background-image: url('../images/arrow-right-icon.svg');
  background-size: auto;
}

.review-v3-avatar {
  width: 70px;
  height: 70px;
  margin-bottom: 37px;
  border-radius: 50%;
  box-shadow: 0 6px 12px 0 rgba(40, 43, 49, 0.08);
}

.review-v3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.review-v3-text {
  max-width: 570px;
  padding-right: 15px;
  padding-left: 15px;
  color: #fff;
  font-size: 20px;
  line-height: 35px;
  font-style: italic;
}

.review-v3-author {
  margin-top: 32px;
  padding: 8px 50px 22px;
  background-image: url('../images/quote-icon.svg');
  background-position: 50% 0px;
  background-size: auto;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
}

.review-v3-author-text {
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 12px;
  line-height: 20px;
}

.feature-cards-v2 {
  display: flex;
  padding-top: 40px;
  justify-content: center;
  flex-wrap: wrap;
}

.testimonials-v3 {
  height: 410px;
  padding-top: 50px;
  background-color: transparent;
}

.pricing-v2 {
  display: flex;
  padding-top: 46px;
  padding-bottom: 10px;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
  font-size: 11px;
  line-height: 20px;
}

.pricing-v2-plan {
  margin-right: 15px;
  margin-left: 15px;
  padding: 50px;
  flex: 1;
  border-radius: 12px;
}

.pricing-v2-plan.best-plan-v2 {
  background-color: #fff;
  box-shadow: 0 6px 12px 0 rgba(40, 43, 49, 0.08);
}

.pricing-v2-name {
  height: 40px;
  border: 1px solid #e7e8ea;
  border-radius: 6px;
  background-image: linear-gradient(180deg, #fff, #fff);
  color: #676b75;
  font-size: 11px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.pricing-v2-price {
  margin-top: 14px;
  color: #282b31;
  font-size: 40px;
  line-height: 86px;
  font-weight: 300;
}

.pricing-v2-features {
  overflow: hidden;
  margin-bottom: 40px;
  border: 1px solid #e7e8ea;
  border-radius: 6px;
}

.pricing-v2-feature {
  display: flex;
  padding: 9px 16px 10px;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 0 0 1px #e7e8ea;
  font-size: 15px;
  line-height: 20px;
  text-align: left;
}

.pricing-v2-feature.feature-off-v2 {
  color: #babdc3;
}

.block {
  display: block;
}

.subscribe-container {
  display: block;
  max-width: 770px;
  margin: 66px auto 10px;
  padding: 50px 100px;
  border-radius: 12px;
  background-color: #469af4;
  background-image: url('../images/bg-gradient-1.svg');
  background-position: 50% 0px;
  background-size: cover;
  box-shadow: 0 6px 12px 0 rgba(40, 43, 49, 0.08);
  color: #fff;
}

.subscribe-form {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.footer-section-v3 {
  background-image: url('../images/bg-gradient-1.svg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff;
}

.footer-v3 {
  display: flex;
  padding-top: 20px;
  padding-bottom: 33px;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}

.footer-v3-author {
  padding-top: 13px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 1;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 12px;
  text-align: right;
}

.footer-v3-nav {
  display: flex;
  padding-top: 3px;
  padding-bottom: 10px;
  justify-content: center;
  flex: 30%;
}

.footer-v3-nav-link {
  padding: 10px 15px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.footer-v3-nav-link:hover {
  text-decoration: underline;
}

.footer-v3-copyright {
  width: 100%;
  margin-top: 8px;
  flex: 0 auto;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 11px;
  line-height: 20px;
  text-align: center;
}

.hero-intro-center {
  display: block;
  width: 100%;
  padding-top: 40px;
  padding-right: 10px;
  padding-left: 10px;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}

.hero-center {
  display: flex;
  padding-top: 110px;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  align-content: flex-start;
}

.hero-device-center {
  margin-top: 70px;
}

.middle {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.features-big-v2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.feature-big-v2 {
  width: 50%;
  padding: 100px 105px;
}

.feature-big-v2.left-border {
  border-left: 1px solid #e7e8ea;
}

.feature-big-heading-v2 {
  margin-top: 30px;
}

.light-grey-text {
  color: #babdc3;
}

.bold-grey-link {
  color: #999ea8;
  font-weight: 700;
}

.bold-grey-link:hover {
  text-decoration: underline;
}

.video-tour-web {
  display: flex;
  height: 470px;
  max-width: 770px;
  margin: 65px auto 60px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background-image: linear-gradient(135deg, rgba(121, 86, 236, 0.85), rgba(47, 185, 248, 0.85)), url('../images/video-tour-web.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  box-shadow: 0 6px 12px 0 rgba(40, 43, 49, 0.08);
}

.pricing-v3-plan {
  margin-right: 15px;
  margin-left: 15px;
  padding: 35px 30px 40px;
  flex: 1;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.08);
  font-size: 16px;
}

.pricing-v3-plan.best {
  background-color: transparent;
  background-image: linear-gradient(180deg, #05a37d, #05a37d);
  color: #fff;
}

.pricing-v3-name {
  margin-bottom: 12px;
  color: #469af4;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
}

.pricing-v3-name.best {
  color: #fff;
}

.pricing-v3-price-container {
  display: block;
  width: 100%;
  height: 80px;
  margin-bottom: 12px;
  padding-top: 20px;
  flex-wrap: wrap;
  align-items: flex-start;
  font-weight: 300;
  text-align: left;
}

.pricing-v3-features {
  display: flex;
  margin-bottom: 40px;
  flex-direction: row;
  flex-wrap: wrap;
  border-top: 1px solid #e7e8ea;
  text-align: left;
}

.pricing-v3-features.best-features {
  border-top-color: hsla(0, 0%, 100%, 0.3);
}

.pricing-v3-feature {
  display: flex;
  width: 100%;
  margin-bottom: -1px;
  padding-top: 9px;
  padding-bottom: 9px;
  align-items: center;
  border-bottom: 1px solid #e7e8ea;
  color: #282b31;
  font-size: 15px;
  line-height: 20px;
  text-align: left;
}

.pricing-v3-feature.off {
  color: #babdc3;
}

.pricing-v3-feature.best-feature {
  border-bottom-color: hsla(0, 0%, 100%, 0.3);
  color: #fff;
}

.pricing-v3-feature.best-feature.off {
  color: hsla(0, 0%, 100%, 0.5);
}

.pricing-v3-price {
  position: absolute;
  display: inline-block;
  flex: 0 0 auto;
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
}

.pricing-v3-per-text {
  display: block;
  margin-left: 85px;
  flex: 0 auto;
  color: #999ea8;
  font-size: 11px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.pricing-v3-per-text.best {
  color: #fff;
}

.pricing-v3-billed-text {
  display: block;
  margin-left: 85px;
  color: #999ea8;
  font-size: 11px;
  line-height: 20px;
}

.pricing-v3-billed-text.best {
  color: #fff;
}

.pricing-v3 {
  display: flex;
  padding-top: 45px;
  padding-bottom: 10px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.pricing-v3.page {
  padding-top: 30px;
  padding-bottom: 80px;
}

.ceature-cards-v3 {
  display: flex;
  padding-top: 45px;
  flex-wrap: wrap;
}

.feature-card-v3 {
  position: relative;
  overflow: hidden;
  margin-right: 15px;
  margin-bottom: 30px;
  margin-left: 15px;
  padding: 25px 40px 33px 110px;
  flex: 45%;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.08);
  color: #282b31;
  text-align: left;
}

.feature-card-v3-icon {
  position: absolute;
  top: 40px;
  display: block;
  height: 60px;
  max-width: 60%;
  margin-bottom: 0px;
  margin-left: -90px;
}

.feature-card-v3-heading {
  margin-bottom: 15px;
}

.footer-v5 {
  display: flex;
  margin-top: -35px;
  margin-bottom: -110px;
  justify-content: center;
  flex-wrap: wrap;
  color: #fff;
}

.footer-v5-header {
  margin-bottom: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-v5-nav-list {
  width: 16.66666666%;
  padding-right: 15px;
  padding-left: 15px;
}

.footer-v5-nav-link {
  display: block;
  padding-top: 5px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
}

.footer-v5-nav-link:hover {
  text-decoration: underline;
}

.footer-newsletter {
  width: 33.33333333%;
  padding-right: 0px;
  padding-left: 15px;
  flex: 0 auto;
}

.social-icon {
  padding: 11px;
  border: 1px solid #fff;
  opacity: 0.76;
  transition: opacity 200ms ease;
}

.social-icon:hover {
  opacity: 1;
}

.feature-cards-v4 {
  display: flex;
  overflow: hidden;
  margin: 65px 15px 60px;
  justify-content: center;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(40, 43, 49, 0.12);
}

.feature-card-v4 {
  width: 33.33333333%;
  padding: 60px 38px 70px;
  text-align: center;
}

.feature-card-v4.middle-card {
  border-right: 1px solid #e7e8ea;
  border-left: 1px solid #e7e8ea;
}

.feature-card-v4.middle-card {
  border-right: 1px solid #e7e8ea;
  border-left: 1px solid #e7e8ea;
}

.feature-card-v4-heading {
  margin-top: 4px;
}

.platform-tabs {
  display: flex;
  margin-top: 25px;
  justify-content: center;
}

.platform-tab {
  padding: 17px;
  border-radius: 6px;
  background-color: transparent;
  opacity: 0.6;
  transition: opacity 200ms ease;
  line-height: 10px;
}

.platform-tab:hover {
  opacity: 1;
}

.platform-tab.w--current {
  background-image: linear-gradient(135deg, #ff8e64, #ffe641);
  box-shadow: 0 6px 12px 0 rgba(40, 43, 49, 0.08);
  opacity: 1;
}

.platform-tab-content {
  padding-top: 50px;
  text-align: center;
}

.platforms-bottom-wrapper {
  display: flex;
  margin-top: -160px;
  margin-bottom: -110px;
  padding-top: 205px;
  justify-content: center;
  align-items: flex-end;
  background-color: #f8f9fa;
}

.bg-feature-cards {
  display: flex;
  padding-top: 45px;
  justify-content: center;
}

.bg-feature-card {
  display: flex;
  height: 270px;
  margin-right: 15px;
  margin-left: 15px;
  padding-right: 260px;
  padding-left: 40px;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  border-radius: 12px;
  background-image: url('../images/all-platforms-card-phone.png'), url('../images/bg-gradient-1.svg');
  background-position: 88% 37px, 50% 0px;
  background-size: 182px, cover;
  background-repeat: no-repeat, no-repeat;
  box-shadow: 0 6px 12px 0 rgba(40, 43, 49, 0.08);
  color: #fff;
  text-align: left;
}

.bg-feature-card.laptop {
  background-image: url('../images/all-platforms-card-laptop.png'), url('../images/bg-gradient-1.svg');
  background-position: 147% 50%, 50% 0px;
  background-size: 348px, cover;
  background-repeat: no-repeat, no-repeat;
}

.bg-feature-text {
  margin-bottom: 5px;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 14px;
}

.available-text {
  margin-top: 63px;
  margin-bottom: 2px;
  color: #999ea8;
  font-size: 15px;
  line-height: 25px;
}

.text-link {
  color: #469af4;
}

.text-link:hover {
  text-decoration: underline;
}

.testimonials-v4 {
  margin-right: 8.33333333%;
  margin-bottom: 35px;
  margin-left: 8.33333333%;
  padding-top: 45px;
  padding-bottom: 20px;
  background-color: transparent;
}

.review-slide-v4 {
  display: inline-block;
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 auto;
}

.testimonials {
  margin-bottom: 50px;
  background-color: transparent;
}

.review-v4 {
  padding: 30px 30px 32px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 6px 12px 0 rgba(40, 43, 49, 0.08);
  font-size: 14px;
  line-height: 25px;
  font-style: italic;
}

.review-v4-avatar {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50px;
  border-radius: 50%;
}

.review-v4-author {
  position: relative;
  height: 50px;
  margin-bottom: 23px;
  font-style: normal;
  font-weight: 400;
}

.review-v4-author-name {
  margin-left: 65px;
  padding-top: 3px;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
}

.review-v4-author-text {
  margin-left: 65px;
  color: #999ea8;
  font-size: 12px;
  line-height: 16px;
}

.review-v4-social-icon {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 16px;
  height: 16px;
  margin-top: 10px;
  margin-right: 10px;
  background-image: url('../images/twitter-icon_1.svg');
  background-position: 0px 0px;
  opacity: 0.25;
  transition: opacity 200ms ease;
}

.review-v4-social-icon:hover {
  opacity: 0.5;
}

.platform-cards {
  display: flex;
  padding-top: 45px;
  padding-bottom: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.platform-card {
  margin-right: 15px;
  margin-left: 15px;
  padding: 60px 30px;
  flex: 20%;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(40, 43, 49, 0.12);
  transition: box-shadow 200ms ease;
  color: #282b31;
  text-align: center;
}

.platform-card:hover {
  box-shadow: 0 12px 24px 0 rgba(40, 43, 49, 0.16);
}

.platform-card-heading {
  font-weight: 800;
}

.features-tour {
  display: flex;
  padding-top: 30px;
  padding-bottom: 10px;
}

.features-tour-info {
  display: flex;
  width: 33.33333333%;
  padding-right: 8.33333333%;
  padding-left: 15px;
  align-items: center;
  color: #fff;
}

.features-tour-list {
  display: flex;
  overflow: hidden;
  margin-right: 15px;
  margin-left: 15px;
  flex-wrap: wrap;
  flex: 1;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 12px 24px 0 rgba(40, 43, 49, 0.16);
  color: #282b31;
}

.features-tour-list-item {
  position: relative;
  width: 50%;
  padding: 30px 30px 30px 110px;
  background-color: #fff;
  box-shadow: 0 0 0 1px #e7e8ea;
}

.feature-tour-list-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50px;
  margin-top: 40px;
  margin-left: 30px;
  border-radius: 10px;
}

.features-video-tour {
  display: flex;
  width: 100%;
  height: 90px;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(135deg, rgba(121, 86, 236, 0.85), rgba(47, 185, 248, 0.85)), url('../images/video-tour-laptop.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.feature-icon-left-block {
  position: relative;
  margin-top: 64px;
  margin-bottom: 64px;
  padding-left: 80px;
  text-align: left;
}

.side-feature-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50px;
  border-radius: 10px;
  box-shadow: 0 6px 12px 0 rgba(40, 43, 49, 0.08);
}

.trial-form-window {
  display: block;
  max-width: 770px;
  margin: 80px auto 10px;
  padding-right: 100px;
  padding-bottom: 40px;
  padding-left: 100px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 12px 24px 0 rgba(40, 43, 49, 0.16);
  color: #282b31;
  text-align: center;
}

.trial-form-v2 {
  display: flex;
  margin-right: -11px;
  margin-left: -11px;
  padding-top: 25px;
  padding-bottom: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.trial-app-icon {
  width: 90px;
  margin-top: -45px;
  margin-bottom: 25px;
  border-radius: 18px;
  box-shadow: 0 6px 12px 0 rgba(40, 43, 49, 0.08);
}

.newsletter-checkbox {
  width: 100%;
  margin-bottom: 28px;
  padding-left: 30px;
  color: #999ea8;
  font-size: 13px;
  line-height: 22px;
  text-align: left;
}

.checkbox {
  margin-right: 8px;
  font-size: 20px;
}

.features-v2 {
  display: flex;
  margin-bottom: -20px;
  padding-top: 10px;
  align-items: flex-start;
}

.features-v2-info {
  width: 25%;
  padding-right: 15px;
  padding-left: 15px;
}

.features-v2-list {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}

.feature-v2-item {
  position: relative;
  margin: 20px 15px 25px;
  padding-left: 80px;
  flex-grow: 1;
  flex-basis: 45%;
}

.background-full {
  display: flex;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  background-image: url('../images/bg-gradient-1.svg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.coming-soon-wrapper {
  display: flex;
  max-width: 570px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  color: #fff;
  text-align: center;
}

.coming-soon-text-v1 {
  margin-top: -4px;
  margin-bottom: 20px;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 16px;
  line-height: 30px;
}

.notify-form {
  display: flex;
  width: 430px;
}

.coming-soon-social-v1 {
  position: fixed;
  left: 30px;
  top: 30px;
}

.coming-soon-copyright-text {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 20px;
  padding-bottom: 25px;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 11px;
  line-height: 15px;
  text-align: center;
}

.coming-soon-window {
  display: flex;
  max-width: 670px;
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 80px;
  padding-bottom: 70px;
  padding-left: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 12px 24px 0 rgba(40, 43, 49, 0.16);
  text-align: center;
}

.coming-soon-text-v2 {
  margin-top: -4px;
  margin-bottom: 30px;
  color: #676b75;
  font-size: 16px;
  line-height: 30px;
}

.coming-soon-social-v2 {
  width: 100%;
  margin-top: 20px;
}

.play-button {
  position: relative;
  display: flex;
  width: 70px;
  height: 70px;
  margin-right: 30px;
  margin-left: 30px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  background-image: url('../images/play-icon.svg');
  background-position: 52% 50%;
  background-repeat: no-repeat;
  transition: transform 300ms ease;
}

.play-button:hover {
  transform: scale(1.1);
}

.play-button.margin-top {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.play-button.small {
  width: 50px;
  height: 50px;
  background-size: 16px 16px;
}

.hero-phone-image {
  max-height: 740px;
}

.dropdown-arrow {
  width: 10px;
  height: 10px;
  margin-right: 15px;
  background-image: url('../images/dropdown-arrow-icon.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  color: hsla(0, 0%, 100%, 0);
}

.dropdown-list {
  position: absolute;
  overflow: hidden;
  margin-top: 10px;
  box-shadow: 0 6px 12px 0 rgba(40, 43, 49, 0.08);
}

.dropdown-list.w--open {
  margin-left: -5px;
  border-radius: 6px;
  background-color: #fff;
}

.dropdown-link {
  padding-top: 8px;
  padding-right: 25px;
  padding-bottom: 8px;
  transition: background-color 200ms ease, color 200ms ease;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
}

.dropdown-link:hover {
  background-color: #469af4;
  color: #fff;
}

.dropdown-link.w--current {
  color: #282b31;
  font-weight: 700;
}

.dropdown-link.w--current:hover {
  color: #fff;
}

.hero-tablet-image {
  max-height: 720px;
}

.feature-tab-v1 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 31px;
  padding-bottom: 26px;
  padding-left: 74px;
  border-radius: 12px;
  background-color: transparent;
  transition: background-color 200ms ease, box-shadow 200ms ease;
}

.feature-tab-v1:hover {
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(40, 43, 49, 0.12);
}

.feature-tab-v1.w--current {
  background-color: #fff;
  box-shadow: 0 6px 12px 0 rgba(40, 43, 49, 0.08);
}

.tab-icon {
  position: absolute;
  left: 30px;
  top: 30px;
}

.press-logo-image {
  max-height: 28px;
}

.text-block {
  text-align: right;
}

.page-header {
  display: block;
  max-width: 570px;
  margin: 70px auto 10px;
  color: #fff;
}

.platform-tab-image {
  max-height: 640px;
}

.hero-video {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}

.feature-v2-header {
  margin-top: 0px;
}

.table {
  display: flex;
  overflow: hidden;
  max-width: 100%;
  margin-top: 65px;
  margin-right: 15px;
  margin-left: 15px;
  justify-content: flex-start;
  flex-wrap: nowrap;
  border: 1px solid #e7e8ea;
  border-radius: 6px;
}

.table-cell {
  display: block;
  height: 48px;
  padding: 14px 20px;
  justify-content: center;
  align-items: center;
  flex: 0 auto;
  background-color: #fff;
  box-shadow: 0 0 0 1px #e7e8ea;
  font-size: 14px;
  line-height: 20px;
}

.table-cell.column-header {
  font-weight: 700;
}

.table-cell.plus-feature {
  background-image: url('../images/success-icon.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  color: transparent;
}

.table-cell.minus-feature {
  background-image: url('../images/minus-icon.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  color: transparent;
}

.compare-section {
  overflow: hidden;
  margin-top: -135px;
  padding-top: 95px;
  padding-bottom: 120px;
  border-top: 1px solid #e7e8ea;
  background-color: #f8f9fa;
}

.contact {
  position: fixed;
  z-index: 100;
  display: none;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 0 30px rgba(40, 43, 49, 0.3);
  opacity: 0;
  transform: translate(0px, 30px);
}

.dark-close-bg {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  background-color: rgba(40, 43, 49, 0.3);
}

.style-buttons {
  display: flex;
  padding-top: 36px;
  padding-bottom: 90px;
  justify-content: space-around;
}

.style-element-wrapper {
  display: flex;
  padding: 10px 15px;
  flex-direction: column;
  flex: 1;
}

.style-typography-content {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-bottom: 60px;
  padding-left: 15px;
  flex: 60%;
}

.form-success {
  padding-left: 0px;
  background-color: transparent;
  font-size: 14px;
  text-align: left;
}

.form-success.center {
  padding-right: 0px;
  font-size: 16px;
  text-align: center;
}

.form-success.trial {
  padding-top: 10px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.form-error {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.3);
  border-radius: 6px;
  background-color: transparent;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}

.form-error.notify-form-v2 {
  margin-top: 20px;
}

.form-error.red {
  border-color: #ff4876;
  background-color: rgba(255, 72, 118, 0.1);
  color: #ff4876;
}

.form-error.footer {
  margin-top: -16px;
}

.style-lists {
  display: flex;
  padding-top: 36px;
}

.checklist {
  flex: 1;
  text-align: left;
}

.checklist-item {
  position: relative;
  margin-left: 20px;
  padding-left: 31px;
}

.checklist-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 16px;
  margin-top: 9px;
}

.style-typography-heading {
  width: 25%;
  padding-top: 6px;
  padding-right: 15px;
  padding-left: 15px;
}

.style-typography {
  display: flex;
  margin-bottom: -60px;
  flex-wrap: wrap;
}

.utility-page-wrap {
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-image: url('../images/bg-gradient-1.svg'), linear-gradient(135deg, #7956ec -2%, #2fb9f8 99%, #fff);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
  color: #fff;
}

.utility-page-content {
  display: flex;
  width: 300px;
  padding-right: 15px;
  padding-left: 15px;
  flex-direction: column;
  text-align: center;
}

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

.table-column {
  padding-right: 0px;
  padding-left: 0px;
  flex: 1;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10000;
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(135deg, #05a37d, #2fb9f8);
}

.preloader-content {
  padding: 40px;
  color: #676b75;
  text-align: center;
}

.preloader-icon {
  width: 32px;
  margin-bottom: 8px;
}

.changelog {
  display: block;
  width: 66.66%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 15px 40px;
  flex-direction: column;
}

.change {
  display: flex;
  margin-bottom: 16px;
  padding: 32px;
  align-items: center;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(40, 43, 49, 0.12);
  text-align: left;
}

.change-icon {
  position: relative;
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: #469af4;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.change-icon.fix-icon {
  background-color: #ff4876;
}

.change-icon.new-icon {
  background-color: #a0d61d;
}

.change-icon.enhance-icon {
  background-color: #7956ec;
}

.tooltip {
  position: absolute;
  bottom: 50%;
  z-index: 2;
  display: flex;
  width: auto;
  max-width: 200px;
  margin-bottom: 30px;
  padding: 6px 12px;
  justify-content: center;
  align-items: center;
  border: 1px solid #e7e8ea;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 2px 7px 0 rgba(21, 21, 21, 0.08);
  color: #111;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

.tooltip-arrow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -5px;
  display: block;
  width: 8px;
  height: 8px;
  margin-right: auto;
  margin-left: auto;
  border-right: 1px solid #e7e8ea;
  border-bottom: 1px solid #e7e8ea;
  background-color: #fff;
  transform: rotate(45deg);
}

.change-text {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 24px;
  flex: 1;
  color: #222;
}

.licence-items {
  width: 66.66%;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 15px;
}

.licence-item {
  display: flex;
  margin-bottom: 24px;
  padding: 32px;
  align-items: center;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
  text-align: left;
}

.licence-item-info {
  padding-bottom: 20px;
  padding-left: 40px;
  flex: 1;
}

.grey-link {
  color: #676b75;
  text-decoration: none;
}

.grey-link:hover {
  text-decoration: underline;
}

.licence-link-divider {
  display: inline-block;
  width: 3px;
  height: 3px;
  margin-right: 10px;
  margin-bottom: 4px;
  margin-left: 10px;
  border-radius: 50%;
  background-color: #d3d5da;
}

.feature-cards-big-2 {
  display: flex;
  padding-top: 66px;
  justify-content: center;
  flex-wrap: wrap;
  align-items: stretch;
}

.feature-big-2 {
  padding: 26px 30px 24px;
  flex-basis: 33.33333333%;
}

.feature-big-icon-2 {
  margin-bottom: 5px;
  border-radius: 15px;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.08);
  text-shadow: 0 -1px 0 hsla(0, 0%, 100%, 0.25);
}

.feature-text-small-2 {
  margin-top: -3px;
  font-family: Poppins, sans-serif;
  color: #676b75;
  font-size: 14px;
  line-height: 25px;
}

.phone-center-2 {
  width: 33.333333%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 1;
  text-align: center;
}

.phone-center-features-2 {
  display: flex;
  padding-top: 30px;
  padding-bottom: 10px;
  justify-content: flex-start;
  align-items: stretch;
}

.wrapper--1 {
  display: block;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  background-color: transparent;
  transition: opacity 200ms ease;
  color: #07c598;
}

.wrapper--1.center {
  display: block;
  margin-top: 5px;
  padding-right: 0px;
  padding-left: 0px;
  opacity: 1;
  text-align: center;
}

.phone-side-features-2 {
  display: flex;
  width: 25%;
  padding-right: 15px;
  padding-left: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1;
  text-align: right;
}

.side-feature-heading-2 {
  font-family: Poppins, sans-serif;
}

.side-feature-2 {
  padding-top: 22px;
  padding-bottom: 25px;
  text-align: left;
}

.section-header-2 {
  display: block;
  max-width: 570px;
  margin: 0px auto;
  color: #07c598;
  font-size: 31px;
}

.review-v1-avatar-2 {
  position: relative;
  top: -35px;
  display: block;
  width: 70px;
  height: 70px;
  margin-right: auto;
  margin-bottom: -17px;
  margin-left: auto;
  border-radius: 100%;
  background-color: #999ea8;
  box-shadow: 0 6px 12px 0 rgba(40, 43, 49, 0.16);
}

.text-block-3 {
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-style: normal;
}

.text-block-5 {
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-style: normal;
}

.review-slide-v1-2 {
  width: 33.333333%;
  padding-top: 40px;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 12px;
  perspective-origin: 50% 50%;
}

.review-v1-2 {
  position: relative;
  padding-right: 40px;
  padding-left: 40px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 10px 20px 0 rgba(40, 43, 49, 0.16);
  color: #282b31;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.review-author-2 {
  margin-top: 17px;
  padding-top: 15px;
  padding-bottom: 24px;
  border-top: 1px solid #e7e8ea;
  color: #999ea8;
  font-size: 12px;
  line-height: 20px;
  font-style: normal;
  font-weight: 700;
}

.button-64 {
  margin-top: 10px;
  margin-left: 90px;
  border-radius: 6px;
  background-color: #07c598;
}

.feature-text-big-2 {
  width: 400px;
  margin-top: 16px;
  margin-left: 0px;
  color: #676b75;
  line-height: 30px;
  text-align: left;
}

.feature-header-big-2 {
  width: 400px;
  text-align: left;
}

.bold-text-36 {
  width: 400px;
  font-family: Poppins, sans-serif;
}

.bold-text-37 {
  margin-left: 0px;
  padding-left: 0px;
  background-color: transparent;
  font-family: Poppins, sans-serif;
}

.button-63 {
  margin-top: 10px;
  margin-left: 0px;
  border-radius: 6px;
  background-color: #07c598;
}

.bold-text-2 {
  font-family: Poppins, sans-serif;
}

.press-color-link-2 {
  width: 33.33333333%;
  padding: 40px 10px;
  background-color: #fff;
  box-shadow: 0 0 0 1px #e7e8ea;
  text-align: center;
}

.footer-description-2 {
  max-width: 220px;
  margin-top: 17px;
  margin-bottom: 27px;
  opacity: 0.8;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
}

.social-button-2 {
  border: 1px solid #e7e8ea;
  line-height: 0px;
}

.social-button-2.middle-button {
  border-left-style: none;
}

.social-button-2.middle-button.white {
  border-color: hsla(0, 0%, 100%, 0.3);
}

.social-button-2.left-button {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.social-button-2.left-button.white {
  border-color: hsla(0, 0%, 100%, 0.3);
}

.social-button-2.right-button {
  border-left-style: none;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.social-button-2.right-button.white {
  border-color: hsla(0, 0%, 100%, 0.3);
}

.footer-logo-2 {
  padding-top: 10px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 1;
  color: #ffc250;
  font-size: 20px;
  font-weight: 800;
  text-align: left;
}

.text-block-6 {
  color: #fff;
}

.feature-card-v3-2 {
  position: relative;
  overflow: hidden;
  margin-right: 15px;
  margin-bottom: 30px;
  margin-left: 15px;
  padding: 25px 40px 33px 110px;
  flex: 45%;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.08);
  color: #282b31;
  text-align: left;
}

.bold-text-38 {
  color: #000;
}

.nav-link-2 {
  display: inline-block;
  padding: 8px 20px;
  transition: opacity 200ms ease;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.nav-link-2:hover {
  opacity: 0.8;
}

.nav-link-2.w--current {
  color: #000;
}

.nav-link-2.dropdown {
  padding-right: 34px;
}

.dropdown-list-2 {
  position: absolute;
  overflow: hidden;
  margin-top: 10px;
  box-shadow: 0 6px 12px 0 rgba(40, 43, 49, 0.08);
}

.dropdown-list-2.w--open {
  margin-left: -5px;
  border-radius: 6px;
  background-color: #fff;
}

.dropdown-link-2 {
  padding-top: 8px;
  padding-right: 25px;
  padding-bottom: 8px;
  transition: background-color 200ms ease, color 200ms ease;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
}

.dropdown-link-2:hover {
  background-color: #469af4;
  color: #fff;
}

.dropdown-link-2.w--current {
  color: #282b31;
  font-weight: 700;
}

.dropdown-link-2.w--current:hover {
  color: #fff;
}

.bold-text-39 {
  font-size: 35px;
}

.heading-accent-2 {
  font-weight: 800;
}

.image-39 {
  margin-left: 0px;
}

.heading-3 {
  color: #07c598;
}

.button-65 {
  margin-top: 12px;
  border-radius: 6px;
  background-color: #05a37d;
}

.bold-text-40 {
  font-family: Poppins, sans-serif;
}

.bold-text-41 {
  font-family: Poppins, sans-serif;
}

.text-block-7 {
  font-family: Poppins, sans-serif;
}

.bold-text-42 {
  font-family: Poppins, sans-serif;
}

.text-span {
  font-family: Poppins, sans-serif;
}

.bold-text-43 {
  font-family: Poppins, sans-serif;
}

.text-block-8 {
  font-family: Poppins, sans-serif;
}

.text-block-9 {
  font-family: Poppins, sans-serif;
}

.text-block-10 {
  font-family: Poppins, sans-serif;
}

.bold-text-44 {
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.bold-text-45 {
  font-family: Poppins, sans-serif;
}

.bold-text-46 {
  font-family: Poppins, sans-serif;
}

.bold-text-47 {
  font-family: Poppins, sans-serif;
}

.bold-text-48 {
  font-family: Poppins, sans-serif;
}

.bold-text-49 {
  font-family: Poppins, sans-serif;
}

.bold-text-50 {
  font-family: Poppins, sans-serif;
}

.bold-text-51 {
  color: #fff;
}

.text-span-2 {
  color: #fff;
}

.heading-4 {
  font-size: 27px;
}

.heading-5 {
  font-size: 26px;
}

.heading-6 {
  font-family: Poppins, sans-serif;
  font-size: 20px;
}

.paragraph {
  text-align: left;
}

.rich-text-block {
  padding-right: 20px;
  padding-left: 20px;
  text-align: left;
}

.rich-text-block-2 {
  padding-right: 20px;
  padding-left: 20px;
  text-align: left;
}

.rich-text-block-3 {
  padding-right: 20px;
  padding-left: 20px;
  text-align: left;
}

.heading-7 {
  font-size: 15px;
}

.bold-text-52 {
  font-size: 20px;
}

.gallery-overview {
  position: relative;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #009688;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.gallery-wrapper {
  display: -ms-grid;
  display: grid;
  justify-content: space-between;
  align-items: stretch;
  align-content: space-between;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.gallery-block {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #009688;
}

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  margin-bottom: 8px;
  padding-left: 30px;
  background-image: url('../images/');
  background-position: 0% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  font-size: 14px;
  line-height: 24px;
}

.button-primary {
  padding: 12px 25px;
  background-color: #1a1b1f;
  transition: all 200ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-primary:hover {
  background-color: #32343a;
  color: #fff;
}

.button-primary:active {
  background-color: #43464d;
}

.gallery-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-row-gap: 29px;
  grid-template-areas: "Area-2"
    "Area-2"
    "Area";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 29px auto;
  grid-template-rows: auto auto;
}

.gallery-image {
  width: 100%;
}

.heading-8 {
  display: block;
  justify-content: flex-start;
  line-height: 25px;
}

.paragraph-2 {
  color: #fff;
}

.button-66 {
  margin-right: 20px;
  padding-top: 11px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 6px;
  background-color: #fff;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 17px;
  line-height: 30px;
}

@media screen and (max-width: 991px) {
  .hero-section {
    height: 600px;
  }

  .hero-section.video {
    height: 510px;
  }

  .hero-section.desktop {
    height: 510px;
    margin-bottom: 0px;
  }

  .hero-section.web {
    height: auto;
    margin-bottom: 350px;
  }

  .hero-section.all-platforms {
    height: auto;
    margin-bottom: 0px;
  }

  .hero-section.phone {
    height: 510px;
    margin-bottom: 70px;
  }

  .hero-section.tablet {
    height: 510px;
    margin-bottom: 50px;
  }

  .logo {
    padding-left: 20px;
  }

  .nav-section {
    margin-bottom: -70px;
  }

  .nav-link {
    display: block;
    padding: 12px 25px;
    background-color: #fff;
    transition: background-color 200ms ease;
    color: #282b31;
    font-size: 15px;
    line-height: 30px;
  }

  .nav-link:hover {
    background-color: #e7e8ea;
    opacity: 1;
  }

  .nav-link.w--current {
    color: #282b31;
  }

  .nav-link.dropdown:active {
    box-shadow: inset 0 1px 0 0 hsla(0, 0%, 100%, 0.16), inset 0 -1px 0 0 hsla(0, 0%, 100%, 0.16);
  }

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

  .wrapper.center {
    padding-right: 10px;
    padding-left: 10px;
  }

  .button {
    height: 45px;
    padding-right: 17px;
    padding-left: 17px;
    font-size: 16px;
    line-height: 24px;
  }

  .button.nav-panel-button {
    height: 35px;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 13px;
    line-height: 15px;
  }

  .button.hero-second-button {
    margin-right: 7px;
    margin-left: 7px;
  }

  .nav-panel {
    margin-right: -10px;
    margin-left: -10px;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    align-items: center;
  }

  .nav-menu {
    position: absolute;
    left: 0px;
    right: 0px;
    overflow: hidden;
    width: 100%;
    box-shadow: 0 6px 12px 0 rgba(40, 43, 49, 0.08);
  }

  .grey-section {
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .grey-section.second-web-feature {
    padding-top: 20px;
    padding-bottom: 70px;
  }

  .grey-section.first-web-feature {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .hero-heading {
    margin-bottom: 26px;
    font-size: 25px;
    line-height: 35px;
  }

  .hero-intro-left {
    padding-top: 40px;
    padding-right: 10px;
    padding-left: 5%;
  }

  .hero-intro-left.big-device {
    padding-left: 10px;
  }

  .app-icon {
    width: 70px;
    margin-bottom: 24px;
    border-radius: 12px;
  }

  .app-icon.coming-soon-icon-v2 {
    margin-top: -35px;
  }

  .hero {
    padding-top: 110px;
  }

  .section-header {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
  }

  .feature-big-icon {
    width: 50px;
    border-radius: 10px;
  }

  .feature-big {
    padding: 6px 19px 60px;
  }

  .white-section {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .white-section.press {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .background-section {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .background-section.page-top {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .footer-description {
    margin-top: 7px;
    font-size: 14px;
  }

  .video-tour-phone {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .video-tour-text {
    font-size: 20px;
    line-height: 30px;
  }

  .big-side-feature.side-feature-blocks {
    margin-bottom: -55px;
    padding-top: 20px;
  }

  .big-feature-info {
    padding-right: 10px;
    padding-left: 10px;
  }

  .big-feature-info.big-device {
    position: relative;
    width: 41.66666666%;
    padding-right: 10px;
    padding-left: 10px;
    flex: 0 auto;
  }

  .feature-text-big {
    font-size: 15px;
    line-height: 25px;
  }

  .feature-device {
    padding-right: 30px;
    padding-left: 30px;
  }

  .feature-device.laptop {
    left: 30px;
    width: 58.33333333%;
    padding-right: 0px;
    flex: 0 auto;
  }

  .feature-device.desktop {
    width: 58.33333333%;
    margin-bottom: -50px;
    padding-left: 30px;
    flex: 0 auto;
  }

  .feature-device.web {
    width: 58.33333333%;
    padding-right: 20px;
    padding-left: 20px;
    flex: 0 auto;
  }

  .feature-device.tab-device {
    width: 100%;
    height: auto;
    padding-top: 15px;
    padding-right: 8%;
    padding-left: 8%;
  }

  .testimonials-v1 {
    height: 380px;
    padding-top: 40px;
  }

  .review-slide-v1 {
    width: 50%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .review-v1 {
    padding-right: 30px;
    padding-left: 30px;
    box-shadow: 0 6px 12px 0 rgba(40, 43, 49, 0.16);
  }

  .hero-device {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-device.tablet {
    padding-top: 5px;
  }

  .hero-device.desktop {
    left: -30px;
    padding-top: 0px;
  }

  .footer-logo {
    padding-right: 10px;
    padding-left: 10px;
  }

  .social-buttons {
    padding-right: 10px;
    padding-left: 10px;
  }

  .store-badge {
    margin-right: 7px;
    margin-left: 7px;
  }

  .feature-cards-big {
    padding-top: 36px;
  }

  .feature-small-container {
    width: 50%;
  }

  .feature-card-v2 {
    margin: 10px;
    padding-top: 40px;
    padding-bottom: 40px;
    flex-basis: 40%;
  }

  .footer-right-links {
    padding-right: 10px;
    padding-left: 10px;
  }

  .footer-store-badge {
    margin-right: 7px;
    margin-left: 7px;
  }

  .hero-play-button {
    margin-top: 130px;
  }

  .phone-side-features {
    width: 33.33333333%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .side-feature {
    padding-top: 17px;
    padding-bottom: 20px;
    text-align: center;
  }

  .phone-center {
    width: 33.333333%;
  }

  .side-feature-heading {
    font-size: 16px;
    line-height: 20px;
  }

  .feature-big-heading {
    font-size: 20px;
    line-height: 25px;
  }

  .feature-header-big {
    font-size: 25px;
    line-height: 35px;
  }

  .feature-card-big {
    margin-right: 10px;
    margin-left: 10px;
    padding: 40px 25px 42px;
  }

  .feature-card-icon {
    width: 50px;
    border-radius: 10px;
  }

  .feature-tabs-wrapper {
    margin-top: 10px;
    flex-wrap: wrap;
  }

  .feature-tabs {
    display: flex;
    width: 100%;
    margin-bottom: -10px;
    padding-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .feature-tabs.big {
    display: flex;
    width: 100%;
    margin-bottom: 30px;
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .feature-tab-v2 {
    margin-right: 10px;
    margin-left: 10px;
    flex: 1;
    box-shadow: inset 0 0 0 1px #e7e8ea;
  }

  .feature-tab-v2:hover {
    border-style: none;
  }

  .feature-tab-v2.tab-1.w--current {
    border-style: none;
  }

  .download {
    padding-top: 20px;
  }

  .download-text {
    padding-right: 10px;
    padding-left: 10px;
    flex: 1;
  }

  .device-big-image {
    width: 600px;
  }

  .device-big-image.tab-big-device {
    margin-right: 0%;
    margin-left: 0%;
    float: none;
  }

  .press-container {
    margin-right: 10px;
    margin-left: 10px;
  }

  .gradient-button {
    height: 45px;
    padding-right: 17px;
    padding-left: 17px;
    font-size: 16px;
    line-height: 24px;
  }

  .gradient-button.hero-first-button {
    margin-right: 7px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
  }

  .gradient-button.trial-button {
    margin-right: 7px;
    margin-left: 7px;
  }

  .gradient-button.buy-button {
    margin-right: 14px;
  }

  .square-features-container {
    margin-right: 10px;
    margin-left: 10px;
  }

  .square-feature {
    padding-right: 30px;
    padding-left: 30px;
  }

  .download-heading {
    font-size: 25px;
    line-height: 35px;
  }

  .download-buttons-contaner {
    padding-right: 10px;
    padding-left: 10px;
    flex: 0 40%;
    text-align: right;
  }

  .square-feature-image {
    height: 360px;
  }

  .video-tour-tablet {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .contact-window {
    margin-top: 40px;
    margin-bottom: 0px;
    padding: 40px;
  }

  .input {
    height: 45px;
    padding-top: 8px;
    font-size: 15px;
  }

  .input.text-area {
    margin-right: 0px;
    margin-left: 0px;
    padding: 11px 20px;
  }

  .input.contact-input {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 14px;
    margin-left: 0px;
    flex: 0 auto;
  }

  .input.subscribe-input {
    margin-right: 14px;
  }

  .input.trial-input {
    margin-right: 7px;
    margin-left: 7px;
  }

  .input.trial-white-input {
    margin-right: 7px;
    margin-left: 7px;
  }

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

  .input.trial-email-input {
    margin: 14px 7px;
  }

  .input.notify-input {
    margin-right: 14px;
  }

  .reviews-left-container {
    padding-top: 90px;
    padding-bottom: 100px;
  }

  .reviews-right-container {
    padding: 50px 10px 80px 20px;
  }

  .review-v2 {
    width: 100%;
  }

  .reviews-v2-header {
    font-size: 25px;
    line-height: 35px;
  }

  .pricing-v1 {
    flex-wrap: wrap;
  }

  .pricing-v1-info {
    width: 100%;
    align-items: center;
    text-align: center;
  }

  .pricing-v1-plans {
    width: 100%;
    padding-top: 52px;
    justify-content: center;
    flex: 0 auto;
  }

  .features-video {
    padding-top: 30px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .features-video-list {
    width: 100%;
  }

  .features-video-preview {
    width: 88.88888888%;
    height: 420px;
    margin-top: 40px;
    flex: 0 auto;
  }

  .feature-video-list-item {
    padding-right: 30px;
    padding-left: 30px;
    text-align: center;
  }

  .hero-desktop-bottom {
    display: none;
  }

  .trial-form {
    width: 100%;
  }

  .trial-form-wrapper {
    width: 100%;
    padding-top: 26px;
    padding-right: 3px;
    padding-left: 3px;
  }

  .question {
    padding-right: 30px;
  }

  .review-v3-text {
    max-width: 66.6666666%;
    font-size: 16px;
    line-height: 30px;
  }

  .review-v3-author {
    font-size: 16px;
  }

  .feature-cards-v2 {
    padding-top: 30px;
  }

  .testimonials-v3 {
    height: 360px;
    padding-top: 30px;
  }

  .pricing-v2 {
    margin-right: -10px;
    margin-left: -10px;
  }

  .pricing-v2-plan {
    margin-right: 0px;
    margin-left: 0px;
    padding: 30px;
  }

  .pricing-v2-plan.best-plan-v2 {
    overflow: hidden;
  }

  .pricing-v2-price {
    margin-top: 4px;
    font-size: 35px;
    line-height: 76px;
  }

  .pricing-v2-features {
    margin-bottom: 30px;
  }

  .pricing-v2-feature {
    font-size: 14px;
  }

  .subscribe-container {
    max-width: 100%;
    margin-right: 10px;
    margin-left: 10px;
  }

  .footer-v3-author {
    padding-right: 9px;
    padding-left: 9px;
  }

  .footer-v3-nav-link {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-intro-center {
    padding-top: 0px;
  }

  .hero-device-center {
    margin-top: 30px;
    margin-bottom: -180px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .feature-big-v2 {
    padding: 60px 45px;
  }

  .feature-big-heading-v2 {
    margin-top: 20px;
    font-size: 25px;
    line-height: 35px;
  }

  .video-tour-web {
    max-width: 970px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .pricing-v3-plan {
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
    flex: 45%;
  }

  .pricing-v3 {
    padding-bottom: 40px;
  }

  .pricing-v3.page {
    padding-bottom: 60px;
  }

  .feature-card-v3 {
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
    padding: 15px 20px 23px 60px;
  }

  .feature-card-v3-icon {
    top: 25px;
    height: 60px;
    margin-left: -75px;
  }

  .feature-card-v3-heading {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .footer-v5 {
    margin-top: -25px;
    margin-bottom: -70px;
  }

  .footer-v5-nav-list {
    width: 25%;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }

  .footer-newsletter {
    width: 50%;
    margin-right: 25%;
    margin-left: 25%;
    padding: 20px 10px 50px;
    order: -1;
    flex: 0 auto;
    text-align: center;
  }

  .feature-cards-v4 {
    margin-top: 55px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .feature-card-v4 {
    padding: 40px 25px;
  }

  .feature-card-v4-heading {
    font-size: 20px;
    line-height: 25px;
  }

  .platforms-bottom-wrapper {
    padding-bottom: 40px;
  }

  .bg-feature-cards {
    flex-direction: column;
    align-items: center;
  }

  .bg-feature-card {
    max-width: 570px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .bg-feature-card.laptop {
    margin-top: 20px;
  }

  .platform-card {
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .platform-card-heading {
    margin-top: 0px;
    font-size: 16px;
  }

  .features-tour {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .features-tour-info {
    width: 100%;
    padding-right: 10px;
    padding-bottom: 30px;
    padding-left: 10px;
    text-align: center;
  }

  .features-tour-list {
    margin-right: 10px;
    margin-left: 10px;
  }

  .features-tour-list-item {
    padding-left: 90px;
  }

  .feature-tour-list-icon {
    width: 40px;
    border-radius: 8px;
  }

  .feature-icon-left-block {
    margin-top: 35px;
    margin-bottom: 25px;
    margin-left: 5px;
    padding-left: 70px;
  }

  .side-feature-icon {
    left: 0px;
    top: 0px;
  }

  .trial-form-window {
    width: 80%;
    max-width: none;
    padding-right: 60px;
    padding-left: 60px;
  }

  .trial-form-v2 {
    padding-top: 15px;
  }

  .trial-app-icon {
    width: 70px;
    margin-top: -35px;
    margin-bottom: 15px;
    border-radius: 12px;
  }

  .newsletter-checkbox {
    padding-left: 27px;
  }

  .features-v2 {
    flex-wrap: wrap;
  }

  .features-v2-info {
    width: 100%;
  }

  .features-v2-list {
    width: 100%;
    padding-top: 20px;
    padding-right: 5px;
    padding-left: 5px;
    flex-wrap: wrap;
    flex: 0 auto;
  }

  .feature-v2-item {
    margin-right: 20px;
    margin-left: 10px;
    padding-left: 70px;
  }

  .coming-soon-window {
    max-width: 570px;
    padding-right: 60px;
    padding-bottom: 50px;
    padding-left: 60px;
  }

  .coming-soon-text-v2 {
    font-size: 14px;
    line-height: 25px;
  }

  .play-button {
    width: 60px;
    height: 60px;
    background-size: 20px 20px;
  }

  .hero-phone-image {
    max-height: 480px;
  }

  .store-badge-image {
    height: 45px;
  }

  .dropdown-arrow {
    margin-right: 25px;
    background-image: url('../images/dropdown-arrow-icon-grey.svg');
    background-size: auto;
    transform: rotate(0deg);
  }

  .dropdown-list.w--open {
    margin-top: 0px;
    margin-left: 0px;
    border-top: 1px solid #e7e8ea;
    border-bottom: 1px solid #e7e8ea;
    border-radius: 0px;
    background-color: transparent;
    box-shadow: none;
  }

  .dropdown-link {
    padding-left: 40px;
    background-color: #f8f9fa;
    transition: color 200ms ease;
    color: #282b31;
    font-size: 14px;
  }

  .dropdown-link:hover {
    background-color: #e7e8ea;
    color: #282b31;
  }

  .dropdown-link.w--current:hover {
    color: #282b31;
  }

  .menu-button {
    display: flex;
    height: 40px;
    margin-left: 10px;
    padding: 5px 15px 0px;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .hero-tablet-image {
    max-height: 450px;
  }

  .feature-tab-v1 {
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 30px;
    padding-left: 30px;
    flex: 1;
    box-shadow: inset 0 0 0 1px #e7e8ea;
    text-align: center;
  }

  .feature-tab-v1.w--current {
    flex-direction: column;
    border-style: none;
  }

  .tab-icon {
    position: relative;
    left: 0px;
    top: 0px;
    display: block;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }

  .page-header {
    font-size: 30px;
    line-height: 45px;
  }

  .platform-tab-image {
    max-height: 440px;
  }

  .hero-video {
    margin-top: -30px;
    padding-top: 0px;
  }

  .table {
    margin-top: 50px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .table-cell {
    display: flex;
    padding-right: 15px;
    padding-left: 15px;
  }

  .table-cell.text-left {
    justify-content: flex-start;
  }

  .compare-section {
    margin-top: -103px;
    padding-top: 70px;
    padding-bottom: 90px;
  }

  .style-buttons {
    padding-top: 20px;
  }

  .style-element-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }

  .style-typography-content {
    padding-right: 10px;
    padding-left: 10px;
  }

  .form-success.center {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 15px;
  }

  .form-error {
    margin-top: 14px;
    margin-bottom: 0px;
  }

  .form-error.notify-form-v2 {
    margin-top: 14px;
  }

  .form-error.footer {
    margin-bottom: 20px;
  }

  .style-typography-heading {
    width: 100%;
    padding-bottom: 20px;
  }

  .changelog {
    width: 83.33%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .change {
    padding: 24px;
  }

  .licence-items {
    width: 81.33%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .feature-cards-big-2 {
    padding-top: 36px;
  }

  .feature-big-2 {
    padding: 6px 19px 60px;
  }

  .feature-big-icon-2 {
    width: 50px;
    border-radius: 10px;
  }

  .phone-center-2 {
    width: 33.333333%;
  }

  .wrapper--1 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .wrapper--1.center {
    padding-right: 10px;
    padding-left: 10px;
  }

  .phone-side-features-2 {
    width: 33.33333333%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .side-feature-heading-2 {
    font-size: 16px;
    line-height: 20px;
  }

  .side-feature-2 {
    padding-top: 17px;
    padding-bottom: 20px;
    text-align: center;
  }

  .section-header-2 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
  }

  .review-slide-v1-2 {
    width: 50%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .review-v1-2 {
    padding-right: 30px;
    padding-left: 30px;
    box-shadow: 0 6px 12px 0 rgba(40, 43, 49, 0.16);
  }

  .feature-text-big-2 {
    font-size: 15px;
    line-height: 25px;
  }

  .feature-header-big-2 {
    font-size: 25px;
    line-height: 35px;
  }

  .footer-description-2 {
    margin-top: 7px;
    font-size: 14px;
  }

  .footer-logo-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .feature-card-v3-2 {
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
    padding: 15px 20px 23px 60px;
  }

  .nav-link-2 {
    display: block;
    padding: 12px 25px;
    background-color: #fff;
    transition: background-color 200ms ease;
    color: #282b31;
    font-size: 15px;
    line-height: 30px;
  }

  .nav-link-2:hover {
    background-color: #e7e8ea;
    opacity: 1;
  }

  .nav-link-2.w--current {
    color: #282b31;
  }

  .nav-link-2.dropdown:active {
    box-shadow: inset 0 1px 0 0 hsla(0, 0%, 100%, 0.16), inset 0 -1px 0 0 hsla(0, 0%, 100%, 0.16);
  }

  .dropdown-list-2.w--open {
    margin-top: 0px;
    margin-left: 0px;
    border-top: 1px solid #e7e8ea;
    border-bottom: 1px solid #e7e8ea;
    border-radius: 0px;
    background-color: transparent;
    box-shadow: none;
  }

  .dropdown-link-2 {
    padding-left: 40px;
    background-color: #f8f9fa;
    transition: color 200ms ease;
    color: #282b31;
    font-size: 14px;
  }

  .dropdown-link-2:hover {
    background-color: #e7e8ea;
    color: #282b31;
  }

  .dropdown-link-2.w--current:hover {
    color: #282b31;
  }

  .container {
    max-width: 728px;
  }

  .gallery-wrapper {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .hero-section.video {
    height: 540px;
  }

  .hero-section.desktop {
    overflow: visible;
    height: auto;
    margin-bottom: 150px;
  }

  .hero-section.web {
    margin-bottom: 180px;
  }

  .hero-section.all-platforms {
    height: auto;
    margin-bottom: 0px;
  }

  .hero-section.phone {
    height: 600px;
    margin-bottom: 260px;
  }

  .hero-section.tablet {
    height: auto;
    margin-bottom: 220px;
  }

  .wrapper.side-reviews {
    flex-direction: column;
  }

  .button.feature-video-button {
    margin-top: 40px;
    margin-bottom: -30px;
  }

  .button.beta {
    position: absolute;
    top: 20px;
    right: 20px;
    margin-top: 0px;
  }

  .button.hero-second-button {
    margin-right: 7px;
    margin-left: 7px;
  }

  .button.try-button {
    margin-right: 7px;
    margin-left: 7px;
  }

  .nav-panel {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .grey-section {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .grey-section.second-phone-feature {
    margin-top: -40px;
    padding-bottom: 30px;
  }

  .grey-section.first-web-feature {
    padding-top: 50px;
  }

  .hero-intro-left {
    padding-top: 0px;
    padding-left: 10px;
    text-align: center;
  }

  .app-icon {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .app-icon.middle {
    width: 60px;
    margin-bottom: 19px;
  }

  .app-icon.coming-soon-icon-v2 {
    margin-bottom: 10px;
  }

  .hero {
    flex-direction: column;
    align-items: center;
  }

  .section-header {
    font-size: 25px;
    line-height: 35px;
  }

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

  .feature-big {
    padding: 16px 8.33333333% 40px;
    flex: 0 auto;
  }

  .white-section {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .white-section.press {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .press-link {
    padding-right: 20px;
    padding-left: 20px;
  }

  .background-section {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .background-section.page-top {
    padding-top: 10px;
    padding-bottom: 50px;
  }

  .footer-v1-column {
    width: 50%;
    padding-bottom: 30px;
  }

  .footer-description {
    max-width: none;
  }

  .footer-bottom-v1 {
    margin-top: 40px;
  }

  .big-side-feature {
    margin-bottom: -40px;
    flex-direction: column;
  }

  .big-side-feature.second {
    margin-bottom: -10px;
  }

  .big-side-feature.side-feature-blocks {
    margin-bottom: -85px;
    flex-direction: column-reverse;
  }

  .big-feature-info {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }

  .big-feature-info.big-device {
    width: 100%;
    padding-bottom: 30px;
  }

  .feature-text-big {
    margin-top: 0px;
    font-size: 14px;
    line-height: 25px;
  }

  .feature-device {
    width: 100%;
  }

  .feature-device.laptop {
    position: static;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    order: 1;
  }

  .feature-device.desktop {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .feature-device.web {
    width: 100%;
    padding-bottom: 30px;
  }

  .feature-device.web.first {
    order: -1;
  }

  .feature-device.phone {
    padding: 30px 20% 50px;
  }

  .testimonials-v1 {
    height: 320px;
    padding-top: 20px;
  }

  .review-slide-v1 {
    width: 100%;
    padding-right: 8.33333333%;
    padding-left: 8.33333333%;
  }

  .hero-device {
    width: 100%;
    padding-top: 30px;
  }

  .hero-device.tablet {
    margin-bottom: -220px;
    padding-top: 30px;
  }

  .hero-device.desktop {
    position: static;
    margin-bottom: -150px;
    padding-top: 30px;
  }

  .footer-section-v1 {
    padding-top: 30px;
  }

  .footer-v4 {
    padding-top: 30px;
    padding-bottom: 35px;
    flex-direction: column;
  }

  .footer-logo {
    width: 100%;
    padding-bottom: 10px;
    text-align: center;
  }

  .author-copyright {
    order: 1;
  }

  .social-buttons {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
  }

  .store-badges {
    padding-top: 16px;
  }

  .feature-cards-big {
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .feature-small-container {
    width: 100%;
  }

  .feature-card-v2 {
    width: 50%;
  }

  .footer-v2 {
    padding-bottom: 30px;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
  }

  .footer-right-links {
    width: auto;
    text-align: center;
  }

  .footer-link-v2 {
    display: inline-block;
    padding: 10px;
    float: none;
  }

  .hero-play-button {
    margin-top: 20px;
  }

  .phone-center-features {
    flex-direction: column;
  }

  .phone-side-features {
    width: 100%;
    flex-direction: row;
  }

  .side-feature {
    padding-right: 15px;
    padding-left: 15px;
  }

  .phone-center {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 20px;
  }

  .footer-store-badges {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    align-items: center;
    order: -1;
  }

  .feature-card-big {
    width: 80%;
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 32px;
    flex: 0 auto;
  }

  .feature-card-icon {
    margin-bottom: 11px;
  }

  .feature-tabs-wrapper {
    margin-top: 0px;
  }

  .feature-tabs {
    padding-top: 30px;
  }

  .feature-tabs.big {
    padding-right: 5px;
    padding-left: 5px;
  }

  .feature-tab-v2 {
    padding-bottom: 21px;
    justify-content: center;
    text-align: center;
  }

  .download {
    margin-top: -20px;
    margin-bottom: -10px;
    flex-wrap: wrap;
    text-align: center;
  }

  .download-text {
    padding-right: 50px;
    padding-left: 50px;
  }

  .device-big-image {
    width: 100%;
  }

  .press-container {
    margin-top: 46px;
  }

  .gradient-button.hero-first-button {
    margin-left: 7px;
  }

  .gradient-button.buy-button {
    margin-right: 7px;
    margin-left: 7px;
  }

  .square-features-container {
    margin-top: 10px;
  }

  .square-feature {
    width: 100%;
    padding: 35px 45px 45px;
  }

  .square-feature.second-feature {
    order: 1;
  }

  .download-buttons-contaner {
    width: 100%;
    padding-top: 0px;
    flex: 0 auto;
    text-align: center;
  }

  .square-feature-image {
    width: 100%;
    height: 520px;
  }

  .video-tour-tablet {
    padding: 30px 10px 60px;
  }

  .section-description {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 25px;
  }

  .section-description.white-transparent-text {
    padding-right: 10px;
    padding-left: 10px;
  }

  .contact-window {
    width: auto;
    margin-top: 40px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .input {
    padding-top: 9px;
    font-size: 16px;
  }

  .input.trial-white-input {
    margin-right: 7px;
    margin-left: 7px;
  }

  .reviews-left-container {
    width: 100%;
    padding: 60px 10px 30px;
    align-items: center;
    border-right-style: none;
    background-color: transparent;
  }

  .stars-left {
    margin-bottom: 14px;
  }

  .reviews-right-container {
    width: 100%;
    padding-top: 10px;
    flex: 0 auto;
  }

  .reviews-v2-header {
    text-align: center;
  }

  .reviews-v2-more-text {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .reviews-v2-store-link {
    flex-wrap: nowrap;
    font-size: 15px;
  }

  .arrow-icon {
    display: none;
  }

  .pricing-v1-plans {
    padding-right: 10px;
    padding-left: 10px;
  }

  .pricing-v1-plan {
    overflow: hidden;
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .pricing-v1-plan-name {
    margin-right: -40px;
    margin-left: -40px;
  }

  .pricing-v1-free-plan-name {
    margin-right: -40px;
    margin-left: -40px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .pricing-v1-free-plan {
    overflow: hidden;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
  }

  .features-video {
    padding-top: 20px;
  }

  .features-video-preview {
    width: 100%;
    height: 340px;
    margin-top: 20px;
  }

  .hero-desktop-bottom {
    display: none;
  }

  .device-big-center {
    margin-top: 37px;
    margin-bottom: -120px;
  }

  .trial-form {
    margin-bottom: 0px;
  }

  .trial-form-wrapper {
    padding-top: 16px;
  }

  .questions-list {
    padding-top: 20px;
    -moz-column-count: 1;
    column-count: 1;
  }

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

  .question-text {
    margin-top: 10px;
  }

  .reviews-arrow {
    margin-top: 134px;
    margin-left: 10px;
  }

  .reviews-arrow.right {
    margin-right: 10px;
  }

  .review-v3-avatar {
    margin-bottom: 27px;
  }

  .review-v3 {
    margin-right: -10px;
    margin-left: -10px;
  }

  .review-v3-author {
    margin-top: 22px;
  }

  .feature-cards-v2 {
    display: flex;
  }

  .testimonials-v3 {
    height: 380px;
    padding-top: 20px;
  }

  .pricing-v2 {
    padding-top: 0px;
    padding-bottom: 0px;
    flex-direction: column;
    align-content: center;
  }

  .pricing-v2-plan {
    width: 66.66666667%;
  }

  .pricing-v2-plan.best-plan-v2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .subscribe-container {
    margin-top: 46px;
    padding-right: 50px;
    padding-left: 50px;
  }

  .footer-v3 {
    flex-direction: column;
    align-items: stretch;
  }

  .footer-v3-author {
    padding-top: 3px;
    text-align: center;
  }

  .footer-v3-nav {
    flex: 1;
  }

  .hero-device-center {
    margin-bottom: -130px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .feature-big-v2 {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .feature-big-v2.left-border {
    padding-top: 0px;
  }

  .feature-big-heading-v2 {
    font-size: 20px;
    line-height: 30px;
  }

  .video-tour-web {
    height: 320px;
    margin-top: 35px;
    margin-bottom: 30px;
  }

  .pricing-v3-feature {
    padding-top: 10px;
    font-size: 14px;
  }

  .pricing-v3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .pricing-v3.page {
    padding-bottom: 40px;
  }

  .ceature-cards-v3 {
    padding-top: 20px;
  }

  .feature-card-v3 {
    margin-top: 10px;
    margin-bottom: 10px;
    flex-basis: 90%;
  }

  .footer-v5 {
    margin-bottom: -60px;
  }

  .footer-v5-header {
    margin-bottom: 10px;
    font-size: 13px;
  }

  .footer-v5-nav-list {
    text-align: left;
  }

  .footer-v5-nav-link {
    font-size: 12px;
  }

  .footer-newsletter {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding: 30px 80px 40px;
  }

  .feature-cards-v4 {
    margin-top: 40px;
    flex-wrap: wrap;
  }

  .feature-card-v4 {
    width: 100%;
  }

  .feature-card-v4.middle-card {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: #e7e8ea;
    border-bottom-width: 1px;
    border-bottom-color: #e7e8ea;
  }

  .feature-card-v4.middle-card {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: #e7e8ea;
    border-bottom-width: 1px;
    border-bottom-color: #e7e8ea;
  }

  .platform-tabs {
    margin-top: 15px;
  }

  .platform-tab-content {
    padding-top: 30px;
    padding-bottom: 21px;
  }

  .platforms-bottom-wrapper {
    margin-top: -109px;
    margin-bottom: -80px;
    padding-top: 140px;
  }

  .bg-feature-cards {
    padding-top: 20px;
  }

  .bg-feature-card {
    padding-left: 30px;
  }

  .testimonials-v4 {
    margin-bottom: 0px;
    padding-top: 25px;
  }

  .review-slide-v4 {
    width: 100%;
  }

  .testimonials {
    margin-bottom: 20px;
  }

  .platform-cards {
    padding-top: 35px;
  }

  .platform-card {
    margin-bottom: 20px;
    flex-basis: 40%;
  }

  .features-tour {
    padding-top: 10px;
  }

  .features-tour-info {
    padding-bottom: 20px;
  }

  .features-tour-list-item {
    padding: 15px 20px 20px 80px;
  }

  .feature-tour-list-icon {
    margin-top: 25px;
    margin-left: 20px;
  }

  .feature-icon-left-block {
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: 10px;
    padding-right: 29px;
  }

  .trial-form-window {
    width: auto;
    max-width: 100%;
    margin-top: 60px;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 50px;
    padding-left: 50px;
  }

  .features-v2-list {
    padding-left: 0px;
  }

  .feature-v2-item {
    flex-basis: 80%;
  }

  .background-full {
    position: relative;
    left: 0px;
    right: 0px;
    bottom: 0px;
    min-height: 500px;
  }

  .coming-soon-text-v1 {
    font-size: 14px;
  }

  .notify-form {
    width: auto;
  }

  .coming-soon-social-v1 {
    position: absolute;
    left: 20px;
    top: 20px;
  }

  .coming-soon-copyright-text {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }

  .coming-soon-window {
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
  }

  .feature-tab-v1 {
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 5px;
    padding-right: 20px;
    padding-bottom: 16px;
    padding-left: 20px;
  }

  .press-logo-image {
    height: 18px;
  }

  .platform-tab-image {
    max-height: 320px;
  }

  .text-block-2 {
    font-size: 14px;
  }

  .table {
    max-width: none;
    margin-right: -11px;
    margin-left: -11px;
    border-radius: 0px;
  }

  .table-cell {
    font-size: 13px;
  }

  .compare-section {
    margin-top: -83px;
    padding-top: 65px;
    padding-bottom: 70px;
  }

  .style-buttons {
    padding-bottom: 60px;
    flex-direction: column;
  }

  .form-success.center {
    font-size: 14px;
  }

  .style-lists {
    flex-direction: column;
    flex-wrap: wrap;
  }

  .changelog {
    width: 100%;
  }

  .change {
    padding: 20px;
  }

  .change-text {
    margin-left: 16px;
    font-size: 15px;
    line-height: 24px;
  }

  .licence-items {
    width: 100%;
  }

  .feature-cards-big-2 {
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .feature-big-2 {
    padding: 16px 8.33333333% 40px;
    flex: 0 auto;
  }

  .phone-center-2 {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 20px;
  }

  .phone-center-features-2 {
    flex-direction: column;
  }

  .phone-side-features-2 {
    width: 100%;
    flex-direction: row;
  }

  .side-feature-2 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .section-header-2 {
    font-size: 25px;
    line-height: 35px;
  }

  .text-block-3 {
    font-size: 14px;
  }

  .review-slide-v1-2 {
    width: 100%;
    padding-right: 8.33333333%;
    padding-left: 8.33333333%;
  }

  .feature-text-big-2 {
    margin-top: 0px;
    font-size: 14px;
    line-height: 25px;
  }

  .footer-description-2 {
    max-width: none;
  }

  .footer-logo-2 {
    width: 100%;
    padding-bottom: 10px;
    text-align: center;
  }

  .feature-card-v3-2 {
    margin-top: 10px;
    margin-bottom: 10px;
    flex-basis: 90%;
  }

  .gallery-overview {
    padding: 60px 15px;
  }

  .text-block-24 {
    position: absolute;
    left: 16px;
    top: 40px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section.video {
    display: flex;
    height: 100vh;
    justify-content: center;
    align-items: center;
  }

  .hero-section.desktop {
    margin-bottom: 60px;
  }

  .hero-section.web {
    margin-bottom: 120px;
  }

  .hero-section.all-platforms {
    margin-bottom: 0px;
  }

  .hero-section.phone {
    height: auto;
    margin-bottom: 257px;
  }

  .button.hero-second-button {
    display: block;
    margin-top: 0px;
    margin-right: 10%;
    margin-left: 10%;
  }

  .button.try-button {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }

  .hero-intro-left {
    display: flex;
    flex-direction: column;
  }

  .app-icon {
    margin-bottom: 0px;
  }

  .app-icon.coming-soon-icon-v1 {
    margin-bottom: 9px;
  }

  .hero {
    padding-top: 100px;
    justify-content: center;
  }

  .press-link {
    padding: 10px;
  }

  .background-section {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .background-section.page-top {
    padding-bottom: 40px;
  }

  .footer-description {
    margin-bottom: 17px;
  }

  .footer-bottom-v1 {
    margin-top: 20px;
  }

  .video-tour-section.phone {
    background-size: auto, cover;
  }

  .video-tour-phone {
    padding-top: 40px;
    padding-bottom: 40px;
    flex-direction: column;
  }

  .big-feature-info {
    margin-right: 0%;
    margin-left: 0%;
  }

  .feature-device.web {
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .feature-device.tab-device {
    padding-top: 10px;
    padding-right: 4%;
    padding-left: 4%;
  }

  .feature-device.phone {
    padding-right: 10px;
    padding-left: 10px;
  }

  .testimonials-v1 {
    height: 340px;
  }

  .review-slide-v1 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-device {
    padding-top: 40px;
  }

  .hero-device.phone {
    margin-bottom: -257px;
    justify-content: center;
    align-items: center;
  }

  .hero-device.tablet {
    padding-top: 40px;
    padding-right: 4%;
    padding-left: 4%;
  }

  .hero-device.desktop {
    margin-bottom: -60px;
    padding: 40px 5px 0px;
  }

  .footer-logo {
    padding-right: 10%;
    padding-left: 10%;
  }

  .store-badge {
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .store-badges {
    flex-direction: column;
    align-items: center;
  }

  .feature-small-container {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .feature-card-v2 {
    width: 100%;
    flex-basis: 80%;
  }

  .footer-right-links {
    padding-top: 20px;
  }

  .footer-link-v2 {
    display: block;
    margin-top: 0px;
  }

  .footer-store-badge {
    margin: 7px 5px;
  }

  .phone-center-features {
    padding-top: 10px;
  }

  .phone-side-features {
    flex-direction: column;
  }

  .side-feature {
    padding-right: 10px;
    padding-left: 10px;
  }

  .phone-center {
    padding-top: 10px;
    padding-right: 10%;
    padding-left: 10%;
  }

  .footer-store-badges {
    flex-direction: column;
  }

  .feature-card-big {
    width: 100%;
  }

  .feature-tabs {
    padding-top: 20px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .feature-tabs.big {
    padding-right: 0px;
    padding-left: 0px;
  }

  .feature-tab-v2 {
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 5px;
    padding: 17px 15px 7px;
  }

  .feature-tab-heading {
    font-size: 13px;
  }

  .download-text {
    padding-right: 10px;
    padding-left: 10px;
  }

  .press-color-link {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .gradient-button.hero-first-button {
    display: block;
    margin-right: 10%;
    margin-bottom: 14px;
    margin-left: 10%;
  }

  .gradient-button.trial-button {
    margin-right: 0px;
    margin-left: 0px;
  }

  .gradient-button.buy-button {
    display: block;
    margin-right: 0px;
    margin-bottom: 14px;
    margin-left: 0px;
  }

  .gradient-button.contact-button {
    flex: 1;
  }

  .square-features-container {
    margin-bottom: 0px;
  }

  .square-feature {
    padding-right: 25px;
    padding-left: 25px;
  }

  .square-feature-image {
    height: 300px;
  }

  .video-tour-tablet {
    padding-bottom: 50px;
  }

  .section-description {
    line-height: 25px;
  }

  .contact-window {
    padding: 30px 20px;
  }

  .input {
    margin-bottom: 14px;
  }

  .input.text-area {
    margin-bottom: 14px;
  }

  .input.subscribe-input {
    margin-bottom: 14px;
  }

  .input.trial-input {
    margin-right: 0px;
    margin-bottom: 14px;
    margin-left: 0px;
  }

  .input.trial-white-input {
    margin-right: 0px;
    margin-bottom: 14px;
    margin-left: 0px;
  }

  .input.trial-email-input {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .input.notify-input {
    margin-bottom: 14px;
  }

  .contact-form {
    margin-bottom: 14px;
  }

  .reviews-right-container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .review-v2 {
    padding-right: 10px;
    padding-left: 10px;
    justify-content: center;
  }

  .review-v2.review-reversed {
    flex-direction: row;
  }

  .review-v2-text {
    width: 100%;
    margin-top: 15px;
    flex: 0 auto;
    text-align: center;
  }

  .review-v2-author-info.author-info-reversed {
    flex-direction: row;
  }

  .pricing-v1-plans {
    padding-top: 42px;
    flex-direction: column;
  }

  .pricing-v1-plan {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 40px;
  }

  .pricing-v1-free-plan {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 40px;
  }

  .features-video-preview {
    height: 180px;
  }

  .feature-video-list-item {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .device-big-center {
    margin-bottom: -100px;
  }

  .trial-form {
    flex-direction: column;
  }

  .trial-form-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }

  .trial-text {
    padding-right: 10px;
    padding-left: 10px;
  }

  .question {
    padding-top: 10px;
  }

  .question-text {
    margin-top: 2px;
  }

  .reviews-arrow {
    margin-top: 30px;
  }

  .review-v3-text {
    max-width: 80%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .testimonials-v3 {
    height: 410px;
  }

  .pricing-v2 {
    margin-right: 0px;
    margin-bottom: -30px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .pricing-v2-plan {
    width: 100%;
  }

  .subscribe-container {
    margin-top: 26px;
    margin-bottom: 0px;
    padding: 30px 20px;
  }

  .subscribe-form {
    flex-direction: column;
    align-items: stretch;
  }

  .footer-v3-nav {
    flex: 1;
  }

  .hero-device-center {
    margin-bottom: -70px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .feature-big-v2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .feature-big-v2.left-border {
    border-left-style: none;
  }

  .video-tour-web {
    height: 180px;
  }

  .footer-v5-nav-list {
    width: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-newsletter {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .platform-tab-content {
    height: 220px;
  }

  .platforms-bottom-wrapper {
    margin-top: -80px;
    margin-bottom: -90px;
    padding-top: 121px;
  }

  .bg-feature-card {
    min-height: 320px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    justify-content: flex-start;
    flex-wrap: nowrap;
    background-position: 50% 160px, 50% 0px;
    background-size: 140px, cover;
    text-align: center;
  }

  .bg-feature-card.laptop {
    background-position: 50% 159px, 50% 0px;
    background-size: 230px, cover;
  }

  .available-text {
    margin-top: 33px;
  }

  .testimonials-v4 {
    height: 330px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 10px;
  }

  .review-slide-v4 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .testimonials {
    margin-bottom: 40px;
  }

  .review-v4-avatar {
    width: 40px;
    margin-top: 5px;
  }

  .review-v4-author-name {
    margin-left: 50px;
    font-size: 14px;
  }

  .review-v4-author-text {
    margin-left: 50px;
  }

  .review-v4-social-icon {
    margin-top: 8px;
    margin-right: 0px;
  }

  .platform-cards {
    margin-bottom: -10px;
    padding: 20px 5px 0px;
  }

  .platform-card {
    margin-right: 6px;
    margin-bottom: 10px;
    margin-left: 6px;
    padding: 30px 20px 15px;
    flex-basis: 40%;
  }

  .platform-card-heading {
    font-size: 14px;
  }

  .features-tour {
    padding-bottom: 0px;
  }

  .features-tour-list-item {
    width: 100%;
    padding-left: 75px;
  }

  .features-video-tour {
    font-size: 14px;
  }

  .feature-icon-left-block {
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 60px;
  }

  .side-feature-icon {
    width: 40px;
    border-radius: 8px;
  }

  .trial-form-window {
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
  }

  .trial-form-v2 {
    margin-right: 0px;
    margin-left: 0px;
    padding-bottom: 0px;
    flex-direction: column;
  }

  .newsletter-checkbox {
    padding-left: 20px;
  }

  .features-v2-list {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .feature-v2-item {
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    padding-left: 60px;
  }

  .background-full {
    min-height: 600px;
  }

  .coming-soon-text-v1 {
    font-size: 14px;
    line-height: 25px;
  }

  .notify-form {
    flex-direction: column;
  }

  .coming-soon-copyright-text {
    left: 0px;
    right: 0px;
    bottom: 0px;
  }

  .coming-soon-window {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .coming-soon-social-v2 {
    margin-top: 14px;
  }

  .play-button {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .play-button.small {
    width: 40px;
    height: 40px;
    margin-right: 15px;
    margin-left: 15px;
    background-size: 12px 12px;
  }

  .feature-tab-v1 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .press-logo-image {
    height: 16px;
  }

  .platform-tab-image {
    max-height: 180px;
  }

  .table {
    overflow: scroll;
    margin-top: 40px;
    margin-left: 0px;
  }

  .table-cell {
    padding: 12px 8%;
    font-size: 11px;
    line-height: 14px;
  }

  .tabs-content {
    overflow: visible;
  }

  .form-error.red {
    margin-top: 14px;
  }

  .licence-item {
    padding-top: 48px;
    flex-direction: column;
  }

  .licence-item-info {
    margin-top: 8px;
    padding-left: 0px;
    text-align: center;
  }

  .feature-big-2 {
    margin-top: -25px;
    padding-bottom: 32px;
  }

  .feature-big-icon-2 {
    width: 60px;
  }

  .feature-text-small-2 {
    line-height: 25px;
  }

  .phone-center-2 {
    padding-top: 10px;
    padding-right: 10%;
    padding-left: 10%;
  }

  .phone-center-features-2 {
    padding-top: 10px;
  }

  .wrapper--1.center {
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: transparent;
  }

  .wrapper--1.center:hover {
    margin-top: 0px;
  }

  .phone-side-features-2 {
    flex-direction: column;
  }

  .side-feature-heading-2 {
    font-size: 20px;
  }

  .side-feature-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section-header-2 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .review-slide-v1-2 {
    padding: 40px 10px 0px;
  }

  .button-64 {
    margin-left: 0px;
  }

  .bold-text-36 {
    overflow: visible;
  }

  .image-6 {
    padding-bottom: 16px;
  }

  .bold-text-2 {
    margin-left: 0px;
  }

  .press-color-link-2 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-description-2 {
    margin-bottom: 17px;
    color: #f90;
  }

  .footer-logo-2 {
    padding-right: 10%;
    padding-left: 10%;
  }

  .heading-2 {
    color: #0ad0aa;
  }

  .image-40 {
    opacity: 1;
    filter: invert(100%);
    color: #000;
  }

  .gallery-overview {
    background-color: #009688;
  }

  .container {
    max-width: none;
  }

  .gallery-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .gallery-block {
    background-color: #009688;
  }

  .gallery-features-block {
    margin-bottom: 0px;
  }

  .gallery-feature {
    margin-bottom: 0px;
  }

  .gallery-image.shadow-two {
    border-radius: 8px;
    box-shadow: 1px 1px 3px 0 #676b75;
  }

  .heading-8 {
    margin-bottom: 20px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  .paragraph-2 {
    margin-bottom: 0px;
    color: #fff;
  }

  .heading-9 {
    margin-bottom: 0px;
  }

  .heading-10 {
    margin-bottom: 0px;
  }

  .button-66 {
    margin-right: 25px;
    margin-left: 25px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 17px;
  }

  .form-block {
    margin-top: 20px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .heading-11 {
    margin-right: 10px;
    margin-left: 10px;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
  }

  .text-block-11 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .submit-button {
    border-radius: 8px;
    background-color: #009688;
    font-size: 16px;
    font-weight: 700;
  }

  .error-message {
    background-color: rgba(204, 0, 0, 0.61);
    color: #000;
  }

  .success-message {
    background-color: #009688;
    color: #fff;
  }

  .body-2 {
    background-color: rgba(0, 150, 136, 0.3);
  }

  .form-block-2 {
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .submit-button-2 {
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 8px;
    background-color: #009688;
    font-weight: 700;
  }

  .image-41 {
    margin-bottom: 20px;
  }

  .text-field {
    border: 1px solid transparent;
  }

  .field-label {
    color: transparent;
  }

  .text-field-2 {
    border: 1px solid transparent;
    color: transparent;
  }

  .text-field-3 {
    border: 1px solid transparent;
    color: transparent;
  }

  .text-block-12 {
    margin: 10px;
    font-size: 17px;
  }

  .paragraph-3 {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 12px;
    line-height: 19px;
  }

  .image-17 {
    position: absolute;
    left: 30%;
    top: 20%;
    width: 40%;
  }

  .heading-12 {
    position: absolute;
    top: 42%;
    width: 100%;
    text-align: center;
  }

  .heading-13 {
    position: absolute;
    top: 42%;
    width: 100%;
    font-family: 'Noto Sans', sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
  }

  .text-block-23 {
    position: absolute;
    left: 15%;
    top: 53%;
    width: 70%;
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
  }

  .image-16 {
    position: absolute;
    left: 30%;
    top: 20%;
    width: 40%;
    text-align: center;
  }

  .heading-14 {
    position: absolute;
    top: 45%;
    width: 100%;
    font-family: 'Noto Sans', sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
  }

  .text-block-22 {
    position: absolute;
    left: 15%;
    top: 54%;
    width: 70%;
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
  }

  .text-block-24 {
    position: absolute;
    left: 16px;
    top: 40px;
    width: 300px;
    height: 25px;
    font-family: 'Noto Sans', sans-serif;
    font-size: 19px;
    line-height: 25px;
    font-weight: 700;
  }

  .image-15 {
    position: absolute;
    top: 70px;
    width: 100%;
  }

  .text-block-25 {
    position: absolute;
    left: 16px;
    top: 85px;
    width: 89%;
    height: 25px;
    font-family: 'Noto Sans', sans-serif;
    font-size: 17px;
    line-height: 25px;
    font-weight: 600;
  }

  .image-9 {
    position: absolute;
    top: 114px;
    height: 32px;
  }

  .text-block-4 {
    position: absolute;
    left: 11%;
    top: 118px;
    bottom: 81.75%;
    font-family: 'Noto Sans', sans-serif;
    color: #df4848;
    font-size: 14px;
  }

  .heading-15 {
    position: absolute;
    left: 16px;
    top: 146px;
    width: 91%;
    height: 50px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Noto Sans', sans-serif;
    color: #707890;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
  }

  .text-block-26 {
    position: absolute;
    left: 16px;
    top: 220px;
    font-family: 'Noto Sans', sans-serif;
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
  }

  .text-block-21 {
    position: absolute;
    left: 16px;
    top: 250px;
    right: 16px;
    font-family: 'Noto Sans', sans-serif;
    font-size: 13px;
    line-height: 19px;
  }

  .button-13 {
    position: absolute;
    left: 16px;
    top: 390px;
    width: 91%;
    height: 50px;
    border-radius: 8px;
    background-color: #ec463b;
    font-family: 'Noto Sans', sans-serif;
    font-size: 17px;
    line-height: 28px;
    text-align: center;
  }

  .button-12 {
    position: absolute;
    left: 16px;
    top: 330px;
    width: 91%;
    height: 50px;
    border-radius: 8px;
    background-color: #0a8047;
    font-family: 'Noto Sans', sans-serif;
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
    text-align: center;
  }

  .image-13 {
    position: absolute;
    top: 300px;
    width: 100%;
  }

  .field-label-2 {
    position: absolute;
    left: 16px;
    top: 470px;
    font-size: 19px;
    line-height: 25px;
  }

  .text-field-13 {
    position: absolute;
    left: 16px;
    top: 510px;
    width: 91%;
    height: 48px;
    border: 0.5px solid #037f57;
    border-radius: 8px;
  }

  .error-message-2 {
    position: absolute;
    top: 518px;
    font-family: 'Noto Sans', sans-serif;
    font-size: 13px;
    line-height: 17.71px;
  }

  .text-block-13 {
    position: absolute;
    left: 16px;
    top: 518px;
    color: #f6421f;
  }

  .image-14 {
    position: absolute;
    top: 608px;
    width: 100%;
  }

  .text-block-27 {
    position: absolute;
    left: 16px;
    top: 615px;
    height: 18px;
    font-family: 'Noto Sans', sans-serif;
    color: #707890;
    font-size: 14px;
    line-height: 17.71px;
  }

  .text-block-28 {
    position: absolute;
    left: 16px;
    top: 641px;
    width: 91%;
    font-family: 'Noto Sans', sans-serif;
    color: #707890;
    font-size: 14px;
    line-height: 19px;
  }

  .text-block-20 {
    position: absolute;
    top: 641px;
    right: 16px;
    width: 52%;
    font-family: 'Noto Sans', sans-serif;
    color: #707890;
    font-size: 14px;
    line-height: 19px;
    text-align: right;
  }

  .text-block-14 {
    position: absolute;
    left: 16px;
    top: 704px;
    width: 91%;
    font-family: 'Noto Sans', sans-serif;
    color: #707890;
    font-size: 14px;
    line-height: 19px;
  }

  .text-block-19 {
    position: absolute;
    top: 704px;
    right: 16px;
    font-family: 'Noto Sans', sans-serif;
    color: #707890;
    font-size: 14px;
    line-height: 19px;
  }

  .text-block-15 {
    position: absolute;
    left: 16px;
    top: 725px;
    font-family: 'Noto Sans', sans-serif;
    color: #707890;
    font-size: 14px;
    line-height: 19px;
  }

  .text-block-18 {
    position: absolute;
    top: 725px;
    right: 16px;
    font-family: 'Noto Sans', sans-serif;
    color: #707890;
    font-size: 14px;
    line-height: 19px;
    text-align: right;
  }

  .text-block-16 {
    position: absolute;
    left: 16px;
    top: 746px;
    font-family: 'Noto Sans', sans-serif;
    color: #707890;
    font-size: 14px;
    line-height: 19px;
  }

  .text-block-17 {
    position: absolute;
    top: 746px;
    right: 16px;
    font-family: 'Noto Sans', sans-serif;
    color: #707890;
    font-size: 14px;
    line-height: 19px;
    text-align: right;
  }

  .form-block-3 {
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .submit-button-3 {
    border: 0px solid #000;
    border-radius: 8px;
    background-color: #009688;
    text-align: center;
  }

  .text-field-14 {
    border-style: solid;
    border-width: 1px;
    border-color: #009688;
  }

  .text-field-15 {
    border-style: solid;
    border-width: 1px;
    border-color: #009688;
  }

  .text-block-29 {
    position: absolute;
    top: 766px;
    color: #fff;
    line-height: 60px;
  }

  .body-3 {
    border-style: solid;
    border-width: 1px;
    border-color: #e2f8ef;
    background-color: #e2f8ef;
  }

  .body-4 {
    background-color: rgba(63, 117, 71, 0.89);
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .image-42 {
    margin-right: 0px;
    margin-left: 0px;
    padding: 10px;
  }

  .image-43 {
    padding: 10px;
  }

  .heading-16 {
    font-weight: 700;
  }

  .heading-17 {
    font-family: Mukta, sans-serif;
    font-size: 26px;
    line-height: 30px;
    font-weight: 500;
    text-align: center;
  }

  .bold-text-53 {
    font-weight: 600;
  }

  .image-44 {
    margin-top: 0px;
  }

  .field-label-3 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
  }

  .success-message-2 {
    background-color: #009688;
    color: #fff;
  }

  .image-45 {
    margin-top: 20px;
    padding-right: 60px;
    padding-left: 60px;
  }

  .image-46 {
    margin-top: 40px;
    padding-right: 60px;
    padding-left: 60px;
  }

  .image-47 {
    margin-top: 30px;
    padding-right: 60px;
    padding-left: 60px;
  }

  .heading-18 {
    margin-right: 10px;
    margin-left: 10px;
    font-family: Mukta, sans-serif;
    color: #282b31;
    font-size: 28px;
    line-height: 28px;
    text-align: center;
  }

  .form-block-4 {
    margin-top: 20px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .text-field-16 {
    border-style: solid;
    border-width: 1px;
    border-color: #009688;
  }

  .text-field-17 {
    border-style: solid;
    border-width: 1px;
    border-color: #009688;
  }

  .text-field-18 {
    border-style: solid;
    border-width: 1px;
    border-color: #009688;
  }

  .text-field-19 {
    border-style: solid;
    border-width: 1px;
    border-color: #009688;
  }

  .text-field-20 {
    border-style: solid;
    border-width: 1px;
    border-color: #009688;
  }

  .text-field-21 {
    border-style: solid;
    border-width: 1px;
    border-color: #009688;
  }

  .submit-button-4 {
    border-radius: 8px;
    background-color: #009688;
  }

  .body-5 {
    background-color: #e2f8ef;
  }

  .success-message-3 {
    background-color: #009688;
    font-family: Mukta, sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
  }

  .text-block-30 {
    position: absolute;
    left: 16px;
    top: 236px;
    overflow: hidden;
    width: 91%;
    height: 48px;
    border: 1px solid #ced1d9;
    border-radius: 8px;
    font-family: 'Noto Sans', sans-serif;
    line-height: 46px;
    text-indent: 14px;
  }

  .text-block-31 {
    position: absolute;
    left: 28px;
    top: 226px;
    background-color: #fff;
    font-family: 'Noto Sans', sans-serif;
    color: #adb2c0;
    font-size: 11px;
    line-height: 18px;
  }

  .text-block-32 {
    position: absolute;
    left: 16px;
    top: 300px;
    width: 44%;
    height: 48px;
    border: 1px solid #ced1d9;
    border-radius: 8px;
    font-family: 'Noto Sans', sans-serif;
    color: #333;
    line-height: 46px;
    text-indent: 14px;
  }

  .text-block-33 {
    position: absolute;
    left: 28px;
    top: 290px;
    background-color: #fff;
    font-family: 'Noto Sans', sans-serif;
    color: #adb2c0;
    font-size: 11px;
  }

  .text-block-34 {
    position: absolute;
    top: 300px;
    right: 16px;
    width: 44%;
    height: 48px;
    border: 1px solid #ced1d9;
    border-radius: 8px;
    font-family: 'Noto Sans', sans-serif;
    line-height: 46px;
    text-indent: 14px;
  }

  .text-block-35 {
    position: absolute;
    top: 290px;
    right: 37%;
    background-color: #fff;
    font-family: 'Noto Sans', sans-serif;
    color: #adb2c0;
    font-size: 11px;
  }

  .text-block-36 {
    position: absolute;
    left: 16px;
    top: 364px;
    width: 44%;
    height: 48px;
    border: 1px solid #ced1d9;
    border-radius: 8px;
    font-family: 'Noto Sans', sans-serif;
    line-height: 46px;
    font-weight: 400;
    text-indent: 14px;
  }

  .text-block-37 {
    position: absolute;
    left: 28px;
    top: 354px;
    width: auto;
    background-color: #fff;
    font-family: 'Noto Sans', sans-serif;
    color: #adb2c0;
    font-size: 11px;
  }

  .text-block-38 {
    position: absolute;
    top: 364px;
    right: 16px;
    width: 44%;
    height: 48px;
    border: 1px solid #ced1d9;
    border-radius: 8px;
    line-height: 46px;
    text-indent: 14px;
  }

  .text-block-39 {
    position: absolute;
    top: 354px;
    right: 39%;
    width: auto;
    background-color: #fff;
    font-family: 'Noto Sans', sans-serif;
    color: #adb2c0;
    font-size: 11px;
  }

  .text-block-40 {
    position: absolute;
    top: 428px;
    right: 16px;
    width: 44%;
    height: 48px;
    border: 1px solid #ced1d9;
    border-radius: 8px;
    font-family: 'Noto Sans', sans-serif;
    color: #000;
    line-height: 46px;
    text-indent: 14px;
  }

  .text-block-41 {
    position: absolute;
    top: 418px;
    right: 32%;
    background-color: #fff;
    font-family: 'Noto Sans', sans-serif;
    color: #adb2c0;
    font-size: 11px;
  }

  .heading-19 {
    position: absolute;
    left: 16px;
    top: 144px;
    width: 91%;
    height: 25px;
    font-family: 'Noto Sans', sans-serif;
    color: #707890;
    font-size: 13px;
    line-height: 20px;
  }

  .text-block-42 {
    position: absolute;
    left: 16px;
    top: 190px;
    font-family: 'Noto Sans', sans-serif;
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
  }

  .button-67 {
    position: absolute;
    left: 16px;
    top: 490px;
    z-index: 5;
    width: 91%;
    height: 50px;
    border-radius: 8px;
    background-color: #0a8047;
    font-family: 'Noto Sans', sans-serif;
    font-size: 17px;
    line-height: 28px;
    text-align: center;
  }

  .button-68 {
    position: absolute;
    left: 16px;
    top: 550px;
    z-index: 5;
    width: 91%;
    height: 50px;
    border-radius: 8px;
    background-color: #ec463b;
    font-family: 'Noto Sans', sans-serif;
    font-size: 17px;
    line-height: 28px;
    text-align: center;
  }

  .button-69 {
    position: absolute;
    left: 30%;
    top: 68%;
    width: 40%;
    border: 1px solid #374878;
    border-radius: 8px;
    background-color: #fff;
    font-family: 'Noto Sans', sans-serif;
    color: #374878;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
  }

  .body-6 {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 400;
    white-space: normal;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
    cursor: auto;
    mix-blend-mode: normal;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .text-block-43 {
    position: absolute;
    left: 16px;
    top: 495px;
    width: 91%;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    text-align: center;
  }

  .text-block-44 {
    position: absolute;
    left: 16px;
    top: 560px;
    width: 91%;
    font-family: 'Noto Sans', sans-serif;
    color: #0a8047;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
  }

  .text-block-45 {
    position: absolute;
    left: 16px;
    top: 140px;
    font-family: 'Noto Sans', sans-serif;
    color: #707890;
    font-size: 13px;
    font-weight: 300;
  }

  .text-block-46 {
    position: absolute;
    left: 16px;
    top: 428px;
    width: 44%;
    height: 48px;
    border: 1px solid #ced1d9;
    border-radius: 8px;
    font-family: 'Noto Sans', sans-serif;
    line-height: 46px;
    text-indent: 14px;
  }

  .text-block-47 {
    position: absolute;
    left: 28px;
    top: 418px;
    background-color: #fff;
    font-family: 'Noto Sans', sans-serif;
    color: #adb2c0;
    font-size: 11px;
  }

  .image-48 {
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 10px;
    text-align: center;
  }

  .text-block-48 {
    font-size: 18px;
  }

  .paragraph-4 {
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-5 {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
  }

  .text-block-49 {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 18px;
  }

  .text-block-50 {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
    font-size: 22px;
  }

  .text-block-51 {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 18px;
  }

  .paragraph-6 {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .image-49 {
    opacity: 1;
  }

  .text-block-52 {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 10px;
    font-style: italic;
    font-weight: 400;
  }

  .text-block-53 {
    font-size: 10px;
  }

  .text-block-54 {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 10px;
  }

  .form-block-5 {
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 20px;
  }

  .submit-button-5 {
    margin-top: 10px;
    border-radius: 6px;
    background-color: #00934b;
  }

  .body-7 {
    background-color: rgba(0, 147, 75, 0.29);
  }

  .text-field-22 {
    border-radius: 4px;
  }

  .text-field-23 {
    border-radius: 4px;
  }

  .text-field-24 {
    border-radius: 4px;
  }

  .text-field-25 {
    border-radius: 4px;
  }

  .text-field-26 {
    border-radius: 4px;
  }

  .text-field-27 {
    border-radius: 4px;
  }

  .heading-20 {
    margin-right: 20px;
    margin-left: 20px;
    font-weight: 700;
    background-clip: content-box;
    -webkit-text-fill-color: inherit;
  }
}

#w-node-_35e884d3-5ed0-b707-1fbf-03e2b7a9e6f2-4932d3ce {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_35e884d3-5ed0-b707-1fbf-03e2b7a9e704-4932d3ce {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c1e56492-cf0b-13ef-b39a-dcec399b88b1-4932d3ce {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_35e884d3-5ed0-b707-1fbf-03e2b7a9e705-4932d3ce {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: Area;
}

#w-node-_08ce0fe7-6fde-6cff-5d8f-522037885378-4932d3ce {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_35e884d3-5ed0-b707-1fbf-03e2b7a9e706-4932d3ce {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bdcdfeac-e89f-05cd-5c8a-c43ecce24e30-4932d3ce {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_35e884d3-5ed0-b707-1fbf-03e2b7a9e708-4932d3ce {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f8423b12-4d19-cb38-d4ad-c3bf0bd24e4b-4932d3ce {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cb3ec504-4696-ebcd-8f79-073bf1105362-4932d3ce {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_35e884d3-5ed0-b707-1fbf-03e2b7a9e709-4932d3ce {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7acb85d1-5ab0-804d-241a-e6df62d8d1c2-4932d3ce {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_35e884d3-5ed0-b707-1fbf-03e2b7a9e70a-4932d3ce {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d866384d-5004-3bdb-469c-2b5ddf5180f9-4932d3ce {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_35e884d3-5ed0-b707-1fbf-03e2b7a9e70c-4932d3ce {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_16975ed4-02af-459c-1b9b-a1b13a45342c-4932d3ce {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f41963b9-a554-5039-7041-58032dc3a9ba-4932d3ce {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cb44c398-8976-673a-7151-04d2c78ff5ee-4932d3ce {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6b261a7b-fd42-513c-9007-550677c15e55-4932d3ce {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_35e884d3-5ed0-b707-1fbf-03e2b7a9e6f2-4932d3ce {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_35e884d3-5ed0-b707-1fbf-03e2b7a9e6f2-4932d3ce {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

