@import "./fonts/stylesheet.css";
@import "./animate.css";
/*** 

====================================================================
	Reset
====================================================================

***/
html {
  scroll-behavior: smooth;
}

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}

button {
  outline: none;
}

button:focus {
  outline: none;
}

button:focus {
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}

/*** 
  ====================================================================
      Global Settings
  ====================================================================
   ***/
body {
  font-family: "SFProText";
  color: #2d3436;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

body.active {
  overflow: hidden;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-weight: normal;
  margin: 0px;
  background: none;
  line-height: 1.6em;
}

/* Typography */
.auto__container {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 16px;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

main {
  min-height: 100%;
}

h1,
h2 {
  font-size: 42px;
  line-height: 44px;
  font-weight: 600;
}
h1 span,
h2 span {
  color: #6c5ce7;
}

h3 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
}

h4 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
}

h5 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}

h6 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
h6.sm {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

p a {
  color: #0984e3;
}

.section {
  padding: 100px 0 200px 0;
}

.button {
  font-size: 14px;
  line-height: 16px;
  padding: 15px 24px;
  cursor: pointer;
  font-weight: 500;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  display: inline-block;
}
.button:hover {
  opacity: 0.8;
}
.button.register {
  background: #ffffff;
  border-radius: 8px;
  font-family: "SFProText";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #2d3436;
}
.button.install {
  background: #6c5ce7;
  -webkit-box-shadow: 0px 8px 24px rgba(38, 50, 56, 0.1), 0px 16px 32px rgba(38, 50, 56, 0.08);
          box-shadow: 0px 8px 24px rgba(38, 50, 56, 0.1), 0px 16px 32px rgba(38, 50, 56, 0.08);
  border-radius: 16px;
  font-family: "SFProText";
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 220px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 16px;
}
.button.install img {
  width: 14px;
  margin-left: 16px;
}
.button.secondary {
  background: #e84393;
  border-radius: 16px;
  font-family: "SFProText";
  color: #fff;
}
.button.cta {
  background: #6c5ce7;
  border-radius: 16px;
  font-family: "SFProText";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  text-align: center;
  padding: 12px;
}
.button.submit {
  width: 100%;
  max-width: 170px;
  padding: 14px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #6c5ce7;
  border-radius: 16px;
  font-family: "SFProText";
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  cursor: pointer;
  text-shadow: 0px 2px 4px rgba(38, 50, 56, 0.16), 0px 4px 8px rgba(38, 50, 56, 0.08);
}
.button.uniq {
  font-family: "SFProDisplay";
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 1;
  color: #2d3436;
  background: #55efc4;
  border-radius: 16px;
  padding: 20px 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

p.sm {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}

.btnCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 100px 0;
}
.btnCenter .button {
  width: 100%;
  text-align: center;
  max-width: 460px;
}

.footer {
  position: relative;
  padding-bottom: 100px;
  background: #2d3436;
}
.footer::before {
  position: absolute;
  content: "";
  top: -100px;
  left: 0;
  width: 100%;
  height: calc(100% + 100px);
  background: url(../images/footer.png);
  background-repeat: repeat-x;
  background-size: contain;
  background-position: top;
}
.footer__inner-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 32px;
}
.footer__inner-header-logo {
  width: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__inner-header-logo img {
  width: 100%;
}
.footer__inner-header-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__inner-header-social a {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 36px;
}
.footer__inner-header-social a img {
  max-width: 22px;
  max-height: 22px;
}
.footer__inner-nav {
  max-width: 600px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__inner-nav-col {
  width: calc(33.3% - 30px);
  margin: 0 15px;
}
.footer__inner-nav-title {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #55efc4;
  text-shadow: 0px 4px 6px rgba(38, 50, 56, 0.16), 0px 4px 16px rgba(38, 50, 56, 0.08);
}
.footer__inner-nav-link {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
  color: #ffffff;
  display: block;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.footer__inner-nav-link:hover {
  color: #6c5ce7;
}
.footer__inner-nav-link:last-child {
  margin-bottom: 0;
}

.header {
  padding: 38px 0 8px 0;
  position: relative;
  background: #55efc4;
}
.header::before {
  position: absolute;
  content: "";
  top: 20px;
  left: 0;
  width: 100%;
  height: calc(100% + 20px);
  background: url(../images/wave.png);
  background-repeat: repeat-x;
  background-size: contain;
  background-position: bottom;
}
.header.headerAbout::before {
  height: 200%;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__inner-logo {
  width: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__inner-logo img {
  width: 100%;
}
.header__inner .button {
  cursor: pointer;
}
.header__inner .button:nth-child(1) {
  background: none;
  font-weight: 400;
}

.nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav__inner-link {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #6c5ce7;
  margin: 0 16px;
  position: relative;
}
.nav__inner-link::before {
  position: absolute;
  content: "";
  width: 0;
  top: calc(100% + 15px);
  left: 0;
  height: 4px;
  background: #6c5ce7;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.nav__inner-link.active {
  color: #2d3436;
}
.nav__inner-link.active::before {
  width: 100%;
}

.price {
  padding: 80px 0;
}
.price.pR {
  padding: 25px 0 80px 0;
}
.price__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
.price h4 {
  margin-bottom: 8px;
}
.priceItem {
  width: calc(25% - 16px);
  margin: 0 8px;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 4px rgba(38, 50, 56, 0.16), 0px 4px 8px rgba(38, 50, 56, 0.08);
          box-shadow: 0px 2px 4px rgba(38, 50, 56, 0.16), 0px 4px 8px rgba(38, 50, 56, 0.08);
  border-radius: 16px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px 8px;
}
.priceItem h6 {
  font-weight: 600;
  color: rgba(133, 133, 133, 0.48);
  margin-bottom: 32px;
}
.priceItem h5 {
  margin-bottom: 32px;
  font-family: "SFProDisplay";
  color: #6c5ce7;
}
.priceItem__time {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #6c5ce7;
  margin-bottom: 32px;
}
.priceItem__orders {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #00b894;
  margin-bottom: 16px;
}
.priceItem p.sm {
  margin-bottom: 16px;
}
.priceItem:nth-child(2) h6 {
  color: rgba(92, 92, 92, 0.64);
}
.priceItem:nth-child(1) .button {
  background: #55efc4;
  color: black;
}
.priceItem:nth-child(2) .button {
  background: #55efc4;
  color: black;
}
.priceItem:nth-child(3) {
  background: #55efc4;
}
.priceItem:nth-child(3) h6 {
  color: #2d3436;
}
.priceItem:nth-child(3) h5 {
  color: #6c5ce7;
}
.priceItem:nth-child(3) .priceItem__time {
  color: #6c5ce7;
}
.priceItem:nth-child(3) .priceItem__orders {
  color: #2d3436;
}
.priceItem:nth-child(3) .button {
  background: #6c5ce7;
}
.priceItem:nth-child(4) {
  background: #6c5ce7;
}
.priceItem:nth-child(4) h6 {
  color: #fff;
}
.priceItem:nth-child(4) h5 {
  color: #ffeaa7;
}
.priceItem:nth-child(4) .priceItem__time {
  color: #fdcb6e;
}
.priceItem:nth-child(4) .priceItem__orders {
  color: #fff;
}
.priceItem:nth-child(4) .button {
  background: #fff;
  color: #2d3436;
}

.newsletter {
  position: relative;
  overflow: hidden;
  padding-bottom: 100px;
}
.newsletter.aP {
  padding-top: 50px;
  padding-bottom: 150px;
}
.newsletter__shape {
  position: absolute;
  top: 0;
  left: -360px;
  width: 440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.newsletter__shape img {
  width: 100%;
}
.newsletter__image {
  position: absolute;
  top: 0;
  right: -170px;
  width: 570px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.newsletter__image.newsletter__image-demo {
  width: 630px;
  right: -160px;
  top: -30px;
}
.newsletter__image img {
  width: 120%;
}
.newsletter__inner {
  position: relative;
  padding: 40px 0;
}
.newsletter__inner-form {
  max-width: 760px;
  margin: 0 auto;
}
.newsletter__inner-form h2 {
  margin-bottom: 32px;
}
.newsletter__inner-form h4 {
  font-weight: 400;
  margin-bottom: 32px;
}
.newsletter__inner-form-input {
  position: relative;
  max-width: 478px;
  width: 100%;
}
.newsletter__inner-form-input input {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px 186px 16px 16px;
  font-family: "SFProText";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #5c5c5c;
  border: 1px solid #adadad;
  border-radius: 50px;
}
.newsletter__inner-form-input input::-webkit-input-placeholder {
  color: #5c5c5c;
}
.newsletter__inner-form-input input::-moz-placeholder {
  color: #5c5c5c;
}
.newsletter__inner-form-input input:-ms-input-placeholder {
  color: #5c5c5c;
}
.newsletter__inner-form-input input::-ms-input-placeholder {
  color: #5c5c5c;
}
.newsletter__inner-form-input input::placeholder {
  color: #5c5c5c;
}
.newsletter__inner-form-btn {
  width: 170px;
  height: 100%;
  padding: 16px;
  border-radius: 50px;
  background: #6c5ce7;
  font-family: "SFProText";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  display: inline-block;
  text-align: center;
}
.newsletter__inner-form-btn:hover {
  opacity: 0.8;
}

.shopify {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #ffeaa7;
  border-radius: 16px;
  padding: 20px;
}
.shopify__content {
  width: calc(60% - 15px);
  font-family: "SFProDisplay";
}
.shopify__content h4 {
  color: #6c5ce7;
}
.shopify__content-title {
  color: #2d3436 !important;
  text-shadow: 0px 4px 0px #fff;
  margin-bottom: 16px;
}
.shopify__btn {
  width: calc(40% - 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px;
  font-family: "SFProText";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  border-radius: 16px;
  background: #6c5ce7;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.shopify__btn:hover {
  opacity: 0.8;
}
.shopify__btn span {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  display: block;
}
.shopify__btn img {
  width: 26px;
  margin-right: 8px;
}

.what {
  padding: 80px 0;
  background: #ffeaa7;
}
.what h4 {
  text-align: center;
  font-weight: 600;
  font-family: "SFProDisplay";
  margin-bottom: 80px;
}
.what h4 img {
  width: 20px;
  margin-left: 12px;
  margin-bottom: -4px;
}
.what h4 span {
  color: #00b894;
}
.what__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.whatItem {
  width: calc(33.3% - 30px);
  margin: 15px;
  text-align: center;
  min-height: 270px;
}
.whatItem h5 {
  margin-bottom: 14px;
}
.whatItem__icon {
  width: 68px;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 16px;
  background: #fff;
  -webkit-box-shadow: 30px 13px 30px rgba(28, 65, 84, 0.1), 70px 24px 70px rgba(28, 65, 84, 0.08), 180px 90px 180px rgba(28, 65, 84, 0.08), 219px 90px 210px rgba(28, 65, 84, 0.06);
          box-shadow: 30px 13px 30px rgba(28, 65, 84, 0.1), 70px 24px 70px rgba(28, 65, 84, 0.08), 180px 90px 180px rgba(28, 65, 84, 0.08), 219px 90px 210px rgba(28, 65, 84, 0.06);
  margin: 0 auto 14px auto;
}
.whatItem__icon img {
  max-width: 20px;
  max-height: 20px;
}
.whatItem:nth-child(4), .whatItem:nth-child(5) {
  width: calc(50% - 30px);
}

.how {
  margin: 100px 0;
}
.how h3 {
  text-align: center;
  font-weight: 600;
  font-family: "SFProDisplay";
  margin-bottom: 50px;
}
.how h3 img {
  width: 20px;
  margin-left: 12px;
  margin-bottom: -4px;
}
.how h3 span {
  color: #6c5ce7;
}
.how__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}
.howItem {
  width: calc(33.3% - 30px);
  margin: 0 15px;
  padding: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  -webkit-box-shadow: 0px 8px 24px rgba(38, 50, 56, 0.1), 0px 16px 32px rgba(38, 50, 56, 0.08);
          box-shadow: 0px 8px 24px rgba(38, 50, 56, 0.1), 0px 16px 32px rgba(38, 50, 56, 0.08);
  border-radius: 16px;
  min-height: 330px;
}
.howItem__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70px;
  height: 70px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 4px rgba(38, 50, 56, 0.16), 0px 4px 8px rgba(38, 50, 56, 0.08);
          box-shadow: 0px 2px 4px rgba(38, 50, 56, 0.16), 0px 4px 8px rgba(38, 50, 56, 0.08);
  border-radius: 50%;
  margin-bottom: 26px;
}
.howItem img {
  max-width: 56px;
  max-height: 56px;
}
.howItem h4 {
  font-family: "SFProDisplay";
  color: #2d3436;
  margin-bottom: 20px;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 15px;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  visibility: hidden;
  z-index: 1000;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  opacity: 0;
}
.modal.active {
  visibility: visible;
  opacity: 1;
}
.modal.active .modal__inner {
  margin-top: 0;
}
.modal__inner {
  max-width: 375px;
  width: 100%;
  background: url(../images/modal.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 16px;
  overflow: hidden;
  padding: 42px 16px;
  margin-top: 50px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.modal__inner-logo {
  width: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 16px;
}
.modal__inner-logo img {
  width: 100%;
}
.modal__inner-form {
  padding: 24px 16px;
  background: #fff;
  border-radius: 16px;
}
.modal__inner-form h6 {
  margin-bottom: 4px;
  font-weight: 600;
}
.modal__inner-form p {
  margin-bottom: 16px;
  color: #6d7175;
}
.modal__btn {
  padding: 15px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #008060;
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.08), inset 0px -1px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.08), inset 0px -1px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  font-family: "SFProText";
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.modal__btn:hover {
  opacity: 0.8;
}

.input {
  position: relative;
  margin-bottom: 16px;
  z-index: 1;
}
.input span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 20px;
  font-family: "SFProText";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #6d7175;
}
.input label {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  display: inline-block;
  background: #ffffff;
  font-family: "SFProText";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #6d7175;
  padding: 0 4px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  z-index: -1;
}
.input input {
  padding: 16px 130px 16px 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  background: transparent;
  line-height: 1;
  color: #202223;
  border: 1px solid #a7acb1;
  z-index: 1;
}
.input input:not(:-moz-placeholder-shown) + label {
  top: 0;
  z-index: 1;
}
.input input:not(:-ms-input-placeholder) + label {
  top: 0;
  z-index: 1;
}
.input input:not(:placeholder-shown) + label {
  top: 0;
  z-index: 1;
}
.input input:focus + label {
  top: 0;
  z-index: 1;
}
.input input:invalid + label {
  z-index: 1;
  top: 0;
}

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

@keyframes modal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.intro {
  overflow: hidden;
}
.intro__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.intro__inner-content {
  width: calc(50% - 25px);
}
.intro__inner-content h1 {
  margin-bottom: 50px;
}
.intro__inner-content h4 {
  margin-bottom: 50px;
}
.intro__inner-image {
  width: 60%;
  margin-right: -10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.intro__inner-image img {
  width: 100%;
}

.savior {
  padding: 28px 0 100px 0;
}
.savior__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 28px 0;
}
.saviorItem {
  width: calc(33.3% - 30px);
  margin: 0 15px;
}
.saviorItem__image {
  border-radius: 50%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 30px auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 200px;
  height: 200px;
  background: #fed67e;
  border: 1px solid #2d3436;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.saviorItem__image img {
  width: 100%;
}
.saviorItem__content h4 {
  height: 64px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.savior h3 {
  margin-bottom: 8px;
}

.predict {
  position: relative;
  padding: 32px 0;
}
.predict__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.predict__inner-shape {
  position: absolute;
  bottom: 94%;
  width: 120%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 20px;
}
.predict__inner-shape img {
  width: 100%;
}
.predict__inner-content {
  width: 275px;
  margin-right: 15px;
  position: relative;
}
.predict__inner-content h4 {
  margin-bottom: 16px;
}
.predict__inner-content h5 {
  margin-bottom: 16px;
}
.predict__inner-content-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.predict__inner-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% - 290px);
  position: relative;
}
.predict__inner-image img {
  width: 100%;
}

.start {
  background: #ffeaa7;
  padding: 52px 0;
}
.start .auto__container {
  max-width: 787px;
}
.start__inner {
  text-align: center;
}
.start__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.start__inner .button {
  width: 100%;
  max-width: 486px;
  margin: 0 auto;
}
.startItem {
  width: calc(33.3% - 10px);
  margin: 0 5px;
}
.startItem__icon {
  width: 120px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ffffff;
  border-radius: 25px;
  margin: 0 auto 23px auto;
}
.startItem__icon img {
  max-width: 72px;
  max-height: 72px;
}
.startItem__content h5 {
  font-family: "SFProDisplay";
  margin-bottom: 23px;
}
.start h4 {
  margin-bottom: 48px;
  font-family: "SFProDisplay";
}
.start h4.uniq {
  font-family: "SFProDisplay";
  font-weight: 600;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 24px;
}
.start h4.uniq span {
  color: #00b894;
}

.contact {
  overflow: hidden;
}
.contact__inner {
  padding: 32px 0 100px 0;
  position: relative;
  min-height: 350px;
}
.contact__inner-left {
  width: 30%;
  max-width: 270px;
  left: -100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 10%;
}
.contact__inner-left img {
  width: 120%;
}
.contact__inner-right {
  right: -32px;
  width: 20%;
  max-width: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 3%;
}
.contact__inner-right img {
  width: 100%;
}
.contactForm {
  margin: 0 auto;
  max-width: 570px;
  position: relative;
}
.contactForm__link {
  font-family: "SFProDisplay";
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #6c5ce7;
  cursor: pointer;
  margin-bottom: 32px;
  text-shadow: 0px 2px 4px rgba(38, 50, 56, 0.16), 0px 4px 8px rgba(38, 50, 56, 0.08);
}
.contactForm__link span {
  color: #fdcb6e;
}
.contactForm legend {
  padding: 14px 16px;
  font-family: "SFProText";
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #2d3436;
}
.contactForm .input {
  width: 100%;
  position: relative;
  margin-bottom: 16px;
}
.contactForm .input input,
.contactForm .input textarea {
  background: #2d3436;
  border-radius: 16px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  resize: none;
  padding: 14px 56px 14px 16px;
}
.contactForm .input input::-webkit-input-placeholder, .contactForm .input textarea::-webkit-input-placeholder {
  color: #adadad;
}
.contactForm .input input::-moz-placeholder, .contactForm .input textarea::-moz-placeholder {
  color: #adadad;
}
.contactForm .input input:-ms-input-placeholder, .contactForm .input textarea:-ms-input-placeholder {
  color: #adadad;
}
.contactForm .input input::-ms-input-placeholder, .contactForm .input textarea::-ms-input-placeholder {
  color: #adadad;
}
.contactForm .input input::placeholder,
.contactForm .input textarea::placeholder {
  color: #adadad;
}
.contactForm .input small {
  position: absolute;
  top: 4px;
  right: 16px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contactForm .input small img {
  width: 100%;
}

.about {
  position: relative;
  padding: 0 0 80px 0;
  overflow: hidden;
  z-index: 1;
}
.about .auto__container {
  max-width: 880px;
}
.about__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about__header-content {
  width: calc(50% - 15px);
}
.about__header-image {
  width: calc(45% - 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about__header-image img {
  width: 100%;
}
.about h6 {
  margin: 16px 0 8px 0;
  font-weight: 600;
}
.about p {
  margin-bottom: 8px;
}
.about__body {
  position: relative;
}
.about__wave {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.about__wave img {
  width: 100%;
}

.team {
  background: #55efc4;
  padding-bottom: 100px;
  overflow: hidden;
}
.team .shopify {
  margin-bottom: 50px;
}
.team__content {
  position: relative;
  padding: 0 0 140px 0;
}
.team__content-shape {
  position: absolute;
  bottom: -100px;
  right: -32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60%;
}
.team__content-shape img {
  width: 100%;
}
.team__content h4 {
  margin-bottom: 32px;
}
.team__content-circle {
  position: absolute;
  top: 60px;
  left: -32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 126px;
}
.team__content-circle img {
  width: 100%;
}
.team__content-wiggle {
  position: absolute;
  top: 0;
  right: -32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 126px;
  z-index: 1;
}
.team__content-wiggle img {
  width: 100%;
}
.team__content-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -4px;
  position: relative;
  z-index: 1;
}
.team__content-col {
  width: calc(50% - 30px);
  margin: 0 15px;
  max-width: 180px;
}
.team__content-avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 16px;
}
.team__content-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.team__content-info {
  margin-bottom: 8px;
  font-family: "SF Pro";
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #6c5ce7;
}
.team__content-info span {
  display: block;
  font-weight: 400;
  color: #2d3436;
}
.team__content h6 {
  color: rgba(92, 92, 92, 0.9);
  text-transform: inherit;
  font-weight: 400;
}

.trial {
  position: relative;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 150px;
}
.trial.comp {
  padding: 60px 0;
}
.trial__image {
  position: absolute;
  top: 0;
  right: -170px;
  width: 570px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.trial__image.trial__image-demo {
  width: 630px;
  right: -160px;
  top: -30px;
}
.trial__image img {
  width: 120%;
}
.trial__inner {
  position: relative;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.trial__inner-content {
  width: calc(50% - 10px);
  position: relative;
  z-index: 1;
}
.trial__inner-content-shape {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: -32px;
  width: 80%;
  max-width: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: -1;
}
.trial__inner-content-shape img {
  width: 100%;
}
.trial__inner-content h3 {
  margin-bottom: 50px;
  text-shadow: 0px 3px 0px #fff;
}
.trial__inner-content h3 span {
  color: #6c5ce7;
}
.trial__inner-content h4 {
  font-weight: 400;
  margin-bottom: 32px;
  text-align: center;
}
.trial__inner-content-btn {
  width: 100%;
  max-width: 330px;
  margin: 0 auto;
  padding: 14px;
  text-align: center;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50px;
  background: #55efc4;
  font-family: "SFProDisplay";
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  color: #2d3436;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.trial__inner-content-btn span {
  color: #6c5ce7;
  text-transform: uppercase;
}
.trial__inner-content-btn:hover {
  opacity: 0.8;
}
.trial__inner-image {
  width: calc(50% - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.trial__inner-image img {
  width: 100%;
}

.feature__inner {
  max-width: 960px;
  margin: 0 auto;
}
.feature h2 {
  max-width: 370px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 50px;
  font-family: "SFProDisplay";
  color: #5c5c5c;
}
.feature h2::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 136px;
  height: 8px;
  border-radius: 50px;
  background: #6c5ce7;
}
.feature h4 {
  max-width: 430px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 50px;
  font-family: "SFProDisplay";
  color: #5c5c5c;
}
.feature h4::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 136px;
  height: 8px;
  border-radius: 50px;
  background: #6c5ce7;
}
.featureItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 50px 0;
  min-height: 238px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.featureItem:last-child {
  margin-bottom: 0;
}
.featureItem__image {
  width: calc(50% - 50px);
  margin: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.featureItem__image img {
  width: 100%;
}
.featureItem__image.shadow {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.featureItem__image.shadow img {
  border-radius: 16px;
  -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.21);
          box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.21);
}
.featureItem__image.shadowE {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.featureItem__image.shadowE img {
  border-radius: 16px;
  -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.21);
          box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.21);
}
.featureItem__image.left {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.featureItem__image.right {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.featureItem__content {
  width: calc(50% - 50px);
  margin: 0 25px;
}
.featureItem__content h6.sm {
  font-family: "SFProText";
}
.featureItem__content h6.pink {
  color: #e84393;
}
.featureItem__content h6.redL {
  color: #ff7675;
}
.featureItem__content h6.green {
  color: #00b894;
}
.featureItem__content h6.purpleL {
  color: #a29bfe;
}
.featureItem__content h6.blue {
  color: #0984e3;
}
.featureItem__content h5 {
  font-family: "SFProDisplay";
  font-weight: 400;
}
.featureItem__content h5 span {
  font-family: "SF Pro";
  color: #6c5ce7;
  font-weight: 600;
}
.featureBtn {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero {
  margin: 100px 0;
}
.hero__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hero__inner-image {
  width: calc(100% - 330px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero__inner-image img {
  width: 100%;
}
.hero__inner-content {
  width: 280px;
}
.hero__inner-content h3 {
  margin-bottom: 20px;
}
.hero__inner-content h4 {
  font-family: "SFProDisplay";
  font-weight: 400;
}

.info {
  background: #ffeaa7;
  padding: 85px 0;
}
.info__inner {
  max-width: 865px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
.info__inner-avatar {
  width: 225px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 16px;
  overflow: hidden;
}
.info__inner-avatar img {
  width: 100%;
}
.info__inner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 240px);
  max-width: 575px;
}

.compare__header {
  max-width: 740px;
  margin: 0 auto 80px auto;
  text-align: center;
}
.compare__header h4 {
  margin-bottom: 16px;
  font-family: "SFProDisplay";
  font-weight: 600;
}
.compare__header h4.uniq {
  margin-bottom: 0;
  color: #858585;
}
.compare__table {
  border-radius: 16px;
  overflow: hidden;
}
.compare__table h6 {
  font-weight: 600;
}
.compare__table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.compare__table-row:nth-of-type(odd) {
  background: #fff;
}
.compare__table-row:nth-of-type(even) {
  background: #f3f3f3;
}
.compare__table-row:nth-of-type(even) .compare__table-col:nth-child(2) {
  background: #f9f3e5;
}
.compare__table-row:last-child {
  background: #6c5ce7;
  color: #fff;
}
.compare__table-row:last-child .compare__table-col:nth-child(2) {
  background: transparent;
}
.compare__table-row:last-child .compare__table-col:nth-child(2) h6 {
  color: #00b894;
}
.compare__table-tick {
  margin: 0 auto;
  width: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.compare__table-tick img {
  width: 100%;
}
.compare__table-col {
  width: 35%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.compare__table-col:nth-child(1) {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}
.compare__table-col:nth-child(2) {
  background: #fdfbef;
  width: 30%;
}
.compare__table h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.compare__table h5 img {
  width: 56px;
}

@media (max-width: 1024px) {
  .nav__inner-link {
    font-size: 15px;
    line-height: 20px;
    margin: 0 10px;
  }

  .header {
    padding: 24px 0 8px 0;
  }
  .header::before {
    top: 12px;
    height: calc(100% + 12px);
  }
  .header.headerAbout::before {
    top: 12px;
    height: calc(100% + 12px);
  }

  .newsletter.aP {
    padding: 100px 0 150px 0;
  }
  .newsletter h2 {
    margin-bottom: 8px;
  }
  .newsletter h4 {
    margin-bottom: 16px;
  }
  .newsletter__image {
    width: 450px !important;
    right: -100px !important;
  }

  .trial {
    padding: 100px 0 150px 0;
  }
  .trial.comp {
    padding: 30px 0;
  }
  .trial__image {
    width: 450px !important;
    right: -100px !important;
  }

  .what h4 {
    margin-bottom: 40px;
  }
  .whatItem {
    width: calc(50% - 30px);
    min-height: 200px;
  }
  .whatItem:nth-child(5) {
    width: calc(100% - 30px);
  }

  h1,
h2 {
    font-size: 32px;
    line-height: 40px;
  }

  h3 {
    font-size: 24px;
    line-height: 28px;
  }

  h4 {
    font-size: 21px;
    line-height: 28px;
  }

  h5 {
    font-size: 16px;
    line-height: 24px;
  }

  h6.sm {
    font-size: 13px;
    line-height: 16px;
  }

  .button {
    font-size: 15px;
    line-height: 15px;
  }
  .button.register {
    font-size: 15px;
    line-height: 15px;
  }
  .button.install {
    font-size: 21px;
    line-height: 28px;
  }
  .button.install img {
    width: 12px;
    margin-left: 10px;
  }
  .button.cta {
    font-size: 15px;
    line-height: 1;
  }

  p.sm {
    font-size: 13px;
    line-height: 16px;
  }

  .intro h1 {
    margin-bottom: 32px;
  }
  .intro h4 {
    margin-bottom: 32px;
  }

  .savior {
    padding-bottom: 60px;
  }
  .saviorItem__image {
    width: 150px;
    height: 150px;
    margin: 0 auto 16px auto;
  }
  .saviorItem__content h4 {
    height: 56px;
    display: block;
    margin-bottom: 8px;
  }

  .predict__inner-shape {
    bottom: 80%;
    width: 100%;
  }

  .price {
    padding: 40px 0;
  }
  .price__inner-row {
    margin-top: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .priceItem {
    width: calc(50% - 16px);
    margin: 8px;
  }
  .priceItem h6 {
    margin-bottom: 16px;
  }
  .priceItem h5 {
    margin-bottom: 16px;
  }
  .priceItem__time {
    margin-bottom: 16px;
  }

  .hero {
    margin: 80px 0;
  }
  .hero__inner-image {
    width: calc(100% - 300px);
  }

  .how {
    margin: 80px 0;
  }

  .info {
    padding: 60px 0;
  }
}
@media (max-width: 840px) {
  .header__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header__inner-logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .header__inner-btns {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .nav {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 16px;
  }
  .nav__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .nav__inner-link {
    margin: 0 20px;
    font-weight: 400;
  }

  .button {
    padding: 8px;
  }
  .button.register {
    border-radius: 16px;
  }

  .intro {
    padding: 32px 0;
  }
  .intro .button {
    max-width: 180px;
  }

  .btnCenter {
    margin: 60px 0;
  }
  .btnCenter .button {
    font-size: 16px;
    max-width: 260px;
    padding: 14px 50px;
  }

  .how__inner-row {
    margin: 0 -8px;
  }
  .howItem {
    margin: 0 8px;
    width: calc(33.3% - 16px);
    padding: 16px;
    min-height: 26px;
  }
}
@media (max-width: 700px) {
  .header {
    padding-top: 16px;
  }
  .header::before {
    top: 8px;
    height: calc(100% + 8px);
  }
  .header__inner-logo {
    width: 155px;
  }

  h1,
h2 {
    font-size: 27px;
    line-height: 36px;
  }

  .contact__inner-left {
    left: -10%;
    width: 60%;
    top: 60%;
  }
  .contact__inner-right {
    right: -10%;
    width: 60%;
  }
  .contactForm legend {
    padding: 14px 0;
  }

  .about {
    padding-bottom: 30px;
  }
  .about__header-content {
    width: 100%;
  }
  .about__header-image {
    display: none;
  }

  .trial {
    padding: 0 0 0 0;
  }
  .trial.comp {
    padding: 0;
  }
  .trial.comp .trial__inner-image {
    display: none;
  }
  .trial__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .trial__inner-image {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }
  .trial__inner-content {
    width: 100%;
    margin-bottom: 30px;
  }
  .trial__inner-content h3 {
    text-align: center;
    margin-bottom: 32px;
  }
  .trial__inner-content h4 {
    margin-bottom: 12px;
  }
  .trial__inner-content-btn {
    line-height: 24px;
    font-size: 20px;
  }
  .trial__inner-content-shape {
    display: none;
  }

  .hero {
    margin: 40px 0;
  }
  .hero__inner-image {
    width: calc(50% - 10px);
  }
  .hero__inner-content {
    width: calc(50% - 10px);
  }

  .how {
    margin: 40px 0;
  }
  .how h3 {
    margin-bottom: 32px;
  }
  .howItem h4 {
    margin-bottom: 16px;
  }

  .compare__header {
    margin-bottom: 32px;
  }
  .compare__header h4 {
    margin-bottom: 8px;
  }
  .compare__table-col {
    padding: 12px 16px;
  }
  .compare__table h6 {
    font-size: 12px;
    line-height: 14px;
  }
  .compare__table h5 img {
    width: 45px;
  }
}
@media (max-width: 600px) {
  .section {
    padding: 80px 0 120px 0;
  }

  .btnCenter {
    margin: 32px 0;
  }
  .btnCenter .button {
    width: unset;
    max-width: unset;
    padding: 10px 50px;
  }

  .footer {
    padding-bottom: 32px;
  }
  .footer__inner-header-logo {
    width: 155px;
  }
  .footer__inner-header-social a {
    width: 40px;
    height: 40px;
    margin: 0;
  }
  .footer__inner-header-social a img {
    max-width: 20px;
    max-height: 20px;
  }
  .footer__inner-nav {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer__inner-nav-col {
    width: calc(33.3% - 10px);
    margin: 0;
  }
  .footer::before {
    top: -80px;
    height: calc(100% + 80px);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .shopify {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .shopify__content {
    width: 100%;
    margin-bottom: 16px;
  }
  .shopify__btn {
    width: 100%;
  }

  .intro__inner-content h1 {
    margin-bottom: 16px;
  }
  .intro__inner-content h4 {
    margin-bottom: 16px;
  }

  .start {
    padding: 32px 0;
  }
  .start__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  .startItem {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .startItem__icon {
    margin: 0 auto 16px auto;
  }
  .startItem__content h5 {
    margin-bottom: 8px;
  }
  .startItem:last-child {
    margin-bottom: 16px;
  }
  .start h4 {
    font-size: 26px !important;
    line-height: 32px !important;
    margin-bottom: 16px;
    font-weight: 400;
  }
  .start h4.uniq {
    margin-bottom: 8px;
  }

  .team {
    padding-bottom: 0;
  }
  .team .shopify {
    margin-bottom: 30px;
  }
  .team__content-row {
    margin: 0 -4px;
  }
  .team__content-col {
    width: calc(50% - 8px);
    margin: 0 4px;
  }
  .team__content-wiggle {
    display: none;
  }
  .team__content-circle {
    top: unset;
    bottom: -40px;
  }
  .team__content-shape {
    display: none;
  }

  .featureItem {
    min-height: unset;
    margin: 0 -7.5px 50px -7.5px;
  }
  .featureItem__content {
    margin: 0 7.5px;
    width: calc(50% - 15px);
  }
  .featureItem__image {
    margin: 0 7.5px;
    width: calc(50% - 15px);
    border-radius: 8px;
  }
  .featureBtn {
    margin-bottom: 32px;
  }
  .featureBtn .button {
    font-size: 16px;
    padding: 8px 50px;
  }

  .hero {
    margin: 32px 0;
  }
  .hero__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hero__inner-image {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 16px auto;
  }
  .hero__inner-content {
    width: 100%;
  }
  .hero__inner-content h3 {
    margin-bottom: 16px;
  }

  .how__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .howItem {
    width: 100%;
    min-height: unset;
    max-width: 300px;
    margin: 0 auto 32px auto;
  }
  .howItem:last-child {
    margin-bottom: 0;
  }

  .info {
    padding: 16px 0;
  }
  .info__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .info__inner-avatar {
    width: 145px;
    margin: 0 auto 16px auto;
  }
  .info__inner-content {
    width: 100%;
  }
  .info__inner-content p {
    margin-bottom: 16px;
  }
  .info__inner-content p:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 540px) {
  .nav__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .nav__inner-link {
    margin: 0;
  }

  .newsletter__shape {
    display: none;
  }
  .newsletter__image {
    width: 320px !important;
    right: -60px !important;
  }
  .newsletter__inner {
    padding: 32px 0;
  }
  .newsletter__inner-form-input {
    max-width: unset;
  }
  .newsletter__inner-form-input input {
    padding: 8px 150px 8px 16px;
    font-size: 14px;
    line-height: 20px;
  }
  .newsletter__inner-form-btn {
    padding: 8px 0;
    font-size: 14px;
    width: 140px;
    font-weight: 400;
  }

  .what {
    padding: 40px 0;
  }
  .what h4 {
    margin-bottom: 16px;
    text-shadow: 0px 4px 0px #fff;
  }
  .what__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .whatItem {
    width: 100% !important;
    max-width: 280px;
    margin: 0 auto 32px auto;
    min-height: unset;
  }
  .whatItem:last-child {
    margin-bottom: 0;
  }

  .intro__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .intro__inner-image {
    width: 130%;
    margin-right: -30%;
  }
  .intro__inner-content {
    width: 100%;
    margin-bottom: 32px;
  }
  .intro .button {
    margin: 0 auto;
  }

  .savior {
    padding: 0 0 32px 0;
  }
  .savior__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 24px 0 0 0;
  }
  .saviorItem {
    width: 100%;
    max-width: 320px;
    margin: 0 0 30px 0;
  }
  .saviorItem:last-child {
    margin-bottom: 0;
  }
  .saviorItem__image {
    width: 200px;
    height: 200px;
    margin: 0 auto 30px auto;
  }
  .saviorItem__content h4 {
    height: unset;
    margin-bottom: 16px;
  }

  .predict {
    padding: 0 0 32px 0;
  }
  .predict__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .predict__inner-content {
    width: 100%;
    margin: 0 0 30px 0;
    max-width: 400px;
  }
  .predict__inner-image {
    width: 100%;
  }
  .predict__inner-shape {
    display: none;
  }

  .price {
    padding: 0 0 32px 0;
  }
  .price.Pr {
    padding: 32px 0;
  }
  .priceItem {
    max-width: 270px;
    width: 100%;
    margin: 8px auto;
    padding: 24px 30px;
  }
  .priceItem h6 {
    margin-bottom: 8px;
  }
  .priceItem h5 {
    margin-bottom: 8px;
  }
  .priceItem__time {
    margin-bottom: 8px;
  }
  .priceItem__orders {
    margin-bottom: 8px;
  }
  .priceItem p.sm {
    margin-bottom: 8px;
  }

  .contactForm .input {
    margin-bottom: 8px;
  }
  .contactForm .button {
    max-width: unset;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 21px;
    line-height: 1;
  }
}