.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #1e1c1a;
  font-family: Prompt, sans-serif;
  font-size: 16px;
  line-height: 120%;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 72px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

h3 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

h4 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

h5 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
}

h6 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
}

p {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 140%;
}

.style-guide-content {
  width: 100%;
  border: 2px solid #000;
  border-radius: 5px;
  margin-top: 50px;
  padding: 40px;
}

.style-guide-main {
  background-color: #f9e8d9;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding: 60px 30px;
  display: flex;
  position: relative;
}

.h1-heading-white, .h2-heading-white, .h6-heading-white {
  color: #fff;
}

.style-guide-link {
  width: 100%;
  justify-content: center;
  margin-right: 20px;
  display: flex;
}

.style-guide-links {
  color: #1e1c1a;
  border: 2px solid #1e1c1a;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-bottom: -1px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 15px 30px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.paragraph-16px {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-16px.left-align {
  text-align: left;
}

.paragraph-16px-white {
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-16px-light {
  color: rgba(0, 0, 0, .6);
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-18px {
  font-size: 18px;
  line-height: 32px;
}

.paragraph-18px.is-medium {
  font-weight: 500;
}

.paragraph-18px.is-center-700-max-width {
  max-width: 700px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-18px.hero {
  color: #1e1c1a;
  margin-bottom: 40px;
}

.paragraph-18px-light {
  color: rgba(0, 0, 0, .6);
  font-size: 18px;
}

.paragraph-18px-white {
  color: #fff;
  font-size: 18px;
}

.style-guide-content-wrap {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-18px {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 140%;
}

.text-block-20px {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 140%;
}

.text-block-24px {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 140%;
}

.flex-horizontal {
  display: flex;
}

.flex-horizontal.center-apart {
  justify-content: space-between;
  align-items: center;
}

.flex-horizontal.center-apart.style-guide-colour {
  margin-bottom: 20px;
}

.colour-box {
  width: 40px;
  height: 40px;
  background-color: #1e1c1a;
  border-radius: 100px;
}

.colour-box._1 {
  background-color: #fff;
}

.colour-box._2 {
  background-color: #1e1c1a;
}

.colour-box._3 {
  background-color: rgba(0, 0, 0, .6);
}

.colour-box._4 {
  background-color: #d9f0f9;
}

.colour-box._5 {
  background-color: #f9e8d9;
}

.colour-box._6 {
  background-color: #e5e5e5;
}

.colour-box._7 {
  background-color: #f4b69e;
}

.style-guide-titles {
  color: #1e1c1a;
  margin-bottom: 20px;
}

.style-guide-sub-containers {
  margin-bottom: 50px;
}

.wrapper-1200px {
  width: 90%;
  max-width: 1200px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.wrapper-1200px.hero-section {
  padding-top: 120px;
  padding-bottom: 200px;
}

.wrapper-1200px.one-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.wrapper-1200px.section-two {
  margin-top: 60px;
  padding-top: 160px;
  padding-bottom: 140px;
}

.wrapper-1200px.reverse {
  flex-direction: row-reverse;
  padding-top: 160px;
  padding-bottom: 60px;
}

.wrapper-1200px.section-three {
  flex-direction: column;
  padding-top: 160px;
  padding-bottom: 100px;
}

.wrapper-1200px.testimonial-section {
  width: 150%;
  max-width: none;
  margin-left: 120px;
  margin-right: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  position: static;
}

.wrapper-1200px.cta-section {
  z-index: 10;
  flex-direction: column;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.wrapper-1200px.footer-section {
  width: 90%;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 80px;
}

.wrapper-1200px.phone-section {
  width: 80%;
  max-width: 1040px;
  flex-direction: column;
  padding-top: 140px;
  padding-bottom: 64px;
}

.wrapper-1200px.navbar-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}

.margin-top-20px {
  margin-top: 20px;
}

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

.margin-top-40px {
  margin-top: 40px;
}

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

.margin-bottom-40px {
  margin-bottom: 40px;
}

.margin-left--20px {
  margin-left: -20px;
}

.margin-right--20px {
  margin-right: -20px;
}

.text-container {
  width: 48%;
  max-width: 500px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.image-container {
  width: 48%;
  max-width: 550px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-cover {
  z-index: 10;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  position: relative;
}

.text-link {
  color: #05f;
  text-decoration: none;
}

.brands-logo {
  object-fit: fill;
  padding-bottom: 6px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  vertical-align: bottom;
}

.brands-title {
  margin: 0 0 0 12px;
  display: inline-block;
  font-size: 30px;
  color: #1e1c1a;
}

@media screen and (max-width: 768px){
  .brands-title {
    font-size: 30px !important;
    line-height: 69px !important;
  }
}

.style-guide-note {
  width: 100%;
  color: #ff0707;
  letter-spacing: .5px;
  background-color: #d9f0f9;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.wrapper {
  width: 85%;
  max-width: 1200px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.wrapper.licensing {
  border: 2px solid #000;
  border-radius: 5px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 100px;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 30px;
}

.wrapper.licensing-contain {
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
}

.wrapper.changelog-wrapper {
  flex-direction: column;
  justify-content: center;
}

.licensing-heading {
  margin-bottom: 30px;
}

.licensing-paragraph {
  max-width: 70%;
  font-size: 18px;
}

.licensing-tag-subtext {
  font-size: 16px;
}

.licensing-image-and-text-wrapper {
  width: 70%;
  border: 2px solid #1e1c1a;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -3px;
  padding: 44px;
  display: flex;
}

.licensing-subtext {
  margin-top: 20px;
  font-size: 16px;
}

.licensing-link {
  color: #434343;
  margin-bottom: 20px;
  text-decoration: none;
  transition: all .3s;
}

.licensing-link.text {
  color: #ad5555;
  margin-top: 10px;
  margin-bottom: 0;
  display: inline-block;
}

.licencing-images-grid {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

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

.heading-instruction {
  margin-bottom: 40px;
}

.update-wrapper {
  margin-left: 30px;
  padding: 0;
}

.update-text {
  margin-bottom: 10px;
}

.version-wrapper {
  width: 18%;
}

.paragraph._16px {
  font-size: 16px;
  line-height: 28px;
}

.wrapper-changelog {
  width: 85%;
  max-width: 1215px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.wrapper-changelog.updates {
  width: 70%;
  border: 3px solid #000;
  justify-content: center;
  margin-top: 100px;
  padding-left: 40px;
  padding-right: 40px;
}

.update-date {
  font-style: normal;
  font-weight: 500;
}

.heading-wrapper {
  width: 100%;
}

.heading-wrapper.maxwidth {
  max-width: 334px;
}

.paragraph-wrapper {
  width: 100%;
}

.paragraph-wrapper.margin-top-24px {
  margin-top: 24px;
}

.white-button {
  box-shadow: none;
  color: #1e1c1a;
  background-color: #fff;
  padding: 16px 32px;
  font-size: 18px;
  line-height: 24px;
  transition: background-color .1s, box-shadow .3s;
}

.white-button:hover {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #1e1c1a;
  background-clip: border-box;
  border-radius: 0;
  box-shadow: 6px 6px rgba(0, 0, 0, .6);
}

.black-button {
  color: #fff;
  background-color: #1e1c1a;
  padding: 20px 32px;
  font-size: 18px;
  line-height: 24px;
  transition: box-shadow .3s;
}

.black-button:hover {
  box-shadow: 7px 7px rgba(0, 0, 0, .6);
}

.black-button.display-hidden {
  display: none;
}

.main-wrapper {
  overflow: hidden;
}

.home-hero-section {
  position: relative;
}

.home-hero-left {
  width: 48%;
  max-width: 620px;
}

.home-hero-right {
  z-index: 0;
  width: 50%;
  max-width: 600px;
  transform-origin: 100%;
  background-color: #d9f0f9;
  flex-direction: column;
  align-items: center;
  padding-top: 140px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.button-wrapper {
  display: flex;
}

.home-hero-image {
  z-index: 1;
  width: 70%;
  height: 90%;
  max-width: 310px;
  display: block;
  position: relative;
}

.spring-image {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-wrapper {
  z-index: -1;
  position: absolute;
  top: 10%;
  bottom: auto;
  left: 15%;
  right: auto;
}

.image-wrapper.second {
  z-index: 0;
  width: 100%;
  height: 100%;
  top: -8%;
  left: 0%;
}

.spring-icon {
  z-index: 10;
  position: absolute;
  top: -15%;
  left: -15%;
}

.spring-icon.is-second {
  z-index: 20;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.spring-icon.is-third {
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 10%;
}

.home-one-section {
  background-color: #f9e8d9;
}

.numbers-sections {
  width: 100%;
}

.numbers-grid {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.numbers-wrapper {
  display: flex;
  overflow: visible;
}

.white-line {
  width: 4px;
  height: 100%;
  background-color: rgba(255, 255, 255, .6);
  margin-right: 24px;
}

.spacing-line {
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
}

.paragraph-container {
  color: #1e1c1a;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  text-decoration: none;
  display: flex;
}

.circle-check-icon {
  margin-right: 16px;
}

.background-image {
  z-index: 0;
  height: 60%;
  position: absolute;
  top: auto;
  bottom: -10%;
  left: 0%;
  right: 0%;
}

.appflow-grid-icon {
  z-index: 10;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.appflow-grid-icon.is-second {
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.features-grid {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 72px;
  margin-bottom: 72px;
}

.features-grid-3 {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 72px;
  margin-bottom: 72px;
  width: 100%;
}

.features-wrapper {
  width: 100%;
  max-width: 270px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.articles-wrapper {
  width: 100%;
  max-width: 300px;
  flex-direction: column;
  align-items: center;
  display: flex;
  border-radius: 5px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  cursor: pointer;
  text-decoration: none;
  color: #111;
}

.articles-image {
  width: 100%;
  height: 150px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.articles-content {
  padding: 15px 5px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  min-height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

.articles-title {
  text-align: center;
  font-weight: 600;
}


.feature-icon {
  margin-bottom: 32px;
}

.home-testimonial-section {
  background-color: #d9f0f9;
  position: relative;
}

.testimonial-slider {
  width: 100%;
  min-height: 400px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 120px;
  overflow: hidden;
}

.testimonial-slider-mask {
  width: 100%;
  max-width: 360px;
  overflow: visible;
}

.testimonial-slide-one {
  background-color: #fff;
  margin-right: 32px;
}

.testimonial-slider-card {
  width: 100%;
  height: 100%;
  flex-direction: column;
  padding: 32px;
  display: flex;
}

.text-block-18px-medium {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.left-arrow {
  width: 20%;
  display: block;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.right-arrow {
  width: 20%;
  display: block;
  top: 0%;
  bottom: 0%;
  left: 30%;
  right: auto;
}

.slide-nav {
  display: none;
}

.slider-image {
  margin-bottom: 32px;
}

.slider-rating-image {
  margin-bottom: 16px;
}

.spring-image-bottom-left {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.home-cta-section {
  z-index: 0;
  background-color: #f9e8d9;
  position: relative;
  overflow: hidden;
}

.spring-image-2 {
  z-index: -1;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.spring-image-3 {
  z-index: -1;
  width: 100%;
  height: 100%;
  max-width: 450px;
  object-fit: cover;
  object-position: 0% 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.footer-column {
  width: 25%;
}

.footer-column-2 {
  width: 70%;
  max-width: 782px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: 100px;
  display: flex;
}

.footer-container {
  width: 20%;
  margin-bottom: 40px;
  margin-right: 0;
}

.footer-container.full-width {
  width: 25%;
  margin-right: 0;
}

.footer-link-grid {
  grid-row-gap: 12px;
  grid-template-columns: 1fr;
  justify-content: start;
  justify-items: start;
  margin-top: 24px;
}

.footer-grid-wrapper {
  width: auto;
  color: #1e1c1a;
  padding-right: 10px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.email-icon, .phone-icon {
  margin-right: 12px;
}

.phone-hero-section {
  width: 105%;
  justify-content: space-between;
  align-items: center;
  margin-left: -2.5%;
  padding-bottom: 160px;
  display: flex;
}

.phone-shocase-image {
  width: auto;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}

.phone-shocase-image.margin-left--20px {
  margin-left: 0;
}

.phone-shocase-image.margin-right--20px {
  margin-right: 0;
}

.linear-gradient-red-text {
  background-image: linear-gradient(to right, #fff, #f4b69e);
  padding-right: 2.5px;
  display: inline-block;
}

.linear-gradient-red-text.blue {
  background-image: linear-gradient(to right, #fff, #c0d9e5);
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
}

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

.nav-menu {
  width: 100%;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  padding-left: 40px;
  display: flex;
}

.hero-heading-64px.hero {
  color: #1e1c1a;
  margin-bottom: 20px;
}

.h2-heading-48px.center-align-text {
  color: #000;
  text-align: center;
}

.mobile-phone-image {
  z-index: 30;
  object-fit: contain;
  position: relative;
}

.mobile-phone-right-image {
  margin-right: -20%;
}

.playstore-button {
  background-color: #1e1c1a;
  align-items: center;
  margin-right: 20px;
  padding: 11px 18px;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
}

.playstore-button:hover {
  box-shadow: 7px 7px rgba(0, 0, 0, .6);
}

.button-text-14px {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.button-text-20px {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
}

.button-text-wrapper {
  margin-left: 8px;
}

.overflow-hidden {
  overflow: visible;
}

.nav-link-wrapper {
  color: #1e1c1a;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px 10px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.nav-link-text-19px {
  color: #1e1c1a;
  line-height: 24px;
}

.linear-background-absolute {
  z-index: -1;
  width: 100%;
  height: 90%;
  background-image: linear-gradient(270deg, #d9f0f9, #fff 81%);
  border-radius: 2px;
  margin-top: auto;
  margin-bottom: auto;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.left-arrow-icon, .right-arrow-icon {
  display: none;
}

.font-text {
  color: #f4b69e;
  background-color: #1e1c1a;
  padding: 20px 10px;
  font-size: 80px;
  line-height: 100%;
}

.utility-page-wrap {
  width: 100vw;
  height: 70vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.back-to-home {
  color: #fff;
  background-color: #1e1c1a;
  padding-top: 20px;
  text-decoration: none;
}

.footer-down-wrapper {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.footer-down-links {
  color: #1e1c1a;
  transition: color .2s;
}

.footer-down-links:hover {
  color: rgba(0, 0, 0, .6);
}

.footer-holder {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.image-cover-absolute-div {
  z-index: .1;
  height: 80%;
  background-color: #fff;
  margin-bottom: -98px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-cover-absolute-div.left {
  transform-origin: 0%;
}

.image-cover-absolute-div.right {
  transform-origin: 100%;
}

.cta-image-cover {
  background-color: #f9e8d9;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gradient-divider {
  z-index: 1;
  width: 17%;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to right, rgba(217, 240, 249, .05), rgba(217, 240, 249, .1) 20%, rgba(217, 240, 249, .2) 40%, rgba(217, 240, 249, .5));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.phone-main-heading.center-align-text, .features-main-heading.center-align-text {
  color: #1e1c1a;
  text-align: center;
}

.download-banner-heading {
  max-width: 600px;
  color: #1e1c1a;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

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

.lock-image {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.submit-button {
  background-color: #1e1c1a;
  margin-left: auto;
  margin-right: auto;
  transition: all .2s;
}

.submit-button:hover {
  color: #1e1c1a;
  background-color: #d9f0f9;
  font-weight: 500;
}

.field-input, .field-input:focus {
  border: 1px #000;
}

.field-label {
  margin-top: 20px;
  margin-bottom: 10px;
}

.instruction {
  color: #1e1c1a;
}

.page-wrapper {
  height: auto;
  background-color: #f9e8d9;
}

.instruction-wrapper {
  width: 100%;
  margin-top: 100px;
}

.body-pink {
  background-color: #f9e8d9;
}

@media screen and (min-width: 1280px) {
  .nav-menu-wrapper {
    margin-left: 30px;
  }

  .gradient-divider {
    width: 26%;
  }
}

@media screen and (min-width: 1440px) {
  .spring-image-3 {
    max-width: 520px;
  }

  .phone-hero-section {
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-menu-wrapper {
    margin-left: 40px;
  }

  .gradient-divider {
    width: 35%;
  }
}

@media screen and (min-width: 1920px) {
  .wrapper-1200px.testimonial-section {
    margin-left: 220px;
  }

  .home-hero-right {
    align-items: center;
    right: 15%;
  }

  .phone-hero-section {
    max-width: 1400px;
  }

  .gradient-divider {
    width: 45%;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(to right, rgba(217, 240, 249, .2), rgba(217, 240, 249, .5));
  }
}

@media screen and (max-width: 991px) {
  .paragraph-16px {
    line-height: 22px;
  }

  .paragraph-18px {
    line-height: 25px;
  }

  .text-block-18px {
    font-size: 16px;
  }

  .wrapper-1200px {
    max-width: 700px;
    flex-direction: column;
  }

  .wrapper-1200px.hero-section {
    width: 90%;
    max-width: 700px;
    padding-top: 80px;
    padding-bottom: 0;
  }

  .wrapper-1200px.one-section {
    max-width: 700px;
  }

  .wrapper-1200px.section-two {
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .wrapper-1200px.reverse {
    flex-direction: column;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .wrapper-1200px.section-three {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .wrapper-1200px.testimonial-section {
    width: 95%;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
  }

  .wrapper-1200px.cta-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .wrapper-1200px.phone-section {
    width: 100%;
    padding-top: 100px;
  }

  .wrapper-1200px.navbar-wrapper {
    width: 90%;
    max-width: 700px;
    flex-direction: row;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-container {
    width: 100%;
    margin-top: 60px;
  }

  .image-container {
    width: 90%;
  }

  .licensing-paragraph {
    max-width: 90%;
    line-height: 28px;
  }

  .licensing-image-and-text-wrapper {
    width: 100%;
  }

  .licensing-link {
    font-size: 50px;
  }

  .licensing-link.text {
    font-size: 14px;
  }

  .heading-instruction {
    font-size: 40px;
  }

  .update-wrapper {
    width: 100%;
    margin-top: 50px;
    margin-left: 0;
  }

  .version-wrapper {
    width: 100%;
  }

  .wrapper-changelog {
    width: 80%;
  }

  .wrapper-changelog.updates {
    flex-direction: column;
  }

  .heading-wrapper.maxwidth {
    max-width: none;
  }

  .white-button {
    display: none;
  }

  .black-button, .black-button.display-hidden {
    display: block;
  }

  .black-button.display-hidden:hover {
    color: #1e1c1a;
    background-color: #d9f0f9;
  }

  .home-hero-left {
    width: 100%;
    max-width: 700px;
  }

  .home-hero-right {
    z-index: 2;
    width: 100%;
    height: 80%;
    max-width: 700px;
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .button-wrapper {
    display: flex;
  }

  .button-wrapper.left-align {
    justify-content: center;
  }

  .home-hero-image {
    width: 45%;
    object-fit: contain;
    justify-content: center;
    display: flex;
    position: static;
  }

  .image-wrapper {
    left: 5%;
  }

  .image-wrapper.second {
    width: 85%;
    left: auto;
  }

  .numbers-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .background-image {
    width: 85%;
    bottom: -4%;
    left: auto;
    right: auto;
  }

  .features-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .features-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .articles-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-slider {
    margin-top: 40px;
    margin-left: 0;
  }

  .testimonial-slider-mask {
    width: 100%;
  }

  .left-arrow {
    width: 50%;
  }

  .right-arrow {
    width: 50%;
    left: 52%;
  }

  .home-cta-section {
    z-index: 0;
  }

  .spring-image-2 {
    max-width: 50%;
  }

  .spring-image-3 {
    width: 70%;
    right: -17%;
  }

  .footer-column {
    width: 100%;
  }

  .footer-column-2 {
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
  }

  .footer-grid-wrapper:hover {
    color: rgba(0, 0, 0, .6);
  }

  .phone-hero-section {
    width: 100%;
    margin-left: 0%;
    padding-bottom: 100px;
  }

  .phone-shocase-image {
    margin: 20px 10px;
  }

  .linear-gradient-red-text {
    line-height: 90%;
    display: inline-block;
  }

  .linear-gradient-red-text.blue {
    line-height: 90%;
  }

  .nav-menu-wrapper {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .nav-menu {
    background-color: #fff;
    padding: 40px 40px 60px;
    box-shadow: 0 30px 40px rgba(0, 0, 0, .1);
  }

  .hero-heading-64px {
    line-height: 65px;
  }

  .h2-heading-48px {
    line-height: 50px;
  }

  .mobile-phone-image {
    max-height: 500px;
  }

  .mobile-phone-image-small {
    max-height: 450px;
  }

  .mobile-phone-left-image, .mobile-phone-right-image {
    max-height: 300px;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding: 20px;
  }

  .menu-button.w--open {
    color: #1e1c1a;
    background-color: #fff;
    margin-right: 0;
  }

  .nav-link-wrapper {
    padding-left: 0;
  }

  .nav-link-wrapper:hover {
    color: rgba(0, 0, 0, .6);
  }

  .linear-background-absolute {
    display: none;
  }

  .wrapper-mobile {
    align-items: center;
    display: flex;
  }

  .utility-page-wrap {
    padding-top: 100px;
  }

  .footer-down-wrapper {
    margin-top: 20px;
  }

  .footer-holder {
    flex-direction: column;
  }

  .gradient-divider {
    display: none;
  }

  .phone-main-heading, .features-main-heading {
    line-height: 50px;
  }

  .download-banner-heading {
    font-size: 60px;
    line-height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .paragraph-18px {
    line-height: 22px;
  }

  .text-block-18px {
    font-size: 16px;
  }

  .wrapper-1200px.hero-section {
    padding-top: 60px;
  }

  .wrapper-1200px.section-three {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .wrapper-1200px.testimonial-section {
    width: 90%;
    overflow: visible;
  }

  .wrapper-1200px.phone-section {
    width: 90%;
    padding-top: 80px;
  }

  .wrapper-1200px.navbar-wrapper {
    width: 90%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 5px;
  }

  .wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .wrapper.licensing-contain {
    flex-direction: column;
  }

  .licensing-paragraph {
    max-width: 100%;
    font-size: 16px;
    line-height: 26px;
  }

  .licensing-tag-subtext {
    text-align: left;
  }

  .licensing-image-and-text-wrapper {
    padding: 30px;
  }

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

  .licensing-link {
    font-size: 40px;
  }

  .licencing-image-item {
    height: auto;
  }

  .heading-instruction {
    font-size: 32px;
  }

  .update-wrapper {
    margin-top: 40px;
  }

  .wrapper-changelog {
    width: 90%;
  }

  .wrapper-changelog.updates {
    width: 90%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .home-hero-right {
    width: 100%;
  }

  .home-hero-image {
    width: 50%;
  }

  .background-image {
    height: 60%;
    bottom: -4%;
  }

  .features-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .features-grid-3 {
    flex-direction: column;
    justify-content: space-around;
    margin-top: 20px;
    margin-bottom: 60px;
  }

  .features-grid-3 .articles-wrapper {
    margin-top: 30px;
  }

  .features-wrapper {
    width: 80%;
  }

  .articles-wrapper {
    max-width: 70%;
  }

  .articles-image {
    height: 200px;
  }

  .articles-content {
    min-height: 150px;
  }

  .home-testimonial-section {
    overflow: hidden;
  }

  .testimonial-slider {
    overflow: visible;
  }

  .spring-image-3 {
    width: 90%;
    right: -25%;
  }

  .footer-column {
    width: 70%;
  }

  .footer-column-2 {
    flex-direction: row;
  }

  .footer-container {
    width: 40%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .footer-container.full-width {
    width: 40%;
  }

  .phone-hero-section {
    width: 110%;
    flex-direction: row;
    margin-left: -5%;
    margin-right: 0;
  }

  .phone-shocase-image.margin-left--20px {
    margin-right: 0;
  }

  .phone-shocase-image.margin-right--20px {
    margin-left: 0;
  }

  .linear-gradient-red-text.blue {
    line-height: 90%;
  }

  .hero-heading-64px {
    font-size: 50px;
    line-height: 50px;
  }

  .h2-heading-48px {
    font-size: 40px;
    line-height: 40px;
  }

  .mobile-phone-image {
    width: 100%;
    max-height: 450px;
    object-fit: contain;
  }

  .mobile-phone-image-small {
    width: 100%;
    max-height: 400px;
  }

  .mobile-phone-left-image, .mobile-phone-right-image {
    width: 100%;
    max-height: 350px;
  }

  .nav-link-wrapper {
    padding-left: 0;
  }

  .wrapper-mobile {
    justify-content: space-between;
  }

  .footer-down-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
  }

  .phone-main-heading, .features-main-heading {
    font-size: 40px;
    line-height: 40px;
  }

  .download-banner-heading {
    color: #1e1c1a;
    font-size: 50px;
    line-height: 50px;
  }

  .license-left {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 18px;
  }

  .h1-heading-white {
    font-size: 50px;
  }

  .paragraph-16px.margin-top {
    margin-top: 0;
    margin-left: 4px;
  }

  .paragraph-18px {
    font-size: 16px;
  }

  .paragraph-18px.is-medium {
    line-height: 25px;
  }

  .paragraph-18px.is-center-700-max-width {
    margin-top: 20px;
  }

  .wrapper-1200px {
    width: 90%;
  }

  .wrapper-1200px.hero-section {
    padding-top: 50px;
  }

  .wrapper-1200px.section-two {
    padding-top: 100px;
  }

  .wrapper-1200px.reverse {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .wrapper-1200px.section-three {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .text-container {
    margin-top: 40px;
  }

  .image-container {
    width: 100%;
  }

  .brands-logo {
    padding-bottom: 0;
    width: 50px;
    height: 50px;
  }

  .wrapper.licensing {
    padding-left: 20px;
    padding-right: 20px;
  }

  .licensing-heading {
    font-size: 40px;
  }

  .licensing-image-and-text-wrapper {
    padding: 20px;
  }

  .licensing-link {
    font-size: 30px;
  }

  .licencing-images-grid {
    grid-template-columns: 1fr 1fr;
  }

  .licencing-image-item {
    height: auto;
  }

  .template-updates {
    font-size: 37px;
  }

  .heading-instruction {
    font-size: 22px;
  }

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

  .update-text {
    font-size: 32px;
  }

  .wrapper-changelog.updates {
    padding: 20px;
  }

  .black-button.display-hidden {
    padding: 10px 15px;
    font-size: 16px;
  }

  .home-hero-right {
    width: 100%;
    height: auto;
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .button-wrapper {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .button-wrapper.margin-top-40px {
    width: 100%;
  }

  .button-wrapper.left-align {
    align-items: center;
  }

  .home-hero-image {
    width: 90%;
    position: static;
  }

  .spring-image {
    max-width: 80%;
  }

  .image-wrapper {
    top: 5%;
  }

  .image-wrapper.second {
    width: 90%;
  }

  .spring-icon {
    top: -30%;
    left: -30%;
  }

  .spring-icon.is-second {
    left: -10%;
  }

  .spring-icon.is-third {
    right: -5%;
  }

  .numbers-grid {
    grid-column-gap: 41px;
    grid-template-columns: 1fr 1fr;
    justify-items: start;
  }

  .numbers-wrapper {
    width: 100%;
    border-left: 1px #000;
    justify-content: flex-start;
  }

  .white-line {
    display: none;
  }

  .paragraph-container {
    flex-direction: row;
    align-items: flex-start;
  }

  .paragraph-container.margin-top-30px {
    align-items: flex-start;
  }

  .background-image {
    width: 100%;
    height: 50%;
    bottom: 0%;
  }

  .appflow-grid-icon {
    right: -5%;
  }

  .appflow-grid-icon.is-second {
    left: -5%;
  }

  .features-grid {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .features-grid-3 {
    flex-direction: column;
    justify-content: space-around;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .features-grid-3 .articles-wrapper {
    margin-top: 30px;
  }

  .articles-wrapper {
    max-width: 80%;
  }

  .articles-image {
    height: 150px;
  }

  .articles-content {
    min-height: 170px;
  }

  .testimonial-slider {
    margin-left: 0;
  }

  .testimonial-slider-card {
    padding-left: 20px;
    padding-right: 10px;
  }

  .right-arrow {
    left: 60%;
  }

  .spring-image-2 {
    display: none;
  }

  .spring-image-3 {
    width: 100%;
    top: auto;
    bottom: 0%;
    left: auto;
    right: -62%;
  }

  .footer-column {
    width: 100%;
  }

  .footer-container {
    width: 50%;
  }

  .footer-container.full-width {
    width: 100%;
  }

  .email-icon, .phone-icon {
    margin-right: 12px;
  }

  .phone-hero-section {
    width: 120%;
    margin-left: -8%;
  }

  .phone-shocase-image {
    width: 80%;
    max-width: 80%;
    object-fit: contain;
    margin-left: 0;
    margin-right: 10px;
  }

  .phone-shocase-image.margin-left--20px {
    width: 80%;
    max-width: 80%;
    margin-right: 0;
  }

  .phone-shocase-image.margin-right--20px {
    margin-left: 0;
  }

  .phone-shocase-image.margin-right--20px._5, .phone-shocase-image._4 {
    justify-content: flex-end;
    display: flex;
  }

  .linear-gradient-red-text {
    line-height: 100%;
    display: inline-block;
  }

  .linear-gradient-red-text.blue {
    line-height: 100%;
  }

  .hero-heading-64px, .h2-heading-48px {
    font-size: 33px;
    line-height: 120%;
  }

  .mobile-phone-image {
    max-height: none;
    object-fit: contain;
  }

  .mobile-phone-image-small {
    width: 85%;
    max-height: none;
  }

  .mobile-phone-left-image {
    width: 70%;
    max-height: none;
  }

  .mobile-phone-right-image {
    width: 70%;
    max-height: none;
    margin-right: 5%;
  }

  .playstore-button {
    width: 100%;
    max-width: none;
    justify-content: center;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .h4-heading-24px {
    font-size: 20px;
    line-height: 110%;
  }

  .menu-button {
    margin-left: 0;
    padding: 10px;
  }

  .menu-button.w--open {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .font-text {
    font-size: 50px;
  }

  .footer-down-wrapper {
    margin-top: 0;
  }

  .brand {
    padding-left: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .phone-main-heading, .features-main-heading {
    font-size: 33px;
    line-height: 120%;
  }

  .download-banner-heading {
    font-size: 40px;
    line-height: 40px;
  }
}

@media screen and (max-width: 368px){
  .brands-title {
    display: none;
  }
}

@font-face {
  font-family: 'Avertastd';
  src: url('../fonts/AvertaStd-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avertastd';
  src: url('../fonts/AvertaStd-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avertastd';
  src: url('../fonts/AvertaStd-Extrathin.otf') format('opentype'), url('../fonts/AvertaStd-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avertastd';
  src: url('../fonts/AvertaStd-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avertastd';
  src: url('../fonts/AvertaStd-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avertastd';
  src: url('../fonts/AvertaStd-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.home-three-section {
  background-color: #F8F6F4;
}

.home-four-section {
  background-color: #fff;
}

.newsletter_iframe {
  width: 65%;
}

.newsletter_iframe2 {
  width: 45%;
}

@media screen and (max-width: 767px) {
  .newsletter_iframe {
    width: 97%;
  }

  .newsletter_iframe2 {
    width: 97%;
  }
}